h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  margin: 0;
  padding: 0;
}
a {
  outline: none !important;
  text-decoration: none !important;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Rosina', sans-serif;
  font-weight: 400;
  padding-top: 104px;
}
/*FONTS*/
@font-face {
  font-family: 'Rosina';
  src: url('../_fonts/rosina-thin.eot');
  src: url('../_fonts/rosina-thin.eot?iefix') format('eot'), url('../_fonts/rosina-thin.woff') format('woff'), url('../_fonts/rosina-thin.woff2') format('woff2'), url('../_fonts/rosina-thin.ttf') format('truetype'), url('../_fonts/rosina-thin.svg#webfont') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Rosina';
  src: url('../_fonts/rosina-light.eot');
  src: url('../_fonts/rosina-light.eot?iefix') format('eot'), url('../_fonts/rosina-light.woff') format('woff'), url('../_fonts/rosina-light.woff2') format('woff2'), url('../_fonts/rosina-light.ttf') format('truetype'), url('../_fonts/rosina-light.svg#webfont') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rosina';
  src: url('../_fonts/rosina-regular.eot');
  src: url('../_fonts/rosina-regular.eot?iefix') format('eot'), url('../_fonts/rosina-regular.woff') format('woff'), url('../_fonts/rosina-regular.woff2') format('woff2'), url('../_fonts/rosina-regular.ttf') format('truetype'), url('../_fonts/rosina-regular.svg#webfont') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rosina';
  src: url('../_fonts/rosina-medium.eot');
  src: url('../_fonts/rosina-medium.eot?iefix') format('eot'), url('../_fonts/rosina-medium.woff') format('woff'), url('../_fonts/rosina-medium.woff2') format('woff2'), url('../_fonts/rosina-medium.ttf') format('truetype'), url('../_fonts/rosina-medium.svg#webfont') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Rosina';
  src: url('../_fonts/rosina-bold.eot');
  src: url('../_fonts/rosina-bold.eot?iefix') format('eot'), url('../_fonts/rosina-bold.woff') format('woff'), url('../_fonts/rosina-bold.woff2') format('woff2'), url('../_fonts/rosina-bold.ttf') format('truetype'), url('../_fonts/rosina-bold.svg#webfont') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Rosina';
  src: url('../_fonts/rosina-ultrabold.eot');
  src: url('../_fonts/rosina-ultrabold.eot?iefix') format('eot'), url('../_fonts/rosina-ultrabold.woff') format('woff'), url('../_fonts/rosina-ultrabold.woff2') format('woff2'), url('../_fonts/rosina-ultrabold.ttf') format('truetype'), url('../_fonts/rosina-ultrabold.svg#webfont') format('svg');
  font-weight: 900;
  font-style: normal;
}
/*menu button*/
.menu-button {
  position: absolute;
  top: 33px;
  right: 15px;
  left: auto;
  width: 30px;
  height: 20px;
  z-index: 100;
  display: none;
}
.menu-button:hover {
  cursor: pointer;
}
.menu-button span {
  width: 30px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
  border-radius: 5px;
}
.menu-button span:after,
.menu-button span:before {
  content: '';
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  border-radius: 5px;
}
.menu-button span:after {
  top: -7px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}
.menu-button span:before {
  bottom: -7px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}
