@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}
body.home-page-body {
}

.slick-initialized .slick-slide {
    display: block;
    padding-right: 0.9em;
    padding-left: 0.9em;
}

.mfp-bg {
	background: transparent!important;
}

#form input, #form select {
	height: 50px!important;
	font-size: 19px;
	font-weight: 500;
}

.position-relative {
	position: relative;
}

input,
select {
	-webkit-appearance: none;
}

input[type=checkbox] {
	-webkit-appearance: checkbox!important;
	appearance: checkbox!important;
}

.tours-pg .col-two-grid .cta,
.packages-pg .col-two-grid .cta,
.location-landing .ryt-panel .cta {
	min-width: auto;
	border: none;
	padding: 8px 25px;
	font-size: 18px;
	width: auto;
}

.form-control.loc {
	margin-right: 10px;
}

/*--Deals shape--*/

.deals-wrap {
	width: 180px;
    height: 180px;
    overflow: hidden;
    position: absolute;
    top: -23px;
    left: 4px;
    z-index: 9;
}

.ribbon {
	font-size: 15px;
	line-height: 21px;
	font-weight: 600;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	padding: 11px 26px;
	left: -36px;
	top: 55px;
	width: 226px;
	background-color: #075a60;
	color: #fff;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	letter-spacing: 0.5px;
}

.ribbon:before, .ribbon:after {
	content: "";
	border-top: 8px solid #033438;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	bottom: -8px;	
}

.ribbon:before {
	left: 0;
}

.ribbon:after {
	right: 0;
}

/*Rewamp - RJ*/

/*--Checkbox input Selection--*/

input[type="checkbox" i]:focus {
    outline-offset: 2px;
}
input:focus {
    outline-offset: 0px;
}
input[type="checkbox" i] {
    margin: 3px 3px 3px 4px;
    -webkit-appearance: normal;
}
input:focus {
    outline-offset: -2px;
}
input[type="checkbox" i] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
    -webkit-appearance: normal;
}

@media(min-width: 1401px) {
	.body-container {
		width: 1250px;
	    padding: 0 15px;
	    margin: 0 auto;
	}
}

@media(max-width: 1400px) {
	.body-container {
		width: 100%;
		padding: 0 50px;
	}


}

@media(max-width: 1024px) {
	.body-container {
		width: 100%;
		padding: 0 30px;
	}
}

@media(max-width: 767px) {
	.body-container {
		width: 100%;
		padding: 0 15px;
	}
	.staticabout h1 {
		margin-bottom: 20px;
	}
	.inner-page p {
		margin-bottom: 25px;
	}
	.staticabout img {
		height: auto;
	}
}

.position-cb {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.banner-wrap {
	width: 100%;
	position: relative;
}

.banner-wrap .tabular {
	position: absolute;
	top: 75px;
	width: 600px;
}

.banner-wrap .tabular .title {
	margin-bottom: 25px;
}

.banner-wrap .tabular .title h1 {
	font-size: 45px;
	font-weight: 600;
	color: #000;
}

.banner-wrap .tabular .content {
	margin-bottom: 35px;
}

.banner-wrap .tabular .content p {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
	text-align: justify;
}

.banner-wrap.inner-banner,
.banner-wrap.inner-banner .header-background-div {
	height: 260px;
}

.banner-wrap.inner-banner .tabular {
	width: 1250px;
	top: auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.banner-wrap.inner-banner .tabular .location-search,
.banner-wrap.inner-banner .tabular .location-search #search {
	width: 100%;
}

.banner-wrap .location-search {
	position: relative;
}

.banner-wrap.inner-banner .tabular .location-search #search .searchsection{
	display: flex;
}

.banner-wrap.inner-banner .searchsection .input-box input[type="text"] {
	width: 100%;
}

.banner-wrap.inner-banner .location-search .input-box {
	padding-right: 25px;
	width: 100%;
}

.banner-wrap.inner-banner .searchsection input[type="submit"] {
	margin-right: 25px;
}

.banner-wrap.inner-banner .searchsection a.btn-adsearch {
	width: 220px;
	padding: 0 20px;
	text-align: center;
}

.h-property-title {
	margin: 20px 0 0 0;
	text-align: center;
}

.h-property-discrip {
	padding: 0 0 30px 0;
}

.h-property-discrip p {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 400;
	color: #000;
	text-align: center;
}

.h-property-title h2 {
	font-size: 35px;
	font-weight: 600;
	padding-bottom: 25px;
	color: #000;
}

.cta {
	font-size: 20px;
	padding: 12px 30px;
	display: inline-block;
	min-width: 170px;
	border-radius: 5px;
	text-align: center;
	transition:all .5s ease;
}
.cta.cta--green {
	background-color: #0b6f76;
	color: #fff!important;
	border: 0;
}
.cta.cta--green:hover {
	text-decoration: none;
	background-color: #075a60;
	transition:all .5s ease;
}
.cta.cta--gray {
	background-color: #b88162;
	color: #fff;
	border: 0;
}
.cta.cta--gray:hover {
	background-color: #9d694b;
	transition:all .5s ease;
	text-decoration: none;
}
.cta.cta--border-gray {
	background-color: #ffffff;
	border: 2px solid #b78160;
	color: #b78160;
	padding: 8px 40px;
}
.cta.cta--border-gray:hover {
	border: 2px solid #9d694b;
	transition:all .5s ease;
	text-decoration: none;
}
.ad-search-title.cta {
	padding: 9px 21px 9px 30px;
	font-size: 17px;
}
.ad-search-title {
	position: absolute;
	right: 0;
	top: -60px;
}
.ad-search-title.open .arrow {
	margin: 0px 0 0px 13px;
	display: inline-block;
	transform: rotate(0deg);
	background-image: url(../images/arrow-white.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	height: 8px;
	width: 20px;
}
#product-content-right {
	position: relative;
}

.ad-search-title .arrow {
	transform: rotate(180deg);
	display: inline-block;
	margin: 0px 0 0px 7px;
	background-image: url(../images/arrow-white.png);
	background-repeat: no-repeat;
	background-size: 15px auto;
	height: 15px;
	width: 20px;
}

.inner-page {
	padding: 50px 0;
}

.inner-page.static-page h2 {
	font-size: 35px;
	margin-bottom: 15px;
}

.inner-page.static-page h3 {
	font-size: 30px;
	margin-bottom: 15px;
}

.inner-page.static-page h4 {
	font-size: 26px;
	margin-bottom: 15px;
}

.inner-page.static-page h5 {
	font-size: 25px;
	margin-bottom: 15px;
}

.inner-page.static-page h6 {
	font-size: 24px;
	margin-bottom: 15px;
}

.inner-page.static-page p a {
	color: #B78160;
}


.inner-page.static-page ul li {
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 24px;
	color: #000;
	position: relative;
}
.inner-page.static-page ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #b88162;
	position: absolute;
	left: 0;
	top: 12px;
	display: inline-block;
}

.inner-page.static-page ul li ul li:first-child:before {
	content: "";
	display: none;
}

.inner-page h1 {
	font-size: 35px;
	color: #b78160;
	margin-bottom: 35px;
	font-weight: 600;
}

.inner-page p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 25px;
	font-weight: 500;
	color: #000;
}
.staticabout img {
	height: 100%;
}
input[type="text"]:focus {
	border: 1px solid rgba(163,209,219,0.9);
	outline: none;
}
.blog-pagination .pagination {
	flex-direction: row-reverse;
}
.pagination {
	display: flex;
	justify-content: space-between;
	padding: 45px 0;
}
.pagination li a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border: 2px solid #b78160;
	color: #b78160;
	height: 52px;
	width: 153px;
	border-radius: 4px;
	font-size: 19px;
	text-align: center;
	line-height: 36px;
	font-weight: 500;
}

/*--Page Thank You--*/

.page-thank-you {
	position: relative;    
	display: flex;
    justify-content: center;
}

.bg__thank-you {
	background-image: url("../images/thank-you-bg.jpg");
	background-position: right top;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.page-thank-you__text {
	position: absolute;
	top: 50px;
	z-index: 99;
	padding: 120px 0 0 100px;
	width: 80%;
}

.page-thank-you__text h1 {
	font-size: 90px;
	color: #0b6f76;
	font-weight: 600;
	margin-bottom: 25px;
}

.page-thank-you__text h1 span {
	font-size: 40px;
	display: block;
	color: #000;
}

.page-thank-you__text p {
	font-size: 25px;
	line-height: 1.6;
	font-weight: 500;
}


/*--Page Thank You--*/

.icon-footer {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	color: #b78160;
	margin-right: 10px;
	display: inline-block;
}

.tour-schedule-table .ui-accordion .ui-accordion-header {
	background-color: #e9c9c2;
	background: #e9c9c2;
	color: #000;
	border: none;
	position: relative;
	padding: 17px 34px;
	margin: 15px 0;
}

.tour-schedule-table h2,
.tour-schedule-table h4,
.tour-schedule-table h5,
.tour-schedule-table h6 {
	font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.tour-schedule-table .ui-accordion .ui-accordion-header h4 {
	font-size: 19px;
}

.tour-schedule-table .fnq-faq .ui-state-active {
	background-color: #cc9993;
	background: #cc9993;
}

.tour-schedule-table .faq-single-question.ui-state-default.ui-state-active .ui-accordion-header-icon {
    background-image: url(../images/arrow-top.png) !important;
    width: 16px !important;
    height: 8px !important;
    background-position: initial !important;
}

.tour-schedule-table .faq-single-question .ui-icon {
    position: absolute !important;
    right: 15px !important;
    bottom: 29px !important;
    left: auto !important;
    top: auto !important;
    background-position: initial !important;
}

.tour-schedule-table .faq-single-question.ui-state-default .ui-accordion-header-icon {
    background-image: url(../images/arrow-down.png) !important;
    width: 16px !important;
    height: 8px !important;
    background-position: initial !important;
}

.tour-schedule-table table tr td {
	background-color: transparent!important;
	background: transparent!important;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.tour-schedule-table table p {
	font-size: 18px;
	font-weight: 500;
}

.tour-schedule-table .ui-accordion .ui-accordion-content {
	border: none;
}

.tour-schedule-table table tr td:first-child {
	color: #0b6f76;
	font-weight: 600;
	font-size: 18px;
	width: 150px;
}

/*--Page 404--*/

.page-404 {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.page-404__bg {
	background-image: url("../images/bg-404.jpg");
	background-position: right top;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.page-404__text {
	position: absolute;
	top: 50px;
	z-index: 99;
	padding: 150px 20% 0 0;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
}

.page-404__text h1 {
	color: #000;
	line-height: 125px;
	font-weight: 700;
	font-size: 280px;
	margin-bottom: 35px;
}

.page-404__text span {
	font-size: 70px;
	text-transform: uppercase;
	color: #0b6f76;
	display: block;
	text-align: right;
	font-weight: 800;
	padding-right: 20px;
}

.page-404__text p {
	font-size: 30px;
	font-weight: 500;
}

/*--Page 404--*/


/*--search result section--*/

.live_search_sec {
	background-color: #fff;
	padding: 10px;
	width: auto;
	min-width: 50%;
}

.banner-wrap .live_search_sec {
	position: absolute;
	z-index: 99;
	top: 56px;
}

.live_search_sec ul {
	list-style: none;
}

.live_search_sec ul li {
	padding: 8px 0 8px 15px;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	border-bottom: 1px solid #f1f1f1;
}

.live_search_sec ul li a {
	color: #000;
	font-size: 15px;
}

.live_search_sec .searchven span {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px solid #efefef;
	width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0 10px 15px;
}

/*--search result section--*/

/*--Page Advanced Search--*/

.advanced-search-content {
	padding: 40px 0;
}

.advanced-search-content h2 {
	font-size: 30px;
    margin: 0 0 35px 0;
    padding: 0;
    color: #000;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.advanced-search-content .multi-tabs {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 30px;
}

.advanced-search-content .searchbgtable .tabs label {
	font-size: 30px;
    color: #000;
    font-weight: 600;   
    width: 100%;
}

.advance-search-list {
	display: flex;
	margin: 40px 0;
}

.advanced-search-content .multi-tabs__list-loop li span {
	margin-left: 40px;
}

.advance-search-list label {
	background: #e9c9c2;
    transition: background ease 0.2s;
    padding: 15px 25px;
    color: #000;
    font-family: 'Aleo', serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 600;
}

.advance-search-list .tab {
	margin: 0 10px;
	width: 50%;
}

.advanced-search-content .tab .multi-tabs__list-loop li {
	font-size: 17px;
	display: flex;
	align-items: center;
	padding: 7px 0;
	width: 100%;
	float: left;
}

.advanced-search-content .footer-location p {
	font-size: 20px;
}

.advanced-search-content .footer-location__list {
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
}

.advanced-search-content .footer-location__list input[type=checkbox] {
	margin-right: 10px;
}

.advanced-search-content .footer-location__list li {
	font-size: 17px;
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0 15px;
}

.advanced-search-content input[type="submit"] {
    background-color: #A3D1DB;
    border: none;
    border-radius: 3px;
    color: #000;
    font-size: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 0 40px;
    font-weight: 500;
    height: 55px;
    margin-top: 25px;
}

.advanced-search-content .footer-location {
	width: 100%;
    text-align: center;
}

.advanced-search-content .tabs .multi-tabs__list-loop li span {
	margin-left: 40px;
}

.advanced-search-content input[type=checkbox] {
	width: 20px;
	height: 20px;
	border: 1px solid #0b6f76;
	-webkit-appearance: normal!important;
	margin: 0;
}

.srch_adv tr td {
	background-color: #fff;
	padding: 5px;
	font-size: 20px;
}

.searchbgtable table tr td {
	font-size: 20px;
}

.searchbgtable table tr {
	vertical-align: middle;
}
.srch_adv {
	float: left;
	width: 100%;
}
.srch_adv td + td {
	text-align: center;
}


/*--Page Advanced Search--*/


/*--Popup enquire--*/

.popup-enquire {
  margin: 0 auto;
  width: 860px;
  position: relative;
}
.popup-enquire .mfp-close {
	font-size: 0px;
	color: #000 !important;
	right: 20px;
	background-image: url("../images/button-close.png");
	height: 18px;
	top: 16px!important;
	background-size: 18px auto;
	text-transform: uppercase;
	background-repeat: no-repeat;
	opacity: 1;
}
.popup-enquire .mfp-close:before {
	content: "Close";
	font-size: 14px;
	font-weight: 700;
	color: #000;
	right: 56px;
	top: -12px;
	position: relative;
}
.popup-enquire__body {
  width: 1100px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 20px;
  display: flex;
}
.popup-enquire .double-box {
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 15px 0;
}
.popup-enquire .double-box-img {
  height: 100%;
  width: 450px;
  border: 6px solid #fff;
  box-shadow: 0 0 4px -2px rgba(0,0,0,0.5);
}
.popup-enquire .double-box-img img {
  height: 100%;
  width: 100%;
}
.popup-enquire .double-box-txt {
  padding: 25px 10px 25px 25px;
}
.popup-enquire .double-box-txt h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
}
.popup-enquire .double-box-txt .location-rating {
  display: flex;
  margin-bottom: 10px;
}
.popup-enquire .double-box-txt .location-rating p {
  font-size: 18px;
  color: #0b6f76;
  padding-bottom: 5px;
  font-weight: 600;
}
.popup-enquire .double-box-txt .el-rating {
	margin-bottom: 10px;
}
.popup-enquire .double-box-txt .el-rating ul li {
  display: inline-block;
  padding-right: 12px;
  font: normal normal normal 22px/1 FontAwesome;
  color: #fbde56;
}
.popup-enquire .double-box-txt .cta-wrap {
  display: flex;
}
.popup-enquire .double-box-txt .cta-wrap .cta {
  min-width: initial;
  width: auto;
  margin-right: 20px;
  padding: 10px 40px;
}

.mfp-wrap {
  background: rgba(255, 255, 255, 0.85);
}

.popup-cart .cta {
	font-size: 18px;
	padding: 7px 24px;
	min-width: 145px;
	margin-top: 20px;
}

.popup-cart__body {
	width: 860px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
}

.popup-cart__body h2 {
	font-size: 25px;
    font-weight: 500;
    margin-bottom: 9px;
}

.popup-cart__body .double-box {
	display: flex;
    align-items: center;
}

.popup-cart__body .double-box-img {
	height: 100%;
    width: 400px;
    border: 6px solid #fff;
    box-shadow: 0 0 4px -2px rgb(0 0 0 / 50%);
}

.popup-cart__body .double-box-img img {
	width: 100%;
	height: 100%;
}

.popup-cart__body .double-box-txt {
	width: 70%;
	padding: 20px ​10px 20px 25px;
}

.popup-cart__body .double-box-txt h3 {
	font-size: 25px;
}

.popup-cart__body .double-box-txt .location-rating p {
	font-size: 18px;
}

.popup-cart__body .double-box-txt .el-rating ul li {
	font: normal normal normal 22px/1 FontAwesome;
}

.popup-cart__body .double-box-txt .el-rate {
	margin-bottom: 10px;
}

.popup-cart__body .double-box-txt .el-rate p {
	font-size: 18px;
	font-weight: 500;
}

.popup-cart__body .el-room-type input,
.popup-cart__body .el-room-type select {
	height: 50px;
	font-size: 16px;
} 

.popup-cart__body .el-room-type select {
	-webkit-appearance: auto;
}


/*--Popup enquire--*/

/*--Inner page Breadcrumb--*/

.page-breadcrumb {
	border-bottom: 1px solid #cfcfcf;
	padding: 20px 0;
}

.page-breadcrumb ul {
	list-style: none;
	margin: 0;
}

.page-breadcrumb ul li {
	display: inline-block;
	padding: 0;
}

.page-breadcrumb ul li a {
	color: #279ba4;
	font-size: 19px;
}

.page-breadcrumb ul li:after {
	content: "/";
	color: #279ba4;
	font-size: 24px;
	display: inline-block;
	padding: 0 6px 0 10px;
}

.page-breadcrumb ul li:last-child:after {
	display: none;
}

/*--Inner page Breadcrumb Ends--*/

/*--Location page--*/

.location-landing .content-block {
	padding: 40px 0;
	border-bottom: 1px solid #cfcfcf;
}

.location-landing .lft-panel {
	display: block;
}

.location-landing .lft-panel .lslider-primary {
	padding-bottom: 16px;
}

.lslider-primary,
.pg-slider-primary {
	position: relative;
}

.lslider-primary .slick-arrow,
.pg-slider-primary {
	position: absolute;
	top: 50%;
	z-index: 99;
}

.lslider-primary .slick-prev,
.pg-slider-primary .slick-prev {
	position: absolute;
	left: 30px;
	z-index: 99;
}

.lslider-primary .slick-prev:before,
.pg-slider-primary .slick-prev:before {
	content: "\f053";
	font: normal normal normal 27px/1 FontAwesome;
	color: #000;
}

.lslider-primary .slick-next,
.pg-slider-primary .slick-next {
	position: absolute;
	right: 30px;
}

.lslider-primary .slick-next:before,
.pg-slider-primary .slick-next:before {
	content: "\f054";
	font: normal normal normal 27px/1 FontAwesome;
	color: #000;
}

.location-landing .lft-panel .lslider-primary img {
	height: 330px;
	width: 100%;
}

#tabtour .list-items2 >div >img {
	display: none;
}

.location-landing .lft-panel .lslider-nav {
	height: 100px;
	overflow: hidden;
}

.location-landing .content-block .cta {
	padding: 8px 25px;
	min-width: 180px;
}

.location-landing .lft-panel .lslider-nav img {
	height: 100px;
	width: 100%;
}

.location-landing .ryt-panel .sp-detail-title {
	font-size: 25px;
	color: #000;
}

.location-landing .ryt-panel {
	display: block;
	padding-left: 10px;
}

.location-landing .title h2 {
	font-size: 30px;
	margin: 0 0 15px 0;
	padding: 0;
	color: #000;
	font-weight: 600;
}

.location-landing .title a h2:hover {
	color: #b78160;
}

.location-landing .title a:hover {
	text-decoration: none;
}

.location-landing .location {
	padding-bottom: 10px;
}

.location-landing .location p {
	color: #0b6f76;
	font-size: 19px;
}

.location-landing .rating-price {
	display: flex;
	margin-bottom: 20px;
	align-items: center;
}

.location-landing .rating-price .rating {
	padding-right: 40px;
	margin-bottom: 0;
}

.location-landing .rating-price .rating ul {
	margin-bottom: 0;
}

.location-landing .rating-price .price p {
	display: inline-block;
	padding: 7px 11px;
	font-family: 'Aleo', serif;
	font-weight: 400;
	background-color: #a3d1db;
	color: #000;
	font-size: 17px;
	border-radius: 3px;
}

.location-landing .content {
	margin-bottom: 40px;
}

.location-landing .content p {
	color: #000;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 400;
}

.location-landing .content p a {
	color: #b78160;
}

.location-landing .content a.link {
	margin-top: 25px;
	color: #b78160;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	font-weight: 500;
}

.location-landing .content a.link:after {
 	content: "»";
 	color: #b78160;
 	display: inline-block;
 	margin-left: 10px;
}

.location-landing .content a.link:hover,
.location-landing .content a.link:hover:after {
	color: #0b6f76;
}

.dpage-location-map {
	height: 500px;
	width: 100%;
	background-color: #f1f1f1;
}

.location-landing .ryt-panel .cta.cta--gray {
	margin-left: 15px;
}
/*--Location page Ends--*/

/*--Common inner Detail Page--*/

.common-detail-pg {
	padding: 0 0 50px 0;
}

.common-detail-pg__title-wrap {
  	display: flex;
  	justify-content: space-between;
  	margin: 30px 0;
  	width: 100%;
  	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}

.common-detail-pg__title-wrap p {
	padding-bottom: 5px;
}
.common-detail-pg__feature-tab {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}
.common-detail-pg__content-wrap {
	margin: 50px 0 80px 0;
}
.common-detail-pg__content-wrap h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 25px;
}
.common-detail-pg__content-wrap h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
.common-detail-pg__content-wrap h4 {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 25px;
}
.common-detail-pg__content-wrap h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.common-detail-pg__content-wrap ul {
	list-style: none;
	margin-bottom: 40px;
  	padding: 0;
}
.common-detail-pg__content-wrap ul li {
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 24px;
	color: #000;
	position: relative;
}
.common-detail-pg__content-wrap ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #b88162;
	position: absolute;
	left: 0;
	top: 12px;
	display: inline-block;
}
.common-detail-pg__content-wrap p {
	color: #000!important;
	font-size: 19px!important;
	font-weight: 500!important;
	line-height: 1.4!important;
	padding-bottom: 15px!important;
}
.common-detail-pg__content-wrap p span {
	color: #000!important;
	font-size: 19px!important;
	font-weight: 500!important;
	line-height: 1.5!important;
	padding-bottom: 15px!important;
}
.common-detail-pg__content-wrap .cta {
	margin-right: 15px;
}
.common-detail-pg__title-wrap--title h1 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
	padding-right: 175px;
}
.common-detail-pg__title-wrap--title p {
	color: #0b6f76;
	font-size: 19px;
	font-weight: 500;
	margin: 0;
	padding-bottom: 0;
}
.common-detail-pg__title-wrap--price p {
	display: inline-block;
	padding: 10px !important;
	font-family: 'Aleo', serif;
	font-weight: 400;
	background-color: #a3d1db;
	color: #000;
	font-size: 19px !important;
	border-radius: 3px;
}
.common-detail-pg__slider {
	display: block;
	width: 100%;
	margin-bottom: 40px;
}
.common-detail-pg__slider .pg-slider-primary {
  width: 100%;
  margin-bottom: 15px;
}
.common-detail-pg__slider .pg-slider-primary img {
  width: 100%;
  max-height: 600px;
}
.common-detail-pg__slider .pg-slider-nav img {
  width: 100%;
  height: 140px;
}
.common-detail-pg__title-wrap--title p {
	padding-bottom: 5px;
}
.common-detail-pg h5 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}
.common-detail-pg p {
  font-size: 19px;
  padding-bottom: 20px;
  line-height: 1.3;
}
.common-detail-pg ul {
  margin-bottom: 40px;
  padding: 0;
}
.common-detail-pg ul li {
  padding-bottom: 18px;
  padding-left: 25px;
  font-size: 19px;
  color: #000;
  position: relative;
}
.common-detail-pg ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #b88162;
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
}

