/*  
Theme Name:     Relsites
Theme URI:      http://relsites.com
Description: 	Relsites Theme
Author:         Ariel Hein
Author URI: 	http://relsites.com
Version:        1.0
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,textarea,text {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	box-sizing: border-box;
}
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0; 
     } 
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* General */
.grecaptcha-badge {
	visibility: collapse !important;  
} 
html,body{
	height:100%;
	color: #787878;
} 
body{ 
	font-family: 'Alef', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 16px;
}
.container-fluid-no {
    width: 100%;
    padding: 0 15px;
}
.pageloader{
	background: url(images/spin.svg) 50% no-repeat #010101;
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
	display:block;
}
.light.pageloader{
	background: url(images/spin.svg) 50% no-repeat rgba(0,0,0,0.4);
}
.container-fluid {
    max-width: 1440px;
}
h1, h2, h3, h4, h5, h6, strong {
	font-family: 'Alef', sans-serif;
	font-weight: 700;
}
a {
	text-decoration:none;
}
a, a:hover, a:focus, input[type="submit"] {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
    max-width: 100%;
}
.animated {
    animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
}
.not-shown {
    visibility: hidden;
}
.visible.not-shown {
    visibility: visible;
}
/* Footer */
#footer {
    padding: 20px 0;
    background:url(images/footer-bg.jpg) 50% no-repeat #585958;
    background-size:cover;
    position: relative;
    z-index: 1;
    box-shadow: 0px -1px 6px 2px rgba(0,0,0,0.4);
}
.footer-nav {
    background-color: #a3a3a3;
    color: #fff;
	padding:16px 20px 12px;
}
nav.footer-navigation {
    float: none;
    margin-bottom: 20px;
}
.footer-logo {
    float: left;
}
ul#menu-footer li:before {
    content: "|";
    display: inline-block;
    margin: 0 3px 0 7px;
    position: relative;
    top: -1px;
    font-size: 12px;
}
ul#menu-footer li:first-child:before{
	display:none;
}
ul#menu-footer li {
    display: inline-block;
	font-size:14px;
}
ul#menu-footer li a{
	color:#58595b;
}
.rights {
	font-size: 12px;
    line-height: 1.4;
    color: #fff;
    padding-top: 0;
    margin-bottom: 0;
}
span.logo-divider {
    margin: 0 8px;
    position: relative;
    top: -4px;
    font-size: 20px;
}

ul.post-shares {
    text-align: right;
    padding: 45px 0 0;
}
ul.post-shares li {
    display: inline-block;
    margin: 0 15px;
    text-align: center;
}
ul.post-shares li a {
    color: #f3cbcb;
    background-color: #cf2723;
    font-size: 45px;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    box-shadow: 0px 3px 1px 1px rgba(0,0,0,0.75);
}
ul.post-shares li a:hover {
    background: #2f2f2f;
    color: #c3b5b5;
}

ul#socials-wrapper {
    text-align: left;
    padding: 10px 0 0;
    direction: ltr;
}
ul#socials-wrapper li {
    display: inline-block;
    margin: 0 5px 0 0;
    text-align: center;
}
ul#socials-wrapper li a {
    color: #191919;
    background-color: #fff;
    font-size: 18px;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    box-shadow: 0px 3px 1px 1px rgba(0,0,0,0.75);
}
ul#socials-wrapper li a:hover {
    background: #cf2723;
    color: #fff;
}
img.all-partnters {
    margin: 20px auto 0;
    width: auto;
    max-width: 100%;
}
/* Footer ENDS*/
/* header */ 
.header-wrapper {
    z-index: 9;
    position: fixed;
    width: 100%;
    background: #1a1a1a;
    height: 60px;
}
.header-spacer{
	height:60px;
	margin-bottom:0;
}	
header#masthead {
    height: auto;
    width: 100%;
    padding: 5px 0 0;
}
#logo {
	position: absolute;
	bottom: 2vh;
	left: 0;
	right: 0;
	max-width: 30vw;
	margin: auto;
	z-index: 4;
	
	-webkit-animation-name: move-layer-3;
	-webkit-animation-duration: 47s;
	animation-name: move-layer-3;
	animation-duration: 47s;
	animation-iteration-count: infinite;	
	}
