@import url("https://fonts.googleapis.com/css?family=BioRhyme:400|Lato|Raleway");
div p, div li, body {
  font-size: 17px;
  color: #474747;
  font-family: "Lato", sans-serif;
}

h1, h2, h3, h4 {
  color: #3A3A3A;
  margin-bottom: 22px;
}

h2, h3, h4 {
  font-family: "BioRhyme", serif;
}

h1 {
  font-family: "BioRhyme", serif;
}

h4 {
  margin-top: 8px;
  margin-bottom: 8px;
}

a {
  color: #66607A;
}

.navActive, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #000 !important;
  background-color: transparent !important;
  background-image: url("../images/hr.svg");
  background-size: 100% 18%;
  background-repeat: no-repeat;
  background-position: bottom !important;
}

.navbar-default .navbar-toggle {
  border-color: #3A3A3A;
  margin-right: 25px !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #3A3A3A !important;
}

.navbar .navbar-nav {
  display: inline-block !important;
  float: none !important;
}

.navbar .navbar-collapse {
  text-align: center !important;
  padding: 1px;
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    background-color: #F3FBF4;
  }
}
.navbar {
  background-color: transparent !important;
  border: 0px solid #3A3A3A;
  margin-left: -15px;
  margin-right: -15px;
  border-radius: 0px;
  margin-bottom: 0px;
  min-height: 5px !important;
}

.navbar-default {
  /*	background-color: transparent !important;;*/
  background-color: #fff !important;
  background: -webkit-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
  font-family: "BioRhyme", serif;
  font-size: 19px;
  font-variant-caps: small-caps;
  font-weight: 100;
  color: #3A3A3A !important;
  padding: 12px 21px;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
  max-height: 1000px;
}

