@import url(fontello.css);

/* -------------------------------
	Global 
------------------------------- */
html, body {height: 100%;}
	html {background: #eaeaea;}
	body {
		min-width: 320px;
		font: 20px/1.2 'PT Sans', sans-serif;
		color: #0e0e0e;
	}

body,
dl, dd,
blockquote, fieldset, legend {
	margin: 0;
	padding: 0;
}
fieldset {border: none;}
table {
	border: none;
	border-collapse: collapse;
}
	th, td {vertical-align: top;}
	th {
		text-align: left;
		font-weight: normal;
	}
address {font-style: normal;}
p, ul, ol {margin: 0 0 1.2em 0;}
img {
	max-width: 100%;
	vertical-align: top;
}
iframe[src="//t.insigit.com/nsapi/static/partners.html"] {display: none;}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}

#wrapper {
	background: #fff;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 350px 1fr;
	grid-template-columns: 350px 1fr;
	-ms-grid-rows: 1fr -webkit-max-content;
	-ms-grid-rows: 1fr max-content;
	grid-template-rows: 1fr -webkit-max-content;
	grid-template-rows: 1fr max-content;
	grid-template-areas: "header main"
						 "header main"
						 "header footer";
	max-width: 1950px;
	min-height: 100vh;
	margin: 0 auto;
	position: relative;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.in {
	width: 100%;
	padding: 0 60px;
	position: relative;
}

/* -------------------------------
	Txt 
------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
	font-weight: normal;
	text-transform: uppercase;
}
h1 {
	margin-bottom: 1.4em;
	font-size: 36px;
	text-align: center;
}
h2 {font-size: 32px;}
h3 {font-size: 25px;}
h4 {font-size:;}
h5 {font-size:;}
h6 {font-size:;}

.title1 {
	margin: 0 0 1.4em 0;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
}

.title2 {
	margin: 0 0 0.5em 0;
	font-size: 32px;
	text-align: center;
	text-transform: uppercase;
}

.title3 {
	margin: 0 0 0.5em 0;
	font-size: 25px;
	text-align: center;
	text-transform: uppercase;
}

.tbl_hide,
.tbl_hide th,
.tbl_hide td {border: none;}

.tbl_border,
.tbl_border th,
.tbl_border td {border: 1px solid #333;}

.tbl_overflow {
	position: relative;
	overflow: auto;
}
	.tbl_overflow table {min-width: 640px;}

/* -------------------------------
	Links 
------------------------------- */
:focus {outline: none;}
a img {border: none;}

