* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #3e3e3e;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #b2b2b2 url(images/body_bg.webp) center repeat-y;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	width: 100%;
	min-width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3e3e3e;
	letter-spacing:normal;
	background: #fff;
}
}

/* text styles
-----------------------------------------------------------------------------*/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-weight:600;
    padding:0 0 10px 0;
	margin:0;
}
h1, .h1 {
	font-size:64px;
	line-height:72px;
	color: #897b55;
}
h2, .h2 {
	font-size:61px;
	line-height:69px;
	color: #649f39;
}
h3, .h3 {
	font-size:58px;
	line-height:66px;
	color: #717171;
}
h4, .h4 {
	font-size:55px;
	line-height:63px;
	color: #4b4b4b;
}
h5, .h5 {
	font-size:52px;
	line-height:60px;
	color: #a1874f;
}
h6, .h6 {
	font-size:49px;
	line-height:57px;
	color: #919090;
}

@media screen and (max-width: 1140px) {
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	padding:0 0 10px 0;
	margin:0;
}
h1, .h1 {
	font-size:19px;
	line-height:22px;
}
h2, .h2 {
	font-size:18px;
	line-height:21px;
}
h3, .h3 {
	font-size:17px;
	line-height:20px;
}
h4, .h4 {
	font-size:16px;
	line-height:19px;
}
h5, .h5 {
	font-size:15px;
	line-height:18px;
}
h6, .h6 {
	font-size:14px;
	line-height:17px;
}
}

a {
	color: #cf7a04;
	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 30px 20px;
	padding:0 0 0 20px;
	list-style-position:outside;
}
/*ul.new_bullet {
    background: url(images/icon_bullet.webp) left top no-repeat;
}*/
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 15px 0;
}
@media screen and (max-width: 1140px) {
p {
	margin:0 0 12px 0;
}
}
img {
	border: none;
	vertical-align: middle;
}

/* 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: 1000px !important;
	display: table;
	margin: 0 auto;
}
.form_standard_half {
	width: 500px !important;
	display: table;
	margin: 0 auto;
}

@media screen and (max-width: 1840px) {
.form_standard {
	width: 700px !important;
}
.form_standard_half {
	width: 350px !important;
}
}

@media screen and (max-width: 1140px) {
.form_standard {
	width: 100%!important;
}
.form_standard_half {
	width: 100% !important;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	height:76px;
	color: #fff;
	background: #29704d;
	font-size:19px;
	line-height:76px;
	font-weight:600;
	letter-spacing:normal;
	border:0;
	padding:0 50px;
    margin-left:8px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 18px;
	font-weight:600;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 17px;
	line-height: 21px;
}
.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;
}

.form input[type=text], .form input[type=file], .form input[type=email],.form input[type=number],.form input[type=date], .form select, .form textarea {
	width: 100%;
    height:41px;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}


.captcha {
	display: table;
	margin:10px auto 0 auto;
	text-align: center;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #2d2d2d !important;
    font-size:14px !important;
	font-weight:400 !important;
    text-transform: uppercase !important;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #2d2d2d !important;
    font-size:14px !important;
	font-weight:400 !important;
    text-transform: uppercase !important;
	text-overflow: ellipsis;
	opacity:1;
}
:-moz-placeholder {
	color: #2d2d2d !important;
    font-size:14px !important;
	font-weight:400 !important;
    text-transform: uppercase !important;
	text-overflow: ellipsis;
	opacity:1;
}
:-ms-input-placeholder {
	color: #2d2d2d !important;
    font-size:14px !important;
	font-weight:400 !important;
    text-transform: uppercase !important;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1140px) {
::-webkit-input-placeholder {
	color: #231f20 !important;
    text-transform: uppercase !important;
}
::-moz-placeholder {
	color: #231f20 !important;
    text-transform: uppercase !important;
}
:-moz-placeholder {
	color: #231f20 !important;
    text-transform: uppercase !important;
}
:-ms-input-placeholder {
	color: #231f20 !important;
    text-transform: uppercase !important;
}
}

/* 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 {
	display: block;
}
.mobile_only {
	display: none;
}
@media screen and (max-width: 1140px) {
.desktop_only {
	display: none;
}
.mobile_only {
	display: block;
}
}


.img_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 30px 60px;
}

.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
}

.img_full, .images_full {
	width: 100%;
	height: auto;
}

.img, .img_left, .img_right {
	max-width: 100%;
	height: auto;
}
.images, .images_left, .images_right {
	max-width: 100%;
	height: auto;
}
.img_left, .img_right, .images_left, .images_right {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	padding: 0px 40px 20px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 20px 40px;
}
}

@media screen and (max-width: 800px) {
.images_left, .img_left {
	width: 100% !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: 100% !important;
	height: auto;
	margin-left: 0px;
	padding: 0px !important;
}
}


hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: url(images/hr_bg.webp) top repeat-x;
	border: 0px;
}

.hr1 {
	line-height:1px;
	height:1px;
	font-size:1px;
	background-color:#fff;
	border:0;
	margin:3px 0;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight:600;
	outline: none;
	background: #52ad01;
	text-align: center;
    text-transform: uppercase;
	letter-spacing:normal;
	padding:15px 31px 16px 31px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #da8e25;
}

@media screen and (max-width: 1140px) {
.a_button {
	font-size:11.67px;
	line-height:11.67px;
    letter-spacing:normal !important;
	padding:10px 23px !important;
}
}

.columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

.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;
}
.my_columns {
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

@media screen and (max-width: 1140px) {
.my_columns {
	-moz-column-count: 1 !important;
	-webkit-column-count: 1 !important;
	column-count: 1 !important;
}
}


.res_list {
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:middle;
}

.res_list1 div {
	display: inline-block;
	padding:1% 3%;
	vertical-align:top;
    line-height: normal;
}

.res_list2 div {
	display: inline-block;
	padding:0 10px 10px 0;
	vertical-align:top;
}

.res_list2 div:first-child {
	width:48%;
}
.res_list2 div:nth-child(2) {
	width:25%;
}

.res_list1 div span {
	display:block;
	padding-bottom:3px;
}
.res_list3 {
}

.res_list3 div {
	display: inline-block;
	padding:0 2% 2% 0;
	vertical-align:top;
    width:48%;
}

.res_list3 div:nth-child(2n + 2) {
	padding:0 0 2% 0;
}

@media screen and (max-width: 1840px) {
.res_list3 div {
    width:45%;
}
}

@media screen and (max-width: 1140px) {
.res_list3 div {
	padding:0 5px 10px 5px;
    width:100%;
}
}


/* 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: 46%;
}
ul.columns_list[data-columns-count="3"] > li {
	width: 29%;
}
ul.columns_list[data-columns-count="4"] > li {
	width: 21%;
}
ul.columns_list[data-columns-count="5"] > li {
	width: 16%;
}

ul.columns_list.valign_top li {
	vertical-align: top;
}
ul.columns_list.valign_middle li {
	vertical-align: middle;
}
ul.columns_list.valign_bottom li {
	vertical-align: bottom;
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	ul.columns_list > li {
		width: 97% !important;
	}
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
	ul.columns_list > li {
		width: 47% !important;
	}
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li,
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 30% !important;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li,
	ul.columns_list[data-columns-count="5"] > li {
		width: 22% !important;
	}
}
@media only screen and (min-width: 1600px) {
	ul.columns_list[data-columns-count="2"] > li {
		width: 47% !important;
	}
	ul.columns_list[data-columns-count="3"] > li {
		width: 30% !important;
	}
	ul.columns_list[data-columns-count="4"] > li {
		width: 22% !important;
	}
	ul.columns_list[data-columns-count="5"] > li {
		width: 17% !important;
	}
}


/* white-popup - magnific-popup style
-----------------------------------------------------------------------------*/
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 700px;
  margin: 20px auto;
}


