@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}

body{
	font-family: 'Open Sans', sans-serif;
}

h3{
	margin-bottom: 40px;
}

h4{
	margin-bottom: 20px;

}

p{
	margin-bottom: 20px;
}

a{
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}

/* generic */

.half{
	position: relative;
	margin-left: -1%;
	margin-right: -1%;
	overflow: hidden;
}

.half > .left,
.half > .right{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

.half > .right{
	float: right;
}

.half > .left{
	float: left;
}

.callto{}
.callto a{
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
.callto a:hover{
	opacity: 0.8;
}

.photos{
	margin-left: -2%;
	margin-right: -2%;
	position: relative;
	text-align: center;
	font-size: 0;
}
.photos li{
	margin-left: 2%;
	margin-right: 2%;
	width: 46%;
	display: inline-block;
	margin-bottom: 15px;
}
.photos li img{ width: 100%; height: auto; }

.container{ margin: 0 auto; width: 980px; }

/* topbar */

#topbar{
	position: fixed;
	top: 0; left: 0; right: 0;
	background: #0090d6;
	z-index: 8888;
}
#topbar .container{
	overflow: hidden;
}
#topbar .nav{
	text-align: center;
	font-size: 0;
}
#topbar .nav li{
	font-size: 16px;
	margin: 0;
	display: inline-block;
	padding: 15px 0;
}
#topbar .nav li a{
	display: block;
	color: #eee;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 20px;
}
#topbar .nav li a:hover{
	color: #fff;
	background: #0099e3;
}

/* banner */
#slider-wrap{
	background: #333;
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	z-index: 5555;
	width: 100%;
	overflow: hidden;
}
#slider{

    left: 50%;
    width: 1600px; /* full width */
    margin-left: -800px; /* halft fo the full width */
	background: #141414;
}

#slider img{
	opacity: 0.15;
}
#banner{
	position: relative;
	z-index: 7777;
	/*display: table;*/
	margin-top: 70px;
}
#banner .container{
	height: 600px;
	/*display: table-cell;
	vertical-align: middle;*/
	text-align: center;
}
#banner h1 {
    background: url(../images/logo.png) center bottom no-repeat;
    height: 410px;
    text-indent: -9999px;
}
#banner p.intro{
	color: #c7ddf4;
	font-size: 21px;
	position: relative;
	margin-top: -90px;
	line-height: 31px;
	margin-bottom: 28px;
}
#banner p.callto{
	margin-bottom: 0;
}
#banner p.callto a{
	border-radius: 3px;
	border: 1px solid #c7ddf4;
	color: #c7ddf4;
	padding: 30px 60px;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1em;
}
#banner p.callto a:hover{
	background: #c7ddf4;
	color: #333;
}

/* profile or about */

#about-us{
	background: #c7ddf4;
}
#about-us .container{
	padding: 80px 0;
}
#about-us h3{
	color: #111;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
}
#about-us p{
	color: #111;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

#about-us .callto{}
#about-us .callto a{
	border-radius: 3px;
    border: 1px solid #c7ddf4;
    color: #eee;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;
    background: #0090d6;
}

/* services */

#our-services{
	background: #0090d6;
}
#our-services .container{
	padding: 80px 0;
}
#our-services h3{
	color: #eee;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
}
#our-services h4{
	color: #eee;
	font-size: 25px;
	font-weight: normal;
	line-height: 1em;
}
#our-services p{
	color: #eee;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

#our-services .photos li.recycle{
	background: #fff url(../images/recycle.jpg) center center no-repeat;
	vertical-align: top;
}

/* contact */

#contact-us{
	background: #eeeeee;
}
#contact-us .container{
	padding: 80px 0;
}
#contact-us h3{
	color: #333;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
}

.half2{
	margin-left: -1%;
	margin-right: -1%;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.half2 > .left,
.half2 > .right
{
	margin-left: 1%;
	margin-right: 1%;
	display: inline-block;
	width: 48%;
}

.half2 > .left{ float: left;}
.half2 > .right{ float: right;}

.details strong{
	color: #464646
}
.details ul{
	list-style: none;
}
.details li{
	line-height: 28px;
}
.details a{
	color: #333;
}
.details a:hover{
	color: #111;
	text-decoration: none;
}

.details .email{
	background: url(../images/email.png) left center no-repeat;
	padding-left: 20px;
}

.details .phone{
	background: url(../images/phone.png) left center no-repeat;
	padding-left: 23px;
}
.details .phone a{}

.details .fax{
	background: url(../images/fax.png) left center no-repeat;
	padding-left: 20px;
}

.details .fax a{}

.details .mobile{	
background: url(../images/mobile.png) left center no-repeat;
	padding-left: 20px;
}

.details .mobile a{}

.details .address{
background: url(../images/address.png) left 7px no-repeat;
	padding-left: 20px;
}


/* footer */

#footer{
	background: #c7ddf4
}

