/* Copyright (C) stefanato.com

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

* {
    box-sizing: border-box;
}

@font-face {
  font-family: 'BauerBodoni-Roman';
  src: url('../fonts/BauerBodoni-Roman.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BauerBodoni-Roman.otf')  format('opentype'),
       url('../fonts/BauerBodoni-Roman.woff') format('woff'),
       url('../fonts/BauerBodoni-Roman.ttf')  format('truetype'),
       url('../fonts/BauerBodoni-Roman.svg#BauerBodoni-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BauerBodoniStd-Bold';
  src: url('../fonts/BauerBodoniStd-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BauerBodoniStd-Bold.otf')  format('opentype'),
       url('../fonts/BauerBodoniStd-Bold.woff') format('woff'),
       url('../fonts/BauerBodoniStd-Bold.ttf')  format('truetype'),
       url('../fonts/BauerBodoniStd-Bold.svg#BauerBodoniStd-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

/* Logo footer */
.tm-footer .tm-logo-footer { margin-top: -10px; }

/*================== Overlay ==================*/

#overlay-menu .tm-logo img
{
  width:123px;
}

#overlay-menu .uk-modal-dialog
{
  margin:0px;
  padding:5.2% 4% 0 4%;
}

.uk-modal-close-top
{
  float:right;
}

#overlay-menu .tm-logo
{
  float:left;
}