.inner-page.page-faq {
	padding: 60px 0;
}

.staticabout p a {
	color: #b78160;
}

.rate-wrap {
  margin: 30px 0 60px 0;
}
.rate-wrap h3,
.common-detail-pg h3 {
  font-size: 30px;
  font-weight: 700;
  color: #b78160;
  margin-bottom: 10px;
}

.common-detail-pg h3 {
	margin-bottom: 20px;
}
.rate-wrap p {
  font-size: 19px;
  color: #000;
  padding-bottom: 25px;
  margin: 0;
}
.rate-wrap__calc-table table {
  width: 100%;
}
.rate-wrap__calc-table table tr td {
  padding: 0 0 0 70px;
  font-size: 18px;
  color: #000;
}
.rate-wrap__calc-table table tr td:first-child {
  font-size: 18px;
  color: #0b6d75;
  width: 700px;
  padding: 0 25px 0 0;
}
.rate-wrap__calc-table table tr td label {
  margin-bottom: 10px;
  display: inline-block;
}
.rate-wrap__calc-table table tr td input {
  border: 1px solid #aaa7a7;
  border-radius: 3px;
  height: 50px;
}
.rate-wrap__calc-table--cta {
  margin: 50px 0;
  width: 100%;
  text-align: right;
}
.rate-wrap__invoice {
  border: 1px solid #cccccc;
  padding: 60px;
}
.rate-wrap__invoice h4 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.rate-wrap__invoice h4 span {
  font-weight: 400;
  color: #1d1c1b;
}
.rate-wrap__invoice--list {
  padding: 30px 0;
  font-size: 24px;
  font-weight: 500;
  color: #555555;
}
.rate-wrap__invoice--list table {
  width: 100%;
  table-layout: fixed;
}
.rate-wrap__invoice--list table td {
  text-align: right;
}
.rate-wrap__invoice--list table td:first-child {
  text-align: left;
}
.rate-wrap__invoice--price-discount {
  text-align: right;
}
.rate-wrap__invoice--price-discount div {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.rate-wrap__invoice--price-discount p {
  font-size: 19px;
  padding: 0 0 0 30px;
  font-weight: 700;
}
.rate-wrap__invoice--price-discount p span {
  color: #555555;
  font-weight: 500;
  text-decoration: line-through;
}
.rate-wrap__invoice--price-discount .discount p {
  color: #0b6f76;
  font-weight: 700;
}
.rate-wrap__invoice--price-discount .discount p span {
  text-decoration: none;
}

/*--Common inner Detail Page--*/

/*--Enquiry Form--*/

.enquiry-form {
	padding: 20px 0 0 0;
}

.enquiry-form #form {
	background-color: #96d1de;
	padding: 40px 80px;
	margin-bottom: 50px;
}

.enquiry-form #contactform {
	margin-bottom: 80px;
}

.enquiry-form h2.enquiry-form-title {
	color: #b78160;
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px;
}

.enquiry-form .enquiry-page-top-text {
	background-color: #cc9993;
	width: 100%;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-top: 15px;
	font-size: 30px;
	color: #fff;
}

.enquiry-form #heading_tag {
	margin-bottom: 40px;
	text-align: center;
}

.enquiry-form #heading_tag h2 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}

.enquiry-form #contactform #heading_tag h2 {
	font-size: 38px;
	color: #000;
	margin-bottom: 30px;
	margin-top: 30px;
	display: inline-block;
	font-weight: 600;
}

.enquiry-form .enquire_content p {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.3;
	color: #000;
	margin: 15px 0;
}

.enquiry-form .enquire_contact_address {
	font-size: 19px;
	font-weight: 500;
	padding: 30px 0 35px 0;
	text-align: center;
	color: #000;
}

.enquiry-form .enquire_contact_address > a {
	color: #000;
}

.enquiry-form .enquire_content p b {
	font-size: 19px;
	font-weight: 600;
	margin-top: 15px;
	display: inline-block;
	color: #0b6f76;
}

.enquiry-form #form textarea {
	width: 100%;
	background-color: #fff;
	color: #000!important;
	display: block;
    padding: .875rem 2rem .375rem 2rem;
    line-height: 1.5;
    border-radius: 6px;
    border: 1px solid#fff;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    height: 100px !important;
}

.enquiry-form #form textarea:focus {
	border: 0;
	outline: 0 !important;
}

.enquiry-form #form input,
.enquiry-form #contactform input {
	width: 100%;
}

.enquiry-form #contactform input {
	display: block;
    line-height: 1.5;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid#fff;
    box-shadow: none;
    font-size: 16px;
}

.enquiry-form #contactform label {
	width: 100px;
	font-size: 20px;
	color: #000;
}

.enquiry-form #form h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}


.enquiry-form .heading_tag.contact h2 {
	color: #000;
	margin: 25px 0;
	font-size: 38px;
	font-weight: 600;
}

/*--Enquiry Form--*/


/*--Tours page--*/


.common-detail-pg__title-wrap .common-detail-pg p {
	padding-bottom: 5px;
}

.common-detail-pg table td {
	font-size: 19px;
    color: #000;
}

.tours-pg {
	padding: 60px 0;
}

.inner-page .devider {
	width: 1px;
	height: 100%;
	background-color: #dadada;
	position: absolute;
    right: 0;
    top: 0;
}

.col-two-grid {
	
}

.col-two-grid__mb-70 {
	margin-bottom: 20px;
}

.col-two-grid__pr-20 {
	padding-right: 20px;
}

.col-two-grid__image {
	height: 235px;
	overflow: hidden;
	width: 100%;
}

.col-two-grid__image img {
	width: 100%;
}

.col-two-grid__head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}

.col-two-grid__head-title {
	padding-right: 30px;
}

.col-two-grid__head-title h2 {
	font-size: 25px;
	color: #b78160;
	font-weight: 600;
}

.col-two-grid__head-title a h2:hover {
	color: #0a6d73;
	text-decoration: none;
}

.col-two-grid__head-title a:hover {
	text-decoration: none;
}

.col-two-grid__head-price p {
	display: inline-block;
	padding: 10px 10px 7px 10px;
	font-family: 'Aleo', serif;
	font-weight: 600;
	background-color: #a3d1db;
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	border-radius: 3px;
	width: 120px;
	text-align: center;
}

.col-two-grid__content-text {
	margin-bottom: 40px;
}

.col-two-grid__content-text p {
	font-size: 19px;
	line-height: 1.5;
}

.col-two-grid .cta {
	width: 180px;
	padding: 8px 30px;
}

.tours-pg .col-two-grid__mb-70 {
	margin-bottom: 40px;
}

.tours-pg .col-two-grid__head {
	margin-bottom: 15px;
}

.tours-pg .col-two-grid__content-text {
	margin-bottom: 20px;
}

.inner-page__sidebar {
	padding-left: 20px;
}

.inner-page__sidebar-nav-title {
	padding-bottom: 25px;
}

.inner-page__sidebar-nav-title h3 {
	font-size: 30px;
	color: #0b6f76;
	font-weight: 600;
}

.inner-page__sidebar-nav {
	margin-bottom: 30px;
}

.inner-page__sidebar-nav ul {
	list-style: none;
}

.inner-page__sidebar-nav ul li {
	margin-bottom: 15px;
}

.inner-page__sidebar-nav ul li a {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.inner-page__sidebar-nav ul li a:hover {
	color: #cc9993;
	text-decoration: none;
}

.blog-landing.inner-page {
	padding: 60px 0 80px 0;
}

.blog-landing .col-two-grid__content-text p {
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

a.link-with-arrow {
	margin-top: 15px;
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	font-weight: 500;
}

a.link-with-arrow--green {
	color: #0b6f76;
}

a.link-with-arrow--green:after {
	color: #0b6f76;
}

a.link-with-arrow:after {
 	content: "»";
 	display: inline-block;
 	margin-left: 10px;
}

a.link-with-arrow--green:hover,
a.link-with-arrow--green:hover:after {
	color: #b78160;
}

/*--Tours page Ends--*/

/*--Home Featured Property Section--*/
	
.feature-property {
	margin-bottom: 50px;
	display: flex;
}

.feature-property__img-wrap {
	max-width: 700px;
	width: 100%;
}

.feature-property__content-wrap {
	padding-left: 50px;
	text-align: right;
	margin-top: -13px;
	width: 900px;
}

.feature-property__img-wrap--img img {
	width: 100%;
	max-height: 500px;
}

.feature-property__content-wrap .title h3 {
	font-size: 30px;
	font-weight: 600;
	color: #b78160;
	margin-bottom: 20px;
}

.feature-property .cta {
	padding: 9px 35px;
	border-radius: 5px;
}

.feature-property__content-wrap p {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.rating {
	margin-bottom: 30px;
}

.rating ul li {
	display: inline-block;
	margin-right: 10px;
}

.rating ul li span,
.popup-enquire .double-box-txt .el-rating ul li span {
	font: normal normal normal 25px/1 FontAwesome;
	color: #fbde56;
}

.rating ul li:last-child {
	margin-right: 0;
}

/*--Home Featured Property Section Ends--*/

/*--Home Special Offers Section--*/

.special-offers {
	padding-bottom: 60px;
	text-align: center;
}

.special-offers__title {
	padding-bottom: 35px;
}

.special-offers__title h3 {
	font-size: 35px;
	color: #000;
	font-weight: 600;
}

.special-offers__content {
	padding-bottom: 50px;
	width: 88%;
	display: inline-block;
	text-align: center;
}

.special-offers__content p {
	font-size: 19px;
	color: #000;
	line-height: 1.5;
}

.special-offers__offer-block-txt {
	background-color: #a3d1db;
	width: 100%;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.special-offers__offer-block-txt:hover {
	background-color: #69b4c3;
}

.special-offers__offer-block a:hover .special-offers__offer-block-txt p {
	text-decoration: none!important;
}

.special-offers__offer-block a:hover {
	text-decoration: none!important;
}

.special-offers__offer-block p,
.special-offers__offer-block p a {
	font-family: 'Aleo', serif;
	color: #000;
	font-size: 19px;
	margin: 0;
}

.h-sec01 {
	padding: 40px 0 80px 0;
	text-align: center;
}

.h-sec01__head {
	width: 70%;
	margin: 0 auto 50px auto;
}

.h-sec01__head h2 {
	font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
}

.h-sec01__head p {
	font-size: 19px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    text-align: center;
}

.h-sec01__box {
	padding: 0 25px;
}

.h-sec01__box h3 {
	color: #0b6f76;
	font-size: 25px;
	font-family: 'Aleo', serif;
	margin: 0 0 20px 0;
}

.h-sec01__box p {
	font-size: 19px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
    text-align: center;
}

/*--Home Special Offers Section Ends--*/

/*--Home Holiday Recaps Section--*/

.holiday-recap {
	text-align: center;
}

.holiday-recap__title {
	padding-bottom: 35px;
}

.holiday-recap__title h3 {
	font-size: 35px;
	font-weight: 600;
	color: #000;
}

.holiday-recap__content {
	padding-bottom: 60px;
	width: 88%;
	display: inline-block;
	text-align: center;
}

.holiday-recap__content p {
	font-size: 19px;
	color: #000;
	line-height: 1.5;
}

.holiday-recap__slide {
	padding-bottom: 70px;
	position: relative;
	width: 100%;
	display: block;
}

.holiday-recap__slider {
	position: absolute;
	top: 115px;
	z-index: 99;
	width: 100%;
}

.hrc-slide-wrapper {
	display: flex;
}

.hrc-slide-box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hrc-slide-box__content {
	background-color: #ffffff;
	padding: 65px 110px 65px 65px;
	width: 720px;
	font-size: 19px;
    color: #000;
    font-weight: 400;
    line-height: 1.3;
}

.hrc-slide-box__content p {
	font-size: 19px;
	color: #000;
	font-weight: 400;
	line-height: 1.3;
}

.hrc-slide-box__location h4 {
	font-size: 30px;
	margin-bottom: 10px;
	display: block;
	color: #000;
	font-weight: 600;
}

.hrc-slide-box__location p {
	font-size: 19px;
	font-weight: 600;
	color: #000;
}

.hrc-slide-box__location p span {
	font: normal normal normal 30px/1 FontAwesome;
	margin-right: 10px;
}

.hrc-slide-box__location {
	background-color: rgba(150,209,222,0.7);
	padding: 25px 50px 25px 60px;
	margin: 0 0 0 -72px;
}

.holiday-recap__slide-bg {
	background-size: cover;
	min-height: 700px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.holiday-recap__slider .slick-dots {
	margin-top: 60px;
	position: initial;
}

.holiday-recap__slider .slick-dots li {
	display: inline-block;
	margin-left: 18px;
	background-color: rgba(255,255,255,0.8);
	width: 26px;
	height: 26px;
	border-radius: 50%;
}

.holiday-recap__slider .slick-dots li button {
	height: 0;
	width: 0;
}

.holiday-recap__slider .slick-dots li button:before {
	font-size: 0;
}

.holiday-recap__slider .slick-dots li.slick-active {
	background-color: rgba(150,209,222,0.8);
}


/*--Home Holiday Recaps Section Ends--*/

/*--Home blog section--*/

.latest-blog {
	padding-bottom: 115px;
}

.latest-blog__post {
	margin-bottom: 30px;
}

.latest-blog__post--img {
	margin-bottom: 32px;
	height: 390px;
	overflow: hidden;
	width: 100%;
}

.latest-blog__post--title a {
	color: #000;
}

.latest-blog__post--title h4 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
}

/*--Home blog section Ends--*/

.blog-detail-pg .page-breadcrumb {
  border-bottom: none;
  padding: 05px 0 30px 0;
}
.blog-detail-pg .page-breadcrumb ul {
  padding-left: 0;
}

.blog-detail-pg.inner-page {
	padding: 30px 0 50px 0;
}

.blog-detail-pg .page-breadcrumb ul li a {
	font-weight: 600;
}

.blog-detail-pg__content h1 {
  font-size: 25px;
  color: #b78160;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 20px 0;
}
.blog-detail-pg__content h2 {
  font-size: 24px;
  color: #0b6f76;
  margin-bottom: 30px;
  font-weight: 500;
}
.blog-detail-pg__content h3 {
  font-size: 20px;
  color: #0b6f76;
  margin-bottom: 30px;
  font-weight: 500;
}
.blog-detail-pg__content h4, .blog-detail-pg__content h5 {
  font-size: 18px;
  color: #0b6f76;
  margin-bottom: 30px;
  font-weight: 500;
}
.blog-detail-pg__content p {
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 500;
}
.blog-detail-pg__content p a {
  color: #0b6f76;
}
.blog-detail-pg__content-img img {
  width: 100%;
  max-height: 700px;
  margin-bottom: 20px;
}

.blog-sm-share {
  border-top: 1px solid #dddddd;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
.blog-sm-share p {
  font-size: 24px;
  color: #000;
  margin: 0 30px 0 0;
  padding: 0;
}
.blog-sm-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sm-share ul li {
  display: inline-block;
  margin: 0 4px;
}
.blog-sm-share ul li a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal normal 18px/1 'FontAwesome';
}
.blog-sm-share ul li a.pinterest {
  background-color: #ca1e26;
}
.blog-sm-share ul li a.twitter {
  background-color: #00aced;
}
.blog-sm-share ul li a.facebook {
  background-color: #3b5998;
}
.blog-sm-share ul li a.email {
  background-color: #e9e9e9;
  color: #757575;
}
.blog-sm-share ul li a.tumblr {
  background-color: #2c4763;
}
.blog-sm-share ul li a.google-plus {
  background-color: #dc4b38;
}
.blog-sm-share ul li a.linkedin {
  background-color: #0078b6;
}

/*--Blog section--*/

/*--Enquiry List section--*/

.section-el h2 {
	font-size: 30px;
	font-weight: 600;
	color: #b78160;
	margin-bottom: 40px;
}

.section-el .enquiry-list {
	display: flex;
	position: relative;
	margin-bottom: 50px;
}

.enquiry-list__image {
	width: 400px;
}

.enquiry-list__image img {
	width: 100%;
	height: 100%;
}

.enquiry-list__content {
	padding: 10px 0 0 50px;
}

.enquiry-list__content h3 {
	font-size: 25px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
}

.enquiry-list__content-rl,
.enquiry-list__content-rt-rate {
	display: flex;
}

.enquiry-list__content-rt-rate select {
	border: 1px solid #ccc!important;
	height: 50px!important;
}

.section-el .btn.btn-close {
	position: absolute;
	right: 25px;
	top: 50%;
}

.section-el .btn.btn-close {
	background: transparent;
	background-image: url("../images/button-close.png");
	width: 27px;
	height: 27px;
	font-size: 0;
}

.section-el .btn.btn-close span {
	font-family: 'FontAwesome';
	font-size: 0px;
	color: #000;
}

#enquiry .btn.btn-default.button_com {
    background-color: #b78160;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 7px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

#enquiry input,
#enquiry select {
	border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    padding-top: 6px;
    padding-bottom: 10px;
    height: 50px;
    color: #000!important;
    margin-bottom: 10px;
}

#enquiry .form-control {
	display: block;
    padding: .375rem 2rem;
    line-height: 1.5;
    background-color: #fff;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.enquiry-list__content-rl .el-rating {
	padding-left: 25px;
	margin-bottom: 25px;
}

.enquiry-list__content-rl .el-rating ul li {
	display: inline-block;
	padding-left: 15px;
}

.enquiry-list__content-rl .el-rating ul li span {
	font-family: 'FontAwesome';
	font-size: 25px;
	color: #fbde56;
}

.enquiry-list__content-rl .el-location p {
	font-size: 19px;
	color: #0b6f76;
	font-weight: 600;
}

.enquiry-list__content-rt-rate .el-room-type select {
	height: 50px;
	font-size: 22px;
	width: 300px;
}

.enquiry-list__content-rt-rate .el-rate {
	position: absolute;
    right: 20%;
    top: 50%;
}

.enquiry-list__content-rt-rate .el-rate p {
	display: inline-block;
    padding: 10px;
    font-family: 'Aleo', serif;
    font-weight: 400;
    background-color: #a3d1db;
    color: #000;
    font-size: 19px;
    border-radius: 3px;
    margin: 0;
}

/*--Enquiry List section--*/

.no-blog.no-video-blog {
	color: #ff0000;
}
h1.product_detail_title {
	color: #111111;
	font-size: 14px;
	margin-top: 0;
	font-weight: bold;
}
.tour-details h1 {
	background-color: #EBEAE7;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	margin: 0 0 15px;
	line-height: 25px;
}
a.instantonlinequote {
	display: none;
}
a.book {
	display: none;
}
.floating-button a.enquire-button {
	width: 100%;
}

.enquire_content
{
    font-size: 18px;
    padding-top: 10px;
}
.main.video-blog-sidebar-menu a {
	color: #fff;
	text-decoration: none;
}
header {
	height: auto;
	margin: auto;
}
.clear {
	clear: both;
}
.tagline {
	color: #fff;
	float: left;
	font-size: 43px;
	font-weight: bold;
	width: 73%;
	margin-top: 6px;
}
.tagline span {
	float: left;
	font-size: 22px;
	font-weight: normal;
	margin-top: -10px;
	width: 100%;
	letter-spacing: 1.5px;
}
#nav-left-items .main ul {
	display:none;
}
#nav-left-items .main .sidebar_bottom_menu ul {
	display:block;
	overflow :hidden;
	width :auto;
}

