@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
/*@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');*/

* {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}

/** General section starts **/
.danger {
	color: #FF0000;
}
.success {
	color: #066610;
}
.alert-custom {
	padding: 6px;
}
.container {
    padding-left: 5px;
    padding-right: 5px;
}
.cursor-pointer {
	cursor: pointer;
}
.div-back-to-home {
	margin: 10px 0px;
}
.btn-back-to-home {
	background-color: #feba02;
	padding: 15px;
}
.btn-back-to-home a {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
}
.mg-tp-btm-20 {
	margin: 20px 0;
}
/* Skip nav styles from Liam */
.skipnav {position: absolute; display: none; text-align: left; margin: 0; padding: 0} /*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {display: block} /*Switch on for IE6 and below*/
*+html .skipnav {display: block} /*Switch on for IE7*/
:root .skipnav {display: block} /*Switch on for Moz, FF and Safari*/
.skipnav p {margin: 5px 0 0 0; padding: 0; position: absolute; font-size: 2em;}
.skipnav a {width: 26em; display:block; color: #fff; background: #333; text-decoration: none; padding: 5px; position: absolute; left: -1000em; top: 0; font-weight: bold;}
.skipnav a:visited {color: #fff}
.skipnav a:focus, .skipnav a:active {z-index: 99; top: -3em; left: 0; border: solid #777 2px; color: #fff; background: #333 !important;} 
.skipnav a:hover {cursor: default} 
.todaysdeal{
    height: 35px;
    float: left;
    background-color: #FD8A31;
    width: 34%;
    border-radius: 4px;
}
.todaysdeal span{
    padding: 7px 0px 5px 20px;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}
fieldset 
{
	border: 1px solid #ddd;
	margin: 0;
	min-width: 0;
	padding: 10px;       
	position: relative;
	border-radius:4px;
}	
legend
{
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: auto;
    padding: 5px 5px 5px 5px;
    border-style: none;
}
/** General section ends **/

/** Top Section Starts **/
.topbar {
	padding-top: 10px;
	background-color: #fff;
	width: 100%;
}
.topbar img.customer-logo-image {
	max-width: 120px;
    max-height: 100px;
    margin: auto;
}
.topbar .customer-logo-header {
	color: #155C7D;
}

/*#customer-logo {
	width: 100%;
    max-width: 125px;
    padding-right: 0px;
}*/

#modal-hotel-map span {
	font-size: 24px;
	font-weight: bold;
}

/*.nav-wrapper {
	display: table;
	height: 60px;
}
#nav-bar {
	display: table-cell;
	vertical-align: bottom;
}*/
#nav-bar {
	position: fixed;
	right: 15px;
}

.menubar {
	height: 45px;
	background-color: #007DB6;
	margin-bottom: 10px;
}

.menubar span.customer-support {
	color: #fff;
    line-height: 45px;
    font-size: 13px;
}

#btn-check-rates-top-wrapper {
	text-align: center;
}
#btn-check-rates-top {
	position: relative;
    top: 120px;
    z-index: 10;
    vertical-align: middle;
    color: #fff;
}
#btn-check-rates-top:hover, #btn-check-rates-bottom:hover {
	text-decoration: none;
}
#btn-check-rates-bottom {
	margin-bottom: 10px;
	color: #fff;
}
.btn-primary{
    background-color: #004F88 !important;
}
.alert-success{
    color: #2F5C30 !important;
    background-color: #E3FFE7 !important;
}
.panel-primary>.panel-heading{
    background-color: #004F88 !important;
}
.alert-info{
    color: #000000 !important;
}
.btn-primary-one {
	padding: 5px 10px;
    margin: 0;
    background-color: #004F88;
    border: 4px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    box-shadow: 0 0 3px #aaa;
}
.btn-primary-one:hover {
	background-color: #003580;
    color: #fff;
    -webkit-box-shadow: 0 0 3px #444;
    box-shadow: 0 0 3px #444;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
}
#privacyModal .modal-body p, #termsPolicyModal .modal-body p {
	line-height: 24px;
	font-size: 14px;
}
#privacyModal .close span, #termsPolicyModal .close span {
	font-size: 24px;
}

