@charset "UTF-8";
/* CSS Document 
Author Name: Saptarang
Author URI: http://www.saptarang.org
Themeforest: http://themeforest.net/user/saptarang?ref=saptarang
Creation Date: 10th April, 2014
Updated date: 3rd May, 2014
Description: A default stylesheet for Multipurpose Landing Page Template, Designed & Developed By Saptarang.


color: #61380c;  link ativo cor marrom menu  (logo)
color: #04633b;  verde logo
color: #ef8718;  laranja escuro
color: #f7941d;  laranja claro
color: #eb4038;  vermelho titulo
color: #fff500;  amarelo titulo



*/



/* ================================= */
/* ------------ GENERAL ------------ */
/* ================================= */
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-family: Roboto, 'Open sans', Arial;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.714em;
	color: #333;
	-webkit-font-smoothing: antialiased;
}
html, body {
	width: auto !important;
	overflow-x: hidden !important;
}
body {
	background-color: #e6e6e6;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Roboto, 'Open sans', Arial;
	margin: 0;
	color: #493c41;
	text-transform: uppercase;
}
h1 {
	font-size: 3.429em;
	font-weight: 700;

}
h2 {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 1.25em;

}
h2 span, h3 span, h4 span {
	color: #015965;
}
h3 {
	background-color: #fbfbfb;
	border: 0px solid rgba(0, 0, 0, 0.1) !important;
	font-size: 1.25em;
	font-weight: 600;
	padding: 0em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.5em;
	margin: 0.3em 0 1em;
}
h5 {
	font-size: 1.286em;
	font-weight: 500;
	margin: 0.3em 0;
	text-transform: capitalize;
}
h6 {
	font-size: 1.143em;
	font-weight: 500;
}
a {
	text-decoration: none;
	color: #015965;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
	color: darken #015965, 5%;
}
:focus, :active {
	outline: none !important;
}
p {
	margin: 0em 0 0.5em;
}
input[type=text], input[type=email], input[type=password], input[type=tel], textarea, input[type=number], input[type=date], input[type=datetime] {
	background-color: rgba(235,235,235,0.5) !important;
	padding: 0.5em 1em;
	border: 1px solid rgba(247, 148, 29, 0.2) !important;
	margin-bottom: 1.5em;
	height: 3em;
}
input[type=text]:focus, input[type=email]:focus,  input[type=password]:focus,  input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus, input[type=datetime]:focus {
	box-shadow: 0px 0px 3px rgba(0,102,0, 0.6)  !important;
	border: 1px solid rgba(247, 148, 29, 1) !important;
	background-color: rgba(235,235,235,0.7) !important;
	padding: 0.5em 1em;	
	height: 3em;	
	margin-bottom: 1.5em;	
}
textarea:focus {
	box-shadow: 0px 0px 3px rgba(0,102,0, 0.6)  !important;
	border: 1px solid rgba(247, 148, 29, 1) !important;
	background-color: rgba(235,235,235,0.7) !important;
	margin-bottom: 1.5em;	
}

