/* ==========================================================================
   Main Screen CSS
   ========================================================================== */


/**
  * == Core CSS ==
  *
  * Base ................ (H1-6), code, span, etc.
  * Typography .......... Simple and Fancy tables like pricing tables
  * Buttons ............. All kind of buttons, social links
  *
  * == Components ==
  *
  * Header .............. Base header elements: logo, menu
  * Carousel ............ Base carousel elements: indicators, wrapper, controls
  * Domains ............. Slider for images with information 
  * Prorerties 
  * Single properties
  * Gallery ............. Previews
  * Blog
  * Single post
  * Contacts 
  * Footer .............. Big and Small area in footer
  * Boxes ............... All models of boxes
  * Responsivness ....... Css for site responsivness

*/

/*==== BASE STYLES ====*/
/*@import "https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap"; */
html {
	overflow-x: hidden;
}
body {
	font-family: 'Lato', sans-serif;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:focus {
    color: #337ab7;
}
/*==== END BASE ====*/

/*==== BUTTONS STYLES ====*/
.custom-btn {
	height: 45px;
	width: 160px;
	border: 0;
	background: #4552A5;
	border-radius: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	padding-left: 10px;
	margin-top: 65px;
	margin-bottom: 69px;
}
.text p{
	line-height:1.9em;	
}
.custom-btn-inline{
	    margin-top:0;
    margin-bottom: 0;
    line-height: 35px;	
}
.btn:hover {
	color: #fff !important;
}
.preview {
    display: none;
    height: 45px;
    width: 160px;
    border: 0;
    background: #4552A5;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    padding-left: 35px;
    padding-top: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -80px;
    cursor: pointer;
}
.prop-img:hover .preview {
    display: block;
}
/*==== END BUTTONS ====*/

/*==== SOCIAL STYLES ====*/
.footer-social a {
	color: #727272;
}
.footer-social a:hover {
	color: #4552A5;
}
.footer-links {
	color: #4552A5;
	font-size: 13px;
}
.footer-links:hover {
	text-decoration: none;
}
.tm-lft a,
.tm-rt a {
	font-size: 13px;
	color: #727272;
	padding: 18px 20px;
	border-left: 1px solid #dbdbdb;
	margin:0 auto;
}
.tm-menu a i {
	font-size: 13px;
	color: #727272;
}
/*==== END SOCIAL ====*/

/*==== HEADER STYLES ====*/
#header {
	background: url("https://placehold.it/1920x190/3a3939/3a3939")no-repeat;
	background-size: cover;
}
.h2page {
	border-bottom: 1px solid;
	border-color: #DBDBDB;
}
.left-header {
	background: #FFF;
}
.left-header-f {
	background-color: #FFF;
	background: url("../img/header_bg.png") no-repeat;
	background-position: bottom -18px center;
}
.google-map-img {
	max-width: 100%;
}
#menu-toggle {
	font-size: 20px;
	color: #000;
	right: 20px;
	top: 25px;
	position: absolute;
}
.p2menu {
	height: 100%;
	background: #FFF;
	float: left;
}
.h-p2-text {
	color: #727272;
	font-size: 13px;
}
.ic-list li a {
	padding: 0 20px;
	border-left: 1px solid;
	border-color: #DBDBDB;
}
.main-logo {
	padding: 20px 15px;
	float: left;
}
.logo {
	padding-top: 20px;
}
.logo-top {
	padding-top: 52px;
}
.logo-top span {
	padding-top: 52px;
	color: #212121;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	position: absolute;
	padding: 10px 0 0 12px;
}
.main-logo-h {
	padding: 0 10px;
	float: left;
}
.h-nav-b {
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 50px;
	text-align: center;
}
.h-nav-l {
	margin-top: 30px;
	text-align: center;
}
.h-nav-lft {
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 50px;
	text-align: left;
	padding-left: 20px;
}
.top-menu {
	padding: 14px 0;
	border-bottom: 1px solid;
	border-top: 1px solid; 
	border-color: #dbdbdb;
}
.top-menu a:hover {
	cursor: pointer;
	color: #4552A5;
	text-decoration: none;
}
.top-menu i:hover {
	cursor: pointer;
	color: #4552A5;
	text-decoration: none;
}
.tm-menu {
	float: left;
}
.tm-menu span {padding-left: 10px;}

.tm-rt a:last-child,
.tm-lft a:last-child {border-right: 1px solid #dbdbdb;}
.h-logo {padding: 33px 10px 40px 10px;}
.h-menu {font-size: 13px;}
.h-menu a {
	margin-right: 60px;
	padding: 8px 0;
}
.nav li a:hover{
	background: transparent;
}
.h-menu-l a {
	color: #fff;
	text-decoration: none;
}
.h-menu-l .homepage-list {
	margin-right: 60px;
	top: -2px;
}
.h-menu-l .dropdown-menu li a {
	font-weight: 900 !important;
}
.h-menu-lft .nav > li {
	display: initial !important;
}
.h-menu-lft li {
	padding: 10px 0 !important;
}
.h-menu-lft a {
	color: #212121;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	display: initial !important;
	padding: 10px 0 !important;
}
.h-menu-lft a:hover,
.h-menu-lft a.active,
.sidebar-nav a.active{
	border-color:#4552A5;
}
.h-nav-b a.active {
	border-bottom: solid 2px #4552A5;
}
.h-menu a:hover {
	border-bottom: 2px solid #f3554b;
}
#dropdownMenu1,
#dropdownMenu2 {
	background: none;
	border: none;
	color: #FFF;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	        border-radius: 0;
	border-bottom: 2px solid transparent;
	padding: 10px 0;
}
#dropdownMenu1:hover,
#dropdownMenu2:hover {
	border-bottom: 2px solid #f3554b;
}
#dropdownMenu1 span,
#dropdownMenu2 span {
	margin: 0 0 0 5px;
}
.homepage-list .dropdown-menu {
	width: 100%;
	min-width: 120px;
	height: 150px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	border: none !important;
}
.homepage-list .dropdown-menu li {
	padding-bottom: 10px;
}
.homepage-list .dropdown-menu li a {
	padding: 0 !important;
	margin: 0 !important;
	line-height: 25px !important;
	color: #FFF !important;
	border: none !important;
}
.homepage-list .dropdown-menu li a:hover {
	color: #f3554b !important;
}
.responsive-menu {
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	cursor: pointer;
	font-weight: 700;
	display: none;
	vertical-align: top;
	margin: 25px 0 0;
}
.responsive-menu:hover {
  color: #9c27b0;
}
#main-header-top .main-nav ul li a {
	color: #212121;
}
#main-header{
	margin-bottom: 20px;
	position: absolute; 
	z-index: 1;
	max-width: 100%;
}
#main-header-top{
	position: relative; 
	max-width: 100%;
}
.main-nav ul{
	text-align: right; 
	list-style: none;
}
.main-nav ul li{
  	display: inline-block;
	background:rgba(255,255,255,0.5);
 }
