@charset "utf-8";
/* CSS Document

AA Travel - 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;
}


/********* Main Classes *************/
html {
  height: 100%;
  margin: 0px;
}

body {
  padding: 0px;
  margin: 0px;
  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 0px auto;
  width:870px;
}

h1, h2, h3, h4, h5, h6{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

h1{
  font-size:17px;
}

h2{
  font-size:16px;
  line-height:20px;
  padding:8px 0 4px 0;
}

h3{
  font-size:18px;
  line-height:22px;
  padding:15px 0 5px 0;
}

p{
  padding-top:5px;
}

.underline{
  border-bottom:1px dotted #999;
  padding-bottom:5px;
  margin-bottom:0px;
  width:100%;
}

.line{
  height:1px;
  width:100%;
  background:#333333;
  margin:10px 0 10px 0;
}

.relative{
  position:relative;
}

hr{
  background-color:#666;
  border-bottom: 1px solid #FFFFFF;
}

.marginTop{
  margin-top:20px;
}

.marginLeftRight{
  margin-right:25px;
  margin-left:25px;
}

.borderSides{
  padding-left:25px;
  padding-right:25px;
  border-left:#333 1px solid;
  border-right:#333 1px solid;
}

.mapcontainer{
  width: 580px;
  border: 1px solid #000;
}

.map {
  width: 100%;
  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;
}


/********* Main Colors *************/
/****** all h1's ******/
.companyTextColor{
  color:#111;
}

/*********** body text **************/
.defaultTextColor{
  color:#313131;
}

/***** menu *******/
.menu ul li a, .menu ul li a:visited,.menu ul li a:link,.menu ul li a:active {
  color:#000;
}

#current, .menu ul li a:hover{
  color: #003366;
}

.menu ul li a:hover{
  text-decoration:underline;
}

/****** footer and priceTag text color. *******/
.tertiaryTextColor, .tertiaryTextColor a{
  color:#fff !important;
}

.tertiaryTextColor a:hover{
  text-decoration:underline;
}

/** body background color ***/
.secondaryBgColor{
  background:url(../images/bg.png) #f4f0f0;
}

.footerBgColor{
  background:#660505;
}

.bookNow,.bookNow:visited,.bookNow:link,.bookNow:active, .enquire,.enquire:visited,.enquire:link,.enquire:active{
  background:#660505;
  color:#fff;
}

.bookNow:hover, .enquire:hover{
  background:#999;
  color:#fff;
}


/********* Links *************/
a,a:visited, a:link, a:active{
  text-decoration:underline;
  color:#003366;
}

a:hover{
  color:#6291FF;
}

/********* Links End *************/

/********* Main Colors End - border colors are further down inside the actual classes *************/

/********* Main Classes End *************/

/************* Header ******************/
.header{
  background:url(../images/bg_top.png);
  min-height:545px;
}

.logo{
  padding:15px 0px 10px 0px;
  width:459px;
}

.contact{
  width:220px;
  height:360px;
  padding:10px 15px 10px 15px;
}

.contactBorder{
  padding:20px;
}

.banner{
  padding:25px;
  background:url(../images/bg_banner.png);
}

.bannerShadow{
  background:url(../images/bg_banner.png) no-repeat;
  padding:0 10px 0 10px;
}

/************* Menu ***********/
.menu{
  padding:12px 0 0 0px;
  width:870px;
  height:35px;
  font-size:14px;
}

.menu ul{
  list-style:none;
}

.menu ul li{
  display:inline;
}

.menu ul li a, .menu ul li a:visited,.menu ul li a:link,.menu ul li a:active {
  float:left;
  display: block;
  padding-right:13px;
  padding-left:13px;
  border-right:1px dotted #000;
  text-decoration:none;
}

/************* Menu End ***********/
/************* Header End ******************/

/************* Content *********************/
.contentContainer{
}

.contentContainer img{
  padding:3px;
  background:#FFF;
  border:#999 1px solid;
}

.contentContainer ul{
  list-style:disc;
  padding:0 0 0 30px;
}

.bookNow,.bookNow:visited,.bookNow:link,.bookNow:active{
  padding:7px;
  margin:20px 10px 10px 0;
  font-size:12px;
  text-decoration:none;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}

.enquire,.enquire:visited,.enquire:link,.enquire:active{
  padding:7px;
  margin:20px 10px 10px 0;
  font-size:12px;
  text-decoration:none;
  -webkit-transition: background 250ms;
  -moz-transition: background 250ms;
  -o-transition: background 250ms;
  transition: background 250ms;
}

/********** Columns ****************/
.columnSmall{
  width:255px;
}

.priceTag{
  background:url(../images/pricetag.png);
  width:79px;
  height:50px;
  padding:100px 0 0 0;
  text-align:center;
  margin:-35px 0 0 0;
}

.colText{
  width:165px;
}

.colTitle{
  width:255px;
}

/************ Accommodation page **************/
.room{
  padding:5px;
}

.roomContent{
  width:450px;
  margin:0 10px 0 0;
}

.roomHeading{
  width:200px;
}

/************ Activity page **************/
.activityContent{
  width:520px;
  margin:0 10px 0 0;
}

/************ Content end *************/

/********** Footer **************/
.footer{
  padding:50px 0 40px 0;
  margin:40px 0 0 0;
  font-size:14px;
  text-align:center;
}

/*****resize*****/
@media screen and (max-width: 580px) {
  .header{
    height:360px;
    border-bottom:#111 solid 2px;
    background:none;
  }

  .container{
    width:90%;
    margin:0;
    padding:5%;
    line-height:23px;
    font-size:16px;
  }

  .banner{
    width:100%;
    background:#FFFFFF;
    padding:0;
    overflow:hidden !important;
  }

  .slider{
    padding:0;
    overflow:hidden !important;
  }

  .contentContainer{
    padding:10px;
  }

  .roomHeading{
    font-weight:bolder;
  }

  .menu{
    margin:-2px 0 270px 0px;
    background:none;
    width:95%;
  }

  .logo, .logo img, .banner img, .mapcontainer, .rightColumn, .columnSmall, .columnSmall img, .room, .roomContent, .activityContent{
    max-width:100%;
  }

  .marginLeftRight{
    border:none;
    margin:0;
    padding:0;
  }

  .roomContent{
    margin:30px 0 0 0;
  }

  .menu li a, .menu li a:visited, .menu li a:link, .menu li a:active {
    font-size:24px;
    padding:auto;
    text-align:center;
    width:100%;
    margin:5px 0 5px 0px;
    border:none !important;
  }

  .floatRight{
    float:left;
  }

  .priceTag{
    font-size:12px;
    line-height:12px;
  }

  iframe {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {

}