@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900);@-webkit-keyframes bake-pie {
  from {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes bake-pie {
  from {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
            transform: rotate(0deg) translate3d(0, 0, 0);
  }
}

.main {
  margin: 30px auto;
}

section {
  margin-top: 30px;
}

.pieID {
  display: inline-block;
  vertical-align: top;
}

.pie {
  height: 200px;
  width: 200px;
  position: relative;
  margin: 0 30px 30px 0;
  display: inline-block;
  vertical-align: top;
}

.pie::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  top: 50px;
  left: 50px;
}

.slice {
  position: absolute;
  width: 200px;
  height: 200px;
  clip: rect(0px, 200px, 200px, 100px);
  -webkit-animation: bake-pie 1s;
          animation: bake-pie 1s;
}

.slice span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  clip: rect(0px, 200px, 200px, 100px);
}

.legend {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 220px;
  padding: 30px 40px;
  display: inline-block;
  vertical-align: top;
}

.legend li {
  height: 1em;
  border-left: 1em solid black;
  padding: 0px 0px 14px 0px;
  margin-bottom: 20px;
  text-align: left;
}

.legend em {
  font: 500 1rem "Avenir_Next", sans-serif;
  padding-left: 15px;
}

.legend span {
  display: none;
}

* {
  outline: none !important;
}

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

a, button {
  -webkit-transition: all .2s;
  transition: all .2s;
}

a:hover, button:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-transition: all .4s;
  transition: all .4s;
}

strong, b {
  font-weight: 700;
}

ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

html, body {
  width: 100%;
  height: 100%;
  position: relative;
  font: 600 1.0625rem "Poppins", sans-serif;
  line-height: 1.4;
  color: #333;
}

@media (max-width: 767px) {
  html, body {
    font-size: 85%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html, body {
    font-size: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html, body {
    font-size: 95%;
  }
}

body {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  font-size: 14px;
}

.wrapper {
  overflow: hidden;
}

section {
  position: relative;
  overflow: hidden;
}

#ui-datepicker-div {
  margin-top: -142px;
  z-index: 9000 !important;
}

.bootstrap-timepicker-widget {
  margin-top: -142px;
  z-index: 9000 !important;
}

.container_full {
  padding: 0% 10%;
  width: 100%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .container_full {
    padding: 0% 5.5%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .container_full {
    padding: 0% 5.5%;
  }
}

@media (max-width: 550px) {
  .container_full {
    padding: 0% 7.5%;
  }
}

@media (max-width: 990px) {
  .container_full {
    padding: 0% 5.5%;
  }
}

@media (min-width: 1600px) {
  .container_full {
    padding: 0% 12.5%;
  }
}

.container_full .booking_results {
  margin: 5rem 0;
  text-align: center;
}

.container_full .booking_results h1 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.container_full .booking_results ul li {
  padding: 0 0 1rem 0;
  font-size: 0.9rem;
}

#ui-datepicker-div {
  margin-top: -142px;
  z-index: 9000 !important;
}

.bootstrap-timepicker-widget {
  margin-top: -142px;
  z-index: 9000 !important;
}

.container_full2 {
  position: absolute;
  top: 56%;
  padding: 0% 10%;
  width: 100%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .container_full2 {
    padding: 0% 5.5%;
  }
}

@media (max-width: 550px) {
  .container_full2 {
    padding: 0% 7.5%;
  }
}

@media (min-width: 1600px) {
  .container_full2 {
    padding: 0% 12.5%;
  }
}

.top_nav_strap {
  background: url("../images/top_nav_strap.jpg") bottom left repeat-x;
  width: 100%;
  height: 45px;
  text-align: right;
}

@media (max-width: 550px) {
  .top_nav_strap {
    position: absolute;
    bottom: -45px;
  }
}

.top_nav_strap ul li {
  display: inline-block;
}

.top_nav_strap ul li:last-child {
  background: url("../images/top_nav_strap_sep.gif") center left no-repeat;
}

@media (max-width: 550px) {
  .top_nav_strap ul li:last-child {
    display: none;
  }
}

.top_nav_strap ul li:last-child a {
  color: #fca04b;
}

.top_nav_strap ul li a {
  font: 500 0.75rem "Poppins", sans-serif;
  color: #c7c7c7;
  padding: 14px 15px;
  display: inline-block;
}

@media (max-width: 550px) {
  .top_nav_strap ul li a {
    padding: 14px 9px;
  }
}

.top_nav_strap ul li a:hover {
  color: #fff;
}

.top_nav_strap ul li a.active {
  color: #c01a2b;
  border-top: 3px solid #c01a2b;
  padding: 12px 15px;
}

.top_nav_strap ul li a .fa {
  font-size: 14px;
  margin-right: 5px;
}

.navbar-default {
  margin-bottom: 0;
  border: 0;
  width: 100%;
  background: #c11a2b;
}

.navbar-default .navbar-brand {
  color: #000;
  padding: 0px;
  margin: 0px;
  height: auto;
}

.navbar-default .navbar-brand > img {
  width: auto;
  height: 100%;
}

.navbar-default .navbar-brand:hover {
  color: #000;
}

.navbar-default .navbar-toggle {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle > span {
  border-color: #000;
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: transparent;
}

@media (max-width: 1199px) {
  .navbar-default .navbar-brand {
    height: 57px;
  }
  .navbar-default .navbar-nav li {
    padding: 12px 15px 0px 15px;
  }
  .navbar-default .navbar-toggle {
    padding-top: 14px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-brand {
    height: 57px;
  }
  .navbar-default .navbar-nav li {
    padding: 12px 12px 0px 12px;
  }
  .navbar-default .navbar-toggle {
    padding-top: 14px;
  }
}

.navbar-default .navbar-nav li {
  padding: 28px 15px 0px 15px;
}

.navbar-default .navbar-nav li:last-child {
  padding-right: 0px;
}

.navbar-default .navbar-nav li a {
  font: 500 1rem "Poppins", sans-serif;
  color: #fff;
}

.navbar-default .navbar-nav li a:hover {
  color: #fca04d;
}

.navbar-default .navbar-nav li a.active {
  color: #3c0606;
  border-bottom: 4px solid #3c0606;
  padding-bottom: 28px;
}

.navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav li.active > a:hover, .navbar-default .navbar-nav li.active > a:focus {
  color: #fca04d;
  text-decoration: none;
  background: none;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .navbar-default .navbar-nav li {
    padding: 27px 10px 0px 10px;
    font: 500 0.8125rem "Poppins", sans-serif;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .navbar-default .navbar-nav li {
    padding: 12px 0px 0px 0px;
    font: 500 0.75rem "Poppins", sans-serif;
  }
}

@media (max-width: 990px) {
  .navbar-default .navbar-nav li {
    padding: 0px;
    font: 500 0.8125rem "Poppins", sans-serif;
  }
}

footer {
  background: #2f3336;
  padding: 3% 0% 1.5%;
  float: left;
  width: 100%;
}

footer .secs {
  width: 20%;
  float: left;
}

@media (max-width: 550px) {
  footer .secs {
    width: 100%;
    margin-bottom: 20px;
  }
}

footer .secs:last-child li:last-child {
  border-top: 1px solid #404549;
  padding-top: 15px;
}

footer .secs ul li {
  width: 100%;
  color: #d9d9d9;
  font: 400 0.875rem "Poppins", sans-serif;
  padding-bottom: 12px;
}

footer .secs ul li a {
  color: #d9d9d9;
}

footer .secs ul li a:hover {
  color: #fff;
}

footer .secs ul li span {
  display: inline-block;
  vertical-align: top;
  width: 25px;
  color: #9b9b9d;
}

footer .secs ul li .social {
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  padding: 12px 15px;
  text-align: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 12px;
}

footer .secs ul li .social:hover {
  background: #9b9b9b;
  color: #2f3336;
}

@media (max-width: 550px) {
  footer .secs ul li .social {
    margin-bottom: 15px;
  }
}

footer .secs ul li .content {
  display: inline-block;
}

footer .secs ul li .light {
  color: #8c8c8c;
  font: 300 1rem "Poppins", sans-serif;
  padding: 9px 0px 0px 0px;
  text-align: center;
  min-width: 284px;
  text-shadow: 2px 1px #000;
}

.bottom_footer {
  width: 100%;
  float: left;
  padding: 2% 0%;
  text-align: center;
  background: #23282c;
  font: 300 0.8125rem "Poppins", sans-serif;
  color: #949597;
}

@media (max-width: 550px) {
  .bottom_footer {
    padding: 5% 0%;
  }
}

.bottom_footer a {
  font-weight: 400;
  color: #fff;
}

#ui-datepicker-div {
  z-index: 100;
}

.trail_viceroy {
  width: 100%;
  background: #252b37 url("../images/viceroy_home.jpg") top center no-repeat;
  position: relative;
  background-size: 100%;
}

@media (max-width: 550px) {
  .trail_viceroy {
    background-size: contain;
    margin-top: 45px;
  }
}

.trail_viceroy .contents {
  width: 40%;
  margin: 0% 30%;
  padding: 35% 0% 2%;
  text-align: center;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .trail_viceroy .contents {
    width: 50%;
    margin: 0% 25%;
  }
}

@media (max-width: 990px) {
  .trail_viceroy .contents {
    width: 60%;
    margin: 0% 20%;
    padding: 55% 0% 2%;
  }
}

@media (max-width: 550px) {
  .trail_viceroy .contents {
    width: 80%;
    margin: 0% 10%;
    padding: 32% 0% 2%;
  }
}

.trail_viceroy .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.trail_viceroy .contents h5 a {
  color: #fad467;
}

.trail_viceroy .contents h5 a:hover {
  color: #e1bd56;
}

.trail_viceroy .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .trail_viceroy .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.trail_viceroy .contents p {
  font: 300 1.0625rem "Poppins", sans-serif;
  color: #9ca2ae;
  line-height: 2.2rem;
  padding-bottom: 25px;
}

.trail_viceroy .contents .link {
  text-align: center;
}

.trail_viceroy .contents .link .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-bottom: 20px;
}

.trail_viceroy .contents .link .buton:hover {
  color: #c11a2b;
  background: none;
}

.trail_options {
  width: 100%;
  padding: 3% 0%;
  background: #f8f8f8;
}

.trail_options .block {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.trail_options .block .pic {
  position: relative;
}

.trail_options .block .pic img {
  width: 100%;
}

.trail_options .block .pic h3 {
  position: absolute;
  bottom: 10px;
  left: 15px;
  font: 600 1.875rem "Poppins", sans-serif;
  color: #fff;
}

.trail_options .block .desc {
  padding: 20px;
}

.trail_options .block .desc p {
  font: 400 0.90625rem "Poppins", sans-serif;
  line-height: 1.6rem;
  color: #4f535f;
  padding-bottom: 20px;
}

.trail_options .block .desc ul {
  text-align: center;
  padding: 20px 0px 10px;
  border-top: 1px solid #f2f2f2;
  width: 100%;
}

.trail_options .block .desc ul li {
  display: inline-block;
  padding: 0 5px;
  width: calc(32% - 10px);
}

@media (min-width: 991px) and (max-width: 1150px) {
  .trail_options .block .desc ul li {
    width: 100%;
    margin-bottom: 5%;
  }
}

.trail_options .block .desc ul li .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #c11a2b;
  padding: 10% 0%;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
  width: 100%;
}

.trail_options .block .desc ul li .buton:hover {
  color: #fff;
  background: #c11a2b;
}

.many_rail_packs {
  width: 100%;
  position: relative;
  display: table;
}

.many_rail_packs .content {
  width: 48%;
  text-align: center;
  position: absolute;
  left: 26%;
  top: 30%;
}

@media (min-width: 1600px) {
  .many_rail_packs .content {
    width: 40%;
    left: 30%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .many_rail_packs .content {
    width: 80%;
    top: 15%;
    left: 10%;
  }
}

@media (max-width: 990px) {
  .many_rail_packs .content {
    width: 100%;
    top: 15%;
    left: 0;
  }
}

@media (max-width: 550px) {
  .many_rail_packs .content {
    width: 100%;
    top: 5%;
    left: 0;
  }
}

.many_rail_packs .content h1 {
  font: 700 3.25rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.5rem;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .many_rail_packs .content h1 {
    font: 700 2.375rem "Poppins", sans-serif;
  }
}

@media (max-width: 990px) {
  .many_rail_packs .content h1 {
    font: 700 1.75rem "Poppins", sans-serif;
  }
}

@media (max-width: 550px) {
  .many_rail_packs .content h1 {
    font: 500 1.125rem "Poppins", sans-serif;
  }
}

.many_rail_packs .content .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 550px) {
  .many_rail_packs .content .buton {
    margin-top: 10px;
  }
}

.many_rail_packs .content .buton:hover {
  color: #c11a2b;
  background: none;
}

.discover_sl_rail {
  background: #f8f8f8;
  width: 100%;
  padding: 40px 0px;
  text-align: center;
}

@media (max-width: 550px) {
  .discover_sl_rail img {
    width: 50%;
  }
}

.rial_details_banner {
  width: 100%;
  position: relative;
}

.rial_details_banner.viceroy_special {
  background: #252d38 url("../images/sl_by_rail/viceroy_special/viceroy_special_banner.jpg") top center no-repeat;
}

.rial_details_banner.viceroy_special_charter {
  background: #252b37 url("../images/sl_by_rail/viceroy_special/viceroy_special_charter_banner.jpg") top center no-repeat;
}

.rial_details_banner.viceroy_special_charter .contents {
  width: 60%;
  margin: 0% 20%;
  padding: 10% 0% 5%;
}

.rial_details_banner.viceroy_2 {
  background: #252d38 url("../images/sl_by_rail/viceroy_2/viceroy_2_banner.jpg") top center no-repeat;
}

.rial_details_banner.viceroy_2_charter {
  background: #252d38 url("../images/sl_by_rail/viceroy_2/viceroy_2_charter_banner.jpg") top center no-repeat;
}

.rial_details_banner.viceroy_2_charter .contents {
  width: 60%;
  margin: 0% 20%;
  padding: 10% 0% 5%;
}

.rial_details_banner.t1_railcar {
  background: #252d38 url("../images/sl_by_rail/t1_railcar/t1_railcar_banner.jpg") top center no-repeat;
}

.rial_details_banner.t1_railcar_charter {
  background: #252d38 url("../images/sl_by_rail/t1_railcar/t1_railcar_charter_banner.jpg") top center no-repeat;
}

.rial_details_banner.t1_railcar_charter .contents {
  width: 60%;
  margin: 0% 20%;
  padding: 10% 0% 5%;
}

.rial_details_banner.chaufer_charter_booking {
  background: #252d38 url("../images/transportation/chauffeur_booking_banner.jpg") top center no-repeat;
}

.rial_details_banner.chaufer_charter_booking .contents {
  width: 60%;
  margin: 0% 20%;
  padding: 10% 0% 5%;
}

.rial_details_banner.rail_charter .contents {
  width: 60%;
  margin: 0% 20%;
  padding: 10% 0% 5%;
}

@media (max-width: 550px) {
  .rial_details_banner {
    background-size: contain;
  }
}

.rial_details_banner .contents {
  width: 40%;
  margin: 0% 30%;
  padding: 35% 0% 2%;
  text-align: center;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .rial_details_banner .contents {
    width: 50%;
    margin: 0% 25%;
  }
}

@media (max-width: 990px) {
  .rial_details_banner .contents {
    width: 60%;
    margin: 0% 20%;
    padding: 55% 0% 2%;
  }
}

@media (max-width: 550px) {
  .rial_details_banner .contents {
    width: 80%;
    margin: 0% 10%;
    padding: 150% 0% 2%;
  }
}

.rial_details_banner .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.rial_details_banner .contents h5 a {
  color: #fad467;
}

.rial_details_banner .contents h5 a:hover {
  color: #e1bd56;
}

.rial_details_banner .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .rial_details_banner .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.rial_details_banner .contents p {
  font: 300 1.0625rem "Poppins", sans-serif;
  color: #fff;
  line-height: 2.2rem;
  padding-bottom: 25px;
}

.rial_details_banner .contents .link {
  text-align: center;
}

.rial_details_banner .contents .link .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-bottom: 20px;
}

.rial_details_banner .contents .link .buton:hover {
  color: #c11a2b;
  background: none;
}

.rial_details_contents {
  text-align: center;
  padding: 40px 0px;
}

.rial_details_contents h4 {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4c535d;
  padding-bottom: 15px;
}

.rial_details_contents ul {
  margin-bottom: 20px;
}

.rial_details_contents ul li {
  font: 300 1rem "Poppins", sans-serif;
  color: #4c535d;
  padding: 2px 0px;
}

.rial_details_contents ul li .sep {
  width: 20px;
  height: 1px;
  background: #8d919a;
  display: inline-block;
}

.rial_details_contents .description {
  width: 50%;
  margin: 0% 25%;
  text-align: center;
}

.rial_details_contents .description p {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #4c535d;
  padding: 0px 0px 30px;
}

@media (max-width: 990px) {
  .rial_details_contents .description {
    width: 60%;
    margin: 0% 20%;
  }
}

@media (max-width: 550px) {
  .rial_details_contents .description {
    width: 80%;
    margin: 0% 10%;
  }
}

.rial_details_contents .boton_set {
  text-align: center;
  padding: 20px 0px 10px;
}

.rial_details_contents .boton_set li {
  display: inline-block;
  padding: 0 5px;
}

.rial_details_contents .boton_set li .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  background: #c11a2b;
  padding: 10px 20px;
  min-width: 150px;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
}

