* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #797979;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #515151 url(images/body_bg.png) center repeat-y;
	position: relative;
	padding-top:50px;
}

/* text styles
-----------------------------------------------------------------------------*/

h1, .h1 {
	font-size:30px;
	line-height:33px;
	font-weight:900;
	color: #231f20;
	padding:0 0 10px 0;
	margin:0;
}
h2, .h2 {
	font-size:28px;
	line-height:31px;
	font-weight:900;
	color: #231f20;
	padding:0 0 10px 0;
	margin:0;
}
h3, .h3, h4 {
	font-size:26px;
	line-height:29px;
	font-weight:900;
	color: #231f20;
	padding:0 0 10px 0;
	margin:0;
}

a {
	color: #e8611f;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	list-style-position:outside;
}
ul {
/*	list-style-image: url(images/icon_bullet.png);*/
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 15px 0;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 15px;
	line-height: 15px;
    box-sizing: border-box;
}
input[type="image"] {
	background:none !important;
	border:none !important;
	outline:0 !important;
}
label {
	box-sizing: border-box;
}
input {
	vertical-align: middle;
}

.form_standard {
	width: 700px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 350px !important;
	display: table;
	margin: 0 auto;
}

.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	height:45px;
	color: #fff;
	background: #0d94c3;
	font-size:16px;
	font-weight:900;
	text-transform:uppercase;
	line-height:45px;
	border: 0px;
	border-radius:0px;
	padding: 0 15px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 17px;
	font-weight:900;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 16px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form label.edit_third {
	width: 33%;
}

.form label.no_float {
	float:none !important;
}

.label_edit {
	color: #000;
}

.form input[type=text], .form input[type=email],.form input[type=number],.form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #000;
	font-size: 15px;
	line-height: 15px;
	padding: 9px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #bfbfbf;
	border-radius:0px;
}
.form select {
	padding: 8px;
}

.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width:90px;
	height:45px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius:0px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	font-size:14px;
	color: #231f20 !important;
	font-weight:900;
	text-overflow: ellipsis;
	text-transform:uppercase;
}
::-moz-placeholder {
	font-size:14px;
	color: #231f20 !important;
	font-weight:900;
	text-overflow: ellipsis;
	text-transform:uppercase;
}
:-moz-placeholder {
	font-size:14px;
	color: #231f20 !important;
	font-weight:900;
	text-overflow: ellipsis;
	text-transform:uppercase;
}
:-ms-input-placeholder {
	font-size:14px;
	color: #231f20 !important;
	font-weight:900;
	text-overflow: ellipsis;
	text-transform:uppercase;
}

/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
}
.mobile_only {
	display: none;
}

.img_left {
	width: auto;
	float: left;
	margin: 0px 15px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 15px;
}

.images, .images_left, .images_right {
	border:0px solid #b7b7b7;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 25px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 25px;
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.png) top repeat-x;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	font-weight:900;
	outline: none;
	background: #e8611f;
	text-align: center;
	text-transform:uppercase;
	padding:14px 31px 13px 31px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #000;
	text-decoration: none;
}

.columns {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}

.columns[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
.columns[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
.columns[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}
.columns[data-columns-count="5"] {
	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
}
.columns[data-columns-count="6"] {
	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
}

.res_list {
}
.res_list div {
	display: inline-block;
	padding:0 10px 30px 10px;
	vertical-align:top;
}

/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	list-style: none;
}
ul.columns_list > li {
	list-style: none;
	list-style-image: none;
	display: inline-block;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: top;
}
ul.columns_list > li, ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
	margin-right: 3%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
	margin-right: 3%;
}

/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #e8611f;
	border:1px #e8611f solid;
	box-sizing:border-box;
	padding:3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius:0px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #e8611f;
	background: #fff;
	border:1px #e8611f solid;
	box-sizing:border-box;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #e8611f;
	background: #fff;
	border:1px #e8611f solid;
	box-sizing:border-box;
	padding: 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius:0px;
}
.sectionnameselected:hover, .imagepageselected:hover {
	text-decoration: none;
}

.sectionname_divider {
	display: none;
}

.imagesmallname {
	color: #000;
}

.imagemediumname {
	color: #000; 
	font-weight: bold;
}

