separato@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
  overflow-x: auto;
  background-color: #162021;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}
.modal {
  overflow-y: auto;
}
.modal .form, .login-page .form, .text-center, hr {
  text-align: center
}
.top-mega-menu, img {
  max-width: 100%
}
#loader:after, #loader:before {
  content: ""
}
.trip-travego-disc h2, .trip-travego-disc h3 {
  margin-top: 0;
  text-transform: uppercase
}
.text-uppercase {
  text-transform: uppercase
}
.text-nowrap {
   white-space: nowrap; 
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  overflow-x: hidden
}
h2 {
  font-size: 30px;
  color: #2d3e52;
  letter-spacing: 1px
}
.info-map p, h3, label {
  font-weight: 500
}
.h1, .h2, .h3, .h4 {
  line-height: 1.5    
}
h3 {
  font-size: 20px;
  color: #428bca; 
}
.h3 {
  font-size: 20px;    
  letter-spacing: 0;
  font-family: Raleway, sans-serif;
}
h3 small, h4 small {
  font-family: Raleway, sans-serif;
}
.h4 {
  font-size: 20px;
  font-family: Raleway, sans-serif;
}
.txt-big {
    font-size: 115%;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
hr {
  background: #428bca;
  height: 1px;
  width: 40px
}
a:hover, a:visited, a:focus {
  text-decoration: none
}
.grid-container10 .col-md-3 {
  width: 20%;
  border-right: 1 solid #ccc;
  height: 350px
}
.destination img {
  opacity: .6
}
.grid-container10 .destination-img:hover img {
  opacity: 1
}
.grid-container10 .col-md-3:last-child {
  border-right: 0 solid #ccc
}
.grid-container10 .col-md-3 h3 {
  font-size: 14px
}
.grid-container10 .col-md-3 ul li {
  color: #484848
}
.grid-container10 .col-md-3 h3.second-txt {
  margin-top: -22px
}
.sky-mega-menu li:first-child:hover > a.logo {
  background: #fff;
  text-decoration: none
}
.section-top-header {
  z-index: 999
}
.top-mega-menu {
  width: 100%;
  position: relative;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, .4);
  padding: 2px 0 0;
  top: 0
}
.push-top {
  position: fixed
}
.top-mega-menu.other-page {
  margin-top: 0
}
.separator {
  height: 1px;
  background-color: #e1e1e1;
  width: 20%;
  margin: 20px auto
}
.separator-style {
  background-color: #FCFCFC;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border-style: solid;
  border-color: #e1e1e1;
  border-width: 2px;
  display: block;
  height: 9px;
  left: 50%;
  margin-left: -5px;
  margin-top: -4px;
  position: absolute;
  width: 9px
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #428bca;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}
.login-page, .login-page .form .register-form {
  display: none
}
#loader:before {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #428bca;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite
}
#loader:after {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #2870b4;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
a.plus {
  padding: 3px 0px;
  background: #428bca;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  text-transform: none;
  margin-top: 7px;
  width: 35px;
  text-align: center;
}
a.plus:hover, a.plus:active, a.plus:focus {
  background: #163257;
  text-transform: none;
}
.modal .form {
  position: relative;
  z-index: 1;
  background: #FFF;
  margin: 0 auto 100px;
  padding: 45px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24)
}
.block-form {
  text-align: left;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#RegisterForm .form, #BookNow .form {
  max-width: 720px;
}
#LoginForm .form, #ForgetForm .form {
  max-width: 360px;
}
.modal .form {
  margin-top: 50px;
}
.modal .form button, .modal .form input, .modal .form select {
  border: 0;
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
  outline: 0
}
.modal .form img.login-logo {
  margin-top: -120px
}
.modal .form h2 {
  margin-top: -20px;
  margin-bottom: 20px;
}
.modal .form p {
  font-size: 13px;
}
.modal .form input, .modal .form select {
  font-family: Raleway, sans-serif;
  background: #eceef1;
  margin: 0 0 15px;
  box-sizing: border-box;
  font-weight: 400
}
.modal .form select {
  border: 1px solid rgba(0, 0, 0, .2);
  height: 54px;
}
.modal .form textarea {
  font-family: Raleway, sans-serif;
  background: #eceef1;
  margin: 0 0 15px;
  box-sizing: border-box;
  font-size: 11px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, .2);
  height: 150px;
}
.modal .form button {
  font-family: Raleway, sans-serif;
  background-color: #163257;
  color: #FFF;
  font-size: 14px;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
  cursor: pointer
}
.form button:focus, .modal .form button:active, .modal .form button:hover {
  background-color: #3276b1;
  border-color: #285e8e
}
.modal .form .message {
  margin: 15px 0 0;
  font-size: 13px
}
.close-frm-login, .modal .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.modal .close i {
  text-align: right;
  padding: 7px;
  font-size: 20px;
  color: #000
}
.close-frm-login i {
  text-align: right;
  padding: 7px;
  font-size: 20px;
  color: #999
}
.top-content {
  width: 100%;
  position: relative;
  z-index: 9
}
.home-page {
  background: rgba(255, 255, 255, .4);
  border-radius: 0;
  border: 0 solid rgba(255, 255, 255, .5)
}
.fullwidthbanner-container {
  width: 100% !important;
  position: relative;
  padding: 0;
  max-height: 550px !important;
  overflow: hidden;
  margin-top: 0
}
#map_canvas_slide, #map_container_slide {
  height: 600px;
  width: 100%;
  position: relative
}
label {
  color: #5e5e5e;
  margin-left: 0;
  margin-top: 2px
}
.popover-icon {
  display: inline-block;
  margin-left: 5px;
  cursor: pointer
}
.popover {
  font-size: 12px;
  color: #5e5e5e;
  position: relative;
  z-index: 999999
}
@-webkit-keyframes pulsate {
  0%, 100% {
    -webkit-transform: scale(.8, .8);
    opacity: .3;
    z-index: 999999
  }
  50% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
    z-index: 999999
  }
}
@-moz-keyframes pulsate {
  0%, 100% {
    -moz-transform: scale(.8, .8);
    opacity: .3;
    z-index: 999999
  }
  50% {
    -moz-transform: scale(1, 1);
    opacity: 1;
    z-index: 999999
  }
}
@-o-keyframes pulsate {
  0%, 100% {
    -o-transform: scale(.8, .8);
    opacity: .3;
    z-index: 999999
  }
  50% {
    -o-transform: scale(1, 1);
    opacity: 1;
    z-index: 999999
  }
}
@keyframes pulsate {
  0%, 100% {
    transform: scale(.8, .8);
    opacity: .3;
    z-index: 999999
  }
  50% {
    transform: scale(1, 1);
    opacity: 1;
    z-index: 999999
  }
}
google-maps-slide {
  height: 600px
}
#map_container_slide {
  margin-top: 0
}
#map_canvas_slide {
  top: 0;
  z-index: 1
}
#map_canvas_slider img {
  max-width: none !important;
  height: auto !important;
  background: 0 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important
}
#section5 {
  position: relative
}
.pulse {
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 50%;
  z-index: 999999;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: .1
}
#reservation-form.home2 .colbtn, #reservation-form.home3 .colbtn {
  margin-top: 61px
}
.line-location {
  height: 150px;
  width: 1px;
  background: #fff
}
.info-map p {
  padding: 15px 10px;
  background-color: rgba(0, 0, 0, .6);
  border: 1px solid #212121;
  font-family: Raleway, sans-serif;
  color: #428bca;
  font-size: 16px;
  text-transform: uppercase
}
#reservation-form.resv-plus-meteo .adult-book, #reservation-form.resv-plus-meteo .box-fly-book.box-sec-book, #reservation-form.resv-plus-meteo .child, #reservation-form.resv-plus-meteo .room-book, #reservation-form.resv-plus-meteo .step-check .cc-out {
  padding-right: 0
}
#reservation-form.reservation-color-form-green form h3, .info-map p span {
  color: #fff
}
#reservation-form.reservation-color-form-green {
  border: 1px solid #25323f;
  background-color: #25323f
}
#reservation-form.reservation-color-form-green form label {
  color: #ccc
}
#reservation-form.reservation-color-form-green .nav-tabs > li.active > a, #reservation-form.reservation-color-form-green .nav-tabs > li.active > a:focus, #reservation-form.reservation-color-form-green .nav-tabs > li.active > a:hover {
  background-color: #428bca;
  border: 1px solid #428bca;
  color: #fff;
  outline: 0;
  border-bottom-color: transparent
}
#reservation-form.reservation-color-form-green .nav-tabs {
  border-bottom: 1px solid #333
}
#reservation-form.reservation-color-form-green .nav-tabs > li > a, #reservation-form.reservation-color-form-green .nav-tabs > li > a:hover {
  border-color: #25323f
}
#reservation-form.reservation-color-form-green ul.search-opt li a {
  background-color: #25323f;
  color: #fff
}
.tab-content .res-pad {
  padding-left: 0
}
.nav-tabs {
  border-bottom: 0
}
.command-tabs ul {
  padding-left: 15px
}
.reservation-home4.blue-reserv-form #reservation-form .popover-icon i, .reservation-home4.blue-reserv-form #reservation-form label {
  color: #fff
}
.reservation-home4.blue-reserv-form .nav-tabs > li.active > a, .reservation-home4.blue-reserv-form .nav-tabs > li.active > a:focus, .reservation-home4.blue-reserv-form .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #2d3e52;
  border: 1px solid #2d3e52
}
.reservation-home4.blue-reserv-form #reservation-form.reservation-color-form.pos-middle {
  box-shadow: 0 10px 35px rgba(0, 0, 0, .5)
}
.reservation-home4.blue-reserv-form {
  margin-top: -180px
}
.reservation-home4.blue-reserv-form #reservation-form .reservation-tabs.command-tabs {
  padding: 0
}
.reservation-home4.blue-reserv-form #reservation-form.reservation-color-form {
  background-color: #2d3e52;
  border: 0
}
.reservation-home4.blue-reserv-form .container-reservation {
  position: relative
}
#reservation-form.reservation-color-form.orange-reserv-form {
  border: 1px solid #d74805;
  background-color: #428bca
}
#reservation-form.reservation-color-form.orange-reserv-form .nav-tabs > li.active > a, #reservation-form.reservation-color-form.orange-reserv-form .nav-tabs > li.active > a:focus, #reservation-form.reservation-color-form.orange-reserv-form .nav-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border: 1px solid #d74805;
  border-bottom-color: transparent
}
#reservation-form.reservation-color-form.orange-reserv-form .popover-icon i, #reservation-form.reservation-color-form.orange-reserv-form h3, #reservation-form.reservation-color-form.orange-reserv-form label {
  color: #fff
}
.container-reservation.inside-slider.book-small-box {
  top: 150px
}
#reservation-form.resv-plus-meteo .colbtn, #reservation-form.resv-plus-meteo .step-check, #reservation-form.resv-plus-meteo .step-where, #reservation-form.resv-plus-meteo .step-who {
  width: 100%;
  padding: 0
}
#reservation-form.resv-plus-meteo .reservation-hotel .col-sm-1, #reservation-form.resv-plus-meteo .reservation-hotel .col-sm-2, #reservation-form.resv-plus-meteo .reservation-hotel .col-sm-3 {
  padding: 0
}
#reservation-form.resv-plus-meteo .flight-where {
  width: 100%;
  padding-right: 0
}
#reservation-form.resv-plus-meteo .fly-check, #reservation-form.resv-plus-meteo .fly-who {
  width: 100%;
  padding: 0
}
#reservation-form.resv-plus-meteo .col-sm-2 button {
  margin-top: 30px;
  height: 34px
}
#reservation-form.resv-plus-meteo .col-md-12 {
  padding: 0
}
#reservation-form.resv-plus-meteo .box-fly-book {
  padding-left: 0
}
.meteo-top-travel.meteo-slider-top .even, .meteo-top-travel.meteo-slider-top .odd {
  background-color: rgba(255, 255, 255, .7);
  margin-bottom: 10px
}
.meteo-top-travel.meteo-slider-top .weatherItem {
  color: #333;
  padding: 45px 15px 22px
}
.meteo-top-travel.meteo-slider-top .weatherForecastItem, .meteo-top-travel.meteo-slider-top .weatherLink {
  display: none
}
#reservation-form {
  margin-top: 0;
  z-index: 95;
  position: relative;
  padding-bottom: 20px
}
#reservation-form.reservation-color-form {
  border: 1px solid #ebebeb;
  background-color: #fff
}
#reservation-form .col-md-12 {
  margin-top: -40px
}
#reservation-form .col-sm-3:first-child {
  width: 20%
}
#reservation-form .search-opt {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 10px
}
#reservation-form .search-opt li {
  display: inline-block;
  padding-right: 4px
}
ul.search-opt li.active a {
  color: #333
}
ul.search-opt li a {
  color: #fff;
  display: block;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 0 30px;
  background: #163257;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: uppercase
}
.top-txt-title span, .travel-desc-agency h3 {
  font-family: 'Open Sans', sans-serif;
}
div.radio input, div.radio span {
  height: 20px;
  width: 20px;
  cursor: pointer
}
ul.search-opt li a:hover {
  background: #163257;
  color: #fff;
  border: 1px solid #163257
}
div.radio span {
  background: url(../images/custom-form-elements.png) no-repeat;
  -webkit-font-smoothing: antialiased;
  float: left
}
div.radio input {
  padding: 0;
  opacity: 0
}
#reservation-form .form-group .f-item {
  width: 125px;
  margin-top: 10px
}
#reservation-form .form-group .f-item.short-line {
  width: 85px
}
div.radio .checked {
  background-position: 0 -21px
}
.form-group .f-item {
  float: left;
  display: block;
  width: 100%;
  padding: 0 0 6px
}
#reservation-form .reservation-tabs {
  padding: 0 30px
}
#reservation-form .reservation-flight, #reservation-form .reservation-hotel {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 30px;
  z-index: 9999
}
#reservation-form .price {
  padding: 10px 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
  font-size: 18px;
  display: block;
  border: 1px dashed #ebebeb
}
#reservation-form .price h4 {
  color: #333;
  padding-right: 5px
}
#reservation-form .price span {
  color: #979797;
  font-weight: 400;
  padding-left: 5px;
  font-size: 11px
}
.feature-item .title, .travego-opportunity li p, .travego-opportunity-up-img li p, .trip-travego-disc .trip-discount {
  text-transform: uppercase;
  font-weight: 600
}
#reservation-form label {
  text-transform: uppercase
}
#reservation-form .reservation-hotel .col-sm-1, #reservation-form .reservation-hotel .col-sm-2, #reservation-form .reservation-hotel .col-sm-3 {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0
}
#reservation-form .form-inline select.form-control {
  width: 100% !important
}
#reservation-form .form-inline .form-group {
  width: 100%
}
.col-sm-3.child {
  padding-left: 0
}
#reservation-form .col-sm-2.colbtn {
  padding: 0
}
#reservation-form .popover-icon i {
  color: #9f9f9f;
  font-size: 18px
}
#uniform-adults span, #uniform-children span, #uniform-room span:first-child {
  display: none
}
#reservation-form .fa.infield {
  position: absolute;
  float: right;
  margin-top: 8px;
  font-size: 14px
}
.form-control {
  font-size: 16px;
  border-radius: 2px
}
#reservation-form .form-control .selected, .opt-default {
  color: #555
}
#reservation-form .form-control {
  margin-bottom: 15px
}
#reservation-form .form-inline .fa.infield {
  position: absolute;
  float: right;
  right: 7px;
  font-size: 14px;
  top: 0;
  width: 14px
}
#reservation-form .col-sm-2 button {
  margin-top: 62px;
  height: 34px
}
#reservation-form .guests-select {
  z-index: 100;
  cursor: pointer
}
#reservation-form .guests-select .guests {
  margin-top: -261px;
  width: 200px;
  height: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, .12);
  z-index: 500;
  background-color: #fff;
  position: absolute;
  padding: 20px;
  cursor: default !important;
  display: none;
  animation-name: fadeIn;
  animation-duration: .2s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: .2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: .2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out
}
.content-checkin-data, .top-txt-title {
  position: relative
}
#reservation-form .hasDatepicker, .bx-about2 .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
  cursor: pointer
}
.btn {
  border-radius: 1px
}
#reservation-form .form-inline .guests-select .form-group {
  padding-bottom: 15px
}
.home4 .view3, .view {
  cursor: default;
  overflow: hidden
}
.error_message {
  color: red
}
#reservation-form .fa.infieldfly1 {
  margin-top: 8px;
  z-index: 999
}
#reservation-form .fa.infieldfly2 {
  margin-top: 8px
}
#reservation-form .flight-where, .adultfly {
  padding-left: 0
}
#ui-datepicker-div {
  padding: 20px !important
}
#ui-datepicker-div, .ui-datepicker-title {
  color: #5e5e5e !important
}
.ui-datepicker.ui-widget-content {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #ebebeb !important;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, .12);
  background-color: #fff;
  margin-top: -3px
}
.box-tours {
  display: block;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
figure.box-tours h4 {
    font-size: 16px;
}
figure.box-tours figcaption p {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 4; /* number of lines to show */
   line-height: 20px;        /* fallback */
   height: 80px;       /* fallback */
}
figure.box-tours figcaption h3 {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 2; /* number of lines to show */
   line-height: 25px;        /* fallback */
   height: 50px;       /* fallback */
}
.box-tours sub {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 600;
    position: absolute;
    right: -55px;
    top: 35px;
    background: #428bca;
    line-height: 30px;
    width: 217px;
    height: 30px;
    text-align: center;
    -webkit-transform: rotate(35deg);
    transform: rotate(45deg);
    z-index: 90
}
.box-tours sub.gold {
    background: #e1b925; 
    color: #000;
}
.box-tours sub.red {
    background: #cf0723;     
    right: -43px;
    top: 52px;
}
.ui-datepicker .ui-widget-header {
  background: 0 0 !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom: 2px solid #163257 !important;
  border-left: none !important
}
.ui-datepicker-header {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important
}
.ui-datepicker .ui-datepicker-next:hover {
  background-color: #222
}
.ui-datepicker table {
  margin: 0 !important
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  background-color: transparent
}
.ui-state-active, .ui-state-focus, .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-highlight, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-active, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-highlight, .ui-widget-header .ui-state-hover {
  border: 1px solid !important
}
#owl-reviews .text-balloon span, #reservation-form .price, .blog-author span, .room-thumb .content p span, .room-thumb .main .price, .ui-state-active, .ui-state-focus, .ui-state-highlight, .ui-state-hover, .ui-widget-content .ui-state-active, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-highlight, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-active, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-highlight, .ui-widget-header .ui-state-hover, .yamm a:hover, aside .widget ul a:hover, label span {
  color: #163257 !important
}
#go-top, #go-top i, #reservation-form .fa.infield, #reservation-form .form-inline .fa.infield, .box-icon i, .room-thumb .content i, .standard-slider .owl-theme .owl-controls .owl-buttons div, .standard-slider .owl-theme .owl-controls .owl-buttons div i, .testimonials .owl-theme .owl-controls .owl-buttons div, .testimonials .owl-theme .owl-controls .owl-buttons div i, table i {
  color: #fff
}
#call-to-action, #go-top:hover, #top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover, .box-icon .circle:hover, .comment .reply-button, .gallery a i, .gallery-slider a i, .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .standard-slider .owl-theme .owl-controls .owl-buttons div:hover, .testimonials .owl-theme .owl-controls .owl-buttons div:hover, article .meta-date, aside .widget .tags a, aside .widget ul a:hover .badge {
  background: #163257
}
.top-txt-title span {
  font-size: 140px;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  line-height: 0 !important;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  opacity: .03;
  color: #2d3e52
}
#top-offerts, .top-we-are {
  padding-top: 30px;
}
.travel-desc-agency {
  background: #fff;
  padding: 20px
}
.travel-desc-agency p {
  color: #333
}
.travel-desc-agency h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #163257
}
.content-photo, .travego-opportunity {
  padding: 0
}
.travego-opportunity li {
  display: inline-block
}
.travego-opportunity li i {
  padding: 10px;
  color: #111;
  background: #e2e2e2;
  margin-top: 10px;
  margin-right: 25px;
  font-size: 22px;
  -webkit-border-radius: 100px 100px 0;
  -moz-border-radius: 100px;
  -moz-border-radius-bottomright: 0;
  border-radius: 100px 100px 0;
  border: 1px solid #ccc;
  -webkit-transition: transform 2s ease-in-out;
  -moz-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out
}
.travego-opportunity li i:hover {
  -webkit-border-radius: 0 100px 100px;
  -moz-border-radius: 100px;
  -moz-border-radius-topleft: 0;
  border-radius: 0 100px 100px
}
.travego-opportunity li p {
  text-align: center;
  margin: 0
}
.travego-opportunity li i.fa-building-o {
  padding: 10px 14px
}
.travego-opportunity li i.fa-plane {
  padding: 10px 12px
}
.travego-opportunity-up-img {
  padding: 0;
  position: absolute;
  z-index: 999;
  color: #fff;
  right: 0
}
.view, .view h2, .view img, .view p, .view-fifth img, figure {
  position: relative
}
.travego-opportunity-up-img.icn-left {
  left: 0;
  margin-left: 20px;
  bottom: 0
}
.travego-opportunity-up-img li {
  display: inline-block;
  margin-bottom: 20px
}
.travego-opportunity-up-img li i {
  padding: 10px;
  color: #111;
  z-index: 0;
  background: rgba(255, 255, 255, .3);
  margin-top: 10px;
  margin-right: 25px;
  font-size: 22px;
  -webkit-border-radius: 100px 100px 0;
  -moz-border-radius: 100px;
  -moz-border-radius-bottomright: 0;
  border-radius: 100px 100px 0;
  border: 1px solid #fff;
  -webkit-transition: transform 2s ease-in-out;
  -moz-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out
}
.travego-opportunity-up-img li i:hover {
  -webkit-border-radius: 0 100px 100px;
  -moz-border-radius: 100px;
  -moz-border-radius-topleft: 0;
  border-radius: 0 100px 100px
}
.travego-opportunity-up-img li p {
  color: #fff;
  text-align: center;
  margin: 0
}
.travego-opportunity-up-img li i.fa-building-o {
  padding: 10px 14px
}
.travego-opportunity-up-img li i.fa-plane {
  padding: 10px 12px
}
.feature-item .wrap-feature-icon .feature-icon {
  height: 88px;
  width: 88px;
  border: 1px solid #eff2f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #eff2f7;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.feature-item .wrap-feature-icon {
  width: 110px;
  height: 110px;
  border: 1px solid #eff2f7;
  background: #fff;
  padding: 10px;
  margin: 0 auto 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}
