*{
    margin:0px;
    padding:0px;
    border:0px;
    font-family:inherit;
    color:inherit;
}

html,body{
    width:100%;
    height:100%;
    position:relative;
    font-family:arial;
    font-size:14px;
    color:#3f3f3f;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.breaker{
    clear:both;
}

@font-face {
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: local('GothamMedium'), local('GothamMedium'), url(../font/Gotham-Medium.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'GothamLight';
  font-style: normal;
  font-weight: 300;
  src: local('GothamLight'), local('GothamLight'), url(../font/Gotham-Light.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
  font-family: 'GothamBlack';
  font-style: normal;
  font-weight: 300;
  src: local('GothamBlack'), local('GothamBlack'), url(../font/Gotham-Black.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

.gotham, .gothamlight strong, .gothamlight b {
  font-family: 'Gotham';
}

.gothamblack {
  font-family: 'GothamBlack';
}

.gothamlight {
  font-family: 'GothamLight';
}

.title1 {
    font-size: 40px;
    color: #3d3d3d;
}

.title2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title3 {
    font-size: 60px;
    line-height: 50px;
}

.title4 {
    font-size: 52px;
    line-height: 38px;
}

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

.title6 {
    font-size: 24px;
}

.title7 {
    font-size: 13px;
}

.title8 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.title9 {
    font-size: 32px;
}

.title10 {
    font-size: 18px;
}

.title11 {
    font-size: 48px;
}

.title12 {
    font-size: 15px;
}

.title13 {
    font-size: 20px;
}

.spacerV{
    width:0px;
    height:0px;
    overflow:hdiden;
}

.spacerH{
    display:inline-block;
    width:0px;
    height:0px;
    overflow:hidden;
}

.waiticon{
    position:fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(255,255,255,0.3);
    background-image:url(../images/waiticon.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index:999;
    display: none;
}

.external_cont{
    position: relative;
    min-width: 1024px;
    overflow: hidden;
}

.menu_top_cont{
    position: absolute;
    min-width: 1024px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.menu_top_open_submenu_cont_ext{
    position: fixed;
    min-width: 1024px;
    width: 100%;
    left: 0;
    top: -150%;
    height: 55px;
    margin-top: 75px;
    background-image: url('../images/sf_menutopopen.png');
}

.menu_top_open_submenu_cont{
    position: absolute;
    width: 100%;
    min-width: 1024px;
    left: 0;
    top: 0;
    height: 55px;
    background-color: #ffffff;
}

.menu_top_open_submenu_elements{
    position: absolute;
    width: 80%;
    max-width: 1400px;
    min-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 55px;
    display: none;
    text-transform: uppercase;
}

.menu_top_open_submenu_elements_int{
    margin-left: 15%;
}

.menu_top_open_submenu_element{
    position: relative;
    float: left;
    padding: 12px 10px 20px;
    margin-top: 8px;
    height: 15px;
    font-size: 15px;
/*    font-weight: bold;*/
    cursor: pointer;
}

.menu_top_open_submenu_element.selected{
    background-color: #ff347d;
    color: #ffffff;
    border-bottom: 5px solid #ff347d;
}

.menu_top_open_products_cont_ext{
    position: fixed;
    min-width: 1024px;
    width: 100%;
    left: 0;
    top: -150%;
    height: 100%;
    margin-top: 75px;
    background-image: url('../images/sf_menutopopen.png');
}

.menu_top_open_products_cont{
    position: absolute;
    width: 80%;
    max-width: 1400px;
    min-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    top: 75px;
}

.menu_top_open_products_cont_int{
    margin-top: 20px;
    margin-left: 15%;
    display: none;
    padding-right: 10px;
    overflow-y: auto;
}

.menu_top_open_product{
    position: relative;
    float: left;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 15px;
}

.menu_top_open_product_block{
    position: relative;
    margin-top: 30%;
    height: 70%;
    background-color: white;
    color: #8e8e8e;
    font-size: 11px;
}

.menu_top_open_product_text{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 65% 10% 10%;
}

.menu_top_open_product_text_title{
    color: black;
    font-size: 16px;
    text-transform: uppercase;
}

.menu_top_open_product_image{
    position: absolute;
    width: 100%;
    height: 90%;
    top: -30%;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu_top_open_product_mid{
    position: relative;
    float: left;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 16px;
}

.menu_top_open_product_mid_block{
    position: relative;
    margin-top: 30%;
    height: 70%;
    background-color: white;
    color: #8e8e8e;
    font-size: 11px;
}

.menu_top_open_product_mid_text{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 70% 10% 10%;
}

.menu_top_open_product_mid_text_title{
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}

.menu_top_open_product_mid_image{
    position: absolute;
    width: 100%;
    height: 90%;
    top: -30%;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.menu_top_open_product_big{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.menu_top_open_product_big_block{
    position: relative;
    margin-top: 3%;
    height: 97%;
    background-color: white;
    color: #8e8e8e;
    font-size: 14px;
}

.menu_top_open_product_big_text{
    position: relative;
    height: 150px;
    padding: 3% 78% 3% 3%;
}

.menu_top_open_product_big_text_title{
    color: black;
    font-size: 18px;
    text-transform: uppercase;
}

.menu_top_open_product_big_image{
    position: absolute;
    width: 72%;
    height: 100%;
    top: -10%;
    right: 5%;
    background-position: right bottom;
    background-repeat: no-repeat;
/*    background-size: contain;*/
}

.menu_top_open_educational{
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.menu_top_open_educational_block{
    position: relative;
    margin-top: 3%;
    height: 97%;
    background-color: white;
    color: #8e8e8e;
    font-size: 13px;
}

.menu_top_open_educational_text{
    position: relative;
    height: 150px;
    padding: 3% 60% 3% 3%;
}

.menu_top_open_educational_text_title{
    color: black;
    font-size: 18px;
    text-transform: uppercase;
}

.menu_top_open_educational_image{
    position: absolute;
    width: 60%;
    height: 105%;
    top: -10%;
    right: -10px;
    background-position: right bottom;
    background-repeat: no-repeat;
/*    background-size: contain;*/
}

.menu_top_clickarea{
    position: fixed;
    min-width: 1024px;
    width: 100%;
    left: 0;
    top: 0;
    height: 75px;
}

.menu_top_clickarea_sf{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 75px;
    background-image: url('../images/sf_menutop.png');
    display: none;
    cursor: pointer;
}

.menu_top_contlogo{
    position: absolute;
    min-width: 980px;
    max-width: 1600px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.menu_top_elements_cont{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 75px;
    background-color: #f2f2f2;
    color: #000000;
    font-size: 17px;
    display: none;
}

.menu_top_elements{
    position: absolute;
    width: 80%;
    max-width: 1400px;
    min-width: 800px;
    height: 75px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.menu_top_elements_int{
    margin-left: 15%;
/*    margin-left: 160px;*/
}

.menu_lang_element1{
    position: absolute;
    width: 30px;
    right: 90px;
    top: 25px;
    text-align: center;
    font-size: 13px;
}

.menu_lang_element2{
    position: absolute;
    width: 30px;
    right: 90px;
    top: 40px;
    text-align: center;
    font-size: 13px;
}

.menu_top_element{
    position: relative;
    float: left;
    padding: 28px 12px;
    height: 19px;
    cursor: pointer;
}

.menu_top_element:hover{
    background-color: #fafafa;
    border-bottom: 5px solid #fafafa;
}

.menu_top_element.selected{
    background-color: #e3e3e3;
    border-bottom: 5px solid #e3e3e3;
}

.menu_top_contbtnmenu{
    position: absolute;
    min-width: 980px;
    max-width: 1600px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.menu_top_titlemenu{
    position: absolute;
    right: 110px;
    top: 28px;
    color: white;
    text-align: right;
    cursor: pointer;
}

.menu_top_titlemenu.black{
    color: black;
}

.menu_top_btnmenu{
    position: absolute;
    padding: 30px 50px;
    right: 0;
    top: 0;
    cursor: pointer;
}

.menu_top_btnmenu_cont{
    background-image: url('assets/images/sf_tasto_menu.png');
    background-repeat: repeat;
}

.menu_top_contmenu_top_btnmenuclose{
    position: absolute;
    min-width: 980px;
    max-width: 1600px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    display: none;
}

.menu_top_btnmenuclose{
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
}

.menu_top_contlogo{
    position: absolute;
    min-width: 980px;
    max-width: 1600px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.menu_top_contlogo_fixed{
    position: fixed;
    min-width: 980px;
    max-width: 1600px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
}

.menu_top_logo{
    position: absolute;
    left: 50px;
    top: 30px;
    cursor: pointer;
}

.menu_top_logo_fixed{
    position: absolute;
    left: 50px;
    top: 0;
    opacity: 0.9;
    cursor: pointer;
    display: none;
}

.full_page_banner {
    position: relative;
    min-width: 1024px;
    min-height: 800px;
    max-height: 1440px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.full_page_banner_70 {
    position: relative;
    min-width: 1024px;
    min-height: 560px;
    max-height: 1000px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.full_page_banner_85 {
    position: relative;
    min-width: 1024px;
    min-height: 680px;
    max-height: 1224px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

.full_page_banner_free {
    position: relative;
    min-width: 1024px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 5;
}

#homepage_top_banner_cont {
    position: absolute;
    width: 50%;
    max-width: 800px;
    min-width: 512px;
    bottom: 10%;
}

#homepage_top_banner_cont.left {
    right: 50%;
    text-align: right;
}

#homepage_top_banner_cont.right {
    left: 50%;
    text-align: left;
}

#homepage_top_banner_text {
    position: relative;
    font-size: 80px;
    color: white;
}

#homepage_top_banner_logo {
    position: absolute;
    bottom: 0;
}

.left #homepage_top_banner_logo {
    left: 100%;
    margin-left: 3%;
    margin-bottom: 10px;
}

.right #homepage_top_banner_logo {
    right: 100%;
    margin-right: 3%;
    margin-bottom: 10px;
}

.button_pink {
    width: 124px;
    height: 34px;
    padding-top: 12px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_rosa.png');
    cursor: pointer;
}

.button_pink_ul {
    display: inline-block;
    width: 50px;
    height: 24px;
    color: white;
    font-size: 14px;
    text-align: center;
    background-image: url('../images/btn_rosa_ul.png');
    cursor: pointer;
}

.button_pink_big {
    width: 200px;
    height: 34px;
    padding-top: 12px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_rosa_big.png');
    cursor: pointer;
}

.button_red_big {
    width: 216px;
    width: 250px;
    height: 34px;
    padding-top: 12px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_rosso_big.png');
    background-size: 100% 100%;
    cursor: pointer;
}

.button_purple {
    width: 150px;
    height: 34px;
    padding-top: 12px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_purple.png');
    background-size: 100% 100%;
    cursor: pointer;
}

.button_blue {
    width: 150px;
    height: 34px;
    padding-top: 12px;
    margin-top: 10px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_blue.png');
    background-size: 100% 100%;
    cursor: pointer;
}

.left #homepage_top_banner_button {
    float: right;
}

.generic_page_container {
    position: relative;
    width: 75%;
    max-width: 1200px;
    min-width: 1024px;
    left: 0;
    right: 0;
    margin: auto;
}

#homepage_focus_framesi {
    padding: 50px 0;
}

#homepage_focus_framesi_box {
    position: relative;
    width: 50%;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

#homepage_focus_framesi_box_data {
    font-size: 18px;
    color: white;
}

#homepage_focus_framesi_box_text {
    font-size: 40px;
    color: white;
}

.box_overlay_data {
    position: absolute;
    top: 10%;
    left: 10%;
}

.box_overlay_text {
    position: absolute;
    bottom: 10%;
    left: 10%;
    right: 10%;
}

.box_overlay_video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.box_overlay {
      display: none;
}

/*.box_overlay1{
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    background: -webkit-linear-gradient(#f36018, #f3185b);
      background: -o-linear-gradient(#f36018, #f3185b);
      background: -moz-linear-gradient(#f36018, #f3185b);
      background: linear-gradient(#f36018, #f3185b);
}*/

.overlaid_box {
    overflow: hidden;
}

.box_overlay1{
    position: absolute;
    width: 1200px;
    height: 1200px;
    bottom: -1015px;
    right: -1015px;
    opacity: 0.7;
    background: -webkit-linear-gradient(#f36018, #f3185b);
      background: -o-linear-gradient(#f36018, #f3185b);
      background: -moz-linear-gradient(#f36018, #f3185b);
      background: linear-gradient(#f36018, #f3185b);
      
    -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}

/*.box_overlay1{
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    background: -webkit-linear-gradient(#f36018, #f3185b);
      background: -o-linear-gradient(#f36018, #f3185b);
      background: -moz-linear-gradient(#f36018, #f3185b);
      background: linear-gradient(#f36018, #f3185b);
}*/

.box_overlay_trendcollection{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: black;
}

.box_overlay_trendcollection_title {
    position: absolute;
    left: 35px;
    right: 35px;
    color: white;
    text-align: center;
    bottom: 40%;
    font-size: 28px;
}

.box_overlay_trendcollection_contgallery {
    position: absolute;
    width: 100%;
    height: 220px;
    top: 0;
    left: 0;
    overflow: hidden;
}

.box_overlay_trendcollection_galleryimg {
    position: relative;
    float: left;
    width: 85px;
    height: 110px;
    margin: 1px;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
}

.box_overlay_trendcollection_button {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    margin: auto;
}

#homepage_focus_framesi_button {
    position: absolute;
    bottom: 0;
    right: -35%;
}

.button_white_empty {
    width: 124px;
    height: 34px;
    padding-top: 12px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_bordoBianco.png');
    cursor: pointer;
}

.button_orange_empty {
    width: 124px;
    height: 34px;
    padding-top: 12px;
    color: #d4492a;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_bordoArancio.png');
    cursor: pointer;
}  

.button_white_empty_small {
    width: 80px;
    height: 23px;
    padding-top: 7px;
    color: white;
    font-size: 13px;
    text-align: center;
    background-image: url('../images/btn_bordoBianco_small.png');
    cursor: pointer;
}

.button_orange_empty_small {
    width: 80px;
    height: 23px;      
    padding-top: 7px;
    color: #d4492a;     
    font-size: 13px;
    text-align: center;
    background-image: url('../images/btn_bordoArancio_small.png');
    cursor: pointer;
}

.button_orange_empty_big {
    width: 200px;    
    height: 34px;
    padding-top: 12px;
    color: #d4492a;  
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_bordoArancio_big.png');
    cursor: pointer;
}

.overview_cont_sx {
    position: relative;
    float: left;
    text-align: right;
/*    width: 49%;*/
    width: 99%;
    margin-right: 1%;
/*    overflow: hidden;*/
/*    margin-left: -50%;*/
}

.overview_cont_dx {
    position: relative;
    float: right;
/*    width: 49%;*/
    width: 99%;
    margin-left: 1%;
/*    overflow: hidden;*/
/*    margin-right: -50%;*/
}

.overview_img_box {
    position: relative;
    margin-bottom: 4%;
/*    display: inline-block;*/
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.overview_img {
    display: block;
}

.overview_cont_sx .overview_img_box {
    margin-left: 2%;
    float: right;
}

.overview_cont_dx .overview_img_box {
    margin-right: 2%;
    float: left;
}

.overview_text_box {
    position: relative;
    width: 70%;
    margin: 0 15% 4%;
    padding: 45px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 18px;
    color: #3f3f3f;
    text-align: center;
}

.overview_cont_sx .overview_text_box {
    float: right;
}

.overview_cont_dx .overview_text_box {
    float: left;
}

.homepage_focus_framesi_overview_box_data {
    font-size: 15px;
    color: white;
}

.homepage_focus_framesi_overview_box_text {
    font-size: 32px;
    color: white;
}

#homepage_product_highlight {
    height: 800px;
    background-size: auto 100%;
}

#homepage_product_highlight_box {
    position: absolute;
    width: 34%;
    height: 710px;
    padding: 140px 3% 0 3%;
    top: 0;
    right: 0;
    background-color: #007642;
    color: white;
    font-size: 20px;
    overflow: hidden;
}

#homepage_product_highlight_box_title {
    font-size: 56px;
    line-height: 48px;
}

#homepage_product_highlight_box_subtitle {
    font-size: 25px;
    margin-top: 8px;
}

#homepage_product_highlight_box_button {
    position: absolute;
    bottom: 5%;
}

.button_white {
    width: 124px;
    height: 34px;
    padding-top: 12px;
    color: black;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_bianco.png');
    cursor: pointer;
}

.button_white_big {
    width: 200px;
    height: 34px;
    padding-top: 12px;
    color: black;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_bianco_big.png');
    cursor: pointer;
}

.button_white_big2 {
    width: 250px;
    height: 34px;
    padding-top: 12px;
    color: black;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_bianco_big2.png');
    cursor: pointer;
}

.button_white_mid {
    width: 160px;
    height: 34px;
    padding-top: 12px;
    color: black;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_bianco_mid.png');
    cursor: pointer;
}

.button_gray {
    width: 124px;
    height: 34px;
    padding-top: 12px;
    color: white;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_grigio.png');
    cursor: pointer;
}

.button_gray_big {
    width: 200px;
    height: 34px;
    padding-top: 12px;
    color: black;
    font-size: 18px;
    text-align: center;
    background-image: url('../images/btn_grigio_big.png');
    cursor: pointer;
}

#footer_reserved_area1 {
    background-color: white;
}

#footer_reserved_area2 {
    background-color: #ededed;
    height: 170px;
    z-index: 6;
}

#footer_reserved_area2_box {
    position: absolute;
    width: 30%;
    height: 145px;
    padding: 25px 3% 0;
    top: -50px;
    background-color: #ededed;
    -moz-box-shadow: 0px -3px 10px -3px #999;
    -webkit-box-shadow: 0px -3px 10px -3px #999;
    box-shadow: 0px -3px 10px -3px #999;
    color: #9c9c9c;
    font-size: 18px;
}

#footer1 {
    background-color: white;
    font-size: 18px;
    z-index: 7;
}

#footer1_cont_left {
    float: left;
    margin-right: 2%;
    padding: 3% 0;
    line-height: 40px;
}

