@import url(http://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic|Noto+Serif:400,700,400italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Varela+Round);

* {
	outline: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
	height: 100%;
	background: #2d1105;
}

body {
    font-size: 1em;
	font-family: 'Noto Serif', serif;
    line-height: 1.4;
}

a {
	text-decoration: none;
	color: #811e16;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover {
	color: #a8c94b;
}

h1,h2,h3,h4 {
	font-weight: 400;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button,
input,
select,
img {
	vertical-align: middle;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

/* Header
----------------------------------------------------------- */

#header {
	position: relative;
	height: 120px;
}

#header a:hover {
	text-decoration: none;
}

#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 173px;
	height: 94px;
	overflow: hidden;
	text-indent: -100em;
	background-image: url(logo.svg);
	background-repeat: no-repeat;
	background-size: 153px 90px;
}

#logo:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 2px;
	background: linear-gradient(
		180deg,
		transparent 0%,
		#fff 50%,
		transparent 100%
	);
}

#countries {
	z-index: 999;
	position: absolute;
	top: 34px;
	left: 188px;
	display: block;
	width: 140px;
}

#countries,
#countries ul {
	margin: 0;
	padding: 0;
}

#countries #slogan {
	display: block;
	position: relative;
	font: 14px/17px "Noto Serif";
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	color: #fff;
}

#countries #slogan:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 16px;
	height: 16px;
	font: 16px/16px 'Varela Round';
	color: rgba(255, 255, 255, .75);
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

#countries #slogan:hover:after {
	color: #fff;
}

#countries li ul {
	top: 5px !important;
	left: 0 !important;
	padding: 4px 0;
	font-size: 12px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .32);
}

#countries li ul a {
	display: block;
	padding: 3px 10px;
	color: #555;
}

#countries li ul a:hover {
	color: #000;
	background: #ddd;
}

/* Lang */

#lang {
	z-index: 9999;
	position: absolute;
	top: 13px;
	right: 275px;
	margin: 0;
	padding: 6px 8px !important;
	width: 135px;
	font: 11px Arial;
	text-transform: uppercase;
	background: rgba(0, 0, 0, .5);
}

#lang:hover {
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .32);
}

#lang .lang {
	display: block;
	padding: 0 0 0 20px;
	height: 18px;
	line-height: 16px;
	background-repeat: no-repeat;
	opacity: .75;
}

#lang:hover .lang {
	opacity: 1;
}

#lang .on .lang {
	position: relative;
	padding-right: 16px;
	color: #fff;
}

#lang .ui-state-focus .lang,
#lang .ui-state-active .lang {
	color: #000;
}

#lang .on .lang:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 16px;
	height: 16px;
	font: 16px/16px 'Varela Round';
	color: rgba(255, 255, 255, .75);
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

#lang .ui-state-focus .lang:after,
#lang .ui-state-active .lang:after {
	color: #000;
}

#lang .ui-menu {
	top: 0 !important;
	left: 0 !important;
}

#lang .ui-menu-icon {
	display: none;
}

.lang.bg {
	background-image: url(./lang/bg.png);
}

.lang.br {
	background-image: url(./lang/br.png);
}

.lang.cz {
	background-image: url(./lang/cz.png);
}

.lang.de {
	background-image: url(./lang/de.png);
}

.lang.en {
	background-image: url(./lang/en.png);
}

.lang.es {
	background-image: url(./lang/es.png);
}

.lang.fr {
	background-image: url(./lang/fr.png);
}

.lang.gr {
	background-image: url(./lang/gr.png);
}

.lang.hr {
	background-image: url(./lang/hr.png);
}

.lang.hu {
	background-image: url(./lang/hu.png);
}

.lang.it {
	background-image: url(./lang/it.png);
}

.lang.lv {
	background-image: url(./lang/lv.png);
}

.lang.pt {
	background-image: url(./lang/pt.png);
}

.lang.ru {
	background-image: url(./lang/ru.png);
}

.lang.sr {
	background-image: url(./lang/sr.png);
}

.lang.tr {
	background-image: url(./lang/tr.png);
}

/* Phone */

#phone {
	z-index: 1000;
	position: absolute;
	top: 15px;
	right: 0;
}

#phone > li > a {
	z-index: 999;
	position: relative;
	display: block;
	padding: 0 0 0 27px;
	width: 235px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	background-image: url(./svg/ico-telephone.svg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-size: 20px 20px;
}

#phone .ui-menu-icon:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -3px;
	right: 0;
	width: 16px;
	height: 16px;
	font: 16px/16px 'Varela Round';
	color: rgba(255, 255, 255, .75);
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

#phone a:hover .ui-menu-icon:after {
	color: #fff;
}

#phone > li > a.ui-state-focus,
#phone > li > a.ui-state-active,
#phone a.ui-state-focus .ui-menu-icon,
#phone a.ui-state-active .ui-menu-icon {
	color: #fff;
}

#phone .ui-menu {
	top: 5px !important;
	left: 17px !important;
	padding: 7px 0;
	width: 220px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .32);
}

#phone .ui-menu li {
	padding: 3px 10px;
	font-size: 12px;
	color: #555;
}

#phone .ui-menu li:last-child {
	margin: 7px 0 0 0;
}

#phone > li.more {
	position: absolute;
	top: 20px;
	right: 18px;
	text-align: right;
}

#phone > li.more > a {
	z-index: 1;
	display: inline-block;
	padding: 0;
	width: auto;
	font-size: 11px;
	line-height: 16px;
	background: none;
	border-bottom: dashed 1px rgba(255, 255, 255, .5);
}

#phone > li.more > a:hover {
	border-color: rgba(255, 255, 255, .75);
}

/* Nav */

#nav {
	z-index: 999;
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: 'Noto Sans';
}

#nav > ul {
	height: 35px;
}

#nav > ul > li {
	position: relative;
	float: left;
	margin: 0 0 0 1px;
	background: rgba(0, 0, 0, .5);
}

#nav > ul > li > a {
	display: inline-block;
	padding: 10px 17px 10px 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}

#nav > ul > li:first-child > a {
	padding: 10px;
}

#nav > ul > li > a.ui-state-focus,
#nav > ul > li > a.ui-state-active {
	color: #000;
	background: #fff;
	text-decoration: none;
}

#nav .home {
	margin: 0 7px;
	opacity: 1;
}

#nav a:hover .home {
	background-image: url(./svg/ico-home-dark.svg);
	opacity: 1;
}

#nav .ui-menu-icon:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 5px;
	right: 0;
	width: 16px;
	height: 16px;
	font: 16px/16px 'Varela Round';
	color: rgba(255, 255, 255, .75);
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

#nav a.ui-state-focus .ui-menu-icon:after,
#nav a.ui-state-active .ui-menu-icon:after {
	color: #000;
}

#nav li .ui-menu {
	position: absolute !important;
	top: 38px !important;
	left: auto !important;
	padding: 3px 10px 2px 10px;
	width: 250px;
	font-size: 12px;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .32);
}

#nav li .ui-menu li {
	display: block;
	position: relative;
	padding: 7px 10px;
	vertical-align: top;
    border-bottom: solid 1px #ddd;
}

#nav li .ui-menu li:last-child {
	border: 0;
}

#nav li .ui-menu .ui-menu-icon {
	top: 10px;
	right: 5px;
	background-position: 0 -948px;
}

#nav li li .ui-menu {
	position: absolute !important;
	top: 0 !important;
	left: 230px !important;
	padding: 3px 10px 2px 10px;
	width: 250px;
	font-size: 12px;
	background: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .32);
}

#nav ul.lister {
	margin: 0;
	padding: 0;
	width: 500px;
}

#nav ul.lister li {
	display: inline-block;
	width: 33%;
	border: 0;
}

#nav ul.lister li h3 {
	margin: 0 0 6px 0;
	padding: 6px 10px;
	font-size: 14px;
	background: #333;
	color: #fff;
}

#nav ul.lister li h3 a {
	color: #fff;
}

#nav ul.lister li p,
#nav ul.lister li h4 {
	margin: 0 6px 4px 6px;
	font-size: 12px;
	line-height: 16px;
}

#nav ul.lister li h4 {
	font-weight: 700;
}

#nav ul.lister li.lister-more {
	display: block;
	width: auto;
	font-size: 12px;
	line-height: 16px;
	background: #f5f5f5;
	border-top: solid 1px #ddd;
}

#nav ul.lister li.lister-more a {
	margin: 0 10px 0 0;
}

#nav ul.lister li.lister-more .whybuy {
	vertical-align: top;
}

/* Outer
----------------------------------------------------------- */

#outer {
	position: relative;
	background: #fff;
	box-shadow: 5px 0 10px rgba(0, 0, 0, .3), -5px 0 10px rgba(0, 0, 0, .3);
}

#outer a {
	border-bottom: solid 1px rgba(93, 41, 19, .3);
}

#outer a:hover {
	border-bottom: solid 1px rgba(100, 100, 100, .15);
}

#outer a img {
	border: 0;
}

#outer h1 {
	margin: .4em 0;
    font-size: 28px;
	line-height: 30px;
}

#outer h2 {
	margin: 0 0 .6em 0;
	font-size: 22px;
}

#outer h3 {
	display: inline-block;
	clear: both;
	padding: 7px 10px;
	font: 400 13px/17px 'Noto Sans';
	color: #fff;
	text-shadow: none;
	background: #333;
}

#outer h3 a {
	color: #fff;
	border: 0;
}

#outer h4 {
    margin: .6em 0;
    font-size: 14px;
	line-height: 16px;
}

#outer .default p,
#outer .default ul {
	font-size: 14px;
	line-height: 20px;
}

#outer .normal p,
#outer .normal ul {
	font-size: 13px;
	line-height: 18px;
}

#container {
	display: block;
	padding: 0 15px 5px 15px;
	width: 950px;
}

#body,
#side {
	display: inline-block;
	vertical-align: top;
}

#body {
	float: left;
	width: 695px;
}

#side {
	float: right;
	width: 210px;
}

/* Path */

#path {
	z-index: 9;
	position: relative;
	padding: 0 10px;
	height: 24px;
	font: 10px/16px 'Noto Sans';
	text-transform: uppercase;
	color: rgba(0, 0, 0, .8);
	background: rgba(0, 0, 0, .07);
	text-shadow: 1px 1px 0 #fff;
}

#path.transparent {
	background: rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, .25);
}

#path .cols .col {
	margin: 0;
	height: 24px;
	vertical-align: middle;
}

#path a,
#path i,
#path strong {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, .8);
	border: 0;
}

#path a:hover {
	color: #000;
	border: 0;
}

#path a:after,
#path i:after {
	content: "\00a0\00a0\00a0\00a0";
	font: 12px/12px 'Varela Round';
	color: rgba(0, 0, 0, .5);
}

#path .back {
	font-size: 16px;
}

/** Navi **/

#path .col.results {
	min-width: 220px;
}

#path .col.results .navi {
	float: right;
}

#path .navi a {
	display: inline-block;
	margin: 0 5px;
	height: 16px;
	vertical-align: top;
}

#path .navi a.m:after {
	content: "";
}

#path .navi a.p,
#path .navi a.n {
	position: relative;
	text-align: left;
	text-indent: -100em;
	width: 16px;
	height: 16px;
	overflow: hidden;
	border: solid 1px rgba(0, 0, 0, .5) !important;
	border-radius: 8px;
}

#path .navi a.p:before,
#path .navi a.n:before {
	display: block;
	position: absolute;
	top: 0;
	width: 16px;
	height: 16px;
	font: 12px/12px 'Varela Round';
	text-indent: 0;
}

#path .navi a.p:before {
	content: "";
	left: 4px;
}

#path .navi a.n:before {
	content: "";
	right: -7px;
}

/* Banner
----------------------------------------------------------- */

body.home {
	height: 100%;
}

#home {
    position: relative;
	min-width: 950px;
    height: 100%;
}

#home #header {
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
	background: #2d1105;
}

#home #header .wrap {
    position: relative;
	margin: 0 auto;
	width: 950px;
	height: 120px;
}

#home #banner {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	height: 100%;
	overflow: hidden;
	background: #000;
}

#home #banner .wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 950px;
	height: 100%;
}

#home #banner #search {
	z-index: 99;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -180px 0 0 0;
	width: 395px;
	height: 400px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .4);
}

#home #banner .social {
	z-index: 99;
	position: absolute;
	top: 150px;
	right: 0;
}

/* Broker */

#broker {
	z-index: 1;
	position: relative;
	top: -24px;
	margin: 0 0 -32px 0;
	height: 545px;
	overflow: hidden;
	background: #000;
}

