@keyframes rotate360 {
  to { transform: rotate(360deg); }
}

.breadcrumb a {
    /* font-size: 16px; */
    text-decoration: none;
    /* letter-spacing: normal; */
}

.detail_container2 {
    width: 45%;
}

.detail_header2 {
    padding: 20px 120px 20px 0;
}

.detail_description2 {
    padding: 20px 120px 20px 0;
    line-height: 24px;
    font-size: 15px;
}

#material_detail_cont {
    width: 100%;
    align-items: flex-start;
}

.detail_img {
    width: 55%;
}

.detail_img_div {
    width: 55%;
    align-self: stretch;
    min-height: 500px;
    background-size: cover;
    background-position: center;
}

.images_repeater_cont {
    position: relative;
    display: flex;
    justify-content: flex-star;
}

.images_repeater_elem {
    position: relative;
    width: 30%;
    margin-right: 1%;
    padding-top: 18%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    opacity: 0.6;
}

.images_repeater_elem:last-child {
    margin-right: 0;
}

.images_repeater_elem.selected {
    opacity: 1;
}

.images_repeater_elem:hover {
    opacity: 1;
}

.images_repeater_elem label {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #FFFFFF;
    color: #777373;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.images_full_cont {
    position: relative;
    padding-top: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.images_full_cont label.label_slab{
	background-color: #f0f0f0;
}
.images_full_cont label {
    position: absolute;
    padding: 10px 55px 12px 15px;
    left: 0;
    top: 140px;
    background-color: #FFFFFF;
    color: #A49F9F;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}



.images_half_cont {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.images_half_elem {
    position: relative;
    width: 48%;
    padding-top: 55%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.images_half_elem label {
    position: absolute;
    padding: 10px 55px 12px 15px;
    left: 0;
    bottom: 25px;
    background-color: #FFFFFF;
    color: #777373;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.sf_gray {
    background-color: #F0F0F0;
}

.images_container {
    position: relative;
    overflow: hidden;
}

.btn_showfull {
    position: absolute;
    top: 0;
    right: 0;
    color: #A18F7A;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    letter-spacing: 2px;
}

.btn_show_other {
    color: #A18F7A;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    letter-spacing: 2px;
}

#gallery_full_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 999;
}

#gallery_full_header {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
}

#gallery_full_logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
}

.gallery_full_close {
    position: absolute;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    cursor: pointer;
}

#gallery_full_image_cont {
    position: absolute;
    width: 100%;
    height: calc(100% - 160px);
    top: 80px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

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

.gallery_full_image.selected {
    display: block;
}

#gallery_full_footer {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
}

.gallery_full_rowprev {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px #A18F7A solid;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.gallery_full_rowprev svg {
    transform: rotate(90deg);
}

.gallery_full_label {
    position: absolute;
    height: 15px;
    left: 20%;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #A18F7A;
    font-size: 12px;
    line-height: 15px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.gallery_full_rownext {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px #A18F7A solid;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.gallery_full_rownext svg {
    transform: rotate(-90deg);
}

#backlit_sf {
    background-color: #F0F0F0;
}

#backlit_closeup {
    position: relative;
    padding-top: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.backlit_closeup label {
    position: absolute;
    padding: 10px 55px 12px 15px;
    left: 0;
    top: 140px;
    background-color: #FFFFFF;
    color: #A49F9F;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#backlit_closeup_dark {
    position: relative;
    padding-top: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.backlit_closeup_dark label {
    position: absolute;
    padding: 10px 55px 12px 15px;
    left: 0;
    top: 140px;
    background-color: #FFFFFF;
    color: #A49F9F;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#backlit_cont {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-top: -160px;
}

#backlit_text {
    width: calc(35% - 25px);
    margin: auto 25px 150px 0;
    font-family: nimbus-sans,sans-serif;
    font-size: 15px;
    color: #777373;
}

#backlit_slab {
    width: 66%;
}

#backlit_slab_dark {
    width: 66%;
    display: none;
}

#backlit_light {
    position: absolute;
    left: 20px;
    top: 80px;
    cursor: pointer;
}

