/*!
air v1.1.3
2018 Vork Studio Aps
*/

.l-box { padding: .5rem; }
.l-box-lrg {
    padding: 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.module {
	box-sizing: border-box;
	position: relative;
	
	overflow: hidden;
}

.module.-text {
	padding: 1rem;
}

.module.-text p:last-child {
	margin-bottom: 1rem;	
}

.module.-button {
	position: relative;
}

.module.-button.-center { text-align: center; }
.module.-button.-right { text-align: right; }

.module.-image {  }


.module.-image .img-desc {
	box-sizing: border-box;
	
	padding: 1rem 1rem .5rem 1rem;

	position: absolute;
	bottom: 0;
	right: 0;
	/*color: #fff;*/
	
	text-shadow: 0 2px 5px rgba(255, 255, 255, .35);
	/*font-style: italic;*/
	font-weight: 400;
	font-size: .9rem;
	
}

.module.-image .img-desc p { line-height: 1.25rem; text-align: right; }

.module.-image.right .img-desc { right: 0; }
.module.-image.l-box.right .img-desc { 
	right: 1.1775rem;
	text-align: right;	
}
.module.-image.l-box.right .img-desc p { text-align: right; }
.module.-image.l-box .img-desc { bottom: 1rem; }

.module.-image.left .air-img {
		margin: 0 auto 0 0;
	}
	
.module.-image.right .air-img {
		margin: 0 0 0 auto;
	}


.module.-sc-image { 
	position: relative;
	overflow: visible;
	box-sizing: content-box;
}

.module.-sc-image.l-box {
	padding: 0;
	margin: 1rem;
}

.sc-img-box { 
	position: absolute;

	bottom: 0;

	overflow: hidden;
	
	width: 100%;
	height: 100%;
	transition: height .5s;	
		
}

.-sc-image:hover .sc-img-box {
	transition: height 5s;
	  
  
}

.sc-img-box div {
	position: relative;
	height: 100%;
	width: 100%;
}

.-sc-image .sc-img-box div:after {
	display: block;
	
	content: '';
	
	position: absolute;
	bottom: 0;
	
	z-index: 9999;
	
	
	width: 100%;
	height: 100%;
	
	box-shadow: 0 -22px 22px -22px rgba(0, 0, 0, 0.6) inset;
}

.sc-img-box img { 
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 1;
	
	transition: top .5s linear;
	
}
.sc-img-box img:hover { 
	transition: top 5s linear;
}


.-sc-image:hover .sc-img-box {

}

.-sc-image .sc-ico {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1rem 1.5rem;
	z-index: 99999;
	border-radius: 3px 0 0 0;
	background: rgba(255,255,255,1);
	
}
.-sc-image .sc-ico-mglass {
  position: relative;
  display: inline-block;
  background: transparent;
  border-radius: 30px;
  height: 12px;
  width: 12px;
  border: 2px solid rgba(0,0,0,1);
}
.-sc-image .sc-ico-mglass:after {
  content: "";
  height: 3px;
  width: 10px;
  background: rgba(0,0,0,1);
  position: absolute;
  top: 12px;
  left: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


/*Responsive styles below
====================================================== */
/*  #Mobile (Landscape and Portrait)
	================================================== */	
    /* Note: Design for a width of < 768px */

    @media only screen and (max-width: 767px) {
		.module.-sc-image.l-box {
			padding: 0 !important;
			margin: .5rem !important;
		}
	}

.module.-lp-image { 
	padding: 2rem 0;
}

.module.-lp-image .lp-img-box {
	background-position: .5rem 0;
	background-repeat: repeat-x;
	background-attachment: scroll;
	/*background-size: auto 100%;*/
	-webkit-animation: scroll 4s cubic-bezier(0.77, 0, 0.175, 1) 2s infinite;
	animation: scroll 4s cubic-bezier(0.77, 0, 0.175, 1) 2s infinite;	
}

.module.-lp-image .lp-img-box img { 
	opacity: 0; 
	/*min-width: 100%; 
	max-height: 100%;*/
	visibility: hidden;
}

.-loading:before,
.-loading:after {
	content: '';
	
	display: block;
	position: absolute;
	
	
	z-index: 1;
	
	pointer-events: none;
	
	opacity: 1;	

	transition: opacity .5s ease;
}

.-loading:before {
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background-color: var(--load-color);
	transition: opacity .25s ease, background-color .5s ease;
}
/*
.-loading:after {
	top: 50%;
	left: 50%;
	
	margin: -1.5rem 0 0 -1.5rem;
	
	width: 3rem;
	height: 3rem;
	
	border: .5rem solid rgba( 255, 255, 255, .75);
	border-radius: 50%;
	border-top: .5rem solid;
	border-top-color: var(--main-color);
	
	
	animation: loader_spin 2s linear infinite;	
}*/

.-loading:after {
	left: -30%;
	bottom: 0;
	
	width: 30%;
	height: .25rem;
	/*background-color: var(--main-color);*/
	background-color: rgba(255,255,255,.9);
	animation: loadanim 2s linear infinite;
}

@keyframes loadanim {
    from {left: -30%; width: 30%;}
    50% { width: 30%;}
    70% { width: 70%;}
    80% { left:  50%;}
    95% { left: 120%;}
    to 	{ left: 100%;}
}

.module.-gallery {
	margin: 0 auto;
}

.module.-video video {
	width: 100%;
	height: 100%;
	object-fit: cover !important;
}

.module.-social {
	line-height: 30px;	
}
.module.-social.l-box {
	padding: 1rem;	
}
	.module.-social.-right {
		text-align: right;
	}
	.module.-social .page_link {
		display: inline-block;
		box-sizing: border-box;
		min-width: 30px;
		height: 30px;
		overflow: hidden;
		
		padding: 0 5px 0 35px;
		
		font-size: 1em;	
		line-height: 30px;
		color: inherit;
		
		
		text-decoration: none;
		
		background-size: 30px 60px;
		background-position: left top;
		background-repeat: no-repeat;
	}
	.module.-social.-right .page_link {
		padding: 0 35px 0 5px;
		background-position: right top;
	}
	.module.-social.-vertical .page_link {
		display: block;
		margin: 0 0 1em 0;		
	}

	.module.-social .page_link:hover {
		background-position: left bottom;
		
		color: inherit;
		text-decoration: none;
	}
	
	.module.-social.-right .page_link:hover {
		background-position: right bottom;
	}
	.module.-social .page_link.-fb {
		background-image: url(../img/facebook-sprite.png);
	} 
	.module.-social .page_link.-li {
		background-image: url(../img/linkedin-sprite.png);
	} 
	.module.-social .page_link.-ar {
		background-image: url(../img/artsy-sprite.png);
	} 
	.module.-social .page_link.-ig {
		background-image: url(../img/instagram-sprite.png);
	} 


.module.-profile:target .air-g {
	background: rgba(55, 159, 181, .05);
}

.module.-profile .air-g {
	border-bottom: 1px dotted rgba(85, 128, 158, 1); 
	padding-top: 2.8rem;
	padding-bottom: 4rem;
}

.module.-profile .profile-img {
	max-width: 200px;
	max-height: 200px;
	margin: 0 1rem 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	overflow: hidden;
}

.module.-profile .air-img {
	max-width: 100%;
	margin: 0 1rem 1.3rem 0;
}


.module.-profile .profile-contact-info-footer {
	display: none;
	padding: .5rem 0;
}

.module.-profile .profile-contact-info-header {
	padding: 1rem 0;
	margin: 0 1rem 0 0;
	max-width: 200px;	
}

.module.-profile .profile-contact-info-header a {
	font-weight: 400;	
}

.module.-profile .profile-head {
	margin: 0 0 1.5em;
	
}

.module.-profile .profile-body {
	margin: 0 0 1.5em;
	
}

.module.-profile .profile-head .profile-affiliate {
	font-size: .8em;
	font-family: 'Roboto',
	sans-serif;
	font-weight: 400;
}

.module.-profile .profile-head h2 {
	padding: .4rem 0 0 0;
}
.module.-profile .profile-head .profile-titles { font-style: italic; }


/*Responsive styles below
====================================================== */
/*  #Mobile (Landscape and Portrait)
	================================================== */	
    /* Note: Design for a width of < 768px */

    @media only screen and (max-width: 767px) {
		.module.-profile {
			overflow: visible;
		}
		.module.-profile .air-g {
			padding-top: .8rem;
			padding-bottom: 2rem;
		}
		.module.-profile .profile-img {
			height: 20vw;
			width: 20vw;

			border-radius: 50%;
			margin: 0 0 .8rem 0;
		}
		
		.module.-profile .profile-head {}
		
		
		.module.-profile .air-img,
		.module.-profile .profile-contact-info-header {
			display: none;
		} 
		.module.-profile .profile-contact-info-footer {
			display: block;
		}
	}



.module.-posts { /*min-height: 400px;*/ }

.module.-posts .air-g { position: relative; }

.module.-posts .air-g:after { clear: both; }

.module.-posts .air-g:after {
	/*content: 'No posts to show';
	display: block;
	
	opacity: 0;
	
	position: absolute;
	top: 120px;
	left: 0;
	z-index: -1;
	
	padding: 3rem 0 0 0;
	
	font-size: 24px;
	line-height: 29px;
	
	text-align: center;
	
	width: 100%;
	margin: 0 auto;
	min-width: 200px;
	
	box-sizing: border-box;
	
	-webkit-animation: display-transition 1s both;
	animation: display-transition 1s both;*/
}

.module.-posts h1 {
	border: 0;
	
}

.module.-posts .air-g { postition: relative; transition: height .4s ease;}

.module.-posts .filtering {
	display: none;
	
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 99999;
	
	width: 100%;
	
	padding: 1.5rem;
	
	background: rgba(0, 0, 0, .8);
    transform: translateZ(0);
}


.module.-posts .filter-title {
	position: absolute;
	right: 0;
	top: 50%;
	
	z-index: 999;
	
	height: 8rem;
	width: 2rem;
	
	margin: -4rem 0 0 0;
	
	background: rgba(0, 0, 0, .8);
	
	border-radius: .5rem 0 0 .5rem;
	
	font-family: 'Robot', sans-serif;
	font-size: .8rem;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	
	color: #fff;
	
	writing-mode: vertical-rl;
	text-orientation: upright;
	
	cursor: pointer;
	
	transition: all .4s ease;
}

.module.-posts #filter-toggle:checked ~ .filtering {
	display: block !important;
}

.module.-posts .filtering .filter-options {
	float: left;
}


.module.-posts input[type="checkbox"] { display: none; }
.module.-posts .filtering label {
	display: inline-block;	
	margin: 0 1rem 0 0;
	padding: 0;
	
	/*background: rgba( 0, 0, 0, .8);*/
	
	line-height: 1.3rem;
	
	/*border-radius: 3px;*/
	
	/*text*/
	font-size: .8rem;
	text-transform: uppercase;
	
	
	
	color: rgba( 255, 255, 255, 1);
	
	transition: color .25s, background .25s;
	
}

.module.-posts .filtering label {
	cursor: pointer;	
}

/*
.module.-posts .filtering label:before {
	content: '';
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	line-height: 30px; 
	background-image: url(../img/pdz-checkbox-sprite.png);
	background-repeat: no-repeat;
	background-position: left -60px;
	background-size: 30px;		
}
*/
.module.-posts .filtering label:hover {
	background: rgba( 0, 0, 0, .5);
}

.module.-posts .filtering input[type=checkbox]:checked ~ label {
	/*background: rgba( 0, 0, 0, .3);*/
	color: rgba( 255, 255, 255, .5);
}

.module.-posts .filtering input[type=checkbox]:checked ~ label:hover {
	background: rgba( 0, 0, 0, .5);
}
/*
.module.-posts .filtering label:hover:before {
	background-position: left -90px;
}

.module.-posts .filtering input[type=checkbox]:checked ~ label:before {
	background-position: left -0px;
}

.module.-posts .filtering input[type=checkbox]:checked ~ label:hover:before {
	background-position: left -30px;
}
*/


.module.-posts .post-grid { 
	display: none;
	opacity: 0;

	box-sizing: border-box;

	-webkit-animation: display-transition .5s both;
	animation: display-transition .5s both;
	/*background: #fff;*/
	
	overflow: hidden;
	
	-webkit-animation: display-none-transition .5s both;
	animation: display-none-transition .5s both;
		
}

.module.-posts [class*='-visible'] {
	display: block;
	
	opacity: 0;
	
	-webkit-animation: display-transition .5s both;
	animation: display-transition .5s both;
	
	transition: opacity .5s;
}

 @-webkit-keyframes display-transition
{
0% {
    display: none; 
    opacity: 0;
    }

1% 
    {
    display: block; 
    opacity: 0;
    }

100% 
    {
    display: block; 
    opacity: 1;
    }
}

.module.-posts .post-grid .post-image {
	box-sizing: border-box;
	padding: 0 32px 0 0;
}

.module.-posts .post-grid .post-image em {
	padding: 1em 0 0 0;
	font-size: 14px;
}


/*Responsive styles below
====================================================== */
/*  #Mobile (Landscape and Portrait)
	================================================== */	
    /* Note: Design for a width of < 768px */

    @media only screen and (max-width: 767px) {
		.module.-posts .air-g:after {
			top: 190px;
		}		
		
		.module.-posts .filtering .filter-title {
			float: none;
			
		}
		
		.module.-posts .filtering .filter-options {
			float: none;
			padding: 1.5rem 0 0 0;
			
		}
		
		.module.-posts .filtering label {
			display: block;
			line-height: 30px;	
			margin: 0 0 .5rem 0;
			text-align: left;
		}
		
		.module.-posts .filtering label:before {
			float: left;
			margin: 0 0 0 0;
		}
	}

	@media only screen and (max-width: 567px) {
		.module.-posts .post-grid .post-image {
			padding: 0 0 32px 0;
			
		}
	}


/*  #Mobile (Landsape and less) 
================================================== */
    
    /* Note: Design for a width of < 35.5em */
    
    @media only screen and (max-width: 35.5em) {
	    
		.module .portfolio-display-item {}
	}


.srcset {
	position: relative;
	
	display: block;
	
	height: auto;
	padding-bottom: 43%;
	
	overflow: hidden;
	
	opacity: 0;
	
	animation-name: fade_in;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: .85s;
    animation-fill-mode:forwards;
    
    transition: padding-bottom .5s ease;
}

.srcset:after { 
	display: block;
	
	content: '';
	
	position: absolute;
	top: 0;
	left:0;
	
	width: 100%;
	height: 6rem;
	
	z-index: 1;
	
	/*
	background: -moz-linear-gradient(top, rgba(0,0,0,.3) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 100%);
	*/
	
}


.srcset .srcset-wrapper {
	position: absolute;
	display: block;
	
	z-index: 999;
	
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	max-height: 100%;
	
	overflow: hidden;
	/*padding-bottom: 56.25%;*/
	/*
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;*/
	/*
	background-image: linear-gradient(45deg, #ccc 25%, transparent 25%), linear-gradient(-45deg, #ccc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #ccc 75%), linear-gradient(-45deg, transparent 75%, #ccc 75%);
	background-size: 20px 20px;
	background-position: 0 0, 0 10px, 10px -10px, -10px 0px;*/
}


.srcset .srcset-wrapper img { 
	position: absolute;
	-webkit-object-fit: cover;
	-webkit-object-position: 50% 50%;
	object-fit: cover;
	object-position: 50% 50%;
	
	height: 100%;
	width: 100%;

	/*-webkit-transform: translateZ(0); /*force gpu render */	
}

.srcset .srcset-wrapper .meta {
	position: absolute;	
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  	justify-content: left;
}

.name-list,
.name-list:before {
	font-style: normal;
	color: inherit
}

.name-list:before {
	content: ', ';
	text-decoration: none;
}

.name-list:hover:before {
	text-decoration: none;
	color: inherit;
}

.media-hero .name-list:hover:before {
	text-decoration: none;
	color: var(--main);
}


.name-list:last-of-type:before {
	content: ' & ';
}
.name-list:first-child:before {
	content: '';
}

.srcset .srcset-wrapper .content { width: 100%; }
/*
.artist.hero .air-g { padding: 0; }

.artist.hero .air-g,
.artist.hero .air-g .air-r,
.artist.hero .air-g .air-r .air-u-1 {
	height: inherit;
	padding-top: 0;
	padding-bottom: 0;
}

.artist.hero .artist.hero_client {
	position: absolute;

	bottom: 1rem;
	
	width: 100%;	
}


.artist.hero .artist.hero_client h1 {	
	width: 100%;
	margin: 0 auto;
	
	color: rgba( 255, 255, 255, 1 );
	
	
	word-spacing: 99999999999px;
	
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1em;
	
	text-transform: uppercase;
}
*/


.module.-hero {}


.module.-hero .hero-content {
	padding-top: 2.8rem;
	padding-bottom: 2.8rem;	
}
.module.-hero .hero-content p {
	font-size: 1.6em;
	line-height: 1.6em;
	
	padding-left: 25%;
}

.module.-hero .hero-image {
	position: relative;
	
	height: 495px;
	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	 -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.module.-hero .hero-caption {
	width: 100%;
	padding: 0 1rem 1rem 0;
	
	color: #fff;
	/*text-shadow: 0 2px 5px rgba(0,0,0,.35);*/
	font-size: .8em;
	font-style: italic;
	font-weight: 400;
	text-align: right;	
	
	transition: padding .25s;
}

/*Responsive styles below
====================================================== */
/*  #Mobile (Landscape and Portrait)
	================================================== */	
    /* Note: Design for a width of < 1080px */

    @media only screen and (max-width: 1080px) {
		.module.-hero .hero-caption {
			padding: 0 1rem 1rem 0;
			transition: padding .25s;
		}
	}

/*  #Mobile (Landsape and less) 
================================================== */
    
    /* Note: Design for a width of < 768px */
    
    @media only screen and (max-width: 767px) {
		.l-box { padding: .5rem !important; }
		.module.-hero .hero-image { max-height: 360px; }
		.module.-hero .hero-content p { font-size: 1.4rem; padding: 0 .5rem; }
		.module.-hero .hero-caption { display: none; padding: .5rem; }
	}





.module.-onpage-nav {
	position: relative;
	
	z-index: 999;
	
	margin: -59px 0 0 0 !important;
	min-height: 59px;
	padding-top: 0;
	padding-bottom: 0;
	
	overflow: visible;
}
.on-page-navigation-toggle {
	float: right;

	
	display: block;
	width: 40px;
	height: 39px;
	
	margin-top: -12px;
	
	cursor: pointer;
	
	background-image: url(../img/pdz-search-sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 80px;
	opacity: 1;
	
	overflow: visible;
}

.on-page-navigation-toggle:hover {
	background-position: left bottom;
}


.on-page-navigation-toggle:before {
	content: 'Quick find';
	display: block;
	float: right;
	
	font-weight: 400;
	color: #36d798;
	line-height: 39px;
	padding: 0 49px 0 0;
	white-space: nowrap;
	text-align: right;
	
	width: 160px;
	text-decoration: underline;
}
.on-page-navigation-toggle:hover:before {
	color: #379fb5;
} 

.on-page-navigation-checkbox:checked + .on-page-navigation-toggle:before {
	content: 'Close';	
}

.on-page-navigation-checkbox:checked + .on-page-navigation-toggle {
	background-position: right top;
}

.on-page-navigation-checkbox:checked + .on-page-navigation-toggle:hover {
	background-position: right bottom;
}

.on-page-navigation-checkbox {
	display: none;
	-webkit-appearance: none;
}

.module.-onpage-nav ul {
	width: 100%;
	max-width: 1080px;
	
	overflow: auto;
	
	border-bottom: 1px solid #cecece;
	
	margin: 0;
	padding: 1.9rem 0;
	
	z-index: 999;
	
	display: none;
	
}

/*Show menu when invisible checkbox is checked*/
.module.-onpage-nav input[type=checkbox]:checked ~ ul {
	/*z-index: 999;
    transform: scale(1, 1);
	transform-origin : 0 0;
	transition: transform .35s ease;
	pointer-events: all;*/
	
	display: block;
}



.module.-onpage-nav ul li {
	margin: 0;
	padding: 1.12em 0;
	/*
	display: flex;
	flex-direction: column;*/
	
}

.module.-onpage-nav ul li small,
.module.-onpage-nav ul li a {
	display: block;
	font-family: 'Roboto', sans-serif;
	padding: 0 0 0 0;
}

.module.-onpage-nav ul li small {
	margin-top: auto;
	font-size: .8em;
	font-weight: 400;
	display: none;
}

.module.-onpage-nav ul li a {
	font-size: 24px; line-height: 27px; vertical-align: middle;
	
}

/*  #Mobile (Landsape and less) 
================================================== */
    
    /* Note: Design for a width of < 768px */
    
    @media only screen and (max-width: 767px) {
		.module.-onpage-nav ul li {
			margin: 0;
			padding: .5em 0;
		}
		
		.module.-onpage-nav ul li small {
			display: none;
			width: 45%;
			text-align: right;
			padding: .25rem;
			border-radius: 3px;
			border: 1px solid #cecece;
			margin-right: 1rem;
		}


		.module.-onpage-nav ul li a {
			display: inline-block;
			width: 53%;
			font-size: 19px; line-height: 21px;
			text-decoration: none;
		}
		
		.on-page-navigation-toggle {
			margin-top: -16px;
		}

	}






/*  #Mobile (Landsape and less) 
================================================== */
    
    /* Note: Design for a width of 320px */
    
    @media only screen and (max-width: 767px) {
		.module { margin: 0 !important; }
		.module.-image.right .air-img { margin: 0 auto 0 0; }
		.l-box { padding: .5rem !important; }  
	}







.module.-callout {
	position: relative;
	min-height: 300px;
}

.module.-callout a.air-button {
	position: absolute;
	bottom: 2px;
	margin: 0;
	
}



/*  #Module callout responsive styles
================================================== */
    
    
    @media only screen and (max-width: 960px) {
		.module.-callout {
			min-height: 440px;
		}
		
		.module.-callout a.air-button {
			
		}  
	}
	
	@media only screen and (max-width: 810px) {
		.module.-callout {
			min-height: 460px;
		}
		
		.module.-callout a.air-button {
			
		}  
	}
	
	 @media only screen and (max-width: 767px) {
		.module.-callout {
			
			min-height: 0;
			
		}
		
		.module.-callout a.air-button {
			position: static;
			float: right;
		}  
	}





.module.-map {}
.map-canvas {
	width: 100%;
	margin: 0;
}

.l-box .map-canvas {
	box-shadow: 0 .25rem .5rem rgba(0,0,0,.2);
}


/* fixes potential theme css conflict */
.map-canvas img {
   max-width: inherit !important;
}


.module.-divider {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.module.-divider .stroke {
	/*width: 100%;*/
	/*height: 1px;
	
	background: var(--highlight);*/
}

