@import url('reset.css');
@import url('plugins.css');

/* GENERAL ------------------------------------------------------------ */

html {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #000;
}
body {
	font-family: 'Roboto', sans-serif;
	color:#fff;
	background-color:#000;
	font-size:14px;
	line-height:28px;
	letter-spacing:0;
	font-style:normal;
	font-weight:400;
	overflow:hidden;
	margin:0;
}
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #000;
    z-index: 90;
}
strong, .strong {
	font-weight:600;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
	margin-bottom:20px;
}
a, a:link, a:hover, a:active, a:visited {
	cursor:pointer;
	color: #fff;
	text-decoration:none;
	opacity:1;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
section {
	clear:both;
}
u, p a {
	text-decoration: none;
	border-bottom:1px solid #fff;
	padding-bottom:1px;
	-webkit-transition: border-bottom 0.1s ease-in-out;
    -moz-transition: border-bottom 0.1s ease-in-out;
    transition: border-bottom 0.1s ease-in-out;
}
p a:hover {
	border-color:rgba(255,255,255,0);
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 3px;
}

/* GRID ---------------------------------------------------------------- */

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	padding:0;
}
.row {
	margin:0;
}
.container {
	max-width:1920px;
	padding-left:0;
	padding-right:0;
	margin-left:auto;
	margin-right:auto;
	box-sizing: border-box;
}
.clear {
	clear:both;
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
	transition: opacity 500ms;
}

/* HEADER --------------------------------------------------------------- */

header {
	position:fixed;
	z-index:101;
	top:0;
	left:0;
	width:100%;
	margin:0;
}
header.ishome {
	opacity:0;
	background-color: rgba(0,0,0,0);
}
.header-logo {
	position:fixed;
	z-index:99;
	top:0;
	left:0;
	width:100%;
	text-align:center;
	background-color: rgba(0,0,0,0);
}
.header-logo-content {
	width:100%;
	text-align:center;
}
.header-title {
	font-weight:500;
	font-size:30px;
	letter-spacing:6px;
	margin-top:180px;
}
.header-line {
	margin:22px 0 20px;
}
.header-position {
	font-size:15px;
	line-height:25px;
	letter-spacing:4px;
}	
header .header-title-hover {
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.header-menu-icon {
	z-index:101;
	text-align:center;
	padding-top:58px;
}
#brand {
	position:absolute;
	z-index:99;
	margin:0 auto;
	width:100%;
	top:0;
}
#main {
	margin-top:390px;
}

/* NAVIGATION ----------------------------------------------------------- */

header .menus {
	display:table;
	position: fixed;
    left: 0;
	top: -125px;
	width:100%;
	height:125px;
    right: 0;
    z-index: 102;
	font-size:22px;
	letter-spacing:2px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
header .header-title,
header .header-menu-title {
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
header .header-menu-title-mobile,
header .header-menu-close {
	display:none;
}
header:hover .menus {
	top: 0;
	background-color: rgba(0,0,0,1);
}
.header-menu-mobile {
	cursor:pointer;
}
#menu {
	display: table-cell;
	vertical-align: middle;
	padding:0 70px;
}
#menu ul {
	padding:0;
	width: 100%;
	display: block;
}
#menu ul li {
	list-style: none;
    display: inline-block;
	text-align:left;
}
#menu ul li:last-child {
	float:right;
	text-align:right;
}
#menu ul li a {
	padding-bottom:5px;
}
#menu ul li a span {
	margin-right:-3px;
}
#menu ul li a:hover,
#menu>ul>li.current>a,
ul#submenu li a:hover,
ul#submenu li.current a {
	border-bottom:1px solid #fff;
}
.menu-arrow {
	display:inline-block;
}
.menu-arrow img {
	padding:9px 0 0 45px;
}
#submenu {
	font-size:14px;
	font-weight:400;
	line-height:14px;
	letter-spacing:2px;
}
ul#submenu {
	display:inline-block;
	width:auto;
}
ul#submenu li {
	width:auto;
	list-style: none;
    display: inline-block;
	text-align:left;
	text-transform:uppercase;
	padding-top:7px;
	padding-left:55px;
}
#menu-mobile {
  display:none;
}

