@font-face {
font-family: Bayer Sans;
src: url(../fonts/bayer-sans.ttf);
}


body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	position: relative;

}


.vacancy-box {
	position: absolute;
    z-index: 99;
    width: auto;
    left: 50%;
    top: 100px;
    transform: translate(-50%,0%);
    background: #484c55;
    color: #fff;
    padding: 3px 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.vacancy-box span {
	color: #f06022;
	font-size: 18px;
}

.w15 {
	width: 15% !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
.sticky {
	position: fixed !important;
	
}
@media (min-width: 1920px){
	.l-mtop {
		margin-top: 25px;
	}
}
.fixednav {
	position: fixed;
	z-index: 999 !important;
}
.navigation {
	float: left;
	width: 100%;
	/*background: #706f6f;*/
	color: #fff;
	padding: 0 25px;
	text-transform: uppercase;
	height: 100px;
	/*position: fixed;*/
	z-index: 200;
	transition: 0.4s all ease-in-out;
	/*overflow-y: hidden;*/
	font-weight: 300;
}

.navigation .logo {
	float: left;
	width: auto;
	line-height: 100px;
	margin-right: 50px;

}
.navigation .logo img{
	height: 100px;
		
}
.navigation .mobile img {
	height: auto;
}

.essa-m {
	display: none !important;
}
.essa {
	display: inline-block;
	/*width: 200px !important;*/
}

.navigation .item {
	float: left;
	/*width: 105px;*/
	width: 12.14%;
	padding: 0;
	/*margin:32px0 15px 0 15px;*/
	font-size: 18px;
	line-height: 100px;
	border-bottom: 5px solid #484c55;
	height: 100%;
	transition: 0.4s all ease-in-out;
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-align: center;
	
}
.item .active {
	color: #f06022 !important;
	
}

@media (max-width: 1160px){
	
	.mob-nav-icon {
		display: block !important;
	}
}

.navigation .item a, .nav-items a {
	text-decoration: none;
	color: #fff;
}
.navigation .item:hover a, .navigation .item:hover {
	/*border-bottom: 5px solid #fff;
	box-sizing: border-box;*/
	color: #f06022;
	
	transition: 0.4s all ease-in-out;
}

.navdrop {
	display: none;
	position: absolute;
	width: auto;
	padding: 5px 10px;
	/*background: #fff;*/
	background: #484c55;
	z-index: 500;
	float:left;
	min-width: 100px;
	/*border-left: 1px solid #484c55;
	border-bottom: 1px solid #484c55;
	border-right: 1px solid #484c55;*/
	
	box-sizing: border-box;
	margin-left: -1px;
	text-align: left;
}
.navdrop li {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	line-height: 32px;
	/*color: #484c55;*/
	list-style: none;
	font-size: 14px;
	white-space: nowrap; /* Force text to stay on one line, even without a width set on parent */
	transition: 0.4s all ease-in-out;
}

.navdrop li a {
	color: #fff !important;
	transition: 0.4s all ease-in-out;
	width: 100%;
	float: left;
}
.navdrop li a:hover{
	color: #f06022 !important;
	transition: 0.4s all ease-in-out;
	float: left;
	text-decoration: none;
	cursor: pointer;
}
.nav-items {
	float: none;
	width: auto;
	transition: 0.4s all ease-in-out;
	height: 100px;
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}


.nav-items .usp {
	-webkit-animation: uspglow 1.5s infinite;
	animation-direction: alternate;
}
@-webkit-keyframes uspglow {
	from { text-shadow: 0 0 0px rgba(255,255,255,0.5); }
	to { text-shadow: 0 0 20px rgba(255,255,255,1); }
}
.heroslider {
	
	float: left;
	
	
}
.hero-slider {
	width: 100%;
	float: left;
	height: auto;
	max-height: 1920px;
	
	overflow: hidden;
	position: relative;
	
}
@media (max-width:2560px){
	.hero-slider{
		width: 100%;
		height: auto;
	}
	
}
@media (min-width:2560px){
	.hero-slider img{
		width: 100%;
		height: 100%;
	}
	
}
@media (max-width: 1024px){
	/*.hero-slider {
		height: 550px;
	}*/
}
@media (max-width: 768px){
	/*.hero-slider {
		height: 400px;
	}*/
	.slide-left, .slide-right {
		top: 42% !important;
	}
}

@media(max-width: 678px){
	.vacancy-box {
		    width: 101%;
    position: relative;
    margin-top: 100px;
    top: 0;
    margin-left: -1px;
	}
}

@media (max-width: 425px){
	/*.hero-slider {
		height: 280px;
	}*/
	.slide-left, .slide-right {
		top: 32% !important;
	}
}
@media (max-width: 375px){
	/*.hero-slider {
		height: 241px;
	}*/
	.slide-left, .slide-right {
		top: 30% !important;
	
	}
}
@media (max-width: 320px){
	/*.hero-slider {
		height: 213px;
	}*/
	.slide-left, .slide-right {
		top: 32% !important;
	
	}
	.navigation .logo {
		margin-right: 0;
	}
	.slick-slide {
		text-align: center !important;
		
	}
}
.shows-slider, .clients-slider {
	width: 100%;
	background: #fff;
	padding: 7px;
	float: left;
	height: 144px;
}
.shows-slider {
	height: 153px !important;
}

.shows-slider .item, .clients-slider .item {
	width: auto;
	height: 130px;
	float: left;
	margin: 3px 20px 0 20px;
}
@media (min-width: 1400px){
	/*.hero-slider {
		height: 900px;
	}*/
}
@media (min-width: 1500px){
	.shows-slider, .clients-slider {
		height: auto;
	}
	.shows-slider .item img, .clients-slider .item img {
		height: 100%;
		width: auto;
		text-align: center;
	}
	/*.hero-slider {
		height: 1000px;
	}*/
}
@media (min-width: 1700px){
	/*.hero-slider {
		height: 1100px;
	}*/
}
@media (min-width: 1900px){
	/*.hero-slider {
		height: 1300px;
	}*/
}
@media (min-width: 2500px){
	/*.hero-slider {
		height: 1600px;
	}*/
}
@media (min-width: 3000px){
	/*.hero-slider {
		height: 1920px;
	}*/
}
.gallery-dt, .gallery-mob {
	float: left;
	width: 100%;
	padding: 0;
	background: #fff;
}
.gallery-dt .box, .gallery-mob .box {
	/*float: left;
	width: 25%;*/
	padding: 0;
	/*height: 300px;*/
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.box-inner {
		 /*background-color: red;*/
		 width: 100%;
		 padding-top: 100%; /* 1:1 Aspect Ratio */
		 position: relative; /* If you want text inside of it */
		 overflow: hidden;
		 transition: 0.4s all ease-in-out;
	 }
	 .box-inner .text {
	 	position:  absolute;
		 top: 0;
		 left: 0;
		 bottom: 0;
		 right: 0;
		 text-align: center;
		 font-size: 20px;
		 color: white;
		 transition: 0.4s all ease-in-out;
	 }
	 .box-inner .text img {
	 	/*transition: 0.4s all ease-in-out;
	 	-moz-transform: scale(1.4);
		 -webkit-transform: scale(1.4);
		 transform: scale(1.4);*/
		 transition: 0.4s all ease-in-out;
		 cursor: pointer;
	 }
	 

.gallery-dt .box:hover .inner, .gallery-mob-dt .box:hover .inner {
	opacity: 1;
}
.gallery-dt .box .inner, .gallery-mob .box .inner {
	opacity: 0;
/*	background: #f00;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	transition: 0.3s all ease-out;
	text-align: center;
	line-height: 300px;
}
.gallery-dt .box .inner i, .gallery-mob .box .inner i {
	font-size: 40px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	padding-top: 35%;
}
.gallery-dt .box .inner a, .gallery-mob .box .inner a {
	color: #fff;
}
.gallery-dt .box img, .gallery-mob .box img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 4px solid #fff;
}
.map {
	width: 100%;
	float: left;
	position: relative;
}
.mapoverlay {
   background:transparent; 
   position:absolute; 
   width:100%;
   height:100%;
   
}
.contact {
	display: flex;
	width: 100%;
	float: left;
	margin-bottom: -5px;
}
@media (max-width: 767px) {
	.contact {
		flex-direction: column;
	}
}
.contact h2 {
	width: 100%;
	padding: 15px;
	margin: 0;
	
}
.contact p {
	width: 100%;
	padding: 15px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
.contact a {
	color: #fff;
}
.white-font {
	color: #fff;
}
.orange-font {
	color: #f06022;
}
.orange-bg {
	background: #f06022;
}
.grey-font {
	color: #484c55/*#706f6f*/;
}
.grey-bg {
	background: #484c55/*#706f6f*/;
}
.no-pad {
	padding: 0;
}
.footwrap {
	float: left;
	width: 100%;
	bottom: 0;
}
.footer {
	display: flex;
	width: 100%;
	float: left;
	height: auto;
	padding: 15px;
	text-align: center;
	
}
@media (max-width: 991px) {
	.footer {
		flex-direction: column;
	}
}
.footer a {
	color: #fff;
	transition: 0.4s all ease-in-out;
	text-decoration: none;
}

.footer a:hover {
	cursor: pointer;
/*	color: #484c55;*/
}
.footer .item {
	
	float: left;
	width: 33.3333333%;
	text-align: left;
	margin-bottom: 5px;
}
.footer i {
	font-size: 30px;
	margin: 5px;
}

.about-col {
/*margin: 125px 0 25px 0;*/
	float: left;
	width: 100%;
	margin: 0 0 25px 0;
}
.about-col a {
	color: #f06022;
}
.studio-col {
	margin: 25px 0;
	float: left;
}
.constr-col {
	margin: 25px 0;

}
.fl-row {
	float: left;
	width: 100%;
}
.studio-row {
	margin: 25px 0;
	float:left;
	clear: both;
	width: 100%;
	
	text-align: center;
	
}
.fs16 {
	font-size: 16px;
}

.mob-nav {
	display: none;
	background: #484c55;
	position: fixed;
	top: 100px;
	width: 100%;
	padding: 25px;
	z-index: 999;
	height: 100vh;

	
}
.mob-nav .item {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 22px;
	padding: 10px;
}
.mob-nav-icon {
	font-size: 32px;
	float: right;
	margin-top: 28px;
	display: none;
}

.mob-nav a {
	color: #fff;
	text-decoration: none;
	transition: 0.4s all ease-in-out;
}
.mob-nav a:hover {
	color: #f06022;
	text-decoration: none;
	transition: 0.4s all ease-in-out;
}
.mob-nav ul li {
	list-style: none;
}
.navigation .mobile {
	display: none;
	width: 200px;
}

@media (max-width: 1100px){
	.navigation .item {
		font-size: 14px;
	}
}

/* LAPTOP */
@media (max-width: 1024px){
	.navigation .nav-items {
		display: none;
	}
	.navigation .mobile {
		display: block;
	}
	
	.mob-nav-icon {
		display: block;
	}
	
}


/* BETWEEN TABLET - LAPTOP*/
@media (max-width: 965px){
	.navigation .item {
		display: none;
	}
	
}

/* GALLERY RESP - ADD CONTAINER TO PREVENT IMAGES BEING OVERSIZED */
@media (min-width: 1920px){
	.gallery-dt {
		display: block;
	}
	.gallery-mob {
		display: /*none*/block;
	}
	
}

@media (max-width: 1920px){
	.gallery-mob {
		display: flex;
		flex-wrap: wrap;
	}
	.gallery-dt {
		display: none;
	}
	
}

.container-1920 {
	max-width: 1920px !important;
}
.box-inner:hover .text img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: 0.4s all ease-in-out;
}
.brief-row {
	margin-bottom: 8px;
}
.brief-label {
	padding-top: 6px;
	min-height: 34px;
}
.row .np {
	padding-top: 0 !important;
	line-height: 17px;
}

.hero-heading {
	position: absolute;
	top: 20vh;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	font-size: 70px;
	text-align: center;
	font-family: Bayer Sans;
	text-shadow: 0 0 15px rgba(0,0,0,0.8);

}
.essa, .essa:hover {
	border: 0 !important;
}


.footer-social a:hover {
	text-decoration: none;
	color: #484c55;
	transition: 0.4s all ease-in-out;
	cursor: pointer;
	
}
@media (max-width: 768px){
	.footer-social {
		clear: both;
	}
	.footer .fcol {
		margin-bottom: 10px;
		width: 100%;
		float: left;
		border-bottom: 1px solid #fa8553;
		padding-bottom: 10px;
	}
	.footer .fcol:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}
.ta-left {
	text-align: left;
}
.dlink {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	transition: 0.4s all ease-in-out;
}
.dlink:hover {
	color: #f06022;
	text-decoration: none;
	transition: 0.4s all ease-in-out;
}
.footwrap .dlink:hover {
	color: #fff !important;
}
.essa-logo {
	width: auto;
	height: auto;
}
@media (min-width:1670px){
	.mainlogo {
		height: auto;
		width: 100%;
		max-height: 75%;
		max-width: 75%;
	}
}
@media(max-width: 1670px){
	.mainlogo {
		height: auto;
		width: 100%;
	}
	.essa-logo {
		width: 100%;
		height: auto;
	}
	
}
@media(max-width: 1160px){
	
	.mob-nav .essa-logo {
		width: auto;
		height: auto;
	}
	
}
.essa-logo {
	width: auto;
	height: 60%;
}

.mob-nav .essa-logo {
		height: 60px;
		width: auto;
}

.body-hidden {
	overflow-y: hidden;
}

.vidbox {
	
	height: 500px;
}
@media (min-width: 3000px) and (min-height: 1200px){
	.vidbox {
		height: 50vh;
	}
}

.about-col ul li, .studio-col ul li {
	margin-bottom: 20px;
}
.zoom {

		cursor:-webkit-zoom-in;
		cursor:-moz-zoom-in;
		cursor:zoom-in;
	
}

.pm-bull {
	float: left;
	width: 200px;
	clear: both;
	margin-left: 75px;

	position: relative;
}

.orange-hover:hover {
	color: #f06022;
}

.about-col h2, .studio-col h2 {
	margin: 0 0 20px 20px;
	font-size: 18px;
	font-weight: 500;
}

.greencredentials {
	margin-top: -7px;
	float: none;
	display: inline-block;
}
