* {
  margin: 0;
  padding: 0;
  outline: 0 none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
  color: #000;
  background: #fff
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, address, mainimage, container {
  display: block;
}
img {
  border:none;
}
a {
  outline: medium none;
}
a:link, a:visited, a:hover {
  text-decoration:none;
}
ul {
  list-style: none outside none;
}
html {
}
body {
  font-family: 'ubunturegular';
  font-size:13px;
  color:#717171;
  line-height:25px;
  font-weight:normal; margin:0; padding:0;
}
#wrapper {
  background: none repeat scroll 0 0 #d7d7d7;
}
/* HEADER CSS START HERE */
#main {
  display: block;
  height: 104px;
  margin: 0 auto;
  z-index:1;
  position:fixed;
  padding: 0;
  width: 100%; top:0; left:0; 
}
.main-bg {
  margin: 0 auto;
  position: relative;
  width: 1060px;
  background:#fff;
}
.headerchangecolor .main-bg {
  border-bottom: 1px solid #c1c1c1;
}
header {
  display: block;
  height: 104px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 882px;
}
#content-wrapper {
  position: relative;
}
#logo {
  height: 80px;
  left: -25px;
  position: absolute;
  top: 11px;
  width: 183px;
}
.logo-name {
  position:absolute;
  top:6px;
  left:83px;
}
#name {
  color: #717171;
  font-size: 14px;
  font-weight: normal;
  left: 213px;
  line-height: 21px;
  position: absolute;
  top: 25px;
}
.numberheader {
  padding-left: 0px;
}
.no-pipe {
  margin: 0 8px;
}
/***** TOPNAV START *****/
#nav {
  right: 0px;
  position: absolute;
  top: 55px;

}
#topnav {
  margin: 0px auto 0;
  padding: 0;
  position:relative;
}
#topnav ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
#topnav li {
  display: inline;
  position:relative;
  float: left;
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: auto;
  height:52px;
  line-height:52px;
}
#topnav li a {
  float: left;
  font-size: 17px;
  padding: 0 0px 0 0;
}
#topnav li.ttd {
  padding-right: 0;
  width:122px;
}
#topnav li.home{ width:68px;}
#topnav li.loc{ width:90px;}
#topnav li.acco{ width:156px;}
#topnav li.ame{ width:182px;}

#topnav a.nav:link, #topnav a.nav:visited {
  color: #074c6f;
}
#topnav a.nav:hover {
  color: #9b9f16;
}
#topnav a.navON:link, #topnav a.navON:visited, #topnav a.navON:hover {
  color: #9b9f16;
}
#topnav li.managersp {
  display:none;
}

.subnav .icon-sub {
  display: inline-block;
  font-size: 17px;
  margin-right: 4px;margin-top: -5px;
  vertical-align: middle;
}
ul#menu li ul.sub-menu li {
  background: #969C23;
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  width: 100%;
}
ul#menu li ul.sub-menu {
  display: none;
  height: auto;
  left: 0;
  position: absolute;
  top: 51px;
  width: 191px;
  z-index: 999;
}
ul#menu li ul.sub-menu a {
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: normal;
  height: 29px;
  letter-spacing: 0.03em;
  line-height: 29px;
  margin: 0;
  padding: 0 0 0 11px;
  text-align: left;
  width: 95%;
  z-index: 999;
}
ul#menu li ul.sub-menu a:link, ul#menu li ul.sub-menu a:visited {
  color: #ffffff;
  background:#969C23;
}
ul#menu li ul.sub-menu a:hover {
  background:#08577F;
}
ul#menu li:hover ul.sub-menu {
  display:block;
}
#topnav li a span, .icon-list2, .icon-home {
  display: none;
}
/*-------------- */


#subnav {
  height: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 22px;
  width: auto;
}
#subnav ul {
  list-style: none outside none;
  margin: 0;
  position: relative;
}
#subnav ul li {
  padding:0;
  float: left;
  margin:0 24px 0 0;
  padding:0;
}
#subnav ul li:last-child {
  margin:0 0px 0 0 !important;
}
#subnav ul li a {
  color: #9b9f16;
  font-size: 14px;
  margin-right: 0px;
  padding: 0 0px 0 0px;
  text-align: center;
  text-decoration: none;
}
span.icon-email.icon-sub{margin-top:-2px;}
#subnav a.nav:link {
  color: #9b9f16;
  text-decoration: none;
}

