@charset "UTF-8";
/* CSS Document */


@font-face {
  font-family: 'MyFont';
  
  src: url('../fonts/US101.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/US101.ttf')  format('truetype'); /* Safari, Android, iOS */
      
}

@font-face {
  font-family: 'MyFont2';
  
  src: url('../fonts/Futura-CondensedMedium.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Futura-CondensedMedium.ttf')  format('truetype'); /* Safari, Android, iOS */
      
}

body {
	font-family: 'MyFont', Arial, San Sarif;
	color:#666766;
	font-size:16px;	
	
}

a {
	text-decoration:none;
	color:#9db4ad;
	
}

a:hover {
	color: #666766;
}

p {
	font-size:18px;
	font-family: 'MyFont2', Arial, San Sarif;
	letter-spacing:2px;
	margin-bottom:20px;
	color:#757474;
	line-height:150%;
}

h1 {
	text-align:right;
	font-size:22px;
	margin-bottom:10px;
	float:left;
	width: 100%;
	text-transform:uppercase;
	font-weight:normal;
	
}

.visibility {
	display:none;
}

#wrapper {
	box-sizing:border-box;
	width: 100%;
	max-width:1125px;
	padding: 30px 25px;
	margin: 0 auto;
	overflow:hidden;
	
	}
	
header {
	width: 100%;
	float:left;
}

#logo {
	width: 75.348%;
	float:left;
}

#logo img {
	width: 100%;
	height: auto;
	
}

#outer_slogan {
	width:21.116%;
	float:right;
	
}

#slogan {
	width: 100%;
	float:left;
	
}


#slogan img {
	width: 100%;
	height: auto;
	
}

#home_binder {
	width: 100%;
	float:left;
	position: relative;
	
}

#home_binder #left_img_holder {
	position:absolute;
	width:65.11%;

}

#left_img_holder img{
	
	width:100%;
	height:auto;

}

#home_binder #right_column {
	width: 33.48%;
	float:right;
	height:100%;
}

#right_column   .right_image_up {
	width:100%;
	float:left;
	height:19.53%;
	margin-bottom: 4.7%;
}

#right_column   .right_image_down {
	width:100%;
	float:left;
	height:19.53%;
	
}

.right_image_up img {
	
	width:100%;
	height:auto;
	
}


.right_image_down img {
	
	width:100%;
	height:auto;
	
}
	
	
#content {
	width:100%;
	float:left;
	
}

#content2 {
	width:100%;
	float:left;
	
}

.project_holders {
	width: 33.7674%;
	float:left;
	box-sizing:border-box;
	padding-right:15px;
	text-transform:uppercase;
	letter-spacing: 6px;
	margin-bottom: 15px;
}

.project_holders img{
	width: 100%;
	height:auto;
	margin-bottom:7px;
}


.project_holders_right {
	width: 32.3720%;
	float:left;
	box-sizing:border-box;
	text-transform:uppercase;
	letter-spacing: 6px;
	margin-bottom: 15px;
	
	
}

.project_holders_right img {
	width: 100%;
	height: auto;
	margin-bottom:7px;
	
}


#left_image_holder {
	width:35%;
	float:left;	
	margin-right:8%;
}


#left_image_holder img{
	width:100%;
	height:auto;	
	margin-bottom:12px;
}

#right_text_holder {
	width: 44%;
	float:left;
	padding-right:4%;
 	text-align:justify;
	padding-left:2%;
	margin-top:10%;
	
	
}

#right_text_holder_long {
	width: 44%;
	float:left;
	padding-right:4%;
	text-align:justify;
	
	padding-left:2%;
	margin-top:1%;
	
	
	
}


#outer_press {
	width:810px;
	margin: 0 auto;
	
}

#press {
	width:100%;
	float:left;
	
}

.press_holders {
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	padding-right:15px;
	margin-bottom:20px;
	
}

.press_holders img {
	width:100%;
	height:auto;
		
	
}


.press_holders_right {
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	margin-bottom:20px;
	
}

.press_holders_right img {
	width:100%;
	height:auto;
		
	
}

#outer_video {
	
	width:100%;
	max-width: 560px;
	margin: 0 auto;
	
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

	

/* -----------------------------------
navigation
----------------------------------- */

#nav {
	
	margin-right: 0;
	margin-top:10px;
	
	}
	


#nav {
	float:left;
	width:100%;
	height:auto;
	position:relative;
	margin-bottom:40px;
		
}

