 .ui-autocomplete { position: absolute; cursor: default;z-index:999 !important;}  
.panel-body-custom{
    z-index:999; position:absolute; display:none; width:23.1%; 
     background-color:#ffffff;
  colsor:#73AD21;
  box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);


}
 .iframe{
    color:#fff;
 }
 .large-11 h1{
    font-weight:bold;
    text-align:center;
    font-family: Calibri;

 }
        .large-11 h5{
            text-align:center;
        }
.large-10 h2{
    font-weight:bold;
}
    .privacy-ul li{
        margin: 20px;
    }
    .align-privacy{
        text-align: justify;
    text-justify: inter-word;

    }
  /** adsearch-view-custom **/

  .panel-custom{
    float:left;
    width: 24%;
  }
  .up,.down{color:#fff;}

        .up:hover,.down:hover{color:#fff;}

        .form_custom{
          min-height:15px;

        }
        #plain_bo{

          widths:20px;


        }

.area-ul{
  width:500px;
  margsin-bottom:20px;
  overflow:hidden;
  borsder-top:1px solid #ccc;
  margin: 20px 40px;
  heighdt:500px;

}
.area-li{
  line-height:1.5em;
  borsder-bottom:1px solid #ccc;
  float:left;
  display:inline;
  borders : 1px solid #ccc;
  backsground-color: #ccc;
  text-decoration: none;
}
.area-li a{}
.area-ul li    { width:25%; } /* 4 col */
#area-h4{margin-left:13em ;border-bottom: 1px solid #ccc; width:136px;}
.social-icon{
    width: 29px;
    margin-left: 5px;
}

.img-content-preview {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  width: 750px;
  height:650px;
  position: absolute;
  z-index: 100;
  background: white;
}

.popup-footer {
  display: inline-block;
  font-size: 10pt;
  width: 100%;
}

.popup-footer span { line-height: 3pt; }

span.popup-licences {
  max-width: 100pt;
  float: left;
  width: auto;
}

span.popup-copyright { float: right; }

/** multicolumn list **/
.dropdown-menu {
        min-width: 200px;
        margin: 0px;

    }
    .dropdown-menu.columns-2 {
        min-width: 350px;
    }
    .dropdown-menu.columns-3 {
        min-width: 550px;
    }

     .dropdown-menu.columns-4 {
        min-width: 850px;
    }
     .dropdown-menu.columns-6 {
        min-width: 1050px;
    }
    .dropdown-menu li a {
        padding: 0px 2px;
        font-weight: 300;
    }
    .multi-column-dropdown {
        list-style: none;
    }
    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }
    .multi-column-dropdown li a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
    }
    ul.multi-column-dropdown{
        width:150px;
    }
    
    @media (max-width: 767px) {
        .dropdown-menu.multi-column {
            min-width: 240px !important;
            overflow-x: hidden;
        }
    }
    
    @media (max-width: 480px) {
        .content {
            width: 90%;
            margin: 50px auto;
            padding: 10px;
        }
    }

/** exapandable list css **/
.bs-example{
    margin-bottom: 20px;

}
.bs-example .in{
    margin-left: 13px;
}
.list-group-item{
    border: 0;
    padding:0;
}
.area-title{

    margin:0;
    margin-bottom:20px;
    margin-left:10px;
}
.list-group-item a{
    font-size: 12.5px;

}
#listContainer{
  margin-top:15px;
}
 
#expList ul, li {
    list-style: none;
    margin:0;
    padding:0;
    cursor: pointer;
}
#expList p {
    margin:0;
    display:block;
}
#expList p:hover {
    background-color:#121212;
}
#expList li {
    line-height:140%;
    text-indent:0px;
    background-position: 1px 8px;
    padding-left: 20px;
    background-repeat: no-repeat;
}
 
/* Collapsed state for list element */
#expList .collapsed {
    background-image: url("http://jasalguero.com/demos/expandableList/img/collapsed.png");
}
/* Expanded state for list element
/* NOTE: This class must be located UNDER the collapsed one */
#expList .expanded {
    background-image: url("http://jasalguero.com/demos/expandableList/img/expanded.png");
}




/*** ends here ****/

/** moved all css from head here **/
/** adsearch view **/

        .up,.down{color:#000;}

        .up:hover,.down:hover{color:#000;}

/** details view **/
.alert-message
{
    margin: 0px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}



.tags-panel span a{
        color: #fff !important;

    }
    .tags-panel span{
        margin-right: 5px;
    }

    #details-map img { max-width: none; }
    #pac-input-details {
        background-color: #fff;
        padding: 0 11px 0 13px;
        width: 400px;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
    }

    #pac-input-details:focus {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 14px;  /* Regular padding-left + 1. */
        width: 401px;
    }
    .carousel-inner > .next, .carousel-inner > .prev{

        position: relative !important;

    }

    .item img{

        margin: 0 auto !important;

    }

    .item{

        height: 300px !important;

    }

    .left,.next{

        height: 300px !important;

    }

    #myCarousel{

        height: 300px !important;

        overflow: hidden !important;

    }
    .gold{
        color: #FFC400;
    }
    .custom-fields{
        list-style: none;
        margin: 10px 0 10px 25px;
        padding: 0px;
    }