#subnav a.nav:hover, #subnav a.navON:link, #subnav a.navON:visited, #subnav a.navON:hover {
  color: #074c6f;
  text-decoration: none;
}
/* mainimage */
#middle { 
  width:100%;
  min-height:660px;
  margin:0 auto;
  z-index:0;	
  position:relative;
  overflow:hidden;
}
#mainimage { 
  margin-left:-700px;
  left:50%;
  text-align: center;
  line-height: 0;
  width: 1400px;
  z-index: 0;position:relative;
  overflow: hidden;
}

#mainimage .bx-wrapper img {
  display: block;
  width: 100%;
  height:auto;
  min-width:1400px;
}
/* mainimage end */
#subholder {
  height: 66px;
  position: relative;
  width: 960px;
  margin:0 auto;
}
.managerspecial {
  background: url("/images_noindex/manager-bg.jpg") no-repeat scroll 0 bottom;
  float: left;
  font-size: 16px;
  height: 66px;
  position: relative;
  text-transform: uppercase;
  width: 231px;
}
.managerspecial a {
  color: #003363 !important;
  display: block;
  line-height: 18px;
  letter-spacing: 0px;
  padding: 11px 0 13px 104px;
  text-align: left;
  font-size:18px;
}
.managerspecial a:hover {
  color:#C55C16 !important;
}
.mngicon {
  display: block;
  height: 104px;
  left: -6px;
  position: absolute;
  top: -25px;
  width: 119px;
  z-index: 10;
}
#reservation {
  background:#08577f;
  height: 66px;
  margin: 0 auto 36px;
  padding: 0;
  width: 1060px;
  z-index: 2;
}
.reservation-tilte {
  color: #ffffff;
  float: left;
  font-size: 18px;
  line-height: 66px;
  margin-right: 12px;
  padding: 0;
  z-index: 0;
}
/* content */
#contentinfo {
  margin: -253px auto 0;
  padding: 0;
  position: relative;
  z-index: 0;
  width: 100%;
}
#container {
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 50px;
  position: relative;
  width: 962px;
}
#leftcolumn{
  margin:0px auto;
  max-width:1060px;
  background:#fff;
  position: relative;
  margin: 0 auto;
}
#content {
  float: right;
  padding: 0px 0px 0px 0px;
  position: relative;
  margin:0px 0 0 0px;width:100%;
}
.clear {
  clear:both;
}
/*aside*/
aside {
  float: left;

  width: 273px; z-index: 0;
}
.asidecontent {
}

/*aside*/
#header {
  color: #08577f;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  font-family: 'ubuntulight';
  margin: 0px 0 10px;
  position: relative;
  text-transform:capitalize;
}
.header-text {

}
.home-box1, .home-box2 {
  padding-top: 5px;
}
.home-box1 {
  padding-bottom: 1px;
}
.home-box-left {
  float: left;
  padding-right: 20px;
  width: 330px;
}
.verti-pix-home {
  border-right: 1px solid #8AB6E3;
  float: left;
  height: 131px;
  margin: 5px 0 0;
  width: 1px;
}
.home-box-right {
  float: right;
  padding-left: 20px;
  width: 330px;
}
.home-box2 .verti-pix-home {
  height: 131px;
}
#number {
  left: 126px;
  position: absolute;
  top: 77px;
}
.milestone1 {
  display:block;
  text-align:center !important;
  text-transform:uppercase;
}
.pkgbtndiv {
  width:111px;
  margin:15px 0px 5px 0px;
}
.resinput-lineinner.res-bookinner {
  float:right;
}
.arro-reason-txt {
  background-image: url("/images_noindex/sprite.png");
  background-position: -103px -304px;
  display: inline-block;
  height: 5px;
  position: relative;
  width: 5px;
  margin-left: 2px;
}
.loc-img {
  border: 3px solid #FFFFFF;
}
.slider-text {
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: capitalize;
}
.slider-text a {
  color:#0055A6 !important;
  font-size:16px;
  text-transform: capitalize;
}
.slider-text a:hover {
  color:#f57f00 !important;
}
.ttd-inner {
  padding-top: 6px;
  padding-bottom: 13px;
}
.locationcolumn {
  float: left;
  padding-right: 25px;
  width: 33%;
}
.rooms-box {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 8px;
  padding-top: 10px;
}
.quote {
  border-top: 1px solid #d7d7d7;
  color: #0055a6;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  margin-bottom: 13px;
  margin-top: 14px;
  padding-bottom: 14px;
  padding-top: 15px;
  text-align: center;
}
.homequotetxt {
  border-bottom: 1px solid #BDD8F1;
}
.accoquotetxt {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #BDD8F1;
}
.quote-inner {
  margin: 0 auto;
  width: 645px;
}
.dir1 {
  width: 33% !important;
}
.imgcapcha {
  height: 30px;
  line-height: 30px;
}