#footer1_cont_right {
    float: left;
    width: 30%;
    padding: 3% 0;
}

#footer2 {
    background-color: #ededed;
    z-index: 8;
}

#footer2_cont_left {
    float: left;
    width: 17%;
    margin-right: 4%;
    padding: 2% 0;
}

#footer2_cont_right {
    float: left;
    padding: 2% 0;
}

#footer2_cont_right img.social {
    margin-right: 14px;
}

#footer2_findsalon_cont {
    position: absolute;
    height: 180%;
    width: 34%;
    padding: 3% 3% 0;
    bottom: 0;
    right: 0;
    background-color: #e85186;
    color: white;
}

#footer3 {
    background-color: #3d3d3d;
    color: white;
}

#footer3 .generic_page_container {
    min-width: 980px;
    max-width: 1600px;
    width: 100%;
}

#footer3_cont_left {
    float: left;
    width: 35%;
    padding: 2% 0 85px 2%;
    line-height: 25px;
}

#footer3_cont_right {
    float: right;
    text-align: right;
    width: 60%;
    padding: 2% 2% 85px 0;
    line-height: 25px;
}

#products_line_banner {
    overflow: hidden;
    height: 500px;
    min-height: 410px;
    max-height: 550px;
}

#products_line_banner_cont_left {
    position: absolute;
    width: 58%;
    min-width: 594px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

