@font-face {
    font-family: 'Open-Sans-Light';
    src: url(../font/OpenSans-Light.woff);
}

@import url("https://p.typekit.net/p.css?s=1&k=mrz2uva&ht=tk&f=15708.15709.22710.22741&a=8017308&app=typekit&e=css");

@font-face {
font-family:"Lato";
src:url("https://use.typekit.net/af/180254/00000000000000000001522c/27/l?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/180254/00000000000000000001522c/27/d?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/180254/00000000000000000001522c/27/a?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n4&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
font-family:"Lato Light";
src:url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/l?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n3&v=3") format("woff2"),url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/d?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n3&v=3") format("woff"),url("https://use.typekit.net/af/a2df1e/00000000000000000001522a/27/a?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n3&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:300;
}

@font-face {
font-family:"Lato Semibold";
src:url("https://use.typekit.net/af/28ba4b/000000000000000000015226/27/l?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n6&v=3") format("woff2"),url("https://use.typekit.net/af/28ba4b/000000000000000000015226/27/d?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n6&v=3") format("woff"),url("https://use.typekit.net/af/28ba4b/000000000000000000015226/27/a?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n6&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:600;
}

@font-face {
font-family:"Lato Bold";
src:url("https://use.typekit.net/af/af23d0/000000000000000000015233/27/l?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n8&v=3") format("woff2"),url("https://use.typekit.net/af/af23d0/000000000000000000015233/27/d?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n8&v=3") format("woff"),url("https://use.typekit.net/af/af23d0/000000000000000000015233/27/a?primer=8551c28493841d13e0969d9d3567a43993cd8a004159ac11ded2585329d02123&fvd=n8&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:800;
}

.tk-lato { font-family: "lato",sans-serif; }

.NimbusSansBold {
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    font-style: normal;
}

.NimbusSansBoldItalic {
    font-family: nimbus-sans,sans-serif;
    font-weight: 700;
    font-style: italic;
}

.NimbusSansLight {
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    font-style: normal;
}

.NimbusSansLightItalic {
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato, .latolight strong, .latolight b {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}

.latoblack {
  font-family: 'Lato Bold';
}

.latolight {
  font-family: 'Lato Light';
}

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

html,
body,
form
{
	width:100%;
	height:100%;
	position:relative;
    color: #A18F7A;
    font-family: 'Lato', sans-serif;
    /* overflow-x: hidden; */
}

.breaker
{
	clear:both;
}

.defaultWaiticon
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(255,255,255,0.3);
	background-image:url(/frontend/assets/images/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	z-index:3;
}

h1, h2 {
	font-weight: inherit;
}

sup {
    font-size: 0.5em;
}
/*spacer verticali*/

.spacer_micro {
    height: 8px;
}

.spacer_mini {
    height: 20px;
}

.spacer {
    height: 40px;
}

.spacer_medium {
    height: 80px;
}

.spacer_big {
    height: 120px;
}

.spacer_bigger {
    height: 200px;
}

/*spacer orizzontali*/
.spacer_mini_h {
    width: 20px;
}

.spacer_h {
    width: 40px;
}

.spacer_medium_h {
    width: 80px;
}


.onlymobile {
    display: none;
}

.nomobile {
    display: block;
}

.banner-onlymobile {
    display: none !important;
}

.banner-nomobile {
    display: flex !important;
}

.history_onlymobile {
    display: none;
}

.history_nomobile {
    display: block;
}

.hidden {
    display: none !important;
}

.beige {
    background: #F0F0F0;
}

.white {
    background: white;
}

.gold {
    color: #A18F7A;
}

.flex {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.flexwrap {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.verticalflex {
    display: flex;
    flex-flow: column;
}

.fullwidth {
    width: 100%;
}

.fullheight {
    height: 100%;
}

.internal_container {
    max-width: 1640px;
   /* max-width: 1200px;*/    
    width: 100%;
    height: max-content;
    margin: auto;
    padding-left: 140px;
    position: relative;
}
.internal_container_home {
    /* max-width: 1640px;
     max-width: 1200px;*/    
     width: 100%;
     height: max-content;
     margin: auto;
     /*padding-left: 140px;*/
     position: relative;
 }

.internal_content {
    padding: 40px 0;
    height: 100%;
}
.internal_content_home {
    padding: 20px 0;
    height: 100%;
}

.internal_content.hp {
    /* padding:10px 0 0 0; */
    padding: 0;
}

.content {
    width: 90%;
    margin: auto;
    max-width: 1640px;
}

#header .content {
    max-width: unset;
	height: auto;
}

#header {
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    z-index: 990;
}

#header.no_shade {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header.no_sf {
    background-color: transparent;
    -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
    z-index: 910;
}

#header.minimized {
    -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.no_sf.minimized {
    background-color: #ffffff;
    -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_content {
    position: relative;
    height: 125px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    /* align-items: center; */
    font-size: 18px;
    color: #A18F7A;
    font-family: 'Lato', sans-serif;
}

.header_content_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
}

#header_logomain {
    width: 175px;
    pointer-events: none;
}

#header.no_sf #header_logomain {
    display: none;
}

#header.no_sf.minimized #header_logomain {
    display: block;
}

#header_logomain_white {
    width: 175px;
    display: none;
}

#header.no_sf #header_logomain_white {
    display: block;
}

#header.no_sf.minimized #header_logomain_white {
    display: none;
}

#header_breadcrumb {
    width: 100%;
    border-top: 1px solid #CFCAC3;
    padding: 20px 5%;
}

.no_sf #header_breadcrumb {
    border-top: none;
}

#header_menuopen {
    cursor: pointer;
    margin-top: -10px;
}

#header_menuopen.gold {
    color: #a18f7a !important;
}

#header_menuopen label {
    font-size: 12px;
    letter-spacing: 2px;
}

#header.no_sf #header_menuopen {
    color: #ffffff;
    -webkit-transition: color 1s; /* Safari */
    transition: color 1s;
    margin-top: -30px;
}

#header.no_sf.minimized #header_menuopen {
    color: #a18f7a;
}

#header #header_menuopen svg .a {
    stroke: #a18f7a;
    fill: #a18f7a;
    -webkit-transition: stroke 1s; /* Safari */
    transition: stroke 1s;
}

#header.no_sf #header_menuopen svg .a {
    stroke: #ffffff;
    fill: #ffffff;
}

#header.no_sf.minimized #header_menuopen svg .a {
    stroke: #a18f7a;
    fill: #a18f7a;
}

#header_menuopen.gold svg .a {
    stroke: #a18f7a;
    fill: #a18f7a;
}

#header_menuopen img{
    margin-bottom: -1px;
}




#header_menuopen_mobile {
    cursor: pointer;
}

#header_menuopen_mobile label {
    font-size: 12px;
    letter-spacing: 2px;
}

#header.no_sf #header_menuopen_mobile {
    color: #ffffff;
    -webkit-transition: color 1s; /* Safari */
    transition: color 1s;
}

#header.no_sf.minimized #header_menuopen_mobile {
    color: #a18f7a;
}

#header #header_menuopen_mobile svg .a {
    stroke: #a18f7a;
    fill: #a18f7a;
    -webkit-transition: stroke 1s; /* Safari */
    transition: stroke 1s;
}

#header.no_sf #header_menuopen_mobile svg .a {
    stroke: #ffffff;
    fill: #ffffff;
}

#header.no_sf.minimized #header_menuopen_mobile svg .a {
    stroke: #a18f7a;
    fill: #a18f7a;
}

#header_menuopen_mobile img{
    margin-bottom: -1px;
}





.header_box path {
    fill: #A18F7A;
}

.header_main_box {
    text-align: right;
}

