
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

.site-container {
	max-width: 1300px;
	margin: auto;
	display: block;
    padding: 0 15px;
}
.container1200 {
    max-width: 1200px;
    margin: auto;
}
.container1100 {
    max-width: 1100px;
    margin: auto;
}
.container1000 {
    max-width: 1000px;
    margin: auto;
}
.container800 {
    max-width: 800px;
    margin: auto;
}

.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}


.youtube-play-button {
    cursor: pointer;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube-play-button img{
    width: 100%;
    height: auto;
}
.youtube-play-button .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
    position: absolute;
}
.youtube-play-button:hover .play-button{
    background-color: #d02f38;
}
.youtube-play-button .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0);
}
.video-container-box {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container-box .youtube-play-button {
    position: initial;
}
.video-youtube-box {
    position: relative;
}
.video-youtube-box img{
    margin: 0; 
    width: 100%;
    height: auto;
    float: left;
}
.video-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-half,
.half-video {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.image-half,
.img-half,
.half-img,
.half-image {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}
.image-half.img-right,
.img-half.img-right,
.half-img.img-right,
.half-image.img-right {
    float: right;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.bold {
    font-weight: bold;
}
.center{
    text-align: center;
}    

a {
    color: #d3b340;
}
a:hover {

}

img {
    max-width: 100%;
    height: auto;
}
img.img-shadow {
    box-shadow: 5px 5px 5px #fff;
}

h1 {
    font-family: "Cabin Condensed", sans-serif;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.3;
    margin: 30px 0;
    text-align: center;
}       
h2 {
    font-family: "Cabin Condensed", sans-serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.3;
    margin: 25px 0;
    text-align: center;
}       
h3 {
    font-family: "Cabin Condensed", sans-serif;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    margin: 20px 0;
    text-align: center;
}       
h4 {
    font-family: "Cabin Condensed", sans-serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
    margin: 15px 0;
}       

p {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 15px;
}
li {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 5px;
}

ul.two {
    display: flow-root;
}
ul.two li{
    width: 50%;
    float: left;
    padding-right: 20px;
}
ul.three {
    display: flow-root;
}
ul.three li{
    width: 33%;
    float: left;
    padding-right: 20px;
}
ul.four {
    display: inline-block;
    width: 100%;
}
ul.four li{
    width: 25%;
    float: left;
    padding-right: 20px;
}
ul.flow {
    display: flow-root;
}
ol, ul {
    margin-bottom: 15px;
}


.center-buttons,
.buttons-center {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.center-buttons a,
.buttons-center a {
    display: inline-block;
    margin: 10px;
    background: #d3b340;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    text-transform: uppercase;
}
.buttons-center a:focus,
.buttons-center a:hover,
.buttons-center a:focus,
.buttons-center a:hover {
    background: #aa862e;
    text-decoration: none;
    color: #fff;
}
.default-button {
    background: #d3b340;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
.default-button:focus,
.default-button:hover {
    background: #aa862e;
    text-decoration: none;
    color: #fff;
}
.default-button.red-btn {
    background: #a40505;
}
.default-button.red-btn:hover,
.default-button.red-btn:focus {
    background: #d3b340;
}
.default-button.black-btn {
    background: #000;
}
.default-button.black-btn:hover,
.default-button.black-btn:focus {
    background: #a40505;
}


.flex {
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    /*align-items: center;*/
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display:-webkit-flex;
    flex-direction:row;

}


header {
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;

    transition: all 0.3s ease;
}
header * {
    transition: all 0.3s ease;
}
header .logo {
    display: inline-block;
    float: left;
}
header .logo img {
    max-width: 200px;
    height: auto;
}
header .menu {
    display: inline-block;
    float: right;
}
header .menu ul {
    margin: 0;
    padding: 0;
}
header .menu ul li {
    display: inline-block;
    list-style: none;
    margin: 10px;
}
header .menu ul li a {
    padding: 10px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px black;
}
header .menu ul li a:hover {
    text-decoration: none;
    color: #a40505;
    text-shadow: none;
}
header .menu-right {
    display: none;
}
header .menu-right .phone a:hover {
    color: #a40505;
}
header .menu .close-menu {
    display: none;
}


.social-media-fixed {
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 999;
    width: 60px;
}
.social-media-fixed .links {
    text-align: center;
}
.social-media-fixed .links a {
    color: #fff;
    font-size: 28px;
    padding: 5px;
    margin: 10px;
    display: block;
    line-height: 1;
    text-align: center;
}
.social-media-fixed .links a i {
    text-shadow: 2px 2px black;
}
.social-media-fixed .links a:hover {
    color: #a40505;
}


.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 999;
    display: none
}

footer {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #000;
    color: #fff;
}

body.homepage footer {
    margin: 0
}

footer form.subscribe-form {
    margin-bottom: 30px;
}
footer form.subscribe-form h4 {
    font-size: 20px;
}
footer form.subscribe-form input {
    display: inline-block;
    width: 200px;
    border-radius: 0;
    background: transparent;
    color: #fff;
    padding: 10px;
    height: auto;
}
footer form.subscribe-form button {
    font-size: 16px;
}
footer p {
    line-height: 1.5
}
footer .links {
    margin: 10px 0
}
footer .links a {
    display: inline-block;
    margin: 10px;
    color: #fff
}
footer .links a i {
    font-size: smaller;
    margin-right: 5px
}
footer .social-media {
    display: inline-block;
    width: 100%
}
footer .social-media a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 5px;
    margin: 10px
}
footer .social-media a:hover {
    color: #a40505;
}
footer p.copyright {
    margin: 10px 0
}


.title-banner {
    background: url(../images/title-banner-page-min.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 200px 0;
    margin-bottom: 30px;
}
.title-banner h1 {
    font-size: 50px;
    color: #fff;
    text-shadow: 3px 3px black;
}
.media-page .title-banner {
    background-image: url(../images/fleetwood-media-banner.jpg);
}
.about-page .title-banner {
    background-image: url(../images/fleetwood-about-banner.jpg);
}
.epk-page .title-banner {
    background-image: url(../images/fleetwood-epk-banner.jpg);
}
.contact-page .title-banner {
    background-image: url(../images/fleetwood-contact-banner.jpg);
    background-position: center 0;
}

.default-text {
    padding-bottom: 50px;
}


.hp-top-video {
/*    display: inline-block;*/
/*    width: 100%;*/
/*    max-height: 90vh;*/
    overflow: hidden;
    position: relative;
}
.hp-top-video video {
    width: 100%;
    height: auto
}
.hp-top-video .text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
/*    background: rgb(0 0 0 / 50%);*/
    color: #fff;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    display: -webkit-flex;
    flex-direction: row
}
.hp-top-video .text-overlay h1 {
    font-size: 80px;
    margin: 0;
    color: #fff
}
.hp-top-video .text-overlay h3 {
    color: #fff;
    margin-top: 0;
}
.hp-top-video .text-overlay a {
    display: inline-block;
    margin: 20px 0;
    background: #a40505;
}
.hp-top-video .text-overlay a:hover {
    background: #d3b340;
}


.section-hp2 {
    padding: 50px 0;
    background-color: #a9852f;
    color: #fff;
}


.section-hp3 {
    background: #000;
    padding: 30px 0;
}
.section-hp3 h2 {
    color: #fff;
}
.shows-feed .item {
    color: #fff;
    margin: 25px 0;
}   
.shows-feed .item .date {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    font-style: italic;
    display: block;
}
.shows-feed .item .place {
    font-weight: 600;
    font-size: 20px;
    display: block;
}
.shows-feed .item .place span {
    font-weight: 400;
}
.shows-feed .item .buttons {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}
.shows-feed .item .buttons a {
    color: #a40505;
    border: 1px solid #a40505;
    display: inline-block;
    width: 200px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
}
.shows-feed .item .buttons a:hover {
    background: #a40505;
    color: #fff;
    text-decoration: none;
}


.section-video-center {
    background-color: #a9852f;
    padding: 50px 0;
}
.section-video-center .video800 {
    max-width: 800px;
    margin: auto;
}


.section-testimonials {
    padding: 50px 0;
    background-color: #a9852f;
    color: #fff;
}
.section-testimonials h2 {
    text-align: center;
}
.testimonials-slider-full {
    position: relative;
}
.testimonials-slider-full .owl-carousel {
    max-width: 90%;
    margin: auto;
}
.testimonials-slider-full .flex-direction-nav i {
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
}
.testimonials-slider-full .flex-direction-nav .flex-prev {
    float: left;
    margin-top: 70px;
}
.testimonials-slider-full .flex-direction-nav .flex-next {
    float: right;
    margin-top: 70px;
}
.testimonials-slider-full .item {
    text-align: center;
}
.testimonials-slider-full .item .quote {
    font-style: italic;
}
.testimonials-slider-full .item .author {
    font-weight: 500;
}
.testimonials-slider-full .item .sign i {
    font-size: 40px;
}


.insta-images {
    padding: 50px 0;
}
.insta-images .images-carousel {
    position: relative;
    display: inline-block;
    width: 100%;
}
.insta-images .images-carousel .flex-direction-nav {
    top: 45%;
    position: absolute;
    left: 0;
    right: 0;
}
.insta-images .images-carousel .flex-direction-nav i {
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
}
.insta-images .images-carousel .flex-direction-nav .flex-prev {
    margin-left: -40px;
    float: left;
}
.insta-images .images-carousel .flex-direction-nav .flex-next {
    margin-right: -40px;
    float: right;
}



/*search page*/
.search-content {
    display: block;
    margin: auto;
    max-width: 1000px;
}
.search-results .result {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}   
.search-results .result .text p{
    margin-bottom: 0;
    font-size: 17px;
}
.search-results .result .text a.title{
    font-size: 19px;
    font-weight: 500;
    display: block;
    clear: both;
    margin-bottom: 5px;
}


.error-404 {
    max-width: 500px;
    margin: auto;
}
.error-404 form {
    display: inline-block;
    width: 100%;
}
.error-404 form input {
    display: inline-block;
    width: calc(100% - 100px);
    float: left;
    border: 1px solid #71bd37;
    height: 50px;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.error-404 form button {
    display: inline-block;
    float: left;
    width: 100px;
    font-size: 17px;
    height: 50px;
    text-align: center;
    padding: 5px;
    margin: 0;
}


/*sitemap page*/
.sitemap-section {
    margin-bottom: 4px;
}
.sitemap-section .links {
    display: inline-block;
    width: 100%;
}
.sitemap-section .links a {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}




/*shows page*/

.shows .item {
    margin-bottom: 50px;
    text-align: center;
}
.shows .item .image {
    overflow: hidden;
}
.shows .item .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.shows .item .image:hover img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.shows .item .buy-btn {
    background: #a40505;
}
.shows .item .buy-btn:hover {
    background: #d3b340;
}
.shows .item .title {
    margin: 10px 0;
    font-weight: 600;
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    min-height: 60px;
}
.shows .item .text a:hover .title,
.shows .item .text a:hover {
    color: #a40505;
    text-decoration: none;
}
.shows .item .date {
    margin: 10px 0;
    font-style: italic;
}
.shows .item .address {
    margin: 10px 0;
    font-style: italic;
}
.shows .item .address a {
    color: #fff;
}
.shows .item p i {
    font-size: 16px;
    margin-right: 5px;
}
.shows .item .buttons-center a {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.show-content .details {
    text-align: center;
    margin-bottom: 30px;
}
.show-content .details p i {
    font-size: 16px;
    margin-right: 5px;
}
.show-content .details .address a {
    color: #fff;
}
.show-content .details .buy-btn {
    display: inline-block;
    margin-top: 10px;
}



/*media center page*/

.media-center.videos .item {
    margin-bottom: 30px;
}
.media-center.videos .item .title {
    font-style: italic;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.media-center.news .image {
    overflow: hidden;
}
.media-center.news .image img {
    transition: all 0.4s ease;
}
.media-center.news .image:hover img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
}
.media-center.news .title {
    font-weight: 500;
    line-height: 1.5;
    margin: 10px 0;
    text-align: center;
}
.media-center.news .title a {
    color: #fff;
}   
.media-center.news .title a:hover {
    color: #d3b340;
    text-decoration: none;
}
.media-center.audio .item {
    border-bottom: 1px solid #4b4b4b;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.media-center.audio .item p.title {
    margin: 0;
    font-size: 16px;
    font-style: italic;
}
.media-center.audio .item audio {
    width: 100%;
}
.media-center.audio .item:last-child {
    border: 0;
}

.social-media-inline {
    display: inline-block;
    width: 100%
}
.social-media-inline a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 5px;
    margin: 10px;
    margin-top: 0;
}
.social-media-inline a:hover {
    color: #a40505;
}


/*about page*/
.team-members {
    margin: 50px 0;
}
.team-members .item {
    margin-bottom: 30px;
}
.team-members .item .image {
    position: relative;
}
.team-members .item .image img {
    width: 100%;
    height: auto;
}
.team-members .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
}
.team-members .item .text .name {
    text-shadow: 2px 2px black;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.team-members .item .text .as {
    font-size: 22px;
    font-style: italic;
    margin: 0;
}
.team-members .item .text .job {
    text-shadow: 2px 2px black;
    font-size: 20px;
    font-weight: 500;
}


.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form label {
    font-weight: 400;
}
.contact-form label.error {
    color: red;
}
.contact-form input {
    height: auto;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
}
.contact-form textarea {
    height: auto;
    padding: 10px;
    font-size: 18px;
    border-radius: 0;
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
}



/*epk page*/
body.epk-page header {
    display: none;
}
body.epk-page footer {
    display: none;
}
.epk-content .title-banner {
    padding-bottom: 50px;
}
.epk-content .title-banner img {
    width: 400px;
    margin: auto;
}
.epk-content .media-center {
    margin: 50px 0;
}
.epk-booking {
    border-top: 1px solid #414141;
    padding-top: 20px;
    text-align: center;
}
.epk-booking .social-media {
    display: inline-block;
    width: 100%
}
.epk-booking .social-media a {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    padding: 5px;
    margin: 10px
}
.epk-booking .social-media a:hover {
    color: #a40505;
}


.epk-gallery {
    margin-bottom: 30px;
}
.epk-gallery .item {
    text-align: center;
}
.epk-gallery .item .download-btn {
    background: #fff;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;
    border-radius: 5px;
}
.epk-gallery .item img {
    max-width: 1000px;
    max-height: 700px;
    width: auto !important;
    height: auto;
    display: block;
    margin: auto;
}
.gallery-epk-slider {
    max-width: 1000px;
    margin: auto;
    position: relative;
}
.gallery-epk-slider .flex-direction-nav {
    position: absolute;
    top: 40%;
    width: 100%;
}
.gallery-epk-slider .flex-direction-nav i {
    font-size: 35px;
}
.gallery-epk-slider .flex-direction-nav .flex-prev {
    z-index: 99;
    position: relative;
    cursor: pointer;
    padding: 10px;
    margin-left: -50px;
    float: left;
}
.gallery-epk-slider .flex-direction-nav .flex-next {
    z-index: 99;
    position: relative;
    cursor: pointer;
    padding: 10px;
    margin-right: -50px;
    float: right;
}




.newsletter-popup {
    background: rgb(0 0 0 / 70%);
}
.newsletter-popup .modal-dialog {
    top: 10%;
}
.newsletter-popup .modal-content {
    background: #a9852f;
    padding: 20px;
}
.newsletter-popup .modal-header {
    padding: 15px;
    border: 0;
    text-align: center;
}
.newsletter-popup .modal-header .close {
    margin-top: -16px;
    margin-right: -16px;
    background: white;
    opacity: 0.8;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
}
.newsletter-popup .modal-header .close:hover {
    opacity: 1;
}
.newsletter-popup .modal-header h4 {

}
.newsletter-popup .modal-body {

}
.newsletter-popup form {
    text-align: center;
}
.newsletter-popup form input {
    display: block;
    border-radius: 0;
    background: #e6e6e6;
    color: #000;
    padding: 10px;
    height: auto;
    font-size: 17px;
    margin-bottom: 20px;
    border: 0;
}
.newsletter-popup form button {
    background: #000;
}
.newsletter-popup form button:hover {
    background: #4e4e4e;
}








@media(min-width: 993px) {
	
	/*html{
	    height: 100%;
	}
	body{
	    padding-bottom: 220px;
	    position: relative;
	    margin: 0;
	    min-height: 100%;
	}
	footer {
	    margin: 0;
	    position: absolute;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}*/

	header.scrolled {
	    background: #000;
	    padding: 5px 0;
	    box-shadow: 0px 2px 5px -3px #fff;
	}
	header.scrolled .logo img {
	    max-width: 100px;
	}

}	


@media(max-width: 1200px) {

	.insta-images .images-carousel {
	    display: block;
	    max-width: 94%;
	    margin: auto;
	}

	.gallery-epk-slider .flex-direction-nav .flex-prev {
	    margin-left: 0;
	}
	.gallery-epk-slider .flex-direction-nav .flex-next {
	    margin-right: 0;
	}
	.epk-gallery .item img {
	    max-width: 100%;
	}

}


@media(max-width: 993px) {

	p, li {
	    font-size: 16px;
	}

	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 22px;
	}

	.title-banner {
	    padding: 100px 0 20px;	
	}
	.title-banner h1 {
	    font-size: 40px;
	}

	header {
	    position: absolute;
	}

	header .menu-right {
	    display: inline-block;
	    float: right;
	}
	header .menu-right .phone {
		display: inline-block;
	    
	}
	header .menu-right .phone a {
		color: #fff;
	    font-size: 20px;
	    font-weight: 500;
	    text-shadow: 2px 2px black;
	}
	header .menu-right .phone a i {
		font-size: 16px;
    	margin-right: 5px;
	}
	header .menu-right .open-menu {
		display: inline-block;
		font-size: 35px;
	    cursor: pointer;
	    margin-left: 25px;
	    line-height: 1;
	    padding: 0;
	}
	header .menu-right .open-menu i {
	    text-shadow: 2px 2px black;
	}
	

	header .menu {
	    display: none;
        background: black;
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 999;
	    min-width: 280px;
	    box-shadow: 2px 2px 5px #fff;
	}
	header .menu ul {
	    padding: 10px;
	}
	header .menu ul li {
	    display: block;
	    margin: 5px;
	}
	header .menu ul li a {
	    padding: 10px;
	    display: block;
	}
	header .menu .close-menu {
	    display: inline-block;
	    padding: 10px;
	    font-size: 18px;
	    opacity: 0.5;
	    cursor: pointer;
	}
	header .menu .close-menu:hover {
		opacity: 1;
	}

	.hp-top-video .text-overlay h1 {
	    font-size: 60px;
	}

	footer form.subscribe-form input {
		margin: 5px;
	}

	.insta-images .images-carousel .flex-direction-nav .flex-prev {
	    margin-left: -30px;
	}
	.insta-images .images-carousel .flex-direction-nav .flex-next {
	    margin-right: -30px;
	}

	.shows .item .title {
		min-height: initial;
	}

	.team-members .item .text .name {
	    font-size: 18px;
	}
	.team-members .item .text .as {
	    font-size: 18px;
	}
	.team-members .item .text .job {
	    font-size: 17px;
	}

	.gallery-epk-slider .flex-direction-nav i {
	    font-size: 25px;
	}
}



@media(max-width: 767px) {

	header .logo img {
	    max-width: 150px;
	}
	header .menu-right .open-menu {
	    font-size: 30px;
	    margin-left: 20px;
	}

	.image-half.img-right, .img-half.img-right, .half-img.img-right, .half-image.img-right,
	.image-half, .img-half, .half-img, .half-image {
	    display: block;
	    width: 100%;
	    float: none;
	    margin: 0;
	    padding: 0;
	    margin-bottom: 15px;
	}

	.default-button {
	    font-size: 15px;
	    padding: 10px 15px;
	}
	
	.center-buttons a, .buttons-center a {
		margin: 5px;
	}

	.title-banner h1 {
	    font-size: 35px;
	}

	.hp-top-video video {
	    opacity: 0.7;
	}

	.hp-top-video .text-overlay {
	    position: relative;
	    background: #000;
	    display: block;
	    padding: 30px 10px;
	}
	.hp-top-video .text-overlay h1 {
	    font-size: 40px;
	    margin: 10px 0;
	}
	.hp-top-video .text-overlay h3 {
	    font-size: 20px;
	}
	.hp-top-video .text-overlay a {
		margin: 0;
	}

	footer {
		padding: 15px 0;
	}
	footer .links {
	    font-size: 15px;
	}
	footer .newsletter h4 {
	    font-size: 18px;
	}
	footer form.subscribe-form input {
	    font-size: 15px;
	    line-height: 1;
	}
	footer form.subscribe-form button {
	    font-size: 15px;
	    line-height: 1.3;
	}

	.section-hp2 {
		padding: 30px 0;
	}
	.shows-feed .item .date {
	    font-size: 16px;
	}
	.shows-feed .item .place {
	    font-size: 18px;
	}
	.shows-feed .item .buttons a {
	    width: 150px;
	    line-height: 1;
	    margin: 5px;
	}

	.section-video-center {
		padding: 15px 0;
	}

	.insta-images {
	    padding: 30px 0;
	}
	.insta-images .images-carousel .flex-direction-nav i {
	    font-size: 25px;
	}
	.insta-images .images-carousel .flex-direction-nav .flex-prev {
	    margin-left: -30px;
	}
	.insta-images .images-carousel .flex-direction-nav .flex-next {
	    margin-right: -30px;
	}

	.youtube-play-button .play-button {
	    width: 60px;
	    height: 40px;
	}

	.media-center.videos .item .title {
		font-size: 15px;
	}
	.media-center.news .image img {
	    margin: auto;
	}
	.media-center.audio .item p.title {
	    font-size: 14px;
	    text-align: center;
	    margin-bottom: 5px;
	}

	.shows .item .buttons-center {
		margin: 0;
	}
	.shows .item .image img {
	    width: auto;
	    max-width: 500px;
	    margin: auto;
	}

	.contact-form textarea,
	.contact-form input {
	    font-size: 16px;
	}
	.contact-form label.error {
	    font-size: 14px;
	}

	.epk-gallery .item img {
	    max-height: 400px;
	}	
	.gallery-epk-slider .flex-direction-nav {
	    top: 30%;
    }

    .epk-content .media-center {
	    margin: 0;
	}
	.media-center.news .item {
	    margin-bottom: 30px;
	}
	.epk-gallery .item .download-btn {
	    padding: 10px 15px;
	    font-weight: 500;
	    font-size: 14px;
	    color: #000;
	}
	#gallery_modal .close {
		font-size: 20px;
	}
	#gallery_modal .prev, 
	#gallery_modal .next {
	    padding: 10px;
	    margin-top: -30px;
	    font-size: 25px;
	}
	#gallery_modal .imageSlides .title a {
	    padding: 10px 15px;
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 1;
	}

	.section-testimonials {
	    padding: 10px 0 20px;
	}
	.testimonials-slider-full .item .sign i {
	    font-size: 30px;
	}
	.testimonials-slider-full .flex-direction-nav i {
	    font-size: 20px;
	}

}



