/*!
 * Bootstrap.min.css
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
aside,
footer,
header,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
img {
  border: 0;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
@media print {
  a {
    text-decoration: underline;
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 26px;
  line-height: 1.3;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.text-center {
  text-align: center;
} 
ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
span.small { color: #333 !important; font-size: 12px; }
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-sm-7, .col-md-7, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-12, .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-3, .col-xs-4, .col-xs-6, .col-xs-9, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
@media (min-width: 768px) {
  .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-3, .col-lg-4, .col-lg-9 {
    float: left;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
}
table {
  background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


/*!
Animate.min.css - https://daneden.me/animate
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

/*!
Style.min.css
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c)
*/
/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe{background:#ddd;color:#000;padding: 0.2em;position: fixed; top: 0; left: 0; text-align: center; z-index:9999; width: 100%;}
.chromeframe a{color:#ed1c24;}

/*-------- 1.1 Typography --------*/
body {background:#f9f9f9; font-size:14px; line-height:20px; font-family: Arial, sans-serif; color:#565a5c;/*-webkit-font-smoothing: antialiased;*/}

h1, h2, h3, h4, h5, h6, .h1, .h3 {-webkit-font-smoothing:antialiased; color:#3bbcae;}
h3, .h3 { font-size:22px;}

.main_title{ text-align:center; font-size:16px; margin-bottom:30px;}
.main_title h2{ text-transform: uppercase; font-weight:700; letter-spacing:-1px; font-size:30px; margin-bottom:0;margin-top:0; }
.main_title p{ font-weight:300; font-size:20px}

h2 span, h3 span, h4 span, h5 span, h6 span, .h3 span {color:#fc307f;}

.box_style_1 h3.inner{ 
	margin:-30px -30px 20px -30px; 
	background-color:#565a5c; 
	padding:10px 20px 10px 18px;
	color:#fff; 
	border:1px solid #fff;
	-webkit-border-top-left-radius: 3px;
	text-align:center;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

/*General links color*/
a {color: #3bbcae;text-decoration: none;-webkit-transition: all 0.2s ease;transition: all 0.2s ease; outline:none;}
a:hover,a:focus {color: #fc307f;text-decoration: none; outline:none;}

p {margin: 0 0 20px 0;}

.nopadding {
	margin: 0 !important;
	padding: 0 !important;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*-------- 1.2 Buttons --------*/
a.button_intro, .button_intro  {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff !important;
	background: #fc307f;
	cursor: pointer;
	padding: 8px 25px;
	display: inline-block;
	outline: none;
	font-size:12px;
	text-align:center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
	min-width:150px;
	text-shadow: none;
}
a.button_intro:hover, .button_intro:hover {
	background: #fff;
	color:#fc307f !important;
}
a.button_intro.outilne, .button_intro.outline  {
	border: 2px solid #fff;
	color:#fff;
	background: none;
	padding: 6px 23px;
}
a.button_intro:hover, .button_intro:hover {
	background: #fff;
	color:#e04f67;
}

a.btn_1, .btn_1{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color:#fff;
	background: #51bce6;
	cursor: pointer;
	padding: 7px 20px;
	display: inline-block;
	outline: none;
	font-size:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform:uppercase;
	font-weight:bold;
}

a.btn_1.outline,.btn_1.outiline, input .btn_1.outiline{
	color:#555;
	background: none;
	border:2px solid #555;
	padding: 5px 18px;
}
a.btn_1.outline:hover,.btn_1.outiline:hover, input .btn_1.outiline:hover{
	color:#fff;
	background:#e04f67;
	border:2px solid #e04f67;
}
a.btn_1:hover, .btn_1:hover {
	background: #333;
}

/*-------- 1.3 Structure --------*/

/* Header */
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:99999;
	padding:10px 0;
}
#logo_home h1{
	margin:10px 0 0 0;
	padding:0;
}
#logo_home h1 a, header.sticky #logo_home h1 a {
	width:160px;
	height:34px;
	display:block;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 160px 34px;
	text-indent:-9999px;
	margin-top: -5px;
}
header.sticky #logo_home h1{
	margin:0 0 10px 0;
	padding:0;
}
header.sticky #logo_home h1 a{
	background-image:url(../img/logo_sticky.png);
}
@media only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
#logo_home h1 a {
    background-image: url(../img/logo_2x.png);
	background-size: 160px 34px;
}
header.sticky #logo_home h1 a {
    background-image: url(../img/logo_sticky_2x.png);
	background-size: 160px 34px;
}
}

header.sticky #top_line { 
	height: 0;
	overflow:hidden; 
	padding:0; 
	opacity:0;
	transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -webkit-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
}

header.sticky{ 
	-webkit-box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	-moz-box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	box-shadow:0px 2px 10px -2px rgba(0, 0, 0, 0.41);
	background-color:#f2fefd; 
	padding-bottom:0;
}

nav{ margin-top:20px}
.sticky nav{ margin-top:10px}

#top_line{
	color:#fff;
	height:28px;
	font-size:12px;
	border-bottom:1px solid rgba(255,255,255,0.2);
	 font-size:11px;
	 visibility:visible;
	 opacity:1;
	 margin-bottom:5px;
	 position:relative;
	 z-index:999999;
}
ul#top_links{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
ul#top_links li{
	display:inline-block;
	border-left: 1px solid rgba(255,255,255,0.3);
	margin-right:5px;
	padding-left:8px;
}
ul#top_links li:first-child{
	border-left: none;
	padding-left:0;
}
ul#top_links a{
	color:#fff;
}

/* Footer  */
footer {
	background:#333;
	color:#fff;
	padding:30px 0 10px 0;
	line-height: 36px;
}
footer h3{
	font-size:16px;
	font-weight:700;
	color:#fff;
}
footer a{
	color:#fff;
}
footer a:hover{
	color:#999;
}
footer ul{
	margin:0;
	padding: 0 0 20px 0;
	list-style:none;
}
#about {
	line-height: 30px;	
}
#social_footer{
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.2);
	padding-top:30px;
	margin-top:30px;
}
#social_footer p{
	font-size:12px;
	color:#8c8c8c;
}
#social_footer ul{
	margin:0;
	padding:0 0 10px 0;
	text-align:center;
}
#social_footer ul li{
	display:inline-block;
	margin:0 5px 10px 5px;
}
#social_footer ul li a{
	color:#fff;
	text-align:center;
	line-height:34px;
	display:block;
	font-size:16px;
	width:35px;
	height:35px;
	border:1px solid rgba(255,255,255,0.3);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#social_footer ul li a:hover{
	border:1px solid #fff;
	background:#fff;
	color:#111;
}
a#phone, a#email_footer{
	display:block;
	position:relative;
	color:#fdf7ac;
	font-size:16px;
	padding-left:40px;
	margin:20px 0;
}
a#phone:hover, a#email_footer:hover{
	color:#fff;
}
a#phone:before, a#email_footer:before{
  font-style: normal;
  font-weight: normal;
  font-family: "icon_set_1";
    position:absolute;
}
a#phone:before{
  font-size:30px;
  content: "\7a";
  left:0;
  top:0;
}
a#email_footer:before{
  font-size:28px;
  content: "\74";
  left:0;
  top:5px;
}

/*============================================================================================*/
/* 2.  CONTENT  */
/*============================================================================================*/
/*-------- 2.1 Home --------*/
.feature_home {
	padding:30px;
	position:relative;
	background:#fff;
	margin-bottom:30px;
	color:#888;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	text-align:center;
}
.feature_home h3 {font-size:20px;}
.feature_home i{
	margin:auto;
	margin-bottom:20px;
	display:block;
	width:120px;
	height:120px;
	line-height:110px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px dashed #ccc;
	font-size:62px;
	color:#6dcff6;
}