.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	outline: none;
	background: #e8611f;
	border:1px #e8611f solid;
	box-sizing:border-box;
	text-align: center;
	text-transform:uppercase;
	padding: 10px 15px 10px 15px;
	border-radius:0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #e8611f;
	text-decoration: none;
	background: #fff;
	border:1px #e8611f solid;
	box-sizing:border-box;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-size: 16px;
	line-height: 16px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.png) top repeat-x;
	border: 1px solid #ccc;
}
.portfolio_sections_list ul li {
	margin: 0px 4px 10px 4px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #231f20;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.8);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails ul li:hover .portfolio_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}

/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index ul li {
	text-align: left;
	position: relative;
}

.portfolio_index_link {
	color: #FF0;
}
.portfolio_index_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.portfolio_index_image img {
	vertical-align: bottom;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_image img {
	transform: scale(1.1);
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}

.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}

.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}

.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.png) center center no-repeat;
}

.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.png) center center no-repeat;
}

.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}

.portfolio_slider_slideshow {
	position: relative;
}

.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}

.portfolio_slider_thumbnail {
	text-align: center;
}

.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}

.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}

.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-size: 15px;
	line-height: 15px;
	color: #000;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: "\2192";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top:0px;
	right: -4px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin:0;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #e8611f;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40 url(images/table_header_bg.png) top repeat-x;
	font-family: 'Lato', sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}

/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 1100px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top: 47px;
}

.body_wrapper {
	max-width: 1920px !important;
	margin: 0 auto !important;
	float: none !important;
}

.box_fixed {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
}

.box_fixed1 {
	position: fixed !important;
	top:50px !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	z-index: 1000 !important;
	width: 100% !important;
	max-width: 1920px !important;
	float: none !important;
	border-top:1px #f8f8f8 solid;
	/*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
}

/* header_top
-----------------------------------------------------------------------------*/
#header_top {
	height:50px;
	background: #f8f8f8;
}

#header_service_hours {
	position:relative;
	width:208px;
	height:50px;
	float:left;
	display:table;
	background:#e8611f;
	font-size:14px;
	color:#fff;
	line-height:50px;
	padding-left:42px;
}

#header_service_hours span {
	font-weight:900;
}

#header_service_hours:before {
	position:absolute;
	content:"";
	width:18px;
	height:17px;
	top:17px;
	left:18px;
	background:url(images/service_hours_bg.png) left top no-repeat;
}

#header_social {
	width:560px;
	float:left;
	display:table;
	padding:0;
}

#header_social ul {
	display:table;
	margin:0 22px 0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	float:left;
	display:table;
	margin:15px 3px 0 4px;
	list-style: none;
	list-style-image: none;
}
#header_social ul li:first-child {
	margin:12px 70px 0 0;
}
#header_social ul li:last-child {
	margin-right:0;
}
#header_social span {
	font-weight:900;
	color:#404040;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity:1;
}
#header_social a:hover img {
	opacity:.7;
}

#header_emergency_call {
	position:relative;
	width:290px;
	height:50px;
	float:left;
	display:table;
	background:#e8611f;
	font-size:14px;
	color:#fff;
	line-height:50px;
	text-transform:uppercase;
}

#header_emergency_call a {
	position:absolute;
	display:block;
	width:226px;
	height:100%;
	top:0;
	left:0;
	font-size:14px;
	color:#fff;
	line-height:50px;
	padding-left:64px;
}

#header_emergency_call a:hover {
	text-decoration:none;
	color:#fff;
}

#header_emergency_call a:before {
	position:absolute;
	content:"";
	width:24px;
	height:25px;
	top:14px;
	left:30px;
	background:url(images/emergency_call_bg.png) left top no-repeat;
	z-index:1;
}

#header_emergency_call span {
	font-weight:900;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height:150px;
	font-family: 'Lato', sans-serif;
	background: #fff;
}

#header_logo {
	width:285px;
	position: absolute;
	top:19px;
	left:0;
}

#header_phone {
	position:relative;
	display:table;
	width:127px;
	float:left;
	font-size:14px;
	line-height:19px;
	color:#999999;
	padding-left:43px;
	margin-left:415px;
	margin-top:35px;
}

#header_phone strong, #header_address strong, #header_hours strong {
	font-weight:900;
	color:#404040;
}

#header_phone span, #header_address span, #header_hours span {
	color:#515151;
}

#header_phone:before {
	position:absolute;
	content:"";
	width:30px;
	height:31px;
	background:url(images/header_phone_icon.png) left top no-repeat;
	top:13px;
	left:0px;
}