#footer .container{
	overflow: hidden;
	padding: 40px;
}

#footer .left{
	float: left;
}
#footer .right{
	float: right;
}

#footer p{
	font-size: 13px;
	margin: 0;
	line-height: 1em;
}
#footer p span{
	white-space: nowrap
}
#footer p strong{
	font-weight: bold
}
#footer p a{
	text-decoration: underline;
	color: #333;
}
#footer p a:hover{
	text-decoration: none;
	color: #111;
}
#footer .left{
float: left;
}
#footer .right{
float: right;
}





/* form */

#contactus label
{
   font-size: 14px;
   color: #333;
}

#contactus input[type="text"],
#contactus textarea
{
  font-size: 14px;
  background: #f1f1f1;
  width: 97%;
  padding: 3px 1%;
  border: 1px solid #999;

}

#contactus input[type="text"]
{
  height: 37px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
border-radius: 3px;
    border: 1px solid #c7ddf4;
    color: #eee;
    padding: 15px 40px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    line-height: 1em;
	cursor: default;
	background: #0090d6;
}
#contactus input[type="submit"]:hover
{
    color: #fff;
	background: #0099e3;
}

#contactus textarea
{
  height: 76px;
	font-family: 'Open Sans', sans-serif;
}

#contactus input[type="text"]:focus,
#contactus textarea:focus
{
  outline: none;
  background: #fff;
  border: 1px solid #ddd;
}

#contactus .container
{
   margin: 0;
   padding: 0;
   width: auto;
   margin-bottom: 15px;
}

#contactus .error
{
   font-size: 13px;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-size: 13px;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 13px;
   color:#000;   
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-size: 13px;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}


/* map */

.map{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* #Media Queries
================================================== */

.slicknav_menu{ display: none; }

@media only screen and (max-width: 980px) {

.container{
	width: 96%;
}

/* 980px */
}

@media only screen and (max-width: 860px) {


/* 860px */
}

@media only screen and (max-width: 767px) {
	
#topbar .nav li{
	padding: 5px 0;
}

#slider-wrap{
	top: 50px;
}
#slider{
	width: 960px;
	margin-left: -480px;
}

#banner{
	margin-top: 50px;
}

#banner .container {
    height: 360px;
}
#banner h1 {
    background: url(../images/logo2.png) center bottom no-repeat;
    height: 165px;
}

#banner p.intro {
    margin-top: 5px;
}

#banner p.callto a {
    padding: 20px 40px;
}

.half{
	margin-left: 0;
	margin-right: 0;
}
.half > .left,
.half > .right{
	margin-left: 0;
	margin-right: 0;
	float: none;
	width: 100%;
}

.half > .right{
	margin-bottom: 30px;
}

#footer .container{
	padding: 20px 0;
}

#footer .left,
#footer .right{
	text-align: center;
	float: none;
	 margin: 0;
}

#footer p{
	line-height: normal;
}

/* 767px */
}

@media only screen and (max-width: 680px) {
	
.slicknav_menu{ 
	display: block;
}

#topbar .nav{ display: none; }

/* 680px */
}

@media only screen and (max-width: 560px) {



.half2{
	margin-left: 0;
	margin-right: 0;
}
.half2 > .left,
.half2 > .right
{
	margin-left: 0;
	margin-right: 0;
	float: none;
	width: 100%;
}

.half2 > .left{
	margin-bottom: 30px;
}


/* 560px */
}

@media only screen and (max-width: 479px) {
	
	
#slider-wrap{
	top: 50px;
	position: relative;
}

#slider{
	width: 100%;
	margin: 0;
	left: auto;
}

#slider img{
	opacity: 1;
}

#banner{
	background: #00547d;
}

#banner .container {
    height: auto;
	padding: 20px 0 40px 0;
}
#banner p.intro {
    color: #eee;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
}

#banner p.callto a {
    border: none;
    color: #333;
	background: #c7ddf4;
	padding: 10px 20px;
	font-size: 16px;
}
#banner p.callto a:hover {
    color: #333;
	background: #fff;
}

#about-us, #our-services{
	text-align: center;
}

.half2{
	margin-left: 0;
	margin-right: 0;
}
.half2 > .left,
.half2 > .right
{
	margin-left: 0;
	margin-right: 0;
	float: none;
	width: 100%;
}

.half2 > .left{
	margin-bottom: 30px;
}

#about-us .callto a{
    text-align: center;
	padding: 10px 0;
	display: block;
}

/* 479px */
}

@media only screen and (max-width: 320px) {
	
/* 320px */
}