* { margin: 0; padding: 0}

html {
	height: 100%;
}

body {
	background: #e2e2e2;
	font-family: 'Lato', 'Arial', 'Helvetica', 'Sans-serif';
	font-size: 16px;
	font-weight: 400;
	color: #333;
	border-top: 3px solid #df5225;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01); /* smart trick */   
}

body a {
	text-decoration: none;
}

/* Mozilla based browsers */
::-moz-selection {
       background-color: #df5225;
       color: #fff;
}

img {
	border: none;
}

/* Works in Safari */
::selection {
       background-color: #df5225;
       color: #fff;
}

/* HEADER */

.header {
	background-color: #111;	
	padding-top: 34px;
}

.logo {
	float: left;
	margin-top: -2px;
}

#slogan {
	float: left;
	margin-top: 10px;
	margin-left: 35px;
}

.phrase {
	font-family: 'Open Sans', 'Arial', 'Helvetica', 'Sans-serif';
	font-size: 22px;
	/*font-weight: bold;*/
	letter-spacing: -1px;
	/*/margin-left: 22px;*/
	/*text-align: center;*/
	font-style: italic;
	color: #666;
	line-height: 1.25;
	/*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);*/
}

.quote {
	font-family: 'Times New Roman', 'Palatino Linotype';
	font-size: 15px;
}

.slogan-destaque {
	font-size: 30px;
	margin-top: -5px;
	color: #ccc;
}

.social {
	float: right;
	margin-top: 18px;
}

/*.social-nav {
}
*/
.menu-social {
	list-style: none;
	/*width: 250px;*/
	/*margin-top: 8px;*/
}

.menu-social-item {
	display: inline-block;
	max-width: 90px;
	max-height: 20px;
	margin-right: 5px;
}
.menu-social-item:first-child {
	position: relative;
	top: 5px;
}
/*.menu-social-item:nth-child(2) {
	display: inline-block;
	margin-left: -16px;
}
*/
.menu-social-item:last-child {
	margin-right: 0;
}

.menu-bar {
	background-color: #555;
	border-bottom: 1px solid #333;
	width: 100%;
	/*min-height: 60px;*/
	display: table;
	margin-top: 110px;
	/*
	box-shadow: inset 1px 2px 36px #333;
	-webkit-box-shadow: inset 1px 2px 36px #333;
	-moz-box-shadow: inset 1px 2px 36px #333;
	-o-box-shadow: : inset 1px 2px 36px #333;
	*/
}

.nav-main {
}

.nav-main ul {
	list-style: none;
	font-size: 20px;
}

.nav-main ul li {
	display: inline-block;
	margin-right: 50px;
}

.nav-main ul li a{
	border-top: 3px solid #555;
	display: inline-block;
	padding: 13px 13px 15px 13px;
	margin-left: -4px;
	color: #222;
	/*text-shadow: 0px 1px 3px rgba(255, 255, 255, 0.5);*/
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;	
}

.nav-main ul li a:hover{
	/*background-color: #4d4d4d;*/
	border-top: 3px solid #df5225;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);

	-webkit-animation-name: slidein;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;

/*	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s;	
*/}

