* {
	margin: 0;
	padding: 0;
}
body {
  	font-family: "Overpass", sans-serif;
  	font-weight: 300;
  	font-style: normal;
	font-size: 17px;
	line-height: 35px;
	color: #4d4d4d;
	width: 100%;
	min-width: 1800px;
	background: #001430;
	position: relative;
}

@media screen and (max-width: 1840px) {
body {
	min-width: 1100px;
}
}

@media screen and (max-width: 1140px) {
body {
	font-size: 15px;
	line-height: 22px;
	width: 100%;
	min-width: auto;
	max-width: auto;
}
}
 
/* text styles
-----------------------------------------------------------------------------*/  
h1, .h1 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	color: #2a313a;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h2, .h2 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 37px;
	line-height: 37px;
	font-weight: 800;
	color: #473629;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h3, .h3 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 34px;
	line-height: 34px;
	font-weight: 800;
	color: #424729;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h4, .h4 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 31px;
	line-height: 31px;
	font-weight: 800;
	color: #2b4729;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h5, .h5 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 800;
	color: #29473e;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
h6, .h6 {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: 800;
	color: #392947;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
@media screen and (max-width: 1140px) {
h1, .h1 {
	font-size: 21px;
	line-height: 21px;
}  
h2, .h2 {
	font-size: 20px;
	line-height: 20px;
}
h3, .h3 {
	font-size: 19px;
	line-height: 19px;
}
h4, .h4 {
	font-size: 18px;
	line-height: 18px;
}
h5, .h5 {
	font-size: 17px;
	line-height: 17px;
}
h6, .h6 {
	font-size: 16px;
	line-height: 16px;
}
}

a {
	color: #ff0000;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

table {
	border: 0px;
	border-spacing: 0px;
    border-collapse: separate;
	padding: 0px;
	margin: 0px;
}

ul, ol {
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}
ul {
}
ul.no-list-image, ul.no-list-image li {
	list-style: none;
	list-style-image: none;
}
p {
	margin:0 0 24px 0;
}
img {
	border: none;
	vertical-align: middle;
}
b {
  	font-weight: bold;
}

/* forms styles
-----------------------------------------------------------------------------*/
input, textarea, select {
	color: #4d4d4d;
	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;
}
}
.form {
	width: 100%;
}
.form input.submit, input.button {
	color: #fff;
	font-size: 18px;
	line-height: 12px;
	font-weight: 700;
	background: #ff0000;
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	border-radius: 1px;
	padding: 32px 90px 32px 90px;
	margin: 0px;
	text-align: center;
	border: 0px;
	cursor: pointer;
}
@media screen and (max-width: 1840px) {
.form input.submit, input.button {
	text-align: center;
}
}
@media screen and (max-width: 1140px) {
.form input.submit, input.button {
}
}
@media screen and (max-width: 800px) {
.form input.submit, input.button {
	margin-top: 8px;
}
}
.form fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
.form fieldset legend {
	color: #4d4d4d;
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
}
.form label {
	float: left;
	padding: 0px 2px 0px 0px;
	margin: 0;
	color: #4d4d4d;
	font-size: 17px;
	line-height: 35px;
}
.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: #4d4d4d;
	font-size: 17px;
	line-height: 17px;
	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 {
	display: table;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}
.g-recaptcha {
	display: inline-block;
	vertical-align: top;
	margin-right : 10px;
}

/* placeholder
-----------------------------------------------------------------------------*/
::-webkit-input-placeholder {
	color: #4f4f4f !important;
  	font-family: "Overpass", sans-serif;
	font-weight: 900;
	text-overflow: ellipsis;
}
::-moz-placeholder {
	color: #4f4f4f !important;
  	font-family: "Overpass", sans-serif;
	font-weight: 900;
	text-overflow: ellipsis;
}
:-moz-placeholder {
	color: #4f4f4f !important;
  	font-family: "Overpass", sans-serif;
	font-weight: 900;
	text-overflow: ellipsis;
}
:-ms-input-placeholder {
	color: #4f4f4f !important;
  	font-family: "Overpass", sans-serif;
	font-weight: 900;
	text-overflow: ellipsis;
}

/* standard styles
-----------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline
}
.align_center {
	text-align: center;
	margin: auto;
}
.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_justify {
	text-align: justify;
}
.valign_top {
	vertical-align: top;
}
.valign_middle {
	vertical-align: middle;
}
.valign_bottom {
	vertical-align: bottom;
}
.position_center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.position_middle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.box_center {
	display: table;
	margin: 0 auto !important;
}
.clear {
	height:0;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
} 
.clearfix:after {
	clear: both;
}
.hidden {
	display: none;
}
.desktop_only {
	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 30px 10px 0px;
}
.img_right {
	width: auto;
	float: right;
	margin: 0px 0px 10px 30px;
}
.images, .images_left, .images_right {
	border: 0px;
}
.images_left {
	width: auto;
	float: left;
	padding: 0px 30px 5px 0px;
}
.images_right {
	width: auto;
	float: right;
	padding: 0px 0px 5px 30px;
}
.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 30px 10px 0px;
}
.images_right, .img_right {
	padding: 0px 0px 10px 30px;
}
}

@media screen and (max-width: 800px) {
/*.images_left, .img_left {
	width: auto !important;
	height: auto;
	margin-right: 0px;
	padding: 0px !important;
}
.images_right, .img_right {
	width: auto !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: "Plus Jakarta Sans", sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #ff0000;
	text-align: center;
	padding: 20px 56px 20px 56px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.a_button:hover {
	color: #fff;
	text-decoration: none;
	background: #000;
} 

@media screen and (max-width: 1140px) {
.a_button {
	display: inline-block;
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #ff0000;
	text-align: center;
	padding: 13px 33px 13px 33px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
}

.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: #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 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-family: "Plus Jakarta Sans", sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
	outline: none;
	background: #001430;
	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: #fff;
	text-decoration: none;
	background: #ff0100;
}

/* 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", sans-serif;
	font-size: 27px;
	line-height: 30px;
	font-weight: normal;
	color: #7aa201;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
}
.portfolio_section_text {
	padding: 0px 0px 20px 0px;
	text-align: left;
}

/* portfolio_navigation
-----------------------------------------------------------------------------*/
.portfolio_navigation {
	padding: 0px 0px 10px 0px;
}
.portfolio_navigation_last {
	width: 100px;
	float: left;
}
.portfolio_navigation_next {
	width: 100px;
	float: right;
	text-align: right;
}
.portfolio_navigation_pages {
	width: -webkit-calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: calc(100% - 200px);
	float: left;
	text-align: center;
}

/* portfolio_thumbnails
-----------------------------------------------------------------------------*/
.portfolio_thumbnails {
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.portfolio_thumbnails_caption {
	padding: 0px 0px 20px 0px;
}
.portfolio_thumbnails ul li {
	text-align: left;
	position: relative;
}
.portfolio_thumbnail_link {
}
.portfolio_thumbnail_image {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.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(0,20,48,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: 90%;
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	bottom: 0;
	margin-top: -15%;
	opacity: 0.7;
	transition: all 0.5s ease;
	z-index: 2;
	background: rgba(0, 0, 0, 0.3);
	font-family: "Plus Jakarta Sans", sans-serif;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	padding: 28% 5% 5% 5%;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_index ul li:hover .portfolio_index_caption {
	background: rgba(45, 209, 250, 0.5);
	opacity: 1;
}

/* portfolio_slider
-----------------------------------------------------------------------------*/
.portfolio_slider {
}
.portfolio_slider_previews_area {
	position: relative;
}
.portfolio_slider_previews {
	vertical-align: middle;
	height: 500px;
	overflow: hidden;
	margin-bottom: 10px;
}
.portfolio_slider_preview {
	width: auto;
	height: 500px;
	text-align: center;
}
.portfolio_slider_preview_link {
	width: auto;
	display: inline-block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio_slider_preview_image {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_image img {
	width: 100%;
	height: auto;
}
.portfolio_slider_preview_caption {
	width: 94%;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 15px;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px 3% 10px 3%;
	opacity: 1;
	background: rgba(72,72,72,0.7);
}
.portfolio_slider_preview_caption small {
	color: #CCC;
}
.portfolio_slider_previews_last, .portfolio_slider_thumbnails_last {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	left: 20px;
}
.portfolio_slider_previews_last:after, .portfolio_slider_thumbnails_last:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_last.webp) center center no-repeat;
}
.portfolio_slider_previews_next, .portfolio_slider_thumbnails_next {
	position: absolute !important;
	top: 50%;
	margin-top: -20px;
	right: 20px;
}
.portfolio_slider_previews_next:after, .portfolio_slider_thumbnails_next:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/portfolio_slider_next.webp) center center no-repeat;
}
.portfolio_slider_navigation {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
}
.portfolio_slider_slideshow {
	position: relative;
}
.portfolio_slider_thumbnails_area {
	position: relative;
}
.portfolio_slider_thumbnails {
	margin-bottom: 10px;
}
.portfolio_slider_thumbnail {
	text-align: center;
}
.portfolio_slider_thumbnail_link {
	text-align: left;
	position: relative;
	width: auto;
	display: inline-block;
}
.portfolio_slider_thumbnail_image img {
	opacity: 0.7;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_image:hover img, .portfolio_slider_thumbnails .slick-current img {
	opacity: 1 !important;
}
.portfolio_slider_thumbnail_caption {
	width: 92%;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	position: absolute;
	bottom: -10px;
	left: 0px;
	padding: 7px 4% 7px 4%;
	opacity: 0;
	background: rgba(72,72,72,0.7);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
.portfolio_slider_thumbnail_link:hover .portfolio_slider_thumbnail_caption {
	opacity: 1;
	bottom: 0px;
}
.portfolio_slider_thumbnail_caption a {
	color: #FF0;
}

/* portfolio magnific-popup styles
-----------------------------------------------------------------------------*/
.mfp-figure {
}
.mfp-close {
}
.mfp-img {
}
.mfp-bottom-bar {
}
.mfp-title {
	font-size: 14px;
	line-height: 16px;
}
.mfp-title a {
	color: #FF0;
}
.mfp-title small {
	font-size: 13px;
	line-height: 14px;
	color: #fff;
}
.mfp-counter {
}

/* breadcrumbs
-----------------------------------------------------------------------------*/
.breadcrumbs {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #4d4d4d;
	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: 14px;
	line-height: 14px;
}
.breadcrumbs ol li:last-child {
	margin: 0px 0px 0px 0px;
}
.breadcrumbs ol li:last-child:after {
	content: "";
	display: block;
	width: 0px;
}
.breadcrumbs ol li a {
	color: #ff0000;
}
.breadcrumbs ol li:hover a {
	text-decoration: underline;
}

@media screen and (max-width: 1140px) {
.breadcrumbs {
	font-size: 15px;
	line-height: 15px;
}
.breadcrumbs ol li:after {
	font-size: 13px;
	line-height: 13px;
}
}

/* Table
-----------------------------------------------------------------------------*/
.table {
	width: 100%;
	border-top: 1px solid #bdb6a3;
	border-left: 1px solid #bdb6a3;
}
.table tr {
	vertical-align: middle;
}
.table th, .table td {
	padding: 5px;
	border-bottom: 1px solid #bdb6a3; 
	border-right: 1px solid #bdb6a3; 
	color: #64534c;
}
.table thead td, .table tfoot td {
	background: #efae40;
	font-family: "Plus Jakarta Sans", 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: "Plus Jakarta Sans", 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: 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;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1840px) {
.box_fixed {
	max-width: 1920px !important;
}
}

/* box_fixed
-----------------------------------------------------------------------------*/
#header_fixed_box.box_fixed {
	background: #fff;
	height: auto;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_fixed_box.box_fixed #header {
	height: 90px;
}
#header_fixed_box.box_fixed #header #header_logo {
	width: 394px;
	height: 60px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	margin-top: 8px;
}
#header_fixed_box.box_fixed #header #header_logo img {
	width: 185px;
	height: 60px;
}
#header_fixed_box.box_fixed #header #menutop {
	margin-top: 10px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_fixed_box.box_fixed #header #header_phone {
	position: absolute;
	top: 33px;
	right: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}

