/* Tablet Landscape CSS --> Safe Frame 920px */
@media only screen and (max-width : 1366px) and (orientation: landscape) {
html,body{
	font-size: 14px;
}
/* Common Styles */
p {
	margin: 0;
	padding: 3px 0;
}
/* Top Bar */
.top-bar {
	width: 100%;
	height: 80px;
}
header {
	width: 920px;
	height: 35px;
}
header .icon {
	margin:4px 0 0 0;
	width:32px;
	height:32px;
	background-size:32px 64px;
	}
header .facebook {
	background-position: 0 0; 
	}
header .phone {
	background-position: 0 -32px;
	}
header .info {
	padding: 3px 0;
	font-size: 24px;
}
nav {
	margin: 0 auto;
	padding: 3px 0 0 0;
	max-width: 920px;
}
nav li {
	font-size: 18px;
}
nav li a {
	padding: 4px 20px 2px 20px;
}
/* Section */
section {
	padding: 80px 0 0 0;
}
section .title {
	width:920px;
	font-size: 24px;
}
section .content {
	max-width: 920px;
	min-height: 920px; 
}
section .flexslider {
	margin: 10px auto 0 auto;
	max-width: 720px;
}
section .content .shortcut-container {
	margin: 0 auto;
	max-width: 720px;
}
section .content .shortcut {
	float: left;
	padding: 30px 30px 10px 30px;
	width: 180px;
}
section .content .shortcut a {
	font-size: 16px;
}
section .content {
	margin: 0 auto;
	max-width: 920px;
	min-height: 920px; 
}
section .content .info {
	margin: 10px 0 0 0; 
	padding: 10px;
	max-width: 920px;
}
section .content .img-container {
	margin: 0 auto;
	max-width: 540px;
}
section .content .table-container {
	padding: 20px 0 0 0;
}
section .content th {
	text-align: center;
	font-weight: bold;
	color: #772d2a;
	padding: 5px 10px;
	border: 1px solid #aaa;
}
section .content td {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #aaa;
}
section#contact iframe {
	float: left;
	margin: 10px 0 0 0;
	width: 480px;
	height: 380px;
}
section#contact .contact-info-container {
	float: right;
	margin: 10px 0 0 0;
	width: 420px;
	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;
}
#map-canvas {
	margin: 0;
	padding: 0;
	width:100%;
	height:120px;
	border-bottom: solid 1px #999;
	z-index:0;
}
footer {
	margin: 0 auto;
	padding:6px 0 0 0;
	width: 920px;
	height: 40px;
	font-size: 12px;
	text-align: left;
	color: #fff;
}
footer .costumer, footer .developer {
	width: 920px;
	float:left;
}
