body {
	background: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	float: left;
}

.clear {clear: both;}

@font-face {
	font-family: 'NEXA BOLD';
	src: url('../fonts/nexaBold.otf');
}

@font-face {
	font-family: 'NEXA LIGHT';
	src: url('../fonts/nexaLight.otf');
}

div.wrapper {
	width: 1175px;
	margin: 0 auto;
}

section#heading {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background: url('../images/header.png') no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

section#heading.homesHeading {
	height: 590px;
}

section#heading.contentHeading {
	height: 315px;
}

section#heading h1.logo {
	width: 195px;
	height: 185px;
	display: block;
	float: left;
	background: #fff;
	position: relative;
	margin: 0px;
}

section#heading h1.logo > a {
	width: 195px;
	height: 185px;
	display: block;
	float: left;
	background: url('../images/logo.png') no-repeat;
	background-position: center;
	text-indent: -9999px;
}

section#heading h1.logo::before {
	left: 100%;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 10px;
    margin-top: -30px;
}

section#heading header {
	width: 964px;
	height: 185px;
	display: block;
	float: right;
	background: #ffffff;
	position: relative;
}

section#heading header::before {
	left: 0;
    top: 48%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #363739;
    border-width: 10px;
    margin-top: -30px;
}

section#heading header > div {
	width: 100%;
	height: 128px;
	display: block;
	float: left;
	background: url('../images/header2.png') no-repeat center;
}

section#heading header > div > ul.socials {
	width: auto;
	height: 43px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background: #f7f7f7;
	margin-top: 44px;
	margin-left: 28px;
}

section#heading header > div > ul.socials > li {
	width: 41px;
	height: 43px;
	display: block;
	float: left;
	transition: 0.3s;
	border-right: 1px solid #f0f0f0;
}

section#heading header > div > ul.socials > li:last-child {
	border-right: none;
}

section#heading header > div > ul.socials > li > a {
	width: 40px;
	height: 43px;
	display: block;
	float: left;
	text-indent: -9999px;
}

section#heading header > div > ul.socials > li.facebook {
	background: url('../images/socfb.png') no-repeat center;
}

section#heading header > div > ul.socials > li.youtube {
	background: url('../images/socyt.png') no-repeat center;
}

section#heading header > div > ul.socials > li.skype {
	background: url('../images/socsk.png') no-repeat center;
}

section#heading header > div > ul.socials > li.twitter {
	background: url('../images/soctw.png') no-repeat center;
}

section#heading header > div > ul.socials > li:hover {
	opacity: 0.5;
}

section#heading header > div > ul.address {
	width: 240px;
	height: auto;
	display: block;
	float: right;
	list-style: none;
	padding: 0px;
	margin-top: 18px;
}

section#heading header > div > ul.address > li {
	line-height: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #A1A1A1;
}

section#heading header > div > ul.address > li img {
	margin-right: 10px;
}

section#heading header > nav {
	width: 100%;
	height: 57px;
	display: block;
	float: left;
	background: #556982;
	border-top: 3px solid #4f6279;
}

section#heading header > nav > ul {
	width: auto;
	height: 57px;
	list-style: none;
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	float: left;
}

section#heading header > nav > ul > li {
	width: auto;
	display: block;
	float: left;
	height: 54px;
	border-left: 1px solid #5f7289;
	-moz-box-shadow: -1px 0px #4e5f73;
	-webkit-box-shadow: -1px 0px #4e5f73;
	box-shadow: -1px 0px #4e5f73;
}

section#heading header > nav > ul > li > a {
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.12);
	display: block;
	float: left;
	line-height: 54px;
	padding: 0px 15px;
}

section#heading header > nav > ul > li:last-child > a {
	border-right: 1px solid #5f7289;
	position: relative;
}

section#heading header > nav > ul > li:last-child > a::before {
	width: 1px;
	height: 100%;
	position: absolute;
	background: #4e5f73;
	display: block;
	content: '';
	top: 0;
	right: 0px;
}

section#heading header > nav > .changeLang {
	cursor: pointer;
	display: block;
	float: right;
	border-radius: 3px;
	background: #374A61;
	width: 66px;
	height: 29px;
	text-align: center;
	line-height: 29px;
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	margin-right: 17px;
	margin-top: 12px;
}

