@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300&subset=latin,latin-ext);
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type='number'] {
    -moz-appearance:textfield;
}

/*--NORMALIZE---*/
* {padding: 0; margin: 0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;} abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}
a {
   outline: 0;
}
/*--NORM END--*/

 * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-ms-user-select: none;
}
 
 
input::-webkit-input-placeholder { 
    color:   rgba(37,43,81,0.6);
}
input::-moz-placeholder { 
    color:    rgba(37,43,81,0.6);
}
input::-moz-placeholder { 
    color:    rgba(37,43,81,0.6);
}
input::-ms-input-placeholder { 
    color:    rgba(37,43,81,0.6);
}  
select::-ms-expand {
    display: none !important;
}
 

/*body {overflow-y: hidden;}*/
body, html {width: 100%; overflow-x: hidden;}   
body.stopscroll, html.stopscroll  {overflow-y: hidden;}

body {
font-family: 'Open Sans',Segoe Ui, Arial, Helvetica, sans-serif;
text-align: left;
background-color: #000;
color: #fff;
}

a {color: #1146cc;}
a:hover {color: #007aff;}
div, span, .bbox, ul, li, ul li a {
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}



html {
overflow-y: auto;
}

body {
overflow-y: hidden;
}



.tr-all2 {
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
}

.tr-all3 {
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}









.pagenav-wrapper {
position: absolute;
width: 100%;
left: 0;
display: inline-block;
float: left;
height: auto;
background-color: rgba(0,0,0,0.0);
text-align:center;
padding-top: 110px;
transition: background 0.3s ease;
-webkit-transition: background 0.3s ease;
-moz-transition: background 0.3s ease;
z-index: 9000;
}


.pagenav-wrapper.sticky {
height: 64px;
padding-top: 0;
position: fixed;
background-color: rgba(0,0,0,0.5);
}



.pagenav-inner {
width: 1170px;
display: inline-block;
margin: 0 auto;
text-align: left;
height: 64px;
padding: 0 10px;
}


.logo {
display: inline-block;
float: left;
width: 140px;
height: 64px;
position: relative;
}

.logo-top {
display: inline-block;
float: left;
width: 140px;
height: 82px;
position: absolute;
top: -64px;
left:0;
}

.pagenav-wrapper.sticky .logo-top {
opacity: 0;
top: -110px;
}


.logo-bottom {
display: inline-block;
float: left;
width: 140px;
height: 64px;
}
.logo-bottom {
padding-top: 18px;
}

.logo-film {
width: 40px;
height: 15px;
position: absolute;
bottom: 0;
left: 50px; 
}
.pagenav-wrapper.sticky .logo-film {
left: 150px;
bottom: 26px;
}



.mainnav-wrapper {
float: left;
margin-left: 100px;
}
.mainnav {
display: inline-block;
float: left;
}

.mainnav li {
list-style: none;
display: inline-block;
float: left;
height: 64px;
}

.mainnav li a {
color: #fff;
height: 64px;
line-height: 64px;
padding: 0 10px;
text-transform: uppercase;
font-size: 15px;
text-decoration: none;
font-weight: 600;
}

.lang-select {
height: 64px;
display: inline-block;
float: right;
line-height: 20px;
padding: 22px 0;
color: #8c8c8c;
}

.lang-select a {
color: #8c8c8c;
text-decoration: none;
padding: 0 10px;
text-transform: uppercase;
}










section.page-section {
width: 100%;
display: block;
float: left;
text-align: center;
min-height: 100vh;
background-position: center;
background-size: cover;
background-attachment: fixed;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
}

.section-home {
background-image: url('../img/main-bg.jpg');
}
.section-filming {
/*background-image: url('../img/filming-bg.jpg');*/
background-color: #eee;
}

.section-services {
background: url('../img/services-bg.jpg');
}

.section-locations {
background: url('../img/locations-bg.jpg');
}

.section-partners {
background: url('../img/partners-bg.jpg');
}
.section-references {
background-image: url('../img/references-bg.jpg');
}

.section-contact {
background-image: url('../img/cam.jpg');
}

.section-about {
background-image: url('../img/aboutus-bg.jpg');
overflow: hidden;
}

.section-about:after {
width: 100%;
content: '';
opacity: 0.3;
height: 100%;
bottom: 0;
top: 0;
position:absolute;
left:0;
z-index: 1;
display: inline-block;
float: left;
background-image: url('../img/filmgrain2.gif');
overflow: hidden;
}


.section-about .gradient-overlay {
content: '';
width: 100%;
height: 100%;
min-height: 100vh;
position: relative;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.45) 58%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 58%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.45) 58%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
display: inline-block;
float: left;
overflow: hidden;
top: 0;
left: 0;
right: 0;
z-index: 10;
padding-bottom: 40px;
}

