* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #000;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #d7d7d7 url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	color: #575757;
	font-size: 34px;
	line-height: 37px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px !important;
}
h2, .h2 {
	color: #769c02;
	font-size: 32px;
	line-height: 35px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h3, .h3 {
	color: #1e6b4b;
	font-size: 30px;
	line-height: 33px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
h4, .h4 {
	color: #1c804b;
	font-size: 28px;
	line-height: 31px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
a {
	color: #f54a1a;
	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: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}
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: 15px 0px 15px 0px;
}
img {
	border: none;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 16px;
	line-height: 16px;
    box-sizing: border-box;
}
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;
	color: #fff;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	background: #97be21;
	font-size: 22px;
	line-height: 19px;
	padding: 11px 20px 10px 20px;
	border: 0px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 23px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #000;
	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 #bfbfbf;
}
.form select {
	padding: 7px;
}
.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 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-transform: uppercase;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #2d2d2d !important;
	font-weight: normal;
	text-transform: uppercase;
	text-overflow: ellipsis;
}

/* 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 25px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 25px;
}
.images, .images_left, .images_right {
	border: none;
	background: #000;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 35px 15px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 0px 0px 15px 35px;
}

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: 18px;
	line-height: 12px;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	padding: 10px 33px 10px 33px;
	background: #97be21;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	box-shadow: 
    0 0 0 1px #fff,
    0 0 0 4px #97be21;
}
.a_button:hover {
	color: #575757;
	text-decoration: none;
	background: #d7d7d7;
	box-shadow: 
    0 0 0 1px #575757,
    0 0 0 4px #d7d7d7;
}

.columns {
	-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 div {
	display: inline-block;
	padding-bottom: 10px;
}


/* columns_list
-----------------------------------------------------------------------------*/
ul.columns_list {
	width: 100%;
	list-style: none;
	list-style-image: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
ul.columns_list > li {
	width: auto;
	max-width: 94%;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 2% 15px 2%;
	vertical-align: top;
	text-align: left;
}
ul.columns_list > li {
}
ul.columns_list[data-columns-count="2"] > li {
	width: 47%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 30%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 22%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 17%;
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}

/* 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 4px 16px 4px;
	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: 18px;
	line-height: 18px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #575757;
	text-align: center;
	padding: 8px 10px 8px 10px;
	border-radius: 1px;
	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: #fff;
	text-decoration: none;
	background: #8eb41c;
}

/* 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-family: 'Saira Condensed', sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: 'Saira Condensed', sans-serif;
	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 2px 10px 2px;
	padding: 0px;
	vertical-align: top;
}
.portfolio_section_name {
	font-family: 'Saira Condensed', sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #7aa201;
	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_navigation_pages ul li {
	margin: 0px 2px 0px 2px;
}

/* 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;
	margin: 0px 5px 16px 5px;
}
.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: 90%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 20%;
	right: 0%;
	bottom: 0%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(0,0,0,0.3);
	font-family: 'Saira Condensed', sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 30% 5% 0% 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
	background: rgba(87,87,87,0.9);
}

/* 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 {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 10px 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: " >";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #f54a1a;
}
.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 ;
	font-family: 'Saira Condensed', 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: 'Saira Condensed', 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: 53px;
}
.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-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	height: 53px;
	background: #ffffff;
	position: relative;
}
#menutop ul {
	float: left;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding: 0px;
	margin: 0px;
}
#menutop li:last-child {
	background: none;
}
#menutop li:last-child a {
}
#menutop ul li a {
	display: block;
	color: #575757;
	font-size: 17px;
	line-height: 12px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	height: 29px;
	text-align: center;
	padding: 24px 18px 0px 18px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #8eb41c;
	text-decoration: none;
	transform: scale(1.08);
}
#menutop_phone {
	float: right;
	width: auto;
	color: #575757;
	font-size: 23px;
	line-height: 16px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	text-align: left;
	background:url(images/icon_phone.png) left center no-repeat;
	padding-left: 20px;
	margin: 20px 20px 0px 0px;
} 
#menutop_social {
	float: right;
	width: auto;
	text-align: right;
	margin: 12px 0px 0px 0px;
}
#menutop_social a img {
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#menutop_social a:hover img {
	opacity: 0.7;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 745px;
	position: relative;
	z-index: 0; 
}
.inside #slideshow {
	height: 394px;
}
#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_prev {
	width: 55px; 
	height: 43px;
	padding-top: 14px;
	text-align: center;
	background: #ffa505;
	position: absolute;
	top: 314px;
	left: 34px;
	z-index: 102;
}
#slides_arrow_next {
	width: 55px; 
	height: 43px;
	padding-top: 14px;
	text-align: center;
	background: #ffa505;
	position: absolute;
	top: 314px;
	right: 34px;
	z-index: 102;
}
#slides_arrow_prev:hover, 
#slides_arrow_next:hover{
	background: #03a4bc;
}
.inside #slides_arrow_prev,
.inside #slides_arrow_next {
	top: 161px;
}

#slide_header {
	width: 1100px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 101;
}
#header_logo {
	width: 201px;
	position: absolute;
	left: 110px;
	top: 35px;
}
.inside #header_logo,
.inside #header_bunner {
	top: 30px;
}
#header_bunner {
	width: 158px;
	height: 108px;
	background: url(images/header_bunner_bg.png) center top no-repeat;
	position: absolute;
	right: 0px;
	top: 35px;
	color: #fff;
	font-size: 28px;
	line-height: 29px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-align: center;
	padding-top: 50px;
}

#slide_slogan {
	width: 1100px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 254px;
	color: #ffffff;
	font-size: 36px;
	line-height: 41px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;
	z-index: 101;
	text-shadow: 2px 6px 20px rgba(0,0,0,0.9);
}
#slide_slogan span {
	display: block;
	color: #ffb005;
	font-size: 48px;
	line-height: 50px;
	text-shadow: 2px 6px 20px rgba(0,0,0,0.9);
	margin-bottom: 41px;
}
.inside #slide_slogan {
	top: 204px;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 103 !important; 
	position: absolute; 
	left: 0px;
	bottom: 118px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.inside #slideshow_pager {
	position: absolute; 
	bottom: 33px;
}
#slideshow_pager span { 
    width: 10px;
	height: 10px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 3px 0px 3px;
	font-family: arial; font-size: 0px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.png) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	height: 314px;
	background: #fff;
	padding: 0px 0px 97px 0px;
	position: relative;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	position: absolute;
	top: -78px;
}
#box_services ul li {
	display: inline-block;
	vertical-align: top;
}
#box_services li {
	width: 242px;
	height: 390px;
	background: #f1f1f1;
	border: #d7d7d7 1px solid;
	margin: 0px 18px 0px 18px;
}
#box_services li a:hover {
	background: #97be21;
}
#box_services ul li a {
	display: block;
	height: 356px;
	color: #000;
	font-size: 15px;
	line-height: 19px;
	font-weight: normal;
	text-align: center;
	padding: 34px 24px 0px 24px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#box_services ul li a:hover {
	color: #000000;
	text-decoration: none;
}
#box_services ul li:first-child {
	margin-left: -2px;
}
#box_services ul li:last-child {
	margin-right: -3px;
}
#box_services ul li a div {
	width: 112px;
	height: 112px;
	line-height: 112px;
	background: #97be21;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a:hover div {
	background: #575757;
	transform: scale(1.08);
}
#box_services ul li a span {
	display: block;
	color: #575757;
	text-align: center;
	height: 21px;
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 13px;
}
#box_services li span {
	display: block;
}
#box_services li .a_button { 
	display: table;
	margin: 0 auto;
	font-size: 16px;
	line-height: 16px;
	background: none;
	text-transform: capitalize;
	border: #97be21 3px solid;
	box-shadow: none;
	padding: 3px 22px 0px 22px;
}
#box_services li a:hover .a_button {
	color: #fff;
	border: #575757 3px solid;
	background: #575757;
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 70px 0px 70px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	display: table;
	margin: 0 auto;
	margin-left: 0px;
	color: #575757;
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding: 0px 96px 0px 0px;
	background: url(images/content_title_line.png) right center no-repeat;
	margin-bottom: 25px;
}
.content_title1 {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 0px 96px 0px 96px;
	background: url(images/content_title_line.png) left center no-repeat, url(images/content_title_line.png) right center no-repeat;
	margin-bottom: 25px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #575757;
	font-size: 34px;
	line-height: 34px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-transform: uppercase;
	text-align: left;
}

/* box_welcome
-----------------------------------------------------------------------------*/
#box_welcome {
	width: 100%;
	height: 307px;
	padding: 0px 0px 5px 0px;
	background: #fff;
	position: relative;
}
#box_welcome:before  {
	content: "";
	display: block;
	width: 960px;
	height: 335px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: url(images/box_welcome_bg.jpg) left top no-repeat;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}