.captcha_contact div,
.captcha_contact iframe {
	width: 100%!important;
}


@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,500italic,700,900);
.phonesection {
	color: #fff;
	float: right;
	font-family: "Roboto", sans-serif;
	margin-top: 22px;
	width: 25%;
}
.phonesection i.fa.fa-phone {
	font-size: 34px;
	margin-right: 8px;
	float: right;
}
.phonesection strong {
	font-size: 20px;
}
.header-background-div section + section {
	font-weight: bold;
	text-align: right;
	float: right;
}
#feature_homepost {
	border-bottom: 1px solid #EBEAE7ddd;
	border-top: 1px solid #EBEAE7ddd;
	float: left;
	width: 100%;
}
.home_hds {
	font-size: 19px;
	height: auto;
	padding: 29px 0 23px;
}
.home_hd_div2 {
	background-image: url("../images/homeh2.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-size: 30px;
	margin-bottom: 15px;
	padding: 0 35px 0 10px;
	width: auto;
}
#feature_homepost {
	border-bottom: 1px solid #EBEAE7ddd;
	border-top: 1px solid #EBEAE7ddd;
	float: left;
	margin-top: 15px;
	padding-bottom: 0;
	padding-top: 9px;
	width: 100%;
}
.socialmedia {
	float: right;
	width: auto;
}
.socialmedia i {
	font-size: 25px;
	margin-left: 5px;
}
.socialmedia a i {
	color: #fff;
}
.socialmedia a i:hover {
	color: #f29550;
}
.socialmediafooter
{
    width: auto;
    padding-top: 10px;
}
.socialmediafooter img
{
    width: 40px;
}
nav {
	margin: 15px 0;
	background-color: #fff;
}
.logo-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.logo {
	width: 160px;
}

.logo img {
	width: 100%;
}
.mainnav {
	list-style: outside none none;
	width: 100%;
	display: flex;
}
.mainnav ul {
	margin-top: 10px;
	margin-bottom: 0;
}
.mainnav li {
	color: #000;
	height: 50px;
	padding: 0px 15px;
	display: inline-block;
}
.mainnav li.cart-nav {
	/*position: absolute;*/
	height: 33px;
}
.mainnav li a {
	color: #000;
	font-size: 19px;
	font-weight: 400;
	padding: 14px 11px;
	list-style: outside none none;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}
.mainnav li a.open-form {
	position: relative;
}

.mainnav li a.open-form .cart_count {
	width: 20px;
    height: 20px;
    background-color: #b78160;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: absolute;
    line-height: 1.7;
    padding: 0;
    margin: 0;
}
.mainnav li .fa-shopping-cart {
	display: inline-block;
}
.mainnav li a.active {
	color: #b78160;
	font-weight: 700;
}

.mainnav li:last-child {
	padding-right: 0;
}
.mainnav li a:hover {
	color: #B78160;
}
.mainnav ul li.submenu {
	position: relative;
}
.mainnav ul li:hover > ul {
	opacity: 1;
    visibility: visible;
    transform: none;
}
.mainnav ul ul {
	position: absolute;
    white-space: nowrap;
    background: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    min-width: 200px;
    border-radius: 2px;
    top: 67px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all ease .3s;
    box-shadow: 0 0 5px rgba(204, 204, 204, 0.1);
    border-top: 3px solid #0b6f76;
    z-index: 99;
}

.mainnav li ul li {
	height: auto;
}

.mainnav ul li ul li ul {
	top: 18px;
	left: 100%;
	background: rgb(255,255,255);
	border-top: none;
}
.mainnav ul ul li {
	display: block;
    text-align: left;
    padding: 9px 10px;
}

.mainnav ul ul li a {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	padding: 4px 25px;
	list-style: outside none none;
	text-decoration: none;
	font-family: 'Source Sans Pro', sans-serif;
}
.mainnav ul ul li a:hover  {
	color: #0b6f76;
	font-weight: 600;
}
.mainnav li a.hot-deal-menu {
	background-color: rgba(247, 13, 13, 1);
	background-image: url("../images/hotdeal.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #c90809;
	box-shadow: 0 1px 0 #fa7272 inset;
	font-weight: bold;
	padding-left: 35px;
	border-radius: 5px;
	color: #fff;
}

.mainnav li a.package-menu {
	background-color: rgba(255, 156, 28, 1);
	background-image: url("../images/package-icon.png");
	background-position: 5px center;
	background-repeat: no-repeat;
	border: 1px solid #f7921e;
	box-shadow: 0 1px 0 #ffce85 inset;
	font-weight: bold;
	padding-left: 35px;
	border-radius: 5px;
	color: #fff;
}

.secondmainmenu {
	display: flex;
	justify-content: flex-end;
}
.destination {
	/*background: #2D6D74 url("../images/men_righbg.png") no-repeat scroll right center;*/
	float: left;
	margin-bottom: 5px;
	margin-top: 7px;
	color: #2D6D74;
	font-weight: 700;
	padding: 5px 12px 7px 12px;
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
}
.destination .fa.fa-map-marker {
	margin-right: 8px;
}
.secondmainmenu > ul {
	float: left;
	margin: 0;
	padding: 0;
}
.secondmainmenu li {
	float: left;
	margin: 0;
	padding: 8px 4px;
	position: relative;
	z-index: 9;
}
.secondmainmenu li:last-child {
	padding-right: 0;
}
.secondmainmenu li a {
	color: #B78160;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 4px 20px;
	text-decoration: none;
	margin:0px;
}
.secondmainmenu li a:hover {
	background-color: #B78160;
	color: #fff;
	border-radius: 5px;
}
.leftpanel {
	background-color: #fff;
	float: left;
	height: auto;
	padding: 5px;
	width: 279px;
	min-height: 400px;
}
.contactmain {
    background-color: #EBEAE7;
    float: left;
    padding: 30px;
    width: 100%;
    margin-top:4px;
}
footer .footerwrapper {
	padding: 50px 0;
}
footer {
	background-color: #EBEAE7;
	color: #686767;
	width: 100%;
}
footer .footer-logo {
	padding-bottom: 30px;
}
footer .footer-logo img {
	height: 95px;
}
footer .logo-address {
	display: flex;
	align-items: flex-end;
}
footer .contact-info h5 {
	font-weight: 600;
	font-size: 25px;
	padding: 0;
	color: #424040;
	margin: 0 0 4px 0;
}
footer .contact-info p {
	color: #4e4e4e;
	line-height: 1.7;
    font-size: 16px;
}
footer .contact-info p span {
	margin-right: 13px;
}
footer .about-fnq p {
	line-height: 1.5;
	color: #4e4e4e;
	font-size: 16px;
}
footer .copright-sm {
	display: flex;
	align-items: center;
}
footer .copright-sm .sm ul {
	list-style: none;
}
footer .copright-sm .sm ul li {
	display: inline-block;
	padding-left: 6px;
} 
footer .copright-sm .copy p {
	font-size: 16px;
	font-weight: 400;
	margin-left: 30px;
}
footer .footer-nav {
	text-align: right;
}
footer .copright-sm .sm ul li a {
	display: block;
	background-color: #3c3c3a;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
}
footer .fa {
    font-size: 25px;
    line-height: 42px;
    color: #EBEAE7;
}
footer .copright-sm .sm ul li a:hover {
	background-color: #2D6D74;
}
footer .footer-nav li {
	display: inline-block;
	padding: 0 5px;
}
footer .footer-nav li:first-child {
	padding-left: 0;
}
footer .footer-nav li a {
	color: #4e4e4e;
	font-size: 16px;
}
footer .footer-nav ul span {
	height: 18px;
	width: 1px;
	background-color: #4e4e4e;
	position: relative;
	top: 5px;
	display: inline-block;
}
.footerwrapper {
	margin: auto;
	width: 1140px;
	padding-bottom:25px;
}
footer .copy p {
	color: #4e4e4e;
}


/*--Popup slider starts--*/

.accommodation-detail-slider .accomodation-img-popup {
	height: 150px;
	overflow: hidden;
	width: 100%;
}


.accommodation-detail-slider .accomodation-img-popup img {
  width: 100%;
  height: 142px;
}

.accommodation-detail-slider a.accomodation-img-popup img {
  cursor: -webkit-zoom-in;
}

.accommodation-detail-slider .accomodation-img-popup .mfp-container,
.accommodation-detail-slider .accomodation-img-popup.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accommodation-detail-slider .accomodation-img-popup.mfp-ready .mfp-container {
  opacity: 1;
}

.accommodation-detail-slider .accomodation-img-popup.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.accommodation-detail-slider .accomodation-img-popup.mfp-removing .mfp-container,
.accommodation-detail-slider .accomodation-img-popup.mfp-removing.mfp-bg {
  opacity: 0;
}

.accommodation-detail-slider .mfp-arrow-left:before {
  border-right: none !important;
}

.accommodation-detail-slider .mfp-arrow-right:before {
  border-left: none !important;
}

.accommodation-detail-slider button.mfp-arrow, .mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.accommodation-detail-slider .mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}

.accommodation-detail-slider {
  position: relative;
}

.accommodation-detail-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 99;
}

.accommodation-detail-slider .slick-prev {
  position: absolute;
  left: -25px;
  z-index: 99;
}

.accommodation-detail-slider .slick-prev:before {
  content: "\f053";
  font: normal normal normal 27px/1 FontAwesome;
  color: #000;
}

.accommodation-detail-slider .slick-next {
  position: absolute;
  right: -25px;
}

