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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* End Reset */

/* Content  */

body {
	font-size:62.5%;
	//font-family:Tahoma, Geneva, sans-serif;
	font-family:Arial, Helvetica, sans-serif;
	//color:rgb(23,71,158);
	color: #000;
	}
	
* {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}

.bigback {
	background-color:rgb(23,71,158);
	//background-image:url(../images/bprintblue2000pmb0_1.jpg);
	background-size:100%;
	background-position:top center;
	background-repeat:repeat-y;
}
h1 {
	font-size:2.0em;	
}

h2 {
	font-size:1.2em;
}
h3 {font-size:1.2em;}


p {font-size:1.0em;
	line-height:1.5;
 }
 
 header.main_head {
	position:relative;
	max-width:1100px;
	margin: 0 auto; 
 }
 
 .group:after {
	content: "";
	display: table;
	clear: both;
}
 
 .up_bar {height: 30px; 
 	background-color: rgb(23,71,158);
	width:100%;
	float:left;}
	
	.up_bar a{
			float: right;
			margin: 5px 20px 5px 10px;
			height:20px;
	}
	
	.up_bar a img {
		height:20px;
		width:20px;
	}
	
.head_mid {
	background-image:url(../images/headerbackgrd1100.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	background-color:#999;
	padding-bottom:19.0909%;
	height:0;
	width: 100%;
	float: left;	
	
}
.main_logo { width: 22%; 
margin-left:1%;
 float: left;}
 
 .main_logo a{
	background-image:url(../images/logo-ser1.png);
	background-image:url(../images/logo-ser1.svg);
	background-size:100%;
	width:100%;
	padding-bottom:85.714%;
	height:0;
	text-decoration:none;
	display:block;
	
 }

nav.main_nav {
	//height: 60px;
	width: 100%;
	background-color: rgb(228,108,10);
	float: left;
}
/* TEXT RELATED */
ul.navlist li a{
	font-size:1.2em; 
	float:left;	
	width:50%;
	padding: 10px 2.0%;
	background-color:rgb(228,108,10);
	color:#FFF;
	font-weight:bold;
	text-decoration:none;

}
ul.navlist li span {
	font-size:1.2em;	
}

a.uconst:hover{
	color:rgba(228,108,10,0.0);
	background-image:url(../images/uconst.jpg);
	background-size:100% 100%;
}

.cont_wrap {
	margin: 0 auto;
	max-width:1100px;	
	background-image:url(../images/bp_white_mod1100_800.jpg);
	background-size:100%;
	background-repeat:repeat-y;
}

.home_tagline {
	width:100%;
	background-color:rgba(255,255,255,0.6);
}
/* TEXT RELATED */
.home_tagline h2 {font-style:italic; font-weight:bold; padding: 2% 3%; line-height:1.2;}

.ph_home {
	float: left;
	width: 66%;
	padding:1.5% 1.5%;
	
}

.ph_home div{
	padding-bottom:66.666666666%;
	//padding-bottom:50%;
	height: 0;	
	box-shadow: 3px 3px 5px #333;
	border-radius: 2em;
	position:relative;
}
.lbl_wht {
	position:absolute;
	top:10px;
	left:15px;
	color:white;
	text-shadow:1px 2px #000;	
}
.lbl_blk {
	position:absolute;
	top:10px;
	left:15px;
	color:black;
	text-shadow:1px 2px #fff;	
}
.h_photo1 div{
	background-image:url(../images/chemicalplant600.jpg);
	//background-image:url(../images/chemicalplant1_225.jpg);
	background-size:100%;
}

.h_photo2 div{
	background-image:url(../images/marineterminal600.jpg);
	//background-image:url(../images/marineterminal1_225.jpg);
	background-size:100%;
}

.h_photo3 div{
	background-image:url(../images/railyard600p.jpg);
	//background-image:url(../images/railyard1_225.jpg);
	background-size:100%;
}
.h_photo4 div{
	background-image:url(../images/warehouse600p.jpg);
	//background-image:url(../images/warehouse1_225.jpg);
	background-size:100%;
}

.h_service div.txt_body{
	border:	1px solid rgb(23,71,158);
}
.h_service header{
	background-color:rgb(23,71,158);
}
.h_exp div.txt_body{
	border:	1px solid rgb(228,108,10);
}
.h_exp header{
	background-color:rgb(228,108,10);
}
.h_ap div.txt_body{
	border:	1px solid rgb(23,71,158);
}
.h_ap header{
	background-color:rgb(23,71,158);
}
.h_proj div.txt_body{
	border:	1px solid rgb(228,108,10);
}
.h_proj header{
	background-color:rgb(228,108,10);
}
.home_txt {width:34%; float:left;padding:1.5% 1.5%; }
/* TEXT RELATED */
.home_txt h2{font-size: 1.2em; font-weight:600; padding: 3% 6%; color:#fff;}
.home_txt header {
	//background-color:#03C; 
	width:100%;
	border-radius: 1.2em 1.2em 0 0;
	box-shadow: 3px 3px 3px #333;
}
.txt_body {
	width:100%; 
	background-color:rgba(255,255,255,0.9);
	padding: 2% 3%;
	border-radius: 0 0 1.2em 1.2em;
	box-shadow: 3px 3px 3px #333;
}
/* TEXT RELATED */
.txt_body p{font-size:0.8em; line-height:1.4; }
.txt_body h4{font-size:1.0em; line-height:1.4; font-weight:600;}

.txt_body ul {
	padding-left:14%;
	padding-right:3%;
	padding-bottom:6%;
	float: left;	
	list-style-type: disc;
}
.txt_body ul.flist{padding-bottom:0%;}
.txt_body li {line-height:1.4; font-size: .8em;}

footer {background-color:rgb(228,108,10);
	height:70px;
	max-width:1100px;
	margin: 0 auto;
}
.foot_copy h4 {
	float:right;
	margin: 30px 20px;	
	font-size:1.6em;
	color:#fff;
}

/*Contact Us*/
header.contactus {
	background-color:rgb(23,71,158);
	width:100%;
}
header.contactus h1{font-size: 2.0em; font-style: italic; font-weight:600; padding: 1% 3%; color:#fff;}

.contact_txt {width:50%; float:left;
	padding:1% 1.5% 15% 1.5%; 
}
.txt_body h4{font-size:1.2em; line-height:1.4}
.contact_txt h2{font-size: 1.2em; font-weight:600; padding: 3% 6%; color:#fff;}
.contact_txt header {
	background-color:rgb(23,71,158);
	width:100%;
	border-radius: 2em 2em 0 0;
	box-shadow: 3px 3px 3px #333;
}
.contact_txt div.txt_body {border:	1px solid rgb(23,71,158);}

@media screen and (min-width: 480px){
ul.navlist li a{
	font-size:1.2em; 
	float:left;
	width:auto;	
	padding: 10px 2.0%;
	background-color:rgb(228,108,10);
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.txt_body ul {
	padding-left:10%;}
}

@media screen and (min-width: 640px){
 .up_bar {height: 40px; }
 .up_bar a img {
		height:30px;
		width:30px;
	}
h2 {
	font-size:1.4em;
}
header.contactus h1{font-size: 2.4em; }
.txt_body p{font-size:1.2em; line-height:1.4}
.txt_body h4{font-size:1.2em; line-height:1.4}
.txt_body ul {
	padding-left:6%;
}
.txt_body li {line-height:1.4; font-size: 1.0em;}
}

@media screen and (min-width: 980px){
 .up_bar {height: 50px; }
 .up_bar a img {
		height:40px;
		width:40px;
	}
.bigback {
	background-color:rgb(23,71,158);
	background-image:url(../images/bprintblue2000pmb0_1.jpg);
	background-size:100%;
	background-position:top center;
	background-repeat:repeat-y;
	}
	
h2 {
	font-size:2.0em;
}
	
	
ul.navlist li a{
	font-size:1.8em; 
	float:left;	
	padding: 10px 2.0%;
	background-color:rgb(228,108,10);
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
	
.home_tagline h2 {font-style:italic; font-weight:bold; padding: 2% 3%; line-height:1.2;}
.ph_home {
	float: left;
	width: 66%;
	padding:1.5% 1.5%;
}
header.contactus h1{font-size: 3.0em; }
.contact_txt h2{font-size: 2.0em;}
.home_txt h2{font-size: 2.0em; font-weight:600; padding: 3% 6%; color:#fff;}
.home_txt header {
	//background-color:#03C; 
	width:100%;
	border-radius: 2em 2em 0 0;
	box-shadow: 3px 3px 3px #333;
}	

.txt_body {
	width:100%; 
	background-color:rgba(255,255,255,0.8);
	padding: 2% 3%;
	border-radius: 0 0 2em 2em;
	box-shadow: 3px 3px 3px #333;
}
	
.txt_body p{font-size:1.6em; line-height:1.4; }
.txt_body h4{font-size:1.8em; line-height:1.4}
.txt_body ul {
	padding-left:5%;
	padding-right:2%;
	padding-bottom:6%;
	float: left;	
	list-style-type: disc;
}
.txt_body li {line-height:1.4; font-size: 1.3em;}	
	
}

