@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora:100,300,500|Roboto:100,300|Open+Sans:300,700,800');
@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');

.mt-1 {
    margin-top: 1em;
}
.mt-2 {
    margin-top: 2em;
}

.cat-detail {
    margin-top: -1rem !important;
    clear: both;
}
.sub-headings {
    margin-bottom: 3em;
    display: flex;
    position: relative;
    padding-left: 8%;
    padding-right: 8%;
}
a.sh-link {
    text-align: center;
    flex-grow: 1;
    color: #fff;
    font-weight: 100;
    font-size: 1.1em;
}
a.sh-link:hover{
    text-decoration: none;
    color: #5b8498;
}
a.sh-link.active{
    text-decoration: none;    
    color: #5b8498;
}

a:focus, a:hover {
    color:inherit;
    text-decoration: none;
}
.copyright{
    padding-top: 10px;
}

.btn-valenq,
.btn-enquire {
    width: 100%;
    border-radius: 50px;
    background-color: #9dabae;
    color: #fff;
    border: 0;
    padding: 15px;
    font-size: 21px;    
}
.btn-valenq{
    width: 60%;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    color: #fff;
    background-image: url('images/btn-bg.jpg'); 
    background-position: top center;
    border-color: transparent;
    font-size: 21px;
}
.footerLink {
    text-decoration: none;
    color: #4a746b;
    margin-right: 15px;
}
.modal-content {
    background-color: #99B0AB;
    color: #fff;
}
.modal-header{
    text-align: center;
    text-transform: uppercase;
    border: 0;
}
.modal-title,
.modal-header-title{
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Lora',sans-serif;
    border:0;
}
.modal-title{
    font-size: 18px;
}
.modal-body {
    position: relative;
    padding: 20px 40px;
    text-align: center;
}
.btn-enquiry{
    width:100px;
    background-color: #565e60;
}
.alert-sold{

}
.alert-reserved{
    
}

.primary{
    margin-bottom: 8px;
}
.primary img {
    max-width: 100%;
    border: 1px solid #B9c2BC;
}


.section-head{
    font-family: 'Lora', sans-serif;
    font-size: 22px;
    color: #444;
    margin-top: 12px;
  }
.section-head {
    font-weight: bold;
}  


.info-price{
    font-size: 27px;
    color: #ffffff;
    font-family: 'Lora', sans-serif;
}
.info-text h1{
    color: #444;
}
.info-text{
    font-size: 16px;
    color: #fff;
}
.info-text a{
    color: #fff;
}
.info-text-short{
    font-family: 'Lora', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    padding: 20px 0;
}
.info-text-long{
    font-size: 16px;
    font-weight: 100;  
    line-height: 1.5em;
    color: #fff;
    padding: 20px 0;
}
.info-video{
    text-align: center;
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px; 
    height: 0; 
    overflow: hidden;   
    margin-bottom: 25px;
}
.info-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99%;
}


    .container-push{
        margin: 40px 0;
    }
    .pad-btn{
        margin-bottom: 60px;
        max-width: 230px;
        background-color: #8c9a9c;
        color:#fff;
        border: 0;
    }


    .responsive-image{
        max-width:100%;
    }

    .lazyloaded {
       /* border: 10px solid #8c9a9c;*/
    }


    .listing-item{
        min-height: 340px;
        text-align: center;
    }
.listing-item-title {
    font-family: 'Lora', sans-serif;
    color: #fff;
    font-size: 1.5rem;
    padding-top: 10px;
    line-height: 2rem;
    height: 80px;
    overflow: hidden;
    margin-bottom: 4em;
    text-decoration: none;
}
.listing-item-price {
    font-family: 'Lora', sans-serif;
    color: #fff;
    font-size: 1.75rem;
    padding-top: 10px;
    line-height: 1rem;
    height: 33px;
    overflow: hidden;
    text-decoration: none;
}

.listing-item-title::hover{
    text-decoration: none;
}

    .txt-styled,
    a.no_transform > .listing-item-title:hover {
        color: #5b8498;
        text-decoration: none;
    }
        .txt-styled{
            text-decoration: none;
        }

    .img-hovered {
        border: 3px solid silver !important;
        text-decoration: none;
     }

    .listing-item-image img {
        border: 3px solid #99b0ab;
        text-decoration: none;
        width: 300px;
        object-fit: cover;
        height: 300px;
    }

    .listing-item-image img:hover {
        border: 3px solid silver;
        text-decoration: none;
    }

    a.no_transform{
        text-decoration: none;
    }
    a.no_transform:hover{
        color: gold;
    }

