@font-face {
	font-family: 'GothamPro-Italic';
	src: url("fonts/GothamPro-Italic.eot?") format("eot"), url("fonts/GothamPro-Italic.otf") format("opentype"), url("fonts/GothamPro-Italic.woff") format("woff"), url("fonts/GothamPro-Italic.ttf") format("truetype"), url("fonts/GothamPro-Italic.svg#GothamPro-Italic") format("svg");
}

@font-face {
	font-family: 'GothamPro';
  src: url("fonts/GothamPro.eot?") format("eot"), url("fonts/GothamPro.otf") format("opentype"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype"), url("fonts/GothamPro.svg#GothamPro") format("svg");
}

@font-face {
	font-family: 'GothamPro';
  src: url("fonts/GothamPro.eot?") format("eot"), url("fonts/GothamPro.otf") format("opentype"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype"), url("fonts/GothamPro.svg#GothamPro") format("svg");
}

@font-face {
	font-family: 'GothamPro-Medium';
  src: url("fonts/GothamPro-Medium.eot?") format("eot"), url("fonts/GothamPro-Medium.otf") format("opentype"), url("fonts/GothamPro-Medium.woff") format("woff"), url("fonts/GothamPro-Medium.ttf") format("truetype"), url("fonts/GothamPro-Medium.svg#GothamPro-Medium") format("svg");
}

@font-face {
	font-family: 'GothamPro-Light';
  src: url("fonts/GothamPro-Light.eot?") format("eot"), url("fonts/GothamPro-Light.otf") format("opentype"), url("fonts/GothamPro-Light.woff") format("woff"), url("fonts/GothamPro-Light.ttf") format("truetype"), url("fonts/GothamPro-Light.svg#GothamPro-Light") format("svg");
}

* {
	box-sizing: border-box;
	outline: none;
}

*:before,
*:after {
	box-sizing: border-box;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent;
	height: 100%;
}

body {
	font-size: 14px;
	font-family: 'GothamPro-Light', Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	min-width: 320px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.wrapper {
	min-width: 1000px;
	max-width: 9999px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a {
	color: #007dc3;
	text-decoration: none;
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

a:hover,
a:focus {
	color: #ed1c24;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

@media (min-width: 480px) {
	.container {
		width: 466px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 1000px) {
	.container {
		width: 960px;
	}
}

@media (min-width: 1180px) {
	.container {
		width: 1160px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}
}

@media (min-width: 1170px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
	clear: both;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

@-ms-viewport {
	width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	th.visible-xs,
  td.visible-xs {
		display: table-cell !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media (max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	th.visible-sm,
  td.visible-sm {
		display: table-cell !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 992px) and (max-width: 1169px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	th.visible-md,
  td.visible-md {
		display: table-cell !important;
	}
}

@media (min-width: 992px) and (max-width: 1169px) {
	.visible-md-block {
		display: block !important;
	}
}

@media (min-width: 992px) and (max-width: 1169px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media (min-width: 992px) and (max-width: 1169px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	th.visible-lg,
  td.visible-lg {
		display: table-cell !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media (min-width: 1170px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1169px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1170px) {
	.hidden-lg {
		display: none !important;
	}
}

.input {
	height: 44px;
	border: 1px solid #bebebe;
	background-color: #FFF;
	padding: 0 22px;
	line-height: 42px;
	-webkit-transition: border 300ms ease-in;
	transition: border 300ms ease-in;
}

.input:focus, .input:active {
	border: 1px solid #0056a3;
}

textarea.input {
	height: auto;
	padding: 10px 22px;
	resize:none;
}

header .header_fix {
	height: 74px;
	-webkit-transition: height 100ms ease-in;
	transition: height 100ms ease-in;
}

header .header.fixed {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 101;
}

header .bg {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
	/*background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABlBMVEX///////9VfPVsAAAAAXRSTlPM0jRW/QAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAKSURBVAjXY2AAAAACAAHiIbwzAAAAAElFTkSuQmCC");*/
	background-color: #fff;
	background-repeat: repeat;
	position: relative;
	z-index: 2;
}

header .logo {
	float: left;
	padding: 14px 0 10px 0;
}

header .logo img {
	max-width: 100%;
}

header .menu {
	margin: 0 350px 0 203px;
	line-height: 74px;
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
}

header .menu ul {
	margin: 0 auto;
	padding: 0;
	display: table;
	width: 100%;
}

header .menu ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	display: table-cell;
}

header .menu ul li a {
	display: block;
	text-align: center;
	line-height: 74px;
	color: #333;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 5px;
	position: relative;
}

header .menu ul li a:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 0;
	background-color: #F14950;
	-webkit-transition: height 100ms ease-in;
	transition: height 100ms ease-in;
}

header .menu ul li a:hover:before, header .menu ul li a.current:before {
	height: 3px;
}

header .phone {
	float: right;
	font-size: 18px;
	line-height: 74px;
}

header .phone a {
	text-decoration: none;
	color: #333;
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
}

header .phone a span {
	color: #0054A4;
	font-size: 20px;
	position: relative;
	top: 3px;
	margin-right: 3px;
}

header .request {
	float: right;
	padding: 11px 10px 0 10px;
}

header .langs {
	float: right;
	padding-top: 21px;
	position: relative;
}

header .langs .drop {
	display: none;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	position: absolute;
	padding: 10px 15px;
	width: 60px;
	text-align: center;
	margin-left: -15px;
	z-index: 999;
	left: 0;
	top: 60px;
}

header .langs .drop:after, header .langs .drop:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

header .langs .drop:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -5px;
}

header .langs .drop:before {
	border-color: rgba(224, 224, 224, 0);
	border-bottom-color: #e0e0e0;
	border-width: 6px;
	margin-left: -6px;
}

header .langs .drop ul {
	margin: 0;
	padding: 0;
}

header .langs .drop ul li {
	list-style: none;
	padding: 0px 0;
	font-size: 12px;
	color: #ED1C24;
}

header .langs .drop ul li a {
	color: #0056A3;
}

header .langs .earth {
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 1px solid #c4c4c4;
	text-align: center;
	line-height: 30px;
	color: #C4C4C4;
	cursor: pointer;
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

header .langs .earth:hover {
	color: #ed1c24;
	border-color: #ed1c24;
}

header .request .button {
	line-height: 1.3;
	width: 124px;
	padding-top: 6px;
}

header .blueline {
	display: block;
	overflow: hidden;
	background-color: #0056A3;
	color: #fff;
	line-height: 60px;
	height: 60px;
}

header .blueline .path {
	font-size: 13px;
	text-transform: uppercase;
}

header .blueline .path a {
	text-decoration: none;
	color: #fff;
}

header .blueline .path a:hover {
	opacity: 0.8;
}

header .blueline .path a.home {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	border-radius: 50%;
	margin-right: 10px;
	position: relative;
	top: -1px;
}

header .blueline .price {
	float: right;
	font-size: 16px;
	line-height: 58px;
}

header .blueline .price span {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-size: 22px;
}

header .blueline a.favorite {
	font-size: 26px;
	color: #FFF;
	text-decoration: none;
	margin-right: 40px;
	position: relative;
	top: 0px;
}

header .blueline a.favorite.selected .icon-star:before {
	/*content: "\e814";*/
	content: "\e908";
}

header .blueline a.favorite .icon-star:before {
	content: "\e816";
}

header .blueline a.favorite:hover {
	opacity: 0.8;
}

header .blueline a.favorite .count:not(:empty) {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #ed1c24;
	text-align: center;
	line-height: 14px;
	font-size: 10px;
	display: inline-block;
	position: absolute;
	right: -4px;
	top: -7px;
	color: #fff;
}

header .blueline .col-lg-4 {
	text-align: right;
}

footer {
	margin: -362px auto 0;
	height: 362px;
	position: relative;
	z-index: 1;
}

footer .gray {
	background-color: #EDEDED;
	font-size: 15px;
	color: #5F6062;
	line-height: 30px;
	padding: 55px 0;
}

footer .gray .head {
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding: 0 0 20px 0;
}

footer .gray ul {
	margin: 0;
	padding: 0;
}

footer .gray ul li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	padding-right: 5px;
}

footer .gray ul li a {
	color: #5F6062;
}

footer .gray ul li a:hover {
	color: #ED1C24;
}

footer .socials {
	line-height: 105px;
	min-height: 110px;
	text-align: right;
}

footer .socials a {
	font-size: 34px;
	margin-left: 20px;
	color: #929292;
	text-decoration: none;
}

footer .socials a:hover {
	color: #ED1C24;
}

footer .copyright {
	padding-top: 25px;
	font-size: 13px;
	color: #A0A0A0;
	line-height: 30px;
}

footer .copyright a {
	color: #A0A0A0;
}

footer .copyright a:hover {
	color: #ED1C24;
}

.fb-page {
	width: 100%;
}

.button {
	min-height: 50px;
	height: 50px;
	padding: 0 20px;
	font-size: 13px;
	color: #484848;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	border-top: 3px solid #ed1c24;
	border-bottom: 3px solid #ed1c24;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	line-height: 44px;
}

.button span {
	position: relative;
	-webkit-transition: color 100ms ease-in;
	transition: color 100ms ease-in;
}

.button:before, .button:after {
	height: 0;
	background-color: #ED1C24;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	content: " ";
	-webkit-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	z-index: 1;
}

.button:after {
	top: auto;
	bottom: 0;
}

.button:hover span {
	color: #fff;
	z-index: 2;
}

.button:hover:before, .button:hover:after {
	height: 100%;
}

/* 
.slider {
	height: 100%;
	width: 100%;
	position: relative;
}

.slider .container {
	position: relative;
}

.slider:before {
	content: " ";
	background: transparent url(../_images/bg-slide-bottom.png) repeat-x left bottom;
	height: 230px;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

.slider img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.slider .titling {
	position: absolute;
	font-size: 18px;
	color: #FFF;
	display: block;
	height: 50px;
	border: 1px solid white;
	border-radius: 3px;
	line-height: 48px;
	text-decoration: none;
	padding: 0 35px;
	left: 0;
	bottom: 50px;
	z-index: 2;
} */

.title {
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #0054A4;
	position: relative;
	padding: 0 0 12px 0;
	margin: 0 0 30px 0;
}

.title:after {
	content: " ";
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
	background-color: #ed1c24;
}

.mainpage .title {
	padding-top: 30px;
}

.mainpage .specblog_link {
	display: block;
	background: url(../_images/specblog_img.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	height: 370px;
	font-size: 30px;
	color: #fff;
	text-shadow: 0.5px 0.9px 4px rgba(0, 0, 0, 0.35);
	text-decoration: none;
	line-height: 50px;
	margin-top: 99px;
	padding-top: 100px;
}

.mainpage .specblog_link:hover {
	opacity: 0.8;
	/* -webkit-filter: grayscale(100%);
			-moz-filter:    grayscale(100%);
			-ms-filter:     grayscale(100%);
			-o-filter:      grayscale(100%);
			filter: gray; */
}

.sidebar_blog .blog_widget .col-lg-6 {
	width: 100% !important;
}

.blog_cats {
	margin-bottom: 20px;
	color: #000;
}
.blog_cats .button {
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.blog_widget .img {
	height: 170px;
	overflow: hidden;
}

.blog_widget .img img {
	height: 170px;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}

.blog_widget .img:hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
}  

.blog_widget .date {
	padding: 7px 0 0px 0;
	color: #C4C6C8;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.blog_widget .cat {
	display: inline-block;
	vertical-align: middle;
	padding-top: 7px;
	font-size: 13px;
}

.blog_widget .link {
	font-size: 16px;
	min-height: 40px;
	line-height: 20px;
	display: block;
	margin-bottom: 28px;
}

.content {
	background-color: #fff;
	padding: 0 0 400px 0;
}



body.header_fix {
	padding-top: 180px;
}



.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}

.lightSlider {
	overflow: hidden;
	margin: 0;
}

.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}

.lSSlideWrapper > .lightSlider:after {
	clear: both;
}

.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform,height;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
	position: relative;
}

.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #428bca;
}

.lSSlideOuter .media {
	opacity: 0.8;
}

.lSSlideOuter .media.active {
	opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
	margin: 0 auto;
	list-style: none outside none;
	padding-left: 0;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	opacity: 0.6;
  /*  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
   transition: border-radius 0.12s linear 0s 0.35s linear 0s; */
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	text-align: center;
	height: 75px;
}
.lSSlideOuter .lSPager.lSGallery li a {
	display: block;
	width: 100%;
	height: 100%;
}
.lSSlideOuter .lSPager.lSGallery li a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
}

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery img {
	height: auto;
	max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}


.lSAction > a {
	display: block;
	top: 50%;
	height: 60px;
	width: 60px;
	color: #FFF;
	font-size: 40px;
	cursor: pointer;
	position: absolute;
	z-index: 99;
	margin-top: -20px;
	opacity: 0.8;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	background-color: rgba(54,54,54,.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}

.lSAction > a .icon-chevron-right {
	top: 3px;
	position: relative;
	margin-left: 4px;
}
.lSAction > a .icon-chevron-left {
	top: 3px;
	position: relative;
	margin-right: 4px;
}

.lSAction > a:hover {
	opacity: 1;
}

.lSAction > .lSPrev {
	background-position: 0 0;
	left: 10px;
}

.lSAction > .lSNext {
	background-position: -32px 0;
	right: 10px;
}

.lSAction > a.disabled {
	pointer-events: none;
}

.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
	position: relative;
}

.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
	direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
	float: left;
	display: block;
}

.lSSlideOuter .lightSlider li img {
	height: auto;
	display: block;
	max-width: 100%;
	max-height:800px;
	margin: 0 auto;
}

.itempage #slider .lSPager img {
	height: 100%;
}
.itempage #slider img {
	height: auto;
	display: block;
	max-width: 100%;
	max-height:800px;
	margin: 0 auto;	
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
	0% {
		left: 0;
	}

	50% {
		left: -15px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightEnd {
	0% {
		left: 0;
	}

	50% {
		left: -15px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes topEnd {
	0% {
		top: 0;
	}

	50% {
		top: -15px;
	}

	100% {
		top: 0;
	}
}

@keyframes topEnd {
	0% {
		top: 0;
	}

	50% {
		top: -15px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes leftEnd {
	0% {
		left: 0;
	}

	50% {
		left: 15px;
	}

	100% {
		left: 0;
	}
}

@keyframes leftEnd {
	0% {
		left: 0;
	}

	50% {
		left: 15px;
	}

	100% {
		left: 0;
	}
}

@-webkit-keyframes bottomEnd {
	0% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}

	100% {
		bottom: 0;
	}
}

@keyframes bottomEnd {
	0% {
		bottom: 0;
	}

	50% {
		bottom: -15px;
	}

	100% {
		bottom: 0;
	}
}

.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}

.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.lightSlider.lsGrabbing > * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

.itempage {
	position: relative;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 40px;
	margin-top: 40px;
	margin-bottom: 80px;
}

.itempage #map {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}

.itempage #map.vis {
	z-index: 1;
	opacity: 1;
	position: relative;
}
.itempage #map.vis.withimg {
	position: absolute;
}

.itempage #slider {
	position: relative;
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}

.itempage #slider.nonvis {
	z-index: -2;
	opacity: 0;
}

.itempage #slider > *:not(.lSSlideOuter) img {
	/*width: 100%;*/
	height: auto;
	display: none;
}

.itempage #slider > *:not(.lSSlideOuter) li:first-child img {
	display: block;
}

.itempage .page_main_actions {
	padding: 35px 0 25px 0;
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 55px;
}

.itempage .page_main_actions ul {
	margin: 0;
	padding: 0;
}

.itempage .page_main_actions ul li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	opacity: 0.5;
	color: #6C6B6B;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}

.itempage .page_main_actions ul li span {
	font-size: 20px;
	margin-right: 6px;
	position: relative;
	top: 3px;
}

.itempage .page_main_actions ul li.active, .itempage .page_main_actions ul li:hover, .itempage .page_main_actions ul li.fav_button {
	opacity: 1;
}

.itempage .page_main_actions ul li.fav_button {
	border-left:1px solid #e9e9e9;
	padding-left: 20px;
}

.itempage .page_main_actions ul li.fav_button .text {
	font-style: normal;
	vertical-align: middle;
}
.itempage .page_main_actions ul li.fav_button .text.remove {
	display: none;
}

.itempage .page_main_actions ul li.fav_button .selected .text.remove {
	display: inline-block;
}
.itempage .page_main_actions ul li.fav_button .selected .text.add {
	display: none;
}

.itempage .page_main_actions ul li button.add_favorite {
	border:0;
	background-color: transparent;
}

.itempage .item_info {
	text-align: center;
	padding: 0 0 40px 0;
	border-bottom: 1px solid #e9e9e9;
}

.itempage .item_info .title, h1.title {
	font-size: 22px;
	margin-bottom: 40px;
}

.itempage .item_info .title:after {
	left: 50%;
	margin-left: -25px;
}

.itempage .item_info .price {
	font-size: 16px;
	padding-bottom: 35px;
}

.itempage .item_info .price b {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-weight: 800;
	font-size: 22px;
	color: #ed1c24;
}

.itempage .item_info .location {
	font-size: 16px;
}

.itempage .features {
	font-size: 16px;
	padding-top: 35px;
	padding-bottom: 0px;
}

.itempage .features .col-xs-12 {
	position: relative;
	padding-left: 60px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.itempage .features .col-xs-12 span {
	font-size: 16px;
	position: absolute;
	left: 10px;
	top: 15px;
}

.itempage .features .col-xs-12 b {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-weight: 800;
}

.itempage .features.main {
	padding-bottom: 35px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}

.itempage .features.main span {
	font-size: 20px;
	top: 14px;
}

.itempage .body {
	padding-top: 35px;
	font-size: 16px;
	line-height: 26px;
}

.itempage .body p {
	margin: 0 0 10px 0;
}

.itempage .body b, .itempage .body strong {
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	font-weight: 800;
}

.manager_block {
	text-align: center;
}

.manager_block .title {
	text-align: left;
	font-size: 22px;
	margin-bottom: 20px;
	text-align: center;
}

.manager_block .title:after {
	left: 50%;
	margin-left: -25px;
}

.manager_block .img {
	padding-top: 25px;
}

.manager_block .img img {
	max-width:100%;
	max-height:250px;
}

.manager_block .name {
	padding: 15px 0 0 0;
	line-height: 20px;
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0054A4;
}

.manager_block .subname {
	font-size: 14px;
	padding-bottom: 15px;
}

.manager_block .phone, .manager_block .mail {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-size: 22px;
	padding: 5px 0 0 0;
}

.manager_block .mail {
	margin-bottom: 20px;
}

.manager_block .phone a, .manager_block .mail a {
	color: #333;
}

.manager_block .phone span, .manager_block .mail span {
	font-size: 16px;
	margin-right: 8px;
	color: #0054A4;
}

.manager_block .mail a {
	font-family: 'GothamPro-Light', Arial, Helvetica, sans-serif;
	font-size: 14px;
} 

.manager_block .form {
	padding: 40px 0 0 0;
}

.fancybox-inner #success:before {
	background-image: url("../_images/remax-loading.png");
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	content:" ";
	width: 60px;
	height: 60px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -30px;
}
.fancybox-inner #success {
	padding: 100px 40px 30px 40px;
	text-align: center;
	position: relative;
	font-size: 18px;
}

.form:target {
	
}

.form .input {
	display: block;
	width: 100%;
	margin-bottom: 18px;
}

.form .radios {
	margin-bottom: 18px;
}

.form .radios_title {
	padding: 0 0 5px 0;
}
.form .file {
	margin-bottom: 18px;
}
.form .submit {
	padding: 20px 0;
}



.favourites {
	padding-bottom: 40px;
}

#hamburger {
	display: none;
	font-size: 20px;
	line-height: 29px;
	padding: 0;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0 10px 0;
}