#broker .broker-title {
	z-index: 99;
	position: absolute;
	top: 47px;
	left: 15px;
	right: 15px;
	height: 483px;
	color: #fff;
	text-shadow:
		-1px -1px 1px rgba(0, 0, 0, .75),
		1px 1px 1px #000;
}

#broker .broker-title h2 {
	margin: 0;
	font: 700 42px 'Noto Sans';
	text-transform: uppercase;
}

#broker .broker-title p {
	margin: 0;
	font: 24px 'Noto Sans';
}

#broker .da-link {
	z-index: 9;
	position: absolute;
	display: inline-block;
	padding: 5px 15px;
	top: 20px;
	right: 0;
	font: 13px 'Noto Sans';
	background: rgba(0, 0, 0, .6);
}

#broker .da-quote {
	z-index: 9;
	display: inline-block;
	position: absolute;
	bottom: 0;
	padding: 0 26px;
	font: italic 24px 'Noto Serif';
	color: #fff;
	text-shadow:
		-1px -1px 1px rgba(0, 0, 0, .75),
		1px 1px 1px #000;
}

#broker .da-quote q:before,
#broker .da-quote q:after {
	display: block;
	position: absolute;
	font-size: 52px;
}

#broker .da-quote q:before {
	content: "";
	top: -30px;
	left: 0;
}

#broker .da-quote q:after {
	content: "";
	top: -16px;
	right: 0;
}

/* Search */

#search {
	padding: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
}

#search .title {
	margin: 0 0 15px 0;
	font-size: 14px;
}

#side #search .title {
	margin: -10px -10px 10px -10px;
	padding: 5px 10px;
	background: #555;
}

#search fieldset {
	font: 12px/16px 'Noto Sans';
}

#search label {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .8);
}

#banner #search label {
	white-space: nowrap;
}

#search select {
	color: rgba(255, 255, 255, .8);
}

#side #search .cols,
#side #search .cols .col {
	display: block;
	padding: 0;
}

#banner #search .cols {
	margin: 0 0 12px 0;
}

#side #search .cols {
	margin: 0 0 7px 0;
}

#banner #search .col:nth-child(odd) {
	width: 33%;
	vertical-align: middle;
}

#side #search .cols .col {
	margin: 0 0 3px 0;
}

#side #search .cols .col.empty {
	height: 5px;
}

#search .convertor {
	margin: 5px 0 0 0;
}

#side #search .convertor {
	margin-right: 4px;
}

#banner #search .convertor {
	margin: 13px 0 0 0;
}

#side #search .search-price .col:first-child {
	height: 35px;
}

#banner #search .search-price {
	margin: 0 0 2px 0;
}

#search .search-price > .col > span {
	font-size: 11px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .8);
}

#side #search .search-price .col > span {
	float: left;
	margin: 8px 0 0 0;
}

#search .search-price .col {
	vertical-align: top !important;
}

#side #search .search-price #slider-range {
	margin: 10px 0 0 0;
}

#search .search-price .slider-amount {
	display: table !important;
	margin: 15px 0 0 0 !important;
	width: 100% !important;
}

#search .search-price .slider-amount .col {
	display: table-cell !important;
	padding: 0 !important;
	width: 50% !important;
}

#search .search-price .slider-amount input {
	display: inline-block;
	padding: 3px;
	width: 90px;
	vertical-align: middle;
}

#side #search .search-price .slider-amount input {
	width: 70px;
}

#search .slider-amount label {
	display: inline-block;
	margin: 3px 3px 0 0;
	font-size: 12px;
	vertical-align: middle;
	text-transform: none;
}

#search .search-price .slider-amount .slider-amount-max {
	text-align: right;
}

#side #search .convertor {
	float: right;
}

#search .search-footer {
	position: relative;
	margin: 10px 0 0 0 !important;
	padding: 10px 0 0 0;
	border-top: dashed 1px rgba(255, 255, 255, .2);
}

#side #search .search-footer {
	margin: 0 !important;
	padding: 10px 0 0 0;
}

#side #search .search-footer .btn1 {
	width: 100%;
	text-align: center;
}

#search .search-footer a {
	display: block;
	font: 11px/16px 'Noto Sans';
	color: rgba(255, 255, 255, .8);
	border: 0;
}

#search .search-footer a:first-child {
	margin: 0 0 4px 0;
}

#search .search-footer a:hover {
	color: #fff;
}

#search .search-footer .col:last-child {
	text-align: right;
}

#side #search .search-footer .col:last-child {
	margin: 8px 0 0 0;
	text-align: left;
}

#banner #search .search-footer .col:nth-child(odd) {
	width: 50%;
}

#search .progress-off .progress {
	display: none;
}

#search .progress-on .progress {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 45px;
	text-align: center;
	background: rgba(8, 8, 8, .8);
}

#search .progress img {
	margin: 8px 0 0 0;
}

/* Welcome */

#welcome.col {
	width: 66%;
	padding: 5px 15px;
}

.tbanner {
	margin: 10px 15px 0 15px;
	padding: 8px 10px;
	font: 700 18px 'Noto Sans';
	text-align: center;
	color: #e00;
	border: dashed 3px #e00;
}

.tbanner a {
	color: #e00;
	border-bottom: solid 2px #e00 !important;
}

#titlebar {
	padding: 5px 15px;
	font-size: 13px;
}

#container #titlebar {
	padding: 0;
}

#titlebar h2 {
	font-style: italic;
	font-size: 18px;
	color: #555;
}

#titlebar p,
#titlebar ul {
	font-size: 14px;
	line-height: 21px;
}

.title-author {
	display: block;
	padding: 5px;
	margin: 10px 0 0 10px !important;
	font: 13px 'Noto Sans';
	background: #fff;
	border: solid 1px #ddd !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.title-author.cols.floatr {
	width: auto;
}

.title-author.cols.floatr .col:last-child {
	padding: 0 10px;
	vertical-align: middle;
}

.title-author a,
.title-author strong {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: underline;
	border: 0 !important;
}

.title-author .col span {
	display: block;
	font-size: 11px;
	color: #999;
}

/* News */

#news.col {
	padding: 5px 15px 0 15px;
}

#news dt {
	position: relative;
	margin: 0 0 .5em 0;
	padding: 0 0 0 60px;
	min-height: 54px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
}

#news dt .data {
	display: inline: block;
	position: absolute;
	top: 0;
	left: 0;
}

#news dd {
	margin: 0 0 1.7em 0;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

/* Deals */

#deals {
	position: relative;
}

#deals .tab {
	position: relative;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	border-bottom: solid 1px #ccc;
}

#deals .tab li {
	position: relative;
	float: left;
	margin: 0 0 -1px 0;
	padding: 0;
}

#deals .tab li a {
	outline: 0;
	display: block;
	margin: 2px -1px 0 -1px;
	padding: 4px 15px;
	font: 16px/24px 'Noto Sans';
	color: #555;
	background: #eee;
	border: solid 1px #ccc !important;
}

#deals .tab li a:hover {
	background: #f5f5f5;
}

#deals .tab li:first-child a {
	margin-left: 0;
}

#deals .tab li.ui-tabs-active a {
	margin: 0 0 0 0;
	padding: 5px 15px;
	color: #000;
	background: #fff;
	border-bottom-color: #fff !important;
}

#deals .list-inline {
	margin: 0 15px;
	color: #999;
}

/* Page */

#page {
	text-shadow: 1px 1px #fcfcfc;
}

#page .ui-accordion-header {
	margin: 0 0 5px 0;
	overflow: hidden;
	font: 700 32px/38px 'Noto Sans';
	color: #555;
	background: #f3f3f3;
	border: solid 1px #ddd;
}

#page .ui-accordion-header:hover {
	background: #f9f9f9;
}

#page .ui-accordion-header-icon {
	top: 0;
	right: 0;
	width: 52px;
	font: 44px 'Varela Round';
	text-align: center;
	text-shadow: 1px 1px #fff;
	border-left: solid 1px #ddd;
}

#page .ui-state-default .ui-accordion-header-icon {
	line-height: 58px;
}

#page .ui-state-active .ui-accordion-header-icon {
	line-height: 52px;
}

#page .ui-accordion-header .ico-percent {
	margin: 3px 0 0 0;
}

#page .content {
	margin: 15px 0 20px 0;
}

#page  h4 {
	margin: 0 0 1em 0;
	font-size: 18px;
}

#page .floatl {
	margin: 5px 30px 15px 0;
}

#page .connected-carousels {
	margin: 0 0 30px 0;
}

#page .title-author {
	margin: 0 !important;
	width: 300px;
}

/** Wall **/

.wall {
	text-align: center;
}

.list-pdfs .wall {
	margin-bottom: 40px;
}

.wall-photo {
	clear: both;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background: url(shadow.png) no-repeat center bottom;
	border: 0 !important;
}

.wall-photo iframe {
	display: table;
}

.wall-photo img {
	padding: 8px;
	background: #f3f3f3;
	border-bottom: solid 1px #ddd !important;
}

.wall-title {
	display: block;
	margin: 0 0 5px 0;
	font-size: 12px;
}

.wall-link {
	font-size: 12px;
	border: 0 !important;
}

.wall .ico16 {
	font-style: normal;
}

/** Rieltor **/

.floatr .rieltor.feedback {
	margin: 20px 0 0 20px;
	padding: 15px 15px 5px 15px;
	width: 400px;
}

.rieltor {
	font-family: 'Noto Sans';
}

.rieltor .cols {
	margin: 0;
}

.rieltor-photo.col {
	width: 10%;
	padding: 0;
}

.rieltor-photo span {
	display: block;
	margin: 3px 0 0 0;
	font-size: 11px;
	color: #888;
}

.rieltor-photo.col li {
	line-height: 16px !important;
}

.rieltor-photo .s16 {
	float: left;
	margin: 0 0 3px 0;
}

.rieltor-photo .rieltor-social {
	margin: 6px 0 0 0;
}

.rieltor-info.col {
	padding: 0;
}

.rieltor-info h4 {
	margin: 0 0 5px 0 !important;
	font: 400 18px/24px 'Noto Serif' !important;
}

.rieltor-info h5 {
	margin: 0 0 10px 0 !important;
	font-weight: 400;
	font-size: 13px;
	color: #666;
}

.rieltor-info p {
	font-style: normal !important;
	font-size: 12px !important;
	line-height: 16px !important;
}

.rieltor-contacts {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style: none;
}

.rieltor-contacts li {
	font-size: 11px;
	color: #222;
}

.brocker .rieltor-contacts li {
	margin: 0 0 5px 0;
}

.brocker .rieltor-contacts .b16 {
	font-size: 13px !important;
}

.rieltor-icons a {
	color: #222;
	border: 0 !important;
}

.rieltor-contacts-flat li {
	display: inline-block;
	margin: 0 15px 5px 0;
}

.rieltor-icons li {
	margin-bottom: 6px;
}

.rieltor-contacts .ico-gsm > span {
	display: block;
}

.rieltor-contacts .ico-gsm span:first-child {
	margin: 0 0 5px 0;
}

#titlebar .rieltor {
	margin: 10px 0 0 0;
	padding: 0;
	width: 320px;
}

#titlebar .rieltor .rieltor-contacts li {
	margin: 0 0 1px 0;
}

.rieltor-vote {
	margin: 5px 0 10px 0;
}

.rieltor-vote .ico-vote2 {
	margin: 0 0 0 10px;
}

/** Pricelist **/

.pricelist {
	margin: 0 0 10px 0;
	width: 100%;
	font-family: 'Noto Sans';
	background: #fff;
	border: solid 1px #ccc;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.pricelist thead th {
	padding: 7px 10px;
	font-weight: bold;
	font-size: 12px;
	background: #444;
	color: #fff;
	text-shadow: none;
	border-right: solid 1px rgba(255, 255, 255, .2);
}

.pricelist tbody tr:nth-child(odd) th,
.pricelist tbody tr:nth-child(odd) td {
	background: #f5f5f5;
}