#header_fixed_box.box_fixed #header #header_ssl_certificate  {
	position: absolute;
	top: 6px;
	right: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}

@media screen and (max-width: 1840px) {
#header_fixed_box.box_fixed #header {
	height: 80px !important;
	padding: 0px;
	margin: 0px;
}
#header_fixed_box.box_fixed #header #header_logo {
	display: none;
}
#header_fixed_box.box_fixed #header #header_phone {
	display: none;
}
#header_fixed_box.box_fixed #header #header_ssl_certificate  {
	display: none;
}
#header_fixed_box.box_fixed #header #menutop {
	position: absolute;
	top: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_fixed_box.box_fixed #header #menutop ul li a {
	display: block;
	padding: 26px 28px 0px 28px;
} 
}

@media screen and (max-width: 1140px) {
#header_fixed_box {
	height: auto;
} 
#header_fixed_box.box_fixed {
	display: none;
}
#header_fixed_box.box_fixed #header_ssl_certificate  {
	display: none;
}
}

/*header_fixed_box
----------------------------------------------------------------------------*/
#header_fixed_box {
	height: auto;
	background: #fff;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
} 

/*headertop
----------------------------------------------------------------------------*/
#headertop {
	height: 32px;
	padding: 8px 0px 10px 0px;
	background: #001430;
	position: relative;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
} 
#headertop_license {
	float: left;
	width: auto;
	color: #fff;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	margin-top: 11px;
}
#headertop_info {
	float: left;
	width: auto;
	margin: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_info span, 