#hamburger i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

#hamburger i:last-child {
	position: relative;
	top: 1px;
}

#hamburger span {
	background: #0054a4;
	display: block;
	height: 3px;
	margin: 5px 0;
	width: 30px;
}

html.mm-opened #hamburger span.top-bar {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
	background-color: #ed1c24;
}

html.mm-opened #hamburger span.middle-bar {
	opacity: 0;
}

html.mm-opened #hamburger span.bottom-bar {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -9px;
	background-color: #ed1c24;
}

html.mm-opened #hamburger {
	color: #ed1c24;
}

#hamburger {
	overflow: hidden;
}

#hamburger span {
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transition: none 0.5s ease;
	transition: none 0.5s ease;
	-webkit-transition-property: top, left, opacity, -webkit-transform;
	transition-property: top, left, opacity, -webkit-transform;
	transition-property: transform, top, left, opacity;
	transition-property: transform, top, left, opacity, -webkit-transform;
}

html.mm-opened #hamburger span.middle-bar {
	left: -40px;
}


#slider.slider {
	height: 881px;
	-webkit-transition: height 100ms ease-in;
	-moz-transition: height 100ms ease-in;
	-ms-transition: height 100ms ease-in;
	-o-transition: height 100ms ease-in;
	transition: height 100ms ease-in;
}
#slider.slider .slick-slider .slick-list {
	height: 100% !important;
}
#slider.slider .slick-slider .slick-track {
	height: 100%;
}
#slider.slider .slick-slider {
	height: 100%;
}
#slider.slider .slick-dots {
	display: none !important;
}
#slider.slider {
	/*background-color: #000;*/
	background-color: #fff;
}
#slider.slider .b-banner-main.no-js {
	display:none;
}
#slider.slider .b-banner-main__item {
	position: relative;
	height: 100%;
	width: 100%;
	background-position: center top; 
	background-repeat: no-repeat;
	-webkit-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#slider.slider .b-banner-main__item .video-wrapper:after, #slider.slider .b-banner-main__item .video-wrapper:before { 
	content: " ";
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	-ms-transition: opacity 100ms ease-in;
	-o-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 50%;
	margin: 0 0 -34px -34px;
	opacity: 0;
	height: 69px;
	width: 69px;
	border-radius: 50%;
}
/*pause button*/
#slider.slider .b-banner-main__item.playing:hover .video-wrapper:after { 
	opacity: 0.5;
	background: transparent url(../_images/module-sprite.png) no-repeat 17px -322px;
	background-color: rgba(54,54,54,0.3);
}
/*play button*/
#slider.slider .b-banner-main__item.paused .video-wrapper:before, #slider.slider .b-banner-main__item.slick-active:not(.playing) .video-wrapper:before { 
	opacity: 0.5;
	background: transparent url(../_images/module-sprite.png) no-repeat 21px -252px;
	background-color: rgba(54,54,54,0.3);
}

