* {
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 29px;
	letter-spacing:.34px;
	color: #454545;
	width: 100%;
	min-width: 1800px;
	font-weight:400;
	background: #52565b 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: 13px;
	line-height: 20px;
	color: #535353;
	letter-spacing:normal;
	background: #fff;
}
}

/* text styles
-----------------------------------------------------------------------------*/
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-family: "Anton", sans-serif;
	font-weight:400;
	text-transform:uppercase;
	padding:0 0 10px 0;
	margin:0;
}
h1, .h1 {
	font-size:52px;
	line-height:55px;
	color: #52555a;
	letter-spacing:1.56px;
}
h2, .h2 {
	font-size:49px;
	line-height:52px;
	color: #567272;
	letter-spacing:1.47px;
}
h3, .h3 {
	font-size:46px;
	line-height:49px;
	color: #627256;
	letter-spacing:1.38px;
}
h4, .h4 {
	font-size:43px;
	line-height:46px;
	color: #565d72;
	letter-spacing:1.29px;
}
h5, .h5 {
	font-size:40px;
	line-height:43px;
	color: #695672;
	letter-spacing:1.2px;
}
h6, .h6 {
	font-size:37px;
	line-height:40px;
	color: #725667;
	letter-spacing:1.11px;
}

@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;
	letter-spacing:normal;
}
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: #9d8965;
	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 {
	margin:0 ;
	padding:0 0 0 18px;
	list-style-image: url(images/icon_bullet.webp);
}
}*/
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}

p {
	margin:0 0 10px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #000;
	font-size: 17px;
	line-height: 17px;
    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;
}
p {
	margin:0 0 17px 0;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	width: auto;
	height:76px;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	background: #9d8965;
	font-size:14px;
	line-height:76px;
	font-weight: 700;
	text-transform:uppercase;
	letter-spacing: .84px;
	border:0;
	padding:0 50px;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #000;
	font-size: 19px;
	font-weight: bold;
	padding: 0px;
}

.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #000;
	font-size: 18px;
	line-height: 22px;
}
.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:45px;
	color: #000;
	font-size: 17px;
	line-height: 21px;
	padding: 12px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
@media screen and (max-width: 1140px) {
.form label {
	font-size: 16px;
	line-height:20px;
}
.form input[type=text], .form input[type=file], .form input[type=email],.form input[type=number],.form input[type=date], .form select, .form textarea {
	font-size: 16px;
	line-height: 20px;
}
}

.form select {
	padding: 11px;
}
.form textarea {
	height: 150px;
}

.required {
	color: #f00;
}

/* scode_block
-----------------------------------------------------------------------------*/
#scode_block {
	width: 100%;
	text-align: center;
}
#scode_block table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#scode_block table tr {
    vertical-align: top;
}
#scode_block table td {
	width: auto;
}
#scode_block table td {
	padding: 0px 2px 0px 2px;
	margin: 0px;
}
#scode_block #scode {
	width: 105px;
	height: 40px;
}
#scode_block input[type=text] {
	margin: 0px;
}
#scode_block #img_code {
	border-radius: 2px;
}


/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #454545 !important;
    font-size:18px;
	font-weight:700;
	text-overflow: ellipsis;
	letter-spacing: normal;
}
::-moz-placeholder {
	color: #454545 !important;
    font-size:18px;
	font-weight:700;
	text-overflow: ellipsis;
	letter-spacing: normal;
	opacity:1;
}
:-moz-placeholder {
	color: #454545 !important;
    font-size:18px;
	font-weight:700;
	text-overflow: ellipsis;
	letter-spacing: normal;
	opacity:1;
}
:-ms-input-placeholder {
	color: #454545 !important;
    font-size:18px;
	font-weight:700;
	text-overflow: ellipsis;
	letter-spacing: normal;
}

@media screen and (max-width: 1140px) {
::-webkit-input-placeholder {
	color: #535353 !important;
    font-size:13px;
	font-weight:400;
    text-transform: uppercase;
}
::-moz-placeholder {
	color: #535353 !important;
    font-size:13px;
	font-weight:400;
    text-transform: uppercase;
}
:-moz-placeholder {
	color: #535353 !important;
    font-size:13px;
	font-weight:400;
    text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #535353 !important;
    font-size:13px;
	font-weight:400;
    text-transform: uppercase;
}
}
/* standard styles
-----------------------------------------------------------------------------*/

.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}

.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}

.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}

.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.box_center {
	display: table;
	margin: 0 auto !important;
}

.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}

.hidden {
	display: none;
}

.desktop_only {
	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: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	outline: none;
	background: #9d8965;
	text-align: center;
	letter-spacing:.84px;
	padding:15px 50px 16px 50px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #52555a;
}

@media screen and (max-width: 1140px) {
.a_button {
	font-size:11px;
	line-height:11px;
    letter-spacing:.66px !important;
	padding:11px 39px 13px 39px !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;
}

.res_list {
}

.res_list div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align:middle;
}

.res_list1 div {
	display: inline-block;
	padding: 10px;
	vertical-align:top;
}

.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;
}


