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




@font-face {
  font-family: 'MyFont';
  src: url('../fonts/NeutraDisplayTT-Medium.woff') format('woff') /* Safari, Android, iOS */;
       
           
}

@font-face {
  font-family: 'MyFont2';
  src: url('../fonts/NeutraDisplayTT-bold.woff') format('woff') /* Safari, Android, iOS */;
       
           
}

@font-face {
  font-family: 'MyFont3';
  src: url('../fonts/NeutraDisplayTT-Num.woff') format('woff') /* Safari, Android, iOS */;
       
           
}

.numbers {
	font-size:22px;
}


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

p {
	margin-bottom: 20px;
	line-height: 150%;
	font-size:20px;
}

a {
	text-decoration:none;
	color: #248899;
}


a:hover, a.active {
color:#f5923e;	
	
}

strong {
	font-family: 'MyFont2', Arial, San Sarif;
	
}

h1, h2, h3 {
	
	font-family: 'MyFont2', Arial, San Sarif;
	color: #248899
}

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



a:hover a:active {
color:#837047;	
	
}



.clearfix {
	
	clear:both;
}


.contact_info {margin-top:30%; 
               font-size:26px; 
			   line-height: 120%
}

#wrapper {
	width: 100%;
	max-width: 1100px;	
	box-sizing:border-box;
	padding:0 25px 40px 25px;
	margin:0 auto;
	
	
}

header {
	width:100%;
	float:left;
	margin-top: 20px;
	
}

header img {
	width:100%;
	height:auto;
	
}

#home_content_outer {
	width: 77.1428%;
	margin:0 auto;
	
	
	
}

#home_content {
	width: 100%;
	float:left;
	margin-top:40px;
	
}

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


#projects_content_outer {
	width: 80.95%;
	margin:0 auto;
	
	
}

#projects_content {
	width: 100%;
	float:left;
	margin-top:40px;
	
}

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

.projects_right {
	width:43.76%;
	float:right;
	text-align:center;
	font-size: 18px;
	text-transform:uppercase;
	font-family: 'MyFont2', Arial, San Sarif;
	margin-bottom:50px;
}

.projects_left {
	width:43.76%;
	float:left;
	text-align:center;
	font-size: 18px;
	text-transform:uppercase;
	font-family: 'MyFont2', Arial, San Sarif;
	margin-bottom:50px;
}

.projects_right img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

.projects_left img {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

#slider_outer {
	width: 85.7142%;
	margin:0 auto;
	
}

#gallery {
	width: 100%;;
	float:left;
	margin-top:20px;
	
}

#left_column {
	box-sizing:border-box;
	width:36.111%;
	padding-right:25px;
	float:left;
	
}

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

#right_column {
	box-sizing:border-box;
	width:63.8%;

	float:left; 
	text-align:center;
	
}


#right_column_services{
	box-sizing:border-box;
	width:63.8%;

	float:left; 
	
	
}




#right_column_services ul {
	
	margin-top: 10%;
	float:left;
	margin-left:5%;
}


#right_column_services ul.left_services {
	
	margin-left: 18%;
}

#right_column_services li {
	font-size:22px;
	margin-bottom:10px;
	text-transform: capitalize;
	
	
}

#about_content {
	width:100%;
	float:left;
	text-align:justify;
}


#about_content img {
	
	box-sizing:border-box;
	width:36.111%;
	padding-right:25px;
	float:left;
	height: auto;
	min-width: 165px;
	margin-bottom: 15px;
}






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

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


#nav {
	float:left;
	width:100%;
	height:auto;
	position:relative;
		
}

#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:16.2%;
	font-size: 18px;
	text-transform:uppercase;
	
	font-family: 'MyFont2', Arial, San Sarif;
	
	
}



#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:#248899;
	font-size: 18px;
	font-weight: bold;
	float:left;
	width: 86%;
	margin-top:20px;
		
	}
	
	

	/* -----------------------------------
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: 1075px) {
	
	#nav ul li a {	
	
	margin-right:16%;
	
}

}

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

}

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

}


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

}

@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: 800px) {

#home_content_outer {
	width: 100%;
	
	
	
}

#projects_content_outer {
	width: 100%;
	
	
}


#slider_outer {
	width: 100%;
	
	
}


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

#right_column_services ul {
	
	
	float:none;
	margin-left:5%;
	margin-top:0;
}


#right_column_services ul.left_services {
	
	margin-left: 5%;
}
}

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


.projects_right {
	width:100%;
	float:leftt;
	
}

.projects_left {
	width:100%;
	float:leftt;
}


#left_column {
	box-sizing:border-box;
	width:45%;
	padding-right:25px;
	float:left;
	
}



#right_column {
	box-sizing:border-box;
	width:54%;
	text-align:justify;
	float:left; 
	
}

#right_column_services {
	box-sizing:border-box;
	width:54%;

	float:left; 
	
}

}