#slider.slider .b-banner-main__item .image-wrapper {
	height: 100%;
	width: 100%;
	-webkit-background-size: cover;
		 -o-background-size: cover;
			background-size: cover;
}
#slider.slider .b-banner-main__item .video-wrapper + .container {
	cursor: pointer;
}
#slider.slider .b-banner-main__item .video-wrapper video {

	display: none;
	object-fit: cover;
	-o-object-fit: cover;
	width: 100%;
	z-index: -100;
/*     position: fixed;
top: 50%;
left: 50%;
   min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
transform: translateX(-50%) translateY(-50%);
transform:translateY(-50%);
transition: 1s opacity; */
}
#slider.slider .b-banner-main__item.slick-active .video-wrapper video {
	display: block;
	cursor: pointer;
}
#slider.slider .b-banner-main__button:hover {
	background-color: #FFF;
	color: #333;
}
#slider.slider .b-banner-main__button {
	position: absolute;
	font-size: 18px;
	color: #FFF;
	display: block;
	height: 50px;
	border: 1px solid white;
	border-radius: 3px;
	line-height: 48px;
	text-decoration: none;
	padding: 0 35px;
	left: 10px;
	bottom: 50px;
	z-index: 2;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
#slider.slider img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
#slider.slider .container {
	position: relative;
}

