/* Vaccation Rental Stylesheet */

/* 
	Common
 */
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
html {
	min-height: 100%;
	position: relative;
}
body {
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #343434;
	font-family: 'Open Sans', sans-serif;
}
a, a:hover {
	transition-property: all;
	transition-duration: 350ms;
	transition-timing-function: ease-in-out;
	text-decoration: none;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	color: #2a3a4d;
	font-weight: 600;
}
.left {
	float: left;
	display: inline-block
}
.right {
	float: right
}
.relative {
	position: relative
}
.mrgnTop25 {
	margin-top: 25px;
}
.mrgnTop50 {
	margin-top: 50px;
}
.mrgnBot50 {
	margin-bottom: 50px;
}
.padding0 {
	padding: 0
}
.paddingr0 {
	padding-right: 0
}
.paddingl0 {
	padding-left: 0
}
.paddBotp20{
	padding-bottom: 20px;	
}
.paddBotp40 {
	padding-bottom: 40px;
}
.whitecolor {
	color: white !important
}
.yellowbg {
	background: #f7b644
}
.navybg {
	background: #2b5285
}
.mrgnTop20 {
	margin-top: 20px;
}
.padding10 {
	padding: 10px
}
.paddingLR10 {
	padding: 0 10px
}
.paddingLR5 {
    padding: 0 5px
}
.nopadd {
	padding: 0px !important;
}
.noBottpadd {
	padding-bottom: 0px !important;
}
.noToppadd {
	padding-top: 0px !important;
}
.noBottborder {
	border-bottom: 0px none !important;
}
.noTopborder {
	border-top: 0px none !important;
}
p {
	font-size: 0.875em;
	color: #616161;
	line-height: 1.5em;
}
/* 
	Header
 */
.topbar {
	background: rgba(18,18,18,1.00);
	padding: 10px 0;
	color: white;
	font-size: 0.750em;
}
.topbar div.phone {
	line-height: 30px;
}
.topbar a {
	color: white
}
.topbar span.user {
	background: #2f2f2f;
	border-radius: 100px;
	display: inline-block;
	padding: 2px 4px;
	font-size: 1.3em
}
.logo {
	text-align: center;
	margin-top: 90px
}
.logo a {
	display: inline-block
}
.logo a img {
	width: 100%
}
/* 
	Menus
 */
