* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('../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('../fonts/avenir-medium-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'TrajanPro-Regular';
    src: url('../fonts/TrajanPro-Regular.eot') format('embedded-opentype'), url('../fonts/TrajanPro-Regular.woff') format('woff'), url('../fonts/TrajanPro-Regular.ttf') format('truetype'), url('../fonts/TrajanPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "TrajanPro-Bold";
  src: url("../../fonts/trajanpro-bold.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/trajanpro-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/trajanpro-bold.otf") format("opentype"), /* Open Type Font */
    url("../../fonts/trajanpro-bold.svg") format("svg"), /* Legacy iOS */
    url("../../fonts/trajanpro-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../../fonts/trajanpro-bold.woff") format("woff"), /* Modern Browsers */
    url("../../fonts/trajanpro-bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TimesNewRomanPSMT";
  src: url("../../fonts/times.eot"); /* IE9 Compat Modes */
  src: url("../../fonts/times.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../../fonts/times.otf") format("opentype"), /* Open Type Font */
    url("../../fonts/times.svg") format("svg"), /* Legacy iOS */
    url("../../fonts/times.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../../fonts/times.woff") format("woff"), /* Modern Browsers */
    url("../../fonts/times.woff2") format("woff2"); /* Modern Browsers */
  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 */
.slider.increase_height {
    margin-top: 52px;
}

.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;
	text-transform: uppercase;
}

.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;
    display: none;
}

.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,
.navbar-dark .navbar-nav li:nth-last-child(2) .nav-link:after {
    display: none;
}

.position-md-absolute {
    position: absolute;
    text-align: center;
    /*left: 49%;*/
}
.navbar-brand img{
margin-left:25px;
}
.navbar-brand {
    /*width: 60px;*/
    width: auto;
    padding: 0;
    position: relative;
    top: 8px;
    display: block;
    margin:0 auto;
   /*margin-left: 9px;*/
   /*margin-left: 35px;*/
}

/*.navbar-dark .navbar-brand {*/
/*    margin-right: 30px;*/
/*}*/

.navbar-brand img {
    width: 30px;
}

.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;
}

.slider .slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
    transform: rotate(61deg);
}

.slider .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 7px;
    background: #ffffff;
    opacity: 0.3;
    ;
    /* transform: skew(180deg, 200deg) rotate(36deg); */
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    /* position: relative; */
    /* position: relative; */
}

.slider .slick-dots li.slick-active button:before {
    color: transparent;
    background: #ffffff;
    opacity: 1;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

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

.watch_trailer {
    position: absolute;
    bottom: 13%;
    /* max-width: 36%; */
    left: 32%;
    margin: 0 auto;
    right: 0;
}

.trailer {
    display: table;
    width: 128px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 2px;
    background: rgba(100, 78, 37, 1);
    background: -moz-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100, 78, 37, 1)), color-stop(46%, rgba(67, 53, 25, 1)), color-stop(100%, rgba(36, 28, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#644e25', endColorstr='#241c0d', GradientType=0);
    font-size: 18px;
    color: #ffffff;
    font-family: 'FuturaBT-MediumCondensed', sans-serif;
    text-transform: uppercase;
    transition: 0.5s all;
}

.trailer:hover {
    background: #000000;
    color: #ffffff;
}

/* .banner_info {    max-width: 490px;    width: 100%;    position: absolute;    left: 30%;    top: 70px;    margin: 0 auto;    text-align: center;} */
.banner_info .secret {
    display: inline-block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.banner_info h6 {
    color: #ffffff;
    letter-spacing: 0.6em;
    text-align: center;
    padding: 25px 0 40px 0;
    background-color: linear-gradient(#918c80, #fff, #918c80);
    background: -webkit-linear-gradient(#918c80, #fff, #918c80);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    margin: 0;
}

.banner_info p {
    text-align: center;
    position: relative;
    margin: 0;
    padding: 20px 0;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 27px;
}

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

.banner_info em {
    font-family: 'AvenirLTStd-Book', sans-serif;
    color: #d9d9d9;
    font-size: 17px;
    background-color: linear-gradient(#a59d8a, #c4bfb4, #e2e2e2);
    background: -webkit-linear-gradient(#a59d8a, #e8e8e8, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
}

.banner_info p:before {
    content: "";
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #ffffff; */
    margin: 0;
    background: url(../images/line1.png);
    /* background-image: linear-gradient(#666666, #fff, #666666); */
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.banner_info p:after {
    content: "";
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: url(../images/line1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    /* background-image: linear-gradient(#666666, #fff, #666666); */
}

.banner_info p span {
    font-family: 'Avenir-Black', sans-serif;
    color: #ffffff;
    display: block;
    /* padding-top: 16px; */
    font-size: 37px;
    background-color: linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    background: -webkit-linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner_info h4 {
    font-size: 63px;
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.banner_info h4:nth-of-type(1) {
    margin-top: 70px;
}

/* end */
/* ticket table */
.ticket_style {
    position: relative;
    top: -200px;
    /* height: 210px; */
}

.ticket_row {
    display: flex;
    align-items: center;
	width:200px;
}

.ticket_table {
    background: #ffffff;
    padding: 14px 14px 16px 14px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    /* border: 12px solid #ffffff; */
    box-shadow: 0px 5px 7px #e9e9e9;
    position: relative;
}

.ticket_table:after {
    content: "";
    position: absolute;
    width: 100%;
    /* height: 0px;    border-left: 383px solid transparent;    border-right: 372px solid transparent;    border-top: 25px solid #624c24; */
    left: 0;
    right: 0;
    background: url(../images/box_Arrow.png) no-repeat;
    margin: auto;
    bottom: -11px;
    height: 11px;
    background: url(../images/box_Arrow.png) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-position: bottom center;
}

.calendar_Style {
    width: 70px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    background: #d1d3d4;
    margin-left: 30px;
}

.calendar_Style h6 {
    background: #8f6f36;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 27px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 0 15px;
    border-bottom: 2px solid #fff;
}

.calendar_Style p {
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin: 0;
}

.calendar_Style span {
    font-size: 12px;
    color: #000000;
    display: block;
    text-align: center;
    font-family: 'Futura-Condensed', sans-serif;
    text-transform: uppercase;
}

.time_Style {
    padding: 0 13px 0 18px;
    position: relative;
}

.time_Style:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #434343;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#434343, #969696, #434343);
}

.time_Style h5 {
    font-size: 31px;
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
    margin: 0;
}

.time_Style h5 sup {
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 12px;
    top: -12px;
        text-transform: uppercase;
}

.theatre_name {
    padding: 0 15px 0 15px;
}

.theatre_name h6 {
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 22px;
    margin: 0;
    font-family: 'FuturaBT-MediumCondensed', sans-serif;
}

.theatre_style {
    display: flex;
    align-items: center;
    position: relative;
}

.theatre_name p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
}

.search_style {
    padding: 0 15px 0 15px;
    position: relative;
}

.search_style a img {
    /*    width: 18px;*/
}

.search_style i {
    color: #ffffff;
}

.theatre_style:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #434343;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#434343, #969696, #434343);
}

.my_btn {
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 20px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    max-width: 150px;
    width: 100%;
    padding: 4px;
    transition: 0.3s all;
}

.buy_ticket {
    display: flex;
    align-items: center;
}

.buy_ticket a {
    display: block;
}

.buy_ticket a:hover h4 {
    color: rgba(201, 158, 79, 1)
}

.buy_ticket a h4 {
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 31px;
    color: rgba(201, 158, 79, 0.7);
    padding: 0 15px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.buy_ticket h4:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #434343;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#434343, #969696, #434343);
}

.ticket_illusion {
    display: flex;
    align-items: center;
    position: relative;
}

.ticket_illusion img {
    text-align: center;
    margin: auto;
    padding: 0 15px;
    position: relative;
}

.ticket_illusion:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #434343;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#434343, #969696, #434343);
}

.box_office {
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin-right: 0px;
}

.box_office h5 {
    margin: 0;
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 24px;
}

.box_office h5 a {
    display: block;
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
}

.border_white {
    /* border-bottom: 1px solid #ffffff; */
}

.padding_bth {
    display: flex;
    justify-content: center;
    padding: 8px 0;
       /*background: rgba(0, 0, 0, 0.5);*/
background: #000;
    /*opacity: 0.5;*/
}

.dates_center {
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-family: 'Futura-Condensed', sans-serif;
    /* padding: 3px 0 0; */
    font-weight: normal;
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: -6px;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.dates_center:hover {
    color: rgba(0, 0, 0, 1);
}

/* video section */
#video {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    z-index: 9;
}

.video_section {
    background: #000000;
    padding-bottom: 200px;
    margin-bottom: 10px;
}

.top_heading {
    position: relative;
    height: 69px;
    z-index: 1;
}

.top_heading .line {
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ccc;
    top: 60%;
    /* left: 0; */
    /* bottom: 0; */
    /* right: 0px; */
    margin: auto;
    display: block;
    z-index: 1;
    transform: translateY(-50%);
}

.spacing_left {
    position: relative;
    z-index: 8;
}

.video_sect {
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 30px;
}

.video_box a {
    display: block;
}

.video_box a img {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.video_box {
    position: relative;
    padding: 22px 20px;
}

.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 .rollover_video img {
    border: none;
    border-radius: 0;
}

.video_box:hover .rollover_video {
    opacity: 1;
    -moz-transform: scale(1.02) translateY(-40%);
    -webkit-transform: scale(1.02) translateY(-40%);
    -o-transform: scale(1.02) translateY(-40%);
    -ms-transform: scale(1.02) translateY(-40%);
    transform: scale(1.02) translateY(-40%);
    z-index: 9;
    box-shadow: 3px 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: 25px 0 50px 0; */
    /* margin-top: -90px; */
    padding-bottom: 54px;
}

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

.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 .photo img {
    width: 100%;
    opacity: 0.8;
}

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

.photos_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;
}

.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;
    box-shadow: 1px 2px 12px #5d5c5c;
    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;
    background: #000000;
}

#latest_news .container {
    max-width: 1575px;
}

#latest_news .top_heading {
    margin-left: 40px;
}

.news_popup {
    display: none;
}

.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;
}

.latest_news {
    margin-top: -40px;
}

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

#latest_news .top_heading .line {
    position: absolute;
    width: calc(100% - 45px);
}

/* .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 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(../images/news_line.png) center no-repeat;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
}

.right_news {
    margin-left: 20px;
}

.latest_news {
    margin-top: -120px;
    z-index: 1;
}

.latest_news h6:before {
    content: "";
    background: url(../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_box {
    position: relative;
    margin: 0 5px;
    padding: 120px 0 130px 0;
    margin-top: 0px;
}

.latest_box {
    opacity: 0;
}

.latest_box.slick-active {
    opacity: 1;
}

.rollover_news {
    display: block;
    opacity: 0;
    position: absolute;
    top: 75%;
    transform: translateY(-50%);
    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;
}

.main_slider:hover .rollover_news {
    opacity: 1;
    -moz-transform: scale(1.1) translateY(-50%);
    -webkit-transform: scale(1.1) translateY(-50%);
    -o-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);
    z-index: 9;
    box-shadow: 0px 5px 8px #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(../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;
}

.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: 46%;
}

.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: 46%;
}

.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;
}

/* boutique_section */
#boutique {
    background: #000000;
    margin: 6px 0 8px 0;
    position: relative;
    margin-top: -70px;
    box-shadow: 14px 0px 14px #000;
}