/*b-banner-main__prev g-arrow-l fa fa-angle-left fa-2x */

#slider.slider .slick-arrow:hover {
	background-color: #363636;
}
#slider.slider .slick-arrow.slick-disabled {
	display: none !important;
}
#slider.slider .slick-arrow {
	margin-bottom: -34px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	width: 69px;
	height: 69px;
	position: absolute;
	bottom: 50%;
	background-color: rgba(54,54,54,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
	cursor: pointer;
	
	font-family: 'Linearicons-Free' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	text-align: center;
	line-height: 68px;
	color: #fff;
	font-size: 27px;
}

#slider.slider .slick-arrow.b-banner-main__prev {
	left: 30px;
	padding-right: 3px;
}
#slider.slider .slick-arrow.b-banner-main__next {
	right: 30px;
	padding-left: 3px;
}

#slider.slider .slick-arrow.b-banner-main__prev:before {
	content: "\e875";
}
#slider.slider .slick-arrow.b-banner-main__next:before {
	content: "\e876";
}


/* #slider.slider .video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
} */

.catalog .item {
	/*border-bottom: 1px solid #e9e9e9;*/
	margin-bottom: 20px;
}
.catalog .item .img {
	height: 185px;
	overflow: hidden;
	position: relative;
	border-bottom: 4px solid #00458b;
}
#page .catalog .item .img img:not(.echo) {
	height: 100%;
}
.catalog .item .img img:not(.echo) {
	object-fit:cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	-ms-transition: all 500ms ease-in;
	-o-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}