.no-border {
	border: none !important;
	border-style: none !important;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
img.pull-right {
	margin: 0px 0px 1.5em 1.5em;
	border-radius: 0 !important;
}
img.pull-left {
	margin: 0px 1.5em 1.5em 0px;
	border-radius: 0 !important;
}
i {
	margin-right: 0.3em;
}
.borders-radius {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.btn {
	text-transform: uppercase;
	font-weight: 600;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	-webkit-border-radius: 3;
	-moz-border-radius: 3;
	-ms-border-radius: 3;
	border-radius: 3;
	color: white !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) 2px 5px rgba(0, 0, 0, 0.4);
	padding: 0.8em 1.5em;
}
.btn-default {
	background-color: #493c41;
}
.btn-default:hover, .btn-default:focus {
	background-color: #3b3035 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.btn-primary {
	background-color: #015965;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #359554 !important;
	border: 1px solid #359554 !important;
}
blockquote {
	font-size: 1.1em;
}
.tooltip {
	top: -40px !important;
}
ul.list-default {
	list-style-type: none;
	padding: 0;
}
ul.list-default li {
	padding: 0.5em 0 0.5em 2em;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.list-default li:hover {
	background-color: #fbfbfb;
	padding-left: 2.5em;
}
ul.list-default li:first-child {
	border: none;
}
ul.list-default li:before {
	content: "\f054";
	font-family: FontAwesome;
	font-size: 0.7em;
	color: #015965;
	position: absolute;
	left: 0;
	top: 0.8em;
}
ul.list-default li:hover:before {
	left: 1em;
}
a.top {
	display: none;
	color: #fff;
	text-align: center;
	padding: 0.8em 0.8em 1em 1.3em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	border-radius: 0.2em;
	background: #ef8717;
	position: fixed;
	right: 1em;
	bottom: 1em;
	opacity: 0.8;
}
a.top:hover {
	opacity: 1;
}
.page-block-big {
	padding: 11em 0 10em;
}
.page-block {
	padding: 6.5em 0 5.5em;
}
.page-block-small {
	padding: 3em 0 1.85em;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	border: none;
	margin: 1px 5px !important;
}
.carousel-indicators li {
	background-color: rgba(0, 0, 0, 0.3);
}

.bd1 {
	border: 1px solid red;
}
.bd2 {
	border: 1px solid green;
}
.bd3 {
	border: 1px solid pink;
}
.bd4 {
	border: 1px solid black;
}
.bd5 {
	border: 1px solid purple;
}


/* ================================= */
/* ------------ HEADER ------------ */
/* ================================= */
a.logo {
	background-color: rgba(255, 255, 255, 0.9);
	top: 0;
	right: 0;
	bottom: auto;
	left: 50%;
	position: fixed;
	padding: 5em 1.5em 2em;
	padding: 1em;	
	margin: 0 auto;
	text-align: center;
	z-index: 1900;
	width: 140px;
	border: 1px solid #fff;
	border-top: none;
	-webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.1);
}
a.logo1 {
	visibility:hidden;
	background-color: rgba(255, 255, 255, 1);
	top: 0;
	right: 0;
	bottom: auto;
	left: 50%;
	position: fixed;
	padding: 5em 1.5em 2em;
	padding: 0.5em;	
	margin: 0 auto;
	text-align: center;
	z-index: 1500;
	width: 80px;
	border: 1px solid #fff;
	border-top: none;
	-webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.1);


}

#slides {
	position: relative;
	border-bottom: 0px solid rgba(0, 0, 0, 0.9);
	background-color: rgba(255,255,255,1);
}
#slides .scrollable {
 *zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	height: 100%;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
#slides .slides-navigation {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 3;
	top: 35%;  /* -- jrc -- */
	width: 100%;
}
#slides .slides-navigation a {
	position: absolute;
	display: block;
	background-color: rgba(0, 0, 0, 0.7); /* seta preto opaco */
	background-color: rgba(247, 148, 29, 0.9); /* seta laraja do slide opaco --jrc--  */
	color: #493c41;
	opacity: 0.5;
	filter: alpha(opacity=50);
	padding: 1.5em 1.8em;
}
#slides .slides-navigation a i {
	margin: 0;
	color: #fff;
}
#slides .slides-navigation a.prev {
	left: 0;
}
#slides .slides-navigation a.next {
	right: 0;
}
#slides .slides-navigation a:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#slides .slides-pagination {
	display: none;
}
#slides .slide {
	position: relative;
}
#slides .slide .slide-caption {
	display: block;
/*	background: url(../p/bg_dots.png) repeat 0 0;	*/
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	padding: 3em 0;
	-webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}
#slides .slide .slide-caption .container {
	position: absolute;
	display: block;
	top: 55%;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
/*	background: url(../p/rosa40.png) repeat;	 */
}
#slides .slide .slide-caption .container:hover {
	position: absolute;
	display: block;
	top: 55%;
	right: 0;
	bottom: 0;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
/*	background: url(../p/rosa20.png) repeat;	 */
}

#slides .slide .slide-caption .container h1 {
	font-weight: 500;
	padding: 0.3em 0;
	border-top: 0px solid rgba(255, 255, 255, 0.5);
/*	border-style: solid none;*/
	color: #fff;
	margin-bottom: 0.3em;
	text-shadow: 1px 1px 1px  #000;	
	font-size: 2.3em;
}
#slides .slide .slide-caption .container p {
	font-size: 1.3em;
	color: #fff;
	margin-top: 0;
	text-align: center;
	text-shadow: 1px 1px 1px  #333;		 
}
#slides .slide .slide-caption .btn {
	border: none;
}
.navigation {
	background-color: transparent;   /*  jrc  */
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	position:relative;
	z-index:5000;
}
.navigation .navbar {
	min-height: 3em;
}
.navigation .navbar a.navbar-brand {
	color: #fff;
}
.navigation .navbar .navbar-header {
	display: block;
	overflow: hidden;
	text-align: center;
}
.navigation .navbar .navbar-header .navbar-toggle {
	display: block;
	margin: 0.5em 1em 0 0 !important;
	padding: 9px 0 !important;
	border: none;
}
.navigation .navbar .navbar-header .navbar-toggle .icon-bar {
	background: #fff;
}
.navigation .navbar .navbar-header .navbar-toggle:focus, .navigation .navbar .navbar-header .navbar-toggle:hover {
	background: none !important;
}
.navigation ul.nav {
	text-align: right;
/*	margin: 40px 0 0 50px; */
}
.navigation ul.nav li {
	margin: 0 1px 0 0;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	border: none;

}
.navigation ul.nav li:last-child {
	margin-right: 0;

}
.navigation ul.nav li:before {
	content: '';

	}