#box_welcome .box {
	float: right;
	width: 45%;
}
#box_welcome .a_button {
	margin-top: 5px;
}

/*box_about
-----------------------------------------------------------------------------*/
#box_about {
	width: 100%;
	height: 283px;
	padding: 47px 0px 5px 0px;
	background: #fff;
	position: relative;
}
#box_about:before  {
	content: "";
	display: block;
	width: 960px;
	height: 335px;
	position: absolute;
	top: 0;
	bottom: 0;
	background: url(images/box_about_bg.jpg) right top no-repeat;
	right: -webkit-calc(50% - 960px);
	right: -moz-calc(50% - 960px);
	right: calc(50% - 960px);
}
#box_about .box {
	float: left;
	width: 45%;
}
#box_about  .box {
	float: left;
	width: 45%;
}
#box_about .a_button {
	margin-top: 5px;
}

/* box_logos
-----------------------------------------------------------------------------*/
#box_logos {
	height: auto;
	background: #fff;
	position: relative;
	padding: 36px 0px 35px 0px;
}
#box_logos ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_logos ul li {
	float: left;
	width: auto;
	padding: 0px;
	margin: 0px 22px 0px 22px;
}

/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	height: auto;
	background: #FFF;
	position: relative;
	padding: 17px 0px 50px 0px;
}
#box_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 54px 0px;
	list-style: none;
	list-style-image: none;
}
#box_gallery ul li {
	float: left;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
}
#box_gallery li:nth-child(2) {
	margin-right: 0px;
}
#box_gallery li:last-child {
	margin-right: 0px;
}
#box_gallery li:nth-child(2) a {
	margin: 0px 0px 24px 24px;
}
#box_gallery li:nth-child(3) a {
	margin: 24px 24px  0px  0px;
}
#box_gallery li:nth-child(1) a, 
#box_gallery li:nth-child(4) a {
	width: 550px;
	height: 342px;
}
#box_gallery ul li a {
	display: block;
	width: 526px;
	height: 318px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_gallery ul li a img {
	transition: all 0.5s ease;
}
#box_gallery ul li a:hover img {
	opacity: 1;
	transform: scale(1.08);
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_gallery a:hover div {
	opacity: 1;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	position: relative;
	background: #d7d7d7;
	padding: 55px 0px 55px 0px;
}
#service_area ul {
	margin: 10px 50px 0px 150px;
	padding: 0px;

	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	display: block;
	color: #575757;
	font-size: 21px;
	line-height: 21px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