#headertop_info a {
	float: left;
	color: #fff;
	width: auto;
	font-size: 15px;
	line-height: 18px;
	padding-top: 3px;
	display: block;
	margin: 8px 100px 0px 0px;
	text-align: left;
}
#headertop_info span:nth-child(1) {
	background: url(images/icon_watch.webp) left top no-repeat;
	background-size: 17px 18px;
	padding-left: 22px;
}
#headertop_info span:nth-child(3) {
	background: url(images/icon_location.webp) left top no-repeat;
	background-size: 13px 18px;
	padding-left: 18px;
}
#headertop_info a:nth-child(2) {
	background: url(images/icon_email.webp) left top no-repeat;
	background-size: 16px 18px;
	padding-left: 22px;
}
#headertop_right {
	float: right;
	width: auto;
	margin: 0px;
	text-align: right;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#headertop_social {
	float: right;
	width: auto;
	height: 32px;
	vertical-align: top;
	line-height: 16px;
	display: inline-block;
}
#headertop_social a img {
	vertical-align: top;
	margin: 0px 0px 0px 2px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	opacity: 1;
}
#headertop_social #ssl_certificate img {
	width: 58px;
	height: 32px;
}
#headertop_social a:hover img {
	opacity: 0.7;
}
#mobile_header_phone {
	display: none;
}

@media screen and (max-width: 1840px) {
#headertop_info span, 
#headertop_info a {
	float: left;
	color: #fff;
	width: auto;
	font-size: 15px;
	line-height: 18px;
	padding-top: 3px;
	display: block;
	margin: 8px 40px 0px 0px;
	text-align: left;
}
#headertop_social #header_ssl_certificate {
	display: none;
}
}
@media screen and (max-width: 1140px) {
#headertop {
	height: 32px;
	padding: 4px 0px 4px 0px;
	background: #f3f3f3;
	background: linear-gradient(to bottom, #f9f9f9 0px, #f3f2f2 100%);
	position: relative;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}  
#mobile_header_phone {
	float: left;
	display: block; 
	margin-top: 8px;
}
#mobile_header_phone a {
	color: #001430;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 17px;
	line-height: 13px;
	font-weight: 800; 
	text-transform: uppercase;
	background: url(images/icon_phone_red.webp) left center no-repeat; 
	padding: 0px 0px 0px 19px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#mobile_header_phone a:hover {
	text-decoration: none;
}
#headertop_license {
	display: none;
}
#headertop_info {
	display: none;
}
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	width: auto;
	height: 179px;
	position: relative;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_logo {
	float: left;
	width: 394px;
	height: 128px;
	margin-top: 28px;
	margin-right: 75px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_logo img {
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}

@media screen and (max-width: 1840px) {
#header {
	height: 202px !important;
}
#header_logo {
	width: 326px;
	height: 106px;
	margin-top: 18px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_logo img {
	width: 326px;
	height: 106px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
}
@media screen and (max-width: 1140px) {
#header {
	height: 124px !important;
}
#header_logo {
	float: none;
	display: table;
	margin: 0 auto;
	margin-top: 20px;
}
#header_logo img {
	width: 268px;
	height: 87px;
}
#header_phone {
	display: none;
}
}

