/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
 font-family: 'open_sansregular';
 src: url('../fonts/opensans-regular.eot');
 src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-regular.woff') format('woff'),  url('../fonts/opensans-regular.ttf') format('truetype'),  url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'open_sansbold';
 src: url('../fonts/opensans-bold.eot');
 src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-bold.woff') format('woff'),  url('../fonts/opensans-bold.ttf') format('truetype'),  url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'open_sanslight';
 src: url('../fonts/opensans-light.eot');
 src: url('../fonts/opensans-light.eot?#iefix') format('embedded-opentype'),  url('../fonts/opensans-light.woff') format('woff'),  url('../fonts/opensans-light.ttf') format('truetype'),  url('../fonts/opensans-light.svg#open_sanslight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latoregular';
 src: url('../fonts/lato-regular/lato-regular-webfont.eot');
 src: url('../fonts/lato-regular/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-regular/lato-regular-webfont.woff') format('woff'),  url('../fonts/lato-regular/lato-regular-webfont.ttf') format('truetype'),  url('../fonts/lato-regular/lato-regular-webfont.svg#latoregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	width: 100%;
	height: 100%;
	color: #444444;
	background-color: #fff;
	font-family: 'open_sansregular';
	font-family:16px;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 25px;
	text-transform: uppercase;
	font-family: 'open_sansbold';
}
p {
	margin: 0 0 25px;
	line-height: 1.5;
}
 @media(min-width:767px) {
 p {
 margin: 0 0 35px;
 font-size: 15px;
 line-height: 1.6;
}
}
a {
	color: #219ab3;
 -webkit-transition: all .2s ease-in-out;
 -moz-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #11505d;
}
.light {
	font-weight: 400;
}
.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #000;
}
.navbar-custom .navbar-brand {
	font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li.active {
	outline: nonte;
	background-color: rgba(255, 255, 255, .3);
}
.navbar-nav li a.current-nav {
	background:#333 !important;
}
.navbar-custom .nav li a {
 -webkit-transition: background .3s ease-in-out;
 -moz-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
	font-family: 'open_sansbold';
	font-size:14px;
	color:#889190;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li a.active {
	outline: 0;
	background-color: rgba(255, 255, 255, .3);
}
.bar-top-nav {
	height:30px;
	background:#5a6261;
	line-height:30px;
	font-family: 'open_sanslight';
	color:#FFF;
	text-transform:none;
	font-size:12px;
}
.bar-top-nav .contact {
	float:left;
}
.tel {
	background:url(../img/call.png) no-repeat left;
	padding-left:12px;
}
.mail {
	background:url(../img/mail.png) no-repeat left;
	padding-left:17px;
	margin-left:10px;
}
.social {
	float:right;
	width:150px;
	text-align:right;
	padding:0px !important;
}
.social img {
	opacity:1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.social img:hover {
	opacity:0.7;
}
#top-link {
	display:none;
	position:fixed;
	right:5px;
	bottom:5px;
	color:green;
	font-weight:bold;
	text-decoration:none;
	border:1px solid green;
	background:Lightgreen;
	padding:10px;
}
.back-to-top {
	position: fixed;
	bottom: 0;
	right: 0px;
	text-decoration: none;
	color: #ffffff !important;
	background-color: #333;
	font-size: 13px;
	padding: 1em;
	display: none;
	z-index:999999;
}
.back-to-top:hover {
	background-color: #d64548;
	color:#FFF;
}
.map-overlay {
	background:transparent;
	position:relative;
	width:100%px;
	height:450px; /* your iframe height */
}
.font-st1 {
	text-decoration:underline;
	color:#d9534f;
	font-size:20px;
	font-weight:bold;
}
.size16 {
	font-size:16px;
}
@media(min-width:767px) {
 .navbar {
 border-bottom: 0;
 letter-spacing: 1px;
 background-color: rgba(255, 255, 255, .8);
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out;
 -webkit-box-shadow: 8px 0px 54px -29px rgba(0, 0, 0, 0.7);
 -moz-box-shadow: 8px 0px 54px -29px rgba(0, 0, 0, 0.7);
 box-shadow: 8px 0px 54px -29px rgba(0, 0, 0, 0.7);
}
 .top-nav-collapse {
 background-color: #f5f1f1;
}
 .navbar-custom.top-nav-collapse {
 border-bottom: 1px solid rgba(255, 255, 255, .3);
}
}
.intro {
	display: table;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
.intro .intro-body .brand-heading {
	font-size: 40px;
}
.intro .intro-body .intro-text {
	font-size: 18px;
}
 @media(min-width:767px) {
 .intro {
 height: 100%;
 padding: 0;
}
 .intro .intro-body .brand-heading {
 font-size: 100px;
}
 .intro .intro-body .intro-text {
 font-size: 25px;
}
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 35px;
	font-size: 40px;
	color: #fff;
	background: 0 0;
 -webkit-transition: background .3s ease-in-out;
 -moz-transition: background .3s ease-in-out;
 transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .1);
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
section {
	background:url(../img/line.jpg) repeat-x 0 60px;
}
#contact-form {
	padding-bottom:70px;
}
.content-section {
	padding-top: 40px;
}
.content-section-shot {
	padding-top: 20px;
}
.content-section-last {
	padding-top: 150px;
	padding-bottom:0px;
}
.about-section {
	width: 100%;
	padding: 50px 0 40px 0 !important;
	background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
	background-color: #efeeee;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	position:relative;
}
.about-section .title {
	position:absolute;
	bottom:25px;
	text-align:center;
	width:100%;
	display:block;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.8);
}
.about-section .sub-title {
	position:absolute;
	bottom:-15px;
	font-size:16px;
	text-align:center;
	width:100%;
	display:block;
	font-weight:bold;
}
#map, #map-google {
	width: 100%;
	height: 200px;
	margin-top: 100px;
}
ul.list {
	padding-left:0px;
}
.list li {
	list-style:none;
	border-bottom:1px dashed #CCC;
	padding:3px 0px 3px 5px;
}
.list li:hover {
	background:#f2f1f6;
}
.logo-txt {
	font-size:30px;
	color:#666 !important;
	line-height:69px;
}
@media(min-width:767px) {
 .content-section {
 padding-top: 150px;
}
 .download-section {
 padding: 100px 0;
}
 #map, #map-google {
 height: 400px;
 margin-top: 250px;
}
}
.btn {
	text-transform: uppercase;
	font-weight: 400;
 -webkit-transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
	margin-right:5px;
}
ul.banner-social-buttons {
	margin-top: 0;
}
 @media(max-width:1199px) {
 ul.banner-social-buttons {
 margin-top: 15px;
}
}
.block-photo2 {
	width:95% !important;
	margin:0 auto;
}
@media(max-width:767px) {
 .content-section {
 padding-top: 150px;
}

.gallery li {
 display: block;
 float: left;
 height: 173px;
 overflow:hidden;
 margin-bottom:12px;
 margin-right: 12px;
 width: 250px !important;
}
.gallery li a {
 width: 250px!important;
}
.gallery li a img {
 max-width: 250px!important;
 min-height:173px;
}
.block-photo2 {
width:90% !important;
margin:0 auto;
}
.show-data {
 height:60px !important;
 overflow:hidden;
}
.cb-slideshow:after {
 content: '';
 background: none !important;
}
ul.banner-social-buttons li {
 display: block;
 margin-bottom: 20px;
 padding: 0;
}
 ul.banner-social-buttons li:last-child {
 margin-bottom: 0;
}
}
footer {
	padding: 30px 0 5px 0;
	background:#1b1e1f;
	border-top:5px solid #888c8c;
	color:#d1d2d2;
	
}
footer p {
	margin: 0;
	line-height: normal;font-size:14px !important;
	padding-bottom:15px;
}
footer h4{ margin-bottom:10px; font-size:18px;}
::-moz-selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(255, 255, 255, .2);
}

