.visible-auth-no {
    display: none;
}
.visible-auth-yes {
    display: none;
}
body.auth-no .visible-auth-no {
    display: block;
}
body.auth-yes .visible-auth-yes {
    display: block;
}

.visible-it, .visible-en {
	display: none;
}

body.it .visible-it {
    display: block;
}
body.en .visible-en {
    display: block;
}

/* nascondi punti 
#fidelitybox { display: none; }
*/

/* switch logo per pagine con slider */

.primary-logo img {
	display: none;
}

.primary-logo {
	height: 60px;
	position: relative;
	top: 10px;
	background-size: contain;
	background-image: url(/custom/img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	max-width: 200px;
	margin: 0 auto;
}

#header.menu-transparent-dark .primary-logo {
	background-image: url(/custom/img/logo-black.png);
}

@media (min-width:1200px) {
	.primary-logo {
		background-position: left center;
	}
}

/*
#age-popup {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	background-image: url('/custom/img/age-popup-bg.jpg');
}
*/

/* layout categoria e prodotti invertito per foto con fondo bianco

#layout-category {
	background-color: #F5F5F5;
}

#product-list .bg-lightgrey {
	background-color: #FFF;
}


#layout-product .bg-newlightgrey {
	background-color: #FFF;
}

#layout-product .bg-lightgrey {
	background-color: #FFF;
}

#layout-product {
	background-color: #F5F5F5;
}

#layout-product #header {
	background-color: #F5F5F5;
}

#layout-product .wrap-ls-product {
	border-right:1px solid rgba(165,165,165,0.2);
}


*/

/* colore principale */

::selection {
    background-color: #ED1C25;
    color: #FFF;
}

#header .menu > ul > li > a:after {
	border-bottom: 0px solid #ED1C25;
}

#header .menu a:hover, #header .menu a:focus {
	color: #ED1C25;
	text-decoration: none;
}

#header.menu-transparent-dark .menu a:hover, #header.menu-transparent-dark .menu a:focus {
        color: #ED1C25;
    }

.text-primary {
    color:#ED1C25
}

a {
    color: #333333;
    text-decoration:none
}

a:hover, a:focus {
    color: #ED1C25;
}

.btn-primary {
    color: #ED1C25;
    background-color: #FFF;
    border-color:#ED1C25
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #ED1C25;
    border-color:#ED1C25
}

.btn-primary:hover {
    color: #fff;
    background-color: #ED1C25;
    border-color:#ED1C25
}

.btn-link {
    color: #ED1C25;
}
.btn-link:hover, .btn-link:focus {
    color: #ED1C25;
}

.menu-top .btn-small:hover, .menu-top .text-btn-small:hover {
		color: #ED1C25;
	}

 .menu-top .dropdown-menu > li > a:hover, .menu-top .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #ED1C25;
        background-color: transparent;
    }

.primary-nav a {
    color: #FFF;
}

    .primary-nav a:hover, .primary-nav a:focus {
        color: #ED1C25;
        text-decoration: none;
    }

#footer .btn-dark:hover, #footer .btn-dark:focus, #footer .btn-dark:active, #footer .btn-dark.active {
	color: #FFF;
	background-color: #ED1C25;
	border-color: #ED1C25;
}

#footer a, #footer-bottom a {
    color: #FFF;
}

#footer a:hover, #footer a:focus, #footer-bottom a:hover, #footer-bottom a:focus {
    color: #ED1C25;
}

.product-view-tabs .nav-pills > li > a:after {
    border-bottom: 0px solid #ED1C25;
}

/* fine colore principale */

/* prodotti con foto cover 
#layout-product #header { background-color: #FFF; }
@media (min-width:992px) {
	#layout-product .ls-fullheight { top: 132px; }
}
fine prodotti con foto cover */


/* elenco prodotti con  blocco testo sulla foto

#layout-category[data-id='8'] #product-list .product-item > a {
	display: block;
	position: relative;
}
#layout-category[data-id='8'] #product-list .product-item .product-text-wrap {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	white-space: nowrap;
	background-color: rgba(0,0,0,0.4);
	padding-bottom: 40px;
}

#layout-category[data-id='8'] #product-list .product-item .product-text-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

#layout-category[data-id='8'] #product-list .product-item .product-text {
	display: inline-block;
	vertical-align: bottom;
	width:100%;
	white-space: normal;
	color: #fff;
}

#layout-category[data-id='8'] #product-list .product-item .product-text .h3, #layout-category[data-id='8'] #product-list .product-item .product-text .text-black {
	color: #fff;
}

#layout-category[data-id='8'] #product-list .product-item .product-text .text-primary {
	color: #aaa;
	margin-top: 5px;
}

#layout-category[data-id='8'] #product-list .product-item .product-text img {
	opacity: .4;
}
fine elenco prodotti con  blocco testo sulla foto */

