img {
	max-width: 100%;
}
.logo img {
	width: 90%;
}
.searchbox {
	margin-top: 150px;
	padding: 30px 0px;
	margin-bottom: 100px;
}
.searchbox input {
	height: 50px;
	border-radius: 0px;
	font-size: 18px;
	background: #fff;
}
.searchbox select {
	height: 51px;
	border-radius: 0px;
	font-size: 18px;
}
.search-panel .dropdown-menu {
	font-size: 18px;
}
.search-panel .dropdown-menu li, .search-panel .dropdown-menu ul {
	background: #b51319;
}
.search-panel .dropdown-menu li a {
	color: #fff;
}
.search-panel .dropdown-menu li a:hover {
	background: #98080d;
	color: #fff;
}
option {
	background: #222;
	border-top: 1px solid #444;
	padding: .3em 1em .3em 1em;
}
select:hover {
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}
.searchbox option {
	font-size: 18px;
}
.searchbox .btn {
	background: #b51319;
	color: #fff;
}
footer {
	background: url(../images/footer.png) center bottom no-repeat;
        background-size: cover; 

	/*min-height: 130px;*/
	margin-top: 75px;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
footer{
     min-height: 90px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%     
}
}
@media only screen and (min-width: 1440px){
footer {
    min-height: 130px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}

}

