@charset "UTF-8";

/* button hover */

/* Label */

/* border input */

/* input text color */

/* */

/* */

/*@import '~bootstrap/scss/bootstrap';*/

html {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9rem;
  overflow: auto;
  height: 100%;
}

.img-circle-bg {
  height: 80px;
  width: 80px;
  background-color: #121a2f;
  border-radius: 50%;
  display: inline-block;
  padding-top: 13px;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.list-other img {
  max-width: 128px;
  height: auto;
  border-radius: 3px;
}

.list-other > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #DDD7C7;
}

/*.top-nav .label{background-color: #CFAD89; border-radius:25%;}*/

.body-in {
  padding-top: 100px;
}

a:link,
a:visited {
  color: #AD9388;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

a:hover,
a:focus {
  color: #6C686C;
}

input.form-control,
select.form-control {
  border: 1px solid #ccc;
  padding: 10px 12px;
  color: #121a2f;
  border-radius: 3px;
  height: 46px !important;
}

.form-control:focus,
input:focus,
a.btn:focus,
button:focus,
.btn:focus {
  color: #121a2f;
  border-color: #ccc;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(221, 215, 199, 0.25);
}

#contact-section .form-control {
  margin-bottom: 15px;
}

.fa {
  font-size: 1.1rem;
}

.btn {
  padding: 6px 12px;
  font-size: 14px;
}

a.btn-white:link,
a.btn-white:visited {
  border: 2px solid #fff;
  color: #ffffff;
}

a.btn-white:hover {
  background-color: #b49962;
  color: #fff;
}

.btn-brown {
  background-color: #b49962;
  color: #fff;
  padding: 12px 15px;
}

a.btn-brown:link,
a.btn-brown:visited {
  border-radius: 3px;
  color: #fff !important;
}

.btn-brown:hover,
.btn-brown:focus {
  background-color: #DDD7C7;
  color: #000 !important;
}

a.btn-brown:hover,
a.btn-brown:focus {
  color: #000 !important;
}

.btn-light-brown {
  background-color: #ccc;
  color: #000;
  padding: 9.5px 15px;
  margin-right: 15px;
}

a.btn-light-brown:link,
a.btn-brown:visited {
  border-radius: 3px;
  color: #000;
}

.btn-light-brown:hover,
.btn-light-brown:focus {
  background-color: #b49962;
  color: #fff;
}

a.btn-blue:link,
a.btn-blue:visited {
  border: 2px solid #b49962;
  color: #b49962;
}

a.btn-blue:hover,
a.btn-blue.open {
  background-color: #b49962;
  color: #fff;
}

.btn-db,
.btn-db:focus {
  background-color: #121a2f;
  color: #fff;
  padding: 12px 15px;
}

.btn-db:hover {
  background-color: #DDD7C7;
  color: #000 !important;
}

/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

#status1 {
  width: 200px;
  height: 21px;
  position: relative;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

#status1 .spinner > div {
  background-color: #fff;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

header {
  background: transparent url("/images/lead-1.jpg") no-repeat top center;
  background-size: cover;
  height: 700px;
  position: relative;
}

.body-in header {
  height: 67px;
  background: #121A2F;
}

.icon {
  font-size: 1.3em;
}

.top-nav {
  padding: 15px;
}

.top-nav .text-right {
  line-height: 37px;
}

.top-nav .text-right > ul,
.menu-devider {
  float: right;
  padding-left: 10px;
  margin-bottom: 0px;
}

.with-devider::after {
  content: "|";
  color: #fff;
  font-weight: bold;
}

.top-nav .text-right > ul > li {
  list-style: none;
  display: inline-block;
}

.top-nav .text-right > ul > li > a {
  display: block;
  padding: 0px 15px;
  color: #fff;
  font-size: 0.8em;
}

.top-nav .text-right ul > li > ul > li {
  display: block;
  line-height: 24px;
}

.top-nav .text-right ul > li > ul > li > a:link,
.top-nav .text-right ul > li > ul > li > a:visited {
  display: block;
  padding: 4px 15px;
  color: #000;
  font-size: 0.8em;
}

.top-nav .text-right ul > li > ul > li > a:hover {
  background-color: #f3f2f1;
}

.not-transparent {
  background-color: #121A2F;
}

.dropdown-menu {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 15px;
  font-size: 0.9rem;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
}

.megamenu .first-mega span {
  margin-bottom: 15px;
  display: block;
}

.list-mega h5 {
  text-align: center;
}

.list-mega ul {
  padding-left: 0px;
  padding-bottom: 25px;
}

.list-mega ul::after {
  clear: both;
}

.list-mega ul > li {
  list-style: none;
  display: inline-block;
  width: 46%;
  padding: 4px 1%;
  margin: 0;
  height: 80px;
  text-align: center;
}

.menu-ad {
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 30px;
  padding: 10px;
}

.menu-ad div {
  margin-bottom: 10px;
}

a.border-menu:link,
a.border-menu:visited {
  color: #fff;
}

.border-menu {
  position: relative;
  margin-top: 0%;
  display: block;
  float: left;
  height: 34px;
  width: 40px;
  padding-top: 9px;
  margin-right: 15px;
}