/* menutop
-----------------------------------------------------------------------------*/
#menutop {
	float: left;
	height: 60px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	position: relative;
	margin-top: 60px;
}
#menutop ul { 
	display: table;
	margin: 0 auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#menutop li {
	float: left;
	width: auto;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop li:last-child {
	padding-right: 0px
}
#menutop li:last-child a {
	padding-right: 0px
}
#menutop ul li a {
	display: block;
	color: #2d2b2c;
	font-size: 16px;
	line-height: 14px;
	font-weight: 800; 
	font-family: "Plus Jakarta Sans", sans-serif;
	text-transform: uppercase;
	text-align: center;
	height: 34px;
	padding: 26px 24px 0px 24px;
	margin: 0px;
	transition: color 300ms ease-in;
	-webkit-transition: color 300ms ease-in;
} 
#menutop ul li:hover a, #menutop li.selected a {
	color: #ff0000;
	text-decoration: none;
}
#header_phone {
	width: auto;
	position: absolute;
	top: 83px;
	right: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_ssl_certificate  {
	width: 127px;
	position: absolute;
	top: 58px;
	right: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_phone a {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 22px;
	line-height: 18px;
	font-weight: 800; 
	text-transform: uppercase;
	background: #ff0000 url(images/icon_phone.webp) 32px center no-repeat; 
	padding: 21px 33px 21px 62px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_phone a:hover {
	text-decoration: none;
	background: #2dd1fa url(images/icon_phone.webp) 32px center no-repeat; 
}

@media screen and (max-width: 1840px) {
#header_phone {
	position: absolute;
	top: 61px;
	right: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#header_ssl_certificate  {
	position: absolute;
	top: 36px;
	right: 0px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop {
	width: 100%;
	position: absolute;
	top: 80px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#menutop ul li a {
	display: block;
	padding: 26px 28px 0px 28px;
} 
}

/* .menu_icons
-----------------------------------------------------------------------------*/
.menu_icons {
	width: 100%;
	background: linear-gradient(to bottom, #f9f9f9 0px, #f3f2f2 100%);
	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: #231f20;
    font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	height: 34px;
	padding: 3px 20px 0px 20px;
	text-transform: uppercase;
}
.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 top, #ff0000 0px, #fb2c2c 96%);
}
#menumobile a {
	display: block;
	text-align: center;
	color: #fff;
    font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 13px 0px 10px 0px;
	text-transform: uppercase;
}
#menumobile a:hover {
	text-decoration: none;
}
#menumobile li.selected > a {
	color: #231f20;
}
#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;
}
}

/* slideshow
-----------------------------------------------------------------------------*/
#slideshow {
	width: 100%;
	height: 987px;
	background: #021b3d;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 387px;
}
.inside #slideshow li {
	background-position: center top;
}
#slideshow ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
#slideshow li {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	list-style: none;
	list-style-image: none;
}
@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);
}
#slide_4 {
	background-image: url(images/slides_04.webp);
}
#slide_5 {
	background-image: url(images/slides_05.webp);
}
#slide_6 {
	background-image: url(images/slides_06.webp);
}
}

#slides_arrow_next {
	width: auto;
	position: absolute;
	top: 382px;
	right: 40px;
	z-index: 101;
}
#slides_arrow_prev {
	width: auto;
	position: absolute;
	top: 382px;
	left: 40px;
	z-index: 101;
}
.inside #slides_arrow_next {
	top: 103px;
}
.inside #slides_arrow_prev {
	top: 103px;
}
#slide_slogan {
	width:  950px;
	padding-right: 850px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 240px;
	color: #fff;
	font-size: 115px;
	line-height: 115px;
	font-weight: 900;
	font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: uppercase;
	text-align: left;
	z-index: 101;
}
#slide_slogan span {
  display: block;
  font-size: 20px;
  line-height: 36px;
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 55px 0px 0px 0px;
}
#slide_slogan a {
	display: inline-block;
	margin: 50px 0px 90px 0px;
}
#slide_slogan p {
	margin: 0px;
}
.inside #slide_slogan {
	top: 258px;
}
.inside #slide_slogan p {
	display: none;
}
#slide_slogan .a_button_free {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: 800; 
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #ff0000; 
	text-align: center;
	vertical-align: top;
	padding: 20px 56px 20px 56px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slide_slogan .a_button_free:hover {
	text-decoration: none;
	background: #349eb9; 
}
#slide_slogan .a_button_phone {
	color: #fff;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 22px;
	line-height: 18px;
	font-weight: 900; 
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	background: #2dd1fa url(images/icon_phone.webp) 45px center no-repeat; 
	text-align: center;
	vertical-align: top;
	padding: 20px 56px 20px 74px;
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
}
#slide_slogan .a_button_phone:hover {
	text-decoration: none;
	background: #ff0000 url(images/icon_phone.webp) 45px center no-repeat; 
}
@media screen and (max-width: 1840px) {
#slideshow {
	width: 100%;
	height: 814px;
	position: relative;
	z-index: 0;
}
.inside #slideshow {
	height: 314px;
}
#slide_slogan {
	width: 900px;
	font-size: 100px;
	line-height: 100px;
	padding-right: 200px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 170px;
	z-index: 101;
}
#slides_arrow_next {
	top: 321px;
}
#slides_arrow_prev {
	top: 321px;
}
.inside #slides_arrow_next {
	top: 81px;
}
.inside #slides_arrow_prev {
	top: 81px;
}
#slide_slogan a {
	display: inline-block;
	margin: 50px 0px 0px 0px;
}
#slide_slogan span {
  font-size: 18px;
  line-height: 36px;
  margin: 50px 0px 0px 0px;
}
.inside #slide_slogan {
	top: 200px;
}
.inside #slide_slogan p {
	display: none;
}
}