.accommodation-detail-slider .slick-next:before {
  content: "\f054";
  font: normal normal normal 27px/1 FontAwesome;
  color: #000;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #B78160;
  font-style: normal;
  font-size: 30px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #B78160!important;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  		/**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*--Popup Ends--*/

/*.footerwrapper li {
	float: left;
	width: 25%;
}
.footerwrapper li li i {
	color: #fff;
	font-size: 17px;
	margin-right: 13px;
}
.footerwrapper li li {
	color: #fff;
	font-size: 15px;
	line-height: normal;
	margin: 9px 0 0;
	padding: 0;
	text-align: left;
	width: 100%;
}
.footerwrapper > ul {
	padding: 15px 0;
}
.footerwrapper li li a {
	color: #fff;
}
.footer-contact .fa.fa-phone {
	color: #e9912d;
}
.contactfooter strong {
	color: #e9912d;
}*/
.copyrightwrapper {
	background-color: #2a6bc5;
	float: left;
	width: 100%;
}
.copyright {
	margin: auto;
	padding: 15px 0;
	width: 100%;
	text-align: center;
}
.copyright li {
    
	font-size: 12px;
}
.copyright ul {
	margin: 0px;
}
.footer_bottom li a {
	color: #fff;
}
.footer_bottom li {
	color: #fff;
}
.second {
	color: #fff;
	text-align: center;
}
.third {
	color: #fff;
	text-align: right;
}
.third a {
	color: #fff;
}
.fullwidthbody {
	background-color: #fff;
	height: auto;
	min-height: 500px;
	padding: 15px;
	width: 100%;
}
.detail_left {
	float: left;
	width: 167px;
}
.detail_right {
	float: left;
	padding-left: 30px;
	width: 621px;
}
.product-list-page .product-detail-list {
	margin: 0 0 10px;
	border: 1px solid #e4e4e4;
	line-height: 22px;
	padding: 15px;
	position: relative;
}
.detail_left img.product-img {
	height: auto;
	width: 100%;
}
.right_price {
	background: none repeat scroll 0 0 #2D6D74;
	border-radius: 4px;
	color: #ffffff;
	float: right;
	font-size: 17px;
	font-weight: 500;
	padding: 7px 0;
	right: -5px;
	text-align: center;
	position: relative;
	top: -2px;
	width: 140px;
}
.right_price.rightprice_detailpage {
	margin-top: 0;
}
.icons div {
	background-repeat: no-repeat;
	float: left;
	margin: 0 3px 6px 0;
}
.icons .icon-img img {
	height: 24px;
	width: 24px;
}
.product-detail {
	position: relative;
}
.quote-page-content .quote-page-left {
	float: left;
	width: 572px;
	background-image: url("../images/booklady.png");
	background-position: 0 62px;
	background-repeat: no-repeat;
	min-height: 470px;
	margin-left: 46px;
}
.quote-page-content .quote-page-right {
	border: 1px solid #dadada;
	float: right;
	margin: 0 60px 0 0;
	padding: 11px;
	text-align: center;
	width: 395px;
}
.quote-page-left .quote-page-left-cal {
	border: 1px solid #dadada;
	float: left;
	margin-left: 181px;
	padding-bottom: 11px;
}
.quote-page-left .quote-page-accom-name {
	background: linear-gradient(to bottom, rgba(251, 118, 2, 1) 0%, rgba(239, 112, 1, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	line-height: 26px;
	padding: 6px 12px;
}
.tabs__header--active .tabs__body h1 {
	color: #0b6f76;
	margin-bottom: 20px;
	font-size: 20px;
}
#feature .image .thumb {
	float: left;
	height: auto;
	margin-bottom: 5px;
	width: 100%;
}
#feature #image {
	float: left;
	width: 720px;
}
.simply-scroll-container {
	position: relative;
}
.simply-scroll-clip {
	overflow: hidden;
	position: absolute;
}
.simply-scroll-list {
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li img {
	border: medium none;
	display: block;
}
.simply-scroll-btn {
	background-image: url("../images/buttons.png");
	cursor: pointer;
	height: 44px;
	position: absolute;
	width: 42px;
	z-index: 3;
}
.simply-scroll-btn-left {
	background-position: 0 -44px;
	bottom: 6px;
	left: 6px;
}
.simply-scroll-btn-left.disabled {
	background-position: 0 0 !important;
}
.simply-scroll-btn-left:hover {
	background-position: 0 -88px;
}
.simply-scroll-btn-right {
	background-position: 84px -44px;
	bottom: 6px;
	right: 6px;
}
.simply-scroll-btn-right.disabled {
	background-position: 84px 0 !important;
}
.simply-scroll-btn-right:hover {
	background-position: 84px -88px;
}
.simply-scroll-btn-up {
	background-position: -126px -44px;
	right: 6px;
	top: 6px;
}
.simply-scroll-btn-up.disabled {
	background-position: -126px 0 !important;
}
.simply-scroll-btn-up:hover {
	background-position: -126px -88px;
}
.simply-scroll-btn-down {
	background-position: -42px -44px;
	bottom: 6px;
	right: 6px;
}
.simply-scroll-btn-down.disabled {
	background-position: -42px 0 !important;
}
.simply-scroll-btn-down:hover {
	background-position: -42px -88px;
}
.vert {
	float: right;
	height: 400px;
}
.vert .simply-scroll-clip {
	float: left;
	height: 466px;
	padding: 0;
	position: relative;
	width: 100px;
}
.vert .simply-scroll-list li {
	float: left;
	height: 55px;
	margin-bottom: 0;
	width: 100px;
}
.vert .simply-scroll-list li a {
	float: left;
	width: 100%;
}
.vert .simply-scroll-list li a img {
	float: left;
	height: 55px !important;
	border-top: 2px solid #fff;
}
.vert .simply-scroll-btn-up {
	left: 29px;
	top: 1;
}
.vert .simply-scroll-btn-down {
	left: 29px;
	top: 417px;
}
.bxslider li a {
	float: left;
	height: 252px;
	text-decoration: none;
	width: 359px;
}
.bxslider li a div img + div img {
	width: auto;
}
.bxslider li a div img {
	width: 100%;
}
.front-pagination nav {
	width: 100%;
}
.tours-list-page .tour-detail-list-left {
	float: left;
	width: 80%;
}
.fullwidthbody.homebody {
	background-color: transparent;
	padding: 5px 0px;
	min-height: auto;
}
.socialmedia > span {
	float: left;
	font-size: 15px;
	line-height: 31px;
	margin-right: 10px;
}

.page-contact .page-title {
	margin-bottom: 20px;
}

.page-contact .page-title h1 {
	font-size: 35px;
	font-weight: 600;
	color: #B78160;
}

.text-highlight p {
	font-weight: 600!important;
	font-size: 19px!important;
	color: #2D6D74!important;
	margin: 0 0 15px 0;
}

.page-contact .form-content {
	text-align: center;
}

.page-contact .form-head h2 {
	width: 100%;
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
	font-size: 30px;
	margin: 15px 0;
	text-align: center;
	background-color: #cc9a93;
}

.captcha_contact {
	float: right;
}
.page-contact .form-description {
	padding: 10px 0 30px 0;
	text-align: center;
}

.page-contact .form-description p {
	font-size: 19px;
}

.page-contact .contact_form {
	background-color: #97d1df;
	padding: 40px;
	margin-bottom: 40px;
}

.page-contact .contact_form input,
.page-contact .contact_form textarea {
	margin-bottom: 25px;
	font-size: 16px;
	padding: 10px 0 10px 15px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>image common style >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.homepage-bannernox li .property-block a {
	display: flex;
	justify-content: center;
}
.property-block {
	position: relative;
}
.h-property-content {
	margin-bottom: 80px;
}
.property-block img {
	display: block;
	position: relative;
	width: 100%;
}
.property-block .title {
	background-color: #0b6f76;
	padding: 16px;
	min-width: 180px;
	text-align: center;
}
.property-block .title:hover {
	background-color: #085b61;
}
.property-block .title h2 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	font-style: italic;
}
.property-block .title.position-cb {
	bottom: -39px;
	z-index: 99;
	right: auto;
	left: auto;
}
.homepage-bannernox {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.homepage-bannernox li {
	margin: 0 15px 56px 15px;
}
.homepage-bannernox li:last-of-type {
	margin-right: 0;
}

#call2action-home {
	background-image: url("../images/calltoactionbg.png");
	float: right;
	height: 503px;
	position: relative;
	right: -26px;
	top: -31px;
	width: 525px;
	display: none;
}
#topheadh2 {
	color: #6e4e27;
	float: left;
	font-family: Oswald;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: -12px;
	text-align: center;
	text-shadow: 1px 1px 1px #edd3af;
	width: 100%;
}
#topheadh2 > span {
	float: left;
	margin-top: 91px;
	text-align: center;
	width: 100%;
}
#topheadh2 strong {
	color: #6e4e27;
	float: left;
	font-family: Oswald;
	font-size: 44px;
	font-weight: bold;
	margin-bottom: 24px;
	margin-top: 0px;
	text-align: center;
	text-shadow: 1px 1px 1px #edd3af;
	width: 100%;
}
#please-signup {
	color: #94795c;
	float: left;
	font-size: 14px;
	margin-bottom: 7px;
	margin-top: px;
	padding-left: 61px;
	width: 57%;
}
.call2_textfield {
	float: left;
	margin-left: 71px;
	margin-top: 7px;
	width: 72%;
}
.call2_textfield input {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	color: #000;
	padding: 11px;
	width: 100%;
}
#call2btn {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 99%;
}
#call2btn input {
	background-color: rgba(247, 16, 16, 1);
	background-image: url("../images/btnarrow.png");
	background-position: 316px center;
	background-repeat: no-repeat;
	border: 0 none;
	border-radius: 6px;
	box-shadow: 0 2px 0 #fa7373 inset;
	color: #fff;
	font-family: Oswald;
	font-size: 34px;
	font-style: italic;
	font-weight: bold;
	padding: 8px 90px 8px 52px;
	width: auto;
}
#property-search-home {
	background: #2876bc none repeat scroll 0 0;
	border-radius: 8px;
	margin-top: 0px;
	padding: 20px;
}
#property-search-home input[type="text"] {
	border: 0 none;
	color: #5c5c5c;
	float: left;
	font-size: 15px;
	margin: 0 11px;
	padding: 15px;
	width: 63%;
}
#property-search-home a {
	background-image: url("../images/homesearchbg.png");
	background-position: right 7px;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-size: 16px;
	margin-right: 13px;
	margin-top: 14px;
	padding-right: 21px;
	text-decoration: none;
}
#property-search-home a:before {
	content: '\f107 ';
	font-family: 'FontAwesome';
	float: right;
	color: #fff;
	font-size: 18px;
	padding-left: 4px;
}
#property-search-home input[type="submit"] {
	background: rgba(0, 0, 0, 0) url("../images/buttons-search.png") repeat scroll 0 0;
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-size: 26px;
	height: 47px;
	margin-top: 0;
	padding: 5px;
	text-shadow: 1px 1px 1px #cd6100;
	text-transform: uppercase;
	width: 193px;
}
.home_hd_div {
	background-color: #9f0c04;
	border-radius: 10px;
	color: #ef9d04;
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 22%;
	margin-bottom: 10px;
}
.home_testihd_div3 {
	background-image: url("../images/homeh2.png");
	background-position: right center;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 35px 0 10px;
	width: auto;
}
#testi_tabs {
	background-color: #397fc0;
	background-image: url("../images/testiimg.png");
	background-position: right center;
	background-repeat: no-repeat;
	border-radius: 5px;
	float: left;
	margin-bottom: 30px;
	padding: 0;
	width: 100%;
}
.home-testi-single {
	background-color: rgba(255, 255, 255, 0.83);
	border-radius: 5px;
	color: #333333;
	float: left;
	font-size: 14px;
	line-height: 22px;
	margin: 10px;
	min-height: auto;
	padding: 10px;
	position: relative;
	width: 770px;
}
.testi_more {
	background: #e9922b url("../images/buttonarrow.png") no-repeat scroll 112px center;
	border-radius: 5px 0 0 5px;
	color: #ffffff;
	float: right;
	margin-right: 0;
	margin-top: 60px;
	opacity: 1;
	padding: 7px 40px 7px 29px;
	position: relative;
	text-align: right;
	text-decoration: none;
	z-index: 2147483647;
}
.home-testi-single img {
	float: left;
	width: 12%;
	margin-right: 10px;
}
.home-testi-single h2 {
	font-size: 18px;
	margin: 0 0 7px;
}
.testi_desc {
	height: 64px;
	overflow: hidden;
}
.bookings-page-top-content {
	background-image: url("../images/booklady.png");
	background-position: 44px bottom;
	background-repeat: no-repeat;
	min-height: 838px;
	padding-left: 208px;
}
.bookings-tour-top-content {
	background-image: url("../images/enq_lady.png");
	background-position: 44px bottom;
	background-repeat: no-repeat;
	min-height: 838px;
	padding-left: 208px;
}
.bookings-page-customer-detail {
	border: 1px solid #dadada;
	float: right;
	margin-right: 50px;
	padding-top: 0;
	width: 388px;
}
.bookings-cc-booking-detail {
	border: 1px solid #dadada;
	float: right;
	margin-right: 50px;
	padding-top: 0;
	width: 388px;
}
.bookings-page-booking-detail {
	border: 1px solid #dadada;
	float: left;
	margin-left: 18px;
	margin-top: 0;
	width: 387px;
}
.bookings-cc-customer-detail {
	border: 1px solid #dadada;
	float: left;
	margin-left: 18px;
	margin-top: 0;
	width: 387px;
}
.leftpanel #nav-left-pic {
	color: #000;
	font-size: 15px;
	margin-bottom: 6px;
	padding: 5px 0 0 3px;
}
.areas_main_title {
	background-color: #E4CAC3;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 7px 14px;
	margin-bottom: 1px;
	cursor: pointer;
}
.leftpanel #nav_areas_menu {
	background-color: #EBEAE7;
}
#menu-secondmenu {
	float: left;
	margin-bottom: 0;
}
.detail_right h3 a {
	color: #B78160;
	font-size: 19px;
	font-weight: bold;
}
.detail_right h3 {
	margin-top: 0px;
}
.extra-buttons.accom-list-book-button {
	float: right;
	margin-top: 30px;
	width: auto;
}
.more-info-link {
	float: left;
	width: 100%;
	font-size:18px;
}
.more-info-link a {
	color: #B78160;
	font-weight: bold;
}
.detail_right .stars {
	background: #fff url("../images/g-star-orange.gif") repeat-x scroll 0 0;
	clear: both;
	float: left;
	height: 16px;
	width: 100%;
	margin-bottom: 5px;
}
.detail_right .star1 {
	width: 16px;
}
.detail_right .star1-2 {
	width: 24px;
}
.detail_right .star2 {
	width: 32px;
}
.detail_right .star2-3 {
	width: 40px;
}
.detail_right .star3 {
	width: 48px;
}
.detail_right .star3-4 {
	width: 56px;
}
.detail_right .star4 {
	width: 64px;
}
.detail_right .star4-5 {
	width: 72px;
}
.detail_right .star5 {
	width: 80px;
}
.extra-button > span {
	background-color: #B78160;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
	text-align: center;
	border-radius: 4px;
	width: 100%;
	margin-bottom: 7px;
}
.popup-gmaps {
	background-color: #B78160;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: 500;
	padding: 5px 0;
	text-align: center;
	width: 100%;
	margin-bottom: 7px;
	border-radius: 4px;
}
.popup-gmaps:hover {
	color: #fff;
	text-decoration: none;
}
.instantonlinequote {
	background-color: #376baf;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	width: 100%;
}
a.instantonlinequote:hover {
	text-decoration: none;
}
.instantonlinequote:hover {
	color: #fff;
}
.detail_left > a {
	float: left;
	width: 100%;
}
.call-us-div b {
	color: #A3D1DB;
	font-size: 19px;
}
.call-us-div {
	float: left;
	margin: 10px 0;
	width: 100%;
	text-align: center;
}
.detail_left .icons {
	float: left;
	margin-top: 12px;
	width: 100%;
}
.special-offer-wrapper {
	border: 3px solid #000;
	float: left;
	margin: 20px 0;
	padding: 10px;
	width: 100%;
}
h3.product_detail_title {
	color: #111111;
	font-size: 14px;
	margin-top: 0;
	font-weight: bold;
}
#thumb_gallery {
	float: left;
	margin-bottom: 35px;
}
.details_btn_page a:hover {
	text-decoration: none;
}
.details_btn_page a.extra-button {
	background-color: #A3D1DB;
	border-radius: 4px;
	color: #000000;
	float: left;
	font-size: 14px;
	margin: 0 4px 0 0;
	padding: 9px 15px;
	width: auto;
	font-weight:inherit;
}
.details_btn_page a.popup-gmaps {
	background-color: #A3D1DB;
	border-radius: 4px;
	color: #000000;
	float: left;
	font-size: 14px;
	margin: 0 4px 0 0;
	padding: 9px 15px;
	width: auto;
	font-weight:inherit;
}
.details_btn_page a.instantonlinequote {
	background-color: #fd4e0d;
	border-radius: 4px;
	color: #000000;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 9px 15px;
	width: auto;
	font-weight:inherit;
}
.icons.detail_icon {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.extra-buttons.extra-buttons-prod-detail.details_btn_page {
	float: left;
	width: auto;
}
.prod_detail_button {
	border-bottom: 1px solid #EBEAE7;
	border-top: 1px solid #EBEAE7;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.prod_detail_callus {
	float: left;
	margin-top: 24px;
	width: 75%;
}
.prod_detail_callus.pro_details_callus b {
	font-size: 29px !important;
	color: #A3D1DB;
}
.prod_detail_callus.pro_details_callus {
	font-size: 25px !important;
}
.prod_detail_button a {
	float: right;
	margin-top: 18px;
}
#accom-address {
	float: left;
	text-align: center;
	width: 100%;
}
.comments-extra-buttons.more_extra {
	float: left;
	width: auto;
	margin-bottom: 20px;
}
.comments-extra-buttons.more_extra > a {
	background-color: #B78160;
	color: #fff;
	padding: 8px 17px;
	border-radius: 2px;
}
.details_comments_page h3 {
	background-color: #A3D1DB;
	color: #000000;
	float: left;
	border-radius: 0px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0;
	padding: 10px;
	width: 100%;
}
.resort-room-facilities {
	float: left;
	width: 100%;
}
.resort-facilities {
	float: left;
	width: 48%;
}
.room-facilities {
	float: right;
	width: 48%;
}
.resort-facilities-head {
	float: left;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
}
.room-facilities-head {
	float: left;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100%;
}
.thdate {
	font-size: 11px;
}
.tourlist-page {
	float: left;
	width: 100%;
}
.tourlist-page-banner {
	float: left;
	width: 100%;
}
.tourlist-page-banner > img {
	float: left;
	width: auto;
}
.tourlist-page table {
	float: left;
	width: 100%;
}
.tourlist-page h5 {
	background-color: #B78160;
	color: #fff;
	float: left;
	padding: 10px 10px 10px 5px;
	width: 100%;
	margin-top:0px;
}
.tourlist-page tr td {
	padding: 0px;
}
.tourlist-page tr.toursList td {
	padding: 9px 15px;
}
.tourlist-page tr:nth-child(2n+2) {
	background-color: #f7f7f7;
}
.priceColour {
	color: #B78160;
}
.tourlist-page tr td img {
	float: right;
}
.toursList a {
	color: #2D6D74;
	font-size: 13px;
	float: left;
	width: 100%;
}
.toursList a:hover {
	color: #A3D1DB;
	text-decoration: none;
}
.tour-detail-list {
	border: 1px solid #A3D1DB;
	padding: 15px;
	margin: 0 0 10px;
}
.tour-detail-list-left h3 {
	float: left;
	font-size: 19px;
	margin: 0 0 10px;
	width: 100%;
}
.tour-detail-list-left h3 a {
	color: #B78160;
	float: left;
	width: auto;
}
.tour-detail-list-left h3 a:hover {
	text-decoration: none;
}
.tour-detail-list-right {
	float: right;
	width: 135px;
}
.value-tour {
	background-image: url("../images/g-value-tour-orange.png");
	float: left;
	height: 40px;
	margin-right: 7px;
	width: 65px;
}
.tour-detail-list-left .product-notes {
	float: left;
	width: 100%;
}
.tour-detail-list-left .product-notes a {
	color: #B78160;
	float: left;
	margin-bottom: 30px;
	width: 100%;
	font-weight: bold;
}
.tour-detail-list-left .product-notes a:hover {
	text-decoration: none;
}
.tour-detail-list-right .extra-button > span {
	background-color: #000000;
}
.tour_detaillist_image {
	float: left;
	width: 100%;
}
.tour_detaillist_image img {
	border: 4px solid #EBEAE7;
}
.price.right {
	color: #111111;
	float: right;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
	width: 100%;
}
.FB_price {
	float: left;
	text-align: right;
	width: 84%;
}
#total_display td {
	padding: 3px 0;
}
.package-detail .wide-image-wrapper {
	text-align: left;
}
.tour-details h3 {
	background-color: #EBEAE7;
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	width: 100%;
	margin: 0 0 15px;
	line-height: 25px;
}
.tour-details {
	float: left;
	width: 100%;
}
.tour-details-page {
	float: left;
	width: 100%;
}
.tour-details .price.right {
	float: right;
	text-align: right;
	width: auto;
}
.tour-detail-right {
	float: right;
	width: 134px;
	margin-left: 10px;
}
.tourleftcontents {
	float: left;
	width: 100%;
}
.tour-details-notes p {
	margin: 0 0 10px;
}
.tour-details-notes ul li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #000;
}
.tour-details-notes ul li {
	float: left;
	margin-left: 27px;
	width: 100%;
}
.tour-details-notes ul {
	float: left;
}
.tour_rightsidegallery .extra-button > span {
	background-color: #000000;
}
.tour_rightsidegallery img.tour-img {
	border: 4px solid #EBEAE7;
}
.tour_enqu {
	border-bottom: 1px solid #EBEAE7;
	border-top: 1px solid #EBEAE7;
	float: left;
	margin-bottom: 15px;
	padding: 15px 0;
	margin-top: 10px;
	width: 100%;
}
.btn_tourdetails a {
	float: right;
}
.prod_detail_callus.pro_details_callus.tourdetails {
	margin-top: 8px;
}
.refreshtotal {
	background-color: #2D6D74;
	border-radius: 3px;
	color: #fff;
	float: right;
	margin: 10px auto;
	padding: 5px;
	text-align: center;
	width: 15%;
}
.selectabove {
	border: 1px solid #EBEAE7;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 100%;
}
#total_display td + td + td {
	text-align: right;
}
.tour-rates-text {
	float: left;
	padding: 10px;
	width: 100%;
}
form#tourfrm {
	float: left;
	padding: 10px 0;
	width: 100%;
}
#tourfrm table.FB_sm_f {
	float: left;
	width: 100%;
}
#tourfrm .FB_sm_f > td {
	padding: 10px;
}
#tourfrm .FB_sm_f > td div input[type="text"] {
	float: right;
}
#tourfrm tr:last-child td input {
	float: right;
	margin-right: 10px;
	width: auto;
}
#tourfrm tr:last-child {
	border-top: 1px solid #EBEAE7;
	margin-top: 25px;
}
#tourfrm tr:last-child td {
	padding-top: 12px;
}
.package-detail {
	border: 1px solid #e4e4e4;
	margin-bottom: 20px;
	padding: 10px;
}
.package-detail h3 {
	background-color: #e9e9e9;
	margin: 0 0 10px;
	padding: 5px 10px;
}
.package-detail h3 a {
	color: #B78160;
	font-size: 20px;
}
.package-detail h3 a:hover {
	text-decoration: none;
}
.package-notes.package-description a:hover {
	text-decoration: none;
}
.package-notes.package-description a {
	color: #B78160;
	float: left;
	font-weight: bold;
	margin-bottom: 6px;
	width: 100%;
}
.package-list-book-button a {
	width: auto !important;
}
.package-list-book-button {
	float: right;
	width: auto;
	margin-bottom: 10px;
}
.package-details-page {
	float: left;
	width: 100%;
	border: 1px solid #EBEAE7;
	padding: 10px;
}
.package-details-page h3 {
	font-size: 20px;
	margin: 0 0 10px;
}
.wide-image-wrapper {
	float: left;
	text-align: center;
	width: 100%;
}
.quote_form {
	float: left;
	width: 100%;
}
.bookings-quote-page {
	float: left;
	width: 100%;
}
.bookings-quote-page > h2 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 23px;
	margin-bottom: 15px;
	font-weight: 600;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.bookings-quote-page > p {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.quote-page-bottom {
	float: left;
	width: 100%;
}
.bookings-page-payment-detail-title {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
h2.bookings_quote {
	float: left;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.advice_quote {
	float: left;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
.advice_quote span {
	color: #B78160;
	font-size: 28px;
	line-height: 32px;
}
.advice_quote > p {
	color: #000;
}
.quote-fields {
	float: left;
	padding: 10px;
	width: 100%;
}
.quote-fields label {
	color: #000000;
	font-size: 17px;
	text-align: left;
	width: 100%;
}
.quote-fields > select {
	box-sizing: border-box;
	float: left;
	padding: 8px;
	width: 100%;
	border: 1px solid #EBEAE7;
}
.quote-fields input[type="text"] {
	box-sizing: border-box;
	float: left;
	margin-bottom: 7px;
	padding: 8px;
	width: 100%;
	border: 1px solid #EBEAE7;
}
#dateto.hasDatepicker {
	margin-bottom: 0;
}
.total_number_of_adults {
	float: left;
	width: 48%;
}
.total_number_of_children {
	float: right;
	width: 48%;
}
.total_number_of_adults > label {
	line-height: 34px;
}
.total_number_of_children > label {
	line-height: 34px;
}
.numberguests select {
	border: 1px solid #EBEAE7;
	float: right;
	padding: 8px;
	width: 50%
}
.quote-page-content {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.numberguests label {
	float: left;
	width: auto;
}
#ref strong {
	color: #a0a0a0;
	font-size: 30px;
	font-weight: normal;
	line-height: 32px;
}
#ref {
	background-image: url("../images/quotearrow.png");
	background-position: 115px 134px;
	background-repeat: no-repeat;
	min-height: 364px;
}
.quote-fields.numberguests {
	padding-bottom: 0;
}
#total_display h2 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
	margin-top: 0;
}
#total_display h2 b {
	color: #fff;
}
#total_display form input {
	background-color: #B78160;
	border: 0 none;
	color: #fff;
	float: left;
	font-size: 14px;
	margin-right: 5px;
	padding: 7px 20px;
}
.rateresult {
	font-size: 12px;
	text-align: left;
}
.rateresult b {
	color: #000;
}
.quote-time-error {
	border: 5px solid #eeeeee;
	padding: 5px;
}
h2 {
	margin: 0;
}
.testimonials-page h2 {
	background-color:#f7f7f0;
	float: left;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
}
.testimonials-page > p {
	font-weight: bold;
}
.testimonial-single {
	background-color: #eeeeee;
	margin-bottom: 5px;
	padding: 6px;
}
.testimonial-list {
	float: left;
	width: 100%;
}
.testi_related_list {
	background-color: #fff;
	float: left;
	width: 100%;
}
.testimonials-image {
	float: left;
	margin-right: 8px;
	width: 150px;
}
.testimonials-image img {
	width: 100%;
}
.contenttesti {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.testimonial-single-top h4 {
	margin-top: 0;
}
.special_off {
	background: rgba(0, 0, 0, 0) url("../images/special_offer.png") no-repeat scroll right center;
	float: right;
	height: 129px;
	margin-right: -20px;
	margin-top: -12px;
	position: absolute;
	right: 0;
	width: 129px;
}
.package-notes.package-description.pack_btn > a {
	width: auto;
}
.bookings-page-top-text {
	float: left;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
	margin-top: 0;
}
.bookingcontents {
	color: #000;
	float: left;
	font-size: 20px;
	margin: 10px 0 20px;
	text-align: center;
	width: 100%;
}
.bookings-page-booking-detail h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(251,118,2,1);
	background: -moz-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,118,2,1)), color-stop(100%, rgba(240,113,1,1)));
	background: -webkit-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -o-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: linear-gradient(to bottom, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7602', endColorstr='#f07101', GradientType=0 );
}
.bookings-cc-customer-detail h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(251,118,2,1);
	background: -moz-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,118,2,1)), color-stop(100%, rgba(240,113,1,1)));
	background: -webkit-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -o-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: linear-gradient(to bottom, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7602', endColorstr='#f07101', GradientType=0 );
}
.form-fields {
	float: left;
	padding: 8px;
	width: 100%;
}
.form-fields label {
	color: #000000;
	font-size: 17px;
	text-align: left;
	width: 100%;
}
.form-fields > select {
	box-sizing: border-box;
	float: left;
	padding: 8px;
	width: 100%;
	border: 1px solid #EBEAE7;
}
.form-fields input[type="text"] {
	box-sizing: border-box;
	float: left;
	margin-bottom: 9px;
	padding: 8px;
	width: 100%;
	border: 1px solid #EBEAE7;
}
.selet_datefield input + input {
	margin-bottom: 0px !important;
}
.form-fields-adult {
	float: left;
	width: 48%;
}
.form-fields-children {
	float: right;
	width: 48%;
}
.numbergust label {
	float: left;
	width: auto;
}
.numbergust select {
	border: 1px solid #EBEAE7;
	float: right;
	padding: 8px;
	width: 50%;
}
.form-fields-adult > label {
	line-height: 32px;
}
.form-fields-children > label {
	line-height: 32px;
}
.form-fields.inputpadding > input {
	margin-bottom: 0;
}
.bottomresult #ref.ref {
	background-image: none;
	min-height: inherit;
}
#comments {
	border: 1px solid #EBEAE7;
	float: left;
	padding: 6px;
	width: 100%;
}
.book-now-right-text.bottomresult {
	border: 1px solid #EBEAE7;
	box-sizing: border-box;
	color: #B78160;
	float: left;
	font-size: 12px;
	margin: 10px;
	text-align: center;
	width: auto;
}
.book-now-right-text.bottomresult #ref.ref strong {
	color: #B78160;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	padding: 10px 0;
	width: 100%;
}
.bookings-page-customer-detail > h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.bookings-cc-booking-detail > h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.bookings-page-customer-detail .form-fields > input {
	margin-bottom: 0;
	color: #000;
}
.bookings-page-customer-detail .form-fields textarea {
	border: 1px solid #EBEAE7;
	float: left;
	width: 100%;
	padding: 10px;
}
.bookings-cc-customer-detail .form-fields > input {
	margin-bottom: 0;
	color: #000;
}
.bookings-cc-customer-detail .form-fields textarea {
	border: 1px solid #EBEAE7;
	float: left;
	width: 100%;
	padding: 10px;
}
.bookings-page-payment-detail-title > strong {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.bookings-page-bottom-content {
	margin: 20px auto;
	text-align: center;
	width: 50%;
}
.paymentouter .form-fields > label {
	float: left;
	text-align: right;
	width: 34%;
}
.paymentouter .form-fields input[type="text"] {
	float: right;
	width: 65%;
}
.paymentouter .form-fields select {
	float: right;
	width: 65%;
}
.rightalign {
	float: right;
	width: 65%;
	text-align: left;
}
.pay_txt.rightalign {
	color: #ff0000;
}
.form-fields.expd > select {
	float: left;
	margin: 0 10px;
	width: 28%;
}
.red-contact-text {
	color: #ff0000;
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
.btn.make-payment-btn {
	background-color: #B78160;
	color: #fff;
	font-size: 30px;
	margin: 16px 0;
}
.pay-text {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.bookings-page-top-text.booking_image {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #3b6caf;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 23px;
}
.bookings-page-top-text.booking_image b {
	color: #000;
	font-style: normal;
}
.bookings-page-top-content.booknowbgimage {
	background-image: url("../images/enq_lady.png");
}
.bookings-page-customer-detail.customerdetailsright {
	float: left;
	margin-left: 84px;
	margin-right: 0;
}
.bookings-page-booking-detail.bookingdetailsleft {
	float: right;
	margin-right: 24px;
}
.bookings-page-customer-detail.customerdetailsright h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(251,118,2,1);
	background: -moz-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,118,2,1)), color-stop(100%, rgba(240,113,1,1)));
	background: -webkit-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -o-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: linear-gradient(to bottom, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7602', endColorstr='#f07101', GradientType=0 );
}
.bookings-page-booking-detail.bookingdetailsleft > h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.bookingdetailsleft textarea {
	border: 1px solid #EBEAE7;
	float: left;
	padding: 8px;
	width: 100%;
}
.bookings-page-booking-detail.bookingdetailsleft .form-fields input[type="text"] {
	margin-bottom: 0px;
}
.refresh {
	cursor: pointer;
}
.bookings-page-booking-detail .bottomresult {
	border: 0 none;
	box-sizing: border-box;
	width: 95%;
}
.enquiry-page-top-text.enquiry_image {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #3b6caf;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 23px;
}
.enquiry-page-top-content {
	background-image: url("../images/lady-enquire.png");
	background-position: 44px bottom;
	background-repeat: no-repeat;
	min-height: 538px;
	padding-left: 260px;
}
.enquiry-page-customer-detail {
	border: 1px solid #dadada;
	float: left;
	margin-right: 50px;
	padding-top: 0;
	width: 388px;
}
.enquiry-page-enquiry-detail > h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.enquiry-page-customer-detail .form-fields > input {
	margin-bottom: 0;
	color: #000;
}
.enquiry-page-customer-detail.customerdetailsright {
	float: left;
	margin-left: 84px;
	margin-right: 0;
}
.enquiry-page-customer-detail.customerdetailsright h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(251,118,2,1);
	background: -moz-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,118,2,1)), color-stop(100%, rgba(240,113,1,1)));
	background: -webkit-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -o-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: linear-gradient(to bottom, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7602', endColorstr='#f07101', GradientType=0 );
}
.enquiry-page-enquiry-detail {
	border: 1px solid #dadada;
	float: left;
	margin-left: 18px;
	margin-top: 0;
	width: 387px;
}
.enquiry-page-top-content.enquirybgimage {
	background-image: url("../images/enq_lady.png");
}
.enquiry-page-enquiry-detail {
	border: 1px solid #dadada;
	float: right;
	margin-left: 18px;
	margin-top: 0;
	width: 387px;
}
.enquiry-page-customer-detail h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(251,118,2,1);
	background: -moz-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,118,2,1)), color-stop(100%, rgba(240,113,1,1)));
	background: -webkit-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -o-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
	background: linear-gradient(to bottom, rgba(251,118,2,1) 0%, rgba(240,113,1,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb7602', endColorstr='#f07101', GradientType=0 );
}
.enquiry-page-enquiry-detail.enquirydetailsleft {
	float: right;
	margin-right: 24px;
}
.enquiry-page-enquiry-detail.enquirydetailsleft > h3 {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.enquiry-page-enquiry-detail.enquirydetailsleft .form-fields input[type="text"] {
	margin-bottom: 0px;
}
.enquiry-page-enquiry-detail .bottomresult {
	border: 0 none;
	box-sizing: border-box;
	width: 95%;
}
.enquiry-page-payment-detail-title {
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
.enquiry-page-payment-detail-title > strong {
	float: left;
	text-align: center;
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin-top: 0;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
}
.btn.submit-enquiry-btn {
	background-color: #B78160;
	color: #fff;
	font-size: 30px;
	margin: 16px 0;
}
.enquire-page-bottom-content {
	margin: 20px auto;
	text-align: center;
	width: 100%;
}
.enquire_comm {
	float: left;
	width: 100%;
}
.enquire_comm textarea {
	border: 1px solid #EBEAE7;
	color: #666;
	float: left;
	font-size: 14px;
	height: 111px;
	padding: 10px;
	width: 100%;
}
.enquire_comments {
	display: block;
	float: left;
	font-style: italic;
	margin-top: 19px;
}
.enquire_comments span {
	color: #f00;
}
.enquire-about {
	float: left;
	padding: 10px 0;
	width: 553px;
}
.enquire-about > select {
	border: 1px solid #EBEAE7;
	font-size: 14px;
	margin-top: 10px;
	padding: 7px;
	width: 300px;
}
.conclusion_enquire {
	color: #666666;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.enquire_comm > h3 {
	font-weight: bold;
	text-align: left;
}
.comments_section {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.enquire_comments_enquire {
	float: left;
	font-size: 17px;
	font-style: italic;
	text-align: left;
	width: 100%;
}
.enquire_comments_enquire > span {
	color: #f00;
}
.enquire-about > h3 {
	font-weight: bold;
}
.enquire-about {
	float: left;
	padding: 10px 0;
	text-align: left;
	width: 50%;
}
.captcha_enquire {
	float: right;
	width: 50%;
	margin-top: 66px;
}
.captcha-top-enquire {
	float: left;
	width: auto;
}
.captcha-top-enquire > div {
	float: left;
	margin-right: 3px;
}
.captcha_enquire > input#Code {
	border: 1px solid #EBEAE7;
	float: right;
	margin-bottom: 10px;
	padding: 10px;
	width: 68%;
}
.form-fields-submit {
	float: left;
	text-align: center;
	width: 100%;
}
.enquire-page-bottom-content .conclusion_enquire {
	color: #666666;
	float: left;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	width: 100%;
}
.newsletter_enquire {
	clear: both;
	float: right;
	margin-bottom: 30px;
	text-align: left;
	width: 50%;
}
.livehelp {
	background: url("../images/g-live-help.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 66px;
	width: 193px;
}
.numbergust .form-fields {
	margin: 5px 0;
	padding: 0;
}
.tabletdsearch {
	padding-right: 15px;
	width: 48%;
}
.tabletdsearch_right {
	padding-right: 0px;
	width: 48%;
}
.bottomcheckbox {
	margin: 20px 0;
}
.bottomcheckbox input {
	margin-right: 15px;
}
.facebtn {
	background-color: #A3D1DB;
    border: none;
    box-shadow: none;
    border-radius: 6px;
    color: #000;
    margin-left: 8px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 9px 31px;
    font-weight: 500;
    margin-right: 10px;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fnq-loginpage {
	margin: 10% auto auto;
	width: 540px;
}
h1 {
	font-weight: bold;
}
.fnq-loginpage h1 {
	background: #dfdfdf none repeat scroll 0 0;
	font-family: century gothic;
	font-size: 19px !important;
	font-weight: bold;
	padding: 5px 10px;
	color: #B78160;
}
.fnq-loginpage form label {
	color: #333;
	float: left;
	font-size: 14px;
	margin: 11px 0;
	font-weight: normal;
	width: 100px;
}
.fnq-loginpage form input[type="text"] {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #EBEAE7ddd;
	border-radius: 4px;
	float: right;
	margin: 7px;
	padding: 6px;
	width: 77%;
}
.fnq-loginpage form input[type="password"] {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #EBEAE7ddd;
	border-radius: 4px;
	float: right;
	margin: 7px;
	padding: 6px;
	width: 77%;
}
.login-btn {
	float: left;
	text-align: center;
	width: 100%;
}
.login-btn input {
	background-color: #B78160;
	border: 1px solid #ffffff !important;
	color: #ffffff;
	cursor: pointer;
	display: block;
	float: none;
	font-size: 19px;
	margin: auto;
	padding: 5px 40px;
}
.fnq-loginpage p {
	color: #ff0000;
}
#my-account {
	background-color: #ffffff;
	line-height: 27px;
	margin-top: 13px;
	padding: 10px;
}
#my-account a {
	background-color: #047bd3;
	color: #ffffff;
	padding: 6px;
	text-decoration: none;
}
h2#title {
	font-size: 18px;
	font-weight: bold;
}
#my-profile {
	float: left;
	padding: 18px;
	width: 100%;
}
#my-profile .form-front label {
	float: left;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 10%;
}
#my-profile .form-front input {
	float: right;
	width: 86%;
	border: 1px solid #EBEAE7;
	padding: 5px;
}
#my-profile .form-front textarea {
	float: right;
	width: 86%;
	border: 1px solid #EBEAE7;
	padding: 5px;
}
#my-profile .form-front select {
	float: right;
	width: 86%;
	border: 1px solid #EBEAE7;
	padding: 5px;
}
#my-profile .form-front {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.profile_update {
	background-color: #047bd3;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	float: right;
	padding: 7px 30px;
}
.success-msg > div {
	color: #ff0000;
}
.pre_bookings {
	border-bottom: 1px solid #EBEAE7;
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	padding-bottom: 10px;
	width: 100%;
}
.book_history {
	background-color: #f3f3f3;
	float: left;
	margin-bottom: 20px;
	padding: 13px;
	width: 100%;
}
.book_history p {
	margin-bottom: 2px;
}
.book_qust {
	float: left;
	width: 20%;
}
.secondmenu {
	float: right;
	margin: 0;
}
#menu-trigger {
	display: none;
}
#menu-trigger-secondmenu {
	display: none;
}
.staticabout h2 {
	float: left;
	font-size: 23px;
	margin-bottom: 15px;
	width: 100%;
}
.fnq-about.staticabout strong {
	color: #B78160;
}
.staticcontact h2 {
	float: left;
	font-size: 23px;
	margin-bottom: 15px;
	width: 100%;
}
.fnq-about.staticcontact {
	float: left;
	width: 100%;
}
.fnq-about.staticcontact p strong {
	background: #B78160 none repeat scroll 0 0;
	color: #fff;
	float: left;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
	font-weight: 500;
    font-size: larger;
}
.contact_page_right {
	padding: 0px;
	width: 100%;
}
.contact_page_right h2 {
    float:left;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
}
.contact_form {
	float: left;
	width: 100%;
}
form#contactform .contact_form label {
	float: left;
	font-weight: normal;
	width: 100%;
}
form#contactform .contact_form input[type="text"] {
	border-radius: 3px;
}
form#contactform .contact_form textarea {
	border: 1px solid #EBEAE7;
	border-radius: 3px;
	width: 100%;
	margin-bottom: 15px;
}
.captcha_contact > input#Code {
	margin-right: 11px;
	width: auto !important;
}
form#contactform .contact_form input[type="submit"] {
	background-color: #b78160;
    border: none;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    width: 150px;
}
.accom-rates-detail table#rwd-table-id {
	float: left;
}
.main_pic_featured > img {
	width: 100%;
}
.customNavigation {
	float: right;
	margin-left: 1064px;
	margin-top: -40px;
	position: absolute;
}
.btn.prev {
	background-image: url("../images/controls.png");
	background-position: 0 -34px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.prev:hover {
	background-image: url("../images/controls.png");
	background-position: 0 -2px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.next {
	background-image: url("../images/controls.png");
	background-position: -39px -34px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.next:hover {
	background-image: url("../images/controls.png");
	background-position: -39px -2px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.customNavigation_bottom {
	float: right;
	margin-left: 1064px;
	margin-top: -40px;
	position: absolute;
}
.btn.prev1 {
	background-image: url("../images/controls.png");
	background-position: 0 -34px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.prev1:hover {
	background-image: url("../images/controls.png");
	background-position: 0 -2px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.next1 {
	background-image: url("../images/controls.png");
	background-position: -39px -34px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.next1:hover {
	background-image: url("../images/controls.png");
	background-position: -39px -2px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
/*.btn.previousvideo {
	background-position: 0 -34px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.previousvideo:hover {
	background-position: 0 -2px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.nextvideo {
	background-position: -39px -34px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}
.btn.nextvideo:hover {
	background-position: -39px -2px;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 31px;
	position: relative;
	text-indent: -9999px;
	width: 37px;
	z-index: 9999;
}*/
.livehelp {
	background: url("../images/g-live-help.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 66px;
	width: 193px;
}
.owl-item li a div {
	float: left;
	width: 100%;
}
.nav_areas_menu.side_menu li {
	background-color: #EBEAE7;
	border-bottom: 1px solid #fff;
}
.nav_areas_menu.side_menu li a:hover {
	background-color: #ccc;
	text-decoration: none;
	color: #000;
}
.nav_areas_menu.side_menu li a {
	background-color: #EBEAE7;
	border-bottom: 1px solid #fff;
	color: #333;
	float: left;
	padding: 6px;
	width: 100%;
}
.nav_areas_menu.side_menu {
	margin-bottom: 1px;
}
.sidebar_bottom_menu {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.sidebar_bottom_menu li a {
	color: #333;
	float: left;
	padding: 6px;
	width: 100%;
	background-color: #EBEAE7;
}
.sidebar_bottom_menu li a:hover {
	color: #000;
	background-color: #ccc;
	text-decoration: none;
	cursor: pointer;
}
#nav-left-contact {
	float: left;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
	margin-top: 25px;
}
.nav-extras {
	float: left;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}
.nav-extras div table {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 100%;
}
#nav-left-items .main ul ul li a {
	border-bottom: 0 none;
	color: #000;
	font-size: 13px;
	list-style: outside url("../images/dot.jpg") disc;
}
#nav-left-items .main ul ul li {
	border-bottom: 0 none !important;
	padding-left: 21px;
	float: left;
	width: 100%;
}
/*#nav-left-items .main ul ul li a:before {
	content: '\f111';
	font-family: 'FontAwesome';
	float: left;
	font-size: 6px;
	color: #70a4cb;
	line-height: 17px;
	margin-left: -13px;
}*/
.active_menu {
	background: #B78160;
	color: #fff !important;
	border-radius: 5px;
}
#search-accom {
	background-color: #064e7a;
	float: left;
	margin-bottom: 20px;
	padding: 13px;
	width: 100%;
}
#accom-search input[type="text"] {
	border: 0 none;
	float: left;
	padding: 14px;
	width: 55%;
}
#search-accom input[type="submit"] {
	background: rgba(0, 0, 0, 0) url("../images/buttons-search.png") repeat scroll 0 0;
	border: 0 none;
	float: left;
	height: 49px;
	margin-left: 15px;
	width: 193px;
}
#accom-search a {
	color: #fff;
	float: right;
	font-weight: bold;
	margin-top: 15px;
	text-decoration: underline;
}
#accom-search a:before {
	content: '\f101';
	font-family: 'FontAwesome';
	float: right;
	color: #fff;
	margin-left: 4px;
}
#accom-search a:hover {
	color: #ccc;
}
.listpage_top_contents {
	float: left;
	margin-bottom: 15px;
    margin-top: 15px;
	width: 100%;
}
.listpage_top_contents > h2 {
	color: #000;
	float: left;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	width: 100%;
}
.listpage_top_contents > p {
	float: left;
	margin-bottom: 5px;
	width: 100%;
}
.sitemap h1 {
	color: #2D6D74;
	font-size: 23px;
}
.sitemap_section_links a {
	color: #B78160;
	float: left;
	font-size: 16px;
	margin: 4px 0;
	width: 100%;
}
.sitemap_section_links a:hover {
	color: #76a2c8;
	text-decoration: none;
}
.sitemap_section_links b {
	float: left;
	margin: 10px 0;
}
.search-results {
	background-color: #B78160;
	clear: both;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	width: 100%;
}
.search-results span:hover {
	cursor: pointer;
	text-decoration: underline;
}
.current-page {
	background-image: url("../images/g-current-page-orange.gif");
	border-radius: 111px;
	height: 10px;
	width: 109px;
}
.current-page {
	background-image: url("../images/g-current-page-orange.gif");
	background-repeat: no-repeat;
	color: #B78160;
	padding: 0 3px;
}
.homepage-bannernox li a .mask {
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: rgba(0, 0, 0, 0.64);
	height: 35px;
	line-height: 33px;
	margin-top: 110px;
}
.listpage_top_contents h1 {
	background-color: #B78160;
	color: #FFFFFF;
	float: left;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 10px;
	width: 100%;
}
ul.aboutlist {
	margin-left: 20px;
}
.aboutlist > li {
	list-style-type: circle;
}
h3.latest_blog_heading {
	float: left;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
}
.newsletter-page h2 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsletter-list {
	float: left;
	width: 100%;
}
.newsletter-list form {
	border-top: 35px solid #1669ac;
	float: left;
	width: 100%;
}
.newsletter-list .form-group label {
	background-color: #f3f3f3;
	border-bottom: 1px solid #EBEAE7;
	color: #000;
	float: left;
	font-weight: normal;
	height: auto;
	margin: 0;
	padding: 10px 6px 10px 10px;
	text-align: right;
	width: 40%;
}
.newsletter-list .form-group input[type="text"] {
	border-radius: 0;
	float: right;
	height: 34px;
	margin-bottom: 5px;
	margin-top: 3px;
	width: 59%;
}
.newsletter-list .form-group select {
	border-radius: 0;
	float: right;
	margin-bottom: 5px;
	margin-top: 2px;
	width: 59%;
}
.newsletter-page input[type="submit"] {
	background-color: #B78160;
	border: 1px solid #B78160;
	float: right;
}
.pastlinks {
	float: left;
	width: 100%;
}
.pastlinks > h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
.pastlinks li {
	list-style-type: circle;
	margin-left: 21px;
}
.testimonials-page h1 {
	background-color: #f7f7f0;
	padding: 10px;
}
.package-details-page h1 {
	font-size: 20px;
	margin: 0 0 10px;
}
.no-products {
	color: #0b6f76;
	font-size: 25px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
.side_menu ul.menu {
	display: block;
	overflow: visible !important;
}
.main-trinity-beach .leftpanel .areas_main_title {
	background-color: #E4CAC3;
}
.main-trinity-beach .mainbody .search-results {
	background-color: #E4CAC3;
}
.main-trinity-beach .mainbody .current-page {
	background-image: url("../images/g-current-page-tbeach.gif");
	background-repeat: no-repeat;
	color: #B78160;
}
.main-trinity-beach .mainbody .detail_right a {
	color: #B78160;
}
.main-trinity-beach .leftpanel .nav-extras a.newsletter {
	background: transparent url("../images/g-newsletter-tbeach.gif") no-repeat scroll center center;
	float: left;
	height: 148px;
	width: 100%;
}
.main-trinity-beach .leftpanel .nav-extras a.newsletter img {
	display: none;
}
.main-trinity-beach .leftpanel .nav-extras a.livehelp {
	background: transparent url("../images/g-live-help-green.gif") no-repeat scroll center center;
	float: left;
	height: 66px;
	width: 100%;
}
.main-trinity-beach .leftpanel .nav-extras a.livehelp img {
	display: none;
}
.main-trinity-beach .mainbody .detail_right .stars {
	background: #fff url("../images/g-star-orange.gif") repeat-x scroll 0 0 !important;
	clear: both;
	float: left;
	height: 16px;
	width: 100%;
	margin-bottom: 5px;
}
.main-trinity-beach .mainbody .detail_right .star1 {
	width: 16px;
}
.main-trinity-beach .mainbody .detail_right .star1-2 {
	width: 24px;
}
.main-trinity-beach .mainbody .detail_right .star2 {
	width: 32px;
}
.main-trinity-beach .mainbody .detail_right .star2-3 {
	width: 40px;
}
.main-trinity-beach .mainbody .detail_right .star3 {
	width: 48px;
}
.main-trinity-beach .mainbody .detail_right .star3-4 {
	width: 56px;
}
.main-trinity-beach .mainbody .detail_right .star4 {
	width: 64px;
}
.main-trinity-beach .mainbody .detail_right .star4-5 {
	width: 72px;
}
.main-trinity-beach .mainbody .detail_right .star5 {
	width: 80px;
}
/*.main-palm-cove .leftpanel .areas_main_title {
	background-color: #006869;
}*/
.main-palm-cove .mainbody .search-results {
	background-color: #006869;
}
.main-palm-cove .mainbody .current-page {
	background-image: url("../images/g-current-page-green.gif");
	background-repeat: no-repeat;
	color: #E4CAC3;
}
.main-palm-cove .mainbody .detail_right a {
	color: #B78160;
}
.main-palm-cove .leftpanel .nav-extras a.newsletter {
	background: transparent url("../images/g-newsletter-green.gif") no-repeat scroll center center;
	float: left;
	height: 148px;
	width: 100%;
}
.main-palm-cove .leftpanel .nav-extras a.newsletter img {
	display: none;
}
.main-palm-cove .leftpanel .nav-extras a.livehelp {
	background: transparent url("../images/g-live-help-turq.gif") no-repeat scroll center center;
	float: left;
	height: 66px;
	width: 100%;
}
.main-palm-cove .leftpanel .nav-extras a.livehelp img {
	display: none;
}
.main-palm-cove .mainbody .detail_right .stars {
	background: #fff url("../images/g-star-orange.gif") repeat-x scroll 0 0 !important;
	clear: both;
	float: left;
	height: 16px;
	width: 100%;
	margin-bottom: 5px;
}
.main-palm-cove .mainbody .detail_right .star1 {
	width: 16px;
}
.main-palm-cove .mainbody .detail_right .star1-2 {
	width: 24px;
}
.main-palm-cove .mainbody .detail_right .star2 {
	width: 32px;
}
.main-palm-cove .mainbody .detail_right .star2-3 {
	width: 40px;
}
.main-palm-cove .mainbody .detail_right .star3 {
	width: 48px;
}
.main-palm-cove .mainbody .detail_right .star3-4 {
	width: 56px;
}
.main-palm-cove .mainbody .detail_right .star4 {
	width: 64px;
}
.main-palm-cove .mainbody .detail_right .star4-5 {
	width: 72px;
}
.main-palm-cove .mainbody .detail_right .star5 {
	width: 80px;
}
.main-port-douglas .leftpanel .areas_main_title {
	background-color: #E4CAC3;
}
.main-port-douglas .mainbody .search-results {
	background-color: #376baf;
}
.main-port-douglas .mainbody .current-page {
	background-image: url("../images/g-current-page-blue.gif");
	background-repeat: no-repeat;
	color: #376baf;
}
.main-port-douglas .mainbody .detail_right a {
	color: #376baf;
}
.main-port-douglas .leftpanel .nav-extras a.newsletter {
	background: transparent url("../images/g-newsletter-blue.gif") no-repeat scroll center center;
	float: left;
	height: 148px;
	width: 100%;
}
.main-port-douglas .leftpanel .nav-extras a.newsletter img {
	display: none;
}
.main-port-douglas .leftpanel .nav-extras a.livehelp {
	background: transparent url("../images/g-live-help-blue.gif") no-repeat scroll center center;
	float: left;
	height: 66px;
	width: 100%;
}
.main-port-douglas .leftpanel .nav-extras a.livehelp img {
	display: none;
}
.main-port-douglas .mainbody .detail_right .stars {
	background: #fff url("../images/g-star-orange.gif") repeat-x scroll 0 0 !important;
	clear: both;
	float: left;
	height: 16px;
	width: 100%;
	margin-bottom: 5px;
}
.main-port-douglas .mainbody .detail_right .star1 {
	width: 16px;
}
.main-port-douglas .mainbody .detail_right .star1-2 {
	width: 24px;
}
.main-port-douglas .mainbody .detail_right .star2 {
	width: 32px;
}
.main-port-douglas .mainbody .detail_right .star2-3 {
	width: 40px;
}
.main-port-douglas .mainbody .detail_right .star3 {
	width: 48px;
}
.main-port-douglas .mainbody .detail_right .star3-4 {
	width: 56px;
}
.main-port-douglas .mainbody .detail_right .star4 {
	width: 64px;
}
.main-port-douglas .mainbody .detail_right .star4-5 {
	width: 72px;
}
.main-port-douglas .mainbody .detail_right .star5 {
	width: 80px;
}
.package-notes.package-description ul {
	margin-left: 10px;
}
.package-notes.package-description ul li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	margin-left: 0.5em;
	margin-right: 6px;
	color: #000;
}
.top_tip {
	border: 1px solid #3c6db0;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	min-height: 108px;
}
.top_tip_content {
	float: left;
	border-left: 105px solid #3c6db0;
	width: 100%;
	min-height: 106px;
}
.top_tip_logo {
	background-color: #3c6db0;
	float: left;
	margin-left: -99px;
	margin-right: 10px;
	position: absolute;
}
.top_tip_logo > img {
	left: 0px;
	position: relative;
}
.top_tip_content > p {
	float: left;
	left: -91px;
	margin-bottom: 10px;
	margin-left: 120px;
	margin-top: 10px;
	position: relative;
	width: 94%;
}
.homepage-3day-sale-upper {
	background-color: #ef9c26;
	width: 100%;
	overflow: hidden;
}
.no-of-sale {
	background-image: url("../images/sale.png");
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 164px;
	margin-top: -22px;
	position: relative;
	width: 734px;
	z-index: 99999;
}
.no-of-sale h3 {
	color: #333333;
	float: left;
	font-family: sans-serif;
	font-size: 60px;
	font-weight: bold;
	margin-top: 25px;
	padding: 21px 21px 10px;
	width: 50%;
}
.no-of-sale p {
	float: left;
	font-family: sans-serif;
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 65px;
	width: 72%;
}
.home-3day-upper-right {
	background-color: #ef9c26;
	float: left;
	width: 406px;
}
.fnq-homepage-3day-sale {
	float: left;
	margin-top: 0px;
	width: 100%;
	margin-bottom: 20px;
}
.homepage-3day-sale-lower {
	float: left;
	width: 100%;
	-webkit-box-shadow: -1px 7px 3px -3px rgba(135,135,135,1);
	-moz-box-shadow: -1px 7px 3px -3px rgba(135,135,135,1);
	box-shadow: -1px 7px 3px -3px rgba(135,135,135,1);
	background-color: #fff;
	height: 289px;
	margin-bottom: 21px;
}
.home-3day-accom-image img {
	height: auto;
	width: auto;
}
.home-3day-accom-image > a {
	float: left;
	width: 100%;
}
.home-3day-accom-image {
	width: 100%;
	float: left;
	height: auto;
}
.on-sale-now-img {
	background-image: url("../images/onsale.png");
	color: #fff;
	float: left;
	font-size: 28px;
	font-weight: bold;
	height: 96px;
	left: 211px;
	line-height: 29px;
	padding-top: 64px;
	position: relative;
	text-align: center;
	top: -243px;
	width: 159px;
}
.home-3day-accom-image p {
	color: #fff;
	float: left;
	font-family: sans-serif;
	font-size: 31px;
	font-weight: bold;
	position: relative;
	text-align: center;
	text-shadow: 1px 2px 0 #000;
	top: -256px;
	width: 93%;
}
.sale-button.book_3sale {
	background-color: rgba(255,179,58,1);
	background-color: -moz-linear-gradient(top, rgba(255,179,58,1) 0%, rgba(255,150,29,1) 100%);
	background-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,179,58,1)), color-stop(100%, rgba(255,150,29,1)));
	background-color: -webkit-linear-gradient(top, rgba(255,179,58,1) 0%, rgba(255,150,29,1) 100%);
	background-color: -o-linear-gradient(top, rgba(255,179,58,1) 0%, rgba(255,150,29,1) 100%);
	background-color: -ms-linear-gradient(top, rgba(255,179,58,1) 0%, rgba(255,150,29,1) 100%);
	background-color: linear-gradient(to bottom, rgba(255,179,58,1) 0%, rgba(255,150,29,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb33a', endColorstr='#ff961d', GradientType=0 );
	background-image: url("../images/buttonarrow.png");
	background-position: 103px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	box-shadow: 0 2px 0 #ffd38c inset;
	color: #fff;
	font-size: 18px;
	padding: 9px 40px 9px 17px;
}
.sale-button.sale-more-info {
	background-color: rgba(53,131,195,1);
	background-color: -moz-linear-gradient(top, rgba(53,131,195,1) 0%, rgba(26,93,169,1) 100%);
	background-color: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(53,131,195,1)), color-stop(100%, rgba(26,93,169,1)));
	background-color: -webkit-linear-gradient(top, rgba(53,131,195,1) 0%, rgba(26,93,169,1) 100%);
	background-color: -o-linear-gradient(top, rgba(53,131,195,1) 0%, rgba(26,93,169,1) 100%);
	background-color: -ms-linear-gradient(top, rgba(53,131,195,1) 0%, rgba(26,93,169,1) 100%);
	background-color: linear-gradient(to bottom, rgba(53,131,195,1) 0%, rgba(26,93,169,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3583c3', endColorstr='#1a5da9', GradientType=0 );
	background-image: url("../images/buttonarrow.png");
	background-position: 103px center;
	background-repeat: no-repeat;
	border-radius: 4px;
	box-shadow: 0 2px 0 #8ab7dc inset;
	color: #fff;
	font-size: 18px;
	padding: 9px 40px 9px 17px;
	text-decoration: none;
}
.home-3day-upper-right p {
	color: #fff;
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 15px 0 6px;
	padding: 0;
	text-align: center;
}
#countdown-div .source {
	width: 405px;
	margin: 0 auto;
	background: #4f5861;
	color: #a7abb1;
	font-weight: bold;
	display: block;
	white-space: pre;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#countdown-div ul.countdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}
#countdown-div ul.countdown li {
	display: inline-block;
}
.home-3day-upper-right div {
	float: right;
	margin-bottom: 12px;
	margin-right: 44px;
	margin-top: 11px;
}
#countdown-div ul.countdown li span {
	background: rgba(48,51,56,1);
	background: -moz-linear-gradient(top, rgba(48,51,56,1) 0%, rgba(83,86,91,1) 48%, rgba(47,52,55,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(48,51,56,1)), color-stop(48%, rgba(83,86,91,1)), color-stop(100%, rgba(47,52,55,1)));
	background: -webkit-linear-gradient(top, rgba(48,51,56,1) 0%, rgba(83,86,91,1) 48%, rgba(47,52,55,1) 100%);
	background: -o-linear-gradient(top, rgba(48,51,56,1) 0%, rgba(83,86,91,1) 48%, rgba(47,52,55,1) 100%);
	background: -ms-linear-gradient(top, rgba(48,51,56,1) 0%, rgba(83,86,91,1) 48%, rgba(47,52,55,1) 100%);
	background: linear-gradient(to bottom, rgba(48,51,56,1) 0%, rgba(83,86,91,1) 48%, rgba(47,52,55,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303338', endColorstr='#2f3437', GradientType=0 );
	border: 1px solid #373737;
	border-radius: 6px;
	box-shadow: 1px 1px 0 #88898d inset;
	color: #fff;
	font-size: 39px;
	font-weight: bold;
	line-height: normal;
	padding: 3px;
}
#countdown-div ul.countdown li.seperator {
	font-size: 80px;
	line-height: 70px;
	vertical-align: top;
}
#countdown-div ul.countdown li p {
	color: #ffffff;
	font-size: 14px;
	margin: 7px 0 0;
	padding: 0;
}
.resort-facilities ul li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #000;
}
.resort-facilities ul li {
	float: left;
	margin-left: 27px;
	width: 100%;
}
.resort-facilities ul {
	float: left;
	width: 100%;
}
.room-facilities li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	margin-left: -1.5em;
	color: #000;
}
.room-facilities ul li {
	float: left;
	margin-left: 27px;
	width: 100%;
}
.room-facilities ul {
	float: left;
	width: 100%;
}
.packages-contents ul {
	margin-left: 10px;
}
.packages-contents ul li:before {
	content: '\f061';
	font-family: 'FontAwesome';
	float: left;
	margin-left: 0.5em;
	margin-right: 6px;
	color: #000;
}
.packages-contents h5 {
	background-color: #B78160;
	color: #fff;
	float: left;
	padding: 8px;
	width: 100%;
}
.newsletterouter {
	background-color: #ffffcc;
	padding: 30px;
}
.newslettermain table td {
	padding: 20px;
}
.newsletterouter table {
	background-color: #fff;
}
.floating-button {
	background-color: #fff;
	border-radius: 5px;
	bottom: 10px;
	padding: 16px;
	position: fixed;
	right: 10px;
	text-align: center;
	width: 17%;
	box-shadow: 0 0 10px #a7a7a7;
	display: block;
	z-index: 9;
}
.floating-button {
	display: block;
}
.floating-button .instantonlinequote {
	background-color: #ff5313;
	padding: 5px 10px;
}
.floating-button a.enquire-button {
	background-color: #A3D1DB;
	color: #fff;
	float: left;
	margin-top: 6px;
	padding: 5px 10px;
}
.floating-button a.book {
	background-color: #0896ff;
	color: #fff;
	float: right;
	margin-top: 6px;
	padding: 5px 10px;
}
.callusno {
	color: #A3D1DB;
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.callusno > b {
	color: #A3D1DB;
}
/*.leftfournotfour {
    background-image: url("../images/404.png");
    float: left;
    height: 467px;
    margin-left: 4%;
    margin-top: 4%;
    width: 467px;
}*/
.leftfournotfour {
	float: left;
	width: 467px;
}
.leftfournotfour {
	float: left;
	margin-left: 7%;
	margin-top: 11%;
	width: 467px;
}
.rightfournotfour {
	float: left;
	margin-left: 3%;
	margin-top: 19%;
	text-align: center;
	width: 38%;
}
.rightfournotfour h1 {
	font-size: 76px;
	font-weight: bold;
}
.rightfournotfour > strong {
	float: left;
	font-size: 20px;
	text-transform: uppercase;
	width: 100%;
}
.thankyou_cl {
	float: left;
	padding-top: 60px;
	text-align: center;
	width: 100%;
}
.thankyou_cl > strong {
	float: left;
	font-weight: normal;
	text-align: center;
	width: 100%;
}
.blog-content-single .captcha_enquire {
	float: left;
}
a.instantonlinequote {
	color: #fff;
}
a.instantonlinequote {
	color: #fff;
	text-decoration: none;
}
a.popup-gmaps {
	color: #fff;
}
.button.add_comment_button {
	background-color: #23527c;
	border: 1px solid #23527c;
	border-radius: 3px;
	color: #fff;
	margin-top: 20px;
	padding: 4px 25px;
}
input#userCaptcha {
	border: 1px solid #EBEAE7;
	border-radius: 3px;
	margin-top: 17px;
	padding: 5px;
	width: 100%;
	font-weight: normal;
}
.comments_comments textarea.required {
	border: 1px solid #EBEAE7;
	border-radius: 4px;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 100% !important;
}
.page_box.comments_comments {
	background-color: #f3f3f3;
	margin: 30px auto auto;
	padding: 20px;
	width: 65%;
}
.comments_comments input[type="text"] {
	border: 1px solid #EBEAE7;
	border-radius: 4px;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
	width: 100% !important;
}
.page_box.comments_comments label {
	float: left;
	width: 100%;
}
.accom-list-book-button a:hover {
	color: transparent;
}
.sp-detail-title h4 {
	background-color: #A3D1DB;
	color: #000;
	float: left;
	font-size: 18px;
	font-weight: bold;
	padding: 15px;
	width: 100%;
}
.sp-description > p {
	color: #a60003;
	float: left;
	font-size: 16px;
	margin-top: 10px;
	width: 100%;
}
.sp-description p strong {
	color: #4b220a;
	font-size: 20px;
}
.form-fields.inputpadding > span#total_display {
	color: #f00;
	font-size: 16px;
	font-weight: bold;
}
#enquiry .enquiry-page-top-content {
	background-position: left bottom;
	min-height: 605px;
}
.header-background-div-responsive {
	display: none;
}
.header-background-div {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 550px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
section.header-text-right p em {
	display: none;
}
.header-background-div section {
	color: #fff;
	float: left;
	font-size: 14px;
	width: 70%;
}
.header-background-div section + section {
	background-image: url("../images/callus.png");
	background-repeat: no-repeat;
	float: right;
	height: 118px;
	margin-left: 875px;
	padding: 0;
	position: absolute;
	width: 251px;
	z-index: 2;
}
.header-tag-line {
	display: none;
}

.banner-wrap.inner-banner .fnq-background-image {
	height: auto;
}
.fnq-background-image {
	height: auto;
	position: relative;
	width: 100%;
}
.header-background-div em {
	background-image: url("../images/telephoneimg.png");
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	float: left;
	font-size: 25px;
	font-style: normal;
	font-weight: bold;
	height: auto;
	line-height: 25px;
	margin-top: 31px;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.header-background-div section + section strong {
	color: #fff;
	float: left;
	font-size: 25px;
	margin-top: 11px;
	text-align: center;
	width: 100%;
}
.header-background-div section + section strong a {
	cursor: auto;
	float: none;
	margin: 0 4px;
	color: #fff;
}
.header-background-div section + section strong a:hover {
	text-decoration: none !important;
}
.header-background-div section + section span {
	color: #fff;
	float: left;
	font-size: 22px;
	margin-top: 8px;
	text-align: center;
	width: 100%;
}
.header-background-div section + section a {
	float: none;
	margin: 0 4px;
}
.header-background-div section + section .socialmedia {
	float: right;
	margin-top: -8px;
	text-align: center;
	width: 100%;
}
.socialmedia a {
	background-image: url("../images/socialmedia.png");
	background-repeat: no-repeat;
	height: 23px;
	margin: 0 4px;
	padding: 5px 10px;
	width: 24px;
	text-decoration: none;
}
.socialmedia a + a {
	background-position: -37px top;
}
.socialmedia a + a + a {
	background-position: -73px top;
	padding: 5px 11px;
}
.socialmedia a + a + a + a {
	background-position: -111px top;
	padding: 5px 10px;
}
.socialmedia a + a + a + a + a {
	background-position: -148px top;
}
.shade_bg {
	height: 174px;
	position: absolute;
	width: auto;
	z-index: 1;
}
.headbannerpart {
	padding-left: 211px;
	position: relative;
	margin-top: -2px;
	text-align: center;
	width: 100%;
	font-size: 23px;
	z-index: 3;
}
.headbannerpart strong {
	color: #fff;
	float: left;
	font-size: 31px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
}
.headbannerpart span {
	background-color: #ef9c26;
	color: #fff;
	float: left;
	font-size: 30px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
}
.hasDatepicker {
	background-image: url("../images/datepicker.png") !important;
	background-position: 99% center;
	background-repeat: no-repeat;
}

.captcha_booking {
	margin: auto;
	width: 304px;
}
.feedback-single {
	border-bottom: 1px solid #EBEAE7;
	margin-bottom: 20px;
}
.transfer-page-table {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}
.transfer-page-table table tr th {
	background-color: #B78160 !important;
	color: #fff;
}
.cars {
	float: left;
	margin: 20px 0;
	width: 100%;
}
.cars li {
	border: 1px solid #EBEAE7;
	float: left;
	margin: 10px;
	padding: 10px;
	width: 30%;
}
.cars li img {
	float: left;
	height: auto;
	width: 100%;
}
.related {
	color: #ff9933;
	padding-left: 7px;
}
.testi_related_list span {
	color: #EBEAE7;
}
.testi_related_list span:hover {
	color: #ff9933;
	text-decoration: none;
}
a.testi_related_list:hover {
	text-decoration: none;
}
.testi_desc p {
	margin-bottom: 0;
}
.widingvideo {
	float: left;
	margin-bottom: 14px;
	width: 100%;
}
.widingvideo iframe {
	border: 0px;
}
#email_message {
	display: none;
}
.fnq-faq.staticfaq nav {
	width: auto;
}
.accom-rates-detail #rwd-table-id td .room_name_details {
	box-shadow: 0 1px 8px #b0b0b0;
	display: none;
	margin-top: -5px;
}
.accom-rates-detail #rwd-table-id td span.accom_rate_roomname:hover .room_name_details {
	display: block;
	position: absolute;
	background: #ffffff none repeat scroll 0 0;
	padding: 10px;
	width: 400px;
}
.accom-rates-detail .room_name_details img {
	width: 100%;
}
.homeblog {
	background-color: #fff;
	float: left;
	margin-top: 10px;
	min-height: 300px;
	padding: 10px;
	width: 422px;
}
.banner_box_main {
	width: 100%;
	margin-bottom: 10px;
}
.homeblog iframe {
	width: 100%;
	height: 409px;
	border: 0px;
}
.searchsection {
	margin-bottom: 15px;
}
.searchsection .input-box input[type="text"] {
	background-color: #fff;
	border: none!important;
	width: 100%;
	padding: 8px 15px 10px 50px;
	font-size: 18px;
	border-radius: 6px;
	-webkit-appearance: none;
	margin-bottom: 25px;
}
.searchsection input[type="submit"] {
	background-color: #7db2bd;
	border: none;
	border-radius: 3px;
	color: #000;
	font-size: 17px;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0 40px;
	font-weight: 500;
	margin-right: 15px;
	height: 45px;
	transition:all .5s ease;
}
.searchsection input[type="submit"]:hover {
	background-color: #69b4c3;
	text-decoration: none;
	transition:all .5s ease;
}
.searchsection a.btn-adsearch {
	background-color: #B78160;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-weight: 500;
	padding: 0 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	height: 45px;
	display: inline-block;
	line-height: 45px;
}
.searchsection a.btn-adsearch:hover {
	background-color: #9d694b;
	transition:all .5s ease;
	text-decoration: none;
}
.search-buttons {
	display: flex;
}
.location-search .input-box {
	position: relative;
} 

