@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-style: oblique;
	}

/** General section starts **/
.container {
    padding-left: 5px;
    padding-right: 5px;
}
.cursor-pointer {
	cursor: pointer;
}
.btn-back-to-home {
	background-color: #feba02;
	padding: 15px;
}
.mg-tp-btm-20 {
	margin: 20px 0;
}
/* For Firefox */
input[type='number'] {
    -moz-appearance:textfield;
}
/* Webkit browsers like Safari and Chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
body{
   background-image: url("AmerihostDesk.jpg");
  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* 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%;
	    margin-top: -10px;
}
.topbar img.customer-logo-image {
	max-width: 120px;
    max-height: 100px;
    margin: auto;
}
.topbar .customer-logo-header {
	color: #155C7D;
}

#nav-bar {
	right: -35px;
	margin-top:35px;
	position:relative;
}

.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;
    }

.container-fluid{overflow:hidden;}
/** 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;
	}
	.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: 20px !important;
		font-weight: bold !important;
		margin-top:45px !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: 767px) {
    img.hotelmainimg {
	    height: 155px !important;
    }
    .hotel-page-breadcrumb .hotel-page-breadcrum-item {
        
    }
    .todaysdeal{
        width: 100%;
    }
    .hotel-page-breadcrumb ol{
        padding-inline-start: 0px !important;
        -webkit-padding-start: 0px !important;
    }
    
    .customer-name, .txt-customer-name{font-size:17px;}
    .nav>li>a{padding:5px;}
    .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 {
       
    }
}


@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);
	}
	.page-container {
		margin-top: 10px;
	}
	#header-row {
		padding-left: 15px;
	}

	.topbar .customer-logo-header {
		padding-bottom: 5px;
	}
}

@media only screen and (min-width: 1200px) {
	.container {
		width: 1250px;
	}
}

.header-left{padding-left:100px;}
.header-left a.logo{position: absolute;left: 0;}
*/
.customer-name {
	 line-height: 52px;
}
.customer-name,  .txt-customer-name {
	font-size: 24px;
	font-weight: bold;
}

.txt-customer-name {
	margin-right: 5px;
	vertical-align: middle;
}

.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; }

.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;
}

.hotel-banners-wrapper {
	padding: 0;
	overflow: hidden;
}


#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;}
.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;}


.follow-us-txt {
	font-size: 22px;
	margin-bottom: 15px;
}
.footer-container {
	padding: 0;
}

.customer-name{
	font-size:20px;
}
.customer-name {
		line-height: 48px !important;
	}
/** Footer section ends **/