/*
Design:   EuroART93
XHTML/CSS:  EuroART93
*/
/* ==================================================
    =Reset
===================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==================================================
    =Less CSS
===================================================== */
.box-shadow-none {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ir {
  text-indent: -9999px;
  outline: none;
}
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* ==================================================
    =General
===================================================== */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft.clear,
.alignright.clear,
.aligncenter.clear {
  float: none;
}
img.alignleft,
table.alignleft,
.video-container.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright,
table.alignright,
.video-container.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  display: block;
  margin: 10px auto;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.mobile-show {
  display: block !important;
}
.mobile-hide {
  display: none !important;
}
.cf:before,
.cf:after,
.container:before,
.container:after,
.widget:before,
.widget:after,
form ol > li:before,
form ol > li:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after,
.clear,
.container:after,
.widget:after,
form ol > li:after {
  clear: both;
}
.cf,
.container,
.widget,
form ol > li {
  zoom: 1;
}
/* ==================================================
    =Main tags
===================================================== */
/* Defined in html element when using rem unit */
html {
  font: normal 62.5% 'Crimson Text', serif;
  color: #444;
  background-color: #fff;
}
/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==================================================
    =Typography
===================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
.user-content ul,
.user-content ol,
.user-content dl {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
h1 {
  font: 400 32px/1.3 'Crimson Text', serif;
}
h2 {
  font: 400 24px/1.2 'Crimson Text', serif;
}
h3 {
  font: 400 22px/1.2 'Crimson Text', serif;
}
h4 {
  font: 400 20px/1.2 'Crimson Text', serif;
}
h5 {
  font: 400 16px/1.2 'Crimson Text', serif;
}
h6 {
  font: 400 14px/1.2 'Crimson Text', serif;
}
a {
  color: #444444;
  text-decoration: none;
}
/* Styling */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  vertical-align: text-top;
  font-size: 75%;
}
sub {
  vertical-align: bottom;
  font-size: 75%;
}
blockquote {
  font-style: italic;
}
/* User generated  */
.user-content ul {
  margin-left: 24px;
}
.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.user-content ul li {
  margin-bottom: 0;
}
.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}
.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}
.user-content ul ul,
.view ol ol {
  margin-bottom: 0;
}
.user-content li li {
  font-size: 1em;
}
/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  border-top: none;
  font-weight: bold;
  color: #fff;
  background: #3f4952;
}
table tbody th {
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
}
table td,
table th {
  padding: 5px;
  vertical-align: middle;
}
table tr:nth-child(even) td,
table tr:nth-child(even) th {
  background-color: #eeeeee;
}
/* Normal form */
.normal-form input[type="text"],
.normal-form input[type="password"],
.normal-form input[type="datetime"],
.normal-form input[type="datetime-local"],
.normal-form input[type="date"],
.normal-form input[type="month"],
.normal-form input[type="time"],
.normal-form input[type="week"],
.normal-form input[type="number"],
.normal-form input[type="email"],
.normal-form input[type="url"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="color"],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}
/* Button styling */
.button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font: bold 14px/20px 'Crimson Text', serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background: #3f4952;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.button:hover {
  color: #fff;
  background-color: #292f35;
}
/* ==================================================
    =Layout
===================================================== */
html {
  overflow-x: hidden;
}
body {
  background: #f6f7f8;
  overflow-x: hidden;
}
#page-header {
  zoom: 1;
  width: 100%;
  background: url(../img/graphics/background-1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block !important;
}
#page-header:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.container {
  width: 100%;
  position: relative;
  padding: 0 10px;
}
.main-nav {
  display: none;
}
.menu-trigger {
  float: right;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.menu-trigger ul li {
  width: 35px;
  height: 4px;
  background: #fff;
  text-indent: -9999px;
  position: relative;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-trigger ul .first {
  top: 0;
}
.menu-trigger ul .second {
  margin: 6px 0;
  visibility: visible;
  opacity: 1;
}
.menu-trigger ul .third {
  bottom: 0;
}
.menu-trigger.active ul li {
  background: #39d6e0;
}
.menu-trigger.active ul .first {
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 10px;
}
.menu-trigger.active ul .second {
  opacity: 0;
  visibility: hidden;
}
.menu-trigger.active ul .third {
  -ms-transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  bottom: 10px;
}
.mobile-main-nav {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mobile-main-nav ul {
  text-align: center;
  margin-top: 70px;
}
.mobile-main-nav ul li {
  margin-bottom: 20px;
}
.mobile-main-nav ul li a {
  color: #39d6e0;
  font-size: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-nav ul li a:hover {
  color: #fff;
}
.mobile-main-nav.active {
  opacity: 1;
  visibility: visible;
}
.main-title,
.section-title {
  display: block;
  position: relative;
  color: #fff;
  font-size: 39px;
  font-weight: 900;
  font-family: 'Crimson Text';
  text-transform: uppercase;
  letter-spacing: 1px;
  top: 10px;
  text-shadow: 1px 1px 1px #003949;
  text-align: center;
  margin-bottom: 0;
  padding: 40px 0 0 0;
  width: 100%;
}
.main-title a,
.section-title a {
  color: #fff;
  zoom: 1;
}
.main-title a:after,
.section-title a:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.main-title span,
.section-title span {
  position: relative;
}
.main-title .italic,
.section-title .italic {
  font-family: 'Great Vibes', cursive;
  text-transform: none;
  font-weight: 100;
  letter-spacing: 1px;
  top: 10px;
}
.main-title .bottom-part,
.section-title .bottom-part {
  width: 100%;
  display: block;
}
.main-title .top-part:before,
.section-title .top-part:before,
.main-title .top-part:after,
.section-title .top-part:after {
  content: "";
  position: absolute;
  top: 24px;
  height: 3px;
  width: 170px;
  background: url(../img/graphics/title-border.png) no-repeat center center;
}
.main-title .top-part:before,
.section-title .top-part:before {
  left: -185px;
}
.main-title .top-part:after,
.section-title .top-part:after {
  right: -185px;
}
.section-title {
  padding-top: 0;
  text-transform: none;
  margin-bottom: 20px;
}
.section-title .top-part {
  text-transform: uppercase;
  font-size: 32px;
}
.section-title .top-part:before,
.section-title .top-part:after {
  top: 23px;
}
.head-btn {
  margin: 50px auto 40px;
  width: 80px;
}
.head-btn a {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #4e6068;
  line-height: 18px;
}
.head-btn a span {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
}
.head-btn a .check-framed {
  width: 45px;
  height: 45px;
  text-indent: -9999px;
  display: block;
  margin: 20px 0 0 16px;
  background: url(../img/icons/check.png) no-repeat center center;
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.head-btn a .check-framed:before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 45px;
  height: 45px;
  border: 0.2rem solid #fff;
  -webkit-box-shadow: 1px 1px 1px 1px #4e6068;
  box-shadow: 1px 1px 1px 1px #4e6068;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}
.head-btn a .check-framed:after {
  content: "";
  position: absolute;
  display: block;
  left: -10px;
  top: -10px;
  width: 65px;
  height: 65px;
  background: url(../img/icons/check-framed-active.png) no-repeat center center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
.head-btn a:hover .check-framed:after {
  visibility: visible;
  opacity: 1;
}
.head-btn a:hover .check-framed:before {
  visibility: hidden;
  opacity: 0;
}
/*========================================================== Home*/
#main {
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 10px;
}
.plain-title {
  font-family: 'Crimson Text';
  text-align: center;
  color: #3f4952;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 31px;
}
.news-section {
  padding-top: 10px;
}
.box-big {
  border-top: 1px solid #3f4952;
  margin: 0 auto 50px;
  width: 100%;
  max-width: 370px;
  position: relative;
}
.box-big img {
  max-width: 100%;
  height: auto;
  display: block;
}
.box-big img:hover {
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.box-big h2 {
  font-family: 'Crimson Text';
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  margin: 20px 0;
  color: #3f4952;
}
.box-big a {
  color: #3f4952;
  position: relative;
}
.news-section .box-big:nth-child(4) {
  margin-bottom: 0;
}
.news-wrapper {
  position: relative;
}
.news-info {
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  padding: 0 20px 10px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.news-info p {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #3f4952;
}
.news-info a {
  text-transform: uppercase;
  text-align: center;
  font-size: 17px;
  color: #3f4952;
  font-weight: 600;
}
.aligner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.btn-plain {
  margin: 40px 0;
  text-align: center;
  width: 100%;
  display: inline-block;
  zoom: 1;
}
.btn-plain:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.btn-plain a {
  text-transform: uppercase;
  font-size: 15px;
  color: #3f4952;
  padding: 5px 10px;
  border: 1px solid #3f4952;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-plain a:hover {
  color: #fff;
  background: #3f4952;
}
.section-head.offers {
  background: url(../img/graphics/background-2.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: -40px;
  padding: 30px 10px 50px 10px;
}
.box-small {
  width: 100%;
  max-width: 270px;
  margin: 0 auto 50px;
}
.box-small img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto;
}
.box-small h2 {
  font-family: 'Crimson Text';
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: 15px 0;
  text-transform: uppercase;
  color: #3f4952;
}
.box-small p {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #3f4952;
}
.featured-section {
  background: url(../img/graphics/background-3.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
}
.featured-section .box-big:last-child {
  margin-bottom: 0;
}
.featured-section .box-big {
  border-top: 0;
  border-bottom: 1px solid #fff;
}
.featured-section .box-big h2 {
  font-family: 'Roboto slab';
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin: 15px 0;
  text-transform: uppercase;
  color: #fff;
}
.featured-section .box-big p {
  margin-bottom: 0;
}
.featured-section .box-big p span {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #3f4952;
}
.featured-section .box-big .price {
  font-weight: 600;
}
.featured-section .box-big a {
  color: #fff;
  font-weight: 400;
}
.featured-section:after {
  content: "";
  display: block;
  width: 18px;
  height: 11px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  background: url(../img/graphics/triangle-decor.png) no-repeat center center;
}
.description {
  margin: 30px 0;
  background: #fff;
}
.description p {
  font-family: 'Crimson Text';
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  color: #3f4952;
}
.description.margin-top {
  margin-top: 30px;
}
/*======================================= Catamarans*/
body.catamarans #page-header {
  background: url(../img/graphics/background-4.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}
.catamarans {
  zoom: 1;
  overflow: hidden;
}
.catamarans:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.catamaran-info {
  zoom: 1;
  border-top: 1px solid #3f4952;
  border-bottom: 1px solid #3f4952;
  padding: 20px 0 10px;
}
.catamaran-info:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.catamaran-info p {
  margin-bottom: 0;
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 15px;
}
.catamaran-info strong {
  display: inline-block;
}
.box-big.featured .block-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 171px;
  height: 100px;
  background: url(../img/graphics/featured-ribbon.png) no-repeat center center;
}
.pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
  display: inline-block;
}
.pagination ul li {
  font-size: 17px;
  border: 1px solid #515961;
  display: none;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.pagination ul li a {
  color: #515961;
  display: block;
  padding: 20px;
}
.pagination ul .prev,
.pagination ul .next {
  text-indent: -9999px;
  display: inline-block;
  margin: 0 10px;
}
.pagination ul .prev:before,
.pagination ul .next:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 13px;
  visibility: visible;
  opacity: 1;
}
.pagination ul .prev:before {
  background: url(../img/icons/arr-left.png) no-repeat center center;
}
.pagination ul .next:before {
  background: url(../img/icons/arr-right.png) no-repeat center center;
}
.pagination ul .prev:hover,
.pagination ul .next:hover {
  background: #515961;
}
.pagination ul .prev:after,
.pagination ul .next:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 13px;
  visibility: hidden;
  opacity: 0;
}
.pagination ul .prev:after {
  background: url(../img/icons/arr-left-hover.png) no-repeat center center;
}
.pagination ul .next:after {
  background: url(../img/icons/arr-right-hover.png) no-repeat center center;
}
.pagination ul .prev:hover:before,
.pagination ul .next:hover:before {
  opacity: 0;
  visibility: hidden;
}
.pagination ul .prev:hover:after,
.pagination ul .next:hover:after {
  opacity: 1;
  visibility: visible;
}
.newsletter-form {
  background: url(../img/graphics/background-5.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px 0;
  margin-top: 50px;
  text-align: center;
}
.newsletter-form p {
  margin: 20px 0;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  font-weight: 100;
}
.newsletter-form form .group {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.newsletter-form form input[type="text"] {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 15px;
  font-family: "Crimson Text";
}
.newsletter-form form input[type="submit"] {
  padding: 5px 20px;
  background: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Crimson Text";
  font-size: 15px;
  cursor: pointer;
  -webkit-appearance: none;
}
.newsletter-form form ::-webkit-input-placeholder {
  color: #fff;
  text-align: center;
  font-family: "Crimson Text";
}
.newsletter-form form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter-form form :-moz-placeholder {
  color: #fff;
  text-align: center;
  font-family: "Crimson Text";
}
.newsletter-form form input:focus:-moz-placeholder {
  color: transparent;
}
.newsletter-form form ::-moz-placeholder {
  color: #fff;
  text-align: center;
  font-family: "Crimson Text";
}
.newsletter-form form input:focus::-moz-placeholder {
  color: transparent;
}
.newsletter-form form :-ms-input-placeholder {
  color: #fff;
  text-align: center;
  font-family: "Crimson Text";
}
.newsletter-form form input:focus:-ms-input-placeholder {
  color: transparent;
}
/*======================================= Catamarans-detailed*/
body.catamarans-detailed #page-header {
  background: url(../img/graphics/background-6.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}
.site-navigation .back,
.site-navigation .prev,
.site-navigation .next {
  text-transform: uppercase;
  color: #3f4952;
  padding: 10px 20px;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
  border: 1px solid #3f4952;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.thumb-preview {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.thumb-wrapper {
  position: relative;
  display: none;
}
.thumb-wrapper img {
  width: 100%;
  height: auto;
  position: relative;
}
.thumb-wrapper.active {
  display: block;
}
.thumb-wrapper.featured:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  width: 171px;
  height: 100px;
  background: url(../img/graphics/featured-ribbon.png) no-repeat center center;
}
.thumbs-container .slide {
  text-align: center;
  width: 100%;
  max-width: 115px;
  height: 75px;
  overflow: hidden;
  margin: 0 auto;
}
.thumbs-container .slide img {
  width: 100%;
  cursor: pointer;
  height: auto;
}
.slide-navigation {
  text-align: center;
}
.slide-navigation .prev-thumb,
.slide-navigation .next-thumb {
  text-indent: -9999px;
  display: inline-block;
  margin: 10px;
  position: relative;
  padding: 20px 30px;
  border: 1px solid #515961;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.slide-navigation .prev-thumb:before,
.slide-navigation .next-thumb:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 13px;
  visibility: visible;
  opacity: 1;
}
.slide-navigation .prev-thumb:before {
  background: url(../img/icons/arr-left.png) no-repeat center center;
}
.slide-navigation .next-thumb:before {
  background: url(../img/icons/arr-right.png) no-repeat center center;
}
.slide-navigation .prev-thumb:hover,
.slide-navigation .next-thumb:hover {
  background: #515961;
}
.slide-navigation .prev-thumb:after,
.slide-navigation .next-thumb:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 13px;
  visibility: hidden;
  opacity: 0;
}
.slide-navigation .prev-thumb:after {
  background: url(../img/icons/arr-left-hover.png) no-repeat center center;
}
.slide-navigation .next-thumb:after {
  background: url(../img/icons/arr-right-hover.png) no-repeat center center;
}
.slide-navigation .prev-thumb:hover:before,
.slide-navigation .next-thumb:hover:before {
  opacity: 0;
  visibility: hidden;
}
.slide-navigation .prev-thumb:hover:after,
.slide-navigation .next-thumb:hover:after {
  opacity: 1;
  visibility: visible;
}
.gallery {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #515961;
}
.title-2 {
  font-family: 'Roboto Slab';
  color: #3f4952;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3f4952;
  font-size: 19px !important;
  font-weight: 900;
}
.catamaran-price {
  padding: 10px 0;
  border-bottom: 1px solid #3f4952;
  font-size: 19px;
  line-height: 30px;
  zoom: 1;
}
.catamaran-price:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.catamaran-price span {
  font-weight: 900;
  font-size: 32px;
  float: right;
}
.title-3 {
  font-family: 'Roboto slab';
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  margin: 20px 0;
  padding: 20px 0;
  color: #3f4952;
  text-transform: uppercase;
  border-top: 1px solid #3f4952;
  border-bottom: 1px solid #3f4952;
}
.info-box {
  text-align: center;
  background: #f2f3f4;
  padding: 20px;
}
.info-box article {
  margin-bottom: 0 !important;
}
.info-box p {
  color: #3f4952 !important;
  margin-bottom: 0;
}
.btn-plain.bigger a {
  padding: 10px 20px;
  font-size: 18px;
  margin-bottom: 0;
}
/*======================================= Charter-info*/
body.charter-info #page-header {
  background: url(../img/graphics/background-7.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}
.menu-2 {
  zoom: 1;
  display: block;
}
.menu-2:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.menu-2 li {
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  position: relative;
  margin-bottom: 30px;
}
.menu-2 li a {
  padding-top: 120px;
  display: block;
  z-index: 1;
}
.menu-2 li.active:after {
  visibility: visible;
  opacity: 1;
}
.menu-2 li.active:before {
  visibility: hidden;
  opacity: 0;
}
.menu-2 .stuff:before,
.menu-2 .stuff:after,
.menu-2 .kids:before,
.menu-2 .kids:after,
.menu-2 .options:before,
.menu-2 .options:after,
.menu-2 .insurance:before,
.menu-2 .insurance:after {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  z-index: -1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-2 .stuff:before {
  background: url(../img/graphics/case-sticker.png) no-repeat center center;
  visibility: visible;
  opacity: 1;
}
.menu-2 .stuff:after {
  background: url(../img/graphics/case-sticker-hover.png) no-repeat center center;
  visibility: hidden;
  opacity: 0;
}
.menu-2 .kids:before {
  background: url(../img/graphics/kids-sticker.png) no-repeat center center;
  visibility: visible;
  opacity: 1;
}
.menu-2 .kids:after {
  background: url(../img/graphics/kids-sticker-hover.png) no-repeat center center;
  visibility: hidden;
  opacity: 0;
}
.menu-2 .options:before {
  background: url(../img/graphics/boat-sticker.png) no-repeat center center;
  visibility: visible;
  opacity: 1;
}
.menu-2 .options:after {
  background: url(../img/graphics/boat-sticker-hover.png) no-repeat center center;
  visibility: hidden;
  opacity: 0;
}
.menu-2 .insurance:before {
  background: url(../img/graphics/save-sticker.png) no-repeat center center;
  visibility: visible;
  opacity: 1;
}
.menu-2 .insurance:after {
  background: url(../img/graphics/save-sticker-hover.png) no-repeat center center;
  visibility: hidden;
  opacity: 0;
}
.menu-2 .stuff:hover:before,
.menu-2 .kids:hover:before,
.menu-2 .options:hover:before,
.menu-2 .insurance:hover:before {
  visibility: hidden;
  opacity: 0;
}
.menu-2 .stuff:hover:after,
.menu-2 .kids:hover:after,
.menu-2 .options:hover:after,
.menu-2 .insurance:hover:after {
  visibility: visible;
  opacity: 1;
}
.info-article-wrapper {
  display: none;
}
.info-article {
  border-top: 1px solid #3f4952;
  text-align: center;
}
.info-article .plain-title {
  font-size: 20px;
  margin: 15px 0;
}
.promo-box-wrapper {
  text-align: center;
  padding: 20px;
  background: url(../img/photos/thumb-24.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.promo-box {
  border: 1px solid #fff;
  position: relative;
}
.promo-box .promo-title {
  margin-top: 90px;
  margin-bottom: 30px;
}
.promo-box p {
  font-size: 20px;
  font-weight: 900;
  text-shadow: 1px 1px 1px #003949;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
.promo-box .btn-plain {
  margin-top: 30px;
}
.promo-title {
  font-family: 'Roboto Slab';
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  text-shadow: 1px 1px 1px #003949;
  text-transform: uppercase;
  line-height: 50px;
}
.promo-title span {
  font-size: 75px;
  display: block;
}
.ribbon {
  width: 170px;
  height: 99px;
  background: url(../img/graphics/ribbon.png) no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.ribbon p {
  font-weight: 900;
  color: #fff;
  text-shadow: 1px 1px 1px #003949;
  font-size: 24px;
  margin: 0;
  -ms-transform: rotate(-31deg);
  -webkit-transform: rotate(-31deg);
  transform: rotate(-31deg);
  position: absolute;
  top: 29px;
  left: 7px;
}
.btn-plain.white a {
  color: #fff;
  border-color: #fff;
}
.btn-plain.white a:hover {
  color: #3f4952;
  background: #fff;
}
/*======================================= Contact*/
body.contact #page-header {
  background: url(../img/graphics/background-8.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px;
}
.newsletter-form form .group {
  width: 100%;
  display: block;
}
form fieldset {
  padding: 10px;
  border: 1px solid #3f4952;
  margin-bottom: 20px;
}
form .group {
  position: relative;
}
form .group.checkbox {
  margin: 10px 0 20px;
  display: inline-block;
  width: 49%;
}
form .group.checkbox label {
  font-size: 16px;
  position: relative;
  bottom: 1px;
  margin-left: 5px;
}
form .group.checkbox .styledRadio {
  display: inline-block;
  background-image: url(../img/graphics/radio-btn.png) !important;
}
form .group.checkbox.left-align {
  text-align: right;
  padding-right: 10px;
}
form .group.checkbox.right-align {
  text-align: left;
  padding-left: 10px;
}
form .group.submit {
  text-align: center;
}
form input[type="text"] {
  width: 100%;
  border: 1px solid #3f4952;
  outline: none;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Crimson Text';
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form input[type="submit"] {
  border: 1px solid #3f4952;
  outline: none;
  padding: 7px 20px;
  text-align: center;
  font-size: 16px;
  background: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Crimson Text';
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
}
form textarea {
  width: 100%;
  min-height: 220px;
  border: 1px solid #3f4952;
  padding: 10px;
  font-size: 16px;
  font-family: 'Crimson Text';
  outline: none;
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form ::-webkit-input-placeholder {
  color: #3f4952;
  text-align: center;
  font-family: "Crimson Text";
}
form input:focus::-webkit-input-placeholder {
  color: transparent;
}
form :-moz-placeholder {
  color: #3f4952;
  text-align: center;
  font-family: "Crimson Text";
}
form input:focus:-moz-placeholder {
  color: transparent;
}
form ::-moz-placeholder {
  color: #3f4952;
  text-align: center;
  font-family: "Crimson Text";
}
form input:focus::-moz-placeholder {
  color: transparent;
}
form :-ms-input-placeholder {
  color: #3f4952;
  text-align: center;
  font-family: "Crimson Text";
}
form input:focus:-ms-input-placeholder {
  color: transparent;
}
.title-4 {
  text-align: center;
  border-bottom: 1px solid #3f4952;
  font-size: 16px;
  font-family: 'Roboto Slab';
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: -14px;
  margin-bottom: 60px;
}
.title-4 span {
  padding: 0 15px;
  background: #fff;
  position: relative;
  top: 14px;
}
.contact-info .info {
  padding-bottom: 40px;
  text-align: center;
}
.contact-info .info p {
  font-size: 16px;
  color: #3f4952;
  line-height: 28px;
}
.google-maps-link {
  position: relative;
  font-size: 16px;
  color: #3f4952;
  padding-top: 100px;
  display: block;
  max-width: 300px;
  margin: 40px auto 20px;
}
.google-maps-link:hover:before {
  visibility: hidden;
  opacity: 0;
}
.google-maps-link:hover:after {
  visibility: visible;
  opacity: 1;
}
.google-maps-link:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  background: url(../img/graphics/pin-sticker.png) no-repeat center center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}
.google-maps-link:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -40px;
  background: url(../img/graphics/pin-sticker-hover.png) no-repeat center center;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
/*======================================= User-content*/
.user-content h1 {
  font-family: 'Crimson Text';
  font-size: 40px;
}
.user-content h2 {
  font-family: 'Crimson Text';
  font-size: 34px;
}
.user-content h3 {
  font-family: 'Crimson Text';
  font-size: 30px;
}
.user-content h4 {
  font-family: 'Crimson Text';
  font-size: 26px;
}
.user-content h5 {
  font-family: 'Crimson Text';
  font-size: 22px;
}
.user-content h6 {
  font-family: 'Crimson Text';
  font-size: 18px;
}
.user-content p {
  font-size: 18px;
  line-height: 22px;
  color: #7f8489;
}
.user-content img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto 20px;
}
.user-content ul {
  list-style-image: url('../img/icons/triangle.png');
}
.user-content li {
  font-size: 18px;
  line-height: 22px;
  color: #7f8489;
  margin-bottom: 5px;
}
article.user-content {
  margin-bottom: 40px;
}
/*======================================= Special styles*/
.no-border {
  border: 0;
}
.uppercase {
  text-transform: uppercase;
}
.block-wrapper {
  display: inline-block;
}
.centered {
  text-align: center;
}
.bottom {
  margin-bottom: 0;
}
.margin-top {
  margin-top: 30px;
}
/*======================================= Footer*/
#page-footer {
  position: relative;
  background: url(../img/graphics/footer-pattern.png) repeat left top;
  padding: 50px 0;
}
#page-footer:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/graphics/fading-splitter.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.socials ul {
  zoom: 1;
  width: 100%;
  display: block;
  margin: 0 auto 50px auto;
  text-align: center;
}
.socials ul:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.socials ul li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 10px;
  text-indent: -9999px;
  position: relative;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socials ul li a {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}
.socials ul li:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socials ul li:hover:after {
  visibility: visible;
  opacity: 1;
}
.socials ul .twitter {
  background: url(../img/icons/twitter-icon.png) no-repeat center center;
}
.socials ul .twitter:after {
  background: url(../img/icons/twitter-icon-hover.png) no-repeat center center;
}
.socials ul .pinterest {
  background: url(../img/icons/pinterest-icon.png) no-repeat center center;
}
.socials ul .pinterest:after {
  background: url(../img/icons/pinterest-icon-hover.png) no-repeat center center;
}
.socials ul .facebook {
  background: url(../img/icons/facebook-icon.png) no-repeat center center;
}
.socials ul .facebook:after {
  background: url(../img/icons/facebook-icon-hover.png) no-repeat center center;
}
.foot-logo {
  text-align: center;
}
.foot-logo .italic-part {
  display: block;
  width: 100%;
  height: 27px;
  text-indent: -9999px;
  background: url(../img/graphics/foot-logo.png) no-repeat center center;
}
.foot-logo a {
  color: #3f4952;
  font-size: 36px;
  font-weight: 900;
  font-family: 'Crimson Text';
  text-transform: uppercase;
  display: block;
}
.claim {
  text-align: center;
}
.claim h2 {
  color: #3f4952;
  font-size: 15px;
  font-weight: 900;
  font-family: 'Crimson Text';
  text-transform: uppercase;
  margin-top: 20px;
}
.claim p {
  margin: 20px 0 0 0;
  font-size: 11px;
  line-height: 20px;
}
.tripadvisor {
  margin-bottom: 20px;
}
.tripadvisor p {
  margin: 20px 0 0 0;
  font-size: 11px;
  line-height: 20px;
}
.tripadvisor span {
  text-indent: 9999px;
  background: url(../img/graphics/tripadvisor-logo.png) no-repeat center center;
  width: 121px;
  height: 20px;
  display: inline-block;
}
/*
=====================================
2.2.2015.
=====================================
*/
.mobile-main-nav ul .sub-menu {
  margin: 20px 20px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  display: none;
}
.pop-up-inquiry {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 10px;
  display: none;
}
.pop-up-inquiry form {
  margin-top: 50px;
  background: #fff;
}
.pop-up-inquiry p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 23px;
}
.pop-up-inquiry .checkbox .styledCheckbox {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.pop-up-inquiry .checkbox {
  margin-bottom: 20px;
}
.pop-up-inquiry .checkbox label {
  float: left;
}
.close-wrapper {
  display: block;
  margin: 20px 0 30px 0;
  text-align: center;
  font-size: 21px;
  text-transform: uppercase;
  color: #444 !important;
}
.close-wrapper a {
  padding: 5px 10px;
  border: 1px solid #3f4952;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (min-width: 768px) {
  .pop-up-inquiry .checkbox {
    width: 24% !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1000px) {
  .main-nav .sub-menu {
    position: absolute;
    padding-top: 20px;
    z-index: 1;
    padding-top: 10px !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-nav .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .main-nav .sub-menu li {
    margin-bottom: 5px !important;
  }
  .main-nav .sub-menu li:hover a {
    border: 2px solid #fff !important;
  }
  .main-nav .sub-menu li a {
    border: 2px solid transparent !important;
  }
  .pop-up-inquiry {
    position: fixed;
    height: 100vh !important;
  }
  .pop-up-inquiry form {
    position: absolute;
    width: 830px;
    height: 548px;
    left: 50%;
    top: 50%;
    margin-left: -415px;
    margin-top: -274px;
  }
}
/*
=====================================
3.2.2015.
=====================================
*/
/*mob nav*/
.mobile-main-nav {
  text-align: center;
  margin: 0;
  overflow: hidden;
  position: fixed;
  padding-top: 60px;
  width: 100% !important;
}
.mobile-main-nav .sub-menu {
  margin: 20px 20px 0 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  display: none;
}
.mobile-main-nav .sub-menu li a {
  color: #fff;
}
.mobile-main-nav li {
  margin-bottom: 20px;
}
.mobile-main-nav li a {
  color: #39d6e0;
  font-size: 30px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mobile-main-nav li a:hover {
  color: #fff;
}
.mobile-main-nav.active {
  opacity: 1;
  visibility: visible;
}
.menu-trigger {
  position: fixed;
  top: 10px;
  right: 10px;
}
/*main nav*/
@media only screen and (min-width: 1000px) {
  .main-nav {
    padding-top: 45px;
    text-align: center;
    display: block;
  }
  .main-nav li {
    display: inline-block !important;
    position: relative;
    margin: 0 20px;
  }
  .main-nav li a {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 18px !important;
    position: relative;
    padding: 5px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transition-delay: .1s;
    border: 2px solid transparent;
  }
  .main-nav li:hover a {
    border: 2px solid #fff;
  }
}
.catamaran-info p.first-column {
  width: 40%;
}
.catamaran-info p.second-column {
  width: 60%;
}
/* new 2019 */
.new-catamarans-grid {
  display: flex;
  flex-wrap: wrap;
}
.new-catamarans-grid .box-big {
  max-width: 100%;
  width: 50%;
  padding: 0 15px;
  margin-right: 0;
}
.new-catamarans-grid .box-big .block-wrapper {
  display: block;
  position: relative;
}
.new-catamarans-grid .box-big .block-wrapper img {
  border: none;
}
.new-catamarans-grid .box-big .block-wrapper .new-boat-info {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(18, 32, 39, 0.69);
  width: 100%;
  z-index: 1;
  padding: 20px 20px 1px 20px;
}
.new-catamarans-grid .box-big .block-wrapper .new-boat-info h2 {
  text-align: left;
  color: #fff;
  margin-top: 0;
}
.new-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
  padding: 0 15px;
}
.new-filter .fancy-select {
  width: 47.5%;
}
.new-filter .fancy-select .trigger:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #3f4952 transparent transparent transparent;
}
/* single catamaran refactor */
.single-catamaran #page-header {
  min-height: unset;
  padding-bottom: 0 !important;
  background-image: none !important;
  background-color: #fff !important;
}
.single-catamaran #page-header .desktop-nav {
  position: relative;
}
.single-catamaran #page-header nav {
  top: 0;
}
.single-catamaran #page-header .site-branding {
  display: none !important;
}
.single-catamaran .description.above-top {
  top: 0;
}
.single-catamaran .container.align-top {
  margin-top: 0;
}
.single-catamaran .new-boat-slider {
  max-width: 1800px;
  margin: auto;
}
.single-catamaran .new-boat-slider .slide {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-catamaran .new-boat-slider .slide .slide-col-1 {
  width: 60%;
  overflow: hidden;
  padding-right: 1px;
}
.single-catamaran .new-boat-slider .slide .slide-col-1 .slide-pic {
  max-height: 680px;
  height: 38vw;
  position: relative;
}
.single-catamaran .new-boat-slider .slide .slide-col-1 .slide-pic img {
  transition: transform .2s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.single-catamaran .new-boat-slider .slide .slide-col-2 {
  width: 40%;
  max-height: 680px;
  height: 38vw;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1px;
}
.single-catamaran .new-boat-slider .slide .slide-col-2 .pic-wrapper {
  width: calc(50% - 2px);
  height: calc(50% - 2px);
  margin: 1px;
  cursor: pointer;
}
.single-catamaran .new-boat-slider .slide .slide-col-2 .pic-wrapper .slide-grid-pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.single-catamaran .new-boat-slider .slide .slide-col-2 .pic-wrapper .slide-grid-pic img {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.single-catamaran .new-boat-slider .slide .slide-col-2 .pic-wrapper:hover .slide-grid-pic img {
  transform: translateZ(0) scale(1.1);
}
.single-catamaran .new-detail-wrapper {
  background-color: #ebebeb;
  display: flex;
  flex-wrap: wrap;
}
.single-catamaran .new-detail-wrapper .new-detail-box {
  width: 25%;
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.single-catamaran .new-detail-wrapper .new-detail-box .new-detail-img {
  max-width: 45px;
  max-height: 55px;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.single-catamaran .new-detail-wrapper .new-detail-box .new-detail-text h6 {
  font-size: 15px;
  color: #122027;
}
.single-catamaran .new-detail-wrapper .new-detail-box .new-detail-text p {
  font-size: 20px;
  color: #122027;
  font-weight: 900;
}
.single-catamaran .new-cabin-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-catamaran .new-cabin-description h4 {
  font-size: 25px;
  width: 100%;
  margin-bottom: 30px;
}
.single-catamaran .new-cabin-description .cabin-description {
  width: 45%;
  margin-bottom: 30px;
}
.single-catamaran .new-cabin-description .cabin-description h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.single-catamaran .new-cabin-description .cabin-description ul {
  padding: 0 20px;
  list-style-type: disc;
}
.single-catamaran .new-cabin-description .cabin-description ul li {
  font-size: 15px;
  margin-bottom: 8px;
}
.single-catamaran .new-deck-info .deck-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
}
.single-catamaran .new-deck-info .deck-wrapper h3 {
  width: 100%;
  font-size: 20px;
}
.single-catamaran .new-deck-info .deck-wrapper .deck-pic-box {
  padding-left: 0 !important;
  width: 70% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-catamaran .new-deck-info .deck-wrapper .deck-pic-box .deck-pic {
  width: 40%;
}
.single-catamaran .new-deck-info .deck-wrapper .deck-pic-box .deck-text {
  width: 60%;
  padding-left: 30px;
}
.single-catamaran .new-deck-info .deck-wrapper .deck-box {
  width: 30%;
  padding-left: 20px;
}
.single-catamaran .new-deck-info .deck-wrapper .deck-box h6 {
  font-size: 18px;
  text-transform: uppercase;
}
.single-catamaran .new-deck-info .deck-wrapper .deck-box ul {
  padding: 0 20px;
  list-style-type: disc;
}
.single-catamaran .new-deck-info .deck-wrapper .deck-box ul li {
  font-size: 15px;
  margin-bottom: 8px;
}
.single-catamaran .new-form-wrapper {
  text-align: center;
  margin-top: 30px;
  background-color: #f2f3f4;
  padding: 0 20px 40px 20px;
}
.single-catamaran .new-form-wrapper .badge {
  display: inline-block;
  position: relative;
  font-size: 16px;
  background-color: #000;
  cursor: pointer;
  color: #fff;
  padding: 15px 20px;
}
.single-catamaran .new-form-wrapper .badge span {
  position: absolute;
  text-align: left;
  width: 250px;
  color: #000;
  top: 0;
  left: -370px;
  background-color: #ebebeb;
  padding: 20px;
  transform: translate3d(-30px, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: transform .5s, opacity .5s, visibility .5s;
}
.single-catamaran .new-form-wrapper .badge span .triangle {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #ebebeb;
}
.single-catamaran .new-form-wrapper .badge:hover span {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.single-catamaran .new-form-wrapper h2 {
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-catamaran .new-form-wrapper p {
  font-size: 16px;
}
.single-catamaran .new-form-wrapper form input {
  text-align: left;
  padding: 10px 20px;
}
.single-catamaran .new-form-wrapper form input::placeholder {
  text-align: left;
}
.single-catamaran .new-form-wrapper form textarea {
  resize: none;
  height: 60px;
  overflow-y: auto;
  min-height: initial;
  padding: 10px 20px;
}
.single-catamaran .new-form-wrapper form textarea::placeholder {
  text-align: left;
}
.single-catamaran .new-form-wrapper form .new-form-btn {
  width: 100%;
  background-color: transparent;
  border: 1px solid #3f4952;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 18px;
  text-transform: uppercase;
  outline: none;
  transition: background-color 0.5s, color 0.5s;
  cursor: pointer;
}
.single-catamaran .new-form-wrapper form .new-form-btn:hover {
  color: #fff;
  background: #3f4952;
}
.single-catamaran .new-boat-pic-info {
  margin-bottom: 30px;
}
.single-catamaran .new-boat-pic-info .pic-boat-info {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.single-catamaran .new-boat-pic-info .boat-cols-wrapper {
  position: relative;
}
.single-catamaran .new-boat-pic-info .boat-cols-wrapper .triangle {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #ebebeb;
}
.single-catamaran .new-boat-pic-info .boat-cols-wrapper .boat-col {
  background-color: #ebebeb;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 2px solid #fff;
}
.single-catamaran .new-boat-pic-info .boat-cols-wrapper .boat-col h6 {
  font-size: 20px;
  font-weight: 600;
  width: 30%;
}
.single-catamaran .new-boat-pic-info .boat-cols-wrapper .boat-col p {
  font-size: 18px;
  width: 70%;
  padding-left: 5%;
}
/* brakepoints 2019 */
@media only screen and (min-width: 768px) {
  .new-catamarans-grid .box-big img {
    float: none;
    width: 100%;
  }
  .new-catamarans-grid .box-big h2 {
    text-align: center;
  }
  .new-catamarans-grid .catamaran-info {
    float: none;
    width: 100%;
  }
  .new-catamarans-grid .box-big .btn-plain {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .single-catamaran .new-boat-slider {
    margin-top: 68px;
  }
  .single-catamaran .new-form-wrapper .badge span {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .new-catamarans-grid .box-big .block-wrapper .new-boat-info h2 {
    font-size: 16px;
  }
  .single-catamaran .new-detail-wrapper .new-detail-box {
    width: 50%;
  }
  .single-catamaran .new-cabin-description .cabin-description {
    width: 100%;
  }
  .single-catamaran .new-deck-info .deck-wrapper {
    margin-bottom: 0;
  }
  .single-catamaran .new-deck-info .deck-wrapper .deck-pic-box {
    width: 100% !important;
  }
  .single-catamaran .new-deck-info .deck-wrapper .deck-box {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .new-catamarans-grid .box-big {
    width: 100%;
    padding: 0;
  }
  .box-big img {
    width: 100%;
  }
  .new-filter {
    padding: 0;
  }
  .new-filter .fancy-select {
    width: 100%;
  }
  .single-catamaran .new-boat-slider .slide .slide-col-1 {
    width: 100%;
    padding-right: 0;
  }
  .single-catamaran .new-boat-slider .slide .slide-col-2 {
    width: 100%;
    height: 58vw;
    padding-left: 0;
  }
  .single-catamaran .new-boat-slider .slide .slide-col-1 .slide-pic {
    height: 60vw;
  }
  .single-catamaran .new-detail-wrapper .new-detail-box {
    width: 100%;
  }
  .single-catamaran .new-deck-info .deck-wrapper {
    text-align: center;
  }
  .single-catamaran .new-deck-info .deck-wrapper .deck-pic-box .deck-pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .single-catamaran .new-deck-info .deck-wrapper .deck-pic-box .deck-text {
    width: 100%;
    padding-left: 0;
  }
  .single-catamaran .new-deck-info .deck-wrapper .deck-box ul {
    list-style: none;
  }
  .single-catamaran .new-boat-pic-info .boat-cols-wrapper .boat-col h6 {
    width: 100%;
  }
  .single-catamaran .new-boat-pic-info .boat-cols-wrapper .boat-col p {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .new-catamarans-grid .box-big .block-wrapper .new-boat-info {
    position: relative;
  }
}
.play-btn {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../img/icons/play-btn.png');
  background-size: 71px;
  width: 71px;
  height: 71px;
  background-repeat: no-repeat;
  background-position: center;
}
.video-wrap{
  width:100%;
  height:auto;
  background:rgba(7,27,59, 0.74);
  padding:50px;
  text-align:center;
}
.video-container {
  position: relative;
  max-width:600px;
  margin:0 auto;
  display:inline-block;
}
.more-videos {
  margin-right:40px;
  margin-bottom:40px
}
.video-container img{
  width:100%;
}
.video-container .after {
  animation: imageFadeIn 2s forwards;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, .6);
}
.video-container:hover .after {
  animation: imageFadeOut 2s forwards;

}
@keyframes imageFadeOut{
  0%{opacity:1}
  100%{opacity:0;display:none;box-shadow: 0px 0px 15px white;}
}
@keyframes imageFadeIn{
  0%{opacity:0;display:block}
  100%{opacity:1;}
}