html {
    line-height: 100%;
    position: relative;
    min-height: 100%;
    font-family: 'Lora', sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: 62.5%;

}
.navbar-toggle {
    float: left;
    margin-left: 20px;

}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-brand,.navbar-brand:hover {
    color: #fff;

}
.navbar-nav>li>a {
    font-family: 'Lora', sans-serif;
    color: #fff;
    font-size: 2.1rem;
}

body{
    font-family: 'Lora', sans-serif;   
    background-color:#99B0AB;
    color: #fff;
    margin-bottom: 160px;
}
h1,h2{
    font-family: 'Lora', sans-serif;   
    font-size: 3rem;
    color: #fff;
}
.footer {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 140px;
    color: #fff;
    padding: 20px;
}
        .carousel .item {
            height: 400px;
            background-repeat: no-repeat;
            background-size: cover;
        }
        .carousel-inner > .item > img {
          position: absolute;
          top: 0;
          left: 0;
        }

        .carousel-caption > .hi_desc{
            overflow: hidden;
            font-family: 'Lora',sans-serif;
            font-size: 20px;
            padding-left: 10%;
            padding-right: 10%;
        }
        .carousel-indicators li {
            display: none;
        }
        .carousel-control.left,
        .carousel-control.right {
            background:none;
        }
.cat-detail{
    margin-top: 4rem;
}
.homeText {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 2rem;
}
.homeText,.logo{
	text-align: center;	
    color: #444;
}
.logo{
    padding-top: 40px;
    padding-bottom: 20px;
}
.toplinks{
    text-align: center;
}


.topnav div > ul li {
    float: left;
    display: inline-block;
    padding-right: 35px;
    text-transform: uppercase;
    font-family: 'Lora', sans-serif;
    color: #444;
    font-size: 20px;
}
.navbar-nav {
    float: inherit;
    text-align: center;
    margin-bottom: 20px;
}
.navbar-nav>li {
    float: inherit;
    display: inline-block;
}
.nav>li>a:hover, .nav>li>a:focus, a.nav-link.active {
    background-color: #99B0AB;
    color: #5b8498;
}

.lead{ 
    font-family: 'Lora', sans-serif;
    line-height: 1.6em;
    color: #fff;
}
#cookieNotification {
    display: none;
    width: 12%;
    background-color: rgba(38, 71, 78,0.8);
    color: #fff;
    position: fixed;
    bottom: 0px;
    padding: 20px;
    z-index: 10;
}
.cookie-inner{
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 1440px) {
    #cookieNotification {
        width: 50%;
    }
}
@media (max-width: 992px) {
    #cookieNotification {
        width: 20%;
    }
}
@media (max-width: 768px) {
    #cookieNotification {
        width: 100%;
    }
}
#toTop {
    background: url(images/top.png) center top no-repeat;
    border: none;
    bottom: 4% !important;
    right:  4%;
    color:  transparent;
    height: 40px;
    width:  40px;
    overflow: hidden;
    position: fixed;
    z-index: 20;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    display: none;
    /*will-change: transform;*/
}

#toTop:hover{
    background: url(images/top-hover.png) center top no-repeat;
    /*background-color: #4a746b;*/
}

.thumbnails{
    float: inherit;
    text-align: center;
    display: inline-block;
}
.thumbnails img {
    display: inline-block;
    *display: inline; /* For IE7 */
    zoom: 1; /* Trigger hasLayout */
    width: 25%;
    text-align: center;
    margin-bottom: 8px;
    padding: 5px;
}

/*
.thumbnails {
  line-height: 0;
  -webkit-column-count: 3;
  -webkit-column-gap:   0px;
  -moz-column-count:    3;
  -moz-column-gap:      0px;
  column-count:         3;
  column-gap:           0px;  
}

.thumbnails img {
  width: 100% !important;
  height: auto !important;
}


@media (max-width: 1200px) {
  .thumbnails {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  .thumbnails {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  .thumbnails {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  .thumbnails {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}

