charset "utf-8";
/* CSS Document
AA - Tourism  - Michael Kotapski*/

a img {
  border: none;
}

html {
  margin: 0px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  color: #000000;
  background: #999593;
  font-family:"Arial", "Verdana", Verdana, sans-serif;
  text-transform:capitalize;
  font-size:12px;
}

#bg{
  background: url(../images/bg_top.png) top left repeat-x;
}

#wrap{
  width:869px;
  max-width:100%;
  height:100%;
  margin:0 auto;
  background: url(../images/bg_content.png) top left repeat-y;
}

#top{
  width: 869px;
  max-width:100%;
  height: 437px;
  background-color: #cac8c6;
  margin: 0;
}

#logo{
  width:226px;
  max-width:100%;
  height: 93px;
  margin: 40px 0 0 35px;
}

.topleft{
  width: 226px;
  max-width:100%;
  float: left;
}

.topright{
  width: 575px;
  max-width:100%;
  height: 448px;
  float: left;
}

#banner{
  width: 575px;
  max-width:100%;
  height: 430px;
  background: url(../images/bg_hero.png) top left no-repeat;
  margin: 40px 0 0 50px;
}

.banner_img{
  display: block;
  padding: 10px 0 0 10px;
}

/* Vertical Menu */
#navspacer{
  height: 8px;
}

#menu {
  width:226px;
  max-width:100%;
  height: 305px;
  background: url(../images/bg_nav.png) top left no-repeat;
  margin: 0 0 0 35px;
}

#menu ul{
  width: 150px;
  max-width:100%;
  list-style-type:none;
}

#menu li{
  padding: 0px 0px 2px 0px;
  font-size:12px;
  text-align: center;
}

#menu li a {
  /*color:#fff;*/
  color: #002542;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 1);
  text-align:center;
  text-decoration:none;
  padding:6px 0px 6px 0px;
  display: block;
}

#menu li a:hover {
  /*color: #ddd;*/
  color: #f60;
  text-decoration:none;
}

/*---- Address on right  -------*/
#sidebar {
  width: 235px;
  max-width:100%;
  float:left;
  margin-left: 40px;
  font-size:11px;
  color:#000;
  text-align: left;
}

#sidebar .widget {
  margin: 10px 0 0 0;
}

#ctop{
  width: 869px;
  max-width:100%;
  min-height: 488px;
  height: auto;
  background-color: #cac8c6;
  margin: 0;
}

#clearBoth{
  clear: both;
  height: 1px;
  overflow: hidden;
}

#content {
  width:869px;
  max-width:100%;
  height:auto;
  margin:0 0 0 0px;
  background: url(../images/bg_content.png) bottom left repeat-y;
}

#headline{
  width: 564px;
  max-width:100%;
  padding: 10px 20px 10px 10px;
  float:right;
}

.entry{
  width: 550px;
  max-width:100%;
  float: right;
  color:#333333;
  padding:20px 25px 10px 5px;
  text-transform:none;
  float:right;
}

/* Columns */
.col_top{
  width: 266px;
  max-width:100%;
  min-height: 123px;
  background: url(../images/door.jpg) top left no-repeat;
}

.col_base{
  width: 266px;
  max-width:100%;
  min-height: 56px;
  position: relative;
}

.col_r{
  width: 266px;
  max-width:100%;
  min-height: 300px;
  float: left;
  background: url(../images/door.jpg) bottom left repeat-y;
  margin: 0 8px 0 6px;
}

.col_l{
  width: 266px;
  max-width:100%;
  min-height: 300px;
  float: left;
  background: url(../images/door.jpg) bottom left repeat-y;
  margin-bottom: 6px;
}