.pricelist tbody th,
.pricelist tbody td {
	padding: 7px 10px;
	font-size: 12px;
	text-align: left;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.pricelist thead th:last-child,
.pricelist tbody td:last-child {
	border-right: 0;
}

.pricelist tbody tr.sold:nth-child(odd) th,
.pricelist tbody tr.sold:nth-child(odd) td {
	background: rgba(255, 100, 100, .1);
}

.pricelist tbody .sold th,
.pricelist tbody .sold td {
	background: rgba(255, 100, 100, .05);
}

.pricelist .desc {
	font-size: 11px;
	color: #666;
}

.pricelist .plan {
	text-align: center;
}

.pl-pdf {
	min-height: 90px;
	padding: 0 0 0 110px;
	background-image: url(./svg/ico-pdf.svg);
	background-repeat: no-repeat;
	background-size: 90px 90px;
}

/** Webcam archive **/

.webcam-archive {
	width: 920px;
}

.webcam-archive,
.webcam-archive .carousel {
	height: 250px;
}

.webcam-archive .carousel-control-prev,
.webcam-archive .carousel-control-next {
	top: 50px;
	width: 42px;
	height: 84px;
	overflow: hidden;
	background: #000;
}

.webcam-archive .carousel-control-prev {
	left: -57px;
	border-radius: 42px 0 0 42px;
}

.webcam-archive .carousel-control-next {
	right: -57px;
	background-position: 40% -58px;
	border-radius: 0 42px 42px 0;
}

.webcam-archive ul {
	margin: 0;
	padding: 0;
}

.webcam-archive li {
	float: left;
	display: inline-block;
	margin: 0 20px 0 0;
	width: 293px;
	list-style: none;
	font-family: 'Noto Sans';
}

.webcam-archive a {
	border: 0 !important;
}

.webcam-archive .thmb {
	display: block;
	position: relative;
	padding: 0 0 15px 0;
	background: url(shadow.png) no-repeat center bottom;
}

.webcam-archive .thmb img {
	width: 100%;
}

.webcam-archive .thmb .time {
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 10px;
	padding: 0 4px;
	font-size: 11px;
	color: #000;
	text-shadow: 1px 1px rgba(255, 255, 255, .25);
	background: rgba(255, 255, 255, .65);
}

.webcam-archive .desc {
	display: block;
	position: relative;
	margin: -5px 0 0 0;
	font-size: 12px;
	line-height: 16px;
}

/* Offer */

#offer {
	margin: -22px 0;
}

#offer.maximize .maximize-content {
	height: 162px;
}

#offer.maximize.maximize-on .maximize-content {
	height: auto;
}

.offer {
	padding: 15px 0;
	font-family: 'Noto Sans';
	text-shadow: 1px 1px #fcfcfc;
	background: #f3f3f3;
}

.offer-a,
.offer-b {
	display: table-cell;
	padding: 0 15px;
	vertical-align: top;
}

.offer-b {
	width: 385px;
	border-left: solid 1px #ddd;
}

.offer-distance {
	float: left;
	width: 130px;
	margin: 0 0 20px 0;
}

.offer-distance span {
	width: 105px;
	margin: 0 0 10px 0;
}

/** description **/

.offer-description {
	float: left;
	width: 385px;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	border-top: solid 1px #ddd;
}

.offer-description a {
	border: 0 !important;
}

.offer-description li {
	display: table;
	width: 100%;
	border-bottom: solid 1px #ddd;
}

.offer-description li i,
.offer-description li b {
	display: table-cell;
	padding: 6px 0;
	font-style: normal;
}

.offer-description li i {
	color: #666;
	width: 33%;
}

.offer-description li.offer-description-yard .td {
	display: table-cell;
}

.offer-description li.offer-description-yard i,
.offer-description li.offer-description-yard b {
	display: inline-block;
	padding-right: 5px;
	width: auto;
}

.offer-description li.offer-description-yard b {
	padding-right: 15px;
}

.offer-description li.offer-description-yard .td:last-child b {
	padding-right: 0;
}

/** spec **/

.offer-spec {
	margin: 0;
	padding: 0;
}

.offer-spec li {
	list-style: none;
}

.offer-spec p {
	font: 700 13px/18px 'Noto Sans';
}

.offer-spec li ul {
	margin: 0 0 20px 0;
	padding: 0;
}

.offer-spec li li {
	display: inline-block;
	margin: 0 3% 0 0;
	padding: 6px 0;
	width: 30%;
	font: 400 11px/14px 'Noto Sans';
	vertical-align: top;
	border-bottom: solid 1px #ddd;
}

.offer-spec li li:nth-child(1),
.offer-spec li li:nth-child(2),
.offer-spec li li:nth-child(3) {
	border-top: solid 1px #ddd;
}

.offer-spec li li:nth-child(3n+3) {
	margin: 0;
}

.offer-spec li li i,
.offer-spec li li b {
	display: inline-block;
	width: 30%;
}

.offer-spec li li i {
	width: 69%;
	font-style: normal;
	color: #666;
}

.offer-spec li li b {
	text-align: right;
}

/** list **/

.offer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.offer-list > li {
	font-weight: 700;
	font-size: 13px;
}

.offer-list li ul {
	margin: 10px 0 30px 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	list-style: none;
}

.offer-list li:last-child ul {
	margin-bottom: 0;
}

.offer-list li li {
	display: inline-block;
	margin: 2px 0;
	width: 33%;
}

.offer-price {
	position: relative;
	height: 145px;
}

/** Bonus **/

.price-bonus {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 162px;
}

.price-bonus .btn6 {
	padding-left: 26px !important;
}

.price-bonus .btn6:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	background: url(ico16.png) no-repeat 0 -2400px;
}

.price-bonus .tg61,
.price-bonus .tg62 {
	display: block;
}

.price-bonus .tg62 {
	display: none;
}

.price-bonus .tg62 .p {
	display: block;
	padding: 5px;
	font-size: 11px;
	text-transform: none;
	background: #fcfcfc;
	border-radius: 0 0 3px 3px;
	box-shadow:
		0 0 5px rgba(0, 0, 0, .15),
		inset -1px -1px 0 rgba(0, 0, 0, .1),
		-1px -1px 0 rgba(0, 0, 0, .05);
}

.price-convertor {
	margin: 3px 0 0 0;
	height: 40px;
}

.price-title {
	display: inline-block;
	margin: 0 5px 0 0;
	font: 700 12px/24px 'Noto Sans';
	vertical-align: top;
	color: #666;
}

/** Convertor **/

#offer .convertor {
	padding: 0;
}

#offer .convertor:after {
	display: none;
}

#offer .convertor .ui-state-default {
    color: #666;
    border-right: solid 1px rgba(0, 0, 0, .1);
}

#offer .convertor .ui-state-default:last-child {
    border: 0;
    margin: 0;
}

#offer .convertor .ui-state-active {
    margin-top: -2px !important;
    color: #000;
    background: rgba(255, 255, 255, .9);
}

#offer .convertor .ui-button {
    margin: 0 -3px 0 0;
}

#offer .convertor .ui-button-text-only .ui-button-text {
    padding: 3px 8px 4px 8px;
}

/* Price block*/

.price-minsrok {
	margin: 0 0 5px 0;
	font-size: 12px;
}

.price-all .light {
	font-size: 13px;
	color: #666;
}

.price-total .dark {
	font-size: 30px;
	color: #222;
}

.price-sqm .dark {
	font-size: 18px;
	color: #666;
}

.price-all > span.price-total {
	margin: 0 10px 0 0;
	font-size: 22px;
	color: #222;
}

.price-all > span.price-sqm {
	font-size: 16px;
	color: #666;
}

.price-info {
	font-size: 11px;
	line-height: 14px;
}

.price-exit {
	margin: 10px 0 0 0;
}

.offer-promo {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	list-style: none;
	border-top: dashed 1px #ccc;
}

.offer-promo li {
	margin: 0 0 15px 0;
	padding-bottom: 15px;
	list-style: none;
	font-size: 12px;
	background: none !important;
	border-bottom: dashed 1px #ccc;
}

.offer-promo li:before {
	opacity: .6;
}

.offer-promo strong {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

.offer-commision {
	font-weight: 700;
	font-size: 13px;
}

/* Offers */

/** Gallery **/

#gallery-cc {
	z-index: 1;
	position: relative;
	top: -24px
}

.offerg {
	z-index: 9;
	position: absolute;
	display: block;
}

.offerg.titles {
	top: 50px;
	left: 10px;
	width: 850px;
	color: #fff;
	text-shadow:
		-1px -1px 1px rgba(0, 0, 0, .75),
		1px 1px 1px #000;
}

.offerg.titles.fs {
	right: 10px;
	width: auto;
	text-align: center;
}

.offerg.titles .title {
	margin: 0 0 10px 0;
	font: 700 44px/44px 'Noto Sans';
	text-transform: uppercase;
}

.offerg.titles .subtitle {
	font: 400 30px/32px 'Noto Sans';
}

.offerg.partof {
	top: 55px;
	right: 10px;
	padding: 7px 10px;
	width: 240px;
	font: 12px/16px 'Noto Sans';
	color: #fff;
	background: rgba(0, 0, 0, .6);
}

.offerg.btns {
	z-index: 101;
	bottom: 31px;
	right: 75px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #ccc;
	background: -webkit-linear-gradient(top, #f5f5f5, #ccc);
	   background: -moz-linear-gradient(top, #f5f5f5, #ccc);
		background: -ms-linear-gradient(top, #f5f5f5, #ccc);
	box-shadow:
		0 0 5px rgba(0, 0, 0, .1);
}

.offerg.btns a {
	margin: 0 10px 0 0;
	padding-right: 10px;
	height: 26px;
	font: 700 10px/26px 'Noto Sans' !important;
	text-transform: uppercase;
	color: #666;
	text-shadow: 1px 1px rgba(255, 255, 255, .6);
	border-bottom: 0 !important;
	border-right: solid 1px #bbb !important;
}

.offerg.btns a:hover {
	color: #333;
}

.offerg.btns a:last-child {
	margin: 0;
	padding-right: 5px;
	border-right: 0 !important;
}

.offerg.fullscreen {
	z-index: 9;
	bottom: 31px;
	right: 15px;
	width: 52px;
	height: 26px;
	border-radius: 3px;
	background-color: #000;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .9));
	   background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .9));
		background: -ms-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .9));
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.offerg.fullscreen:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
}

.offerg.fullscreen a,
.offerg.fullscreen button {
	display: block;
	width: 48px;
	height: 26px;
	overflow: hidden;
	text-indent: -100em;
	background: url(ico24.png) no-repeat;
	border: 0;
	cursor: pointer;
}

.offerg.fullscreen.on a,
.offerg.fullscreen.on button {
	background-position: 14px -995px;
}

.offerg.fullscreen.off a,
.offerg.fullscreen.off button {
	background-position: 14px -1046px;
}

.offerg.badges {
	top: 40px;
	font-size: 12px;
	line-height: 14px;
	text-shadow:
		-1px -1px 3px #000,
		1px 1px 3px #000;
}

.offerg.badges span {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .8);
}

.offerg.badges span:after {
	background: #000;
}

.offerg.video {
	display: inline-block;
	position: absolute;
	left: 290px;
	bottom: 21px;
}

.offerg.ipack {
	position: absolute;
	bottom: 27px;
	left: 10px;
	padding: 8px 10px 0 10px;
	width: 200px;
	background: rgba(0, 0, 0, .6);
	border-radius: 3px;
}

.offerg.ipack h3 {
	display: block !important;
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
	color: #fff;
	font: 13px 'Noto Sans';
	background: transparent !important;
	outline: 0;
}

.offerg.ipack .ui-icon {
	top: -3px;
	right: 0;
	font: 20px Arial;
	color: #fff;
}

.offerg.ipack div span {
	display: block;
}

.offerg.ipack div span:last-child {
	margin: 0 0 12px 0;
}

.offerg.ipack div a {
	font: 11px/16px 'Noto Sans';
	color: rgba(255, 255, 255, .9);
	border-bottom: dotted 1px rgba(255, 255, 255, .4) !important;
}

.offerg.ipack div a:hover {
	color: #fff;
	border-color: rgba(255, 255, 255, .5) !important;
}

/** Horizontal **/