@media(max-width: 450px) {
	
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}

	.title-banner h1 {
	    font-size: 30px;
	}

	header .menu-right .phone {
	    display: none;
	}

	.social-media-fixed {
		width: 35px;
		display: none;
	}
	.social-media-fixed .links a {
	    font-size: 20px;
	    padding: 5px;
	    margin: 10px 0;
	}

	.hp-top-video .text-overlay h1 {
	    font-size: 35px;
	}

	.shows-feed .item .buttons a {
		font-size: 16px;
	}

	.insta-images .images-carousel .flex-direction-nav .flex-prev {
	    margin-left: -25px;
	}
	.insta-images .images-carousel .flex-direction-nav .flex-next {
	    margin-right: -25px;
	}

	footer p {
		font-size: 15px;
	}
	footer .links {
	    font-size: 14px;
	}
	footer .social-media a {
		font-size: 20px;
	}
	footer form.subscribe-form input {
	    width: 300px;
	}

	.shows .item .title {
		font-size: 18px;
	}
	.shows .item .address,
	.shows .item .date {
		font-size: 15px;
	}
	.shows .item p i {
	    font-size: 14px;
	}

	.team-members {
		margin-bottom: 0;
	}

	.newsletter-popup .modal-content {
	    padding: 15px 0;
	}
	.newsletter-popup form input {
		font-size: 16px;
	}


}






























