@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

body {
  background: #414141;
  font-family:Gill;
}

.clr {
  clear: both;
}

.alignLeft {
  float: left;
}

.alignRight {
  float: right;
}

.container {
  width: 1024px;
  height:auto;
  margin:0 auto;
}

@font-face {
  font-family: 'Dupree';
  src: url('../fonts/Dupree.ttf')  format('truetype');
  font-weight: normal;
}

@font-face {
    font-family: 'Gill';
    src: url('../fonts/gillsansmt-webfont.eot');
    src: url('../fonts/gillsansmt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gillsansmt-webfont.woff2') format('woff2'),
         url('../fonts/gillsansmt-webfont.woff') format('woff'),
         url('../fonts/gillsansmt-webfont.ttf') format('truetype'),
         url('../fonts/gillsansmt-webfont.svg#webfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'MTCorsiva';
	src: url('../fonts/MTCORSVA.eot') format('embedded-opentype');
	src: url('../fonts/MTCORSVA.woff') format('woff'), url('../fonts/MTCORSVA.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;	
}



/*****************  TOP SECTION ***********************/
section#top {
  background: none repeat scroll 0 0 #fff;
  height: auto;
  width: 100%;
  padding:10px;
  border-radius:10px;
  margin:5px 0;
}
#header {
  height: auto;
  padding: 20px 0 15px;
  width: 100%;
}
.hdr-L {
  width: 200px;
  height: auto;
  float: left;
}
.hdr-R {
  float: right;
  height: auto;
  width: 320px;
}
.hdr-L a {
  font: 600 30px Dupree;
  color: #414141;
  text-decoration: none;
}

.hdr-R ul {
  list-style: none;
}
.hdr-R ul li {
  display: table-cell;
}
.hdr-R ul li:nth-child(1) a {
  color: #000;
  font: 300 23px Gill;
  text-decoration: none;
}
.hdr-R ul li:nth-child(2) a {
  background: url("../images/enq.png") no-repeat scroll 0 4px;
  color: #000;
  font: 300 16px/20px Gill;
  padding: 18px 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.hdr-R ul li a {
  margin: 0 10px;
}




/***************  MENU SECTION ****************/
#menu {
  height: auto;
  margin: 15px 0;
  outline: 1px solid #98a185;
  width: 100%;
  padding:8px 0;
}
#menu ul {
  list-style: inside none none;
}
#menu ul li {
  display: table-cell;
}
#menu ul li a {
  color: #000;
  font: 300 14px Gill;
  padding: 10px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
}
#menu ul li a.active, #menu ul li a:hover {
  background: none repeat scroll 0 0 #98a185;
  color: #fff;
}


/***************  BANNER SECTION ****************/
#banner {
  height: auto;
  width: 100%;
  margin: 30px 0 10px;
}
#slider {
  width: 75%;
  height: auto;
  float: left;
}
#slider img {
  display: block;
  height: auto;
  width: 100%;
}

#enq {
  background: none repeat scroll 0 0 #aab19b;
  float: right;
  height: auto;
  text-align: center;
  width: 23%;
  padding: 5px 0 5px;
  border-radius: 5px;
}

#enq h2 {
  border-bottom: 1px solid #333;
  font: 300 20px Gill;
  padding: 1px 0;
  margin: 1px 0;
  text-align: center;
  text-transform: uppercase;
}
#enq p {
  margin: 11% auto;
  width: 90%;
}
.f1-txt {
  border: 1px solid #ECECEC;
  
  height: 25px;
  padding: 4px 0;
  width: 150px;
  border-radius: 5px;
box-shadow: 0 2px 2px #737C60;
}
.f1-ta {
  border: 1px solid #ECECEC;
  height: 60px;
  width: 150px;
 
  border-radius: 5px;
box-shadow: 0 2px 2px #737C60;
}
#enq p span {
  display: block;
  float: left;
  width: 25%;
}

.f1-btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #98A185;
  border-color: #98A185 #98A185 #737C60;
  border-image: none;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px 1px 6px;
  box-shadow: 0 0 3px 1px #555555;
  color: #FFFFFF;
  cursor: pointer;
  font: 300 18px MTCorsiva;
  margin-bottom: 8px;
  padding: 4px 30px;
  transition: all 0.5s ease 0s;
}
.f1-btn:hover {
  background: #737c60;
  /*border-bottom: 5px solid #98a185;*/
  color: #ECECEC;
}


