/* Landscape phones and down */
@media (max-width: 480px) { 

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	#image_slider .contents{ margin-top: 60px !important; }
	#image_slider .item{ background-position: center left !important; }
	#image_slider .item .p,
	#image_slider .item .infos{ color: #E4E4E4 !important}
	section#guarantee img{ width: 50% !important;}

	.h_slider .controle.left span{ left: -12px !important; }
	.h_slider .controle.right span{ right: -12px !important; }

	section#portfolio span{
		left: 23% !important;
		top: 40% !important;
		font-size: 2.2em !important;
	}
	.info_container	section#portfolio span{
		font-size: 1.5em !important;
		left: 14% !important;
	}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
@media (min-width: 768px) {
	.with_left_border{ background: url('/application/assets/img/ver_dottes.png') repeat-y;}
}
@media (min-width: 999px) {
	#our_advantages .item.col-md-offset-2{ margin-left: 12.5% !important;}
}

@media (min-width: 980px) and (max-width: 1999px) {

}

/* Large desktop */
@media (min-width: 980px) {
  section#scheme_of_work .item.col-md-2{ width: 20%;}
}
 
@media (min-width: 1200px) {

}
 


