/*
Theme Name: Organic Farm
Theme URI: http://graphiclife.net/themeforest/organic-farm/
Description: Template is suitable for anything related to farm.
Version: 1.0
Author: Xstyler
Author URI: http://graphiclife.net
*/

/* 	Table Of Content
=======================
	1 - Media Queries
	2 - Important Styles
	3 - General Styles
	4 - Buttons
	5 - Header
	6 - Navigation
	7 - Intro
	8 - Intro Images
	9 - Gallery
	10 - OWL Carousel
	11 - Features List
	12 - Testimonials
	13 - Extra Features
	14 - Map
	15 - Contact
	16 - Footer
======================*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,400italic);
@import url(https://fonts.googleapis.com/css?family=Playball);

/* 1-Media Queries */

@media (min-width: 1430px) {
	.container {width: 1400px;}
}

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}

@media (min-width:768px) and (max-width:991px) {
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}

@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}

@media (max-width: 768px) {
	body {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 22px;
	}
  .teaser-video {
    margin-bottom: -15px !important;
    margin-top: 0px !important;
  }
	#intro h2 {
		font-size: 18px;
	}
	.copyright {
		text-align: center;
	}
}

@media (max-width: 992px) {

  .card {width: 100% !important; margin: 20px 0px}

	.navbar-header {
	    float: none;
	}
	.mobile-toggle {
	    display: block !important;
	}
	.navbar-collapse {
		position: absolute;
		width: 100%;
		top: 61px;
		left: 0;
		border: 0;
		margin-top: 9px;
		background-color: rgba(8, 3, 1, 0.95);
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-header .collapse, .navbar-toggle {
		display:block !important;
	}
	.navbar-collapse {
	    border-top: 0;
	    box-shadow: none;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.navbar-nav {
	    float: none!important;
	    margin: 20px -15px 30px;
	}
	.navbar-nav>li {
	    float: none;
	}
	.navbar-nav>li>a {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}
}

@media (min-width: 768px) {
	body {
		font-size: 18px;
	}
	p {
		font-size: 18px;
	}
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 26px;
	}
	#intro {
		/*padding: 240px 0;*/
	}
	#intro h2 {
		font-size: 20px;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	h1 {
		font-size: 48px;
	}
	h2 {
		font-size: 30px;
	}
	#intro {
		/*padding: 280px 0;*/
	}
	#intro h2 {
		font-size: 22px;
	}
	.title-separator.left {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#extra-features {
		text-align: left !important;
	}
	#extra-features .certificate p {
		position: absolute;
		top: 8px;
		left: 100px;
	}
}

/* 2-Important Styles */

.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

.row.no-padding [class*='col-'] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* 3-General Styles */

body {
    /*font-family: Raleway, sans-serif;*/
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #534135;
}

p {
	font-weight: 400;
	line-height: 32px;
	color: #967f76;
}

a {
	color: #534135;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #a5c942;
	text-decoration: none;
}

a.white {
	color: #fff;
}

h1 {
	color: #5b3821;
	font-weight: 700;
	margin: 10px 0;
}

h2 {
	font-weight: 600;
	line-height: 1.4;
	margin: 10px 0 20px;
}

