@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
html,
body {
  height: 100%;
}
body {
  color: #000;
  background: #999;
  font-family: 'Lato', sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
a {
  outline: none !important;
  color: #606060;
  text-decoration: none;
  font-family: "Lato";
  font-weight: normal;
}
h1 {
  font-size: 30px;
  font-weight: 300;
  border-bottom: 1px solid #e8e8e8;
  margin: 30px 0;
  padding-bottom: 30px;
}
h2 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
h5 {
  font-size: 16px;
  color: #b1b8b8;
  font-weight: bold;
}
img.fullwidth {
  display: block;
  width: 100%;
}
img.maxwidth {
  display: block;
  width: auto;
  max-width: 100%;
}
.container {
  position: relative;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.flexbox-container {
  display: flex;
  align-items: center;
}
nobr {
  white-space: nowrap;
}
.animation {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header {
  position: relative;
  height: auto;
  min-height: 50px;
  padding-top: 15px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  padding-bottom: 0px;
  z-index: 130 !important;
}
@media (min-width: 768px) {
  header {
    min-height: 110px;
    padding-top: 30px;
  }
}
header.small {
  min-height: 50px !important;
  padding-top: 15px !important;
}
header .navbar {
  position: relative;
  margin-bottom: 0;
}
header .navbar li a {
  background-color: transparent;
  font-size: 16px !important;
  padding: 10px 15px;
}
header .navbar li a:hover {
  background-color: transparent;
  color: #006699;
}
header .navbar li.lang-switch {
  text-align: center;
}
@media (min-width: 768px) {
  header .navbar li.lang-switch {
    padding-left: 30px;
  }
}
header .navbar li.lang-switch .navbar-btn {
  margin: 3px 0;
  padding: 6px 15px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  width: auto;
  display: inline-block;
}
@media (min-width: 768px) {
  header .navbar li.lang-switch .navbar-btn {
    width: 100%;
  }
}
header .navbar li.lang-switch .navbar-btn:hover {
  color: #000;
  border-color: #999;
  background: #eee;
}
header .navbar .dropdown-menu {
  font-size: 16px;
  padding: 15px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .navbar .dropdown-menu li a {
  padding: 10px 20px;
}
header .navbar-brand {
  padding: 0 15px;
}
header .navbar-brand img.logo {
  display: block;
  width: auto;
  max-width: 150px;
}
header .navbar-toggle {
  margin: 0 10px 10px;
  border: none;
}
header .navbar-toggle .fa-bars {
  font-size: 28px;
}
footer {
  color: #495459;
  font-size: 14px;
}
footer .upper {
  background: #15262f;
  padding: 50px 0;
}
footer .upper h5 {
  margin: 0 0 20px;
}
footer .upper a.phone {
  font-size: 30px;
  color: #006699;
}
footer .upper a.phone:hover {
  color: #0099cc;
  text-decoration: none;
}
footer .upper a.mail {
  color: #495459;
  text-decoration: none !important;
}
footer .upper a.mail:hover {
  color: #006699;
  text-decoration: none;
}
footer .upper .footer-logo {
  margin: 0 auto;
}
footer .lower {
  text-align: center;
  background: #12222a;
  padding: 30px 10px;
}
#newsletter_form #newsletter_email {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #495459;
  color: #aaa !important;
  border: none;
}
#newsletter_form #newsletter_email:focus {
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.5);
}
#newsletter_form .newsletter-submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  border: none;
  padding: 0;
}
#newsletter_form .newsletter-submit button {
  background: #0099cc;
  padding: 9px 12px 10px;
  height: 34px;
}
#newsletter_form .newsletter-submit button:hover {
  background: #449d44;
}
#newsletter_error {
  color: #ff6633;
  padding-top: 5px;
}
#newsletter_aftersend {
  font-size: 30px;
  color: #006699;
  display: none;
}
.bx-wrapper {
  margin: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  display: none;
  font-family: 'FontAwesome';
  text-indent: 0;
  text-align: center;
  font-size: 46px;
  line-height: 46px;
  z-index: 110;
}
@media (min-width: 768px) {
  .bx-wrapper .bx-controls-direction a {
    display: block;
  }
}
.bx-wrapper .bx-controls-direction a::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.bx-wrapper .bx-controls-direction a.bx-prev::after {
  content: "\f104";
}
.bx-wrapper .bx-controls-direction a.bx-next::after {
  content: "\f105";
}
#slider-block {
  padding-top: 50px;
}
#slider-block .offer-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 10%;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  #slider-block .offer-block {
    padding-top: 15%;
  }
}
#slider-block .offer-block .country {
  color: #fff;
  font-size: 60px;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.7);
}
@media (min-width: 1200px) {
  #slider-block .offer-block .country {
    font-size: 90px;
  }
}
#slider-block .offer-block .price {
  color: #ff6633;
  font-size: 40px;
  line-height: 40px;
}
@media (min-width: 1200px) {
  #slider-block .offer-block .price {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 15px;
  }
}
#slider-block .offer-block .price small {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
#slider-block .offer-block a {
  color: #f7f7f7;
  font-size: 24px;
}
#landing-form-block {
  background: #fff;
  padding-bottom: 50px;
}
#landing-form-block .container {
  margin-top: -100px;
}
#landing-form-block .nav-tabs li a {
  background: #0099cc;
  color: #fff;
  text-decoration: none !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#landing-form-block .nav-tabs li a .fa {
  color: #006699;
  padding-right: 5px;
}
#landing-form-block .nav-tabs li.active a {
  background: #fff;
  color: #000;
}
#landing-form-block .tab-content {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-top: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#landing-form-block .tab-content:before,
#landing-form-block .tab-content:after {
  content: " ";
  display: table;
}
#landing-form-block .tab-content:after {
  clear: both;
}
#landing-form-block .tab-content .form-cell {
  padding: 15px 15px;
}
#landing-form-block .tab-content .form-cell:before,
#landing-form-block .tab-content .form-cell:after {
  content: " ";
  display: table;
}
#landing-form-block .tab-content .form-cell:after {
  clear: both;
}
#landing-form-block .tab-content .form-cell label,
#landing-form-block .tab-content .form-cell input,
#landing-form-block .tab-content .form-cell select {
  width: 100%;
  display: block;
}
#landing-form-block .tab-content .submit-block {
  background: #f7f7f7;
  border-top: 1px solid #e8e8e8;
  margin-top: 50px;
  text-align: right;
}
#landing-form-block .tab-content .submit-block button {
  width: 100%;
  background: #006699;
}
#landing-form-block #searchfield_length {
  margin-top: 10px;
  padding: 0 15px;
}
#landing-form-block #searchfield_length .noUi-connect {
  background: #0099cc;
}
#landing-form-block #searchfield_length .noUi-tooltip {
  bottom: -150%;
}
#landing-form-block .input-group {
  width: 100%;
}
#hotelscombined-form h2.hcsb_topTitle {
  display: none !important;
}
#hotelscombined-form .hcsb_content {
  padding-top: 35px !important;
}
#hotelscombined-form .hcsb_content fieldset {
  padding-bottom: 35px !important;
}
#hotelscombined-form .hcsb_container .hcsb_content a.hcsb_searchButton,
#hotelscombined-form .hcsb_container .hcsb_content a.hcsb_searchButton:hover {
  display: block;
  width: 100%;
  height: 44px;
  float: right;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  font-weight: normal;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  #hotelscombined-form .hcsb_container .hcsb_content a.hcsb_searchButton,
  #hotelscombined-form .hcsb_container .hcsb_content a.hcsb_searchButton:hover {
    width: 50%;
  }
}
@media (min-width: 992px) {
  #hotelscombined-form .hcsb_container .hcsb_content a.hcsb_searchButton,
  #hotelscombined-form .hcsb_container .hcsb_content a.hcsb_searchButton:hover {
    width: 25%;
  }
}
#hotelscombined-form .hcsb_container .hcsb_content select,
#hotelscombined-form .hcsb_container .hcsb_content .hcsb_citySearch {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
#hotelscombined-form .hcsb_container .hcsb_content select:focus,
#hotelscombined-form .hcsb_container .hcsb_content .hcsb_citySearch:focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#hotelscombined-form .hcsb_container .hcsb_content label {
  color: black;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
