@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
html.fh5co-overflow, body.fh5co-overflow {
  overflow-x: auto;
}
html.fh5co-overflow #fh5co-header-section, html.fh5co-overflow #fh5co-main, html.fh5co-overflow #fh5co-hero, html.fh5co-overflow #fh5co-mobile-menu, html.fh5co-overflow #fh5co-footer, body.fh5co-overflow #fh5co-header-section, body.fh5co-overflow #fh5co-main, body.fh5co-overflow #fh5co-hero, body.fh5co-overflow #fh5co-mobile-menu, body.fh5co-overflow #fh5co-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family: "Nunito",sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #2e2e2e;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

button:focus {
  outline: none;
}

body.iosBugFixCaret.modal-open { position: fixed; width: 100%; }

::-webkit-selection {
  color: #ffffff;
  background: #000000;
}

::-moz-selection {
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}

.to-animate {
    opacity: 0;
}

#featureImage, #heroImage {
  max-width: 100%;
}

.modal {
    padding-top: 120px;
}

#userBtn i {
  color: white;
  font-size: 22px !important;
}

#cartBtn i {
  color: white;
  font-size: 25px !important;
}

#cartBtn i:hover, #userBtn i:hover {
  opacity: 0.4 !important;
}

#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu #cartBtn i, #fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu #userBtn i {
    color: #2e2e2e;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000000;
  border-bottom: 2px solid transparent;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #474747;
  cursor: pointer;
}
.leaflet-popup-close-button:hover {
  border-bottom: none;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#leafletMap { height: 400px; }
.wineryName {
  color: #000000 !important;
  font-size: 14px;
  cursor: pointer;
}
.wineryName:hover {
  opacity: 0.7;
  text-decoration: none !important;
  border-bottom: 0px !important;
}

.search {
  width: 240px;
  padding-top: 1.5em;
  position: relative;
  color: white;
}

.stateLink {
  margin-right: 20px;
}

#stateSelector {
  /*text-align: center;
  text-align-last:center;*/
  margin-top: 1.5em;
  font-size: 16px;
    color: white;
    width: 100%;
    height: 32px;
    border: none !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    padding-left: 10px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#ffffff'><polygon points='0,20 100,20 50,70'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  border-radius: 5px;
  /*-moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;*/
}

#fh5co-logo-mobile-wrap #stateSelector, #fh5co-logo-mobile-wrap #stateSelector.normal {
  color: #000000;
  width: 50% !important;
  margin-top: 7px;
  margin-left: 60px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#000000'><polygon points='0,20 100,20 50,70'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

#fh5co-logo-mobile-wrap .search {
  color: #000000;
  width: 65% !important;
  margin-left: 50px;
}

.search input {
  font-size: 16px;
  color: white;
  width: 100%;
  height: 32px;
  border: none !important;
  background-color: rgba(255, 255, 255, 0.2);
  text-indent: 32px;
}

  .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: white;
  }
  .search input::-moz-placeholder { /* Firefox 19+ */
    color: white;
  }
  .search input:-ms-input-placeholder { /* IE 10+ */
    color: white;
  }
  .search input:-moz-placeholder { /* Firefox 18- */
    color: white;
  }

  #fh5co-header-section.fh5co-scrolled .search input::-webkit-input-placeholder, #fh5co-logo-mobile-wrap .search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #717171;
  }
  #fh5co-header-section.fh5co-scrolled .search input::-moz-placeholder, #fh5co-logo-mobile-wrap .search input::-moz-placeholder { /* Firefox 19+ */
    color: #717171;
  }
  #fh5co-header-section.fh5co-scrolled .search input:-ms-input-placeholder, #fh5co-logo-mobile-wrap .search input:-ms-input-placeholder { /* IE 10+ */
    color: #717171;
  }
  #fh5co-header-section.fh5co-scrolled .search input:-moz-placeholder, #fh5co-logo-mobile-wrap .search input:-moz-placeholder { /* Firefox 18- */
    color: #717171;
  }

#fh5co-logo-mobile-wrap .search input {
  color: #717171;
}

#fh5co-header-section.fh5co-scrolled .search input, #fh5co-header-section.fh5co-scrolled #stateSelector, #fh5co-menu-wrap #stateSelector.normal {
  background-color: rgba(116, 116, 116, 0.2) !important;
  color: #717171;
}