.catalog .item .img:hover img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-moz-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	-o-transform: scale(1.1) rotate(2deg);
}
.catalog .item .info .name {
	min-height: 60px;
	padding: 10px 0;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.catalog .item .info .name a {
	height: 40px;
	overflow: hidden;
	display: block;
}
.catalog .item .info .location {
	margin: 0 0 7px 0;
	color: #C4C6C8;
	display: block;
	height: 45px;
	overflow: hidden;
}
.catalog .item .info .price span {
	display: none;
}
.catalog .item .info .price {
   line-height: 20px;
   color: #484848;
   font-size: 14px;
   padding: 0 0 10px 0;
}
.catalog .item .info .price b {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-weight: 800;
	margin-right: 2px;
	font-size: 18px;
}
.catalog.list.nomanager .item .info .features {
	min-height:1px;
}
.catalog .item .info .features {
	padding: 0 5px;
	/*border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;*/
	font-size: 13px;
	min-height: 90px;
}
.catalog .item .info .features:empty {
	border-bottom:1px solid #fff;
}
.catalog .item .info .feature {
	position: relative;
	padding: 4px 0 5px 28px;
}
.catalog .item .info .feature:first-child {
	border-top:1px solid #e9e9e9;
}
.catalog .item .info .feature:last-child {
	border-bottom:1px solid #e9e9e9;
}

.catalog .item .info .features span {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 5px;
}
.catalog .item .info .features .count {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
}

.catalog .item .manager {
	display: none;
}

.catalog.list .item:before, .catalog.list .item:after {
	content: " ";
    display: table;
}
.catalog.list .item:after {
	clear:both;
}
.catalog.list .item .img {
	float: left;
	width: 35%;
}
.catalog.list .item .info {
	margin-left: 37%;
	margin-right: 165px;
}
.catalog.list.nomanager .item .info {
	margin-right: 0;
}
.catalog.list .item .info .name {
	min-height:10px;
	padding-top: 0;
}
.catalog.list .item .info .name a {
	height: auto;
}
.catalog.list .item .info .location {
	height: auto;
}
.catalog.list .item .manager {
    display: block;
    width: 150px;
    float: right;
    padding-left: 10px;
    border-left: 1px solid #e9e9e9;
    text-align: center;
}
.catalog.list.nomanager .item .manager {
	display: none;
}
#page .catalog.list .item .manager img {
	max-width:55% !important;
}
.catalog.list .item .manager .name {
	font-family: 'GothamPro',Arial,Helvetica,sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding:10px 0 5px 0;
}
.catalog.list .item .manager .subname {
	font-size: 14px;
	line-height: 16px;
}
.catalog.list > .row > .col-lg-4 {
	width: 100%;
}