.border-menu > div {
  height: 4px;
  margin: 4px 0;
  border-radius: 25px;
  background-color: #fff;
}

.border-menu > div.two {
  width: 100%;
  webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.border-menu:hover > div.two {
  width: 30px;
}

.logo {
  margin-left: 50px;
  background-image: url("/images/logo.png");
  width: 190px;
  height: 45px;
  display: block;
}

.logo-in {
  background-image: url("/images/logo.png");
}

/* Home Search */

.search-form-home {
  display: block;
  max-width: 500px;
  width: 100%;
  padding: 30px 30px 20px 30px;
  background-color: #fff;
  overflow: visible;
  border-radius: 3px;
  top: 120px;
  left: 45px;
  position: absolute;
}

.input-minmax,
.dd-multi {
  background-color: #fff;
  position: relative;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 3px;
}

.input-text {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}

.input-text > span {
  padding: 10px 10px;
  display: block;
  color: #3C5671;
}

.input-text .fa {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 11px 6px;
  display: block;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -moz-transition: all 0.3s ease;
  -o-backface-visibility: hidden;
  -o-transform: translateZ(0);
  -o-transition: all 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all 0.3s ease;
  color: #ccc;
}

.input-text .fa.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.input-text label {
  position: absolute;
  top: 0px;
  right: 70px;
  padding: 12px 0px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  font-weight: normal;
  display: block;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

.input-text label.show {
  opacity: 0;
  right: 30px;
}

.dd-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  width: 100%;
  min-width: 180px;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);*/
  z-index: 10;
  display: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: content-box;
  border-radius: 0 0 3px 3px;
}

.ui-menu {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

.ui-menu-item {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}

.ui-menu-item div:hover {
  background-color: #f3f2ee !important;
}

.input-fields {
  padding: 10px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.input-fields input {
  width: 46%;
  float: left;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 12px;
}

.input-fields input.small {
  width: 34%;
  float: left;
  padding: 5px 10px;
}

.input-fields .input-minus {
  width: 8%;
  float: left;
  text-align: center;
}

.search-form-home .input-fields input.small {
  width: 30%;
  float: left;
  padding: 5px 10px;
}

.dd-menu .value-list {
  max-height: 250px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.dd-menu .value-list div {
  width: 100%;
  float: left;
}

.dd-menu .value-list div span {
  padding: 10px;
  width: 100%;
  display: block;
  padding-bottom: 4px;
}

.value-list div span:hover {
  background-color: #f3f2f1;
  cursor: pointer;
}

.value-list-to {
  text-align: right;
  display: none;
}

/*dd-select-menu */

.dd-select-menu {
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  width: 100%;
  min-width: 55px;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);*/
  z-index: 10;
  display: none;
  max-height: 280px;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-sizing: content-box;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px;
}

.dd-select-menu > ul {
  list-style: none;
  padding: 0;
}

.dd-select-menu > ul > li {
  display: block;
  cursor: pointer;
  padding: 4px 10px;
}

.dd-select-menu > ul > li:hover {
  background-color: #f3f2ee;
}

.dd-select {
  background-color: #fff;
  position: relative;
  width: 20%;
  float: left;
  margin-left: 4%;
  border-radius: 3px;
}

.search-form-home .dd-select {
  width: 100%;
}

.select-text {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
}

.select-text span {
  padding: 4px 8px;
  display: block;
  color: #3C5671;
}

.select-text .fa {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 4px 6px;
  display: block;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -moz-transition: all 0.3s ease;
  -o-backface-visibility: hidden;
  -o-transform: translateZ(0);
  -o-transition: all 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all 0.3s ease;
  color: #ccc;
}

.select-text .fa.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

/* Big dd */

.dd-select-big {
  width: 100%;
  margin: 0px;
  /*webkit-box-shadow: 0px 0px 5px #ccc;
  	-moz-box-shadow: 0px 0px 5px #ccc;
  	box-shadow: 0px 0px 5px #aaa;*/
  border: 1px solid #ccc;
  color: #000;
  text-align: left;
  float: none;
  display: inline-block;
}

.dd-select-fixed {
  width: 50% !important;
}

.dd-select-big .select-text span {
  padding: 10px;
}

.dd-select-big a {
  color: #000;
}

.dd-select-big .select-text .fa {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 11px 6px;
  display: block;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -moz-transition: all 0.3s ease;
  -o-backface-visibility: hidden;
  -o-transform: translateZ(0);
  -o-transition: all 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
}

.dd-select-big .select-text .fa.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.sort-row > div {
  padding-bottom: 10px;
}

.select-text label {
  position: absolute;
  top: 0px;
  right: 70px;
  cursor: pointer;
  padding: 12px 0px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  display: block;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
}

.select-text label.show {
  opacity: 0;
  right: 30px;
}

/*
::-webkit-input-placeholder {color: #000000;}
:-moz-placeholder{color: #000000;opacity:  1;}
::-moz-placeholder{color: #000000;opacity:  1;}
:-ms-input-placeholder{color: #000000;}
*/

.dd-multi {
  width: 100%;
}

.home-search-input {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 12px;
  color: #3C5671;
  border-radius: 3px;
}

.fixed-width {
  max-width: 200px;
}

.search-form-home h2 {
  color: #3C5671;
  padding-bottom: 8px;
}

/* mdd */

.option-wrapper {
  width: 100%;
  position: relative;
  height: 42px;
}

.option-wrapper.open {
  z-index: 1;
  opacity: 1;
}

.option-wrapper > label {
  width: 100%;
  padding: 10px 8px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 3px;
  margin-bottom: 0;
  cursor: pointer;
}

.option-wrapper > label > span {
  height: 20px;
  overflow: hidden;
  display: block;
  color: #3C5671;
}

.option-wrapper > label > .fa {
  position: absolute;
  right: 0;
  top: 0px;
  padding: 11px 6px;
  display: block;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  -moz-backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -moz-transition: all 0.3s ease;
  -o-backface-visibility: hidden;
  -o-transform: translateZ(0);
  -o-transition: all 0.3s ease;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #ccc;
}

.option-wrapper > label > .icon-close,
.input-text > .icon-close,
.select-text > .icon-close {
  right: 30px;
  color: #888;
  position: absolute;
  top: 0px;
  padding: 11px 6px;
  display: block;
  font-size: 18px;
  background-color: #fff;
  cursor: pointer;
}

.option-wrapper.open > label > .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.mdd-menu {
  position: absolute;
  top: 39px;
  left: 0px;
  background: #fff;
  width: 100%;
  min-width: 180px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 10;
  display: none;
  box-sizing: content-box;
  border-radius: 0 0 3px 3px;
}

#dd-select-lm {
  width: 50px !important;
}

.mdd-menu .list-wrapper {
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  height: 230px;
  padding-top: 8px;
}

.dd-reset {
  text-align: center;
  width: 100%;
  padding: 5px 5px;
  border-top: 1px solid #DDDDDD;
}

.m-group {
  font-weight: bold;
}

.mdd-menu ul {
  padding-left: 14px;
}

.mdd-menu ul li {
  list-style: none;
  padding-bottom: 4px;
}

.custom-checkbox .custom-control-label {
  cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #121a2f;
}

.search-form-home .form-group > label,
.search-form-home .auto-wrapper > label {
  font-weight: bold;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: #999;
  font-size: 0.8rem;
}

.search-form-home .form-group {
  margin-bottom: 0.8rem;
}

.mdd-menu input[type=text] {
  font-size: 12px;
  padding: 6px 8px;
  height: 40px !important;
  border-radius: 0px;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25);
}