@media screen and (max-width: 1300px) {
#slides_arrow_next {
	display: none;
}
#slides_arrow_prev {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#slideshow {
	height: 295px;
	background: #0b2b56 url(images/mobile_slideshow_bg.webp) center center no-repeat;
}
.inside #slideshow {
	height: 195px;
}
#slide_slogan {
	width: 300px;
	padding-right: 0px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 85px !important;
	color: #fff;
	font-size: 33px;
	line-height: 33px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	z-index: 101;
}
#slide_slogan span {
  display: block;
  font-size: 11px;
  line-height: 15px;
  font-family: "Overpass", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  margin: 19px 0px 0px 0px;
}
#slide_slogan a {
	display: none;
}
.inside #slide_slogan {
	display: none;
}
}

/* slideshow_pager
-----------------------------------------------------------------------------*/
#slideshow_pager { 
    text-align: left; 
	width: 20%;
	line-height: 12px;
	z-index: 101 !important; 
	overflow: hidden;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#slideshow_pager span { 
    width: 12px;
	height: 12px; 
    display: inline-block;
	cursor: pointer;
	background: url(images/slide_icon.webp) left top no-repeat;
	padding: 0px 4px 0px 4px;
	font-family: arial; font-size: 0px; 
}
#slideshow_pager span.cycle-pager-active {
	background: url(images/slide_icon_on.webp) left top no-repeat;
}
#slideshow_pager > * {
	cursor: pointer;
}

@media screen and (max-width: 1140px) {
#slideshow_pager {
	display: none;
}
}

/* middle
-----------------------------------------------------------------------------*/
#middle {
	padding: 100px 0px 40px 0px;
	background: #fff;
	position: relative;
}
.inside #middle {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

/* content
-----------------------------------------------------------------------------*/
#content {
	width: 795px;
}
.inside #content {
	width: 100%;
	float: none;
}
#home_img {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
	margin-top: -210px;
}
#home_img img {
	width: 846px;
	height: 724px;
	border: 27px #fff solid;
}
#home_img_small {
	display: none;
}

@media screen and (max-width: 1840px) {
#content {
	width: 700px;
}
.inside #content {
	width: 100%;
	float: none;
}
#home_img {
	width: auto;
	float: right;
	padding: 0px 0px 30px 60px;
	margin-top: 205px;
}
#home_img img {
	width: 428px;
	height: 371px;
	border: none;
}
#home_img_small {
	display: none;
}
}

@media screen and (max-width: 1140px) {
#middle {
	padding: 40px 0px 40px 0px;
}
#content {
	width: 100%;
	text-align: left;
	position: relative;
}
#home_img {
	display: none;
}
#home_img_small {
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
#home_img_small img {
	width: 400px;
	height: 342px;
	border: none;
}
}

@media screen and (max-width: 800px) {
#content {
	width: 100%;
	text-align: left;
	position: relative;
}
#home_img_small img {
	width: 280px;
	height: 240px;
	border: none;
}
}

/* content_title
-----------------------------------------------------------------------------*/
.content_title {
	color: #2a313a;
	font-size: 50px;
	line-height: 50px;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	text-align: left;
	background: url(images/content_title_icon_red.webp) left top no-repeat;
	padding: 65px 0px 0px 0px;
	margin-bottom: 50px;
}
.content_title h1 {
	padding: 0px;
	margin: 0px;
	width: 100%;
	color: #2a313a;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 50px;
	font-weight: 800;
	text-align: left;
}

@media screen and (max-width: 1840px) {
.content_title {
	font-size: 50px;
	line-height: 50px;
}
}

@media screen and (max-width: 1140px) {
.content_title {
	font-size: 22px;
	line-height: 22px;
	background: url(images/content_title_icon_red.webp) left top no-repeat;
	background-size: 63px 26px !important; 
	padding: 40px 0px 0px 0px;
	margin-bottom: 30px;
}
.content_title h1 {
	font-size: 22px;
	line-height: 22px;
}
}

/* service_area
----------------------------------------------------------------------------*/
#service_area {
	padding: 100px 0px 90px 0px;
	background: #f9f9f9;
	position: relative;
}
#service_area ul {
	list-style: none;
	list-style-image: none;
	margin: 10px 0px 0px  100px;
	padding: 0px;

	-moz-column-count: 7;
	-webkit-column-count: 7;
	column-count: 7;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
#service_area span {
	display: block;
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin-bottom: 50px;
	text-align: center;
}
#service_area a[href="javascript:;"] {
	color: #4d4d4d;
	text-decoration: none;
	cursor: text;
}

@media screen and (max-width: 1840px) {
#service_area ul {
	list-style: none;
	list-style-image: none;
	margin: 10px 0px 0px 30px;
	padding: 0px;

	-moz-column-count: 5;
	-webkit-column-count: 5;
	column-count: 5;
	
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
}

@media screen and (max-width: 1140px) {
#service_area {
	padding: 40px 0px 30px 0px;
	background: #f9f9f9;
	position: relative;
}
#service_area span {
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin-bottom: 30px;
	text-align: left;
}
#service_area ul {
	margin: 10px 0px 0px 0px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}
}