/** adsearch view **/

       

        .up,.down{color:#00;}

        .up:hover,.down:hover{color:#000;}

        .form_custom{
          min-height:15px;

        }
        #plain_bo{

          widths:20px;


        }

        
/** for scrolling **/
    .scrollToTop, #top{
        width:50px; 
        height:40px;
        padding:10px; 
        text-align:center; 
        background: whiteSmoke;
        font-weight: bold;
        color: #444;
        text-decoration: none;
        position:fixed;
        top:75px;
        right:10px;
        display:none;
        background: #222;
        opacity: .9;
        color: #fff;
        border-radius: 4px;
    }
    .scrollToTop:hover{
        text-decoration:none;
    }
  
a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;
}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras */
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

  
      
      .slide-out-div {
          padding: 20px;
          width: 250px;
          background: #ccc;
          border: 1px solid #29216d;
      }  


      .gold {
    color: #ffc400;
}    

.star{
    font-size:5px;
}
     





      .top-nav{

        padding-top:3px;
    }

        .top-nav li a{
            colors:<?php echo $text_color;?> !important;
            color: Gray !important;
        }
         .top-nav li a:hover{
            color: #000;
borders: 1px solid #D0C731;

background-color: transparent !important;

        }

        .top-nav .active a{
            colors:<?php echo $active_text_color;?> !important;
            color:Gray!important;
        }

        .top-nav .active a:hover{
            color:#000  !important;
           
        }

         .top-nav .custom-active a:hover{
            color:#000 !important;
           
        }
        .navbar-brand span{
            color:Gray;font-weight:normal;


        }
        .navbar-inverse{

            background:<?php echo $bg_color;?>;
        }

        @media (max-width: 767px) {

            .navbar-inverse {  background:<?php echo $bg_color;?>; }

        }

        .orange{
            background-colors: #f0ad4e !important;
            border-bottoms: 1px solid  #f0ad4e !important;
            background-color:#EEE;
        }
        .orange-border{
            border-top: 2px solid  ##F7E01D #EEE #EEE !important;
        }
        
