@charset "UTF-8";
/*
Theme Name: Cruise
Theme URI: http://www.beaverglobal.com
Description: פיתוח תבנית עבור CruiseTour.
Author: BeaverGlobal.Com
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: tours, green, blue
*/
.container {
  width: 1170px !important; }

body.postid-10447 .container {
  width: 1500px !important; }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@font-face {
  font-family: 'Shaked';
  src: url("fonts/shakedregularwebfont.eot");
  src: url("fonts/shakedregularwebfont.eot?#iefix") format("embedded-opentype"), url("fonts/shakedregularwebfont.woff") format("woff"), url("fonts/shakedregularwebfont.ttf") format("truetype"), url("fonts/shakedregularwebfont.svg#shakedregularwebfont") format("svg");
  font-weight: normal;
  font-style: normal; }

select,
input,
textarea {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  outline: none;
  /*font-family: "Arial";*/ }

.btn,
.btn:focus {
  outline: none; }

.more-trips-title {
  font-size: 19px !important;
  font-weight: bold;
  color: #003366 !important; }

a {
  color: #00A0BA;
  outline: none; }

a:focus {
  outline: none; }

a:hover {
  color: #000;
  outline: none; }

h1,
h2,
h3,
h4,
h5 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: 'Shaked', "Arial";
  color: #1c3240; }

body {
  background: url("images/background.png");
  font-family: 'Shaked', "Arial";
  min-width: 1200px; }

body.password-protected .trip-page {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

body.private-trip {
  margin-bottom: 50px; }

body.password-protected #floated-trip {
  visibility: hidden; }

#trip-pass-modal {
  padding: 2rem; }

#trip-pass-modal form {
  margin-top: 20px; }

#colorbox.password-cbox {
  border-radius: 30px; }

.password-cbox #cboxLoadedContent {
  background: #d4e8ef; }

.password-cbox #cboxContent {
  margin-top: 0; }

.pass-input,
.pass-input:focus,
.pass-input:hover {
  border: 1px solid #1c3240 !important;
  border-radius: 0 !important;
  padding: 18px !important; }

#trip-password-submit {
  border-radius: 30px 0px 0px 30px;
  display: inline-block;
  vertical-align: middle; }

body.private-trip .header .search,
body.private-trip .header .social,
body.private-trip .header + .pattern,
body.private-trip .main-menu,
body.private-trip .breadcrumb,
body.private-trip #order-trip,
body.private-trip .single-contact-wrap,
body.private-trip .sticky-spacer,
body.private-trip .more-trips-wrapper,
body.private-trip footer,
body.private-trip .similar-trips-info-title,
body.private-trip .ribbon-container,
body.private-trip .similar-trips-info,
body.private-trip label[for='newsletter'],
body.private-trip .referrer-section {
  display: none !important; }

.private-trip .logo a {
  pointer-events: none;
  cursor: default; }

.fa.fa-lock.anim {
  animation: pump 0.3s 2; }

@keyframes pump {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }

.pattern {
  width: 100%;
  background: url("images/pattern.png");
  border-bottom: 5px solid #d4e8ef;
  margin-bottom: 25px; }

.header {
  background-color: #fff;
  padding: 15px 0;
  direction: rtl; }