.home-page .uk-modal-close-top
{
  background-color:#f8f8f8;
  height:40px;
  width:40px;
  border-radius:100px;
  position:relative;
  text-align:center;
    -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.home-page img.home-menu-img
{
  display:block;
}

.home-page img.inner-menu-img
{
  display:none;
}

img.inner-menu-img
{
  display:block;
}

.uk-modal-close-top
{
  background-color:#283788;
  height:40px;
  width:40px;
  border-radius:100px;
  position:relative;
  text-align:center;
    -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.logo-cross-wrapper .uk-modal-close-top
{
  background-color:#ffffff;
  height:40px;
  width:40px;
  border-radius:100px;
  position:relative;
  text-align:center;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.uk-modal-close-top a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}


.uk-modal-close-top:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.uk-modal-btn-top img
{ 
  position: absolute;
  right: 10px;
  top: 13px;
}


.uk-modal-close > img {
    position: absolute;
    right: 12px;
    top: 12px;
}


.tm-overlay-menu .tm-modal-nav {
    height: auto!important;
    margin: 0 auto;
    padding: 8% 0 12%;
    position: relative;
    width: 100%;
}

/*=================== Menu =======================*/
.uk-navbar-nav li a:hover, .menu-overlay ul li a:hover
{
  -webkit-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
}

.uk-navbar-nav li
{
  margin-bottom:20px!important;
}

.uk-navbar-nav li a, .menu-overlay ul li a
{
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  display:inline-block;
}

.overlay-sidebar ul li a
{
  font-family: 'Verlag-Light';
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: 41px;
  display:inline-block;
}

.menu-overlay
{
  padding-left: 10%;
  width: 40%;
}

.overlay-main-menu
{
  width:46%;
}

.overlay-main-menu ul
{
  float:right!important;
}

.overlay-sidebar ul.uk-nav li a
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

/*.overlay-sidebar {
    margin-top: 13px;
}*/

/*===================== Copyright ======================*/

.copyright
{
  font-family: 'Verlag-Light';
  color:#fff;
  font-size:16px;
}

.footer-l
{
  width:37%;
}

#tm-footer1 .copyright, #tm-footer1 .copyright a
{
  color:#283788;
  font-size:12px;
  padding: 15px 0;
  text-align: center;
}

#tm-footer1 
{
  display:none;
}

#tm-footer1.tm-footer1
{
  display:block;
}

/*====================== Language Switcher =====================*/

ul.lang-inline li
{
  margin:0px;
}

ul.lang-inline li a
{
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 600ms ease 0s;
}

ul.lang-inline li a:hover
{
  opacity:1;
}

ul.lang-inline li.lang-active a
{
  opacity:1;
  color: #f6c800;
}

/*==================== Social Links =====================*/

.social-links .uk-nav li a
{
  color:#ffffff;
}

.social-links {
    margin-top: 40px;
}


/*===================== Intro =========================*/

#intro
{
  position:absolute;
}

.home-page #intro
{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #283788;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 55, 136, .73), rgba(40, 55, 136, .73)), -webkit-linear-gradient(45deg, #283788, rgba(40, 55, 136, .83) 16%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point.svg");
  background-image: linear-gradient(180deg, rgba(40, 55, 136, .73), rgba(40, 55, 136, .73)), linear-gradient(45deg, #283788, rgba(40, 55, 136, .83) 16%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point.svg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, 44px;
  height:100vh;
  position:relative;
}

.home-page #intro.intro-height
{
  -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
   transition: height 1s;
   height:80vh;
   display:none;
}

.uk-sticky-placeholder .tm-logo img
{
  width:123px;
}

.uk-sticky-placeholder
{
  position:fixed;
  width:100%;
  top:8%;
  z-index: 2;
}

#tm-top-a.uk-block-default
{
  background:none;
}

.h1
{
  margin-top: 7%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1.home {
  font-family: 'BauerBodoni-Roman';
  color: #fff;
  font-size: 93px;
  line-height: 104px;
  font-weight: 400;
  text-align: center;
}

.home-page #intro.intro-height .h1
{
  margin-top:0;
  -webkit-transition: margin-top 1s; /* For Safari 3.1 to 6.0 */
   transition: margin-top 1s;
}

#header
{
  display:none;
}

.home-page #header
{
  display:block;
}

.home-page #header {
    -webkit-animation: cssAnimation 7.3s forwards; 
    animation: cssAnimation 7.3s forwards;
    text-align:center;
}
@keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes cssAnimation {
    0%   {opacity: 1;}
    90%  {opacity: 1;}
    100% {opacity: 0;}
}

.home-page #header img
{
  padding-top:30px;
}

.tm-navbar.uk-active
{
  padding-top:43px;
}

.tm-navbar
{
  width:100%!important;
}

/*.home-page nav.tm-navbar
{
    -webkit-animation: NAME-YOUR-ANIMATION 12.8s;
    -moz-animation: NAME-YOUR-ANIMATION 12.8s;
    -o-animation: NAME-YOUR-ANIMATION 12.8s;
    animation: NAME-YOUR-ANIMATION 12.8s;
    opacity: 1;
}*/

.home-page nav.nav-ani-inner
{
    -webkit-animation: NAME-YOUR-ANIMATION 0s;
    -moz-animation: NAME-YOUR-ANIMATION 0s;
    -o-animation: NAME-YOUR-ANIMATION 0s;
    animation: NAME-YOUR-ANIMATION 0s;
    opacity: 1;
}

.home-page nav.nav-ani
{
    -webkit-animation: NAME-YOUR-ANIMATION 12.8s;
    -moz-animation: NAME-YOUR-ANIMATION 12.8s;
    -o-animation: NAME-YOUR-ANIMATION 12.8s;
    animation: NAME-YOUR-ANIMATION 12.8s;
    opacity: 1;
}
@keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }
    49% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

#point1, #point2, #point3, #point4, #point5, #point6, #point7, #point8
{
  background-color: #f6c800;
  border-radius: 100px;
  display: inline-block;
  height: 10px;
  margin: 52px 15px 0;
  width: 10px;
  opacity:0.5;
}

.loader
{
  text-align:center;
}

#point1.point1, #point2.point2, #point3.point3, #point4.point4, #point5.point5, #point6.point6, #point7.point7
{
  transition: opacity 1s;
  -webkit-transition: opacity 500ms;
  opacity:1;
}

/*.loader
{
  transition: opacity 6600s ease 0s;
  opacity: 0;
}*/

/*====================== Home 3 Blocks ==========================*/

/*.home-position-wrapper
{
  display:flex;
  align-items:center;
  height:100vh;
}*/

#home-page-3-blocks
{
  display:none;
}

#home-page-3-blocks.home-position-wrapper
{
  display:block;
  height:100vh;
}

#home-page-3-blocks.home-position-wrapper
{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #283788;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 55, 136, .73), rgba(40, 55, 136, .73)), -webkit-linear-gradient(45deg, #283788, rgba(40, 55, 136, .83) 16%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point.svg");
  background-image: linear-gradient(180deg, rgba(40, 55, 136, .73), rgba(40, 55, 136, .73)), linear-gradient(45deg, #283788, rgba(40, 55, 136, .83) 16%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point.svg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, 44px;
  position:relative;
  overflow:hidden;
  transition: all 600ms ease 0s;
  z-index:1;
}

.home-position-wrapper .position-1 .bg-movie-1
{
  background:url(../images/the-classici.jpg?v=3) 50% 50% no-repeat transparent;
  background-size:cover;
  display:flex;
  height: 100%;
  position:relative;
  height:100vh;
  z-index:100;
}

.home-position-wrapper .position-2 .bg-movie-2
{
  background:url(../images/le-selezioni.jpg) 50% 50% no-repeat transparent;
  background-size:cover;
  display:flex;
  height: 100%;
  position:relative;
  height:100vh;
  z-index:100;
}

.home-position-wrapper .position-3 .bg-movie-3
{
  background:url(../images/i1-territorio.jpg) 50% 50% no-repeat transparent;
  background-size:cover;
  display:flex;
  height: 100%;
  position:relative;
  height:100vh;
  z-index:100;
}

h1.yellow {
  font-family: 'BauerBodoni-Roman';
  color: #fff;
/*  color: #f6c800;*/
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h1.white, h2.white {
  font-family: 'BauerBodoni-Roman';
  color: #ffffff;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h3.white {
  font-family: 'BauerBodoni-Roman';
  color: #ffffff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}

.position-1 > div, .position-2 > div, .position-3 > div
{
  width:100%;
  max-width:100%;
}

.title-cat
{
bottom: 0;
    left: 0;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.txt-cat
{
  color:#ffffff;
}

.title-cat-wrapper
{
  position:relative;
  height:100%;
  transition: all 600ms ease 0s;
  cursor:pointer;
}

/*========================= Spumanti Page ==========================*/

.inner-right-wrapper
{
  width:66.6%;
  float:right;
}

.inner-left-wrapper
{
    -moz-box-align: end;
    align-items: flex-end;
    background-color: #283788;
    background-image: linear-gradient(0deg, rgba(40, 55, 136, 0.88), hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(40, 55, 136, 0.82), rgba(40, 55, 136, 0.82)), url("https://www.kettmeir.com/templates/kettmeir/images/point.svg");
    background-position: 0 0px, 0 0px, 50% -6px;
    background-size: auto auto, auto auto, 44px auto;
    bottom: 0;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    width:33.3%;
    position:fixed;
    float:left;
}


.componentheading {
    padding: 0 11%;
}

#tm-main
{
  /*position:relative;*/
  z-index:1000;
}

.spumanti-page .itemContainer:nth-child(3n-2)
{
  background-color: #ffffff;
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0.04), hsla(0, 0%, 100%, 0));
}

.spumanti-page .itemContainer
{
  position:relative;
  height:100vh;
}

.spumanti-page .itemContainer .item-title-inner.mobile
{
  display:none;
}

.catItemImage a.item-list-link
{
  display:inline-block;
  width: 100%;
}

.catItemImage a.item-list-link:hover
{
  background-image: -webkit-linear-gradient(315deg, #fff, #fff 23%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point_1.svg");
  background-image: linear-gradient(135deg, #fff, #fff 23%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point_1.svg");
  background-position: 0px 0px, 100% 100%;
  background-size: auto, 44px;
}

.catItemImage a.item-list-link img
{
  transform: translateX(0px) translateY(0px) translateZ(0px);
  -ms-transform:translateX(0px) translateY(0px) translateZ(0px);
  -webkit-transform:translateX(0px) translateY(0px) translateZ(0px);
  transform-style: preserve-3d;
  transition: transform 800ms ease 0s;
  /* height:99%!important; */
}

.catItemImage a.item-list-link:hover img
{
  transform: translateX(60px) translateY(70px) translateZ(0px);
  -ms-transform: translateX(60px) translateY(70px) translateZ(0px);
   -webkit-transform: translateX(60px) translateY(70px) translateZ(0px);
  transform-style: preserve-3d;
  transition: transform 800ms ease 0s;
}

.catItemImage a.item-list-link:hover .item-title-inner
{
  opacity: 1;
  transform: translateX(0px) translateY(0px) translateZ(0px);
  transform-style: preserve-3d;
  transition: transform 600ms ease 0s, opacity 600ms ease 0s;
}

.catItemImage a.item-list-link .item-title-inner
{
  opacity: 0;
  transform: translateX(100%) translateY(0px) translateZ(0px);
  transform-style: preserve-3d;
  transition: transform 600ms ease 0s, opacity 600ms ease 0s;
  position:absolute;
  top:17%;
  width: 40%;
  left:9%;
}

.item-title-inner h2
{
  font-family: 'BauerBodoniStd-Bold';
  font-size:32px;
  line-height:36px;
  color:#283788;
  margin-bottom: 0;
  text-align:left;
}

.item-title-inner .subtitle
{
  color: #f6c800;
  text-align:left;
}

.cat-description
{
  color:#ffffff;
  padding: 20px 11% 30px;
  scrollbar-width: thin; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  overflow: -moz-scrollbars-none; /* For Firefox */
}


.k2-left-inner {
    bottom: 50px;
    position: absolute;
}

/*====================== Spumanti Detail Page ======================*/

.detail-intro
{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #283788;
  background-image: -webkit-linear-gradient(270deg, rgba(40, 55, 136, .73), rgba(40, 55, 136, .73)), -webkit-linear-gradient(45deg, #283788, rgba(40, 55, 136, .83) 16%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point.svg");
  background-image: linear-gradient(180deg, rgba(40, 55, 136, .73), rgba(40, 55, 136, .73)), linear-gradient(45deg, #283788, rgba(40, 55, 136, .83) 16%, hsla(0, 0%, 100%, 0)), url("https://www.kettmeir.com/templates/kettmeir/images/point.svg");
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, 44px;
  height:100vh;
  position:relative;
}

@media (max-width:959px) {
	 .detail-intro{
		 height:inherit!important;
	}	
	}


.itemExtraFields-wrapper
{
  left: 10%;
  position: absolute;
  top: 35%;
  width: 42%;
}

.extra-field-1
{
  margin-bottom:10px;
}

.extra-field-1 span
{
  color: #fff;
  font-family: 'BauerBodoni-Roman';
  font-size: 68px;
  font-weight: 400;
  line-height: 94px;
}

.extra-field-2, .extra-field-5
{
  color:#ffffff;
  margin-bottom:50px;
}

.extra-field-3, .extra-field-24 {
    float: left;
    margin-right: 15px;
}

.extra-field-3 a,.extra-field-24 a
{
  border: 1px solid #f6c800;
  color: #f6c800;
  padding: 9px 15px;
  transition: all 600ms ease 0s;
}

.extra-field-3 a:hover,.extra-field-24 a:hover
{
  background-color:#f6c800;
  color:#ffffff;
}



div.itemImageBlock
{
  position: absolute;
  right: 4%;
  top: 32%;
}

.spumanti-page div.itemFullText {
    max-width: 48%;
    padding:5% 0 10% 10%;
}

div.itemFullText .item-detail-title
{
  font-family: 'BauerBodoniStd-Bold';
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 10px;
  margin-top: 20px;
  color:#283788;
}


.bottom-itemExtraFields
{
  background:#f6c800;
  height:100vh;
  position:relative;
}

.wines.bottom-itemExtraFields
{
  background:#f6c800;
  height:100vh!important;
  position:relative;
}


@media (min-width: 768px) {
    .wines.bottom-itemExtraFields {
        min-height: 820px;
    }
}



.bottom-itemExtraFields-bg
{
  background:url(../images/4.jpg) 100% 50% no-repeat #f6c800;
  background-size:cover;
  width:33%;
  height:100%;
  float:right;
}

.bottom-itemExtraFields-wrapper
{
  float: left;
  padding-left: 10%;
  padding-right: 5%;
  width: 47%;
  position:absolute;
  top: 25%;
  
}

.extra-field-4
{
  margin-bottom: 10px;
}

.extra-field-4 span
{
  color:#283788;
  font-family: 'BauerBodoniStd-Bold';
  font-size: 38px;
  line-height: 44px;
}

.extra-field-6 a
{
  border: 1px solid #283788;
  color: #283788;
  transition: all 600ms ease 0s;
  padding: 9px 15px;
}

.extra-field-6 a:hover
{
  background-color:#283788;
  color:#ffffff;
}

.recipe-title
{
  font-size: 38px;
  line-height: 44px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-family: 'BauerBodoniStd-Bold';
  color:#283788;
}

.bt-introtext p
{
  color:#ffffff;
}

p.readmore a
{
  border: 1px solid #283788;
  color: #283788;
  transition: all 600ms ease 0s;
  padding: 9px 15px;
  display:inline-block;
  margin-top:25px;
}

p.readmore a:hover
{
  background-color:#283788;
  color:#ffffff;
}

/*======================= Recipe page =====================*/


.recipe-left-side {
    float: left;
    height: 100vh;
    width: 33.3%;
    position: fixed;
    display:flex;
    transition: all 600ms ease 0s;
}

.recipe-left-side:hover
{
  /*width:38%;*/
}

.recipe-left-side #recipe_slider_images img
{
  height:100vh!important;
}

.recipe-left-side #recipe_slider_images img:hover
{
}

#recipe_slider_images{height:100vh;}

.itemBody.recipe-right-side {
    float: right;
    width: 66.6%;
}


.recipe-point-img
{
  background: url("https://www.kettmeir.com/templates/kettmeir/images/point_1.svg") 2px 50% repeat transparent ;
  background-size: 44px auto;
  height: 100px;
}

.recipe-right-side-wrapper {
    padding: 10%;
}

h2.recipe-item-title
{
  align-items: flex-end;
  color: #283788;
  display: flex;
  font-size: 68px;
  line-height: 76px;
  margin-top: 10%;
  font-family: 'BauerBodoniStd-Bold';
}

.type-and-time-field
{
  margin-top:40px;
}

.itemExtraFieldsLabel
{
  font-weight: bold;
}

.extra-field-9, .extra-field-11
{
  color: #283788;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 30px;
  font-family: 'BauerBodoniStd-Bold';
}

.extra-field-11
{
  margin-top:50px;
}

.prev
{
  left: 5%;
  position: absolute;
  top: 47%;
  z-index: 1000;
}


.next {
    position: absolute;
    right: 5%;
    top: 47%;
    z-index: 1000;
}

/*============================= Cantina Page ==========================*/

.cantina
{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
  -moz-column-gap: 50px; /* Firefox */
  column-gap: 50px;
}

.cantina-page .article-content-left
{
  background:url(../images/cantina-bg.jpg) 50% 50% no-repeat transparent;
  background-size:cover;
  height:100vh;
  position:fixed;
  width:33.3%;
  float:left;
  -moz-box-align: end;
  align-items: flex-end;
  bottom: 0;
  display: flex;
  float: left;
  height: 100vh;
  left: 0;
  padding-bottom: 2%;
  position: fixed;
  width: 33.3%;
  transition: all 600ms ease 0s;
}

.article-content-left:hover
{
  /*width:38%;*/
}

.article-content-right
{
  width:66.6%;
  float:right;
}

.cantina-page .tm-content, .contact-page .tm-content, .shop-page .tm-content, .la-storia-page .tm-content, .territorio-page .tm-content, .chi-siamo-page .tm-content,.uber-uns-page .tm-content,.die-geschichte-page .tm-content,.die-lage-und-landschaft-page .tm-content, .ospitalita-page .tm-content, .newsletter-page .tm-content
{
  padding:10%;
}

h1.uk-article-title, h2.uk-article-title
{
  align-items: flex-end;
  color: #283788;
  display: flex;
  font-size: 68px;
  line-height: 76px;
  margin-top: 10%;
  font-family: 'BauerBodoniStd-Bold';
  padding-bottom:10%;
  text-transform:none;
  font-weight:normal;
}

.cantina-content-outer p.cantina
{
  padding-bottom:10%;
}

.cantina-content-outer h3
{
  color: #283788;
  font-size: 42px;
  line-height: 56px;
  font-family: 'BauerBodoniStd-Bold';
  padding-bottom:10%;
}

.cantina-content-outer h4
{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: 'BauerBodoniStd-Bold';
  color: #283788;
}

.cantina-content-outer .uk-grid
{
  margin-top:60px;
}

/*======================= Contact Page =========================*/

.contact-page .article-content-left
{
  background:url(../images/map.png) 50% 50% no-repeat transparent !important;
  background-size:cover !important;
  height:100vh;
  position:fixed;
  width:33.3%;
  float:left;
  -moz-box-align: end;
  align-items: flex-end;
  bottom: 0;
  display: flex;
  float: left;
  height: 100vh;
  left: 0;
  padding-bottom: 2%;
  position: fixed;
  width: 33.3%;
  transition: all 600ms ease 0s;
}

.contact-page .article-content-left:hover
{
  /*width:38%;*/
}

.contact-page h3
{
  color: #283788;
  font-size: 32px;
  line-height: 44px;
  font-family: 'BauerBodoniStd-Bold';
  margin-bottom:30px;
}

.chronoform input[type="text"]
{
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%!important;
  height:50px;
  box-shadow:none;
}

.chronoform #fin-message textarea
{
  border: 1px solid #ccc!important;
  border-radius: 0!important;
  width: 100%!important;
  height:120px!important;
  box-shadow:none;
}

.chronoform .gcore-input
{
  width: 100%;
}

.chronoform input[type="submit"]
{
  background:none;
  border: 1px solid #283788;
  color: #283788;
  transition: all 600ms ease 0s;
  border-radius:0px;
  padding: 6px 15px;
  height:auto;
  text-shadow:none;
  line-height: inherit;
}

.chronoform input[type="submit"]:hover, .chronoform input[type="submit"]:focus
{
  background:#283788;
  color:#ffffff;
  border: 1px solid #283788;
}
/*======================== Shop =====================================*/

.shop-page .article-content-left
{
  background:url(../images/map.png) 50% 50% no-repeat transparent;
  background-size:cover;
  height:100vh;
  position:fixed;
  width:33.3%;
  float:left;
  -moz-box-align: end;
  align-items: flex-end;
  bottom: 0;
  display: flex;
  float: left;
  height: 100vh;
  left: 0;
  padding-bottom: 2%;
  position: fixed;
  width: 33.3%;
  transition: all 600ms ease 0s;
}

.shop-page .article-content-left:hover
{
  /*width:38%;*/
}

.shop-page h3
{
  color: #283788;
  font-size: 32px;
  line-height: 44px;
  font-family: 'BauerBodoniStd-Bold';
  margin-bottom:30px;
}

.chronoform input[type="text"]
{
  border: 1px solid #ccc;
  border-radius: 0;
  width: 100%!important;
  height:50px;
  box-shadow:none;
}

.chronoform #fin-message textarea
{
  border: 1px solid #ccc!important;
  border-radius: 0!important;
  width: 100%!important;
  height:120px!important;
  box-shadow:none;
}

.chronoform .gcore-input
{
  width: 100%;
}

.chronoform input[type="submit"]
{
  background:none;
  border: 1px solid #283788;
  color: #283788;
  transition: all 600ms ease 0s;
  border-radius:0px;
  padding: 6px 15px;
  height:auto;
  text-shadow:none;
  line-height: inherit;
}

.chronoform input[type="submit"]:hover, .chronoform input[type="submit"]:focus
{
  background:#283788;
  color:#ffffff;
  border: 1px solid #283788;
}

/* ======================= Ospitalità test ======================== */

.ospitalita-page .article-content-left
{
  background: transparent url("../images/Val-di-Tiers---Tramonto.jpg") no-repeat scroll 50% 50% / cover ;
  -moz-box-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}

.ospitalita-page .article-content-left:hover {
    /*width: 38%;*/
}

.ospitalita-page h3
{
  font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color:#283788;
}

.story-block p
{
  margin:0;
}

.story-block
{
  margin-bottom:65px;
}

/*========================== Ospitalità Page ===========================*/

.tour-page ul.uk-tab li
{
  width:33.3%;
}

.tour-inner-left-wrapper
{
    -moz-box-align: end;
    align-items: flex-end;
    background-color: #283788;
    background: url("../images/Val-di-Tiers---Tramonto.jpg") 50% 50% no-repeat transparent;
    background-size:cover;
    bottom: 0;
    display: flex;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    width:33.3%;
    position:fixed;
    float:left;
    transition: all 600ms ease 0s;
}

.tour-inner-left-wrapper:hover
{
 /* width:38%;*/
}

.tour-inner-left-wrapper .componentheadingtour-page
{
  padding-left:11%;
}

.tour-inner-right-wrapper
{
  float:right;
  width:66.6%;
}

.tour-items-wrapper
{
  /*padding:10%;*/
	 padding:5%;
  position:relative;
}

h3.cat-subtitle
{
  color: #283788;
  font-size: 42px;
  line-height: 56px;
  font-family: 'BauerBodoniStd-Bold';
}

.tour-page h3.catItemTitle
{
  color: #f6c800;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 30px!important;
  margin-top: 0!important;
  font-family: 'BauerBodoniStd-Bold';
}


.catItemExtraFieldsLabel {
    font-weight: bold;
}

.extra-field-16 .catItemExtraFieldsLabel
{
  display:none;
}

.extra-field-16 .catItemExtraFieldsValue
{
  margin-top:50px;
  display:block;
}

.extra-field-16 .catItemExtraFieldsValue a
{
    background-color: transparent;
    border: 1px solid #283788;
    color: #283788;
    transition: all 600ms ease 0s;
    padding: 9px 15px;
    display: inline-block;
}

.extra-field-16 .catItemExtraFieldsValue a:hover
{
  background-color: #283788;
  border: 1px solid #283788;
  color: #ffffff;
}

.tour-page .itemContainer
{
  padding-bottom:10%;
}

div.subCategory
{
  background:none!important;
  border:none!important;
  margin:0 0 40px 0!important;
  padding:0!important;
}

#my-id
{
  margin-top:40px;
}

.subCategoryContainer .catItemIntroText h3
{
  color: #283788;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 30px;
  font-family: 'BauerBodoniStd-Bold';
}

h4.shop-content-right
{
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: 'BauerBodoniStd-Bold';
   color: #283788;
}

.uk-tab
{
  position:relative;
  z-index:3;
}

/* ======================= Newsletter Page ======================== */

.newsletter-page .article-content-left
{
  background: transparent url("../images/newsletter.jpg") no-repeat scroll 50% 50% / cover ;
  -moz-box-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}

.newsletter-page .article-content-left:hover {
    /*width: 38%;*/
}

.newsletter-page h3
{
  font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color:#283788;
}

.story-block p
{
  margin:0;
}

.story-block
{
  margin-bottom:65px;
}

/* ======================= La Storia Page ======================== */

.la-storia-page .article-content-left
{
  background: transparent url("../images/la-storia.jpg") no-repeat scroll 50% 50% / cover !important;
  -moz-box-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}

.la-storia-page .article-content-left:hover {
    /*width: 38%;*/
}

.la-storia-page h3
{
  font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color:#283788;
}

.story-block p
{
  margin:0;
}

.story-block
{
  margin-bottom:65px;
}

/*======================== Territorio Page =========================*/

.territorio-page .article-content-left {
    -moz-box-align: end;
    align-items: flex-end;
    background: transparent url("../images/territorio.jpg") no-repeat scroll 50% 50% / cover !important;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}
.la-storia-page em, .territorio-page em {
    color: inherit !important;
}
.territorio-page ul.uk-tab li
{
  width:48%;
}

ul.uk-tab li
{
  text-align:center;
}

ul.uk-tab li a
{
  color:#283788;
}

ul.uk-tab li a:hover
{
  background-color:transparent;
  box-shadow:none;
  color:#283788;
  border:none;
}

ul.uk-tab li.uk-active a
{
  color:#f6c800;
}

.territorio-page #tab-content h2
{
  color: #283788;
  font-size: 42px;
  line-height: 56px;
  margin-bottom: 25px;
  margin-top: 50px;
  font-family: 'BauerBodoniStd-Bold' !important;
}

.tab-content-column
{
  column-count:2;
  column-gap:50px;
}

.territorio-page #tab-content h3
{
   font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color: #283788;
}

/* ================ Slider ================= */
.position-left-slider
{
  width:100%;
  height:100vh;
}

h1.componentheading.white
{
  position:absolute;
  bottom:0;
  z-index:1000;
  margin-bottom:0px;
}

.flexslider.flex-slide-theme-horizontal
{
  margin-bottom:0px;
}

/* ======================= Chi siamo Page ======================== */

.chi-siamo-page .article-content-left
{
  background: transparent url("../images/chi-siamo.jpg") no-repeat scroll 50% 50% / cover ;
  -moz-box-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}

.chi-siamo-page .article-content-left:hover {
    /*width: 38%;*/
}

.chi-siamo-page h3
{
  font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color:#283788;
}

.story-block p
{
  margin:0;
}

.story-block
{
  margin-bottom:65px;
}


/* ======================= Über uns Page ======================== */

.uber-uns-page .article-content-left
{
  background: transparent url("../images/chi-siamo.jpg") no-repeat scroll 50% 50% / cover ;
  -moz-box-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}

.uber-uns-page .article-content-left:hover {
    /*width: 38%;*/
}

.uber-uns-page h3
{
  font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color:#283788;
}

.story-block p
{
  margin:0;
}

.story-block
{
  margin-bottom:65px;
}

/* ======================= Die Geschichte Page ======================== */

.die-geschichte-page .article-content-left
{
  background: transparent url("../images/la-storia.jpg") no-repeat scroll 50% 50% / cover ;
  -moz-box-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}

.die-geschichte-page .article-content-left:hover {
    /*width: 38%;*/
}

.die-geschichte-page h3
{
  font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color:#283788;
}

.story-block p
{
  margin:0;
}

.story-block
{
  margin-bottom:65px;
}

/* ======================= Die Lage und Landschaft Page ======================== */

.die-lage-und-landschaft-page .article-content-left
{
  background: transparent url("../images/territorio.jpg") no-repeat scroll 50% 50% / cover ;
  -moz-box-align: end;
    align-items: flex-end;
    bottom: 0;
    display: flex;
    float: left;
    height: 100vh;
    left: 0;
    padding-bottom: 2%;
    position: fixed;
    transition: all 600ms ease 0s;
    width: 33.3%;
}

.die-lage-und-landschaft-page .article-content-left:hover {
    /*width: 38%;*/
}

.die-lage-und-landschaft-page h3
{
  font-family: 'BauerBodoniStd-Bold';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
  color:#283788;
}

.die-lage-und-landschaft-page ul.uk-tab li {
	width: 48%;
}




.die-lage-und-landschaft-page #tab-content h2 {
	color: #283788;
	font-family: "BauerBodoniStd-Bold";
	font-size: 42px;
	line-height: 56px;
	margin-bottom: 25px;
	margin-top: 50px;
}


.story-block p
{
  margin:0;
}

.story-block
{
  margin-bottom:65px;
}

/*-------- modified by stefanato    */
/*@media (max-width:767px){
.cat-description {
    display:none!important;
}
}
.item-title-inner.image {
    height: 89%;
    margin-top: 5%;
}*/
@media (min-width:768px) {
	span.catItemImage img {
    max-width: 82%!important;
    height: auto;
        width: auto !important;
        max-height: 80vh;
}}
@media (max-width:767px) {
span.catItemImage img {
    max-width: 70%!important;
    height: auto;
}

.catItemImage a.item-list-link .item-title-inner {
 margin-top: 40px!important;
}

}
/*h1.white, h1.yellow {
    text-shadow: 0px 0px 8px #222;
}*/

.tm-overlay-menu .tm-modal-nav {
     padding: 8% 0 10%!important;
 }
 .overlay-sidebar ul li a {
     font-size: 30px;
     line-height: 38px;
 }
 .uk-offcanvas-bar {
   background: #283788;
}
@media (max-width:959px) {
/*.item-title-inner h2 {
    display:none;
}
.item-title-inner .subtitle {
 display:none;
}*/
.extra-field-1 span {
    font-size: 48px!important;
    line-height: 64px!important;
}
.recipe-title {
    word-wrap: normal;
	letter-spacing: -1px;
	font-size: 33px!important;
}
#point1, #point2, #point3, #point4, #point5, #point6, #point7, #point8
{
  height: 8px!important;
  margin: 52px 12px 0!important;
  width: 8px!important;
 }
 h2.recipe-item-title {
    font-size: 58px!important;
    line-height: 64px!important;

}
#home-page-3-blocks h1
 {
    word-wrap: normal;
	letter-spacing: -1px;
	font-size: 33px!important;
    line-height: 40px!important;
    
}
.componentheading h1{
	display:none!important;
}
.tm-content .recipe-point-img {
	display:none!important;
}
.home-position-wrapper .position-3 .bg-movie-3 {
    z-index: -100!important;
}
.home-position-wrapper .position-2 .bg-movie-2 {
    z-index: -100!important;
}
.home-position-wrapper .position-1 .bg-movie-1 {
    z-index: -100!important;
}
.title-cat-wrapper .title-cat {
    padding-left: 8%!important;
    padding-right: 6%!important;
}

}
@media (max-width:430px) {
#home-page-3-blocks h1
 {
    word-wrap: normal;
    letter-spacing: -1px;
    font-size: 24px!important;
    /*line-height: 6px!important;*/
    
}
.title-cat
{
    padding-bottom: 0%; 
}
} 

.footcopy, .footcopy a
{
font-size: 14px;
color: #ddd!important;
}

span.itemImage  {
margin-top: -100px;
	}
 
 @media (min-width:1024px) {
 div.itemImageBlock {
     top: 24%;
}
.detail-intro {
    height: 80vh;
}
}
div.itemFullText h3 {
    font-family: 'BauerBodoniStd-Bold';
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 5px;
    margin-top: 10px;
    color:   #283788;
}
table div.imageborder {
      border-radius: 999em;
      width: 100px;
      height: 100px;
      padding: 0px;
      line-height: 0;
      border: 1px solid #ccc;
      background-color: #fff;
	margin: 10px 30px 15px 0;
      }
     table img {
      border-radius: 999em;
      height: 100%;
      width: 100%;	
      margin: 0;
      }

table img {
       padding : 4px!important;
}
table tr {
    border-bottom-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px!important;
}

/*-------- end modified by stefanato    */

/*------------------- css for forms -----------------------*/

.custom-form-wrap .btn{
  background: transparent none repeat scroll 0 0;
  border: 1px solid #283788;
  border-radius: 0;
  color: #283788;
  font-size: 18px;
  font-weight: 500;
  position:relative;
  text-transform: none;
  z-index:99999;
}

.custom-form-wrap .btn:hover,.custom-form-wrap .btn:focus{
  background:#283788;
  color:#fff;
  box-shadow:none;
}

.custom-form-wrap input,.custom-form-wrap select {
background-color: #ffffff;
border: 1px solid #cccccc;
color: #333333;
display: block;
font-size: 14px;
height: 38px;
line-height: 1.42857;
margin-bottom: 10px;
padding: 8px 12px;
vertical-align: middle;
width: 100%;
}
.control-group input[type='radio'] {
    background-color: inherit!important;
    border: inherit!important;
    color: inherit!important;
    display: inherit!important;
/*    font-size: 14px: inherit!important;
    height: 38px: inherit!important;*/
	    font-size: 14px!important;
    height: 38px!important;
    line-height: inherit!important;
    margin-bottom: inherit!important;
    padding: 8px 12px!important;
 /*   vertical-align: inherit!important;*/
    width: inherit!important;
}


.custom-form-wrap .rsform-checkbox{
 height:auto;
 display:inline;
 width:auto;
}

.custom-form-wrap textarea{border-radius:0;}

.custom-form-wrap textarea:hover,.custom-form-wrap textarea:focus{border-radius:0;box-shadow:none;}
/*------------------------DIVINEA----------------------------*/

app-divinea>#divinea-wrapper {
    font-family: Verlag-Light !important;
    color: #5c5c5c !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .h1, app-divinea>#divinea-wrapper app-homepage#divinea .h2, app-divinea>#divinea-wrapper app-homepage#divinea .h3, app-divinea>#divinea-wrapper app-homepage#divinea .h4, app-divinea>#divinea-wrapper app-homepage#divinea .h5, app-divinea>#divinea-wrapper app-homepage#divinea .h6, app-divinea>#divinea-wrapper app-homepage#divinea h1, app-divinea>#divinea-wrapper app-homepage#divinea h2, app-divinea>#divinea-wrapper app-homepage#divinea h3, app-divinea>#divinea-wrapper app-homepage#divinea h4, app-divinea>#divinea-wrapper app-homepage#divinea h5, app-divinea>#divinea-wrapper app-homepage#divinea h6 {
    font-family: Verlag-Light !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .experience-box>div.content>.title {
    color: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .product-box .product>span.name {
    color: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .btn.btn-primary {
    background-color: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .btn.btn-primary:hover {
    background-color: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .switcher input+label {
    background: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea dp-day-calendar.dp-material .dp-selected {
    background: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea dp-day-calendar.dp-material .dp-calendar-day, app-divinea>#divinea-wrapper app-homepage#divinea dp-day-calendar.dp-material .dp-calendar-month{
    background: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea ng-select.inline .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-option-label{
    background: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .primary {
    color: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .ng-select span{
    color:#5c5c5c !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .ng-select .ng-select-container .ng-value-container .ng-placeholder {
    padding: 0 10px !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea dp-date-picker.dp-material .dp-picker-input{
    padding:0 10px;
}
app-divinea>#divinea-wrapper app-homepage#divinea dp-calendar-nav.dp-material .dp-nav-header-btn{
    color:#5c5c5c;
}
app-divinea>#divinea-wrapper app-homepage#divinea form .row .form-control{
    padding:0 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea .btn.btn-spin{
    padding:10px;
}
app-divinea>#divinea-wrapper app-homepage#divinea .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected, app-divinea>#divinea-wrapper app-homepage#divinea .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
    background-color: #283788 !important;
}
app-divinea>#divinea-wrapper app-homepage#divinea a:active, app-divinea>#divinea-wrapper app-homepage#divinea a:focus, app-divinea>#divinea-wrapper app-homepage#divinea a:hover {
    color: #283788!important;
}
app-divinea>#divinea-wrapper app-homepage#divinea svg:not(:root).svg-inline--fa {
    color: #283788 !important;
}

app-divinea>#divinea-wrapper app-homepage#divinea .product-box .product>span.name {
    overflow: initial !important;
    height: 75px !important;
    line-height: 22px !important;
}

app-divinea>#divinea-wrapper app-homepage#divinea .product-box .product>span.type {
        overflow: initial !important;
		height: 45px;
   
}

/*------------------------END DIVINEA----------------------------*/
/*------------------------HIDE TOURS-----------------------------*/
/* #itemListLeading {
        display: none!important;
} */
.mfp-figure {
    line-height: 0;
    background: #fff;
}
a.cc-btn.cc-dismiss {
    display: none;
}

/*------------------------LA GUIDA----------------------------*/
.btn_guida a {
    border: 1px solid #283788;
    color: #283788;
    transition: all 600ms ease 0s;
    padding: 9px 15px;
    display: inline-block;
    margin-top: 25px;
}

.btn_guida a {
    border: 1px solid #283788;
    color: #fff;
    transition: all 600ms ease 0s;
    padding: 9px 15px;
    display: inline-block;
    margin-top: 25px;
	background-color: #283788;
}
.btn_guida a:hover 
{
    background-color: #fff;
    color: #283788;
}

@media (max-width:600px) {
  
.website
{
 display:none;
}
}
@media (min-width:601px) {
  
.mobile
{
 display:none;
}
}


/*---------------------END / LA GUIDA----------------------------*/
	
@media (min-width:1000px) {
	.unariga {
white-space: nowrap;
overflow: hidden;
}}
/*DESCRIPTION CATEGORY CLASSICI.extracol {
font-size: 22px;
   
}*/

.btn-video{
    border: 1px solid #f6c800;
    color: #f6c800;
    padding: 9px 15px;
    transition: all 600ms ease 0s;
    width: 180px;
    text-align: center;
    margin: 10px auto 5px auto;
}
.btn-video:hover {
    background-color: #f6c800;
    color: #ffffff!important;
}
img.grey:hover {
  filter: grayscale(100%);
}
@media (min-width:959px) {
.spumanti-page .itemIntroText {
 
    max-width: 50%!important;
}}




#wine-finder .find-store-label {
    margin-bottom: 10px;
}

#wine-finder .search-container {
    margin-top: 0;
}

#wine-finder .change-continent {
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#wine-finder .continent-option {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.2rem;
    display: block;
    width: 100%;
}

#wine-finder .continent-option input[type="radio"] {
    display: none;
}

#wine-finder .continent-option input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}

#wine-finder .continent-option label {
    height: 100%;
    display: block;
    color: white;
    background: gray;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    opacity: 0.5;
}

#wine-finder .continent-option label::after {
    -webkit-box-shadow: 3px 6px 1px 2px transparent;
    box-shadow: 3px 6px 1px 2px transparent;
    color: white;
    font-family: FontAwesome;
    content: " ";
    font-size: 20px;
    position: absolute;
    color: black;
    top: 0%;
    left: 100%;
    -webkit-transform: translateX(-110%) translateY(-50%);
    transform: translateX(-110%) translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
}

#wine-finder .continent-option label h2 {
    font-size: 14px;
    line-height: 16px;
    cursor: pointer;
}

#wine-finder .continent-option.active label,
#wine-finder .continent-option:hover label {
    background: black;
    color: white;
    opacity: 1;
}

#wine-finder .continent-option.active label::after,
#wine-finder .continent-option:hover label::after {
    color: white;
    opacity: 1;
    font-family: FontAwesome;
    content: " ";
    font-size: 20px;
    position: absolute;
    color: black;
    top: 50%;
    left: 100%;
    -webkit-transform: translateX(-110%) translateY(-50%);
    transform: translateX(-110%) translateY(-50%);
    height: 20px;
    width: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 5px -2px white;
    box-shadow: 0px 3px 5px -2px white;
    background-image: url("img/locations/icon-pin.png");
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#wine-finder .continent-option input[type="radio"]:checked + label {
    background: black;
    color: white;
    opacity: 1;
}

#wine-finder .continent-option input[type="radio"]:checked + label::after {
    color: white;
    opacity: 1;
    font-family: FontAwesome;
    content: " ";
    font-size: 20px;
    position: absolute;
    color: black;
    top: 50%;
    left: 100%;
    -webkit-transform: translateX(-110%) translateY(-50%);
    transform: translateX(-110%) translateY(-50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 5px -2px white;
    box-shadow: 0px 3px 5px -2px white;
    background-image: url("img/locations/icon-pin.png");
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#wine-finder .continent-option input[type="radio"]#control_05:checked + label {
    background: red;
    border-color: red;
}

#wine-finder .continent-option p {
    font-weight: 900;
}

