@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 1199px){
	
.footer a.logo {
	margin-bottom: 0;
}
.footer .container-contatti-footer {
    display: block;
    margin: 20px 0 0 0;
    border-top: 1px solid #9b9a9b;
    text-align: center;
}
.footer .container-contatti-footer ul li {
	float: none;
	text-align: center;
	white-space: normal;
}
}

@media screen and (max-width: 991px){

/* MENU TOOGLE */	
.header .menu {
	margin: 0;
}
.header .menu-div {
    position: absolute;
    top: -1px;
    right: 10px;
	display: none;
    float: none;
    width: 250px;
    background: #fff;
    border: 1px solid #e2e2e2;
    text-align: left;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    z-index: 1000;
}
.header .menu-div > .submenu,
.header .menu-div > .menu {
	position: relative;
	width: 100%;
	height: auto;
	float: right;
	display: block;
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}	
.header .menu ul {
	margin: 0;
	padding: 60px 15px 0 15px;
}
.header .menu ul li {
	display: block;
	width: 100%;
	padding: 10px 30px 10px 0;
	margin-left: 0;
	position: relative;		
}
.header .menu ul li:after {
    position: absolute;
    font-size: 18px;
    color: #b8203a;
    right: 0px;
    bottom: 9px;
    content: '\f138';
    font-family: FontAwesome;
}
.header .submenu {
	margin: 0;
	padding: 15px;
	background: #f7f7f7;
}
header .submenu ul {
	float: none;
}
.header .submenu ul li {
	display: block;
	float: none;
	margin-left: 0;
	padding: 10px 0 0 10%;
}
.header .submenu ul li:first-child {
	padding-top: 0;
}
.header .submenu ul li:before {
    font-size: 16px;
    color: #b8203a;
    position: absolute;
    left: 6px;
    top: 0;
    content: '';
    font-family: FontAwesome;
}	
.header .submenu ul li.cerca:before {
    content: '\f002';
	top: 10px;
}
.header .toggle_menu {
	display: block;
	position: relative;
	z-index: 1100;
}
/* $ MENU TOOGLE */

.container-andamento a {
	float: none;
	width: 100%;
}
.container-andamento a.andamento {
	border-bottom: 1px solid #fff;
}
}

@media screen and (min-width: 768px){
	
.container-submenu ul {
	display: block;
} 	
}

@media screen and (max-width: 767px){
	
.container-interna-centro {
	padding-left: 0;
	border-left: none;
}
.container-submenu {
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 20px;
    background: #f7f7f7;
}
.container-submenu .menu_container { 
	margin-top: 50px;
}	
.container-submenu ul { 
	display: none;
}	
.container-submenu .toggle_menu {
	display: block;
	position: relative;
	z-index: 1100;
	margin-top: -30px;
}
.container-andamento .wraptocenter {
	height: 262px;
}
}
@media screen and (max-width: 479px){
	
.header a.logo {
	width: 204px;
	height: 34.5px;
}
.container-bannerone {
	height: 187px;
}
.titolo-pagina h1 {
	font-size: 21px;
	line-height: 57px;
}
.titolo-pagina h1:before {
	display: none;
}
.container-centro-home {
	padding: 30px 0 0 0;	
}
.container-centro-home .box-centro h1 {
	font-size: 18px;
	line-height: 40px;
}
.container-andamento .wraptocenter {
	height: 197px;
}
.container-andamento .wraptocenter div {
	padding: 20px;
	font-size: 16px;
}
}

/* BANNERONE ELEZIONI */
@media screen and (max-width: 1199px){
	
.bannerone-elezioni .content h3 {
	margin-top: 49px;
}
}
@media screen and (max-width: 991px){

.bannerone-elezioni .content {
	padding-right: 148px;
}
.bannerone-elezioni .content h3 br {
	display: inline;
}
}

@media screen and (max-width: 991px){
	
.bannerone-elezioni .content {
	height: auto;
	padding-right: 0;
	background: none;
	text-align: center;
}
.bannerone-elezioni .content h3 {
	margin-top: 20px;
	font-size: 21px;
}
.bannerone-elezioni .content h3 br {
	display: none;
}
.bannerone-elezioni .content .buttons {
	margin-top: 20px;
}
.bannerone-elezioni .content .buttons a {
	display: block;
	padding: 0 35px;
	margin-right: 0;
	margin-bottom: 20px;
}
.bannerone-elezioni .content .buttons a.scopri {
	padding-top: 19px;
	padding-bottom: 19px;
}
.bannerone-elezioni .content .buttons a.genera {
	padding-top: 7px;
	padding-bottom: 7px;
}
}
/* § BANNERONE ELEZIONI */