#backlit_light_rotating {
    animation: 5s rotate360 infinite linear;
    -webkit-animation: 5s rotate360 infinite linear;
    -moz-animation: 5s rotate360 infinite linear;
    -o-animation: 5s rotate360 infinite linear;
}

#backlit_light_still {
    position: absolute;
    left: 30px;
    top: 30px;
    cursor: pointer;
}

#backlit_dark {
    position: absolute;
    left: 20px;
    top: 80px;
    cursor: pointer;
    display: none;
}

#backlit_dark_rotating {
    animation: 6s rotate360 infinite linear;
    -webkit-animation: 6s rotate360 infinite linear;
    -moz-animation: 6s rotate360 infinite linear;
    -o-animation: 6s rotate360 infinite linear;
}

#backlit_dark_still {
    position: absolute;
    left: 30px;
    top: 30px;
    cursor: pointer;
}

#bookmatch_cont {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

.bookmatch_img {
    position: absolute;
    padding-top: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: none;
}

.bookmatch_img.shown {
    display: block;
}

.bookmatch_img label {
    position: absolute;
    padding: 10px 55px 12px 15px;
    left: 0;
    top: 140px;
    background-color: #FFFFFF;
    color: #A49F9F;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#bookmatch_btn {
    position: absolute;
    right: 80px;
    bottom: 110px;
    cursor: pointer;
}

#bookmatch_btn_rotating {
    animation: 5s rotate360 infinite linear;
    -webkit-animation: 5s rotate360 infinite linear;
    -moz-animation: 5s rotate360 infinite linear;
    -o-animation: 5s rotate360 infinite linear;
}

#bookmatch_btn_still {
    position: absolute;
    left: 30px;
    top: 30px;
    cursor: pointer;
}

#alluminate_cont {
    position: relative;
    padding-top: 50%;
    overflow: hidden;
}

.alluminate_img {
    position: absolute;
    padding-top: 0;
    height: 100%;
    width: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: none;
}

.alluminate_img.shown {
    display: block;
}

.alluminate_img label {
    position: absolute;
    padding: 10px 55px 12px 15px;
    left: 0;
    top: 140px;
    background-color: #FFFFFF;
    color: #A49F9F;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

#alluminate_btn {
    position: absolute;
    right: 80px;
    bottom: 110px;
    cursor: pointer;
}

#alluminate_btn_rotating {
    animation: 5s rotate360 infinite linear;
    -webkit-animation: 5s rotate360 infinite linear;
    -moz-animation: 5s rotate360 infinite linear;
    -o-animation: 5s rotate360 infinite linear;
}

#alluminate_btn_still {
    position: absolute;
    left: 30px;
    top: 30px;
    cursor: pointer;
}

#collection_banner, .collection_banner_hp {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
	text-decoration: none;
}

#collection_banner > div.collection_banner_text,
.collection_banner_link > div.collection_banner_text {
    width: 50%;
    position: absolute;
    left: 15%;
    top: 30%;
    z-index: 900;
}

#collection_banner .info_events,
.collection_banner_link .info_events {
    width: 100%;
    top: 40%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    z-index: 1000;
}

#collection_banner .more_info,
.collection_banner_link .more_info {
    width:50px;
    height: 50px;
    background:white;
    color:black;
    border-radius: 50%;
    margin:10px auto;
}

#collection_banner .more_info_button,
.collection_banner_link .more_info_button {
    font-size:32px;
}

.info_events .banner_title {
    line-height: 39px;
    letter-spacing: 4.8px;
    color: white;
}
.info_events .banner_btn {
    color: white;
}

#collection_banner.transition_zoom_in,
.collection_banner_hp.transition_zoom_in,
.amd_banner_fs.transition_zoom_in {
  
	text-decoration: none;
    animation: fullcont_img_sf_anim 20s infinite;
    -webkit-animation: fullcont_img_sf_anim 20s infinite;
    -moz-animation: fullcont_img_sf_anim 20s infinite;
    -o-animation: fullcont_img_sf_anim 20s infinite;
}

@keyframes fullcont_img_sf_anim {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


#spacer_header {
    height: 250px;
    width: 100%;
}

