/* Google Maps
------------------------------------*/ 
#map { height: 500px; }

@media (max-width: 768px) {
  #map { height: 200px; }
}


/* City Selector Dropdown
------------------------------------*/ 
.city-dropdown-min-height {
	min-height: 375px;
}

/* City Selector Menu Bar sm/xs
------------------------------------*/ 
.city-bar-sm-xs {
	padding: 3px 0;
	background: #A10F2B;
}

.city-bar-sm-xs h5 {
	color: #fff;
}


/* Breadcrumbs
------------------------------------*/ 
.breadcrumb-links {
  font-size: 13px;
  padding: 4px 0 4px;
}


/* Banner - Full
------------------------------------*/ 
.banner-full {
  width: 100%;
  padding: 25px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/banners/home.jpg);
  text-align: center;
}

.banner-full:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.banner-full .container {
  position: relative;
  padding: 75px 0px 75px 0px;
}

.banner-full h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 200;
  margin: 0 0 20px;
  line-height: 55px;
  text-transform: uppercase;
}

.banner-full h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 50px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .banner-full {
    text-align: center;
	padding: 10px 0;
  }
  
  .banner-full .container {
    padding: 15px 0px 15px 0px;
  }

  .banner-full h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}


/* Banner - Slim
------------------------------------*/ 
.banner-slim {
  width: 100%;
  padding: 30px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/banners/default.jpg);
}

.banner-slim:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.3);
}

.banner-slim .container {
  position: relative;
}

.banner-slim h1 {
  color: #fff;
  font-size: 26px;
  font-weight: 200;
  margin: 0 0 5px;
  line-height: 30px;
  text-transform: uppercase;
}

.banner-slim h3 {
  color: #fff;
  font-size: 18px;
  margin: 0 0 25px;
  line-height: 30px;
}

.banner-slim .banner-slim-in {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .banner-slim {
    text-align: center;
  }

  .banner-slim h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}


/* Banner - Top Alert
------------------------------------*/ 
.banner-top-alert {
	padding-top: 10px !important;
	padding-bottom: 5px !important;	
}

.banner-top-alert h3 {
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 20px;
}


/* Banner - Navigation
------------------------------------*/
.banner-nav {
  background: #a10f2b;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}

.banner-nav a {
  color: #fff;
  margin-right: 25px;
}

.banner-nav a:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  .banner-nav {
    font-size: 12px;
  }
}


/* Banner - Customize Pages
------------------------------------*/
.banner-about { background-image: url(../images/banners/about.jpg); }
.banner-advertise {	background-image: url(../images/banners/advertise.jpg); }
.banner-resources {	background-image: url(../images/banners/resources.jpg); }
.banner-festivals {	background-image: url(../images/banners/festivals.jpg); }
.banner-trade {	background-image: url(../images/banners/trade.jpg); }
.banner-apps {	background-image: url(../images/banners/apps.jpg); }
.banner-grandcru {	background-image: url(../images/banners/grandcru.jpg); }
.banner-deals {	background-image: url(../images/banners/deals.jpg); }
.banner-articles {	background-image: url(../images/banners/articles.jpg); }
.banner-blogs {	background-image: url(../images/banners/blogs.jpg); }
.banner-feedback {	background-image: url(../images/banners/feedback.jpg); }
.banner-membership {	background-image: url(../images/banners/membership.jpg); }
.banner-vacations {	background-image: url(../images/banners/vacations.jpg); }
.banner-cheers { background-image: url(../images/banners/cheers.jpg); }
.banner-stomp {	background-image: url(../images/banners/stomp.jpg); }
.banner-wood {	background-image: url(../images/banners/wood.jpg); }
.banner-barrels {	background-image: url(../images/banners/barrels.jpg); }
.banner-glass {	background-image: url(../images/banners/glass.jpg); }
.banner-crowd {	background-image: url(../images/banners/crowd.jpg); }
.banner-bottles { background-image: url(../images/banners/bottles.jpg); }
.banner-corks { background-image: url(../images/banners/corks.jpg); }
.banner-vineyard { background-image: url(../images/banners/vineyard.jpg); }
.banner-wtd { background-image: url(../images/banners/wtd.jpg); }
.banner-vendors { background-image: url(../images/banners/vendors.jpg); }

.banner-light-texture {	background-image: url(../images/patterns/light-texture.png); background-repeat: repeat; background-size: auto; }
.banner-light-texture:before { background: rgba(0,0,0,0); }