@media only screen and (max-width: 762px) {
footer{  
    min-height: 50px;
}
.package-list-img {
    height: 260px!important;
}
}
footer p {
	margin-top: 90px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	color: #fff;
}
.header-top {
	border-top: 14px solid #b51319;
	box-shadow: 0px 2px 6px rgba(0,0,0,.1);
	position: fixed;
left: 0px;
right: 0px;
top: 0px;
height: 90px;
z-index: 1002;
background:#fff;
}
.login {
}
.login a {
	color: #b51319;
	font-size: 15px;
}
.login a i {
	color: #b51319;
}
.login li {
	display: block;
}
.search-select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 30px 2px 10px;
	border: none;
	background: #b51319 url(../images/search-icon.png) no-repeat right 5px center;
	color: #fff;
}
.search-icon {
	padding: 16px 50px;
	font-size: 17px;
}
.search-select {
	padding: 12px 50px;
	font-size: 17px;
}
.login {
	margin-top: 0px;
}
main {
	z-index: 2;
	position: relative;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-transition: transform .7s ease-in-out;
	-moz-transition: transform .7s ease-in-out;
	-ms-transition: transform .7s ease-in-out;
	-o-transition: transform .7s ease-in-out;
	transition: transform .7s ease-in-out;
}
.sidebar {
	height: 100%;
	width: 300px;
	position: fixed;
	top: 0;
	z-index: 1;
	right: 0;
	background: #222;
}
.bar {
	display: block;
	height: 5px;
	width: 50px;
	background-color: #b51319;
	margin: 10px auto;
}
.button {
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 0 auto;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	position:fixed;
	z-index: 1100;
}
#btn {
	margin-top: 20px;
}
.nav-right {
	position: fixed;
	right: 100px;
	top: 20px;
}
.nav-right.visible-xs {
	z-index: 3;
}
.hidden-xs {
	display: none;
}
.middle {
	margin: 0 auto;
}
.bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.nav-right.visible-xs .active .bar {
	background-color: #FFF;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.button.active .top {
	-webkit-transform: translateY(15px) rotateZ(45deg);
	-moz-transform: translateY(15px) rotateZ(45deg);
	-ms-transform: translateY(15px) rotateZ(45deg);
	-o-transform: translateY(15px) rotateZ(45deg);
	transform: translateY(15px) rotateZ(45deg);
}
.button.active .bottom {
	-webkit-transform: translateY(-15px) rotateZ(-45deg);
	-moz-transform: translateY(-15px) rotateZ(-45deg);
	-ms-transform: translateY(-15px) rotateZ(-45deg);
	-o-transform: translateY(-15px) rotateZ(-45deg);
	transform: translateY(-15px) rotateZ(-45deg);
}
.button.active .middle {
	width: 0;
}
.move-to-left {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px);
}
nav {
	padding-top: 30px;
}
.sidebar-list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	margin-top: 150px;
	text-align: center;
}
.sidebar-list a:hover {
	color: #FC0;
	text-decoration: none;
}
.sidebar-item {
	margin: 30px 0;
	opacity: 0;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	transform: translateY(-20px);
}
.sidebar-item:first-child {
	-webkit-transition: all .7s .2s ease-in-out;
	-moz-transition: all .7s .2s ease-in-out;
	-ms-transition: all .7s .2s ease-in-out;
	-o-transition: all .7s .2s ease-in-out;
	transition: all .7s .2s ease-in-out;
}
.sidebar-item:nth-child(2) {
	-webkit-transition: all .7s .4s ease-in-out;
	-moz-transition: all .7s .4s ease-in-out;
	-ms-transition: all .7s .4s ease-in-out;
	-o-transition: all .7s .4s ease-in-out;
	transition: all .7s .4s ease-in-out;
}
.sidebar-item:nth-child(3) {
	-webkit-transition: all .7s .6s ease-in-out;
	-moz-transition: all .7s .6s ease-in-out;
	-ms-transition: all .7s .6s ease-in-out;
	-o-transition: all .7s .6s ease-in-out;
	transition: all .7s .6s ease-in-out;
}
.sidebar-item:last-child {
	-webkit-transition: all .7s .8s ease-in-out;
	-moz-transition: all .7s .8s ease-in-out;
	-ms-transition: all .7s .8s ease-in-out;
	-o-transition: all .7s .8s ease-in-out;
	transition: all .7s .6s ease-in-out;
}
.sidebar-item.active {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.sidebar-anchor {
	color: #FFF;
	text-decoration: none;
	font-size: 1.3em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 7px;
}
.sidebar-anchor:before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	-webkit-transition: all .7s ease-in-out;
	-moz-transition: all .7s ease-in-out;
	-ms-transition: all .7s ease-in-out;
	-o-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.sidebar-anchor:hover:before {
	width: 100%;
}
 @media (min-width: 480px) {
.nav-list {
	display: block;
}
}
 @media (min-width: 768px) {
.nav-right {
	position: absolute;
}
.hidden-xs {
	display: block;
}
.visible-xs {
	display: none;
}
}
.content {
	min-height: 400px;
	background: #f4f4f4;
	padding-top: 20px;
	min-height: 400px;
background: #f4f4f4;
 
position: relative;
z-index: 900;
padding-top: 100px;
position: relative;
z-index: 900;
}
.filter {
	background: #fff;
	margin-top: 20px;
	border-bottom: 2px solid #b51319;
}
.filter a {
	color: #222;
}
/*packages */

.package-list {
	padding: 20px 0px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.package-list-img {
	/*height: 260px;*/
        height: 110px;
	background-size: cover;
	border: 2px solid #eee;
	position: relative;
	z-index: 33;
}
.all-packages {
	//margin-top: 30px;
margin-top: 75px;
}
.request-quote {
	background: #b51319;
	border-radius: 0px;
	padding: 8px 24px;
	margin-top: 20px;
	font-size: 16px;
	border-bottom: 20px;
}
.package-list h2 {
	font-size: 22px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 700;
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	bottom: 0px;
	background: rgba(255,255,255,.8);
	z-index: 44;
	padding: 8px 10px;
	width: 94%;
	text-align: center;
	/*margin-left: 2px;*/
}
.package-list h3 {
	font-size: 30px;
	color: #222;
	margin-bottom: 10px;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
}
.package-list h4 span {
	font-size: 24px;
}
.package-list h4 {
	font-size: 18px;
	color: #b51319;
	margin-bottom: 10px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
}
.package-list h5 {
	font-size: 16px;
	font-weight: 700;
}
.package-list-details {
	margin-bottom: 10px;
}
.border-bottom {
	border-bottom: 1px solid #ddd;
}
.border-right {
	border-right: 1px solid #ddd;
}
.border-left {
	border-left: 1px solid #ddd;
}
.border-top {
	border-top: 1px solid #ccc;
}
.center {
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.package-details h2 {
	position: relative !important;
	background: rgba(255,255,255,.8);
	color: #222;
	padding: 6px 42px;
}
.package-disc {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.act-list {
	font-weight: 700;
}
.destination-map {
	height: 250px;
	width: 100%;
	border: none;
}
.package-details .package-list-details {
	background: #fff;
}
.package-details .package-list-details h3, .package-details .package-list-details h3 small {
	font-size: 40px;
	color: #222;
	text-align: center;
	padding-bottom: 18px;
	margin-bottom: 14px;
}
.package-details .package-list-details h4 {
	font-size: 20px;
	color: #b51319;
	text-align: center;
}
.package-details .package-list-details {
	padding-top: 40px;
	text-align: center;
	margin-top: 0px;
	border-top: 5px solid #b51319;
}
.package-details .package-list-details .btn {
	background: #b51319;
	border-radius: 0px;
	border: none;
}
.package-details .package-list-details .btn:hover {
	background: #c92127;
}
.rlink {
	position: fixed !important;
	max-width: 400px;
}
.well .modal-body h5 {
	font-size: 16px;
	font-weight: 700;
}
.well .modal-body h4 {
	font-size: 18px;
	font-weight: 700;
	color: #b51319
}
.bg-white {
	background: #fff;
}
.add-more {
	padding: 10px 0px;
	border: 1px solid #ccc;
}
.red-btn {
	background: #b51319;
	border-radius: 0px;
	border: none;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
}
.modal-title {
	color: #b51319;
	font-weight: 700;
	font-size: 24px;
}
.package-details {
}
.short-details {
	height: 66px;
	overflow-y: scroll;
}
 .scrollbar::-webkit-scrollbar {
 width: 10px;
}
 .scrollbar::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
}
 .scrollbar::-webkit-scrollbar-thumb {
 border-radius: 10px;
 -webkit-box-shadow: inset 0 0 6px #b51319;
 background:#b51319;
}
.hotel-basic {
	 
}
.hotel-basic h3 {
	color: #b51319;
	font-size: 30px;
	font-weight: 400;
}
.hotel-basic h3 small {
	color: #333;
	font-size: 16px;
}
.hotel-basic h4 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
}
.bg-shadow {
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2)
}
.tab-pane select {
	border: 1px solid #ddd !important;
}
 @-webkit-keyframes click-wave {
 0% {
 height: 15px;
 width: 15px;
 opacity: 0.35;
 position: relative;
}
 100% {
 height: 200px;
 width: 200px;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0;
}
}
@-moz-keyframes click-wave {
 0% {
 height: 15px;
 width: 15px;
 opacity: 0.35;
 position: relative;
}
 100% {
 height: 200px;
 width: 200px;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0;
}
}
@keyframes click-wave {
 0% {
 height: 15px;
 width: 15px;
 opacity: 0.35;
 position: relative;
}
 100% {
 height: 200px;
 width: 200px;
 margin-left: -80px;
 margin-top: -80px;
 opacity: 0;
}
}
.select-room .option-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	top: 3px;
	right: 0;
	bottom: 0;
	left: 0;
	height: 15px;
	width: 15px;
	-webkit-transition: all 0.15s ease-out 0s;
	-moz-transition: all 0.15s ease-out 0s;
	transition: all 0.15s ease-out 0s;
	background: #cbd1d8;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-right: 0.5rem;
	outline: none;
	position: relative;
	z-index: 1000;
}
.select-room .option-input:hover {
	background: #9faab7;
}
.select-room .option-input:checked {
	background: #b51319;
}
.select-room .option-input:checked::before {
	height: 15px;
	width: 15px;
	position: absolute;
	content: '\2716';
	display: inline-block;
	font-size: 26.66667px;
	text-align: center;
	line-height: 40px;
}
.select-room .option-input:checked::after {
	-webkit-animation: click-wave 0.65s;
	-moz-animation: click-wave 0.65s;
	animation: click-wave 0.65s;
	background: #b51319;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
}
.select-room .option-input.radio {
	border-radius: 50%;
}
.select-room .option-input.radio::after {
	border-radius: 50%;
}
.select-room label {
	display: block;
	line-height: 20px;
	float: left;
	min-width: 160px;
	border: 1px solid #ddd;
	margin-right: 15px;
	padding: 3px;
	height: 36px;
	margin-bottom: 8px !important;
}
.select-room span {
	padding-top: 7px;
	float: right;
	font-size: 16px;
	color: #444;
}
.select-room h3 {
	font-size: 16px;
	text-align: left;
	padding: 0px;
	font-weight: 400;
	margin: 0px;
	margin-top: 10px;
}
.select-room {
	border: 1px solid #ddd;
	padding: 10px 0px;
	background: #fcfcfc;
	border-bottom: 2px solid #c21919;
	margin-bottom: 10px;
}
.own-acco {
	background: #084489 !important;
}
.transition200 .duration, .transition200 .delay {
	visibility: hidden;
}
.transition200 {
	transition: 200ms;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
}
.outerWrapper {
	text-align: left;
	position: relative;
	width: 100%;
	margin-top: 10px;
}
.item {
	float: left;
	margin-right: 10px;
width: 148px;
padding: 10px;
height: 230px;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 0px;
	text-align:left;
}
.item h5 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
	color: #222;
	font-weight: 400;
	 
}
.item img {
	width: 100%;
	 
	border: 1px solid #ddd;
}
.item h4 {
	font-size: 14px;
	text-align:left;
	font-weight: 700;
	color: #c60f0f;
	 
}
.item .btn-warning {
	padding: 6px 20px;
}
.left-nav-btn, .right-nav-btn {
	position: absolute;
	width: 37px;
	height: 37px;
	top: 30%;
	cursor: pointer;
	opacity: 0.8;
	background: transparent url('../images/arrows.png') top left no-repeat;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.left-nav-btn {
	left: -40px;
}
.right-nav-btn {
	right: -40px;
	background-position: top right;
}
.left-nav-btn:hover, .right-nav-btn:hover {
	opacity: 1;
}
/* Vertical Mode */

.vert.outerWrapper {
	margin: 50px auto 60px auto;
	width: 204px;
	height: 456px;
}
.vert .item {
	float: left;
	margin-bottom: 48px;
	width: 162px;
}
.vert .left-nav-btn, .vert .right-nav-btn {
	position: absolute;
	width: 37px;
	height: 37px;
	cursor: pointer;
	left: 82px;
	background: transparent url('../images/arrows_vert.png') top left no-repeat;
}
.vert .left-nav-btn {
	top: -60px;
}
.vert .right-nav-btn {
	top: auto;
	bottom: -60px;
	background-position: bottom left;
}
.leftWrapper {
	width: 48%;
	float: left;
}
.rightWrapper {
	width: 48%;
	float: right;
}
.leftWrapper h2, .rightWrapper h2 {
	width: 100%;
	text-align: center;
}
.outerWrapper2 .item {
	margin-right: 50px;
	width: 110px;
	padding: 20px;
}
.repeat-block1 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
}
#activities h5 {
	background: url(../images/dot.png) center repeat-x;
}
#activities h5 span {
	background: #f5f5f5;
	padding: 5px 9px;
}
#transfer h2 {
	color: #b51319;
	font-weight: 700;
	font-size: 16px;
	margin-left: 5px;
	padding-left: 0px;
}
.selected-cab {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.selected-cab ul {
	margin-left: 0px;
	padding-left: 0px;
}
.selected-cab li {
	padding-left: 0px;
	margin-left: 0px;
	font-size: 13px;
	margin-bottom: 2px;
	line-height: 18px;
	list-style: none;
}
.selected-cab-list {
	padding: 10px 10px 0px 10px;
	background: #fff;
}
.selected-cab-list h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 700;
}
.cab-list {
	margin-top: 20px;
}
.cab-list h3 {
	font-size: 15px !important;
	margin-top: 4px;
	padding-top: 0px;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}