@media (max-width: 550px) {
  .rial_details_contents .boton_set li .buton {
    margin-bottom: 10px;
  }
}

.rial_details_contents .boton_set li .buton:hover {
  color: #c11a2b;
  background: #fff;
}

.rial_details_gal {
  width: 62.5%;
  margin: 0 auto 60px auto;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .rial_details_gal {
    width: 80%;
  }
}

@media (max-width: 990px) {
  .rial_details_gal {
    width: 100%;
  }
}

.rial_details_gal .swiper_wrap {
  padding: 0px;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.rial_details_gal .swiper_wrap .swiper-pagination {
  width: 100%;
  margin: 10px 0px;
}

.rial_details_gal .swiper_wrap .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 7px;
  background: #d9d9d9;
}

.rial_details_gal .swiper_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb1c24;
}

.rial_details_gal .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -66px;
  width: 26px;
  height: 49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/rai_gal_right.png) center no-repeat;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .rial_details_gal .swiper-button-next {
    right: -46px;
  }
}

@media (max-width: 990px) {
  .rial_details_gal .swiper-button-next {
    right: 15px;
  }
}

.rial_details_gal .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -66px;
  width: 26px;
  height: 49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
  transform: translateY(-50%);
  background: url(../images/rai_gal_left.png) center no-repeat;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .rial_details_gal .swiper-button-prev {
    left: -46px;
  }
}

@media (max-width: 990px) {
  .rial_details_gal .swiper-button-prev {
    left: 15px;
  }
}

.navigate_buttons {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 3rem 0;
}

.navigate_buttons .pages_navs {
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  border: 1px solid #c11a2b;
  border-radius: 2rem;
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #c11a2b;
  width: 284px;
  display: inline-block;
}

@media (max-width: 990px) {
  .navigate_buttons .pages_navs {
    margin: 0.5rem 0rem;
  }
}

.navigate_buttons .pages_navs:hover {
  background: #c11a2b;
  color: #fff;
}

.navigate_buttons .pages_navs:hover .left_arrow {
  background: url("../images/left-arrow-white.png") center left no-repeat;
}

.navigate_buttons .pages_navs:hover .right_arrow {
  background: url("../images/right-arrow-white.png") center right no-repeat;
}

.navigate_buttons .pages_navs .left_arrow {
  background: url("../images/left-arrow-red.png") center left no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.navigate_buttons .pages_navs .right_arrow {
  background: url("../images/right-arrow-red.png") center right no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.charter_form {
  margin: 50px 0px;
  border-right: 1px solid #eee;
}

.charter_form.no-margin-top {
  margin-top: 0;
}

.charter_form.no-margin-bottom {
  margin-bottom: 0;
}

.charter_form h5 {
  color: #252b37;
  font: 600 1.0625rem "Poppins", sans-serif;
  padding-bottom: 10px;
}

.charter_form ul li {
  width: 49%;
  display: inline-block;
  padding-left: 3%;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .charter_form ul li {
    width: 100%;
  }
}

.charter_form ul li.full {
  width: 98%;
  padding: 0;
  padding-left: 3%;
}

.charter_form ul li.full .msgfield {
  height: 120px;
}

.charter_form ul li.sameline h5 {
  float: left;
  margin: 5px 15px 0px 0px;
}

.charter_form ul li .form-control {
  width: 100%;
  padding: 8px;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  margin-bottom: 10px;
}

.charter_form ul li .insub {
  display: inline-block;
  width: 100%;
}

.charter_form ul li .insub span {
  float: left;
  width: 23%;
  font: 400 0.8125rem "Poppins", sans-serif;
  margin-top: 13px;
}

.charter_form ul li .insub .yes_no {
  float: left;
  width: 23%;
  margin-top: 10px;
}

@media (max-width: 550px) {
  .charter_form ul li .insub .yes_no {
    width: 30%;
    margin-right: 2%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .charter_form ul li .insub .yes_no {
    width: 30%;
  }
}

.charter_form ul li .insub .yes_no span {
  width: 31px;
  margin: 0px;
}

.charter_form ul li .insub .form-control {
  width: 77%;
}

@media (max-width: 550px) {
  .charter_form ul li .insub .form-control {
    width: 68%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .charter_form ul li .insub .form-control {
    width: 68%;
    margin-left: 2%;
  }
}

.charter_form ul li .insub .input-group {
  width: 77%;
}

.charter_form ul li .insub .input-group .form-control {
  width: 100%;
  float: none;
  margin: 0px;
}

.charter_form ul li .insub .input-group span {
  margin-top: auto;
  float: none;
  width: auto;
}

.charter_form ul li .insub_full .form-control {
  width: 100%;
  float: none;
}

.charter_form .red_checkbox {
  position: relative;
}

.charter_form .red_checkbox input[type=checkbox]:not(old), .charter_form .red_checkbox input[type=radio]:not(old) {
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 200;
  top: 18px;
  left: 8px;
}

.charter_form .red_checkbox input[type=radio]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  font-weight: 400;
  color: #4e5462;
  cursor: pointer;
}

.charter_form .red_checkbox input[type=radio]:not(old) + label > span {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: white;
  vertical-align: bottom;
}

.charter_form .red_checkbox input[type=radio]:not(old):checked + label > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f0f0f0));
  background-image: linear-gradient(#e0e0e0, #f0f0f0);
}

.charter_form .red_checkbox input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 21px;
  height: 21px;
  margin: 2px;
  border: 1px solid #c93040;
  border-radius: 50%;
  background: #c93040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c93040), to(#bf2e3d));
  background-image: linear-gradient(#c93040, #bf2e3d);
}

.charter_form .yes_no label {
  color: transparent;
  background: url(../images/yes_no_sprite.png) -87px 0px no-repeat;
  border-radius: 18px;
  display: block;
  position: relative;
  text-indent: 100%;
  width: 86px;
  height: 36px;
  -webkit-transition: background-position .3s ease;
  -moz-transition: background-position .3s ease;
  cursor: pointer;
  float: left;
}

.charter_form .yes_no input[type=checkbox] {
  display: none;
}

.charter_form .yes_no label span {
  background: url(../images/yes_no_sprite.png) 5px -35px no-repeat;
  border-radius: 18px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 31px;
  height: 31px;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;
}

.charter_form .yes_no input[type=checkbox]:checked + label {
  background-position: -2px 0;
}

.charter_form .yes_no input[type=checkbox]:checked + label span {
  left: 0;
}

#ui-datepicker-div {
  z-index: 200 !important;
}

.charter_right_desc {
  margin: 50px 0px;
  padding: 0px 30px;
}

.charter_right_desc h5 {
  color: #252b37;
  font: 600 1.0625rem "Poppins", sans-serif;
  line-height: 1.2rem;
  padding-bottom: 0.5rem;
}

.charter_right_desc a {
  color: #c01a2b;
  font: 300 0.875rem "Poppins", sans-serif;
}

.charter_right_desc .cost_amout {
  font: 600 2rem "Poppins", sans-serif;
  color: #a3c878;
}

.charter_right_desc .btns {
  width: 100%;
  padding: 10px 0px;
}

.charter_right_desc .btns .filled {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  background: #c11a2b;
  padding: 10px 20px;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  margin: 0px 10px 10px 0px;
}

@media (max-width: 550px) {
  .charter_right_desc .btns .filled {
    margin-bottom: 10px;
  }
}

.charter_right_desc .btns .filled:hover {
  color: #c11a2b;
  background: #fff;
}

.charter_right_desc .btns .empty {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #c11a2b;
  background: #fff;
  padding: 10px 20px;
  min-width: 150px;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
  text-align: center;
  min-width: 150px;
  margin: 0px 10px 10px 0px;
}

@media (max-width: 550px) {
  .charter_right_desc .btns .empty {
    margin-bottom: 10px;
  }
}

.charter_right_desc .btns .empty:hover {
  color: #fff;
  background: #c11a2b;
}