.menu-button.open span:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-button.open span {
  background: transparent;
}
.menu-button.open span:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-button.open span:after,
.menu-button.open span:before {
  -webkit-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
/*template general styles*/
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.template-btn {
  position: relative;
  z-index: 10;
  height: 42px;
  display: inline-block;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 40px;
  width: 100%;
  max-width: 135px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
.template-btn:hover {
  color: #000;
  background: #fff;
}
.template-btn:hover:after {
  bottom: -1px;
}
.template-btn:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: 100%;
  background: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.template-btn.gray {
  border-color: #616161;
  color: #616161;
  font-size: 13.15px;
  max-width: 163px;
  height: 49px;
  line-height: 49px;
}
.template-btn.gray:after {
  background: #616161;
}
.template-btn.gray:hover {
  color: #fff;
  background: #616161;
}
.main-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}
.main-header .dropdown-menu {
  background: rgba(49, 49, 49, 0.73);
  margin: 0;
  padding: 0;
  border: none;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
.main-header .dropdown-menu li a {
  display: inline-block;
}
.main-header .navbar-header {
  min-height: 104px;
  background: #313131;
  width: 100%;
  text-align: center;
  padding-top: 13px;
}
.main-header .navbar-brand {
  float: none;
  padding: 0;
  height: auto;
  line-height: 104px;
  display: inline-block;
}
.main-header .navbar-nav {
  float: none;
  text-align: center;
  background: rgba(49, 49, 49, 0.73);
}
.main-header .navbar-nav > li {
  float: none;
  display: inline-block;
  margin-right: 48px;
}
.main-header .navbar-nav > li:last-child {
  margin-right: 0;
}
.main-header .navbar-nav > li a {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
  line-height: 37px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}
.main-header .navbar-nav > li a:focus,
.main-header .navbar-nav > li a:active {
  background: transparent;
}
.main-header .navbar-nav > li a:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-header .navbar-nav > li a:hover {
  text-shadow: 0px 5px 15px #000000;
  background: transparent;
}
.main-header .navbar-nav > li a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.hero-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 190px;
  padding-top: 156px;
  z-index: 9;
}
.hero-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.48);
}
.hero-section .hero-title {
  position: relative;
  z-index: 10;
  text-align: center;
}
.hero-section .hero-title .top-title {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  letter-spacing: 4px;
  margin-bottom: 17px;
}
.hero-section .hero-title h1,
.hero-section .hero-title h2 {
  font-size: 49.31px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
}
.hero-section .hero-title h1 {
  margin-bottom: 6px;
}
.hero-section .hero-title h2 {
  font-weight: 500;
  margin-bottom: 17px;
}
.hero-section .hero-title .sub-title {
  font-size: 14px;
  color: #acacac;
  font-weight: 400;
  display: block;
  margin-bottom: 21px;
}
.hero-section .hero-boat-wrapper {
  text-align: center;
  position: relative;
  z-index: 10;
}
.hero-section .hero-boat-wrapper:after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 32px;
  background: #9e947e;
}
.hero-section .hero-btn-wrapper {
  text-align: center;
  padding-top: 52px;
}
.our-products {
  padding-top: 72px;
  -webkit-clip-path: polygon(48.8% 0, 50% 1.5%, 51.2% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(48.8% 0, 50% 1.5%, 51.2% 0, 100% 0, 100% 100%, 0 100%, 0 0);
  position: relative;
  z-index: 10;
  margin-top: -22px;
  background: #fff;
}
.our-products .block-title {
  text-align: center;
  position: relative;
  z-index: 10;
  padding-bottom: 61px;
  margin-bottom: 19px;
}
.our-products .block-title span {
  display: block;
  color: #b6aa84;
  font-size: 14.87px;
  font-weight: 500;
  margin-bottom: 11px;
}
.our-products .block-title h2 {
  font-size: 41.1px;
  color: #616161;
  font-weight: 700;
}
.our-products .block-title .down-arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #b6a983;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-products .block-title .down-arrow:before {
  content: "\f107";
  font-family: 'fontawesome';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  color: #b6a983;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-products .block-title .down-arrow:hover {
  background: #b6a983;
}
.our-products .block-title .down-arrow:hover:before {
  color: #fff;
}
.our-products .product-wrapper .product-item {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 50%;
  float: left;
  min-height: 566px;
  position: relative;
}
.our-products .product-wrapper .product-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.our-products .product-wrapper .product-item .product-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}
.our-products .product-wrapper .product-item .product-inner h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.our-products .product-wrapper .product-item .product-inner p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  padding-bottom: 21px;
  margin-bottom: 27px;
  position: relative;
}
.our-products .product-wrapper .product-item .product-inner p:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 32px;
  background: #b5ad98;
}
.revolution-section {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 110px;
  text-align: center;
  padding-bottom: 94px;
}
.revolution-section h2 {
  font-size: 30px;
  color:#FFFFFF;
  font-weight: 700;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.revolution-section h2:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 32px;
  background: #b5ab96;
}
.revolution-section p {
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 39px;
}
.revolution-section .icon-list-wrapper {
  margin-bottom: 253px;
}
.revolution-section .icon-list-wrapper h4 {
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 17px;
}
.revolution-section .icon-list-wrapper ul li {
  display: inline-block;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  margin-right: 52px;
}
.revolution-section .icon-list-wrapper ul li:last-child {
  margin-right: 0;
}
.revolution-section .icon-list-wrapper ul li span {
  display: block;
  margin-top: 12px;
}
.main-footer {
  background: #383635;
  padding-top: 68px;
  padding-bottom: 78px;
}
.main-footer .footer-menu {
  position: relative;
  padding-top: 11px;
}
.main-footer .footer-menu:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 186px;
  background: #716e67;
  display: block;
}
.main-footer .footer-menu li {
  display: inline-block;
  margin-right: 67px;
}
.main-footer .footer-menu li h3 {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.main-footer .footer-menu li a {
  display: block;
  font-size: 12px;
  color: #d4ccbc;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .footer-menu li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #d4ccbc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-footer .footer-menu li a:hover:after {
  width: 100%;
}
.main-footer .footer-menu li a:last-child {
  margin-bottom: 0;
}
.main-footer .copyright {
  padding-top: 166px;
}
.main-footer .copyright p {
  font-size: 12px;
  color: #716e66;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .custom-container {
    width: 1257px;
  }
}
.prepage-title {
  min-height: 437px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.prepage-title.history:after {
  background: rgba(0, 0, 0, 0.8);
}
.prepage-title.history .title-wrapper h1 {
  font-weight: 100;
}
.prepage-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.prepage-title .title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.prepage-title .title-wrapper img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  margin-top: -10px;
  margin-right: 14px;
}
.prepage-title .title-wrapper h1 {
  font-size: 49.31px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 28px;
  vertical-align: middle;
}
.prepage-title .title-wrapper h1 p {
  font-size: 14px;
  color: #acacac;
  text-transform: none;
  font-weight: 400;
  margin-top: 18px;
}
.prepage-title .title-wrapper h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 32px;
  background: #9e947e;
}
.prepage-title .title-wrapper h1 span {
  font-weight: 100;
}
.category-page {
  padding-bottom: 96px;
  padding-top: 51px;
  
}
.item-wrapper {
  border: 1px solid #e2eaec;
  margin: 0 -5px;
  padding: 20px 0 70px 0;
  margin-bottom: 30px;
  
}

