/*==========================================*/
/* CSS Document */
/*
	Theme Name: MePro 
	Description: MePro - Responsive One Page Template
	Version: 1.0
	Author: Suave Digital
	Website: http://suavedigital.com
*/
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/* 01 - Global Elements
/* 02 - Navbar Elements
/* 03 - Banner Elements
/* 05 - About Elements
/* 06 - Testimonial Elements
/* 07 - Counter Elements
/* 08 - Portfolio Elements
/* 09 - Why Me Elements
/* 10 - Education & Employment Elements
/* 11 - Pricing Elements
/* 12 - Twitter Feed Elements
/* 13 - Journal Elements
/* 14 - Clients Elements
/* 15 - Map Elements
/* 16 - Contact Elements
/* 17 - Footer Elements
/* 18 - Portfolio List Elements
/* 19 - Portfolio Single Elements
/* 20 - Journal List Elements
/* 21 - Journal Single Elements
/* 22 - Responsive Settings
/*==========================================*/
/*==========================================*/
/*       01 - Global Elements
/*==========================================*/
html, body {
	font-family: "Lato", sans-serif;
	height: 100% !important;
	font-weight: 300;
	color: #333333;
	position: relative;
	background-color: transparent;
}
html h1, body h1, html h2, body h2, html h3, body h3, html h4, body h4, html h5, body h5 {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	margin: 0px;
	letter-spacing: 2px;
	color: #000000;
}
section {
	background-color: transparent;
}
.bg-section {
	background: #f0f0f0;
}
/*==========================================*/
/*           Color Schemes
/*==========================================*/
/*==========================================*/
/*            Global Elements
/*==========================================*/
a {
	color: #000000;
}
a:hover {
	color: #000000;
}
.section-title .title-icon-container .title-icon {
	background: #000000;
}
.pagination-wrap .pagination li a {
	color: #333333;
}
.pagination-wrap .pagination li a.active, .pagination-wrap .pagination li a:hover {
	border-color: #000000;
	background: #000000;
}
.title h2 {
	color: #000000;
}
/*==========================================*/
/*             Contact Elements
/*==========================================*/
.contact .footer-form .input-container .form-control:focus {
	border: 1px solid #000000;
}
.contact .footer-form .textarea-container textarea:focus {
	border: 1px solid #000000;
}
.def-btn {
	border: 1px solid #000000;
	color: #878787;
}
.def-btn:hover {
	background: #000000;
}


#status {
	text-align: center;
	font-size: 12px;
	margin: 0 auto;
	}


#status .erro {
	position: relative;
	text-align: center;
	color: #000000;
	}
#status .sucesso {
	color:#3A9EE1;
	font-size:16px;
	}

#countsprytextarea1 {
	color: #000000;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: -15px;
}
.def-btn {
	display: inline-block;
	padding: 14px 28px 13px 28px;
	border: 1px solid #fff;
	color: #535353;
	text-transform: uppercase;
	font-size: 11px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-family: "lato", sans-serif;
	font-weight: 700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.textbold {
	font-weight: 700;
}
.section-title {
	position: relative;
	margin-top: 30px;
}
.section-title .title-icon-container {
	display: block;
	margin-bottom: 15px;
}
.section-title .title-icon-container .title-icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.section-title .title-icon-container .title-icon i {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	color: #ffffff;
}
.section-title h1 {
	font-weight: 400;
	padding-top: 5px;
	font-size: 30px;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.section-title h1:before {
	content: "";
	position: absolute;
	height: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 50px;
	left: -60px;
	top: 50%;
}
.section-title h1:after {
	content: "";
	position: absolute;
	height: 5px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 50px;
	right: -60px;
	top: 50%;
}
.section-title h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: none;
	font-weight: 300;
	font-size: 18px;
	display: block;
	letter-spacing: 2px;
	width: 100%;
	text-transform: uppercase;
}
/*==========================================*/
/*        16 - Contact Elements
/*==========================================*/
.contact {
	padding: 0px 0px;
}
.contact .description {
	padding-top: 30px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding-bottom: 50px;
	line-height: 25px;
}
.contact .form-title h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.contact .footer-form .input-container {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 15px;
}
.contact .footer-form .input-container .form-control {
	border: 1px solid #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	color: #333333;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	height: 45px;
}
.contact .footer-form .input-container .form-control::-webkit-input-placeholder {
 color: #aaa;
}
.contact .footer-form .input-container .form-control:focus {
	background: #ffffff;
}
.contact .footer-form .textarea-container {
	padding-left: 0px;
	padding-right: 0px;
}
.contact .footer-form .textarea-container textarea {
	height: 120px;
	border: 1px solid #ccc;
	box-shadow: none;
	-moz-box-shadow: none;
	color: #333333;
	padding: 10px 20px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.contact .footer-form .textarea-container textarea::-webkit-input-placeholder {
 color: #aaa;
}
.contact .footer-form .textarea-container textarea:focus {
	background: #ffffff;
}
.contact .footer-form .button-container {
	padding: 0px 0px 20px 0px;
	margin-top: 15px;
	text-align: center;
}
.def-btn {
	margin-top: 15px;
	width: 100%;
	background: #DDDDDD;
	font-size: 16px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.def-btn:hover {
	color: #ffffff;
}


#endereco{
	width: 77%;
	position:relative;
	display: block;
	float: left;
}
#numero{
	width: 20%;
	float: right;
}

#cod_estados{
	width: 20%;
	float: left;
	margin-right: 1.5%;
}
#cod_cidades{
	width: 32%;
	float: left;
}
#bairro{
	width: 45%;
	float: right;
}


/*==========================================*/
/*       17 - Footer Elements
/*==========================================*/

@media (max-width: 1200px) {
}

@media (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	
	
	#endereco{
	width: 100%;
	position:relative;
	display: block;
	float: left;
}
#numero{
	width: 100%;
	float: right;
	margin-top: 15px;
}

#cod_estados{
	width: 100%;
	float: left;
}
#cod_cidades{
	width: 100%;
	float: left;
	margin-top: 15px;
}
#bairro{
	width: 100%;
	float: right;
	margin-top: 15px;
}

	
	
	
}

@media (max-width: 480px) {
.contact {
	width: 100%;
}
}

@media (max-width: 320px) {
.contact {
	width: 100%;
}
}
