@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#EBEBEB;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}
header {
	height:100px;
	width:100%;
	background-color:#F1F1F1;
}
.header-container {
	width:1200px;
	margin:0px auto;
	overflow:auto;
}
.headerLeft {
	width:500px;
	height:100px;
	float:left;
}
.companyName {
	font-size:23px;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:30px;
	float:left;
	color:#474646;
}
.banner {
	background-color:#333;
	background-image:url("../images/jumbotron home.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.banner-container {
	width:90%;
	text-align:center;
	margin:0px auto;
}
.banner img {
	width:350px;
	margin-top:0px;
	margin-bottom: 0px;
}
.homeHeader {
	height:50px;
	background-color:#000;
}
.homeBanner {
	height:400px;
	background-color:#333;
	background-image:url("../images/banner.png");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.homeBanner-container {
	width:90%;
	text-align:center;
	margin:0px auto;
}
.homeBanner img {
	width:650px;
	margin-top:50px;
	margin-bottom: 10px;
}
.homeUnderConstruction {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	background-color: #ff0004;
	width: 50%;
	margin: 0px auto;
}
nav {
	box-sizing:border-box;
	width: 100%;
	border-bottom: solid 1px #000;
}
nav ul {
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 100%;
}
nav ul li {
	display: inline-block;
}
nav a {
	line-height: 60px;
	padding: 0px 20px 0px 20px;
	font-size: 19px;
	font-weight: normal;
	text-transform: normal;
	display: block;
	color:#000;
	text-decoration:none;
	transition:background-color .5s, color .5s;
	-webkit-transition:background-color .5s, color .5s;
	-moz-transition:background-color .5s, color .5s;
	-o-transition:background-color .5s, color .5s;
}
nav a:hover {
	background-color: #000;
	color:#fff;
}
.navCurrent {
	background-color: #000;
	color:#fff;
}
.menu-item-drop {
}
.nav-drop {
	display:none;
	position:absolute;
	width:140px;
	background-color:#333;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	z-index:1;
}
.nav-drop li {
	display:block;
	width:100%;
	border-bottom:dashed #F1591F 1px;
	padding:0px;
}
.nav-drop li a {
	line-height:30px;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
	text-transform:none;
	padding:7px 0px 7px 20px;
}
.menu-item-drop:hover .nav-drop {
	display:block;
}
.nav-drop li:hover, .nav-drop a:hover {
	background-color:#222;
}
.nav-drop li:hover .menu-item-drop-link {
	background-color:#333;
	color:#fff;
}
.content {
	background-color:#fff;
	margin:0px auto;
	box-sizing:border-box;
}
.content-container {
	padding:50px 40px 50px 40px;
	padding-top:50px;
	padding-bottom:50px;
}
.photos-container {
	padding: 10 10 10 10;
	width:100%;
}
.photos img {
	width:40%;
	float:left;
	padding-right:25px;
}
.product {
	width:1200px;
	height:350px;
	background-size:cover;
	background-position:center;
	margin-left:-40px;
	margin-bottom:50px;
}
.product-container {
	margin:0px auto;
	width:1040px;
	padding-top:130px;
}
.product h3 {
	color:#fff;
	font-size:50px;
	margin:0px auto;
	width:300px;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border-top:dashed #F1591F 5px;
	border-bottom:dashed #F1591F 5px;
	text-shadow:#000 00px 00px 30px;
}
h1 {
	font-size: 40px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
h2 {
	margin:0px 0px 20px 0px;
	padding:0px;
	text-align:center;
	font-size:22px;
	text-transform:none;
	font-weight:normal;
}
hr {
	margin-top:40px;
	margin-bottom:40px;
	clear:both;
}
p {
	margin:0px;
	padding:0px;
}
.phoneNumber {
	background-color:#FF0004;
	color:#FFF;
	padding: 15px;
	border-radius: 35px;
	box-shadow: 0px 0px 35px -3px #000;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
}
.content-container p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin:10px 0px 20px 0px;
	text-align: justify;
	color:#333;
	line-height: 25px;
}
.cranes {
	margin-top: 50px;
}
.cranes div {
	float: left;
	width: 100%;
	margin-bottom: 70px;
}
.cranes div img {
	width: 25%;
	min-width: 230px;
	float: left;
	margin-right:40px;
}
.cranes h3, .cranes p {
	text-align: justify;
	width: 100%;
	margin-bottom: 10px;
}
.cranes h3 {
	margin-top: 20px;
}
.cranes i {
	font-size: 25px;
	margin-right: 10px;
}
.homePics3 {

}
.homePics3 div {
	float: left;
	width: 33%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.homePics3 div img {
	width: 100%;
}
.homePics3 p {
	text-align: center;
	margin-top: 0px;
	border: 1px solid #333;
}

.categories-gallery {
	        width: 100%;
        }
.categories-picture {
	        width: 25%;
	        float: left;
	        padding: 10px;
	        box-sizing: border-box;
        }
.categories-picture img {
	        width: 100%;
        }
.categories-picture p {
	text-align: center;
	margin-top: 0px;
	border: 1px solid #333;
}
.servicesPics2 {
	
}
.servicesPics2Container {
	float: left;
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
}
.servicesPics2Container div {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.servicesPics2 div img {
	width: 100%;
}
.servicesPics2 p {
	text-align: center;
	margin: 0px;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	margin-bottom: 40px;
}
.services {
	 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	 font-size: 20px;
	 line-height: 31px;
	 float: left;
	 margin-top:0px;
	 width: 45%;
	 list-style: none;
}
.servicesImg1 {
	 float: right;
	 width: 45%;
	 margin-bottom: 40px;
}
.aboutImg1 {
	width: 400px;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px; 
}
h3 {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:35px;
	text-transform:none;
	font-weight:bold;
	margin-bottom:10px;
}
.fax {
	text-align:center;
	font-size:20px;
}
.phone {
	font-size:20px;
}
h4 {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:30px;
	text-transform:none;
	font-weight:bold;
	margin-bottom:10px;
}
.local12 {
	clear:both;
}
.local12 img {
	float:left;
	height:200px;
}
.local12 h3 {
	padding-top: 50px;
}
.underConsruction {
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	color:#FF0004;
	clear:both;
}
footer {
	height:50px;
	background-color:#000;
}
footer p {
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
	color:#FFFFFF;
}
.footer2 {
	height: 50px;
	background-color: #444;
}
.contactHeading {
	background-color: #DFDFDF;
	float: left;
	clear: both;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
	line-height: 30px;
	margin-bottom: 20px;

	color:#777777;
}
.contact {
	margin:50px 0px 0px 0px;
	padding: 0px;
}
.contactPicture,.contactInfo {
	float: left;
	width: 50%;
}
.contactPicture img {
	width: 100%;
}
.contactInfo h2 {
	text-align: left;
	margin-bottom: 0px;
}
.contactInfo p {
	margin-bottom: 15px;
	line-height: 25px;
}
.contactInfo i {
	font-size: 24px;
	float: left;
	margin-right: 10px;
	color:#FF0004;
}
.responsiveTwo {
	width:100%;
	clear:both;
}
.responsiveTwo div {
	float:left;
	width:50%;
	padding-left:20px;
	padding-right:20px;
	box-sizing:border-box;
	margin-bottom:50px;
}
.responsiveTwo img { 
	float:left;
	width:200px;
	height:200px;
	margin-top:-10px;
	margin-right:25px;
	border: solid 1px #000;
}
.responsiveTwo h1 {
	font-size:22px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	text-align:justify;
	padding-left:25px;
	padding-right:25px;
}
.responsiveTwo h2 {
	font-size: 16px;
	margin:0px;
	padding: 0px;
	text-align: left;
}
.responsiveTwo p {
	padding-left:10px;
	padding-right:10px;
	margin: 0px;
}


.mobilebr-h2-1, .mobilebr-h2-2, .mobilebr-h3-1, .mobilebr-h3-2, .mobilebr-fax-1 {
	display:none;
}



@media (min-width : 1200px ){
	.content {
		width:80%;
		max-width: 1200px;
	}
	.content-container {
		padding:50px 40px 50px 40px;
	}
	.local12 {
		width:800px;
		margin:0px auto;
	}
}
@media (min-width : 650px ) and (max-width : 1199px ){
	.content {
		width:90%;
	}
}
/*h2 text fit 1 */
@media (max-width : 1075px) {
	.mobilebr-h2-1 {
		display:block;
	}
	.homeUnderConstruction {
		width: 75%;
	}
}
@media (max-width : 950px) {
	.responsiveTwo {
		width: 340px;
		margin: 0px auto;
	}
	.responsiveTwo div {
		width:100%;
		padding: 0px;
	}
	.aboutImg1Container {
		text-align: center;
	}
	.aboutImg1 {
		float: none;
		width: 90%;
		max-width: 400px;
		margin-right: 0px;
	}
    .photos-container {
	width:100%;
	text-align: center;
    }
    .photos img {
	    width:100%;
		padding-bottom:20px;
    }
}
@media (max-width : 860px) {
	.mobilebr-h3-1 {
		display:block;
	}
	.mobilebr-h2-2 {
		display:block;
	}
	.mobilebr-h2-1 {
		display:none;
	}
	.banner img {
		width:40%;
	}
	.cranes h3 {
		font-size: 25px;
	}
	.contactPicture,.contactInfo {
		float: none;
		width: 100%;
	}
	.contactPicture {
		text-align: center;
	}
	.contactPicture img {
		max-width: 400px;
	}
	.homePics3 {
		text-align: center;
	}
	.homePics3 img {
		max-width: 400px;
	}
}

/*banner height 1 */
@media (max-width : 750px) {
	.banner {
	}
	.banner img {
		width:100%;
		margin-top:0px;
		margin-bottom:10px;
	}
	.banner-container {
		height:300px;
	}
	.header-container {
		width:100%;
		height:80px;
	}
	.header-container img {
		width:70px;
		height:60px;	
	}
	.cranes div, .cranes h3, .cranes p {
		text-align: center;
	}
	.cranes div img {
		float: none;
		margin-right: 0px;
	}
	.cranes div {
		margin-bottom: 50px;
	}
	.cranesMobileBreak {
		display: none;
	}
	.servicesPics2Container {
		float: none;
		width: 100%;
		padding: 0px;
		margin: 0px auto;
	}
	.services {
		 font-size: 20px;
		 line-height: 31px;
		 float: none;
		 margin: 0px auto;
		 width: 400px;
	}
	.servicesImg1Container {
		text-align: center;
	}
	.servicesImg1 {
		 float: none;
		 width: 400px;
		 margin-top: 40px;
		 margin-bottom: 40px;
	}
	ul {
		align-content: center;
		font-size: 12px;
	}
	.contactHeading {
		width: 90%;
		margin: 0px auto;
		margin-bottom: 20px;
		text-align: center;
	}
	.contactInfo h2, .contactInfo p {
		text-align: center;
	}
	.contactInfo i {
		float: none;
	}
	.categories-picture {
	    width: 50%;
	    float: left;
	    padding: 10px;
	    box-sizing: border-box;
        }
}
/*banner height 2 */
@media (max-width : 650px) {
	.banner {
		 
	}
	.banner img {
		margin-top:25px;
	}
	.content {
		padding:0px 0px 50px 0px;
	}
    .photos-container {
		width:100%;
		text-align: center;
    }
    .photos img {
	    width:100%;
		padding-bottom:15px;
    }
}
/*banner height 3 */
@media (max-width : 600px) {
	.banner {
		height:250px;
	}
	.banner img {
		margin-top:15px;
		width: 100%;
	}
	.banner-container {
		width:100%;
	}
	.homeUnderConstruction {
		font-size: 18px;
	}
	.homeBanner img {
		margin-top: 10px;
	}
	.homeBanner {
		height: 220px;
	}
	.servicesPics2Container, .services, .servicesImg1 {
		width: 100%;
	}
	.footer2 {
	   width: 100%;	
	   height: 80px;
	}
}
@media (max-width : 675px ){
	.content {
		width:100%;
	}
}
@media (max-width : 500px ){
	h2 {
		font-size:30px;
	}
	h3 {
		font-size:30px;
	}
	.mobilebr-h3-2 {
		display:block;
	}
	.banner {
		height:225px;
	}
	header {
		height:40px;
	}
	.header-container {
		width:100%;
		height:40px;	
	}
	.header-container img {
		width: 40px;
		height: 30px;	
	}
	.companyName p {
		font-size: 9px;
	}
	ul {
		align-content: center;
		font-size: 12px;
	}
	footer {
		height:50px;
	}
	.homeBanner img {
		width: 90%;
	}
	.homeBanner {
		height: 200px;
	}
	.homePics3 div {
		width: 100%;
		margin-bottom: 20px;
		padding: 0px;
		text-align: center;
	}
	.homePics3 div img {
		width: 100%;
	}
	.servicesPics2Container, .services, .servicesImg1 {
		width: 100%;
	}
	.categories-picture div {
		width: 100%;
		margin-bottom: 20px;
		padding: 0px;
		text-align: center;
	}
	.categories-picture div img {
		width: 75%;
	}
}
@media (max-width : 450px) {
	.banner {
		height:200px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 20px;
	}
	.homePics3 img {
	    width: 100%;
	    float: left;
	    padding: 10px;
	    box-sizing: border-box;
    }
	.footer2 {
	   width: 100%;	
	   height: 100px;
	}
}
@media (max-width : 400px) {
	.banner {
		height:180px;
	}
	hr {
		margin:25px;
	}
	h3 {
		font-size:25px;
	}
	.mobilebr-fax-1 {
		display:block;
	}
	.banner img {
		width: 100%;
	}
	.banner-container {
		height: 180px;
	}
	.responsiveTwo {
		width: 100%;
	}
	.responsiveTwo div, .responsiveTwo h1, .responsiveTwo h2, .responsiveTwo p {
		float: none;
		text-align: center;
	}
	.responsiveTwo img {
		float: none;
		margin-bottom: 20px;
		margin-top:0px;
		margin-right:0px;
	}
	.responsiveTwoMobileBreak {
		display: none;
	}
	.responsiveTwo p {
		margin-top: 10px;
	}
	.local12 img {
		height: auto;
		width: 60%;
	}
	.local12 h3 {
		font-size: 20px;
	}
	.content-container {
		padding:50px 25px 50px 25px;
	}
	nav {
		box-sizing:border-box;
		width: 100%;
		border-bottom: solid 1px #000;
	}
	nav ul {
		list-style: none;
		margin: 0px auto;
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	nav ul li {
			display: inline-block;
	}
	nav a {
		line-height: 50px;
		padding: 0px 15px 0px 15px;
		font-size: 16px;
	}
}
@media (max-width : 325px) {
	.banner {
		height:150px;
	}
	.banner img {
		margin-top: 20px;
	}
	.homePics3 {
		width: 100%;
	}
}
