/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 01-Mar-2019, 10:24:30
    Author     : melania
*/



/* fonts*/

/*test imen per no scroll popup*/


html.popup_visible.popup_visible_newsletter_modal_popup,
html.popup_visible.popup_visible_alert_modal_popup{
    overflow: hidden;
}

/*SONO AGGIORNATO AL 5 APPRILE*/
@font-face {
    font-family: 'didot';
    src: url('latest-fonts/didot/DidotHTF-16Light.eot');
    src: url('latest-fonts/didot/DidotHTF-16Light.eot?#iefix') format('embedded-opentype'),
        url('latest-fonts/didot/DidotHTF-16Light.woff') format('woff'),
        url('latest-fonts/didot/DidotHTF-16Light.ttf') format('truetype'),
        url('latest-fonts/didot/DidotHTF-16Light.svg#DidotHTF-16Light') format('svg');
    font-weight: 300;
    font-style: normal;
}



@font-face {
    font-family: 'futura_book';
    src: url('latest-fonts/futura/FuturaPT-Book.eot');
    src: url('latest-fonts/futura/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
        url('latest-fonts/futura/FuturaPT-Book.woff2') format('woff2'),
        url('latest-fonts/futura/FuturaPT-Book.woff') format('woff'),
        url('latest-fonts/futura/FuturaPT-Book.ttf') format('truetype'),
        url('latest-fonts/futura/FuturaPT-Book.svg#FuturaPT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'futura_book';
    src: url('latest-fonts/futura/FuturaBQ-Light.eot');
    src: url('latest-fonts/futura/FuturaBQ-Light.eot?#iefix') format('embedded-opentype'),
        url('latest-fonts/futura/FuturaBQ-Light.woff2') format('woff2'),
        url('latest-fonts/futura/FuturaBQ-Light.woff') format('woff'),
        url('latest-fonts/futura/FuturaBQ-Light.ttf') format('truetype'),
        url('latest-fonts/futura/FuturaBQ-Light.svg#FuturaBQ-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'futura_book';
    src: url('latest-fonts/futura/FuturaBQ-LightItalic.eot');
    src: url('latest-fonts/futura/FuturaBQ-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('latest-fonts/futura/FuturaBQ-LightItalic.woff2') format('woff2'),
        url('latest-fonts/futura/FuturaBQ-LightItalic.woff') format('woff'),
        url('latest-fonts/futura/FuturaBQ-LightItalic.ttf') format('truetype'),
        url('latest-fonts/futura/FuturaBQ-LightItalic.svg#FuturaBQ-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}


* {-webkit-font-smoothing: antialiased;}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;

}
html, body {
    max-width: 100%;

}
html.overflow_hidden,
html.fullScreenVideo{
    overflow:hidden;
}

html.overflow_hidden body,
html.overlayOpen body {
    overflow: hidden;
}




article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    display: block;
}
*:before, *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family:'futura_book';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
    color:#35302e;
}
a {
    color: inherit;
    text-decoration: none;
    font-family: inherit;
    letter-spacing: inherit;
    outline: none;
}
.module {
    position: relative;
    width: 100%;
}

img {
    max-width:100%;
    vertical-align:bottom;
}

._table {
    display:table;
    height:100%;
    width:100%;
}



._cell{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.desktop_only {
    display:block;
}
.opened {
    display: block;
}
.opened-generic {
    display: block;
}
.rel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}


i {
    font-style:normal;
}


input {
    border-radius:0;
    -webkit-appearance: none;
}

/* typography*/

h2,h3,h4,h5 {
    font-family: 'didot';
}


h4 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .063em;
}


h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: .1em;
}


h2 {
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: .154em;
    margin-bottom: 15px;
}
h5 {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: .063em;
    margin-bottom: 15px;
    font-family: 'futura_book';
}

p {
    font-size:16px;
    letter-spacing: .050em;
}

em {
    font-style: italic;
    font-family:'Didot';
}

button {
    cursor:pointer;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    line-height: normal;
    border:none;
}

/* 404*/

.error404 #background-not-found {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../img/teaser-404.jpg) no-repeat top center #333; /*vale ho messo io cosi per testare*/
    background-size: cover;
    z-index:2;
}

.error404 .wrap-error-page .main-error-page {
    min-height: 1000px;

}

.error404 .wrap-error-page {
    position: relative;
}


.error404 .wrap-error-page .text-not-found-layer {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:3;
}


.error404 .wrap-error-page .text-not-found-layer #info {
    text-align: center;
    padding: 0 10%;
}


.error404 .wrap-error-page .main-error-page .white_opacity {
    background: rgba(225,225,225, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
}


/* search*/
#search-container {
    min-height:800px;
}

.page-template-searchpage .search-results .rel-wrapper {
    text-align: center;
}

.page-template-searchpage .search-results .mb-img-t-wrap{
    border-bottom:1px solid #CCCBCE;
    padding:40px;
    max-width: 1040px;
    margin: 0 auto;
}
.page-template-searchpage .search-results .container-Featured-image {
    display: inline-block;
    margin-left: -4px;
    width: 30%;
    vertical-align: middle;
}
.page-template-searchpage .search-results .container-Featured-image img {
    width: 100%;
    height: 100%;
}
.page-template-searchpage .search-results .vs_modular_type_image_box_with_text .mb-half-wrapper {
    display: inline-block;
    margin-right: -4px;
    width: 70%;
    vertical-align: middle;
}
.page-template-searchpage .search-results .vs_modular_type_image_box_with_text .mb-overlay-text {
    padding: 20px;
}
.page-template-searchpage .search-results .vs_modular_type_image_box_with_text .mb-img-t-wrap .container-text-half {
    padding:0 !important;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 60%;
}
.page-template-searchpage .search-results .mb-half-wrapper .containerCTA{
    display: inline-block;
    vertical-align: middle;
    width: 30%;
}
.page-template-searchpage .search-results .vs_modular_type_image_box_with_text:last-child .mb-img-t-wrap {
    border-bottom: none;
}

/* share*/

.share_main_container {
    padding:20px 60px;
    background:#fff;
    text-align:right;

}


.social_share_section .social_share_btn,
.social_share_section .social_share_panel {
    display: inline-block;
    vertical-align:middle;
}


.social_share_section .social_share_panel ul li {
    display:inline-block;
    margin-left: 25px;
}


.social_share_section .social_share_btn {
    font-size:14px;
    letter-spacing: 1px;
}

.social_share_section .social_share_panel ul li i {
    font-size:25px;
}




/* header*/

/* menu desktop */



.silos-header {
    height: 75px;
    padding: 15px 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
}

.nav_desktop{
    position: relative;
    z-index: 10;
}

.silos-header .logo {
    display:inline-block;
    width: 251px;
}

.silos-header .header-toolbar {
    float:right;
}



.nav_desktop .nav_inner {
    width:100%;
    margin:0 auto;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color:#f4f4f4;
    position: relative;
    text-align:center;
    height:60px;
    padding: 10px 0;
}

.nav_desktop .nav_inner .logo-sticky {
    display:none;
}

