* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #262626;
	width: 100%;
	min-width: 1100px;
	font-weight: normal;
	background: #ecf9d7 url(images/body_bg.png) center repeat-y;
	position: relative;
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 37px;
	line-height: 40px;
	font-weight: normal;
	color: #854f0e;
	padding: 0px 0px 15px 0px;
	margin: 0px !important;
}
h2, .h2 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 34px;
	line-height: 37px;
	font-weight: normal;
	color: #d68728;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 31px;
	line-height: 34px;
	font-weight: normal;
	color: #b19329;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: 'Fjalla One', sans-serif;
	font-size: 26px;
	line-height: 29px;
	font-weight: normal;
	color: #a1a82a;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
a {
	color: #448909;
	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 {
}
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: #262626;
	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 {
	color: #fff;
	font-size: 18px;
	line-height: 15px;
	font-weight: normal; 
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase; 
	padding: 13px 20px 12px 20px;
	background: #32600b;
	border: none;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #262626;
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #262626;
	font-size: 15px;
	line-height: 28px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form label.edit_third {
	width: 19%;
}
.form input[type=text], .form input[type=email], .form select, .form textarea {
	width: 100%;
	color: #262626;
	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 input#date {
	padding: 5px;
	width: 200px;
	border: 1px solid #bfbfbf;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}
.checkbox {
	width: 15px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 5px;
}

/* 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: #262626 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #262626 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #262626 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #262626 !important;
	font-weight: normal;
	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: 5px solid #bdd558;
	background: #000;
}
.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: 2px;
	height: 2px;
	font-size: 2px;
	border-bottom: #898f24 2px dotted;
}
.a_button, .a_button1 {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 13px;
	text-decoration: none;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	outline: none;
	background: #32600b;
	text-align: center;
	padding: 20px 40px 20px 40px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button1 {
	background: #aeb631;
	font-size: 26px;
	line-height: 23px;
}
.a_button:hover, .a_button1:hover {
	color: #fff;
	text-decoration: none;
	background: #a1c703;
}

.columns {
	-moz-column-gap: 26px;
	-webkit-column-gap: 26px;
	column-gap: 26px;
}
.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 {
	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
-----------------------------------------------------------------------------*/
.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 14px 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: 18px;
	line-height: 18px;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #739a4b;
	text-align: center;
	padding: 7px 10px 7px 10px;
	margin: 0px -3px 0px -3px;
	border-radius: 2px;
	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: #32600b;
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 10px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: 'Fjalla One', sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #262626;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 84%;
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 5px;
	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-family: 'Fjalla One', 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_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);
}
.table .portfolio_thumbnail_image {
	box-shadow: none !important;
}
.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%;
	margin: 0px;
	opacity: 0;
	background: rgba(50,96,11,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%;
	bottom: 34%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(50,96,11,0.8);
	font-family: 'Fjalla One', sans-serif;
	color: #fff;
	font-size: 28px;
	line-height: 28px;
	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 {
	color: #000;
	font-size: 15px;
	line-height: 15px;
	font-family: 'Fjalla One', 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: 1px;
	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: #448909;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 2px solid #bdd558;
	border-left: 2px solid #bdd558;
}
.table tr {
	vertical-align: top;
}
.table h2, .table1 .h2 {
	color: #32600b;
	font-size: 22px;
	line-height: 25px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}
.table h3, .table1 .h3 {
	font-size: 20px;
	line-height: 23px;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
.table tr td, .table1 tr td {
	padding: 15px;
}
.table tr td div {
	text-align: center;
	padding: 10px;
}
.table1 tr td p {
	display: block;
	line-height: 18px;
	text-align: center;
	padding: 15px !important;
}
.table1 tr td {
	line-height: 22px;
	background: #f1f7db;
}
.table1 tr td p {
	text-align: center;
	margin: 0px;
}
.table1 tr td .bg_title {
	display: block;
	background: #e8f4b5;
}
.table1 tr td, .table1 tr td p {
	padding: 0px;
	margin: 0px;
}
.table th, .table td {
	color: #64534c;
	border-bottom: 2px solid #bdd558; 
	border-right: 2px solid #bdd558;
	padding: 10px 20px 5px 20px;
}
.table thead td, .table tfoot td, .thead {
	background: #aeb631;
	color: #fff;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	padding: 10px;
}
.table tr th {
	font-family: 'Fjalla One', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #e8f4b5;
}
.table tr:nth-child(even) {
	background: #f1fcc8;
}
/*.table_inside
----------------------*/
.table_inside, .table_inside1 {
	width: 100%;
	border: none;
}
.table_inside tr:nth-child(odd),
.table_inside tr:nth-child(even),
.table_inside1 tr:nth-child(odd),
.table_inside1 tr:nth-child(even) {
	background: none;
}
.table_inside td, 
.table_inside1 td {
	width: 100%;
	border: none;
}
.table_inside td img {
	padding: 0px;
	margin: 15px 0px 0px 0px;
	text-align: center; 
}
.table_inside1 td img {
	margin: 10px;
	text-align: center; 
}

/* 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: 51px;
}
.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: 48px;
	background: #32600b;
	border-bottom: 3px #bdd558 solid;
}
#menutop ul {
	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:first-child a {
	padding-left: 0px;
}
#menutop li:last-child a {
	padding-right: 0px;
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	height: 29px;
	text-align: center;
	padding: 19px 7px 0px 6px;
	margin: 0px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #bdd457;
	text-decoration: none;
	transform: scale(1.03);
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	position: relative;
	height: 136px;
	padding: 12px 0px 11px 0px;
	background: #fff url(images/header_bg.png) center bottom no-repeat;
}
#header_txt {
position:absolute;
float:left;
width:330px;
left: 0;
top: 0; 
font-size: 16px;
line-height: 20px;
}

#header_logo {
	display: table;
	margin: 0 auto;
	text-align: center;
}
#header_social {
	width: auto;
	position: absolute;
	right: 0px;
	top: 25px;
	text-align: right;
}
#header_social a img {
	margin: 0px 0px 0px 4px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_social a:hover img {
	opacity: 0.7;
}
#header_phone {
	width: auto;
	position: absolute;
	right: 0px;
	top: 109px;
	color: #262626;
	font-size: 23px;
	line-height: 20px;
	font-family: 'Fjalla One', sans-serif;
	background: url(images/icon_phone.png) left center no-repeat;
	padding-left: 21px;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 662px;
	background: #f3fae6;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 362px;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	list-style: none;
	list-style-image: none;
}
#slideshow li:after {
	content: "";
	display: block;
	width: 100%;
	height: 95px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(images/slideshow_bottom_bg.png) center bottom no-repeat;
	z-index: 2;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 180px;
	left: 62px;
	z-index: 101;
}
#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 180px;
	right: 62px;
	z-index: 101;
}
.inside #slides_arrow_prev, 
.inside #slides_arrow_next {
	top: 40px;
}

#slid_slogan {
	width: 1100px;
	position: absolute;
	top: 318px;
	color: #fff;	
	font-size: 26px;
	line-height: 35px;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
	text-shadow: 6px 6px 7px rgba(0,0,0,0.27);
	text-align: center;
}
#slid_slogan span {
	display: block;
	font-size: 83px;
	line-height: 72px;
	text-transform: uppercase;
	text-shadow: 8px 8px 8px rgba(0,0,0,0.27);
	margin-bottom: 0px;
}
#slid_slogan a {
	font-size: 18px;
	line-height: 15px;
	text-shadow: none;
	padding: 19px 26px 19px 26px;
}
#slid_slogan a.a_button {
	padding: 19px 16px 19px 16px;
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: center; 
	width: 100%; 
	z-index: 102 !important; 
	position: absolute; 
	left: 0px;
	bottom: 26px; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 17px;
	height: 17px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.png) left top no-repeat;
	padding: 0px 2px 0px 2px;
	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: 882px;
	background: #f1fae6 url(images/box_services_bg.jpg) center top no-repeat;
	padding: 33px 0px 94px 0px;
	position: relative;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	float: left;
	width: 522px;
	height: 445px;
	margin-right: 56px;
	padding-top: 5px;
	vertical-align: top;
	position: relative;
}
#box_services li:nth-child(2), 
#box_services li:nth-child(4) {
	margin-right: 0px;
}
#box_services ul li a p {
	width: 514px;
	height: 347px;
	margin-top: 61px;
	background: #bdd558;
	border: #bdd558 4px solid;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
}
#box_services ul li a:hover p {
	background: #32600b;
	border: #32600b 4px solid;
}
#box_services ul li {
	background-repeat: no-repeat;
}
#box_services ul li a {
	display: block;
	width: 514px;
	text-align: center;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
	margin-right: 56px;
}
#box_services ul li a:hover {
	color: #fff;
	text-decoration: none;
}
#box_services ul li a div {
	position: absolute;
	left: 0;
	right: 0;
	top: -65px;
	width: 159px;
	height: 159px;
	line-height: 159px;
	background: #e8f4b5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	border: #bdd558 5px solid;
	z-index: 2; 
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a:hover div {
	border: #32600b 5px solid;
	transform: scale(1.03);
}
#box_services ul li a span {
	width: 100%;
	display: table;
	vertical-align: top;
	text-align: center;
	color: #32600b;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 26px;
	padding-top: 4px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_services ul li a:hover span {
	color: #fff;
	text-decoration: none;
	transform: scale(1.05);
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 83px 0px 70px 0px;
	background: #fff url(images/middle_bottom_bg.png) center bottom no-repeat;
	position: relative;
}
#middle:before {
	content: "";
	display: block;
	width: 100%;
	height: 94px;
	position: absolute;
	top: -94px;
	left: 0px;
	background: url(images/middle_top_bg.png) center top no-repeat;
}
.inside #middle {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	padding: 83px 0px 130px 0px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 100%;
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	width: 100%;
	color: #b17329;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	background: url(images/content_title_icon.png) center bottom no-repeat;
	padding: 0px 0px 53px 0px;
	text-align: center;
	margin-bottom: 22px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #b17329;
	font-family: 'Fjalla One', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	font-size: 15px;
	line-height: 24px;
}
#service_area ul {
	margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	color: #a1a82a;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
#service_area a[href="javascript:;"] {
	color: #262626;
	text-decoration: none;
	cursor: text;
}

/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	width: 100%;
	background: #32600b;
	position: relative;
	border-top: #bdd558 4px solid;
	border-bottom: #bdd558 4px solid;
}
#box_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	position: relative;
}
#box_gallery li {
	float: left;
	padding: 0px;
	margin: 0px;
	position: relative;
}
#box_gallery li:last-child {
	margin-right: 0px;
}
#box_gallery li:nth-child(2) {
	margin-left: -26px;
}
#box_gallery li:nth-child(4) {
	margin-right: -26px;
}
#box_gallery li:nth-child(1) {
	position: absolute;
	left: -410px;
}
#box_gallery li:nth-child(5) {
	position: absolute;
	right: -410px;
}
#box_gallery ul li a {
	display: block;
	width: auto;
	height: 376px;
	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.05);
}
#box_gallery a div {
	color: #FFF;
	font-size: 33px;
	line-height: 40px;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
	padding-top: 127px;
	text-align: center;
	position: absolute;
	width: 384px;
	height: 376px;
	left: 0px;
	top: 0px;
	background: rgba(50,96,11,0.8);
	transition: all 0.5s ease;
	z-index: 2;
}
#box_gallery a div span {
	font-size: 40px;
	line-height: 47px;
}

/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	height: 345px;
	background: #f8fbee url(images/box_reviews_grass_bg.png) center bottom no-repeat;
	padding: 73px 0px 91px 0px;
	position: relative;
}
#box_reviews_content {
	min-height: 100px;
	height: auto !important;
	margin: 0px 55px 20px 55px;
}
#box_reviews_content ul {
	width: auto;
	display: table;
	margin: 0 auto;
	padding: 0px;
}
#box_reviews_content li {
	text-align: center;
	list-style: none;
	list-style-image: none;
}
#box_reviews_content li span {
	display: inline-block;
	text-transform: uppercase;
	margin-top: 12px;
}
#reviews_arrow_prev {
    width: auto;
	display: inline-block;
	position: absolute;
	top: 52%;
	left: 0px;
}
#reviews_arrow_next {
    width: auto;
	display: inline-block;
	position: absolute;
	top: 52%;
	right: 0px;
}

/* box_contact - Let's Get Started
-----------------------------------------------------------------------------*/
#box_contact {
	width: 100%;
	height: 404px;
	padding: 73px 0px 183px 0px;
	background: url(images/box_contact_bg.jpg) center top no-repeat;
	color: #fff;
	position: relative;
}
#box_contact:before {
	content: "";
	display: block;
	width: 100%;
	height: 94px;
	position: absolute;
	top: -94px;
	left: 0px;
	background: url(images/box_contact_top_bg.png) top repeat-x;
}
#box_contact .content_title {
	color: #fff;
}