/* HOMEPAGE ----------------------------------------------------------- */

.mc-image {
	webkit-transform: translate3d(0, 0, 0);
	/* height:calc(100% - 120px)!important; */
	display: table!important;
	width: 100%;
}
.caption-text {
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
	text-transform:uppercase;
}
.caption-title {
	font-size:110px;
	font-size:5.5vw;
	line-height:110px;
	line-height:5.5vw;
	font-weight:700;
	letter-spacing:20px;
}
.caption-title:hover {
	cursor:pointer;
}
.caption-view,
.caption-view-single {
	position:absolute;
	left:calc(50% - 57px);
	margin:110px auto 0;
	display:table;
	font-size:21px;
	line-height:21px;
	letter-spacing:1px;
	width:115px;
	height:115px;
	max-width:115px;
	max-height:115px;
	border:1px solid #fff;
}
.caption-view:hover,
.caption-view-single:hover {
	cursor:pointer;
}
.caption-view-single {
	margin:50px auto 0;
}
.view-text {
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
	text-transform:none;
}

/* WORKS -------------------------------------------------------------- */

.works-isotope-container {
	margin-top:130px;
	margin-top:5%;
}
#works-isotope {
	position:relative;
	width:100%;
	max-width:1920px;
	padding:0; 
	margin:0 auto;
}
.thumb-work-isotope,
.thumb-work-isotope-medium,
.thumb-work-isotope-large {
	float: left; 
	height:auto;
	margin:0;
	padding:0;
}
.thumb-work-isotope {
	width:33.333333%;
}
.thumb-work-isotope-medium { 
	width:50%;
}
.thumb-work-isotope-large { 
	width:66.666666%;
}
.thumb-work-isotope .files-container,
.thumb-work-isotope-medium .files-container,
.thumb-work-isotope-large .files-container {
	margin:1px 0 0 1px;
	overflow:hidden;
}
.thumb-work-isotope .files-container img,
.thumb-work-isotope-medium .files-container img,
.thumb-work-isotope-large .files-container img {
	width:100%;
	height:100%;
	object-fit: cover;
}
.item h2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.item h2 .thumb-text {
	padding:0 20px;
}
.item h3 {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:0 10px;
	margin-bottom:40px;
	font-size: 15px; 
    line-height: 25px;
    letter-spacing: 4px;
	text-align:center;
	text-transform:uppercase;
}
.item h2 a {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
	width:100%;
	height:auto;
	font-size:26px;
	line-height:30px;
	letter-spacing:4px;
	text-transform:uppercase;
	text-align:center;
	color: rgba(255,255,255,0);
    background-color: rgba(0,0,0,0); 
    margin: auto;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.item h2:hover > a {
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.50);
}
	
/* WORK -------------------------------------------------------------- */