.nav_desktop .nav_inner .first_lvl_menu {
    width:100%;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item{
    display:inline-block;
    padding: 10px 30px;
    cursor:pointer;
    padding-bottom: 20px;
    padding-top: 10px;
}


.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item .submenu_wrapper .submenu_inner {
    max-width:933px;
    margin:0 auto;
    padding: 50px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    height:347px;
}


.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .containerImg{
    display:inline-block;
    vertical-align:middle;
    width:50%;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .containerImg .menu_image_title {
    position: absolute;
    bottom: 0;
    width: 90%;
    background: #fff;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 5%;
    font-size: 16px;
    font-family: 'didot';
    letter-spacing: 1.1px;
}


.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .second_lvl_menu {
    width:calc(50% - 40px);
    display:inline-block;
    vertical-align:top;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .containerImg {
    /*border-left:2px solid #e5e6ea;*/
    padding-left: 40px;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .containerImg img {
    vertical-align:bottom;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .second_lvl_menu {
    text-align:left;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .second_lvl_menu:after {

}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item.submenu_opened {
    background:#fff;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item .text,
.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item div a{
    font-size: 14px;
    color: #35302e;
    letter-spacing: 1px;
    font-weight: normal;
}
.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item:hover .text {
    font-weight: bold;
    text-decoration: underline;
}


.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item.current_page .text,
.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item.current_page a,
.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item .submenu_wrapper .submenu_inner .second_lvl_menu li.second_lvl_menu_item._nochild.current_page a {
    font-weight: bold;
}




.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item.submenu_opened .text {
    font-weight:bold;
}


.nav_desktop .submenu_wrapper {
    display:none;
    position:absolute;
    width:100%;
    background-color:#fff;
    left:0;
    top:60px;
    z-index: 5;

}

.nav .second_lvl_menu a {
    display:block;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .second_lvl_menu li.second_lvl_menu_item._nochild {
    padding: 10px 0;
}

.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item  .submenu_wrapper .submenu_inner .second_lvl_menu li.second_lvl_menu_item._nochild a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
}
.nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item .submenu_wrapper .submenu_inner .second_lvl_menu li.second_lvl_menu_item._nochild a:hover,
.nav_desktop a:hover {
    font-weight: bold  !important;
    text-decoration: underline;
}

/* menu mobile */

.silos-header .hamburger_wrapper {
    position:absolute;
    left: 26px;
    top: 18px;
    width: 20px;
    /*height: 20px;*/
    height : calc(100% - 18px);
    text-align:center;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
}

.silos-header .hamburger_wrapper #menu_lab,
.silos-header .hamburger_wrapper #close_lab  {
    font-size:10px;
    letter-spacing:0.083em;
    font-weight: normal;
}

.silos-header .hamburger_wrapper #close_lab {
    display:none;
}

.silos-header .hamburger_wrapper #menu_lab {
    display:block;
}


html.menu_visible body,
html.menu_visible,
.menu_visible #wrapper {
    overflow: hidden;
    height: 100%;
    position:relative;
}
html.menu_dsk_visible body,
html.menu_dsk_visible {
    height: 100%;
    position:relative;
}

html.menu_visible body {
    position:fixed;
}



.menu_visible #wrapper:before {
    content:'';
    height:100%;
    width:100%;
    position:fixed;
    z-index:10;

}


.menu_visible .silos-header .hamburger_wrapper #menu_lab {
    display:none;
}

.menu_visible .silos-header .hamburger_wrapper #close_lab {
    display:block;
}

/* scroll change language */

.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title {
    padding: 20px 0;
    position:relative;
}

.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title,
.nav_mobile .first_lvl_menu a{
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
}

.nav_mobile .first_lvl_menu .first_lvl_menu_item.current_page,
.nav_mobile .first_lvl_menu .second_lvl_menu li.current_page a{
    font-weight: bold;
}


.nav_mobile {
    width: 95%;
    position: fixed;
    top:65px;
    z-index: 999;
    height: calc(100% - 65px);
    left: -95%;
    background-color: #fff;
    -webkit-transition: left 400ms ease;
    -o-transition: left 400ms ease;
    transition: left 400ms ease;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color:#f4f4f4;
}

.nav_mobile.menu_opened {
    left:0;
}


.nav_mobile .change-language {
    padding: 20px 40px;
}

.nav_mobile .change-language .lang-label {
    position:relative;
    font-size: 14px;
    letter-spacing: 1px;
}

.nav_mobile .change-language .lang-label .icon {
    display: inline-block;
    position:absolute;
    right:0;
    top:0;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.75s 0.25s;
    -o-transition: all 0.75s 0.25s;
    transition: all 0.75s 0.25s;
}


.nav_mobile .change-language .lang-label.lang_open .icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}



.nav_mobile .change-language .lang-label .icon:before{
    font-family: 'Armani-Icons';
    font-size: 18px;
    color: #35302e;
    content: "\e916";
    font-weight: 400;
    line-height: 18px;
}

.nav_mobile .change-language .lang-toggle ul {
    padding-top:10px;
}

.nav_mobile .change-language .lang-toggle ul li {
    padding:5px 0;
}



.nav_mobile  .first_lvl_menu .first_lvl_menu_item{
    display:block;
    cursor:pointer;
    font-size:18px;
    line-height:25px;
    border-bottom: 1px solid #a3a1a7;
}


.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title .icon {
    display: block;
    width: 15px;
    height: 1px;
    top: 30px;
    margin-left: 15px;
    position: absolute;
    right: 0;
}
.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title .icon:before {
    display: inline-block;
    content: "";
    background: #181818;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 15%;
    right: 0;
}
.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title .icon:after {
    display: inline-block;
    content: "";
    background: #181818;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 15%;
    right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title.accordion_opened .icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title .icon:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.nav_mobile  .first_lvl_menu .first_lvl_menu_item .accordion_title.accordion_opened .icon:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}





.nav_mobile  .first_lvl_menu {
    padding: 0 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
}

/*
.nav_mobile  .first_lvl_menu .first_lvl_menu_item:first-child {
    border-top:0;
}
*/


.nav_mobile  .first_lvl_menu a {
    display:block;
    padding: 20px 0;
}

.nav_mobile  .first_lvl_menu  ul.second_lvl_menu  {
    padding-bottom:20px;
}


.nav_mobile  .first_lvl_menu .second_lvl_menu li a {
    padding:10px 0;
    font-weight:normal;
}




.hamburger_wrapper .nav-toggle {
    position: relative;
    width: 16px;
    height: 15px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 2px;
}

.hamburger_wrapper .nav-toggle:before {
    content: ' ';
}

.hamburger_wrapper .nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 400ms ease-in-out;
    -o-transition: 400ms ease-in-out;
    transition: 400ms ease-in-out;
    background-color: #181818;
}
.hamburger_wrapper .nav-toggle span:nth-child(1) {
    top: 3px;
}
.hamburger_wrapper .nav-toggle span:nth-child(2) {
    top: 50%;
}

.hamburger_wrapper .nav-toggle span:nth-child(3) {
    top: 50%;
}
.hamburger_wrapper .nav-toggle span:nth-child(4) {
    top: calc(100% - 2px);
}

