@font-face {
    font-family: 'ITCAvantGardeStd-Bk';
    src: url('../fonts/ITCAvantGardeStd-Bk.eot');
    src: url('../fonts/ITCAvantGardeStd-Bk.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ITCAvantGardeStd-Bk.woff') format('woff'),
         url('../fonts/ITCAvantGardeStd-Bk.ttf') format('truetype'),
         url('../fonts/ITCAvantGardeStd-Bk.svg#ITCAvantGardeStd-Bk') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCAvantGardeStd-XLt';
    src: url('../fonts/ITCAvantGardeStd-XLt.eot');
    src: url('../fonts/ITCAvantGardeStd-XLt.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ITCAvantGardeStd-XLt.woff') format('woff'),
         url('../fonts/ITCAvantGardeStd-XLt.ttf') format('truetype'),
         url('../fonts/ITCAvantGardeStd-XLt.svg#ITCAvantGardeStd-XLt') format('svg');
    font-weight: normal;
    font-style: normal;

}

a[href^=tel]{
    color:inherit;
    text-decoration:none;
}

body {
	background: #181818;
	/*background: #FFF;*/
	font-family: 'ITCAvantGardeStd-Bk';
}

.wrapper {
	width:90%;
	margin-left:5%;
	margin-right:5%;
}

.header-container {
	position:fixed;
	top:0;
	left:0;
	width:100%;	
	background:#181818;
	height:70px;
	z-index:10;
}

.header-container .menu_button_mobile {
	display:block;
	position:absolute;
	left: 17px;
	top:23px;
}

.header-container .logo_mobile {
	display:block;
	position:absolute;
	right: 17px;
	top:14px;
}

.header-container .menu_button {
	display:none;
	position:absolute;
	left: 38px;
	top:41px;
}

.header-container .logo {
	display:none;
	position:absolute;
	right: 35px;
	top:28px;
}

.nav-mobile-container {
	display:none;
	width:100%;
	float:left;
	margin-bottom:10px;
}

ul.main-mobile-nav {
	width:100%;
	float:left;
	margin:0;
	padding:0;
    white-space: nowrap;
    text-align: center;
}

ul.main-mobile-nav li {
    display: block;
    list-style-type: none;
    margin-top: 5px;
    margin-bottom:5px;
    border-top:solid 1px #555555;
    padding-top:10px;
}

ul.main-mobile-nav a:link, ul.main-mobile-nav a:visited {
	font-size: 14px;
	text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

ul.main-nav a:hover {
	color:#ccce3e;	
}

#mobile-subnav {
	display:none;
	margin:0;
	padding:0;
}

.nav-desktop-container {
	display:none;
	width:100%;
	/*float:left;*/
	position:absolute;
	top:110px;
	left:0;
	background: #181818;
}

.desktop-separator {
	display:block;
	/*
	width:100%;
	float:left;
	*/
	border-top:solid 1px #555555;
	margin-left:38px;
	margin-right:38px;
}

.social-container {
	width:15%;
	float:right;
	text-align: right;
	padding-top:15px;
	padding-bottom:15px;
	margin-right:38px;	
}

.nav-container {
	width:80%;
	float:left;
	text-align: left;
	padding-top:18px;
	padding-bottom:5px;	
}

.subnav-container {
	display:none;
	width:100%;
	float:left;
	text-align: left;
	padding-top:0px;
	padding-bottom:15px;	
}

ul.main-nav {
	margin-left: 38px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
    white-space: nowrap;
}

ul.main-nav li {
    display: inline;
    list-style-type: none;
}

ul.main-nav li#locations  ul.main-nav  ,.location_custom {
	background-image: url(../images/dropdown.png);
	background-repeat: no-repeat;
	background-position: 75px 5px;
	margin-right:5px;
}

ul.main-nav a { 
	padding-left: 0;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
}