#header_menu_cont {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    background-color: white;
    top: -100%;
    opacity: 0;
}

#header.no_sf #header_menu_cont {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.3);
    box-shadow: 0px 2px 5px 0px rgba(102,102,102,0.3);
}

#header_menu_logo {
    position: absolute;
    width: 175px;
    top: 0;
    bottom: 0;
    left: 5%;
    margin: auto;
    cursor: pointer;
}

#header_menu_close {
    display: none;
}

#header_menu_close_desktop {
    position: absolute;
    top: 20px;
    right: 5%;
}

#header_menu_1 {
    position: absolute;
    top: 55px;
    right: 5%;
    color: #7D7D7D;
    text-align: right;
}

.header_menu_1_elem {
    display: inline-block;
    margin: 0 7px;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.65px;
    font-family: 'Lato', sans-serif;
}

.header_menu_1_elem a {
    text-decoration: none;
}

#header_menu_search {
    padding-left: 26px;
}

#header_menu_search_btn {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

#header_menu_lang {
    position: relative;
    cursor: pointer;
    z-index: 10;
}

#header_menu_lang_list {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #A18F7A;
    border-top: 0;
    display: none;
}

#header_menu_lang:hover #header_menu_lang_list {
    display: block;
}

#txtSearchbox {
    width: 0;
    background-color: #ffffff;
    border-bottom: 1px solid #A18F7A;
}

#header_menu_2 {
    position: absolute;
    bottom: 50px;
    right: 5%;
    text-align: right;
}

.header_menu_2_elem {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    color: #7D7D7D;
    font-size: 15px;
    line-height: 18px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    transition: color 200ms linear;
}

.header_menu_2_elem:hover,
.header_menu_1_elem:hover {
    color: #A18F7A;
}

.header_menu_2_elem.header_menu_2_elem_nomobile {
    display: inline-block;
}

.header_menu_2_elem.header_menu_2_elem_onlymobile {
    display: none;
}

.header_menu_2_elem.selected {
    color: #A18F7A;
}

.header_menu_2_elem::before {
    content: '';
    width: 0;
    height: 3px;
    margin: auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    background-color: #A18F7A;
    pointer-events: none;
}

.header_menu_2_elem.selected::before {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    background-color: #A18F7A;
    transition: width 500ms ease-in-out;
}

.header_menu_2_elem.unselected {
    /* color: #CFCAC3; */
}

.header_menu_2_elem a {
    text-decoration: none;
}

.header_menu_2_subelem_cont {
    /* position: absolute;
    left: 0;
    top: 100%;
    padding-top: 20px;
    white-space: nowrap;
    display: none; */

    width: 100%;
    margin-top: 50px;
    /* padding: 40px 140px 80px 140px; */
    /* display: grid; */
    grid-template-columns: 50% 50%;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: unset;
    left: 0;
    text-align: left;
    background-color: white;
    border-top: 1px solid #CFCAC3;
}

.header_menu_2_subelem_cont_first {
    padding: 40px 0 80px 140px;
    display: grid;
    grid-template-columns: 50% 50%;
}

.header_menu_2_subelem.alt {
    margin: 0 20px 10px -20px;
    grid-column: 1 / span 2;

}

#menu_collections_elem_img.header_menu_2_subelem_cont_last {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    z-index: unset;
}

.header_menu_2_subelem {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Lato Semibold';
    color: #A18F7A;
    cursor: pointer;
    transition: padding 200ms linear;
}

.header_menu_2_subelem:hover {
    padding-left: 20px;
}

#header_menu_sf {
}

#store_locator_cont_ext {
    position: relative;
    min-height: 750px;
}

#store_locator_cont1 {
    position: relative;
    width: 40%;
    padding: 40px 0 40px 15%;
    border-bottom: 1px solid #CFCBCB;
}

#store_locator_cont2_ext {
    position: relative;
    width: 40%;
    height: 650px;
    margin-top: 70px;
    padding-left: 15%;
    overflow: hidden;
}

