/*!
 * Theme Name: Eretz Ir
 * Theme URI: http://www.eretz-ir.co.il
 * Author: ROI Escalator
 * Author URI: http://www.roiescalator.com
 * Description: WordPress theme for Eretz Ir by ROI Escalator
 * Version: 1.0
 */

.eir-checkbox-block input[type=checkbox],
.hidden,
.invisible,
.thumbs-slider-component {
	visibility: hidden
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

h1,
h2,
h3 {
	letter-spacing: -.5px
}

a {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

a.btn:hover {
	text-decoration: none
}

.clear:after,
.clearfix:after,
.main-header:after,
.main-header__inner:after,
.main-menu-component .main-menu-info .main-menu-nav:after,
.main-menu-component:after,
.main-menu-component__inner:after {
	clear: both
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

.owl-height {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
	display: none
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}

.owl-carousel .owl-rtl {
	direction: rtl
}

.owl-carousel .owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale .1s ease;
	-moz-transition: scale .1s ease;
	-ms-transition: scale .1s ease;
	-o-transition: scale .1s ease;
	transition: scale .1s ease
}

.bedrooms-ico,
.select2-container,
.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-dropdown,
.select2-search--dropdown .select2-search__field {
	width: 100%;
	box-sizing: border-box
}

.select2-close-mask,
.select2-container--default .select2-selection--single,
.select2-dropdown {
	background-color: #fff
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-ms-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	100%,
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	100%,
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	100%,
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@-moz-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-results,
.select2-search--dropdown {
	display: block
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	display: block;
	position: absolute;
	left: -100000px;
	z-index: 1051
}

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

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	filter: alpha(opacity=0)
}

.select2-container--classic .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

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

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

pre,
textarea {
	overflow: auto
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	right: 1px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left;
	font-size: 34px;
	margin-left: 10px
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear,
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: 1px solid #000;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.left-icon,
.lock-icon,
.star-icon,
.star-icon2 {
	background-size: 100%;
	background-repeat: no-repeat
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

hr,
img {
	border: 0
}

.bg-blue {
	background-color: rgba(0, 53, 89, .8)
}

@font-face {
	font-family: FbRonibe;
	src: url(assets/fonts/fbronibe-light-webfont.eot);
	src: url(assets/fonts/fbronibe-light-webfont.eot?#iefix) format('embedded-opentype'), url(assets/fonts/fbronibe-light-webfont.woff) format('woff'), url(assets/fonts/fbronibe-light-webfont.ttf) format('truetype'), url(assets/fonts/fbronibe-light-webfont.svg) format('svg');
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: FbRonibe;
	src: url(assets/fonts/fbronibe-bold-webfont.eot);
	src: url(assets/fonts/fbronibe-bold-webfont.eot?#iefix) format('embedded-opentype'), url(assets/fonts/fbronibe-bold-webfont.woff) format('woff'), url(assets/fonts/fbronibe-bold-webfont.ttf) format('truetype'), url(assets/fonts/fbronibe-bold-webfont.svg) format('svg');
	font-weight: 700;
	font-style: normal
}

.star-icon {
	display: block;
	width: 25px;
	height: 25px;
	margin: 15px;
	background-image: url(assets/images/star-ico1.svg)
}

.left-icon {
	display: block;
	width: 16px;
	height: 30px;
	margin-left: 20px;
	background-image: url(assets/images/left-ico1.svg);
	background-position-x: 1px
}

.lock-icon,
.star-icon2 {
	display: inline-block;
	margin: 20px 5px
}

.bedrooms-ico2:before,
.bedrooms-ico3:before,
.bedrooms-ico:before,
.location-ico:before,
.shower-ico:before,
.surface-ico2:before,
.surface-ico3:before,
.surface-ico:before,
.tab-ico:before {
	content: '';
	display: block;
	top: 50%
}

.star-icon2 {
	width: 21px;
	height: 21px;
	background-image: url(assets/images/star-ico2.svg)
}

.lock-icon {
	width: 20px;
	height: 22px;
	background-image: url(assets/images/lock-ico.svg)
}

.bedrooms-ico2:before,
.bedrooms-ico:before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
	transform: translateY(-50%);
	background-size: 100%;
	background-repeat: no-repeat
}

.bedrooms-ico {
	padding: 0 55px 0 0
}

.bedrooms-ico:before {
	position: absolute;
	width: 50px;
	height: 26px;
	background-image: url(assets/images/gray-bed-ico.svg)
}

.bedrooms-ico2 {
	position: relative;
	padding: 0 75px 0 0
}

.bedrooms-ico2:before {
	position: absolute;
	width: 68px;
	height: 36px;
	background-image: url(assets/images/yellow-bed-ico.svg)
}

.bedrooms-ico3:before,
.surface-ico:before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background-size: 100%;
	background-repeat: no-repeat
}

.bedrooms-ico3 {
	position: relative;
	padding: 0 75px 0 0
}

.bedrooms-ico3:before {
	transform: translateY(-50%);
	position: absolute;
	width: 50px;
	height: 26px;
	right: 0;
	background-image: url(assets/images/white-bed-ico.svg)
}

.surface-ico {
	position: relative;
	padding: 0 55px 0 0
}

.surface-ico:before {
	transform: translateY(-50%);
	position: absolute;
	width: 31px;
	height: 31px;
	right: 10px;
	background-image: url(assets/images/gray-arrow-ico.svg)
}

.surface-ico2:before,
.surface-ico3:before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: 100%;
	background-repeat: no-repeat
}

.surface-ico2 {
	position: relative;
	padding: 0 65px 0 0
}

.surface-ico2:before {
	position: absolute;
	width: 42px;
	height: 42px;
	right: 0;
	background-image: url(assets/images/yellow-arrow-ico.svg)
}

.surface-ico3 {
	position: relative;
	padding: 0 65px 0 0
}

.location-ico,
.shower-ico,
.tab-ico {
	padding: 0 70px 0 0
}

.surface-ico3:before {
	position: absolute;
	width: 31px;
	height: 31px;
	right: 10px;
	background-image: url(assets/images/white-arrow-ico.svg)
}

.shower-ico:before,
.tab-ico:before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	right: 0;
	background-size: 100%;
	background-repeat: no-repeat
}

.shower-ico {
	position: relative
}

.shower-ico:before {
	transform: translateY(-50%);
	position: absolute;
	width: 48px;
	height: 48px;
	background-image: url(assets/images/yellow-shower-ico.svg)
}

.tab-ico {
	position: relative
}

.tab-ico:before {
	transform: translateY(-50%);
	position: absolute;
	width: 39px;
	height: 39px;
	background-image: url(assets/images/white-tab-ico.svg)
}

.location-ico {
	position: relative
}

fieldset,
hr,
legend,
td,
th {
	padding: 0
}

.location-ico:before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 25px;
	height: 31px;
	right: 15px;
	background-image: url(assets/images/white-location-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.phone-ico,
.zoom-ico {
	display: inline-block;
	position: relative
}

.zoom-ico {
	width: 23px;
	height: 23px;
	top: 6px;
	margin: 0 10px 0 0;
	background-image: url(assets/images/zoom-ico-white.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.main-menu-component .search-block .phone:hover span,
.phone-ico,
.yellow-phone-ico {
	width: 19px;
	height: 19px;
	top: 4px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0 10px 0 0
}

.phone-ico {
	background-image: url(assets/images/phone-ico.svg)
}

.main-menu-component .search-block .phone:hover span,
.yellow-phone-ico {
	display: inline-block;
	position: relative;
	background-image: url(assets/images/yellow-phone-ico.svg)
}

.main-menu-component .sign_updates .sign-btn:hover span,
.person-ico-white,
.person-ico2 {
	width: 23px;
	height: 23px;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-block;
	margin: 0 10px 0 0;
	position: relative
}

.person-ico2 {
	top: 5px;
	background-image: url(assets/images/person-ico2.svg)
}

.main-menu-component .sign_updates .sign-btn:hover span,
.person-ico-white {
	top: 6px;
	background-image: url(assets/images/person-ico-white.svg)
}

.main-menu-component .search-block .add-btn:hover span,
.star-ico-white,
.star-ico3 {
	display: inline-block;
	width: 21px;
	height: 21px;
	top: 4px;
	margin: 0 10px 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative
}

.main-menu-component .search-block .add-btn:hover span,
.star-ico-white {
	background-image: url(assets/images/star-ico-white.svg)
}

.star-ico3 {
	background-image: url(assets/images/star-ico3.svg)
}

.fa-linkedin,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
main,
menu,
nav,
section,
summary {
	display: block
}

.footer-fbook,
.footer-youtube {
	height: 23px;
	background-size: 100%;
	background-repeat: no-repeat
}

body,
fieldset {
	margin: 0
}

.footer-youtube {
	width: 30px;
	background-image: url(assets/images/blue-y-ico.svg)
}

.footer-fbook {
	width: 23px;
	background-image: url(assets/images/blue-f-ico.svg)
}

.agent-fbook {
	width: 20px;
	height: 20px;
	background-image: url(assets/images/green-f-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.cam-ico,
.lock-ico,
.turn-ico {
	height: 25px;
	background-size: 100%;
	background-repeat: no-repeat
}

.agent-phone:before {
	background-image: url(assets/images/white-phone-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.contact-us-phone:before {
	background-image: url(assets/images/green-phone-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.agent-location:before {
	background-image: url(assets/images/white-location-ico2.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.contact-us-location:before {
	background-image: url(assets/images/green-location-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.contact-us-email:before {
	background-image: url(assets/images/green-email-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.contact-us-time:before {
	background-image: url(assets/images/green-time-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.lock-ico {
	width: 25px;
	background-image: url(assets/images/gallery-icon.svg)
}

.cam-ico {
	width: 25px;
	background-image: url(assets/images/video-icon.svg)
}

.turn-ico {
	width: 25px;
	background-image: url(assets/images/black-turn-ico.svg)
}

.close-x-ico {
	width: 32px;
	height: 32px;
	background-image: url(assets/images/black-x-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.close-x-ico2 {
	width: 26px;
	height: 26px;
	background-image: url(assets/images/yellow-x-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.fa-linkedin {
	color: #fff;
	height: 100px!important
}

.fa-google-plus {
	color: #eb4040!important
}

.fa-twitter {
	color: #85d3ff
}

.fa-facebook {
	color: #4a90e2
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

.center-y,
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 1em 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

.main-menu-component .main-menu-info .main-menu-nav__item a,
body,
h1,
h2,
h3,
h3 span,
html,
input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset,
legend {
	border: 0
}

textarea {
	resize: vertical
}

table {
	border-collapse: collapse;
	border-spacing: 0
}


/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.4
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}

.hidden {
	display: none!important
}

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

h1,
h2,
h3,
h4,
h5,
h6,
nav,
p,
ul {
	margin-top: 0
}

.tabs-content,
nav,
ul {
	margin-bottom: 0;
	padding: 0
}

.tabs,
dd,
dl,
dt {
	margin: 0
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

@media print {
	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}
	*,
	:after,
	:before {
		background: 0 0!important;
		color: #000!important;
		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) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999
	}
	thead {
		display: table-header-group
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

.tabs {
	list-style: none;
	display: block;
	padding: 0;
	float: none
}

.tabs .tab-nav-item {
	display: inline-block
}

.tabs .tab-nav-item.active .tab-nav-link,
.tabs .tab-nav-item:hover .tab-nav-link {
	color: #c00;
	text-decoration: none
}

a,
a:hover {
	color: #054770
}

.tabs-content {
	display: block
}

.tabs-content>li {
	display: none
}

.no-js .tabs-content>li,
.tabs-content>li.active,
h3 span {
	display: block
}

.tabs-content>.content {
	padding: 0
}

body,
html {
	font-size: 16px;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	height: 100%;
	background-color: #fff;
	color: #000;
	unicode-bidi: embed
}

h1,
h2,
h3,
h3 span {
	font-weight: 700
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 100%
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	display: inline-block;
	color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: inherit;
	text-decoration: none;
	opacity: .6
}

h1 {
	font-size: 36px
}

@media (min-width:800px) and (max-width:1139px) {
	h1 {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 40px;
		font-style: normal;
		font-weight: 700
	}
}

@media (min-width:1140px) {
	h1 {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 46px;
		font-style: normal;
		font-weight: 700
	}
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 20px
}

h3 span {
	font-size: 14px;
	color: rgba(0, 0, 0, .6)
}

p {
	line-height: 130%
}

nav,
ul {
	list-style: none
}

input[type=text]::-ms-clear {
	display: none
}

input[type=text]::-ms-clear:focus {
	outline: 0
}

input[type=email],
input[type=search],
input[type=submit],
input[type=text],
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 20px;
	font-weight: 300;
	padding: 4px 5px 2px;
	color: #000;
	border: none;
	margin-bottom: 10px
}

input[type=search]::-ms-clear,
input[type=submit]::-ms-clear,
input[type=text]::-ms-clear,
textarea::-ms-clear {
	display: none
}

button:focus,
input[type=search]:focus,
input[type=submit]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	outline: 0
}

input[type=submit],
input[type=text] {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0
}

button:hover {
	transition: background-color .5s ease-out
}

.inner-pages-global-container {
	height: 100%;
	background-color: rgba(0, 0, 0, .1)
}

.inner-page-global-contact {
	padding: 0
}

.page-container {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative
}

.clear:after,
.clear:before {
	content: '';
	display: table
}

.bold {
	font-weight: 700
}

.text-decoration-none {
	text-decoration: none
}

.center-xy {
	position: absolute;
	transform-style: preserve-3d;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.center-y {
	display: table-cell;
	padding: 0 10%
}

.popup__active {
	display: block!important
}

select::-ms-expand {
	display: none
}

.mobile-hide {
	display: none
}

.mobile-show {
	display: block
}

@media (min-width:800px) and (max-width:1139px) {
	.tablet-hide {
		display: none
	}
	.tablet-show {
		display: block
	}
	.inner-page-global-contact,
	.inner-pages-global-container {
		padding: 60px 0 0
	}
}

@media (min-width:1140px) {
	.desktop-hide {
		display: none
	}
	.desktop-show {
		display: block
	}
	.inner-page-global-contact,
	.inner-pages-global-container {
		padding: 60px 0 0
	}
}

.select2-container {
	width: 100%!important
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 20px;
	padding-left: 40px;
	text-align: center
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 25px
}

.select2-container--default .select2-selection--single {
	height: 42px;
	border: 0 solid transparent;
	border-radius: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000;
	line-height: 44px;
	padding-left: 20px;
	padding-right: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 9px;
	height: 17px;
	top: 12px;
	left: 25px;
	background-image: url(assets/images/left-ico2.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none
}

.select2-dropdown {
	border: none;
	border-radius: 0
}

.select2-search--dropdown {
	padding: 14px 10px 0
}

.select2-search--dropdown .select2-search__field {
	padding: 10px
}

.select2-results__option {
	user-select: none;
	-webkit-user-select: none;
	padding: 17px 15px 12px
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: rgba(0, 0, 0, .2)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #054770;
	color: #fff
}

.select2-container--focus span:focus,
.select2-container--focus:focus {
	outline: 0!important
}

.main-header {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	direction: rtl;
	background-image: url(assets/images/content/img-h1.jpg);
	background-size: cover;
	background-position: bottom
}

.main-menu-component,
.main-menu-component .main-logo-block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%
}

.main-header:after,
.main-header:before {
	content: '';
	display: table
}

.main-header:before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	bottom: 0
}

.main-header__inner:after,
.main-header__inner:before,
.main-menu-component:after,
.main-menu-component:before,
.main-menu-component__inner:after,
.main-menu-component__inner:before {
	display: table;
	content: ''
}

.main-header__inner {
	position: relative
}

@media (min-width:800px) and (max-width:1139px) {
	.main-header__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.main-header__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.main-header__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.main-header__content {
	padding: 25px
}

.main-header__content--title {
	color: #f99e1b;
	margin-bottom: 0
}

@media (min-width:1140px) {
	.main-header {
		position: relative
	}
	.main-header__content {
		padding: 0;
		bottom: 5px
	}
	.main-header__content--title {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 42px;
		font-style: normal;
		font-weight: 700
	}
}

.main-menu-component {
	box-sizing: border-box;
	position: relative;
	direction: rtl;
	z-index: 100;
	top: 0
}

.main-menu-component__inner {
	border-top: solid #93a33a 2px
}

@media (min-width:800px) and (max-width:1139px) {
	.main-header {
		position: relative
	}
	.main-header__content {
		padding: 0;
		bottom: 5px
	}
	.main-menu-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.main-menu-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.main-menu-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.main-menu-component .main-logo-block {
	box-sizing: border-box;
	position: fixed;
	z-index: 1111;
	height: 60px;
	padding: 7px 15px 7px 20px;
	background-color: #e5e5e5
}

.main-menu-component .main-logo-block .main-menu-burger {
	float: left;
	margin: 7px 0
}

.main-menu-component .main-logo-block .main-logo {
	display: block;
	text-align: center
}

.main-menu-component .main-logo-block .main-logo__img {
	display: block;
	width: 56px;
	height: 45px;
	background-image: url(assets/images/main-logo.svg);
	background-size: 100% 100%
}

.main-menu-component .main-logo-block .main-logo__text {
	display: none;
	background-image: url(assets/images/main-logo-text.svg);
	background-size: 100% 100%
}

.main-menu-component .main-logo-block .main-logo .phone {
	display: none
}

.main-menu-component .main-logo-block--style {
	top: 0;
	border-top: solid #93a33a 2px;
	box-shadow: 0 0 5px #000
}

.main-menu-component .main-menu-info {
	margin-top: 58px
}

.main-menu-component .main-menu-info .main-menu-nav {
	width: 100%;
	display: none;
	position: fixed;
	z-index: 10000;
	height: 100vh;
	background-color: #054770
}

.main-menu-component .main-menu-info .main-menu-nav:after,
.main-menu-component .main-menu-info .main-menu-nav:before {
	content: '';
	display: table
}

.main-menu-component .main-menu-info .main-menu-nav__active {
	display: block
}

.main-menu-component .main-menu-info .main-menu-nav__item {
	float: right;
	clear: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table;
	text-align: center
}

.main-menu-component .main-menu-info .main-menu-nav__item:last-child {
	margin-left: 0
}

.main-menu-component .main-menu-info .main-menu-nav__item a {
	font-size: 18px;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	height: 60px;
	padding-top: 5px;
	background-color: #054770;
	color: #fff;
	vertical-align: middle
}

.main-menu-component .main-menu-info .main-menu-nav__item a:hover,
.main-menu-component .main-menu-info .main-menu-nav__item.current_page_item a {
	background-color: #061d27;
	color: #f99e1b;
	text-decoration: none
}

.main-menu-component .search-block:after,
.main-menu-component .search-block:before {
	content: '';
	display: table
}

.main-menu-component .search-block:after {
	clear: both
}

.main-menu-component .search-block .col {
	float: right;
	clear: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}

.main-menu-component .search-block .col:last-child {
	margin-left: 0
}

.main-menu-component .search-block .add-btn,
.main-menu-component .search-block .search-btn,
.main-menu-component .sign_updates .sign-btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 125%;
	padding: 3px 0 0;
	color: #fff;
	border: 2px solid transparent;
	background-color: #061d27;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 60px
}

.main-menu-component .search-block .add-btn,
.main-menu-component .search-block .phone,
.main-menu-component .sign_updates .sign-btn {
	-webkit-box-sizing: border-box;
	font-size: 18px;
	font-weight: 700;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.main-menu-component .search-block .add-btn:hover,
.main-menu-component .search-block .search-btn:hover,
.main-menu-component .sign_updates .sign-btn:hover {
	color: #fff
}

.main-menu-component .search-block .search-btn {
	line-height: 55px
}

.main-menu-component .search-block .add-btn,
.main-menu-component .sign_updates .sign-btn {
	-moz-box-sizing: border-box;
	padding: 0;
	color: #061d27;
	line-height: 62px
}

.main-menu-component .search-block .search-btn:hover {
	background-color: #f99e1b
}

.main-menu-component .sign_updates .sign-btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	border: 2px solid transparent;
	background-color: #f99e1b
}

.main-menu-component .search-block .add-btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	border: 2px solid transparent;
	background-color: #93a33a;
	display: none
}

.main-menu-component .search-block .col-call {
	display: none
}

.main-menu-component .main-logo-block .call-us {
	position: absolute;
	top: 15px;
	left: 50%;
	transform: translateX(-50%)
}

.main-menu-component .main-logo-block .call-us a {
	font-weight: 700;
	font-size: 18px
}

.main-menu-component .main-logo-block .call-us a .phone-ico {
	background-image: url(assets/images/phone-ico-nav.svg);
	top: 5px;
	margin: 0 2px 0 0
}

@media (min-width:800px) {
	.main-menu-component .search-block .col-call {
		display: block
	}
	.main-menu-component .main-logo-block .call-us {
		display: none
	}
}

.main-menu-component .search-block .phone {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 60px;
	padding-top: 3px;
	background-color: #061d27;
	color: #fff;
	text-align: center;
	line-height: 58px
}

.main-menu-component .search-block .phone:hover {
	text-decoration: none;
	color: #f99e1b
}

.contact-us-component .contact-us-component-info,
.contact-us-component .contact-us-component-info a {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #061d27
}

.main-menu-component .search-block .main-menu-select-block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 60px;
	padding: 10px 0;
	background-color: #fff
}

.main-menu-component .search-block .main-menu-select-block select {
	display: none
}

@media (min-width:800px) and (max-width:1139px) {
	.main-menu-component {
		position: fixed;
		z-index: 1111
	}
	.main-menu-component .main-logo-block {
		float: right;
		clear: none;
		width: 11.66667%;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		height: 185px;
		padding: 0
	}
	.main-menu-component .main-logo-block:last-child {
		margin-left: 0
	}
	.main-menu-component .main-menu-info .search-block {
		padding: 5px 5px 0 0
	}
	.main-menu-component .main-logo-block .main-menu-burger {
		display: none
	}
	.main-menu-component .main-logo-block .main-logo {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%)
	}
	.main-menu-component .main-logo-block .main-logo__img {
		display: inline-block;
		width: 66px;
		height: 55px
	}
	.main-menu-component .main-logo-block .main-logo__text {
		display: inline-block;
		width: 58px;
		height: 17px
	}
	.main-menu-component .main-logo-block--style {
		top: 0;
		border-top: none;
		box-shadow: none
	}
	.main-menu-component .main-menu-info {
		float: right;
		clear: none;
		width: 88.33333%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0
	}
	.main-menu-component .main-menu-info:last-child {
		margin-left: 0
	}
	.main-menu-component .main-menu-info .main-menu-nav {
		display: block!important;
		position: inherit;
		height: auto
	}
	.main-menu-component .main-menu-info .main-menu-nav__item {
		float: right;
		clear: none;
		width: 12.5%;
		margin-right: 0;
		margin-left: 0
	}
	.main-menu-component .main-menu-info .main-menu-nav__item:last-child {
		margin-left: 0
	}
	.main-menu-component .search-block .col {
		float: right;
		clear: none;
		width: 25%;
		margin-right: 0;
		margin-left: 0
	}
	.main-menu-component .search-block .col:last-child {
		margin-left: 0
	}
	.main-menu-component .search-block .add-btn {
		display: block
	}
}

@media (min-width:1140px) {
	.main-menu-component {
		position: fixed;
		z-index: 1111
	}
	.main-menu-component .main-menu-burger {
		display: none
	}
	.main-menu-component .main-logo-block {
		float: right;
		clear: none;
		width: 11.66667%;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		height: 125px;
		padding: 0
	}
	.main-menu-component .main-logo-block:last-child {
		margin-left: 0
	}
	.main-menu-component .main-logo-block .main-logo {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%)
	}
	.main-menu-component .main-logo-block .main-logo__img {
		display: inline-block;
		width: 66px;
		height: 55px
	}
	.main-menu-component .main-logo-block .main-logo__text {
		display: inline-block;
		width: 58px;
		height: 17px
	}
	.main-menu-component .main-logo-block .main-logo .phone {
		display: block
	}
	.main-menu-component .main-logo-block .phone:focus,
	.main-menu-component .main-logo-block .phone:hover {
		text-decoration: none;
		color: #000
	}
	.main-menu-component .main-logo-block--style {
		top: 0;
		border-top: none;
		box-shadow: none
	}
	.main-menu-component .main-menu-info {
		float: right;
		clear: none;
		width: 88.33333%;
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
		font-size: 0
	}
	.main-menu-component .main-menu-info .search-block {
		padding: 5px 0 0;
		font-size: 16px
	}
	.main-menu-component .main-menu-info:last-child {
		margin-left: 0
	}
	.main-menu-component .main-menu-info .main-menu-nav {
		display: inline-block!important;
		position: inherit;
		height: auto;
		width: calc(100% - 190px)
	}
	.main-menu-component .main-menu-info .main-menu-nav__item {
		float: right;
		clear: none;
		width: 12.5%;
		margin-right: 0;
		margin-left: 0
	}
	.main-menu-component .main-menu-info .main-menu-nav__item:last-child {
		margin-left: 0
	}
	.main-menu-component .main-menu-info .sign_updates {
		width: 190px;
		display: inline-block;
		vertical-align: top
	}
	.main-menu-component .search-block .col {
		float: right;
		clear: none;
		width: calc((100% - 190px)/ 3);
		margin-right: 0;
		margin-left: 0
	}
	.main-menu-component .search-block .col:last-child {
		margin-left: 0;
		width: 190px
	}
	.main-menu-component .search-block .add-btn {
		display: block
	}
}

#map-canvas:after,
.contact-us-component .contact-us-component-content:after,
.contact-us-component:after,
.contact-us-component__inner:after,
.map-component:after {
	clear: both
}

.menu-burger-icon {
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer
}

.menu-burger-icon span {
	display: block;
	position: absolute;
	height: 6px;
	width: 100%;
	background-color: #061d27;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out
}

#map-canvas:after,
#map-canvas:before,
.contact-us-component .contact-us-component-content:after,
.contact-us-component .contact-us-component-content:before,
.contact-us-component .contact-us-component-info:after,
.contact-us-component .contact-us-component-info:before,
.contact-us-component:after,
.contact-us-component:before,
.contact-us-component__inner:after,
.contact-us-component__inner:before,
.map-component:after,
.map-component:before {
	display: table;
	content: ''
}

.menu-burger-icon span:nth-child(1),
.menu-burger-icon span:nth-child(2),
.menu-burger-icon span:nth-child(3) {
	top: 0;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center
}

.menu-burger-icon span:nth-child(2) {
	top: 12px
}

.menu-burger-icon span:nth-child(3) {
	top: 24px
}

.menu-burger-icon.burger-active span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-burger-icon.burger-active span:nth-child(2) {
	width: 0;
	opacity: 0
}

.menu-burger-icon.burger-active span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 22px
}

#map-canvas {
	width: 100%;
	height: 460px
}

.map-component {
	margin-top: 100px;
	width: 100%;
	background-color: rgba(0, 0, 0, .1)
}

.contact-us-component {
	direction: rtl;
	padding-bottom: 40px
}

.contact-us-component__inner {
	background-color: #fff
}

@media (min-width:800px) and (max-width:1139px) {
	.contact-us-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.contact-us-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.contact-us-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.contact-us-component .contact-us-component-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.contact-us-component .contact-us-component-content__inner,
.contact-us-component .gform_body,
.contact-us-component .gform_footer {
	float: right;
	clear: none;
	width: 80%;
	margin-right: 10%;
	margin-left: 0
}

.contact-us-component .contact-us-component-info:after,
.contact-us-component--form:after {
	clear: both
}

.contact-us-component .contact-us-component-content__inner:last-child,
.contact-us-component .gform_body:last-child {
	margin-left: 0
}

.contact-us-component .contact-us-component-info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 0
}

.contact-us-component .contact-us-component-info .contact-us-email,
.contact-us-component .contact-us-component-info .contact-us-location,
.contact-us-component .contact-us-component-info .contact-us-phone,
.contact-us-component .contact-us-component-info .contact-us-time {
	padding: 0 30px 0 0
}

.contact-us-component .contact-us-component-info .contact-us-email:hover,
.contact-us-component .contact-us-component-info .contact-us-location:hover,
.contact-us-component .contact-us-component-info .contact-us-phone:hover,
.contact-us-component .contact-us-component-info .contact-us-time:hover {
	text-decoration: none
}

.contact-us-component .contact-us-component-info .contact-us-email:before,
.contact-us-component .contact-us-component-info .contact-us-location:before,
.contact-us-component .contact-us-component-info .contact-us-phone:before,
.contact-us-component .contact-us-component-info .contact-us-time:before {
	content: '';
	display: block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	position: absolute;
	right: 0
}

.contact-us-component .contact-us-component-info a,
.contact-us-component .contact-us-component-info span {
	position: relative;
	display: inline-block;
	margin-bottom: 5px
}

.contact-us-component .contact-us-component-info span .reverse {
	display: inline-block;
	direction: ltr
}

.contact-us-component .contact-us-component-info---title,
.contact-us-component--btn input,
.contact-us-component--form---title {
	font-weight: 700;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.contact-us-component .contact-us-component-info---list {
	margin: 0 0 40px
}

.contact-us-component .contact-us-component-info---title {
	font-size: 28px;
	color: #93a33a
}

.contact-us-component--form {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 45px;
	background-color: #061d27
}

.contact-us-component--form:after,
.contact-us-component--form:before {
	content: '';
	display: table
}

.contact-us-component--form---title {
	font-size: 28px;
	margin: 0 0 30px;
	color: #f99e1b
}

.contact-us-component--input input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 57px;
	margin: 0 0 30px;
	padding: 0 15px
}

.contact-us-component--btn input,
.contact-us-component--txtarea textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%
}

.contact-us-component--txtarea textarea {
	box-sizing: border-box;
	display: block;
	height: 120px;
	margin: 0 0 30px;
	padding: 15px
}

.contact-us-component--btn input,
.contact-us-component--form_wrapper .gform_footer input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	line-height: 125%;
	padding: 10px 50px 7px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	font-size: 20px;
	float: right;
	clear: none;
	margin-right: 0;
	margin-left: 0;
	width: 100%;
	transition: all .5s ease
}

.thumbs-slider-component,
.thumbs-slider-component__inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.contact-us-component--form_wrapper .gform_footer:last-child input {
	margin-left: 0
}

.contact-us-component--form_wrapper .gform_footer input:hover {
	background-color: #fff;
	color: #93a33a
}

@media (min-width:800px) and (max-width:1139px) {
	.contact-us-component .contact-us-component-info,
	.contact-us-component--form {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		padding: 75px 0 55px
	}
	.contact-us-component .contact-us-component-info:after,
	.contact-us-component .contact-us-component-info:before,
	.contact-us-component--form:after,
	.contact-us-component--form:before {
		content: '';
		display: table
	}
	.contact-us-component .contact-us-component-info:after,
	.contact-us-component--form:after {
		clear: both
	}
	.contact-us-component .contact-us-component-info:last-child,
	.contact-us-component--form:last-child {
		margin-left: 0
	}
	.contact-us-component .contact-us-component-info---list,
	.contact-us-component--form---list {
		margin: 0 0 60px
	}
}

@media (min-width:1140px) {
	.contact-us-component .contact-us-component-info,
	.contact-us-component--form {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		padding: 75px 0 55px
	}
	.contact-us-component .contact-us-component-info:after,
	.contact-us-component .contact-us-component-info:before,
	.contact-us-component--form:after,
	.contact-us-component--form:before {
		content: '';
		display: table
	}
	.contact-us-component .contact-us-component-info:after,
	.contact-us-component--form:after {
		clear: both
	}
	.contact-us-component .contact-us-component-info:last-child,
	.contact-us-component--form:last-child {
		margin-left: 0
	}
	.contact-us-component .contact-us-component-info---list,
	.contact-us-component--form---list {
		margin: 0 0 60px
	}
	.contact-us-component--btn input,
	.contact-us-component--form_wrapper .gform_footer input {
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		float: left
	}
	.contact-us-component--btn:last-child input,
	.contact-us-component--form_wrapper .gform_footer:last-child input {
		margin-left: 0
	}
}

.thumbs-slider-component:after,
.thumbs-slider-component__inner:after {
	clear: both
}

.thumbs-slider-component {
	box-sizing: border-box;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	display: none;
	position: absolute;
	z-index: 500;
	top: 241px
}

.thumbs-slider-component:after,
.thumbs-slider-component:before,
.thumbs-slider-component__inner:after,
.thumbs-slider-component__inner:before {
	display: table;
	content: ''
}

@media (min-width:800px) and (max-width:1139px) {
	.thumbs-slider-component {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.thumbs-slider-component {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.thumbs-slider-component {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.thumbs-slider-component__inner {
	box-sizing: border-box;
	position: relative;
	padding: 20px 0;
	background-color: rgba(6, 29, 39, .8)
}

.thumbs-slider-component__active {
	display: none
}

.thumbs-slider-component .owl-thumbs-slider-navigation {
	float: right;
	clear: none;
	width: 96.66667%;
	margin-right: 3.33333%;
	margin-left: 0;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute
}

.thumbs-slider-component .owl-thumbs-slider-navigation:last-child {
	margin-left: 0
}

.thumbs-slider-component .owl-thumbs-slider-navigation .next,
.thumbs-slider-component .owl-thumbs-slider-navigation .prev {
	display: inline-block;
	margin: 0
}

.thumbs-slider-component .owl-thumbs-slider-navigation .next {
	float: right;
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.thumbs-slider-component .owl-thumbs-slider-carousel {
	float: right;
	clear: none;
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0;
	overflow: hidden
}

.thumbs-slider-component .owl-thumbs-slider-carousel:last-child {
	margin-left: 0
}

.thumbs-slider-component .owl-thumbs-slider-carousel__item {
	width: 137px;
	margin: 0 auto;
	direction: rtl
}

.thumbs-slider-component .owl-thumbs-slider-carousel__item:after,
.thumbs-slider-component .owl-thumbs-slider-carousel__item:before {
	content: '';
	display: table
}

.thumbs-slider-component .owl-thumbs-slider-carousel__item:after {
	clear: both
}

.thumbs-slider-component .thumbs-slider__text {
	margin: 0 0 3px
}

@media (min-width:800px) and (max-width:1139px) {
	.thumbs-slider-component .thumbs-slider__text {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.thumbs-slider-component .thumbs-slider__text {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.thumbs-slider-component .thumbs-slider__text {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.thumbs-slider-component .thumbs-slider__text h3 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	color: #f99e1b;
	margin: 0 0 5px
}

.thumbs-slider-component .thumbs-slider__image .arrow-label,
.thumbs-slider-component .thumbs-slider__text h3 span {
	color: #fff;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.thumbs-slider-component .thumbs-slider__text h3 span {
	font-size: 10px;
	font-weight: 700
}

.thumbs-slider-component .thumbs-slider__image img {
	width: 137px;
	height: 70px
}

.thumbs-slider-component .thumbs-slider__image .arrow-label {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	font-weight: 300;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 4px 8px 1px;
	border: 2px solid transparent;
	background-color: #93a33a;
	display: inline-block;
	position: absolute;
	z-index: 10;
	margin: 10px 0 0
}

.thumbs-slider-component .thumbs-slider__image .arrow-label:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-color: #93a33a;
	position: absolute;
	border-width: 12px 12px 12px 0;
	top: -2px;
	left: -14px
}

@media (min-width:800px) and (max-width:1139px) {
	.thumbs-slider-component {
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1111;
		visibility: visible;
		position: fixed;
		top: 182px
	}
	.thumbs-slider-component__inner {
		float: right;
		clear: none;
		width: 77.91667%;
		margin-right: 0;
		margin-left: 0
	}
	.thumbs-slider-component__inner:after,
	.thumbs-slider-component__inner:before {
		content: '';
		display: table
	}
	.thumbs-slider-component__inner:after {
		clear: both
	}
	.thumbs-slider-component__inner:last-child {
		margin-left: 0
	}
	.thumbs-slider-component__active {
		display: block
	}
}

@media (min-width:1140px) {
	.thumbs-slider-component {
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 1111;
		visibility: visible;
		position: fixed;
		top: 182px
	}
	.thumbs-slider-component__inner {
		float: right;
		clear: none;
		width: 77.91667%;
		margin-right: 0;
		margin-left: 0
	}
	.thumbs-slider-component__inner:after,
	.thumbs-slider-component__inner:before {
		content: '';
		display: table
	}
	.thumbs-slider-component__inner:after {
		clear: both
	}
	.thumbs-slider-component__inner:last-child {
		margin-left: 0
	}
	.thumbs-slider-component__active {
		display: block
	}
}

.top-slider-component:after,
.top-slider-component__inner:after {
	clear: both
}

.top-slider-component:after,
.top-slider-component:before,
.top-slider-component__inner:after,
.top-slider-component__inner:before {
	content: '';
	display: table
}

.top-slider-component {
	background-color: rgba(0, 0, 0, .2)
}

.top-slider-component__inner {
	position: relative
}

.top-slider-component .owl-top-slider-navigation {
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	float: right;
	clear: none;
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0;
	height: 0;
	top: 18%;
	z-index: 10
}

.top-slider-component .owl-top-slider-carousel__item:after,
.top-slider-component .top-slider__text .text_wrapper:after {
	clear: both
}

.top-slider-component .owl-top-slider-navigation:last-child {
	margin-left: 0
}

.top-slider-component .owl-top-slider-navigation .next,
.top-slider-component .owl-top-slider-navigation .prev {
	display: inline-block;
	width: 23px;
	height: 44px;
	margin-left: 0
}

.top-slider-component .owl-top-slider-carousel__item:after,
.top-slider-component .owl-top-slider-carousel__item:before,
.top-slider-component .top-slider__text .text_wrapper:after,
.top-slider-component .top-slider__text .text_wrapper:before {
	display: table;
	content: ''
}

.top-slider-component .owl-top-slider-navigation .next {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	float: right
}

.top-slider-component .owl-top-slider-carousel {
	overflow: hidden
}

.top-slider-component .owl-top-slider-carousel__item {
	position: relative;
	direction: rtl
}

.top-slider-component .top-slider__image {
	position: relative;
	background: url() center center no-repeat;
	background-size: cover;
	height: 200px
}

.top-slider-component .top-slider__image a {
	width: 100%;
	height: 40vh;
	display: inline-block
}

.top-slider-component .top-slider__text {
	width: 100%;
	bottom: 0;
	background-color: rgba(6, 29, 39, .8)
}

.top-slider-component .top-slider__text .text_wrapper {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px
}

.top-slider-component .top-slider__text .text_wrapper a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10
}

.top-slider-component .top-slider__text h3 {
	margin-bottom: 0;
	color: #f99e1b
}

.top-slider-component .top-slider__text h3 span {
	color: #fff;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700
}

.top-slider-component .top-slider__text h3 span.more-details {
	font-size: 18px;
	font-weight: 400
}

.top-slider-component .top-slider__text .arrow-label,
.top-slider-component .top-slider__text .info h3 span {
	font-weight: 300;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.top-slider-component .top-slider__text .arrow-label {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 4px 8px 1px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	display: inline-block;
	position: relative;
	margin-bottom: 25px
}

.top-slider-component .top-slider__text .arrow-label:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-color: #93a33a;
	position: absolute;
	border-width: 12px 12px 12px 0;
	top: -2px;
	left: -14px
}

.top-slider-component .top-slider__text .info,
.top-slider-component .top-slider__text .name {
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0;
	float: right;
	clear: none
}

.top-slider-component .top-slider__text .name:last-child {
	margin-left: 0
}

.top-slider-component .top-slider__text .info {
	padding-top: 10px
}

.top-slider-component .top-slider__text .info:last-child {
	margin-left: 0
}

.top-slider-component .top-slider__text .info h3 {
	color: #fff
}

.top-slider-component .top-slider__text .info h3 span {
	font-size: 20px
}

.top-slider-component .top-slider__text .info__item {
	float: right;
	clear: none;
	width: 32%;
	margin-right: 0;
	margin-left: 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

.top-slider-component .top-slider__text .info__item:last-child {
	margin-left: 0
}

.top-slider-component .top-slider__text .info__item:before {
	display: none
}

@media (min-width:800px) and (max-width:1139px) and (min-width:800px) and (max-width:1139px) {
	.top-slider-component .owl-top-slider-navigation {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:1140px) and (max-width:1279px) {
	.top-slider-component .owl-top-slider-navigation {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:1280px) {
	.top-slider-component .owl-top-slider-navigation {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:800px) and (max-width:1139px) {
	.top-slider-component .top-slider__text {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:1140px) and (max-width:1279px) {
	.top-slider-component .top-slider__text {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:1280px) {
	.top-slider-component .top-slider__text {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) {
	.top-slider-component .owl-top-slider-navigation {
		top: 49%
	}
	.top-slider-component .top-slider__image {
		height: 100vh
	}
	.top-slider-component .top-slider__image img {
		height: 100%
	}
	.top-slider-component .top-slider__text {
		position: absolute;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.top-slider-component .top-slider__text .name {
		float: right;
		clear: none;
		width: 25%;
		margin-right: 3.16667%;
		margin-left: 0
	}
	.top-slider-component .top-slider__text .name:last-child {
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info {
		float: right;
		clear: none;
		width: 66.66667%;
		margin-right: 4.16667%;
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info:last-child {
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info h3 span {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 300
	}
	.top-slider-component .top-slider__text .info__item {
		float: right;
		clear: none;
		width: 32%;
		margin-right: 0;
		margin-left: 2%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 75px 0 0
	}
	.top-slider-component .top-slider__text .info__item:last-child {
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info__item:before {
		display: block
	}
}

@media (min-width:1140px) and (min-width:800px) and (max-width:1139px) {
	.top-slider-component .owl-top-slider-navigation {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (min-width:1140px) and (max-width:1279px) {
	.top-slider-component .owl-top-slider-navigation {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (min-width:1280px) {
	.top-slider-component .owl-top-slider-navigation {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) {
	.top-slider-component .owl-top-slider-navigation {
		top: 46%
	}
	.top-slider-component .owl-top-slider-navigation .next,
	.top-slider-component .owl-top-slider-navigation .prev {
		width: 46px;
		height: 88px
	}
	.top-slider-component .top-slider__image {
		height: 100vh
	}
	.top-slider-component .top-slider__image img {
		height: 100%
	}
	.top-slider-component .top-slider__text {
		position: absolute;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}

@media (min-width:1140px) and (min-width:800px) and (max-width:1139px) {
	.top-slider-component .top-slider__text {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (min-width:1140px) and (max-width:1279px) {
	.top-slider-component .top-slider__text {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (min-width:1280px) {
	.top-slider-component .top-slider__text {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) {
	.top-slider-component .top-slider__text .info h3 span,
	.top-slider-component .top-slider__text h3,
	.top-slider-component .top-slider__text h3 span {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-style: normal
	}
	.top-slider-component .top-slider__text h3 {
		font-size: 24px;
		font-weight: 700
	}
	.top-slider-component .top-slider__text h3 span {
		font-size: 24px;
		font-weight: 700;
		color: #fff
	}
	.top-slider-component .top-slider__text .name {
		float: right;
		clear: none;
		width: 25%;
		margin-right: 3.16667%;
		margin-left: 0
	}
	.top-slider-component .top-slider__text .name:last-child {
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info {
		float: right;
		clear: none;
		width: 66.66667%;
		margin-right: 4.16667%;
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info:last-child {
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info h3 span {
		font-size: 20px;
		font-weight: 300
	}
	.top-slider-component .top-slider__text .info__item {
		float: right;
		clear: none;
		width: 32%;
		margin-right: 0;
		margin-left: 2%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 75px 0 0
	}
	.top-slider-component .top-slider__text .info__item:last-child {
		margin-left: 0
	}
	.top-slider-component .top-slider__text .info__item:before {
		display: block
	}
}

.product-table-component .product-table-item:after,
.product-table-component .product-table-item:before,
.product-table-component:after,
.product-table-component:before,
.product-table-component__inner:after,
.product-table-component__inner:before {
	display: table;
	content: ''
}

.product-table-component .product-table-item:after,
.product-table-component:after,
.product-table-component__inner:after {
	clear: both
}

.product-table-component {
	width: 100%;
	direction: rtl;
	padding-top: 30px
}

@media (min-width:800px) and (max-width:1139px) {
	.product-table-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.product-table-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.product-table-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.product-table-component .product-table-item {
	background-color: rgba(0, 0, 0, .1)
}

.product-table-component .product-table-item .center-y {
	padding: 0 5%
}

.product-table-component .product-table-item .col {
	float: right;
	clear: none;
	width: 45%;
	margin-right: 0;
	margin-left: 0
}

.product-table-component .product-table-item .col:first-child {
	margin-left: 20px
}

.product-table-component .product-table-item .col:last-child {
	margin-left: 0
}

.product-table-component .product-table-item__img {
	position: relative;
	overflow: hidden
}

.product-table-component .product-table-item__img img {
	width: 100%
}

.product-table-component .product-table-item__img .product-list-info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 100%;
	height: 66px;
	bottom: 0;
	left: 0;
	padding: 0 10px;
	background-color: rgba(6, 29, 39, .8);
	text-align: left
}

.product-table-component .product-table-item__text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	padding: 45px 0 30px;
	overflow: hidden
}

.product-table-component .product-table-item h3 {
	margin-bottom: 5px;
	color: #054770
}

.product-table-component .product-table-item h3 span {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	color: rgba(0, 0, 0, .8)
}

.product-table-component .product-table-item span.more-details {
	font-size: 18px;
	font-weight: 400
}

.product-table-component .product-table-item .arrow-label {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 4px 8px 1px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	display: inline-block;
	position: relative;
	margin-bottom: 25px
}

.product-table-component .product-table-item .arrow-label:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-color: #93a33a;
	position: absolute;
	border-width: 12px 12px 12px 0;
	top: -2px;
	left: -14px
}

.product-table-component .product-table-item .info {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	display: block;
	margin-bottom: 5px;
	line-height: 20px
}

.begin-component,
.product-table-component .product-table-item .info i {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 300
}

.product-table-component .product-table-item .info i {
	font-size: 14px;
	display: block
}

.begin-component .begin-component-item:after,
.begin-component .begin-component-item:before,
.begin-component .begin-component-list:after,
.begin-component .begin-component-list:before,
.begin-component:after,
.begin-component:before,
.begin-component__inner:after,
.begin-component__inner:before {
	display: table;
	content: ''
}

@media (min-width:800px) and (max-width:1139px) {
	.product-table-component .product-table-item__img {
		float: left;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		height: 285px;
		overflow: hidden
	}
	.product-table-component .product-table-item__img:last-child {
		margin-left: 0
	}
	.product-table-component .product-table-item__img img {
		width: 130%
	}
	.product-table-component .product-table-item__text {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		height: 285px;
		padding: 0
	}
	.product-table-component .product-table-item__text:last-child {
		margin-left: 0
	}
	.product-table-component .product-table-item:nth-child(2n+2) .product-table-item__img,
	.product-table-component .product-table-item:nth-child(2n+2) .product-table-item__text {
		float: left
	}
}

@media (min-width:1140px) {
	.product-table-component .product-table-item {
		float: right;
		clear: none;
		width: calc(50% - 2.5px);
		margin-right: 0;
		margin-left: 5px;
		margin-bottom: 5px
	}
	.product-table-component .product-table-item:last-child,
	.product-table-component .product-table-item:nth-child(even) {
		margin-left: 0
	}
	.product-table-component .product-table-item .col {
		float: right;
		clear: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0
	}
	.product-table-component .product-table-item .col:last-child {
		margin-left: 0
	}
	.product-table-component .product-table-item__img {
		float: left;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		position: relative;
		height: 285px;
		overflow: hidden
	}
	.product-table-component .product-table-item__img:last-child {
		margin-left: 0
	}
	.product-table-component .product-table-item__text {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		height: 285px;
		padding: 0
	}
	.product-table-component .product-table-item__text:last-child {
		margin-left: 0
	}
	.product-table-component .product-table-item:nth-child(4n+3) .product-table-item__img,
	.product-table-component .product-table-item:nth-child(4n+3) .product-table-item__text,
	.product-table-component .product-table-item:nth-child(4n+4) .product-table-item__img,
	.product-table-component .product-table-item:nth-child(4n+4) .product-table-item__text {
		float: right
	}
}

.begin-component:after,
.begin-component__inner:after {
	clear: both
}

.begin-component {
	font-size: 20px;
	direction: rtl;
	background-image: url(assets/images/content/img100.jpg);
	background-size: cover;
	color: #fff
}

.begin-component .begin-component-btn,
.product-list-component .product-list-item h3 span {
	font-weight: 700;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

@media (min-width:800px) and (max-width:1139px) {
	.begin-component {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.begin-component {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.begin-component {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.begin-component__inner {
	background-color: rgba(6, 29, 39, .8)
}

.begin-component .begin-component-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	clear: none;
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0;
	min-height: 658px;
	padding-top: 60px
}

.begin-component .begin-component-item:after,
.begin-component .begin-component-list:after {
	clear: both
}

.begin-component .begin-component-content:last-child {
	margin-left: 0
}

.begin-component .begin-component-content .h1 {
	color: #93a33a;
	margin-bottom: 0
}

.begin-component .begin-component-content h2 {
	margin-bottom: 0
}

.begin-component .begin-component-list {
	padding-bottom: 60px
}

.begin-component .begin-component-item {
	position: relative;
	padding-top: 150px;
	text-align: center
}

.begin-component .begin-component-item:before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 50px;
	background-size: 100%;
	background-repeat: no-repeat
}

.product-list-component .product-list-item:after,
.product-list-component .product-list-item:before,
.product-list-component:after,
.product-list-component:before,
.product-list-component__inner:after,
.product-list-component__inner:before {
	display: table;
	content: ''
}

.begin-component .begin-component-item.check-ico:before {
	width: 72px;
	height: 64px;
	background-image: url(assets/images/check-ico.svg)
}

.begin-component .begin-component-item.list-ico:before {
	width: 51px;
	height: 69px;
	background-image: url(assets/images/list-ico.svg)
}

.begin-component .begin-component-item.person-ico:before {
	width: 58px;
	height: 58px;
	background-image: url(assets/images/person-ico.svg)
}

.begin-component .btn-block {
	text-align: center
}

.begin-component .begin-component-btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 20px 50px 14px;
	color: #061d27;
	border: 2px solid transparent;
	background-color: #f99e1b;
	font-size: 24px;
	margin-bottom: 50px
}

.begin-component .begin-component-btn:hover {
	background-color: #061d27;
	color: #fff
}

@media (min-width:800px) and (max-width:1139px) {
	.begin-component .begin-component-item {
		float: right;
		clear: none;
		width: 30.66667%;
		margin-right: 0;
		margin-left: 4%;
		padding-top: 190px
	}
	.begin-component .begin-component-item:last-child {
		margin-left: 0
	}
	.begin-component .begin-component-item:before {
		top: 90px
	}
}

@media (min-width:1140px) {
	.begin-component .begin-component-item {
		float: right;
		clear: none;
		width: 30.66667%;
		margin-right: 0;
		margin-left: 4%;
		padding-top: 190px
	}
	.begin-component .begin-component-item:last-child {
		margin-left: 0
	}
	.begin-component .begin-component-item:before {
		top: 90px
	}
}

.product-list-component .product-list-item:after,
.product-list-component:after,
.product-list-component__inner:after {
	clear: both
}

.product-list-component {
	width: 100%;
	direction: rtl;
	margin-bottom: 40px
}

@media (min-width:800px) and (max-width:1139px) {
	.product-list-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.product-list-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.product-list-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.product-list-component h2 {
	margin-bottom: 10px
}

.product-list-component .product-list-item {
	background-color: rgba(0, 0, 0, .1)
}

.product-list-component .product-list-item:nth-child(2n) {
	background-color: rgba(0, 0, 0, .2)
}

.product-list-component .product-list-item__img {
	position: relative;
	overflow: hidden
}

.product-list-component .product-list-item__img img {
	width: 100%
}

.product-list-component .product-list-item .product-list-info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 100%;
	height: 66px;
	bottom: 0;
	padding: 0 10px;
	background-color: rgba(6, 29, 39, .8);
	text-align: left
}

.product-list-component .product-list-item__text {
	float: right;
	clear: none;
	width: 83.33333%;
	margin-right: 8.33333%;
	margin-left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 0 0;
	overflow: hidden
}

.product-list-component .product-list-item__text:last-child {
	margin-left: 0
}

.product-list-component .product-list-item h3 {
	margin-bottom: 5px
}

.product-list-component .product-list-item h3 span {
	font-size: 20px;
	color: rgba(0, 0, 0, .8)
}

.bottom-slider__text h3 span.more-details,
.product-list-component .product-list-item h3 span.more-details {
	font-size: 16px;
	font-weight: 400
}

.product-list-component .product-list-item .arrow-label {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 4px 8px 1px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #054770;
	display: inline-block;
	position: relative;
	margin-bottom: 25px
}

.bottom-slider-component .owl-bottom-slider-navigation,
.bottom-slider-component__inner,
.home-content-component {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.product-list-component .product-list-item .arrow-label:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-color: #054770;
	position: absolute;
	border-width: 12px 12px 12px 0;
	top: -2px;
	left: -14px
}

.home-content-component:after,
.home-content-component:before,
.home-content-component__inner:after,
.home-content-component__inner:before {
	content: '';
	display: table
}

@media (min-width:800px) and (max-width:1139px) {
	.product-list-component .product-list-item {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0
	}
	.product-list-component .product-list-item:last-child {
		margin-left: 0
	}
	.product-list-component .product-list-item__img {
		height: 285px
	}
	.product-list-component .product-list-item__text {
		float: right;
		clear: none;
		width: 75%;
		margin-right: 12.5%;
		margin-left: 0;
		height: 156px;
		padding: 50px 0 0
	}
	.product-list-component .product-list-item__text:last-child {
		margin-left: 0
	}
}

@media (min-width:1140px) {
	.product-list-component .product-list-item {
		float: right;
		clear: none;
		width: 25%;
		margin-right: 0;
		margin-left: 0
	}
	.product-list-component .product-list-item:last-child {
		margin-left: 0
	}
	.product-list-component .product-list-item__img {
		height: 285px
	}
	.product-list-component .product-list-item__text {
		float: right;
		clear: none;
		width: 75%;
		margin-right: 12.5%;
		margin-left: 0;
		height: 185px;
		padding: 25px 0 0
	}
	.product-list-component .product-list-item__text:last-child {
		margin-left: 0
	}
}

.bottom-slider-component:after,
.bottom-slider-component__inner:after,
.home-content-component:after,
.home-content-component__inner:after {
	clear: both
}

.home-content-component {
	box-sizing: border-box;
	width: 100%;
	direction: rtl
}

.home-content-component__inner {
	margin: 0 auto
}

.home-content-component__title {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	padding: 0 30px;
	color: #061d27;
	letter-spacing: -1px
}

.home-content-component__title img {
	margin: 0 20px
}

.home-content-component .content-block {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	position: relative;
	top: 21px;
	margin-bottom: 81px;
	padding: 12px 0 0;
	background-color: #e0e0e0
}

.home-content-component .content-block:after,
.home-content-component .content-block:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	background-position: 50% 0
}

.home-content-component .content-block:before {
	height: 21px;
	top: -21px;
	background-image: url(assets/images/home-content-component-top-bg.png)
}

.home-content-component .content-block:after {
	height: 50px;
	bottom: -50px;
	background-image: url(assets/images/home-content-component-bottom-bg.png)
}

.bottom-slider-component:after,
.bottom-slider-component:before,
.bottom-slider-component__inner:after,
.bottom-slider-component__inner:before {
	display: table;
	content: ''
}

.home-content-component .content-block h3 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 0 30px
}

.about-component,
.bottom-slider-component,
.bottom-slider-component .bottom-slider__text .arrow-label,
.success-stories-component,
.success-stories-component .pagginator-list__item {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 300
}

.home-content-component .content-block p {
	padding: 0 30px;
	line-height: 20px
}

@media (min-width:1140px) {
	.home-content-component__inner {
		width: 688px
	}
}

.bottom-slider-component {
	font-size: 13px
}

.bottom-slider-component__inner {
	box-sizing: border-box;
	min-height: 346px;
	padding: 50px 0 25px;
	background-color: rgba(0, 0, 0, .2);
	border-top: solid rgba(0, 0, 0, .6) 2px
}

@media (min-width:800px) and (max-width:1139px) {
	.home-content-component__inner {
		width: 688px
	}
	.bottom-slider-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.bottom-slider-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.bottom-slider-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.bottom-slider-component .owl-bottom-slider-navigation {
	float: right;
	clear: none;
	width: 45.81076%;
	margin-right: 0;
	margin-left: .04167%;
	box-sizing: border-box;
	margin-bottom: 40px
}

.bottom-slider-component .owl-bottom-slider-navigation:last-child {
	margin-left: 0
}

.bottom-slider-component .owl-bottom-slider-navigation .next,
.bottom-slider-component .owl-bottom-slider-navigation .prev {
	display: inline-block;
	margin-left: 0;
	margin-right: 20px
}

.bottom-slider-component .owl-bottom-slider-navigation .next {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.bottom-slider-component .owl-bottom-slider-title {
	float: right;
	clear: none;
	width: 45.83333%;
	margin-right: 4.16667%;
	margin-left: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: rtl;
	color: #061d27
}

.bottom-slider-component .owl-bottom-slider-title:last-child {
	margin-left: 0
}

.bottom-slider-component .owl-bottom-slider-carousel {
	float: right;
	clear: none;
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0;
	overflow: hidden
}

.bottom-slider-component .owl-bottom-slider-carousel:last-child {
	margin-left: 0
}

.bottom-slider-component .owl-bottom-slider-carousel__item {
	direction: rtl
}

.bottom-slider-component .owl-bottom-slider-carousel__item:after,
.bottom-slider-component .owl-bottom-slider-carousel__item:before {
	content: '';
	display: table
}

.bottom-slider-component .owl-bottom-slider-carousel__item:after {
	clear: both
}

.bottom-slider-component .bottom-slider__text {
	margin-bottom: 30px
}

@media (min-width:800px) and (max-width:1139px) {
	.bottom-slider-component .bottom-slider__text {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.bottom-slider-component .bottom-slider__text {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.bottom-slider-component .bottom-slider__text {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.bottom-slider-component .bottom-slider__text h3 {
	color: #061d27;
	margin-bottom: 3px
}

.bottom-slider-component .bottom-slider__text .arrow-label {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 4px 8px 1px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #054770;
	display: inline-block;
	position: relative;
	margin-bottom: 25px
}

.bottom-slider-component .bottom-slider__text .arrow-label:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-color: #054770;
	position: absolute;
	border-width: 12px 12px 12px 0;
	top: -2px;
	left: -14px
}

.about-component .about-component-content:after,
.about-component .about-component-content:before,
.about-component:after,
.about-component:before,
.about-component__inner:after,
.about-component__inner:before,
.success-stories-component .success-stories-component-content--info:after,
.success-stories-component .success-stories-component-content--info:before,
.success-stories-component .success-stories-component-content:after,
.success-stories-component .success-stories-component-content:before,
.success-stories-component:after,
.success-stories-component:before,
.success-stories-component__inner:after,
.success-stories-component__inner:before {
	content: '';
	display: table
}

.bottom-slider-component .bottom-slider__image {
	margin-bottom: 30px;
	position: relative
}

.bottom-slider-component .bottom-slider__image .product-list-info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 100%;
	height: 66px;
	bottom: 0;
	padding: 0 10px;
	background-color: rgba(6, 29, 39, .8);
	text-align: left
}

.bottom-slider-component .bottom-slider__image .product-list-info .share-buttons img {
	display: inline-block
}

@media (min-width:800px) and (max-width:1139px) {
	.bottom-slider-component .owl-bottom-slider-navigation {
		padding: 0 0 0 10px
	}
	.bottom-slider-component .owl-bottom-slider-title {
		padding: 0 10px 0 0
	}
	.bottom-slider-component .owl-bottom-slider-carousel__item {
		margin: 0 10px
	}
	.bottom-slider-component .bottom-slider__image,
	.bottom-slider-component .bottom-slider__text {
		width: 100%
	}
}

@media (min-width:1140px) {
	.bottom-slider-component .owl-bottom-slider-navigation {
		padding: 0 0 0 10px
	}
	.bottom-slider-component .owl-bottom-slider-title {
		padding: 0 10px 0 0
	}
	.bottom-slider-component .owl-bottom-slider-carousel__item {
		margin: 0 10px
	}
	.bottom-slider-component .bottom-slider__text {
		float: right;
		clear: none;
		width: 42.5%;
		margin-right: 3.33333%;
		margin-left: 0
	}
	.bottom-slider-component .bottom-slider__text:last-child {
		margin-left: 0
	}
	.bottom-slider-component .bottom-slider__image {
		float: right;
		clear: none;
		width: 54.16667%;
		margin-right: 0;
		margin-left: 0
	}
	.bottom-slider-component .bottom-slider__image:last-child {
		margin-left: 0
	}
}

.about-component .about-component-content:after,
.about-component:after,
.about-component__inner:after {
	clear: both
}

.about-component {
	font-size: 18px;
	direction: rtl;
	background-color: rgba(0, 0, 0, .1);
	margin: 0 0 40px
}

@media (min-width:800px) and (max-width:1139px) {
	.about-component {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.about-component {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.about-component {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.about-component .about-component-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px
}

.about-component .about-component-content--title {
	background-color: rgba(0, 53, 89, .8);
	margin-bottom: 0;
	padding: 20px 0 15px;
	color: #fff;
	text-align: center
}

.about-component .about-component-content--img {
	width: 100%;
	margin-bottom: 20px
}

.about-component p {
	float: right;
	clear: none;
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0;
	text-align: justify
}

.success-stories-component .success-stories-component-content:after,
.success-stories-component:after,
.success-stories-component__inner:after {
	clear: both
}

.about-component p:last-child {
	margin-left: 0
}

@media (min-width:800px) and (max-width:1139px) {
	.about-component {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 21px;
		font-style: normal;
		font-weight: 300;
		margin-top: 50px
	}
	.about-component .about-component-content {
		padding-bottom: 90px
	}
	.about-component .about-component-content--title {
		position: absolute;
		left: 50%;
		width: 60%;
		margin-left: -30%;
		margin-top: -50px;
		padding: 30px 0 25px
	}
	.about-component .about-component-content--img {
		margin-bottom: 100px
	}
}

@media (min-width:1140px) {
	.about-component {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 21px;
		font-style: normal;
		font-weight: 300;
		margin-top: 50px
	}
	.about-component .about-component-content {
		padding-bottom: 90px
	}
	.about-component .about-component-content--title {
		position: absolute;
		left: 50%;
		width: 60%;
		margin-left: -30%;
		margin-top: -50px;
		padding: 30px 0 25px
	}
	.about-component .about-component-content--img {
		margin-bottom: 100px
	}
}

.success-stories-component {
	font-size: 18px;
	direction: rtl;
	margin: 0 0 40px
}

@media (min-width:800px) and (max-width:1139px) {
	.success-stories-component {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.success-stories-component {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.success-stories-component {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.success-stories-component .success-stories-component-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background-color: rgba(0, 0, 0, .1);
	text-align: center
}

.success-stories-component .success-stories-component-content--info {
	float: right;
	clear: none;
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0
}

.contact-agent-component:after,
.contact-agent-component__inner:after,
.success-stories-component .success-stories-component-content--info:after {
	clear: both
}

.success-stories-component .success-stories-component-content--info:last-child {
	margin-left: 0
}

.success-stories-component .success-stories-component-content--title {
	margin: 0;
	padding: 20px 0 15px;
	background-color: rgba(0, 53, 89, .8);
	color: #fff;
	text-align: center
}

.success-stories-component .success-stories-component-content--img {
	width: 214px;
	margin: 30px 0 20px
}

.success-stories-component p {
	text-align: justify
}

.success-stories-component .pagginator-list {
	text-align: center
}

.success-stories-component .pagginator-list__item {
	font-size: 20px;
	display: inline-block;
	margin: 0 0 0 10px
}

.success-stories-component .pagginator-list__item a {
	width: 30px;
	display: block;
	padding: 6px 0 4px;
	background-color: #93a33a;
	color: #fff;
	text-align: center
}

.contact-agent-component:after,
.contact-agent-component:before,
.contact-agent-component__inner:after,
.contact-agent-component__inner:before {
	display: table;
	content: ''
}

.success-stories-component .pagginator-list__item a.active,
.success-stories-component .pagginator-list__item a:hover {
	background-color: #fff;
	color: #93a33a;
	text-decoration: none
}

@media (min-width:800px) and (max-width:1139px) {
	.success-stories-component {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 21px;
		font-style: normal;
		font-weight: 300;
		margin-top: 50px
	}
	.success-stories-component .success-stories-component-content {
		padding-top: 80px;
		padding-bottom: 60px
	}
	.success-stories-component .success-stories-component-content--title {
		position: absolute;
		left: 50%;
		width: 60%;
		margin-left: -30%;
		margin-top: -130px;
		padding: 30px 0 25px
	}
	.success-stories-component .success-stories-component-content--img {
		float: right;
		margin: 0
	}
	.success-stories-component p {
		margin: 0 250px 0 0
	}
	.success-stories-component .pagginator-list {
		text-align: right
	}
	.success-stories-component .pagginator-list__item a {
		width: 60px;
		padding: 12px 0 10px
	}
}

@media (min-width:1140px) {
	.success-stories-component {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 21px;
		font-style: normal;
		font-weight: 300;
		margin-top: 50px
	}
	.success-stories-component .success-stories-component-content {
		padding-top: 80px;
		padding-bottom: 60px
	}
	.success-stories-component .success-stories-component-content--title {
		position: absolute;
		left: 50%;
		width: 60%;
		margin-left: -30%;
		margin-top: -130px;
		padding: 30px 0 25px
	}
	.success-stories-component .success-stories-component-content--img {
		float: right;
		margin: 0
	}
	.success-stories-component p {
		margin: 0 250px 0 0;
		padding-top: 30px
	}
	.success-stories-component .pagginator-list {
		text-align: right
	}
	.success-stories-component .pagginator-list__item a {
		width: 60px;
		padding: 12px 0 10px
	}
}

.contact-agent-component,
.contact-agent-component--agent-block .agent-title span,
.contact-agent-component--agent-block a {
	font-size: 18px;
	font-weight: 300;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.resident-property-component .resident-property-breadcrumbs,
.resident-property-component .resident-property-list-item__info .btn-block {
	text-align: center
}

.contact-agent-component {
	direction: rtl;
	margin-bottom: 25px;
	background-image: url(assets/images/content/img101.jpg);
	background-size: cover;
	color: #fff
}

@media (min-width:800px) and (max-width:1139px) {
	.contact-agent-component {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.contact-agent-component {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.contact-agent-component {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.contact-agent-component__inner {
	background-color: rgba(0, 53, 89, .8)
}

.contact-agent-component .contact-agent-component-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	clear: none;
	width: 91.66667%;
	margin-right: 4.16667%;
	margin-left: 0;
	min-height: 510px;
	padding-top: 50px;
	padding-bottom: 50px
}

.contact-agent-component .contact-agent-component-content:last-child {
	margin-left: 0
}

.contact-agent-component--info {
	margin-bottom: 50px
}

.contact-agent-component--form---title {
	margin: 0 10px 30px 0;
	color: #fff
}

.contact-agent-component--agent-block .agent-title {
	float: left;
	width: calc(100% - 180px)
}

.contact-agent-component--agent-block .agent-title span {
	margin-bottom: 10px;
	color: #f99e1b
}

.contact-agent-component--agent-block .agent-fbook {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background-color: transparent
}

.contact-agent-component--agent-block .agent-img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	width: 138px;
	height: 138px;
	margin-bottom: 20px;
	border: 2px solid #fff
}

.contact-agent-component--agent-block .agent-location,
.contact-agent-component--agent-block .agent-phone {
	display: block;
	margin-right: 5px;
	padding: 0 25px 0 0
}

.contact-agent-component--agent-block .agent-location:hover,
.contact-agent-component--agent-block .agent-phone:hover {
	text-decoration: none
}

.contact-agent-component--agent-block .agent-location:before,
.contact-agent-component--agent-block .agent-phone:before {
	content: '';
	display: block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	position: absolute;
	right: 0
}

.contact-agent-component--agent-block a {
	position: relative;
	display: inline-block;
	margin-bottom: 5px;
	color: #fff
}

.resident-property-component .resident-property-breadcrumbs:after,
.resident-property-component .resident-property-breadcrumbs:before,
.resident-property-component:after,
.resident-property-component:before,
.resident-property-component__header:after,
.resident-property-component__header:before,
.resident-property-component__inner:after,
.resident-property-component__inner:before {
	display: table;
	content: ''
}

.contact-agent-component--input {
	float: right;
	clear: none;
	width: 48.33333%;
	margin-right: 1.66667%;
	margin-left: 0;
	margin-bottom: 10px
}

.contact-agent-component--input:last-child {
	margin-left: 0
}

.contact-agent-component--input input {
	padding: 6px 5px 4px;
	width: 100%;
	margin: 0
}

.validation_error {
	display: none
}

.validation_message {
	margin-top: 3px;
	font-size: 14px;
	color: #fff
}

.contact-agent-component--txtarea {
	float: right;
	clear: none;
	width: 98.33333%;
	margin-right: 1.66667%;
	margin-left: 0
}

.contact-agent-component--txtarea textarea {
	width: 100%;
	height: 140px
}

.contact-agent-component--txtarea:last-child {
	margin-left: 0
}

.contact-agent-component--btn,
.contact-agent-component--form_wrapper input[type=submit].gform_button {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 14px 50px 10px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	float: left;
	width: 98.33333%
}

.contact-agent-component--btn:hover {
	background-color: #003559;
	color: #fff
}

@media (min-width:800px) and (max-width:1139px) {
	.contact-agent-component .contact-agent-component-content {
		padding-top: 100px;
		padding-bottom: 100px
	}
	.contact-agent-component--info {
		float: right;
		clear: none;
		width: 41.66667%;
		margin-right: 0;
		margin-left: 0
	}
	.contact-agent-component--info:last-child {
		margin-left: 0
	}
	.contact-agent-component--form {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 8.33333%;
		margin-left: 0
	}
	.contact-agent-component--form:last-child {
		margin-left: 0
	}
	.contact-agent-component--form---title {
		margin: 0 10px 30px 0;
		color: #fff
	}
	.contact-agent-component--btn {
		width: auto
	}
}

@media (min-width:1140px) {
	.contact-agent-component .contact-agent-component-content {
		padding-top: 100px;
		padding-bottom: 100px
	}
	.contact-agent-component--info {
		float: right;
		clear: none;
		width: 35%;
		margin-right: 0;
		margin-left: 0
	}
	.contact-agent-component--info:last-child {
		margin-left: 0
	}
	.contact-agent-component--form {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 8.33333%;
		margin-left: 0
	}
	.contact-agent-component--form:last-child {
		margin-left: 0
	}
	.contact-agent-component--form---title {
		margin: 0 10px 30px 0;
		color: #fff
	}
	.contact-agent-component--btn {
		width: auto
	}
}

.resident-property-component .resident-property-breadcrumbs:after,
.resident-property-component .resident-property-list-item:after,
.resident-property-component:after,
.resident-property-component__header:after,
.resident-property-component__inner:after {
	clear: both
}

.resident-property-component {
	width: 100%;
	direction: rtl;
	margin-bottom: 40px
}

@media (min-width:800px) and (max-width:1139px) {
	.resident-property-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.resident-property-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.resident-property-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.resident-property-component__header {
	margin-bottom: 40px;
	padding: 20px 15px 20px;
	border-bottom: solid rgba(0, 0, 0, .6) 1px
}

.resident-property-component .resident-property-select-block {
	width: 100%;
	margin: 0 auto 25px
}

.resident-property-component .resident-property-breadcrumbs__item {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	display: inline-block;
	height: 16px;
	margin: 0 0 0 10px;
	border-left: solid #000 1px;
	line-height: 19px
}

.resident-property-component .resident-property-breadcrumbs__item:last-child {
	border-left: none
}

.resident-property-component .resident-property-breadcrumbs__item a {
	margin: 0 0 0 10px;
	color: #000
}

.resident-property-component .resident-property-breadcrumbs__item a:hover {
	text-decoration: none;
	color: #93a33a
}

.resident-property-component .resident-property-list-item:after,
.resident-property-component .resident-property-list-item:before {
	content: '';
	display: table
}

.resident-property-component .resident-property-list-item__about,
.resident-property-component .resident-property-list-item__img,
.resident-property-component .resident-property-list-item__info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: hidden
}

.resident-property-component .resident-property-list-item__about,
.resident-property-component .resident-property-list-item__info {
	float: right;
	clear: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	padding: 35px 0
}

.resident-property-component .resident-property-list-item__about:last-child,
.resident-property-component .resident-property-list-item__info:last-child {
	margin-left: 0
}

.resident-property-component .resident-property-list-item__img {
	height: auto
}

.resident-property-component .resident-property-list-item__img img {
	width: 100%
}

.resident-property-component .resident-property-list-item__about {
	display: table;
	background-color: #fff
}

.resident-property-component .resident-property-list-item__about h2 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 5px;
	color: #054770
}

.resident-property-component .resident-property-list-item__about h2 span {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, .8);
	display: block;
	line-height: 1.1
}

.resident-property-component .resident-property-list-item__about .arrow-label {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 4px 8px 1px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	display: inline-block;
	position: relative;
	margin-bottom: 25px
}

.resident-property-component .resident-property-list-item__about .arrow-label:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-right-color: #93a33a;
	position: absolute;
	border-width: 12px 12px 12px 0;
	top: -2px;
	left: -14px
}

.resident-property-component .resident-property-list-item__about .info {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	position: relative;
	display: block;
	margin: 5px 0 10px;
	padding: 0 75px 0 0;
	line-height: 20px
}

.resident-property-component .resident-property-list-item__about .info i {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	display: block
}

.resident-property-component .resident-property-list-item__about .info-img {
	margin-top: 25px
}

.resident-property-component .resident-property-list-item__about .info-img div {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 55px;
	height: 55px;
	right: -5px;
	padding: 2px;
	border: 2px solid #061d27
}

.resident-property-component .resident-property-list-item__about .info-img div img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	width: 100%
}

.resident-property-component .resident-property-list-item__info {
	display: table;
	background-color: #061d27
}

.resident-property-component .resident-property-list-item__info h2 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 5px;
	color: #f99e1b
}

.resident-property-component .resident-property-list-item__info p {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 23px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 15px;
	color: #fff
}

.resident-property-component .resident-property-list-item__info p:first-child {
	height: 155px
}

.property-component__info .info,
.property-component__info h3,
.property-component__info h3 span,
.resident-property-component .resident-property-list-item__info .btn,
.resident-property-component .resident-property-list-item__info .btn:hover {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 700
}

.resident-property-component .resident-property-list-item__info .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 15px 55px 10px;
	display: inline-block;
	color: #fff;
	border: 2px solid transparent;
	background-color: #003559;
	font-size: 20px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.resident-property-component .resident-property-list-item__info .btn:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 15px 55px 10px;
	color: #003559;
	border: 2px solid transparent;
	background-color: #fff;
	font-size: 20px;
	text-decoration: none
}

.resident-property-component .resident-property-list-item:nth-child(2n) .resident-property-list-item__about {
	background-color: #ccc
}

.resident-property-component .resident-property-list-item:nth-child(2n) .resident-property-list-item__info {
	background-color: #93a33a
}

.resident-property-component .resident-property-list-item:nth-child(2n) .resident-property-list-item__info h2 {
	color: #061d27
}

.resident-property-component .resident-property-list-item:nth-child(2n) .resident-property-list-item__info .btn {
	background-color: #061d27
}

.resident-property-component .resident-property-list-item:nth-child(2n) .resident-property-list-item__info .btn:hover {
	background-color: #fff;
	color: #061d27
}

.resident-property-component .resident-property-list-info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 100%;
	height: 66px;
	bottom: 0;
	padding: 0 10px;
	background-color: rgba(6, 29, 39, .8);
	text-align: left
}

.property-component__info,
.property-component__info--bg,
.property-component__info--btn-block .btn {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.property-component:after,
.property-component:before,
.property-component__info--bg:after,
.property-component__info--bg:before,
.property-component__info:after,
.property-component__info:before,
.property-component__inner:after,
.property-component__inner:before {
	display: table;
	content: ''
}

@media (min-width:800px) and (max-width:1139px) {
	.resident-property-component__header {
		padding: 0 0 20px
	}
	.resident-property-component .resident-property-select-block {
		width: 300px;
		float: left;
		margin-bottom: 0;
		text-align: right
	}
	.resident-property-component .resident-property-breadcrumbs {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		padding-top: 15px;
		text-align: right
	}
	.resident-property-component .resident-property-breadcrumbs:last-child {
		margin-left: 0
	}
	.resident-property-component .resident-property-list-item__about,
	.resident-property-component .resident-property-list-item__info {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		height: 400px;
		padding: 0
	}
	.resident-property-component .resident-property-list-item__about:last-child,
	.resident-property-component .resident-property-list-item__info:last-child {
		margin-left: 0
	}
}

@media (min-width:1140px) {
	.resident-property-component__header {
		padding: 0 0 20px
	}
	.resident-property-component .resident-property-select-block {
		width: 300px;
		float: left;
		margin-bottom: 0
	}
	.resident-property-component .resident-property-breadcrumbs {
		float: right;
		clear: none;
		width: 58.33333%;
		margin-right: 0;
		margin-left: 0;
		padding-top: 15px;
		text-align: right
	}
	.resident-property-component .resident-property-breadcrumbs:last-child {
		margin-left: 0
	}
	.resident-property-component .resident-property-list-item__about,
	.resident-property-component .resident-property-list-item__img,
	.resident-property-component .resident-property-list-item__info {
		float: right;
		clear: none;
		margin-right: 0;
		margin-left: 0;
		width: 33.3333333333333333%;
		height: 380px;
		padding: 0
	}
	.resident-property-component .resident-property-list-item__about:last-child,
	.resident-property-component .resident-property-list-item__img:last-child,
	.resident-property-component .resident-property-list-item__info:last-child {
		margin-left: 0
	}
}

.property-component:after,
.property-component__info--bg:after,
.property-component__info:after,
.property-component__inner:after {
	clear: both
}

.property-component {
	margin: 0 0 40px
}

@media (min-width:800px) and (max-width:1139px) {
	.property-component {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.property-component {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.property-component {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.property-component__inner {
	background-color: #054770
}

.property-component__info {
	box-sizing: border-box;
	position: relative;
	direction: rtl;
	background-image: url(assets/images/content/img100.jpg);
	background-size: cover;
	color: #fff
}

.property-component__info--bg {
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 70px;
	background-color: rgba(6, 29, 39, .8)
}

.property-component__info--inner {
	float: right;
	clear: none;
	width: 86%;
	margin-right: 7%;
	margin-left: 0
}

.property-component__info--inner:last-child {
	margin-left: 0
}

.property-component__info h3 {
	font-size: 25px;
	margin-bottom: 25px;
	color: #fff
}

.property-component__info h3 span {
	font-size: 20px;
	color: #fff
}

.property-component__info h3 span.more-details {
	font-weight: 400
}

.property-component__info .info {
	font-size: 17px;
	display: block;
	margin: 5px 0 15px;
	padding: 0 65px 0 0;
	line-height: 20px
}

.property-component__content--user--agent-block .agent-title span,
.property-component__info .info i,
.property-component__info--btn-block .btn {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 300
}

.property-component__info .info i {
	font-size: 14px;
	display: block
}

.property-component__info--btn-block {
	position: absolute;
	width: 100%;
	bottom: 0
}

.property-component__info--btn-block:after,
.property-component__info--btn-block:before {
	content: '';
	display: table
}

.property-component__info--btn-block:after {
	clear: both
}

.property-component__info--btn-block .btn {
	float: right;
	clear: none;
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 15px;
	box-sizing: border-box;
	line-height: 125%;
	padding: 10px 0 15px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #061d27;
	height: 57px;
	align-items: flex-start;
	text-align: center
}

.property-component__info--btn-block .btn:first-child {
	border-left: solid #054770 1px;
	display: none
}

.property-component__info--btn-block .btn:last-child {
	margin-left: 0
}

.property-component__info--btn-block .btn:hover {
	background-color: #fff;
	color: #003559
}

.property-component__info--btn-block .btn span {
	position: relative;
	display: inline-block;
	top: 6px;
	margin: 0 10px 0 0
}

.property-component .property-slider-container {
	position: relative;
	background-color: #054770
}

.property-component .property-slider-container .property-slider-navigation {
	float: right;
	clear: none;
	width: 95.83333%;
	margin-right: 2.08333%;
	margin-left: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 10
}

.property-component .property-slider-container .property-slider-carousel__item:after,
.property-component__content--user:after,
.property-component__content:after {
	clear: both
}

.property-component .property-slider-container .property-slider-navigation:last-child {
	margin-left: 0
}

.property-component .property-slider-container .property-slider-navigation .next,
.property-component .property-slider-container .property-slider-navigation .prev {
	display: inline-block;
	width: 23px;
	height: 44px;
	margin-left: 0
}

.property-component .property-slider-container .property-slider-carousel__item:after,
.property-component .property-slider-container .property-slider-carousel__item:before,
.property-component__content--user:after,
.property-component__content--user:before,
.property-component__content:after,
.property-component__content:before {
	display: table;
	content: ''
}

.property-component .property-slider-container .property-slider-navigation .next {
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	float: right
}

.property-component .property-slider-container .property-slider-carousel {
	overflow: hidden;
	height: 300px
}

.property-component .property-slider-container .property-slider-carousel__item {
	position: relative;
	direction: rtl
}

.property-component .property-slider-container .property-slider__image {
	position: relative;
	height: 300px;
	background: url() center center no-repeat;
	background-size: cover
}

.property-component .property-slider-container .property-slider__image img {
	width: 100%
}

.property-component .property-slider-container .property-slider-box,
.property-popup-component .property-popup-slider-container .property-slider-box {
	z-index: 50
}

.property-component .property-slider-container .property-360-box,
.property-component .property-slider-container .property-video-box,
.property-popup-component .property-popup-slider-container .property-360-box,
.property-popup-component .property-popup-slider-container .property-video-box {
	z-index: -1
}

.property-component .property-slider-container .property-360-box iframe,
.property-component .property-slider-container .property-video-box iframe,
.property-popup-component .property-popup-slider-container .property-360-box iframe,
.property-popup-component .property-popup-slider-container .property-video-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
	display: none
}

.property-component__content {
	width: 100%;
	direction: rtl;
	background-color: #054770
}

.property-component__content--user {
	background-color: #054770
}

.property-component__content--user--agent-block {
	float: right;
	clear: none;
	width: 80%;
	margin-right: 10%;
	margin-left: 0;
	padding-top: 40px;
	padding-bottom: 40px
}

.property-component__content--user--agent-block:last-child {
	margin-left: 0
}

.property-component__content--user--agent-block .agent-title {
	float: left;
	width: calc(100% - 110px);
	margin-bottom: 0;
	padding-top: 15px;
	color: #fff
}

.property-component__content--user--agent-block .agent-title span {
	font-size: 18px;
	margin-bottom: 10px;
	color: #f99e1b
}

.property-component__content--user--agent-block .agent-img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	position: relative;
	width: 90px;
	height: 90px;
	margin-bottom: 40px;
	border: 2px solid #fff
}

.property-component__content--user--agent-block .agent-location,
.property-component__content--user--agent-block .agent-phone {
	display: block
}

.property-component__content--user--agent-block .agent-location:hover,
.property-component__content--user--agent-block .agent-phone:hover {
	text-decoration: none
}

.property-component__content--user--agent-block .agent-location:before,
.property-component__content--user--agent-block .agent-phone:before {
	content: '';
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 0 0 10px
}

.property-component__content--user--agent-block .agent-fbook,
.property-component__content--user--agent-block .agent-location,
.property-component__content--user--agent-block .agent-phone {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	position: relative;
	margin-bottom: 5px;
	color: #fff
}

.property-component__content--user--agent-block .btn-block {
	padding-top: 10px;
	text-align: center
}

.property-component__content--user--agent-block .btn,
.property-component__content--user--agent-block .btn:hover {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 15px 55px 10px;
	font-weight: 700;
	line-height: 125%;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-size: 20px
}

.property-component__content--user--agent-block .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	display: inline-block
}

.property-component__content--user--agent-block .btn:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #93a33a;
	border: 2px solid transparent;
	background-color: #fff
}

.property-component__content--text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e0e0e0
}

.property-component__content--text:after,
.property-component__content--text:before {
	content: '';
	display: table
}

.property-component__content--text:after {
	clear: both
}

.property-component__content--text---block {
	float: right;
	clear: none;
	width: 85%;
	margin-right: 6.66667%;
	margin-left: 0;
	padding-top: 40px;
	padding-bottom: 30px
}

.property-component__content--text---block:last-child {
	margin-left: 0
}

.property-component__content--text h3 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 20px;
	color: #054770
}

.property-component__content--text h4 {
	margin-bottom: 5px;
	margin-top: 30px;
	font-size: 20px;
	color: #054770
}

.property-component__content--text p {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 15px;
	text-align: justify;
	color: #000
}

@media (min-width:800px) and (max-width:1139px) {
	.property-component__info {
		float: right;
		clear: none;
		width: 44.16667%;
		margin-right: 0;
		margin-left: 0
	}
	.property-component__info:last-child {
		margin-left: 0
	}
	.property-component__info--bg {
		height: 480px
	}
	.property-component__info--btn-block .btn {
		float: right;
		clear: none;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		border-top: solid #054770 1px
	}
	.property-component__info--btn-block .btn:last-child {
		margin-left: 0
	}
	.property-component__info--btn-block .btn:first-child {
		border-left: none
	}
	.property-component .property-slider-container {
		float: right;
		clear: none;
		width: 55.83333%;
		margin-right: 0;
		margin-left: 0
	}
	.property-component .property-slider-container:last-child {
		margin-left: 0
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:800px) and (max-width:1139px) {
	.property-component .property-slider-container .property-slider-navigation {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:1140px) and (max-width:1279px) {
	.property-component .property-slider-container .property-slider-navigation {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) and (min-width:1280px) {
	.property-component .property-slider-container .property-slider-navigation {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:800px) and (max-width:1139px) {
	.property-component .property-slider-container .property-slider__image {
		position: relative;
		height: 480px
	}
	.property-component .property-slider-container .property-slider__image img {
		width: 170%
	}
	.property-component__content--user {
		float: right;
		clear: none;
		width: 44.16667%;
		margin-right: 0;
		margin-left: 0
	}
	.property-component__content--user:last-child {
		margin-left: 0
	}
	.property-component__content--user .agent-img {
		width: 138px;
		height: 138px
	}
	.property-component__content--user .agent-title {
		width: calc(100% - 180px);
		padding-top: 45px
	}
	.property-component__content--text {
		float: right;
		clear: none;
		width: 55.83333%;
		margin-right: 0;
		margin-left: 0;
		min-height: 420px
	}
	.property-component__content--text:last-child {
		margin-left: 0
	}
	.property-component__content--text---block {
		padding-top: 80px;
		padding-bottom: 55px
	}
}

@media (min-width:1140px) {
	.property-component .property-slider-container:last-child,
	.property-component__content--text:last-child,
	.property-component__content--user:last-child,
	.property-component__info:last-child {
		margin-left: 0
	}
	.property-component .property-slider-container,
	.property-component__content--text,
	.property-component__content--user,
	.property-component__info {
		float: right;
		clear: none;
		margin-right: 0;
		margin-left: 0
	}
	.property-component__info {
		width: 31.66667%
	}
	.property-component__info--bg {
		height: 570px
	}
	.property-component .property-slider-container {
		width: 68.33333%
	}
	.property-component .property-slider-container .property-slider-navigation .next,
	.property-component .property-slider-container .property-slider-navigation .prev {
		width: 46px;
		height: 88px
	}
	.property-component .property-slider-container .property-slider__image {
		position: relative;
		height: 570px
	}
	.property-component .property-slider-container .property-slider__image img {
		width: 120%
	}
	.property-component__content--user {
		width: 31.66667%
	}
	.property-component__content--user .agent-img {
		width: 138px;
		height: 138px
	}
	.property-component__content--user .agent-title {
		width: calc(100% - 180px);
		padding-top: 45px
	}
	.property-component__content--text {
		width: 68.33333%;
		min-height: 420px
	}
	.property-component__content--text---block {
		padding-top: 80px;
		padding-bottom: 55px
	}
}

.property-popup-component .property-popup-info-container--text2:after,
.property-popup-component .property-popup-info-container--text:after,
.property-popup-component .property-popup-info-container:after,
.property-popup-component:after,
.property-popup-component__inner:after {
	clear: both
}

.property-popup-component {
	display: none;
	z-index: 3000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	overflow-y: scroll
}

.property-popup-component .property-popup-info-container--list:after,
.property-popup-component .property-popup-info-container--list:before,
.property-popup-component .property-popup-info-container--text2:after,
.property-popup-component .property-popup-info-container--text2:before,
.property-popup-component .property-popup-info-container--text:after,
.property-popup-component .property-popup-info-container--text:before,
.property-popup-component .property-popup-info-container:after,
.property-popup-component .property-popup-info-container:before,
.property-popup-component:after,
.property-popup-component:before,
.property-popup-component__inner:after,
.property-popup-component__inner:before {
	content: '';
	display: table
}

.property-popup-component__inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff
}

@media (min-width:800px) and (max-width:1139px) {
	.property-popup-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.property-popup-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.property-popup-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.property-popup-component .close-popup-btn {
	cursor: pointer;
	z-index: 20;
	position: absolute;
	margin: 20px
}

.property-popup-component .property-popup-info-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	direction: rtl;
	background-color: #fff
}

.property-popup-component .property-popup-info-container--text,
.property-popup-component .property-popup-info-container--text2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 20px 20px
}

.property-popup-component .property-popup-info-container--text h3,
.property-popup-component .property-popup-info-container--text2 h3 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 31px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%
}

.property-popup-component .property-popup-info-container--text p,
.property-popup-component .property-popup-info-container--text2 p {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 10px;
	color: #333
}

.property-popup-component .property-popup-info-container--text2 {
	border-top: solid rgba(0, 0, 0, .8) 1px
}

.property-popup-component .property-popup-info-container--list {
	float: right;
	clear: none;
	width: 50%;
	margin-right: 0;
	margin-left: 0;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	color: #333;
	line-height: 1.5
}

.property-popup-component .property-popup-bottom-container--button-list:after,
.property-popup-component .property-popup-bottom-container:after,
.property-popup-component .property-popup-info-container--list:after,
.property-popup-component .property-popup-slider-container .property-popup-slider-carousel__item:after {
	clear: both
}

.property-popup-component .property-popup-info-container--list:last-child {
	margin-left: 0
}

.property-popup-component .property-popup-slider-container {
	position: relative;
	background-color: #054770
}

.property-popup-component .property-popup-slider-container .slider-control-button,
.property-slider-container .slider-control-button {
	position: absolute;
	z-index: 100;
	top: 22px;
	right: 20px;
	cursor: pointer
}

.property-popup-component .property-popup-slider-container .slider-control-button li,
.property-slider-container .slider-control-button li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	width: 34px;
	height: 36px;
	background-color: #f99e1b;
	margin: 0 2px;
	padding: 6px 0;
	text-align: center
}

.property-popup-component .property-popup-slider-container .slider-control-button li.view-360,
.property-slider-container .slider-control-button li.view-360 {
	padding-top: 10px;
	padding-bottom: 0
}

.property-popup-component .property-popup-slider-container .slider-control-button span,
.property-slider-container .slider-control-button span {
	display: inline-block
}

.property-popup-component .property-popup-slider-container .property-popup-slider-navigation .next,
.property-popup-component .property-popup-slider-container .property-popup-slider-navigation .prev {
	display: inline-block;
	width: 31px;
	height: 58px;
	margin-left: 0;
	position: absolute;
	top: 50%;
	left: 5%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10
}

.property-popup-component .property-popup-bottom-container--button-list:after,
.property-popup-component .property-popup-bottom-container--button-list:before,
.property-popup-component .property-popup-bottom-container:after,
.property-popup-component .property-popup-bottom-container:before,
.property-popup-component .property-popup-slider-container .property-popup-slider-carousel__item:after,
.property-popup-component .property-popup-slider-container .property-popup-slider-carousel__item:before {
	display: table;
	content: ''
}

.property-popup-component .property-popup-slider-container .property-popup-slider-navigation .next {
	-moz-transform: rotate(-180deg) translateY(50%);
	-ms-transform: rotate(-180deg) translateY(50%);
	-webkit-transform: rotate(-180deg) translateY(50%);
	transform: rotate(-180deg) translateY(50%);
	left: auto;
	right: 5%
}

.property-popup-component .property-popup-slider-container .property-popup-slider-carousel {
	overflow: hidden
}

.property-popup-component .property-popup-slider-container .property-popup-slider-carousel__item {
	position: relative;
	direction: rtl
}

.property-popup-component .property-popup-slider-container .property-popup-slider__image {
	position: relative;
	overflow: hidden;
	background: url() center center no-repeat;
	background-size: cover;
	height: 250px
}

.property-popup-component .property-popup-slider-container .property-popup-slider__image img {
	width: 100%
}

.property-popup-component .property-popup-bottom-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: rtl;
	margin: 0;
	padding: 0;
	background-color: #061d27;
	color: #fff
}

.property-popup-component .property-popup-bottom-container--user-help {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 25px 0 0
}

.property-popup-component .property-popup-bottom-container--button-list {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 20px
}

.property-popup-component .property-popup-bottom-container .gfield input,
.property-popup-component .property-popup-bottom-container .gform_footer input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	line-height: 125%;
	padding: 13px 10px 9px;
	color: #000;
	border: 2px solid transparent;
	background-color: #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	width: 100%
}

.property-popup-component .property-popup-bottom-container .gform_footer input {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	background-color: #f99e1b;
	color: #061d27;
	transition: all .5s ease
}

.property-popup-component .property-popup-bottom-container .gform_footer input:hover {
	background-color: #fff;
	color: #f99e1b
}

.property-popup-component .property-popup-bottom-container .user-help-link {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	color: #f99e1b;
	display: inline-block;
	width: calc(100% - 130px);
	margin-top: 8px;
	vertical-align: top
}

.property-popup-component .property-popup-bottom-container .user-help-link .agent-name,
.property-popup-component .property-popup-bottom-container .user-help-link .agent-phone {
	color: #fff
}

.property-popup-component .property-popup-bottom-container .user-help-link .agent-phone {
	display: none
}

.property-popup-component .property-popup-bottom-container .user-help-img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-left: 20px;
	border: 2px solid #fff;
	float: right
}

@media (min-width:380px) {
	.property-popup-component .property-popup-bottom-container .user-help-img {
		float: none
	}
	.property-popup-component .property-popup-bottom-container--button-list {
		padding: 15px 20px 20px
	}
}

@media (min-width:800px) {
	.property-popup-component .property-popup-bottom-container .gfield {
		display: inline-block;
		width: calc(100% / 3);
		padding-left: 5px;
		box-sizing: border-box
	}
	.property-popup-component .property-popup-bottom-container .gform_footer {
		display: inline-block;
		width: 24%;
		box-sizing: border-box;
		padding-left: 10px
	}
	.property-popup-component .property-popup-bottom-container .gform_body {
		vertical-align: top;
		width: 75%;
		display: inline-block
	}
}

@media (min-width:800px) and (max-width:1139px) {
	.property-popup-component__inner {
		position: fixed;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.property-popup-component .property-popup-info-container--text,
	.property-popup-component .property-popup-info-container--text2 {
		padding: 30px 30px 20px
	}
	.property-popup-component .property-popup-info-container--list,
	.property-popup-component .property-popup-info-container--text p,
	.property-popup-component .property-popup-info-container--text2 p {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 21px;
		font-style: normal;
		font-weight: 300
	}
	.property-popup-component .property-popup-bottom-container--user-help {
		float: right;
		clear: none;
		width: 44.16667%;
		margin-right: 0;
		margin-left: 0
	}
	.property-popup-component .property-popup-bottom-container--user-help:last-child {
		margin-left: 0
	}
	.property-popup-component .property-popup-bottom-container--button-list {
		float: right;
		clear: none;
		width: 55.83333%;
		margin-right: 0;
		margin-left: 0;
		padding: 40px 20px 30px
	}
	.property-popup-component .property-popup-bottom-container--button-list:last-child {
		margin-left: 0
	}
}

@media (min-width:1140px) {
	.property-popup-component .property-popup-info-container--list,
	.property-popup-component .property-popup-info-container--text p,
	.property-popup-component .property-popup-info-container--text2 p {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-size: 20px;
		font-style: normal;
		font-weight: 300
	}
	.property-popup-component__inner {
		position: fixed;
		left: 50%;
		top: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.property-popup-component .property-popup-info-container {
		clear: none;
		width: 34.16667%;
		margin-right: 0;
		margin-left: 0;
		float: left;
		height: 555px
	}
	.property-popup-component .property-popup-info-container:last-child {
		margin-left: 0
	}
	.property-popup-component .property-popup-info-container--text {
		padding: 30px 30px 10px
	}
	.property-popup-component .property-popup-info-container--text p {
		height: 105px
	}
	.property-popup-component .property-popup-info-container--text2 {
		padding: 30px 35px 30px 0
	}
	.property-popup-component .property-popup-slider-container {
		clear: none;
		width: 65.83333%;
		margin-right: 0;
		margin-left: 0;
		float: left
	}
	.property-popup-component .property-popup-slider-container:last-child {
		margin-left: 0
	}
	.property-popup-component .property-popup-slider-container .property-popup-slider__image {
		position: relative;
		height: 555px
	}
	.property-popup-component .property-popup-slider-container .property-popup-slider__image img {
		width: 150%
	}
	.property-popup-component .property-popup-bottom-container--user-help {
		float: right;
		clear: none;
		width: 36.16667%;
		margin-right: 0;
		margin-left: 0
	}
	.property-popup-component .property-popup-bottom-container--user-help:last-child {
		margin-left: 0
	}
	.property-popup-component .property-popup-bottom-container--button-list {
		float: right;
		clear: none;
		width: 63.83333%;
		margin-right: 0;
		margin-left: 0;
		padding: 40px 0 30px
	}
	.property-popup-component .property-popup-bottom-container--button-list:last-child {
		padding-bottom: 5px;
		margin-left: 0
	}
}

.apply-popup-component .apply-popup-info-container--text:after,
.apply-popup-component .apply-popup-info-container:after,
.apply-popup-component:after,
.apply-popup-component__inner:after,
.setting-popup-component .setting-popup-info-container--form:after,
.setting-popup-component .setting-popup-info-container:after,
.setting-popup-component:after,
.setting-popup-component__inner:after,
.signup-popup-component .signup-popup-info-container--form:after,
.signup-popup-component .signup-popup-info-container:after,
.signup-popup-component:after,
.signup-popup-component__inner:after,
.success-popup-component .success-popup-info-container:after,
.success-popup-component:after,
.success-popup-component__inner:after {
	clear: both
}

.eir-checkbox-block {
	float: right;
	position: relative;
	margin: 0 15px 0 10px
}

.eir-checkbox-block label {
	width: 19px;
	height: 19px;
	cursor: default;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid rgba(0, 0, 0, .2)
}

.eir-checkbox-block label:after {
	content: '';
	width: 22px;
	height: 9px;
	position: absolute;
	top: -3px;
	left: 2px;
	border: 2px solid #061d27;
	border-top: none;
	border-right: none;
	background: 0 0;
	opacity: 0;
	transform: rotate(-45deg)
}

.eir-checkbox-block input[type=checkbox]:checked+label:after {
	opacity: 1
}

.signup-popup-component {
	direction: rtl;
	display: none;
	z-index: 3000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .6)
}

.signup-popup-component .signup-popup-info-container:after,
.signup-popup-component .signup-popup-info-container:before,
.signup-popup-component:after,
.signup-popup-component:before,
.signup-popup-component__inner:after,
.signup-popup-component__inner:before {
	display: table;
	content: ''
}

.signup-popup-component__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-image: url(assets/images/content/img100.jpg);
	background-size: cover;
	color: #fff;
	border: 1px solid #f99e1b
}

.signup-popup-component .close-popup-btn {
	cursor: pointer;
	z-index: 20;
	position: absolute;
	margin: 20px;
	left: 0
}

.signup-popup-component .signup-popup-info-container--header h3,
.signup-popup-component .signup-popup-info-container--header p {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	margin-bottom: 10px;
	color: #fff
}

.signup-popup-component .signup-popup-info-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(6, 29, 39, .8)
}

.signup-popup-component .signup-popup-info-container--header {
	position: relative;
	padding: 60px 0;
	border-bottom: solid #f99e1b 1px;
	text-align: center
}

.signup-popup-component .signup-popup-info-container--header:after {
	content: '';
	display: block;
	position: absolute;
	width: 28px;
	height: 28px;
	right: 20px;
	top: 20px;
	bottom: 0;
	background-image: url(assets/images/person-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.signup-popup-component .signup-popup-info-container--header h3 {
	font-size: 30px;
	font-weight: 700
}

.signup-popup-component .signup-popup-info-container--header p {
	font-size: 20px;
	font-weight: 300;
	padding: 0 20px;
	line-height: 22px
}

.signup-popup-component .signup-popup-info-container--form .gform_body input,
.signup-popup-component .signup-popup-info-container--form .gform_footer input {
	font-size: 20px;
	font-weight: 300;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 125%;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.signup-popup-component .signup-popup-info-container--form {
	padding: 80px 0;
	text-align: center
}

.signup-popup-component .signup-popup-info-container--form:after,
.signup-popup-component .signup-popup-info-container--form:before {
	content: '';
	display: table
}

.signup-popup-component .signup-popup-info-container--form .gform_footer input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	background-color: #054770;
	width: 197px;
	height: 45px;
	margin: 0 auto;
	padding: 12px 0 10px;
	border: none;
	vertical-align: top
}

.signup-popup-component .signup-popup-info-container--form .gform_footer input:hover {
	background-color: #fff;
	color: #054770
}

.signup-popup-component .signup-popup-info-container--form .gform_body {
	width: 197px;
	margin: 0 auto
}

.signup-popup-component .signup-popup-info-container--form .gform_body input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: #000;
	border: 2px solid #fff;
	background-color: #fff;
	width: 100%;
	margin-bottom: 3px;
	padding: 10px 10px 6px;
	text-align: center
}

@media (min-width:800px) and (max-width:1139px) {
	.signup-popup-component__inner {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: auto
	}
	.signup-popup-component .signup-popup-info-container {
		width: 750px
	}
	.signup-popup-component .signup-popup-info-container--header:after {
		position: relative;
		display: inline-block;
		width: 58px;
		height: 58px;
		right: 0;
		top: 0;
		bottom: 0
	}
}

@media (min-width:1140px) {
	.signup-popup-component__inner {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: auto
	}
	.signup-popup-component .signup-popup-info-container {
		width: 750px
	}
	.signup-popup-component .signup-popup-info-container--header:after {
		position: relative;
		display: inline-block;
		width: 58px;
		height: 58px;
		right: 0;
		top: 0;
		bottom: 0
	}
	.signup-popup-component .signup-popup-info-container--form .gform_footer {
		display: inline-block;
		width: 100px;
		height: 141px
	}
	.signup-popup-component .signup-popup-info-container--form .gform_body {
		display: inline-block
	}
}

.setting-popup-component {
	direction: rtl;
	display: none;
	z-index: 3000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0, 0, 0, .6)
}

.setting-popup-component .setting-popup-info-container:after,
.setting-popup-component .setting-popup-info-container:before,
.setting-popup-component:after,
.setting-popup-component:before,
.setting-popup-component__inner:after,
.setting-popup-component__inner:before {
	display: table;
	content: ''
}

.setting-popup-component__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-image: url(assets/images/content/img100.jpg);
	background-size: cover;
	color: #fff;
	border: 1px solid #f99e1b
}

.setting-popup-component .close-popup-btn {
	cursor: pointer;
	z-index: 20;
	position: absolute;
	margin: 20px;
	left: 0
}

.setting-popup-component .setting-popup-info-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(6, 29, 39, .8)
}

.setting-popup-component .setting-popup-info-container--header {
	position: relative;
	padding: 60px 0;
	border-bottom: solid #f99e1b 1px;
	text-align: center
}

.setting-popup-component .setting-popup-info-container--header:after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 48px;
	right: 20px;
	top: 20px;
	bottom: 0;
	background-image: url(assets/images/list-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.setting-popup-component .setting-popup-info-container--header h3 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 10px;
	color: #fff
}

.setting-popup-component .setting-popup-info-container--form .btn,
.setting-popup-component .setting-popup-info-container--header p {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	color: #fff
}

.setting-popup-component .setting-popup-info-container--header p {
	margin-bottom: 10px;
	padding: 0 20px;
	line-height: 22px
}

.setting-popup-component .setting-popup-info-container--form {
	padding: 80px 40px;
	text-align: center
}

.setting-popup-component .setting-popup-info-container--form:after,
.setting-popup-component .setting-popup-info-container--form:before {
	content: '';
	display: table
}

.setting-popup-component .setting-popup-info-container--form .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 10px 0 7px;
	background-color: #054770;
	display: inline-block;
	width: 179px;
	margin: 2px;
	border: none
}

.setting-popup-component .setting-popup-info-container--form .btn:hover {
	background-color: #fff;
	color: #054770
}

.setting-popup-component .setting-popup-info-container--form .setting-popup-select-block {
	display: inline-block;
	width: 179px;
	height: 42px;
	margin: 2px
}

@media (min-width:800px) and (max-width:1139px) {
	.setting-popup-component__inner {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: auto
	}
	.setting-popup-component .setting-popup-info-container {
		width: 750px
	}
	.setting-popup-component .setting-popup-info-container--header:after {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 68px;
		right: 0;
		top: 0;
		bottom: 0
	}
}

@media (min-width:1140px) {
	.setting-popup-component__inner {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: auto
	}
	.setting-popup-component .setting-popup-info-container {
		width: 750px
	}
	.setting-popup-component .setting-popup-info-container--header:after {
		position: relative;
		display: inline-block;
		width: 50px;
		height: 68px;
		right: 0;
		top: 0;
		bottom: 0
	}
}

.increasedzindexclass {
	z-index: 99999
}

.success-popup-component {
	direction: rtl;
	display: none;
	z-index: 3000;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6)
}

.success-popup-component .success-popup-info-container:after,
.success-popup-component .success-popup-info-container:before,
.success-popup-component:after,
.success-popup-component:before,
.success-popup-component__inner:after,
.success-popup-component__inner:before {
	display: table;
	content: ''
}

.success-popup-component__inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-image: url(assets/images/content/img100.jpg);
	background-size: cover;
	color: #fff;
	border: 1px solid #f99e1b
}

.success-popup-component .close-popup-btn {
	cursor: pointer;
	z-index: 20;
	position: absolute;
	margin: 20px;
	left: 0
}

.success-popup-component .success-popup-info-container--header h3,
.success-popup-component .success-popup-info-container--header p {
	margin-bottom: 10px;
	color: #fff;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.success-popup-component .success-popup-info-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(6, 29, 39, .8)
}

.success-popup-component .success-popup-info-container--header {
	position: relative;
	padding: 60px 0;
	border-bottom: solid #f99e1b 1px;
	text-align: center
}

.success-popup-component .success-popup-info-container--header:after {
	content: '';
	display: block;
	position: absolute;
	width: 30px;
	height: 48px;
	right: 20px;
	top: 20px;
	bottom: 0;
	background-image: url(assets/images/check-ico.svg);
	background-size: 100%;
	background-repeat: no-repeat
}

.success-popup-component .success-popup-info-container--header h3 {
	font-size: 30px;
	font-weight: 700
}

.success-popup-component .success-popup-info-container--header p {
	font-size: 20px;
	font-weight: 300;
	padding: 0 20px;
	line-height: 22px
}

.success-popup-component .success-popup-info-container--text {
	padding: 80px 40px;
	text-align: center
}

@media (min-width:800px) and (max-width:1139px) {
	.success-popup-component__inner {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: auto
	}
	.success-popup-component .success-popup-info-container {
		width: 750px
	}
	.success-popup-component .success-popup-info-container--header:after {
		position: relative;
		display: inline-block;
		width: 72px;
		height: 64px;
		right: 0;
		top: 0;
		bottom: 0
	}
}

@media (min-width:1140px) {
	.success-popup-component__inner {
		position: absolute;
		left: 50%;
		top: 50%;
		-moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		width: auto
	}
	.success-popup-component .success-popup-info-container {
		width: 750px
	}
	.success-popup-component .success-popup-info-container--header:after {
		position: relative;
		display: inline-block;
		width: 72px;
		height: 64px;
		right: 0;
		top: 0;
		bottom: 0
	}
}

.apply-popup-component {
	direction: rtl;
	display: none;
	z-index: 3000;
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	background-color: rgba(0, 0, 0, .6);
	overflow-y: scroll
}

.apply-popup-component .apply-popup-info-container--text:after,
.apply-popup-component .apply-popup-info-container--text:before,
.apply-popup-component .apply-popup-info-container:after,
.apply-popup-component .apply-popup-info-container:before,
.apply-popup-component:after,
.apply-popup-component:before,
.apply-popup-component__inner:after,
.apply-popup-component__inner:before {
	content: '';
	display: table
}

.apply-popup-component__inner {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #fff
}

@media (min-width:800px) and (max-width:1139px) {
	.apply-popup-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.apply-popup-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.apply-popup-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.apply-popup-component .close-popup-btn {
	cursor: pointer;
	z-index: 20;
	position: absolute;
	margin: 20px;
	left: 0
}

.apply-popup-component .apply-popup-info-container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px
}

.apply-popup-component .apply-popup-info-container--header {
	margin-bottom: 20px;
	padding: 25px 30px 15px;
	border-bottom: solid rgba(0, 0, 0, .8) 1px
}

.apply-popup-component .apply-popup-info-container--header h2 {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 35px;
	font-style: normal;
	font-weight: 700;
	margin-bottom: 0;
	color: rgba(0, 0, 0, .8)
}

.apply-popup-component .apply-popup-info-container--text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 19px;
	font-style: normal;
	font-weight: 300;
	padding: 30px
}

.apply-popup-component .apply-popup-info-container--form,
.apply-popup-component .apply-popup-info-container--form--input input,
.apply-popup-component .apply-popup-info-container--text h3,
.inputfile label {
	font-weight: 700;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.apply-popup-component .apply-popup-info-container--form,
.apply-popup-component .apply-popup-info-container--text h3 {
	font-size: 19px
}

.apply-popup-component .apply-popup-info-container--text p {
	margin-bottom: 30px;
	color: #333
}

.apply-popup-component .apply-popup-info-container--text h3 {
	margin-bottom: 20px;
	color: rgba(0, 0, 0, .8)
}

.apply-popup-component .apply-popup-info-container--form {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 30px;
	text-align: left
}

.apply-popup-component .apply-popup-info-container--form--input input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 19px;
	height: 70px;
	margin: 0 0 8px;
	padding: 5px 15px 0;
	border: 1px solid rgba(0, 0, 0, .8)
}

.apply-popup-component .apply-popup-info-container--form--input.gfield_error input {
	margin-bottom: 0
}

.apply-popup-component .apply-popup-info-container--form--input .validation_message {
	color: #000;
	text-align: right
}

.apply-popup-component .apply-popup-info-container--form--txtarea textarea,
.apply-popup-component .gform_footer input {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 700
}

.apply-popup-component .apply-popup-info-container--form--txtarea textarea {
	box-sizing: border-box;
	font-size: 19px;
	display: block;
	height: 140px;
	margin: 0 0 8px;
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, .8)
}

.apply-popup-component .gform_footer input {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-sizing: border-box;
	line-height: 125%;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	font-size: 35px;
	padding: 15px 0 8px;
	transition: all .5s ease;
	margin-top: 20px
}

.blog-component__main,
.inputfile+label {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

.apply-popup-component .gform_footer input:hover {
	background-color: #fff;
	color: #93a33a
}

@media (min-width:800px) and (max-width:1139px) {
	.apply-popup-component .apply-popup-info-container--form:last-child,
	.apply-popup-component .apply-popup-info-container--text:last-child {
		margin-left: 0
	}
	.apply-popup-component .apply-popup-info-container--form,
	.apply-popup-component .apply-popup-info-container--text {
		float: right;
		clear: none;
		width: 45.83333%;
		margin-right: 2.08333%;
		margin-left: 0
	}
	.apply-popup-component__inner {
		position: absolute;
		left: 50%;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%)
	}
	.apply-popup-component .apply-popup-info-container--form {
		padding: 30px 30px 30px 0
	}
}

@media (min-width:1140px) {
	.apply-popup-component .apply-popup-info-container--form:last-child,
	.apply-popup-component .apply-popup-info-container--text:last-child {
		margin-left: 0
	}
	.apply-popup-component .apply-popup-info-container--form,
	.apply-popup-component .apply-popup-info-container--text {
		float: right;
		clear: none;
		width: 45.83333%;
		margin-right: 2.08333%;
		margin-left: 0
	}
	.apply-popup-component__inner {
		position: fixed;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
	.apply-popup-component .apply-popup-info-container--form {
		padding: 30px 30px 30px 0
	}
}

.blog-component .blog-component-content:after,
.blog-component:after,
.blog-component__inner:after,
.blog-component__main:after,
.blog-component__sidebar .search-form:after,
.blog-component__sidebar:after {
	clear: both
}

.js .inputfile input {
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1
}

.inputfile #extensions_message {
	display: none
}

.inputfile label {
	box-sizing: border-box;
	font-size: 19px;
	width: 100%;
	margin: 30px 0 0;
	padding: 10px 0 0;
	border-top: solid rgba(0, 0, 0, .8) 1px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	text-align: right;
	position: relative
}

.inputfile label:after {
	content: 'בחר קובץ';
	position: absolute;
	left: 0;
	top: 9px;
	background-color: #94A33A;
	line-height: 1;
	display: inline-block;
	padding: 5px 10px 0;
	color: #fff;
	transition: all .5s ease
}

.inputfile label:hover:after {
	background-color: #fff;
	color: #94A33A
}

#field_3_4 .validation_message {
	text-align: right;
	color: red
}

.blog-component,
.blog-component__sidebar .search-form--btn,
.blog-component__sidebar .search-form--input {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 300
}

.no-js .inputfile+label {
	display: none
}

.blog-component:after,
.blog-component:before,
.blog-component__inner:after,
.blog-component__inner:before,
.blog-component__main:after,
.blog-component__main:before,
.blog-component__sidebar .search-form:after,
.blog-component__sidebar .search-form:before,
.blog-component__sidebar:after,
.blog-component__sidebar:before {
	display: table;
	content: ''
}

.inputfile-3+label {
	color: rgba(0, 0, 0, .8)
}

.inputfile-3+label:hover,
.inputfile-3.has-focus+label,
.inputfile-3:focus+label {
	color: rgba(0, 0, 0, .6)
}

.blog-component {
	width: 100%;
	font-size: 16px;
	direction: rtl
}

@media (min-width:800px) and (max-width:1139px) {
	.blog-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.blog-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.blog-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.blog-component__main {
	box-sizing: border-box;
	margin-bottom: 40px;
	background-color: rgba(0, 0, 0, .1)
}

.blog-component__sidebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 30px 30px 15px;
	background-color: rgba(0, 0, 0, .2)
}

.blog-component__sidebar .search-form {
	margin-bottom: 20px
}

.blog-component__sidebar .search-form--input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	width: calc(100% - 34px);
	height: 34px;
	margin-bottom: 0;
	padding: 4px 10px 0
}

.blog-component__sidebar .search-form--btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 0 7px 7px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #054770;
	float: left;
	width: 34px
}

.blog-component__sidebar .filter-block-list a,
.blog-component__sidebar--title {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 16px;
	font-style: normal;
	color: #061d27
}

.blog-component__sidebar .search-form--btn span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0;
	padding-top: 8px
}

.blog-component__sidebar--title {
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: solid #061d27 1px
}

.blog-component__sidebar .filter-block-list-container {
	padding-bottom: 20px
}

.blog-component__sidebar .filter-block-list {
	margin-bottom: 30px
}

.blog-component__sidebar .filter-block-list li {
	position: relative;
	margin: 0 0 5px;
	padding: 0 40px 0 0
}

.blog-component__sidebar .filter-block-list li:after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 4px;
	right: 15px;
	background-color: #054770
}

.blog-component--img,
.blog-component__sidebar .hot-item-block--img img {
	width: 100%
}

.blog-component__sidebar .hot-item-block--img img {
	cursor: pointer
}

.blog-component__sidebar .filter-block-list li:first-child {
	margin: 0 0 5px;
	padding: 0 25px 0 0
}

.blog-component__sidebar .filter-block-list li:first-child:after {
	right: 0
}

.blog-component__sidebar .filter-block-list a {
	font-weight: 300
}

.blog-component__sidebar .hot-item-block--title,
.blog-component__sidebar .hot-item-block--title span {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700
}

.blog-component__sidebar .hot-item-block {
	padding: 5px 0 25px
}

.blog-component__sidebar .hot-item-block--title {
	margin-bottom: 5px;
	color: #054770;
	line-height: 16px
}

.blog-component__sidebar .hot-item-block--title span {
	display: block;
	color: #061d27
}

.blog-component__sidebar .hot-item-block--img {
	position: relative;
	overflow: hidden
}

.blog-component__sidebar .hot-item-block--info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	position: absolute;
	width: 100%;
	height: 41px;
	bottom: 0;
	padding: 0 10px;
	background-color: rgba(6, 29, 39, .8);
	text-align: left
}

.blog-component__sidebar .hot-item-block--info .share-buttons {
	bottom: 40px
}

.blog-component__sidebar .hot-item-block--info a {
	margin-top: 10px
}

.blog-component .blog-component-content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 40px
}

.blog-component .blog-component-content:after,
.blog-component .blog-component-content:before {
	content: '';
	display: table
}

.blog-component .blog-component-content--title {
	position: relative;
	margin: 0 0 40px;
	padding: 35px 0 20px;
	background-color: rgba(0, 53, 89, .8);
	color: #fff;
	text-align: center
}

.blog-component .blog-component-content--btn,
.blog-component .blog-component-content--btn:hover {
	padding: 10px 70px 7px;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	text-decoration: none;
	transition: all .5s ease
}

.blog-component .blog-component-content--text,
.blog-component .blog-component__inner p {
	float: right;
	clear: none;
	width: 83.33333%;
	margin-right: 8.33333%;
	margin-left: 0;
	margin-bottom: 30px;
	text-align: justify
}

.blog-component .blog-component-content--text:last-child,
.blog-component .blog-component__inner p:last-child {
	margin-bottom: 0
}

.blog-component .blog-component-content .blog-component-btn-container {
	float: right;
	clear: none;
	width: 83.33333%;
	margin-right: 8.33333%;
	margin-left: 0
}

.blog-component .blog-component-content .blog-component-btn-container:last-child {
	margin-left: 0
}

.blog-component .blog-component-content--btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	border: 2px solid transparent;
	background-color: #003559;
	float: left
}

.blog-component .blog-component-content--btn:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #003559;
	border: 2px solid transparent;
	background-color: #fff
}

.blog-component .blog-component-btn-block .btn,
.blog-component .blog-component-btn-block .btn:hover,
.blog-component .blog-component-btn-block__item,
.blog-component .pagginator-list .btn,
.blog-component .pagginator-list .btn:hover,
.blog-component .pagginator-list__item,
.our-agents-component .our-agents-list-item__agent-block .agent-title span {
	font-weight: 300;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

.blog-component .blog-component-btn-block,
.blog-component .pagginator-list {
	margin-bottom: 40px;
	text-align: center
}

.blog-component .blog-component-btn-block__item,
.blog-component .pagginator-list__item {
	font-size: 20px;
	display: inline-block;
	margin: 0 0 0 10px
}

.blog-component .blog-component-btn-block__item a,
.blog-component .pagginator-list__item a {
	width: 30px;
	display: block;
	padding: 6px 0 4px;
	background-color: #93a33a;
	color: #fff;
	text-align: center
}

.blog-component .blog-component-btn-block__item a.active,
.blog-component .blog-component-btn-block__item a:hover,
.blog-component .pagginator-list__item a.active,
.blog-component .pagginator-list__item a:hover {
	background-color: #fff;
	color: #93a33a;
	text-decoration: none
}

.blog-component .blog-component-btn-block .btn,
.blog-component .pagginator-list .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 10px 70px 7px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a
}

.blog-component .blog-component-btn-block .btn:hover,
.blog-component .pagginator-list .btn:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 10px 70px 7px;
	color: #003559;
	border: 2px solid transparent;
	background-color: #fff
}

@media (min-width:800px) and (max-width:1139px) {
	.blog-component .blog-component_content {
		clear: none;
		width: 63.75%;
		margin-right: 2.08333%;
		margin-left: 0;
		float: left
	}
	.blog-component .blog-component_content:last-child {
		margin-left: 0
	}
	.blog-component__sidebar {
		float: right;
		clear: none;
		width: 34.16667%;
		margin-right: 0;
		margin-left: 0;
		padding: 30px
	}
	.blog-component__sidebar:last-child {
		margin-left: 0
	}
	.blog-component--img {
		margin-bottom: 0
	}
	.blog-component .blog-component-content {
		padding-bottom: 60px
	}
	.blog-component .blog-component-content--title {
		float: right;
		clear: none;
		width: 83.33333%;
		margin-right: 8.33333%;
		margin-left: 0;
		margin-top: -50px
	}
	.blog-component .blog-component-content--title:last-child {
		margin-left: 0
	}
	.blog-component .blog-component-btn-block,
	.blog-component .pagginator-list {
		clear: none;
		width: 63.75%;
		margin-right: 2.08333%;
		margin-left: 0;
		float: left;
		text-align: right
	}
	.blog-component .blog-component-btn-block:last-child,
	.blog-component .pagginator-list:last-child {
		margin-left: 0
	}
	.blog-component .blog-component-btn-block__item a,
	.blog-component .pagginator-list__item a {
		width: 60px;
		padding: 12px 0 10px
	}
}

@media (min-width:1140px) {
	.blog-component .blog-component_content {
		clear: none;
		width: 72.08333%;
		margin-right: 2.08333%;
		margin-left: 0;
		float: left
	}
	.blog-component .blog-component_content:last-child {
		margin-left: 0
	}
	.blog-component__sidebar {
		float: right;
		clear: none;
		width: 25.83333%;
		margin-right: 0;
		margin-left: 0;
		padding: 30px
	}
	.blog-component__sidebar:last-child {
		margin-left: 0
	}
	.blog-component--img {
		margin-bottom: 0
	}
	.blog-component .blog-component-content {
		padding-bottom: 60px
	}
	.blog-component .blog-component-content--title {
		float: right;
		clear: none;
		width: 83.33333%;
		margin-right: 8.33333%;
		margin-left: 0;
		margin-top: -50px
	}
	.blog-component .blog-component-content--title:last-child {
		margin-left: 0
	}
	.blog-component .blog-component-btn-block,
	.blog-component .pagginator-list {
		clear: none;
		width: 100%;
		margin-left: 0;
		float: left;
		text-align: right
	}
	.blog-component .blog-component-btn-block:last-child,
	.blog-component .pagginator-list:last-child {
		margin-left: 0
	}
	.blog-component .blog-component-btn-block__item a,
	.blog-component .pagginator-list__item a {
		width: 60px;
		padding: 12px 0 10px
	}
}

.our-agents-component .our-agents-list-item:after,
.our-agents-component:after,
.our-agents-component__inner:after {
	clear: both
}

.our-agents-component {
	width: 100%;
	direction: rtl;
	margin-bottom: 40px
}

.our-agents-component:after,
.our-agents-component:before {
	content: '';
	display: table
}

@media (min-width:800px) and (max-width:1139px) {
	.our-agents-component__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.our-agents-component__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.our-agents-component__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.our-agents-component .our-agents-list-item:after,
.our-agents-component .our-agents-list-item:before,
.our-agents-component__inner:after,
.our-agents-component__inner:before {
	content: '';
	display: table
}

.our-agents-component .our-agents-list-item__info {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	display: table;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #054770;
	overflow: hidden
}

.our-agents-component .our-agents-list-item__info:nth-child(2n+1) {
	background-color: #003559
}

.our-agents-component .our-agents-list-item__agent-block {
	float: right;
	clear: none;
	width: 95.83333%;
	margin-right: 2.08333%;
	margin-left: 0
}

.our-agents-component .our-agents-list-item__agent-block:last-child {
	margin-left: 0
}

.our-agents-component .our-agents-list-item__agent-block .agent-title {
	float: left;
	width: calc(100% - 110px);
	margin-bottom: 0;
	padding-top: 15px;
	color: #fff
}

.our-agents-component .our-agents-list-item__agent-block .agent-title span {
	font-size: 18px;
	margin-bottom: 10px;
	color: #f99e1b
}

.our-agents-component .our-agents-list-item__agent-block .agent-fbook {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	display: inline-block
}

.our-agents-component .our-agents-list-item__agent-block .agent-img {
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	position: relative;
	width: 90px;
	height: 90px;
	margin-bottom: 40px;
	border: 2px solid #fff
}

.our-agents-component .our-agents-list-item__agent-block .agent-location,
.our-agents-component .our-agents-list-item__agent-block .agent-phone {
	display: block
}

.our-agents-component .our-agents-list-item__agent-block .agent-location:hover,
.our-agents-component .our-agents-list-item__agent-block .agent-phone:hover {
	text-decoration: none
}

.our-agents-component .our-agents-list-item__agent-block .agent-location:before,
.our-agents-component .our-agents-list-item__agent-block .agent-phone:before {
	content: '';
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	background-color: transparent;
	display: inline-block;
	position: relative;
	top: 5px;
	margin: 0 0 0 10px
}

.career-component .career-component-title-block:after,
.career-component .career-component-title-block:before,
.career-component:after,
.career-component:before,
.career-component__inner:after,
.career-component__inner:before {
	display: table;
	content: ''
}

.our-agents-component .our-agents-list-item__agent-block .agent-fbook,
.our-agents-component .our-agents-list-item__agent-block .agent-location,
.our-agents-component .our-agents-list-item__agent-block .agent-phone {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	position: relative;
	color: #fff
}

.our-agents-component .our-agents-list-item__agent-block .btn-block {
	padding-top: 10px;
	text-align: center
}

.our-agents-component .our-agents-list-item__agent-block .btn {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 125%;
	padding: 15px 55px 10px;
	color: #fff;
	border: 2px solid transparent;
	background-color: #93a33a;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	display: inline-block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.our-agents-component .our-agents-list-item__agent-block .btn:hover {
	background-color: #fff;
	color: #93a33a;
	text-decoration: none
}

@media (min-width:800px) and (max-width:1139px) {
	.our-agents-component .our-agents-list-item__info {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		height: 396px;
		padding-top: 0;
		padding-bottom: 0
	}
	.our-agents-component .our-agents-list-item__info:last-child {
		margin-left: 0
	}
	.our-agents-component .our-agents-list-item__info:nth-child(2n+1) {
		background-color: #054770
	}
	.our-agents-component .our-agents-list-item__info:nth-child(4n+2),
	.our-agents-component .our-agents-list-item__info:nth-child(4n+3) {
		background-color: #003559
	}
	.our-agents-component .our-agents-list-item .agent-img {
		width: 138px;
		height: 138px
	}
	.our-agents-component .our-agents-list-item .agent-title {
		width: calc(100% - 180px);
		padding-top: 45px
	}
}

@media (min-width:1140px) {
	.our-agents-component .our-agents-list-item__info {
		float: right;
		clear: none;
		margin-right: 0;
		margin-left: 0;
		width: 33.3333333333333333%;
		height: 396px;
		padding-top: 0;
		padding-bottom: 0
	}
	.our-agents-component .our-agents-list-item__info:last-child {
		margin-left: 0
	}
	.our-agents-component .our-agents-list-item .agent-img {
		width: 138px;
		height: 138px
	}
	.our-agents-component .our-agents-list-item .agent-title {
		width: calc(100% - 180px);
		padding-top: 45px
	}
}

.career-component .career-component-accordion .accordion-content:after,
.career-component .career-component-accordion .accordion-pannel:after,
.career-component .career-component-accordion:after,
.career-component .career-component-header-block:after,
.career-component .career-component-title-block:after,
.career-component:after,
.career-component__inner:after {
	clear: both
}

.career-component {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	direction: rtl;
	margin: 0 0 40px
}

.career-component .career-component-accordion--item,
.career-component .career-component-accordion--item:nth-child(2n),
.career-component .career-component-header-block--item {
	font-weight: 700;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal
}

@media (min-width:800px) and (max-width:1139px) {
	.career-component {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.career-component {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.career-component {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.career-component .career-component-img-block {
	overflow: hidden
}

.career-component .career-component-img-block .career-component-img {
	width: 100%
}

.career-component .career-component-title-block {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 60px;
	text-align: center
}

.career-component .career-component-title-block--title {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 35px 20px 20px;
	background-color: rgba(0, 53, 89, .8);
	color: #fff;
	text-align: center
}

.career-component .career-component-header-block {
	padding: 0 20px;
	margin-bottom: 40px;
	border-bottom: solid #061d27 1px
}

.career-component .career-component-header-block:after,
.career-component .career-component-header-block:before {
	content: '';
	display: table
}

.career-component .career-component-header-block--item {
	font-size: 18px;
	color: #061d27
}

.career-component .career-component-header-block .career-logo-block {
	margin-top: 15px;
	width: 160px
}

.career-component .career-component-header-block .main-logo {
	display: block;
	width: 45px;
	height: 45px;
	margin: -10px 0 15px;
	background-image: url(assets/images/main-logo.svg);
	background-size: 100% 100%
}

.career-component .career-component-header-block .main-logo__text {
	display: inline-block;
	margin: 10px 55px 0 0;
	width: 103px;
	height: 30px;
	background-image: url(assets/images/main-logo-text.svg)
}

.career-component .career-component-accordion .accordion-pannel:after,
.career-component .career-component-accordion .accordion-pannel:before,
.career-component .career-component-accordion:after,
.career-component .career-component-accordion:before {
	display: table;
	content: ''
}

.career-component .career-component-accordion--item {
	font-size: 24px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 25px 20px 15px;
	background-color: rgba(0, 0, 0, .2);
	text-align: right;
	color: #061d27
}

.career-component .career-component-accordion--item a {
	color: #061d27
}

.career-component .career-component-accordion--item:nth-child(2n) {
	font-size: 20px;
	padding: 26px 30px 19px;
	background-color: #003559;
	text-align: center;
	color: #fff
}

.career-component .career-component-accordion--item:nth-child(2n) a {
	color: #fff
}

.career-component .career-component-accordion .accordion-pannel {
	margin-top: 10px
}

.career-component .career-component-accordion .accordion-content {
	display: none;
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	padding: 25px 20px 15px;
	background-color: rgba(0, 0, 0, .1)
}

.career-component .career-component-accordion .accordion-content:after,
.career-component .career-component-accordion .accordion-content:before {
	content: '';
	display: table
}

@media (min-width:800px) and (max-width:1139px) {
	.career-component .career-component-accordion--item,
	.career-component .career-component-accordion--item:nth-child(2n),
	.career-component .career-component-header-block--item {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-style: normal;
		font-weight: 700
	}
	.career-component .career-component-img-block {
		height: 350px
	}
	.career-component .career-component-header-block {
		padding: 0
	}
	.career-component .career-component-header-block--item {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		font-size: 28px
	}
	.career-component .career-component-header-block--item:last-child {
		margin-left: 0
	}
	.career-component .career-component-header-block .career-logo-block {
		float: left;
		margin-top: 0;
		width: 225px
	}
	.career-component .career-component-header-block .main-logo {
		width: 49px;
		height: 49px;
		margin: -15px 0 15px
	}
	.career-component .career-component-header-block .main-logo__text {
		margin: 5px 55px 0 0;
		width: 162px;
		height: 47px
	}
	.career-component .career-component-title-block--title {
		display: inline-block;
		width: auto;
		margin-top: -150px;
		padding: 35px 50px 20px
	}
	.career-component .career-component-accordion--item {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		font-size: 25px
	}
	.career-component .career-component-accordion--item:last-child {
		margin-left: 0
	}
	.career-component .career-component-accordion--item:nth-child(2n) {
		font-size: 21px
	}
}

@media (min-width:1140px) {
	.career-component .career-component-accordion--item,
	.career-component .career-component-accordion--item:nth-child(2n),
	.career-component .career-component-header-block--item {
		font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
		font-style: normal;
		font-weight: 700
	}
	.career-component .career-component-img-block {
		height: 350px
	}
	.career-component .career-component-header-block {
		padding: 0
	}
	.career-component .career-component-header-block--item {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		font-size: 28px
	}
	.career-component .career-component-header-block--item:last-child {
		margin-left: 0
	}
	.career-component .career-component-header-block .career-logo-block {
		float: left;
		margin-top: 0;
		width: 225px
	}
	.career-component .career-component-header-block .main-logo {
		width: 49px;
		height: 49px;
		margin: -15px 0 15px
	}
	.career-component .career-component-header-block .main-logo__text {
		margin: 5px 55px 0 0;
		width: 162px;
		height: 47px
	}
	.career-component .career-component-title-block--title {
		width: auto;
		display: inline-block;
		margin-top: -150px;
		padding: 35px 50px 20px
	}
	.career-component .career-component-accordion--item {
		float: right;
		clear: none;
		width: 50%;
		margin-right: 0;
		margin-left: 0;
		font-size: 29px
	}
	.career-component .career-component-accordion--item:last-child {
		margin-left: 0
	}
	.career-component .career-component-accordion--item:nth-child(2n) {
		font-size: 25px
	}
}

.footer-section .footer-copyrt,
.footer-section .footer-navigation {
	font-family: fbronibe, "Trebuchet MS", Ubuntu, serif;
	font-style: normal;
	font-weight: 300
}

.footer-section .footer-navigation:after,
.footer-section .footer-navigation:before,
.footer-section:after,
.footer-section:before,
.footer-section__inner:after,
.footer-section__inner:before {
	content: '';
	display: table
}

.footer-section .footer-navigation:after,
.footer-section:after,
.footer-section__inner:after {
	clear: both
}

.footer-section {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: rtl;
	min-height: 346px;
	padding: 60px 0 40px;
	background-color: #fff;
	border-top: solid #93a33a 6px
}

.footer-section__inner {
	padding: 0 35px
}

@media (min-width:800px) and (max-width:1139px) {
	.footer-section__inner {
		max-width: 98%;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1140px) and (max-width:1279px) {
	.footer-section__inner {
		max-width: 1140px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

@media (min-width:1280px) {
	.footer-section__inner {
		max-width: 1170px;
		float: none;
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		padding-right: 0;
		width: 100%
	}
}

.footer-section .footer-title {
	color: #061d27;
	margin-bottom: 20px
}

.footer-section a,
.property-component__contact .gform_wrapper .gfield .validation_message {
	color: #000
}

.footer-section .footer-social {
	text-align: left
}

.footer-section .footer-social a {
	float: left;
	margin: 0 10px 0 0
}

.footer-section .footer-navigation {
	font-size: 14px;
	margin-bottom: 30px
}

.footer-section .footer-navigation__inner {
	float: right;
	clear: none;
	width: 50%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px
}

.footer-section .footer-navigation__inner:last-child {
	margin-left: 0
}

.footer-section .footer-copyrt {
	font-size: 12px;
	margin-bottom: 30px
}

.footer-section .footer-copyrt .main-logo {
	display: block;
	width: 45px;
	height: 45px;
	margin: -10px 0 15px;
	background-image: url(assets/images/main-logo.svg);
	background-size: 100% 100%
}

.footer-section .footer-copyrt .main-logo__text {
	display: inline-block;
	margin: 10px 55px 0 0;
	width: 103px;
	height: 30px;
	background-image: url(assets/images/main-logo-text.svg)
}

.footer-section .footer-copyrt__image {
	width: 42px;
	height: 8px
}

@media (min-width:800px) and (max-width:1139px) {
	.footer-section__inner {
		padding: 0
	}
	.footer-section .footer-social {
		float: right;
		clear: none;
		width: 25%;
		margin-right: 0;
		margin-left: 0
	}
	.footer-section .footer-social:last-child {
		margin-left: 0
	}
	.footer-section .footer-navigation {
		float: right;
		clear: none;
		width: 75%;
		margin-right: 0;
		margin-left: 0
	}
	.footer-section .footer-navigation:last-child {
		margin-left: 0
	}
	.footer-section .footer-navigation__inner {
		float: right;
		clear: none;
		width: 33.33333%;
		margin-right: 0;
		margin-left: 0
	}
	.footer-section .footer-navigation__inner:last-child {
		margin-left: 0
	}
	.property-popup-component .property-popup-info-container--text p {
		font-size: 17px
	}
}

@media (min-width:1140px) {
	.footer-section .footer-copyrt:last-child,
	.footer-section .footer-navigation:last-child,
	.footer-section .footer-navigation__inner:last-child,
	.footer-section .footer-social:last-child {
		margin-left: 0
	}
	.footer-section .footer-copyrt,
	.footer-section .footer-navigation,
	.footer-section .footer-navigation__inner,
	.footer-section .footer-social {
		float: right;
		clear: none;
		margin-right: 0;
		margin-left: 0
	}
	.footer-section {
		padding: 80px 0 40px
	}
	.footer-section__inner {
		padding: 0
	}
	.footer-section .footer-title {
		margin-bottom: 30px
	}
	.footer-section .footer-social {
		width: 25%
	}
	.footer-section .footer-navigation {
		width: 46%
	}
	.footer-section .footer-navigation__inner {
		width: 33.33333%
	}
	.footer-section .footer-copyrt {
		width: 28.33333%
	}
	.footer-section .footer-copyrt .main-logo {
		margin: -10px 0 25px
	}
}

.h1 {
	font-size: 46px
}

.gform_body .hidden_label .gfield_label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.gform_body .gfield_checkbox input[type=checkbox] {
	width: auto
}

.gform_body .gfield_checkbox input[type=checkbox]+label {
	font-weight: 700;
	vertical-align: 1px
}

.property-popup-component .property-popup-bottom-container .gfield#field_4_4 {
	width: 100%
}

.location-ico.inc:before {
	background-image: url(assets/images/apt-icon.svg);
	width: 35px;
	height: 43px;
	right: 10px
}

.location-ico.a11y:before {
	background-image: url(assets/images/wheel-icon.svg);
	width: 50px;
	height: 53px;
	right: 0;
	background-size: 36px;
	background-position: center center
}

.contact-us-component--form_wrapper .gfield_error input {
	margin-bottom: 0
}

.contact-us-component--form_wrapper .gfield_error .validation_message {
	height: 27px;
	display: inline-block
}

.share-buttons {
	display: none;
	position: absolute;
	background-color: rgba(6, 29, 39, .8);
	bottom: 65px;
	line-height: 1;
	left: 0;
	padding: 15px
}

.lock-icon+.share-buttons a img,
.property-component__info--btn-block .share-buttons img {
	height: 24px;
	width: 24px
}

.property-component__info--btn-block .share-buttons {
	bottom: 57px
}

.lock-icon+.share-buttons a:first-child img,
.property-component__info--btn-block .share-buttons a:first-child img {
	margin-left: 10px
}

@media (max-width:799px) {
	.product-table-component .product-table-item__img {
		padding: 10px 10px 0;
		border-top: 1px solid #fff
	}
}

@media (min-width:800px) {
	.main-menu-component .main-menu-info .main-menu-nav__item a {
		padding-left: 10px;
		padding-right: 10px
	}
	.main-menu-component .search-block .main-menu-select-block {
		margin-left: 5px
	}
}

@media (min-width:880px) {
	.property-component__content .property-component__content--text {
		float: left
	}
	.main-menu-component .main-menu-info ul.menu {
		display: flex;
		justify-content: space-around
	}
	.main-menu-component .main-menu-info .main-menu-nav__item {
		width: auto
	}
	.main-menu-component .main-menu-info .main-menu-nav__item a {
		padding-left: 15px;
		padding-right: 15px
	}
}

.main-menu-component .main-logo-block .main-logo .phone {
	width: 110px;
	font-weight: 700
}

.property-component__contact {
	direction: rtl;
	padding: 30px;
	background-color: #cfcfcf
}

.property-component__contact .form-title {
	font-size: 22px;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 15px
}

.property-component__contact .gform_wrapper {
	font-size: 0
}

.property-component__contact .gform_wrapper .gfield input:not([type=checkbox]) {
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	border-radius: 0;
	line-height: 125%;
	padding: 13px 10px 9px;
	color: #000;
	border: 2px solid transparent;
	background-color: #fff
}

.property-component__contact .gform_wrapper .gfield input[type=checkbox] {
	font-size: 16px;
	margin-left: 5px
}

.property-component__contact .gform_wrapper .gfield #label_4_4_1 {
	font-size: 16px
}

.property-component__contact .gform_wrapper .gform_footer input {
	font-style: normal;
	font-weight: 700;
	background-color: #003559;
	color: #fff;
	line-height: 125%;
	padding: 13px 10px 10px;
	text-align: center;
	width: 100%;
	transition: .5s all ease
}

.property-component__contact .gform_wrapper .gform_footer input:focus,
.property-component__contact .gform_wrapper .gform_footer input:hover {
	background-color: #fff;
	color: #003559
}

@media (min-width:768px) {
	.property-component__contact .gform_wrapper .gform_body,
	.property-component__contact .gform_wrapper .gform_footer {
		display: inline-block;
		vertical-align: top
	}
	.property-component__contact .gform_wrapper .gform_body {
		width: 80%
	}
	.property-component__contact .gform_wrapper .gform_footer {
		width: 20%
	}
	.property-component__contact .gform_wrapper .gfield {
		width: calc(100% / 3);
		display: inline-block;
		padding-left: 5px;
		box-sizing: border-box
	}
	.property-component__contact .gform_wrapper .gfield#field_4_4 {
		width: 100%
	}
}

@media (min-width:800px) {
	.property-component__contact {
		box-sizing: border-box;
		width: 68.33333%
	}
	.signup-popup-component .signup-popup-info-container--form .gform_footer input {
		width: 100px;
		height: 141px;
		vertical-align: top
	}
	.signup-popup-component .signup-popup-info-container--form .gform_footer {
		vertical-align: top;
		display: inline-block
	}
	.signup-popup-component .signup-popup-info-container--form .gform_body {
		display: inline-block
	}
	.top-slider-component .top-slider__text .text_wrapper {
		padding-bottom: 0
	}
}

.star-icon2 {
	display: none!important
}

.success-stories-component-content--info h3 {
	font-size: 30px;
	text-align: right;
	margin-bottom: 0
}

.success-stories-component-content--info h2 {
	text-align: right;
	margin: 5px 0 15px
}

.cta-agent {
	clear: both;
	display: block;
	background-color: #f99e1b;
	text-align: center;
	padding: 12px 10px 8px;
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	transition: all .5s ease;
	text-decoration: none
}

.cta-agent:focus,
.cta-agent:hover,
.js-property-popup .cta-agent {
	background-color: #fff;
	color: #f99e1b
}

.cta-agent:focus,
.cta-agent:hover {
	text-decoration: none
}

.js-property-popup .cta-agent:focus,
.js-property-popup .cta-agent:hover {
	background-color: #061d27;
	color: #fff
}

.js-property-popup .cta-agent .phone-ico {
	background-image: url(assets/images/phone-ico-cta.svg)
}

.js-property-popup .cta-agent:focus .phone-ico,
.js-property-popup .cta-agent:hover .phone-ico {
	background-image: url(assets/images/phone-ico.svg)
}

.product-list-component .product-list-item {
	border-bottom: 5px solid #fff
}

.resident-property-list-item {
	border-bottom: 5px solid transparent
}

.contact-us-component--form .gform_confirmation_message {
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 28px
}

@media (min-width:800px) {
	.cta-agent,
	.product-table-component .product-table-item__img .product-list-info,
	.property-component__info .property-component__info--btn-block,
	.share-buttons a[href^=whatsapp] {
		display: none
	}
	.success-stories-component-content--info h3 {
		margin-right: 250px
	}
	.lock-icon+.share-buttons a:first-child img,
	.property-component__info--btn-block .share-buttons a:first-child img {
		margin-left: 0
	}
	.top-slider-component .top-slider__image a {
		height: 100vh
	}
	.property-component .property-slider-container .property-slider-carousel,
	.property-component .property-slider-container .property-slider__image,
	.property-component__info--bg {
		height: 520px
	}
	.property-popup-component .property-popup-bottom-container .user-help-link {
		margin-top: 24px
	}
	.product-table-component .product-table-item .center-y {
		padding: 0 10%
	}
	.property-popup-component .property-popup-bottom-container .user-help-link .agent-phone {
		display: inline
	}
	.property-popup-slider-container .property-popup-slider-navigation,
	.property-slider-container .property-slider-navigation,
	.top-slider-component .owl-top-slider-navigation {
		opacity: 0;
		transition: opacity .5s ease
	}
	.property-popup-slider-container:hover .property-popup-slider-navigation,
	.property-slider-container:hover .property-slider-navigation,
	.top-slider-component:hover .owl-top-slider-navigation {
		opacity: 1
	}
	.product-list-component .product-list-item {
		border: 0;
		border-left: 5px solid #fff;
		box-sizing: border-box
	}
	.product-list-component .product-list-item:last-child {
		border-left: 0
	}
	.main-header:before,
	.main-header__inner {
		height: 320px
	}
	.map-component {
		margin-top: 0
	}
	.main-header__content {
		margin-top: 250px
	}
	.contact-us-component--form {
		min-height: 522px
	}
	.apply-popup-component {
		height: 100%
	}
	.success-stories-component-content--info h2 {
		margin-right: 250px;
		margin-bottom: 0
	}
}

@media (min-width:1200px) and (max-height:768px) {
	.property-popup-component .property-popup-info-container,
	.property-popup-component .property-popup-slider-container .property-popup-slider__image {
		height: 455px
	}
	.property-popup-component .property-popup-info-container--text {
		padding: 15px 15px 10px
	}
	.property-popup-component .property-popup-info-container--text p {
		height: 75px
	}
	.property-popup-component .property-popup-info-container--text2 {
		padding: 15px 15px 10px 0
	}
	.apply-popup-component .apply-popup-info-container--form--input input {
		height: 50px
	}
	.apply-popup-component .apply-popup-info-container--form--txtarea textarea {
		height: 110px
	}
	.inputfile label {
		margin-top: 10px;
		margin-bottom: 10px
	}
	.apply-popup-component .apply-popup-info-container--form:last-child {
		padding-top: 10px;
		padding-bottom: 0
	}
	.apply-popup-component .apply-popup-info-container--text {
		padding: 7px;
		font-size: 16px
	}
}

@media (max-width:799px) {
	.bottom-slider-component .bottom-slider__image .product-list-info,
	.product-list-component .product-list-item .product-list-info,
	.product-table-component .product-table-item__img .product-list-info {
		display: block!important
	}
	.apply-popup-component .apply-popup-info-container--header {
		margin-bottom: 0
	}
	.apply-popup-component .apply-popup-info-container--form--input input {
		height: 50px
	}
	.apply-popup-component .apply-popup-info-container--form--txtarea textarea {
		height: 110px
	}
	.inputfile label {
		margin-top: 10px;
		margin-bottom: 0
	}
}

.roi-escalator {
	font-family: Arial
}

.success-stories-component-content--info .related-agents ul {
  margin: 45px 0 0;
  padding: 0;
  display: flex;
}

.success-stories-component-content--info .related-agents ul li + li {
  margin-right: 30px;
}

.success-stories-component-content--info .related-agents ul li a {
  color: #000;
}

.success-stories-component-content--info .related-agents ul li a:hover,
.success-stories-component-content--info .related-agents ul li a:focus {
  text-decoration: none;
  color: #054770;
}

.success-stories-component-content--info .related-agents ul li img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-left: 10px;
}

.success-stories-component-content--info .related-agents ul li .agent-name {
  font-weight: bold;
}

@media ( min-width: 800px ) {

  .success-stories-component-content--info .related-agents ul {
    margin-right: 250px;
  }

}