.location-search .input-box .icon-search {
	position: absolute;
    left: 19px;
    top: 14px;
    font-size: 16px;
}
.mainwrapper {
	width: 100%;
}
.featuresection .mainwrapper > h2 {
	color: #B78160;
	font-size: 23px;
	font-weight: 500;
	font-family: 'Aleo', serif;
}
.featuresection .mainwrapper > h2 a {
	text-decoration: none;
}
.featuresection .mainwrapper > h2 a:hover {
	text-decoration: none;
}
.featurelist {
	float: left;
	width: 100%;
	margin: 15px 0;
}
ul.listfeatures {
	float: left;
	width: 100%;
}
ul.listfeatures li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	width: 33%;
}
ul.listfeatures li img {
	width: 100%;
	float: left;
}
ul.listfeatures li.firstone {
	float: left;
}
ul.listfeatures li.lastthird {
	float: right;
	margin: 0;
	margin-bottom: 5px;
	padding: 0px;
}
ul.listfeatures li:nth-child(3n+3) {
	padding: 0;
	float: right;
	margin-right: 0px !important;
}
.listprice {
	/*background-image: url("../images/pricelist.png");*/
	background-color: #A3D1DB;
	color: #000;
	font-weight: 500;
	font-family: 'Aleo', serif;
	height: 34px;
	line-height: 25px;
	margin-top: 10px;
	padding: 5px 5px 5px 12px;
	position: absolute;
	width: 161px;
}
.listname {
	background-color: #fff;
	color: #1e5bb0;
	font-weight: bold;
	height: auto;
	margin-left: 11px;
	margin-top: 196px;
	overflow: hidden;
	padding: 5px 10px;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 300px;
}
.featuresection {
	float: left;
	width: 100%;
}
.apartaboutsection {
	background-color: #EBEAE7;
	float: left;
	padding: 30px;
	width: 100%;
}

