@charset "utf-8";

/* CSS Document */

@import url('css/font-awesome.min.css');
 @import url('css/jquery-ui.css');
 @font-face {
 font-family: 'avenirnextroundedpro-demi';
 src: url('fonts/avenirnextroundedpro-demi.eot');
 src: url('fonts/avenirnextroundedpro-demi.woff2') format('woff2'), url('fonts/avenirnextroundedpro-demi.woff') format('woff'), url('fonts/avenirnextroundedpro-demi.ttf') format('truetype'), url('fonts/avenirnextroundedpro-demi.svg#avenirnextroundedpro-demi') format('svg'), url('fonts/avenirnextroundedpro-demid41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'avenirnextroundedpro-reg';
 src: url('fonts/avenirnextroundedpro-reg.eot');
 src: url('fonts/avenirnextroundedpro-reg.woff2') format('woff2'), url('fonts/avenirnextroundedpro-reg.woff') format('woff'), url('fonts/avenirnextroundedpro-reg.ttf') format('truetype'), url('fonts/avenirnextroundedpro-reg.svg#avenirnextroundedpro-reg') format('svg'), url('fonts/avenirnextroundedpro-regd41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'robotoslab-bold';
 src: url('fonts/robotoslab-bold.eot');
 src: url('fonts/robotoslab-bold.woff2') format('woff2'), url('fonts/robotoslab-bold.woff') format('woff'), url('fonts/robotoslab-bold.ttf') format('truetype'), url('fonts/robotoslab-bold.svg#BodoniMTBlack') format('svg'), url('fonts/robotoslab-boldd41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'robotoslab-regular';
 src: url('fonts/robotoslab-regular.eot');
 src: url('fonts/robotoslab-regular.woff2') format('woff2'), url('fonts/robotoslab-regular.woff') format('woff'), url('fonts/robotoslab-regular.ttf') format('truetype'), url('fonts/robotoslab-regular.svg#BodoniMTBlack') format('svg'), url('fonts/robotoslab-regulard41d.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}
input[type="submit"] {
	width: auto;
	height: 50px;
	padding: 0 15px;
	float: left;
	background: #0e385d;
	color: #fff;
	font-size: 20px;
	font-family: 'robotoslab-bold';
	outline: none;
	border: solid 1px transparent;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
input[type="submit"]:hover, a.button-border:hover, a.button-tag:hover {
	background: #f1bc10;
	text-decoration: none;
	color: #fff;
	border: solid 1px transparent;
}
a.button-border, a.button-tag {
	border: solid 1px #0e385d;
	font-size: 20px;
	padding: 15px 25px;
	color: #0e385d;
	font-family: 'robotoslab-regular';
	display: inline-block;
}
a.button-tag {
	background: #0e385d;
	color: #fff;
	border: solid 1px transparent;
}

::-moz-selection {
text-shadow: none;
color: #fff;
background: #222;
}

::selection {
text-shadow: none;
color: #fff;
background: #222;
}
 img::selection {
color: #fff;
background: 0 0;
}
 img::-moz-selection {
color: #fff;
background: 0 0;
}
.m-t-0 {
	margin-top: 0 !important;
}
h3 {
	color: #292b2c;
	font-family: 'robotoslab-regular';
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 35px;
	font-weight: normal;
}
h3 font {
	color: #f1bc10;
}
.top-yellow-strip {
	background: #ffce2e;
	padding: 5px 0;
	position: relative;
	font-family: 'avenirnextroundedpro-reg';
	font-size: 16px;
	box-shadow: 2px 2px 18px rgba(255, 255, 255, 0.4);
	z-index: 999;
}
.top-yellow-strip a {
	padding-right: 15px;
}
.top-yellow-strip a, .top-yellow-strip i, .top-yellow-strip span {
	color: #0e385d;
}
.top-yellow-strip span {
	padding-right: 15px;
}
.main-menu {
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	background: transparent;
}
.navbar-default .navbar-nav {
	margin-top: 15px;
	margin-top: 27px;
	background:#fff;
}
.navbar-default .navbar-nav > li > a {
	text-transform: capitalize;
	font-size: 15px;
	color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #19130f;
}
.dropdown-menu > li > a {
	padding:8px 10px;
	text-transform: capitalize;
}
.dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 5%;
	line-height: 0;
	font-size: 35px;
	color: #ffce2e;
	content: '\f0d8';
	font-family:'FontAwesome';
}
.banner-intro {
	position: absolute;
    bottom: 10%;
    width: 52%;
    left: 8%;
    color: #fff;
    z-index: 5;
    padding: 10px;
}
.banner-intro h1 {
	    font-family: 'robotoslab-bold';
    font-size: 28px;
    margin: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 15px;
}
.banner-intro p {
	font-size: 18px;
}
.banner-booking-form {
	position: relative;
}
.banner-booking-form h2 {
	font-family: 'robotoslab-bold';
	color: #fff;
	font-size: 25px;
	margin: 0;
	padding: 5px 15px;
	float: left;
}
.banner-booking-form h2:after {
	content: '';
	left: 0;
	top: 0;
	background: #f1bc10;
	position: absolute;
	height: 50px;
	width: 100%;
	z-index: -1;
}
.carousel-control{
	z-index:9999;
	}
.banner-booking-form p {
	font-size: 16px;
	font-family: 'avenirnextroundedpro-reg';
	font-weight: normal;
	padding-left: 15px;
	display: inline-block
}
.banner-booking-form form {
	width: 100%;
	float: left;
	padding-top: 20px;
}
.banner-booking-form .col-form {
	width: 20%;
	float: left;
	margin-right: 2%;
}
.banner-booking-form label {
	font-size: 16px;
	color: #292b2c;
	font-family: 'avenirnextroundedpro-demi';
	width: 100%;
	float: left;
	padding-bottom: 5px;
}
.banner-booking-form input[type="text"] {
	width: 100%;
	height: 50px;
	color: #999999;
	float: left;
	padding: 10px;
	outline: none;
	border: solid 1px #e2cc83;
}
.banner-booking-form select {
	background: #b3b3b3;
	cursor: pointer;
	height: 60px;
	color: #333333;
	padding: 10px 20px;
	float: left;
}
.banner-booking-form input[type="submit"] {
	margin-top: 25px;
	float: right
}
.home-about {
	padding-top: 35px;
	padding-bottom: 35px;
}
.home-about p {
	line-height: 24px;
}
.home-about .col-sm-7 a {
	margin: 40px 35px 0 0;
}
ul.home-about-faciliteis {
	margin-top: 70px;
}
ul.home-about-faciliteis li {
	float: left;
	width: 48%;
	padding: 2%;
	text-align: center;
	margin-bottom: 15px;
	border: 1px dashed #0e385d;
	transition: all ease-in-out 0.2s;
}
ul.home-about-faciliteis li:hover {
	border-color: #ffce2e;
	transition: all ease-in-out 0.2s;
}
ul.home-about-faciliteis li:hover span {
	color: #ffce2e;
	background: #0e385d;
	transition: all ease-in-out 0.2s;
}
 ul.home-about-faciliteis li:nth-child(2), ul.home-about-faciliteis li:nth-child(4) {
float: right
}
ul.home-about-faciliteis li span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 15px;
	padding: 5px;
	color: #0e385d;
	font-family: 'robotoslab-regular';
	background: #ffce2e;
	margin-top: 15px;
}
.home-accommodation {
	background: #0e385d;
	padding: 25px 0;
	margin-top: 50px;
}
.home-accommodation h3 {
	padding-bottom: 15px;
	margin: 0;
	text-align: center;
	color: #fff;
}
.home-accommodation .col-sm-12 > p {
	color: #fff;
	text-align: center;
	padding-bottom: 25px;
}
.home-accommodation ul li {
	float: left;
	position: relative;
	margin-bottom: -70px !important;
}
 .home-accommodation ul li:nth-child(2) {
margin: 0 40px;
}
.home-accommodation ul li img {
}
.home-accommodation ul li span {
	display: block;
	opacity: 0;
	position: absolute;
	z-index: 9999;
	bottom: 10%;
	left: -5%;
	width: 90%;
	padding: 20px 0;
	background: #000;
	color: #fff;
	font-size: 25px;
	font-family: 'robotoslab-bold';
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.home-accommodation ul li span:before {
	content: '+';
	display: block;
	font-size: 25px;
	color: #fff;
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: red;
	margin: 0 auto;
	margin-top: -40px;
	margin-bottom: 15px;
	overflow: hidden;
}
.home-accommodation ul li:hover span {
	left: 5%;
	opacity: 1;
}
.home-hotelrooms {
	margin-top: 90px;
}
.home-hotelrooms .owl-carousel .owl-item .item {
	border: 1px solid #dfdfdf;
	box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.09);
	text-align: center;
}
.home-hotelrooms .owl-carousel {
	margin-top:30px;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	padding:0 0 20px 0;
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	padding:0;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	padding: 0 10px;
}
.owl-carousel .owl-item img {
	width: 100%;
	height: auto;
}
.owl-carousel .owl-item strong {
	color: #292b2c;
	font-size: 18px;
	font-family: 'avenirnextroundedpro-demi';
	padding: 10px 0;
	display: block;
	width: 100%;
	text-align: center;
}
.owl-carousel .owl-item p {
	font-size: 14px;
	color: #7b7b7b;
	width: 100%;
	line-height:22px;
}
.owl-carousel .owl-item a {
	margin-top: 15px;
	padding: 7px 30px;
	font-size: 14px;
	margin-bottom: 20px;
}
.home-hotelrooms .owl-controls .owl-page, .home-hotelrooms .owl-controls .owl-buttons div {
	cursor: pointer;
}
.home-hotelrooms .owl-theme .owl-controls {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
}
.home-hotelrooms .owl-theme .owl-controls .owl-buttons div.owl-prev {
	float:left;
}
.home-hotelrooms .owl-theme .owl-controls .owl-buttons div.owl-next {
	float:right;
}
.home-hotelrooms .owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 5px;
	padding: 4px 12px;
	font-size: 28px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #0e385d;
	filter: Alpha(Opacity=50);
	opacity: .85;
	text-align: center;
	margin: 0 -32px;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.grabbing {
	cursor:url(images/grabbing.html) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item .dateCntr {
	width:190px;
	margin:0 auto;
	margin-bottom:50px;
	position:relative;
	height:auto;
	text-align:center;
}
.owl-carousel .owl-item .dateCntr img {
	padding-bottom:40px;
	background:url(images/SocialShadow2.html) no-repeat bottom center;
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
	color:#FFF;
	display:inline-block;
	zoom:1;
*display:inline;/*IE7 life-saver */
	margin:5px;
	padding:3px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	background:#869791;
	filter:Alpha(Opacity=50);/*IE7 fix*/
	opacity:0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter:Alpha(Opacity=100);/*IE7 fix*/
	opacity:1;
	text-decoration:none;
}
.owl-theme .owl-controls .owl-page {
	display:inline-block;
	zoom:1;
*display:inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display:block;
	width:15px;
	height:15px;
	margin:5px 7px;
	filter:Alpha(Opacity=50);/*IE7 fix*/
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	background:#f6f6f6;
	border:solid 1px #465665;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter:Alpha(Opacity=100);/*IE7 fix*/
	opacity:1;
	background:#3ecabd;
	border:solid 1px transparent;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height:auto;
	width:auto;
	color:#FFF;
	padding:2px 10px;
	font-size:12px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}
.owl-item.loading {
	min-height:150px;
	background:url(images/AjaxLoader.html) no-repeat center center;
}
.home-testimonial {
	background: url(images/testi-bg.jpg) center no-repeat;
	padding: 25px 0 40px 0;
	margin-top: 40px;
	background-size: cover;
	position:relative;
}
.home-testimonial:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	background: rgba(255, 206, 46, 0.80);
	right: 0;
	left: 50%;
}
.testimonials p {
	background: #fff;
	padding: 25px;
	color: #737373;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 20px;
	position:relative;
}
.testimonials p:after {
	position: absolute;
	bottom: -18px;
	left: 15%;
	content: '';
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #ffffff;
	transform: rotate(900deg);
}
.testimonials span {
	color: #ffce2e;
	display: block;
	margin-top: 15px;
}
.testimonials small {
	color:#fff;
}
.testimonials img {
	float:left;
	margin-right:20px;
}
.testimonials .testi-text {
	float: left;
	display:inline-block;
}
.home-testimonial .carousel-indicators {
	bottom: -20px;
}
.home-testimonial .col-sm-6 h3 {
	color: #fff;
}
.home-booknow {
	z-index: 999;
}
.home-booknow h3 {
	color: #0e385d;
}
.home-booknow h3 font {
	color:#fff;
}
.home-booknow input[type="text"], .home-booknow input[type="email"], .home-booknow input[type="tel"], .home-booknow input[type="date"], .home-booknow select, .home-booknow textarea {
	height: 40px;
	color: #767676;
	float: left;
	padding: 10px;
	outline: none;
	border: none;
	font-family: 'robotoslab-regular';
	font-size: 14px;
	margin-bottom: 20px;
}
.home-booknow input[type="text"], .home-booknow input[type="date"] {
	width: 100%;
}
.home-booknow input[type="email"], .home-booknow span.your-email {
	width: 48%;
}
.home-booknow span.your-mobileno, .home-booknow span.end-date {
	width: 48%;
	float: right;
}
.home-booknow span.start-date {
	width: 48%;
	float: left;
}
.home-booknow select {
	width: 32%;
	margin-right: 2%;
}
.home-booknow select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	cursor: pointer;
	background: url(images/icon-select.png) right center no-repeat #fff;
}
.home-booknow select.last {
	margin-right: 0;
	float: right;
}
.home-booknow textarea {
	width: 100%;
	height: 80px;
}
.home-booknow input[type="submit"] {
	padding: 10px 25px;
	float:right;
}
.home-booknow input[type="text"].icon-calendar {
	background: url(images/calendar.png) no-repeat right center #fff;
	width: 100%;
}
.gray-bg {
	background: #f1f1f1;
}
footer {
	padding: 30px 0 0 0;
	background: #1f1a17;
}
footer h1 {
	color: #ffffff;
	font-weight: normal;
	font-size: 22px;
	font-family: 'robotoslab-bold';
	margin: 0;
	padding-bottom: 5px;
}
footer ul {
	padding-bottom: 20px;
}
footer ul li a, .contact ul li a {
	color: #ffffff;
	font-size: 14px;
	font-family: 'avenirnextroundedpro-reg';
}
footer ul li a:hover, .contact a:hover, .contact ul li a:hover {
	color: #f1bc10;
	text-decoration: none;
}
.contact a, .footer-social a {
	float: left;
	padding-top: 15px;
	color: #fff;
	margin-bottom: 25px;
	font-size: 30px;
	margin-right: 30px;
	text-decoration:none;
}
.contact ul li, .footer-social ul li {
	width: 100%;
	color: #fff;
	float: left;
	padding-bottom: 10px;
}
.contact ul li a, .footer-social ul li a {
	margin: 0;
	padding: 0;
	float: none;
}
.footer-social strong {
	display: block;
	color: #ffce2e;
	font-size: 16px;
}
.subscribe-form {
	position: relative;
	margin: 15px 0;
}
.subscribe-form input {
	background: #fff;
	border: 0 none;
	color: #555555;
	font-weight: 400;
	width: 100%;
	padding-left: 15px;
	min-height: 40px;
	border-radius: 4px;
	outline: none;
}
.subscribe-form button {
	background: #fff;
	border: 0 none;
	color: #ffce2e;
	float: right;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	right: 0;
	top: 0;
	min-height: 40px;
	border-radius: 0 4px 4px 0;
	transition: all 200ms ease-in-out;
	outline:none;
}
.subscribe-form button:hover {
	transition: all 200ms ease-in-out;
	background:#ffce2e;
	color:#fff;
}
.copyright {
	font-size: 14px;
	color: #4c4c4c;
	background: #fff;
	padding: 8px 0;
	margin: 15px 0 0 0;
}
/* Inner Pages */

.title-cntr {
	background: url(images/inner-bg.jpg) center top no-repeat;
	background-size: cover;
	padding: 10% 0 0 0;
	margin-bottom: 35px;
	text-align: center;
}
.title-cntr h3 {
	    color: #0e385d;
    padding: 0 15px;
    margin-bottom: 30px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    background: #fff;
	}
/* About us */

ul.about-facilities {
	margin-top: 70px;
}
ul.about-facilities li {
	float: left;
	width: 23%;
	padding: 2%;
	margin: 0 2%;
	margin-bottom: 50px;
	margin-right: -1px;
	text-align: center;
	border: 1px dashed #0e385d;
	transition: all ease-in-out 0.2s;
}
ul.about-facilities li span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 15px;
	padding: 10px 0;
	font-family: 'robotoslab-regular';
	color: #0e385d;
	background: #ffce2e;
	margin-top: 15px;
}
ul.about-facilities li:hover {
	border-color: #ffce2e;
	transition: all ease-in-out 0.2s;
}
ul.about-facilities li:hover span {
	color: #ffce2e;
	background: #0e385d;
	transition: all ease-in-out 0.2s;
}
.facilities img {
	display:block;
	max-width:100%;
	height:auto;
}
.facilities .col-sm-4 {
	min-height: 289px;
	margin:15px 0;
	transition: all ease-in-out 0.2s;
}
.facilities .col-sm-4 strong {
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 0;
	font-size: 18px;
	color: #0e385d;
	z-index: 999;
	border-bottom: 1px solid #ffce2e;
	border-left: 1px solid #ffce2e;
	border-right: 1px solid #ffce2e;
	transition: all ease-in-out 0.2s;
}

.facilities .col-sm-4:hover strong {
	border-left: 1px solid #ffce2e;
	transition: all ease-in-out 0.2s;
}
.facilities .col-sm-4:hover strong:after {
	left: 50%;
	right: 0;
	transition: all ease-in-out 0.2s;
}
/* Accommodation */

ul.accommodation-list {
	    margin-top: 70px;
    margin-right: -24px;
}
ul.accommodation-list li {
	float: left;
	width: 23%;
	padding: 2.5% 2%;
	margin-bottom: 10px;
	margin-right: 2%;
	text-align: center;
	background: #0e385d;
	position:relative;
}
ul.accommodation-list li:after {
	position: absolute;
	content: "";
	top: 15px;
	left: 15px;
	bottom: 15px;
	right: 15px;
	border: 1px dashed #ffce2e;
}
ul.accommodation-list li:last-child {
	margin-right: 0;
}
ul.accommodation-list li i {
	color: #ffce2e;
	font-size: 35px;
}
ul.accommodation-list li img {
	width: 100%;
	height: 160px;
}
ul.accommodation-list li span {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	padding-top: 2px;
	color: #ffce2e;
	font-family: 'avenirnextroundedpro-reg';
}
ul.accommodation-list li strong {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	padding-top: 8px;
	color: #fff;
	font-family: 'avenirnextroundedpro-demi';
}
ul.accommodation-list a {
	    float: right;
    margin: 20px 24px 20px 0;
}
.cottage-gallery {
	margin-bottom: 40px;
}
.cottage-gallery h3 {
	padding-bottom: 15px;
	text-transform: capitalize;
	margin: 0;
	text-align: center;
}
.cottage-gallery .col-sm-12 > p {
	color: #fff;
	text-align: center;
	padding-bottom: 25px;
}
.cottage-gallery ul li {
	float: left;
	position: relative;
}
 .cottage-gallery ul li:nth-child(2) {
margin: 0 40px;
}
.cottage-gallery ul li a {
	margin: 0;
}
.cottage-gallery ul li a span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(14, 56, 93, 0.60);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.cottage-gallery ul li:hover span {
	opacity: 1;
}
.cottage-gallery ul li a span:after {
	content: '\f196';
	font-family:'FontAwesome';
	position: absolute;
	top: 50%;
	color: #ffffff;
	font-size: 40px;
	margin-top: -11px;
	margin-left: -11px;
}
a.m-t-40 {
	margin-top: 40px;
	margin-bottom: 30px !important;
	float:right;
}
/* Tariff & Plans */

.tariff-plans {
	background: #EFEFEF;
	padding: 1%;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.tariff-plans .col-sm-3 {
	padding-left: 0;
}
.tariff-plans .col-sm-3 img {
	width: 100%;
}
.tariff-plans h2 {
	font-family: 'robotoslab-bold';
	text-transform: capitalize;
	font-style: italic;
	color: #0e385d;
	font-weight: normal;
	font-size: 25px;
	margin: 0;
	padding-bottom: 10px;
}
.tariff-plans strong {
	float: left;
	width: 100%;
	padding-top: 25px;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	font-family: 'avenirnextroundedpro-demi';
	font-style: italic;
}
.tariff-plans em {
	color: #339dfb;
	font-size: 14px;
}
.tariff-plans h5 {
	font-size: 30px;
	color: #f1bc10;
	text-align: center;
	padding-top: 25px;
	margin: 0;
	font-family: 'robotoslab-bold';
	font-weight: normal;
}
.tariff-plans a {
	font-size: 18px;
	margin-top: 35px;
	width: 100%;
}
.please-note {
	font-size: 14px;
	padding: 25px 0 50px 0;
	width: 100%;
	line-height: 24px;
	float: left;
}
.please-note strong {
	font-style: italic;
	color: #679dfa;
}
/* Gallery */

.gallery {
	margin-bottom: 25px;
	float: left;
	width: 100%;
}
.gallery ul li {
	width: 24%;
	float: left;
	position: relative;
	margin: 0.5%;
}
.gallery ul li img {
	width: 100%;
}
.gallery ul li span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 0;
	background-color: rgba(14, 56, 93, 0.60);
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gallery ul li:hover span {
	opacity: 1;
}
.gallery ul li span:after {
	content: '\f196';
	font-family:'FontAwesome';
	position: absolute;
	top: 50%;
	color: #ffffff;
	font-size: 40px;
	margin-top: -11px;
	margin-left: -11px;
}
.gal-tabs .nav-tabs {
	margin: auto;
	width: calc(100% - 52%);
	text-align: center;
	padding-bottom: 35px;
	border: none;
}
.gal-tabs .nav-tabs>li {
	width:auto;
	margin:0;
}
.gal-tabs .nav-tabs>li.active>a, .nav-tabs>li>a:hover {
	border-color: #ffce2e !important;
	background: #ffce2e;
	color: #0e385d !important;
	transition: all 0.2s ease-in-out;
}
.gal-tabs .nav-tabs>li>a {
	border-top: 1px solid #1f223e;
	border-radius: 0;
	border-bottom: 1px solid #282c31;
	margin: 0 15px;
	padding: 8px 15px;
	transition: all 0.2s ease-in-out;
	color: #282c31;
}
.gal-tabs .tab-content {
	border-top: 2px solid #ffce2e;
	border-bottom: 2px solid #ffce2e;
	background: #f9f9f9;
	padding: 30px 15px;
}
.cotact-detail-wrp {
	margin: auto;
	width: calc(100% - 40%);
	padding: 30px 0;
}
.cotact-detail-wrp .contactus-address:nth-child(2) {
 position:relative;
}
.cotact-detail-wrp .contactus-address:nth-child(2):after {
 position: absolute;
 content: "";
 border-right: 1px solid #ccc;
 top: 0;
 left: 0;
 bottom: 0;
}
/* accommondation page style */
.home-accommodation.page{
	margin-top:0;
	background:#fff;
	}
.home-accommodation.page .col-sm-12 > p{
	color: #333;
	font-size:15px;
	line-height:24px;
	}
.home-accommodation.page ul li {
    margin-bottom: 30px !important;
}
/* Contact us */

.contactus-form {
	margin-bottom: 40px;
}
.contactus-form input[type="text"], .contactus-form input[type="email"], .contactus-form input[type="tel"], .contactus-form select, .contactus-form textarea {
	border: solid 1px #c5c5c5;
}
.contactus-address {
	position:relative;
	z-index:999;
}
.col-sm-offset-1.contactus-address:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #f1f1f1;
	z-index: -1;
	border: 1px solid #ddd;
}
.col-sm-offset-1 .contactus-address {
	border-bottom: 1px solid #ddd;
}
.contactus-address h4 {
	color: #0e385b;
	font-size: 18px;
	font-family: 'avenirnextroundedpro-demi';
}
.contactus-address strong {
	font-family: 'avenirnextroundedpro-demi';
}
.contactus-address p {
	padding-bottom: 15px;
	font-size: 14px;
}
.contactus-address a {
	color: #1460a2;
}
.contactus-address p i {
	font-size: 16px;
	margin-right: 8px;
	color: #0e385d;
	background: #ffce2e;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	float: left;
}
.location-map {
	width: 100%;
}
.contactus-form .your-mobile {
	width: 48%;
	float: right;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7-validation-errors {
	border: solid 1px red !important;
	width: 100% !important;
	float: left !important;
	margin: 15px 0 0 0 !important;
}
.contact-off {
	background: #f1f1f1;
	margin-top: -35px;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 40px;
}
/********************
*****Slide effect
**********************/
.bs-slider {
	overflow: hidden;
	position: relative;
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100%;
}
.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 0.8s;
	-moz-transition: opacity ease-in-out 0.8s;
	-ms-transition: opacity ease-in-out 0.8s;
	-o-transition: opacity ease-in-out 0.8s;
	transition: opacity ease-in-out 0.8s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 0.8s;
	-moz-transition: opacity ease-in-out 0.8s;
	-ms-transition: opacity ease-in-out 0.8s;
	-o-transition: opacity ease-in-out 0.8s;
	transition: opacity ease-in-out 0.8s;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	border: none;
	font-size: 32px;
}
 @media only screen and (min-width: 220px) and (max-width: 550px) {
 .top-yellow-strip abbr, .top-yellow-strip span, .top-yellow-strip i.fa-phone {
display: none;
}
 .top-yellow-strip {
font-size: 14px;
font-family: 'avenirnextroundedpro-demi';
}
 .top-yellow-strip .col-sm-6 {
width: 50%;
float: left;
padding: 0 5px;
}
 .navbar-brand {
padding-top: 5px;
}
 .navbar-brand img {
width: 75%;
}
 .banner-intro {
width: 100%;
top: initial;
bottom: 20px;
left: 0;
padding: 8px 5px;
height: auto;
}
 .banner-intro h1 {
font-size: 20px;
}
 .banner-intro p {
display: none;
}
 h3 {
font-size: 25px;
}
 p {
font-size: 13px;
line-height: 22px !important;
}
 a.button-border, a.button-tag {
font-size: 14px;
padding: 10px;
}
 ul.home-about-faciliteis li {
}
 ul.home-about-faciliteis li span {
font-size: 12px;
}
 .home-accommodation ul li {
 width: 100%;
 margin-bottom: 20px !important;
}
 .home-accommodation ul li:nth-child(2) {
margin: 0;
}
 .home-accommodation ul li img {
width: 100%;
height: inherit;
}
 .home-accommodation ul li span {
font-size: 14px;
}
 .home-booknow {
margin: 40px 0 0 0;
}
 footer {
margin-top: 2px;
}

	

	/* */

	.about-facilities {
display: none;
}
 ul.accommodation-list li {
width: 47%;
padding-bottom: 10px;
padding-top: 10px;
min-height: 143px;
}
 ul.accommodation-list li span {
font-size: 13px;
}
 .cottage-gallery ul li {
width: 100%;
}
 .cottage-gallery ul li img {
width: 100%;
height: auto;
margin-bottom: 15px;
}
 .cottage-gallery ul li:nth-child(2) {
margin: 0;
margin-bottom: 15px;
}
 .tariff-plans a {
text-align: center;
}
 ul.accommodation-list li strong {
height: 50px;
font-size: 14px;
}
 ul.accommodation-list li img {
height: 110px;
}
 .copyright, .copyright .col-sm-6.text-right {
text-align: center;
}
.carousel-control .glyphicon-chevron-right {
 right: 50%;
 margin-right: -7px;
}
ul.accommodation-list li:after {
 top: 5px;
 left: 5px;
 bottom: 5px;
 right: 5px;
}
.cottage-gallery {
 clear:both;
}
.breadcrumb {
 padding: 8px 7px;
}
.facilities .col-sm-4 {
 padding:0;
}
.gal-tabs .nav-tabs, .cotact-detail-wrp {
 width: 100%;
}

}
 @media only screen and (min-width: 551px) and (max-width: 767px) {
 .banner-intro {
width: 100%;
top: initial;
bottom: 20px;
left: 0;
padding: 8px 5px;
height: auto;
}
 .banner-intro h1 {
font-size: 25px;
}
 .banner-intro p {
display: block;
font-size: 14px;
line-height: 22px;
}
 .home-accommodation ul li {
margin-bottom: 0 !important;
width: 33%;
}
 .home-accommodation ul li:nth-child(2) {
margin: 0;
}
 .home-accommodation ul li img {
width: 100%;
height: inherit;
}
 .home-accommodation ul li span {
font-size: 14px;
}
 .home-booknow {
margin: 40px 0 0 0;
}
 footer {
margin-top: 20px;
}
 footer .col-sm-3 {
width: 25%;
float: left;
}
 footer h1 {
font-size: 18px;
}
 footer ul li a, .footer-social ul li a {
font-size: 13px;
}
 .footer-social a {
font-size: 18px;
margin-right: 10px;
margin-bottom: 10px;
}
 .copyright, .copyright .col-sm-6.text-right {
text-align: center;
}
}
 @media only screen and (min-width: 768px) and (max-width: 1024px) {
 .navbar-header {
width: 100%;
}
 .navbar-default .navbar-brand {
width: 100%;
}
 .navbar-brand > img {
margin: 0 auto;
}
 .navbar-default .navbar-nav > li > a {
font-size: 14px;
padding-left: 10 !important;
padding-right: 10px !important;
}
 .banner-intro h1 {
font-size: 25px;
}
 .banner-intro p {
font-size: 15px;
line-height: 22px;
}
 ul.home-about-faciliteis li span {
font-size: 13px;
}
 h3 {
font-size: 25px;
}
 p {
font-size: 14px;
line-height: 22px !important;
}
 .home-accommodation ul li {
margin-bottom: 0 !important;
width: 33%;
}
 .home-accommodation ul li:nth-child(2) {
margin: 0;
}
 .home-accommodation ul li img {
width: 100%;
height: inherit;
}
 .home-accommodation ul li span {
font-size: 18px;
}
 .footer-social ul li a {
font-size: 13px;
}
 .footer-social a {
font-size: 18px;
margin-right: 10px;
margin-bottom: 10px;
}

	

	/* About */

	ul.about-facilities li span {
font-size: 15px;
}
 ul.accommodation-list a {
display: none;
}
 .cottage-gallery ul li {
width: 33%;
}
 .cottage-gallery ul li img {
width: 100%;
height: auto;
}
 .cottage-gallery ul li:nth-child(2) {
margin: 0;
}
}
 @media only screen and (min-width: 315px) and (max-width: 420px) {
.gal-tabs .nav-tabs>li{
	width: 100%;
	margin-bottom:15px;
	}
}
@media only screen and (min-width: 315px) and (max-width: 767px) {
.main-menu {
position: relative;
}
.banner-intro {
left:30px;
}
.home-hotelrooms .owl-theme .owl-controls .owl-buttons div.owl-next, .home-hotelrooms .owl-theme .owl-controls .owl-buttons div.owl-next {
 margin-right:initial;
}
.navbar-toggle {
 border-radius: inherit;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #0e385d;
}
 .navbar-default .navbar-toggle {
 border-color: #0e385d;
 margin-top: 22px;
}
 .navbar-default .navbar-toggle:focus {
 background:#f1f1f1;
}
ul.home-about-faciliteis, ul.accommodation-list {
 margin-top:45px;
}
.home-testimonial:after {
 display:none;
}
.home-booknow {
 background:rgba(255, 206, 46, 0.80);
 padding-top: 30px;
 padding-bottom: 30px;
}
.home-testimonial {
 padding: 25px 0 0 0;
}
.contactus-address.pull-right {
 float:none !important;
}
.home-booknow.contactus-form {
 background: none;
 padding-top: 0;
 margin-top: 0;
}
.gallery ul li{
	width: 100%;
	margin-bottom:15px;
	float: none;
	}
}