#hotelscombined-form .hcsb_container .hcsb_content .hcsb_guestsRoomsWrapper:before,
#hotelscombined-form .hcsb_container .hcsb_content .hcsb_guestsRoomsWrapper:after {
  content: " ";
  display: table;
}
#hotelscombined-form .hcsb_container .hcsb_content .hcsb_guestsRoomsWrapper:after {
  clear: both;
}
form .form-group {
  width: 100%;
}
form .form-group > label {
  padding-top: 7px;
}
form .form-control {
  width: 100%;
  resize: none;
}
form .form-wrapper:before,
form .form-wrapper:after {
  content: " ";
  display: table;
}
form .form-wrapper:after {
  clear: both;
}
form label {
  width: 100%;
  display: block;
}
#result-block {
  background: #f7f7f7 url('../img/palmleafs.png') no-repeat center top;
  background-size: 100% auto;
  padding: 105px 0 50px;
}
#result-block .container {
  background: #fff;
  margin-top: 32px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
#result-block .form-column {
  border-right: 1px solid #dddddd;
  background: #f7f7f7;
}
#result-block .form-row {
  margin: 0 -15px;
}
#result-block .form-row:before,
#result-block .form-row:after {
  content: " ";
  display: table;
}
#result-block .form-row:after {
  clear: both;
}
#result-block .form-row label {
  display: block;
  background: #dddddd;
  padding: 7px 15px;
  color: #606060;
  font-weight: bold;
}
#result-block .form-row label.clear {
  background: transparent;
  font-weight: normal;
  padding-bottom: 0;
}
#result-block .form-row .input-wrapper {
  padding: 10px 15px 15px;
  position: relative;
}
#result-block .form-row .input-wrapper.price-divider::after {
  font-weight: bold;
  display: block;
  content: '-';
  position: absolute;
  top: 14px;
  right: -6px;
}
#result-block #searchfield_length {
  margin: 40px 0 10px;
  padding: 0 15px;
}
#result-block #searchfield_length .noUi-connect {
  background: #0099cc;
}
#result-block .result-table {
  width: 100%;
  font-size: 14px;
  margin: 15px 0 50px;
}
#result-block .result-table tbody tr {
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#result-block .result-table tbody tr:last-of-type {
  border-bottom: 1px solid #dddddd;
}
#result-block .result-table tbody tr td {
  line-height: 18px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
