html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}
body {
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    color: #363636;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
* {
    outline: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    margin: 0 0 20px 0;
	font-weight: 600;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 16px;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

audio { width: 100%  !important; }

.overflow-auto { overflow: auto !important; }
.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }
.overflow-scroll { overflow: scroll !important; }
.overflow-x-hidden { overflow-x: hidden !important; }
.overflow-x-visible { overflow-x: visible !important; }
.overflow-x-scroll { overflow-x: scroll !important; }
.overflow-y-hidden { overflow-y: hidden !important; }
.overflow-y-visible { overflow-y: visible !important; }
.overflow-y-scroll { overflow-y: scroll !important; }
.m-auto { margin: 0 auto !important; }
.m-0 { margin: 0px !important; }
.m-1 { margin: 1px !important; }
.m-2 { margin: 2px !important; }
.m-3 { margin: 3px !important; }
.m-4 { margin: 4px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-25 { margin: 25px !important; }
.m-30 { margin: 30px !important; }
.m-35 { margin: 35px !important; }
.m-40 { margin: 40px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-t-1 { margin-top: 1px !important; }
.m-t-2 { margin-top: 2px !important; }
.m-t-3 { margin-top: 3px !important; }
.m-t-4 { margin-top: 4px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-6 { margin-top: 6px !important; }
.m-t-7 { margin-top: 7px !important; }
.m-t-8 { margin-top: 8px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-t-25 { margin-top: 25px !important; }
.m-t-30 { margin-top: 30px !important; }
.m-t-35 { margin-top: 35px !important; }
.m-t-40 { margin-top: 40px !important; }
.m-r-0 { margin-right: 0px !important; }
.m-r-1 { margin-right: 1px !important; }
.m-r-2 { margin-right: 2px !important; }
.m-r-3 { margin-right: 3px !important; }
.m-r-4 { margin-right: 4px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-25 { margin-right: 25px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-r-35 { margin-right: 35px !important; }
.m-r-40 { margin-right: 40px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-b-1 { margin-bottom: 1px !important; }
.m-b-2 { margin-bottom: 2px !important; }
.m-b-3 { margin-bottom: 3px !important; }
.m-b-4 { margin-bottom: 4px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-16 { margin-bottom: 16px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-25 { margin-bottom: 25px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-35 { margin-bottom: 35px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-l-0 { margin-left: 0px !important; }
.m-l-1 { margin-left: 1px !important; }
.m-l-2 { margin-left: 2px !important; }
.m-l-3 { margin-left: 3px !important; }
.m-l-4 { margin-left: 4px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-lr-5 { margin-left: 5px !important; margin-right: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-25 { margin-left: 25px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-l-35 { margin-left: 35px !important; }
.m-l-40 { margin-left: 40px !important; }
.p-0 { padding: 0px !important; }
.p-1 { padding: 1px !important; }
.p-2 { padding: 2px !important; }
.p-3 { padding: 3px !important; }
.p-4 { padding: 4px !important; }
.p-5 { padding: 5px !important; }
.p-6 { padding: 6px !important; }
.p-7 { padding: 7px !important; }
.p-8 { padding: 8px !important; }
.p-9 { padding: 9px !important; }
.p-10 { padding: 10px !important; }
.p-12 { padding: 12px !important; }
.p-15, .wrapper { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-22 { padding: 22px !important; }
.p-25 { padding: 25px !important; }
.p-30 { padding: 30px !important; }
.p-35 { padding: 35px !important; }
.p-40 { padding: 40px !important; }
.p-t-0 { padding-top: 0px !important; }
.p-t-1 { padding-top: 1px !important; }
.p-t-2 { padding-top: 2px !important; }
.p-t-3 { padding-top: 3px !important; }
.p-t-4 { padding-top: 4px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-7 { padding-top: 7px !important; }
.p-t-8 { padding-top: 8px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-t-25 { padding-top: 25px !important; }
.p-t-30 { padding-top: 30px !important; }
.p-t-35 { padding-top: 35px !important; }
.p-t-40 { padding-top: 40px !important; }
.p-t-52 { padding-top: 52px !important; }
.p-r-0 { padding-right: 0px !important; }
.p-r-1 { padding-right: 1px !important; }
.p-r-2 { padding-right: 2px !important; }
.p-r-3 { padding-right: 3px !important; }
.p-r-4 { padding-right: 4px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-r-25 { padding-right: 25px !important; }
.p-r-30 { padding-right: 30px !important; }
.p-r-35 { padding-right: 35px !important; }
.p-r-40 { padding-right: 40px !important; }
.p-b-0 { padding-bottom: 0px !important; }
.p-b-1 { padding-bottom: 1px !important; }
.p-b-2 { padding-bottom: 2px !important; }
.p-b-3 { padding-bottom: 3px !important; }
.p-b-4 { padding-bottom: 4px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-8 { padding-bottom: 8px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-tb-10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.p-lr-15 { padding-left: 15px !important; padding-right: 15px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-b-20 { padding-bottom: 20px !important; }
.p-b-25 { padding-bottom: 25px !important; }
.p-b-30 { padding-bottom: 30px !important; }
.p-b-35 { padding-bottom: 35px !important; }
.p-b-40 { padding-bottom: 40px !important; }
.p-b-52 { padding-bottom: 52px !important; }
.p-l-0 { padding-left: 0px !important; }
.p-l-1 { padding-left: 1px !important; }
.p-l-2 { padding-left: 2px !important; }
.p-l-3 { padding-left: 3px !important; }
.p-l-4 { padding-left: 4px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-lr-10 { padding-left: 10px !important; padding-right: 10px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-l-25 { padding-left: 25px !important; }
.p-l-30 { padding-left: 30px !important; }
.p-l-35 { padding-left: 35px !important; }
.p-l-40 { padding-left: 40px !important; }
.f-s-8 { font-size: 8px !important; }
.f-s-9 { font-size: 9px !important; }
.f-s-10 { font-size: 10px !important; }
.f-s-11 { font-size: 11px !important; }
.f-s-12 { font-size: 12px !important; }
.f-s-13 { font-size: 13px !important; }
.f-s-14 { font-size: 14px !important; }
.f-s-15 { font-size: 15px !important; }
.f-s-16 { font-size: 16px !important; }
.f-s-17 { font-size: 17px !important; }
.f-s-18 { font-size: 18px !important; }
.f-s-19 { font-size: 19px !important; }
.f-s-20 { font-size: 20px !important; }
.f-s-24 { font-size: 24px !important; }
.f-s-28 { font-size: 28px !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.pull-left { float: left !important; }
.pull-right { float: right !important; }
.pull-none { float: none !important; }
.f-w-100 { font-weight: 100 !important; }
.f-w-200 { font-weight: 200 !important; }
.f-w-300 { font-weight: 300 !important; }
.f-w-400 { font-weight: 400 !important; }
.f-w-500 { font-weight: 500 !important; }
.f-w-600 { font-weight: 600 !important; }
.f-w-700 { font-weight: 700 !important; }
.push-t-0 { position: relative !important; top: 0px !important; }
.push-t-1 { position: relative !important; top: -1px !important; }
.push-t-2 { position: relative !important; top: -2px !important; }
.push-t-3 { position: relative !important; top: -3px !important; }
.push-t-4 { position: relative !important; top: -4px !important; }
.push-t-5 { position: relative !important; top: -5px !important; }
.push-t-6 { position: relative !important; top: -6px !important; }
.push-t-7 { position: relative !important; top: -7px !important; }
.push-t-8 { position: relative !important; top: -8px !important; }
.push-t-9 { position: relative !important; top: -9px !important; }
.push-t-10 { position: relative !important; top: -10px !important; }
.push-t-15 { position: relative !important; top: -15px !important; }
.push-t-20 { position: relative !important; top: -20px !important; }
.push-t-25 { position: relative !important; top: -25px !important; }
.push-t-30 { position: relative !important; top: -30px !important; }
.push-t-35 { position: relative !important; top: -35px !important; }
.push-t-40 { position: relative !important; top: -40px !important; }
.push-t-52 { position: relative !important; top: -52px !important; }


.b-r-1 { border-right: 1px solid #d6d6d6; }
.b-l-1 { border-left: 1px solid #d6d6d6; }

.btn-round-lg{ border-radius: 22.5px; padding: 5px 40px; }
.btn-round{ border-radius: 17px; }
.btn-round-sm{ border-radius: 15px; }
.btn-round-xs{ border-radius: 11px; padding-left: 10px; padding-right: 10px; }

.btn.btn-outline { background: none !important; }
.btn.btn-outline.btn-success { color: #19b576 !important; }

.strong { font-weight: 600; }
.italic { font-style: italic; }
.text-danger { color: #d0153d !important; }
.text-green { color: #18b477 !important; }
ul.no-style { padding: 0px; margin: 0px; }
ul.no-style li {
    list-style: none;
    font-size: 16px;
}




/*--------------------
	Header Styling 
---------------------*/
.header-wrap{
	width: 100%;
	background-color: rgba(208,21,61,1);
        background-image: none !important;
}

.header-wrap .navbar-default{
	background-color: rgba(208,21,61,1) !important;
        background-image: none !important;
        border: none;
}

.header-inner{
	padding: 0px;
	color: #ffffff;
}

/*.navbar custom css start*/
.navbar-default .navbar-toggle.collapsed .icon-bar, .navbar-default .navbar-toggle.collapsed:hover .icon-bar, .navbar-default .navbar-toggle.collapsed:focus .icon-bar { background-color: #FFF !important; }
.navbar-default .navbar-toggle.collapsed { background-color: rgba(208,21,61,1) !important; background-image: none !important; border-color: #FFF; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #FFF; }
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar { background-color: rgba(208,21,61,1) !important; background-image: none !important; }
/*.navbar custom css end*/

.navbar { margin:0px !important; }
.navbar-default .navbar-nav > li { }
.navbar-default .navbar-nav > li > a {  padding: 30px 10px; color: #FFF !important; font-size: 17px; }
.navbar-default .navbar-nav > li > a:hover { background-color: #8f0d29 !important; color: #FFF !important; }
.navbar-default .navbar-nav > li > a:visited { color: #FFF !important; }
.jumbotron { background-color: #FFF; margin-bottom: 0px; }
.logo { margin-top: 10px; margin-bottom: 0px; color: #FFF !important; }
.logo a, .logo a:visited, .logo a:hover, .logo a:focus, .logo h4 { color: #FFF !important; }

.hero-banner-wrap{
	width: 100%;
	height: 321px;
	background-image: url(../img/hero-bg.jpg);
        background-size: cover;
        background-position-y: 0;
        padding-bottom: 15px;
}

.hero-banner-wrap .hero-banner-wrap-bg{
    margin: 0px auto;
    padding: 25px;
    background-color: rgba(0,0,0,0.70);
    /*display: table;*/
    color: #FFF;
    text-align: center;   
}

.hero-banner-wrap-inner{
	width: 100%;
	height: 150px;
        padding: 10px 0px;
        background-color: rgba(61,143,200,1);
        
}

.hero-banner-wrap h1, .hero-banner-wrap-inner h1, .hero-banner-wrap h2, .hero-banner-wrap-inner h2, .hero-banner-wrap-inner h3 {
    color: #FFF;
}

.hero-banner-wrap h1, .hero-banner-wrap h2 {
    font-size: 42px;
    font-weight: 600;
}

.hero-banner-wrap h3 {
    margin-top: 15px;
}


/*-----------------------
	Page body Styling
------------------------*/

.audio-sec, .action-strip, .body-form-wrap, .print-article, .body-article { padding: 40px 0; }
.audio-sec{
	text-align: center;
}

.body-form-wrap .form-control{
	margin-bottom: 15px;
}

/* headlines with lines */
.decorated{
     overflow: hidden;
     text-align: center;
     margin-bottom: 30px;
     padding-bottom: 30px;
 }
.decorated > span{
    position: relative;
    display: inline-block;
}
.decorated > span::after {
    border-bottom: 5px solid #e63f2f;
    content: "";
    left: 40%;
    margin: 0 auto;
    padding-top: 50px;
    position: absolute;
    width: 100px;
}

.inner-top-heading {
    position: relative;
    top: 70px;
}

.red-bullet {
    color: #e63f30;
    font-weight: 700;
    font-style: italic;
}

.red-bullet::before {
    content: "\25CF";
    padding-right: 5px;
    height: 5px;
}


.body-article ol, .body-article ul {
    padding: 0px;
    margin-bottom: 20px;
    position: relative;
    left: 15px;
}

.body-article ol li, .body-article ul li {
    padding-left: 10px;
    margin-right: 15px;
}

.custom-listing-details{
    color: #FFF;
    text-align: right;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: 500;
    margin-left: 40px;
}

.custom-listing{
    column-count: 2;
    color: #FFF;
    text-align: right;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
    font-weight: 500;
    margin-left: 40px;
}

.custom-listing.simple{
    /*column-count: 3;*/
    color: #545454;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

.custom-listing.single{
    column-count: 1;
    color: #545454;
    text-align: left;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
}

.custom-listing li{
    list-style: none;
    padding-left: 15px;
    position: relative;
    line-height: 1.8;
    float: left;
}

.custom-listing li:before{
    content:"\2713 ";
    position: absolute;
    left: -10px;
    top: 5px;
    color: #18b477;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.custom-listing-details li{
    list-style: none;
    padding-left: 15px;
    position: relative;
    line-height: 1.8;
    float: left;
}

.custom-listing.simple li:before, .custom-listing.single li:before{
    content:"";
    position: absolute;
    left: -10px;
    top: 5px;
    line-height: 1.3;
}

.custom-listing-details.simple li:before, .custom-listing-details.single li:before{
    content:"";
    position: absolute;
    left: -10px;
    top: 5px;
    line-height: 1.3;
}

.content-banner-wrap{
	width: 100%;
	height: 285px;
	background-image: url(../img/content-bg.jpg);
        background-size: cover;
        background-position-y: 0;
}

.content-banner-wrap .hero-banner-wrap-bg{
    margin: 0px auto;
    padding: 25px;
    background-color: rgba(0,0,0,0.70);
    /*display: table;*/
    color: #FFF;
    text-align: center;   
}

.content-banner-wrap h1, .content-banner-wrap h2, .content-banner-wrap h3, .content-banner-wrap h4, .content-banner-wrap h5, .content-banner-wrap h6, .hero-banner-wrap ul li{
    color: #FFF;
}



.property-item-img { position: relative; z-index: 25; height: 450px; overflow: hidden; }
.property-item-img .overlay { position: absolute; right: 0; bottom: 0; margin-right:30px; z-index:1; }
.property-item-img .overlay ul li a  { display: inline-block; position: relative; width: 110px; overflow:hidden; color: #FFF;  text-align: center; font-weight: 600; }
.property-item-img .overlay ul li a span { display: inline-block; position: relative; bottom: 25px; width: inherit; background-color: rgba(0,0,0,0.60) }


.property-item-no-img { position: relative; z-index: 25; height: 150px; overflow: hidden; }
.property-item-no-img .overlay { position: absolute; right: 0; bottom: 0; margin-right:30px; z-index:1; }
.property-item-no-img .overlay ul li a  { display: inline-block; position: relative; width: 110px; overflow:hidden; color: #FFF;  text-align: center; font-weight: 600; }
.property-item-no-img .overlay ul li a span { display: inline-block; position: relative; bottom: 25px; width: inherit; background-color: rgba(0,0,0,0.60) }


.property-item .price-details h3 { font-size: 20px !important; font-weight: 700 !important; margin-bottom: 8px !important; }

.carousel-header { color: #FFF; text-align: left; background-color: rgba(0,0,0,0.30); padding: 16px 5px 1px 20px; position: relative; }

.public-property-item, #listing-form-container .form-control { color: #363636 !important; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; }
.public-property-item .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background: transparent !important; }
.public-property-item .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border: none !important; }
.public-property-item h4 { font-weight: 700 !important; color:#31708f !important; margin-bottom: 5px !important; }
.public-property-item h5 { font-weight: 400 !important; margin-bottom:8px !important; }
.public-property-item .price-details h3 { font-size: 18px !important; font-weight: 700 !important; margin-bottom: 8px !important; }
.public-property-item .media.media-m { width: 100%; height: 191px; overflow: hidden; }
.public-property-item .text-info { color: #3e90ca !important; }
.public-property-item .property-detail-btn { margin-top: 25px !important; }
.public-property-item .btn-lg, .public-property-item .btn-group-lg>.btn { color: #19b576 !important; border-color: #19b576 !important; padding: 10px 20px; font-size: 14px; ; line-height: 1.3333333; border-radius: 8px; border-width: 1px; font-weight: bold; }

/*--------------------
	Footer Styling
----------------------*/

.footer-wrap { padding: 30px 0; }

.footer-wrap ul{
    padding: 0px;
    margin: 0px;
    display: inline-block;
}

.footer-wrap ul li{
    list-style: none;
    float: left;
    padding: 5px 10px;
}

.footer-wrap ul li:first-child{
    padding-left: 0px !important;
}

.footer-wrap .underline{
    border-bottom: 1px solid #696d73;
}





/*---------------------
	Plugins Styling
----------------------*/
.va-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.va-middle{
	display: table-cell;
	vertical-align: middle;
}

.bg-grey{
	background-color: #eaeaea;
}
.bg-green{
	background-color: #18b477;
        color: #FFF !important; 
}

.bg-green .btn.btn-green{
	background-color: #108356 !important;
        color: #FFF !important; 
}

.bg-white{
	background-color: #FFF;
}

.bg-dark-grey{
	background-color: #3c3c44;
	color: #aeaebb;
}

.bg-dark-grey a{
	color: #81818b;
        font-weight: 600;
        text-decoration: none;
}

.bg-medium-grey{
	background-color: #696d73;
	color: #ffffff;
        font-size: 16px; 
        padding: 15px 0px;
}

.bg-medium-grey a{
	color: #ffffff;
        text-decoration: none;
}

.underline { border-bottom: 1px solid #e1e1e1; }
.form-control-inline { display: inline-block !important; width: auto !important; margin: 0px 10px; }
.form-control-inline-checkbox { display: inline; margin-bottom: 0 !important; margin-left: 0 !important; margin-right: 10px !important; margin-top: 0 !important; padding: 0 !important; position: relative; top: 13px; width: auto; }






/*Property Item listing CSS*/

.property-item { margin-bottom: 20px; }
.property-item .media-body { padding-top: 10px; }
.property-item .media-body h4 { font-weight: 600; margin-bottom:5px; }
.property-item .media-body h5 { font-weight: 400; margin-bottom:8px; }
.property-item .media-body p { margin-bottom:8px; }
.property-item .media-body .property-detail-btn { margin-top:30px; }
.property-item .media-body .price-details { text-align: right; }

.property-item .media-left { position: relative; }
.property-item .sold { position: relative; }
.property-item .sold:after { content: " "; position: absolute; top: 0px; left: 0px; background-image: url("../img/sold.png"); background-repeat: no-repeat; background-position: 0% 0%; width: 100%; height: 100%; }

.property-title-sold { position: absolute; width: 100%; height: 100%; z-index:1; cursor: pointer; }
.property-title-sold:after { content: " "; position: absolute; top: 0px; left: 0px; background-image: url("../img/header-sold.png"); background-repeat: no-repeat; background-position: 0% 0%; width: 100%; height: 100%; z-index:0; }

.property-item-no-img.property-no-img-sold { position: relative; }
.property-item-no-img.property-no-img-sold:after { content: " "; position: absolute; top: 0px; left: 0px; background-image: url("../img/header-no-img-sold.png"); background-repeat: no-repeat; background-position: 0% 0%; width: 100%; height: 100%; z-index:0; }

.property-item .new { position: relative; }
.property-item .new:after { content: " "; position: absolute; top: 0px; left: 0px; background-image: url("../img/sold.png"); background-repeat: no-repeat; background-position: 100% 0%; width: 100%; height: 100%; }

.property-title-new { position: absolute; width: 100%; height: 100%; z-index:1; cursor: pointer; }
.property-title-new:after { content: " "; position: absolute; top: 0px; right: 20px; background-image: url("../img/header-new.png"); background-repeat: no-repeat; background-position: 100% 0%; width: 100%; height: 100%; z-index:0; }

.property-item-no-img.property-no-img-new { position: relative; }
.property-item-no-img.property-no-img-new:after { content: " "; position: absolute; top: 0px; right: 25px; background-image: url("../img/header-no-img-new.png"); background-repeat: no-repeat; background-position: 100% 0%; width: 100%; height: 100%; z-index:0; }

.property-no-img-new.overlay { top: 70px !important; }

.heading-inline { display: inline-block; }

.navbar-collapse { box-shadow: none !important; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: none !important; }

.alert.alert-grey { background-color: #f9f9f9; }
img.img-fullwidth { width:100%; height: auto; position: relative; top:-50%; }
.property-img-container { width: 100%; height: 250px; overflow: hidden; }
.property-img-container img { border: none !important; }
.text-sm-right { text-align: right !important; }


/* Public Properties CSS*/
.bg-white-border {
    box-shadow: 0px 0px 0px 15px rgba(0,0,0,0.35);   
    background: #FFF; 
    padding: 6px 16px; margin: 30px;
    -webkit-border-radius: 7px; 
    -moz-border-radius: 7px; 
    border-radius: 7px; 
}

.bg-white-border ul li {
    color: #363636 !important;
}
.bg-white-border h3 {
    font-size: 20px !important;
}
.fa-3 {
    font-size: 3.25em;
}
.fa-4 {
    font-size: 4em;
}
.pt-dwn { position: relative; }
.pt-dwn:after { position: absolute; content: ""; bottom: -10px; left: calc(50% - 20px); width: 0px;
height: 0px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 10px solid #fff; }
.lead-properties-public .text-success {
    color: #18b477 !important;
}
.lead-properties-public .btn.btn-primary {
    background: #18b477 !important;
    border-color: #18b477 !important;
}
.lead-properties-public .btn.btn-danger {
    border:1px solid #DA1540;-webkit-box-shadow: #FFFFFF 0px 0px 1px inset;-moz-box-shadow: #FFFFFF 0px 0px 1px inset; box-shadow: #FFFFFF 0px 0px 1px inset; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px; padding: 7px 10px 7px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #FFFFFF;
 background-color: #9B102F; background-image: -webkit-gradient(linear, left top, left bottom, from(#9B102F), to(#C4143A));
 background-image: -webkit-linear-gradient(top, #9B102F, #C4143A);
 background-image: -moz-linear-gradient(top, #9B102F, #C4143A);
 background-image: -ms-linear-gradient(top, #9B102F, #C4143A);
 background-image: -o-linear-gradient(top, #9B102F, #C4143A);
 background-image: linear-gradient(to bottom, #9B102F, #C4143A);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#9B102F, endColorstr=#C4143A);
}
.lead-properties-public ul.no-style li {
    list-style: none;
    font-size: 14px;
}
/*Change CSS Part 1*/
.lead-properties-public .bg-grey{
	background-color: #f2f2f2 !important;
}
.lead-properties-public .table-striped>tbody>tr:nth-of-type(odd) {
	background: none !important;
}

.lead-properties-public .table, .lead-properties-public .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th{
    background-color: #f2f2f2 !important;
}
.lead-properties-public table.dataTable{
    margin-bottom: 0px !important;
}
.lead-properties-public .public-property-item{
    background: #FFF !important;
    margin-bottom: 14px !important;
}
.lead-properties-public .media-container{
    height: 166px !important;
}
.lead-properties-public .listing-short-description{
    font-size: 0.83em;
    padding-left: 15px;
}
.lead-properties-public .public-listing-h1{
    font-size: 2.65em !important;
    font-weight: 500 !important;
    color: #000 !important;
}
.lead-properties-public .text-muted{
    color: #a0a0a0 !important;
}

.lead-properties-public .sold { position: absolute; width: 100%; height: 100%; z-index: 1; cursor: pointer; }
.lead-properties-public .sold:after { content: " "; position: absolute; top: 0px; left: 0px; background-image: url("../img/sold.png"); background-repeat: no-repeat; background-position: 0% 0%; width: 100%; height: 100%; }

.lead-properties-public .new { position: absolute; width: 100%; height: 100%; z-index: 1; cursor: pointer; }
.lead-properties-public .new:after { content: " "; position: absolute; top: 0px; right: 25px; background-image: url("../img/new.png"); background-repeat: no-repeat; background-position: 100% 0%; width: 100%; height: 100%; }

.rto-list{ }

.rto-list li{ position: relative; padding-left: 24px; margin-left: 10px; }

.rto-list li:before{
    position: absolute;
    content:"\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left:0;
    top: 3px;
    color:#18b477;
}
.modal-backdrop { display: none !important; }

/*End Change CSS Part 1*/

/*Change CSS Part 2*/
#body .lyrow .remove, #body .lyrow .drag, #body .lyrow .clone, #body .lyrow .configuration, #body .lyrow .preview { display: none !important; }
#body .box .remove, #body .box .drag, #body .box .clone, #body .box .configuration, #body .box .preview { display: none !important; }

//wysiwyg color classes
.wysiwyg-color-silver { color: silver !important; }
.wysiwyg-color-grey { color: grey !important; }
.wysiwyg-color-maroon { color: maroon !important; }
.wysiwyg-color-red { color: red !important; }
.wysiwyg-color-purple { color: purple !important; }
.wysiwyg-color-green { color: green !important; }
.wysiwyg-color-olive { color: olive !important; }
.wysiwyg-color-navy { color: navy !important; }
.wysiwyg-color-blue { color: blue !important; }
.wysiwyg-color-orange { color: orange !important; }

.public-detail-page .img-gallery-a { cursor: pointer; }
.public-detail-page .label-sold { color: #FFF !important; background: #d83f60 !important; display: inline-block; top: -8px; position: relative; padding-top: 5px; }
/*End Change CSS Part 2*/


/* End Public Properties CSS*/

/*--------------------
	Media Queries
---------------------*/

@media (min-width : 480px) {

}

@media (min-width : 544px) {

}

@media (min-width : 768px) {

}

@media (min-width : 992px) {

}

@media (min-width : 1200px) {

}

/* Non Mobile ------- */

@media (max-width : 1199px) {
    .logo { margin-bottom: 15px; }
    .navbar-default .navbar-nav > li > a {  padding: 20px 10px; color: #FFF; font-size: 14px; }
    .property-detail { font-size: 12px; }
    .property-detail h4 { font-size: 16px; font-weight: 500; margin-bottom:0px; }
    .property-detail h5 { font-size: 14px; font-weight: 500; margin-bottom:5px; }
    .property-detail p { font-size: 12px; font-weight: 300; margin-bottom:5px; }
    img.img-fullwidth { height: 570px; }
    .property-item-img { height: 380px; }
}

@media (max-width : 991px) {   
    .logo { 
        margin-top: 5px;
        margin-bottom: 0px;       
        transform:scale(0.86) !important;
        -webkit-transform:scale(0.86) !important;
        transform-origin:0 0 !important;
        -webkit-transform-origin:0 0 !important;
    }
    .navbar-default .navbar-nav > li > a {  padding: 20px 5px; color: #FFF; font-size: 13px; }
    .property-item { padding-bottom: 20px; }
    .property-item .media-body .price-details { text-align: left; }
    img.img-fullwidth { height: 540px; }
    .property-item-img { height: 320px; }
    
    .hero-banner-wrap  { height: 650px !important; }
    .lead-properties-public .media-container{ height: 310px !important; }
    .rto-list li{ text-align: center; padding: 0 !important; margin-left: 0px !important; }
    .rto-list li:before{ display:none; }
    .listing-top-grid { border:0px !important; }
    
    
}

@media (max-width : 767px) {
    .logo { 
        margin-top: 0px;
        margin-bottom: 0px;
        
        transform:scale(0.86) !important;
        -webkit-transform:scale(0.86) !important;
        transform-origin:0 0 !important;
        -webkit-transform-origin:0 0 !important;
    }
    
    .hero-banner-wrap h1, .hero-banner-wrap h2 {
        font-size: 30px;
        font-weight: 600;
    }
    .property-item .media-body .price-details { text-align: left; }
    .property-item { padding-bottom: 20px; }
    .navbar-default .navbar-nav > li > a {  padding: 5px; color: #FFF; font-size: 13px; }
    .navbar-collapse { box-shadow: none !important; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none !important; }
    .custom-listing { margin-left: 20px; }
    .text-sm-right { text-align: left !important; }
    img.img-fullwidth { height: 470px; }
    .property-item-img { height: 310px; }

    .hero-banner-wrap  { height: 650px !important; }

    .public-property-item .price-details { text-align: left !important; }
    .public-property-item .public-prop-comments { border: none !important; }
    .public-property-item .listing-short-description { margin-top: 15px !important; }
    .public-property-item .property-detail-btn { margin-bottom: 25px; }
    .lead-properties-public .media-container{ height: 310px !important; }
}

@media (max-width : 543px) {
    .property-item { padding-bottom: 20px; }
    .navbar-default .navbar-nav > li > a {  padding: 5px; color: #FFF; font-size: 13px; }
    .navbar-collapse { box-shadow: none !important; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none !important; }
    .custom-listing { margin-left: 20px; }
    .text-sm-right { text-align: left !important; }
    img.img-fullwidth { height: 370px; }
    .property-item-img { height: 260px; }
    .property-title-sold:after { background-image: url(../img/header-no-img-sold.png); }
    .property-title-new:after { background-image: url(../img/header-no-img-new.png); }
    .property-img-container { height: 150px; }
    
    .hero-banner-wrap  { height: 650px !important; }

    .public-property-item .price-details { text-align: left !important; }
    .public-property-item .public-prop-comments { border: none !important; }
    .public-property-item .listing-short-description { margin-top: 15px !important; }
    .public-property-item .property-detail-btn { margin-bottom: 25px; }
    .lead-properties-public .media-container{ height: 310px !important; }
}

@media (max-width : 479px) {
    .logo {  margin-top: 0px; transform:scale(0.75) !important; -webkit-transform:scale(0.75) !important; transform-origin:0 0 !important; -webkit-transform-origin:0 0 !important; }
    
    .hero-banner-wrap h1 { font-size: 18px; font-weight: 600; }
    .hero-banner-wrap-inner h1 { font-size: 28px; font-weight: 600; }
    .action-strip h3 { font-size: 18px; font-weight: 600; }
    .hero-banner-wrap-inner h3 { font-size: 18px; font-weight: 600; }

    .property-item { padding-bottom: 0px; }
    .property-item .media, .property-item .media-body .price-details { text-align: left; }
    .property-item .media-left, .property-item .media-right, .property-item .media-body { display: block; vertical-align: top; }
    .property-item .media-body { width:100%; padding-bottom: 20px; }
    .property-item .media-body .property-detail-btn { margin-top:10px; }
    .navbar-default .navbar-nav > li > a { padding: 5px; color: #FFF; font-size: 13px; }
    .navbar-collapse { box-shadow: none !important; }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: none !important; }
    .g-recaptcha { transform:scale(0.86) !important; -webkit-transform:scale(0.86) !important; transform-origin:0 0 !important; -webkit-transform-origin:0 0 !important; }
    
    .custom-listing { margin-left: 20px; font-size: 12px !important; }
    .custom-listing li:before { left: -3px; top: 0px; }
    .custom-listing li { margin-bottom: 5px; }
    .content-banner-wrap h4 { font-size: 16px; }
    .text-sm-right { text-align: left !important; }
    
    
    .property-item-img .overlay { position: absolute; right: 0; bottom: 0; margin-right:15px; }
    .property-item-img .overlay ul li a  { display: inline-block; position: relative; width: 60px; height: 36px; overflow:hidden; color: #FFF;  text-align: center; font-weight: 600; font-size:10px; }
    .property-item-img .overlay ul li a span { display: inline-block; position: relative; bottom: 57px; width: inherit; background-color: rgba(0,0,0,0.60) }
    
    .property-item-no-img .overlay { position: absolute; right: 0; bottom: 0; margin-right:15px; }
    .property-item-no-img .overlay ul li a  { display: inline-block; position: relative; width: 60px; height: 36px; overflow:hidden; color: #FFF;  text-align: center; font-weight: 600; font-size:10px; }
    .property-item-no-img .overlay ul li a span { display: inline-block; position: relative; bottom: 57px; width: inherit; background-color: rgba(0,0,0,0.60) }

    img.img-fullwidth { height: 300px; }
    .property-item-img { height: 170px; }
    .property-img-container { height: 80px; }
    
    .bg-white-border h3 {
        font-size: 16px !important;
    }
    
    .hero-banner-wrap  { height: 650px !important; }
    .public-property-item .price-details { text-align: left !important; }
    .public-property-item .public-prop-comments { border: none !important; }
    .public-property-item .listing-short-description { margin-top: 15px !important; }
    .public-property-item .property-detail-btn { margin-bottom: 25px; }
    .lead-properties-public .media-container{ height: 220px !important; }
}





@media (max-width : 379px) {
    .lead-properties-public .media-container{ height: 150px !important; }
}