/* portfolio styles
-----------------------------------------------------------------------------*/
.sectionname, .imagepages {
	display: inline-block;
	color: #fff;
	background: #878787;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #fff;
	background: #1d8917;
}

.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #fff;
	background: #1d8917;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.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 3px 15px 2px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	font-weight:600;
	outline: none;
	background: #52ad01;
	text-align: center;
    text-transform: uppercase;
	letter-spacing:normal;
	padding:8px 13px;
	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: #da8e25;
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size:11.67px;
	line-height:11.67px;
	padding:7px 10px;
}
}

/* 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.webp) 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: #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: 70px;
	float: left;
}
.portfolio_navigation_next {
	width: 70px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 140px);
	width: -moz-calc(100% - 140px);
	width: calc(100% - 140px);
	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;
	left: 0px;
	bottom: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0.5;
	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;
}
.portfolio_thumbnail_caption a {
	color: #FF0;
}
.portfolio_thumbnail_caption small {
	font-size: 11px;
	line-height: 12px;
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}
.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;
	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;
	z-index: 2;
}
.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.webp) 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.webp) 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: #053922;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #dddcdc;
    text-transform: uppercase;
}
.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 {
	position: absolute;
	content: " / ";
	display: block;
	width: 20px;
	height: 100%;
	top:1px;
	right:0;
	text-align: right;
	font-size:16px;
	line-height:16px;
}
.breadcrumbs ol li:last-child {
	margin:0;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #cf7a04;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}


@media screen and (max-width: 1140px) {
.breadcrumbs {
	font-family: "Montserrat", sans-serif;
	font-size:12px;
    text-transform: capitalize;
    font-weight:600;
}
.breadcrumbs ol li:after {
	font-size:13px;
	line-height:13px;
}
}


/* 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.webp) top repeat-x;
	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-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: 1800px;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
.page_wrapper:before,
.page_wrapper:after {
	content: "";
	display: table;
} 
.page_wrapper:after {
	clear: both;
}

@media screen and (max-width: 1840px) {
.page_wrapper {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
.page_wrapper {
	width: auto;
	margin: 0px 20px 0px 20px;
}
}

#main_wrapper {
	overflow: hidden;
}

.body_offset {
	padding-top:67px;
}

.body_wrapper {
	max-width: 2560px !important;
	margin: 0 auto !important;
	float: none !important;
}
@media screen and (max-width: 1840px) {
.body_wrapper {
	max-width: 1920px !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: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}

/* box_top
-----------------------------------------------------------------------------*/
#box_top {
	position: relative;
	height:37px;
    background:#053922;
	z-index:1;
}
#header_social {
}
#header_social ul {
	display:table;
	margin:0 0 0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social ul li {
	float:left;
	display:table;
	margin:4px 0 0 6px;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity:1;
}
#header_social li:nth-child(4) a img {
	/*padding-top:3px;*/
}
#header_social a:hover img {
	opacity:.7;
}

#header_hours {
	position:relative;
	color:#aaaaaa;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	padding-left:27px;
    margin-top:5px;
	margin-right:158px;
}

#header_hours:before {
	position:absolute;
	content:"";
	width:17px;
	height:18px;
	background: url(images/header_hours_icon.webp) center center no-repeat;
	top:-1px;
	left:0;
}

#header_email {
	margin-right:140px;
	margin-top:0;
}

#header_email a {
	position:relative;
	color:#aaaaaa;
	font-size:14px;
	line-height:14px;
	font-weight:400;
	padding-left:27px;
}

#header_email a:before {
	position:absolute;
	content:"";
	width:17px;
	height:18px;
	background: url(images/header_email_icon.webp) center center no-repeat;
	top:2px;
	left:0;
}

#header_email a:hover {
	text-decoration: none;
	color:#b0b0b0;
}

@media screen and (max-width: 1840px) {
#header_hours {
	margin-right:40px;
}
#header_email {
	margin-right:40px;
}
}

@media screen and (max-width: 1140px) {
#box_top {
	height:45px;
	background:#053922;
	background: linear-gradient(to bottom, #125d3c 0, #053922 100%);
    padding:0 20px;
}
#header_social {
    position: absolute;
    top:5px;
	right: -webkit-calc(50% - 140px);
	right: -moz-calc(50% - 140px);
	right: calc(50% - 140px);
}
.body_offset {
	padding-top:0;
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background:#125d3c;
	background: linear-gradient(to bottom, #107e4e 0, #125d3c 100%);
	border-bottom: 1px solid #107e4d;
	display: none;
}
.menu_icons:after {
    content:"";
    display:block;
    clear: both;
}

.menu_icons ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.menu_icons ul li {
	width: auto;
	list-style: none;
	list-style-image: none;
	float: right;
	display: inline-block;
	vertical-align: middle;
}
.menu_icons ul li:first-child {
	float: left;
}

.menu_icons a {
	display: block;
	text-align: center;
	color: #fff;
    font-size:12px;
	line-height: 36px;
	font-weight:700;
	height:36px;
	padding:0 20px;
	text-transform:capitalize;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -3px 5px 0 0;
}

@media screen and (max-width: 1140px) {
#menutop {
	display: none;
}
.menu_icons {
	display: block;
}
}


/* menumobile
-----------------------------------------------------------------------------*/
#menumobile {
	width: 100%;
	display: none;
}

#menumobile ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile ul li {
	position: relative;
	width: 100%;
	list-style: none;
	list-style-image: none;
	background:#053922;
	background: linear-gradient(to bottom, #125d3c 0, #053922 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size:11px;
	line-height:32px;
    height:32px;
	font-weight: bold;
	padding:0 20px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #f59716;
}

#menumobile li.closed > ul {
	display: none;
}

#menumobile li.open > ul {
	display: block;
	/* border on open dropdown menu */
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}


/* clicking area to expand/collapse */
#menumobile li.closed a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.closed {
	cursor: cell;
}
#menumobile li.closed:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_close.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.closed:after {
	z-index: 2;
}
#menumobile li li li.closed:after {
	z-index: 3;
}
#menumobile li li li li.closed:after {
	z-index: 4;
}
#menumobile li li li li li.closed:after {
	z-index: 5;
}

