@import url(http://fonts.googleapis.com/css?family=Merienda:400,700); /*--- Nav Font --*/
@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700); /*--- Body Font --*/
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light+Two); /*--- Heading Font --*/
@import url(http://fonts.googleapis.com/css?family=Chalkboard); /*--- Heading Font --*/

@font-face {
	font-family: "Chalkboard";
	src: url("fonts/Chalkboard by Marta van Eck.ttf");
	}

* {
	margin: : 0;
	border: : 0;
	padding: 0;
}

body {
	background: url("img/fundo.jpg") ;
	font-family: 'Chalkboard', sans-serif;
	background-size: 100%;	
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-blend-mode: lighten;
}
h1 {
	font-family: 'Chalkboard', cursive;
	text-align: center;
	font-size: 175%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 3% 0 3% 0;
}
h2,h3,h4 {
	font-family: 'Chalkboard', cursive;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	letter-spacing:  1%;
}
p {
	padding: 2%;
	color: #fff;
	text-align: justify;
}
img {
	text-align: center;
	max-width: 100%;
	
}

#wrapper {
	margin: 0 auto;
	max-width: 1120px;
	background: transparent !important;
	overflow: : auto;
}
header {
	width: : 97%;
}
#logo {
	
	text-align: center;	
	margin-left: 15%;

}

#callout {
	float: right;
	margin: 0 0 0 0; 
	height: auto;
	overflow: hidden;
}
#callout h2 {
	text-align: right;
	color: #fff;
}
#callout h2 a{
	color: #fff;
	text-decoration: none;
}
#callout p{
	text-align: center;
	padding: 0%;
	color: #fff;
}

#banner-wrapper {
	max-width:  1120px;
	margin: 0 auto;
	padding: 0 0 0 0;

}
.fb_iframe_widget{
	float: right;

}
/*--- Começo do login --*/
#login-form {

	float: right;
	width: 600px;

}
#link{
	text-decoration: none;
	color: #4aaee7;
	margin: 0px;
}

#submit{
	width: 80px;
	height: 30px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
	float: right;

}
#submit:hover {
	opacity: 0.8;	
}
#submit:active {
	opacity: 0.6;	
}

#submit:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}
#username{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}
#username:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

#password{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
	
}
#password:focus {
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);

}
/*--- Fim do Login --*/
/*--- Começo do slider --*/
.slider {
margin-top: -17px;
max-width: 1300px;
box-shadow: 1% 2% 5% 0 rgba(0, 0, 0, 0.07);
opacity: 0.4;
}
.slider1 img{
width: 100%;
margin: 0 auto;
}
.slider .bx-wrapper .bx-controls-direction a {
outline: 0 none;
position: absolute;
text-indent: -9999px;
top: 40%;
height: 78px;
width: 50px;
z-index: -1;
transition: all 0.7s;
}

.slider .bx-wrapper:hover .bx-controls-direction a {
z-index: 5;
}
.slider .bx-wrapper .bx-prev {	
background: url("img/prev.png") no-repeat 10px 12px;
margin-left: -1.8%;
}
.slider .bx-wrapper .bx-prev:hover {
background:  url("img/prev2.png") no-repeat 10px 12px;
} 
.slider .bx-wrapper .bx-next {
background: url("img/next.png") no-repeat 10px 12px;
right: 0px;
}
.slider .bx-wrapper .bx-next:hover {
background:  url("img/next2.png") no-repeat 10px 12px; ;
}
/*--- Fim do slider --*/
/*--- Começo da barra de navegação--*/
nav {
    box-shadow: 3px 4px 24px 0 rgba(0, 0, 0, 0.07);
	margin-top: 2px;
	background: transparent !important;

font-family: 'Chalkboard', cursive;
}
.nav ul {
	width: 100%;
	overflow:hidden;
	list-style:none;
}
.nav-button:hover {
	cursor:pointer;
}
.navigation {
	clear: both;
	width: 100%;
	position: relative;
}
.nav a {
	color:#fff;
	text-transform: uppercase;
	text-decoration:none;
}
body .nav .nav-menu li a {
	display:inline-block;
	padding:15px 20px;
	color:#fff;
	font-size: 18px;
	font-weight: 700;
}
.nav.docemeu .nav-menu li.active a {
	color: #676B6B;
	text-decoration: underline;
}
.nav.docemeu .nav-menu li a:hover {
	color: black;
	text-decoration: underline;
}
.nav.docemeu .nav-toggled {
	/*width:100%;*/
	min-height:36px;
	border-radius:6px;
}
.nav.docemeu .nav-toggled-controls {
	display:block;
	height:36px;
	color: #fff;
	text-align:left;
	position:relative;
}
.nav.docemeu .nav-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
}
.nav.docemeu .nav-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}
.nav.docemeu .nav-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background: #676B6B;
	width:24px;
}
.nav-toggled-controls{
	border-bottom: 0px solid #fff;
}
.nav.docemeu .nav-toggled ul li a {
	display:block;
	width:100%;
	background-color:#676B6B;
	text-align:left;
	padding:10px 0px 10px 15px;
	border-bottom:1px solid #444444;
	text-align: center;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nav.docemeu .nav-toggled ul li a:active {
	background-color:#676B6B;
	color: #676B6B;
	border-top:1px solid #fff;
}
.nav.docemeu .nav-toggled ul li a:hover {
	background: #676B6B;
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
}
.nav.docemeu .nav-toggled ul li {
	position: relative;
}
.toggle-sm:after {
	position: absolute;
	right: 15px;
	top: 10px;
	font-size: 18px;
	line-height: 25px;
}
.nav .nav-menu {
	text-align: center;
	overflow: visible;
	min-height: 56px;
}
.nav .nav-menu li {
	display:inline-block;
	padding:0px;
	margin:0px !important;
	position: relative;
}
.nav-button:hover {
	cursor:pointer;
}
.nav .nav-toggled ul {
	display:none;
	margin:0px ;
	padding:0px ;
}
.nav ul {
	overflow: visible;
}
body .nav .nav-menu li a {
	padding: 15px 30px;
}
#hidden-drew-credit a {
	visibility: hidden;
}
/*--- Fim da barra de navegação--*/

