﻿/*----------New OnView styles override-----*/
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 * 
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
  font-family: "Arial", sans-serif;
}
.yamm .container {
  position: relative;
  background-color: #003366;
  margin: 0;
  width: 100%;
}

.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
  width: 450px;
  font-family: "Arial", sans-serif;
  color: #4A4A4A;
  line-height: 24px;
}

.yamm .yamm-content .width {
  padding: 20px 30px;
  width: 620px;
  font-family: "Arial", sans-serif;
  color: #4A4A4A;
  line-height: 24px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}



.navbar-default .navbar-nav>li>a {
color: #ffffff;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
color: #fff;
background-color: #990000;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #fff;
background-color: #990000;
}

.nav>li>a {
padding: 15px 25px;
}

a {
color: #333;
text-decoration: none;
}

a:hover, a:focus {
color: #003366;
text-decoration: none;
}

.question-holder input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: inherit;
    margin-bottom: 10px;
}

.dropdown-menu {
    border: 1px solid #ccc;
    border-radius: 3px;
}

.promotion {
    margin-top: 110px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.question-holder {
    padding: 20px;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative;
}

.navbar {
    margin-bottom: 0;
    border: none;
}

.nav-number {
    color: #fff;
    padding: 15px 25px;
    display: block;
    background-color: #003366;
    font-weight: bold;
    font-size:20px;
}

.search-color {
    color: #990000;
    font-size: 16px;
}

.nav>li> .nav-number a  {
    padding: 15px 25px;
    background-color: #000000;
}

#main-search .container{
    width: 100%;
}

.search-form{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}



body
{
    font-family: Arial,sans-serif !important;
}

h3 {
    text-shadow: none;
}

.hidden {
    display: none;
}

#main-search {
    width: 100%;
    z-index: 200;
    position: absolute;
    /*top: 150px;*/
}


.container {
width: 900px;
}

.navbar {
    border-radius: 0px;
}

.navbar-inverse {
    background-color: #003366;
}

    .navbar .nav > li > a {
        border-right: 1px solid #000;
    }

    .navbar .nav > li:last-of-type > a {
        border-right: none;
    }

hr {
    border-color: rgb(203, 203, 203);
}

.form-control {
    border-radius: 0px;
    box-shadow: none;       
}

.sidebar-filter {
    margin-bottom: 0px !important;
}

.flickr-widget li:hover {
    background: none;
}

a:hover {
    color: #003366;
}

p.accent {
    color: #227dda;
    float: left;
}

/*--------------register interest form------------------*/
#form form{
	width:70%;
}  
#form header{
	background-color: #4180C5;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 8px;
	margin-top: -11px;
	margin-bottom: -8px;
	border-radius: 10px 10px 0 0;
	color: aliceblue;
} 

#form input[type=text]{
	margin-bottom: 20px;
	margin-top: 10px;
	width:100%;
	padding: 10px;
	border-radius:3px;
	border:1px solid #888;
}
#form input[type=submit]
{
	margin-bottom: 20px;
	width:100%;
	padding: 15px;
	border-radius:5px;
	border:1px solid #7ac9b7;
	background-color: #990000;
	color: aliceblue;
	font-size:15px;
	cursor:pointer;
}
#submit:hover
{
 background-color: black;
}
#form textarea{
	width:100%;
	padding: 10px;
	margin-top: 10px;
    border:1px solid #888;
	border-radius:3px; 
	margin-bottom: 20px;
	resize:none;
  } 
#form input[type=text]:focus,textarea:focus {
	border-color: #4697e4;
}


/*------custom style button-----*/
.btn-accent {
    background-color: #990000;
    color: white;
    border: none;
    font-size: 14px;
    
    /*
    font-family: Arial,sans-serif !important;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    */
}

    .btn-accent:hover, .btn-accent:focus {
        background-color: #800202;
        color: rgb(229, 229, 229);
    }
/*-----------------------------*/
/*------custom style link------*/
.link-accent:hover {
    color: #101010;
    background-color: lightgray;
    cursor: pointer;
    text-decoration: none;
}

.link-accent a {
    color: #101010;    
    line-height: 50px;
}

.link-accent .fa {
    font-size: 18px;
    line-height: 50px;
}

/*-----------------------------*/

#video-main {
    /*height: 400px;*/
    overflow: hidden;
    width: 100%;
}

    #video-main video {
        width: 100%;
        position: relative;
        /*bottom: 350px;*/
        overflow: hidden;
    }   
    
  
    #image-main img {
        width: 100%;
        position: relative;
        /*bottom: 350px;*/
        overflow: hidden;
    }  

