@import url("2035-reset.css");
@import url("font-awesome.min.css");
@import url("slicknav.css");
@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);
@import url('http://fonts.cdnfonts.com/css/century-gothic');
body {
	margin: 0;
	padding: 0;
	font-family: 'Century Gothic', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-align: justify;
}


/*-----------------------------------------------------------------------------------*/


/*  Global Css
/*-----------------------------------------------------------------------------------*/

#wrapper {
	width: 100%;
	height: auto;
}

.pos-center {
	text-align: center;
}

.pos-left {
	text-align: left;
}

.pos-right {
	text-align: right;
}

a {
	color: #000;
}

a:hover {
	color: #bdd748;
	text-decoration: none;
}

.pre-header a {
	color: #ffffff;
	padding-top: 8px;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

.rsp-img-center {
	margin: 0 auto;
}

.active-color {
	color: #bdd748;
}

h1 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 32px;
	line-height: 44px;
	color: #000;
	letter-spacing: 0.0825em;
}

h2 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 26px;
	line-height: 40px;
	color: #000;
	letter-spacing: 0.0825em;
}

h3 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 21px;
	line-height: 36px;
	color: #000;
	letter-spacing: 0.0825em;
}

h4 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 18px;
	line-height: 32px;
	color: #000;
	letter-spacing: 0.0825em;
}

h5 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #000;
	letter-spacing: 0.0825em;
}

h6 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.0825em;
}

.content {
	background: #fff;
	line-height: 25px;
}

.slicknav_menu {
	display: none;
}


/*-----------------------------------------------------------------------------------*/


/*  Header
/*-----------------------------------------------------------------------------------*/

.pre-header {
	font-size: 13px;
	background: #40413e;
	height: 40px;
	color: #ffffff;
}

.pre-header ul,
.pre-header p {
	padding-top: 8px;
}

.pre-header ul li {
	float: left;
	margin-right: 20px;
}

.pre-header i {
	padding-right: 5px;
}

.pre-link-box {
	line-height: 25px;
}

.pre-address-b {
	height: auto;
	padding-top: 4px;
}

.language-box {
	height: 40px;
	border-left: 1px solid #f4f4f4;
}

.language-box ul {
	background: #fff;
	height: 40px;
	position: relative;
	z-index: 1;
	padding: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.language-box ul:hover {
	height: 183px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.language-box ul li {
	float: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	border-bottom: 1px solid #f4f4f4;
	line-height: 25px;
}

.language-box ul li:last-child {
	border-bottom: 0;
}

.language-box ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	padding-bottom: 10px;
}

.language-box ul li img {
	margin-right: 8px;
	margin-top: -3px;
}

.main-header {
	background: #ffffff;
	height: auto;
}

.main-header .logo {
	/*padding: 25px 0;*/
}

.main-header a {
	font-family: 'Century Gothic', sans-serif;
}

.nav {
	position: relative;
}


/* SF Menu */

.sf-menu li a {
	font-family: 'Century Gothic', sans-serif;
	font-weight: 900;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 60px;
	left: 0px;
	z-index: 99;
}

.sf-menu ul li ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 100%;
	z-index: 99;
}

.sf-menu li:hover>ul,
.sf-menu li.sf-menuHover>ul {
	display: block;
}

.sf-menu ul li {
	width: 100%;
	min-width: 200px;
}

.sf-menu .parent-menu ul {
	float: none;
}

.sf-menu .parent-menu {
	position: relative;
}

.sf-menu .parent-menu:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000 !important;
	font-size: 9px;
	padding-right: 0.5em;
	position: absolute;
	top: 35px;
	right: 10px;
}

.sf-menu .parent-menu:hover:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff !important;
	font-size: 9px;
	padding-right: 0.5em;
	position: absolute;
	top: 47px;
	right: 16px;
}


/* SF Menu */

.sf-menu .parent-menu.active:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff !important;
	font-size: 9px;
	padding-right: 0.5em;
	position: absolute;
	top: 47px;
	right: 16px;
}

.nav ul li {
	float: left;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.nav ul li:last-child {
	margin-right: 20px;
}

.nav ul li.active {
	background: #bdd748;
	position: relative;
}

.nav ul li:hover {
	/*background: #bdd748;*/
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.nav ul li:hover a {
	/*color: #fff;*/
}

.nav ul li:hover a {
	position: relative;
	color: #000;
	text-decoration: none;
}

.nav ul li a:hover {
	/*color: #bdd748;*/
}

.nav .parent-menu ul li a:hover {
	color: #ffffff;
}

.nav ul li a::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #bdd748;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.nav ul li a:hover::before {
	transform: scaleX(1);
}

.nav ul.sf-menu>li:before {
	content: "";
	position: absolute;
	top: 73px;
	left: 50%;
	margin-left: -12px;
	height: 2px;
	width: 0px;
	/*background: #bdd748;*/
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.nav ul.sf-menu>li:hover:before {
	content: "";
	position: absolute;
	top: 73px;
	left: 50%;
	margin-left: -12px;
	height: 2px;
	width: 25px;
	/*background: #bdd748;*/
	border: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.nav ul.sf-menu>li.active:before {
	position: absolute;
	top: 73px;
	left: 50%;
	height: 2px;
	width: 25px;
	/*background: #bdd748;*/
	border: none;
}

.nav ul li.active a {
	color: #FFF;
}

.nav ul li a {
	font-size: 17px;
	letter-spacing: 0.1525em;
	color: #000;
	padding: 32px 9px;
	padding-bottom: 20px;
	/* padding: 47px 24px; */
	display: inline-block;
	font-weight: 900;
	/* border: 1px solid #bdd748;*/
}

.nav ul li.parent-menu a {
	padding-right: 32px;
}

.nav ul li ul li {
	background: #bdd748;
	line-height: 20px;
	border-bottom: 1px solid rgba(240, 240, 240, 0.05);
}

.nav ul li ul li:last-child {
	border-bottom: 0;
}

.nav ul li ul li a {
	display: inline-block;
	font-family: 'Century Gothic', sans-serif !important;
	width: 100%;
	height: 100%;
	font-size: 11px;
	padding: 12px 20px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.nav ul li ul li a:hover {
	background: #bdd748;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}


/* Alternative Menu */

#home .pre-header {
	background: url(../img/white-pattern.png) rgba(255, 255, 255, 0.2);
}

#home .main-header {
	background: url(../img/white-pattern.png);
}

#home .nav ul li.active {
	background: rgba(0, 0, 0, 0.6);
}

#home .nav ul li.active a {
	color: #bdd748;
}

#home .nav ul li a {
	color: #fff;
}

#home .sf-menu .parent-menu.active:after {
	color: #bdd748 !important;
}

#home .sf-menu .parent-menu:after {
	color: #fff !important;
}

#home .nav ul li:hover {
	background: #bdd748;
}

#home .nav ul li:hover a {
	color: #bdd748;
}

#home .sf-menu .parent-menu:hover:after {
	color: #bdd748 !important;
}

#home .nav ul li ul li a {
	color: #fff !important;
}

#home .nav ul li ul li {
	background: rgba(0, 0, 0, 0.9);
}

#home .pre-header p {
	color: #C9C9CB;
}

#home .pre-header ul li a {
	color: #C9C9CB;
}

#home .language-box ul {
	background: transparent;
}

#home .language-box ul li {
	background: rgba(0, 0, 0, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 25px;
}

#home .language-box ul li:first-child {
	background: transparent;
}

#home .language-box ul:hover li:first-child {
	background: rgba(0, 0, 0, 0.8);
}

#home .language-box {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}


/* Alternative Menu */

.button-style-1 a {
	background: #bdd748;
	padding: 5px 10px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.0725em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 6px;
	font-weight: 900;
}

.button-style-1 span a {
	background: #bdd74800;
	padding: 5px 10px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.0725em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	border-radius: 6px;
	font-weight: 900;
}

.button-style-1 i {
	padding-right: 12px;
}

.button-style-1 a:hover {
	background: #bdd748;
}

.button-style-1 span {
	color: #ffffff;
	font-weight: 600;
	/*margin-right: 3%;*/
}


/*-----------------------------------------------------------------------------------*/


/*  Slider
/*-----------------------------------------------------------------------------------*/