#wine-finder.distributors-page {
    min-height: calc(50vh + 100px);
    background: #2C2C2B;
}

#wine-finder.distributors-page .wrapper {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
}

#wine-finder.distributors-page .wrapper h1 {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#wine-finder.distributors-page .wrapper .divider-title {
    margin-bottom: 25px;
}

#wine-finder.distributors-page .wrapper #location-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#wine-finder.distributors-page .wrapper #location-list .location {
    width: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    #wine-finder.distributors-page .wrapper #location-list .location {
        width: 48%;
    }
}

@media (min-width: 992px) {
    #wine-finder.distributors-page .wrapper #location-list .location {
        width: 30%;
    }
}

#wine-finder.distributors-page .wrapper #location-list .no-result {
    opacity: 1;
    display: block;
}

#wine-finder {
    background-color: #212121;
    color: #000000;
    padding: 0;
    clear: both;
    overflow: auto;
}

#map-wrapper .location-title,
#map-wrapper .location-content,
#map-wrapper .location-phone,
#map-wrapper .location-distance,
#map-wrapper .location-website {
    color: #000000;
}

#map-wrapper .location-title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000000;
}

#map-wrapper .location-content p {
    font-size: 11px !important;
    line-height: 1.1em;
}

#map-wrapper .location-distance {
    margin-bottom: 20px;
}