.readmore{
  width: 74px;
  height: 20px;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.col_img_spacer{
  height: 8px;
}

.col_img{
  width: 243px;
  max-width:100%;
  margin: 0 6px;
  background: #fff;
  padding: 4px;
}

.col_txt{
  width: 246px;
  max-width:100%;
  min-height: 150px;
  margin: 0 7px 5px 7px;
  font-family:"Arial", "Verdana", Verdana, sans-serif;
  text-transform:none;
}

/* Rows */
.row{
  /*background: url(../images/bg_row.jpg) top left repeat-y; */
}

.row_top{
  height: 15px;
  /*background:url(../images/bg_row_top.jpg) top left no-repeat; */
}

.row_base{
  height: 16px;
  /*background: url(../images/bg_row_base.jpg) top left no-repeat;*/
  position: relative;
}

.room_img{
  width: 261px;
  max-width:100%;
  margin: 0 15px 0 15px;
  background: #fff;
  border: #fff 1px solid;
  float: left;
}

.room_txt{
  width: 300px;
  max-width:100%;
  margin: 0px 0 0 10px;
  float: left;
  text-align:left;
}

.boxheader{
  font-size:14px;
  color: #000;
  border-bottom:dotted 1px #000;
  font-family:"Arial", "Verdana", Verdana, sans-serif;
  text-transform:capitalize;
  font-variant:small-caps;
  font-weight:bold;
}

.btn_www{
  margin:5px;
}

#activ-ss {
  width:258px;
  height:228px;
  float:right;
  margin-left:15px;
  border-style:solid;
  border-width:5px;
  border-color:#FFFFFF;
}

#activ-ss-lh {
  width:258px;
  height:228px;
  float:left;
  margin-left:15px;
  border-style:solid;
  border-width:5px;
  border-color:#FFFFFF;
}

/*----  Headings  -------*/
h1{
  font-size:22px;
  color: #000;
  border-bottom:dotted 1px #999999;
  font-family:"Arial", "Verdana", Verdana, sans-serif;
}

h2{
  font-size:16px;
  color: #000;
  font-family:"Arial", "Verdana", Verdana, sans-serif;
  border-bottom:dotted 1px #000;
}

/*----  Links  -------*/
a{
  color: #000;
  text-decoration:none;
}

a:hover{
  text-decoration:underline;
}

/*-----  Base  -----*/
#base{
  width: 869px;
  max-width:100%;
  height: 50px;
  font-size:10px;
  text-align:center;
  color: #fff;
  background-color: #cac8c6;
  margin: 0 0px 0px 0px;
  padding-top: 15px;
}

#base a{
  color:#fff;
  text-decoration:none;
  text-transform:none;
}

#base a:hover{
  color:#fff;
  text-decoration:underline;
  text-transform: none;
}

.copy{
  margin: 0;
  text-align:center;
  font-size:11px;
  color: #000;
  background-color:#cac8c6;
}

/*-----  Slideshow  -----*/
.slideshow{
  width: 495px;
  max-width:100%;
  height:331px;
  border:1px #999999 solid;
  padding:2px;
}

/*-----  Images  -----*/
.imgbox{
  width: auto;
  background: #ccc;
  padding:6px;
  float:right;
}

.map{
  width: 540px;
  max-width:100%;
  margin: 0 10px 10px 0;
  background: #fff;
  padding: 4px;
}

.map{position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  border:5px solid #fff;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.roombox{
  min-height: 131px;
  background: #ccc;
  padding: 4px;
  margin-bottom: 4px;
}

.img_acc{
  width: 189px;
  height: 127px;
  padding: 2px;
  float: left;
  background: #fff;
  margin-left: 10px;
}

.txt_acc{
  width: 250px;
  /*margin-top: -16px;*/
  float: left;
}

.subheader{
  font-size: 14px;
  border-bottom: 1px #000 dotted;
  margin: 0px 0 0 0px;
}

.tariff_header{
  font-size: 20px;
  margin: 0px 0 0 0px;
}

.tariff_txt{
  font-size: 12px;
  margin: 0px 0px 0 0px;
}

.tariff{
  width: 100px;
  min-height: 40px;
  background: #505e75;
  color: #fff;
  float: right;
  margin: 0px 0px 4px 2px;
}

/* contact cols */
.ccol_l{
  width: 250px;
  float: left;
}

.ccol_r{
  width: 250px;
  float: left;
}

/* widgets */
.widgetimg{
  width: 233px;
  height: 111px;
  background: url(../images/bg_dealimg.png) top left no-repeat;
}

.beenThere{
  padding: 15px 36px 0px 36px
}

.widgetimg img{
  padding: 6px;
}

.widgetcontent{
  width: 233px;
  max-width:100%;
  height: 152px;
  background: url(../images/bg_dealcontent.png) top left no-repeat;
  position: relative;
}