#menumobile li.open a {
	margin-right: 40px;
	padding-left: 40px;
}
#menumobile li.open {
	cursor: cell;
}
#menumobile li.open:after {
	content: "";
	display: block;
	width: 40px;
	height: 100%;
	background: url(images/mobile_arrow_open.webp) center 13px no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}
#menumobile li li.open:after {
	z-index: 2;
}
#menumobile li li li.open:after {
	z-index: 3;
}
#menumobile li li li li.open:after {
	z-index: 4;
}
#menumobile li li li li li.open:after {
	z-index: 5;
}

@media screen and (min-width: 1140px) {
#menumobile {
	display: none !important;
}
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	height:67px;
	background: #125d3c;
    z-index:2;
}


/* menutop
-----------------------------------------------------------------------------*/
#menutop {
    position: absolute;
	height:38px;
    top:51px;
	left: -webkit-calc(50% - 570px);
	left: -moz-calc(50% - 570px);
	left: calc(50% - 570px);
    z-index:6;
}
.menutop_fixed {
	position: fixed !important;
	top:14px !important;
	z-index: 1000 !important;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding:0;
	margin:0;
}
#menutop ul li a {
	display: block;
	color: #fff;
	font-size:15px;
	line-height:15px;
	font-weight:600;
	text-align: center;
    text-transform:uppercase;
	padding:12px 22px 11px 22px;
	margin:0 2px 0 1px;
}
#menutop ul li:first-child a {
	margin:0 2px 0 0;
}
#menutop ul li:last-child a {
	margin:0 0 0 1px;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #fff;
	text-decoration: none;
    background:#da8e25;
}

@media screen and (max-width: 1840px) {
#menutop {
	height:34px;
    top:54px;
	left:auto;
	right: -webkit-calc(50% - 550px);
	right: -moz-calc(50% - 550px);
	right: calc(50% - 550px);
}
.menutop_fixed {
	/*position: fixed !important;
	top:14px !important;
	z-index: 1000 !important;*/
}
#menutop ul {
	margin: 0 0 0 auto;
}
#menutop ul li a {
	font-size:13px;
	line-height:13px;
	padding:10px 9px 11px 9px;
}
#menutop ul li:first-child a {
	margin:0 1px 0 0;
}
#menutop ul li:last-child a {
	margin:0 0 0 1px;
}
}


@media screen and (max-width: 1140px) {
#menutop, #header, #header_hours, #header_email {
    display:none;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	position:absolute;
	width:100%;
	height:814px;
    top:104px;
    left:0;
	z-index:0;
}
#slideshow:after {
    position:absolute;
    content:"";
    width:100%;
    height:276px;
	background: url(images/slideshow_shadow.webp) center top no-repeat;
    top:0;
    left:0;
    z-index:102;
}
.inside #slideshow {
	height:439px;
}

#slideshow ul {
	width:100%;
	margin:0;
	padding:0;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width:100%;
	height:100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}

@media screen and (max-width: 1840px) {
#slideshow {
	height:787px;
}
.inside #slideshow {
	height:396px;
}
}


@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
}
#slide_2 {
	background-image: url(images/slides_02.webp);
}
#slide_3 {
	background-image: url(images/slides_03.webp);
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 15px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 15px;
	z-index: 101;
}



@media screen and (max-width: 1970px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}


@media screen and (max-width: 1140px) {
#slideshow {
    height:293px;
    top:45px;
	background: #000 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
    height:200px;
}
#slideshow:after {
    display:none;
}
}


/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
	position: absolute; 
    text-align: center; 
	width:100%; 
	left:0;
	bottom:107px; 
	overflow: hidden;
	z-index: 101 !important; 
}

.inside #slideshow_pager { 
	bottom:32px; 
}

#slideshow_pager span { 
    width: 12px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding:0 5px 0 4px;
	font-family: arial; font-size: 1px;line-height:0;
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}
/**************************************************/
#header_logo {
	position:absolute;
	width:351px;
    height:132px;
	top:68px;
	left: -webkit-calc(50% - 900px);
	left: -moz-calc(50% - 900px);
	left: calc(50% - 900px);
    z-index:5;
}

#header_bbb {
	position:absolute;
    width:59px;
    height:95px;
	top:52px;
	right: -webkit-calc(50% - 703px);
	right: -moz-calc(50% - 703px);
	right: calc(50% - 703px);
    z-index: 5;
}

#header_phone {
	position:absolute;
	width:187px;
    height:39px;
    background:#6ec81e;
    text-align:center;
	top:52px;
	right: -webkit-calc(50% - 900px);
	right: -moz-calc(50% - 900px);
	right: calc(50% - 900px);
    z-index: 5;
}
#header_phone a {
    position:absolute;
    width:187px;
    height:39px;
	color:#053922;
    background:#6ec81e;
	font-size:16px;
	line-height:16px;
    font-weight:600;
    top: 0;
    left: 0;
    z-index: 2;
}
#header_phone a span {
    position:absolute;
	font-size:16px;
	line-height:16px;
    font-weight:600;
    padding-left:20px;
	color:#053922;
    top:10px;
    left:0;
    right:0;
    margin:0 auto;
    z-index: 2;
}
#header_phone a span:before {
    position:absolute;
    content:"";
    width:13px;
    height:15px;
	background: url(images/header_phone_icon.webp) center center no-repeat;
    top:2px;
    left:28px;
    z-index:1;
}
#header_phone a:hover {
    text-decoration: none;
}
#header_free_estimate {
    position:absolute;
	background: url(images/header_free_estimate_bg.webp) center center no-repeat;
	width:187px;
    height:119px;
    text-align:center;
    top:91px;
	right: -webkit-calc(50% - 900px);
	right: -moz-calc(50% - 900px);
	right: calc(50% - 900px);
    z-index:5;
}

#header_free_estimate a {
    position:absolute;
    display:block;
	width:187px;
    height:119px;
    top:0;
    left:0;
    z-index: 2;
}

#header_free_estimate a span#estimate_title {
    display: block;
    font-size:16px;
    line-height:16px;
    font-weight:600;
    color: #322727;
    text-transform:uppercase;
    margin-top: 20px;
}

#header_free_estimate a span#estimate_text {
    display: block;
    font-size:14px;
    line-height:16px;
    font-weight:300;
    color: #000;
    text-transform:none;
    margin-top:7px;
}

#header_free_estimate a:hover {
    text-decoration: none;
}


@media screen and (max-width: 1840px) {
#header_logo {
	width:322px;
    height:121px;
	left: -webkit-calc(50% - 550px);
	left: -moz-calc(50% - 550px);
	left: calc(50% - 550px);
}
#header_logo img {
	width:322px;
    height:auto;
}

#header_bbb {
	top:104px;
	right: -webkit-calc(50% - 348px);
	right: -moz-calc(50% - 348px);
	right: calc(50% - 348px);
}

