@font-face {
    font-family: 'texgyreadventorregular';
    src: url('texgyreadventor-regular-webfont.eot');
    src: url('texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('texgyreadventor-regular-webfont.woff') format('woff'),
         url('texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}





body, html { font-size: 100%; padding: 0; margin: 0; height: 100%;}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
 font-family:  'texgyreadventorregular', 'century gothic', 'Trebuchet MS', verdana, arial;
    color: #f2ede3;
    background: #333;
    font-size: 1em;
    font-weight: 300;
}
.goth {
	font-family:  'texgyreadventorregular', 'century gothic', 'Trebuchet MS', verdana, arial;
	}
a {
	color: #f0f0f0;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 0;
	font-family:  'texgyreadventorregular', 'century gothic', 'Trebuchet MS', verdana, arial;
	font-size: 80%;
}

a:hover {
	color: #fff;
}

.container { height: 100%; }

.bl-main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.bl-main > section {
	position: absolute;
	width: 50%;
	height: 50%;
}

.bl-main > section:first-child {
	top: 0;
	left: 0;
	background: #000 url(../images/bg-home.jpg) no-repeat bottom right;
	background-size: cover;
}

.bl-main > section:nth-child(2) {
	top: 0;
	left: 50%;
	background: #000 url(../images/bg-portfolio.jpg) no-repeat bottom left;
	background-size: cover;
}

.bl-main > section:nth-child(3) {
	top: 50%;
	left: 0;
	background: #000 url(../images/bg-svcs.jpg) no-repeat top right;
	background-size: cover;
}

.bl-main > section:nth-child(4) {
	top: 50%;
	left: 50%;
	background: #000 url(../images/bg-contact.jpg) no-repeat top left;
	background-size: cover;
}

.bl-box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bl-box h2 {
	text-align: center;
	margin: 0;
	padding: 20px;
	width: 100%;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 700;
	text-transform: lowercase;
}

.bl-icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}

.bl-icon:before {
	display: block;
	font-size: 2em;
	margin-bottom: 10px;
}



.bl-main > section .bl-icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}

.bl-icon-close:before {
	content: "\e005";
}

.bl-content, 
div.bl-panel-items > div > div {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0px;
	left: 15px;
	right: 0px;
	bottom: 0px;
	padding: 0 20px;
	overflow: hidden;
	overflow-y: auto;
}

/* Custom content */

.bl-content p {
	margin: 0 0;
	padding-bottom: 1.1em;
	font-size: 1.7em;
	line-height: 1.3;
	max-width: 90%;
}

.services-content h3 {font-size: 2.2em;}

.bl-box h2 img {
	max-height: 100%;
	max-width: 100%;
	}

.bl-content h2 {
	font-size: 3em;
	font-weight: 300;
	margin: 0 0 20px 0;
}

.quote {
	font-size: 120%!important;
	font-style:italic;
	color: #787878}
	
	
 .about-content {
padding: 5% 5% 2% 22%;
 }

 .contact-content {
padding: 15% 5% 2% 5%;
 }

.bl-content article {
	padding: 20px 40px 20px 0px;
}

.bl-content article h3 {
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding-top: 20px;
	font-size: 1.4em;
}

.bl-content article a {
	color: rgba(0,0,0,0.2);
}

.bl-content > ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

.bl-content > ul li {
	display: inline-block;
	width: 20%;
	margin: 1%;
}

.bl-content > ul li a {
	display: block;
	padding: 0;

}

.bl-content > ul li a img {
	display: block;
	max-width: 100%;
}

/* Panel Items */

div.bl-panel-items,
div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}

div.bl-panel-items > div > div {
	width: 60%;
	margin: 0 auto;
	opacity: 1;
	bottom: 90px;
	top: 90px;
	pointer-events: auto;
}

div.bl-panel-items > div > div h3 {
	font-size: 2.4em;
	font-weight: 300;
	margin: 0 0 20px 0;
}

div.bl-panel-items > div > div p {
	font-size: 1.3em;
}

div.bl-panel-items > div > div img {
	float: left;
	margin: 0 20px 20px 0;
	max-width: 100%;
}

div.bl-panel-items {
	top: 100%;
	z-index: 9999;
}

div.bl-panel-items > div {
	background: #121212;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 0.5s;
	-ms-transform: translateY(0);
}

div.bl-panel-items nav {
	position: absolute;
	z-index: 9999;
	width: 216px;
	left: 50%;
	top: 0px;
	margin-left: -108px;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out 0.5s;
	-moz-transition: opacity 0.2s ease-in-out 0.5s;
	transition: opacity 0.2s ease-in-out 0.5s;
}

div.bl-panel-items.bl-panel-items-show nav span {
	float: left;
	margin: 5px;
}

div.bl-panel-items nav span.bl-next-work {
	font-weight: 700;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	line-height: 2em;
	cursor: pointer;
	margin-right: 2em;
}

div.bl-panel-items.bl-panel-items-show nav {
	opacity: 1;
	top: -70px;
}

div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}

div.bl-panel-items > div.bl-hide-current-work {
	opacity: 0;
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-webkit-transform: translateY(-100%) scale(0.5);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	-moz-transform: translateY(-100%) scale(0.5);
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	transform: translateY(-100%) scale(0.5);
	-ms-transform: translateY(-100%) scale(0.5);
	z-index: 0;
}

/* Transition classes and properties */
/* Separated for a better overview and control */