.offerh {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.offerh > li {
	display: block;
	position: relative;
	margin: 0 0 30px 0;
	width: 695px;
	height: 306px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.offerh > li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.offerh > li > div,
.offerh > li > span {
	position: absolute;
}

.offerh .thumb {
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
}

.offerh .title {
	z-index: 9;
	top: 7px;
	left: 10px;
	max-width: 560px;
	max-height: 36px;
	overflow: hidden;
	font: 700 30px/36px 'Noto Sans';
	color: #fff;
	text-transform: uppercase;
	text-shadow:
		-1px -1px 1px rgba(0, 0, 0, .75),
		1px 1px 1px #000;
}

.offerh .subtitle {
	z-index: 9;
	top: 42px;
	left: 10px;
	font: 400 22px/28px 'Noto Sans';
	color: #fff;
	text-shadow:
		-1px -1px 1px rgba(0, 0, 0, .75),
		1px 1px 1px #000;
}

.offerh .location {
	z-index: 9;
	top: 170px;
	left: 10px;
	font: 400 18px/24px 'Noto Sans';
	color: #fff;
	text-shadow:
		-1px -1px 1px rgba(0, 0, 0, .75),
		1px 1px 1px #000;
}

.offerh .price {
	z-index: 9;
	top: 165px;
	right: 10px;
	padding: 4px 10px;
	line-height: 24px;
	color: #fff;
	background: rgba(0, 0, 0, .8);
}

.offerh .price-total {
	font-size: 22px;
}

.offerh .price-sqm {
	font: 14px 'Noto Sans';
	color: rgba(255, 255, 255, .75);
}

.offerh .badges {
	top: 10px;
}

.offerh .band {
	bottom: 104px;
}

.offerh .prefoot {
	z-index: 99;
	top: 207px;
	left: 0;
	right: 0;
	height: 35px;
	font-family: 'Noto Sans';
	background: rgba(0, 0, 0, .6);
}

.offerh .prefoot .menu {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 28%;
}

.offerh .prefoot .menu li {
	list-style: none;
}

.offerh .prefoot .menu > li {
	margin: 10px 10px;
	font-size: 12px;
}

.offerh .prefoot .menu > li > a {
	z-index: 99;
	display: inline-block;
	position: relative;
	padding: 0 22px 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	border: 0 !important;
}

.offerh .prefoot .menu .ui-menu-icon {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	width: 16px;
	height: 16px;
	font-size: 14px;
}

.offerh .prefoot .menu .ui-menu-icon:after {
	content: "+";
}

.offerh .prefoot .menu .ui-menu {
	top: -26px !important;
	left: -10px !important;
	margin: 0;
	padding: 32px 0 7px 0;
	width: 167px;
	list-style: none;
	background: rgba(0, 0, 0, 1);
	box-shadow: 0 0 10px rgba(0, 0, 0, .32);
}

.offerh .prefoot .menu .ui-menu li {
	padding: 3px 10px;
	font-size: 12px;
	color: #ccc;
}

.offerh .prefoot .menu .ui-menu a {
	color: #ccc;
	border: 0 !important;
}

.offerh .prefoot .menu .ui-menu a:hover {
	color: #fff;
}

.offerh .prefoot .features {
	float: right;
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 0;
}

.offerh .prefoot .features dt,
.offerh .prefoot .features dd {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

.offerh .prefoot .features dd {
	margin-right: 10px;
}

.offerh .foot {
	z-index: 1;
	display: table;
	top: 242px;
	left: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	background: #eee;
}

.offerh .foot > div {
	display: table-cell;
	padding: 10px;
}

.offerh .foot .map,
.offerh .foot .submit {
	width: 1%;
	vertical-align: middle;
}

.offerh .foot .submit .btn1 {
	margin: 4px 0 0 0;
}

/** Vertical **/

.offerv a {
	display: block;
	position: relative;
	width: 215px;
	height: 247px;
	border: 0 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.offerv a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.offerv a > span {
	position: absolute;
}

.offerv .thumb {
	z-index: 1;
	top: 0;
	left: 0;
}

.offerv .title {
	z-index: 9;
	top: 5px;
	left: 10px;
	max-height: 84px;
	overflow: hidden;
	color: #fff;
	text-shadow:
		-1px -1px 1px rgba(0, 0, 0, .75),
		1px 1px 1px #000;
}

.offerv .title-name {
	display: block;
	margin: 0 0 5px 0;
	font: 700 22px/26px 'Noto Sans';
	text-transform: uppercase;
}

.offerv .title-location {
	display: block;
	font: 400 14px/18px 'Noto Sans';
}

.offerv .subtitle {
	z-index: 9;
	bottom: 32px;
	left: 0;
	right: 0;
	padding: 5px 10px;
	font: 12px/18px 'Noto Sans';
	color: #fff;
	background: rgba(0, 0, 0, .6);
}

.offerv .price {
	z-index: 9;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 3px 10px;
	height: 32px;
	line-height: 24px;
	font-family: 'Noto Sans';
	color: #fff;
	background: #000;
}

.offerv .price-total {
	font-size: 16px;
}

.offerv .price-sqm {
	font-size: 12px;
	color: rgba(255, 255, 255, .6);
}

.offerv .badges {
	top: 90px;
}

.offerv .band {
	bottom: 39px;
}

/** News **/

.offern {
	margin: 0;
	padding: 0;
	list-style: none;
}

.offern > li {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #f9f9f9;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.offern > li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.offern .thumb {
	float: left;
	margin: 0 15px 10px 0;
	width: 200px;
	overflow: hidden;
}

.offern h2.title {
	margin: 0 0 5px 0 !important;
	font-size: 16px !important;
}

.offern .subtitle {
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: 12px;
}

.offern .label {
	margin: -7px 0 0 0;
}

.offern .description {
	margin: 0 0 10px 0;
	font-size: 12px;
}

.offern .foot {
	clear: both;
	margin: 11px 0 0 0;
	padding: 10px 0 0 0;
	border-top: solid 1px rgba(0, 0, 0, .1);
}

.offern .submit {
	float: right;
}

/* Toolbar */

.toolbar {
	margin: 0 0 15px 0;
	padding: 10px;
	font: 13px 'Noto Sans';
	background: #efecdc;
}

.toolbar .cols {
	margin: 0;
}

.toolbar .col {
	vertical-align: middle !important;
}

.toolbar-results {
	font-weight: 700;
	white-space: nowrap;
}

.toolbar-sort form {
	text-align: right;
	white-space: nowrap;
}

.toolbar-sort label,
.toolbar-sort .select2 {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.toolbar-sort .select2 {
	width: 220px;
}

.toolbar-sort .btn1-g {
	margin-left: 4px;
}

.toolbar-map {
	width: 15%;
	white-space: nowrap;
}

.toolbar-map a {
	margin-left: 1em;
	font-size: 13px !important;
}

.toolbar-filter {
	margin: 11px 0 0 0;
	padding: 5px 0 0 0;
	border-top: solid 1px rgba(0, 0, 0, .15);
}

.toolbar-filter ul {
	margin: 15px 0 0 0;
	padding: 0;
}

.toolbar-filter li {
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 11px;
	font-family: 'Noto Sans';
	line-height: 16px;
	list-style: none;
	vertical-align: top;
}

.pager {
	margin: 15px 0;
	font: 13px 'Noto Sans';
	text-align: left;
}

/* Categories */

.cats {
	margin: 10px 0;
	font-family: 'Noto Serif';
	background: #eee;
}

.cats .title {
	padding: 5px 10px;
	background: #555;
	font: 400 14px/18px 'Noto Serif';
	color: #fff;
}

#outer .cats .acco h3 {
	margin: 0;
	padding-right: 30px;
	font: 400 13px/17px 'Noto Serif';
	text-transform: none;
	color: #888;
	background: transparent;
}

#outer .cats .acco h3 a {
	color: #222;
}

#outer .cats .acco h3 .ui-accordion-header-icon {
	font-size: 21px;
}

#outer .cats .acco div ul {
	margin: 0 0 0 2em;
	padding: 0 0 10px 0;
	font: 400 12px/16px 'Noto Serif';
	color: #888;
}

#outer .cats .acco div ul li {
	margin: 0 0 2px 0;
}

/* Promo */

.promo {
	margin: 0;
	padding: 0;
	list-style: none;
}

.promo li {
	margin: 0 0 30px 0;
	padding: 10px;
	height: 303px;
	background: #eee;
}

.promo h4 {
	margin: 0 0 5px 0 !important;
	font-weight: 400;
	font-size: 18px !important;
	line-height: 22px;
}

.promo h4 a {
	color: #222;
	border: 0 !important;
}

.promo h5 {
	margin: 0 0 10px 0 !important;
	font-weight: 400;
	font-size: 14px !important;
	line-height: 18px;
}

.promo p {
	margin: 0;
}

.promo p img {
	width: 100%;
}

/* Newsletter */

#newsletter {
	margin: 0 0 10px 0;
	padding: 15px;
	background: #efecdc;
}

#newsletter .title h4 {
	margin: 0 0 5px 0;
	font-weight: 700;
	font-size: 13px;
}

#newsletter .title p {
	margin: 0 0 10px 0;
	font-style: italic;
	font-size: 11px;
}

#newsletter fieldset,
#newsletter .btn1-g {
	margin: 0 0 10px 0;
}

#newsletter .social p {
	margin: 0 0 5px 0;
	font-size: 11px;
}

#newsletter .social p:last-child {
	margin: 0;
}

.msg-sucsess {
	margin: 0 0 10px 0;
	padding: 10px 15px;
	font: 13px 'Noto Sans' sans-serif;
	color: #fff;
	background: #66ab5b;
	border-radius: 2px;
}

/* Feedback 1 */

.floatr .feedback {
	margin: 15px 0 0 0;
	width: 350px;
}

#page .floatr .feedback {
	width: 100%;
}

.feedback {
	padding: 15px;
	font-family: 'Noto Sans';
	text-shadow: none;
	background: #efecdc;
}

.feedback h4 {
	margin: 0 0 8px 0 !important;
	font-weight: 700;
}

.feedback .oremail {
	margin: 15px 0;
	font-style: italic;
	font-size: 12px !important;
}

.feedback .cols {
	margin: 0 0 10px 0;
}

.feedback .callto {
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: solid 1px rgba(0, 0, 0, .1);
}

.feedback .callto .cols {
	margin: 0;
}

/* Feedback 2 */

.feedback2 {
	margin: 10px 0;
}

.feedback2 h2 {
	margin: 0 0 20px 0 !important;
}

.feedback2 input[type="text"] {
	margin: 0 0 10px 0;
}

.feedback2 textarea {
	margin: 0 0 10px 0;
	width: 500px;
	height: 170px;
}

.feedback2 .captcha span {
	display: inline-block;
	vertical-align: top;
}

.feedback2 .captcha input {
	width: 150px;
	display: inline-block;
	vertical-align: top;
}

.feedback2 .submit {
	text-align: right;
}

/* Feedback 3 */

.feedback3 {
	margin: 0 0 10px 0;
	padding: 15px;
	font: 12px 'Noto Sans';
	background: #fcfcfc;
	border: solid 1px #ddd;
	border-radius: 3px;
}

.feedback-title {
	margin: 0 0 10px 0 !important;
	padding: 10px 15px;
	font: 18px/18px 'Noto Serif';
	background: #eee;
	color: #222;
	border-radius: 3px 3px 0 0;
}

.feedback-title .cols {
	width: auto;
	margin: 0;
}

.feedback-title .col label {
	display: inline-block;
	margin: 5px 0 0 0;
}

.feedback3 fieldset {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: dotted 1px #ccc;
}

.feedback3 fieldset.fb3-loc {
	padding: 0;
}

.feedback3 legend {
	display: block;
	margin: 0 0 10px 0;
}

.feedback3 label.db {
	display: block;
	margin: 0 0 5px 0;
}

.feedback3 input[type="checkbox"] + label {
	margin-bottom: 0;
}

.feedback3 .convertor .ui-state-default {
    color: #888;
    background: #fff;
    border: solid 1px #ccc;
}

.feedback3 .convertor .ui-state-active {
    color: #222;
    background: #eee;
    border: solid 1px #ccc;
}

.feedback-price .convertor {
	margin: 10px 0 0 0;
}

.feedback-price .area-slider,
.feedback-area .area-slider {
	margin: 15px 0 0 0;
}

.feedback3 .slider-amount {
	margin: 15px 0 0 0;
}

.feedback3 .slider-amount label {
	display: inline-block;
	vertical-align: middle;
	color: #666;
}

.feedback3 .slider-amount input {
	width: 85%;
}

.feedback3 .slider-amount .slider-amount-max {
	text-align: right;
}

.feedback3 input.area-amount {
	margin: 10px 0 0 0;
	padding: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.feedback3 .ui-slider {
	background: #666 !important;
}

.feedback3 .submit {
	text-align: right;
}

.feedback3 .fb3-loc .di3 {
	margin-bottom: 15px;
}

/** Zhil.Rai **/

.zhr-title.toggler a {
	z-index: 1;
	display: block;
	position: relative;
	padding: 0 0 0 7px;
	height: 28px;
	line-height: 28px;
	color: #888;
	text-decoration: none;
	border: solid 1px rgba(0, 0, 0, .25);
	border-radius: 2px;
	background: #fcfcfc;
}

.zhr-title.toggler a:hover {
	color: #222;
	background-color: #fff;
	border-color: rgba(0, 0, 0, .3) !important;
}

.zhr-title.toggler a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 26px;
	height: 26px;
	background: #e3e3e3 url(ico16.png) no-repeat 0 -940px;
	border-left: solid 1px rgba(0, 0, 0, .15);
}

.zhr.toggle-on .zhr-box {
	display: none;
}

.zhr.toggle-off .zhr-box {
	display: block;
}

.zhr {
	position: relative;
}