.flex-direction-nav a:before {
	content: "\f104";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #000;
	font-size: 55px;
	padding-right: 0.5em;
	position: absolute;
	top: 10px;
	left: 0;
	opacity: 0.8;
}

.flex-direction-nav a.flex-next:before {
	content: "\f105";
}

.flex-direction-nav a:before:hover {
	opacity: 1;
}

.falsenav .flex-control-paging {
	display: none;
}

.flexslider ul.slides li,
.flexslider-thumb ul.slides li {
	position: relative;
}

.flexslider ul li .slider-textbox {
	position: absolute;
	/*top: 30%;*/
	width: 100%;
	height: 100%;
	left: 0;
}

.slider-home .flexslider {
	/*height: 560px !important;*/
}

.slider-home .flex-viewport {
	/*height: 560px;*/
}

.slider {
	position: relative;
}

.slider-loading {
	background: #fff;
	z-index: 99999999999999999999;
}

.slider-loading .slides {
	display: none;
}

.slider-loading:after {
	content: url(../img/progress.gif);
	position: absolute;
	top: 30%;
	left: 50%;
	background: #fff;
}

.slider-bar {
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	width: auto;
	height: 60px;
	background: rgba(0, 0, 0, 0.7);
	font-size: 20px;
	padding: 20px 20px 0 20px;
}

.slider-triangle {
	width: 0;
	height: 0;
	border-top: 60px solid rgba(0, 0, 0, 0.7);
	border-right: 40px solid transparent;
}

.slider-bar-under {
	font-family: 'Century Gothic', sans-serif;
	color: #fff;
	width: auto;
	height: 35px;
	background: #bdd748;
	font-size: 15px;
	padding: 6px 20px 0 20px;
}

.slider-triangle-under {
	width: 0;
	height: 0;
	border-top: 35px solid #bdd748;
	border-right: 20px solid transparent;
}

.book-slider {
	position: absolute;
	bottom: 60px;
	width: 100%;
	height: 130px;
	padding: 30px 0;
	background: url(../img/slider-book-now.png);
}

.book-slider ul {
	display: inline-block;
}

.book-slider ul li label {
	text-align: left;
}

.book-slider ul li {
	float: left;
	margin-right: 55px;
}

.book-slider ul li.sec-input {
	margin-right: 40px;
}

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

.book-slider input,
.book-slider select {
	height: 30px;
	border: solid 1px rgba(228, 178, 72, 0.6);
	background: transparent;
	color: #FFF;
	padding-left: 10px;
}

.sod_select {
	width: 75px;
	padding: 0;
	padding-left: 10px;
	border: solid 1px rgba(228, 178, 72, 0.6);
	height: 30px;
	background: transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #fff;
	padding-top: 8px;
}

.sod_select.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.sod_select .sod_list_wrapper {
	border: solid 1px rgba(228, 178, 72, 0.6);
}

.book-slider input,
.book-slider ul li.li-input {
	width: 200px;
}

.book-slider select,
.book-slider ul li.li-select {
	width: 75px;
}

label {
	width: 100%;
	color: #FFF;
	font-size: 10px;
	letter-spacing: 0.0725em;
}

.form-control::-webkit-input-placeholder {
	color: #FFF;
	font-size: 11px;
}

signupform::-webkit-input-placeholder {
	color: #000;
	font-size: 11px;
}

.book-slider .button-style-1 {
	margin-top: 28px;
	padding: 1px 20px;
}

.bottom-book-slider {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: url(../img/bottom-slider-book-now.png);
	border-bottom: solid 3px #bdd748;
}

.bottom-book-slider {
	color: #FFF;
	font-size: 12px;
	letter-spacing: 0.0725em;
}

.bottom-book-slider ul li {
	float: left;
	width: 25%;
	border-right: solid 1px rgba(255, 255, 255, 0.1);
}

.bottom-book-slider ul li:last-child {
	border-right: none;
}

.bottom-book-slider i {
	font-size: 13px;
	color: #bdd748;
	padding-right: 20px;
}

.date-selector::-webkit-input-placeholder {
	color: #bdd748;
}

.date-selector:-moz-placeholder {
	color: #bdd748;
}

.date-selector::-moz-placeholder {
	color: #bdd748;
}

.date-selector:-ms-input-placeholder {
	color: #bdd748;
}

.reservation-confirm {
	max-width: 700px;
	padding: 0 20px;
	margin: 0 auto;
	margin-top: 20px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 16px;
	color: #fff;
}

.reserve-form-area ul {
	list-style: none;
}

.active span {
 
	border-radius: 10px;
	padding: 9%;
}


/*-----------------------------------------------------------------------------------*/


/*  About Info
/*-----------------------------------------------------------------------------------*/

.title-shape {
	margin-top: 15px;
	margin-bottom: 30px;
}

.about-title p {
	font-size: 15px;
	color: #666;
	width: 80%;
	margin: 0 auto;
	text-align: justify;
}

.h2underline {
	text-decoration: underline;
	text-decoration-color: #bdd748;
	text-underline-position: under;
}

.pre-address-b {
	text-decoration: underline;
	text-decoration-color: #bdd748;
	text-underline-position: under;
}

.hrclass {
	border-top: 1px solid #bdd748;
}

.aboutus {
	border: 5px solid #bdd748;
	outline: #70706e solid 5px;
	margin: auto;
	padding: 40px;
	text-align: center;
	/*font-size: 22px;*/
}

.title-style-1 hr {
	width: 23px;
	height: 1px;
	background: #bdd748;
	float: left;
	margin: 0;
	margin-top: 13px;
}

.title-style-1 h5 {
	line-height: 15px;
}

.title-style-2 hr {
	width: 23px;
	height: 2px;
	background: #bdd748;
	margin: 0 auto;
	margin-top: 13px;
}

.flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: #f0f0f0;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}

.flex-control-paging li a.flex-active {
	background: #bdd748;
}


/*-----------------------------------------------------------------------------------*/


/*  News
/*-----------------------------------------------------------------------------------*/

.news-box {
	padding-bottom: 10px;
	padding-top: 25px;
	border-bottom: solid 1px #f1f1f1;
	clear: both;
}

.news-box:first-child {
	padding-top: 0;
}

.news-box:last-child {
	border: none;
}

.news-date {
	font-size: 10px;
}

.date-day {
	background: #bdd748;
	border-radius: 5px;
	height: 40px;
	width: 50px;
	display: inline-block;
	position: relative;
	font-family: 'Century Gothic', sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
}

.date-day hr {
	position: absolute;
	top: 0px;
	height: 1px;
	width: 50px;
	background: #FFF;
	border: none;
	opacity: 0.2;
}

.news-date {
	width: 55px;
}

.news-time {
	width: 20%;
}

.news-content {
	width: 80%;
}

.home-news h6 {
	font-size: 13px;
}


/*-----------------------------------------------------------------------------------*/


/*  Room
/*-----------------------------------------------------------------------------------*/

.home-room-box {
	margin-bottom: 60px;
}

.home-room-details ul li {
	margin-top: 5px;
	float: left;
	margin-right: 17px;
}

.home-room-details a {
	color: #444;
}

.home-room-details i {
	color: #bdd748;
}

.room-rating ul li {
	float: left;
	margin-right: 5px;
}

.room-rating ul li i {
	color: #bdd748;
	font-size: 10px;
}

.room-rating ul li i.inactive {
	color: #c6c6c6;
}

.room-image {
	position: relative;
	overflow: hidden;
}