/* 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 13px 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-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	outline: none;
	background: #9d8965;
	text-align: center;
	padding: 10px 15px;
	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: #52555a;
}
@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size:14px;
	line-height:14px;
	padding:9px 12px 9px 12px;
}
}


/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: center;
	border-bottom: 1px solid #eae9e9;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #000;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.portfolio_sections_list select {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	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-family: "Montserrat", 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;
}
@media screen and (max-width: 1140px) {
.portfolio_section_name {
	font-size:28px;
	line-height:31px;
}
.portfolio_sections_list_caption {
	font-size:17px;
	line-height:20px;
}
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}

.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.portfolio_thumbnail_image img {
	vertical-align: bottom;
}

.portfolio_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	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;
	z-index: 2;
	background: rgba(0,0,0,0.8);
	font-family: "Anton", sans-serif;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
    letter-spacing: 1.56px;
	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;
}

@media screen and (max-width: 1840px) {
.portfolio_index_caption {
	font-size:22px;
	line-height:22px;
}
}
@media screen and (max-width: 1140px) {
.portfolio_index_caption {
	font-size:15px;
	line-height:15px;
}
}

/* 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-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #dddcdc;
}
.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:15px;
	line-height:15px;
}
.breadcrumbs ol li:last-child {
	margin:0;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}

.breadcrumbs ol li a {
	color: #9d8965;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

@media screen and (max-width: 1140px) {
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:14px;
}
.breadcrumbs ol li:after {
	font-size:14px;
	line-height:14px;
}
}

/* 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;
	font-family: "Montserrat", sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #ada48c;
}
.table tr:nth-child(odd) {
	background: #efede8;
}
.table tr:nth-child(even) {
	background: #f5f3ee;
}


/* belgard
-----------------------------------------------------------------------------*/
table.belgard td {
	padding: 0px 20px 20px 0px;
}

/* main styles
-----------------------------------------------------------------------------*/
.animatedParent {
/*	overflow: hidden;*/
}

.page_wrapper {
	width: 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:167px;
}

.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;
}
.body_offset {
	padding-top:217px;
}
}

.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;
}
}


/* header_social_box
-----------------------------------------------------------------------------*/
#header_social_box {
	width: 100%;
	height: 50px;
	background: #f2f2f2;
}
#header_description {
	float:left;
	color:#1b1c27;
	font-size:13px;
	line-height:13px;
	text-transform:uppercase;
	letter-spacing:1.3px;
	padding-top:19px;
	margin-right:119px;
}
#header_hours {
	float:left;
	position:relative;
	color:#1b1c27;
	font-size:11px;
	line-height:11px;
	letter-spacing:.22px;
	font-weight:400;
	text-transform:uppercase;
	padding-left:26px;
	margin-right:63px;
	margin-top:19px;
}

#header_hours:before {
	position:absolute;
	content:"";
	width:17px;
	height:18px;
	background: url(images/header_hours_icon.webp) center center no-repeat;
	top:-3px;
	left:0;
	z-index:1;
}
#header_email {
	float:left;
	margin-right:57px;
	margin-top:9px;
}

#header_email a {
	position:relative;
	color:#1b1c27;
	font-size:11px;
	line-height:11px;
	letter-spacing:.22px;
	font-weight:400;
	text-transform:uppercase;
	padding-left:25px;
}

#header_email a:before {
	position:absolute;
	content:"";
	width:17px;
	height:18px;
	background: url(images/header_email_icon.webp) center center no-repeat;
	top:-3px;
	left:0;
	z-index:1;
}

#header_address {
	float:left;
	position:relative;
	color:#1b1c27;
	font-size:11px;
	line-height:11px;
	letter-spacing:.22px;
	font-weight:400;
	text-transform:uppercase;
	padding-left:22px;
	margin-right:64px;
	margin-top:19px;
}
#header_address:before {
	position:absolute;
	content:"";
	width:13px;
	height:18px;
	background: url(images/header_address_icon.webp) center center no-repeat;
	top:-3px;
	left:0;
	z-index:1;
}
#header_social {
	position:relative;
	float:right;
	z-index: 1;
}

#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:9px 0 0 10px;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#header_social ul li:nth-child(1) {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	letter-spacing: normal;
	padding-top: 10px;
	margin-right: 4px;
}
#header_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity:1;
}
#header_social a:hover img {
	opacity:.7;
}


@media screen and (max-width: 1840px) {
#header_social_box {
	height:90px;
}
#header_description {
	padding-top:24px;
	margin-right:0;
}
#header_social {
	margin-top:4px;
}
#header_hours {
	float:none;
	position:absolute;
	margin-right:0;
	margin-top:0;
	top:59px;
	left:0;
}

#header_email {
	float:none;
	position:absolute;
	margin-right:0;
	margin-top:0;
	top:49px;
	left:533px;
}

#header_address {
	float:none;
	position:absolute;
	margin-right:0;
	margin-top:0;
	top:59px;
	right:0;
}
}

	
@media screen and (max-width: 1140px) {
#header_social_box {
	display: none !important;
}
}


/* menumobile_social
-----------------------------------------------------------------------------*/
#menumobile_social {
	background: #f8f8f8;
	background: linear-gradient(to bottom, #f2f2f2 0, #f8f8f8 96%);
	padding: 4px 20px;
	line-height: 1px;
	display: none;
}
#menumobile_social:after {
    content:"";
    display:block;
    clear: both;
}
#menumobile_social ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menumobile_social li {
	color: #1b1c27;
	font-size: 15px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	float: left;
	margin: 0px;
	padding:0 5px;
}
#menumobile_social ul li:last-child {
	padding-right: 0px;
}
#menumobile_social a {
	color: #1b1c27;
	font-weight: 700;
}
#menumobile_social a:hover {
	text-decoration: none;
}