#header_address {
	position:relative;
	display:table;
	width:152px;
	float:left;
	font-size:14px;
	line-height:19px;
	color:#999999;
	padding-left:64px;
	background:url(images/vertical_line.png) left top repeat-y;
	margin-top:35px;
}

#header_address:before {
	position:absolute;
	content:"";
	width:24px;
	height:30px;
	background:url(images/header_address_icon.png) left top no-repeat;
	top:14px;
	left:27px;
}
#header_hours {
	position:relative;
	display:table;
	width:229px;
	float:left;
	font-size:14px;
	line-height:19px;
	color:#999999;
	padding-left:70px;
	background:url(images/vertical_line.png) left top repeat-y;
	margin-top:35px;
}

#header_hours:before {
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:url(images/header_hours_icon.png) left top no-repeat;
	top:14px;
	left:27px;
}

#header_hours:after {
	clear:both;
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	position:absolute;
	width:100%;
	height:60px;
	top:170px;
	left:0;	
	z-index:101;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	background: #0d94c3;
	height:60px;
}
#menutop li {
	float: left;
	background: url(images/menutop_li_bg.png) right center no-repeat;
	padding:0;
	margin:0 1px 0 0;
}
#menutop li:last-child {
	background: none;
	margin:0;
}

#menutop ul li a {
	display: table;
	color: #fff;
	font-size: 14px;
	line-height:60px;
	font-weight:900;
	height:60px;
	text-align: center;
	text-transform:uppercase;
	padding:0 58px;
	margin:0 1px 0 0;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:last-child a {
	margin:0;
}
#menutop ul li:hover a, #menutop li.selected a {
	background:#e8611f;
	text-decoration: none;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 100%;
	height: 670px;
	z-index:1;
}
#slideshow:after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(35,31,32,.3);
	z-index:100;
}
.inside #slideshow {
	height:420px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 40px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left: 40px;
	z-index: 101;
}

#slideshow_slogan {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top:192px;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
	font-size:72px;
	line-height:72px;
	font-weight:900;
	z-index: 201;
}

#slideshow_slogan span {
	display:block;
	font-size:18px !important;
	line-height:23px !important;
	text-transform:none !important;
	margin-top:27px;
}

#slideshow_slogan a.a_button {
	display:table;
	margin:35px auto 0 auto;
	line-height:23px !important;
	padding:8px 27px 9px 27px;
}

.inside #slideshow_slogan {
	top:103px;
}

.inside #slideshow_slogan a.a_button {
	margin:32px auto 0 auto;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	position: absolute; 
	left: 0px;
	bottom:26px; 
	overflow: hidden;
	/*text-shadow: 1px 1px 2px rgba(0,0,0,0.2);*/
}

#slideshow_pager span { 
    width:18px;
	height:4px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) center center no-repeat;
	padding:0 3px 0 2px;
	font-family: arial; font-size: 0px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) center center no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	padding:40px 0 0 0;
	background: #fff url(images/middle_bg.png) center top repeat-y;
	z-index:1;
}
#middle_bottom {
	position:absolute;
	width:960px;
	height:282px;
	background: url(images/middle_bottom_bg.jpg) left top no-repeat;
	bottom:0;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
	z-index:0;
}
.inside #middle {
	background: #fff;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding:40px 0 40px 0;
}

.inside #middle_bottom {
	display:none;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width:500px;
	float:left;
	padding:0 50px 193px 0;
}

.inside #content {
	float:none;
	width:1100px;
	padding:0;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	position:relative;
	display:table;
	width:auto;
	margin:0 auto 0 0;
	color: #231f20;
	font-size:36px;
	line-height:36px;
	font-weight:900;
}
.content_title h1 {
	width: 100%;
	color: #231f20;
	font-size:36px;
	line-height:36px;
	font-weight:900;
	padding:0 0 0 87px;
	margin:0 auto 17px 0;
}

.content_title:before {
	position:absolute;
	content:"";
	width:67px;
	height:67px;
	background:url(images/content_title_icon.png) left top no-repeat;
	top:0;
	left:0;
}

.content_title h1#home_welcome {
	width:auto;
	margin:0 auto 29px 0;
}

.content_title span {
	display:table;
	color: #e8611f;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	padding:9px 0 3px 0;
}

.content_title span#home_title_span {
	padding:9px 0 3px 87px;
}