.home-room-box:hover .home-room-details {
	height: 70px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.home-room-details {
	position: absolute;
	bottom: 0px;
	padding: 10px;
	padding-top: 7px;
	background: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: 40px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.room-details {
	margin: 25px 0;
}

.room-bottom h4 {
	color: #bdd748;
}

.room-bottom-time {
	font-size: 9px;
	color: #979797;
}

.room-features {
	position: absolute;
	background: rgba(0, 0, 0, 0.8);
	padding: 1px 12px;
	color: #FFF;
	font-size: 9px;
	top: 9px;
	right: 10px;
	letter-spacing: 0.0725em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.room-features i {
	padding-right: 5px;
}

.home-room-box:hover .room-features {
	background: rgba(0, 0, 0, 1);
}

.flexslider-thumb .flex-control-nav li {
	width: 126px;
}

.flexslider-thumb {
	margin-bottom: 30px;
}

@font-face {
	font-family: 'weather';
	src: url('artill-clean-icons/artill_clean_icons-webfont.eot');
	src: url('artill-clean-icons/artill_clean_icons-webfontd41d.eot?#iefix') format('embedded-opentype'), url('artill-clean-icons/artill_clean_icons-webfont.woff') format('woff'), url('artill-clean-icons/artill_clean_icons-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon-0:before {
	content: ":";
}

.icon-1:before {
	content: "p";
}

.icon-2:before {
	content: "S";
}

.icon-3:before {
	content: "Q";
}

.icon-4:before {
	content: "S";
}

.icon-5:before {
	content: "W";
}

.icon-6:before {
	content: "W";
}

.icon-7:before {
	content: "W";
}

.icon-8:before {
	content: "W";
}

.icon-9:before {
	content: "I";
}

.icon-10:before {
	content: "W";
}

.icon-11:before {
	content: "I";
}

.icon-12:before {
	content: "I";
}

.icon-13:before {
	content: "I";
}

.icon-14:before {
	content: "I";
}

.icon-15:before {
	content: "W";
}

.icon-16:before {
	content: "I";
}

.icon-17:before {
	content: "W";
}

.icon-18:before {
	content: "U";
}

.icon-19:before {
	content: "Z";
}

.icon-20:before {
	content: "Z";
}

.icon-21:before {
	content: "Z";
}

.icon-22:before {
	content: "Z";
}

.icon-23:before {
	content: "Z";
}

.icon-24:before {
	content: "E";
}

.icon-25:before {
	content: "E";
}

.icon-26:before {
	content: "3";
}

.icon-27:before {
	content: "a";
}

.icon-28:before {
	content: "A";
}

.icon-29:before {
	content: "a";
}

.icon-30:before {
	content: "A";
}

.icon-31:before {
	content: "6";
}

.icon-32:before {
	content: "1";
}

.icon-33:before {
	content: "6";
}

.icon-34:before {
	content: "1";
}

.icon-35:before {
	content: "W";
}

.icon-36:before {
	content: "1";
}

.icon-37:before {
	content: "S";
}

.icon-38:before {
	content: "S";
}

.icon-39:before {
	content: "S";
}

.icon-40:before {
	content: "M";
}

.icon-41:before {
	content: "W";
}

.icon-42:before {
	content: "I";
}

.icon-43:before {
	content: "W";
}

.icon-44:before {
	content: "a";
}

.icon-45:before {
	content: "S";
}

.icon-46:before {
	content: "U";
}

.icon-47:before {
	content: "S";
}

#weather {
	padding-top: 10px;
}

#weather i {
	color: #b4b4b4;
	font-family: 'Century Gothic', sans-serif;
	font-size: 130px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.0;
}

#weather .pull-left {
	margin-top: -30px;
}

#weather h3 {
	font-size: 14px;
	padding-left: 10px;
}

#weather h3:first-child {
	margin-top: 40px;
}


/*-----------------------------------------------------------------------------------*/


/*  Parallax
/*-----------------------------------------------------------------------------------*/

.parallax {
	position: relative;
	width: 100%;
	background-attachment: fixed !important;
	background-size: cover !important;
	background-repeat: repeat-y;
	background-position: top center;
}

.parallax-one {
	background: url('../temp/parallax.jpg');
	/*height: 380px;*/
	padding: 100px 0;
}


/*-----------------------------------------------------------------------------------*/


/*  Support
/*-----------------------------------------------------------------------------------*/

.support-box {
	position: relative;
	background: rgba(255, 255, 255, 0.95);
	padding: 10px 50px;
	padding-top: 60px;
}

.support-box-title {
	position: absolute;
	background: rgba(36, 57, 66, 0.8);
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	top: -30px;
	left: 50%;
	margin-left: -30px;
}

.support-box-title i {
	color: #FFF;
	font-size: 18px;
	padding-top: 22px;
}


/* Flip Card */

.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	transform-style: preserve-3d;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}

.flip-container:hover .back {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}

.flip-container:hover .front {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}


/* END: Accommodating for IE */

.flip-container,
.front,
.back {
	width: 100%;
	height: 225px;
}


/* flip speed goes here */

.flipper {
	transition: 0.8s;
	transform-style: preserve-3d;
	position: relative;
}


/* hide back of pane during swap */

.front,
.back {
	backface-visibility: hidden;
	transition: 0.8s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff !important;
}


/*  UPDATED! front pane, placed above back */

.front {
	z-index: 2;
	transform: rotateY(0deg);
}


/* back, initially hidden pane */

.back {
	transform: rotateY(-180deg);
}


/*-----------------------------------------------------------------------------------*/


/*  Newsletter
/*-----------------------------------------------------------------------------------*/

.newsletter-wrapper {
	display: inline-block;
}

.newsletter-top {
	width: 60%;
	border-bottom: solid 1px #f1f1f1;
	margin: 0 auto;
	padding-bottom: 30px;
}

.newsletter-section {
	margin: 0 auto;
}

.newsletter-form h2 {
	font-family: 'Century Gothic', sans-serif;
	color: #666666;
	margin-right: 40px;
}

.newsletter-form input {
	height: 41px;
	width: 280px;
	padding-left: 10px;
}

input[type="submit"] {
	/*margin-left: 20px;*/
	border: solid 1px #bdd748;
	background: #bdd748;
	padding: 6px 0;
	text-align: center;
	width: 110px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.0725em;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.ccbutton {
    color: #000 !important;
}
input[type="submit"]:hover {
	background: #bdd748;
	border: solid 1px #bdd748;
}

.newsletter-form ::-webkit-input-placeholder {
	color: #959595;
}


/*-----------------------------------------------------------------------------------*/


/*  Footer
/*-----------------------------------------------------------------------------------*/

.footer {
	background: #262626;
	line-height: 25px;
}

.main-footer {
	padding: 24px;
	padding-bottom:0;
	font-size: 12px;
	border-bottom: solid 1px #000000;
}

ul.footer-links {
	margin-top: 30px;
}

ul.footer-links li i {
	color: #bdd748;
	padding-right: 10px;
}

ul.footer-links a {
	color: #bdd748;
	font-size: 15px;
}

.main-footer h4 {
	color: #ffffff;
	text-align:left;
}
.formheading {
    text-align:center !important;
}
.h4title {
	-webkit-text-underline-position: under;
	-ms-text-underline-position: below;
	text-underline-position: under;
}

.h1title {
	text-align: center;
	padding-bottom: 2%;
	text-decoration: underline;
	text-decoration-color: #bdd748;
	-webkit-text-underline-position: under;
	-ms-text-underline-position: below;
	text-underline-position: under;
}

.footer-logo img {
	display: inline-block;
}

.pre-footer {
	font-size: 12px;
	padding: 10px 0;
	padding-bottom: 20px;
	padding-bottom: 0px;
}

.pre-footer ul li {
	float: left;
	margin-right: 5px;
}

.pre-footer p {
	color: #ffffff;
	margin-right: 10px;
	margin-top: 2px;
	text-align: center;
}

.pre-footer a {
	color: #bdd748;
	margin-right: 10px;
	margin-top: 2px;
	text-align: center;
}

.pre-footer a:hover {
	color: #ffffff;
	margin-right: 10px;
	margin-top: 2px;
	text-align: center;
}


/*-----------------------------------------------------------------------------------*/


/*  Breadcrumb
/*-----------------------------------------------------------------------------------*/

.breadcrumb {
	padding: 80px 0;
	border-radius: 0 !important;
}

.breadcrumb p {
	padding: 7%;
}

.breadcrumb-1 {
	background: gainsboro;
	background-size: cover;
}

.breadcrumb h1 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 45px;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-color: #bdd748;
	text-underline-position: under;
}

.breadcrumb h2 {
	font-family: 'Century Gothic', sans-serif;
	font-weight: 900;
	text-decoration: underline;
	text-decoration-color: #bdd748;
	text-underline-position: under;
}

.breadcrumb .headcontent {
	margin-top: 2%;
	color: #000000;
}


/*-----------------------------------------------------------------------------------*/