/* box_services
-----------------------------------------------------------------------------*/
#box_services {
	width: 100%;	
	height: auto;
	background: url(images/box_services_top_bg.webp) center top no-repeat, #0381cd url(images/box_services_bottom_bg.webp) center bottom no-repeat;
	position: relative;
	padding: 100px 0px 76px 0px;
	text-align: center;
}
#box_services .content_title {
	color: #fff;
	background: url(images/content_title_icon_white.webp) center top no-repeat;
	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;
	width: 340px;
	height: 340px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	margin: 0px 25px 24px 0px; 
}
#box_services li:nth-child(5) { 
	margin-right: 0px;
}
#box_services li:nth-child(10) { 
	margin-right: 0px;
}
#box_services li:hover a {
	background: #ff0000;
}
#box_services ul li a {
	display: block;
	width: 260px;
	height: 245px;
	text-decoration: none;
	vertical-align: middle;
	padding: 55px 40px 40px 40px; 
	position: relative;
}
#box_services ul li a div {
	width: 112px;
	height: 94px;
	line-height: 94px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in; 
	margin-bottom: 30px;
}
#box_services ul li a div img {
	display: inline-block;
	vertical-align: middle;
}
#box_services ul li a p {
	display: block;
	text-align: center;	
	color: #2d2b2c;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin: 0px 0px 30px 0px;
}
#box_services ul li a:hover span {
	color: #fff;
	text-decoration: none;
}
#box_services ul li a .a_button_services {
	color: #fff;
	display: inline-block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold; 
	text-transform: uppercase;
	background: #ff0000;
	padding: 20px 56px 20px 56px;
	margin: 0px;
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 40px;
}
#box_services ul li:hover a .a_button_services {
	color: #ff0000;
	background: #fff;
	text-decoration: none;
}
#box_services ul li a:hover div {
	color: #fff;
}
#box_services ul li:nth-child(1) div {
	background: url(images/services_icon_01.webp) center center no-repeat;
}
#box_services ul li:nth-child(1) a:hover div {
	background:  url(images/services_icon_01_on.webp) center center no-repeat;
}
#box_services ul li:nth-child(2) div {
	background: url(images/services_icon_02.webp) no-repeat;
}
#box_services ul li:nth-child(2) a:hover div {
	background:  url(images/services_icon_02_on.webp) no-repeat;
}
#box_services ul li:nth-child(3) div {
	background: url(images/services_icon_03.webp) no-repeat;
}
#box_services ul li:nth-child(3) a:hover div {
	background:  url(images/services_icon_03_on.webp) no-repeat;
}
#box_services ul li:nth-child(4) div {
	background: url(images/services_icon_04.webp) no-repeat;
}
#box_services ul li:nth-child(4) a:hover div {
	background:  url(images/services_icon_04_on.webp) no-repeat;
}
#box_services ul li:nth-child(5) div {
	background: url(images/services_icon_05.webp) no-repeat;
}
#box_services ul li:nth-child(5) a:hover div {
	background:  url(images/services_icon_05_on.webp) no-repeat;
}
#box_services ul li:nth-child(6) div {
	background: url(images/services_icon_06.webp) no-repeat;
}
#box_services ul li:nth-child(6) a:hover div {
	background:  url(images/services_icon_06_on.webp) no-repeat;
}
#box_services ul li:nth-child(7) div {
	background: url(images/services_icon_07.webp) no-repeat;
}
#box_services ul li:nth-child(7) a:hover div {
	background:  url(images/services_icon_07_on.webp) no-repeat;
}
#box_services ul li:nth-child(8) div {
	background: url(images/services_icon_08.webp) no-repeat;
}
#box_services ul li:nth-child(8) a:hover div {
	background:  url(images/services_icon_08_on.webp) no-repeat;
}
#box_services ul li:nth-child(9) div {
	background: url(images/services_icon_09.webp) no-repeat;
}
#box_services ul li:nth-child(9) a:hover div {
	background:  url(images/services_icon_09_on.webp) no-repeat;
}
#box_services ul li:nth-child(10) div {
	background: url(images/services_icon_10.webp) no-repeat;
}
#box_services ul li:nth-child(10) a:hover div {
	background:  url(images/services_icon_10_on.webp) no-repeat;
}

@media screen and (max-width: 1820px) {
#box_services ul li {
	display: inline-block;
	width: 260px;
	height: 340px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	margin: 0px 20px 20px 0px;
}
#box_services ul li a {
	display: block;
	width: 200px;
	height: 245px;
	text-decoration: none;
	vertical-align: middle;
	padding: 55px 30px 40px 30px; 
}
#box_services ul li a p {
	display: block;
	text-align: center;	
	color: #2d2b2c;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin-bottom: 30px;
}
#box_services li:nth-child(4) { 
	margin-right: 0px;
}
#box_services li:nth-child(8) { 
	margin-right: 0px;
}
#box_services li:nth-child(5) { 
	margin-right: 20px;
}
#box_services li:nth-child(9) { 
	margin-left: 280px;
}
#box_services li:nth-child(10) { 
	margin-right: 20px;
}
#box_services li:nth-child(1) p { 
	line-height: 20px !important;
}
#box_services ul li a .a_button_services {
	color: #fff;
	display: inline-block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 13px;
	line-height: 12px;
	font-weight: bold; 
	text-transform: uppercase;
	background: #ff0000;
	padding: 20px 56px 20px 56px;
	margin: 0px;
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 10%;
}
}
@media screen and (max-width: 1140px) {	
#box_services {
	width: auto;	
	height: auto;
	position: relative;
	text-align: center;
	background: #0381cd;
	padding: 40px 0px 30px 0px;
}	
#box_services ul li {
	float: none;
	display: inline-block;
	width: 204px;
	height: 205px;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	margin: 0px 5px 10px 5px;
}
#box_services ul li a {
	display: block;
	width: 144px;
	height: 151px;
	text-decoration: none;
	vertical-align: middle;
	padding: 30px 30px 24px 30px; 
}
#box_services ul li a p {
	display: block;
	text-align: center;	
	color: #2d2b2c;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 800;
	margin-bottom: 20px;
}
#box_services li:nth-child(4) { 
	margin-right: 5px;
}
#box_services li:nth-child(8) { 
	margin-right: 5px;
}
#box_services li:nth-child(5) { 
	margin-right: 5px;
}
#box_services li:nth-child(9) { 
	margin-left: 5px;
	margin-right: 5px;
}
#box_services li:nth-child(10) { 
	margin-left: 5px;
	margin-right: 5px;
}
#box_services li:nth-child(1) p { 
	line-height: 16px !important;
}
#box_services ul li a .a_button_services {
	color: #fff;
	display: inline-block;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 11px;
	line-height: 10px;
	font-weight: bold; 
	text-transform: uppercase;
	background: #ff0000;
	padding: 12px 25px 12px 25px;
	margin: 0px;
	position: absolute;
	left: 10%;
	right: 10%;
	bottom: 10%;
}
#box_services ul li a div {
	width: 67px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background-size: 67px 56px !important;
	transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in; 
	margin-bottom: 10px;
}
}