/* form_contact
-----------------------------------------------------------------------------*/
#form_contact {
	width: 100%;
}
#form_contact fieldset {
	border: none;
}
#form_contact fieldset > table {
	width: 100%;
}
#form_contact fieldset > table tr td {
	vertical-align: top;
}
#form_contact fieldset > table td label {
	color: #262626;
}
#form_contact label input {
	width: 542px;
	height: 35px;
	color: #262626;	
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 10px 10px 20px;
	border: 1px #32600b solid;
	margin-bottom: 12px;
}
#form_contact label select {
	width: 542px;
	height: 35px;
	color: #262626;	
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 8px 10px 10px 18px;
	background: #fff;
	border: 1px #32600b solid;
}
#form_contact label textarea {
	width: 542px;
	height: 223px;	
	font-size: 15px;
	line-height: 18px;
	padding: 8px 10px 10px 11px;
	color: #262626;
	font-weight: normal;
	text-transform: uppercase; 	
	background: #fff;
	border: 1px #32600b solid;
	margin: 0px;
}
#form_contact input.submit {
	padding: 15px 29px 16px 29px;
	border: none;
}
#form_contact #scode_block #scode {
	height: 44px;
}
#form_contact input:required {
	background: #fff url(images/placeholder_star.png) 2% 12px no-repeat;
}
#form_contact input:required:active,
#form_contact input:required:focus,
#form_contact input:required:valid {
	background: #fff;
}
#form_contact #scode_block {
	color: #fff;
	font-size: 15px;
	line-height: 32px;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	background: #fff;
	position: relative;
	padding: 0px 0px 27px 0px;
	font-size: 14px;
	line-height: 21px;
}
#footer:before {
	content: "";
	display: block;
	width: 100%;
	height: 94px;
	position: absolute;
	top: -94px;
	left: 0px;
	background: url(images/footer_top_bg.png) center top no-repeat;
}
#footer_logo {
	width: 318px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: -48px;
	left: 0px;
	right: 0px;
}
#footer_address {
	float: left;
	width: auto;
	margin-top: 80px;
}
#footer_address span {
}
#footer_links {
	float: right;
	width: auto;
	text-align: right;
	margin-top: 80px;
}
#footer_links a {
	color: #262626;
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 340px;
	float: left;
}
#contact_form {
	width: 680px;
	float: right;
}

