@media screen and (max-width: 768px) {
	.grid-1-4--fix .grid-item {
		width: 50%;
		max-width: 50%;
	}
	.overlay-menu {
    
    	background: #1E2806;
    
 	}
}


@media screen and (max-width: 500px) {
	.grid-1-4--fix .grid-item {
		width: 100%;
		max-width: 100%;
		float: none;
	}
}

.block .block-content.block-filter-media {
	margin-top: 0 !important;
	position: relative;
	top: auto;
	padding: 30px 0;
}

.block-filter-media p {
	margin-top: 0;
}

.grid-1-4 .grid-item {
	max-width: 24%;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 5px;
}

.grid-1-4--fix {
	margin: 0 auto;
}

.grid-1-4--fix .grid-item {
	width: 25%;
	max-width: 25%;
	margin: 0;
	padding: 5px;
}

.grid-1-4--fix * {
	box-sizing: border-box;
}

.grid-1-4--fix .grid-item .tag {
	width: calc(100% - 10px);
}

.grid-1-4--fix.galeria .grid-item .overlay-img {
	top: 5px;
	left: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}

.grid-1-4--fix.news .grid-item {
	height: 350px;	
}

.grid-1-4--fix.news .grid-item img {
/*	height: 100%;*/
}

.counter_wrapper
{
	display: inline-block;
	margin:40px;
	
}

.counter_wrapper h2
{
	font-size:56px !important;	
}

.wine-overlay .block .block-content .right .content-drops .btn-drop .content-drop 
{
			cursor:default;
		
		}

.block .block-content .descricao p
{
	color:#E3E3E3;
}

.scrollArrow
{
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -50px;
}
header.transparent {
 height:125px;
 background: transparent;
    -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
	box-shadow:none;

}

header{
    -webkit-transition: background 0.5s linear;
        -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
        -o-transition: background 0.5s linear;
        transition: background 0.5s linear;
		
}

.header.transparent	.logo-small{
	bottom:-10px;
}
					
.header.transparent	.logo-small img{
	height:120px;
}

.logo-small.minim {
	bottom:10px;
	-webkit-transition: bottom 0.5s linear;
        -moz-transition: bottom 0.5s linear;
        -ms-transition: bottom 0.5s linear;
        -o-transition: bottom 0.5s linear;
        transition: bottom 0.5s linear;
}

.logo-small.minim img{
    height: 60px;
	-webkit-transition: height 0.5s linear;
        -moz-transition: height 0.5s linear;
        -ms-transition: height 0.5s linear;
        -o-transition: height 0.5s linear;
        transition: height 0.5s linear;
}
			
.header.minim
{
		height:80px;
	    -webkit-transition: height 0.5s linear;
        -moz-transition: height 0.5s linear;
        -ms-transition: height 0.5s linear;
        -o-transition: height 0.5s linear;
        transition: height 0.5s linear;
}

.content-submenu.minim
{
		top: 75px !important;
}

@media (max-width: 900px){
	.btn-resp-menu.minim {
		display: block;
		opacity: 1;
		top: 20px;
	}

}


/*
	.block-reservas .right input {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
    padding: 5px 10px;
    font-size: 14px;
    background: url(../img/input-bg.jpg) repeat-y;
    background-color: #fff;
    background-position: right top;
}
	.block-contatos .right .form input, .block-contatos .right .form textarea {
  display: block;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 5px 10px;
  font-size: 14px;
  background: url(../img/input-bg.jpg) repeat-y;
  background-color: #fff;
  background-position: right top;
}
	*/
	
.homepage-slider .content-slider > div .slider-content, .slider2 .content-slider > div .slider-content {
  display: table;
  max-width: 882px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  height: 100%;
}
/* line 30, ../../lib/sass/project/_slider.sass */
.homepage-slider .content-slider > div .slider-content .content, .slider2 .content-slider > div .slider-content .content {
  display: table-cell;
  vertical-align: middle;
}
/* line 33, ../../lib/sass/project/_slider.sass */
.homepage-slider .content-slider > div p, .slider2 .content-slider > div p {
  font-family: Cambria;
  font-size: 29px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0px 0px 25px black;
}
/* line 39, ../../lib/sass/project/_slider.sass */
.homepage-slider .content-slider > div h2, .slider2 .content-slider > div h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: cambria; /*"chevalier_becker_stripes_caRg";*/
  text-transform:uppercase;
  font-size: 54px;
  padding: 10px 0 10px 15px;
  letter-spacing: 11px;
  line-height: 65px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: table;
  margin: 0 auto 10px;
  font-weight: normal;
  text-shadow: 0px 0px 25px black;
}

