@charset "UTF-8";
/*
Theme Name: Ivan Amodei
Theme URI: https://github.com/WordPress/twentynineteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: WordPress 4.9.6
Version: 1.3
*/
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    
}
*:focus{
    outline: none;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('assets/fonts/AvenirLTStd-Black.otf') format("opentype"), url('../fonts/AvenirLTStd-Black.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('assets/fonts/avenir-medium-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('assets/fonts/avenir-mediumoblique-webfont.woff') format('woff'), url('assets/fonts/avenir-mediumoblique-webfont.ttf') format('truetype'), url('assets/fonts/avenir-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('assets/fonts/AvenirLTStd-Book.eot') format('embedded-opentype'), url('assets/fonts/AvenirLTStd-Book.otf') format('opentype'), url('AvenirLTStd-Book.ttf') format('truetype'), url('assets/fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Light';
    src: url('assets/fonts/Avenir-Light.eot') format('embedded-opentype'), url('assets/fonts/avenir-light-webfont.woff') format('woff'), url('assets/fonts/Avenir-Light.ttf') format('truetype'), url('assets/fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('assets/fonts/avenir-roman-webfont.eot') format('embedded-opentype'), url('assets/fonts/avenir-roman-webfont.woff') format('woff'), url('assets/fonts/avenir-roman-webfont.ttf') format('truetype'), url('assets/fonts/avenir-roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura-Condensed';
    src: url('assets/fonts/futura medium condensed bt.ttf'), url('assets/fonts/futura_medium_condensed_bt.woff') format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'TrajanPro-Regular';
  src: url('assets/fonts/TrajanPro-Regular.eot') format('embedded-opentype'),
      url('assets/fonts/TrajanPro-Regular.woff') format('woff'), url('assets/fonts/TrajanPro-Regular.ttf') format('truetype'), url('assets/fonts/TrajanPro-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaBT-Book';
  src: url('assets/fonts/FuturaBT-Book.eot') format('embedded-opentype'),
      url('assets/fonts/FuturaBT-Book.woff') format('woff'), url('assets/fonts/FuturaBT-Book.ttf') format('truetype'),url('assets/fonts/FuturaBT-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}



@font-face {
  font-family: 'Futura-CondensedLight';
  src: url('assets/fonts/Futura-CondensedLight.eot') format('embedded-opentype'),
       url('assets/fonts/Futura-CondensedLight.woff') format('woff'), url('assets/fonts/Futura-CondensedLight.ttf') format('truetype'), url('assets/fonts/Futura-CondensedLight.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'FuturaBT-MediumCondensed';
    src: url('assets/fonts/FuturaBT-MediumCondensed.eot') format('embedded-opentype'),
    url('assets/fonts/FuturaBT-MediumCondensed.woff') format('woff'), url('assets/fonts/FuturaBT-MediumCondensed.ttf') format('truetype'), url('assets/fonts/FuturaBT-MediumCondensed.svg') format('svg'),
    url('assets/fonts/FuturaBT-MediumCondensed.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
  }

@font-face {
  font-family: 'Avenir-Heavy';
  src: url('assets/fonts/Avenir-Heavy.eot') format('embedded-opentype'),
      url('assets/fonts/Avenir-Heavy.woff') format('woff'), url('assets/fonts/Avenir-Heavy.ttf') format('truetype') , url('assets/fonts/Avenir-Heavy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
    font-family: 'Avenir-Medium', sans-serif;
    line-height: normal;
}
.btn:focus{
outline: none;
    box-shadow: none;
}
.slick-slider:focus{
   outline: none;

}
.slick-initialized .slick-slide {
    display: block;
    outline: none;
}
a:hover {
    text-decoration: none;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

#wrapper {
    width: 100%;
}

.fixed-header {
    position: fixed;
    top: 0;
    z-index: 900;
    height: auto;
    width: 100%;
    animation: smoothScroll 1s forwards;
    /* background: #0e59a2; */
    background: linear-gradient(to right, #0d58a0 0%, #2f8ce5 100%);
    margin: 0;
    padding: 0px 0;
    animation: smoothScroll 1s forwards;
    box-shadow: 0px 0px 12px 0px #3e3e3e;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
/* container */
.container {
    max-width: 1495px;
}
/* container end */



#myModal_video .modal-dialog{
    max-width: 600px;
}
#myModal_video .modal-dialog .modal-content{
border: 1px solid #fff;
border-radius: 0;
margin: 100px 0;
}
#myModal_video .modal-dialog .modal-body{
padding: 0px;
}
.header {
    background: #000000;
   box-shadow: 0 -3px 18px 9px rgba(255, 255, 255, 0.34);
        z-index: 99;
    position: fixed;
    width: 100%;
    top: 0;
/*    margin-top: -1px;*/
}

.bg-dark {
    background-color: transparent !important;
}
.navbar-expand-md .navbar-nav{
    align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding: 14px 10px;
    font-family: 'Avenir-Light', sans-serif;
    position: relative;
    transition: 0.3s all;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #666666;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#666666, #fff, #666666);
    opacity: 0.5;
}

.header .buy-btn {
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 20px;
    border: 1px solid #ffffff;
    padding: 1px 7px;
    margin-left: 6px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#695127+0,3b2e16+57,130f07+100 */
    background: rgba(87, 68, 32, 1);
    background: -moz-linear-gradient(top, rgba(87, 68, 32, 1) 0%, rgba(98, 76, 36, 1) 68%, rgba(119, 98, 58, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87, 68, 32, 1)), color-stop(68%, rgba(98, 76, 36, 1)), color-stop(100%, rgba(119, 98, 58, 1)));
    background: -webkit-linear-gradient(top, rgba(87, 68, 32, 1) 0%, rgba(98, 76, 36, 1) 68%, rgba(119, 98, 58, 1) 100%);
    background: -o-linear-gradient(top, rgba(87, 68, 32, 1) 0%, rgba(98, 76, 36, 1) 68%, rgba(119, 98, 58, 1) 100%);
    background: -ms-linear-gradient(top, rgba(87, 68, 32, 1) 0%, rgba(98, 76, 36, 1) 68%, rgba(119, 98, 58, 1) 100%);
    background: linear-gradient(to bottom, rgba(87, 68, 32, 1) 0%, rgba(98, 76, 36, 1) 68%, rgba(119, 98, 58, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#574420', endColorstr='#77623a', GradientType=0);
}

.header .buy-btn:hover {
    background: rgba(129, 105, 43, 1);
    background: -moz-linear-gradient(top, rgba(129, 105, 43, 1) 0%, rgba(137, 110, 46, 1) 51%, rgba(146, 121, 56, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(129, 105, 43, 1)), color-stop(51%, rgba(137, 110, 46, 1)), color-stop(100%, rgba(146, 121, 56, 1)));
    background: -webkit-linear-gradient(top, rgba(129, 105, 43, 1) 0%, rgba(137, 110, 46, 1) 51%, rgba(146, 121, 56, 1) 100%);
    background: -o-linear-gradient(top, rgba(129, 105, 43, 1) 0%, rgba(137, 110, 46, 1) 51%, rgba(146, 121, 56, 1) 100%);
    background: -ms-linear-gradient(top, rgba(129, 105, 43, 1) 0%, rgba(137, 110, 46, 1) 51%, rgba(146, 121, 56, 1) 100%);
    background: linear-gradient(to bottom, rgba(129, 105, 43, 1) 0%, rgba(137, 110, 46, 1) 51%, rgba(146, 121, 56, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#81692b', endColorstr='#927938', GradientType=0);
    color: #ffffff;
}

.navbar-dark .navbar-nav li:last-child .nav-link:after
 {
    display: none;
}

.navbar-brand {
    /* width: 480px; */
    padding: 0;
    position: relative;
    top: -2px;
}
.navbar-dark .navbar-brand{
    margin-right: 75px;
}
.navbar-brand img {
    /* width: 100%;
    height: auto; */
}
.nav_Style{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
-ms-align-items: center;
-webkit-align-items: center;
align-items: center;
-moz-justify-content: center;
-ms-justify-content: center;
-webkit-justify-content: center;
justify-content: center;
}
.navbar {
  
    padding: 5px 0 5px 0;
    /* width: 76%;
    margin: 0 auto; */
}


/* banner section */

.slider {
    position: relative;
}

.slider .slick-prev {
    left: 0;
}

.slider .slick-next {
    right: 0;
}

.slider .slick-dots {
    bottom: 10px;
}

.slider .slick-dots li {
    width: 4px;
    height: 10px;
}

.slider {
    position: relative;
    /* box-shadow: 0 1px 15px #525252; */
        margin-top: 52px;
}



.item {
    width: 100%;
    height: auto;
    position: relative;
}





.full_slider .item img {
    width: 100%;
    height: auto;
}




/* video section */

#video {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 9;
    padding-bottom: 30px;
    padding-top: 37px;
}

.top_heading{
    position: relative;
    height: 45px;
    z-index: 1;
    
}
.top_heading .video_heading{
    font-size: 26px;
    font-weight: normal;
    font-family: 'Futura-CondensedLight', sans-serif;
    text-transform: uppercase;
    position: absolute;
    padding: 0;
    margin-bottom: 0;
    padding-right: 8px;
    display: inline-block;
    top: 50%;
    z-index: 5;
    background: #fff;
    transform: translateY(-50%);
    padding-left: 8px;
}
.top_heading .line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ccc;
    top: 50%;
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    margin: auto;
    display: block;
    z-index: 1;
    transform: translateY(-50%);
}

.video_sect {
    margin-bottom: 30px;
}
.video_box a{
    display: block;
}
.video_box a img {
    width: 100%;
}

.video_box {
    position: relative;
  padding: 5px;
 /* display: none; */
}

.video_section > .load_more{
    width: 100%;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    background: #000000;
    display: block;
    position: relative;
    margin-top: 30px;
    padding: 18px 0;
    transition: 0.5s all;
}
.video_section > .load_more:hover{
    background: #8f6f36;
    color: #ffffff;
}
.video_box .video_img{
    display: block;
    width: 100%;
    height: auto;
}


.main_slider{
    position: relative;
}
.main_slider img{
    width: 100%;
}
.rollover_video{
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 100%;
    height: auto;
    transition: .3s ease;
    background: #ffffff;
    -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
    transition: all .5s ease-in-out; 
 
    }

    .video_box:hover .rollover_video{
        opacity: 1;
        -moz-transform: scale(1.05) translateY(-40%);
	-webkit-transform: scale(1.05) translateY(-40%);
	-o-transform: scale(1.05) translateY(-40%);
	-ms-transform: scale(1.05) translateY(-40%);
        transform: scale(1.05) translateY(-40%); 
        z-index: 9;
     box-shadow: 1px -1px 14px 1px #000000ad;
    }

.video_box .rollover_video p{
    font-size: 13px;
    color: #000000;
    font-family: 'AvenirLTStd-Book' , sans-serif;
    text-align: left;
}
.video_text{
    padding: 15px 15px;
}
.video_text h6{
    font-size: 16px;
    font-family: 'Avenir-Heavy' , sans-serif;
}
.video_text p{
    font-size: 14px;
}
.video_text  span{
    font-size: 10px;
    background: #000;
    font-family: 'Avenir-Heavy' , sans-serif;
    padding: 5px 8px;
    color: #fff;
    text-transform: uppercase;
}


.rollover_video .play_video{
display: block;
position: relative;
}
.rollover_video .play_video .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: block;
    color: #000000;
    background: rgba(10, 10, 10, 0.5);
    border-radius: 50%;
    border: 1px solid #b3b0ac;
    cursor: pointer;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}



.video_box .play:after {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 12px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 12px solid transparent;
    opacity: 1;
    position: absolute;
    right: 0;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}





/* photos */

#photos {
    background: #000000;
padding-top: 20px;
 
    padding-bottom: 30px;
    margin-bottom: 34px;
}

.top_heading .photo_heading {
    font-size: 26px;
    font-weight: normal;
    font-family: 'Futura-CondensedLight', sans-serif;
    text-transform: uppercase;
    position: absolute;
    padding: 0;
    margin-bottom: 0;
    padding-right: 8px;
    display: inline-block;
    color: #ffffff;
    top: 50%;
    z-index: 5;
    background: #000;
    transform: translateY(-50%);
    padding-left: 8px;
}

.photos_slider .slick-slide {
    overflow: hidden;
}

.photos_slider .slick-slide img {
    margin: 0 auto;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.photos_slider .slick-slide:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.photos_slider .photo img {
    width: 100%;
}

.photos_slider .slick-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #ffffff;
    left: -25px;
}




.photos_slider .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    opacity: 1;
    position: absolute;
    left: 0;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.photos_slider .slick-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #ffffff;
    right: -25px;
}

.photos_slider .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    opacity: 0.5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.photos_slider .slick-next:hover:before {
    opacity: 1;
}

.photos_slider {
    padding: 0 0px;
}

.photos_slider .slick-list {
    border-top: 5px solid #b18b44;
    border-bottom: 5px solid #b18b44;
}


/* bip section */
#bio{
    background: #000000;
    margin-top: 15px;
    box-shadow: 14px 0px 14px #000;
}
.bio_Style{
    align-items: center;
}
.bio_left{
    float: left;
    max-width: 50%;
    width: 100%;
}
.bio_text{
    max-width: 420px;
    float: right;
    padding-right: 15px;
padding-bottom: 30px;
}
.bio_text h4{
    text-align: center;
    background-color: linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    background: -webkit-linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Avenir-Roman' , sans-serif;
    margin-bottom: 22px;
    margin-top: 35px;
}
.bio_text p{
    font-family: 'AvenirLTStd-Book' , sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-align: justify;
      
}
.bio_pic{
    float: right;
    max-width: 50%;
    width: 100%;

}
.bio_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bio_slider .slick-prev{
    left: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #ffffff;
    left: 0px;
}
.bio_slider .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    opacity: 1;
    position: absolute;
    left: 0;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bio_slider .slick-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #ffffff;
    right: 0px;
}
.bio_slider .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    opacity: 0.5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.bio_slider .slick-next:hover:before {
    opacity: 1;
}
/* bio section end */



/* latest news */

#latest_news {
margin: 0;
padding: 0;
position: relative;
z-index: 9;
padding-bottom: 32px;
}

.latest_section > .load_more{
    width: 100%;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    background: #000000;
    display: block;

    margin-top: 20px;
    padding: 18px 0;
    transition: 0.5s all;
    position: relative;
}
.latest_section > .load_more:hover{
    background: #8f6f36;
    color: #ffffff;
}
.news_popup{
    display: none;
   
}

.latest_box {
    position: relative;
    padding:  5px;
  display: none;
}
.latest_box > a{
    display: block;
}
.rollover_news{
    display: block;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    width: 100%;
    height: auto;
    transition: .3s ease;
    background: #ffffff;
    -webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
    transition: all .5s ease-in-out; 
    }

    .latest_box:hover .rollover_news{
        opacity: 1;
        -moz-transform: scale(1.05) translateY(-40%);
        -webkit-transform: scale(1.05) translateY(-40%);
        -o-transform: scale(1.05) translateY(-40%);
        -ms-transform: scale(1.05) translateY(-40%);
            transform: scale(1.05) translateY(-40%); 
        z-index: 9;
       box-shadow: 1px -1px 14px 1px #000000ad;
    }
.latest_box .rollover_news p{
    font-size: 13px;
    color: #000000;
    font-family: 'AvenirLTStd-Book' , sans-serif;
    text-align: left;
}
.latest_box a img{
width: 100%;
}

.rollover_news .play_video{
    display: block;
    position: relative;
    }
    .rollover_news .play_video .magnify_plus {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        display: block;
      background: url(assets/images/zoom.png) no-repeat;
        cursor: pointer;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
    }
    .rollover_news .play_video .magnify_plus:hover{
        opacity: 0.7;
    }
.news_wrapper .close_popup{
     width: 32px;
    height: 32px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    font-weight: normal;
    z-index: 5;
    position: absolute;
    right: -15px;
    top: -15px;
    background: #000;
    text-align: center;
    font-size: 24px;
    
}
.news_popup.open_popup{
    display: block;
}
.news_wrapper{
    width: 100%;
    background: #fff;
    height: 100%;
   
    border-radius: 5px;
    padding: 0px 0;
}
.news_popup{
/* background: #ffffff;
border: 2px solid #ccc;
    border-radius: 4px; */
    border: 2px solid #ccc;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
/* padding-bottom: 400px; */
z-index: 999;
overflow-x: hidden;
z-index: 999;
    padding-top: 20px;
    /* margin-top: 20px; */
}

#boutique.top_height{
    margin-top: -550px;
}
.latest_news.top_height2{
    padding-bottom: 480px;
}
.latest_news.top_height2 .slick-prev{
    top: 20%;
}
.latest_news.top_height2 .slick-next{
    top: 20%;
}
/* .news_slider .slick-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #ffffff;
    box-shadow: 1px 2px 12px #5d5c5c;
    left: -25px;
    top: 40%;
} */
.fancybox-navigation .fancybox-button--arrow_left{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 111111;
    background: #ffffff;
    box-shadow: 1px 2px 12px #5d5c5c;
    left: 15px;
    top: 15%;
}
.fancybox-navigation .fancybox-button--arrow_right{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 111111;
    background: #fff;
    box-shadow: 1px 2px 12px #5d5c5c;
    right: 15px;
    top: 15%;
}
.news_content .news_share {
    background: #000000;
    color: #ffffff;
    border: 4px solid #c7c8ca;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 201px;
    float: right;
}
.news_content .news_share p {
    color: #ffffff;
    font-family: 'Avenir-Light', sans-serif;
    font-size: 14px;
    margin: 0;
    padding-right: 15px;
}
.news_content .news_share ul {
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_content .news_share ul li {
    margin: 0 3px;
}
.news_content .news_share ul li a i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #bfbfbf;
    color: #000000;
    font-size: 19px;
    text-align: center;
    line-height: 1.6;
    transition: 0.5s all;
}

/* 
.news_slider .slick-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #fff;
    box-shadow: 1px 2px 12px #5d5c5c;
    right: -25px;
    top: 40%;
} */

/* .news_slider .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    opacity: 1;
    position: absolute;
    left: 0;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}



.news_slider .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    opacity: 0.5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
} */


.fancybox-navigation .fancybox-button--arrow_left::before{
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    opacity: 1;
    position: absolute;
    left: 0;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.fancybox-navigation .fancybox-button--arrow_right:before{
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    opacity: 0.5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news_slider .slick-next:hover:before {
    opacity: 1;
 }

.news_slider img{
    width: 100%;
}
.news_content{
    margin-top: 12px;
    padding: 0 0px;
}
.news_content span{
    color: #000;
    font-size: 14px;
}
.news_content h5{
    color: #000000;
    font-size: 33px;
    font-family: 'Futura-CondensedLight', sans-serif;
}
.news_content p{
    color: #000000;
    font-size: 14px;
   margin-bottom: 15px;
    font-family: 'AvenirLTStd-Book' , sans-serif;
}
.news_content a{
    font-size: 14px;
    font-family: 'AvenirLTStd-Book' , sans-serif;
    color: #000000;
    text-decoration: underline;
}


.top_heading .line_heading{
    font-size: 26px;
    font-weight: normal;
    font-family: 'Futura-CondensedLight', sans-serif;
    text-transform: uppercase;
    position: absolute;
    padding: 0;
    margin-bottom: 0;
    padding-right: 8px;
    display: inline-block;
    top: 50%;
    z-index: 5;
    color: #000000;
    background: #fff;
    transform: translateY(-50%);
}

/* .line_heading {
    color: #000000;
    font-family: 'Futura-CondensedLight', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: normal;
    padding: 20px 0 10px 0;
    margin-bottom: 0;
    position: relative;
} */
/* .line_heading:after {
    content: "";
    position: absolute;
    width: 92.5%;
    height: 2px;
    background: #ccc;
    top: 9px;
    
    bottom: 0;
    right: 0px;
    margin: auto;
}  */
.latest_news{
    margin-bottom: 20px;
}

.latest_news img {
    width: 100%;
}

.latest_news h4 {
    color: #ffffff;
    margin: 0;
    font-size: 35px;
   font-family: 'Futura-CondensedLight', sans-serif;
    margin-bottom: 10px;
}

/* .latest_news h6 {
    font-family: 'Avenir-Black', sans-serif;
    font-size: 26px;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0;
} */

.news_text{
    padding: 15px 15px;
}
.news_text h6{
    font-size: 16px;
    font-family: 'Avenir-Heavy' , sans-serif;
}
.news_text p{
    font-size: 13px;
    color: #000000;
    font-family: 'AvenirLTStd-Book' , sans-serif;
    text-align: left;
}
.news_text span{
    font-size: 10px;
    background: #000;
    font-family: 'Avenir-Heavy' , sans-serif;
    padding: 5px 8px;
    color: #fff;
    text-transform: uppercase;
}
.latest_news h6:after {
    content: "";
    background: url(assets/images/news_line.png) center no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
}
.right_news{
    margin-left: 20px;
}

.latest_news h6:before {
    content: "";
    background: url(assets/images/news_line.png) center no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    left: 0;
}

.latest_news p {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-align: justify;
    line-height: 1.4;
}

/* .latest_news .slick-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #ffffff;
    box-shadow: 1px 2px 12px #5d5c5c;
    left: 17px;
    top: 50%;
}



.latest_news .slick-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    z-index: 9;
    background: #fff;
    box-shadow: 1px 2px 12px #5d5c5c;
    right: 17px;
    top: 50%;
}

.latest_news .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    opacity: 1;
    position: absolute;
    left: 0;
    right: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.latest_news .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border: solid black;
    opacity: 0.5;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    left: 0px;
    right: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.latest_news .slick-next:hover:before {
    opacity: 1;
 } */








/* footer */

.footer {
       background: #000000;
    margin: 0px 0 0 0;

    margin-bottom: 20px;
    box-shadow: 2px 0px 14px #000;
}

.social_list ul {
    margin: 0;
    list-style: none;
    display: flex;
    padding: 22px 0;
    align-items: center;
    justify-content: center;
}

.social_list ul li {
    margin: 0 4px
}

.social_list ul li a i {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #bfbfbf;
    color: #000000;
    font-size: 35px;
    text-align: center;
    line-height: 1.6;
    transition: 0.5s all;
}

.social_list ul li a:hover i {
    background: #ffffff;
}

.footer p {
    text-align: center;
    color: #ffffff;
    font-family: 'Avenir-Medium', sans-serif;
    padding-bottom: 20px;
    font-size: 12px;
    margin: 0;
}

a.gallery {}

a.gallery:hover {
    transition: all .3s;
    transform: scale(1.1);
}

a.gallery img {
    height: auto;
    width: 100%;
}

a.custom {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
}

#inline,
.inline {
    padding: 15px;
    text-align: left;
}


/*===========================================
 * Media
 *===========================================*/

@media only screen and (max-width: 1024px) {}


/* contact popup */

.contact_popup .modal-dialog {
    margin-top: 160px;
}

.contact_popup .modal-content {
    background: #0d1423;
    border: 2px solid #bec0c2;
    border-radius: 0;
}

.contact_popup .modal-lg {
    max-width: 730px;
}

.contact_popup .modal-header {
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    font-size: 27px;
    border: none;
    font-family: 'Avenir-Roman', sans-serif;
    position: relative;
        padding: 34px 0 10px 0;

}

.contact_popup .modal-header:after {
    content: "";
    position: absolute;
    background: url(assets/images/contact_line.png) center no-repeat;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
}

.contact_popup .modal-title {
    margin-bottom: 0;
    line-height: normal;
     font-size: 27px;
    border: none;
    font-family: 'Avenir-Roman', sans-serif;
}

.contact_popup .modal-content .close {
    position: absolute;
    right: -19px;
    top: -19px;
    background: #000;
    width: 32px;
    height: 32px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    font-weight: normal;
}

.contact_heading h5 {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #ffffff;
    margin: 0px;
}

.contact_heading {
    position: relative;
}

.contact_heading p {
    font-size: 12px;
    color: #ffffff;
    margin: 0;
    font-family: 'Avenir-Roman', sans-serif;
}

.contact_list {
    list-style: none;
    margin-top: 14px;
}

.contact_list li {
    padding-bottom: 18px;
}

.contact_list li a {
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.contact_list li a img {
    width: 29px;
    height: auto;
    font-size: 22px;
    margin-right: 8px;
}

.right_line {
    padding: 0 40px;
}

.right_line:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(assets/images/contact_linevertical.png) right no-repeat;
    width: 2px;
    height: 100%;
    top: 0;
}

.contact_Style {
    margin-top: 24px;
}

.contact_Style:nth-of-type(1) .right_line {
    padding-left: 50px;
}

.contact_Style:nth-of-type(3) .right_line:after {
    display: none;
}

.modal-footer {
    display: block;
    border: none;
    /* max-width: 400px; */
    width: 100%;
    padding-left: 50px;
        padding-bottom: 50px;
}



.contact_popup .modal-footer ul {
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 15px;
}

.contact_popup .modal-footer ul li {
    margin: 0 3px;
}
.contact_popup .modal-footer ul li:first-child {
    margin-left: 0;
}
.contact_popup .modal-footer ul li a {
    display: block;
}
.contact_popup .modal-footer>:not(:last-child){
    margin-left: 0;
}

.contact_popup .modal-footer ul li a i {
      width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #bfbfbf;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 1.7;
}

.tour_popup .modal-dialog {
    max-width: 1113px;
}

.tour_popup .modal-dialog {
    margin-top: 160px;
}

.tour_popup {
    margin: 0 auto;
    text-align: center;
}

.tour_Style {
    position: absolute;
    top: 0;
    padding: 0 111px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
}

.tour_popup h4 {
    font-size: 32px;
    margin-top: 20px;
    color: #ffffff;
    margin-bottom: 30px;
        font-family: 'TrajanPro-Regular', sans-serif;
}

.tour_popup .google {
    color: #ffffff;
}

.tour_img {
    padding: 0;
}
.tour_img img{
    width: 100%;
}
.tour_popup .modal-content .close {
    position: absolute;
    right: -19px;
    top: -19px;
    background: #000;
    width: 32px;
    height: 32px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    font-weight: normal;
    z-index: 5;
}

.tour_popup .modal-content {
    padding: 10px 10px 10px 10px;
}

.tour_Style .tickt_btn {
    background: #7a5f2d;
    color: #ffffff;
    display: block;
    margin: 0 auto;
    text-align: center;
   box-shadow: 1px 1px 30px 1px #fff;
    transition: all .3s ease-in-out;
}

.tour_Style .tickt_btn:hover {
   opacity: 0.8;
}

.tour_Style .google {
    color: #ffffff;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.tour_Style .google a {
    display: table;
    background: #000;
    color: #fff;
    margin: 0 auto;
    padding: 5px 12px;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
       box-shadow: 1px 1px 40px 1px #fff;
}
.tour_Style .google a img{
    width: 57px;
    height: auto;
}
.tour_Style .google:hover a {
       opacity: 0.8;
}


/*onstage page*/
.inner_slider{
box-shadow: none;
}
.inner_slider .slick-dots {
    display: none;
}

.slider.inner_slider .item {
    height: 653px;
}

.slider.inner_slider .banner_info {
    top: 10%;
}

.inner_slider .banner_info p {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 17px 0;
    width: 74%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.inner_slider .banner_info p span {
    font-size: 47px;
}

.bg_black {
    background: #000000;
    margin-top: -2px;
}

.onstage_item {
    position: relative;
    width: 100%;
}

.onstage_item img {
    width: 100%;
}

.onstage_info {
    max-width: 504px;
    width: 100%;
    position: absolute;
    left: 20%;
    top: 15%;
    margin: 0 auto;
    text-align: left;
}

.onstage_info h4:nth-of-type(2) {
    line-height: normal;
    font-size: 60px;
}

.onstage_info h4 {
    font-family: 'Avenir-Black', sans-serif;
    font-size: 74px;
    margin: 0;
    color: #ffffff;
    background: -webkit-linear-gradient(#c1b8a6, #efece8, #ffffff);
    background: -webkit-linear-gradient(#c1b8a6, #efece8, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.onstage_info span {
    font-family: 'Avenir-Light', sans-serif;
    font-size: 18px;
    display: block;
    text-align: center;
    padding-top: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.onstage_slider .slick-prev {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #7f7f7f;
    left: 0;
    z-index: 9;
}

.onstage_slider .slick-next {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #7f7f7f;
    right: 0;
    z-index: 9;
}

.onstage_slider .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 16px solid transparent;
    border-left: 20px solid #7f7f7f;
    border-bottom: 16px solid transparent;
    opacity: 1;
    position: absolute;
    left: 6px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.onstage_slider .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 16px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 16px solid transparent;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}


/* .photos_slider .slick-next:hover {
    border-color: #7f7f7f;
} */





.heading {
    width: 100%;
    text-align: center;
}

.heading h4 {
    font-size: 34px;
    text-align: center;
    font-family: 'Avenir-Roman', sans-serif;
    color: #ffffff;
    padding: 20px 0;
    margin-bottom: 50px;
    background: -webkit-linear-gradient(#b2a892, #d9d4c9, #fefefe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.heading h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(assets/images/past_showline.png) no-repeat;
    width: 100%;
    height: 1px;
}

.heading h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(assets/images/past_showline.png) no-repeat;
    width: 100%;
    height: 1px;
}

.past_show {
    display: flex;
    margin-bottom: 150px;
}
.past_show .showsimg{
    border: 3px solid rgba(255, 255, 255, 0.7);
     
}

.past_show1 {
    margin-right: 50px;
          
}
.past_show1 .showsimg{
   opacity: 0.75;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;  
}
.past_show1:hover .showsimg{
       opacity: 1;
   
}
.past_show2 {
    margin-left: 50px;
  
}
.past_show2 .showsimg{
   opacity: 0.75;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;  
}
.past_show2:hover .showsimg{
    
     opacity: 1;
}
.past_show a{
    display: block;
}


.irina_img {
    padding: 0;
}

.pastshow_popup .modal-content .close {
    position: absolute;
    right: -27px;
    top: -29px;
    background: #000;
    width: 32px;
    height: 32px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    font-weight: normal;
    z-index: 5;
}

.pastshow_Style {
    position: absolute;
    top: 0;
    padding: 0 100px;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.pastshow_Style .ii_logo {
      display: inherit;
    text-align: left;
}
.pastshow_Style  a{
margin-top: 40px;
}
.illusion_text{
padding: 0 70px;
}
.illusion_text span {
    display: block;
    color: #ffffff;
    text-align: left;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 16px;
}

.illusion_text h4 {
    color: #ffffff;
    background: -webkit-linear-gradient(#b2a892, #d9d4c9, #fefefe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 34px;
    font-family: 'Avenir-Roman', sans-serif;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

.illusion_text p {
    font-size: 20px;
    font-family: 'Avenir-Roman', sans-serif;
    text-align: left;
    color: #ffffff;
    margin-bottom: 24px;
}

.pastshow_popup .modal-content {
    padding: 10px 10px 10px 10px;
    background: #000000;
        box-shadow: 0px 0px 10px 1px #ffffff;
    border-radius: 0px;
    border: 2px solid #fff;
}

.pastshow_popup {
    margin: 0 auto;
    text-align: center;
    z-index: 1111;
}

.pastshow_popup .modal-dialog {
    max-width: 1513px;
    width: 100%;
}
.sixthsense_body{
    display: flex;
}

.sixthsense_text{

}

.sixthsense_text .ii_logo{
text-align: center;
}

.sixthsense_text span {
    display: block;
    color: #ffffff;
    text-align: right;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 16px;
}

.sixthsense_text h4 {
    color: #ffffff;
    background: -webkit-linear-gradient(#b2a892, #d9d4c9, #fefefe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    font-size: 34px;
    font-family: 'Avenir-Roman', sans-serif;
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
}

.sixthsense_text p {
    font-size: 20px;
    font-family: 'Avenir-Roman', sans-serif;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 24px;
}
.sixthsense_text a{
margin-top: 80px;
    margin-bottom: 230px;
    display: block;
}
.sixthsense_pos{
        position: absolute;
    right: 0;
    /* left: 0; */
    width: 43%;
    padding-right: 40px;
}
.footer .innerpage_footer p{
/*    padding-bottom: 20px;*/
}
.innerpage_footer{
/*
    border-top: 2px solid #6d6e71;
    border-bottom: 2px solid #6d6e71;
*/
/*    margin-bottom: 20px;*/
}




/*tour calendar*/
.slider.tourslider{
box-shadow: none;
    
}

.tour_calendar .calendar_heading{
    background: #000000;
    margin-bottom: 10px;
}

.tour_calendar .calendar_heading h4{
    font-family: 'FuturaBT-MediumCondensed' , sans-serif;
    font-size: 34px;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
    padding: 8px 0;
}
.tour_calendar .padding_bth{
    margin: 5px 0px;
        padding: 15px 0;
}
.tour_calendar .buy_ticket a h4{
font-size: 33px;
font-family: 'FuturaBT-MediumCondensed' , sans-serif;
}

.tour_calendar .calendar_Style h6{
font-size: 29px;
}
.tour_calendar .calendar_Style{
width: 70px;
margin-left: 0;
}
.tour_calendar .calendar_Style p{
font-size: 36px;
    line-height: 0.9;
    font-family: 'FuturaBT-MediumCondensed' ,  sans-serif;
}
.tour_calendar .calendar_Style span{
font-size: 12px;
font-family: 'FuturaBT-MediumCondensed' ,  sans-serif;
}
.tour_calendar .time_Style h5{
    font-size: 33px;
    font-family: 'FuturaBT-MediumCondensed' ,  sans-serif;
}
.tour_calendar .time_Style h5 sup{
top: -17px;
    font-size: 13px;
    font-family: 'FuturaBT-MediumCondensed' , sans-serif;
    right: 4px;
}
.tour_calendar .time_Style:after,
.tour_calendar .theatre_style:after,
.tour_calendar .buy_ticket h4:after{
    height: 30px;
}
.tour_calendar .theatre_name h6{
    font-size: 30px;
}

.tour_calendar .theatre_name p{
    font-size: 16px;
    font-family: 'FuturaBT-MediumCondensed' , sans-serif;
}
.tour_calendar .theatre_style{
    display: flex;
    align-items: center;
    position: relative;
    max-width: 285px;
    width: 100%;
}
.tour_calendar .search_style a img {
    width: 19px;
    height: auto;
    position: relative;
    top: -5px;
}
.tour_calendar .theatre_name {
    padding: 0 15px 0 29px;
    max-width: 242px;

}
.tour_calendar .time_Style {
    padding: 0 20px 0 29px;
}
.tour_calendar .search_style {
    padding: 0 25px 0 0px;
}
.tour_calendar .buy_ticket a h4{
padding: 0 29px;
}
.tour_calendar .box_office{
padding: 0 29px;
}
.tour_calendar .box_office h5{
font-size: 22px;
font-family: 'FuturaBT-MediumCondensed' , sans-serif;
}
.tour_calendar .calendar_social{
    
    display: flex;
}

.tour_calendar .calendar_social ul {
    margin: 0;
    list-style: none;
    display: flex;

    align-items: center;
    justify-content: center;
}
.tour_calendar .calendar_social ul li {
    margin: 0 3px;
}
.tour_calendar .calendar_social ul li a{
display: block;
}
.tour_calendar .calendar_social ul li a i {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #bfbfbf;
    color: #000000;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    transition: 0.5s all;
}
.tour_calendar .calendar_social ul li a:hover i {
    background: #ffffff;
}


/*about page*/
.henry{
display: flex;
align-items: center;
justify-content: center;
    padding-top: 100px;
}
.henry_text{
    max-width: 306px;
    width: 100%;
        position: relative;
    top: -200px;
}
.henry_text blockquote{
font-size: 16px;
    font-style: italic;
    color: #ffffff;
    font-family: 'AvenirLTStd-Book', sans-serif;
    margin-bottom: 20px;
        line-height: 1.5;
}
.henry_text span{
color: #ffffff;
    font-size: 16px;
    font-style: italic;
    font-family: 'AvenirLTStd-Book', sans-serif;
    display: block;
    text-align: right;
    padding-right: 25px;
} 
.henry_text h4{
     font-family: 'Avenir-Roman', sans-serif;
    color: #d9d9d9;
    font-size: 34px;
    background-color: linear-gradient(#b5ac96, #ebe8e2, #ffffff);
      background: -webkit-linear-gradient(#b5ac96, #ebe8e2, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 36px;
    text-align: center;
}
.abt_me .henry_text p{
     font-family: 'AvenirLTStd-Book', sans-serif;
    color: #ffffff;
font-size: 16px;
    margin-bottom: 23px;
      letter-spacing: 0.05em;
    text-align: justify;
}
.henry.abt_me{
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: -234px;
}
.abt_me .henry_text{
max-width: 350px;
    width: 100%;
        top: 0;
    left: 131px;
}

.henry.abt_me.abt_sixthsenses{
  position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    top: -350px;
}

.abt_me.abt_sixthsenses .henry_text{
max-width: 350px;
    width: 100%;
        top: 50px;
    left: -55px;
}

.henry.abt_me.ivan_lg{
position: relative;
   
}
.abt_me.ivan_lg .henry_text{
top: -50px;
}

.row.henry{height: 817px;margin-left: 0; margin-right: 0;margin-top: 82px;}


/*faq popup*/

.tour_popup.faq_popup .modal-dialog {
    max-width: 1113px;
}
.tour_popup.faq_popup .modal-content .close{
      right: -24px;
    top: -28px;  
}
.tour_Style.faq_Style{
    padding: 0 90px;
}

.tour_Style.faq_Style h4{
font-family: 'TrajanPro-Regular', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
        margin-top: 47px;
        margin-bottom: 0;
        padding-bottom: 7px;
    position: relative;
}

.tour_Style.faq_Style h4:after{
content: "";
position: absolute;
    width: 100%;
    height: 2px;
    background: url(assets/images/faq_line.png) center no-repeat;
    left: 0;
    bottom: 0;
}
.faq_question {
    padding-top: 50px;
}
.faq_question .Qa{
margin-bottom: 50px;
}
.faq_question .Qa h5{
    /* font-family: 'Futura-Condensed'; */
    color: #ffffff;
    font-size: 22px;
    margin: 0;
    text-align: left;
    display: flex;
    font-family: 'FuturaBT-MediumCondensed';
}
.faq_question .Qa h5 span,
.faq_question .Qa p span{
    margin-right: 5px;
}

.faq_question .Qa p{
   font-family: 'Futura-Condensed';
    color: #ffffff;
    font-size: 26px;
    margin: 0;
    max-width: 700px;
        display: flex;
}
 

/*cast creative popup*/
.tour_Style.creative_style{
    padding: 0 100px;
}
.tour_Style.creative_style h4:after{
content: "";
position: absolute;
    width: 100%;
    height: 2px;
    background: url(assets/images/faq_line.png) center no-repeat;
    left: 0;
    bottom: 0;
}
.creative_team p{
font-size: 14px;
color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'FuturaBT-MediumCondensed';
}
.tour_Style.creative_Style .creative_team h5{
 font-family: 'Futura-Condensed', sans-serif;   
font-size: 29px;
color: #ffffff;
     text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    margin: 0;
}
.tour_Style.creative_Style .creative_team h5:after{
    content: "";
position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: url(assets/images/writtenby_line.png) center no-repeat;
    left: 0;
}
.concert_team{
margin-top: 25px;
}
.list_team ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
}
.second_item ul{
padding: 0 115px;
}

.third_item{
    padding: 0 215px;
    
}
.list_team{
margin-bottom: 20px;
}
.tour_Style.creative_Style .list_team  .creative_team h5:after{
    background-size: 100%;
}

.modal-content:hover .close{
    color: #555;
    background: #eee;
}

/*news section*/
.news_Style{
    max-width: 1206px;
    margin: 0 auto;
        margin-top: 40px;
}
#news {
    background: #000000;
    position: relative;
}
.news_banner{
 position: relative;
    display: flex;
    align-items: center;
      width: 820px;
    margin: 0 auto;
}
.news_banner h4{
     font-family: 'Futura-Condensed', sans-serif;
    font-size: 56px;
    color: #ffffff;
}
.news_latest{
padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
    margin-bottom: 20px;
}
.news_latest img{
    border:4px solid #c7c8ca;
    border-radius: 4px;
}
.news_latest span{
font-family: 'Avenir-Medium', sans-serif;
    font-size: 17px;
    margin-top: 12px;
    margin-bottom: 0px;
    display: block;
}
.news_latest h5{
font-family: 'Avenir-Medium', sans-serif;
    font-size: 16px;
    margin-bottom: 25px;
    font-weight: bold;
}

.news_latest p{
font-family: 'Avenir-Light', sans-serif;
    font-size: 14px;
    color: #000000;
    margin-bottom: 17px;
}
.news_latest .readmore{
    font-family: 'Avenir-Medium', sans-serif;
font-size: 11px;
    color: #ffffff;
    background: #000000;
    padding: 4px 7px;
    border: 2px solid #c6c6c6;
    transition: 0.5s all;
}
.news_latest .readmore:hover{
background: #665026;
}
 




/*video_page*/

#video_banner {
    background: #000000;
    position: relative;
}
.v_banner{
position: relative;
    text-align: center;
}
.v_banner.slick-slide img{
margin: 0 auto;
}
.v_banner .v_text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    max-width: 820px;
    height: 200px;
    width: 100%;
}
.v_banner .v_text h4{
     font-family: 'Avenir-Heavy', sans-serif;
    font-size: 46px;
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}

.v_banner .v_text p{
     font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 45px;
    text-align: left;
    width: 60%;
}
.v_banner .v_text .play_btn{
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 29px;
    color: #ffffff;
    border-radius: 0px;
    background: #8f6f36;
    border: 1px solid #aca9a4;
    transition: 0.5s all;
    padding: 4px 23px;
    /* display: inline-block; */
    float: left;
} 
.v_banner .v_text .play_btn em{
font-style: normal;
}
.v_banner .v_text .play_btn i{
    margin-right: 5px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    top: -2px;
}
.v_banner .v_text .play_btn:hover{
background: #000000;
}

.v_slider .slick-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    left: 13%;
    z-index: 50;
    top: 53%;
}
.v_slider .slick-prev:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 16px solid transparent;
    border-right: 20px solid #ffffff;
    border-bottom: 16px solid transparent;
    opacity: 1;
    position: absolute;
    left: 0;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.v_slider .slick-next {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #7f7f7f;
    right: 13%;
    top: 53%;
}
.v_slider .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 16px solid transparent;
    border-left: 20px solid #7f7f7f;
    border-bottom: 16px solid transparent;
    opacity: 1;
    position: absolute;
    left: 6px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.v_slider .slick-next:hover {
    border-color: #7f7f7f;
}
.v_slider .slick-next:hover:before {
    border-left: 20px solid #ffffff;
}


.v_popup{
margin: 0 auto;
    text-align: center;
}
.v_popup .modal-content {
    padding: 0;
}
.v_popup .modal-content{
background: transparent;
    border-radius: 0px;
      border: 4px solid #c7c8ca;
}
.v_popup .modal-lg{
max-width: 965px;
    top: 7rem;
} 
.v_open .flashy-overlay{
background: transparent;
}
.v_open .flashy-container .flashy-content{
    background: transparent;
    box-shadow: 0px 0px 68px 0px #000;
    padding: 0;
/*
    width: 100%;
    height: 100%;
*/
}
.v_open .flashy-container .flashy-content.flashy-video iframe{
background: #000;
     border: 2px solid rgba(255, 255, 255, 0.75);
}
.v_open .flashy-container .flashy-content-inner{
    min-width: 100%;
    min-height: 100%;
    /* position: fixed; */
    align-items: center;
    /* top: 0; */
    display: flex;
    margin-top: 86px;
}
.v_open .flashy-overlay .flashy-numeration{
display: none;
}

.vpage_Style {
    max-width: 1000px;
    margin: 0 auto;
   margin-bottom: 40px;
    background: #ffffff;
}
.video_latest {
      border: 2px solid #d1d3d4;
    box-shadow: 0px 10px 29px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 40px 15px 0 15px;
    background: #fff;
}
.vlatest_text{
padding: 13px;
  
   
}
.video_latest h5{
font-family: 'Avenir-Heavy', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 17px;
    margin-top: 10px;
}
.video_latest a{
display: block;
      position: relative;
    overflow: hidden;
   
}
.video_latest a img{
width: 100%;
    display: block;
     -webkit-transition: 0.5s all;
    transition: 0.5s all;
  
}
.video_latest a:hover img{
     -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.video_latest p{
 font-family: 'AvenirLTStd-Book', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #000000;
}
.video_latest span{
font-family: 'Avenir-Black', sans-serif;
    font-size: 16px;
    color: #000000;
    display: block;
    padding-top: 18px;
        text-align: right;
  
}
.video_latest span:before{
    content: "";
    position: absolute;
    bottom: 50px;
    background: #e5e5e5;
    width: 100%;
    height: 2px;
    left: 0;
}
.video_latest .play_video{
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 59px;
    height: 59px;
    display: block;
    color: #000000;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
   border: 3px solid #ffffff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
} 
.video_latest .play_video:after {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 20px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 20px solid transparent;
    opacity: 1;
    position: absolute;
    right: 0;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video_latest a:hover .play_video{
opacity: 1;
    visibility: visible;
}
.v_open .flashy-overlay .flashy-close{
    display: none;
}
/*
.v_open .flashy-overlay{
 width: 55%;
    margin: auto;
}
*/


.v_open .flashy-container .flashy-content-outer{
    
        margin: 0 auto;
    left: 0;
    right: 0;
}

.v_open .flashy-overlay .flashy-next{
right: 27%;
      border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
 display: none;
 transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
}
.v_open .flashy-overlay .flashy-prev{
left: 27%;
      border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
display: none; 
      transform: rotate(135deg);
    -webkit-transform: rotate(135deg);  
}
.v_open .flashy-overlay .flashy-next, .v_open .flashy-overlay .flashy-prev{
background: transparent;
}

.player .vp-video-wrapper .vp-shade{
       background-color: rgba(0, 0, 0, 0.26);
    opacity: .4 !important;
    transition: opacity .25s;
   
    box-shadow: 0px 13px 4px #fff; 
}

 #player{
    background: #000000 !important;
}






.visible_item{
 display:none;
}
.news_Style .grid {
margin: 0 auto;

}

/* clear fix */
.news_Style .grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
    float: left;
    width: 33.33%;
    height: auto;
    margin: 0 0;
    /* padding: 0 10px; */
    background: transparent;
    color: #262524;
   
}



.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

/*
.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }
*/




.video_latest{
display: none;
}


.close_button.navbar-toggler span {
    height: 0;
}

.close_button.navbar-toggler span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close_button.navbar-toggler span:after {
   top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#slider .full_slider .item .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1160px;
    margin: 0 auto;
}

.banner_info {
    max-width: 370px;
    left: 70px;
    top: 70px;
    width: 100%;
    position: relative;
    text-align: center;
    margin: initial;
}



.fancybox-is-open .fancybox-bg{
    opacity: 0;
}
.fancybox-container{
    top: 0;
}
.fancybox-content{
    padding: 24px 24px 0;
}
.fancybox-close-small {
    background: #000;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    height: 40px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    z-index: 10;
}

.news_popup::-webkit-scrollbar {
    width: 8px;
}
.news_popup::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 10px;
}

.news_popup::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #ebebeb;
}
.fancybox-can-drag .fancybox-content{
    cursor: inherit;
}
.fancybox-infobar{
    display: none;
}



.fancybox-container{
    z-index: 100;
}
.fancybox-inner{
    width: 40%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.fancybox-button svg{
    display: none;
}

.fancybox-nav span {
    visibility: visible !important;
   }

#myModal_video .modal-dialog {
    max-width: 540px;
}
.video_top{
 width: 600px;
    height: 300px;
}

.clickable a{
    position: absolute;
    width: 82px;
    height: 82px;
    
       background: rgba(239, 236, 237, 0.33);

    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.clickable a:after {
    content: "";
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 20px solid transparent;
       border-left: 25px solid #d5d3d3;
    border-bottom: 20px solid transparent;
    opacity: 1;
    position: absolute;
    right: 0;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider_video {
    width: 580px;
    height: 330px;
}
.tour_popup.slider_popup .modal-dialog{
    max-width: 600px;
}



/*inner default pages*/
.news_banner h1{
    color: #ffffff;
}
#news_detail{
    margin-top: 20px;
}
.navigation.pagination{
    margin-bottom: 30px;
}
.pagination .screen-reader-text{
    display: none;
}
.pagination .nav-links .page-numbers{
        padding: 10px 15px;
    background: #000;
    color: #fff;
    margin: 0 12px;
}
/*
.pagination .nav-links .nav-next-text{
    display: none;
}
*/
.next.page-numbers .svg-icon,
.prev.page-numbers .svg-icon{
    display: none;
}
#defaultpage {
    padding: 50px 15px;
}
#defaultpage p {
    font-size: 22px;
}
#searchform {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 50%;
}
#searchform input.field {
    width: 68%;
    height: 42px;
    border-radius: 0;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 16px;
    text-align: left;
    padding-left: 12px;
    color: #000000;
    font-weight: bold;
}
#searchform .submit {
    width: 25%;
    height: 42px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: #8f6f36;
    color: #ffffff;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
    border: none;
}
#defaultpage blockquote{
        background: #eceaea;
    padding: 12px;
}
#defaultpage {
    padding: 50px 0px;
}
.news_share{
    margin-top: 15px;
}