/* box_gallery
-----------------------------------------------------------------------------*/
#box_gallery {
	height: auto;
	background: #fff;
	position: relative;
	padding: 100px 0px 100px 0px;
	text-align: center;
}
#box_gallery .content_title {
	background: url(images/content_title_icon_red.webp) center top no-repeat;
	text-align: center;
}
#box_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 50px 0px;
	list-style: none;
	list-style-image: none;
}
#box_gallery ul li {
	float: left;
	width: 613px;
	height: 613px;
	padding: 0px;
	margin: 0px 36px 0px 0px;
}
#box_gallery li:nth-child(1) {
	margin-left: -380px;
}
#box_gallery li:nth-child(4) {
	margin-right: -380px;
}
#box_gallery ul li a {
	display: block;
	width: 613px;
	height: 613px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#box_gallery ul li a img {
	transition: all 0.5s ease;
}
#box_gallery ul li a:hover img {
	opacity: 1;
	transform: scale(1.1);
}
#box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(45, 209, 250, 0.5) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#box_gallery a:hover div {
	opacity: 1;
	background: rgba(45, 209, 250, 0.5) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
}
#mobile_box_gallery {
	display: none;
}
@media screen and (max-width: 1840px) {
#box_gallery ul li {
	float: left;
	width: 461px;
	height: 461px;
	padding: 0px 0px 0px 0px;
	margin: 0px 25px 0px 0px;
}
#box_gallery ul li a {
	width: 461px;
	height: 461px;
}
#box_gallery li:nth-child(1) {
	margin-left: -410px;
}
#box_gallery li:nth-child(4) {
	margin-right: -410px;
}
#mobile_box_gallery {
	display: none;
}
}
@media screen and (max-width: 1140px) {
#box_gallery {
	display: none;
}
#mobile_box_gallery .content_title {
	background: url(images/content_title_icon_red.webp) center top no-repeat;
	text-align: center;
}
#mobile_box_gallery {
	display: block;
	background: #fff;
	position: relative;
	padding: 40px 0px 40px 0px;
	text-align: center;
}
#mobile_box_gallery ul {
	display: table;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	list-style-image: none;
}
#mobile_box_gallery ul li {
	display: inline-block;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 20px 10px;
	vertical-align: top;
}
#mobile_box_gallery ul li a {
	display: block;
	width: 280px;
	height: 280px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
#mobile_box_gallery li:nth-child(1) {
	margin-left: 10px;
}
#mobile_box_gallery li:nth-child(4) {
	margin-right: 10px;
}
#mobile_box_gallery a div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	background: rgba(45, 209, 250, 0.5) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
	z-index: 2;
}
#mobile_box_gallery a:hover div {
	opacity: 1;
	background: rgba(45, 209, 250, 0.5) url(images/icon_zoom.webp) center center no-repeat;
	transition: all 0.5s ease;
}
}
/* box_contact
-----------------------------------------------------------------------------*/
#box_contact_location {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 76px 0px 0px 0px;
	position: relative;
	border-top: 2px #eeeef3 solid;
}

/* box_location
-----------------------------------------------------------------------------*/
#box_location {
	float: right;
	width: 900px;
	height: 689px;
	position: relative;
	z-index: 1;
}
#box_location a {
	width: 846px;
	height: 689px;
}
#box_location a img {
	width: 846px;
	height: 748px;
	background: url(images/location_map_img.webp) center top no-repeat;
	border: 27px #fff solid;
}
#box_location_small a  {
	display: none; 
}
@media screen and (max-width: 1820px) {	
#box_location {
	float: right;
	width: 534px;
	height: 690px;
	position: relative;
}
#box_location a img {
	width: 478px;
	height: 748px;
	background: url(images/location_map_img_small.webp) center top no-repeat;
}
#box_location a {
	width: 534px;
	height: 748px;
}
}

@media screen and (max-width: 1140px) {	
#box_location {
	display: none;
}
#box_contact_location {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 40px 20px 40px 20px;
	position: relative;
}
}

/* box_contact
-----------------------------------------------------------------------------*/
#box_contact {
	float: left;
	width: 820px;
	margin-top: 27px;
}

/* form contact
-----------------------------------------------------------------------------*/
#form_contact {
	width: 100%;
}
#form_contact fieldset {
	border: none;
}
#form_contact fieldset > table {
	width: 100%;
}
#form_contact fieldset > table tr td {
	vertical-align: top;
}

@media screen and (max-width: 1820px) {	
#box_contact {
	float: left;
	width: 552px;
}
}

@media screen and (max-width: 1140px) {
#box_contact {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#box_contact .content_title {
	background: url(images/content_title_icon_red.webp) center top no-repeat;
	text-align: center;
}
#box_contact .captcha table tr td .submit {
	display: block;
	margin: 10px 0px 10px 0px;
}
#form_contact .captcha {
	margin: 30px 0px 0px 0px;
}
}