.btn-req{
    padding: 9px 31px
}

        .btn-action,
        .btn-primary,
        .btn-green{
            backgrounds-image: linear-gradient(to bottom, #FAED1A 0%, #D0C731 100%);
            background-repeat: repeat;
            background-color: #a70a4d;
        }
        .btn-warning:hover , .btn-warning:focus, .btn-warning:active{
            background-color: #cb0559 !important;

        }

        .btn-action,
        .btn-primary { background-color: #428bca; backgrounds-image: -webkit-linear-gradient(to bottom, #1ffa1a 0%, #1ac02a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); backgrsound: linear-gradient(to bottom, #1ffa1a 0%, #1ac02a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFF9B22', endColorstr='#ffFF8C00', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); background-repeat: repeat-x; border:0 none;

        backgrounds-image: linear-gradient(to bottom, #FAED1A 0%, #D0C731 100%);
        background-repeat: repeat;
    }
     .nav, .navbar-nav, .pull-right, .top-nav>li:nth-child(4) {
            backgrounds: #ff0000;
            margins-left:50px;
            float:right;
        } 
.nav , .navbar-nav, .pull-right, .top-nav >li:nth-child(5) {
            backgrounds: #ff0000;
            margin-left:13px;
            float:right;
        } 
        .col-2{

            width:25.333%;
        }
        
        
        
        
  #foo {
    position: fixed;
    bottom: 0;
    right: -6px;
  }



    /** end ***/



body { background-color: #fff;
    color: rgba(14, 14, 14, 1);
	font-family:'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0; 
}

.label-warning{
    background-color:#a70a4d;
}

.alert{
    margin-bottom: 0px;
}
.my-account{
    border: 0px solid;
    border-radius: 9px;
    background-color: #a70a4d;
    color: #fff;
    margin-top: 6px;
}
.my-account-btn{
    margin-left: 0px;
    margin-top: 0px;
    color: #fff;
}
.mo-offer{
    color:#E9EF18;
    font-weight: bold;
}
.mo-offer-normal{
    color:#B3CFD8;
    font-weight: bold;
}

.favor{
    cursor: pointer;
}

.favo {

margin-top:10px;
color: #a70a4d;
}
.fa-heart-o, .fa-heart{
    font-size: 28px;
    color: #b91875;
	float: left;
	margin-top:-6%;margin-left:5%;
}

h1 { font-weight:100;
}
h2 { font-weight:100; font-size:18px; float: left;margin-top:-5.5%;margin-left:10%;
}

.btn-d, .btn-d:hover{

    box-shadow: 0 0 0 1px rgba(50, 50, 50, 0.5) inset;
}
.review_h1{
    font-size:35px; margin-top:30px; font-weight:100; line-height:20px;
}
.review_h4{
    font-size:11px;margin-bottom:2px margin-top:-20px;font-weight:100; 
}
.review_text{
    position:absolute; margin-top:-10px; width:inherit;height:inherit;
}
.review_score{
    float:left;
    background: none; /*none repeat scroll 0% 0% #00B050; */
    color: #00B050;
    font-size: 55px;
    line-height: 90px;
	
    text-align:center;
	border: 2px solid #00B050;
	border-radius: 90px;
	width: 90px;
	height: 90px; 
	box-shadow: 0 0 0 1px rgba(50, 50, 50, 0.5) inset;
	margin-right:10px;
	margin-top: 10px;
	
}
/*#avg.label-warning{
    background-color: #a70a4d;
    
}*/
.pagination>.active>a,
 .pagination>.active>span, 
 .pagination>.active>a:hover, 
 .pagination>.active>span:hover, 
 .pagination>.active>a:focus, 
 .pagination>.active>span:focus
{
    background-color: #a70a4d;
    border-color: #a70a4d;

}

.responseTime_h1{
    font-size:35px; margin-top:30px; font-weight:100; line-height:20px;
}
.responseTime_h4{
    font-size:11px;margin-bottom:2px margin-top:-20px;font-weight:100; 
}
.responseTime_text{
    position:absolute; margin-top:-10px; width:inherit;height:inherit;
}
.responseTime{
    float:left;
    background: none; /*none repeat scroll 0% 0% #00B050; */
    color: #450aa7;
    font-size: 55px;
    line-height: 90px;
	
    text-align:center;
	border: 2px solid #450aa7;
	border-radius: 90px;
	width: 90px;
	height: 90px; 
	box-shadow: 0 0 0 1px rgba(50, 50, 50, 0.5) inset;
	margin-right:7px;
	margin-top: 10px;
}
.hours-logo{
    float:left;
    background: none; /*none repeat scroll 0% 0% #00B050; */
    color: #450aa7;
    font-size: 55px;
    line-height: 90px;
    
    text-align:center;
    bordedr: 2px solid #450aa7;
    border-radius: 100px;
    width: 100px;
    height: 100px; 
    box-sdhadow: 0 0 0 1px rgba(50, 50, 50, 0.5) inset;
    margin-right:10px;
    
}
.modal-h1{
    width:504px;
}

.custom-top{
    margin: 80px 0px 0px;

}

.custom_detail{
    font-weight: bold;
    font-size: 22px;
    padding: 4px 0;
    color: #666;

   
}
.agent-name {
    color: #313131;
    font-size: 21px;
    margin-top:11px;
    text-transform: uppercase;
}
.slidesjs-container{
    heighft:513.936px;
}

.btn-req{
    padding: 5px 26px;
    backgrounds-color: #a70a4d !important;

}
.right_img{

    float:right;
}
.custom_sidebar{
    margin-top:40px; border:2px solid #000;
}
.custom_size{
    padding-left: 0;
}
.feature{
    float:left;
    box-shadow: 1px 2px 6px rgba(42, 6, 6, 1);
                              color: #fff;
                              font-size: 12px;
                              font-weight: bold;
                              height: 19px;
                              left: 1pxpx;
                              bottom:0;
                              lsine-height: 30px;
                              position: absolute;
                              text-align: center;
                              text-transform: uppercase;
                              tops: 120px;
                              background-color: #FF5252;
                              padding:6px 10px 21px 3px;
}
.property-header-image{
    height: 135px;

}
.image-property{
    height: 170px;
}
span.custom-span{

    color:#a70a4d;
}

.custom-p>span{
    

}
.footer2{
    background: none repeat scroll 0% 0% #EEE; box-shadow: 0 0 8px 1px #aaa;
}
.footer-container{
    margin-top:20px;
}
a.admin-log{
    color:black;
    margin-left: 5px;
}
.property-p{
    margin-top: 9px;color:#808384;font-size:14px;font-familys: Calibri;text-align:right
}
.custom-p{
    color:black; font-weight: 600;line-height: 20px;font-family:calibri;font-size:40px;
}
.custom-row{
    padding-top:15px;
    margin-bottom: 10px;
}
.custom-navbar-brand{
    margin-left:0px; margin-bottom:14px;
}
.add-review_c{
background-image:linear-gradient(to bottom, #FCF8E3 0px, #FAF2CC 100%);
padding: 17px;
border-radius: 4px;
margins-top:100px;
}

#foo{
    margin-right:5px; possition:relative; z-index:100;background-color:#f5f5f5; margin-top:15px;
}

.widget-body p{

    font-size:12px; margin-left:15px;
}
.topstrip a{

    color:#fff;
}
.btn-info{
    background-color: #80d752;
}

.custom-login{

    margin-right: 53px;
}
.navbar-brand{
    padding: 28px 0px 0px 0px;

}
.custom-container{

    width:100%;
}
.navbar-header{

    margin-left:42px; margin-top:-10px;
}
h4{
    font-size: 16px;
}
.topstrip {
    background: none repeat scroll 0 0 #333333;
    color: #aaa;
    padding: 9px 0;
}

.total-review{

background: none repeat scroll 0% 0% #003580;
border-radius: 10px 10px 10px 0px;
color: #FFF;
font-size: 55px;
line-height: 90px;
margins: 0px auto 0.35em;
}
.custom-mes{

    margin-top: 5px;
}

.star1, .star2, .star3, .star4, .star5{
    min-width:247px;
}
.readon{
    min-width:251px;
    margin-top: 5px;

}
.wid{
    min-width:251px;
    margins-top: 15px;

}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
.detail-title{
    visibilitys: hidden;
}

.widget {
    margin-bottom: 20px;
}

.widget.our-agents .agent {
    background-color: #eeedee;
    margin-bottom: 15px;
    padding: 8px 15px;


}
.widget.our-agents .agent .image {
    floats: left;
    margin-right: 8px;
    width: 60px;
}
.widget.our-agents .agent .image img {
    width: 70px;
}

.widget.our-agents .agent .name a {
    color: #313131;
    text-decoration: none;
}
.widget.our-agents .agent .name a:hover {
    text-decoration:underline;
}
.widget.our-agents .agent .email, .widget.our-agents .agent .phone {
    font-size: 18px;
    font-weight: 10px;
    font-family: sans-serif;
    padding-top: 5px;
}
.widget.our-agents .agent:last-child {
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {

    .widget.our-agents .agent {
        padding: 10px;
    }
    .widget.our-agents .agent .image {
        margin-top: 3px;
        width: 50px;
    }
    .widget.our-agents .agent .image img {
        width: 50px;
    }
    .widget.our-agents .agent .name {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .widget.our-agents .agent .email, .widget.our-agents .agent .phone {
        line-height: 1.5;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .widget.our-agents .agent {
        text-align: center;
    }
    .widget.our-agents .agent .image {
        float: none;
        margin-bottom: 10px;
        height: 40px;
        margin: 0 auto;        
    }
    .widget.our-agents .agent .image img {
        width: auto;
    }
    .agent .name{
        clear: both;
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
    .widget.our-agents {
        margin-bottom: 0;
    }    
}

@media  (min-width: 590px) and (max-width: 750px) {
    .slider-map-holder{
        height: 420px !important;
    }
}

.property-thumb-image{

}

.property-header {
    overflow: hidden;
    position: relative;
    min-height: 135px;
}
.property-header .listing-holder {
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease-in-out 0s;
    width: 100%;
    z-index: 10;
}

.property-header .badge-wrap {
    color: #fff;
    font-family: "BebasNeue",sans-serif;
    font-size: 1.2em;
    height: 100px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100px;
}
.property-header .badge-wrap.new {
    font-size: 1.6em;
}
.property-header .badge-wrap span {
    display: block;
    height: 100%;
    line-height: 100px;
    position: absolute;
    transform: rotate(45deg) translate(0px, -25%);
    -webkit-transform: rotate(45deg) translate(0px, -25%);
    -ms-transform: rotate(45deg) translate(0px, -25%);
    width: 100%;
}
.property-header .badge-wrap:before {
    border-color: transparent;
    border-style: solid;
    border-width: 0 100px 100px 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}
.property-header .badge-wrap.none, .property-header .badge-wrap.none:before {
    display: none;
    height: 0;
    width: 0;
}
.property-header .badge-wrap.new:before, .property-header .badge-wrap.badge-blue:before {
    border-color: transparent #00b4ff;
}
.property-header .badge-wrap.for-sale:before, .property-header .badge-wrap.badge-green:before {
    border-color: transparent #73ba5d;
}
.property-header .badge-wrap.for-rent:before, .property-header .badge-wrap.badge-orange:before {
    border-color: transparent #fc8652;
}
.property-header .badge-wrap.reduced:before, .property-header .badge-wrap.badge-red:before {
    border-color: transparent #fa565a;
}
.property-header .badge-wrap.sold:before, .property-header .badge-wrap.rented:before, .property-header .badge-wrap.badge-gray:before {
    border-color: transparent #7f8c8d;
}
.property-header .badge-wrap.on-show:before, .property-header .badge-wrap.badge-purple:before {
    border-color: transparent #9b59b6;
}

.property-contract-type {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
    left: -33px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 12px;
    transform: scale(1) rotate(-45deg) translate(0px);
    -webkit-transform: scale(1) rotate(-45deg) translate(0px);
    -ms-transform: scale(1) rotate(-45deg) translate(0px);
    width: 120px;
    z-index: 1;
}
.property-contract-type span {
    color: #ffffff;
}
.property-contract-type.sold {
    background: none repeat scroll 0 0 #e42f2f;
}
.property-contract-type.rent {
    background: none repeat scroll 0 0 #ff7430;
}
.property-contract-type.sale {
    background: none repeat scroll 0 0 #99FF00;
}
.property-contract-type.both {
    background: none repeat scroll 0 0 #FF7F00;
}

.property-thumb-meta {
    bottom: 0;
    top:18px;
    righst: 45%;
    position: relative;
	
}
.prop-title > h4 {
    margin-top: 19px;
}
.property-thumb-agent {

    lefts:77px;
    rigsht: 0;
    position: relative;
    z-index:100;
    width:71px;
    height: 55px;
    top: -358px;
    left: 74px;

}
.property-thumb-agent-search {

    lefts:77px;
    rigsht: 0;
    position: relative;
    z-index:100;
    width:96px;
    height: 55px;
    top: -375px;
    left: 132px;

}
.property-thumb-meta-details {

    bottom: 0;
    right: 0;
    position: absolute;

}
        .property-thumb-meta-details .property-price{
                    clear: both;
                    color: #fff;
                    float: right;
                    font-size: 16px;
                    padding: 2px 4px;
                    background-color: #a70a4d;

        }
    .property-thumb-agent-search .logo{

    clears: both;
    height:auto;
   
    width:100%;
    max-height:55px;
    z-index:100;
    border: 1px solid #CCC;
    -moz-box-shadow: 0 0 5px 1px #ccc;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 5px 1px #ccc;
    margisn-left:-10px;
    margin-stop:10px;
   
     bottom: 0;
     right:0;
     position: absolute;

    }
.property-thumb-agent .logo {
    clears: both;
    height:auto;
   
    width:100%;
    max-height:55px;
    z-index:100;
	border: 1px solid #CCC;
	-moz-box-shadow: 0 0 5px 1px #ccc;
	-webkit-box-shadow: 0 0 5px 1px #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	margisn-left:-10px;
	margin-stop:10px;
   
     bottom: 0;
     right:0;
     position: absolute;


	
	
}
.thumbnail .caption{ 

    padding : 7px;
    height: 318px;
}

.thumbnail .caption1{ 

    padding : 7px;
    height: 120px!important;
}
    .caption > p{
        min-height: 40px;
    }


 .property-thumb-meta .property-price {
    clears: both;
    color: #a70a4d;
    float: left;
    font-size: 17px;
    padding: 2px 0px;
     backgrounsd-color: #a70a4d; 
	 margin-top:-10px;
	 margins-bottom:30px;

	 }

.property-header a {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color 0.2s ease-in 0s;
    width: 100%;
    z-index: 60;
}
.property-header a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url("../images/toolbar_find.png");
    background-position: center center;
    background-repeat: no-repeat;
}

.property-utilities{
    /*clear: both;*/
}

.property-utilities .bathrooms .content{
    background-image: url("../images/icons/bathrooms.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 14px 20px;
    color: #313131;
    padding-left: 25px;
}


.property-utilities .photos .content{
    background-image: url("../images/icons/photos.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 18px;
    color: #313131;
    padding-left: 25px;
}
.property-utilities .bedrooms .content{
    background-image: url("../images/icons/bedrooms.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 21px 12px;
    color: #313131;
    padding-left: 30px;
}

.btn-primary {
    background-color: #a70a4d !important;
    border-color: transparent;
    color: #fff;
    padding: 9px 10px;
	font-weight:normal;
}

.btn-primary:hover {
    background-color: #cb0559 !important;
}


.thumb-shadow{
    background-color: #fff;
}
.switcher a{
    text-decoration: none !important;
}
.switcher i{
    color:#a70a4d !important; 
}
.switcher .active{
    color: #222 !important;
}
.recent-grid{
    font-weight: bold;
    font-size: 18px;
    padding: 4px 0;
    border-bottom: 1px solid #CCC;
    margin: 15px 0;
}

.btn-width{
    width:63%;
}

.detail-title{
    font-weight: bold;
    font-size: 22px;
    padding: 4px 0;
    color: #666;
    margin: 5px 2px 0px 5px;
    visibilitys: hidden;
}

.detail-mess{

font-weight: bold;
    font-size: 22px;
    padding: 4px 0;
    border-bottom: 1px solid #CCC;
    margin: 50px 0px 0px;
    color: #666;
    margin: 16px 2px 0px 6px;
    visibilitys: hidden;
}
#facilities_box{
    display:none; 
}
#plain_box{
    displays:none; 
}

.orange{
    background-color: #EEE !important;
    border-top: 4px solid  #F7E01D !important;
}
.orange-border{
    borders: 1px solid  #f0ad4e !important;
}
#panel{
    background-color: #fff;
}

#panel .title{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px;
}

#panel .custom_title{

    padding: 43px 0 0;

}
#message-form{
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
}
#message-form input[type=submit]{
    padding: 8px 14px;
}
.info_list {
    clear:both;
}
.divider {
    border-bottom: 1px solid #E6E6E6;
    margin: 4px 0px;
    clear: both;
}
.custom_find{
    margin-top:50px;
    color: white;
    font-size:19px;
}
.header-row{
    margin-bottom: -100px;
}