#products_line_banner_cont_right {
    position: absolute;
    width: 42%;
    min-width: 430px;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top left;
}

#products_line_banner_cont_righ_btnback {
    position: absolute;
    top: 30px;
    left: 30px;
}

#products_line_banner_cont_righ_cont {
    position: relative;
    width: 394px;
    padding: 90px 35px 35px;
    font-size: 18px;
}

#products_line_productslist_cont {
    position: relative;
    height: 245px;
    margin: 30px 50px 0;
    overflow: hidden;
}

#products_line_productslist_slider {
    position: relative;
}

#products_line_productslist_slider_prev {
    position: absolute;
    top: 80px;
    left: 0;
    cursor: pointer;
    display: none;
}

#products_line_productslist_slider_next {
    position: absolute;
    top: 80px;
    right: 0;
    cursor: pointer;
    display: none;
}

.products_line_productslist_product {
    position: relative;
    float: left;
    width: 145px;
    height: 215px;
    margin: 0 10px;
    cursor: pointer;
}

.products_line_productslist_product.selected {
    opacity: 0.5;
}

.products_line_productslist_product_img {
    position: relative;
    height: 180px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    border-bottom: 1px solid #e5e5e5;
}

.products_line_productslist_product_title {
    padding: 5px 8px;
    color: black;
    font-size: 13px;
}

