body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Muli';
	max-width: 100% !important;
}
/* ------------------------------------- standard css code starts here ------------------------------------- */
/*a, a:link, a:visited, a:active, a:hover, button {
	text-decoration: none;
	outline: none;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}*/

.pl35 {
	padding-left: 35px;
}
.selectbtn {
	border-radius: 10px;
	padding: 10px 5px 10px 5px;
	text-align: left;
	color: #f76200;
	font-size: 16px;
	max-width: 205px;
	width:100%;
	/*border-color: #f76200;
	font-weight: bold;*/
	border: 2px solid #e25100;
	background: #fff;
	position:relative;
	height: 54px;
	-webkit-transition: background-color 0.9s ease-out;
	-moz-transition: background-color 0.9s ease-out;
	-o-transition: background-color 0.9s ease-out;
	transition: background-color 0.9s ease-out;
}
.selectbtn:hover{
	background-color: #f76200;
	border-color: #e25100;
	color: #fff;
}

.selectbtn:focus, .selectbtn:active:focus{
	background-color: #e25100;
	border-color: #f76200;
	color: #fff;
	outline: none;
}

.cbookbtn {
	border-radius: 7px;
	padding: 16px 10px;
	text-align: left;
	color: #cccccc;
	font-size: 14px;
	border: 2px solid #e6e6e6;
	text-align: center;
}
.cbookbtn:hover, .cbookbtn:focus {
	background-color:#fff;
	border-color: #e25100;
	color: #e25100;
}
/* checkbox css starts*/

.chkdiv {
	position: relative;
}
.cbox {
	display: none;
}
.clabel {
	display: inline-block;
	margin-left: 50px;
	margin-top: 4px;
	cursor: pointer;
	font-weight: normal;
	font-size: 18px;
	color: #4d4d4d;
}
.clabel::before {
	content: "";
	display: inline-block;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 5px;
	border: 1px solid #e25100;
	cursor: pointer;
	border-radius: 3px;
}
.cbox:checked + label::before {
	content: "\f00c";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 29px;
	background-color: #e25100;
	font-family: FontAwesome;
}
/* checkbox css ends */

.tbox {
	/* padding: 5px 15px !important; */
	border: 1px solid #d9d9d9 !important;
	box-shadow: none;
	color: #4d4d4d !important;
	/* border-radius: 8px !important; */
	height: 40px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.ebox {
	color: #4d4d4d !important;
	font-weight: 400 !important;
}

.tbox::-webkit-input-placeholder,.ebox::-webkit-input-placeholder,.textareabox::-webkit-input-placeholder,.hero-unit1 input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  font-weight: 100 !important;
}
.tbox::-moz-placeholder,.ebox::-moz-placeholder,.textareabox::-moz-placeholder,.hero-unit1 input::-moz-placeholder { /* Firefox 19+ */
 font-weight: 100 !important;
}
.tbox:-ms-input-placeholder, .ebox:-ms-input-placeholder,.textareabox:-ms-input-placeholder,.hero-unit1 input:-ms-input-placeholder{ /* IE 10+ */
  font-weight: 100 !important;
}
.tbox:-moz-placeholder,.ebox:-moz-placeholder,.textareabox:-moz-placeholder,.hero-unit1 input:-moz-placeholder{ /* Firefox 18- */
 font-weight: 100 !important;
}

.form-control[disabled],.form-control[readonly]{
	background:#fff !important;
}

.textareabox {
    padding: 5px 15px !important;
    border: 1px solid #d9d9d9 !important;
    box-shadow: none;
    color: #4d4d4d !important;
    border-radius: 8px !important;
    height: 110px !important;
    font-size: 16px !important;
	font-weight: 400 !important;
}

.textareabox:focus {
	background-color: #fafafa;
	border-color: #999999;
	box-shadow: none;
}