.hamburger_wrapper .nav-toggle > span.nav-text {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.menu_visible .hamburger_wrapper .nav-toggle span:nth-child(1) {
    top: 50%;
    width: 0;
    left: 50%;
}
.menu_visible .hamburger_wrapper .nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu_visible .hamburger_wrapper .nav-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_visible .hamburger_wrapper .nav-toggle span:nth-child(4) {
    top: 50%;
    width: 0;
    left: 50%;
}


/*change language*/

.header-toolbar {
    margin-top: 13px;
}

.header-toolbar .change-language {
    float:left;
    margin-right:20px;
    z-index: 9;
    position: relative;
    padding: 0 20px;
    cursor:pointer;
}

.header-toolbar .change-language .lang-label,
.header-search span {
    font-size: 14px;
    letter-spacing: 1px;
}

.header-search span {
    padding-left:20px;
}

.header-search i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0px;
}

.header-toolbar .header-search {
    float:right;
    position:relative;
    cursor:pointer;
}

.header-toolbar .change-language .lang-toggle ul.animate {
    background: #fff;
    position: absolute;
    width: 100%;
    top: 47px;
    left: 0;
    z-index: 60;
}

.header-toolbar .change-language .lang-toggle ul.animate li {
    -webkit-transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    -o-transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
}


.header-toolbar .change-language .lang-toggle ul.animate li a {
    display:block;
    padding: 10px 20px;
}

.header-toolbar .change-language .lang-toggle ul.animate li:hover {
    background:#444;
    color:#fff;
}


/* end header*/


/* search popup */


#search_modal {
    background:#fff;
    padding: 4.375rem 7.5rem;
    vertical-align: top !important;
    margin-top: 56px;
    width: 910px;
}

#search_modal .search-wrapper,
#no-results .search-wrapper{
    position:relative;
}

#search_modal .search-wrapper input.search-button,
#no-results .search-wrapper input.search-button{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    border: none;
    width: 40px;
    height: 40px;
    background-image: url(../img/search.svg);
    background-repeat:no-repeat;
    background-size: 16px 16px;
    background-position: center center;
}



#search_modal .search-wrapper input.search-field::-webkit-input-placeholder {
    color: #b8b8b8 !important;
    font-size: 22px;
    font-family:'futura_book';
}

#search_modal .search-wrapper input.search-field::-moz-placeholder {
    color: #b8b8b8  !important;
    font-size: 22px;
    font-family:'futura_book';
}

#search_modal .search-wrapper input.search-field:-ms-input-placeholder {
    color: #b8b8b8  !important;
    font-size: 22px;
    font-family:'futura_book';
}

#search_modal .search-wrapper input.search-field:-moz-placeholder {
    /* Firefox 18- */
    color: #b8b8b8  !important;
    font-size: 22px;
    font-family:'futura_book';
}

#search_modal .search-wrapper input.search-field,
#no-results .search-wrapper input.search-field {
    font-size: 22px;
    height:45px;
    border:none;
    border-bottom: 1px solid #181818;
    height: 45px;
    padding: 0 40px;
    width: 100%;
}

/*module automatic message*/
.automatic-message-style .container-inner-automatic-message {
    min-height: 75px;
    position: relative;
}
.automatic-message-style .box-container-full {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.automatic-message-style.slick-slider .slick-lateral-arrow.arrow-left span:before,.automatic-message-style.slick-slider .slick-lateral-arrow.arrow-right span:before {
    font-size: 20px;
}
.automatic-message-style.slick-slider .slick-lateral-arrow {
    background:transparent !important;
}
.automatic-message-style .overlay-text {
    text-align: center;
    padding: 0px;
    vertical-align: middle;
}
.automatic-message-style .text-inside-wrap {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    display: inline-block;
}
.automatic-message-style .text-inside-wrap a {
    margin-top: 20px;
    display: block;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
.automatic-message-style .text-inside-wrap p a {
    text-decoration: underline;
}
.automatic-message-style .text-inside-wrap p a:hover {
    font-weight: bold;
}

.automatic-message-style .text-inside-wrap h4 i,
.automatic-message-style .text-inside-wrap h3 i,
.automatic-message-style .text-inside-wrap h2 i{
    margin-right: 5px;
}

.automatic-message-style .text-inside-wrap h4,
.automatic-message-style .text-inside-wrap h3,
.automatic-message-style .text-inside-wrap h2 {
    font-family: 'futura_book';
}

.automatic-message-style .text-inside-wrap h4:first-of-type,
.automatic-message-style .text-inside-wrap h3:first-of-type,
.automatic-message-style .text-inside-wrap h2:first-of-type {
     /*margin-bottom: 15px;*/
    margin-bottom: 0;
}
.automatic-message-style .text-inside-wrap .has-icon h4:first-of-type,
.automatic-message-style .text-inside-wrap .has-icon h3:first-of-type,
.automatic-message-style .text-inside-wrap .has-icon h2:first-of-type {
    display: inline-block;
}

.automatic-message-style .text-inside-wrap p {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .063em;
    margin-bottom: 15px;
}
.automatic-message-style .text-inside-wrap p:last-of-type {
    margin-bottom: 0px;
}
/*end module automatic message*/



/* no results page*/


#no-results  {
    background: #f6f6f6;
    padding: 3em;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #e5e6ea;
}

#no-results .no-results-block {
    max-width: 670px;
    padding-top: 3rem;
    padding-bottom: 1rem;
    margin:0 auto;
}

#no-results .no-results-block p {
    margin-top:10px;
}

/* GENERAL CLASSES */
#container{
    max-width:1920px;
    margin:0 auto;
    position: relative;
    z-index: 5;
}


.lazy-loading-img{
    opacity:0;
    -webkit-transition: 0.2s linear opacity;
    -o-transition: 0.2s linear opacity;
    transition: 0.2s linear opacity;
}

.lazy-loading-img.lazy-loaded{
    opacity:1;
}

._align_left{
    text-align:left;
}

._align_center{
    text-align:center;
}

._align_right{
    text-align:right;
}
.old-strong {
    font-size: 14px;
}

strong, b {
    font-weight: bold;
}
.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

/* loader */
#vsLoader {
    -webkit-transition: opacity .6s linear;
    -o-transition: opacity .6s linear;
    transition: opacity .6s linear;
    opacity: 0;
}

#vsLoader.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 65;
    opacity: 1;
    background: #fff;
}


.loader-container {
    margin: 0 auto;
}

.loader-container .circle {
    border-radius: 50%;
    margin: 0 auto;
}

.rotation .loader-container .circle {
    animation: rotate 2s linear reverse infinite
}

.loader-container.loading {
    width: 10%;
}

.loader-container.loading .circle {
    border: 1px solid transparent;
    display: table;
    width: 40px;
    height: 40px;
    -webkit-animation: circular_loader linear 2s infinite;
    animation: circular_loader linear 2s infinite
}

#vsLoader._islight {
    background-color: #fff
}

#vsLoader._isdark {
    background-color: #181818
}

.loader-container .circle._isdark {
    border-top-color: #f4f6f8;
    border-bottom-color: #f4f6f8;
    border-left-color: #f4f6f8;
    border-right-color: #181818
}

.loader-container .circle._islight {
    border-top-color: #444;
    border-bottom-color: #444;
    border-left-color: #444;
    border-right-color: #fff
}

