@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;
}

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: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:20px;
  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:#ccc;
  border-bottom: 1px dotted #FFFFFF;
}

.marginTop{
  margin:20px 0 0px 0;
}

.marginLeftRight{
  margin:0 20px 0 20px;
}

.map {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  border: 1px solid #DCD7DE;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.mobileph {
  display:none;
}

a[href^=tel]{
  color: inherit;
  text-decoration: none;
}


/********* Links *************/
a,a:visited, a:link, a:active{
  text-decoration:underline;
  color:#6d7d65;
}

a:hover{
  color:#423d44;
}


/********* Main Colors *************/
.companyTextColor{
  color:#423d44;
}

.companyTextColor a{
  color:#423d44;
}

.defaultTextColor{
  color:#313131;
}

.defaultTextColor a{
  color:#313131;
}

.tertiarytTextColor{
  color:#6d7d65;
}

.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 *************/

/********* Links End *************/

/********* Main Classes End *************/


/************* Header ******************/
.header{
  margin-top:30px;
}

.logo{
  float: left;
  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 5px 0 0px;
  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 0px 0px 0px;
}

.banner img{
  padding:22px;
  background:#FFFFFF;
  border:#eee9f0 solid 1px;
}

.banner .shadow{
  padding:0px;
  background:none;
  border: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 *********************/
.contentContainer{
  margin:25px 0px 25px 0px;
  padding:35px;
  background:#fff;
  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;
/*  padding:0 15px 0 15px;*/
}

.contentContainer ul{
  list-style:disc;
  padding:0 0 0 50px;
}

/********** Home Page ****************/
/********** Columns ****************/
.column h5 {
  margin-left:15px;
}

.bottomSplitBg {
  background:#fff url(../images/split.jpg) no-repeat bottom;
  border-bottom:0px;
  padding-bottom:10px;
}

.column {
  width:271px;
}

.columnDoubleSized{
  width:600px;
}

.bookNow,.bookNow:visited,.bookNow:link,.bookNow:active{
  font-size:12px;
  color:#fff;
  margin:inherit 0px 0px 20px;
  text-decoration:none;
  width:100px;
  height:33px;
  background:url(../images/book.png) top;
  padding:12px 10px 0px 20px;
}

.bookNow:hover{
  background-position:bottom;
}

.enquire,.enquire:visited,.enquire:link,.enquire:active{
  font-size:12px;
  color:#fff;
  margin:0px 0px 0px 0;
  text-decoration:none;
  width:100px;
  height:33px;
  background:url(../images/enquire.png) top;
  padding:12px 10px 0px 20px;
}

.enquire:hover{
  background-position:bottom;
}

/************Accommodation page**************/
.room{
  padding:20px 0 20px 0;
  margin:5px 0 5px 0;
  position:relative;
  width:850px;
}

.roomImg{
  border:#ccc 1px solid;
  padding:8px;
}

.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;
  margin:25px 0 0 0;
  padding:5px 25px 25px 25px;
  background:#fff;
  border:solid 1px #dcd7de;
}

.rightColumn{
  width:470px;
  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;
  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*****/
width: 1280px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 960px) {
  .container{
    width:90%;
    padding:5%;
    margin:0;
    line-height:23px;
    font-size:16px;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }

  .banner img{
    padding:22px;
    width:90%;
  }

  .banner .shadow{
    width:90%;
    margin:0px 0 0 0;
    padding:0px;
    height:50px;
    background:none;
  }

  .column, .columnDoubleSized, .roomCopy{
    width:100%;
    margin:0;
  }

  .room{
    width:100%;
  }

  .activitiesCopy, .contentContainer, .leftColumn, .rightColumn{
    width:80%;
    margin-left:0;
  }

  .activitiesBottom{
    width:100%;
    padding:0 0 0 50px;
  }

  .floatRight{
    float:left;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 625px) {
}

@media screen and (max-width: 580px) {
  .header{
    height: 360px;
    margin: 0;
  }

  .menu {
    margin: 0;
  }

  .container{
    width:90%;
    padding:5%;
    margin:0;
    line-height:23px;
    font-size:16px;
  }

  .logo {
    float: none;
    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:100%;
    margin:5px 0 5px 0px;
    border:none;
  }

  .bodyStrip{
    margin:350px 0 0 0;
  }

  .pricing{
    top:130px;
    right:10px;
  }

  .bottomSplitBg{
    background:none;
    border-bottom:#CCCCCC 1px solid;
  }

  .marginLeftRight{
    margin:0;
  }

  .floatRight {
    float:left;
  }

  .leftColumn img{
    padding:5px;
  }

  .activitiesCopy, .contentContainer, .leftColumn, .rightColumn{
    width:80%;
    margin-left:0;
  }

  .activitiesBottom{
    width:100%;
    padding:0 0 0 50px;
  }

  .scale {
    width:100%;
    height:auto;/*scales image proportionately*/
  }

  .mobileph {
    display:block;
    background-color:#FFF;
    color:inherit;
    font-size:18px;
    padding:10px 0;
    text-align: center;
  }

  a[href^=tel]{
    color: inherit;
    text-decoration: underline;
  }
}

@media screen and (max-width: 480px) {
  .bodyStrip{
    margin:300px 0 0 0;
  }

  .pricing{
    top:170px;
    right:130px;
  }
}