/* Tablet Portrait CSS --> Safe Frame 300px */
@media only screen and (max-width : 414px) and (orientation: portrait) {
html,body{
	font-size: 12px;
}
/* Common Styles */
p {
	margin: 0;
	padding: 3px 0;
}
/* Top Bar */
.top-bar {
	width: 100%;
	height: 78px;
}
header {
	width: 300px;
	height: 25px;
}
header .call {
	float: left;
	display: block;
	font-family: "ClearviewHwy-One-B";
	font-size: 22px;
	color: #772d2a;
}
header .main-logo {
	display: none;
}
header .contact-info {
	margin: -4px 0 0 0;
}
header .icon {
	margin:4px 0 0 0;
	width:28px;
	height:28px;
	background-size:28px 56px;
	}
header .facebook {
	background-position: 0 0; 
	}
header .phone {
	background-position: 0 -28px;
	}
header .info {
	padding: 4px 0;
	font-size: 20px;
}
.nav-wrap {
	background-color: #772d2a;
}
.nav-wrap {
	border-top: solid 2px #f3f3f3;
	border-bottom: solid 2px #f3f3f3;
}
nav {
	width: 300px;
	position: relative;
	padding: 0;
}
nav li {
	display: none;
}
nav .mobile-trigger {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 36px;
	background-image: url("../elements/mobile-nav.png");
	background-size: 300px 36px;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
}
nav .mobile-menu {
	display: none;
	position: absolute;
	margin: 10px 0 0 -120px;
	left: 50%;
	width: 240px;
	background-color: #eee;
	border-radius: 10px;
	border: solid 3px #772d2a;
	z-index: 9999999;
	box-shadow: 0px 0px 10px #333;
}
nav .mobile-menu ul {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	text-align: center;
}
nav .mobile-menu li {
	display: block;
	padding: 12px 0 9px 0;
	border-bottom: solid 1px #ddd;
	font-size: 18px;
	text-transform: uppercase;
}
nav .mobile-menu li:last-child {
	border-bottom: none;
}
nav .mobile-menu li a {
	background-color: #eee;
	color: #772d2a
}
/* Section */
section {
	padding: 78px 0 0 0;
}
section .title {
	width:300px;
	font-size: 18px;
}
section .content {
	max-width: 300px;
	min-height: 600px; 
}
section .flexslider {
	margin: 10px auto 0 auto;
	max-width: 300px;
}
section .content .shortcut-container {
	margin: 40px auto 0 auto;
	max-width: 300px;
}
section .content .shortcut {
	float: left;
	padding: 10px 40px 10px 40px;
	width: 150px;
}
section .content .shortcut a {
	font-size: 14px;
}
section .content {
	margin: 0 auto;
	max-width: 300px;
	min-height: 460px; 
}
section .content .info {
	margin: 0; 
	padding: 0 10px;
	max-width: 300px;
}
section .content .img-container {
	margin: 0 auto;
	max-width: 300px;
}
section .content .table-container {
	padding: 10px 0 0 0;
}
section .content th {
	text-align: center;
	font-weight: bold;
	color: #772d2a;
	padding: 2px 5px;
	border: 1px solid #aaa;
	font-size: 10px;
}
section .content td {
	text-align: center;
	padding: 2px 5px;
	border: 1px solid #aaa;
}
section .content .item-color-sample {
	width:70px;
	color:#f3f3f3;
	padding:2px 0 3px 0;
	border-radius:3px;
	box-shadow: 0 0 5px #999;
	text-shadow: 0 0 5px #333;
}
/* Contact */ 
section#contact iframe {
	float: left;
	margin: 10px 0 0 0;
	width: 300px;
	height: 340px;
}
section#contact .contact-info-container {
	float: right;
	margin: 0;
	width: 300px;
	height: 380px;
}
#map-canvas {
	margin: 0;
	padding: 0;
	width:100%;
	height:180px;
	border-bottom: solid 1px #999;
	z-index:0;
}
/* Footer */
footer {
	margin: 0 auto;
	padding:6px 0 0 0;
	width: 300px;
	height: 40px;
	font-size: 12px;
	text-align: left;
	color: #fff;
}
footer .costumer, footer .developer {
	width: 300px;
	float:left;
}