nav#site-navigation {
    float: right;
}
nav#site-navigation ul li {
    display: inline-block;
    list-style-type: none;
}
nav#site-navigation ul li:before {
    content: '|';
    color: #fff;
    margin: 0 15px 0 23px;
    position: relative;
    top: 0px;
}
nav#site-navigation ul li:first-child:before {
    display: none;
}
nav#site-navigation ul li.tickets a {
    background: #cf2723;
    padding: 0 20px;
    font-weight: 700;
    border-radius: 13px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    position: relative;
    top: 0px;
    color: #fff !important;
}
nav#site-navigation ul li.tickets a:focus,
nav#site-navigation ul li.tickets a:hover {
    color: #fff;
    opacity: 0.95;
}
nav#site-navigation ul li.tickets:before {
    display: none;
}
nav#site-navigation ul li.tickets {
    margin-right: 20px;
}
nav#site-navigation ul li a {color: #fff;font-size: 24px;}
nav#site-navigation ul li a:hover,
nav#site-navigation ul li a:focus,
nav#site-navigation ul li.current-menu-item a {
    color: #cf2723;
}
 
/* Front Page */
section#section-1 {
    height: calc( 100vh - 60px);
    position: relative;
    z-index: 2;
}
section#section-1:after{
    background: url(images/redline.jpg) 50% 0 no-repeat;
    width: 100%;
    height: 7px;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    background-size: cover;
}
.mobile-buy-tickets{display:none;}
.poster-wrapper{
	width:100%;
	overflow:hidden;
	height:100%;
	display:block;
}
section#section-1 .poster{
    /*width: 105.5vw;
    background-size: cover;
    background-position: 50% 0;
    -webkit-animation-name: move-layer-2; 
    -webkit-animation-duration: 12s;
    animation-name: move-layer-2;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    height: 100%;
    position: relative;
    right: -5.5vw;
	background-color:#1a1a1a;   */
	width: 100%;
    background-size: cover;
    background-position: 50% 0;
    height: 100%;
    position: relative;
	background-color:#010101;
}
img.pl {
    position: absolute;
}
img.pl.pl1 {
	z-index:3;
	max-width: 80%;
	bottom: 0;
	right: 0;
	-webkit-animation-name: move-layer-2;
	-webkit-animation-duration: 47s;
	animation-name: move-layer-2;
	animation-duration: 47s;
	animation-iteration-count: infinite;
}
img.pl.pl2 {
z-index: 2;
    left: 0;
    max-width: 25%;
    bottom: 11vh;
	
    -webkit-animation-name: move-layer-1; 
    -webkit-animation-duration: 47s;
    animation-name: move-layer-1;
    animation-duration: 47s;
    animation-iteration-count: infinite;	
}
img.pl.pl3 {
	z-index:1;
	right: 0;
	bottom: 11vh;
	max-width: 25%;
	-webkit-animation-name: move-layer-1;
	-webkit-animation-duration: 47s;
	animation-name: move-layer-1;
	animation-duration: 47s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes move-layer-1 {
  0% { transform: translateX(0); }
/*40% { transform: translateX(-0.5vw); } */
  25% { transform: translateX(0.65vw); }
  75% { transform: translateX(-0.65vw); }
/*70% { transform: translateX(-0.5vw); }*/
  100% { transform: translateX(0); }
}
@keyframes move-layer-1 {
  0% { transform: translateX(0); }
/*40% { transform: translateX(-0.5vw); } */
  25% { transform: translateX(0.65vw); }
  75% { transform: translateX(-0.65vw); }
/*70% { transform: translateX(-0.5vw); } */
  100% { transform: translateX(0); }
}
@-webkit-keyframes move-layer-2 {
  0% { transform: translateX(0); }
/*40% { transform: translateX(-0.5vw); } */
  25% { transform: translateX(-1.85vw); }
  75% { transform: translateX(1.85vw); }
/*70% { transform: translateX(-0.5vw); }*/
  100% { transform: translateX(0); }
}
@keyframes move-layer-2 {
  0% { transform: translateX(0); }
/*40% { transform: translateX(-0.5vw); } */
  25% { transform: translateX(-1.85vw); }
  75% { transform: translateX(1.85vw); }
/*70% { transform: translateX(-0.5vw); } */
  100% { transform: translateX(0); }
}
@-webkit-keyframes move-layer-3 {
  0% { transform: translateX(0); }
/*40% { transform: translateX(-0.5vw); } */
  25% { transform: translateX(-4vw); }
  75% { transform: translateX(4vw); }
/*70% { transform: translateX(-0.5vw); }*/
  100% { transform: translateX(0); }
}
@keyframes move-layer-3 {
  0% { transform: translateX(0); }
/*40% { transform: translateX(-0.5vw); } */
  25% { transform: translateX(-4vw); }
  75% { transform: translateX(4vw); }
/*70% { transform: translateX(-0.5vw); } */
  100% { transform: translateX(0); }
}
.timer-clock-wrapper{
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	display: inline;
	max-width: 620px;
}
.flip-clock-wrapper {
    margin: 0;
    zoom: 0.825;
    -moz-transform: scale(0.725);
}
.flip-clock-divider .flip-clock-label {
    font-family: 'Alef', sans-serif;
    font-weight: 400;
    top: auto;
    color: #fff;
    bottom: -35px;
    font-size: 29px;
    right: -94px !important;
    z-index: 999;
}
a.dtb {
    position: absolute;
    bottom: -100px;
    left: 7vw;
    max-width: 13vw;
    z-index: 9;
}
a.dtb img.on{
	display:none;
}
a.dtb:focus img.off{
	display:none;
}
a.dtb:focus img.on{
	display:block;
}

section#section-2 {
    min-height: 86vh;
    background-image:url(images/section-2-bg.jpg);
    background-size: cover;
    background-position: 50% 100%;
    position: relative;
    margin-top: -4px;
    z-index: 1;
}
.sec-2-sl {
	position: absolute;
    width: calc(50% - 430px);
    bottom: 5vh;
    max-height: 80%;

}
.right-slider.sec-2-sl {
    right: 0;
	direction: ltr;
}
.left-slider.sec-2-sl {
    left: 0;
	direction: rtl;
}
.entry-content-wrapper{
	color:#fff;
	max-width:800px;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size: 30px;
	line-height: 1.3;
	padding:60px 15px;
}
.entry-content-regular {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    margin: 60px auto 0;
    max-width: 1040px;
}
.entry-content-regular p {
    margin-bottom: 20px;
}
.entry-content p {
    margin-bottom: 20px;
}
/* wpcf7 */
form.wpcf7-form.invalid {
    position: relative;
}
div.wpcf7 {
    margin: 40px 0;
}
div.wpcf7 h3{
	font-size:53px;
	line-height:1.1;
	margin-bottom: 10px;
}
p.sm-msg {
    font-size: 20px;
    margin-bottom: 20px;
}
.rel-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rel-fields > .rel-field {
    width: 48%;
    margin-bottom: 30px;
    position: relative;
}
.rel-fields > .rel-field input {
    width: 100%;
}
.rel-fields > .rel-field input[type="text"],
.rel-fields > .rel-field input[type="email"]{
    background-image: url(images/field-bg.jpg);
    border: 0 none;
    background-size: cover;
    text-indent: 10px;
    background-position: 50% 0;
	color: #000;
}
.rel-fields > .rel-field input[type="checkbox"] {
    width: auto;
}
span.wpcf7-list-item-label {
    font-size: 17px;
}
span.wpcf7-form-control-wrap.checkbox-477 {
    width: 100%;
    display: block;
    text-align: right;
}
span.wpcf7-list-item.first.last {
    margin: 0;
}
.rel-fields > .rel-field input[type="submit"]{
    background-image: url(images/submit-bg.jpg);
    border: 0 none;
    background-size: cover;
    background-position: 50% 0;
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    padding: 5px 0;
  text-shadow: 2.5px 4.33px 0px rgba(0, 0, 0, 0.3);
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: 0 none !important;
    font-size: 20px;
    text-align: right;
    position: absolute;
    bottom: -10px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
div#submit-pp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #191919;
    display:none;
}
img.submit-pp-img {
    position: relative;
    margin: 0 auto;
    top: 10vh;
}
a.close-pp {
    color: #fff;
    font-size: 70px;
    position: absolute;
    left: 1vw;
    top: 1vh;
    transform: rotate(45deg);
    line-height: 35px;
}
/* Tickets Page */
.tickets-content-wrapper {
    position: relative;
    width: 860px;
    max-width: 100%;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.7);
}
.tickets-content-wrapper h1.entry-title {
    background: 0 none;
    width: 100%;
    max-width: 100%;
}
.tickets-content-wrapper .entry-content p {
    display: flex;
    flex-wrap: wrap;
}
.tickets-content-wrapper .entry-content p br {
    display: none;
}
.tickets-content-wrapper .entry-content p a {
    width: calc(33.33333% - 40px);
    display: block;
    text-align: center;
    margin: 0 20px 20px;
}
.tickets-content-wrapper .entry-content a {
    display: block;
    width: 50%;
    text-align: center;
}
.tickets-content-wrapper .entry-content a img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* Inner pages */
#inner-main-content{
	background:url(images/bg-new.jpg) 50% no-repeat;
	background-size:cover;
    background-attachment: fixed;
	min-height: calc( 100vh - 290px);
	padding: 30px 15px;
}
h1.entry-title{
	background: url(images/h1-bg-new.png) 50% no-repeat;
    background-size: cover;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 465px;
    font-size: 62px;
    line-height: 1;
    min-height: 100px;
    font-weight: 700;
    padding: 20px 0;

}
h1.entry-title span {
    transform: rotate(0.7deg);
    display: inline-flex;
}
/* video galery */
.video-gallery {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1230px;
    margin: 40px auto 0;
}
.video-gallery > a {
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 48%;
}
.video-gallery > a h3 {
    color: #fff;
    font-size: 22px;
}
.video-gallery a i {
	position: absolute;
    font-size: 39px;
    width: 38px;
    height: 27px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    color: #ff0000;
    background: #fff;
    line-height: 27px;
    border-radius: 100%;
    opacity: 0.7;
}
.video-gallery a img {
    /*max-width: 248px;*/
    max-width: 100%;
    margin: 0 auto;
}
img.security-dude {
    margin: 0 auto;
    position: relative;
    top: 48px;
    margin-top: -100px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    width: 50px;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 7%;
    bottom: 10%;
    left: 9%;
    right: auto;
    background: url(images/close-new.png) 50% no-repeat;
    background-size: cover;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0,0,0,0);
}