.cta_row_wrapper { /* WRAPPER FOR CTA BUTTONS*/
    /*display: flex;
    display: -webkit-flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;*/
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}
.cta_btn {
    -webkit-transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    -o-transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    text-align: center;
    margin: 10px;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0.05em;
    padding: 12px 12px;
    border: 1px solid transparent;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: auto;
    min-width: 135px;

}
.cta_btn.cta_white_transparent {
    border: 1px solid #fff;
    color:#fff;
}
.cta_btn.cta_black_transparent {
    border: 1px solid #181818;
    color:#181818;
}

.cta_btn.cta_black_solid {
    background-color: #181818;
    border: 1px solid #181818;
    color: #fff;
}
.cta_btn:hover {
    background-color: #444;
    border-color:#444;
    color:#fff;
}

/*CTA BL*/
.cta-bl {
    text-decoration:none;
    color: black;
    text-transform: none;
    border-color: white;
    font-family: 'futura_book';
    font-size: 15px;
    line-height: 15px;
    letter-spacing: .050em;
    padding: 12px 12px;
    border: 1px solid black;
    border-radius: 2px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    -o-transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    transition: background-color 200ms ease,color 200ms ease,border-color 200ms ease;
    width: auto;
    min-width: 135px;
    text-align: center;
}
.cta-bl.cta_white_transparent {
    border: 1px solid #fff;
    color:#fff;
}
.cta-bl.cta_black_transparent {
    border: 1px solid #181818;
    color:#181818;
}
.cta-bl.cta_black_solid {
    background-color: #181818;
    border: 1px solid #181818;
    color: #fff;
}
.cta-bl:hover {
    background-color: #444;
    border-color: #444;
    color: #fff;
}
.cta-bl.cta_text_only {
    text-decoration: underline;
    padding:0;
    display:block;
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    border: none;
}
.cta-bl.cta_text_only:hover {
    font-weight: bold;
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}
/*end CTA BL*/

.cta_text_only {
    text-decoration: underline;
    padding:0;
    display:block;
    font-size: 17px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.cta_text_only:hover {
    font-weight: bold;
    color: inherit;
    border-color: transparent;
    background-color: transparent;
}

/* overlay text vertical position */
/*requires div to have also
    padding: 48px 80px;
    display: flex;
    flex-direction: column;
*/


.overlay_position_top {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.overlay_position_middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.overlay_position_bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* padding section*/


.padding_on_top{
    padding-top: 2.0833%;
}

.padding_on_bottom {
    padding-bottom: 2.0833%;
}

.no_padding {
    padding: 0;
}

.padding_on_both {
    padding-top: 2.0833%;
    padding-bottom: 2.0833%;
}




/* end padding section*/


/* checkbox*/
.armani_silos_checkbok input[type="checkbox"]:not(:checked),
.armani_silos_checkbok input[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.armani_silos_checkbok input[type="checkbox"]:not(:checked) + label,
.armani_silos_checkbok input[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.armani_silos_checkbok label span a  {
    text-decoration:underline;
}

.armani_silos_checkbok input[type="checkbox"]:not(:checked) + label:before,
.armani_silos_checkbok input[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-image: url('../img/checkbox-unchecked.svg');
    background-size: contain;
}
.armani_silos_checkbok input[type="checkbox"]:not(:checked) + label:after,
.armani_silos_checkbok input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0px;
    width: 15px;
    height: 15px;
    background-image: url('../img/checkbox-checked.svg');
    background-size: contain;
}
/* checked mark aspect changes */
.armani_silos_checkbok input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}
.armani_silos_checkbok input[type="checkbox"]:checked + label:after {
    opacity: 1;
}




/* radio*/

.radioButton {
    top: 2px;
    position:relative;
}

.radioButton input  {
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    position: absolute;
    left: 0;
}


.radioButton .radioIcon {
    display: block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    width: 14px;
    height: 14px;
    display: inline-block;
    background-size: 14px 14px;
    background-image: url(../img/radio_icon.svg);
}


.radioButton input[type="radio"]:checked + .radioIcon {
    display: inline-block;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-image: url(../img/radio_icon_checked.svg);
}



.radioButton ~ label{
    display: inline-block;
    padding-left: 10px;
    line-height: 14px;
}



/* selectize*/

.selectize-control.single .selectize-input input{
    cursor:pointer
}
.selectize-control.single .selectize-input.input-active,.selectize-control.single .selectize-input.input-active input{
    cursor:text
}
.selectize-control.single .selectize-input:after{
    display:block;
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:contain;
    width:13px;
    height:8px;
    background-size:13px 8px;
    background-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2042%2022%22%3E%3Cpath%20fill%3D%22%23000%22%20%20d%3D%22M1.707.293A1%201%200%201%200%20.293%201.707l20%2020a1%201%200%200%200%201.414%200l20-20A1%201%200%200%200%2040.293.293L21%2019.586%201.707.293z%22%2F%3E%3C%2Fsvg%3E");
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition:top 200ms ease,-webkit-transform 200ms ease;
    transition:top 200ms ease,-webkit-transform 200ms ease;
    -o-transition:transform 200ms ease,top 200ms ease;
    transition:transform 200ms ease,top 200ms ease;
    transition:transform 200ms ease,top 200ms ease,-webkit-transform 200ms ease;
    content:"";
    position:absolute;
    right:8px;
    top:50%
}
.selectize-control.single .selectize-input.dropdown-active:after{
    -webkit-transform:translateY(-50%) rotateX(180deg);
    transform:translateY(-50%) rotateX(180deg);
    top:50%
}
.selectize-control.single .selectize-input.disabled{
    background-color:#fafafa;
    opacity:.4;
    border-color:#776a61
}
.selectize-control.rtl.single .selectize-input:after{
    left:15px;
    right:auto
}
.selectize-control.rtl.single .selectize-input > input{
    margin:0 4px 0 -2px !important
}
.selectize-dropdown{
    position:absolute;
    z-index:10;
    border:1px solid #181818;
    background:#fff;
    margin:-1px 0 0 0;
    border-top:0 none;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:0 0 2px 2px;
    max-width:100%;
    text-align:left;
}
.selectize-dropdown-content{
    position:relative;
}
.selectize-dropdown-content .ps-scrollbar-y-rail{
    right:0 !important
}
.selectize-dropdown-header{
    position:relative;
    padding:0 1em;
    border-bottom:1px solid #181818;
    background:rgba(0, 0, 0, .06);
    border-radius:2px 2px 0 0;
}
.selectize-dropdown-header-close{
    position:absolute;
    right:8px;
    top:50%;
    color:#000;
    opacity:.4;
    margin-top:-12px;
    line-height:20px;
    font-size:20px !important;
}
.selectize-dropdown-header-close:hover{
    color:#000
}
.selectize-dropdown [data-selectable]{
    cursor:pointer;
    overflow:hidden;
}
.selectize-dropdown [data-selectable] .highlight{
    background:rgba(125, 168, 208, .2);
    border-radius:1px
}
.selectize-dropdown [data-selectable],.selectize-dropdown .optgroup-header{
    padding:0 1em
}
.selectize-dropdown .optgroup:first-child .optgroup-header{
    border-top:0 none
}
.selectize-dropdown .optgroup-header{
    color:#000;
    background:#fff;
    cursor:default
}
.selectize-dropdown .active,.selectize-dropdown .selected{
    background-color:#e5e6ea
}
.selectize-dropdown .create{
    color:rgba(48, 48, 48, .5)
}
.selectize-input{
    border:1px solid #181818;
    padding:0 1em;
    display:inline-block;
    width:100%;
    overflow:hidden;
    position:relative;
    z-index:1;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    border-radius:2px;
    text-align:left;
}
.selectize-input.disabled,.selectize-input.disabled *{
    cursor:default !important
}
.has-focus .selectize-input.focus{
    outline:solid #6495ed 3px !important
}
.invalidRow .selectize-input{
    color:#e30000;
    border-color:#e30000
}
.selectize-input > *{
    vertical-align:baseline;
    display:inline-block;
    zoom:1
}
.selectize-input.full{
    background-color:#fff
}
.selectize-input > input{
    display:inline-block !important;
    padding:0 !important;
    min-height:0 !important;
    max-height:none !important;
    max-width:100% !important;
    margin:0 2px 0 0 !important;
    text-indent:0 !important;
    border:0 none !important;
    background:none !important;
    line-height:inherit !important;
    -webkit-user-select:auto !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
.selectize-input > input::-ms-clear{
    display:none
}
.selectize-input > input:focus{
    outline:none !important
}
.selectize-input::after{
    content:' ';
    display:block;
    clear:left
}
.selectize-dropdown,.selectize-input,.selectize-input input{
    color:#000;
    font-family:inherit;
    font-size:15px;
    line-height:45px
}
.selectize-input,.selectize-control.single .selectize-input.input-active{
    background:#fff;
    cursor:text;
    display:inline-block;
    border-color: #181818 !important;
    height: 45px;
    padding: 0 1em;
    width: 100%;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: .4px;
}
.selectize-dropdown-content{
    overflow-y:auto;
    overflow-x:hidden;
    max-height:200px;
    -webkit-overflow-scrolling:touch
}




/* slick slider generic styles*/

.slick-slider .slick-lateral-arrow {
    position:absolute;
    z-index:3;
    display: block;
    height: 45px;
    width: 45px;
    min-width: 30px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: rgba(0,0,0,0.2);
    color: transparent;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: none;
    opacity: .75;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    will-change: opacity;
    text-align:center;
}

.fullScreenVideo .slick-slider .slick-lateral-arrow {
    display: none;
}


.slick-slider .slick-lateral-arrow.arrow-left {
    left:0;
}

.slick-slider .slick-lateral-arrow.arrow-right {
    right:0;
}

.slick-slider .slick-lateral-arrow.arrow-left span:before{
    font-family: 'Armani-Icons';
    font-size: 25px;
    color:#fff;
    content: "\e916";
    font-weight:800;
    line-height:45px;
}


.slick-slider .slick-lateral-arrow.arrow-right span:before{
    font-family: 'Armani-Icons';
    font-size: 25px;
    color:#fff;
    content: "\e912";
    font-weight:800;
    line-height:45px;
}



/* slick dots*/

.slick-slider ul.slick-dots{
    position: absolute;
    bottom: 0;
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    display: block;
    font-size: 8px;
    line-height: inherit;
    text-align: center;
    margin: 0;
    width: 100%;
    margin: 1rem 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

._video_active.slick-slider ul.slick-dots{
    bottom: -40px;
    opacity: 0;
}


.slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    line-height: inherit;
    font-size: 8px;
    padding: 0;
    cursor: pointer;
}


.slick-slider ul.slick-dots li button {
    border-radius: 0;
    background: none;
    border: 0;
    color: inherit;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -10000px;
    overflow: visible;
    display: inline;
    font-size:0;
    outline:none;
}


.slick-slider ul.slick-dots li button:before {
    font-size: 9px;
    line-height: 1em;
    content: "\e927";
    font-family: 'Armani-Icons';
    font-style: normal;
    display: inline-block;
    letter-spacing: 0;
    color: #fff;
}

.slick-slider ul.slick-dots li.slick-active button:before {
    content: "\e925";
}


.vsVideoPlayerHTML5 {
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}

.fullScreenVideo ._playing .vsVideoPlayerHTML5 {
    height: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
}

._playing .vsVideoPlayerHTML5 {
    opacity:1;
}

.container-video-controls{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: -webkit-linear-gradient(rgba(0,0,0,0.04), rgba(0,0,0,0.55));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.04)), to(rgba(0,0,0,0.55)));
    background: -o-linear-gradient(rgba(0,0,0,0.04), rgba(0,0,0,0.55));
    background: linear-gradient(rgba(0,0,0,0.04), rgba(0,0,0,0.55));
    -webkit-transition: opacity 1s cubic-bezier(0.4, 0, 0.6, 1);
    -o-transition: opacity 1s cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 1s cubic-bezier(0.4, 0, 0.6, 1);
    opacity: 0;
}