.title-box {
	margin-top: -50px;	
}
.search-box{
    padding: 20px 20px 20px 20px;
    z-index: 100;
    background: white repeat scroll 0 0 transparent;
    border-radius: 4px;
    box-shadow: 0px 0px ;
    position: relative;
    border:0px solid #fff;
    opacitys: 0.8;
    background-color: rgba(0,0,0,0.9);
	margin-top:0px;
	margin-left:0px;
}
.share-networks{

    displays:none;
}
#loc{

    display:nones;
}
#vid{

    display:none;
}
.navbar-brand p{
    margin:4px 0 0 0 ;
}
.btn-custom {
    margin-left: 5px;
    background-color: #a70a4d;
    padding: 10px 8px;
	color:#fff;
	font-weight:normal;
    
}

 .btn-custom:hover{
    background-color: #cb0559;
	color:#fff;
    
}

.btn-custom2 {
    margin-right: 2px;
    margin-left: 3px;
    padding: 10px 8px;
    background-color: #000;
	color:#fff;
	font-weight:normal;

}

 .btn-custom2:hover{
    background-color: #cb0559;
	color:#fff;
	
}
a{
    colors: #ffffff;
}
.link-custom {
    background-color: transparent;
    color: #ffffff;
    border-lefts: 2px solid #ffffff ;
    text-decoration: underline;
	margin-left:10px;
}

