a:focus {
	color: #003c43;
	outline: none;
}

ul { 
	padding: 0;
	margin: 0; 
}

body {
	background-image: url('../img/bg.png');
	background-color: #f2f2f2;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	padding-top: 20px;
	overflow-x: hidden;
}

select#ss {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-image: url('../img/arrow.png');
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #003c43;
   font-size: inherit;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 290px;
}

.sidebar {
	position: fixed;
	width: 260px;
	padding-top: 20px;
	/*padding-top: 138px;*/
}

.main-nav {
	background-color: white;
	font-size: 1.6667em;
	text-align: center;
}

.nav-item {
	list-style: none;
	width: 100%;
	padding: 8px 10px;
}

.nav-item-link{
	border: 1px solid rgba(0,0,0,0);
	color: #003c43;
	display: block;
	padding: 10px;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-item-link.active,
.nav-item-link:hover {
	color: #003c43;
	text-decoration: none;
	border: 1px solid #999;
}

.nav-item-link:focus { text-decoration: none; }

.banner-title, 
.section-title, 
.banner-text {
	color: #003c43;
	font-weight: 300;
	margin-top: 0;
	font-family: 'adamcg_proregular', Arial, Helvetica, sans-serif;
	font-kerning: normal;
	letter-spacing: -0.05em;
}

.section-title {	margin-bottom: 20px; }

.section-title-box {	margin-bottom: 0; }

.banner-title { 
	font-size: 4em;
}

.banner-title-small { 
	font-size: 3em;
}
.coopere {
	font-size: 1.5em;
	font-family: 'adamcg_proregular', Arial, Helvetica, sans-serif;
	font-kerning: normal;
	letter-spacing: 0.27em;
	color:#578187
}

.passeio {
	font-size: 3.6em;
	font-family: 'adamcg_proregular', Arial, Helvetica, sans-serif;
	font-kerning: normal;
	letter-spacing: -0.05em;
	color: #003c43;
}

.data {
	font-size: 4.1em;
	font-family: 'adamcg_proregular', Arial, Helvetica, sans-serif;
	font-kerning: normal;
	color:#00af9d;
	line-height:50%;
}

.main-content {
	margin-left: 260px;
	padding-left: 30px;
}

.content-box {
	background-color: white;
	margin-bottom: 30px;
	border: 1px solid #E1E1E1;
	border-radius: 5px;
}

.pad { 
	padding: 50px;
}

.pad2 {
	padding: 50px 50px 10px 50px;
}

.pad3 {
	padding: 50px 50px 0 50px;
}


.banner {
	height: 100%;
	margin-bottom: 30px;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
	
.banner-title { text-transform: uppercase; }

.banner-text { font-size: 1.4em; }

.flex-2-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/*http://stackoverflow.com/questions/29562755/flexbox-ie10-width-issues*/
.flex-item { 
	-webkit-box-flex: 0 1 auto; 
	-webkit-flex: 0 1 auto; 
	    -ms-flex: 0 1 auto; 
	        flex: 0 1 auto;
}

.section-description {
	line-height: 1.8;
	margin-bottom: 25px;
}

.section-description:last-child { margin-bottom: 0; }

.team-description-container { max-width: 500px; }

.box {
	background-color: white;
	list-style: none;
	width: 33.3333%;
	height: auto;
}

.box-bg { position: relative; }

.box-bg-title {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.gallery-container a {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.carousel {
    position: relative;
    height: auto;
	text-align: center;
}

.carousel-indicators { bottom: 10px; }

/*http://codepen.io/matthewhirsch/pen/OPwQRL*/
.carousel-content {
    color:black;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}

.carousel-indicators li { border: 1px solid #0B5E14; }

.carousel-indicators .active { background-color: #0B5E14; }

.contact-form {	overflow: hidden; }

.form-control {
	border-radius: 0;
	font-size: 1em;	
}

.form-control:focus {
	border-color: #999;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(153, 153, 153, 0.45);
}

.form-group { margin-bottom: 20px; }

.form-group-2-col-left {
	padding-left: 0;
	padding-right: 5px;
}

.form-group-2-col-right {
	padding-right: 0;
	padding-left: 5px;
}

.submit-btn {
	border-radius: 0;
	background: transparent;
	border: 1px solid #999;
	color: #999;
	float: right;
	font-size: 1.4em;	
	font-weight: 300;
	padding: 15px 60px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.submit-btn:focus,
.submit-btn:hover,
.submit-btn:visited,
.submit-btn:active,
.submit-btn:active:hover,
.submit-btn:active:focus {
	background: #999;
	border: 1px solid #999;
	color: white;
}

.footer {
	color: #666;
	padding-bottom: 15px;
}

.icon {
    float: left;
    width: 27px;
}

.tips {
	padding-left: 36px;
}

.maps {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
}
.maps iframe {
	position: absolute;
	top:0px;
	left: 0;
	border: 0;
	width: 100% !important;
	height: 100% !important;
}

.adam {
	color: #00af9d;
	font-family: 'adamcg_proregular', Arial, Helvetica, sans-serif;
	font-kerning: normal;
	font-size: smaller;
	text-align: center;
}

.adam-title {
	color: #003c43;
	font-family: 'adamcg_proregular', Arial, Helvetica, sans-serif;
	font-kerning: normal;
	text-align: center;
}

.imgb {
    border-style: solid;
    border-color: white;
    border-width: 2px;
}

.dropdown-menu {
	width:100%;
}



@media (min-width: 1200px){
	.container { max-width: 1170px; }
	.logo { display: none;}
	.logo2 { display: block;}
	.main-nav{
		border: 1px solid #E1E1E1;
		border-radius: 5px;
	}
}

@media screen and (max-width: 1199px) and (min-width: 1140px) {
	.container { width: 1080px; }
	.sidebar { width: 260px; }
	.main-content { margin-left: 260px; }
	.team-description-container { max-width: 290px; }	
	.logo { display: none;}
	.logo2 { display: block;}
	.main-nav{
		border: 1px solid #E1E1E1;
		border-radius: 5px;
	}

}

/*http://stackoverflow.com/questions/11404744/media-queries-max-width-or-max-height*/
@media screen and (max-width: 1139px), screen and (max-height: 600px) {

	body {	padding-top: 100px;	}

	.sidebar {
	    position: fixed;
	    width: 100%;
	    top: 0;
	    left: 0;
		z-index: 1000;
		border-bottom: thick solid #00af9d;
		padding-top: 0;
	}

	.sidebar-image { display: none; }
	
	.logo { display: block;}
	.logo2 { display: none;}

	.main-nav {
		font-size: 1.1em;
		overflow: hidden;
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-item {
		float: left;
		padding: 10px;
		width: 25%;
	}

	.main-content {
		margin-left: auto;
		margin-right: auto;
		max-width: 750px;
		padding-left: 0;
	}

	.content-box { margin-left: 0; }
}

@media screen and (max-width: 991px) {
	.team-description-container { max-width: 440px; }
}

@media screen and (max-width: 767px) {
	.form-group-2-col-left,
	.form-group-2-col-right {
		padding-left: 0;
		padding-right: 0;
	}
	.team-description-container { 
		max-width: 296px; 
		width: 50%;
	}
}

@media screen and (max-width: 991px) and (min-width: 780px) {
	.container { width: 780px; }	
}

@media screen and (max-width: 640px) {
	body { padding-top: 30px; }
	.sidebar { display: none; }
}

@media screen and (max-width: 320px) {
	div.idade{
		margin-top:0px !important;	
	}
}

@media screen and (max-width: 360px) {
	div.idade{
		margin-top:0px !important;	
	}
}

@media screen and (max-width: 564px) {

	.banner-title { font-size: 2.8em; }
	.banner-title-small { 
		font-size: 2em;
	}
	.banner-text { font-size: 1.2em; }
	
	.flex-2-col {
		-webkit-flex-flow: column;
		    -ms-flex-flow: column;
		        flex-flow: column;
	}

	.section-title-box {	font-size: 1.2em; }

	.pad {
		padding: 30px;
		width: 100%;
	}

	.submit-btn {
		font-size: 1.2em;
		padding: 10px 30px;
	}

}