#map-wrapper a {
    color: #555555;
}

#map-wrapper a:hover {
    text-decoration: underline;
}

#wine-finder .location-header {
    margin-bottom: 0;
    position: relative;
    padding: 10px 0 10px 10px !important;
    height: 40px;
}

#wine-finder .location-header input {
    font-size: 14px;
    border-radius: 50px;
    border: none !important;
}

.map-col {
    width: 70%;
    float: left;
}

#map-wrapper {
    height: calc(100vh - 230px);
    min-height: 800px;
}

#map {
    height: 100%;
}

.wine-finder-sidebar {
    height: calc(100vh - 230px);
    min-height: 800px;
    background-color: #283788;
    padding: 30px 10px;
    background-size: cover;
    background-position: 0 0;
    margin-top: 0;
    background-repeat: no-repeat;
    display: block !important;
    width: 30%;
    float: right;
    overflow: scroll;
    position: relative;
}

.wine-finder-sidebar input[type="text"],
.wine-finder-sidebar select {
    border-radius: 0;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
}

#wine-finder #location-list {
    overflow: scroll;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

#wine-finder #location-list .location {
    background-color: #FFFFFF;
    padding: 20px 10px 10px;
    margin-bottom: 10px;
    color: #000000;
    width: 100%;
}

#wine-finder #location-list .location strong {
    color: red;
}