.sp-title {
  line-height: 31px;
  padding-left: 13px;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
.sp-img {
  height: 141px;
}
.viewall {
  background: url("/images_noindex/arrow.png") no-repeat scroll right 5px;
  bottom: -33px;
  color: #FFFFFF;
  font-size: 16px;
  padding-right: 22px;
  position: absolute;
  right: 0;
}
.sp-title a:link, .viewall a:link {
  color: #FFFFFF;
}
.sp-title a:visited, .viewall a:visited {
  color: #FFFFFF;
}
.sp-title a:hover, .viewall a:hover {
  color: #C1E0F5;
}

.thanks-msg {
  text-align: center;
  font-weight: bold;
}
.slide-desc {
  bottom: 20px;
  color: #FFFFFF;
  display: block;
  font-size: 25px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.015em;
  line-height: 27px;
  margin: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  display:none;
  text-transform: uppercase;
  z-index: 1;
}
.slide-text {
  font-size: 22px;
  text-transform: lowercase;
}
#middle-box {
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.mainimage-shedow {
  background: url("/images_noindex/mainimage-shedow.png") repeat-x ;
  bottom: 0;
  height: 152px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
#topnav li.pkg {
  display: none;
}
.mapdisplay {
  height: auto;
  max-width: 960px;
  overflow: hidden;
  width: 100%;
}
.mapdisplay img {
  display: block;
  height: auto;
  width: 100%;
}
.socialmediabuttons_wrap {
  height: 20px;
  line-height: normal;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: 52px;
  width: 150px;
}
.socialmediabuttons li {
  list-style: none;
  line-height:0;
}
.social_0 {
  width: 82px;
}
.social_1 {
  width: 60px;
}
.socialmediabuttons{
  list-style: none;
}
.social-like {
  height: 20px;
  line-height: normal;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: 52px;
  width: 150px;
  background: url("/images_noindex/blank.png") repeat ;
}


.social_2{
  margin-left: 2px;
}
.bgtop {
  background: url("/images_noindex/bg-top1.jpg") no-repeat scroll 0 0 ;
  display: none;
  height: 146px;
  left: -120px;
  position: absolute;
  top: 0;
  width: 120px;
}
.contactus-fax-no {
  display: inline-block;
}
/* ========== banne ===== */
.commondiv {
  background: #fff;
  box-shadow: 0 0 2px #d6d1d1;
  margin-bottom: 20px;
  padding: 2px;
  width: 269px;
}
.commontitle {
  background:  #08577f;
  color: #fff;
  display: block;
  font-family: 'ubuntulight';
  font-size: 20px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom:2px;
}
.commonviewall {
  bottom: 0;
  margin: -26px auto 0;
  position: relative;
  width: 141px;
}
.commonimg {
  display: block;
  height: auto;
  line-height: 0;
  width: 100%;
}
.commondiv:hover .commontitle {
  background:  #979D23;}
#popup-form{display:none;}

#modelBackground {
  background: none repeat scroll 0 0 rgb(0, 0, 0);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.formbox3 {
  background: none repeat scroll 0 0 #ffffff;
  border-radius: 0;
  margin: 0 auto;
  padding: 10px 20px 20px;
  width: 285px;
}
.popup-close {
  background: url("/images_noindex/btn_cancel-nm.png") no-repeat scroll 0 0;
  cursor: pointer;
  display: block;
  height: 29px;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 29px;
}

#popup-form .emailforminputbox.answerinput {
  float: right;
  width: 109px;
}
#popup-form .emailforminputbox {
  margin-bottom: 12px;
  width: 275px;
}
#modelBackground{position: fixed;
  height: 100%;
  width: 100%;
  z-index: 99999;
  left: 0px;
  top: 0px;
  opacity: 0.5;
  display: none;
  background: rgb(0, 0, 0);}
.fresh-icon {
  margin-left:8px;

}
#popup-form .title-f{color: #074c6f;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;}

