.external_cont {
    margin-top: 100px;
}

.menu_top_cont {
    display: none;
}

.menu_topmobile_hcont {
    position: fixed;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    background-color: #f0f0f0;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.menu_topmobile_logo{
    position: absolute;
    left: 0px;
    top: 15px;
    cursor: pointer;
}

.menu_topmobile_open{
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
}

.menu_topmobile_close{
    position: absolute;
    right: 30px;
    top: 25px;
    cursor: pointer;
    display: none;
}

.menu_topmobile_cont {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-image: url('../images/sf_menutopopen.png');
    background-repeat: repeat;
    opacity: 1;
    z-index: 998;
    overflow: hidden;
    visibility: visible;
}

.menu_topmobile_elements {
    position: relative;
    font-size: 32px;
    border-top: 1px solid #c2c2c2;
}

.menu_topmobile_element {
    position: relative;
    padding: 35px 70px;
    color: #000000;
    background-color: #bfbfbf;
    border-top: 1px solid #c2c2c2;
}

.menu_topmobile_element.selected{
    background-color: #adadad;
}

.menu_topmobile_element.selectedg{
    background-color: #adadad;
    background-image: url('../images/icn_indietro_mobile.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.menu_topmobile_element.unselected{
    display: none;
}

.menu_topmobile_submenu_elements {
    position: relative;
    height: 0;
    font-size: 32px;
    overflow: hidden;
}

.menu_topmobile_submenu_element {
    position: relative;
    padding: 35px 90px;
    color: #000000;
    background-color: #d8d8d8;
    border-top: 1px solid #ababab;
    text-transform: uppercase;
}

.menu_topmobile_submenu_element.selected{
    background-color: #cfcfcf;
}

.menu_topmobile_submenu_element.selectedg{
    background-color: #cfcfcf;
    background-image: url('../images/icn_indietro_mobile2.png');
    background-position: left center;
    background-repeat: no-repeat;
}

.menu_topmobile_submenu_element.unselected{
    display: none;
}

.menu_topmobile_submenu2_elements {
    position: relative;
    height: 0;
    font-size: 32px;
    overflow: hidden;
}

.menu_topmobile_submenu2_element {
    position: relative;
    padding: 35px 80px;
    color: #000000;
    background-color: #ffffff;
    border-top: 1px solid #ababab;
    text-transform: uppercase;
}

.menu_topmobile_submenu2_image {
    position: absolute;
    width: 180px;
    height: 100%;
    left: 80px;
    top: 0;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu_topmobile_submenu2_text {
    margin-left: 250px;
}

.collection_popup_cont {
    height: 60%;
    bottom: auto;
    top: 10%;
}

.collection_popup_img {
    width: 100%;
}

.collection_popup_textcont {
    display: none;
}

.collection_popup_imgctrl {
    height: 150px;
}

.collection_popup_imgctrl_logo {
    height: auto;
}

.collection_popup_imgctrl_prev {
    height: 150px;
    right: 150px;
}

.collection_popup_imgctrl_next {
    height: 150px;
}

.collection_popup_close {
    top: -40px;
    font-size: 30px;
    line-height: 30px;
}

.collection_popup_textmobile_cont {
    position: fixed;
    width: calc(100% - 70px);
    top: 70%;
    padding: 35px;
    background-color: #342B38;
    overflow: hidden;
    font-size: 28px;
    line-height: 28px;
    font-family: 'GothamLight';
    color: #FFFFFF;
    display: block;
}

.collection_popup_textmobile_title_cont {
    font-size: 28px;
    line-height: 32px;
    font-family: 'GothamLight';
    color: #FFFFFF;
}

.collection_popup_textmobile_title_cont b {
    font-size: 32px;
    font-family: 'GothamBlack';
}

@media only screen and (max-width: 980px) {
    .collection_popup_close {
        font-size: 16px;
        line-height: 16px;
    }

    .collection_popup_cont {
        height: 60%;
        bottom: auto;
        top: 10%;
        padding: 0 3%;
        width: 94%;
    }

    .collection_popup_imgctrl {
        height: 80px;
    }

    .collection_popup_imgctrl_prev,
    .collection_popup_imgctrl_next {
        height: 100%;
    }

    .collection_popup_imgctrl_prev {
        right: 80px;
    }

    .collection_popup_textmobile_cont {
        width: calc(94% - 70px);
        padding: 35px;
        position: fixed;
        top: 70%;
        left: 3%;
        display: block;
        color: #FFFFFF;
        font-family: 'GothamLight';
        font-size: 15px;
        line-height: 18px;
        background-color: #342B38;
        overflow: hidden;
    }

    .collection_popup_textmobile_title_cont {
        margin-bottom: 20px;
        color: #FFFFFF;
        font-family: 'GothamLight';
        font-size: 15px;
        line-height: 18px;
    }

    .collection_popup_textmobile_title_cont b {
        font-family: 'GothamBlack';
        font-size: 28px;
        line-height: 28px;
    }

}