* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #404040;
	width: 100%;
	min-width: 1800px;
	font-weight: 400;
	background: #fff url(images/body_bg.webp) center repeat-y;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
	font-size: 17px;
	line-height: 29px;
}
} 

@media screen and (max-width: 1140px) {
body {
	font-size: 16px;
	line-height: 25px;
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}

/* text styles
-----------------------------------------------------------------------------*/
h1, .h1 {
	font-size: 60px;
	line-height: 60px;	
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
	color: #3e3e3e;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h2, .h2 {
	font-size: 58px;
	line-height: 58px;
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
	color: #41382c;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h3, .h3 {
	font-size: 56px;
	line-height: 56px;
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
	color: #3b412c;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h4, .h4 {
	font-size: 54px;
	line-height: 54px;
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
	color: #2c413c;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h5, .h5 {
	font-size: 52px;
	line-height: 52px;
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
	color: #2c3241;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h6, .h6 {
	font-size: 50px;
	line-height: 50px;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: 600;
	color: #3e2c41;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

@media screen and (max-width: 1840px) {
h1, .h1 {
	font-size: 50px;
	line-height: 50px;	
}
h2, .h2 {
	font-size: 48px;
	line-height: 48px;
}
h3, .h3 {
	font-size: 46px;
	line-height: 46px;
}
h4, .h4 {
	font-size: 44px;
	line-height: 44px;
}
h5, .h5 {
	font-size: 42px;
	line-height: 42px;
}
h6, .h6 {
	font-size: 40px;
	line-height: 40px;
}
}

@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 28px;
	line-height: 28px;
}
h2, .h2 {
	font-size: 26px;
	line-height: 26px;
}
h3, .h3 {
	font-size: 24px;
	line-height: 24px;
}
h4, .h4 {
	font-size: 22px;
	line-height: 22px;
}
h5, .h5 {
	font-size: 20px;
	line-height: 20px;
}
h6, .h6 {
	font-size: 18px;
	line-height: 18px;
}
}