#popup-form .email-frmfieldset {
  float: none;
  margin-right:0px;
  width: inherit;
}
#popup-form .commentinput {
  margin-bottom: 0;
}
#popup-form{display:none;}
.popup-close {
  background: url("/images_noindex/btn_cancel-nm.png") no-repeat scroll 0 0;
  display: block;
  height: 29px;
  position: absolute;
  right: -14px;
  top: -14px;
  width: 29px;
  cursor:pointer;
}
.room-booknow {
  margin-top: 13px;
  width: 114px;
}
.popup-close {
  background: none repeat scroll 0 0 #0e4460;
  border: 1px solid #366e8c;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 9px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: -14px;
  text-align: center;
  top: -14px;
  width: 25px;
}
.icon-spinner6 {
  color: #0e4460;
  display: inline-block;
  font-size: 19px;
  line-height: 34px;
  vertical-align: top;
  width: 22px;
}

#topnav li.review, #topnav li.emailoffers, #topnav li.photos, #topnav li.coupon {
  display: none;
}

#owner:empty {
  display: none;
}


/*-----------------------Fact Box --------------------------- */
#fact-box {
  background-color: #ececec;
  height: 67px;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0;
  position: relative;
  z-index: 11;
}
.fact-box-inner {
  color: #333333;
  display: table;
  margin: 0 auto;
  position: relative;
  top: 23px;
}
.fact-box-inner span {
  color: #08577f;
  font-family: "ubuntubold";
  padding: 0 3px 0 0;
}

.fact-box-inner li {
  float: left;
  font-size: 14px;
  padding: 0 28px 0 0;
}

.fact-box-inner li:last-child {
  padding-right: 0;
}

/*-----------------------Fact Box End --------------------------- */

.mobileblock, .tabletblock{ display:none;}
.mob-tabblock {display:none;}



/*---reason start--- */
#top-reasons {
  box-shadow: 0 0 2px #d6d1d1;
  margin-bottom: 23px;
  padding: 2px;
  position: relative;
}

.reason-titletext:hover {
  background-color:transparent;
}

.commontitle:hover {
  background-color: #979d23;
}

.reason-titletext:hover {
  background-color: #08577f !important;
}


.reason-text {
  bottom: 9px;
  font-family: arial;
  font-size: 13px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index:5;
}

.reason-shadow {
  background:url("/images_noindex/reason-shadow.png") repeat scroll 0 0;
  bottom: 0;
  height: 81px;
  position: absolute;
  width: 100%;
  z-index:0;
}

.reason-img a:link, .reason-img a:visited {
  color: #ffffff;
}

.reason-img a:hover {
  color: #979d23;
}


#top-reasons .bx-wrapper .bx-controls-direction a {
  background-image: url("/images_noindex/reason-arrow.png");
  background-color: transparent;
  background-repeat: no-repeat;
  bottom: 17px;
  height: 11px;
  top: inherit;
  width: 11px;
}

#top-reasons .bx-wrapper .bx-prev {
  background-position: 0 0;
  left:15px;
}

#top-reasons .bx-wrapper .bx-next{
  background-position: right 0;
  right:15px;
}

ul.reason-slider, .reason-slider li {
  height: 127px !important;
  list-style: outside none none !important;
  overflow: hidden;
}

/*---reason end--- */


/*--- sm coupon -- */

#coupon {
  background:url("/images_noindex/coupon-bg.gif") no-repeat scroll 0 0;
  height: 106px;
  padding: 16px 26px;
  position: absolute;
  right: 0;
  top:189px;
  width: 203px;
}

.coupon-title {
  color: #ffffff;
  font-family: ubuntubold;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  text-transform: uppercase;
  top: 0;
}

#coupon-overview-text {
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 4px;
}

.sm-coupon-btn a.button:link, .sm-coupon-btn a.button:visited {
  background: #08577f none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  width: 109px;
}


.sm-coupon-btn a.button:hover {
  background-color: #1F80B4 ;
}


#owner:empty {
  display: none;
}
.att-mapicon.icon-search {
  padding-right: 5px;
} #interectivemap-q116 {width: 100%;height: 350px;}


.thanks-msg {
  font-weight: bold;
  padding: 20px;
  text-align: center;
}
.holiday-banner {
  position: absolute;
  right: 0;
  top: 150px;
  z-index: 1;
}
.holiday-button {
  width: 150px;
}
.formslable{display:none !important}