/************************************************/
/******************** MEDIUM ********************/
/************************************************/
@media only screen and (max-width: 1024px) {

	

}





/************************************************/
/**************** SMALL - MEDIUM ****************/
/************************************************/
@media only screen and (max-width: 833px) {

    #content-main{
        padding:10px;
    }

	#widget-content-prefix2 {
		bottom: 0!important;
		margin-bottom: 0!important;
	}
	#widget-content-prefix2 ul li {
		margin-bottom: 30px;
	    width: 100%;
	}

}





/************************************************/
/**************** RESPONSIVE MENU ***************/
/************************************************/
@media only screen and (max-width: 650px) {

	#zone-header-menu {
		margin-bottom: 0!important;
	}



}





/************************************************/
/******************** SMALL *********************/
/************************************************/
@media only screen and (max-width: 640px) {

	#zone-header-prefix {
		letter-spacing: 0;
		height: auto;
		padding: 5px !important;
	}

	.img_centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}