a {
	color: #ffaf13;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}
ul, ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
/*	list-style-position: inside;*/
}
ul {
/*	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 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #404040;
	font-size: 18px;
	line-height: 18px;
    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;
	color: #fff;
	font-size: 20px;
	line-height: 15px;
	font-weight: 600;
	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
	background: #ffaf13;
	width: 272px;
	height: 76px;
	margin-left: 5px;
	margin-top: 0px; 
	border-radius: 3px;
	border: none;
	cursor: pointer;
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #404040;
	font-size: 30px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #404040;
	font-size: 18px;
	line-height: 30px;
}
.form label.edit {
	width: 50%;
}
.form label.edit_full {
	width: 100%;
}
.form label.edit_half {
	width: 25%;
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=date], .form select, .form textarea {
	width: 100%;
	color: #404040;
	font-size: 18px;
	line-height: 18px;
	padding: 8px;
	margin: 0px 0px 10px 0px;
	background: #fff url(images/input_bg.webp) top repeat-x;
	border: 1px solid #bfbfbf;
}
.form select {
	padding: 7px;
}
.form textarea {
	height: 150px;
}
.required {
	color: #f00;
}
.captcha {
	text-align: left;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	transform: scale(1);
}

@media screen and (max-width: 1140px) {
.captcha {
	text-align: center !important;
}
.form input.submit, input.button {
}
}
@media screen and (max-width: 800px) {
.form input.submit, input.button {
	margin-top: 10px; 
}
}

@media screen and (max-width: 350px) {
.captcha {
	text-align: center !important;
}
.g-recaptcha {
	display: block;
	width: 200px !important;
	overflow: hidden !important;
	border-radius: 4px;
	margin: 0 auto;
}
.form input.submit, input.button {
	font-size: 25px;
	line-height: 25px;
	padding: 15px 30px 15px 30px;
	margin-top: 10px; 
}
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #454545 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #454545 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #454545 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #454545 !important;
	font-weight: normal;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}
.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}
.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.hidden {
	display: none;
}

@media screen and (min-width: 1141px) {
.mobile_only {
	display: none !important;
}
}

@media screen and (max-width: 1140px) {
.desktop_only {
	display: none !important;
}
}

.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;
	border-radius: 10px;
}
.images_left {
	width: auto;
	float: left;
	margin: 0px 60px 30px 0px;
}
.images_right {
	width: auto;
	float: right;
	margin: 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-bottom: 30px;
}

@media screen and (max-width: 1840px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 400px;
	height: auto;
}
.images_left, .img_left {
	margin: 0px 45px 25px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 25px 45px;
}
}

@media screen and (max-width: 1140px) {
.images_left, .img_left {
	margin: 0px 30px 15px 0px;
}
.images_right, .img_right {
	margin: 0px 0px 15px 30px;
}
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 300px;
	height: auto;
}
}

@media screen and (max-width: 800px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 250px;
	height: auto;
}
}

@media screen and (max-width: 500px) {
.images, .images_left, .images_right, .img, .img_left, .img_right {
	width: 100%;
	height: auto;
}
.images_left, .img_left {
	margin-right: 0px;
}
.images_right, .img_right {
	margin-left: 0px;
}
}

hr, .hr {
	line-height: 1px;
	height: 1px;
	font-size: 1px;
	background: #ccc;
	border: 0px;
}

.a_button {
	display: inline-block;
	color: #fff;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 20px;
	line-height: 15px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
	background: #080884;
	text-align: center;
	padding: 20px 48px 20px 48px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #050559;
	text-decoration: none;
	background: #ffaf13;
}

@media screen and (max-width: 1140px) {
.a_button {
	font-size: 14px;
	line-height: 11px;
	padding: 14px 32px 14px 32px;
}
}

.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 div {
	display: inline-block;
	padding-bottom: 10px;
	vertical-align: top;
}

/* 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: #080884;
	padding: 3px 6px 3px 6px;
	margin: 0px 3px 5px 0px;
	border-radius: 2px;
}
.sectionname:hover, .imagepages:hover {
	text-decoration: none;
	color: #080884;
	background: #fbab0f;
}
.sectionnameselected, .imagepageselected {
	display: inline-block;
	color: #080884;
	background: #fbab0f;
	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: #404040;
}
.imagemediumname {
	color: #404040; 
	font-weight: bold;
}
.image_delimiter {
	font-size: 1px;
	line-height: 1px;
	height: 3px;
	padding: 0px;
	margin: 0px;
}

/* portfolio
-----------------------------------------------------------------------------*/
.portfolio {
}
.portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.portfolio ul li {
	display: inline-block;
	margin: 0px 5px 20px 5px;
	padding: 0px;
	vertical-align: top;
}
.portfolio ul li:first-child {
}
.portfolio ul li:last-child {
}
a.portfolio_button {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 20px;
	line-height: 18px;
	font-weight: 600;
	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #080884;
	text-align: center;
	padding: 10px 15px 10px 15px;
	border-radius: 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
a.portfolio_button:hover, .portfolio ul li:hover a.portfolio_button, .portfolio li.selected a.portfolio_button {
	color: #080884;
	text-decoration: none;
	background: #fbab0f;
}

@media screen and (max-width: 1840px) {
a.portfolio_button {
	padding: 7px 10px 7px 10px;
}
}

@media screen and (max-width: 1140px) {
a.portfolio_button {
	font-size: 16px;
	line-height: 16px;
}
}

/* portfolio_sections_list
-----------------------------------------------------------------------------*/
.portfolio_sections_list {
	padding: 0px 0px 15px 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
	margin-bottom: 15px;
}
.portfolio_sections_list_caption {
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
}
.portfolio_sections_list select {
	width: 100%;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	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 {
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: left;
}
.portfolio_sections_list ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
	padding: 0px;
	vertical-align: top;
}

.portfolio_section_name {
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 23px;
	line-height: 33px;
	font-weight: normal;
	color: #445766;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}


/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}


/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_thumbnails ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}

.portfolio_thumbnails li {
	position: relative;
	padding: 0px;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_thumbnails .portfolio_thumbnail_image {
	width: 100%;
}
.portfolio_thumbnails .portfolio_thumbnail_image img {
	width: 100%;
	height: auto;
}

.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_thumbnail_caption {
	display: block;
	color: #4b6071;
	font-family: "Josefin Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 22px;
	text-transform: uppercase;
	padding-top: 10px;
}
.portfolio_thumbnails .portfolio_thumbnail_link:hover .portfolio_thumbnail_caption {
	color: #e4af3b;
}
*/

@media screen and (max-width: 1840px) {
.portfolio_thumbnails ul {
	gap: 10px 20px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 900px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}

.portfolio_thumbnails ul li a span {
	font-size: 16px;
	line-height: 18px;
	padding-top: 10px;
}
.portfolio_thumbnail_caption {
	font-size: 14px;
	line-height: 15px;
}
}

@media screen and (max-width: 700px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
}
.portfolio_thumbnails ul li a span {
	font-size: 15px;
	line-height: 17px;
	padding-top: 5px;
}
}

@media screen and (max-width: 500px) {
.portfolio_thumbnails ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
.portfolio_thumbnails ul li a span {
	padding-top: 10px;
}
}


/* portfolio_index
-----------------------------------------------------------------------------*/
.portfolio_index {
	margin-bottom: 30px;
}
.portfolio_index_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

.portfolio_index ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	display: grid;
	gap: 10px 20px;
	grid-template-columns: repeat(4, 1fr);
}
.portfolio_index li {
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link {
	display: block;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index .portfolio_index_link:hover {
	text-decoration: none;
	color: #e4af3b;
}
.portfolio_index .portfolio_index_image {
	width: 100%;
}
.portfolio_index .portfolio_index_image img {
	width: 100%;
	height: auto;
}

.portfolio_index_caption {
	width: 80%;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -15%;
	opacity: 0.8;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(72,72,72,0.8);
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	opacity: 1;
}

/*
.portfolio_index_caption {
	display: block;
	color: #4b6071;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	padding-top: 15px;
}
.portfolio_index .portfolio_index_link:hover .portfolio_index_caption {
	color: #e4af3b;
}
*/

@media screen and (max-width: 1840px) {
.portfolio_index ul {
	gap: 10px 20px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1140px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 900px) {
.portfolio_index ul {
	gap: 5px 10px;
}
.portfolio_index_caption {
	font-size: 17px;
	line-height: 18px;
	padding-top: 10px;
}
}

@media screen and (max-width: 700px) {
.portfolio_index ul {
	gap: 5px 10px;
}
.portfolio_index_caption {
	font-size: 14px;
	line-height: 15px;
	padding-top: 5px;
}
}

@media screen and (max-width: 500px) {
.portfolio_index ul {
	gap: 5px 10px;
	grid-template-columns: 1fr;
}
.portfolio_index_caption {
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
}
}


/* 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: 18px;
	line-height: 18px;
	color: #000; 
	font-weight: bold;
	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #CCC;
}
.breadcrumbs ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.breadcrumbs ol li {
	position: relative;
	display: inline-block;
	padding: 0px 15px 0px 0px;
	margin: 0px 5px 0px 0px;
}
.breadcrumbs ol li:after {
	content: "»";
	display: block;
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: right;
	font-size: 18px;
	line-height: 18px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #ffaf13;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #404040; 
	border-right: 1px solid #404040; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40;
	font-family: "Barlow Semi Condensed", sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
.table tr th {
	font-family: "Barlow Semi Condensed", sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	background: #404040;
}
.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: 0px;
}
.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;
	background: rgba(17, 17, 25, 0.8) !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}
@media screen and (max-width: 1140px) {
.box_fixed {
	display: none;
}
}

/* header_top
-----------------------------------------------------------------------------*/
#header_top {
	height: 56px;
	position: relative;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	background: #111119;
}

#header_top_location {
	position: absolute;
	left: 0px;
	top: 20px;
	background: url(images/icon_location.webp) left top no-repeat;
	padding: 3px 0px 3px 20px;
}

#header_top_hours {
	position: absolute;
	left: 335px;
	top: 20px;
	background: url(images/icon_hours.webp) left top no-repeat;
	padding: 3px 0px 0px 22px;
}