/*  Accordion
/*-----------------------------------------------------------------------------------*/

.panel {
	margin-bottom: 10px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

.active .plus-box {
	border: 0;
	color: #fff;
}

.panel-style {
	padding: 7px 10px;
	border: solid 1px #e9e8e4;
}

.active-panel .panel-style {
	background: #bdd748;
	border: solid 1px #bdd748;
}

.panel-style a {
	margin-left: 10px;
}

.active-panel .panel-style a {
	color: #FFF;
}

.panel-style h4 {
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
}

.tabbed-area h4 {
	margin-bottom: 15px;
}

.tabbed-area li a {
	width: 100%;
	display: inline-block;
	line-height: 45px;
}


/*-----------------------------------------------------------------------------------*/


/*  About Destination & Tab
/*-----------------------------------------------------------------------------------*/

.about-destination-box {
	padding: 20px 0;
	padding-top: 30px;
	border-bottom: solid 1px #f1f1f1;
}

.about-destination-box:first-child {
	padding-top: 0;
}

.about-destination-box a p {
	color: #727272;
}

.tab-style .active-tab h6 {
	color: #bdd748;
}


/*-----------------------------------------------------------------------------------*/


/*  Sidebar
/*-----------------------------------------------------------------------------------*/

.blg-img {
	width: 20%;
}

.blg-txt {
	padding-left: 5%;
	width: 75%;
}

.blg-txt p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 22px;
}

ul.sidebar-recent li {
	margin-bottom: 30px;
}

ul.sidebar-recent li:last-child {
	margin-bottom: 0;
}

ul.sidebar-recent li h5 {
	line-height: 22px;
}

.luxen-widget .title h5 {
	margin-bottom: 20px;
}

.luxen-widget {
	margin-bottom: 60px;
}

ul.social-links li {
	float: left;
}

ul.social-links li i {
	width: 30px;
	height: 30px;
	background: #bdd748;
	border-radius: 50%;
	color: #FFF;
	margin-right: 10px;
	text-align: center;
	padding-top: 9px;
	font-size: 12px;
}

ul.social-links li i:hover {
	background: #bdd748;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.luxen-widget.news-widget .footer-links {
	margin-top: 10px !important;
}


/*-----------------------------------------------------------------------------------*/


/*  Gallery
/*-----------------------------------------------------------------------------------*/

.gallery-box {
	margin-top: 30px !important;
}

.gallery-box h5 {
	margin-top: 20px;
	line-height: 12px;
	font-weight: 900;
}

.gallery-box h6 {
	font-size: 10px;
	color: #bdd748;
}


/*-----------------------------------------------------------------------------------*/


/*  Room List
/*-----------------------------------------------------------------------------------*/

.sortby {
	border-bottom: solid 1px #f1f1f1;
	padding-bottom: 20px;
}

select {
	border: solid 1px #f1f1f1;
	background: #FFF;
	padding: 5px 15px;
}

.sort-icon img {
	margin-left: 10px;
}

table tr.products-title {
	background: #f5f5f5;
	height: 50px;
}

table td.table-products-image {
	width: 10%;
}

.products-image-table {
	padding: 20px;
}

table td.table-products-name {
	width: 55%;
}

table td.table-products-price {
	width: 10%;
}

table td.table-products-total {
	width: 25%;
}

table tr.table-products-list {
	border-bottom: solid 1px #f0f0f0;
}

.table-products-list img {
	max-width: 150px;
}

.title-table {
	text-align: left !important;
	padding: 40px 0;
}

.list-room-icons {
	width: 100%;
}

.list-room-icons ul li {
	float: left;
	margin-right: 10px;
}

.list-room-icons ul li i {
	color: #bdd748;
	font-size: 10px;
}

.room-details-list .room-rating {
	margin-left: 10px;
}


/*-----------------------------------------------------------------------------------*/


/*  Quick reservation
/*-----------------------------------------------------------------------------------*/

.quick-reservation-container {
	background: url(../temp/quick-reservation.jpg);
	padding: 7px;
	margin-bottom: 24px;
	background-size: 100% 100%;
}

.quick-reservation {
	border: solid 1px rgba(228, 178, 72, 0.6);
	padding: 10px;
	padding-bottom: 30px;
}

.quick-reservation h5 {
	color: #FFF;
	line-height: 15px;
}

.quick-reservation .title-quick .line {
	width: 23px;
	height: 2px;
	margin: 0 auto;
	display: inline-block;
	background: #bdd748;
}

.quick-reservation input,
.quick-reservation select {
	/*height: 30px;*/
	border: solid 1px rgba(228, 178, 72, 0.6);
	background: transparent;
	color: #FFF;
	padding-left: 10px;
	width: 100%;
}

label {
	margin-top: 10px;
	width: 100%;
	color: #FFF;
	font-family: 'Century Gothic', sans-serif;
	font-size: 10px;
	letter-spacing: 0.0725em;
}

.quick-reservation .children {
	width: 45%;
}

.quick-reservation .type {
	width: 45%;
	margin-left: 10%;
}

.quick-reservation .rooms {
	width: 45%;
}

.quick-reservation .search-button {
	width: 45%;
	margin-left: 10%;
}

.quick-reservation .button-style-1 {
	margin-top: 40px;
	width: 100%;
}

.quick-reservation .button-style-1 a {
	font-size: 11px !important;
	padding: 8px 15px;
}


/*-----------------------------------------------------------------------------------*/


/*  Room Single
/*-----------------------------------------------------------------------------------*/

ul.room-services {
	margin-top: 30px;
}

ul.room-services i {
	color: #bdd748;
	padding-right: 10px;
}

ul.room-services li {
	margin-bottom: 7px;
}

ul.tabbed-area li {
	float: left;
	width: 33%;
	border: solid 1px #f1f1f1;
	padding: 0 20px;
}

ul.tabbed-area li.active {
	background: #bdd748;
	border: solid 1px #bdd748;
}

ul.tabbed-area li.active a {
	color: #FFF;
}


/*-----------------------------------------------------------------------------------*/


/*  Contact Form
/*-----------------------------------------------------------------------------------*/

.contact-form input[type="text"] {
	width: 60%;
	margin-bottom: 10px;
	height: 46px;
	border: solid 1px #f1f1f1;
	padding-left: 10px;
	padding-top: 10px;
}

.contact-form textarea {
	width: 100%;
	border: solid 1px #f1f1f1;
	height: 300px;
	padding-left: 10px;
	padding-top: 10px;
}

.contact-form ::-webkit-input-placeholder {
	color: #666;
}

.error-page-container {
	margin-top: 15%;
}

.maps {
	width: 100%;
	height: 300px;
}


/*-----------------------------------------------------------------------------------*/


/*  Error Page
/*-----------------------------------------------------------------------------------*/

.big-error-number {
	font-size: 180px;
}

.error-page-container .button-style-1 {
	margin-top: 100px;
	margin-bottom: 15%;
}


/*-----------------------------------------------------------------------------------*/


/*  Blog
/*-----------------------------------------------------------------------------------*/

.blog-post {
	margin-top: 60px;
}

.post-materials ul li {
	float: left;
	margin-right: 30px;
}

.post-materials ul li a {
	color: #333;
}

.post-materials ul li i {
	color: #bdd748;
	padding-right: 10px;
}

.post-materials h6 {
	font-size: 10px;
}

.blog-share-tags {
	padding-bottom: 35px;
	border-bottom: solid 2px #eaeaea;
}

.blog-tags ul li {
	float: left;
	position: relative;
	margin: 0 5px;
}

.blog-tags .title i {
	font-size: 15px;
	color: #bdd748;
	margin-right: 10px;
}

.blog-tags ul li.title {
	float: left;
	margin-left: 0;
}