.charter_right_desc .info_box {
  background: #fff0d6;
  padding: 15px 20px 30px;
  border: 1px solid #f6d6a3;
  border-radius: 4px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.charter_right_desc .info_box ul {
  float: left;
}

.charter_right_desc .info_box ul li {
  float: left;
  padding-bottom: 10px;
  font: 400 0.8125rem "Poppins", sans-serif;
  color: #df9f35;
  line-height: 1.2rem;
}

.charter_right_desc .info_box ul li .dash {
  float: left;
  width: 6px;
  height: 1px;
  background: #eaba68;
  margin: 10px 0px 0px 10px;
}

.charter_right_desc .info_box ul li .desc {
  float: left;
  width: calc(100% - 16px);
}

.charter_right_desc .info_box h5 {
  font: 600 0.8125rem "Poppins", sans-serif;
  color: #df9f35;
  float: left;
  width: 100%;
}

.charter_right_desc .infobox_green {
  border: 1px solid #bcdc99;
  background: #e4f3d4;
}

.charter_right_desc .infobox_green p {
  font: 400 0.8125rem "Poppins", sans-serif;
  color: #75a746;
}

.charter_right_desc .seat_select_legend {
  width: 100%;
  border-top: 1px solid #eee;
  padding: 25px 0px 0px 0px;
  float: left;
}

.charter_right_desc .seat_select_legend li {
  width: 100%;
  color: #4c535d;
  font: 400 0.8125rem "Poppins", sans-serif;
  margin-bottom: 10px;
}

.charter_right_desc .seat_select_legend li .available {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #dadada;
  float: left;
  margin-right: 10px;
}

.charter_right_desc .seat_select_legend li .reserved {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #d08d1c;
  background: #f5a623;
  float: left;
  margin-right: 10px;
}

.charter_right_desc .seat_select_legend li .choices {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #80a758;
  background: #95c464;
  float: left;
  margin-right: 10px;
}

.charter_right_desc .seat_select_legend li .table {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  background: url(../images/table_wood.jpg) left top no-repeat;
  float: left;
  margin-right: 10px;
}

.further_div {
  width: 100%;
  padding: 50px 0px;
  background: #f8f8f8;
  text-align: center;
}

.further_div h5 {
  color: #252b37;
  font: 600 1.0625rem "Poppins", sans-serif;
  margin-bottom: 15px;
}

.further_div .empty {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #c11a2b;
  background: none;
  padding: 10px 20px;
  min-width: 150px;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
  text-align: center;
  min-width: 150px;
}

@media (max-width: 550px) {
  .further_div .empty {
    margin-bottom: 10px;
  }
}

.further_div .empty:hover {
  color: #fff;
  background: #c11a2b;
}

.seats_select_wrap {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 15px 15px 22px 5px;
  text-align: center;
}

.seats_select_wrap .seats_select {
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .seats_select_wrap .seats_select {
    display: table;
  }
}

.seats_select_wrap .seats_select ul {
  display: inline-block;
  margin-right: 40px;
}

.seats_select_wrap .seats_select ul:last-child {
  margin-right: 0;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .seats_select_wrap .seats_select ul {
    margin-right: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .seats_select_wrap .seats_select ul {
    margin-right: 5px;
  }
}

@media (max-width: 990px) {
  .seats_select_wrap .seats_select ul {
    width: 100%;
    margin: 0 0 0.1rem 0;
    /* Rotate div */
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari 3-8 */
    transform: rotate(90deg);
    display: inherit;
  }
}

.seats_select_wrap .seats_select ul li {
  width: 40px;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .seats_select_wrap .seats_select ul li {
    width: 38px;
  }
}

.seats_select_wrap .seats_select ul li .table_two {
  width: 34px;
  height: 75px;
  background: url(../images/table_wood.jpg) top center no-repeat;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-top: 6px;
}

.seats_select_wrap .seats_select ul li .table_one {
  width: 34px;
  height: 34px;
  background: url(../images/table_wood.jpg) top center no-repeat;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-top: 5px;
}

.seats_select_wrap .seats_select ul li .empty {
  width: 34px;
  height: 34px;
}

.seats_select_wrap .seats_select ul li .block {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old) {
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  cursor: pointer;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  font-weight: 400;
  color: #4e5462;
  cursor: pointer;
  margin-left: -34px;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 34px;
  height: 34px;
  border: 1px solid #dadada;
  border-radius: 4px;
  background: white;
  vertical-align: bottom;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old):checked + label > span {
  background: #95c464;
  border: 1px solid #80a758;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old):disabled + label > span {
  background: #f5a623;
  border: 1px solid #d08c1d;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old) + label > span > span {
  display: block;
  width: 34px;
  height: 34px;
  color: #666;
  padding: 6px 2px 0px 3px;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old):checked + label > span > span {
  display: block;
  width: 34px;
  height: 34px;
  color: #fff;
  padding: 6px 2px 0px 3px;
}

.seats_select_wrap .seats_select ul li .block input[type=checkbox]:not(old):disabled + label > span > span {
  display: block;
  width: 34px;
  height: 34px;
  color: #fff;
  padding: 6px 2px 0px 3px;
}

.return_aswell {
  opacity: 0.4;
}

.accommodation_main {
  width: 100%;
  background: #f8f8f8 url("../images/accommodation/accommodation_bg.jpg") top center no-repeat;
  padding: 2.5% 0%;
  float: left;
}

.accommodation_main h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #4a4a4a;
  text-align: center;
}

.accommodation_main h5 a {
  color: #4a4a4a;
}

.accommodation_main h5 a:hover {
  color: #000;
}

.accommodation_main h1 {
  font: 700 3rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (max-width: 550px) {
  .accommodation_main h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.accommodation_main .selectdiv {
  position: relative;
  max-width: 400px;
  display: table;
  margin: 0 auto 1rem auto;
  width: 100%;
  /* IE11 hide native button (thanks Matt!) */
}

.accommodation_main .selectdiv:after {
  content: '\F078';
  font: normal normal normal 16px/1 FontAwesome;
  color: #333;
  right: 18px;
  top: 5px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

.accommodation_main .selectdiv select::-ms-expand {
  display: none;
}

.accommodation_main .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.accommodation_main .block {
  width: 30%;
  margin: 0% 1.5% 2% 1.5%;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  /*float: left;*/
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .accommodation_main .block {
    min-height: 180px;
  }
}

@media (max-width: 990px) {
  .accommodation_main .block {
    width: 100%;
  }
}

.accommodation_main .block .pic {
  width: 100%;
  position: relative;
}

.accommodation_main .block .pic img {
  width: 100%;
}

.accommodation_main .block .pic .name {
  font: 700 1.75rem "Poppins", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 25px;
  text-shadow: 2px 1px #000;
}

.accommodation_main .block .desc {
  padding: 25px;
}

.accommodation_main .block .desc p {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 25px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .accommodation_main .block .desc p {
    min-height: 180px;
  }
}

.accommodation_main .block .desc .number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fdd768;
  color: #fff;
  font: 400 1rem "Poppins", sans-serif;
  padding: 9px 0px 0px 0px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .accommodation_main .block .desc .number {
    font: 400 0.9375rem "Poppins", sans-serif;
    padding: 9px 0px 0px 12px;
  }
}

.accommodation_main .block .desc .hnv {
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #4d535f;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .accommodation_main .block .desc .hnv {
    font: 400 0.8125rem "Poppins", sans-serif;
  }
}

.accommodation_main .block .desc .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #c11a2b;
  padding: 10px 33px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #c11a2b;
  display: inline-block;
}

@media (max-width: 550px) {
  .accommodation_main .block .desc .buton {
    margin-top: 10px;
  }
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .accommodation_main .block .desc .buton {
    padding: 8px 23px;
  }
}

.accommodation_main .block .desc .buton:hover {
  color: #fff;
  background: #c11a2b;
}

.accommodation_main .description_blocks {
  position: relative;
  border-radius: 6px;
  margin-right: -5px;
  margin-bottom: 22px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 990px) {
  .accommodation_main .description_blocks {
    margin: auto -10px;
  }
}

@media (max-width: 990px) {
  .accommodation_main .description_blocks:last-child {
    margin-top: 10px;
  }
}

@media (max-width: 550px) {
  .accommodation_main .description_blocks img {
    width: 100%;
    height: 100%;
  }
}

.accommodation_main .description_blocks .rate {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 55px;
}

.accommodation_main .description_blocks .rate .label-value {
  width: 55px;
  height: 50px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  background: url("../images/rate_nu_bg.jpg") top left repeat-x;
  color: #fff;
  padding: 1rem;
}

.accommodation_main .description_blocks .descrip_wrap {
  position: absolute;
  min-width: 284px;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: url("../images/accommodation/accom_details_grad.png") bottom left repeat-x;
  background-size: contain;
}

.accommodation_main .description_blocks .descrip_wrap h3 {
  color: #fff;
  font: 600 2.125rem "Poppins", sans-serif;
  text-shadow: 2px 1px #000;
}

.accommodation_main .description_blocks .descrip_wrap p {
  color: #fff;
  font: 300 0.9375rem "Poppins", sans-serif;
  padding-bottom: 1rem;
  text-shadow: 2px 1px #000;
}

.accommodation_main .description_blocks .descrip_wrap .more {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
}

.accommodation_main .description_blocks .descrip_wrap .more:hover {
  color: #c11a2b;
  background: none;
}

.accommodation_main .description_blocks .descrip_wrap li {
  padding: 0 1rem 0 0;
  margin: 0 1rem 0 0;
  display: inline-block;
  float: left;
  border-right: 1px solid #aaa;
}

.accommodation_main .description_blocks .descrip_wrap li:last-child {
  border: none;
}

.accommodation_main .description_blocks .descrip_wrap li.prices {
  text-align: center;
  color: #a2c777;
}

.accommodation_main .description_blocks .descrip_wrap li.prices span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.accommodation_main .description_blocks .descrip_wrap li .maplink {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 1rem;
  float: left;
  padding: 0.6rem;
}

.accommodation_main .description_blocks .descrip_wrap li .maplink:hover {
  opacity: 0.8;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .accommodation_main .description_blocks .descrip_wrap {
    padding: 20px 25px;
  }
}

@media (max-width: 990px) {
  .accommodation_main .description_blocks .descrip_wrap {
    padding: 15px;
  }
}

.accommodation_main .description_blocks .descrip_wrap .descrip {
  display: none;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.accommodation_main .description_blocks:hover .descrip_wrap .descrip {
  display: block;
}

.accommodation_main .description_blocks:hover .descrip_wrap img {
  opacity: 0.7;
}

.accommodation_main .btn_arrange {
  text-align: center;
  width: 100%;
}

.accommodation_main .btn_arrange li {
  display: inline-block;
  margin: 0 0.3rem;
}

.accommodation_main .ndc_wrap {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 1rem 0.5rem;
  margin-bottom: 1.2rem;
}

.accommodation_main .ndc_wrap li {
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #f3c669;
  border-right: 1px solid #f2f2f2;
}

.accommodation_main .ndc_wrap li span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.accommodation_main .ndc_wrap li.charge {
  color: #a2c777;
}

.accommodation_main .ndc_wrap li:last-child {
  border: none;
}

.slr_history_wrap {
  background: #f8f8f8 url("../images/sl_by_rail/slr_history_bg.jpg") top left no-repeat;
}

@media (max-width: 550px) {
  .slr_history_wrap {
    background-size: contain;
    margin-top: 100px;
  }
}

.slr_history_wrap .topic {
  width: 100%;
  padding: 3% 0% 1%;
  text-align: center;
}

.slr_history_wrap .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.slr_history_wrap .topic h5 a {
  color: #7b8386;
}

.slr_history_wrap .topic h5 a:hover {
  color: #333;
}

.slr_history_wrap .topic h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .slr_history_wrap .topic h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.slr_history_wrap .top_text {
  padding: 0 5rem;
}

@media (max-width: 990px) {
  .slr_history_wrap .top_text {
    padding: 0 2rem;
  }
}

.slr_history_wrap .top_text p {
  font: 400 0.90625rem "Poppins", sans-serif;
  line-height: 1.6rem;
  color: #4f535f;
  padding: 0 1rem 2rem 1rem;
}

@media (max-width: 990px) {
  .slr_history_wrap .top_text p {
    padding: 0 0 2rem;
  }
}

.slr_history_wrap .slr_networks {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3rem;
}

.slr_history_wrap .slr_networks .slr_networks_legend {
  float: left;
  width: 30%;
}

@media (max-width: 990px) {
  .slr_history_wrap .slr_networks .slr_networks_legend {
    width: 100%;
  }
}

.slr_history_wrap .slr_networks .slr_networks_map {
  float: left;
  width: 70%;
}

@media (max-width: 990px) {
  .slr_history_wrap .slr_networks .slr_networks_map {
    width: 100%;
  }
}

.slr_history_wrap .navigate_buttons {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 3rem 0;
}

.slr_history_wrap .navigate_buttons .pages_navs {
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  border: 1px solid #c11a2b;
  border-radius: 2rem;
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #c11a2b;
  width: 284px;
  display: inline-block;
}

@media (max-width: 990px) {
  .slr_history_wrap .navigate_buttons .pages_navs {
    margin: 0.5rem 0rem;
  }
}

.slr_history_wrap .navigate_buttons .pages_navs:hover {
  background: #c11a2b;
  color: #fff;
}

.slr_history_wrap .navigate_buttons .pages_navs:hover .left_arrow {
  background: url("../images/left-arrow-white.png") center left no-repeat;
}

.slr_history_wrap .navigate_buttons .pages_navs:hover .right_arrow {
  background: url("../images/right-arrow-white.png") center right no-repeat;
}

.slr_history_wrap .navigate_buttons .pages_navs .left_arrow {
  background: url("../images/left-arrow-red.png") center left no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.slr_history_wrap .navigate_buttons .pages_navs .right_arrow {
  background: url("../images/right-arrow-red.png") center right no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.tours_main {
  width: 100%;
  background: #f8f8f8 url("../images/tours/tours_banner_bg.jpg") top center no-repeat;
  padding: 2.5% 0%;
  float: left;
}

.tours_main h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #4a4a4a;
  text-align: center;
}

.tours_main h5 a {
  color: #4a4a4a;
}

.tours_main h5 a:hover {
  color: #000;
}

.tours_main h1 {
  font: 700 3rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (max-width: 550px) {
  .tours_main h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.tours_main .selectdiv {
  position: relative;
  max-width: 400px;
  display: table;
  margin: 0 auto 1rem auto;
  width: 100%;
  /* IE11 hide native button (thanks Matt!) */
}

.tours_main .selectdiv:after {
  content: '\F078';
  font: normal normal normal 16px/1 FontAwesome;
  color: #333;
  right: 18px;
  top: 5px;
  height: 34px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}

.tours_main .selectdiv select::-ms-expand {
  display: none;
}

.tours_main .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */
  display: block;
  width: 100%;
  max-width: 400px;
  border-radius: 25px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  -ms-word-break: normal;
  word-break: normal;
}

.tours_main .block {
  width: 30%;
  margin: 0% 1.5% 2% 1.5%;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  float: left;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .tours_main .block {
    min-height: 180px;
  }
}

@media (max-width: 990px) {
  .tours_main .block {
    width: 100%;
  }
}

.tours_main .block .pic {
  width: 100%;
  position: relative;
}

.tours_main .block .pic img {
  width: 100%;
}

.tours_main .block .pic .name {
  font: 700 1.75rem "Poppins", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 25px;
  text-shadow: 2px 1px #000;
}

.tours_main .block .desc {
  padding: 25px;
}

.tours_main .block .desc p {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 25px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .tours_main .block .desc p {
    min-height: 180px;
  }
}

.tours_main .block .desc .ndc_wrap {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 1rem 0.5rem;
  margin-bottom: 1.2rem;
}

.tours_main .block .desc .ndc_wrap li {
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #f3c669;
  border-right: 1px solid #f2f2f2;
}

.tours_main .block .desc .ndc_wrap li span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.tours_main .block .desc .ndc_wrap li.charge {
  color: #a2c777;
}

.tours_main .block .desc .ndc_wrap li:last-child {
  border: none;
}

.tours_main .block .desc .btn_arrange {
  text-align: center;
  width: 100%;
}

.tours_main .block .desc .btn_arrange li {
  display: inline-block;
  margin: 0 0.3rem;
}

.tours_main .block .desc .number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fdd768;
  color: #fff;
  font: 400 1rem "Poppins", sans-serif;
  padding: 9px 0px 0px 10px;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .tours_main .block .desc .number {
    font: 400 0.9375rem "Poppins", sans-serif;
    padding: 9px 0px 0px 12px;
  }
}

.tours_main .block .desc .hnv {
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #4d535f;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .tours_main .block .desc .hnv {
    font: 400 0.8125rem "Poppins", sans-serif;
  }
}

.tours_main .block .desc .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #c11a2b;
  padding: 10px 33px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #c11a2b;
  display: inline-block;
}

@media (max-width: 550px) {
  .tours_main .block .desc .buton {
    margin-top: 10px;
  }
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .tours_main .block .desc .buton {
    padding: 8px 23px;
  }
}

.tours_main .block .desc .buton:hover {
  color: #fff;
  background: #c11a2b;
}

.tours_description_top {
  width: 100%;
  position: relative;
  background: #252b37;
}

@media (max-width: 550px) {
  .tours_description_top {
    background-size: contain;
  }
}

.tours_description_top .main_slider {
  position: relative;
  top: 0;
  z-index: 2;
  padding-bottom: 5%;
}

.tours_description_top .main_slider .swiper-button-next {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  right: 3rem;
  z-index: 4;
  background: url("../images/right_white.png") center center no-repeat;
}

.tours_description_top .main_slider .swiper-button-prev {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  left: 3rem;
  z-index: 4;
  background: url("../images/left_white.png") center center no-repeat;
}

.tours_description_top .grade {
  background: url("../images/tours/tour_dc_grade.png") bottom center repeat-x;
  background-size: contain;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.tours_description_top .contents {
  z-index: 4;
  text-align: center;
  position: relative;
  margin: -12% 30% 0%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .tours_description_top .contents {
    width: 50%;
    margin: -12% 25% 0%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .tours_description_top .contents {
    width: 60%;
    margin: -12% 20% 0%;
  }
}

@media (max-width: 990px) {
  .tours_description_top .contents {
    width: 70%;
    margin: -12% 15% 0%;
  }
}

@media (max-width: 550px) {
  .tours_description_top .contents {
    width: 80%;
    margin: -12% 10% 0%;
  }
}

.tours_description_top .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.tours_description_top .contents h5 a {
  color: #fad467;
}

.tours_description_top .contents h5 a:hover {
  color: #e1bd56;
}

.tours_description_top .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .tours_description_top .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.tours_description_top .contents p {
  font: 300 1.0625rem "Poppins", sans-serif;
  color: #fff;
  line-height: 2.2rem;
  padding-bottom: 25px;
}

.tours_description_top .contents .ndc_wrap {
  width: 100%;
  padding: 1rem 0.5rem;
}

.tours_description_top .contents .ndc_wrap li {
  display: inline-grid;
  text-align: center;
  color: #f3c669;
  border-right: 1px solid #585c65;
  padding: 0 1.5rem;
}

@media (max-width: 550px) {
  .tours_description_top .contents .ndc_wrap li {
    width: 80%;
    border-right: none;
    padding: 1rem 0;
    border-bottom: 1px solid #585c65;
  }
}

.tours_description_top .contents .ndc_wrap li span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.tours_description_top .contents .ndc_wrap li.charge {
  color: #a2c777;
}

.tours_description_top .contents .ndc_wrap li:last-child {
  border: none;
}

.tours_description_top .contents .ndc_wrap li .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-bottom: 20px;
}

.tours_description_top .contents .ndc_wrap li .buton:hover {
  color: #c11a2b;
  background: none;
}

.tour_desc_details {
  text-align: center;
  padding: 40px 0px;
  float: left;
  width: 100%;
}

.tour_desc_details .col-md-6:first-child {
  border-right: 1px solid #8e9198;
}

@media (max-width: 990px) {
  .tour_desc_details .col-md-6:first-child {
    border: none;
  }
}

.tour_desc_details h4 {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4c535d;
  padding-bottom: 15px;
}

.tour_desc_details ul {
  margin-bottom: 20px;
}

.tour_desc_details ul li {
  font: 300 1rem "Poppins", sans-serif;
  color: #4c535d;
  padding: 2px 0px;
}

.tour_desc_details ul li .sep {
  width: 20px;
  height: 1px;
  background: #8d919a;
  display: inline-block;
}

.tour_desc_tips {
  background: #f1f1f1;
  padding: 3rem 0;
  float: left;
  width: 100%;
}

.tour_desc_tips .topic {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4a4a4a;
  padding-bottom: 0.8rem;
}

.tour_desc_tips .topic img {
  margin-top: -5px;
}

.tour_desc_tips p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
  padding-bottom: 2rem;
}

.tour_desc_tips .block {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.tour_desc_tips .block .desc {
  width: 50%;
  padding: 2rem;
  float: left;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 990px) {
  .tour_desc_tips .block .desc {
    width: 100%;
    height: auto !important;
    overflow-y: auto !important;
  }
}

.tour_desc_tips .block .desc h4 {
  font: 500 1.625rem "Poppins", sans-serif;
  color: #212121;
  padding-bottom: 0.8rem;
}

.tour_desc_tips .block .desc p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
}

.tour_desc_tips .block .pic {
  width: 50%;
  float: left;
}

@media (max-width: 990px) {
  .tour_desc_tips .block .pic {
    width: 100%;
  }
}

.packages_wrap {
  background: #f8f8f8 url("../images/sl_by_rail/slr_history_bg.jpg") top left no-repeat;
  background-size: 100%;
}

@media (max-width: 550px) {
  .packages_wrap {
    background-size: contain;
    margin-top: 45px;
  }
}

.packages_wrap .topic {
  width: 100%;
  padding: 3% 0% 1%;
  text-align: center;
}

@media (max-width: 550px) {
  .packages_wrap .topic {
    padding: 3% 0% 4.5%;
  }
}

.packages_wrap .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.packages_wrap .topic h5 a {
  color: #7b8386;
}

.packages_wrap .topic h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .packages_wrap .topic h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.packages_wrap .content_area .packages_tabs_wrap {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.packages_wrap .content_area .packages_tabs_wrap .nav-tabs {
  border-radius: 30px;
  overflow: hidden;
  display: table;
  margin: 0 auto;
  background: #f8f8f8;
  border: none;
}

.packages_wrap .content_area .packages_tabs_wrap .nav-tabs li {
  display: grid;
}

@media (max-width: 550px) {
  .packages_wrap .content_area .packages_tabs_wrap .nav-tabs li {
    width: 100%;
  }
}

.packages_wrap .content_area .packages_tabs_wrap .nav-tabs li.active a {
  color: #4d0702;
}

.packages_wrap .content_area .packages_tabs_wrap .nav-tabs li:last-child a {
  border: none;
}

.packages_wrap .content_area .packages_tabs_wrap .nav-tabs li a {
  text-align: center;
  color: #ce303a;
  font: 600 0.875rem "Poppins", sans-serif;
  padding: 1rem 2rem;
  border: none;
  border-right: 1px solid #ededed;
  background: #f8f8f8;
}

@media (max-width: 550px) {
  .packages_wrap .content_area .packages_tabs_wrap .nav-tabs li a {
    border: none;
    border-bottom: 1px solid #ededed;
  }
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap {
  padding: 2rem 0 0;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block {
  width: 30%;
  margin: 0% 1.5% 2% 1.5%;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block {
    min-height: 180px;
  }
}

@media (max-width: 990px) {
  .packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block {
    width: 100%;
  }
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .topic {
  width: 100%;
  background: #1bbc9b;
  text-align: left;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .topic .name {
  font: 700 2.125rem "Poppins", sans-serif;
  color: #fff;
  padding: 1.5rem 2rem;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc {
  padding: 25px;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 0.8rem;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc p {
    min-height: 180px;
  }
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .pd_wrap {
  width: 100%;
  border-top: 1px solid #f2f2f2;
  padding: 1rem 0.5rem 0rem;
  display: table;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .pd_wrap li {
  display: table-cell;
  width: 48%;
  text-align: center;
  color: #f3c669;
  border-right: 1px solid #f2f2f2;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .pd_wrap li span {
  font: 600 25px "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .pd_wrap li.charge {
  color: #a2c777;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .pd_wrap li:last-child {
  border: none;
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #c11a2b;
  padding: 10px 33px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #c11a2b;
  display: inline-block;
}

@media (max-width: 550px) {
  .packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .buton {
    margin-top: 10px;
  }
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .buton {
    padding: 8px 23px;
  }
}

.packages_wrap .content_area .packages_tabs_wrap .tab-content .block_wrap .block .desc .buton:hover {
  color: #fff;
  background: #c11a2b;
}

.packages_wrap .navigate_buttons {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 3rem 0;
}

.packages_wrap .navigate_buttons .pages_navs {
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  border: 1px solid #c11a2b;
  border-radius: 2rem;
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #c11a2b;
  width: 284px;
  display: inline-block;
}

@media (max-width: 990px) {
  .packages_wrap .navigate_buttons .pages_navs {
    margin: 0.5rem 0rem;
  }
}

.packages_wrap .navigate_buttons .pages_navs:hover {
  background: #c11a2b;
  color: #fff;
}

.packages_wrap .navigate_buttons .pages_navs:hover .left_arrow {
  background: url("../images/left-arrow-white.png") center left no-repeat;
}

.packages_wrap .navigate_buttons .pages_navs:hover .right_arrow {
  background: url("../images/right-arrow-white.png") center right no-repeat;
}

.packages_wrap .navigate_buttons .pages_navs .left_arrow {
  background: url("../images/left-arrow-red.png") center left no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.packages_wrap .navigate_buttons .pages_navs .right_arrow {
  background: url("../images/right-arrow-red.png") center right no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.rail_packages_wrap .railpackages_description_top {
  width: 100%;
  position: relative;
  background: #252b37;
}

@media (max-width: 550px) {
  .rail_packages_wrap .railpackages_description_top {
    background-size: contain;
  }
}

.rail_packages_wrap .railpackages_description_top .main_slider {
  position: relative;
  top: 0;
  z-index: 2;
  padding-bottom: 5%;
}

.rail_packages_wrap .railpackages_description_top .main_slider .swiper-button-next {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  right: 3rem;
  z-index: 4;
  background: url("../images/right_white.png") center center no-repeat;
}

.rail_packages_wrap .railpackages_description_top .main_slider .swiper-button-prev {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  left: 3rem;
  z-index: 4;
  background: url("../images/left_white.png") center center no-repeat;
}

.rail_packages_wrap .railpackages_description_top .grade {
  background: url("../images/tours/tour_dc_grade.png") bottom center repeat-x;
  background-size: contain;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.rail_packages_wrap .railpackages_description_top .contents {
  z-index: 4;
  text-align: center;
  position: relative;
  margin: -12% 20% 0%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .rail_packages_wrap .railpackages_description_top .contents {
    width: 60%;
    margin: -12% 20% 0%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .rail_packages_wrap .railpackages_description_top .contents {
    width: 70%;
    margin: -12% 15% 0%;
  }
}

@media (max-width: 990px) {
  .rail_packages_wrap .railpackages_description_top .contents {
    width: 76%;
    margin: -12% 12% 0%;
  }
}

@media (max-width: 550px) {
  .rail_packages_wrap .railpackages_description_top .contents {
    width: 80%;
    margin: -12% 10% 0%;
  }
}

.rail_packages_wrap .railpackages_description_top .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.rail_packages_wrap .railpackages_description_top .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .rail_packages_wrap .railpackages_description_top .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.rail_packages_wrap .railpackages_description_top .contents p {
  font: 300 1.0625rem "Poppins", sans-serif;
  color: #fff;
  line-height: 2.2rem;
  padding: 0rem 5rem 3rem;
}

.rail_packages_wrap .railpackages_description_top .contents .ndc_wrap {
  width: 100%;
  padding: 1rem 0.5rem;
}

.rail_packages_wrap .railpackages_description_top .contents .ndc_wrap li {
  display: inline-grid;
  text-align: center;
  color: #f3c669;
  border-right: 1px solid #585c65;
  padding: 0 1.5rem;
  font-size: 0.875rem;
}

@media (max-width: 550px) {
  .rail_packages_wrap .railpackages_description_top .contents .ndc_wrap li {
    width: 80%;
    border-right: none;
    padding: 1rem 0;
    border-bottom: 1px solid #585c65;
  }
}

.rail_packages_wrap .railpackages_description_top .contents .ndc_wrap li span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.rail_packages_wrap .railpackages_description_top .contents .ndc_wrap li.charge {
  color: #a2c777;
}

.rail_packages_wrap .railpackages_description_top .contents .ndc_wrap li:last-child {
  border: none;
}

.rail_packages_wrap .railpackages_description_top .contents .ndc_wrap li .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-bottom: 20px;
}

.rail_packages_wrap .railpackages_description_top .contents .ndc_wrap li .buton:hover {
  color: #c11a2b;
  background: none;
}

.rail_packages_wrap .railpackages_desc_details {
  text-align: center;
  padding: 40px 0px;
}

.rail_packages_wrap .railpackages_desc_details .col-md-6:first-child {
  border-right: 1px solid #8e9198;
}

@media (max-width: 990px) {
  .rail_packages_wrap .railpackages_desc_details .col-md-6:first-child {
    border: none;
  }
}

.rail_packages_wrap .railpackages_desc_details h4 {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4c535d;
  padding-bottom: 15px;
}

.rail_packages_wrap .railpackages_desc_details ul {
  margin-bottom: 20px;
}

.rail_packages_wrap .railpackages_desc_details ul li {
  font: 300 1rem "Poppins", sans-serif;
  color: #4c535d;
  padding: 2px 0px;
}

.rail_packages_wrap .railpackages_desc_details ul li .sep {
  width: 20px;
  height: 1px;
  background: #8d919a;
  display: inline-block;
}

.rail_packages_wrap .railpackages_desc_tips {
  background: #f1f1f1;
  padding: 3rem 0 1.5rem;
  float: left;
}

.rail_packages_wrap .railpackages_desc_tips .topic {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4a4a4a;
  padding-bottom: 0.8rem;
}

.rail_packages_wrap .railpackages_desc_tips .topic img {
  margin-top: -5px;
}

.rail_packages_wrap .railpackages_desc_tips .block {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.rail_packages_wrap .railpackages_desc_tips .block .desc {
  width: 50%;
  padding: 2rem;
  float: left;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 990px) {
  .rail_packages_wrap .railpackages_desc_tips .block .desc {
    width: 100%;
    height: auto !important;
    overflow-y: auto !important;
  }
}

.rail_packages_wrap .railpackages_desc_tips .block .desc h4 {
  font: 600 1.5625rem "Poppins", sans-serif;
  color: #212121;
  padding-bottom: 0.5rem;
}

.rail_packages_wrap .railpackages_desc_tips .block .desc h3 {
  font: 600 1.1875rem "Poppins", sans-serif;
  color: #212121;
  padding-bottom: 0.2rem;
}

.rail_packages_wrap .railpackages_desc_tips .block .desc p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
}

.rail_packages_wrap .railpackages_desc_tips .block ul {
  margin: 1rem 0 0;
}

.rail_packages_wrap .railpackages_desc_tips .block ul li {
  display: inline-block;
  padding: 0 2rem;
  border-right: 1px solid #eee;
  float: left;
  width: 50%;
}

.rail_packages_wrap .railpackages_desc_tips .block ul li:first-child {
  padding-left: 0;
}

.rail_packages_wrap .railpackages_desc_tips .block ul li:last-child {
  border: none;
}

.rail_packages_wrap .railpackages_desc_tips .block .pic {
  width: 50%;
  float: left;
}

@media (max-width: 990px) {
  .rail_packages_wrap .railpackages_desc_tips .block .pic {
    width: 100%;
  }
}

.rail_packages_wrap .railpackages_desc_summery {
  background: #fff;
  width: 100%;
  padding: 2.5rem 0;
  float: left;
}

.rail_packages_wrap .railpackages_desc_summery .details {
  width: 30%;
  float: left;
  border-right: 1px solid #eee;
  padding: 0rem 1rem;
}

@media (max-width: 990px) {
  .rail_packages_wrap .railpackages_desc_summery .details {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}

.rail_packages_wrap .railpackages_desc_summery .details h3 {
  font: 300 1.5625rem "Poppins", sans-serif;
  color: #4c525e;
  padding-bottom: 0.5rem;
}

.rail_packages_wrap .railpackages_desc_summery .details p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
}

.rail_packages_wrap .railpackages_desc_summery .message {
  width: 40%;
  float: left;
  background: #fff0d6;
  border: 1px solid #f6d6a3;
  border-radius: 4px;
  padding: 1rem;
}

@media (max-width: 990px) {
  .rail_packages_wrap .railpackages_desc_summery .message {
    width: 100%;
  }
}

.rail_packages_wrap .railpackages_desc_summery .message p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #e0a036;
  line-height: 1.4rem;
  padding-bottom: 0.8rem;
}

.rail_packages_wrap .railpackages_desc_summery .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
}

.rail_packages_wrap .railpackages_desc_summery .buton:hover {
  color: #c11a2b;
  background: none;
}

.rail_packages_wrap .discover_sl_rail {
  float: left;
}

.inquiry-popup .modal-dialog {
  width: 825px;
  padding: 2rem;
}

@media (max-width: 990px) {
  .inquiry-popup .modal-dialog {
    width: 94%;
    margin: 0 3%;
  }
}

.inquiry-popup .modal-dialog ul li {
  font: 300 0.9375rem "Poppins", sans-serif;
  color: #4c535d;
  padding-bottom: 0.5rem;
}

.inquiry-popup .modal-dialog .modal-content {
  padding: 1.2rem 2rem;
}

.inquiry-popup .modal-dialog .modal-header {
  border: none;
}

.inquiry-popup .modal-dialog .close {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.inquiry-popup .modal-dialog h2 {
  font: 400 1.875rem "Poppins", sans-serif;
  color: #5c5b5c;
}

.inquiry-popup .modal-dialog h5 {
  font: 600 1.0625rem "Poppins", sans-serif;
  color: #262c37;
  padding-bottom: 0.5rem;
}

.inquiry-popup .modal-dialog p.description-text {
  font: 200 0.875rem "Poppins", sans-serif;
}

.inquiry-popup .modal-dialog .form-control {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 0.7rem;
  color: #999;
  font: 400 0.9375rem "Poppins", sans-serif;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  margin-bottom: 1.2rem;
}

.inquiry-popup .modal-dialog textarea {
  height: 98px !important;
}

@media (max-width: 990px) {
  .inquiry-popup .modal-dialog .g-captcha {
    margin-bottom: 1.5rem;
  }
}

.inquiry-popup .modal-dialog .btn {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  background: #c11a2b;
  padding: 10px 20px;
  min-width: 150px;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  min-width: 150px;
}

@media (max-width: 990px) {
  .inquiry-popup .modal-dialog .btn {
    margin-bottom: 10px;
  }
}

.inquiry-popup .modal-dialog .btn:hover {
  color: #c11a2b;
  background: #fff;
}

.transport_main {
  width: 100%;
  background: #f8f8f8 url("../images/tours/tours_banner_bg.jpg") top center no-repeat;
  padding: 2.5% 0%;
  float: left;
}

.transport_main h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #4a4a4a;
  text-align: center;
}

.transport_main h5 a {
  color: #4a4a4a;
}

.transport_main h5 a:hover {
  color: #000;
}

.transport_main h1 {
  font: 700 3rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  padding-bottom: 2rem;
  text-align: center;
}

@media (max-width: 550px) {
  .transport_main h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.transport_main .block {
  width: 30%;
  margin: 0% 1.5% 2% 1.5%;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  float: left;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .transport_main .block {
    min-height: 180px;
  }
}

@media (max-width: 990px) {
  .transport_main .block {
    width: 100%;
  }
}

.transport_main .block .pic {
  width: 100%;
  position: relative;
}

.transport_main .block .pic img {
  width: 100%;
}

.transport_main .block .pic .name {
  font: 700 1.75rem "Poppins", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 25px;
  text-shadow: 2px 1px #000;
}

.transport_main .block .desc {
  padding: 25px;
}

.transport_main .block .desc p {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 25px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .transport_main .block .desc p {
    min-height: 180px;
  }
}

.transport_main .block .desc ul {
  text-align: center;
  padding: 20px 0px 10px;
  border-top: 1px solid #f2f2f2;
  width: 100%;
}

.transport_main .block .desc ul li {
  display: inline-block;
  padding: 0 5px;
  width: calc(32% - 10px);
}

@media (min-width: 991px) and (max-width: 1150px) {
  .transport_main .block .desc ul li {
    width: 100%;
    margin-bottom: 5%;
  }
}

.transport_main .block .desc ul li .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #c11a2b;
  padding: 10% 0%;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
  width: 100%;
}

.transport_main .block .desc ul li .buton:hover {
  color: #fff;
  background: #c11a2b;
}

.transport_description_top {
  width: 100%;
  position: relative;
  background: #252b37;
}

@media (max-width: 550px) {
  .transport_description_top {
    background-size: contain;
  }
}

.transport_description_top .main_slider {
  position: relative;
  top: 0;
  z-index: 2;
  padding-bottom: 5%;
}

.transport_description_top .main_slider .swiper-button-next {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  right: 3rem;
  z-index: 4;
  background: url("../images/right_white.png") center center no-repeat;
}

.transport_description_top .main_slider .swiper-button-prev {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  left: 3rem;
  z-index: 4;
  background: url("../images/left_white.png") center center no-repeat;
}

.transport_description_top .grade {
  background: url("../images/tours/tour_dc_grade.png") bottom center repeat-x;
  background-size: contain;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.transport_description_top .contents {
  z-index: 4;
  text-align: center;
  position: relative;
  margin: -12% 30% 0%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .transport_description_top .contents {
    width: 50%;
    margin: -12% 25% 0%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .transport_description_top .contents {
    width: 60%;
    margin: -12% 20% 0%;
  }
}

@media (max-width: 990px) {
  .transport_description_top .contents {
    width: 70%;
    margin: -12% 15% 0%;
  }
}

@media (max-width: 550px) {
  .transport_description_top .contents {
    width: 80%;
    margin: -12% 10% 0%;
  }
}

.transport_description_top .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.transport_description_top .contents h5 a {
  color: #fad467;
}

.transport_description_top .contents h5 a:hover {
  color: #e1bd56;
}

.transport_description_top .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .transport_description_top .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.transport_description_top .contents p {
  font: 300 1.0625rem "Poppins", sans-serif;
  color: #fff;
  line-height: 2.2rem;
  padding-bottom: 25px;
}

.transport_description_top .contents .ndc_wrap {
  width: 100%;
  padding: 1rem 0.5rem;
}

.transport_description_top .contents .ndc_wrap li {
  display: inline-grid;
  text-align: center;
  color: #f3c669;
  border-right: 1px solid #585c65;
  padding: 0 1.5rem;
}

@media (max-width: 550px) {
  .transport_description_top .contents .ndc_wrap li {
    width: 80%;
    border-right: none;
    padding: 1rem 0;
    border-bottom: 1px solid #585c65;
  }
}

.transport_description_top .contents .ndc_wrap li span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.transport_description_top .contents .ndc_wrap li.charge {
  color: #a2c777;
}

.transport_description_top .contents .ndc_wrap li:last-child {
  border: none;
}

.transport_description_top .contents .ndc_wrap li .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
}

.transport_description_top .contents .ndc_wrap li .buton:hover {
  color: #c11a2b;
  background: none;
}

.transport_description_top .contents .ndc_wrap li .buton_white {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  border: 2px solid #eee;
  display: inline-block;
}

.transport_description_top .contents .ndc_wrap li .buton_white:hover {
  color: #000;
  background: #eee;
}

.transport_desc_details {
  padding: 40px 0px;
}

.transport_desc_details h4 {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4c535d;
  padding-bottom: 15px;
}

.transport_desc_details p {
  width: 95%;
  font: 300 0.9375rem "Poppins", sans-serif;
  line-height: 1.8rem;
  color: #4c535d;
  padding: 2px 0px;
}

.transport_desc_details p a {
  color: #ce2f38;
}

.chauffer_driven_booking .charter_form {
  margin: 50px 0px;
  border-right: 1px solid #eee;
}

.chauffer_driven_booking .charter_form .chauffeur_tabs .nav-tabs li {
  width: auto;
  margin-bottom: -1px;
  padding-left: 1.5%;
  padding-right: 0;
}

.chauffer_driven_booking .charter_form .chauffeur_tabs .nav-tabs li.active a {
  color: #ce2f38;
}

.chauffer_driven_booking .charter_form .chauffeur_tabs .nav-tabs li a {
  color: #000;
  font: 600 1.0625rem "Poppins", sans-serif;
  padding: 1rem 2rem;
}

.chauffer_driven_booking .charter_form .chauffeur_tabs .nav-tabs li a.active {
  color: #ce2f38;
}

.chauffer_driven_booking .charter_form .chauffeur_tabs .tab-content {
  padding: 2rem 0;
}

.chauffer_driven_booking .charter_form .help-block {
  width: 100% !important;
  float: left;
  color: #a94442;
  font: 300 0.8125rem "Poppins", sans-serif;
}

.chauffer_driven_booking .charter_form h5 {
  color: #252b37;
  font: 600 1.0625rem "Poppins", sans-serif;
  padding-bottom: 10px;
}

.chauffer_driven_booking .charter_form ul li {
  width: 49%;
  display: inline-table;
  padding-right: 3%;
  padding-left: 0;
  margin-bottom: 20px;
}

@media (max-width: 990px) {
  .chauffer_driven_booking .charter_form ul li {
    width: 100%;
  }
}

.chauffer_driven_booking .charter_form ul li.full {
  width: 98%;
  padding: 0;
  padding-left: 0%;
  padding-right: 3%;
}

.chauffer_driven_booking .charter_form ul li.full .msgfield {
  height: 120px;
}

.chauffer_driven_booking .charter_form ul li.sameline h5 {
  float: left;
  margin: 5px 15px 0px 0px;
}

.chauffer_driven_booking .charter_form ul li .form-control {
  width: 100%;
  padding: 8px;
  border: 1px solid #dadada;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  margin-bottom: 10px;
}

.chauffer_driven_booking .charter_form ul li .insub {
  width: 100%;
}

.chauffer_driven_booking .charter_form ul li .insub span {
  float: left;
  width: 23%;
  font: 400 0.8125rem "Poppins", sans-serif;
  margin-top: 13px;
}

.chauffer_driven_booking .charter_form ul li .insub .yes_no {
  float: left;
  width: 23%;
  margin-top: 10px;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .chauffer_driven_booking .charter_form ul li .insub .yes_no {
    width: 30%;
  }
}

.chauffer_driven_booking .charter_form ul li .insub .yes_no span {
  width: 31px;
  margin: 0px;
}

.chauffer_driven_booking .charter_form ul li .insub .form-control {
  width: 77%;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .chauffer_driven_booking .charter_form ul li .insub .form-control {
    width: 68%;
    margin-left: 2%;
  }
}

.chauffer_driven_booking .charter_form ul li .insub .input-group {
  width: 100%;
}

.chauffer_driven_booking .charter_form ul li .insub .input-group .form-control {
  width: 100%;
  float: none;
  margin: 0px;
}

.chauffer_driven_booking .charter_form ul li .insub .input-group span {
  margin-top: auto;
  float: none;
  width: auto;
}

.chauffer_driven_booking .charter_form ul li .insub_full .form-control {
  width: 100%;
  float: none;
}

.chauffer_driven_booking .charter_form ul li .insub_quart {
  width: 48%;
  margin-right: 2%;
  display: inline-table;
}

.chauffer_driven_booking .charter_form ul li .insub_quart:last-child {
  width: 50%;
  margin-right: 0;
}

.chauffer_driven_booking .charter_form ul li .insub_quart .changing_fields {
  border-bottom: 1px solid #dadada;
  font: 400 0.8125rem "Poppins", sans-serif;
  color: #5e6672;
  width: 100%;
  line-height: 2.8rem;
}

.chauffer_driven_booking .charter_form ul li #ui-datepicker-div {
  top: 0px !important;
}

.chauffer_driven_booking .charter_right_desc .red_checkbox input[type=checkbox]:not(old), .chauffer_driven_booking .charter_right_desc .red_checkbox input[type=checkbox]:not(old) {
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  cursor: pointer;
}

.chauffer_driven_booking .charter_right_desc .red_checkbox input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 2.5rem;
  font-weight: 400;
  color: #4e5462;
  cursor: pointer;
}

.chauffer_driven_booking .charter_right_desc .red_checkbox input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: white;
  vertical-align: bottom;
}

.chauffer_driven_booking .charter_right_desc .red_checkbox input[type=checkbox]:not(old):checked + label > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f0f0f0));
  background-image: linear-gradient(#e0e0e0, #f0f0f0);
}

.chauffer_driven_booking .charter_right_desc .red_checkbox input[type=checkbox]:not(old):checked + label > span > span {
  display: block;
  width: 21px;
  height: 21px;
  margin: 2px;
  border: 1px solid #c93040;
  border-radius: 50%;
  background: #c93040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c93040), to(#bf2e3d));
  background-image: linear-gradient(#c93040, #bf2e3d);
}

.swiper-slide .img-responsive {
  width: 100%;
}

.bg-img {
  width: 100%;
}

.home_top_wrap {
  background: #252b37;
}

.home_top_wrap .home_main_slider .home_slider {
  width: 100%;
  position: relative;
  background: #2f3336;
}

.home_top_wrap .home_main_slider .home_slider .container_full {
  position: absolute;
  top: 35%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .home_top_wrap .home_main_slider .home_slider .container_full {
    top: 22%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .home_top_wrap .home_main_slider .home_slider .container_full {
    top: 20%;
  }
}

@media (max-width: 990px) {
  .home_top_wrap .home_main_slider .home_slider .container_full {
    top: 20%;
  }
}

.home_top_wrap .home_main_slider .home_slider .container_full .slider_text {
  position: absolute;
  z-index: 100;
  width: 45%;
}

@media (max-width: 990px) {
  .home_top_wrap .home_main_slider .home_slider .container_full .slider_text {
    width: 95%;
  }
}

.home_top_wrap .home_main_slider .home_slider .container_full .slider_text h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
  text-shadow: 2px 1px #000;
}

.home_top_wrap .home_main_slider .home_slider .container_full .slider_text h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
  text-shadow: 2px 2px #000;
}

@media (max-width: 990px) {
  .home_top_wrap .home_main_slider .home_slider .container_full .slider_text h1 {
    font: 600 1.5625rem "Poppins", sans-serif;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .home_top_wrap .home_main_slider .home_slider .container_full .slider_text h1 {
    font: 600 2.25rem "Poppins", sans-serif;
  }
}

.home_top_wrap .home_main_slider .home_slider .container_full .slider_text .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-left: 122px;
}

.home_top_wrap .home_main_slider .home_slider .container_full .slider_text .buton:hover {
  color: #c11a2b;
  background: none;
}

.home_top_wrap .home_main_slider .home_slider .container_full .forty_years {
  float: right;
}

@media (max-width: 990px) {
  .home_top_wrap .home_main_slider .home_slider .container_full .forty_years {
    display: none;
  }
}

.home_top_wrap .home_main_slider .home_slider .swiper-button-next {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  background: none;
  width: 46px;
  height: 46px;
  margin-left: 56px;
}

.home_top_wrap .home_main_slider .home_slider .swiper-button-next:hover {
  opacity: 0.8;
}

.home_top_wrap .home_main_slider .home_slider .swiper-button-next .fa {
  font-size: 33px;
  font-weight: 100;
  padding: 4px 8px 5px 16px;
}

.home_top_wrap .home_main_slider .home_slider .swiper-button-prev {
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  background: none;
  width: 46px;
  height: 46px;
}

.home_top_wrap .home_main_slider .home_slider .swiper-button-prev:hover {
  opacity: 0.8;
}

.home_top_wrap .home_main_slider .home_slider .swiper-button-prev .fa {
  font-size: 33px;
  font-weight: 100;
  padding: 3px 16px 5px 13px;
}

.home_top_wrap .home_main_slider .home_slider .grade {
  background: url("../images/tours/tour_dc_grade.png") bottom center repeat-x;
  background-size: contain;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.home_top_wrap .home_main_slider .home_slider .home-logo-img {
  position: absolute;
  width: 100%;
  bottom: 80px;
  z-index: 6;
}

.home_top_wrap .home_main_slider .home_slider .home-logo-img .home-logo-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: right;
  padding-bottom: 50px;
}

.home_top_wrap .home_main_slider .home_slider .home-logo-img .home-logo-container img {
  width: auto;
  margin: 0px 15px;
  display: inline-block;
  max-width: 160px;
  width: 15%;
}

@media (min-width: 2000px) {
  .home_top_wrap .home_main_slider .home_slider .home-logo-img .home-logo-container {
    padding-bottom: 15vh;
  }
}

@media (max-width: 990px) {
  .home_top_wrap .home_main_slider .home_slider .home-logo-img {
    bottom: 20px;
  }
}

@media (max-width: 550px) {
  .home_top_wrap .home_slider .swiper-slide {
    height: 45vh;
  }
}

@media (max-width: 550px) {
  .home_top_wrap .home_slider .swiper-slide img {
    height: 45vh;
    max-width: unset;
  }
}

.home_top_wrap .home_featured_tours {
  margin-top: -8%;
  padding-bottom: 2%;
  position: relative;
  z-index: 200;
}

@media (max-width: 550px) {
  .home_top_wrap .home_featured_tours {
    margin-top: -10%;
  }
}

.home_top_wrap .home_featured_tours h4 {
  font: 300 1.5rem "Poppins", sans-serif;
  color: #fff;
  padding-bottom: 15px;
  text-shadow: 2px 1px #000;
}

.home_top_wrap .home_featured_tours h3 {
  font: 600 1.75rem "Poppins", sans-serif;
  color: #fff;
  padding-bottom: 10px;
  text-shadow: 2px 1px #000;
}

@media (max-width: 990px) {
  .home_top_wrap .home_featured_tours h3 {
    font: 600 1.125rem "Poppins", sans-serif;
  }
}

@media (max-width: 550px) {
  .home_top_wrap .home_featured_tours h3 {
    font: 600 1.625rem "Poppins", sans-serif;
  }
}

.home_top_wrap .home_featured_tours p {
  font: 300 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding-bottom: 15px;
  text-shadow: 2px 1px #000;
}

@media (max-width: 990px) {
  .home_top_wrap .home_featured_tours p {
    display: none;
  }
}

.home_top_wrap .home_featured_tours .more {
  font: 500 0.9375rem "Poppins", sans-serif;
  color: #fff;
  padding: 8px 30px;
  border-radius: 37px;
  background: none;
  border: 2px solid #fff;
  display: inline-block;
}

@media (max-width: 990px) {
  .home_top_wrap .home_featured_tours .more {
    font: 500 0.75rem "Poppins", sans-serif;
    color: #fff;
    padding: 6px 20px;
  }
}

@media (max-width: 550px) {
  .home_top_wrap .home_featured_tours .more {
    font: 500 0.875rem "Poppins", sans-serif;
    color: #fff;
    padding: 8px 30px;
  }
}

.home_top_wrap .home_featured_tours .more:hover {
  color: #000;
  background: #fff;
}

@media (max-width: 550px) {
  .home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps {
    width: 100%;
  }
}

.home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block {
  position: relative;
  border-radius: 6px;
  margin-right: -5px;
  margin-bottom: 22px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 990px) {
  .home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block {
    margin: auto -10px;
  }
}

@media (max-width: 990px) {
  .home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block:last-child {
    margin-top: 10px;
  }
}

@media (max-width: 550px) {
  .home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block img {
    width: 100%;
    height: 100%;
  }
}

.home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block .descrip_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block .descrip_wrap {
    padding: 20px 25px;
  }
}

@media (max-width: 990px) {
  .home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block .descrip_wrap {
    padding: 15px;
  }
}

.home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block .descrip_wrap .descrip {
  display: none;
}

.home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block:hover .descrip_wrap .descrip {
  display: block;
}

.home_top_wrap .home_featured_tours .cards_wrap .home_ft_block_wrps .home_ft_block:hover .descrip_wrap img {
  opacity: 0.7;
}

.home_top_wrap .home_featured_tours .link {
  text-align: center;
}

@media (max-width: 990px) {
  .home_top_wrap .home_featured_tours .link {
    margin-top: 20px;
  }
}

@media (max-width: 550px) {
  .home_top_wrap .home_featured_tours .link {
    margin-top: 20px;
  }
}

.home_top_wrap .home_featured_tours .link .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-bottom: 20px;
}

.home_top_wrap .home_featured_tours .link .buton:hover {
  color: #c11a2b;
  background: none;
}

.home_viceroy {
  width: 100%;
  background: #252b37 url("../images/viceroy_home.jpg") top center no-repeat;
  position: relative;
  background-size: 100%;
}

@media (max-width: 550px) {
  .home_viceroy {
    background-size: contain;
  }
}

.home_viceroy .contents {
  width: 40%;
  margin: 0% 30%;
  padding: 35% 0% 2%;
  text-align: center;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .home_viceroy .contents {
    width: 50%;
    margin: 0% 25%;
  }
}

@media (max-width: 990px) {
  .home_viceroy .contents {
    width: 60%;
    margin: 0% 20%;
    padding: 55% 0% 2%;
  }
}

@media (max-width: 550px) {
  .home_viceroy .contents {
    width: 80%;
    margin: 0% 10%;
    padding: 32% 0% 2%;
  }
}

.home_viceroy .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.home_viceroy .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .home_viceroy .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.home_viceroy .contents p {
  font: 300 1.0625rem "Poppins", sans-serif;
  color: #fff;
  line-height: 2.2rem;
  padding-bottom: 25px;
}

.home_viceroy .contents .link {
  text-align: center;
}

.home_viceroy .contents .link .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-bottom: 20px;
}

.home_viceroy .contents .link .buton:hover {
  color: #c11a2b;
  background: none;
}

.home_other {
  width: 100%;
  background: #f8f8f8 url("../images/home_others_bg.jpg") top center no-repeat;
  padding: 2% 0% 2.5%;
}

.home_other h4 {
  font: 300 1.5625rem "Poppins", sans-serif;
  color: #4a4a4a;
  padding-bottom: 15px;
}

.home_other .others_wrap_card {
  width: 100%;
  float: left;
  border-radius: 4px;
  background: #fff;
}

@media (max-width: 990px) {
  .home_other .others_wrap_card {
    margin-bottom: 10px;
  }
}

.home_other .others_wrap_card:hover .desc {
  cursor: pointer;
  background: #c11a2b;
}

.home_other .others_wrap_card:hover .desc h3 {
  color: #fff;
}

.home_other .others_wrap_card:hover .desc p {
  color: #fff;
}

.home_other .others_wrap_card:hover .desc .more {
  display: inline-block;
}

.home_other .others_wrap_card .pic {
  width: 50%;
  float: left;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 550px) {
  .home_other .others_wrap_card .pic {
    width: 100%;
    border-radius: 4px;
    height: 30vh;
  }
}

.home_other .others_wrap_card .pic .mobile_text {
  display: none;
}

@media (max-width: 550px) {
  .home_other .others_wrap_card .pic .mobile_text {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 5%;
    font: 600 1.375rem "Poppins", sans-serif;
    color: #fff;
  }
}

.home_other .others_wrap_card .desc {
  width: 50%;
  background: #fff;
  padding: 8% 5% 0px 5%;
  float: left;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .home_other .others_wrap_card .desc {
    padding: 6% 4%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .home_other .others_wrap_card .desc {
    padding: 4%;
  }
}

@media (max-width: 550px) {
  .home_other .others_wrap_card .desc {
    display: none;
  }
}

.home_other .others_wrap_card .desc:hover {
  cursor: pointer;
  background: #c11a2b;
}

.home_other .others_wrap_card .desc:hover h3 {
  color: #fff;
}

.home_other .others_wrap_card .desc:hover p {
  color: #fff;
}

.home_other .others_wrap_card .desc:hover .more {
  display: inline-block;
}

.home_other .others_wrap_card .desc h3 {
  font: 700 1.75rem "Poppins", sans-serif;
  color: #252b37;
  padding-bottom: 10px;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .home_other .others_wrap_card .desc h3 {
    font: 600 1.25rem "Poppins", sans-serif;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .home_other .others_wrap_card .desc h3 {
    font: 600 1.25rem "Poppins", sans-serif;
  }
}

.home_other .others_wrap_card .desc p {
  font: 300 0.8125rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 15px;
}

.home_other .others_wrap_card .desc .more {
  font: 500 0.9375rem "Poppins", sans-serif;
  color: #fff;
  padding: 8px 30px;
  border-radius: 37px;
  background: none;
  border: 2px solid #fff;
  display: none;
}

.home_other .others_wrap_card .desc .more:hover {
  color: #c11a2b;
  background: #fff;
}

.about_wrap .about_banner {
  width: 100%;
  position: relative;
  background: #262c37 url("../images/about/about_banner.jpg") top center no-repeat;
  background-size: 100%;
}

@media (max-width: 550px) {
  .about_wrap .about_banner {
    background-size: contain;
  }
}

.about_wrap .about_banner .contents {
  width: 40%;
  margin: 0% 30%;
  padding: 23% 0% 2%;
  text-align: center;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .about_wrap .about_banner .contents {
    width: 50%;
    margin: 0% 25%;
  }
}

@media (max-width: 990px) {
  .about_wrap .about_banner .contents {
    width: 60%;
    margin: 0% 20%;
    padding: 55% 0% 2%;
  }
}

@media (max-width: 550px) {
  .about_wrap .about_banner .contents {
    width: 80%;
    margin: 0% 10%;
    padding: 35% 0% 2%;
  }
}

.about_wrap .about_banner .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.about_wrap .about_banner .contents h5 a {
  color: #fad467;
}

.about_wrap .about_banner .contents h5 a:hover {
  color: #e1bd56;
}

.about_wrap .about_banner .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .about_wrap .about_banner .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.about_wrap .description_area {
  padding: 3rem 12rem;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .about_wrap .description_area {
    padding: 3rem 5rem;
  }
}

@media (max-width: 990px) {
  .about_wrap .description_area {
    padding: 3rem 3rem 1rem;
  }
}

@media (max-width: 550px) {
  .about_wrap .description_area {
    padding: 3rem 2rem 1rem;
  }
}

.about_wrap .description_area p {
  color: #505763;
  font: 400 0.9375rem "Poppins", sans-serif;
  padding: 0 0 1.5rem 0;
}

.about_wrap .description_area p.highlighted {
  color: #000;
  font: 400 1.25rem "Poppins", sans-serif;
  line-height: 2.2rem;
}

.about_wrap .vision_mission {
  padding: 0 12rem 3rem;
  text-align: center;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .about_wrap .vision_mission {
    padding: 3rem 5rem;
  }
}

@media (max-width: 990px) {
  .about_wrap .vision_mission {
    padding: 3rem 3rem;
  }
}

@media (max-width: 550px) {
  .about_wrap .vision_mission {
    padding: 3rem 2rem;
  }
}

.about_wrap .vision_mission h4 {
  color: #a08652;
  font: 300 1.4375rem "Poppins", sans-serif;
  padding: 0 0 1rem 0;
}

.about_wrap .vision_mission p {
  color: #a08652;
  font: 400 0.875rem "Poppins", sans-serif;
  padding: 0 0 1.5rem 0;
}

.about_wrap .vision_mission .mission {
  background: #efe6bc;
  border-radius: 15px;
  border-bottom-right-radius: 0;
  padding: 2rem 2.6rem 1rem;
}

@media (max-width: 990px) {
  .about_wrap .vision_mission .mission {
    border-bottom-right-radius: 15px;
    margin-bottom: 2rem;
  }
}

.about_wrap .vision_mission .vision {
  background: #efe6bc;
  border-radius: 15px;
  border-bottom-left-radius: 0;
  padding: 2rem 2.6rem 1rem;
}

@media (max-width: 990px) {
  .about_wrap .vision_mission .vision {
    border-bottom-left-radius: 15px;
  }
}

.about_wrap .team_wrap {
  background: #f1f1f1;
  padding: 2rem 12rem;
  text-align: center;
}

@media (min-width: 991px) and (max-width: 1150px) {
  .about_wrap .team_wrap {
    padding: 3rem 5rem;
  }
}

@media (max-width: 990px) {
  .about_wrap .team_wrap {
    padding: 3rem 3rem;
  }
}

@media (max-width: 550px) {
  .about_wrap .team_wrap {
    padding: 3rem 2rem;
  }
}

.about_wrap .team_wrap h4 {
  color: #4a4a4a;
  font: 300 1.4375rem "Poppins", sans-serif;
  padding: 0 0 1rem 0;
}

.about_wrap .team_wrap h5 {
  color: #262c37;
  font: 700 1rem "Poppins", sans-serif;
  padding: 1rem 0 0;
}

.about_wrap .team_wrap p {
  color: #4e5460;
  font: 300 0.875rem "Poppins", sans-serif;
}

.about_wrap .team_wrap ul {
  display: table;
  width: 100%;
}

.about_wrap .team_wrap ul li {
  display: table-cell;
}

@media (max-width: 990px) {
  .about_wrap .team_wrap ul li {
    display: block;
    padding-bottom: 2rem;
  }
}

.about_wrap .team_wrap ul li .team_pic {
  max-width: 200px;
  border: 8px solid #f6f6f6;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
}

@media (max-width: 990px) {
  .about_wrap .team_wrap ul li .team_pic {
    display: inline-block;
  }
}

.reviews_wrap {
  background: #f8f8f8 url("../images/reviews/review_banner_bg.jpg") top left no-repeat;
}

@media (max-width: 550px) {
  .reviews_wrap {
    background-size: contain;
    margin-top: 100px;
  }
}

.reviews_wrap .topic {
  width: 100%;
  padding: 4% 0% 1%;
  text-align: center;
}

.reviews_wrap .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.reviews_wrap .topic h5 a {
  color: #7b8386;
}

.reviews_wrap .topic h5 a:hover {
  color: #333;
}

.reviews_wrap .topic h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .reviews_wrap .topic h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.reviews_wrap .block {
  padding: 1rem 8rem;
  float: left;
}

.reviews_wrap .block.tripadvisor-link {
  float: right;
}

.reviews_wrap .block.tripadvisor-link a {
  float: left;
  width: 120px;
}

@media (max-width: 990px) {
  .reviews_wrap .block {
    padding: 1rem 3rem;
  }
}

@media (max-width: 550px) {
  .reviews_wrap .block {
    padding: 1rem 2rem;
  }
}

.reviews_wrap .block .rev_pic {
  max-width: 200px;
  border: 8px solid #f6f6f6;
  overflow: hidden;
  float: left;
}

@media (max-width: 990px) {
  .reviews_wrap .block .rev_pic {
    display: inline-block;
    float: none;
  }
}

.reviews_wrap .block .rev_desc {
  float: left;
  padding-left: 40px;
  padding-top: 15px;
  width: calc(100% - 240px);
}

@media (max-width: 990px) {
  .reviews_wrap .block .rev_desc {
    float: none;
    padding-left: 0px;
    width: 100%;
  }
}

.reviews_wrap .block .rev_desc .name {
  font: 300 1.5rem "Poppins", sans-serif;
  color: #4c535f;
  padding-bottom: 0.2rem;
}

.reviews_wrap .block .rev_desc .country_date {
  font: 400 1rem "Poppins", sans-serif;
  color: #4c535f;
  padding-bottom: 1rem;
}

.reviews_wrap .block .rev_desc .desc {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4c535f;
  padding-bottom: 1rem;
}

.contact_wrap .contact_top {
  text-align: center;
  width: 100%;
  padding: 2% 0%;
  text-align: center;
}

.contact_wrap .contact_top h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.contact_wrap .contact_top h5 a {
  color: #7b8386;
}

.contact_wrap .contact_top h5 a:hover {
  color: #333;
}

.contact_wrap .contact_top h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 0.7rem;
}

@media (max-width: 550px) {
  .contact_wrap .contact_top h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.contact_wrap .contact_top p {
  font: 400 0.90625rem "Poppins", sans-serif;
  line-height: 1.6rem;
  color: #4f535f;
  width: 40%;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .contact_wrap .contact_top p {
    padding: 0 0 2rem;
  }
}

.contact_wrap .maparea {
  width: 100%;
  height: 65vh;
}

.contact_wrap .maparea #map {
  height: 100%;
}

.contact_wrap .contact_form_details {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .contact_wrap .contact_form_details {
    width: 100%;
  }
}

.contact_wrap .contact_form_details .form_block {
  width: 75%;
  padding: 0 1.5rem 0 0;
  float: left;
  border-right: 1px solid #eee;
  margin-bottom: 3rem;
}

@media (max-width: 990px) {
  .contact_wrap .contact_form_details .form_block {
    width: 100%;
    margin-bottom: 1rem;
    border: none;
    padding: 0;
  }
}

.contact_wrap .contact_form_details .form_block h5 {
  font: 600 1.0625rem "Poppins", sans-serif;
  color: #262c37;
  padding-bottom: 0.5rem;
}

.contact_wrap .contact_form_details .form_block .form-control {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 0.7rem;
  color: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  margin-bottom: 1.5rem;
}

.contact_wrap .contact_form_details .form_block textarea {
  height: 98px !important;
}

@media (max-width: 990px) {
  .contact_wrap .contact_form_details .form_block .g-captcha {
    margin-bottom: 1.5rem;
  }
}

.contact_wrap .contact_form_details .form_block .btn {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  background: #c11a2b;
  padding: 10px 20px;
  min-width: 150px;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
  text-align: center;
  min-width: 150px;
}

@media (max-width: 990px) {
  .contact_wrap .contact_form_details .form_block .btn {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .contact_wrap .contact_form_details .form_block .btn {
    float: right;
  }
}

.contact_wrap .contact_form_details .form_block .btn:hover {
  color: #c11a2b;
  background: #fff;
}

.contact_wrap .contact_form_details .details_block {
  width: 25%;
  float: left;
  padding: 0 0 0 1.5rem;
}

@media (max-width: 990px) {
  .contact_wrap .contact_form_details .details_block {
    width: 100%;
    padding: 1.5rem 0 3rem 0;
    border-top: 1px solid #eee;
  }
}

.contact_wrap .contact_form_details .details_block h5 {
  font: 600 1.0625rem "Poppins", sans-serif;
  color: #262c37;
  padding-bottom: 0.8rem;
}

.contact_wrap .contact_form_details .details_block p {
  font: 400 0.90625rem "Poppins", sans-serif;
  line-height: 1.6rem;
  color: #4c535f;
  padding-bottom: 0.8rem;
}

.contact_wrap .contact_form_details .details_block p a {
  color: #c52c3b;
}

.faqs_wrap {
  background: #f8f8f8 url("../images/reviews/review_banner_bg.jpg") top left no-repeat;
  background-size: 100%;
}

@media (max-width: 550px) {
  .faqs_wrap {
    background-size: contain;
    margin-top: 100px;
  }
}

.faqs_wrap .topic {
  width: 100%;
  padding: 3% 0% 2.5%;
  text-align: center;
}

@media (max-width: 550px) {
  .faqs_wrap .topic {
    padding: 3% 0% 4.5%;
  }
}

.faqs_wrap .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.faqs_wrap .topic h5 a {
  color: #7b8386;
}

.faqs_wrap .topic h5 a:hover {
  color: #333;
}

.faqs_wrap .topic h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .faqs_wrap .topic h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.faqs_wrap .content_area {
  background: #f8f8f8;
}

.faqs_wrap .content_area .faq_tabs_wrap {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-top: -1.5rem;
  margin-bottom: 2rem;
  overflow: hidden;
}

.faqs_wrap .content_area .faq_tabs_wrap .nav-tabs {
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  border: none;
}

.faqs_wrap .content_area .faq_tabs_wrap .nav-tabs li {
  display: inline-block;
  width: 20%;
}

@media (max-width: 550px) {
  .faqs_wrap .content_area .faq_tabs_wrap .nav-tabs li {
    width: 100%;
  }
}

.faqs_wrap .content_area .faq_tabs_wrap .nav-tabs li.active a {
  color: #4d0702;
}

.faqs_wrap .content_area .faq_tabs_wrap .nav-tabs li:last-child a {
  border: none;
}

.faqs_wrap .content_area .faq_tabs_wrap .nav-tabs li a {
  text-align: center;
  color: #ce303a;
  font: 600 0.875rem "Poppins", sans-serif;
  padding: 1rem;
  border: none;
  border-right: 1px solid #ededed;
  background: #f8f8f8;
}

@media (max-width: 550px) {
  .faqs_wrap .content_area .faq_tabs_wrap .nav-tabs li a {
    border: none;
    border-bottom: 1px solid #ededed;
  }
}

.faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel {
  border: none;
  padding: 0.8rem 0;
  margin: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #d8d8d8;
  background: none;
}

.faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel .panel-heading {
  border: none;
  background: none;
  padding: 0px;
}

.faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel .panel-heading a {
  font: 400 1.5625rem "Poppins", sans-serif;
  color: #4f0a05;
  width: 100%;
  line-height: 3rem;
  display: inline-block;
  background: url(../images/minus.jpg) center right no-repeat;
}

@media (max-width: 550px) {
  .faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel .panel-heading a {
    padding: 0 2rem 0 0;
  }
}

.faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel .panel-heading a.collapsed {
  background: url(../images/plus.jpg) center right no-repeat;
  color: #ce303a;
}

.faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel .panel-body {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #76736e;
  line-height: 1.5rem;
  padding: 10px 0px 0px 0px;
  border: none;
  width: 97%;
}

.faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel .panel-body table td {
  padding: 5px 10px;
}

.faqs_wrap .content_area .faq_tabs_wrap .tab-content .panel .panel-body .font-connoisseurs {
  font-size: 1.375rem;
}

.explore_sl_wrap {
  background: #f8f8f8 url("../images/explore-sri-lanka/explore_sri_lanka_bg.jpg") top left no-repeat;
  background-size: cover;
  background-position: top;
}

@media (max-width: 550px) {
  .explore_sl_wrap {
    background-size: contain;
    margin-top: 100px;
  }
}

.explore_sl_wrap .topic {
  width: 100%;
  padding: 3% 0% 1%;
  text-align: center;
}

@media (max-width: 550px) {
  .explore_sl_wrap .topic {
    padding: 3% 0% 4.5%;
  }
}

.explore_sl_wrap .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.explore_sl_wrap .topic h5 a {
  color: #7b8386;
}

.explore_sl_wrap .topic h5 a:hover {
  color: #333;
}

.explore_sl_wrap .topic h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .explore_sl_wrap .topic h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .nav-tabs {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  background: #f8f8f8;
  border: none;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .nav-tabs li {
  display: grid;
}

@media (max-width: 550px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .nav-tabs li {
    width: 100%;
  }
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .nav-tabs li.active a {
  color: #4d0702;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .nav-tabs li:last-child a {
  border: none;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .nav-tabs li a {
  text-align: center;
  color: #ce303a;
  font: 600 0.875rem "Poppins", sans-serif;
  padding: 1rem;
  border: none;
  border-right: 1px solid #ededed;
  background: #f8f8f8;
}

@media (max-width: 550px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .nav-tabs li a {
    border: none;
    border-bottom: 1px solid #ededed;
  }
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content {
  padding: 2rem 0;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content h3 {
  font: 400 1.5625rem "Poppins", sans-serif;
  color: #4b494a;
  padding-bottom: 1rem;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content p {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
  padding-bottom: 1.5rem;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content h4 {
  font: 600 1.0625rem "Poppins", sans-serif;
  color: #212121;
  padding-bottom: 0.8rem;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content .block {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content .block .desc {
  width: 50%;
  padding: 2rem 2rem 0 2rem;
  float: left;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 990px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content .block .desc {
    width: 100%;
    height: auto !important;
    overflow-y: auto !important;
  }
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content .block .desc p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content .block .pic {
  width: 50%;
  float: left;
}

@media (max-width: 990px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .tab-content .block .pic {
    width: 100%;
  }
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal {
  width: 72.5%;
  margin: 0 auto 60px auto;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal {
    width: 80%;
  }
}

@media (max-width: 990px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal {
    width: 100%;
  }
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper_wrap {
  padding: 0px;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper_wrap .swiper-pagination {
  width: 100%;
  margin: 10px 0px;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper_wrap .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 7px;
  background: #d9d9d9;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper_wrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #eb1c24;
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -66px;
  width: 26px;
  height: 49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/rai_gal_right.png) center no-repeat;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper-button-next {
    right: -46px;
  }
}

@media (max-width: 990px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper-button-next {
    right: 15px;
  }
}

.explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -66px;
  width: 26px;
  height: 49px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0px;
  transform: translateY(-50%);
  background: url(../images/rai_gal_left.png) center no-repeat;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper-button-prev {
    left: -46px;
  }
}

@media (max-width: 990px) {
  .explore_sl_wrap .content_area .exploresl_tabs_wrap .exposl_gal .swiper-button-prev {
    left: 15px;
  }
}

.explore_sl_wrap .navigate_buttons {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 3rem 0;
}

.explore_sl_wrap .navigate_buttons .pages_navs {
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  border: 1px solid #c11a2b;
  border-radius: 2rem;
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #c11a2b;
  width: 284px;
  display: inline-block;
}

@media (max-width: 990px) {
  .explore_sl_wrap .navigate_buttons .pages_navs {
    margin: 0.5rem 0rem;
  }
}

.explore_sl_wrap .navigate_buttons .pages_navs:hover {
  background: #c11a2b;
  color: #fff;
}

.explore_sl_wrap .navigate_buttons .pages_navs:hover .left_arrow {
  background: url("../images/left-arrow-white.png") center left no-repeat;
}

.explore_sl_wrap .navigate_buttons .pages_navs:hover .right_arrow {
  background: url("../images/right-arrow-white.png") center right no-repeat;
}

.explore_sl_wrap .navigate_buttons .pages_navs .left_arrow {
  background: url("../images/left-arrow-red.png") center left no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.explore_sl_wrap .navigate_buttons .pages_navs .right_arrow {
  background: url("../images/right-arrow-red.png") center right no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.blog_wrap {
  background: #f8f8f8 url("../images/blog/blog_banner_bg.jpg") top left no-repeat;
  background-size: cover;
}

@media (max-width: 550px) {
  .blog_wrap {
    background-size: contain;
    margin-top: 100px;
  }
}

.blog_wrap .topic {
  width: 100%;
  padding: 3% 0% 1%;
  text-align: center;
}

@media (max-width: 550px) {
  .blog_wrap .topic {
    padding: 3% 0% 4.5%;
  }
}

.blog_wrap .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.blog_wrap .topic h5 a {
  color: #7b8386;
}

.blog_wrap .topic h5 a:hover {
  color: #333;
}

.blog_wrap .topic h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .blog_wrap .topic h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.blog_wrap .content_area .blog_tabs_wrap {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.blog_wrap .content_area .blog_tabs_wrap .nav-tabs {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  background: #f8f8f8;
  border: none;
}

.blog_wrap .content_area .blog_tabs_wrap .nav-tabs li {
  display: grid;
  width: 12%;
}

@media (max-width: 550px) {
  .blog_wrap .content_area .blog_tabs_wrap .nav-tabs li {
    width: 100%;
  }
}

.blog_wrap .content_area .blog_tabs_wrap .nav-tabs li.active a {
  color: #4d0702;
}

.blog_wrap .content_area .blog_tabs_wrap .nav-tabs li:last-child a {
  border: none;
}

.blog_wrap .content_area .blog_tabs_wrap .nav-tabs li a {
  text-align: center;
  color: #ce303a;
  font: 600 0.875rem "Poppins", sans-serif;
  padding: 1rem;
  border: none;
  border-right: 1px solid #ededed;
  background: #f8f8f8;
}

@media (max-width: 550px) {
  .blog_wrap .content_area .blog_tabs_wrap .nav-tabs li a {
    border: none;
    border-bottom: 1px solid #ededed;
  }
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap {
  padding: 2rem 0 0;
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block {
  width: 30%;
  margin: 0% 1.5% 2% 1.5%;
  border-radius: 4px;
  display: inline-block;
  background: #fff;
  overflow: hidden;
  float: left;
  cursor: pointer;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block {
    min-height: 180px;
  }
}

@media (max-width: 990px) {
  .blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block {
    width: 100%;
  }
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .pic {
  width: 100%;
  position: relative;
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .pic img {
  width: 100%;
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .pic .name {
  font: 700 1.75rem "Poppins", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 25px;
  text-shadow: 2px 1px #000;
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .desc {
  padding: 25px;
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .desc p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #f2f2f2;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .desc p {
    min-height: 180px;
  }
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .desc .date {
  color: #9b9b9b;
  font: 400 0.75rem "Poppins", sans-serif;
  padding: 0px 0px 7px;
  display: inline-block;
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .desc .tags {
  color: #f3c669;
  font: 400 0.75rem "Poppins", sans-serif;
  display: inline-block;
  text-transform: uppercase;
}

.blog_wrap .content_area .blog_tabs_wrap .tab-content .block_wrap .block .desc .tags a {
  color: #f3c669;
}

.blog_desc_wrap .blog_desc_banner {
  width: 100%;
  position: relative;
  background: #252b37;
  overflow: hidden;
}

@media (max-width: 550px) {
  .blog_desc_wrap .blog_desc_banner {
    background-size: contain;
  }
}

.blog_desc_wrap .blog_desc_banner .blog_banner {
  position: relative;
  top: 0;
  z-index: 2;
  padding-bottom: 2%;
}

.blog_desc_wrap .blog_desc_banner .blog_banner .grade {
  background: url("../images/tours/tour_dc_grade.png") bottom center repeat-x;
  background-size: contain;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.blog_desc_wrap .blog_desc_banner .contents {
  z-index: 4;
  text-align: center;
  position: relative;
  margin: -10% 30% 0%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .blog_desc_wrap .blog_desc_banner .contents {
    width: 50%;
    margin: -10% 25% 0%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .blog_desc_wrap .blog_desc_banner .contents {
    width: 60%;
    margin: 0% 20% 0%;
  }
}

@media (max-width: 990px) {
  .blog_desc_wrap .blog_desc_banner .contents {
    width: 70%;
    margin: -12% 15% 0%;
  }
}

@media (max-width: 550px) {
  .blog_desc_wrap .blog_desc_banner .contents {
    width: 80%;
    margin: -12% 10% 0%;
  }
}

.blog_desc_wrap .blog_desc_banner .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.blog_desc_wrap .blog_desc_banner .contents h5 a {
  color: #fad467;
}

.blog_desc_wrap .blog_desc_banner .contents h5 a:hover {
  color: #e1bd56;
}

.blog_desc_wrap .blog_desc_banner .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .blog_desc_wrap .blog_desc_banner .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.blog_desc_wrap .blog_desc_contentarea {
  padding-bottom: 1rem;
}

.blog_desc_wrap .blog_desc_contentarea .desc_textarea {
  padding: 2rem 0 0.2rem;
}

.blog_desc_wrap .blog_desc_contentarea .desc_textarea .date {
  color: #9b9b9b;
  font: 400 0.75rem "Poppins", sans-serif;
  padding: 0px 0px 2px;
  display: block;
}

.blog_desc_wrap .blog_desc_contentarea .desc_textarea .tags {
  color: #f3c669;
  font: 400 0.75rem "Poppins", sans-serif;
  display: block;
  padding-bottom: 1rem;
  text-transform: uppercase;
}

.blog_desc_wrap .blog_desc_contentarea .desc_textarea .tags a {
  color: #f3c669;
}

.blog_desc_wrap .blog_desc_contentarea .desc_textarea p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 1rem;
  padding-right: 2rem;
  margin-bottom: 1rem;
}

.blog_desc_wrap .blog_desc_contentarea .desc_textarea p:last-child {
  border-bottom: 1px solid #f2f2f2;
}

.blog_desc_wrap .blog_desc_contentarea .share {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  padding-bottom: 2rem;
}

.blog_desc_wrap .blog_desc_contentarea .share a {
  width: 50px;
  height: 50px;
  color: #fff;
  display: inline-block;
  padding: 0.3rem 0.7rem;
  margin-left: 1rem;
  font-size: 1.625rem;
  border-radius: 50%;
}

.blog_desc_wrap .blog_desc_contentarea .share a.twitter {
  background: #55acef;
}

.blog_desc_wrap .blog_desc_contentarea .share a.fb {
  background: #3b5999;
  padding: 0.3rem 0.4rem 0.3rem 0.9rem;
}

.blog_desc_wrap .blog_desc_contentarea .disc_right_topics {
  padding: 2rem 0 0.2rem;
}

.blog_desc_wrap .blog_desc_contentarea .disc_right_topics h3 {
  font: 300 2rem "Poppins", sans-serif;
  color: #4c525e;
  padding-bottom: 0.4rem;
}

.blog_desc_wrap .blog_desc_contentarea .disc_right_topics .tags {
  color: #f3c669;
  font: 400 0.75rem "Poppins", sans-serif;
  display: block;
  padding-bottom: 0.2rem;
  text-transform: uppercase;
}

.blog_desc_wrap .blog_desc_contentarea .disc_right_topics .tags a {
  color: #f3c669;
}

.blog_desc_wrap .blog_desc_contentarea .disc_right_topics .topics {
  color: #252d38;
  font: 600 1rem "Poppins", sans-serif;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #f2f2f2;
}

.blog_desc_wrap .blog_desc_contentarea .disc_right_topics .tag_words a {
  color: #4a4a4a;
  font: 500 0.75rem "Poppins", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #ececec;
  padding: 0.4rem 0.7rem;
  border-radius: 0.8rem;
  margin: 0 0.5rem 0.4rem 0;
}

.blog_desc_wrap .blog_desc_contentarea .disc_right_topics .tag_words a:hover {
  background: #ececec;
}

.offers_main {
  background: #f8f8f8 url("../images/accommodation/accommodation_bg.jpg") top center no-repeat;
}

@media (max-width: 550px) {
  .offers_main {
    background-size: contain;
    margin-top: 45px;
  }
}

.offers_main .topic {
  width: 100%;
  padding: 3% 0% 1%;
  text-align: center;
}

@media (max-width: 550px) {
  .offers_main .topic {
    padding: 3% 0% 4.5%;
  }
}

.offers_main .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.offers_main .topic h5 a {
  color: #7b8386;
}

.offers_main .topic h5 a:hover {
  color: #333;
}

.offers_main .topic h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .offers_main .topic h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.offers_main .content_area .packages_tabs_wrap {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  margin-bottom: 2rem;
  overflow: hidden;
}

.offers_main .content_area .packages_tabs_wrap .nav-tabs {
  border-radius: 30px;
  overflow: hidden;
  display: table;
  margin: 0 auto 3rem;
  background: #f8f8f8;
  border: none;
}

.offers_main .content_area .packages_tabs_wrap .nav-tabs li {
  display: grid;
}

@media (max-width: 550px) {
  .offers_main .content_area .packages_tabs_wrap .nav-tabs li {
    width: 100%;
  }
}

.offers_main .content_area .packages_tabs_wrap .nav-tabs li.active a {
  color: #4d0702;
}

.offers_main .content_area .packages_tabs_wrap .nav-tabs li:last-child a {
  border: none;
}

.offers_main .content_area .packages_tabs_wrap .nav-tabs li a {
  text-align: center;
  color: #ce303a;
  font: 600 0.875rem "Poppins", sans-serif;
  padding: 1rem 2rem;
  border: none;
  border-right: 1px solid #ededed;
  background: #f8f8f8;
}

@media (max-width: 550px) {
  .offers_main .content_area .packages_tabs_wrap .nav-tabs li a {
    border: none;
    border-bottom: 1px solid #ededed;
  }
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks {
  position: relative;
  border-radius: 6px;
  margin-right: -5px;
  margin-bottom: 22px;
  border-radius: 4px;
  overflow: hidden;
}

@media (max-width: 990px) {
  .offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks {
    margin: auto -10px;
  }
}

@media (max-width: 990px) {
  .offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks:last-child {
    margin-top: 10px;
  }
}

@media (max-width: 550px) {
  .offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks img {
    width: 100%;
    height: 100%;
  }
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .rate {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 55px;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .rate .label-value {
  width: 55px;
  height: 50px;
  border-radius: 3px;
  border-bottom-left-radius: 0;
  background: url("../images/rate_nu_bg.jpg") top left repeat-x;
  color: #fff;
  padding: 1rem;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: url("../images/accommodation/accom_details_grad.png") bottom left repeat-x;
  background-size: contain;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap h3 {
  color: #fff;
  font: 600 2.125rem "Poppins", sans-serif;
  line-height: 2.2rem;
  text-shadow: 2px 1px #000;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap p {
  color: #fff;
  font: 300 0.9375rem "Poppins", sans-serif;
  padding-bottom: 1rem;
  text-shadow: 2px 1px #000;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap .more {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap .more:hover {
  color: #c11a2b;
  background: none;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap .more_white {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: none;
  border: 2px solid #fff;
  display: inline-block;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap .more_white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap li {
  padding: 0 1rem 0 0;
  margin: 0 1rem 0 0;
  display: inline-block;
  float: left;
  border-right: 1px solid #aaa;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap li:last-child {
  border: none;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap li.prices {
  text-align: center;
  color: #a2c777;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap li.prices span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap li .maplink {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 1rem;
  float: left;
  padding: 0.6rem;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap li .maplink:hover {
  opacity: 0.8;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap {
    padding: 20px 25px;
  }
}

@media (max-width: 990px) {
  .offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap {
    padding: 15px;
  }
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks .descrip_wrap .descrip {
  display: none;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks:hover .descrip_wrap .descrip {
  display: block;
}

.offers_main .content_area .packages_tabs_wrap .tab-content .description_blocks:hover .descrip_wrap img {
  opacity: 0.7;
}

.offers_description .offers_description_top {
  width: 100%;
  position: relative;
  background: #252b37;
}

@media (max-width: 550px) {
  .offers_description .offers_description_top {
    background-size: contain;
  }
}

.offers_description .offers_description_top .main_slider {
  position: relative;
  top: 0;
  z-index: 2;
  padding-bottom: 5%;
}

.offers_description .offers_description_top .main_slider .swiper-button-next {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  right: 3rem;
  z-index: 4;
  background: url("../images/right_white.png") center center no-repeat;
}

.offers_description .offers_description_top .main_slider .swiper-button-prev {
  position: absolute;
  width: 26px;
  height: 49px;
  margin-top: -24px;
  top: 50%;
  left: 3rem;
  z-index: 4;
  background: url("../images/left_white.png") center center no-repeat;
}

.offers_description .offers_description_top .grade {
  background: url("../images/tours/tour_dc_grade.png") bottom center repeat-x;
  background-size: contain;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.offers_description .offers_description_top .contents {
  z-index: 4;
  text-align: center;
  position: relative;
  margin: -12% 30% 0%;
}

@media (min-width: 1151px) and (max-width: 1600px) {
  .offers_description .offers_description_top .contents {
    width: 50%;
    margin: -12% 25% 0%;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .offers_description .offers_description_top .contents {
    width: 60%;
    margin: -12% 20% 0%;
  }
}

@media (max-width: 990px) {
  .offers_description .offers_description_top .contents {
    width: 70%;
    margin: -12% 15% 0%;
  }
}

@media (max-width: 550px) {
  .offers_description .offers_description_top .contents {
    width: 80%;
    margin: -12% 10% 0%;
  }
}

.offers_description .offers_description_top .contents h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #fad467;
}

.offers_description .offers_description_top .contents h1 {
  font: 600 3.125rem "Poppins", sans-serif;
  color: #fff;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .offers_description .offers_description_top .contents h1 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.offers_description .offers_description_top .contents p {
  font: 300 1.0625rem "Poppins", sans-serif;
  color: #fff;
  line-height: 2.2rem;
  padding-bottom: 25px;
}

.offers_description .offers_description_top .contents .ndc_wrap {
  width: 100%;
  padding: 1rem 0.5rem;
}

.offers_description .offers_description_top .contents .ndc_wrap li {
  display: inline-grid;
  text-align: center;
  color: #f3c669;
  border-right: 1px solid #585c65;
  padding: 0 1.5rem;
}

@media (max-width: 550px) {
  .offers_description .offers_description_top .contents .ndc_wrap li {
    width: 80%;
    border-right: none;
    padding: 1rem 0;
    border-bottom: 1px solid #585c65;
  }
}

.offers_description .offers_description_top .contents .ndc_wrap li span {
  font: 600 2.125rem "Poppins", sans-serif;
  display: block;
  line-height: 1.8rem;
}

.offers_description .offers_description_top .contents .ndc_wrap li.charge {
  color: #a2c777;
}

.offers_description .offers_description_top .contents .ndc_wrap li:last-child {
  border: none;
}

.offers_description .offers_description_top .contents .ndc_wrap li .buton {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  padding: 10px 33px;
  border-radius: 40px;
  background: #c11a2b;
  border: 2px solid #c11a2b;
  display: inline-block;
  margin-bottom: 20px;
}

.offers_description .offers_description_top .contents .ndc_wrap li .buton:hover {
  color: #c11a2b;
  background: none;
}

.offers_description .offers_desc_details {
  text-align: center;
  padding: 40px 0px;
  float: left;
  width: 100%;
}

.offers_description .offers_desc_details .col-md-6:first-child {
  border-right: 1px solid #8e9198;
}

@media (max-width: 990px) {
  .offers_description .offers_desc_details .col-md-6:first-child {
    border: none;
  }
}

.offers_description .offers_desc_details h4 {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4c535d;
  padding-bottom: 15px;
}

.offers_description .offers_desc_details ul {
  margin-bottom: 20px;
}

.offers_description .offers_desc_details ul li {
  font: 300 1rem "Poppins", sans-serif;
  color: #4c535d;
  padding: 2px 0px;
}

.offers_description .offers_desc_details ul li .sep {
  width: 20px;
  height: 1px;
  background: #8d919a;
  display: inline-block;
}

.offers_description .offers_desc_tips {
  background: #f1f1f1;
  padding: 3rem 0;
  float: left;
  width: 100%;
}

.offers_description .offers_desc_tips .topic {
  font: 300 1.625rem "Poppins", sans-serif;
  color: #4a4a4a;
  padding-bottom: 0.8rem;
}

.offers_description .offers_desc_tips .topic img {
  margin-top: -5px;
}

.offers_description .offers_desc_tips p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
  padding-bottom: 2rem;
}

.offers_description .offers_desc_tips .block {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.offers_description .offers_desc_tips .block .desc {
  width: 50%;
  padding: 2rem;
  float: left;
  overflow: hidden;
  overflow-y: auto;
}

@media (max-width: 990px) {
  .offers_description .offers_desc_tips .block .desc {
    width: 100%;
    height: auto !important;
    overflow-y: auto !important;
  }
}

.offers_description .offers_desc_tips .block .desc h4 {
  font: 500 1.625rem "Poppins", sans-serif;
  color: #212121;
  padding-bottom: 0.8rem;
}

.offers_description .offers_desc_tips .block .desc p {
  font: 400 0.875rem "Poppins", sans-serif;
  color: #4d535f;
  line-height: 1.6rem;
}

.offers_description .offers_desc_tips .block .pic {
  width: 50%;
  float: left;
}

.offers_description .offers_desc_tips .block .pic img {
  width: 100%;
}

@media (max-width: 990px) {
  .offers_description .offers_desc_tips .block .pic {
    width: 100%;
  }
}

.offers_description .navigate_buttons {
  width: 100%;
  float: left;
  text-align: center;
  background: #fff;
  padding: 3rem 0;
}

.offers_description .navigate_buttons .pages_navs {
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  border: 1px solid #c11a2b;
  border-radius: 2rem;
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #c11a2b;
  width: 284px;
  display: inline-block;
}

@media (max-width: 990px) {
  .offers_description .navigate_buttons .pages_navs {
    margin: 0.5rem 0rem;
  }
}

.offers_description .navigate_buttons .pages_navs:hover {
  background: #c11a2b;
  color: #fff;
}

.offers_description .navigate_buttons .pages_navs:hover .left_arrow {
  background: url("../images/left-arrow-white.png") center left no-repeat;
}

.offers_description .navigate_buttons .pages_navs:hover .right_arrow {
  background: url("../images/right-arrow-white.png") center right no-repeat;
}

.offers_description .navigate_buttons .pages_navs .left_arrow {
  background: url("../images/left-arrow-red.png") center left no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-right: 5px;
}

.offers_description .navigate_buttons .pages_navs .right_arrow {
  background: url("../images/right-arrow-red.png") center right no-repeat;
  width: 20px;
  height: 10px;
  background-size: cover;
  display: inline-block;
  margin-left: 5px;
}

.payments_wrap {
  width: 100%;
  padding: 0 0 5rem 0;
}

.payments_wrap .topic {
  width: 100%;
  padding: 3% 0% 1%;
  text-align: center;
}

.payments_wrap .topic h5 {
  font: 500 0.8125rem "Poppins", sans-serif;
  color: #7b8386;
}

.payments_wrap .topic h1 {
  font: 600 1.875rem "Poppins", sans-serif;
  color: #4a4a4a;
  line-height: 3.8rem;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .payments_wrap .topic h1 {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}

.payments_wrap .navigate_buttons {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: 3rem 0;
}

.payments_wrap .navigate_buttons .pages_navs {
  padding: 0.9rem 2rem;
  margin: 0 0.5rem;
  border: 1px solid #c11a2b;
  border-radius: 2rem;
  font: 600 0.9375rem "Poppins", sans-serif;
  color: #c11a2b;
  width: 284px;
  display: inline-block;
}

@media (max-width: 990px) {
  .payments_wrap .navigate_buttons .pages_navs {
    margin: 0.5rem 0rem;
  }
}

.payments_wrap .navigate_buttons .pages_navs:hover {
  background: #c11a2b;
  color: #fff;
}

.payments_wrap .search_invoice {
  text-align: center;
}

.payments_wrap .search_invoice.email_receipt {
  text-align: left;
}

.payments_wrap .search_invoice .form_block {
  width: 100%;
  padding: 0 1.5rem 0 0;
  float: left;
  margin-bottom: 3rem;
}

@media (max-width: 990px) {
  .payments_wrap .search_invoice .form_block {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.payments_wrap .search_invoice .form_block h4 {
  font: 600 1.1875rem "Poppins", sans-serif;
  color: #666;
  padding-bottom: 1.5rem;
}

.payments_wrap .search_invoice .form_block h5 {
  font: 600 1.0625rem "Poppins", sans-serif;
  color: #262c37;
  padding-bottom: 0.5rem;
}

.payments_wrap .search_invoice .form_block h5 span {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #666;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
}

.payments_wrap .search_invoice .form_block p {
  font: 400 0.9375rem "Poppins", sans-serif;
  color: #666;
  padding-bottom: 1rem;
}

.payments_wrap .search_invoice .form_block .form-control {
  border: 1px solid #dadada;
  border-radius: 4px;
  padding: 0.7rem;
  color: #999;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px;
  margin-bottom: 1.5rem;
}

.payments_wrap .search_invoice .form_block .g-captcha {
  margin-bottom: 0.5rem;
}

.payments_wrap .search_invoice .form_block .btn {
  font: 500 0.875rem "Poppins", sans-serif;
  color: #fff;
  background: #c11a2b;
  padding: 10px 20px;
  min-width: 150px;
  border-radius: 40px;
  border: 1px solid #c11a2b;
  display: inline-block;
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 990px) {
  .payments_wrap .search_invoice .form_block .btn {
    margin-bottom: 10px;
  }
}

.payments_wrap .search_invoice .form_block .btn:hover {
  color: #c11a2b;
  background: #fff;
}

.clear-margins {
  margin: auto;
}

.use-full-width {
  width: 100% !important;
}

.red_checkbox input[type=checkbox]:not(old), .red_checkbox input[type=checkbox]:not(old) {
  width: 27px;
  height: 27px;
  margin: 0;
  padding: 0;
  font-size: 1em;
  opacity: 0;
  cursor: pointer;
}

.red_checkbox input[type=checkbox]:not(old) + label {
  display: inline-block;
  margin-left: -2em;
  line-height: 2.5rem;
  font-weight: 400;
  color: #4e5462;
  cursor: pointer;
}

.red_checkbox input[type=checkbox]:not(old) + label > span {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin: 5px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: white;
  vertical-align: bottom;
}

.red_checkbox input[type=checkbox]:not(old):checked + label > span {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#f0f0f0));
  background-image: linear-gradient(#e0e0e0, #f0f0f0);
}

.red_checkbox input[type=checkbox]:not(old):checked + label > span > span {
  display: block;
  width: 21px;
  height: 21px;
  margin: 2px;
  border: 1px solid #c93040;
  border-radius: 50%;
  background: #c93040;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c93040), to(#bf2e3d));
  background-image: linear-gradient(#c93040, #bf2e3d);
}
