@charset "utf-8";
/* CSS Document */

/*AA Travel - HTML & CSS by Yukti Dogra*/

/*************reset******************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Buenard', serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure {
  display: block;
}

p {
  margin:0 0 15px 0;
}

html {
  height: 100%;
  margin: 0px;
}

body {
  font-size:12px;
  line-height:18px;
}

a {
  font-size: inherit;
  font-family: inherit;
}

.floatLeft{
  float:left;
}

.floatRight{
  float:right;
}

.clearBoth{
  clear:both;
}

.clearRight{
  clear:right;
}

.clearLeft{
  clear:left;
}

.justify {
  text-align: justify;
}

.underline{
  text-decoration:underline;
}

.footUnderline {
  text-decoration: underline !important;
}

.container{
  margin:auto;
  width:1140px;
}

.marginBottom {
  margin-bottom: 20px;
}

.marginLeft {
  margin-left: 5px;
}

/* Company Colors */
a:visited, a:link, a:active {
  color: inherit;
  text-decoration :none;
}

.companyNavigationColor {
  color: #006633;
}

.companyTextColor {
  color: #111111;
}

.companyHeadingColor {
  color: #006633;
}

.menu li a:hover {
  background: #FFC00B;
  color: #006633;
}

#current {
  color: #666666;
  font-size: 110%;
  text-transform: uppercase;
  border-bottom: 8px solid #666666;
}

.menu li a#current i{
  font-size: 110%;
  color: #52B4AF;
}

.footer .footerNav li a {
  color: #006633;
}

.freePhone {
  color: #006633;
}


/* Heading Style */
h1,h2,h3,h4,h5, h6 {
  font-family: 'Cinzel Decorative', cursive;
}