.navigation ul.nav li a {
    font-family: 'Brain Flower Euro';	
	font-size: 2.4em;
	font-weight: bold;
	padding: 1.8em 0.65em 0em 0.65em;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 5px;
	outline: 0;
	vertical-align: baseline;	
}

.navigation .navbar-default {
	background-color: transparent; /*  fundo transparent menu */
	border: none;
	margin: 0px;
/*
	background: url(../p/fundoaco4x.jpg) top center no-repeat;
	background-color: rgba(200,200,200,0.5);
*/
}
.navigation .navbar-default .navbar-nav > li.active a, .navigation .navbar-default .navbar-nav > li a:hover {
	background-color: trasnparent !important;
	color: #61380c; /* link ativo cor marrom menu */
	height: 5px; 
}


.navigation .navbar-default .navbar-nav li a:focus {
	color: #61380c;
}
.navigation .navbar-default .navbar-right > li a:hover {
	background-color: transparent !important;
}
.navigation .navbar-collapse.in {
	overflow: visible;
}
.navigation .navbar-right li a {
	padding-left: 0.75em !important;
	padding-right: 0.75em !important;
}
.navigation .navbar-right li a i {
	font-size: 1.25em;
}
.navigation .navbar-right li a:hover, .navigation .navbar-right li a:focus {
	background-color: transparent !important;
}
.navigation .navbar-right li a:hover i, .navigation .navbar-right li a:focus i {
	color: #015965;
}
#menu {
	padding: 0;
    font-family: 'Brain Flower Euro';
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fixed .navigation ul.nav li a {
	padding: 1em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* ------------------------------------- JRC -------------------------------------------------------- */
/* ------------------------------------ HOME -------------------------------------------------------- */

#home {
	background: #fff url(../p/tarja_superior.jpg) top center repeat-x;
	min-height:150px;
		
}
.reservas {
    font-family: 'Brain Flower Euro';	
	font-size: 2.2em;
	font-weight: bold;
	color: #61380c;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 5px;
		display:block;
		clear:both;
		float:right;
		padding-right:35px;
		position:relative;
		z-index:5000;

}

@media only screen and (max-width: 767px) {
	.reservas {
		font-family: 'Brain Flower Euro';	
		font-size: 2.2em;
		font-weight: bold;
		color: #61380c;
		text-transform: uppercase;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		height: 50px;
		text-align:center;
		display:block;
		clear:both;
		float:none;
		padding-right:0px;
	
	}

	#home {
		background-image:none;
		background-color: #f7941e;
		min-height:60px;
			
	}

}


#news {
		display:block;
		background-color:rgba(255,255,255,1);
		width:100%;
		min-height:30px;
	
}


.cx-news {
	font-family: 'Brain Flower Euro';
	font-size:2.5em;
	line-height:1.8em;
	font-weight:bold;
	color:#603912;
	
}

/* ------------------------------------ CABEÇALHOS DE PAGINAS -------------------------------------------------------- */
.cabecalho {
	background-color: transparent;
	text-align:left;
	min-height:80px;
	padding-top:20px;
	
}
.cabecalho h1 {
	font-family: 'Brain Flower Euro';
	font-size:3em;
	font-weight:bold;
	color:#eb4038;
}

/* ------------------------------------ Galeria -------------------------------------------------------- */
.galeria {
	background-color: rgba(255,255,255,1);
	text-align:left;
	color: #ffffff;
	min-height:200px;
	padding-top:20px;
	padding-bottom:20px;

}
.galeria-textos h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #2d8048;
	font-weight:bold;
}

.galeria-textos a {
	color:#2d8048;
	display:block;
	width: 100%;
	
}
.galeria-textos a:hover {
	color:#ddac18;
	display:block;
	width: 100%;
	
}

/* ------------------------------------ Galeria Ver -------------------------------------------------------- */
.galeria_ver {
	background-color: rgba(255,255,255,1);
	text-align:left;
	color: #ffffff;
	min-height:200px;
	padding-top:20px;
	padding-bottom:20px;

}
.galeria-textos h1 {
	font-size: 1.5em;
	line-height: 1.5em;
	color: #333;
	font-weight: bold;
}
.galeria-textos p {
	font-size: 1.0em;
	line-height: 1.5em;
	color: #333;
	font-weight: 300;
	margin:0px;

}







