@charset "utf-8";
/* CSS Document */
/*===============================================
Front Page
=================================================*/

.front-slider {
	margin-left: -60px;
	margin-right: -60px;
}
.front-quick-links {
	display: block;
	height: auto;
}
.front-quick-links h2 {
	
}
.front-quick-links .box-1, .front-quick-links .box-3 {
	margin-left: -60px;
	margin-top: -5px;
}
.front-quick-links .box-2 {
	margin-right: -60px;
	margin-top: -30px;
}
.front-quick-links div.right-content {
	float: right;
	width: 40%;
	padding-left: 60px;
}
.front-quick-links div.left-content {
	float: left;
	width: 40%;
	padding-right: 60px;
}
.front-quick-links .left-image {
	display: block;
	float: left;
	width: 52.5%;
	height: 100%;
}
.front-quick-links .right-image {
	display: block;
	float: right;
	width: 51.25%;
	height: 100%;
}
.front-quick-links .front-floats-bg-image {
	background: url(/wp-content/uploads/2016/12/ma-slider-c206-1.jpg);
	height: 380px;
	background-size: cover;
	background-position: center;
}
.front-quick-links .front-products-bg-image {
	background: url(/wp-content/uploads/2017/05/Boss-182-Front-Page.jpg);
	height: 380px;
	background-size: cover;
	background-position: center;
}
.front-quick-links .front-contact-bg-image {
	background: url(/wp-content/uploads/2017/05/Wipaire-Employees-Front-Page.jpg);
	height: 380px;
	background-size: cover;
	background-position: center;
}

/*.front-quick-links .box-1 img, .front-quick-links .box-2 img, .front-quick-links .box-3 img {
	height: 380px;
}*/


.front-quick-links .css-btn-link {
	margin-left: 0px;
}

.article-boxes {
	display: block;
	width: 50%;
	float: left;
	padding: 20px;
}

.listing-boxes {
	display: block;
	width: 50%;
	float: left;
	padding: 20px;
}
.listing-boxes:nth-of-type(3), .article-boxes:nth-of-type(3) {
    clear: left;
}

.article-boxes h3, .listing-boxes h3 {
	margin-top: 0px;
}

.article-boxes img, .listing-boxes img.listing-pic {
	width: 50%;
	max-width: 340px;
	padding-bottom: 20px;
}

/*------------------------------------*\

    RESPONSIVE

\*------------------------------------*/



@media only screen and (min-width:320px) {



}



@media only screen and (min-width:480px) and (max-width:768px) {

	.front-quick-links .front-floats-bg-image, .front-quick-links .front-products-bg-image, .front-quick-links .front-contact-bg-image {
		height: 280px;
	}

}
@media only screen and (max-width: 1024px) {
	.front-quick-links .css-btn-link.w45p {
		width: 45%;
	}
	
	.article-boxes, .listing-boxes {
		width: 100%;
	}
	.front-quick-links div.right-content {
		float: right;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.front-quick-links .left-image {
		float: left;
		width: 100%;
	}
	.front-quick-links div.left-content {
		float: left;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.front-quick-links .right-image {
		float: right;
		width: 100%;
	}
	.front-quick-links .box-1, .front-quick-links .box-3 {
		margin-right: -30px;
	}
	.front-quick-links .box-2 {
		margin-left: -30px;
	}
	.front-quick-links .css-btn-link.right {
		float: none;
	}

}
@media only screen and (max-width:480px) {
	.front-quick-links .css-btn-link.w45p {
		width: 100%;
	}
	.article-boxes img, .listing-boxes img.listing-pic {
		width: 100%;
	}

	.front-quick-links .front-floats-bg-image, .front-quick-links .front-products-bg-image, .front-quick-links .front-contact-bg-image {
		height: 180px;
	}
	
}

@media only screen and (min-width:1024px) {


}
@media only screen and (min-width:1140px) {



}

@media only screen and (max-width:1280px) {

	.front-slider, .aircraft-for-sale-slider {
		margin-left: -30px;
		margin-right: -30px;
	}
	.front-quick-links .box-1, .front-quick-links .box-3  {
		margin-left: -30px;
	}
	.front-quick-links .box-2 {
		margin-right: -30px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),

	   only screen and (min-resolution:144dpi) {



}