﻿.head-bg {
  background: #122742 url('/images/bg.jpg') no-repeat center top;
  background-size: cover;
}
.itineraries {
  border: 6px solid #f0f0f0;
}
.itineraries .main-img .img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.itineraries .main-img .img img {
  -moz-border-radius: 7px 0 0 7px;
  -webkit-border-radius: 7px 0 0 7px;
  border-radius: 7px 0 0 7px;
  min-width: 100%;
  min-height: 375px;
}
.itineraries .thumbs-container {
  padding-left: 35px;
  padding-right: 35px;
}
.itineraries .thumbs .owl-item {
  padding: 0 10px;
}
.itineraries .thumbs .img {
  display: block;
  cursor: pointer;
  width: 100%;
  height: 95px;
  overflow: hidden;
}
.itineraries .thumbs .img img {
  border: 4px solid transparent;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  max-width: 100%;
  max-height: 95px;
  height: 95px;
}
.itineraries .thumbs .item {
  margin-top: 8px;
}
.itineraries .thumbs .item p {
  color: #666;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.itineraries .thumbs .synced .item p {
  color: #000;
}
.itineraries .thumbs .synced .item img {
  border: 4px solid #fff;
}
.gallery-links a {
  color: #fff;
}
.gallery-links .photos {
  background: url('../images/dummy4.jpg') no-repeat center;
  background-size: cover;
  height: 201px;
  position: relative;
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.gallery-links .photos .layer {
  background-color: rgba(25, 176, 235, 0.8);
  -moz-border-radius: 7px 7px 0 0;
  -webkit-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-links .videos {
  background: url('../images/dummy5.jpg') no-repeat center;
  background-size: cover;
  -moz-border-radius: 0 0 0 7px;
  -webkit-border-radius: 0 0 0 7px;
  border-radius: 0 0 0 7px;
  position: relative;
  height: 180px;
}
.gallery-links .videos .layer {
  background-color: rgba(233, 168, 12, 0.8);
  -moz-border-radius: 0 0 0 7px;
  -webkit-border-radius: 0 0 0 7px;
  border-radius: 0 0 0 7px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-links .tour {
  background: url('../images/dummy6.jpg') no-repeat center;
  background-size: cover;
  -moz-border-radius: 0 0 7px 0;
  -webkit-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
  position: relative;
  height: 180px;
}
.gallery-links .tour .layer {
  background-color: rgba(15, 88, 142, 0.8);
  -moz-border-radius: 0 0 7px 0;
  -webkit-border-radius: 0 0 7px 0;
  border-radius: 0 0 7px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.explore {
  background: url('../images/explore.jpg') no-repeat center top;
  background-size: cover;
}
.explore h3 {
  line-height: 24px;
}
.activity {
  background: rgba(0, 0, 0, 0.2);
  border-left: 15px solid transparent;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.activity.activity-blue {
  background: #96cbef;
}
.activity .dates {
  display: inline-block;
  font-size: 11px;
}
.activity .dates .sep {
  margin: 2px 0;
  font-style: italic;
}
.activity:hover {
  border-left: 15px solid #e9a80c;
}
body.de .newsletter h3 {
  font-size: 20px;
}
.newsletter h3 {
  margin: 0 0 15px;
}
.newsletter .form-group {
  vertical-align: middle;
}
.newsletter .form-group .form-control {
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-width: 3px;
  font-size: 15px;
  height: 50px;
  letter-spacing: 2px;
  text-align: center;
}
.newsletter .btn {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  height: 50px;
}
.contact-info {
  margin-top: 30px;
}
a.schedule-space {
  display: block;
  min-height: 300px;
}
a.schedule-space:hover {
  text-decoration: none;
}
.videos .owl-carousel,
.tour-360 .owl-carousel {
  margin-top: 35px;
}
.videos h2 i,
.tour-360 h2 i,
.videos h2 span,
.tour-360 h2 span {
  vertical-align: middle;
}
.videos h2 i,
.tour-360 h2 i {
  margin-right: 15px;
}
.videos .video,
.tour-360 .video,
.videos .tour,
.tour-360 .tour {
  position: relative;
  width: 100%;
  padding: 0 10px;
}
.videos .video p,
.tour-360 .video p,
.videos .tour p,
.tour-360 .tour p {
  padding-top: 10px;
}
.videos .video a,
.tour-360 .video a,
.videos .tour a,
.tour-360 .tour a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  min-height: 300px;
}
.albums {
  background: #edf6fc;
}
.albums .image {
  display: block;
  margin-bottom: 20px;
  min-height: 200px;
}
.albums .image .img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.albums .image .img img {
  min-width: 100%;
  min-height: 200px;
}
.guestbook {
  background: #edf6fc;
}
.guestbook .quote {
  margin-bottom: 20px;
}
.guestbook .quote .quote-container:before {
  position: absolute;
  left: 5px;
  width: 0;
  content: '';
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.guestbook .quote .img img {
  max-width: 100%;
}
.guestbook .quote blockquote {
  border: 0;
  padding: 0;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 28px;
}
.guestbook .quote blockquote i {
  position: relative;
  top: -5px;
}
.guestbook .quote .author,
.guestbook .quote .quote-info {
  letter-spacing: 2px;
}
.filter .bootstrap-select {
  margin-bottom: 15px;
}
.filter .bootstrap-select .filterselect {
  background: #f8fafb;
  color: #c5c2c2;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 12px;
  text-transform: uppercase;
}
.filter .bootstrap-select .filterselect .caret {
  background: url('../images/arrow.png') no-repeat;
  border: 0;
  height: 10px;
  width: 22px;
}
.filter .bootstrap-select .dropdown-menu ul li {
  text-transform: uppercase;
}
.schedule {
  background: #fefcfc;
}
.schedule .table th,
.schedule .table td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.schedule .table td {
  background: #f2f1f1;
  color: #666;
  font-size: 13px;
}
.schedule .table th {
  background: #e9a80c;
  border-color: #fff;
  border-bottom: 0;
  color: #fff;
  font-weight: 600;
}
.schedule .table th:first-child {
  border-left-color: #e9a80c;
}
.schedule .table th:last-child {
  border-right-color: #e9a80c;
}
.schedule .table tr:nth-child(2n+1) td {
  background: #f8f6f6;
}
.schedule .table a {
  font-size: 11px;
}
.itinerary-top .img-circle {
  display: inline-block !important;
  border: 6px solid #fff;
}
.itinerary-map {
  height: 330px;
}
.itinerary-content {
  background: #fefcfc url('../images/itinerary-content.jpg') no-repeat;
}
.itinerary-content .img {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  display: block;
  width: 100%;
  height: 375px;
  overflow: hidden;
}
.itinerary-content .img img {
  min-width: 100%;
  min-height: 375px;
}
.salon {
  min-height: 445px;
}
.boat-pre-bottom .img {
  overflow: hidden;
  height: 285px;
}
.boat-pre-bottom .img img {
  margin-left: -50%;
  min-width: 100%;
  min-height: 285px;
}
.technical .img {
  overflow: hidden;
  height: 445px;
}
.technical .img img {
  margin-left: -50%;
  min-width: 100%;
  min-height: 445px;
}
.boat-accommodation {
  height: 310px;
}
.boat-accommodation .owl-item > div {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  min-height: 310px;
  position: relative;
}
.boat-accommodation .owl-item > div p {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 12px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 0;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.boat-accommodation .owl-controls .owl-buttons .owl-prev {
  left: 0;
  top: 40%;
}
.boat-accommodation .owl-controls .owl-buttons .owl-next {
  right: 0;
  top: 40%;
}
.tour-item {
  position: relative;
}
.tour-item .img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.tour-item .img img {
  min-width: 100%;
  min-height: 300px;
}
.panel-info .panel .panel-heading {
  padding: 0;
}
.panel-info .panel .panel-heading .panel-title > a {
  display: block;
  padding: 10px 15px;
}
/**********************************
    Recaptcha Error Styles
**********************************/
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
  font-family: Roboto, helvetica, arial, sans-serif;
  /*font-weight: lighter;*/
}