body {
  background-position: 50% -19px;
  background-size: 115%;
  background-repeat: no-repeat;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #f60;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #575757;
}
.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.button.homedestinationbtn {
  display: inline-block;
  width: 30%;
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  border-radius: 5px;
  background-color: #112442;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  text-transform: uppercase;
}
.button.homedestinationbtn:hover {
  background-color: #003180;
}
.button.homedestinationbtn.down {
  margin-top: 44px;
}
.button.viewmorebtn {
  display: inline-block;
  width: 30%;
  max-width: 150px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  background-color: #f60;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Georgia, Times, 'Times New Roman', serif;
  text-transform: uppercase;
}
.button.viewmorebtn:hover {
  background-color: #ff7b24;
}
.bannercaptiondiv {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5%;
}
.bannercaptionsection {
  margin-bottom: 10%;
  border-top: 3px solid #f60;
}
.bannercaptionleft {
  width: 315px;
  margin-left: 30px;
}
.bannercaptionh1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Tangerine, sans-serif;
  color: #112442;
  font-size: 95px;
  line-height: 80px;
  text-align: right;
}
.bannercaptionh2 {
  margin-top: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #112442;
  font-size: 28px;
  font-weight: 400;
}
.bannercaptionh2emp {
  color: #f60;
}
.logodiv {
  width: 50%;
}
.wrapper {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}
.navbar {
  background-color: #112442;
}
.navmenu {
  float: none;
  font-size: 12px !important
}
.navcontainer {
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}
.navlink {
  width: 19.9%;
  padding-top:15px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family:'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
.navlink:hover {
  background-color: #f60;
}
.navlink.w--current {
  background-color: #f60;
  color: white;
}
.navlink.current {
  background-color: #f60;
}
.contentwrapper {
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: white;
}
.contentwrapper.aboutuswrapper {
  margin-bottom: 80px;
}
.contentwrapper.serviceswrapper {
  margin-bottom: 80px;
}
.homeh3 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid gainsboro;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #f60;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.homeh3.footerh3 {
  margin-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}