.imp-info-boder-left, .ada-accessible-room-border-left {
	border-left: 1px ridge;
}

.hotel-page-breadcrumb ol{
        padding-inline-start: 0px;
        -webkit-padding-start: 0px !important;
    }

/** For both phone and tablet start **/
@media only screen and (max-width: 991px) {
	.topbar {width: 100%; height: 100%}
	.page-container {width: 100%}
	.customer-address { text-align: left; margin-bottom: 8px; }
	.search-rooms-heading { text-align: left; }
	.container {
	    overflow: hidden;
	}
	
	.checkinoutlabels.checkinlabel {
	    padding-right: 5px;
	}
    .checkinoutlabels.checkoutlabel {
	    padding-left: 5px;
	}
	img.hotelmainimg {
	    height: 300px !important;
    }
    .panel-default.panel-custom-accordion .panel-heading {
	    background-color: #8AB000;
	}
	.panel-default.panel-custom-accordion .panel-title.collapsetitle {
	    color: #fff;
	}
	.panel-default.panel-custom-accordion {
		margin-bottom: 0px;
	}

	.footer {
		text-align: center;
	}

	table.table-rate-plan td.table-rate-plan-mobile {
		border: none;
		border-bottom: 1px solid #007DB6;
	}

	#btn-confirm-room {
		background-color: #FCBA2E;
		color: #000;
		font-weight: 600;
		border: none;
		margin-bottom: 20px;
		width: 100%;
		height: 55px;
	}

	#btn-check-rates-mobile {
		font-size: 30px;
	}

	.panel-rate-programs {
		margin-bottom: 10px;
	}

	.panel-custom-accordion.panel-customer-package-description {
		margin-bottom: 20px;
	}

	#ui-datepicker-div.custom-datepicker-div {
		width: 20em;
	}

	#travlu-logo img {
		width: 130px;
		height: auto;
	}

	#travlu-logo hr {
		margin: 10px 0;
	}

	.reservation-mods-links li.mob-left {
		padding-right: 5px;
	}
	.reservation-mods-links li.mob-right {
		padding-left: 4px;
	}
	.reservation-mods-links li span {
		font-size: 10px;
	}

	img.img-hotel-attraction {
		width: 100%;
		margin: 0;
		margin-bottom: 10px;
	}

	.alert-noaccount {
		margin-top: 20px;
	}

	.topbar img.customer-logo-image {
		max-width: 80px;
	    max-height: 100px;
	    float: left;
	    margin-right: 5px;
	    min-height: 70px;
	}

	.customer-name div,  .txt-customer-name {
		font-size: 17px !important;
		font-weight: bold !important;
	}

	.customer-name {
		line-height: 24px !important;
	}
	.customer-address span {
	    font-size: 12px;
	}
	.customer-address-wrapper .customer-name div {
		margin-right: 0px;
	}
	.customer-logo-header {
		padding: 0px;
	}

}
/** For both phone and tablet end **/