.passenger-number {
	text-align: center;
}
.passenger-number h5 {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
.passenger-number span {
	color: #b51319;
	font-weight: 700;
}
.passenger-number select {
	height: 24px;
	margin-top: 0px;
	padding: 3px;
	border: 1px solid #f0bbbd !important;
}
.cab-list {
	padding: 10px 10px 0px 10px !important;
	background: #f4f4f4;
}
.cab-list img {
	margin-top: 15px;
	border: 2px solid #eee;
}
.cab-item {
	margin-bottom: 15px !important;
}
#payment h2 {
	color: #b51319;
	font-size: 22px;
	margin-top: 0px;
	padding-top: 10px;
    padding-bottom: 0px;
}
#payment h2 strong {
	font-size: 15px;
font-weight: 500;
color: #333;
}
#payment h2 span {
	font-size: 14px;
color: #555;
font-weight: 400;
}
/*hotels*/

.left-search-hotel {
	background: #b51319;
	padding: 20px 20px;
	margin-top: 20px;
}
.left-search-hotel h2 {
	color: #fff !important;
	margin-bottom: 5px !important;
	padding-bottom: 0px !important;
	background: #b51319;
}
.left-search-hotel h6 {
	color: #fff !important;
	font-weight: 600 !important;
}
.left-search-hotel .date-pic {
	margin-top: 10px;
}
.left-search-hotel .date-pic strong {
	color: #fff;
}
.left-search-hotel h5 {
	margin: 8px 0px !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #f6e526 !important;
}
.hotel-search-list h4 {
	font-size: 18px !important;
	color: #0F66BC !important;
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.hotel-search-list h5 {
	font-size: 15px !important;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 0px !important;
	color: #F60 !important;
}
.hotel-search-list h3 {
	font-size: 14px !important;
	margin-top: 5px;
	padding-top: 0px;
	color: #390 !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 10px !important;
}
.hotel-search-items {
	margin-top: 15px;
	background: #fff;
	padding: 10px 0px;
	border: 1px solid #eee;
}
.hotel-search-list h1 {
	font-size: 28px !important;
	margin-top: 15px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}
.tile select {
	float: right;
	margin-top: 5px;
	border: 1px solid #ddd;
	padding: 2px 5px;
}
.max-cost {
	color: #222;
	text-align: left;
	background: #fff;
	padding: 5px 10px;
}
.max-cost h5 {
	line-height: 24px;
	font-size: 13px;
}
.max-cost span {
	color: #E0620E;
}
.choosed-cabs h4 {
	margin-left: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4px;
}
.content-slider li {
	background-color: #ed3020;
	text-align: center;
	color: #FFF;
}
.content-slider h3 {
	margin: 0;
	padding: 70px 0;
}
.package-details h3 {
	color: #0f87c9;
	padding-bottom: 4px;
	border-bottom: 1px solid #ddd;
}
.package-details h4 {
	color: #cf0808;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.package-details p {
	font-size: 13px;
	line-height: 22px;
}
.tour-type {
	color: #333;
	font-size: 15px !important;
	margin: 4px 0px;
}
.terms h2 {
	font-size: 18px;
	color: #1780c5;
	margin-left: 30px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 3px;
}
.terms li {
	list-style: disc;
	font-size: 13px;
	line-height: 22px;
}
.activity-list {
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 10px;
}
.activity-list li {
	list-style: circle;
	width: 50%;
	float: left;
}
.mix-grid .pager, .my-pager {
	float: right;
	background: #ecf0f4;
	height: 30px;
	width: 108px;
	position: relative;
	right: 0px;
	width: 118px \9;
}
.mix-grid .pager img, .my-pager img {
	margin: 3px;
}
.mix-grid .pageNo, .my-pager .pageNo {
	display: inline;
	position: relative;
	top: 0px;
}
.hotel-details {
	margin-top: 20px;
	background: #fff;
	padding-top: 15px;
}
.hotel-details h4 {
	font-size: 16px !important;
	color: #555;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.hotel-facilities {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 8px;
	float: left;
	width: 90%
}
.hotel-facilities li {
	list-style: square;
	font-size: 13px;
	color: #444;
	line-height: 22px;
	width: 50%;
	float: left;
}
.hotel-activities {
	margin-left: 0px;
	padding-left: 15px;
	margin-top: 8px;
	float: left;
	width: 90%
}
.hotel-activities label {
	font-weight: 600;
}
.hotel-activities li {
	list-style-image: url(../images/bullet_icon.png);
	font-size: 13px;
	color: #444;
	line-height: 22px;
	width: 50%;
	float: left;
}
.hotel-address {
	font-size: 14px;
	margin-top: 6px;
	color: #10a70c;
}
.hotel-disc {
	font-size: 13px;
	text-align: justify;
}
.hotel-details h5 {
	font-size: 12px !important;
}
.hotel-details h5 small {
	font-size: 12px;
}
.hotel-details-rooms {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #bbd4e4;
}
.hotel-details-rooms .row {
	margin-bottom: 10px;
}
.hotel-details-rooms h5 {
	margin-bottom: 3px !important;
}
.hotel-details-rooms h6 {
	font-size: 14px;
	background: #fff;
	padding: 6px 10px !important;
}
.hotel-details-rooms h6 strong {
	color: #C00 !important;
	font-size: 15px;
}
.hotel-details h2 {
	color: #C30 !important;
	font-size: 20px !important;
}
.slideshow {
	position: relative;
	width: 100% !important;
	height: 210px;
	overflow: hidden;
	border: 2px solid #eee;
}
.slideshow > div {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}
.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}
.autocomplete-no-suggestion {
	padding: 2px 5px;
}
.autocomplete-selected {
	background: #F0F0F0;
}
.autocomplete-suggestions strong {
	font-weight: bold;
	color: #000;
}
.autocomplete-group {
	padding: 2px 5px;
}
.autocomplete-group strong {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}
#autocomplete {
}
.searchbox a[role=button], button {
	background: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 1rem 3rem;
	text-decoration: none;
}
.searchbox a[role=button]:hover, button:hover {
	opacity: 0.7;
}
.searchbox a[role=button]:active, button:active {
	box-shadow: 0 0 3px #666;
	outline: none;
	;
}
.searchbox hr {
	max-width: 640px;
	height: 1px;
	background: #a9a9a9;
	border: none;
	margin: 2rem auto;
}
.searchbox label {
	display: inline-block;
	font-weight: bold;
	margin: 0 0;
}
.searchbox select {
	visibility: hidden; /* Prevent FOUC */
}
/* Glyphicon Halflings (BS3) */
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot');
	src: url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff') format('woff'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.searchbox .glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font: normal normal 16px/1 'Glyphicons Halflings';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	margin-right: 4px;
}
.searchbox .glyphicon-fire:before {
	content: '\e104';
}
.searchbox .glyphicon-eye-open:before {
	content: '\e105';
}
/* Prettify overrides */
.searchbox pre.prettyprint {
	width: 100% !important;
	height: 100%;
	background: #002b36 !important; /* Solarized $base03 */
	border: none !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	margin: 0 !important;
	overflow: auto;
	white-space: pre !important;
}
/* Pretty Dropdowns overrides */
body.show-selects select {
	height: inherit !important;
	margin-top: 60px;
	visibility: visible !important;
}
body.show-selects #rating {
	margin-top: 40px;
	visibility: visible !important;
}
.prettydropdown > ul > li > small {
	margin-left: 6px;
	opacity: 0.5;
}
/* View Source overlay */
.overlay {
	position: fixed;
	visibility: hidden; /* Prevent FOUC */
	z-index: 1;
}
#overlay-dialog {
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 80%;
	border: 8px solid #073642; /* Solarized $base02 */
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2), 0 -1px 0 rgba(0,0,0,0.02); /* Google Maps */
	box-sizing: border-box;
	opacity: 0.9;
	text-align: left;
	transform: translate(-50%, -50%);
}
#overlay-dialog > button {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 36px;
	background: #d9534f; /* BS4 .bg-danger */
	border: none;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
	padding: 0;
}
#overlay-dialog > button:focus {
	outline: none;
}
#overlay-dialog > button:hover > span {
	opacity: 0.8;
}
#overlay-dialog > button:active > span {
	opacity: 0.6;
}
#overlay-shadow {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.8;
}
/*pop-up*/