#fh5co-header-section.fh5co-scrolled #stateSelector, #fh5co-menu-wrap #stateSelector.normal {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='#717171'><polygon points='0,20 100,20 50,70'/></svg>") no-repeat;
  background-size: 12px;
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

.search input:focus { color: white }
.search .fa-search { 
  position: absolute;
  top: 33px;
  left: 10px;
}
#fh5co-header-section.fh5co-scrolled .search .fa-search, #fh5co-logo-mobile-wrap .search .fa-search, #fh5co-header-section.fh5co-scrolled .search .fa-spin, #fh5co-logo-mobile-wrap .search .fa-spin {
  color: #717171;
}

.search .fa-spin { 
  display: none;
  right: 10px;
  top: 32px;
  position: absolute;
}

#searchList {
  text-align: left;
  position: absolute;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: none;
}
#searchList .list-group-item:first-child {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

#searchList a {
  background-color: rgba(243, 243, 243, 1.0) !important;
  color: #444444 !important;
  padding: 10px !important;
  border:none;
  line-height: 15px;
  height:65px;
  z-index: 999;

  border-bottom: 1px solid rgba(222, 222, 222, 1.0) !important;

}
#searchList a:hover {
  background-color: rgba(222, 222, 222, 1.0) !important;
}
/*#fh5co-header-section.fh5co-scrolled #searchList a {
  color: white !important;
}
#fh5co-header-section.fh5co-scrolled #searchList a:hover {
  color: white !important;
}*/
#searchList .city-state {
  color: gray;
  font-size: 12px;
  font-weight: 300;
}
#searchList .search-header {
  color: #444444 !important;
  padding: 0 15px !important;
  font-size: 14px;
  border: none !important;
  border-bottom: 1px solid rgba(222, 222, 222, 1.0) !important;
  background-color: white;
}

.search-image-scaled {
    overflow: hidden;
    margin: 5px 0;
    text-align: center;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    position: relative;
    float: left;
}

.search-text {
  margin-left: 10px; 
  display: inline-block; 
  width: 85%;
}

.wine-div {
    display: inline-block;
    width: 180px;
    margin: 0 10px 20px;
    line-height: 1.2;
    cursor: pointer;
    vertical-align:text-top;
    position: relative;
  }

  .wine-div .wine-image {
    /*width: 180px;*/
    height: 180px;
    max-height: 180px;
    position: relative !important;
  }

  .wine-div .wine-name {
    word-wrap: normal;
    white-space: normal;
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }

  .wine-div .winery-name {
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    color: gray;
    display: block;
    margin-top: 5px;
  }

  .wine-div .winery-location {
    word-wrap: normal;
    white-space: normal;
    font-size: 10px;
    display: block;
    margin-top: 5px;
  }

  .wine-div .wine-price {
    font-weight: 500;
    margin-top: 5px;
  }

  .wine-div .wine-buy {
    width: 80%;
    margin-top: 10px;
  }

  .wine-discount {
      padding: 10px;
      background-color: #000000;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
      color: white;
      line-height: 10px;
      position: absolute;
      top: 0;
      left: 0;
  }

  .wine-rating {
      color: #000000; 
      background-color: white; 
      border: 1px solid #000000; 
      padding: 2px 2px 2px 15px;
      position: absolute;
      bottom: 10px;
      right: 10px;
      font-size: 10px;
      /*border-radius: 4px;*/
  }

  #banner {
    text-align: center; 
    padding: 3px 0; 
    margin: 0 !important; 
    background-color: #000000; 
    color: white; 
    display: none;
  }

  #banner.active {
    display: block;
  }