section#heading header > nav > .changeLang img {
	margin-left: 5px;
}

section#heading section#slider {
	width: 100%;
	height: 367px;
	display: block;
	float: left;
	background-color: #fafafa;
	margin-top: 55px;
	position: relative;
}

section#heading section#slider button#nextSlide {
	width: 43px;
	height: 64px;
	display: block;
	position: absolute;
	top: 50%;
	right: -60px;
	margin-top: -22px;
	background: rgba(0,0,0,0.8) url('../images/slideArrow.png') no-repeat center;
	border: none;
	border-radius: 2px;
	outline: none;
	transform: rotate(180deg);
}

section#heading section#slider button#prevSlide {
	width: 43px;
	height: 64px;
	display: block;
	position: absolute;
	top: 50%;
	left: -60px;
	margin-top: -22px;
	background: rgba(0,0,0,0.8) url('../images/slideArrow.png') no-repeat center;
	border: none;
	border-radius: 2px;
	outline: none;
}

section#heading section#slider div.sliderItem {
	width: 100%;
	height: 367px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	transition: 0.3s;
	background: #fafafa;
}

section#heading section#slider div.sliderItem.active {
	opacity: 1;
	z-index: 1;
}

section#heading section#slider h3.title {
	width: auto;
	height: auto;
	display: block;
	float: left;
	border-left: 3px solid #484848;
	font-family: 'NEXA BOLD';
	font-size: 24px;
	color: #484848;
	padding-left: 10px;
	text-transform: uppercase;
	margin-top: 40px;
	height: 29px;
	line-height: 29px;
	margin-left: 45px;
}

section#heading section#slider div.infoText {
	width: 645px;
	display: block;
	float: left;
	margin-left: 45px;
	font-family: 'NEXA LIGHT';
	font-size: 14px;
	color: #484848;
	margin-top: 20px;
}

section#heading section#slider a {
	width: 230px;
	height: 35px;
	float: left;
	display: block;
	background: #2e2e2e;
	color: #fff;
	font-size: 12px;
	font-family: 'NEXA LIGHT';
	line-height: 35px;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
	margin-left: 45px;
}

section#heading section#filterPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

section#heading section#filterPlace h3.title {
	color: #fff;
	margin-top: 50px;
	font-family: 'NEXA BOLD';
	text-transform: uppercase;
}

section#heading section#filterPlace h3.title span {
	font-family: 'NEXA LIGHT';
}

section#heading section#filterPlace > div {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background: #fff;
	border-top: 5px solid #6B87AA;
	margin-top: 15px;
}

section#heading section#filterPlace > div > form {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	padding: 20px;
	font-size: 12px;
}


section#heading section#filterPlace > div > form > div {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-bottom: 25px;
}

section#heading section#filterPlace > div > form > div#collapsable {
	display: none;
}

section#heading section#filterPlace > div > form > div > div {
	width: auto;
	float: left;
	padding: 0px;
	margin-right: 20px;
}

section#heading section#filterPlace > div > form label {
	float: left;
	line-height: 39px;
	font-weight: normal;
	margin-right: 12px;
}

section#heading section#filterPlace > div > form input[type="text"],
section#heading section#filterPlace > div > form select {
	width: 260px;
	height: 39px;
	display: block;
	float: left;
	margin-right: 17px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb')";
	background-image: -moz-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -ms-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -o-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#fbfbfb));
	background-image: -webkit-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: linear-gradient(top, #fefefe, #fbfbfb);
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0px 2px #f1f1f1;
	-webkit-box-shadow: 0px 2px #f1f1f1;
	box-shadow: 0px 2px #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f1f1f1');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f1f1f1')";
	padding: 0px 10px;
	outline: none;
	text-transform: uppercase;
}

section#heading section#filterPlace > div > form input.little {
	width: 98px;
	margin-right: 8px;
}

section#heading section#filterPlace > div > form input[type="submit"],
section#heading section#filterPlace > div > form span {
    width: auto;
    height: 35px;
    float: left;
    display: block;
    background: #2e2e2e;
    color: #fff;
    font-size: 12px;
    font-family: Arial;
    line-height: 35px;
    text-align: center;
    border: none;
    margin-right: 11px;
    padding: 0px 15px;
    cursor: pointer;
}