#products_line_productdetail_cont {
    position: relative;
    margin-top: 30px;
}

#products_line_productdetail_image {
    position: relative;
    float: left;
    width: 40%;
    height: 500px;
    margin-left: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

#products_line_productdetail_text {
    position: relative;
    float: left;
    width: 37%;
    margin-left: 3%;
    margin-top: 90px;
    margin-right: 10%;
    font-size: 18px;
}

#products_line_productdetail_text li {
    margin-left: 20px;
    list-style-image: url('../images/list_img_nero.png');
    margin-bottom: 3px;
}

.training_detail_cont li {
    margin-left: 20px;
    list-style-image: url('../images/list_img_nero.png');
    margin-bottom: 3px;
}

.products_content_text {
    position: relative;
    width: 30%;
    margin: 0 10%;
    font-size: 18px;
    line-height: 24px;
}

.products_content_title {
    font-size: 22px;
    margin-bottom: 8px;
}

.products_content_img {
    position: absolute;
    width: 43%;
    height: 120%;
    top: -10%;
    background-repeat: no-repeat;
    background-size: cover;
}

.products_content_img_overlayVideo{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
/*    background:*/
}

.products_content_text ul {
   list-style-image: url('../images/list_img.png');
   list-style-position: outside;
   margin-left: 20px;
}