/** For Phone only start **/
@media only screen and (max-width: 1100px) {
   #nav-bar{position:static;}
   .nav-pills>li+li{margin-left:0;} 
   #btn-check-rates-top{top:155px;}
   .skipnav{position:relative;top: 45px;}
   .skipnav a{right:0;text-align: center;width:200px;}
   #nav-bar > li:first-child{float:none !important;}
   
}
@media only screen and (max-width: 767px) {
    img.hotelmainimg {
	    height: 155px !important;
    }
    .hotel-page-breadcrumb .hotel-page-breadcrum-item {
        /*font-size: 11px;
        padding: 4px !important;*/
    }
    .todaysdeal{
        width: 100%;
    }
    .hotel-page-breadcrumb ol{
        padding-inline-start: 0px !important;
        -webkit-padding-start: 0px !important;
    }
    
    #nav-bar{position:static;}
    .nav>li>a{padding:10px 5px;}
    .nav>li>a{font-size:9px;}
    .nav-pills>li+li{margin-left:0;}
}
@media only screen and (width: 375px) {
   .hotel-page-breadcrumb .hotel-page-breadcrum-item {
        font-size: 11px;
    }
}
@media only screen and (width: 360px) {
   .hotel-page-breadcrumb .hotel-page-breadcrum-item {
        padding: 5px !important;
    }
    .reservation-mods-links li span{
        font-size: 9px;
    }
}
@media only screen and (width: 320px) {
   .hotel-page-breadcrumb .hotel-page-breadcrum-item {
        padding: 0px !important;
    }
    .reservation-mods-links li span{
        font-size: 8px;
    }
}

@media only screen and (max-width: 414px) {
   .hotel-page-breadcrumb .hotel-page-breadcrum-item {
       
    }
}
/** For Phone only end **/

@media only screen and (min-width: 992px) {
    img.hotelmainimg {
	    height: 577px !important;
    }
}
@media only screen and (min-width: 1400px) {
    img.hotelmainimg {
	    height: 650px !important;
    }
}
@media only screen and (min-width: 1650px) {
    img.hotelmainimg {
	    height: 770px !important;
    }
}

/** For tablet only start **/
@media only screen and (min-width: 992px and max-width: 1199px) {
	.container {
		width: 1000px;
	}
}
/** For tablet only end **/

/** For both tablet and desktop start **/
@media only screen and (min-width: 992px) {
	/*.customer-address-wrapper .customer-address { text-align: right; }*/
	.search-rooms-heading { text-align: center; }
	/*img.hotelmainimg {
	    height: 577px !important;
    }*/

    .search-rooms-wrapper.light {
    	background-color: #f5f5f5;
    }
    .search-rooms-wrapper.light .search-rooms-heading {
    	border-bottom: 1px solid #ddd;
    }
    .search-rooms-wrapper.light #btn-check-rates {
    	background-color: #337ab7;
	    border-color: #2e6da4;
    }
    .search-rooms-wrapper.light #btn-check-rates:hover, .search-rooms-wrapper #btn-check-rates:focus{
    	background-color: #286090;
	    border-color: #204d74;
    }
    #btn-confirm-room {
		background-color: #FCBA2E;
		color: #000;
		font-weight: 600;
		border: none;
		margin-bottom: 230px;
		width: 300px;
		height: 55px;
	}
	.rate-plan-room-img-wrapper {
		padding-right: 0;
	}

	img.img-hotel-attraction {
		max-width: 230px;
	    max-height: 135px;
	}
	.topbar {
		position: fixed;
		z-index: 999;
		box-shadow: 0 0 8px rgba(0,0,0,0.4);
	}
	.hotel-page-breadcrumb {
		margin-top: 70px;
	}
	.page-container {
		margin-top: 10px;
	}
	#header-row {
		padding-left: 15px;
	}

	.alert-lucky-day {
		margin-top: 20px;
	}

	.topbar .customer-logo-header {
		padding-bottom: 15px;
	}
}
/** For both tablet and desktop end **/

/** For Desktop (larger device) Only Start **/
@media only screen and (min-width: 1200px) {
	.container {
		width: 1250px;
	}
}
/** For Desktop Only End **/


#btn-check-rates {
    background-color: #c9302c;
    border-color: #ac2925;
    font-size: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}
 
#btn-check-rates:hover, #btn-check-rates:focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.search-rooms-wrapper {
	background-color: #FBBE03;
	padding: 10px;
}
.search-rooms-heading {
	border-bottom: 1px solid #D39E03;
	margin-bottom: 10px;
}
.search-rooms-heading span {
    font-size: 18px;
}
#collapseMap, #collapseMapMobile {
	padding: 0px;
}
#hotel-direction-map, #hotel-direction-map-mobile {
	height: 200px;
	width: 100%;
}
#hotel-direction-map-modal {
	width: 100%;
	height: 500px;
}
.testimonial {
	background-color: #eee;
	font-size: 12px;
}