#header_phone {
	top:104px;
	right: -webkit-calc(50% - 550px);
	right: -moz-calc(50% - 550px);
	right: calc(50% - 550px);
}
#header_free_estimate {
    top:143px;
	right: -webkit-calc(50% - 550px);
	right: -moz-calc(50% - 550px);
	right: calc(50% - 550px);
}
}

@media screen and (max-width: 1140px) {
#header_bbb, #header_free_estimate {
    display:none;
}
#header_logo {
	width:231px;
	left:0;
	right:0;
	top:34px;
	margin:0 auto;
}
#header_logo img {
	width:231px;
	height:auto;
}
#header_phone {
    width:120px !important;
    height:20px !important;
	top:17px;
    background:none;
	color:#fff;
	right: -webkit-calc(50% - 103px);
	right: -moz-calc(50% - 103px);
	right: calc(50% - 103px);
}
#header_phone a {
    width:120px !important;
    height:20px !important;
    background:none;
	color:#fff;
}
#header_phone a span {
    position:absolute;
	font-size:15.92px;
	line-height:15.92px;
    letter-spacing:.398px;
    font-weight:600;
    padding-left:0;
	color:#fff;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
}
#header_phone a span:before {
    display:none;
}
}


/* slideshow_over
-----------------------------------------------------------------------------*/
#slideshow_over {
	position:relative;
	width:100%;
	height:814px;
	z-index:1;
}

.inside #slideshow_over {
	height:439px;
}

#slideshow_over_slogan {
	position: absolute;
	width:100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top:189px;
	text-align: left;
	z-index:2;
}

#slideshow_over_slogan span.slideshow_slogan_text {
    display: block;
    font-weight:300;
    font-size:50px;
    line-height:40px;
    color: #fff;
    text-transform:uppercase;
    letter-spacing:22px;
}

#slideshow_over_slogan span#slideshow_slogan_title {
    display: block;
    font-weight:600;
    font-size:131px;
    line-height:121px;
    color: #78c236;
    text-transform:uppercase;
    letter-spacing:normal;
    text-shadow: 0px 6px 0px rgba(218, 142, 37, 1);
    margin:6px 0 16px 0;
}

#slideshow_over_slogan span.slideshow_slogan_text1 {
    display: block;
	color: #fff;
	font-size:30px;
	line-height:26px;
    text-transform:uppercase;
    letter-spacing:2.64px;
    margin:43px 0 118px 0;
}

#slideshow_over_slogan .a_button {
    margin-right: 21px;
}

#slideshow_over_description {
    position:absolute;
    width:100%;
    color:#fff;
    text-align: center;
    font-size:26px;
    line-height:26px;
    font-weight:500;
    padding:24px 0;
    background: rgba(0, 0, 0, .45);
    bottom:0;
    left:0;
    right:0;
    margin: 0 auto;
    z-index:2;
}

#slideshow_over_description span {
    display: table;
    margin: 0 auto;
}


@media screen and (max-width: 1840px) {
#slideshow_over {
	height:787px;
}

.inside #slideshow_over {
	height:396px;
}
#slideshow_over_slogan {
	top:162px;
}
#slideshow_over_slogan span.slideshow_slogan_text {
    letter-spacing:10px;
}
#slideshow_over_slogan span#slideshow_slogan_title {
    font-size:103px;
    line-height:121px;
    margin:15px 0 6px 0;
}
#slideshow_over_slogan span.slideshow_slogan_text1 {
    letter-spacing:0.84px;
}
#slideshow_over_description {
    font-size:16px;
    line-height:16px;
    padding:32px 0;
}
}


@media screen and (max-width: 1140px) {
#slideshow_over {
	height:293px;
}
.inside #slideshow_over {
	height:200px;
}
#slideshow_over_slogan {
	top:97px;
	text-align: center;
}
#slideshow_over_slogan span.slideshow_slogan_text {
    font-size:22px;
    line-height:22px;
    letter-spacing:9.68px;
}
#slideshow_over_slogan span:nth-child(3) {
    letter-spacing:normal !important;
}
#slideshow_over_slogan span#slideshow_slogan_title {
    font-size:34px;
    line-height:34px;
    text-shadow: 1px 1px 0px rgba(255, 167, 15, 1);
    margin:8px 0 10px 0;
}
#slideshow_over_slogan span.slideshow_slogan_text1 {
	font-size:16px;
	line-height:20px;
    letter-spacing:normal;
    margin:9px 0 0 0;
}
#slideshow_over_slogan .a_button,
#slideshow_over_description {
    display:none;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	padding:75px 0 115px 0;
	background: #fff;
    z-index:1;
}
.inside #middle {
	min-height:300px;
	height: auto !important;
	height:300px;
	padding:67px 0 80px 0;
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width:1800px;
}

@media screen and (max-width: 1840px) {
#middle {
	padding:75px 0 165px 0;
}
.inside #middle {
	padding:72px 0;
}
#content {
	width:817px;
    margin:0 auto;
    padding-top:21px;
}
.inside #content {
	width:1100px;
}
}

@media screen and (max-width: 1140px) {
#middle,
.inside #middle {
	padding:28px 0 38px 0;
}
#content {
	position: relative;
	width: 100%;
	text-align: left;
}
#content {
	width:auto;
    padding-top:0;
}
.inside #content {
	width:auto;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #897b55;
	font-size:64px;
	line-height:67px;
	font-weight:600;
	text-align: left;
    text-transform: uppercase;
	padding: 17px 0 17px 0;
	margin-bottom:2px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #897b55;
	font-size:64px;
	line-height:67px;
	font-weight:600;
	text-align: left;
    text-transform: uppercase;
}

.content_title h1#title_welcome {
	width:600px;
}

.content_title span.above_title {
    display: block;
	color: #242424;
	font-size:34px;
	line-height:37px;
    text-transform:none;
    margin-bottom: 2px;
}

#box_services .content_title {
    width:546px;
	color:#a09168;
    float:left;
	margin-bottom:20px;
}

#box_services .content_title span.above_title {
	color: #fff;
}

#box_reviews .content_title {
    text-align:center;
	color:#fff;
	margin-bottom:6px;
    letter-spacing:6.4px;
}

#box_reviews .content_title span.above_title {
	color: #fff;
    font-size:18px;
    letter-spacing:1.8px;
    margin-bottom:0;
}

#box_portfolio .content_title {
    width:362px;
	color:#a09168;
    float:left;
	margin-bottom:47px;
}

#box_service_areas .content_title {
	color: #dec990;
	font-size:24px;
	line-height:27px;
	text-align:center;
	margin-bottom:25px;
    letter-spacing:2.4px;
}

#box_contact .content_title {
	color: #94805d;
	font-size:57px;
	line-height:60px;
	padding:0;
	margin-bottom:33px;
}
span.title_letter_no_upper {
    text-transform:capitalize;

}
span.title_space_add {
    letter-spacing:12px;
}


@media screen and (max-width: 1840px) {
.content_title {
	font-size:60px;
	line-height:56px;
}
.content_title h1 {
	font-size:60px;
	line-height:56px;
}

.content_title h1#title_welcome {
	width:600px;
}