.products_content_text.list_color_black ul {
   list-style-image: url('../images/list_img_nero.png');
   list-style-position: outside;
   margin-left: 20px;
}

.products_content_text ul li {
    margin-bottom: 8px;
}

.products_content1_img {
    right: 2%;
    background-position: center top;
    background-repeat: no-repeat;
}



.products_content2_text {
    margin-left: 60%;
}

.products_content2_img {
    left: 2%;
    background-position: center top;
}

.products_content3_img {
    width: 96%;
    height: 100%;
    top: 0;
    left: 2%;
    right: 2%;
    background-position: center center;
}

.products_content4_text {
    width: 80%;
}

#product_detail_cont {
    position: relative;
}

.header_banner2_cont {
    position: absolute;
    width: 32%;
    height: 78%;
    max-width: 960px;
    min-width: 400px;
    padding: 80px 35px 35px;
    top: 14%;
    right: 0;
    font-size: 18px;
}

.header_banner4_cont {
    position: absolute;
    width: 52%;
    height: 42%;
    padding: 50px 165px 0 35px;
    bottom: -10%;
    right: 0;
    font-size: 18px;
}

.header_banner5_cont {
    position: absolute;
    width: 35%;
    height: 55%;
    padding: 50px 45px 0 45px;
    bottom: -70px;
    right: 20px;
    font-size: 18px;
}

.products_group_line_cont {
    position: relative;
    float: left;
    width: 23%;
    height: 410px;
    margin: 15px 1% 0;
    cursor: pointer;
}

.products_group_line_img {
    position: relative;
    height: 350px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    border-bottom: 1px solid #e5e5e5;
}

.products_group_line_title {
    padding: 5px 8px 0 8px;
    color: black;
    font-size: 16px;
}

.products_group_line_subtitle {
    padding: 3px 8px;
    color: #8d8d8d;
    font-size: 12px;
    text-transform: uppercase;
}

#products_line_detail_image_cont {
    position: relative;
    text-align: center;
    margin: 80px 15%;
}

#products_line_detail_image {
    max-height: 500px;
}

#products_line_detail_image_button {
    position: absolute;
    top: 35%;
    right: 0;
}

#trend_collection_headercont {
    position: relative;
    width: 84%;
    max-width: 400px;
    height: 590px;
    padding: 90px 7% 0;
    margin-top: -310px;
    font-size: 18px;
}

#trend_collection_headercont_logo {
    position: absolute;
    bottom: 50px;
    right: 35px;
}

#trend_collection_footercont {
    position: relative;
    width: 84%;
    max-width: 400px;
    padding: 35px 7%;
    font-size: 18px;
    text-align: left;
}

#products_banner1_logo {
    position: absolute;
    left: 35px;
    bottom: 30px;
}

#products_banner2_logo {
    position: absolute;
    left: 35px;
    bottom: 45px;
}

.lightbox_image_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../images/sf_lightbox.png');
    background-repeat: repeat;
    display: none;
    z-index: 1000;
}

.lightbox_image_close {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
}

.lightbox_image_prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    cursor: pointer;
}

.lightbox_image_next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    cursor: pointer;
}