.m-dev .container-video-controls{
    background:none;
    opacity: 1;
}

.container-video-controls.user-hover{
    opacity: 1;
}

.sm-dev-ios .container-video-controls {
    display: none;
}

.inner-container-video-controls{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: none;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1) 0.05s,-webkit-transform 0.5s cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1) 0.05s,-webkit-transform 0.5s cubic-bezier(0.4, 0, 0.6, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1) 0.05s,transform 0.5s cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1) 0.05s,transform 0.5s cubic-bezier(0.4, 0, 0.6, 1);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.6, 1) 0.05s,transform 0.5s cubic-bezier(0.4, 0, 0.6, 1),-webkit-transform 0.5s cubic-bezier(0.4, 0, 0.6, 1);
    z-index: 5;
}

.m-dev .inner-container-video-controls,
.user-hover .inner-container-video-controls {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1) 0.25s,-webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1) 0.25s,-webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    -o-transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1) 0.25s,transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1) 0.25s,transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    transition: opacity 0.4s cubic-bezier(0, 0, 0.2, 1) 0.25s,transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s,-webkit-transform 0.5s cubic-bezier(0, 0, 0.2, 1) 0.2s;
    cursor: default;
}

.video-controls {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0;
}

.video-controls .video-controls-wrap {
    max-width: 1160px;
    margin: 0 auto;
    height: 20px;
    position: relative;
    text-align:center;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
    z-index: 2;
}

.video-controls .video-controls-wrap div.barelement, .videoCover i.player{
    display: inline-block;
    vertical-align: middle;
    padding: 0px 5px;
    height: 20px;
    cursor: pointer;
    line-height:20px;
}

.video-controls .video-controls-wrap input {
    height: 1em;
    margin: 0px;
    padding: 0px;
}

.video-controls .video-controls-wrap input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    padding:0;
    background:none;
    line-height: 20px;
    height: 20px;
    color: #fff;
    border: none;
}

.video-controls .video-controls-wrap input[type=range]:focus {
    outline: none;
}

.video-controls .video-controls-wrap input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #ffffff;
    border: 0.2px solid #cccccc;
}

.video-controls .video-controls-wrap input[type=range]::-webkit-slider-thumb {
    border: 1px solid #ffffff;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}

.video-controls .video-controls-wrap input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ffffff;
}

.video-controls .video-controls-wrap input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #ffffff;
    border: 0.2px solid #010101;
}