#header_top_social {
	width: 80px;
	position: absolute;
	right: 215px;
	top: 12px;
	text-align: right;
}
#header_top_social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#header_top_social ul li {
	display: inline-block;
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
#header_top_social a img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#header_top_social a:hover img {
	opacity: 0.7;
}

#header_top_phone {
	width: 200px;
	height: 56px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#header_top_phone a {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	background: #080884 url(images/icon_phone.webp) 20px center no-repeat;
	padding: 18px 0px 18px 47px;
}
#header_top_phone a:hover {
	color: #fff;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
#header_top {
	height: 32px;
	padding: 5px 0px 5px 0px;
}
#header_top_location {
	position: absolute;
	top: 4px;
	padding: 3px 0px 3px 20px;
}
#header_top_hours {
	position: absolute;
	top: 4px;
	left: 315px;
	padding: 3px 0px 0px 22px;
}
#header_top_social {
	width: auto;
	position: absolute;
	right: 168px;
	top: 0px;
}
#header_top_phone {
	width: 160px;
	height: auto;
}
#header_top_phone a {
	background: #080884 url(images/icon_phone.webp) 10px center no-repeat;
	padding: 6px 0px 6px 30px;
}
}
@media screen and (max-width: 800px) {
#header_top_hours {
	display: none;
}
}

@media screen and (max-width: 620px) {
#header_top_location {
	display: none;
}
#header_top_hours {
	display: none;
}
}

/* slideshow_area
-----------------------------------------------------------------------------*/
#slideshow_area {
	width: 100%;
	height: 1374px;
	position: relative;
}
.inside #slideshow_area {
	height: 674px;
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

@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: -40px;
	right: 50px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 50px;
	z-index: 101;
}
#slideshow_slogan {
	width: 100%;
	position: absolute;
	bottom: 390px;
	left: 0px;
	color: #fff;
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#slideshow_slogan span {
	display: block;
	font-size: 140px;
	line-height: 125px;
}
#slideshow_slogan font {
	display: block;
	padding: 20px 0px 40px 0px;
}
.inside #slideshow_slogan { 
	display: none;
}

@media screen and (max-width: 1840px) {
#slideshow_area {
	height: 1174px;
}
#slideshow_slogan {
	bottom: 264px;
}
#slideshow_slogan span {
	display: block;
	font-size: 105px;
	line-height: 100px;
	letter-spacing: 0.5px;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#slideshow_area {
	height: 334px;
	background: #8c573b url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow_area {
	height: 184px;
}
#slideshow_slogan {
	width: auto;
	display: table;
	margin: 0 auto;
	position: absolute;
	right: 0px;
	bottom: 98px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
}
#slideshow_slogan span {
	font-size: 25px;
	line-height: 26px;
}
#slideshow_slogan font {
	padding: 20px 0px 40px 0px;
}
#slideshow_slogan .a_button {
	font-size: 12px;
	line-height: 9px;
	font-weight: 600;
	padding: 13px 21px 13px 21px;
}
}

@media screen and (max-width: 1140px) {
}

@media screen and (max-width: 540px) {
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
	width: 1800px;
	margin-left: auto;
	margin-right: auto;
	position: absolute; 
	left: 0px;
	right: 0px;
	bottom: 115px; 

    text-align: left; 
	z-index: 101 !important; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 36px;
	height: 6px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 10px 0px 10px;
	font-family: arial;
	font-size: 1px; 
}
#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: 1840px) {
#slideshow_pager {
	width: 1100px;
}
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: 433px;
	position: absolute;
	top: 0px;
	left: 0px;
}
#header_logo {
	width: 475px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_logo img {
	width: 475px;
	height: 433px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#mobile_header {
	display: none;
}