#boutique:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(178, 178, 178, 1);
    background: -moz-linear-gradient(top, rgba(178, 178, 178, 1) 0%, rgba(193, 193, 193, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(178, 178, 178, 1)), color-stop(100%, rgba(193, 193, 193, 1)));
    background: -webkit-linear-gradient(top, rgba(178, 178, 178, 1) 0%, rgba(193, 193, 193, 1) 100%);
    background: -o-linear-gradient(top, rgba(178, 178, 178, 1) 0%, rgba(193, 193, 193, 1) 100%);
    background: -ms-linear-gradient(top, rgba(178, 178, 178, 1) 0%, rgba(193, 193, 193, 1) 100%);
    background: linear-gradient(to bottom, rgba(178, 178, 178, 1) 0%, rgba(193, 193, 193, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2b2b2', endColorstr='#c1c1c1', GradientType=0);
    /* box-shadow: 14px 0px 14px #000; */
}

.boutique_slider {
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
}

.boutique_left {
    padding: 24px 0 0;
}

.boutique_Style {
    position: relative;
    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;
}

.boutique_left h6 {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 15px;
    background-color: linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    background: -webkit-linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.boutique_left h3 {
    font-size: 128px;
    color: #ffffff;
    font-family: 'Avenir-Roman', sans-serif;
    background-color: linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    background: -webkit-linear-gradient(#b2aa95, #dedbd2, #fdfdfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
    line-height: 0.9;
}

.right_book {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 50px;
}

.right_book img {
    width: 100%;
}

.boutique_btn {
        margin: 0 auto;
    display: inline-block;
    font-size: 25px;
    padding: 6px 18px;
    font-family: 'Avenir-Roman', sans-serif;
    margin-top: 20px;
    background-color: linear-gradient(#bbb29f, #c3bcab, #fdfdfd);
    background: -webkit-linear-gradient(#bbb29f, #c3bcab, #fdfdfd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    margin-left: 12px;
    border: 2px solid #c5c7c8;
    position: absolute;
    bottom: 0;
    margin-bottom: 50px;
}

/* .right_book{    position: absolute;    right: 0;    top: 0;} */
/* footer */
.footer {
    background: #000000;
    margin: 0px 0 0 0;
    /* margin-bottom: 20px; */
    box-shadow: 14px 0px 14px #000;
    z-index: 11;
    position: relative;
}

.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: 980px;
}

.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(../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: 16px;
    color: #ffffff;
    margin: 0px;
}

.contact_heading {
    position: relative;
    text-align: center;
}

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

.contact_body {
    padding: 0;
    padding-bottom: 45px;
}

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

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

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

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

.right_line {
    padding: 40px 40px;
}

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

.contact_Style {
    /* margin-top: 24px; */
}

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

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

.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*/
.video_center {
    text-align: center;
}

.onstage_video {
    background: #000000;
    position: relative;
}

.onstage_sect {
    -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: flex-end;
    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-right: 100px;
}

.onstage_sect:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
}

.Secret_you {
    max-width: 440px;
    padding-top: 75px;
    padding-bottom: 25px;
}

.Secret_you h3 {
    margin-bottom: 35px;
    font-size: 45px;
    font-family: 'FuturaBT-MediumCondensed', sans-serif;
    color: #ffffff;
    line-height: 1;
}

.Secret_you p {
    margin-bottom: 40px;
    font-size: 24px;
    font-family: 'FuturaBT-MediumCondensed', sans-serif;
    color: #ffffff;
    word-break: initial;
    line-height: normal;
}

.Secret_you .trailer {
    margin: 0 auto;
}

.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(../images/past_showline.png) no-repeat;
    width: 100%;
    height: 1px;
}

.heading h4:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../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;
        /*background: rgba(0, 0, 0, 0.5);*/
    margin-bottom: 0;
    /* margin-top: 1px; */
    position: relative;
    opacity: 1;
}

.tour_calendar .calendar_heading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #b4b6b7;
    top: 0;
}

.tour_calendar .calendar_heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    background: #b4b6b7;
    bottom: 0;
}

.tour_calendar .calendar_heading h4 {
    font-family: 'TrajanPro-Regular', sans-serif;
    font-size: 61px;
    line-height: 1;
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
    padding: 25px 0;
}

.tour_calendar .padding_bth {
    margin: 1px 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;
}

.ticket_table .buy_ticket {
    width: 178px;
}
.ticket_table .tour_secret img{width:120px;}

.ticket_table .ticket_row {  width: 180px; }

.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;
    margin-left: 5px;
}

.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: 18px;
    font-family: 'FuturaBT-MediumCondensed', sans-serif;
}

.tour_calendar .theatre_style {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 325px;
    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;
    width: 285px;
}

.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;
}

/* ivan video */
.video_ivan {
    background: #000000;
    padding: 20px 0;
    /* padding-top: 220px; */
    position: relative;
}

.video_position {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* background: url(../images/embed2.png) no-repeat;    background-position:  bottom center; */
}

.performance_section {
    max-width: 725px;
    width: 100%;
    margin: 0 auto;
    margin-top: 220px;
    margin-bottom: 50px;
}

.performance_section h3 {
    font-family: 'TrajanPro-Regular', sans-serif;
    color: #ffffff;
    font-size: 93px;
    line-height: 1;
    text-align: center;
    margin-bottom: 18px;
}

.performance_section p {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-family: 'Avenir-Light', sans-serif;
    line-height: 1.4;
    margin-bottom: 20px;
}

.performance_section .trailer {
    margin: 0 auto;
}

/*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(../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(../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(../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;
}

.load_more {
    width: 100%;
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    background: #0d1423;
    display: block;
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 18px 0;
    transition: 0.5s all;
}

.load_more:hover {
    background: #8f6f36;
    color: #ffffff;
}

/*video_page*/
.video_page {
    background: #000000;
    position: relative;
    padding-bottom: 200px;
}

.video_page .performance_section {
    bottom: 0;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 0px;
    position: relative;
    height: 100vh;
}

.video_page .performance_section .inner_section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}

.video_page .performance_section h3 {
    font-size: 71px;
    line-height: 1;
    text-align: center;
}

#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_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%); }*/
.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-slide--video .fancybox-content {
    width: 40% !important;
    height: 40% !important
}

.fancybox-button svg {
    display: none;
}

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

#myModal_video .modal-dialog {
    max-width: 540px;
}

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

@media (min-width: 992px) {
    .position-md-absolute {
        position: absolute;
        text-align: center;
    }

    .navbar-nav .nav-item:nth-child(4) {
        margin-right: 60px;
    }
}

/* inner page */
.bio_page {
    background: #000000;
    position: relative;
    padding-bottom: 150px;
}

.bio_page .performance_section {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
    padding-top: 0;
    position: relative;
    height: 100vh;
}

.bio_page .performance_section .inner_section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}

.bio_page .performance_section h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 93px;
}

.bio_page .performance_section h5 {
    font-size: 32px;
    color: #ffffff;
    font-family: 'TrajanPro-Regular', sans-serif;
    text-align: center;
}

.bio_page .performance_section span {
    font-size: 16px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-bottom: 28px;
    font-family: 'TrajanPro-Regular', sans-serif;
}

.bio_page .performance_section p {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 20px;
}

/* bio info */
.bio_info {
    background: #000000;
    /* padding: 70px 0 300px 0; */
}

.bio_content {
    padding-top: 50px;
}

.bio_content h3 {
    text-align: left;
    color: #ffffff;
    font-family: 'TrajanPro-Regular', sans-serif;
    margin-bottom: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 40px;
}

.bio_content p {
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    font-family: 'Avenir-Light', sans-serif;
    margin-bottom: 25px;
}

.bio_wrapper {
    max-width: 54%;
    width: 100%;
    margin: 0 auto;
    /* -moz-align-items: center;    -ms-align-items: center;    -webkit-align-items: center;    align-items: center; */
    margin-bottom: 100px;
}

.bio_wrapper.thankyou_sect {
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -100px;
}

.illusion_bio .bio_content {
    padding: 0;
}

/* tour page */
.tour_page {
    position: relative;
    background: #000000;
    padding-bottom: 200px;
}

.tour_page .performance_section {
    padding-bottom: 30px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    /* padding-top: 570px; */
    position: relative;
    height: 100vh;
}

.tour_page .performance_section .inner_section {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 90px;
}

.tour_page .performance_section h3 {
    font-size: 74px;
    text-align: center;
}

.compensate-for-scrollbar {
    margin-right: 0;
}

.jarallax-keep-img {
    position: relative;
    z-index: 0;
}

.jarallax-keep-img>.jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
}

.jarallax {
    min-height: 1000px;
    object-fit: cover;
    object-position: center;
}

.bio_page video {
    position: fixed;
    width: 100%;
    min-width: 100vw;
    height: auto;
    min-height: 100vh;
    z-index: 8;
    opacity: 0.5;
}

.bio_page .video_position {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 10;
}

.video_page .video_position {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 10;
}

.video_page video {
    position: fixed;
    width: 100%;
    min-width: 100vw;
    height: auto;
    min-height: 100vh;
    z-index: 8;
}

.tour_page .video_position {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 10;
}

.tour_page video {
    position: fixed;
    width: 100%;
    min-width: 100vw;
    height: auto;
    min-height: 100vh;
    z-index: 8;
    opacity: 0.5;
}

.tour_page .tour_calendar {
    width: 100%;
    margin: 0 auto;
}

.video_mob {
    display: none;
}

.video_landing {
    display: none;
}

.bio_mob {
    display: none;
}

.comman_top {
    margin-top: 52px;
}

.videopage_mob {
    display: none;
}

.tourpage_mob {
    display: none;
}

.photos_slider .photo img {
    width: 100%;
    height: 231px;
    object-fit: cover;
}

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

.modal-backdrop{
 z-index: 9;   
}

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

.slider_video iframe{
 width: 100%;
 height: 100%;
}