#mobile_header_phone {
    margin-top:9px;
    margin-right:30px;
}

#mobile_header_phone a {
	position:relative;
	font-family: "Montserrat", sans-serif;
	color:#1b1c27;
	font-size:15px;
	line-height:15px;
	font-weight:700;
	padding-left:15px;
}

#mobile_header_phone a:before {
	position:absolute;
	content:"";
	width:12px;
	height:13px;
	background: url(images/mobile_header_phone_icon.webp) center center no-repeat;
	top:3px;
	left:0;
}

#mobile_header_phone a:hover {
	text-decoration: none;
	color:#1b1c27;
}

@media screen and (max-width: 1140px) {
#menumobile_social {
	display: block !important;
}
}


/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: #f2f2f2;
	background: linear-gradient(to bottom, #f2f2f2 0, #f8f8f8 96%);
	border-bottom: 1px solid #e5e5e5;
	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: #000;
    font-size: 14px;
	line-height: 36px;
	font-weight: bold;
	height: 36px;
	padding:0 20px;
	text-transform: uppercase;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -3px 5px 0px 0px;
}

@media screen and (max-width: 1140px) {
.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 {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: #9d8965;
	background: linear-gradient(to bottom, #ad9d80 0px, #9d8965 100%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 10px 0 8px 0;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}

#menumobile li.selected > a {
	color: #000;
}

#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 {
	width: 100%;
	position: relative;
	height:167px;
	background: #fff;
	margin-top: 50px;
	z-index: 2;
}

.header_fixed {
	position: fixed !important;
	top:50px !important;
	left: 0 !important;
	right: 0 !important;
	height: 66px !important;
	margin-top:0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 100% !important;
	max-width: 2560px !important;
	float: none !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	z-index: 1000 !important;
}

#header_logo {
	position: absolute;
	width:381px;
	top:70px;
	left: -webkit-calc(50% - 900px);
	left: -moz-calc(50% - 900px);
	left: calc(50% - 900px);
	z-index: 101;
}

.header_logo_fixed {
	position: fixed !important;
	top:53px !important;
	transform: scale(.5);
	transform-origin: top;
	left:-49px !important;
	z-index: 1001 !important;
}


@media screen and (max-width: 1840px) {
#header {
	height:217px;
	margin-top:90px;
}

.header_fixed {
	top:56px !important;
}
#header_logo {
	top:110px !important;
	left: -webkit-calc(50% - 550px);
	left: -moz-calc(50% - 550px);
	left: calc(50% - 550px);
}

.header_logo_fixed {
	display: none !important;
}
}
	

@media screen and (max-width: 1140px) {
#header,
.header_fixed {
	display: none !important;
}
#header_logo {
	position:relative;
	width:100% !important;
	top: inherit !important;
	left:inherit;
	background: #fff;
	padding: 16px 0 23px 0;
}

#header_logo img {
	display: table;
	width:279px !important;
	height: auto;
	margin: 0 auto;
}
.header_logo_fixed {
	position:relative !important;
	display: table !important;
	top:auto;
	transform: none;
	left:inherit !important;
	z-index:1;
}
.body_offset {
	padding-top:0;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	position:absolute;
	width:1070px;
	height:45px;
	top:61px;
	right:252px;
	z-index:1;
}
.menutop_fixed {
	top:10px !important;
}
#menutop ul {
	display: table;
	margin:0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	padding:0;
	margin:0 47px;
}
#menutop li:first-child {
	margin:0 47px 0 0;
}
#menutop li:last-child {
	margin:0 0 0 47px;
}
#menutop ul li a {
	display: block;
	color: #1b1c27;
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:700;
	letter-spacing:1.96px;
	text-align: center;
	text-transform: uppercase;
	padding:16px 0 15px 0;
	margin:0;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #9d8965;
	text-decoration: none;
	background: url(images/menuto_hover_bg.webp) left bottom repeat-x;
}

#header_phone {
	position:absolute;
	top:58px;
	right:0;
	z-index:1;
}
.header_phone_fixed {
	top:10px !important;
	right:0 !important;
}
#header_phone span {
	position:relative;
	font-family: "Montserrat", sans-serif;
	color:#fff;
	font-size:18px;
	line-height:18px;
	letter-spacing:1.08px;
	font-weight:700;
	padding-left:26px;
}

#header_phone span:before {
	position:absolute;
	content:"";
	width:17px;
	height:17px;
	background: url(images/header_phone_icon.webp) center center no-repeat;
	top:3px;
	left:0;
}

#header_phone .a_button {
	padding: 14px 16px 13px 16px;
}

#header_phone .a_button:hover {
	background: #9d8965;
}

@media screen and (max-width: 1840px) {
#menutop {
	top:158px;
	right:0;
	left:0;
	margin: 0 auto;
}
.menutop_fixed {
	top:10px;
}
.menutop_fixed ul {
	margin:0 auto 0 0 !important;
}
.menutop_fixed li {
	margin:0 22px !important;
}
.menutop_fixed li:first-child {
	margin:0 22px 0 0 !important;
}
.menutop_fixed li:last-child {
	margin:0 0 0 22px;
}
}