/**************** descript SECTION **************/
#descript {
  height: auto;
  margin: 40px 0 60px;
  text-align: center;
  width: 100%;
}
.container h2 {
  color: #fff;
  font: 300 22.5px Gill;
  margin: 30px 0;
  text-transform: uppercase;
  text-align: center;
}
.container h2 span {
  background: #98a185;
  padding: 9px 10px;
  display: inline-block;
  position: relative;
}
.container h2 span:after {
  background: url("../images/headline_r.png") no-repeat scroll 0px 0 rgba(0, 0, 0, 0);
  content: "";
  height: 47px;
  position: absolute;
  right: -134px;
  top: 0;
  width: 135px;
}
.container h2 span:before {
  background: url("../images/headline.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
  content: "";
  height: 47px;
  left: -135px;
  position: absolute;
  top: 0;
  width: 135px;
}
#descript p {
  font: 300 16px Gill;
  color: #b7b7b7;
  margin: 10px 0;
}
#descript p:last-child {
  margin-top: 20px;
}
.des-btn {
  background: none repeat scroll 0 0 #98a185;
  border-radius: 5px;
  box-shadow: 0 0 3px 3px #333;
  color: #000;
  font: 300 20px MTCorsiva;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.des-btn:hover {
  background: none repeat scroll 0 0 #737c60;
  color: #ECECEC;
}





/******** GALRY SECTION ************/
#galry {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 30px 0 70px;
}
#gal-box {
  background: none repeat scroll 0 0 #4b4946;
  padding: 10px;
}
#gal-box ul {
  list-style: inside none none;
}
#gal-box ul li {
  display: inline;
}
#gal-box ul li img {
  border: 10px solid #abaaaa;
  margin: 5px 10px;
}
#galry p:last-child {
  margin: 20px 0 40px;
}



/******** #AD SECTION ************/
#ad {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 30px 0;
}
.ad-left, .ad-right {
  width: 49%;
  height: auto;
}
.adBox {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
.adBox a {
  background: rgba(152, 161, 133, 0.8);
  color: #fff;
  font: 600 40px Dupree;
  left: 130px;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 3px #000;
  top: 35%;
}





/******** footer SECTION ************/
#ftr {
  color: #b7b7b7;
  height: auto;
  margin: 30px 0;
  width: 100%;
}
.ftrBox.alignLeft {
  width: 33.3%;
}
#ftr h3 {
  border-bottom: 1px solid #b7b7b7;
  border-top: 1px solid #b7b7b7;
  color: #fff;
  font: 300 18px Gill;
  padding: 5px 0;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ftrBox ul {
  list-style: inside none none;
}
.ftrBox ul li {
  margin: 15px 0 0 20px;
  line-height:25px;
}
.ftrBox ul li .fa {
  font-size: 20px;
  padding-right: 12px;
  color: #b7b7b7;
}



/******** ftr-btm SECTION ************/
#ftr-btm {
  background: none repeat scroll 0 0 #1e1e1e;
  height: auto;
  text-align: center;
  width: 100%;
  color: #fff;
}
.ftr-menu {
  height: auto;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.ftr-menu ul {
  list-style: inside none none;
}
.ftr-menu ul li {
  display: table-cell;
}
.ftr-menu ul li a {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0 23px;
  text-decoration: none;
  text-transform: capitalize;
  font: 300 14px Gill;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.ftr-menu ul li a:hover {
  color: #B1C28E;
}

.ftr-menu ul li:last-child a {
  border-right: medium none;
}
#ftr .ftrBox:nth-child(1) p {
  margin-bottom: 25px;
  text-align: justify;
  padding: 0 20px 0 0;
}
#ftr .ftrBox:first-child .fa.fa-quote-left {
  margin-right: 5px;
  font-size: 10px;
}
#ftr .ftrBox:first-child .fa.fa-quote-right {
  margin-left: 5px;
  font-size: 10px;
}
#ftr-btm p {
  font: 300 14px Gill;
}