#work-info {
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}	
.video-still-container {
	width:100%;
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	padding:0;
	overflow:hidden;
}
.video-still-container > img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.video-player-container {
	display:none;
	width:100%;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	padding:0;
}
.video-js {
	font-size:16px;
	line-height: 16px;
	letter-spacing:2px;
	font-weight:400;
	text-transform:uppercase;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.vjs-fullscreen #video-player_html5_api {
	height:100%!important;
}
.video-js .vjs-big-play-button {
	top:65%;
	left:50%;
    width: 65px;
	height: 65px;
	margin-left:-32px;
    border: 0;
    background-color: rgba(255,255,255,0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.vjs-poster:hover {
	cursor:default!important;
}
.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus{
	outline:0;
	background-color: rgba(255,255,255,0);
	opacity:0.65;
	-webkit-transition:all 0s;
	-moz-transition:all 0s;
	-o-transition:all 0s;
	transition:all 0s;
}
.video-js .vjs-progress-holder,
.video-js vjs-progress-control:hover .vjs-progress-holder {

}
.video-js .vjs-slider {
    margin: 0;
    background-color: #999;
}
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    display:none;
}
.video-js .vjs-load-progress {
    background-color: #000;
}
.video-js .vjs-play-progress {
    background-color: #fff;
}
.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background-color: rgba(255,255,255,0);
}
.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
	padding:0 70px;
	bottom:40px;
    opacity: 1;
    -webkit-transition: visibility .1s,opacity .1s;
    -moz-transition: visibility .1s,opacity .1s;
    -o-transition: visibility .1s,opacity .1s;
    transition: visibility .1s,opacity .1s;
}
.video-js .vjs-play-control:before {
    content: url("../imgs/playing.svg");
}
.video-js.vjs-playing .vjs-play-control:before {
    content: url("../imgs/pausing.svg");
}
.video-js .vjs-fullscreen-control:before,
.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before{
	font-family:'Roboto',sans-serif;
	font-size:16px;
	line-height: 16px;
	letter-spacing:2px;
	font-weight:400;
    content: "FULLSCREEN";
}
body.it .video-js .vjs-fullscreen-control:before,
body.it .vjs-icon-fullscreen-exit:before,
body.it .video-js.vjs-fullscreen .vjs-fullscreen-control:before{
    content: "FULLSCREEN";
}
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "CLOSE";
}
body.it .video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "CHIUDI";
}
.video-js .vjs-control {
	margin:0;
}
.video-js .vjs-fullscreen-control {
	position:absolute;
	top:-37px;
	left:70px;
}
.video-js .vjs-time-control {
	position:absolute;
	top:-40px;
	left:calc(50% - 32px);
	line-height:16px;
}
.video-js .vjs-play-control {
	position:absolute;
	left:calc(50% - 57px);
	bottom:0;
}
.close-video {
	font-family:'Roboto',sans-serif;
	position:absolute;
	bottom:50px;
	right:70px;
}
/* .vjs-current-time-display, */
.video-js .vjs-remaining-time-display,
.video-js .vjs-mouse-display,
.video-js .vjs-control-text,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
	display:none!important;
}
.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
    display: block;
}
.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
	content: ""!important;
}
.series-title {
	width:100%;
	position:absolute;
	top:36%;
	z-index:3;
	text-align:center;
	font-size:20px;
	line-height:24px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
}
.work-title {
	width:100%;
	position:absolute;
	top:45%;
	z-index:3;
	text-align:center;
	font-size:80px;
	line-height:100px;
	font-size:5vw;
	line-height:5.5vw;
	font-weight:400;
	letter-spacing:1px;
	color:#fff;
}
.series-title-mobile,
.work-title-mobile {
	display:none;
}
iframe, embed, object {
	max-width: 100%;
}
video {
	max-width: 100%;
	height: auto;
}
.view-series,
.close-series,
.close-series-mobile {
	font-size:16px;
	letter-spacing:2px;
	font-weight:400;
	text-transform:uppercase;
	color:#808184;
	display:block;
}
.view-credits,
.close-credits {
	font-size:16px;
	letter-spacing:2px;
	font-weight:400;
	text-transform:uppercase;
	color:#808184;
	display:block;
}
.view-series img,
.close-series img,
.close-series-mobile img {
	padding-top:4px;
	padding-right:25px;
}
.view-series:hover,
.close-series:hover,
.close-series-mobile:hover,
.view-credits:hover,
.close-credits:hover {
	color:#fff;
}
.view-series {
	padding-bottom:45px;
}
.close-container {
	display:inline-block;
	width:100%;
	text-align:center;
}
.close-series {
	display:none;
	padding-top:40px;
}
.close-series-mobile {
	display:none;
}
.close-credits {
	display:none;
}
.credits {
	font-size:20px;
	line-height:30px;
	letter-spacing: 1px;
	text-transform:uppercase;
	text-align:center;
	padding-top:60px;
}
.credits-expandable {
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
	font-size:20px;
	line-height:42px;
	text-align:center;
}
.credits-exp-content {
	padding-top:0px;
}
#work-navigation {
	position:relative;
	font-size:16px;
	letter-spacing:2px;
	font-weight:400;
	text-transform:uppercase;
	color:#808184;
	margin-top:80px;
	padding-bottom:100px;
}
a.next-work,
a.prev-work,
a.all-works,
.nav-separator {
	font-size:16px;
	letter-spacing:2px;
	font-weight:400;
	text-transform:uppercase;
	color:#808184;
	display:inline-block;
}
a.next-work {
	position: absolute;
	top:60px;
	right:70px;
}
a.prev-work {
	position: absolute;
	top:60px;
	left:70px;
}
a.all-works {
	position:absolute;
	top:0;
	left:70px;
}
.prev-work img {
	padding-top:8px;
	padding-right:20px;
}
.next-work img {
	padding-top:8px;
	padding-left:20px;
}
.share-work {
	position:absolute;
	top:0;
	right:70px;
	text-align:right;
}
.share-work a {
	color:#808184;
}
.share-list {
	overflow: hidden;
    height: 0;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
	text-align:center;
}
.share-item {
	display:inline-block;
	padding:0px 0 0px 20px;
}
.next-work:hover,
.prev-work:hover,
.all-works:hover,
.share-work a:hover {
	color:#fff;
}
.all-works-text-mobile {
	display:none;
}
#work-related {
	margin:0 70px;
	text-align:center;
	border-top:1px solid #808184;
}
.related-maintitle {
	font-size:20px;
	letter-spacing:2px;
	text-transform:uppercase;
	padding:80px 0 90px;
}
.related-container {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: space-between;
    -webkit-justify-content: space-between;
    align-items: space-between;
    justify-content: space-between;
}
.related-work {
	position:relative;
	display:inline-block;
	width:320px;
	height:180px;
	overflow:hidden;
}
.related-work .files-container {
	width:320px;
	height:180px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.related-work .files-container img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.related-work h2 {
	position:absolute;
	top:0;
	left:0;
	right:0;
}
.related-work h2 .thumb-text {
	padding:0 20px;
}
.related-work h2 a {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
	width:320px;
	height:180px;
	font-size:16px;
	line-height:20px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0); 
    margin: auto;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.related-work h2:hover > a {
	color: rgba(255,255,255,1);
	/* background-color: rgba(0,0,0,0.50); */
}
.related-work:hover .files-container {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.info-container {
	position:relative;
}
#work-info-container {
	overflow: hidden;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.2;
}
#series {
	display:inline-block;
	overflow: hidden;
	width:100%;
    height: 0;
    -webkit-transition: height 0.25s;
    -moz-transition: height 0.25s;
    -ms-transition: height 0.25s;
    -o-transition: height 0.25s;
    transition: height 0.25s;
	text-align:center;
}
.slider-separator {
	height:60px;
}
#series .bxslider {
	width:100%;
	height:157px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    left: 0;
    background: rgba(0,0,0,0);
}
.slider-content {
	position:relative;
	width:100%;
}
#slider-prev {
	opacity:0.75;
	position:absolute;
	left:70px;
	top:58px;
}
#slider-next {
	opacity:0.50;
	position:absolute;
	right:70px;
	top:58px;
}
#slider-prev:hover,
#slider-next:hover {
	opacity:1;
}
li.serie-item h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
li.serie-item h2 a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 157px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255,255,255,1);
    background-color: rgba(0,0,0,0);
    margin: auto;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