.blog-tags ul li a {
	background: #f1f1f1;
	font-size: 11px;
	padding: 5px 10px;
	color: #666;
	border-radius: 15px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.blog-tags ul li a:hover {
	background: #bdd748;
	color: #FFF;
}

.blog-tags ul li.title:after,
.blog-tags ul li:last-child:after {
	display: none;
}

.blog-share ul li {
	float: left;
	position: relative;
	margin: 0 25px;
}

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

.blog-share ul li i.fa-facebook {
	color: #3B5998;
}

.blog-share ul li i.fa-twitter {
	color: #55ACEE;
}

.blog-share ul li i.fa-pinterest {
	color: #CC2127;
}

.blog-share ul li i.fa-google-plus {
	color: #DD4B39;
}

.blog-share ul li.title {
	float: left;
	margin-left: 0;
	margin-right: 15px;
}

.blog-share ul li a {
	color: #666;
}

.blog-share ul li:after {
	content: "|";
	position: absolute;
	top: -3px;
	right: -25px;
	font-size: 7px;
}

.blog-share ul li.title:after,
.blog-share ul li:last-child:after {
	display: none;
}


/*-----------------------------------------------------------------------------------*/


/*  Comments
/*-----------------------------------------------------------------------------------*/

.write-comment-box {
	padding: 40px;
}

.write-comment a {
	color: #666;
}

.comment-box {
	background: #f5f5f5;
	padding: 30px;
}

.comment-author-image img {
	width: 75px;
}

.write-comment-box input[type="submit"] {
	float: right;
}

.children li {
	margin-left: 15%;
	position: relative;
	height: auto !important;
}

.children li.comment-box:after {
	content: '';
	position: absolute;
	left: -80px;
	top: -15px;
	height: 80px;
	width: 40px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.children>.children li {
	margin-left: 30%;
	position: relative;
	height: auto !important;
}

.children>.children li:after {
	content: '';
	position: absolute;
	left: -80px;
	top: -15px;
	height: 80px;
	width: 40px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*-----------------------------------------------------------------------------------*/


/*  Under Construction
/*-----------------------------------------------------------------------------------*/

#under-construction-page {
	background: url(../temp/slider-2.jpg) !important;
	height: 100%;
}

.mask {
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

#under-construction-page .logo {
	max-width: 180px;
	margin: 0 auto;
}

#under-construction-page .cons-line {
	width: 50%;
	margin: 0 auto;
	height: 1px;
	background: rgba(255, 255, 255, 0.1);
}

#under-construction-page h1 {
	color: #FFF;
}

#under-construction-page p {
	color: #FFF;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	max-width: 50%;
	margin: 0 auto;
}

.breadcrumb {
	margin-bottom: 0;
}

.free-book {
	background: #162229;
}

.free-book .book-slider {
	position: relative;
	bottom: 0;
	width: 100%;
	height: auto;
	padding: 140px 0;
	background: transparent;
}

.light-book-form input[type="text"] {
	width: 100%;
	border: solid 1px #f0f0f0;
	height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
}

.light-book-form ::-webkit-input-placeholder {
	color: #555;
	font-size: 11px;
}

.light-book-form label {
	color: #111;
	text-align: left;
	font-size: 13px;
	text-transform: none;
	margin-top: 40px;
	font-weight: normal;
}

.light-book-form .sod_select {
	color: #555;
	border: solid 1px #f0f0f0;
	border-radius: 0;
	height: 44px;
	width: 100%;
}

.light-book-form .li-select {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.light-book-form .li-select.no-margin {
	margin-right: 0;
}

.reset-clearfix {
	clear: both;
}

.light-book-form .sod_label {
	padding-top: 5px;
}

.light-book-form .reservation-confirm {
	color: #333;
}

.white-title h2 {
	color: #FFF;
}


/*-----------------------------------------------------------------------------------*/


/*  Added Version:1.3.2
/*-----------------------------------------------------------------------------------*/

.portfolio-filters {
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

.portfolio-filters ul {
	display: inline-block;
}

.portfolio-filters ul li {
	float: left;
	margin-right: 10px;
}

.portfolio-filters ul li a {
	background-color: #f9f9f9;
	color: #444;
	padding: 10px;
	text-decoration: none;
}

.portfolio-filters ul li a:hover {
	background-color: #F5B33C;
	color: #fff;
}

.portfolio-filters ul li a.active {
	background-color: #F5B33C;
	color: #fff;
}

.portfolio-box .item {
	margin-bottom: 20px;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}

.fixed-error {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
	border: 1px solid red !important;
}

.bottom-book-slider a {
	color: #ffffff;
}

.bottom-book-slider a:hover {
	color: #bdd748;
}

.bgcolor {
	background: #f4f4f4;
}

.paddingt30 {
	padding-top: 30px;
}

.language-box img {
	max-width: 25px;
}


/*.room-details li {
	font-size:11px;
}
.room-details p {
	font-size:12px;	
}*/

.p1 {
	height: 60px;
}

.paddingb80 {
	padding-bottom: 80px;
}

.paddingb30 {
	padding-bottom: 30px;
}

ul.burst li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: #f60;
	width: 10px;
	height: 10px;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

ul.burst li::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	height: 10px;
	width: 10px;
	background: #f60;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* Start Gallery CSS */

.thumb {
	margin-bottom: 15px;
}

.thumb:last-child {
	margin-bottom: 0;
}


/* CSS Image Hover Effects: https://www.nxworld.net/tips/css-image-hover-effects.html */

.thumb figure img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.thumb figure:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.gallery-box p {
	padding-top: 2%;
}

.nav ul.sf-menu>li {
	text-align: center;
}

small {
	font-size: 11px;
}

.main-header .container {
	width: 95%;
	margin-left: 1%;
	margin-right: 1%;
}

@media only screen and (max-width: 1300px) {
	.nav ul li a {
		font-size: 13px !important;
	}
	.minheight350 {
		min-height: 350px;
	}
	.minheight456 {
	    min-height: 456px;
	}
}

@media only screen and (min-width: 1200px) {
	.minheight350 {
		min-height: 350px;
	}
	.minheight456 {
	    min-height: 456px;
	}
}

small {
	font-family: 'FontAwesome' !important;
	font-size: 13px !important;
}
 
.slider h1 {
	color: #bdd748;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 2%;
	font-family: 'Century Gothic', sans-serif;
}

.slider p {
	color: #ffffff;
}

.blackcolor {
	color: #000000 !important;
}

.slider-content-left {
	margin-top: 6%;
}

 

.sliderheading {
	color: #bdd748 !important;
	font-size: 60px;
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 0;
}

.slidersubheading {
	position: relative;
	display: inline-block;
	letter-spacing: 0px;
	width: auto;
	color: #ffffff;
	font-weight: 600;
	margin: 0;
}

.mxw95 {
	max-width: 95%;
}

.slidercontent {
	margin: 0;
}

.pd0 {
	padding: 0;
}

.mg0 {
	margin: 0;
}

.blogs-detail {
	min-height: 250px;
	padding: 5%;
	background: #40413e;
}
 
.home-room-box .room-image,
.home-room-box .blogs-detail {
    height: 250px; /* Half of 250px, or adjust as per layout */
    overflow: hidden;
}

.home-room-box .room-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.blogs-detail h4 {
	margin-top: 13%;
	color: #ffffff;
	text-align: center;
}

#tcb-testimonial-carousel {
	margin-top: 30px;
}

#tcb-testimonial-carousel a {
	color: #bdd748;
}

#tcb-testimonial-carousel .text-brand {
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}

#tcb-testimonial-carousel .carousel-indicators .active {
	background: #bdd748;
}

#tcb-testimonial-carousel .no-margin {
	margin: 0;
}

#tcb-testimonial-carousel .carousel-indicators li {
	border: 1px solid #ccc;
}

#tcb-testimonial-carousel .carousel-control {
	color: #bdd748;
	width: 5%;
}

#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
	color: #bdd748;
}

#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
	background-image: none;
}

#tcb-testimonial-carousel .item {
	padding: 15px 40px;
	background: #000000;
}

#tcb-testimonial-carousel .media-object {
	margin: auto;
}

@media screen and (max-width: 768px) {
	#tcb-testimonial-carousel .media-object {
		margin-bottom: 15px;
	}
	.minheight350 {
		min-height: 350px;
	}
	.minheight456 {
	    min-height: 456px;
	}
}

#tcb-testimonial-carousel p {
	color: #ffffff;
}

.caption p {
	text-align: center;
}

.caption .star {
	color: #ffc100 !important;
}

.caro1 .item {
	padding: 15px 40px;
	background: #ffffff;
}

ul.footer-links {
	list-style-type: none;
	color: #999999;
	padding-left: 6%;
}

ul.footer-links li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
}