.home .nav-main .menu-item1 a,
.company .nav-main .menu .menu-item2 a,
.servs .nav-main .menu .menu-item3 a,
.local .nav-main .menu .menu-item4 a,
.contact .nav-main .menu .menu-item5 a {
	border-top: 3px solid #df5225;
	color: #fff;
	text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

/* END HEADER */

/* CONTENT */

.content {
	padding: 20px 3px;
	min-height: 400px;
	line-height: 1.5;
	background-color: #dedede;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ccc;
	box-shadow: 0 16px 40px 10px rgba(250, 250, 250, 0.3);
	-webkit-box-shadow: 0 16px 40px 10px rgba(250, 250, 250, 0.3);
	-moz-box-shadow: 0 16px 40px 10px rgba(250, 250, 250, 0.3);
	-o-box-shadow: 0 16px 40px 10px rgba(250, 250, 250, 0.3);
}

.page-content-wrap {
	padding: 10px 0 10px 35px;
	clear: both;
	display: inline-block;
	width: 93%;
}

.page-content-body {
	width: 93%;
}


.page-content-title > h1 {
	margin-bottom: 30px;
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	color: #c52;
	text-shadow: 0 0 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.page-content-subtitle {
	font-style: italic;
	color: #bbb;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 20px;
}

.page-content-topic {
	margin-bottom: 15px;
	font-weight: bold;
}

.content-section-item {
	float: left;
	margin: 22px 7px 0 20px;
	/*border: 1px solid #c8c8c8;*/
	/*border-bottom: 1px solid #aaa;*/
	/*border-radius: 7px;*/
	width: 300px;
	min-height: 300px;
	/*
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;	
    */
}

.section-title {
	padding: 3px 0;
	border-bottom: 1px solid #c7c7c7;	
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;		
}

.section-title h2 {
	font-size: 22px;
	font-weight: 300;
}

.section-container {
	padding: 15px 7px 0;
	box-shadow: none;
	text-align: center;
}

.section-container:hover {
/*	-webkit-box-shadow: inset 1px 2px 36px #fff;
	-moz-box-shadow: inset 1px 2px 36px #fff;
	-o-box-shadow: inset 1px 2px 36px #fff;
	box-shadow: inset 1px 2px 36px #fff;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;*/
}

.section-image {
	padding: 10px;
}

.section-image .fill {
	width: 100%;
}

.section-text {
	color: #444;
	font-size: 13px;
	line-height: 20px;
	margin-top: 16px;
}

.section-text .atendimento-fone {
	font-size: 26px;
	color: #df5225;
	margin-top: 7px;
}

.section-text #searchForm fieldset {
	border: none;
	margin-top: 7px;
}

.stroke {
	border: 2px solid #fff;
}

.textbox
{
	height: 20px;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 5px 4px;
	color: #444;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#pSearch {
	text-transform: uppercase;
	width: 100px;
}

.button {
	background-color: #4f4f4f;
	color: #dcb; /* #eee */
	cursor: pointer;
	border: 1px solid #333;
	border-bottom: 1px solid #1f1f1f;
	border-radius: 3px;
	text-align: center;
	padding: 6px 6px 6px 7px; /* 6px */
	font-size: 11px; /* 14px */
	font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;	
}

.button:hover {
	background-color: #5f5f5f;
	color: #fff;
	border-color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;	
}

#searchSubmit {
	position: relative;
	top: -1px;
}

/* END CONTENT */

/* FOOTER */

.footer {
	background-color: #181818;
	display: inline-block;
	width: 100%;
}

.brands {
	background-color: #333;
	text-align: center;
	/*border-top: 1px solid #111;*/
	border-bottom: 1px solid #151515;
}

.transfx {
	padding: 30px 3px;
/*	border-width: 0 1px;
	border-style: solid;
	border-color: #4f4f4f;
*/	width: 1000px;
	margin: 0 auto;
	/*background-color: #3a3a3a;*/
}

.footer-info {
	float: left;
	padding: 24px 0;
	color: #999;
	font-size: 12px;
	text-shadow: 0 1px 1px #111;
}

.parceiro {
	opacity: 0.45;
	float: left;
	margin-top: 15px;
	margin-left: 180px;
	text-align: center;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;	
}
.parceiro:hover {
	opacity: 1;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;	
}
.parceiro .reflink {
	position: relative;
	top: -9px;
	font-size: 12px;
/* 	font-weight: bold; */
	color: #ddd;
	letter-spacing: 1px;
}
.parceiro img {
	width: 180px;
}

.contacts {
	float: right;
	padding: 30px 10px;
}

.contact-fbook {
	float: left;
	margin-right: 10px;	
}

.contact-fbook img {
	position: relative;
	height: 26px;
	top: 3px;
}

.contact-fbook a {
	display: block;
	opacity: 0.5;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;		
}

.contact-fbook a:hover {
	opacity: 1;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;	
}

.contact-email {
	float: right;
	margin-top: 3px;
}

.contact-email a {
	display: block;
	opacity: 0.5;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;		
}

.contact-email a:hover {
	opacity: 1;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;	
}

/* END FOOTER */

.bounder {
	width: 1000px;
	margin: 0 auto;
}

.ns {
	background-image: url(../images/noisev2.png);
}