.navigationbar {
	background: white;
	min-height: 60px
}
.navbar-default {
	background: none;
	border: none;
}
.navbar {
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-nav {
	float: right;
}
.nav > li {
	display: block;
	position: relative;
	text-transform: uppercase;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: white;
	background: #8ea92c;
}
.navbar-default .navbar-nav > li > a {
	color: black;
	padding: 28px 15px;
	font-size: 0.875em;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: white;
	background: #F34343;
}
.navbar-toggle {
	background-color: #131313;
	border: 0;
	border-radius: 0px;
	float: right;
	padding: 9px 10px;
	position: relative;
	margin: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
}
.navbar-default .navbar-toggle {
	border: none;
	margin-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none
}
.navbar-collapse {
	padding: 0
}
.navbar-default .navbar-nav > li > a:hover {
	background: #8ea92c;
}
/* 
	Banner
 */
.banner {
	background: url(../../images/main-bg.jpg) no-repeat left;
	background-size: cover;
	position: relative;
	padding: 20px 0 60px
}
h1.bannerheading {
	font-size: 3.125em;
	color: white;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	font-weight: 700;
	margin-top: 150px;
	text-align: center
}
/* 
	Search Panel
 */
.search_panel {
	background-color: rgba(255,255,255,0.8);
	padding: 20px 20px 20px;
	position: relative;
}
.search_panel h3, .search_panel label {
	color: #424242;
	font-size: 1.250em;
	display: block;
	border: none
}
.search_panel h3 span {
	color: #8ea92c;
}
.search_panel label {
	font-size: 0.875em;
}
.search_panel input, .search_panel select {
	border-radius: 25px;
	color: rgba(170,170,170,1.00);
	background: rgba(255,255,255,1.00);
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 2px rgba(119,119,119,0.3);
	padding: 7px 10px;
	font-style: italic;
	width: 100%;
	font-size: 0.750em
}
input.search_proceed {
	width: 180px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	color: white;
	font-size: 0.875em;
	font-style: normal;
	border: rgba(69,134,28,1.00);
	box-shadow: none;
	position: absolute;
	left: 50%;
	margin: 0 auto 0 -80px;
	bottom: -16px;
	background: #acd028; /* Old browsers */
	background: -moz-linear-gradient(top, #acd028 0%, #85a416 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acd028), color-stop(100%, #85a416)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #acd028 0%, #85a416 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #acd028 0%, #85a416 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #acd028 0%, #85a416 100%); /* IE10+ */
	background: linear-gradient(to bottom, #acd028 0%, #85a416 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd028', endColorstr='#85a416', GradientType=0 ); /* IE6-9 */
	border: 1px solid #a2c130
}
.pageheading {
	background: url("../../images/heading_btm.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	color: #63761C;
	font-size: 1.875em;
	font-weight: normal;
	margin: 0 auto 50px;
	max-width: 800px;
	padding: 50px 0 20px;
	text-align: center;
}
h2 {
	padding: 10px;
	background: rgba(21,21,21,1.00);
	color: white;
	font-size: 1.563em;
	margin: 0;
	border-radius: 5px 5px 0 0
}
.search_panel .input-group-addon {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	box-shadow: -1px 1px 2px rgba(119, 119, 119, 0.3) inset;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 0px solid #ccc;
	border-right: 1px solid #ccc;
}
.search_panel .input-group .form-control {
	box-shadow: 2px 1px 2px rgba(119, 119, 119, 0.3) inset;
	border-right: 0px;
}
.search_panel .input-group .form-control:focus {
	border-color: #ccc;
}
.search_panel .form-control:focus {
	border-color: #ccc;
}
.select-box {
	position: relative;
}
.select-box:before {
	background: none repeat scroll 0 0 #fff;
	border-radius: 50%;
	box-shadow: -2px 0 1px rgba(0, 0, 0, 0.2) inset;
	content: url(../../images/drop-ar.png);
	height: 32px;
	pointer-events: none;
	position: absolute;
	right: 0px;
	top: 1px;
	width: 32px;
	z-index: 1;
}
.grey_box {
	background: #f8f8f8;
	border: 1px solid #f0f0f0;
	padding: 20px 15px
}
/* 
	Testimonial
 */
.testimonials {
	padding: 50px 0 50px 120px;
	color: white;
	font-size: 1.5em;
}
.bg-img {
	background: url(../../images/testimonial-bg.png) no-repeat;
	background-size: cover;
	min-height: 300px;
}
.testimonials strong, .testimonials em {
	display: block;
}
.testimonials strong {
	margin-top: 15px
}
.rent-types h4 {
	font-size: 1.563em;
	color: rgba(0,0,0,1.00);
	font-weight: 600;
	position: relative;
	border-bottom: 2px solid #a2c130;
	display: inline-block;
	padding-bottom: 6px;
}
.thmbnail_box_small {
	background: rgba(255,255,255,1.00);
	border: 1px solid #DDDDDD;
	margin-left: -15px;
	margin-right: -10px;
}
.thmbnail_box_small img {
	width: 100%
}
.thmbnail_box_small .loc_name {
	font-size: 1em;
	font-weight: 600;
	color: #2a3a4d;
	width: 100%;
	max-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.thmbnail_box_small .price {
	color: #8ea92c;
	font-size: 0.938em;
	font-weight: 600;
	line-height: 30px;
	width: auto;
}
.thmbnail_box_small .pernight {
	line-height: 30px;
	font-size: 0.813em;
	color: #616161;
	line-height: 30px;
	width: 60%;
}
.thmbnail_box_small a {
	display: block
}
.thmbnail_box_small a:hover img {
	opacity: 0.8;
}
.border-rt {
	border-right: 1px solid #ccc;
}
/*	
    Carousel Fade Transition   
*/
#fade-quote-carousel.carousel {
	padding-top: 30px;
	padding-bottom: 30px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
	opacity: 1;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
	bottom: 0px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
	background-color: #ffffff;
	border: none;
	width: 25px;
	height: 7px;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
	width: 25px;
	height: 7px;
	background-color: #000;
}
#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
	color: #fff;
	font-style: italic;
	padding: 30px 20px;
}
#fade-quote-carousel blockquote p {
	font-size: 1em;
}
#fade-quote-carousel blockquote i {
	color: rgba(0,0,0,0.2);
}
.testimonial-author h4 {
	font-size: 1.125em;
	color: #fff;
	text-transform: uppercase;
}
.testimonial-name h2 {
	margin-top: 30px;
}
.carousel-inner>.item {
	transition: .1s ease-in-out left;
	-moz-transition: .1s ease-in-out left;
	-webkit-transition: .1s ease-in-out left;
}
blockquote p {
	color: #fff;
}
/* 
	Footer
 */
footer {
	background: none repeat scroll 0 0 #eeeeee;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4) inset;
	color: #333;
	font-size: 0.813em;
	padding: 30px 0 0;
}
footer h5 {
	font-size: 1em;
}
footer ul li {
	margin-bottom: 8px;
	color: #5d5d5d;
}
footer ul li a:hover {
	color: #8ea92c;
}
footer li i {
	font-size: 1.313em;
}
.form-control {
	font-size: 0.813em;
}
footer .fa-facebook-square {
	color: #1c3589
}
footer .fa-twitter-square {
	color: #269ceb
}
footer .fa-google-plus-square {
	color: #b91f20
}
.copyright {
	background: #191919;
	color: #5d5d5d;
	padding: 10px 0;
}
.newsletter .form-control {
	border-radius: 30px;
}
.newsletter .btn-pbtn {
	border: 1px solid #ccc !important;
	border-bottom-left-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.address {
	color: rgba(90,90,90,1.00);
	font-size: 1.4em
}
.btm_ftr {
	background: black;
	padding: 25px 0;
	color: white;
	font-size: 1.5em
}
.btm_ftr a {
	color: white
}
.btm_ftr a:hover {
	color: #f53c3c
}
.rent-types {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.rent-types:last-child {
	border-bottom: 0px none;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
.video-thumbs {
	margin-bottom: 30px;
}

.btn-pbtn {
	text-shadow: 0 1px 2px rgba(0,0,0,0.5)!important;
	color: white!important;
	border-radius: 25px!important;
	font-size: 14px!important;
	font-style: normal!important;
	border: rgba(69,134,28,1.00)!important;
	box-shadow: none!important;
	background: #acd028!important; /* Old browsers */
	background: -moz-linear-gradient(top, #acd028 0%, #85a416 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acd028), color-stop(100%, #85a416))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #acd028 0%, #85a416 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #acd028 0%, #85a416 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #acd028 0%, #85a416 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom, #acd028 0%, #85a416 100%)!important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acd028', endColorstr='#85a416', GradientType=0 )!important; /* IE6-9 */
	border: 1px solid #7f9923;
	transition: .3s ease-in-out all;
	-moz-transition: .3s ease-in-out all;
	-webkit-transition: .3s ease-in-out all;
}
.btn-pbtn:hover {
	background: #acd028!important; /* Old browsers */
	background: -moz-linear-gradient(top, #85a416 0%, #acd028 100%)!important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #85a416), color-stop(100%, #acd028))!important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85a416 0%, #acd028 100%)!important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #85a416 0%, #acd028 100%)!important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #85a416 0%, #acd028 100%)!important; /* IE10+ */
	background: linear-gradient(to bottom, #85a416 0%, #acd028 100%)!important; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85a416', endColorstr='#acd028', GradientType=0 )!important; /* IE6-9 */
}

input {
	font-size: 0.813em;
}
/* Search Page */
.lt-greybg {
	background: #f5f5f5;
}
.sm-banner {
	min-height: 210px
}
input:focus {
	outline: 0px;
}
.titleBBgrey {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 5px;
	font-size: 1.563em;
	margin-bottom: 40px;
}
.breadcrumb {
	font-size: 0.875em;
	padding: 30px 15px 10px;
	background: none;
}
.breadcrumb li, .breadcrumb a {
	font-size: 0.875em;
}
.sitem {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	padding-bottom: 10px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
}
.item-img {
	position: relative;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
}
.overlay {
	width: 100%;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	bottom: 0px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
	-moz-transition: opacity 0.5s ease-in-out 0s;
	-webkit-transition: opacity 0.5s ease-in-out 0s;
}
.sitem:hover .item-img .overlay {
	opacity: 1;
}
.overlay a {
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	padding: 8px 25px;
	position: absolute;
	top: 50%;
}
.overlay a:hover {
	color: #fff;
	padding: 8px 30px;
}
.sitem:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.loc-detail {
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 0;
         height: 70px;
}
.item-desc p {
	color: #767676;
	padding-top: 10px;
	max-height: 50px;
	overflow: hidden;
	height: 50px;
}
.pernight {
	line-height: 20px;
	font-size: 0.813em;
	color: #616161;
	width: 40%;
	display: inline-block;
	max-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.loc_name {
	font-size: 1em;
	font-weight: 600;
	color: #2a3a4d;
	width: 60%;
	display: inline-block;
	max-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.spec-loc {
	font-size: 0.813em;
	color: #616161;
	display: inline-block;
	width: 50%;
	max-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.price {
	color: #8ea92c;
	font-size: 1em;
	font-weight: 600;
	width: 40%;
	display: inline-block;
	max-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}
.sm-searchbtn {
	font-size: 0.750em!important;
}
.search-btncheck .btn-pbtn.sm-searchbtn {
	margin-top: 77px;
}
/* Category Page */
.filters, .whiteb-bg {
	background: none repeat scroll 0 0 #fff;
	padding: 20px;
	border: 1px solid #e3e3e3;
	color: #44545f;
}
.wh-bg {
	background: #fff;
}
.location select, .reservation select {
	margin-bottom: 20px;
}
.location .mid-border {
	width: 33%;
}
.filter-title {
	font-size: 16px;
	margin: 0 0 25px;
	color: #44545f;
}

/*.center-block.text-center.filter-title:before, .center-block.text-center.filter-title:after{
	background: none repeat scroll 0 0 #e8e9eb;
	border-radius: 2px;
	display: inline-block;
	height: 5px;
    content: "";
    position: relative;
    vertical-align: middle;
    width: 30%;	
}
.center-block.text-center.filter-title:before {
    right: -5.5em;
    margin-left: -50%;
}
.center-block.text-center.filter-title:after {
    left: -5.5em;
    margin-right: -50%;
}*/
.rb-sp {
	background:#fff;
	padding:0 10px;	
}
.mid-border {
	background: none repeat scroll 0 0 #e8e9eb;
	border-radius: 2px;
	display: inline-block;
	height: 5px;
	vertical-align: middle;
	width: 28%;
}

.price-slider {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
}
.filters .location, .filters .reservation {
	padding-top: 30px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.filters .reservation {
	border-bottom: 0px none;
}
.filters .location > label, .filters .reservation label {
	font-size: 0.813em;
	font-weight: normal;
	margin-bottom: 15px;
	color: #44545f;
}
.filters .reservation .input-group .form-control {
	border-right: 0 none;
	font-size: 0.713em;
	border-radius: 25px 0px 0px 25px;
	box-shadow: 2px 1px 2px rgba(119, 119, 119, 0.3) inset;
}
.filters .reservation .input-group .form-control:focus {
	border-color: #ccc;
}
.filters .reservation .input-group-addon {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
	border-bottom-right-radius: 25px;
	border-color: #ccc;
	border-style: solid;
	border-top-right-radius: 25px;
	border-width: 1px 1px 1px 0;
	box-shadow: -1px 1px 2px rgba(119, 119, 119, 0.3) inset;
}
.reservation .mid-border {
	width: 28%;
}
select {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1)!important;
	border: 1px solid #ccc!important;
	border-radius: 25px!important;
	box-shadow: 0 1px 2px rgba(119, 119, 119, 0.3) inset!important;
	color: rgba(170, 170, 170, 1)!important;
	font-size: 0.75em!important;
	font-style: italic!important;
	padding: 7px 10px!important;
	width: 100%!important;
}
/* Category Detail */
.right-sidebar .filters .reservation {
	padding-top: 0;
}
.ppn-label {
	color: #44545f;
	display: inline-block;
	font-size: 0.813em;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 50%;
}
.ppn-price {
	color: #44545f;
	display: inline-block;
	font-size: 0.813em;
	font-weight: 400;
	max-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 40%;
}
.gtotal-price {
	background: #f1f1f1;
	padding: 10px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.reservation .btn-pbtn {
	margin: 20px 0 0;
	padding: 8px;
}
.slider {
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.nav-pills > li > a {
	border-radius: 25px;
	padding: 5px 18px;
	margin-right: 10px;
	background: #f1f1f1;
	font-size: 0.875em;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #91b21c;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background: #ddd;
}
.supercal .supercal-header {
	display: block;
	line-height: 34px;
	background: #f9f9f9;
	/*margin-bottom: 20px;*/
	text-align: center;
	position: relative;
}
.supercal .supercal-header .prev-month {
	float: left;
}
.supercal .supercal-header .next-month {
	float: right;
}
.supercal-month {
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.supercal table {
	table-layout: fixed;
	background: #f9f9f9;
}
.supercal td {
	cursor: pointer;
}
.supercal td:hover {
	background: #aac350 !important;
	color: #fff;
}
.supercal td.month-prev, .supercal td.month-next {
	background: #eee;
}
.supercal td.selected {
	background: #91b21c;
	color: #fff;
	font-weight: normal;
}
.supercal td.today {
	font-weight: bold;
}
.supercal .supercal-footer {
	width: 100%;
	display: table;
}
.supercal .supercal-footer span.supercal-input {
	display: table-cell;
	width: 100%;
	cursor: default;
}
.tab-pane {
	margin-top: 40px;
}
#carousel li {
	margin-right: 5px;
}
#carousel img {
	display: block;
	opacity: .5;
	cursor: pointer;
}
#carousel img:hover {
	opacity: 1;
}
#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
/* ----------
	Checkout
   ---------- */
.inner-bannerheading {
	font-size: 3.125em;
	color: white;
	text-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	font-weight: 700;
	margin-top: 60px;
	text-align: center;
}
.checkout .nav-pills li {
	width: 33%;
	margin: 0px;
	border-right: 1px solid #e9e9e9;
}
.checkout .nav-pills li:last-child {
	width:34%;
	border-right: 0px none;
}
.checkout .nav-pills li a {
	border-radius: 0px;
	width: 100%;
	color: #c4c4c4;
	padding: 8px 20px;	
}
.checkout .nav-pills li a:hover,  .checkout .nav-pills > li > a:focus {
	color: #616161;	
}
.checkout .nav-pills li.active a {
	color: #fff;
}
.checkout .nav-pills li.active a {
	border-right: 1px solid #91b21c;
}
.checkout .nav-pills {
	border-bottom: 1px solid #e7e7e7;
}
.checkout .tab-pane {
	margin-top:0px;	
}
.ctab-title {
	color: #2a3a4d;
	padding: 8px 20px;
	font-size: 1.250em;
	background: #f7f7f7;
	margin: 0;
}
.green-txt {
	color: #8ea92c;	
}
.checkout .tab-detail {
	padding: 10px 20px 0 20px;	
	font-size:0.875em;
}
.checkout .tab-detail label:not(.error) {
	font-size:0.813em;
	color:#616161;
    margin-top: 10px;
	margin-bottom: 10px;
	font-weight:normal;	
}
.checkout .tab-detail h5 {
	font-size: 1em;
	color: #2a3a4d;
	font-weight:700;	
}
.checkout .tab-detail .crdate {
	padding-right: 15px;	
}
.checkout .tab-detail .crdate i {
	padding-right: 10px;	
}
.checkout .tab-detail .crdate:last-child {
	padding-left: 15px;
	padding-right: 0px;	
}
.checkout .t-nights {
	background: #efefef;
	padding: 5px;
	font-size:0.875em;
}
.checkout .from-to-date {
	margin-bottom: 10px;
}
.bg-wgr {
	background:#f7f7f7;	
}
.checkout .tax-fee {
	margin-right: -20px;
	margin-left: -20px;
}
.checkout .gd-total label {
	font-size: 1em;	
}
.checkout .gd-total h5 {
	font-size: 1.125em;	
	color: #8ea92c;
}
.checkout .procced-btns {
	background: #f5f5f5;
	padding: 10px;
	margin: 0 -20px;	
}
.checkout .procced-btns .btn-pbtn {
	font-size: 0.875em!important;
	/*padding: 8px 25px;*/
}
.btn-cbtn {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #c4c4c4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#c4c4c4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#c4c4c4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 0%,#c4c4c4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#c4c4c4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f5f5f5 0%,#c4c4c4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 0.875em;
	/*padding-left: 20px;
	padding-right: 20px;*/	
}
.checkout .tab-login .tab-detail {
	padding:0px;	
}
.tablogin-form {
    padding: 10px 20px 20px 20px;
}
.form-control {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 1);
    border: 1px solid #ccc;
    border-radius: 25px;
    box-shadow: 0 1px 2px rgba(119, 119, 119, 0.3) inset;
    color: rgba(170, 170, 170, 1);
    font-size: 0.75em;
    font-style: italic;
    padding: 7px 10px;	
}
.tablogin-form .form-group label {
    font-size: 1em;
    margin-bottom: 15px;
}
.tab-login .border-rt {
	border-color: #e7e7e7;	
}
.tablogin-form .form-control::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
}
.tablogin-form a{
	font-size:0.813em;
	color:#3c4a5a;	
}

/* ----------
	Login- Signup
   ---------- */
.tab-content.login-signup-form {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.vertical-or {
	min-height: 300px;		
}
.vertical-or > span {
    display: block;
    margin-top: 140px;
}
.vertical-or:before {
    background:#ddd;
    content: "";
    display: block;
    height: 140px;
    width: 1px;
	left: 50%;
	position:absolute;
}
.vertical-or:after {
    background: #ddd;
    bottom: 10px;
    content: "";
    display: block;
    height: 120px;
    position: absolute;
    width: 1px;
	left: 50%;
}
.vertical-or-big {
	min-height: 450px;		
}
.vertical-or-big > span {
    display: block;
    margin-top: 200px;
}
.vertical-or-big:before {
    background:#ddd;
    content: "";
    display: block;
    height: 200px;
    width: 1px;
	left: 50%;
	position:absolute;
}
.vertical-or-big:after {
    background: #ddd;
    bottom: 10px;
    content: "";
    display: block;
    height: 210px;
    position: absolute;
    width: 1px;
	left: 50%;
}
.fnt-normal {
	font-weight:normal;	
}
.login-signup-form label{
	font-size:0.813em;	
}
.create-ac small {
	font-size:0.813em;	
}
.login-signup-form .btn-pbtn {
	padding-left: 20px;
	padding-right: 20px;	
}

/* developer css start */
.index_image { height:150px;}
.error {color:red; font-size: 14px;}
.cover{ position:fixed; top:0; left:0; background:rgba(0,0,0,0.6); z-index:99; width:100%; height:100%;} 
.loadingScreen 
{ 
	height:30px; 
	background: url("../../images/loading.gif") no-repeat; 
	z-index: 100 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
}
.thankyou_content { height:250px; margin-top:100px;}

#tab_c { height:310px; }

#calendar { margin-top:20px;}

.select_month {margin-left:-35px; }

#calendar table td {
    background-color: #dedede;
    border-color: #ffffff #cccccc #cccccc #ffffff;
    border: 1px solid;
    font-weight: 700;
    margin: 0;
    padding: 2px 2px 4px;
    text-align: center;
    width: 88px;
}

td.calendar-day_past {
    background: none repeat scroll 0 0 #e1e1e1 !important;
    color: #666666 !important;
    font-size: 11px;
    font-weight: normal !important;
    //position: relative;
}

td.calendar-day_available {
    background: none repeat scroll 0 0 #acdba8 !important;
    font-size: 11px;
    font-weight: normal !important;
   // position: relative;
}

td.calendar-day_booked {
    background: none repeat scroll 0 0 #e07272 !important;
    font-size: 11px;
    font-weight: normal !important;
   // position: relative;
}



.search_image{
    width:100%;
    height:200px;
}

.additinal_features {
    color: #0000FF;
    display: inline-block;
    font-size: 0.813em;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.additinal_features:hover{
    color: #0000FF;
}

.special_request {
    /*width:940px;*/
}
.previous_checkout_btn{
    margin-top:45px !important;
}

.day.disabled {
    color: #eeeeee;
}

.checkbox_input {
    display: inline-block;
    padding-right: 10px;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid yellow;
  background: yellow;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
   content: '✔';
  position: absolute;
  top: 0; left: 4px;
  font-size: 14px;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: red;
  background-color: red;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}

/* developer css end */

/****** common css start*******/
.p0 {
	padding: 0;
}
.p1 {
	padding: 10px;
}
.p2 {
	padding: 20px;
}
.p3 {
	padding: 30px;
}
.pt0 {
	padding-top: 0;
}
.pt1 {
	padding-top: 10px;
}
.pt2 {
	padding-top: 20px;
}
.pt3 {
	padding-top: 30px;
}

.pr0 {
	padding-right: 0;
}
.pr1 {
	padding-right: 10px;
}
.pr2 {
	padding-right: 20px;
}
.pr3 {
	padding-right: 30px;
}

.pl0 {
	padding-left: 0;
}
.pl1 {
	padding-left: 10px;
}
.pl2 {
	padding-left: 20px;
}
.pl3 {
	padding-left: 30px;
}
.pb0 {
	padding-bottom: 0;
}
.pb1 {
	padding-bottom: 10px;
}
.pb2 {
	padding-bottom: 20px;
}
.pb3 {
	padding-bottom: 30px;
}
.m0 {
	margin: 0;
}
.m1 {
	margin: 10px;
}
.m2 {
	margin: 20px;
}
.m3 {
	margin: 30px;
}
.mt0 {
	margin-top: 0;
}
.mt1 {
	margin-top: 10px;
}
.mt2 {
	margin-top: 20px;
}
.mt3 {
	margin-top: 30px;
}
.mb0 {
	margin-bottom: 0;
}
.mb1 {
	margin-bottom: 10px;
}
.mb2 {
	margin-bottom: 20px;
}
.mb3 {
	margin-bottom: 30px;
}
.mr0 {
	margin-right: 0;
}
.mr1 {
	margin-right: 10px;
}
.mr2 {
	margin-right: 20px;
}
.mr3 {
	margin-right: 30px;
}

.border-b {
	border-bottom: 1px solid #f1f1f1;	
}

.no-border {
	border: none !important;
}

.position-r {
	position: relative;
}
/****** common css end *******/
/***************login form start**********************/
.forgot-pass {
    font-size: 11px;
    font-weight: normal;
    color: #91b21c;
    text-align: left;
    text-decoration: underline;
}
.full-width-btn {
	width: 100%;
}
.btn {
	font-size: 15px;
}
.btn-primary {
	background-color: #91b21c;
	border-color: #91b21c;
	height: 42px;
	padding: 0 30px;
}
.btn-primary:focus,
.btn-primary:hover {
	background-color: #91b21c;
	border-color: #91b21c;
}
.login_btn {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.acc-signup-txt {
	color: #ccc;
}
.acc-signup-txt a {
    color: #91b21c;
    text-decoration: underline;
}
.more-option-h {
    position: relative;
    height: 20px;
    margin: 20px 0;
}
.more-option-h span {
    font-size: 13px;
    font-weight: normal;
    color: #dadada;
    text-align: center;
    background-color: #fff;
    position: absolute;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    line-height: 20px;
 }
.more-option-h:before {
	content: "";
	border-bottom: 1px solid #dadada;
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	right: 0;
}
.fb-login {
	border: 2px solid #0086f7;
	border-radius: 4px;
	color: #0086f7;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	letter-spacing: 1px;
}
.fb-login a {
	color: #0086f7;
	padding: 10px;
	display: block;
}
.fb-login .fa {
	color: #0086f7;
	font-size: 20px;
	margin-right: 7px;
	position: relative;
	top: 2px;
}
/***************login form end**********************/

/****************flat form start********************/
.flat-form.form-group label:not(.error) {
    color: #666 !important;
    font-size: 13px !important;
    font-weight: normal !important;
}
.checkout .flat-form label {
	margin: 0 0 5px 0 !important;
}
.flat-form .form-control {
	border-radius: 3px;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05);
	border-color: #e0e0e0;
	height: 42px;
	font-style: normal;
    font-size: 13px !important;
}
.flat-form .form-control::-moz-placeholder,
.checkout .flat-form .form-control::-moz-placeholder {
	font-style: normal;
	opacity: .5;
}
.flat-form .form-control:-ms-input-placeholder,
.checkout .flat-form .form-control:-ms-input-placeholder {
	font-style: normal;
	opacity: .5;
}
.flat-form .form-control::-webkit-input-placeholder,
.checkout .flat-form .form-control::-webkit-input-placeholder {
	font-style: normal;
	opacity: .5;
}
.flat-form select.form-control {
	border-radius: 3px !important;
	box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.05) !important;
	border-color: #e0e0e0 !important;
	height: 42px !important;
	font-style: normal !important;
    font-size: 13px !important;
}
.label-head {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding-bottom: 10px;
	font-weight: 600;
	margin-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.flat-form textarea.form-control {
	height: 70px;
}
/****************flat form end********************/
/****************Steps Start********************/
ul.steps-round {
	margin: 0;
	padding: 0;
	text-align: center;
}
ul.steps-round li {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 600;
	color: #929292;
	font-size: 16px;
	padding-right: 100px;
	position: relative;
	margin-left: -5px;
}
ul.steps-round li:last-child {
	padding-right: 0;
}
ul.steps-round li:after {
	content: "";
	height: 6px;
	background-color: #e4e4e4;
	position: absolute;
	top: 22px;
	/*left: 25px;*/
	left: 52px;
	right: 0;
	z-index: 0;
}
ul.steps-round li:last-child:after {
	background-color: transparent;
}
ul.steps-round li a {
	font-weight: 600;
	color: #929292;
	font-size: 16px;
	z-index: 1;
	position: relative;
	text-decoration: none;
}
ul.steps-round li span {
	border-radius: 50%;
	width: 55px;
	line-height: 43px;
	font-size: 20px;
	display: block;
	background-color: #929292;
	border: 5px solid #e4e4e4;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
}
ul.steps-round li.active {
	color: #91b21c;
}
ul.steps-round li.active span {
	background-color: #91b21c;
}
ul.steps-round li.active a {
	color: #91b21c;
}
/****************Steps End********************/
/****************checkout table start************/
.checkout-detail .ctab-title {
	background-color: transparent;
	padding: 10px 0;
}
.checkout-detail .tab-detail {
	border-top: 1px solid #f1f1f1;
	padding: 0;
}
.checkout-detail .cabin-title {
	font-size: 16px !important;
	color: #000 !important;
	text-align: left;
	font-weight: 500 !important;
	margin: 0 !important;
}
.checkout-detail .cabin-title .cabin-type {
	margin: 0;
	display: inline-block;
	background-color: #91b21c;
	border-radius: 4px;
	padding: 3px 7px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	margin-left: 5px;
}
.checkout-detail .cabin-address {
	color: #ccc;
	text-align: left;
	padding: 5px 0 0;
	font-size: 13px;
	font-weight: 500;
}
.checkout-detail .booking-date {
	text-align: left;
	padding: 5px 0 0;
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
.checkout-detail .booking-date .t-nights {
	background-color: transparent;
	padding: 0;
	font-size: 13px;
}
.checkout-detail .booking-date .c-title {
	color: #ccc;
}
.checkout-detail .booking-date .crdate {
	padding-right: 0;
}
.checkout-detail .price-table {
	text-align: center;
}
.checkout-detail .price-table .title-price {
	margin: 0;
	color: #ccc;
	text-align: center;
	font-size: 13px;
}
.checkout-detail .price-table .total-price {
	margin: 0;
	color: #91b21c;
	text-align: center;
	font-size: 22px;
}
.checkout-total {
	color: #000;
	font-size: 13px !important;
}
.checkout-total .cot-title {
	margin: 0 !important;
	line-height: 25px;
	padding: 10px 0;
	font-size: 13px !important;
}
.checkout-total .cot-price {
	margin: 0 !important;
	line-height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px !important;
	font-weight: 600;
	border-left: 1px solid #f1f1f1;
}
.checkout-total.highlight-text .cot-title {
	font-size: 15px !important;
	color: #91b21c;
	font-weight: 600;
}
.checkout-total.highlight-text .cot-price {
	font-size: 15px !important;
	color: #91b21c;
	font-weight: 600;
}
.checkout-detail .procced-btns {
	margin: 0;
	background-color: transparent;
	padding: 30px 0;
}
.checkout-detail .procced-btns .btn {
	line-height: 20px;
	padding: 10px 30px;
	border-radius: 7px;
	border: none;
	font-size: 18px;
	font-weight: 600;
}
.checkout-detail .procced-btns .btn.btn-default {
	color: #fff;
	background-color: #929292;
}
.checkout-detail .procced-btns .btn.btn-primary {
	color: #fff;
	background-color: #91b21c;
}
/****************checkout table end************/
/*******credit card start************/

.add-new-card {
    background-color: #fbfbfb;
    border: 2px dashed #f1f1f1;
    color: #000;
    text-align: center;
    padding: 40px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
.divide-wrapper::before {
    content: "";
    border-left:1px solid #f1f1f1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
}
.divide-wrapper::after {
    content: "or";
    background-color: #929292;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    left: 50%;
    margin-left: -18px;
    text-align: center;
    line-height: 33px;
    border:2px solid #e4e4e4;
}

/*.card-detail-wrapper {
    margin: 0 2px;
    background-color: #f9f9f9;
    border-radius: 3px;
    border:1px solid #dee2e6;
}
.card-detail-wrapper .card-detail-box {
    padding:15px;
}
.card-detail-wrapper .card-detail-box:first-child {
    border-right:1px solid #dee2e6;
}
.card-detail-wrapper .card-detail-box:last-child {
    border-left: none;
}
*/
.card-detail-wrapper .card-detail-box h4 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #777;
}
.card-detail-wrapper .card-detail-box .card-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.card-detail-wrapper .card-detail-box .card-list li {
    background-color: #fff;
    border-radius:3px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.05);
    padding: 6px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.card-detail-wrapper .card-detail-box .card-list li:hover {
    background-color: #f0f3e8;
    border: 1px solid #c4d87c;
}

.card-detail-wrapper .card-detail-box .card-list li.selected {
    background-color: #f0f3e8;
    border: 1px solid #c4d87c;
}
.card-detail-wrapper .card-detail-box .card-list li .img img {
    width: 50px;
    max-width: 100%;
    height: 30px;
    object-fit:contain;
}
.card-detail-wrapper .card-detail-box .card-list li .label-card {
    font-size: 13px;
    color: #333;
    text-align: left;
    padding: 5px 0;
}
.card-detail-wrapper .card-detail-box .card-list li .label-card span {
    text-transform: uppercase;
    color: #999;
}
.card-detail-wrapper .card-detail-box .card-list li.selected .svg-inline--fa,
.card-detail-wrapper .card-detail-box .card-list li.selected .fa {
    color: #91b21c;
    margin-top: 3px;
    float: right;
    font-size: 24px;
}
/*******credit card end************/


/* ----------
	Responsive
   ---------- */
   
/*
	Shrinken container width
*/
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 940px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 980px;
	}
}

@media(max-width:979px) {
	.search-btncheck .btn-pbtn.sm-searchbtn {
		margin-top: 30px;
	}
	.location .mid-border {
		width: 24%!important;
	}
	.reservation .mid-border {
		width: 18%!important;
	}
}

@media(max-width:767px) {
	.navbar-nav > li > a {
		text-align: center
	}
	.navbar-nav {
		display: block
	}
	.testimonials {
		padding: 30px 30px 30px 0;
	}
	.navybg {
		padding-top: 30px;
	}
	.poly_testi {
		margin: 0 auto;
		position: inherit;
		left: inherit;
		top: inherit
	}
	.pdng_right100 {
		padding-right: 0
	}
	.item-img img {
		width: 100%;
	}
	.search_panel .paddingr0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.topbar .text-left.phone {
		text-align: center;
	}
	.topbar .text-right {
		text-align: center;
	}
	.search_panel .border-rt {
		border-right: 0px;
	}
	.search-btncheck .btn-pbtn.sm-searchbtn {
		margin-top: 30px;
	}
	input.search_proceed {
		bottom: -50px;
	}
	.location .mid-border {
		width: 24%;
	}
	.reservation .mid-border {
		width: 18%;
	}
	.titleBBgrey {
		font-size: 1.363em;
	}
	.or {
		margin-left: 5%;
	    margin-top: 5px;
		text-align:left;
	}
	.tablogin-form .text-right {
		text-align:left;	
	}
	.vertical-or {
		min-height: 10px;	
	}
	.vertical-or:before {
	    height: 1px;
	    left: 20px;
	    top: 50%;
	    width: 38%;
	}
	.login-signup-form .mrgnTop50 {
		margin-top:0px;		
	}
	.vertical-or:after {
	    height: 1px;
	    left: 55%;
	    top: 50%;
	    width: 40%;
	}
	.vertical-or > span {
		margin: 10px 0;	
	}
	.vertical-or-big {
		min-height: 10px;	
	}
	.vertical-or-big > span {
	    margin: 10px 0;	
	}
	.vertical-or-big:before {
	    height: 1px;
	    left: 20px;
	    top: 50%;
	    width: 38%;
	}
	.vertical-or-big:after {
	    height: 1px;
	    left: 55%;
	    top: 50%;
	    width: 40%;
	}
}

@media(min-width:320px) and (max-width:480px) {
	.polygonals li.polyyellow {
		margin-left: -160px;
		top: 448px;
		transition-property: all;
		transition-duration: 350ms;
		transition-timing-function: ease-in-out;
		text-decoration: none;
	}
	.polygonals li.polyorange {
		margin-left: 1px;
		top: 448px;
		transition-property: all;
		transition-duration: 350ms;
		transition-timing-function: ease-in-out;
		text-decoration: none;
	}
	header {
		background: url("../../images/header-pic1.jpg") no-repeat 0 0;
	}
	.logo {
		margin-top: 30px;
		text-align: center;
	}
	.item-img img {
		width: 100%;
	}
	.search_panel .paddingr0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	.topbar .text-left.phone {
		text-align: center;
	}
	.topbar .text-right {
		text-align: center;
	}
	.search_panel .border-rt {
		border-right: 0px;
	}
	.search-btncheck .btn-pbtn.sm-searchbtn {
		margin-top: 30px;
	}
	input.search_proceed {
		bottom: -50px;
	}
	.titleBBgrey {
		font-size: 1.363em;
	}
	.nav-pills > li > a {
		 margin-right: 0px;
	    padding: 5px 17px;	
	}
	.or {
		text-align:left;
	}
	.checkout .tab-detail .paddingr0 {
		padding-right:15px;	
	}
	.checkout .tab-detail .paddingl0 {
		padding-left:15px;	
	}
	.tablogin-form .text-right {
		text-align:left;	
	}
	.vertical-or {
		min-height: 10px;	
	}
	.vertical-or:before {
	    height: 1px;
	    left: 20px;
	    top: 50%;
	    width: 38%;
	}
	.login-signup-form .mrgnTop50 {
		margin-top:0px;		
	}
	.vertical-or:after {
	    height: 1px;
	    left: 55%;
	    top: 50%;
	    width: 40%;
	}
	.vertical-or > span {
		margin: 10px 0;	
	}
	.vertical-or-big {
		min-height: 10px;	
	}
	.vertical-or-big > span {
	    margin: 10px 0;	
	}
	.vertical-or-big:before {
	    height: 1px;
	    left: 20px;
	    top: 50%;
	    width: 38%;
	}
	.vertical-or-big:after {
	    height: 1px;
	    left: 55%;
	    top: 50%;
	    width: 40%;
	}
}

@media (min-width:768px) and (max-width:1024px) {
	header {
		background-position: 0 0
	}
	.navbar-nav > li > a {
		padding: 15px 20px
	}
	.poly_testi {
		margin: 0 auto;
		position: inherit;
		left: inherit;
		top: inherit
	}
	.testimonials {
		padding: 30px 30px 30px 0;
	}
	.navybg {
		padding-top: 30px;
	}
	.pdng_right100 {
		padding-right: 0
	}
	.item-img img {
		width: 100%;
	}
	.search_panel label {
		font-size: 0.775em;
	}
	.search_panel .border-rt {
		border-right: 0px;
	}
	.location .mid-border {
		width: 32%;
	}
	.reservation .mid-border {
		width: 26%;
	}
	.titleBBgrey {
		font-size: 1.363em;
	}
}

@media (width:768px) {
	.location .mid-border {
		width: 24%;
	}
	.reservation .mid-border {
		width: 18%;
	}
	.filters .location > label, .filters .reservation label {
		font-size: 0.713em;
		margin-bottom: 10px;
	}
	.or {
		margin-left: 5%;
	    margin-top: 5px;
	}
	}
	@media (max-width: 992px) {
	.location .mid-border {
	    width: 25%;
	}
	.reservation .mid-border {
	    width: 18%;
	}
	.or {
		margin-left: 5%;
	    margin-top: 5px;
	}
}
.datepicker-days .day{
	cursor:pointer!important;
}
.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}