ul.main-nav a:link, ul.main-nav a:visited {
	font-size: 12px;
	text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

ul.main-nav a:hover {
	color:#ccce3e;	
}

.subnav-container ul.main-nav a:link, .subnav-container ul.main-nav a:visited {
    color: #ccce3e;
}

.subnav-container ul.main-nav a:hover {
	color:#FFF;	
}

.content-container {
	margin-top:70px;
	width:100%;
	float:left;
	background:#181818;
	/*background: #FFF;*/
}

.content-container a:link, .content-container a:visited {
	color:#ccce3e;
	text-decoration:none;
}

.content-container p {
	margin:0;
	padding: 0;
	line-height: 130%;
}

.item {
	position:relative;
	width:100%;
	float:left;
	margin-bottom:15px;
}

.item img {
	vertical-align: middle;
	max-width: 100%;
	width:100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.item .info {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*
	background: #000;
	opacity: 0.8;
	*/
	background: rgba(0, 0, 0, .7);
	text-align:center;
	/*padding:4%;*/
}

.item .info h3 {
	font-size: 24px;
	color:#FFF;
	margin-top:50%;
	padding-left:5%;
	padding-right:5%;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
	line-height: 120%;
}

.item a:link, .item a:visited {
	color:#FFF;
}

.grey {
	color:#9f9f9f;
	font-weight: normal;
}

.black {
	color:#000;
	font-weight: normal;
}

.inner-content-container {
	width:100%;
	float:left;
	background:#FFF;
}

.inner-content-container p {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 0;
	line-height: 150%;
	color:#676767;
	font-size:12px;
	-webkit-font-smoothing: antialiased;
}

.inner-content-container p a:link, .inner-content-container p a:visited {
	color:#ccce3e;
	text-decoration: none;
}

.inner-content-container h2 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	line-height: 100%;
	font-size:32px;
	color:#000;
	font-weight:normal;
	-webkit-font-smoothing: antialiased;
}

.inner-content-container h3 {
	font-family:'ITCAvantGardeStd-XLt';
	font-weight: normal;
	font-size:38px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 20px;
	padding:0;
	line-height: 100%;
	-webkit-font-smoothing: antialiased;
}

.inner-content-container ul {
	padding-left: 18px;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 10px;
	color:#676767;
	font-size:12px;
	-webkit-font-smoothing: antialiased;
	line-height:150%;
}

.content-half {
	margin-top:40px;
	width:100%;
	float:left;
}

.content-full {
	width:100%;
	float:left;
	margin-top:20px;
	margin-bottom:100px;
}

.content-full img {
	vertical-align: middle;
	max-width: 100%;
	width:100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.social-content {
	width:100%;
	float:left;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    padding-left:5px;
	padding-right:5px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-item {
	width:100%;
	float:left;
	text-align:center;
	padding-top:0px;
	padding-bottom:20px;
}

.video-item  .video-item-container {
	width:100%;
	margin:0 auto;
}

.video-info {
	margin-top:20px;
	margin-bottom:5px;
	padding-left:10px;
	padding-right:5px;
	width:100%;
	text-align:left;
}

.video-info p {
	font-size: 12px;
	line-height:140%;
}

ul.archive {
	margin-left: 0px;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding:0;
    white-space: nowrap;
}

ul.archive li {
    display: inline;
    list-style-type: none;
    float:left;
    margin-right:10px;
}

ul.archive a {
	/* 
	padding-left: 0;
	padding-right: 30px;
	padding-top: 0;
	padding-bottom: 0;
	*/
}

ul.archive a:link, ul.archive a:visited {
	text-transform: none;
	font-size: 12px;
    color: #676767;
    text-decoration: none;
}

ul.archive a:hover {
	color:#ccce3e;	
}

ul.archive li.current_page_item a {
	color:#ccce3e;	
}

.footer-home-left {
	width: auto;
	float:left;
	margin-left:38px;
	margin-right:38px;
}

.footer-home-left p {
	color:#cccccc;
	font-size:12px;
	line-height: 150%;
}

.footer-home-right {
	display:none;
	width: 40%;
	float:right;
	margin-right:38px;
	text-align: right;	
}

.footer-container {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	background:#000000;
	height:auto;
}

.footer-container p {
	font-size: 12px;
	color:#999999;
	margin:0;
}

.footer-container .footer-info {
	position:relative;
	left:0px;
	top:0;
	width:100%;
	text-align:center;
}

.footer-container .languages {
	position:relative;
	right:0px;
	top:0;
	width:100%;
	text-align:center;
}

.footer-container .languages a:link, .languages a:visited {
	font-size:12px;
	color:#999999;
	text-decoration: none;
}

.footer-container .languages a:hover {
	color:#FFF;
}

.footer-container .languages a.active {
	color:#FFF;
}

/* Colorbox */
#cboxLoadedContent {background: #FFF;}

#cboxContent {background: #FFF;}

#cboxNext {outline: 0;}
#cboxPrevious {outline: 0;}
#cboxClose {outline: 0;}

#cboxContent {margin-top: 20px;}

#cboxClose {
	background: url(images/close.png) no-repeat 0 0;
	width: 42px;
	height: 42px;
	top:-60px;
}

#cboxClose:hover {background-position: 0 0;}

#cboxNext {
	position: absolute;
	top: 45%;
	right: -70px;
	color: transparent;
	background: url(images/next.png) no-repeat 0 0;
	height: 100px;
	width: 50px;
}

#cboxNext:hover {background-position: 0 0;}

#cboxPrevious {
	position: absolute;
	top: 45%;
	left: -60px;
	color: transparent;
	background: url(images/prev.png) no-repeat 0 0;
	height: 100px;
	width: 50px;
}