.search-box label{
    color: #fff;
    margin-bottom: 8px;
    font-size: 20px;
    /*height: 30px;*/
}

#supersized{
        height: 80% !important;
}
.slider-map-holder{
    background:#fff;
    height:520px;
    position:absolute;
    width:100%
}
.switcher{
    float: right;
    margsight: 11em;
    width:61%;
}
.switcher{
    displasy:none;
}
#owl-demo{
    display:none;
}
@media (max-width: 600px) {
    .view-filter-divider{
        clear: both;
    }
    .switcher{
        float: left;
    }
    .slider-map-holder{
        height: 420px;
    }
    .search-box{
        width: 100%;
    }
    #supersized{
        height: 70% !important;
    }
    #prevslide, #nextslide{
        margin-top: 60px !important;
    }
    .list-group .list-group-item .row .titles:nth-child(2){
        border-right: 0;
    }
    .share-option{
        border-left: none !important;
    }
    .share-label{
        border-bottom: 1px solid #ccc;
    }
}

.share-option{
    padding: 13px;
    border-left: 1px solid #ccc;
}
.blue-button{
    background-color: #3498db;
    color: white;
}

.list-group .list-group-item:first-child{
    border-top: 0;
}
.property-meta-list{
 padding: 10px;
}
.property-meta-list .list-group-item {
    background: none repeat scroll 0 0 #eee;
}
.property-meta-list .list-group-item .titles {
    border-right: 1px solid #ccc;
}
.property-meta-list .list-group-item .last {
    border-right: 0 none;
}
.property-meta-list .titles span {
    /*font-weight: 600;*/
    /*text-transform: uppercase;*/
}