.form-control::placeholder {
	color: #ffffff;
}

.container input,
.container textarea {
	/* to create space for placing icon*/
	padding-left: 50px;
	border-color: transparent;
	border-radius: 0px;
	background: #40413e;
}
.footerform input, .footerform textarea {
	margin-top:1%;
}
.container .icon {
	position: relative;
	float: left;
	margin-left: 6px;
	margin-top: -27px;
	z-index: 2;
	color: #91b300;
	/*background: #ffffff;*/
	padding: 2%;
	border-radius: 15px;
}

.container .icon-textarea {
	float: left;
	margin-left: 6px;
	margin-top: -74px;
	position: relative;
	z-index: 2;
	padding: 2%;
	color: #91b300;
	/*background: #ffffff;*/
	border-radius: 15px;
}

.button-d {
	background: #bdd748;
	color: #ffffff;
}

.main-footer h3 {
	color: #ffffff;
}

.footer-logo i {
	font-size: 22px;
}

ul.footer-links li {
	line-height: 2.5;
}

#team {
	padding: 100px 0;
	text-align: center;
}

.team1 {
	background: #dcdcdc;
}

#team .team-thumb {
	width: 100%;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 3px 3px 5px rgba(238, 238, 238, 0.6), -3px -3px 5px rgba(238, 238, 238, 0.6);
	-webkit-box-shadow: 3px 3px 5px rgba(238, 238, 238, 0.6), -3px -3px 5px rgba(238, 238, 238, 0.6);
}

#team .team-thumb img {
	width: 100%;
}

#team .team-thumb .team-des {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 170px;
	/* background: #ffffff; */
	box-shadow: 0px 2px 8px 0px rgb(50 50 50 / 4%);
	overflow: hidden;
}

#team .team-thumb .team-des h3 {
	color: #000;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: 900;
}

#team .team-thumb .team-des h4 {
	font-size: 12px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
	color: #ffffff;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#team .team-thumb .team-des h4 a {
	color: #bdd748;
	font-size: 20px;
}

#team .team-thumb:hover h3,
#team .team-thumb:hover h4,
#team .team-thumb:hover .social-icon li a {
	color: #eee;
}

.social-icon {
	padding: 0;
	margin: 0;
}

.social-icon li {
	list-style: none;
	display: inline-block;
}

.social-icon li a {
	border-radius: 100px;
	color: #626262;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 12px;
	margin-right: 10px;
}

.social-icon li a:hover {
	background: #111;
	color: #ffffff;
}

.aboutuspage {
	padding-top: 5%;
	padding-bottom: 5%;
}

.margin0 {
	margin: 0;
}

.padding0 {
	padding: 0 !important;
}

.bggray {
	background: #414141;
}

.w100 {
	width: 100%;
}

.pl10 {
	padding-left: 10%;
}

.pr10 {
	padding-right: 10%;
}

.headh2 {
	color: #bdd748;
	font-weight: 600;
	padding-left:10%;
}

.serviceul li {
	color: #ffffff;
	padding-left: 10%;
	line-height: 37px;
}

.serviceul i {
	color: #bdd748;
}

.serviceul {
	line-height: 27px;
	padding-bottom: 25px;
}

.servicesicon {
	border: 1px thin gray;
}

.bg-gray {
	background-color: #f9f9f9;
}

.site-heading h2 {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.site-heading h2 span {
	color: #bdd748;
}

.site-heading h4 {
	display: inline-block;
	padding-bottom: 20px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.site-heading h4::before {
	background: #bdd748 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	width: 50px;
}

.site-heading {
	margin-bottom: 60px;
	overflow: hidden;
	margin-top: -5px;
}


/*DEMO ONLY*/

.service-categories {
	padding-top: 3em;
	padding-bottom: 3em;
	background: #3d6277;
	background-size: cover;
}


/*DEMO ONLY*/

.service-categories .card {
	transition: all 0.2s;
}

.service-categories .card-title {
	padding-top: 0.5em;
}

.service-categories a:hover {
	text-decoration: none;
}

.service-card {
	background: rgba(72, 88, 104, 0.9);
	border: 0;
}

.service-card:hover {
	background: rgba(72, 88, 104, 1);
	border-right: 5px solid orange;
	border-left: 5px solid orange;
}

.fa {
	color: #ffffff;
}
.fa-arrow-right {
    color:#000000;
}
.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display: initial;
}

.equal-height {
	background: #f7f7f7;
	padding-top: 5%;
	padding-bottom: 5%;
}

.features-items .col-md-3 {
	padding-top: 2%;
}

.faq-section {
	background: #fdfdfd;
	min-height: 100vh;
	padding: 10vh 0 0;
}

.faq-title h2 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
}

.heading321 {
	position: relative;
	margin-bottom: 45px;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 7px;
}

.faq-title h2::before {
	content: "";
	position: absolute;
	left: 50%;
	width: 60px;
	height: 2px;
	background: #bdd748;
	bottom: -25px;
	margin-left: -30px;
}

.faq-title p {
	padding: 0 190px;
	margin-bottom: 10px;
}

.faq {
	background: #FFFFFF;
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	border-radius: 4px;
}

.faq .card {
	border: none;
	background: none;
	border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
	padding: 0px;
	border: none;
	background: none;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
	background: rgba(160, 203, 58, 0.1);
	padding-left: 10px;
}

.faq .card .card-header .faq-title {
	width: 100%;
	text-align: left;
	padding: 0px;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
	color: #3B566E;
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	float: left;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
	background: #bdd748;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.faq .card .card-body {
	padding: 30px;
	padding-left: 35px;
	padding-bottom: 16px;
	font-weight: 400;
	font-size: 16px;
	color: #6F8BA4;
	line-height: 28px;
	letter-spacing: 1px;
	border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
	margin-bottom: 14px;
}

@media (max-width: 991px) {
	.faq {
		margin-bottom: 30px;
	}
	.faq .card .card-header .faq-title {
		line-height: 26px;
		margin-top: 10px;
	}
}

.pb10 {
	padding-bottom: 10%;
}

.faq-title1 .fa {
	color: #bdd748;
}

.headercontent {
	position: absolute;
	top: 30%;
	text-align: center;
	width: 92%;
}

.blogtext {
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.imgdark {
	filter: brightness(70%);
}

.bloggrid {
	margin-bottom: 5%;
}


/****** LOGIN MODAL ******/

.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: 'Century Gothic', sans-serif;
}

.loginmodal-container h1 {
	text-align: center;
	font-size: 1.3em;
	font-family: 'Century Gothic', sans-serif;
}

.loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
}

.loginmodal-container input[type=text],
input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	/*background: #fff;*/
	background: #e8f0fe;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color:#000000;
}

.loginmodal-container input[type=text]:hover,
input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Century Gothic', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
	/* border-radius: 3px; */
	/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.1);
	background-color: #4d90fe;
	padding: 17px 0px;
	font-family: 'Century Gothic', sans-serif;
	font-size: 14px;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	background-color: #357ae8;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
}

.login-help {
	font-size: 12px;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 100px auto;
	}
}

.contactpg .fa {
	color: #000000 !important;
}

 

.address {
	min-height: 50px;
	/*max-width: 400px;*/
	line-height: initial;
	font-size: 18px;
	text-align: left;
}

.mobile a {
	font-size: 18px;
	text-align: left;
}

.email a {
	font-size: 18px;
	text-align: left;
}

