/*@charset "UTF-8";
/* CSS Document */
@font-face{

	font-family:my font;

	src:url(../fonts/Notera_PersonalUseOnly.ttf);	 

}
body
{
	 font-family: Lucida Bright,Georgia,serif;
	 margin:0px;
	 padding:0px;
	 border:none;
	 color:#000000;
	background:#C3BDBD /*f3ece1;
	background:#a9731b21;*/
}
#main_wrapper
{
	width:100%;
	display:block;
	border:0px solid green;
}
.grid-line {
    width: 100%;
    height: 15px;
    background: repeating-linear-gradient( to right, #000, #000 20px, #fff 20px, #fff 50px );
    display: block;
}
.top_header_wrapper
{
	width:100%;
	display:block;
	border:0px solid red;
}
.top_header
{
	width:100%;
	display:block;
	border:0px solid blue;
	float:left;
	background:#e7e9ea /*eadcc9*/;
	-ms-background:#e7e9ea /*eadcc9*/;
}
.top
{
	display:flex;
	border:0px solid black;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	
	
}
.logo_wrapper
{
	width:45%;
	border:0px solid black;
	overflow:hidden;
}
.logo
{
	width:100%;
	border:0px solid pink;
	display:block;
}
.logo>img
{
	max-width:100%;
	margin:0px auto;
	display:inline-block;
}
.logo>h1
{
	width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 2.4em;
    color: #000000;
    text-transform: capitalize;
}
.logo>h1>span
{
	display: block;
    text-align: center;
    font-size: 0.8em;
    padding-top: 6px;
    color: #26262d;
    font-weight: 600;
}
.logo>h1+span
{
	display: block;
	color:#ff0000;    
	font-size: 1.7rem;
}
.logo>h1+span>cite
{
	display: block;
}
.top_booking_wrapper
{
	width:38%;
	border:0px solid black;
	overflow:hidden;
}
.top_booking
{
	width:100%;
	border:0px solid pink;
	display:block;
    text-align: center;
}
.top_booking>a.btn-warning
{
	background: #25262c;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    padding: 10px 15px;
    margin-left: 10px;
}
/*.top_booking>a[title]
{
	text-transform:capitalize;
}*/
.top_number_wrapper
{
	width:17%;
	border:0px solid black;
	overflow:hidden;
}
.top_number
{
	width:100%;
	border:0px solid pink;
	display:block;
	text-align:center;
}
.top_number>h4
{
	color:#000000;	
    font-size: 1.6em;
}
.top_number>a
{	
    color: #000000;
    font-size: 1.5rem;
    margin-bottom: 9rem;
}
.top_number>h4:last-child+a>img
{
}
.top_number>img
{
	max-width:100%;
}
.menu
{
	width:100%;
	display:block;
	border:0px solid green;
}
.menu>.navbar
{
	background:transparent;
	border:0px;
	box-shadow:none;
	border-radius:0px;
	min-height:30px;
	margin-bottom:0px;
}
.menu ul.navbar-nav
{
	text-align:right;
	float:none;
}
.menu .navbar-nav>li
{
	float:none;
	display:inline-block;
}
.menu .navbar-nav>li>a {
    color: #000000;
	text-transform:capitalize;
	text-decoration:none;
	font-size:1.2em;
	    padding-top: 10px;
    padding-bottom: 10px;
}
a>h4
{
	text-decoration:none;
	color:#000000;
}
#slider_wrapper
{
	width:100%;
	display:block;
	border:0px solid;
	
}
.slider_bg
{
	width:100%;
	display:block;
	float:left;
	background:#e7e9ea /*eadcc9*/;
}/*
.slider_bg[class="col-sm-12"]
{
	padding-left:0px;
	padding-right:0px;
}*/
.slider
{
	width:100%;
	display:block;
	border:0px solid green;
	overflow:hidden;
	box-sizing:border-box;
}
.slider>h1
{
	text-align: center;
	color: #ff0000;
}
.slider>h1>cite
{
	
}
.slider>img
{
	max-width:100%;
}
/*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        /*jssor slider bullet skin 053 css*/
        .jssorb053 .i {position:absolute;cursor:pointer;}
        .jssorb053 .i .b {fill:#fff;fill-opacity:0.5;}
        .jssorb053 .i:hover .b {fill-opacity:.7;}
        .jssorb053 .iav .b {fill-opacity: 1;}
        .jssorb053 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 093 css*/
        .jssora093 {display:block;position:absolute;cursor:pointer;}
        .jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093:hover {opacity:.8;}
        .jssora093.jssora093dn {opacity:.6;}
        .jssora093.jssora093ds {opacity:.3;pointer-events:none;}
#mian_content_wrapper
{
	width:100%;
	display:block;
	border:0px solid;
}

.mian_content
{
	width:100%;
	display:block;
	border:0px solid green;
	float:left;
	background:#e7e9ea /*eadcc9*/;
}

.content_flex
{
	display:flex;
	border:0px solid red;
	flex-wrap:wrap;
	display:-webkit-flex-box;
	display:-moz-flex-box;
	display:-webkit-flex;
	display:-moz-flex;	
	
}
.left_wrapper
{
	width:33.333%;
	display:block;
	border:0px solid red;
	padding-right: 15px;
}
.check-avail {
    width: 100%;
    height: auto;
        background: #26262d;
    margin: 0;
    padding: 2px;
    color: #ffffff;
}
.check-avail table
{
	width:100%
}
select#checkin_day_p,select#checkin_month_year_p,select#checkout_day_p,select#checkout_month_year_p
{
	width:42% !important;
	height:25px;
	color: #000000;
    font-size: 1.2em;
    text-align: center;
}
img.ui-datepicker-trigger
{
	max-width:100% !important; 
    vertical-align: top;
}
td.search-box-heading>div
{
	text-transform: capitalize;
    font-size: 1.4em;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
td.padding
{
	font-size: 1.2em;
    padding-bottom: 10px;
    padding-top: 10px;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #ca502f;
    border: none;
    padding: 10px 15px;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 20px;
}
.hotel_facility
{
	width:100%;
	display:block;
	border:0px solid;
	margin-top:20px;
	
}
.hotel_facility>h4
{
	    font-size: 1.6em;
    font-weight: 600;
    color: #ca502f;
    text-transform: capitalize;
}
.hotel_facility>ul
{
	list-style: square;
    color: #27272e;
}
.hotel_facility>ul>li
{
	padding-bottom: 7px;
    font-size: 1.1em;
}
.hotel_facility>ul>li>span
{
	color:#000000;
}
.hotel_facility>ul>li>span>small
{
	color: #ca502f;
}
.tripadvisor_reviews
{
	width:100%;
	display:block;
	border:0px solid;
	margin-top:20px;
	background: #ffffff;
    padding: 5px;
}
.tripadvisor_reviews img
{
	max-width:100%;
	display:block;
	margin:0px auto;
}

.content_wrapper
{
	width:66.666%;
	display:block;
	border:0px solid pink;
	padding-right: 15px;
	padding-left: 15px;
}
.content_wrapper>h1
{
	text-transform:capitalize;
}
.content_wrapper>h2
{
	
}
.content_wrapper>h4
{
	
}
.content_wrapper>p
{
    font-size: 1.1em;
    line-height: 2em;
}
.address
{
	width:100%;
	display:block;
	border:0px solid green;
	margin-bottom:20px;
}
.address>p
{
	 font-size: 1.2em;
	 font-weight:600;
}
.address>p:last-child
{
	text-transform:uppercase;
}
.twin_share_room
{
	float:right;
}

.twin_share_room>a.btn-warning {
        background: #ca502f;
    font-size: 1.2em;
    text-transform: uppercase;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    padding: 10px 15px;
    /* margin-left: 10px; */
    display: block;
    /* margin-top: 8px; */
    width: 50%;
    margin: 10px auto;
}
.reception_hours
{
	width: 100%;
    display: block;
    border: 0px solid;
    padding: 20px;
    /*box-shadow: inset 2px 2px 60px #ffffff;
    border-radius: 5px;*/
	margin-bottom:20px;
	background:#565252;
	color:#ffffff;
}
#room_types_wrapper
{
	width:100%;
	display:block;
	border:0px solid green;
}
.room_types
{
	width:100%;
	display:block;
	background:#25262c;
	float:left;	
	    padding: 30px 0px 0px;
}
.room_types>.col-sm-12
{
	position:inherit; 
}
.room_img_wrapper
{
	width:100%;
	display:flex;
	display:-webkit-flex;
	display:-moz-flex;
	flex-wrap:wrap;
	align-items:flex-start;
	border:0px solid yellow;
}
.room_img
{
	width:20%;
	border:0px solid yellow;
	vertical-align:top;
	padding: 2px;
}
.room_img>img.img-thumbnail
{
	padding: 2px;
	border-radius:0px;
}

.room_img img
{
	max-width:100%;
	margin:0px auto;
	display:block;
}

.hotel_outlet_img
{
	width:100%;
	display:block;
	border:1px solid;
	margin-top:20px;
}
.hotel_outlet_img img
{
	max-width:25%;
	display:inline-block;
	vertical-align:top;
	margin:0px auto;
	float:left;
}
.hotel_outlet_img>img.img-thumbnail
{
	padding: 0px;
	border-radius:0px;
	border:0px;
}

.room_types>h1{
	color: #fff;
    padding-top: 0px;
    text-align: center;
    font-weight: 600;
    font-family: my font;
	font-size:3.5em;	
    text-transform: capitalize;
}

#hotel_facilities_wrapper
{
	width:100%;
	display:block;
	border:0px solid green;
}
.hotel_facilities
{
	width:100%;
	display:block;
	float:left;
	background:#ffffff;
}
.hotel_facilities>.col-sm-12
{
	position:inherit; 
}
.hotel
{
	width:100%;
	display:block;
	border:0px solid blue;
	padding:20px 0px 10px;
	text-align:center;
}
.hotel>ul
{
}

.hotel>ul>li
{
	width: 10%;
}
.hotel>ul>li img
{
	display:block;
	margin:0px auto;
	max-width:100%;
}
.hotel>ul>li>span
{
	display:block;
	text-transform:capitalize;
	font-weight: 400;
	    font-size: 1.1em;
}
#room_apartment_wrapper
{
	width:100%;
	display:block;
	border:0px solid green;
	    padding-bottom: 30px;
}
.room_apartment
{
	width:100%;
	display:block;
	float:left;
	background:#ffffff;
}
.room_apartment>.col-sm-6
{
	position:inherit; 
}
.room_apartment_img
{
	width:100%;
	display:block;
	border:0px solid blue; 
}
.room_apartment_heading
{
	width:100%;
	display:block;
	bottom:0;
	right:0;
	background:#26262d;
	padding-bottom: 10px;
	padding-left: 10px;
}
.room_apartment_heading>h4
{
	    margin-top: 0px;
    text-transform: capitalize;
    color: #ffffff;
    padding-top: 5px;
    margin-bottom: 0px;
}
.room_apartment_heading>h4>a
{
	text-decoration:none;
	color:#ffffff;
}
.room_apartment_heading>span
{
	text-transform:capitalize;	
	color:#ffffff;
}
.room_apartment_img img
{
	max-width:100%;
	display:block;
	margin:0px auto;
}
.room_apartment_text
{
	width:100%;
	display:block;    
	background: #e7e9ea /*eadcc9*/;
    padding: 10px;
}
.room_apartment_text>p
{
	text-align:justify;
}

.room_apartment_text>a.btn-warning {
        background: #27272e;
    font-size: 1.2em;
    text-transform: capitalize;
    border-radius: 0px;
    box-shadow: none;
    border: 0px;
    padding: 10px 25px;
    /* margin-left: 10px; */
    /* display: block; */
    /* margin-top: 8px; */
    margin: 10px auto;
}

#footer_wrapper
{
	background: #27272e;
	width:100%;
	display:block;
}
.footer
{
	width:100%;
	display:block;
	float:left;
	border:0px solid red;
}
.footer>.col-sm-12
{
	position:inherit; 
}
footer
{
	display:flex;
	flex-wrap:wrap;
	border:0px solid yellow;
	    align-items: center;
}
footer>p
{
	text-align:center;
	color: #ffffff;
    width: 100%;
    font-size: 0.8em;
}
.footer_address
{
	width:65%;
	border:0px solid #ffffff;
}
.footer_address>h1
{
	color:#ffffff;
	text-transform:capitalize;
}
.footer_address>p
{
	color:#ffffff;
}
.footer_address>ul>li
{
	color:#ffffff;
	text-transform:capitalize;
	border-right:1px solid #ffffff;
}
.footer_address>ul>li>a
{
	color:#ffffff;
	text-decoration:none;
	
}
.footer_address>ul>li:last-child
{
	border:none;
}
.footer_menu
{
	width:100%;
	display:block;
	border:0px solid green;
}
.footer_menu>ul>li>a
{
	text-decoration:none;
	color:#ffffff;
	font-size:0.844em; 
	text-transform:capitalize;
}
.footer_icon
{
	width:35%;
	border:0px solid red;
}
#photo_gallery_wrappr
{
	width:100%;
	display:block;
	border:0px solid green;
	margin-bottom:20px;
}
#photo_gallery_wrappr .col-sm-4
{
	position:inherit;
	padding-left:5px;
	padding-right:5px;	
}
.photo_gallery
{
	width:100%;
	display:block;
	border:0px solid red;
	margin-bottom:10px;
}
.photo_gallery img
{
	max-width:100%;
	margin:0px auto;
	display:block;
}
#contact_form
{
	width:100%;
	display:block;
	border:0px solid green;
	margin-bottom:20px;
	padding: 15px;
	box-shadow: inset 2px 2px 60px #c3bdbd;
    border-radius: 5px;
}
#contact_form>h4{
text-transform:capitalize;
} 
#contact_form .col-sm-3, .col-sm-7, .col-sm-offset-3
{
	position:inherit;
}
#contact_form label
{
	text-transform:capitalize;
}
#contact_form input[type=submit]  
{
	color:#ffffff;
	padding:6px 15px;  
}
.room_amenties
{
	width:100%;
	display:block;
	border:0px solid green;
}
.room_amenties>h1,.room_amenties>h2,.room_amenties>h4 
{
	text-transform:capitalize;
}
.room_amenties>h4 
{
	    font-size: 1.4em;
    font-weight: 400;
    color: #ca502f;
    text-transform: capitalize;
}


.room_type_room_block
{
	width:100%;
	display:block;
	background:#25262c;	
	margin: 30px 0px 0px;
	border:0px solid green;
}
.room_type_room_block img
{
	max-width:100%;
	display:block;
	margin:0px auto;
}
.form
{
	width:100%;
	display:block;
	border:3px solid #ffffff;
	padding-top: 10%;
	margin-top:20px;
}
.form .col-sm-6,.col-sm-3
{
	position:inherit;
}
.form-horizontal .control-label
{
	text-transform:capitalize;
}
.form input[type=submit]
{
	    padding: 0px 15px;
		color:#ffffff;
}
.close
{
	opacity:1;
	color:#fff;
}
	/*###################### End Desktop ######################*/


@media only screen and (min-width:0px) and (max-width:767px)
{
	.logo_wrapper
	{
		width:100%;
	}
	.logo>h1
	{
		font-size:2em;
	}
	.top_booking_wrapper
	{
		width:100%; 	
	}
	.top_number_wrapper
	{
		width:100%;
	}
	.menu ul.navbar-nav
	{
		text-align:inherit;
		float:left;
	}
	.menu .navbar-nav>li
	{
		float:none;
		display:block;
	}
	.left_wrapper
	{
		width:100%;
		padding-right:0px;
	}
	.hotel_facility>h4 
	{
		font-size: 1.2em;
	}
	.content_wrapper
	{
		width:100%;
		padding-right:0px;
		padding-left:0px;
		
	}
	.content_wrapper>h1 
	{
		font-size: 2em;
	}
	.twin_share_room
	{
		float:none;
	}
	.hotel>ul>li
	{
		width: 32%;
		padding-bottom: 15px;
	}
	.footer_address
	{
		width:100%;
	}
	.footer_icon
	{
		width:100%;
	}
}


@media only screen and (min-width:768px) and (max-width:1023px)
{
	.logo>h1
	{
		font-size: 1.964em; 
	}
	.top_booking_wrapper
	{
		width:30%;
	}
	.top_booking>a.btn-warning
	{
		display: block;
    	margin-top: 5px;
	}
	.top_number_wrapper
	{
		width:25%;
	}
	.menu ul.navbar-nav 
	{
		text-align: left;
	}
	.menu .navbar-nav>li>a
	{
		    padding: 10px 5px;
		    font-size: 1.192em;
	}
	.navbar-collapse 
	{
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1400px)
{
	.top_booking_wrapper
	{
		width:30%;
	}
	.top_booking>a.btn-warning
	{
		display: block;
    	margin-top: 5px;
	}
	.top_number_wrapper
	{
		width:25%;
	}
}