.header + .pattern {
  background: #2F576E; }

.main-menu {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0;
  list-style: none; }

.main-menu li {
  float: right;
  position: relative; }

.main-menu > li:after {
  background-color: #487895;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 20px;
  width: 1px; }

.main-menu > li.current-menu-item:before {
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #2F576E; }

.main-menu > li.search-trip:before {
  display: none;
  border: 0; }

.main-menu li > a {
  display: block;
  font-size: 19px;
  color: #fff;
  padding: 6px 9px; }

.main-menu li > a:hover {
  color: #a2cbdf; }

.main-menu li.search-trip > a {
  background-color: #f2ac27;
  padding: 6px 35px 0px 60px;
  border-bottom: 6px solid #f0a30e;
  margin-left: 10px; }

.main-menu li.search-trip > a:hover {
  background-color: #d29525;
  border-bottom: 6px solid #cd890c;
  color: #fff; }

.main-menu li.search-trip:after {
  font-family: "FontAwesome";
  background-color: transparent;
  content: "\f002";
  left: 30px;
  top: 5px;
  height: auto;
  width: auto;
  font-size: 19px;
  color: #fff; }

.main-menu li.all-trips {
  float: left; }

.m {
  margin: 10px; }

/* sub menu */
.main-menu li:hover ul.sub-menu {
  display: block; }

.main-menu li ul.sub-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 48px;
  z-index: 99999999;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 300px;
  box-shadow: 0px 4px 7px #A9A9A9;
  /*background: url("images/background.png");*/
  background-color: #fff; }

.main-menu li ul.sub-menu.info-center-menu {
  width: 240px; }

.main-menu li ul.sub-menu li a {
  text-align: right;
  direction: rtl;
  margin: 0 15px;
  border-bottom: 1px solid #d4e8ef;
  padding: 5px 6px 5px 0;
  color: #1c3240;
  font-size: 17px; }

.main-menu li ul.sub-menu li.sub-title {
  background: transparent; }

.main-menu li ul.sub-menu li.sub-title + li {
  padding-top: 20px; }

.main-menu li ul.sub-menu li.sub-title a {
  display: block;
  position: relative;
  background-color: #203846;
  border-bottom: 0 solid transparent;
  margin: 0;
  color: #fff;
  padding: 5px 20px 5px 20px;
  font-size: 19px; }

.main-menu li ul.sub-menu li.sub-title a:hover {
  background-color: #203846; }

.main-menu li ul.sub-menu li a:hover {
  background-color: #d4e8ef; }

.main-menu li ul.sub-menu:after {
  position: absolute;
  top: -8px;
  right: 30px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #203846;
  content: ""; }

.main-menu li ul.sub-menu:before {
  position: absolute;
  top: -10px;
  right: 0;
  width: 100%;
  height: 10px;
  content: ""; }

.main-menu li ul.sub-menu li {
  /*background: url("images/background.png");*/
  background-color: #fff;
  width: 100%; }

/* header search */
.header .phone {
  font-size: 27px;
  font-weight: 400;
  padding: 3px 15px;
  line-height: 27px; }

.col-xs-4.search {
  width: 28%;
  padding-right: 0; }

.searchform {
  position: relative; }

#header-search {
  background-color: #fff;
  border: 1px solid #d4e8ef;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 36px;
  padding: 0 5px; }

#free_search {
  background-color: #fff;
  border: 1px solid #d4e8ef;
  width: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0px 5px;
  font-size: 16px;
  display: block;
  height: 40px; }

.header .code-search {
  margin-right: -2px;
  background-color: #fff;
  border: 1px solid #d4e8ef;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  height: 36px;
  padding: 5px 10px;
  position: relative; }

#search-submit:focus,
#search-submit {
  background-color: #d4e8ef;
  border: 0px;
  outline: none;
  width: 40px;
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

#search-submit:hover {
  background-color: #2f576e; }

#search-submit:hover:after {
  color: #d4e8ef; }

#search-submit:after {
  font-family: "FontAwesome";
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  content: "\f002";
  left: 12px;
  top: 3px;
  height: auto;
  width: auto;
  font-size: 19px;
  color: #2f576e; }

/* sliders */
.carousel-caption {
  left: 0;
  right: 0;
  width: 100%;
  padding-bottom: 0;
  bottom: 0;
  top: auto;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 22px;
  padding: 5px 15px;
  text-align: right;
  direction: rtl; }

.carousel-caption a:hover,
.carousel-caption a {
  color: inherit; }

.carousel-indicators {
  position: absolute;
  bottom: -5px;
  left: 15px;
  z-index: 15;
  width: 40%;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  text-align: left; }

.carousel-indicators li {
  background-color: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0; }

.carousel-indicators li.active {
  background-color: #f0a30e;
  border-color: #f0a30e;
  /*border:0;*/
  width: 10px;
  height: 10px;
  margin: 0 5px 0 0; }

/* main slider */
.main-slider {
  float: right;
  margin-bottom: 20px;
  width: 100%; }

.main-slider .trips .trip {
  position: relative;
  margin-bottom: 15px;
  height: 144px; }

.main-slider .trips .trip img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 144px; }

.main-slider .trips .trip a > span {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  right: 0;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  text-align: right;
  direction: rtl;
  max-height: 35px;
  transition: max-height 0.15s ease-out;
  overflow: hidden; }

.main-slider .trips .trip:hover a > span {
  max-height: 130px;
  transition: max-height 0.25s ease-in; }

.main-slider .trips .trip a > span span {
  font-size: 14px;
  display: none;
  -webkit-animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -ms-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  animation: fadein 0.5s; }

.main-slider .trips .trip:hover a > span span {
  display: block; }

.blue-stripe-line {
  background-color: #d4e8ef;
  height: 5px;
  width: 100%; }

.blue-stripe {
  width: 100%;
  background-color: #d4e8ef;
  padding: 30px 0;
  margin: 5px 0;
  direction: rtl;
  color: #1c3240; }

.blue-stripe .about {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 25px;
  background: url("images/about.png");
  width: 531px;
  height: 77px; }

.blue-stripe h1 {
  font-size: 44px;
  font-weight: 400;
  font-family: "Tahoma"; }

.blue-stripe h2 {
  font-size: 27px;
  font-weight: 400; }

.blue-stripe p {
  padding: 10px 20px 10px 0;
  font-size: 18px;
  border-right: 1px solid #b5d5c7; }

.blue-stripe p.two-border {
  border-left: 1px solid #b5d5c7;
  padding: 10px 20px; }

.blue-stripe .buttons .btn {
  margin-top: 10px; }

/* newsletter */
.newsletter h2 {
  font-size: 34px; }

.newsletter h2 span {
  display: block;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 15px; }

.newsletter button {
  margin-top: -45px;
  padding: 4px 12px; }

/* trips list */
.white-box {
  background-color: #fff;
  padding: 10px;
  -moz-box-shadow: 0 0 5px #a9a9a9;
  -webkit-box-shadow: 0 0 5px #a9a9a9;
  box-shadow: 0 0 5px #a9a9a9;
  margin-bottom: 20px;
  position: relative; }

.white-box span.style {
  float: left;
  padding: 6px 12px;
  border: 1px solid #ddd;
  font-size: 17px;
  color: #032c58;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

.white-box .btn.btn-blue,
.white-box .btn.btn-aqua {
  left: -10px;
  position: absolute;
  bottom: 3px; }

.trans-box .btn.btn-blue,
.trans-box .btn.btn-aqua {
  position: absolute;
  bottom: 10px;
  left: 10px; }

.table.fixed {
  table-layout: fixed; }

.in-table-center table thead th,
.in-table-center table tbody td,
.table.center-table thead th,
.table.center-table tbody td {
  text-align: center;
  vertical-align: middle; }

.meet_td:hover {
  background-color: #d4d4d4 !important; }

#similar_recomendations_area h2 {
  background-color: #d4e8ef;
  padding: 10px 15px; }

#similar_recomendations_area p {
  margin-bottom: 0; }

#meeting_number_wrapper {
  display: none; }

#meeting_notice {
  font-size: 16px;
  font-weight: 400; }

#spinner {
  font-size: 18px;
  color: #2f576e; }

#spinner > .fa-spin {
  font-size: 35px; }

a.open_meeting {
  text-decoration: underline; }

.table b {
  color: #3680a5; }

.in-table-center table thead th:first-child,
.in-table-center table tbody td:first-child,
.table.center-table thead th:first-child,
.table.center-table tbody td:first-child {
  text-align: right; }

.table thead .btn-group {
  width: 100%; }

.table thead .btn-group button {
  padding: 3px 0;
  width: 100%; }

.dropdown-menu {
  right: 0;
  left: auto; }

.open > ul.dropdown-menu {
  max-height: 400px;
  overflow: auto; }

/* breadcrumbs */
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 0; }

.breadcrumb a {
  color: #3680a5;
  font-size: 15px; }

/* transparent page */
.transparent-page {
  text-align: right;
  direction: rtl; }

.transparent-page h2, .transparent-page h1 {
  /*border-bottom: 1px solid #D4E8EF;*/
  margin-bottom: 20px;
  font-size: 27px; }

.transparent-page .trans-info p strong {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px; }

.transparent-page .trans-info h3 {
  margin-top: 15px; }

.transparent-page .trans-info .size-full {
  width: 100%;
  margin-top: 25px; }

/* contact page */
.contact-page {
  text-align: right;
  direction: rtl; }

.contact-page .rightside {
  /*border-left: 1px solid #d4e8ef;*/ }

.contact-page h1 {
  font-size: 34px;
  border-bottom: 1px solid #D4E8EF;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.contact-page .trans-info p strong {
  font-size: 18px;
  font-weight: 700;
  margin-top: 15px; }

.contact-page .trans-info h3 {
  margin-top: 15px; }

.contact-page .trans-info .size-full {
  width: 100%;
  margin-top: 25px; }

.contact-page .white-info h2 {
  border: 0;
  font-size: 19px; }

.contact-page .white-info .fa {
  color: #2f576e;
  font-size: 30px; }

.contact-page .white-info td {
  padding: 10px;
  /*text-align: center;*/
  line-height: 20px;
  vertical-align: middle !important; }

.contact-page .white-info td p {
  margin-bottom: 0; }

.valign {
  vertical-align: middle !important; }

.blue-info {
  background-color: #D4E8EF;
  border: 1px solid #b5c6cd;
  padding: 25px 20px;
  font-size: 19px;
  color: #0d1f2c; }

.taxi-info {
  display: block;
  float: right;
  width: 100%;
  margin-bottom: 15px;
  font-size: 0; }

.taxi-info img {
  display: inline-block;
  vertical-align: middle;
  width: 8%;
  margin-left: 2%; }

.taxi-info p {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  color: #032c58;
  font-size: 19px;
  margin: 0; }

.contact-page form {
  margin-top: 20px; }

.contact-page form textarea:focus,
.contact-page form textarea {
  height: 125px; }

.contact-page .form-control {
  border-color: #70b0cf; }

/* info center */
.info-center {
  color: #1c3240;
  font-size: 18px; }

.info-center h2 {
  font-size: 30px;
  border-bottom: 1px solid #D4E8EF;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.sp-post {
  border-bottom: none !important; }

.info-center .blue-info {
  min-height: 400px; }

.info-center form {
  margin-top: 20px; }

.info-center form textarea:focus,
.info-center form textarea {
  height: 100px; }

.info-center .form-control {
  border-color: #70b0cf; }

.info-center h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 20px; }

.info-center p {
  color: #1c3240;
  font-size: 17px; }

.info-center .info-menu {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }

.info-center .info-menu a {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #d4e8ef;
  margin-top: -1px;
  font-size: 18px;
  color: #1c3240; }

.info-center .info-menu .current-menu-item a {
  background-color: #70b0cf;
  border: 1px solid #70b0cf;
  color: #fff; }

.info-center .trans-box {
  background-color: transparent;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #d4e8ef; }

.info-center .trans-box img {
  width: 100%; }

.info-center .trans-box h2 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 22px; }

.info-center .trans-box h2.noborder {
  border-bottom: 0; }

.info-center .trans-box h2 a {
  font-weight: 400;
  font-size: 22px;
  color: #0d1f2c; }

.info-center .trans-box h2 span {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #0d1f2c;
  margin-top: 5px; }

.info-center .trans-box .col-sm-5 {
  width: 35.666667%; }

.info-center .trans-box .col-sm-7 {
  width: 62.333333%; }

.info-center .trans-box p a {
  margin-top: 10px;
  color: #666;
  font-size: 16px;
  display: block; }

.info-center .trans-box a.btn-blue,
.info-center .trans-box a.btn-aqua {
  margin-top: -5px;
  position: relative;
  bottom: 0;
  left: 0; }

.info-center .recomendations .trans-box a.btn-blue,
.info-center .recomendations .trans-box a.btn-aqua {
  margin-top: -5px; }

.info-center .info-header {
  margin-top: 0; }

.info-center .info-header a {
  font-size: 17px;
  color: #1c3240;
  margin-right: 8px;
  padding-left: 8px;
  border-left: 1px solid #d4e8ef; }

.info-center .info-header > a:first-child {
  color: #3680a5;
  border-left: 0; }

.info-center .info-header a:last-child {
  border-left: 0; }

.info-center .article-content img {
  max-width: 100%;
  margin-bottom: 20px; }

.info-center .article-content h3 span {
  display: block;
  width: 100%;
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 30px; }

.info-center .article-content {
  font-size: 19px; }

.info-center .article-content h1 {
  font-size: 38px;
}

.info-center .galleries .trans-box {
  margin-bottom: 0; }

.info-center .galleries h4 {
  min-height: 55px;
  text-align: center; }

.info-center .galleries h4 a {
  color: inherit; }

/* order pages */
.trips-orders {
  text-align: right;
  direction: rtl; }

.trips-orders h1 {
  font-size: 27px;
  color: #0d1f2c; }

.trips-orders .text .rightside {
  border-left: 1px solid #d4e8ef;
  padding-top: 20px;
  min-height: 200px; }

.trips-orders .text .rightside h2 {
  font-weight: 400;
  font-size: 51px;
  color: #3680a5; }

.trips-orders .text p {
  padding: 20px 25px 0 25px;
  font-size: 17px;
  color: #666666; }

.trips-orders .text p b {
  display: block;
  color: #0d1f2c;
  font-weight: 400;
  font-size: 19px;
  margin-top: 10px; }

/* h2 */
h1.bottom-border,
h2.bottom-border {
  font-size: 34px;
  border-bottom: 1px solid #D4E8EF;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: right;
  direction: rtl; }

/* trip long */
.full-trip .col-sm-5 {
  width: 37.666667%; }

.full-trip .col-sm-7 {
  width: 60.333333%; }

.full-trip h2 {
  padding: 0;
  margin: 0; }

.full-trip h2 a {
  font-weight: 400;
  font-size: 22px;
  color: #0d1f2c; }

.full-trip .info {
  width: 100%;
  display: block;
  border-bottom: 1px solid #d4e8ef;
  font-size: 17px;
  color: #0d1f2c;
  margin-bottom: 5px;
  padding-bottom: 5px; }

.full-trip p a {
  color: #666666;
  font-size: 17px;
  display: block; }

.text-justify {
  text-align: justify; }

.full-trip .code {
  margin-top: -17px;
  font-size: 15px;
  color: #666666;
  font-family: "Shaked", "Arial"; }

.full-trip .code + .btn {
  margin-top: -35px; }

/* trips list */
.trips-list {
  text-align: right;
  direction: rtl; }

.trips-list h1 {
  font-size: 34px;
  border-bottom: 1px solid #D4E8EF;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.trips-list p {
  float: right;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #0d1f2c; }

/* alerts */
.alert.alert-info {
  background-color: #2f576e;
  padding: 5px 15px;
  color: #fff;
  font-size: 17px;
  box-shadow: 0 0 0;
  border: 0px; }

/* white page */
.white-page {
  background-color: #fff; }

/* thumbnail holder */
.thubmnail-holder {
  position: relative; }

.thubmnail-holder a {
  display: block; }

.thubmnail-holder:hover img {
  opacity: 0.8; }

.thubmnail-holder img {
  width: 100%; }

.thubmnail-holder span.title {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 19px;
  padding: 5px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  direction: rtl;
  max-height: 37px;
  transition: max-height 0.15s ease-out;
  overflow: hidden; }

.thubmnail-holder span.title b {
  font-size: 15px;
  color: #d4e8ef;
  display: block;
  font-weight: 400;
  display: none; }

.trip-box:hover .thubmnail-holder span.title {
  max-height: 100px;
  transition: max-height 0.25s ease-in; }

.trip-box:hover .thubmnail-holder span.title b {
  display: block; }

/* sidebar */
#sidebar {
  text-align: right;
  direction: rtl;
  /*border-left:1px solid #d4e8ef;*/
  padding-left: 30px; }

#sidebar > h2 {
  padding-top: 10px;
  font-size: 27px;
  color: #0d1f2c;
  border-bottom: 1px solid #d4e8ef;
  padding-bottom: 16px;
  margin-bottom: 30px; }

.page-trips #sidebar > h2 {
  padding-top: 0; }

#sidebar .panel,
#sidebar .panel-collapse .panel-body {
  border: 0; }

#sidebar .panel-default > .panel-heading {
  color: #fff;
  background-color: #2b424f;
  padding: 0; }

#sidebar .panel-default > .panel-heading a {
  padding: 12px 15px 0 15px;
  line-height: 19px;
  display: block;
  border-bottom: 13px solid #203846; }

#sidebar .panel-default.active > .panel-heading {
  color: #fff;
  background-color: #f1a81a; }

#sidebar .panel-default.active > .panel-heading a {
  border-bottom: 13px solid #f0a30e; }

.page_trips_dates {
  bottom: -5px;
  font-size: 17px; }

#sidebar .panel-default.active > .panel-heading .panel-title i:before {
  content: "\f106"; }

#sidebar .panel-default > .panel-heading h4 {
  font-size: 19px; }

#sidebar .panel-default > .panel-heading:hover a {
  color: #fff; }

#sidebar .change-holder {
  float: right;
  margin-bottom: 5px; }

#sidebar .change-holder input {
  display: block;
  float: right;
  margin-left: 5px; }

#sidebar .change-holder span {
  display: block;
  float: left;
  width: 112px; }

#sidebar .full-width .col-sm-6 {
  width: 100%; }

#sidebar .full-width .change-holder span {
  width: auto;
  float: right; }

#sidebar .change-trips {
  font-size: 17px;
  color: #0d1f2c; }

#sidebar .panel-title i {
  font-size: 32px;
  margin-top: -5px; }

#sidebar .travaler {
  margin: 30px 0;
  padding: 10px;
  border-top: 1px solid #d4e8ef;
  border-bottom: 1px solid #d4e8ef;
  width: 100%;
  font-size: 19px;
  color: #1c3240;
  text-align: right; }

#sidebar .travaler i {
  font-size: 27px; }