/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	position: relative;
	width: 100%;
	height:1108px;
	z-index:1;
}
.inside #slideshow {
	height:508px;
}

#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}

#slideshow li {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	list-style: none;
	list-style-image: none;
}
#slideshow li:nth-child(3) {
}

@media screen and (min-width: 1141px) {
#slide_1 {
	background-image: url(images/slides_01.webp);
	background-position: center bottom;
}
#slide_2 {
	background-image: url(images/slides_02.webp);
	background-position: center bottom;
}
#slide_3 {
	background-image: url(images/slides_03.webp);
	background-position: center top;
}
#slideshow:before {
	position:absolute;
	content: "";
	display: block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(27, 28, 39, .5);
	z-index:101;
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -149px;
	right: 45px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -149px;
	left: 45px;
	z-index: 101;
}

#slideshow_slogan {
	position: absolute;
	width:1800px;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	top:346px;
	font-family: "Montserrat", sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	line-height:29px;
	font-weight:700;
	letter-spacing:normal;
	z-index:201;
}
#slideshow_slogan span {
	display:block;
	font-family: "Anton", sans-serif;
	font-size:130px;
	line-height:140px;
	font-weight:400;
	color:#fff;
	margin-bottom:26px;
	letter-spacing:3.9px;
}

#slideshow_slogan .a_button {
	margin-top:53px;
}
#slideshow_slogan .a_button:hover {
	background: #52555a;
}

#slideshow_slogan_mobile {
    display: none;
    position:absolute;
    text-align: left;
    width:280px;
    height:100px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:auto;
	font-family: "Anton", sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:35px;
	line-height:40px;
	font-weight:400;
	letter-spacing:normal;
    z-index: 101;
}

@media screen and (max-width: 1840px) {
#header_logo {
	width:339px;
	top:43px;
}
#header_logo img {
	width: 339px;
	height: auto;
}
.header_logo_fixed {
	/*display:none;*/
}
#slideshow {
	height:908px;
}
.inside #slideshow {
	height:408px;
}
#slideshow_slogan {
	width:1100px;
	top:243px;
}
#slideshow_slogan span {
	font-size:110px;
	line-height:110px;
	margin-bottom:23px;
}
#slideshow_slogan .a_button {
	margin-top:53px;
}
}

@media screen and (max-width: 2050px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
	position: absolute; 
    text-align: center; 
	width: 100%; 
	z-index: 101 !important; 
	left: 0px;
	bottom:65px; 
	overflow: hidden;
}

#slideshow_pager span { 
    width:13px;
	height:12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding:0 2px 0 3px;
	font-family: arial; font-size:0;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 {
    height:295px;
	background: #73791b url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
#slideshow:before,
#slides_arrow_next,
#slides_arrow_prev,
#slideshow_slogan {
    display:none;
}
.inside #slideshow {
    height:195px;
}
#slideshow_pager {
	display: none;
}
#slideshow_slogan_mobile {
    display:table;
}
}


/* middle
-----------------------------------------------------------------------------*/
#middle {
	position: relative;
	padding:128px 0 108px 0;
	background: #fff;
}
.inside #middle {
	padding:128px 0 60px 0;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}


/* content
-----------------------------------------------------------------------------*/
#content {
	width:100%;
}

@media screen and (max-width: 1840px) {
.inside #content {
	width: 100%;
	float: none;
}
}

@media screen and (max-width: 1140px) {
#content {
	position: relative;
	width: 100%;
	text-align: left;
}
}


/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	background: url(images/content_title_icon.webp) left top 12px no-repeat;
    display: block;
	font-family: "Anton", sans-serif;
	color:#52555a;
	font-size:52px;
	line-height:60px;
	font-weight:400;
    letter-spacing:1.56px;
	text-align:left;
    text-transform:uppercase;
	padding:0 0 27px 0;
	margin-bottom:18px;
}
.content_title h1 {
	padding:0;
	margin:0;
	color:#52555a;
	font-family: "Anton", sans-serif;
	font-size:52px;
	line-height:60px;
	font-weight:400;
	text-align:left;
    text-transform:uppercase;
}

.content_title h1#title_welcome {
    width:877px;
}

.content_title span {
    display: block;
	color: #9d8965;
	font-family: "Montserrat", sans-serif;
	font-size:14px;
	line-height:14px;
	font-weight:700;
    letter-spacing: normal;
    text-transform:uppercase;
    margin-bottom:25px;
}

#box_services .content_title {
	margin-bottom:20px;
}

#box_testimonials .content_title {
	background: url(images/content_title_icon1.webp) left top 12px no-repeat;
	margin-bottom:20px;
	color: #fff;
}

#box_testimonials .content_title span {
	color: #fff;
}
#box_portfolio .content_title {
	margin-bottom:20px;
}

#box_contact .content_title {
	background: url(images/content_title_icon1.webp) left top 12px no-repeat;
	margin-bottom:19px;
	color: #fff;
}

#box_contact .content_title span {
	color: #fff;
}

@media screen and (max-width: 1840px) {
.content_title h1#title_welcome {
    width:100%;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding:48px 0 !important;
}
.content_title {
	background: url(images/mobile_content_title_icon.webp) left top 4px no-repeat;
	font-size:25px;
	line-height:28px;
    letter-spacing:normal;
	padding:0 0 35px 0;
	margin-bottom:0 !important;
}
.content_title h1 {
	font-size:25px;
	line-height:28px;
    letter-spacing:normal;
}
.content_title h1#title_welcome {
    width:auto;
}
.content_title span {
	font-size:11px;
	line-height:11px;
    margin-bottom:16px;
}
#box_testimonials .content_title {
	background: url(images/mobile_content_title_icon1.webp) left top 4px no-repeat;
	margin-bottom:10px;
}
#box_contact .content_title {
	background: url(images/mobile_content_title_icon1.webp) left top 4px no-repeat;
}
}


/* service_area
----------------------------------------------------------------------------*/
#service_area ul {
	margin: 10px 0px 0px 220px;
	padding: 0px;

	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	font-family: "Anton", sans-serif;
	color: #52555a;
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
    letter-spacing: 1.56px;
    text-transform: uppercase;
}
#service_area a[href="javascript:;"] {
	color: #434343;
	text-decoration: none;
	cursor: text;
}
@media screen and (max-width: 1840px) {
#service_area ul {
	margin: 10px 0px 0px 90px;
}
}
@media screen and (max-width: 1140px) {
#box_service_area {
	padding: 30px 0px 30px 0px;
}
#service_area span {
	font-family: "Anton", sans-serif;
	color: #52555a;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
    letter-spacing: 1.16px;
    text-transform: uppercase;
}
#service_area ul {
	margin: 10px 0px 0px 20px;	
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	position: relative;
	background:url(images/box_services_bg.webp) center center repeat;
	padding:128px 0 85px 0;
	text-align: center;
	z-index:1;
}

#box_services ul {
	display: table;
	margin:0 auto;
	padding:0;
	list-style: none;
	list-style-image: none;
	font-size:0;
	line-height:0;
}
#box_services ul li {
    position:relative;
	display: inline-block;
	vertical-align: top;
	width:416px;
	height:184px;
	margin:0 45px 45px 0;
	padding:0;
	font-size:0;
	line-height:0;
    background: #fff;
}
#box_services ul li:nth-child(4n + 4) {
	margin:0 0 45px 0;
}
#box_services ul li a {
	display:block;
	width:416px;
	height:184px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
    z-index:1;
}
#box_services ul li a:hover {
	text-decoration: none;
    background: #52555a;
}
#box_services ul li a div {
	position:relative;
    float:left;
	width:174px;
	height:184px;
	text-align:center;
	margin-left:23px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index:1;
}
#box_services ul li a div img {
	position:absolute;
	display:block;
    margin:auto;
    top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}

#box_services ul li a span {
	position:relative;
    float:left;
	width:209px;
	height:184px;
	display:table;
	font-family: "Anton", sans-serif;
	color: #52555a;
	font-size:28px;
	line-height:30px;
	font-weight:400;
	text-align: left;
    letter-spacing:1.4px;
	text-transform: uppercase;
}
#box_services ul li a span em {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    word-spacing:209px;
}


#box_services ul li a:hover span {
	color: #fff;
}

@media screen and (max-width: 1840px) {
#box_services ul li {
	width:352px;
	height:144px;
	margin:0 22px 22px 0;
}
#box_services ul li:nth-child(4n + 4) {
	margin:0 22px 22px 0;
}
#box_services ul li:nth-child(3n + 3) {
	margin:0 0 22px 0;
}
#box_services ul li a {
	width:352px;
	height:144px;
}
#box_services ul li a div {
	width:122px;
	height:144px;
	margin-left:18px;
}
#box_services ul li a span {
	width:209px;
	height:144px;
}
}


@media screen and (max-width: 1140px) {
#box_services {
	padding:38px 0 30px 0;
}
#box_services ul {
	width:auto;
}
#box_services ul li {
	width:135px;
	height:124px;
	margin:0 5px 10px 5px;
}
#box_services ul li:nth-child(4n + 4),
#box_services ul li:nth-child(3n + 3) {
	margin:0 5px 10px 5px;
}
#box_services ul li a {
	width:135px;
	height:124px;
}
#box_services ul li a div {
    float:none;
	width:135px;
	height:63px;
	margin-left:auto;
    padding-top:20px;
}
#box_services ul li a div img {
    transform: scale(.66);
    transform-origin: center center;
}
#box_services ul li a span {
    float:none;
	width:135px;
	height:51px;
	font-size:18px;
	line-height:18px;
	text-align:center;
    letter-spacing:.54px;
    margin-top:-10px;
}
#box_services ul li a span em {
    word-spacing:135px;
}
}

/* box_testimonials
-----------------------------------------------------------------------------*/
#box_testimonials {
	position: relative;
	background: url(images/box_testimonials_bg.webp) center top no-repeat;
	text-align:center;
	height:828px;
	padding:128px 0 0 0;
	z-index:1;
}

#box_testimonials:before {
	position:absolute;
	content: "";
	display: block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(28, 31, 42, .5);
	z-index:0;
}