.tagtext {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 30px;
}
.tagtext p {
	margin: 0 0 10px 0;
}


.managers {
	padding: 30px 0 0 0;
}

.managers .slick-slider + .manager {
	margin-top: 60px;
}

.managers .manager:last-child {
	border:0;
	margin:0;
}
.managers .manager {
	border-bottom:1px solid #e9e9e9;
	padding: 0 0 30px 0;
	margin: 0 0 40px 0;
}
.managers .manager .img {
	text-align: center;
}
.managers .manager .img img {
	max-width:100%;
	max-height:250px;
}
.managers .manager .name {
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 0 0 0 0;
}
.managers .manager .subname {
	font-size: 14px;
	padding-bottom: 10px;
}
.managers .manager .body p {
	margin: 0 0 10px 0;
}
.managers .manager .body {
	font-size: 16px;
	line-height: 26px;
	padding: 0 0 20px 0;
}
.managers .manager .contacts span {
	font-size: 16px;
	margin-right: 8px;
	color: #0054A4;
}
.managers .manager .contacts .mail a {
	font-family: 'GothamPro-Light', Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.managers .manager .contacts a {
	color: #333;
}
.managers .manager .contacts {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.managers .manager .button {
	float: right;
}


#page {
	padding: 30px 0 0 0;
}
#page img {
	max-width:100%;
	height: auto;
}
#page strong, #page b {
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
}
#page h2 {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;   
}

.office_slider {
	position: relative;
	padding: 0 50px;
}
.office_slider:not(.slick-initialized) {
	height: 100px;
	overflow: hidden;
	opacity: 0; 
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	-ms-transition: opacity 100ms ease-in;
	-o-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}