h3 {
	font-size: 20px;
	font-weight: 600;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

h5 {
	font-size: 16px;
	font-weight: 700;
}

h6 {
	color: #f9680b;
	font-size: 36px;
	font-family: 'Playball', cursive;
	margin-top: 10px;
}

section {
	padding-top: 90px;
	padding-bottom: 80px;
}

.title i.fa {
	color: #e5e5e5;
	font-size: 30px;
}

.img-responsive {
	width: 100%;
	height: auto;
}

.margin-10 {
	margin-top: 10px;
}

.margin-20 {
	margin-top: 20px;
}

.margin-30 {
	margin-top: 30px;
}

.margin-40 {
	margin-top: 40px;
}

.margin-50 {
	margin-top: 50px;
}

.separator {
	position: relative;
}

.separator.top::before,
.separator.bottom::after {
	z-index: 2;
	left: 0;
	content: '';
	width: 100%;
	height: 20px;
	position: absolute;
	background-image: url('../images/separator.jpg');
	background-position: center;
	background-repeat: repeat-x;
}

.separator.top::before {
	top: 0;
}

.separator.bottom::after {
	bottom: -20px;
}

.arrow-separator {
	top: 0;
    width: 100%;
    height: 42px;
    position: absolute;
    z-index: 5;
    background-image: url('../images/direction-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.title-separator {
	width: 150px;
	height: 1px;
	display: block;
	position: relative;
	margin: 40px auto 30px auto;
	background-color: #e7e7e7;
}

.title-separator.bottom {
	margin: 35px auto 40px auto;
}

.title-separator::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 3px;
	position: absolute;
	top: -2px;
	background-color: #cc9a50;
	border-radius: 2px;
	left: 73px;
}

/* 4-Buttons */

.button {
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 100%;
	margin: 10px 0;
	outline: 0 none;
	padding: 16px 40px;
	position: relative;
	white-space: nowrap;
	border: 2px solid #cdaa5e;
	background: transparent;
}

.button:hover,
.button:focus,
.button:active {
	color: #fff;
	background: #cdaa5e;
	-webkit-transition: all .1s ease-out;
	transition: all .1s ease-out;
}

.button.green {
	color: #fff;
	background-color: #a6ce37;
	border-color: #a6ce37;
}

.button.green:hover,
.button.green:focus,
.button.green:active {
	color: #fff;
	background-color: #8fbe26;
	border-color: #8fbe26;
}

.button.green.border {
	color: #333;
	border: 2px solid #a6ce37;
	background-color: transparent;;
}

.button.green.border:hover,
.button.green.border:focus,
.button.green.border:active {
	color: #fff !important;
	background: #a6ce37;
	-webkit-transition: all .1s ease-out;
}

.button.green.border.light {
	color: #fff !important;
}

.button.brown {
	color: #fff;
	background-color: #cdaa5e;
	border-color: #cdaa5e;
}

.button.brown:hover,
.button.brown:focus,
.button.brown:active {
	color: #fff;
	background-color: #bd9346;
	border-color: #bd9346;
}

.button.rounded {
	border-radius: 3px
}

/* 5-Header */

header {
    height: 95px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 100;
    background-image: url('../images/header.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	-webkit-transform: translate3d(0,0,0);
}

.nav-up {
    top: -95px;
}

.logo {
	float: left;
	height: 64px;
	width: auto;
	margin-left: 15px;
	display: inline-block;
}

/* 6-Navigation */

.navbar {
	border: 0;
	margin-top: 25px;
}

.navbar-nav li a {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	padding: 15px 10px;
	display: inline-block;
	margin: 8px 15px;
	border: 2px solid transparent;
	line-height: 100%;
}

.navbar-nav li a:hover,
.navbar-nav li a:focus,
.navbar-nav li a:active {
	color: #ece0ce;
	background-color: transparent;
}

.navbar-nav li .button {
	font-weight: 600;
	padding: 15px 35px ;
}

.mobile-toggle {
	position: relative;
	margin: 14px 0;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.bar-1,
.bar-2,
.bar-3 {
	width: 25px;
	height: 3px;
	background: #fff;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
}

.bar-2 {
	position: relative;
	margin-top: 5px;
}

.bar-3 {
	position: relative;
	top: 5px;
}

.mobile-toggle:hover .bar-1 {
	transform: translate3d(0, 2px, 0);
	-webkit-transform: translate3d(0, 2px, 0);
	-moz-transform: translate3d(0, 2px, 0);
}

.mobile-toggle:hover .bar-3 {
	transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
}

/* 7-Intro */

#intro {
	/*background: url(../images/banner/banner-fazenda-1.jpg) 50% 0 fixed;*/
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#intro h1:after {
	content: ' ';
	display: block;
	width: 40px;
	height: 1px;
	margin: 15px auto 20px;
	background-color: #99d328;
}

#intro h2 {
	color: #653f27;
	font-weight: 500;
}

/* 8-Intro Images */

#intro-features {
  margin-top: 20px;
  background-color: #fff;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.intro-features-wrap {
	z-index: 3;
	position: relative;
	background-color: #fff;
	padding: 5px 5px 20px 5px;
}