.share-networks .fb i{
    color: #6D8ED2 !important;
}
.share-networks .twitter i{
    color: #55ACEE !important;
}
.share-networks .gplus i{
    color: #DC4C3A !important;
}

.share-networks .linkedin i{
    color: #006fa6; !important;
}
.share-networks {
    background-color: #fff;
    border: 1px solid #dedede;
    margin: 0 0 14px;
}
 .share-networks a {
    color: #394041;
    font-size: 13px;
}
 .share-networks a:hover {
    color: #dc7d44;
}
.share-networks a [class^="fa-"],.share-networks a [class*=" fa-"] {
    color: #929a9b;
    margin: 0 9px 0 12px;
}
.share-networks span {
    border-right: 1px solid #dedede;
    display: block;
    float: left;
    padding: 11px 23px 11px 0;
}
.share-networks span:last-of-type {
    border-right: medium none;
}
.share-networks .share-label {
    border-right: medium none;
    padding: 12px 21px 13px 28px;
}

.filter-checkbox{
    margin-top: -2px;
}

.board-filter-input-slider {
    float: left;
    font-size: 13px !important;
    height: 24px !important;
    line-height: 24px !important;
    margin-top: 8px;
    padding: 1px !important;
    width: 27% !important;
}
.slider-input-text-middle {
    float: left;
    font-size: 13px;
    margin-top: 10px;
    min-width: 105px !important;
    text-align: center;
    width: 45% !important;
}