/* ------------------------------------ Desenvolvido por Rebeca ------------------------------------ */


#rodape-agencia-box {
	font-family: 'Open Sans', Roboto, 'Helvetica Neue', sans-serif, Helvetica, Arial, sans-serif; 
	width:auto;
	min-height:40px;
	float:none;
	clear:both;
	display:block;
    height:auto !important;	
	border: 0px solid #000000;
	color:#333;
/*	background-color:#1ab4b5; */
}

#rodape-agencia {
	max-width:1170px;
	min-height:40px;
	margin:auto;
	float: none;
	clear: both;
	display:block;
	border: 0px solid #000000;
	text-align: right;
	padding-top:5px;	

}
#rodape-agencia a{
	color: #333;
}

.desenvolvido {
	width:1130px;
	min-height:35px;
	float: left;
	clear: none;
	display:block;
	border: 0px solid #000000;
	text-align: right;
	padding-top:8px;		

	font-size:12px;
	color:#333333;
	text-transform:uppercase;
	word-spacing: 2px;
}
.desenvolvido:hover {
	font-size:12px;
	color: #000000;
	text-transform:uppercase;
	word-spacing: 2px;
}

.gatinha {
	width:30px;
	min-height:35px;
	float: left;
	clear: none;
	display:block;
	border: 0px solid #000000;
	text-align: right;

}





/* ================================= */
/* ------------ ABOUT ------------ */
/* ================================= */
#about {
	background-color: #fbfbfb;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#about img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#about .aboutImg {
	position: relative;
	margin-bottom: 3em;
	overflow: hidden;
}
.shadow {
	top: auto;
	right: auto;
	bottom: 0;
	left: auto;
	position: absolute;
}
/* ================================= */
/* ------------ SERVICES ------------ */
/* ================================= */
#serviceList {
	margin: 3em 0;
}
#serviceList .carousel-indicators {
	position: relative;
	margin: 1em 0 1em 0;
	text-align: left;
	left: 0;
	width: 100%;
}
#serviceList .carousel-indicators > li {
	display: block;
	position: relative;
	float: left;
	text-indent: 0;
	width: 19.7%;
	height: auto;
	margin: 0 1px 0 0 !important;
	padding: 1.5em 0 !important;
	text-align: center;
	border: none;
	border-radius: 0;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