.bl-main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.bl-main > section.bl-expand {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.bl-main > section.bl-expand-top {
	z-index: 100;
}

.bl-main > section:first-child.bl-expand {
	background: url(../images/bg-page-about.jpg) left top no-repeat #000;
	background-size: contain;
}
.bl-main > section:nth-child(2).bl-expand {
	background: url(../images/bg-page-portfolio.jpg) right top no-repeat #000;
	background-size: cover;
}
.bl-main > section:nth-child(3).bl-expand {
	background: url(../images/bg-page-services.jpg) right top no-repeat #000;
	background-size: cover;
}
.bl-main > section:nth-child(4).bl-expand {
	background: url(../images/bg-page-contact.jpg) left top no-repeat #000;
	background-size: cover;
}

.bl-main.bl-expand-item > section:not(.bl-expand),
.bl-main.bl-expand-item > section.bl-scale-down {
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	opacity: 0;
}

.bl-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}

section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}

.bl-box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 3.5em;
	font-weight:normal;
}

.no-touch section:not(.bl-expand) .bl-box:hover h2 {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
	color: #FC3;
	font-weight: normal;
}

.bl-content,
.bl-icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}

section.bl-expand .bl-content,
section.bl-expand .bl-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}

/* ----------- PORTFOLIO ---------------------- */

/* Layout */
.boundingBox{ margin: 0 auto; width: 90%; }

/* Content */

#content{ padding: 20px 0; }

/* Content - Portfolio Listing */

ul#portfolio-filter{ margin: 0; padding: 0; padding-left: 5px;  }
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.2em; padding: 0.5em 1.4em; color: #454545; font-weight: normal; text-decoration: none; line-height: 3em; background: #fedd78; font-size: .8em; border-radius: 15px; border: 1px #333 solid; transition: all ease-out 0.4s}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #121212; background: #fedd78; border: 1px #f79a40 solid;}
ul#portfolio-filter a.current{ color: #232323;background: #fabc00; }

ul#portfolio-list{ margin: 36px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 250px; height: 205px; display: block; float: left; margin-right: 18px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 250px; height: 170px; overflow: hidden;}
ul#portfolio-list li a:hover{ display: block; width: 250px; height: 170px; overflow: hidden; border: 1px solid #666; }
ul#portfolio-list li p{ font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; }


/* jQuery lightBox plugin - Gallery style */
	#gallery {
		
		padding: 10px;
		
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		

	}
	#gallery ul a:hover img {
		border: 2px solid #111;
		color: #fff;
	}
	#gallery ul a:hover { color: #111; }

/* ______________________________________________ */

.folio-popup {
  position: relative;
  background: #000;
  width: auto;
  max-width: 85%;
  margin: 20px auto;
  text-align: center;
  padding: 20px 0;
  border: 2px #111 solid;
  border-radius: 28px;
}

.mfp-pieceDescription {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
	}
	
  .mfp-pieceImage {
	  max-width: 90%;
	  }	
	  
	  .mfp-piecename {
	  max-width: 90%;
	  padding: 10px 5% 0 5%;
	  margin: 0;
	  text-align:left;  
		  }
		  
	 .mfp-pieceYear {
	margin: 0;
	font-size: .8em;	
	 text-align:left; 
	 padding: 0 5%;
		 }

@media screen and (max-width: 46.5em) {
	.bl-content,
	.bl-box {
		font-size: .7em;
	}
	
	.bl-content {
		padding: 0;
		left: 0;
		}

	.bl-expand .bl-box {
		
	}

	.bl-content > ul li {
		width: 80%;
	}
	.bl-content h2 {
	font-size: 3em;
	font-weight: 300;
	margin: 0 0 20px 0;
}
.bl-box h2 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	font-size: 2em;
	font-weight:normal;
}


.bl-content p {
	margin: 0 0;
	padding-bottom: 1.1em;
	font-size: 1.7em;
	line-height: 1.3;
	max-width: 90%;
}

 .about-content {
padding: 15% 1% 2% 25%;
 }

 .services-content {
padding: 15% 1% 2% 5%;
 }
 .contact-content {
padding: 15% 1% 2% 5%;
 }


ul#portfolio-filter{ margin: 0; padding: 0; padding-left: 5px;  }
ul#portfolio-filter li{ display: inline; }
ul#portfolio-filter a{ margin-right: 0.2em; padding: 0.5em 1.4em; color: #454545; font-weight: normal; text-decoration: none; line-height: 3em; background: #fedd78; font-size: .8em; border-radius: 15px; border: 1px #333 solid; transition: all ease-out 0.4s}
ul#portfolio-filter a:hover, ul#portfolio-filter a.current{ color: #121212; background: #fedd78; border: 1px #f79a40 solid;}
ul#portfolio-filter a.current{ color: #232323;background: #fabc00; }

ul#portfolio-list{ margin: 36px 0 0 0; padding: 0; list-style: none; }
ul#portfolio-list li{ width: 125px; height: 120px; display: block; float: left; margin-right: 18px; margin-bottom: 5px; overflow: hidden; }
ul#portfolio-list li a{ display: block; width: 125px; height: 85px; overflow: hidden;}
ul#portfolio-list li a:hover{ display: block; width: 125px; height: 85px; overflow: hidden; border: 1px solid #666; }
ul#portfolio-list li p{ font-size: 11px; line-height: 15px; color: #AAA; margin: 5px 0; }
ul#portfolio-list li a img {width: 125px; height: 85px;}
.folio-popup {
  position: relative;
  background: #000;
  width: auto;
  max-width: 85%;
  margin: 20px auto;
  text-align: center;
  padding: 30px 0;
  border: 2px #111 solid;
  border-radius: 28px;
}


}

@media screen and (max-height:500px) {
	.bl-box h2 img {
	max-height: 70%;
	max-width: 70%;
	}
	
}