.feature-item {
  text-align: center;
  margin: 0 auto 15px;
  max-width: 300px
}
.feature-item .title {
  color: #333;
  font-size: 14px
}
.feature-item .title:after {
  content: '';
  display: block;
  margin: 20px auto;
  height: 4px;
  width: 25px;
  background: #428bca
}
.feature-icon i {
  color: #3d4d56;
  vertical-align: middle;
  font-size: 20px;
  margin-top: 40%
}
.feature-item .text {
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 5px;
  color: #3d4d56
}
.feature-item.active .wrap-feature-icon, .feature-item:hover .wrap-feature-icon {
  background: #428bca;
  border-color: #428bca
}
.feature-item.active .wrap-feature-icon .feature-icon, .feature-item:hover .wrap-feature-icon .feature-icon {
  background: #428bca;
  border-color: #ef8c5d
}
.feature-item.active .wrap-feature-icon .feature-icon i, .feature-item:hover .wrap-feature-icon .feature-icon i {
  color: #fff
}
.meteo-top-travel .weatherForecast {
  display: none
}
.meteo-top-travel .even, .meteo-top-travel .odd {
  background-color: #163257;
  margin-bottom: 15px
}
.meteo-top-travel {
  padding: 0
}
.meteo-top-travel .weatherItem {
  width: 48%
}
.meteo-top-travel .weatherFeed {
  margin: 0 10px
}
.offerts-space {
  margin-bottom: 80px
}
#lastminute-offerts {
  padding: 60px 0px 40px;
}
#lastminute-offerts h2 {
  margin-bottom: 40px;
}
.text-center p {
  color: #727272;
  text-shadow: 1px 1px #fff;
  margin: 0px auto;
  font-size: 15px;
  font-style: italic;
  width: 60%
}
.view {
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 0;
  width: 100%;
}
.trip-travego-disc .view figure {
  overflow: hidden;
  margin-top: 40px;
  border-radius: 50%;
}
.view:last-child {
  margin: 0
}
.view .content, .view .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
  position: relative
}
.view img {
  display: block;
  max-width: 100%;
  border: 0 solid rgba(0, 0, 0, .2);
  padding: 17px 20px
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, .8);
  margin: 20px 0 0
}
.view p {
  font-family: 'Open Sans', serif;
  font-size: 13px;
  color: #484848;
  padding: 20px 0 10px;
  text-align: left;
  line-height: 20px
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000
}
.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000
}
.no-border-img .view img {
  padding: 0px
}
.view-fifth img {
  display: block;
  opacity: .95;
  -webkit-transition: opacity .35s, -webkit-transform .35s;
  transition: opacity .35s, transform .35s
}
figure .img-effect-flash::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  z-index: 9999;
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0)
}
.dark:after, .service-page-2 .service-square:after, .with-bottom-effect:before {
  content: ""
}
.view:hover .img-effect-flash::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0)
}
.trip-travego-disc {
  margin-bottom: 40px;
  max-width: 600px;
  position: relative;
}
.trip-travego-disc .trip-discount {
  position: absolute;
  z-index: 98;
  background: #428bca;
  padding: 10px 20px;
  border-radius: 30px 30px 0;
  margin-left: -10px;
  margin-top: 44px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
  color: #fff;
}
.trip-travego-disc .trip-discount.blue-minuts {
  background: #163257;
  text-transform: none;
  padding: 30px 15px
}
.trip-travego-disc .trip-discount.blue-minuts i {
  color: #fff;
  font-size: 16px;
  margin-right: 7px
}
.view .price p, .view .trip-title p {
  padding: 0;
  margin: 0;
  font-size: 11px;
  color: #838383;
  text-transform: uppercase;
  letter-spacing: 1px
}
.view .price p {
  text-align: right
}
.trip-title {
  width: 58%;
  float: left
}
.view .trip-title p {
  text-align: left
}
.four-col.col-md-3 {
  width: 24%
}
.four-col.col-md-3 .mask {
  padding: 0 15px 20px
}
.view-fifth .mask {
  padding: 10px 20px 20px;
  background-color: rgba(255, 255, 255, 1)
}
.view-fifth .mask .main {
  color: #484848;
  margin-top: 0;
  height: auto
}
.view-fifth .mask .content {
  position: relative;
  padding: 0;
  text-align: left
}
.content .list-unstyled {
  color: #484848;
  font-size: 13px
}
.content .list-unstyled li {
  margin-bottom: 5px
}
.content .list-unstyled i {
  color: #428bca
}
.view-fifth .mask .main h3 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: 400
}
.view-fifth .mask .price {
  margin-top: 30px;
  margin-right: 0;
  width: 40%;
  font-family: Raleway, sans-serif;
  float: right;
  padding: 0;
  font-size: 20px;
  color: #428bca;
  font-weight: 600;
  text-align: right;
  height: auto
}
.view-fifth .mask .price a {
  font-size: 14px;
}
.view-fifth .mask .main .price span {
  font-size: 11px;
  color: #428bca;
  margin-left: 5px
}
.view-fifth h2 {
  background: rgba(255, 255, 255, .5);
  color: #000;
  -webkit-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
  -moz-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
  box-shadow: 0 1px 3px rgba(159, 141, 140, .5)
}
.view-fifth p {
  color: #333
}
.with-bottom-effect {
  position: relative;
  overflow: hidden;
  margin-top: 100px
}
.with-bottom-effect:before {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 11;
  bottom: 0;
  height: 30px
}
.dark-content {
  position: relative;
  z-index: 2
}
.dark.dark-strong:after {
  opacity: .7
}
.dark:after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: .6;
  z-index: 1
}
.buttonBar {
  display: none
}
.video-section {
  padding: 100px 0 180px;
  position: relative
}
.video-section .video-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.video-section .title {
  font-family: Raleway, sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 300
}
.video-section p.sub-title-video {
  font-family: Raleway;
  font-size: 15px;
  font-style: normal;
  text-shadow: 0 0 #fff;
  color: #fff;
  font-weight: 300
}
.video-section .btn-play {
  display: block;
  margin: 30px auto 40px;
  font-size: 72px;
  color: #ff6400;
  border: none;
  box-shadow: none;
  width: 73px;
  height: 73px;
}
.video-section .duration {
  color: #ddd;
  font-size: 14px
}
.home4 {
  padding-bottom: 80px
}
.home4 .col-md-4 {
  width: 32.4%
}
.home4-lastminute {
  padding: 80px 0
}
.home4 .view3 {
  margin: 20px 10px 0 0;
  float: left;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
  padding: 0
}
.home4 .view3:last-child {
  margin: 20px 0 0
}
#home3 .view3 .content, .home4 .view3 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0
}
.home4 .view3 img {
  display: block;
  position: relative;
  max-width: 100%;
  border: 0 solid rgba(0, 0, 0, .2);
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}
.home4 .view3 h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, .8);
  margin: 20px 0 0
}
.home4 .view3 p {
  font-family: 'Open Sans', serif;
  font-size: 13px;
  position: relative;
  color: #484848;
  padding: 10px 0;
  text-align: left;
  line-height: 20px
}
.home4 .view3 a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000
}
.home4 .view3 a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000
}
.home4 .view3-fifth img {
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.home4 .view3-fifth .mask {
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  -webkit-transform: translateY(228px);
  -moz-transform: translateY(228px);
  -o-transform: translateY(228px);
  -ms-transform: translateY(228px);
  transform: translateY(228px);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.home4 .view3-fifth .mask .main {
  border-bottom: 1px solid #ebebeb;
  height: 45px;
  color: #484848;
  margin-top: 0
}
.home4 .view3-fifth .mask .content {
  position: relative;
  padding: 10px;
  text-align: left
}
.home4 .content .list-unstyled {
  color: #484848;
  font-size: 13px
}
.home4 .content .list-unstyled li {
  margin-bottom: 0
}
.home4 .content .list-unstyled i {
  color: #428bca
}
.home4 .view3-fifth .mask .main h3 {
  float: left;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 14px
}
.home4 .view3-fifth .mask .main .price {
  margin-top: 0;
  width: 30%;
  float: right;
  background-color: #428bca;
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  line-height: 16px
}
.home4 .view3-fifth .mask .main .price span {
  font-size: 11px;
  color: #fff;
  margin-left: 5px
}
.home4 .view3 .btn {
  border-radius: 2px;
  margin-top: 20px
}
.home4 .view3-fifth h2 {
  background: rgba(255, 255, 255, .5);
  color: #000;
  -webkit-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
  -moz-box-shadow: 0 1px 3px rgba(159, 141, 140, .5);
  box-shadow: 0 1px 3px rgba(159, 141, 140, .5)
}
.home4 .view3-fifth p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  color: #333;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear
}
.home4 .view3-fifth:hover .mask {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
.home4 .view3-fifth:hover img {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%)
}
.home4 .view3-fifth:hover p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1
}
#parallax-footer-home3 {
  margin: 80px 0 0;
  padding: 100px 0;
  overflow: hidden;
  background-attachment: fixed;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}
