﻿/*BLACKFRIDAY*/

/*POPUP*/
.popup { position: fixed; z-index: 100; bottom: 20px; left: 20px; background: #fff; padding: 25px 20px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
.popup p { margin: 30px 0 20px 0; font-size: 20px; line-height: 26px; text-align: center; }
.popup .cta { display: block; background: #272c30; border: none; }
.popup .close-popup { position: absolute; background: #444444; top: -13px; right: -13px; width: 26px; height: 26px; border-radius: 20px; color: #fff; display: block; line-height: 22px; font-size: 20px; font-family: verdana; }
.popup .close-popup:after { content: '\f00d'; font-family: 'Fontawesome'; position: relative; left: 7px; font-size: 15px; line-height: 15px; top: -1px; }

/* MD */
@media (min-width:992px) and (max-width:1280px) {
    .popup { bottom: 10px; }
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
}
/* XS */
@media (max-width:767px) {
    .popup { left: 50%; transform: translate(-50%,-50%); padding: 20px; top: 50%; bottom: auto; }
    .popup img { width: 60vw; }
    .popup p { margin: 10px 0; }
    .popup .btn { }
    .popup .close-popup { width: 20px; height: 20px; right: -10px; top: -10px; font-size: 16px; line-height: 16px; }
}

/*FINE BLACKFRIDAY*/

/*PROMO TV*/
.pop-promo { max-width: 320px; }
.pop-promo.electrolux { max-width: 800px; }
.pop-promo img { max-width: 90%; max-height: 70vh; }
.pop-promo .pop-rosso { background: #c00b1e; color: #fff; padding: 40px 20px; text-align: center; }
.pop-promo .pop-rosso .titolo { font-size: 24px; line-height: 24px; font-weight: 700; margin-top: 30px; }
.pop-promo .pop-rosso .titolo span { margin-right: 5px; }
.pop-promo .pop-rosso .titolo span:after { content: ''; background: url(/img/promo/up.png) no-repeat; width: 30px; height: 30px; display: inline-block; background-size: contain; position: relative; top: 5px; left: 5px; }
.pop-promo .pop-rosso p { font-size: 18px; line-height: 24px; }
.pop-promo .pop-rosso .abstract { font-size: 16px; text-transform: uppercase; font-weight: 700; line-height: 16px; }
.pop-promo .regolamento { font-size: 12px; line-height: 12px; text-transform: uppercase; text-align: center; margin-top: 20px; }
.pop-promo .regolamento a { color: #000; text-decoration: underline; }
/* XS */
@media (max-width:767px) {
    .pop-promo .pop-rosso { padding: 20px; }
    .pop-promo .pop-rosso .titolo { margin-top: 10px; }
    .pop-promo .pop-rosso p { font-size: 14px; line-height: 18px; }
}
/*FINE PROMO TV*/

/*AMBIENTE MP4*/
#video-ambiente { max-height: 60vh; }
.link-ambiente { position: absolute; z-index: 10; left: 20px; top: 25px; width: calc(100% - 40px); height: calc(100% - 55px); /*background: rgba(0, 0, 0, 0.7);*/ }

@media (max-width:767px) {
    .video-ambiente { background-image: url(/IMG/promo/banner_3_filetti.gif); background-size: cover; background-position: center; }
    #video-ambiente { max-width: 80vw; opacity: 0; }
}
/*FINE AMBIENTE MP4*/

/*ARCHITETTI ONLINE*/
.archonline-hp { top: 50%; bottom: auto; left: 50%; transform: translate(-50%,-50%); z-index: 9999; max-width: none; }
.archonline-hp .pop-promo { max-width: 800px; }
.archonline-hp .pop-promo a { display: block; }
.archonline-hp .pop-promo img { max-width: none !important; max-height: none; }

@media (max-width:767px) {
    .archonline-hp .pop-promo img { width: 75vw; }
}


/*ARCHITETTI ONLINE NEW*/
.archonline-hp-new { left: 50%; top: 50%; bottom: auto; transform: translate(-50%,-50%); box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3); z-index: 9999; }
.archonline-hp-new .pop-promo { background: #c00019; padding: 30px; color: #fff; font-family: 'Circular Std Book', 'Arimo', sans-serif; font-size: 20px; line-height: 1.2; max-width: 400px; }
.archonline-hp-new .pop-promo .tit { font-size: 24px; line-height: 1; text-transform: uppercase; margin-bottom: 25px; }
.archonline-hp-new .pop-promo .tit.shop { font-size: 28px; }
.archonline-hp-new .pop-promo .tit strong { font-family: 'Circular Std Bold', 'Arimo', sans-serif; }
.archonline-hp-new .pop-promo .cta { background: #fff; border-radius: 0; padding: 18px 14px; margin-top: 25px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45); }
.archonline-hp-new .pop-promo .cta a { color: #c00019; font-family: 'Circular Std Bold', 'Arimo', sans-serif; font-weight: 600; font-size: 16px; line-height: 1; }
.archonline-hp-new .pop-promo .cta.congigura { display: inline-block; padding: 18px 35px; }
.archonline-hp-new .pop-promo .cta.congigura a { font-size: 18px; }
.archonline-hp-new .pop-promo .divider { background: #a30015; border: none; height: 2px; margin: 35px 0 35px -30px; width: calc(100% + 60px); }

@media (max-width:1900px) {
    .archonline-hp-new { transform: translateY(-50%) scale(0.7) !important; }
}

@media (max-width:991px) {
    .archonline-hp-new { transform: translate(-50%,-50%) scale(0.7)!important; }
}

@media (max-width:767px) {
    .archonline-hp-new { width: 90vw; }
    .archonline-hp-new .pop-promo { font-size: 18px; max-width: 80vw; padding: 20px; }
    .archonline-hp-new .pop-promo .tit { font-size: 22px; margin-bottom: 20px; }
    .archonline-hp-new .pop-promo .tit.shop { font-size: 26px; }
    .archonline-hp-new .pop-promo .cta { white-space: normal; }
    .archonline-hp-new .pop-promo .cta a { }
    .archonline-hp-new .pop-promo .cta.congigura { }
    .archonline-hp-new .pop-promo .cta.congigura a { }
    .archonline-hp-new .pop-promo .divider { background: #a30015; border: none; height: 2px; margin: 25px 0 25px -20px; width: calc(100% + 40px); }
}

/*ARCHITETTI ONLINE NEW SOLO PER IT*/
body.noscroll { overflow-y: hidden; }
.archonline-it { left: 0; top: 0; width: 100vw; height: 100vh; transform: none; padding: 10px 0; z-index: 999999; }
.archonline-it .flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.archonline-it .header-arch { padding: 0 30px 10px 10px }
.archonline-it .header-arch img { width: 80px; height: 80px; }
.archonline-it .header-arch span { color: #c00418; font-size: 24px; margin-left: 20px; }
.archonline-it .header-arch .close-popup { position: static; border-radius: 0; font-family: 'Circular Std Book', 'Arimo', sans-serif; background: none; color: #272c31; width: auto; height: auto; font-size: 14px; line-height: 1; }
.archonline-it .header-arch .close-popup:after { display: none; }

.archonline-it .cont-video { border-top: 1px solid #dfe0e0; border-bottom: 1px solid #dfe0e0; text-align: center; line-height: 1; }
.archonline-it .cont-video iframe { /*height: 100%;*/ }

.archonline-it .footer-arch { padding: 25px 40px; line-height: 1; position: absolute; width: 100%; bottom: 0; left: 0; }
.archonline-it .footer-arch > div { flex: 0 0 590px; max-width: 590px; }
.archonline-it .footer-arch .txt { flex: 0 0 220px; max-width: 220px; font-size: 16px; font-family: 'Circular Std Bold', 'Arimo', sans-serif; }
.archonline-it .footer-arch span { font-size: 18px; color: #c00019; text-transform: uppercase; display: block; font-family: 'Circular Std Book', 'Arimo', sans-serif; margin-bottom: 5px; }
.archonline-it .footer-arch .cta { background: #c00019; border-radius: 0; padding: 18px 14px; margin: 0; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.45); }
.archonline-it .footer-arch .cta a { color: #ffffff; font-family: 'Circular Std Bold', 'Arimo', sans-serif; font-weight: 600; font-size: 16px; line-height: 1; }
/*MD*/
@media (max-width:1199px) {
    .archonline-it .footer-arch { }
    .archonline-it .footer-arch > div { flex: 0 0 45%; max-width: 45%; }
    .archonline-it .footer-arch .txt { flex: 0 0 100%; max-width: 100%; }
    .archonline-it .footer-arch span { }
    .archonline-it .footer-arch .cta { margin-top: 20px; }
    .archonline-it .footer-arch .cta a { }
}
/*SM*/
@media (max-width:991px) {
    .archonline-it .footer-arch { padding: 25px; }
    .archonline-it .footer-arch > div { flex: 0 0 300px; max-width: 50%; }
    .archonline-it .footer-arch .txt { }
    .archonline-it .footer-arch span { }
    .archonline-it .footer-arch .cta { }
    .archonline-it .footer-arch .cta a { }
}
/*XS*/
@media (max-width:767px) {
    .archonline-it .header-arch { padding: 0 20px 10px 10px; }
    .archonline-it .header-arch img { width: 60px; height: 60px; }
    .archonline-it .header-arch span { font-size: 16px; margin-left: 10px; }

    .archonline-it .cont-video { border: none; }
    .archonline-it .cont-video iframe { width: 100%; }

    .archonline-it .footer-arch { padding: 20px; }
    .archonline-it .footer-arch > div { flex: 0 0 100%; max-width: 100%; }
    .archonline-it .footer-arch .txt { }
    .archonline-it .footer-arch span { float: left; width: 140px; }
    .archonline-it .footer-arch .cta { margin: 20px 0 35px; width: 100%; }
    .archonline-it .footer-arch .cta.cta-shop { margin-bottom: 0; }
    .archonline-it .footer-arch .cta a { }
}
