@charset "utf-8";
/* CSS Document

AA Travel - HTML & CSS by Yulie Great*/

/*************reset******************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption,ruby, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  border: none;
  max-width: 100%;
}

img a {
  border: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  margin:0 0 15px 0;
}

.contentBody li {
  margin-left:20px;
}

/********* Main Classes *************/
html {
  height: 100%;
  margin: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearBoth {
  clear: both;
}

.clearRight {
  clear: right;
}

.clearLeft {
  clear: left;
}

.container {
  margin: auto;
  width: 925px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
}

.fontSizeH1 {
  font-size: 30px;
}

h1 {
  font-size: 30px;
  line-height: 32px;
  padding: 15px 0 20px 0;
}

h2 {
  font-size: 20px;
  line-height: 25px;
  padding: 15px 0 8px 0;
  text-transform: uppercase;
}

h3 {
  font-size: 21px;
  line-height: 22px;
  padding: 15px 0 15px 0;
}

h4 {
  font-size: 18px;
  line-height: 20px;
  padding: 8px 0 15px 0;
  text-transform: uppercase;
  font-weight: bold;
}

h5 {
  font-size: 16px;
  line-height: 16px;
  padding: 18px 0 8px 0;
  text-transform: uppercase;
}

.headingUnderline {
  border-bottom: 1px dotted #6D7D65;
  margin: 0 0 10px 0;
  width: 100%;
}

.icon {
  margin: 12px 10px 0 10px;
}

.iconHome {
  margin: 17px 10px 0 10px;
}

hr {
  background-color: #CCCCCC;
  border-bottom: 1px dotted #FFFFFF;
}

.marginTop {
  margin: 20px 0 0 0;
}

.marginLeftRight {
  margin: 0 20px 0 20px;
}

/**************** Hoverbox ***************/
.hoverbox {
  width: 665px;
  cursor: default;
  list-style: none;
}

.hoverbox a {
  cursor: default;
}

.hoverbox a .preview {
  display: none;
}

.hoverbox a:hover .preview {
  display: block;
  position: absolute;
  top: -33px;
  left: -45px;
  z-index: 1;
}

.hoverbox img {
  background: #FFFFFF;
  border-color: #AAAAAA #CCCCCC #DDDDDD #BBBBBB;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  margin: 0;
  padding: 4px;
  vertical-align: top;
  width: 63px;
  height: 63px;
}

.hoverbox ul {
  margin-left: 0;
}

.hoverbox li {
  /*background: #eee;
  border-color: #ddd #bbb #aaa #ccc;
  border-style: solid;
  border-width: 1px;*/
  color: inherit;
  display: inline;
  float: left;
  margin: 3px;
  padding: 2px;
  position: relative;
  left:-45px;
}

.hoverbox .preview {
  z-index: 999 !important;
  border-color: #000000;
  width: 200px;
  height: 150px;
}


/********* Links *************/
a,a:visited, a:link, a:active {
  text-decoration: underline;
  color: #6D7D65;
}

a:hover {
  color: #423D44;
}

/********* Main Colors *************/
.companyTextColor {
  color: #134993 !important;
}

.companyTextColor a {
  color: #423D44;
}

.defaultTextColor {
  color: #313131;
}

.defaultTextColor a {
  color: #313131;
}

.tertiarytTextColor {
  color: #111111;
}

.tertiarytTextColor a {
  color: #6291FF;
}

.companyBgColor {
  background: #003366;
}

.secondaryBgColor {
  background: #F8F8F8 url("../images/background.jpg") repeat-x;
}

.tertiaryBgColor {
  background: #6291FF;
}

.footerBgColor {
  background: #FDFDFD;
}

.footerTextColor {
  color: #423D44;
}

.standOutBgColor {
  background: #333333;
}

/***********ASURE Links **************/
.even {
  background: #DDDDDD;
}

.asure-links p {
  padding: 5px;
  margin-bottom: 5px;
}

.asure-links p a {
  color: #0066FF !important;
}

/********* Colors End *************/

/********* Links End *************/

/********* Main Classes End *************/

/************* Header ******************/
.header {
  margin-top: 30px;
}

.logo {
  padding: 0 0 0 20px;
}

/************* Menu ***********/
.menu {
  padding: 12px 0 0 0;
  margin: 0 0 0 0;
  font-size: 13px;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  display: inline-block;
}

.menu li a, .menu li a:visited, .menu li a:link, .menu li a:active {
  float: left;
  display: block;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 5px 0 0;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.menu li a:hover {
  background: #E9E7EA;
  color: #423D44;
}

.menu li a#current {
  background: #E9E7EA;
  color: #423D44;
}

.banner {
  position: relative;
  padding: 25px 0 0 0;
}

.banner img {
  padding: 22px;
  background: #FFFFFF;
  border: #EEE9F0 solid 1px;
}

.banner .shadow {
  padding: 0;
  background: none;
  border: none;
}

.freephoneBanner {
  position: absolute;
  top: 50px;
  left: 25px;
  padding: 0 !important;
}

.freephoneBanner img {
  border: none;
  padding: 0;
  background: none;
}

.pricing {
  width: 94px;
  height: 92px;
  position: absolute;
  bottom: 35px;
  right: 5px;
}

.pricingLink{
  display :block;
  background: url(../images/viewPrices.png);
  background-position: bottom;
  width: 94px;
  height: 92px;
  -moz-transition: -moz-transform 0.12s linear 0s;
  -o-transition: -o-transform 0.12s linear 0s;
  transition: transform 0.12s linear 0s;
  -webkit-transition: -webkit-transform 0.12s linear 0s;
}

.pricingLink:hover {
  background-position: top;
  -moz-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
}

/************* Menu End ***********/

/************* Header End ******************/

/************* Content *********************/
.google-maps {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  border: 5px solid #FFFFFF;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contentContainer {
  margin: 25px 0 25px 0;
  padding: 35px;
  background: #FFFFFF;
  border: solid 1px #DCD7DE;
}

.contentContainer img {
}

.contentContainer h5 a {
  text-decoration: none;
}

.contentContainer h5 a:hover {
  color: #6D7D65;
}

.bodyStrip {
  background: url(../images/pattern.jpg);
  border-bottom: #CCCCCC dotted 2px;
  border-top: #CCCCCC dotted 2px;
  padding: 0 0 20px 0;
}

.contentBody {
  margin: 10px 0 10px 0;
}

.contentContainer ul {
  list-style: disc;
  padding: 0 0 0 50px;
}

/********** Home Page ****************/
/********** Columns ****************/
.bottomSplitBg {
  background: #FFFFFF url(../images/split.jpg) no-repeat bottom;
  border-bottom: 0;
  padding-bottom: 10px;
}

.column {
  width: 271px;
}

.columnDoubleSized {
  width: 600px;
}

.contactFont {
  font-family: Verdana, Geneva, sans-serif;
}

.bookNow, .bookNow:visited, .bookNow:link, .bookNow:active {
  font-size: 12px;
  color: #134993;
  margin: inherit 0 0 20px;
  text-decoration: none;
  width: 100px;
  min-height: 33px;
  background: url("../images/book.png") top;
  padding: 12px 10px 0 20px;
}

.bookNow:hover {
  background-position: bottom;
}

.enquire, .enquire:visited, .enquire:link, .enquire:active {
  font-size: 12px;
  color: #F8D100;
  margin: 0 0 0 0;
  text-decoration: none;
  width: 100px;
  height: 33px;
  background: url("../images/enquire.png") top;
  padding: 12px 10px 0 20px;
}

.enquire:hover {
  background-position: bottom;
}

.cards {
  margin: 5px !important;
  width: auto !important;
}

/************ Accommodation page **************/
.roomUnderLine {
  border-bottom: dotted 2px #999999;
  margin: 10px 0;
}

.roomOverLine {
  border-top: dotted 2px #999999;
}

.amenities, .affiliations {
  margin: 2px;
  border: none;
}


/************ Location page **************/
.leftColumn {
  width: 320px;
  margin: 25px 0 0 0;
  padding: 5px 25px 25px 25px;
  background: #FFFFFF;
  border: solid 1px #DCD7DE;
}

.rightColumn {
  width: 470px;
  margin: 25px 0 0 25px;
  padding: 25px;
  background: #FFFFFF;
  border: solid 1px #DCD7DE;
}

.contactInfo {
  min-height: 296px;
}

.reservationNumber {
  margin: 5px 0 0 15px;
  padding: 10px 0 0 40px;
  font-size: 16px;
  width :105px;
  height: 30px;
  background: url(../images/contactReservation.jpg) no-repeat;
}


/************* Content End *************/

/********** Footer **************/
.footer {
  border-top: #DCD7DE solid 1px;
  padding: 30px 0 40px 0;
  margin: 40px 0 0 0;
}

.freePhone {
  font-size: 18px;
  margin: 26px 0 0 0;
}


/********** Effects ***********/
.rounded-corners {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  margin: 10px auto;
}

.rounded-corners img {
  margin: 5px 10px 10px 0;
  width: 105px;
}

.rounded-corners p {
  width: 80%;
  margin: 15px;
  float: left;
}

.underline {
  border-bottom: 1px dotted #999;
  padding-bottom: 5px;
  margin-bottom: 0;
  width: 100%;
}

/********************************************
Content Boxes
********************************************/
.contentboxwrapper {
  margin: 0 0 10px 0;
  padding: 0;
  border-bottom: dotted 2px #999999;
  background: #FFFFFF;
  clear: both;
}

.contentboxcontent {
  clear: both;
}

.contentboximagewrapper {
  display: table-cell;
  min-width: 247px;
}

.contentboximage {
  max-width: 100%;
  padding: 5px;
  border: 1px solid #DDDDDD;
  margin: 10px 10px 10px 10px;
  background-color: #FFFFFF;
}

.contentboxtext {
  display: table-cell;
  text-align: left;
  max-width: 100%;
  width: 100%;
  vertical-align: top;
  padding: 0 10px 0 10px;
}

.contentboxtext h4 {
  padding: 10px 0 10px 0;
  margin: 0 0 10px 0;
  color: #134993;
}

.contentboxtext h4.roomicon::before {
  content: url(../images/69.jpg);
  margin-right: 10px;
  vertical-align: top;
}

.contentboxfooter {
  padding: 10px 0;
}

.contentboxfooterbuttons {
  /* Just a container */
}

.contentboxfooterbuttons::after {
  /* ClearFix Hack */
  content: "";
  clear: both;
  display: table;
}

.contentboxfooterbuttons a {
  margin-right: 10px;
  float: right;
}


/*****resize*****/
@media screen and (max-width: 960px) {
  .container {
    width: 90%;
    padding: 5%;
    margin: 0;
    line-height: 23px;
    font-size: 16px;
  }

  .logo {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .menu li a, .menu li a:visited, .menu li a:link, .menu li a:active {
    font-size: 14px;
    text-align: center;
    margin: 5px;
    border: none;
    padding: 5px;
  }

  .menu {
    margin: 0 auto;
    text-align: center;
  }

  .floatRight, .floatLeft {
    float: none;
  }

  /*.bookNow, .bookNow:visited, .bookNow:link, .bookNow:active {
    font-size: 12px;
    color: #134993;
    margin: 0 10px 0 20px;
    text-decoration: none;
    width: 100px;
    min-height: 33px;
    background: #FCC00;
    padding: 10px;
  }

  .bookNow:hover {
    background-position: bottom;
  }*/

  .reservationNumber {
    margin-top: 10px !important;
  }

  /*.enquire, .enquire:visited, .enquire:link, .enquire:active {
    font-size: 12px;
    color: #F8D100;
    margin: 0 0 0 0;
    text-decoration: none;
    width: 100px;
    height: 33px;
    background: #0033CC;
    padding: 10px;
  }

  .enquire:hover {
    background-position: bottom;
  }*/
}

@media screen and (max-width:625px) {
  .contentboximagewrapper {
    display: block;
    text-align: center;
  }

  .contentboximage {
    display: inline-block;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #DDDDDD;
    margin: 10px 0;
  }

  .contentboxtext {
    display: block;
    text-align: left;
    max-width: 100%;
    width: auto;
    vertical-align: top;
    padding: 0 10px 0 10px;
  }

  .contentboxfooterbuttons {
    text-align: center;
  }

  .contentboxfooterbuttons a {
    float: none;
    display: inline-block;
    text-align: left;
  }
}

@media screen and (max-width: 580px) {
  .header {
    height: 360px;
  }

  .container {
    width: 90%;
    padding: 5%;
    margin: 0;
    line-height: 23px;
    font-size: 16px;
  }

  .logo {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .menu li a, .menu li a:visited, .menu li a:link, .menu li a:active {
    font-size: 24px;
    text-align: center;
    width: 100% !important;
    margin: 5px 0 5px 0;
    border: none;
    padding: 5px 0;
  }

  .menu ul li {
    display: inline;
  }

  .banner img {
    padding: 22px;
    width: 90%;
  }

  .banner .shadow {
    width: 90%;
    margin: 0 0 0 0;
    padding: 0;
    height: 50px;
    background: none;
  }

  .bodyStrip {
    margin: 350px 0 0 0;
  }

  .pricing {
    top: 130px;
    right: 10px;
  }

  .bottomSplitBg {
    background: none;
    border-bottom: #CCCCCC 1px solid;
  }

  .column, .columnDoubleSized, .roomCopy {
    width: 100%;
    margin: 0;
  }

  .marginLeftRight {
    margin: 0;
  }

  .room {
    width: 100%;
  }

  .floatRight, .floatLeft {
    float: none;
  }

  .leftColumn img {
    padding: 5px;
  }

  .activitiesCopy, .contentContainer, .leftColumn, .rightColumn {
    width: 80%;
    margin-left: 0;
  }

  .activitiesBottom {
    width: 100%;
    padding: 0 0 0 50px;
  }

  .freephoneBanner {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .bodyStrip {
    margin: 300px 0 0 0;
  }

  .pricing {
    top: 150px;
    right: 0;
  }
}

@media screen and (max-width: 350px) {
  .bodyStrip {
    margin: 250px 0 0 0;
  }

  .pricing {
    top: 100px;
    right: 0;
  }

  .asure-links p a {
    font-size: 12px !important;
  }
}