#intro-features figure .image {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}

#intro-features .image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

#intro-features .image:hover img {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.min-feature {
	background-color: #fff;
	padding: 5px;
	margin-bottom: 40px;
}

.min-feature .shadow {
	margin: 10px auto 0 auto;
}

.min-feature h3 {
	font-size: 24px;
	color: #4a4a4a;
	font-weight: 300;
	padding: 15px 5px 5px 5px;
	margin: 0;
	text-transform: uppercase;
}
.min-feature h4 {
	font-size: 22px;
	color: #94c000;
	font-weight: 700;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

/* 9-Gallery */

#gallery {
	width: 100%;
	height: auto;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

#gallery .item img {
	width: 100%;
	height: auto;
}

#gallery figure {
	position: relative;
}

#gallery figure .overlay {
	top: 0;
	display: block;
	z-index: 10;
	height: 100%;
	width: 100%;
	position: absolute;
	text-align: center;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+51,000000+100&0+0,0+50,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 20%, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 45%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 20%,rgba(0,0,0,0.4) 45%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    background-size: auto 200%;
    background-position: 0 0;
    transition: background-position 0.4s;
}

#gallery figure .overlay:hover {
	 background-position: 0 100%;
}

#gallery figure .overlay .content {
	display: block;
	bottom: 40px;
	width: 100%;
    position: absolute;
    text-align: center;
    min-height: 80px;
}

#gallery figure .overlay .category {
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 3px 7px;
	line-height: 16px;
	pointer-events: auto;
	background-color: #f26522;
	border-radius: 3px;
}

#gallery figure .overlay h3 {
	color: #fff;
	position: relative;
	width: 70%;
	margin: 0 auto;
}

/* 10-OWL Carousel */

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-controls .owl-nav [class*='owl-'] {
	color: white;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
	background: #869791;
	color: white;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 4px;
	background: #4b361e;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 7px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border: solid 2px #4b361e;
	background: #fff;
}

/* 11-Features List */

#features-list .fbox {
	position: relative;
	border: 1px solid #f0f0f0;
	padding: 40px 30px 40px 80px;
	margin-top: 30px;
}

#features-list .fbox i {
	position: absolute;
    display: block;
    left: 26px;
    top: 45px;
    font-size: 32px;
    color: #fd9039;
}

#features-list .small a {
	font-weight: 600;
	position: relative;
}

#features-list .small a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #a5c942;
	position: absolute;
	left: 0;
	bottom: -2px;
}

/* 12-Testimonials */

#testimonials {
	background: url(../images/testimonials-bg.jpg) 50% 0 fixed;
	height: auto;
	margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 120px 0 60px;
}

#testimonials figure {
	padding: 50px 30px 40px 30px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
  border: 3px solid rgba(46, 35, 29, 0.9);
  border-style: dashed;
}

#testimonials figure img {
	height: 80px;
	width: 80px;
	border-radius: 45px;
	margin: 0 auto;
}

#testimonials figcaption {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 600;
}

#testimonials figure .credit {
	padding: 18px 0 0 0;
}

#testimonials figure cite a {
	padding: 5px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
}

#testimonials figure i {
	font-size: 14px;
	color: #ffbb37;
}

#testimonials figure blockquote {
    margin: 0;
    border-left: 0;
}

#testimonials figure blockquote p {
    padding: 10px 0 20px;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

#testimonials .owl-theme .owl-controls {
	margin-top: 70px;
}

/* 13-Extra Features */

#extra-features {
	text-align: center;
	padding-top: 110px;
	padding-bottom: 110px;
}

#extra-features .item {
	margin: 10px;
}

#extra-features .item img {
	width: 100%;
    height: auto;
}