.content_title span.above_title {
	font-size:31px;
	line-height:34px;
    margin-bottom:0;
}
#box_services .content_title {
    font-size:57px;
    width:466px;
	margin-bottom:14px;
}
#box_services .content_title span.above_title {
	font-size:27px;
	line-height:30px;
    margin-top:31px;
    margin-bottom:6px;
}
#box_reviews .content_title {
	margin-bottom:0;
}
#box_portfolio .content_title {
    width:306px;
	margin-bottom:47px;
}
#box_service_areas .content_title {
	font-size:23px;
	line-height:26px;
    letter-spacing:normal;
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size:31px;
	line-height:33px;
	padding:0;
	margin-bottom:7px;
}
.content_title h1 {
	font-size:31px;
	line-height:33px;
}
.content_title h1#title_welcome {
	width:auto;
}
.content_title span.above_title {
	font-size:26px;
	line-height:26px;
    margin-bottom:6px;
}
#box_services .content_title {
    width:auto;
    float:none;
    text-align:center;
	font-size:28px;
	line-height:28px;
	margin-bottom:19px;
}
#box_services .content_title span.above_title {
    display:none;
}
#box_reviews .content_title {
	font-size:35px;
	line-height:35px;
    letter-spacing:3.5px;
	margin-bottom:22px;
}
#box_reviews .content_title span.above_title {
    display:none;
}
#box_portfolio .content_title {
    width:auto;
    text-align:center;
    float:none;
	margin-bottom:21px;
}
#box_service_areas .content_title {
	font-size:14px;
	line-height:19px;
    letter-spacing:normal;
	margin-bottom:20px;
}
#box_contact .content_title {
    text-align:center;
	color: #484d52;
	font-size:32px;
	line-height:32px;
	padding:0;
	margin-bottom:25px;
}
span.title_space_add {
    letter-spacing:2.325px;
}
}


/* service_area
----------------------------------------------------------------------------*/
#service_area {
    text-align:center;
}
#service_area ul {
    display: inline-block;
    margin: 10px 0px 0px 20px;
	padding: 0px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area ul li {
	color: #fff;
    background: url(images/icon_bullet.webp) left 12px no-repeat;
	list-style: none;
	list-style-image: none;
    padding-left:9px;
    font-size:16px;
    line-height:26px;
    letter-spacing:.8px;
    text-align:left;
}
#service_area span {
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
}
#service_area a[href="javascript:;"] {
	color: #fff;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1140px) {
#service_area ul li {
    background: url(images/icon_bullet.webp) left 8px no-repeat;
    padding-left:7px;
    font-size:13px;
    line-height:21px;
    letter-spacing:normal;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	position: relative;
	background: url("images/box_services_bg.webp") center center no-repeat;
	background-size: cover;
	padding:70px 0 130px 0;
	color: #fff;
	text-align: center;
	z-index:1;
}

#box_services p {
    float:left;
    width:1254px;
    text-align:left;
    line-height:30px;
    padding-top:26px;
}

#box_services ul {
	display: table;
	margin:12px auto 0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
}

#box_services ul li {
	display: inline-block;
	vertical-align: top;
	width:421px;
	height:179px;
	background: #21754f;
    border:1px #093b25 solid;
	margin:0 36px 36px 0;
	font-size:0;
	line-height:0;
}
#box_services ul li:last-child,
#box_services ul li:nth-child(4n + 4) {
	margin:0 0 36px 0;
}
#box_services ul li a {
	display: block;
	width:421px;
	height:179px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#box_services ul li a:hover {
	text-decoration: none;
}
#box_services ul li a div {
	width:89px;
	height:91px;
	line-height:91px;
	text-align:center;
	margin:24px auto 0 auto;
	transition: all 200ms ease-in;
	-webkit-transition: all 200ms ease-in;
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a:hover div {
	transform: scale(1.1);
}

#box_services ul li a span {
	display: table;
	color: #dec990;
	font-size:21px;
	line-height:21px;
	font-weight:600;
	margin:11px auto 0 auto;
}

#box_services ul li a:hover span {
	color: #c38229;
}

@media screen and (max-width: 1840px) {
#box_services {
	padding:70px 0 109px 0;
}
#box_services p {
    width:634px;
    font-size:15px;
    line-height:22px;
    padding-top:48px;
}
#box_services p span {
    display: none;
}
#box_services ul li {
	width:249px;
	height:236px;
	margin:0 32px 32px 0;
}
#box_services ul li:last-child,
#box_services ul li:nth-child(4n + 4) {
	margin:0 0 32px 0;
}
#box_services ul li a {
	width:249px;
	height:236px;
}
#box_services ul li a div {
	margin:24px auto 0 auto;
}
#box_services ul li a span {
	font-size:19px;
	line-height:27px;
    text-transform: uppercase;
	margin:15px auto 0 auto;
    width:85%;
}
}


@media screen and (max-width: 1140px) {
#box_services {
	background:#155237 url("images/mobile_box_services_bg.webp") center top repeat-y;
    background-size:auto;
	padding:36px 0 56px 0;
	text-align: center;
}
#box_services p {
    display: none;
}
#box_services ul {
	margin:12px auto 0 auto;
}

#box_services ul li {
	width:228px;
	height:84px;
	margin:0 12px 12px 0;
}
#box_services ul li:last-child,
#box_services ul li:nth-child(4n + 4) {
	margin:0 12px 12px 0;
}
#box_services ul li a {
	width:228px;
	height:84px;
}
#box_services ul li a div {
	width:45px;
	height:50px;
	line-height:45px;
	margin:6px auto 0 auto;
}
#box_services ul li a div img {
    width:80.7%;
    height:auto;
}
#box_services ul li a:hover div {
	transform:none;
}
#box_services ul li a span {
	font-size:15px;
	line-height:12px;
    text-transform:none;
    width:98%;
	margin:0 auto 0 auto;
}
}


/* box_reviews
-----------------------------------------------------------------------------*/
#box_reviews {
	position: relative;
	background: url("images/box_reviews_bg.webp") center center no-repeat;
	background-size: cover;
	padding:70px 0 104px 0;
	color: #fff;
	text-align: center;
	z-index:1;
}

#box_reviews_text {
    width:1338px;
    margin: 0 auto;
    text-align: center;
}

#box_reviews_text p {
    font-size:16px;
    line-height:26px;
}

#box_reviews_text span {
    position: relative;
}

#box_reviews_text span.quote1:before {
	position: absolute;
	content: "";
	display: block;
	width:24px;
	height:16px;
	top:-11px;
	left:-42px;
	background: url(images/box_reviews_quote1.webp) left top no-repeat;
}

#box_reviews_text span.quote2:last-of-type::before {
	position: absolute;
	content: "";
	display: block;
	width:24px;
	height:16px;
	top:10px;
	right:-42px;
	background: url(images/box_reviews_quote2.webp) left top no-repeat;
}

#box_reviews em {
    display: block;
    font-style: normal;
    font-weight:600;
    margin:12px auto 39px auto;
}


