* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	font-size: 16px;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #3333ff;
	transition: .2s ease-in-out;
}

a:hover {
	color: #66cc33;
}

#wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	width: 100vw;
	min-height: 100vh;
	overflow-x: hidden;
	position: relative;
	background: #dadada;
}

.fix-row {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#navi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: 999;
	/*background: rgba(0,0,0,.5);*/
	background: #ececec;
	border-bottom: 1px solid rgba(255,255,255,.3);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.3);
	padding: 5px 0;
}

#navi .fix-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

#navi .logo a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	text-decoration: none;
}

#navi .logo img {
	height: 100%;
	max-height: 150px;
	width: auto;
	margin: 10px 0;
}

#navi .logo h2 {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
}

.navi-item {
	font-size: 22px;
	line-height: 22px;
	padding: 5px 10px;
	text-decoration: none;
	color: #333;
	margin-left: 10px;
	transition: .2s ease-in-out;
}

.navi-item.active,
.navi-item:hover {
	border-bottom: 1px solid #66cc33;
}

.navi-item:first-child {
	margin-left: 0;
}

#content {
	width: 100%;
	flex-grow: 1;
	flex-basis: auto;
	position: relative;
}

.block {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	transition: 0;
	padding: 180px 0 0 0;
	background: #dadada;
	width: 0px;
	height: 0px;
}

.block.active {
	opacity: 1;
	visibility: visible;
	transition: .1s ease-in-out opacity;
	width: 100%;
	min-height: 100%;
}

#main {
	background: url(../images/main-background.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#main .fix-row {
	height: 100%;
	padding-top: 7%;
	color: #fff;
}

#main .fix-row h1 {
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 600;
}

#main .fix-row p {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 400;
}

#main .fix-row .btn {
	display: inline-block;
	background: #66cc33;
	padding: 15px 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	text-decoration: none;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	border-radius: 15px;
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1);
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
	transition: .2s ease-in-out;
}

#main .fix-row .btn:hover {
	background: #669933;
}

#info.active {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

#info .fix-row {
	background: #fff;
	padding: 10px 15px;
	height: 100%;
}

#cont .fix-row {
	background: #fff;
	padding: 10px 15px;
	/*height: 100%;*/
}

#cont hr {
	outline: none;
	border: 0;
	border-bottom: 1px solid #ddd;
}

#cont .title {
	display: inline-block;
	width: 100%;
	max-width: 118px;
}

#cont #map {
	display: block;
	width: 100%;
	max-width: 1200px;
	height: 400px;
	background: url(../../../images/map.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#info .download {
	display: inline-block;
	text-decoration: none;
	color: #666;
	font-size: 16px;
	position: relative;
	margin-left: 35px;
	transition: .2s ease-in-out;
}

#info .download:before {
	content: '\f0ab';
	font-family: 'FontAwesome';
	display: block;
	position: absolute;
	left: -35px;
	top: -7px;
	width: 25px;
	height: 25px;
	font-size: 35px;
}

#info .download:hover {
	color: #66cc33;
}

#info .info-row {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	/*max-width: 800px;*/
}

.lets-see {
    display: inline-block;
    color: #6e6e6e;
    padding-left: 37px;
    position: relative;
}

.lets-see::before {
    content: '\f06e';
    position: absolute;
    left: -3px;
    top: -10px;
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 36px;
}

.lets-see:hover {
    color: #F39147;
}

.block {display:none}
.block.active {display:block}

#main .fix-row .welcome_address {
  margin-top: 30px;
}

#main .fix-row .welcome_phone a {
  color: #fff;
}

#main .fix-row .welcome_email a {
  color: #fff;
}

#footer {
	width: 100%;
}

.footer {
	width: 100%;
	max-width: 1200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #ddd;
}

.footer .footer-logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-ms-align-items: center;
	align-items: center;
}

.footer .footer-logo h4 {
	font-size: 18px;
	line-height: 20px;
	margin-left: 15px;
	font-weight: 400;
}

.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.footer a {
	font-size: 14px;
}

.footer a:hover {
	text-decoration: none;
	border: 0;
}

.black_link {
	color: #000 !important;
}

#info h3 {
  font-weight: normal;
}