.property-amenities ul {
    list-style: none outside none;
}
.property-amenities ul li.checked {
    background-image: url("../images/icons/check.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11px 9px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
}
@media not all, not all {
    .property-amenities ul li.checked {
        background-image: url("../images/icons/check@2x.png");
    }
}
.property-amenities ul li.cross {
    background-image: url("../images/icons/cross.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 11px 9px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-top: 3px;
}
@media not all, not all {
    .property-amenities ul li.cross {
        background-image: url("../images/icons/cross@2x.png");
    }
}

.map-thumbnail{
    width: 200px;
    margin-bottom: 0 !important;
}
.map-thumbnail .caption{
    padding: 0 !important;
}
.map-thumbnail .caption h4{
    margin-top: 2px !important;
    margin-bottom: 0 !important;
}

.images-box {
	padding-right:5px;
	display:inline-block;
	
}
.custom_img{

}

.gallery-images {
    border-radius: 5px;
    display: block;
    line-height: 0;
    position: relative;
}
.gallery-images img {
    border-radius: 5px;
}
.gallery-images .bg-images {
    border-radius: 4px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.gallery-images:hover > .bg-images {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    transition: all 0.2s ease-out 0s;
}
.gallery-images .bg-images i {
    margin: 5px 0 0 5px;
}
.gallery-images .bg-images i:before {
    color: #fff;
    font-size: 20px;
    transition: all 0.2s ease-out 0s;
}
.gallery-images:hover .bg-images i:before {
    color: #000;
    font-size: 30px;
    transition: all 0.2s ease-out 0s;
}

.info_list .info-title{
    float:left;
    font-weight:bold;
}

.info_list .info-content{
    float: right;
}

.agent-container{
   padding-left:20px;
}
.agent-holder {
    border: 1px solid #dedede;
    margin-bottom: 30px;
    padding: 16px 20px 0;
    margin-top: 100px;
}
.agent-holder .agent-image-holder {
    width: 150px;
    float: left;
    margin: 4px 23px 15px 0;
}

.agent-holder .agent-image-holder img {
    border: 1px solid #dedede;
    display: block;
}

.agent-holder .detail {
    float: left;
    margin-bottom: 10px;
    width: 75%;
}
.agent-holder .detail .agent-properties{
    background-color: #5cb2fc;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    padding: 2px 9px;
    border: 1px solid #3391f7;
    border-radius: 3px;
    width: 100px;
}
.follow-agent {
    border-top: 1px solid #dedede;
    clear: both;
    margin: 40px -20px 0;
}

.follow-agent .social-networks {
    float: right;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.follow-agent .social-networks li {
    border: medium none;
    display: inline-block;
    margin: 0 0 0 -4px;
}

.follow-agent .social-networks li a {
    border-color: #dedede;
    border-left: 1px solid #dedede;
    color: #929a9b;
    display: block;
    font-size: 15px;
    height: 46px;
    line-height: 44px;
    margin: 0;
    outline: medium none;
    padding: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 44px;
}

.follow-agent .social-networks li a:hover {
    background-color: #dedede;
    transition: all 0.3s ease 0s;
}

.social-networks .fb i{
    color: #6D8ED2 !important;
}
.social-networks .twitter i{
    color: #55ACEE !important;
}

.social-networks .linkedin i{
    color: #1184CD !important;
}

.social-networks .gplus i{
    color: #DC4C3A !important;
}

.search-divider {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 15%;
    z-index: 1;
    font-weight: bold;
}

.search-divider:before, .search-divider:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 2px;
    content: '\a0';
    background-color: #fff;
}
.search-divider:before {
    margin-left: -50%;
    text-align: right;
}

.view-more {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
    font-weight: bold;
}

.view-more:before, .view-more:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #ccc;
}
.view-more:before {
    margin-left: -50%;
    text-align: right;
}


.switcher select{
    font-size: 14px !important;
  margin-left: 13px;
    height: 30px;
    width:31%;    
}
.filter-title{
    font-size: 11px !important;
}
.widget-listing .property-header{
    width: 40%; float: left
}

.widget-listing .caption{
    float: left; width: 60%
}

.widget-listing .caption .property-title{
    font-size: 16px; color: #313131; clear: both; padding-left: 3px;
}

.widget-listing .caption .property-address{
    color: #a70a4d; font-size: 12px; clear: both; padding-left: 3px;
}

.widget-listing .caption .property-price{
    clear: both;  font-size: 12px; color: #ffffff; margin-left: 4px; padding:  0 2px 0 2px; background-color: #3498db;
}

.map-view-holder img{
    max-width: none !important;
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 400px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;  /* Regular padding-left + 1. */
    width: 401px;
}

.pac-container {
    font-family: Roboto;
}

.details-title-head{
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
}
.post-thumb{
  width: 130px;
  float: left;
  margin: 0 10px 10px 0;
}
.facilities-filter{
    list-style: none;
    margin: 0;
    padding: 0;
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}

#owl-demo .owl-item{
    margin: 3px;
}
#owl-demo .owl-item .col-md-4{
    display: block;
    width: 100%;
    height: auto;
}
.post-thumb{
    float: left;
    width: 180px;
    margin:0 20px 20px 0;
}