#reviewshow {
	position: relative;
	overflow: hidden;
	width:100%;
	/*height:270px;*/
	height:auto;
	margin:0 auto 8px auto;
	z-index:10;
}
#reviewshow li {
	width:auto;
	height:auto;
	list-style: none;
	list-style-image: none;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
}
#reviewshow li span.review_text {
	position:relative;
    display:inline-block;
    vertical-align:top;
    width:710px;
	height:301px;
	padding:84px;
	color:#454545;
	font-size:17px;
	line-height:29px;
	text-align: center;
	letter-spacing:normal;
	/*overflow: visible;*/
	/*box-shadow: 3px 19px 27px 0px rgba(0, 0, 0, 0.2);*/
}
#reviewshow li span.review_text:before {
	position:absolute;
	content: "";
	width:924px;
	height:496px;
	background: url("images/reviewshow_text_bg.webp") left top no-repeat;
	top:0;
	left:-20px;
	z-index:-1;
}
#reviewshow li span em {
	font-weight: 700;
	color: #9d8965;
}
#reviewshow li span:nth-of-type(1) {
	margin-right:43px;
}

@media screen and (max-width: 1840px) {
#reviewshow {
	margin:0 auto 8px auto;
    padding-bottom:42px;
}
#reviewshow li span.review_text {
    width:438px;
	height:337px;
	padding:45px;

}
#reviewshow li span.review_text:before {
	width:574px;
	height:503px;
	background: url("images/reviewshow_text_bg1.webp") left top no-repeat;
}
#reviewshow li span.review_text span {
    display: none;
}
}

@media screen and (max-width: 1140px) {
#box_testimonials {
	background:#333128 url(images/mobile_box_testimonials_bg.webp) center top no-repeat;
	height:569px;
	padding:49px 0 0 0;
}

#box_testimonials:before {
    display: none;
}

#reviewshow {
	margin:-9px auto 20px auto;
    padding-bottom:0;
    display: table !important;
    width: 280px !important;
}
#reviewshow ul {
    width: auto;
    padding: 0;
    display: table;
    margin: 0 auto;
}
#reviewshow li span.review_text {
    display:block;
    width:230px;
	height:auto;
	padding:25px;
	font-size:13px;
	line-height:20px;
    background: #fff;
}
#reviewshow li span.review_text:before {
    display: none;
}
#reviewshow li span:nth-of-type(1) {
	margin-right:auto !important;
}
#reviewshow li span:nth-of-type(2),
#reviewshow_arrow_next,
#reviewshow_arrow_prev {
    display: none;
}
}


#reviewshow_arrow_next {
	width: auto;
	position: absolute;
	bottom:130px;
	right: -webkit-calc(50% - 160px);
	right: -moz-calc(50% - 160px);
	right: calc(50% - 160px);
	z-index: 101;
}
#reviewshow_arrow_prev {
	width: auto;
	position: absolute;
	bottom:130px;
	left: -webkit-calc(50% - 160px);
	left: -moz-calc(50% - 160px);
	left: calc(50% - 160px);
	z-index: 101;
}


/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	position: relative;
	width:100%;
	background:url(images/box_services_bg.webp) center center repeat;
	padding:128px 0 130px 0;
	z-index: 1;
}
#box_portfolio ul {
	display: table;
	margin:0 auto;
	padding:0 0 4px 0;
	list-style: none;
	list-style-image: none;
	font-size:0;
	line-height:0;
}
#box_portfolio ul li {
	float:left;
	width:423px;
	height:380px;
	padding:0;
	margin:0 36px 36px 0;
}
#box_portfolio li:nth-child(3n + 3) {
	margin-right:0;
}

#box_portfolio ul li a {
	position: relative;
	display: block;
	width:423px;
	height:380px;
	overflow: hidden;
	z-index: 1;
}
#box_portfolio ul li:nth-child(2),
#box_portfolio ul li:nth-child(5),
#box_portfolio ul li:nth-child(2) a,
#box_portfolio ul li:nth-child(5) a {
	width:576px;
}
#box_portfolio ul li:nth-child(3),
#box_portfolio ul li:nth-child(4),
#box_portfolio ul li:nth-child(3) a,
#box_portfolio ul li:nth-child(4) a {
	width:729px;
}
#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:0;
	top:0;
	opacity: 0;
	background: rgba(78, 81, 85, 0.8) 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(78, 81, 85, 0.8) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
}
#box_portfolio .a_button {
	display: table;
	margin: 0 auto;
}


@media screen and (max-width: 1840px) {
#box_portfolio ul li {
	width:259px;
	height:234px;
	margin:0 21px 21px 0;
}
#box_portfolio ul li a {
	width:259px;
	height:234px;
}
#box_portfolio ul li a img {
	width:259px;
	height:auto;
}
#box_portfolio ul li:nth-child(2) a img ,
#box_portfolio ul li:nth-child(5) a img {
	width:353px;
}
#box_portfolio ul li:nth-child(3) a img,
#box_portfolio ul li:nth-child(4) a img {
	width:446px;
}
#box_portfolio ul li:nth-child(2),
#box_portfolio ul li:nth-child(5),
#box_portfolio ul li:nth-child(2) a,
#box_portfolio ul li:nth-child(5) a {
	width:353px;
}
#box_portfolio ul li:nth-child(3),
#box_portfolio ul li:nth-child(4),
#box_portfolio ul li:nth-child(3) a,
#box_portfolio ul li:nth-child(4) a {
	width:446px;
}
}

