


/* GLOBAL
//////////////////////////////////////////////////////////////////////////////////////////////// */
body{
	overflow-y: scroll;
	color: #333333;
	font-family: 'montserratregular';
	font-size:.8em;
	background-color: #f0f0f0;
	
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing:antialiased;
	overflow-y: scroll;
}
h1{
	font-size:.9em;
	letter-spacing: .7em;
	line-height: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
}
h2{
	font-weight: normal;
	font-style: normal;
	opacity: .5;
	font-family: 'montserratregular';
}
p{
	font-size: 1.1em;
	line-height: 1.3em;
	opacity: .8;
}
.label{
	font-size: .9em;
	font-style: italic;
	opacity: .8;
}
a{
	color:#114aea;
}
.divider_small, .divider_wide{
	background-color: #7b7b7b;
	height: 1px;
	width:20%;
	width:106px;
	margin: 20px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
}
.divider_wide{
	background-color: #cccccc;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
video{
	max-width: 100%;
}
::-moz-selection {
    color: #fff;
    background: #114aea;
}
::selection {
    color: #fff; 
    background: #114aea;
}


/* MAIN */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
#container_main{
	opacity: 0;
	position: relative;
	min-height: 500px;
    -webkit-transition: all 1s linear 1s;
    transition: all 1s linear 1s;
}
#view{	
	position: relative;
	text-align: center;
}
#container_logo{
	position: fixed;
	z-index: 9;
	padding: 2%;
	color: #333333;
	width: 100%;
}
#logo{
	z-index: 9;
	position: fixed;
	top: 0;
	left:0;
	cursor: pointer;
	width:10%;
	max-width: 120px;
	margin-top: 14px;
}
#logo img{
	width:100%;
}
#logo_rollover{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all .6s linear 0s;
   	transition: all .6s linear 0s;
}
#logo:hover #logo_static{
	opacity: 0;
	-webkit-transition: all .2s linear 0s;
   	transition: all .2s linear 0s;	
}
#logo:hover #logo_rollover{
	opacity: 1;
	-webkit-transition: all .2s linear 0s;
   	transition: all .2s linear 0s;	
}


#logo_title{
	color: #222222;
	z-index: 9;
	position: fixed;
	margin-top:0%;
	margin-left:0%;
	-webkit-transition: opacity .4s linear 0s;
   	transition: opacity .4s linear 0s;
}

/* controls */
#controls{
	position: fixed;
	z-index: 9;
	top: 0;
	right: 0;
	width: 10%;
	max-width: 100px;
	padding: 2%;
}
.btn{
	background-color: #f1f1f1;
	position: relative;
	cursor: pointer;
    -webkit-transition: all .8s linear 0s;
    transition: all .8s linear 0s;
}
.btn_rollover{
	opacity: 0;
	position: absolute;
	top:0;
	right:0;
	display: table-cell;
	width: 100%;
	height: 100%;
	background-color: #222222;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.btn img, .btn_rollover img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1000px){
	.btn:hover .btn_rollover{
		opacity: 1;
	}
}
/* specifics */
#btn_menu{
	margin-bottom: 10%;
}
#btn_close{
	margin-bottom: 10%;
}