.office_slider.slick-initialized {
	opacity: 1;
}
.office_slider .item {
	height: 100px;
	overflow: hidden;
	/*background-color:#000;*/
}
.office_slider .item img {
	width: 100%;
	height: 100px;
	object-fit:cover;
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	-ms-transition: opacity 100ms ease-in;
	-o-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
}
.office_slider .item img:hover {
	opacity: 0.8;
} 
.office_slider .arrow {
	position: absolute;
	left: 0;
	top: 50%;
	font-size: 30px;
	color: #C4C4C4;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	cursor: pointer;
	margin-top: -14px;
	width: 30px;
	height: 29px;
	line-height: 29px;
}
.office_slider .arrow.next {
	left: auto;
	right: 0;
}
.office_slider .arrow:hover {
	color: #ed1c24;
}
.office_slider .slick-dots {
	display: none !important;
}



#feedback_map {
	height: 300px;
}

.contacts_list {
	font-size: 16px;
	padding: 27px 0 10px 0;
}
.contacts_list .phone a {
	font-family: 'GothamPro-Medium', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
}
.contacts_list .mail span {
	top: -2px;
}
.contacts_list .time {
	line-height: 16px;
}
.contacts_list span {
	font-size: 23px;
	margin-right: 8px;
	color: #0054A4;
	position: absolute;
	left: 0;
	top: 2px;
}
.contacts_list > div {
	position: relative;
	padding: 0 0 23px 36px;
}


.form {

}
.form input[type="text"], .form input[type="password"], .form input[type="phone"], .form input[type="tel"], .form input[type="text"], .form textarea {
	
}






.css3-radios label {
  display: inline-block;
  vertical-align: middle;
}
.css3-radios input[type="radio"] + span {
  display: inline-block;
  vertical-align: middle;
}
.css3-radios input[type="radio"] + span::before {
  display: inline-block;
  vertical-align: middle;
}

.css3-checkboxes label {
  display: inline-block;
  vertical-align: middle;
}
.css3-checkboxes input[type="checkbox"] + span {
  display: inline-block;
  vertical-align: middle;
}
.css3-checkboxes input[type="checkbox"] + span::before {
  display: inline-block;
  vertical-align: middle;
}

.css3-radios, .css3-checkboxes {
  position: relative;
}

.css3-radios label *, .css3-checkboxes label * {
  cursor: pointer;
}

.css3-radios input[type="radio"], .css3-checkboxes input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.css3-radios input[type="radio"] + span, .css3-checkboxes input[type="checkbox"] + span {
  font-size: 14px;
  color: #333;
  position: relative;
}

/* .css3-radios label:hover span::before, .css3-checkboxes label:hover span::before {
  -moz-box-shadow: 0 0 2px #ccc;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
} */

.css3-radios label:hover span {
  color: #000;
}

.css3-checkboxes label:hover span {
  color: #000;
}
.css3-checkboxes input[type="checkbox"] + span::before {
    content: "";
    width: 15px;
    height: 15px;
    margin: 0px 7px 0 0;
    border: solid 1px #bebebe;
    line-height: 15px;
    text-align: center;
    background: #fff;
    position: relative;
    top: -1px;
}

.css3-radios input[type="radio"] + span::before {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	content: "";
	width: 15px;
	height: 15px;
	margin: 2px 7px 0 0;
	border: solid 1px #bebebe;
	line-height: 14px;
	text-align: center;
	background: #fff;
	float: left;
	border-radius: 50%;
}
.css3-radios input[type="radio"]:checked + span::before {
  color: #666;
}

.css3-checkboxes input[type="checkbox"]:checked + span::before {
  color: #666;
}

.css3-radios input[type="radio"]:disabled + span {
  cursor: default;
  -moz-opacity: .4;
  -webkit-opacity: .4;
  opacity: .4;
}