#store_locator_cont2 {
    position: relative;
    width: calc(100% + 20px);
    height: 650px;
    overflow-y: scroll;
}

#store_locator_cont2_scroll {
    position: relative;
    padding-bottom: 50px;
}

.store_locator_elem {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 40px 0 0;
    border-bottom: 2px solid #F0F0F0;
}

.store_locator_elem.selected {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(240,240,240,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(240,240,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1 );
}

.store_locator_elem_pin {
    margin: 12px 20px 12px 0;
    cursor: pointer;
}

.store_locator_elem_text {
    padding: 12px 0;
    flex-grow: 1;
    color: #777373;
    font-size: 15px;
    font-family: nimbus-sans,sans-serif;
    cursor: pointer;
}

.store_locator_elem_kind {
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.store_locator_elem_name {
    font-size: 20px;
    line-height: 24px;
    font-family: nimbus-sans,sans-serif;
    letter-spacing: 2px;
}

.store_locator_elem_products {
    display: flex;
    justify-content: space-between;
}

.store_locator_elem_product {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    text-align: center;
    font-size: 8px;
    line-height: 15px;
    color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#store_locator_map {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: black;
}

#store_locator_kindmenu_cont {
    position: absolute;
    width: 58%;
    top: 30px;
    right: 0;
    z-index: 10;
}

.store_locator_kindmenu_elem {
    height: 32px;
    display: inline-block;
    padding: 4px 5px 3px;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 21px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
}

.store_locator_kindmenu_elem.noclick {
    margin-right: 0;
    cursor: default;
}

.store_locator_kindmenu_elem img {
    height: 25px;
    margin-right: 5px;
    /* padding-right: 5px; */
    vertical-align: middle;
    /* border-right: 0.5px solid white; */
}

.store_locator_kindmenu_elem.noclick img {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.store_locator_kindmenu_elem.unselected {
    background-color: #777373!important;
}

.store_locator_kindmenu_subelems {
    position: absolute;
    width: 58%;
    top: 65px;
    right: 0;
    z-index: 10;
    display: none;
}

.store_locator_kindmenu_subelems.shown {
    display: block;
}

.store_locator_kindmenu_subelem {
    display: inline-block;
    padding: 4px 5px 3px;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    cursor: pointer;
}

.store_locator_kindmenu_subelem.unselected {
    background-color: #777373!important;
}

#menu_collections {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    background-color: #ffffff;
    display: none;
    z-index: 910;
}

#menu_collections_head {
    position: relative;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #A18F7A;
    font-family: 'Lato', sans-serif;
}

#menu_collections_logo {
    width: 175px;
}

#menu_collections_close {
    cursor: pointer;
    z-index: 9;
}

#menu_collections_cont {
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
    left: 0;
    top: 200px;
    background-color: #ffffff;
}

#menu_collections_elem_cont {
    position: relative;
    width: 30%;
    padding: 25px 0;
    margin-left: 15%;
    margin-left: 30%;
    height: 100%;
    overflow: scroll;
    overflow-x: visible;
    opacity: 0;
}

.menu_collections_elem {
    color: #A18F7A;
    font-size: 28px;
    padding: 8px 0;
}

.menu_collections_elem a {
    text-decoration: none;
}

.menu_collections_elem.selected {
    padding-left: 10px;
}

.collections_menu_elem.unselected {
    color: #CFCAC3;
}

#menu_collections_elem_img {
    position: fixed;
    width: calc(55% + 50px);
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    background-color: #ffffff;
    z-index: 8;
}

.material_name a {
    text-decoration: none;
}

#ladyasira_cont {
    width: 100%;
    display: flex;
}

#ladyasira_sx {
    width: 450px;
    margin-left: 0;
    padding-bottom: 200px;
    z-index: 10;
}

#ladyasira_dx {
    width: 85%;
    min-height: 850px;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1600px)
{
    #ladyasira_sx {
        width: 400px;
        margin-left: 0;
    }

    #ladyasira_dx {
        width: calc(87% - 400px);
        min-height: 750px;
    }
}