.one-third{
	width:28%;
	float: left;
	margin: 2% 0 3% 4%;
	text-align: center;
	
}
.clearfix{
	clear:both;
}
h2.welcome{
	margin-top: 4%;
}
.left-col{
	width: 60%;
	float: left;
	margin: 2% 0 2% 2%;

}

.sidebar{
	width: 26%;
	float: left;
	margin: 4% 4%;
}
.sidebar img {
	opacity: 0.7;
}
´.one-third img {
	padding:  2% 0 6% 0;
}

footer{
	background: url("img/apaga.png") ;
	background-size:100% 100%;
-webkit-background-size: 100% 100%;
-o-background-size: 100% 100%;
-khtml-background-size: 100% 100%;
-moz-background-size: 100% 100%;
	background-repeat: no-repeat;
	opacity: 0.9;
	width: 100%;
	padding: 1% 0;
	color: #F5EE93;
	overflow: auto;
}
footer h3{
	text-decoration: underline;

}

.footercontact {
	text-align: center;
	height: 13%;
}
.phone a{

	font-weight: bold;
}
.social {
	list-style-type: none;
	margin-top: 2%;
	padding: 0;

}
.social a:hover{
	opacity: 0.3;
}
.social li {
	display: inline;

}
p {
	text-align: center;
	
	height: 0;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe{
	position: absolute;;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.fb-login-button {
	margin-top: 1%;
}
/*--- Media Queries */
@media screen and (max-width: 740px) {
	#logo{
		float: left;
		margin: 0 0 0 0;
	}
	#wrapper: {
		margin-top: -1%;

	}
	#callout {
		width: 100%;
		margin: 3% 0 2% 0;
	}
	#callout p {
		display: none;
	}
	.slider .bx-wrapper .bx-controls {
		display: none;
	}
	.one-third {
		float: left;
		width: 100%;
		margin-top: 4% 0;

	}
	.one-third i {
		font-size: 355%;

	}
	h1 {
		font-size: 125%;
		letter-spacing: 2px;
	}
	h2.welcome {
		font-size: 120%;

	}
	.left-col {
		width: 100%;
		margin: 0 0 3% 0;
	}
	.sidebar {
		width: 100%;
		margin: 0;

	}
	.sidebar img {
		opacity: 0.9;
	}

	.social i {
		font-size: 175%;
	}
	.one-third p {
	padding: 15%;
	color: #fff;
	text-align: justify;

	}
	p {
	padding: 15%;
	color: #fff;
	text-align: center;

	}
	footer {
		overflow: auto;
		overflow-x: hidden;
		width: 100%;
		background: #676B6B;
	}
	::-webkit-scrollbar{
  	width:20px;
	} 

	::-webkit-scrollbar-thumb{
   	background-color: transparent !important;

	} 
	img {
		 display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
	#login-form {

		width: 100%;

	}
	#submit{
		float: left;
	}
	#link{
		float: left;
		margin-left: 2%;
		margin-top: 2%;
	}
}
