body{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem
}

p{
  line-height: 2.3rem
}

h1 {
  margin-bottom: 25px;
  /*text-transform: uppercase;*/
  letter-spacing: 1px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size:5.5rem;
}

h3{
  /*font-weight: bold;*/
  font-size: 4rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Open Sans Condensed', sans-serif;
}

a{
  color: #666;
}

.homepage header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.homepage .menu-toggler {
  display: inline-block !important;
  color: #333;
  /*height: 29px;*/
  /*line-height: 29px;*/
  text-decoration: none !important;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px
}
.menu-toggler img {
  vertical-align: baseline;
}
.menu-toggler .fa {
  font-size: 20px;
  vertical-align: text-top;
}
section .moduletable{
  margin-bottom: 0
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.logo {
  padding: 0;
  display: inline-block;
  margin-top: 30px;
}
.header-lang {
  align-items: center;
  justify-content: flex-end;
}
.header-menu{
   align-items: center;
  justify-content: flex-start;
}

.header-menu > * {
  margin-left: 30px;
  margin-bottom: 50px;
  margin-right: 30px;
}
.header-lang > *{
  margin: 0 60px 50px 0
}

.slider {
  padding-top: 0;
}
.slider .custom {
  margin: 0 -15px;
}

.homepage .slider .custom {
  height: 100vh;
  min-height: 768px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 -15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
  font-size: 10rem;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.homepage .slider .custom a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  text-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.homepage .slider .custom a::after {
  content: "\f107";
  font-family: fontawesome;
  display: inline-block;
  font-size: 4rem;
  font-weight: normal;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
}

.homepage .slider .custom p:first-of-type{
  margin: 8% 0;
  line-height: 1;
}
.moduletable .box {
  background-color: transparent;
  padding: 0;
}
.top-1 .custom, .top-2 .custom, .top-3 .custom, .bottom-1 .custom, .bottom-2 .custom{
  margin: 0 -15px;
}


.width-100-img img {
  width: 100%
}
.custom.text-block{
  padding: 18%
}
.text-block h3{
  margin-bottom: 3rem
}
.text-block p{
  color: #777
}
.text-block a {
  font-weight: bold;
  font-size: 1.6rem;
}
.text-block a[href^="mail"]{
  font-weight: normal;
}

.text-block a::before {
  content: "\f107";
  font-family: fontawesome;
  display: inline-block;
  width: 100%;
  font-size: 4rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.signature{
  margin-top: 30px
}
p.subtitle{
  font-weight: bold;
  font-style: italic;
  font-size: 1.6rem;
  margin-bottom: 4rem;
  color: #333
}
.bottom-1{
  margin-top: 0
}
.contact-block img{
  margin-bottom: 60px
}

.bottom-1 .custom.text-block{
  padding: 16% 10%
}
.contact-info {
  font-weight: bold;
  font-style: italic;
  color: #333;
}
.bottom-1 .subtitle ~ p{
  margin-bottom: 40px
}
footer {
  background-color: #2a2a2a;
  border-top: 1px solid #2a2a2a;
  color: #fff;
  padding: 8% 0 6%;
}
.footer-logo > p:first-of-type{
  margin-bottom: 80px
}

.social-icons{
  margin: 40px 0 80px
}
footer .menu {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px
}
footer .menu li{
  margin: 0;
  padding: 0 1.5%;

}
footer .menu li:not(:last-child){
border-right: 1px dotted #fff
}
.moduletable .menu > .active > a, .moduletable .menu > .active > span {
  background-color: transparent;
  color: #fff;
}
footer .moduletable:last-child{
  padding-bottom: 45px;
  border-bottom: 2px solid #111
}
#to-top {
  font-size: 4rem;
  z-index:2
}

.flex {
  display: block;
  display: flex;
}

/* Offcanvas */
#offcanvas {
  background-color: #fff;
}
#offcanvas .menu-wrapper {
  background-color:transparent;
  margin-right: 0;
  -webkit-transition: margin-right .3s linear;
  transition: margin-right .3s linear;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#offcanvas .is-open {
  margin-right: 0;
  -webkit-transition: margin-right .3s linear;
  transition: margin-right .3s linear;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;

}
#offcanvas .menu-wrapper a, #offcanvas .menu-wrapper span {
  color: #333 !important;
  font-size: 3rem;
  font-weight: 300;
  font-family: 'Open Sans Condensed', sans-serif;
}

#offcanvas nav{
  margin-bottom: 20vh
}
#offcanvas-close {
  float: right;
  margin: 10px 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 50px;
  position: relative;
  z-index: 1;
}

/* Lang module */
.mod-languages{
  position: relative;
}

.header-lang .mod-languages{
  padding-right: 20px
}

.mod-languages::after {
  content: "";
  font-family: fontawesome;
  position: absolute;
  right: -20px;
  font-size: 20px;
  top: 0;
  width: 17px;
  height: 17px;
  background: url('../images/32px-Globe_icon.png') no-repeat center;
  background-size: 17px
}
.header-lang .mod-languages::after{
  right: 0;
}