.lightbox_image {
    position: absolute;
    width: 80%;
    height: 80%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.lightbox_image_close_div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.products_accessory_line_cont{
    position: relative;
    float: left;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.products_accessory_line_block{
    position: relative;
    height: 350px;
    background-color: white;
    color: #8e8e8e;
    font-size: 13px;
}

.products_accessory_line_text{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 260px 10% 20px;
}

.products_accessory_line_text h3{
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

.products_accessory_line_image{
    position: absolute;
    width: 100%;
    height: 230px;
    top: 25px;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.trendcoll_cont_sx {
    position: relative;
    float: left;
    text-align: right;
    width: 29%;
    padding-top: 25px;
}

.trendcoll_cont_cx {
    position: relative;
    float: left;
    text-align: right;
    width: 29%;
    margin-left: 1%;
}

.trendcoll_cont_dx {
    position: relative;
    float: left;
    width: 40%;
    margin-left: 1%;
}

.trendcoll_img_box {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.trendcoll_cont_sx .trendcoll_img_box {
    text-align: right;
}

.trendcoll_cont_cx .trendcoll_img_box img {
    width: 100%;
}

.trendcoll_cont_cx .trendcoll_img {
    display: block;
}

.trendcoll_img {
/*    display: block;*/
}

#trendcollection_headercont {
    position: relative;
    text-align: left;
    width: 215%;
    height: 250px;
    padding: 50px 30px 0;
    margin-top: -230px;
    font-size: 18px;
}

.history_cont_sx {
    position: relative;
    float: left;
    text-align: right;
    width: 29%;
    overflow: hidden;
}

.history_cont_cx {
    position: relative;
    float: left;
    text-align: right;
    width: 23%;
    margin-left: 1%;
    overflow: hidden;
}

.history_cont_dx {
    position: relative;
    float: left;
    width: 44%;
    margin-left: 1%;
    color: black;
    overflow: hidden;
}

.history_img_box {
    position: relative;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.history_text_box {
    position: relative;
    width: 82%;
    padding: 0 12% 0 40px;
    font-size: 20px;
    background:white;
}

.history_text_box_fixed {
    position: absolute;
    width: 82%;
    padding: 0 12% 0 4%;
    font-size: 20px;
    background-color: blue;
    display: none;
}

.history_cont_sx .history_img_box {
    text-align: right;
}

.history_spacer_box {
    width: 100%;
    height: 120px;
}

#company_button_history {
    position: fixed;
    width: 104px;
    right: 0;
    bottom: 120px;
    z-index: 12;
    text-align: left;
    padding-left: 20px;
    color: white;
}

#company_button_company {
    position: fixed;
    width: 104px;
    right: 0;
    bottom: 65px;
    z-index: 12;
    text-align: left;
    padding-left: 20px;
    color: white;
}

.fixed_top_btn {
    position: fixed;
    width: 90px;
    right: 0;
    bottom: 65px;
    z-index: 12;
    text-align: left;
    padding-left: 20px;
    color: white;
}

.training_detail_cont {
    position: relative;
    width: 80%;
    margin: 50px 10% 0;
    background-color: #f2f2f2;
}

.training_detail_text {
    position: relative;
    width: 50%;
    min-height: 185px;
    padding: 35px;
    font-size: 18px;
    color: #818181;
}

.training_detail_img {
    position: absolute;
    width: 45%;
    top: -15px;
    right: -10px;
}

.training_detail_toshow {
    position: relative;
    display: none;
}

.training_detail_toshow_text {
    position: relative;
    padding: 0 35px 35px;
    font-size: 18px;
    color: #818181;
}

#products_banner_cont_righ_btnback {
    position: absolute;
    top: 10px;
    left: 30px;
}

.training_detail_area_fixed {
    position: fixed;
    width: 100%;
    height: 55px;
    padding-top: 15px;
    top: 0;
    left: 0;
    background-color: #fafafa;
    color: #cbcbcb;
    -moz-box-shadow: 2px 0px 10px 0px #999;
    -webkit-box-shadow: 2px 0px 10px 0px #999;
    box-shadow: 2px 0px 10px 0px #999;
    z-index: 999;
    display: none;
    cursor: pointer;
}

.training_detail_area_fixed {
    position: fixed;
    width: 100%;
    height: 55px;
    padding-top: 15px;
    top: 0;
    left: 0;
    background-color: #fafafa;
    color: #cbcbcb;
    -moz-box-shadow: 2px 0px 10px 0px #999;
    -webkit-box-shadow: 2px 0px 10px 0px #999;
    box-shadow: 2px 0px 10px 0px #999;
    z-index: 999;
    display: none;
    cursor: pointer;
}

#training_detail_menu_fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fafafa;
    color: #cbcbcb;
    -moz-box-shadow: 2px 0px 10px 0px #999;
    -webkit-box-shadow: 2px 0px 10px 0px #999;
    box-shadow: 2px 0px 10px 0px #999;
    z-index: 1000;
    display: none;
}

.training_detail_menu_fixed_elem {
    position: relative;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.training_detail_menu_fixed_elem.selected {
    color: #d74a2f;
}

.historyWhiteFooter{
    background:white;
    position:absolute;
    width:100%;
    height:300px;
}

.artistic_team_cont1 {
    position: relative;
    max-height: 500px;
    min-height: 320px;
    background-color: #f6f6f6;
    color: #2b2b2b;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.artistic_team_cont1_text {
    position: absolute;
    width: 360px;
    height: 320px;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    font-size: 17px;
}

.artistic_team_cont2 {
    position: relative;
    max-height: 500px;
    min-height: 320px;
    background-color: #f6f6f6;
    color: #2b2b2b;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.artistic_team_cont2_text11 {
    position: absolute;
    width: 270px;
    top: 70px;
    left: 35px;
    font-size: 15px;
}

.artistic_team_cont2_text12 {
    position: absolute;
    width: 270px;
    bottom: 70px;
    left: 35px;
    font-size: 15px;
}

.artistic_team_cont2_text21 {
    position: absolute;
    width: 270px;
    top: 70px;
    right: 35px;
    font-size: 15px;
}

.artistic_team_cont2_text22 {
    position: absolute;
    width: 270px;
    bottom: 70px;
    right: 35px;
    font-size: 15px;
}

.artistic_team_member_cont {
    position: relative;
    float: left;
    width: 194px;
    margin: 0 5px 15px;
    text-align: center;
    line-height: 22px;
}

.artistic_team_member_cont img {
    width: 194px;
    height: 194px;
}

.menu_top_open_affiliations{
    position: relative;
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 15px;
    cursor: pointer;
}

.menu_top_open_affiliations_block{
    position: relative;
    margin-top: 25px;
    background-color: white;
    color: #8e8e8e;
    font-size: 12px;
}

.menu_top_open_affiliations_text{
    position: relative;
    padding: 190px 10% 20px;
}

.menu_top_open_affiliations_text_title{
    color: black;
    font-size: 15px;
    text-transform: uppercase;
}

.menu_top_open_affiliations_image{
    position: absolute;
    height: 200px;
    width: 90%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.academy_cont {
    position: relative;
    height: 500px;
    background-color: #f6f6f6;
    color: #2b2b2b;
    background-position: left top;
    background-repeat: no-repeat;
}

.academy_cont_text {
    position: absolute;
    width: 500px;
    height: 400px;
    padding: 50px 50px;
    top: 0;
    right: 0;
    font-size: 17px;
    background-color: #f6f6f6;
}

.academy_address_cont1 {
    position: absolute;
    width: 150px;
    padding-right: 1%;
    top: 400px;
    left: 10%;
    font-size: 13px;
}

.academy_address_cont2 {
    position: absolute;
    width: 150px;
    padding-left: 1%;
    padding-right: 1%;
    top: 400px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 13px;
}

.academy_address_cont3 {
    position: absolute;
    width: 150px;
    padding-right: 1%;
    top: 400px;
    right: 10%;
    font-size: 13px;
}

.event_cont {
    position: relative;
    background-color: #f6f6f6;
    color: #2b2b2b;
    background-position: right top;
    background-repeat: no-repeat;
}

.event_cont_text {
    position: relative;
    width: 40%;
    padding: 50px 5%;
    font-size: 20px;
    background-color: #f6f6f6;
}

.event_cont_img {
    position: absolute;
    width: 50%;
    top: -40px;
    right: 0;
    overflow: hidden;
}

#isc_headercont {
    position: relative;
    float: right;
    width: 65%;
    height: 360px;
    padding: 40px 35px 0;
    margin-top: -310px;
    font-size: 18px;
    background-color: #d94021;
    color: white;
}

#isc_headercont_logo {
    position: absolute;
    bottom: 35px;
    left: 35px;
}

.isc_content_text ul {
   list-style-image: url('../images/list_img_nero.png');
   list-style-position: outside;
   margin-left: 20px;
}

.trendcoll_keyclient_sf {
    position: absolute;
    width: 100%;
    height: 235px;
    background-color: #f6f6f6;
    top: 115px;
    left: 0;
}

#affiliations_headercont {
    position: relative;
    float: right;
    width: 60%;
    height: 240px;
    padding: 40px 35px 0;
    margin-top: -210px;
    font-size: 18px;
    background-color: #e9243f;
    color: white;
}