.content-half.clients_custom_left {
    width: 40%;
} 
.clients_custom_right ul li {
    width: 25%;
    float: left;
}
.content-half.clients_custom_right {
    width: 60%;
}
.clients_custom_right ul {
    padding-bottom: 10px;
    display: block;
    float: left;
}
#cboxPrevious:hover {background-position: 0 0;}

#colorbox, #cboxOverlay, #cboxWrapper {overflow:visible;}

#readless {display:none;}


.video-item iframe {
    width: 100%;
    height: 215px;
}
img.video-thumbnail {
    width: 100%;
    object-fit: cover;
}

.current-menu-item a {
    color: rgb(204, 206, 62) !important;
}
ul.sub-menu {
    display: none;
}

ul.sub-menu.main-nav {
    display: none;
}

/* --------------------------------------------------------
	480px
-------------------------------------------------------- */

@media only screen and (min-width: 480px) {

	.item {
		width:50%;
		margin-bottom:0px;
	}

	.content-half {
		margin-top:80px;
		width:50%;
		float:left;
	}

	.content-full {
		margin-top:50px;
		margin-bottom:100px;
	}

	.video-item  .video-item-container {
		width:100%;
		margin:0 auto;min-height: 280px;
	}

	.video-item {
		padding-top: 20px;
		width: 30%;
		float: left;
		padding: 15px;
	}

	.video-info {
		margin-top:20px;
		margin-bottom:5px;
		padding-left:5px;
		padding-right:5px;
		width:100%;
		text-align:left;
	}

	.inner-content-container h2 {
		font-size:38px;
	}

}

/* --------------------------------------------------------
	768px
-------------------------------------------------------- */

@media only screen and (min-width: 768px) {

	.item {
		width:33.3333333%;
	}

}

/* --------------------------------------------------------
	1024px
-------------------------------------------------------- */

@media only screen and (min-width: 1024px) {

	.header-container {
		height:110px;
	}

	.header-container .menu_button_mobile {
		display:none;
	}

	.header-container .logo_mobile {
		display:none;
	}

	.header-container .menu_button {
		display:block;
	}

	.header-container .logo {
		display:block;
	}

	.nav-mobile-container {
		display:none;
	}

	.nav-desktop-container {
		display:block;
	}

	.content-container {
		margin-top:168px;
	}

	.item {
		width:25%;
	}

	.footer-home-left {
		width: 40%;
		margin-left:38px;
	}

	.footer-home-right {
		display:block;
	}

	.footer-container {
		height:36px;
	}

	.footer-container .footer-info {
         position: absolute;
        left: 38px;
        top: 12px;
        width: auto;
        text-align: left;
    }

	.footer-container .languages {
		position:absolute;
		right:39px;
		top:0;
		width:auto;
		text-align:right;
	}

}