.banner-dark-texture {	background-image: url(../images/patterns/dark-texture.png); background-repeat: repeat; background-size: auto; }
.banner-dark-texture p { color: #bbb; }
.banner-dark-texture a, .banner-dark-texture a:hover { color: #eee; }


/* Banner - Splash (Juice Signup)
------------------------------------*/ 
.banner-splash {
  position: relative;
  text-align: center;
  padding: 75px 0px 75px 0px;
}

.banner-splash h1 {
  font-size: 32px;
  font-weight: 200;
  margin: 25px 0 10px;
  line-height: 35px;
  text-transform: uppercase;
}

.banner-splash h3 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
}

.banner-splash div.shaded {
  padding: 25px;
  /*background: #fff;*/
  background: rgba(255,255,255,0.92);
  border-top: solid 2px #a10f2b;
}

.banner-splash div.shaded-light {
  padding: 25px;
  /*background: #fff;*/
  background: rgba(255,255,255,0.85);
  border-top: solid 2px #a10f2b;
}

.banner-splash div.splash-press {
  text-align: center;
  margin: 50px 0 0 0;
}

.banner-splash div.splash-press img {
  width: 110px;
  opacity: .8;
  margin-right: 4px;
  border: 4px solid #222;
}

.banner-splash div.splash-footer, .banner-splash div.splash-footer a, .banner-splash div.splash-footer a:hover {
  color: #fff;
  margin: 40px 0;
}
 
@media (max-width: 767px) {
  .banner-splash {
    text-align: center;
	padding: 0px 0px 75px 0px;
  }
  
  .banner-splash div.shaded {
    background: rgba(255,255,255,0.82);
  }

  .banner-splash h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}


/*Ad Units
------------------------------------*/
.ad-unit-fixed {
	position: fixed;
	padding-top:2px;
	z-index: 10000;
	bottom: 0px;
	text-align: center;
	width: 100%;	
}

.ad-unit-listing {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px;
	border-left: 2px solid #72c02c;	
}


/*Invite Overlay
------------------------------------*/
.invite-overlay {
	padding: 0px;
	border-top: none;
	background: #191919;
	position: fixed;
	z-index: 10000;
	bottom: 0px;
	text-align: center;
	width: 100%;	
}

/*Giveaway Overlay
------------------------------------*/
.giveaway-overlay {
	padding: 2px;
	border-top: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/banners/giveaway.jpg);
	position: fixed;
	z-index: 10000;
	bottom: 0px;
	text-align: center;
	width: 100%;
	color: #ffffff;
}

.giveaway-overlay h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 200;
}

.giveaway-overlay a.btn-u {
	padding: 0 5px 0 5px !important;
}


/*Pagination
------------------------------------*/
.pagination {
	background-color: #eee;
	padding: 6px;
	margin-bottom: 40px;
	text-align: center !important;
	width: 100%;
}

.pagination a {
	color: #777;
	padding: 5px 15px;
}

.pagination a:hover, .pagination b {
	color: #fff;
	background: #5fb611;
	padding: 5px 15px;   
}

@media (max-width: 767px) {
	.pagination a {
	   padding: 5px 5px;
	}
	.pagination a:hover, .pagination b {
	  padding: 5px 5px;   
	}
}


/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
	min-height: 325px;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 2px 0;
	font-size: 18px;
	line-height: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #585f69;
	text-decoration: none;
}

.thumbnail span,
.thumbnail-style span {
	font-size: 13px;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
	overflow: hidden;
	max-height: 200px;
}

.thumbnail-style a.btn-more {
	left: 0;
	bottom: 0;
	color: #fff;
	width: 100%;
	padding: 5px 0;
	font-size: 12px;
	text-align: center;
	position: absolute;
	text-transform: uppercase;
	background: rgba(0,0,0,0.5);
}