.prop-card {
    height: 285px;
}

    .prop-card a {
        height: 200px;
    }

    .prop-card .media-object {
        width: 100%;
        height: 200px;
        background-size: 100% 100%;
    }


    /*------Ira, your custom styles will go here------*/
    /*------make sure you create few classes and reuse them everywhere-----*/


    /*-----sprites------*/

    



    .navbar-inverse {
        margin-bottom: 0;
    }

    .nav-tabs >li.active > a{
        background-color: #227dda
        color: white;
    }

    .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus{
        background-color: #227dda
        color: white;
    }

    #myCarousel {        
        box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
    }

     #myCarousel .carousel-indicators {
        display: none;
    }

    .unstyled {
        padding: 0;
        list-style:none;
        line-height: 23px;
    }

.agent-link {    
    height: 100px;
    padding: 0px;
    text-align: center;
    padding-top: 20px;
    background-color: rgb(231, 231, 231);
}

.agent-logo {
    /*background-image: url('/Content/nologo.svg');*/
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

    .about-us-text {
        text-align: justify;
    }

    
/*------Property section------*/


    .prop-visited {
        position: absolute;
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6;
        filter: alpha(opacity=0.6);
        left: 27%;
        top: -4%;
        color: white;
        font-size: 9em;
    }

    .moreinfo2 {
        position: absolute;
        right: 3px;
        top: -1px;
        z-index: 5;
        font-size: 16px;
        color: #ff7900;
        cursor: pointer;
    }

    .box-premium {
        border-bottom: 2px solid #227dda;
        box-shadow: 0px -1px 5px #227dda;
        height: 650px;
    }

.gallery-listing {
    border-left: 1px dashed rgb(161, 161, 161);
}

    .gallery-listing h2 {        
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        text-transform: capitalize;
        line-height: 34px;
        margin: 19px 0px;
    }

    .gallery-listing .prop-tag {
        background: none repeat scroll 0 0 #252525;
        color: #FFFFFF;
        left: 0;
        padding: 0px 5px 0px 5px;
        position: absolute;
        top: 0;
        font-size: 0.8em;
    }

     .prop-tag a {
         color: #ffffff;
     }

    .overlay img {
        max-height: 200px;
        width: 100%;
    }

    .overlay .more {
        width: 100%;
    }


    .item {
        text-align: center;
    }

.sorting {
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #888;
    margin-top: 20px;
    float: right;
}

        /*
        .sorting a {
            color: black;
        }

        .sorting a:hover{
            color: #227dda;
        }
        */

.holder-properties {
    //min-height: 560px;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
}

    .filters-title {
        text-align: center;
        font-weight: bold;
        font-size: 1.2em;
    }

    .sidebar-filter{
        padding-top: 90px;
        z-index: 10;
    }

    .sidebar-filter .form-control {
        border-radius: 0px;
        box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
        border-color: white;
        margin-bottom: 20px;
        padding-left: 6px;
        padding-right: 0px;
    }

    .sidebar-filter .btn-accent{
        box-shadow: none;
        /*border-radius: 4px;*/
        margin-bottom: 0px !important;
    }

    /*.sidebar-filter label {
        padding-bottom: 0px;
        padding-top: 15px;
    }*/

     .sidebar-filter .btn-accent  {
         margin-bottom: 20px;
     }

     .sidebar-filter label {
         margin-left: 3px;
         margin-top: 5px; 
         font-weight: 600;    
     }

        .sidebar-filter h3 {
            margin-top: 0px;
            margin-bottom: 0px;
        }

          .sidebar-filter-contact{
        padding-top: 20px;
    }

    .sidebar-filter-contact .form-control {
        border-radius: 0px;
        box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
        border-color: white;
        margin-bottom: 20px;
        padding-left: 6px;
        padding-right: 0px;
    }

    .sidebar-filter-contact .btn-accent{
        box-shadow: none;
        /*border-radius: 4px;*/
        margin-bottom: 0px !important;
    }

    /*.sidebar-filter-contact label {
        padding-bottom: 0px;
        padding-top: 15px;
    }*/

     .sidebar-filter-contact .btn-accent  {
         margin-bottom: 20px;
     }

     .sidebar-filter-contactlabel {
         margin-left: 3px;
         margin-top: 5px; 
         font-weight: 600;    
     }

        .sidebar-filter-contact h3 {
            margin-top: 0px;
            margin-bottom: 0px;
        }


.holder-properties .agent-logo
{
    color: #888;
    height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    z-index: 100000;
}

    .holder-properties .agent-logo:hover
    {
        background-color: rgb(235, 235, 235);
        border-top: 2px solid rgb(203, 203, 203);
    }

#emailAgent h3 {
    margin-bottom: 20px;
}