.css3-checkboxes input[type="checkbox"]:disabled + span {
  cursor: default;
  -moz-opacity: .4;
  -webkit-opacity: .4;
  opacity: .4;
}
.css3-checkboxes input[type="checkbox"] + span::before {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.css3-radios input[type="radio"] + span::after {
	position: absolute;
    content: " ";
    left: 3px;
    top: 5px;
    background-color: #FFF;
    -webkit-transition: background-color 100ms ease-in;
    -moz-transition: background-color 100ms ease-in;
    -ms-transition: background-color 100ms ease-in;
    -o-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;

    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.css3-radios input[type="radio"]:checked + span::after {
    
    background-color: #ed1c24;
}
.css3-radios input[type="radio"]:checked + span::before {
  /*background-color:#ed1c24;*/
  /*border-color:#ed1c24;*/
  font-size: 16px;
  line-height: 10px;
}

.css3-checkboxes input[type="checkbox"]:checked + span::before {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAMAAADepFZYAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAe1BMVEX////tHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCTtHCT////tJacxAAAAJ3RSTlMAR55X+6Zl/pMDdoJRJ4X9cbnnM5diFb7uOgan91IJqfDE8kWb1TdOANWaAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAElJREFUCNdjYEAARiYkDjMLK4LDxs7BCedwqXMDSR5eMIePXwBECQoJMzBwiqiLggXFxCUkpaRlZKEa5OQVFJWU4fqlVFTVoEwAhA8DVyTj8cYAAAAASUVORK5CYII=');
	background-position: center center;
	background-repeat: no-repeat;
}




/*********************************************/
/***** FancyBox reset BEGIN *****/
/*********************************************/
.fancybox-nav,
#fancybox-loading,
.fancybox-close{
	font-family: 'Linearicons-Free' !important;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.fancybox-nav,
.fancybox-close{
	text-decoration: none;
	color: #000;
}

.fancybox-skin{
	position: relative;
	background: #fff; /*color of padding box*/
}

.fancybox-wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-opened{
	z-index: 8030;
}

.fancybox-outer,
.fancybox-inner{
	position: relative;
}

.fancybox-inner{
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;  
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
	overflow-y: scroll;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
}
.fancybox-nav span{
	position: absolute;
	top: 50%;   
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title {
	visibility: hidden;
	position: relative;
	z-index: 8050;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/


/*********************************************/
/***** fancyBox BEGIN *****/
/*********************************************/
.fancybox-overlay{
	background: rgba(0,0,0,0.7);
}
.fancybox-nav span{
	font-size: 3em;
	margin-top: -1em;
	display: block;
}
.fancybox-nav.fancybox-prev{
	left: 0;
}

.fancybox-nav.fancybox-next{
	right: 0;
}
.fancybox-nav.fancybox-prev span:before{
	content: "\e875";
}
.fancybox-nav.fancybox-next span:before{
	content: "\e876";
}
.fancybox-nav.fancybox-prev span{
	left: 10px;
}
.fancybox-nav.fancybox-next span{
	right: 10px;
}
.fancybox-nav span {
	visibility: visible;
}
#fancybox-loading div:before{
	content: "\e862";
	font-size: 3em;
	color: #fff;
	-webkit-animation: fa-spin 1.5s infinite linear;
	animation: fa-spin 1.5s infinite linear;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}
@-webkit-keyframes fade {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}
@keyframes fade {
  0%,100% { opacity: 0 }
  50% { opacity: 1 }
}
#fancybox-loading{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	cursor: pointer;
	z-index: 8060;
}
.fancybox-close:before{
	padding: 10px;
	content: "\e870";
	font-size: 2em;
}
.fancybox-close{
	position: absolute;
	top: 22px;
	right: 10px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-inner p{
	padding-right: 20px; /*close button over text*/
}
.fancybox-title{
	padding: 5px;
}
/*********************************************/
/***** END fancyBox *****/
/*********************************************/

.fancybox-nav span,
.fancybox-close:before{
	-webkit-transition: opacity 100ms ease-in;
	-moz-transition: opacity 100ms ease-in;
	-ms-transition: opacity 100ms ease-in;
	-o-transition: opacity 100ms ease-in;
	transition: opacity 100ms ease-in;
	padding: 12px 5px;
	text-align: center;
	line-height: 1;
	border: 0;
	border-radius: 2px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0.6;   
	color: #fff;
}
.fancybox-nav span:hover,
.fancybox-close:hover:before{
	opacity: 0.7;
}

html:not(.no-js) img.echo {
	background: url('../_images/remax-loading.png');
	background-position: center center;
	display: block;
	width: 100%;
	height: 100% !important;
	background-repeat: no-repeat;
	-webkit-animation: jump 3s infinite;
	-moz-animation: jump 3s infinite;
	-o-animation: jump 3s infinite;
	-ms-animation: jump 3s infinite;
	animation: jump 3s infinite;
}
@keyframes jump {
    60% {
       
        height: 140px;
    }
}
@-webkit-keyframes jump {
    60% {
       
        height: 140px;
    }
}


#filter {

}
#filter .f_head {
	font-family: 'GothamPro', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #0054A4;
	display: block;
	padding: 0 0 10px 0;
	font-size: 16px;
}
#filter .block {
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
}
#filter .jq-selectbox {
	margin-top: 2px;
}
#filter .inputs {
	display: table;
	width: 100%;
}
#filter .inputs span, #filter .inputs .inp {
	display: table-cell;
	vertical-align: middle;
}
 #filter .inputs .input {
 	display: block;
 	width: 100%;
 	padding: 0 6px;
 	text-align: center;
 }
#filter .inputs span {
	padding: 0 5px;
}
#filter .inputs span:first-child {
	padding-left: 0;
}
#filter .irs {
    margin: 5px 0 15px 0;
}

.realty_types {
	display: block;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	position: relative;
}
#page .realty_types img {
	width: 100%;
	height: 350px;
	object-fit:cover;
}
.realty_types span {
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 33px;
    position: absolute;
    top: 148px;
}
.realty_types span b {
    display: inline-block;
    padding: 1px 10px 5px 10px;
    background-color: rgba(0, 0, 0, 0.36);
    font-weight: normal;
    -webkit-transition: background-color 100ms ease-in;
    -moz-transition: background-color 100ms ease-in;
    -ms-transition: background-color 100ms ease-in;
    -o-transition: background-color 100ms ease-in;
    transition: background-color 100ms ease-in;
}
.realty_types:hover span b {
	background-color: rgba(0, 0, 0, 0.76);
}
.is-animated {
	animation: .6s zoom-in;
}

@keyframes zoom-in {
	0% {
		transform: scale(.1);
	}
	100% {
		transform: none;
	}
}