.testimonial p, .testimonial p strong  {
	font-size: 12px;
}

.testimonial p.testimonial-title {
    color: #003580;
    font-size: 15px;
}

.testimonial .rating {
	border: 2px solid #003580;
	width: 30px;
	height: 30px;
	padding-top: 4px;
	padding-left: 4px;
	border-radius: 50%;
	font-size: 12px;
	float: left;
	margin: 0 10px 10px 0;
	font-weight: bold;
	color: #003580;
}

.accordion {
	padding: 15px 0px;
}

/*.page-main {
	width: 75%;
	float: left;
}*/
.customer-name {
	line-height: 30px;
}
.customer-name div,  .txt-customer-name {
	font-size: 24px;
	font-weight: bold;
}

.txt-customer-name {
	margin-right: 5px;
	vertical-align: middle;
}

.customer-address p {
	font-size: 13px;
}
.customer-address {
	line-height: 25px;
}

.showmap {
	font-size: 13px;
	color: #0077CC;
	text-decoration: underline;
	font-weight: bold;
}

.usaflag {
	position: relative;
	bottom: 1px;
}

.collapsetitle {
    font-weight: bold;
    color: #064E92;
}

.customer-address-wrapper .customer-name div {
	margin-right: 10px;
}

.customer-star-rating {
	display: inline-block;
	vertical-align: middle;
}
.customer-star-rating.mobile {
    margin-bottom: 10px;
}

.customer-cover-image {
	width: 270px;
}

.table-room-info thead, .table-rate-plan thead {
	background-color: #004F88;
	color: #fff;
}

.customer-facility-panel {
	padding: 25px;
}

.customer-facility-row {
	font-size: 16px;
	padding: 15px;
}

.customer-facility-row:not(:last-child) {
	border-bottom: 1px solid #E6E6E6;
}

.hotel-images-carousel-indicators img {
	height: 37px;
	cursor: pointer;
}

.customerstay {
	font-size: 15px;
	font-weight: bold;
}

.checkinoutlabels {
	margin-bottom: 15px;
}

.checkinoutlabels input {
	padding-left: 5px;
	cursor: pointer;
}

.checkinoutlabels label {
	font-size: 15px;
	font-weight: normal;
}

.carousel-control .glyphicon-chevron-left {
    left: 25%;
}
.carousel-control .glyphicon-chevron-right {
    right: 25%;
}
.carousel-control {
    opacity: 0.8;
}
.hotel-images-carousel-indicators {
	margin-top: 5px;
}

@-webkit-keyframes zoom-carousel-image {
	from {
		-webkit-transform: scale(1.2, 1.2);
	}
	to {
		-webkit-transform: scale(1, 1);
	}
}
@keyframes zoom-carousel-image {
	from {
		transform: scale(1.2, 1.2);
	}
	to {
		transform: scale(1, 1);
	}
}

#hotel-images-carousel img.hotelmainimg {
	width: 100%;
	-webkit-animation: zoom-carousel-image 10s;
  	animation: zoom-carousel-image 10s;
}

#hotel-images-carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
#hotel-images-carousel .carousel-inner .active {
  opacity: 1;
}
#hotel-images-carousel .carousel-inner .active.left,
#hotel-images-carousel .carousel-inner .active.right {
  visibility: hidden;
  left: 0;
  opacity: 0;
  z-index: 1;
}
#hotel-images-carousel .carousel-inner .next.left,
#hotel-images-carousel .carousel-inner .prev.right {
  opacity: 1;
}
#hotel-images-carousel .carousel-control {
  z-index: 2;
}

.transition-timer-carousel-progress-bar {
    height: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: absolute;
    bottom: 0;
    opacity: 0.5;
}