#extra-features .certificate {
	position: relative;
	margin-bottom: 30px;
}

#extra-features .certificate p {
	color: #534135;
    font-weight: 600;
    padding: 20px 10px;
}

#counter-bg {
	padding: 0 0 200px;
	background-image: url('../images/papagaio-peito-roxo.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

.number {
	margin: 0 auto;
	display: inline-block;
}

.counter-box {
  margin-top: 10px;
  background-color: rgba( 255,255,255, 0.8 );
  padding: 50px 0 28px 0;
  border-radius: 4px;
  border: 1px solid #f7f7f7;
  background-image: url(http://s2.glbimg.com/tuv2U9DGyi0yfUQVmGy3_k3xhfc=/1200x630/s.glbimg.com/jo/g1/f/original/2014/01/21/papagio-charao_amazona_pretrei1.jpg);
  background-position: -120px;
  background-size: 470px;
  background-repeat: no-repeat;
}

.counter-box .number, .counter-box .lead {
  opacity: 0;
}

.counter-box .timer {
	font-size: 36px;
}

.counter-box h4 {
	font-family: arial, 'sans-serif';
	padding: 5px 15px;
}

.counter-box h4:after {
    content: ' ';
    display: block;
    width: 40px;
    height: 1px;
	margin: 36px auto 0px;
    background-color: #99d328;
}

.counter-box .lead {
	font-size: 18px;
}

/* 14-Map */

#contact-info {
	padding-top: 460px;
	padding-bottom: 30px;
}

.map {
	width:100%;
	height:100%;
	position: absolute;
	top: 0;
}

.map-info {
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
}

#contact-info .side-borders::after {
	content: '';
	width: 100%;
	height: 40px;
	z-index: 110;
	top: 28px;
	left: 0;
	right: 0;
	position: absolute;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.iconbox {
	position: relative;
	padding: 20px 30px 20px 75px;
}

.iconbox p, .iconbox h5 {
	margin: 8px 0;
	line-height: 100%;
}

.iconbox i {
	position: absolute;
	display: block;
	left: 20px;
	top: 32px;
	font-size: 28px;
	color: #fd9039;
}

/* 15-Contact */

.form .form-group {
	margin: 10px 0;
}

.form .input-group {
	margin-left: auto;
	margin-right: auto;
}

.form .form-control {
	font-size: inherit;
	padding: 23px 15px;
	margin: 0;
	width: 100%;
	border: 2px solid #eeeeee;
	background: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.form textarea {
	height: 250px;
	resize: vertical;
}

.form input,
.form textarea {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-webkit-appearance: none !important;
}

.form label {
	font-size: 16px;
	font-weight: 500;
	margin: 20px 0 0px;
}

.form .disabled { background: #fff !important; }
.form span.required {
	color: #ff0000 !important;
}

.error_message {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 15px;
	margin: 5px 0;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F73E3E;
}

#success_page p {
	margin: 5px 0;
}

/* 16-Footer */

#footer {
	width: 100%;
	height: 95px;
	padding-top: 40px;
	background-image: url('../images/header.jpg');
	background-position: center;
	background-repeat: repeat-x;
}

#footer p {
	font-size: 14px;
	color: #ffe8da;
	padding: 2px 0;
}

#footer .list-socials {
	margin: 0;
}

#footer .list-socials li > a {
	color: #ffe8da;
	border: 1px solid #a6ce37;
	border-radius: 50%;
	display: inline-block;
	height: 34px;
	width: 34px;
	padding-top: 1px;
	text-align: center;
	transition: all .3s ease;
}

#footer .list-socials li > a:hover {
	border: 1px solid #fff;
}