.news_share ul{
    display: flex;
    list-style: none;
}
.news_share ul li{
    padding: 0 15px;
}
.news_share ul li:first-child{
    padding-left: 0px;
}
.news_share ul li{
    padding: 0;
}

.flashy-container .flashy-content.flashy-image img {
max-width: 100%;
max-height: 90vh;
}


.video_category{
        display: inline-block;
    position: absolute;
    left: 81px;
    vertical-align: middle;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.video_category ul{
    display: flex;
    list-style: none;
    margin: 0;
}
.video_category ul li a{
    font-family: 'Futura-CondensedLight' , sans-serif;
    font-size: 26px;
    color: #000;
    opacity: 0.6;
}
.video_category ul li{
    margin: 0 8px;
}
.video_category ul li a.active{
    opacity: 1;
}
.video_category ul li a:hover{
    opacity: 1;
}


#filters{ margin: 0 0 0px; text-align: center;}
#filters button{ 
    display: inline-block;
    padding: 0;
    line-height: 32px;
    height: 39px;
    border: none;
    background: transparent;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0 7px;
    transition: ease-in all 0.3s;
    cursor: pointer;
    font-family: 'Futura-CondensedLight' , sans-serif;
    font-size: 26px;
    color: #000;
    opacity: 0.6;
}
#filters .button.is-checked{background: transparent; opacity:1;}

#filters button:focus{
 outline: none;   
}
.isotope > ul{ margin: 0 -15px; padding: 0 ;list-style: none;}
.isotope > ul > li{ float: left; width: 33.33%; box-sizing: border-box; padding: 0 15px 30px;}

#load-more{ 
     /* display: block; */
    width: 100%;
    border-radius: 0;
    border: none;
    /* background: #000; */
    /* padding: 36px 0; */
    width: 100%;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    background: #000000;
    display: block;
    position: relative;
    margin-top: 30px;
    padding: 18px 0;
    transition: 0.5s all;
    clear: both;
    height: auto;
    cursor: pointer;
    text-transform: uppercase;
    }
    
    #load-more:hover{
            background: #8f6f36;
    color: #ffffff;
    }
    
    #filters button:hover{
     opacity: 1;   
    }
.hidden {display: none !important;} 