.video-controls .video-controls-wrap input[type=range]::-moz-range-thumb {
    border: 1px solid #ffffff;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.video-controls .video-controls-wrap input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.video-controls .video-controls-wrap input[type=range]::-ms-fill-lower {
    background: #ffffff;
    border-radius: 2.6px;
}

.video-controls .video-controls-wrap input[type=range]::-ms-fill-upper {
    background: #ffffff;
    border-radius: 2.6px;
}

.video-controls .video-controls-wrap input[type=range]::-ms-thumb {
    border: 1px solid #ffffff;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.video-controls .video-controls-wrap input[type=range]:focus::-ms-fill-lower {
    background: #ffffff;
}

.video-controls .video-controls-wrap input[type=range]:focus::-ms-fill-upper {
    background: #ffffff;
}

.video-controls .video-controls-wrap div.play-btn, .video-controls .video-controls-wrap div.pause-btn, .video-controls .video-controls-wrap div.mute-btn {
    cursor: pointer;
}

.video-controls .video-controls-wrap div.volume-bar-btn {
    width: 6%;
}

.video-controls .video-controls-wrap div.timeline {
    height: 2px;
    background: #ccc;
    width: 100%;
    margin-top: 9px;
}

.video-controls .video-controls-wrap .timeline-wrap {
    width: 70%;
    padding: 0px;
}

.video-controls .video-controls-wrap .timeline-advanced {
    height: 2px;
    background: #fff;
    width: 0px;
}

.video-controls .video-controls-wrap .timeline-advanced-cursor {
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #fff;
    margin-top: -5px;
    margin-left: -4px;
    pointer-events: none;
}

.video-controls .video-controls-wrap div.barelement i{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: inline-block;
}

.video-controls .video-controls-wrap div.barelement i.icon-fullscreen {
    background-image: url(../img/videoControlBarIcon/white/icon-fullscreen.svg);
}
.video-controls .video-controls-wrap div.barelement i.play-icon {
    background-image: url(../img/videoControlBarIcon/white/icon-play.svg);
}

.video-controls .video-controls-wrap div.barelement i.icon-pause {
    background-image: url(../img/videoControlBarIcon/white/icon-pause.svg);
}

.video-controls .video-controls-wrap div.barelement i.icon-mute {
    background-image: url(../img/videoControlBarIcon/white/icon-mute.svg);
}

.video-controls .video-controls-wrap div.barelement i.icon-unmuted {
    background-image: url(../img/videoControlBarIcon/white/icon-unmuted.svg);
}

.videoCover{
    height: 100%;
    width: 100%;
    display:none;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top:0;
    left:0;
    z-index:1;
}

.videoCover i.player {
    background-image: url(../img/videoControlBarIcon/white/icon-player.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height:70px;
    margin-left:-35px;
    margin-right:-35px;
    background-color: transparent;
}
/* end control video bar */

/* start video html5 */
.fullwidth-video-html5-section {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.fullwidth-video-html5-section img{
    display:block;
    width: 100%;
}

.fullScreenVideo ._playing.fullwidth-video-html5-section {
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    z-index:99999999;
    background: #000;
    max-width: inherit !important;
    margin: 0 !important;
}

.fullScreenVideo ._video_active.slick-slider .fullwidth-video-html5-section {position: relative;height: 100%;width: 100%;}

.fullwidth-video-html5-section img {
    width: 100%;
    height: auto;
}

.fullScreenVideo .video_html5_modal .modal-dialog{
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    width:100%;
    max-width:none;
}

.fullscreen-video-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: #000;
}

.fullwidth-video-html5-cta {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 10;
    background: url(../img/play_icon_white.svg) center /contain no-repeat;
    cursor: pointer;
    background-size: 100px;
    background-color: transparent;
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}

.fullwidth-video-html5-cta.gradient {
    background-color: rgba(5, 5, 5, 0.47);
}


.fullwidth-video-html5-cta:hover {
    /*background-color:rgba(255, 255, 255, 0.4);*/
}

/* end video html5 */

.content-gradient{
    position:relative;
}


/* cookie bar */
#notice-cookie-block {
    background: #e5e6ea;
    padding: 2.5em;
    min-height: 118px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:999999;
    display:none;
}
#notice-cookie-block .text-cookie {
    display: inline-block;
    padding-right: 238px;
    float: left;
}
#notice-cookie-block .text-cookie p {
    margin: 0;
    font-size: 16px;
    color: #776a61;
}
#notice-cookie-block .text-cookie a {
    color: #776a61;
    font-weight:bold;
    font-size: 16px;
}
#notice-cookie-block .actions {
    position: absolute;
    right: 2.5em;
    margin-top: 0;
}
#notice-cookie-block .actions button {
    padding: .813rem;
    border: none;
    background: rgb(24, 24, 24);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 12px;
    min-width: 135px;
    vertical-align: middle;
    display: inline-block;
    border-radius:2px;
}




/* footer*/


.page-footer {
    background: #f6f6f6;
    border: none;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-footer .wrapper_footer {
    width:90%;
    margin:0 auto;
}



.page-footer .footer.content .switcher .options .action.toggle {
    cursor: pointer;
    font-size: 9px;
}

.page-footer .footer.content .switcher .options .action.toggle::after {
    font-size: 27px;
    line-height: 12px;
}

.page-footer .footer.content .switcher .options .action.toggle.active::after {
    font-size: 27px;
    line-height: 12px;
}

.page-footer #silosFooter {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top:40px;
    padding-bottom:60px;
}



.page-footer #silosFooter .silosfotcol {
    width: calc(100% - 3rem * 2);
    padding: 0 3rem;
    position: relative;
}


.page-footer #silosFooter .silosfotcol:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 80%;
    top: 0;
    background:#CCCBCE;
    left: calc(-1.5rem);
}


.page-footer #silosFooter .silosfotcol:first-child:before {
    display:none;
}

.page-footer #silosFooter .silosfotcol.desktop_only {
    border-right:0;
}


.page-footer #silosFooter .silosfotcol .last_foo span{
    display:inline-block;
    vertical-align:middle;
}

.page-footer #silosFooter .silosfotcol .last_foo span.follow{
    font-size:14px;
    font-weight:bold;
    letter-spacing:1px;
}

.page-footer #silosFooter .silosfotcol .last_foo span.follow.last {
    margin-top:35px;
    display:block;
}

.page-footer #silosFooter .silosfotcol .last_foo span.follow.last button {
    font-size:14px;
    letter-spacing:1px;
    background:none;
    font-family: 'futura_book';
    padding: 0;
    text-align:left;
}

.page-footer #silosFooter .silosfotcol .last_foo span.follow.last button:hover {
    font-weight:bold;
    text-decoration:underline;
}



.page-footer #silosFooter .silosfotcol .last_foo span.social_foo{
    margin-left:20px;
}

.page-footer #silosFooter .silosfotcol .last_foo span.social_foo i {
    margin: 0 10px;
    font-size: 20px;
}


.page-footer #silosFooter .silosfotcol .acc-footer {
    margin-bottom:20px;
    font-weight: bold;
    font-size:14px;
    letter-spacing:1px;
}





.page-footer #silosFooter .silosfotcol ul li {
    padding:5px 0;
}

.page-footer #silosFooter .silosfotcol ul li a.cta-bl{
    margin-top:20px;
}