.sl-pagination
{
    margin: 20px auto;
    margin-bottom: 0px;
    display: table;
    position: relative;
    bottom: 20px;
    z-index: 900;
}

    .sl-pagination li
    {        
        text-align: center;        
        display: inline-block;
        line-height: 24px;        
    }

        .sl-pagination li a
        {
            display: block;
            width: 38px;
            height: 34px;
            text-decoration: none;
            border: 1px solid #ccc;
            border-radius: 0px;
            padding: 3px;
            font-size: 14px;
            color: #333;
            background-color: white;
        }

            .sl-pagination li a:hover
            {
                background-color: #e6e6e6;
                border-color: #adadad;
            }

            .sl-pagination li a.current
            {
                background-color: #990000;
                color: white;
                box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
                border: 1px solid #D7D7D7;
                border-right: 0px;
                border-left: 0px;
                width: 36px;
                cursor: default;
            }

    .sl-info {
        text-align: center;
    }

    .sl-info .regularText-bedhouse {
        font-size: 15px;
        font-weight: 600;
    }

    .sl-agency-logo {
        position: absolute;
        left: 15px;
        bottom: 15px;
    }

    .lister-text h4 {
        text-shadow: 0px 1px 1px rgb(122, 122, 122);
        font-weight: 200;
        text-transform: uppercase;
        color: #363636;
        text-align:center;
    }

    .holder-properties .media-object {
        background-color: rgb(195, 195, 195);
        height: 200px;        
        background-repeat: no-repeat;
        background-size: 110% auto;
        background-position: center;        
    }

        .holder-properties .media-object.nologo {
            background-size: 150px;
            /*background-image: url('nophotos.svg');*/
        }

    .market-tab {
        height: 50px;
    }

    .prop-info .prop-title {
        text-align: center;
        font-size: 16px;
        color: #464646;
        margin: 8px 0 0 0px;
    }

    .broshure-background {
        background: #fff;
        box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
    }



    footer {
        /*height: 200px;*/
        box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.79);
        margin: 0px;
    }

    .footer a {
        color: #aaa;
        text-decoration: none;
    }

    .footer a {
        color: #aaa;
    }

    .footer a:hover {
        color:#990000;
    }

    .footer .fa {
        font-size: 18px;
    }

/*--------property box-------*/
.address
{
    text-align: center;
    text-transform: capitalize;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    max-width: 330px;
    height: 44px;
    margin: auto;
    color: #000;
    padding-left: 10px;
    padding-right: 10px;
}

.price {
    color: #000;
    text-align: center;
    text-shadow: none;
    text-transform: capitalize;
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 24px;    
    margin: 0px;
    line-height: 24px;
    height: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.holder-details {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 16px;    
    text-align: center;
    /*max-width: 240px;*/
    margin: auto;    
    margin-left: 0px;
    margin-right: 0px;
}

.regularText-bedhouse {
    
}

.agent{
    min-height: 44px;
    max-width: 270px;
    margin: auto;
}

.carousel-inner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #D7D7D7;
}

    .carousel-inner > .item {
        height: 500px;
    }

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
            height: 500px;
            margin: auto;
            /*box-shadow: 0px 2px 10px rgba(82, 82, 82, 1);*/
}

.sociallinks a{
    font-size: 18px;
    color: #227dda !important;
}

.broshure-background.links .fa {
    padding: 10px 0;
    font-size: 28px;
}

.broshure-background a {
    text-decoration: none;
    color: #444;
}

.broshure-background a:hover {
     color: #227dda;
}

.text.description {
    text-align: justify;
    white-space: pre-line;
    /*padding-bottom: 30px;*/
}

#tabs_markets {
    border-bottom: 2px solid #227dda!important;
}

#gmap{
    height: 252px;
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
}

.footer {
    box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.79);
    background: #003366;
    color: #aaa;
}

#latest-properties {
    margin: 14px;
    margin-top: 28px;
    margin-bottom: 28px;
}

    #latest-properties .holder-properties {
        margin: 0px;
    }

.sl-pagination ul
{
    padding: 0px;
    margin: 0px;
    display: inline-table;    
}

.more {
    background-position: center 82px;
    z-index: 99999;
    height: 417px;
}

.more:hover {
    opacity: 0.5;
}

#main-details {
    /*
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    */
    background-color: white;
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
    min-height: 766px;
    padding-bottom: 30px;
}

.main-details {
    /*
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    */
    background-color: white;
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
    min-height: 766px;
    padding-bottom: 30px;
}