h1 {
  font-size: 26px;
  padding: 0px 0 10px 0;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

h3{
  font-size: 16px;
  font-weight: bold;
}


/* Template CSS */
body {
  background: #000 url('../images/background.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-size: 14px;
  font-family: "Times New Roman", Times, serif;
}

.container {
  background-color: #fff;
  overflow: auto;
  padding: 10px;
  margin: 10px auto !important;
  border-radius: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.logo {
  width: 10%;
  height: 100px;
}

.slideshow {
  float: left;
}

.callbacks_container{
  width: auto;
  margin-bottom: 0px !important;
}

/* Menu Test */
.menu{
}

i{
  line-height: 40px;
  width: auto !important;
}

.menu ul{
  line-height: 40px;
  font-size: 18px;
}

.menu ul li {
  /*width: 16.1%;*/
}

.menu ul li, .menu ul a {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.menu li a, .menu li a:visited,.menu li a:link,.menu li a:active {
  text-decoration: none;
  padding: 5px 8px;
  font-weight: none;
  font-size: inherit;
  font-family: inherit;
}


/* Book Now Button */
.myButton {
  -moz-box-shadow:inset 0px 1px 3px 0px #008c46;
  -webkit-box-shadow:inset 0px 1px 3px 0px #008c46;
  box-shadow:inset 0px 1px 3px 0px #008c46;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006633), color-stop(1, #009966));
  background:-moz-linear-gradient(top, #006633 5%, #009966 100%);
  background:-webkit-linear-gradient(top, #006633 5%, #009966 100%);
  background:-o-linear-gradient(top, #006633 5%, #009966 100%);
  background:-ms-linear-gradient(top, #006633 5%, #009966 100%);
  background:linear-gradient(to bottom, #006633 5%, #009966 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006633', endColorstr='#009966',GradientType=0);
  background-color:#006633;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  display:inline-block;
  color:#FFFFFF !important;
  font-weight: bold;
  font-family:Times New Roman;
  font-size:15px;
  padding:9px 23px;
  text-decoration:none;
}

.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #009966), color-stop(1, #006633));
  background:-moz-linear-gradient(top, #009966 5%, #006633 100%);
  background:-webkit-linear-gradient(top, #009966 5%, #006633 100%);
  background:-o-linear-gradient(top, #009966 5%, #006633 100%);
  background:-ms-linear-gradient(top, #009966 5%, #006633 100%);
  background:linear-gradient(to bottom, #009966 5%, #006633 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#009966', endColorstr='#006633',GradientType=0);
  background-color:#006633;
}

.myButton:active {
  position:relative;
  top:1px;
}

/* Enquire */
.enquire {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8e8cd), color-stop(1, #b0b076) );
  background:-moz-linear-gradient( center top, #e8e8cd 5%, #b0b076 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8cd', endColorstr='#b0b076');
  background-color:#e8e8cd;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:0;
  display:inline-block;
  color:#2d4761;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:40px;
  line-height:40px;
  padding: 0 25px;
  text-decoration:none;
  text-align:center;
}

.enquire:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b0b076), color-stop(1, #e8e8cd) );
  background:-moz-linear-gradient( center top, #b0b076 5%, #e8e8cd 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b076', endColorstr='#e8e8cd');
  background-color:#b0b076;
}

.enquire:active {
  position:relative;
  top:1px;
}

/*Accommodation book now*/
.accom {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2b4a69), color-stop(1, #5d7994) );
  background:-moz-linear-gradient( center top, #2b4a69 5%, #5d7994 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b4a69', endColorstr='#5d7994');
  background-color:#2b4a69;
  -webkit-border-top-left-radius:6px;
  -moz-border-radius-topleft:6px;
  border-top-left-radius:6px;
  -webkit-border-top-right-radius:6px;
  -moz-border-radius-topright:6px;
  border-top-right-radius:6px;
  -webkit-border-bottom-right-radius:6px;
  -moz-border-radius-bottomright:6px;
  border-bottom-right-radius:6px;
  -webkit-border-bottom-left-radius:6px;
  -moz-border-radius-bottomleft:6px;
  border-bottom-left-radius:6px;
  text-indent:0;
  display:inline-block;
  color:#c4c49d !important;
  padding: 0 20px;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:40px;
  line-height:40px;
  text-decoration:none;
  text-align:center;
}

.accom:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5d7994), color-stop(1, #2b4a69) );
  background:-moz-linear-gradient( center top, #5d7994 5%, #2b4a69 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d7994', endColorstr='#2b4a69');
  background-color:#5d7994;
}

.accom:active {
  position:relative;
  top:1px;
}

.freePhone {
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  padding: 0 10px;
}

.mainArea img {
  float: left;
  margin-right: 20px;
  width: 100%;
  max-width: 685px;
}

/*.mainText {
  padding :0 10px 10px 10px;
}*/

.mainText h1 {
  line-height: 30px;
}

.areaImage {
  width: 100%;
  height: auto;
}

.sectionBg {
  padding: 5px;
  border: #ccc 1px solid;
  background: #ededed;
}

.readMore{
  background: #111;
  color: #eee;
  padding: 5px 8px;
  width: auto;
}

.special h3 {
  padding-top: 0;
  padding-bottom: 5px;
}

.special p {
  padding-top: 6px;
  line-height: 18px;
}

.special {
  height: auto;
  width: auto;
  padding: 10px;
}

.special img {
  width: 100%;
}

.badgets img{
  margin: auto;
  display: block;
}

.fa-chevron-circle-right {
  font-size: 16px;
  color: black;
}

.hidden {
  overflow: hidden;
}


/* Footer CSS*/
.footer .footerNav{
  list-style:none;
  margin:10px 0;
  padding:0;
}

.footer .footerNav li{
  display:inline;
}

.footer .footerNav li a{
  text-decoration:none;
  display:inline;
}

.footer .footerNav li a:hover{
  text-decoration:underline;
}

.footer i {
  padding: 10px;
  background: pink;
  border-radius: 50%;
}

.footer {
  margin-bottom: 20px !important;
  padding-bottom: 0 !important;
}

.footer .badges {
  text-align: right;
}

.footer .badges img {
  padding: 0 3px;
}

.aaTravel {
  text-decoration: underline !important;
  color: #006633 !important;
}

.slideshow .content {
  min-height: auto !important;
}

.slideshow {
  overflow: auto;
}


/* Accommodation Page */
.room-img {
  margin-right: 20px;
  max-width: 275px;
}

.room h2 {
  padding-top: 0;
}

.room {
  margin-bottom: 20px;
  overflow: auto;
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: #1424A8 1px solid;
}


/* Location Page */
.contact {
  font-size: 16px;
}

.contact .sectionBg {
  padding: 20px;
}

.map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.attraction img {
  margin-right: 20px;
  float: left;
  max-width: 250px;
  height: auto;
}

.attraction {
  overflow: auto !important;
}


/* Activity Page */
.activity {
  float: none;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 20px;
}

.activity img {
  width: 100%;
}

.activity a {
  color: #006633;
  text-decoration: underline;
}

.activity a:hover {
  color: #FFC00B;
  text-decoration: underline;
}

#mfToggleText {
  display:inline-block;
  margin-left:10px;
}

#mfToggleMenu {
  display:none;
  cursor:pointer;
  color:#FFFFFF; /*Colour for show and hide menu in mobile versions*/
  text-decoration:none;
  padding:10px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-size:18px;
  text-align:center;
  background-color:#006633;/*Background colour for show and hide menu in mobile versions*/
}


@media screen and (max-width: 1139px) {
  .container {
    width: auto !important;
    height: auto !important;
    margin: inherit auto !important;
  }

  .freePhone {
    text-align: right;
    margin: 10px auto;
  }

  /*.header .floatLeft, .header .floatRight {
    float: none;
  }*/

  .header .floatRight {
    width: 80%;
  }

  .header ul {
    font-size: 18px;
    float: right;
  }
}

@media screen and (max-width: 1100px) {
  .header ul {
    font-size: 17px;
    float: right;
  }
}

@media screen and (max-width: 870px) {
  .attraction img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 391px;
    height: auto;
    float: none;
  }

  .footer .badges {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  /*.col-1-4 .sectionBg{
    float: left;
    width: 45%;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  */

  .logo a, .logo {
    width: 100%;
    margin: auto;
    height: auto;
    display: block;
    text-align:center;
  }

  .logo a img {
    max-width: 100%;
    margin: auto;
    height: auto;
    display: block;
  }

  .mainSection {
    float: left;
    width: 45%;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  .special img {
    width: auto;
    margin-right: 10px;
    float: left;
  }

  .special {
    overflow: auto;
  }

  /* Iframe */
  .video-container {
    position: relative;
    padding-bottom: 36.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .content {
    min-height: auto;
  }

  .container {
    width: auto !important;
    height: auto !important;
    margin: auto !important;
    background: none;
  }

  body {
    background: #fff;
  }

  .floatLeft, .floatRight {
    float: none;
  }


  .freePhone {
    text-align: center;
    margin: 10px auto;
  }

  .header .floatRight {
    width: auto;
  }

  .header ul {
    font-size :inherit;
    float: none;
  }

  #current {
    font-weight: bold;
  }

  #mfToggleText {
    display: inline-block;
    margin-left: 10px;
  }

  #mfToggleMenu {
    display:block;
  }

  .menu ul{
    display:none;
  }

  .menu ul li a {
    font-size: 16px !important;
    border-bottom: none !important;
  }

  .menu li {
    width: 100% !important;
    background: #ededed;
    margin: 1px auto;
  }

  .menu li a:hover {
    background: #FFC00B;
    color: #006633;
    display:block;
  }

  .menu li a, .menu li a:visited, .menu li a:link, .menu li a:active{
    padding:0;
  }

  .footerNav li a {
    display: inline-block !important;
    margin: 5px 8px 5px 0;
  }

  .badgets img {
    display: inline-block;
    margin: 5px;
    text-align: center;
  }

  .room img, .attraction img {
    float: left;
    max-width: 250px;
    margin-right: 20px;
  }

  .room img {
    max-width: 100%;
  }

  .amendities {
    width: auto;
    float: left;
  }

  .activity {
    float: left;
    width: 45%;
    margin-left: 20px;
  }

  .slideshow {
    width: 55% !important;
    float: left !important;
  }

  .offers {
    width: 50% !important;
    float: left !important;
  }

  .special img {
    width: 100%;
    float: none;
  }

  .badgets {
    clear: both;
  }
}

@media screen and (max-width: 680px) {
  /*.special img {
    width: 100%;
    margin-right: 10px;
    float: none;
  } */
}

@media screen and (max-width: 650px) {
  /*.col-1-4 .sectionBg{
    float: none;
    width: 100%;
    margin-left: 0px;
  } */

  .slideshow {
    width:auto !important;
    float: none !important;
  }

  .amendities {
    float: none;
  }
}

@media screen and (max-width: 530px) {
  .block {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .room img, .attraction img {
    margin: auto;
    display: block;
    max-width: 425px;
    height: auto;
    float: none;
  }

  .room h2, .attraction h3 {
    padding-top: 20px;
  }

  .activity, .mainSection {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  .offers {
    width: auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 425px) {
  .menu li {
    width: 99% !important;
  }
}