/*!
 * Vitality v2.2.0 (http://themes.startbootstrap.com/vitality-v2.2.0)
 * Copyright 2013-2018 Start Bootstrap
 * Purchase a license to use this theme at (https://wrapbootstrap.com)
 */
html,
body {
  height: 100%;
}
@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}
@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}
@font-face {
    font-family: Montserrat-Bold;
    src: url(../fonts/montserrat/Montserrat-Bold.ttf);
}
@font-face {
    font-family: Montserrat-ExtraBold;
    src: url(../fonts/montserrat/Montserrat-ExtraBold.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold;
    src: url(../fonts/montserrat/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: Oswald-Medium;
    src: url(../fonts/oswald/Oswald-Medium.ttf);
}
@font-face {
    font-family: Oswald-Bold;
    src: url(../fonts/oswald/Oswald-Bold.ttf);
}
@font-face {
    font-family: Oswald-SemiBold;
    src: url(../fonts/oswald/Oswald-SemiBold.ttf);
}
hr {
  max-width: 100px;
  height: 2px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

hr.colored {
  border-color: #EF4035;
}

@media (min-width: 992px) {
  hr {
    max-width: 150px;
  }
}

section.page-section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  section.page-section {
    padding: 75px 0;
  }
}

::-webkit-input-placeholder {
  font-weight: 300;
  font-family: Montserrat-Regular;
}

:-moz-placeholder {
  font-weight: 300;
  font-family: Montserrat-Regular;
}

::-moz-placeholder {
  font-weight: 300;
  font-family: Montserrat-Regular;
}

:-ms-input-placeholder {
  font-weight: 300;
  font-family: Montserrat-Regularf;
}

body {
  font-weight: 300;
  font-family: Montserrat-Regular;
}

a {
  color: #EF4035;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:focus {
  color: #c81b10;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.5;
}

p.lead {
  font-size: 24px;
  font-family: Montserrat-Medium;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat-ExtraBold;
  font-weight: 900;
}

.head-title-h1{
      font-family: Montserrat-ExtraBold;
    font-size: 42px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: 2.3px;
    text-align: center;
    color: #031e3f;
}
@media (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}

#overlay-auth{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1050;
  padding-top:10%;
}
#overlay-auth ul li{
  list-style-type: none;
}
#overlay-auth.add-age-guard {
    display: block;
    height: 100%;
    visibility: visible;
}
#overlay-auth img{
  display: block;
  margin: 60px auto 20px auto;
}
#overlay-auth #remember-me{
  border: 2px solid #ffffff;
  width: 26px;
  height: 26px;
  background: #000;
  transition: background .5s;
  margin: 20px auto 50px auto;
}
#overlay-auth .confirm-text{
  color: #fff;
  text-align: center;
  font-family: Montserrat-Medium;
  font-size: 18px;
}
#overlay-auth .selected-allow{
  background: #fff !important;
}
#overlay-auth #enter-site{
  text-align: center;
  color: #fff;
  font-family: Montserrat-Bold;
  font-size: 20px;
  transition: color .5s;
  font-weight: bold;
  cursor: pointer;
}
#overlay-auth #enter-site:hover{
  color: #f6c20c;
}

#mainNav {
  background-color: #222;
}

#mainNav .navbar-toggler {
  padding: 15px;
  color: white;
  font-size: 14px;
}
#mainNav .navbar-toggler .menu-line{
    height: 4px;
    width: 26px;
    background-color: #fff;
    margin-bottom: 6px;
}
#mainNav .navbar-toggler .menu-line:last-child{margin-bottom: 0px;}
#mainNav .navbar-toggler:focus, #mainNav .navbar-toggler:hover {
 /* color: #222;
  background-color: white;*/
}

#mainNav .navbar-brand {
  color: white;
  font-size: 24px;
  line-height: 44px;
  font-family: Montserrat-SemiBold;
  font-weight: 900;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 40px;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
  font-size: 14px;
  font-family: Montserrat-SemiBold;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link:hover {
  color: rgba(255, 255, 255, 0.5);
}

#mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
  color: #fff;
}