.affiliations_cont {
    position: relative;
    height: 600px;
    background-color: #f6f6f6;
    color: #2b2b2b;
    background-position: left top;
    background-repeat: no-repeat;
}

.affiliations_cont_text {
    position: absolute;
    width: 520px;
    height: 500px;
    padding: 50px 50px;
    top: 0;
    right: 0;
    font-size: 17px;
    line-height: 22px;
    background-color: #f6f6f6;
}

.affiliations_logo {
    position: absolute;
    bottom: 50px;
    left: 50px;
}

.event_cont2_sf {
    position: absolute;
    width: 100%;
    height: 235px;
    background-color: #f6f6f6;
    top: 170px;
    left: 0;
}

.event_cont2_sx {
    position: relative;
    float: left;
    text-align: right;
    width: 29%;
    padding-top: 25px;
    overflow: hidden;
}

.event_cont2_cx {
    position: relative;
    float: left;
    text-align: right;
    width: 35%;
    margin-left: 1%;
}

.event_cont2_dx {
    position: relative;
    float: left;
    width: 34%;
    margin-left: 1%;
    overflow: hidden;
}

.event_img2_box {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.event_cont2_sx .event_img2_box {
    text-align: right;
}

.event_cont2_cx .event_img2_box img {
    width: 100%;
}

#event_cont2_headercont {
    position: relative;
    text-align: left;
    width: 180%;
    height: 230px;
    padding: 50px 30px 0;
    margin-top: -100px;
    font-size: 18px;
}

.keyclient_cont {
    position: relative;
    height: 591px;
    max-height: 591px;
    min-height: 480px;
    color: white;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
}

.keyclient_cont_text {
    position: absolute;
    width: 400px;
    height: 400px;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    font-size: 17px;
}

#salonlocator_headercont {
    position: relative;
    float: right;
    width: 60%;
    height: 250px;
    padding: 40px 35px 0;
    margin-top: -210px;
    font-size: 18px;
    background-color: #e85186;
    color: white;
}