@media screen and (max-width: 1840px) {
#box_reviews {
	padding:52px 0 104px 0;
}
#box_reviews_text {
    width:948px;
}
}

@media screen and (max-width: 1140px) {
#box_reviews {
	background:#372f0c url("images/mobile_box_reviews_bg.webp") center top no-repeat;
	background-size:auto;
	padding:33px 0 34px 0;
    height:301px;
    overflow:hidden;
}
#box_reviews_text {
    width:280px;
    text-align:center;
}
#box_reviews_text p {
    display: block;
    font-size:14px;
    line-height:19px;
    text-align:left;
}
#box_reviews_text span.quote1:before {
	top:-20px;
	left:-10px;
}
#box_reviews_text span.quote2:last-of-type::before {
	position: absolute;
	content: "";
	display: block;
	width:24px;
	height:16px;
	top:10px;
	right:-42px;
	background: url(images/box_reviews_quote2.webp) left top no-repeat;
}
#box_reviews_text span.quote2::before {
	position: absolute;
	content: "";
	display: block;
	width:24px;
	height:16px;
	top:5px;
	right:-32px;
	background: url(images/box_reviews_quote2.webp) left top no-repeat;
}
#box_reviews em {
    font-weight:400;
    margin:12px auto;
}
}

/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	position: relative;
	background:#fff;
	padding:76px 0;
}

#box_portfolio p {
    float:left;
    width:1438px;
    text-align:left;
    color: #515151;
    line-height:26px;
    padding-top:10px;
}

#box_portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 15px 0px;
	list-style: none;
	list-style-image: none;
}
#box_portfolio ul li {
	display: inline-block;
	vertical-align: top;
	width:415px;
	height:426px;
	margin:0 35px 35px 0;
	font-size:0;
	line-height:0;
}
#box_portfolio ul li:nth-child(1),
#box_portfolio ul li:nth-child(6),
#box_portfolio ul li:nth-child(1) a,
#box_portfolio ul li:nth-child(6) a {
	width:900px;
	height:461px;
}
#box_portfolio li:nth-child(3n + 3) {
	margin:0 0 35px 0;
}

#box_portfolio ul li:nth-child(1) {
	margin:0 35px 0 0;
}
#box_portfolio ul li:nth-child(4),
#box_portfolio ul li:nth-child(5) {
	margin:35px 35px 0 0;
}
#box_portfolio ul li:nth-child(6) {
	margin:0;
}
#box_portfolio ul li a {
	position: relative;
	display: block;
	width:415px;
	height:426px;
	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.05);
}

#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(13, 80, 51, 0.7) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_portfolio a:hover div {
	opacity: 1;
	background: rgba(13, 80, 51, 0.7) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
}

#box_portfolio .a_button {
    display: table;
	color: #897b55;
	background: #fff;
    border: 1px #897b55 solid;
    margin:28px 0 0 auto;
}
#box_portfolio .a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #da8e25;
    border: 1px #da8e25 solid;
}


@media screen and (max-width: 1840px) {
#box_portfolio {
	padding:76px 0;
    height:1157px;
}
#box_portfolio p {
    width:794px;
    font-size:15px;
    line-height:21px;
    padding-top:10px;
}
#box_portfolio ul {
    position: absolute;
    width:1920px;
    top:143px;
	padding:0;
	left: -webkit-calc(50% - 960px);
	left: -moz-calc(50% - 960px);
	left: calc(50% - 960px);
}
#box_portfolio .a_button {
    position: absolute;
    right:0;
    bottom:11px;
    margin:0 0 0 auto;
}
}


@media screen and (max-width: 1140px) {
#box_portfolio {
	padding:40px 0 63px 0;
    height:auto;
}
#box_portfolio p {
    display:none;
}
#box_portfolio ul {
    position:relative;
	display: table;
	margin: 0 auto;
	padding:0 0 15px 0;
    width:auto;
    top:auto;
	left:auto;
}
#box_portfolio ul li {
	width:230px !important;
	height:144px !important;
	margin:0 7px 15px 8px !important;
}
#box_portfolio ul li a {
	width:230px !important;
	height:144px !important;
}
#box_portfolio ul li a img {
	width:230px !important;
	height:auto !important;
}
#box_portfolio ul li:nth-child(1) a img,
#box_portfolio ul li:nth-child(6) a img {
	width:auto !important;
	height:144px !important;
}
#box_portfolio ul li a:hover img {
	transform:none;
}
#box_portfolio .a_button {
    position:relative;
    right:auto;
    bottom:auto;
    display: table;
	color: #897b55;
	background: #fff;
    border: 1px #897b55 solid;
    margin:0 auto;
}
#box_portfolio .a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #da8e25;
    border: 1px #da8e25 solid;
}
}

/* box_service_areas
----------------------------------------------------------------------------*/
#box_service_areas {
	position: relative;
	color: #fff;
	background:#0d5033;
	padding:72px 0 90px 0;
    z-index:1;
}

#box_service_areas #service_area {
    color: #fff;
    letter-spacing:.8px;
}


@media screen and (max-width: 1840px) {
#box_service_areas {
	padding:72px 0 90px 0;
}
#box_service_areas #service_area ul {
	-moz-column-count:4;
	-webkit-column-count:4;
	column-count:4;
}
}



@media screen and (max-width: 1140px) {
#box_service_areas {
	padding:38px 0 54px 0;
}
#box_service_areas #service_area {
    letter-spacing:normal;
}
#box_service_areas #service_area ul {
    display:inline-block;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	-moz-column-gap:5px;
	-webkit-column-gap:5px;
	column-gap:5px;
}
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	position: relative;
	width:100%;
	padding:46px 0;
	background:url(images/box_contact_bg.webp) center center no-repeat;
	background-size:cover;
    color:#3d3d3d;
    z-index:1;
}

#box_contact_content {
	position:relative;
	width:804px;
    height:599px;
	background:rgba(255, 255, 255, .71);
    padding:56px 96px 96px 96px;
}

#box_contact_content p {
	margin:0 0 42px 0;
}

#box_contact form {
	width:804px;
    margin:0 auto;
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
    width:100%;
}

#form_estimate_side fieldset {
	border:none;
	padding:0;
	margin:0;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	margin:0 0 10px 0;
	height:49px;
	padding:1px 25px 0 25px;
	background:#fff;
	border:1px #e5e5e5 solid;
	border-bottom:3px #e5e5e5 solid;
	font-size:14px !important;
    font-weight:400 !important;
	color: #0194bf !important;
	letter-spacing:normal !important;
}

#form_estimate_side input.submit {
	border:none;
    padding-left:40px;
    padding-right:40px;
    border-radius:2px;
}

#form_estimate_side textarea {
	padding:17px 253px 0 25px;
	margin:0 !important;
	height:119px;
}

#form_estimate_side #table_form {
	width: 100%;
    margin-bottom:49px;
}
#form_estimate_side #table_form td {
	width:100%;
	padding:0;
	vertical-align:top;
}

