/* Global */
html {
    text-transform: none !important;
    background: no-repeat center center fixed; 
    background-size: cover;
    -webkit-font-smoothing: antialiased;
}
body {
    height: auto;
    width: 100%;
    float: left;
    min-height: 100%;
}
a,
nav ul a {
    color: rgba(247, 247, 247, 0.9);
    /*text-transform: uppercase;*/
}
.main-featured-work {
    margin-top: 0 !important;
    margin: 0 30px;
}
@media only screen and (min-width: 993px) {
    .main-featured-work {
        margin: 0 60px;
    }
}
.reel-title {
    display: inline-block;
    text-align: left;
    letter-spacing: 1px;
    text-transform: none;
    font-size: 20px;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .reel-body {
        margin-top: 40px;
    }
    .reel-title {
        margin-top: 30px !important;
    }
    .main-featured-work {
        margin: 0 20px;
    }
}

.col img {
    width: 100%;
}
.lg-backdrop {
    background-color: rgb(30, 28, 28);
}
.lg-backdrop.in {
    opacity: 0;
}
.home .lg-backdrop.in {
    opacity: 0.85;
}
.lg-sub-html {
    bottom: 0;
    top: unset;
    padding: 5px 40px 20px;
    font-size: 14px;
}
span.lg-close.lg-icon {
    position: absolute;
    left: 30px;
    top: 3vh;
    font-size: 50px;
    transform: translateY(50%);
}
.lg-close.lg-icon:after {
    content: url("data:image/svg+xml;utf8,<svg width='32px' height='32px' viewBox='0 0 259 258' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='cross' transform='translate(-125.500000, 2.000000)' stroke='%23F1F0F0' stroke-width='4'><polyline stroke-width='12' id='Path' transform='translate(382.279221, 127.279221) scale(-1, 1) rotate(45.000000) translate(-382.279221, -127.279221) ' points='292.279221 37.2792205 472.279221 37.2792205 472.279221 217.279221'></polyline><polyline id='Path' stroke-width='12' transform='translate(127.779221, 127.279221) scale(-1, 1) rotate(-135.000000) translate(-127.779221, -127.279221) ' points='37.7792207 37.2792207 217.779221 37.2792207 217.779221 217.279221'></polyline></g></g></svg>")
}
.lg-actions .lg-next:before {
    content: url("data:image/svg+xml;utf8,<svg height='32px' viewBox='0 0 132 258' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><polyline id='Path' stroke='%23F1F0F0' stroke-width='12' transform='translate(1.429688, 129.023438) rotate(45.000000) translate(-1.429688, -129.023438) ' points='-88.5703125 39.0234375 91.4296875 39.0234375 91.4296875 219.023438'></polyline></g></svg>");
}
.lg-actions .lg-prev:after {
    content: url("data:image/svg+xml;utf8,<svg height='32px' viewBox='0 0 132 258' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><polyline id='Path' stroke='%23F1F0F0' stroke-width='12' transform='translate(130.279221, 129.279221) scale(-1, 1) rotate(45.000000) translate(-130.279221, -129.279221)' points='40.2792206 39.2792206 220.279221 39.2792206 220.279221 219.279221'></polyline></g></svg>");
}

nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    top: 40px;
}

@media only screen and (max-width: 736px) and (min-width: 320px) {
    nav .brand-logo {
        left: 20px;
        transform: none;
        top: 20px;
    }
}

nav .brand-logo img {
    max-height: 35px;
}

.menu__icon {
    display: none;
    cursor: pointer;
    padding: 5px 0;
    position: absolute;
    z-index: 20;
    top: 20px;
    max-height: 34px;
    right: 20px;
}

@media only screen and (max-width: 992px) {
    .menu__icon {
        display: block;
    }
}