#serviceList .carousel-indicators > li span {
	display: none;
	width: 1em;
	background-color: transparent !important;
	margin: 0 auto;
}
#serviceList .carousel-indicators li.item1 {
	background-color: #fe8e43;
}
#serviceList .carousel-indicators li.item2 {
	background-color: #fc649e;
}
#serviceList .carousel-indicators li.item3 {
	background-color: #8bca39;
}
#serviceList .carousel-indicators li.item4 {
	background-color: #399fca;
}
#serviceList .carousel-indicators li.item5 {
	background-color: #ab58c0;
}
#serviceList .carousel-indicators :hover, #serviceList .carousel-indicators li.active {
	background-color: #493c41 !important;
}
#serviceList .carousel-indicators li.active:before {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 2em;
	color: #493c41;
	top: auto;
	right: 0;
	bottom: -0.55em;
	left: 0;
	position: absolute;
}
#serviceList .carousel-inner {
	margin-top: 2.5em;
	min-height: 27em;
}
#serviceList .carousel-inner img {
	width: 100%;
	height: auto;
}
#serviceList h3 {
	position: relative;
}
.price {
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	position: absolute;
	background-color: #015965;
	font-size: 1.35em;
	font-weight: 500;
	color: #fff;
	padding: 0.5em;
	margin: -1px -1px -1px 0;
}
.price small {
	color: #fff;
}
.highlightBox {
	display: block;
	position: relative;
	margin: 3em 0 0;
}
.highlightBox .boxBg {
	background-color:  rgba(139, 202, 57, 0.8);

}
.highlightBox .boxBg .page-block-big {
	position: relative;
}
.highlightBox .boxBg .page-block-big h5 {
	color: #fff;
	text-align: center;
}
.highlightBox .boxBg .page-block-big h1, .highlightBox .boxBg .page-block-big h5 {
	text-transform: uppercase;
}
.highlightBox .boxBg .page-block-big h1 strong {
	color: #fff;
}
.packageList {
	margin-top: 4em;
}
.package {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	position: relative;
	border-style: none none solid none !important;
	padding: 1em 0 0.5em;
}
.package:hover {
	background-color: #fbfbfb;
	padding: 1em 1.5em 0.5em;
}
.package:hover h5 {
	color: #015965;
}
.package:hover .price {
	background-color: #ff348f;
}
.package ul.list-default li {
	border: none !important;
	padding: 0.15em 0 0.15em 1.5em;
}
.package ul.list-default li:hover {
	background-color: transparent !important;
	padding-left: 2em;
}
.package ul.list-default li:before {
	top: 0.3em !important;
}
.package .price {
	top: 1em;
	right: 1em;
	bottom: auto;
	font-size: 1.5em;
	padding: 0.7em;
}
.package .price small {
	font-size: 0.7em;
	margin-right: 3px;
}
/* ================================= */
/* ------ SPECIAL OFFER ------ */
/* ================================= */
#offer {
	background-color: #493c41;
}
#offer .boxBg {
	background-color: rgba(73, 60, 65, 0.8);
}
#offer h1 {
	color: #fff;
	text-align: center;
	width: 80%;
	font-size: 2.5em;
	line-height: 0.3em;
	margin: -0.5em auto 0;
}
#offer h1 span {
	float: left;
	width: 100%;
	padding-top: 50%;
	margin-top: -0.5em;
}
#offer h1 span small {
	color: white;
	display: block;
	color: #fff;
	font-size: 0.5em;
	margin-top: 1em;
}
#offer h1:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-color: #8bca39;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
#offer h2 {
	color: #fff;
	text-align: left;
	margin: 0;
}
#offer p {
	color: rgba(255, 255, 255, 0.8);
}
#offer .btn {
	margin-top: 2em;
}
/* ================================= */
/* ------------ GALLERY ------------ */
/* ================================= */
.wideGallery {
	width: 100% !important;
}
#gallery {
	padding-bottom: 0;
}
.galleryImg {
	margin: 35px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
.galleryImg:hover li a div {
	opacity: 1;
}
.galleryImg li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 20%;
	/* Fallback */
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
}
.galleryImg li a, .galleryImg li a img {
	display: block;
	width: 100%;
	cursor: url(../img/cursor.png), auto;
}
.galleryImg li a img {
	max-width: 100%;
}
/* Flexbox is used for centering the heading */
.galleryImg li a div {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	opacity: 0;
}
.galleryImg li a:hover div {
	opacity: 0;
}
.galleryImg li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 10px;
}
/* ================================= */
/* ------ TEAM ------ */
/* ================================= */
.ih-item.square {
	position: relative;
}
.ih-item.square .info {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.ih-item.square.effect10 {
	overflow: hidden;
}
.ih-item.square.effect10 .info {
	background: #493c41;
	visibility: hidden;
	opacity: 0;
}
.ih-item.square.effect10 .info h4 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin: 0.5em;
	padding: 0.7em 0.7em 0;
}
.ih-item.square.effect10 .info .info-back {
	position: relative;
	top: 45%;
	transform: translateY(-50%);
}
.ih-item.square.effect10 .info strong {
	text-transform: uppercase;
	color: #015965;
}
.ih-item.square.effect10 .info p {
	font-style: italic;
	font-size: 12px;
	position: relative;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	margin: 1em;
}
.ih-item.square.effect10 .info .social li a i {
	color: rgba(255, 255, 255, 0.9);
}
.ih-item.square.effect10 .info .social li a:hover i {
	color: #015965;
}
.ih-item.square.effect10 aside:hover .info {
	visibility: visible;
	opacity: 1;
}
/* ================================= */
/* ------ TESTIMONIAL ------ */
/* ================================= */
#quotes .highlightBox {
	background-attachment: cover;
}
#quotes .highlightBox .boxBg {
	background-color: rgba(255, 103, 171, 0.8); 
s
}
#quotes .highlightBox .fa-quote-left, #quotes .highlightBox .fa-quote-right {
	font-size: 15em;
	color: #cd005c;
	opacity: 0.3;
	filter: alpha(opacity=30);
	margin: 0;
}
#quotes .highlightBox .fa-quote-left {
	top: 0;
	right: auto;
	bottom: auto;
	left: 1%;
	position: absolute;
}
#quotes .highlightBox .fa-quote-right {
	top: auto;
	right: 1%;
	bottom: -10px;
	left: auto;
	position: absolute;
}
#testimonial {
	margin-top: 1.5em;
	padding-bottom: 5em;
}
#testimonial p {
	color: #fff;
	font-size: 1.25em;
	margin-bottom: 1em;
}
#testimonial .carousel-indicators {
	bottom: 0;
}
#testimonial .carousel-indicators li {
	margin: 1px 10px;
}
#testimonial .carousel-indicators li.active {
	margin: 0 9px;
}
/* ================================= */
/* ------ SUBSCRIBE BOX ------ */
/* ================================= */
#subscribe {
	background-color: #97cf4d;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#subscribe h4 {
	color: #fff;
	margin-top: 0.9em;
}
#subscribe h4 span {
	color: #493c41;
}
#subscribeForm .btn {
	font-size: 2em;
	font-weight: bold;
	padding: 0 0.7em 0.1em;
	height: 2em;
}
#subscribeForm input[type=text], #subscribeForm input[type=email], #subscribeForm input[type=datetime] {
	background-color: rgba(255, 255, 255, 0.7) !important;
	color: rgba(0, 0, 0, 0.5);
	height: 4em;
	border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#subscribeForm input[type=text]:focus, #subscribeForm input[type=email]:focus, #subscribeForm input[type=datetime]:focus {
	background-color: white !important;
	border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