#box_contact .content_title {
	padding:0 0 0 87px;
	margin:0 auto 36px 0;
	color:#fff;
}

#box_contact .content_title:before {
	background:url(images/content_title_contact_icon.png) left top no-repeat;
}
#box_contact .content_title span {
	color: #fff;
}

#box_contact_inside .content_title {
	padding:0 0 0 87px;
	margin:0 auto 36px auto;
	color:#fff;
}

#box_contact_inside .content_title:before {
	display:table !important;
	background:url(images/content_title_contact_icon.png) left top no-repeat;
}
#box_contact_inside .content_title span {
	padding:9px 0 3px 0;
	color: #fff;
}

#box_services .content_title {
	padding:0 0 0 87px;
	margin:0 auto 29px auto;
}

#box_services .content_title:before {
	background:url(images/content_title_services_icon.png) left top no-repeat;
}

#box_reviews .content_title {
	padding:0;
	margin:0 auto 29px auto;
	color:#fff;
}

#box_reviews .content_title:before {
	background:url(images/content_title_reviews_icon.png) center top no-repeat;
	display:table;
	top:0;
	left:50%;
	-ms-transform: translateX(-50%);
	-webkit-transform:  translateX(-50%);
	-moz-transform:  translateX(-50%);
	transform:  translateX(-50%);

}

#box_reviews .content_title span {
	padding:84px 0 3px 0;
	margin:0 auto;
}

#box_about_us .content_title {
	padding:0 0 0 87px;
	margin:0 auto 29px 0;
}

#box_about_us .content_title:before {
	background:url(images/content_title_about_icon.png) left top no-repeat;
}

#box_portfolio .content_title {
	padding:0 0 0 87px;
	margin:0 auto 29px auto;
	color:#fff;
}

#box_portfolio .content_title:before {
	background:url(images/content_title_portfolio_icon.png) left top no-repeat;
}

#box_portfolio .content_title span {
	color:#fff;
}

#box_area_services .content_title {
	padding:0 0 0 87px;
	margin:0 auto 29px auto;
}

#box_area_services .content_title:before {
	background:url(images/content_title_area_services_icon.png) left top no-repeat;
}

.inside #box_area_services .content_title:before {
	display:table !important;
	background:url(images/content_title_area_services_icon.png) left top no-repeat;
}

.inside #box_area_services .content_title span {
	padding:9px 0 3px 0;
}

/******************************************************/

.inside .content_title {
	margin:0 auto 17px auto;
}
.inside .content_title:before {
	display:none;
}

.inside .content_title h1 {
	position:relative;
}

.inside .content_title span {
	padding:9px 0 3px 87px;
}

.inside .content_title h1:before {
	position:absolute;
	content:"";
	width:67px;
	height:67px;
	background:url(images/content_title_icon.png) left top no-repeat;
	top:-26px;
	left:0;
}

.inside .content_title h1#title_contact:before {
	background:url(images/content_title_contact_icon.png) left top no-repeat;
}

.inside .content_title h1#title_services:before {
	background:url(images/content_title_services_icon.png) left top no-repeat;
}

.inside .content_title h1#title_reviews:before {
	background:url(images/content_title_reviews_icon.png) left top no-repeat;
}

.inside .content_title h1#title_about:before {
	background:url(images/content_title_about_icon.png) left top no-repeat;
}

.inside .content_title h1#title_portfolio:before {
	background:url(images/content_title_portfolio_icon.png) left top no-repeat;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
}
#service_area ul {
	margin:0;
	padding:0;
	margin-left:200px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #797979;
	text-decoration: none;
	cursor: text;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	position: relative;
	background:#f9f9f9;
	padding:40px 0 57px 0;
	text-align: center;
}

#box_services ul {
	display: table;
	margin:34px auto 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	display: inline-block;
	vertical-align: top;
	width:210px;
	height:200px;
	margin:0 12px 13px 0;
}

#box_services ul li:nth-child(5n+5) {
	margin-right:0;
}

#box_services ul li a {
	display: block;
	width:210px;
	height:200px;
	color: #0d94c3;
	font-size: 17px;
	line-height:19px;
	font-weight:900;
	text-align: center;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}