/* TILES */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
.tiles_holder{
	max-width: 1100px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 160px;
}
.tile{
	cursor: pointer;
	float: left;
	width:20%;
	margin: 2.5%;
	margin-top: 0;
	margin-bottom: 0;
}
.tiles_footer{
	clear: both;
}
.tn{
	position: relative;
	overflow: hidden;
}
.tn img{
	display:block;
	width:100%;
}
.tn_rollover{
	position: absolute;
	display: table-cell;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.tile_info{
	height: 100px;
}
.tile:hover .tn_rollover{
	opacity: .9;
}
.tile_info_title{
	text-align: left;
	padding-top: 15px;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.tile_info_tag{
	text-align: left;
	padding-top: 5px;
	opacity: .5;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.tiles_header{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	text-align: left;
}
.tiles_header_info{
	padding-bottom: 30px;
}
.tiles_header_mp{
}
.tiles_header_title{
	padding-bottom: 20px;
	width: 48%;
}


/* PROJECT */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
.page{
	background-color: #222222;
}
.page .contain{
	margin-left: auto;
	margin-right: auto;
}
.contain{
	z-index: 6;
	position: relative;
	padding-bottom:160px;
}
.page img{
	max-width: 100%;
	opacity: 0;
    -webkit-transition: all 1s linear 0s;
    transition: all 1s linear 0s;
}
.page_info{
	margin-left: auto;
	margin-right: auto;
}
.page_info_title, .page_info_tag, .page_info_company{
	display: block;
	padding-top: 30px;
	clear: both;
}
.page_info_title{
}
.page_info p{
	padding-bottom: 30px;
}
.page_info_tag{
	padding-top: 0px;
	opacity: .5;
}
.page_info_company{
}
.page_info_p{
	opacity: 1;
}



/* CONTENT */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
#header_full{
	width: 100%;
	background-color: #222222;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	z-index:0;
}
.contain{
	padding-top: 100px;
}
.cta{
	text-transform: uppercase;
	cursor: pointer;
	background-color: #114aea;
	padding: 20px;
	color: #ffffff;
	display: inline-block;
	margin-bottom: 30px;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
}
.cta:hover{
	background-color: #222222;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}



/* SECTIONS */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */

/* labs
---------------------------*/
.labs .contain{
	xpadding-top: 80px;
}

/* illustration
---------------------------*/
.illustration{
	background-color: #fff;
}
.illustration img{
	max-width: 100%;
}
.illustration .pt{
	max-width: 100%;
}
.illustration .label{
	text-align: left;
}
.illustration .row img{
	margin-bottom:60px;
}
.illustration .row .divider_small{
	xmargin-bottom: 60px;
}
.illustration .row .divider_wide{
	xmargin-bottom: 60px;
}


/* PAGES
//////////////////////////////////////////////////////////////////////////////////////////////// */

/* about
---------------------------*/
#page_about p{
	line-height: 1.5em;
	opacity: 1;
}
#page_about a{
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
	
}
#page_about a:hover{
	color: #114aea;
	text-decoration: none;
    background: #fff;
}
#page_about .row{
	max-width: 720px;
}
#page_about{
	color:#fff;
}
.bg_image{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 100px;
	background-color:#114aea;
	background-image: url('../pages/images/IMG_0021.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;  
	background-blend-mode: multiply;
	background-position: center;
}

/* contact
---------------------------*/
#page_contact{
	background-color: #ffffff;
}
#contact_email{
	font-size: 3em;
	margin: 1em;
}
#contact_email a{
	padding: .1em;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
#contact_email a:hover{
	color: #ffffff;
	text-decoration: none;
    background: #114aea;
}
#contact_more{
	margin-top: 50px;
}
#contact_more #social{
	width:33%;
	max-width: 240px;
}



/* SOCIAL */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
#social{
	margin-top: 30px;
	padding-top:0px;
	padding-bottom:0px;
	margin: 0;
	min-width: 210px;
	max-width: 210px;
	height: 80px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#social{

}
#social .btn{
	padding: 0;
	margin: 0;
	margin: 0;
	float: left;
	width:33%;
}
#social img{
	padding: 0;
	margin: 0;
	opacity: 1;
}
#social img:hover{
	opacity:1;
	transition: opacity .2s linear .0s;
	-webkit-transition: .2s opacity .2s linear .0s;
}





/* GRID */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
.row{
	max-width:920px;
	margin-left:auto;
	margin-right:auto;
	width:74%;
	display: block;
}
@media screen and (max-width: 1600px){
	.row{
		max-width:820px;
	}
}
@media screen and (max-width: 1400px){
	.row{
		max-width:720px;
	}
}


.row img{
	margin-bottom:30px;
}
.row .divider_wide{
	margin-bottom: 30px;
}
/* flow with margin */
.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol{
	margin-right: 3.8%;
	float: left;
}
/* no flow with no margin */
.onecol2, .twocol2, .threecol2, .fourcol2, .fivecol2, .sixcol2, .sevencol2, .eightcol2, .ninecol2, .tencol2, .elevencol2, .twelvecol2{
	margin-right: 0%;
	float: left;
}
/* no flow with margin */
.onecol3, .twocol3, .threecol3, .fourcol3, .fivecol3, .sixcol3, .sevencol3, .eightcol3, .ninecol3, .tencol3, .elevencol3, .twelvecol3{
	margin-right: 3.8%;
	float: left;
}
.row .onecol {width: 4.85%;}
.row .twocol {width: 13.45%;}
.row .threecol {width: 22.05%;}
.row .fourcol {width: 30.75%;}
.row .fivecol {width: 39.45%;}
.row .sixcol {width: 48%;}
.row .sevencol {width: 56.75%;}
.row .eightcol {width: 65.4%;}
.row .ninecol {width: 74.05%;}
.row .tencol {width: 82.7%;}
.row .elevencol {width: 91.35%;}
.row .twelvecol {width: 100%; margin-right: 0;}