#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
}
#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
}
#boxes #dialog {
	width: 450px;
	height: auto;
	padding: 10px;
	background-color: #ffffff;
	font-family: 'Segoe UI Light', sans-serif;
	font-size: 15pt;
}
.maintext {
	text-align: center;
	font-family: "Segoe UI", sans-serif;
	text-decoration: none;
}
body {
	background: url('bg.jpg');
}
#lorem {
	font-size: 12pt;
	text-align: left;
}
#popupfoot {
	font-size: 16pt;
	padding: 10px 20px;
}
#popupfoot a {
	text-decoration: none;
}
.agree:hover {
	background-color: #D1D1D1;
}
.popupoption:hover {
	background-color: #D1D1D1;
	color: green;
}
.popupoption2:hover {
	color: red;
}
.inventory select option {
	background: #fff;
}
.demo {
	position: relative;
}
.demo i {
	position: absolute;
	bottom: 10px;
	right: 24px;
	top: auto;
	cursor: pointer;
}
.acc-header {
	font-weight:700;
	border: 1px solid #ddd;
	padding: 6px 0px;
 background: #fff ;
 color:#086cad;
 padding-top:15px;
 margin-bottom:6px;
 padding-bottom: 30px !important;


}

.acc-header h4 {
margin:0px; 
padding:0px;
color:#b51319;
font-weight:400;
font-size:16px;
 

 

}