#footer .list-socials li > a > i.fa {
	font-size: 14px;
}
.textMain-banner{
  background-color: rgba(0, 0, 0, 0.5);
  /*border: 3px solid rgba(46, 35, 29, 0.9);*/
  /*border-style: dashed;*/

}
.textMain-banner h2, .textMain-banner h1{
  color: #fff !important;
  font-weight: 700;
  margin: 10px 0;
}
.nav-up .logo img {
  margin-top: -130px;
}
#contact-info .map-info{
  border: 3px solid rgba(46, 35, 29, 0.9);
  border-style: dashed;
}
.btn-reservas{
  border: 2px dashed #a6ce37 !important;
  color: #a6ce37 !important;
  border-radius: 5px;
}
.btn-reservas:hover{
  color: #baf516 !important;
  border-color: #baf516 !important;
}

.animate-enter {
	-webkit-transition: 1s linear all; /* Chrome */
	transition: 1s linear all;
	opacity: 0;
}

.animate-enter.animate-enter-active {
	opacity: 1;
}
#wrapper{
  overflow: hidden;
}
.btn-sliderPrev{
  background-color: transparent;
  border: none;
  float: left;
  color: #fff;
  font-size: 78px;
}
.btn-sliderNext{
  background-color: transparent;
  border: none;
  float: right;
  color: #fff;
  font-size: 78px;
}
.buttons-slider{
  top: 50%;
  position: absolute;
  width: 100%;
  margin-top: -3%;
}
.buttons-slider span{
  cursor: pointer;
  color: #fff;
  opacity: 0.6;
  transition: all 0.3s;
  padding: 3px 10px;
}
.buttons-slider span:hover{
  opacity: 1;
}
.topo-chales{
  background-image: url(../images/chales.jpg);
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 95px;
  min-height: 300px;
  background-position: 0px -630px;
  box-shadow: 0px 0px 22px;
  background-size: 130%;
}
.titlePage{
  color: #fff;
  text-align: right;
  margin-top: 149px;
}
.titlePage h2{
  font-size: 42px;
}
.topo-chales-black{
  min-height: 300px;
  width: 100%;
  top: 95px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}
.todos-chales{
  margin-top: 30px;
}
.chale{
  border: 1px solid #ccc;
  border-radius: 6px 0px 0px 6px;
  border-bottom: 3px solid #ccc;
  min-height: 252px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  box-shadow: 0 0 13px #ccc;
}
.chale .verMais{
  width: 49%;
  height: 252px;
  background-color: #000;
  position: absolute;
  margin-top: 0px;
  z-index: 999;
  opacity: 0;
}
.chale .chale-image{
  width: 49%;
  display:inline-block;
  overflow: hidden;
}
.chale .chale-desc {
    width: 49%;
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}
.chale .chale-desc p{
  font-size: 15px;
  padding-right: 10px;
}
.chale .chale-image img{
  width: 100%;
  min-height: 252px;
  border-radius: 6px 0px 0px 6px;
}
.card{
  float: left;
  width: 50%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.chale .chale-image:hover img,
.chale .chale-image:focus img {
  transform: scale(1.2);
  transition: all 0.2s;
}

/*.chale .chale-image:hover .verMais,
.chale .chale-image:focus .verMais {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.6s;
}*/

.btn-verMais{
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 140px;
  display: none;
}

.room-info ul li {
    font-weight: 600;
    list-style: none;
    font-size: 13px;
    color: #ccc;
    text-transform: capitalize;
}

.chale-desc h3 {
    padding-left: 15px;
}

.room-info ul li span {
    color: #000;
    font-weight: 400;
}
.room-meta{
  padding-left: 15px;
}
.detail-price {
    padding-top: 15px;
    border-top: 1px #ccc solid;
    margin-top: 75px;
    font-size: 14px;
}

.detail-price a {
    color: #000;
}

.detail-price .iwb-price {
    font-size: 12px;
    color: #999;
    float: right;
}

.detail-price .iwb-price .price {
    font-weight: 600;
    color: #c00;
}

.topo-a-fazenda{
  background-image: url(../images/sobre-pousada.jpg);
  background-repeat: no-repeat;
  width: 100%;
  margin-top: 95px;
  min-height: 300px;
  background-position: 0px -870px;
  box-shadow: 0px 0px 22px;
}

.form-control-select{
  font-size: inherit;
  padding: 8px 15px;
  margin: 0;
  width: 100%;
  border: 2px solid #eeeeee;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-top: 9px;
}
.teaser-video {
  width: 100%;
  height: auto;
  margin-bottom: -160px;
  margin-top: -240px;
}
.intro-features{
  margin-top: -200px;
  background-color: #fff !important;
  position: relative;
}
.numero-telefone{
  line-height: 16px;
}

.btn-cadeirante{
  padding: 3px 5px;
  background-color: #4a7a06;
  float: right;
  margin-top: 50px;
}

.btn-cadeirante i{
  font-weight: bold;
  color: #fff;
  font-size: 32px;
}

.status_chale_tipo{
  text-transform: initial !important;
}

@media (max-width: 1350px) {
  .teaser-video {
    margin-bottom: -40px;
  }
  #intro {
		padding: 95px 0 0px;
	}
}