.menu-wrap {
  background-color: #121A2F;
  position: fixed;
  top: 0;
  height: 100%;
  width: 280px;
  left: -280px;
  font-size: 1em;
  font-weight: 700;
  overflow: auto;
  transition: 0.25s;
  z-index: 10;
}

.menu-wrap ul {
  padding-left: 0;
}

.menu-wrap li {
  list-style: none;
}

.menu-show {
  left: 0;
}

.menu-sidebar {
  margin: 75px 0 80px 10px;
  position: relative;
  top: 70px;
}

.menu-sidebar li {
  padding: 18px 22px 0;
}

.menu-sidebar li > a {
  color: #f3f3f3;
  font-size: 1.18em;
  position: relative;
}

.menu-sidebar li > a::after {
  content: "";
  display: block;
  height: 0.15em;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  /*background-image: linear-gradient(to right, transparent 50.3%, #FFFA3B 50.3%);*/
  transition: background-position 0.2s 0.1s ease-out;
  background-size: 200% auto;
}

.menu-sidebar li > a:hover::after {
  background-position: -100% 0;
}

/*Hamburger Button*/

.menu-button {
  position: fixed;
  width: 40px;
  height: 40px;
  top: 27px;
  left: 20px;
  padding: 4px;
  transition: 0.25s;
  z-index: 15;
}

.menu-button:hover {
  cursor: pointer;
}

.menu-button .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: 0.5s;
}

.menu-button .menu-bar-top {
  border: 3px solid #fff;
  border-bottom: none;
  top: 0;
}

.menu-button .menu-bar-middle {
  height: 3px;
  background-color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  top: 2px;
}

.menu-button .menu-bar-bottom {
  border: 3px solid #fff;
  border-top: none;
  top: 18px;
}

.button-open {
  left: 25px;
}

.button-open .menu-bar-top {
  border-color: #fff;
  -webkit-transform: rotate(45deg) translate(10px, 4px);
  transform: rotate(45deg) translate(10px, 4px);
  transition: 0.5s;
}

.button-open .menu-bar-middle {
  background-color: #fff;
  -webkit-transform: translate(230px);
  transform: translate(230px);
  transition: 0.1s ease-in;
  opacity: 0;
}

.button-open .menu-bar-bottom {
  border-color: #fff;
  -webkit-transform: rotate(-45deg) translate(8px, -3px);
  transform: rotate(-45deg) translate(8px, -3px);
  transition: 0.5s;
}

a.anim {
  text-decoration: none;
  position: relative;
}

a.anim:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.25s cubic-bezier(1, 0.25, 0, 0.75) 0s;
}