.holder-agents {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
    height: 360px;
}

.agent-listing {
    border-left: 1px dashed rgb(161, 161, 161);
}

    .agent-listing h2 {
        font-family: 'Raleway', sans-serif;
        font-weight: bold;
        text-transform: capitalize;
    }

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.line-height{
    line-height: 34px;
}

.margin0 a {
    color: #888;
}

.agent-details {
    text-align: center;
    font-size: 16px;
    line-height: 1.6em;
    color: black;
}

    .agent-details h3 {
        background-color: rgb(231, 231, 231);
        border-bottom: solid 1px rgb(203, 203, 203);
        padding: 20px 0px;
        margin: 0px;
    }

.adr {
    height: 70px;
    padding: 20px;    
}

.agent-details a {
    color: black;
}

    .agent-details a:hover {
        color: #227dda;
    }

.agent-contact-details {
}

.slick-slider {
    margin: 0px !important;
    padding: 0px !important;
    cursor: default;
}

.slick-slider .slick-list {
    background-color: black;
}

.slick-slider .slick-slide {    
    background-color: black;
    cursor: pointer;
}

    .slick-slider .slick-slide img {
        opacity: 0.4;
    }

.slick-gallery {
    padding-top: 5px !important;
    background-color: black;
}

    .slick-gallery .slick-slide {
        margin-right: 7px;
        height: 400px;
        /*opacity: 0;*/
    }

.slick-slider .slick-slide.slick-center img {
    opacity: 1;
}

.slick-gallery-control {          
    height: 114px; 
}

.slick-gallery-control .slick-slide{
    margin-right: 7px;
    height: 100px;  
    margin-top: 7px !important;
    margin-bottom: 7px !important;       
}

.slick-slide img {
    height: 100%;
}

#main-details h2, #main-details h3, #main-details h4 {
    text-transform: capitalize;
}

#main-details h3 {
    line-height: 28px;
    color: #888;
    margin: 0;
}

#main-details .text, #main-details p {
    color: black;
}

/*---------------------------------------------*/
span.ber1, span.ber2
{
    width: 66px;
    height: 21px;
    display: inline-block;
    background: 0 0 url(ber1.png) no-repeat;    
}

span.ber1
{
    background-color: #fff;
}

    span.ber1.range
    {
        width: 90px;
    }

span.ber2
{
    float: right!important;
    width: 26px;
    background-image: url(ber2.png);
}

span.A1
{
    background-position: 0 -21px;
}

span.A2
{
    background-position: 0 -42px;
}

span.A3
{
    background-position: 0 -63px;
}

span.B1
{
    background-position: 0 -84px;
}

span.B2
{
    background-position: 0 -105px;
}

span.B3
{
    background-position: 0 -126px;
}

span.C1
{
    background-position: 0 -147px;
}

span.C2
{
    background-position: 0 -168px;
}

span.C3
{
    background-position: 0 -189px;
}

span.D1
{
    background-position: 0 -210px;
}

span.D2
{
    background-position: 0 -231px;
}

span.E1
{
    background-position: 0 -252px;
}

span.E2
{
    background-position: 0 -273px;
}

span.F
{
    background-position: 0 -294px;
}

span.G
{
    background-position: 0 -315px;
}

.ber-thumb {
    position: relative;    
    text-align: center;
    border-top: 1px solid rgb(203, 203, 203);    
    height: 63px;
    padding-top: 21px;
    padding-bottom: 21px;
}

.pic-number {
    padding: 5px 10px;
    background-color: #333;
    color: white;
    text-align: center;
    position: absolute;
    top: 0px;
}

.caption-text {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: relative;
    bottom: 40px;
    color: #fff !important;
    z-index: 9999999999;
    padding: 10px;
    text-align: center;
}

.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:#000;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.slick-lightbox.slick-hide{opacity:0}.slick-lightbox.slick-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox.slick-lightbox-ie.slick-hide,.slick-lightbox.slick-lightbox-ie.slick-hide-init{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0)}.slick-lightbox .slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item{text-align:center;overflow:hidden}.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick .slick-lightbox-slick-item .slick-lightbox-slick-item-inner .slick-lightbox-slick-caption{margin-top:10px;color:#fff}.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}.slick-lightbox .slick-lightbox-inner .slick-lightbox-slick.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}.slick-lightbox .slick-lightbox-inner .slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:none}.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:focus{outline:none}.slick-lightbox .slick-lightbox-inner .slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}.slick-lightbox .slick-next{right:15px}

.slick-lightbox-slick-img{
    opacity: 1 !important;
}