#parallax-footer-home3 .price {
  padding: 0px 20px 30px;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
}
#parallax-footer-home3 .price i {
  text-align: center;
  padding: 12px;
  margin: 20px 0;
  font-size: 34px;
  color: #fff;
  background: #428bca;
  border-radius: 100%;
}
#parallax-footer-home3 .price p {
  color: #484848;
  margin: 15px 0px;
  text-align: left;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #parallax-footer-home3 .price p {
    height: 130px;
  }
}
@media (min-width: 1200px) {
  #parallax-footer-home3 .price p {
    height: 220px;
  }
}
#parallax-footer-home3 h2 {
  padding-bottom: 50px;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
#parallax-footer-home3 .price-title h3 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 24px;
  color: #212121;
  padding: 0 20px;
  font-weight: 300
}
.price-title h5 {
  color: #428bca;
  font-weight: 700
}
.container-reservation {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 999
}
.container-form-chose {
  width: 100%;
  display: table
}
.container-reservation.inside-slider {
  top: 250px;
  z-index: 99
}
#reservation-form.reservation-color-form.pos-inside-slide {
  top: 0;
  border: 0
}
#reservation-form.pos-inside-slide .reservation-tabs {
  padding: 0
}
#reservation-form.pos-inside-slide .reservation-flight, #reservation-form.pos-inside-slide .reservation-hotel {
  padding: 30px
}
#parallax-footer.price-color-log {
  background-image: none;
  margin: 0
}
.top-contact {
  float: right;
  padding: 3px 0 0 0;
}
.top-contact a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase
}
.top-contact a:hover {
  color: #428bca;
}
.top-address {
  float: left;
  padding: 3px 0 0;
  color: #fff;
}
.top-address a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase
}
.top-address a:hover {
  color: #428bca
}
.top-address .reg-top {
  margin-right: 30px
}
.top-header {
  background: #25292c;
  width: 100%;
  z-index: 999;
  padding: 5px 0;
  position: relative;
  min-height: 40px;
}
.header-lang {
  float: right;
  position: relative
}
.header-lang a {
  display: block;
  padding: 0 13px;
  height: 27px;
  margin-top: -1px
}
.langs-drop {
  display: none;
  position: absolute;
  left: 0;
  top: 23px;
  border-top: 0 solid #fff;
  padding: 10px 10px 3px 15px;
  background: #fcf8f5;
  width: 125px;
  z-index: 999
}
.header-lang a.langs-item {
  display: inline-block;
  font-size: 10px;
  color: #697374;
  margin: 0 0 11px;
  height: auto;
  padding: 0 0 0 24px;
  font-family: 'Open sans';
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
  line-height: 13px
}
.parallax-home4 .h2  {
    line-height: 1.5!important
}
.header-lang a.langs-item:hover {
  color: #ff7200
}
.top-mega-menu {
  margin-top: 0;
  border-bottom: 2px solid #d4d4d459;
    background-image: url("../images/header/header-bg.webp");
    background-repeat: repeat-x;
}
.top-header i.fa-envelope {
  padding: 0 10px 0 30px
}
.top-header i {
  padding: 0 10px
}
.reservation-home4 #reservation-form.reservation-color-form {
  background-color: rgba(255, 255, 255, .95)
}
.reservation-home4 .nav-tabs > li.active > a, .reservation-home4 .nav-tabs > li.active > a:focus, .reservation-home4 .nav-tabs > li.active > a:hover {
  background-color: rgba(255, 255, 255, .95);
  border-radius: 1px;
  outline: 0
}
.home4-section .view-fifth .mask {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 4px solid #e1e1e1
}
.home4-section .view {
  box-shadow: 0 0 0 #000;
  top: 0;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease
}
.home4-section .view:hover {
  top: -10px
}
.home4-section .view-fifth .mask .main .price {
  font-size: 20px
}
.parallax-home4 {
  height: auto;
  padding: 40px 0;
  margin: 40px 0;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  border-bottom: 0 solid #fff;
  border-top: 0 solid #fff;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}
.parallax-home4 .grid-info {
  background-color: rgba(255, 255, 255, .6);
  width: 100%;
  border-left: 1px solid #fff
}
.information-page {
  background-image: url(../images/info.png);
  background-color: #eaeef2;
  background-position: top right;
  background-repeat: no-repeat;
  min-height: 281px;
  padding: 25px 400px 25px 30px;
  font-size: 20px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.information-page strong {
  white-space: nowrap;
}
.parallax-home4 .middle-text-adv {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .information-page {
    padding: 290px 20px 20px 20px;
    font-size: 18px;
    max-width: 400px;
  }
}
.parallax-home4 .middle-text-adv h3 {
  font-weight: 600;
  line-height: 1;
  text-transform: none;
  font-size: 36px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-bottom: 5px
}
.box-button a, .title-2 {
  font-weight: 600;
  text-transform: uppercase
}
.parallax-home4 .line-left {
  background: rgba(255, 255, 255, .8);
  width: 40px;
  height: 1px;
  text-align: left;
  margin-bottom: 20px
}
.paral-effect {
  background-color: rgba(53, 87, 137, .4);
  color: inherit;
  position: absolute;
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0
}
.why-choose-us {
  color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 100px 0;
  position: relative;
  background-image: url(../images/global-map.jpg);
  background-position: 0 0 !important;
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}
.why-choose-us .box-middle-img {
  bottom: -100px;
  left: 70%;
  position: absolute;
  width: 33%
}
.why-choose-us .why-choose-us-wrapper {
  display: table-cell;
  text-align: left;
  vertical-align: middle
}
.title-2 {
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0;
  text-align: left
}
.parallax-meteo, .text-meteo {
  text-align: center
}
.title-2.put-logofly {
  float: left;
  margin-right: 10px
}
.why-choose-us .why-choose-us-wrapper img {
  width: 5%
}
.box-button a {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  margin-top: 15px;
  font-family: Raleway;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-style: normal;
  padding: 7px 20px;
  font-size: 11px;
  letter-spacing: 1px;
  color: #fff
}
.box-button a:hover {
  background: #fff;
  color: #303b3c
}
#parallax, .parallax-meteo {
  height: auto;
  overflow: hidden;
  -moz-background-size: cover !important;
  width: 100%
}
.parallax-meteo {
  padding: 100px 0;
  margin: 80px 0;
  position: relative;
  background-attachment: fixed;
  border-bottom: 0 solid #fff;
  border-top: 0 solid #fff;
}
.text-meteo h2 {
  color: #fff;
  font-weight: 800
}
.text-meteo p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 15px;
  font-style: italic;
  margin-top: 0
}
.meteo-bt {
  display: inline-block;
  margin-top: 22px;
  font-size: 13px;
  color: #30353a;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Raleway, Sans-Serif;
  font-weight: 600;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  padding: 8px 19px;
  background: rgba(255, 255, 255, .7)
}
.meteo-bt:hover {
  color: #000
}
#parallax {
  margin: 80px 0 0;
  padding: 0;
  background-attachment: fixed;
  border-bottom: 0 solid #fff;
  border-top: 0 solid #fff;
}
#parallax .effect-over {
  background: rgba(0, 0, 0, .4);
  background-repeat: repeat;
  z-index: 1;
  height: 100%
}
#parallaxFly, .parallax-home {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  border-bottom: 0 solid #fff;
  border-top: 0 solid #fff;
  overflow: hidden
}
.parallax-home {
  height: auto;
  padding: 100px 0 80px;
  margin: 80px 0;
  background-attachment: fixed;
  background-image: url(../images/travel-bg2.jpg);
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: cover !important
}
.parallax-home .grid-info {
  background-color: rgba(0, 0, 0, .5);
  padding: 15px;
  width: 100%;
  margin-bottom: 30px
}
.parallax-home .middle-text-adv h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  color: #fff;
  margin-top: 100px;
  margin-bottom: 10px;
  padding-bottom: 5px
}
.parallax-home .line-left {
  background: rgba(255, 255, 255, .8);
  width: 40px;
  height: 1px;
  text-align: left;
  margin-bottom: 20px
}
.parallax-home .grid-info:hover .grid-icon i {
  color: #000
}
.grid-icon {
  height: 50px;
  line-height: 52px;
  width: 50px;
  text-align: center;
  background: #428bca;
  border-radius: 100%
}
.grid-icon i {
  color: #fff;
  font-size: 1.5em
}
h5.grid-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
  font-family: Raleway, sans-serif;
  text-transform: uppercase
}
h5.grid-title i {
  font-size: 26px;
  margin-right: 10px
}
#parallaxFly {
  height: auto;
  margin: 80px 0 0;
  padding: 0;
  background-attachment: fixed;
  background-image: url(../images/cruise2.jpg);
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  width: 100%;
  background-size: cover !important
}
#parallaxFly .effect-over {
  z-index: 1;
  height: 100%
}
#parallax_slide {
  height: auto;
  margin: 80px 0;
  padding: 0;
  border-bottom: 0 solid #fff;
  border-top: 0 solid #fff;
  width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important
}
#parallax_slide.service2-prx {
  margin-bottom: 0
}
#parallax_slide .effect-over {
  background: rgba(0, 0, 0, .4);
  background-repeat: repeat;
  z-index: 1;
  height: 100%
}
.effects .img {
  position: relative;
  width: 100%;
  overflow: hidden
}
.overlay, a.close-overlay {
  display: block;
  position: absolute
}
.effects .img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.overlay {
  z-index: 20;
  background: rgba(1, 183, 242, .65);
  overflow: hidden;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
a.close-overlay {
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer
}
a.close-overlay.hidden {
  display: none
}
a.expand, a.expand.discount {
  display: block;
  position: absolute;
  z-index: 100;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff
}
a.expand {
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  font-size: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px
}
a.expand.discount {
  width: 160px;
  height: 160px;
  border: 5px solid #fff;
  font-size: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px
}
ul.breadcrumbs, .counter, .social-icons li a, .view-about .social-icons {
  display: inline-block
}
.effect-5 .img.hover .overlay a.expand.discount.textdisc {
  margin-top: 12%;
  font-size: 20px;
  text-transform: uppercase
}
.effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}
.effect-5 .img.hover .overlay {
  opacity: 1
}
.effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px
}
.effect-5 .img.hover .overlay a.expand.discount {
  border: 0;
  font-size: 35px;
  width: 160px;
  height: 60px
}
.btn-gallery {
  border-radius: 0;
  margin-top: 20px
}
.help-block {
  background: rgba(0, 0, 0, .8);
  bottom: 0;
  position: fixed;
  height: 60px;
  width: 60%;
  padding: 0;
  margin: 0;
  color: #fff
}
.help-block i, .number-phone {
  margin-bottom: 5px;
  font-size: 20px
}
.data-help, .help-phone, .help-plus {
  margin-top: 10px
}
.panl-help {
  width: 100%;
  float: left
}
.help-block i {
  color: #fff
}
.data-help {
  text-align: center
}
.number-phone {
  font-family: 'Open sans', sans-serif;
  font-weight: 300
}
.help-plus {
  text-align: right
}
.about-symbol, .about-text-center, .count-ico, .count-ico i, .counter, .n-number, .social-icons li, .view-about figcaption {
  text-align: center
}
#top-team, .team-travego {
  padding-bottom: 80px
}
.breadcrumbs-section-top {
  height: 40px;
  background: #f1f3f4;
  margin-top: 0
}
.pull-left {
  float: left
}
.breadcrumbs li {
  float: left;
  line-height: 10px;
  margin-left: 5px;
  font-weight: 600;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
    margin-top: 14px;
}
.breadcrumbs li a {
  padding-right: 5px;
}
.breadcrumbs li a:hover, .breadcrumbs li.active {
  color: #1762a3;
}
.view.view-about:last-child {
  margin: 20px 0 0
}
.view-about {
  margin: 20px 15px 0 0;
  width: 24%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}
