.block-alert-message{
		background-color: #fffaeb;
		padding: 16px 24px 6px 24px;
		margin-bottom: 5px;
		color: #006699;
		font-size: 14px;
	}
	.block-alert-message p{
		margin-bottom: 10px;
	}
	.block-alert-message_icon{
		width: 5%;
		float: left;
		margin-right: 15px;
		min-height: 50px;
	}
	.block-alert-message_close{
		width: 1%;
		float: right;
		min-height: 50px;
		font-weight: bold;
		text-align: right;
	}
	.block-alert-message_text{
		width: 80%;
		float: left;
	}
	.block-alert-message_close span{
		cursor: pointer;
	}
	.block-alert-message_close	{
	
	}
	.modal-bw-bg{
		-webkit-backface-visibility: hidden;
		background: hsla(0,0%,100%,.8);
		bottom: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: auto;
		position: fixed;
		right: 0;
		text-align: center;
		top: 0;
		z-index: 500;
		-webkit-transition: opacity .35s;
		transition: opacity .35s;
		display: none;
	}
	.modal-bw-fullheight{
		display: none;
		/*pointer-events: none;*/
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		text-align: center;
		z-index: 501;
	}
	.modal-bw-content{
		background: #f9f9f9;
		border: 0;
		box-shadow: 0 3px 7px rgba(0,0,0,.34), 0 0 7px rgba(0,0,0,.11);
		width: 767px;
		height: auto;
		overflow-y: auto;
		overflow-x: hidden;
		text-align: center;
		position: relative;
		word-wrap: break-word;
		margin: 0 auto;
		display: inline-block;
		vertical-align: middle;

	}
	.modal-bw-body{
		height: 100%;
	}
	.modal-bw-header{
		display: -webkit-box;
		display: flex;
		position: -webkit-sticky;
		position: sticky;
		z-index: 2;
		border-bottom: 1px solid #ddd;
		height: 60px;
		top: 0;
		width: 100%;
		padding-left: 30px;
		background-color: #fff;
	}
	.modal-bw-data{
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		overflow-y: auto;
		position: relative;
		height: calc(100% - 60px);
		-webkit-overflow-scrolling: touch;
	}
	body.modal-open {
		overflow: hidden;
	}
	.modal-bw-header__title{
		height: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-flex: 1;
		flex-grow: 1;
		-webkit-box-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		align-items: center;
		font-size: 16px;
		font-weight: bold;
		color: #0068d9;
	}
	.sr-only {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		overflow: hidden;
		clip: rect(0,0,0,0);
		white-space: nowrap;
		border: 0;
	}
	.fullheightmodal__close {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
		width: 60px;
		background: transparent;
		border: 0;
		border-left: 1px solid #ddd;
		cursor: pointer;
		outline: 0;
	}
	.modal-open * {
		box-sizing: border-box;
		
	}
	.modal-bw-text{
		padding: 30px;
	}
	.modal-bw-text__content{
		text-align: left;
		
		font-size: 14px;
		line-height: normal;
	}
	.modal-bw-text__content p{
		margin-bottom: 10px;
		
	}	
	.modal-bw-text_message_ok{
		text-align: left;
		display: none;
		margin: 10px 0px;
	}
	#block_form_ac{
		margin-top: 25px;
	}
	.fullheightmodal__close:hover {
		background: #eee;
	}
	.clearfloat {
		clear: both;
		font-size: 1px;
		height: 0;
		line-height: 0;
	}
	.wrap-ac #owl-demo1{
		margin-top: -5px;
	}
	.wrap-ac .block-alert-message{
		margin-top: 50px;
	}
	.wrap-ac .modal-bw-content{
		width: 96%;
	}
	
	.wrap-ac .modal-bw-fullheight{
		top: 58px;
	}	
	
	.wrap-ac .block_form_tbl td .btn_book {
		font-size: 14px;
		margin-top: 5px;
	}
	.wrap-ac .block_form_tbl a {
    width: 100%;
	color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
	display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	text-transform: uppercase;
}
.modal-bw-content .block-error-am{
	text-align: left;
} 

.wrap-ac .block-error-am h4{
	margin-top: 0px;
}

.ip-footer{
	padding: 2%;
}

.footer-payment-icon img{width: auto !important;height: 50px;}.footer-payment-icon-all{}

.text-center{
	text-align: center;
}	