@media screen and (max-width: 768px) {
  .search.with-state {
    width: 95%;
    padding-top: 8px;
    padding-right: 0px;
    margin: 0 10px;
   }

   .search {
    width: 70%;
    padding-top: 6px;
    padding-right: 0px;
    margin-left: 50px;
    float: left;
  }

  .search input {
    background-color: rgba(116, 116, 116, 0.2);
    text-indent: 5px;
  }
  .search input:focus { color: #757474 }
  .search .fa-search { 
    /*top: 15px;
    left: 10px;*/
    display: none;
  }
  .search.with-state .fa-search { 
    top: 20px;
    left: 10px;
  }
  .search .fa-spin { 
    top: 15px;
  }
  .search.with-state .fa-spin { 
    top: 20px;
  }
  .search-text {
    width: 75%;
    font-size: 12px
  }

  #searchList .city-state {
    font-size: 10px;
  }

  .claimBtn {
    margin: 0;
  }

  #cartBtn {
    float: right;
    padding-top: 8px;
    margin-right: 10px;
    margin-bottom: 3px;
  }

  #cartBtn i, #userBtn i {
    color: #2e2e2e;
  }

  #userBtn {
    float: right;
    padding-top: 10px;
    margin-right: 10px;
    margin-bottom: 3px;
  }

  .wine-div {
    width: 120px;
  }

  .wine-div .wine-image {
    /*width: 120px;*/
    height: 120px;
    max-height: 120px;
  }

  .wine-div .wine-name {
    /*font-size: 14px;*/
    line-height: 1 !important;
  }

  .wine-div .winery-name {
    font-size: 10px;
    line-height: 1 !important;
  }

  .wine-div .winery-location {
    font-size: 8px;
    line-height: 1 !important;
  }

  .wine-div .wine-price {
    font-size: 14px;
  }
  .wine-discount {
      padding: 5px;
      font-size: 10px;
  }
  #banner.active {
    display: inline-block;
  }
  
}
@media screen and (max-width: 480px) {
  
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

p {
  margin: 0 0 20px 0;
}

.fh5co-serif {
  font-family: "Crimson Text", serif;
}

.fh5co-sans-serif {
  font-family: "Lato", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fh5co-lead-wrap {
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .fh5co-lead-wrap {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.fh5co-lead {
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .fh5co-lead {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* Header */
#fh5co-header-section {
  width: 100%;
  padding: 40px 0 30px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  float: left;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 103;
}
#fh5co-header-section.fh5co-scrolled {
  padding: 0px 0;
  background: rgba(0, 0, 0, 0.8);
  background: white;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-header-section.fh5co-scrolled #fh5co-logo a {
  color: #2e2e2e;
}
#fh5co-header-section.fh5co-scrolled #fh5co-logo a:hover {
  color: #7b7b7b;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu a {
  color: #2e2e2e;
  border-bottom: none !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu a:hover {
  color: #000000;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap .sf-menu li.active > a {
  color: #000000 !important;
}
#fh5co-header-section.fh5co-scrolled #fh5co-menu-wrap > .sf-menu > li > a {
  padding-top: 2em;
  padding-bottom: 2em;
}

#fh5co-logo {
  background: url(../images/Reserve_Prime_Logo_White_Transparent_Horizontal.png);
  background-size: 162px 50px;
  background-repeat: no-repeat;
  font-size: 20px;
  margin: 16px 1px 16px 0;
  padding: 0;
  font-weight: bold;
  height: 50px;
  width: 162px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
#fh5co-logo-black {
  background: url(../images/Reserve_Prime_Logo_Black_Transparent_Horizontal.png);
  background-size: 162px 50px;
  background-repeat: no-repeat;
  font-size: 20px;
  margin: 16px 1px 16px 0;
  padding: 0;
  font-weight: bold;
  height: 50px;
  width: 162px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
/*#fh5co-logo:hover {
  background: url(../images/Logo_White_Filled.png);
  background-size: 45px 45px;
  background-repeat: no-repeat;
  cursor: pointer;
}*/
#fh5co-header-section.fh5co-scrolled #fh5co-logo {
  background: url(../images/Reserve_Prime_Logo_Black_Transparent_Horizontal.png);
  background-size: 162px 50px;
  background-repeat: no-repeat;
}
/*#fh5co-header-section.fh5co-scrolled #fh5co-logo:hover {
  background: url(../images/Logo_Red_Filled.png);
  background-size: 45px 45px;
  background-repeat: no-repeat;
}*/
#fh5co-logo a {
  border-bottom: none !important;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

.sf-menu a {
  color: rgba(255, 255, 255, 0.8);
  padding: .75em 1em;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 0.875em;
  border-bottom: none !important;

  /*text-transform: uppercase;*/
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ffffff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#fh5co-menu-wrap .sf-menu a {
  padding: 1.8em 1em 2em 1em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #000000;
}
/*#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  right: -5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: rgba(0, 0, 0, 0.5);
}*/
.modal-header h4 {
  margin: 0 !important;
}
#topUserLabel {
  /*display: none;*/
}
/*#topUserLabel:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: rgba(0, 0, 0, 0.5);
}*/
.claimBtn {
  margin-left: 20px !important;
  margin-right: 10px !important;
}
@media screen and (max-width: 768px) {
  .claimBtn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.mainUserLabel:after {
      -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.4) !important;
  right: 10px !important;
}
.mainUserLabel {
  white-space: nowrap; 
  float: left;
}
.mainUserLabel:hover, .mainUserLabel:hover:after {
  color: white !important;
}
.fh5co-scrolled .mainUserLabel:after {
  color: rgba(0, 0, 0, 0.5) !important;
}
.fh5co-scrolled .mainUserLabel:hover {
  color: #000000 !important;
}
.nav-header {
    color: #B7B7B7;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.3);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
  #fh5co-primary-menu .fh5co-sub-menu a:hover {
    color: #3395ff !important;
  }
#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #000000;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  right: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}

/* Mobile Menu */
#fh5co-mobile-menu-btn {
  padding: 0 10px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  height: 44px;
  display: table;
}
#fh5co-mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
}