/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 62px;
	height: 62px;
	background: #32600b url(images/scroll_top_bg.png) center no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	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: #9db926 url(images/scroll_top_bg.png) center no-repeat;
	text-decoration: none;
}

/* styles inside
-----------------------------------------------------------------------------*/
ul.new-list-image li {
	list-style: none;
	list-style-image: none;
	background: url(images/icon_warning.png) left top no-repeat;
	padding: 0px 0px 20px 45px;
}
ul.new-list-image {
	-moz-column-gap: 33px;
	-webkit-column-gap: 33px;
	column-gap: 33px;
}
ul.new-list-image[data-columns-count="2"] {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
ul.new-list-image[data-columns-count="3"] {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
} 
ul.new-list-image[data-columns-count="4"] {
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
}

/*img-radiu
---------------*/
.img-radius {
	width: 250px;
	height: 250px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.img-radius-small {
	width: 200px;
	height: 200px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}	



/*** dropdown ***/

.dropdown {
	position: relative;
}
.dropdown ul {
	position: absolute !important;
	left: 0px !important;
	top: 44px !important;
	border-top: #bdd558 3px solid !important;
	border-bottom: #bdd558 3px solid !important;
	width: 190px !important;
	padding: 6px 10px 6px 10px !important;
	margin: 0px !important;
	list-style: none !important;
	list-style-image:none;
	display: none !important;
	z-index: 1001 !important;
	background: rgba(50,96,11,0.9) !important; /* menu background */
	box-shadow: 1px 2px 4px rgba(0,0,0,0.3); 
}
.dropdown ul li ul, .dropdown ul li li ul, .dropdown ul li li li ul, .dropdown ul li li li li ul {
	left: 170px !important;
	top: -2px !important;
}
/*
.dropdown li:nth-child(3) ul {
	width: 150px !important;
	position: absolute !important;
	left: -16px !important;
}
.dropdown li:nth-child(4) ul {
	width: 174px !important;
	position: absolute !important;
	left: 3px !important;
}
.dropdown li:nth-child(5) ul {
	width: 160px !important;
	position: absolute !important;
	left: 1px !important;
}
.dropdown li:nth-child(6) ul {
	width: 155px !important;
	position: absolute !important;
	left: 3px !important;
}
.dropdown li:nth-child(8) ul {
	width: 105px !important;
	position: absolute !important;
	left: -33px !important;
}
.dropdown li:nth-child(8) ul li ul {
	width: 100px !important;
	position: absolute !important;
	left: 105px !important;
	top: -8px !important;
	border: #97ce49 2px solid !important;
}
*/
.dropdown ul li {
	width: 100% !important;
	border-bottom: 0px !important;
	font-size: 1px !important;
    line-height: 1px !important;
	font-size: 1px !important;
	padding: 0px !important;
	margin: 0px !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	float: none !important;
	z-index: 1001 !important;
	background: none !important; /* menu background */
}
.dropdown li:hover {
	position: relative !important;
}
.dropdown ul a {
	width: auto !important;
	height: auto !important;
	display: block !important;
	color: #fff !important; /* menu color */
	font-size: 15px !important;
	line-height: 15px !important;
	background: none !important;
	text-align: center !important;
	padding: 5px 0px 4px 0px !important;
	margin: 0px !important;
	transform: scale(1) !important;
	border-bottom: rgba(189,213,88,0.3) 1px solid !important;
}
.dropdown ul li:last-child a {
	border-bottom: none !important;
}
.dropdown ul li a:hover {
	text-decoration: none !important;
	transform: scale(1.04) !important;
}
.dropdown ul a.has_child {
	background: url(images/dropdown_arrow.png) 98% 7px no-repeat !important; /* dropdown arrow */
}
.dropdown ul li.selected a {
	color: #bdd457 !important; /* menu color selected */
/*	border-bottom: none !important;*/
	transform: scale(1.04) !important;
}
.dropdown ul li:not(.selected) a {
	color: #fff !important; /* menu color */
}
.dropdown ul li.selected a.has_child {
	background: url(images/dropdown_arrow.png) 98% 7px no-repeat !important; /* dropdown arrow selected */
}
.dropdown ul li:not(.selected) a.has_child {
	background: url(images/dropdown_arrow.png) 98% 7px no-repeat !important; /* dropdown arrow */
}
.dropdown ul li a:hover {
	color: #bdd457 !important; /* menu color selected */
	text-decoration: none !important;
}
.dropdown ul a.has_child:hover {
	color: #bdd457 !important; /* menu color selected */
	background: url(images/dropdown_arrow.png) 98% 7px no-repeat !important; /* dropdown arrow selected */
}
.dropdown ul li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:hover li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:hover li:hover li:not(.selected):hover a.has_child,
.dropdown ul li:hover li:hover li:hover li:hover li:not(.selected):hover a.has_child {
	color: #bdd457 !important; /* menu color selected */
	background: url(images/dropdown_arrow.png) 98% 7px no-repeat !important; /* dropdown arrow selected */
}
.dropdown ul li:not(.selected):hover li a.has_child,
.dropdown ul li:hover li:not(.selected):hover li a.has_child,
.dropdown ul li:hover li:hover li:not(.selected):hover li a.has_child,
.dropdown ul li:hover li:hover li:hover li:not(.selected):hover li a.has_child {
	color: #fff !important; /* menu color */
	background: url(images/dropdown_arrow.png) 98% 7px no-repeat !important; /* dropdown arrow */
}

/* dropdown arrow on main menu */
.dropdown > li a.has_child {
	background: url(images/dropdown_arrow_top.png) 50% 87% no-repeat; /* dropdown arrow */
}
/* dropdown arrow selected on main menu */
.dropdown > li:hover a.has_child, .dropdown > li.selected a.has_child {
	background: url(images/dropdown_arrow_top.png) 50% 87% no-repeat; /* dropdown arrow selected */
}

/************* do not edit *************/

.dropdown:hover li ul,
.dropdown:hover li:hover li ul,
.dropdown:hover li:hover li:hover li ul,
.dropdown:hover li:hover li:hover li:hover li ul
{
	display: none !important;
}

.dropdown:hover ul,
.dropdown:hover li:hover ul,
.dropdown:hover li:hover li:hover ul,
.dropdown:hover li:hover li:hover li:hover ul,
.dropdown:hover li:hover li:hover li:hover li:hover ul
{
	display: block !important;
}

/************* end *************/




#slides_box {
width: 1100px;
position: absolute;
top: 0px;
left: 0;
right: 0;
padding-top:50px;
text-align: center;
margin-left: auto;
margin-right: auto;
z-index: 101;
font-family: 'Fjalla One', sans-serif;
}
#s_slogan_1 {
width: 700px; 
float:left;
color:#fff;
font-size: 30px;
line-height: 50px;
font-weight: normal;
text-shadow: 6px 6px 7px rgba(0,0,0,0.27);
}
#s_slogan_1 h2 {
margin-top:10px;
font-size: 75px; font-weight:bold;  line-height:75px; color:#bf0000;
}
#s_slogan_1 span {
font-size: 120%; font-weight:bold; color:#004001;
}
#s_slogan_1 h3 {
font-size: 40px; font-weight:bold; line-height:65px; color:#fff;
}
#s_slogan_1 strong { font-size: 120%; font-weight:bold; color:#fff;}
#s_slogan_1 img { margin-left:20px; vertical-align:top; }

#s_slogan_2 {
width: 380px; height:440px;
float:right;
border:2px solid #a25600;
background: rgba(134,239,116, 0.5);
text-align:center;
}
#s_slogan_2_2
{
margin:20px; 
padding-top:20px; padding-bottom:20px;
text-align:center;
background: #7fff81;
color:#bf0000;
font-size: 16px;
line-height: 16px;
border:2px dashed #333;
}
#s_slogan_2_2 p {
font-size: 20px;  color:#bf0000;
}
#s_slogan_2_2 span {
font-size: 30px; font-weight:bold; color:#bf0000;
}
#s_slogan_2_2 h2 {
font-size: 50px; font-weight:bold; line-height:70px; color:#bf0000;
}

#a_button_s  {
margin-top:10px;
display: inline-block;
color: #fff;
font-size: 16px;
line-height: 16px;
text-decoration: none;
font-weight: normal;
outline: none;
text-align: center;
padding: 20px 40px 20px 40px;
transition: all 250ms ease-in;
-webkit-transition: all 250ms ease-in;
background: #007f01 url(images/slider_arr2.png) center right 10px no-repeat;
}
#a_button_s:hover {
background: #32600b; text-decoration:none;
}



