@media only screen and (max-width: 1200px) {
    .menuBlock .navbar-collapse .navbar-nav li a {
        font-size: 12px;
    }
    .tagline {
        font-size: 20px;
    }
    .navbar-collapse .navbar-nav { margin-top: 25px; }
    .navbar-collapse .navbar-nav li a {
        font-size: 11px;
        padding: 5px 8px;
    }
    .arrow-left:before {
        top: 4px;
        right: 5px;
    }
    .navbar-collapse .navbar-nav li:last-child {
        padding-right: 0;
    }
    .mm_menu.artist_ul {
        width: 750px;
        left: -130px;
    }
    .mm_menu .mega_genre {
        width: 600px;
    }
    .mm_menu {
        left: -55px;
        top: 30px;
    }
    .feature-article-list img { border:5px solid #333; height:200px !important; }
    .services_ul { width: 600px; }
    .testimonialsBlock .owl-nav .owl-prev { left: -30px; }
    .testimonialsBlock .owl-nav .owl-next { right: -30px; }
}
@media only screen and (max-width: 992px) {
    #header {
        border-width: 2px;
    }
    .navbar-header .navbar-brand {
        width: 190px;
    }
    .topBox .addressInfo p {
        color: #bebfc0;
        font-size: 12px;
    }
    .navbar-collapse {
        width: 100%;
        float: left;
    }
    .navbar-collapse .navbar-nav {
        margin-top: 5px;
        width: 100%;
        float: left;
    }
    .navbar-collapse .navbar-nav li {
        padding: 0 3px;
    }
    .navbar-collapse .navbar-nav li a {
        text-align: center;
        padding: 5px 15px;
    }
    .navbar-collapse .navbar-nav li a br {
        display: block;
    }
    .arrow-left:before {
        top: 4px;
        right: 8px;
    }
    .mm_menu.artist_ul {
        width: 720px;
        left: 0;
    }
    .services_ul {
        width: 650px;
    }
    .mm_menu .mega_genre {
        width: 575px;
    }
    .mm_menu .mega_decade {
        width: 135px;
    }
    .mm_menu {
        left: 0;
        top: 31px;
    }
    .tagline p {
        font-size: 16px;
    }
    .tagline h1 {
        font-size: 24px;
    }
    .tagline span {
        font-size: 18px;
        line-height: 24px;
    }
    .servicesBlock h2 {
        font-size: 18px;
        margin-bottom: 0;
    }
    .servicesBlock h2 small {
        font-size: 14px;
        padding-top: 5px;
    }
    .servicesBlock h3 {
        font-size: 14px;
        line-height: 20px;
    }
    .helpBlock p {
        font-size: 20px;
    }
    .contentBlock {
        text-align: center;
    }
    #featured-carousel .owl-item {
        padding: 0 15px;
    }
    .testimonialsBlock .owl-nav .owl-prev {
        left: 0;
    }
    .testimonialsBlock .owl-nav .owl-next {
        right: 0;
    }
    .testimonialsBlock #testi-carousel {
        padding: 0 60px;
    }
    .footerTop ul li {
        padding-bottom: 0;
    }
    .footerTop ul li a {
        font-size: 11px;
    }
    .footerTop p span {
        text-transform: none;
    }
    .footerTop .addressInfo,
    .footerTop .copyright {
        font-size: 11px;
    }
    .footerBottom ul {
        width: 100%;
        display: inline-block;
        float: none;
        text-align: center;
        padding-top: 15px;
    }
    .footerBottom ul li {
        display: inline-block;
        padding: 0 25px;
        width: auto;
    }
    .artistList li { width:33.33%; }
    .footerTop ul.footerMedia li a span {
        font-size: 13px;
        margin-left: 10px;
    }
    .tab-pages ul li a{
        font-size: 16px;
    }
    .bio-content h1 { margin-bottom: 15px; }
    .bio-content p { margin-bottom: 15px; }
    .ftform { margin: 0 0 0px; }
    .view-controls-grid { margin:10px 0 0; }
    .footerMiddle1 ul li {width: 25%;}
    .thank-content h2 {font-size: 25px;}
    .thank-content h4 {font-size: 25px;}
    .thanksbg p{font-size: 25px;line-height: 35px;}
    .listitem:nth-child(4n+1) {
        clear: none;
    }
    .listitem:nth-child(3n+1){
        clear: both;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .artistList li { width:33.33%; }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .feature-article-list { width:25%; }
    .feature-article-list img { border:5px solid #333; height:200px !important; }
    .artistList li { width:50%; }
}
@media only screen and (max-width: 767px) {
    .navbar-header {
        text-align: center;
    }
    .navbar-header .navbar-brand {
        float: none;
        display: inline-block;
        width: auto;
    }
    .navbar-header .navbar-brand img {
        display: inline-block;
    }
    .mob_tagline {
        display: block;
        text-align: center;
        font-size: 20px;
        color: #b7b7b7;
        font-style: italic;
    }
    .navbar-toggle {
        border: 0;
        margin:10px 15px;
        padding: 0;
        float:left;
        width: 50px; height: 50px;
        text-align: center;
        position: absolute;
        left: 0;
        top:0;
    }
    .navbar-toggle .icon-bar {
        width: 100%;
        height: 5px;
        background-color: #FFFFFF;
        margin: 6px 0;
        border-radius: 0;
    }
    .navbar-collapse {
        width: 300px;
        border: 0;
        margin: 0 !important;
        padding: 15px 0;
        border-radius: 0;
        overflow-y: scroll !important;
        background-color: #181818;
        position: fixed;
        top: 0;
        left: -300px;
        z-index: 9;
        height: 100%;
    }
    .navbar-collapse::-webkit-scrollbar {
        width: 5px;
    }
    .navbar-collapse::-webkit-scrollbar-thumb { background-color: #444444; }
    .navbar-collapse .navbar-nav {
        margin: 0;
    }
    .navbar-collapse .navbar-nav li {
        padding: 0;
        background-color: transparent;
        border-top: 0;
        width: 100%;
        float: left;
    }
    .navbar-collapse .navbar-nav li:before {
        display: none;
    }
    .navbar-collapse .navbar-nav li a {
        padding: 12px 30px;
        display: block;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        border-top:2px solid #000000;
    }
    .navbar-collapse .navbar-nav li a br {
        display: none;
    }
    .arrow-left:before {
        content: "\f0d7";
        width: 34px;
        height: 34px;
        text-align: center;
        font-family: 'FontAwesome';
        font-size: 24px;
        color: #bcbdbf;
        position: absolute;
        right: 0;
        top: 6px;
        line-height: 34px;
        z-index: 9999;
    }
    .openNav .arrow-left:before { content: "\f067"; font-size: 20px; font-weight: 400; }
    .openNav .arrow-down:before { content: "\f068"; }
    .mm_menu { background-color: #444444; border: 0; }
    .mm_menu .nav_list ul { border-left: 5px solid #eb4949; }
    .navbar-nav>li:hover > ul.mm_menu { display: none; }
    .menu-logo { width: 100%; display: block; text-align: left; padding:15px 25px; }
    .menu-logo a img { width: 150px; }
    .mm_menu .nav_list ul li:first-child a { border-top:0; }
    .navbar-back { float: right; background: transparent; border: 0; border-radius: 0; margin:10px 0 0; padding: 0; }
    .navbar-back:focus { outline: none; }
    .artist_ul, .services_ul {
        width: 100%;
    }
    .mm_menu {
        padding: 0;
        position: static;
    }
    .mm_menu .nav_list {
        width: 100%;
        border: 0 !important;
    }
    .mm_menu .nav_list:after {
        display: none;
    }
    .mm_menu .nav_list ul, .mm_menu.artist_ul {
        width: 100%;
    }
    .mm_menu .nav_list ul li {
        width: 100% !important;
        border: 0;
        padding: 0;
    }
    .mm_menu .nav_list ul li:after {
        display: none;
    }
    .mm_menu .nav_list ul li a {
        padding: 8px 25px;
        color: #bcbdbf;
        border-top:1px solid rgba(255,255,255,0.60);
        font-weight: 400;
        text-transform: none;
        font-size: 14px;
    }
    .close-toggle {
        border: 0;
        background-color: transparent;
        padding: 0;
        margin: 0 0 15px 15px;
        display: block;
    }
    .close-toggle:focus {
        outline: none;
    }
    .mm_menu.artist_ul .nav_list ul, .mm_menu.services_ul .nav_list ul {
       -moz-column-count: inherit; -webkit-column-count: inherit; column-count: inherit; column-fill: inherit; -webkit-column-fill: inherit; -moz-column-fill: inherit;
    }
    .slider .carousel-inner .item {
        height: 175px;
    }
    .genre-page .carousel-inner .item {
        height: 100px;
    }
    .tagline p {
        font-size: 19px;
        line-height: 28px;
    }
    .tagline h1 {
        line-height: 24px;
        font-size: 18px;
        padding-bottom: 15px;
    }
    .tagline h1 small {
        font-size: 22px;
    }
    .servicesBlock .col-xs-12 {
        border-top: 1px solid #809ead;
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .servicesBlock .col-xs-12 h2 {
        font-size: 25px;
    }
    .servicesBlock .col-xs-12 h2 small {
        font-size: 19px;
        padding-top: 10px;
    }
    .servicesBlock .col-xs-12 h3 {
        font-size: 19px;
    }
    .servicesBlock .col-xs-12:first-child {
        border-top: 0;
    }
    .helpBlock {
        padding: 10px 0 !important;
    }
    ul.seenLogos li {
        margin: 15px;
    }
    #featured-carousel .owl-item {
        padding: 0 5px;
    }
    .clientsBlock ul li {
        width: 25%;
        float: left;
        text-align: center;
        padding: 0;
    }
    .footerTop p {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
    }
    .footerTop .addressInfo {
        font-size: 19px;
        line-height: 25px;
    }
    .footerTop .copyright {
        font-size: 20px;
    }
    .footerTop ul.footerMedia {
        width: 100%;
        display: inline-block;
        text-align: center;
        position: relative;
        padding-top:0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .footerTop ul.footerMedia li a span {
        font-size: 15px;
    }
    .footerTop ul.footerMedia li {
        display: inline-block;
        padding:10px;
    }
    .footerTop ul.footerMedia:before {
        width: 300px;
        height: 1px;
        background-color: #737476;
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -150px;
    }
    ul.mob_footer_link {
        width: 100%;
        display: inline-block;
        text-align: center;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    ul.mob_footer_link li {
        width: 100%;
        display: inline-block;
        margin: 0;
        padding: 5px 0;
    }
    ul.mob_footer_link li a {
        font-size: 17px;
        color: #bcbdc0;
        display: inline-block;
        font-weight: 400;
    }
    .footerBottom h4 {
        text-transform: none;
        font-weight: 700;
        color: #4b4c4c;
        padding-bottom: 10px;
        font-size: 20px;
    }
    .footerBottom h4 small {
        font-size: 17px;
    }
    .footerBottom .text-center a {
        display: inline-block;
        margin: 10px 0;
    }
    .footerBottom .borderBottom {
        padding-bottom: 0px;
        border-bottom: 2px solid #d5dee3;
    }
    .footerBottom ul { padding: 0; }
    .footerBottom ul li {
        width: 49%;
    }
    .innerpage-banner {
        background-size: cover;
        height: 200px;
    }
    .tab-pages ul li.book-now-btn {
        width: 120px !important;
    }
    .tab-pages ul li.book-now-btn a {
        font-size: 17px;
    }
    .bio-content .row-content .left-content p {
        text-align: center;
    }
    .news_listing .col-xs-6 {
        padding: 15px;
    }
     .listitem:nth-child(3n+1) {
        clear: none;
    }
    .listitem:nth-child(2n+1) {
        clear: both;
    } 
    .eventsForm input[type="text"] {
        width: 100%;
        margin: 0px 0 15px 0;
    }
    .eventsForm input[type="text"]:focus {
        background-color: #FFF;
        color: #000;
    }
    .eventsForm textarea {
        width: 100%;
        height: 60px;
        margin: 0px 0 15px 0;
    }
    .eventsForm textarea:focus {
        background-color: #FFF;
        color: #000;
    }
    .eventsForm .buttonsDiv {
        text-align: center;
    }
    .eventsForm .buttonsDiv input[type="button"] {
        background-color: #61808d;
        height: 40px;
        width: auto;
        padding: 10px 20px;
        color: #FFF;
        border: none;
        font-size: 16px;
        font-weight: 600;
        margin: 15px 10px;
        line-height: 16px;
    }
    .eventsForm .buttonsDiv input[type="button"]:hover {
        background-color: #a74307;
    }
    .artistList { width:100%; }
    .artistList li { width:48%; }
    .feature-article-list { width:33.33%; }
    .feature-article-list img { border:3px solid #333; height:300px; }
    /* .button01 { width:100%; margin-bottom: 15px; } */
    .list_price { margin-top: 15px; }
    .view-controls-grid { margin-top:10px; }
    .footerTop h4 { padding: 0px; }
    .footerTop h4.follow-ttl { margin-top: 20px; text-align: center; }
    ul.seenLogos li {
        margin: 0 14px;
        padding: 0;
    }
    .servicesBlock .col-xs-12 {
        padding-top: 15px;
        margin-bottom: 15px;
    }
    .servicesBlock .col-xs-12 h2 {
        font-size: 22px;
        padding: 0;
        margin: 0;
        min-height: 45px;
    }
    .servicesBlock .col-xs-12 h3 {
        font-size: 15px;
        padding: 15px 0 0 0;
    }
    .fullWidth{
        padding: 10px 0;
    }
    .helpBlock p {
        padding: 0;
        font-size: 16px;
    }
    .tagline {
        padding: 20px 0;
    }
    .tagline span{
        padding: 0;
        font-size: 15px;
        line-height: 20px;
    }
    .clientsBlock ul{
        padding: 0;
    }
    .footer-logo ul li {
        width: 30% !important;
        padding: 0 5px !important;
    }
    .navbar-header .navbar-brand {
        float: none;
        text-align: center;
        margin: 10px 0 10px 0;
        padding: 0;
    }
    .navbar-header .navbar-brand img {
        text-align: center;
        height: 50px;
    }  
    .tab-pages ul li a span {
        display: block;
        margin: 0;
    }
    .search-icon {
        width: 50px; height: 50px; float: right; color: #FFFFFF; font-size: 30px; margin: 10px 15px; position: absolute; right: 0; top:0;
    }
    .topBox { width: 100%; padding: 0; }
    .topBox .searchBox { width: 100%; padding: 0; }
    .topBox .searchBox input.gsc-input, .topBox .searchBox input.gsc-search-button { border-radius: 0; padding: 6px 5px !important; }
    .bio-content h2 { font-size: 20px; }
    .bio-content p { margin-bottom: 10px; }
    .eventsForm p.required-text { font-size: 14px; padding-left: 0; text-align: left; }
    .eventsForm .form-group { padding: 0; }
    /* .eventsForm .buttonsDiv input[type="submit"], .eventsForm .buttonsDiv input[type="reset"]  { margin-bottom: 0; margin-top: 0; } */
    .servicesBlock .iconBox { width: 90px; height: 90px; }
    .servicesBlock h2 { font-size: 13px; padding-bottom: 10px; }
    .servicesBlock h3 { font-size: 12px; line-height: 17px; padding-top: 15px; }
    .listitem { margin-bottom: 0; }
    .listitem .list_pic { margin-bottom: 0; }
    .ftform { padding: 15px; }
    .ftform .btn-group .btn-default { padding: 6px; }
    .ftform .btn-group .btn-default .caret { right: 6px; }
    .ftform .button01 { width: 150px; float: none; margin:0 15px 0 0; }
    .buttonsDiv { margin-bottom: 10px; }
    .contactsec { margin: 7px 0; }
    .faq-accordion .panel-heading a { font-size: 13px; }
    .clientsBlock .owl-item{margin: 0}
    .tab-bg{padding: 15px 10px 20px 15px;}
    .tab-bg h2{margin-bottom: 35px;}
    .sortdropdown {
        float: left;
    }
    .view-controls-grid {
        margin: 0;
    }
    .sort-padd {
        margin-top: 35px;
    }
    .btn-padd {
        margin-top: 35px !important;
    }
    .so_you_can { padding-left: 30px; }
    .how-it-work {border-left:none; border-right:none;}
    .image-box {padding: 0 15px;}
    .image-box .img-description {display: block; text-align: center; padding-left: 0; margin-top: 15px; width: 100%;}
    .image-box .image {display: block; text-align: center; margin-bottom: 15px;}
    .how-it-work h4 {line-height: 30px;}
    .text-content {background: #fff; padding: 15px 0;}
    .grey-bg {padding-bottom: 0;}
    .grey-bg img {width: 25%; padding: 15px 0;}
    #hot-tours .owl-next img, #hot-tours .owl-prev img {padding: 10px 9px; width: 75%; margin: 0 auto; display: block;}
    #hot-tours .owl-prev, #hot-tours .owl-next {width: 40px; height: 40px;}
    .content-box {margin-top: 15px;}
    .content img {margin-bottom: 15px;}
    .content-box .content:last-child img {margin-bottom: 0;}
    .grey-bg img {height: 120px; width: 40%;}
    .fade-image-content .fade-box {margin-bottom: 20px;}    
    .fade-image-content {margin: 0 auto 25px; padding-bottom: 0;}
}
@media only screen and (max-width: 480px) {
    .tab-pages ul li a {
        font-size: 14px;
    }
    .tab-pages ul li a span {
        margin-right: 5px;
    }
    .tab-pages ul li.book-now-btn {
        width: 90px !important;
    }
    .tab-pages ul li.book-now-btn a {
        font-size: 14px;
    }
    .artistList { width:100%; }
    .artistList li { width:100%; }
    .feature-article-list { width:50%; }
    .feature-article-list img { border:3px solid #333; height:180px; }
    .servicesBlock .col-xs-4 { width: 100%; }
    .ftform .col-xs-6 { width: 100%; }
    .ftform .button01 { width: 114px; }
    .innerpage-banner { height: 100px; background-size: 100% auto !important; }
    .footerMiddle1 ul li {width: 50%;}
    .thank-content h2 {font-size: 25px;}
    .thanksbg {overflow: hidden;}
    .thank-content h4{word-wrap: break-word;}
    .thanksbg p{font-size: 25px;line-height: 35px;}
    .tab-bg {
        padding: 15px 10px 20px 15px;
    }
    .tab-bg h2{float: left;width: 100%;padding-right: 110px;}
    .sortdropdown {
        float: left;
        width: 100%;
        text-align: left;
    }
    .view-controls-grid {
        margin-top: 15px;
        width: 100%;
        text-align: right;
    }
    .sortdropdown span {
        line-height: 34px;
        padding-right: 2px;
    }
    .mCSB_inside > .mCSB_container {
        margin-right: 25px !important;
    }
    .button01 {
        font-size: 15px;
        margin: 0px;
    }
    .grey-bg img {height: 90px;}
}
@media only screen and (max-width: 479px) {
    .bio-content h3 {
        margin-bottom: 15px;
    }
    .mob_tagline {
        font-size: 16px;
    }
    .listitem {
        margin: 15px 0;
    }
    .listitem h2 {
        font-size: 14px;
    }
    .listitem .list_price span {
        font-size: 13px;
    }
    .feature-article-list img { 
        border:3px solid #333; height:180px; 
    }
    .seenLogos img {
        height: 40px;
    }
    .bottomBar ul li a p {
        font-size: 15px;
    }
    .listitem { width: 100%; }
    .image-box .images, .grey-bg {width: 100%;}  
    .grey-bg img {width: 25%;}
}
@media only screen and (min-width: 319px) and (max-width: 321px) {
    .tab-pages ul li a small {
        display: none;
    }
    .tab-pages ul li a span {
        margin-right: 0;
    }
    .tab-pages ul .book-now-btn a small {
        display: block;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .image-box {padding: 0 15px;}
    .image-box .img-description {width: 62%;}
}
@media (min-width:768px) and (max-width:991px) {
    .image-box {padding: 0 15px;}
    .image-box .img-description {padding-left: 15px; width: 50%;}
}