.agent-details-card {
    background: #fff;
    position: relative;
    margin: 0px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
}

.status-label {
    position: absolute;
    background-color: rgb(223, 60, 66);
    color: white;
    height: 42px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    bottom: 270px;
}

.social-buttons{
    padding: 0px !important;
    margin: 0px !important;
    margin-right: 10px !important;
    width: 16px !important;    
}

.brochure-download:hover {
    text-decoration: underline;
}

#ob_content
{
    border: none !important;
}

#ob_share
{
    display: none;
}

.view-switch
{
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #888;
    margin-top: 20px;
    float: right;
}

    .view-switch .btn, .view-switch .btn .active
    { 
        border-radius: 0px;
    }

    .view-switch .active:hover
    {
        background-color: #800202;
        color: white;
        cursor: default;
    }

#map-view-holder
{
    display: none; 
}

#map-view
{
    background-color: white;    
    height: 440px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 1px rgba(116, 110, 110, 0.77);
}

.btn-accent.active
{
    border-bottom: 1px solid #990000;
}

/*---------------------------------------------*/

@media (max-width: 767px) {

    /*----------------front page----------------------*/

    .promotion {
        margin-top: 40px;
    }

    .navbar-brand img {
        width: 85px !important;
        margin-top: -15px;
    }

    .yamm-content .list-unstyled{
         text-align: left!important;
     }


    .container {
        width: 100%;
    }

    .carousel-inner {
    height: inherit;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: inherit;
    }

    .carousel-inner > .item {
    height: inherit;
    }

    .holder-properties {
        height: 500px !important;
        margin-bottom: 30px!important;
    }

    .footer-widget h2 {
        font-size: 21px;
    }

    .yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
        margin-top: 0;
    }

    .pull-right {
        float: left !important;
        width: 100%;
    }

    .list-unstyled {
        margin-bottom: 10px;
    }

    .col-xs-5 {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-xs-2 {
        width: 100%;
        margin-bottom: 30px;
    }

     .search-form {
        width: 100%;
        padding-bottom: 30px;
    }

    /*----------------about page----------------------*/
    iframe {
        height: 20% !important;
    }

    .col-md-6 {
        margin-bottom: 25px;
    }


    /*----------------property details page----------------------*/
    .text.description {
        padding: 0 30px;
    }

    #main-details h2, #main-details h3, #main-details h4 {
        padding: 0 30px;
    }


    /*----------------property listings page----------------------*/
    .affix {
        position: relative;
    }

    .col-md-12 {
        position: static;
    }

    .gallery-listing {
        background-color: #D7D7D7;
        margin-top: 70px;
        width: 100%;
    }

       .sidebar-filter {
        padding-top: 0px;
        z-index: 100;
    }

       #latest-properties{
        margin-top: 270px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .nav>li>a {
    padding: 15px 20px;
}

    .holder-properties{
        height: 480px;
    }

    .logo{
        width: 160px!important;
    }

    .carousel-inner {
    height: inherit;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    height: inherit;
    }

    .carousel-inner > .item {
    height: inherit;
    }
    .nav-number{
        font-size:16px;
    }
    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .promotion {
        margin-top: 40px;
    }

    .nav>li>a {
    padding: 15px 10px;
}
    .nav-number{
        display: none;
    }

    .container{
        width: 100%;
    }

    .yamm .yamm-content{
        width: 100%;
        
    }
     .yamm-content .list-unstyled{
         text-align: left!important;
     }

    .yamm-content{
        width: 100%!important;
        text-align: left;
    }

    .footer{
        clear: both;
    }

    .sidebar-filter {
    width: 40%;
}
    .search-form {
        width: 100%;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    #latest-properties .holder-properties {
    margin: 30px;
}
    #latest-properties{
        margin-top: 250px;
    }
    .navbar .nav > li:last-of-type > a {
border-right: none;
font-size: 11px;
}
}


 

    @media screen and (min-width: 0px) and (max-width: 760px) {
        
        .col,
        .main-features li {
            margin: 30px 5%;
            width: 90%;
        }
        
        .row .col:first-child,
        .main-features li:first-child {
            margin-left: 5%;
            margin-right: 5%;
        }

        .wrapper {
            width: 100%;
        }

        
        .span_1,
        .span_2,
        .span_3,
        .span_4,
        .span_5,
        .span_6 {
            width: 90%;   
            padding: 0;
        }
        .fwImage {
            width: 100%;
            margin: 0 !important;
            padding: 0;
        }
        #main-footer {
            text-align: center;
        }
        .logo_shift {
           margin-left: 5% !important;
        }
    
        
