@media screen and (max-width: 1400px)
{
    #ladyasira_sx {
        width: 375px;
        margin-left: 0;
    }

    #ladyasira_dx {
        width: calc(88% - 375px);
        min-height: 650px;
    }
}

#ladyasira_btns {
    position: relative;
    margin: 20px 0 70px;
}

.ladyasira_btn {
    display: inline-block;
    margin-right: 35px;
    color: #CFCAC3;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
}

.ladyasira_btn.selected {
    color: #A18F7A;
}

#ladyasira_textcont {
    position: relative;
    border-top: 1px solid #CFCAC3;
    padding: 0 200px 0 0;
    line-height: 24px;
    color: #777373;
    font-family: nimbus-sans,sans-serif;
}

#ladyasira_title {
    margin-bottom: 40px;
    color: #443E3E;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 29px;
}

#ladyasira_subtitle {
    font-size: 20px;
    padding: 20px 0 0 0;
}

#ladyasira_text {
    font-size: 15px;
    padding: 20px 0 0 0;
}

#ladyasira_thumbs {
    position: absolute;
    width: 100%;
    padding: 35px 100px;
    left: calc(100% - 100px);
    top: -1px;
    background-color: #F0F0F0;
}

.ladyasira_thumb {
    width: 100%;
    display: none;
}

.ladyasira_thumb.curr {
    display: block;
}

#ladyasira_thumb_prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    margin: auto;
    cursor: pointer;
}

#ladyasira_thumb_next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    cursor: pointer;
}

#ladyasira_thumb_nav_cont {
    position: relative;
    height: 1px;
    margin-bottom: 35px;
    background-color: #CFCAC3;
}

#ladyasira_thumb_nav {
    position: absolute;
    height: 3px;
    bottom: -1px;
    left: 0;
    background-color: #A18F7A;
}

.ladyasira_thumb_desc {
    position: relative;
    margin-top: 20px;
    color: #777373;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    display: none;
    letter-spacing: 2px;
}

.ladyasira_thumb_desc.curr {
    display: block;
}

.ladyasira_thumb_desc label {
    color: #A18F7A;
    cursor: pointer;
}

#ladyasira_full {
    width: 100%;
}

.ladya_link {
    color: #A18F7A;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}

.banner_title {
    font-size: 32px;
    line-height: 39px;
    letter-spacing: 4.8px;
}

.banner_title2 {
    font-size: 50px; text-shadow: 0px 0px 10px #222222;
    letter-spacing: 7.6px;
    line-height: 60px;
}

.banner_title3 {
    font-size: 28px; text-shadow: 0px 0px 7px #222222;
}

.banner_title4 {
    font-size: 22px;
    text-shadow: 0px 0px 7px #222222;
    line-height: 29px;
    letter-spacing: 1px;
}

.banner_title5 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
} 

@media screen and (max-width: 800px) {
    .banner_title4 {
        font-size: 15px;
    }
}

.label_info {
    position: absolute;
    bottom: 10%;
    right: 10%;
    letter-spacing: 4px;
    text-transform: uppercase;
    padding-right:50px;
}

.banner_btn {
    font-size: 12px;
    letter-spacing: 3px;
    cursor: pointer;
}

.company_left_content .cont_1 {
    padding-bottom: 25px;
}

.company_left_content .cont_2 {
    padding-bottom: 25px;
}

#btnbackfixed {
    position: fixed;
    bottom: 40%;
    left: 60px;
    font-size: 11px;
    line-height: 15px;
    color: #A18F7A;
    padding-right: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('../images/freccia_dx.png');
    transform: rotate(-90deg);
    transform-origin: 0 0;
    display: none;
    z-index: 4;
}
@media screen and (max-width: 1700px)
{
	#btnbackfixed {
		left: 60px;
	}
}

.footer {
    position: relative;
    z-index: 5;
}

#material01 {
    position: relative;
    background-color: #F0F0F0;
}

#rpt1_ctl, #rpt4_ctl, #rpt5_ctl {
    width: 100%;
}

.dot {
    margin: 8px 7px;
    width: 14px;
    height: 14px;
}

.detail_description {
    font-size: 18px;
    color: #777373;
}