.thumbnail-item img {
	left: 10px;
	margin-left: -10px;
	position: relative;
	min-width: 100%;
	height: auto;
	/*max-height: 200px;*/
	min-height: 200px;
	/*overflow: hidden;*/
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-item:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

/*Testimonials
------------------------------------*/
/*Testimonials*/
.testimonials {
  margin-bottom: 10px;
}

.testimonials .testimonial-info {
  color: #72c02c;
  font-size: 16px;
  padding: 0 15px;
  margin-top: 18px;
}

.testimonials .testimonial-info span {
  top: 3px;
  position: relative;
}

.testimonials .testimonial-info em {
  color: #777;
  display: block;
  font-size: 13px;
}

.testimonials .testimonial-info img {
  width: 60px;
  float: left;
  height: 60px;
  padding: 2px;
  margin-right: 15px;
  border: solid 1px #ccc;
}

.testimonials .testimonial-author {
  overflow: hidden;
}

.testimonials .carousel-arrow {
  top: -65px;
  position: relative;
}

.testimonials .carousel-arrow i {
  color: #777;
  padding: 2px;
  min-width: 25px;
  font-size: 20px;
  text-align: center; 
  background: #f5f5f5;
}

.testimonials .carousel-arrow i:hover {
  color: #fff;
  background: #72c02c;
}

.testimonials .carousel-control {
  opacity: 1;
  width: 100%;
  text-align: right;
  text-shadow: none;
  position: absolute;
  filter: Alpha(opacity = 100); /*For IE*/
}

.testimonials .carousel-control.left {
  right: 27px;
  left: auto;
}
.testimonials .carousel-control.right {
  right: 0px;
}

/*Testimonials v1*/
.testimonials.testimonials-v1 .item p {
  position: relative;
}

.testimonials.testimonials-v1 .item p:after,
.testimonials.testimonials-v1 .item p:before {
  left: 80px;
  bottom: -20px;
}

.testimonials.testimonials-v1 .item p:after {
  border-top: 22px solid; 
  border-left: 0 solid transparent;
  border-right: 22px solid transparent;
}

.testimonials.testimonials-v1 p {
  padding: 15px;
  font-size: 20px;
  font-weight: 500;
  background: #f5f5f5;
  text-align: center;
}

.testimonials.testimonials-v1 .item p:after {
  width: 0; 
  height: 0;
  content: " ";
  display: block; 
  position: absolute; 
  border-top-color: #f5f5f5;
  border-left-style: inset; /*FF fixes*/
  border-right-style: inset; /*FF fixes*/ 
}

/*Testimonials Backgrounds*/
.testimonials-bg-dark .item p,
.testimonials-bg-default .item p {
  color: #fff;
  font-weight: 200;
}

.testimonials-bg-dark .carousel-arrow i,
.testimonials-bg-default .carousel-arrow i {
  color: #fff;
}

/*Testimonials Default*/
.testimonials-bg-default .item p {
  background: #72c02c;
}

.testimonials.testimonials-bg-default .item p:after,
.testimonials.testimonials-bg-default .item p:after {
  border-top-color: #72c02c;
}

.testimonials-bg-default .carousel-arrow i {
  background: #72c02c;
}

.testimonials.testimonials-bg-default .carousel-arrow i:hover {
  background: #5fb611;
}

/*Testimonials Dark*/
.testimonials-bg-dark .item p {
  background: #555;
}

.testimonials.testimonials-bg-dark .item p:after,
.testimonials.testimonials-bg-dark .item p:after {
  border-top-color: #555;
}

.testimonials-bg-dark .carousel-arrow i {
  color: #fff;
  background: #555;
}

.testimonials.testimonials-bg-dark .carousel-arrow i:hover {
  background: #333;
}

.testimonials.testimonials-bg-dark .testimonial-info {
  color: #555;
}

/*Portfolio Box
------------------------------------*/
.portfolio-box {
  margin: 0;
}

.portfolio-box [class^="col-"] {
  padding: 0;
  overflow: hidden;
}

.portfolio-box li {
  background: #333;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
    -webkit-backface-visibility: hidden; /*For Chrome*/
}

.portfolio-box li.shade:after {
  background: rgba(0,0,0,0.6);
}

.portfolio-box li:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.portfolio-box li:hover:after {
  background: rgba(0,0,0,0.8);
}

.portfolio-box li:after,
.portfolio-box li:hover:after {
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;   
}

.portfolio-box li img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.portfolio-box li:hover img {
  -transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.portfolio-box li:hover img.no-hover {
  -transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}

.portfolio-box .portfolio-box-in {
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  visibility: visible;
  min-height: 150px;
  margin-top: -75px;
  text-align: center;
  position: absolute;
  font-family: "Open Sans", Arial, sans-serif;
}

.portfolio-box li:hover .portfolio-box-in {
  visibility: visible;
}

.portfolio-box .portfolio-box-in h3 {
  font-size: 22px;
  margin-top: 20px;
  position: relative;
  margin-bottom: 20px;
  text-transform: uppercase; 
}

.portfolio-box .portfolio-box-in h3:after {
  left: 50%;
  height: 1px;
  width: 40px;
  content: " ";
  bottom: -10px;
  background: #fff; 
  margin-left: -20px;
  position: absolute;
}

.portfolio-box .portfolio-box-in p,
.portfolio-box .portfolio-box-in h3 {
  color: #fff;
  visibility: visible;
}

.portfolio-box .portfolio-box-in p {
  font-size: 16px;
  margin-bottom: 20px;
}

.portfolio-box .portfolio-box-in a.btn-u {
  font-weight: normal;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

/*Owl Carousel
------------------------------------*/
.owl-btn {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  padding: 2px 9px;
  text-align: center;
  background: #72c02c;
}

.owl-btn:hover {
  color: #777;
  background: #f5f5f5;
}

/*Owl Carousel v2*/
.owl-carousel-v2 .owl-slider-v2 {
  margin-bottom: 20px;
}

.owl-carousel-v2 .item {
  height: 220px;
  max-height: 220px;
  margin: 0 5px;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/banners/wood.jpg);
  opacity: .9;
  color: #fff;
}

.owl-carousel-v2 .item img {
  text-align: center;
  /*min-width: 100%;*/
  height: auto;
  max-height: 170px;
}

.owl-carousel-v2 .owl-navigation {
  text-align: center;
}

.owl-carousel-v2 .owl-pagination {
  display: none;
}

/*Owl Pagination*/
.owl-pagination {
  text-align: center !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);/*IE7 fix*/
}

.owl-theme .owl-controls .owl-page {
  zoom: 1;
  display: inline-block;
  *display: inline;/*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  display: block;
  margin: 5px 7px;
  background: #bbb;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}