.apartaboutsection .left-content > h2 {
	margin-bottom: 10px;
}
.apartaboutsection .mainwrapper {
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
.apartaboutsection .left-content {
	float:left;
	width:100%;
}

.apartaboutsection .right-content {
	background-image: url(../images/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
	float:right;
	width:100%;
}

.about-bottom {
	padding-right: 380px;
}

.about-bottom h2 {
	font-size: 27px;
	line-height: 35px;
	color: #205dae;
	padding-bottom: 20px;
}

.about-bottom h2 strong {
	color: #ff9d1d;
}

.apartaboutsection .mainwrapper > h2 {
	margin-bottom: 10px;
}

.apartaboutsection .mainwrapper > h2 strong {
	color: #ff9d1d!important;
}

.apartaboutsection p {
	color: #4e4e4e;
}
.homeblogsection {
	float: left;
	padding: 25px 0;
	width: 100%;
	background-color: #fff;
}
.featuresection .mainwrapper > h2 img {
	float: left;
	margin-right: 5px;
}
.featuresection .mainwrapper > h2 span {
	float: left;
	line-height: 43px;
}
.featurebg {
	background-color: #fff;
	padding-top: 0px;
}
.bloglisthome {
	float: left;
	margin: 20px 0 0;
	width: 100%;
}
.bloglisthome > ul {
	float: left;
	width: 100%;
}
.bloglisthome > ul li {
	float: left;
	margin: 0 17px;
	width: 32.111%;
}
.bloglisthome > ul li.bloglast {
	float: right;
	margin-left: 0;
	margin-right: 0;
}
.bloglisthome ul li.blogfirst {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.bloglisthome ul li img {
	float: left;
	width: 100%;
}
.bloglisthome li p {
	color: #ed7d31;
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
.blog-contents ul {
	list-style: disc;
	padding-left: 50px;
}
.videoblogsection {
	background-color: #fff;
	float: left;
	margin: 15px 0;
	padding: 15px;
	width: 100%;
}
.video_blog {
	float: left;
	margin-right: 30px;
	width: 60%;
}
.video_blog iframe {
	width: 100%;
	float: left;
}
.videoformsection {
	float: right;
	width: 37%;
}
.videoformsection > p {
	float: left;
	font-size: 16px;
	margin-bottom: 15px;
	width: 100%;
}
.videoformsection span {
	color: #4e74b5;
}
.formbox {
	float: left;
	width: 100%;
}
.formbox input[type="text"] {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	float: left;
	padding: 13px;
	width: 100%;
	-webkit-appearance: none;
}
.formbox input[type="button"] {
	background: rgba(255,166,0,1);
	background: -moz-linear-gradient(top, rgba(255,166,0,1) 0%, rgba(255,132,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,166,0,1)), color-stop(100%, rgba(255,132,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,166,0,1) 0%, rgba(255,132,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,166,0,1) 0%, rgba(255,132,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,166,0,1) 0%, rgba(255,132,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,166,0,1) 0%, rgba(255,132,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa600', endColorstr='#ff8400', GradientType=0 );
	border: 1px solid #ff8400;
	color: #fff;
	float: left;
	font-size: 17px;
	margin-top: 20px;
	padding: 16px;
	width: 100%;
	border-radius: 3px;
}
.learn {
	color: #2573ba;
	float: left;
	margin: 14px 0;
	width: 100%;
}
.blog-content-right.blog_list {
	float: left;
	width: 100%;
}
.latest_blog_heading.blog_latest {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 5px;
}
.blog-list {
	border-bottom: 0 none;
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
.grid-item.blog-list {
	border-bottom: 1px solid #EBEAE7;
	float: left;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 100%;
}
.video_date {
	color: #67666e;
	float: left;
	font-size: 16px;
	width: 50%;
}
.blog-content-right.blog_list iframe {
	float: left;
	height: 440px;
	margin: 10px 0 20px;
	width: 100%;
	border: 0px;
}
#results p {
	color: #74747c;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.blog-list p {
	color: #74747c;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
span.blog_readmore {
	background-color: #fbad3d;
	border-bottom: 2px solid #f68722;
	border-radius: 2px;
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 12px 25px;
}
span.blog_readmore a {
	color: #fff;
	text-decoration: none;
}
.blog-content-single {
	float: left;
	width: 100%;
}
.blog-top-details {
	border-bottom: 1px solid #EBEAE7;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.small_txt_blog {
	float: left;
	width: 100%;
}
.blog-top-details p {
	color: #74747c;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.small_txt_blog iframe {
	float: left;
	height: 440px;
	margin: 10px 0 20px;
	width: 100%;
}
.blog_signature {
	float: left;
	width: 100%;
}
p.holiday {
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
}
.blog_wrapper_outer {
	float: left;
	width: 90%;
}
a.btn.previousvideo {
	color: #cfcfcf;
	float: left;
	font-size: 94px;
	margin-top: 16px;
	width: 5%;
	padding-left: 0;
	background-image: none;
	text-align: left;
}
a.btn.previousvideo:hover {
	background-image: none !important;
}
a.btn.nextvideo {
	color: #cfcfcf;
	float: right;
	font-size: 94px;
	margin-top: 16px;
	width: 5%;
	padding-right: 0;
	text-align: right;
	background-image: none;
}
a.btn.nextvideoo:hover {
	background-image: none !important;
}
#videowrapper p {
	color: #ed7e2f;
	float: left;
	font-size: 14px;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
#videowrapper p a {
	color: #f7941d;
}
#videowrapper p a:hover {
	color: #f7941d;
	text-decoration: none;
}
.blog_outerline {
	border-top: 1px solid #EBEAE7;
	float: left;
	margin-top: 15px;
	padding-top: 45px;
	width: 100%;
}
table.FB_sm_f.payment_table td.ws {
	padding-left: 15px;
	width: 16%;
	white-space: nowrap;
}
table.FB_sm_f.payment_table td.ws input {
	float: left;
	width: 100% !important;
}
form.seasonform {
	float: left;
	margin-bottom: 15px;
	width: 100%;
}
.FB_sm_f.seas {
	float: left;
	width: 100%;
}
.seasonheading {
	float: left;
	width: 100%;
}
.seasonheading h2 {
	color: #396bb0;
	margin-bottom: 0;
}
.seasontitle {
	border-bottom: 1px solid #EBEAE7;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.seasontitle h4 {
	color: #878787;
}
table.FB_sm_f.payment_table td {
	vertical-align: top;
}
.selectabove.above {
	margin-bottom: 50px;
}
.selectabove.above .FB_price {
	float: left;
	text-align: left;
	width: 50%;
}
.selectabove.above td:last-of-type {
	text-align: right;
	padding: 2px 0;
}
.selectabove.above td:first-child span {
	float: left;
	text-align: left;
}
.mainnav li img.video-blog-menu-img {
	float: left;
	width: 19px;
	margin-right: 6px;
}
.mainnav li.video-blog-menu-li a {
	background-color: #306569;
	border-radius: 5px;
	border: 1px solid #386d71;
	box-shadow: 0 1px 0 #4c8388 inset;
}
.faq-pagination .pagination {
	float: left;
}
.col-md-6.text-right.faq-pagination {
	padding-left: 0;
}
.listname a {
	text-decoration: none;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
}

.listname a:hover {
	text-decoration: none;
	color: #336ac7;
}

.youtube-image {
	cursor: pointer;
	float: left;
	height: auto;
	padding: 0;
	width: 100%;
}
.grid-item img.youtube-image {
	/*height: 439px;*/
	height: auto;
}
span.blog_readmore i {
	margin-left: 10px;
}
td.tabletdsearch {
	vertical-align: top;
}
.videowrapper {
	float: left;
	width: 100%;
	height: 547px;
	overflow: hidden;
	position: relative;
}
.btn_video {
	position: absolute;
	margin-left: 45%;
	margin-top: 28%;
}
.videowrapper.bottomlistvideo {
	height: 184px;
}
.videowrapper.bottomlistvideo .btn_video {
	margin-left: 35%;
	margin-top: 18%;
}
.videowrapper.tophome {
	height: 410px;
}
.videowrapper.tophome .btn_video {
	position: absolute;
	margin-left: 35%;
	margin-top: 41%;
}
.videowrapper.bottomlistvideo img.youtube-image {
	height: 184px;
}
.blog_wrapper_outer #videowrapper li iframe {
	height: 184px;
	border: 0px;
}
.blog-content-single iframe {
	border: 0px;
}
.featuresection.hometestimonialsection {
	background-color: #fff;
}
.videotestimonial_outerline {
	border-top: 1px solid #EBEAE7;
	float: left;
	margin-top: 15px;
	padding-top: 45px;
	width: 100%;
	text-align: center;
}
.videotestimonial_inner.youtube-image-testimonials {
	float: none;
	width: 50%;
	text-align: center;
	margin: auto;
	height: 288px;
	border: 5px solid #eeeeee;
	overflow: hidden;
}
.videotestimonial_outerline iframe {
	float: none;
	width: 50%;
	text-align: center;
	margin: auto;
	height: 316px;
	border: 0px;
}
.videotestimonial_inner.youtube-image-testimonials img {
	width: 100%;
	float: left;
	height: 316px;
}
.videotestimonial_inner.youtube-image-testimonials .btn_video {
	position: absolute;
	margin-left: 16%;
	margin-top: 7%;
}
.videotestimonial_inner.youtube-image-testimonials .btn_video img {
	width: 71%;
	height: auto;
	cursor: pointer;
}
.buttonviewmore_testi {
	border: 2px solid #e0e0e0;
	border-radius: 3px;
	color: #f7941d;
	font-size: 18px;
	padding: 14px 40px;
	text-transform: uppercase;
	background-color: transparent;
}
.viewmore.viewmore_testimonial {
	float: left;
	width: 100%;
	text-align: center;
	margin: 30px 0;
}
#nav-left-contact {
	display: block;
}
.nav-extras {
	display: block;
}
.destination {
	display: block;
}
.form-fields-adult-child select {
	border: 1px solid #EBEAE7;
	padding: 8px;
	width: 100%;
}
#AgeofChildrendiv input[type="text"] {
	margin-bottom: 9px;
	-webkit-appearance: none;
}
.blog-content-single .blog-contents img {
	height: auto;
	max-width: 100%;
}

.header-text-right-new {
	position: absolute;
	right: 30px;
	top: 10px;
	text-align: center;
	color: #fff;
	width: 210px;
}

.header-text-right-new .socialmedia {
	float: none;
}

.header-text-right-new a {
	color: #fff;
	text-decoration: none;
}

.htrn1 {
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 4px #000;
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 0px 10px 40px;
	text-align: left;
	display: inline-block;
}

.htrn2 {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 4px #000;
	font-weight: bold;
}

.sign-up {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

.su-box {
	padding-bottom: 9px;
}

.su-box input {
	width: 100%;
	border: none;
	outline: none;
	font-size: 14px;
	color: #333;
	padding: 0px 15px 0px 24px;
	border-radius: 6px;
	-webkit-appearance: none;
}

.su-button input {
	outline: none;
	cursor: pointer;
	width: 280px;
	font-weight: 600;
	color: #fff;
	background-color: transparent;
	border: 2px solid #ffffff;
	font-size: 25px;
	border-radius: 6px;
	font-family: 'Source Sans Pro', sans-serif;
	transition:all .5s ease;
}

.su-button input:hover {
	transition:all .5s ease;
	border: 2px solid #a9a9a9;
}

.sign-up-mobile {
	display: none;
	background-color: #2D6D74;
	padding: 20px;
	text-align: center;
}
.footer-signup {
	background-color: #2D6D74;
	padding: 60px 20px 50px 20px;
	text-align: center;
}
.sign-up-mobile .htrn2 {
	color: #fff;
	text-shadow: 0px 0px 0px #fff;
}

.footer-signup-headline {
	color: #fff;
	padding-bottom: 20px;
}
.footer-signup-headline p {
	font-family: 'Aleo', serif;
	font-weight: 300;
	font-size: 30px;
	margin-bottom: 32px;
}
.footer-signup-headline p span {
	font-weight: 800;
}

.footer-signup-headline p i {
	font-style: normal;
}

@media(max-width: 1024px) {

	.rating ul li span {
		font-size: 25px;
	}
	.location-landing .title h2 {
		font-size: 25px;
		margin: 0 0 20px 0;
	}
	.location-landing .location p {
		font-size: 16px;
	}
	.location-landing .rating-price .price p {
		font-size: 16px;
	}
	.location-landing .content p {
		font-size: 16px;
	}
	.location-landing .content a.link {
		margin-top: 16px;
		font-size: 20px;
	}
	a.link-with-arrow {
		margin-top: 16px;
		font-size: 20px;
	}
	.location-landing .content {
		margin-bottom: 40px;
	}

}

 @media only screen and (max-width:767px) {

	.accommodation-detail-slider .slick-prev {
		left: -12px;
	}
	.accommodation-detail-slider .slick-next {
		right: -12px;
	}

  .section-el h2 {
  	font-size: 20px;
  }
  .enquiry-list__content h3 {
  	font-size: 19px;
  }
  .section-el .enquiry-list {
  	flex-direction: column;
  }
  .enquiry-list__content {
  	padding: 15px 0;
  }
  .enquiry-form h2.enquiry-form-title,
  .enquiry-form .enquiry-page-top-text {
  	font-size: 20px;
  }
  .enquiry-form #form {
  	padding: 30px 15px;
  }
  .enquiry-list__content-rt-rate .el-room-type select {
  	width: 200px;
  }
  .enquiry-list__content-rt-rate {
  	display: flex;
  	justify-content: space-between;
  }
  .enquiry-list__content-rt-rate .el-rate {
  	position: initial;
  }
  .enquiry-list__image {
  	width: 100%;
  }
  .enquiry-form {
  	padding: 10px;
  }
  .body-container.page-contact {
  	padding: 0 0;
  }
  .rate-wrap__calc-table {
  	overflow-x: auto;
  }

  .FB_sm_f.payment_table,
  .FB_sm_f.payment_table tbody {
    display: flex;
	flex-direction: column;
  }


.col-two-grid__head-title h2 {
	font-size: 20px;
}
.common-detail-pg__content-wrap p {
	font-size: 16px!important;
}

.tours-pg .col-two-grid .cta, 
.packages-pg .col-two-grid .cta, 
.location-landing .ryt-panel .cta {
	padding: 7px 8px;
	font-size: 15px;
}
  .section-el .btn.btn-close {
	    right: 4px;
	    top: 4px;
	    background-color: #fff;
	}
	 
	.sign-up-mobile {
		display: block;
	}	 
		 
	.videowrapper {
		height: auto;
	}
	#accom-search a {
		color: #fff;
		float: right;
		font-weight: bold;
		margin-top: 15px;
		text-decoration: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	#accom-search a:before {
		float: none;
		padding-right: 7px;
	}
	#search-accom input[type="submit"] {
		border: 0 none;
		float: none;
		height: 49px;
		margin-left: 15px;
		width: 100%;
		margin: auto;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.destination {
		display: none;
	}
	.videowrapper.tophome {
		height: auto;
	}
	.blog_wrapper_outer #videowrapper li iframe {
		height: 184px;
		border: 0px;
	}
	.blog-content-single iframe {
		border: 0px;
	}
	.btn_video {
		position: absolute;
		margin-left: 35%;
		margin-top: 21%;
	}
	.videowrapper.bottomlistvideo .btn_video {
		margin-left: 31%;
	}
	.videotestimonial_inner.youtube-image-testimonials {
		width: 100%;
		height: auto;
	}
	.videotestimonial_inner.youtube-image-testimonials .btn_video {
		position: absolute;
		margin-left: 37%;
		margin-top: 24%;
	}
	.videotestimonial_outerline iframe {
		float: left;
		width: 100%;
	}
	.floating-button {
		display: none;
	}
	.right_price.rightprice_detailpage {
		margin-top: 0;
		float: left;
		width: 100%;
	}
	.page-breadcrumb {
		padding: 20px 0;
		border-bottom: none;
	}
	.page-breadcrumb ul li a {
		font-size: 16px;
		font-weight: 600;
	}
	.page-breadcrumb ul li:after {
		font-size: 20px;
		padding: 0 3px 0 4px;
	}
	.location-landing .content-block {
		padding: 45px 0;
	}
	.location-landing .ryt-panel {
		padding-left: 0;
	}
	.location-landing .lft-panel .lslider-primary img {
    	width: 100%;
	}
	.location-landing .title h2 {
		font-size: 22px;
		margin: 0 0 15px 0;
	}
	.location-landing .location p {
		font-size: 17px;
	}
	.location-landing .rating-price .price p {
		font-size: 15px;
		padding: 5px 10px;
	}
	.location-landing .content-block .cta,
	.location-landing .ryt-panel .cta.cta--gray,
	.location-landing .content-block .cta {
		padding: 8px 10px;
		font-size: 16px;
		min-width: initial;
	}
	.location-landing .content-block {
		padding: 30px 0;
	}
	.location-landing .content p {
		font-size: 16px;
	}
	.location-landing .content a.link {
		font-size: 17px;
		margin-top: 20px;
	}
	a.link-with-arrow {
		font-size: 17px;
		margin-top: 20px;
	}
	.location-landing .cta {
		font-size: 20px;
	}
	.location-landing .lft-panel .lslider-primary {
		padding-bottom: 9px;
	}
	.location-landing .lft-panel .lslider-nav {
		margin-bottom: 15px;
		height: auto;
	}
	.location-landing .rating-price {
		margin-bottom: 10px;
	}
	.location-landing .content {
		margin-bottom: 35px;
	}

	.inner-page .devider {
		display: none;
	}

	.tours-pg {
		padding: 30px 0;
	}

	.tours-pg .col-two-grid__head {
		margin-bottom: 5px;
	}

	.col-two-grid__pr-20 {
		padding-right: 0;
	}

	.col-two-grid__mb-70 {
		margin-bottom: 40px;
	}

	.col-two-grid__head-title h2 {
		font-size: 20px;
	}

	.col-two-grid__head-title {
		padding-bottom: 30px;
	}

	.col-two-grid__head-price p {
		font-size: 15px;
		width: 120px;
	}

	.col-two-grid__content-text p {
		font-size: 16px;
	}

	.inner-page__sidebar {
		padding-left: 0;
		display: flex;
    	justify-content: space-around;
	}

	.inner-page__sidebar-nav-title h3 {
		font-size: 20px;
	}

	.inner-page__sidebar-nav ul li {
		margin-bottom: 20px;
	}

	.inner-page__sidebar-nav ul li a {
		font-size: 17px;
	}

	.inner-page__sidebar-nav {
		margin-bottom: 25px;
	}

	.col-two-grid__image {
		margin-bottom: 20px;
		height: 300px;
		max-height: initial;	
	}

	.col-two-grid .cta {
		width: 150px;
	}

	.col-two-grid__content-text {
		margin-bottom: 20px;
	}

	.common-detail-pg__title-wrap--title h1 {
    	font-size: 22px;
  	}

  .common-detail-pg p {
    	font-size: 18px;
  }

  .common-detail-pg h5 {
    	font-size: 16.26px;
  }

  .common-detail-pg p {
    	font-size: 16px;
  }

  .common-detail-pg ul li {
    	font-size: 16px;
  }

  .common-detail-pg ul {
    	margin-bottom: 10px;
  }

  .rate-wrap h3 {
    	font-size: 22px;
  }

  .rate-wrap__calc-table table,
  .rate-wrap__calc-table table tbody,
  .rate-wrap__invoice--list table,
  .rate-wrap__invoice--list table tbody {
    display: flex;
  }

  .rate-wrap__calc-table table tr td:first-child {
    display: block;
    padding: 0 20px 0 0;
    margin-bottom: 15px;
  }

  .rate-wrap__invoice {
   	 padding: 40px;
  }

  .rate-wrap__invoice--list {
    font-size: 16px;
  }

  .rate-wrap__invoice--list tbody {
  	flex-direction: column;
  }

  .rate-wrap__invoice h4 {
    font-size: 17px;
  }

  .rate-wrap__invoice--list table tr td:first-child {
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }

  .rate-wrap__calc-table table tr td {
    padding: 0 20px 0 0;
  }

  .rate-wrap__calc-table--cta {
    text-align: left;
  }

  .rate-wrap__invoice--price-discount div {
    justify-content: space-between;
  }

  .rate-wrap__invoice--price-discount p {
    padding: 0;
  }
  .common-detail-pg__slider .pg-slider-nav img {
  	height: auto;
  }
  .common-detail-pg__title-wrap--price p {
  	min-width: 120px;
  	padding: 6px!important;
  	font-size: 16px!important;
  	font-weight: 500;
  }

}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.right_price.rightprice_detailpage {
		margin-top: 19px;
	}
	.videowrapper.tophome .btn_video {
		margin-left: 41%;
		margin-top: 20%;
	}
	.btn_video {
		margin-left: 40%;
		margin-top: 23%;
	}
	.videowrapper {
		height: auto;
	}
	.videotestimonial_inner.youtube-image-testimonials .btn_video {
		position: absolute;
		margin-left: 19%;
		margin-top: 13%;
	}
	#accom-search input[type="text"] {
		width: 41%;
		-webkit-appearance: none;
	}
	.floating-button {
		width: 22%;
	}
}