li.serie-item h2:hover > a {
	color: rgba(255,255,255,1);
	background-color: rgba(0,0,0,0.50);
}
.slider-item-width {
	width:280px;
}

/* WORDS ---------------------------------------------------------------- */

#about {
	font-size:26px;
	line-height:48px;
	font-weight:300;
}
.about-header {
	margin:100px 0 140px;
}
#about h1 {
	position:absolute;
	top:50px;
	left:0;
	z-index:10;
	font-size:70px;
	line-height:80px;
	font-size:3.5vw;
	line-height:4.5vw;
	padding-right:40px;
}
.about-image {
	width:100%;
}
.showreel-view {
	text-align:center;
	margin:160px auto;
	padding:25px 35px;
	display:table;
	font-size:34px;
	line-height:34px;
	font-weight:400;
	letter-spacing:0;
	width:auto;
	height:auto;
	border:1px solid #fff;
}
.showreel-view-text {
	display: table-cell;
  	text-align: center;
  	vertical-align: middle;
	text-transform:none;
}


/* FOOTER --------------------------------------------------------------- */

footer {
	clear:both;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	height:120px;
	text-align:center;
	font-weight:400;
	font-size:15px;
	letter-spacing:3px;
}
footer.fixed {
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:-120px;
	z-index:99;
	background-color:#000;
	line-height:120px;
	height:120px;
}
footer .container {
	position:relative;
}
footer a {
	padding-bottom:5px;
}
footer a span {
	margin-right:-3px;
}
footer a:hover,
footer a.current {
	border-bottom:1px solid #fff;
}	
footer .social {
	font-size: 36px;
	font-weight: 300;
	letter-spacing:0;
	margin-top:200px;
	margin-bottom:150px;
}
footer .copyright {
	margin-top:20px;
	margin-bottom:80px;
}
footer .credits-footer {
	position:absolute;
	bottom:100px;
	right:70px;
	-webkit-transform-origin: 50% 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color:#808080;
}
.credits-button:hover {
	cursor:pointer;
}
.credits-text {
	margin-top:18px;
}