.header_menu_closed {
    width: 80%;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header_menu_closed a {
    font-size: 12px;
    text-decoration: none;
    letter-spacing: 3px;
}

.header_menu_closed label {
    color: #161414;
    font-size: 16px;
}

.header_menu_closed rect {
    fill: #A18F7A;
    stroke: unset;
}

.header_links {
    font-size: 18px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.header_sublinks {
    font-size: 18px;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 40%;
}

.header_small_links {
    width: 60%;
    margin-left: 40%;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_box a {
    text-decoration: none;
    letter-spacing: 2px;
}

.header_link_box {
    font-size: 12px;
    min-width: 70%;
}

.header_link_box a {
    letter-spacing: 0px;
}

.footer {
    background-color: #090808;
    color: #A18F7A;
    font-family: "Nimbus Sans";
}

.footer_main_box {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    min-width: 40%;
	color: #ffffff;
}

.footer_main_box div {
    width: 49%;
}

.footer_main_box div a {
    color: white;
    text-decoration: none;
}

.footer_content {
    height: 340px;
    padding: 100px 0;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 14px;
}

.footer_link_box {
    min-width: 30%;
    font-size: 11px;
    letter-spacing: 2px;
    color: white;
}

.footer_link_box div {
    width: 45%;
}

.footer_box a svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.footer_box svg .a {
    stroke: unset;
}

.footer_box_logo .logo {
    width: 125px;
}

.pipe {
    border-left: 1px solid #A18F7A;
    height: 30px;
}

.thinpipe {
    border-left: 1px solid #CFCAC3;
    height: 30px;
}

.left_content {
    width: 100%;
    padding-left: 15%;
}

#collections_spotlight {
    margin: 40px 0;
}

.cover {
    height: 65%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: calc(((100% - 1640px) / 2) + 140px);
}

.cover_title {
    color: white;
    letter-spacing: 3px;
    font-size: 48px;
    position: absolute;
    bottom: 80px;
    left: 140px;
}

.contacts {
    letter-spacing: 1px;
    width: 20%;
    float: left;
}
.contacts_staff {
    letter-spacing: 1px;
    width: 20%;
    float: left;
	font-size: 24px; color: #443E3E;
}

.contacts .title {
    color: #777373;
    font-size: 12px;
}

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

.contacts .text {
    color: #161414;
    font-size: 14px;
    letter-spacing: 0;
}

.contacts .lighttitle {
    color: #A18F7A;
    font-size: 12px;
}

.contacts .lighttitle a {
    text-decoration: none;
}

.contacts img {
    width: 160px;
}

.contactus_form {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 70%;
    float: right;
    padding-right: 100px;
    padding-bottom: 80px;
}

.contactus_form.contact_panel {
    width: 100%;
    padding: 100px 12%;
    float: none;
}

.contactus_form.contact_panel.contact_page_ext {
    width: 70%;
    padding: 0 100px 80px 0;
    float: right;
}

.contactus_form.contact_panel.geofamily_page_ext {
    max-width: 905px;
    padding: 100px 0;
    margin: auto;
}

.contactus_form.fullwidth {
    width: 100%;
}

.textfield {
    text-indent: 5px;
    height: 28px;
    font-family: nimbus-sans,sans-serif;
    font-size: 20px;
}

.textfield::placeholder {
    color: #CFCAC3;
}

.textfield_container {
    color: #777373;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    width: 46%;
    margin-bottom: 30px;
}

.full {
    width: 100%;
}

.line {
    width: 100%;
    height: 1px;
    background-color: #A18F7A;
    margin: 8px 0;
}

.thin {
    background-color: #CFCBCB
}

.margin_calc {
    margin-left: calc(((100% - 1640px) / 2) + 140px);
}

.checkbox_container {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    width: 100%;
    line-height: 24px;
    font-size: 15px;
    color: #777373;
}

.checkbox_container a {
    color: #A18F7A;
}

.checkbox {
    width: 24px;
    min-width: 24px;
    height: 24px;
    position: relative;
    border: 2px #A18F7A solid;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.chk_selected {
    background-color: #A18F7A;
    position: relative;
}

.chk_tick {
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

.spaced_label {
    margin-left: 10px;
}

.send_button_container {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    width: 100%;
}

.send_button {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #A18F7A;
    letter-spacing: 2px;
    display: flex;
    flex-flow: row;
    align-items: center;
    cursor: pointer;
	text-decoration: none;
}

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

.send_button label {
    cursor: pointer;
}

.send_button .a {
    fill: none;
}

.send_button_alt {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    background-color: #A18F7A;
    color: #ffffff;
    letter-spacing: 2px;
    display: flex;
    flex-flow: row;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    padding: 5px;
    justify-content: center;
}

.title_big {
    color: #161414;
    font-size: 30px;
}

.title_regular {
    color: #161414;
    font-size: 24px;
}

.main_container {
    /*width: 90%;*/
    min-width: 1065px;
}

.main_container#navigator {
    max-width: 1280px;
}

.main_container.verticalflex.navigator_fullscreen.white#navigator {
    max-width: unset;
}

.main_container_centered {
    width: 90%;
    min-width: 1065px;
    margin: auto;
}

.staff_management_container {
    width: 100%;
}

.polaroid {
    display: flex;
    flex-flow: column;
    padding: 14px;
    background-color: #161414;
    color: white;
    font-size: 12px;
    letter-spacing: 2px;
}

.polaroid .title {
    font-size: 20px;
}

.polaroid img {
    width: 100%;
}

.main_background {
    /*background: linear-gradient(to top, #F0F0F0 0%, #F0F0F0 60%, white 60%, white 100%);*/
}

.with_padding {
    padding-top: 80px;
    padding-bottom: 50px;
}

.businesscard {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    padding: 30px 20px;
    width: 48%;
    height: 170px;
    margin-bottom: 20px;
}
.businesscard2 {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    padding: 30px 20px;
    width: 48%;
    height: 170px;
    margin-bottom: 20px;
}

.businesscard label, .businesscard2 label {
    padding: 5px 0;
}

.businesscard .select, .businesscard2 .select {
    color: #161414;
    font-size: 20px;
    letter-spacing: 2px;
	border-bottom: 1px solid #A18F7A;
}
.businesscard .name, .businesscard2 .name {
    color: #161414;
    font-size: 20px;
    letter-spacing: 2px;
}

.businesscard .role, .businesscard2 .role {
    color: #777373;
}

.businesscard .tooltip, .businesscard2 .tooltip {
    color: #9E9999; text-transform: uppercase; font-size: 12px;
}

.businesscard .mail, .businesscard2 .mail {
    font-size: 11px;
    letter-spacing: 3px;
	text-transform: uppercase;
}

.businesscard .mail img, .businesscard2 .mail img {
    width: 16px;
    vertical-align: middle;
}

/*sezione collezioni*/
.slide_container {
    width: 55%;
}

.progressbar {
    background-color: #CFCBCB;
    height: 3px;
    width: 100%;
    margin: auto;
    border: 1px white solid;
    position: relative;
}

.progressbar_full {
    background-color: #A18F7A;
    height: 3px;
    transition: margin 700ms;
    transition: width 700ms;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto auto auto 0%;
}

.progressbar_home {
    background-color: rgba(255,255,255,0.2);
    height: 3px;
    width: 100%;
    margin: auto;
    position: relative;
}

.progressbar_full_home {
    background-color: #A18F7A;
    height: 3px;
    transition: margin 700ms;
    transition: width 700ms;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto auto auto 0%;
}

.pics {
    display: flex;
    flex-flow: row;
}

.pics div {
    background-position: center;
    background-size: cover;
}

.pics #pic_big {
    width: 646px;
    height: 420px;
}

.pics #pic_small {
    width: 264px;
    height: 420px;
}

.pics #pic_full {
    width: 100%;
    height: 420px;
}

.rounded_button {
    width: 56px;
    min-width: 56px;
    height: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    border-radius: 56px;
    border: 1px #A18F7A solid;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
}

.rounded_button.left svg {
    /*transform: rotate(90deg);*/
}

.rounded_button.right svg {
    /*transform: rotate(-90deg);*/
}

.rounded_button svg .a {
    fill: none;
}

.rounded_button_disabled {
    border: 1px #CFCAC3 solid;
    cursor: not-allowed;
}

.rounded_button_disabled svg .a {
    stroke: #CFCAC3;
}

.material_name {
    font-size: 12px;
    letter-spacing: 2px;
    cursor: pointer;
	text-transform: uppercase;
}

.material_name.black {
    color: #161414;
}

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

.material_name svg .a {
    fill: none;
}

.left_aligned {
    margin: auto auto auto 30px;
}

.detail_container {
    width: 45%;
    min-width: 510px;
}

.detail_header {
    padding: 20px 80px;
    padding-right: 0;
}

.detail_description {
    padding: 20px 80px;
    line-height: 24px;
    font-size: 15px;
    padding-right: 0;
}

.selection {
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: transparent;
    cursor: pointer;
    border: 2px #8A755B solid;
    top: -6px;
    left: -6px;
}

.dot {
    position: relative;
    margin: 12px 10px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
}

.catalogue_header {
    width: 100%; flex-wrap: wrap;
}

.catalogue_header_btn {
    color: #CFCAC3;
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 2px;
    font-size: 12px;
}

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

.btn_full_container svg {
    cursor: pointer;
}

.btn_full_container svg .a {
    fill: none;
}

.toolbar {
    line-height: 30px;
    align-items: center;
}

.rptCollection{
	margin: -10px;
}

.material_card {
    background-color: white;
    padding: 14px 14px 32px 14px;
    width: min-content;
    margin-bottom: 40px;
    cursor: pointer;
	margin: 10px;
	flex-grow: 1;
    text-decoration: none;
}

.material_card .img {
    width: 100%;
    min-width: 300px;
    /*height: 200px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	overflow: hidden;
	position: relative;
}
.material_card .img img {
    width: 100%;
	position: relative;
}

.material_cover {
    width: 100%;
    height: calc(100% - 155px);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.filterpanel {
    position: relative;
    width: 100%;
   /* height: 100%; */
    background-color: white;
    top: 0;
    right: 0;
    padding: 20px;
    z-index: 5;
}

.filterpanel .flex {
    align-items: center;
}

.verticalflex .title {
    color: #777373;
    font-size: 12px;
    letter-spacing: 1px;
}

.verticalflex .lato {
    padding: 10px 0;
}

.filterpanel .verticalflex .flex {
    justify-content: left;

}

#header_logo {
    height: 40px;
    margin: 10px 0px;
}

.navigator_fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 !important;
    z-index: 999;
}

.padded {
    padding: 10px 5%;
}

.navigation_buttons_container_mobile {
    position: relative;
    /*display: none;*/
}

.navbutton {
    display: none;
    position: absolute;
    width: 20px;
    height: 240px;
    background-color: rgba(255,255,255,0.9);
    top: 0;
    bottom: 0;
    margin: auto;
}

.navbutton.left {
    left: 0;
}

.navbutton.right {
    right: 0;
}

.navbutton img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.navbutton.left img {
    left: 0;
}

.navbutton.right img {
    right: 0;
}

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

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

.navbutton svg .a {
    fill: none;
}

.home_banner_container {
    position: relative;
    height: 80%;
    min-height: 520px;
    max-height: 800px;
}

.home_banner,
.home_bottom_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 520px;
    max-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    background-size: cover;
    background-position: center;
}

.banner_home_events_text {
    padding-top: 30px;
    position: absolute;
    bottom: 50px;
    right: 50px;
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

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

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

.loader {
    position: absolute;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: rgba(255,255,255, 0.9);
    padding-top: 8.5px;
}

.news_slide_container {
    width: 76%;
    padding-top: 45%;
    /*min-height: 500px;*/
    background-size: cover;
    background-position: center;
    cursor: pointer;
    margin: 0px 20px;
}

.home_newsbox_left {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 14%;
    min-width: 220px;
}

.home_newsbox_right {
    display: flex;
    flex-flow: column;
    width: 78%;
}

.home_newsbox_right_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.material_preview {
    width: 100%;
    min-height: 50%;
    cursor: pointer;
	background-size: cover;
}

.events_home_container {
    width: 100%;
    overflow: scroll;
}

.events_slide_container {
    display: flex;
    justify-content: space-between;
    margin-left: calc(((100% - 1640px) / 2) + 140px);
}

.events_slide_container.hp_events_container {
    margin:10px 0px;
    display:flex;
    flex-direction:row;
    justify-content: space-evenly;
}
.events_slide_container.hp_events_container div.event_card {
    width: 49%;
    margin:0 0;
    height: 600px;
}

.events_slide_container.hp_events_container label {
    color: #000;
}
.events_slide_container.hp_events_container label.latoblack {
    font-size:32px;
}
.events_slide_container.hp_events_container label.lato {
    font-size:18px;
    text-indent: 100%;
    overflow: hidden;
}

.events_slide_container.hp_events_container .event_card_down {
    height:140px;
    overflow: hidden;
}
.events_slide_container.hp_events_container .event_card_down > div {
    overflow: hidden;
    width:95%;
    height:100%;
}

#events_scroll {
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;    
    scrollbar-width: none;
}

#events_scroll::-webkit-scrollbar { 
    display: none;
}

#keywords_scroll {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

#keywords_scroll::-webkit-scrollbar { 
    display: none;
}

.event_card {
    position: relative;
    width: 520px;
    height: 440px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-right: 40px;
    flex-shrink: 0;
}

.event_card_down {
    position: absolute;
    width: 100%;
    /*height: 120px;*/
    background-color: rgba(255,255,255,0.85);
    padding: 20px;
    bottom: 0;
}

.hautenature_keywords{
	width: 100%; background-color: #f0f0f0; display: flex; flex-wrap: wrap; justify-content: space-between;
	padding: 80px 47px 0px 47px;
}

.keyword_card {
    position: relative;
    width: 330px;
    height: 305px;
    background-color: #F0F0F0;
    flex-shrink: 0; 
}

.keyword_card_image {
    width: 330px;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.keyword_name {
    color: #161414;
    font-family: 'Lato Light', sans-serif;
    font-size: 16px;
}

#ladyasira_text svg {
	fill: #A18F7A;
    stroke: none;
}

#newsletterbox{
    /* display: none; */
    position:fixed;
    bottom:30px;
    right:0px;
    background-color:#a18f7a;
    color:#fff;
    font-size:12px;
    padding:10px;
    width:40%;
    max-width: 440px;
    z-index:999;
    text-align:left;
}
    #newsletterbox.super {
        z-index: 999;
    }

#newsletterbox-title{
    width:90%;
    padding:10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}
#newsletterbox-form{
    background-color:#a18f7a;
    color:#fff;
    font-size:12px;
    display: flex;
    flex-flow: column;
    padding:10px;
}
.newsletterbox-close {
    width: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    filter: brightness(10);
    cursor: pointer;
}

.textfield_content {
    text-align:left;
    margin-bottom:30px;
    color:#777373;
}
.textfield_content .textfield {
    background-color:#a18f7a;
    color:#CFCAC3;
    font-family:'Lato Light';
}
#newsletterbox-form .line {
    background-color:#fff;
}
#newsletterbox-form .checkbox {
    border:2px #fff solid;
}
#newsletterbox-form .spaced_label{
    color:#fff;
    font-size:15px;
}
.newsletterbox-info {
    color:#CFCAC3;
    margin-bottom:20px;
    font-family:'Lato Light';
    font-size:20px;
}
#newsletterbox-form .spaced_label > a {
    color:#CFCAC3;
}

#newsletterbox-form .spaced_label > a:hover {
    color:#fff;
}
#newsletterbox .send_button_container {
    margin:10px 0;
}
#newsletterbox .send_button label {
    color:#CFCAC3;
}
#newsletterbox .textfield_content {
    color:#FFF;
}

.bottom-banner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    background-color: #000000A0;
    z-index: 1000;
}

.extrabanner-image {
    max-width: 90%;
}

.extrabanner-close-container {
    width: 600px;
    max-width: 90%;
    margin-bottom: 10px;
    display: flex;
    justify-content: right;
    align-items: flex-end;
}

.extrabanner-close {
    cursor: pointer;
    filter: brightness(2);
}

.empty_page {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_place {
    color: #777373;
    font-size: 12px;
    letter-spacing: 1px;
}

.event_name {
    color: #161414;
    font-family: 'Lato Light', sans-serif;
    font-size: 24px;
}

.events_navigator_container {
    width: 70%;
    margin-left: 30%;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.news_main_container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_card {
    position: relative;
    width: 32%;
    padding-top: 32%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 20px;
}

.news_card_down {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    padding: 30px 20px;
    bottom: 0;
}

.news_name {
    color: #161414;
    font-family: 'Lato Light', sans-serif;
    font-size: 24px;
}

.past_events_main_container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 60px;
    /*min-width: 1260px;*/
}

.past_events_card {
    position: relative;
    width: 325px;
    height: 325px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 20px;
	float:left;
}

.past_events_card_down {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    padding: 25px 20px;
    bottom: 0;
    display: flex;
    flex-flow: column;
}


.homepage_section_header {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.news_home_text {
    font-size: 15px;
    color: #777373;
}

.btn_load_more {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #A18F7A;
    letter-spacing: 2px;
    cursor: auto !important;
    width: 36px;
}

.events_page_container {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.events_page_map {
    width: 50%;
    padding-top: 37%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.events_page_slideshow_container {
    width: 50%;
}

.events_page_slideshow_inner {
    width: 80%;
    margin: auto;
}

.events_page_progressbar {
    background-color: #CFCBCB;
    height: 3px;
    width: 76%;
    margin: 0 auto;
    border: 1px white solid;
    position: relative;
}

.events_page_container_inner {
    display: flex;
    align-items: center; 
    justify-content: space-between;
}

.event_pnl_place {
    color: #A18F7A;
    font-size: 12px;
    letter-spacing: 2px;
}

.event_pnl_name {
    color: #A18F7A;
    font-size: 18px;
}

.events_page_container .btn_fullscreen_container {
    width: 60%;
    margin: 0 auto;
    text-align: right;
}

.next_events_row {
    width: 30%;
    min-width: 350px;
    max-height: 75px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    margin-right: 40px;
}

.next_events_row_date {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100px;
    background-color: #F0F0F0;
    padding: 25px 10px;
    color: #161414;
    font-family: 'Lato Light', sans-serif;
    font-size: 13px;
}

.next_events_row_date .big {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

.next_events_row_details {
    width: calc(100% - 100px);
    border-bottom: #F0F0F0 3px solid;
    padding: 10px 20px;
    color: #777373;
    font-size: 20px;
}

.rpt_next_events {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*min-height: 255px;*/
}

.rpt_next_events_selectbox {
    width: 475px;
    height: 28px;
    font-size: 20px;
    background-color: transparent;
    text-indent: 0;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 5px) 0.6em, 100% 0.6em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 6px, 5px 6px, 0px 1.5em;
    background-repeat: no-repeat;
}

.rpt_next_events_label {
    color: #161414;
    font-size: 16px;
    font-family: 'Lato Light', sans-serif;
}

.listbox_places_container {
    width: 475px;
}

.generic_subtitle {
    color: #777373;
    font-size: 12px;
    letter-spacing: 1px;
	font-weight: 400;
}

.generic_title {
    color: #443E3E;
    font-size: 24px;
}

.generic_description {
    color: #777373;
    font-size: 18px;
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
}

.generic_description2 {
    color: #777373;
    font-size: 20px;
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
}

.staff_repeater_container {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
    /*max-width: 1280px;
    min-width: 714px;*/
	width: 100%;
}
.staff_repeater_container_wrapper{
	width: 66%;
}

.staff_repeater_listbox_container {
    display: flex;
    flex-flow: column;
    /*width: 350px;*/
	width: 32%;
    padding-right: 12px;
}

.staff_selectbox {
    width: 100%;
    height: 28px;
    color: #161414;
    font-size: 20px;
    background-color: transparent;
    text-indent: 0;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 17px) 0.6em, calc(100% - 12px) 0.6em, calc(100% - 1.5em) 0.5em;
    background-size: 5px 6px, 5px 6px, 0px 1.5em;
    background-repeat: no-repeat;
}

.staff_container_with_listbox {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


.company_left_content {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    height: 100%;
}

.company_left_content .description_container {
    width: 28%;
    /* padding-top: 80px; */
    /*height: 100%;*/
    margin: auto; 
    order: 1;   
}

.company_left_content .img_container {
    width: 72%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*    padding-top: 50.4%;*/
    height: 60vh;
    order: 2;
}

.company_left_content .img_container img {
    width: 100%;
}

.company_left_content .cont_1 {
    padding-right: 40px;
}

.company_left_content .description_container2 {
    width: 41.5%;
    margin: auto;
}

.company_left_content .img_container2 {
    width: 58.5%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
/*    padding-top: 50.4%;*/
    /*height: 60vh;*/
}

.company_left_content .img_container2 img {
    width: 100%;
}

.company_left_content .cont_2 {
    padding-right: 80px;
}

.company_left_content .description_container3 {
    width: 49%;
    padding: 80px 0;
    background-color: #F0F0F0;
}

.img_container3 {
    width: 49%;
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 31.85%;
}

.img_container3 img {
    width: 100%;
}

.internal_content_hautenature1 {
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 0;
}

.cont_3 {
/*    padding: 0 140px;    
    padding-right: calc(((100% - 1640px) / 2) + 140px);*/
    width: 49%;
    padding: 120px 0;
    padding-right: 0;
    position: relative
}

.cont_3_background {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    z-index: 1;
    
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(left, #ffffff 50%, #F0F0F0 50%);
    background-image: -moz-linear-gradient(left, #ffffff 50%, #F0F0F0 50%);
    background-image: -o-linear-gradient(left, #ffffff 50%, #F0F0F0 50%);
    background-image: linear-gradient(to right, #ffffff 50%, #F0F0F0 50%);
}

.cont_3 .generic_title {
    position: relative;
    z-index: 2;
    padding-left: 120px;
}

.cont_3 .generic_description {
    position: relative;
    z-index: 2;
    padding-left: 120px;
}

.cont_3 .line {
    position: relative;
    z-index: 2;
}

.moveup {
    margin-top: -60px;
}

.company_banner_big {
    width: 100%;
    padding-top: 40.14%;
    margin: auto;
    background-image: url('../images/backgrounds/azienda/azienda-immagine5.jpg');
    background-position: center;
    background-size: cover;
}

.company_left_content .description_container4 {
    width: 40%;
    padding-top: 80px;
    background-color: #F0F0F0;
    z-index: 20;
}

.img_container4 {
    width: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 32%;
    z-index: 20;
    position: relative;
}

.img_container4 img {
    width: 100%;
    
}

.img_content4 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -60px;
    z-index: 2;
    background-position: center;
    background-size: cover;
}

.img_container5 {
    width: 90%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 38%;
    z-index: 20;
    position: relative;
}

.img_content5 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -60px;
    z-index: 2;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.cont_4_background {
    position: absolute;
    width: 85%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;    
    background-color: #F0F0F0;
}

.cont_5_background {
    position: absolute;
    width: 85%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;    
    background-color: #F0F0F0;
}

.azerocareplus_ext .cont_5_background {
    right: 0;
    left: auto;
}

.cont_5 {
/*    padding: 0 140px;    
    padding-right: calc(((100% - 1640px) / 2) + 140px);*/
    width: 49%;
    padding: 120px 0;
    padding-right: 0;
    position: relative
}

.cont_5 .generic_description {
    position: relative;
    z-index: 2;
    padding-right: 120px;
    font-size: 15px;
    line-height: 16px;
}

.azerocareplus_ext .cont_5 {
    padding-top: 60px;
}

.azerocareplus_ext .cont_5 .tech_s1_title_p2,
.azerocareplus_ext .cont_5 .generic_description {
    padding: 0 80px;
}

.company_left_content .cont_4 {
    padding: 0 40px;
}

.company_special_background {
    position: absolute;
    width: calc(100% - 120px);
    height: 100%;
    top: 60px;
    left: 120px;
    background: #F0F0F0;
    z-index: 1;
}

.company_blackbox {
    background-color: #161414;
    color: white;
    font-size: 28px;
    padding: 80px 0;
    margin-bottom: 80px;
}

.company_blackbox video {
    width: 100%;
    height: auto;
}

.youtube_embed_container {
    position: relative;
    padding-top: 42.85%; /* 21:9 */
}

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

.company_box {
    padding: 80px 15%;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.img_container_half {
    width: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*padding-top: 37.5%;*/
    /*height: 60vh;*/
}

.company_box_slide_container {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.company_slide_container {
    width: 50%;
    padding: 0 60px;
    /*min-width: 700px;*/
    height: 60vh;
}

.slide_container_verticalflex {
    display: flex;
    flex-flow: column;
    height: 60vh;
    justify-content: center;
}

.company_card {
    width: 32%;
    cursor: pointer;
	text-decoration: none;
}

.company_card_image {
    width: 100%;
    padding-top: 123%;
    margin-bottom: 40px;
    background-position: center;
    background-size: cover;
}

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

.company_card label {
	cursor: pointer !important;
}

.history_chronostory_container {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.history_chronostory_left {
    float: left;
    width: 50%;
    position: relative;
}

.history_chronostory_right {
    float: right;
    width: 50%;
    position: relative;
}

.history_year {
    color: #443E3E;
    font-size: 24px;
    width: calc(100% + 1px);
    padding-bottom: 40px;
    border-right: 2px #A18F7A solid;
}

.history_box_right .history_year {
    padding-left: 100px;
    margin-left: -1px;
    border-right: none;
    border-left: 2px #A18F7A solid;
}

.history_line_container {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin: 0;
    width: calc(100% + 6px);
}

.history_box_right .history_line_container {
    flex-flow: row-reverse;
    margin-left: -6px;
}

.history_line {
    width: 100%;
    height: 1px;
    background-color: #CFCBCB;
}

.history_dot {
    position: absolute;
    right: 0;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background-color: #A18F7A;
    z-index: 1;
}

.history_box_right .history_dot {
    right: auto;
    left: 0;
}

.history_description {
    color: #777373;
    font-family: nimbus-sans,sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    padding: 40px 160px 40px 0px;
    width: calc(100% + 1px);
    border-right: 2px #A18F7A solid;
}

.history_box_right .history_description {
    padding: 40px 0px 40px 100px;
    margin-left: -1px;
    border-left: 2px #A18F7A solid;
    border-right: none;
}

.history_smalltext {
    font-size: 15px;
}

.history_noborder {
    border: none !important;
}

.history_boximage_container {
    width: 100%;
    padding-left: 100px;
    margin-left: -1px;
}

.history_box .history_boximage_container {
	width: calc(100% + 160px);
	padding-left: 0px;
    padding-right: 100px;
    margin-left: 1px;
	margin-top: 40px;
}

.history_box_right .history_boximage_container {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 40px;
}

.history_boximage {
    width: 100%;
    margin: 0;
    padding-top: 66.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.history_box_beige_background .history_boximage_container {
    border: none;
}

.history_box_beige_background .history_boximage {
    width: calc(75% - 2px);
    margin-top: -25%;
    padding-top: 50%;
    position: absolute;
}

.history_box_right .history_box_beige_background .history_boximage {
	margin-left: 100px;
}

.history_box_beige_background {
    position: relative;
    background-color: #F0F0F0;
    width: calc(100% + 1px);
    height: 280px;
}

.history_box_right .history_box_beige_background {
    margin-left: -1px;
    margin-top: 160px;
}

.history_box .history_box_beige_background {
    width: calc(100% + 160px);
    left: 0;
    margin-top: 210px;
}

.history_box_right .history_box_beige_background {
	width: calc(100% + 100px);
	left: -99px;
    margin-top: 210px;
}

.history_box {
	width: 50%;
    align-self: flex-start;
}

.history_box_right {
    align-self: flex-end;
}

.news_detail_left_column {
    width: 30%;
}

.news_detail_right_column {
    width: 60%;
    -webkit-columns: 280px 2;
    -moz-columns: 280px 2;
    columns: 280px 2;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}


.privacy_text {
	color: #777373;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 80px;
	font-family: 'Lato Light', sans-serif;
}
.pTitle1{
	margin-bottom: 20px;
	font-family: 'Lato Bold', sans-serif;
}
.pTitle{
	margin-top: 15px;
	font-family: 'Lato Bold', sans-serif;
}

.popupPrivacy{
	position: fixed; left: 0px; top:0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
	z-index: 999; display: none;
}
.popupPrivacyContent{
	position: fixed; width: 80%; height: 80%; left: 10%; top: 10%; background-color: #ffffff; color: #777373; 
	padding: 20px; font-family: 'Lato Light', sans-serif;
}
.popupPrivacyText{
	width: 100%; height: 100%; padding-bottom: 20px; overflow-y: scroll;
}
.popupPrivacyClose{
	position: absolute; left: 0px; bottom: 0px; width: 100%; padding: 5px; text-align: center; padding-bottom: 5px; background-color: #ffffff;
}

.new {
    width: 14% !important;
    position: absolute !important;
    z-index: 1;
    top: 10px;
    left: 10px;
}

.exclusive {
    width: 14% !important;
    position: absolute !important;
    z-index: 1;
    top: 10px;
    right: 10px;
}

.exclusive_alt {
	width: 8%;
    vertical-align: middle;
}

.filtro_textures{
	width: 100%;
	margin-bottom: 20px;
}
.filtro_textures_minimized {
    position: fixed;
    width: 100%;
    height: unset;
    top: 100px;
    left: 0;
    z-index: 10;
    padding: 30px 140px;
    background: #F0F0F0;
    -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);
	
	
}
.filtro_textures_label{
	color: #777373; font-size: 20px;
}
.filtro_texture_list{
	margin-top: 19px;  flex-wrap: wrap; justify-content: space-between;
}
.filtro_texture_item{
	margin-bottom: 25px; cursor: pointer; float: left; margin-right: 25px; height: 105px; border: 3px solid transparent;
}
.filtro_texture_item span{
	color:#777373; font-size: 15px; text-decoration: none;
}
.filtro_texture_itemsel{
	margin-bottom: 25px; cursor: pointer;  float: left; margin-right: 25px; height: 105px;
}
.filtro_texture_itemsel img{
	border: 3px solid #000000;
}
.filtro_texture_itemsel span{
	color:#161414; font-size: 15px; text-decoration: none;
}
.filtro_texture_selname{
	color:#161414; font-size: 15px; text-decoration: none; font-size: 20px;
}

.filtro_textures_spacer{
	flex-grow: 1; height: 20px; width: 1px;
}

.cookieTable{
	border-collapse: collapse;
}
.cookieTable td{
	border: 1px solid #777373; padding: 5px;
}

#logo_container{
    width:100%;
    min-height:318px;
    background:#000;
    color:white;
    font-size:12px;
    text-transform: uppercase;
    display: flex;
}

.logo_container_content {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.images_logo_container {
    justify-content: space-evenly;
    display: flex;
    flex-direction:row;
    width: 90%;
    margin: 20px auto;
}

.images_logo_container > div {
    margin: 0 2%;
    display: flex;
    flex-direction:row;
    width: 90%;
    justify-content: space-between;
}

.images_logo_container > div img {
    height: 53px;
}

.extrasmall {
    font-size: 11px;
}

#info_material_box {
    width: 100%;
    height: 640px;
}

.info_container {
    margin:0 15px;
}

.info_container > div.first-child {
    margin-right: 7px;
}
.info_container > div.last-child {
    margin-left: 7px;
}

.info_card {
    position: relative;
    float:left;
    height: 640px;
    width: 930px;
}

.info_card_down {
    position: absolute;
    width: 100%;
    background-color: rgba(255,255,255,0.95);
    padding: 20px;
    bottom: 0;
}

.info-title {
    color:balck;
    font-size: 32px;
}

.info_description {
    color:black;
    font-size: 18px;
}

#info_material_box div {
    background-image: url('../images/news_preview.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


  
i.right-arrow-black {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
i.right-arrow-white {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
i.left-arrow-white {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}
i.arrow-up-white {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  i.arrow-down-white {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
    
  i.arrow-down-brown {
    border: solid #a18f7a;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  
.events_slide_container.hp_events_container i {
    position: absolute;
    right: 5%;
    top: 50%;
}

.blacklink {
    color: #161414;
    font-size: 12px;
    margin-bottom: 5px;
}



.slide-effect{
    height: 0;
    overflow: hidden;
    background-image: url('../images/linea-bianca.png');
    background-repeat: no-repeat;
    background-position: right center;
   -moz-animation: slide 0.2s ease-out 2s forwards;
   -webkit-animation: slide 0.2s ease-out 2s forwards;
   -o-animation: slide 0.2s ease-out 2s forwards;
   -ms-animation: slide 0.2s ease-out 2s forwards;
    animation: slide 0.2s ease-out 2s forwards;
}

.home_technologies_title{
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

@-moz-keyframes slide /* Firefox */
{
from {height: 0;}
to {height: 30px;}
}

@-webkit-keyframes slide /* Safari and Chrome */
{
from {height: 0;}
to {height: 30px;}
}

@-o-keyframes slide /* Opera */
{
    from {height: 0;}
    to {height: 30px;}
}

@-ms-keyframes slide /* IE10 */
{
from {height: 0;}
to {height: 30px;}
}

@keyframes slide
{
from {height: 0;}
to {height: 30px;}
}



.fade-in {

 /*
    animation: fadeIn 1s ease 3.5s forwards;
    -webkit-animation: fadeIn 1s ease 3.5s forwards;
    -moz-animation: fadeIn 1s ease 3.5s forwards;
    -o-animation: fadeIn 1s ease 3.5s forwards;
    -ms-animation: fadeIn 1s ease 3.5s forwards;*/
  }

  @keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-moz-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-o-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  
  @-ms-keyframes fadeIn {
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
  }
}
@keyframes fade {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes slideRight {
    0% {
        transform: translateX(-150%);
    }

    100% {
        transform: translateX(0%);
    }   
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(-150%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

.download_cond_pdf{
    background: url('../images/ico-download.png') left center no-repeat; 
    padding: 20px 0px 20px 40px; text-decoration: underline;
}

.vademecum-link{
    display: flex; align-items: center;
}
.vademecum-link img{
    margin-left: 10px;
}

.text-animated{
    text-transform: uppercase; color: white; position: absolute; width: 100%; text-align: center; bottom: -5px;
    font-size: 14px; overflow: hidden;
}
.text-animatet-pos2{
    position: absolute;
    left: 50%;
    top: 480px;
    width: 200px;
    transform: translate(-50%, 0px);
}
.az_subtitle{
    position: absolute;
    left: 0px;
    top: 500px;
    width: 100%; 
    text-align: center; color: #ffffff; letter-spacing: 1px;
}
.azc_subtitle{
    position: absolute;
    left: 0px;
    top: 505px;
    width: 100%; 
    text-align: center; color: #ffffff; letter-spacing: 1px;
}

#more_info{
    position: fixed;
    top: 40%;
    right: -109px;
    background-color: #a18f7a;
    color: #fff;
    font-size: 15px;
    width: 280px;
    z-index: 999;
    text-align: right;
    text-decoration: none;
    transform: rotate(270deg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
}

#more_info-mobile {
    display: none;
}

#more_info-title{
    width:100%;
    padding:10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
}

.masonry-with-columns {
    width: 100%;
    margin: 35px 0;
    padding: 0 150px;
    columns: 3 200px;
    column-gap: 35px;
}

.masonry-column-main {
    position: relative;
}

.masonry-column {
    width: 100%;
    margin: 0 35px 35px 0;
    display: inline-block;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.masonry-column-label {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    font-size: 24px;
    text-transform: uppercase;
    background-color: #FFFFFFA0;
    opacity: 0;
    cursor: pointer;

    -webkit-transition: opacity 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

.masonry-column-main:hover .masonry-column-label {
    opacity: 1;
}

.v2023-container-fullwidth {
    margin-bottom: 88px;
    display: flex;
}

.v2023-container-fullwidth.special {
    margin-top: 150px;
    position: relative;
    justify-content: flex-end;
    background: linear-gradient( to right, #FFFFFF 0%, #FFFFFF 15%, #F0F0F0 15%, #F0F0F0 100% );
}

.v2023-doublecontainer-content {
    width: 45%;
    padding-right: 50px;
    padding-left: 140px;
}

.v2023-container-fullwidth.special .v2023-doublecontainer-content {
    width: 52%;
    padding: 70px 80px;
    position: relative;
}

.v2023-doublecontainer-image {
    width: 55%;
    align-self: stretch;
    min-height: 440px;
    background-color: black;
    background-image: url('../images/logo-antolini-bianco.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.v2023-container-fullwidth.special .v2023-doublecontainer-image {
    width: 48%;
    min-height: 520px;
    position: absolute;
    top: -80px;
    left: 0;
}

.v2023-title {
    margin-bottom: 18px;
    color: #161414;
    font-family: 'Lato Semibold';
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 1.4px;
}

.v2023-doublecontainer-content-text {
    margin-top: 60px;
    color: #777373;
    font-family: nimbus-sans,sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.9px;
}

.v2023-thinline {
    width: 100vw;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #CFCAC3;
    z-index: -1;
}

.v2023-container-fullwidth.special .v2023-thinline {
    width: calc(100% - 5px);
    left: 5px;
    z-index: unset;
}

.v2023-button {
    width: fit-content;
    padding: 12px 40px;
    color: #FFFFFF;
    font-family: 'Lato Semibold';
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.75px;
    text-decoration: none;
    background-color: #A18F7A;
    cursor: pointer;
}

.v2023-button.geofamilies-page {
    margin: 20px 0 20px auto;
}

.v2023-textblock {
    max-width: 905px;
    margin: auto;
    margin-bottom: 55px;
    transition: height 0.5s ease-in-out;
}

.v2023-textblock.hidden {
    height: 0;
}

.v2023-iframe-container {
    height: 32.577vw;
}

.v2023-iframe-container iframe {
    width: 90%;
    margin: 0 5%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.v2023-subtitle,
.v2023-textblock h3 {
    margin-bottom: 18px;
    color: #161414;
    font-family: 'Lato Semibold';
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
}

.v2023-text,
.v2023-textblock,
.v2023-textblock p,
.v2023-textblock h2,
.v2023-pblock {
    color: #777373;
    font-family: nimbus-sans,sans-serif;
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.75px;
}

.v2023-container-fullwidth.special .v2023-text {
    margin-top: 60px;
}

.v2023-carousel {
    /* height: 48vw; */
    padding: 20px 0;
    display: flex;
    position: relative;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.v2023-carousel::-webkit-scrollbar {
    display: none;
}

.v2023-carousel-scrollable {
    display: flex;
    overflow: scroll;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.v2023-carousel-scrollable::-webkit-scrollbar {
    display: none;
}

.v2023-scrollable-header {
    display: flex;
}

.v2023-carousel-block {
    margin-right: 4px;
}

.v2023-carousel-block:last-of-type {
    margin-right: 0;
}

.v2023-carousel-image {
    width: 66.25vw;
    height: 480px;
    background-position: center;
    background-size: cover;
}

.v2023-blocktitle {
    color: #777373;
    font-family: 'Lato Bold';
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 1.4px;
    text-align: center;
    text-transform: uppercase;
}

.v2023-progressbar {
    width: 30vw;
    height: 1px;
    margin: 70px auto;
    position: relative;
    background-color: #CFCAC3;
}

.v2023-progressbar-dot {
    height: 4px;
    position: absolute;
    top: -2px;
    background-color: #A18F7A;
    transition: width 100ms;
}

.v2023-toolbar {
    width: fit-content;
    margin-top: 10px;
    align-items: center;
    line-height: 30px;
}

.v2023-puzzle {
    max-width: 905px;
    margin: auto;
    display: grid;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
}

.v2023-puzzle-left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.v2023-puzzle-right {
    margin-top: 80px;
}

.v2023-puzzletile {
    margin-bottom: 80px;
}

.v2023-puzzletile:last-child {
    margin-bottom: 0;
}

.v2023-puzzletile.landscape {
    width: 120%;
}

.v2023-puzzletile img {
    width: 100%;
}

.v2023-geofamilies-grid {
    display: grid;
    grid-template-columns: 31% 31% 31%;
    justify-content: space-between;
    row-gap: 60px;
}

.v2023-geofamily-tile {
    text-decoration: none;
    cursor: pointer;
}

.v2023-geofamily-tile-image {
    width: 100%;
    height: 200px;
    background-color: black;
    background-image: url('../images/logo-antolini-bianco.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.v2023-navigator {
    width: 6vw;
    max-width: 60px;
    height: 6vw;
    max-height: 60px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 15px;
    background-color: #FFFFFF;
    background-image: url('../images/freccia_su.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 2.5vw;
    transform: rotate(270deg);

    opacity: 0.5;
    transition: opacity 0.2s linear;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
}

.v2023-navigator:hover {
    opacity: 0.7;
}

.v2023-navigator.forward {
    right: 15px;
    left: unset;
    transform: rotate(90deg);
}

.v2023-exhibitions-repeater {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    row-gap: 20px;
    justify-content: space-between;
}

.v2023-exhibition-box {
    background-color: #FFFFFF;
    text-decoration: none;
}

.v2023-exhibition-cover {
    width: 100%;
    height: 16.618vw;
    background-color: black;
    background-image: url('../images/logo-antolini-bianco.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.v2023-exhibition-box-content {
    padding: 19px;
}

.v2023-exhibition-box-title {
    color: #161414;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.v2023-exhibition-box-row {
    margin: 10px 0;
    display: flex;
    align-items: center;
    color: #777373;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
}

.v2023-exhibition-box-row svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
}

.v2023-exhibition-box-row.flag svg {
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.v2023-exhibition-incipit-row {
    margin: 10px 0;
    display: flex;
    align-items: center;
    color: #777373;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.9px;
}

.v2023-exhibition-incipit-row svg {
    width: 26px;
    height: 28px;
    margin-right: 12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.v2023-exhibition-incipit-row.flag svg {
    height: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.v2023-textblock .slide_container_verticalflex {
    height: unset;
}

.v2023-textblock .events_page_container_inner {
    flex-direction: column;
    align-items: normal;
}

.v2023-textblock .news_slide_container {
    margin: 0;
    margin-bottom: 30px;
}

.v2023-textblock .flex.coll_spotl_01 {
    width: 70%;
    margin: auto;
}

.v2023-textlink {
    color: #A18F7A;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.v2023-textlink svg {
    fill: #A18F7A;
}

.v2023-textlink.open svg {
    transform: rotate(0) !important;
}

.v2023-revertonmobile {
    display: flex;
    flex-direction: column;
}

.v2023-geofamily-material-spotlight {
    text-align: center;
}

.v2023-geofamily-material-spotlight a {
    color: #777373;
    font-family: 'Lato Bold';
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    letter-spacing: 2.75px;
    text-decoration: none;
}

.letter-animated{
    display: inline-block; padding: 0px 2px;
}

.collection_banner_link{
    text-decoration: none;
}
.azplus_banner_home{
    background: url('../images/tech/banner-tech-home.jpg') center center;
    background-size: cover;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: 500px; text-decoration: none; color: #ffffff;
}
.azplus_home_logo{
    height: 50px;
}
.azplus_home_p1{
    font-size: 13px;
    letter-spacing: 5px;
    padding-top: 30px;
    text-transform: uppercase;
}
.azplus_home_p2{
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 5px;
}
.azplus_home_p3{
    font-size: 12px;
    letter-spacing: 3px;
    padding-top: 30px;
    text-transform: uppercase;
}
.home_box_tecnologia{
    margin-bottom: 10px;
}

.amd_banner_fs{
    text-align:center; background-color: #efefef; width: 100%; max-width: 100%;  position: relative;
    background-image: url('../images/milanoduomo/bg_banner.jpg'); background-position: center center; background-size: cover; background-repeat: no-repeat;
    overflow: hidden; display: flex;
}
.amd_banner_fs_img{
    /* height: 320px; position: absolute; top:0px; left:50%; transform: translate(-50%, 0); */ width: 100%; cursor: pointer;
}
.amd_banner_fs_bg1{
    background-color: #ededed; position: absolute; left: 0px; bottom: 0px; height: 184px; width: 50%;
}
.amd_banner_fs_bg2{
    background-color: #f8f8f8; position: absolute; right: 0px; bottom: 0px; height: 184px; width: 50%;
}
.amd_banner_fs_bg3{
    background: rgb(188,112,96); background: linear-gradient(0deg, rgba(188,112,96,1) 0%, rgba(205,128,113,1) 100%); 
    position: absolute; right: 0px; top: 65px; height: 55px; width: calc(50% + 240px);
}
.amd_banner_label {
    position: absolute;
    color: white;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    bottom: 12%;
}

.contact_panel h3 {
    width: 100%;
    text-align: center;
}

.contact_panel .text-area {
    width: 100%;
    margin: 20px auto 60px auto;
    padding: 0 25%;
    text-align: center;
}

#bannerMarmomaccHome{
    height: 300px; width: 100%; background-image: url('../images/marmomacc_home.jpg'); background-size: cover; background-position: right; margin-top: 10px;
}

#bannerKbis2023{
    text-align: center; background-color: #2f2145; margin-top: 10px; width: 100%; overflow: hidden; display: flex; justify-content: center;
}
#bannerKbis2023 .boxkbis2023{
    width: 100%; position: relative;
}
#bannerKbis2023 img{
    width: 100%; max-width: 1250px; display: block; margin: auto;
}
#kbis2023countdown{
    position: absolute; bottom: 30px; left: 120px; color: #ffffff; font-size: 30px; font-weight: bold; 
}
.kbis2023banner {
    width: 100%;
    height: 550px;
    background-image: url(/frontend/assets/images/Banner_Coverings_2023_1920x550px.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1640px) {
    .margin_calc {
        margin-left: 140px;
    }
    
    .cover {
        margin-left: 140px;
    }
    
    .events_slide_container {
        margin-left: 140px;
    }
    
    .company_left_content .cont_3 {
        padding: 0 140px;
    }
}

@media screen and (max-width: 1570px) {
	.keyword_card {
		width: 270px; height: 255px;
	}

	.keyword_card_image {
		width: 270px; height: 170px;
	}
}

@media screen and (max-width:1500px){
    #bannerMarmomaccHome{
        height: 200px;
    }
}

@media screen and (max-width: 1480px) {
    .moveup {
        margin-top: 0;
    }
}

@media screen and (max-width: 1400px) {
	.keyword_card {
		width: 230px; height: 210px;
	}

	.keyword_card_image {
		width: 230px; height: 140px;
	}
}

@media screen and (max-width: 1280px) {
    .left_content {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .main_container {
        width: 100%;
    }
	
    .staff_main_container{
            width: 100%;
    }
    
    .moveup {
        margin-top: 40px;
    }
    
    .company_left_content .description_container {
        padding-top: 40px;
    }
    
    .company_left_content .cont_3 {
        padding-left: 80px;
    }
    
    .company_left_content .description_container4 {
        padding-top: 40px;
    }
    
    .company_left_content .img_container {
        height: 80vh;
    }
    
    .company_left_content .img_container2 {
        height: 80vh;
    }
}

@media screen and (max-width:1250px){
    .kbis2023banner {
        height: 400px;
        background-image: url(/frontend/assets/images/Banner_Coverings_2023_1000x550px.jpg);
    }
}

@media screen and (max-width: 1200px) {
	.keyword_card {
		width: 330px; height: 305px;
	}

	.keyword_card_image {
		width: 330px; height: 200px;
	}
}

@media screen and (max-width: 1140px) {
    .main_container {
        min-width: unset;
    }
    
    .material_card .img {
        min-width: 420px;
        /*height: 300px;*/
    }
    
    .catalogue_header {
        flex-wrap: wrap;
    }
	
	.businesscard{
		width: 49%;
	}
	.staff_repeater_listbox_container{
		width: 49%;
	}
	.staff_container_with_listbox{
		display: block;
	}
}

@media screen and (max-width: 1080px){
    .v2023-puzzletile.landscape {
        width: 110%;
    }
}

@media screen and (max-width: 1024px){
    #bannerMarmomaccHome{
        height: 150px;
    }

    .v2023-revertonmobile {
        flex-direction: column-reverse;
    }    

    .v2023-progressbar-container {
        margin: 30px 20px;
    }

    .text-animatet-pos2{
        top: 320px;
    }
    .az_subtitle{
        top: 340px;
    }
    .azc_subtitle{
        top: 345px;
    }
    #more_info{
        display: none;
    }

    #more_info-mobile {
        width: 350px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: -135px;
        bottom: 1%;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 3px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #a18f7a;
        transform: rotate(315deg);
        z-index: 1000;
    }

    #newsletterbox{
        max-width: unset;
    }

    .v2023-container-fullwidth {
        margin: 50px 0;
        flex-direction: column-reverse;
    }

    .v2023-doublecontainer-content {
        width: calc(100% - 40px);
        margin: auto;
        padding: 0;
        padding-top: 30px;
    }

    .v2023-doublecontainer-content-text {
        margin-top: 0;
    }

    .v2023-textblock {
        width: calc(100% - 40px);
        max-width: unset;
        margin-bottom: 50px;
    }

    .v2023-textblock.v2023-iframe-container {
        width: 100%;
        max-width: unset;
        height: 62vw;
        margin-bottom: 50px;
    }

    .v2023-iframe-container iframe {
        width: 100%;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    
    .v2023-carousel {
        padding: 0;
    }

    .v2023-carousel-image {
        width: 86.155vw;
        height: 45.642vw;
    }

    .v2023-progressbar {
        width: calc(100% - 40px);
        margin: 70px auto;
    }

    .v2023-container-fullwidth.special {
        margin-top: 40px;
        flex-direction: column;
        background: #FFFFFF;
    }

    .v2023-doublecontainer-image {
        width: 100%;
        height: 87.694vw;
        min-height: unset;
        max-height: 450px;
        position: relative;
        top: unset;
        left: unset;
    }

    .v2023-container-fullwidth.special .v2023-doublecontainer-image {
        width: calc(100% - 40px);
        margin: auto;
        margin-bottom: 20px;
        position: relative;
        top: unset;
        left: unset;
    }

    .v2023-container-fullwidth.special .v2023-doublecontainer-content {
        width: 100%;
        padding: 28px 20px;
        background-color: #F0F0F0;
    }

    .v2023-container-fullwidth.special .v2023-text {
        margin-top: 0;
    }

    .v2023-puzzle {
        width: calc(100% - 40px);
        max-width: unset;
        display: block;
    }

    .v2023-puzzletile {
        margin-bottom: 35px;
    }

    .v2023-puzzletile.landscape {
        width: 100%;
    }

    .v2023-puzzle-right {
        margin-top: 35px;
    }

    .contactus_form.contact_panel.geofamily_page_ext {
        width: calc(100% - 40px);
        padding: 50px 0;
    }
}

@media screen and (max-width: 900px){
    .amd_banner_fs {
        /* height: 250px; */
    }

    .amd_banner_fs_img{
        /* height: 250px; */
    }

    .v2023-exhibitions-repeater {
        grid-template-columns: 48% 48%;
    }

    .v2023-exhibition-cover {
        height: 26vw;
    }
}

@media screen and (max-width: 830px){
    #newsletterbox{
        width:50%;
    }
    
    .v2023-geofamilies-grid {
        grid-template-columns: 47% 47%;
    }

    .v2023-geofamily-tile-image {
        height: 30vw;
    }
}

@media screen and (max-width: 800px) {
    #bannerKbis2023{
        justify-content: flex-start;
    }
    #bannerKbis2023 img{
        width: 800px;
    }
    #kbis2023countdown{
        bottom: 10px; left: 75px; font-size: 25px; 
    }
    .kbis2023banner {
        height: 240px;
    }

	.keyword_card {
		width: 100%; height: 305px;
	}

	.keyword_card_image {
		width: 100%; height: 200px;
	}
}

@media screen and (max-width: 650px){
    .amd_banner_fs{
        /* height: 200px; */
    }
    .amd_banner_fs_img{
        /* height: 200px; */
    }
    .amd_banner_fs_bg1, .amd_banner_fs_bg2{
        height: 115px;
    }
    .amd_banner_fs_bg3{
        top: 43px; height: 32px; width: calc(50% + 140px);
    }

    #newsletterbox{
        width:65%;
    }
    
    .v2023-geofamilies-grid {
        grid-template-columns: 100%;
    }

    .v2023-geofamily-tile-image {
        height: 50vw;
    }
}

@media screen and (max-width: 560px){
    .amd_banner_fs {
        /* height: 160px; */
    }

    .amd_banner_fs_img{
        /* height: 160px; */
    }
    
    .v2023-navigator {
        display: none;
    }

    .v2023-exhibitions-repeater {
        grid-template-columns: 100%;
    }

    .v2023-exhibition-cover {
        height: 50vw;
    }
}

@media screen and (max-width: 500px){
    #bannerMarmomaccHome{
        height: 100px;
    }

    .text-animatet-pos2{
        top: 140px;
    }
    .az_subtitle{
        top: 160px; font-size: 12px;
    }
    .azc_subtitle{
        top: 165px; font-size: 12px;
    }

    #newsletterbox {
        width: 350px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        right: -135px;
        bottom: 1%;
        color: #fff;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 3px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #a18f7a;
        transform: rotate(315deg);
        z-index: 1000;
    }

    #newsletterbox {
        width: 250px;
        height: 80px;
        right: -65px;
        bottom: 20px;
    }

    #newsletterbox-form {
        width: 90vw;
        padding: 20px;
        position: absolute;
        top: -34vw;
        transform: rotate(45deg) translate(-20vw);
    }
}

@media screen and (max-width: 440px){
    .amd_banner_fs {
        /* height: 130px; */
    }

    .amd_banner_fs_img{
        /* height: 130px; */
    }    
}

@media screen and (max-width: 400px){
    #newsletterbox-form {
        width: 101vw;
        top: -35vw;
        transform: rotate(45deg) translateX(-77px) translateY(7vw);
    }

    #newsletterbox-form .spaced_label {
        font-size: 11px;
        line-height: 12px;
    }
}

@media screen and (max-width:385px){
    #bannerKbis2023 img{
        width: 600px;
    }
}