.menu__icon .bar {
    background-color: #F7F7F7;
    width: 28px;
    height: 2px;
    transition: 0.4s;
}
.menu__icon:hover {
    color: white;
}
.menu__icon:hover .bar {
    background-color: #ffffff;
}
.menu__icon .bar-3 {
    margin-top: 12px;
}
.menu__icon.active .bar-1 {
    transform: rotate(45deg) translate(5px, 5px);
}
.menu__icon.active .bar-2 {
    opacity: 0;
}
.menu__icon.active .bar-3 {
    transform: rotate(-45deg) translate(5px, -5px);
}
.menu__background {
    display: none;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    margin: auto;
    background-color: rgba(30, 28, 28, 0.9);
    z-index: 10;
}
/*.menu__background.open {*/
/*    display: block;*/
/*}*/
.menu__background-wrap {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.desktop-menu-items {
    display: block;
    margin: auto;
    text-align: center;
    width: auto;
    top: unset;
    right: unset;
    float: none;
    position: relative;
    padding: 65px 0 0;
}
nav .desktop-menu-items li {
    display: inline-block;
}
.menu-items {
    display: block;
    margin: auto;
    text-align: center;
    width: auto;
    top: unset;
    right: unset;
    float: none;
    position: relative;
    padding: 0;
}
nav {
    height: auto;
    text-align: center;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    nav {
        height: 60px;
    }
}
@media only screen and (min-width: 737px) and (max-width: 990px) {
    nav {
        height: 100px;
    }
}
nav ul li {
    float: none;
}
nav ul a {
    font-size: 18px;
    padding: 35px;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    nav ul a {
        padding: 30px 45px;
    }
}

nav ul a:hover {
    background-color: transparent;
}

/* Carousel */

.slider .slides li .caption {
    top: calc(2/3 * 100%);
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
}
.slide__client-name {
    text-transform: none;
    letter-spacing: 0;
    font-size: 60px;
    margin: 0;
}
.slide__video-name {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0 20px;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .slide__client-name {
        font-size: 28px;
    }
}
.slide__awards {
    width: 50vw;
    margin: auto;
    text-align: center;
    height: calc(1/8 * 100vh);
    display: flex;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .slide__awards {
        display: none;
    }
}

.slider .slides li img.slide__awards--award,
.slide__awards--award {
    height: 100%;
    margin: 0 30px;
    opacity: 0.8;
    background-size: contain;
}
#next-prev-container {
    bottom: 0;
    top: 0;
    margin: auto;
    width: 100%;
    right: 0;
    left: 0;
    height : 0;
}
#prev-slide,
#prev-video {
    position: absolute;
    left: 30px;
    padding: 20px 30px 20px 0;
}
#next-slide,
#next-video {
    position: absolute;
    right: 30px;
    padding: 20px 0 20px 30px;
}
#next-prev-container i {
    font-size: 48px;
}

/* Footer */
.main-footer,
.main-footer__absolute {
    padding: 0 30px;
    z-index: 10;
    min-height: unset;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .about .main-footer.main-footer__absolute {
        position: relative;
        bottom: unset;
    }
}
svg path,
svg circle {
    fill: rgba(247, 247, 247, 0.8);;
}

/* Thumbnails */
.reel-overlay,
.hovering .reel-overlay {
    background-color: rgba(99, 47, 71, 0.4)
}
.reel-info {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    top: unset;
    transform: translate3d(0,0,0);
    bottom: 10px;
}
.directors .reel-info {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0,-50%,0);
    bottom: unset;
}
.reel-info h2, .reel-info h3, .reel-info h4 {
    position: relative;
    padding: 0px 20px;
    transition: none;
}

.reel-info h2 {
    transform: none;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    transition: none;
}
.directors .reel-info h2 {
    font-size: 18px;
}
.reel-info h2 span {
    display: inline;
    font-size: 16px;
}
.features .reel-info {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0,-50%,0);
    bottom: unset;
}

.features .reel-info h2 {
    transform: none;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    text-transform: none;
    transition: none;
}
.features .reel-info h2 span {
    display: block;
    font-size: 14px;
}
.reel-info h2 span,
.hovering .reel-info h2,
.hovering .reel-info h2 span {
    transform: none;
    transition: none;
    opacity: 1;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .reel-info h2 span {
        line-height: 18px;
        margin: 0;
    }
}

.director .reel-info {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .director .reel-info {
        opacity: 1;
    }
}