.vg-content {
    max-width: 1230px;
    margin: 20px auto 0;
} 
/* Posters */
.posters-gallery {
    max-width: 800px;
    margin: 40px auto 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    width: 100%;
}
.dl-itm-wrapper {
    position: relative;
}
.dl-itm-wrapper h3 {
    color: #fff;
    margin-top: 9px;
}
.posters-gallery a.lb-anc {
    margin: 40px 10px 0px;
    position: relative;
    border-color: #fff;
    border-style: solid;
    border-width: 8px 5px;
    box-shadow: 4px 5px 3px 1px rgba(0,0,0,0.8);
	display:block;
}
.posters-gallery.cast-format a.lb-anc {
	border:0 none;
}
.posters-gallery.cast-format .dl-itm-wrapper {
	width:33.333333333%
}
.posters-gallery a.lb-anc img {
    margin: 0 auto;
	width:100%;
}
.posters-gallery  a.dl-arr {
    content: '';
    position: absolute;
    background: url(images/download-btn.png) 50% no-repeat;
    width: 32px;
    height: 32px;
    bottom: 15px;
    left: 0;
    right: 0;
	z-index: 2;
    margin: auto;
}
.nivo-lightbox-image {
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 15px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    margin: 0 auto;
}
/* Dont Touch page */
#inner-main-content.rdtp{
    position: relative;
    min-height: 39vw;
}
h1.entry-title.large-entry-title {
    max-width: 710px;
}
a.rdtb {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 13vw;
    max-height: 13vw;
    z-index: 9;
}
a.rdtb img.on{
	display:none;
}
a.rdtb:focus img.off{
	display:none;
}
a.rdtb:focus img.on{
	display:block;
}
img.rdt-head, img.rdt-hand-l, img.rdt-hand-r {
    position: absolute;
}
img.rdt-head{
	left: 26vw;
	right: 0;
	margin: auto;
	max-width: 13vw;
	top: 160px;
}
img.rdt-hand-l {
    left: 39vw;
    bottom: 0;
    right: 0;
    max-width: 13vw;
    margin: auto;
}
img.rdt-hand-r {
    left: 0;
    right: 26vw;
    margin: auto;
    max-width: 13vw;
    max-height: 13vw;
    bottom: 100px;
}
/* Secret Page */
div#inner-main-content.secret-page-wrapper {
    padding: 0 15px;
    min-height: auto;
}
.secret-page:after,
.secret-page:before {
    content: '';
    background-image: url(images/secret-sides-decos.png);
    position: absolute;
    display: block;
    height: 100%;
    width: 170px;
    top: 0;
    background-size: cover;
    background-position: 50% 0;
}
.secret-page:after {
    right: -170px;
}
.secret-page:before {
    left: -170px;
}
.secret-page {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    position: relative;
    display: block;
    padding: 30px 0;
}
.secret-page h1.entry-title.large-entry-title {
    background: 0 none;
    color: #fa001c;
    font-size: 78px;
    margin-bottom: 0;
    letter-spacing: -2px;
}
.secret-page iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.secret-page div.wpcf7 h3.cf-top {
	font-size: 36px;
    text-align: center;
    margin: 10px auto;
}
.secret-page .rel-fields > .rel-field {
    width: 27.5%;
    margin-bottom: 0;
}
.secret-page .rel-fields > .rel-field:last-child {
    width: 13%;
}
.secret-page div.wpcf7 {
    background: #111111;
    padding: 0 20px;
    max-width: 90%;
    margin: 40px auto 0;
}
.secret-page .rel-fields > .rel-field input[type="submit"]{
    font-size: 26px;
    width: 100%;
}
img.m2 {
    left: -1vw;
    margin: auto;
    max-width: 15vw;
    max-height: 15vw;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
img.m1 {
    right: -3vw;
    margin: auto;
    max-width: 15vw;
    max-height: 15vw;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}

/* VR Page */
#inner-main-content.vr-page{
	background-image:url(images/vr-bg.jpg);
	padding: 30px 15px 0;
}
.vr-content-wrapper{
	width:100%;
	max-width: 745px;
	margin:0 auto;
}
h1.entry-title.vr-title {
    background-image: none;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
h1.entry-title.vr-title img {
    margin: 0 auto;
}
.vr-content {
    font-size: 23px;
    line-height: 1;
    text-align: center;
    color: #a6edff;
    position: relative;
    z-index: 8;
}
.vr-content h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
img.vr-aron {
    margin-top: -100px;
    position: relative;
    left: 85px;
}
.form-wrapper {
	display: flex;
	align-items: flex-start;
	position: relative;
}
form#SnedFormToLmd {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 96, 255);
    background-color: rgb(0, 96, 255, 0.1);
    padding: 15px;
    border-radius: 3px;
    position: relative;
    left: 10vw;
    top: 1vw;
    min-width: 280px;
}
form#SnedFormToLmd input {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background-color: #14163e;
    border: 0 none;
    color: #fff;
    font-size: 24px;
    text-indent: 10px;
}
form#SnedFormToLmd input#send {
    font-size: 45px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 0;
}
form#SnedFormToLmd ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
form#SnedFormToLmd ::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
form#SnedFormToLmd :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
form#SnedFormToLmd :-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.form-notification {
    position: absolute;
    color: #fff;
    font-size: 25px;
    bottom: 0;
    left: 0;
    font-weight: 700;
}
.form-notification.false {
    color: red;
    background: #fff;
    padding: 0 10px;
}
.form-notification.success {
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0.9);
    text-align: center;
    font-size: 45px;
    color: #14163e;
    bottom: auto;
    line-height: 1.3;
    padding: 30px 95px;
}
@media only screen and (max-width: 1400px){
	nav#site-navigation ul li a {
		color: #fff;
		font-size: 17px;
		margin-top: 13px;
	}	
}