#box_services ul li:nth-child(1) a {
	background:#fff url(images/services_icon_01.png) center 39px no-repeat;
}
#box_services ul li:nth-child(2) a {
	background:#fff url(images/services_icon_02.png) center 39px no-repeat;
}
#box_services ul li:nth-child(3) a {
	background:#fff url(images/services_icon_03.png) center 43px no-repeat;
}
#box_services ul li:nth-child(4) a {
	background:#fff url(images/services_icon_04.png) center 31px no-repeat;
}
#box_services ul li:nth-child(5) a {
	background:#fff url(images/services_icon_05.png) center 41px no-repeat;
}
#box_services ul li:nth-child(6) a {
	background:#fff url(images/services_icon_06.png) center 54px no-repeat;
}
#box_services ul li:nth-child(7) a {
	background:#fff url(images/services_icon_07.png) center 48px no-repeat;
}
#box_services ul li:nth-child(8) a {
	background:#fff url(images/services_icon_08.png) center 43px no-repeat;
}
#box_services ul li:nth-child(9) a {
	background:#fff url(images/services_icon_09.png) center 41px no-repeat;
}
#box_services ul li:nth-child(10) a {
	background:#fff url(images/services_icon_10.png) center 38px no-repeat;
}
#box_services ul li:nth-child(11) a {
	background:#fff url(images/services_icon_11.png) center 49px no-repeat;
}
#box_services ul li:nth-child(12) a {
	background:#fff url(images/services_icon_12.png) center 46px no-repeat;
}
#box_services ul li:nth-child(13) a {
	background:#fff url(images/services_icon_13.png) center 41px no-repeat;
}
#box_services ul li:nth-child(14) a {
	background:#fff url(images/services_icon_14.png) center 46px no-repeat;
}
#box_services ul li:nth-child(15) a {
	background:#fff url(images/services_icon_15.png) center 49px no-repeat;
}
#box_services ul li a:hover {
	text-decoration: none;
	transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
}

#box_services ul li:nth-child(1) a:hover {
	background:#e8611f url(images/services_icon_01_hover.png) center 39px no-repeat;
}
#box_services ul li:nth-child(2) a:hover {
	background:#e8611f url(images/services_icon_02_hover.png) center 39px no-repeat;
}
#box_services ul li:nth-child(3) a:hover {
	background:#e8611f url(images/services_icon_03_hover.png) center 43px no-repeat;
}
#box_services ul li:nth-child(4) a:hover {
	background:#e8611f url(images/services_icon_04_hover.png) center 31px no-repeat;
}
#box_services ul li:nth-child(5) a:hover {
	background:#e8611f url(images/services_icon_05_hover.png) center 41px no-repeat;
}
#box_services ul li:nth-child(6) a:hover {
	background:#e8611f url(images/services_icon_06_hover.png) center 54px no-repeat;
}
#box_services ul li:nth-child(7) a:hover {
	background:#e8611f url(images/services_icon_07_hover.png) center 48px no-repeat;
}
#box_services ul li:nth-child(8) a:hover {
	background:#e8611f url(images/services_icon_08_hover.png) center 43px no-repeat;
}
#box_services ul li:nth-child(9) a:hover {
	background:#e8611f url(images/services_icon_09_hover.png) center 41px no-repeat;
}
#box_services ul li:nth-child(10) a:hover {
	background:#e8611f url(images/services_icon_10_hover.png) center 38px no-repeat;
}
#box_services ul li:nth-child(11) a:hover {
	background:#e8611f url(images/services_icon_11_hover.png) center 49px no-repeat;
}
#box_services ul li:nth-child(12) a:hover {
	background:#e8611f url(images/services_icon_12_hover.png) center 46px no-repeat;
}
#box_services ul li:nth-child(13) a:hover {
	background:#e8611f url(images/services_icon_13_hover.png) center 41px no-repeat;
}
#box_services ul li:nth-child(14) a:hover {
	background:#e8611f url(images/services_icon_14_hover.png) center 46px no-repeat;
}
#box_services ul li:nth-child(15) a:hover {
	background:#e8611f url(images/services_icon_15_hover.png) center 49px no-repeat;
}

#box_services ul li a span {
	display:table;
	margin:0 auto;
	padding:0 40px;
	color: #0d94c3;
	font-size: 17px;
	line-height:19px;
	font-weight:900;
	padding-top:134px;
}

#box_services ul li a:hover span {
	color: #fff;
}

/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	position: relative;
	height:490px;
	background:url(images/box_reviews_bg.jpg) center top no-repeat;
	padding:63px 0 0 0;
	z-index:1;
}