.modal-box {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 98%;
	background: white;
	border-bottom: 1px solid #aaa;
	border-radius: 4px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-clip: padding-box;
}
@media (min-width: 32em) {
.modal-box {
	width: 70%;
}
}
.modal-box header, .modal-box .modal-header {
	padding: 1.25em 1.5em;
	width: 100%;
	background: rgba(92,125,186,1);
	background: -moz-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,125,186,1)), color-stop(100%, rgba(51,108,174,1)));
	background: -webkit-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -o-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
	background: linear-gradient(to bottom, rgba(92,125,186,1) 0%, rgba(51,108,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c7dba', endColorstr='#336cae', GradientType=0 );
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
}
.modal-box header h3, .modal-box header h4, .modal-box .modal-header h3, .modal-box .modal-header h4 {
	margin: 0;
}
.modal-box .modal-body {
	padding: 2em 1.5em;
}
.modal-box footer, .modal-box .modal-footer {
	padding: 1em;
	border-top: 1px solid #EBEAE7;
	background: rgba(0, 0, 0, 0.02);
	text-align: right;
}
.modal-overlay {
	opacity: 0;
	filter: alpha(opacity=0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.80) !important;
}
.modal-box a.close {
	line-height: 1;
	font-size: 1.5em;
	position: absolute;
	top: 5%;
	right: 2%;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	opacity: 1;
	border-radius: 81%;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 0px;
}
.competition-form-content {
	float: left;
	width: 100%;
}
.competition-form-content img {
	width: 31%;
	float: left;
}
.competition-form-content p {
	float: left;
	width: 68%;
	padding-left: 3%;
	box-sizing: border-box;
	font-size: 16px;
	padding: 8px 37px;
	margin-bottom: 0px;
	text-align: center;
}
.modal-box a.close:hover {
	color: #222;
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	transition: color 1s ease;
}
div#popup1 {
	width: 30%;
}
.competition-form-content p span.blue {
	color: #2456b5;
	font-weight: bold;
}
.competition-form-content p span.orange {
	color: #ff8c00;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}
div#popup1 .infusion-field {
	float: left;
	width: 100%;
	margin-top: 2%;
}
div#popup1 .infusion-field input {
	float: left;
	width: 100%;
	padding: 9px;
	box-sizing: border-box;
	border-radius: 3px;
	-webkit-appearance: none;
	border: 1px solid #EBEAE7;
}
div#popup1 .infusion-field input#inf_field_FirstName_c {
	background-image: url("../images/username.png");
	background-repeat: no-repeat;
	background-position: 97% center;
	-webkit-appearance: none;
	padding-right: 12%;
	outline: none;
}
div#popup1 .infusion-field input#inf_field_Email_c {
	background-image: url("../images/email.png");
	background-repeat: no-repeat;
	background-position: 97% center;
	padding-right: 12%;
	outline: none;
	-webkit-appearance: none;
}
div#popup1 .infusion-submit {
	float: left;
	width: 100%;
	margin-top: 3%;
	text-align: center;
}
div#popup1 form.infusion-form {
	float: left;
	width: 100%;
}
div#popup1 .popup1-inner {
	float: left;
	width: 100%;
}
div#popup1 .modal-body {
	float: left;
	width: 100%;
}
div#popup1 .infusion-submit input[type="submit"] {
	float: left;
	width: 100%;
	background-image: url(../images/subpop.png);
	border: 0px;
	height: auto;
	background-repeat: no-repeat;
	padding: 33px;
	background-position: center;
	background-color: transparent;
	background-size: contain;
	text-indent: -999px;
	outline: none;
}
.pageptag {
	float: left;
	width: 68%;
}
.pageptag p {
	margin-bottom: 25px;
}
.imagesection {
	float: left;
	width: 100%;
	margin-top: 25px;
}
.imagesection img {
	width: 33.333%;
	float: left;
}
.imagesection strong {
	float: left;
	width: 100%;
	background-color: #1f5bb1;
	padding: 10px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
}
.lastprice {
	float: left;
	width: 100%;
	text-align: center;
	margin: 4% 0;
	font-size: 18px;
}
.lastprice span.oran {
	color: #fd7102;
}
.lastprice span.blu {
	color: #1f5bb1;
}
.lastprice b {
	font-size: 25px;
}
.banner_thanku {
	float: left;
	width: 100%;
}
.banner_thanku img {
	float: left;
	width: 100%;
}
 @media only screen and (max-width:767px) {
div#popup1 {
	width: 100%;
}
.competition-form-content p {
	padding: 10px;
}
.thankyoubg {
	background-image: none;
}
.thankyoubg strong {
	width: 100%;
}
.phone_thanku {
	width: 100%;
}
.phone_thanku a {
	float: left;
	margin-right: 0px;
	width: 100%;
	margin-top: 4%;
}
.phone_thanku a i.fa.fa-phone {
	width: 10%;
}
.phone_thanku a span {
	width: 90%;
	text-align: center;
}
.pageptag {
	width: 100%;
}
.lastprice br {
	display: none;
}
}

