/*
Theme Name: STEVESTILLS
Author: Paul Moffatt @paulmoffatt
Description: 
*/

/* Reset & Basics */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; -webkit-tap-highlight-color:rgba(0,0,0,0); } 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
ul, li, h3, h2, h1,{ padding:0; margin:0; list-style:none; }

strong{ font-weight: normal; }


/* Basic Styles 
	
	font-family:'ITC Franklin Gothic LT W01DmCm';
	font-family:'ITC Franklin Gothic LT W01BkCm';

*/

html, body{
/* 	min-height: 100%; */
	height: 100%;
	
	margin: 0 !important;
	padding: 0 !important;
}

body {
	font-family:'ITC Franklin Gothic LT W01BkCm', "Benton Sans Cond Bk", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	color: #222222;
	
	font-size: 18px;
	
/*	-webkit-font-smoothing: antialiased;  */
	-webkit-text-size-adjust: 100%;
	background-color: #ffffff;
	
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

::selection {background:#e1e1e1; color:#111111;}

/* Links */

	a:link {color:#111111; text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0); outline:0;}
	a:visited {color:#111111; text-decoration:none;}
	a:hover {color: #fd8c73; text-decoration:none;}	


/* Type */


h1, h2, h3, h4, p strong{
	font-family:'ITC Franklin Gothic LT W01DmCm', "Benton Sans Cond Bd", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
	}
	
h1, h2, h3, h4{
	font-size: 18px;
	line-height: 24px;
	
	margin-bottom: 1em;
	}
	
h2{
	font-size: 22px;
	line-height: 30px;
	
	font-family:'ITC Franklin Gothic LT W01DmCm', "Benton Sans Cond Bk", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
}
	
h3{
	text-transform: uppercase;
	letter-spacing: 1px;
}

p{
	font-size: 18px;
	line-height: 24px;
	
	margin-bottom: 1em;
	}
	
p.ui{
	font-size: 14px;
	line-height: 20px;
	
	text-transform: uppercase;
	letter-spacing: 1px;
	
	margin-bottom: 0;
	}
	
	@media (max-width: 500px) {
		
		p.ui{
		font-size: 12px;
		line-height: 20px;
		}
		  
	}/* ///// */
	
project_info p{
	font-size: 18px;
	line-height: 24px;
	}
	
/*
	
font-family:'Helvetica Neue LT W01_47 Lt Cn';
font-family:'Helvetica Neue LT W01_77 Bd Cn';
font-family:'ITC Franklin Gothic LT W01DmCm';
font-family:'ITC Franklin Gothic LT W01BkCm';

*/

/* HEADER
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.header{
	width: 100%;
	height: 100px;
	float: left;
	
	position: absolute;
	top:0;
	
	z-index: 1400;
}

.clearfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

.header_title, .header_title_mob{
	width: 100%;
	margin-top: 40px;
	
	text-align: center;
	
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
	
/* 	background-color: aqua; */
}
/*
.header_title.header_title_active{
	visibility: hidden;
	opacity: 0;
	}
*/

.header_title h1, .header_title_mob h1{
	margin-top: 2px;
	line-height: 20px;
	
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #000;
	}

.main_title{
	display: none;
}

.project_title{
	display: block;
}

@media (max-width: 700px) {	
	
	.header_title, .header_title_mob{
		margin-top: 20px;
	}

}/* ///// */





/* NAV hover */

.header_fixed{
	width: 100%;
	height: auto;
	min-height: 100px;
	float: left;
	
	position: fixed;
	top: 0;
	z-index: 1500;
	
	text-align: center;

	background-color: #ffffff;
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
}

.header_fixed.header_fixed_active{
	visibility: visible;
	opacity: 1;
}

.header_fixed ul{
	margin-top: 40px;
	text-align: center;
	
/* 	background-color: lime; */
}

.header_fixed ul, .header_fixed li{
	display: inline-block;
}

.header_fixed li{
	margin-top: 2px;
	margin-left: 20px;
	margin-right: 20px;
	
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	
	font-family:'ITC Franklin Gothic LT W01DmCm', "Benton Sans Cond Bd", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	
/* 	background-color: aqua; */
}

.header_fixed li.current-menu-item a, .header_fixed li.current-page-item a{
	color: #b2b2b2;
}

@media (max-width: 800px) {
	
	.header_fixed li{
		margin-left: 15px;
		margin-right: 15px;
	}
	
}/* ///// */

@media (max-width: 700px) {
	
	.header{
		display: none;
	}
	
}/* ///// */


/* -------------------------------------------------- */

a.plus{
	width: 60px;
	height: 60px;

	float: left;
		
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
		
	margin-top: 20px;
	margin-left: 20px;
		
	cursor: pointer;
		
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	}
	
.plus_active {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	} 

/* -------------------------------------------------- */
	
.cross_vert{
	width: 2px;
	height: 20px;
	float: left;
		
	margin-top: 20px;
	margin-left: 29px;
/*
	-o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
*/
    background-color: #111111;
	}
	
.cross_horz {
	width: 20px;
	height: 2px;
	float: left;
	
	position: absolute;
	
	margin-top: 29px;
	margin-left: 20px;
/*
	-o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s;
*/
    background-color: #111111;
	}
	
@media (max-width: 700px) {
	
	.cross_vert{
	width: 2px;
	height: 18px;
	float: left;
		
	margin-top: 21px;
	margin-left: 29px;
	}
	
.cross_horz {
	width: 18px;
	height: 2px;
	float: left;
	
	position: absolute;
	
	margin-top: 29px;
	margin-left: 21px;
	}
	
}/* ///// */





/* SOCIAL */

.h_social{
	width: 120px;
	float: right;
		
	top: 0;
	right: 0;
	position: absolute;
	z-index: 500;
		
	margin-top: 11px;
	margin-right: 40px;
		
	text-align: right;
}
	
a.h_shareinsta, a.h_sharefb, a.h_sharetw{
	display: inline-block;
		
	width: 18px;
	height: 18px;
	float: right;
	
	margin: 30px;
	margin-left: 11px;
	margin-right: 11px;
		
/* 	background-color: #e3e3e3; */
	} 
		
a.h_shareinsta svg, a.h_sharefb svg, a.h_sharetw svg{
	width: 100%;
	height: 100%;
}

a.h_shareinsta svg path, a.h_sharefb svg path, a.h_sharetw svg path{
	fill: #111111;
	}
	
a.h_shareinsta:hover svg path, a.h_sharefb:hover svg path, a.h_sharetw:hover svg path{
	fill: #fd8c73;
	}
	
@media (max-width: 700px) {
	
	a.h_shareinsta, a.h_sharefb, a.h_sharetw{
	margin: 10px;
	} 
	
}/* ///// */










/* MOBILE HEADER
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.header_mob{
	display: none;
	position: absolute;
	top:0;
	width: 100%;
}

@media (max-width: 700px) {	
	
	.header_mob{
		display: block;
	}

}/* ///// */






a.plus_mob{
	width: 60px;
	height: 60px;

	float: left;
		
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
		
	cursor: pointer;
		
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    
/*
    background-color: fuchsia;
    opacity: 0.5;
*/
	}
	
.plus_mob.active {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	} 
	
	
	
	
	
	



h1.h_mob_title{
	position: absolute;
	width: 100%;
	margin-top: 20px;
	
	text-align: center;
	
	line-height: 20px;
	
	letter-spacing: 1px;
	text-transform: uppercase;
	
/* 	background-color: aqua; */
}
	
	
	
	
	
	

.h_mob_nav_wrap{
	position: fixed;
	top: 0;
	z-index: 1800;
	width: 100%;
	height: 100%;
	
	background-color: #ffffff;
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.3s, opacity 0.3s;
	-moz-transition: visibility 0.3s, opacity 0.3s;
	transition: visibility 0.3s, opacity 0.3s;
}

.h_mob_nav_wrap.active{
	visibility: visible;
	opacity: 1;
	}

.h_mob_nav{
	position: absolute;
	top: 0;
	display: table;
	width: 100%;
	height: 100%; 
}

.h_mob_nav div{
	display: table-cell;
	text-align: center;
	vertical-align: middle; 
}

.h_mob_nav li{
	width: 100%;
	
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-family:'ITC Franklin Gothic LT W01DmCm', "Benton Sans Cond Bd", "HelveticaNeue", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.h_mob_nav li.current-menu-item a, .h_mob_nav li.current-page-item a{
	color: #b2b2b2;
}


.h_mob_nav_title{
	position: relative;
	z-index: 800;
}













.h_social_mob{
	width: 100%;
	
	position: absolute;
	left:0;
	bottom: 20px;
	z-index: 800;
		
	margin-top: 11px;
	margin-right: 20px;
		
	text-align: center;
}

.h_social_mob a.h_sharetw, .h_social_mob a.h_shareinsta{
	float: inherit;
	display: inline-block;
}




/* HOME
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.home_hr{
	width: 100%;
	
	border: 0;
    height: 1px;
    background: #efefef;
}

/* -------------------------- */

.arrow_down{
	width: 60px;
	height: 60px;
	display: inline-block;
	
	position: relative;
	z-index: 500;
	
	margin-top: 20px;
/* 	background-color: #efefef; */
}

.arrow_down span{
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-top: 18px;
/* 	background-color: #fff; */
	
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	
	-webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
	
.arrow_down:hover span{
	border-left: 2px solid #fd8c73;
	border-bottom: 2px solid #fd8c73;
	}
	
@media (max-width: 700px) {	
	
	.arrow_down{
	margin-top: 0px;
		}
		
	.arrow_down span{
	width: 12px;
	height: 12px;
		}

}/* ///// */


/* SLIDERS
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.slider{
	width: 100%;
	height: 100%;
	min-height: 100%;
	float: left;
	 
	position: relative;
	
	border-bottom: 1px solid #efefef;
/* 	background-color: #dddddd; */
}

.gallery_wrap{
	height: 100%;
    width: 100%;
    position: absolute;
    
    top: 0;
    left: 0;
    padding: 100px 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    text-align: center;
	}
	
.gallery{
	position: relative;
	width: 100%;
	height: 100%;
	}
	
@media (max-width: 900px) {
		
	.gallery_wrap{
    padding: 40px 40px;
    padding-top: 100px;
    padding-bottom: 100px;
	}
	  
}/* ///// */

@media (max-width: 700px) {
		
	.gallery_wrap{
    padding: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
	}
	  
}/* ///// */

/* -------------------------------------------------- */
	
.slide{
	width: 100%;
	height: 100%;
		
	-webkit-background-size:contain!important;
	-moz-background-size:contain!important;
	-o-background-size:contain!important;
	background-size:contain!important
	}
		
/* -------------------------------------------------- */

.nav{
	width: 200px;
	height: 100px;
	
	left: 50%;
	margin-left: -100px;
	
	position: absolute;
	z-index: 1000;
	
	bottom: 0;
	
	float: left;
}

.home_nav{
	width: 100%;
	height: 100%;
	
	margin-top: -100px;
	
	position: absolute;
	z-index: 1000;
	
	float: left;
}

/* -------------------------------------------------- */

.prev{
	width: 50%;
	height: 100%;
	
	position: absolute;
	z-index: 1200;
	
	left: 0;
}

.next{
	width: 50%;
	height: 100%;
	
	position: absolute;
	z-index: 1200;
	
	right: 0;
}

/* -------------------------------------------------- */

.slider_info{
	width: 100%;
	height: 100px;
	position: absolute;
	bottom: 0;
	
/* 	background-color: aqua; */
	
	text-align: center;
}

@media (max-width: 700px) {
		
	.slider_info{
	height: 60px;
}
	  
}/* ///// */








.slide_count{
	width: 100%;
	position: absolute;
	bottom: 0;
	margin-bottom: 40px;
	
	text-align: center;
}		
	

/* THUMBS
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.section-wrap{
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-title{
	width: 100%;
	float: left;
	
	padding-top: 40px;
	padding-bottom: 40px;
	
	text-align: center;
}

.section-title p{
/* 	font-size: 24px; */
	
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
@media (max-width: 900px) {

	.section-wrap{
	padding-top: 20px;
	padding-bottom: 20px;
	}

	.section-title{
	padding-top: 20px;
	padding-bottom: 20px;
	}
	  
}/* ///// */

/*
@media (max-width: 600px) {
		
	.section-wrap{
	padding-top: 10px;
	padding-bottom: 10px;
	}

	.section-title{
	padding-top: 10px;
	padding-bottom: 10px;
	}
	  
}/* ///// */

	
	
	
	





.thumbs{
	width: 100%;
	float: left;
	
	padding-bottom: 40px;
	padding-top: 40px;
	
	background-color: #080808;
}

.thumb-wrap-wrap{
	position: relative;
	width: 33.33%;
	float: left;
	margin-bottom: 40px;
	
/* 	background-color: #efefef; */
	}
	
.contact-sheet{
	width: 25%;
	margin-bottom: 0;
}
	
.thumb-wrap-wrap:nth-child(2n){
/* 	background-color: #dddddd; */
	}
	
.thumb-wrap-wrap:before{
	content: "";
	display: block;
	padding-top: 75%; 	/* initial ratio of 1:1*/
	}
	
.thumb-wrap{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	
	padding: 40px 40px;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
	}
	
@media (max-width: 1100px) {
		
	.contact-sheet{
    width: 33.33%;
	}
	  
}/* ///// */
	
@media (max-width: 900px) {

	.thumb-wrap{		
	padding: 20px 20px;
	}
		
	.contact-sheet{
    width: 33.33%;
	}
	  
}/* ///// */

@media (max-width: 700px) {
		
	.thumb-wrap-wrap, .contact-sheet{
    width: 50%;
	}
	
	.thumb-wrap{		
	padding: 10px 10px;
	}
	  
}/* ///// */

/* -------------------------------------------------- */
	
.thumb{
	width: 100%;
	height: 100%;
		
	-webkit-background-size:contain!important;
	-moz-background-size:contain!important;
	-o-background-size:contain!important;
	background-size:contain!important;

/*
	-webkit-background-size:cover!important;
	-moz-background-size:cover!important;
	-o-background-size:cover!important;
	background-size:cover!important;
*/
	}
		
/* -------------------------------------------------- */

.thumb-title{
	width: 100%;
	float: left;
	
	position: absolute;
	left: 0;
	bottom: 0;
	
/*
	background-color: aqua;
	opacity: 0.5;
*/
	
	text-align: center;
	
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 900px) {
		
	.thumb-title{
	margin-bottom: -20px;
	}
	  
}/* ///// */

@media (max-width: 500px) {
	
	.thumb-title p.ui{
	font-size: 12px;
	line-height: 16px;
	}
	  
}/* ///// */



/* PROJECT PAGE
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.main_title{
	display: none;
}

.project_title{
	display: block;
}

/* -------------------------- */

.slider_info{
/* 	background-color: aqua; */
}

.thumbs_link{
	position: absolute;
	top: 0;
	left: 0;
	
	margin-top: 40px;
	margin-left: 40px;
	
	z-index: 98;
}

.info_link{
	position: absolute;
	top: 0;
	right: 0;
	
	margin-top: 40px;
	margin-right: 40px;

	text-align: right;
	
	z-index: 98;
}

.left_arrow, .right_arrow{
	width: 8px;
	height: 8px;
	
	display: inline-block;
	margin-top: 45px;
/* 	background-color: #fff; */
	
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.right_arrow{
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* Project INFO slide
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.overlay{
	z-index: 1300;
	}

.project_info_wrap{
	position: absolute;
	
	width: 100%;
	height: 100%;
	display: table;
}

.project_info{
	display: table-cell;
	vertical-align: middle;
}

.project_info_in{
	width: 940px;
	margin: 0 auto;
    
    text-align: left;
}

.project_info a{
	}


@media (max-width: 1140px) {
		
	.project_info_in{
	width: 100%;
}
	  
}/* ///// */

@media (max-width: 700px) {
		
	.project_info_in{
	width: 100%;
}
	  
}/* ///// */







.info_slide_next{
	height: 20px;
	padding-top: 40px;
	padding-bottom: 40px;
	
	background-color: #fff;
	
	position: absolute;
	z-index: 2000 !important;
	
	bottom: -100px;
	right: -100px;
	
	text-align: right;
}

.info_slide_next p{
	margin-right: 40px;
	}
	
@media (max-width: 900px) {
		
	.info_slide_next{

	right: -40px;
}
	  
}/* ///// */
	





/* PROJECTS MOBILE
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

	.mob_portfolio{
		display: none;
	}

@media (max-width: 700px) {
		
	.mob_hide{
		display: none;
	}
	
	.mob_portfolio{
		display: block;
	}
	  
}/* ///// */





	
	.mob_portfolio{
	width: 100%;
	margin-top: 60px;
	}


	.mob_thumb{
	width: 100%;
	margin-bottom: 40px;
	}
	
	.mob_thumb img{
	width: 100%;
	height: auto;
	}
	
	.mob_info{
		width: 100%;
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
		
		margin-bottom: 40px;
	}







	
	
/* PAGE - ABOUT
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.page_wrap{
	max-width: 980px;
	margin: 0 auto;
	margin-top: 200px;
	margin-bottom: 200px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
	
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.text_box_100{
/*
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	
	margin-bottom: 1em;
	
	-webkit-columns: 2 ;
       -moz-columns: 2 ;
            columns: 2 ;
	-webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
	-webkit-column-gap: auto;
	  -moz-column-fill: auto;
           column-fill: auto;
*/
	width: 100%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	
	margin-bottom: 2em;
}

.text_box_100 p{
	font-size: 22px;
	line-height: 30px;
	}

.text_box_100 h2{
	-webkit-column-span: all; 
            column-span: all;
            
            letter-spacing: 1px;
	}

.text_box_50{
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	
	margin-bottom: 1em;
	
	-webkit-box-flex: 50%;
	-webkit-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
}

.text_block p a, .text_box_100 p a, .text_box_50 p a, .project_info p a, .mob_info p a{
	border-bottom: 1px solid #fd8c73;
	}
	
.text_block p a:hover, .text_box_100 p a:hover, .text_box_50 p a:hover, .project_info p a:hover, , .mob_info p a:hover{
	color: #fd8c73;
	}


@media (max-width: 980px) {	
	
	.page_wrap{
	width: 100%;
}

}/* ///// */

@media (max-width: 700px) {	
	
	.page_wrap{
	margin-top: 120px;
	margin-bottom: 120px;
}
	
	.text_box_100{
	margin-bottom: 1em;
		}
		
	.text_box_100 p{
	font-size: 18px;
	line-height: 24px;
	}
		
	.text_box_50{
	width: 100%;
	-webkit-box-flex: 100%;
	-webkit-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
		}
		
		
}/* ///// */



/*
.project_info_in h2{
	-webkit-column-span: all; 
            column-span: all; 
	}
*/

.project_info_in p{
	}
	
	
	
	
	
	


/* FOOTER
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/

.footer{
	width: 100%;
	float: left;
	
	position: relative;
	bottom: 0;
	
	padding-top: 40px;
	padding-bottom: 40px;
	
	border-top: 1px solid #efefef;
	
	text-align: center;
}

.footer p{
	text-transform: uppercase;
	letter-spacing: 1px;
	}
	
.footer_social{
	width: 120px;
	float: right;
		
	top: 0;
	right: 0;
	position: absolute;
	z-index: 500;
		
	margin-top: 11px;
	margin-right: 40px;
		
	text-align: right;
}

	
@media (max-width: 700px) {	
	
	.footer{
	padding-top: 20px;
	padding-bottom: 20px;
	
	text-align: left;
	}
	
	.footer_social{
	margin-top: 11px;
	margin-right: 10px;
}

}/* ///// */