#fh5co-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #181920;
  padding: 0.75em 1.25em;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
  list-style: none;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#fh5co-mobile-menu .signInBtn {
    background: none;
    border: none;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a, #fh5co-mobile-menu .signInBtn {
  border-bottom: none !important;
  padding: 7px 0;
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
  position: relative;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
  display: none;
  padding-left: 20px;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
  list-style: none;
}

#fh5co-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #2e2e2e;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-logo-mobile-wrap.with-state {
  height: 44px;
}
#fh5co-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#fh5co-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #2e2e2e;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#fh5co-feature {
  background: #f6f9fa;
  padding: 5em 0;
}

#fh5co-winery {
  background: #f6f9fa;
  padding: 5em 0;
}

@media screen and (max-width: 768px) {
  #fh5co-feature {
    padding: 3em 0 2em 0;
  }
}

#fh5co-hero {
  background-color: #2e2e2e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  height: 1000px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
}
#fh5co-hero .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #3b3d40;
    opacity: .5;
    top: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-hero {
    background-position: center center;
  }
}
#fh5co-hero .fh5co-hero-wrap {
  display: table;
  height: 1000px;
  width: 100%;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 42px;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 > span {
      margin: 10px auto;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 3px;
  left: 50%;
}
#fh5co-hero .fh5co-hero-wrap .btn {
  color: #ffffff;
}
#fh5co-hero .fh5co-hero-wrap .btn:hover, #fh5co-hero .fh5co-hero-wrap .btn:active, #fh5co-hero .fh5co-hero-wrap .btn:focus {
  background: #000000;
  border-color: #000000;
}

body.inner-page #fh5co-hero {
  height: 400px;
}
body.inner-page #fh5co-hero .fh5co-hero-wrap {
  padding-top: 50px;
  height: 400px;
}

@media screen and (max-width: 768px) {
  #fh5co-hero, .fh5co-hero-wrap {
    position: relative;
    padding: 4em 0 3em 0;
    height: inherit !important;
  }
}

#fh5co-main {
  margin-top: 1000px;
  padding-top: 50px;
  z-index: 102;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

body.inner-page #fh5co-main {
  margin-top: 400px;
}
@media screen and (max-width: 768px) {
  body.inner-page #fh5co-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

#fh5co-hero,
#fh5co-main,
#fh5co-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.fh5co-mobile-menu-visible #fh5co-hero,
body.fh5co-mobile-menu-visible #fh5co-main,
body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Helper Classes */
/* Spacer */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.fh5co-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px;
  }
}

.fh5co-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-lg {
    height: 50px;
  }
}

.fh5co-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px;
  }
}

.fh5co-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-sm {
    height: 20px;
  }
}

.fh5co-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xs {
    height: 20px;
  }
}

.fh5co-spacer-xxs {
  height: 20px;
}

.fh5co-letter-spacing {
  letter-spacing: 1px;
}

.fh5co-no-margin-bottom {
  margin-bottom: 0 !important;
}

.fh5co-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7b7b7b;
}

.section-heading h3 {
    font-weight: 300;
    line-height: 1.5;
    color: #6B6B6A;
}

.fh5co-uppercase-heading-sm:after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #000000;
    left: 50%;
    margin: 20px auto;
    bottom: 0;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
  /*border-bottom: none !important;*/
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
/*  margin-right: 10px;*/
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border: 1px solid transparent;
}
.btn.fh5co-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}