/* Home 2 */
#hero {
    position: relative;
    height: 600px;
    background: #4d536d url(../img/slides_bg/slide_2.jpg) no-repeat center center;
    background-size: cover;
    color:#fff;
	width: 100%;
	font-size:16px;
	display:table;
	z-index:99;
	text-align:center;
	text-transform:uppercase;
}
.intro_title{display:table-cell;vertical-align:middle;}
.intro_title h3 {
    font-size: 45px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}
iframe, video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
iframe {
  height: 100%;
  width: 100%;
}
video {
  width: 100%;
}

/* Home 5 */
#search_bar_container{
	background:#333;
	background-color:rgba(0, 0, 0, 0.4);
	padding: 15px 0;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	text-align:center;
}

/*-------- 2.2 All tours list / All tours grid --------*/
.box_style_cat{
	 padding: 10px;
}
.box_style_cat h5 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid #565a5c;
	padding-bottom: 10px;
}
.box_style_cat i{
	color: #565a5c;
}
.box_style_cat h5 span {
	color: #fc307f;
}
ul#cat_nav{
	list-style:none;
	margin: 0;
	padding:0;
}
ul#cat_nav li{
	 /*border-bottom: 1px solid #ddd;*/
}
ul#cat_nav li a{
	position:relative;
	font-size: 14px;
	color:#5a5a5a;
}
ul#cat_nav li a span{
	font-size:11px;
	color:#999;
}
ul#cat_nav li a:before{
	font-family: "fontello";
	content: "\e89b";
	position:absolute;
	left:5px;
	top:7px;
}
ul#cat_nav li:last-child{
	 border-bottom: 0;
	 padding-bottom:0;
	
}
ul#cat_nav li:first-child a:hover, ul#cat_nav li:first-child a#active, ul#cat_nav li:first-child a.active{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
ul#cat_nav li:last-child a:hover, ul#cat_nav li:last-child a#active, ul#cat_nav li:last-child a.active{
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
ul#cat_nav li a{
	display:block;
	padding:7px 5px 7px 18px;
}
ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active{
	color:#fc307f;
}
ul#cat_nav i {
	font-size:22px;
	margin-right:5px;
	float:left;
}

/*-------- 2.3 Single tour page --------*/
#Img_carousel .sp-selected-thumbnail {border-bottom: 2px solid #e04f67;}

.parallax-content-2{
	position:absolute;
	left:0;
	bottom:0;
	z-index:999;
    padding:18px 0 20px 0;
	color:#fff;
	font-size:13px;
	background:url(../img/shadow_single.png) repeat-x bottom left;
	width:100%;
}
.parallax-content-2 div h1{
	font-size:36px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	margin:0;
}

.parallax-content-2 .rating{font-size:14px;}

#price_single_main{
	text-align:right;
	padding-top:25px;
	font-weight:normal;
}
#price_single_main span{
	font-size:60px;
	color:#3CF;
}
#price_single_main sup{
	font-size:22px;
	position:relative;
	top:-25px;
}
#single_tour_desc h3{
	font-size:22px;
	margin-top:5px;
}
#single_tour_desc h4{
	font-size:16px;
	line-height:20px;
}

/*-------- 2.4 Cart - Payment - Confirmation --------*/

.form_title{
	position:relative;
	padding-left:55px;
	margin-bottom:10px;
}
.form_title h3 strong{
	background-color:#e04f67;
	text-align:center;
	width:40px;
	height:40px;
	display:inline-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color:#fff;
	font-size:18px;
	line-height:40px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
}
.form_title h3{
	margin:0;
	padding:0;
}
.form_title p{
	color:#999;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:14px;
}
.step{
	border-left: 1px solid #ddd;
	padding:20px 0 20px 31px;
	margin:0 0 10px 20px;
}
.cards{
	margin-top:18px;
}
.table{
	border-bottom:1px solid #ddd;
}

/*-------- 2.5 About --------*/
.feature {
	padding:30px 30px 20px 120px;
	position:relative;
	background:#fff;
	margin-bottom:30px;
	color:#888;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.feature i{
	margin:0;
	position:absolute; 
	top:30px;
	left:30px;
	padding:0;
	margin:0;
	width:65px;
	height:65px;
	line-height:60px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px dashed #ccc;
	font-size:34px;
	color:#6dcff6;
}
.features-bg {
    position: relative;
    min-height: 400px;
    background: no-repeat center center;
    background-size: cover;
}
.features-img {
    width: 100%;
    height: 400px;
    text-align: center;
    line-height: 400px;
}
.features-content {
    position: relative;
    padding: 11% 100px 10% 100px;
    height: 400px;
    background-color: #e04f67;
	color:#fff;
	font-size:14px;
}
.features-content h3{
   color:#fff;
   font-size:32px;
   line-height:34px;
   text-transform:uppercase;
}
.rating{font-size:18px;}
.rating small{
	font-size:12px;
	color: #CCC;
}
.rating .voted{color:#F90;}


/*-------- 2.6 Contact us --------*/
#map_contact {width:100%; height:450px;}

.loader { margin-left:5px; position:absolute;}
.error_message { color:#F33; font-weight:600; margin-bottom:4px;}


/*-------- 2.8 Tour guide page --------*/
#tour_guide{
	text-align:center;
}

.img-circle.styled{
	border:5px solid #fff;
}

/*-------- 3.0 Hotels --------*/

.hotel_container{
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	margin-bottom:30px;
}
.hotel_container .hotel_title{
	padding:15px;
	position:relative;
}
.hotel_container .hotel_title .rating{
	font-size:14px;
	margin-left:-3px;
}
.hotel_container .hotel_title h3{
	margin:0;
	font-size:16px;
	text-transform:uppercase;
}

/* Carousel */
.carousel .item{
    margin: 3px;
}
.carousel .item img{
    display: block;
    width: 100%;
    height: auto;
}
ul.list_icons{
	margin:0 0 020px 0;
	padding:0;
	list-style:none;
}
ul.list_icons li i{
	font-size:16px;
}
.modal-dialog {
	 margin-top:80px;
}
#price_single_main.hotel{
	padding-top:40px;
}
.hotel_container .short_info.hotel{
	padding-left:10px;
}

/*============================================================================================*/
/* 3.  COMMON  */
/*============================================================================================*/

.box_style_1{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	 border: 1px solid #ddd;
	 margin-bottom:25px;
	 padding:30px;
	 position:relative;
	 color:#666;
}
.box_style_4, .box_style_2{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	 margin-bottom:25px;
	 padding:20px;
	 position:relative;
	 text-align:center;
	 border:1px solid #ddd;
}
.box_style_4:after, .box_style_4:before {
	content: "";
	position: absolute;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
}
.box_style_4:before {
	border-bottom: 10px solid #ccc;
	margin-bottom: 0;
}

.box_style_4:after {
	border-bottom: 10px solid #fff;
	margin-bottom: -1px;
	z-index: 1;
}
.box_style_2 i, .box_style_4 i{
	font-size:52px;
	margin-top:10px;
	display:inline-block;
}
.box_style_2 a.phone, .box_style_4 a.phone, .box_style_2 span.phone {
	font-size: 26px;
	display:block;
	margin-bottom:20px;
}

/* Input form style */   
.form-control {
  font-size: 12px;
  color: #333;
  height:40px;
  border-radius: 3px;
}
.expose {
    position:relative;
}
#overlay {
    background:rgba(0,0,0,0.4);
    display:none;
    width:100%; height:100%;
    position:fixed; top:0; left:0; z-index:1; bottom:0;
}

/* Error validate style */   
label.error{
	font-size:11px;
	position: absolute;
	top:-15px;
	right:-30px;
	z-index:99;
	height:25px;
	line-height:25px;
	background-color:#e34f4f;
	color:#fff;
	font-weight:normal;
	padding:0 6px;
   } 
  label.error:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 6px 6px 0;
	border-color: transparent #e34f4f;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -6px;
	left: 20%;
   } 
   
