@media only screen and (min-width : 1200px){

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1240px) and (max-width: 1400px) {

	#slider .carousel-inner .carousel-caption .title-header {
		font-size: 36px;

	}

}
@media only screen and (max-width : 1100px) {

}
@media only screen and (max-width : 1023px) {

}
/* IPAD PORTRAIT */
@media only screen and (max-width : 1023px) and (min-width : 768px) {

}

@media only screen and (min-width : 600px) and (max-width : 1239px) {
	#slider .carousel-inner .carousel-caption .title-header {
		font-size: 28px;

	}

}

@media only screen and (min-width : 601px) and (max-width : 990px) {
	#slider .carousel-inner .carousel-caption .title-header {
		margin-bottom: 20px !important;

	}

	#slider .carousel-inner .carousel-caption {
		width: 600px;

	}



}
@media only screen and (min-width : 767px){

	.carousel-control {
		width: 5% !important;
	}


}

@media only screen and (max-width : 500px){
	.doubleBorderButtonPage {
		width: 90%;
	}

}

@media only screen and (max-width : 600px){
	#slider .carousel-inner .carousel-caption .title-header {
		margin-bottom: 15px !important;
    font-size: 16px;
    letter-spacing: 0;
    padding: 0 20px;

	}

	#slider .carousel-inner .carousel-caption {
		width: 320px;

	}

	.doubleBorderButtonHeroImage {
		width: 250px !important;
	}



}

/* IMALLER THAN IPAD PORTRAIT*/
@media only screen and (max-width : 767px) {
	.adjustedPaddingLeft,
	.adjustedPaddingRight{
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.adjustedPaddingLeft {
		padding-bottom: 18px;
	}
}

/* IPHONE 5 LAND*/
@media only screen and (max-width : 568px) {
		.carousel-inner .doubleBorderButtonHeroImage {
				display: none;
		}
}

/* SMALLER THAN IPHONE 5 LAND */
@media only screen and (max-width : 567px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {

		.carousel-indicators {
			display: none;
		}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	#logos ul li {
		display: block;
	}
}