@media screen and (max-width: 1840px) {
#header_logo {
	width: 395px;
	position: absolute;
	top: 125px;
}
#header_logo img {
	width: 395px;
	height: 360px;
}
}

@media screen and (max-width: 1140px) {
#mobile_header {
	width: auto;
	display: block;
	text-align: center;
}
#mobile_header a img {
	width: 158px;
	height: 144px;
}
#header {
	display: none;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	width: auto;
	height: 74px;
	position: absolute;
	right: 0px;
	top: 80px;
}
#menutop ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	 text-align: center
}
#menutop li {
	display: inline-block;
	padding: 0px;
	margin: 20px 0px 20px 68px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop li:first-child {
	margin-left: 2px;
}
#menutop li:last-child {
	margin-right: 2px;
}
#menutop ul li a {
	display: block;
	color: #fff;
	height: 34px;
	font-size: 20px;
	line-height: 15px;
  	font-family: "Barlow Semi Condensed", sans-serif;
  	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding: 0px 1px 0px 1px;
	margin: 0px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
}
#menutop ul li:hover, #menutop li.selected {
	border-bottom: #ffaf13 2px solid;
}
#menutop ul li:hover a, #menutop li.selected a {
	color: #ffaf13;
	text-decoration: none;
}

@media screen and (max-width: 1840px) {
#menutop {
	position: absolute;
	top: 23px;
}
#menutop li {
	margin: 20px 58px 20px 0px;
}
#menutop li:last-child {
	margin-right: 2px;
}
}

/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f8f8f8 5%, #f3f0f0 96%);
	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: 15px;
	line-height: 33px;
	font-weight: 700;
  	font-family: "Barlow", sans-serif;
	text-transform: uppercase;
	height: 33px;
	padding: 3px 20px 0px 20px;
}
.menu_icons a:hover {
	text-decoration: none;
}
.menu_icons a img {
	vertical-align: middle;
	margin: -4px 5px 0px 0px;
}

@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 {
	width: 100%;
	list-style: none;
	list-style-image: none;
	position: relative;
	background: linear-gradient(to bottom, #080884 0px, #0f0f9a 99%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0px 8px 0px;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #ffaf13;
}
#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;
}
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 148px 0px 148px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

@media screen and (max-width: 1840px) {
#middle {
	padding: 90px 0px 90px 0px;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 50px 0px 50px 0px;
}
.inside #middle {
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
}

/* content
-----------------------------------------------------------------------------*/
#content {
	position: relative;
}
#home_img {
	float: right;
	margin-top: -223px;
}

@media screen and (max-width: 1840px) {
.inside #content {
}
#home_img {
	margin-top: 0px;
}
#home_img img {
	width: 523px;
	height: 372px;
}
}

@media screen and (max-width: 1140px) {
#content {
	text-align: left;
}
#home_img {
	float: none;
	margin-top: 0px;
}
#home_img img {
	width: 400px;
	height: 285px;
}
}
@media screen and (max-width: 540px) {
#home_img {
	float: none;
	margin-top: 0px;
	width: 100%;
	text-align: center;
}
#home_img img {
	width: auto !important;
	height: auto !important;
}
}

/* content_title
-----------------------------------------------------------------------------*/
#title_content {
	width: 48%;
}
.content_title {
	color: #3e3e3e;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 80px;
	line-height: 68px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
	text-transform: uppercase;
	background: url(images/content_title_line.webp) left bottom no-repeat;	
	padding: 0px 0px 36px 0px;
	margin-bottom: 50px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #3e3e3e;
	font-family: "Barlow Semi Condensed", sans-serif;
	font-size: 80px;
	line-height: 68px;
	font-weight: 600;
	text-align: left;
	letter-spacing: -1px;
}

@media screen and (max-width: 1840px) {
#title_content {
	width: 100%;
}
}