#nav ul {
	display:block;
	width: 100%;
	line-height: 1;
	}
	
#nav ul li {
	display: inline;
}


	#nav ul li a {	
	display:block;
	float:left;
	text-align: left;
	margin-right:11.49%;
	font-size: 16px;
	text-transform:uppercase;
	letter-spacing:6px;
	color: #666766;
	
	
}

#nav ul li a:hover, #nav ul li a.active {
	color: #666766;
	color: #9db4ad;
}



#nav ul li a.last {
	margin-right:0;
	float:right;
}


#nav-toggle
{
	display: block;
	padding: .75em 0 .85em 14%;
	color: #fff;
	font-size: 1.5em;
	background-image:url(../images/responsive-nav.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position: .9em 48%;
	color: #fff;
	background-color:#9db4ad;
	font-size: 18px;
	font-weight: bold;
	float:left;
	width: 86%;
	margin-bottom:40px;
	margin-top:10px;
	letter-spacing: 6px;
		
	}
	
	

	/* -----------------------------------
Predefined
----------------------------------- */

.js #nav
{
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden;
	zoom: 1;
}

#nav.opened { max-height: 9999px; }

.js #nav { position: relative; }
.js #nav.closed { max-height: none; }
#nav-toggle { display: none; }

@media screen and (max-width: 1050px) {
	
#nav ul li a {	
	
	margin-right:11.00%;
	
	
	
}	
	
}



@media screen and (max-width: 994px) {
	
#nav ul li a {	
	
	margin-right:10.60%;
	
	
	
}	
	
}

@media screen and (max-width: 960px) {
	
#nav_outer {
	width: 95%;
	margin:0 auto;
}
	
#nav {
	width: 94.8%;
	margin:0 2.6% 0 2.6%;
}
	


#nav ul li a {	
	float: none;
	text-align: left;
	width: 92%;
	padding:4%;
	border-bottom: 1px solid #CCC;

}

#nav-toggle {
	display: block;
	}	
	
	#nav ul li a.last {
	
	float:none;
}
}

@media screen and (max-width: 890px) {
	
#content {
	box-sizing:border-box;
	padding-left:15px;
	
}
	
.project_holders {
	width: 50%;
	padding-right:15px;
	
}




.project_holders_right {
	width: 50%;
	padding-right:15px;
	
	
}

}

@media screen and (max-width: 870px) {
#outer_press {
	width:100%;;
	
	
}



}

@media screen and (max-width: 630px) {
	#logo {
	width: 100%;
	
}



#outer_slogan {
	width:226px;
	float:none;
	margin:0 auto;
	
}

#slogan {
	
	margin-top:10px;
}

#home_binder #left_img_holder {
	
	width:100%;
	position:static;
	float:left;
	}

#home_binder #right_column {
	width: 100%;
	float:left;
	height:auto;
	margin-top:10px;
}

#right_column   .right_image_up {
	width:50%;
	height:auto;
	margin-bottom: 0;
	box-sizing:border-box;
	padding-right:3px;
	
}

#right_column   .right_image_down {
	width:50%;
	height:auto;
	margin-bottom: 0;
	box-sizing:border-box;
	padding-left:3px;
	
	
}

.project_holders {
	width:100%;
	
}




.project_holders_right {
	width: 100%;
	
	
	
}


#press {
	box-sizing:border-box;
	padding-left:15px;
	
}

.press_holders {
	
	width:50%;
	
	
	
}




.press_holders_right {
	
	width:50%;
	padding-right: 15px;
	
}


	
	
}


@media screen and (max-width: 550px) {
#left_image_holder {
	display:none;
}

#right_text_holder {
	width:90%;
	padding:0 5%;
	text-align:left;
}

#right_text_holder_long {
	width:90%;
	padding:0 5%;
	text-align:left;
	
	
	
}
 .visibility {
	
	display: inline-block;
	float:left;
	margin: 0 15px 15px 0;
}


}
@media screen and (max-width: 500px) {


#right_column   .right_image_up {
	width:100%;
	padding-right:0;
	
	
}

#right_column   .right_image_down {
	width:100%;
	padding-left:0;
	margin-top: 10px;
		
}


#press {
	
	padding:0 30px;
	
}

.press_holders {
	
	width:100%;
	padding:0;
	
	
}




.press_holders_right {
	
	width:100%;
	padding-right:0;
	
}


	
	
	
}