a.anim:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.featured-boats-wrapper {
  min-height: 400px;
  max-width: 1400px;
  background-color: #fff;
  padding-bottom: 60px;
  overflow: auto;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}

.featured-boats-wrapper .col-boat {
  text-align: center;
}

.grid-wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}

.grid-wrapper > li {
  float: left;
  display: block;
  width: 46%;
  height: auto;
  box-sizing: border-box;
  text-align: left;
  margin: 0 4% 4% 0;
  font-size: 18px;
  webkit-box-shadow: 0px 0px 5px #ccc;
  box-shadow: 0px 0px 10px #aaa;
}

.b-small-img {
  width: 220px;
  float: left;
  display: block;
}

.b-small-desc {
  max-width: 1000px;
  float: left;
  display: block;
  padding-left: 30px;
}

/*
    .b-img { width: 100%;
      	height: auto;  overflow:hidden;
    	position: relative;
    	padding-top: 56.25%;
    	border-top-left-radius:3px;
    	border-top-right-radius:3px;
    	text-align: center;
    }
*/

.b-img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 56.25%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
}

.b-img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  vertical-align: middle;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-filter: grayscale(1%);
  filter: grayscale(1%);
  margin: 0 auto;
}

.grid-wrapper > li:hover > .b-img > img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.b-details {
  padding: 10px 20px;
}

.b-details p {
  padding: 4px 0;
  margin: 0;
  font-weight: bold;
}

.b-details .col-left,
.b-details .col-right {
  display: inline-block;
  width: 50%;
  padding: 4px 0;
}

.b-price-row {
  padding: 10px 20px;
  overflow: auto;
  border-top: 1px solid #d2d2d2;
}

.b-price {
  color: #121a2f;
  display: block;
  width: 70%;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}

.b-btn {
  display: block;
  width: 30%;
  float: right;
  text-align: right;
}

.b-btn > a {
  display: inline-block;
  width: 45%;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.new-boats-wrapper {
  min-height: 400px;
}

h2.home-section-title {
  text-align: center;
  padding: 100px 30px 0px 30px;
  margin-bottom: 80px;
  display: inline-block !important;
}

.search-wrapper {
  padding-left: 0px;
  padding-top: 0px;
  font-size: 14px;
}

.search-wrapper > li {
  list-style-type: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.boat-wrapper:hover {
  webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.2);
}

.boat-wrapper {
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.09);
  border-radius: 3px;
}

@media only screen and (max-device-width: 768px) {
  .search-wrapper > li {
    width: 50%;
  }
}

.search-wrapper h1 {
  background-color: #fff;
  border-top: 4px solid #b49962;
  text-align: center;
  padding: 20px;
  margin: 0;
}