.title-about {
  color: #1762a3;
  margin-top: 7px;
  font-size: 20px;
  text-transform: uppercase;
  margin-left: 3px;
}
.about-text-center h2 {
  margin-top: 80px
}
.about-text-center p {
  color: #727272;
  text-shadow: 1px 1px #fff;
  margin-top: 10px;
  font-size: 15px;
  font-style: italic
}
.desc-office, .desc-office1 {
  color: #333;
  line-height: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  float: left
}
.desc-office {
  padding: 10px;
  width: 100%;
  background: #fff;
  margin: 80px 0 0
}
.img-office {
  padding-left: 0
}
.desc-office1 {
  background: rgba(255, 255, 255, .9);
  margin-top: 60px;
  position: absolute;
  right: 0;
  padding: 30px;
  opacity: .8;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out
}
.desc-office1:hover, .img-office:hover + .desc-office1 {
  opacity: 1
}
.desc-office1.about1 {
  margin-top: 50px
}
.desc-office h3, .desc-office1 h3 {
  font-weight: 900;
  color: #484848
}
.desc-office .img-office {
  float: left;
  margin-right: 20px
}
.view-about figcaption {
  position: absolute;
  bottom: 30px;
  line-height: 0;
  left: 0;
  right: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  transition: all .3s ease-in
}
.social-icons li {
  float: left;
  list-style-type: none
}
.view-about figcaption > .social-icons > li a {
  background: #fff;
  color: inherit;
  filter: alpha(opacity=65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  -moz-opacity: .65;
  -khtml-opacity: .65;
  opacity: .65
}
.view-about figure figcaption > .social-icons > li a {
  color: #333
}
.view-about figure figcaption > .social-icons > li a:hover {
  opacity: 1;
  color: #428bca
}
.view-about figure {
  position: relative;
  overflow: hidden
}
.social-icons li a {
  width: 32px;
  margin-right: 4px;
  height: 32px;
  background: #d9d9d9;
  color: #fff;
  line-height: 32px;
  border-radius: 100%;
  font-size: 1.3333em;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  -webkit-transition: opacity .3s ease-in;
  -ms-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in
}
.view-about figcaption:hover, .view-about img:hover + figcaption {
  bottom: 40px;
  opacity: 1
}
#parallax.about-prx {
  background-image: url(../images/plain_fly.jpg)
}
.counter {
  font-size: 56px;
  color: #111;
  font-family: Raleway, sans-serif;
  font-weight: 300
}
.content-number i {
  font-size: 30px;
  margin-right: 30px
}
.number-structure-left {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  margin: 0 15px 0 0;
  width: 24%;
  padding: 0
}
.count-ico.n-color1, .count-ico.n-color2, .count-ico.n-color3, .count-ico.n-color4 {
  box-shadow: 0 0 0 1px #fff inset;
  box-sizing: border-box
}
.count-ico, .number-structure-left .n-number span {
  padding: 25px
}
.number-structure-left:last-child {
  margin: 0
}
.n-number p {
  color: #838383;
  margin: -5px 0 0
}
.count-ico {
  color: #2d3e52
}
.count-ico i {
  font-size: 32px
}
.count-ico.n-color1 {
  color: #fff;
  background: #28b7ff;
  border: 3px solid #28b7ff
}
.count-ico.n-color2 {
  color: #fff;
  background: #80c321;
  border: 3px solid #80c321
}
.count-ico.n-color3 {
  color: #fff;
  background: #fdb714;
  border: 3px solid #fdb714
}
.count-ico.n-color4 {
  color: #fff;
  background: #333;
  border: 3px solid #333
}
.content-number-left {
  margin-top: 80px
}
#about2.about-section-top {
  margin-top: 0
}
#top-meet-our, #top-who-is {
  padding: 80px 0
}
.about-parallax {
  height: 500px;
}
.about-color-parallax {
  background-color: rgba(0, 0, 0, .3);
  height: 500px
}
.about-symbol {
  width: 100%;
  margin-top: 15%
}
.about-symbol i {
  font-size: 30px;
  padding: 30px;
  border-radius: 100%;
  background: #2d3e52
}
.about-color-parallax h3 {
  font-size: 65px;
  text-align: center;
  margin-top: 75px;
  color: #fff;
  font-weight: 800;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}
.about-page-2 .desc-office .col-md-5 {
  padding-left: 0
}
.about-text-center .title-sep-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 6px;
  width: 100%
}
.title-heading-left {
  padding-right: 8px;
  float: left;
  display: table-cell;
  margin-bottom: 0;
  color: #484848;
  white-space: pre;
  font-weight: 900
}
.about-text-center.about2-tnt {
  margin: 10px 0 31px
}
.about-text-center.team-meet {
  text-align: left
}
.about-text-center {
  display: table;
  margin: 0 auto 30px;
  overflow: hidden
}
.about-text-center.tm-trav h2 {
  margin-top: 80px
}
.about-text-center .title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px
}
.about-text-center .title-sep, .product .product-border {
  border-color: #e0dede
}
.about-square .skill-meet {
  margin: 10px 0 31px 15px
}
.about-square .acc.content {
  padding: 20px;
  color: #333
}
.about-text-center .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border: 0 solid #e7e6e6;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box
}
.about-square {
  padding-left: 0;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}