/* --------------------------------------------------------
	1200px
-------------------------------------------------------- */

@media only screen and (min-width: 1200px) {

	.wrapper {
		width:1100px;
		margin:0 auto;
	}

	.item {
		width:20%;
	}

}

/* --------------------------------------------------------
	1700px
-------------------------------------------------------- */

@media only screen and (min-width: 1700px) {

	.item {
		width:16.6666667%;
	}

}

/* --------------------------------------------------------
	2300px
-------------------------------------------------------- */

@media only screen and (min-width: 2300px) {

	.item {
		width:14.2857143%;
	}

}

@media only screen and (max-width: 1100px){
	body .video-item {
		padding-top: 20px;
		width: 50%;
		float: none;
		padding: 15px;
		margin-bottom: 20px;
		display: table;
		margin: 0 auto;
	}
}
.img-ins img {
	    object-fit: cover;    width: 100%;
}
.item img {
    height: 270px;
    object-fit: cover;
}
/*motion*/
.wrap-work.wrap-motion .img-p:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000036;
}
.mfp-gallery.mfp-img-motion .mfp-image-holder .mfp-figure .title-popup {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.875rem !important;
    text-align: left !important;
}
.mfp-gallery.mfp-img-motion .mfp-image-holder .mfp-figure .mfp-title img {
    max-width: 62%;
    margin: 0 !important;
    padding: 0 !important;
    height: 37.5rem;
    object-fit: cover;
}
.mfp-gallery.mfp-img-motion .mfp-image-holder .mfp-figure .mfp-title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	padding-right: 0;
}
.mfp-gallery.mfp-img-motion .mfp-image-holder .mfp-figure figcaption {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 !important;
    text-align: left !important;
}
.mfp-img-motion video {
    max-width: 62%;
    margin: 0 !important;
    padding: 0 !important;
    height:35rem;
    object-fit: cover;
}
.mfp-img-motion img.mfp-img {
    display: none;
}
.wrap-work.wrap-motion .img-p:before {
    content: '';
    background: url('../images/play.svg') center center/contain no-repeat;
    width: 2rem;
    height: 2rem;
    filter: invert(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.wrap-work.wrap-motion .img-p {
    height: 17.75rem;
}
/*motion*/ 
/*work*/
p#loading_loadmore {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
button.mfp-arrow::after,
button.mfp-arrow::before {
    display: none !important;
}
button.mfp-arrow.mfp-arrow-right.mfp-prevent-close {
    background: url('../images/right-arrow.svg') center center/contain no-repeat;
    width: 3.5rem;
    height: 3.5rem;
    filter: invert(1);
}
button.mfp-arrow.mfp-arrow-left.mfp-prevent-close{
    background: url('../images/right-arrow.svg') center center/contain no-repeat;
    width: 3.5rem;
    height: 3.5rem;
    filter: invert(1);
    transform: rotate(180deg);
}
.mfp-counter {
    display: none;
}
.mfp-gallery .mfp-image-holder .mfp-figure figure {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
img.mfp-img {
    max-width: 62%;
    margin: 0 !important;
    padding: 0 !important;
    height: 37.5rem;
    object-fit: cover;
}
.mfp-gallery .mfp-bottom-bar {
    margin-top: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-gallery .mfp-image-holder .mfp-figure figcaption p {
    color: #000;
    margin-bottom: 0;
	margin-top: 0;
}
.mfp-gallery .mfp-image-holder .mfp-figure figcaption h3{
    margin: 0 0 1.25rem 0;
    font-size: 2.2rem !important;
    line-height: 1.5;
    color:#000;

    font-weight: 600;
}
.mfp-gallery .mfp-image-holder .mfp-figure figcaption {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.875rem !important;
    text-align: left !important;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    background: #fff;
    position: relative;
    padding: 0;
    width: auto;
    margin: 0 auto;
    max-width: 80rem;
}
a.popup-modal {
    opacity: 0;
}
.title-popup span {
    font-size: 0.8rem;
}
.page-template-template-work header#site-header {
    background: #000; 
}
.wrap-work .box {
    text-align: center;
}
.wrap-work.popup-gallery .box {
    /* flex: unset; */
    /* height: 6.25rem; */
}
.wrap-work .item {
    flex-basis: 33.33%;
    max-width: 33.33%;
    padding: 0 0.625rem 1.25rem 0.625rem;
    position: relative;
    width: 33.33%;
	box-sizing: border-box;
}
.wrap-work .img-p a, .wrap-work .img-p img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform .2s;
    object-position: center top;
}
.wrap-work .item .item-inner:hover .img-p img {
    /* -webkit-transform: scale(1.1);
    transform: scale(1.1); */
    transition: all .6s ease;
}
.wrap-work.wrap-location .item .item-inner>a{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

}
.wrap-work.wrap-location .item .item-inner {
    position: relative;
}
.wrap-work.wrap-location .item .item-inner .img-p{
    overflow: hidden;
    display: block; 
    height: 28.5rem;
}

.wrap-work .item a.ajax-popup-link,
.wrap-work .item a.popup-modal {
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.wrap-work .item .item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
}
.wrap-work .box h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
	margin-top: 0;
    /* font-family: var(--text-font-medium) !important; */
}
p.short-desc {
    margin-bottom: 0;
    /* font-family: var(--text-font) !important; */
    line-height: 1.2;
    font-size: 0.75rem;
    max-width: 14rem;
    margin: 0 auto; 
}
.wrap-work .box {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-top: 1.25rem;
}
.wrap-work .img-p {
    height:40.5rem;
    position: relative;
    overflow: hidden;
}

.wrap-work.wrap-location.location-cl .item p.short-desc,
.wrap-work.wrap-location.popup-gallery .item p.short-desc {
    max-width: 100%;
}
.wrap-work.wrap-location.location-cl .item,
.wrap-work.wrap-location.popup-gallery .item {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
}
.wrap-work {
    display: flex;
    margin: 0 -0.625rem;
    flex-wrap: wrap;
}
.logo img {
    object-fit: contain;
}
a.get_in_touch {
    text-decoration: none;
    color: #ccce58;
    font-size: 12px;
    margin-right: 15px;
}
.row.row-full {
    max-width: 92rem !important; 
}
.white-popup-block {
    position: relative;
    background: #fff;
    padding: 0;
    width: auto;
    margin: 0 auto;
    max-width: 60rem;
}
button.mfp-close:hover {
    text-decoration: unset !important;
}
.white-popup-block .row > .box.col.large-6 h3 {
    margin: 0 0 1.25rem 0;
    font-size: 3rem !important;
    font-family: var(--heading-font-bold);

}
.white-popup-block .row > .box.col.large-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.875rem !important;
    text-align: left !important;
}
.white-popup-block .row > .col {
    padding: 0 !important;
}
.wrap-work{
    margin-bottom: 4rem;
}
.loadmore-news.text-center {
    text-align: center;
    margin: 2rem 0 4rem 0;
    display: none;
    /* opacity: 0; */
}
a.button.primary {
    background: transparent;
    text-decoration: underline;
    font-size: 1.5rem;
}
p#loading_loadmore {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}
.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*work*/
@media only screen and (max-width: 767px){

	.location_custom {
        background: transparent !important;
    }
	.location_custom.active ul {
		display: block;
	}
	.location_custom.active ul {
		display: block;
		margin: 0 !important;
		padding: 0;
	}
	.location_custom >a:before {
        content: " ";
        background-image: url(../images/dropdown.png);
        width: 8px;
        height: 7px;
        display: inline-block;
        margin-right: 10px;
    }
	.content-half.clients_custom_left,.content-half.clients_custom_right {
		width: 100%;
	}
	.clients_custom_right ul li {
		width: 50%;
		float: left;
	}
	bodt .inner-content-container h2 {
		font-size: 30px;
	}

	body .inner-content-container h3 {
		
		font-size: 30px;
	}
}
@media only screen and (max-width: 500px){
	body .video-item {
    
		padding: 0px !important;

	}

	body .video-item {
	   
		width: 100% !important;
	}
}

.page-template-contact-php .social-content {
    display: none;
}