.section-about video {
 position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 5;
    transform: translateX(-50%) translateY(-50%);
  background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}




.section-inner {
width: 1170px;
display: inline-block;
margin: 0 auto;
text-align: left;
height: auto;
min-height: 500px; 
position: relative;
padding-top: 85px;
padding-bottom: 6vh;
overflow: hidden;
}


.page-section .section-text ul li {
margin-left: 20px;
}





.section-half {
width: 50%;
display: inline-block;
float: right;
margin: 0;
text-align: left;
height: auto;
position: relative;
}

.section-text 
{
padding: 10px;
display: inline-block;
float: left;
width: 100%;
color: #fff;
font-size: 16px;
line-height: 26px;
padding-bottom: 50px;
}


.section-text {
/*max-height: 700px;*/
overflow: hidden;
overflow-y: auto;
z-index: 100;
position: relative;
}

.section-text::-webkit-scrollbar {
    width: 6px;
}
 
.section-text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 

.section-text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #d541c2; 

}
.section-text::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}





.section-title {
display: inline-block;
float: left;
width: 100%;
padding-left: 315px;
padding-bottom: 20px;
text-align: left;
}

.section-title.nospace {
padding-left: 10px !important;
}



.section-title .ttext {
display: inline-block;
float: left;
width: 100%;
line-height: 30px;
font-size: 20px;
text-transform: uppercase;
color: #b2b2b2;
}

.section-title h2 {
font-weight: 700;
color: #fff;
font-size: 34px;
line-height: 40px; 
display: inline-block;
float: left;
width: 100%;
text-transform: uppercase;
}

.section-title .bline {
width: 100px;
height: 4px;
display: inline-block;
float: left;
margin-top: 10px;
background: #e844d3;
} 












footer {
width: 100%;
min-height: 230px;
background-color: #222;
height: auto;
display: inline-block;
float: left;
text-align: center;
}

.footer-inner {
padding: 30px 10px;
width: 1170px;
display: inline-block;
margin: 0 auto;
text-align: left;
}
.footer-inner-bottom {
padding: 0;
width: 100%;
display: inline-block;
text-align: left;
}


.footer-logo {
position:relative;
display: inline-block;
}

.footer-logo img {
border: 0;
display: inline-block;
float: left;
}

.footer-logo span {
position: absolute;
bottom: -25px;
left: 0;
font-size: 13px;
text-decoration: none;
text-align:center;
color: #fff;
display: inline-block;
width: 100%;

}

footer a.mailto-link {
  font-size: 13px;
    text-decoration: none;
    color: #fff;  
    vertical-align: middle;
    margin-left: 2em;
}

.smlogofilm {
width: 195px;
height: 140px;
float: left;
}


.smlogo, .mologo {
width: 165px;
height: 140px;
float: right;
}

.footer-social {
height: 140px;
display: inline-block;
float: left;
text-align:center;
width: 600px;
padding-top: 40px;
}