.page-footer #silosFooter .silosfotcol:nth-child(3) ul li p:hover {
    font-weight:bold;
    text-decoration: underline;
}


.page-footer #silosFooter .silosfotcol ul li p {
    line-height: 1.5em;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.page-footer #silosFooter .silosfotcol ul li p span:hover {
    font-weight:bold;
    text-decoration:underline;
}



.page-footer #copyright {
    position:relative;
    width:100%;
    text-align:center;
    padding: 35px 0;
    border-top: 1px solid #35302e;
    font-weight:normal;
}


.page-footer #copyright ul li a:hover {
    text-decoration:underline;
    font-weight:bold;
}

.page-footer #copyright span {
    position:absolute;
    left:0;
    top: 38px;
    font-size: 12px;
    letter-spacing: 1px;
}

.page-footer #copyright span.armani-link {
    position: absolute;
    right: 0;
    left: inherit;
    top:35px;
}

.page-footer #copyright span.armani-link a {
    font-weight:bold;
}


.page-footer #copyright ul li {
    display:inline-block;
    border-right: 1px solid #000;
    padding: 0 20px;
    font-size: 14px;
    letter-spacing: 1px;
}


.page-footer #copyright ul li:last-child {
    border-right:0;
}

/* page getting here */
.fullwidth_section {
    width:100%;
    height:auto;
    background-color:#f6f6f6;
    text-align: center;
}
.inner_column_smaller  {
    width: 69.44%;
    margin: 0 auto;
}
.embedded_map {
    position: relative;
    display: block;
    height: 0;
    padding-top:56.26%;
}
.embedded_map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}
.address_wrapper {
    text-align:left;
    padding-top:35px;
}
.address_wrapper h4 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: .063em;
    margin-bottom:15px;
    font-weight:bold;
    width:100%;

}
.address_wrapper p {
    width:100%;
    font-size: 16px;
    margin-bottom: 20px;
}
.address_wrapper p a {
    text-decoration: underline;
}
.address_accordion_container {
    text-align: left;
    display: block;
    border-top: 1px solid #b7b7b7;
    padding-bottom: 75px;
}
.address_accordion_item {
    padding: 16px 0;
    border-bottom: 1px solid #b7b7b7;
}
.accordion_title {
    cursor:pointer;
}
.address_accordion_title {
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%;
    color: #181818;
    letter-spacing: normal;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 20px;
    margin-bottom: 0;
    font-weight:500;
    position: relative;
    padding:14px 0;

}
.address_accordion_title .icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    margin-top: -7.5px;
}
.address_accordion_title .icon:before {
    content: "";
    background: #181818;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
}
.address_accordion_title .icon:after {
    content: "";
    background: #181818;
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}
.address_accordion_title.accordion_opened .icon:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.accordion_panel {
    display:none;
}
.address_accordion_panel {
    width: 100%;
    padding-right: 17px;
}
.address_accordion_panel p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

/* da lasciare qui subito prima delle media query */
.mobile_only {
    display:none;
}


@media screen and (max-width: 1800px) {

/*to avoid footer problems on russian lang*/
 .ru_language.loaded .page-footer #copyright span {
        top: 30px;
        text-align: left;
        position: relative;
        top: inherit;
        margin-top: 20px;
        float: left;
        margin-bottom: 20px;
    }

   .ru_language.loaded .page-footer #copyright span.armani-link {
        position: absolute;
        right: 0;
        left: inherit;
        top: 35px;
        position: relative;
        float: right;
        top: inherit;
        margin-bottom: 20px;
    }


}
@media (min-width: 1520px) {
    .nav_desktop.sticky .logo-sticky {
        display:block;
        position: absolute;
        left: 60px;
        max-width: 200px;
        top: 12px;
    }
}


@media (min-width: 480px) and (max-width: 1024px) {
    .cta_btn {
        padding: 15px 15px;
    }
    .cta-bl {
        padding: 15px 15px;
    }
}


@media (min-width: 1024px) and (max-width: 1440px) {
    .page-footer #copyright span {
        top: 30px;
        text-align: left;
        position: relative;
        top: inherit;
        margin-top: 20px;
        float: left;
        margin-bottom: 20px;
    }

    .page-footer #copyright span.armani-link {
        right: 0;
        left: inherit;
        top: 35px;
        position: relative;
        float: right;
        top: inherit;
        margin-bottom: 20px;
    }

}


@media (min-width: 1024px) and (max-width: 1280px) {
    .page-footer #silosFooter .silosfotcol {
        width: calc(100% - 1rem * 2);
        padding: 0 1rem;
    }

    .page-footer #silosFooter .silosfotcol:before {
        left:-1rem;
    }

    .page-footer #silosFooter .silosfotcol ul li p {
        line-height: 1.6em;
        font-size: 15px;
    }

    .page-footer #silosFooter .silosfotcol .last_foo span.social_foo {
        margin-left:0;
    }




}