/* MEDIA QUERIES -------------------------------------------------------- */

@media screen and (max-height:900px){
	
}

@media screen and (max-width:1499px), (max-height:999px) {

	.logo-image {
		width:305px;
	}
	.caption-view,
	.caption-view-single {
		left:calc(50% - 45px);
		font-size:17px;
		line-height:17px;
		letter-spacing:1px;
		width:90px;
		height:90px;
		max-width:90px;
		max-height:90px;
	}
	.caption-view-single {
		margin:40px auto 0;
	}
	.related-work,
	.related-work .files-container,
	.related-work h2 a {
		width:280px;
		height:157px;
		font-size:12px;
		line-height:16px;
	}
	.video-js .vjs-play-control:before {
    	content: url("../imgs/playing-90.svg");
	}
	.video-js.vjs-playing .vjs-play-control:before {
    	content: url("../imgs/pausing-90.svg");
	}
	.video-js .vjs-play-control {
		left:calc(50% - 35px);
	}
	#about {
		font-size:23px;
		line-height:43px;
	}
	.showreel-view {
    	font-size: 28px;
    	line-height: 28px;
	}

@media screen and (max-width:1399px), (max-height:899px){

	.header-menu-icon {
    	padding-top: 30px;
	}
	header .menus {
    	top: -100px;
    	height: 100px;
    	font-size: 16px;
    	letter-spacing: 2px;
	}
	#main {	
		margin-top:285px;
	}
	#submenu {
		font-size:12px;
		line-height:12px;
	}
	.logo-image {
		width:225px;
	}
	.header-title {
    	margin-top: 130px;
	}
	.mc-image {
    	/* height: calc(100% - 75px)!important; */
	}
	.caption-title {
		font-size:70px;
		line-height:70px;
		letter-spacing:15px;
	}
	.caption-view,
	.caption-view-single {
		left:calc(50% - 35px);
		font-size:16px;
		line-height:16px;
		letter-spacing:1px;
		width:70px;
		height:70px;
		max-width:70px;
		max-height:70px;
	}
	.video-js .vjs-play-control:before {
    	content: url("../imgs/playing-70.svg");
	}
	.video-js.vjs-playing .vjs-play-control:before {
    	content: url("../imgs/pausing-70.svg");
	}
	.video-js .vjs-play-control {
		left:calc(50% - 35px);
	}
	footer {
		font-size:12px;
	}
	footer.fixed {
		bottom:-75px;
		line-height:75px;
		height:75px;
	}
	footer .social {
    	font-size: 20px;
		margin-top:150px;
	}
	#about {
		font-size:18px;
		line-height:36px;
	}
	.about-header {
		margin:80px 0 100px;
	}
	#about h1 {
		top:40px;
	}
	.showreel-view {
		margin:90px auto 70px;
		padding:18px 25px;
		font-size:22px;
		line-height:22px;
	}
	.item h2 a {
    	font-size: 18px;
    	line-height: 22px;
    	letter-spacing: 3px;
	}
	.item h3 {
    	margin-bottom: 25px;
    	font-size: 12px;
    	line-height: 20px;
    	letter-spacing: 2px;
	}
	.series-title {
		font-size:16px;
		line-height:16px;
	}
	.related-work,
	.related-work .files-container,
	.related-work h2 a {
		width:240px;
		height:135px;
		font-size:12px;
		line-height:16px;
	}
	.view-series, .close-series, .close-series-mobile, .view-credits, .close-credits,
	a.next-work, a.prev-work, a.all-works {
    	font-size: 12px;
    	letter-spacing: 1px;
	}
	a.next-work, a.prev-work {
		top:40px;
	}
	.next-work img {
		padding-left: 10px;
	}
	.prev-work img  {
		padding-right: 10px;
	}
	.view-series {
		padding-bottom:35px;
	}
	.close-series {
    	padding-top: 25px;
	}
	.slider-separator {
		height:50px;
	}
	.credits {
    	font-size: 16px;
    	 line-height: 30px;
    	padding-top: 40px;
	}
	#work-navigation {
    	font-size: 12px;
    	letter-spacing: 1px;
		margin-top:40px;
		padding-bottom:70px;
	}
	.close-container {
		/* margin-top:40px; */
	}
	.share-work {
    	
	}
	.related-maintitle {
    	font-size: 16px;
    	letter-spacing: 1px;
    	padding: 60px 0 70px;
	}
	.credits-expandable {
	    font-size: 16px;
    	line-height: 36px;
	}
	.video-js,
	.video-js .vjs-fullscreen-control:before,
	.vjs-icon-fullscreen-exit:before,
	.vjs-icon-fullscreen-exit:before,
	.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
		font-size:12px;
		line-height: 12px;
		letter-spacing:1px;
	}
	li.serie-item h2 a {
    	font-size: 12px;
    	line-height: 16px;
	}

}

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

	.container {
		
	}
	.prev-text, .next-text {
    	display: none;
	}

}