#wine-finder #location-list .location.hidden {
    display: none;
}

#wine-finder #location-list .location.hidden-per-filter {
    /*display: none !important;*/
    background: lightblue;
}

#wine-finder #location-list .location.hidden-per-product-varietal {
    /*display: none !important;*/
    background: lightblue;
}

#wine-finder #location-list .location.hidden-per-location-type {
    /*display: none !important;*/
    background: lightblue;
}

/*#wine-finder #location-list .location.show-by-product {*/
/*    display: block;*/
/*}*/
/*#wine-finder #location-list .location.show-by-location-type {*/
/*    display: block;*/
/*}*/
#wine-finder #location-list .location.out-of-reach {
    /*display: none !important;*/
    background: lightyellow;
}

#wine-finder #location-list .no-result {
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 20px 10px 10px;
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
}

#wine-finder #location-list .no-result.active {
    display: block !important;
    opacity: 1;
}

#wine-finder #location-list .location > div {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.4em;
}

#wine-finder #location-list .location > div a {
    color: #555555;
}

#wine-finder #location-list .location > div a:hover {
    text-decoration: underline;
}

#wine-finder #location-list .location > div.location-title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
}

#wine-finder #location-list .location > div.location-content p {
    font-size: 11px !important;
    line-height: 1.1em;
}