@media screen and (max-width: 1140px) {
#box_portfolio {
	background:#fff;
	padding:39px 0 30px 0;
}
#box_portfolio ul {
	padding:0 0 4px 0;
}
#box_portfolio ul li {
	float:none;
	display:table;
	width:280px;
	height:233px;
	padding:0;
	margin:0 auto 20px auto;
}
#box_portfolio ul li a {
	width:280px;
	height:233px;
	overflow: hidden;
	z-index: 1;
}
#box_portfolio ul li a img {
	width:280px;
	height:auto;
}
#box_portfolio ul li:nth-child(2),
#box_portfolio ul li:nth-child(2) a,
#box_portfolio ul li:nth-child(4),
#box_portfolio ul li:nth-child(4) a {
	width:280px;
}
#box_portfolio ul li:nth-child(2),
#box_portfolio ul li:nth-child(3),
#box_portfolio ul li:nth-child(5),
#box_portfolio ul li:nth-child(6) {
	display:none;
}
#box_portfolio ul li a img {
	transition: all 0.5s ease;
}
#box_portfolio ul li a:hover img {
	opacity: 1;
	transform: scale(1);
}

#box_portfolio a div {
	display:none;
}
#box_portfolio .a_button {
	padding: 15px 45px 16px 45px;
}
}


/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	position: relative;
	width: 100%;
	padding:128px 0 130px 0;
	background: url(images/box_contact_bg.webp) center center no-repeat;
	background-size:cover;
    z-index:1;
}

#box_contact:before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(29, 31, 42, .5);
    z-index:-1;
}

#box_contact form {
	width:100%;
}

/* form_side
-----------------------------------------------------------------------------*/
#form_estimate_side {
	width:1620px !important;
	background: rgba(78, 81, 85, .8);
	outline:1px solid rgba(231, 231, 231, .2);
    outline-offset:-21px;
	padding: 90px;
	box-shadow: 11px 11px 61.2px 6.8px rgba(0, 0, 0, 0.57);
}

@media screen and (max-width: 1840px) {
#form_estimate_side {
	width:1100px !important;
    padding-left: 100px !important;
    padding-right: 100px !important;
    margin-left: -100px;
}
}

#form_estimate_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	margin:0 0 33px 0;
	height:63px;
	padding:1px 29px 0 29px;
	background:#fff;
	border: none;
	font-size:18px;
    font-weight:700;
	letter-spacing:normal;
	color: #454545 !important;
}

#form_estimate_side input.submit {
	border:none;
}

#form_estimate_side textarea {
	padding:20px 29px 0 29px;
	margin:0 !important;
	height:154px;
}

#form_estimate_side #table_form {
	width: 100%;
}
#form_estimate_side #table_form td {
	width: 32%;
	padding: 0 1%;
	vertical-align:top;
}
#form_estimate_side #table_form td:last-child {
	width:100%;
	padding-right:0;
}

#form_estimate_side input#name:required {
	background:#fff url(images/placeholder_req_bg.webp) left 77px top 24px no-repeat;	
}

#form_estimate_side input#phone:required {
	background:#fff url(images/placeholder_req_bg.webp) left 83px top 24px no-repeat;	
}

#form_estimate_side input#email:required {
	background:#fff url(images/placeholder_req_bg.webp) left 83px top 24px 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;
}


@media screen and (max-width: 1140px) {
#box_contact {
    height:579px;
	padding:48px 0 0 0;
	background:#333128 url(images/mobile_box_contact_bg.webp) center top no-repeat;
    background-size: auto;
}
#box_contact:before {
    display: none;
}
#box_contact form {
	width:100%;
}
#form_estimate_side {
	width:auto !important;
	background:none !important;
	outline:none !important;
	padding:0 !important;
    margin:0 !important;
	box-shadow:none !important;
    margin-top: -9px !important;
}
#form_estimate_side input[type=text], #form_estimate_side input[type=email], #form_estimate_side select, #form_estimate_side textarea {
	margin:0 0 12px 0;
	height:45px;
	padding:1px 17px 0 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
    font-weight:400;
	letter-spacing:normal;
	color: #535353 ;
}
#form_estimate_side textarea {
	padding:17px 17px 0 17px;
	height:120px;
}

#form_estimate_side #table_form td {
    display:block;
	width:100%;
	padding:0;
}

#form_estimate_side input#name:required {
	background:#fff url(images/placeholder_req_bg.webp) left 55px top 15px no-repeat;	
}

#form_estimate_side input#phone:required {
	background:#fff url(images/placeholder_req_bg.webp) left 63px top 15px no-repeat;	
}

#form_estimate_side input#email:required {
	background:#fff url(images/placeholder_req_bg.webp) left 59px top 15px no-repeat;	
}
}

/* box_our_location
-----------------------------------------------------------------------------*/
#box_our_location {
	position: relative;
	min-height:616px;
	height: auto !important;
	height:616px;
	z-index:1;
}

#location_map {
	position:absolute;
	width:100%;
	height:616px;
	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 {
	min-height:221px !important;
	height:221px !important;
	margin-top:0 !important;
}