.social-icon {
width: 39px;
height: 39px;
display: inline-block;
margin: 5px;
background-size: 38px auto;
background-repeat: no-repeat;
background-position: center;
vertical-align: middle;
}

.fb-icon {background-image: url('../img/footer-icon-fb.png');}
.gp-icon {background-image: url('../img/footer-icon-gp.png');}
.tw-icon {background-image: url('../img/footer-icon-tw.png');}
.li-icon {background-image: url('../img/footer-icon-li.png');}


.footer-inner-bottom {
padding-top: 10px;
color: #9e9e9e;
font-size: 13px;
}
.footer-inner-bottom strong {color: #fff;}

.footer-inner-bottom a {color: #9e9e9e;text-decoration: none;}
.footer-inner-bottom a:hover {text-decoration: underline;}


.ft-text-left {
display: inline-block;
float: left;
}

.ft-text-right {
display: inline-block;
float: right;
}

.ft-text-right a {
width: 165px;
text-align:center;
float: right;
}

.center {
text-align: center;
}















.welcome {
position: absolute;
top: 50%;
left: 0;
width: 100%;
text-align: center;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}

.welcome h1 {
width: 100%;
font-size: 70px;
letter-spacing: -2px;
}

.welcome h1 span {
color: #e844d3;
}
.welcome p {
font-size: 22px;
line-height: 28px;
font-weight: 300;
}



.clapperbase {
display: inline-block;
position: absolute;
top: 0;
left: 0;
float: left;
width: 100%;
height: 43px;
background-image: url('../img/csapobg2.png');
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
z-index: 50;
}


.clapperpin {
height: 88px;
width: 93px;
position: absolute;
top: -36px;
left: 0;
background-image: url('../img/csapozsaner.png');
background-repeat: no-repeat;
background-position: top left;
background-size: cover;
z-index: 55;
}


.clapperboard {
width: 560px;
height: 380px;
position: relative;
background-color: #333;
display: inline-block;
margin: 0 auto;
margin-top: 80px;
padding: 60px 20px 25px 20px;
background-image: url('../img/csapobg.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}





.clapperboard .csapotop {
display: inline-block;
position: absolute;
top: -43px;
left: 0;
float: left;
width: 100%;
height: 43px;
transform: rotate(0);
-webkit-transform: rotate(0);
background: #007aff;
transform-origin: 0 43px;
-webkit-transform-origin: 0 43px;
background-image: url('../img/csapotop.jpg');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}


.clapperinner {
width: 100%;
height: 100%;
display: inline-block;
overflow: auto;
background: transparent;
position: relative;
}
/*
.scrollUp,
.scrollDown {
width: 20px;
height: 20px;
border-radius: 3px;
background-color: transparent;
cursor: pointer;
color: #fff;
text-align:center;
line-height: 20px;
font-size: 18px;
position: absolute;  
right: 13px;
}

.scrollUp:hover,
.scrollDown:hover {
background-color: #5a5a5a;
transition: all 0.2s ease;
-webkit-transition: all 0.2s ease;
}


.scrollUp {
top: 48px;
}
.scrollDown {
bottom: 8px;
}
*/


.clapperinner::-webkit-scrollbar {
    width: 6px;
}
 
.clapperinner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 

.clapperinner::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #d541c2; 

}
.clapperinner::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}




.aboutrow {
display: inline-block;
float: left;
width: 100%;
min-height: 200px;
}

.abouttext {
    font-size: 14px;
    padding: 0 10px 1em 10px;
    text-align: left;
}

.aboutitem {
display: inline-block;
float: left;
width: 50%;
padding: 10px;
text-align: left;
padding-bottom: 25px;
}
.aboutitem  img {
display: inline-block;
float: left;
width: 90px;
height: auto;
border: 0;
margin: 0 15px 5px 0;
}

.aboutitem  h4 {
font-size: 17px;
line-height: 22px;
color: #e844d3;
font-weight: normal;
padding-bottom: 5px;
}

.aboutitem h6 {
font-size: 11px;
line-height: 13px;
color: #3b9bdf;
font-weight: normal;
}
.aboutitem p {
padding: 10px 0;
font-size: 14px;
line-height: 20px;
color: #fff;
}



/*---Contact---*/
.section-contact .section-inner {
width: 800px;
}

form.contact {
display: inline-block;
float: left;
width: 100%;
}

form.contact p {
color: #fff;
font-size: 16px;
line-height: 25px;
padding: 0 10px;
} 

form.contact p a {
color: #e844d3;
text-decoration: none;
}


fieldset {
display: inline-block;
width: 100%;
float: left;
padding: 10px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
border: 0;
}

fieldset legend {
display: inline-block;
float: left;
width: 100%;
color: #fff;
font-size: 14px;
line-height: 20px;
padding-bottom: 6px;
}

fieldset legend span {color: #e844d3;}


input[type='text'], textarea {
width: 100%;
padding: 8px 6px;
line-height: 22px;
font-size: 16px;
color: #000;
background: #fff;
border: 2px solid #fff;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

textarea.comment {
height: 150px;
}

input[type='text']:focus,
textarea:focus {
outline: 0;
border: 2px solid #33ccff;
}



input[type='text'].error,
textarea.error {
outline: 0;
border: 2px solid #ed1461;
}

.error-box, .success-box {
display: none;
float: left;
width: 100%;
margin: 10px 0;
padding: 15px 20px;
font-size: 18px;
line-height: 22px;
}



.error-box {
color: #ed1461;
background: rgba(255,255,255,0.2);
}

.success-box {
color: #14edc7;
background: rgba(255,255,255,0.2);
}



button[type='submit'] {
text-transform: uppercase;
border: 0;
text-align:center;
color: #fff;
background: #e844d3;
padding: 10px 20px;
font-size: 18px;
float: right;
}


form.contact button {margin-top: 20px;min-width: 150px;}


fieldset.fieldset50 {
width: 50%;
}



/*Gallery*/
.scene {
overflow: hidden;
}


.cameraman {
width: 634px;
height: 633px;
position: absolute;
bottom: 0;
left: 20%;
z-index: 10;

background-image: url('../img/cameraman.png');
background-repeat: no-repeat;
background-position: center;
background-size:cover;
}

.landscape{
    width: 120%;
    height: 100%;
    overflow: hidden;
	background-image: url('../img/filming-bg.jpg');
	position: absolute;
	right: 0;
	background-size:cover;
	background-repeat: no-repat;
	background-position: top center;
}

.timeline {
width: 22px;
position: absolute;
left: 50%;
margin-left: -585px;
height: 3750px;
background: transparent;
}

.timeline .frameblock {
width: 22px;
height: 250px;
display: inline-block;
float: left;
background-image: url('../img/timeline-bg.png');
background-repeat: no-repeat;
background-position: top left;
position: relative;
}

.timeline .frameblock  span {
font-size: 10px;
color: #fff;
position: absolute;
width: 100px;
left: -100px;
height: 15px;
line-height: 15px;
top: -7px;
} 


.tcgbox {
display: inline-block;
position: absolute;
height: 254px;
height: 45px;
left: 50px;
top: 218px;
color: #fff;
text-align:left;
padding: 0 10px;
line-height: 45px;
font-size: 34px;
background-color: rgba(0,0,0,0.3);
}


.goDown {
position: absolute;
bottom: 20px;
left: 50%;
margin-left: -25px;
background-color: rgba(0,0,0,0.8);
background-image: url('../img/godown.png');
background-repeat: no-repeat;
background-position: center;
z-index: 300;
width: 50px;
height: 50px;
border-radius: 50%;
cursor: pointer;
}


.anchor {
display: inline-block;
float: left;
width: 100%;
height: 0;
line-height: 0;
}



.gallerynav,
.descnav {
	display: none;
	float: left;
	width: 100%;
	height: auto;
}


.gallerynav.fadeInUp,
.descnav.fadeInUp {
display: inline-block;
-webkit-animation: fadeInUp 0.4s;
animation: fadeInUp 0.4s;
}


.gallerynav li{
	list-style: none;
	display: inline-block;
	float: left;
	width: 25%;
	height: 25vh;
	min-height: 174px;
	padding: 10px;
}


.descnav li {
	list-style: none;
	display: inline-block;
	float: left;
	width: 33.333%;
	height: 25vh;
	min-height: 174px;
	padding: 10px;
}



.gallerynav li .block,
.descnav li .block {
	display: inline-block;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #222;
	position: relative;
	overflow: hidden;
}

.notshow {
display: none !important;
}

.block .image {
width: 100%;
height: 100%;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
display: inline-block;
}

.block .linkbox {
width: 100%;
height: 100%;
min-height: 154px;
position: absolute;
display: inline-block;
background: #222222;
z-index: 10;
top: 0;
left:0;
opacity: 0;
transform: scale(0.9,0.9);
-webkit-transform: scale(0.9,0.9);
-moz-transform: scale(0.9,0.9);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}

.block:hover .linkbox {
transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
opacity: 1;
}

.linkbox .link {
position: absolute;
width: 100%;
padding: 10px;
left: 0;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
text-decoration: none;
text-align: center;
}

.linkbox .link h3 {
font-size: 20px;
line-height: 24px;
color: #fff;
font-weight: 400;
width: 100%;
padding-bottom: 8px;
text-transform: uppercase;
}

.linkbox .link p {
font-size: 14px;
line-height: 20px;
color: #b2b2b2;
width: 100%;
}

.linkbox .link .more {
width: 40px;
height: 40px;
display: inline-block;
position: relative;
border: 2px solid #d53ec2;
border-radius: 50%;
margin: 22px auto 0 auto;
}

.linkbox .link .more:after,
.linkbox .link .more:before {
display: inline-block;
width: 18px;
height: 2px;
position: absolute;
content: '';
top: 50%;
margin-top: -1px;
background: #d53ec2;
}

.linkbox .link .more:before {
left: 50%;
margin-left: -9px;
}

.linkbox .link .more:after {
left: 50%;
height: 18px;
width: 2px;
margin-left: -1px;
margin-top: -9px;
}






.descblock {
width: 100%;
height: auto;
display: inline-block;
background-color: #222;
padding: 8vh 35px 4vh 35px;
color: #fff;
min-height: 400px;
min-height: 50vh;
border: 10px solid #fff;
max-height: 60vh;
overflow: hidden;
display: none;
position: relative;
text-align: left;
}

.dbtop {
position: absolute;
top: 0;
left: 0;
padding: 2vh 35px 1vh 35px;
width: 100%;
}

.dbtop h3 {
color: #fff;
font-size: 24px;
text-transform: uppercase;
}


.desc-inner {
padding: 0 0 0 0;
height: 48vh;
width: 100%;
display: block;
float: left;
overflow-y: autol;
font-size: 16px;
line-height: 26px;
}






.descclose {
width: 8vh;
height: 8vh;
position: absolute;
top: 0;
right: 0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.descclose:before {
content: '';
width: 30px;
height: 2px;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
margin-top: -1px;
margin-left: -15px;
}

.descclose:after {
content: '';
width: 2px;
height: 30px;
background-color: #fff;
position: absolute;
top: 50%;
left: 50%;
margin-top: -15px;
margin-left: -1px;
}

.descclose:before,
.descclose:after {
transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
}



.descblock.fadeInUp {
display: inline-block;
-webkit-animation: fadeInUp 0.4s;
animation: fadeInUp 0.4s;
}


@-webkit-keyframes fadeInUp {
	0% {
	opacity: 0;
	-webkit-transform: translateY(20px);
}
100% {
	opacity: 1;
	-webkit-transform: translateY(0);
}

}
@-moz-keyframes fadeInUp {
	0% {
	opacity: 0;
	-moz-transform: translateY(20px);
}
100% {
	opacity: 1;
	-moz-transform: translateY(0);
}

}
@-o-keyframes fadeInUp {
	0% {
	opacity: 0;
	-o-transform: translateY(20px);
}
100% {
	opacity: 1;
	-o-transform: translateY(0);
}

}
@keyframes fadeInUp {
	0% {
	opacity: 0;
	transform: translateY(20px);
}
100% {
	opacity: 1;
	transform: translateY(0);
}

}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}





.prtbox {
width: 90%;
height: 320px;
display: inline-block;
float: none;
margin: 0 auto;
}



.prtbox-cell {
display: inline-block;
float: left;
width: 50%;
height: 100%;
padding: 10px;
}

.slide {
width: 100%;
height: 100%;
display: inline-block;
float: left;
background: rgba(60,30,60,0.8);
}

.prtbox-cell .slide .imgbox.desktopimg {
width: 40%;
height: 100%;
display: inline-block;
float: left;
background-color: rgba(255,255,255,1);
top: 0;
left: 0;
padding: 5%;
position: absolute;
}

.prtbox-cell .slide .imgbox.desktopimg div {
background-color: rgba(255,255,255,1);
background-size: contain;
background-position:center;
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 100%;
height: 100%;
}





.prtbox-cell .slide .mobilimg {display: none; position: relative;}
.mobilimg {display: none;position: relative;}



.prtbox-cell .slide .prtdata {
text-align: left;
width: 100%;
height: 100%;
overflow: auto;
padding-right: 10px;
}
.prtbox-cell .slide  {
position: relative;
padding: 20px 10px 20px 43%;
}




.prtbox-cell .slide .prtdata::-webkit-scrollbar {
    width: 6px;
}
 
.prtbox-cell .slide .prtdata::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 6px;
    border-radius: 6px;
}
 

.prtbox-cell .slide .prtdata::-webkit-scrollbar-thumb {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #d541c2; 

}
.prtbox-cell .slide .prtdata::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
}




.prtbox-cell .slide .prtdata h3 {
text-transform: uppercase;
font-weight: 600;
font-size: 20px;
line-height: 25px;
padding-bottom: 4px;
display: inline-block;
float: left;
width: 100%;
}

.prtbox-cell .slide .prtdata label {
display: inline-block;
float: left;
width: 100%;
line-height: 18px;
font-size: 13px;
padding-bottom: 10px;
}

.prtbox-cell .slide .prtdata p {
display: inline-block;
float: left;
width: 100%;
line-height: 20px;
font-size: 14px;
padding-bottom: 10px;
}

.prtbox-cell .slide .prtdata p a {color:#e844d3;text-decoration: none;}
.prtbox-cell .slide .prtdata p a:hover {text-decoration: underline;}

.refbox {
width: 90%;
height: 360px;
display: inline-block;
float: none;
margin: 0 auto;
}



.refbox-cell {
display: inline-block;
float: left;
width: 20%;
height: 100%;
padding: 10px 10px;
}

.refbox-cell .slide {
transform: scale(0.7,0.7);
-webkit-transform: scale(0.7,0.7);
-moz-transform: scale(0.7,0.7);
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
/*transform-origin: top center;
-webkit-transform-origin: top center;*/
position:relative;
background: transparent;
}

.refbox-cell.is-selected .slide {
transform: scale(1,1);
-webkit-transform: scale(1,1);
-moz-transform: scale(1,1);
}

.refbox-cell.is-next .slide {
transform: scale(0.85,0.85) translateX(10%);
-webkit-transform: scale(0.85,0.85) translateX(10%);
-moz-transform: scale(0.85,0.85) translateX(10%);
}

.refbox-cell.is-previous .slide {
transform: scale(0.85,0.85) translateX(-10%);
-webkit-transform: scale(0.85,0.85) translateX(-10%);
-moz-transform: scale(0.85,0.85) translateX(-10%);
}


.refbox-cell .slide a {
display: inlnie-block;
float: left;
width: 100%;
height: auto !important;
border: 0;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
background: rgba(60,30,60,1);
}

.refbox-cell .slide a img {
display: inline-block;
float: left;
width: 100%;
max-width: 100%;
height: auto;
border: 0;
transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
}



.refbox-cell .slide a img{
opacity: 0.4;
}

.refbox-cell.is-selected .slide a img{
opacity: 1;
}

.refbox-cell.is-next .slide a img{
opacity: 0.7;
}

.refbox-cell.is-previous .slide a img{
opacity: 0.7;
}








/*---MEDIA QUERIES ----*/
/*---700---*/
@media screen and (max-height: 700px){
.section-inner {
padding-top: 75px !important;
}
.descblocks-wrapper {text-align: center;}
.descblock {
width: 70%;
margin: 0 auto !important;
float: none;

}
.section-about {
min-height: 700px !important;
}
}


@media screen and (max-height: 700px) and (max-width: 1200px){
.section-inner {
padding-top: 40px !important;
}
}


/*---1300---*/
@media screen and (max-width: 1300px){
.section-inner {
padding-top: 80px;
}

}

/*---1200---*/
@media screen and (max-width: 1200px){
.section-inner {
width: 100%;
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 120px;
}

.timeline {
left: 10px;
margin-left: 0;
}

.pagenav-wrapper,
.pagenav-wrapper.sticky {
position:relative !important;
display: inline-block;
padding-top: 110px;
height: auto;
text-align:center;
background-color: rgba(0,0,0,0.0);
padding-bottom: 20px;

}
.pagenav-inner {
height: auto;
width: 100%;
text-align:center;
}
.logo {
float: none;
margin: 0 auto;
text-align: left;
}



.pagenav-wrapper.sticky .logo-film {
left: 50px;
bottom: 0;
}

.pagenav-wrapper.sticky .logo-top {
opacity: 1;
top: -64px;
}


.mainnav-wrapper {
margin: 0;
width: 100%;
}

.welcome {
padding: 40px 30px;
}
.welcome h1 {
    width: 100%;
    font-size: 55px;
    letter-spacing: -1px;
}

.section-half {
    width: 50%;
}


.section-title {
padding-left: 10px;
}


footer, .footer-inner {height: auto;}

.footer-inner {width: 100%;text-align:center;}
.footer-logo {float: none;}
.footer-social {width:100%;
height: auto;
padding: 30px 0;
}
.footer-logo-wrapper {
width: 100%;
}

.ft-text-right, 
.ft-text-left {
width: 100%;
text-align:center;
}

.footer-inner-bottom {padding-top: 70px;}





}


/*---1000---*/
@media screen and (max-width: 1040px){
.prtbox-cell {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
}





}





/*---900---*/
@media screen and (max-width: 900px){


.lang-select {
width: 100%;
text-align:center;
float: left;
}

.section-contact .section-inner {
width: 100%;
}

.refbox-cell {
    display: inline-block;
    float: left;
    width: 33.333%;
    height: 100%;
    padding: 10px 10px;
}

.pagenav-wrapper, .pagenav-wrapper.sticky {
min-height: 100vh;
padding-top: 130px;
}


.mainnav {
width: 100%;
}


.mainnav li {
width: 100%;
height: auto;
}

.mainnav li a {
padding: 10px;
height: auto;
line-height: 20px;
width: 100%;
display: inline-block;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}


.section-title h2 {
font-weight: 700;
color: #fff;
font-size: 30px;
line-height: 36px; 
display: inline-block;
float: left;
width: 100%;
text-transform: uppercase;
}


}



/*---800---*/
@media screen and (max-width: 800px){




.welcome h1 {
    width: 100%;
    font-size: 40px;
    letter-spacing: -1px;
}
.welcome p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}

.timeline {
left: -15px;
margin-left: 0;
}
.section-half {
    width: 100%;
}
.tcgbox {display: none;}

.section-filming .section-inner {
background-color: rgba(0,0,0,0.3);
}
.section-text {max-height: auto;}

.gallerynav li, .descnav li {
    width: 50%;
    height: 25vh;
    min-height: 174px;
}


.descblock {
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #222;
    padding: 85px 15px 20px 25px;
    color: #fff;
    min-height: 400px;
    min-height: 100%;
    max-height: 100%;
	height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
	z-index: 11000;
    text-align: left;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}


.descclose {
    width: 50px;
    height: 50px;
}
.dbtop {
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 25px 15px 25px;
    width: 100%;
}

.dbtop h3 {
color: #fff;
font-size: 20px;
line-height: 24px;
max-height: 48px;
}


.desc-inner {
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    overflow-y: auto;
    font-size: 16px;
    line-height: 26px;
}


.goDown {display: none;}

.pagenav-wrapper,
section.page-section,
.gradient-overlay
 {
min-height: 600px !important;
height: auto !important;
vertical-align: top;
float: left;
}

.section-inner {
width: 100%;
padding-top: 30px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
height: auto;
}


.section-title h2 {
font-size: 24px;
line-height: 28px; 
}
.section-title .ttext {
    line-height: 25px;
    font-size: 16px;
}


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





/*---680---*/
@media screen and (max-width: 680px){

.gallerynav li, .descnav li {
    width: 50%;
    height: 25vh;
    min-height: 174px;
}


.refbox-cell {
    display: inline-block;
    float: left;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
}
.refbox-cell .slide a {background: transparent;}

.refbox-cell .slide a img {
max-width: auto;
width: auto;
float: none;
}

fieldset.fieldset50 {
width: 100%;
}


.clapperboard {
width: 100%;

}




.aboutitem {
width: 100%;
}


section.page-section {
height: auto;
}


.section-inner {
height: auto;
}





}







/*---600---*/
@media screen and (max-width: 600px){


.prtbox-cell .slide .imgbox.desktopimg {display: none !important}
.desktopimg {display: none !important}

.prtbox-cell .slide .mobilimg {
width: 25%;
max-width: 25%;
height: auto;
display: inline-block !important;
float: left;
background-color: rgba(255,255,255,0.5);
background-size: cover;
background-position:center;
background-repeat: no-repeat;
position: relative;
margin:  0 10px 5px 0;
}




.prtbox-cell .slide  {
padding-left: 20px;
}



.prtbox-cell .slide .prtdata h3 {
width: auto;
display: inline;
float: none;
}

.prtbox-cell .slide .prtdata label {
width: auto;
display: inline;
float: none;
}

.prtbox-cell .slide .prtdata p {
width: auto;
display: inline;
float: none;
margin-top: 10px;
}

.gallerynav li, .descnav li {
    width: 100%;
    height: 25vh;
    min-height: 174px;
}


}



input::-moz-focus-inner { 
  border: 0; 
}


button, a,
button:hover, a:hover,
button:active, a:active,
button:visited, a:visited,
button:focus, a:focus  {
outline: 0;
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
}



/* fix iOS bug not displaying 100vh correctly */
/* ipad */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.fullheight {
		height: 768px;
	}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	.fullheight {
		height: 1024px;
	}
}
/* iphone5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2) {
	.fullheight {
		height: 320px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2) {
	.fullheight {
		height: 568px;
	}
}
/* iPhone 4 */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
	.fullheight {
		height: 320px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
	.fullheight {
		height: 480px;
	}
}









