/** DO NOT EDIT THIS BLOCK OF CODE, THIS IS THE DEFAULT CSS RESET THAT IS USED TO MAKE ALL BROWSERS DISPLAY AS CLOSE AS POSSIBLE BY DEFAULT **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;zoom:0;}body{	line-height:1;}ul,li{list-style:none;display:inline;}.clear{clear:both;}


/** BEGINNING OF CORE CSS **/

ul, li {
	list-style:none;
	display:inline;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }

body, html{
	background:#161616;	
	font-family:"Lato", Helvetica, sans-serif;
    min-width:320px;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
	position: fixed;
}

nav{
    display:block;
    width:100%;
    background:#111;
    height:53px;
    padding:20px;
    text-align:center;
    overflow:hidden;
    transition:height 0.5s;  
	position:relative;
	z-index:10;
	 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none; 
}



nav a{
    display:block;
    float:left;
    text-decoration:none;
    color:#DDD;
    opacity:0.7;
    font-weight:300;
    margin-left:10px;
    text-transform:uppercase;
    font-size:12px;
	font-family:"Lato",sans-serif;
	cursor:pointer;
}

nav ul{
    display:block;
    float:right;
	clear:both;
	position:relative;
	top:-27px;
	padding-top:10px;
	padding-bottom:10px;
	
}

nav ul a{
		
}

nav a:hover, nav a.active{
    opacity:1;   
}

nav header{
    display:block;
    float:left;
    font-family:"Unica One", Helvetica, sans-serif;
	background:url(/templates/images/logo.png) no-repeat 0px 1px;
	background-size:27px 13px;
	padding-left:33px; 
	
}

nav header a{
    font-family:"Unica One", Helvetica, sans-serif;
    font-size:18px; 
    line-height:18px;
    font-weight:400;
    float:none;
    display:inline;
    margin:0;
    text-transform:none;
    color:#888;
    position:relative;
    top:-1px;
	text-transform:uppercase; 
}

nav header a strong{
    font-weight:400; 
    color:#DDD;
}


.MobileNav{
	display:block;
	position:absolute;
	background:rgba(200,200,200,0.9);
	top:53px;
	left:0px;
	z-index:5000;
	width:100%;	
	height:calc(100% - 53px);
	overflow:auto;
}

.MobileNav a{
	display:block;
	width:100%;
	padding:10px;
	padding-right:20px;
	font-size:16px;
	text-align:right;
	text-decoration:none;
	color:#666;
	text-transform:capitalize;
}

.MobileNav a:hover{
	background:rgba(255,255,255,0.5);	
}

.gallery-index{ display:none; }

.SlidingGallery .loading{
	display:block;
	background:pink;
	width:180px;
	height:36px;
	position:absolute;	
	background:rgba(0,0,0,0.5);
	padding:10px;
	color:#666;
		transition:opacity 1.5s;	
}

.SlidingGallery .loading i{
	display:inline-block;
	margin-right:10px;	
	color:#AAA;

}

.SlidingGallery{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;	
	 -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none; 
}

.SlidingGallery .container{
	display:block;
	width:100%;
	overflow:hidden;	
	opacity:0;
	transition:opacity 2.5s;	
}

.SlidingGallery .rail{
	display:block;
	width:100%;
	position:relative;
	top:-24px;
	opacity:0;
	transition:opacity 2.5s;	
}

.SlidingGallery .slider{
	display:block;
	height:22px;
	min-width:40px;	
	position:relative;
	background:transparent;
	transition:left 0.5s;
	padding-bottom:2px;
	padding-top:18px;
	cursor:pointer;
}

.SlidingGallery .slider:after{
	display:block;
	content:"";
	background:rgba(255,255,255,0.4);
	width:100%;
	height:100%;	
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.8);
}

.SlidingGallery .slider:hover:after{
	background:rgba(255,255,255,0.6);
}

.SlidingGalleryItem{
	display:block;
	position:relative;
	width:0px;
	height:0px;
	opacity:0;
	transition:opacity 0.5s;	
}

.SlidingGalleryItem img{
	display:block;
	position:relative;	
}

.SlidingGalleryItem img.faded{
	
}

