
html, body{
    font-family: 'Open Sans', sans-serif;
}

.page{
    background:#fff;
}

h1, h2, h3, h4{
    color:#00523D;
}

h1, h2{
    font-size:25px;
}

h3{
    font-size:20px;
}

.page{
    overflow: hidden;
}

p{
    text-align:justify;
}

.map-hack{
    background: transparent;
    position: absolute;
    width: 100%;
    height: 550px;
}

#header{
    margin:20px 0;
}

#nav-wrapper{
    border-bottom: 5px solid #00523D;
}

.navbar-default .navbar-nav>li>a{
    color:#333;
    font-size:15px;
}

.navbar-collapse{
    padding:0;
}

.navbar-nav>li{
    margin-right:98px;
}

.navbar-nav>li:last-child{
    margin-right:0;
}

.navbar-nav>li>a{
    padding-top:10px;
    padding-bottom:10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color:transparent;
    border-color:transparent;
}

.nav-tabs, .nav-pills {
    position: relative;
}

.nav-pills>li>a{
    border-radius:0;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
    background:#00523D;
    color:#fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.navbar{
    min-height:0;
    border:0;
    border-radius:0;
}

.navbar-default{
    background-color: transparent;
    border-color:transparent;
    margin:0;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #00523D;
  border-color: #00523D;
  color: #fff;
  cursor: default;
  z-index: 2;
}

.jumbotron p{
    font-size:15px;
}

.jumbotron a{
    color:#000;
}

.footer{
    padding: 10px 0 0 0;
    margin: 10px 0 0 0;
    font-size: 12px;
}

.footer ul{
    list-style-type:none;
    padding-left:5px;
}

.footer p{
    font-size:12px;
}


.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ccc;
    display:inline-block;
    float:right;
    margin-top:5px;
}

.nav>li>a:hover, .nav>li>a:focus, .nav>li>a.active{

}

ul.dash{
    list-style-type:none;
    padding:0;
}

ul.dash li:before{
    content:"-";
    margin:0 10px;
}

/* CSS for collapsable slideshow text */

.responsive-slideshow{
    position: absolute;
}

.absolute-right{
    top:75px;
    right:25px;
    background:rgba(255,255,255,0.7);
    padding:15px;
    width:33.3%;
}

.absolute-left{
    top:75px;
    left:25px;
    background:rgba(255,255,255,0.7);
    padding:15px;
    width:33.3%;
    position:absolute;
}

.override{
    margin:0;
}

.override .col-sm-3{
    float:none;
    position:static;
}


/* end collapsable slideshow CSS */

#header{

}

.logo{

}

p.tel a{
    color:#00523D;
    font-size:24px;
}

p.email a{
    color:#00523D;
    font-size:18px;
}

.video-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb-comments, .fb-comments span, .fb-comments.fb_iframe_widget span iframe {
    width: 100% !important;
}

section#top-boxes{
    background:#00523D;
    padding:20px 0;
}

section#top-boxes .boxes .col-sm-6 div{
    padding:10px;
    text-align:center;
}

section#top-boxes .boxes .col-sm-6 div img{
    background:#F5F5F5;
    border-radius:100px;
}

section#top-boxes .boxes .col-sm-6 div a{
    color:#fff;
    margin-top:20px;
    display:inline-block;
}

section#top-boxes .boxes .col-sm-6 div a:hover{
    text-decoration: none;
}

#top-bar{
    width:100%;
    background:#333;
    color:#fff;
}

#top-bar a{
    color:#fff;
    font-size:14px;
}

#top-bar a:hover{
    color:#ccc;
    text-decoration:none;
}

.footer section{
    background:#00523D;
    color:#fff;
}

.footer section a{
    color:#fff;
}

.override p{
    font-size: 20px;
    text-align: center;
    margin-bottom: 0;
    background: #00523D;
    padding: 20px 0 0 0;
    color: #FFF;
}

.slick-slider{
    margin:0;
}




section#four-boxes{
    padding:70px 0;
    color:#fff;
    text-align:center;
    margin-bottom:20px;
    border-top: 5px solid #00523D;
    border-bottom:1px solid #ccc;
}