#result-block .result-table tbody tr td:nth-of-type(1),
#result-block .result-table tbody tr td:nth-of-type(2),
#result-block .result-table tbody tr td:nth-of-type(4) {
  text-align: left;
}
#result-block thead tr th {
  padding: 0;
  vertical-align: middle;
  text-align: left;
  background: #006699;
  color: #fff;
}
#result-block a.price {
  color: #ff6633;
  font-size: 14px;
}
#result-block a.price b {
  font-weight: bold;
  color: #449d44;
  font-size: 18px;
}
#result-block .hottour-block {
  border: 2px solid #0099cc;
  background: #0099cc;
  margin: 15px 0;
  overflow-x: scroll;
}
#result-block .hottour-block .header {
  padding: 15px 10px;
  font-size: 18px;
  background: #0099cc;
  color: #fff;
  font-weight: bold;
}
#result-block .hottour-block table {
  margin-bottom: 0;
}
#result-block .hottour-block table th {
  padding: 15px 5px;
  border-bottom: none;
  text-align: center;
  background: #999;
}
#result-block .hottour-block table td {
  line-height: 18px;
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
#result-block .hottour-block table td:nth-of-type(1),
#result-block .hottour-block table td:nth-of-type(3) {
  text-align: left;
}
.tablesaw-sortable-btn {
  white-space: nowrap;
}
.tablesaw-bar {
  margin: 0 -15px;
  padding: 5px 15px 0;
  background: #0099cc;
}
.tablesaw-bar:before,
.tablesaw-bar:after {
  content: " ";
  display: table;
}
.tablesaw-bar:after {
  clear: both;
}
.tablesaw-bar label {
  color: #fff;
  margin: 0;
}
.tablesaw-bar .tablesaw-btn-select {
  color: #f7f7f7;
  padding-top: 3px;
  cursor: pointer;
}
.tablesaw-bar .tablesaw-btn-select::after {
  display: none;
}
.tablesaw-bar .tablesaw-advance-dots li i {
  background: #fff;
}
.tablesaw-bar a.tablesaw-nav-btn {
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tablesaw-bar .tablesaw-columntoggle-popup label {
  color: #606060;
  font-weight: normal;
}
.tablesaw-bar .tablesaw-bar-section select {
  cursor: pointer;
}
@media (min-width: 768px) {
  .row-eq-height {
    display: flex;
    align-items: stretch;
  }
}
.input-group > * {
  padding-left: 10px;
  padding-right: 10px;
}
#text-block {
  background: #f7f7f7 url('../img/palmleafs.png') no-repeat center top;
  background-size: 100% auto;
  padding: 105px 0 50px;
}
#text-block .container {
  background: #fff;
  margin-top: 32px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.13);
}
#text-block .content-column {
  padding-bottom: 50px;
}
#text-block .content-column .operator-block {
  border: 1px solid #ddd;
  margin-bottom: 30px;
}
#text-block .content-column .operator-block .header {
  padding: 15px;
  background: #0099cc;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
}
#text-block .content-column .operator-block ul {
  padding: 20px 10px 10px;
  margin-right: 30px;
  background: no-repeat right center;
}
#text-block .content-column .operator-block ul li {
  list-style: none;
  padding: 3px 0;
}
#text-block .content-column .operator-block ul li .fa {
  width: 21px;
  padding-right: 5px;
  text-align: center;
  color: #ddd;
}
#text-block .content-column .operator-block ul li a {
  color: #006699;
}
#text-block .content-column .operator-block ul li a:hover {
  color: #ff6633;
}
#text-block .content-column .operator-block.aurinko ul {
  background-image: url('../img/aurinko.png');
}
#text-block .content-column .operator-block.kidy ul {
  background-image: url('../img/kidy.png');
}
#text-block .content-column .operator-block.sia365 ul {
  background-image: url('../img/sia365.png');
}
#text-block .content-column .operator-block.banita ul {
  background-image: url('../img/banita.jpg');
}
#text-block .content-column .operator-block.mouzedinis ul {
  background-image: url('../img/mouzedinis.png');
}
#text-block .content-column .operator-block.alida ul {
  background-image: url('../img/alida.jpg');
}
#text-block .content-column .operator-block.skytravel ul {
  background-image: url('../img/skytravel.png');
}
#text-block .content-column .operator-block.coral ul {
  background-image: url('../img/coral.png');
  background-size: 25% auto;
}
#text-block .content-column .operator-block.joinup ul {
  background-image: url('../img/joinup.svg');
}
#text-block .contacts-column {
  border-right: 1px solid #dddddd;
  background: #f7f7f7;
}
#text-block .contacts-column:before,
#text-block .contacts-column:after {
  content: " ";
  display: table;
}
#text-block .contacts-column:after {
  clear: both;
}
#text-block .contacts-column ul {
  padding: 20px 10px 10px;
}
#text-block .contacts-column ul li {
  list-style: none;
  padding: 3px 0;
}
#text-block .contacts-column ul li .fa {
  width: 21px;
  padding-right: 5px;
  text-align: center;
  color: #ddd;
}
#text-block .contacts-column ul li a {
  color: #006699;
}
#text-block .contacts-column ul li a:hover {
  color: #ff6633;
}
#text-block .leasing-column {
  border-left: 1px solid #dddddd;
  background: #f7f7f7;
  padding: 15px;
}
#text-block .leasing-column:before,
#text-block .leasing-column:after {
  content: " ";
  display: table;
}
#text-block .leasing-column:after {
  clear: both;
}
#text-block .leasing-column ul {
  padding: 15px 0 15px 15px;
}
#text-block .leasing-column ul li::before {
  padding-right: 4px;
}
#text-block .form-column {
  padding: 15px;
}
#text-block .form-column form {
  padding-top: 30px;
}
#text-block .form-column .submit-block {
  margin-top: 50px;
  text-align: right;
}
#text-block .form-column .submit-block button {
  width: 100%;
  max-width: 150px;
  background: #449d44;
}
#leasing-calculator {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: 520px;
}
@media (min-width: 768px) {
  #leasing-calculator {
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  #leasing-calculator {
    margin: 0 auto;
  }
}
#leasing-calculator-big {
  width: 100%;
  height: 580px;
}
.menu-column {
  padding: 0;
  border-right: 1px solid #dddddd;
  background: #f7f7f7;
}
.menu-column:before,
.menu-column:after {
  content: " ";
  display: table;
}
.menu-column:after {
  clear: both;
}
.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-column ul li {
  margin: 0;
  border-bottom: 1px solid #dddddd;
}
.menu-column ul li > a {
  display: block;
  min-height: 50px;
  color: #999;
  padding: 15px 15px 10px;
}
.menu-column ul li > a:hover {
  color: #ff6633;
}
.menu-column ul li.active > a {
  color: #333;
  background: #fff;
}
.menu-column .disclaimer {
  padding: 15px;
}
.menu-column .hottours-header {
  background: #ff6633;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
}
.disclaimer {
  font-size: 12px;
  color: #606060;
  padding-top: 15px;
  text-align: justify;
}
.links-list {
  padding: 30px 0 30px 15px;
}
.links-list li {
  list-style: none;
  padding: 3px 0 3px 22px;
}
.links-list li::before {
  display: inline;
  font-family: 'FontAwesome';
  content: "\f058";
  color: #449d44;
  padding-right: 10px;
  margin-left: -22px;
}
.links-list li a {
  color: #495459;
}
.links-list li a:hover {
  color: #006699;
}
#world_time > div > div {
  margin: 15px auto;
  float: none;
}
#contact_form .form-control,
#tour_request_form .form-control {
  border: 2px solid #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact_form .form-control:focus,
#tour_request_form .form-control:focus {
  border-color: #006699;
}
#contact_form .form-control.error,
#tour_request_form .form-control.error {
  border-color: #ff6633 !important;
}
#contact_form-aftersend,
#tour_request_form-aftersend {
  display: none;
}
#contact_form span.error,
#tour_request_form span.error {
  color: #ff6633;
  padding-top: 5px;
  font-size: 14px;
}
#rc-connect-iframe html button {
  background: #006699;
}
.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #fff;
}