.about-square.col-md-6 {
  width: 49.2%;
  padding-bottom: 40px;
  padding-top: 20px
}
.about-square.col-md-6.acc-content {
  margin-right: 1.5%
}
.accordion {
  margin: 0 0 0 15px;
  padding: 14px;
  height: 45px;
  text-transform: uppercase;
  border-bottom: #fff 1px solid;
  background: #fff;
  font-family: 'Open sans', sans-serif;
  text-decoration: none;
  color: #333;
  font-size: 13px
}
.accordion .container {
  width: 100%
}
.accordion-open {
  background: #333;
  color: #fff
}
.accordion-close {
  background: #efefef
}
.accordion-open span {
  display: block;
  float: right;
  padding: 10px
}
.accordion i {
  float: left;
  margin-right: 20px
}
.accordion-open .fa-angle-up {
  display: block;
  margin-top: 3px
}
.accordion-close .fa-angle-up, .accordion-open .fa-angle-down {
  display: none
}
.accordion-close .fa-angle-down {
  display: block;
  margin-top: 3px
}
.accordion .content {
  background: #fff;
  color: #333;
  margin: 0;
  padding: 10px;
  font-size: .9em;
  line-height: 1.5em;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif
}
.accordion .content ul, acc.content p {
  margin: 0;
  padding: 14px 14px 14px 20px;
  font-weight: 400;
  color: #6c6b6b;
  line-height: 20px
}
.accordion .content ul li {
  list-style-position: inside;
  line-height: 25px
}
.accordion .content ul li a {
  color: #555
}
code {
  overflow: auto
}
.bx-about2 .bx-wrapper .bx-viewport {
  z-index: 999
}
.bx-about2.noowlf, .bx-about2.noowlf .bx-wrapper .bx-viewport {
  overflow: hidden !important
}
.bx-about2 .bx-wrapper .bx-controls-direction .bx-next i, .bx-about2 .bx-wrapper .bx-controls-direction .bx-prev i {
  border: 0 solid rgba(220, 220, 220, .6);
  color: #fff
}
.bx-about2.noshadow .trip-slide-price {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 rgba(0, 0, 0, .1)
}
.bx-about2 .bx-wrapper .bx-controls-direction .bx-next, .bx-about2 .bx-wrapper .bx-controls-direction .bx-prev {
  opacity: 0;
  display: block;
  position: absolute;
  padding: 0;
  border: 0 solid rgba(220, 220, 220, .6);
  border-radius: 0;
  top: 45%;
  margin-top: -35px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  text-align: center;
  color: #111;
  z-index: 11111;
  -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
  -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
  -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
  -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
  transition: all .27s cubic-bezier(0, 0, .58, 1)
}
.bx-about2 .bx-wrapper {
  padding: 0;
  margin: 0
}
.bx-about2 .bx-next:before, .bx-about2 .bx-prev:before {
  content: "";
  display: block;
  width: 66%;
  height: 66%;
  position: absolute;
  top: 17px;
  left: 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .27s cubic-bezier(0, 0, .58, 1);
  -moz-transition: all .27s cubic-bezier(0, 0, .58, 1);
  -o-transition: all .27s cubic-bezier(0, 0, .58, 1);
  -ms-transition: all .27s cubic-bezier(0, 0, .58, 1);
  transition: all .27s cubic-bezier(0, 0, .58, 1);
  background: #163257
}
.bx-about2, .bx-about2 .bx-next .fa, .bx-about2 .bx-prev .fa, .skillbar {
  position: relative
}
.bx-about2 .bx-next:before {
  left: auto;
  right: 0
}
.bx-wrapper img {
  width: 100%
}
.bx-about2 .bx-next:hover, .bx-about2 .bx-prev:hover {
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important
}
.bx-about2 .bx-next:hover:before, .bx-about2 .bx-prev:hover:before {
  opacity: .87
}
.bx-about2 .bx-next:active:before, .bx-about2 .bx-prev:active:before {
  opacity: .6
}
.bx-about2 .bx-wrapper .bx-controls-direction .bx-prev, .t-blog .bx-wrapper .bx-controls-direction .bx-next {
  top: 45%
}
.bx-about2 {
  padding-left: 0;
  padding-right: 0;
  display: block;
  z-index: 88
}
.bx-about2 .bx-wrapper .bx-prev {
  left: -90px
}
.bx-about2 .bx-wrapper .bx-next {
  right: -90px
}
.bx-about2 .bx-wrapper:hover .bx-prev {
  opacity: 1;
  left: -34px;
  z-index: 9999
}
.bx-about2 .bx-wrapper:hover .bx-next {
  opacity: 1;
  right: -35px;
  z-index: 999
}
.bx-about2 .bx-wrapper:hover .bx-next i {
  opacity: 1;
  right: 0
}
.bx-about2 .bx-wrapper .bx-controls-direction i {
  margin-top: -12px;
  top: 33%;
  left: 32%
}
.bx-about2 .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0
}
.bx-about2 .bx-wrapper .bx-controls-direction i:hover {
  color: #fff;
  background-color: transparent;
  border: 0 solid rgba(220, 220, 220, .6)
}
.bx-about2 .bx-has-controls-direction {
  margin-top: 0
}
.skillbar {
  display: block;
  margin-bottom: 5px;
  width: 97%;
  margin-left: 15px;
  margin-right: 15px;
  background: #484848;
  height: 41px;
  -webkit-transition: .4s linear;
  -moz-transition: .4s linear;
  -ms-transition: .4s linear;
  -o-transition: .4s linear;
  transition: .4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color
}
.skillbar:last-child {
  margin-bottom: 0
}
.skillbar-bar, .skillbar-title {
  background: #fdb714
}
.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  color: #fff;
  text-transform: capitalize
}
.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, .1);
  padding: 0 20px;
  height: 41px;
  line-height: 38px
}
.service-page-2 .service-square, .service-square {
  margin-top: 80px;
  padding: 20px 20px 35px;
  margin-right: 15px;
  text-align: center
}
bar {
  background: rgba(59, 89, 152, .8)
}
.skillbar-bar {
  height: 41px;
  width: 0
}
.skill-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 41px;
  line-height: 38px;
  color: #444;
  color: rgba(183, 183, 183, .7)
}
.services-parallax {
  height: 500px;
  width: 100%;
}
.service-page-2 .service-square {
  background: #e6e6e6;
  border-right: 1px solid rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0 0 0 rgba(0, 0, 0, .3)
}
.service-square, .view-service {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}
.service-square {
  background: #fff
}
.service-page-2 .service-square:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 58px 58px;
  border-color: #fff #fff #ddd;
  position: absolute;
  left: 0;
  top: 0
}
.service-row {
  float: left;
  background: #fff
}
.service-square.l-las {
  margin-right: 0
}
.service-square i {
  padding: 20px;
  text-align: center;
  border-radius: 100%;
  margin-top: 15px;
  font-size: 25px;
  color: #fff;
  background: #428bca;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}
.service-square i.fa-file-text-o, .service-square i.fa-plane {
  padding: 19px 21px
}
.service-square.col-md-3 {
  width: 24%
}
.service-square h3 {
  color: #333;
  margin-top: 20px;
  margin-bottom: 20px
}
.service-square p {
  color: #6c6b6b;
  line-height: 20px
}
.view-service {
  margin: 20px 15px 0 0;
  width: 100%
}
.view-service img {
  width: 15%;
  padding: 10px;
  float: left
}
.view-service figure {
  float: left
}
.mask-service {
  text-align: left;
  margin-top: 10px;
  padding-right: 10px
}
.mask-service .content-service p {
  padding: 0;
  color: #6c6b6b;
  line-height: 20px
}
.cover-slide-trip {
  background: rgba(0, 0, 0, .3);
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0
}
.trip-slide-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 90px;
  color: #fff;
  z-index: 99999;
  font-weight: 400;
  padding: 40px 0;
  margin-bottom: 10px
}
.trip-slide-text.polynesie {
  left: 36.5%
}
.trip-slide-text.francisco {
  left: 33%
}
.trip-slide-text.egypt {
  left: 43%
}
.trip-slide-text.nature {
  left: 41%
}
.trip-slide-price {
  position: absolute;
  font-family: Raleway, sans-serif;
  font-size: 26px;
  background: #163257;
  font-weight: 300;
  padding: 20px;
  letter-spacing: 0;
  line-height: 38px;
  box-shadow: 0 4px 20px #333;
  width: 35%;
  right: 8.52%;
  z-index: 99999;
  top: -5%;
  color: #fff;
}
.trip-slide-price.noshadow {
  box-shadow: 0 0 0 #333
}
.trip-slide-text .line-price.clear {
  display: none
}
.all-info-trip .btn-primary {
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
  right: 10px;
  font-family: Raleway;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  font-style: normal;
  text-transform: uppercase;
  padding: 7px 20px;
  font-size: 11px;
  float: right;
  font-weight: 600;
  letter-spacing: 1px
}
.all-info-trip .btn-primary:hover {
  background: #fff;
  color: #303b3c
}
.all-info-trip .trip-slide-price .trip-option ul {
  margin-top: 40px
}
.all-info-trip .trip-slide-price .trip-option ul li {
  list-style-type: none;
  font-size: 16px
}
.all-info-trip .trip-slide-price .trip-option ul li i {
  margin-right: 10px;
  background: #428bca;
  padding: 10px;
  text-shadow: 0 0 #000;
  width: 35px;
  height: 35px;
  border-radius: 100%
}
.bx-about2 .bx-wrapper .bx-viewport {
  overflow: inherit !important
}
.all-info-trip .trip-slide-price .trip-option ul li p {
  margin-bottom: 17px
}
.all-info-trip .trip-slide-price span {
  color: #fff;
  font-size: 26px;
  font-family: Raleway, Sans-Serif;
  font-style: normal;
  font-weight: 300
}
.all-info-trip .trip-slide-price .trip-big-price span {
  font-size: 100px
}
.all-info-trip .trip-slide-price .trip-big-price {
  margin-top: 60px
}
.slide-travel-img img.star-level {
  width: 35%;
  margin: 0 auto 20px
}
.slide-travel-img {
  background: #fff;
  text-align: center;
  position: relative;
  font-size: 13px;
  padding: 20px 25px;
  color: #333;
  font-weight: 400;
  line-height: 22px;
  margin-top: 40px
}
.slide-travel-img .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase
}
.service2-text-center {
  margin: 0 auto 20px;
  overflow: hidden;
  text-align: center
}
.service2-text-center h2 {
  margin-top: 160px
}
.comment-exp {
  font-size: 13px;
  font-style: italic
}
.comment-exp i {
  margin-right: 10px;
  color: #f6d80c;
  font-size: 16px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}
.service2-text-center p {
  color: #727272;
  text-shadow: 1px 1px #fff;
  margin-top: 10px;
  font-size: 15px;
  font-style: italic
}
.services2-info {
  padding-left: 0;
  margin-bottom: 30px
}
.services2-info.last-info {
  padding-right: 0;
  padding-left: 15px
}
.service2-row {
  background: #fff;
  float: left;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}
.r-tabs, .r-tabs .r-tabs-nav .r-tabs-tab {
  background-color: #428bca;
  position: relative
}
.service2-row img {
  float: left;
  margin-right: 15px;
  width: 47%
}
.mask-service2 {
  padding: 15px
}
.content-service p {
  color: #6c6b6b
}
#horizontalTab {
  margin: 10px 0 40px;
  color: #333;
  float: left;
  width: 100%;
}
#horizontalTab h3 {
  margin-top: 30px;
  font-weight: 600;
  color: #2d3e52
}
#horizontalTab .list-marker {
  margin-left: 30px;
}
#horizontalTab .list-marker li::marker {
  color: #428bca;
}
#horizontalTab .list-marker li {
  color: #333;
}
#horizontalTab h3 span {
  font-size: 14px;
  font-weight: 400
}
#guide {
  padding-bottom: 80px;
}
.histo-img {
  padding-left: 0
}
.culture-img {
  float: right;
  padding-right: 0;
  text-align: right
}
.night-desc {
  width: 100%;
  margin-top: 30px;
  float: left
}
#tab-3 p {
  margin: 0
}
.local-name {
  font-weight: 600
}
.r-tabs {
  border-top: 1px solid #428bca;
  border-right: 1px solid #428bca;
  border-left: 1px solid #428bca;
  border-bottom: 4px solid #428bca;
  border-radius: 1px
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: .5
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #2d3e52;
  text-shadow: none;
  background-color: #fff;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px
}
.r-tabs .r-tabs-panel {
  background-color: #fff;
  border-bottom: 4px solid #fff;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  float: left
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #428bca;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, .4);
  font-size: 13px;
  text-transform: uppercase;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #2d3e52;
  text-shadow: none
}
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: .5
}
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0
}
.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none
}
.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
  z-index: 999
}
.r-tabs .r-tabs-accordion-title {
  display: none
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
  width: 100%;
}
.city-info-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.city-info-content {
  position: relative
}
.info-box-guide {
  position: absolute;
  background: rgba(255, 255, 255, .9);
  left: 20px;
  padding: 0px 10px;
  z-index: 0;
  bottom: 20px;
  box-shadow: 0 0 0 2px #fff inset;
  border: 3px solid rgba(255, 255, 255, .9)
}
.info-box-guide h4 {
  color: #428bca;
  font-weight: 600;
}
.blog-view, .gallery-view {
  text-align: center;
  cursor: default;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}