section#aboutMain {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background: #f8f8f8;
}

section#aboutMain h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	border-left: 3px solid #484848;
	font-family: 'NEXA BOLD';
	font-size: 24px;
	color: #5ca63e;
	padding-left: 10px;
	text-transform: uppercase;
	margin-top: 40px;
	height: 29px;
	line-height: 29px;
}

section#aboutMain div.infoText {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-family: 'NEXA LIGHT';
	font-size: 14px;
	color: #828282;
	margin-bottom: 40px;
}

section#serviceMain {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background: #f8f8f8;
	padding-bottom: 40px;
}

section#serviceMain div.firstServ {
	width: 50%;
	height: auto;
	display: block;
	float: left;
	border-top: 1px solid #e8e8e8;
}

section#serviceMain div.firstServ h3.title {
	font-family: 'NEXA BOLD';
	font-size: 24px;
	color: #6b87aa;
	margin-bottom: 30px;
}

section#serviceMain div.firstServ h3.title img {
	margin-right: 20px;
}

section#serviceMain div.firstServ ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-left: 3px solid #748fb2;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'NEXA LIGHT';
}

section#serviceMain div.firstServ ul a {
	font-size: 14px;
	color: #5a5a5a;
}

section#serviceMain div.secondServ {
	width: 50%;
	height: auto;
	display: block;
	float: left;
	border-top: 1px solid #e8e8e8;
}

section#serviceMain div.secondServ h3.title {
	font-family: 'NEXA BOLD';
	font-size: 24px;
	color: #484848;
	margin-bottom: 30px;
}

section#serviceMain div.secondServ h3.title img {
	margin-right: 20px;
}

section#serviceMain div.secondServ ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	border-left: 3px solid #484848;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'NEXA LIGHT';
}

section#serviceMain div.secondServ ul a {
	font-size: 14px;
	color: #484848;
}








section#feauterMain {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background: #fff;
	margin-bottom: 20px;
}

section#feauterMain h3.title {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	border-left: 3px solid #484848;
	font-family: 'NEXA BOLD';
	font-size: 24px;
	color: #484848;
	padding-left: 10px;
	text-transform: uppercase;
	margin-top: 40px;
	height: 29px;
	line-height: 32px;
}

section#feauterMain h3.title > a {
	float: right;
	display: block;
	background: #2e2e2e;
	color: #fff;
	font-size: 12px;
	font-family: 'NEXA LIGHT';
	padding: 0px 10px;
	height: 29px;
	line-height: 29px;
}


section#feauterMain div.houseBody {
	width: 100%;
	height: 240px;
	display: block;
	float: left;
	background: url('../images/house.png') no-repeat;
	position: relative;
}

section#feauterMain div.houseBody h3.title {
	color: #fff;
	margin-top: 50px;
}

section#feauterMain div.houseBody h3.title span {
	font-family: 'NEXA LIGHT';
}

section#feauterMain div.houseBody div.infoText {
	width: 100%;
	height: 80px;
	background: #5ca63e;
	display: block;
	float: left;
	position: absolute;
	bottom: 0px;
	left: 0;
	font-family: 'NEXA LIGHT';
	font-size: 14px;
	color: #fff;
	padding: 15px 10px;
}

footer {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

footer div.up {
	width: 100%;
	height: 240px;
	display: block;
	float: left;
	background: #2b2b2b;
}

footer div.up div.impLinks {
	width: 310px;
	height: auto;
	display: block;
	float: left;
}

footer div.up div.impLinks > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 44px;
	margin-bottom: 16px;
}

footer div.up ul {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

footer div.up  ul li {
	line-height: 22px;
}

footer div.up ul a {
	color: #a9a9a9;
	font-size: 13px;
	font-family: 'NEXA LIGHT';
	text-transform: uppercase;
}

footer div.up div.loginBlock {
	width: 290px;
	height: auto;
	display: block;
	float: left;
}

footer div.up div.loginBlock > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 44px;
	margin-bottom: 16px;
}

