@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 i {
  color: #018a44;
}

.companyNavigationColor {
  color: #3f9382;
}

.companyTextColor {
  color: #406483;
}

.companyHeadingColor {
  color: #8f1b89;
}

.menu li a:hover {
  background: #ededed;
  color: #8f1b89;
}

#current {
  color: #8f1b89;
  font-size: 100%;
  border-bottom: 8px solid #8f1b89;
}

.menu li a#current i{
  font-size: 100%;
  color: #8f1b89;
}

.footer .footerNav li a {
  color: #b93476;
}

.freePhone {
  color: #3f9382;
}


/* 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;
  /*text-decoration: underline;*/
}

h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}

h3{
  font-size: 16px;
  font-weight: bold;
}


/* Template Css#d4ab01 */
body {
  background:  #000 url('../images/bg3.jpg')no-repeat center fixed;
  background-size: cover;
  font-size: 15px;
  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 {
  max-width:100%;
  height: 140px;
  padding:15px 0 0 0;
}

.slideshow {
  float: left;
}

.callbacks_container {
  width: auto;
  margin-bottom: 0px !important;
}

/* Menu */
.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 */
.myButtonhome {
  -moz-box-shadow:inset 0px 1px 3px 0px #57b9e6;
  -webkit-box-shadow:inset 0px 1px 3px 0px #57b9e6;
  box-shadow:inset 0px 1px 3px 0px #57b9e6;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #018a44), color-stop(1, #08a756));
  background:-moz-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:-webkit-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:-o-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:-ms-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:linear-gradient(to bottom, #018a44 5%, #08a756 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#018a44', endColorstr='#08a756',GradientType=0);
  background-color:#018a44;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  display:inline-block;
  color:#fff !important;
  font-weight: bold;
  font-family:Arial;
  font-size:15px;
  padding:0px 23px;
  text-decoration:none;
  margin-left:10px;
}

.myButtonhome:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #08a756), color-stop(1, #018a44));
  background:-moz-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:-webkit-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:-o-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:-ms-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:linear-gradient(to bottom, #08a756 5%, #018a44 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a756', endColorstr='#018a44',GradientType=0);
  background-color:#08a756;
}

.myButtonhome:active {
  position:relative;
  top:1px;
}

.myButton {
  -moz-box-shadow:inset 0px 1px 3px 0px #57b9e6;
  -webkit-box-shadow:inset 0px 1px 3px 0px #57b9e6;
  box-shadow:inset 0px 1px 3px 0px #57b9e6;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #018a44), color-stop(1, #08a756));
  background:-moz-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:-webkit-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:-o-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:-ms-linear-gradient(top, #018a44 5%, #08a756 100%);
  background:linear-gradient(to bottom, #018a44 5%, #08a756 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#018a44', endColorstr='#08a756',GradientType=0);
  background-color:#018a44;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  display:inline-block;
  color:#fff !important;
  font-weight: bold;
  font-family:Arial;
  font-size:15px;
  padding:9px 23px;
  text-decoration:none;
}

.myButton:hover {
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #08a756), color-stop(1, #018a44));
  background:-moz-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:-webkit-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:-o-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:-ms-linear-gradient(top, #08a756 5%, #018a44 100%);
  background:linear-gradient(to bottom, #08a756 5%, #018a44 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08a756', endColorstr='#018a44',GradientType=0);
  background-color:#08a756;
}

.myButton:active {
  position:relative;
  top:1px;
}

/* Accommodation Button */
/*
.ratesButton {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8e8cd), color-stop(1, #b3b283) );
  background:-moz-linear-gradient( center top, #e8e8cd 5%, #b3b283 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8cd', endColorstr='#b3b283');
  background-color:#e8e8cd;
  -webkit-border-top-left-radius:20px;
  -moz-border-radius-topleft:20px;
  border-top-left-radius:20px;
  -webkit-border-top-right-radius:20px;
  -moz-border-radius-topright:20px;
  border-top-right-radius:20px;
  -webkit-border-bottom-right-radius:20px;
  -moz-border-radius-bottomright:20px;
  border-bottom-right-radius:20px;
  -webkit-border-bottom-left-radius:20px;
  -moz-border-radius-bottomleft:20px;
  border-bottom-left-radius:20px;
  text-indent:0;
  border:1px solid #dedbba;
  display:inline-block;
  color:#db5ea0;
  font-family:inherit;
  font-size:15px;
  font-weight: 550;
  font-style:normal;
  height:40px;
  line-height: 36px;
  width: auto;
  padding: 2px 25px;
  text-decoration:none;
  text-align:center;
}

.ratesButton:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b3b283), color-stop(1, #e8e8cd) );
  background:-moz-linear-gradient( center top, #b3b283 5%, #e8e8cd 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b283', endColorstr='#e8e8cd');
  background-color:#b3b283;
}

.ratesButton:active {
  position:relative;
  top:1px;
}
*/

/* Enquire */
.enquire {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffcc00), color-stop(1, #f1d35a) );
  background:-moz-linear-gradient( center top, #ffcc00 5%, #f1d35a 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f1d35a');
  background-color:#ffcc00;
  -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:#000 !important;
  font-family:Arial;
  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, #018a44), color-stop(1, #08a756) );
  background:-moz-linear-gradient( center top, #018a44 5%, #08a756 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#018a44', endColorstr='#08a756');
  background-color:#b0b076;
}

.enquire:active {
  position:relative;
  top:1px;
}

/*Acomodation book now*/
.accom {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #018a44), color-stop(1, #08a756) );
  background:-moz-linear-gradient( center top, #018a44 5%, #08a756 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#018a44', endColorstr='#08a756');
  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:#fff !important;
  padding: 0 20px;
  font-family:Arial;
  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, #ffcc00), color-stop(1, #f1d35a) );
  background:-moz-linear-gradient( center top, #ffcc00 5%, #f1d35a 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc00', endColorstr='#f1d35a');
  background-color:#ffcc00;
  color:#000 !important;
}

.accom:active {
  position:relative;
  top:1px;
}

.freePhone {
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  padding: 0 10px;
  color:#8f1b89;
}

.mainArea img {
  float: left;
  margin-right: 20px;
  width: 100%;
  max-width: 685px;
}

.mainText {
  padding :0 10px 10px 10px;
  font-size:16px;
}

.mainText h1 {
  line-height: 30px;
  padding-top:15px;
}

.areaImage{
  width: 100%;
  /*max-width: 300px;*/
  height: auto ;
}

.sectionBg {
  padding: 5px;
  border: #ccc 1px solid ;
  background: #ededed;
}

.readMore {
  background: #111;
  color: #eee;
  padding: 5px 8px;
  width: auto;
}

.content {
  /*min-height: 260px;*/
}

.special h3 {
  padding-top: 0;
  padding-bottom: 5px;
  text-decoration: underline;

}

.special p {
  padding-top: 6px;
  line-height: 18px;
}

.special {
  height: auto;
  width: auto;
  padding: 10px;
  /*padding-bottom: 20px; */
}

.special img {
  width: 100%;
}

iframe {
  max-width: 447px;
  width: 100%;
  height: 319px;
  max-height: 319px;
}

.badgets img{
  margin: auto;
  display: block;
}

.fa-chevron-circle-right  {
  font-size: 16px;
  color: black;
}

.hidden {
  overflow: hidden;
}


/* Footer */
.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;
}

.badgesright {
  float:right;
}

.aaTravel {
  text-decoration: underline !important;
  color: #b93476 !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 .directions {
  background-image: url('../images/direction.png');
  display: inline-block;
  width: 210px;
  height: 41px;
  background-position:top;
}

.contact .directions:hover {
  background-position: bottom;
}

.contact .sectionBg {
  padding: 20px;
}

.map {
  width: 100%;
  height: 256px;
  max-width: 540px;
}

.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%;
}


@media screen and (max-width: 1139px) {
  .container {
    width: auto !important;
    height: auto !important;
    margin: inherit auto !important;
  }

  .logo a img, .logo a, .logo {
    max-width: 100%;
    display: block;
  }

  .freePhone {
    text-align: right;
    margin: 10px auto ;
  }

  /*.header .floatLeft, .header .floatRight {
    float: none;
  }*/

  .header .floatRight {
    max-width: 100%;
  }

  .header ul {
    font-size: 18px;
    float: right;
  }
}

@media screen and (max-width: 1110px) {
  .logo a img, .logo a {
    max-width:100%;
    display: block;
    padding-top:10px;
  }

  .header ul {
    font-size: 18px;
    float: right;
  }

  .header .floatRight {
    max-width: 100%;
  }

  .logo{
    width:25%;
  }
}

@media screen and (max-width: 960px) {
  /*.col-1-4 .sectionBg{
    float: left;
    width: 45%;
    margin-left: 20px;
    margin-bottom: 20px;
  } */

  .mainSection {
    float: left;
    max-width: 100%;
    margin-left: 10px;
    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;
    padding:0px !important;
    margin-bottom:0px !important;
  }

  body {
    background: #fff;
  }

  .floatLeft, .floatRight {
    float: none;
  }

  .logo a img, .logo a, .logo {
    width: 100%;
    max-width:377px;
    margin: auto;
    height: auto;
    display: block;
  }

  .freePhone {
    text-align: center;
    margin: 10px auto ;
  }

  .header .floatRight {
    width: auto;
  }

  .header ul {
    font-size :inherit;
    float: none;
    margin:0 15px 5px 15px !important;
  }

  #current {
    font-weight: bold;
  }

  .menu ul li a {
    font-size: 18px !important;
    border-bottom: none !important;
  }

  .menu li {
    width: 33% !important; /* chg to 32*/
    background: #ededed;
    margin: 3px auto;

  }

  .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: 100% !important;
    float: left !important;
    margin: 0 0 10px 10px !important;

  }

  .gri-pad {
    padding:0px !important;
  }

  .offers {
    width: 50% !important;
    float: left !important;
  }

  .special img {
    width: 100%;
    float: none;
  }

  .badgets {
    clear: both;
  }

  .col-5-12 {
    width:100% !important;
  }
}

@media screen and (max-width: 870px) {
  .attraction img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 391px; /* 100%*/
    height: auto;
    float: none;
  }

  .badgesright{
    float:left !important;
  }
}

@media screen and (max-width: 768px) {
  /*.special img {
    width: 100%;
    margin-right: 10px;
    float: none;
  } */

  .activity, .mainSection {
    float: none;
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 650px) {
  /*.col-1-4 .sectionBg{
    float: none;
    width: 100%;
    margin-left: 0px;
  } */

  .slideshow {
    width:auto !important;
    float: none !important;
  }

  .menu li {
    width: 49% !important;
    background: #ededed;
    margin: 3px auto;
  }

  .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: 100%;*/
    max-width: 425px;
    height: auto;
    float: none;
  }

  .room h2, .attraction h3 {
    padding-top: 20px;
  }

  .activity, .mainSection {
    float: none;
    width: 100%;
    margin-left: 0px;
  }

  iframe {
    width: 100% !important;
  }

  .offers {
    width: auto !important;
    float: none !important;
  }
}

@media screen and (max-width: 425px) {
  .menu li {
    width: 99% !important;
  }

  iframe {
    width: 100% !important;
    height: auto !important;
    max-height: 300px;
  }
}