@media only screen and (max-width: 945px){
	
	.tickets-content-wrapper .entry-content p a {
		width: calc(50% - 12px);
		margin: 0 6px 20px;
	}	
	.mobile-buy-tickets {
		display: inline-block;
		position: relative;
		top: 7px;
		right: 50px;
		margin: auto;
		width: auto;
		text-align: center;
		color: #fff;
		background: #cf2723;
		padding: 2px 12px;
		font-weight: 700;
		border-radius: 13px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	}	
	.mobile-buy-tickets:hover,
	.mobile-buy-tickets:focus{
		color:#fff;
	}
	#menu-toggler {
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
		background-color: transparent;
		height: 28px;
		width: 35px;
		z-index: 999999;
	}
	#menu-toggler span {
		display: block;
		background-color: #cf2723;
		width: 100%;
		height: 4px;
		margin-bottom: 7px;
		border-radius: 3px;
	}
	nav#site-navigation {
		position: fixed;
		width: 100%;
		right: -100%;
		top: 60px;
		background-color: rgba(0,0,0,0.85);
		z-index: 99999;
		padding-top: 0;
		height: 100%;
		
		box-shadow: 1px 1.732px 10px 0px rgba(0, 0, 0, 0.25);
	}
	nav#site-navigation ul {
		padding: 15px 15px 0;
		text-align: right;
	}
	nav#site-navigation ul li{
		display: block;
		line-height: 1.5;
	}
	nav#site-navigation ul li:before{display:none;}
	nav#site-navigation ul li.tickets {
		margin-right: 0;
		margin-top: 30px;
		display: none;
	}
	/* Hp */
	section#section-1 {
		height: calc( 35vh - 60px);
		position: relative;
		z-index: 2;
	}	
	section#section-1 .poster.mobile-poster {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 100%;
	}	
	img.pl.pl1,
	img.pl.pl2,
	img.pl.pl3 {
		display:none;
	}	
	.timer-clock-wrapper {
		max-width: 264px;
	}	
	.flip-clock-wrapper {
		margin: 0;
		zoom: 0.425;
		-moz-transform: scale(0.425);
	}	
	#logo {
		bottom: -5vh;
		max-width: 60vw;
		animation-name: initial;
	}
	a.dtb {
		bottom: -28px;
		left: 2vw;
		max-width: 16vw;
	}
	div.wpcf7 h3 {
		font-size: 26px;
	}
	.rel-fields > .rel-field {
		width: 100%;
	}
	div.wpcf7 {
		margin: 40px 0 0;
	}
	.entry-content-wrapper {
		font-size: 18px;
	}
	.rel-fields > .rel-field input[type="submit"] {
		font-size: 35px;
	}
	.rel-fields > .rel-field input[type="text"], .rel-fields > .rel-field input[type="email"] {
		font-size: 21px;
		padding: 10px 0;
	}
	ul#socials-wrapper {
		text-align: center;
		padding: 8px 0 0;
		float: left;
	}
	ul.post-shares {
		text-align: center;
		padding: 20px 0 0;
	}
	ul.post-shares li a {
		color: #f3cbcb;
		background-color: #cf2723;
		font-size: 32px;
		display: block;
		width: 50px;
		height: 50px;
		border-radius: 100%;
		line-height: 50px;
		box-shadow: 0px 3px 1px 1px rgba(0,0,0,0.75);
	}	
	/* Inner Page */
	.entry-content-regular {
		font-size: 21px;
		margin: 20px auto 0;
	}	
	h1.entry-title.large-entry-title,
	h1.entry-title {
		max-width: 100%;
		font-size: 45px;
		line-height: 1;
		min-height: auto;
		padding: 20px 0;
	}
	.video-gallery {
		justify-content: center;
		margin: 20px auto 0;
	}
	
	.video-gallery a img {
		max-width: 100%;
	}	
	.video-gallery > a {
		width: 45%;
		margin: 0 2.5% 20px;
	}
	.posters-gallery.cast-format .dl-itm-wrapper,
	.posters-gallery .dl-itm-wrapper {
		width: 50%;
	}
	
	#inner-main-content.rdtp {
		position: relative;
		min-height: 65vh;
	}	
	img.rdt-head, img.rdt-hand-r, img.rdt-hand-l {
		max-width: 34vw;
		max-height: 50vw;
	}
	a.rdtb {
		max-width: 35vw;
		max-height: 35vw;
	}
	img.rdt-head {
		left: auto;
		top: 127px;
		right: 10vw;
	}
	img.rdt-hand-r {
		right: 60vw;
		bottom: 65px;
	}
	img.rdt-hand-l { 
		left: auto;
		bottom: 25px;
		right: 4px;
	}
	.secret-page:after, .secret-page:before{display:none;}
	.secret-page h1.entry-title.large-entry-title {
		font-size: 40px;
		margin-bottom: 10px;
		min-height: auto;
	}	
	.secret-page img {
		display: none;
	}
	.secret-page div.wpcf7 {
		max-width: 100%;
	}
	.secret-page .rel-fields > .rel-field {
		width: 100%;
		margin-bottom: 20px;
	}
	.secret-page .rel-fields > .rel-field:last-child {
		width: 100%;
		margin-bottom: 0;
	}
	.form-wrapper {
		display: block;
	}
	form#SnedFormToLmd {
		left: 0;
		top: 0;
	}	
	.vr-content {
		font-size: 24px;
		position: relative;
		z-index: 3;
	}
	.vr-content br{
		display:none;
	}
	#inner-main-content.vr-page {
		padding: 0 15px;
		background-color:#003C6E;
	}
	
	img.vr-aron {
		margin-top: -210px;
		position: relative;
		opacity: 0.6;
	}	
	.form-notification.false { 
		color: red;
		background: #fff;
		padding: 0 10px;
		position: absolute;
		font-size: 25px;
		bottom: -50px;
		left: 0px;
		font-weight: 700;
		z-index: 99;
		text-align: center;
		line-height: 1.1;
		padding: 10px;
	}
	.form-notification.success {
		z-index: 999;
		font-size: 25px;
		padding: 10px;
	}	
}
@media only screen and (max-width: 1040px) and (min-width: 768px){
	.posters-gallery .dl-itm-wrapper {
		width: 25%;
	}	
}