#box_reviews:after {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(35,31,32,.5);
	z-index:-1;
}

#reviewshow {
	position: relative;
	display:table;
	margin:0 auto;
	width:680px;
	height:210px;
	z-index:1;
}

#reviewshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#reviewshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
	color:#fff;
}

#review_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right:0;
	z-index: 101;
}
#review_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	left:0;
	z-index: 101;
}

/* reviewshow_pager
-----------------------------------------------------------------------------*/
#reviewshow_pager { 
	position: absolute; 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	left:0;
	bottom:26px; 
	overflow: hidden;
}

#reviewshow_pager span { 
    width:18px;
	height:4px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) center center no-repeat;
	padding:0 3px 0 2px;
	font-family: arial; font-size: 0px; 
}
#reviewshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) center center no-repeat;
}
#reviewshow_pager > * {
	cursor: pointer;
}

/* box_about_us
-----------------------------------------------------------------------------*/
#box_about_us {
	position: relative;
	height:426px;
	background:#fff;
	padding:40px 0 0 0;
	z-index:1;
}

#box_about_us:after {
	position:absolute;
	content:"";
	width:960px;
	height:466px;
	background:url(images/box_about_us_bg.jpg) left top no-repeat;
	top:0;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
	z-index:0;
}

#box_about_us_content {
	width:500px;
	margin-left:600px;
}

/* box_area_services
-----------------------------------------------------------------------------*/
#box_area_services {
	position: relative;
	background:#fff;
	padding:40px 0 64px 0;
}

/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	position: relative;
	height:507px;
	background:#e8611f;
	padding:40px 0 0 0;
}

#box_portfolio ul {
	position:absolute;
	display: table;
	width:1920px;
	margin:0;
	padding:0;
	list-style: none;
	list-style-image: none;
	top:147px;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}
#box_portfolio ul li {
	float: left;
	width:640px;
	padding:0;
	margin:0;
}

#box_portfolio ul li a {
	position: relative;
	display: block;
	width:640px;
	height:400px;
	overflow: hidden;
	z-index: 1;
}
#box_portfolio ul li a img {
	transition: all 0.5s ease;
}
#box_portfolio ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}

#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: url(images/icon_zoom.png) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: url(images/icon_zoom.png) center center no-repeat;
	transition: all 0.5s ease;
}

#portfolio_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: 47px;
	right:40px;
	z-index: 101;
}
#portfolio_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: 47px;
	left:40px;
	z-index: 101;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	position: relative;
	width:500px;
	padding:0;
	color: #fff;
	float:right;
}
#box_contact form {
	width: 100%;
}

/* form_contact
-----------------------------------------------------------------------------*/
#form_contact {
	position:relative;
	width:100%;
	padding:0;
}

#form_contact fieldset {
	border: none;
	padding:0;
	margin:0;
}
#form_contact input[type=text], #form_contact input[type=email], #form_contact input[type=date], #form_contact select, #form_contact textarea {
	margin:0 0 12px 0 !important;
	height:45px;
	padding:0 22px;
	background:#fff;
	border:none !important;
	color: #231f20 !important;
	font-weight:900;
	font-size:14px;
	text-transform:uppercase;
	line-height:45px;
}

#form_contact input:required {
	color:#231f20 !important;
	background:#fff url(images/placeholder_req_bg.png) 17px 15px no-repeat;	
}

#form_contact input:required:active,
#form_contact input:required:focus,
#form_contact input:required:valid {
	background:#fff;
}

#form_contact input.submit {
	height:45px;
	line-height:45px;
	border:none;
	padding:0 46px;
}

#form_contact #scode_block #scode {
	width:107px;
	height:45px;
	margin:0 10px !important;
	font-size:24px;
}
#form_contact textarea {
	padding:0 22px;
	margin:0 !important;
	height:250px;
}

.inside #form_contact textarea {
	height:159px;
}

#form_contact table#table_form {
	width:100%;
}

#form_contact table#table_form td {
	padding:0;
	margin:0;
	vertical-align:top;
}

#form_contact table#table_form td:last-child {
	padding-right:0;
}

.inside #form_contact table#table_form td {
	width:49%;
	padding:0;
	margin:0;
	padding-right:.9%;
	vertical-align:top;
}