@media screen and (max-width:1023px){	/* IPAD HORIZ */

	.container {
		
	}
	.thumb-work-isotope,
	.thumb-work-isotope-medium,
	.thumb-work-isotope-large { 
		width:50%;
	}

}

@media screen and (max-width:991px){	/* SM */
	
	.container {
		
	}
	header .menus {
		display:none;
	}
	header .header-menu-close {
		width:100%;
		position:absolute;
		top:30px;
		text-align:center;
	}
	.header-menu-title img {
		width:20px;
	}
	#menu-mobile {
		position: fixed;
  		z-index: 100;
  		width: 100%;
  		height: 100%;
		top:0;
		left:0;
  		text-align: center;
  		color: white;
		background-color:#000;
		font-size:26px;
		letter-spacing:2px;
	}
	#menu-mobile ul {
  		display: table-cell;
  		vertical-align: middle;
  		padding-left: 0 !important;
	}
	#menu-mobile ul li {
		padding:30px 0;
	}
	ul#submenu {
    	display: block;
    	width: 100%;
		padding:25px 0 0;
	}
	ul#submenu li {
    	width: 100%;
  	    display: block;
    	text-align: center;
    	text-transform: none;
    	padding-top: 0;
    	padding-left: 0;
		font-size:14px;
	}
	.menu-arrow {
		display:none;
	}
	.languages-menu {
		z-index:113;
		position:fixed;
		bottom:30px;
		left:30px;
		right:30px;
		font-size:14px;
	}
	.languages-menu a.current {
    	border-bottom: 1px solid #fff;
	}
	.lang-left {
		float:left;
	}
	.lang-right {
		float:right;
	}
	.item h2 a {
    	font-size: 14px;
    	line-height: 18px;
    	letter-spacing: 1px;
    	color: rgba(255,255,255,1);
	}
	.item h3 {
    	margin-bottom: 15px;
    	font-size: 10px;
    	line-height: 16px;
    	letter-spacing: 1px;
	}
	.credits {
    	font-size: 12px;
    	line-height: 24px;
	}
	.view-series, .close-series-mobile, .view-credits, .close-credits {
    	font-size: 12px;
    	letter-spacing: 1px;
  	}
	#slider-prev {
    	left: 30px;
    	top: 68px;
	}
	#slider-next {
    	right: 30px;
    	top: 68px;
	}
	#slider-prev img,
	#slider-next img {
		width:10px;
	}
	.slider-separator {
    	height: 25px;
	}
	.credits-expandable {
    	font-size: 12px;
    	line-height: 28px;
		text-align:center;
	}
	.credits-exp-content {
    	padding-top: 30px;
	}
	#work-navigation {
		margin-top:30px;
    	padding-bottom:60px;
	}
	a.next-work {
    	right: 30px;
	}
	a.prev-work {
    	left: 30px;
	}
	a.all-works {
		left: 30px;
	}
	.share-work {
		right:30px;
	}
	.nav-separator {
    	margin: 0 25px;
    	width: 1px;
    	height: 40px;
    	border-left: 1px solid #808184;
	}
	.credits-exp-content {
    	padding-top: 10px;
	}
	.next-work img,
	.prev-work img {
    	padding-top: 8px;
	}
	.share-work {
    	
	}
	.related-maintitle {
    	font-size: 12px;
    	letter-spacing: 1px;
    	padding: 40px 0 45px;
	}
	.related-work, .related-work .files-container, .related-work h2 a {
    	width: 190px;
    	height: 107px;
    	font-size: 12px;
    	line-height: 16px;
	}
	#about {
		font-size: 16px;
    	line-height: 30px;
	}
	.about-header {
    	margin: 80px 0 70px;
	}
	#about h1 {
    	top: 35px;
    	font-size: 23px;
    	line-height: 33px;
		padding-right:20px;
	}
	.showreel-view {
    	margin: 70px auto 70px;
    	padding: 18px 25px;
    	font-size: 16px;
    	line-height: 16px;
	}
	footer .social {
    	font-size: 16px;
    	margin-top: 100px;
		margin-bottom:30px;
	}
	footer .credits-footer {
    	bottom: 90px;
    	right: 5px;
	}
	footer .copyright {
    	margin-top: 0px;
    	margin-bottom: 60px;
	}
	footer {
		font-size:11px;
	}
	footer.fixed {
		display:none;
		bottom:-50px;
    	line-height: 50px;
    	height: 50px;
	}
	.vjs-has-started .vjs-control-bar {
		padding:0 30px;
		bottom:30px;
	}
	.video-js .vjs-fullscreen-control {
		top:-20px;
		left:30px;
	}
	.video-js .vjs-time-control {
		top:-20px;
		line-height:12px;
	}
	.close-video {
    	bottom: 33px;
    	right: 30px;
	}
	#work-related {
		margin:0 30px;
	}

}