.location-container {
    display: block;
}

.location-title {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #000000;
    cursor: pointer;
}

.change-location-type {
    text-align: center;
}

.location-type {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
}

.location-type input {
    opacity: 0;
    width: 1px;
}

.location-type span,
.location-type img {
    display: inline-block;
    vertical-align: top;
}

.location-type img + img {
    display: none;
}

.location-type.active img {
    display: none;
}

.location-type.active img + img {
    display: inline-block;
}

@media (max-width: 991px) {
    .map-col,
    .wine-finder-sidebar {
        width: 100%;
        min-height: calc(50vh);
    }
}

@media (max-width: 767px) {
    .map-col,
    .wine-finder-sidebar {
        width: 100%;
        height: 50vh;
    }

    .wine-finder-sidebar {
        height: 100vh;
    }
}

.search-container {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 40px 0;
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search-container .search {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 0 60px 0 10px;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23), 0 3px 6px 0 rgba(0, 0, 0, 0.16) !important;
    border-radius: 2px;
}

.search-container hr {
    position: relative;
    border: none;
    width: 1px;
    height: 70%;
    background: #EEEEEE;
}

.search-container .menu-icon {
    position: relative;
}

.search-container .search-icon {
    padding: 11px 10px 7px;
    height: 42px;
    background: transparent;
    border: none !important;
    margin-top: -20px;
}