#hotel-photo-gallery-carousel-mobile .carousel-inner .item img {
	width: 100%;
}

.hotel-featured-facility-wrapper {
    color: #14661D;
    /*font-weight: bold;*/
    margin: 10px 0px;
    display: block;
    line-height: 20px;
}
.hotel-featured-facility-wrapper .hotel-featured-facility {
    margin-right: 15px;
    display: inline-block;
}

.customer-attraction-header { color: #00529F; font-size: 16px; font-weight: bold; }
.customer-attraction-group li, .list-group-featured-facilities li { border: none; font-size: 14px; padding: 5px 15px; }
.customer-attraction-group li:before { content:"\2713\0020"; color: #00E11A; font-size: 20px; }

/*.customer-dw-rm-pr-tbl { margin-top: 5px; }*/

/*.hotel-page-breadcrumb {margin-bottom: 15px;}*/
.hotel-page-breadcrumb .hotel-page-breadcrum-item {
	border: 1px solid #537BB4;
	border-right: none;
	padding: 10px;
}
.hotel-page-breadcrumb .hotel-page-breadcrum-item:last-child {
	border-right: 1px solid #537BB4;
}
.hotel-page-breadcrumb .hotel-page-breadcrum-item {
	background-color: #E9F0FA;
}
.hotel-page-breadcrumb .hotel-page-breadcrum-item.active {
	font-weight: bold;
	color: #6E5527;
	background-color: #fff;
}

.customer-package-description .panel {
    border-color: #0AB21B;
    color: #14661D;
}

table.table-rate-plan > tbody > tr > td {
	border-top: none;
	border-left: 1px solid #ddd;
}

table.table-datewise-plan td {
	padding: 10px;
}
table.table-datewise-plan {
	margin-top: 10px;
}

table.table-rate-plan > tbody > tr.table-row-datewise-plan {
	border-bottom: 1px solid #ddd;
}

.hotel-room-name span, .hotel-room-actual-price span {
	color: #36559F;
	font-weight: 700;
	font-size: 15px;
}

.hotel-room-new-price span {
	color: #A4290D;
	font-size: 15px;
	font-weight: 700;
}

.priceboxmobile {
	color: #0264AB;
	font-size: 14px;
}

.priceboxmobile-room-sel .input-group {
	width: 100px;
	float: right;
}
.priceboxmobile span {
	font-size: 24px;
	font-weight: 700;
}

.input-group > .input-group-btn > .btn {
   font-size: 20px;
   padding: 2px 10px;
}

#btn-book-rooms {
	min-width: 166px;
}

#btn-book-rooms-mobile, #btn-book-rooms-mobile-fixed {
	width: 100%;
	font-size: 1.5em;
	margin-bottom: 30px;
}

#btn-book-rooms-mobile-fixed {
	position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: 0;
}

#btn-confirm-room:focus, #btn-confirm-room:hover {
	background-color: #007DB6;
	color: #fff;
}

.booking-details .section-check-in, .booking-details .section-check-out {
	margin-bottom: 15px;
}

#lbl-spec-req.collapsed:after, #lbl-spec-req-mob.collapsed:after {
	content: '\25bc';
	color: #0065b8;
}
#lbl-spec-req:not(.collapsed):after, #lbl-spec-req-mob:not(.collapsed):after {
	content: '\25b2';
	color: #0065b8;
}

.custom-cover-img {
	height: 100%;
	width: 100%;
	min-width: 115px;
	/*padding-bottom: 20px;*/
}
.custom-cover-img-safari {
    width: 100%;
	min-width: 115px;
	padding-bottom: 20px;
}
a.terms-policy-link {
	font-weight: 600;
	text-decoration: none;
	color: #000;
}

.panel-danger {
	border-color: #FF0000;
}

