@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,
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;
}


/********* Main Classes *************/
html {
  height: 100%;
  margin: 0px;
}

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:0 auto;
  width:925px;
  max-width:100%;
}

h1, h2, h3, h4, h5, h6{
  font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
}

.slideshow {
  margin-top:-10px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

ul {
  margin-left: 30px;
  margin-bottom: 15px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  border: 0;
}

.fontSizeH1 {
  font-size:30px;
}

h1{
  font-size:30px;
  line-height:1.2em;
  padding:15px 0 10px 0;
}

h2{
  font-size:20px;
  line-height:1.2em;
  padding:15px 0 8px 0;
  text-transform:uppercase;
}

h3{
  font-size:21px;
  line-height:1.2em;
  padding:15px 0 15px 0;
}

h4{
  font-size:18px;
  line-height:1.2em;
  padding:8px 0 15px 0;
  text-transform:uppercase;
  font-weight:bold;
}

h5 {
  font-size:16px;
  line-height:1.2em;
  padding:18px 0 8px 0;
  text-transform:uppercase;
}

.headingUnderline{
  border-bottom:1px dotted #546f91;
  margin:0 0 10px 0;
  width:100%;
}

.icon {
  margin:12px 10px 0 10px;
}

.iconHome {
  margin:17px 10px 0 10px;
}

hr{
  background-color:#ccc;
  border-bottom: 1px dotted #FFFFFF;
}

.marginTop{
  margin:20px 0 0px 0;
}

.imgMarginTop {
  margin-top:80px;
}

.marginLeftRight{
  margin:0 20px 0 20px;
}

.map {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.videocontainer {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videocontainer iframe, .videocontainer object, .videocontainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/********* Links *************/
a, a:visited, a:link, a:active{
  text-decoration:underline;
  color:#546f91;
}

a:hover{
  color:#546f91;
}

/********* Main Colors *************/
.companyTextColor{
  color:#423d44;
}

.companyTextColor a{
  color:#423d44;
}

.defaultTextColor{
  color:#313131;
}

.defaultTextColor a{
  color:#313131;
}

.tertiarytTextColor{
  color:#546f91;
}

.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:#333;
}

/********* Colors End *************/

/********* Main Classes End *************/

/************* Header ******************/
.header{
  margin-top:30px;
}

.logo{
  padding:0px 0px 0px 0px;
}

/************* Menu ***********/
.menu{
  padding:12px 0 0 0;
  margin:45px 0 0 0px;
  font-size:13px;
}

.menu ul{
  list-style:none;
}

.menu ul li{
  display:inline;
}

.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 4px 0 0;
  padding:5px 8px 5px 8px;
  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 20px 0 20px;
  border: 1px solid #EEE9F0;
  margin: 20px 0;
  background-color: #FFFFFF;
}

.banner .shadow {
  height: 22px;
}

.pricing{
  width:94px;
  height:92px;
  position:absolute;
  bottom:35px;
  right:5px;
  z-index:1000;
}

.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);
}
/************* Header End ******************/

/************* Content *********************/
.contentContainer{
  margin:25px 0px 25px 0px;
  padding:2%;
  max-width:96%;
  background:#fff;
  border:solid 1px #dcd7de;
}

.contentContainer img{
}

.contentContainer h5 a{
  text-decoration:none;
}

.contentContainer h5 a:hover{
  color:#546f91;
}

.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;
/*  padding:0 15px 0 15px;*/
}

.contentContainer ul{
  list-style:disc;
  padding:0 0 0 50px;
}


/********** Home Page **************/
.homefeature {
  font-size:16px;
  line-height:16px;
  padding:18px 0 8px 0;
  text-transform:uppercase;
}

.homefeature a {
  text-decoration:none;
}

.homefeature a:hover {
  color:#546f91;
}

/********** Columns ****************/
.column h5 {
  margin-left:15px;
}

.bottomSplitBg {
  background:#fff url(../images/split.jpg) no-repeat bottom;
  border-bottom:0px;
  padding-bottom:10px;
}

.column {
  width:31.5%;
  /*margin:20px 0px 20px 15px;*/
}

.columnDoubleSized{
  width:600px;/*
  margin:20px 35px 20px 0;*/
}

.bookNow,.bookNow:visited,.bookNow:link,.bookNow:active{
  font-size:12px;
  color:#fff;
  margin:inherit 0 0 20px;
  text-decoration:none;
  width:100px;
  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:#fff;
  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;
}

/************ Accommodation page **************/
.room{
  padding:20px 0 20px 0;
  margin:5px 0 5px 0;
  position:relative;
  width:850px;
  max-width:100%;
}

.room h2 {
  font-size:18px;
  line-height:20px;
  padding:8px 0 15px 0;
  text-transform:uppercase;
  font-weight:bold;
}

.roomImg{
  border:#ccc 1px solid;
  padding:8px;
  width: 226px;
  margin-bottom:10px;
}

.roomCopy{
  width:570px;
  margin:0px 0 0px 27px;
  padding:0px 0 0px 0;
}

.bookNowHolder{
  position:relative;
}

.roomBookNow{
  position:absolute;
  bottom:0px;
  right:10px;
}

.roomUnderLine{
  border-bottom:dotted 2px #999999;
}

.roomOverLine{
  border-top:dotted 2px #999999;
}

/************ Location page **************/
.leftColumn{
  width:320px;
  max-width:100%;
  margin:25px 0 0 0;
  padding:5px 25px 25px 25px;
  background:#fff;
  border:solid 1px #dcd7de;
}

.rightColumn{
  width:470px;
  max-width:100%;
  margin:25px 0 0 25px;
  padding:25px;
  background:#fff;
  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/contacReservation.jpg) no-repeat;
}

/************ Activities page ************/
.activitiesCopy{
  width:560px;
  padding-right:40px;
}

.activitiesBottom{
  width:698px;
  max-width:100%;
  text-align:center;
  padding-left:145px;
}

/************* 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;
}

/*****resize*****/
@media screen and (max-width: 890px) {
  .activitiesBottom{
    padding-left:0;
  }

  .imgMarginTop{
    margin-top:10px;
  }

  .roomImg{
    clear:both;
    margin-bottom:10px;
  }

  .container{
    width:96%;
    padding:2%;
  }

  .roomCopy{
    max-width:100%;
    margin:0 0 0 10px;
  }

  .column {
    width:30%;
    /*margin:20px 0px 20px 15px;*/
  }
}

@media screen and (max-width: 580px) {
  .header{
    margin-top: 5px;
  }

  .iconHome{
    display:none;
  }

  .margin-topaccom{
    margin-top:250px;
  }

  ul{
    margin-left:10px;
  }

  .contentContainer ul{
    padding:0;
  }

  .container{
    width:96%;
    padding:2%;
    margin:0;
    line-height:23px;
    font-size:16px;
  }

  .logo{
    width:100%;
    margin:0 auto;
    text-align:center;
  }

  .logo img{
    max-width:100%;
  }

  .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
    font-size:24px;
    text-align:center;
    width:95%;
    margin:5px 0 5px 0px;
    border:none;
  }

  .menu, .menu ul{
    margin:0;
  }

  .bodyStrip{
    margin: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:96%;
    margin-left:0;
    padding:2%;
  }

  .activitiesBottom{
    width:100%;
    padding:0;
  }

  .pricing{
    display:none;
  }

  .enquire, .enquire:visited, .enquire:link, .enquire:active{
    display:table;
  }
}

@media screen and (max-width: 480px) {
  .bodyStrip{
    margin:0;
    clear:both;
  }
}