.row .onecol2 {width: 4.85%;}
.row .twocol2 {width: 13.45%;}
.row .threecol2 {width: 22.05%;}
.row .fourcol2 {width: 33.33%;}
.row .fivecol2 {width: 39.45%;}
.row .sixcol2 {width: 48%;}
.row .sevencol2 {width: 56.75%;}
.row .eightcol2 {width: 65.4%;}
.row .ninecol2 {width: 74.05%;}
.row .tencol2 {width: 82.7%;}
.row .elevencol2 {width: 91.35%;}
.row .twelvecol2 {width: 100%; margin-right: 0;}

.row .onecol3 {width: 4.85%;}
.row .twocol3 {width: 13.45%;}
.row .threecol3 {width: 22.05%;}
.row .fourcol3 {width: 30.75%;}
.row .fivecol3 {width: 39.45%;}
.row .sixcol3 {width: 48%;}
.row .sevencol3 {width: 56.75%;}
.row .eightcol3 {width: 65.4%;}
.row .ninecol3 {width: 74.05%;}
.row .tencol3 {width: 82.7%;}
.row .elevencol3 {width: 91.35%;}
.row .twelvecol3 {width: 100%; margin-right: 0;}

.row .last{margin-right: 0;}
.row .page_info{
	text-align: left;
}
.row .divider_small{
	margin-left:0;
}
.mt{
	margin-top: 80px;
}
.mt2{
	margin-top: 40px;
}
.mt3{
	margin-top: 30px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 50px;
}
.mt80{
	margin-top: 80px;
}
.p60t{
	padding-top:60px;
}
.p120t{
	padding-top:120px;
}





/* DESKTOP & MOBILE */
/* //////////////////////////////////////////////////////////////////////////////////////////////// */
.desktop{
	display: auto;
}
.mobile{
	display: none;
}


/* MOBILE < 1000
//////////////////////////////////////////////////////////////////////////////////////////////// */
/*@media (max-device-width: 1000px){ 
@media only screen and (max-width: 1000px){*/
@media handheld, only screen and (max-width: 1000px), screen and (max-width: 1000px){
	.p120t{
		padding-top:0;	
	}
	/* CONTENT */
	#header_full{
		top:0;
		margin: 0;
		padding: 0;
		padding: 0;
		margin: 0;
		position: relative;
		display:block
	}
	
	/* GRID */

	.row{
		max-width:720px;
	}
	.row .ninecol, .row .eightcol, .row .sixcol, .row .fourcol, .row .threecol{
		width:100%;
		margin: 0;
	}
	.row .page_info{
		text-align: center;
	}
	.row .divider_small{
		margin-left: auto;
	}
	/* MENU */
	#menu{
		padding-top: 100px;
		font-size: 2em;
	}
	#menu li{
		padding: 20px;
	}

	.illustration .label{
		text-align: center;
	}

}


/* MOBILE < 768
//////////////////////////////////////////////////////////////////////////////////////////////// */
/*@media (max-device-width: 768px){ 
@media only screen and (max-width: 768px){
@media handheld, only screen and (max-width: 768px){*/

@media only screen and (max-device-width : 766px), screen and (max-width: 766px){

	#menu_close_btn{
		width:20%;
	}
	.contain{
		padding-top:180px;	
	}
	.page{
		font-size:1.5em;
	}

	/* MENU */
	#logo{
		width:110px;
		max-width: 200px;
	}
	/* specifics */
	#btn_close{
		display: none;
	}
	#btn_prev{
		display: none;
	}
	#controls{
		padding: 0;
		width:140px;
		max-width: 200px;
	}
	.row{
		max-width:720px;
		margin-left: auto;
	}

	/* FOOTER */
	#footer{
		position: relative;
		
	}
	/* extras */
	.p60t{
		padding-top:0;
	}
	
	.tile_info{
		display:none;
	}

	h1{
		font-size: 1.5em;
	}
	p{
		font-size: 1.5em;
	}
	.page_info_tag{
		font-size: 1.5em;	
	}
	.cta{
		font-size: 1.5em;	
		padding: 40px;
	}
	
	/* TILES */
	.tile{
		cursor: pointer;
		float: left;
		width:28.3%;
		margin: 2.5%;
		margin-top: 0;
		margin-bottom:5%;
	}

	#contact_more #social{
		width:50%;
		max-width: 400px;
	}

}



.fullwidth_row{
	width:100%;
	max-width: 100%;
}

