/*   
    
    - Fonts
    - General CSS
    - Header
    - Hero
    - services
	- Ourwork
    - Footer
    - Responsive CSS   

*/



/*  Fonts  */







/*  General CSS  */
body{
    background: #fff;
}

.wrapper{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;

}

h1, h2, h3, h4, h5, h6, p {
    color: #525252;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: 0 .67em }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}
.clearfix {clear:both;}


.mylist{font-family: Helvetica, Arial, sans-serif;
		color: #525252; margin-left:30px;}



/*  header Section  */
header{
    width: 100%;
    height: 300px;
    background: rgba(28, 54, 85, .2);
	background-size:100%;
}

header img{height:auto;}

header h1{
	padding-top:20px;
	padding-right:30px;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 300%; 
	font-style: italic;
	font-weight:normal;
	text-align:left;
	text-shadow: 2px 2px 3px #000;
	border-bottom:0;

}

header .logo{
    margin-top: 40px;
    float: left;
}

.aboutus{background: url("../img/engine-3.jpg")}
.electrics{background: url("../img/engine-2.jpg")}
.mechanical{background: url("../img/engine-5.jpg")}
.contact{background: url("../img/engine-1.jpg")}

header a.hamburger{
    text-decoration: none;
    display: none;
    float: right;
    margin-top: 41px;
    width: 24px;
    height: 19px;
    background: url('../img/hamburger_icon.png') no-repeat;
}

header nav{
    float: right;
}

header nav ul{
    margin-top: 40px;
    list-style: none;
    overflow: hidden;
    float: left;
}

header nav ul li{
    float: left;
    margin-left: 50px;
}

header nav ul li a,
header nav .login_btn{
    text-decoration: none;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 1px;

}

header nav .login_btn{
    float: right;
    margin: 30px 0 0 50px;
    padding: 10px 30px 11px 30px;
    border: 2px solid #ffffff;
    background: transparent;

    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
}

header nav .login_btn:hover{
    background: #ffffff;
    color: #1c3655;
}


p {margin:10px;}


/*  Hero Section  */

.hero{
    width: 100%;
    height: 800px;
    position: relative;
    background: url('../img/hero.jpg') no-repeat bottom center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.hero .caption{
    width: 100%;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -105px;
}

.hero .caption h2{
    color: #fff;
    font-family: "P22 Corinthia";
    font-size: 100px;
    font-weight: lighter;
    margin: 0;
    position: relative;
    display: block;
}

.hero .caption h3{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin: -15px 0 0 25px;
    left: 1px;
}

/*blocks */

.block45 {
	width:45%;
}

.block30 {
	width:30%;
}


.central {width:500px; margin:10px auto;}

/*  services section  */
.services{
    padding: 50px 0 10px 0;

}

.services ul.marine-services{
    list-style: none;
    overflow: hidden;

}

.services ul.marine-services li{
    display: block;
    width: 24%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 0.5% 0.5% 0.5%;
	
}

.services ul.marine-services li img.glider-image{
    width: 100%;
    height: auto!important;
    vertical-align: top;
}


.services ul.marine-services li .price{
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    background: #ffffff;
    color: #514d4d;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bld;
    letter-spacing: 1px;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
	
	-webkit-box-shadow: 3px 3px 3px #ccc;
	   -moz-box-shadow: 3px 3px 3px #ccc;
	        box-shadow: 3px 3px 3px #ccc;
}


.services ul.marine-services li:nth-child(4n+0){
    margin-right: 0;
}

.services ul li .engineering_details{
    width: 93%;
    padding: 10px;
    border-bottom: 1px solid #f2f1f1;
    border-left: 1px solid #f2f1f1;
    border-right: 1px solid #f2f1f1;
	margin: 0 0.5% 5% 0.5%;
	margin:0 auto 0;
	
	min-height:250px;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.services ul li:hover .engineering_details{
    border-bottom: 1px solid #95badf;
    border-left: 1px solid #95badf;
    border-right: 1px solid #95badf;
}

.services ul li .engineering_details h1{
    color: #666464;
    font-family: "lato-bold", Helvetica, Arial, sans-serif;
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}

.services ul li .engineering_details h1 a{
    text-decoration: none;
    color: #666464;
}

.services ul li .engineering_details h2{
    color: #9d9d9d;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 26px;
}

.services ul li .engineering_details .property_size{
    color: #676767;
}

.services .more_listing{
    display: block;
    width: 100%;
    text-align: center;
    margin: 84px 0 22px 0;
}

.services .more_listing_btn{
    text-decoration: none;
    padding: 20px 40px;
    border: 2px solid #bfd9f1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    color: #afcbe6;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;

    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.services .more_listing_btn:hover{
    color: #a0c3e5;
    border: 2px solid #a0c3e5;    
}



.content {max-width:1250px; 

margin:20px;}

.ourwork {
	width:90%;margin:20px auto;
}
.ourwork h1 {margin:10px 0;}
.ourwork p{margin:15px 20px;}

.lefty{float:left;}
.righty{float:right; margin-left:10px; margin-bottom:20px}
.corners{ border-radius:10px;}
.shadows { box-shadow: 8px 8px 5px #ccc;}


/*  footer  */
footer{
    padding-top: 50px;
    background: #95badf;
	background: url("../img/footer2.png");
	height:50px;
}

footer .footer > ul{
    overflow: hidden;
}

footer .footer > ul > li{
    display: block;
    float: left;
    list-style: none;
    margin-right: 60px;
}

footer .footer > ul > li:last-child{
    margin-right: 0;
}


footer .footer > ul > li.links{
    width: 197px;
}

footer ul li.links > ul > li{
    display: block;
    width: 100%;
    list-style: none;
    margin-bottom: 27px;
}

footer ul li.links > ul > li:last-child{
    margin-bottom: 0;
}

footer .footer > ul > li.links li a{
    text-decoration: none;
    display: block;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    text-align: left;
}

footer .footer > ul > li.about{
    width: 327px;
}

footer ul li.about p{
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-top: -9px;
}

footer ul li.about > ul > li{
    display: inline-block;
    margin-right: 20px;
    margin-top: 30px;
}

footer ul li.about > ul > li:last-child{
    margin-right: 0;
}

footer ul li.about > ul > li a{
    background: url('../img/social_media.png') no-repeat;
}

footer ul li.about > ul > li a.facebook{
    display: block;
    width: 10px;
    height: 18px;
    background-position: 0 0;
}
footer ul li.about > ul > li a.twitter{
    display: block;
    width: 19px;
    height: 18px;
    background-position: -11px 0px;
}
footer ul li.about > ul > li a.google{
    display: block;
    width: 10px;
    height: 18px;
    background-position: -31px 0px;
}
footer ul li.about > ul > li a.skype{
    display: block;
    width: 17px;
    height: 18px;
    background-position: -43px 0px;
}

footer .copyrights{
    display: block;
    text-align: center;
    padding: 40px 0;
    margin-top: 60px;
    color: #fff;
    font-family: "lato-regular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: .5px;
    border-top: 1px solid #82abd4;
}

footer .copyrights a.ph_link{
    font-family: "Lato-bold", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.manufacturers{ font-family: Helvetica, Arial, sans-serif;
		color: #525252; width: 25%; float: left; font-size:100%; margin-left:30px;}

/* responsive css  */

@media (max-width:1024px){
	.services ul.marine-services li{
    display: block;
    width: 40%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 5%;
	border:0px;
	}
	header{height:220px}
	header h1{font-size:280%; padding-top:10px;}
	.manufacturers li{font-size:14px}
}


@media (max-width:800px){
		/* here */
}


@media (max-width:700px){
.services ul.marine-services li{
    display: block;
    width: 45%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 2%;
	margin:1px;
	}
	header{height:170px; }
	header h1{font-size:250%; padding-top:0;}
}


@media (max-width:550px){
	.services ul.marine-services li{
    display: block;
    width: 80%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 10%;
	margin:1px;
	
	}

	header{height:140px;}
	header h1{font-size:200%; padding-top:60px;}
}

@media (max-width:400px){
	.services ul.marine-services li{
    display: block;
    width: 90%;
    height: auto;
    position: relative;
    float: left;
    margin: 0 5%;
	margin:1px;
	
	}
	header{height:120px; width:400px}
	header h1{font-size:180%; padding-top:60px;}
}


@media (max-width:500px){
		here
}