::selection {
 text-shadow: none;
 background: #fcfcfc;
 background: rgba(255, 255, 255, .2);
}
 img::selection {
 background: 0 0;
}
 img::-moz-selection {
 background: 0 0;
}
body {
	webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
.show-data {
	height:70px;
	overflow:hidden;
}
.font-menu-sub {
	display:block;
	font-size:11px;
	font-family: 'open_sanslight';
}
.logo {
	margin-top:12px;
}
.booking {
	position: fixed;
	top:90px;
	right:0px;
	z-index:9999;
}
.booking div {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.booking .title {
	background:#d64548;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	margin-bottom:10px;border:1px solid #ccc;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;

}
.booking .title.green {
	background:#70771a;
}
.booking .title:hover {
	background:#333333;
}
img {
	cursor:pointer;
}
.transform_none {
	text-transform:none;
}
.padding-topo15 {
	padding-top:20px;
}
.booking label {
	font-family: 'open_sanslight' !important;
	font-weight:normal !important;
	display:block;
	padding-top:5px;
}
.block-welcome {
	padding-top:35px;
	background:url(../img/line.jpg) repeat-x;
	margin-top:35px;
}
.input-book {
	border:1px solid #CCC;
	width:175px;
	line-height:23px;
}
.bnt-book {
	width:100%;
	padding: 7px;
	margin-top:15px;
}
.guarantee {
	background:url(../img/best-rate.jpg) no-repeat;
	line-height:33px;
	height:33px;
	display:block;
	color:#a59058;
	font-family: 'open_sanslight' !important;
	padding-left:50px;
	margin-top:15px;
	letter-spacing:0px;
}
.note {
	position:absolute;
	bottom:20px;
	right:-10px;
	background:#de543e;
	font-family: 'open_sansbold';
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
	padding:10px;
}
.collapse-book {
	display:block;
}
.collapse-book + input {
	display:none;
}
.collapse-book + input + * {
	display:none;
}
.collapse-book + input:checked + * {
	display:block;
}
.relative {
	position:relative;
}
#main {
	background:#FFF;
	width:100%;
	min-height:500px;
	z-index:99;
	position:relative;
}
.block-contact {
	width:60%;
	margin:0 auto;
}
.block-contact input {
	margin-bottom:15px;
}
ul.menu-footer {
	padding:0;
	margin:0;
}
.menu-footer li {
	background:url(../img/icon-footer-menu.png) no-repeat left center;
	list-style:none;
	padding-left:15px;
}
#photo-gallery {
	padding-bottom:100px;
	margin-top:15px;
}
#photo-gallery h2 {
	padding-bottom:30px;
}
ul.gallery {
	margin-left:0px;
	padding-left:15px;
}
.gallery li {
	display: block;
	float: left;
	height: 173px;
	overflow:hidden;
	margin-bottom:12px;
	margin-right: 12px;
	width: 270px;
}
.gallery li a {
	width: 270px;
}
.gallery li a img {
	max-width: 270px;
	min-height:173px;
}
.gallery li img {
	opacity:1;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
#Attractions-data {
	padding-bottom:100px;
}
#Attractions-data img:hover {
	opacity: 0;
}
.gallery li:hover img {
	opacity: 0;
}
.block-01 {
	width:100%;
	position:relative;
}
.block-01 .sub {
	position:absolute;
	top:0px;
	left:0px;
}
.gallery li {
}
.show-images {
	padding:15px 0;
}
.show-images img {
	width:31%;
	margin-right:1%;
}
.md-modal img {
	cursor:pointer;
}
.md-modal img:hover {
	opacity: 0.9;
}
.gallery li.photo1 {
	background: url(../photogallery/s/1b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo2 {
	background: url(../photogallery/s/2b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo3 {
	background: url(../photogallery/s/3b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo4 {
	background: url(../photogallery/s/4b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo5 {
	background: url(../photogallery/s/5b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo6 {
	background: url(../photogallery/s/6b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo7 {
	background: url(../photogallery/s/7b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo8 {
	background: url(../photogallery/s/8b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo9 {
	background: url(../photogallery/s/9b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo10 {
	background: url(../photogallery/s/10b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo11 {
	background: url(../photogallery/s/11b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo12 {
	background: url(../photogallery/s/12b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo13 {
	background: url(../photogallery/s/13b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo14 {
	background: url(../photogallery/s/14b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo15 {
	background: url(../photogallery/s/15b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo16 {
	background: url(../photogallery/s/16b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo17 {
	background: url(../photogallery/s/17b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo18 {
	background: url(../photogallery/s/18b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo19 {
	background: url(../photogallery/s/19b.jpg) no-repeat;
	background-size: 100% 100%;
}
.gallery li.photo20 {
	background: url(../photogallery/s/20b.jpg) no-repeat;
	background-size: 100% 100%;
}
.instan {
	border-top:1px solid #dbd7d7;
	padding-top:10px;
	margin-top:10px;
	display:block;
	text-align:center;
	background:url(../img/bg-instand.jpg) no-repeat center top;
	font-size:12px;
}
.instan a {
	color:#777777;
}
.instan a:hover {
	text-decoration:underline;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
	z-index:9999999999999999;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
/*******************bnt*****************************/

.btn-cocopoolvilla {
	color: #5c5c5c;
	background-color: #ffffff !important;
	border-color: #dddddd;
	font-size:14px;
}
.btn-cocopoolvilla:hover, .btn-cocopoolvilla:focus, .btn-cocopoolvilla:active, .btn-cocopoolvilla.active, .open > .dropdown-toggle.cocopoolvilla {
	color: #ffffff;
	background-color: #5c5c5c !important;
	border-color: #dddddd;
	font-size:14px;
}
.cocopoolvilla:active, .cocopoolvilla.active, .open > .dropdown-toggle.cocopoolvilla {
	background-image: none;
}
.btn-cocopoolvilla.disabled, .btn-cocopoolvilla[disabled], fieldset[disabled] .btn-cocopoolvilla, .btn-cocopoolvilla.disabled:hover, .btn-cocopoolvilla[disabled]:hover, fieldset[disabled] .btn-cocopoolvilla:hover, .btn-cocopoolvilla.disabled:focus, .btn-cocopoolvilla[disabled]:focus, fieldset[disabled] .btn-cocopoolvilla:focus, .btn-cocopoolvilla.disabled:active, .btn-cocopoolvilla[disabled]:active, fieldset[disabled] .btn-cocopoolvilla:active, .btn-cocopoolvilla.disabled.active, .btn-cocopoolvilla[disabled].active, fieldset[disabled] .btn-cocopoolvilla.active {
	background-color: #5a6261;
	border-color: #ffffff;
}
.btn-cocopoolvilla .badge {
	color: #428bca;
	background-color: #fff;
}
.page-scroll2 {
	position:absolute;
	bottom:30px;
	left:48%;
}
.arrow-bot {
	background:url(../img/arrow.png) no-repeat bottom;
	width:35px;
	height:41px;
	display:block;
}
.icon-address {
	background:url(../img/icon-address.png) no-repeat;
	padding-left:25px;
	width:100px;
	float:left;
}
.icon-tel {
	background:url(../img/icon-phone.png) no-repeat;
	padding-left:25px;
	width:100px;
	float:left;
}
.icon-fax {
	background:url(../img/icon-fax.png) no-repeat;
	padding-left:25px;
	width:100px;
	float:left;
}
.icon-mail {
	background:url(../img/icon-mail.png) no-repeat center left;
	padding-left:25px;
	width:100px;
	float:left;
}
.attractions-section {
	padding-top:50px !important;
	background:url(../img/Attractions-bg.jpg) repeat-x center !important;
}
.emailcontact {
	width:65%;
	background:#dfdfdf;
	border:none;
	padding:3px;
	margin-top:10px;
	color:#394042;
	text-indent:10px;
	height:28px;
	line-height:28px;
}
.footer-footer {
	border-top:1px solid #32383a;
	padding-top:10px;
	padding-bottom:3px;
}

footer a {
	color:#bcbdbd;
}
footer a:hover {
	color:#FFF;
}
.footer-footer a:hover {
	text-decoration:underline;
}
.btn-emailcontact {
	background:#1d2021;
	border-radius: 0px;
	padding:0px;
	height:28px;
	line-height:28px;
	border:1px solid #d1d2d2;
	font-size:12px;
	text-transform:uppercase;
	width:28%;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.btn-emailcontact:hover {
	background:#FFF;
	color:#333;
}
.md-trigger {
	cursor:pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pic-over {
	float:left;
	margin-right:15px;
	width:45%;
	border:5px solid #ffffff;
}
.pic-over2 {
	float:left;
	margin-right:15px;
	width:35%;
	border:5px solid #ffffff;
}
#Attractions-data {
	padding-top:50px;
}
#Attractions-data h4 {
	margin-top:15px;
	margin-bottom:30px;
}
.md-close {
	background:#FFF;
	color:#999;
	border:none;
	width:24px;
	height:24px;
	line-height:100px;
	overflow:hidden;
	position:absolute;
	right:13px;
	top:13px;
	background:url(../img/close.png);
}
.clear-be {
	clear:both;
	border-bottom:1px dashed #CCC;
	margin-top:15px;
	height:20px;
	margin-bottom:20px;
}
ul.list-over {
	margin:0px !important;
	padding:0px !important;
}
.list-over li {
	font-size:14px;
	list-style:none;
	background:url(../img/icon-footer-menu.png) no-repeat left 4px;
	padding-top:0px !important;
	padding-left:15px !important;
}
#roomtype h2 {
	margin-bottom:45px !important;
}
.attractions-section h4, .about-section h4 {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.attractions-section h4:hover, .about-section h4:hover {
	color:#777474;
}
#Special {
	padding:50px 0;
}
#Special img {
	margin-bottom:15px;
}
#Special h3 {
	margin-bottom:10px;
	font-size:18px;
}
#Special p {
	padding-bottom:10px;
	margin-bottom:0px;
	font-size:13px;
}
#Special .update {
	font-size:13px;
	font-style: italic;
	display:block;
	padding-bottom:10px;
	color:#C30;
}
#Special .btn-cocopoolvilla {
	padding:7px 10px !important;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.block-border {
	width:96%;
	border: 2% solid #ffffff;
	border-opacity:0.7;
}
.title-season-r {
	font-size:12px;
	font-weight:normal;
	font-family: 'open_sanslight';
}
.txt02 {
	width:90%;
	margin:0 auto;
	padding-bottom:25px;
}
.price-season {
	font-size:22px;
	display:block;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:15px;
}
.price-season2 {
	margin:0 auto;
	font-size:26px;
	display:block;
	font-weight:bold;
	padding-top:10px;
	line-height:22px;
	padding-bottom:25px;
	padding-top:25px;
	width:90%;
}
.block-center {
	text-align:center;
	margin:0 auto !important;
	width:90%;
	margin-bottom:25px;
	padding-bottom:40px;
	padding-top:25px;
	margin-top:25px !important;
}
.size14 {
	font-size:14px;
}
.txt03 {
	color:#C00;
	font-size:24px;
}
.font18 {
	font-size:18px;
}
/***************************************** Add New Css 28/1/2015 ************************************************/


.clear {
	clear:both;
}
.table > thead > tr > td.rate-tr-color-1, .table > tbody > tr > td.rate-tr-color-1, .table > tfoot > tr > td.rate-tr-color-1, .table > thead > tr > th.rate-tr-color-1, .table > tbody > tr > th.rate-tr-color-1, .table > tfoot > tr > th.rate-tr-color-1, .table > thead > tr.rate-tr-color-1 > td, .table > tbody > tr.rate-tr-color-1 > td, .table > tfoot > tr.rate-tr-color-1 > td, .table > thead > tr.rate-tr-color-1 > th, .table > tbody > tr.rate-tr-color-1 > th, .table > tfoot > tr.rate-tr-color-1 > th {
	background-color: #fff;
}
.table > thead > tr > td.rate-tr-color-2, .table > tbody > tr > td.rate-tr-color-2, .table > tfoot > tr > td.rate-tr-color-2, .table > thead > tr > th.rate-tr-color-2, .table > tbody > tr > th.rate-tr-color-2, .table > tfoot > tr > th.rate-tr-color-2, .table > thead > tr.rate-tr-color-2 > td, .table > tbody > tr.rate-tr-color-2 > td, .table > tfoot > tr.rate-tr-color-2 > td, .table > thead > tr.rate-tr-color-2 > th, .table > tbody > tr.rate-tr-color-2 > th, .table > tfoot > tr.rate-tr-color-2 > th {
	background-color: #f6f6f7;
}
img.img-thumbnail:hover {
	opacity:0.7;
}
.price-font {
	font-size:18px;
	display:block;
	margin-bottom:8px;
	padding-bottom:0px;
}
.font18 {
	font-size:18px;
}
.google-map {
	background:url(../img/google-maps-icon.png) no-repeat left center;
	padding-left:25px;
	margin-top:15px;
	clear:both;
	display:block;
	margin-bottom:20px;
	font-weight:bold;
}

#gallery img{ width:100%; margin-bottom:15px;}

/**********************************index***************************************/
.title-select{ 
	font-size:26px; font-family: 'open_sansbold'; 
	text-transform:uppercase;
	margin-bottom:5px;
}
.title-select-location{ margin-bottom:10px; font-size:18px;}
.main{ 
	padding-top:70px;
	font-size:13px;
}
.main p{ 
	font-size:13px;
}
.main a{ color:#666666;}
.main a:hover{ color:#219ab3;}
.main img{ 
	margin-bottom:15px;
}
@media(max-width:767px) {
	.main{ 
	padding-top:30px;
	
}
.direc-booking-mobile{ margin-top:20px;}
}
body.bg{   background:url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }