@charset "utf-8";
/* CSS Document */

/* RESPONSIVE CSS */
@import url("responsive-768-plus.css");
@import url("responsive-lg-1200-plus.css");
@import url("responsive-md-992-1199.css");
@import url("responsive-sm-768-991.css");
@import url("responsive-xs-0-767.css");
@import url("responsive-xxs-0-480.css");
/* END RESPONSIVE CSS */

@media screen and (min-width: 1401px) and (max-width: 1699px) {
	#featured-cs .pin-post .copy h4 {
		top:200px;
		margin-right:150px;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1450px) {
	
	#featured-cs .pin-post .copy h4 {
    left: 20px;
    top: 180px;
    margin-right: 40px;
	}
	
	#featured-cs .pin-post .copy .buttons {
    left: 20px;
    bottom: 20px;
	}

	#featured-cs .pin-post .copy .buttons .btn {
    margin-right: 5px;
	}
		
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	
	#featured-cs .pin-post .copy h4 {
    left: 20px;
    margin-right: 40px;
	}
	
	#featured-cs .pin-post .copy .buttons {
    left: 20px;
    bottom: 20px;
	}

	#featured-cs .pin-post .copy .buttons .btn {
    margin-right: 5px;
	}
		
}