#fh5co-header-section.fh5co-scrolled .btn-outlined-invert {
    color: #000000;
    border: 1px solid #000000;
    margin: 19px 0 0 0;
}

#fh5co-header-section.fh5co-scrolled .btn-outlined-invert:hover {
  background: #000000;
  color: #fff !important;
  text-decoration: none;
}

.btn-outlined-invert {
  margin: 16px 0 0 0;
  font-size: 0.875em;
  color: #fff;
  padding: 0.55em 0.875em 0.55em 0.875em;
  font-weight: 300;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 7px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
}

@media screen and (max-width: 768px) {
  .btn-outlined-invert {
    margin: 5px 0 !important;
  }
}

.btn-outlined-invert:hover {
  background: #fff;
  color: #3a3a3a !important;
  text-decoration: none;
  cursor: pointer;
}

.popup-cancel {
    height: 36px !important;
    display: inline-block !important;
    margin-right: 12px !important;
    margin-bottom: 0 !important;
    border-radius: 18px !important;
    padding: 3px 18px 2px !important;
    border: 1px solid #dbe2e8 !important;
    border-bottom: 1px solid #dbe2e8 !important;
    box-shadow: none !important;
    background-color: #fff !important;
    color: #606975 !important;
    transition: all .4s;
    font-family: "Maven Pro",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.popup-cancel:hover {
    background-color: #606975 !important;
    color: #fff !important;
}

.popup-ok {
    height: 36px !important;
    display: inline-block !important;
    margin-right: 0px !important;
    margin-bottom: 0 !important;
    border-radius: 18px !important;
    padding: 3px 18px 2px !important;
    border: 1px solid #0da9ef !important;
    box-shadow: none !important;
    border-color: #0da9ef !important;
    border-bottom: 1px solid #0da9ef !important;
    color: #0da9ef !important;
    transition: all .4s;
    background-color: transparent !important;
    font-family: "Maven Pro",Helvetica,Arial,sans-serif !important;
    font-size: 14px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.popup-ok:hover {
    background-color: #0da9ef !important;
    color: #fff !important;
}

.bg-soft-primary, .btn-soft-primary {
    border: 1px solid white !important;
    background-color: white !important;
    border-radius: 30px;
    padding: 5px 10px;
    color: black;
}

.market-btn {
  position: relative;
  display: block;
  max-width: 340px;
  font-size: 1.125em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
  padding: 12px 0;
  margin: 0 auto 36px auto;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.fh5co-image img {
    max-width: 100%;
}

.market-btn:hover {
  color: #fff;
  border-bottom: none;
  text-decoration: none;
}

.market-btn.app-store {
   background: #000;
}

.market-btn.google-play {
    background: #a4c639;
}

.market-btn i, .market-btn span {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  display: block;
  position: absolute;
  width: 50px;
  min-height: 100%;
  top: 0;
  left: 0;
  font-size: 1.6em;
  text-align: center;
  padding-top: 12px;
}

.market-btn span {
  background: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.market-btn:hover span {
    width: 100%;
}

.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid black !important;
  background: black;
  color: #ffffff;
}

.btn-primary {
  background: #000000;
}

.btn-success {
  background: #02BC77;
}

  .btn-success:hover:enabled {
    border-color: transparent;
    background: #02b371 !important;
    color: #fff;
  }

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover:enabled, .btn-default:active:enabled, .btn-default:focus:enabled,
.btn-primary:hover:enabled,
.btn-primary:active:enabled,
.btn-primary:focus:enabled,
.btn-success:hover:enabled,
.btn-success:active:enabled,
.btn-success:focus:enabled,
.btn-info:hover:enabled,
.btn-info:active:enabled,
.btn-info:focus:enabled,
.btn-warning:hover:enabled,
.btn-warning:active:enabled,
.btn-warning:focus:enabled,
.btn-danger:hover:enabled,
.btn-danger:active:enabled,
.btn-danger:focus:enabled {
  background: #282e3c;
  color: #ffffff;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    opacity: 0.5;
    background: #000000;
    border: none;
}

.form-control {
  box-shadow: none !important;
  border: 1px solid #ddd;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
}

/* Features*/
/* Feature 1 */
.feature-div:hover {
  cursor: pointer;
}

.fh5co-feature-1 .fh5co-feature-figure {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .fh5co-feature-1 .fh5co-feature-figure {
    text-align: center !important;
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-feature-1 .fh5co-feature-figure img {
    display: inline-block;
    margin: 0 auto;
  }
}
.fh5co-feature-1 .fh5co-feature-blurb ul {
  padding: 0;
  margin: 5em 0 0 0;
}
@media screen and (max-width: 480px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul {
    margin: 2em 0 0 0;
  }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
  float: right;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li > .fh5co-feature-blurb-text {
    width: 80%;
  }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
  float: left;
  width: 15%;
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon i {
  font-size: 40px;
  color: #000000;
}
@media screen and (max-width: 992px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-icon {
    width: 20%;
  }
}
.fh5co-feature-1 .fh5co-feature-blurb ul li .fh5co-feature-blurb-title {
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

/* Feature 2*/
.fh5co-feature-2 .fh5co-feature-item {
  margin-bottom: 30px;
}
.fh5co-feature-2 .fh5co-feature-title {
  letter-spacing: 2px;
}
.fh5co-feature-2 .fh5co-feature-icon {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.fh5co-feature-2 .fh5co-feature-icon i {
  font-size: 50px;
  color: #000000;
}

.fh5co-feature-2 .fh5co-feature-icon i.active {
  color: #28bbf8;
}

.feature-div:hover i {
  color: #28bbf8;
}

.fh5co-feature-2 .fh5co-feature-icon.fh5co-circle {
  display: table;
  width: 50px;
  height: 50px;
  margin: 0 auto 1em auto;
  border: 2px solid #eaeaea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-feature-2 .fh5co-feature-icon.fh5co-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
}

/* Feature 3 */
.fh5co-feature-3 .fh5co-feature-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .fh5co-feature-3 .fh5co-feature-item {
    display: block;
  }
}
.fh5co-feature-3 .fh5co-feature-icon {
  float: left;
  width: 15%;
  clear: right;
}
@media screen and (max-width: 480px) {
  .fh5co-feature-3 .fh5co-feature-icon {
    width: 20%;
  }
}
.fh5co-feature-3 .fh5co-feature-icon i {
  font-size: 30px;
  color: #000000;
}
.fh5co-feature-3 .fh5co-feature-blurb {
  float: right;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .fh5co-feature-3 .fh5co-feature-blurb {
    width: 80%;
  }
}

/* Header */
.fh5co-header {
  text-align: center;
}
.fh5co-header .fh5co-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .fh5co-header .fh5co-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.fh5co-header .fh5co-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

/* Easy Rsponsive Tabs */
.fh5co-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #000000;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.fh5co-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-menu-icon {
    margin-top: 7px;
  }
}

#fh5co-feature-slider .fh5co-item-slide-text {
  margin-top: 1em;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}

#fh5co-testimonial {
  padding: 10em 0;
  background: #000 url(../images/hero2.jpg) no-repeat center center;
  background-size: cover;
}

#fh5co-testimonial i {
  font-size: xx-large;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial {
    padding: 3em 0;
  }
}
#fh5co-testimonial blockquote {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial blockquote {
    width: 100%;
    font-size: 35px;
    line-height: 47px;
  }
}
#fh5co-testimonial blockquote p {
  text-align: center;
  color: #ffffff;
}
#fh5co-testimonial .fh5co-testimonial-author {
  font-size: 18px;
}
#fh5co-testimonial .fh5co-uppercase-heading-sm {
  color: #ffffff;
}