/** Flash message starts **/
.room-booking-flash-wrapper{
	margin: 10px auto 10px auto;
	position: relative;
	padding-right: 5px;
}
.room-booking-flash-messages{
	display: inline;
	text-align: center;
}
span.room-booking-flash-message{
	position: absolute;
	opacity: 0;
	overflow: hidden;
	font-size: 16px;
	font-weight: 600;
	color: #000;
	-webkit-animation: rotateFlashMessage 4s linear infinite 0s;
	-ms-animation: rotateFlashMessage 4s linear infinite 0s;
	animation: rotateFlashMessage 4s linear infinite 0s;
}
span.room-booking-flash-message:nth-child(2) { 
    -webkit-animation-delay: 2s; 
	-ms-animation-delay: 2s; 
	animation-delay: 2s; 
	color: #000;
}

@-webkit-keyframes rotateFlashMessage {
    0% { opacity: 0; } 10% { opacity: 1; } 60% { opacity: 0; }
}
@-ms-keyframes rotateFlashMessage {
    0% { opacity: 0; } 10% { opacity: 1; } 60% { opacity: 0; }
}
@keyframes rotateFlashMessage {
    0% { opacity: 0; } 10% { opacity: 1; } 60% { opacity: 0; }
}
/** Flash message ends **/

.lbl-bst-price{
	color: #003784;
	font-weight: 700;
	font-size: 18px;
}
.lbl-bst-price:before {
	content: "\2713";
    color: #00E11A;
    font-size: 24px;
    margin-right: 5px;
}
.txt-bst-price {
	color: #003784;
	font-weight: 600;
	margin-left: 24px;
}
.lbl-imp-info,.lbl-ada-accessible-room {
	color: #003784;	
	font-weight: 700;
	font-size: 18px;
}
.lbl-imp-info:before {
	content: "\24d8";
    color: #003784;
    font-size: 22px;
    margin-right: 5px; 
}
.lbl-ada-accessible-room:before {
	content: "\1F6CF";
    color: #003784;
    font-size: 22px;
    margin-right: 10px; 	
}
.txt-imp-info,.txt-ada-accessible-room {
	color: #003784;
}

.panel-booking-details {
	border: 14px solid #E9F0FA;
}

.panel-booking-details .panel-body * {
	font-size: 15px;
}

.panel-booking-details .panel-heading {
    background-color: #E9F0FA;
    border: 1px solid #E9F0FA;
    color: #FFFFFF;
}
.panel-booking-details .panel-title {
    font-size: 18px;
    font-weight: bold;
}
.txt-reservation-no {
	font-size: 24px;
	font-weight: bold;
}
.txt-congrats {
	font-size: 18px;
	font-weight: bold;
}
.reservation-mods-links li {
    margin: 6px 0px;
    font-weight: bold;
}

.reservation-mods-links a img {
	margin-right: 4px;
}
.add-line {
	font-weight: 300;
	color: #000;
}

#travlu-logo {
	margin-bottom: 8px;
}

li.list-hotel-amenities {
	padding: 5px 0;
}

li.list-hotel-amenities:before {
	content: "\2713\0020";
    color: #00E11A;
    font-size: 20px;
}

img.img-hotel-attraction.pull-left {
	margin-right: 10px;
	margin-bottom: 10px;
}
img.img-hotel-attraction.pull-right {
	margin-left: 10px;
	margin-bottom: 10px;
}
.gallery-thumbnail {
	padding: 5px 5px;
}
.gallery-thumbnail > img.img-thumbnail:not(.loading) {
	width: 100%;
	height: 140px;
}

#modal-photo-gallery .modal-body{
	padding: 0;
}
#modal-photo-gallery button.close {
	float: right;
    margin-right: -30px;
    margin-top: -30px;
    background-color: #000;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    opacity: 1;
}
#modal-photo-gallery button:hover, #modal-photo-gallery button:focus{
    outline: 2px solid red;
}
#modal-photo-gallery button.close span {
	font-size: 30px;
	color: #fff;
}
#modal-photo-gallery .modal-dialog {
	width: 70%;
}
#modal-photo-gallery .carousel .item img {
	min-height: 600px;
	width: 100%;
}