#form_estimate_side input#name:required {
	background:#fff url(images/placeholder_req_bg.webp) left 62px top 16px no-repeat;	
}

#form_estimate_side input#phone:required {
	background:#fff url(images/placeholder_req_bg.webp) left 70px top 16px no-repeat;	
}

#form_estimate_side input#email:required {
	background:#fff url(images/placeholder_req_bg.webp) left 61px top 16px no-repeat;	
}

#form_estimate_side input#name:required:active,
#form_estimate_side input#phone:required:active,
#form_estimate_side input#email:required:active,
#form_estimate_side input#name:required:focus,
#form_estimate_side input#phone:required:focus,
#form_estimate_side input#email:required:focus,
#form_estimate_side input#name:required:valid,
#form_estimate_side input#phone:required:valid,
#form_estimate_side input#email:required:valid {
	background:#fff;
}

#form_estimate_side .captcha {
	margin:0 auto 0 0;
}

@media screen and (max-width: 1840px) {
#box_contact {
    height:749px;
}
#box_contact_content {
	position:absolute;
	width:550px;
    top:0;
	left: -webkit-calc(50% - 642px);
	left: -moz-calc(50% - 642px);
	left: calc(50% - 642px);
    z-index:1;
}
#box_contact form {
	width:550px;
}
}


@media screen and (max-width: 1140px) {
#box_contact {
    height:638px;
	padding:20px 0 0 0;
	background:#383635 url(images/mobile_box_contact_bg.webp) center top no-repeat;
    background-size: auto;
}
#box_contact form {
	width:280px;
    margin:0 auto;
}
#box_contact_content {
	position:relative;
	width:280px;
    height:auto;
	background:none;
    padding:23px 0 0 0;
    top:auto;
	left:auto;
    margin:0 auto;
}
#box_contact_content p {
    display:none;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	height:47px;
    width:280px;
	padding:0 12px;
	border-bottom:none;
	font-size:14px;
    line-height:47px;
    font-weight:400;
	letter-spacing:normal;
	color: #231f20 !important;
}
.captcha input.submit {
    padding-left:0;
    padding-right:0;
    width:150px;
    margin:0 auto;
    font-size:24px;
    height:68px !important;
    line-height: 68px;
    margin-top:12px;
}
#form_estimate_side textarea {
	padding:0 12px !important;
	height:154px;
}
#form_estimate_side #table_form {
    margin-bottom:0;
}
#form_estimate_side input#name:required {
	background:#fff url(images/placeholder_req_bg.webp) left 48px top 17px no-repeat;	
}
#form_estimate_side input#phone:required {
	background:#fff url(images/placeholder_req_bg.webp) left 56px top 17px no-repeat;	
}
#form_estimate_side input#email:required {
	background:#fff url(images/placeholder_req_bg.webp) left 48px top 17px no-repeat;	
}
#form_estimate_side .captcha {
    /*transform: scale(.9);
    transform-origin:0;*/
	margin:0 auto;
    padding:0;
}
.g-recaptcha {
    transform: scale(.9);
    transform-origin:0;
    margin:8px 0;
}
}

/* box_our_location
-----------------------------------------------------------------------------*/
#box_our_location {
	position: relative;
	min-height:494px;
	height: auto !important;
	height:494px;
	z-index:1;
}

#location_map {
	position:absolute;
	width:100%;
	height:494px;
	display: block;
	top:0;
	left: -webkit-calc(50% - 1280px);
	left: -moz-calc(50% - 1280px);
	left: calc(50% - 1280px);
	z-index:1;
}

#location_map img,
#location_map a {
	display: block;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
#box_our_location {
    display:none;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	position: relative;
	color:#fff;
	background:#0d5033;
	padding:75px 0 99px 0;
	font-size:15px;
	line-height:20px;
    z-index:1;
}

#footer_logo {
	float: left;
	width:406px;
	text-align:right;
    margin-left:454px;
    margin-right:78px;
}

#footer_address {
	float:left;
	width:406px;
	padding-top:27px;
}
#footer_address span {
    color:#5ed402;
    letter-spacing:.75px;
}

#footer_address a {
	color: #fff;
}

#footer_address .footer_phone {
    letter-spacing:.75px;
}


@media screen and (max-width: 1840px) {
#footer_logo {
	width:284px;
    margin-left:226px;
    margin-right:78px;
}
#footer_address {
	width:512px;
}
#footer_address span {
}
}

@media screen and (max-width: 1140px) {
#footer {
	padding:51px 0 77px 0;
	font-size:12px;
    text-align:center;
}
#footer_logo {
    display:none;
}
#footer_address {
	float:none;
	width:auto;
	padding-top:0;
}
#footer_address span {
    color:#53af87;
    letter-spacing:.6px;
}
#footer_address a {
	color: #fff;
}
#footer_address .footer_phone {
    letter-spacing:.6px;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width:400px;
	float: left;
    padding-bottom: 30px;
}
#contact_form {
	width:1300px;
	float: right;
}

@media screen and (max-width: 1840px) {
#contact_address {
	width:300px;
	float: left;
}
#contact_form {
	width:750px;
	float: right;
}
}

@media screen and (max-width: 1140px) {
#contact_address {
	width:280px;
    margin-right: 30px;
}
#contact_form {
	width:auto;
	float:left;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom:45px;
	right:45px;
	width:60px;
	height:60px;
	background: #56c304 url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #469f04 url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
#scroll_top {
    transform: scale(.6);
    transform-origin: 0;
	bottom:15px;
	right:15px;
}
.res_youtube_video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.res_youtube_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    border:none;
}
}
/****************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
html {
        /*margin-left: 1px;*/
    }
    /*html.evenWidth {
        margin-left: 0;
    }*/
}
/****************************************/
#welcome_box {
    position: relative;
}

#welcome_box h2 {
    font-size:22px;
    font-weight:600;
    line-height:15px;
    color:#3e3e3e;
    text-transform:uppercase;
    margin:0;
}

#welcome_box div#pics_container {
	position:relative;
	float: right;
	width:928px;
	height:645px;
	margin:-181px 0 30px 55px;
}
img#pic_welcome1 {
    position:absolute;
    display:block;
    background: url("images/pic_welcome1.webp") center top no-repeat;
    width:529px;
    height:586px;
    top:54px;
    right:0;
    z-index:1;
}
img#pic_welcome2 {
    position:absolute;
    display:block;
    background: url("images/pic_welcome2.webp") center top no-repeat;
    width:529px;
    height:587px;
    top:112px;;
    right:399px;
    z-index:1;
}

#welcome_box .a_button {
	color: #897b55;
	background: #fff;
    border: 1px #897b55 solid;
}
#welcome_box .a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #da8e25;
    border: 1px #da8e25 solid;
}
.text_maybe_hidden1 {
    display:none;
}