.info-box-guide li {
  list-style-type: none;
  font-size: 11px;
  font-weight: 600
}
.info-box-guide label {
  margin: 0 20px 0 0;
  width: 110px;
  border-right: 1px solid #f5f5f5;
  color: #276eb0;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px
}
@media only screen and (max-width:768px) {
  .r-tabs .r-tabs-nav {
    display: none
  }
  .r-tabs .r-tabs-accordion-title {
    display: block
  }
}
#gallery {
  padding: 80px 0
}
dl {
  margin-top: 20px;
  color: #777;
  margin-bottom: 90px
}
.filter .current a, .filter a, .filter li {
  color: #fff
}
dd, dt {
  float: left
}
dt {
  margin-right: 5px
}
.group dd {
  width: 100%
}
.group ul.filter {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 9
}
.filter li {
  display: inline-block;
  list-style: none;
  margin-right: 5px;
  background: #7cb1df;
  padding: 5px 10px 7px;
  text-transform: uppercase
}
.filter .current {
  background: #163257
}
.filter a {
  text-decoration: none
}
.portfolio {
  padding: 0 0 0 1px;
  position: relative;
  margin-bottom: 20px
}
.gallery-view {
  margin: 20px 10px 0 0;
  float: left;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 0
}
.gallery-view img {
  display: block;
  position: relative;
  max-width: 100%;
  border: 0 solid rgba(0, 0, 0, .2);
  padding: 10px
}
.gallery-view .mask .main {
  border-bottom: 1px solid #ebebeb;
  height: 45px;
  color: #484848;
  margin-top: 0
}
.gallery-img-title {
  width: 100%;
  float: left;
  padding: 0 10px
}
.gallery-img-title h3 {
  float: left;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600
}
.tabs, .tabs-style-underline nav a span {
  font-weight: 700
}
.isotope-item {
  z-index: 2
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1
}
.isotope {
  overflow: visible !important;
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width
}
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  -ms-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity
}
.isotope .isotope-item.no-transition, .isotope.no-transition, .isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s
}
#gallery .col-md-4 {
  width: 32.4%
}
#gallery .col-md-6 {
  width: 49%
}
#gallery .col-md-3 {
  width: 24%
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}
.pagination > li {
  float: left;
  height: 32px;
  margin-right: 6px;
  text-align: center;
  font-size: .9167em
}
.pagination > li.first, .pagination > li.prev {
  margin-right: 10px
}
.pagination > li.first.disabled > a, .pagination > li.first.disabled > span, .pagination > li.last.disabled > a, .pagination > li.last.disabled > span, .pagination > li.next.disabled > a, .pagination > li.next.disabled > span, .pagination > li.prev.disabled > a, .pagination > li.prev.disabled > span {
  color: #fff;
  background: #b5b5b5
}
.pagination > li.last, .pagination > li.next {}
.pagination > li.next > a, .pagination > li.prev > a {
  background: #163257;
  padding: 0 15px;
  color: #fff;
}
.pagination > li > a {
  line-height: 32px;
  padding: 0 10px;
  color: #fff;
  border-radius: 0 !important;
  background: #b5b5b5;
  border: none;
  text-transform: uppercase;
  font-weight: 700
}
.pagination > li > a:hover {
  color: #333;
}
.pagination > li.next > a:hover, .pagination > li.prev > a:hover {
  color: #fff;
  background: #428bca;
}
.pagination li.active a, .pagination li.active a:hover {
  background: #428bca !important;
  color: #fff;
  cursor: default;
}
#blog {
  padding: 80px 0
}
.blog-view, .blog-view img {
  position: relative;
  padding: 0
}
.blog-view {
  margin: 0 0 50px;
  width: 100%;
  overflow: hidden;
  background: #fff
}
.blog-view img {
  display: block;
  max-width: 100%;
  border: 0 solid rgba(0, 0, 0, .2)
}
.blog-view .mask .main {
  border-bottom: 1px solid #ebebeb;
  height: 45px;
  color: #484848;
  margin-top: 0
}
.blog-img-title {
  width: 100%;
  padding: 0 10px;
  text-align: left
}
.blog-img-title p {
  margin-bottom: 30px;
  color: #333
}
.blog-img-title h3 {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 600
}
.tabs nav, .tabs nav ul li {
  text-align: center
}
.blog-info li {
  padding: 3px 10px;
  background: #163257;
  color: #fff;
  display: inline-block
}
.blog-info li a {
  color: #fff
}
.blog-info li i {
  margin-right: 10px;
  font-size: 16px
}
.blog-view .entry-date {
  background: #163257;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 98;
  border-bottom: 3px solid #004877;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}
.blog-view .entry-date .month {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
  padding: 0 0 20px
}
.blog-view .entry-date .date {
  font-size: 58px;
  display: block;
  padding: 30px 20px 10px;
  font-weight: 900;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}
.blog-view .entry-date p {
  margin: 0;
  background-color: #006098;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  font-style: italic;
  text-transform: none
}
.blog-view .entry-date label {
  color: #fff;
  margin: 0
}
.video-container {
  position: relative;
  padding-bottom: 49.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden
}
.col-video {
  width: 100%
}
.video-container embed, .video-container iframe, .video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.left-clm {
  float: right
}
.widget_search {
  position: relative;
  padding-bottom: 2px
}
.sidepanel {
  margin-bottom: 30px
}
.widget_search input[type=text] {
  display: block;
  width: 100%;
  background: #fff;
  text-shadow: none;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  font-weight: 300;
  padding: 6px 15px 7px;
  border: 1px solid #bfbfbf;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  margin: 0;
  -webkit-appearance: none !important;
  outline: 0
}
.widget_search input[type=submit] {
  cursor: pointer;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 17px !important;
  width: 17px !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 17px !important;
  text-decoration: none;
  display: block;
  text-indent: -9999px;
  position: absolute;
  top: 9px;
  right: 13px;
  z-index: 10;
  background-image: url(../images/sprite.png);
  background-repeat: no-repeat;
  background-position: -83px 0
}
.blog-category, .blog-help, .col-md-6.box-information, .tabs {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}
.tabs, .tabs nav ul {
  position: relative;
  margin: 0 auto
}
.tabs {
  overflow: hidden;
  width: 100%;
  font-size: 13px
}
.tabs nav ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  padding: 0;
  max-width: 1200px;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center
}
.tabs nav a, .tabs nav ul li {
  position: relative;
  display: block
}
.tabs nav ul li {
  z-index: 1;
  margin: 0;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1
}
.tabs nav a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2.5
}
.tabs nav a span {
  vertical-align: middle;
  font-size: 11px
}
.tabs nav li.tab-current a {
  color: #74777b
}
.tabs nav a:focus {
  outline: 0
}
.tabs-style-underline nav {
  background: #fff
}
.tabs-style-underline nav a {
  padding: .25em 0 .5em;
  border-left: 1px solid #e7ecea;
  -webkit-transition: color .2s;
  transition: color .2s;
  color: #333;
  text-decoration: none;
  text-transform: uppercase
}
.tabs-style-underline nav li:last-child a {
  border-right: 1px solid #e7ecea
}
.tabs-style-underline nav li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #428bca;
  content: '';
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0)
}
.tabs-style-underline nav li.tab-current a::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}
.content-wrap {
  position: relative
}
.content-wrap section {
  display: none;
  margin: 0 auto;
  padding: 1em;
  max-width: 1200px;
  text-align: left;
  background: #fff;
  float: left
}
.content-wrap section.content-current, .no-flexbox nav ul {
  display: block
}
.content-wrap section p {
  margin: 0;
  color: #333;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase
}
.blog-small-desc {
  margin-top: 10px
}
.blog-small-desc a {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase
}
.blog-small-desc p span {
  color: #428bca;
  font-weight: 600;
  font-size: 14px;
  margin-right: 5px
}
.no-js .content-wrap section {
  display: block;
  padding-bottom: 2em;
  border-bottom: 1px solid rgba(255, 255, 255, .6)
}
.no-flexbox nav ul li {
  min-width: 15%;
  display: inline-block
}
.blog-category {
  margin: 40px 0;
  background: #fff
}
.blog-category .cat-trip {
  border-bottom: 1px solid #eee;
  text-transform: uppercase
}
.blog-category .cat-trip p {
  color: #2d3e52;
  margin-bottom: 0;
  padding: 18px 15px 15px;
  font-weight: 700
}
.blog-category .cat-trip a {
  color: #777;
  margin-bottom: 0;
  width: 100%;
  display: block;
  padding: 12px 15px 10px;
  text-decoration: none;
  font-size: 13px
}
.blog-category .cat-trip a i {
  margin-right: 5px
}
.blog-category .cat-trip a span {
  float: right
}
.blog-category .cat-trip.active i {
  color: #f6931f
}
.blog-category .cat-trip.active a {
  color: #2d3e52
}
.blog-help {
  background: #fff
}
.blog-help .title-help {
  color: #2d3e52;
  padding: 18px 15px 15px;
  text-transform: uppercase;
  font-weight: 700
}
.blog-help .title-help p {
  margin: 0
}
.blog-help .help-txt {
  color: #777;
  padding: 0 15px 15px
}
.help-phone {
  font-size: 20px;
  color: #2d3e52;
  font-weight: 600
}
.help-phone i {
  font-size: 18px;
  background: #f6931f;
  color: #fff;
  padding: 10px 12px;
  border-radius: 2px
}
#informatio-support, #informatio-support-contact {
  padding: 80px 0
}
.info-parallax {
  height: 500px;
  width: 100%;
}
.customer-image {
  margin-left: 35%;
  position: absolute;
  margin-top: 240px
}
.info-square h3, .info-square p {
  margin-left: 75px;
  text-align: left
}
.info-parallax h3 {
  margin-top: 125px
}
.col-md-6.box-information {
  width: 49.3%;
  background: #fff;
  margin-top: 20px;
  padding: 10px;
  margin-right: 15px
}
.col-md-6.box-information.i-last {
  margin-right: 0
}
.info-square h3 {
  margin-bottom: 10px;
  margin-top: 28px
}
.info-square i {
  float: left
}
.service-square.info-square {
  margin-top: 20px
}
.box-information img {
  float: left;
}
.box-information h3 {
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  color: #333;
  font-weight: 400
}
.mask-information {
  float: left;
  width: 49%
}
.box-information p {
  text-align: left;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  color: #6c6b6b;
  line-height: 20px
}
.ac-container input:checked + label, .ac-container input:checked + label:hover, .ac-container label, .mask-information p i {
  background: #fff;
  color: #333
}
.mask-information p i {
  margin-right: 5px;
  border: 0;
  padding: 7px;
  text-shadow: 0 0 0 rgba(0, 0, 0, .2)
}
#top-list-trip {
  padding: 80px 0
}
.ac-container {
  width: 100%;
  margin: 20px auto 30px;
  text-align: left
}
.ac-container label {
  font-family: 'Open sans', Arial, sans-serif;
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  margin: 3px 0;
  display: block;
  height: 45px;
  cursor: pointer;
  line-height: 33px;
  font-size: 13px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
  text-transform: uppercase
}
.price-circle .price-title, .price-table-circle .price-money, .prices .price-table-circle ul {
  margin-bottom: 0;
  background-color: transparent
}
.ac-container label:hover {
  background: #fff
}
.ac-container input:checked + label:hover:after, .ac-container label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
}
.ac-container input:checked + label i.fa-angle-down, .ac-container label i.fa-angle-up {
  display: none
}
.ac-container input:checked + label i.fa-angle-up {
  display: block
}
.ac-container input {
  display: none
}
.ac-container article {
  background: rgba(255, 255, 255, 1);
  margin-top: -1px;
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height .3s ease-in-out, .6s linear;
  -moz-transition: height .3s ease-in-out, .6s linear;
  -o-transition: height .3s ease-in-out, .6s linear;
  -ms-transition: height .3s ease-in-out, .6s linear;
  transition: height .3s ease-in-out, .6s linear
}
.ac-container article p {
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 10px;
  margin: 0
}
.ac-container input:checked ~ article {
  -webkit-transition: height .5s ease-in-out, .1s linear;
  -moz-transition: height .5s ease-in-out, .1s linear;
  -o-transition: height .5s ease-in-out, .1s linear;
  -ms-transition: height .5s ease-in-out, .1s linear;
  transition: height .5s ease-in-out, .1s linear
}
.ac-container input:checked ~ article.ac-small {
  height: 120px
}
.ac-container input:checked ~ article.ac-medium {
  height: 180px
}
.ac-container input:checked ~ article.ac-large {
  height: 230px
}
.ac-container #amount {
  display: block;
  border: 0;
  color: #f6931f;
  font-weight: 400;
  margin-left: 10px;
  margin-top: 10px
}
.ac-container .ac-small label {
  padding: 5px 10px
}
.ac-container label i {
  float: right;
  margin-top: 8px
}
.ac-container article .meals-trip:first-child, .ac-container article .rating-trip:first-child {
  margin-top: 15px
}
#slider-range {
  border-radius: 1px;
  width: 80%;
  margin-left: 20px
}
.ac-container article .rating-trip {
  padding: 3px 20px;
  color: #333;
  float: left;
  width: 100%
}
.ac-container article .rating-trip:hover {
  background-color: #f3f3f3
}
.ac-container article .rating-trip img {
  float: left;
  padding: 4px
}
.ac-container article .rating-trip p {
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-align: right
}
.ac-container article .meals-trip {
  padding: 3px 20px;
  color: #333;
  float: left;
  width: 100%
}
.ac-container article .meals-trip p {
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-align: left
}
.ac-container article .fa-check-square-o {
  color: #ccc;
  margin-right: 10px;
  float: left;
  font-size: 16px;
  margin-top: 3px
}
.search-results-title {
  background: #fff;
  margin-top: 0;
  text-transform: none;
  padding: 5px 20px;
  height: 63px;
  vertical-align: middle;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}