@media screen and (max-width: 1140px) {
.content_title { 
	font-size: 28px;
	line-height: 28px;
	background-size: 75px 4px !important;	
	padding: 0px 0px 20px 0px;
	margin-bottom: 20px;
}
.content_title h1 {
	font-size: 28px;
	line-height: 28px;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	background: #fafafa;
	padding: 150px 0px 126px 0px;
	position: relative;
	text-align: center;
}
#box_services ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_services ul li {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
#box_services li {
	width: 336px;
	height: 325px;
	background: #fff;
	text-align: center;
	margin: 0px 30px 30px 0px; 
}
#box_services li:hover a {
	background: #080884;
}
#box_services li:nth-child(5) {
	margin-right: 0px;
}
#box_services ul li:last-child {
	margin-right: 0px;
}
#box_services ul li a {
	display: block;
	width: 236px;
	height: 195px;
	padding: 80px 50px 50px 50px; 
	text-decoration: none;
	vertical-align: middle;
}
#box_services ul li a div {
	width: 152px;
	height: 88px;
	line-height: 88px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	opacity: 1;
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a span {
	display: block;
	color: #080884;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
  	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
}
#box_services ul li a:hover span {
	color: #fff;
	text-decoration: none;
}
#box_services ul li a:hover div {
	color: #313131;
}
@media screen and (max-width: 1820px) {	
#box_services li {
	width: 204px;
	height: 325px;
	background: #fff;
	text-align: center;
	margin: 0px 20px 20px 0px; 
}
#box_services ul li a {
	display: block;
	width: 144px;
	height: 195px;
	padding: 80px 30px 50px 30px; 
	text-decoration: none;
	vertical-align: middle;
}
#box_services ul li a span {
	font-size: 23px;
	line-height: 23px;
}
}
@media screen and (max-width: 1140px) {	
#box_services {
	padding: 50px 0px 40px 0px;
}
#box_services ul li {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#box_services li {
	width: 184px;
	height: 178px;
	background: #fff;
	text-align: center;
	margin: 0px 5px 10px 5px; 
}
#box_services ul li a {
	display: block;
	width: 134px;
	height: 110px;
	padding: 40px 25px 28px 25px; 
	text-decoration: none;
	vertical-align: middle;
}
#box_services ul li a span {
	font-size: 18px;
	line-height: 18px;
}
#box_services ul li a div {
	width: 83px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 28px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	opacity: 1;
}
#box_services ul li a div img {
	width: 83px !important;
	height: 48px !important;
}
#box_services li:nth-child(5) {
	margin-right: 5px;
}
}
@media screen and (max-width: 800px) {	
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	background: url(images/service_area_bg.webp) left top repeat-y;
	padding: 112px 0px 112px 0px;
	position: relative;
}
#service_area ul {
	width: 80%;
	margin: 10px 10% 0px 10%;
	padding: 0px;

	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	display: block;
	color: #111119;
	font-size: 40px;
	line-height: 40px;
	font-weight: 600;
  	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 60px;
}
#service_area a[href="javascript:;"] {
	color: #404040;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1840px) {
#service_area ul {
	width: 90%;
	margin: 10px 0% 0px 10% ;
	padding: 0px;

	-moz-column-count: 6;
	-webkit-column-count: 6;
	column-count: 6;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
}

@media screen and (max-width: 1140px) {
#service_area {
	padding: 50px 0px 50px 0px;
}
#service_area ul {
	width: auto;
	margin: 10px 0% 0px 10% ;
	-moz-column-count: 4;
	-webkit-column-count: 4;
	column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-gap: 10px;
	column-gap: 10px;
	text-align: left;
}
#service_area span {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 540px) {
#service_area ul {
	font-size: 15px;
	line-height: 24px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
#service_area span {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
}
}

/* box_portfolio
-----------------------------------------------------------------------------*/
#box_portfolio {
	height: auto;
	background: url(images/box_portfolio_bg.webp) center top no-repeat;
	position: relative;
	padding: 150px 0px 150px 0px;
	text-align: center;
}
#box_portfolio .content_title {
	color: #fff;
}
#box_portfolio ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_portfolio ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 32px 36px 0px;
}
#box_portfolio li:last-child {
	margin-right: 0px;
}
#box_portfolio ul:nth-child(2) li a {
	height: 512px;
}
#box_portfolio ul:nth-child(2) li:nth-child(2) {
	margin-right: 0px;
}
#box_portfolio ul:nth-child(3) li a {
	height: 535px;
}
#box_portfolio ul:nth-child(23) li:nth-child(3) {
	margin-right: 0px;
}
#box_portfolio ul li a {
	display: block;
	width: auto;
	height: auto;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_portfolio ul li a img {
	transition: all 0.5s ease;
}
#box_portfolio ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#box_portfolio a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(255, 175, 19, 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(255, 175, 19, 0.7) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
}

@media screen and (max-width: 1840px) {	
#box_portfolio ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 16px 20px 0px;
}
#box_portfolio ul:nth-child(2) li a {
	height: 314px;
}
#box_portfolio ul:nth-child(2) li a img {
	width: 540px;
	height: 314px;
}
#box_portfolio ul:nth-child(3) li a {
	height: 328px;
}
#box_portfolio ul:nth-child(3) li a img {
	width: 353px;
	height: 328px;
}
}

@media screen and (max-width: 1300px) {
#box_portfolio {
	background: #4d4f58;
	padding: 50px 0px 50px 0px;
}
#box_portfolio ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 10px;
}
#box_portfolio ul:nth-child(2) li a {
	height: 250px;
}
#box_portfolio ul:nth-child(2) li a img {
	width: 430px;
	height: 250px;
}
#box_portfolio ul:nth-child(3) li a {
	height: 260px;
}
#box_portfolio ul:nth-child(3) li a img {
	width: 280px;
	height: 260px;
}
#box_portfolio a div {
	background: rgba(255, 175, 19, 0.7) url(images/icon_zoom.webp) center center no-repeat;
	background-size: 56px 56px !important;
}
}