#location_map {
	position: relative;
	width:100% !important;
	height:221px !important;
	background: url("images/location_map.webp") center center no-repeat;
	top: auto !important;
	left: auto !important;
}

#location_map a {
	width:100%;
	height:100%;
}

#location_map img {
	display: none;
}
}


/* Footer
----------------------------------------------------------------------------*/
#footer {
	position: relative;
	color: #fff;
	background: url("images/footer_bg.webp") center center repeat;
	padding:130px 0 116px 0;
	font-size: 15px;
	line-height: 28px;
	z-index: 1;
}

#footer:before {
	position:absolute;
	content:"";
	width:644px;
	height:458px;
	background: url("images/footer_tree_bg.webp") center center repeat;
	bottom:0;
	left: -webkit-calc(50% - 1023px);
	left: -moz-calc(50% - 1023px);
	left: calc(50% - 1023px);
	z-index:-1;
}

#footer_logo {
	width:286px;
}

#footer_address {
	padding-top:47px;
}
#footer_address span {
}

#footer_links {
	padding-top:7px;
}
#footer_address a,
#footer_links a {
	color: #fff;
}

@media screen and (max-width: 1840px) {
#footer:before {
	left: -webkit-calc(50% - 673px);
	left: -moz-calc(50% - 673px);
	left: calc(50% - 673px);
}
}

@media screen and (max-width: 1140px) {
#footer {
	background: url("images/mobile_footer_bg.webp") center center repeat;
	padding:39px 0 42px 0;
	font-size:11px;
	line-height:normal;
    text-align: center;
    font-weight:400;
}
#footer:before {
    display: none;
}
#footer_logo {
    display: none;
}
#footer_address {
	padding-top:7px;
}
#footer_links {
	padding-top:7px;
}
#footer_address span.copyright {
    text-transform: uppercase;
}
.hidden_maybe {
	display: none;
}
.newline_maybe {
	display:block;
	margin-top:15px;
}
.newline_maybe1 {
	display:block;
	margin-top:-12px;
}
}


/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width:400px;
	float: left;
}
#contact_form {
	width:1300px;
	float: right;
}

@media screen and (max-width: 1820px) {
#contact_address {
	width:300px;
	float: left;
}
#contact_form {
	width:750px;
	float: right;
}
}

@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}


/* styles
-----------------------------------------------------------------------------*/
#scroll_top {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width:63px;
	height:63px;
	background: #9d8965 url(images/scroll_top_bg.webp) center no-repeat;
	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: #82683a url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
.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%;
}
#scroll_top {
	right:5px;
	width:40px;
	height:36px;
	bottom:120px;
}
}
/****************************************/
#welcome_box {
    position: relative;
}

#welcome_box div {
	position:relative;
	float: right;
	width:877px;
	height:596px;
	margin:-136px 0 30px 55px;
}
#welcome_box div img {
    position:absolute;
    display:block;
    top: 0;
    right: 0;
    z-index: 1;
}
#welcome_box div img:nth-child(2) {
    right:auto;
    left: 0;
	top:134px;
	border:10px #fff solid;
}
#welcome_box .a_button {
	display: table;
	margin:45px auto 0 0;
    padding-left:40px;
    padding-right:40px;
}

@media screen and (max-width: 1840px) {
#welcome_box div {
	width:527px !important;
	height:323px !important;
	margin:6px 0 15px 50px;
    line-height: 0;
}
#welcome_box div img:nth-child(1) {
	display: none;
}
#welcome_box div img:nth-child(2) {
    right:auto;
	top:0;
    left: 0;
	border:none;
}
}

@media screen and (max-width: 1140px) {
#welcome_box div {
	float: none;
    display: table;
	width:280px !important;
	height:172px !important;
	margin:-9px auto 15px auto !important;
}
#welcome_box div img {
    right:auto !important;
    left: 0 !important;
    width:280px !important;
    height: auto !important;
	border:none;
}
#welcome_box div img:nth-child(1) {
    display: none;
}
#welcome_box .a_button {
	margin:25px auto 0 auto;
    padding-left:20px;
    padding-right:20px;
}
.g-recaptcha {
	transform: scale(.9);
	transform-origin: top;
}
input.submit {
	height: 68px !important;
	line-height: 68px !important;
}
.box_captcha {
	padding:0;
	margin-top: 5px !important;
}
#box_contact .box_captcha_container {
    margin:2px auto 0 auto;
}
.box_captcha {
    margin-top:0;
}
}

.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: table;
	margin: 0 0 0 auto;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-size: 15px;
    font-weight: 700;
	color: #fff;
	background: #666464;
	padding:6px 20px;
}
.read_more:after {
  content: " \279D";
}
.read_more:hover {
	text-decoration:none;
}
.blog_date {
	font-family: "Montserrat", sans-serif;
	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;
    margin:0 auto;
}
#box_contact .box_captcha_container {
    margin:10px auto 0 auto;
}
.box_captcha {
	display: inline-block;
	padding:0 10px;
	vertical-align:top;
    margin-top:20px;
}
.box_captcha input {
    margin: 0 !important;
}
.g-recaptcha > div {
   /* width: 100% !important;*/
}

.g-recaptcha iframe {
    /*width: 100% !important;*/
}
.res_youtube_video {
}
.res_youtube_video iframe {
    border: none;
}