div.page{
	display:block;
	width:100%;
	height:calc(100% - 53px);
	background:#EEE;	
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

div.page section{
	clear: both;
	display:block;
	margin:0 auto;
	max-width:900px;
	width:100%;
	padding:20px;	
	padding-bottom:80px;	
	text-align:center;
	animation: fadein 1s;	
}

div.page section.concept{
	width: 100%;
	margin: 0 auto;
	max-width: 5500px;
	padding: 3px;
	box-sizing: border-box;
}

div.page section.concept-page{ 
	max-width: 1024px;
}

div.page section.shoot {
	max-width: 1000px;
	margin-top: 40px;
}

div.page section.shoot-list {
	max-width: 1000px;
	margin:0 auto;
}

div.page section.concept-list {
	display: flex;
	flex-wrap: wrap;
}

div.page section.concept-list::after {
  content: "";
  flex: auto;
}

div.page section.gallery-list {
	display: flex;
	width: 100%;
	max-width: 1400px;
}



section.concept cover {
	display: block;
	width: 100%;
	height: 700px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

div.page section.shoot-list cover{
		width: calc(50% - 6px);
		float: left;
}

section.concept cover.mini {
	height: auto;
	background: #111;
	display: block;
}

section.concept-list a {
	display: block;
	height: 400px;
	width: 33%;
	flex-grow: 1;
	padding: 3px;
	max-width: calc(100vw / 3 - 3px);
}

div.page section.gallery-list a.empty, div.page section.gallery-list a.full{
	width: 100%;
	height: 50px;
	background-color: black;
	padding: 13px;
	margin-top: 40px;
	margin-left: 3px;
	margin-right: 3px;
	max-width: 100%;
}

div.page section.gallery-list a.full{
	height: 400px;
	margin-top: 3px;
	background-color: transparent;
	padding: 0;
}

div.page section.gallery-list a {
	width: 50%;
	max-width: 50%;
}

div.page section.gallery-list a.empty heading {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 2500px) and (max-width: 3500px) { 
	section.concept-list a {
		width: 25%;
	}
}

section.concept-list cover {
  	display: block;
	height: 100%;
	width: 100%;
}

section.concept cover:before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
}

section.concept-list cover.empty:before {
	background: #000;
}

section.concept cover:hover:before {
	background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
}

section.concept heading {
	display: block;
	position: absolute;
	bottom:0px;
	color: #FFF;
	text-align: left;
	padding: 20px;
}

section.concept .mini heading {
	position: relative;
}

section.concept heading h1 {
	font-size: 24px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

section.concept heading h2 {
	font-size: 16px;
	font-weight: normal;
}

section.concept p {
	margin-bottom:10px;
	line-height: 1.3;
}

section.concept h3{
	margin-bottom: 10px;
} 

section.concept h4{
	margin-bottom: 20px;
	clear: both;
} 

section.concept gallery {
	display: block;
	padding-bottom: 40px;;
}

section.concept gallery:after, section.concept-list:after {
	content: "";
	display: block;
	clear:both;
}

section.concept download-gallery a {
	background: #111;
	float: left;
	width: calc(50% - 2px);
	display: block;
		margin-right: 4px;
	margin-top: 4px;
	text-decoration: none;
}

section.concept a label {
	padding-bottom: 20px;
	color: #FFF;
	text-decoration: none;
	display: block;;
}

section.concept photo {
	display: block;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

section.concept .download {
	display: inline-block;
	background: #FFF;
	padding: 10px;
	text-align: center;
	color: #666;
	margin-top: 10px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
}

section.concept .download-blurb {
	display: block;
	color: rgba(255,255,255,0.6);;
	margin-top: 20px;
	font-style: italic;
	max-width: 600px;
	font-size: 14px;
	line-height: 1.2;;
}

section.concept a:nth-child(2n) {
	margin-right: 0px;
}

section.concept download-gallery photo {
	background-size: contain;
	background-color: #111;
	border: 20px solid #111;
}

section.concept download-gallery{
	display: block;
	padding-bottom: 40px;
}

section.concept download-gallery:after{
	clear: both;
	content: "";
	display: block;
}

section.concept content {
	display: block;
	text-align: left;
	width: calc(50% - 20px);
	float: left;
	margin-top: 20px;
}

section.concept h2 {
	display: block;
	font-size: 24px;
	margin-top: 5px;
}

section.concept h2 p {
	display: inline;
}

section.concept content.disclaimer {
	float: right;
	font-style: italic;
	opacity: 0.5;
}

section.about h1{
	font-family: "Lato",sans-serif;
    font-weight: normal;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
    font-size: 32px;
	margin-top:0px;
}

div.page section.about {
	padding-top:40px;
	padding-bottom: 0px;;
}

section.about p{
	font-family: "Lato",sans-serif;
    font-weight: 300;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
}

section.about img{
	display:block;
	width:100%;	
}

section.about img.portrait {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 20px;;
}

section.about block {
	display: block;
	clear:both;
	margin-bottom: 20px;
	text-align: left;
}

section.about block:after{
	content:"";
	display: block;
	clear: both;
}

section.about block img {
	display: block;
	float: left;
	width: 30%;
	margin-right: 20px;
}

section.about block h2 {
	display: block;
	font-size:24px;
	color: #999;
	margin-bottom: 20px;;
}

section.about block li {
	display:block;
	background: #999;
	color: #FFF;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 16px;	
}

section.contact h1{
	font-size:30px;
    margin-bottom:10px;
	font-family:"Lato",sans-serif;
	font-weight:300;	
	text-transform:uppercase;
	color: #666;
}

section.contact a{
	color:#666;
	display:inline-block;
	margin-left:10px;
	opacity:0.7;	
}

section.contact .social a{
	margin-top:10px;
	
}

section.contact a:hover{ opacity:1 }

section.fstoppers{
	display:block;
	width:100%;
	height:calc(100% - 53px);
	background:#EEE;	
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

section.fstoppers .loading{
	display: block;
	text-align: center;
	color:#999;
	font-size:18px;
	padding: 20px;
	animation: fadein 1s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

section.fstoppers .container{
	display:block;
	margin:0 auto;
	width:100%;
	padding:20px;	
	padding-bottom:80px;
	animation: fadein 1s;
}

section.fstoppers .container .header{
	display:block;
	background:#FFF;
	padding:20px;
	margin-bottom:10px;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.1);
	
}	

section.fstoppers .container .header:after{
	clear:both;
	content:"";
	display:block;	
}

section.fstoppers .container .articles{
	clear:both;	
}

section.fstoppers .container .articles a{
	text-decoration:none;
	display:block;
	color:#111;
	background:#FFF;
	padding:20px;
	margin-bottom:10px;
	box-shadow:0px 0px 3px 0px rgba(0,0,0,0.1);
	border-radius:2px;
	border:1px solid #DDD;
	width:calc(33.3% - 6.6px);
	float:left;
	margin-right:10px;
	height:410px;
	animation: fadein 1s;
}

section.fstoppers .container .articles a:nth-child(3n){
	margin-right:0px;	
}


section.fstoppers .container .articles a:hover{
	border:1px solid #999;	
}

section.fstoppers .container .articles a:after{
	clear:both;
	content:"";
	display:block;	
}

section.fstoppers .container h2{
	font-size:20px;
	line-height:1.3;
	margin-bottom:20px;
}

section.fstoppers a:hover h2{
	color:#1680d3;	
}


section.fstoppers .container img{
	display:block;
	float:left;
	width:calc(40% - 2px);
	border:1px solid #EEE;
}

section.fstoppers .container p{
	display:block;
	float:left;
	padding-left:20px;
	font-size:16px;
	line-height:1.3;
	width:60%;	
	color:#666;
}

section.fstoppers .container p strong{
	display:block;
	margin-bottom:5px;	
}

section.fstoppers a p strong{
	font-size:12px;
	font-weight:normal;
	color:#999;
	display:block;
}
	


section.fstoppers h1{
	width:255px;
	height:66px;
	float:left;
	background:url('/templates/images/fs-logo.png') no-repeat;
	background-size:cover;
	text-indent:-5000px;
	overflow:hidden; 
	margin-bottom:0px;

}



section.fstoppers h3{
	float:left;
	display:block;
	width:calc(100% - 255px);
	color:#666;
	font-size:14px;
	font-weight:normal;	
	position:relative;
	top:30px;
	left:20px;
}

section.fstoppers .container p.footer{
	padding:0px;
	padding-bottom:40px;
	display:block;
	width:100%;
	max-width:500px;
	margin:0 auto;
	float:none;
	text-align:center;	
	margin-top:20px;
}

section.fstoppers .container p.footer a{
	color:#222;	
}


section.home{
	display:block;
	width:61.8%;
	height:calc(100% - 53px);
	background-size:cover;
	background-position:top center;	
	background-color:transparent;
	background-repeat:no-repeat;
	opacity:0;
	transition:opacity 2.5s;	
	float:left;
}

section.full{
	width: 100%;
	background-position:top left;	
}

section.home .text{
	display:block;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	height:400px;
	position:relative;
	top:calc(100% - 400px);	
	padding:20px;	
}


section.home .text li{
	display:block;
	width:50%;
	height:100px;
	top:calc(100% - 100px);
	position:relative;
	float:left;
	max-width: 500px;
	color:#EEE;
}

section.home-content{
	display:block;
	width:calc(38.2% - 2px);
	height:calc(100% - 53px);
	float:right;
	background:#222;
	opacity:0;
	transition:opacity 2.5s;	
	margin-left:2px;
}

section.home .text h2{
	color:#CCC;
	font-size:19px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
}

section.home .text h2 svg{
	margin-right: 7px;
}

section.home .text h2 i{
	margin-right:8px;
}

section.home .text p{
	color:#AAA;
	font-size:17px;
	line-height:1.3;
	margin-bottom:20px;
	margin-left:20px;
	margin-right:20px;
	
}

section.home .text a{
	color:#CCC;	
}

section.home .text a:hover{
	color:#EEE;	
}

section.home-content .image{
	display:block;
	width:100%;
	height:50%;
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:transparent;
	margin-bottom:2px;
}

section.home-content .image-small{
	display:block;
	width:100%;
	height:calc(50% - 2px);
	background-size:cover;
	background-position:top right;
	background-repeat:no-repeat;
	background-color:transparent;
	margin-bottom:20px;
}

div.page section.shoot-categories {
	display: flex;
	padding: 3px; 
	max-width: 100%;
	box-sizing: border-box;
	height: calc(100vh - 63px);
	align-items: center;
}


section.shoot-categories a {
	height: 400px;
	display: block;
	flex: 1;
	height: 100%;
	margin: 3px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	cursor: pointer;
}

div.page section.shoot-categories headline{
	display: flex;
	align-items: center;
	position: absolute;
	top: 53px;
	left: 0px;
	width: 100vw;
	height: calc(100% / 4 - 13px);
}

div.page section.shoot-categories headline h1 {
	text-align: center;
	width: 100%;
	font-size: 36px;
	color: #666;
}

div.page section.shoot-categories footer{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100vw;
	height: calc(100% / 4 - 13px);
}

div.page section.shoot-categories footer p {
	text-align: center;
	width: 300px;
	font-size: 16px;
	line-height: 1.3;
	font-style: italic;
	color: #666;
}


div.page section.shoot-categories-center {
	max-width: 1200px;
}

div.page section.shoot-categories-center a {
	height: 50%;
}


section.shoot-categories a label {
	display: block;
	position: absolute;
	bottom:0px;
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	line-height: 100%;
	padding: 10px;
	color: #FFF;
	display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  cursor: pointer;
}

section.shoot-categories a:hover{
	cursor: pointer;
}

section.shoot-categories a:hover label {
	background: rgba(0,0,0,0);

}


@media only screen and (min-width: 0px) and (max-width: 2100px) {
	section.fstoppers .container .articles a{		
		height:450px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1800px) {
	section.fstoppers .container .articles a{		
		height:370px;
		width:calc(50% - 7px);
	}
	
	section.fstoppers .container .articles a:nth-child(3n){
		margin-right:10px;	
	}
	
	section.fstoppers .container .articles a:nth-child(2n){
		margin-right:0px;	
	}

}

@media only screen and (min-width: 0px) and (max-width: 1550px) {
	section.fstoppers .container .articles a{		
		height:470px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 1200px) {
	section.home .text li{	
		height:120px;
		top:calc(100% - 120px);
		
	}
	
	section.fstoppers .container .articles a{		
		height:auto;
		width:100%;
	}
	
	section.fstoppers .container .articles a:nth-child(3n){
		margin-right:0px;	
	}
	
	section.fstoppers .container .articles a:nth-child(2n){
		margin-right:0px;	
	}
}

@media only screen and (min-width: 0px) and (max-width: 1000px) {
	section.home .text li{	
		height:140px;
		top:calc(100% - 140px);
		
	}
	
	section.fstoppers h1{
		display:block;
		float:none;	
		margin-bottom:20px;
	}
	
	section.fstoppers h3{
		diplay:block;
		float:none;	
		top:0px;
		left:0px;
		width:100%;
	}

	div.page section.gallery-list a, div.page section.concept-list a {
		width: 50%;
		height: 150px;
	}

	div.page section.gallery-list a.empty heading h1 {
		font-size: 24px;
	}

	div.page section.gallery-list a.empty {
		margin-top: 0px;
	}

	div.page section.gallery-list a cover, div.page section.concept-list a cover {
		height: 100%;
	}

	div.page section.shoot {
		margin-top: 0px;
	}

	section.shoot-categories a label {
		font-size: 16px;
	}
}

@media only screen and (min-width: 0px) and (max-width: 800px) {

	section.about block img {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	section.home{
		width:100%;
	}
	
	section.home-content, section.home .text li{
		display:none;
	}



	section.concept download-gallery a, section.concept content, section.concept-list cover.empty, section.concept-list cover.full {
		width: 100%;
	}

	section.concept photo {
		height: 200px;
	}

	section.concept cover {
		height: 250px;
	}

	section.concept cover heading {
		padding: 10px;
	}

	section.concept cover heading h1 {
		font-size: 10px;
	}

	section.concept cover heading h2 {
		font-size: 8px;
		display: none;
	}

	section.concept h4{
		padding-top: 10px;
		display: block;;
	}
	
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	
	
	section.fstoppers .container p{
		display:none;	
	}
	
	section.fstoppers .container img{
		width:100%;	
	}
	
	section.about img.portrait {
		display: none;;
	}

}