/* ================================= */
/* ------ CONTACT ------ */
/* ================================= */
#contact {
	background-color:rgba(255,255,255,1);
	
}
#contact_form {
	margin-left: -15px;
}
.contactInfo p {
	padding: 1em 0 1em 3em;
	position: relative;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0;
}
.contactInfo a:hover {
	color: #493c41;
}
.contactInfo p:hover {
	background-color: #fff;
	padding: 1em 0.5em 1em 3.5em;
	color: #493c41 !important;
}
.contactInfo p:hover i {
	color: #015965 !important;
	opacity: 1;
	left: 0.5em;
}
.contactInfo p i {
	position: absolute;
	left: 0;
	top: 0.9em;
	font-size: 1.5em;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.error {
	top: 15%;
	right: 10%;
	bottom: auto;
	left: auto;
	position: absolute;
	color: #F00;
}



/* ================================= */
/* ------ COPYRIGHT ------ */
/* ================================= */
#copyright {
	background: #ee5826 url(../p/tarja_inferior.jpg) top center no-repeat;
	font-family: 'Brain Flower Euro';	
}
#copyright p {
	color: #fff500;
	text-align:left;
	font-family: 'Brain Flower Euro';
	font-size:2.4em;
	font-weight:bold;
	margin:0px;
			
}
#copyright p span.end {
	color: #fff;
	text-align:right;
	font-family: 'Brain Flower Euro';
	font-size:inherit;
	font-weight:bold;
			
}

#copyright p a {
	color: #fff500;
	text-align:left;	
	font-family: 'Brain Flower Euro';		
}


/* ===================================================== CARTOES DE CREDITO ================================================== */
#cartoescredito {
	background-color:#FFF;
	height:76px;
	
}


/* ============ PARALLAX ============ */
.para1 {
	background: url(../img/slider/slide4.jpg) 50% 0 no-repeat fixed;
}
.para2 {
	background: url(../img/slider/slide1.jpg) 50% 0 no-repeat fixed;
}
.para3 {
	background: url(../img/slider/slide2.jpg) 50% 0 no-repeat fixed;
}



