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

@media only screen
and (max-width: 768px)
{
	.headerContacts{
		padding-left: 15px;
		text-align: left;
	}
}

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

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px)
{
	#boxSlider .slider .sliderDetails{
	}
}