@media screen and (max-width: 1140px) {
#box_portfolio {
	background: #4d4f58;
	padding: 50px 0px 50px 0px;
}
#box_portfolio ul {
	display: table;
	margin: 0 auto;
	text-align: center;
}
#box_portfolio ul:nth-child(2), #box_portfolio ul:nth-child(3) {
	display: inline-block;
	width: auto;
}
#box_portfolio ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 10px;
}
#box_portfolio ul:nth-child(2) li a {
	width: 260px;
	height: 241px;
}
#box_portfolio ul:nth-child(2) li a img {
	width: 400px;
	height: 241px;
}
#box_portfolio ul:nth-child(3) li a {
	height: 241px;
}
#box_portfolio ul:nth-child(3) li a img {
	width: 260px;
	height: 241px;
}
#box_portfolio a div {
	background: rgba(255, 175, 19, 0.7) url(images/icon_zoom.webp) center center no-repeat;
	background-size: 56px 56px !important;
}
#box_portfolio ul:nth-child(2) li:nth-child(1) {
	display: none !important;
}
#box_portfolio ul:nth-child(3) li:nth-child(2), 
#box_portfolio ul:nth-child(3) li:nth-child(3) {
	display: none !important;
}
}

@media screen and (max-width: 800px) {
#box_portfolio ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 10px;
}
#box_portfolio ul:nth-child(2) li:nth-child(1) {
	display: none !important;
}
#box_portfolio ul:nth-child(2) li a {
	width: 280px;
	height: 260px;
}
#box_portfolio ul:nth-child(2) li a img {
	width: auto;
	height: 260px;
	text-align: center;
}
#box_portfolio ul:nth-child(3) li:nth-child(2), 
#box_portfolio ul:nth-child(3) li:nth-child(1)  {
	display: none !important;
}
#box_portfolio ul:nth-child(3) li a {
	height: 260px;
}
#box_portfolio ul:nth-child(3) li a img {
	width: 280px;
	height: 260px;
}
#box_portfolio a div {
	background-size: 46px 46px !important;
}
#box_portfolio ul:nth-child(2) li:nth-child(2) {
	margin-right: 10px;
}
#box_portfolio ul:nth-child(23) li:nth-child(3) {
	margin-right: 10px;
}
}

/* box_testimonials: 'What Our Customers Say'
--------------------------------------------------------------------------------------*/
#box_testimonials {
	background: #fff;
	padding: 130px 0px 130px 0px;
	position: relative; 
	text-align: center; 
}
#box_testimonials .content_title  {
}
.box_testimonials_content {
	float: left;
	display: block;
	width: 700px;
	height: 278px;
	margin: 0px 36px 50px 0px;
	padding: 120px 80px 68px 80px;
	background: #fafafa;
	box-shadow: 9px 10px 24px rgba(0,0,0,0.1); 
	position: relative;
}
.box_testimonials_content:before  {
	content: "";
	display: block;
	width: 97px;
	height: 84px;
	position: absolute;
	top: -8%;
	right: 6%;
	background: url(images/quote_bg.webp) right top no-repeat;
}
.box_testimonials_content ul {
	display: table;
	margin: 0 auto;
	list-style: none;
	list-style-image: none;
	padding: 0px;
	text-align: center;
}
.box_testimonials_content ul li {
	float: left; 
	color: #000;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	padding: 0px;
}
.box_testimonials_content ul li p {
	margin: 0px 0px 20px 0px;
}
.box_testimonials_content ul li span {
	display: block;
	color: #5d5d5d;
	font-size: 17px;
	line-height: 35px;
	margin-bottom: 10px;
}
.box_testimonials_content ul li b {
	display: block;
	font-size: 23px;
	line-height: 35px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1820px) {
.box_testimonials_content {
	width: 432px;
	height: 310px;
	padding: 88px 50px 68px 50px;
}
.box_testimonials_content:nth-child(3) {
	margin-right: -40px;
}
}
@media screen and (max-width: 1140px) {
#box_testimonials {
	padding: 50px 0px 50px 0px;
	text-align: center; 
}
.box_testimonials_content {
	float: none;
	display: table;
	margin: 0 auto;
	margin-bottom: 40px;
}
.box_testimonials_content:before {
	width: 57px;
	height: 49px;
	position: absolute;
	top: -4%;
	background-size: 57px 49px !important;
}
.box_testimonials_content:nth-child(3) {
	display: none;
}
}
@media screen and (max-width: 800px) {
.box_testimonials_content {
	width: 220px;
	height: 227px;
	padding: 30px 30px 30px 30px;
	margin-bottom: 40px;
}
.box_testimonials_content:before {
	width: 47px;
	height: 41px;
	background-size: 47px 41px !important;
}
.box_testimonials_content ul li {
	font-size: 15px;
	line-height: 25px;
}
.box_testimonials_content ul li span {
	font-size: 15px;
	line-height: 25px;
}
.box_testimonials_content ul li b {
	font-size: 16px;
	line-height: 25px;
}
}