* {
    outline: none;
}

.search-container.alt .search {
    padding: 0 60px 0 20px;
}

.search-container.alt .menu-icon {
    display: none;
}

.change-product-varietal {
    margin-bottom: 10px;
}

.change-distance select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 50px;
}

.change-product-varietal select {
    height: 40px;
    width: 100%;;
    padding-left: 15px;
    border-radius: 15px;
}

::-webkit-input-placeholder {
    color: #9E9E9E;
}

::-moz-placeholder {
    color: #9E9E9E;
}

:-ms-input-placeholder {
    color: #9E9E9E;
}

:-moz-placeholder {
    color: #9E9E9E;
}

.map-card {
    display: inline-block;
    width: 250px;
    min-height: 120px;
    margin: 10px 5px 20px;
    padding: 10px 20px;
    background: #fff;
    -webkit-box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22), 0 19px 38px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 15px 12px 0 rgba(0, 0, 0, 0.22), 0 19px 38px 0 rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}

.map-card .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    line-height: 34px;
}

.map-card .address {
    font-weight: 300;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    line-height: 22px;
}

@media (min-width: 768px) {
    .map-card {
        width: 236px;
    }
}

@media (min-width: 992px) {
    .map-card {
        width: 340px;
    }
}

.map-card.premium {
    background: url(img/icon-check.svg) #fff no-repeat 98% 5%;
    background-size: 20px;
}

.locate-me {
    text-align: right;
    font-size: 12px;
    text-transform: uppercase;
}

.locate-me a {
    color: #ffffff !important;
    font-weight: bold;
}

.locate-me a span,
.locate-me a img {
    display: inline-block;
    vertical-align: top;
}

.locate-me a img + img {
    display: none;
}

.locate-me a.active img {
    display: none;
}

.locate-me a.active img + img {
    display: inline-block;
}

.search-icon {
    display: -moz-flex !important;
    display: -o-flex !important;
    display: -ms-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: block-axis;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    -o-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-icon span {
    position: relative;
    height: 18px;
    width: 18px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 100%;
}

.search-icon span:after {
    content: '';
    position: absolute;
    bottom: -4px;
    right: -5px;
    height: 2px;
    width: 9px;
    background: #000;
    border-radius: 5px;
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}

.search-icon.round {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    width: 45px;
    background: #000;
    border-radius: 100%;
}

.search-icon.round span {
    margin-top: -4px;
    margin-left: -1px;
}

.see-in-google {
    display: block;
    font-size: 13px;
}

#wine-finder #location-list .location > div.location-distance {
    line-height: 1em;
    margin-bottom: 10px;
    display: block;
}