/* Scroll top button */      
#toTop {
	width:40px; 
	height:40px;
	background-color:rgba(0, 0, 0, 0.6);
	text-align:center;
	padding:10px;
	line-height:20px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#fff;
	font-size:20px;
}
#toTop:before{
  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  content: "\e899";
}

/*Background colors*/
.white_bg{ background-color:#fff}

/*Spacing*/
.add_bottom_15 {margin-bottom:15px;}
.add_bottom_30 {margin-bottom:30px;}
.add_bottom_45 {margin-bottom:45px;}
.add_bottom_60 {margin-bottom:60px;}
.nomargin_top{ margin-top:0;}

/*List*/
ul.list_ok,
ul.list_xmark {
	list-style:none;
	margin: 0 0 20px 0;
	padding:0;
	line-height:22px;
}
ul.list_ok li,
ul.list_xmark li {
	position:relative;
	padding-left:25px;
}
ul.list_ok li:before,
ul.list_xmark li:before {
 	font-style: normal;
  	font-weight: bold;
  	font-family: "icon_set_1";
  	font-size:14px;
  	content: "\6c";
  	color:#e04f67;
  	position:absolute;
  	left:0;
 	top:0;
}
ul.list_xmark li:before {
	color: #c00;
	content: "\6d";
}
ul.list_order {
	list-style:none;
	margin: 0 0 30px 0;
	padding:0;
	line-height:30px;
	font-size:14px;
}
ul.list_order li {
	position:relative;
	padding-left:40px;

	margin-bottom:10px;
}
ul.list_order li span {
	background-color:#3bbcae;
	color:#fff;
  position:absolute;
  left:0;
  top:0;
  text-align:center;
  font-size:18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
   border-radius: 50%;
  width:30px;
  height:30px;
  line-height:30px;
}

/* Margin tools */
.margin_30 {margin-top:30px; margin-bottom:30px;}

/* Padding tools */
.padding_30 {padding-top:30px; padding-bottom:30px;}
.padding_60 {padding-top:60px; padding-bottom:60px;}

/* Parallax bg */
.parallax-window {
    min-height: 470px;
	background: transparent;
	position:relative;
}
.parallax-content-1{
   display: table;
   width:100%;
   height:470px;
}
.parallax-content-1 > div{
  display: table-cell;
  padding:0 15%;
   vertical-align: middle;
	text-align:center;
	color:#fff;
	font-size:16px;
}
.parallax-content-1 div h1, .parallax-content-1 div h3{
	font-size:48px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}
.parallax-content-1 div h1{
	margin-bottom:0;
	padding-top:40px;
}
.parallax-content-1 div h1:before,.parallax-content-1 div h1:after {
	display: inline-block;
    width: 50px;
    height: 1px;
    content: '';
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
}
.parallax-content-1 div h1:before{
    margin-right: 10px;
}

.parallax-content-1 div h1:after {
    margin-left: 10px;
}

.parallax-content-1 div a i{
	color:#fff;
	opacity:0.5;
	font-size:72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.parallax-content-1 div a:hover i{
	opacity:1;
}

/* Tours boxes*/
.tour_container{
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
	margin:0;
	margin-bottom:30px;
}
.img_container{
	position:relative;
	overflow: hidden;
	border:1px solid #fff;
}
.tour_container .tour_title{
	padding:15px;
	position:relative;
}
.tour_container .tour_title .rating{
	font-size:14px;
	margin-left:-3px;
}
.tour_container .tour_title h3{
	color: #333;
	margin:0;
	font-size:18px;
}
.tour_container span.price{
	color: #3bbcae;
	font-size:22px;
	font-weight: 700;
}
.img_container a:hover img {
	-webkit-transform:scale(1);
	transform:scale(1);
}
.img_container img {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.short_info {
	position:absolute;
	left:0;
	bottom:0;
	background: url(../img/shadow_tour.png) repeat-x left bottom;
	width:100%;
	padding:10px 10px 8px 5px;
	color:#fff;
}
.short_info i{
	 font-size:25px;
	 display: inline-block;
  vertical-align: middle;
  font-weight: normal;
    font-style: normal;
  padding:0;
  margin:0;
}
.short_info .price{
	float:right;
	font-size:28px;
	font-weight:bold;
	display:inline-block;
}
.short_info .price sup{
	font-size:18px;
	position:relative;
	top:-5px;
}

/* Ribbons */
.ribbon{
	position: absolute;
	background-size: contain !important;
	top: 0;
	left: -1px;
	width: 60px;
	height: 60px;
	z-index: 1;
}
.ribbon.popular{
	background:url(../img/ribbon_popular.png) no-repeat 0 0;
}
.ribbon.top_rated{
	background:url(../img/ribbon_top_rated.png) no-repeat 0 0;
}
.ribbon.new{
	background:url(../img/ribbon_new.png) no-repeat 0 0;
}
.ribbon.covid{
	background:url(../img/ribbon_covid.png) no-repeat 0 0;
}

/* Position  breadcrumbs */
#position {
	background-color:#333;
	padding:10px 0;
	font-size:11px;
}
#position ul{
	margin:0;
	padding:0;
	color:#888;
}
#position ul li a{
	color:#fff;
	opacity:0.7;
}
#position ul li a:hover{
	color:#fff;
	opacity:1;
}
#position ul li{
	display:inline-block;
	padding-right:8px;
	margin-right:3px;
	position:relative;
}
#position ul li:after{
	content:"\e9ee";
	  font-style: normal;
  font-weight: normal;
  font-family: "fontello";
  position:absolute;
  right:0;
  top:0; /*2px*/
}
#position ul li:last-child:after{
	content:'';
}

/*Preloading*/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	bottom:0;
	background-color:#fff; 
	z-index:999999; 
}
.sk-spinner-wave.sk-spinner {
  margin:-15px 0 0 -25px; 
  position:absolute;
  left:50%; 
  top:50%;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
 }
 .ie8 .sk-spinner-wave.sk-spinner {display:none;}
.sk-spinner-wave div {
  background-color: #ccc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
   animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {-webkit-animation-delay: -1.1s;animation-delay: -1.1s;}
.sk-spinner-wave .sk-rect3 {-webkit-animation-delay: -1s;animation-delay: -1s; }
.sk-spinner-wave .sk-rect4 {-webkit-animation-delay: -0.9s;animation-delay: -0.9s;}
.sk-spinner-wave .sk-rect5 { -webkit-animation-delay: -0.8s;animation-delay: -0.8s;}

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}

  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}
@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {-webkit-transform: scaleY(0.4);transform: scaleY(0.4);}
  20% { -webkit-transform: scaleY(1);transform: scaleY(1);}
}