/* box Why Choose
-----------------------------------------------------------------------------*/
#box_why_choose {
	background: #ffaf13 url(images/box_why_choose.webp) center top repeat;
	padding: 150px 0px 116px 0px;
	position: relative;
	text-align: center;
}
#box_why_choose .content_title  {
	color: #111119;
	text-align: center; 
	background: none;
	padding: 0px;
}
#box_why_choose ul {
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_why_choose ul li {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
#box_why_choose li {
	width: 424px;
	height: 388px;
	background: #fff;
	text-align: center;
	margin: 0px 34px 34px 0px; 
}
#box_why_choose li:hover a {
	background: #080884;
}
#box_why_choose ul li:last-child {
	margin-right: 0px;
}
#box_why_choose ul li a {
	display: block;
	width: 324px;
	height: 288px;
	padding: 50px 50px 50px 50px; 
	text-decoration: none;
	vertical-align: middle;
}
#box_why_choose ul li a div {
	width: 146px;
	height: 146px;
	line-height: 146px;
	background: #080884;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 33px;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
}
#box_why_choose ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_why_choose ul li a span {
	display: block;
	color: #080884;
	text-align: center;
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
  	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#box_why_choose ul li a:hover span {
	color: #f8a80c;
	text-decoration: none;
}
#box_why_choose ul li a p {
	display: block;
	color: #404040;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin: 0px;
}
#box_why_choose ul li a:hover p {
	color: #fff;
	text-decoration: none;
}
#box_why_choose ul li a:hover div {
	color: #313131;
	background: #f8a80c;
}
@media screen and (max-width: 1820px) {	
#box_why_choose {
	padding: 150px 0px 130px 0px;
	position: relative;
	text-align: center;
}
#box_why_choose li {
	width: 260px;
	height: 468px;
	background: #fff;
	text-align: center;
	margin: 0px 20px 20px 0px; 
}
#box_why_choose ul li a {
	display: block;
	width: 210px;
	height: 368px;
	padding: 50px 25px 50px 25px; 
	text-decoration: none;
	vertical-align: middle;
}
}
@media screen and (max-width: 1140px) {	
#box_why_choose {
	padding: 50px 0px 40px 0px;
}
#box_why_choose ul li {
	float: none;
	width: 215px;
	height: 248px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 10px 5px; 
}
#box_why_choose ul li a {
	display: block;
	width: 185px;
	height: 203px;
	padding: 25px 15px 20px 15px; 
	text-decoration: none;
	vertical-align: middle;
}
#box_why_choose ul li a span {
	font-size: 17px;
	line-height: 18px;
}
#box_why_choose ul li a div {
	width: 75px;
	height: 75px;
	line-height: 75px;
	margin-bottom: 15px;
}
#box_why_choose ul li a div img {
	width: 46px !important;
	height: 45px !important;
}
#box_why_choose ul li a p {
	font-size: 14px;
	line-height: 16px;
}
}

/* #box_contact_location
-----------------------------------------------------------------------------*/
#box_contact_location {
	background: #111119 url(images/box_contact_location_bg.webp) center top no-repeat;
	padding: 150px 0px 145px 0px;
	position: relative;
}
#box_location {
	float: right;
	height: 587px;
}
#box_location a { 
	display: block;
	overflow: auto;
	background: url(images/home_location_img.webp) right top no-repeat;
}
#box_location a img {
	width: 853px;
	height: 587px;
}
.inside #box_contact_location {
}

@media screen and (max-width: 1840px) {
#box_location a { 
	width: 523px; 
	height: auto;
	background: url(images/home_location_img.webp) center top no-repeat;
}
#box_location a img {
	width: auto!important; 
	height: 587px !important;
}
}

@media screen and (max-width: 1140px) {	
#box_contact_location {
	padding: 50px 0px 50px 0px !important;
	background: #4d4f58;
	position: relative;
}
#box_location {
	display: none;
}
#box_contact_location:before {
	display: none;
}
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	float: left;
	width: 853px;
}
#box_contact .content_title  {
	color: #fff;
}
.captcha {
	float: left;
	display: table;
	margin: 0 auto;
	padding-left: 15%;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

@media screen and (max-width: 1840px) {
#box_contact {
	float: left;
	width: 523px;
}
.inside #box_contact {
	width: 100%;
	float: none;
}
.captcha {
	padding-left: 0%;
}
}

@media screen and (max-width: 1140px) {	
#box_contact {
	float: none;
	width: auto;
}
.captcha {
	float: none;
	display: table;
	margin: 0 auto;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}
}

@media screen and (max-width: 800px) {
#box_contact {
}
#box_contact form {
}
#box_contact div.captcha table tr td {
	display: table;
	margin: 0 auto;
	text-align: center !important;
}
#box_contact div.captcha table tr td .submit {
	display: block;
	margin: 10px 0px 10px 0px;
}
}

/* form_side
-----------------------------------------------------------------------------*/
#form_contact_side fieldset {
	border: none;
	padding: 0px;
	margin: 0px;
}
#form_contact_side input[type=text], 
#form_contact_side input[type=email], 
#form_contact_side select, 
#form_contact_side textarea {
	height: 63px;	
	font-size: 18px;
	line-height: 18px;
	color: #454545;
	font-weight: normal;
 	font-family: "Barlow", sans-serif;
	padding: 9px 10px 8px 23px;
	background: #fafafa;
	margin: 0px 0px 10px 0px;
	border: none;
}
#form_contact_side textarea {
	height: 126px;	
	font-size: 18px;
	line-height: 30px;
	color: #454545;
	font-weight: 400;
 	font-family: "Barlow", sans-serif;
	padding: 11px 35px 14px 23px;
	background: #fafafa;
	margin-bottom: 8px;
	border: none;
}
#form_contact_side input.submit {
	color: #fff;
	font-size: 20px;
	line-height: 15px;
	font-weight: 600;
	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
	background: #ffaf13;
	width: 272px;
	height: 76px;
	margin-left: 10px;
	margin-top: -2px; 
	border-radius: 3px;
}
#form_contact_side #table_form {
	width: 100%;
}
#form_contact_side #table_form td {
	vertical-align: top;
}
#form_contact_side input:required {
	background: #fafafa;
}
#form_contact_side input:required:active,
#form_contact_side input:required:focus,
#form_contact_side input:required:valid {
	background: #fafafa;
}

