.text-overflow, .attractions-list ._item > a .tt, main .attractions-list .right .list .item > span > .tt, main .promotion-list .item .inner .info .tt, main .box.travel-theme-list .box-body .item a .tt, main .box.most-popular .box-body .row .item .tt, footer .foot-midd .row1 ._2col ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-danger {
  color: #fff;
  background-color: #de2b02;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #de2b02;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #de2b02;
  background-color: #fff;
}

.input-group-addon {
  border-radius: 2px;
}

.alert {
  font-size: 14px;
}

.btn-cyan {
  color: #fc033e;
  background-color: #ddf3fb;
  border-color: #5abfc4;
}

.btn-cyan:focus,
.btn-cyan.focus {
  color: #fc033e;
  background-color: #c1eeff;
  border-color: #1b6d85;
}

.btn-cyan:hover {
  color: #fc033e;
  background-color: #c1eeff;
  border-color: #5abfc4;
}

.btn-cyan:active,
.btn-cyan.active,
.open > .dropdown-toggle.btn-cyan {
  color: #fc033e;
  background-color: #c1eeff;
  border-color: #269abc;
}

.btn-cyan:active:hover,
.btn-cyan.active:hover,
.open > .dropdown-toggle.btn-cyan:hover,
.btn-cyan:active:focus,
.btn-cyan.active:focus,
.open > .dropdown-toggle.btn-cyan:focus,
.btn-cyan:active.focus,
.btn-cyan.active.focus,
.open > .dropdown-toggle.btn-cyan.focus {
  color: #fc033e;
  background-color: #a4e6ff;
  border-color: #079193;
}

.btn-cyan:active,
.btn-cyan.active,
.open > .dropdown-toggle.btn-cyan {
  background-image: none;
}

.btn-cyan.disabled:hover,
.btn-cyan[disabled]:hover,
fieldset[disabled] .btn-cyan:hover,
.btn-cyan.disabled:focus,
.btn-cyan[disabled]:focus,
fieldset[disabled] .btn-cyan:focus,
.btn-cyan.disabled.focus,
.btn-cyan[disabled].focus,
fieldset[disabled] .btn-cyan.focus {
  background-color: #a4e6ff;
  border-color: #079193;
}

.btn-cyan .badge {
  color: #a4e6ff;
  background-color: #fff;
}

.btn-strong {
  font-weight: bold;
}