.main-nav ul li a:hover{
  	text-decoration: none;
  	border-bottom: solid 2px #4552A5;
}
.main-nav ul li a {
	color:#000;
	font-size: 13px; 
	font-family: 'Lato'; 
	font-weight: 900;
	line-height: 130px; 
	margin: 0 35px; 
	padding: 10px 0;
	text-transform: uppercase;	
}	
.main-nav ul li.active a{
	border-bottom: solid 2px #4552A5;
}
/*==== END HEADER ====*/

/*==== BREADCRUMBS STYLES ====*/
.bread-blk {
	margin-top: 30px;
	float: left;
}
.b-menu {
	float: left;
	margin: 80px 0 0 30px;
}
.bread-list li,
.bread-list a {
	color: #212121;
	font-weight: 900;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
}
/*==== END BREADCRUMBS ====*/

/*==== CAROUSEL STYLES ====*/
.carousel-caption {
	right: 20%;
    left: 0;
    padding-bottom: 30px;
    bottom: auto;
    top: 26px;
    text-align: left;
    width: 100%;
}
.slider-section a.carousel-control {
	font-size: 40px;
	line-height: 130px;
}
.carousel .carousel-indicators{ 
	bottom: initial;
	left: initial;
	right: initial;
	height: 130px;
	width: 130px;
	margin: 0;
	top: 190px;
	background-color: rgba(157,156,156,0.5);
}
.carousel .ci-right{
	bottom: initial;
	left: initial;
	right: initial;
	height: 130px;
	width: 130px;
	margin: 0; 
	top: 63px;
	background-color: rgba(157,156,156,0.5);
}
.carousel-indicators li{
	display: none;
	width: auto; 
	height: auto; 
	margin: 0; 
	text-indent: 0;
	border: none; 
	border-radius: 0; 
	cursor: default; 
	background-color: none; 
	line-height: 130px;
}
.carousel-indicators .active{margin: 0;
	width: auto;
	height: auto; 
	background-color: transparent;
	display: inline-block;
}
.slider-section a.carousel-control {
	height: 130px;
	width: 130px;
	background: rgba(144,144,144,0.8);
	text-align: center;
	padding: 0;
	margin: 0;
	bottom: 0;
	top: auto;
	position: relative;
	z-index: 999;
	margin-top: -160px;
	display: block;
}
.slider-section a.carousel-control.right{
	margin-top: -289px;
}
.slider {
	max-width: 100%;
}
.sl-info-blk {
	max-width: 100%;
	height: 420px;
	background: rgba(39, 39, 39, 0.8);
	position: absolute;
	top: 325px;
	padding: 0 10px;
	left: 0;
}
.sl-lft .sl-info-blk {
	left: initial;
}
.02hp {
	max-width: 100%;
	height: 420px;
	background: rgba(39, 39, 39, 0.8);
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 10px;
}
.sl-bg .sl-info-blk {
	left: 100px;
	right: initial;
}
.sl-info-blk-right {
	max-width: 100%;
	height: 420px;
	background: rgba(39, 39, 39, 0.8);
	position: absolute;
	right: 0;
	top: 140px;
	padding: 0 10px;
}
.sl-info-cont {
	padding: 0 80px;
}
.sl-info-img {
	height: 170px;
	width: 70px;
	float: left;
}
.sl-info-h {
	max-width: 100%;
	font-size: 20px;
	color: #FFF;
	padding-bottom: 45px;
	background: url('../img/arrow_gps.png') no-repeat;
}
.sl-info-h span {
	float: left;
	margin: 120px 0 0 90px;
}
.sl-main-text {
	font-size: 30px;
	color: #FFF;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: 0;
}
.sl-price {
	font-size: 20px;
	color: #FFF;
	padding-top: 25px;
}
.sl-lft .sl-info-blk {right: 0;}
.sl-lft .carousel-indicators {
	top: 63px;
} 
.sl-lft .carousel-caption,
.sl-lft .sl-info-blk {
	right: 0;
}
.arr-right {
	float: left;
	left: 15px;
	margin-top: -8px;
	position: relative;
}
/*==== END CAROUSEL ====*/	

/*==== PICTUERS STYLES ====*/
.pictures img {
	max-width: 100%;
	height: 100%;
}
.pictures .sl-info-h {
	background: url('../img/arrow_gps.png') no-repeat;
}
.pictures .sl-info-blk {
	top: 470px;
}
/*==== END PICTUERS ====*/