/* ================================= */
/* --------- TRANSITION CSS --------- */
/* ================================= */
a, .navigation .navbar-right li a i, #serviceList .carousel-indicators li, .galleryImg li a:hover div, .galleryImg div, span, strong, .ih-item, .btn, li:before, .contactInfo p, .contactInfo p i, .ih-item.square.effect10 .info, .ih-item.square.effect10 .img, .social li a i, ul.list-default li, .package, .package h5, .package .price, #subscribeForm input[type=text], #subscribeForm input[type=email] {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.galleryImg li a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.galleryImg li:hover a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-webkit-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform: scale(1.05) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.ih-item.square.effect10.top_to_bottom .img {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.ih-item.square.effect10.top_to_bottom .info {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.ih-item.square.effect10.top_to_bottom aside:hover .img {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.ih-item.square.effect10.top_to_bottom aside:hover .info {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/* ================================= */
/* -------- RESPONSIVE CSS --------- */
/* ================================= */
@media only screen and (min-width: 1921px) {
.para1,  .para2,  .para3 {
	background-size: 125% !important;
}
}
@media only screen and (min-width: 1201px) and (max-width: 1400px) {
#slides .slide .slide-caption .container {
	width: 70%;
}
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 14px;
}
#slides .slide .slide-caption .container {
	width: 70%;
}
.para1, .para2 {
	background-attachment: scroll !important;
	background-size: 125% !important;
}
.para3 {
	background-attachment: scroll !important;
	background-size: 200% !important;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 13px;
}
}
@media only screen and (max-width: 996px) {
#slides .slide .slide-caption .container {
	width: 70%;
}
#menu ul.nav {
	display: block;
	float: none !important;
	text-align: center !important;
	margin: 0 auto;
}
#menu ul.nav li {
	display: inline-block;
	float: none;
}
ul.navbar-right {
	background-color: rgba(0, 0, 0, 0.1);
}
#slides .slides-navigation a {
	font-size: 0.8em;
}
#home .navigation .container {
	width: 100%;
}
#serviceList .carousel-indicators {
	text-align: center;
}
#serviceList .carousel-indicators li {
	display: inline-block;
	width: 8%;
	height: 5%;
	float: none;
}
#serviceList .carousel-indicators li span {
	display: block;
	font-size: 1.5em;
}
#serviceList .carousel-indicators li strong {
	display: none;
}
#serviceList .carousel-inner {
	min-height: 30em;
}
.package {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#offer h1 {
	width: 100%;
	margin-top: 0.1em;
}
#team .info-back p {
	display: none;
}
#subscribe h4 {
	text-align: center;
}
.navbar-default .navbar-nav a:focus, .navbar-default .navbar-nav a:hover, .navbar-default .navbar-nav a:active {
	background-color: transparent !important;
}
#quotes .fa-quote-left, #quotes .fa-quote-right {
	font-size: 10em !important;
}
.para1, .para2 {
	background-attachment: scroll !important;
	background-size: 125% !important;
}
.para3 {
	background-attachment: scroll !important;
	background-size: 200% !important;
}
}
/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
.para1, .para2 {
	background-attachment: scroll !important;
	background-size: 175% !important;
}
.para3 {
	background-attachment: scroll !important;
	background-size: 250% !important;
}
.page-block-big {
	padding: 10em 0 9em;
}
.page-block {
	padding: 10em 0 9em;
}
.page-block-small {
	padding: 7em 0 5.85em;
}
}
@media only screen and (min-width: 768px) {
.navigation nav ul li {
	background-color: transparent !important;
}
}
/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 767px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 13px;
}
.navbar-header {
	background-color: #f7941e;
}
#menu {
	border: none;
}
#menu ul.nav {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
}
#menu ul.nav li {
	display: block !important;
	float: left !important;
	width: 49.8%;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-style: solid solid none solid !important;
	margin: 0;
}
#menu ul.nav li a {
	line-height: 1em !important;
	color: #ffffff;	 /* jrc cor do menu mobile branco */
}
#menu ul.nav li a:hover {
	color: #61380c !important; /* jrc cor do menu mobile marrom */
}
#menu ul.nav li:nth-child(odd) {
	border-style: solid none none solid !important;
}
#offer h1 {
	width: 30%;
	margin-bottom: 1em;
}
#offer .row > div, #offer h2 {
	text-align: center;
}
#offer .btn {
	margin: 0;
}
#menu ul.navbar-right li {
	display: inline-block !important;
	float: none !important;
	width: auto !important;
	border: none !important;
}
#menu ul.navbar-right li:nth-child(odd) {
	border-style: none !important;
}
.galleryImg li {
	width: 33.3333%;
	/* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#team .row > div {
	width: 49%;
	float: left;
	margin: 0.5%;
	padding: 0;
}
.contactInfo {
	margin-top: 3em;
}
.para1, .para2, .para3 {
	background-position: center !important;
	background-size: cover !important;
}
a.logo {
	padding-top: 1.5em !important;
}
.slide-caption p {
	display: none;
}
.fixed {
	position: relative !important;
}
}

.logoXX {
		text-align:center;
		float: left;
		clear: none;
		
}

/* Desktops, Large Screen and laptops ------JRC----- */
@media only screen and (max-width: 767px) {
	.navigation ul.nav li a {
		height: 35px;
		padding: 5px 0px;
		background-color:rgba(0,153,0,0.5);		
		background-color: #f7941e; /* menu mobile nao ativo jrc */	
	}
	.navigation .navbar-default .navbar-nav > li.active a, .navigation .navbar-default .navbar-nav > li a:hover {
		height: 35px;	
		padding: 5px 0px;
/*		background-color:rgba(0,153,0,0.5);	*/	/* menu mobile Ativo jrc */
		background-color:rgba(255,255,255,1);			
	}
	.logoXX {
		text-align:center;
		float:none;
		clear:both;
		
	}
}


@media only screen and (min-width: 569px) and (max-width: 599px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 12px;
}
#slides {
/*	display:none; */  /*  ----- jrc ----*/
}
}
/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 12px;
}
#slides .slide .slide-caption .container {
	top: 55%;
}
#slides {
/*	display:none; */  /*  ----- jrc ----*/
}
.slide-caption .container h1 {
	font-size: 2em;
}
.navigation nav ul li {
	width: 100% !important;
}
.navigation nav ul li {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-style: solid solid none solid !important;
}
#serviceList .carousel-indicators li {
	width: 15%;
}
.package .price, .package .price small, .package:hover .price, .package:hover .price small {
	background-color: transparent;
	color: #015965;
	top: 0.3em;
	right: 0;
}
#offer h1 {
	width: 35%;
}
.galleryImg li {
	width: 50%;
	/* Fallback */
	width: -webkit-calc(100% / 2);
	width: calc(100% / 2);
}
#team .row > div {
	width: 49%;
	float: left;
	margin: 0.5%;
	padding: 0;
}
}
@media screen and (max-width: 320px) {
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 12px;
}
.navigation nav ul li {
	width: 100% !important;
}
.navigation nav ul li {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	border-style: solid solid none solid !important;
}
}