.director .hovering .reel-info {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.reel-description {
    padding: 20px 0 0;
    width: 100%;
}

.reel-description p {
    width: 70%;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
}

/* Director Profile */
[data-bio-switch] {
    cursor: pointer;
}

.biography {
    display: none;
    margin-top: 30px !important;
}
.biography .row .col {
    padding: 5px 0;
}
.biography p {
    font-size: 16px;
}

.reel-switcher {
    text-align: left;
    padding: 0;
    display: inline;
}
.reel-switcher li {
    display: inline;
    margin-right: 5px;
    float: none;
    font-size: 14px;
    font-weight: 800;
}
/*li[data-target-tab-selector] {*/
/*	display: none;*/
/*}*/
.reel-switcher li.active {
    text-decoration: none;
    display: inline;
    border-bottom: 1px solid;
}
.reel-switcher a {
    text-transform: none;
    font-weight: 800;
}

/* About */

.about h3 {
    font-size: 18px;
}
@media only screen and (max-width: 736px) and (min-width: 320px) {
    .about h3 {
        font-size: 14px;
    }
}

/*nav ul a {*/
/*    font-size: 16px;*/
/*}*/

.extra-credits h2 {
    font-size: 18px;
    text-transform: uppercase;
}
.extra-credits p  {
    font-size: 16px;
    color: white;
}

.bottom_left-credits .reel-overlay {
    width: 100%;
    height: 100%;
}

.bottom_left-credits .extra-credits {
    bottom: 0;
    transform: translate3d(0,100%,0);
}

.hovering .extra-credits {
    transform: translate3d(0,100%,0);
}

.nav--absolute.home .slider, .nav--absolute.home .slider .slides, .nav--absolute.home .slider .slides li {
    max-height: none;
    height: calc(100vh);
}
.full_bleed .slider, .full_bleed .slider .slides, .full_bleed .slider .slides li {
    max-height: none;
    height: calc(100vh);
}

.full_bleed.single .slider, .full_bleed.single .slider .slides, .full_bleed.single .slider .slides li {
    max-height: none;
    height: calc(100vh);
}

.reel-title,
.reel-info h2,
.reel-info h2 span {
    color: rgba(247, 247, 247, 0.9);
}

.video-container {
    width: 100%;
}



/* Giant95 Section */

.giant95 .reel-image {
	margin: 20px auto 0;
}

.giant95 .reel-image img {
	width: 100px;
	opacity: 0.9;
}

@media only screen and (min-width: 993px) {

	.giant95 .reel-image {
		float: left;
		width: 27%;
		margin-top: 10px;
	}

	.giant95 .reel-image img {
		width: 200px;
		margin: 0 0 0 15px;
	}

	.giant95 .main-featured-work {
		margin: 0 auto;
		max-width: 1120px;
		padding: 20px 30px;
	}

	.giant95 .main-featured-work:after {
		content: "";
		clear: both;
		display: table;
	}

	.giant95 .reel-description {
		float: right;
		width: 73%;
	}

	.giant95 .reel-description p {
		width: 100%;
	}
}

.giant95 .reel-info {
    width: 100%;
    height: auto;
    position: absolute;
    display: block;
    top: 50%;
    transform: translate3d(0,-50%,0);
    bottom: unset;
}

.giant95 .reel-info h2 {
    font-size: 18px;
}

.katya-slider {
	position: relative;
}

.katya-slider #prev-slide,
.katya-slider #next-slide {
	z-index: 10;
	top: 50%;
	margin-top: -39px;
}

@media only screen and (min-width: 993px) {
	.katya-slider {
		padding: 0 70px;
        max-width: 60%;
        margin: 40px auto 0;
	}
}



/* About Page */

/*.about .reel-description p {*/
/*	max-width: 660px;*/
/*}*/

.about .reel-description p:first-child {
	font-size: 18px;
}



/* Contact Page */

.contact-grid h3 {
    text-transform: uppercase;
}

.contact-grid h3 strong {
    font-weight: 800;
}

.contact-details a {
    text-transform: none;
}

@media only screen and (min-width: 737px) {
	.contact-grid {
		float: left;
		clear: both;
		width: 100%;
		padding-bottom: 30px;
	}
	.contact-left {
		float: left;
		width: 50%;
		padding-right: 30px;
	}
	.contact-right {
		float: right;
		width: 50%;
		padding-left: 30px;
		text-align: right;
	}
	.contact-right p {
		width: 100%;
        max-width: 100% !important;
	}
}



/* Custom Fonts */

html,
.slide__video-name,
.reel-info h2, 
.features .reel-info h2 span,
.extra-credits h2,
.about .reel-description p:first-child,
.contact-grid h3 {
    font-family: "Gotham A", "Gotham B";
    font-weight: 300;
}

h1, h2, h3,
.reel-title,
.slide__client-name,
.reel-description,
.biography p,
.extra-credits p {
    font-family: "Cormorant Garamond", serif;
    font-weight: 300;
}



/* Grid item video hovers */

.reel-thumb {
    display: block;
}

.reel-video {
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.reel-video video {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.reel-thumb:hover .reel-video {
	opacity: 1;
}

.reel-thumb .reel-overlay {
	background-color: var(--main-accent-colour) !important;
}



/* Custom video slider */

.home .main-reel-slideshow {
	position: relative;
	height: 100vh;
}

.slider--video .slides li:before {
	z-index: 1;
}

.slide__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slide__video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}