#fh5co-newsletter {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-newsletter {
    padding: 2em 0;
  }
}
#fh5co-newsletter .fh5co-uppercase-heading-sm {
  color: rgba(0, 0, 0, 0.4);
}

#fh5co-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-footer {
    padding: 3em 0;
  }
}

/* Accordions */
.fh5co-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.fh5co-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.fh5co-accordion .panel-heading .accordion-toggle {
  color: #000000;
}
.fh5co-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #000000;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.fh5co-social-icons {
  text-align: center;
  padding: 0;
  margin: 0 0 2em 0;
}
.fh5co-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.fh5co-social-icons li a {
  padding: 0 10px;
  border-bottom: none !important;
}
.fh5co-social-icons li i {
  font-size: 30px;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  background: #000000;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup, .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
  background: #000000;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
  border: 2px solid #000000;
  border-top: none;
}

/* Nav Links */
.fh5co-nav-links ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.fh5co-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #000000;
}

/* Owl Override Style */
#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}


.owl-theme .owl-controls .owl-page span {
    width: 8px !important;
    height: 8px !important;
}

.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 10px;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #ffffff;
}

#loginDiv .login {
    width: 70%;
    height: 35px;
    border: 1px solid #edebeb;
    border-radius: 5px;
}

#loginDiv #loginEmail {
  padding-left: 12px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#loginDiv #loginPassword {
  padding-left: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#loginDiv #signupEmail {
  padding-left: 12px;
  border-radius: 0;
}