.detail_description2 {
    font-size: 18px;
    color: #777373;
}

.animated_shown {
    -webkit-transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}

.animated_hidden {
    -webkit-transition: opacity 2s ease-out;
    -moz-transition: opacity 2s ease-out;
    -o-transition: opacity 2s ease-out;
    transition: opacity 2s ease-out;
}

.main_container {
    width: calc(100% - 140px);
}
.main_container_home {
    /*width: calc(100% - 140px);*/
}

.rptCollection {
    margin: 0;
    justify-content: flex-start;
}

.material_card {
    width: 32%;
    margin: 10px 2% 10px 0;
    flex-grow: 0;
}

.material_card_clm3 {
    margin-right: 0;
}

.news_slide_container {
    width: 100%;
}

.news_main_container {
    justify-content: flex-start;
}

.news_card {
    margin-right: 2%;
}

.news_card_clm3 {
    margin-right: 0;
}

.detail_container {
     min-width: unset; 
}

.material_card .img {
    min-width: unset;
}

.selection {
    top: -3px;
    left: -3px;
}

.genericbutton_cont {
    border: 2px solid #A18F7A;
    padding: 2px;
    font-size: 12px;
    line-height: 17px;
    font-family: 'Lato Semibold', 'Lato';
    letter-spacing: 0.25em;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
}

.research_searchbar {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.research_searchbar_elem {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 20px;
    line-height: 40px;
    font-size: 16px;
    color: #161414;
    opacity: 0.3;
    background-color: transparent;
}

.research_searchbar_elem.research_searchbar_elem_active {
    opacity: 1;
    background-color: #F0F0F0;
}

.research_searchbar_txt {
    width: 350px;
    height: 39px;
    font-size: 16px;
    margin-right: 15px;
    border-bottom: 1px solid #A18F7A;
    background-color: transparent;
}

.research_searchbar_searchbtn {
    cursor: pointer;
}

.research_searchbar_elem .dot {
    margin: 11px 6px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.research_searchbar_elem .selection {
    top: -4px;
    left: -4px;
	width: 26px;
    height: 26px;
	border: 3px #8A755B solid;
}

.research_searchbar_reset {
    flex-grow: 1;
    color: #A18F7A;
    line-height: 60px;
    letter-spacing: 2px;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}

.research_searchbar_reset label {
    text-align: right;
    cursor: pointer;
}

.research_visualbar {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.research_visualbar_elem {
    display: flex;
    color: #A18F7A;
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 12px;
}

.generic_text {
    font-size: 16px;
    color: #777373;
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    font-style: normal;
}

.breadcrumb {
    color: #777373;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 1.65px;
}

.textfield {
    width: 100%;
}

textarea.textfield {
    text-indent: 0;
    padding-left: 5px;
    height: 80px;
    resize: none;
}

.textfield_error {
    color: red;
    display: none;
}

.showerror .textfield_error {
    display: inline-block;
}

#contact_sent_cont {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.5);   
    display: none;
    z-index: 999;
}

#contact_sent {
    position: fixed;
    height: 80px;
    width: 350px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 80px;
    font-size: 24px;
    color: #777373;
    font-family: 'Lato Light';
    background-color: #ffffff;
}

.picture_note{
	position: absolute; right: 3px; bottom: 3px; color: #ffffff; font-size: 12px;
}

.bannerHome2{
    left: 0px; top: 0px; width: 100%; height: 100%; color: #ffffff; display: flex; align-items: center; justify-content: center;
    position: absolute; z-index: 900;
}
.bannerHome2 img{
    width: 100%; max-width: 520px;
}

@media screen and (max-width: 1350px)
{
    .research_searchbar_txt {
        width: 250px;
    }

    .research_searchbar_elem .dot {
        margin: 13px 6px;
        width: 14px;
        height: 14px;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

    .research_searchbar_elem .selection {
        top: -3px;
        left: -3px;
		width: 20px;
		height: 20px;
    }

    .images_logo_container > div {
        display: grid;
        grid-template-columns: 50% 50%;
    }
}

.filtro_design{
	height: 24px; border: 2px solid #CFCAC3;
}