#service_area a[href="javascript:;"] {
	color: #272727;
	text-decoration: none;
	cursor: text;
}

/* box_footer
-----------------------------------------------------------------------------*/
#box_footer {
	width: 100%;
	height: 685px;
	padding: 63px 0px 0px 0px;
	background: url(images/box_footer_bg.jpg) center top no-repeat;
	position: relative;
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 383px;
	position: relative;
	margin-bottom: 121px;
}
#box_contact .content_title {
	color: #fff;
	margin-bottom: 35px;
}

/* form_contact
-----------------------------------------------------------------------------*/
#form_contact fieldset {
	width: 100%;
	display: table;
	margin: auto;
}
#form_contact fieldset > table {
	width: 100%;
}
#form_contact fieldset > table td label input {
	margin-bottom: 14px;
}
#form_contact fieldset > table tr {
	vertical-align: top;
}
#form_contact fieldset > table .tr_form td:nth-child(1) {
	width: auto;
	padding-right: 12px;
}
#form_contact fieldset > table .tr_form td:nth-child(2) {
	width: auto;
	padding-right: 12px;
}
#form_contact fieldset > table .tr_form td:nth-child(3) {
	padding: 0px;
}
#form_contact label input {
	width: 357px;
	height: 51px;
	color: #2d2d2d;
	font-size: 12px;
	line-height: 13px;
	padding: 14px 12px 16px 20px;
	font-weight: normal;
	background: rgba(255,255,255,0.75);
	border: #fff 1px solid;
}
#form_contact label textarea {
	width: 100%;
	height: 159px;
	color: #2d2d2d;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	padding: 14px 12px 16px 20px;
	background: rgba(255,255,255,0.75);
	border: #fff 1px solid;
}
#form_contact input.submit {
	color: #fff;
	font-size: 26px;
	line-height: 19px;
	font-weight: 700;
	font-family: 'Saira Condensed', sans-serif;
	padding: 15px 28px 17px 27px;
}
#form_contact input:required {
	background: rgba(255,255,255,0.75) url(images/placeholder_star_bg.png) 4% 17px no-repeat;
}
#form_contact input:required:active,
#form_contact input:required:focus,
#form_contact input:required:valid {
	background: rgba(255,255,255,0.75);
}
#form_contact #scode_block .scode {
	width: 112px;
	height: 51px;
}
#form_contact #scode_block span {
	display: inline-block;
	color: #fff;	
	font-size: 17px;
	line-height: 25px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	margin-bottom: 1px
}
#form_contact #scode_block table td {
	padding: 0px 4px 0px 4px;
	margin: 0px;
}
#form_contact #img_code {
	height: 51px;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #fff;
	position: relative;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
#footer_address {
	float: left;
	width: 479px;
	padding-top: 56px;
}
#footer_address span {
	color: #ffa505;
}
#footer_links {
	float: right;
	width: 450px;
	padding-top: 56px;
}
#footer_links a {
	color: #fff;
}
#footer_links a:hover {
	color: #ffa505;
}
#footer_logo {
	float: left;
	width: 171px;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 400px;
	float: left;
}
#contact_form {
	width: 650px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 54px;
	height: 54px;
	background: #ffa505 url(images/scroll_top_bg.png) center no-repeat;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #03acd3 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}