@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;
  background:#270000 url(../images/bg.jpg);
  background-repeat:repeat-x;
}

.floatLeft{
  float:left;
}

.floatRight{
  float:right;
}

.clearBoth{
  clear:both;
}

.clearRight{
  clear:right;
}

.clearLeft{
  clear:left;
}

.container{
  margin:0 auto 0px auto;
  width:1020px;
}

h1, h2, h3, h4, h5, h6{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
}

h1{
  font-size:21px;
  line-height:30px;
  padding:20px 0 10px 0;
}

h2{
  font-size:20px;
  line-height:25px;
  padding:15px 0 8px 0;
}

h3{
  font-size:18px;
  line-height:22px;
  padding:15px 0 5px 0;
}

p{
  padding-top:5px;
}

.underline{
  border-bottom:1px dotted #6291FF;
  padding-bottom:5px;
  margin-bottom:5px;
  width:100%;
}

hr{
  background-color:#666;
  border-bottom: 1px solid #FFFFFF;
}

.marginTop{
  margin:20px 0 0px 0;
}

.marginLeftRight{
  margin:0 50px 0 50px;
}

.photo-caption {
  position:absolute;
  bottom:20px;
  padding:8px;
  background:url(../images/captionbg.png);
  width:648px;
  font-weight:bold;
  text-align:center;
  color:#fff;
}

.mobileph {
  display: none;
}

a[href^=tel]{
  color: inherit;
  text-decoration: none !important;
}

.map {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
  border: 1px solid #000;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/********* Main Colors *************/
/****** all h1's ******/
.companyTextColor{
  color:#e9e9e9;
}

/*********** body text **************/
.defaultTextColor{
  color:#d1cdc6;
}

/***** menu *******/
.menu ul li a, .menu ul li a:visited,.menu ul li a:link,.menu ul li a:active {
  color:#e9e9e9;
}

#current a, .menu ul li a:hover{
  color: #ffe8bb;
}

.menu ul li a:hover{
  text-decoration:underline;
}

/****** contact box text color. *******/
.tertiaryTextColor{
  color:#ececec;
}

/*** contact box background color ****/
.companyBgColor{
  background:#640707;
}

/** body background color ***/
.secondaryBgColor{
  background-color:#fff;
}

.footerBgColor{
  background:#f00;
}

.standOutBgColor{
  background:#333;
}

.bookNow,.bookNow:visited,.bookNow:link,.bookNow:active{
  background:url(../images/bookNow.png);
  color:#FFF;
}

.bookNow:hover{
  color:#999;
}


/********** Footer **************/
.footer{
  border-top:#460000 solid 8px;
  padding:0px 0 40px 0;
  margin:40px 0 0 0;
  background:#000;
  font-size:10px;
}


/********* Links *************/
a,a:visited, a:link, a:active{
  text-decoration:underline;
  color:#ececec;
}

a:hover{
  color:#ffffff;
}

/********* Links End *************/

/********* Main Colors End - border colors are further down inside the actual classes *************/

/********* Main Classes End *************/


/************* Header ******************/
.header{
}

.logo{
  padding:25px 0px 20px 0px;
}

.contact{
  width:220px;
  height:360px;
  padding:10px 15px 10px 15px;
}

.contactBorder{
  padding:20px;
}

.banner{
  padding:20px;
  position:relative;
}

.bannerShadow{
  background:url(../images/bg_banner.png) no-repeat;
  padding:0 10px 0 10px;
}


/************* Menu ***********/
.menu{
  padding:10px 0 0 10px;
  width:1000px;
  height:35px;
  font-size:16px;
  margin-top:15px;
  background:url(../images/menubg.jpg);
  font-family:Georgia, "Times New Roman", Times, serif;
}

.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 solid #a40001;
  text-decoration:none;
  font-weight:bold;
}

/************* Menu End ***********/

/************* Header End ******************/


/************** Content ********************/
.contentContainer{
  padding:20px;
}

.contentContainer img{
  padding:4px;
  background:#FFF;
  border:#999 1px solid;
}

.contentBody{
  margin:10px 0 10px 0;
}

.contentContainer ul{
  list-style:disc;
  padding:0 0 0 50px;
}

/********** Columns ****************/
.columnSmall{
  width:440px;
}

.columnBig{
  width:500px;
}

.bookNow,.bookNow:visited,.bookNow:link,.bookNow:active{
  margin:20px 10px 10px 0;
  padding-top:5px;
  padding-left:20px;
  font-size:16px;
  text-decoration:none;
  display:block;
  width:100px;
  height:25px;
}


/************ Accommodation Page **************/
.room{
  padding:5px;
}

.roomContent{
  width:300px;
}

.roomHeading{
  width:200px;
}


/************ Location Page **************/
.rightColumn{
  width:500px;
  margin:10px 0 0 50px;
}


/************* Content End *************/
.beenThere{
  width:180px;
  height:80px;
  margin-right:30px;
  margin-top:35px;
}


/*****resize*****/
@media screen and (max-width:960px) {
  .header{
    height:360px;
    border-bottom:#111 solid 2px;
  }

  .container{
    width:90%;
    margin:0;
    padding:5%;
    line-height:23px;
    font-size:16px;
  }

  .contact{
    height:auto;
  }

  .beenThere {
    float:none;
    margin:5px 0 5px 0;
  }

  .contentContainer{
    padding:10px;
  }

  .roomHeading{
    font-weight:bolder;
  }

  .menu{
    margin:-2px 0 0 -20px;
    background:none;
    width:100%;
  }

  .logo, .logo img, .banner img, .rightColumn, .columnSmall, .columnSmall img, .columnBig{
    width:100%;
    height:auto;
  }

  .roomContent{
    margin:30px 0 0 0;
  }

  .photo-caption {
    position:relative;
    width:auto;
    display:block;
  }

  .bannerShadow {
    padding:0px;
  }

  .contactBorder,.contact {
    width:auto;
  }

  .menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
    font-size:24px;
    padding:auto;
    text-align:left;
    width:100%;
    margin:5px 0 5px 0px;
    border:none !important;
  }

  .marginTop {
    margin:0;
  }

  h1{
    font-size:21px;
    line-height:30px;
    padding:8px 0 8px 0;
  }
}

@media screen and (max-width:768px) {
}

@media screen and (max-width:625px) {
}

@media screen and (max-width: 580px) {
  .mobileph {
    display: block;
    background-color: inherit;
    color: inherit;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
  }

  a[href^=tel]{
    color: inherit;
    text-decoration: underline !important;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width:320px) {
}