header.masthead {
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #222;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 1024px) {
  header.masthead {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  header.masthead {
    background-attachment: scroll;
  }
}

header.masthead .masthead-img {
  max-width: 150px;
  max-height: 150px;
}

header.masthead .masthead-title {
  font-family: Montserrat-SemiBold;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 4.5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

header.masthead .masthead-subtitle {
  font-family: Oswald-Medium;
  font-size: 66px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 7.6px;
  text-align: center;
  color: #ffffff;
}

header.masthead .scroll-down {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

header.masthead .scroll-down .btn {
  font-size: 40px;
  line-height: 50px;
  width: 55px;
  height: 50px;
  padding: 0;
  letter-spacing: normal;
  color: white;
  border-radius: 100% !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

header.masthead .scroll-down .btn:hover {
  color: rgba(255, 255, 255, 0.5) !important;
  border-color: transparent;
  outline: none;
}

header.masthead .scroll-down .btn:active, header.masthead .scroll-down .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 1199px) {
  header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .masthead-img {
    max-width: 237px;
    max-height: 90px;
  }
  header.masthead .masthead-title {
    font-size: 48px;
    font-weight: 600;
    font-family: Montserrat-SemiBold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 7.5px;
    text-align: center;
    color: #ffffff;
  }
  header.masthead .masthead-subtitle {
    font-size: 134px;
    font-family: Oswald-Medium;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 8.4px;
    text-align: center;
    color: #ffffff;
  }
}

header.video {
  background: #222;
  overflow: hidden;
  
}
.border-bttom-header{
  margin-top: -6px;
  z-index: 9;
  position: relative;
  border-bottom: dotted 8px #f6f2ea;
}
header.video .overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: black;
}

header.video .container {
  position: relative;
}

header.video .container,
header.video .scroll-down {
  z-index: 999;
}

header.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/*@media screen and (max-device-width: 1024px) {
  header.video {
    background: url("../img/agency/backgrounds/bg-mobile-fallback.jpg") #222 no-repeat center center scroll;
  }
  header.video video {
    display: none;
  }
}*/

.main-bg-color {
  background-image: linear-gradient(to bottom, #f6f2ea, #f0e7dc);
}
.main-bg-img {
  background: url("../images/main-bg@2x.jpg") no-repeat center center scroll;
  background-size: cover;
  background-position: center bottom;
}

.explore-world-top{position: relative; margin-bottom: 36px;}
.exploreworld-hr-top{
    max-width: 100%;
    border-top: dotted 6px #b3a896;
    border-bottom: 0;
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.exploreworl-top-img{
    z-index: 99;
    position: relative;
    width: 200px;
    margin: 0 auto;
    background: #F5F1E9;
}
.p-description{
    width:767px;
    font-family: Montserrat-Medium;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #031e3f;
    margin: 0 auto;
}
.world-map-home{
  object-fit: contain;
  opacity: 0.57;
  mix-blend-mode: multiply;
}

.common-stylish-head {position: relative; margin-bottom: 36px;}
.common-stylish-hrhead {
    max-width: 100%;
    border-top: dotted 6px #b3a896;
    border-bottom: 0;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.common-stylish-texthead {
  z-index: 99;
    position: relative;
    width: 400px;
    margin:30px auto 60px;
    background: #F3EDE4;
  }

.main-brand{width:100%;display: flex;}
.our-brand-inner{box-shadow: 0px 0px 15px #888;}
.main-brand .innerbrand-desc,.main-brand .innerbrand-img{padding:0px;}
.main-brand .innerbrand-img{overflow: hidden;}
.main-brand .innerbrand-img img{transition:0.3s linear;}
.main-brand .innerbrand-img:hover img {transform: scale(1.2);}
.main-brand-one .innerbrand-desc{background-color: #f1e8dd;}
.main-brand .innerbrand-desc{
  padding: 50px 90px 50px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-brand .innerbrand-desc h6{
  font-family: Montserrat-Bold;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 3.9px;
  margin-bottom: 20px;
}
.main-brand .innerbrand-desc h2{
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-transform: uppercase;
}
.main-brand .innerbrand-desc p{
  font-family: Montserrat-Medium;
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  margin-top: 20px;
}

.main-brand .innerbrand-desc a{
  height: 42px;
  font-family: Montserrat-Medium;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 2px;
  margin-top: 30px;
  padding: 11px 13px;
}
.main-brand .innerbrand-desc a i{
    font-size: 24px;
    line-height: 14px;
    height: 20px;
    vertical-align: middle;
    padding-top: 1px;
  }

.main-brand-one .innerbrand-desc h6{color: #b0914d;}
.main-brand-one .innerbrand-desc h2{color: #2d3f55;}
.main-brand-one .innerbrand-desc p{color: #2d3f55;}
.main-brand-one .innerbrand-desc a{border: solid 1px #2d3f55;color: #2d3f55;background-color: transparent;}
.main-brand-one .innerbrand-desc{order:1;}
.main-brand-one .innerbrand-img{order:2;}

.main-brand-two .innerbrand-desc{background-color: #393c38;}
.main-brand-two .innerbrand-desc h6{color: #b0914d;}
.main-brand-two .innerbrand-desc h2{color: #ffffff;}
.main-brand-two .innerbrand-desc p{color: #ffffff;}
.main-brand-two .innerbrand-desc a{border: solid 1px #b0914d;color: #b0914d;background-color: transparent;}


.main-brand-last .innerbrand-desc{background-color: #caab66;}
.main-brand-last .innerbrand-desc h6{color: #2d3f55;}
.main-brand-last .innerbrand-desc h2{color: #ffffff;}
.main-brand-last .innerbrand-desc p{color: #ffffff;}
.main-brand-last .innerbrand-desc a{border: solid 1px #2d3f55;color: #2d3f55;background-color: transparent;}
.main-brand-last .innerbrand-desc{order:1;}
.main-brand-last .innerbrand-img{order:2;}

.mission-head {position: relative; margin-bottom: 80px;}
.mission-head-hr {
    max-width: 100%;
    border-top: dotted 6px #b3a896;
    border-bottom: 0;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
.mission-head-text {
  z-index: 99;
    position: relative;
    width: 400px;
    margin: 0 auto 40px;
    background: #eee6db;
}

.mission-head .p-description{
    width: 767px;
    font-family: Montserrat-Medium;
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #031e3f;
    margin: 0 auto;
}
.mission-item{margin-bottom: 100px;}
.mission-item .mission-item-inner {text-align: center;}
.mission-item .mission-desc{margin-top: 43px;}
.mission-item .mission-item-inner h3{
    font-family: Montserrat-ExtraBold;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
    color: #031e3f;
}
.mission-item .mission-item-inner p{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #031e3f;
    font-family: Montserrat-Medium;
}   
.our-creativity-text{ padding-bottom: 200px;} 

.our-creativity-text p{ 
    font-family: Oswald-Bold;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.47;
    letter-spacing: 1.9px;
    text-align: center;
    color: #a78b5c;
}
.our-creativity-text p i.fa-quote-left{float: left; }
.our-creativity-text p i.fa-quote-right{float: right; }

footer {text-align: center;  background-blend-mode: multiply; background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #252525);}
footer .footer-logo{margin-bottom: 63px;}
footer .footer-social-icon ul{padding-left: 0px;margin-bottom: 25px;}
footer .footer-social-icon ul li{display: inline-block;margin:0px 15px;}
footer .footer-social-icon ul li .fb-img{width: 34px;height: 34px;}
footer .footer-social-icon ul li .insta-img{width: 35px;height: 35px;}
footer .footer-social-icon ul li .twitt-img{width: 37px;height: 37px;}
footer .copyright-footer{border-top: solid 2px #ffffff;padding: 10px 0px;}
footer .copyright-footer p{
  font-family: Montserrat-Medium;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: 1px;
  color: #ffffff;
}

header.masthead.header-brand { height: 600px; min-height: 600px;}
header.masthead.header-brand .my-auto h6{
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 3.63;
  letter-spacing: 2.8px;
  color: #cd9b2b;
}
header.masthead.header-brand .my-auto h1{
  font-family: Montserrat-Bold;
  font-size: 48px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: 2.3px;
  color: #ffffff;
}
header.masthead.header-brand .my-auto hr{
  width: 60px;
  border-top: 0;
  border-bottom: solid 3px #fff;
  float: left;
}

.inner-page-fullbg{
    /*background: url(../images/main-bg@2x.jpg) no-repeat center center scroll;
    background-size: cover;
    background-position: center bottom;*/
  background-image: url(../images/team/header-team-bg.png), url(../images/main-bg@2x.jpg), linear-gradient(to top, rgba(241, 232,221, 1), rgba(241, 232,221, 0));
  background-position: center top, center 70%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, 100%;
}
.brand-innerpage-bg{
  background: url(../images/main-bg@2x.jpg) no-repeat center center scroll;
    background-size: cover;
    background-position: center bottom;
}
.mad-march-brand .brand-bottle{height: 320px;}
.cocalero-brand .brand-bottle{height: 600px;}
.egans-brand .brand-bottle{height: 500px;}
.brand-bottle img{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.mad-march-brand .brand-bottle img{
    top: -265px;
}
.cocalero-brand .brand-bottle img{
    top: -320px;
}
.egans-brand .brand-bottle img{
    top: -480px;
}
.brand-bottle-bottom{ padding: 0px 100px;}
.brand-bottle-bottom h3{
  font-family: Oswald-SemiBold;
  font-size: 38px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #2d3f55;
  text-transform: uppercase;
}
.brand-bottle-bottom p{
  font-family: Montserrat-SemiBold;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #031e3f;
  margin-top: 25px;
}
.bottle-right-desc{margin-top: 60px; padding-right: 100px;}
.bottle-right-desc h4{
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #2d3f55;
}  
.bottle-right-desc p{
   font-family: Montserrat-Medium;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #2d3f55;
}
.bottle-right-desc .border-bottom-brand{border-bottom: dotted 6px #b3a896;    margin-top: 30px;}
.bottle-right-desc .bottle-sheet-site{ padding-left: 0px; margin-top: 30px;}
.bottle-right-desc .bottle-sheet-site li{display: inline-block;margin-right: 40px; margin-bottom: 15px;}
.bottle-right-desc .bottle-sheet-site li a{
  font-family: Montserrat-Bold;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #2d3f55;

}
.bottle-right-desc .bottle-sheet-site li a img{margin-right: 5px; vertical-align: bottom;}
.brand-medal-docs{ margin-bottom: 300px;}
.brand-medal-docs .mmh-medal{padding:0px 100px;}
.brand-medal-docs .mmh-docs{padding-right:100px;}
.brand-medal-docs .mmh-docs img{padding-top:50px;}


.team-page {padding-top: 200px;}
.team-headertitle{margin-bottom: 50px;}
.team-headertitle hr{
  border-top:dotted 6px #fff;
  border-bottom:0px;
  margin:0 auto 15px;
  width:50px;
}
.team-headertitle h1{
  font-family: Montserrat-ExtraBold;
  font-size: 42px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.3px;
  text-align: center;
  color: #ffffff;
}
.main-teampage-grid{margin-bottom: 800px;}
.team-page-grid {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.team-single-grid{
  background-color: #ffffff;
  box-shadow: 8px 7px 26px #a79a8c;
  cursor: pointer;
}
.team-single-desc{  padding: 15px 20px;}
.team-single-grid h4{
  font-family: Montserrat-ExtraBold;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #2d3f55;
  margin-bottom: 0;
  text-transform: uppercase;
}
.team-single-grid p{
  font-family: Montserrat-Medium;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: #2d3f55;
  margin-bottom: 0;
}
.team-hoverefferct {position: relative;}
.team-single-grid:hover .team-hoverefferct .team-hover{
    position: absolute;
    background: rgba(45, 63, 85,0.75);
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    transition: 0.2s linear;
  }  
.team-popup{background: rgba(45, 63, 85,0.75);}
.team-popup .modal-dialog {
    max-width: 960px;box-shadow: 0px 0px 30px #232323;
}
.team-popup .modal-dialog .modal-content{border-radius: 0px;}
.team-membtitle-mobile{display: none;}
.team-membtitle-desktop{display:block;}
.team-popup .modal-body {display: flex;width: 100%; padding: 0px;}
.team-popup .modal-body .team-pop-img{padding: 0px;background: #F1E8DD;}
.team-popup .modal-body .team-pop-desc{padding: 120px 90px 120px 50px;}
.team-popup .modal-body .team-pop-desc h4,.team-popup .modal-body .team-pop-desc h6,.team-popup .modal-body .team-membtitle-mobile h4,.team-popup .modal-body .team-membtitle-mobile h6{
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #2d3f55;
  }
.team-popup .modal-body .team-pop-desc h4,.team-popup .modal-body .team-membtitle-mobile h4{font-family: Montserrat-ExtraBold;margin-bottom: 0; text-transform: uppercase;}  
.team-popup .modal-body .team-pop-desc h6, .team-popup .modal-body .team-membtitle-mobile h6{font-family: Montserrat-Medium;} 
.team-popup .modal-body .team-pop-desc p{
  font-family: Montserrat-Medium;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.13;
  letter-spacing: normal;
  color: #2d3f55;
  margin-top: 30px;
} 
.team-popup .modal-body button.close{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: #F1E8DD;
    font-size: 70px;
    line-height: 50px;
    opacity: 1;
}

/* contact css */
.contact-maindiv{
  padding-top:80px;
  background: url(../images/main-bg@2x.jpg) no-repeat center center scroll;
    background-size: cover;
    background-position: center bottom;
}
.contact-headertitle{margin-bottom: 50px;}
.contact-headertitle hr{
  border-top:6px dotted #2d3f55;
  border-bottom:0px;
  margin:0 auto 15px;
  width:50px;
}
.contact-headertitle h1{
  font-family: Montserrat-ExtraBold;
  font-size: 42px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.3px;
  text-align: center;
  color: #2d3f55;
}
.contact-maindiv .contact-headertitle p{
  font-family: Montserrat-Medium;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #2d3f55;
  margin-top: 40px;
  margin-bottom: 40px;
}
.contact-maindiv .container{margin-bottom: 500px;}
.all-country{ display: flex; margin: 0 auto;margin-bottom: 80px; }
.country-add {text-align: center;}
.country-add h2{
  font-family: Montserrat-ExtraBold;
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.94;
  letter-spacing: 2.3px;
  text-align: center;
  color: #2d3f55;
  margin-bottom: 0px;
}
.country-add hr{
  border-bottom: 0px;
  border-top:2px solid #2d3f55;
  max-width: 250px;
}
.country-add p{
  font-family: Montserrat-Medium;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2d3f55;
  margin-top: 25px;
}
.contact-heaer{position: relative;}
#map{
    height: 600px;
    width: 100%;
}
/*.brand-border-bottom{display: none;}*/



/* media start  custom*/
@media (min-width:2700px) {
	.brand-medal-docs {margin-bottom: 1000px;}
}
@media (min-width:1980px) and (max-width:2699px)  {
	.brand-medal-docs {margin-bottom: 700px;}
}
@media (min-width:1650px) and (max-width:1979px) {
  .brand-medal-docs { margin-bottom: 465px;}
  }
@media (min-width:1520px)  {
.main-bg-img{background-position: center 90%;  }
.contact-maindiv .container { margin-bottom: 700px;}

}
@media (max-width:1500px) {
  .main-teampage-grid {
    margin-bottom: 550px;
  }
}
@media (max-width:1300px) {
  .main-teampage-grid {
    margin-bottom: 350px;
  }
}
@media (max-width:1199px) {
.inner-page-fullbg{
  background-position: center top, center bottom;
  background-image: url(../images/team/header-team-bg.png), url(../images/main-bg@2x.jpg), linear-gradient(to top, rgba(241, 232,221, 1), rgba(241, 232,221, 1));
}

.mad-march-brand .brand-bottle {
    height: 300px;
}
.mad-march-brand .brand-bottle img {
    top: -200px;
  }
.brand-bottle-bottom {
    padding: 0px 80px;
}
.brand-bottle-bottom h3 {
    font-size: 30px;
}
header.masthead.header-brand .my-auto h1 { font-size: 40px;}
}
@media (min-width: 992px) and (max-width:1199px) {
  header.masthead {
    height: 100vh;
    min-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .masthead-img {
    max-width: 237px;
    max-height: 90px;
  }
  header.masthead .masthead-title {
    font-size: 48px;
    font-weight: 600;
    font-family: Montserrat-SemiBold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 7.5px;
    text-align: center;
    color: #ffffff;
  }
  header.masthead .masthead-subtitle {
    font-size: 100px;
    font-family: Oswald-Medium;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    /*line-height: normal;*/
    letter-spacing: 8.4px;
    text-align: center;
    color: #ffffff;
  }
  .main-brand .innerbrand-desc h2 { font-size: 40px;}
  .main-brand .innerbrand-desc p { font-size: 15px;}
  .our-creativity-text p {font-size: 22px;}
  .our-creativity-text { padding-bottom: 40px;}
}
@media (min-width: 992px) {
  #mainNav {
    height: auto;
    padding: 30px 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    background-color: transparent;
  }
  #mainNav.navbar-shrink {
    padding: 5px 0;
    background-color: rgba(34, 34, 34,0.8);
  }
  #mainNav .navbar-brand {
    font-size: 26px;
    line-height: 50px;
    margin-left: 100px;
  }
  #mainNav .navbar-collapse{margin-right: 100px;}
  #mainNav .navbar-brand img {
    height: 53px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item {
    margin-right: 5px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item:last-child {
    margin-right: 0;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    padding: 3px 0px;margin: 0px 15px;
  }
  #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:focus, #mainNav .navbar-collapse .navbar-nav > .nav-item > .nav-link.active:hover {
    color: #fff;
    border-radius: 0;
    border-bottom: solid 1px #fbf0cd;
  }
}
@media (max-width: 991px) {
#mainNav {
    height: auto;
    padding: 30px 0;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    background-color: transparent;
  }
  #mainNav.navbar-shrink {
    padding: 5px 0;
    background-color: rgba(34, 34, 34,0.8);
  }
  .navbar-collapse{background-color: rgba(34, 34, 34,0.8); padding-left: 30px;}

  .p-description { width: 100%;}
  .mission-head .p-description{width: 100%;}
  .main-brand .innerbrand-desc {padding: 15px 60px;}
  .main-brand .innerbrand-desc h2 {font-size: 30px;}
  .main-brand .innerbrand-desc p {
    font-size: 12px;
    margin-top: 20px;
  }
 .main-brand .innerbrand-desc a {
    height: 36px;
    font-size: 12px;
    line-height: 10px;
    margin-top: 18px;
  }
  .main-brand .innerbrand-desc a i {
    font-size: 18px;
    line-height: 10px;
    height: 16px;
  }
  .our-creativity-text p { font-size: 20px;}
  .mission-item { margin-bottom: 50px;}
  .our-creativity-text { padding-bottom: 40px;}
  .team-single-grid p { font-size: 14px;}

  header.masthead.header-brand {
    height: 550px;
    min-height: 550px;
  }
  header.masthead.header-brand .my-auto h6 {
    font-size: 14px;
  }
  header.masthead.header-brand .my-auto h1 {
    font-size: 30px;
  }
  .mad-march-brand .brand-bottle {
    height: 190px;
  }
  .brand-bottle-bottom h3 {
    font-size: 20px;
    line-height: 1.35;
  }
  .bottle-right-desc h4{line-height: 1.5;}
  .bottle-right-desc { padding-right: 60px;}
  .bottle-right-desc p { font-size: 12px;}

}
@media (max-width: 767px) { 
  header.masthead {
    height: 100vh;
    min-height: 350px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-brand{display: block;}
  .main-brand .innerbrand-desc {
    padding: 40px 150px;
    text-align: center;
  }
  .main-brand .innerbrand-desc h6 {
    margin-bottom: 30px;
  }
  .main-brand .innerbrand-desc h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .main-brand .innerbrand-desc p {
    font-size: 14px;
  }
  .main-brand .innerbrand-desc a {
    font-size: 14px;
    margin-top: 25px;
  }
  .main-bg-img {
    background-position: 10% center;  margin-top: -1px;
  }
  .contact-maindiv{background-position: 10% center;}
  .mission-item .mission-item-inner { margin-bottom: 50px;}
  .mission-item { margin-bottom: 0px;}
  .our-creativity-text p {  font-size: 24px;}
  .our-creativity-text p i.fa-quote-left,.our-creativity-text p i.fa-quote-right {
    float: unset; margin: 30px auto; font-size: 50px;
  }
  .our-creativity-text {
    padding-bottom: 400px;
  }
  footer .copyright-footer p {
    padding: 0px 90px;line-height: 2;
  }
  .brand-border-bottom{display: block !important;}
  .main-brand{position: relative;}
  .main-brand .brand-border-bottom{position: absolute; bottom: -4px;width: 100%;z-index: 99;}
  .main-brand-one .brand-border-bottom{border-bottom:8px dotted #f1e8dd;}
  .main-brand-two .brand-border-bottom{border-bottom:8px dotted #393c38;}
  .team-page-grid{display: block;margin-bottom: 0;}
  .team-single-grid img{width:100%;}
  .team-block-grid {margin-bottom: 30px;}
  .inner-page-fullbg {
    /*background-position: center top, center bottom;
    background-image: url(../images/team/header-team-bg.png), url(../images/main-bg@2x.jpg), linear-gradient(to top, rgba(241, 232,221, 1), rgba(241, 232,221, 1));*/  
    background-position: center top, 5% bottom;
	background-image: url(../images/team/header-team-bg.png), url(../images/main-bg@2x.jpg), linear-gradient(to top, rgba(241, 232,221, 1), rgba(241, 232,221, 1));
	background-size: 100%, 185% 33%;
  }
  
  .team-popup .modal-body { display: block; }

  .team-popup .modal-body .team-pop-img img {
      display: inline-block;
      width: 48%;
  }
  .team-membtitle-mobile {
      display: inline-block;
      width: 50%;
      padding-left: 40px;
      vertical-align: middle;
  }
  .team-popup .modal-body .team-pop-desc { padding: 20px 50px;}
  .team-membtitle-desktop{display:none;}
  header.masthead.header-brand {
      height: 400px;
      min-height: 400px;
      padding-top: 80px;
	  padding-bottom: 80px;
  }
  header.masthead.header-brand .my-auto h6 {
      font-size: 14px;
      text-align: center;
  }
  header.masthead.header-brand .my-auto h1 {
      font-size: 30px;
      text-align: center;
  }
  header.masthead.header-brand .my-auto hr{float: unset;}
  .mad-march-brand .brand-bottle {
      height: auto;
      margin-top: 50px;
          text-align: center;
  }
  .cocalero-brand .brand-bottle {
      height: auto;
      margin-top: 50px;
      text-align: center;
  }
  .egans-brand .brand-bottle {
      height: auto;
      margin-top: 50px;
      text-align: center;
  }
  .brand-bottle-bottom {
      padding: 0px 80px;
      text-align: center;
  }
  .brand-bottle img {
      position: relative;
      top:0;
  }
  .mad-march-brand .brand-bottle img {
      top: 0;width: 309px; margin-bottom: 40px;
  }
  .cocalero-brand .brand-bottle img {
      top: 0; width: 124px;margin-bottom: 40px;
  }
  .egans-brand .brand-bottle img {
      top: 0; width: 110px;margin-bottom: 40px;
  }
  .bottle-right-desc {
      margin-top: 60px;
      padding-right: 40px;
      padding-left: 40px;
  }
  .brand-medal-docs .mmh-medal {
      padding: 0px 40px;
      text-align: center;
  }
  .brand-medal-docs .mmh-docs {
      padding-right: 40px;
      padding-left: 40px;
      text-align: center;
  }
  .brand-innerpage-bg{background-position: 20% bottom;}
  .brand-medal-docs { margin-bottom: 500px;}
  .bottle-right-desc p{ font-size: 14px; line-height: 1.5;}
  .cocalero-brand .brand-medal-docs {
      margin-bottom: 700px;
  }
  .egans-brand .brand-medal-docs {
      margin-bottom: 700px;
  }
  .bottle-right-desc .bottle-sheet-site li {margin-right: 30px;}
  .bottle-right-desc .bottle-sheet-site li a { font-size: 14px;}
  .bottle-right-desc .bottle-sheet-site li a img { width: 26px;}
  .team-popup .modal-body button.close {
    width: 45px;
    height: 45px;
    background: #fff;
    font-size: 50px;
    line-height: 45px;
}
footer .footer-logo img{width:90px;}
}
@media (max-width: 580px) { 
  #mainNav .navbar-brand{margin-left: 35px;}
  #mainNav .navbar-toggler {
      margin-right: 20px;
  }
  .head-title-h1 { font-size: 20px;}
  .common-stylish-texthead{width:200px !important;}
  .common-stylish-hrhead{top: -5px;}
  .mission-head-text{width:200px;}
  .mission-head-hr{ top: -5px;}
  .main-brand .innerbrand-desc { padding: 40px 100px;}
  .mission-head .p-description,.p-description { font-size: 16px; padding: 0px 40px;}
  .main-bg-img { background-position: 20% center;}
  .mission-item .mission-desc { padding: 0px 40px;}
  header.masthead .masthead-title{margin-bottom: 10px;}
  .our-creativity-text { padding: 0px 40px 500px;}
  .team-headertitle h1 { font-size: 20px;}
  .team-popup .modal-body .team-pop-desc { padding: 20px;}
  .team-popup .modal-body .team-pop-desc h4, .team-popup .modal-body .team-pop-desc h6 { font-size: 18px;}
  .team-popup .modal-body .team-pop-desc p { font-size: 12px;}

  .contact-headertitle h1 { font-size: 20px;}
  .contact-maindiv .contact-headertitle p {font-size: 16px;}
  .all-country { display: block; margin-bottom: 00px;}
  .country-add h2 { font-size: 20px;}
  .country-add hr{width:140px;}
  .country-add p {font-size: 14px;}
  .country-add { margin-bottom: 50px;}
  .contact-maindiv{
  	background: url("../images/mobile-bg.jpg") no-repeat center center scroll;
	background-position: bottom;
	background-size: cover;
  }
  
}
@media (max-width: 480px) { 
  .main-bg-img {
  	background: url("../images/mobile-bg.jpg") no-repeat center center scroll;
	background-size: cover;
	background-position: bottom;
   /*background-position: 27% center;*/
   }
  .main-brand .innerbrand-desc {  padding: 40px 30px;}
  .mission-head .p-description, .p-description { font-size: 14px; padding: 0px 10px;}
  .mission-item .mission-item-inner p { font-size: 14px;}
  .mission-item .mission-desc { padding: 0px 10px;}
  footer .copyright-footer p { padding: 0px 30px;}
  .our-creativity-text p {  font-size: 18px;}
  .our-creativity-text { padding: 0px 10px 400px;}
  .team-popup .modal-body .team-membtitle-mobile h4, .team-popup .modal-body .team-membtitle-mobile h6 {
    font-size: 14px;margin-bottom: 0px;
  }
  .team-membtitle-mobile {  padding-left: 15px;}
  header.masthead.headinner-video {
    height: 350px;
    min-height: 350px;
    padding-top: 80px;
	padding-bottom: 80px;
  }
  header.masthead.headinner-video .my-auto h1 { font-size: 24px;}
  header.masthead.headinner-video .my-auto h6 {font-size: 12px;}
  .brand-bottle-bottom {padding: 0px 10px;}
  .brand-bottle-bottom h3 { font-size: 24px;}
  .bottle-right-desc {
    margin-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
	.bottle-right-desc h4 {
    font-size: 14px;
	}
	.brand-innerpage-bg {
	    background: url("../images/mobile-bg.jpg") no-repeat center center scroll;
		background-size: cover;
		background-position: bottom;
	}
	.brand-medal-docs {
	    margin-bottom: 400px;
	}
	.cocalero-brand .brand-medal-docs,.egans-brand .brand-medal-docs {
	    margin-bottom: 600px;
	}
	.bottle-right-desc .bottle-sheet-site li a { font-size: 11px;}
	.bottle-right-desc .bottle-sheet-site li { margin-right: 15px;}
	.bottle-right-desc .bottle-sheet-site li a img { margin-right: 5px; vertical-align: middle; width: 20px;}
	#map { height: 260px;}

}
/* media end custom */


.btn {
  font-weight: 900;
  padding: 12px 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-primary {
  border: 1px solid white;
  background-color: transparent;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  color: #EF4035 !important;
  border-color: white !important;
  background-color: white !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
}

.btn-secondary {
  border: 1px solid #222;
  background-color: transparent;
  color: #222;
}

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  color: white !important;
  border-color: #EF4035 !important;
  background-color: #EF4035 !important;
}

.btn-secondary:active, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(239, 64, 53, 0.5) !important;
}

button:hover {
  cursor: pointer;
}

.btn-full-width {
  font-size: 26px;
  font-weight: 200;
  padding: 50px 0;
  letter-spacing: normal;
  text-transform: none;
  color: white;
  border: 0;
  border-radius: 0;
  background-color: #222;
}

.btn-full-width:hover {
  color: white;
  background-color: #EF4035;
}

.btn-full-width:focus {
  color: white;
}

.text-primary {
  color: #EF4035 !important;
}

a.text-primary {
  color: #EF4035 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #c81b10 !important;
}

.bg-inverse {
  background-color: #222 !important;
}

.owl-carousel.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-carousel.owl-theme .owl-controls .owl-prev,
.owl-carousel.owl-theme .owl-controls .owl-next {
  font-size: 30px !important;
  line-height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 60px;
  margin: auto 0 !important;
  text-align: center;
  color: white !important;
  border-radius: 0 !important;
  background-color: #EF4035 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.owl-carousel.owl-theme .owl-controls .owl-prev:hover,
.owl-carousel.owl-theme .owl-controls .owl-next:hover {
  opacity: 1;
}

.owl-carousel.owl-theme .owl-controls .owl-prev {
  left: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-next {
  right: 15px;
}

.owl-carousel.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-prev {
  left: 0;
}

.owl-carousel.owl-theme.portfolio-carousel .owl-controls .owl-next {
  right: 0;
}
/*  Contact Form   */
form #submit {
  background-color: #f6f6f6;
}
#contact-page-form { background-color: transparent; box-shadow: 0px 0px 0px #a79a8c; font-weight: bold;}
.inputbox{ width: 98%; }
.team-membtitle-desktop.form-title { display: block; }
.contact-form { position: relative; padding: 10px 30px; width: 100%; }
form#ajax-contact label, form#ajax-contact input#name { font-family: Montserrat-Medium; }

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


/*Ribben Style*/

/* The ribbons */

.corner-ribbon{
  width: 250px;
  position: absolute;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-weight: bold;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: absolute;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 20px 2px rgba(0,0,0,.5)
}

/* Different positions */

.corner-ribbon.top-left{
  background: #b0914d;
  top: 40px;
  left: -60px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.corner-ribbon.top-right{
  background: #58181b;
  top: 35px;
  right: -53px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.kyro-bottle {
  height: 350px !important;
}
.mezcal-bottle {
  height: 450px !important;
}
.merlet-bottle {
  height: 500px !important;
}
.section-height-footer, .mezcal-height-footer {
  height: 600px;
}
.merlet-section-height-footer {
  height: 450px;
}
.mobile-display-only {
  display: none;
}
@media(max-width:768px ){
  .desktop-display-only {
    display: none;
  }
  .mobile-display-only, .mobile-m-t-20 {
    display: block;
    margin-top: 20px;
  }
  .section-height-footer, .merlet-section-height-footer {
    height: 0;
  }
  .kyro-bottle, .mezcal-bottle, .merlet-bottle {
    height: auto !important;
  }
  .kyro-bottle img, .mezcal-bottle img, .merlet-bottle img {
    width: 100% !important;
  }
}