.tbox:focus {
	background-color: #fafafa;
	border-color: #999999;
	box-shadow: none;
}
.control-label {
	font-weight: 300;
	font-size: 18px;
	color: #4d4d4d;
}
.sbox {
	padding: 5px 15px;
	font-size: 16px;
	border: 1px solid #d9d9d9;
	border-radius: 0px;
	box-shadow: none;
	color: #999999;
	border-radius: 8px;
	height: 40px;
	background: url(../images/fdown.png) #fff no-repeat right center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
 .sbox::-ms-expand {
 display: none;
}
.sbox:focus {
	background-color: #fafafa;
	border-color: #999999;
	box-shadow: none;
}
/* ------------------------------------- standard css code ends here ------------------------------------- */

header {
	background-color: #fff;
}
.logo {
	margin: 31px 0;
}
.logo a {
	display: table;
	margin: auto;
}
.menubar {
	background: none;
	border: none;
	margin-bottom: 0px;
}
.menubar .navbar-nav > li {
	margin-right: 45px;
}
.menubar .navbar-nav > li:last-child {
	margin-right: 0px;
}
.menubar .navbar-nav > li > a {
	color: #333333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	padding: 68px 0;
	border-top: 3px solid #fff;
}
.menubar .navbar-nav > li > a:hover, .menubar .navbar-nav > li > a:focus {
	color: #933a0d;
	border-color: #933a0d;
}
.resp-btn {
	
	margin-right: 0px;
	border: 2px solid #e25100;
	background-color:#fff;
	border-radius:7px;
}
.resp-btn .icon-bar {
	background: #e25100;
}

.resp-btn:hover
{
	background: #e25100;
}

.resp-btn:hover .icon-bar {
	background: #fff;
	}
	
	footer
	{
		background-color:#25221B;
		padding:20px 0;
	}
	
	footer p
	{
		font-size:14px;
		text-align:none;
		color:#bebcb6;
		margin-bottom:0;
	}
/*.home-banner-wrap {
	background: url(../images/hbg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	text-align: center;
	min-height: 450px;
}*/
.searchbox {
	background-color: #EDEDEB;
}
/* Avail page code starts here */
.avail-wrap {
	/* padding: 50px 0; */
	padding: 0;
}
.search-result-wrap {
	width: 850px;
	margin: auto;
	padding: 0 15px;
	/*margin-left: 91px;*/
}
.search-result-title {
	background-color: #646a75;
	color: #fff;
	font-size: 20px;
	padding: 10px 8px;
	margin-bottom: 25px;
	border-radius: 10px;
	position: relative;
}
/*.place-name {
	padding-left: 240px;
	float: left;
	width: 60%;
	padding-right: 10px;
}
.place-duration {
	float: right;
	width: 40%;
	text-align: right;
}*/

.avail-accord .panel + .panel {
	margin-top: 25px;
}

.avail-accord .panel {
	border: 2px solid #e3e3e3;
	border-radius: 10px;
	background: none;
	position:relative;
}

.avail-accord .panel > .panel-heading {
	padding: 0;
	border: none;
	border-radius: 10px;
}
.avail-accord .panel > .panel-heading .panel-title {
	/*margin-left: 235px;*/
	background-color: #f2f2f2;
	border: none;
	border-radius: 10px;
}
.avail-accord .panel > .panel-heading a {
	display: block;
	font-size: 20px;
	background-color: #ffffff;
	padding: 7px 15px;
	color: #999999;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: 200;
	text-align: left;
}

.avail-accord .panel > .collapse-active a
{
	font-weight:400;
}
.avail-accord .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 0;
}
.avail-accord .collapse-active {
	background-color: #fff;
}
/* After selected the value in accordian data in heading display code starts */

/* Append class 'data-value-fetched' class in 'panel' div */

.data-fetched-div {
	display: none;
}
.data-fetch-label {
	float: left;
	width: 75%;
	text-align: left;
}
.data-fetch-value {
	float: left;
	width: 25%;
	text-align: right;
}
.data-value-fetched .data-fetched-div {
	color: #fff;
	display: block;
	font-weight: 400;
	/*position: relative;*/
}
.data-value-fetched .accord-label {
	display: none;
}
.avail-accord .data-value-fetched > .panel-heading {
	background-color: #646A75;
	position: relative;
}
.avail-accord .data-value-fetched > .panel-heading a {
	background-color: #646A75;
}
/* After selected the value in accordian data in heading display code ends */