.nav_Style{
 position: relative   
}
.button_style{
position: absolute;
    top: 0;
    right: 18%;
    /* height: 45px; */
    width: 115px;
    /* border-bottom-left-radius: 90px; */
    /* border-bottom-right-radius: 90px; */
    height: 80px;
    transition: 0.5s all;
	display: none;
}
.button_style a{
 display: block;
 width: 100%;
 height: 80px;
 position: absolute;
 transform: translateY(-50%);
    top: 50%;
     padding-top: 13px;
 
}
.button_style a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 13px;
    width: 52px;
    height: 41px;
    background: url(../images/sparkle1_large.png) no-repeat;
        background-size: cover;
}
.button_style a:before{
content: "";
    position: absolute;
    top: 22px;
    right: 28px;
    width: 35px;
    height: 27px;
        background-size: cover;
    background: url(../images/sparkle2_large.png) no-repeat;
}
.button_style:after{
  content: "";
    top: -35px;
    right: 0;
    height: 115px;
    width: 115px;
    /* border-bottom-left-radius: 200px; */
    /* border-bottom-right-radius: 200px; */
/*background: rgba(28,22,1,1);*/
/*background: -moz-linear-gradient(-45deg, rgba(28,22,1,1) 0%, rgba(108,87,4,1) 100%);*/
/*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(28,22,1,1)), color-stop(100%, rgba(108,87,4,1)));*/
/*background: -webkit-linear-gradient(-45deg, rgba(28,22,1,1) 0%, rgba(108,87,4,1) 100%);*/
/*background: -o-linear-gradient(-45deg, rgba(28,22,1,1) 0%, rgba(108,87,4,1) 100%);*/
/*background: -ms-linear-gradient(-45deg, rgba(28,22,1,1) 0%, rgba(108,87,4,1) 100%);*/
/*background: linear-gradient(135deg, rgba(28,22,1,1) 0%, rgba(108,87,4,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1601', endColorstr='#6c5704', GradientType=1 );*/


background: rgba(26,19,1,1);
background: -moz-linear-gradient(-45deg, rgba(26,19,1,1) 0%, rgba(52,42,2,1) 65%, rgba(52,42,2,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(26,19,1,1)), color-stop(65%, rgba(52,42,2,1)), color-stop(100%, rgba(52,42,2,1)));
background: -webkit-linear-gradient(-45deg, rgba(26,19,1,1) 0%, rgba(52,42,2,1) 65%, rgba(52,42,2,1) 100%);
background: -o-linear-gradient(-45deg, rgba(26,19,1,1) 0%, rgba(52,42,2,1) 65%, rgba(52,42,2,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(26,19,1,1) 0%, rgba(52,42,2,1) 65%, rgba(52,42,2,1) 100%);
background: linear-gradient(135deg, rgba(26,19,1,1) 0%, rgba(52,42,2,1) 65%, rgba(52,42,2,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1301', endColorstr='#342a02', GradientType=1 );
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    text-align: center;
    margin: 0 auto;
    border: 4px solid #000;
       
}
.button_style:hover:after{
/*    background: rgba(52,37,1,1);*/
/*background: -moz-linear-gradient(-45deg, rgba(52,37,1,1) 0%, rgba(63,46,1,1) 30%, rgba(83,62,1,1) 59%, rgba(88,68,2,1) 100%);*/
/*background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(52,37,1,1)), color-stop(30%, rgba(63,46,1,1)), color-stop(59%, rgba(83,62,1,1)), color-stop(100%, rgba(88,68,2,1)));*/
/*background: -webkit-linear-gradient(-45deg, rgba(52,37,1,1) 0%, rgba(63,46,1,1) 30%, rgba(83,62,1,1) 59%, rgba(88,68,2,1) 100%);*/
/*background: -o-linear-gradient(-45deg, rgba(52,37,1,1) 0%, rgba(63,46,1,1) 30%, rgba(83,62,1,1) 59%, rgba(88,68,2,1) 100%);*/
/*background: -ms-linear-gradient(-45deg, rgba(52,37,1,1) 0%, rgba(63,46,1,1) 30%, rgba(83,62,1,1) 59%, rgba(88,68,2,1) 100%);*/
/*background: linear-gradient(135deg, rgba(52,37,1,1) 0%, rgba(63,46,1,1) 30%, rgba(83,62,1,1) 59%, rgba(88,68,2,1) 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#342501', endColorstr='#584402', GradientType=1 );*/

background: rgba(48,33,0,1);
background: -moz-linear-gradient(-45deg, rgba(48,33,0,1) 0%, rgba(87,66,1,1) 65%, rgba(87,66,1,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(48,33,0,1)), color-stop(65%, rgba(87,66,1,1)), color-stop(100%, rgba(87,66,1,1)));
background: -webkit-linear-gradient(-45deg, rgba(48,33,0,1) 0%, rgba(87,66,1,1) 65%, rgba(87,66,1,1) 100%);
background: -o-linear-gradient(-45deg, rgba(48,33,0,1) 0%, rgba(87,66,1,1) 65%, rgba(87,66,1,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(48,33,0,1) 0%, rgba(87,66,1,1) 65%, rgba(87,66,1,1) 100%);
background: linear-gradient(135deg, rgba(48,33,0,1) 0%, rgba(87,66,1,1) 65%, rgba(87,66,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302100', endColorstr='#574201', GradientType=1 );

}
.button_style em{
 display: block;  
 text-align: center;
 font-size: 19px;
 color: #ffffff;
     line-height: 1;
 font-style: normal;
 font-family: 'FuturaBT-MediumCondensed', sans-serif;
}
.button_style span{
  display: block;  
 text-align: center; 
     line-height: 0.8;
 font-size: 33px;
 line-height: 1;
 color: #ffffff;
 font-family: 'FuturaBT-MediumCondensed', sans-serif;
}
.tourslider .full_slider .slick-dots{
    display: none;
}
.blog_new_secs .blog_secs{padding-top:15px; }
.blog_new_secs .blog_main{width:70%; margin:0 auto; filter: drop-shadow(0 0 3.5px rgba(0,0,0,0.29));  background: #ffff;     padding-top: 21px;}
.blog_new_secs .datemetadate{position:relative; background:#432c02; display:inline-block;     margin-left: -35px; margin-bottom:30px;}
.blog_new_secs .datemetadate:before{ content:''; position:absolute; left:-14px; top:0; width:14px; height:61px;
background:url('http://www.ivanamodei.com/wp-content/uploads/2019/11/date-box.png') no-repeat; }
.blog_new_secs .datemetadate span{ font-size: 16px; line-height: 15px; color: #ffffff; text-align: center;     margin: 0; padding: 16px 20px; font-family: 'Avenir-Medium',sans-serif;}

.news_new_banner{margin-top:52px; position:relative;}
.news_new_banner .img-fluid{height:75px; width:100%;}
.news_new_banner:before{content:''; position:absolute; width:446px; height:75px;     top: -5px; left: -45px; right:0;     margin: 0 auto;
background:url('http://www.ivanamodei.com/wp-content/uploads/2019/11/sparkle-new.png') no-repeat;; }
.news_new_banner h4{ font-size: 32px; letter-spacing: 6px; line-height: 15px; color: #ffffff; text-align: center; filter: drop-shadow(0 0 8px rgba(0,0,0,0.75)); 
text-transform:uppercase; position:absolute; left:0; right:0; margin:0 auto; top:50%; transform:translateY(-50%);  font-family: 'TrajanPro-Regular', sans-serif;     display: inline-block;
    width: 520px;}
    @media screen and (max-width:1600px){.news_new_banner h4 {top:50%;}}
.news_new_banner h4:before{content:''; position:absolute; background:url('http://www.ivanamodei.com/wp-content/uploads/2019/11/line_bg.png') no-repeat; width:61px; height:3px;
left:0; top:50%;     transform: translateY(-50%);}
.news_new_banner h4:after{content:''; position:absolute; background:url('http://www.ivanamodei.com/wp-content/uploads/2019/11/line_bg1.png') no-repeat; width:61px; height:3px;
right:0; top:50%;     transform: translateY(-50%);}
.blog_new_secs {margin-top:15px; margin-bottom:50px;}

.blog_new_secs .news_latest h2{ font-size: 30px; line-height: normal; color: #000000; padding-bottom:28px;  font-family: 'Avenir-Medium',sans-serif;}
.blog_new_secs .blog_bann_img img{width:100%;     margin-bottom: 15px;}
.blog_new_secs .blog_secs_cnt{    padding: 0px 10px 0px 20px;     margin-bottom: 35px;}
.blog_new_secs .news_latest p{   font-family: 'Avenir-Light', sans-serif;  font-size: 16px;line-height: 22px; color: #000000;}
.blog_new_secs .news_latest a{  font-size: 16px;line-height: 22px; color: #000000;}
.blog_new_secs .news_latest iframe{width:100%;}
.blog_new_secs .post_pagisecs h2.screen-reader-text{display:none;}
.blog_new_secs .news_latest { border-bottom: 2px solid #4c4c4c; }
.blog_new_secs .post_pagisecs{padding: 0px 30px 30px;}
.blog_new_secs .post_pagisecs span{display:inline-block; vertical-align:top;}
.blog_new_secs .post_pagisecs nav{display:inline-block; vertical-align:top;}
.blog_new_secs .post_pagisecs .page-numbers{color: #000000;}
.blog_new_secs .searchform{margin-bottom:50px;}
.blog_new_secs .searchform input[type="text"]{    box-shadow: inset 0px 0px 10px rgba(0,0,0,.1); height: 35px;  font-size: 12px; line-height: 22px;
    color: #000000;  font-family: 'Avenir-Light', sans-serif; border: 0;  outline: none;     padding: 0px 15px;     display: inline-block; vertical-align: top;}
.blog_new_secs .searchform input[type="submit"]{ border:0px; outline:none; background:#432c02; width:40px; height:35px; font-size:0px;     margin-left: -4px; 
background: url(../images/search-icon.png) #432c02 no-repeat; background-position:center;}
.blog_new_secs .widget-title{font-size: 17px; letter-spacing: 0px; color: #000000; font-family: 'Avenir-Light', sans-serif; text-transform:uppercase; border-bottom:1px solid #b2b2b2;
    padding-bottom: 8px;  margin-bottom: 20px;}
.blog_new_secs .rpwe-title a{font-size: 13px; line-height: 18px; color: #000000; font-family: 'Avenir-Light', sans-serif;}
.blog_new_secs .rpwe-time{font-size: 13px; line-height: 18px; color: #000000; font-family: 'Avenir-Light', sans-serif; text-transform:uppercase;}
.blog_new_secs .rpwe-summary a { font-size: 13px; color: #000000; text-transform:uppercase;}
.blog_new_secs .rpwe-block li{border:0px;     padding: 0;}
.blog_new_secs .widget_categories .widget-title{ font-size: 20px;  letter-spacing: 0px; color: #000000; font-family: 'Avenir-Light', sans-serif; text-transform: uppercase;
 border: 1px solid #b2b2b2;  margin-bottom: 20px;  padding: 5px 5px 5px 5px; height: 37px; text-align: center;  position: relative;}
 .blog_new_secs .widget_categories .widget-title:before{ content:''; position:absolute; right:0; top:0; background: url(../images/categorie-arrow.png ) #432c02 no-repeat; height:36px;
 width:40px; background-position:center; cursor:pointer;}
.blog_new_secs .widget_categories ul{padding-left:25px; display:none;}
.blog_new_secs .widget_categories ul li{list-style:none; position:relative; }
.blog_new_secs .widget_categories ul li:before{content:''; width:8px; height:8px; top: 7px; left: -20px; background:#000000; position:absolute;}
.blog_new_secs .widget_categories ul li a{  font-size: 14px; color: #231f20; } 
.blog_new_secs .widget_tag_cloud .widget-title { font-size: 20px;  letter-spacing: 0px; color: #000000; font-family: 'Avenir-Light', sans-serif; text-transform: uppercase;
 border: 1px solid #b2b2b2;  margin-bottom: 20px;  padding: 5px 5px 5px 5px; height: 37px; text-align: center;  position: relative;}
.blog_new_secs .widget_tag_cloud .widget-title:before{ content:''; position:absolute; right:0; top:0; background: url(../images/categorie-arrow.png ) #432c02 no-repeat; height:36px;
 width:40px; background-position:center; cursor:pointer;}
.blog_new_secs .widget_tag_cloud .tagcloud{padding-left:10px;     margin-bottom: 20px; display:none;}
.blog_new_secs .widget_tag_cloud .tagcloud a{ font-size: 14px !important;  color: #231f20;  display: block; margin-bottom:5px; position:relative;padding-left: 25px;}
.blog_new_secs .widget_tag_cloud .tagcloud a:before{    content: '';    width: 9px;    height: 14px;    top: 2px;    left: 0px;    background:url(http://www.ivanamodei.com/wp-content/uploads/2019/11/Tag-Icon-copy-4.png) no-repeat;    position: absolute;}

.blog_new_secs .widget_text .widget-title{ font-size: 20px;  letter-spacing: 0px;  color: #000000; font-family: 'Avenir-Light', sans-serif;  text-transform: uppercase; border: 1px solid #b2b2b2;
    margin-bottom: 20px;  padding: 5px 5px 5px 5px; height: 37px; text-align: center; position: relative;}
.blog_new_secs .widget_text .widget-title:before { content: ''; position: absolute; right: 0; top: 0; background: url(../images/categorie-arrow.png) #432c02 no-repeat;  height: 36px;
    width: 40px;  background-position: center; cursor: pointer;}
 .blog_new_secs .textwidget{padding-left:10px; display:none;}
 .blog_new_secs .textwidget ul{margin-bottom:3px; display:flex;   display: -webkit-flexbox;  display: -moz-flexbox;  display: -ms-flexbox;  display: -webkit-flex;
    display: flex;  -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; -moz-flex-wrap: wrap; flex-wrap: wrap;}
.blog_new_secs .textwidget li{list-style:none; display:inline-block; vertical-align:top;margin:0 3px 3px 0;}
.blog_new_secs .textwidget li a{ font-size: 14px; color: #231f20;  display: block;}
.blog_new_secs .textwidget .archive-year_sec a{ font-weight: 500; font-size: 14px; color: #231f20;}
.blog_new_secs .textwidget .archive-year_sec{    border-top: 1px solid #000;  padding-top: 3px; margin-top: 3px; }
.blog_new_secs .textwidget .archive-year_sec:first-child{border:0px;}
.buy_ticket{padding:0px 10px;}
.buy_ticket a p{font-size:18px; color:#ffffff; font-family: 'FuturaBT-MediumCondensed', sans-serif;}

.tour_calendar .theatre_name h6.secret_text {    font-family: 'FuturaBT-MediumCondensed', sans-serif; font-size: 24px; color:#ffffff;}
.buy_ticket a {  width: 100%;  text-align: center;}
.buy_ticket {  width: 258px;}

.tour_calendar .padding_bth.sold_out {position:relative;}
.tour_calendar .padding_bth.sold_out:before{content:''; position:absolute; left:0; right:0; width:100%; height:100%; top:0; z-index:9;}
.tour_calendar .padding_bth.sold_out .ticket_row{opacity:0.25;}
.tour_calendar .padding_bth.sold_out .theatre_style{opacity:0.25;}
.tour_calendar .padding_bth.sold_out .buy_ticket a{color:#ffffff; }
.tour_calendar .padding_bth.sold_out .buy_ticket a h4{color:#ffffff; }
.tour_calendar .padding_bth.sold_out .box_office{opacity:0.25;}
.tour_calendar .padding_bth.sold_out .calendar_social{opacity:0.25;}

.buy_ticket h4:after{display:none;}
.buy_ticket a{position:relative;}
.buy_ticket a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 22px;
    background: #434343;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: linear-gradient(#434343, #969696, #434343);
}
.tour_calendar .buy_ticket a h4{margin:0px;}
.tour_calendar .padding_bth.sold_out .buy_ticket a:after{opacity:0.25;}

.tour_calendar .ticket_calendar .theatre_style .time_Style{display:none;}
.tour_calendar.landing_calendar .padding_bth { margin: 0 !important;  border-top: 1px solid #ffffff;}

.cal_wrap{width: 1060px;  display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center; -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;  margin: 0 auto;}

/******new_css******/
.page_link_sec .pg_links{display:inline-block; vertical-align:middle; position:relative; margin-right:25px;}
.page_link_sec .pg_links:last-child{margin-right:0px;}
.page_link_sec .pg_links:before{content: ''; position: absolute; right: -14px; width: 2px; height: 31px; top: 50%;  transform: translateY(-50%); background: url(../images/ver_line.png);}
.page_link_sec .pg_links:last-child:before{display:none;}
.page_link_sec .pg_links a{ font-size:18px;  color:#f5f6f7; opacity:0.3; text-transform:uppercase; font-family: "TrajanPro-Bold", sans-serif;}
.page_link_sec .pg_links a:hover{ opacity:1; transition:0.3s all ease-in-out;}
.page_link_sec .pg_links.active_btn a{opacity:1;}
.page_link_sec.site_link { bottom: 0px; position:relative;    margin-bottom: 20px;}
.tour_calendar.beverlly_hils{ margin-top: -187px;  position: relative;}
.tour_calendar.beverlly_hils .calendar_heading{background:transparent; }
.tour_calendar.beverlly_hils .calendar_heading:after{display:none;}
.tour_calendar.beverlly_hils .calendar_heading h4{font-size:18px; font-weight:bold; color:#f5f6f7; text-transform:uppercase; font-family: "TrajanPro-Bold", sans-serif;}
.slider.beverly_slide  .slick-dots{display:none;}
.wrap_landing_cnt{ position:relative;   margin-top: -160px;}
.wrap_landing_cnt .tour_calendar.landing_calendar .padding_bth:first-child,
.tour_calendar.beverlly_hils .padding_bth:first-child{background:rgba(0, 0, 0, 0.5); border-top: 1px solid #ffffff;}
.new_onstage h3 { font-size:30px; font-family: "TrajanPro-Bold", sans-serif;  margin-bottom: 18px; }
.new_onstage h4{font-size: 18px;color: #ffffff; margin-bottom: 20px; padding-bottom:20px;display: inline-block; font-family: 'TrajanPro-Regular', sans-serif;  border-bottom:2px solid #878787; }
.new_onstage p{font-family: 'Avenir-Light', sans-serif;    font-size: 17px;  line-height: 27px;   margin-bottom: 30px; text-align:justify; }
.beverly_photo .photos_slider .slick-slide.slick-current img { opacity: 1;}
.beverly_gallery_main{width:86%; margin:0 auto;}
.beverly_gallery{background:#000000; padding:50px 0px;}
.beverly_gallery_head{margin-bottom:30px;}
.beverly_gallery_head img{display:inline-block; vertical-align:middle;}
.gallery_head_txt{display:inline-block; vertical-align:middle; padding-left:20px;}
.gallery_head_txt h3{font-size:30px; color:#ffffff;font-family: 'TrajanPro-Regular', sans-serif;margin-bottom: 5px;  }
.gallery_head_txt p{font-family: 'TrajanPro-Regular', sans-serif; font-size:18px; color:#ffffff; margin:0px;}
.beverly_gallery_sec{padding-bottom:50px;}
.beverly_gallery_sec1{display:inline-block; vertical-align:middle; width:50%;    padding-right: 6px; }
.beverly_gallery_sec1 img{width:100%;  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%);}
.beverly_gallery_sec2{display:inline-block; vertical-align:middle; width:49%; padding:0px 50px 0px 50px; }
.beverly_gallery_sec2 p{font-family: 'Avenir-Light', sans-serif; font-size:18px; line-height:30px; margin-bottom:25px; color:#ffffff;}
.beverly_popupimg{width:84%; margin:0 auto;}
.beverly_popupimg ul li{ display:inline-block; vertical-align:top; width:30.3%; }
.beverly_popupimg ul li:nth-child(2){margin:0px 10px;}
.beverly_popupimg ul li img{width:100%;}
.beverly_popupimg ul li img:hover{opacity:0.6;transition:0.3s all ease-in-out;}
.page-template-beverly_hills_template .fancybox-is-open .fancybox-bg { opacity: 1;}
.page-template-beverly_hills_template .fancybox-navigation .fancybox-button--arrow_left,
.page-template-beverly_hills_template .fancybox-navigation .fancybox-button--arrow_right { top: 50%;}
.faq_sec{background:#000000; padding:10px 0 50px; margin-bottom:11px; }

.faq_main{width:680px; margin:0 auto;}
.faq_main h3{ font-size:30px; color:#ffffff;  font-family: "TrajanPro-Bold", sans-serif; margin-bottom: 30px; text-align:center;}
.accordian ul li {display:block; margin-bottom:30px;  background-position: center; box-shadow: 0 2px 16px #5a5656;}
.accordian ul li .cont_resource {  display: none; padding:0px 45px 20px;  background: #0f0f0f; 
-moz-box-shadow:inset 0 0 4px #0f0f0f; -webkit-box-shadow: inset 0 0 4px #0f0f0f;
box-shadow:inset 0 0 4px #0f0f0f; }
.accordian li.active .cont_resource { display: block;}
.accordian ul li h4{ font-size:15px; color:rgba(255, 255, 255, 0.6); font-family:'TrajanPro-Regular', sans-serif; display:block; padding:20px 20px; text-align:center;  background:#0f0f0f; z-index:9; 
cursor: pointer; margin: 0; -moz-box-shadow:inset 0 0 4px #0f0f0f; -webkit-box-shadow: inset 0 0 4px #0f0f0f;  box-shadow: inset 0 0 4px #0f0f0f;    }
.accordian li.active h4{color:#ffffff;}
.accordian ul li p{font-size:15px; color:#ffffff; line-height: 24px; text-align:center; margin:0px; font-family: "TimesNewRomanPSMT", sans-serif;}
.accordian ul li .cont_resource a{ color:#ffffff;border-bottom:1px solid #ffffff; text-decoration:none;}
.accordian ul li .cont_resource a.acco_anc{float:left; border:0px;     margin-left: -5px;}
.page-template-tour-cal .tour_calendar.tour_main .calendar_heading h4 {
    font-size: 18px;
    font-weight: bold;
    color: #f5f6f7;
    text-transform: uppercase;
    font-family: "TrajanPro-Bold", sans-serif;
}
.page-template-tour-cal .calendar_heading {
    background: transparent;
}
.page-template-tour-cal  .tour_calendar.tour_main {
    margin-top: -68px;
    position: relative;
}
.page-template-tour-cal .tour_calendar.tour_main .calendar_heading:after{display:none;}
.navbar-dark .navbar-nav .current-menu-item .nav-link{    color: #ffffff;}
.landing_calendar{margin-bottom:11px; }


.two_btn {
    display: flex;
    /* margin: auto; */
    text-align: center;
    border-radius: 0;
    /* width: 100%; */
    align-items: center;
    justify-content: center;
}

.two_btn a.tickt_btn {
    color: #ffffff;
    background: #000000;
}

.two_btn a.tickt_btn:hover {
    background: #7a5f2d;
    color: #ffffff;
}

.my_btn {
    font-family: 'Futura-Condensed', sans-serif;
    font-size: 20px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    max-width: 150px;
    width: 100%;
    padding: 4px;
    /* height: 38px; */
    transition: 0.3s all;
}

.two_btn a.video_btn {
    color: rgba(0, 0, 0, 0.7);
    background: #ffffff;
}

.two_btn a.video_btn:hover {
    color: rgba(0, 0, 0, 1);
    background: #ffffff;
}

.two_btn a.video_btn img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    height: auto;
}

.banner_info h4 {
    font-size: 43px;
    color: #ffffff;
    font-family: 'Futura-Condensed', sans-serif;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.banner_info h4:nth-of-type(1) {
    margin-top: 40px;
}

.ticket_table {
    background: #ffffff;
    padding: 14px 14px 16px 14px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    /* border: 12px solid #ffffff; */
    box-shadow: 0px 5px 7px #e9e9e9;
    position: relative;
}

.ticket_table:after {
    content: "";
    position: absolute;
    width: 100%;
    /* height: 0px;
    border-left: 383px solid transparent;
    border-right: 372px solid transparent;
    border-top: 25px solid #624c24; */
    left: 0;
    right: 0;
    background: url(../images/box_Arrow.png) no-repeat;
    margin: auto;
    bottom: -11px;
    height: 11px;
    background: url(../images/box_Arrow.png) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-position: bottom center;
}

.ticket_table .theatre_style{width:239px; }
.ticket_table .calendar_Style { margin-left: 4px;}
.ticket_table .theatre_name {  width: 193px;}
.ticket_table .time_Style {  width: 106px;}

.video_slider1 .video_box a img{width:100%;}
.video_slider1 a.custom{display:block;}

.page-template-landing_page_new #latest_news {
    margin-top: -130px;
}
#latest_news.latest_new{padding:30px 0px; background:#0d1423; }
.latest_new .latest_news_k{width:62%; margin:0 auto;}

.latest_new h4{ font-size: 36px; color: #ffffff;  font-family: 'Futura-CondensedLight', sans-serif; text-align: center;}
.latest_new .right_news h6{font-size: 26px; color: #ffffff; font-family: 'Avenir-Black', sans-serif; text-transform:uppercase; text-align: center;  margin: 15px 0px; 
position:relative; padding:8px 0px;}
.latest_new .right_news p{ font-size: 16px; line-height: 22px; color: #ffffff;  font-family: 'Avenir-Roman', sans-serif; text-align: left;margin-bottom: 30px;}
.latest_new .btm_publish a.readmore{ padding: 4px 6px;background: rgba(100, 78, 37, 1);
    background: -moz-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100, 78, 37, 1)), color-stop(46%, rgba(67, 53, 25, 1)), color-stop(100%, rgba(36, 28, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#644e25', endColorstr='#241c0d', GradientType=0); border: 1px solid #d1d3d4; color:#ffffff; font-size: 14px; color: #ffffff; font-family: 'Avenir-Roman', sans-serif;}
.latest_new .btm_publish a.publish {font-family: 'AvenirLTStd-Book', sans-serif; font-size: 14px; color: #ffffff;float: right; }
.latest_new .right_news h6:before{content:''; position:absolute; left:0; top:0; height:1px; width:100%; 
background:url('https://wp1219.upupload.com/blog_new66883/nprc52gk7g66883/wp-content/uploads/2019/12/line_new.png'); }
.latest_new .right_news h6:after{content:''; position:absolute; left:0; bottom:0; height:1px; width:100%; 
background:url('https://wp1219.upupload.com/blog_new66883/nprc52gk7g66883/wp-content/uploads/2019/12/line_new.png'); }

.video_new{padding:25px 0px;}
.video_new .video_heading{padding: 0px 20px;     font-size: 26px;
    font-weight: normal;
    font-family: 'Futura-CondensedLight', sans-serif;
    text-transform: uppercase;
    position: absolute;
    padding-top: 13px;
    margin-bottom: 0;
    padding-right: 8px;
    display: inline-block;
    color: #000000;
    top: 50%;
    z-index: 5;
    background: #ffffff;
    transform: translateY(-50%);
    }
    
.video_new .video_box { padding: 0px 20px;}
    
.new_photo{background:#000000; padding:20px 0px;}
#boutique.boutique_new{margin:0px; padding: 10px 0;     margin-bottom: 10px;}
.new_photo .video_heading{padding: 0px 20px;     font-size: 26px;
    font-weight: normal;
    font-family: 'Futura-CondensedLight', sans-serif;
    text-transform: uppercase;
    position: absolute;
    padding-top: 13px;
    margin-bottom: 0;
    padding-right: 8px;
    display: inline-block;
    color: #ffffff;
    }

/* boutique_section */

#boutique {
    background: #000000;
    /*margin: 15px 0 15px 0;*/
    position: relative;
    
}

.boutique_slider {
    max-width: 65%;
    width: 100%;
    margin: 0 auto;
}

/* .boutique_left {
    max-width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 0;
} */

.boutique_Style {
    position: relative;
}

.boutique_Style h4 {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 28px;
}

.boutique_Style p {
    font-family: 'Avenir-Light', sans-serif;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 22px;
}

.boutique_Style p span {
    font-family: 'Avenir-Black', sans-serif;
}

.boutique_Style p .capital {
    font-family: 'AvenirLTStd-Book', sans-serif;
    text-transform: uppercase;
}

.right_book {
    text-align: right;
    width: 100%;
}

/* .right_book img {
    float: right;
} */

/* .boutique_btn {
    display: table;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'Avenir-Light', sans-serif;
    margin-top: 40px;
} */


/* .right_book{
    position: absolute;
    right: 0;
    top: 0;
} */

.boutique_slider .slick-dots {
    bottom: 10%;
    left: 0;
    text-align: left;
    width: 368px;
    margin: 0 auto;
    text-align: center;
}

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

.boutique_slider .slick-dots li button {
    width: 13px;
    height: 13px;
    padding: 0;
    transform: rotate(61deg);
}

.boutique_slider .slick-dots li button:before {
    content: "";
    width: 9px;
    height: 7px;
    background: #ffffff;
    opacity: 0.3;
    ;
    /* transform: skew(180deg, 200deg) rotate(36deg); */
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    transform: skew(30deg);
    /* position: relative; */
}

.boutique_slider .slick-dots li.slick-active button:before {
    color: transparent;
    background: #ffffff;
    opacity: 1;
}

.boutique_slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.boutique_slider.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.boutique_new .boutique_btn {
    position: relative;
}    
.boutique_new a.boutique_btn {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Avenir-Roman', sans-serif;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 7px 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    background: rgb(105, 81, 39);
    background: -moz-linear-gradient(top, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
    background: linear-gradient(to bottom, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#695127', endColorstr='#130f07', GradientType=0);
    -webkit-text-fill-color: inherit;
}
.boutique_new .right_book img{width:auto; }

.video_new .video_box .play {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    display: block;
    color: #000000;
    background: rgba(171, 173, 174, 0.6);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
.video_new .video_box .play:after {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 20px solid transparent;
    border-left: 24px solid #000000;
    border-bottom: 20px solid transparent;
    opacity: 1;
    position: absolute;
    right: 0;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video_new .video_box .play:before {
    content: "";
    position: absolute;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border: 1px solid #b3b0ac;
    border-radius: 50%;
}
.video_new .video_slider1 .slick-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid #000;
    left: 0;
}

.video_new .video_slider1 .slick-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.5);
    right: 0;
}

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

.video_new .video_slider1 .slick-next:before {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 16px solid transparent;
    border-left: 20px solid rgba(0, 0, 0, 0.5);
    border-bottom: 16px solid transparent;
    opacity: 1;
    position: absolute;
    left: 6px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video_new .video_slider1 .slick-next:hover,
.video_new .video_slider1 .slick-prev:hover {
    border: 1px solid #7f7f7f;
}

.video_new .video_slider1 .slick-next:hover:before {
    border-left-color: rgba(0, 0, 0, 1);
}
.video_new .video_slider1 {padding:0px 65px; }

.video_new .video_slider1 .slick-prev:hover:before {
    border-right-color: #7f7f7f;
}
.performance_section h4{font-size: 27px; line-height:26px; color: #ffffff; font-family: 'TrajanPro-Regular', sans-serif; text-align:center;}
.performance_section h5{font-size: 15px; text-align:center;  color: #ffffff; margin-bottom:20px; }

.photos_slider .slick-slide.slick-current img{opacity:1;}

.mystery_miracle{position:relative; }
.mystery_miracle img{width:100%; }
.mystery_cap {position:absolute; left:0; right:0; margin:0 auto; top:0;padding:30px 0px; text-align: center;}
.mystery_cap img{width:auto;}
.mystery_cap .two_btn {margin-top:40px;}

.mystery_cap a.tickt_btn{
	background: rgb(105, 81, 39);
    background: -moz-linear-gradient(top, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
    background: linear-gradient(to bottom, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
}
.mystery_cap .two_btn{margin-bottom:25px;}
.mystery_cap .my_btn {  font-size: 18px;  max-width: 120px;  }
.mystery_txt{width:425px; margin:0 auto; }
.mystery_txt p{font-size:15px;  line-height: 20px;  color:#ffffff; font-family: 'Avenir-Medium', sans-serif;}
.mystery_txt em{font-style:italic; font-family: 'Avenir-Light',sans-serif;}

.mystery_tour{position:relative; }
.mystery_tour img{width:100%; }
.mystery_tour_cap {position:absolute;  right:145px; margin:0 auto; top:0;padding:30px 0px; text-align: center;}
.mystery_tour_cap img{width:auto; margin: 0 auto; display: block;}

.mystery_tour_cap h3{font-size: 30px; line-height: 27px; color: #f5f6f7;font-family: 'TrajanPro-Regular', sans-serif; }

.mystery_tour_cap .two_btn{margin-top:50px;}
.mystery_tour_cap a.tickt_btn {
    background: rgb(105, 81, 39);
    background: -moz-linear-gradient(top, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
    background: linear-gradient(to bottom, rgba(105, 81, 39, 1) 0%, rgba(59, 46, 22, 1) 57%, rgba(19, 15, 7, 1) 100%);
}
.mystery_txtimg{margin-bottom:20px;}
.mystery_txtimg1 img{width:500px;}
.mystery_tour_cap .two_btn a.video_btn , .mystery_cap .two_btn a.video_btn {
    color: #000;
}

.slider_video video{width:100%;}
.navbar-dark .navbar-nav .current-menu-item.no-active .nav-link {
    color: rgba(255, 255, 255, 0.5);
}




/*New Bio Page (newbiopage_evan section)*/
#newbiopage_evan .video_ivan {
    background: #ffffff;
     padding: 0px 0;
    }

.newbiopage_performance .performance_section h3 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 95.55px;
}
.newbiopage_performance .performance_section {
    max-width: 780px;
}

.newbiopage_performance .performance_section h5 {
    font-family: 'TrajanPro-Regular', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px;
}

/*mystery miracle*/
.newbiopage_mystery .mystery_cap {
  position: absolute;
    left: 0;
    right: 528px;
    margin: 0 auto;
    top: 170px;
    padding: 30px 0px;
    text-align: center;
}

.newbiopage_mystery .mystery_txt {
    width: 425px;
    margin: 75px auto 0;
    }
.newbiopage_mystery .mystery_txt p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
   font-family: 'TrajanPro-Regular', sans-serif;
}
.newbiopage_mystery  .my_btn {
       max-width:130px;
      }


/*watch video*/
.newbiopage_watchvideo{
    margin: 4px auto;
    }
 .newbiopage_watchvideo .row{
     margin-left:0;
     margin-right:0;
}
 .newbiopage_watchvideo .watch_btn{
    max-width: 420px;
    margin-left:52%;
    background: #000000;
   font-family: 'Futura-Condensed', sans-serif; 
   box-shadow: 0px 5px 32px #000000ba;
   border:2px solid #d1d3d4;
}

.newbiopage_watchvideo .watch_btn h3{
  font-size:36px;
  margin:0;
  }
.newbiopage_watchvideo .watch_btn h3 a{
color:#ffffff;
}

.newbiopage_watchvideo .watch_image {
    margin-left: 10%;
}
.newbiopage_watchvideo .watch_image img{
width:50%;
}

/*mystery tour*/
.newbiopage_mysterytour .mystery_tour_cap {
   position: absolute;
    right: 562px;
    top: 75%;
    padding: 50px 0;
}
.newbiopage_mysterytour .my_btn {
       max-width:150px;
       padding:4px 20px;
      }


/*.newbiopage_mysterytour .mystery_tour_cap h3{*/
/*font-family: 'Avenir-light', sans-serif;*/
/*font-size:24px;*/
/*letter-spacing:7px;*/
/*}*/

/*.newbiopage_mysterytour .logo_heading{*/
/*    margin-top:25px;*/
/*}*/
/*.newbiopage_mysterytour .mystery_txtimg {*/
/*    margin: 40px auto;*/
/*}*/

/*arseio hall*/
.newbiopage_arseniohall{
    margin: 4px auto;
    }
 .newbiopage_arseniohall .row{
     margin-left:0;
     margin-right:0;
}
.newbiopage_arseniohall .show_arsenio_btn{
    max-width: 420px;    
    margin-left: 10%;
    background: #000000;
   font-family: 'Futura-Condensed', sans-serif; 
   box-shadow: 0px 5px 32px #000000ba;
   border:2px solid #d1d3d4;
}
.newbiopage_arseniohall .show_arsenio_btn h3{
  font-size:36px;
  margin:0;
  }
.newbiopage_arseniohall .show_arsenio_btn h3 a{
color:#ffffff;
}
.newbiopage_arseniohall .show_arsenio_image img{
    width:50%;
}


/*illusion blocks*/
 .newbiopage_intimateillusion .row{
     margin-left:0;
     margin-right:0;
}
.newbiopage_intimateillusion img {
    width: 100%;
}

.newbiopage_intimateillusion {
    position:relative;
}

.newbiopage_intimateillusion .illusion_cap img {
    width: 90%;
    margin-bottom:30px;
}
.newbiopage_intimateillusion .illusion_cap {
   position: absolute;
   left: 410px;
    margin: 0 auto;
    top: 0px;
    padding: 30px 0px;
    text-align: center;
    max-width:530px;
}
.newbiopage_intimateillusion .illusion_cap p{
    text-align:justify;
}

/*illusion bio*/
 .newbiopage_illusionbio .row{
     margin-left:0;
     margin-right:0;
}
.newbiopage_illusionbio .bio_wrapper {
    max-width: 64%;
    margin-bottom:0;
    margin: auto;
}
.newbiopage_illusionbio h3 {
      color: #000000;
}
.newbiopage_illusionbio p{
    text-align:justify;
    color: #000000;
    margin-bottom:0;
}

.newbiopage_illusionbio .bio_content{
padding:50px 0 0;
}

/*sixsens block*/
 .newbiopage_sixsens .row{
     margin-left:0;
     margin-right:0;
}
.newbiopage_sixsens{
    background-color:#000000;
}

.newbiopage_sixsens .bio_wrapper {
    max-width: 64%;
    margin-bottom:0;
    margin: auto;
}
.newbiopage_sixsens .bio_content{
padding:50px 0 20px;
}
.newbiopage_sixsens  p{
    text-align:justify;
   }
  
.newbiopage_sixsens .sixsens_img{
       text-align:center;
       margin-bottom:30px;
   }
       
.newbiopage_sixsens .sixsens_img img{
       width:70%;
      }
      
 /*thank you block*/
  .newbiopage_thankyou .row{
     margin-left:0;
     margin-right:0;
}
 .newbiopage_thankyou{
    background-color:#000000;
    margin-top:4px;
    margin-bottom:4px;
}
.newbiopage_thankyou .bio_wrapper {
    max-width: 64%;
    margin-bottom:0;
    margin: auto;
} 
.newbiopage_thankyou .sixsens_img img{
       width:70%;
      }
.newbiopage_thankyou .sixsens_img{
       text-align:center;
       margin-bottom:30px;
   }
 .newbiopage_thankyou p{
    text-align:justify;
   }

.new_modal .modal-dialog { max-width: 650px;}
.new_modal .modal-content{ background:url('../images/modal-bg.png') no-repeat;     background-position: center;
 background-size: cover; border: 0;}
.newmodal_main{width:570px; margin:0 auto;     padding: 80px 22px;}
.newmodal-title{text-align: center; margin-bottom:25px;}
.newmodal-title h3{font-size: 29px; line-height: 30px; color: #ffffff;  font-family: 'Avenir-Light', sans-serif; font-weight: 300; }
.newmodal-txt{text-align: center;}
.newmodal-txt p{font-size: 24px; line-height: 30px; color: #ffffff; font-family: 'Avenir-Light', sans-serif; font-weight: 300; margin-bottom:25px;}
.newmodal-txt1{padding-bottom:40px;}
.newmodal-txt1 h3{font-size: 29px; line-height: 30px; color: #ffffff;  font-family: 'Avenir-Light', sans-serif; font-weight: 300;
 font-style:italic; margin-bottom:15px; text-align: center;}
.newmodal-txt1 p{font-size: 24px; color: #ffffff;  font-family: 'Avenir-Light', sans-serif; font-weight: 300; text-align:right;}
.newmodal-btn{padding-bottom:12px;}
.newmodal-btn input[type='email']{background: url(../images/modal_btn.png) no-repeat;  font-size: 24px; line-height: 30px; color: #000000;
 font-family: 'Avenir-Light', sans-serif;  font-weight: 300;  display: block;  text-align: center; width: 90%; padding: 8px 24px;
  background-position: center; margin: 0 auto; border:0px;}
.new_modal .close{font-size: 24px; line-height:15px; color: #ffffff; border: 1px solid #d1d3d4; width: 31px;  height: 31px; opacity: 1; 
background: #000; position: absolute; right: 20px; top: 35px; text-shadow:none;}
.new_modal .modal-content:hover .close{background: #000; color:#ffffff;}

.newmodal-btn input::-moz-placeholder, .newmodal-btn input:-ms-input-placeholder, 

.newmodal-btn input::placeholder {
  color: #000000;
}
.newmodal-btn input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000;
}
.newmodal-btn input::-moz-placeholder { /* Firefox 19+ */
  color: #000000;
}
.newmodal-btn input:-ms-input-placeholder { /* IE 10+ */
 color: #000000;
}
.newmodal-btn input:-moz-placeholder { /* Firefox 18- */
  color: #000000;
}

.newsplash_page .container{ max-width: 1080px; position: relative; z-index: 5; color: #ffffff; height: 100%; }

.newsplash_page .plashBg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.newsplash_page .flesh_mob{
	display: none;
}
.newsplash_page .container .newsplash_content {
    width: 530px;
	margin-left: auto;
    font-family: 'Avenir-Light', sans-serif;
    font-size: 26px;
    padding-top: 0px;
	text-align: center;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.newsplash_content p img.miraclesLogo { max-width: 475px; margin-bottom: 15px; }
.newsplash_content h4{
font-size: 18px;
letter-spacing: 2px;
color: #ffffff;
font-family: 'TrajanPro-Regular', sans-serif;
text-align: center;
margin: 0;
	
}

.newsplash_content p img.miraclesLogo:last-child {
    margin-bottom: 0;
}
.newsplash_content p:nth-child(2) {
    margin-bottom: 0;
}
.page-template-flesh-template .footer { display: none; }
.splash_video {
	margin-top: 30px;
    margin-bottom: 70px;
}
.splash_form > p{
	margin: 0;
}
.splash_video a img{
	width: 100%;
}
.splash_social_icons.social_list ul {
    padding: 0px 0 20px; 
}
.splash_social_icons.social_list ul li {
    margin: 0 2px;
}
.splash_social_icons.social_list ul li a i {
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
}
.splash_buttons {
	display: flex;
	display: -webkit-box; 
	display: -ms-flexbox;
    justify-content: space-between;
	-webkit-box-pack: justify;  
	-ms-flex-pack: justify; 
	margin-bottom: 28px;
	
}
.splash_buttons a.btn {
    display: table;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background: rgba(100, 78, 37, 1);
    background: -moz-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(100, 78, 37, 1)), color-stop(46%, rgba(67, 53, 25, 1)), color-stop(100%, rgba(36, 28, 13, 1)));
    background: -webkit-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -o-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: -ms-linear-gradient(top, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(100, 78, 37, 1) 0%, rgba(67, 53, 25, 1) 46%, rgba(36, 28, 13, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#644e25', endColorstr='#241c0d', GradientType=0);
    font-size: 21px;
    color: #ffffff;
    font-family: 'FuturaBT-MediumCondensed', sans-serif;
    text-transform: uppercase;
    transition: 0.5s all;
	box-shadow: 0 0 50px 12px rgba(255, 255, 255, 0.39);
	border: 1px solid #c7c8ca;
	padding: 3px 13px;
	opacity: 0.8;
}
.splash_buttons a.btn:hover {
	opacity: 1;
	transition: all 0.5s;
}
.splash_form {
	width: 324px; 
	margin: 0 auto;
	position: relative;
}
.splash_form #searchform{
	width: 100%;
}
.splash_form .searchform input[type="text"], .splash_form .tnp-subscription input[type=email] {
    box-shadow: inset -0.105px 0.995px 14.5px rgba(0,0,0,0.35);
	border: 1px solid #f5f7fa;
    height: 37px;
    border: 0;
    outline: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
	font-size: 16px;
	line-height: 37px;
	color: #0b141a;
	font-weight: 300;
	font-family: 'Futura-CondensedLight', sans-serif;
	width: 100%;
}
.splash_form .searchform input[type="submit"] , .splash_form .tnp-field input[type="submit"]{
    border: 0px;
    outline: none;
    width: 91px;
    height: 35px;
    font-size: 16px;
    line-height: 15px;
    font-weight: 300;
    background: #0b141a;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Futura-CondensedLight', sans-serif;
    position: absolute;
    right: 1px;
    top: 1px;
	cursor: pointer;
}
.splash_form .searchform input[type="submit"]:hover , .splash_form .tnp-field input[type="submit"]:hover{
	color: #ffffff;
	transition: 0.3s all;
}
.splash_form .tnp-subscription input::placeholder {  
	color: #0b141a;
}
.splash_form .tnp-subscription input::-webkit-input-placeholder {  
	color: #0b141a;
}
.splash_form .tnp-subscription input::-moz-placeholder {  
	color: #0b141a;
}
.splash_form .tnp-subscription input:-ms-input-placeholder {  
	color: #0b141a;
}
.splash_form .tnp-subscription{
	margin: 0;
}
.splash_form .tnp-subscription label { 
	display: none;
}
.page-template-flesh-template .header { display: none; }
html { height: 100%; }
body.page-template-flesh-template { height: 100%; }
.page-template-flesh-template #wrapper{ height: 100%; }
.newsplash_page { height: 100%; }
.tnp-subscription div.tnp-field { margin-bottom: 0; }

.splash_video iframe {  aspect-ratio: 16/9;  width: 100%; max-width: 445px; border: 1px solid #7d7d7e;    box-shadow: 0 0 50px 12px rgba(255, 255, 255, 0.39); }
/*media query starts for new-bio-page*/
   
@media screen and (max-width: 2560px) and (min-width: 1921px) {

   .newbiopage_performance .performance_section {
        max-width: 970px;
    }

 .newbiopage_performance .performance_section p {
        text-align: center;
        font-size: 18px;
        color: #ffffff;
        line-height: 1.4;
        font-family: 'Avenir-Light', sans-serif;
        /* line-height: normal; */
        margin-bottom: 35px;
    }

  .newbiopage_performance .performance_section h3 {
        font-size: 124px;
    }
   .newbiopage_mystery .mystery_cap {
    position: absolute;
    left: 0;
    right: 710px;
     top: 242px;
    }
    .newbiopage_mystery .mystery_txt p {
    font-size: 24px;
    }
    .newbiopage_mysterytour .my_btn {
    max-width: 220px;
    padding: 4px 20px;
}
.newbiopage_watchvideo .watch_btn {
    max-width: 532px;
   }
.newbiopage_watchvideo .watch_btn h3 {
    font-size: 48px;
}
.newbiopage_arseniohall .show_arsenio_btn{
           max-width: 532px;
         }   
.newbiopage_arseniohall .show_arsenio_btn h3 {
    font-size: 48px;
} 
.newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: auto;
    top: 75%;
    padding: 50px 0;
    left: 50%;
    margin-left: 5%;
}
.newbiopage_intimateillusion .illusion_cap {
    position: absolute;
    left: 634px;
    max-width: 600px;
}
}


 @media (max-width: 1440px) and (min-width: 1280px) { 
   .newbiopage_mystery .mystery_cap {
    position: absolute;
    left: 0;
    right: 412px;
    margin: 0 auto;
    top: 100px;
   }
   .newbiopage_mystery .mystery_txt {
    width: 425px;
    margin: 0 auto;
   }
  .newbiopage_intimateillusion .decor img {
    height: 57vh;
}
.newbiopage_watchvideo .watch_btn {
    max-width: 420px;
    margin-left: 46%;
}
.newbiopage_arseniohall .show_arsenio_btn {
    max-width: 390px;
}
 .newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: auto;
    top: 66%;
    left: 50%;
    margin-left: 4%;
    padding: 50px 0;
}
.newbiopage_intimateillusion .illusion_cap {
    position: absolute;
    left: 188px;
      top: 0px;
    padding: 20px 0px;
}
.newbiopage_intimateillusion .illusion_cap img {
    width: 70%;
    margin-bottom: 20px;
}
.newbiopage_intimateillusion .illusion_cap p {
    text-align: justify;
    font-size: 18px;
    margin-bottom: 10px;
}
.newbiopage_illusionbio .bio_content {
    padding: 50px 0;
}

 } 

  @media (max-width: 1280px){
      .newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: auto;
    top: 66%;
    left: 50%;
    margin-left: 3%;
    padding: 50px 0;
}
}
 

 @media screen and (max-width: 1200px){
.newbiopage_performance .performance_section h3 {
        font-size: 68px;
    }
 .newbiopage_mystery .mystery_cap {
    position: absolute;
    left: 0;
    right: 285px;
     top: 78px;
}
.newbiopage_mystery .my_btn {
    max-width: 110px;
    font-size: 16px;
}

.newbiopage_watchvideo .watch_btn h3 {
    font-size: 30px;
}
.newbiopage_watchvideo .watch_btn {
    margin-left: 40%;
}
.newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: 302px;
    top: 69%;
}
.newbiopage_arseniohall .show_arsenio_btn h3{
 font-size: 30px;
}
.newbiopage_arseniohall .show_arsenio_btn{
max-width: 298px;
 margin-left: 0
   }
   .newbiopage_intimateillusion .decor img{
   height:42vh;
   }
.newbiopage_intimateillusion .illusion_cap {
    position: absolute;
    left: 40px;  
    max-width: 475px;
 }
 .newbiopage_intimateillusion .illusion_cap p{
   font-size:16px;
 }
.newbiopage_intimateillusion .illusion_cap img {
    width: 50%;
 }
 .newbiopage_illusionbio .bio_wrapper {
    max-width: 90%;
    }
 .newbiopage_illusionbio .bio_content {
    padding: 30px 0;
}
.newbiopage_illusionbio p {
       font-size: 16px;
}
.newbiopage_sixsens .bio_wrapper {
    max-width: 90%;
}
.newbiopage_sixsens p {
       font-size: 16px;
}
.newbiopage_thankyou .bio_wrapper {
    max-width: 90%;
}
.newbiopage_thankyou .sixsens_img img {
    width: 60%;
}
.newbiopage_thankyou p {
       font-size: 16px;
}
 }
 
 
@media screen and (max-width: 1024px){
     .newbiopage_performance .video_position{
     position: relative;
     }
    .newbiopage_performance .video_position .col-md-12{
    padding:0;
     } 
   .newbiopage_performance .performance_section {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -6px;
    margin-bottom:0;
    padding: 25px 15px;
    background-color: black;
    max-width:100%;
}   
    .newbiopage_mystery .mystery_txt {
    width: 500px;
    margin: 20px auto 0;
}
 .newbiopage_mystery .two_btn {
    margin-top: 25px;
}
.newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: 239px;
    top: 67%;
}
 .newbiopage_intimateillusion .decor img{
   height:42vh;
   } 
   .newbiopage_intimateillusion .illusion_cap p{
   font-size:16px;
 }
.newbiopage_intimateillusion .illusion_cap {
         padding: 20px 0px;
}
.newbiopage_intimateillusion .illusion_cap img {
    width: 50%;
    margin-bottom:20px;
}
}
  
@media screen and (max-height: 810px) {

.newsplash_content p img.miraclesLogo {
    max-width: 58.31vh;
    font-size: 22px;
}
.newsplash_page .container .newsplash_content p:first-child{ 
	margin-bottom: 1vh;
}
.newsplash_content p:nth-child(3), .newsplash_content p:nth-child(4){ 
	margin-bottom: 0;
}
.splash_video {
    width: 64.09vh;
    margin: 15px auto;
}
.splash_buttons a.btn {
	font-size: 19px;
}
.splash_buttons {
    width: 65.9vh;
    margin: 0 auto;
    margin-bottom: 4vh;
}
.newsplash_page .container .newsplash_content .splash_form p:first-child{ 
	margin-bottom: 0;
}
}
@media (min-width: 1279px) and (max-width: 1440px) and (orientation: landscape){
    .button_style {right: 12%;}
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){
    .newbiopage_intimateillusion .decor img { height: 48vh; }
}
@media (min-width: 1024px) and (max-width: 1366px) and (orientation: Portrait){
    .newbiopage_intimateillusion .decor img { height: 32vh; }
    .newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: 267px;
    top: 67%;
}

}

@media (min-width: 800px) and (max-width: 1280px) and (orientation: landscape){
    .newbiopage_intimateillusion .decor img { height: 61vh; }
    .button_style {right: 11%;}
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
    .newbiopage_intimateillusion .decor img { height: 54vh; }
} 
/* @media (min-width: 992px) and (max-width: 1199px){*/
/*.newbiopage_intimateillusion .decor img {*/
/*    height: 40vh;*/
/*}*/
/*} */
  
@media (max-width: 992px) and (min-width: 800px){
     .newbiopage_performance .video_ivan .video_position .performance_section {
    position: relative !important;
  }
 .newbiopage_performance .video_position{
     position: relative;
     }
 .newbiopage_performance .video_position .col-md-12{
    padding:0;
     } 
 .newbiopage_performance .performance_section {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -6px;
    margin-bottom:0;
    padding: 25px 20px !important;
    background-color: black;
    max-width:100%;
}  
.newbiopage_mystery .mystery_cap {
    position: absolute;
    left: 0;
    right: 248px;
    top: 54px;
}
.newbiopage_mysterytour .my_btn{
 max-width: 90px;
  font-size: 14px;
}
.newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: 22%;
    top: 60%;
}
.newbiopage_watchvideo .watch_btn {
    margin-left: 26%;
}
.newbiopage_intimateillusion .decor img {
    height: 52vh;
}
.newbiopage_intimateillusion .illusion_cap {
    position: absolute;
    left: 40px;
    max-width: 375px;
    padding:30px 0;
}
}
@media screen and (max-width: 768px){

 .newbiopage_performance .video_ivan .video_position .performance_section {
    position: relative !important;
  }
 .newbiopage_performance .video_position{
     position: relative;
     }
 .newbiopage_performance .video_position .col-md-12{
    padding:0;
     } 
 .newbiopage_performance .performance_section {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -6px;
    margin-bottom:0;
    padding: 25px 20px !important;
    background-color: black;
    max-width:100%;
}  
  .newbiopage_performance .performance_section h3 {
    font-size: 50px;
    margin-bottom:0;
}
.newbiopage_performance .performance_section h4 {
    font-size: 24px;
}
  .newbiopage_performance .performance_section h5 {
    font-size: 22px;
}
.newbiopage_performance .performance_section p {
    font-size: 16px;
    margin:0;
}

.newbiopage_mystery .mystery_cap {
    position: absolute;
    left: 0;
    right: 230px;
    top: 45px;
}
.newbiopage_mystery .mystery_txt p {
    font-size: 14px;
}
.newbiopage_mystery .my_btn {
    max-width: 90px;
    font-size: 14px;
}
 .newbiopage_watchvideo .watch_btn h3 {
    font-size: 22px;
}  
.newbiopage_mysterytour .my_btn{
 max-width: 90px;
  font-size: 14px;
}
.newbiopage_mysterytour .mystery_tour_cap {
    position: absolute;
    right: 24%;
    top: 60%;
}
.newbiopage_arseniohall .show_arsenio_btn h3 {
    font-size: 22px;
}  
.newbiopage_arseniohall .show_arsenio_btn {
    max-width: 220px;
}
.newbiopage_intimateillusion .illusion_cap {
    position: absolute;
    left: 40px;
    max-width: 390px;
}
.newbiopage_intimateillusion .decor img {
    height: 42vh;
}
.newbiopage_intimateillusion .illusion_cap p {
    font-size: 14px;
}.newbiopage_intimateillusion .illusion_cap{
padding-bottom:10px;
}
.newbiopage_illusionbio .bio_wrapper {
    max-width: 92%;
    padding: 0;
}
.newsplash_page .flesh_desk{
	display: none;
}
.newsplash_page .flesh_mob{
	display: block;
}
}

 @media screen and (max-width: 767px){
.newbiopage_mystery .mystery_cap, .newbiopage_mysterytour .mystery_tour_cap {
    position: relative;
 background: transparent;
}
.new_modal .modal-dialog {  max-width: 100%;    margin: 0 auto;}
.newmodal_main { width: 87%;}
.new_modal {padding-right:0px !important;}
.new_modal .modal-content {  background-size: 100% 100%;}
.newmodal-txt p {  font-size: 21px;  line-height: 28px;}
.newmodal-txt1 h3 {font-size: 26px;}
.newmodal-btn input[type='email'] { font-size: 19px; }
.newsplash_page .container .newsplash_content { width: 100%;  margin: 0 auto;  max-width: 430px; height: auto;  }
.newsplash_content p img.miraclesLogo { max-width: 430px;}
.my_btn { width: 140px; }
.newsplash_page .plashBg { position: relative; height: 100%; }
.page-template-flesh-template{  background-color: #000;}
.newsplash_page {  background-color: #000; height: auto; }
.splash_video {
    width: 100%;
}
.splash_buttons {
    width: 100%;
}
}
@media screen and (max-width: 640px){
      .newbiopage_performance .video_ivan .video_position .performance_section {
    position: relative !important;
  }
 .newbiopage_performance .video_position{
     position: relative;
     }
 .newbiopage_performance .video_position .col-md-12{
    padding:0;
     } 
 .newbiopage_performance .performance_section {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -6px;
    margin-bottom:0;
    padding: 25px 20px !important;
    background-color: black;
    max-width:100%;
}   .newbiopage_performance .performance_section h3 {
    font-size: 30px;
    margin-bottom:0;
}
.newbiopage_performance .performance_section h4 {
    font-size: 17px;
}
  .newbiopage_performance .performance_section h5 {
    font-size: 15px;
}
.newbiopage_performance .performance_section p {
    font-size: 14px;
    margin:0;
} 
.newbiopage_mystery .mystery_cap {
    position: relative;
     top: 0;
     right:0;
    background: #000000;
    padding:10px 0;
}
.newbiopage_mystery .mystery_txt {
    width: auto;
    margin: 20px 0;
}
.newbiopage_mysterytour .mystery_tour_cap {
    position: relative;
    right: 0;
    left:0;
    margin:0;
    top: -21px;
 padding: 10px 0 10px;
    background-color: black;
}
.newbiopage_mysterytour .mystery_tour_cap .two_btn {
    margin-top: 0;
}
.newbiopage_watchvideo .watch_btn {
    margin: 20px auto;
    width: 260px;
}
.newbiopage_watchvideo .watch_image {
    margin: 0 auto;
    text-align: center;
    margin-bottom:20px;
}

.newbiopage_arseniohall .show_arsenio_image{
margin: 0 auto;
    text-align: center;
  }
  
.newbiopage_arseniohall .show_arsenio_btn{
     margin: 20px auto;
    width: 260px;
    } 
.newbiopage_intimateillusion .illusion_cap {
    position: relative;
    left: 0;
    max-width: 100%;
    padding:10px 0 15px;
    background-color:#000000;
}
.newbiopage_intimateillusion .decor img {
    height: auto;
}
.newbiopage_intimateillusion .illusion_cap p {
    font-size: 14px;
}

.newmodal-title h3 {  font-size: 27px;}
.newmodal-btn input[type='email']{width:100%; font-size: 18px; padding: 8px 12px;  line-height: 25px;}
.newmodal-txt p { font-size: 20px; line-height: 26px;}
.newmodal-txt1 p { font-size: 21px;}
.new_modal .modal-content{background:#050609; border: 7px solid #d1d3d4; border-radius:0px;}
.new_modal .modal-dialog {   margin: 40px 20px; }
.newmodal_main {  width: 100%;  padding: 30px 15px;}
.new_modal .close { right: -12px;  top: -19px; }
.newmodal-txt1 h3 {  font-size: 22px;}
.newmodal-txt1 p { font-size: 18px;}
}

@media screen and (max-width: 600px){
      .newbiopage_performance .video_ivan .video_position .performance_section {
    position: relative !important;
  }
 .newbiopage_performance .video_position{
     position: relative;
     }
 .newbiopage_performance .video_position .col-md-12{
    padding:0;
     } 
 .newbiopage_performance .performance_section {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -6px;
    margin-bottom:0;
    padding: 25px 20px !important;
    background-color: black;
    max-width:100%;
}   .newbiopage_performance .performance_section h3 {
    font-size: 30px;
    margin-bottom:0;
}
.newbiopage_performance .performance_section h4 {
    font-size: 17px;
}
  .newbiopage_performance .performance_section h5 {
    font-size: 15px;
}
.newbiopage_performance .performance_section p {
    font-size: 14px;
    margin:0;
} 
.newbiopage_mystery .mystery_cap {
    position: relative;
     top: 0;
     right:0;
    background: #000000;
    padding:10px 0;
}
.newbiopage_mystery .mystery_txt {
    width: auto;
    margin: 20px 0;
}
.newbiopage_mysterytour .mystery_tour_cap {
    position: relative;
    right: 0;
    top: -21px;
    left:0;
    margin:0;
    padding: 10px 0 10px;
    background-color: black;
}
.newbiopage_mysterytour .mystery_tour_cap .two_btn {
    margin-top: 0;
}
.newbiopage_watchvideo .watch_btn {
    margin: 20px auto;
    width: 260px;
}
.newbiopage_watchvideo .watch_image {
    margin: 0 auto;
    text-align: center;
    margin-bottom:20px;
}

.newbiopage_arseniohall .show_arsenio_image{
margin: 0 auto;
    text-align: center;
  }
  
.newbiopage_arseniohall .show_arsenio_btn{
     margin: 20px auto;
    width: 260px;
    } 
.newbiopage_intimateillusion .illusion_cap {
    position: relative;
    left: 0;
    max-width: 100%;
    padding:10px 0 15px;
    background-color:#000000;
}
.newbiopage_intimateillusion .decor img {
    height: auto;
}
.newbiopage_intimateillusion .illusion_cap p {
    font-size: 14px;
}
}
  
@media screen and (max-width: 575px) {
.splash_form .searchform input[type="submit"] {
    width: 91px !important;
    height: 43px !important;
    margin-bottom: 0 !important;
}
}
@media screen and (max-width: 480px) {
.newbiopage_performance .video_ivan .video_position .performance_section {
    position: relative !important;
}
.newbiopage_performance .video_position{
    position: relative;
}
 .newbiopage_performance .video_position .col-md-12{
    padding:0;
} 
 .newbiopage_performance .performance_section {
    position: relative !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -6px;
    margin-bottom:0;
    padding: 25px 20px !important;
    background-color: black;
    max-width:100%;
}   .newbiopage_performance .performance_section h3 {
    font-size: 30px;
    margin-bottom:0;
}
.newbiopage_performance .performance_section h4 {
    font-size: 17px;
}
  .newbiopage_performance .performance_section h5 {
    font-size: 15px;
}
.newbiopage_performance .performance_section p {
    font-size: 14px;
    margin:0;
} 
.newbiopage_mystery .mystery_cap {
    position: relative;
     top: 0;
     right:0;
    background: #000000;
    padding:10px 0;
}
.newbiopage_mystery .mystery_txt {
    width: auto;
    margin: 20px 0;
}
.newbiopage_mysterytour .mystery_tour_cap {
    position: relative;
    right: 0;
    left:0;
    margin:0;
    top: -21px;
 padding: 10px 0 10px;
    background-color: black;
}
.newbiopage_mysterytour .mystery_tour_cap .two_btn {
    margin-top: 0;
}
.newbiopage_watchvideo .watch_btn {
    margin: 20px auto;
    width: 260px;
}
.newbiopage_watchvideo .watch_image {
    margin: 0 auto;
    text-align: center;
    margin-bottom:20px;
}

.newbiopage_arseniohall .show_arsenio_image{
margin: 0 auto;
    text-align: center;
  }
  
.newbiopage_arseniohall .show_arsenio_btn{
     margin: 20px auto;
    width: 260px;
    } 
.newbiopage_intimateillusion .illusion_cap {
    position: relative;
    left: 0;
    max-width: 100%;
    padding:10px 0 15px;
    background-color:#000000;
}
.newbiopage_intimateillusion .decor img {
    height: auto;
}
.newbiopage_intimateillusion .illusion_cap p {
    font-size: 14px;
}
.newmodal-txt p br{ display:none;}
 .newsplash_content p img.miraclesLogo {
    max-width: 100%;
}    
.splash_buttons a.btn {
	font-size: 18px;
}
} 
@media screen and (max-width: 375px) {
.splash_buttons a.btn {
    font-size: 16px;
	    padding: 3px 10px;
}
.splash_form {
    width: 290px;
}
.trusted_logo_slider .slick-track .slick-slide img {
	height: 80px;
}
}