@media (min-width: 1540px) {
  .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    padding: 9px 35px 5px;
  }
}
@media (max-width: 1168px) {
  .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    padding: 7px 20px;
    font-size: 18px;
  }
}
@media (max-width: 1070px) {
  .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    padding: 7px 14px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav > li > a, .dropdown-menu > li > a {
    padding: 18px 16px;
    margin: 12px 1px;
    font-size: 20px;
  }

  .navbar-nav {
    margin: auto;
  }
}
.dropdown-menu {
  background-color: #F0F0F0 !important;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}

.dropdown-menu li a {
  font-size: 20px;
  color: #3A3A3A;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu a:focus {
  color: #DADADA;
  background-color: #F0F0F0 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  outline: 0;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #DADADA;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #DADADA;
  background-color: transparent !important;
}

.container {
  background-color: #fff;
}

@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
.container-fluid {
  /*	overflow: hidden;*/
}

@media (min-width: 760px) and (max-width: 1199px) {
  .container {
    width: 95% !important;
  }
}
@media (max-width: 1200px) {
  .container {
    overflow: hidden;
  }
}
.clear-pad-margin {
  padding: 0px !important;
  margin: 0px !important;
}

.clear-padding {
  padding: 0px !important;
}

.clear-margin {
  margin: 0px !important;
}

.clear-side-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.add-top-padding {
  padding-top: 10px !important;
}

.add-bottom-paddingadd-bottom-padding {
  padding-bottom: 20px !important;
}

.pt8 {
  padding-top: 8px;
}

.pt16 {
  padding-top: 16px;
}

.pt32 {
  padding-top: 32px;
}

.pt64 {
  padding-top: 64px;
}

.pt128 {
  padding-top: 128px;
}

/*////////////////////////*/
.item-wrap {
  padding: 6px;
  max-width: 450px;
}

.item-wrap .item {
  /*	border: 8px solid #5B6369;*/
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.item-text {
  background-color: rgba(253, 253, 253, 0.7);
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  transform: translateY(85px);
  transition: all 0.4s ease-in-out;
}

.item-wrap h3 {
  font-size: 24px;
  padding: 0px;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  color: #646464;
}

.item:hover .item-text {
  transform: translateY(0px);
  background-color: rgba(253, 253, 253, 0.81);
}

.item-text {
  /*	max-height: 1px !important;*/
  transition: all 0.4s ease-in-out;
}

.item-text p {
  padding: 15px;
  color: #646464;
  transform: translateY(120px);
}

.item:hover .item-text p {
  /*   max-height: 1200px;*/
  opacity: 1;
  transform: translateY(0px);
}

.items-container {
  margin-top: 25px;
}

.carousel-caption p {
  color: #fff;
  font-size: 17px;
}

.carousel-caption {
  background-color: rgba(222, 102, 48, 0.8);
  right: 0px;
  left: 0px;
  z-index: 50 !important;
  /*max-height: 200px;*/
  bottom: 25%;
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 50px;
    /*	text-align: left;*/
  }
}
.carousel-indicators {
  bottom: -10px !important;
  display: none;
}

.carousel-control, .carousel-control .left, .carousel-control .right {
  background-image: none !important;
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  top: auto;
  bottom: 12px;
  right: auto;
  left: auto;
}

.carousel-control .glyphicon-chevron-right {
  margin-right: 12px;
  right: 0px;
}

.carousel-control .glyphicon-chevron-left {
  margin-left: 12px;
  left: 0px;
}

.carousel-caption h3 {
  color: #fff;
  margin: 1px !important;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 29px;
  /*	font-family: 'Old Standard TT', serif;*/
  font-family: 'Cormorant Garamond', serif;
}

@media (min-width: 501px) and (max-width: 800px) {
  .carousel-caption h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 500px) {
  .carousel-caption h3 {
    font-size: 17px !important;
  }
}
@media (max-width: 440px) {
  .carousel-caption p {
    display: none;
  }
}
.carousel img {
  min-width: 1600px;
}

@media (max-width: 520px) {
  .carousel img {
    transform: translateX(-45px);
  }
}
.smallprint {
  font-size: 10px;
}

/*THIS WILL MAKE THE CAROUSEL FADE RATHER THAN SLIDE*/
/*
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	transition: all 0.4s ease-in-out;
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
*/
.footer {
  margin-top: 80px;
  position: relative;
  z-index: 500;
}

.footer-content {
  background: -moz-linear-gradient(291deg, #2c7a3d 0%, #2f8241 38%, #236130 88%, #20592d 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c7a3d), color-stop(38%, #2f8241), color-stop(88%, #236130), color-stop(100%, #20592d));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(291deg, #2c7a3d 0%, #2f8241 38%, #236130 88%, #20592d 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(291deg, #2c7a3d 0%, #2f8241 38%, #236130 88%, #20592d 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(291deg, #2c7a3d 0%, #2f8241 38%, #236130 88%, #20592d 100%);
  /* ie10+ */
  background: linear-gradient(159deg, #2c7a3d 0%, #2f8241 38%, #236130 88%, #20592d 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2C7A3D', endColorstr='#20592D',GradientType=0 );
  /* ie6-9 */
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 5px;
}

.footer p, .footer h1, .footer .footer-content h3 {
  color: #F7F7F7;
}

.footer a {
  color: #e2e2e2;
}

.footer .legal {
  font-size: 10px;
}

.header {
  position: relative;
  background-color: #fff;
  color: #fff;
  /*	margin-bottom: 10px;*/
  z-index: 400;
}

.header-contact {
  position: absolute;
  top: 50px;
  right: 30px;
}

@media (max-width: 1028px) {
  .header-contact {
    display: none;
  }

  .header-spacer {
    display: none;
  }
}
.header-logo {
  position: absolute;
  z-index: 1200;
  left: 5px;
  top: 10px;
  padding-right: 35px;
}

@media (max-width: 440px) {
  .header-logo {
    width: 170px;
  }
}
@media (min-width: 1028px) {
  .phone-contact {
    display: none;
  }
}
.header-contact p, .header-contact a, .phone-contact p, .phone-contact a {
  color: #3A3A3A;
}

.hr, hr, .header hr, .footer hr {
  display: block;
  border: 0px;
  height: 18px;
  background-image: url("../images/hr.svg");
  background-size: 100% 100%;
}

hr {
  margin-top: 5px !important;
  margin-bottom: 12px !important;
  left: 0px;
}

.header hr, .footer hr {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.header .glyphicon {
  top: 3px;
}

.btn-default {
  font-size: 16px;
  /*	font-weight: 600;*/
  color: #878787;
  background-color: #fff;
  border-color: #ABABAB;
}

.home-vid {
  height: auto;
  position: relative;
}

#vidoverlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 300px;
  background-color: #fff;
  background: -webkit-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.home-logo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.video-logo {
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1000px) {
  .video-logo {
    width: 300px;
  }
}
@media (max-width: 750px) {
  .video-logo {
    width: 260px;
    bottom: -160px;
  }
}
.imgplaceholder {
  border: 1px solid #bfbfbf;
  height: 320px;
}

.clickthrough {
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}

.clickthrough div {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clickthrough .front, .clickthrough .back {
  min-height: 310px;
}

.clickthrough .front {
  z-index: 3;
  color: #fff;
  text-align: center;
  line-height: 210px;
  font-size: 20px;
  perspective: 1200px;
  -moz-perspective: 1200px;
  -webkit-perspective: 1200px;
}

.clickthrough .back {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  perspective: 1200px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  background: #fff;
}

.clickthrough .back p {
  padding-top: 80px;
  vertical-align: middle;
  display: inline-block;
  background-color: #fff;
}

.clickthrough:hover > .front {
  z-index: 0;
  -webkit-transition-delay: 0.4s;
  /* Safari 4.0 - 8.0 */
  transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.clickthrough:hover > .back {
  -webkit-transition-delay: 0.4s;
  /* Safari 4.0 - 8.0 */
  transition-delay: 0.4s;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.clickthrough .front img {
  transform: scale(0.8);
  border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clickthrough:hover .front img {
  border-radius: 0%;
  transform: scale(0.99);
}

.clickthrough-title {
  z-index: 1000;
  text-align: center;
  align-content: center;
  position: absolute;
  top: 70%;
  left: 0px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.4);
}

.clickthrough-title h2 {
  margin-bottom: 37px;
}

.clickthrough:hover .clickthrough-title {
  top: 0%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-color: rgba(255, 255, 255, 0);
}

.video-spacer {
  height: 120px;
}

@media (min-width: 767px) and (max-width: 1000px) {
  .spacer {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .spacer {
    height: 0px;
  }
}
.well {
  background-color: #fff;
  border: 1px solid #64a143;
  border-radius: 0px;
}

ul li {
  list-style-type: none;
}

@media (max-width: 992px) {
  #contact-info {
    text-align: center;
  }
}
.about-wrap {
  position: relative;
}

@media (max-width: 750px) {
  .pages-logo img {
    width: 200px;
  }
}
#about-picking-wrap {
  position: relative;
}

#about-picking {
  color: #fff;
  background: rgba(43, 120, 60, 0.73);
  position: absolute;
  bottom: 20px;
  left: 0px;
  right: 0px;
}

@media (max-width: 790px) {
  #about-picking {
    position: relative;
    bottom: auto;
    background: #2b783c;
  }

  #about-picking li {
    text-align: left;
  }
}
#about-picking h3, #about-picking li {
  color: #fff;
}

#about-picking li {
  list-style-position: outside;
}

#buylimes {
  background-image: url("../images/buy-fresh-te-puna-limes-bay-of-plenty-nz.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#buylimespacer {
  min-height: 380px;
}

@media (max-width: 1395px) {
  #buylimespacer {
    min-height: 25vw;
  }
}
#about {
  background-image: url("../images/about-limes-fresh-lime-slice.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

#aboutspacer {
  min-height: 380px;
}

@media (max-width: 1395px) {
  #aboutspacer {
    min-height: 25vw;
  }
}
#about-footer-wrap {
  position: relative;
}

#about-footer-caption {
  position: absolute;
  text-align: center;
  top: 60%;
  transform: translateX(-50%);
  left: 50%;
  width: 90vw;
}

#footer-logo-wrap {
  position: relative;
  height: 80px;
  margin-bottom: 60px;
}

#footer-logo {
  z-index: 1000;
  position: absolute;
  bottom: -30px;
  transform: translateX(-50%);
  left: 50%;
}

.minus-pt64 {
  padding-top: 0px;
  margin-top: -64px;
}

@media (max-width: 450px) {
  .minus-pt64 {
    padding-top: 0px;
    margin-top: -32px;
  }
}