/* testo fattura obbligatoria italia
#layout-checkout-complete #invoicerequired-text:before {
	content: "Se è un acquisto personale inserire il proprio nome e cognome nel campo 'Ragione Sociale'";
	display: block;
	padding-left: 10px;
}
*/



html {
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  overflow-y: visible;
  position: relative;
  height: unset;
}

html, body {
  overflow-x: hidden;
  margin: 0;
}


body { 
    font-family: 'Arsenal', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #191919;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Prata', serif;
}

.btn { border-radius: 30px; }

.btn-light {
    border-radius: 0;
    font-size: 20px;
    font-style: italic;
    padding: 10px;
    letter-spacing: 0px;
    border: none;
    border-bottom: 1px solid #FFF;
}

.btn-light, .btn-light:visited {
    color: #FFFFFF;
    background-color: transparent;
    border-color: #FFFFFF;
}

.btn-light:focus, .btn-light:hover, .btn-light:active, .btn-light.active {
    color: #ED1C25;
    background-color: transparent;
    border-color: #ED1C25;
}

.btn-primary {
    color: #000;
    background-color: #FFF;
    border-color: #FFF
}

.btn-primary:focus, .btn-primary.focus {
    color: #000;
    background-color: #FFF;
    border-color: #FFF
}

.btn-primary:hover {
    color: #FFF;
    background-color: #000;
    border-color: #FFF
}