.homepage-slider{
  width: 100%;
  position: relative;
  overflow: hidden;
  background: white;
}

/*HOMEPAGESLIDER*/
/* line 53, ../../lib/sass/project/_slider.sass */
.homepage-slider .pagination, .slider2 .pagination {
  position: absolute;
  /* right: 20px; */
  width: 100%;
  /* top: 50%; */
  /* margin-top: -35px; */
  text-align: left;
	margin-left:9%;
  bottom: 5%;
}
/* line 59, ../../lib/sass/project/_slider.sass */
.homepage-slider .pagination .btn-slide, .slider2 .pagination .btn-slide {
  cursor: pointer;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  margin: 3px;
  display:inline-block;
}
/* line 66, ../../lib/sass/project/_slider.sass */
.homepage-slider .pagination .btn-slide.js-active, .slider2 .pagination .btn-slide.js-active {
  position: relative;
}
/* line 68, ../../lib/sass/project/_slider.sass */
.homepage-slider .pagination .btn-slide.js-active:after, .slider2 .pagination .btn-slide.js-active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background: #fff;
  border-radius: 50px;
}
/* line 79, ../../lib/sass/project/_slider.sass */
.homepage-slider .content-arrows, .slider2 .content-arrows {
  position: absolute;
  height: 100%;
  width: 100%;
  /*max-width: 1060px;*/
  margin: 0 auto;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}
/* line 90, ../../lib/sass/project/_slider.sass */
.homepage-slider .slider-arrow, .slider2 .slider-arrow {
  position: absolute;
  width: 46px;
  height: 88px;
  font-size: 20px;
  top: 50%;
  margin-top: -44px;
  cursor: pointer;
}
/* line 98, ../../lib/sass/project/_slider.sass */
.homepage-slider .slider-arrow.left, .slider2 .slider-arrow.left {
  left: 40px;
}
/* line 100, ../../lib/sass/project/_slider.sass */
.homepage-slider .slider-arrow.left:before, .slider2 .slider-arrow.left:before {
  display: block;
  height: 88px;
  content: "";
  background: url(../img/arrow_left.png) no-repeat;
}
/* line 105, ../../lib/sass/project/_slider.sass */
.homepage-slider .slider-arrow.right, .slider2 .slider-arrow.right {
  right: 40px;
}
/* line 107, ../../lib/sass/project/_slider.sass */
.homepage-slider .slider-arrow.right:before, .slider2 .slider-arrow.right:before {
  display: block;
  height: 88px;
  content: "";
  background: url(../img/arrow_right.png) no-repeat;
}

	
.wine.js-active
{
		background:rgba(0,0,0,0.7);
}

.block-filtros .block .block-content .wine-custom__select {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    cursor: pointer;
    border: solid #B89E61 1px;
    margin: 5px;
    color: #B89E61;
}

.block-filtros {
    background: #fff;
    position: absolute;
    top: -40px;
    width: 100%;
    z-index: 2;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.wines .wine-search input[name="txtSearch"] {
    height: 42px;
    margin-top:0px;
    margin-right: 5px;
    border: 0;
    padding: 0 10px;
    width: 300px;
    border: solid #B89E61 1px;
    /* border-left: 1px solid #000; */
    /* border-right: 1px solid #000; */
    padding: 14px;
    /* height: 27px; */
	color:#B89E61;
}

.block-filtros .block .block-content {
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
}


.wines .wine-search .btn-search:before {
    content:none;
	font-size: 18px;
    line-height: 18px;
    color: #B89E61;
    text-decoration: none;
}

.wines .wine-search .btn-clear_filters:before {
   	content:none;
	font-size: 24px;
    position: relative;
    top: 2px;
    color: #B89E61;
    text-decoration: none;
	margin-left:15px;
}

.wines .wine-search a {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: #cbba8d;
    font-size: 18px;
    line-height: 48px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cbba8d;
    margin-left: 15px;
    height: 40px;
    
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