div.mod-languages ul {
  line-height: 16px;
}
div.mod-languages li {
  margin-left: 2px;
  margin-right: 2px;
 font-family: 'Open Sans Condensed', sans-serif;
 font-size: 20px;
 text-transform: uppercase;
}
div.mod-languages li:first-child::after{
  content: "/";
  margin-right: -4px;
}
div.mod-languages li > a{
  color: #333;
  opacity: 1;
}

div.mod-languages li.lang-active a{
  opacity: 0.7
}

/* category articles module */
.img-container {
  padding: 0 10px;
  margin-bottom: 20px;
}
.img-container:last-child, .img-container:nth-last-child(2){
  margin-bottom: 0;
}

.img-container-inner{
  background-color: #f7f7f7;
  padding: 40px 0;
  border: 1px solid transparent;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-container-inner.active {
    box-shadow: 5px 4px 20px 0px #d8d8d8;
}

.img-container-inner img {
    height: 380px;
}
.vh100{
  height: 100vh
}

.item.text-center {
  display: -webkit-flex;
  display: flex;
  min-height: 100%;
  height: 100vh;
  -webkit-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding:15%
}

.owl-carousel .owl-item h3 {
    font-size: 50px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
  text-transform: none;
}

.padding-0{
  padding: 0 4px 0 6px
}
.wines-row {
/*  display: flex;
  flex-wrap: wrap;*/
  min-height: 100%;
}

.owl-item a {
  display: inline-block;
  margin-top: 30px;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}

/* Wines view */
#grid {
  margin: 0 -10px 100px;
}

.wines h2 {
    font-size: 21px;
    line-height: 27px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.wines a {
  color:#333;
}

.grid__brick{
  padding: 0 50px
}

.grid__brick .item {
  padding:10px 10px 20px 10px;
  margin-bottom: 40px
}

.grid__brick img {
  max-height: 300px;
}

.inner-pages-modules {
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 60px 0 90px;
  line-height: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
}
.inner-pages-modules > ul li {
  padding: 0 30px;
  border-right: 1px dotted #999
}
.inner-pages-modules > ul li:first-child{
  padding-left: 0
}

.inner-pages-modules .mod-languages {
  padding-left: 30px;
}

.wines h1 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:normal;
   font-size:50px
}

.breadcrumb {
  text-align: center;
  background: no-repeat;
  font-style: italic;
  padding: 0;
  color: #bdbdbd;
  font-size: 1.4rem;
  margin-top: 15px
}

.breadcrumb > li + li::before, .breadcrumb > .active, .breadcrumb a {
  color: #bdbdbd;
}

.breadcrumb::after {
  content: "";
  width: 1px;
  height: 70px;
  background-color: #d7d7d7;
  display: block;
  margin-left: 50%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.breadcrumb .divider {
  display: none;
}

.wine-types {
    margin-bottom: 70px;
    text-align: center;
}

.wine-types i{
  font-size: 16px;
  vertical-align: middle;
}

.wine-types .btn-link {
    color: #000000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
    border-bottom: 1px solid #9e9e9e;
    margin: 0 15px;
    padding: 5px 5px 0 5px;
}

.wine-types .btn-link:hover {
    text-decoration:none;
    border-bottom: 1px solid #333;
}

/* .wine-types .btn-link:not(:last-child)::after {
  content: "/";
  margin-left: 15px;
  position: absolute;
} */

/* Article */
.krasia .item-page {
  border-bottom: 1px solid #eeeeee;
}
.item-page {
  padding-bottom: 8%;
  margin-bottom: 8%;
}

.article-content {
  padding-left: 80px;
  flex-wrap: wrap;
  align-content: center;
}
.article-content p{
  line-height: 3rem
}

.fields-container {
  margin-top: 30px;
}
.field-entry {
  margin-bottom: 15px;
}
.field-label {
  font-weight: bold;
}
.view-article .breadcrumb {
  margin-bottom: 70px;
  font-size: 14px;
}
.thumbnail{
  border-radius: 0;
  border-color: #dcdcdc;
  padding-bottom:55px
}
.related-products {
  margin-bottom: 20%;
}
.related-products img{
  max-height: 400px
}

.related-products h3 {
  margin-bottom: 8%;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight:400;
  font-size: 5rem;
}
.related-products h4{
  font-size: 21px;
  line-height: 27px;
  font-family: 'Open Sans Condensed', sans-serif;
}

/* Contact Form */
.rsform-block-name, .rsform-block-email, .rsform-block-phone, .rsform-block-subject {
  float: left;
  width: 50%;
}
.rsform-block-name, .rsform-block-phone{
  padding-right: 15px
}
.rsform-block-email, .rsform-block-subject{
  padding-left: 15px
}

.rsform-block-message {
  clear: both;
}
.rsform-block input:not(.rsform-submit-button), .rsform-block textarea {
  border: none;
  border-bottom: 3px solid #ccc;
  border-radius: 0;
  box-shadow: none !important;
  padding: 0;
}
.formControlLabel {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 14px;
}
.formControlLabel strong{
  font-weight: normal;
  color: red
}
.rsform-block-send {
  text-align: center;
  margin-top: 40px;
}
.rsform-submit-button {
  margin: 0 auto;
  padding: 15px 40px;
  border-radius: 0;
  background-color: transparent !important;
  color: #333 !important;
  border: 2px solid #333 !important;
  text-transform: uppercase;
}
.view-rsform form{
  margin-bottom: 8%
}
.view-rsform iframe{
  margin-bottom: 60px
}

.customespa {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}



@media (min-width: 801px) {
  .top-2 .width-100-img{
    left: 50%
  }
    .top-2 .text-block{
    left: -50%
  }
  .menu-toggler, .menu-toggler-wrapper, #mm-page-nav {
    display: none;
  }

}

