/*
    Created on : 20-feb-2017, 11.31.03
    Author     : Da Ros
*/


.mc_popup{
    display: underline;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:9999999;
    background-color: rgba(0,0,0,0.5);
    color: #111111;
}
.mc_popup .mcrf_table{
    display:table;
    height: 100%;
    width: 100%;
}
.mc_popup .mcrf_cell{
    width: 100%;
    display:table-cell;
    vertical-align: middle;
}
.mcrf_clear{clear: both;}
.mc_popup_wrapper{}
.mc_popup_content{
    margin: 0 auto;
    padding: 10px;
}

.mc_popup img{
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0;
    padding: 0;
}


/* TEMPLATE CLASSIC BLACK tmpl_classic_black */

.mc_popup.tmpl_classic_black{
    background-color: rgba(0,0,0,0.5);
    color: #111111;
}

.tmpl_classic_black .mc_popup_content{
    text-align: center;
    width: 700px;
    height: 480px;
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tmpl_classic_black .mc_popup_content h1{
    font-family:'Moncler Gothic Web',Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #ff2b06;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 40px 0;
    padding: 0;
    letter-spacing: inherit;
    height: auto;
    text-transform: none;
}
.tmpl_classic_black .mc_popup_content p{
    font-family:'Moncler Gothic Web',Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #FFF;
    font-size: 24px;
    line-height: 50px;
    padding: 0;
    margin: 0;
}

.tmpl_classic_black .mc_popup_content a,
.tmpl_classic_black .mc_popup_content a:active,
.tmpl_classic_black .mc_popup_content a:visited {
    color: #fff;
    text-decoration: none;
}

.tmpl_classic_black .mc_popup_footer {
    position: absolute;
    bottom:45px;
    left: 0;
    width:100%;
    height: auto;
    color: #FFF;
    font-family: "Moncler Gothic Web",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}

/* mobile */
@media only screen
and (max-width : 767px) {

    .tmpl_classic_black .mc_popup_content{
        width: 90%;
        height: auto;
        padding: 30px 0;
    }

    .tmpl_classic_black .mc_popup_content h1 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .tmpl_classic_black .mc_popup_content p {
        font-size: 17px;
        line-height: 35px;
    }

    .tmpl_classic_black .mc_popup_footer {
        bottom: 10px;
        font-size: 10px;
        line-height: 10px;
    }

}

@media only screen
and (max-width : 374px) {
    .tmpl_classic_black .mc_popup_content h1 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .tmpl_classic_black .mc_popup_content p {
        font-size: 13px;
        line-height: 28px;
    }
    .tmpl_classic_black .mc_popup_footer {
        font-size: 9px;
        line-height: 9px;
    }
}








/* TEMPLATE CLASSIC BLACK tmpl_classic_white */

.mc_popup.tmpl_classic_white{
    background-color: rgba(255,255,255,0.5);
    color: #111111;
}

.tmpl_classic_white .mc_popup_content{
    text-align: center;
    width: 700px;
    height: 480px;
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.mc_popup.tmpl_classic_white .mc_popup_content .mcrf_cell > div {
    background-color: rgba(255,255,255,0.5);
    padding: 40px 0;
}
.tmpl_classic_white .mc_popup_content h1{
    text-transform: uppercase;
    font-family:'Moncler Gothic Web',Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #c62334;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 35px 0;
    padding: 0;
    letter-spacing: inherit;
    height: auto;
}
.tmpl_classic_white .mc_popup_content p{
    font-family:'Moncler Gothic Web',Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-size: 19px;
    line-height: 35px;
    padding: 0;
    margin: 0;
}

.tmpl_classic_white .mc_popup_content a,
.tmpl_classic_white .mc_popup_content a:active,
.tmpl_classic_white .mc_popup_content a:visited {
    color: #000000;
    text-decoration: none;
}

.tmpl_classic_white .mc_popup_footer {
    position: absolute;
    bottom:45px;
    left: 0;
    width:100%;
    height: auto;
    color: #000000;
    font-family: "Moncler Gothic Web",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}

/* mobile */
@media only screen
and (max-width : 767px) {

    .tmpl_classic_white .mc_popup_content{
        width: 90%;
        height: auto;
        padding: 30px 0;
    }

    .tmpl_classic_white .mc_popup_content h1 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .tmpl_classic_white .mc_popup_content p {
        font-size: 17px;
        line-height: 35px;
    }

    .tmpl_classic_white .mc_popup_footer {
        bottom: 10px;
        font-size: 10px;
        line-height: 10px;
    }

}

@media only screen
and (max-width : 374px) {
    .tmpl_classic_white .mc_popup_content h1 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .tmpl_classic_white .mc_popup_content p {
        font-size: 13px;
        line-height: 28px;
    }
    .tmpl_classic_white .mc_popup_footer {
        font-size: 9px;
        line-height: 9px;
    }
}





/* DOUBLE ROW WHITE tmpl_double_row_white */

.mc_popup.tmpl_double_row_white{
    background-color: rgba(255,255,255,0.5);
    color: #111111;
}

.tmpl_double_row_white .mc_popup_content{
    text-align: center;
    width: 700px;
    height: 480px;
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.mc_popup.tmpl_double_row_white .mc_popup_content .mcrf_cell > div {
    background-color: rgba(255,255,255,0.5);
    padding: 25px 0;
}
.mc_popup.tmpl_double_row_white .mc_popup_content .mcrf_cell > div > div{
    padding: 5px 0;
}
.mc_popup.tmpl_double_row_white .mc_popup_content .mcrf_cell > div:last-child > div{
    /* padding-bottom: 0; */
}
.tmpl_double_row_white .mc_popup_content h1{
    text-transform: uppercase;
    font-family:'Moncler Gothic Web',Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #c62334;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px 0;
    padding: 0;
    letter-spacing: inherit;
    height: auto;
}
.tmpl_double_row_white .mc_popup_content p{
    font-family:'Moncler Gothic Web',Helvetica,Arial,sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-size: 19px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.tmpl_double_row_white .mc_popup_content p.bottom_desc_popup{
    font-family:'Moncler Gothic Web',Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: inherit;
    line-height: 22px;
}

.tmpl_double_row_white .mc_popup_content a,
.tmpl_double_row_white .mc_popup_content a:active,
.tmpl_double_row_white .mc_popup_content a:visited {
    color: #000000;
    text-decoration: none;
}

.tmpl_double_row_white .mc_popup_footer {
    position: absolute;
    bottom:45px;
    left: 0;
    width:100%;
    height: auto;
    color: #000000;
    font-family: "Moncler Gothic Web",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 14px;
}

/* mobile */
@media only screen
and (max-width : 767px) {

    .tmpl_double_row_white .mc_popup_content{
        width: 90%;
        height: auto;
        padding: 30px 0;
    }

    .tmpl_double_row_white .mc_popup_content h1 {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .tmpl_double_row_white .mc_popup_content p {
        font-size: 17px;
        line-height: 35px;
    }

    .tmpl_double_row_white .mc_popup_footer {
        bottom: 10px;
        font-size: 10px;
        line-height: 10px;
    }

}

@media only screen
and (max-width : 374px) {
    .tmpl_double_row_white .mc_popup_content h1 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .tmpl_double_row_white .mc_popup_content p {
        font-size: 13px;
        line-height: 28px;
    }
    .tmpl_double_row_white .mc_popup_footer {
        font-size: 9px;
        line-height: 9px;
    }
}

/* new template 2019 */


.mc_popup.tmpl_blue_white2019{
    background-color: rgba(0,0,0,0.6);
    color: #111111;
}

.tmpl_blue_white2019 .mc_popup_content{
    text-align: center;
    width: 720px;
    height: fit-content;
    position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
}
.tmpl_blue_white2019 .mc_popup_content .logo_container {
    width:120px;
    height:auto;
    margin:0 auto;
}
.tmpl_blue_white2019 .mc_popup_content .logo_container img {
    width:100%;
    height:auto;
}
.tmpl_blue_white2019 .mc_popup_content .popup_date {
    text-transform: uppercase;
    font-family: 'Moncler Gothic Web';
    font-size:12px;
    margin:8px 0 40px 0;
    letter-spacing: 2px;
    color:#fff;
}
.tmpl_blue_white2019 .mc_popup_inner {
    padding:30px 55px 70px 55px; 
    /*background-color: rgba(255,255,255,0.6);*/
}
.mc_popup.tmpl_blue_white2019 .mc_popup_content .mcrf_cell > div {

}
.tmpl_blue_white2019 .mc_popup_content h1{
    text-transform: uppercase;
    font-family: 'Moncler Gothic Web';
    color: #fff;
    font-weight:300;
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 14px 0;
    padding: 0;
    letter-spacing: 1.15px;
    height: auto;
}
.tmpl_blue_white2019 .mc_popup_content p{
    font-family: 'Moncler Gothic Web';
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
    margin: 0;
}

.tmpl_blue_white2019 .mc_popup_content .popup_subtitle {
    text-transform: uppercase;
    letter-spacing:1px;
    font-size:14px;
    color: #fff;
}
.tmpl_blue_white2019 .mc_popup_content .popup_items_list {
    margin-top:25px;
}
.tmpl_blue_white2019 .mc_popup_content .popup_items_list p {
    padding:8px 0;
    
}
.tmpl_blue_white2019 .mc_popup_content a,
.tmpl_blue_white2019 .mc_popup_content a:active,
.tmpl_blue_white2019 .mc_popup_content a:visited {
    color: #ffffff;
    text-decoration: none;
}
.tmpl_blue_white2019 .mc_popup_content a:hover {
    text-decoration: underline;
}

.tmpl_blue_white2019 .mc_popup_content .mc_popup_footer p {
    font-size:12px;
    line-height:normal;
    padding:5px 0;
}
.tmpl_blue_white2019 .mc_popup_content .mc_popup_footer a,
.tmpl_blue_white2019 .mc_popup_content .mc_popup_footer a:visited{
    display:block;
    text-transform: uppercase;
    width:fit-content;
    height: auto;
    color: #fff;
    padding: 10px 20px;
    margin:15px auto 0 auto;
    background-color:#000;
    font-family: 'Moncler Gothic Web';
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: normal;
    line-height: 14px;
    text-decoration:none;
}

.tmpl_blue_white2019 .mc_popup_content .mc_popup_footer a:active,
.tmpl_blue_white2019 .mc_popup_content .mc_popup_footer a:hover {
    opacity:0.9;
    color:#fff;
    text-decoration: inherit;
}

.tmpl_blue_white2019 .mc_popup_content .close_mcrf {
    border:none;
    background-color:transparent;
    position:absolute;
    top:30px;
    right:30px;
    height:20px;
    width:20px;
    font-size:0;
    background-image:url(../img/close_white.svg);
    background-size:contain;
    background-position:center;
    background-repeat: no-repeat;
    cursor:pointer;
}

/* mobile */
@media only screen
and (max-width : 767px) {

    .tmpl_blue_white2019 .mc_popup_content{
        width: 90%;
        height: auto;
        /* padding: 30px 0;*/
    }
    .tmpl_blue_white2019 .mc_popup_inner {
        padding:30px 20px 50px 20px;
        
    }
    /*.tmpl_blue_white2019 .mc_popup_content .logo_container {
        width:80px;
    }*/
    .tmpl_blue_white2019 .mc_popup_content .popup_date {
        font-size:10px;
        margin-bottom:30px;
    }

    .tmpl_blue_white2019 .mc_popup_content h1 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 14px;
    }
    .tmpl_blue_white2019 .mc_popup_content .popup_subtitle {
        line-height:20px;
    }
    .tmpl_blue_white2019 .mc_popup_content p {
        font-size: 14px;
        
    }
    .tmpl_blue_white2019 .mc_popup_content .popup_items_list {
        margin-top:15px;
    }
    .tmpl_blue_white2019 .mc_popup_content .popup_items_list p {
        padding: 12px 0;
    }

    .tmpl_blue_white2019 .mc_popup_footer {
        bottom: 10px;
        font-size: 10px;
        line-height: 10px;
    }
    .tmpl_blue_white2019 .mc_popup_content a,
    .tmpl_blue_white2019 .mc_popup_content a:active,
    .tmpl_blue_white2019 .mc_popup_content a:visited {
        text-decoration: underline;
    }
    .tmpl_blue_white2019 .mc_popup_content .close_mcrf {
        top:20px;
        right:20px;
    }
    .mc_popup_wrapper {
        padding-top:60px;
    }


}

@media only screen
and (max-width : 374px) {
    .tmpl_blue_white2019 .mc_popup_content h1 {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    /* .tmpl_blue_white2019 .mc_popup_content p {
         font-size: 13px;
         line-height: 28px;
     }*/
    .tmpl_blue_white2019 .mc_popup_footer {
        font-size: 9px;
        line-height: 9px;
    }
}

@media screen and (max-width:1279px) {



}


@media screen and (max-width:1023px) {
    
    
    
}    