.margin-b20 {
	margin-bottom:20px;
	
}


.margin-b50 {
	margin-bottom:50px;
	
}#bx-pager{
  position:relative;
  overflow-y: auto;
  background:transparent;
  width:100%;
  height:105px; 
  max-height:105px;
  white-space:nowrap;
  display: block;
}

#bx-pager img{
  vertical-align: middle;
  display:inline;
  margin:0px;

}




#bx-pager a img{
	padding: 3px;
	margin: 3px;
	border:1px solid #ccc;
}

/* -------- bx-pager0  ------------------------------------------ */

#bx-pager0{
  position:relative;
  overflow-y: auto;
  background:transparent;
  width:100%;
  height:115px; 
  max-height:115px;
  white-space:nowrap;
  display: block;
  margin-top: -30px;
}

@media screen and (max-width: 500px) {
	#bx-pager0{
	  position:relative;
	  overflow-y: auto;
	  background:transparent;
	  width:100%;
	  height:120px; 
	  max-height:120px;
	  white-space:nowrap;
	  display: block;
	}
}


#bx-pager0 a img{
	padding: 3px;
	margin: 3px;
	border: 2px solid #fff;
}


#bx-pager0 img{
  vertical-align: middle;
  display:inline;
  margin:0px;

}


/* -------- bx-pager1  */
#bx-pager1{
  position:relative;
  overflow-y: auto;
  background:transparent;
  width:100%;
  height:115px; 
  max-height:115px;
  white-space:nowrap;
  display: block;
  margin-top: -30px;  
}

@media screen and (max-width: 500px) {
	#bx-pager1{
	  position:relative;
	  overflow-y: auto;
	  background:transparent;
	  width:100%;
	  height:120px; 
	  max-height:120px;
	  white-space:nowrap;
	  display: block;
	}
}

#bx-pager1 a img{
	padding: 3px;
	margin: 3px;
	border: 2px solid #fff;
}


#bx-pager1 img{
  vertical-align: middle;
  display:inline;
  margin:0px;

}
/* -------- bx-pager2  */
#bx-pager2{
  position:relative;
  overflow-y: auto;
  background:transparent;
  width:100%;
  height:115px; 
  max-height:115px;
  white-space:nowrap;
  display: block;
  margin-top: -30px;
}

@media screen and (max-width: 500px) {
	#bx-pager2{
	  position:relative;
	  overflow-y: auto;
	  background:transparent;
	  width:100%;
	  height:120px; 
	  max-height:120px;
	  white-space:nowrap;
	  display: block;
	}
}

#bx-pager2 a img{
	padding: 3px;
	margin: 3px;
	border: 2px solid #fff;
}


#bx-pager2 img{
  vertical-align: middle;
  display:inline;
  margin:0px;

}

#nossoquintal p {
	font-size:1.2em;
	line-height:1.5em;
	
}

/* --------------------------------- Fotos ---------------------------------------------------------------------------------- */
.fotos {
	position: relative;
    height: auto !important;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.fotos h3 {
	position: absolute;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:600;
	color: #fff;
	margin:0px;
	padding:0px; 
	background-color: rgba(239,135,24,0.8);
	bottom: 20px;
	width:100%;
	min-height:25px;
	height:auto !important;
	padding: 5px 2px;	
	
}
/* ------------------------------ Agenda ------------------------------------------------------------------------------------- */
.agenda-descricao-p {
	font-size:1.4em;
	line-height:2.5em;
	font-weight:400;
	opacity: 0.6;
	filter: alpha(opacity=60);
	border-bottom: 1px solid rgba(51,51,51,0.1);	
	
}
.agenda-descricao-a {
	font-size:1.4em;
	line-height:2.5em;
	font-weight:600;	
	border-bottom: 1px solid rgba(51,51,51,0.1);	
}
.agenda-descricao-f {
	font-size:1.4em;
	line-height:2.5em;
	font-weight:400;	
	border-bottom: 1px solid rgba(51,51,51,0.1);	
}

.agenda-descricao-p:hover, .agenda-descricao-a:hover, .agenda-descricao-f:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: default;

}