footer div.up div.loginBlock div.form-block {
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	margin-bottom: 10px;
}

footer div.up div.loginBlock div.form-block input[type="text"],
footer div.up div.loginBlock div.form-block input[type="password"] {
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	background: #212121;
	padding: 0px 10px;
	font-family: Arial;
	font-size: 12px;
	color: #A2A2A2;
	border-bottom: none;
	box-shadow: none;
}

footer div.up div.loginBlock div.form-block input[type="submit"] {
	width: auto;
	height: 31px;
	display: block;
	float: left;
	border: none;
	background: #5CA63E;
	color: #fff;
	outline: none;
}

footer div.up div.loginBlock div.form-block a.register {
	font-family: Arial;
	font-size: 12px;
	color: #656565;
	line-height: 31px;
	float: right;
	margin-right: 5px;
}

footer div.up div.contPlace {
	width: 456px;
	height: auto;
	display: block;
	float: right;
}

footer div.up div.contPlace > h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 44px;
	margin-bottom: 16px;
}

footer div.up div.contPlace > div#mapPlace {
	width: 100%;
	height: 125px;
	display: block;
	float: left;
	position: relative;
	background: #fff;
}

footer div.up div.contPlace > div#mapPlace address {
	width: auto;
	height: auto;
	display: block;
	float: left;
	top: 10px;
	left: 10px;
	background: #fff;
	box-shadow: 0px 10px 0px rgba(0,0,0,0.5);
	padding: 10px;
	position: absolute;
	z-index: 999999;
}

footer div.bottom {
	width: 100%;
	height: 77px;
	display: block;
	float: left;
	background: #212121;
}

footer div.bottom div.text {
	width: auto;
	height: 77px;
	display: block;
	float: left;
	line-height: 77px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
}

section#homeList {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 40px;
	margin-bottom: 70px;
}

section#homeList > div.wrapper > h3.title {
	width: 100%;
    height: auto;
    display: block;
    float: left;
    border-left: 3px solid #484848;
    font-family: 'NEXA BOLD';
    font-size: 24px;
    color: #484848;
    padding-left: 10px;
    text-transform: uppercase;
    margin: 0px;
    height: 29px;
    line-height: 32px;
}

section#homeList > div.wrapper > h3.title > a.back {
	width: auto;
	height: 34px;
	display: block;
	float: right;
	font-size: 14px;
	color: #484848;
	background: #FFF url('../images/backIcon.png') no-repeat 9px;
	line-height: 38px;
	padding-left: 30px;
	padding-right: 10px;
	text-decoration: none;
	border: 1px solid #949494;
}

section#homeList ul.homesList {
	width: 100%;
	height: auto;
	display: block;
	list-style: none;
	padding: 0px;
	margin-top: 40px;
	float: left;
}

section#homeList ul.homesList > li {
	width: 377px;
	height: 360px;
	display: block;
	margin-bottom: 35px;
	float: left;
	margin-right: 22px;
}

section#homeList ul.homesList > li:nth-child(3n+3) {
	margin-right: 0px;
}

section#homeList ul.homesList > li > div.posterPlace {
	width: 100%;
	height: 250px;
	display: block;
	float: left;
	position: relative;
}

section#homeList ul.homesList > li > div.posterPlace > a {
	width: 100%;
	height: 250px;
	display: block;
	float: left;
	position: relative;
}

section#homeList ul.homesList > li > div.posterPlace > a > img {
	width: 100%;
	height: 250px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

section#homeList ul.homesList > li > div.posterPlace > div.titlePlace {
	width: 100%;
	height: 47px;
	display: block;
	float: left;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: #fff;
}

section#homeList ul.homesList > li > div.posterPlace > div.titlePlace > h3.title {
	width: 220px;
	height: 47px;
	line-height: 47px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
}

section#homeList ul.homesList > li > div.posterPlace > div.titlePlace > p.pin {
	width: 110px;
	height: 47px;
	display: block;
	float: right;
	line-height: 47px;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	transition: 0.1s;
}

section#homeList ul.homesList > li > div.posterPlace > div.titlePlace > p.pin.pinned {
	color: #e7d648;
}