@media only screen and (min-width:767px) and (max-width:1024px) {
div#popup1 {
	width: 55%;
}
.competition-form-content p {
	padding: 10px;
}
.thankyoubg {
	background-image: none;
}
.thankyoubg strong {
	width: 100%;
}
.phone_thanku {
	width: 100%;
}
.phone_thanku a {
	margin-top: 10px;
}
.pageptag {
	float: left;
	width: 100%;
}
.lastprice br {
	display: none;
}
}
div#nav-left-close {
	display: none;
}
section.menuwrapper-category {
	display: none;
}
.nav-left-pic {
	color: #ffffff;
    font-size: 15px;
    margin-bottom: 6px;
    padding: 5px;
    background: #000000;
}

/*>>>>>>>>>>>>>>>>>>>>>>>Responsive new menu<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
@media only screen and (max-width:991px) {

div#nav-left-close {
	display: block;
}
.popup-cart__body {
	width: 100%;
	padding: 10px;
}
.popup-enquire .mfp-close {
	right: 0;
}
.popup-cart__body {
	background-color: rgba(255, 255, 255, 0.99);
}
.responsive-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.60);
	height: 100%;
	width: 100%;
	z-index: 9;
}
.mfp-bg {
	background: #757575!important;
}
.main.main-responsive {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 70%;
	z-index: 9999999;
	height: 100%;
	overflow: scroll;
	background-color: #fff;
}
.nav-left-pic {
	float: left;
	width: 100%;
	background-color: #000;
	position: relative;
	z-index: 999999999;
	padding: 10px;
	margin: 0px;
	box-sizing: border-box;
}
div#chat2_status_container {
	z-index: 8;
	position: relative;
}
.nav-left-pic span {
	float: left;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
div#nav-left-close {
	float: right;
	text-align: center;
}
div#nav-left-close i.fa.fa-times {
	color: #fff;
	background-color: #2D6D74;
	padding: 7px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.nav_areas_menu.side_menu li a {
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 15px 10px;
	color: #515151;
}
.areas_main_title {
	float: left;
	width: 100%;
	background-color: #fff !important;
	color: #000;
	padding: 15px 10px;
	font-weight: 600;
	border-bottom: 1px solid #e2e2e2;
	margin: 0px;
}
ul.nav_areas_menu.side_menu {
	float: left;
	width: 100%;
}
#nav-left-items .main ul ul li {
	padding-left: 20px;
	background-color: #fff;
}
.nav_areas_menu.side_menu li a:before {
	content: '\f105';
	color: #f0924c;
	font-size: 15px;
	font-family: 'FontAwesome';
	margin-right: 10px;
}
#nav-left-items .main ul ul li a:before {
	color: #f0924c;
}
#nav-left-items .main ul ul li a {
	color: #515151;
}
.sidebar_bottom_menu li a {
	background-color: #fff;
	padding: 15px 10px;
	border-bottom: 1px solid #e2e2e2;
	text-transform: uppercase;
	color: #000;
}
.sidebar_bottom_menu {
	margin-bottom: 0px;
}
.sidebar_bottom_menu ul {
	margin-bottom: 0px;
}
.sidebar_bottom_menu ul li:last-of-type a {
	border: 0px;
}
.areas_main_title.avtive-main-menu {
	background-color: #2D6D74 !important;
	color: #fff;
	border: 0px;
}
.nav_areas_menu.side_menu li.avtive-sub-menu a:before {
	content: '\f107';
	color: #f0924c;
	font-size: 15px;
	font-family: 'FontAwesome';
}
#nav-left-items .main ul ul li:last-of-type {
	border-bottom: 1px solid #e2e2e2 !important;
}
section#menu-wrap-category {
	float: none;
	border: 1px solid #e2e2e2;
	padding: 9px;
	height: 43px;
	width: 100%;
	box-sizing: border-box;
}
div#menu-trigger-category {
	float: left;
	width: 100%;
}
div#menu-trigger-category i.fa.fa-bars {
	color: #2D6D74;
	font-size: 21px;
	margin-right: 7px;
	float: left;
}
div#menu-trigger-category span {
	float: left;
	width: auto;
	color: #2D6D74;
	text-transform: uppercase;
	font-weight: 600;
}
div#blog-cat-items {
	float: left;
	width: 100%;
}
div#blog-cat-items div#nav-left-pic {
	float: left;
	width: 100%;
	background-color: #486f2c;
	margin: 0px;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: 500;
}
li.avtive-nosub-menu a {
	color: #486f2c !important;
	font-weight: bold;
}
}
/*>>>>>>>>>>>>>>>>>>>>>>>End of responsive new menu<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.ph-email-responsive {
    display: none;
}
.nav-destination {
    display: none;
}
.homeblog-responsive {
    display: none;
}
body.other-page-body .responsive-adv-search {
    display: none;
}
/*New mobile responsive*/

@media only screen and (max-width: 767px) {
body.other-page-body .responsive-adv-search {
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.homeblog-responsive {
    display: block;
}
.phone-responsive {
    float: right;
    width: 152px;
}
.phone-responsive img {
    float: left;
    margin-top: 2px;
}
.phone-responsive a {
	float: left !important;
	width: 83% !important;
	text-align: right;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	white-space: nowrap;
}
.homeblog-responsive {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.homeblog-responsive img.home-youtube-video {
	float: left;
	width: 100%;
}
.homeblog-responsive iframe {
	float: left;
	width: 100%;
	border: 0px;
}
.nav-destination {
	float: left;
	width: 100%;
	background-color: #587ab9;
	color: #fff;
	padding: 10px;
	box-sizing: border-box;
}
.nav-destination span {
	float: left;
	width: auto;
	line-height: 22px;
}
div#nav-close-destination {
	float: right;
}
div#nav-close-destination i {
	background-color: #44649f;
	font-weight: normal;
	padding: 4px;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	text-align: center;
}
div#search-accom {
	display: none;
}
ul.homepage-bannernox {
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
.destination-menu-responsive a.active_menu {
	background: #B78160!important;
	border-radius: 0px;
	border: 0px;
	padding: 15px 10px !important;
	box-shadow: none !important;
}
body.home-page-body.responsive-background {
	margin-right: -265px;
	margin-left: 69%;
	overflow: hidden;
}
body.other-page-body.responsive-background {
	margin-right: -265px;
	margin-left: 69%;
	overflow: hidden;
}
.featurebg {
	padding-top: 5px;
}
li.accom_main_title.avtive-sub-menu a {
    color: #486f2c;
	font-weight:bold;
}
li.accom_main_title.avtive-sub-menu li a {
	font-weight:normal;
}
.secondmainmenu li a:hover {
	background-color:transparent;
	color:#48702c;
}
#nav-left-items .main ul ul li a:hover{
	background-color:transparent !important;
	color:#48702c;
}
}
.loader-image{
    float:left;
    width:100%;
    text-align:center;
}

/*RJ*/

.mainnav #menu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.success-msg {
	background-color: #2D6D74;
	padding: 5px 11px;
	margin-bottom: 10px;
	color: #ffffff;
}
.mainnav #deals li {
	padding: 0 9px;
}
.mainnav #menu li.contact a {
	background-color: #E4CAC3;
	border-radius: 4px;
	color: #000000;
	padding: 5px 12px;
}
.mainnav #menu li.deals a {
	color: #ffffff;
	background-color: #000000;
	font-weight: 600;
	border-radius: 4px;
	padding: 5px 24px;
}
.footer-signup .signup-form {
	display: flex;
	justify-content: center;
}
.footer-signup .signup-form input {
	margin-right: 27px;
	height: 55px;
	line-height: 1;
	-webkit-appearance: none;
}
.footer-signup .signup-form input[type="text"] {
	width: 400px;
	font-size: 20px;
}
.footer-signup .signup-form input[type="email"] {
	width: 400px;
	font-size: 20px;
}
.footer-signup .signup-form .su-button {
	line-height: 43px;
}

a.enquire-button {
  background-color: #A3D1DB;
  color: #000!important;
  font-size: 17px;
  font-weight: inherit;
  padding: 10px 20px;
  border-radius: 2px;
}
a.enquire-button img {
  display: none;
}
.mainwrapper.home-content {
	flex-direction: column;
}

.footer-lower {
	padding-top: 78px;
	padding-bottom: 64px;
}

/*--Feature Tabs--*/

.tabs {
  position: relative;
  margin: 40px auto;
  padding-left: 0;
  list-style: none;
}
.tabs__header {
  display: block;
  background: #eee;
}
.common-detail-pg__feature-tab ul li {
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 17px;
	color: #000;
	position: initial;
	width: 100%;
    margin: 0;
    text-align: center;
}
.common-detail-pg__feature-tab ul li:before {
	display: none;
}

.common-detail-pg__feature-tab .tabs__body ul {
	list-style: none;
	margin-bottom: 40px;
  	padding: 0;
}
.common-detail-pg__feature-tab .tabs__body ul li,
.resp-tab-content ul li {
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 19px;
	color: #000;
	width: auto;
	text-align: left;
	position: relative;
}
.common-detail-pg__feature-tab .tabs__body ul li:before,
.resp-tab-content ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #b88162;
	position: absolute;
	left: 0;
	top: 17px;
	display: inline-block;
}
.resp-tab-content h1 {
	font-size: 20px;
    font-weight: 700;
    color: #0b6f76;
    margin-bottom: 20px;
}
.common-detail-pg__feature-tab .tabs__title {
	background-color: #e9c9c2;
	color: #000;
}

.resp-tab-item {
	font-family: 'Aleo', serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 15px 0 0!important;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	background-color: #e9c9c2!important;
}
.resp-tab-item:last-child {
	margin: 0!important;
}
@media screen and (min-width: 700px) {
	.common-detail-pg__feature-tab .tabs {
		display: flex;
    	justify-content: space-between;
	}
  .tabs__header {
    float: left;
    background: transparent;
    border: none;
  }
  .feature-tab .tabs {
  	display: flex;
  }
}
.tabs__header:last-child {
  border-bottom: 1px solid #bbb;
}
.tabs__header--active .tabs__title {
	background: #cc9993;
}
@media screen and (min-width: 700px) {
  .tabs__header--active {
    background: #cc9993;
  }
}
.tabs__header--active .tabs__body {
  display: block;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 700px) {
  .tabs__header--active:last-child {
    border-bottom: none;
  }
}
.tabs__header--active .tabs__title:after {
	content: "";
	background-image: url("../images/arrow-top.png");
	width: 16px;
	height: 8px;
}
.tabs__title {
  display: block;
  padding: 15px 25px;
  color: #000;
  font-family: 'Aleo', serif;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
.tabs__title:after {
 background-image: url("../images/arrow-down.png");
width: 16px;
height: 8px;
  display: inline-block;
  float: right;
  border: 1px solid #333;
  color: #333;
  line-height: normal;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .tabs__title:after {
    display: none;
  }
}
.tabs__body {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  padding: 20px 15px;
  width: 100%;
  background: #eee;
  border-top: none;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .tabs__body {
    position: absolute;
    top: 52px;
    padding: 45px 15px;
    z-index: -1;
    border: 1px solid #bbb;
  }
}
.tabs__body p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
  color: #000;
  margin: 0 15px 15px 0;
  padding: 0;
}


.multi-tabs .tabs {
	display: flex;
	flex-wrap: wrap; // make sure it wraps
}
/*
.multi-tabs .location-landing .lft-panel .lslider-primary img,
.multi-tabs .location-landing .lft-panel .lslider-nav img {
	width: auto;
}*/
.multi-tabs .tabs label {
	order: 1; // Put the labels first
	display: block;
	margin-right: 0.2rem;
	cursor: pointer;
    background: #e9c9c2;
    transition: background ease 0.2s;
	padding: 15px 25px;
	color: #000;
	font-family: 'Aleo', serif;
	font-size: 23px;
	font-weight: 600;
	width: 33%;
}
.multi-tabs .tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: #fff;
}
.multi-tabs .tabs input[type="radio"] {
	display: none;
}
.multi-tabs .tabs input[type="radio"]:checked + label {
	background: #cc9993;
}
.multi-tabs .tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 45em) {
  .multi-tabs .tabs .tab,
  .multi-tabs .tabs label {
    order: initial;
  }
  .multi-tabs .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

/*Tabs*/

ul.resp-tabs-list, p {
    margin: 0px;
    padding: 0px;
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left;
}

h2.resp-accordion {
    cursor: pointer;
    padding: 5px;
    display: none;
}

.resp-tab-content {
    display: none;
    padding: 40px 30px 10px 30px;
}

.resp-tab-active {
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 14px 14px 14px !important;
	border-bottom: 0px #fff solid !important;
	background-color: #7db2bd!important;
	color: #fff!important;
}

.resp-tab-active {
    border-bottom: none;
    background-color: #cc9993;
}

.resp-content-active, .resp-accordion-active {
    display: block;
}

.resp-tab-content {
    border-top: 1px solid #e9c9c2;
}

h2.resp-accordion {
    font-size: 18px;
    border: 1px solid #e9c9c2;
    margin: 0px;
    padding: 10px 15px;
    font-family: 'Aleo', serif;
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 10px 15px !important;
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #e9c9c2 !important;
    background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%;
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none;
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    float: left;
    width: 68%;
    min-height: 250px;
    border-radius: 4px;
    clear: none;
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active { 
position: relative;
z-index: 1;
margin-right: -1px !important;
padding: 14px 15px 15px 14px !important;
border-top: 1px solid;
border: 1px solid #5AB1D0 !important;
border-left: 4px solid #5AB1D0 !important;
margin-bottom: 4px !important;
border-right: 1px #FFF solid !important;
}

.resp-arrow {
    width: 0;
    height: 0;
    float: right;
    margin-top: 3px;
    content: "";
    background-image: url(../images/arrow-down.png);
    width: 16px;
    height: 8px;
}

h2.resp-tab-active span.resp-arrow {
    border: none;
    
    background-image: url(../images/arrow-top.png);
    width: 16px;
    height: 8px;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
    background: #DBDBDB;/* !important;*/
}

.resp-easy-accordion h2.resp-accordion {
    display: block;
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1;/* !important;*/
}

.resp-jfit {
    width: 100%;
    margin: 0px;
}

.resp-tab-content-active {
    display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
    ul.resp-tabs-list {
        display: none;
    }

    h2.resp-accordion {
        display: block;
        border-radius: 6px;
        margin-bottom: 6px;
        background-color: #e9c9c2!important;
        border-bottom: none;
        border-color: transparent!important;
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1;
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none;
    }

    .resp-accordion-closed {
        display: none !important;
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important;
    }
    .resp-tab-content {
    	padding: 40px 05px;
    }
    .resp-arrow {
    	margin-top: 11px;
    }
    .resp-tab-content h1 {
    	font-size: 25px;
    }
    h2.resp-tab-active {
    	background-color: #7db2bd!important;
    }
    .resp-tab-content {
    	border-top: none;
    }
}
input#honeypot {
   
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.page .layoutArea .column{
  width: 100%;
}