@media screen and (max-width:767px){	/* IPAD VERT */

	
	body {
		font-size:11px;
	}
	.container {
		
	}
	.thumb-work-isotope,
	.thumb-work-isotope-medium,
	.thumb-work-isotope-large { 
		width:100%;
	}
	.logo-image {
		width:205px;
	}
	.header-title {
    	margin-top: 90px;
	}
	.mc-image {
    	/* height: calc(100% - 50px)!important; */
	}
	.col-xs-offset-1 {
    	margin-left: 8.333333333333332%;
	}
	.caption-title {
    	font-size: 28px;
    	line-height: 32px;
    	letter-spacing: 6px;
	}
	.caption-view, {
    	left: calc(50% - 25px);
    	font-size: 12px;
    	line-height: 12px;
    	letter-spacing: 0;
    	width: 50px;
    	height: 50px;
		margin: 50px auto 0;
	}
	.work-title {
    	top: 50%;
	}
	.caption-view-single {
		top: calc(50% - 25px);
    	left: calc(50% - 25px);
    	font-size: 12px;
    	line-height: 12px;
    	letter-spacing: 0;
    	width: 50px;
    	height: 50px;
		max-width:50px;
		max-height:50px;
		margin: 0;
	}
	#main {
    	margin-top: 240px;
	}
	.video-still-container,
	.video-player-container {
    	top: 73px;
   	}
	.slider-item-width {
		width:100%;
	}
	.series-title,
	.work-title-text {
		display:none;
	}
	.series-title-mobile,
	.work-title-mobile {
		display:block;
		text-align:center;
		padding:0 30px;
	}
	.work-title-mobile {
		font-size:24px;
		line-height:30px;
		letter-spacing:2px;
		font-weight:400;
		padding-top:35px;
	}
	.series-title-mobile {
		font-size:12px;
		letter-spacing:1px;
		text-transform:uppercase;
	}
	.credits {
    	padding-top: 20px;
	}
	.view-series img,
	.close-series-mobile img {
		display:none;
	}
	.vjs-control-bar {
		display:none!important;
	}
	#work-navigation {
    	
	}
	.all-works-text {
		display:none;
	}
	.all-works-text-mobile {
		display:block;
	}
	a.next-work img,
	a.prev-work img {
   		/* display:none; */
	}
	.share-item {
    	display:block;
		text-align:right;
	}
	#work-related {
		display:none;
	}
	#about {
    	font-size: 12px;
    	line-height: 24px;
	}
	.about-header {
    	margin: 80px 0 30px;
	}
	#about h1 {
		position:relative;
    	top: 0;
    	font-size: 20px;
    	line-height: 28px;
		padding:0;
	}
	footer .social {
    	font-size: 16px;
    	margin-top: 60px;
		margin-bottom:30px;
	}
	footer .credits-footer {
		display:none;
	}
	footer .copyright {
    	margin-top: 0px;
    	margin-bottom: 60px;
	}
	footer {
		font-size:11px;
	}
	footer.fixed {
		bottom:-50px;
    	line-height: 50px;
    	height: 50px;
	}
	#work-navigation {
    	
	}
	ul#submenu {
		/*display:none;*/
	}
	
}

@media screen and (max-width:736px){	/* IPHONE 6 PLUS */

	.container {
		
	}

}

@media screen and (max-width:667px){	/* IPHONE 6 */

	.container {
		
	}

}

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

	.container {
	
	}
	a.next-work,
	a.prev-work {
   		/* display:none; */
	}
	a.next-work img,
	a.prev-work img {
    	display: block;
		padding-right:0;
		padding-left:0;
		width:
	}
	.work-title-mobile {
		font-size: 20px;
    	line-height: 24px;
    	letter-spacing: 1px;
		padding-top:40px;
    	padding-left:65px;
		padding-right:65px;
	}
	.prev-text,
	.next-text {
		display:none;
	}

}

@media screen and (max-width:568px){	/* IPHONE 5, 5S */

	.container {
		
	}
	
}

@media screen and (max-width:480px){	/* IPHONE 5, 5S */

	.container {
		
	}
	
}

@media screen and (max-width:320px){	/* OLD IPHONES */

	.container {
		
	}

}
