/* Other specific widths*/


@media (max-width: 1200px) { 

	.chevron-img{
		display:none;
	}

	.key-message{
		font-size: 24px !important;
	}

	.testimonial-image{
		width:300px !important;
	}
}

@media (max-width: 1000px) { 
	.line-logo a{
		padding:10px !important;
	}

	.logo img {
		width:60% !important;
	}
}


@media (min-width: 990px) and (max-width: 1200px ) { 
	.nav li a{
		padding:25px 10px 22px !important;
		font-size: 14px !important;
	}

	.header-telephone{
		font-size: 20px !important;
		padding-left: 18px !important;
	}

	.chevron-img{
		display:none;
	}

	.key-message{
		font-size: 24px !important;
	}


}
/* ---------------------------------------------- */


/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */


}

/* Smartphones (landscape) ----------- */
@media (max-width : 768px) {
	/* Styles */
	.logo img{
		width:60% !important;
	}

	.line-logo a{
		padding:10px !important;
		width:200px;
	}

	.navbar-toggle{
		margin-right: 0px;
	}


	.why-choose-us .box-middle-img {
	     bottom: 0px; 
	     left: 0%; 
	     position: relative; 
	     width: 90%; 
	     margin-top:20px;
	}
}


/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape){

.nav li a{
	padding:25px 10px 22px !important;
	font-size: 14px !important;
}

.header-telephone{
	font-size: 20px !important;
	padding-left: 18px !important;
}



.wrapper{
	width:1024px;
}

.chevron-img{
	display:none;
}

.key-message{
	font-size: 24px !important;
}
/*
.why-choose-us .box-middle-img {
     bottom: 0px !important; 
     left: 0% !important; 
     position: relative !important; 
     width: 33% !important; *
}*/

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}