/* form_side
-----------------------------------------------------------------------------*/
#form_free_quote fieldset {
}
#form_free_quote input[type=text], 
#form_free_quote input[type=email], 
#form_free_quote select, 
#form_free_quote textarea {
	height: 63px;	
	background: #f9f9f9;
	border: none;
}
#form_free_quote .table_form td label input {
	width: 98%;
	font-size: 18px;
	line-height: 18px;
	color: #262d52;
	background: #f9f9f9;
	padding: 9px 10px 8px 24px;
} 
#form_free_quote .table_form td label textarea {
	width: 98%;
	background: #f9f9f9;
	border: none;
	height: 148px;	
	font-size: 18px;
	line-height: 18px;
	color: #262d52;
	padding: 9px 10px 8px 24px;
}
#form_free_quote .table_form {
	width: 100%;
}
#form_free_quote .table_form td {
	width: 100%;
	padding-right: 0%;
	vertical-align: top;
}
#form_free_quote .table_form td:nth-child(1) label.edit {
	width: 49.6%;
	padding-right: 3px;
	vertical-align: top;
}
#form_free_quote .table_form td:nth-child(2) label.edit {
	width: 48%; 
}
#form_free_quote input.submit {
	color: #fff;
	font-size: 20px;
	line-height: 12px;
	font-weight: 700;
	background: #ff0000;
	text-transform: uppercase;
	width: 305px;
	height: 76px;
	padding: 0px;
	margin-left: 10px;
	border-radius: 2px;
	margin-top: -1px;
}
#form_free_quote .table_form input:required {
	background: #f9f9f9 url(images/placeholder_star_bg.webp) 10px 22px no-repeat;
}
#form_free_quote input:required:active,
#form_free_quote input:required:focus,
#form_free_quote input:required:valid {
	background: #f9f9f9;
}

@media screen and (max-width: 1840px) {
#form_free_quote .table_form {
	width: 100%;
	display: table;
	margin: 0 auto;
}
#form_free_quote input[type=text], 
#form_free_quote input[type=email], 
#form_free_quote select {
	height: 63px;	
}
#form_free_quote textarea {
	height: 148px;	
}
#form_free_quote input.submit {
	width: 218px;
	height: 76px;
	margin-left: 10px;
	border-radius: 2px;
	margin-top: -2px;
	text-align: center;
}
}

@media screen and (max-width: 1140px) {
#form_free_quote input.submit {
	width: 302px !important;
	height: 76px;
}
#form_free_quote input[type=text], 
#form_free_quote input[type=email], 
#form_free_quote select {
	height: 45px;	
}
#form_free_quote textarea {
	height: 90px; 
}
#form_free_quote .table_form td {
	width: 100%;
	display: block;
	padding-right: 0%;
}
#form_free_quote input.submit {
	text-align: center;
	width: 100%;
}
#form_free_quote .table_form label input:required {
	background: #f9f9f9 url(images/placeholder_star_small_bg.webp) 10px 17px no-repeat;
}
#form_free_quote .table_form td label input {
	font-size: 16px;
	line-height: 16px;
} 
#form_free_quote .table_form td label textarea {
	font-size: 16px;
	line-height: 16px;
}
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
	color: #7f8a99;
	font-size: 15px;
	line-height: 25px;
	background: #001430 url(images/footer_top_bg.webp) center top no-repeat;
	position: relative;
}
#footer_box1 {
	height: 119px;
	margin: 104px 0px 0px 0px;
}
#footer_box2 {
	height: 129px;
	margin: 41px 0px 0px 0px;
}
#footer_logo {
	float: left;
	width: auto;
}
#footer_bbb {
	float: right;
	width: auto;
	padding-top: 40px;
}
#footer_address {
	float: left;
	width: auto;
	text-align: left;
}
#footer_address span {
	color: #7f8a99;
}
#footer_links {
	float: right;
	width: auto;
	text-align: right;
}
#footer_links a {
	color: #7f8a99;
}

@media screen and (max-width: 1840px) {
}

@media screen and (max-width: 1140px) {
#footer {
	font-size: 13px;
	line-height: 15px;
	background: #001430;
	padding: 40px 0px 40px 0px;
}
#footer_logo {
	display: none;
}
#footer_bbb {
	float: none;
	width: auto;
	padding: 0px; 
	margin:0px;
	text-align: center;
}
#footer_bbb img {
	width: 100px;
	height: 49px;
}
#footer_address {
	float: none;
	text-align: center;
	margin-top: 12px;
}
#footer_links {
	float: none;
	text-align: center;
	margin-top: 8px;
}
#footer_box1 {
	height: auto;
	margin: 0px;
}
#footer_box2 {
	height: auto;
	margin: 0px;
}
}

/* Contact
-----------------------------------------------------------------------------*/
#contact_address {
	width: 600px;
	float: left;
}
#contact_address iframe {
	width: 600px; 
	height: 450px;
}
#contact_form {
	width: 850px;
	float: right;
}
@media screen and (max-width: 1820px) {	
#contact_address {
	width: 400px;
	float: left;
}
#contact_form {
	width: 600px;
	float: right;
}
#contact_address iframe {
	width: 400px; 
	height: 300px;
}
}
@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: 70px;
	height: 70px;
	background: #ff0000 url(images/scroll_top_bg.webp) center no-repeat;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	z-index: 1000;
}
#scroll_top:hover {
	background: #1fc3ec url(images/scroll_top_bg.webp) center no-repeat;
	text-decoration: none;
}

@media screen and (max-width: 1140px) {
#scroll_top {
	width: 50px;
	height: 50px;
}
.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%;
}
}

/* ul_img
--------------------------------------------------*/
.ul_img {
	display: table;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
.ul_img li {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding:  0px;
	margin: 0px 10px 20px 10px;
	overflow: hidden;
}
.ul_img li img {
	max-width: 500px;
	width: 100%;
}

@media screen and (max-width: 1840px) {
.ul_img li img {
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 1140px) {
.ul_img li {
	box-sizing: border-box;
	width: 100%;
	display: block;
	overflow: auto;
}
.ul_img li img {
	max-width: 400px;
	max-height: auto;
	width: 70%;
	height: 70%;
}
}