/*custom style*/
ul#accordion {
	width: 100%;
	margin: 0 auto 500px;
	padding: 20px 10px
}
ul#accordion li {
	margin-bottom:20px ;
	 
	display:block;
}

.topWrap {
	cursor: pointer;
	padding: 16px 0;
 
	color: #222222;
	height: 20px;
	-webkit-transition:all .3s ease-in;
	-moz-transition:all .3s ease-in;
	transition:all .3s ease-in;
}

li.active .topWrap,
.topWrap:hover {
	 
	 
}
.details {
	display: none;
}
.topWrap,
.details {
	 
	padding: 10px;
}
.details {
	 
}
.topWrap select, .topWrap option {
background: #fff !important;
padding: 0px 3px !important;
height: 30px;
color: #777;
border: 1px solid #ddd !important;

 

	
}


@media (max-width:767px) {
	ul#accordion {
		width: 95%;
		padding: 0;
		margin: 0 auto;
	}
	ul#accordion li {
		padding: 0;
	}
}

.more-data img {
	margin-top:-40px;
	cursor:pointer;
	 
	
}

.day-block {
	background:#f5f5f5;
	border: 1px solid #ddd;
text-align: center;
padding: 5px 5px;
height: 34px;
	
	
	
}
.date-block {
	padding-top:6px;
	
}

