/* Front End CSS */
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "PT-Sans";
	font-size: 16px;
	color:#666;
	}
/* Common Styles */
p {
	margin: 0;
	padding: 5px 0;
	text-align: justify;
    text-align-last: left;
    -moz-text-align-last: left; /* Code for Firefox */
}
.border-box {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
/* Top Bar */
.top-bar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100px;
	background-color: #fff;
	z-index: 9999;
}
header {
	margin: 0 auto;
	padding: 5px 0 8px 0;
	width: 1200px;
	height: 50px;
}
header .call {
	display: none;
}
header .main-logo {
	float: left;
	height:100%;
}
header .contact-info {
	float: right;
}
header .icon {
	margin:2px 0 0 0;
	float:left;
	width:48px;
	height:48px;
	background-size:48px 96px;
	background-repeat:no-repeat;
	background-image:url(../elements/social-networks-sprite.svg);
	}
header .facebook {
	cursor: pointer;
	background-position: 0 0; 
	}
header .phone {
	background-position: 0 -48px;
	}
header .info {
	display: inline-block;
	padding: 4px 0;
	font-family: "ClearviewHwy-One-B";
	font-size: 32px;
	color: #772d2a;
}
header .contact-info a {
	float: left;
	margin: 0;
	padding: 0;
}
.nav-wrap {
	width: 100%;
	background-color: #f3f3f3;
	border-top: solid 2px #772d2a;
	border-bottom: solid 2px #772d2a;
}
nav {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
nav li {
	display: inline-block;
	font-family: "ClearviewHwy-One-B";
	font-size: 24px;
	text-transform: uppercase;
}
nav li a {
	padding: 2px 30px;
	background-color: #f3f3f3;
	color: #772d2a;
	text-decoration: none;
}
nav li a:hover {
	background-color: #772d2a;
	color: #f3f3f3;
	text-decoration: none;
}
nav .mobile-trigger {
	display: none;
}
nav .mobile-menu {
	display: none;
}
/* Section */
section {
	padding: 100px 0 0 0;
}
section .wrap-title {
	width: 100%;
	padding:0;
	background-color:#772d2a;
}
section .title {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	color:#fff;
	font-family: 'ClearviewHwy-One-B';
	font-weight: bold;
	font-size: 32px;
	text-align: left;
}
section .content {
	margin: 0 auto;
	max-width: 1200px;
	min-height: 1200px; 
}
section .flexslider {
	margin: 20px auto 0 auto;
	max-width: 1200px;
}
section .content .shortcut-container {
	margin: 0 auto;
	width: 1200px;
}
section .content .shortcut {
	float: left;
	padding: 60px;
	width: 300px;
	text-align: center;
}
section .content .shortcut img {
	width: 100%;
	border-radius: 100%;
	border: solid 2px #772d2a;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
section .content .shortcut img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
section .content .shortcut a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: "ClearviewHwy-One-B";
	font-size: 24px;
	color:#772d2a;
}
section .content .shortcut a:hover {
	text-decoration: none;
	font-weight: bold;
}
section .content .info {
	margin: 10px 0 0 0; 
	padding: 10px;
	max-width: 1200px;
}
section .content .img-container {
	max-width: 1200px;
	height: 370px;
	overflow: hidden;
}
section .content img {
	display: inline-block;
	width: 100%;
}
section .content .table-container {
	padding: 40px 0 0 0;
}
section .content table {
	border-collapse: collapse;
	border: 1px solid #aaa;
}
section .content tr {
	padding: 0px;
	border: 1px solid #aaa;
}
section .content th {
	text-align: center;
	font-weight: bold;
	color: #772d2a;
	padding: 10px 20px;
	border: 1px solid #aaa;
}
section .content td {
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #aaa;
}
section .content td a {
	text-decoration: none;
	font-weight: normal;
	color: #772d2a;
}
section .content td a:hover {
	font-weight: bold;
	color: #772d2a;
}
section .content .item-color-sample {
	width:240px;
	color:#f3f3f3;
	padding:4px 0 6px 0;
	border-radius:5px;
	box-shadow: 0 0 5px #999;
	text-shadow: 0 0 5px #333;
}
section#pedidos iframe {
	float: left;
	margin: 20px 0 0 0;
	width: 1200px;
	height: 720px;
}
section#contact iframe {
	float: left;
	margin: 20px 0 0 0;
	width: 720px;
	height: 380px;
}
section#contact .contact-info-container {
	float: right;
	margin: 20px 0 0 0;
	width: 460px;
	height: 380px;
}
section#contact table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border: none;
}
section#contact tr {
	padding: 0px;
	border: none;
}
section#contact td {
	padding: 10px 0px;
	border: none;
	color: #772d2a;
	font-weight: bold;
	text-decoration: none;
}
section#contact td.contact-info-title {
	border-bottom: solid 1px #ccc;
	text-align: left;
	font-weight: bold;
	color: #772d2a;
}
section#contact td.contact-info {
	padding: 5px 0;
	text-align: right;
	font-weight: normal;
	color: #772d2a;
}
#footer-wrap {
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 40px;
	background-color: #772d2a;
	border-top:solid 1px #ccc;
	z-index:999;
}
footer {
	margin: 0 auto;
	padding:6px 0 0 0;
	width: 1200px;
	font-size: 12px;
	color: #fff;
}
footer .developer {
	text-align: right;
	float:left;
}
footer .costumer {
	text-align: left;
	float:left;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fab400;
	text-decoration: none;
}

footer .costumer a {
	color: #fff;
	text-decoration: none;
}
footer .costumer a:hover {
	color: #000;
	text-decoration: none;
}
.frame {
	border: solid 1px 
}
/* Maps */
#map-logo-dummie {
	width:150px;
	height:32px;
	background-color:#fff;
	z-index: 999;
}
#map-logo {
	width: 160px;
	height: 32px;
	position: absolute;
	margin-top: -32px;
	margin-left: 0px;
	z-index: 99999;
}
#map-logo img {
	border: none;
}
#map-canvas {
	margin: 0;
	padding: 0;
	width:100%;
	height:320px;
	border-bottom: solid 1px #772d2a;
	z-index:0;
}