section#four-boxes a.title {
    color: #666;
    display: inline-block;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section#four-boxes a.title:hover {
    text-decoration: none;
    color: #029871;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section#four-boxes a, section#four-boxes p{
    color:#666;
    text-align:center;
}

section#four-boxes a.read-more{
    display: inline-block;
    color: #666;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin-top: 20px;
    text-transform:uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section#four-boxes a.read-more:hover{
    text-decoration:none;
    color:#00523D;
    border-color:#00523D;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
















.propertyhead{
background: #00523D;
color: #ffffff;
text-align: center;
}


.editbtn.eb{
  background: none repeat scroll 0 0 lightpink;
  left: 100px;
  padding: 5px;
  position: absolute;
  top: 50px;

}

.editbtn.eb2{
 background: none repeat scroll 0 0 lightpink;

  padding: 5px;
  position: absolute;
  top: 50px;
  right: 30px;
}

.flag {
  left: 15px;
  position: absolute;
  top: 44px;
  z-index: 99999;
}

#dirsort{
    margin:10px 0;
}

.printbtn {
  background: url("images/grad.png") repeat-x scroll 0 0 #ccc;
  border: 3px double #09360a;
  color: #ffed00;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  height: 25px;
  margin-right: 4px;
  padding: 5px 10px 0;
}


.cpblock{
 background: #F5F5F5;
 padding: 10px;
}

.num-title{
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color:#fff;
    padding:5px 0;
    margin-right:20px;
}

.dropdown-menu>li>a{
    font-size:15px;
    padding:7px 20px;
}

h3 a{
    text-align:center;
    width:100%;
    display:block;
    padding:20px 0;
    background:#f7f7f7;
    font-size:17px;
    color:#666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

h3 a.active, h3 a:hover{
    background:#00523D;
    color:#fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration:none;
}

.propertydesc{
    padding:10px;
    background:#fff;

    font-size:14px;
}

.propertycost{
    display: block;
    color: #00523D;
    font-size: 16px;
    font-weight:bold;
    line-height: 30px;
}

.clear{
    clear: both;
}

.locationtitle {
  color: #333;
  float: left;
  font-size: 14px;
}

a .propertydesc{
    color:#333;
}



.slick-prev, .slick-next{
    display:none!important;
}

span.price{
    display:inline-block;
    width:100%;
    margin:2px 0;
    color:yellow;
}

section#banner {
    background: url(../../images/property-investment.jpg);
    padding: 50px 0;
    background-size: cover;
    margin-bottom: 50px;
}

section#banner h1{
    color:#fff;
}


.propertyimg{
    overflow:hidden;
    position:relative;
}

.new-flag{
    position: absolute;
    top: 16px;
    left: -37px;
    transform: rotate(-45deg);
    background: #EFF428;
    width: 150px;
    padding: 10px 0;
    border-top: 2px solid #CDD20D;
    border-bottom: 2px solid #CDD20D;
    color: #00523D;
    font-weight: bold;
}


div.fullpropbottom h1{
    font-size: 22px;
    margin-top:0;
    margin-bottom:20px;
}

div.fullpropdesc{
    line-height:1.7;
}

span.blocked{
    display:inline-block;
    font-weight:bold;
    width:100%;
    height:25px;
    float:left;
}

span.desc{
    display:inline-block;
    width:100%;
    margin-bottom:10px;
}

.btn-success{
    background-color:#00523D ;
    border-color: #00523D;
    border-radius:0;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success{
    color: #fff;
    background-color: #00654b;
    border-color: #00654b;
}















@media (max-width: 992px) {

h3 a{
    font-size: 13px !important;
}

}






@media (max-width: 767px ) {
    .responsive-slideshow{
        float:left;
        position: static;
        width: 100%;
        padding: 5px 15px;
    }
}

@media print{
    a[href]:after{content:"";}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .navbar-nav>li {
        margin-right: 57px;
    }
}


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    .navbar-nav>li {
        margin-right: 2px;
    }
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 736px) {
    .navbar-nav>li{
        margin-right:0;
    }
}