section#homeList ul.homesList > li > div.moreInfo {
	width: 100%;
	height: 110px;
	display: block;
	float: left;
	background: #2971A9;
	color: #fff;
	position: relative;
}

section#homeList ul.homesList > li > div.moreInfo ul {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	list-style: none;
	padding: 20px;
}

section#homeList ul.homesList > li > div.moreInfo ul > li {
	width: 50%;
	height: 26px;
	display: block;
	float: left;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}

section#homeList ul.homesList > li > div.moreInfo ul > li img {
	margin-right: 10px;
}

section#homeList ul.homesList > li > div.moreInfo > a {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 34px;
	line-height: 34px;
	width: auto;
	padding: 0px 15px;
	background: #2E2E2E;
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.12);
}

section#homeList section#innerPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 35px;
}

section#homeList section#innerPlace div.picturesPlace {
	width: 435px;
	display: block;
	float: left;
	height: auto;
}

section#homeList section#innerPlace div.picturesPlace div.mainPicturePlace {
	width: 100%;
	height: 290px;
	display: block;
	float: left;
	position: relative;
}

section#homeList section#innerPlace div.picturesPlace div.mainPicturePlace img {
	width: 100%;
	height: 290px;
	display: block;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}




section#homeList section#innerPlace div.picturesPlace div.mainPicturePlace div.titlePlace {
	width: 100%;
	height: 47px;
	display: block;
	float: left;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	color: #fff;
}

section#homeList section#innerPlace div.picturesPlace div.mainPicturePlace div.titlePlace > h3.title {
	width: 220px;
	height: 47px;
	line-height: 47px;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 15px;
}

section#homeList section#innerPlace div.picturesPlace div.mainPicturePlace div.titlePlace > p {
	width: 110px;
	height: 47px;
	display: block;
	float: right;
	line-height: 47px;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	color: #fff;
}

section#homeList section#innerPlace div.picturesPlace div.lightPicturePlace {
	width: 100%;
	height: auto;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
	float: left;
	margin-top: 23px;
	overflow: hidden;
}

.owl-item {float: left;}
.owl-wrapper {height: 90px;}

section#homeList section#innerPlace div.picturesPlace div.lightPicturePlace  div.item {
	width: 97px;
	height: 90px;
	display: block;
	background: #D5D5D5;
	margin: auto;
}

section#homeList section#innerPlace div.picturesPlace div.lightPicturePlace  div.item > img {
	width: 97px;
	height: 90px;
	display: block;
	float: left;
}

section#homeList h3.relatedTitle {
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	margin-top: 30px;
	margin-bottom: -20px;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	text-transform: uppercase;
	color: #484848;
}

section#homeList section#innerPlace div.descPlace {
	width: 717px;
	display: block;
	float: right;
	height: auto;
	background: #F7F7F7;
}

section#homeList section#innerPlace div.descPlace > h3.title {
	padding: 25px;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	color: #484848;
	text-transform: uppercase;
}

section#homeList section#innerPlace div.descPlace > div.text {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	padding: 25px;
	font-family: Arial;
	font-size: 13px;
	color: #484848;
	padding-top: 0px;
	border-bottom: 1px solid rgba(223, 223, 223, 0.34);
}

section#homeList section#innerPlace div.descPlace > ul.infoList {
	width: 380px;
	height: auto;
	display: block;
	float: left;
	padding: 25px;
	list-style: none;
	margin: 0px;
}

section#homeList section#innerPlace div.descPlace > ul.infoList > li {
	width: 50%;
	height: auto;
	display: block;
	float: left;
	height: 30px;
	font-family: Arial;
	font-size: 12px;
	color: #000;
}

section#homeList section#innerPlace div.descPlace > ul.infoList > li img {
	margin-right: 8px;
}

section#contentPage {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

section#contentPage div.contentText {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	padding: 20px 0px;
	background: #F8F8F8;
	margin-bottom: 40px;
}

section#contentPage div.contentText h3.title {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    border-left: 3px solid #484848;
    font-family: 'NEXA BOLD';
    font-size: 24px;
    color: #484848;
    padding-left: 10px;
    text-transform: uppercase;
    margin: 0px;
    height: 29px;
    line-height: 32px;
}

