﻿/*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*/