.homedestinationdiv {
  margin-bottom: 8px;
  padding: 13px;
  border: 1px solid #d6d6d6;
  background-color: #f2f2f2;
}
.homedestinationthumbdiv {
  width: 35%;
  float: left;
}
.clear {
  clear: both;
}
.homedestinationtextdiv {
  width: 65%;
  padding-left: 20px;
  float: right;
}
.packagethumbnail {
  border: 4px solid #e1e1e1;
}
.homedestinationtab {
  padding: 5px 7px;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #575757;
  text-decoration: none;
}
.homedestinationtab:hover {
  border-radius: 3px;
  background-color: #f60;
  color: white;
}
.homedestinationtab.w--current {
  border-radius: 3px;
  background-color: #f60;
  color: white;
}
.tabdivider {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.homedestinationp {
  margin-bottom: 10px;
}
.homedestinationp.ulp {
  margin-bottom: 0px;
}
.homedestinationtabcontent {
  padding-top: 10px;
  padding-left: 7px;
}
.phonelink {
  color: #575757;
  text-decoration: none;
}
.homebenefitsli {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  text-transform: capitalize;
}
.homedestinationtabcontainer {
  margin-bottom: 30px;
}
.destinationul {
  margin-bottom: 30px;
}
.subfootersection {
  margin-top: 40px;
  background-color: #eee;
}
.viewmorediv {
  padding-top: 5px;
  text-align: right;
}
.footerwrapper {
  display: block;
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}
.subfooterem {
  margin-top: 15px;
  margin-bottom: 8px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #f60;
  font-size: 18px;
}
.subfooterp {
  margin-bottom: 15px;
  color: #818181;
  font-size: 13px;
}
.footersection {
  padding-bottom: 30px;
  border-top: 3px solid #338fea;
  background-color: #112442;
}
.footertitle {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
.partnerslogo {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.sitemapp {
  color: white;
  line-height: 24px;
  text-transform: uppercase;
}
.sitemaplink {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
}
.sitemaplink:hover {
  color: #ff6000;
}
.footerp {
  color: white;
  line-height: 23px;
}
.phonelinkfooter {
  color: white;
  text-decoration: none;
}
.phonelinkfooter.emaillink {
  color: #f60;
}
.footercontactinforow {
  margin-top: 15px;
}
.map {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-top: 30px;
}
.contactusp {
  margin-bottom: 15px;
}
.aboutusp {
  margin-bottom: 30px;
  line-height: 24px;
}
.destination_container {
  display: inline-block;
  width: 33%;
  padding: 10px;
  float: none;
}
.destination_content {
  position: relative;
  width: 100%;
}
.destination_title {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  overflow-x: visible;
  overflow-y: visible;
  width: 100%;
  padding: 11px;
  float: right;
  background-color: rgba(0, 0, 0, 0.70);
  font-family: Roboto, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
}
.destination_title_bg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
  padding: 8px 0px;
  background-color: rgba(0, 0, 0, 0.6);
}
.back-top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin-right: 1%;
  margin-bottom: 11%;
}
.tabtxt_left {
  width: 40%;
  float: left;
}
.tabtxt_right {
  width: 60%;
  float: left;
}
.booknowembed {
  display: inline-block;
  float: left;
}
.booknowembed.ops {
  margin-top: 0px;
}
.tableembed {
  overflow-x: auto;
  overflow-y: auto;
  max-width: 100%;
  font-size: 13px;
}
.nostyle {
  padding-left: 3px;
  list-style-type: none;
}
.sg {
  margin-bottom: 0px;
}
.ourprice {
  color: #404e82;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991px) {
  body {
    background-position: 28% -19px;
    background-size: 135%;
  }
  .button.homedestinationbtn {
    width: 100%;
    margin-right: 4%;
	margin-bottom: 10px;
  }
  .bannercaptionsection {
    margin-bottom: 5%;
  }
  .logodiv {
    width: 70%;
  }
  .wrapper {
    width: 95%;
  }
  .navmenu {
    background-color: #112442;
  }
  .navlink {
    width: 100%;
  }
  .homedestinationtab {
    padding: 3px 5px;
    font-size: 13px;
  }
  .tabdivider {
    padding-right: 3px;
    padding-left: 3px;
  }
  .facebookfeed {
    margin-top: 30px;
  }
  .menubtn {
    color: white;
  }
  .menubtn.w--open {
    background-color: white;
    color: #112442;
  }
  .destination_container {
    width: 49.5%;
  }
}
@media (max-width: 767px) {
  body {
    background-size: 145%;
  }
  .bannercaptiondiv {
    padding-top: 3%;
  }
  .bannercaptionleft {
    width: 50%;
    margin-left: 0px;
  }
  .bannercaptionh1 {
    font-size: 80px;
    line-height: 70px;
  }
  .bannercaptionh2 {
    font-size: 23px;
  }
  .logodiv {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .navlink {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .homedestinationthumbdiv {
    width: 100%;
    float: none;
    text-align: center;
  }
  .homedestinationtextdiv {
    width: 100%;
    margin-top: 30px;
    padding-left: 0px;
    float: none;
  }
  .viewmorediv {
    text-align: center;
  }
  .partnerslogo {
    margin-right: auto;
    margin-left: auto;
  }
  .footerrow {
    text-align: center;
  }
  .partnerlogocol {
    margin-bottom: 30px;
  }
  .sitemapcol {
    margin-bottom: 30px;
  }
  .homebody {
    background-position: 31% -19px;
  }
  .menubtn {
    padding-top: 15px;
    padding-bottom: 15px;
    float: none;
    text-align: center;
  }
  .menubtn.w--open {
    float: none;
    text-align: center;
  }
  .logolink {
    width: 80%;
  }
}
@media (max-width: 479px) {
  body {
    background-position: 27% -29px;
    background-size: 155%;
  }
  h4 {
    margin-bottom: 15px;
  }
  .button.homedestinationbtn {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
  }
  .button.homedestinationbtn.lastbtn {
    margin-right: 0%;
  }
  .button.viewmorebtn {
    width: 50%;
  }
  .bannercaptionleft {
    width: 100%;
    margin-left: 0px;
  }
  .bannercaptionh1 {
    font-size: 60px;
    line-height: 50px;
    text-align: left;
  }
  .bannercaptionh2 {
    color: #112442;
    font-size: 17px;
    line-height: 30px;
  }
  .bannercaptionh2emp {
    color: #f60;
    text-shadow: white 1px 1px 0px;
  }
  .logodiv {
    margin-top: 50px;
  }
  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .homeh3 {
    font-size: 15px;
    line-height: 17px;
  }
  .homeh3.footerh3 {
    text-align: center;
  }
  .homedestinationdiv {
    text-align: center;
  }
  .homedestinationtab {
    display: inline-block;
  }
  .homedestinationp {
    text-align: left;
  }
  .homebenefitsli {
    text-align: left;
  }
  .footerwrapper {
    width: 95%;
  }
  .subfooterem {
    text-align: center;
  }
  .subfooterp {
    text-align: center;
  }
  .hidden {
    display: none;
  }
  .homebody {
    background-position: 44% -2px;
  }
  .menubtn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menubtn.w--open {
    float: none;
    text-align: center;
  }
  .logolink {
    width: 100%;
  }
  .destination_container {
    width: 100%;
    padding: 6px;
  }
  .destination_title {
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .tabtxt_left {
    text-align: left;
  }
  .tabtxt_right {
    text-align: left;
  }
}