#loginDiv #signupUsername {
  padding-left: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#loginDiv #signupPassword {
  padding-left: 12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#passwordCancelBtn { 
    color: #9a9a9a !important;
    border: 1px solid #9a9a9a;
    position: relative;
      height: 40px !important;
      line-height: 1 !important;
      font-size: 18px !important;
      display: inline-block;
      margin-bottom: 0;
      border-radius: 18px;
      padding: 3px 30px 2px !important;
      font-weight: 400 !important;
      box-shadow: none !important;
      transition: all .4s;
      margin-left: 5px;
      font-family: "Maven Pro",Helvetica,Arial,sans-serif;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

#passwordCancelBtn:hover {
    color: white !important;
    text-decoration: none !important;
    background-color: #9a9a9a !important;
}

#signUpSwitch, #loginSwitch, #signUpMain {
  color: white !important;
  background-color: #43d9a3 !important;
  border: none;
  position: relative;
  height: 40px !important;
  line-height: 1 !important;
  font-size: 18px !important;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 18px;
  padding: 3px 30px 2px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  transition: all .4s;
  font-family: "Maven Pro",Helvetica,Arial,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#signUpSwitch:hover, #loginSwitch:hover, #signUpMain:hover {
    background-color: #27c28a !important;
}

#guestCheckout {
  color: white !important;
  background-color: #000000 !important;
  border: none;
  position: relative;
  height: 40px !important;
  line-height: 1 !important;
  font-size: 18px !important;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 18px;
  padding: 3px 30px 2px !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  transition: all .4s;
  font-family: "Maven Pro",Helvetica,Arial,sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#guestCheckout:hover {
    background-color: #711c48 !important;
}

#signupDiv:before {
    content: '';
    background-color: hsla(240,1%,49%,.25);
    height: 1px;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#loginDiv .loginBtn {
    height: 40px !important;
    box-sizing: border-box;
    position: relative;
    /* width: 13em;  - apply for fixed size */
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 18px;
    font-size: 16px;
    color: #FFF;
  }
  #loginDiv .loginBtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
  }
  #loginDiv .loginBtn:focus {
    outline: none;
  }
  #loginDiv .loginBtn:active {
    box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
  }

  #loginDiv #signIn, #loginDiv #signUp, #loginDiv #passwordResetBtn, #logInMain {
      position: relative;
      height: 40px !important;
      line-height: 1 !important;
      font-size: 18px !important;
      display: inline-block;
      margin-bottom: 0;
      border-radius: 18px;
      border: none !important;
      padding: 3px 40px 2px !important;
      font-weight: 400 !important;
      box-shadow: none !important;
      color: white !important;
      transition: all .4s;
      background-color: #0da9ef !important;
      margin-left: 5px;
      font-family: "Maven Pro",Helvetica,Arial,sans-serif;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }

  #loginDiv #signIn:hover, #loginDiv #signUp:hover, #loginDiv #passwordResetBtn:hover, #logInMain:hover {
      background-color: #0a87bf !important;
  }

  /* Facebook */
  #loginDiv .loginBtn--facebook {
    cursor: pointer;
    opacity: 1.0;
    background-color: #4C69BA;
    background-image: linear-gradient(#4C69BA, #3B55A0);
    /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
    text-shadow: 0 -1px 0 #354C8C;
  }
 #loginDiv .loginBtn--facebook:before {
    border-right: #364e92 1px solid;
    background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
  }
  #loginDiv .loginBtn--facebook:hover:enabled,
  #loginDiv .loginBtn--facebook:focus:enabled {
    background-color: #5B7BD5;
    background-image: linear-gradient(#5B7BD5, #4864B1);
  }
  #loginDiv .loginBtn--facebook:disabled {
    opacity: 0.7;
    cursor: auto;
  }

/* Image Alignment */
img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */
