/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
body {
	margin: 0;
	padding:0;
	font:normal 13px/20px 'ubunturegular';
	background: url(../images/bg.gif) top left repeat;
	color:#8d6a57;
}
.my-awards li {
    float: left;
    margin: 8px;
    padding: 8px;
    border: 1px solid;
}
.award-text {
    font-size: 16px;
    color: #a24e40;
    padding: 6px 0 0 0;
}

.my-awards-tittle {
    font: normal 24px/40px 'ubuntulight';
    color: #fd861a;
    text-align: center;
}
input{
	border:0;
	padding:0;
}
h6 {
    font-size: 27px;
    font-weight: normal;
    line-height: 35px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translatey(-20px);
}
100% {
opacity:1;
-webkit-transform:translatey(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity:0;
-moz-transform:translatey(-20px);
}
100% {
opacity:1;
-moz-transform:translatey(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity:0;
-o-transform:translatey(-20px);
}
100% {
opacity:1;
-o-transform:translatey(0);
}
}
@keyframes fadeInDown {
0% {
opacity:0;
transform:translatey(-20px);
}
100% {
opacity:1;
transform:translatey(0);
}
}
/* ===== Primary Styles ======================================================== */
.center {
	width:1000px;
	margin:0 auto;
}

.flexslider ol 
{
display :none;
}


/* ===== Header ======================================================== */


header[role="mainheader"] {
}
.header-panel {
	height:126px;
	border-top:2px solid #ccad4b;
}
h1#logo {
	width:260px;
	padding:5px 0 0 370px;
	margin:0;
	float:left;
}
h1#logo a {
	display:block;
	text-indent:-9999px;
	height:117px;
	background:url(../images/logo.png) no-repeat left top;
}
.header-right{
	float:right;
	width:180px;
}
.header-right .social-nav {
    clear: both;
    padding: 20px 0 0 0;
}
.header-right .social-nav li {
    float: left;
    margin: 0 2px 0 0;
}
.header-right .social-nav li a {
    background: url(../images/social-icon.png) no-repeat  left top;
    display: block;
    height: 30px;
    text-indent: -9999px;
    transition: opacity 0.3s ease-in-out 0s;
    width: 30px;
}
.header-right .social-nav li a:hover {
    opacity: 0.7;
}
.header-right .social-nav li.fb-icon a {
    background-position: 0 0;
}
.header-right .social-nav li.fb-icon a:hover {
    background-position: 0 -30px;
}
.header-right .social-nav li.tw-icon a {
    background-position: -34px 0;
}
.header-right .social-nav li.tw-icon a:hover {
    background-position: -34px -30px;
}
.header-right .social-nav li.in-icon a {
    background-position: -68px 0;
}
.header-right .social-nav li.in-icon a:hover {
    background-position: -68px -30px;
}
.header-right .social-nav li.gp-icon a {
    background-position: -102px 0;
}
.header-right .social-nav li.gp-icon a:hover {
    background-position: -102px -30px;
}
.header-right .social-nav li.im-icon a {
    background-position: -136px 0;
}
.header-right .social-nav li.im-icon a:hover {
    background-position: -136px -30px;
}
/* ===== Banner ======================================================== */
.banner-panel{
	height:418px;
	position:relative;
	z-index:10;
	clear:both;
	background:url(../images/banner-bg.jpg) left bottom no-repeat;
}
#banner { height:402px; padding:18px 0 0 0; position:relative; }
.baner-panel{
	height:400px;
	background:#d9bc49;
}
.navigation{
	width:920px;
	padding:0 40px;
	background:url(../images/menu-bg.png) left top no-repeat;
	height:53px;
	position:absolute;
	top:0px;
    left:5px;
	z-index:10;
}
.main-menu{
	float:left;
}
.main-menu ul{
	width:920px;
	float:left;
}
.main-menu li{
	float:left;
	font-family: 'ubuntumedium';
	font-size:15px;
	position:relative;
	z-index:15;
}
.main-menu li:hover a, .main-menu li.active a{
	line-height:50px;
	text-transform:uppercase;
	float:left;
	height:50px;
	color:#ff4800;
	background:#FFF;
}
.main-menu li a{
	color:#f5d74c;
	padding:0 13px 0 13px;
	line-height:50px;
	text-transform:uppercase;
	float:left;
	height:50px;
	
}
.main-menu li a:hover{
	color:#FFF;
	background:#d9bc49;
	
}
.main-menu li .subnav2 {
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	z-index:16;
	left: 0; top:49px;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 181px;
	display:none;
	border:0;
	
}
.main-menu li .subnav2 ul{
	width:181px;	
}
.main-menu li:hover .subnav2 {
	display: block;
	
		-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown; 
		-webkit-animation-duration: .3s;
	   -moz-animation-duration: .3s;
	     -o-animation-duration: .3s;
	        animation-duration: .3s;
}
.main-menu li .subnav2 ul  li{
	margin: 0; padding: 0;
	clear: both;
	width: 180px;
	background:none;
	padding:0;
	border-top:0;
	line-height:none;
	height:auto;
	font-size: 14px;
}
.main-menu li .subnav2 ul  li a{
	padding:10px 0 10px 12px;
	line-height:22px;
	height:auto;
	display:block;
	border:0;
}
.main-menu li .subnav2 ul  li a:hover{
	border:0;
	background:#d9bc49;
}
.main-menu li  .subnav2 ul  li.lastChild{
	border:none;
}
.main-menu li.over:hover li a {
	color:#E1296F;
}
.main-menu li.over .subnav2 ul  li a {
	color:#6c5151;
}
html .main-menu li .subnav2 ul  li a {
	padding-left: 15px;
	display:block;
	float:none;
	font-size:12px;
}

/* ===== Content ======================================================== */
.maincontent{
}
.maincontent .content-top{
	background:url(../images/re-bg.png) left top repeat;
	border-bottom:1px solid #ccad4b;
	padding:10px 0 10px 0;
	height:39px;
}
.form-area{
width:800px;
height:39px;
padding:0px;
float:left;
}

.form-area h3{
	float:left;
	padding:0 20px 0 0;
	font-family: 'ubuntumedium';
	font-size:15px;
	line-height:38px;
	color:#FFF;
	text-transform:uppercase;
}
.form-area ul{
	padding:0 0 0 10px;
}
.form-area ul li{
	padding:0px;
	float:left;
	margin-right:15px;
}
 .form-area input.textBox {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#8c8c8c;
	padding:2px 0px 2px 10px;
	width:158px;
	height:35px;
	/*background:#FFF url(../images/calendar-icon.gif) 145px 12px no-repeat;*/
}
.submit {
    background:#bf9958;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    cursor: pointer;
	font-weight:bold;
    height: 39px;
    padding: 0 15px;
    text-transform: uppercase;
}
.submit:hover {
    background:#e2a63f;
    transition: all 0.6s ease 0s;
}
.contentarea{
	background:#FFF;
	padding:15px 20px;
}
.main-box{
	width:960px;
	padding-bottom:40px;
	background:url(../images/brdr01.gif) bottom left no-repeat;
}
.main-box .box{
	width:308px;
	min-height:230px; 
    height:auto !important; 
    height:230px;
	margin:0 15px 0 0;
	float:left;
	border: #dedede 1px solid;
}
.main-box .box p{
	padding:10px 0 0 0;
	text-align:justify;
	color:#8d6a57;
}
.main-box .box h2{
	font-size:18px;
	font-family: 'ubuntubold';
	color:#a24e40;
}
.main-box .box .content{
	width:276px;
	min-height:198px; 
    height:auto !important; 
    height:198px;
	border: #fff 1px solid;
	background-color: #F5F5F5;
	padding:15px;
}
.box .content .txt02{
	min-height: 130px; 
    height:auto !important; 
    height: 130px;
}
.box .content .txt02 li {
    background: url(../images/icon02.png) 0px 7px no-repeat;
    padding:0px 0 0 15px;
	font-size:12px;
}
.box .content .txt02 li a {
    color: #8d6a57;
}
.box .content .txt02 li a:hover {
    color: #a24e40;
}
.content-header{
	width:960px;
	height:190px;
	margin:auto;
	background:url(../images/header.gif) bottom left no-repeat;
	float:left;
	margin:0 15px 0 0;
}
.favrooms{
	
	width:288px;
	height:190px;
	float:left;
	border: #dedede 1px solid;
	margin:0 15px 0 0;
	padding-left:10px;
	padding-right:10px;
	}
.whatguests{
	
	width:288px;
	height:190px;
	float:left;
    border: #dedede 1px solid;
padding-left:10px;
	padding-right:10px;
     
	}
.awards-achievements {
    width: 288px;
    height: 190px;
    float: left;
    border: #dedede 1px solid;
    padding-left: 10px;
    padding-right: 10px;
	margin:0 15px 0 0;
}

.awards-achievements a {
    text-align: center;
    padding: 0 64px 0 64px;
    outline: none !important;
}
.content-header h2{
	font:normal 24px/40px 'ubuntulight';
	color:#fd861a;
	text-align:center;
}
.content-header p{
	font-size:16px;
	text-align:center;
	color:#a24e40;
}
.content-border{
	border: #dedede 1px solid;
	display: inline-block;
}
.content{
	width: 956px;
	height: auto;
	border: #fff 1px solid;
	background-color: #F5F5F5;
	/*display: inline-block;*/
	position: relative;
	padding: 0 0 25px 0;
}
#fronttext-devider1, #fronttext-devider2 {
	height: 75%;
	width: 1px;
	background: #E0E0DE;
	border-right: #f7f7f5 1px solid;
	position: absolute;
	top: 41px;
	left: 316px;
}
#fronttext-devider2 {
	left: 633px;
}
.fronttext{
	width: 270px;
	display: inline-block;
	float: left;
	margin: 0 25px 0 23px;
	position: relative;
}
.title-container {
	position: absolute;
	margin: -12px 0 15px -125px;
	display: inline-block;
	width: 250px;
	height: 44px;
	left: 50%;
	float: left;
}
.title-container .bar-bg {
  	position: absolute;
	background:url(../images/bar-bg.png) top left no-repeat;
	width: 250px;
	height: 44px;
}
.title {
	position: absolute;
	top: 0px;
	left: 10px;
	width: 230px;
	height: 34px;
	display: inline-block;
}
.title-container h2 {
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 230px;
	text-align: center;
	margin: 8px 0 0 0;
}
.frontcontent-container {
	display: inline-block;
	padding: 42px 0 0 0;
}
.postimage-container {
	border: #dedede 1px solid;
	margin: 0 0 15px 0;
	display: inline-block;
	float: left;
}
.postimage {
	width: 266px;
	height: 104px;
	border: #fff 1px solid;
	overflow: hidden;
}
.postimage img {
	height: 104px;
	width: 266px;
}
.fronttext .frontcontent {
	font-family: 'ubuntulight';
	line-height:20px;
	font-size:13px;
	text-shadow: #f8f8f8 0px 1px 0px;
	text-align:justify;
	min-height: 205px; 
    height:auto !important; 
    height: 205px;
}
.read-btn{
	font-size:13px;
	line-height:30px;
	padding:0 12px 0 ;
	margin: 20px 0 0 4px;
	float:left;
	background:#f5f5f5;
	color:#ba1014 !important;
	border:1px solid #eec546;
}
.read-btn1{
	font-size:13px;
	line-height:30px;
	padding:0 12px 0 ;
	margin: 10px 0 0 4px;
	float:right;
	margin-right:108px;
	background:#f5f5f5;
	color:#ba1014 !important;
	border:1px solid #eec546;
}
.certi-title {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
}
.read-btn:hover{
	border:1px solid #eec546;
	background:#f5f5f5;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color:#eec546 !important;
}
.slider-list-02{
	clear:both;
	margin:15px 0 5px;
	height:156px;
	width:960px;
	background:url(../images/slider-bg.jpg) top left no-repeat;
}
/* ===== Footer Styles ======================================================== */
footer[role="mainfooter"] {
	background:#4b332e;
	border-top:5px solid #d9bc49;
	margin:0 0 0 0;
}
.footer-top{
	padding:28px 0 15px 0;
}
.footer-top .row01{
	float:left;
	width:215px;
	padding:0 20px 0 230px;
	background:url(../images/footer-logo.gif) 0px 20px no-repeat;
}
.footer-top h3{
	font-family: 'ubuntumedium';
	font-size:18px;
	color:#FFF;
	padding:0 0 16px 0;
	text-transform:uppercase;
}
.footer-top p{
	color:#cbaba4;
	line-height:18px;
}
.footer-top .row02{
	float:left;
	width:290px;
	padding:0 20px 0 0;
}
.footer-top .row02 .list01{
	font-family: 'ubuntulight';
	font-size:12px;
	line-height:18px;
	padding:5px 0 0 0;
}
.footer-top .list01 li{
	width:100%;
	float:left;
	padding:0 0 15px 0;
}
.footer-top .list01 figure{
	float:left;
	width:46px;
	overflow:hidden;
}
.footer-top .list01 figure img{
	max-height:46px;
	max-width:46px;
}
.footer-top .list01 figcaption{
	float:left;
	width:228px;
	padding:2px 0 0 15px;
}
.footer-top .list01 a figcaption{
	color:#cbaba4;
}
.footer-top .list01 a:hover figcaption{
	color:#FFF;
}
.footer-top .row03{
	float:left;
	width:225px;
	padding:0 0 0 0;
}
.footer-top .text01{
	font-family: 'ubuntulight';
	font-size:12px;
	color:#cbaba4;
	padding:5px 0 15px 0;
	display:block;
}
.footer-top .cont01{
	display:block;
	clear:both;
	padding:0 0 10px 0;
	color:#cbaba4;
}
.footer-top .cont01 a{
	color:#cbaba4;
}
.footer-top .cont01 a:hover{
	color:#FFF;
}
.footer-top .cont01 i{
	width:16px;
	height:16px;
	float:left;
	background: url(../images/icon01.png) no-repeat left top;
	margin:0 5px 0 0;
}
.footer-top .cont01 i.ph-icon{
	background-position:0 0;
}
.footer-top .cont01 i.mail-icon{
	background-position:0 -20px;
}
.footer-top .cont01 i.fax-icon{
	background-position:0 -47px;
}
.footer-top .social-nav {
	width:100%;
	padding:10px 0 0 0;
}
.footer-top .social-nav li {
	float:left;
	margin: 0px 0px 0px 0;
}
.footer-top .social-nav li a {
	display: block;
	width:31px;
	height:31px;
	background: url(../images/social-icon01.png) no-repeat left top;
	text-indent:-9999px;
	transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}
.footer-top .social-nav li a:hover {
	opacity: 0.7;
}
.footer-top .social-nav li.fb-icon a {
	background-position: -2px 0px;
}
.footer-top  .social-nav li.fb-icon a:hover {
	background-position: -2px 0px;
}
.footer-top .social-nav li.tw-icon a {
	background-position: -35px 0px;
}
.footer-top .social-nav li.tw-icon a:hover {
	background-position: -35px 0px;
}
.footer-top .social-nav li.gp-icon a {
	background-position: -68px 0px;
}
.footer-top .social-nav li.gp-icon a:hover {
	background-position: -68px 0px;
}
.footer-top .social-nav li.feed-icon a {
	background-position: -101px 0px;
}
.footer-top .social-nav li.feed-icon a:hover {
	background-position: -101px 0px;
}
.footer-top .social-nav li.in-icon a {
	background-position: -134px 0px;
}
.footer-top .social-nav li.in-icon a:hover {
	background-position: -134px 0px;
}
.footer-btm{
	background:#573b35;
	font-family: 'ubuntulight';
	font-size:12px;
	color:#d2a59b;
	height:60px;
	line-height:60px;
}
/* ===== inner ======================================================== */
.banner-panel02{
	height:100px;
	position:relative;
	z-index:10;
	clear:both;
	background:url(../images/banner-bg.jpg) left 17px no-repeat;
}
#banner02 { height:84px; padding:18px 0 0 0; position:relative; }
.contentarea02 {
background: none repeat scroll 0 0 #FFFFFF;
margin: -6px 0 0;
padding: 0 20px 15px;
}

#content-top{
    background:#FFF url(../images/content_top.gif) no-repeat 50% bottom ;
    display: inline-block;
    height: 48px;
    margin:0;
    width:1000px;
	position:relative;
}
#breadcrumbs {
    color: #7C7C7C;
    display: inline-block;
    left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 #F8F8F8;
    top: 15px;
}
#breadcrumbs a{
    color: #C10000;
	text-decoration:none;
}
#breadcrumbs a:hover{
    color: #C10000;
	text-decoration:underline;
}
.inner-content{
    padding:40px 20px 0px 20px;
}
.inner-content .row-01{
	width:50%;
	padding:0 5% 0 0;
	float:left;
}
.inner-content .row-02{
	width:45%;
	padding:0 0 0 0;
	float:left;
}
.inner-content .contact-panel .row-01{
	width: 45%;
	padding:0 5% 0 0;
}
.inner-content .contact-panel .row-02{
	width: 50%;
}
.inner-content .contact-panel h3{
	font-family: 'ubuntumedium';
	font-size:15px;
	padding:0 0 15px 0;
}
.inner-content .form-list{
	padding:0 0 0 0;
}
.inner-content .form-list li{
	padding:0 0 12px 0;
	width:100%;
	float:left;
}
.inner-content .text-field01, .inner-content .text-area01{
	background:#f9f9f9;
	border:1px solid #c3c5c9;
	width:90%;
	height:28px;
		moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	color:#a0a0a0;
	font-family: 'ubunturegular';
	font-size:13px;
	padding:5px 0 5px 3%;
	line-height:28px;
}
.inner-content .text-area01{
	height:120px;
	line-height:24px;
	padding:2% 0 0 3%;
}
.inner-content .submit01{
	background: url(../images/submit01.jpg) no-repeat left top;
	width:187px;
	height:45px;
	cursor:pointer;
	border:0;
}
.inner-content .accept01{
	background: url(../images/accept01.jpg) no-repeat left top;
	width:187px;
	height:45px;
	cursor:pointer;
	border:0;
}
.inner-content .submit011{
	background: url(../images/confirm1.jpg) no-repeat left top;
	width:187px;
	height:45px;
	cursor:pointer;
	border:0;
}
.inner-content .cancel011{
	background: url(../images/cancel1.jpg) no-repeat left top;
	width:187px;
	height:45px;
	cursor:pointer;
	border:0;
}
.inner-content .submit01:hover{
	background-position:0 -45px;
}
.inner-content .accept01:hover{
	background-position:0 -45px;
}
.inner-content .contact-panel .row-02{
	width: 50%;
}
.inner-content .row-02 .map{
	width:100%;
	clear:both;
	padding:10px 0 0 0;
}
.inner-content .row-02 .contact-01 {
float: left;
font-size: 14px;
padding: 0 0 15px;
text-align: left;
width: 50%;
}
.inner-content .row-02 .contact-01 p{
	text-align:left;
}
.inner-content .contact-panel {
    font-family: 'ubuntulight';
}
.inner-content .contact-panel a {
    color: #5A5A5A;
}
.inner-content .contact-panel a:hover {
    color: #4A83E7;
}
.gallery{
	padding:0;
}
.gallery ul{
	padding:10px 0 0
}
.gallery li{
	width:281px;
	float:left;
	padding:0 30px 15px 0;
}
.gallery li.lastChild{
	padding:0;
}
.gallery li a, .gallery a .img01, .gallery .img01{
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gallery a .img01, .gallery .img01{
	border: 5px solid rgba(0, 0, 0, 0.1);

}
.gallery a:hover .img01{
	border:5px solid rgba(211, 38, 38, 0.8);
}

.inner-content .bx-cont01{
margin:0 0 10px 0;
}
.inner-content .list{
margin: 10px 0;
padding: 15px;
}
.inner-content .list li{
background:url(../images/icon03.png) no-repeat 0 4px;
padding: 0 0 10px 15px;
}
.inner-content .bx-cont01 h4 {
font-size: 14px;
line-height: 14px;
padding: 0 0 8px;
} 
 .inner-content  .bx-cont01 p{
	margin:0 0 10px 0;
}
.bx-space{padding-bottom:40px;}

.inner-content .bx-cont01 h3{
	font-family: 'ubuntumedium';
	font-size:15px;
	padding:0 0 5px 0;
	color:#414141;
}
.inner-content img.img02 {
float: right;
margin: 0 0px 10px 25px ;
}
section#rooms {
    margin: 0 -9px 20px;
}
#rooms .item:after, #rooms .item.shortcodeCustomType:after {
    background: url("design/img/slider-mirror-small.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
    bottom: 0;
    height: 31px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    width: 322px;
}
#rooms .item.shortcodeCustomType:after {
    bottom: -10px;
}
.hentry:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
article.ait-room, article.ait-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #EBEBEB;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    padding: 5px;
    width: 309px;
}
.hentry {
    margin-bottom: 10px;
}
.hentry .entry-header:after {
    clear: both;
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
}
.hentry .entry-header {
    position: relative;
}
header, nav, article, footer, address {
    display: block;
}
.hentry .entry-thumb-img {
    float: left;
}
.hentry .entry-thumb-img a {
    display: block;
    padding-right: 9px;
}



================================rooms----============================