section#contentPage div.contentText div.text {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin-top: 20px;
	font-family: 'NEXA LIGHT';
	font-size: 14px;
	color: #828282;
}

section#contentPage div.partnersList {
	width: 100%;
	height: auto;
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

section#contentPage div.partnersList > article {
	width: 380px;
	height: 140px;
	display: block;
	background: #f8f8f8;
	margin-bottom: 20px;
}

section#contentPage div.partnersList > article > a {
	width: 380px;
	height: 140px;
	display: block;
	float: left;
	padding: 25px;
}

section#contentPage div.partnersList > article > a > img {
	width: 125px;
	height: 100px;
	display: block;
	float: left;
}

section#contentPage div.partnersList > article > a > h3.name {
	width: calc(100% - 135px);
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	color: #484848;
	text-transform: uppercase;
}

section#contentPage div.partnersList > article > a > div.text {
	width: calc(100% - 135px);
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #484848;
}

section#contactPage {
	width: 100%;
	height: auto;
	display: block;
	float: left;
}

section#contactPage div.mapPlace {
	width: 100%;
	height: 476px;
	display: block;
	float: left;
	position: relative;
}

#map-canvas {
	width: 100%;
	height: 476px;
	display: block;
	float: left;
}

section#contactPage div.leftSide {
	width: calc((100% - 1175px)/2);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}

section#contactPage div.leftSide::after {
	position: absolute;
    top: 45px;
    right: 0;
    content: '';
    width: 8px;
    height: 386px;
    display: block;
    background: #fff;
}

section#contactPage div.rightSide {
	width: calc((100% - 1175px)/2);
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}

section#contactPage div.rightSide::after {
	position: absolute;
    top: 45px;
    left: 0;
    content: '';
    width: 8px;
    height: 386px;
    display: block;
    background: #fff;
}

section#contactPage div.bottomSide {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -587.5px;
	width: 1175px;
	height: 45px;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}



section#contactPage div.bottomSide::after {
	position: absolute;
    top: 0px;
    left: -8px;
    content: '';
    height: 8px;
    width: 1191px;
    display: block;
    background: #fff;
}

section#contactPage div.topSide {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -587.5px;
	width: 1175px;
	height: 45px;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}
section#contactPage div.topSide::after {
	position: absolute;
    bottom: 0px;
    left: -8px;
    content: '';
    height: 8px;
    width: 1191px;
    display: block;
    background: #fff;
}

.regMainTitle {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	text-transform: uppercase;
	color: #484848;
	font-family: 'NEXA BOLD';
	font-size: 14px;
	margin-bottom: 40px;
}

#regPlace {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background: #f8f8f8;
	padding: 23px;
	margin-bottom: 70px;
}

#regPlace input[type="text"],
#regPlace input[type="mail"] {
	width: 269px;
	height: 39px;
	display: block;
	float: left;
	margin-right: 17px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb')";
	background-image: -moz-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -ms-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -o-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#fbfbfb));
	background-image: -webkit-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: linear-gradient(top, #fefefe, #fbfbfb);
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0px 2px #f1f1f1;
	-webkit-box-shadow: 0px 2px #f1f1f1;
	box-shadow: 0px 2px #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f1f1f1');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f1f1f1')";
	padding: 0px 10px;
	outline: none;
	text-transform: uppercase;
}

#regPlace input[type="mail"] {
	margin-right: 0px;
}

#regPlace input[type="submit"] {
	width: auto;
	height: 30px;
	background: #2b2b2b;
	padding: 0px 11px;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	border: none;
	outline: none;
	margin-top: 18px;
	text-transform: uppercase;
}

.userSection {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 50px 0px;
	margin-bottom: 0px;
	background: #F1F1F1;
}

.userSection div.up {
	width: 100%;
	height: auto;
	padding: 35px 25px;
	display: block;
	float: left;
	font-size: 14px;
	color: #7e7e7e;
	font-family: Arial;
	text-transform: uppercase;
}

.userSection div.bottom {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background: #F7F7F7;
	border-top: 1px solid #EDEBEB;
	line-height: 54px;
	padding-left: 25px;
	text-transform: uppercase;
}

.userSection div.bottom img {
	margin: 0px 10px;
}