.zhr-box {
	z-index: 3;
	position: absolute;
	top: 14px;
	left: 238px;
	right: 0;
	width: 650px;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.zhr-box:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: -7px;
	width: 16px;
	height: 16px;
	background: #333;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.zhr-head {
	position: relative;
	padding: 15px;
	color: #fff;
	background: #333;
	border-radius: 3px 3px 0 0;
}

.zhr-head h3 {
	margin: 0;
	padding: 0 !important;
}

.zhr-close {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 18px;
	color: #ddd;
	text-shadow: -1px -1px 1px #111;
}

.zhr-close:hover {
	color: #fff;
}

.zhr-body {
	padding: 10px 15px;
}

.zhr-body p {
	margin: 0 0 15px 0 !important;
	font-size: 12px !important;
}

.zhr-deselect a {
	color: #888;
	border-bottom-style: dotted !important;
}

.zhr-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.zhr-body li {
	display: inline-block;
	padding: 0;
	margin: 0 0 8px 0;
	width: 33%;
	font-size: 12px;
}

.zhr-tags {
	z-index: 2;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

.zhr-tags .tagit-choice {
	position: relative;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 2px 22px 2px 6px;
	font-size: 12px;
	background: #eee;
	border-radius: 2px;
}

.zhr-tags .tagit-label {
	font-style: normal;
}

.zhr-tags a.tagit-close {
	position: absolute;
	right: 6px;
	top: 0;
	font-size: 16px;
	color: #999;
	border: 0 !important;
	cursor: pointer;
}

.zhr-tags a.tagit-close:hover {
	color: #333;
}

/* Vakansii (22) */

.vakansii {
	margin: 0 0 30px 0;
	padding: 0 0;
	border-top: solid 1px #a8c94b;
}

.vakansii h3 {
	margin-top: 0 !important;
	text-transform: uppercase;
	background: #a8c94b !important;
}

.vakansii h4 {
	font-weight: 700;
}

.vakansii-book {
	padding: 10px;
	max-width: 260px;
	border: solid 1px #a8c94b;
	border-top: 0;
}

.vakansii-book .list-zebra {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	border-bottom: solid 1px #ddd;
}

.vakansii-book .list-zebra li:nth-child(odd) {
	font-weight: 700;
}

.vakansii-book p {
	margin: 0 !important;
}

/* Buttons
----------------------------------------------------------- */

/* Button 1 - search and book */

.btn1,
.btn1-g {
	position: relative;
	display: inline-block;
	font: 700 12px/16px 'Noto Sans';
	vertical-align: top;
	color: #4e3327;
	border: 0 !important;
	border-radius: 2px;
	background-color: #e1bc1a;
	background: -webkit-linear-gradient(top, #f2e670, #e1bc1a);
	   background: -moz-linear-gradient(top, #f2e670, #e1bc1a);
		background: -ms-linear-gradient(top, #f2e670, #e1bc1a);
	text-transform: uppercase;
	text-shadow: 1px 1px rgba(255, 255, 255, .2);
	box-shadow:
		inset -1px -1px 1px #c99e11,
		-1px -1px 0 rgba(255, 255, 255, .2),
		0 0 5px rgba(0, 0, 0, .2);
}

.btn1 {
	padding: 5px 34px 5px 15px;
}

.btn1:after {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	right: 12px;
	width: 16px;
	height: 16px;
	background: url(svg/ico-more.svg) no-repeat;
	background-size: 16px 16px;
}

a.btn1:hover,
.btn1-g:hover	{
	color: #4e3327;
	background-color: #f2e670;
	background: -webkit-linear-gradient(top, #f7f1b6, #e1bc1a);
	   background: -moz-linear-gradient(top, #f7f1b6, #e1bc1a);
		background: -ms-linear-gradient(top, #f7f1b6, #e1bc1a);
}

#side .btn1,
#side .btn1-g {
	width: 100%;
	text-align: center;
}

a.btn1 {
	padding-top: 6px;
}

input.btn1 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}

input.btn-more {
	background-image: url(svg/ico-more.svg);
	background-position: 93% 8px;
}

input.btn-mail {
	background-image: url(svg/ico-mail2.svg);
	background-position: 96% 5px;
}

/* Button 2 - tags */

.btn2 {
	display: inline-block;
	margin: 0 3px 3px 0;
	padding: 3px 7px;
	line-height: 14px;
	font: 11px 'Noto Sans';
	text-transform: uppercase;
	color: #666;
	background: #fcfcfc;
	border: solid 1px #ddd !important;
	border-radius: 3px;
}

.btn2:hover {
	color: #fff;
	background: #222;
	border-color: #222 !important;
}

.btn2.future {
	color: #fff;
	background: #aac840;
	border-color: #aac840 !important;
}

.btn2.past {
	color: #fff;
	background: #c00;
	border-color: #c00 !important;
}

/* Button 3 - light gray */

.btn3 {
	position: relative;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 38px 5px 10px;
	font: 11px/14px 'Noto Sans';
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	color: #555;
	border: 0 !important;
	border-radius: 2px;
	background-color: #f0f0f0;
	background: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	   background: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
		background: -ms-linear-gradient(top, #fcfcfc, #f0f0f0);
	box-shadow:
		0 0 5px rgba(0, 0, 0, .15),
		inset -1px -1px 0 rgba(0, 0, 0, .1),
		-1px -1px 0 rgba(0, 0, 0, .05);
}

.btn3:after {
	content: '';
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 0;
	margin: -8px 0 0 0;
	width: 25px;
	height: 16px;
	font: 16px/16px 'Varela Round';
	text-align: center;
	text-shadow: 1px 1px #fff;
	border-left: solid 1px #ddd;
}

.btn3:hover {
	color: #777;
	background: -webkit-linear-gradient(top, #fff, #f3f3f3);
	   background: -moz-linear-gradient(top, #fff, #f3f3f3);
		background: -ms-linear-gradient(top, #fff, #f3f3f3);
	box-shadow:
		0 0 5px rgba(0, 0, 0, .4),
		inset -1px -1px 0 rgba(0, 0, 0, .1),
		-1px -1px 0 rgba(0, 0, 0, .05);
}

.btn3:active {
	background: -webkit-linear-gradient(top, #f0f0f0, #fff);
	   background: -moz-linear-gradient(top, #f0f0f0, #fff);
		background: -ms-linear-gradient(top, #f0f0f0, #fff);
}

/* Button 4 - view more */

.btn4 {
	display: inline-block;
	padding: 0 5px;
	line-height: 13px;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	background: #23aee8;
	background-color: rgba(35, 174, 232, .7);
}

.btn4:after {
	content: "\00a0\00a0";
	font-size: 13px;
}

.btn4:hover {
	color: #fff;
	background: #23aee8;
}

/* Button 5 - toTop */

#toTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 0;
	left: 0;
	width: 100%;
	height: 48px;
}

#toTop span {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 1200px;
	text-indent: -100em;
}

#toTop span:before {
	content: '';
	z-index: 99;
	display: block;
	position: absolute;
	top: 0;
	right: 20px;
	width: 48px;
	height: 48px;
	overflow: hidden;
	text-indent: -100em;
	text-align: left;
	border: 0 !important;
	border-radius: 24px;
	background: rgba(0, 0, 0, .6);
	box-shadow:
	0 0 5px rgba(0, 0, 0, .25),
	1px 1px 1px rgba(255, 255, 255, .25);
}

#toTop span:after {
	z-index: 999;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 39px;
	font: 32px/48px 'Varela Round';
	text-indent: 0;
	color: #fff;
	text-shadow: -1px -1px rgba(255, 255, 255, .25);
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		 -o-transform: rotate(-90deg);
			transform: rotate(-90deg);
}

#toTop span:hover:before {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

#toTop span:hover:after {
	color: #000;
}

/* Button 6 - toggler */

.btn6 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 18px 0 4px;
	height: 24px;
	overflow: hidden;
	font: 11px/24px 'Noto Sans';
	text-align: left;
	text-transform: uppercase;
	text-shadow: 1px 1px #fff;
	color: #555;
	border: 0 !important;
	border-radius: 2px;
	background-color: #f0f0f0;
	background: -webkit-linear-gradient(top, #fcfcfc, #f0f0f0);
	   background: -moz-linear-gradient(top, #fcfcfc, #f0f0f0);
		background: -ms-linear-gradient(top, #fcfcfc, #f0f0f0);
	box-shadow:
		0 0 5px rgba(0, 0, 0, .15),
		inset -1px -1px 0 rgba(0, 0, 0, .1),
		-1px -1px 0 rgba(0, 0, 0, .05);
}

.btn6:after {
	content: '';
	position: absolute;
	top: 9px;
	right: 0;
	width: 16px;
	height: 16px;
	overflow: hidden;
	font: 14px/16px 'Varela Round';
	text-align: left;
	text-shadow: 1px 1px #fff;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);

}

.btn6:hover {
	color: #777;
	background: -webkit-linear-gradient(top, #fff, #f3f3f3);
	   background: -moz-linear-gradient(top, #fff, #f3f3f3);
		background: -ms-linear-gradient(top, #fff, #f3f3f3);
	box-shadow:
		0 0 5px rgba(0, 0, 0, .4),
		inset -1px -1px 0 rgba(0, 0, 0, .1),
		-1px -1px 0 rgba(0, 0, 0, .05);
}

.btn6:active {
	background: -webkit-linear-gradient(top, #f0f0f0, #fff);
	   background: -moz-linear-gradient(top, #f0f0f0, #fff);
		background: -ms-linear-gradient(top, #f0f0f0, #fff);
}

/* Icons
----------------------------------------------------------- */

/* 16px */

.ico16 {
	display: inline-block;
	padding-left: 20px;
	font-size: 11px;
	line-height: 16px;
	background-image: url(ico16.png);
	background-repeat: no-repeat;
	border: 0 !important;
}

.ico16.ico-phone {
	background-position: 0 0;
}

.ico16.ico-phone2 {
	background-position: 0 -50px;
}

.ico16.ico-gsm {
	background-position: 0 -100px;
}

.ico16.ico-viber {
	background-position: 0 -150px;
}

.ico16.ico-skype {
	background-position: 0 -200px;
}

.ico16.ico-icq {
	background-position: 0 -250px;
}

.ico16.ico-mail {
	background-position: 0 -300px;
}

.ico16.ico-fax {
	background-position: 0 -350px;
}

.ico16.ico-address {
	background-position: 0 -1450px;
}

.ico16.ico-clock {
	background-position: 0 -450px;
}

.ico16.ico-zoom {
	background-position: 0 -500px;
}

.ico16.ico-print {
	background-position: 0 -550px;
}

.ico16.ico-site {
	background-position: 0 -650px;
}

.ico16.ico-eye {
	background-position: 0 -1150px;
}

.ico16.ico-plan {
	background-position: 0 -1200px;
}

.ico16.ico-map {
	background-position: 0 -1300px;
}

.ico16.ico-vote1 {
	background-position: 0 -1250px;
}

.ico16.ico-vote2 {
	background-position: 0 -1350px;
}

.ico16.ico-street {
	background-position: 0 -1400px;
}

.ico16.ico-help {
	padding-left: 0;
	padding-right: 20px;
	background-position: 100% -1500px;
}

.ico16.ico-video {
	margin: 0 7px;
	background-position: 0 -1600px;
}

.ico16.ico-ppform {
	background-position: -4px -2246px;
}

.ico16.ico-view {
	background-position: 0 -2300px;
}

.ico16.ico-bonus {
	background-position: 0 -2400px;
}

.ico16.ico-pdf {
	background-position: 0 -2450px;
}

.ico16.ico-flagru {
	background-position: 0 -2500px;
}

.ico16.ico-flagbg {
	background-position: 0 -2550px;
}

.ico16.ico-off {
	background-position: 0 -9999px;
}

/** 16px social **/

.ico16soc {
	display: inline-block;
	margin: 0 0 0 2px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -100em;
	background: url(ico16.png);
	border: 0 !important;
}

.ico16soc.ico-vk {
	background-position: 0 -1700px;
}

.ico16soc.dark.ico-vk {
	background-position: 0 -1725px;
}

.ico16soc.ico-yt {
	background-position: 0 -1800px;
}

.ico16soc.dark.ico-yt {
	background-position: 0 -1825px;
}

.ico16soc.ico-fb {
	background-position: 0 -1900px;
}

.ico16soc.dark.ico-fb {
	background-position: 0 -1925px;
}

.ico16soc.ico-tw {
	background-position: 0 -2000px;
}

.ico16soc.dark.ico-tw {
	background-position: 0 -2025px;
}

.ico16soc.ico-ml {
	background-position: 0 -2100px;
}

.ico16soc.dark.ico-ml {
	background-position: 0 -2125px;
}

.ico16soc.ico-gp {
	background-position: 0 -1750px;
}

.ico16soc.dark.ico-gp {
	background-position: 0 -1775px;
}

.ico16soc.ico-in {
	background-position: 0 -2150px;
}

.ico16soc.dark.ico-in {
	background-position: 0 -2175px;
}

/* 24px */

.ico24 {
	position: relative;
	display: inline-block;
	height: 24px;
	width: 24px;
	overflow: hidden;
	font-size: 13px;
	line-height: 24px;
	text-indent: -100em;
	background: url(ico24.png) no-repeat;
	border: 0 !important;
}

.ico24.ico-fb {
	background-position: 0 0;
}

.ico24.dark.ico-fb {
	background-position: 0 -50px;
}

.ico24.ico-ml {
	background-position: 0 -100px;
}

.ico24.dark.ico-ml {
	background-position: 0 -150px;
}

.ico24.ico-ph {
	background-position: 0 -200px;
}

.ico24.ico-gs {
	background-position: 0 -300px;
}

.ico24.ico-sk {
	background-position: 0 -400px;
}

.ico24.ico-tw {
	background-position: 0 -500px;
}

.ico24.dark.ico-tw {
	background-position: 0 -550px;
}

.ico24.ico-gp {
	background-position: 0 -600px;
}

.ico24.dark.ico-gp {
	background-position: 0 -650px;
}

.ico24.ico-vk {
	background-position: 0 -700px;
}

.ico24.dark.ico-vk {
	background-position: 0 -750px;
}

.ico24.ico-yt {
	background-position: 0 -800px;
}

.ico24.dark.ico-yt {
	background-position: 0 -850px;
}

.ico24.ico-li {
	background-position: 0 -2000px;
}

.ico24.dark.ico-li {
	background-position: 0 -2050px;
}

.ico24.ico-map {
	padding: 0 0 0 30px;
	width: auto;
	text-indent: 0;
	background-position: 0 -900px;
}

.ico24.ico-sea,
.ico24.ico-cit,
.ico24.ico-ski {
	padding: 5px 10px 5px 40px;
	width: 115px;
	height: auto;
	font: 700 13px/24px 'Noto Sans';
	text-indent: 0;
	text-align: right;
	color: #666;
	background-position: 10px -1195px;
	border: solid 2px #999 !important;
}

.ico24.ico-cit {
	background-position: 5px -1295px;
}

.ico24.ico-ski {
	background-position: 5px -1395px;
}

.ico24.ico-site {
	padding: 0 0 0 30px;
	width: auto;
	text-indent: 0;
	background-position: 0 -1600px;
}

.offer-distance .ico24:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 40px;
	width: 24px;
	height: 24px;
	background: url(ico24.png) no-repeat 0 -1798px;
}

/* 44px */

.ico44 {
	display: inline-block;
	margin: 0 3px;
	width: 44px;
	height: 22px;
	overflow: hidden;
	text-align: left;
	text-indent: -100em;
	vertical-align: middle;
	background: url(ico44.png) no-repeat;
	border: 0 !important;
}

/** Eye **/

.ico44.eye01 {
	background-position: 0 0;
}

.ico44.eye02 {
	background-position: 0 -50px;
}

.ico44.eye03 {
	background-position: 0 -100px;
}

.ico44.eye04 {
	background-position: 0 -150px;
}

.ico44.eye05 {
	background-position: 0 -200px;
}

.ico44.eye06 {
	background-position: 0 -250px;
}

.ico44.eye07 {
	background-position: 0 -300px;
}

.ico44.eye08 {
	background-position: 0 -350px;
}

.ico44.eye09 {
	background-position: 0 -400px;
}

.ico44.eye10 {
	background-position: 0 -450px;
}

.ico44.eye11 {
	background-position: 0 -500px;
}

.ico44.eye12 {
	background-position: 0 -550px;
}

.ico44.eye13 {
	background-position: 0 -600px;
}

.ico36.eye14 {
	background-position: 0 -650px;
}

.ico44.eye15 {
	background-position: 0 -700px;
}

.ico44.eye16 {
	background-position: 0 -750px;
}

.ico44.eye19 {
	background-position: 0 -800px;
}

/** Promo **/

.ico44.promo1 {
	background-position: 0 -850px;
}

.ico44.promo2 {
	background-position: 0 -900px;
}

.ico44.promo3 {
	background-position: 0 -950px;
}

.ico44.promo4 {
	background-position: 0 -1000px;
}

.ico44.promo5 {
	background-position: 0 -1050px;
}

/** Distance **/

.ico-dist {
	display: inline-block;
	position: relative;
	margin: 0 5px 0 0;
	padding: 4px 4px 4px 50px;
	font: 700 13px/20px 'Noto Sans';
	text-indent: 0;
	text-align: right;
	vertical-align: middle;
	color: #000;
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-size: 45px 24px;
	border: solid 2px #666;
	opacity: .6;
}

.ico-dist.sea {
	background-image: url(./svg/ico-wave-dark.svg);
}

.ico-dist.city {
	background-image: url(./svg/ico-city-dark.svg);
}

.ico-dist.ski {
	background-image: url(./svg/ico-ski-dark.svg);
}

/* 58px */

.ico58 {
	display: inline-block;
	width: 58px;
	height: 32px;
	overflow: hidden;
	text-indent: -100em;
	line-height: 24px;
	vertical-align: bottom;
	background: url(ico58.png) no-repeat;
	border: 0 !important;
}

.ico58.ico-scissor {
	background-position: 0 0;
}

.ico58.ico-rise {
	background-position: 0 -100px;
}

.ico58.ico-sea {
	background-position: 0 -200px;
}

.ico58.ico-moun {
	background-position: 0 -300px;
}

.ico58.ico-gift {
	background-position: 0 -400px;
}

.ico58.ico-coins {
	background-position: 0 -500px;
}

.ico58.ico-map {
	background-position: 0 -800px;
}

.ico58.ico-percent {
	background-position: 0 -1200px;
}

.ico58.ico-download-pdf {
	padding: 0 0 0 60px;
	width: auto;
	height: 48px;
	font: 700 40px/40px 'Noto Sans';
	text-decoration: underline;
	text-indent: 0;
	background-position: 0 -1600px;
}

/* 72 */

.ico72 {
	padding-left: 80px;
	background: url(ico72.png) no-repeat;
}

.ico72.ico-coins {
	background-position: 0 0;
}

.ico72.ico-bunus {
	background-position: 0 -200px;
}

.ico72.ico-skidka {
	background-position: 0 -400px;
}

.ico72.ico-rise {
	background-position: 0 -600px;
}

.ico72.ico-sale {
	background-position: 0 -2700px;
}

.ico72.ico-zoom {
	background-position: 0 -800px;
}

/* Flat icons */

.icoFL {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 34px;
	overflow: hidden;
	text-indent: -100em;
	border: 0;
	border-radius: 3px;
	background-color: #000;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .9));
	   background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .9));
		background: -ms-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .9));
	box-shadow: 0 0 5px rgba(0, 0, 0, .4);
}

.icoFL:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, .7);
}

.icoFL:before {
	content: "";
	display: block;
	height: 33px;
	line-height: 33px;
	text-indent: 0;
	background: url(ico24.png) no-repeat;
	opacity: .75;
}

.icoFL.ico-video:before {
	background-position: 50% -2100px;
}

.icoFL:hover:before {
	opacity: 1;
}

/* Font icons */

.fnt {
	position: relative;
	display: inline-block;
}

.fnt.arrd:before {
	content: "? ";
	font-weight: bold;
	font-size: 150%;
}

/* SVG */

.s16, .b16:before,
.s24, .b24:before,
.s32, .b32:before {
	content: "";
	display: inline-block;
	overflow: hidden;
	text-indent: -100em;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 0 !important;
	opacity: .6;
}

.b16,.b24,.b32 {
	border: 0 !important;
}

.s16, .b16:before {
	width: 20px;
	height: 16px;
	background-position: -2px -2px;
	background-size: 20px 20px;
}

.s24, .b24:before {
	width: 24px;
	height: 24px;
	background-position: -4px -4px;
	background-size: 30px 30px;
}

.s32, .b32:before {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	background-position: -4px -4px;
	background-size: 38px 38px;
}

.s16:hover, .b16:hover:before,
.s24:hover, .b24:hover:before,
.s32:hover, .b32:hover:before {
	opacity: 1;
}

.i24 {
	line-height: 24px;
}

.i24:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 24px;
	overflow: hidden;
	text-indent: -100em;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: 0 !important;
}

.i72 {
	position: relative;
	display: inline-block;
	padding: 0 0 0 80px;
}

.i72:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 72px;
	height: 72px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 90%;
}

/** social **/

.vk {
	background-image: url(./svg/soc-vk.svg);
}

.vk.dark {
	background-image: url(./svg/soc-vk-dark.svg);
}

.fb {
	background-image: url(./svg/soc-fb.svg);
}

.fb.dark {
	background-image: url(./svg/soc-fb-dark.svg);
}

.tw {
	background-image: url(./svg/soc-tw.svg);
}

.tw.dark {
	background-image: url(./svg/soc-tw-dark.svg);
}

.gp {
	background-image: url(./svg/soc-gp.svg);
}

.gp.dark {
	background-image: url(./svg/soc-gp-dark.svg);
}

.yt {
	background-image: url(./svg/soc-yt.svg);
}

.yt.dark {
	background-image: url(./svg/soc-yt-dark.svg);
}

.in {
	background-image: url(./svg/soc-in.svg);
}

.in.dark {
	background-image: url(./svg/soc-in-dark.svg);
}

.ml {
	background-image: url(./svg/soc-ml.svg);
}

.ml.dark {
	background-image: url(./svg/soc-ml-dark.svg);
}

/** icons **/

.home {
	background-image: url(./svg/ico-home.svg);
}

.home.dark {
	background-image: url(./svg/ico-home-dark.svg);
}

.ico-arch-shem  {
	background-image: url(./svg/ico-arch-shem.svg);
}

.home2:before {
	background-image: url(./svg/ico-home.svg);
}

.home2.dark:before {
	background-image: url(./svg/ico-home-dark.svg);
}

.search:before {
	background-image: url(./svg/ico-search.svg);
}

.search.dark:before  {
	background-image: url(./svg/ico-search-dark.svg);
}

.location:before  {
	background-image: url(./svg/ico-location.svg);
}

.location.dark:before  {
	background-image: url(./svg/ico-location-dark.svg);
}

.gsm:before  {
	background-image: url(./svg/ico-gsm.svg);
}

.gsm.dark:before  {
	background-image: url(./svg/ico-gsm-dark.svg);
}

.fax:before  {
	background-image: url(./svg/ico-fax.svg);
}

.fax.dark:before  {
	background-image: url(./svg/ico-fax-dark.svg);
}

.telephone:before  {
	background-image: url(./svg/ico-telephone.svg);
}

.telephone.dark:before  {
	background-image: url(./svg/ico-telephone-dark.svg);
}

.clock:before  {
	background-image: url(./svg/ico-clock.svg);
}

.clock.dark:before  {
	background-image: url(./svg/ico-clock-dark.svg);
}

.mail:before  {
	background-image: url(./svg/ico-mail.svg);
}

.mail.dark:before  {
	background-image: url(./svg/ico-mail-dark.svg);
}

.skype:before  {
	background-image: url(./svg/ico-skype.svg);
}

.skype.dark:before  {
	background-image: url(./svg/ico-skype-dark.svg);
}

.viber:before  {
	background-image: url(./svg/ico-viber.svg);
}

.viber.dark:before  {
	background-image: url(./svg/ico-viber-dark.svg);
}

.ico-pdf:before  {
	background-image: url(./svg/ico-pdf.svg);
}

.ico-doc:before  {
	background-image: url(./svg/ico-doc.svg);
}

.ico-xls:before  {
	background-image: url(./svg/ico-xls.svg);
}

.ico-map.dark:before {
	background-image: url(./svg/ico-map-dark.svg);
	margin-top: 4px;
	opacity: .4;
}

.ico-map-color:before {
	background-image: url(./svg/eye-19.svg);
	opacity: 1;
}

.ico-zoom.dark:before {
	background-image: url(./svg/ico-zoom-dark.svg);
}

.ico-view.dark:before {
	background-image: url(./svg/ico-view-dark.svg);
}

.ico-help.green:before {
	background-image: url(./svg/ico-help-green.svg);
	opacity: 1;
}

/* eye */

.eye {
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-align: left;
	text-indent: -100em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: 44px 44px;
	border: 0 !important;
	opacity: .6;
}

.eye01 {
	background-image: url(./svg/eye-01.svg);
}

.eye02 {
	background-image: url(./svg/eye-02.svg);
}

.eye03 {
	background-image: url(./svg/eye-03.svg);
}

.eye04 {
	background-image: url(./svg/eye-04.svg);
}

.eye05 {
	background-image: url(./svg/eye-05.svg);
}

.eye06 {
	background-image: url(./svg/eye-06.svg);
}

.eye07 {
	background-image: url(./svg/eye-07.svg);
}

.eye08 {
	background-image: url(./svg/eye-08.svg);
}

.eye09 {
	background-image: url(./svg/eye-09.svg);
}

.eye10 {
	background-image: url(./svg/eye-10.svg);
}

.eye11 {
	background-image: url(./svg/eye-11.svg);
}

.eye12 {
	background-image: url(./svg/eye-12.svg);
}

.eye13 {
	background-image: url(./svg/eye-13.svg);
}

.eye14 {
	background-image: url(./svg/eye-14.svg);
}

.eye15 {
	background-image: url(./svg/eye-15.svg);
}

.eye16 {
	background-image: url(./svg/eye-16.svg);
}

.eye17 {
	background-image: url(./svg/eye-17.svg);
}

.eye18 {
	background-image: url(./svg/eye-18.svg);
}

.eye19 {
	background-image: url(./svg/eye-19.svg);
	opacity: 1;
}

.eye21,
.eye21:before {
	background-image: url(./svg/eye-21.svg);
}

.eye22,
.eye22:before {
	background-image: url(./svg/eye-22.svg);
}

.eye23,
.eye23:before {
	background-image: url(./svg/eye-23.svg);
}

.eye24,
.eye24:before {
	background-image: url(./svg/eye-24.svg);
}

.eye25,
.eye25:before {
	background-image: url(./svg/eye-25.svg);
}

.eye26,
.eye26:before {
	background-image: url(./svg/eye-26.svg);
}

.eye27,
.eye27:before {
	background-image: url(./svg/eye-27.svg);
}

.eye28,
.eye28:before {
	background-image: url(./svg/eye-28.svg);
}

.eye28.en,
.eye28.en:before {
	background-image: url(./svg/eye-28en.svg);
}

/* Badges
----------------------------------------------------------- */

.badges {
	z-index: 99;
	right: -5px;
	font: 700 11px/13px 'Noto Sans';
	text-transform: uppercase;
	color: #fff;
}

.badges span {
	position: relative;
	display: inline-block;
	float: right;
	clear: both;
	margin: 0 0 8px 0;
	padding: 5px 10px;
	color: #fff;
	text-shadow:
		1px 1px 4px #000;
		-1px -1px 2px #000;
	background: rgba(0, 0, 0, .8);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .32);
}

.badges span:first-child {
	margin-top: 7px;
}

.badges span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 5px;
	height: 5px;
	background: rgba(0, 0, 0, .32);
	border-radius: 0 0 5px;
}

.badges span.badge-rent {
	margin-right: 20px;
	text-transform: uppercase;
	text-shadow: none;
	color: #222;
	background: #fff000;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	border-radius: 3px;
}

.badges span.badge-rent:after {
	background: transparent;
}

.badge-rent b {
	display: block;
	font: 700 24px/28px 'Noto Sans';
}

.badge-rent i {
	display: block;
	font: normal 400 13px/16px 'Noto Sans';
}

.badge-partof {
	max-width: 175px;
	font: 12px/16px 'Noto Sans';
	text-transform: none;
}

.badges .badge-fline {
	width: 110px;
	padding-left: 51px;
}

.offerg.badges .badge-fline {
	width: 120px;
}

.badges span.badge-fline:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 54px;
	height: 35px;
	background-image: url(./svg/ico-wave.svg);
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-size: 42px 15px;
}

.badges .badge-spec {
	width: 110px;
	padding-left: 38px;
	background: rgba(205, 0, 0, .8);
}

.offerg.badges .badge-spec {
	width: 120px;
}

.badges span.badge-spec:before {
	content: '%';
	display: block;
	position: absolute;
	top: 7px;
	left: 8px;
	width: 24px;
	font: 24px/24px 'Varela Round';
	color: #fff;
}

.badges .badge-ski {
	width: 110px;
	padding-left: 41px;
}

.offerg.badges .badge-ski {
	width: 120px;
}

.badges span.badge-ski:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	background-image: url(./svg/ico-ski.svg);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-size: 30px 30px;
}

/* Band
----------------------------------------------------------- */

.band {
	z-index: 100;
	right: -11px;
}

.band .band-red {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	width: 120px;
	height: 20px;
	font: 700 11px/20px 'Noto Sans';
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.band .band-red:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: -24px;
	width: 25px;
	height: 25px;
	background: url(band.png) no-repeat;
}

.band .band-red:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: -25px;
	width: 26px;
	height: 26px;
	background: url(band.png) no-repeat 0 -35px;
}

.band .band-red {
	background: #c00;
}

/* offer > band */

.band-big {
	top: 551px;
	right: -18px;
}

.band-big .band-red {
	position: relative;
	display: inline-block;
	padding: 0 8px;
	height: 25px;
	font: 700 14px/25px 'Noto Sans';
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #c00;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.band-big .band-red:after,
.band-big .band-red:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	height: 25px;
	width: 25px;
	overflow: hidden;
	background-image: url(band-big.png);
	background-repeat: no-repeat;
	background-size: 100px 50px;
}

.band-big .band-red:after {
	right: -24px;
	background-position: -50px -25px;
}

.band-big .band-red:before {
	left: -24px;
	width: 26px;
	background-position: -1px 0;
}

/* Paging
----------------------------------------------------------- */

.paging {
	margin: 0 0 15px 0;
	text-align: center;
	text-shadow: none;
}

.paging * {
	display: inline-block;
	margin: 0 3px;
	padding: 0 6px;
	min-width: 30px;
	height: 30px;
	font: 12px/30px 'Noto Sans';
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd;
}

.paging span {
	box-shadow: none;
}

.paging a {
	color: #333;
	text-shadow: 1px 1px #f5f5f5;
	background-color: #eee;
	background: -webkit-linear-gradient(top, #f5f5f5, #e5e5e5);
	   background: -moz-linear-gradient(top, #f5f5f5, #e5e5e5);
		background: -ms-linear-gradient(top, #f5f5f5, #e5e5e5);
	border-bottom: solid 1px #ddd !important;
}

.paging a:hover {
	box-shadow: 0 0 5px #bbb;
}

.paging strong {
	color: #fff;
	background: -webkit-linear-gradient(top, #444, #111);
	   background: -moz-linear-gradient(top, #444, #111);
		background: -ms-linear-gradient(top, #444, #111);
}

.paging a:first-child:before {
	content: " ";
}

.paging a:last-child:after {
	content: " ";
}

/* UI
----------------------------------------------------------- */

.ui-tooltip {
	padding: 6px 12px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	color: #444;
	font: 13px/18px 'Noto Sans';
	background: rgba(255, 255, 235, .98);
	border-radius: 2px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .32);
}

.ttip.ico-quest {
	position: relative;
	padding-right: 18px;
}

.ttip.ico-quest:after {
	content: "?";
	display: inline-block;
	margin: 0 0 0 3px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	color: #666;
	background: #ddd;
	border-radius: 8px;
}

/** Accordeon **/

.ui-accordion-header {
	display: block !important;
	position: relative;
	cursor: pointer;
	text-transform: uppercase;
}

.ui-accordion-header-icon {
	position: absolute;
	display: inline-block;
	right: 12px;
}

.ui-accordion-header-icon:before {
	content: "+";
}

.ui-accordion-header-active .ui-accordion-header-icon:before {
	content: "";
}

/** Slider **/

.ui-slider {
	position: relative;
	margin: 4px 0 0 0;
	text-align: left;
	background: #444;
}

.ui-slider * {
	-webkit-transition: none;
	   -moz-transition: none;
			transition: none;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	margin: -8px 0 0 -16px !important;
	width: 20px;
	height: 29px;
	cursor: default;
	background-image: url(slider-handle.png);
	background-repeat: no-repeat;
	border: 0 !important;
}

.ui-slider a:nth-child(even) {
	width: 32px;
	background-position: top right;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	background: #d5b02c;
}

#slider-amount {
	display: block;
	margin: 11px 0 0 0;
	padding: 0;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	border: 0;
	outline: 0;
	background: none;
	box-shadow: none;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

/** Button **/

.ui-helper-hidden-accessible {
    position: absolute;
    padding: 0;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
}

.ui-buttonset.convertor .ui-button {
    margin: 0 -4px 0 0;
}

.convertor .ui-state-default {
    color: #ccc;
    background: rgba(255, 255, 255, .1);
    border: solid 1px rgba(255, 255, 255, .2);
}

.convertor .ui-state-active {
    color: #fff;
    background: rgba(255, 255, 255, .4);
    border: solid 1px rgba(255, 255, 255, .2);
}

.convertor .ui-widget {
    font: 11px/14px 'Noto Sans';
	text-transform: none !important;
}

.convertor .ui-button {
    position: relative;
    display: inline-block;
    margin-right: .1em;
    padding: 0;
    overflow: visible;
    line-height: normal;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}

.convertor .ui-button-text-only .ui-button-text {
    padding: .2em .7em;
}

.convertor .ui-button .ui-button-text {
    display: block;
}

/** Maximizer **/

.maximizer {
	height: 50px;
	text-align: center;
	border-top: solid 1px #ddd;
}

.maximizer a {
	display: inline-block;
	padding: 0 24px 0 8px;
	height: 22px;
	font: 11px/22px 'Noto Sans';
	text-transform: uppercase;
	color: #666;
	background: #f3f3f3 url(ico16.png) no-repeat 92% -740px;
	border: solid 1px #ddd !important;
	border-top: 0 !important;
	vertical-align: top;
}

.maximizer a:hover {
	color: #333;
	background-color: #f9f9f9;
}

.maximize .maximizer a:after {
	content: ' αξλόψε';
}

.maximize.maximize-on .maximizer a {
	background-position: 92% -840px;
}

.maximize.maximize-on .maximizer a:after {
	content: ' μενόψε';
}

.maximize .maximize-content {
	height: 358px;
	overflow: hidden;
}

.maximize.maximize-on .maximize-content {
	height: auto;
}

/* Form
----------------------------------------------------------- */

legend {
	font: 15px/20px 'Noto Serif';
}

/* Select */

.select {
	width: 100%;
	height: 28px;
	overflow: hidden;
	border-radius: 2px;
	background-color: #8a8a8a;
	background: -webkit-linear-gradient(top, #8a8a8a, #4f4f4f);
	   background: -moz-linear-gradient(top, #8a8a8a, #4f4f4f);
		background: -ms-linear-gradient(top, #8a8a8a, #4f4f4f);
	box-shadow: inset -1px -1px 1px rgba(0, 0, 0, .1),
				0 0 0 1px rgba(0, 0, 0, .02),
				0 1px 3px 0 rgba(0, 0, 0, .5);
}
   
.select:hover {
	background: -webkit-linear-gradient(top, #999, #4f4f4f);
	   background: -moz-linear-gradient(top, #999, #4f4f4f);
		background: -ms-linear-gradient(top, #999, #4f4f4f);
}

.select2 {
	width: 100%;
	height: 28px;
	overflow: hidden;
	border-radius: 2px;
	background: #fcfcfc;
	border: solid 1px rgba(0, 0, 0, .25);
}
   
.select select,
.select2 select {
	outline: 0;
	display: inline-block;
	padding: 4px 3px;
	width: 120%;
	font: 12px 'Noto Sans';
	color: #fff;
	border: 0;
	background: transparent url(ico16.png) no-repeat 77% -688px;
	cursor: pointer;
	-webkit-appearance: none;
}

.select2 select {
	color: #888;
	background: #fcfcfc url(ico16.png) no-repeat 77% -738px;
}

.select2:hover,
.select2 select:hover,
.select select:focus option {
	color: #222;
	background-color: #fff;
	border-color: rgba(0, 0, 0, .3);
}

textarea,
input[type="text"] {
	padding: 6px;
	width: 100%;
	font-size: 12px;
	background: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow:
	inset 1px 1px 1px rgba(0, 0, 0, .3),
	0 0 0 1px rgba(0, 0, 0, .05);
}

textarea:focus,
input[type="text"]:focus {
	box-shadow:
	inset 1px 1px 1px rgba(0, 0, 0, .5),
	0 0 0 1px rgba(0, 0, 0, .1);
}

input.date {
	background: #fff url(ico16.png) no-repeat 97% -594px;
}

.error {
	margin: 0 0 10px 0;
	padding: 7px 10px;
	font: 700 12px/16px 'Noto Sans';
	text-align: center;
	color: #fff;
	background: #c00;
	border-radius: 2px;
}

 .error-in {
	padding: 5px !important;
	color: #fff;
	background: #c00;
 	border-radius: 2px;
}
 
.placeholder {  
   color: #888;  
}

.red .placeholder{
	color: #c00;
}

:focus::-webkit-input-placeholder {
    color: #fff;
}

:focus::-moz-placeholder {
    color: #fff;
}

/** checkbox **/

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
	display: inline-block;
	margin: 0 12px 10px 0;
	color: #555;
}

input[type="checkbox"] + label span {
    display: inline-block;
	margin: 0 5px 0 0;
    width: 16px;
    height: 16px;
	vertical-align: top;
	background: #fff;
	border: 0;
	border-radius: 2px;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background-image: url(ico16.png);
    background-position: 0 -1100px;
}

/* Useful
----------------------------------------------------------- */

/* Lists */

ul.list-checks li {
	margin: 0 0 2px 0;
	padding: 0 0 0 22px;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
	background: url(ico16.png) no-repeat 0 -1098px;
}

ul.list-inline {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-inline li {
	display: inline-block;
	margin: 0 15px 15px 0;
	font-size: 12px;
}

ul.list-inline.all-links {
	margin-top: 20px;
}

ul.list-inline.all-links li {
	margin: 0 8px 8px 0;
}

ul.list-inline.bi li {
	margin-bottom: 5px;
}

ul.list-inline.bi b {
	font-weight: 400;
	color: #888;
}

ul.list-inline.bi i {
	font-style: normal;
	color: #222;
}

ul.list-zebra {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

ul.list-zebra li {
	display: block;
	padding: 7px 10px;
	font-size: 12px;
	line-height: 16px;
}

ul.list-zebra li:nth-child(odd) {
	font-weight: 700;
	background: #f3f3f3;
}

ul.list-zebra.off li:nth-child(odd) {
	font-weight: 400;
}

ul.list-zebra.off li {
	margin: 2px 0;
	background: #f3f3f3;
}

ul.list-page,
ul.list-offices,
ul.list-rieltor {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-page li {
	margin: 0 0 5px 0;
	font: 700 32px/38px 'Noto Sans';
	text-transform: uppercase;
}

ul.list-page li a {
	position: relative;
	display: block;
	padding: 7px 15px;
	color: #555;
	background: #f3f3f3;
	border: solid 1px #ddd !important;
}

ul.list-page li a:hover {
	background: #f9f9f9;
}

ul.list-page li a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 51px;
	height: 100%;
	font: 48px/48px 'Varela Round';
	text-align: center;
	text-shadow: 1px 1px #fff;
	border-left: solid 1px #ddd;
}

ul.list-rieltor > li.rieltor {
	display: inline-block;
	margin: 0 20px 25px 0;
	padding: 10px 10px 0 10px;
	width: 48.25%;
	vertical-align: top;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

ul.list-rieltor > li.rieltor:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

ul.list-rieltor > li.rieltor:nth-child(even) {
	margin-right: 0;
}

ul.list-offices > li.rieltor {
	margin: 0 0 15px 0;
	padding: 10px 10px 0 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

ul.list-offices > li.rieltor:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

ul.list-pdfs li {
	width: 200px;
	margin: 0 32px 32px 0;
}

ul.list-pdfs li:nth-child(3n+3) {
	margin-right: 0;
}

ul.list-twocols {
	margin: 0 0 20px 0;
	padding: 0;
}

ul.list-twocols li {
	display: inline-block;
	width: 48%;
	margin: 0 0 2px 0;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
}

ul.list-twocols li:nth-child(odd) {
	margin-right: 2%;
}

ul.list-flat,
ul.list-flat li {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.list-price {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ul.list-price li {
	margin: 0 0 4px 0;
	font-size: 14px;
}

ul.list-price a {
	border: 0 !important;
}

/** menu **/

ul.list-menu {
	margin: 20px 0;
	padding: 0;
}

ul.list-menu .ui-menu {
	left: 0 !important;
	top: 0 !important;
}

ul.list-menu li {
	font: 11px 'Noto Sans';
	line-height: 24px;
	list-style: none;
}

ul.list-menu > li {
	margin: 0 0 5px 0;
	padding: 8px 10px;
	background: #eee;
	border: solid 1px #bbb;
	border-radius: 3px;
}

ul.list-menu li > a {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
	border: 0 !important;
}

ul.list-menu li > a:hover {
	color: #666;
}

ul.list-menu li > a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 4px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font: 18px 'Varela Round';
}

ul.list-menu li > a.ui-state-active:before,
ul.list-menu li > a.ui-state-focus:before {
	top: 9px;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		 -o-transform: rotate(90deg);
			transform: rotate(90deg);
}

ul.list-menu li li li > a {
	padding: 0;
}

ul.list-menu li li li > a:before {
	content: '';
}

ul.list-menu li > em {
	display: inline-block;
	float: right;
	font-style: normal;
	color: #666;
}

ul.list-menu li > em a {
	margin: 0 0 0 10px;
}

ul.list-menu li ul {
	margin: 5px 0;
	padding: 8px 10px;
	background: #f5f5f5;
	border: solid 1px #ccc;
	border-radius: 3px;
}

ul.list-menu li ul ul {
	background: #fcfcfc;
	border-color: #ccc;
}

ul.list-menu li li {
	padding: 8px 0;
	border-bottom: solid 1px #ddd;
}

ul.list-menu li li:first-child {
	padding-top: 0;
}

ul.list-menu li li:last-child {
	padding-bottom: 0;
	border: 0;
}

/* Singles */

.dotted {
	display: inline;
	border-bottom: dotted 1px #999;
}

.ucase {
	text-transform: uppercase;
}

.red {
	color: #d00;
}

.green {
	color: #0c0;
}

.gray {
	color: #888;
}

.purple {
	display: inline-block;
	padding: 1px 4px;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	background: #c0c;
	text-shadow: none;
}

.i {
	font-style: italic;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.nowrap {
	white-space: nowrap;
}

.none {
	display: none;
}

.fs13 {
	font: 400 13px/18px 'Noto Sans';
}

.m0 {
	margin: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt03 {
	margin-top: 3px !important;
}

.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

hr {
	clear: both;
	margin: 20px 0;
	height: 1px;
	background: #ddd;
	border: 0;
}

.bd,
a.bd {
	border-bottom: dotted 1px #999 !important;
}

.tmark {
	display: inline-block;
	padding-right: 20px;
	background: url(ico16.png) no-repeat 100% -1500px;
	cursor:help;
}

.note {
	font-weight: 300;
	font-size: 11px !important;
	color: #555;
}

.mini {
	display: block;
	font: normal 300 10px/12px "Noto Sans" !important;
	color: #555;
}

.block {
	display: block;
}

.help {
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	font-size: 18px;
	line-height: 32px;
}

.help a,
.help .green {
	color: #65a142;
}

.callus {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 55px;
	font-size: 18px;
	background: #fcfcfc url(ico24.png) no-repeat 15px -190px;
	border: solid 1px #ddd;
	border-radius: 3px;
}

.warning {
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 55px;
	font-size: 13px;
	background: #fcfcfc url(ico24.png) no-repeat 15px -1486px;
	border: solid 1px #ddd;
	border-radius: 3px;
}

.important {
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.offern .important {
	padding: 0;
	border: 0;
}

.important a {
	border: 0;
}

.important .social-btns {
	width: 450px;
	height: 22px;
	overflow: hidden;
	text-align: right;
}

.important .ico16 {
	margin: 0 10px 0 0;
}

.important .social-btns #vk_like,
.important .social-btns .addthis_toolbox {
	display: inline-block;
	height: 22px;
	overflow: hidden;
}

.important .social-btns .ico16 {
	float: right;
	margin: 3px 0 0 0;
}

.data {
	font-weight: 400;
	text-align: center;
	border: solid 1px #b39486;
	border-radius: 2px;
}

.data span {
	display: block;
	padding: 4px 10px;
}

.data .day {
	font-size: 22px;
}

.data .mon {
	font-size: 12px;
	text-transform: uppercase;
}

.res16 {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
}

.bi b {
	font-weight: normal;
	color: #222;
}

.bi i {
	font-style: normal;
	color: #666;
}

/** Zoom **/

.zoom {
	z-index: 1;
	position: relative;
	display: block;
}

.zoom:hover:before {
	z-index: 99;
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, .5) url(ico72-zoom.png) no-repeat center;
}

/** Columns **/

.cols {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}

.cols .col {
	display: table-cell;
	padding: 0 0 0 20px;
	vertical-align: top;
}

.cols .col:first-child {
	padding: 0;
}

/** Floats **/

.floatr {
	float: right;
	display: inline-block;
	margin: 0 0 20px 20px;
}

.floatl {
	float: left;
	display: inline-block;
	margin: 0 20px 20px 0;
}

.di2 {
	display: inline-block;
	margin: 0 3% 10px 0;
	width: 48.5%;
	vertical-align: top;
}

.di2:nth-child(even) {
	margin-right: 0;
}

.di3 {
	display: inline-block;
	margin: 0 3% 5px 0;
	width: 30%;
	vertical-align: top;
}

.di4 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.di4 li {
	display: inline-block;
	margin: 0 3% 9px 0;
	padding: 0;
	width: 21%;
	vertical-align: top;
}

/* Footer
----------------------------------------------------------- */

#footer {
	padding: 10px 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Sitemap */

#sitemap {
	margin: 0 -1% 25px 0;
}

#sitemap .col {
	float: left;
	margin: 0 1% 0 0;
	width: 24%;
	vertical-align: top;
	background: #fff;
}

#sitemap h3 {
	margin: 0;
	padding: 10px 15px;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	background: #e0dcc7;
}

#sitemap ul {
	padding: 5px 15px;
	height: 330px;
	overflow: hidden;
}

#sitemap li {
	margin: 5px 0;
	font-size: 12px;
	line-height: 18px;
}

#sitemap li a {
	border-bottom: solid 1px rgba(93, 41, 19, .2);
}

#sitemap p {
	margin: 0;
	padding: 0 15px 10px 15px;
	font-size: 12px;
	line-height: 18px;
}

/* Copyright */

.copyright {
	padding: 0 0 0 170px;
	font: 10px 'Noto Sans';
	line-height: 16px;
	color: rgba(255, 255, 255, .8);
	background-image: url(logo-mono.svg);
	background-repeat: no-repeat;
	background-size: 140px 82px;
}
.copyright.watermark-bg {
    background-image: url("logo-mono-bg.svg");
}
.copyright p {
	margin: .75em;
}

.copyright .res16 {
	margin: 0 5px 0 0;
}

.copyright .res16 a {
	float: left;
	display: inline;
	margin: 0 0 0 2px;
}

/* Restrictions */

.restrictions {
	margin: 30px 0;
	font: 9px 'Noto Sans';
	color: rgba(255, 255, 255, .4);
}

/* Map tooltip */

.mapb {
	position: relative;
	padding: 10px;
	width: 350px;
	font-family: 'Noto Sans';
	color: #222;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}

.mapb a {
	border: 0 !important;
}

.mapb .clo {
	z-index: 3;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -100em;
	text-align: left;
	font-size: 18px;
	color: #fff;
	background: #811e16;
	border-radius: 12px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.mapb .clo:before {
	content: "?";
	position: absolute;
	top: 0;
	left: 7px;
	text-indent: 0;
}

.mapbclick {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	text-indent: -100em;
	text-align: left;
	background: transparent;
	opacity: 0;
}

.mapb .mapbhead {
	margin: 0 0 10px 0;
	padding: 8px 12px;
	font: 700 12px/16px 'Noto Sans';
	text-transform: uppercase;
	background: #e0dcc7;
}

.mapb .mapbtext {
	position: relative;
}

.mapb .mapbttl {
	margin: 0 0 8px 0;
	font: 400 13px/17px 'Noto Serif';
}

.mapb .mapbprice {
	display: inline-block;
	margin: 0 0 8px 0;
	padding: 4px 8px;
	font: 400 14px/18px 'Noto Sans';
	color: #fff;
	background: #000;
}

.mapb .mapbarea {
	margin: 0;
	padding: 0;
	font: 400 11px/14px 'Noto Sans' !important;
	list-style: none;
}

.mapb .mapbarea b {
	font-weight: 400;
	color: #888;
}

.mapb .mapbarea i {
	font-style: normal;
}

.mapb .mapbtext p {
	margin: 0;
	font: 400 12px/16px 'Noto Sans' !important;
	color: #555;
}

.mapb .mapbtext .pic {
	float: left;
	margin: 0 10px 0 0;
}

.mapb .mapbtext .gsv {
	z-index: 2;
	position: absolute;
	right: -7px;
	bottom: -7px;
}

/* Clearfix */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Media */

@media
screen and (-webkit-min-device-pixel-ratio: 0) {
	html,
	body {
		-webkit-font-smoothing: subpixel-antialiased;
	}
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}