.album{
	padding:0;
}
.album ul{
	padding:10px 0 0
}
.album li{
	width:210px;
	float:left;
	padding:0 19px 11px 0;
}
.album li.lastChild{
	padding:0;
}
.album li a, .album a .img01, .album .img01{
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.album a .img01, .album .img01{
	border: 5px solid rgba(0, 0, 0, 0.1);

}
.album a:hover .img01{
	border:5px solid rgba(211, 38, 38, 0.8);
}
 /=========Letter==========/
.letter-panel{
width:899px;
margin:auto;
color:#853b13;
}
.letter-panel .head{
width:899px;
height:141px;
display: inline-block;
font-size:24px;
line-height:80px;
text-align: center;
margin:0;
padding:0;
background:url(../images/roller-top.jpg) top right no-repeat;
color:#53250e;
}

.letter-panel .middle {
background: url("../images/roller-middle.jpg") repeat-y scroll right top rgba(0, 0, 0, 0);
margin: 0;
padding: 0 50px;
width: 799px;
color: #53250E;
font-size: 14px;
}



 
.letter-panel .bottom{
width:899px;
height:155px;
margin:0;
padding:0;
background:url(../images/roller-bottom.jpg) bottom right no-repeat;
}

/*==================== google map=========================*/
#map_canvas {
height: 385px;
width: 100%;
}
.pad01{
padding-bottom:0px;
}
.title-container {
position: absolute;
margin: -12px 0 15px -125px;
display: inline-block;
width: 250px;
height: 44px;
left: 50%;
float: left;
z-index:10;
}

/**************ADDED**************************/
i{background:url(../images/sprite-01.png) left top no-repeat; float:left; display:block;}
.content-panel{ background:#f9f9f9; padding:13px 14px 13px 15px;}
.slider-outer{ width:650px; height:434px; margin:auto;}

ul.sml-list01 { padding:10px 0 0 0; float:left; font:normal 13px/20px 'ubunturegular';}
.sml-list01 li{ float:left; padding:0; min-height:29px;}
.sml-list01 li span{ padding:4px 10px 0 0; float:left;}
.sml-list01 i{ margin:0 5px 0 0;}
.sml-list01 i.wifi{ background-position:0 -6px; width:26px; height:22px;}
.sml-list01 i.ac{ background-position:-41px -6px; width:19px; height:21px;}
.sml-list01 i.single{ background-position:-7px -34px; width:12px; height:27px;}
.sml-list01 i.duble{ background-position:-36px -34px; width:31px; height:30px;}
.sml-list01 i.family{ background-position:-81px -5px; width:35px; height:28px;}

ul.sml-list02 {padding:20px 0 0 50px; clear:both;}
.sml-list02 li{ float:left; padding:0 18px 0 0;}
.sml-list02 i{ margin:5px 5px 0 0; background-position:-90px -46px; width:12px; height:9px;}

.table-panel{ padding:23px 0 0 0;  }
.table-content{ width:821px; margin:0 auto;}
.head-bg{ width:779px; height:47px; background:url(../images/head-bg01.png) left top no-repeat; display:block;position:relative;
font-size:20px; color:#FFF; padding:0 0 0 42px; line-height:47px;}
.head-bg:before{background:url(../images/img01.png) left top no-repeat;  content: " "; display:block; position:absolute; width:47px; height:46px; left:-47px; top:10px;}
.head-bg:after{background:url(../images/img01.png) left -50px no-repeat;  content: " "; display:block; position:absolute; width:47px; height:46px;  right:-47px; top:10px;}
.table-inner{background:url(../images/bg-01.png) left top repeat-y; padding:12px 44px 12px 44px;}
.table-inner td{ padding:10px 8px 10px 8px; color:#a67104; vertical-align:middle;}
.table-inner td h3{ font-size:18px;}
.table-inner tr.even{ background:#f9e3ad; border-bottom:1px solid #d2b881;}
.table-inner tr.odd{ background:#ffffff; border-bottom:1px solid #ffffff;}

.confirm{
background: url(../images/confirm-btn.png) no-repeat left top;
width:87px;
height:45px;
cursor:pointer;
border:0;
}
.confirm:hover{
background-position:0 -45px;
}
.cancel{
background: url(../images/cancel-btn.png) no-repeat left top;
width:87px;
height:45px;
margin:0 0 0 10px;
cursor:pointer;
border:0;
}
.cancel:hover{
background-position:0 -45px;
}