/********* INNER PAGE CSS **********/
.estuary-ip {
  width: 100%;
  height: auto;
}
.estuary-ip h3.head {
  font: 300 18px Gill;
  color: #B1C28E;
}
.estuary-ip p {
  color: #fff;
  font: 300 18px Gill;
}
.ip-full {
  width: 100%;
  height:auto;
}
.ip-full img {
  border: 2px solid #B1C28E;
  border-radius:5px;
  box-shadow: 0 0 4px 2px #222;
}
h2.ip-head {
  text-align: left;
  margin: 12px 0 5px;
}


/*  accommodation page */
.acom img.alignRight {
  clear: both;
  margin-bottom: 15px;
}
ul.ip-list {
  list-style: inside url("../images/ip-list.png") disc;
}
ul.ip-list li {
  color: #b7b7b7;
  font: 300 18px Gill;
  margin: 5px 0;
}
.acom img.alignLeft {
  border: 2px solid #98a185;
  border-radius: 5px;
  margin: 10px;
}
.estuary-ip h3 {
  color: #fff;
  font: 300 18px Gill;
}
.acom-img ul {
  list-style: inside none none;
  width:100%;
  text-align:center;
}
.acom-img ul li {
  display: inline;
}
.acom-img ul li img {
  border: 2px solid #98a185;
  margin: 10px 5px;
}
.acom-img {
  width: 100%;
  height: auto;
}


/* location page */
ul.c-list {
  list-style: inside none none;
  color: #b7b7b7;
}
.loc .map.alignLeft, .loc .adrs.alignRight {
  width: 50%;
}
.adrs.alignRight h2 {
  margin-top: 0;
}
ul.c-list {
  color: #fff;
  list-style: inside none none;
  margin-left: 70px;
}
ul.c-list li .fa {
  font-size: 18px;
  margin-right: 16px;
}


/****** PHOTO GALLERY PAGE *******/
.galry .alignLeft img {
  margin: 20px 10px;
}
.galry ul {
  list-style: none;
  text-align: center;
}
.galry ul li {
  display: inline;
}
.galry ul li img {
  margin: 8px;
}




/****** PRICE PAGE *******/
.alignLeft.price-table {
  width: 50%;
  height: auto;
}
.price-row.head {
  background: #98a185 !important;
  height: auto;
  width: 90%;
  padding:10px 20px 10px 20px !important;
}
.price-row:nth-child(2n) {
  background: #6d7163;
  width: 90%;
  padding: 0 20px 0 20px;
}
.price-row:nth-child(2n+1) {
  background: #7e8471;
  width: 90%;
  padding: 0 20px 0 20px;
}
.price-row div:nth-child(1) {
  width: 70%;
  height: auto;
  padding:10px 0;
  font:300 20px Gill;
  color:#fff;
}
.price-row div:nth-child(2) {
  width: 30%;
  height: auto;
  padding:10px 0;
  font:300 20px Gill;
  color:#fff;
}
.price-row.head div:nth-child(1), .price-row.head div:nth-child(2) {font:300 20px Dupree;}
div#price-ofr {
    width: 450px;
    outline: 3px solid #98a185;
    text-align: center;
    padding: 20px;
	margin:10px auto;
}
span#gry {
    background: #98a185;
}
#price-ofr h3 {
    font: 300 22px Gill;
    margin: 8px 0;
}
#price-content h3 {
    font: 300 20px Gill;
	margin: 0 0 15px 0;
}
#price-ofr a {
  color: #fff;
  text-decoration: none;
}
#price-content a {
  text-decoration: none;
}




.rev img {
    margin: 15px 0;
    display: block;
    border: 3px solid #fff;
}
.ip-full.rev > div:nth-child(1) {
  width: 65%;
  text-align: justify;
}
.dt.alignLeft {
  background: none repeat scroll 0 0 #98a185;
  color: #fff;
  font: 300 18px Gill;
  height: 80px;
  margin-right: 24px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
  width: 90px;
}
.rev-block {
  border-bottom: 1px solid #98a185;
  margin: 0 0 40px;
}
.rev-block h3 {
    text-transform: uppercase;
}
.rev-block p {
    font: 300 16px Gill;
    margin: 15px 0;
}
h2.terms-head {
  font: 300 22px Gill;
  margin: 30px 0 10px;
  text-align: left !important;
  text-transform: capitalize !important;
  color: #b7b7b7;
}

.uppermen {
  display: none;
}






