@charset "utf-8";
/* CSS Document */
div {
	border-bottom:0px solid red;
}
* {
}
.ph-icon {
	float:left;
	margin:15px 10px 0 0;
}
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
.error {
	color:#f00;
	font-weight:400;
	width:100% !important;
	font-size:12px;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
	font-weight:normal;
	font-style:normal;
}
h1, .h1 {
	font:700 25px/50px Arial, Helvetica, sans-serif;
	color:#464646;
	margin-bottom:10px;
}
h2 {
	font:700 18px/25px Arial, Helvetica, sans-serif;
	color:#464646;
	margin-bottom:5px;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom:15px;
}
ul, ol {
	list-style:none;
}
.span-75 ul {
	list-style:disc;
	width:50%;
	padding:1% 1% 1% 5%;
	float:left;
}
.span-75 ul li {
	padding:0 0 10px 10px;
	color:#666;
	
}
.span-75 ul.w-100{width:100%;}
fieldset, img, hr {
	border:none;
}
caption, th {
	text-align:left;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td {
	vertical-align:middle;
	padding:5px;
}
.slider_wrap img {
	width:100%;
	max-width:100%;
}
body {
	font:400 14px/20px Arial, Helvetica, sans-serif;
	color:#555;
	background:#fff;
}
.error {
	color:#000;
}
.full {
	float: left;
	width: 100%;
	padding:2%;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
	border-radius:5px;
	margin-bottom:10px;
}

.inner {
	margin:0 auto;
	max-width:1000px;
}
#wrapper {
	width: 100%;
	text-align:center;
	float: left;
}
#header {
}
#main {
	margin:0 auto;
	max-width: 1020px;
	position:relative;
	text-align:left;
	box-shadow: 12px 0 15px -4px #ccc, -8px 0 8px -4px #ccc;
	padding:10px;
}
#logo {
	float: left;
	margin:1% 1% 2% 0;
}
#logo img {
	display:block;
	margin:5px auto;
}
#call {
	width: 260px;
	margin-right:1%;
	font:400 30px/30px Arial, Helvetica, sans-serif;
	float:right;
	color:#f16328;
	margin:2.6% 0 0 0;
	text-align:left;
}
#call span {
	font:700 22px /25px Arial, Helvetica, sans-serif;
	color:#000561;
}
#menubar {
	background:#053a82;
	border-bottom:7px solid #f15f22;
}
a, a img {
	outline:0px;
	border:0px;
	text-decoration:none;
	color:#eb700d;
}
a:hover {
	color:#4e5457;
}
img {
	display:block;
	max-width:100%;
}
.span-75 img {
	padding:5px;
	border:1px solid #ccc;
}
.clear {
	clear:both;
	height:0;
	width:100%;
	display:block;
}
#content {
	background:#fff;
}
.left_content {
	width:62%;
	float:left;
}
p {
	text-align:justify;
}
.left {
	float:left!important;
}
.right {
	float:right!important;
}
.center {
	float:none!important;
	margin:0 auto;
}
.lefty {
	text-align:left!important;
}
.center_text {
	text-align:center!important;
}
.righty {
	text-align:left!important;
}
.copy {
	width:50%;
	float:left;
}
.copy a {
	color:#CCC;
}
.copy a:hover {
	color:#FF8B00;
}
.social {
	width:50%;
	float:left;
}
.social a {
	float:right;
	margin-right:10px;
}
.span-75 {
	width:65%;
	padding:1%;
	float:left;
	min-height:300px;
}
.sidebar {
	width:30%;
	float:right;
	color:#fff;
	background:#22427e;
	border-radius: 5px;
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.15);
	overflow:hidden;
}
.sidebar-plain {
	width:30%;
	float:right;
	color:#fff;
	background:#fff;
	margin:20px 0 10px 0;
}
.side-box {
	padding:2%;
	width:100%
}
.con-home {
	background:#22427e;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 40px;
	width: 25%;
	border-radius:5px 5px 0 0;
}
#contact_form {
	display:block;
	padding:10px;
}
.quote-head, .side-head {
	font: 700 20px/60px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#fff;
	background:#f15f22;
}
.quote-form {
}
.quote-form td {
	padding:5px 0;
}
input.q-field {
	border:1px solid #0aa9dc;
	padding:3%;
	width:100%;
	font:400 13px /15px Arial, Helvetica, sans-serif;
	color:#666;
}
textarea.q-field {
	border:1px solid #0aa9dc;
	height:80px;
	padding:3%;
	width:100%;
	font:400 13px /15px Arial, Helvetica, sans-serif;
	color:#666;
}
.orange-bt {
	background:#f15f22;
	border:none;
	border-radius:5px;
	padding:5px 10px;
	color:#FFF;
	font:700 14px/20px Arial, Helvetica, sans-serif;
	float:left;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000;
}
.orange-bt:hover {
}
.ser-box-wrap {
	line-height:20px;
	text-align:justify;
}
.ser-box {
	width:25%;
	padding:1%;
	float:left;
}
.ser-box a {
	display:block;
}
.ser-box a img {
	border-radius: 5px;
	box-shadow: 3px 4px 0 0 rgba(0, 0, 0, 0.15);
	display: block;
}
ser-box-wrap img {
	margin:10px auto;
	border:3px solid #fff;
	box-shadow:0 0 2px #bbb;
}
.ser-head {
	font:400 18px /40px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	background:#686868;
	width:102%;
	display:block;
}
.h2 {
	text-align:center;
	color: #27bff0;
	font: 400 22px/50px Arial, Helvetica, sans-serif;
	border-top:1px solid #ddd;
}
.p-logo {
}
.p-logo img {
	float:none;
	margin:10px auto;
}
.footer {
	background:#274d98;
	color:#fff;
	padding:20px 0;
	text-align:center;
}
.social-wrap {
}
.social-wrap a {
	display:block;
	float:none;
	margin:5px auto;
	width:210px;
}
.social-wrap a img {
	display:block;
}
.con-form td {
	padding:5px 0;
}
input.con-field {
	border:1px solid #ccc;
	height:30px;
	padding:0 1%;
	width:98%;
	font:400 13px /15px Arial, Helvetica, sans-serif;
	color:#666;
	border-radius:5px;
	box-shadow: inset 0px 0px 10px #ccc;
}
textarea.con-field {
	border:1px solid #ccc;
	height:60px;
	padding:1%;
	width:98%;
	font:400 13px /15px Arial, Helvetica, sans-serif;
	color:#666;
	border-radius:5px;
	box-shadow: inset 0px 0px 10px #ccc;
}
.form-wrap, .map-wrap {
	background:#f3f5f4;
	padding:20px;
	border-radius:10px;
	border:1px solid #ccc;
}
.sitemap {
	background:url(../images/node-long.gif) repeat-x left center;
	float:left;
	margin-bottom:10px;
	height:27px;
}
.sitemap a, .blank-link {
	display: block;
	float: left;
	font: 400 14px/22px Tahoma, Geneva, sans-serif;
	margin:0 25px 0 0;
	background:#FFF;
	padding:0 3px;
}
.clear-10 {
	clear:both;
	height:10px;
}
.mobile-call {
	display:none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"] {
	border: 1px solid #cccccc;
	color: #888888;
	height: 35px;
	padding: 3px;
	width: 100%;
}
textarea {
	border: 1px solid #cccccc;
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 100px;
	padding: 3px;
	width: 100%;
}
.for-pc {
	float:right;
	margin:10px;
	border:none !important;
	padding:0;
	margin-top:-60px;
}
.hide-in-pc {
	display:none;
}
 @media screen and (max-width: 1100px) {
 .call-button {
 float: left;
}
#call {
margin-bottom:10px;
}
}
 @media screen and (max-width: 900px) {
 .hide-in-pc {
display:block;
}
 .hide-in-mobile {
display:none;
}
 #wrapper {
 width:100%;
}
#main {
 box-shadow: none;
 padding:0;
 width:100%;
}
 .con-home {
position: relative;
 right: 0;
 top: 0;
 width: 100%;
}
 .sitemap {
height:auto;
 background:none;
}
}
 @media screen and (max-width: 770px) {
 .mobile-call {
display:block;
 color: #fff;
 text-align:center;
 font:italic 700 18px/20px Open Sans;
 text-shadow:1px 1px 1px #000;
 clear:both;
}
iframe {
max-width:100%;
}
.mobile-call a img {
max-width:90%;
margin:0 auto;
}
 #wrapper {
background:none;
}
#logo {
}
 .ser-box {
 width: 50%;
}
 .span-75, .sidebar, .sidebar-plain {
 float: left;
 width: 100%;
}
}
 @media screen and (max-width: 700px) {
 #call {
 display:none;
}
#logo {
 width: 100%;
}
#call img {
margin:0 auto;
float:none;
}
.for-pc {
display:none;
}
}
 @media screen and (max-width: 600px) {
 #logo {
 width: 100%;
}
 .ser-box {
 width: 50%;
}
 .span-75, .span-25 {
 float: left;
 padding: 2%;
 width: 100%;
}
 .p-logo img {
}
}
 @media screen and (max-width: 500px) {
.social-wrap {
width:100%;
padding:2%;
}
.ser-box {
 width: 100%;
}
.ser-box a img {
margin:0 auto;
}
}
 @media screen and (max-width: 479px) {
 .span-75 ul {
width:100%
}
 .slider_wrap {
display:none;
}
 h1, .h1 {
 font: 600 16px/41px Arial, Helvetica, sans-serif;
}
.h2 {
font: 400 18px/50px Helvetica, Arial;
}
}