.help-bt, .price-table-circle .price-info a, .sandbox-control-bar label, .txt-sort {
  text-transform: uppercase
}
.search-results-title i {
  float: left;
  font-size: 14px;
  color: #333;
  margin-top: 16px
}
.search-results-title p {
  vertical-align: middle;
  margin-left: 5px;
  font-family: Open Sans, Sans-Serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin-top: 16px;
  float: left
}
.search-results-title p:last-child {
  vertical-align: middle;
  margin-left: 5px;
  color: #333;
  font-size: 14px
}
.price-night {
  color: #333;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  padding: 5px 0;
  font-weight: 600;
}
.price-night .price-n {
  float: right;
  color: #428bca;
}
.price-night .price-n strong {
  font-weight: 600;
  font-size: 20px;
vertical-align: bottom;
}
.rating-trip.active i {
  color: #f6931f
}
.desc-filter, .meals-trip.active i {
  color: #428bca
}
.desc-filter {
  text-shadow: 1px 1px #fff;
  font-weight: 600
}
.sandbox-control-bar {
  position: absolute;
  z-index: 999;
  margin-top: -36px;
  margin-left: 10px;
  float: left
}
.click-nav, .click-nav-location, .txt-sort {
  margin-top: 20px;
  margin-left: 5px;
  float: left
}
.cbp-vm-view-grid ul.sandbox .mix, .cbp-vm-view-list ul.sandbox .mix {
  display: none;
  float: left
}
.txt-sort {
  color: #333
}
.click-nav ul, .click-nav-location ul {
  font-weight: 900;
  width: 100%;
  margin: 0
}
.click-nav ul li, .click-nav-location ul li {
  position: relative;
  list-style: none;
  cursor: pointer;
  text-align: left
}
.click-nav ul li ul, .click-nav-location ul li ul {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 2px;
  z-index: 999
}
.click-nav ul .clicker, .click-nav-location ul .clicker {
  background: #d0d0d0;
  color: #333;
  padding: 5px 33px;
  text-align: left;
  font-weight: 400
}
.click-nav ul .active, .click-nav ul .clicker:hover, .click-nav-location ul .active, .click-nav-location ul .clicker:hover {
  background: #47a3da;
  color: #fff
}
.click-nav ul li span, .click-nav-location ul li span {
  transition: background-color .2s ease-in-out;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  display: block;
  padding: 8px 10px;
  background: #fff;
  color: #333;
  text-align: left;
  text-decoration: none;
  border-radius: 0;
  margin: 0;
}
.price-color-log .content-blue, .price-color-log .content-green {
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out
}
.click-nav ul li a:hover, .click-nav-location ul li a:hover {
  background: #f9f9f9
}
.click-nav .no-js ul, .click-nav-location .no-js ul {
  display: none
}
.click-nav .no-js:hover ul, .click-nav-location .no-js:hover {
  display: block
}
.list-fly .img img {}
.effects .cbp-vm-view-list .list-fly .cbp-vm-image {
  width: 20%;
}
.main-switcher {
  clear: both;
}
.main-switcher .cbp-vm-view-list .list-fly figcaption h3 {
  margin-right: 30px;
  margin-bottom: 0
}
.main-switcher ul.list-fly figcaption span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  color: #333
}
.main-switcher ul.list-fly figcaption span:last-child {
  margin-right: 0;
  color: #428bca;
  font-weight: 600
}
.main-switcher .list-fly figcaption span i {
  margin-right: 10px;
  color: #428bca;
  font-size: 16px
}
.cbp-vm-switcher.cbp-vm-view-list ul.sandbox.list-fly li {
  width: 100%
}
.main-switcher .cbp-vm-view-list .list-fly figcaption .clear {
  display: none
}
.main-switcher .cbp-vm-view-list ul.sandbox.list-fly figcaption {
  width: 80%
}
.main-switcher ul.sandbox.list-fly figcaption .btn-primary {
  margin-top: 10px;
}
.cbp-vm-view-grid ul.sandbox.list-fly .img {
  background: #fff;
  margin-bottom: 10px;
}
.price-bg, .price-circle, .section-help-info, .section-parthners-info {
  height: 100%;
  width: 100%
}
.main-switcher .cbp-vm-view-grid ul.sandbox.list-fly figcaption h3 {
  float: none;
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  overflow: hidden;
}
}
.main-switcher .cbp-vm-view-grid .list-fly figcaption .clear {
  display: block
}
.section-help-info {
  padding: 0 0 80px;
  background-image: none;
  margin: 0
}
.box-info-help {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}
.help-info {
  font-size: 13px;
  position: relative;
  color: #333
}
.help-info img {
  margin-top: 40px
}
.help-info h3 {
  font-weight: 600
}
.sc-row {
  margin-top: 50px
}
.help-bt {
  display: inline-block;
  margin-top: 17px;
  font-size: 11px;
  color: #30353a;
  text-decoration: none;
  font-family: Raleway, Sans-Serif;
  font-weight: 600;
  border: 2px solid #e6e6e6;
  border-radius: 3px;
  padding: 8px 19px
}
a.help-bt:hover {
  color: #333
}
.section-parthners-info {
  padding: 0 0 80px;
  background-image: none;
  margin: 0
}
.price-color-log .content-blue {
  padding: 0;
  right: -90px;
  z-index: 0;
  bottom: -80px;
  opacity: .7;
  transition: all .7s ease-in-out
}
.price-color-log .content-green {
  padding: 0;
  z-index: 1;
  top: -80px;
  opacity: .96;
  transition: all .7s ease-in-out
}
.price-color-log .content-red {
  padding: 0;
  left: -90px;
  z-index: 0;
  bottom: -80px;
  opacity: .7;
  -webkit-transition: all .7s ease-in-out;
  -moz-transition: all .7s ease-in-out;
  -o-transition: all .7s ease-in-out;
  transition: all .7s ease-in-out
}
.price-color-log .content-red:hover {
  z-index: 2;
  opacity: 1
}
.price-color-log .circle-opacity {
  opacity: .7
}
.price-color-log .content-blue:hover {
  z-index: 2;
  opacity: 1
}
.price-table-circle.blue-prices {
  background-color: #428bca
}
.price-table-circle.green-prices {
  background-color: #163257;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .8)
}
#parallax-footer.price-color-log.home-map {
  padding: 200px 0;
  background: url(../images/global-map.jpg) center left no-repeat    !important;
  width: 100%;
  border-top: 0 solid #fff
}
.home-map .price-table-circle.blue-prices {
  background-color: rgba(0, 0, 0, .3)
}
.home-map .price-table-circle.green-prices {
  background-color: rgba(0, 0, 0, .5)
}
.home-map .price-table-circle.red-prices {
  background-color: rgba(0, 0, 0, .3)
}
.price-table-circle.red-prices {
  background-color: #428bca
}
.price-table-circle {
  text-align: center;
  width: 100%;
  margin-right: 20px;
  padding: 35px;
  border-radius: 100%;
  border: 0 solid #333
}
.price-circle .price-title {
  width: 100%
}
.price-table-circle .price-title h3 {
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  padding: 0 20px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  font-family: 'Open Sans', sans-serif;
}
.price-table-circle .price-money h3 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  padding: 8px 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .4);
  font-family: Raleway, Sans-Serif
}
.price-table-circle .price-info a, .prices .price-table-circle ul li p, .prices ul li p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}
.price-table-circle .price-money {
  width: 100%;
  padding: 5px 0
}
.prices .price-table-circle ul li {
  list-style-type: none;
  border-bottom: 0 solid #eee
}
.prices .price-table-circle ul li p {
  padding: 5px 0;
  vertical-align: middle;
  margin: 0 0 1px;
  color: #fff;
  z-index: 9999
}
.prices .price-table-circle ul li.price-info {
  padding: 10px 0;
  text-align: center
}
.price-table-circle .price-info {
  background-color: transparent;
  padding: 5px 0;
  border: 0 solid rgba(230, 82, 38, 1)
}
.price-title, .prices ul {
  background-color: rgba(255, 255, 255, 1)
}
.price-table-circle .price-info a {
  font-size: 14px;
  line-height: inherit;
  color: #fff
}
.price-bg {
  box-shadow: 0 1px 2px rgba(0, 0, 0, .4)
}
.prices ul {
  margin-bottom: 0
}
.prices ul li {
  list-style-type: none;
  border-bottom: 1px solid #eee
}
.prices ul li:last-child {
  border-bottom: 0 solid #ccc
}
.prices ul li p {
  padding: 20px 0;
  vertical-align: middle;
  margin: 0 0 1px;
  color: #000;
  z-index: 9999
}
#footer h3, .button-banner a, .price-title h3 {
  font-weight: 600
}
#footer h3, .price-title h3, .contact-square h3 {
  font-size: 16px;
}
.price-table {
  text-align: center;
  width: 100%;
  margin-right: 20px
}
.price-title {
  width: 100%;
  margin-bottom: 0
}
.price-money {
  width: 100%;
  background-color: #fff;
  padding: 10px 0;
  margin-bottom: 0
}
.price-table .price-money h3 {
  font-size: 60px;
  color: #212121;
  font-weight: 600;
  padding: 40px 0;
  background-color: #fff
}
.price-money h3 span {
  font-size: 20px;
  text-transform: none
}
.price-table h3 {
  font-size: 20px;
  padding: 20px 0;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: Raleway
}
.price-table.orange .price-title h3 {
  font-size: 20px;
  padding: 20px 0;
  color: #fff;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  background-color: #428bca;
  width: 50%;
  margin: 0 auto
}
.button-banner a, .footer-small-desc a, .last-minute-banner h1, .price-info a, .title-map {
  text-transform: uppercase
}
.price-table .in-first {
  margin-right: 2%
}
.prices ul li.price-info {
  padding: 20px 0;
  text-align: center
}
.price-info {
  background-color: #428bca;
  padding: 10px 0;
  border: 1px solid rgba(230, 82, 38, 1)
}
.contact-square, .details-hotel {
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .4)
}
.price-info a {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: inherit;
  font-weight: 400;
  color: #fff
}
.contact .col-xs-6 {
  margin: 0px !important;
  padding: 0px !important;
  width: 40% !important
}
.main-details .bx-wrapper {
  margin-top: 0;
  margin-bottom: 20px
}
.main-details #bx-pager {
  text-align: center
}
.details-hotel {
  margin-top: 30px;
  color: #333
}
.details-hotel p {
  padding: 20px 0 0;
  margin: 0
}
.details-hotel p:last-child {
  padding: 20px 0;
  margin: 0
}
#contact-msg-info, #top-info-contact, .book-now {
  padding: 60px 0
}
.contact-text-center.team-meet {
  margin: 60px 0 0;
  text-align: left
}
.contact-page .text-center {
  margin-top: 0
}
.contact-text-center {
  display: table;
  margin: 0 auto;
  overflow: hidden
}
.contact-text-center .title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px
}
.contact-text-center .title-sep-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 6px;
  width: 100%
}
.contact-text-center .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border: 0 solid #e7e6e6;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box
}
.contact-square {
  text-align: center;
  padding: 10px 10px 15px;
  border: 1px solid #e8e8e8;
  max-width: 300px;
  margin: 40px auto;
}
.shortcode_button i, .button-banner a i, .submit-contact i {
  margin-right: 10px
}
.contact-square i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #fff;
  background: #428bca;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}