/** Collapse updated v.1.8 **/   
.panel {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow:none;
  border-color:#ddd;
}
.panel-title a {display:block; color:#777;}
.panel-default > .panel-heading {
  background-color: #fff;
  padding:20px;
}
.panel-heading {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-group .panel {
  border-radius: 3px;
}
.panel-body {
	padding:30px;
	line-height:1.6 !important;
}
.panel-title a .indicator{
	color:#e04f67;
}
.panel-title a:hover .indicator{
	color:#333;
}

/*============================================================================================*/
/* 4.  UPDATES  */
/*============================================================================================*/

/*-------- 4.3 Common --------*/
.badge_save{
	position:absolute;
	top:0;
	right:0;
	width:65px;
	height:77px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/badge_save.png);
	font-size:11px;
	line-height:12px;
	padding-top:32px;
}
.badge_save strong{
	display:block;
	font-size:14px;
	font-weight:bold;
}

/* Promo_full (v.1.7)*/
.promo_full {
	height:auto;
	background: url(../img/home_bg_2.jpg) no-repeat center center;
	background-attachment:fixed;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position:relative;
}
.promo_full_wp {
    display: table;
   width:100%;
  height:auto;
}
.promo_full_wp > div{
  display: table-cell;
  padding:10% 15%;
   vertical-align: middle;
	text-align:center;
	color:#fff;
	font-size:16px;
}
.promo_full_wp div h3{
	font-size:48px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
}

/*!
Menu.css
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c)
*/

/* ====================================================================================================
	MINIMAL CSS3 MENU
==================================================================================================== */

.main-menu {position: relative;z-index:9;width:auto;}
.main-menu a {-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
.main-menu ul,
.main-menu ul li,
.main-menu ul li a {position: relative; margin-bottom:0; margin: 0;padding: 0;}

/* Submenu styles */
.main-menu ul li a {display: block; line-height: 20px;padding:10px;}
			
/*First level styles */			
.main-menu > ul > li > a {color: #fff; padding: 0 8px 15px  8px; font-size:15px;}
.sticky .main-menu > ul > li > a {color: #333;}
.main-menu > ul > li:hover > a {color: #3bbcae;}

/*First level styles header plain */		
header#plain .main-menu > ul > li > a {color: #333;}


/* Opacity mask when left open */
.layer {display: none; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 100; min-height: 100%; background-color: #000; opacity: 0; z-index:9999;}
.layer-is-visible {display: block;-webkit-animation: fade-in-layer .3s;-moz-animation: fade-in-layer .3s;-ms-animation: fade-in-layer .3s; -o-animation: fade-in-layer .3s;animation: fade-in-layer .3s;opacity: 0.5;}

#close_in,#header_menu, .cmn-toggle-switch{display:none;}	

a.dropdown-toggle.icon-search{display: inline-block;}	

/* IE9 fix that affect the pages with parallax header (ex.single_hotel.html); Issue: submenu disappear when move the cursor to the submenu (only if you did not scroll the page) */
.ie9 a.show-submenu, .ie9 a.show-submenu-mega{ background:url(../img/fix_ie_9_menu.png);}
		
/* All styles for screen size over 992px
================================================== */
@media only screen and (min-width: 992px) {
	
.main-menu {width: auto;}
.main-menu a {white-space: nowrap;}	
.main-menu ul li {display: inline-block;}

.main-menu ul li.submenu:hover > a:before,
.main-menu ul li.submenu:hover > a:after {bottom: -20px;opacity: 0;}
		
/* Submenu */
.main-menu ul ul,
.main-menu ul .menu-wrapper {position: absolute;border-top: 2px solid #3bbcae;display: none;z-index: 1;height: auto;left: 3px;top: 100%;margin: 0;padding: 0;background: #fff;min-width:170px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}

/* Submenu 3rd level v.14 */
.main-menu ul ul ul,
.main-menu ul ul .menu-wrapper {position: absolute;border-top: 0;display: none;z-index: 1;height: auto;left: 100%;top: 0;margin: 0;padding: 0;background: #fff;min-width:170px;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0, 0, 0, .175);}	

/* Arrows top */
.main-menu ul ul:before{bottom: 100%;left: 15%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-bottom-color: #3bbcae;border-width: 7px;margin-left: -7px;}

/* Arrows top 3rd level v.14*/
.main-menu ul ul ul:before{border-width: 0;margin-left: 0;}

.main-menu ul .menu-wrapper ul {-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border-top: none; margin:0; padding:0;}
.main-menu ul .menu-wrapper ul:before{border:0;}

.main-menu ul li:hover > ul,
.main-menu ul li:hover > .menu-wrapper {display:block;padding: 0;}
.main-menu ul ul li {display: block;height: auto;padding: 0;}		
.main-menu ul ul li a {font-size: 14px;color: #666;border-bottom:1px solid #ededed;display: block;}
.main-menu ul ul li:last-child a {}

.main-menu ul ul li:hover > a {background-color:#f9f9f9;color:#fc307f;}
	
/* Megamenu */
.main-menu ul li.megamenu {position:static}
.main-menu ul li.megamenu .menu-wrapper {position: absolute;top: 100%;width:1140px;float:left;left:auto;right:0;padding:10px 15px 0 15px;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.main-menu ul .menu-wrapper h3 {font-size: 13px;text-transform:uppercase;border-bottom:2px solid #ededed;padding-bottom:10px;margin-bottom:0;}

.main-menu ul .menu-wrapper ul {position: relative;display:block;}
.main-menu ul .menu-wrapper ul {margin-bottom:15px;left: 0;}
	
}

@media only screen and (max-width: 991px) {
	
#header_menu{text-align:center;padding:25px 15px 10px 15px;position:relative;display:block;}

.main-menu ul li a:hover,
a.show-submenu:hover,
a.show-submenu:focus,
a.show-submenu-mega:hover,
a.show-submenu-mega:focus{color:#3bbcae !important;background-color:#f9f9f9;}	
	
.main-menu ul li  {border-top: none;border-bottom: 1px solid #ededed;color: #fff;}

/* Menu mobile first level */	
.main-menu ul li a  {padding:10px 15px !important;}

.main-menu h3 {font-size: 12px; line-height:14px;margin: 0;padding: 0 0 15px 15px;color: #333;text-transform:uppercase;}
.megamenu .menu-wrapper > div {padding:0;}	
	
.main-menu li,
.main-menu a {display: block;color:#333 !important;}
.main-menu li {position: relative;}
	
.main-menu a:hover {color:#3bbcae !important;}
	
.main-menu ul > li {padding-bottom: 0;}
.main-menu ul > li i{float:right;}

/* Menu mobile second level */	
.main-menu ul li.submenu ul{font-size: 12px;border-left:1px solid #ededed;margin:0 0 15px 25px;}
.main-menu ul li.submenu ul li{font-size: 12px;border:0;}

/* Menu mobile 3rd level */	
.main-menu ul li.submenu ul ul{border-left:none;margin:0 0 0 15px;}

/* Menu mobile left panel */	
.main-menu {overflow: auto;left: -100%;bottom: 0;width: 55%;height: 100%;opacity: 0;position:fixed;background-color:#fff;-webkit-transition:	left 0.8s, opacity 0.5s;-moz-transition:	left 0.8s, opacity 0.5s;transition:left 0.8s, opacity 0.5s; z-index:999999;
-webkit-box-shadow: 1px 0px 5px 0px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    1px 0px 5px 0px rgba(50, 50, 50, 0.55);
box-shadow:         1px 0px 5px 0px rgba(50, 50, 50, 0.55);}

.main-menu.show {visibility: visible;left: 0;opacity: 1;}
.main-menu .show-submenu + ul,
a.show-submenu-mega + .menu-wrapper{display: none;visibility: hidden;}
a.show-submenu-mega + .menu-wrapper.show_mega,
.main-menu a.show-submenu + ul.show_normal  {display: block;visibility: visible;}

ul#cat_nav li a{
	font-size: 13px;
}
	
/* Hamburger menu button*/
.cmn-toggle-switch {
  position: relative;
  display:block;
  overflow: visible;
  position:absolute; 
  top:0;
  right:20px;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.cmn-toggle-switch:focus {outline: none;}
.cmn-toggle-switch span {display: block;position: absolute;top: 10px;left: 0;right: 0;height: 2px;background: white;}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {position: absolute;display: block;left: 0;width: 100%;height:2px;background-color: #fff; content: "";}

.sticky .cmn-toggle-switch span::before,
.sticky .cmn-toggle-switch span::after,
.sticky .cmn-toggle-switch span {background-color: #fff;}

/* Header plain */
header#plain .cmn-toggle-switch span::before,
header#plain .cmn-toggle-switch span::after,
header#plain .cmn-toggle-switch span,
header#plain.sticky .cmn-toggle-switch span::before,
header#plain.sticky .cmn-toggle-switch span::after {background-color: #333;}

.cmn-toggle-switch span::before {top: -10px;}
.cmn-toggle-switch span::after {bottom: -10px;}

.cmn-toggle-switch__htx span::before,
.cmn-toggle-switch__htx span::after { -webkit-transition-duration: 0.3s, 0.3s;transition-duration: 0.3s, 0.3s;-webkit-transition-delay: 0.3s, 0;transition-delay: 0.3s, 0;}
.cmn-toggle-switch__htx span::before { -webkit-transition-property: top, -webkit-transform;transition-property: top, transform;}
.cmn-toggle-switch__htx span::after {-webkit-transition-property: bottom, -webkit-transform;transition-property: bottom, transform;}

/* active state, i.e. menu open */
.cmn-toggle-switch__htx.active span{background:none !important;}
.cmn-toggle-switch__htx.active span::before {top: 0; -webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.cmn-toggle-switch__htx.active span::after {bottom: 0;-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg);transform: rotate(-45deg);}
.cmn-toggle-switch__htx.active span::before,
.cmn-toggle-switch__htx.active span::after {-webkit-transition-delay: 0, 0.3s;transition-delay: 0, 0.3s;}

}

@media only screen and (max-width: 480px) {
	
.main-menu {width: 100%;}
a#close_in {display:block;position:absolute;right:15px;top:10px;width:20px;height:20px;}
#close_in i{color:#555 !important;font-size:16px;}

}

/*!
Responsive.min.css
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c)
*/

/*============================================================================================*/
/* Repsonsive  */
/*============================================================================================*/

@media (min-width: 768px) and (max-width: 1200px) {
.main-menu ul li.megamenu .menu-wrapper {width:940px;}

}
@media (max-width: 1024px){
.promo_full {
	background-attachment:scroll;
}
}
/* logo home with h1 */
@media only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 991px){
#logo_home h1 a {
    background-image: url(../img/logo_2x.png);
	background-size: auto 30px;
}
header.sticky #logo_home h1 a {
    background-image: url(../img/logo_sticky_2x.png);
	background-size: auto 30px;
}
}
@media (max-width: 991px) {
	.sticky nav{ margin-top:3px; }
	nav{ margin-top:7px }
	#logo_home h1 a, header.sticky #logo_home h1 a {width:180px;height:30px;background-size: auto 30px;}
	a#phone, a#email_footer{
		font-size:12px;
		padding-left:25px;
		margin:15px 0;
}
a#phone:before, a#email_footer:before{
  font-size:18px;
}
.parallax-content-1 div h1,#hero_2 .intro_title h3{
	font-size:42px;
}
.parallax-content-1 div h1:before,.parallax-content-1 div h1:after {
    width: 30px;
}
}

@media (min-width: 769px) and (max-width: 979px) {

}

@media (max-width: 768px) {
.parallax-content-1 div{padding:0 10%; font-size:14px;}
.parallax-content-1 div h3{font-size:36px;}
.step{
	padding:20px 0;
	margin-left: 0;
	border: none;
}
}	

/* Mobile Landscape */
@media (max-width: 767px) {
#top_line{ display:none;}
.main_title{font-size:14px;}
.main_title h2{ font-size:24px; }
.main_title p{font-size:16px}

/* Margin tools */
.margin_30 {margin-top:15px; margin-bottom:15px;}

/* Padding tools */
.padding_60 {padding-top:30px; padding-bottom:30px;}

/* Parallax bg */
.parallax-window {
    height: 240px;
	min-height:240px;
}
.parallax-content-1{
   height:240px;
}
.parallax-content-1 > div{
  padding:0 5%;
	font-size:12px;
	padding-top:20px;
}
.parallax-content-1 div h1, .parallax-content-1 div h3{
	font-size:20px;
	padding-top:15px;
}

/* Single tour page */
.parallax-content-2 {
	padding-bottom:15px;
}
.parallax-content-2 div h1{
	font-size:22px;
}
.parallax-content-2 .rating{font-size:12px; display:block;}
#price_single_main {
	font-size:11px;
	text-align:left;
	padding-top:0;
}
#price_single_main span{font-size:20px;}
#price_single_main sup{font-size:20px; top:0;}

#hero {
    height: 400px;
	font-size:12px;
}
#hero h1 {
    margin-top: 0;
}
#hero h2 {
    font-size: 17px;
}

/* New v1.2*/
.intro_title h3 {
    font-size: 26px;
	margin-bottom:5px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
}

/* New v1.9 */
#map_contact { height:300px;}

}

/* Mobile Landscape */
@media (max-width: 480px) {

.features-content {padding: 10%;}

.box_style_1{padding:15px;}
.box_style_1 h3.inner{ margin:-15px -15px 15px -15px; }

/*#hero {height: 200px;}*/
.intro_title{ display:none;}

/* New v1.4 */
#search{padding:0 5%; padding-top:100px;}

/* Promo_full (v.1.7)*/
.promo_full_wp div h3{
	font-size:36px;
}
.promo_full_wp div a i{
	font-size:60px;
}

}

/* Mobile Portrait */
@media only screen and (max-width: 320px) {

}

/*!
Fonts.css
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c)
*/

@font-face {
  font-family: 'icon_set_1';
  src: url('fontello/font/icon_set_1.eot?55361665');
  src: url('fontello/font/icon_set_1.eot?55361665#iefix') format('embedded-opentype'),
       url('fontello/font/icon_set_1.woff?55361665') format('woff'),
       url('fontello/font/icon_set_1.ttf?55361665') format('truetype'),
       url('fontello/font/icon_set_1.svg?55361665#icon_set_1') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icon_set_1';
    src: url('fontello/font/icon_set_1.svg?55361665#icon_set_1') format('svg');
  }
}
*/
 
 [class^="icon_set_1_"]:before, [class*="icon_set_1_"]:before {
  font-family: "icon_set_1";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon_set_1_icon-57:before { content: '\59'; } /* 'Y' */
.icon_set_1_icon-77:before { content: '\6d'; } /* 'm' */
.icon_set_1_icon-84:before { content: '\74'; } /* 't' */
.icon_set_1_icon-90:before { content: '\7a'; } /* 'z' */


/*===========================*/
		/*fontello*/
/*===========================*/
@font-face {
  font-family: 'fontello';
  src: url('fontello/font/fontello.eot?32974303');
  src: url('fontello/font/fontello.eot?32974303#iefix') format('embedded-opentype'),
       url('fontello/font/fontello.woff?32974303') format('woff'),
       url('fontello/font/fontello.ttf?32974303') format('truetype'),
       url('fontello/font/fontello.svg?32974303#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('fontello/font/fontello.svg?32974303#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed 
  margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-adjust:before { content: '\e9dc'; } /* '' */
.icon-comment:before { content: '\e859'; } /* '' */
.icon-down-open-mini:before { content: '\e9ec'; } /* '' */
.icon-email:before { content: '\edc5'; } /* '' */
.icon-eye-7:before { content: '\eea6'; } /* '' */
.icon-facebook:before { content: '\e94e'; } /* '' */
.icon-ferry:before { content: '\ed65'; } /* '' */
.icon-globe-2:before { content: '\eb64'; } /* '' */
.icon-google:before { content: '\edb2'; } /* '' */
.icon-instagram:before { content: '\ea7e'; } /* '' */
.icon-location-5:before { content: '\ecea'; } /* '' */
.icon-linkedin:before { content: '\e95c'; } /* '' */
.icon-ok:before { content: '\e81a'; } /* '' */
.icon-pencil:before { content: '\e852'; } /* '' */
.icon-phone:before { content: '\e872'; } /* '' */
.icon-pin:before { content: '\e838'; } /* '' */
.icon-pin-2:before { content: '\ebdf'; } /* '' */
.icon-pinterest:before { content: '\ea6d'; } /* '' */
.icon-remove:before { content: '\e81e'; } /* '' */
.icon-smile:before { content: '\e93b'; } /* '' */
.icon-spin4:before { content: '\e801'; } /* '' */
.icon-star:before { content: '\e80b'; } /* '' */
.icon-star-empty-2:before { content: '\ecbc'; } /* '' */
.icon-tags:before { content: '\e83c'; } /* '' */
.icon-theatre:before { content: '\ed88'; } /* '' */
.icon-twitter:before { content: '\e969'; } /* '' */
.icon-user:before { content: '\e80f'; } /* '' */
.icon-vimeo:before { content: '\ea64'; } /* '' */
.icon-youtube-play:before { content: '\e972'; } /* '' */
.icon-info-circled:before { content: '\e82d'; } /* '' */

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/*!
Magnific-popup.css
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c)
*/

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    z-index: 9999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

/* custom preloader  */
.mfp-preloader {
  width: 30px;
  height: 30px;
  background: #FFF url(../img/loading.gif) no-repeat center center;
  opacity: 0.8;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { transform: perspective(120px) rotateX(0deg) rotateY(0deg) }
  50% { transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) }
  100% { transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) }
}
/* end custom preloader  */
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
 }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
Custom.css
Licensed under the MIT license - https://opensource.org/licenses/MIT

Copyright (c)
*/

/* CSS Document */
body { background-color: #e9ebf4}
header { background: #030c38 }
header.sticky {background: #030c38}

ol, ul { padding-left: 25px }
.table > thead > tr > th {vertical-align: middle }

.crossout { text-decoration: line-through; margin-right: 0px }
.special { color: #fc307f; font-weight: bold; font-size:1.3em }

#top_line .container { opacity: 0.4}
.main-menu {
	position: absolute;
	right: 0;
}
#hero h1 {
	color: #3bbcae;
	font-size: 40px;
	font-weight: bold;
}
#hero h1 span { color: #fc307f}
#hero h2 { width: 90%; color: #fff; margin: -10px auto 0;}
#hero .intro_title { text-shadow: 0 1px 1px #000}
h3 { font-size: 34px; font-weight: bold; margin-top: 0; }
.form_title h3 {font-size: 22px;}
#search_bar_container{
	padding: 20px 0 15px 0;
}
#search_bar_container i { font-size: 30px;}
#search_bar_container h4{
	margin-bottom: 0;
	text-transform: none;
}
.tour_container .tour_title .h3 {
    color: #333;
    font-size: 16px;
    margin: 0 0 3px;
	line-height: 1.2;
}
.hotel_container { background: #000 }
.img_container { border: none }
.features-bg { background-image: url("/img/about-group.jpg")}
.features-content { background-color: #3bbcae }

.hotel_title .pkg-name { color: #fff;font-size: 16px}
.hotel_title span.price { color:#fc307f; font-size: 18px; font-weight: bold}

/*Tour Price*/
#price_single_main { font-size: 22px; text-align: left; padding-top:0; margin-bottom: 20px; line-height:1.4em }
#price_single_main span { color: #fc307f; font-size: 34px; font-weight: bold; text-align: left; }
#price_single_main span.crossout { color: #999; font-size: 22px; font-weight: normal}
#price_single_main h4 { color: #4a75c4; margin: 7px 0 0; font-weight: bold }

#position {font-size: 12px; background-color: #e9ebf4; margin-top:92px;}
#position ul {color: #777;}
#position ul li a {
    color: #000;
    opacity: 0.7;
}
#position ul li a:hover { color: #000;
    opacity: 1.0;}

.icon_set_1_icon-line:before { content: url(../img/icon_line.png); }
.icon_set_1_icon-line2:before { content: url(../img/icon_line2.png); display: flex }
.icon_set_1_icon-tat:before { content: url(../img/icon_tat.png); }

#single_tour_desc h1, #single_tour_desc .h1 { font-weight: bold; margin-top: 0; margin-bottom: 4px}
#single_tour_desc h2 { font-size: 26px; margin-top: 0; margin-bottom: 15px}
#single_tour_desc h3 { color: #4a75c4; background: #e5e5e5; padding: 10px;}
#single_tour_desc p { font-size: 16px; font-weight: 300; line-height: 24px;}
#single_tour_desc ul.remark { margin-left: 1.2em; padding-left: 0}
/*#single_tour_desc thead { background: #e5e5e5}*/
#single_tour_desc thead { background: #fc307f;color: #fff;}
#single_tour_desc tbody tr:hover { background: #ffe549;}

/*แพ็คเกจทัวร์+ที่พัก*/
.table-packages-hotel th { text-align: center }
.table-packages-hotel td { vertical-align: middle !important }
.table-packages-hotel .rating { display: inline-block; font-size: 15px }
.table-packages-hotel h4 { color: #fc307f; font-size: 21px !important; font-weight: bold; margin:0 }
.table-packages-hotel h4 span { color: #565a5c; font-size: 13px; font-weight: normal;}
.table-packages-hotel .hotel-details { font-size: 16px; font-weight: bold}
.table-packages-hotel .hotel-room { color: #3bbcae; font-size: 16px; font-weight: bold}
.table-packages-hotel img { width: 200px; margin-top:5px}

.tour_container span.price { color: #fc307f }

.box_style_2 { background-color: #fc307f}
.box_style_2 i {color: #fff; font-size: 70px;}
.box_style_2 h4 {color: #fff}
.box_style_2 a, .box_style_2 span.phone {color: #ffe549}
.box_style_2 a:hover {text-decoration: none }

#sidebar .col-md-12 { padding-left: 0; padding-right: 0 }
#sidebar .col-md-12 h3 {
	font-size: 20px;
	font-weight: normal;
    background-color: #565a5c;
    border: 1px solid #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    margin: 25px 0 0;
    padding: 10px 20px 10px 18px;
    text-align: center;
}
#sidebar .col-xs-4 { padding-left: 0; padding-right: 0 }
#sidebar .box_style_2 { height: 105px; padding: 0; margin-bottom: 0 }
#sidebar .box_style_2 h4 { font-size: 10px; }
#sidebar .box_style_2 a.phone,
#sidebar .box_style_2 span.phone {font-size: 1.32rem;}
#sidebar .icon_set_1_icon-line2::before {display:inline; content: url(../img/icon_line.png)}
#sidebar .box_style_2 i {font-size: 33px;}

.main-menu > ul > li > a { color: #fff}
.main-menu > ul > li > a:hover { color: #3bbcae}
.sticky .main-menu > ul > li > a {
    color: #fff;
}
.sticky .main-menu > ul > li > a:hover {
    color: #3bbcae
}

/**/
.sp-image, .sp-thumbnail { max-width: 100%; object-fit: cover; object-position: center center; }
#Img_carousel .sp-selected-thumbnail {
    border-bottom: 2px solid #fc307f;
}

/* Accommodation Section */
body#accom { background-color: #fff}
.parallax-content-2 { padding: 18px 0 10px; }
.parallax-content-2 div h1 span { font-size:20px; font-weight: normal; text-transform: none; }
#accom #position { margin-top:0;}
#accom #price_single_main { font-size: 17px; text-align: center }
#accom #price_single_main span { font-size: 32px}
#accom #single_tour_desc .h1 { font-size: 28px }
#accom #single_tour_desc .h1 span { font-size: 18px }
#accom #single_tour_desc h3 { background: none; padding: 0 }
#accom #single_tour_desc h4 { color: #3bbcae }
#accom #contact-box .col-xs-4 { padding-left: 0; padding-right: 0 }
#accom #contact-box h3 { display: none; visibility: hidden }
#accom .box_style_2 h4 { color: #fff !important; font-size: 13px;}
#accom .box_style_2 a.phone, #accom .box_style_4 a.phone, #accom .box_style_2 span.phone { font-size: 1.4rem }
#accom .h1 { font-size: 24px; font-weight: bold}
#accom .h1 span { font-size: 24px}
#accom h3.inner {
	font-size: 22px;
	font-weight: normal;
    background-color: #565a5c;
    border: 1px solid #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    margin: 0;
    padding: 10px 20px 10px 18px;
    text-align: center;
}
#accom .box_style_4 { background: #f2fefd }
#accom .box_style_4::after { border-bottom: 10px solid #f2fefd }
#accom #sidebar .col-md-12  { padding-left: 15px; padding-right: 15px }
#accom #sidebar .box_style_2 { margin-bottom: 25px}
#accom #sidebar .box_style_2 i { font-size: 70px;}
#accom #sidebar .icon_set_1_icon-line2::before {display:inline; content: url(../img/icon_line2.png)}

/*Travel Guide Section*/
#accom .topic { color: #999; font-weight: bold; margin-bottom: 5px }
#accom h2 {line-height: 1.4em}
#accom h2 span {
	color: #fc307f;
	font-size:24px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
#accom .h3 {font-size: 20px; font-weight: 800;}

/* Footer */	
footer {background:#030c38;}
footer h3 { color: #3bbcae;}
footer a:hover {color: #fc307f;}
a#phone, a#email_footer {color:#fff}
a#phone:hover, a#email_footer:hover {color:#fc307f}
#about img {margin-top:0; margin-bottom: 5px}
#social_footer ul li a:hover {
    background: #030c38;
    border-color: #3bbcae;
    color: #3bbcae;
}
ul.list_ok li::before {color: #3bbcae}

#contact-box h3 { margin-bottom: 20px;}
.main_title h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-bottom: 0;
}
.main_title p {font-size: 17px; line-height:1.42857; margin-bottom: 0;}
.feature_home { background: #e9ebf4; margin-bottom: 0}
.feature { padding: 20px; text-align: center; }
.feature .h3 { margin-bottom: 0; }
.feature p.button {
	display: block;
	width: auto; 
	margin: 10px auto 0;
	padding: 5px 0;
}
.feature i { display: block; margin: 0 auto; position: static }
/*.feature img { margin: 0 -20px}*/
.note {color: #c00 }
.strong { font-weight: bold }

.box_style_cat {
    background: #e9ebf4;
}
.form-control {
    font-size: 14px;
}
label {
	font-size: 18px;
}
a.btn_1, .btn_1 {color: #fff; background: #3bbcae;}
a.btn_1:hover, .btn_1:hover { color: #ffe549; background: #3bbcae; }
ul#contact-info a,
ul#contact-info span { color: #3bbcae}
ul#contact-info a:hover { color: #fc307f}
.box_style_1 h4 span i {color: #565a5c}

.short_info { opacity: 0.5}
.short_info .price sup { font-size: 14px; font-weight: normal; top: -4px }

.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: normal;
}

#contact-box .col-sm-4, #contact-box .col-xs-4  { 
	padding-left: 10px;
	padding-right: 10px
}
#contact-box [class^="icon_set_1_"]::before,
[class*="icon_set_1_"]::before {
	margin-left: 0;
	margin-right: 0;	
}
#contact-box .box_style_2 {
	height: 170px;
	padding: 10px;
}
.box_style_2 a.phone, .box_style_4 a.phone, .box_style_2 span.phone {
	font-size:1.8rem;
}
.promo_full_wp > div { padding: 5% 20% }
.promo_full_wp div h3 { font-size: 40px }
/*.promo_pic { position: absolute; bottom: 0; right: 0; width: 362px; height: 269px; background:url(../img/promo-1.png) no-repeat 0 0; background-size: cover; }*/

.white-popup-block {
    background: #fff;
    margin: 40px auto;
    max-width: 650px;
    padding: 20px 30px;
    position: relative;
    text-align: left;
	overflow: hidden;
}
ul.list_order li {
	line-height: 1.6em;
}
ul.list_order li li {
    padding-left: 5px;
	margin-bottom: 0;
}
/*form*/
button, input[type="submit"], .button {
    -moz-user-select: none;
    background-color: #d34a28;
    border: medium none;
    color: white;
    cursor: pointer;
    display: inline-block;
    line-height: 60px;
    overflow: visible;
    padding: 0 2.5em;
    text-align: center;
    text-decoration: none;
    transition: all 150ms ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}
.button:hover, .button:focus {
    background-color: #fc307f;
}
.button--pill { border-radius: 5px}
button, input[type="submit"], .button { font-size:14px; font-weight: bold; background-color: #3bbcae; line-height: 42px; }
.button:hover, .button:focus {background-color: #fc307f;}
.bg--muted { background-color: #888 !important;}
#imgCaptcha {background:#fff; padding: 7px 0}
#imgCaptcha img {display: inline-block; margin: 6px 0 0}
.captcha input#captcha {display: inline-block; width: 100px; text-align:center; height: 34px}
.pcss3f .captcha i {top: 21px; margin-right: -130px; right: 50%}

/**/
.highlight-box {
	position: relative;
	background: #ffe549;
	line-height: 1.5;
	padding: 20px;
	border: 1px solid #ddd;	
	margin-bottom: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.highlight-box .h1 {
	color: #4975c4;
	font-size: 24px;
	line-height: normal;
}
.highlight-box .h1 .note {
	color: #fc307f;
}
.highlight-box ul.list_ok {
	font-size: 15px;
	margin: 20px 20px 5px 15px;
	line-height: 30px;
}
.highlight-box ul.list_ok li::before {
	color: #fc307f;
}

/**/
.popup-box {
    position: relative;
	background: #fff;
    max-width: 600px;
    padding: 40px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.popup-box .heading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
}
.popup-box .heading span {
	color: #86202b;
    /*font-family: 'Bellefair', serif;*/
	font-size: 24px;
    font-weight: normal;
	line-height: normal;
}
.popup-box .heading i {
	font-size: 60px;
}
.popup-box .img-preview {
	width: 100%;
    height: auto;
	
    object-fit: cover;
    object-position: center;
	
	height: 500px;
    object-position: 100% 80%;
}
@media (max-width: 600px) {
.popup-box .img-preview {
	height: auto;
}
}
.popup-box .h3 {
	font-weight: bold;
}
.popup-box .h3 span {
	font-size: 18px;
}
.popup-box p {
	font-size: 14px;
}
.popup-box p:last-of-type {
	margin: 0;
}
.popup-box p strong {
	font-size: 15px;
}
.popup-box ul {
	color: #fc307f;
	background-color: #e9ebf4;
	font-size: 16px;
    line-height: 1.6;
	list-style: none;
	padding: 15px 0;
    border-top: dotted 1px rgba(0,0,0,.25);
    border-bottom: dotted 1px rgba(0,0,0,.25);
}
.popup-box .spec {
	padding: 10px 0;
	margin-bottom: 15px;
	
	display: flex;
	flex-flow: row;
	justify-content: center;
}
.popup-box .spec li {
	color: #565a5c;
	font-size: 13px;
    font-weight: bold;
	margin: 0 15px;
	
	display: flex;
	flex-flow: column;
}
.popup-box .spec li span {
	font-size: 15px;
}
.popup-box .col-md-12 {
	padding: 0;
	float: none;
	text-align: center;
}
.popup-box .col-md-12 h3 {
	font-size: 20px;
    margin: 20px 0 15px;
}
.popup-box .box_style_2 h4 {
	font-size: 14px;
    font-weight: bold;
    margin: 6px;
}
.popup-box .col-xs-4 {
	float: none;
	display: inline-block;
	width: 130px;
	padding: 0;
}
.popup-box .col-xs-4:last-child {
	display: none;
}
.popup-box .box_style_4,
.popup-box .box_style_2 {
	padding: 10px;
	margin-bottom: 0;
}
.popup-box .box_style_2 a.phone,
.popup-box .box_style_2 span.phone {
	margin-bottom: 0;
}
.popup-box .icon_set_1_icon-line2 {
	width: 30px;
    height: 30px;
	margin-bottom: -4px;
    overflow: hidden;
}
.popup-box .icon_set_1_icon-line2:before {
    content: '';
	width: 100%;
	height: 100%;
	background: url('/img/icon_line2.png') no-repeat center center;
	background-size: contain; 
}
.popup-box .box_style_2 i {
    font-size: 30px;
}
.popup-box .note {
	color: #ec6060;	
}
.popup-box .h3 span.code,
.charter-offer .h3 span.code {
	color: #3bbcae;
	font-size: 15px;
}

/**/
.charter-offer .title-text {
    color: #a5a5a5;
	letter-spacing: 0.05em;
	margin: 15px 0 0;
}
.charter-offer .h3 span {
	font-size: 18px;
}
.charter-offer .h3 span.smaller {
	font-size: 14px;
}
.charter-offer .h3 span.smaller {
	font-size: 14px;
}
.charter-offer .title-text + .h3 {
	font-weight: bold;
	margin-top: 0;
}
.charter-offer .feature {
    padding: 0 20px 20px;
}
.charter-offer .feature img {
	width: calc(100% + 40px);
	max-width: none;
    margin: 0 -20px;
}

/**/
#h-about .feature img { margin: 0 auto; }

/**/
#h-group .row { 
	display: flex;
	flex-flow: row;
	align-items: center;
}

/**/
.logo-travel-together {
	display: none;
/*  display: block;*/
	position: absolute;
	width: 80px;
	height: 82px;
	background: url(/img/logo-travel-together.png) 0 0 no-repeat;
	background-size: contain;
    right: 10px;
    top: 10px;
    z-index: 1;
	overflow: hidden;
}

/**/
.listing-row {
	
}
.listing-row .listing-item {
	text-align: center;
	margin-bottom: 10px;
}

/**/
.promo-banner-wrapper {
	margin: -10px 0 20px;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.promo-banner {
	padding: 0;
}
.promo-banner a {
	position: relative;
	height: 90px;
	color: #fff;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0 15px;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.promo-banner a::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	top: 0;
	right: 0;
}
.promo-banner .h4 {
	position: relative;
	font-weight: bold;
	margin: 0;
	z-index: 1;
}
.promo-banner .p {
	position: relative;
	color: #030c38;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0;
	z-index: 1;
}
.promo-banner .banner1 {
	background-color: #000;
}
.promo-banner .banner1::before {
	background: rgb(255,41,126);
	background: -moz-linear-gradient(90deg, rgba(255,41,126,0) 30%, rgba(243,27,113,1) 50%);
	background: -webkit-linear-gradient(90deg, rgba(255,41,126,0) 30%, rgba(243,27,113,1) 50%);
	background: linear-gradient(90deg, rgba(255,41,126,0) 30%, rgba(243,27,113,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff297e",endColorstr="#f31b71",GradientType=1); 
}
.promo-banner .banner2 {
	background-color: #ffff00;
	background-position: 0 center;
}
.promo-banner .banner2 .h4 {
	color: #030c38;
}
.promo-banner .banner2::before {
	background: rgb(255,255,0);
	background: -moz-linear-gradient(90deg, rgba(255,255,0,0) 30%, rgba(255,255,0,1) 50%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,0,0) 30%, rgba(255,255,0,1) 50%);
	background: linear-gradient(90deg, rgba(255,255,0,0) 30%, rgba(255,255,0,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffff00",endColorstr="#ffff00",GradientType=1); 
}
.promo-banner .banner2 .p {
	color: #fc307f;
}

/**/
.thumb-lightbox {
	margin: -15px 0 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.thumb-lightbox a {
	position: relative;
	width: calc(20% - 10px);
	height: 120px;
	margin: 5px;
	overflow: hidden;
}
.thumb-lightbox img {
	display: block;
	width: 100%;
	height: inherit;
	object-fit: cover;
}
/**/

@media (max-width: 1199px) {
.promo-banner a {
	height: 80px;
}
.promo-banner .h4 {
	font-size: 15px;
}
.promo-banner .p {
	font-size: 13px;
}
}
@media (min-width: 768px) and (max-width: 1200px) {	
.main-menu > ul > li > a { font-size: 14px; padding-right: 3px; padding-left: 3px }
.promo_pic { width: 212px; height: 192px; }
#sidebar .box_style_2 a.phone, #sidebar .box_style_2 span.phone {font-size: 1.15rem}
}
@media (max-width: 991px) {
.main-menu {
	position: fixed;
	right: 0;
}
.main-menu > ul > li > a { padding: 0; }
.features-content { padding: 20px; height: auto; text-align: center}
#position { margin-top:87px;}
.promo_pic { width: 170px; height: 162px; }
#accom #price_single_main { text-align: left }

.promo-banner-wrapper {
	flex-direction: column;
}
}

@media (min-width: 769px) and (max-width: 979px) {
#search_bar_container h4 { font-size: 14px;}
#contact-box h4 { font-size: 15px}
#accom .box_style_2 h4 { font-size: 12px}
#accom .box_style_2 a.phone, #accom .box_style_4 a.phone, #accom .box_style_2 span.phone { font-size: 1.3rem }
}

/* Mobile Landscape */
@media (max-width: 767px) {
.feature_home { margin-bottom: 20px}
#position { margin-top:55px;}
div#email, #tour-link, #sidebar { display: none; visibility: hidden;}
#search_bar_container { padding: 10px 0 7px 0; }
#search_bar_container h4 {font-size:14px; margin-top:0} 
#single_tour_desc h1 { font-size: 30px;}
#price_single_main span { font-size: 26px}
.promo_full_wp > div { padding: 5% 0 }
.promo_pic { display: none; visibility: hidden; }
.promo_full_wp div h3 { font-size: 30px }

#accom #price_single_main span { font-size: 20px }
#accom #price_single_main { text-align: left }

/**/
#h-group { text-align: center }
#h-group .row { 
	flex-flow: column;
}

/**/
.thumb-lightbox {
	margin: 5px;
}
}

/* Mobile Landscape */
@media (max-width: 600px) {
.logo-travel-together { width: 70px; height: 72px; }
.thumb-lightbox a { height: 90px }
}
@media (max-width: 480px) {
#search_bar_container .col-xs-4 { padding-left: 10px; padding-right: 10px}
#price_single_main { font-size: 16px;}
#h-tour .col-xs-6, #h-packages .col-xs-6, #h-accommodation .col-xs-6 { padding-left: 5px; padding-right: 5px; }
.tour_container .tour_title { padding: 10px }
.tour_container .tour_title h3 { font-size: 15px; }


#single_tour_desc h1 { font-size: 24px;}
#single_tour_desc h4{font-size:15px}
#price_single_main span { font-size: 24px}

#contact-box .col-sm-4, #contact-box .col-xs-4  { 
	padding-left: 5px;
	padding-right: 5px
}
#contact-box h4 {
	font-size: 12px;
}
#contact-box .box_style_2 {
	padding: 5px;
}
.box_style_2 a.phone, .box_style_2 span.phone {font-size:1.4rem;}
.logo-travel-together { width: 50px; height: 51px; }

/**/
.thumb-lightbox a { width: calc(25% - 10px); }
.thumb-lightbox a:nth-child(9),
.thumb-lightbox a:nth-child(10) { display: none; visibility: hidden}
}

/* Mobile Portrait */
@media (max-width: 320px) {
#search_bar_container h4 {font-size:12px} 
.tour_container .tour_title h3 { font-size: 13px; }
.tour_container span.price { font-size: 16px; }
span.crossout { display: none; visibility:hidden }
#contact-box .col-xs-4  { 
	width: 100%
}
.promo_full_wp > div {
	padding: 5% 11%;
}
}