.search-wrapper h1 > a {
  color: #121a2f;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px !important;
  text-overflow: ellipsis;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.search-wrapper h1 > p {
  color: #b49962;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0 0 0;
  margin: 0;
  letter-spacing: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.search-wrapper .b-details {
  padding: 0 20px;
  display: block;
  overflow: auto;
  text-align: center;
}

.search-wrapper .b-details > ul {
  padding: 0;
  min-height: 54px;
}

.search-wrapper .b-details > ul > li {
  list-style: none;
  text-align: left;
  border-bottom: 0px solid #dfdfdf;
  color: #888;
  display: inline-block;
  padding: 0 7px;
  line-height: 26px;
  font-weight: normal;
}

.search-wrapper .b-details > ul > li > i {
  color: #121a2f;
  font-size: 16px;
}

/*
.search-wrapper .b-details > ul > li > span{display:block; float:right; font-weight:bold; color:#000;}
*/

.search-wrapper .b-price-row {
  border: 0;
  padding: 10px 0;
  border-top: 1px solid #DDD7C7;
  overflow: hidden;
}

.search-wrapper .b-price {
  text-align: left;
  width: 70%;
  float: left;
  font-family: "Open Sans", sans-serif;
  height: 36px;
  line-height: 36px;
}

.search-wrapper .price-call {
  font-size: 18px;
}

.search-wrapper .b-price > span {
  font-size: 14px;
  color: #888;
}

.search-wrapper .b-btn {
  display: block;
  froat: right;
  width: 30%;
}

.search-wrapper .fa-check {
  color: #54606F;
}

.search-wrapper .b-btn > a {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.search-wrapper .b-btn > a.list-arrow {
  position: relative;
}

.search-wrapper .b-btn > a.list-arrow:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: url(/images/arrow.svg) 0 0 no-repeat;*/
  transition: 0.5s all;
}

.search-wrapper .b-btn > a.list-arrow:hover:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.tooltip .tooltip-inner {
  background-color: #ccc;
  padding-bottom: 8px;
  color: #121a2f;
}

.tooltip .arrow:before {
  border-bottom-color: #ccc !important;
  border-top-color: #ccc !important;
}

.b-details li::before {
  font-family: "icomoon";
  font-size: 1rem;
  margin-right: 4px;
  color: #000;
}

.det-cal::before {
  content: "\E912";
}

.det-loa::before {
  content: "\E904";
}

.det-no::before {
  content: "\E903";
}

.det-eng::before {
  content: "\E905";
}

.reset-pwd::before {
  font-family: "icomoon";
  font-size: 1rem;
  margin-right: 4px;
  color: #000;
  content: "\E921";
}

.footer {
  background-color: #121a2f;
  color: #fff;
  width: 100%;
}

.footer h1 {
  font-size: 18px;
  font-weight: 700;
  color: #b49962;
}

.footer a {
  color: #fff;
}

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

.footer-copy {
  padding: 30px 25px;
  font-size: 12px;
}

.footer-row {
  padding: 40px 25px;
  background: #3C5671;
}

.footer ul li {
  padding-bottom: 6px;
  font-size: 12px;
  text-transform: uppercase;
}

.footer-copy ul li {
  padding: 0 25px;
  font-size: 12px;
  display: inline-block;
  border-left: 1px solid #fff;
}

.footer-copy ul li:first-child {
  border-left: none;
}

.footer-social {
  text-align: right;
}

/* LOGIN FORM */

.main-content {
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 400px;
}

.main-content > .row {
  padding-left: 25px;
  padding-right: 25px;
}

.main-content h3 {
  padding-bottom: 25px;
}

.panel-register span {
  padding-bottom: 35px;
  display: block;
}

.panel-register ul {
  list-style: none;
  padding: 0;
  margin: 15px 0 10px 20px;
}

.panel-register ul li {
  padding: 0;
  margin: 4px 0;
}

.panel-register ul li::before {
  font-family: "icomoon";
  font-size: 1rem;
  margin-right: 4px;
  color: #000;
  content: "\E91F";
}

.panel-register a::before {
  font-family: "icomoon";
  font-size: 1.5rem;
  margin-right: 4px;
  content: "\E91B";
}

.panel-register ul li.li-none {
  list-style-type: none;
  list-style-image: none;
  font-weight: bold;
  color: #b49962;
}

.goback-link {
  display: inline-block;
  padding-left: 40px;
}

label.required:after {
  content: " *";
  color: #FF0000;
}

.btn-big-arrow {
  height: 50px;
  text-align: left;
  background-image: url("/images/icons/arrow-icon.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  font-size: 24px !important;
  font-family: "Open Sans" !important;
  font-weight: 400;
  padding-top: 6px;
}

.sort-row select {
  padding: 6px 12px;
  border-radius: 3px;
  border: 1px solid #ccc;
}

.search-boats-wrapper {
  min-height: 400px;
  overflow: auto;
}

.search-boats-wrapper .row {
  padding: 10px 25px;
}

.pagination {
  text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  border-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
  margin: 0px 8px;
  padding: 12px 22px;
  color: #121a2f;
}

.pagination > .active > span {
  background: #b49962 !important;
  border: 1px solid #b49962 !important;
  z-index: 0 !important;
}

.pagination > .active:hover > span {
  background: #b49962;
  border: 1px solid #b49962;
  cursor: not-allowed;
}

/*inner yacht */

.yacht-main-content > .row {
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 40px;
}

.yacht-main-content label {
  display: inline-block;
}

.yacht-row {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
}

/*.yacht-content{float:left; max-width:930px; padding: 0 0px 0 0px; display:block; width:100%; }*/

.row-gray {
  background-color: #f4f3ee;
  padding-top: 50px;
  padding-bottom: 0px;
}

.yacht-details-block .social-column {
  list-style: none;
  padding: 0px 0 5px 0;
  display: block;
  margin: 0;
}

.yacht-details-block .social-column > li {
  display: inline-block;
  padding-right: 8px;
}

.hide {
  display: none;
}

.yacht-title-column h1 {
  color: #b49962;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

h1.yacht-price {
  color: #121a2f;
  font-size: 36px;
  font-weight: 700;
}

.yacht-title-column span,
h1.yacht-price span {
  font-size: 13px;
  color: #888;
}

.yacht-price .fa {
  color: #121a2f;
}

/*
.yacht-gray-row{background-color:#F8F6F4; padding:30px 0; }
*/

.yacht-image-wrapper {
  padding: 0;
  max-width: 1024px;
}

.yacht-btn-wrapper {
  margin-top: 20px;
  font-family: "Open Sans";
}

.yacht-print {
  width: 50%;
  float: right;
  text-align: right;
}

.yacht-send {
  width: 50%;
  float: left;
}

.yacht-trans-wrapper {
  height: 60px;
}

.yacht-trans-right {
  width: 20%;
  float: right;
  display: block;
  text-align: right;
  padding: 6px 0;
}

.yacht-trans-box {
  position: relative;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.yacht-trans-box a {
  color: #121a2f;
}

.yacht-trans-box .plus__plus,
.yacht-trans-box .heart__heart {
  stroke: #b49962;
}

.yacht-trans-box.sticky {
  position: fixed;
  top: 0px;
  z-index: 9;
  background-color: #fff;
  padding: 8px 15px;
  font-size: 16px;
  width: 100%;
  margin-left: -40px;
  height: 71px;
  border-bottom: 1px solid #ccc;
}

.yacht-trans-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 80%;
  float: left;
  display: block;
}

.yacht-trans-box ul li {
  display: inline-block;
  padding-right: 20px;
  line-height: 50px;
}

.yacht-trans-box ul li img {
  vertical-align: middle;
}

.yacht-section-title {
  margin: 30px 0 30px 0;
  color: #121a2f;
  padding: 8px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
  border-bottom: 2px solid #DDD7C7;
}

/* YACHT CONTACT FORM */

.yacht-contact-wrapper {
  width: 100%;
}

.yacht-contact-wrapper > h4 {
  padding: 10px 0;
  text-align: center;
  background-color: #29afbb;
  color: #FFFFFF;
  margin: 0;
}

.yacht-contact-wrapper > div {
  background-color: #E9E8E7;
  padding: 20px;
  margin-bottom: 20px;
}

.yacht-contact-form .form-group {
  margin-left: 0px;
  margin-right: 0px;
}

.yacht-contact-form input,
.yacht-contact-form textarea {
  border: 1px solid #29afbb !important;
  width: calc(100% - 34px);
  margin-left: 34px;
}

.yacht-contact-form .control-label {
  width: 34px;
  height: 34px;
  text-align: center;
  float: left;
  background-color: #29afbb;
}

#contact-message,
#forward-message {
  color: #121a2f;
  font-weight: bold;
}

#contact-message #status1 .spinner > div,
#forward-message #status1 .spinner > div {
  background-color: #121a2f;
}

/* YACHT DETAILS */

.yacht-details-wrapper {
  margin-top: 30px;
  background: #fff;
  padding: 10px;
}

.row-border {
  border-bottom: 1px solid #1e989b;
}

.yacht-details-block {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  font-size: 14px;
}

.yacht-details-block li {
  display: block;
  padding: 7px 15px 7px 0;
  border-bottom: 1px solid #DDD7C7;
}

.yacht-details-block li span,
.yacht-details-block li label {
  display: inline-block;
  width: 49%;
  border-box: border-box;
  vertical-align: top;
  position: relative;
}

.yacht-details-block li label {
  color: #888;
  margin-bottom: 0px;
  font-weight: bold;
  padding-left: 15px;
}

.yacht-details-block li label:before {
  font-family: "icomoon" !important;
  content: "\E90A";
  margin-right: 15px;
  vertical-align: middle;
  color: #b49962;
  font-size: 8px !important;
  margin-top: 5px;
  position: absolute;
  left: 0;
  top: 0px;
}

.yacht-descr-section {
  margin-bottom: 60px;
}

.btn-contact::before {
  font-family: "icomoon" !important;
  content: "\E902";
  margin-right: 15px;
  vertical-align: middle;
  font-size: 24px;
}

.btn-call::before {
  font-family: "icomoon" !important;
  content: "\E911";
  margin-right: 15px;
  vertical-align: middle;
  font-size: 24px;
}

.yacht-more-block ul {
  list-style: none;
  padding: 10px 0 20px 0;
  margin: 0;
  font-size: 14px;
}

.yacht-more-block ul li {
  display: block;
  padding: 7px 15px 7px 180px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.yacht-more-block ul li label {
  width: 180px;
  border-box: border-box;
  top: 8px;
  left: 0;
  position: absolute;
  color: #888;
  margin-bottom: 0px;
  font-weight: bold;
  line-height: 1.5;
}

.yacht-more-block {
  position: relative;
}

.yacht-main-content h3 {
  border-bottom: 0px solid #626362;
  color: #626362;
  font-size: 18px;
  padding-bottom: 6px;
  margin: 0;
  color: #1E989B;
}

.yacht-detail-section {
  padding: 0;
}

.yacht-detail-section > div {
  background: #F8F6F4;
  padding: 20px;
  margin: 0 20px 20px 0;
}

ul.yacht-details-inner-block {
  padding: 0 0 0 25px !important;
}

ul.yacht-details-inner-block > li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
  font-size: 12px;
}

.row-margin-all {
  margin-top: 50px;
  margin-bottom: 50px;
}

.broker-fields {
  display: none;
}

.content-call {
  width: 500px;
  margin: 0 auto;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  display: block;
  height: auto;
  border-radius: 3px;
}

.float-left-40 {
  float: left;
  width: 40%;
  display: block;
}

.float-right-60 {
  float: left;
  width: 60%;
  display: block;
  text-align: right;
}

.row-broker {
  display: block;
  padding: 20px 20px 0 20px;
  font-size: 16px;
}

.row-broker h4 {
  margin-top: 0px;
  font-size: 24px;
}

.content-call .call-boat {
  width: 100%;
  text-align: center;
  color: #888;
  font-weight: bold;
  font-size: 14px;
  padding: 15px;
  margin: 0;
  letter-spacing: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 4px solid #b49962;
}

.content-call h5 {
  text-align: center !important;
  color: #121a2f !important;
  font-weight: 400 !important;
  font-size: 24px !important;
  letter-spacing: 0px;
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.call-seller {
  display: block;
  background: #F8F6F4;
  text-align: center;
  padding-top: 30px;
  overflow: visible;
  border-radius: 3px;
}

a.call-phone:link,
a.call-phone:visited {
  background-color: #121a2f;
  padding: 10px 30px;
  color: #fff;
  margin: 15px 0 40px 0;
  font-size: 24px !important;
  display: inline-block;
  border-radius: 3px;
}

#popup-contact .call-seller,
#popup-forward .call-seller {
  color: #121a2f;
  text-align: left;
  padding: 30px 40px;
}

.call-seller .form-control {
  padding: 8px 12px;
  font-size: 14px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

.call-seller textarea.form-control {
  height: 120px;
}

.error {
  color: #ff0000 !important;
}

input.error,
textarea.error {
  border: 1px solid #ff0000 !important;
}

.profile-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 3px solid #d2d6de;
  border-radius: 50%;
  display: inline-block;
}

.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 0%;
  width: 100%;
  position: fixed !important;
  /* Stay in place */
  z-index: 1031;
  /* Sit on top */
  left: 0;
  top: 0px;
  background-color: black;
  /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

.overlay-blue {
  background-color: #1E2A40;
}

/* Position the content inside the overlay */

.overlay-content {
  position: relative;
  top: 80px;
  /* 25% from the top */
  width: 100%;
  padding-bottom: 60px;
}

/* The navigation links inside the overlay */

/* Position the close button (top right corner) */

.closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 60px;
  color: #000;
}

.closebt {
  transition: all 0.2s;
  cursor: pointer;
}

.closebt:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup-toast {
  display: block;
  position: fixed;
  top: 100px;
  right: -150px;
  border: 3px solid #DDD7C7;
  background: #fff;
  z-index: 99;
  opacity: 0;
  max-width: 300px;
  border-radius: 3px;
  vertical-align: top;
}

.popup-toast > div.popup-img {
  display: inline-block;
  width: 50px;
  padding: 15px;
  position: relative;
}

.popup-toast > div.popup-img > span {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 24px;
}

.popup-toast > div.popup-text {
  display: inline-block;
  width: 200px;
  padding: 15px;
}

.box.unlist-fav {
  background-color: #DDD7C7;
}

.box {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-right: 4px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.box-border {
  border: 1px solid #121a2f !important;
  border-radius: 50%;
}

.box::after {
  content: "";
  border-radius: 3px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.box:hover::after {
  opacity: 1;
}

.big {
  max-width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding: 4px;
}

.big img {
  width: auto;
  max-height: 720px;
  border-radius: 3px;
  max-width: 100%;
}

.normal {
  max-width: 24%;
  height: auto;
  display: inline-block;
  margin: 0.5%;
  position: relative;
  color: #fff !important;
}

.normal img {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.normal > span {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px 0;
  font-size: 12px;
}

.normal > div {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  position: absolute;
  display: block;
}

div.imgc::before {
  font-family: icomoon !important;
  content: "\E906";
  margin-right: 4px;
  top: 6px;
  vertical-align: middle;
}

/*.b-img div.imgc {
    z-index: 10;
    position: absolute;
    top: 4px;
    left: 4px;
    display: block;
    padding: 4px 8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
}
*/

div.imgc {
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 3px;
  font-size: 12px;
}

.list-wrapper {
  height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

.filters-wrapper ul {
  padding: 0;
  margin-bottom: 0px;
}

.filters-wrapper ul li {
  list-style: none;
  font-size: 1em;
}

.filters-wrapper h2 {
  font-size: 1.4em;
  padding-bottom: 15px;
}

.filters-wrapper h3 {
  font-size: 1.8em;
  padding-bottom: 30px;
  padding-top: 0px;
}

.filters-wrapper h3 > a,
.filters-wrapper h2 > a {
  font-size: 13px !important;
  padding-left: 15px;
}

.filter-wrapper:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #DDD7C7;
  margin-bottom: 20px;
}

small {
  color: #717171;
  font-size: 11px;
}

.filter-wrapper h2 span {
  text-align: right;
  font-size: 0.8rem;
  display: inline-block;
  float: right;
}

.filters-wrapper label,
.check-cont {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filters-wrapper label input,
.check-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.filters-wrapper label:hover input ~ .checkmark,
.check-cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.filters-wrapper label input:checked ~ .checkmark,
.check-cont input:checked ~ .checkmark {
  background-color: #b49962;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.filters-wrapper label input:checked ~ .checkmark:after,
.check-cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */

.filters-wrapper .filter-wrapper:not(.radios) label .checkmark::after,
.check-cont .checkmark::after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radios .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radios .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

.filters-extra input {
  border: 1px solid #ccc;
  max-width: 100px;
  padding: 10px 12px;
  color: #3C5671;
  border-radius: 3px;
}

.filters-extra button {
  padding: 10px;
  margin-top: -5px;
}

.yacht-bar-row {
  margin-bottom: 15px !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled) {
  border-color: #ccc;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:hover {
  background-color: #b49962;
  border-color: #ccc;
  cursor: pointer;
}

.selected-filter {
  padding: 8px 0;
}

.selected-filter ul li {
  padding: 3px 10px;
  background-color: #f3f2f1;
  display: inline-block;
  margin-bottom: 4px;
  border-radius: 3px;
}

.selected-filter .f-remove {
  font-size: 1.1rem;
  padding-left: 6px;
}

/* Kebab menu */

.kebab {
  cursor: pointer;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 16px;
  top: 8px;
}

.kebab figure {
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background: #fff;
  margin: 3px 0;
}

.middle {
  transition: all 0.25s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
  -webkit-filter: blur(0.1px);
  filter: blur(0.1px);
}

.middle.active {
  -webkit-transform: scale(4.5);
  transform: scale(4.5);
  transition: all 0.25s cubic-bezier(0.32, 2.04, 0.85, 0.54);
  box-shadow: 0 0.1px 0.1px 0 rgba(0, 0, 0, 0.16), 0 0.1px 0.3px 0 rgba(0, 0, 0, 0.12);
}

.cross {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  margin-top: -1px;
  color: #000;
  transition: all 0.2s cubic-bezier(0.72, 1.2, 0.71, 0.72);
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
}

.cross.active {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.15s cubic-bezier(0.32, 2.04, 0.85, 0.54);
}

.keb-dropdown {
  position: absolute;
  right: 0;
  top: 52px;
  transition: all 0.25s ease-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  background: #fff;
  padding: 20px !important;
  z-index: 2;
}

.keb-dropdown li {
  display: block;
  width: 100%;
}

.keb-dropdown li a {
  width: 100%;
  padding: 2px 12px;
  display: inline-block;
  white-space: pre;
  box-sizing: border-box;
  font-size: 1rem;
  color: #b49962;
}

.keb-dropdown li a:hover {
  color: #ccc;
}

.keb-dropdown:hover ul {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.keb-dropdown.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.25s cubic-bezier(0.5, 1.8, 0.9, 0.8);
}

.mob {
  display: none !important;
}

.col-md-4.yacht-title-column {
  text-align: right;
}

.as-2 {
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .mob {
    display: inline-block !important;
  }

  .not-mob {
    display: none !important;
  }

  .not-tab {
    display: none !important;
  }

  .menu-sidebar {
    top: 0px;
  }

  .d-menu-off {
    padding: 20px;
    text-align: right;
    width: 100%;
  }

  .d-menu-off .dropdown {
    display: inline-block;
    padding: 10px;
  }

  .d-menu-off .dropdown > a {
    color: #fff;
  }

  .d-menu-off .dropdown .dropdown-menu a {
    color: #000;
    display: block;
    padding: 6px 15px;
  }

  .logo {
    background-image: url("/images/logo-mob-w.png");
    width: 80px;
    margin-top: 6px;
    display: inline-block;
    height: 34px;
  }

  .logo-in {
    background-image: url("/images/logo-mob-w.png");
  }

  .search-form-home {
    max-width: 500px;
    width: auto;
    left: 0;
    margin-left: 15px;
    margin-right: 15px;
  }

  .search-form-home h2 {
    font-size: 1.2rem;
  }

  .search-form-home .text-right {
    text-align: left !important;
    padding-top: 20px;
  }

  /*.top-nav .text-right{text-align: left !important;}*/

  .top-nav .text-right > ul,
  .menu-devider {
    float: none;
  }

  .with-devider {
    padding-left: 0px !important;
  }

  .with-devider::after {
    display: none;
  }

  .top-nav .text-right > ul > li > a {
    font-size: 1rem;
    padding: 0px 10px;
  }

  /* Inputs */

  .dd-select-big .select-text .fa {
    padding: 7px 6px;
  }

  .dd-select-big .select-text span {
    padding: 5px;
  }

  .option-wrapper {
    height: auto;
  }

  .option-wrapper > label,
  .input-text > span {
    padding: 5px 8px;
  }

  .option-wrapper > label > .fa,
  .input-text .fa,
  .option-wrapper > label > .icon-close,
  .input-text > .icon-close,
  .select-text > .icon-close {
    padding: 7px 6px;
  }

  .search-form-home .form-group {
    margin-bottom: 0.4rem;
  }

  /* other */

  .featured-boats-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .footer-row .col-md-3 {
    padding-top: 20px;
  }

  .footer-social {
    text-align: center;
    padding-top: 20px;
  }

  .footer-copy ul li {
    padding: 0px 10px;
  }

  /* pagination */

  .pagination {
    display: block !important;
  }

  .pagination li {
    display: inline-block !important;
  }

  .page-item:first-child .page-link {
    margin-left: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .pagination > li > a,
  .pagination > li > span {
    margin: 4px;
    padding: 12px 22px;
  }

  /* Inside yacht */

  .col-md-4.yacht-title-column {
    text-align: left;
    padding-top: 15px;
  }

  .yacht-main-content > .row,
  .main-content > .row {
    padding-left: 0px;
    padding-right: 0px;
  }

  .panel-register,
  .goback-link {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .filters-wrapper {
    width: 320px;
    left: -320px;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: 0.25s;
    z-index: 1031;
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
  }

  .filters-show {
    left: 0px !important;
  }

  .fil-close {
    text-align: right;
    font-size: 46px;
    width: 100%;
  }

  .search-boats-wrapper .row {
    padding: 0px;
  }

  .sort-row {
    text-align: center;
  }
}

#gpdr-popup {
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 15px 40px;
}

.gpdr-accept {
  font-size: 1.2rem;
  color: #3C5671 !important;
}

.error-page h1 {
  font-size: 7.5rem;
}

.error-page p {
  font-size: 1.5rem;
}