.list-categoria{

}

.list-categoria .item-categoria{
  box-shadow: 0px 0px 10px #787878;
  padding: 0px;
	margin-top: 25px;
}

.list-categoria .item-categoria label{
  text-align: center;
  padding: 10px 5px;
  background-color: #f2f2f2;
  display: block;
  margin: 0px;
  cursor: pointer;
}

.list-categoria .item-categoria img{
  width: 100%;
  min-height: 280px;
  max-height: 280px;
}

.list-midia .item-midia img{
  width: 100%;
  min-height: 280px;
  max-height: 280px;
}

.list-midia .item-midia label{
  text-align: center;
  padding: 10px 5px;
  background-color: #f2f2f2;
  display: block;
  margin: 0px;
  cursor: pointer;
}

.list-midia .item-midia{
  width: 100%;
  cursor: pointer;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px #3b3b3b;
}
.fullMidia{
  width: 100%;
}
.fullMidia img{
  width: 100%;
}
.fullMidia iframe{
  width: 100%;
  min-height: 540px;
}

.imagem__{
  background-size: 170%;
  min-height: 260px;
  background-repeat: no-repeat;
  background-position: center center;
}
.coordenada{
	position: absolute;
}
.swiftLogo {
	height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.swiftLogo span{
    width: 7px;
    height: 100%;
    background-color: #ccc;
    border-left: 1px solid #fff;
    margin: 0px;
    padding: 0px;
    float: left;
}
.swiftLogo span:nth-child(1){
	background: #f78800;
}
.swiftLogo span:nth-child(2){
    width: 7px;
	background: #00c600;
}
.swiftLogo span:nth-child(3){
    width: 5px;
	background: #0097d9;
}
.reportagem-band{
    position: fixed;
    top: 130px;
    z-index: 999;
    background-color: #e85151;
    color: #fff;
    font-weight: bold;
    padding: 6px 12px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 4px;
    font-size: 16px;
	box-shadow: 2px 3px 9px #00000091;
	cursor: pointer;
}
.reportagem-band small{
	display: block;
	font-size: 14px;
	font-weight: 100;
	margin-top: -8px;
	text-transform: uppercase;
}
.reportagem-band i{
    font-size: 20px;
    display: inline-block;
    width: auto;
    margin-right: 8px;
    padding: 4px 9px;
    padding-left: 12px;
    vertical-align: middle;
    border: 1.5px solid #fff;
    border-radius: 6px;
    text-align: center;
    margin-top: -18px;
    margin-left: 10px;
}
.reportagem-band span{
    display: inline-block;
}
.reportagem-band .closeBand{
	float: right;
    padding: 3px 6px 4px 7px;
    border-radius: 100px;
    right: -16px;
    top: 9px;
    position: absolute;
    background-color: #e85151;
    font-size: 16px;
    border: 2px solid #fff;
}

@media (max-width: 480px){
  .logo .class_logo{
    width: 215px !important;
    position: relative;
    z-index: 999;
    margin-top: -5px !important;
  }
	.logo .dog{
		margin-top: -53px !important;
	}
	.logo .pet-friendly{
		margin-top: -83px !important;
	}
}