.inside #form_contact table#table_form td:last-child {
	padding-right:0;
}
#form_contact #scode_block {
	margin-top:6px;
	font-size:13px;
	color:#fff;
	text-align:left !important;
}

.inside #form_contact #scode_block {
	margin-top:-6px;
	text-align:center !important;
}

#form_contact #scode_block table {
	margin:0;
	padding-top:8px;
}
.inside #form_contact #scode_block table {
	margin:0 auto;
}
#form_contact #scode_block table td {
	padding:0 !important;
}

#form_contact #scode_block #img_code {
	border:none;
}

/* box_contact_inside
-----------------------------------------------------------------------------*/
#box_contact_inside {
	position: relative;
	background:#e8611f;
	color: #fff;
	padding:40px 0 68px 0;
}
#box_contact_inside form {
	width: 100%;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	background:#0d94c3;
}

#footer_logo_info {
	position: relative;
	color: #fff;
	padding:52px 0 153px 0;
	font-size: 14px;
	line-height: normal;
}

#footer_logo {
	float:left;
	width:418px;
	margin-top:10px;
}

#footer_phone {
	position:relative;
	display:table;
	width:127px;
	float:left;
	font-size:14px;
	line-height:19px;
	color:#fff;
	padding-left:40px;
}

#footer_logo_info span {
	position:relative;
	display:block;
	height:29px;
	font-size:18px;
	font-weight:900;
	color:#fff;
	margin-bottom:18px;
}

#footer_logo_info span:before {
	position:absolute;
	content:"";
	width:53px;
	height:3px;
	background:url(images/footer_titles_icon.png) left top no-repeat;
	bottom:0;
	left:0;
}

#footer_logo_info #footer_phone span {
	margin-left:-40px;
}

#footer_logo_info #footer_address span {
	margin-left:-32px;
}

#footer_logo_info #footer_hours span {
	margin-left:-39px;
}

#footer_logo_info strong {
	font-weight:900;
	color:#fff;
}

#footer_phone:before {
	position:absolute;
	content:"";
	width:30px;
	height:31px;
	background:url(images/footer_phone_icon.png) left top no-repeat;
	top:48px;
	left:0;
}

#footer_address {
	position:relative;
	display:table;
	width:153px;
	float:left;
	font-size:14px;
	line-height:19px;
	color:#fff;
	padding-left:63px;
	background:url(images/vertical_line1.png) left top repeat-y;
}

#footer_address:before {
	position:absolute;
	content:"";
	width:24px;
	height:30px;
	background:url(images/footer_address_icon.png) left top no-repeat;
	top:50px;
	left:30px;
}
#footer_hours {
	position:relative;
	display:table;
	width:229px;
	float:left;
	font-size:14px;
	line-height:19px;
	color:#fff;
	padding-left:70px;
	background:url(images/vertical_line1.png) left top repeat-y;
}

#footer_hours:before {
	position:absolute;
	content:"";
	width:30px;
	height:30px;
	background:url(images/footer_hours_icon.png) left top no-repeat;
	top:50px;
	left:31px;
}

#footer_links {
	color: #fff;
	background:#0985b0;
	position: relative;
	padding:44px 0 50px 0;
	font-size: 14px;
	line-height: normal;
	text-align:center;
}
#footer_links a {
	color: #fff;
}

#footer_links span {
	font-weight:900;
}

/* Contact
-----------------------------------------------------------------------------*/

#contact_address {
	width:280px;
	float: left;
}
#contact_form {
	width:770px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 30px;
	right:40px;
	width: 52px;
	height: 52px;
	background: url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	transform:scale(1.1);
	text-decoration: none;
}
/****************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
html {
        /*margin-left: 1px;*/
    }
    /*html.evenWidth {
        margin-left: 0px;
    }*/
}
#welcome_text {
}

#welcome_text p {
	text-align: left;
	word-break: normal;
}

#welcome_text .a_button {
	margin-top:19px;
}

.small_font {
	font-size:small;
}
#read_more_links {
}
#read_more_links strong a {
	color:#000;
}
#read_more_links strong a span {
	color:#4e9707;
}
/****************************************/
span.dollar {
	position:relative;
}
span.dollar:before {
	position:absolute;
	content:"$";
	top:-2px;
	left:5px;
	color:#000;
}
span.dollar input {
	padding-left:15px !important;
}
.integral_phone {
	display:inline-block;
	white-space:nowrap;
	font-weight:700;
}