@media screen and (max-width: 1023px) {
    .mobile_only {
        display:block;
    }


    #container {
        padding-top:65px;
    }

    /* search popup */


    #search_modal {
        width: 90%;
        padding: 2.475rem;
    }


    #search_modal .search-wrapper input.search-field,
    #no-results .search-wrapper input.search-field {
        font-size:15px;
        height:30px;
    }




    #search_modal .search-wrapper input.search-button,
    #no-results .search-wrapper input.search-button {
        height:35px;
    }


    #search_modal .search-wrapper input.search-field::-webkit-input-placeholder {
        font-size: 15px;
    }

    #search_modal .search-wrapper input.search-field::-moz-placeholder {
        font-size: 15px;
    }

    #search_modal .search-wrapper input.search-field:-ms-input-placeholder {
        font-size: 15px;
    }

    #search_modal .search-wrapper input.search-field:-moz-placeholder {
        font-size: 15px;
    }

    .page-template-searchpage .search-results .container-Featured-image {
        width: 100%;
        margin-left: 0px;
    }
    .page-template-searchpage .search-results .container-Featured-image img {
        width: 100%;
        height: 100%;
    }
    .page-template-searchpage .search-results .vs_modular_type_image_box_with_text .mb-half-wrapper {
        margin-right: 0px;
        width: 100%;
    }
    .page-template-searchpage .search-results .vs_modular_type_image_box_with_text .mb-img-t-wrap .container-text-half {
        margin-right:0;
        text-align: center;
    }
    .page-template-searchpage .search-results .mb-half-wrapper .containerCTA {
       width: 100%;
       margin-top: 30px;
    }

    /* slick slider*/

    .slick-slider ul.slick-dots {
        position:relative;
    }

    .slick-slider ul.slick-dots li button:before {
        color:#181818;
    }


    /* header*/

    body.menu-visible #container {
        overflow:hidden;
        max-height: 100vh;

    }


    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
        background: #fff;
    }


    .silos-header {
        padding:10px 20px;
        position:relative;
        text-align:center;
        height:65px;
    }


    .header-search i {
        display:block;
        position:relative;
        font-size:18px;
    }

    .header-search span {
        font-size:10px;
        letter-spacing:0.083em;
        padding-left:0;
        display: block;
        font-weight: normal;
        margin-top: -2px;
    }


    .silos-header .header-toolbar {
        position: absolute;
        right: 20px;
        top: 17px;
        margin-top: 0;
    }


    .silos-header .logo {
        display: block;
        width: 150px;
        margin: 0 auto;
        margin-top: 8px;
    }



    /* end header*/

    /* footer*/

    .page-footer {
        margin:0;
        padding:0;
    }


    .page-footer #silosFooter .silosfotcol:before {
        display:none;
    }

    .page-footer .wrapper_footer {
        width:100%;
    }

    .page-footer #silosFooter {
        padding: 0 40px;
    }

    .page-footer #silosFooter .silosfotcol .acc-footer {
        padding: 25px 0;
        text-align: center;
        font-weight: inherit;
        border-bottom: 1px solid #f6f6f6;
        position: relative;
        margin-bottom:0;
        text-align: left;
    }

    .page-footer #silosFooter .silosfotcol .acc-footer.active {
        font-weight: bold;
    }

    .page-footer #silosFooter .silosfotcol .acc-footer.with-plus .icon_plus_mobile {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 15px;
        height: 15px;
        margin-right: 15px;
        margin-top: -7.5px;
    }
    .page-footer #silosFooter .silosfotcol .acc-footer .icon_plus_mobile:after,
    .page-footer #silosFooter .silosfotcol .acc-footer .icon_plus_mobile:before {
        content: "";
        background: #181818;
        width: 15px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 0;
    }


    .page-footer #silosFooter .silosfotcol .acc-footer .icon_plus_mobile:after{
        content: "";
        background: #181818;
        width: 15px;
        height: 1px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: -webkit-transform 400ms ease;
        transition: -webkit-transform 400ms ease;
        -o-transition: transform 400ms ease;
        transition: transform 400ms ease;
        transition: transform 400ms ease, -webkit-transform 400ms ease;
    }


    .page-footer #silosFooter .silosfotcol .acc-footer.active .icon_plus_mobile:after {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .page-footer #silosFooter .silosfotcol ul.footer-list {
        display:none;
        text-align: left;
        padding-top: 0;
        padding-bottom: 20px;
    }


    .page-footer #silosFooter {
        display:block;
    }

    .page-footer #silosFooter .silosfotcol {
        width:100%;
        padding: 0;
        border-right: 0;
        border-top: 1px solid #b7b7b7;
    }

    .page-footer #silosFooter .silosfotcol.mobile_only button.newsletter_modal_popup_open {
        color: #35302e;
        font-size: 14px;
        letter-spacing: 1px;
        font-family:'futura_book';
        padding:0;
        background:none;
    }


    .page-footer #silosFooter .silosfotcol:first-child {
        border-top:0;
    }

    .social_foo {
        font-size: 22px;
        float: right;
        margin-top: -5px;
    }


    .social_foo .foo-fb {
        margin-right:40px;
    }

    .page-footer #copyright {
        padding:40px 0;
        border: none;
    }

    .page-footer #copyright ul {
        margin-bottom:30px;
    }

    .page-footer #copyright ul li {
        font-size:11px;
        letter-spacing:0.5px;
    }

    .page-footer #copyright span {
        position:relative;
        top:inherit;
        font-size:11px;
        letter-spacing:0.5px;
    }


    h4 {
        display: block;
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: .083em;
    }
    h2 {
        display: block;
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: .1em;
        margin-bottom: 15px;
    }
    .desktop_only {
        display:none;
    }


    #notice-cookie-block .text-cookie {
        padding-right:152px;
    }

    #notice-cookie-block {
        min-height:142px;
    }
    /* page getting here */
    .inner_column_smaller {
        width:100%;
        padding-right: 78px;
        padding-left: 78px;
    }

    .address_wrapper h4 {
        font-size: 14px;
    }


    /* overlay module text */
    .overlay_to_underimg {
        position: relative !important;
    }
    .overlay_to_underimg * {
        color:#000;

    }
    .overlay_to_underimg .cta_btn.cta_white_transparent {
        border: 1px solid #181818;
        color:#181818;
    }
    .padding_on_top {
        padding-top: 50px;
    }
    .padding_on_bottom {
        padding-bottom: 50px;
    }
    .padding_on_both {
        padding-top: 50px;
        padding-bottom: 50px;
    }


}






@media screen and (min-width: 1024px){
    .module.module-relative .rel-wrapper {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (min-width: 1024px) and (max-width: 1220px) {
    /*lingua russa fix header*/
    .ru_language .nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item, .fr_language .nav_desktop .nav_inner .first_lvl_menu .first_lvl_menu_item {
        padding: 10px 20px;
    }
}




@media screen and (max-width: 767px){
    h4 {
        font-size: 14px;
    }

    h3 {
        font-size: 18px;
    }


    h2 {
        font-size: 24px;
    }

    p {
        font-size: 15px;
        letter-spacing: .020em;
    }


    .share_main_container {
        padding: 20px;
    }

    .social_share_section .social_share_panel ul li {
        margin-left: 15px;
    }

    .social_share_section .social_share_panel ul li i {
        font-size: 18px;
    }


    .padding_on_top {
        padding-top: 35px;
    }
    .padding_on_bottom {
        padding-bottom: 35px;
    }
    .padding_on_both {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .cta_btn {
        min-width: 0;
        max-width: 300px;
        width: 100%;
        margin: 0 auto 20px;
    }
    /*.cta-bl {
        min-width: 0;
        max-width: 300px;
        width: 100%;
        margin: 0 0 20px 0;
    }*/
    #notice-cookie-block .text-cookie {
        padding-right:0;
        margin-bottom: 1.25rem;
    }

    #notice-cookie-block .actions {
        position:relative;
        right:inherit;
    }

    #notice-cookie-block .actions button {
        margin: 0 auto;
        display: block;
        width: 60%;
        border-radius: 2px;
    }


    #notice-cookie-block {
        min-height:142px;
    }


    /* page getting here */
    .inner_column_smaller {
        padding-right: 33px;
        padding-left: 33px;
    }

    /* player*/

    .fullwidth-video-html5-cta {
        background-size:50px;
    }


    .video-controls .video-controls-wrap .timeline-wrap {
        width:50%;
    }
    .video-controls .video-controls-wrap div.volume-bar-btn {
        width: 12%;
    }

    /*search-page*/
    .page-template-searchpage .search-results .vs_modular_type_image_box_with_text .mb-img-t-wrap .container-text-half {
       width: 100%;
    }


}
@media only screen and (max-width: 480px) {
    h2 {
        font-size: 22px;
    }

    .de_language h2 {
        font-size:18px;
    }

    .cta_btn {
        font-size:16px;
        line-height:1em;
        padding: 10px 5px;
    }
    /* padding section*/


    .padding_on_top{
        padding-top: 1.0833%;
    }

    .padding_on_bottom {
        padding-bottom: 1.0833%;
    }

    .padding_on_both {
        padding-top: 1.0833%;
        padding-bottom: 1.0833%;
    }

    /*searchpage*/
    .page-template-searchpage .search-results .mb-img-t-wrap {
       padding: 25px;
    }


}



@media only screen and (max-width: 320px) {
    .page-footer #silosFooter .silosfotcol.mobile_only button.newsletter_modal_popup_open,
    .page-footer #silosFooter .silosfotcol .acc-footer{
        font-size:13px;
    }

    .page-footer #copyright ul li {
        padding:0 10px;
    }

}