.bg-lightgrey { background-color: #FEFBFB; }
.bg-black { background-color: #191919; }
.bg-brown { background-color: #817B70; }

.bg-black.text-white h1, .bg-black.text-white .h1, .bg-black.text-white h2, .bg-black.text-white .h2, .bg-black.text-white h3, .bg-black.text-white .h3, .bg-black.text-white h4, .bg-black.text-white .h4, .bg-black.text-white h5, .bg-black.text-white .h5, .bg-black.text-white h6, .bg-black.text-white .h6 { color: #FFF; }

.text-title { font-family: 'Prata', serif; }
.text-body { font-family: 'Arsenal', sans-serif; }

#header .menu li a { text-transform: uppercase; font-weight: 700; }
#header .menu li.active a { color:#ED1C25; }
/*#header .menu li a { text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); }*/


.wrap-ls-slider-page { position: relative; width: 90%; left: 5%; }

.wrap-ls-slider-page .lSSlideOuter .lSPager.lSpg { position:relative; }
.wrap-ls-slider-page { position: relative; width: 200%; left: -50%; }

#layout-product[data-parent-id="10"] .bc-image { background-color: #817B70; color: #FFF; }

#layout-product[data-parent-id="10"] #product-description hr { margin-top: 5px; margin-bottom: 15px; }
#layout-product[data-parent-id="10"] .wrap-product-description h3 { margin: 0; color: #FFF; }
#layout-product[data-parent-id="10"] .wrap-product-description hr { margin-top: 5px; margin-bottom: 15px; }

#layout-product[data-parent-id="10"] #block-product .description_short { display: none; }

#layout-product[data-parent-id="10"] #block-product { color: #FFF; }

#layout-product .sod_select { padding: 0; margin-bottom: 15px; color: #FFF; border-top: none; border-left: none; border-right: none; }
#layout-product .sod_select:before { right: 0px; color: #FFF; }
#layout-product .addtocart_wrap .sod_select  { margin-bottom: 30px; border-bottom: none; }

#layout-product .form-booking .form-control-feedback.prefix { font-size: 14px; color: #FFF; left: 0; }
#layout-product .form-booking .form-group { margin-bottom: 15px; margin-top: 0px; padding: 0; color: #FFF; }
#layout-product .form-booking .form-control { border-top: none; border-left: none; border-right: none; color: #FFF; padding-right: 28px; }
#layout-product .form-booking .form-group .form-control-feedback { right: 0; }
#layout-product .form-group.guests .sod_select { margin-bottom: 30px; border-bottom: none; }

#layout-product[data-parent-id="14"] .wrap-product-image { max-width: none; }

.horizontal-slider .horizontal-panel .dx { min-height: 80vh; }

#footer, #footer-bottom { color: #FFF; background-color: #151515; }
#footer-social .list-unstyled a { text-transform: uppercase; }


@media (min-width:768px) { 
    
    .wrap-horizontal-slider { padding-left: calc((100vw - 750px) / 2); }
    .wrap-horizontal-slider { padding-right: 0; }
    
}

@media (min-width:992px) {
    
    h3, .h3 { font-size: 30px; }
    h4, .h4 { font-size: 20px; }
    
    .row-flex { display: flex; }
    .row-flex [class*="col-"] { display: flex; flex-direction: column; }
    
    .ratio-md-1x3 { padding-top: 300%; width: 100%; position: relative; overflow: hidden; }
    
    #slider-02 .item:nth-child(odd) .col-md-6 { margin-left:50% }
    
    #layout-product[data-parent-id="10"] .bc-image .sx { position: relative; z-index: 1; }
    #layout-product[data-parent-id="10"] .bc-image .dx { position: relative; z-index: 2; }
    
    #layout-product[data-parent-id="10"] #block-product { padding: 120px 30px 30px 30px; text-align: left; }
    #layout-product[data-parent-id="10"] .wrap-product-image { padding:0; max-width: 400px; margin: 0 auto;  }
    #layout-product[data-parent-id="10"] .wrap-product-description { padding: 325px 30px 30px 30px; max-width: 600px; margin: 0 auto; text-align: right; }
    
    
    #layout-product[data-parent-id="10"] .bc-image::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 400px;
      background-color: #FFF;
    }
    
    #layout-product[data-parent-id="10"] .wrap-product-description::after {
        content: "";
        display: block;
        position: absolute;
        top:0;
        bottom: 0;
        right: 0;
        width: 100vw;
        background-color: #817B70;
        z-index: -1;
    }
    
    
    .horizontal-slider {
        width: auto;
        height: 100vh;
        display: flex;
        flex-wrap: nowrap;
    }

    .horizontal-panel {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        box-sizing: border-box;
        padding: 0;
    }
    
    .horizontal-slider .horizontal-panel .container { width:1170px }

    .horizontal-slider .horizontal-panel .sx { min-height: 100vh; }

    .horizontal-slider .horizontal-panel.classic:nth-child(odd) .row { background-color: #292828; color: #FFFFFF; }
    .horizontal-slider .horizontal-panel.classic:nth-child(odd) h2 { color: #FFFFFF; }
    .horizontal-slider .horizontal-panel.classic:nth-child(odd) .sx { min-height: auto; }
    .horizontal-slider .horizontal-panel.classic:nth-child(odd) .dx { min-height: 100vh; }

    .horizontal-slider .horizontal-panel.classic:nth-child(even) .row { background-color: #FFFFFF; color: #191919; }
    .horizontal-slider .horizontal-panel.classic:nth-child(even) h2 { color: #191919; }
    .horizontal-slider .horizontal-panel.classic:nth-child(even) .sx { min-height: auto; margin-top: auto; }
    .horizontal-slider .horizontal-panel.classic:nth-child(even) .dx { min-height: 100vh; }
    
    .wrap-horizontal-slider .wrap-container { display: flex; align-items: center; height: 100%; }
    .wrap-horizontal-slider .wrap-container .container { margin: auto; }
    
    .wrap-horizontal-slider { padding-left: calc((100vw - 970px) / 2); }
    .wrap-horizontal-slider { padding-right: 0; }
    
    .horizontal-slider .horizontal-panel .item-01 .fill-xs { height: 80%; }
    .horizontal-slider .horizontal-panel .item-02 .fill-xs { height: 80%; top:20%; }
    
    .horizontal-slider .horizontal-panel .item-02 { margin-left: -400px; }
    
    
    .pt-md-150 { padding-top: 150px; }
    
    
}

@media (min-width:1200px) {
    
    #layout-product[data-parent-id="10"] #block-product { padding: 120px 60px 60px 60px; }
    #layout-product[data-parent-id="10"] .wrap-product-description { padding: 325px 60px 60px 60px; }
    
    .wrap-horizontal-slider { padding-left: calc((100vw - 1170px) / 2); }
    .wrap-horizontal-slider { padding-right: 0; }

}

@media (min-width:1400px) {
    
    .wrap-horizontal-slider { padding-left: calc((100vw - 1360px) / 2); }
    .wrap-horizontal-slider { padding-right: 0; }
 
}