#slides {
    display: none
}

#slides .slidesjs-navigation {
    margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
    background-image: url(../images/btns-next-prev.png);
    background-repeat: no-repeat;
    display:block;
    width:12px;
    height:18px;
    overflow: hidden;
    text-indent: -9999px;
    float: left;
    margin-right:5px;
}

a.slidesjs-next {
    margin-right:10px;
    background-position: -12px 0;
}

a:hover.slidesjs-next {
    background-position: -12px -18px;
}

a.slidesjs-previous {
    background-position: 0 0;
}

a:hover.slidesjs-previous {
    background-position: 0 -18px;
}

a.slidesjs-play {
    width:15px;
    background-position: -25px 0;
}

a:hover.slidesjs-play {
    background-position: -25px -18px;
}

a.slidesjs-stop {
    width:18px;
    background-position: -41px 0;
}

a:hover.slidesjs-stop {
    background-position: -41px -18px;
}

.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
}

.slidesjs-pagination li {
    float: left;
    margin: 0 1px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url(../images/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    backg
    round-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
    color: #333
}

#slides a:hover,
#slides a:active {
    color: #9e2020
}

.view-listing-button{
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-right: 0;
    padding: 13px 18px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    background: none repeat scroll 0 0 #488cc8;

}

.view-listing-button-list{
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    margin-right: 0;
    padding: 13px 18px;
    text-decoration: none;
    width: auto;
    background: none repeat scroll 0 0 #488cc8;
}

.view-listing-button:hover{
    background: none repeat scroll 0 0 #679B08;
    text-decoration: none;
    color: white;
}

.view-listing-button-list:hover{
    background: none repeat scroll 0 0 #679B08;
    text-decoration: none;
    color: white;
}

.sidebar .sidepanel {
    border-bottom: 1px solid #e3e3e3;
    margin: 0 0 35px;
    padding-bottom: 15px;
}
.sidebar .sidepanel:last-child {
    border-bottom: medium none !important;
    margin-bottom: 15px !important;
}
.widget_nav_menu {
    border-bottom: medium none !important;
    margin-bottom: 15px !important;
}

.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_nav_menu ul li a {
    background: none repeat scroll 0 0 #ffffff;
    border-left: 6px solid;
    color: #3d3d3d;
    display: block;
    font-size: 14px;
    line-height: 20px !important;
    margin-bottom: 3px;
    padding: 10px;
    transition: color 400ms ease 0s, background-color 400ms ease 0s;
    text-decoration: none;
    border-color: #679B08 !important;
}
.widget_nav_menu ul li a:hover {
    font-weight: bold;
    color: #000;
    border-color: #FF7F00 !important;
}


.g-advert {
padding-left:10px;
}

#logo {/*width:265px;*/ padding: 0px 0 0 2px; letter-spacing:-5px; /*float:left;*/ font-size: 45px; font-weight:400;  margin-top:20px; }

#logo .text-purple {color:#a70a4d; margin:0px; padding-right:10px; }
#logo .text-purple a {color:#a70a4d; margin:0px; padding-right:10px; }

#logo .text-white {color:#fff; }
#logo .text { font-size:16px; margin-top:-15px; letter-spacing:0px; color:#3d3d3d; float:right;}
.navbar-brand { font-size:14px;}

#logo a {color:#000; text-decoration:none;}

.tel-number {font-size:20px; font-weight:100; padding-top:10px; }
.small-h1 {font-size:27px; font-weight:600; color:#353636;}
.price-heading {font-size:35px; font-weight:600; margin-bottom:20px; color:#088f41;}
.shadow-text { text-shadow: -1px -1px 0px rgba(255,255,255,0.3), 1px 1px 0px rgba(0,0,0,0.8); }


.vignette {
  background: url("http://lorempixum.com/400/200/nature/5");
  width: 400px; height: 200px;
  -webkit-box-shadow:
            inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
   
     -moz-box-shadow:
            inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
   
          box-shadow:
            inset 0 0 50px #000,
                inset 0 0 50px #000,
                inset 0 0 50px #000;
}

.navbar { background-color:#fff; font-size:14px; margin-bottom:-5px;}

.grey_text {
	color:#888;
}


/*----------custom----------*/
.row{ margin:0px;}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg{ padding-left:0px; padding-right:0px;}



.custom_nav{ padding-top:40px}




@media only screen and (min-width: 959px)  {.custom_nav{ padding-top:0px}}
@media only screen and (max-width: 960px)  {.custom_nav{ padding-top:40px}}