.widgeth3{
  color: #fff;
  font-size:12px;
  text-align:center;
  border-bottom: 1px dotted #fff;
  margin-top: 0px;
}

.widgetcontent_bg p{
  margin: 6px 6px 0 6px;
  text-transform:none;
}

.widgetcontent_bg{
  width: 220px;
  height: 138px;
  background: url(../images/wood.jpg) top left no-repeat;
  margin-left: 7px;
  max-width:100%;
  color: #fff;
}

.widgetspacer{
  width: 220px;
  max-width:100%;
  height: 6px;
}

.tag{
  width: 57px;
  height: 60px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: url(../images/tag.png) top left no-repeat;
}

.tag a{
  color: #FFF;
  text-decoration: none;
  display: block;
}

.tag a:hover{
  text-decoration: none;
}

.tagspacer{
  width: 57px;
  height: 20px;
}

.tag_p{
  font-size: 14px;
  text-align:center;
}

.img-border {
  border-style:solid;
  border-width:4px;
  border-color:#FFFFFF;
}

.act-img-container {
  text-align:center;
  margin-top:15px;
  background-color:#a98b57;
  width:500px;
  margin-left:auto;
  margin-right:auto;
  padding:10px;
}

.bookingGreen {
  color:#093!important;
}

.bookingGreen:hover{
  color:#0C0!important;
}

.resphone {
  border: none;
}

@media screen and (max-width: 860px) {
  #menu, #banner, #hotdeal, #sidebar .widget {
    display: none !important;
  }

  .topleft {
    float: none !important;
    width: 100%;
    background: none !important;
  }

  #logo {
    width: 226px;
    margin: 0px auto !important;
    padding-bottom:20px;
  }

  #logo img {
    text-align: center;
    width: 226px;
    margin: 0 auto !important;
  }

  #sidebar {
    float: none !important;
    margin: auto !important;
    text-align: center !important;
    width: 80%!important;
  }

  #StraitReservations {
    width: 172px!important;
    float:right;
  }

  #top, .topright {
    height: auto !important;
  }

  #bg, #top, #content, #wrap, .row_top {
    background: none !important;
    width: auto!important;
  }

  .entry{
    width:95%;
  }
}

@media screen and (max-width: 580px) {
  #bg, #top, #content, #wrap, .row_top {
    background: none !important;
    width: auto!important;
  }

  #logo {
    width: 226px;
    margin: 20px auto !important;
  }

  #logo img {
    text-align: center;
    width: 226px;
    margin: 0 auto !important;
  }

  .topleft {
    float: none !important;
    width: 100%;
  }

  #sidebar {
    float: none !important;
    margin: auto !important;
    text-align: center !important;
    width: 80%!important;
  }

  .col_l, .col_r {
    float: none !important;
    margin: auto !important;
    text-align: center !important;
  }

  #StraitReservations {
    width: 172px!important;
    margin: 0 auto;
  }

  #book-form {
    display: block;
    margin: 0 auto;
  }

  .ta-button, .mobile-hide {
    display: none;
  }

  #base, .copy {
    width: 95% !important;
    padding: 2.5%;
    background: #6a2900 !important;
    height: auto;
    padding-bottom: 1em;
    color: white;
  }

  .img-border, .about-img {
    width: 98%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .locationImg {
    max-width: 98%;
  }

  .loc {
    float: none;
  }

  #slideshow, #slideshow div, .banner_img, .banner_img div, #banner, #banner div {
    width:auto!important;
    float:none!important;
    height:auto!important;
  }

  #slideshow div, .banner_img div, #banner div{
    position:relative!important;
  }

  #slideshow div + div, .banner_img div + div, #banner div + div  {
    position:absolute!important;
  }

  #activ-ss {
    border: noen;
    margin: 20px auto;
    float:none;
  }

  .entry {
    float: none !important;
    width: 90% !important;
    padding: 5%;
    margin: 0px;
  }

  .regEntry {
    width: 98% !important;
  }

  .topright, .map {
    width: auto !important;
    height: auto !important;
  }

  #top {
    height: auto !important;
  }

  bg {
    display:none;
  }

  .img_acc {
    float: none;
    margin: 0 auto;
  }

  h1, h2, h3, h4 {
    text-align: center;
  }
}