.large-text {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

form {
	margin: 0 auto;
	/*max-width: 400px;*/
	overflow: hidden;
}
select.contactpage-form{
    margin: 2em 0 0;
}
input {
	color: #fff;
	display: block;
	margin: 2em 0 0;
	box-shadow: none;
	overflow: hidden;
	border: none;
	background-color: #fab1a0;
	/*font-size: 24px;*/
	font-family: 'Century Gothic', sans-serif;
	box-sizing: border-box;
	border-bottom: solid 1px #fff;
	padding: 0 0 .5em;
	width: 100%;
}


/*textarea {*/


/*  color: #fff;*/


/*  margin: 2em 0 0;*/


/*  width: 80%;*/


/*  height: 100px;*/


/*  font-size: 24px;*/


/*  background-color: #fab1a0;*/


/*  font-family: "Cormorant Garamond", Helvetica, sans-serif;*/


/*  border: none;*/


/*  box-sizing: border-box;*/


/*  margin: 2em 0 0;*/


/*  border-bottom: solid 1px #fff;*/


/*  width: 100%;*/


/*}*/

textarea {
	margin: 2em 0 0;
}

label.error {
	position: absolute;
	font-family: 'Century Gothic', sans-serif;
	font-size: 12px;
	margin: 8px 0px 0px 15px;
}

::placeholder {
	color: #2d3436;
}

.contactpage-form {
	color: #000000;
	padding-left: 0 !important;
	border-color: transparent !important;
	border-radius: 0px !important;
	background: #40413e !important;
	border-bottom: 1px solid gray !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/* Firefox */

input[type=number] {
	-moz-appearance: textfield;
}

#myForm textarea {
	width: 100%;
}
#myForm1 textarea {
	width: 100%;
}
#myForm {
	border: 1px solid gray;
	margin: 2%;
	padding: 5%;
}
#myForm1 {
	/*border: 1px solid gray;*/
	margin: 2%;
    padding: 2%;
}
.cbutton {
	padding-left: 0px !important;
	height: 40px;
	background: #c3c3c3 !important;
	border: solid 1px #bdd748 !important;
	font-weight: 600;
	font-size: 17px !important;
}

.quick-reservation textarea {
	color: #ffffff;
}

.quick-reservation textarea::-webkit-input-placeholder {
	color: #ffffff;
}

#signupform input,
#signupform textarea {
	color: #000000;
	background: #ffffff;
}

@media only screen and (max-width: 600px) {
	.clientsec {
		padding: 1% !important;
	}
	.topcontact {
	    padding: 0 !important;
	}
	.topcon span a {
	    font-size:10px !important;
	}
	.topbut {
	    margin-top:2%;
	}
}

.accountd {
	background: #ededed;
	padding: 0;
}

.accountdr {
    height:100%;
	background: #c8ff7e;
	box-shadow: 1px 1px 1px 1px grey;
}

#page-wrap { margin: 80px auto; }

aside {
  display: block;
  position: relative;
  margin: 40px 0;
}

aside h3 {
  font: bold 12px Sans-Serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #369;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 24px;
}

/* Class name via Modernizr */
.csstransforms aside {
    border-left: 57px solid #bdd748;
    padding-left: 10px;
    background: #ededed;
}
.csstransforms aside h3 {
    color:#000000;
    position: absolute;
    /* top: 0; */
    left: -41px;
    bottom: 0;
    background: none;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 30;
    transform: rotate(
-90deg);
    font-size: 22px;
}

.head-line {
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: .8px;
	width: fit-content;
	border-color: #bdd748;
}

.heading-line {
	padding-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-width: .8px;
	width: fit-content;
	border-color: #bdd748;
	font-weight: 600;
}

.mt4 {
	margin-top: 4px;
}

#overlayblog {
	background-color: #eeeeee00;
	z-index: 100;
	font-size: 45px;
	color: #dcdcdca6;
	z-index: 0;
	letter-spacing: 7px;
	width: 96%;
	text-align: center;
	position: absolute;
	font-weight: 900;
}

#overlayblog:before {
	content: "";
	display: block;
	width: 35%;
	height: 3px;
	background: #e9ebef;
	left: 0;
	top: 50%;
	position: absolute;
}

#overlayblog:after {
	content: "";
	display: block;
	width: 35%;
	height: 3px;
	background: #e9ebef;
	right: 0;
	top: 50%;
	position: absolute;
}

.heading1 {
	width: 100%;
}

#overlayce {
	background-color: #eeeeee00;
	z-index: 100;
	font-size: 45px;
	color: #dcdcdca6;
	z-index: 0;
	letter-spacing: 7px;
	width: 96%;
	text-align: center;
	position: absolute;
	font-weight: 900;
}

#overlayce:before {
	content: "";
	display: block;
	width: 8%;
	height: 3px;
	background: #e9ebef;
	left: 0;
	top: 50%;
	position: absolute;
}

#overlayce:after {
	content: "";
	display: block;
	width: 8%;
	height: 3px;
	background: #e9ebef;
	right: 0;
	top: 50%;
	position: absolute;
}

.navbar {
	border-radous: 0;
	border: 0;
	margin: 0;
}

.header-inner {
	width: 100%;
	position: reltive;
	z-index: 999;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.06);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: a;
	transition: all 2s;
}

.top-line {
	padding: 10px 0;
	background: #666;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.top-line p,
.top-line a {
	color: #ffffff;
	margin: 0;
}

.top-line p span {
	margin-right: 20px;
}

.top-line p span i {
	font-size: 13px;
	color: #fff;
	margin-right: 10px;
}

.top-line ul.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}

.top-line ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
}

.top-line ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 14px;
	color: #ffffff;
}

.top-line ul.social-icons li a:hover {
	color: #ffba00;
}

header.active .top-line {
	height: 0;
	padding: 0;
}


/*** Brand logo ***/

.brand {
	width: 200px;
	height: 90px;
}

.brand a {
	display: block
}

.brand,
.header-inner .main-nav {
	display: table-cell;
	vertical-align: middle;
}


/*** Main Nav Menu ***/

.main-nav {
	text-align: right;
	white-space: nowrap;
	padding: 0 0 0 30px;
	width: 100%;
}

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav .sf-menu li {
	position: relative;
}

.main-nav .sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}

.main-nav .sf-menu li a {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: 600;
	line-height: 90px;
	padding: 0px 9px;
	position: relative;
	text-transform: capitalize;
	font-weight: 900;
}

.main-nav .sf-menu li.current a {
	color: #424E75;
}

.main-nav .sf-menu li.current ul a {
	color: #424E75;
}

.main-nav .sf-menu li ul li.current a {
	color: #424E75;
}

.main-nav .sf-menu ul {
	background-color: #fff;
	position: absolute;
	z-index: 6000;
	display: none;
	min-width: 12em;
	/* allow long menu items to determine submenu width */
	*width: 12em;
	/* no auto sub width for IE7, see white-space comment below */
	top: 99%;
	left: 0;
	z-index: 99;
	margin: 1px 0;
	padding: 0;
	border-top: solid 2px #c44741;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.main-nav .sf-menu>li {
	display: inline-block;
}

.main-nav .sf-menu li:hover>ul,
.main-nav .sf-menu li.sfHover>ul {
	display: block;
}

.main-nav .sf-menu a {
	display: block;
	position: relative;
}

.main-nav .sf-menu a:hover {
	/*color: #c44741;*/
}

.main-nav .sf-menu ul li {
	width: 180px;
	background: #fff;
	text-align: left;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.main-nav .sf-menu ul li a {
	padding: 10px 15px;
	font-size: 13px;
}

.main-nav .sf-menu ul ul {
	top: 0;
	left: 100%;
}

.main-nav .sf-menu ul ul li {
	background: #fff;
	border-left: solid 1px #eee;
}


/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
	/* no CSS arrows for IE7 (lack pseudo-elements) */
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
	border-top-color: white;
	/* IE8 fallback colour */
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
	border-left-color: #999;
}

.header-inner #toggle-btn {
	cursor: pointer;
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 15px;
	text-align: center;
	top: 53px;
	width: 45px;
}
.header-inner #toggle-btn i {
	color:#000000 !important;
}

.header-inner .toggle-subarrow {
	display: none;
}

@media (min-width: 768px) {
	.header-inner #toggle-btn {
		display: none;
	}
}

@media (max-width: 768px) {
	.navbar-brand {
		display: block;
	}
	.navbar {
		max-height: none;
	}
	.main-nav {
		margin-top: 10px;
		height: auto;
	}
	.sf-menu>li {
		float: none;
	}
	.sf-menu li a {
		padding: 10px 13px;
		font-weight: 400;
	}
	.sf-menu li a:hover,
	.sf-menu li.sfHover a:hover {
		/*color: #c44741;*/
	}
	.sf-menu ul {
		font-size: 14px;
		display: block;
		position: static !important;
		border: 0;
		box-shadow: 0 0 0 0;
		-moz-box-shadow: 0 0 0 0;
		-webkit-box-shadow: 0 0 0 0;
	}
}