@media screen and (max-width: 1840px) {
#welcome_box {
    width:817px;
    font-size:15px;
    line-height:22px;
}
#welcome_box h2 {
    font-size:21px;
}
#welcome_box div#pics_container {
    display:none;
}
img#pic_welcome1 {
    top:66px;
	right: -webkit-calc(50% - 993px);
	right: -moz-calc(50% - 993px);
	right: calc(50% - 993px);
}
img#pic_welcome2 {
    top:66px;;
    right:auto;
	left: -webkit-calc(50% - 993px);
	left: -moz-calc(50% - 993px);
	left: calc(50% - 993px);
}
}


@media screen and (max-width: 1140px) {
#welcome_box {
    width:auto;
    font-size:15px;
    line-height:22px;
}
#welcome_box h2 {
    font-size:18px;
    line-height:18px;
    padding:0;
}
#welcome_box div#pics_container,
img#pic_welcome1,
img#pic_welcome2 {
    display:none;
}
#welcome_box .a_button {
    margin-top: 14px;
}
.text_maybe_hidden {
    display:none;
}
.text_maybe_hidden1 {
    display:inline-block;
}
}


.small_font {
	font-size:small;
}
.big_font {
	font-size:large;
	line-height:normal;
}
#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;
}
/****************************************/
.review_box {
}
.stars_small_one_line {
	display:inline-block;
	width:60px;
	height:10px;
	background:url(images/stars_small.webp) left top repeat-x;
	margin:0 5px 10px 0;
	line-height:0;
	font-size:0;
}
.stars_small {
	display:inline-block;
	width:100%;
	height:10px;
	background:url(images/stars_small.webp) left -10px repeat-x;
	line-height:0;
	font-size:0;
}
.stars_small_one_line_4 {
	width:46px;
}
/**************************************/
.read_more {
	position: relative;
	display: block;
	font-family: 'Castoro Titling', cursive;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 10px;
    font-weight: 400;
}
.read_more:after {
  content: " \279D";
}
.read_more:hover {
	text-decoration: none;
}
.blog_date {
	font-family: 'Castoro Titling', cursive;
	text-transform: uppercase;
	font-size: 11px;
    font-weight: 700;
}
.h2_blog,
.h2_blog:hover {
	text-decoration: none;
	color: #9f9434
}
.blog_left_icon {
}
.blog_left_icon:before {
    font-size: 25px;
    content: "\21E6   ";
}
.blog_right_icon {
}
.blog_right_icon:after {
    font-size: 25px;
    content: "   \21E8";
}
.box_captcha_container {
	display:table !important;
    margin:0 auto !important;
}
/*#box_contact .box_captcha_container {
    margin:12px auto 0 auto !important;
}
.box_captcha {
	display: inline-block !important;
	padding:0 10px !important;
	vertical-align:top !important;
    margin-top: 10px;
}
.box_captcha input {
    margin: 0 !important;
}*/
.g-recaptcha > div {
    /*width: 100% !important;*/
}

.g-recaptcha iframe {
    /*width: 100% !important;*/
}
/********** Hide Citations *******************/
.pos_relative {
	position:relative;
}

span.citation,
div.citation {
	position:relative;
	color:#268359;
    padding-left:10px;
}

span.citation:before,
div.citation:before {
	position:absolute;
    content:"";
    width:10px;
    height:10px;
    background: url("images/link_icon.webp") left top no-repeat;
    top:5px;
    left:0;
}

span.citation_hide,
span.citation1_hide,
span.citation2_hide,
span.citation3_hide,
span.citation4_hide,
span.citation5_hide,
span.citation6_hide,
span.citation7_hide,
div.citation8_hide,
div.citation9_hide {
	display:block;
	position:absolute;
	width:500px;
	padding:10px;
	background-color:#360;
	border:1px solid #CCC;
	color:#fff;
	top:0;
	left:-99999px;
}

span.citation:hover + span.citation_hide,
span.citation:hover + span.citation1_hide,
span.citation:hover + span.citation7_hide {
	top:-150px;
	left:30px;
}

span.citation:hover + span.citation2_hide,
span.citation:hover + span.citation4_hide,
span.citation:hover + span.citation5_hide,
span.citation:hover + span.citation6_hide {
	top:-160px;
	left:30px;
}

span.citation:hover + span.citation3_hide {
	top:-150px;
	left:30px;
}

div.citation:hover + div.citation8_hide {
	top:-10px;
	left:30px !important;
}
div.citation:hover + div.citation9_hide {
	top:-70px;
	left:30px !important;
}
/**********************************************/
.bottom_stress {
	text-align:center;
	font-size:15px;
	font-style:italic;
	padding:0 30px;
}

.bottom_stress a {
	font-size:15px;
}
.indent_p {
	margin-left:25px;
}

.indent_p2 {
	padding:0 30px;
}
/**********************************************/
.link_uppercase {
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline;
}

.link_uppercase1 {
	text-transform:uppercase;
}
/**********************************************/
.idea_boxes {
	float: right;
	clear: right;
	background-color: #127025;
	width: 260px;
	margin: 10px 0 10px 15px;
	padding: 7px;
	font-size:12px;
	font-weight: 700;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: -7px;
    z-index: 100;
}

.idea_boxes_no_clear_left {
	clear: none;
	float:left;
	margin: 10px;
}

.idea_boxes p {
	margin: 0 8px;
}

.idea_boxes p.header {
	font-size:15px;
	font-weight:700;
	text-shadow: 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918;
	margin:0 0 2px 0;
    padding: 0 20px;
}

.idea_boxes p.header1 {
	font-size:13px;
	font-weight:700;
	text-shadow: 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918, 0 0 1px #0C4918;
	margin: 3px 0 1px 0;
    padding: 0 20px;
}
.idea_boxes ul {
	list-style:disc;
	margin-right:8px;
}

.idea_boxes1 {
	width: 310px !important;
}
.idea_boxes2 {
	float:none!important;
	margin: 20px auto !important;
}
.box_text {
	display:block;
	border:1px #000 solid;
	padding:10px;
    color: #3e3e3e;
    font-size:14px;
    line-height:18px;
    font-style: italic;
    width:75%;
    margin: 0 auto;
}

.padding_left_text {
	padding-left:700px;
}
.images_container {
	width:375px;
	float: right;
    margin:0 0 15px 50px;
    text-align: center;
}
@media screen and (max-width: 1140px) {
.images_container {
	width:280px;
    margin:0 0 15px 15px;
}
.box_text {
    font-size:13px;
    line-height:17px;
    width:95%;
}
}

.my_table {
    width: 70%;
}
.notes_box {
    width: 80%;
    font-size: 13px;
    font-style: italic;
	padding: 7px;
	border: 1px solid #000;
}


@media screen and (max-width: 1840px) {
.notes_box {
    width: 70%;
}
}

@media screen and (max-width: 1140px) {
.notes_box {
    width:auto;
}
}


.bullet_ul {
	list-style:none;
	margin:0;
	padding:0;
}

.bullet_ul li {
	list-style:none;
	background:url(images/arrow.webp) left 8px no-repeat;
	padding-left:15px;
}

@media screen and (max-width: 1140px) {
.bullet_ul li {
	background:url(images/arrow.webp) left 4px no-repeat;
}
}