.sprite {
  background: url(../images/sprite.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}

.sprite.ico-facebook {
  width: 34px;
  height: 34px;
  background-position: -241px 0;
}

.sprite.ico-google {
  width: 34px;
  height: 34px;
  background-position: -276px 0;
}

.sprite.ico-twitter {
  width: 34px;
  height: 34px;
  background-position: -241px -35px;
}

.sprite.ico-tripadvisor {
  width: 34px;
  height: 34px;
  background-position: -276px -35px;
}

.sprite.ico-mail {
  width: 29px;
  height: 21px;
  background-position: -33px -192px;
}

.sprite.ico-phone {
  width: 39px;
  height: 37px;
  background-position: -33px 0;
}

.sprite.ico-phone1 {
  width: 41px;
  height: 51px;
  background-position: -73px -131px;
}

.sprite.ico-user {
  width: 38px;
  height: 37px;
  background-position: -33px -38px;
}

.sprite.ico-mail1 {
  width: 38px;
  height: 38px;
  background-position: -33px -76px;
}

.sprite.ico-book {
  width: 37px;
  height: 37px;
  background-position: -33px -115px;
}

.sprite.ico-news {
  width: 37px;
  height: 37px;
  background-position: -33px -153px;
}

.sprite.ico-mapbook {
  width: 136px;
  height: 64px;
  background-position: -73px 0;
}

.text-overflow, .attractions-list ._item > a .tt, main .attractions-list .right .list .item > span > .tt, main .promotion-list .item .inner .info .tt, main .box.travel-theme-list .box-body .item a .tt, main .box.most-popular .box-body .row .item .tt, footer .foot-midd .row1 ._2col ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header {
  position: relative;
  z-index: 2;
  min-height: 85px;
}
header .head-top {
  color: #6d6e70;
  line-height: 46px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#EC008C+0,f2299e+100 */
  background: #6d6e70;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6d6e70 0%, #8f9193 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d6e70 0%, #8f9193 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d6e70 0%, #8f9193 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6d6e70", endColorstr="#8f9193",GradientType=0 );
  /* IE6-9 */
}
header .head-top a {
  color: #f8f9fa;
}
header .head-top ul li {
  float: left;
  padding-right: 20px;
}
header .head-top ul.left .glyphicon {
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  color: #666;
}
@media (max-width: 440px) {
  header .head-top ul.left li.hdr-email {
    display: none;
  }
}
header .head-top ul.langs {
  float: right;
}
header .head-top ul.langs li {
  padding-left: 10px;
  padding-right: 0;
}
header .head-midd {
  min-height: 105px;
}
header .head-midd .logo {
  margin: 3px 0;
  display: inline-block;
}
header .head-midd .container {
  position: relative;
}
header .head-midd .navbar.navbar-default {
  min-height: 0;
  background: none;
  border: none;
  margin: 40px 0 0;
  float: right;
}
header .head-midd .navbar.navbar-default .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 13px;
  transition: 0.2s all ease-in-out;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 2px;
  color: #333;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu {
  background: #EC008C;
  padding: 0 10px;
  margin-top: 7px;
  border-radius: 0;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li {
  width: 190px;
  border-top: 1px dotted #fff;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li:first-child {
  border: none;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li > a {
  padding: 10px 0;
  color: #fff;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li > a:hover {
  background: none;
  color: #0f4772;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li.hover a {
  color: #0f4772;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li.view {
  position: absolute;
  right: 0;
  top: 0;
  left: 200px;
  height: 100%;
  border: none;
  width: auto;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li.view > div {
  padding: 10px;
  height: 100%;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li.view > div img {
  width: 100%;
  height: 100%;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li > .dropdown-menu li.view > div .btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li:hover > a, header .head-midd .navbar.navbar-default .nav.navbar-nav > li.active > a, header .head-midd .navbar.navbar-default .nav.navbar-nav > li.open > a {
  background: #EC008C;
  color: #fff;
}
header .head-midd .navbar.navbar-default .nav.navbar-nav > li:hover > a {
  background: #53a0dc;
}
@media (min-width: 768px) {
  header .head-midd .navbar.navbar-default .nav.navbar-nav > li.hover:before, header .head-midd .navbar.navbar-default .nav.navbar-nav > li.hover:after, header .head-midd .navbar.navbar-default .nav.navbar-nav > li.open:before, header .head-midd .navbar.navbar-default .nav.navbar-nav > li.open:after {
    content: "";
    display: block;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #3f7dad transparent;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -4px;
    z-index: 1999;
  }
  header .head-midd .navbar.navbar-default .nav.navbar-nav > li.hover:before, header .head-midd .navbar.navbar-default .nav.navbar-nav > li.open:before {
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #EC008C transparent;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    z-index: 2000;
  }
}
header .head-midd .navbar.navbar-default .navbar-toggle {
  border-color: #85b3d6;
  background: #789ebb;
}
header .head-midd .navbar.navbar-default .navbar-toggle .icon-bar {
  background: #e6f4ff;
}
header .head-midd .navbar.navbar-default .navbar-toggle.collapsed {
  border-color: #85b3d6;
  background: #438ec7;
}
header .head-midd .navbar.navbar-default .navbar-toggle.collapsed .icon-bar {
  background: #cbddea;
}
@media (max-width: 991px) {
  header .head-midd .navbar.navbar-default .navbar-header {
    float: right;
  }
  header .head-midd .navbar.navbar-default .navbar-header .navbar-toggle {
    display: block !important;
  }
  header .head-midd .navbar.navbar-default .navbar-pc {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .head-midd .navbar.navbar-default {
    float: none;
    margin: 0 0 10px;
    background: #f5f5f5;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .head-midd .navbar.navbar-default {
    clear: both;
  }
}
@media (max-width: 991px) {
  header .head-midd .navbar-toggle {
    margin-right: 0;
  }
  header .head-midd .navbar.navbar-default {
    float: none;
  }
}
header #bs-mobile-navbar-collapse {
  clear: both;
  border-top: 1px solid #ccc;
  clear: both;
  background: #f5f5f5;
  margin-bottom: 17px;
}
header #bs-mobile-navbar-collapse ul li ul {
  padding-left: 10px;
}
@media (min-width: 992px) {
  header #bs-mobile-navbar-collapse {
    display: none !important;
  }
}
header .banner img {
  width: 100%;
  height: auto;
}
header .banner .alpha-bg-box {
  z-index: 100;
  color: #fff;
  font-size: 16px;
  margin-top: 15px;
}
header .banner .alpha-bg-box a {
  color: #fff;
}
header .banner .alpha-bg-box .bg {
  background: rgba(5, 126, 180, 0.8);
  padding: 15px;
}
@media (min-width: 992px) {
  header .banner .alpha-bg-box {
    position: absolute;
    top: -132px;
    margin: 0 15px;
    left: 0;
    right: 1px;
  }
  header .banner .alpha-bg-box .bg {
    height: 132px;
  }
}
@media (max-width: 991px) {
  header .banner .alpha-bg-box {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  header .container {
    width: 100%;
  }
}

.text-overflow, .attractions-list ._item > a .tt, main .attractions-list .right .list .item > span > .tt, main .promotion-list .item .inner .info .tt, main .box.travel-theme-list .box-body .item a .tt, main .box.most-popular .box-body .row .item .tt, footer .foot-midd .row1 ._2col ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

footer {
  background: #6d6e70;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6d6e70 0%, #8f9193 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d6e70 0%, #8f9193 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6d6e70 0%, #8f9193 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6d6e70", endColorstr="#8f9193",GradientType=0 );
  /* IE6-9 */
  margin-top: 30px;
}
footer .foot-midd {
  padding: 30px 0 5px;
  color: #fff;
}
footer .foot-midd .container {
  background: url(../images/footer-bg.png) no-repeat bottom right;
  padding-bottom: 90px;
}
@media (max-width: 770px) {
  footer .foot-midd .container {
    background-size: contain;
  }
}
footer .foot-midd a {
  color: #fff;
}
footer .foot-midd .row {
  margin-left: -10px;
  margin-right: -10px;
}
footer .foot-midd .row .column {
  padding-left: 10px;
  padding-right: 10px;
}
footer .foot-midd .row1 {
  font-size: 12px;
}
footer .foot-midd .row1 ul {
  padding: 0 5px;
}
footer .foot-midd .row1 ul > li:first-child {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
}
footer .foot-midd .row1 ul > li {
  line-height: 15px;
  padding: 3px 0;
}
footer .foot-midd .row1 ._2col ul {
  width: 50%;
  float: left;
  margin-left: -5px;
  margin-right: -5px;
}
footer .foot-midd .row1 ._2col ul li {
  width: 50%;
  float: left;
  padding-left: 5px;
  padding-right: 5px;
}
footer .foot-midd .row1 ._2col ul > li:first-child {
  width: 100%;
  float: none;
  display: block;
  clear: both;
}
footer .foot-midd .row1 ._2col ul:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  footer .foot-midd .row1 {
    padding: 15px 0;
    border: 1px solid #ddd;
    border-width: 1px 0;
    margin: 15px 0;
  }
}
footer .foot-btm {
  background: #6D6E70;
  color: #fff;
}
footer .foot-btm .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .foot-btm a {
  color: #fff;
}
footer .foot-btm .sprite {
  margin-left: 5px;
}
footer .foot-btm .copyright {
  line-height: 34px;
}
@media (max-width: 570px) {
  footer .foot-btm .left, footer .foot-btm .right {
    width: 100%;
    text-align: center;
  }
}

.text-overflow, .attractions-list ._item > a .tt, main .attractions-list .right .list .item > span > .tt, main .promotion-list .item .inner .info .tt, main .box.travel-theme-list .box-body .item a .tt, main .box.most-popular .box-body .row .item .tt, footer .foot-midd .row1 ._2col ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main .mcr {
  padding-bottom: 30px;
}
main .box.most-popular {
  background: #e3e7ea;
  border-radius: 0;
  margin-top: -1px;
  border: none;
}
main .box.most-popular .box-head {
  text-align: left;
  text-transform: none;
  font-size: 22px;
  padding: 15px 0 0;
  font-weight: bold;
  color: #124264;
}
main .box.most-popular .box-body {
  padding: 15px 0 22px 0;
}
main .box.most-popular .box-body .row {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 10px;
}
main .box.most-popular .box-body .row .item {
  padding-right: 10px;
  padding-left: 10px;
}
main .box.most-popular .box-body .row .item a {
  color: #744815;
  font-size: 16px;
}
main .box.most-popular .box-body .row .item .tt {
  display: block;
  margin: 5px 0 0;
}
@media (min-width: 540px) and (max-width: 767px) {
  main .box.most-popular .box-body .row .item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 991px) {
  main .box.most-popular .box-body .row .item {
    margin-bottom: 15px;
  }
}
main .box.most-popular .item .img img {
  width: 100%;
}
main .destination-list .row {
  margin-left: -10px;
  margin-right: -10px;
}
main .destination-list .item {
  margin: 0 0 20px;
  padding-left: 10px;
  padding-right: 10px;
}
main .destination-list .item > .inner {
  background: #e3e7ea;
}
main .destination-list .item > .inner a {
  color: #fff;
  text-decoration: none;
}
main .destination-list .item > .inner a .tt {
  display: block;
  background: #EC008C;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 7px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
main .destination-list .item > .inner a:hover .tt {
  background: #6C6D6F;
}
main .destination-list .item > .inner .img {
  display: block;
  overflow: hidden;
  /*height: 172px;*/
}
main .destination-list .item > .inner .img img {
  width: 100%;
  /*height: 100%;*/
}
main .destination-list .item > .inner > .btm {
  padding: 10px 10px 20px;
}
main .destination-list .item > .inner > .btm > p {
  height: 54px;
  overflow: hidden;
}
@media (min-width: 992px) {
  main .destination-list .item:first-child > .inner .img {
    height: 536px;
  }
  main .destination-list .item:first-child > .inner .img img {
    height: 100%;
    width: auto;
    min-width: 100%;
  }
  main .destination-list .item:first-child > .inner .img img.img-hidden {
    display: none;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  main .destination-list .item:first-child > .inner .img {
    height: 471px;
  }
}
@media (max-width: 991px) {
  main .destination-list .item:first-child > .inner .img img:first-child {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  main .destination-list .item {
    width: 33.3333%;
    float: left;
  }
}
main .box.travel-theme-list .box-head {
  border-bottom: 2px dotted #EC008C;
  text-align: left;
  padding: 10px 0;
}
main .box.travel-theme-list .box-body {
  padding: 0;
}
main .box.travel-theme-list .box-body .row {
  margin-left: -10px;
  margin-right: -10px;
}
main .box.travel-theme-list .box-body .item {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
main .box.travel-theme-list .box-body .item img {
  width: 100%;
}
main .box.travel-theme-list .box-body .item a {
  display: block;
  position: relative;
  color: #fff;
}
main .box.travel-theme-list .box-body .item a .tt {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  font-size: 18px;
  padding: 5px;
}
main .box.travel-theme-list .box-body .item a:hover {
  color: #EC008C;
}
main .box.travel-theme-list .box-body .item a:hover .tt {
  background: rgba(0, 0, 0, 0.8);
}
@media (min-width: 540px) and (max-width: 767px) {
  main .box.travel-theme-list .box-body .item {
    width: 50%;
    float: left;
  }
}
main .tour-list .filter {
  margin-bottom: 30px;
}
main .tour-list .filter label {
  background: #EC008C;
  font-size: 21px;
  color: #fff;
  height: 46px;
  line-height: 42px;
  font-weight: normal;
  margin: 0;
  vertical-align: top;
  border-radius: 0;
  width: 35%;
  float: left;
  margin-right: 2px;
  text-align: center;
}
main .tour-list .filter .form-control {
  display: inline-block;
  width: auto;
  min-width: 35%;
  border-radius: 0;
}
main .tour-list .item {
  border-top: 3px solid #EC008C;
  margin-bottom: 30px;
}
main .tour-list .item:after {
  content: "";
  display: block;
  clear: both;
}
main .tour-list .item .img {
  display: block;
  float: left;
  position: relative;
  margin-right: 20px;
  width: 35%;
  text-decoration: none;
  overflow: hidden;
}
main .tour-list .item .img .special {
  background: #c20505;
  padding: 10px 0;
  width: 154px;
  right: -37px;
  top: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: rotate(45deg);
}
main .tour-list .item .img .from-price {
  position: absolute;
  top: 10px;
  left: 0;
  padding: 10px;
  background: rgba(242, 204, 26, 0.5);
  color: #000;
}
main .tour-list .item .img img {
  width: 100%;
  height: auto;
}
main .tour-list .item .img .tt {
  position: absolute;
  background: rgba(55, 126, 180, 0.5);
  width: 100%;
  padding: 5px 10px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
main .tour-list .item .info {
  padding: 15px 10px 0 0;
  overflow: hidden;
  position: relative;
}
main .tour-list .item .info a.tt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
main .tour-list .item .info a:not(.btn):not(.read-more) {
  color: #333;
}
main .tour-list .item .info a:not(.btn):not(.read-more):hover {
  color: #499afe;
}
main .tour-list .item .info .read-more {
  font-weight: bold;
  color: #de2b02;
}
main .tour-list .item .info .btm .btn {
  position: absolute;
  right: 10px;
  bottom: 0;
}
main .tour-list .item .info > .desc {
  text-align: justify;
}
@media (min-width: 1200px) {
  main .tour-list .item .info > .desc {
    max-height: 54px;
    overflow: hidden;
  }
  main .tour-list .item .info .btm {
    margin: 20px 0 0;
    padding: 10px 0 0;
  }
}
@media (max-width: 767px) {
  main .tour-list .item .img {
    width: 100% !important;
    float: none;
  }
  main .tour-list .item .info .btm .btn {
    position: initial;
  }
}
main .tour-list .item:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebebeb+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ebebeb 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ebebeb", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
}
main .tour-list.tour .item a.img .tt {
  font-size: 17px;
}
main .tour-list.tour .item a.img:hover .tt {
  color: #000;
}
main .tour-list.destinations .img {
  width: 36%;
}
main .tour-list.destinations .img .tt {
  border: none;
  text-align: left;
}
main .tour-list.destinations .img .tt small {
  font-weight: normal;
  font-size: 15px;
}
main .tour-list.destinations .info {
  padding-top: 5px;
}
main .tour-list.destinations .info .btm {
  margin-top: -5px;
}
main .travel-themes .item {
  margin-bottom: 30px;
}
main .travel-themes .item a.img {
  position: relative;
  color: #fff;
  display: block;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
main .travel-themes .item a.img img {
  width: 100%;
}
main .travel-themes .item a.img .tt {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  background: rgba(236, 0, 140, 0.5);
  padding: 5px 20px;
  font-size: 30px;
  margin-top: -30px;
}
main .travel-themes .item .info {
  background: #e3e7ea;
  padding: 15px;
  padding-bottom: 30px;
  border-radius: 0 0 2px 2px;
}
main .travel-themes .item .info .desc {
  text-align: justify;
  height: 72px;
  overflow: hidden;
  margin-bottom: 15px;
}
main .travel-themes .item .info .btm {
  text-align: center;
}
@media (min-width: 768px) {
  main .travel-themes .item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  main .travel-themes .item {
    margin-bottom: 15px;
  }
  main .travel-themes .item .info .desc {
    height: auto;
    overflow: auto;
  }
}
main .travel-themes.cruise .item a.img .tt {
  top: 20%;
}
main .promotion-list .item {
  margin-bottom: 30px;
}
main .promotion-list .item .inner {
  display: block;
  background: #ebebeb;
  /*padding: 15px;*/
  color: #000;
  text-align: center;
  text-decoration: none;
  position: relative;
}
main .promotion-list .item .inner .img img {
  width: 100%;
}
main .promotion-list .item .inner .p {
  background: rgba(55, 126, 180, 0.8);
  padding: 6px 20px;
  position: absolute;
  right: 0;
  top: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}
main .promotion-list .item .inner .info {
  padding: 0 15px 15px;
}
main .promotion-list .item .inner .info .tt {
  display: block;
  font-size: 20px;
  margin: 10px 0 0;
  font-weight: bold;
}
main .promotion-list .item .inner .info .price {
  font-size: 15px;
}
main .promotion-list .item:hover .inner .tt {
  color: #1a6299;
}
@media (max-width: 767px) {
  main .promotion-list .item {
    margin-bottom: 15px;
  }
}
main .destination-detail .cover {
  position: relative;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
main .destination-detail .cover img {
  width: 100%;
}
main .destination-detail .cover h1.tt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(236, 0, 140, 0.7);
  font-size: 30px;
  margin: 0;
  padding: 20px 30px;
  color: #fff;
  text-transform: uppercase;
}
main .destination-detail .cover .btn {
  border-radius: 0;
  position: absolute;
  right: 0;
  bottom: 20px;
}
@media (max-width: 650px) {
  main .destination-detail .cover h1.tt {
    font-size: 24px;
  }
  main .destination-detail .cover .btn {
    top: 15px;
    bottom: auto;
  }
}
@media (max-width: 400px) {
  main .destination-detail .cover h1.tt {
    font-size: 18px;
  }
}
main .destination-detail .desc {
  /*background: #e3e7ea;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e7ea+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #e3e7ea 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e3e7ea 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e3e7ea 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e3e7ea", endColorstr="#00ffffff",GradientType=0 );
  /* IE6-9 */
  padding: 15px;
  line-height: 24px;
  border-radius: 0 0 2px 2px;
  margin-bottom: 15px;
}
main .destination-detail .desc strong {
  color: #EC008C;
}
main .rel-list {
  margin-bottom: 30px;
}
main .rel-list .btt {
  text-transform: uppercase;
  color: #de2b02;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
main .rel-list .btt .more {
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
}
main .type-of-tour .list {
  margin: 0 -3px;
}
main .type-of-tour .list a.item {
  display: block;
  float: left;
  padding: 3px;
  width: 33.333%;
}
main .type-of-tour .list a.item > span {
  display: block;
  position: relative;
}
main .type-of-tour .list a.item img {
  width: 100%;
}
main .type-of-tour .list a.item .tt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(236, 0, 140, 0.7);
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
main .type-of-tour .list a.item:hover .tt {
  background: rgba(0, 0, 0, 0.5);
  color: #0f0;
}
@media (max-width: 650px) {
  main .type-of-tour .list a.item {
    width: 50%;
  }
}
@media (max-width: 450px) {
  main .type-of-tour .list a.item {
    width: 100%;
    float: none;
    padding: 7px 3px;
  }
}
main .attractions-list .body {
  margin: 0 -3px;
}
main .attractions-list .left,
main .attractions-list .right {
  padding: 0 3px;
  float: left;
}
main .attractions-list .left {
  width: 66.6666%;
}
main .attractions-list .left .img {
  position: relative;
  overflow: hidden;
}
main .attractions-list .left .img img {
  width: 100%;
}
main .attractions-list .left .img .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(236, 0, 140, 0.7);
  padding: 10px 30px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
main .attractions-list .left .img .btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
main .attractions-list .right {
  width: 33.3333%;
}
main .attractions-list .right .list {
  margin: 0 -3px;
}
main .attractions-list .right .list .item {
  display: block;
  float: left;
  width: 50%;
  padding: 0 3px;
  margin-bottom: 6px;
}
main .attractions-list .right .list .item img {
  width: 100%;
}
main .attractions-list .right .list .item > span {
  display: block;
  position: relative;
}
main .attractions-list .right .list .item > span > .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(236, 0, 140, 0.7);
  padding: 3px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  -moz-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
main .attractions-list .right .list .item:hover .tt {
  background: rgba(0, 0, 0, 0.5);
  color: #0f0;
}
@media (max-width: 650px) {
  main .attractions-list .left,
main .attractions-list .right {
    width: 100%;
    float: none;
  }
  main .attractions-list .left {
    margin-bottom: 6px;
  }
  main .attractions-list .right .list .item > span .tt {
    padding: 5px 10px;
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  main .attractions-list .right .list .item {
    width: 100%;
    float: none;
    padding: 7px 3px;
  }
  main .attractions-list .right .list .item > span .tt {
    padding: 10px;
    font-size: 20px;
  }
}
main .travel-tips .bg {
  background: #e3e7ea;
  padding: 15px;
}
main .travel-tips .bg .row {
  margin: 0 -10px;
}
main .travel-tips .bg .row .col {
  padding: 0 10px;
}
main .travel-tips .bg .row .col.left ul > li > a {
  display: block;
  padding: 7px 0;
  font-weight: bold;
  color: #333;
}
main .travel-tips .bg .row .col.left ul > li.active > a {
  text-decoration: underline;
  color: #ec008c;
}
@media (max-width: 650px) {
  main .travel-tips .bg .row .col.left ul {
    margin: 0 -5px;
    margin-bottom: 10px;
  }
  main .travel-tips .bg .row .col.left ul > li {
    padding: 5px;
  }
  main .travel-tips .bg .row .col.left ul > li > a {
    background: #eee;
    padding: 7px 10px;
    border-radius: 3px;
  }
  main .travel-tips .bg .row .col.left ul > li.active > a {
    background: #fff;
    text-decoration: none;
  }
}
@media (min-width: 440px) and (max-width: 650px) {
  main .travel-tips .bg .row .col.left ul {
    margin-bottom: 10px;
  }
  main .travel-tips .bg .row .col.left ul:after {
    content: "";
    display: block;
    clear: both;
  }
  main .travel-tips .bg .row .col.left ul > li {
    width: 50%;
    float: left;
  }
}
main .travel-tips .bg .row .col.right .tab-pane {
  background: #fff;
  min-height: 320px;
  padding: 10px 15px;
  text-align: justify;
}
main .travel-tips .bg .row .col.right .tab-pane img {
  max-width: 100%;
}
main .travel-tips .bg .row .col.right .tab-pane h1, main .travel-tips .bg .row .col.right .tab-pane h2, main .travel-tips .bg .row .col.right .tab-pane h3, main .travel-tips .bg .row .col.right .tab-pane h4 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 650px) {
  main .travel-tips .bg .row .col.left {
    width: 25% !important;
    float: left;
  }
  main .travel-tips .bg .row .col.right {
    width: 75% !important;
    float: left;
  }
}
main .news-view .cover-img img {
  width: 100%;
}
main .news-view .overview {
  line-height: 22px;
  text-align: justify;
}
main .news-view .overview h4 {
  margin: 20px 0 10px;
  color: #1a6299;
  font-weight: bold;
}
main .news-view.bg {
  background: #f7fafc;
  border-radius: 2px;
}
main .news-view.bg .overview {
  padding: 0 20px 15px;
}
main .news-view .other-posts.well {
  margin: 0 0 0 20px;
  max-width: 300px;
  min-width: 150px;
  float: right;
}
main .news-view .other-posts.well h4 {
  margin: 0 0 10px 0;
}
main .news-view .other-posts.well ul {
  margin: 0;
  padding: 0 0 0 18px;
}
main .news-view .other-posts.well ul li {
  padding: 3px 0;
}
@media (max-width: 991px) {
  main .news-view .other-posts.well {
    float: none !important;
    margin: 0;
  }
}
main .news-list h1 {
  margin: 0 0 20px 0;
  font-size: 24px;
  text-transform: none;
}
main .news-list .list .item {
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
main .news-list .list .item h2 {
  font-size: 18px;
  margin-top: 0;
}
main .tour-summary .btt {
  font-size: 20px;
  color: #ac2d10;
  margin: 5px 0 10px;
}
main .tour-summary .ct {
  background: #e3e7ea;
  padding: 20px 20px 10px;
  border-radius: 2px 2px 0 0;
}
main .tour-summary .ct .img {
  float: left;
  margin-right: 15px;
  max-width: 35%;
}
main .tour-summary .ct .img img {
  width: 100%;
}
main .tour-summary .ct .tt {
  font-size: 18px;
  font-weight: bold;
}
main .tour-summary .ct .params {
  margin: 10px 0 0;
  overflow: hidden;
}
main .tour-summary .ct .params a {
  color: #333;
}
main .tour-summary .tour-price {
  background: #EC008C;
  padding: 10px 15px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 0 0 2px 2px;
}
main .tour-summary .tour-price strong {
  font-size: 28px;
}
main .hotline-box > .q {
  color: #de2b02;
  font-size: 16px;
}
main .hotline-box .phone {
  font-size: 28px;
  margin-bottom: 15px;
}
main .hotline-box > .txt {
  padding: 10px;
  border: 1px solid #c2c2c2;
  border-radius: 2px;
}
main .booking-check-list .btt {
  font-size: 18px;
  color: #EC008C;
}
main .booking-check-list ul li input[type=checkbox] {
  position: relative;
  top: 2px;
}
main .booking-check-list ul._2col {
  margin: 0 -5px;
}
main .booking-check-list ul._2col li {
  float: left;
  width: 50%;
  padding: 0 5px;
}
main .booking-check-list article:after {
  content: "";
  display: block;
  clear: both;
  margin-bottom: 15px;
}
main ul.filter-lists li a {
  display: block;
  padding: 5px 10px;
  font-size: 15px;
  color: #333;
}
main ul.filter-lists li a span {
  color: #058abb;
}
main .cruise-list .row {
  margin: 0 -7px !important;
}
main .cruise-list .row .item {
  padding: 0 7px !important;
  margin-bottom: 15px;
}
main .cruise-list .row .item .img {
  display: block;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
main .cruise-list .row .item .img img {
  width: 100%;
}
main .cruise-list .row .item .info {
  padding: 10px;
  background: #d2d6d8;
  border-radius: 0 0 2px 2px;
  font-size: 12px;
}
main .cruise-list .row .item .info a.tt {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
  display: block;
}
main .cruise-list .row .item .info .params {
  margin-bottom: 10px;
}
main .cruise-list .row .item .info .params p {
  margin: 0;
}
@media (min-width: 650px) and (max-width: 1199px) {
  main .cruise-list .row .item {
    width: 33.3333%;
    float: left;
  }
}
@media (min-width: 400px) and (max-width: 650px) {
  main .cruise-list .row .item {
    width: 50%;
    float: left;
  }
}
main .filter-accordion.panel-group .panel {
  border-radius: 2px;
  overflow: hidden;
}
main .filter-accordion.panel-group .panel + .panel {
  margin-top: 1px;
}
main .filter-accordion.panel-group .panel-default.panel {
  border-color: #058abb;
}
main .filter-accordion.panel-group .panel-default.panel > .panel-heading {
  background: #058abb;
  color: #fff;
  border-radius: 0;
  padding: 0;
}
main .filter-accordion.panel-group .panel-default.panel > .panel-heading a {
  text-decoration: none;
  display: block;
  padding: 10px 15px;
  position: relative;
}
main .filter-accordion.panel-group .panel-default.panel > .panel-heading a i {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  display: block;
  border-radius: 50%;
}
main .filter-accordion.panel-group .panel-default.panel > .panel-heading a i:before, main .filter-accordion.panel-group .panel-default.panel > .panel-heading a i:after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 12px;
  background: #fff;
  left: 3px;
  top: 50%;
  margin-top: -1px;
  transition: all 0.2s ease-in-out;
}
main .filter-accordion.panel-group .panel-default.panel > .panel-heading a.collapsed i:before {
  transform: rotate(180deg);
}
main .filter-accordion.panel-group .panel-default.panel > .panel-heading a.collapsed i:after {
  transform: rotate(90deg);
}
main .cruise-list-rows .list .item {
  margin-bottom: 5px;
  background: #e3e3e3;
  position: relative;
  padding-left: 310px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  overflow: hidden;
}
main .cruise-list-rows .list .item .price {
  float: left;
  width: 140px;
  background: #0481d1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 30px 0 0;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main .cruise-list-rows .list .item .price span:first-child {
  display: block;
}
main .cruise-list-rows .list .item .price span + span {
  color: #fccc0e;
}
main .cruise-list-rows .list .item .img {
  display: block;
  width: 170px;
  position: absolute;
  left: 140px;
  top: 0;
  bottom: 0;
}
main .cruise-list-rows .list .item .img img {
  width: 100%;
  height: 100%;
}
main .cruise-list-rows .list .item .info {
  padding: 5px 10px 10px;
  position: relative;
  overflow: hidden;
}
main .cruise-list-rows .list .item .info a.tt {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
main .cruise-list-rows .list .item .info a.tt:hover {
  color: #1a6299;
}
main .cruise-list-rows .list .item .info ._star {
  position: absolute;
  right: 7px;
  top: 7px;
}
main .cruise-list-rows .list .item .info .ins {
  margin-bottom: 10px;
}
main .cruise-list-rows .list .item .info .ins p {
  margin: 0 0 5px;
}
main .cruise-list-rows .list .item .info .ins p a {
  color: #333;
  text-decoration: none;
  display: block;
  position: relative;
}
main .cruise-list-rows .list .item .info .ins p a i {
  display: inline-block;
  height: 16px;
  line-height: 15px;
  background: #f40f4b;
  font-size: 11px;
  font-style: normal;
  color: #fff;
  padding: 0 10px;
  border-radius: 10px;
  position: absolute;
  right: 0;
}
main .cruise-list-rows .list .item .info .ins p a:hover {
  color: #1a6299;
}
main .cruise-list-rows .list .item .info .ins p a:hover i {
  background: #cf063a;
}
main .cruise-list-rows .list .item .info .ins p a:hover span {
  text-decoration: underline;
}
main .cruise-list-rows .list .item .info .params:after {
  content: "";
  display: block;
  clear: both;
}
main .cruise-list-rows .list .item .info .params li {
  float: left;
  width: 50%;
}
main .cruise-list-rows .list .item:after {
  content: "";
  display: block;
  clear: both;
}
main .cruise-list-rows .list .item:hover {
  background: #def2ff;
}
main .cruise-list-rows .list .item:hover .price {
  background: #33a7f1;
}
main .cruise-list-rows.itinerary-list .list .item {
  padding-left: 227px;
}
main .cruise-list-rows.itinerary-list .list .item .price {
  width: 100px;
  padding-top: 18px;
  font-size: 14px;
}
main .cruise-list-rows.itinerary-list .list .item .img {
  left: 100px;
  width: 117px;
}
main .cruise-list-rows.itinerary-list .list .item .info .ins p {
  text-align: right;
  margin: 0;
}
main .cruise-list-rows.itinerary-list .list .item .info .ins p a i {
  position: inherit;
}
@media (max-width: 767px) {
  main .cruise-list-rows .list {
    margin: 0 -7px;
  }
  main .cruise-list-rows .list:after {
    content: "";
    display: block;
    clear: both;
  }
  main .cruise-list-rows .list .item {
    width: 50%;
    float: left;
    padding: 0 7px;
    background: none;
    margin-bottom: 15px;
  }
  main .cruise-list-rows .list .item .img {
    width: 100%;
    position: initial;
    left: auto;
    bottom: auto;
  }
  main .cruise-list-rows .list .item .price {
    bottom: auto;
    text-align: left;
    left: 7px;
    top: 15px;
    background: rgba(0, 98, 161, 0.5);
    padding: 7px 10px;
    font-size: 20px;
    width: auto;
  }
  main .cruise-list-rows .list .item .price span:first-child {
    display: inline;
  }
  main .cruise-list-rows .list .item .info {
    background: #e3e3e3;
  }
  main .cruise-list-rows .list .item .info ._star {
    position: initial;
    right: auto;
    top: auto;
  }
  main .cruise-list-rows .list .item .info .ins p a i {
    position: initial;
    right: auto;
  }
  main .cruise-list-rows .list .item .info .params li {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  main .cruise-list-rows .list .item {
    float: none;
    width: 100%;
  }
}
main .cruise-detail .information {
  background: #e9f5f7;
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 15px;
  position: relative;
}
main .cruise-detail .information ._star {
  position: absolute;
  top: 15px;
  right: 15px;
}
main .cruise-detail .information h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #e64d10;
}
main .cruise-detail .images {
  margin-bottom: 15px;
}
main .cruise-detail .images img {
  width: 100%;
}
main .cruise-detail .images .lg {
  position: relative;
}
main .cruise-detail .images .lg .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #aae5f9;
}
main .cruise-detail .images .sm {
  margin: 0 -2px;
  padding: 2px 0 0;
}
main .cruise-detail .images .sm:after {
  content: "";
  display: block;
  clear: both;
}
main .cruise-detail .images .sm a {
  display: block;
  float: left;
  width: 14.285%;
  padding: 2px;
}
main .cruise-detail .images .sm a img {
  border: 1px solid #fff;
}
main .cruise-detail .images .sm a.active {
  -moz-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
main .cruise-detail .images .sm a.active img {
  border: 1px solid #c00;
}
@media (max-width: 500px) {
  main .cruise-detail .images .sm a {
    width: 20%;
  }
}
@media (max-width: 380px) {
  main .cruise-detail .images .sm a {
    width: 25%;
  }
}
main .cruise-detail .nav-tabs {
  margin-bottom: 5px;
  background: #ace4fc;
  border: none;
  border-radius: 2px;
}
main .cruise-detail .nav-tabs > li {
  margin: 0;
}
main .cruise-detail .nav-tabs > li > a {
  border-radius: 0;
  margin: 0;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 700px) {
  main .cruise-detail .nav-tabs > li > a {
    padding: 10px 20px;
  }
}
@media (max-width: 600px) {
  main .cruise-detail .nav-tabs > li > a {
    padding: 10px;
  }
}
main .cruise-detail .nav-tabs > li.active > a, main .cruise-detail .nav-tabs > li.active > a:focus, main .cruise-detail .nav-tabs > li.active > a:hover {
  background: #ffe04e;
  color: #333;
  border: none;
}
main .cruise-detail .tab-pane > .overview {
  background: #f7fafe;
  padding: 15px;
  border: 1px solid #d6f1fd;
  line-height: 22px;
}
main .cruise-detail .tab-pane .ppanel {
  border-color: #9fe4fb;
  border-radius: 2px;
  overflow: hidden;
}
main .cruise-detail .tab-pane .ppanel > .panel-heading {
  background: #fdfdfc;
  border-color: #dadab1;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 0;
}
main .cruise-detail .tab-pane .ppanel > .panel-body {
  padding: 10px;
}
main .cruise-detail .tab-pane.border {
  background: #f7fafe;
  padding: 10px;
  border: 1px solid #d6f1fd;
  line-height: 22px;
}
main .cruise-detail .tab-pane#tab-reviews .rate-levels,
main .cruise-detail .tab-pane#tab-reviews .head {
  border-bottom: 1px dashed #d8dfe7;
  padding: 0 0 10px;
  margin-bottom: 15px;
}
main .cruise-detail .tab-pane#tab-reviews .rate-levels li {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 5px;
  padding-right: 54px;
  position: relative;
}
main .cruise-detail .tab-pane#tab-reviews .rate-levels li > span {
  display: block;
  float: left;
  width: 70px;
  text-align: right;
  margin-right: 20px;
}
main .cruise-detail .tab-pane#tab-reviews .rate-levels li > div {
  background: #d8dfe7;
  height: 8px;
  overflow: hidden;
  margin: 8px 0 0;
}
main .cruise-detail .tab-pane#tab-reviews .rate-levels li > div > i {
  display: block;
  height: 8px;
  background: #981c0c;
}
main .cruise-detail .tab-pane#tab-reviews .rate-levels li > i {
  position: absolute;
  right: 10px;
  top: 0;
  font-style: normal;
}
main .cruise-detail .tab-pane#tab-reviews .rate-levels li:after {
  content: "";
  display: block;
  clear: both;
}
main .cruise-detail .tab-pane#tab-reviews .comment-list .item {
  margin-bottom: 10px;
  background: #eef2f7;
  padding: 10px;
  border-radius: 2px;
  text-align: justify;
}
main .cruise-detail .tab-pane#tab-reviews .comment-list .item .r {
  text-align: right;
}
main .cruise-detail .tab-pane#tab-reviews .comment-list .item .r strong {
  color: #eb0424;
}
main .cruise-detail .tab-pane#tab-reviews .comment-list .pagination {
  margin: 0;
}
main .cruise-detail .tab-checkrate .table-responsive {
  border: none;
}
main .cruise-detail .tab-checkrate .checkrate-result {
  display: table;
  width: 100%;
}
main .cruise-detail .tab-checkrate .checkrate-result li {
  display: table-row;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div {
  display: table-cell;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div:first-child {
  padding-left: 0;
  min-width: 300px;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div:first-child img {
  float: left;
  margin-right: 10px;
  width: 100px;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div:first-child .info .tt {
  font-size: 15px;
  font-weight: bold;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div:first-child .info .tt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-width: 5px 0 5px 5px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fe8802;
  margin: -2px 5px 0 0;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div.cabin {
  vertical-align: middle;
  min-width: 70px;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div.total {
  vertical-align: middle;
  width: 150px;
  text-align: center;
  padding-right: 0;
}
main .cruise-detail .tab-checkrate .checkrate-result li > div.total .form-control {
  margin-bottom: 5px;
}
main .cruise-detail .tab-checkrate .checkrate-result li.head {
  background: #EEF2F7;
}
main .cruise-detail .tab-checkrate .checkrate-result li.head > div {
  vertical-align: middle;
  font-weight: bold;
  line-height: 13px;
}
main .cruise-detail .tab-checkrate .checkrate-result li.head > div small {
  font-weight: normal;
}
main .cruise-detail .tab-checkrate .checkrate-result li.head > div:first-child {
  padding-left: 10px;
}
main .rel-itineraries .item {
  position: relative;
  background: #f9f9f9;
  padding-left: 40px;
  margin-bottom: 15px;
  min-height: 64px;
}
main .rel-itineraries .item:before {
  counter-increment: section;
  content: counter(section);
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  width: 40px;
  color: #fff;
  font-size: 30px;
  background: #0794dd;
  padding: 10px 0 0;
}
main .rel-itineraries .item:after {
  content: "";
  display: block;
  clear: both;
}
main .rel-itineraries .item .img {
  float: left;
}
main .rel-itineraries .item .img img {
  width: 118px;
  height: 78px;
}
main .rel-itineraries .item .info {
  padding: 5px 0 0 10px;
  overflow: hidden;
}
main .rel-itineraries .item .info .tt {
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}
main .rel-itineraries .item .info .tt span {
  color: #000;
  font-weight: normal;
}
main .rel-itineraries .item .info .params p {
  margin: 0;
}
main .rel-itineraries .item .info .params .stream {
  display: inline-block;
  margin-right: 30px;
}
main .rel-itineraries .item .info ._btn {
  float: right;
  margin: 10px;
}
main .rel-itineraries .item .info ._btn .price {
  font-weight: bold;
  color: #8f030c;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  main .rel-itineraries {
    margin: 0 -7px;
  }
  main .rel-itineraries:after {
    content: "";
    display: block;
    clear: both;
  }
  main .rel-itineraries .item {
    padding: 0;
    padding-bottom: 70px;
  }
  main .rel-itineraries .item:before {
    bottom: auto;
    padding: 5px 10px;
    left: 15px;
    top: 15px;
    font-size: 14px;
    background: #c00;
    text-align: center;
    line-height: 18px;
  }
  main .rel-itineraries .item .img {
    display: block;
    float: none;
    width: 100%;
    background-color: #c00;
  }
  main .rel-itineraries .item .img img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
  }
  main .rel-itineraries .item .info {
    position: initial;
    padding: 15px;
  }
  main .rel-itineraries .item .info .tt {
    margin-bottom: 7px;
    white-space: normal !important;
  }
  main .rel-itineraries .item .info .params p {
    white-space: normal;
    overflow: auto;
  }
  main .rel-itineraries .item .info ._btn {
    float: none;
    position: absolute;
    padding: 0;
    margin: 0;
    bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 600px) {
  main .rel-itineraries .item {
    width: 100%;
    float: none;
  }
}
main .tour-view > .top {
  background: #fff;
  padding: 15px;
  border: 1px solid #ccc;
}
main .tour-view > .top:after {
  content: "";
  display: block;
  clear: both;
}
main .tour-view > .top > h1 {
  font-size: 30px;
  padding: 0;
  margin: 0 0 15px;
  font-weight: bold;
}
main .tour-view > .top > .img {
  float: left;
  width: 40%;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}
main .tour-view > .top > .img > img {
  width: 100%;
}
main .tour-view > .top > .img .from-price {
  position: absolute;
  top: 10px;
  right: 0;
  padding: 10px;
  background: rgba(242, 204, 26, 0.5);
  color: #fff;
}
main .tour-view > .top > .img .special {
  background: #c20505;
  padding: 10px 0;
  width: 154px;
  left: -37px;
  top: 20px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: rotate(-45deg);
}
main .tour-view > .top > .info {
  overflow: hidden;
}
main .tour-view > .top > .info .params p {
  line-height: 22px;
  text-align: justify;
}
@media (max-width: 991px) {
  main .tour-view > .top > .info {
    overflow: visible;
  }
}
@media (max-width: 690px) {
  main .tour-view > .top > .img {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }
}
main .tour-view > .btm {
  padding: 15px 0 0;
}
main .tour-view > .btm .nav_tabs {
  display: table;
  width: 100%;
  /*margin: 0 -2px;*/
}
main .tour-view > .btm .nav_tabs > ul.nav {
  display: table-row;
}
main .tour-view > .btm .nav_tabs > ul.nav > li {
  display: table-cell;
  padding: 0 2px;
}
main .tour-view > .btm .nav_tabs > ul.nav > li > a {
  display: block;
  background: #badce9;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
main .tour-view > .btm .nav_tabs > ul.nav > li:first-child {
  padding-left: 0;
}
main .tour-view > .btm .nav_tabs > ul.nav > li:last-child {
  padding-right: 0;
}
main .tour-view > .btm .nav_tabs > ul.nav > li.active > a {
  background: #fff;
  color: #000;
}
@media (max-width: 700px) {
  main .tour-view > .btm .nav_tabs {
    display: block;
    margin: 0;
  }
  main .tour-view > .btm .nav_tabs > ul.nav {
    display: block;
    margin: 0 -2px;
  }
  main .tour-view > .btm .nav_tabs > ul.nav > li {
    display: block;
    width: 33.333%;
    float: left;
    margin-bottom: 4px;
    padding: 0 2px !important;
  }
}
@media (max-width: 700px) and (max-width: 510px) {
  main .tour-view > .btm .nav_tabs > ul.nav > li {
    width: 50%;
  }
}
main .tour-view > .btm > .tab-content {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
  border-radius: 2px;
}
main .tour-view > .btm > .tab-content .overview {
  line-height: 22px;
  text-align: justify;
}
main .tour-view > .btm > .tab-content .overview .img {
  float: left;
  width: 30%;
  margin-right: 15px;
}
main .tour-view > .btm > .tab-content .overview .img img {
  width: 100%;
}
main .tour-view > .btm > .tab-content ._btn_request {
  padding: 30px 0 20px 0;
}
main .tour-view .tab-gallery img {
  width: 100%;
}
main .tour-view .tab-gallery .lg a {
  display: block;
  position: relative;
}
main .tour-view .tab-gallery .lg a .tt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(55, 126, 180, 0.5);
  padding: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
main .tour-view .tab-gallery ul.sm {
  margin: 0 -4px;
  padding-top: 3px;
}
main .tour-view .tab-gallery ul.sm:after {
  content: "";
  display: block;
  clear: both;
}
main .tour-view .tab-gallery ul.sm > li {
  float: left;
  padding: 4px;
  width: 25%;
}
main .tour-view .tab-gallery ul.sm > li:hover img {
  border: 1px solid #999;
}
main .might-like {
  margin-bottom: 50px;
}
main .might-like .box-head {
  border-bottom: 1px dashed #528fbe;
  color: #124264;
  font-size: 24px;
  font-weight: bold;
  padding: 7px 0;
}
main .might-like .box-body {
  padding: 15px 0 0;
}
main .might-like .box-body .row {
  margin: 0 -7px;
}
main .might-like .box-body .item {
  padding: 0 7px;
}
main .might-like .box-body .item a {
  display: block;
  position: relative;
  color: #fff;
}
main .might-like .box-body .item a img {
  width: 100%;
}
main .might-like .box-body .item a .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(55, 126, 180, 0.5);
  font-size: 18px;
  font-weight: bold;
  padding: 7px 10px;
  display: block;
  text-align: center;
}
main .might-like .box-body .item a:hover .tt {
  background: rgba(55, 126, 180, 0.8);
}
main .contact-form {
  margin-bottom: 50px;
}
main .contact-form .bg {
  padding: 20px;
  background: #ebebeb;
  border: 1px solid #ccc;
  border-radius: 2px;
}
main .contact-form .control-label {
  text-align: left;
}
main .contact-form .btt {
  color: #de2b02;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
main .contact-form .first-row {
  margin-bottom: 10px;
}
main .contact-form .first-row label {
  font-size: 14px;
}
main .contact-form .page-header {
  text-transform: none;
  color: #e56600;
}
main .contact-form .desc {
  margin-bottom: 30px;
}
main .contact-form .form .msg {
  margin-bottom: 20px;
}

.panel-group.ask-style {
  margin-bottom: 0;
}
.panel-group.ask-style .panel {
  border-color: #cfecf8;
  border-radius: 2px;
}
.panel-group.ask-style .panel .panel-heading {
  background: #ebf6fa;
  border-color: #c9e8fe;
  padding: 0;
  border-radius: 0;
}
.panel-group.ask-style .panel .panel-heading .panel-title {
  font-size: 13px;
}
.panel-group.ask-style .panel .panel-heading .panel-title a {
  display: block;
  padding: 0 10px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  position: relative;
  background: #f5f5d8;
  color: #000;
}
.panel-group.ask-style .panel .panel-heading .panel-title a span {
  display: block;
  position: absolute;
  left: 70%;
  top: 0;
  line-height: 32px;
}
@media (max-width: 450px) {
  .panel-group.ask-style .panel .panel-heading .panel-title a span {
    display: none;
  }
}
.panel-group.ask-style .panel .panel-heading .panel-title a i {
  display: block;
  position: absolute;
  height: 34px;
  width: 34px;
  top: -1px;
  right: -1px;
  border-radius: 0 2px 0 0;
  background: #ffe04e;
  border-left: 1px solid #fff;
  -moz-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.panel-group.ask-style .panel .panel-heading .panel-title a i:before, .panel-group.ask-style .panel .panel-heading .panel-title a i:after {
  content: "";
  height: 2px;
  width: 14px;
  background: #fff;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  position: absolute;
  -moz-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.panel-group.ask-style .panel .panel-heading .panel-title a.collapsed {
  background: none;
  -moz-transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.panel-group.ask-style .panel .panel-heading .panel-title a.collapsed i {
  background: #3db0f8;
}
.panel-group.ask-style .panel .panel-heading .panel-title a.collapsed i:before {
  transform: rotate(180deg);
}
.panel-group.ask-style .panel .panel-heading .panel-title a.collapsed i:after {
  transform: rotate(90deg);
}
.panel-group.ask-style .panel .panel-body {
  border-color: #cfecf8;
}
.panel-group.ask-style .panel .panel-body .destination {
  border-bottom: 1px dashed #d8dfe7;
  padding: 0 0 10px;
  margin-bottom: 15px;
}

.tour-view .panel-group.ask-style .panel {
  border-color: #c2c2c2;
}
.tour-view .panel-group.ask-style .panel .panel-heading {
  background: #f2f5f6;
  border-color: #c2c2c2;
}
.tour-view .panel-group.ask-style .panel .panel-heading .panel-title a {
  background: #2C72AD;
  color: #fff;
}
.tour-view .panel-group.ask-style .panel .panel-heading .panel-title a i {
  width: 22px;
  height: 22px;
  top: 5px;
  right: 5px;
  border-radius: 50%;
  border: none;
}
.tour-view .panel-group.ask-style .panel .panel-heading .panel-title a i:before, .tour-view .panel-group.ask-style .panel .panel-heading .panel-title a i:after {
  width: 12px;
  left: 5px;
}
.tour-view .panel-group.ask-style .panel .panel-heading .panel-title a.collapsed {
  background: none;
  color: #333;
}
.tour-view .panel-group.ask-style .panel .panel-heading .panel-title a.collapsed i {
  background: #0c6fbb;
}
.tour-view .panel-group.ask-style .panel .panel-body {
  border-color: #c2c2c2;
}
.tour-view .accommodation-list table {
  width: 100%;
}
.tour-view .accommodation-list table tbody th, .tour-view .accommodation-list table tbody td {
  padding: 4px 10px;
  vertical-align: middle;
  background: #e8f0f5;
  border-bottom: 1px solid #fff;
}
.tour-view .accommodation-list table tbody th {
  background: #addafa;
}
.tour-view .accommodation-list table tbody tr.class td {
  background: none;
}
.tour-view .accommodation-list table tbody tr.class td:first-child {
  background: #e5240b;
  font-weight: bold;
  color: #fff;
  padding: 7px 10px;
  font-size: 15px;
}
.tour-view .accommodation-list table tbody tr.head td {
  background: none;
}
.tour-view .tour-prices table {
  border-collapse: collapse;
  width: 100%;
}
.tour-view .tour-prices table tbody th, .tour-view .tour-prices table tbody td {
  padding: 5px;
  text-align: center;
  background: #b9cecd;
  vertical-align: middle;
  border: 1px solid #ecf0f5;
}
.tour-view .tour-prices table tbody th label, .tour-view .tour-prices table tbody td label {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
}
.tour-view .tour-prices table tbody th label span, .tour-view .tour-prices table tbody td label span {
  display: block;
  line-height: 13px;
}
.tour-view .tour-prices table tbody th label input, .tour-view .tour-prices table tbody td label input {
  margin: 0;
}
.tour-view .tour-prices table tbody th i.h, .tour-view .tour-prices table tbody td i.h {
  font-style: normal;
  color: #da0e0e;
  font-size: 10px;
  background: #e7f7f6;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: 12px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.tour-view .tour-prices table tbody tr td:first-child {
  font-weight: bold;
}
.tour-view .tour-prices table tbody tr.row1 td {
  background: #667ea4;
  color: #fff;
  padding: 7px;
}
.tour-view .tour-prices table tbody tr.row1 td span {
  color: #fdbe15;
}
.tour-view .tour-prices table tbody tr.row2 th {
  background: #0c387a;
  color: #fff;
  padding: 0;
  white-space: nowrap;
}
.tour-view .tour-prices table tbody tr.row2 th:first-child {
  width: 138px;
}
.tour-view .tour-prices table tbody tr.row2 th:first-child div {
  display: block;
  position: relative;
  height: 40px;
  overflow: hidden;
}
.tour-view .tour-prices table tbody tr.row2 th:first-child div:before, .tour-view .tour-prices table tbody tr.row2 th:first-child div:after {
  position: absolute;
}
.tour-view .tour-prices table tbody tr.row2 th:first-child div:before {
  content: attr(data-before);
  bottom: 3px;
  left: 5px;
}
.tour-view .tour-prices table tbody tr.row2 th:first-child div:after {
  content: attr(data-after);
  top: 0;
  right: 5px;
}
.tour-view .tour-prices table tbody tr.row2 th:first-child div i {
  display: block;
  position: absolute;
  height: 1px;
  width: 110%;
  background: #fff;
  left: -5px;
  top: 50%;
  transform: rotate(16deg);
}
.tour-view .tour-prices table tbody tr.last td {
  background: #d8e5f9;
  text-align: left;
  font-size: 12px;
}
.tour-view .tour-prices table tbody tr:last-child td {
  background: none;
  border: none;
}

.img-full {
  width: 100%;
}

.tour-booking .tour-summary h3.head {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.tour-booking .tour-summary .tour-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tour-booking .tour-summary ._row {
  margin-bottom: 15px;
}
.tour-booking .tour-summary .col {
  float: left;
  padding: 0 15px;
}
.tour-booking .tour-summary .col.col1 {
  width: 25%;
}
.tour-booking .tour-summary .col.col2 {
  width: 45%;
}
.tour-booking .tour-summary .col.col3 {
  width: 30%;
}

.cruise-tour-detail h1 {
  color: #e64d10;
  margin: 0 0 15px;
  padding: 0;
  font-weight: bold;
  font-size: 25px;
}
.cruise-tour-detail .infos {
  margin-bottom: 20px;
}
.cruise-tour-detail ul.params li {
  background: #F7F7F7;
  margin-bottom: 1px;
  padding: 8px;
}
.cruise-tour-detail ul.params li:after {
  content: "";
  display: block;
  clear: both;
}
.cruise-tour-detail ul.params li .ico {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.cruise-tour-detail ul.params li .k {
  float: left;
  width: 120px;
}
.cruise-tour-detail ul.params li .v {
  overflow: hidden;
}
.cruise-tour-detail ul.params li .v .star {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
.cruise-tour-detail ul.params li .v.des span {
  display: inline-block;
  margin-right: 5px;
  white-space: nowrap;
}
.cruise-tour-detail ul.params li .v.des span:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent transparent #FF9A1E;
  border-width: 4px 0 4px 4px;
  margin-left: 5px;
}
.cruise-tour-detail ul.params li .v.des span:last-child:after {
  display: none;
}
.cruise-tour-detail ul.params li .v.departure span {
  white-space: nowrap;
}
.cruise-tour-detail ul.params li .v.departure .s:last-child {
  display: none;
}
.cruise-tour-detail ul.params li.price .num {
  font-size: 20px;
  color: #f00;
}
.cruise-tour-detail ul.params li.price del {
  font-size: 16px;
  color: #555;
}
@media (max-width: 991px) {
  .cruise-tour-detail ul.params {
    clear: both;
    padding-top: 15px;
  }
}
.cruise-tour-detail .tour-photo ul {
  margin: 0 -2px;
  padding: 2px 0;
}
.cruise-tour-detail .tour-photo ul li {
  float: left;
  padding: 2px;
  width: 20%;
  cursor: pointer;
}
.cruise-tour-detail .tour-photo ul li img {
  width: 100%;
}
.cruise-tour-detail .tour-photo ul li.active {
  filter: grayscale(1);
}
.cruise-tour-detail .tour-photo ul li.active img {
  border: 1px solid #c00;
}
.cruise-tour-detail #tab-itineraries .overview {
  text-align: justify;
}
.cruise-tour-detail #tab-itineraries .overview img.itinerary-image {
  float: left;
  margin: 0 10px 0 0;
}

.box_head {
  margin-bottom: 20px;
}
.box_head .tt {
  font-weight: bold;
  font-size: 18px;
}
.box_head p {
  font-size: 15px;
}

body {
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  counter-reset: section;
}

a {
  color: #1a6299;
}

img.Opx {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

ol, ul {
  margin-bottom: 0;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

.success,
.error {
  padding: 10px;
  font-size: 16px;
}

.error {
  color: #f00;
  background: #ffecec;
}

.success {
  color: #080;
  background: #d7f9d7;
}

.require {
  color: #f00;
}

.form-control {
  font-size: 13px;
  border-radius: 2px;
}

.form-group-lg .form-control {
  border-radius: 3px;
}

.well.nobg {
  background: none;
  padding: 10px 15px;
  line-height: 20px;
}

.btn {
  border-radius: 2px;
}

.smcr {
  display: none;
}

.overview {
  line-height: 22px;
}

@media (min-width: 992px) {
  .mcl.col-md-3 {
    width: 28%;
  }

  .mcr.col-md-9 {
    width: 72%;
  }
}
@media (max-width: 991px) {
  .sleft .hmcl {
    display: none;
  }
  .sleft .smcr {
    display: block;
    margin-bottom: 30px;
  }
}
.mrg-btm-15 {
  margin-bottom: 15px;
}

.mrg-btm-30 {
  margin-bottom: 30px;
}

.box-border .box-head {
  border: 1px solid #EC008C;
  border-width: 1px 1px 0 1px;
}
.box-border .box-body {
  border: 1px solid #EC008C;
  border-width: 0 1px 1px 1px;
}

.box {
  border-radius: 3px;
  overflow: hidden;
}
.box > .box-head {
  background: #EC008C;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
.box > .box-head.nobg {
  background: none;
  color: #276794;
  padding: 10px 0 0;
}
.box > .box-body {
  padding: 15px;
}
.box.faq-box {
  background: #e1f3f9;
  padding-top: 10px;
}
.box.faq-box a {
  color: #000;
}
.box.faq-box a:hover {
  color: #EC008C;
}
.box.faq-box > .box-head {
  background: #f6d952;
  padding: 8px;
  color: #333;
  text-transform: none;
}
.box.faq-box > .box-body .list-bdot > li + li {
  border-color: #fff;
  border-top-style: dotted;
}

.graybg {
  background: #eae9e8;
}

.red {
  color: #de2b02;
}

.list-bdot > li {
  border-top: 1px dashed #ccc;
  padding: 7px 0;
}
.list-bdot > li:first-child {
  border: none;
  padding-top: 0;
}
.list-bdot > li:last-child {
  padding-bottom: 0;
}

.list-solid > li {
  border-top: 1px solid #ccc;
  padding: 7px 0;
}
.list-solid > li:first-child {
  border: none;
}

.black-color a {
  color: #686565 !important;
}

.support-list > li {
  padding: 7px 0;
}
.support-list > li:after {
  content: "";
  display: block;
  clear: both;
}
.support-list > li > span {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  margin-right: 10px;
}
.support-list > li > div {
  display: inline-block;
  vertical-align: middle;
}

.mapbook {
  background: #f9b013;
  padding: 10px 0;
}
.mapbook a:hover, .mapbook a:focus, .mapbook a:active {
  text-decoration: none;
}
.mapbook .top {
  display: block;
  background: #1077c6;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}
.mapbook .top:hover {
  text-decoration: none;
  background: #337ab7;
  color: #0f0;
}
.mapbook .midd {
  padding: 10px 10px 0 0;
}
.mapbook .midd .txt {
  overflow: hidden;
  font-size: 34px;
  padding: 20px 0 0 20px;
}
.mapbook .btm {
  background: #089ec3;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}
.mapbook.fr .midd .txt {
  padding: 40px 0 0 20px;
  font-size: 21px;
}
.mapbook.fr .btm {
  font-size: 16px;
}

._well {
  border: 1px solid #EC008C;
  padding: 15px;
  border-radius: 2px;
  text-align: justify;
}
._well h2 {
  margin: 0 0 10px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
._well .content {
  line-height: 20px;
}

div.breadcrumbs > div {
  padding: 0;
  border-radius: 0;
  background: #e3e7ea;
  margin-bottom: 30px;
  position: relative;
}
div.breadcrumbs > div .breadcrumb {
  background: none;
  margin: 0;
  padding: 15px 0;
  text-transform: uppercase;
  float: left;
  /*        li.active{
              color: #de2b02
          }*/
}
div.breadcrumbs > div .breadcrumb a {
  color: #353232;
}
div.breadcrumbs > div .scrollspy {
  float: right;
  padding: 15px 0;
}
div.breadcrumbs > div .scrollspy li {
  float: left;
}
div.breadcrumbs > div .scrollspy li a {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  background: none;
}
div.breadcrumbs > div .scrollspy li.active a {
  font-weight: bold;
  text-decoration: underline;
  color: #c00;
}

div.breadcrumbs.affix {
  position: initial;
  height: 50px;
}
div.breadcrumbs.affix > div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 6px 7px -5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 6px 7px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 6px 7px -5px rgba(0, 0, 0, 0.4);
}

.box-title {
  color: #f74406;
  font-weight: bold;
}

h3.box-title {
  font-size: 20px;
}

.page-header {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 32px;
}

.star {
  display: inline-block;
  background: url(../images/star-w.png) repeat-x 0 0;
  width: 75px;
  height: 15px;
}
.star i {
  background: url(../images/star-w.png) repeat-x 0 -15px;
  display: inline-block;
  float: left;
  height: 15px;
}

.price .p {
  color: #f00;
}

.payment-cards {
  /* visa card */
}
.payment-cards a {
  display: inline-block;
  vertical-align: middle;
  width: 79px;
  height: 44px;
  border: 1px solid transparent;
  background: url(../images/payment-cards.png) no-repeat 0 0;
  text-indent: -9999px;
}
.payment-cards a:hover {
  border-color: #000000;
}
.payment-cards a.selected {
  border-color: #c00;
}
.payment-cards a.pm-ico-visa {
  background-position: 0 -94px;
}
.payment-cards a.pm-ico-master {
  background-position: 0 -47px;
}
.payment-cards a.pm-ico-amex {
  background-position: 0 0;
}

.pd-top-15 {
  padding-top: 15px !important;
}

.table.first-row-no-border > tbody > tr:first-child > td, .table.first-row-no-border > tbody > tr:first-child > th {
  border: none;
}

.alert-sm {
  padding: 5px 7px;
  font-size: 13px;
}

.theme-default .nivo-caption {
  background: rgba(109, 110, 112, 0.55);
  color: #fff;
  opacity: 1;
  padding: 20px 0;
  font-family: "Open Sans", sans-serif;
}
.theme-default .nivo-controlNav {
  display: none;
  text-align: left;
  padding-left: 15px;
}
.theme-default .nivo-controlNav a {
  /*background: rgba(55,126,180,.6);*/
  background: rgba(0, 0, 0, 0.6);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
  margin: 0 5px;
}
.theme-default .nivo-controlNav a.active {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 700px) {
  .theme-default .nivo-caption {
    display: none !important;
  }
  .theme-default .nivo-controlNav {
    display: block;
  }
}
.theme-default.slide-count-1 .nivo-controlNav,
.theme-default.slide-count-1 .nivo-directionNav {
  display: none;
}

.ui-datepicker .ui-datepicker-title select,
.ui-datepicker th {
  font-weight: normal !important;
}

.ui-datepicker td {
  text-align: center !important;
}

.ui-datepicker td:not(.ui-state-disabled) a {
  background: #058ABB !important;
  border-color: #00668c !important;
  color: #fff !important;
}

.booking-cruise h1 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #EC008C;
}
.booking-cruise h3 {
  margin: 0 0 20px 0;
}
.booking-cruise .table {
  background: #fff;
  border: 1px solid #E3E7EA;
}
.booking-cruise .table th {
  background: #E3E7EA;
}

@media (min-width: 813px) {
  .banner {
    min-height: 300px;
  }
}
.attractions-list ._item {
  margin-bottom: 30px;
}
.attractions-list ._item > a {
  position: relative;
  display: block;
  color: #fff;
}
.attractions-list ._item > a .tt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 10px;
  background: rgba(32, 102, 152, 0.7);
  font-weight: bold;
  font-size: 16px;
}
.attractions-list ._item > a:hover img {
  filter: grayscale(1);
}

.slist-posts li {
  padding: 5px 0;
}
.slist-posts li i {
  font-size: 10px;
  color: #c00;
}

.other-attractions {
  padding: 50px 0 0;
}
.other-attractions .bt {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.other-attractions .row {
  margin-left: -10px;
  margin-right: -10px;
}
.other-attractions .row .col {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.other-attractions .row .col a {
  display: block;
  position: relative;
  color: #fff;
}
.other-attractions .row .col a .tt {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
}

.pagination > li > a, .pagination > li > span {
  border-radius: 5px !important;
  margin-left: 5px;
}

.faqlist .lnk-list {
  margin-bottom: 30px;
}
.faqlist .lnk-list li {
  padding: 3px 0;
}
.faqlist .news-list .list .item {
  border-top: 1px dotted #ccc;
  border-bottom: none;
}
.faqlist .news-list .list .item .tt:after {
  content: "";
  display: block;
  clear: both;
}
.faqlist .news-list .list .item .tt .btn-top {
  float: right;
}
.faqlist .news-list .list .item .ct {
  text-align: justify;
}

/*# sourceMappingURL=style.css.map */