.search-footer {
	/*background-color: #666666;
	color: #fff;
	*/
	background-color: #fff;
	color: #666666;
	font-size: 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.search-footer table td
{
	padding: 10px 20px;
	background: #eceaea;
}

.search-footer table td table td{
	padding:0px;
	background: no-repeat;
}

.search-footer table td:nth-child(2){
	background:#ccc;
	font-weight: 600;
}

.total-label {
	padding-left: 110px;
	float: left;
	width: 69%;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-right: 10px;
	background-color: #f2f2f2;
	color: #666666;
}
.total-value {
	float: right;
	width: 30%;
	padding-top: 13px;
	padding-bottom: 13px;
	text-align: right;
	color: #ffffff;
	padding-right: 10px;
}
.roomlist > li {
	padding: 10px;
	border: 2px solid #d9d9d9;
	margin: 10px 10px 20px 10px;
}
.room-desc h3 {
	font-size: 19px;
	color: #666666;
	font-weight: 600;
	margin-top: 0;
}
.rthumblist > li {
	float: left;
	width: 20%;
	padding: 1%;
}
.rthumblist > li img {
	border-radius: 50%;
}
.room-desc p {
	font-size: 12px;
	text-align: justify;
	line-height: 1.4;
}
.rprice-dtl {
	text-align: right;
}
.roomprice-list > li {
	font-size: 19px;
	color: #999999;
	margin-bottom: 10px;
	font-weight: bold;
}

.roomprice-list .child2
{
	color: #646A75;
	font-weight:600;
}

.roomprice-list > li > span {
	font-size: 10px;
	display: block;
}
.roomprice-list > li:first-child {
	color: #666666;
}
.availmsg {
	text-transform: uppercase;
    color: #aa470b !important;
    font-size: 10px !important;
    font-weight: 600;
    padding-top: 5px;
    padding-bottom: 5px;
}
.search-result-wrap .complete-wrap {
	text-align: center;
}
.search-result-wrap .cbookbtn {
	width: 70%;
}
.service-box {
	padding: 10px;
	margin: 0px 10px 20px 105px;
}
.services-title {
	color: #666666;
	font-size: 20px;
}
.services-name {
	float: left;
	width: 77%;
	padding-right: 10px;
}
.services-cost {
	float: right;
	width: 23%;
	text-align: left;
}
.serv-amnt {
	font-size: 20px;
	color: #666666;
}
.services-list > li .minfo {
	margin-left: 40px;
	font-size: 13px;
	text-align: justify;
}
.service-box .continue-box {
	text-align: right;
}
.guestformdiv {
	padding: 10px;
	margin: 10px 10px 20px 10px;
}
.guestformdiv .continue-box {
	text-align: right;
}
.paymentformdiv {
	padding: 10px;
	margin: 10px 10px 20px 10px;
}
.paymentformdiv .continue-box {
	text-align: right;
}
.paymentformdiv .lbl {
	text-align: right;
	padding-right: 0;
}
.paymentformdiv .pl35 {
	padding-left: 35px;
}


.termsdiv
{
	padding: 10px;
margin: 0px 10px 20px 105px;


}

.termsdiv p
{
	font-size: 13px;
text-align: justify;

}

.termsdiv .continue-box {
	text-align: right;
	margin-top:10px;
}

/* Avail page code ends here */
/* thank you page css */

.avail_div{
	padding:15px 20px;
	box-shadow:0 3px 8px rgba(0,0,0,.25);
	border-radius:8px;
	width:850px;
	margin:auto;
}
.avail_div .title_top{
	text-transform:uppercase;
	font-size:18px;
	font-weight:lighter;
}
.avail_content{
	padding:20px 30px;
}
.avail_div .thank_div{
	font-weight:lighter;
	margin-bottom:20px;
}
.avail_div .thank_div b {
	font-size: 55px;
	font-weight: lighter;
	display: inline-block;
}
.avail_div .thank_div span{
	float:right;
	display:table;
	margin-top:25px;
}
.avail_div .thank_div span em{
	display:block;
	font-size:20px;
	text-align:right;
	font-style:normal;
}
.thank_decs{
	padding-bottom:30px;
	margin-bottom:50px;
	border-bottom:1px solid #999;
}
.content_img img{
	margin-bottom:8px;
}
.media_div strong{
	font-size:24px;
	font-weight:400;
}
.media_div p{
	margin-top:8px;
	font-weight:lighter;
	font-size:16px;
}
.media_div p b{
	font-weight:lighter;
	margin-left:20px;
	display:block;
}
.media_div{
	margin-bottom:30px;
	display:block;
}
.media_div span{
	display:inline-block;
	float:right;
}
.p_div{
	padding:15px 30px;
	background-color:#f1f1f1;
	font-size:22px;
	border-radius:8px;
	margin-bottom:30px;
}
.p_div span{
	float:right;
}
.thank_ser{
	margin-top:50px;
	padding-top:30px;
	border-top:1px solid #999;
}
.thank_ser span{
	font-size:22px;
	margin-bottom:30px;
	font-weight:lighter;
	display:block;
}
.thank_ser ul li{
	float:left;
	box-sizing:border-box;
	width:33.33%;
	text-align:center;
}
.thank_ser ul li span {
	margin-top: 10px;
	display: block;
	line-height: normal;
}
.thank_ser p{
	font-weight:lighter;
}
.thank_ser a{
	display:block;
	margin-top:20px;
}
.chn_error,.ccn_error,.eyear_error,.emonth_error,.cvv_error {
	color: red;
}
.guest_btn{
	text-align: right;
	padding-right: 23px;
}
.divLoading img{

	z-index: 99999;
}
.fusion-fullwidth .fusion-row{

    z-index: auto !important;
}