.hotel-img {
	margin-top:20px;
	background-size:cover !important;
	border:2px solid #eee;
	 
	height:150px;
	 
	
}
.booked-details {
	border-bottom:2px solid #C00;
	margin-bottom:20px;
	
}

.booked-details select, .booked-details option {
    background: #fff !important;
    padding: 0px 3px !important;
    height: 30px;
    color: #777;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}

.hotel-basic h5 {
	margin-bottom:0px;
	padding-bottom:0px;
	
	
}

.cab-item select, .cab-item option {
    background: #fff !important;
    padding: 0px 3px !important;
    height: 30px;
    color: #777;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
}

/* message box */
.message-box {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.message-box.open {
  display: block;
}
.message-box .mb-container {
  position: absolute;
  left: 0px;
  top: 35%;
  //background: rgba(0, 0, 0, 0.9);
  background: rgb(90, 9, 12);
  padding: 20px;
  width: 100%;
}
.message-box .mb-container .mb-middle {
  width: 50%;
  left: 25%;
  position: relative;
  color: #FFF;
}
.message-box .mb-container .mb-middle .mb-title {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
  font-size: 31px;
  font-weight: 400;
  line-height: 36px;
}
.message-box .mb-container .mb-middle .mb-title .fa,
.message-box .mb-container .mb-middle .mb-title .glyphicon {
  font-size: 38px;
  float: left;
  margin-right: 10px;
}
.message-box .mb-container .mb-middle .mb-content {
  width: 100%;
  float: left;
  padding: 10px 0px 0px;
}
.message-box .mb-container .mb-middle .mb-content p {
  margin-bottom: 0px;
}
.message-box .mb-container .mb-middle .mb-footer {
  width: 100%;
  float: left;
  padding: 10px 0px;
}
.message-box.message-box-warning .mb-container {
  background: rgba(254, 162, 35, 0.9);
}
.message-box.message-box-danger .mb-container {
  background: rgba(182, 70, 69, 0.9);
}
.message-box.message-box-info .mb-container {
  background: rgba(63, 186, 228, 0.9);
}
.message-box.message-box-success .mb-container {
  background: rgba(149, 183, 93, 0.9);
}
/* end message box */

.pack-book {
	margin-top:0px;
}
.acc-header p {
	color:#444;
	font-weight:normal;
	
}
.hotel-basic h5 {
	font-weight:500;
	color:#444;
	font-size: 17px;
}
.hotel-basic .simple-rating i {
	font-size:18px;
}


.right-block  {
	
	margin-top:50px;
}

.top-block {
	margin-bottom:15px;
	
}
.simple-rating {
	margin-top:6px;
}
.simple-rating i {
    color: #f5ba00 ;
    display: inline-block;
    padding: 1px 2px;
    cursor: pointer;
	 
}
.gallery {
	margin-top:10px;
	
}
.gallery  div {
	padding:0px 10px;
	margin-bottom:6px;
	

	
}
.other-hotels p {
	font-size:13px;
	font-weight:500;
	
}

.gallery img {
	border:2px solid #eee;
}
 
 .booked-details h6 {
	 font-size:13px;
	 margin:0px;
	 padding:0px;
	 text-align:center;
 }
 .Alloptionals select {
	 width: 50px;
	 
 }
	
#payment h3 {
	
	color: #333;
	font-size: 19px;
	font-weight: 500;
	border-bottom:none;
	margin-top: 10px;
	
	}
	#payment h3 small {
		font-weight: 500;
        font-size: 14px;
        color: #888;
	}
	#payment h6 strong {
		text-transform:none ;
		font-weight: 500;
color: #444;
		
		
	}
	
	.star-checked {
    color: orange;
}

.star {
	padding-top:15px;
	
}
#payment h5 strong {
	font-weight: 500;
    color: #444;
	
}

#payment h5 {
	font-size: 14px;
color: #333;
line-height: .8em;
	
}
#payment img {
	margin: 10px 0px;
border: 2px solid #fff;
box-shadow: 0px 1px 4px  rgba(0,0,0,.2);
	
}
.filter-header {
    position: fixed;
    left: 167px;
    right: 167px;
    top: 97px;
    //height: 52px;
    z-index: 1;    
}
.popup-dates {
    padding-right: 20px;
}
.spanicon {
    
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    cursor: not-allowed;
}
.popup-row {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.center-align{
    text-align: left;
}
.cat-radio{
  visibility: hidden;
  height: 0;
  width: 0;
}
.cat-label {
  cursor: pointer;    
  background-color: #454545;
  padding: 5px 10px;
  color: #fff;
}

.cat-radio:checked + label{
  background-color: #58ba83;
}