@media (min-width: 769px){
   body:not(.homepage) .header-logo{
      width: 100%
   }
   body:not(.homepage) .header-menu, body:not(.homepage) .header-lang{
     display: none;
   }

}

@media (max-width: 1440px) {
  .homepage .slider .custom p:first-of-type {
    margin: 15% 0;
    font-size: 8rem
  }
  .width-100-img{
    min-height: 100%;
    display: flex;
  }

  .width-100-img img {
    height: 100%;
    object-fit: cover;
  }

  .custom.text-block {
    padding: 10%;
  }
}

@media (max-width: 1024px) {
  .homepage .slider .custom {
     height: 768px;
  }
  .footer-logo > p:first-child > img{
    width: 200px
  }
  .wine-carousel, .wines-row {
    display: block;
  }
}

@media (max-width: 800px){
  .img-container {
    margin-bottom: 0;
    padding: 0 5px
  }
  .bottom-1 .width-100-img{
    display: block;
  }
  .padding-0 {
    padding: 0 15px;
  }
  .top-1 .width-100-img{
    display: none;
  }
  .article-content {
    padding-left: 15px;
  }

  .related-products .related-product{
    margin-bottom: 50px
  }
  .krasia .item-page .item-image img{
    margin-left: 105px
  }
  .wine-carousel > * {
    width: 100%;
  }
  .wine-carousel .item.text-center {
    height: auto;
  }

  .img-container {
    margin-bottom: 20px;
  }

}

@media (max-width: 768px) {
  .header-menu > *, .header-lang > * {
    margin: 0;
    white-space: nowrap;
  }
  .homepage .slider .custom p:first-of-type{
    font-size: 5rem;
  }
  .homepage .slider .custom p:first-of-type {
    margin: 35% 0;
  }
  #top-2 {
    margin-bottom: 100px
  }
  .img-container-inner img, .item.text-center {
    height: auto;
  }
  .item.text-center{
    padding: 10%
  }

  .owl-dots {
    bottom: 0;
  }

  #footer-1 {
    padding-top: 30%;
  }

  .wines-row {
      display: block;
  }

  .navbar-default  > div > div{
    display : block
  }
  .mod-languages, .menu-toggler{
    margin-top: 60px;
    display: inline-block;
  }

  .inner-pages-modules{
    display: none;
  }

  .wines, .item-page, .com_rsform h1{
    margin-top: 80px;
  }

  h1{
    font-size: 4rem
  }

  h3, .related-products h3{
    font-size: 3.5rem
  }

  .homepage .slider .custom {
     height: 1024px;
  }

}

@media (max-width: 812px) and (orientation: landscape) {
  .logo img{
    max-width: 120px
  }
  .homepage .slider .custom p:first-of-type {
    margin: 120px 0 0;
    font-size: 4rem;
  }
  #footer-1 {
    padding-top: 10%;
  }
  .footer-logo > p:first-child > img {
    width: 160px;
  }

  .img-container {
    margin-bottom: 0;
    padding: 0 5px
  }
  .bottom-1 .width-100-img{
    display: block;
  }
  .padding-0 {
    padding: 0 15px;
  }
  .top-1 .width-100-img{
    display: none;
  }
  .top-2 .width-100-img, .top-2 .text-block {
    left: 0;
  }
  #offcanvas .menu-wrapper a, #offcanvas .menu-wrapper span {
    font-size: 2rem;
  }
  .homepage .slider .custom {
     height: 100vh;
     min-height: 100vh
  }

}

@media (max-width: 667px) {
  .logo img{
    width: 120px
  }

  .owl-carousel .owl-item h3 {
    font-size: 4rem;
  }
  .wine-types .btn-link{
    margin-top: 10px
  }
  .krasia .item-page .item-image img {
    margin-left: 0;
    width: 70%;
  }
  #offcanvas img{
    width: 120px
  }
  .rsform-block-name, .rsform-block-email, .rsform-block-phone, .rsform-block-subject {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 20px
  }
  .view-rsform iframe {
    height: 400px;
  }
  .krasia h1 {
    font-size: 3.5rem;
  }
  .homepage .slider .custom {
     height: 100vh;
     min-height: 100vh
  }

	.customespa {
		display: none;
	}

}

@media (max-width: 360px) {
  h1{
    font-size: 3.5rem
  }
  .homepage .slider .custom p:first-of-type {
    margin: 35% 0;
    font-size: 4rem
  }
  footer .menu {
    margin: 0 -15px;
  }
  footer .menu li {
    margin-bottom: 10px;
  }
}

