@charset "utf-8";

/* Breakpoints according to Bootstrap */
/* MAX_WIDTH_1399 */
/* MAX_WIDTH_1199 */
/* MAX_WIDTH_991 */
/* MAX_WIDTH_767 */
/* MAX_WIDTH_575 */


/* MAX_WIDTH_1399 */
/* XX-Large devices (larger desktops, 1400px and up) */
@media (max-width: 1399px) {
	
}

@media only screen and (min-width: 1700px) {
    .video_cover h1 {
        font-size: 70px;
    }
	    .contact_footer p, .footer_menu_column h3 {
        font-size: 16px;
    }
    .white_footer {
        font-size: 16px;
    }
	    .white_footer .row {
        width: 700px;
    }
	    .collections_slider .swiper-slide {
        /*width: calc(30% - 60px);
        margin: 30px;*/
    }
}

/* MAX_WIDTH_1199 */
/* X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1199px) {
	
}

/* MAX_WIDTH_991 */
/* Large devices (desktops, 992px and up) */
@media (max-width: 991px) {
	
}

/* MAX_WIDTH_767 */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
.header_top {
	top: 1%;	
}
.header_top .container {
	max-width: 97.5%;	
}
.header_container {
        height: 115px;
        align-items: flex-end;
    }
.header_top .logo_container {
        width: 180px;
        float: left;
        margin-left: 10px;
    }
.menu_container .area_partner_menu {
        display: block;
        margin-right: 0;
        width: 50%;
        position: absolute;
        padding: 10px 20px;
        border: 1px solid #2a5290;
        left: 0;
        top: 0;
}
.area_partner_menu {
        font-size: 14px;
}
    .menu_container .area_partner_menu:nth-child(2) {
        left: auto;
        right: 0;
    }
    .language {
        width: 35px;
    }
    .language a {
        position: relative;
        font-size: 18px;
        color: #2a5290;
		top: 10px;
    }
    .language a strong {
        position: absolute;
    }
    .language span {
        font-size: 40px;
        right: 6px;
        top: -22px;
    }
    .burger_menu {
        margin-right: 20px;
    }
    .hidden_menu ul li {
        font-weight: 600;
        display: block;
        padding: 10px 0;
        width: 100%;
    }
    .header_active .hidden_menu {
        bottom: -235px;
        height: 230px;
        max-height: 230px;
    }
    .hidden_menu ul li {
        font-weight: 600;
        display: block;
        padding: 10px 0;
        width: 100%;
    }
	.cerificazioni_istituzionali img {
		display: block;
		margin: auto;
		margin-bottom: 45px;
	}
}

/* MAX_WIDTH_575 */
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
.blocchi_istituzionali .type_01 {
	height: auto;
}
.swiper-container-collections {
	padding: 0 !important;	
}
.collections_slider_image img {
	position: relative;
	left: -15%;
}
.elenco_istituzionali {
    margin-top: 0;
}
.elenco_istituzionali img {
	margin: 0;
	display: block;
	margin: auto;
}
.elenco_istituzionali p {
            width: 100%;
        margin-top: 0px;
        margin-bottom: 45px;
        text-align: center;
}
.certificaizioni_ist img {
	display: block;
	margin: auto;
}
.white_footer_container_a,
.white_footer_container_b {
	display: block;	
}
.area_partner_menu br {
	display: none;	
}
}