.item-wrapper-tillbehor {
/* 
  max-height: 480px;
  min-height: 480px; */
}
.item-wrapper .item-title {
  margin-bottom: 50px;
}
.item-wrapper .item-title h2 {
  font-size: 34.97px;
  font-weight: 100;
}
.item-wrapper .item-title h2 strong {
  font-weight: 700;
}
.item-wrapper .item-thumb {
  margin-bottom: 76px;
}
.item-wrapper .item-description h3 {
  font-size: 15px;
  color: #313131;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 16px;
}
.item-wrapper .item-description p {
  font-size: 15px;
  color: #313131;
  font-weight: 400;
}
.item-wrapper .item-left-side {
  margin-left: -2px;
  margin-right: -2px;
}
.item-wrapper .item-specification h3 {
  font-size: 15px;
  color: #313131;
  font-weight: 700;
  margin-bottom: 12px;
}
.item-wrapper .item-specification ul li {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  color: #313131;
  padding: 0;
  margin-bottom: 12px;
}
.item-wrapper .item-specification ul li span {
  display: block;
  font-weight: 400;
}
.item-wrapper .item-specification ul li span.item-spec-heading {
  font-weight: 700;
}
.item-wrapper .item-right-side {
  padding-left: 33px;
}
.item-wrapper .item-btn {
  margin-bottom: 25px;
}
.item-wrapper .item-btn a {
  display: block;
  float: right;
  height: 46px;
  width: 100%;
  max-width: 143px;
  background: #313131;
  margin-right: -15px;
  margin-top: -21px;
  text-align: center;
  line-height: 46px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 10;
  border: 1px solid #a8a8a8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: none;
}
.item-wrapper .item-btn a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #313131;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.item-wrapper .item-btn a:hover {
  background: transparent;
  color: #313131;
}
.item-wrapper .item-btn a:hover:after {
  bottom: 0;
  height: 0;
}
.reseller-title {
  position: relative;
  padding-top: 128px;
  padding-bottom: 103px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.reseller-title:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.reseller-title .title-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
}
.reseller-title .title-wrapper h1 {
  font-size: 49.31px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.reseller-title .title-wrapper span {
  display: block;
  color: #acacac;
  padding-bottom: 24px;
  margin-bottom: 22px;
  position: relative;
}
.reseller-title .title-wrapper span:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 4px;
  width: 32px;
  background: #9e947e;
}
.reseller-title .title-wrapper p {
  color: #acacac;
}
@media screen and (min-width: 1480px) {
  .product-container {
    width: 1460px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1479px) {
  .product-container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 991px) and (min-width: 1200px) {
  .small-container {
    width: 935px;
  }
}
.reseller-page {
  padding-bottom: 54px;
  padding-top: 38px;
  background: #e8e8e8;
}
.reseller-page .col-md-4 {
  padding-right: 8px;
}
.reseller-page .col-md-8 {
  padding: 0;
}
.reseller-page .col-md-12 {
  padding-right: 0;
}
.reseller-page .reseller-logo {
  padding: 24px 22px;
  background: #383735;
  text-align: center;
}
.reseller-page .reseller-contacts {
  background: #383735;
  float: right;
  width: 100%;
  padding-left: 35px;
  padding-top: 45px;
  padding-bottom: 22px;
}
.reseller-page .reseller-contacts .col-md-6 {
  padding: 0;
}
.reseller-page .reseller-contacts h2 {
  font-size: 13.46px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.reseller-page .reseller-contacts p,
.reseller-page .reseller-contacts p a {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
}
.reseller-page .reseller-contacts p a {
  position: relative;
  text-decoration: none;
  outline: none;
}
.reseller-page .reseller-contacts p a:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reseller-page .reseller-contacts p a:hover:after {
  width: 100%;
}
.reseller-page .reseller-contacts span {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
}
.reseller-page .reseller-cta {
  background: #383735;
  text-align: center;
  margin-top: 20px;
  padding-top: 39px;
  padding-bottom: 39px;
}
.reseller-page .reseller-cta h2,
.reseller-page .reseller-cta h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #afaa81;
  font-weight: 400;
}
.reseller-page .reseller-cta h3 {
  color: #fff;
  font-weight: 400;
  margin-top: 11px;
}
.reseller-page .reseller-cta h3 a {
  color: #fff;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  outline: none;
}
.reseller-page .reseller-cta h3 a:after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reseller-page .reseller-cta h3 a:hover:after {
  width: 100%;
}
.single-product-page .single-product-description {
  padding-bottom: 93px;
  padding-top: 80px;
}
.single-product-page .single-product-description .right-side {
  padding-top: 50px;
}
.single-product-page .single-product-description .left-side {
  padding-right: 40px;
}
.single-product-page .single-product-description .product-title h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
  margin-bottom: 15px;
}
.single-product-page .single-product-description .product-title h2 span {
  font-weight: 100;
}
.single-product-page .single-product-description .product-title p {
  font-size: 31.25px;
  color: #313131;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 23px;
}
.single-product-page .single-product-description .product-text {
  margin-top: 33px;
}
.single-product-page .single-product-description .product-text p {
  font-size: 15px;
  line-height: 22px;
  color: #313131;
  font-weight: 500;
  margin-bottom: 21px;
}
.single-product-page .single-product-description .product-table {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 130px;
}
.single-product-page .single-product-description .product-table table thead tr {
  border: none;
}
.single-product-page .single-product-description .product-table table tr {
  border: 1px solid #fff;
  border-bottom-width: 3px;
}
.single-product-page .single-product-description .product-table table tr td {
  border: 1px solid #fff;
  text-align: center;
  background: #ebedf2;
  width: 15%;
  vertical-align: middle;
  font-size: 12px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
  padding: 0 8px;
  line-height: 45px;
}
.single-product-page .single-product-description .product-table table tr td img {
  max-width: 100%;
  max-width: 24px;
}
.single-product-page .single-product-description .product-table table tr td:first-child {
  text-align: left;
  background-image: -webkit-linear-gradient(left, #fff 1px, #ebedf2 30%);
  background-image: -o-linear-gradient(left, #fff 1px, #ebedf2 30%);
  background-image: linear-gradient(to right, #fff 1px, #ebedf2 30%);
  width: 55%;
}
.single-product-page .single-product-description .product-table table tr td:first-child img {
  max-width: 24px;
  margin-top: -2px;
  margin-right: 9px;
  max-width: 100%;
}
.single-product-page .single-product-description .product-table table th {
  border: 1px solid #fff;
  border-bottom: none;
}
.single-product-page .single-product-description .product-table table th span {
  display: block;
  background: #22b1db;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  height: 22px;
  line-height: 22px;
}
.single-product-page .single-product-description .product-table table th:not(:first-child) {
  padding: 0;
}
.single-product-page .single-product-description .product-table table th:first-child {
  font-size: 23.26px;
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product-page .single-product-description .product-slider-wrapper {
  text-align: center;
}
.single-product-page .single-product-description .product-slider-wrapper h4 {
  font-size: 11.42px;
  color: #313131;
  font-weight: 300;
  padding-top: 60px;
}
.single-product-page .single-product-description .product-slider {
  padding-left: 50px;
  padding-right: 40px;
}
.single-product-page .single-product-description .product-slider .slick-slide {
  position: relative;
  outline: none;
  overflow: hidden;
}
.single-product-page .single-product-description .product-slider .slick-slide img {
  max-width: 100%;
  margin: 0 auto;
}
.single-product-page .single-product-description .product-slider.red img.gold {
  display: none;
}
.single-product-page .single-product-description .product-slider.gold img.red {
  display: none;
}
.single-product-page .single-product-description .product-slider.gold img.gold {
  display: block;
}
.single-product-page .single-product-description .product-slider .slick-next {
  right: -5px;
}
.single-product-page .single-product-description .product-slider .slick-next:before {
  content: '\f105';
  font-family: 'fontawesome';
  color: #b5b5b5;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-product-page .single-product-description .product-slider .slick-prev {
  left: -5px;
}
.single-product-page .single-product-description .product-slider .slick-prev:before {
  content: '\f104';
  font-family: 'fontawesome';
  color: #b5b5b5;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.single-product-page .options-sidebar {
  text-align: center;
  /*position: relative;*/
}
.single-product-page .options-sidebar .boat-image img {
  height: 547px;
}
.single-product-page .options-sidebar.red .boat-image.gold {
  display: none;
}
.single-product-page .options-sidebar.gold .boat-image.red {
  display: none;
}
.single-product-page .options-sidebar.gold .boat-image.gold {
  display: block;
}
.product-features {
  text-align: center;
  background: #eeeeee;
  padding-top: 80px;
  padding-bottom: 100px;
}
.product-features h2 {
  font-size: 30px;
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.product-features h2 span {
  font-weight: 100;
}
.product-features h3 {
  font-size: 30px;
  color: #313131;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.product-features .features-list {
  text-align: left;
  display: inline-block;
  margin-right: 186px;
}
.product-features .features-list:last-child {
  margin-right: 0;
}
.product-features .features-list li {
  vertical-align: middle;
  font-size: 16px;
  color: #313131;
  line-height: 36px;
  font-weight: 400;
}
.product-features .features-list li img {
  margin-right: 10px;
  margin-top: -4px;
}
.product-features.red .features-image img.gold {
  display: none;
}
.product-features.gold .features-image img.gold {
  display: inline-block;
}
.product-features.gold .features-image img.red {
  display: none;
}
.product-features .features-image {
  margin-top: 65px;
}
.related-product {
  text-align: center;
  padding-top: 105px;
  padding-bottom: 100px;
}
.related-product h2 {
  font-size: 30px;
  color: #313131;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 52px;
}
.related-product h2 span {
  font-weight: 100;
  display: inline;
}
.related-product span {
  font-size: 30px;
  color: #313131;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
.related-product .related-product-btn-wrapper {
  margin-top: 58px;
}
.single-product-top-block {
  background: #f2f2f2;
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
.single-product-top-block .single-product-watermark {
  position: absolute;
  top: auto;
  left: 4.5%;
  bottom: 0;
}
.single-product-top-block .single-product-watermark img {
  width: 100%;
  max-width: 1000%;
}
.single-product-top-block .options-text {
  padding-left: 50px;
  padding-top: 28px;
}
.single-product-top-block .options-text .options-text-caption {
  max-width: 545px;
  margin-bottom: 40px;
}
.single-product-top-block .options-text .product-buy-btn a {
  height: 51px;
  line-height: 51px;
  border: 2px solid #fff;
}
.single-product-top-block .options-text .product-buy-btn a:hover {
  border-color: #313131;
}
.color-trigger {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 45px;
}
.color-trigger p {
  font-size: 19px;
  color: #404040;
  font-weight: 100;
  text-transform: uppercase;
  margin-right: 18px;
}
.color-trigger .color-trigger-btn {
  display: block;
  width: 30px;
  height: 26px;
  border-radius: 6px;
  position: relative;
  border: 1px solid #000;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.color-trigger .color-trigger-btn.active {
  background: #a2a2a2;
  border-color: transparent;
}
.color-trigger .color-trigger-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.color-trigger .color-trigger-btn:last-child {
  margin-right: 0;
}
.color-trigger .color-trigger-btn.red span {
  background: #e7363c;
  width: 18px;
  height: 14px;
  display: block;
  border-radius: 3px;
}
.color-trigger .color-trigger-btn.gold span {
  background: #ffd002;
  width: 18px;
  height: 14px;
  display: block;
  border-radius: 3px;
}
.options-text-top-side {
  max-width: 550px;
}
.options-text-top-side h2 {
  font-size: 62px;
  text-transform: uppercase;
  color: #313131;
  font-weight: 700;
  margin-bottom: 22px;
  margin-left: -4px;
}
.options-text-top-side h2 span {
  font-weight: 100;
}
.options-text-top-side p {
  font-size: 24px;
  color: #404040;
  line-height: 120%;
  font-weight: 100;
}
.product-specification {
  padding-bottom: 10px;
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px solid #cccccc;
}
.product-specification h3 {
  font-size: 24.63px;
  color: #313131;
  font-weight: 700;
  margin-bottom: 11px;
}
.product-specification ul {
  margin-bottom: 33px;
  max-width: 535px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 15px;
}
.product-specification ul li {
  font-size: 14.7px;
  color: #313131;
  font-weight: 400;
  line-height: 42px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.product-specification ul li:nth-child(even) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-specification ul li span {
  font-weight: 700;
}
.product-specification .footnote {
  font-size: 9.75px;
  color: #313131;
  font-weight: 300;
}
.product-buy-btn a {
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12.61px;
  background: #313131;
  line-height: 44px;
  height: 46px;
  border: 2px solid #313131;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  padding: 0 13px;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-buy-btn a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #313131;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-buy-btn a:hover {
  background: transparent;
  color: #313131;
}
.product-buy-btn a:hover:after {
  bottom: 100%;
}
.product-buy-btn a:hover img {
  -webkit-filter: invert(70%);
  filter: invert(70%);
}
.product-buy-btn a img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.smaller-container {
  max-width: 850px;
  margin: 0 auto;
}
.options-text-top-side.mobile {
  display: none;
}
.prepage-boat {
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.history-section {
  background: #e8e8e8;
  padding-top: 90px;
  padding-bottom: 63px;
}
.history-section h2 {
  font-size: 36px;
  color: #9e947e;
  text-transform: uppercase;
  font-weight: 100;
  margin-bottom: 18px;
}
.history-section p {
  font-size: 14px;
  color: #1c1c19;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 18px;
}
.contact-section {
  padding: 100px 0;
}
.contact-box {
  width: 100%;
  max-width: 290px;
  min-height: 328px;
  margin: 0 auto;
  -webkit-box-shadow: 3px 4px 60px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 3px 4px 60px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  background: #fff;
  text-align: center;
  padding-top: 115px;
}
.contact-box .mail-icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 3px 4px 50px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 3px 4px 50px 0px rgba(0, 0, 0, 0.09);
  margin: 0 auto;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
}
.contact-box .mail-icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact-box .mail-text-wrapper h2 {
  font-size: 18px;
  color: #4e4e4e;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 55px;
  font-weight: 700;
}
.contact-box .mail-text-wrapper h2:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 5px;
  background: #22b1db;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-box .mail-text-wrapper a {
  font-size: 18px;
  color: #4e4e4e;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-box .mail-text-wrapper a:hover {
  color: #22b1db;
}

.mobile-dropdown-trigger {
  display: none;
}