/************* RESPONSIVE CSS ***************/
@media screen and (max-width: 1140px) {
.container {width: 90%; margin:0 auto; padding: 5px 0;}
section#top {padding: 5;}
div#header {padding: 20px 5px 15px;}
.ftr-menu ul li a {padding: 0 15px;}
.ftr-menu {width: 800px; margin: 0 auto;}
}

@media screen and (max-width: 1090px) {
#menu ul li a {font: 300 13px Gill; padding:10px 10px;}
input.f1-txt {width: 70%;}
textarea.f1-ta {width: 70%; height:70px;}
.ftrBox h3 {font-size: 14px !important;}
.alignLeft.price-table {float: none; width: 100%; text-align:center;}
.alignRight.p-ofr {float: none; width: 100%; text-align:center;}
}

@media screen and (max-width: 1024px) {
textarea.f1-ta {width: 70%; height:50px;}
.ad-left, .ad-right {width: 100%; float: none;}
.adBox a {left: 35%;}
}

@media screen and (max-width: 960px) {
#menu ul li a {font: 300 12px Gill; padding:10px 10px;}
div#slider {width: 70%;}
div#enq {width: 27%;}
#enq h2 {margin: 0 0; padding: 0 0;}
#enq p span {font: 300 14px Gill;}
#enq p {margin: 8px auto;}
.ftr-menu ul li a {padding: 0 8px;}
.ftr-menu {width: 680px; margin: 0 auto;}
iframe, object, embed {max-width: 100%; max-height:220px;}

}

@media screen and (max-width: 905px) {
#menu ul li a {font: 300 12px Gill; padding:10px 8px;}
}

@media screen and (max-width: 860px) {
#menu {display: none;}
div#slider {width: 95%; margin: 0 auto; float: none;}
div#enq {width: 90%; margin: 15px auto 0; float: none;}
.hdr-L {float: none; margin: 0 auto;}
.hdr-R {float: none; margin: 10px auto 0; width:485px;}
#descript h2 {font-size: 16px;}
#descript span {padding: 13px 0;}
.ftrBox.alignLeft {width: 500px; margin: 25px auto; float: none; text-align: center;}

.acom img.alignRight {display: none;}/*accommodation*/
.loc .map.alignLeft, .loc .adrs.alignRight {float: none; width: 100%; text-align: center; margin: 0 0 30px 0;}
ul.c-list {margin-left: 0;}
.area-info .alignRight {float: none; margin-top: 15px;}

.ip-full.rev > div:nth-child(1) {width: 100%; float: none;}
.ip-full.rev > div:nth-child(2) {width: 100%; float: none;}
.rev.alignRight img {float: left; margin-right: 10px; max-width: 30%; height: auto;}

}


@media screen and (max-width: 768px) {
section#top {PADDING: 0 0 10PX 0;}
.ftr-menu ul li a {padding: 0 4px; font-size:11px;}
.ftr-menu {width: 500px; margin: 0 auto;}
#descript h2 {font-size: 14px;}
#descript span {padding: 14.5px 0;}
.uppermen {display: inline-block;}
}


@media screen and (max-width: 560px) {
.hdr-R {float: none; margin: 10px auto 0; width: 240px; text-align:center;}
.hdr-R ul li:nth-child(1) a {font: 300 16px Gill;display: block;margin: 0px 0 15px;}
.hdr-R ul li {display: table-row;}
.ftr-menu ul li {display: inline-table; margin: 0 auto;  width: 100%;}
.ftr-menu ul li a {border: none; font-size: 13px;}
.ftr-menu {margin: 0 auto; width: 100%; text-align:center;}
.container #descript span:before, .container #descript span:after {background: none;}
.container #descript span {border-radius:5px; padding:10px 5px;}
.ftrBox.alignLeft {width: 300px; text-align: center; float: none; margin: 0 auto;}
.adBox img {display: block; max-width: 100%; height: auto;}
.adBox a {left: 0; top: 0;}
#price-ofr {width: 80% !important; margin: 0 auto;}
.area-info .alignRight {display: block; height: auto; max-width: 100%;}

}


@media screen and (max-width: 540px) {
.rev.alignRight img {float: none; width: 90%; height: auto;}
.rev.alignRight img {float: none; height: auto; max-width: 90%;}
}


@media screen and (max-width: 480px) {}

@media screen and (max-width: 320px) {}

@media screen and (max-width: 240px) {}



/********  CUSTOM CSS   ********/
.ws_bullets {
    display: none;
}