a {
	color: #572516;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {text-decoration: none;}

a[href^="tel"] {
	color: inherit;
	white-space: nowrap;
	text-decoration: none;
}

/* -------------------------------
	Forms 
------------------------------- */
.f_row {margin-bottom: 15px;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
select,
textarea {
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 9px 20px;
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: inherit;
	line-height: 1.2;
	-webkit-appearance: none;
}
textarea {
	height: 110px;
	overflow: auto;
	resize: none;
	vertical-align: top;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

input[type="submit"],
input[type="button"],
button {
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn {
	background: -o-linear-gradient(top, rgba(222,103,57,1) 0%, rgba(132,41,29,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(222,103,57,1)), to(rgba(132,41,29,1)));
	background: linear-gradient(to bottom, rgba(222,103,57,1) 0%, rgba(132,41,29,1) 100%);
	display: inline-block;
	padding: 10px 20px;
	border: none;
	font-family: inherit;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	-webkit-appearance: none;
}

/* -------------------------------
	Header 
------------------------------- */
#header {
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	-ms-grid-column: 1;
	background: #0e0e0e;
	grid-area: header;
}

	#header > .in {
		padding: 20px 45px 60px 45px;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
	
		.logo {margin-bottom: 14px;}
			.logo img.v1 {
				display: block;
				width: 100%;
				max-width: 260px;
				margin: 0 auto;
			}
			.logo img.v2 {display: none;}

		.h_phone {
			margin-bottom: 117px;
			font-weight: 700;
			font-size: 22px;
			color: #ac4524;
			text-align: center;
		}

		.m_ctrl {
			display: none;
			width: 38px;
			height: 24px;
			margin-left: 20px;
			position: relative;
			z-index: 3;
			cursor: pointer;
		}
			.m_ctrl span,
			.m_ctrl span::before,
			.m_ctrl span::after {
				background: #828282;
				height: 4px;
				border-radius: 2px;
				position: absolute;
				-webkit-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}
			.m_ctrl span {
				display: block;
				width: 100%;
				top: 50%;
				left: 0;
				-webkit-transform: translateY(-50%);
				-ms-transform: translateY(-50%);
				transform: translateY(-50%);
			}
			.m_ctrl span::before,
			.m_ctrl span::after {
				content: "";
				width: 100%;
				left: 0;
				-webkit-transform-origin: 50% 50%;
				-ms-transform-origin: 50% 50%;
				transform-origin: 50% 50%;
			}
			.m_ctrl span::before {top: -10px;}
			.m_ctrl span::after {bottom: -10px;}

		.m_ctrl.active {}
			.m_ctrl.active span {background: none;}
			.m_ctrl.active span::before {
				background: #fff;
				top: 0;
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
			}
			.m_ctrl.active span::after {
				background: #fff;
				bottom: 0;
				-webkit-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

		.h_menu {
			margin: 0 -45px;
			padding: 0;
			list-style: none;
			text-transform: uppercase;
		}
			.h_menu > li {
				border-bottom: 1px solid #303030;
			}
			.h_menu > li:first-child {border-top: 1px solid #303030;}
				.h_menu > li > a {
					display: block;
					padding: 16px 40px;
					font-size: 23px;
					color: #fff;
					text-decoration: none;
				}
				.h_menu a:hover {text-decoration: underline;}
				.h_menu a:hover,
				.h_menu li.active a {color: #ac4524;}
				.h_menu > li.hm_ddown > a {
					padding-right: 60px;
					position: relative;
				}
				.h_menu > li.hm_ddown > a::after {
					content: "\e872";
					position: absolute;
					top: 50%;
					right: 40px;
					-webkit-transform: translateY(-50%);
					-ms-transform: translateY(-50%);
					transform: translateY(-50%);
					font-family: "fontello";
					font-size: 0.6em;
					line-height: 1;
				}
				.h_menu > li.hm_ddown.open > a::after {content: "\e871";}
				.h_menu ul {
					display: none;
					margin: 0;
					padding: 0.18em 0 1.3em 60px;
					list-style: none;
				}
					.h_menu ul li {margin-bottom: 0.58em;}
					.h_menu ul li:last-child {margin-bottom: 0;}
						.h_menu ul a {
							color: #fff;
							text-decoration: none;
						}

/* -------------------------------
	Main 
------------------------------- */
#main {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	-ms-grid-column: 2;
	grid-area: main;
	min-width: 0;
	padding: 50px 0;
	position: relative;
}

	.breadcrumbs {
		margin: 0 0 15px 0;
		padding: 0;
		list-style: none;
	}
		.breadcrumbs li {}
		.breadcrumbs li::after {
			content: "\002F";
			margin: 0 8px;
		}
		.breadcrumbs li:last-child::after {display: none;}
			.breadcrumbs a {color: #000;}

	.slick-arrow {
		background: none;
		width: 60px;
		min-width: auto;
		height: 60px;
		padding: 0;
		position: absolute;
		top: 50%;
		z-index: 2;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 0;
		line-height: 0;
		color: #c7572b;
	}
	.slick-prev {left: -25px;}
	.slick-next {right: -25px;}
	.slick-prev::before,
	.slick-next::before {
		font-family: "fontello";
		font-weight: normal;
		font-size: 20px;
		line-height: 1;
	}
	.slick-prev::before {content: "\e86f";}
	.slick-next::before {content: "\e870";}
	/*.slick-arrow.slick-disabled {color: #ccc;}*/

	.slick-dots {
		margin: 0;
		padding: 15px 0;
		list-style: none;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
		.slick-dots li {
			display: inline-block;
			vertical-align: middle;
			margin: 5px 10px;
		}
			.slick-dots button {
				background: none;
				width: 10px;
				min-width: auto;
				height: 10px;
				padding: 0;
				font-size: 0;
				line-height: 0;
			}
			.slick-dots button::before {
				content: "";
				background: #fff;
				display: inline-block;
				width: 6px;
				height: 6px;
				border-radius: 50%;
				opacity: 0.9;

			}
			.slick-dots li.slick-active button::before {
				background: #197317;
				width: 10px;
				height: 10px;
			}

	.slider {
		position: relative;
		top: -50px;
	}
		.slider .item {position: relative;}
			.slider img {
				width: 100%;
				height: 100%;
				-o-object-fit: cover;
				object-fit: cover;
				position: absolute;
				top: 0;
				left: 0;
			}
			.slider .in {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-align: end;
				-ms-flex-align: end;
				align-items: flex-end;
				height: 100vh;
				padding-top: 60px;
				padding-bottom: 115px;
			}
				.slider .title {
					width: 100%;
					max-width: 620px;
					font-weight: 700;
					font-size: 72px;
					color: #fff;
					letter-spacing: 0.1em;
					text-transform: uppercase;
				}
		.slider .slick-arrow {
			background: #c7572b;
			color: #fff
		}
		.slider .slick-arrow:hover {background: #924020;}
		.slider .slick-arrow {
			top: auto;
			bottom: 0;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
		}
		.slider .slick-prev {
			left: auto;
			right: 60px;
		}
		.slider .slick-next {right: 0;}

	.article {}

	.txt1 {
		max-width: 680px;
		margin-right: auto;
		margin-bottom: 1.9em;
		margin-left: auto;
		font-size: 1.3em;
		text-align: center;
	}

	.c_wr {
		padding-top: 20px;
		overflow: hidden;
	}

	.b_info {}
		.b_info .thumb {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			height: 80px;
		}
			.b_info img {}

	.carousel {
		margin: 0 -10px;
		padding: 0 10px;
	}
	.carousel .slick-slide > div {margin: 0 10px;}
		.carousel .thumb {
			display: -webkit-box !important;
			display: -ms-flexbox !important;
			display: flex !important;
		}

	.list1 {
		padding: 0;
		list-style: none;
		font-size: 1.3em;
	}
		.list1 li {
			padding-left: 2.2em;
			margin-bottom: 0.7em;
		}
		.list1 li::before {
			content: "\e870";
			display: inline-block;
			vertical-align: 0.05em;
			width: 3em;
			margin-left: -3em;
			font-family: "fontello";
			font-size: 0.78em;
		}

	.parallax_img {
		height: 60vw;
		min-height: 300px;
		max-height: 400px;
		margin: 2.5em -60px;
		-o-object-fit: contain;
		object-fit: contain;
	}
		.parallax_img img {
			display: none;
			width: 100%;
			height: 100%;
			object-fit: contain;
		}
	
	.img1{
		background: url(../img/img1.jpg) center / cover no-repeat;
	}
	.img2{
		background: url(../img/img2.jpg) center / cover no-repeat;
	}
	.img3{
		background: url(../img/img3.jpg) center / cover no-repeat;
	}
	.img4{
		background: url(../img/img4.jpg) center / cover no-repeat;
	}

	.c_wr1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
	}
		/*.c_wr1 .in {
			-webkit-box-flex: 1;
			-ms-flex-positive: 1;
			flex-grow: 1;
		}*/

	.b_info1 {
		padding-bottom: 1.5em;
		font-size: 1.3em;
	}
		.b_info1 p {margin-bottom: 0.75em;}

	.map {
		height: 75vw;
		min-height: 400px;
		max-height: 600px;
		margin-bottom: -50px;
		overflow: hidden;
	}
		.map iframe {
			width: 100%;
			height: 100%;
		}

/* -------------------------------
	Footer 
------------------------------- */
#footer {
	-ms-grid-row: 3;
	-ms-grid-column: 2;
	background: #0e0e0e;
	grid-area: footer;
	padding: 20px 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	text-align: right;
}

	.copy {}

	.f_phone {
		display: none;
		margin-top: 15px;
		font-weight: 700;
		font-size: 22px;
		color: #ac4524;
		text-align: center;
	}

@media screen and (max-width: 1200px) {
	#wrapper {
		-ms-grid-columns: 330px 1fr;
		grid-template-columns: 330px 1fr;
	}

	.in,
	#header > .in {
		padding-right: 30px;
		padding-left: 30px;
	}

	.h_menu {margin: 0 -30px;}
		.h_menu > li.hm_ddown > a::after {right: 30px;}
		.h_menu > li > a {
			padding-right: 30px;
			padding-left: 30px;
		}
		.h_menu > li.hm_ddown > a {padding-right: 50px;}
		.h_menu ul {padding-left: 50px;}

	.parallax_img {
		margin-right: -30px;
		margin-left: -30px;
	}
}

@media screen and (max-width: 980px) {
	#wrapper {display: block;}

	.in,
	#header > .in {
		padding-right: 10px;
		padding-left: 10px;
	}

	#header {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 200;
	}
		#header > .in {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			height: 100px;
			padding-top: 10px;
			padding-bottom: 10px;
			position: relative;
		}

			.logo {margin: 0;}
				.logo img.v1 {display: none;}
				.logo img.v2 {
					display: block;
					width: 220px;
				}

			.h_phone {display: none;}

			.m_ctrl {display: block;}

			.h_menu {
				background: rgba(14, 14, 14, 0.95);
				display: none;
				width: 100%;
				max-width: 350px;
				height: calc(100vh - 100px);
				margin: 0;
				padding: 40px 0;
				position: fixed;
				top: 100px;
				left: 0;
				overflow: auto;
			}

	.slick-prev {left: -15px;}
	.slick-next {right: -15px;}

	.slider .in {
		height: auto;
		min-height: calc(100vh - 100px);
		padding-top: 40px;
		padding-bottom: 100px;
	}
		.slider .title {font-size: 60px;}

	.parallax_img {
		margin-right: -10px;
		margin-left: -10px;
	}

	#footer {text-align: center;}
		
		.f_phone {display: block;}
}

@media screen and (max-width: 730px) {
	.slider .title {font-size: 50px;}
}

@media screen and (max-width: 550px) {
	body {font-size: 16px;}

	h1,
	.title1,
	h2,
	.title2 {font-size: 26px;}

	h3,
	.title3 {font-size: 20px;}

	.h_menu > li.hm_ddown > a::after {right: 20px;}
	.h_menu > li > a {
		padding-right: 20px;
		padding-left: 20px;
	}
	.h_menu > li.hm_ddown > a {padding-right: 40px;}
	.h_menu ul {padding-left: 40px;}

	#main {padding: 30px 0;}

		.slider {top: -30px;}
			.slider .in {padding-bottom: 20px;}
				.slider .title {
					max-width: 400px;
					font-size: 40px;
				}

		.list1 li {padding-left: 1.5em;}
		.list1 li::before {
			width: 2em;
			margin-left: -2em;
		}

		.list1 {font-size: 16px;}

		.map {margin-bottom: -30px;}

	.f_phone {font-size: 20px;}
}