#hotel-photo-gallery-thumb-indicators {
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}
#hotel-photo-gallery-thumb-indicators img {
	width: 70px;
	height: 50px;
}

.hotel-banners-wrapper {
	padding: 0;
	overflow: hidden;
}

.col-cover-img {
	padding-right: 0;
}

#ui-datepicker-div {
	z-index: 99 !important;
}

.has-error > #ccnumber, .has-error > #ccnumber:focus {
    border-color: #FF0000 !important;
}

/** Main Section Ends **/

/** Slick slider starts **/
.slick-slider-wrapper {
	padding: 0px 50px;
	background-color: #F4F3F3;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slider-wrapper .slick-slider {
    cursor: pointer;
}
.slick-slider-wrapper .slick-slider .slick-current {
	background-color: #ddd; color:#2A465F;font-weight:bold;
}
.slick-slider-wrapper .slick-slider .slick-slide {
	min-height:60px; 
	padding:10px 30px; 
	float:left;  
	font-size:15px; 
	border-right:1px solid #BFBFBF;  
	border-left:1px solid #BFBFBF; 
	text-align:center;
}
.slick-slider-wrapper .slick-slider .slick-slide:hover{
	background-color:#ECEAEA; 
	color:#006FD6;
}
.slick-slider-wrapper .slick-slider .slick-track {
	float:left;
}
/** Slick slider ends **/

/** Rate programs starts **/
.customer-package {
	display: none;
}
.customer-package.active {
	display: block;
}
/** Rate programs ends **/

/** Footer section starts **/
.footer {
	background-color: #000;
	color: #fff;
	padding: 30px 0;
}
.footer-links {
	background-color: #1A1A1A;
	padding: 35px 0;
}
.footer-contact-links a {
	color: #fff;
}
.footer-contact-links a:link, .footer-contact-links  a:visited {
	color: #fff;
	text-decoration: none;
}
.footer-contact-links a:hover, .footer-contact-links  a:focus {
	font-weight: 600;
}
.footer-links li {
	font-size: 13px;
	margin: 5px 0px;
}
.footer-links div {
	margin-bottom: 15px;
}



.footer-social-icons{width:100%; display:block; margin:0 auto;}
.social-icon{color:#000; font-size:22px;}
.social-icons li{vertical-align:top; display:inline; }
.social-icons a{color:#999999; text-decoration:none;}
.social-icons a span{display:none;}

.fa{border:1px solid #3D3D3D; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s;
transition: .5s;}
.fa:hover{color:#fff;}

.fa-facebook{padding:8px 12px;}
.fa-facebook:hover{background-color:#3d5b99; border:1px solid #3d5b99;}

.fa-twitter{padding:8px 10px;}
.fa-twitter:hover{background-color:#00aced; border:1px solid #00aced;}

.fa-pinterest{padding:8px 7px;}
.fa-pinterest:hover{background-color:#BD081B; border:1px solid #e25714;}

.fa-youtube{padding:8px 12px;}
.fa-youtube:hover{background-color:#e64a41; border:1px solid #e64a41;}

.fa-google-plus{padding:8px 7px;display: none !important;}
.fa-google-plus:hover{background-color:#e25714; border:1px solid #e25714;}

.fa-instagram{padding:8px 12px;}
.fa-instagram:hover{background-color:#F56A42; border:1px solid #0073a4;}


.footer-copyright {
	margin-top: 15px;
	color: #B3B3B3;
	line-height: 20px;
}

.footer-copyright a {
	color: #B3B3B3;
}
.footer-copyright a:link, .footer-copyright a:visited {
	color: #B3B3B3;
	text-decoration: none;
}
.footer-copyright a:hover, .footer-copyright a:focus {
	color: #fff;
}


.follow-us-txt {
	font-size: 22px;
	margin-bottom: 15px;
}
.footer-container {
	padding: 0;
}
.fa-wheelchair{
    display: none;
}
/** Footer section ends **/