/* trips page */
.page-trips {
  text-align: right;
  direction: rtl; }

.page-trips p {
  float: right;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #0d1f2c;
  margin: 0 0 10px 0; }

.trips-page {
  text-align: right;
  direction: rtl; }

.trips-page h1 {
  font-size: 27px;
  color: #0d1f2c;
  padding-bottom: 0; }

.title-first-child {
  display: inline;
  vertical-align: baseline;
  line-height: 0;
  color: inherit; }

.trips-page #filter {
  float: right;
  margin: 12px 10px 0 0;
  padding: 0;
  list-style: none; }

.trips-page #filter li {
  float: right;
  font-size: 19px;
  color: #0d1f2c;
  border-right: 1px solid #0d1f2c;
  padding: 0px 10px 0px 10px; }

.trips-page #filter li:first-child {
  border: none;
  font-size: 27px;
  color: #0d1f2c;
  padding-bottom: 0;
  line-height: 1; }

span.results {
  color: #3680a5;
  margin-top: 12px;
  font-size: 17px; }

.page-image img {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

/* trip-page */
.trip-page {
  text-align: right;
  direction: rtl;
  color: #0d1f2c; }

.trip-signup img,
.trip-image img {
  width: 100%;
  height: auto;
  margin-bottom: 15px; }

.trip-page h1 {
  font-size: 27px;
  color: #0d1f2c;
  margin-bottom: 5px; }

.trip-page .info {
  display: block;
  font-size: 19px;
  width: 100%; }

.trip-page .info a {
  font-size: 17px;
  color: #1c3240;
  margin-right: 8px;
  padding-left: 8px;
  border-left: 1px solid #d4e8ef; }

.trip-page .info a:last-child {
  border-left: 0; }

.trip-page .info a .fa {
  color: #2f576e;
  font-size: 19px;
  margin-left: 3px; }

.trip-page .trip-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #203846;
  margin-top: 15px;
  margin-bottom: 25px;
  float: right; }

.trip-page .trip-menu li {
  float: right; }

.trip-page .trip-menu li.yellow {
  float: left; }

.trip-page .trip-menu li.yellow a {
  background-color: #f0a30e; }

.trip-page .trip-menu li a .fa {
  margin-left: 5px; }

.trip-page .trip-menu li a {
  font-size: 19px;
  color: #fff;
  padding: 10px 12px;
  display: block;
  position: relative; }

.trip-page .trip-menu li a:hover {
  color: #a2cbdf; }

.trip-page .trip-menu li.yellow a:hover {
  background-color: #cd890c;
  color: #fff; }

.trip-page .trip-menu li.active {
  background-color: #2f576e; }

.trip-page .right-side {
  /*border-left: 1px solid #d4e8ef;*/ }

.trip-page h2 {
  font-size: 23px;
  color: #0d1f2c;
  margin-bottom: 15px; }

.trip-page h2.border-bottom {
  border-bottom: 1px solid #d4e8ef;
  margin-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 25px; }

.trip-page h2.no-border {
  margin-top: 40px;
  margin-bottom: 15px; }

.trip-page .right-side .desc p,
.trip-page .right-side p.description {
  float: right;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #1c3240; }

.trip-page .right-side ul li {
  font-size: 17px;
}

.trip-page .right-side .desc p span {
  display: block;
}

.trip-page .right-side h2 .fa {
  color: #2f576e;
  font-size: 38px;
  margin-left: 10px;
  float: right;
  margin-top: -10px; }

.white-info {
  float: right;
  width: 100%;
  background-color: #fff;
  border: 1px solid #d4e8ef;
  padding: 20px;
  /*margin-bottom: 25px; margin-bottom moved to .code*/ }

.white-info h2 {
  margin-top: 0;
  margin-bottom: 0; }

.white-info p {
  font-size: 17px;
  color: #666666;
  margin-bottom: 15px; }

.trip-page .right-side .headers h2 {
  margin-top: 15px; }

.trip-page .white-info .style {
  float: left;
  padding: 3px 8px;
  border: 1px solid #ddd;
  font-size: 17px;
  color: #0d1f2c;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-top: 8px; }

.trip-page .code {
  color: #666666;
  font-size: 16px;
  padding-top: 15px;
  margin-bottom: 15px;
  padding-left: 20px; }

.trip-page .right-side h2.left-border {
  float: right;
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #d4e8ef; }

.trip-page .white-info h2 .icons .fa {
  color: #2f576e;
  border-left: 1px solid #d4e8ef;
  margin-left: 5px;
  padding-left: 5px; }

.trip-page .white-info h2 a {
  color: inherit; }

.trip-page .white-info h2 .icons span {
  font-size: 17px;
  margin-top: 4px;
  float: left; }

.trip-page .white-info h2 + h3 {
  margin-top: 5px; }

.trip-page h3 {
  color: #0d1f2c;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 0; }

.ship-page .info {
  width: auto;
  margin-top: 10px; }

.ship-page .trip-menu {
  margin-top: 5px; }

.ship-page .trans-info {
  margin-bottom: 25px; }

/* Company ship page */
.ships-and-companies-wrap {
  column-count: 3;
  column-gap: 2rem; }

.company-block {
  margin: 2rem 0;
  box-shadow: 0px 4px 8px 1px #cbcbcb;
  display: inline-block;
  min-width: 100%; }

.company-title h3 {
  padding: 3rem calc(2rem + 35px) 3rem 2rem;
  background: #efefef;
  position: relative;
  font-weight: 600;
  color: #043a76 !important;
  text-align: left; }

.company-title h3:before {
  background-image: url("/wp-content/themes/cruise/images/ship-icon.png");
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 35px;
  content: '';
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }

.title-no-company + h3:before {
  width: 0;
  height: 2rem;
  display: block;
  position: relative;
  background: none; }

.ship-item {
  padding: 1rem calc(2rem + 35px) 2rem 2rem;
  text-align: left; }

.ship-item a {
  font-size: 20px; }

/* trans-info */
.trans-info,
.con-info {
  float: right;
  width: 100%;
  border: 1px solid #d4e8ef;
  padding: 20px;
  margin-top: -1px; }


.trans-info img, .con-info img{
  width: 100%;
  height: auto;
}

.trans-info img.link-btn, .con-info img.link-btn{
  width: auto;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}


.trans-info h3,
.con-info h3 {
  color: #0d1f2c;
  font-size: 19px;
  margin-bottom: 10px;
  margin-top: 0; }

.trans-info h3 .day,
.con-info h3 .day {
  color: #3680a5;
  display: inline-block;
  float: right;
  margin-left: 20px;
  font-weight: 700; }

.trans-info p,
.con-info p {
  color: #666666;
  font-size: 17px;
  margin-bottom: 0; }

.trans-info p strong,
.trans-info p b,
.con-info p strong .con-info p b {
  color: #3680a5;
  font-weight: 400;
  display: block; }

.trans-info p strong,
.con-info p strong {
  display: inline-block; }

/* blue box */
.blue-box {
  float: right;
  width: 100%;
  background-color: #D4E8EF;
  padding: 25px 20px;
  margin-bottom: 25px;
  border: 1px solid #b5c6cd; }

.blue-box h2 {
  color: #0d1f2c;
  margin: 0 0 20px 0;
  border: 0;
  font-weight: 400;
  font-size: 27px;
  margin-bottom: 10px;
 }

.blue-box h2 span {
  font-weight: 400;
  display: block;
  font-size: 19px;
  margin-top: 10px; }

.blue-box .form-control:active,
.blue-box .form-control:focus,
.blue-box .form-control {
  border: 1px solid #b5c6cd; }

.blue-box .form-group {
  margin-bottom: 20px;
}
/* soft blue box */
.soft-blue-box {
  float: right;
  width: 100%;
  background-color: #d4e8ef;
  padding: 0 20px; }

.soft-blue-box h2 {
  font-size: 19px;
  margin-bottom: 20px;
  color: #0d1f2c;
  margin-top: 20px;
  float: right;
  width: 100%; }

.soft-blue-box h3 {
  font-size: 17px;
  margin-bottom: 20px;
  color: #0d1f2c;
  margin-top: 20px;
  float: right;
  width: 100%; }

.soft-blue-box > h2:first-child {
  margin-top: 30px; }

.soft-blue-box.notop > h2:first-child {
  margin-top: 10px; }

.soft-blue-box .input-group {
  float: right;
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 17px;
  line-height: 1.428571429;
  color: #555;
  background-color: #FFF;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  border-bottom: 1px solid #70b0cf;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #6B9C87;
  margin-bottom: 10px; }

.soft-blue-box .input-group label {
  font-weight: 400;
  background-color: #f4f4f4;
  color: #0d1f2c;
  font-size: 17px;
  line-height: 34px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: right;
  width: 45%;
  padding-right: 5%; }

.soft-blue-box .input-group input[type="text"] {
  background-color: #fff;
  border: 0px;
  padding-right: 2px;
  width: 49%; }

.soft-blue-box .input-group input[type="number"] {
  background-color: #fff;
  border: 0px;
  padding-right: 2px;
  width: 49%; }

.soft-blue-box .radiobox label {
  font-weight: 400;
  font-size: 16px;
  margin-left: 25px;
  margin-top: -15px;
  margin-bottom: 20px; }

.soft-blue-box .checkbox label {
  font-weight: 400;
  font-size: 16px;
  margin-left: 25px;
  margin-top: -15px;
  margin-bottom: 30px; }

.soft-blue-box .checkbox input {
  float: right;
  margin-left: 15px; }

.soft-blue-box .input-group select {
  background-color: #fff;
  border: 0px;
  width: 52%;
  height: 34px; }

.soft-blue-box .input-group input[type="text"].error,
.soft-blue-box .input-group .error {
  border: 1px solid red; }

.soft-blue-box hr {
  border-top: 1px solid #a2cbdf; }

.soft-blue-box .btn {
  font-size: 19px; }

.soft-blue-box.notop {
  padding-top: 0; }

.soft-blue-box h4 {
  background-color: #a2cbdf;
  padding: 10px;
  font-size: 19px;
  margin-bottom: 20px; }

.soft-blue-box .btn-blue,
.soft-blue-box .btn-aqua {
  margin-bottom: 30px; }

.soft-blue-box .readme.error > label:first-child {
  color: red; }

/* white box inputs */
.info-center .white-info {
  margin-top: 30px; }

.info-center .white-info form {
  margin-top: 0; }

.info-center .white-info .input-group {
  float: right;
  display: block;
  width: 100%;
  height: 35px;
  padding: 0;
  font-size: 17px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 3px;
  border: 1px solid #d4e8ef;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  color: #6B9C87;
  margin-bottom: 10px; }

.info-center .white-info h5 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0; }

.info-center .white-info .input-group label {
  font-weight: 400;
  background-color: #f4f4f4;
  color: #0d1f2c;
  font-size: 17px;
  line-height: 33px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: right;
  width: 45%;
  padding-right: 5%; }

.info-center .white-info .input-group input[type="text"] {
  background-color: #fff;
  border: 0px;
  padding-right: 2px;
  width: 49%; }

.info-center .white-info .radiobox label {
  font-weight: 400;
  font-size: 16px;
  margin-left: 25px;
  margin-top: -15px;
  margin-bottom: 20px; }

.info-center .white-info .checkbox label {
  font-weight: 400;
  font-size: 16px;
  margin-left: 25px;
  margin-top: -15px;
  margin-bottom: 30px; }

.info-center .white-info .checkbox input {
  float: right;
  margin-left: 15px; }

.info-center .white-info .input-group select {
  background-color: #fff;
  border: 0px;
  width: 52%;
  height: 34px; }

.info-center .white-info .input-group input[type="text"].error,
.info-center .white-info .input-group .error {
  border: 1px solid red; }

.info-center .white-info hr {
  border-top: 1px solid #d4e8ef; }

.info-center .white-info .btn {
  font-size: 19px; }

.info-center .white-info.notop {
  padding-top: 0; }

.info-center .white-info h4 {
  background-color: #a2cbdf;
  padding: 10px;
  font-size: 19px;
  margin-bottom: 20px; }

.info-center .white-info .btn-blue,
.info-center .white-info .btn-aqua {
  margin-bottom: 30px; }

.info-center .white-info .readme {
  padding-top: 10px; }

.info-center .white-info .readme.error > label:first-child {
  color: red; }

/* trip signup */
.trip-signup {
  text-align: right;
  direction: rtl;
  color: #0d1f2c; }

.trip-signup h1.border-bottom {
  border-bottom: 1px solid #d4e8ef;
  margin-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: 27px; }

.trip-signup .right-side {
  border-left: 1px solid #d4e8ef; }

.trip-signup .right-side p {
  font-size: 17px;
  color: #0d1f2c;
  margin-bottom: 25px;
  float: right;
  width: 100%; }

.trip-signup .right-side p b {
  font-weight: 400;
  color: #3680a5; }

.order-success {
  font-size: 17px;
  color: #0d1f2c; }

.order-success h1 {
  font-size: 28px;
  color: #2f576e;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #a2cbdf; }

.order-success .trip-details span {
  background-color: #a2cbdf;
  padding: 5px 5%;
  display: block;
  width: 40%;
  border-bottom: 1px solid #70b0cf;
  box-shadow: inset 0px -1px 0px #d4e8ef;
  font-size: 17px;
  float: right; }

.order-success .trip-details b {
  border-bottom: 1px solid #70b0cf;
  display: block;
  width: 50%;
  padding: 5px 15px;
  font-weight: 400;
  font-size: 17px;
  float: right; }

.order-success .fa {
  color: #2f576e;
  font-size: 25px; }

.order-success .table > thead > tr > th,
.order-success .table > tbody > tr > th,
.order-success .table > tfoot > tr > th,
.order-success .table > thead > tr > td,
.order-success .table > tbody > tr > td,
.order-success .table > tfoot > tr > td,
.order-success table {
  border-color: #a2cbdf; }

.order-image img {
  width: 100%;
  min-height: 310px; }

/* floated trip */
#floated-trip {
  background-color: #203846;
  min-height: 130px;
  position: fixed;
  z-index: 999999;
  color: #fff;
  width: 100%;
  right: 0;
  top: -140px;
  text-align: right;
  direction: rtl;
  padding-top: 25px;
  transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }

#floated-trip h1 {
  font-weight: 400;
  font-size: 27px;
  color: #fff;
  margin-top: 0; }

#floated-trip span.info {
  font-size: 19px;
  color: #fff; }

#floated-trip ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  float: right;
  margin-top: 10px;
  border-top: 1px solid #1c3240; }

#floated-trip ul li.active a {
  border-left: 0; }

#floated-trip ul li {
  padding-top: 10px;
  float: right; }

#floated-trip ul li.active {
  background-color: #2f576e; }

/*#floated-trip ul li:first-child a{
	padding-right: 0;
}*/
#floated-trip ul li a {
  font-size: 19px;
  display: block;
  position: relative;
  padding: 0px 15px;
  margin-bottom: 5px;
  color: #fff;
  border-left: 1px solid #1c3240;
  float: right; }

#floated-trip ul li a:hover {
  color: #a2cbdf; }

/*#floated-trip ul li.active a:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	background-color: #2f576e;
	bottom:-10px;
	right:0;
}*/
#floated-trip ul li.icons a {
  font-size: 17px;
  border-color: #7a909a; }

#floated-trip ul li.icons a:last-child {
  border-left: 0; }

#floated-trip ul li.icons a .fa {
  font-size: 19px; }

/* bullet list */
ul.bullet-list {
  float: right;
  list-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%; }

ul.bullet-list li {
  color: #666666;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  float: right; }

ul.bullet-list li span {
  display: block;
  float: right;
  width: 95%;
  margin-top: -2px;
  text-align: justify; }

.col-sm-4 ul.bullet-list li span {
  width: 92%; }

ul.bullet-list li .fa {
  width: 18px;
  color: #2f576e;
  font-size: 10px;
  display: block;
  float: right;
  margin-top: 2px; }

/* tables */
table {
  border-color: #d4e8ef; }

.table {
  direction: rtl;
  margin-bottom: 0; }

.table.space-bottom {
  margin-bottom: 25px; }

.table thead th {
  text-align: right;
  background-color: #d4e8ef;
  font-size: 17px;
  color: #0d1f2c;
  font-weight: 400; }

.table > thead > tr > th {
  border-bottom: 1px solid #d4e8ef;
  border-left: 1px solid #ddf1f8;
  vertical-align: top; }

.table tbody td {
  border: 1px solid #d4e8ef;
  color: #666666;
  font-size: 17px;
  background-color: #fff; }

.all-trips-table tbody tr td {
  padding: 8px 5px; }

.table tbody td .btn {
  width: 100%;
  padding: 2px 10px;
  text-align: right; }

.table tbody td .btn.go {
  text-align: center;
  width: auto;
  line-height: 22px; }

.table tbody td.discount {
  color: #3680a5; }

.table tbody td .btn .fa {
  font-size: 16px;
  margin-top: 3px; }

/* buttons */
.btn {
  border-radius: 3px; }

.btn-softblue {
  color: #0d1f2c;
  font-weight: 700;
  font-size: 16px;
  background-color: #d4e8ef;
  border-color: #d4e8ef;
  padding: 6px 10px; }

.btn-softblue:hover {
  background-color: #2f576e;
  border-color: #2f576e;
  color: #d4e8ef; }

.btn-softblue:hover > a {
  color: #d4e8ef; }

.btn-softblue:hover .fa {
  color: #d4e8ef; }

.btn-softblue.icon {
  padding: 8px 10px 4px 10px; }

.similar-title-single {
  font-size: 15px; }

.btn-softblue + .btn-softblue {
  margin-left: 5px; }

.btn-softblue .fa {
  color: #2f576e;
  font-size: 20px;
  line-height: 0; }

.btn-blue {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  background-color: #2f576e;
  border-color: #2f576e;
  font-weight: 400; }

.btn-blue:hover,
.btn-blue:focus {
  background-color: #203846;
  color: #fff; }

.btn-aqua {
  /*from senior and .btn-blue here*/
  left: -10px;
  background-color: #e0e8f5;
  border-color: #e0e8f5;
  color: #032c58;
  border-radius: 30px;
  /*in .btn in senior*/
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 17px;
  font-weight: 400; }

.btn.btn-aqua:hover,
.btn.btn-aqua:focus {
  /*from senior*/
  background-color: #becdea;
  border-color: #becdea;
  color: #032c58; }

.page-template-page-travaler .btn-aqua {
  /*overflowing button*/
  left: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px; }

.btn-yellow {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  background-color: #f0a30e;
  border-color: #f0a30e;
  font-weight: 400; }

.btn-yellow:hover,
.btn-yellow:focus {
  background-color: #cd890c;
  border-color: #cd890c;
  color: #fff; }

.btn.left-arrow {
  text-align: right; }

.btn.left-arrow:after {
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  left: 7px;
  top: 7px;
  content: "\f053";
  font-size: 15px;
  color: #fff; }

.btn.go {
  text-align: center; }

.btn.go i {
  margin-top: 2px; }

.btn.clear {
  width: 100%;
  background-color: #d4d4d4;
  border: 1px solid #bbbbbb;
  color: #1c3240;
  font-size: 17px;
  margin-bottom: 10px; }

.btn.clear:hover {
  background-color: #fff;
  border-color: #bcbcbc; }

.page-template-page-trip-thanks-php .bottom-border a {
  font-size: 17px;
  color: #1c3240; }

.page-template-page-trip-thanks-php .bottom-border a .fa {
  color: #2f576e;
  font-size: 19px;
  margin-left: 3px; }

/* footer menus */
.footer-menu {
  margin: 0;
  padding: 25px 0 0 30px;
  list-style: none;
  text-align: right;
  direction: rtl;
  border-left: 1px solid #d4e8ef; }

.footer-menu li a {
  padding: 5px 0;
  border-bottom: 1px solid #d4e8ef;
  color: #3680a5;
  display: block;
  width: 100%;
  font-size: 14px; }

.footer-menu li {
  margin-bottom: 5px; }

/* footer */
.pattern.footer {
  width: 100%;
  background: #2F576E;
  border-bottom: 0 solid transparent;
  border-top: 5px solid #d4e8ef;
  color: #fff;
  direction: rtl;
  text-align: right;
  margin: 0; }

.footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.footer ul li {
  display: inline-block;
  margin: 10px 0 10px 5px;
  padding-left: 5px;
  border-left: 1px solid #fff;
  font-size: 15px; }

.footer ul li:last-child {
  border-left: 0px solid transparent; }

.footer p {
  font-size: 15px;
  padding: 10px 0;
  margin: 0; }

.trip-signup + footer .newsletter {
  display: none; }

.carousel-control {
  font-size: 65px; }

.carousel-control .fa-angle-right {
  right: 15px; }

.carousel-control .fa-angle-left {
  left: 15px; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  top: 45% !important; }

/* tops */
.top-45 {
  margin-top: 45px; }

.padding-45 {
  padding-top: 45px; }

.top-20 {
  margin-top: 30px; }

.top-25 {
  margin-top: 25px; }

.padding-20 {
  padding-top: 30px; }

.padding-bottom-20 {
  padding-bottom: 30px; }

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

/* link box */
.all-links {
  margin-top: 25px;
  text-align: center; }

.all-links .col-xs-3 {
  float: right; }

.all-links h3 {
  font-size: 18px;
  margin-top: 10px; }

.link-box {
  background-color: #fff;
  text-align: center;
  border: 1px dashed #2F576E;
  border-radius: 3px; }

.link-box img {
  width: 100%; }

.colorbox-video {
  position: relative;
  display: block; }

.colorbox-video span {
  position: absolute;
  margin-right: auto;
  margin-left: auto;
  right: auto;
  background: url("images/icon_play.png");
  width: 60px;
  height: 60px;
  top: 31%;
  right: 40%; }

/* locations */
.center {
  text-align: center; }

.align-left {
  text-align: left; }

/* hr */
hr {
  border-top: 1px solid #d4e8ef; }

hr.notop {
  margin-top: 0px; }

.small-gutter > [class*='col-'] {
  padding-right: 5px;
  padding-left: 5px; }

/* forms */
.form-group {
  margin-bottom: 10px; }

.form-control:focus,
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 17px;
  line-height: 1.428571429;
  color: #0d1f2c;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 3px;
  border-bottom: 1px solid #95b8a9;
  box-shadow: 0 0 0 transparent; }

textarea.form-control {
  resize: none; }

textarea.form-control:focus {
  height: auto; }

.form-control.error:focus,
.form-control.error {
  border: 1px solid red !important; }

.homepage-gutter [class*='col-']:first-child:not(:last-child) {
  padding-left: 0; }

.main-trip-area {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.single-contact-wrap {
  z-index: 30;
  position: sticky;
  top: 160px; }

.single-contact-wrap h2 {
  margin: 0; }

.single-contact-wrap form {
  height: 0;
  overflow: hidden;
  transition: all 0.4s ease; }

.single-contact-wrap form.open {
  height: auto;
  margin-top: 2rem; }

.single-contact-wrap.is_stuck + .sticky-spacer,
.single-contact-wrap.is_stuck + div + .sticky-spacer {
  margin: 15rem 0; }

#open-side-form {
  cursor: pointer; }

.two-columns-gutter > [class*='col-']:first-child:not(:last-child) {
  /* padding-left: 25px; */ }

.two-columns-gutter > [class*='col-']:last-child:not(:first-child) {
  /* padding-right: 25px; */ }

#floated_menu {
  display: none !important; }

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

/*.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-align: center;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
	top: 50%;
    right: auto;
    left: 12px;
}*/
table a {
  cursor: pointer; }

.well {
  font-size: 18px;
  background-color: transparent;
  text-align: justify;
  border: 0;
  box-shadow: inset 0 0 0 transparent;
  padding: 0; }

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block; }

.carousel-control {
  opacity: 1;
  width: 10%; }

/* newsletter */
.newsletter-popup {
  /*width: 796px;*/
  height: 500px;
  position: relative; }

@media (max-width: 768px) {
  .newsletter-popup {
    background: url("images/popup.png");
    background-size: 100% 100%;
    /*width: 796px;*/
    height: 500px;
    position: relative; } }

@media print {
  body a {
    display: initial !important; }
  a[href]:after {
    content: none !important; }
  .desc {
    float: right; }
  .hide-print {
    display: none; } }

.newsletter-popup .content-holder {
  width: 400px;
  margin: 0 auto;
  bottom: 30px;
  right: 0;
  left: 0;
  position: absolute; }

.newsletter-popup .content-holder .form-control {
  border: 1px solid #95b8a9; }

.newsletter-popup button {
  margin-top: -45px;
  padding: 4px 12px; }

#scrollup {
  width: 146px;
  height: 66px;
  position: fixed;
  bottom: 50px;
  right: 0px;
  display: none;
  text-indent: -9999px;
  background: url("images/top.png") no-repeat;
  z-index: 999;
  cursor: pointer; }

#scrollup:hover {
  background: url("images/top-hover.png") no-repeat; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.carousel.fade {
  opacity: 1; }

.carousel.fade .item {
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1; }

.carousel.fade .item:first-child {
  top: auto;
  position: relative; }

.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 1.5s;
  -o-transition: opacity ease-in-out 1.5s;
  -webkit-transition: opacity ease-in-out 1.5s;
  transition: opacity ease-in-out 1.5s;
  z-index: 2; }

.carousel-control {
  z-index: 999; }

#colorbox,
#cboxOverlay,
#cboxWrapper {
  z-index: 999999; }

#cboxTitle {
  font-size: 18px;
  color: #fff; }

#cboxCurrent {
  display: none !important; }

.ribbon-container {
  padding: 10px 20px;
  background: #f0a30e;
  margin-top: -10px;
  position: relative; }

.ribbon-container span {
  font-size: 16px;
  display: block;
  position: relative;
  color: #fff; }

.ribbon-container span:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: -10px;
  right: -39px;
  border-top: 19px solid #f0a30e;
  border-bottom: 18px solid #f0a30e;
  border-right: 19px solid rgba(0, 0, 0, 0);
  border-left: 19px solid rgba(0, 0, 0, 0); }

.river {
  display: inline-block;
  background: url("images/river.png");
  width: 64px;
  height: 28px;
  margin-left: 10px;
  float: right;
  margin-top: -5px; }

/*#ribbon-container {
	position: absolute;
	top: 19px;
	right: -20px;
	overflow: visible;
	font-size: 18px;
	line-height: 18px;
}
#ribbon-container a {
	display:block;
	padding:10px 20px;
	position:relative;
	background:#f0a30e;
	overflow:visible;
	height:32px;
	margin-left:19px;
	color:#fff;
	text-decoration:none;
}
#ribbon-container a:before {
	content:"";
	height: 0;
	width: 0;
	display:block;
	position:absolute;
	top:0;
	left:-19px;
	border-top: 19px solid #f0a30e;
	border-bottom: 19px solid #f0a30e;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
}
#ribbon-container a:hover {
	background:#f0a30e;
}
#ribbon-container a:hover:before {
	border-top: 19px solid #f0a30e;
	border-bottom: 19px solid #f0a30e;
}*/
hr {
  margin-top: 15px;
  margin-bottom: 30px; }

.panel-group .panel + .panel {
  margin-top: 2px; }

#cboxTitle {
  left: auto;
  right: 0; }

/* maps */
/*gmap {
	height: 220px;
}
#gmap .gm-style .gm-style-iw {
	left: 0 !important;
}
#cboxLoadedContent #zoom-map {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#cboxLoadedContent #zoom-map #gmap{
	height: 100%;
}
*/
#cboxClose {
  left: 5px;
  right: auto; }

.carousel-indicators {
  direction: ltr; }

/* Fatfish css START */
.January .mounth-01,
.February .mounth-02,
.March .mounth-03,
.April .mounth-04,
.May .mounth-05,
.June .mounth-06,
.July .mounth-07,
.August .mounth-08,
.September .mounth-09,
.October .mounth-10,
.November .mounth-11,
.December .mounth-12 {
  font-weight: bold;
  font-size: 16px; }

.page-template-searchpage .full-trip h2 a {
  font-weight: 400;
  font-size: 22px;
  color: #0d1f2c;
  max-width: 100% !important; }

tr.trips-tr:hover td {
  background-color: #d4e8ef;
  cursor: pointer; }

.page-template-page-sales tr:hover td {
  background-color: #d4e8ef;
  cursor: pointer; }

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.5s linear infinite;
  margin: auto; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.cboxElement_bold {
  font-weight: bold !important; }

thead.new-thead {
  width: 1140px;
  position: fixed;
  z-index: 1000;
  top: 232px; }

.new-thead th {
  text-align: center;
  vertical-align: middle;
  border-left: 0;
  border-bottom: 1px solid #d4e8ef;
  border-left: 1px solid #ddf1f8;
  padding: 8px;
  line-height: 1.428571429;
  background-color: #e0e8f5;
  font-size: 17px;
  color: #0d1f2c;
  font-weight: 400;
  vertical-align: middle; }

.new-thead .btn-group {
  width: 100%; }

.new-thead .btn-group button {
  padding: 3px 0;
  width: 100%; }

.new-thead tr {
  position: relative;
  width: 100%;
  display: inline-table; }

.page-template-page-sales thead.new-thead {
  top: 0; }

.trips-list-page-title.new-trips-list {
  position: fixed;
  width: 1141px;
  top: 0;
  background-color: #fafafa;
  display: block;
  z-index: 1000;
  margin-right: -1px; }

.new-thead th:first-child {
  text-align: right; }

span.leave-date {
  display: block;
  position: relative;
  height: 0px;
  top: -12px; }

.open-all-info {
  padding: 2px 10px; }

.spacial-notes {
  margin-bottom: 10px; }

.new-trips-list h2 {
  margin-top: 20px;
  margin-bottom: 0; }

.no-warp {
  white-space: nowrap; }

.nofloat {
  float: none !important; }

.full-trip h2 a {
  font-weight: 400;
  font-size: 22px;
  color: #0d1f2c;
  /*max-width: 290px;*/
  display: block;
  float: right; }

.full-trip h2.pull-right a {
  /*max-width: 380px;*/ }

.btn-group select.dropdown-filter {
  width: 100%;
  background-color: #fff;
  border-color: gainsboro;
  text-align: center;
  padding: 5px 19px;
  color: #262626;
  font-size: 14px; }

.days-filter {
  padding: 5px 4px !important;
  font-size: 14px;
  font-weight: normal; }

.single-galleries .info-center .article-content img {
  margin: 0; }

.desc p,
.trans-info p,
.bullet-list p,
.white-info p {
  text-align: justify; }

.order-trip-style {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 10px;
  margin: 0;
  z-index: 100;
  background-color: rgba(224, 232, 245, 0.9);
  display: none; }

.left-form {
  display: none; }
.bottom-form.bottom-form-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
button.close-box.bottom-form {
  float: left;
  border: 0;
  background: 0;
  padding: 0px 15px; }

.single-trips input.form-control:focus {
  border-color: #44687c !important; }

.single-trips .footer-menus {
  z-index: 101;
  position: relative; }

.single-trips .pattern.footer {
  position: relative;
  z-index: 101; }

.trip-cbox #cboxLoadedContent {
  background: #e0e8f5;
  border: 1px solid #b5c6cd;
  display: flex;
  align-items: center; }

.flex-center {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%; }

.trip-cbox #cboxLoadedContent,
.trip-cbox #cboxLoadedContent a,
.trip-cbox #cboxLoadedContent p {
  color: #0d1f2c; }

.trip-cbox #cboxContent {
  margin: 0; }

.trip-cbox {
  border-radius: 3px; }

#custom_msg {
  font-size: 18px;
  padding: 15px 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
  align-items: center;
  justify-content: space-around;
  display: none; }

.trip-cbox #cboxContent #custom_msg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.msg-icon {
  /* max-width: 120px;
	min-width: 120px; */
  flex: 0 0 20%; }

.msg-text {
  flex: 0 0 75%; }

.msg-text p {
  margin: 0; }

.custom-msg-trigger {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #becdea;
  border: 1px solid #ffe8e8;
  color: #0d1f2c;
  font-size: 17px; }

.float-right {
  float: right; }

.blue-box h2 span {
  margin-top: 0; }

/* Fatfish css END */
.search_title {
  display: block;
  background: #e0e8f5;
  padding: 10px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 20px;
  clear: both; }

.trip-links > a {
  font-size: 28px;
  margin-left: 20px; }

.well p {
  font-size: 18px;
  background-color: transparent;
  text-align: justify;
  border: 0;
  box-shadow: inset 0 0 0 transparent;
  padding: 0; }

/*cobox control*/
#cboxNext,
#cboxPrevious {
  background: none;
  text-indent: 0;
  height: 0;
  font-size: 0; }

#cboxNext:before {
  content: "\f105";
  font: normal normal normal 65px FontAwesome;
  color: #fff;
  display: inline-block; }

#cboxPrevious:before {
  content: "\f104";
  font: normal normal normal 65px FontAwesome;
  color: #fff;
  display: inline-block; }

.similar-trip {
  margin-bottom: 15px; }

.similar-trip b:hover {
  color: #fff; }

.wp-caption.aligncenter {
  text-align: center;
  margin: auto; }

.col-xs-4.galleries.pull-right {
  min-height: 250px; }

.trip-main-code {
  margin-top: 6px;
  margin-right: 5px; }

.sidebar-contact-form input[name=newsletter] {
  margin-bottom: 20px; }

/*add col-5 to bootstrap grid*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 1px; }

.col-xs-5ths {
  width: 20%;
  float: left; }

.col-md-4:nth-child(3n + 1) {
  clear: right; }

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left; } }

.similar-trip .btn {
  width: 100%;
  padding: 6px 0; }

.similar-trips-info {
  padding: 20px 20px 5px 20px; }

/*add col-5 to bootstrap grid - end*/
.special-dates-divider {
  margin: 1rem 0; }

.special-dates-title {
  font-size: 19px;
  margin: 1rem 0 1rem 0; }

/* page specail category */
.special-menu {
  list-style: none;
  float: right;
  padding: 0;
  width: 100%;
  margin: 0; }

.special-menu li {
  width: 100%;
  float: right;
  padding: 10px 10px;
  border: 1px solid #d4e8ef; }

.special-menu li:hover {
  background: #e0e8f5; }

.special-menu li a {
  width: auto;
  font-size: 17px;
  color: #0d1f2c;
  margin-right: 4px;
  display: block; }

.special-cat-name {
  font-size: 27px; }

.special-cat-sidebar-title {
  padding: 22px !important; }

.panel-body.full-width.no-padding {
  padding: 0; }

/* page specail category - end*/
.text-red {
  color: red !important; }

.important-for-cruise {
  font-weight: bold;
  color: #00a0ba; }

.info-center-menu,
.cruise-center-menu,
.river-center-menu {
  display: none; }

/*.grecaptcha-badge {*/
/*  transform: scale(0.77);*/
/*  -webkit-transform: scale(0.77);*/
/*  transform-origin: 0 0;*/
/*  -webkit-transform-origin: right center;*/
/*  right: 0;*/
/*  float: right; }*/

#recaptcha-preorder-trip .grecaptcha-badge {
  transform: scale(0.5);
  transform-origin: right top; }

.map-box #cboxClose {
  display: block;
  width: auto;
  background: none;
  top: 5px; }

.map-box #cboxClose .btn-yellow {
  display: block;
  text-indent: 0;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 20px; }

/* remove whatsapp button */
.webing-whatsapp-button {
  display: none; }

.white-box .trip-main-code {
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  padding-left: 12px; }

.trip-page #routes .code {
  padding-left: 28px; }

.trip-page .white-info .style {
  margin-top: 12px; }

#dates table tbody td.meeting a {
  white-space: nowrap; }

#dates table tbody td .btn {
  position: relative;
  white-space: nowrap;
  padding-left: 30px; }
  #dates table tbody td .btn i.fa.pull-left {
    float: none;
    float: none !important;
    position: absolute;
    left: 10px; }