.contact-square h3 {
  font-weight: 600;
}
.contact-square p {
  height: 50px;
}
.box-content {
  margin-top: 30px
}
.input-contact, .submit-contact {
  margin-top: 20px
}
.input-contact {
  display: block;
  padding: 10px 15px;
  width: 100%;
  font-size: 13px;
  color: #333;
  background: #fff
}
.form input[type=text]:hover, .form input[type=email]:hover, .form input[type=number]:hover, .form input[type=url]:hover, .form input[type=search]:hover, .form input[type=tel]:hover, .form input[type=password]:hover, .form input[type=date]:hover, .form input[type=color]:hover, .form select:hover {
  border-color: rgba(0, 0, 0, .2)
}
.form input[type=text], .form input[type=email], .form input[type=number], .form input[type=url], .form input[type=search], .form input[type=tel], .form input[type=password], .form input[type=date], .form input[type=color], .form select {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #777;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.form input[type=text]:focus, .form input[type=email]:focus, .form input[type=number]:focus, .form input[type=url]:focus, .form input[type=search]:focus, .form input[type=tel]:focus, .form input[type=password]:focus, .form input[type=date]:focus, .form input[type=color]:focus .form select:focus {
  color: #111;
  border-color: #428bca;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  outline: 0
}
.fc-content {
  padding-left: 0
}
.fc-content2 {
  padding-right: 0
}
#messagecontact {
  height: 178px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .2);
  letter-spacing: 1px
}
.form textarea, .form textarea:hover {
  border-color: rgba(0, 0, 0, .2) !important
}
.form textarea:hover {
  outline: 0 !important
}
.form textarea:focus {
  color: #111;
  outline: 0 !important;
  border-color: #428bca !important;
  -webkit-box-shadow: 0 0 3px rgba(21, 21, 21, .3) !important;
  -moz-box-shadow: 0 0 3px rgba(21, 21, 21, .3) !important;
  box-shadow: 0 0 3px rgba(21, 21, 21, .3) !important
}
.submit-contact {
  background-color: #163257;
  color: #FFF;
  border: 1px solid #163257;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  border-radius: 0;
  padding: 10px 25px;
  float: right;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.submit-contact:hover, .submit-contact:focus, .submit-contact:active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.submit-search {
  background-color: #163257;
  color: #FFF;
  border: 1px solid #163257;
  font-size: 14px;
  font-family: Raleway, sans-serif;
  border-radius: 0;
  padding: 10px 25px;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}
.submit-search:hover, .submit-search:focus, .submit-search:active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.error, .form textarea.error {
  border-color: #FF0004 !important;
}
.parthners img {
  opacity: .8;
  width: 80%
}
.parthners img:hover {
  opacity: 1
}
.last-minute-banner {
  width: 100%;
  background-color: #428bca;
  padding: 18px 0 28px
}
.last-minute-banner.middle-bnr {
  margin-bottom: 80px
}
.last-minute-banner.bb-blue {
  background-color: #163257
}
.orange-banner {
  background-color: #428bca
}
.orange-banner.last-minute-banner h1 {
  margin-top: 28px
}
.last-minute-banner h1 {
  color: #fff;
  text-align: left;
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  letter-spacing: 1px
}
.last-minute-banner h1 span {
  font-weight: 400
}
.last-minute-banner .l-main2-banner-title {
  font-size: 16px;
  font-weight: 400
}
.button-banner {
  text-align: right
}
.shortcode_button, .button-banner a {
  display: inline-block;
  background: #428bca;
  padding: 14px 28px;
  border-color: #428bca;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 9% 0 20px;
  border-width: 2px;
  border-style: solid;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  line-height: 14px;
  transition: color .3s, background .3s, border-color .3s;
  -webkit-transition: color .3s, background .3s, border-color .3s
}
.socialfooter img, .socialfooter img:hover {
  -webkit-transition: opacity;
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transition: opacity;
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms
}
.shortcode_button:hover, .button-banner a:hover {
  color: #163257;
  border-color: #fff;
  background: #fff
}
#parallax-footer {
  padding: 100px 0;
  margin: 80px 0 0;
  overflow: hidden;
  background-attachment: fixed;
  border-bottom: 0 solid #fff;
  border-top: 1px solid #fff;
  width: 100%;
}
#footer {
  width: 100%;
  background: #163257;
  color: #fff;
  padding-top: 60px
}
#footer h3, #footer p {
  margin: 10px 0;
  float: left;
  width: 100%
}
#footer h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
}
#footer p {
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400
}
#footer li {
    margin-bottom: 10px;
}
.newsletterfooter {
  float: left;
  width: 100%;
  margin: 20px 0;
  position: relative
}
.newsletterfooter i {
  font-size: 20px;
  margin: 0 auto;
  padding: 8px 18px;
  position: absolute;
  text-align: center
}
.footer-small-img {
  padding-left: 0;
  padding-right: 0
}
.footer-small-img img {
  max-width: 100%;
  margin-top: 15px
}
.footer-small-desc {
  margin-top: 11px
}
.footer-small-desc a {
  font-weight: 800;
  color: #fff
}
#footer .footer-zone p {
  margin: 10px 0 12px
}
.footer-zone .socialfooter {
  margin: 40px 0 0;
  float: left
}
.footer-zone .socialfooter i {
  border: 1px solid #428bca;
  border-radius: 1px;
  color: #fff;
  font-size: 16px;
  padding: 10px 14px;
  background: #428bca;
  width: auto;
}
.footer-zone .socialfooter i:hover {
  background-color: transparent
}
.footer-zone .socialfooter i.fa-dribbble, .footer-zone .socialfooter i.fa-instagram, .footer-zone .socialfooter i.fa-twitter {
  padding: 10px 12px
}
.footer-small-desc p {
  color: #428bca
}
.footer-small-desc .r-more {
  color: #ccc;
  font-weight: 400;
  font-style: italic
}
.newsletterfooter input[type=text] {
  width: 215px;
  float: left;
  margin: 0;
  padding: 0 10px;
  border: 0;
  height: 40px;
  background-color: #4A515B;
  color: #fff
}
.newsletterfooter input[type=submit] {
  float: right;
  width: 40px;
  height: 40px;
  background-color: #428bca;
  cursor: pointer;
  border: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  content: ">"
}
.socialfooter img {
  float: left;
  margin: 10px 10px 10px 0;
  opacity: 1
}
.socialfooter img:hover {
  opacity: .7
}
.footer-bottom {
  background: #162021;
  padding: 30px 0;
  margin-top: 30px;
  line-height: 14px
}
.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.footer-zone i {
  color: #428bca;
  margin-right: 10px;
  width: 10px;
}
.footer-zone a, .footer-zone .shortcode_button i {
  color: #fff;
}
.footer-zone a:hover, .footer-zone .shortcode_button:hover i {
  color: #428bca;
}
.copyright {
  color: #428bca;
}
.payment-card i {
  margin-left: 5px
}
.payment-card {
  text-align: right
}
.google-maps {
  height: 500px
}
#map_canvas, #map_container {
  height: 100%;
  position: relative;
  width: 100%
}
#map_container {
  margin-top: 0
}
#map_canvas {
  top: 0;
  z-index: 1
}
#map_canvas img {
  max-width: none !important;
  height: auto !important;
  background: 0 0 !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important
}
.title-map {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  color: #dd8609;
  margin-bottom: 0
}
.desc-map {
  font-weight: 400;
  color: #333
}
.room-map i {
  font-size: 14px;
  margin-left: 10px
}
.room-map {
  color: #111;
  font-weight: 400
}
#mobile-menu-01 {
  display: none
}
.travel-mega-menu-mobile, .travel-mega-menu-mobile * {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0
}
.travel-mega-menu-mobile li {
  width: 100%;
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 35px;
  text-align: left;
  white-space: nowrap
}
.travel-mega-menu-mobile li a.top-menu-txt {
  text-transform: uppercase;
  font-weight: 600
}
.travel-mega-menu-mobile li.current > a, .travel-mega-menu-mobile li:hover > a {
  background: #fff;
  color: #428bca
}
.travel-mega-menu-mobile li .blue-link li:hover a {
  background: #163257;
  color: #fff
}
#mobile-menu-01 .line-logo {
  width: 100%;
  padding-bottom: 5px
}
#mobile-menu-01 .line-logo i {
  background: #333;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  float: right;
  margin: 20px 5px 0 0
}
#mobile-menu-01 .line-logo a img {
  margin: 5px 0 0 5px
}
#mobile-menu-01 .line-logo i:hover {
  cursor: pointer
}
.travel-mega-menu-mobile li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  letter-spacing: .5px;
  color: #666;
  transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  -ms-transition: background .4s, color .4s;
  -moz-transition: background .4s, color .4s;
  -webkit-transition: background .4s, color .4s
}
.travel-mega-menu-mobile li > div {
  position: relative;
  z-index: 1000;
  top: 100%;
  margin-top: -5px;
  background: rgba(255, 255, 255, .9);
  opacity: 1
}
.travel-mega-menu-mobile li li {
  display: block;
  float: none;
  border-width: 1px 0 0;
  line-height: 31px;
  white-space: normal
}
.travel-mega-menu-mobile li .grid-container10 {
  width: 100%
}
.travel-mega-menu-mobile li h3 {
  font-size: 14px;
  width: 100%;
  padding-left: 15px
}
.travel-mega-menu-mobile li a > .fa {
  display: block;
  float: left;
  width: 16px;
  margin: 0 10px 0 -4px;
  font-size: 16px;
  line-height: inherit;
  text-align: center
}
.partners {
  width: 100%;
  padding: 35px 15px;
  height: 280px;
}
.partners h2 {
  padding-bottom: 20px;
}
.partners .partners ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
}
.partners li {
  text-align: center;
  width: 230px !important;
  display: inline-block;
  float: left;
  height: auto;
}
.partners.responsive {
  width: auto;
  margin-left: 0;
}
.btn-info {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.btn-info:hover {
  color: #fff;
  background-color: #285e8e;
  border-color: #285e8e;
}
.content-box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table > tbody > .active > td, .table > tbody > .active > th, .table > tbody > tr > .active, .table > tfoot > .active > td, .table > tfoot > .active > th, .table > tfoot > tr > .active, .table > thead > .active > td, .table > thead > .active > th, .table > thead > tr > .active {
  background-color: #E1E8F0;
}
/* checkbox & radio */
.checkbox {
  padding-left: 20px;
  cursor: pointer;
  padding-top: 0px;
}
.modal .checkbox {
  margin-top: -20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 0px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  cursor: pointer;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 18px;
  color: #428bca;
  cursor: pointer;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: none !important;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled {
  cursor: not-allowed !important;
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
  cursor: not-allowed !important;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed !important;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.radio {
  padding-left: 20px;
  cursor: pointer;
}
.radio label {
  display: inline-block !important;
  position: relative;
  padding-left: 10px;
  cursor: pointer;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
  cursor: pointer;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #428bca;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  cursor: pointer;
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: none !important;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
  cursor: not-allowed !important;
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
  cursor: not-allowed !important;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
  cursor: not-allowed !important;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio.radio-single label {
  height: 20px;
}
/**/
.search {
  float: left;
  width: 90%;
  margin-bottom: 20px;
  position: relative;
}
.search input[type=text] {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 10px;
  border: 0;
  height: 40px;
  color: #777;
  border: 1px solid rgba(0, 0, 0, .2);
  background: #eceef1;
  font-size: 13px;
}
.search button {
  width: 40px;
  height: 40px;
  background-color: #428bca;
  cursor: pointer;
  border: 0;
  font-size: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
}
.search button i {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.not-found-page {
  padding-top: 150px;
  padding-bottom: 135px;
}
.notfound-icon {
  text-align: center;
}
.notfound-icon img {
  display: inline-block;
}
.notfound-text {
  font-size: 250px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cedeec;
  margin-bottom: 150px;
  text-align: center;
}
.notfound-text span {
  font-size: 18px;
  display: block;
  color: #20262e;
}
.notfound-text span i {
  color: #428bca;
  font-style: normal;
}
@media (max-width: 479px) {
  .not-found-page {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .notfound-text {
    font-size: 150px;
    margin-bottom: 50px;
  }
}
.list-marker {
  margin-left: 30px;
}
.list-marker li {
  color: #428bca;
}
.list-marker li::first-line {
  color: #333;
}
.section-tours {
    margin-bottom: 50px;
}
.pb-2 {
    padding-bottom: 30px;
}
.pt-2 {
    padding-top: 30px;
}
.text-white {
    color: white
}
.img-right, .img-left {
  display: block;
  clear: both;
  width: 330px;
  max-width: 50%;
  margin-bottom: 10px;
  }
.img-right {
  float: right;
  margin-left: 15px;
}
.img-left {
  float: left;
  margin-right: 15px;
}
.img-col {
  clear: both;
  display: inline-block;
  width: 330px;
  max-width: 32%;
  margin-bottom: 10px;  
}
.img-col+.img-col {
    margin-left: 10px;
}
@media (max-width: 991px) {
.img-right, .img-left, .img-col {
    float: none;
    clear: both;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
.img-col {
  display: block;  
}
.img-col+.img-col {
    margin-left: auto;
}
}
.form-inline .form-control {
    margin: 2px;
}