.salonlocator_locations {
    float: left;
    color: #3f3f3f;
    height: 30px;
    margin-top: 9px;
    width: 200px;
    font-size: 18px;
}

.salonlocator_map_cont {
    position: relative;
}

.salonlocator_map_list_cont {
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow: hidden;
}

.salonlocator_map_list_cont_scrollable {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.salonlocator_map_list_element {
    position: relative;
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
}

.salonlocator_map_list_element.selected {
    background-color: #e85186;
    color: white;
}

.overlaid_box_tcck {
    cursor: pointer;
}

#company_headercont {
    position: relative;
    float: right;
    width: 60%;
    height: 280px;
    padding: 40px 35px 0;
    margin-top: -250px;
    font-size: 18px;
    background-color: #e9243f;
    color: white;
}

.company_cont {
    position: relative;
    width: 50%;
    color: #2b2b2b;
}

.company_cont_sx {
    float: left;
}

.company_cont_dx {
    float: right;
}

.company_cont_text {
    position: relative;
    font-size: 17px;
    line-height: 22px;
    background-color: #f6f6f6;
    text-align: left;
}

.company_cont_sx .company_cont_text {
    padding: 45px 65px 60px 145px;
}

.company_cont_dx .company_cont_text {
    width: 390px;
    padding: 45px 0 60px 65px;
}

.company_cont_text_sfsx {
    position: absolute;
    width: 500%;
    height: 100%;
    right: 100%;
    top: 0;
    background-color: #f6f6f6;
}

.company_cont_text_sfdx {
    position: absolute;
    width: 500%;
    height: 100%;
    left: 100%;
    top: 0;
    background-color: #f6f6f6;
}

.affiliations_logo2_cont {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    display: none;
}

.contacts_cont {
    position: relative;
    height: 335px;
    background-color: #f6f6f6;
    color: #2b2b2b;
    background-position: right top;
    background-repeat: no-repeat;
}

.contacts_cont_text {
    position: absolute;
    width: 500px;
    height: 245px;
    padding: 40px 50px;
    top: 0;
    left: 0;
    font-size: 17px;
    background-color: #f6f6f6;
}

.contacts_cont_col {
    position: relative;
    float: left;
    width: 30%;
    margin: 0 10%;
    color: #2b2b2b;                  
}

.contacts_cont_col_text {
    position: relative;
    margin-bottom: 25px;
    font-size: 17px;
}

.contacts_cont_col_text a {
    color: #e85186;
}

.menu_topmobile_hcont, .menu_topmobile_cont {
    position: absolute;
    z-index: 1;
    visibility: hidden;
}

.collection_popup {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(52, 43, 56, 0.7);
    z-index: 1000;
    display: none;
}

.collection_popup_cont {
    position: fixed;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
}

.collection_popup_img {
    position: relative;
    width: 75%;
    height: 100%;
    background-color: #180F21;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.collection_popup_textcont {
    position: relative;
    width: 25%;
    height: 100%;
    background-color: #342B38;
    overflow: hidden;
}

.collection_popup_text {
    position: relative;
    height: calc(40% - 55px);
    padding: 65px 20px 10px;
    font-size: 22px;
    line-height: 36px;
    font-family: 'GothamLight';
    color: #FFFFFF;
}

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

.collection_popup_description_open {
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
}

.collection_popup_description_close {
    font-size: 15px;
    line-height: 23px;
    cursor: pointer;
    display: none;
}

.collection_popup_title_cont {
    position: relative;
    height: 120px;
}

.collection_popup_description_cont {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.collection_popup_description {
    position: relative;
    font-size: 15px;
    line-height: 23px;
    color: #B6AABB;
}

.collection_popup_gallery {
    position: relative;
    width: calc(100% + 17px);
    height: 60%;
    overflow-y: scroll;
}

.collection_popup_gallery_cont {
    
}

.collection_popup_gallery_imgelem {
    float: left;
    width: calc(50% - 2px);
    padding-top: calc(50% - 2px);
    border: 1px solid #342B38;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.collection_popup_gallery_imgelem:hover {
    opacity: 0.8;
}

.collection_popup_gallery_videoelem {
    float: left;
    width: calc(100% - 2px);
    padding-top: calc(50% - 2px);
    border: 1px solid #342B38;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.collection_popup_gallery_videoelem:hover {
    opacity: 0.8;
}

.collection_popup_close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-family: 'Gotham';
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}

.collection_popup_close svg {
    display: inline-block;
    vertical-align: middle;
}

.collection_popup_close .a{
    fill:#ffffff!important;
}

.collection_popup_imgctrl {
    position: absolute;
    width: 100%;
    height: 60px;
    background-color: rgba(52, 43, 56, 0.3);
    left: 0;
    bottom: 0;
}

.collection_popup_imgctrl_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    height: 67%;
}

.collection_popup_imgctrl_prev {
    position: absolute;
    top: 0;
    right: 62px;
    cursor: pointer;
}

.collection_popup_imgctrl_next {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.collection_popup_textmobile_cont {
    display: none;
}

.overlay_noresults {
    position: absolute;
    color: black;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    background-color: #ffffff80;
    font-family: 'VectoriaLight';
    font-weight: bold;
}