.userSection div.bottom button {
	float: right;
	margin-right: 10px;
	background: #3a3a3a;
	height: 20px;
	padding: 0px 10px;
	line-height: 20px;
	color: #fff;
	font-size: 10px;
	border: none;
	outline: none;
	text-transform: uppercase;
	margin-top: 15px;
}

.userSection div.bottom .editpasssec,
.userSection div.bottom .editInfosec {
	display: none;
	width: 100%;
	height: auto;
	line-height: normal;
	margin-bottom: 20px;
	float: left;
}

.userSection div.bottom .editpasssec label,
.userSection div.bottom .editInfosec label {
	float: left;
	line-height: 40px;
		width: 200px;

}

.userSection div.bottom .editpasssec input,
.userSection div.bottom .editInfosec input {
	float: left;
	margin-left: 10px;
}

.userSection div.bottom .editpasssec input[type="submit"],
.userSection div.bottom .editInfosec input[type="submit"] {
	width: auto;
    height: 30px;
    background: #313234;
    border: none;
    outline: none;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    padding: 0px 15px;
}

section#contactInfo {
	width: 100%;
	height: 250px;
	display: block;
	float: left;
	background: #f6f6f6;
	margin-top: 36px;
	margin-bottom: 56px;
}

section#contactInfo fieldset {
	width: 820px;
	height: 250px;
	display: block;
	float: left;
	padding: 10px 20px;
	position: relative;
}

section#contactInfo fieldset input[type="text"] {
	width: 248px;
	height: 39px;
	display: block;
	float: left;
	margin-right: 17px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb')";
	background-image: -moz-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -ms-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -o-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#fbfbfb));
	background-image: -webkit-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: linear-gradient(top, #fefefe, #fbfbfb);
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0px 2px #f1f1f1;
	-webkit-box-shadow: 0px 2px #f1f1f1;
	box-shadow: 0px 2px #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f1f1f1');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f1f1f1')";
	padding: 0px 10px;
	outline: none;
	text-transform: uppercase;
	margin-bottom: 15px;
}

section#contactInfo fieldset textarea {
	width: 100%;
	height: 160px;
	display: block;
	float: left;
	margin-right: 17px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0px 2px #f1f1f1;
	-webkit-box-shadow: 0px 2px #f1f1f1;
	box-shadow: 0px 2px #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f1f1f1');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f1f1f1')";
	padding: 10px;
	outline: none;
	text-transform: uppercase;
	margin-bottom: 15px;
	resize: none;
}

section#contactInfo fieldset input[type="submit"] {
	width: auto;
	height: 30px;
	background: #313234;
	border: none;
	outline: none;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding: 0px 15px;
	position: absolute;
	bottom: 40px;
	right: 35px;
	text-transform: uppercase;
}

section#contactInfo div.address {
	width: 355px;
	height: 250px;
	display: block;
	float: left;
	background: #fafafa;
	border-left: 1px solid #f3f3f3;
	line-height: 30px;
	padding: 10px 20px;
}

section#contactInfo div.address img {
	margin-right: 10px;
}

article.serviceArticle {
	width: 90%;
	height: auto;
	display: block;
	float: left;
	margin-bottom: 50px;
}

article.serviceArticle h3 {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #484848;
	margin-bottom: 10px;
}

article.serviceArticle .text {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	font-family: Arial;
	font-size: 13px;
	color: #979797;
}

input,textarea {text-transform: lowercase !important;}

input[type="text"]{
	width: 260px;
	height: 39px;
	display: block;
	float: left;
	margin-right: 17px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fefefe', endColorstr = '#fbfbfb')";
	background-image: -moz-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -ms-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -o-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fefefe), to(#fbfbfb));
	background-image: -webkit-linear-gradient(top, #fefefe, #fbfbfb);
	background-image: linear-gradient(top, #fefefe, #fbfbfb);
	border: 1px solid #e5e5e5;
	-moz-box-shadow: 0px 2px #f1f1f1;
	-webkit-box-shadow: 0px 2px #f1f1f1;
	box-shadow: 0px 2px #f1f1f1;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#f1f1f1');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#f1f1f1')";
	padding: 0px 10px;
	outline: none;
	text-transform: uppercase;
}