/*==== DOMAINS STYLES ====*/
.domain-title {
	margin: 10px 0 0 -370px;
	float: left;
	margin-bottom: 53px;
	padding: 0;
}
.offer-section {
	background-color: #fff;
}
.no-padding {
	padding: 0 !important;
}
.offer-section-heading {
	margin-top: 90px;
}
.offer-section-heading h2,
.offer-section-heading p {
	padding-left: 100px;
}
.offer-section-heading h2 {
	padding-top: 10px;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	color: #212121;
	margin-bottom: 6px;
}
.square {
	width:70px; 
	height: 70px;
	border: solid 1px #dbdbdb;
	text-align: center;
	font-size:25px;
	color: #dbdbdb;
}
.an-offer-wrapper {
	height: 400px;
	position: relative;
}
.referenz a{
	position:relative;
	display:block;
}
.referenz a .title{
	position:absolute;
	bottom:15px;
	right:5px;
	background:#4552A5;
	color:#fff;
	padding:5px 10px;
}
.an-offer {
	position: absolute;
    overflow: hidden;
    width: 100%;
    padding: 100px 40px 0 50px;
    height: 400px;
    background-size: cover;
    background-color: rgba(0,0,0,0.6);
    z-index: 3;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
     -o-transition: all 0.2s ease;
     transition: all 0.2s ease;
}
.partner-section .partner{
	text-align:center;	
}
.partner-section .partner img{
	margin:0 auto;	
}
.offer1 {
	background: url("../img/2.jpg") no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.offer2 {
	background: url("../img/1.jpg") no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.offer3 {
	background: url("../img/4.jpg") no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.offer4 {
	background: url("../img/3.jpg") no-repeat;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.an-offer:hover{
	height: 460px;
	width:120%;
	margin-top:-30px;
	margin-left: -10%;
	padding-top: 50px;
	z-index: 5;
	background-image: none;
	background-color: #4552A5;
	box-shadow: 0 0 20px rgba(114,114,114,0.5);
}
.an-offer p.details{
	margin: 0;
	display: none;
}
.an-offer-ic i {
	display: none;
}
.an-offer h3 {
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 0;
}
.an-offer:hover p.details{
	display: block;
	margin-bottom: 5px;
}
.an-offer:hover .an-offer-ic i{
	display: block;
	margin-top: 5px;
}
.offer-section .square{
	margin-right: 30px;
}
.square i{
	line-height: 70px;
}
.offer-section-heading p {
	line-height: 25px;
	color: #727272;
	font-weight: 600;
	font-size: 16px;
}
.an-offer *{
	z-index: 2;
	position: relative;
    color:#fff;
}
.an-offer-wrapper img{
	position: relative;
	width: 100%;
	z-index: 1;
}
.an-offer em{
	font-size: 16px;
	line-height: 0;
}
.an-offer hr{
	width: 30px;
	border-color: #4552A5;
	margin: 15px 0;
}
.an-offer:hover hr{
	border-color: #000;
}
.an-offer p{
	font-size: 13px;
	line-height: 25px;
	max-width: 200px;
	margin-bottom: 18px;
}
.an-offer-ic {
    line-height: 25px;
}
.ic-desc {
	padding-left: 10px;
}
.an-offer .btn{
	background: none;
	border: 1px solid #fff;
	width: 156px;
	height: 42px;
	line-height: 28px;
	text-transform: uppercase;
	font-size: 13px;
	text-shadow: none;
	margin-top: 44px;
	display: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	font-weight: 900;
}
.an-offer:hover .btn{
	display: block;
}
/*==== END DOMAINS ====*/

/*==== CTA STYLES ====*/
.cta-section {
	background: rgba(0,0,0,0.9) no-repeat;
	margin-top: 100px;
}
.title-text {
	color: #fff;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 20px;
	text-align: center;
}
.small-text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 8px;
}
.cta-main-text {
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 55px;
	padding-left: 0;
	margin-bottom: 35px;
	max-width: 905px;
}
.cib {
	max-width: 100%;
	color: #fdfcfc;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.cta-block-text {
	padding-left: 35px;
}
/*==== END CTA ====*/

/*==== PROPERTIES STYLES ====*/
.title-block {
	max-width: 100%;
	padding: 0 10px;
}
.page5 {
	margin-top: 30px;
}
.p5 {
	width: 100%;
}
.properties-section {
	margin-bottom: 64px;
}
.pror-title-img {
    float: left;
    margin-bottom: 65px;
}
.prop-title-text {
	margin: 60px 0 0 30px;
	float: left;
}
.pr-title {
	margin: 95px 0 0 0;
}
.prop-title-text-h {
	margin-left: 100px;
	font-weight: 600;
}
.prop-title-header {
    color: #212121;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 100px;
}
.prop-title-desc {
    color: #727272;
    font-size: 16px;
}
.cont {
    margin-bottom: 30px;
}
.pr-cont {
	margin-top: 107px;
	padding-left: 15px;
}
.blk {
	width: 100%;	
    padding: 0;
    margin-top: 30px;
}
.g-blk,
.img-blk {	
    margin: 30px 0 0 0;
}
.g-blk:last-child {	
    margin-right: 0;
}
.row .full-blk {padding: 0 15px;}
.full-blk:hover .pf {
	-webkit-box-shadow: -5px 5px 20px rgba(114, 114, 114, 0.5);
            box-shadow: -5px 5px 20px rgba(114, 114, 114, 0.5);
}
.prop-img {
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-cont .prop-img:hover {
	-webkit-box-shadow: -5px -5px 20px rgba(114, 114, 114, 0.5);
            box-shadow: -5px -5px 20px rgba(114, 114, 114, 0.5);
}
.prop-img img {
    max-width: 100%;
    max-height: 100%;
}
.prop-info {
    background: #4552A5;
    height: 55px;
}
.addr {
    height: 50px;
}
.nav_arrow {
    padding: 20px 10px 0 50px;
    color: #fff;
}
.addr-text {
    color: #fefefe;
    font-size: 13px;
}
.prop-main-text {
	padding: 0 30px;
	width: 100%;
    float: left;
}
.mt-prop-main-text {
	margin-top: 70px;
	padding: 0 30px;
	width: 100%;
    float: left;
}
.prop-header{
    color: #212121;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}
.ref-sidebar.prop-info{
	color:#fff;
	padding:10px 10px;
	height:auto;	
}
.prop-text {
    color: #727272;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    word-spacing: 2px;
}
.prop-footer {
	padding: 0 30px 20px 30px;
	margin-left: 0;
	margin-top: 30px;
	width: 100%;
	float: left;
    border-top: 1px solid #dbdbdb;
}
.prop-footer div {
	padding-right: 0;
	padding-left: 0;
}
.prop-footer div:last-child {
	padding-left: 15px;
}
.prop-footer-ic {
    margin: 24px 0 0 0;
}
.pf {
	padding: 0;
	width: 100%;
	float: left;
	border: 1px solid #dbdbdb;
}
.mt-pf {
	padding: 30px 0 0 0;
	width: 100%;
	float: left;
	min-height: 380px;
}
.prop-footer-info {
    float: left;
    color: #727272;
    font-size: 13px;
    margin-top: 20px;
}
/*==== END PROPERTIES ====*/

/*==== SINGLE PROPERTY STYLES ====*/
.prop-desc-blk {
	padding: 0;
	margin-top: 137px;
}
.prop-desc-blk .container {
	max-width: 100%;
}
.prop-main-img {
	padding: 0;
	height: 480px;
	width: 100%;
	margin-bottom: 40px;
	background: url("../img/pool.jpg") no-repeat;
    background-size: cover;
}
.sp-agents .agent-cont {
	float: none;
}
.prop-main-img img{
	max-width: 100%;
}
.prop-small-img {
	max-width: 100%;
	margin-bottom: 30px;
}
.prop-small-img div {
	height: 170px;
	padding-right: 20px;
	background: url("../img/pool.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.desc-sp {
	height: 50px;
	background: #4552A5;
}
.sp-nav_arrow {
    padding: 20px 0 0 20px;
    float: left;
}
.price {
    color: #FFFEFE;
    font-size: 16px;
    font-weight: 900;
    padding-top: 16px;
    float: left;
}
.sp-prop-main-text {
    margin: 17px 0 0 0;
}
.pfi-sp {margin-top: 12px;}
.ic-sp {margin-top: 15px;}
.sp-prop-header {
    color: #212121;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    padding-top: 30px;
}
.sp-prop-footer {
	max-width: 100%;
    margin-top: 0;
    margin-left: 0;
}
.sp-prop-footer div {
    float: left;
}
.sp-prop-footer div:first-child {
    padding-left: 3px;
}
.sp-prop-footer-ic {
    float: left;
    margin: 3px 0 0 12px;
}
.desc-text {
	color: #727272;
	font-size: 13px;
	line-height: 2;
	margin: 25px 0 25px 0;
}
.sp-agents {
	background: #4552A5;
	margin-top: 100px;
}
.sp-ic-desc {padding: 0 15px;}
/*==== LIGHT SLIDER STYLES ====*/
.lSSlideOuter .lSPager.lSGallery li {
	padding: 25px 13px 30px 13px;
}
.lSSlideOuter .lSPager.lSGallery li img {
	width: 170px;
	height: 170px;
}
.lSSlideOuter .lSPager.lSGallery li:first-child {
	padding-left: 0;
}
.lSSlideOuter .lSPager.lSGallery li:last-child {
	padding-right: 0;
}
/*==== END LIGHT SLIDER ====*/
/*==== END SINGLE PROPERTY ====*/

/*==== POST INFO STYLES ====*/
.s-p-main-blk,
.p-main-blk {
	padding: 0;
}
.s-p-main-blk {
	margin-top: 77px;
	padding: 0 15px;
}
.s-p-main-blk img{
	max-width: 100%;
}
.p-main-blk {
	margin-top: 77px;
	padding: 0 15px;
}
.p-title {
	padding-left: 20px;
	text-transform: uppercase;
	background: url("../img/title-post-line.gif") repeat-y;
	background-position: left bottom;
	max-width: 735px;
}
.title-post {
	color: #212121;
	font-size: 16px;
	font-weight: 900;
	margin: 0;
	line-height: 29px;
}
.p-info {
	font-size: 13px;
	color: #727272;
}
.s-p-main-img {
	margin-top: 50px;
}
.p-main-img {
	max-width: 100%;
	margin-top: 50px;
}
.p-main-img img {max-width: 100%;}
.p-selected-text {
	background: #4552A5;
	margin: 50px 0 0 0;
	padding: 50px 30px 95px 30px;
	float: left;
}
.p-sel-text {
	font-size: 16px;
	line-height: 1.8;
	color: #FFF;
}
.post-text {
	margin-top: 41px;
	margin-bottom: 60px;
	font-size: 13px;
	line-height: 2;
	color: #7e7d7d;
}
.s-p-main-blk .post-text {
	margin-bottom: 0;
	padding-left: 30px;
}
.bl-nl {
	margin-top: 0 !important;
}
.post-text p {
	padding-bottom: 13px;
}
.sel-text {
	color: #4552A5;
}
.cat-description {
	margin-top: 77px;
	padding: 0 15px;
}
.cat-header {
	color: #212121;
	font-size: 16px;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 10px;
}
.cat-desc a {
	font-size: 13px;
	color: #727272;
	margin-bottom: 13px;
	text-transform: capitalize;
}
.cat-desc a:hover {
	text-decoration: none;
}
.l-post-img {
	margin-right: 15px;
	height: 55px;
	width: 55px;
}
.cat-desc {
	margin-bottom: 20px;
}
.l-post-h {
	color: #212121;
	font-weight: 900;
	text-transform: uppercase;
	padding-top: -15px;
	font-size: 13px;
}
.cat-desc h4{margin-top: 0;}
.l-post-date {
	font-size: 13px;
	color: #727272;
	text-transform: capitalize;
}
#tag-cloud {
	padding-left: 0;
}
.tag-cloud {
	background-color: transparent;
}
.tag-cloud a {
	font-size: 13px;
	color: #727272;
	text-transform: capitalize;
}
.tag-cloud a:hover {
	color: #4552A5;
	text-decoration: none;
}
.tag-cloud::after {
	content: "" !important;
}
.p-text {
	color: #7E7D7D;
	line-height: 25px;
	margin-top: 15px;
}
.p-text p {
	padding-bottom: 20px;
}
.p-text a {
	text-decoration: underline;
	color: #7E7D7D;
}
/*==== END POST INFO ====*/

/*==== MAP STYLES ====*/
.c-map img,
.c-map iframe {
	max-width: 100%;
	width:100% !important;
}
.contact-map {
	margin-top: 15px;
}
.c-info {
	background: #4552A5;
	margin-left: 0;
	text-align: center;
	padding-top: 30px;
}
#footer a{
	color:#fff;
}
.c-info i {
	font-size: 30px;
	color: #FFF;
	margin-bottom: 30px;
}
.contact-text {
	width: 100%;
	color: #fff;
	font-size: 13px;
	margin-bottom: 8px;
}

.c-info div {
	margin-bottom: 30px;
}
/*==== END MAP ====*/

/*==== FORM STYLES ====*/
.c-form {
	margin-top: 30px;
}
.c-form .control-group div:first-child {
	padding-left: 0;
}
.c-form .control-group div:last-child {
	padding-right: 0;
}
.c-item {
	width: 100%;
	height: 45px;
	background: #727272;
	border: none;
	font-size: 13px;
	xtext-transform: capitalize;
	padding-left: 15px;
	color: #FFF;
	margin-bottom: 10px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5; /* Firefox */
}
.c-area {
	margin: 20px 0 50px 0;
}
.c-text {
	width: 100%;
	background: #727272;
	border: none;
	font-size: 13px;
	color: #FFF;
}
.bs .custom-btn {
	margin: 0;;
}
.bs {text-align: center;}
/*==== END FORM ====*/

/*==== COMMENTS STYLES ====*/
.recall {
	margin-top: 122px;
}
.comm {margin-bottom: 50px;}
.comm img {
	margin-right: 35px;
}
.comm-header {
	color: #212121;
	font-size: 16px;
	margin-top: 0;
}
.c-name {
	font-weight: 900;
	text-transform: uppercase;
}
.comm-text {
	font-size: 13px;
	color: #727272;
	line-height: 25px;
	font-weight: 600;
}
.comm-form-header {
	font-size: 16px;
	color: #000;
	font-weight: 900;
	text-transform: uppercase;
}
.comm-form {
	margin-top: 45px;	
}
.comm-input,
.comm-arrea {
	height: 70px;
	width: 100%;
	max-width: 100%;
	background: #727272;
	border: none;
	margin-bottom: 30px;
	padding-left: 28px;
	color: #FFF;
	text-transform: capitalize;
}
.comm-arrea:first-child {
	text-transform: capitalize;
}
.comm-arrea {
	height: 240px;
	padding-top: 28px;
}
.comm-form .custom-btn {
	width: 155px;
	margin: 0;
}
/*==== END COMMENTS ====*/

/*==== SEARCH STYLES ====*/
.slider.slider-horizontal {
	width: 97% !important;
}
.rd .slider-track {background: #dbdbdb !important;}
.slider-track {
	margin-left: 10px;
	height: 1px !important;
	background: #B6B6B6 !important;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low, 
.slider.slider-horizontal .slider-track-high {
	background: #FFF;
}
.s-blk .slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low, 
.slider.slider-horizontal .slider-track-high {
	background: #4552A5;
}
.s-blk .slider-handle {
	background: #4552A5;
}
.slider-handle {
	top: -5px !important;
	background: #ffffff;
}
.pr-slider-bg {
	background: #4552A5;
}
.pr-s-price-range .slider-handle {
	background: #4552A5 !important;
}
.dropdown {
	padding: 0 !important;
}
#allTypesMenu,
#allStatusesMenu,
#allTypesMenu1,
#allStatusesMenu1,
#dropdownMenu-middle,
#dropdownMenu-middle1,
.dropdown-menu {
	width: 100%;
	height: 70px;
	border: 1px solid #727272;
	background: #212121;
	-webkit-border-radius: 0;
	        border-radius: 0;
	color: #b6b6b6 !important;
    font-size: 13px;
    font-style: italic;
    padding-left: 30px;
    text-align: left;
    font-weight: 300;
    text-shadow: none;
}
.rd #allTypesMenu,
.rd #allStatusesMenu,
.rd #allTypesMenu1,
.rd #allStatusesMenu1,
.rd #dropdownMenu-middle,
.rd #dropdownMenu-middle1,
.rd .dropdown-menu {
	border: 1px solid #dbdbdb;
	background: #4552A5;
}
.wt #allTypesMenu,
.wt #allStatusesMenu,
.wt #allTypesMenu1,
.wt #allStatusesMenu1,
.wt #dropdownMenu-middle,
.wt #dropdownMenu-middle1,
.wt .dropdown-menu {
	border: 1px solid #727272;
	background: #fff;
	color: #b6b6b6 !important;
}
.rd #dropdownMenu-middle, 
.rd #dropdownMenu-middle1 {color: #dbdbdb !important;}
.wt .drop-text,
.rd .drop-text {
	color: #b6b6b6;
	font-size: 13px;
	font-weight: 600;
}
.db .drop-text {
	color: #dbdbdb !important;
	font-weight: 300;
	text-shadow: none;
}
#dropdownMenu-middle, 
#dropdownMenu-middle1 {
	background: #727272 !important;
	border: 1px solid #dbdbdb !important;
}
.rd #dropdownMenu-middle, 
.rd #dropdownMenu-middle1 {
	background: #f77268 !important;
}
.middle {
	background: #727272 !important;
	border: 1px solid #dbdbdb !important;
}
.rd .middle {
	background: #f77268 !important;
	border: 1px solid #dbdbdb !important;
}
#dropdownMenu-middle,
#dropdownMenu-middle1 
.dropdown-menu {
	border: 1px solid #dbdbdb !important;
}
.wt .dropdown-menu {
	border: 1px solid #727272 !important;
}
.dropdown-menu {
	padding-left: 0;
}
.dropdown-menu li a {
	padding: 20px 0 !important;
	color: #b6b6b6 !important;
    font-size: 13px !important;
    font-style: italic !important;
    padding-left: 30px !important;
    background: none !important;
} 
.caret {
	margin-top: 7px;
}
.slider.slider-horizontal .slider-track-high {
	color: red !important;
}
.list-blk {
	padding-right: 0;
}
.s-blk {
	margin-top: 75px;
	padding: 0 15px;
}
.pr-label-item {
    color: #212121;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
}
.opt {
	line-height: 30px;
	padding: 10px 0;
}
.pr-search-item,
.pr-middle-search-item {
	width: 100%;
	height: 70px;
	border: none;
	border: 1px solid #727272;
	background: #fff;
}
.search-bl-left .form-horizontal,
.search-bl-middle .form-horizontal,
.search-bl-right .form-horizontal {
	margin-top: 70px;
}
.rd .search-bl-left,
.rd .search-bl-left .search-item {
	background: #4552A5;
	color: #dbdbdb !important;
}
.rd .search-bl-left .search-item {
	border: 1px solid #dbdbdb;
	color: #dbdbdb;
}
.search-bl-left {
	background: #212121;
	min-height: 700px;
	padding: 0 70px;
}
.rd .search-bl-middle {
	background: #f77268;
}
.search-bl-middle {
	background: #727272;
	min-height: 700px;
	padding: 0 70px;
}
.rd .search-bl-right {
	background: #fbb9b4;
}
.search-bl-right {
	min-height: 700px;
	background: #B6B6B6;
	padding: 0 70px;
}
.label-item {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 20px;
}
.search-item,
.middle-search-item {
	width: 100%;
	height: 70px;
	border: none;
	border: 1px solid #727272;
	background: #212121;
}
#keyword,
#type,
#status,
#location,
#bedrooms,
#bathrooms {
    color: #b6b6b6;
    font-size: 13px;
    font-style: italic;
    padding-left: 30px;
}
.rd .search-bl-left .control-group#keyword {
    color: #dbdbdb;
}
.middle-search-item {
	border: 1px solid #dbdbdb;
	background: #727272;
}
.slider-list-check {
	padding-left: 0;
	margin-top: 48px;
	list-style: none;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 17px;
	width: 17px;
	background: url("../img/checkbox.png") no-repeat;
	margin: 13px 10px 17px 0;
}
input[type="checkbox"]:checked + label:before {
	background: url("../img/checked.png") no-repeat;
}
.checkbox {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 0 !important;
}
.s-btn {
	margin-top: 9px;
	text-align: center;
}
.s-btn .custom-btn {
	margin: 50px 0 0 0;
}
.tooltip-style,
.rights,
.tooltip-st-rf {
	color: #B6B6B6;
    font-style: italic;
    font-size: 13px;
}
.tooltip-rf {
	color: #dbdbdb;
}
.rights{
    float: right;
}
.slider .tooltip.top{
    display: none;
}
/*==== END SEARCH ====*/

/*==== AGENTS STYLES ====*/
.agents-title {
	margin: 3px 0 0 -380px;
}
.a-title {
	max-width: 100%;
	float: left;
}
.agents-title-text {
	margin: 60px 0 0 0;
	padding-left: 100px;
}
.agents-header {
	color: #212121;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
}
.agent-title-text span {
	color: #727272;
	font-size: 16px;
}
.agent-cont {
	max-width: 100%;
	float: left;
}
.agent-blk {
	margin-bottom: 30px;
}
.agent-img {
	margin-left: -2px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.agent-img img{
	width: 360px;
}
.agent-name {
	width: calc(100% + 2px);
	color: #fff;
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	background: #b6b6b6;
	height: 79px;
	position: relative;
	margin-left: -2px;
}
.agent-name-sp {
	padding-top: 30px;
	text-align: center;
}
.agent-name:hover {
	background: #4552A5;
	cursor: pointer;
	-webkit-box-shadow: -5px 5px 20px rgba(114, 114, 114, 0.5);
            box-shadow: -5px 5px 20px rgba(114, 114, 114, 0.5);
}
.agent-name-sp .agent-name {
	float: left;
	text-align: center;
}
/*==== END AGENTS ====*/

/*==== TESTIMONIALS STYLES ====*/
.blk-aside {
	padding: 0;
}
.testimonials {
	background: #4552A5;
	margin-top: 100px;
}
.t-cont {
	padding: 0;
}
.test-title {
	max-width: 100%;
	padding: 0 18px;
}
.test-title-text {
	margin-bottom: 60px;
	max-width: 100%;
	padding-left: 95px;
	margin-top: 82px;
}
.sp-agents-title {
	float: left;
}
.sp-test-header {
	color: #fffdfd;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
}
.blk-img {
	height: 100px;
	width: 100px;
}
.test-header {
	color: #fff;
}
.test-text {
	color: #fff;
	font-weight: 600;
}
.test-blk {
	max-width: 100%;
	padding-bottom: 50px;
	text-align: center;
}
.sp-agents .test-blk div.row {
	margin-left: -7px;
}
.testimonials-text {
	color: #efefef;
	font-size: 14px;
	font-style: italic;
	line-height: 25px;
	text-align: left;
	margin-bottom:35px;	
}
.sp-agents .testimonials-text {
	text-align: center;
}
.people-name {
	color: #fffdfd;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
}
.sp-pn,
.sp-tt {
	text-align: left;
	line-height: 0;
}
.sp-tt {
	color: #efefef;
	font-size: 13px;
	font-style: italic;
	line-height: 29px;
	margin-bottom: 0;
	padding-bottom: 35px;
}
.sp-tt:first-child {
	padding-bottom: 0;
}
/*==== END TESTIMONIALS ====*/

/*==== BLOG STYLES ====*/
.blog { 
	max-width: 100%;
}
.blog-header {
	color: #212121;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
}
.title-small-text {
	color: #727272;
}
.blog-cont {
	padding: 0 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	float: left;
	max-width: 100%;
}
.date {
	color: #212121;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	background: url("../img/vertical_separation_line.gif") no-repeat;
	background-position: right center;
	margin-top: 100px;
	max-width: 150px;
}
.b-main-img {
	xmax-width: 300px;
}
.img-blog:hover {
	cursor: pointer;
}
.bg-blog:hover {
	cursor: pointer;
	-webkit-box-shadow: -5px -5px 20px rgba(114, 114, 114, 0.5);
            box-shadow: -5px -5px 20px rgba(114, 114, 114, 0.5);
}
.img-blog:hover + .bg-blog {
	cursor: pointer;
	-webkit-box-shadow: -5px -5px 20px rgba(114, 114, 114, 0.5);
            box-shadow: -5px -5px 20px rgba(114, 114, 114, 0.5);
}
.bg-blog {
	width: 270px;
	height: 270px;
	position: relative;
	margin-left: 15px;
}
.img-blog {

	border:10px solid #efefef;


	z-index: 999;
	margin-left: 15px;
}
.blog-cont-header {
	color: #212121;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	background: url("../img/separation_line.gif") no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
.blog-cont-text {
	margin-top: 30px;
	padding-left: 30px;
}
.cont-text {
	color: #727272;
	font-size: 13px;
	line-height: 25px;
}
/*==== END BLOG ====*/

/*==== QUOTE STYLES ====*/
.quote {
	margin-top: 80px;
	width: 100%;
	background: #4552A5;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 20px;
	color: #FFF;
	padding-bottom: 50px;
}
.quote-text {
	padding-top: 45px;	
	text-align: center;
}
/*==== END QUOTE ====*/

/*==== SERVICES STYLES ====*/
.service {
	margin-bottom: 80px;
	float: left;
}
.service-title {
	max-width: 100%;
}
.service-title-img {
	margin: 95px 0 45px -270px;
	float: left;
}
.service-title-text {
	float: left;
	margin-top: 73px;
	margin-left: 123px;
	margin-bottom: 45px;
}
.serv-cont {
	float: left;
}
.serv-cont-rt {
	margin-top: 25px;
}
.serv-cont-2 {
	margin-top: 12px;
}
.serv-cont-item-img {
	color: #4552A5;
	font-size: 40px;
	margin-top: 18px;
}
.serv-cont-item-desc {
	padding-left: 25px;
	padding-right: 0;
}
.rd-bor {
	height: 60px;
	width: 60px;
	background: transparent;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	top: 24px;
	left: 164px;
}
.serv-cont-rd {
	width: 73px;
	height: 73px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: #4552A5;        
	color: #fff;
	padding-top: 20px;
	font-size: 20px;
	margin-top: 18px;
	text-align: center;
	z-index: 9999;
	position: relative;
}
.serv-cont-rd:hover .circle-hover {
	display: block;
	cursor: pointer;
}
.circle-hover {
	width: 60px;
	height: 60px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	background: none;
	z-index: 1;
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
}
.serv-cont-item-rd {
	text-align: center;
	max-width: 250px;
}
.serv-item-header {
	color: #212121;
	font-weight: 900;
	font-size: 16px;
	margin-top: 26px;
	text-transform: uppercase;
}
.serv-item-desc {
	color: #727272;
	font-size: 13px;
	line-height: 25px;
}
/*==== END SERVICES ====*/
#
/*==== NEWSLETTER STYLES ====*/
.newsletter {
	max-width: 100%;
	height: 435px;
	background: url("https://placehold.it/1170x435/212121/212121") no-repeat;
	background-position: top -30px center;
	margin-top: 100px;
	margin-bottom: -30px;
	z-index: 10;
	position: relative;
}
.newsletter-header {
	color: #fff;
	font-weight: 900;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
.newsletter-desc {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin-bottom: 50px;
}
.newsletter-form .control-group{
	text-align: center;
}
.newsletter-item {
	width: 270px;
	height: 45px;
	border: none;
	border: 1px solid #dbdbdb;
	background: transparent;
}
.newsletter-form .custom-btn {
	width: 170px;
	margin: 0 0 0 5px;
}
#name,
#mail {
	color: #ffffff;
	font-weight: 900;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0 0 25px;
}
/*==== END NEWSLETTER ====*/

/*==== FOOTER STYLES ====*/
.footer-top {
	max-width: 100%;
	background: #212121;
	margin: 0;
	padding: 0;
	margin-top: -60px;
}
.test {
	margin: 190px 0 50px 0;
}
.footer-logo {
	margin-bottom: 30px;
}
.footer-info-text {
	color: #727272;
	font-size: 13px;
	margin-bottom: 30px;
}
.footer-contacts {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #727272;
}
.footer-contacts li{
	margin-bottom: 10px;
}
.footer-properties-title {
	height: 40px;
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0;
	background: url("../img/separation_line.gif") no-repeat;
	background-position: bottom left; 
	margin-bottom: 30px;
}
.prop-desc {
	padding-left: 20px;
}
.f-prop-img {padding-right: 0;}
.f-prop-img img {
	max-width: 100%;
	height: 80px;
	width: 80px;
}
.footer-properties div.row {margin-bottom: 10px;}
.f-prop-desc {
	color: #727272;
	font-size: 13px;
	margin-bottom: 2px;
}
.f-price {
	color: #4552A5;
	font-size: 13px;
}
.footer-gallery-img {
	margin-bottom: 10px;
}
.footer-gallery-img div {
	padding: 0;
}
.footer-gallery-img img {
	max-width: 100%;
	height: 80px;
	width: 80px;
}
.f-tweets {
	color: #727272;
	font-size: 13px;
	margin-bottom: 20px;
	float: left;
}
#footer {
	height: 80px;
	background: #010101;
}
.copyright {
	float: left;
	color: #727272;
	font-size: 13px;
	left: 115px;
	top: 50%;
	margin-top: 30px;
}
/*==== END FOOTER ====*/

/*==== MEDIA QUERIES ====*/
/*==== MEDIA QUERY: MAX-WIDTH ====*/
@media (max-width: 1900px) {
	.sl-info-blk {
		right: 0;
		left: initial;
	}
}
@media (max-width: 1400px) {
	.sl-info-blk {
		top: 164px;
	} 
}
@media (max-width: 1280px) {
	.search-bl-right {
		padding: 0 35px;
	}
}
@media (max-width: 1250px) {
	.m-lft .slider-section a.carousel-control {
	    top: 430px;
	    position: absolute;
	    z-index: 999;
	    margin-left: 37px;
	    color: #fff;
	    background: none;
	    font-size: 60px;
	    height: 0;
	    width: 0;
	    opacity: 1;
	}	
	.sm-lft .slider-section a.carousel-control.right {
		top: 123px;
		left: -32px;
	}
}
.logo img,
	.h-nav-l img,
	.main-logo-h img,
	.main-logo img { width:100%;}
@media (max-width: 1200px) { 
	
	.top-menu {
		border-bottom: none;
	}
	.tm-lft, .tm-rt {
		width: 100%;
	}
	.tm-rt {
		border: 1px solid #dbdbdb;
	}
	.tm-lft a {
		width: 100%;
		display: inline-block;
		border-top: 1px solid;
		border-left: 1px solid;
		border-right: 1px solid;
		border-color: #dbdbdb;
	}
	.tm-rt a {
		display: inline-block;
		border: none;
	}
	.tm-rt a:last-child{
		border-right: none;
	}
	.left-header #menu-toggle,
	.left-header-f .h-menu-lft {
		display: none;
	}
	.left-header-f {
		position: relative;
	}
	.main-nav {
		display: none;
	}
	.sidebar-nav {
		display: block;
	}
	.h-nav-b {
		display: none;
	}
	.sidebar-wrapper-b,
	#main-header #sidebar-wrapper,
	#main-header-top #sidebar-wrapper {
		position: absolute;
		top: 95px !important;
		right: 20px !important;
	}
	.h-nav-lft {margin-top: 0;}
	.left-header-f #menu-toggle {
		top: 0;
		position: absolute;
	}
	#main-header {
		position: relative;
	}
	.sl-info-h {
		float: left;
	}
	#sidebar-wrapper {
		background: rgba(0,0,0,0.5);
	}
	#header {
		background-size: initial !important;
	}
}
@media (max-width: 1165px) {
	.carousel .carousel-indicators {
		top: 30px;
	} 
	.sl-lft .carousel .carousel-indicators {
		top: 30px;
	} 
}
@media (max-width: 1060px) {
	.sl-lft .sl-info-blk {
		display: none;
	} 
}
@media (max-width: 1199px) and (min-width: 993px) {
	.cont-chess .addr-text {
		position: absolute;
		margin: 8px 0 0 10px;
	}
}
@media (max-width: 995px) { 
	.wrapper.toggled #sidebar-wrapper {
		margin-top: 0;
		background: rgba(0,0,0,0.5);
	}
}
@media (max-width: 991px) {
	.logo img, .h-nav-l img, .main-logo-h img, .main-logo img{
		max-height:80px;
		width:auto;
	}
	.h-nav-l {
		margin: 0;
		float: left;
		padding:10px;
	}
	.h-nav-lft {
		display: none;
	}
	.left-header #menu-toggle {
		display: block;
	}
	.left-header #sidebar-wrapper {
		position: absolute;
		right: 20px !important;
	}
	.date {
		background: none;
		margin-top: 0;
	}
	.testimonials-text {min-height: 0;}
	.blog-cont-text {xpadding-left: 0;}
	.blog-cont-header {
		padding-bottom: 20px;
	}
	.cib {
		font-size: 14px;
	}
	.cta-block-text {
		padding-left: 20px;
	}
	.blk-aside {
		margin-bottom: 20px;
	}
}
@media (max-width: 970px) { 
	.sl-info-blk {
		display: none;
	}
}
@media (max-width: 855px) {
	.slider-section a.carousel-control,
	.sl-lft .slider-section a.carousel-control,
	.carousel-indicators {
	    display: none;
	}
	.sl-info-blk,
	.sl-info-blk-right {
		display: none;
	}
	.arr-right {
		margin-top: -180px;
		float: left;
		left: 0;
	}
}
@media (max-width: 767px) {
	.serv-cont {margin-bottom: 0 !important;}
	.offer-section-heading .pull-left img {margin-bottom: 0;}
	.pror-title-img {margin-bottom: 10px;}
	.contact-map {margin-top: 25px;}
	.sp-cat-d {margin-top: 27px !important;}
	.comm {margin-bottom: 35px;}
	.recall {margin-top: 12px;}
	.cat-description,
	.comm-form-header,
	.comm-form {margin-top: 0;}
	.post-text {margin-bottom: 15px;}
	.p-main-blk,
	.s-p-main-blk {margin-top: 24px;}
	.sm-page .quote,
	.s-blk {
		margin-top: 0;
	}
	.sm-news {margin-top: 0 !important;}
	._05-news {
		margin-top: 14px !important;
	}
	._05-ser {
		margin-bottom: 20px !important;
	}
	._05-hp,
	.b-menu,
	.prop-desc-blk,
	.c-form {
		margin-top: 40px;
	}
	._05-hp img {
		margin-top: 4px;
	}
	.an-offer:hover p.details {
		margin-bottom: 0;
	}
	.an-offer:hover {
		width: 100%;
		height: 400px;
	    margin-top: 0;
	    margin-left: 0;
	    background-image: none;
	    box-shadow: none;
	    padding-top: 50px;
	    background-color: rgba(0,0,0,0.6);
	    z-index: 3;
	}
	._2-hp {margin-bottom: 40px !important;}
	.sp-agents {margin-top: 40px;}
	.serv-cont {margin-bottom: 40px;}
	.newsletter {margin-top: 31px;}
	.service {margin-bottom: 0;}
	.quote {margin-top: 13px;}
	.offer-section-heading {margin-top: 30px;}
	.testimonials,
	.pr-cont {margin-top: 10px;}
	.agents-section .prop-title-header {margin-top: 40px;}
	.cta-section {margin-top: 0;}
	.properties-section {margin-bottom: 10px;}
	.logo {float: left;}
	#menu-toggle {top: 22px;}
	.left-header-f #menu-toggle {top: 2px;}
	.logo-top {
		padding-bottom: 20px;
		padding-top: 15px;
	}
	.small-side {
		padding: 0 15px;
	}
	.cont-chess {
		margin-top: 15px;
	}
	.pictures img {
		height: initial;
	}
	.an-offer-wrapper {margin-bottom: 40px;}
	.an-offer .btn {margin-top: 10px;}
	.bread-blk {display: none;}
	.b-menu {margin-left: 0;}
	.prop-img .preview {display: block;}
	.an-offer-sm p.details{display: block;}
	.an-offer-sm .an-offer-ic i {
		display: block;
		margin-top: 5px;
	}
	.an-offer-sm hr{border-color: #000;}
	.an-offer-sm {
		margin-bottom: 40px !important;
		padding-top: 50px;
		z-index: 5;
		background-image: none;
		box-shadow: 0 0 20px rgba(114,114,114,0.5);
	}
	.an-offer-sm .btn{display: block;}
	.full-blk .preview {display: block;}
	.mt-pf {min-height: initial;}
	.mt-prop-main-text {margin-top: 0;}	
	.slider-section a.carousel-control.right,
	.sl-lft .slider-section a.carousel-control.right {
		top: 123px;
		left: -32px;
	}
	#sidebar-wrapper {
		margin-top: -80px;
		z-index: 1000;
		position: absolute;
		height: 300px;
		overflow-y: auto;
		overflow-x: hidden;
		background: rgba(0,0,0,0.5);
	}
	.cib {
		max-width: 350px;	
	}
	input [type="text"] {
		font-size: 16px;
	}
	.header-section {
		position: relative;
	}
	.sp-agents .agent-cont {
		float: none;
	}
	.search-bl-left,
	.search-bl-middle,
	.search-bl-right {
		padding: 0 35px;
	}
	.cta-item {
		margin-bottom: 30px;
	}
	.cta-item:last-child {padding-bottom: 0;}
	.footer-gallery-img div{padding:0;}
	.c-form .control-group div {
		padding: 0;
	} 
	.search-bl-right {
		padding: 0 70px;
	}
	.list-blk:last-child {
		padding-left: 0;
	}
	.sp-lb {padding-left: 0;}
	.slider-list-check {
		margin-top: 0;
	}
}
@media (max-width: 450px) {
	.prop-footer div {
		width: 200px;
		left: 30%;
	}
	.prop-footer div:last-child {
		padding-left: 0;
	}
}
@media (max-width: 397px) {
	.nav_arrow {
		float: left;
	}
	.addr-text {
		display: block;
		padding: 10px 0 0 50px;
	}
}
@media (max-width: 350px) {
	.addr {padding-left: 0;}
}
@media (max-width: 320px) {
	.img-blog {
		margin-left: 0;
		left: 10px;
	}
	.bg-blog {
		margin-left: 0;
	}
	.b-main-img {padding-left: 0;}
}
/*==== MEDIA QUERY: MIN-WIDTH ====*/
@media (min-width: 1201px) { 
	#menu-toggle,
	.sidebar-nav {
		display: none;
	}
}
/*==== MEDIA QUERY: MOZILA FIX ===*/
@media (max-width: 1380px) {
	@-moz-document url-prefix()
	{
		#menu-toggle {
			color: #000;
		}
		.caret {
			margin-top: -9px;
		}
	}
}
@media (max-width: 1200px) {
	@-moz-document url-prefix()
	{
		#main-header #sidebar-wrapper,
		#main-header-top #sidebar-wrapper {
			position: absolute;
			top: 95px !important;
			right: 20px !important;
		}
	}
}

#cookieModal p{
	font-size:12px;
	font-weight:200;
}
#cookieModal  .checkbox{
	color:#000;
}
#cookieModal input[type="checkbox"]{
	display:inline;
}
#cookieModal .radio label, #cookieModal .checkbox label{
	font-weight:400;
		font-size:12px;
		display:inline;
}

@media (min-width: 992px){
	#cookieModal.modal-lg .modal-dialog {
		width: 900px;
	}
}

@media (min-width: 992px){
	.modal-dialog {
		width: 900px;
		margin: 30px auto;
	}
}