@media screen and (max-width: 1840px) {
#form_contact_side input.submit {
	width: 212px;
	height: 76px;
	margin-left: 5px;
	margin-top: -2px;
}
}

@media screen and (max-width: 1140px) {
#form_contact_side fieldset {
}
#form_contact_side input[type=text], 
#form_contact_side input[type=email], 
#form_contact_side select, 
#form_contact_side textarea {
	font-size: 15px;
	line-height: 15px;
	text-transform: capitalize !important;
}
#form_contact_side input {
	box-shadow: 0px 0px 3px rgba(0,0,0,0.05);
}
#form_contact_side textarea {
	font-size: 15px;
	line-height: 25px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.05);
}
#form_contact_side input.submit {
	width: 302px;
	height: 76px;
}
}
@media screen and (max-width: 800px) {
#form_contact_side input.submit {
	width: 302px;
	height: 76px;
}
}

/* box_footer
----------------------------------------------------------------------------*/
#box_footer {
	background: #080884 url(images/box_footer_bg.webp) bottom no-repeat;
	position: relative;
	padding: 85px 0px 103px 0px;
}
#box_footer ul {
	float: left;
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#box_footer li {
	color: #fff;
	float: left;
	padding: 0px;
	margin: 0px 208px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#box_footer li a {
	display: inline-block;
	padding: 0px;
	margin: 0px;
}
#box_footer li span {
	color: #ffaf13;
	display: block;
	font-size: 28px;
	line-height: 28px;
  	font-weight: 600;
  	font-family: "Barlow Semi Condensed", sans-serif;
	margin-bottom: 25px;
	margin-top: 70px;
}
#box_footer li b {
	font-size: 18px;
	line-height: 25px;
  	font-weight: bold;
	display: block;
}
#box_footer li:last-child {
	margin-right: 0px;
}

@media screen and (max-width: 1840px) {
#box_footer li {
	color: #fff;
	float: left;
	padding: 0px;
	margin: 0px 120px 0px 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
} 

@media screen and (max-width: 1140px) {  
#box_footer {
	background: #080884;
	position: relative;
	padding: 30px 0px 0px 0px;
}
#box_footer li:nth-child(1) {
	display: none;
}
#box_footer ul {
	float: none;
}
#box_footer li {
	color: #fff;
	float: none;
	padding: 0px;
	margin: 0px;
	text-align: center;	  
 } 
#box_footer li span {
	color: #ffaf13;
	display: block;
	font-size: 15px;
	line-height: 20px;
  	font-weight: normal;
  	font-family: "Barlow Semi Condensed", sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 20px;
}
#box_footer li b {
	font-size: 18px;
	line-height: 25px;
  	font-weight: bold;
	display: block;
}
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #b1b1b1;
	background: #111119;
	position: relative;
	padding: 60px 0px 30px 0px;
	font-size: 16px;
	line-height: 25px;
}
#footer_address {
	float: left;
	width: 550px;
	text-align: right;
	text-align: left;
}
#footer_address span {
	color: #b1b1b1;
}
#footer_links {
	float: right;
	width: 450px;
	text-align: right;
}
#footer_links a {
	color: #b1b1b1;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
#footer {
	color: #fff;
	background: #080884;
	position: relative;
	padding: 30px 0px 40px 0px;
	font-size: 14px;
	line-height: 25px;
}
#footer_address {
	float: none;
	width: 50%;
	display: table;
	margin: 0 auto;
	text-align: center;
}
#footer_links {
	float: none;
	width: auto;
	text-align: center;
	margin-top: 7px;
}
#footer_address span {
	color: #fff;
}
#footer_links a {
	float: none;
	width: auto;
	color: #fff;
	text-align: center;
}
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 600px;
	float: left;
}
#contact_address iframe {
	width: 600px; 
	height: 450px;
}
#contact_form {
	width: 900px;
	float: right;
}

@media screen and (max-width: 1820px) {	
#contact_address {
	width: 400px;
	float: left;
}
#contact_address iframe {
	width: 400px; 
	height: 300px;
}
#contact_form {
	width: 650px;
	float: right;
}
}
@media screen and (max-width: 1140px) {
#contact_address {
	width: 100%;
	float: none;
}
#contact_form {
	width: 100%;
	float: none;
}
}

@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: 69px;
	height: 80px;
	background: url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
	cursor: pointer;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: url(images/scroll_top_on_bg.webp) center no-repeat;
	text-decoration: none;
}


@media screen and (max-width: 1140px) {
#scroll_top {
	width: 49px;
	height: 57px;
	background-size: 49px 57px !important;
}
.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%;
}
}
