/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	margin: 0px;
     font-family: "Palanquin", sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
    background-color: #ebdec8;
}
a {
	 font-family: "Palanquin", sans-serif;
	font-size: 14px;
	color: #333;
        transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #d258b5;
}
a:active {
	text-decoration: none;
}
.wtext {
    color: #fff !important;
}
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: auto;
}
.mainbg {
    background-image: url('../imgs/beachbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-attachment: fixed;
}
.imainbg {
    background-image: url('../imgs/beachbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.imainnewbg {
    background-image: url('../imgs/mountainbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.split {
    clear: both;
}
.mzero {
    margin: 0px 0 5px 0px !important;
}
#navigation {
	z-index:9999;
	width:100%;
    box-shadow: 0 1px 2px #ccc;
}
.iblog {
    width: auto;
    overflow: hidden;
    margin: 20px 0 0 0px !important;
    padding: 0px !important;
}
.iblog li {
    width: 32.5%;
    float: left;
    text-align: center;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333;
    margin: 0.3% !important;
    list-style: none !important;
}
.iblog li img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.iblog li p {
    font-size: 20px;
    line-height: 25px;
    height: 55px;
}
.iiblog {
    width: auto;
    overflow: hidden;
    margin: 20px 0 0 0px !important;
    padding: 0px !important;
}
.iiblog li {
    width: 49%;
    float: left;
    text-align: center;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333;
    margin: 0.5% !important;
    list-style: none !important;
}
.iiblog li img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 10px;
}
.iiblog li p {
    font-size: 20px;
    line-height: 25px;
    height: 55px;
}
.blog_nav{width:100%}
.blog_nav h3{font-size:30px;margin:0 0 10px 0; font-weight: 600 !Important;}
.blog_nav ul{width:auto;margin:0!important;padding:0!important;}
.blog_nav ul li{list-style:none!important;margin:0!important}
.blog_nav ul li a{font-size:17px;padding:10px 0 6px 0;border-bottom:solid 1px #ddd;display:block;color:#666}
.blog_nav ul li a:hover{border-bottom:solid 1px #ccc;text-decoration:none}
.rpicd {
    float: right;
    max-width: 620px;
    width: 100%;
    padding: 4px;
    box-sizing: border-box;
    box-shadow: 0 1px 2px #ccc;
    background-color: #f9f9f9;
    margin-left: 25px;
}
.hline {
    border-top: dashed 1px #ccc;
    margin-top: 12px;
}
.leftpanel {
    width: 75%;
    float: left;
}
.rightpanel {
    width: 24%;
    float: right;
}
.postc {
    width: 100%;
}
.postc h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 5px 0 10px 0px;
    letter-spacing: -1px;
}
.postc p {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px 0px;
}
.date {
    margin: 5px 0 0 0px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #666;
    font-size: 12px;
}
.fgroup {
    width: auto;
    margin-bottom: 6px;
}
.fgroup input[type="text"] {
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
     font-family: "Palanquin", sans-serif;
    border: solid 1px #a2c195;
    outline: none;
}
.fgroup input[type="email"] {
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
     font-family: "Palanquin", sans-serif;
    border: solid 1px #a2c195;
    outline: none;
}
.fgroup input[type="tel"] {
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
     font-family: "Palanquin", sans-serif;
    border: solid 1px #a2c195;
    outline: none;
}
.fgroup select {
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
     font-family: "Palanquin", sans-serif;
    border: solid 1px #a2c195;
    outline: none;
    background-color: #fff;
}
.fgroup textarea {
    width: 100%;
    padding: 6px 12px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
     font-family: "Palanquin", sans-serif;
     margin-bottom: 8px;
    border: solid 1px #a2c195;
    outline: none;
    resize: none;
}
.fgroup button {
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #836952;
    border: solid 1px #836952;
    color: #fff;
    cursor: pointer;
     font-family: "Palanquin", sans-serif;
}
.msgbar {
    background-color: #836953;
    width: 100%;
    color: #fff;
    font-size: 16px;
    padding: 15px 0px 15px 0px;
   
    font-weight: 500;
    display: none;

}
.msgbar a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 12px 1px 12px;
    border: solid 2px rgba(255,255,255,0.9);
    box-sizing: border-box;
    cursor: pointer;
}
.msgbar a:hover {
    color: #ddd;
    border: solid 2px rgba(255,255,255,0.6);
}
.subscribe {
    width: auto;
    text-align: center;
}
.subscribe span {
    font-size: 20px;
    color: rgba(255,255,255,0.7);
    padding: 4px 8px;
    display: inline-block;
}
.subscribe input {
    padding: 4px 12px;
    border: none;
    outline: none;
    background: rgba(255,255,255,0.9);
    width: 200px;
    font-family: "Palanquin", sans-serif;
}
.subscribe button {
    padding: 2px 22px;
    border: none;
    outline: none;
    background: rgba(194,178,128,1);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: "Palanquin", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
.fl {
    display: inline-block;
}
.fr {
    float: right;
}
.fheader {
    border-bottom: solid 2px rgba(255,255,255,0.3);
    background: rgba(255,255,255,1);
}
.fheader .logo {
    width: 85px;
}
.fheader nav ul li a {
    font-size: 16px;
    padding: 6px 12px 6px 12px;
    color: #836953;
}
.fheader .socialac ul li span {
    font-size: 14px;
    padding: 6px 12px 6px 12px;
}
.fheader .socialac ul li a {
    font-size: 16px;
    padding: 6px 16px 6px 16px;
}
.fheader .socialac ul li a {
    color: #836953;
    border: dashed 1px rgba(131,105,83,0.5);
}
.fheader .socialac ul li a:hover {
    color: #c3deb8;
    background: rgba(131,105,83,1);
}
.fheader .socialac ul li span {
    padding: 8px 12px 6px 12px;
    color: #836953;
}
.fheader .highlighttab {
    background-color: #ea340a;
    color: #fff !important;
}
header {
    width: 100%;
    padding: 0px 0px 12px 0px;
    box-sizing: border-box;
    position: fixed;
    z-index:555;
    border-bottom: solid 2px rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.8);
    z-index: 999;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.ad_anim {
    animation: tdown 1s infinite linear;    
}
.logo {
    position: absolute;
    left: 50%;
    width: 140px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px; 
    box-shadow: 0 4px 32px #999;
    transform:  translateX(-50%);
  -webkit-transform:  translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform:  translateX(-50%);
  -o-transform: translateX(-50%);
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    
}
.logo img {
    width: 100%;
}


.circlelogo {
    float: left;
    animation: spin 20s infinite linear;
}
@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
@-webkit-keyframes tdown {
0% {
    -webkit-transform: translateY(0);
    
}

50% {
    -webkit-transform: translateY(50%);
   

}

100% {
    -webkit-transform: translateY(0);
   
}
}
@keyframes tdown {
0% {
    transform: translateY(0);
}

50% {
    transform: translateY(50%);
}

100% {
   transform: translateY(0%);
}
}

.colmleft {
    width: 49.5%;
    float: left;
}
.colmright {
    width: 49.5%;
    float: right;
}

#closeit {
    cursor: pointer;
}

nav {
    margin:  1% 0 0 0%;
    float: left;
}
nav ul {
    margin: 0px;
    padding: 0px;
}
nav ul li {
    list-style: none;
    float: left;
    margin: 0 4px;
}
nav ul li a {
    font-size: 18px;
    padding: 12px 12px 14px 12px;
    display: block;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}
nav ul li a:hover {
    color: #97b58b;
    background: rgba(255,255,255,1);
}
nav ul li:hover ul {
    display: block;
}
nav ul ul {
    display: none;
    position: absolute;
    box-shadow: 0 2px 2px #ccc;
    padding: 10px;
    box-sizing: border-box;
    
    background-color: #fff;
}
nav ul ul li {
    float: none;
}
nav ul ul li a {
    font-size: 14px;
    padding: 10px;
    color: #333;
}
.highlighttab {
    background-color: #fff;
    color: #836953 !important;
}
:hover.highlighttab {
    background-color: #666;
    color: #fff !Important;
}
.socialac {
    margin:  1% 0 0 0;
    float: right;
}
.socialac ul {
    margin: 0px;
    padding: 0px;
}
.socialac ul li {
    list-style: none;
    float: left;
    margin: 0 4px;
}
.socialac ul li span {
    font-size: 16px;
    padding: 12px 12px 14px 12px;
    display: block;
    color: #333;
    font-style: italic;
    font-weight: 900;
}
.socialac ul li a {
    font-size: 18px;
    padding: 12px 12px 12px 12px;
    display: block;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    border: dashed 1px rgba(255,255,255,0.5);
    border-radius: 4px;
}
.socialac ul li a:hover {
    color: #97b58b;
    background: rgba(255,255,255,0.9);
}


.maintext {
    height: auto;
    color: #333;
    float: right;
    padding: 7% 0 0 0px;
    text-align: right;
    width: 50%;
    
}
.homebody {
    padding: 20px 0px 20px 0px;
}
.ihomebody {
    padding: 0px 0px 20px 0px;
}
.ihomebody h2 {
    font-size: 27px;
    margin: 0 0 20px 0px;
    font-weight: 600;
    color: #836953;
    letter-spacing: -1px;
    text-transform: uppercase;
}
.ihomebody h3 {
    font-size: 22px;
    margin: 0 0 10px 0px;
    font-weight: 300;
    color: #836953;
    letter-spacing: -0.5px;
}
.ihomebody p {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px 0px;
}
.ihomebody ul  {
    width: auto;
    margin: 0 0 10px 30px;
}
.ihomebody ul li {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 10px 0px;
    list-style: disc;
}
.points {
    width: 100%;
    overflow: hidden;
}
.points ul {
    width: auto;
    padding: 0px !important;
    margin: 0px 0 40px 0px !important;
}
.points ul li {
    width: 24%;
    margin: 0.5% !important;
    float: left;
    padding: 0px 0 10px 0 !important;
    list-style: none !important;
    text-align: center;
}
.points ul li img {
    width: 100%;
}
.boxes {
    width: 100%;
}
.boxes ul {
    width: auto;
}
.boxes ul li {
    width: 46%;
    background-color: #3a2717;
    box-shadow: 0 2px 20px #666;
    box-sizing: border-box;
    padding: 0px;
    min-height: 500px;
    float: left;
    margin: 2%;
    border-radius: 16px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    
}
.boxes ul li:hover {
    transform: scale(1.1)  ;
}

.iboxes {
    width: 100%;
}
.iboxes ul {
    width: auto;
}
.iboxes ul li {
    width: 30%;
    background-color: #3a2717;
    box-shadow: 0 2px 20px #666;
    box-sizing: border-box;
    padding: 0px;
    min-height: 200px;
    float: left;
    margin: 1.6%;
    border-radius: 16px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    
}
.iboxes ul li:hover {
    transform: scale(1.1)  ;
}

.bcontent {
    position: absolute;
    z-index: 666;
    margin: 40px;
    border: dashed 1px rgba(255,255,255,0.9);
    padding: 20px;
    box-sizing: border-box;
    height: 310px;
    background: rgba(0,0,0,0.4);
    border-radius: 16px;
    text-align: center;
}
.ibcontent {
    position: absolute;
    z-index: 666;
    margin: 20px;
    border: dashed 1px rgba(255,255,255,0.9);
    padding: 10px;
    box-sizing: border-box;
    height: 160px;
    background: rgba(0,0,0,0.4);
    border-radius: 16px;
}
.boxes ul li h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0 10px 0px;
}
.iboxes ul li h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0 5px 0px;
}
.sicon {
    width: 70px;
}
.sublogotres {
    width: 110px;
}
.sublogo {
    width: 160px;
}
.sublogob {
    width: 210px;
}
.isublogo {
    width: 80px;
}
.isublogotp {
    width: 70px;
}
.trespalms {
    
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 500px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 8px rgba(194,178,128,0.9);
}
:hover.trespalms {
    background-position: right top;
}
.itrespalms {
    background-image: url('../imgs/tres-palmas-bg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 200px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 4px rgba(131,105,83,0.9);
}
:hover.itrespalms {
    background-position: right 0px top;
    
}
.coconutbeach {
    background-image: url('../imgs/coconut-beach.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 500px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 8px rgba(108,218,231,0.9);
}
:hover.coconutbeach {
    background-position: right 0px top;
    
}
.icoconutbeach {
    background-image: url('../imgs/coconut-beach.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 200px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 4px rgba(108,218,231,0.9);
}
:hover.icoconutbeach {
    background-position: right 0px top;
    
}
.hrreiver {
    background-image: url('../imgs/homerental-river.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 500px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 8px rgba(131,105,83,0.9);
}
:hover.hrreiver {
    background-position: right top;

}
.ihrreiver {
    background-image: url('../imgs/homerental-river.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 200px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 4px rgba(131,105,83,0.9);
}
:hover.ihrreiver {
    background-position: right 0px top;
    
}
.hrmountain {
    background-image: url('../imgs/homerental-mountain.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 500px;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 8px rgba(135,162,124,0.9);
}
:hover.hrmountain {
    background-position: right top;

}
.ihrmountain {
    background-image: url('../imgs/homerental-mountain.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
     transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -webkit-transition: all 1.5s ease;
    
    height: 200px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 16px;
    border: solid 4px rgba(135,162,124,0.9);
}
:hover.ihrmountain {
    background-position: right 0px top;
    
}
.tcenter {
    text-align: center;
    width: 100%;
}
.vidbar {
    width: 100%;
    padding 100px 0 0 0px;
}
.videobg {
    background-color: #000;
    width: 100%;
    margin: 0px auto 25px auto;
    border-radius: 16px;
    box-shadow: 0 3px 30px #666; 
    border: solid 4px rgba(255,255,255,0.4);
    overflow: hidden;
}
.videobg video {
    width: 100%;
    padding: 0px;
    margin: -40px 0 0 0px;
}
.tpcrlogo {
    box-sizing: border-box;
    position: relative;
    color: #fff;
    margin-top: -100px;
    margin-left: 15px;
    float: left;
    width: 100px;
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
}
.tpcrlogo img {
    width: 100%;
}
.kcblogo {
    box-sizing: border-box;
    position: relative;
    color: #fff;
    margin-top: 0px;
    margin-left: 0px;
    float: left;
    width: 120px;
    border-radius: 8px;
}
.kcblogo img {
    width: 100%;
}
.kcbilogo {
    box-sizing: border-box;
    position: relative;
    color: #fff;
    margin-top: -90px;
    margin-left: 15px;
    float: left;
    width: 120px;
    background: rgba(0,0,0,0.7);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
}
.kcbilogo img {
    width: 100%;
}
.cocoilogo {
    box-sizing: border-box;
    position: relative;
    color: #fff;
    margin-top: -90px;
    margin-left: 15px;
    float: left;
    width: 120px;
    background: rgba(255,255,255,0.7);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
}
.cocoilogo img {
    width: 100%;
}
.minmt {
    margin-top: -125px !important;
}
.minmtspec {
    margin-top: -100px !important;
}
.special {
    background: #836953;
    padding: 8px 24px 12px 16px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-top: -75px;
    float: right;
    font-weight: 600;
    font-style: italic;
    border-radius: 8px 0px 0px 8px;
}
.ispecial {
    background: #836953;
    padding: 8px 24px 12px 16px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-top: 12px;
    float: right;
    font-weight: 600;
    font-style: italic;
    border-radius: 8px;
}
.ibody {
    width: 100%;
    padding: 0px 0px 25px 0px;
}
.ibody p {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px 0px;
}
.mtopmid {
    margin: 35px auto 0 auto !important;
}
.wbar {
    background: rgba(255,255,255,0.8);
     box-shadow: 0 3px 30px #ccc; 
    border: solid 4px rgba(255,255,255,0.4);
    width: 100%;
    margin: auto;
    border-radius: 16px;
    padding: 25px;
    box-sizing: border-box;
    min-height: 400px;
}
.pg {
    width: 100%;
    overflow: hidden;
}

.pg ul {
    width: auto;
    margin: 0px;
    padding: 0px;
}

.pg ul li {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0.5% 0.5%;
    overflow: hidden;
    width: 24%;
    background: rgba(255,255,255,0.5);
    padding: 8px;
    box-sizing: border-box;
    box-shadow: 0 0px 6px #999;
}

.pg ul li img {
    width: 100%;
    object-fit: cover;
}
.videolib {
    width: 100%;
}
.videolib ul {
    width: auto;
}
.videolib ul li {
    width: 49%;
    margin: 0.5%;
    float: left;
}
.vfprop {
    width: 100%;
    height: 350px;
    box-shadow: 0 3px 10px #ccc;
    background-color: #fff;
    padding: 8px;
    box-sizing: border-box;
}
.primary_heading {
    font-size: 35px;
  margin: 0 0 10px 0px;
  font-weight: 600;
  color: #836953;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.secondary_heading {
  font-size: 25px;
  margin: 0 0 20px 0px;
  font-weight: 400;
  color: #666;

}
.third_heading {
  font-size: 18px;
  margin: 0 0 10px 0px;
  font-weight: 600;
  color: #718b66;
  letter-spacing: -0.5px;
}
.eform {
    width: 50%;
    float: left;
    padding: 10px;
    box-sizing: border-box; 
}
.para {
    font-size: 16px;
    line-height: 24px;
    margin:  0 0 10px 0px;
}
.enqury-right {
    float: right;
    width: 45%;
}
.gallery {
    width: 32%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.gallery h3 {
    font-size: 40px;
    margin: 0 0 20px 0px;
    font-weight: 100;
    color: #87a27c;
}
.gallery img {
    width: 52%;
}
.ellogo {
    width: 60% !important;
    padding: 15px 0px;
}
.amenties {
    width: 32%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 0 1%;
}
.amenties h3 {
    font-size: 40px;
    margin: 0 0 20px 0px;
    font-weight: 100;
    color: #836953;
}
.amenties img {
    width: 75%;
}
.whyus {
    width: 32%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.whyus h3 {
    font-size: 40px;
    margin: 0 0 20px 0px;
    font-weight: 100;
    color: #87a27c;
}
.whyus img {
    width: 52%;
}
.tablink {
    padding: 25px 0px 0 0px;
}
.tablink a {
  padding: 0px 20px 2px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #836952;
  color: #fff;
}
.tablink a:hover {
  background-color: #333;
  color: #fff;
}
.otom {
    width: 100%;
    padding: 0 0 50px 0px;
    background-image: url('../imgs/logo-watermark.png');
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 300px;
    text-align: center;
}
.otom h2 {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 900;
    color: #836953;
    text-align: center;
    margin: 0 0 10px 0px;
}
.otom h3 {
    font-size: 25px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #87a27c;
    text-align: center;
    margin-bottom: 40px;
}
.otom p {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}
.linktab {
    padding: 0px 20px 2px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #836952;
    color: #fff;
}
:hover.linktab {
   
    background-color: #333;
    color: #fff;
}
.booktab {
    padding: 7px 10px 7px 10px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #fff;
    color: #836952;
    display: block;
    border-radius: 8px;
}
:hover.booktab {
    background-color: #333;
    color: #fff;
}
footer {
    width: 100%;
    padding: 15px 0px 15px 0px;
    background-color: #836953;
}
.copyright {
    float: left;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.copyright a {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
}
.copyright a:hover {
    color: rgba(255,255,255,1);
}
.botlinks {
    float: right;
}
.botlinks a {
    float: left;
    padding: 0px 10px;
    display: block;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    font-weight: 600;
}
.botlinks a:hover {
    color: rgba(255,255,255,0.5);
}
#close {  
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #fff;
  background:  rgba(51,51,51,1);
  padding: 3px 5px 5px 5px;
  font-size: 18px;
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  z-index: 1000000;
}
.fpic {
    width: 100%;
    margin-bottom: 5px;
}


#popup {
z-index: 99999999;
 
  box-sizing: border-box;
 position: fixed;
    padding: 0px 0 5px 0px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px #000;
    
 width: 680px;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
     display: none;
}
#popup h4 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 7px;
    color: #333;
    padding:  12px 12px 0 12px;
}
#popup p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #333;
  padding:  0px 12px 12px 12px;
}
#popup p a {
  font-size: 14px;

  color: #fff;
}
.mobbar {
    display: none;
}    
.mobnavbar {
    display: none;
}

@media (max-width: 768px) {
.leftpanel {
  width: 100%;
  float: none;
}    
.iiblog li {
  width: 100%;
    float: left;
    text-align: center;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333;
    margin: 1% 0px;
}
.rightpanel {
  width: 100%;
  float: none;
}
.iblog li {
    width: 100%;
    float: left;
    text-align: center;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    color: #333;
    margin: 1% 0px;
}    
.subscribe span {
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  padding: 8px 8px 12px 5px;
  display: inline-block;
  line-height: 22px;
}    
.subscribe input {
  width: 100%;
  margin: 2px 0px;
    box-sizing: border-box;
} 
.subscribe button {
  margin-top: 10px;
}    
.fl {
  display: block;
}    
#popup {

  z-index: 99999999;
 padding: 12px 12px 12px 12px;
  box-sizing: border-box;

 width: 95%;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
}     
.pg {
    margin: 20px 0 0px 0px;
}  
.pg ul li {
    display: block;
    float: left;
    height: 210px;
    list-style: outside none none;
    margin: 0.1% 0%;
    max-height: 210px;
    min-height: 210px;
    overflow: hidden;
    width: 100%;
}     
.boxes ul li {
  width: 100%;
  box-shadow: 0 2px 20px #666;

  min-height: 500px;
  float: none;
  margin: 2% 0px;
}    
.boxes ul li:hover {
    transform: scale(1)  ;
}    
nav {
  display: none;
}    
.socialac {
  display: none;
}    
.logo {
  
  float: left;
  left: inherit;
  width: 100px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 32px #999;
    transform: translateX(-50%);
  -webkit-transform: translateX(0%);
}    
.wbar {
  padding: 15px;
    margin-top: 65px !Important;
}    
.ihomebody h2 {
  font-size: 25px;
  letter-spacing: normal;
}    
.eform {
  width: 100%;
  float: none;
  padding: 10px;
  box-sizing: border-box;
}    
.enqury-right {
  float: none;
  width: 100%;
}    
.colmleft {
  width: 100%;
  float: none;
}    
.colmright {
  width: 100%;
  float: none;
}    
.mobbar {
    display: block;
    float: right;
}    
.mobbar i {
    font-size: 25px;
    padding: 12px 12px 0px 12px;
    display: block;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
}    
.copyright {
  float: none;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
    text-align: center;
    margin: 0 0 10px 0px;
    line-height: 22px;
}   
.copyright span {
  display: block;
}      
.botlinks {
  float: none;
    text-align: center;
}    
.botlinks a {
  float: none;
  padding: 0px 10px;
  display: inline-block;
  color: rgba(255,255,255,1);
  text-transform: uppercase;
  font-weight: 600;
}    
    .mobnavoverlay {
        background: rgba(255,255,255,0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 888;
        display: none;
        backdrop-filter: blur(5px);
    }    
.mobnavbar {
    width: 100%;
    background: rgba(234,222,200,0.8);
    padding: 25px;
    box-sizing: border-box;
    position: fixed;
    bottom: -500px;
    z-index: 999;
    display: block;
    box-shadow: 0 0 30px #7d6b41;
    backdrop-filter: blur(20px);
    
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}    
    .mobnavbar ul {
        width: auto;
    }
     .mobnavbar ul h4 {
        color: #7d6b41;
        letter-spacing: 4px;
        text-transform: uppercase;
         margin-bottom: 15px;
    }
    .mobnavbar ul h4 .cross {
        float: right;
        width: 40px;
        text-align: center;
        font-size: 16px;
    }
    .mobnavbar ul li {
        width: 100%;
        margin: 5px 0px;
    }    
    .mobnavbar ul li a {
        font-size: 15px;
    padding: 10px 0px 10px 0px;
    display: block;
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
        border-bottom: solid 1px rgba(125,107,65,0.5);
    }  
    .mobnavbar ul li a i {
        float: right;
        width: 40px;
        text-align: center;
    }
}