@media only screen and (max-width: 768px) {
	.header-inner .main-nav {
		display: block;
		margin: 0;
	}
	#toggle-btn {
		display: block;
	}
	.toggle-subarrow {
		display: block !important;
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width: 45px;
		height: 42px;
		border-left: 1px solid #e8e8e8;
		text-align: center;
		color: #777;
	}
	.toggle-subarrow .fa {
		margin-top: 14px;
	}
	.main-nav {
		text-align: left;
		white-space: nowrap;
		padding: 0;
	}
	.sf-menu {
		display: none;
	}
	.main-nav .sf-menu {
		margin: 0 -15px;
	}
	.main-nav .sf-menu>li {
		font-size: 13px;
		line-height: 16px;
		display: block;
		border-top: 1px solid #bdd748;
	}
	.main-nav .sf-menu li a {
		color: #fff;
		padding: 20px;
		line-height: 0px;
		display: block;
		position: relative;
		background-color: #666666;
		text-align: center;
		font-weight: 900;
	}
	.main-nav .sf-menu ul {
		border: none;
	}
	.main-nav .sf-menu ul li {
		width: 100%;
		margin-left: 30px;
		font-size: 13px;
		line-height: 16px;
		font-weight: 400;
		position: relative;
		border: none;
		border-top: 1px solid #e8e8e8;
	}
	.sf-menu ul {
		position: static!important;
		display: none!important;
	}
	.mob-drop ul {
		display: block!important;
	}
}
@media(min-width: 601px) and (max-width: 780px) {
	.top-line .container {
		max-width: 70%;
	}
	.top-line p span {
		display: table;
		margin-right: 20px;
		text-align: left;
	}
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
	display: none;
}

@media all and (min-width: 768px) {
	.carousel-showmanymoveone .carousel-inner>.active.left,
	.carousel-showmanymoveone .carousel-inner>.prev {
		left: -50%;
	}
	.carousel-showmanymoveone .carousel-inner>.active.right,
	.carousel-showmanymoveone .carousel-inner>.next {
		left: 50%;
	}
	.carousel-showmanymoveone .carousel-inner>.left,
	.carousel-showmanymoveone .carousel-inner>.prev.right,
	.carousel-showmanymoveone .carousel-inner>.active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-1 {
		display: block;
	}
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner>.item.active.right,
	.carousel-showmanymoveone .carousel-inner>.item.next {
		transform: translate3d(50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.active.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev {
		transform: translate3d(-50%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev.right,
	.carousel-showmanymoveone .carousel-inner>.item.active {
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media all and (min-width: 992px) {
	.carousel-showmanymoveone .carousel-inner>.active.left,
	.carousel-showmanymoveone .carousel-inner>.prev {
		left: -33.3%;
	}
	.carousel-showmanymoveone .carousel-inner>.active.right,
	.carousel-showmanymoveone .carousel-inner>.next {
		left: 33.3%;
	}
	.carousel-showmanymoveone .carousel-inner>.left,
	.carousel-showmanymoveone .carousel-inner>.prev.right,
	.carousel-showmanymoveone .carousel-inner>.active {
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner .cloneditem-2,
	.carousel-showmanymoveone .carousel-inner .cloneditem-3 {
		display: block;
	}
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
	.carousel-showmanymoveone .carousel-inner>.item.active.right,
	.carousel-showmanymoveone .carousel-inner>.item.next {
		transform: translate3d(33.3%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.active.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev {
		transform: translate3d(-33.3%, 0, 0);
		left: 0;
	}
	.carousel-showmanymoveone .carousel-inner>.item.left,
	.carousel-showmanymoveone .carousel-inner>.item.prev.right,
	.carousel-showmanymoveone .carousel-inner>.item.active {
		transform: translate3d(0, 0, 0);
		left: 0;
	}
}

@media only screen and (min-width: 768px) {
	.logo {
		margin: 28px;
		float: left;
	}
}

.title {
	/*padding: 28px;*/
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
}

.contactinfo12 {
	height: 500px;
	text-align: center;
}
.contactinfo12 .cp {
    padding-top:45%;
	margin-top: auto;
	margin-bottom: auto;
	width:100%;
}

.cp p {
    font-size: 27px;
}
.marginb60 {
	margin-bottom: 60px;
}
.marginb20 {
    margin-bottom:20px;
}
.fab {
    color: #91b300;
    margin-left: 2%;
    margin-right: 2%;
}
.margint5 {
    margin-top:5%;
}
#contactacc {
    float: right;
    padding-right: 20px;
    padding-top: 10px;
    font-weight: 600;
    border-radius: 10px;
}
#editform {
    padding-left: 12px;
    padding-right: 12px;
    border: 2px solid #bdd748;
    border-radius: 10px;
}
.box {
	position: relative;
	transition: all .2s ease-out 0s
}
.box .box-content,
.box:after {
	position: absolute;
	left: 20px;
	right: 20px
}
.box:after {
	content: "";
	display: block;
	background: #0000008a;
	top: 20px;
	bottom: 20px;
	opacity: 0;
	transform: rotate3d(-1, 1, 0, 100deg);
	transition: all .4s ease-in-out 0s
}
.box:hover:after {
	opacity: .9;
	transform: rotate3d(0, 0, 0, 0deg)
}
.box img {
	width: 100%;
	height: auto
}
.box .box-content {
	text-align: center;
	top: 45%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translate(10%, -30%);
	transform: translate(10%, -30%);
	transition: all .2s ease-out 0s
}
.box:hover .box-content {
	opacity: 1;
	transform: translate(0, -50%);
	transition-delay: .2s
}
.box .title {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #ffffff;
}
.box .post {
	display: block;
	font-size: 15px;
	color: #f7f7b9;
	margin-bottom: 20px
}
.aside2h3 {
    bottom: -36px !important;
    font-size: 19px !important;
}
.button2acc {
    background-color: #000000 !important;
    color: #bdd748 !important;
    border: 1px solid #bdd748 !important;
    padding-left:5% !important;
    padding-right:5% !important;
    width:190px !important;
}
select {
    background: #ffffff;
    height: 40px;
    margin: 0;
    padding-left: 2%;
    border-radius: 10px;
    width:100%;
}
.bookingdate {
    border:1px solid gray;
}
.drp {
    border-color: #bdd748;
}
.bordertop {
    border-top:1px solid gray;
    line-height:54px;
}
.borderbottom {
    border-bottom:1px solid gray;
}
.padding2 {
    padding:2%;
}
.paddinglr5 {
    padding-left:5%;
    padding-right:5%;
}
.headermenua {
    
}
.headermenu {
     
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}
.headermenu:hover {
    
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}
.current .headermenu {
    
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}
.blogbutton {
    background: #000000 !important;
    border: 1px solid #bdd748 !important;
    color: #ffffff !important;
}
.blogcategory {
    border:2px solid gray;
    padding-top: 5%;
    color:gray;
    padding-left:5%;
}
.blogrecent {
    background:gray;
    border:2px solid gray;
    padding-top: 5%;
    color:#000000;
    padding-left:5%;
}
.blogrecent p {
    max-width:80%;
    text-align:left;
}
.blogrecent span {
    max-width:20%;
}
.covidlink {
    font-size:12px;
}
.sliderbutton {
    background:#666666 !important;
    color:#bdd748 !important;
    border:1px solid #bdd748;
}
.qqvbed-tJHJj, .neVct-IlgHgd .qqvbed-tJHJj {
    background-color: #bdd748 !important;
}
#bookinglable label {
    color: #000000 !important;
    margin-top: 3px;
    font-size: 16px;
    font-weight: 100;
    padding-top: 0;
    padding-bottom: 0;
}
.bglgray {
    background: lightgray;
}
.mapcolor{height:64px;background-color:#000000 !important;position:relative}
#map {
  margin:0 auto;
  width: 960px;
  height: 450px;
}
.navbar-inverse {
    background-color: #666;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background: #40413e;
    color: #bdd748;
}
.topcon i {
    padding-right:1%;
}
.bgtimeslot1 {
    background: url(../img/1.png);
    background-size: 100% 100%;
}
.bgtimeslot2 {
    background: url(../img/2.png);
    background-size: 100% 100%;
}
.bgtimeslot3 {
    background: url(../img/3.png);
    background-size: 100% 100%;
}