*{
    margin:0;
    padding:0;
    outline:none;
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?79247992');
  src: url('../fonts/fontello.eot?79247992#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?79247992') format('woff2'),
       url('../fonts/fontello.woff?79247992') format('woff'),
       url('../fonts/fontello.ttf?79247992') format('truetype'),
       url('../fonts/fontello.svg?79247992#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
body{    
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333;
}
a{
    color: #00a4b7;
}
a:hover, a:focus {
    color: #50b748;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display', serif;
    color: #00a4b7;
}
.full-width{
    float:left;
    position: relative;
    width: 100%;
}

.demo-icon{
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-left-open-big:before { 
    content: '\e802'; 
}
.icon-right-open-big:before { 
    content: '\e804'; 
}
.icon-down-open-big:before { 
    content: '\e80a'; 
}
.icon-play-circled:before { 
    content: '\f144'; 
}
.icon-mail:before { 
    content: '\e809'; 
}
.icon-star-filled:before { 
    content: '\e80b'; 
} 
.logo-section img{
    border-radius:6px;
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 50%;
    margin-left: -120px;
    width: 240px;
}
.home-slider{
    position: relative;
}
.bx-wrapper{
    border: none;
    margin-bottom: 0;
}
.bx-wrapper img{
    width: 100%;
    height: auto;
    /*max-width: 1400px;*/
    margin: 0 auto;
}
.bx-wrapper .bx-controls-direction a {
    width: 60px;
    height: 60px;
    text-indent: 0;
}
.captions{
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 70%;
    left: 15%;
    text-align: center;
}
.captions h2{
    color: #fff;
}
.icon-down-open-big{
    color: #fff;
    font-size: 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    padding: 16px 0;
    height: 58px;
    width: 58px;

}
.grey-bg{
    background: #e7e6e6;
    padding: 35px 30px;
}
.home-about {
    padding: 30px 0px 10px 0px;
    text-align: center;
}
.home-about p{
    font-size: 18px;    
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
}
.media-object .media-object-section:nth-child(2){
    padding-right: 15px;
}
footer{  
    color: #fff;
}
.footer-top{
    background: url("../images/moorland_stream.jpg") no-repeat 0 0;
    padding: 25px 0;
}
footer label{
    color:#fff;
}
.txt{
    width: 48.9%;
    display: inline-block;
}
footer label:first-child{
    margin-right: 10px;
}
textarea{
    height: 80px;
}
.copyright{
    background: #348f2d;
    font-size: 12px;
}
.copyright p{
    margin-bottom: 0;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}
.footer-list li a{
    color: #fff;
    font-size: 14px;
    line-height: 26px;
}
footer h3{
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}
footer h3 span{
    border-bottom: 1px solid #50b748;
    display: block;
    padding-bottom: 10px;
}
h1, h2.double-underline, .detailed-desc h1{
  position: relative;
  display: inline-block;
}
h2.double-underline{
    margin: 0 auto 40px auto;
    font-size: 30px;
}
.double-underline:after, .double-underline:before{
   content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  background-color:#50b748;
  display: block;
  height: 1px;
}
.double-underline:after {
   bottom: -9px;
  left: 30px;
 }
.double-underline:before {
   bottom: -5px;
 } 
.more{
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #50b748;
    border-radius: 4px;
    border: none;
    letter-spacing: 1px;
}
.more:hover, .more:focus{
    color: #fff;
    background: #348f2d;
}
.detailed-desc .more, .sidebar .more{
    display: block;
    width: 100%;
}
.footer-top p{
    margin-bottom: 7px;
}
.cott-content .media-object{
    background: #fff;
    margin-bottom: 25px;
    -moz-box-shadow: 3px 3px 8px #9fa0a0;
    -webkit-box-shadow: 3px 3px 8px #9fa0a0;
    box-shadow: 3px 3px 8px #9fa0a0;
}
.home-banner{
    position: absolute;
    top: 0;
    /*height: 400px;*/
    z-index: -1;
}
.home-banner img{
    /*height: 400px;*/
    margin-bottom: 20px;
    width: 100%;
}
.detailed-desc{
    font-size: 14px;
}
.detailed-desc p{
    text-align: justify;
}
.bg-white{
    background: #fff;
}
.detail-screen{
    margin-top:300px;
    -moz-box-shadow: 0px 2px 8px #9fa0a0;
    -webkit-box-shadow: 0px 2px 8px #9fa0a0;
    box-shadow:0px 2px 8px #9fa0a0;
    border-radius:5px;
    margin-bottom: 45px;
    padding: 25px 20px;
}
.reviews-summary{
    font-size: 18px;
    border-bottom: 1px solid #d7d8da;
    padding-bottom: 10px;
}
.rating{
    position: relative;
    font-family: "fontello";
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: text-top;
    text-align: left;
    height: 24px;
    width: 86px;
    line-height: 17px;
    font-size: 20px;
}
.rating::before {
    content: '\e80b\e80b\e80b\e80b\e80b';
    color: #e4e4e4;
    position: absolute;
    letter-spacing: 3px;
}
.rating::after {
    content: '\e80b\e80b\e80b\e80b\e80b';
    color: #f90;
    position: absolute;
    overflow: hidden;
    letter-spacing: 3px;
}
.rating::after {
/*    color: #353e44;*/
}
.rating-4-5::after {
    width: 90%;
}
.author{
    text-align: center;
}
.media-object img{
    width: 95px;
}
.media-object{
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d8da;
}
.media-object-section h4{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
    color: #333;
}
.review-vote-btns{
    margin-top: 20px;
}
.review-vote-btns .btn-group {
    background: #f6f6f6;
    border-radius: 3px;
    margin-right: 12px;
    padding: 4px;
}
.review-vote-btns .txt-helpful-count {
    color: #72787c;
}
.review-vote-btns button {
    background: transparent;
    border: 0;
    font-size: 13px;
    padding: 0 8px;
    color: #50b748;
    font-weight: bold;
    cursor: pointer;
}
.terms.info{
    margin-top: 30px;
}
.terms p{
    font-size: 12px;
}
.popup-gallery, .map{
    margin: 30px 0;
}
.popup-gallery h3, .map h3{
    margin-bottom: 20px;
}
.slider-section{
    height: 100%;
}
.slider-bg{
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}
.calendar ul.month-browser li {
    border: 0 none;
    height: auto;
    margin: 20px 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.calendar {
    width: 100%;
}
.calendar h2{
  clear: both;
  padding-top: 20px;
}
.calendar ul {
    clear: both;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.calendar ul.weekdays {
    height: 40px;
}
.calendar ul.weekdays li {
    border: medium none !important;
    color: #666;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 6px;
    text-align: center;
    text-transform: uppercase;
}
.calendar li {
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-bottom: -1px;
    margin-right: -1px;
    overflow: visible !important;
    padding: 15px 5px;
    width: 14.2857%;
}
.calendar .days:last-child li {
    margin-bottom: 0 !important;
}
.calendar li .day, .calendar li .month {
    display: none;
}
.calendar .date {
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.calendar li.out_of_range {
    background-color: #fff;
    color: #fff;
}
.calendar-day{
    background-color: #246520;
    color: #FFFFFF;
    position: relative;
}
.calendar-day .price{
    position: absolute;
    top: 5px;
    font-size: .75em;
    color: #fff;
    background-color: #b30000;
}
.calendar .booked {
    background-color: #b30000;
    color: #FFFFFF;
}
.calendar p span{
  margin-right: 5px;
  padding: 3px;
}
small.error{
  color: red;
  display: none;
}
form label, form p{
  text-shadow: 1px 1px #000;
}
form a{
  color: #000;
  text-decoration: underline;
}
ul {
    list-style: none;
}
.recommendations{
    padding: 0 1rem;
}
.recommendations div p:before {
    content: "\2665 \020";
    font-size: 1.5em;
    color: #000000;
}
/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {    
    .demo-icon.icon-right-open-big,.demo-icon.icon-left-open-big{
        font-size: 27px;     
        color:#fff;
    }
    .demo-icon.icon-right-open-big{
        margin-right: -8px;
    }
    .demo-icon.icon-left-open-big{
        margin-left: -8px;
    }
    .captions p{
        font-size: 14px;
    }    
    .captions{
        margin-left: 23px;
    }    
    .subscribe-form img{
        width: 20px;
    }
    .subscribe-form .lg-btn{
        padding: 12px 10px;
    }
    .inner-content{
        padding: 15px 0;
    }   
    .cott-content .media-object{
       display: block;
        min-height: 300px;
        padding: 15px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

@media only screen and (max-width : 680px) {
  #intro{
    margin-top: 150px;
  }
  .logo-section img{
    border-radius:6px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -120px;
    width: 240px;
  }
  .home-banner{
    position: absolute;
    top: 120px;
    /*height: 400px;*/
    z-index: -1;
    }
    .home-banner img{
        /*height: 400px;*/
        /*margin-bottom: 20px;*/
        width: 100%;
    }
    .sidebar{
        padding-top: 1em;
    }    
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .captions p{
        font-size: 18px;
    }
    .demo-icon.icon-right-open-big,.demo-icon.icon-left-open-big{
        font-size: 35px;
    }
    .media-object-section .demo-icon.icon-right-open-big{
        font-size: 16px;
    }
    
    .bx-wrapper img{
        height: 350px;
    }
    .captions{
        margin-left: 40px;
    }    
    .subscribe-form h3{
        float: left;
    }
    .subscribe-form img{
        width: 30px;
    }
    .subscribe-form .lg-btn {
        padding: 12px 30px;
    }
    
    .footer-top .demo-icon{
        float: left;
        font-size: 25px;        
        margin-right: 15px;
    }
    .cott-content .media-object{
        display: flex;
        min-height: auto;
        padding:0;
    }
    .cott-content .media-object img{
        width: 300px;
    }
    .cott-content h4{
            font-size: 20px;
    margin: 20px 10px;
    }
    .cott-content p{
        padding-left:10px;
        padding-right: 10px;
        line-height: 27px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    
    .captions p{
        font-size: 20px;
    }
    .demo-icon.icon-right-open-big,.demo-icon.icon-left-open-big{
        font-size: 45px;
    }
    .captions h2{
        font-size: 30px;
        margin-bottom: 5px;
    }
    .home-about {
        padding: 35px 30px;
    }
    
    .bx-wrapper img{
        height: 100%;
    }
    .captions{
        padding: 15px;
    }
    .grid-x > .small-12.full-cell, .grid-x > .large-6.full-cell{
        width:100% !important;
    }
    
    .media-object .media-object-section:nth-child(2) {
        padding-right: 0px;
    }
    
    h1{
        font-size: 35px;
        margin-bottom: 30px;
    }
    h3{
        font-size: 25px;
    }
}
@media only screen and (min-width: 1200px){
    .grid-container.max-width {
        max-width: 1370px;
    }
    
    .grid-x > .small-12.full-cell {
        width: 100% !important;
    }
    .grid-x > .large-6.small-12.full-cell {
        width: 50% !important;
    }
    
    .captions{
        margin-left: 0;
        background: rgba(80, 198, 198, 0.5);
    }
    .achieve-box .media-object-section:first-child {
        padding-right: 25px;
        padding-left: 35px;
    }
    .media-object .media-object-section:nth-child(2) {
        padding-right: 20px;
    }
    
   
}

/*Keyframes*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.fade-animation {
    -webkit-transition: opacity .9s linear;
    transition: opacity .9s linear;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.delay0-5s{
     -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay1s{
     -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.delay1-5s{
     -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

