@font-face {
  font-family: 'Avenir LT Std 65 Medium';
  src: url("../fonts/AvenirLTStd-Black.eot");
  src: url("../fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Black.woff2") format("woff2"), url("../fonts/AvenirLTStd-Black.woff") format("woff"), url("../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg");
  font-weight: 750;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Avenir LT Std 35 Light';
  src: url("../fonts/AvenirLTStd-Light.eot");
  src: url("../fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Light.woff2") format("woff2"), url("../fonts/AvenirLTStd-Light.woff") format("woff"), url("../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

@font-face {
  font-family: 'Avenir LT Std 45 Book';
  src: url("../fonts/AvenirLTStd-Book.eot");
  src: url("../fonts/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff"), url("../fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book") format("svg");
  font-weight: 350;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

#sub_nav {
  display: none;
}

#about {
  overflow-x: hidden;
  position: relative;
}

#about p {
  font-size: 16px;
  margin-bottom: 15px;
}

#about b {
  font-family: "Avenir LT Std 65 Medium", Helvetica, Arial, sans-serif;
}

#about h3 {
  color: #f79e1d;
}

@media only screen and (max-width: 767px) {
  #about h3 {
    font-size: 22px;
  }
}

#about h5 {
  font-size: 32px;
}

#about .page-header {
  background-image: url("../images/about/banner-img-about.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 15px 240px;
}

#about .page-header h1 {
  font-size: 60px;
}

@media only screen and (max-width: 767px) {
  #about .page-header h1 {
    font-size: 40px;
  }
}

#about .page-header p {
  background-color: #f79e1d;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  padding: 2px 15px;
}

@media only screen and (max-width: 767px) {
  #about .page-header p {
    line-height: normal;
    padding: 3px 5px;
    font-size: 16px;
  }
}

#about .floating-image {
  position: absolute;
}

#about .about-desc {
  margin-bottom: 80px;
}

#about .about-desc span {
  color: #999;
}

#about .about-desc .right {
  background-color: #f5f5f5;
  padding: 40px 40px;
  position: relative;
  top: -130px;
}

@media only screen and (max-width: 767px) {
  #about .about-desc .right {
    top: -100px;
    padding: 120px 20px 40px;
  }
}

#about .about-desc .right:after {
  content: '';
  background-color: #f5f5f5;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0px;
  width: 100%;
}

#about .about-quote {
  position: relative;
}

#about .about-quote .container {
  position: relative;
}

#about .about-quote .container .jessie-photo {
  height: auto;
  position: absolute;
  right: -50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 0px;
  width: 350px;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #about .about-quote .container .jessie-photo {
    top: -50px;
  }
}

#about .about-quote .content {
  background-color: #f79e1d;
  padding: 130px 50px 60px;
}

@media only screen and (max-width: 767px) {
  #about .about-quote .content {
    padding: 150px 20px 60px;
    margin: 0px -15px;
  }
}

#about .about-quote .content p {
  color: #fff;
  margin-bottom: 25px;
}

#about .about-quote .content h5 {
  color: #fff;
  font-family: "Avenir LT Std 35 Light", Helvetica, Arial, sans-serif;
  margin-top: 30px;
  font-style: italic;
  text-align: right;
}

#about .about-quote .content .emoticon {
  display: inline-block;
  height: 24px;
  width: auto;
  vertical-align: middle;
}

#about .about-quote .quote img {
  height: auto;
  margin-bottom: 35px;
  width: 90px;
}

@media only screen and (max-width: 767px) {
  #about .about-quote .quote img {
    margin-bottom: 15px;
    width: 60px;
  }
}

#about .about-second-desc {
  margin-bottom: 175px;
}

@media only screen and (max-width: 767px) {
  #about .about-second-desc {
    margin-bottom: 50px;
  }
}

#about .about-second-desc .content {
  margin-bottom: 30px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #about .about-second-desc .content {
    margin: 0px -10px 30px;
  }
}

#about .about-second-desc .fa {
  color: orange;
  display: block;
  font-size: 34px;
  margin: 35px;
  text-align: center;
}

#about .about-second-desc .content-image {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #about .about-second-desc .content-image {
    margin: 0px -30px;
  }
}

#about .about-second-desc .content-image .image {
  width: 100%;
}

#about .about-second-desc .content-image h5 {
  background-color: #f5f5f5;
  font-size: 30px;
  line-height: normal;
  padding: 35px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -100px;
  top: 100%;
  width: 640px;
}

@media only screen and (max-width: 767px) {
  #about .about-second-desc .content-image h5 {
    font-size: 18px;
    position: relative;
    left: 0px;
    padding: 20px;
    width: 100%;
    top: -3px;
    right: 0px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

#about .drink-better {
  margin-top: -50px;
}

#about .about-services {
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  #about .about-services {
    margin-bottom: 50px;
  }
}

#about .about-services .row:first-child {
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  #about .about-services .row:first-child {
    margin-bottom: 0px;
  }
}

#about .about-services .row:nth-child(2) {
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #about .about-services .row:nth-child(2) {
    margin-bottom: 0px;
  }
}

#about .about-cta {
  padding-bottom: 100px;
  text-align: center;
}

#about .about-cta h5 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  #about .about-cta h5 {
    font-size: 26px;
  }
}

#about .about-cta img {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

#about .about-cta p {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #about .about-cta p {
    padding: 0px 15px;
  }
}

#about .about-cta .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

#about .about-cta .btn-cta {
  padding: 8px 20px;
}

#monkey_47 {
  left: -3%;
  max-width: 300px;
  min-width: 10%;
  top: 5%;
  width: 20%;
}

@media only screen and (max-width: 767px) {
  #monkey_47 {
    left: -8%;
    top: 5.5%;
    min-width: 130px;
    z-index: 10;
  }
}

#moet {
  left: -120px;
  top: 50px;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
  width: 70px;
  z-index: 10;
}

#boozeat_serves {
  left: -250px;
  top: 300px;
  width: 250px;
}

#hendrick_gin {
  top: -100%;
  right: -340px;
  width: 300px;
}

#champagne {
  bottom: 10px;
  left: -150px;
  width: 70px;
}

#pay_less {
  left: 0px;
  top: -100px;
  width: 580px;
}

@media only screen and (max-width: 767px) {
  #pay_less {
    position: relative !important;
    top: -50px;
    width: 300px;
    float: right;
    z-index: -10;
  }
}

#drink_better {
  bottom: 0px;
  left: 0px;
  position: absolute;
  top: -130px;
  width: 250px;
}

#glenfiddich {
  left: -340px;
  top: 50px;
  width: 300px;
}

@media only screen and (max-width: 767px) {
  #glenfiddich {
    position: relative !important;
    float: left;
    width: 80px;
    left: -30px;
    top: -40px;
  }
}

#popular_brands {
  display: none;
}
