html, body {
  padding: 0;
  margin: 0;
  width: 100% !important;
  font-family: 'open sans';
  background: #f9f9f9;
  overflow-x: hidden; }

.container {
  width: 1100px; }

.staticmaps frame, .staticmaps iframe {
    width:100%;
    height:300px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

textarea.form-control {
    height:100px;
}

header {
  width: 100%;
  height: 70px;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  z-index: 999;
  position: fixed; }
  header.dark-header {
    background: #000 !important; }
  header .logo {
    height: 100%; }
    header .logo img {
      width: 200px; }
  header .navigation {
    margin-right: 10px; }
    header .navigation a {
      color: #fff;
      padding: 10px; }

.search-base {
  width: 100%;
  height: 500px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background: #000;
  z-index: 80; }
  .search-base .banner {
    width: 1100px;
    z-index: 999;
    padding-top: 70px; }
    .search-base .banner h1 {
      color: #fff;
      font-size: 32px;
      font-weight: 400;
      margin-top: 10px; }
    .search-base .banner p {
      color: #fff;
      text-align: center;
      font-size: 16px;
      font-weight: 300;
      margin-top: 10px; }
    .search-base .banner .search-nav {
      width: 1100px;
      margin-top: 40px;
      padding: 20px;
      height: 110px;
      background-color: rgba(0, 0, 0, 0.7);
      border-radius: 20px 0 20px 0;
      z-index: 80; }
      .search-base .banner .search-nav .input-group {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 4px;
        justify-content: stretch; }
        .search-base .banner .search-nav .input-group p {
          color: white;
          font-size: 14px;
          margin-bottom: 6px;
          font-weight: 600; }
        .search-base .banner .search-nav .input-group label {
          background: #fff;
          padding: 10px;
          width: 90%;
          height: 20px;
          display: flex;
          justify-content: flex-start; }
          .search-base .banner .search-nav .input-group label i {
            margin-right: 4px;
            font-size: 22px;
            color: #3588c8; }
          .search-base .banner .search-nav .input-group label input, .search-base .banner .search-nav .input-group label select, .search-base .banner .search-nav .input-group label button {
            width: 100% !important;
            font-size: 16px;
            background: none;
            border: none;
            color: #5a5a5a;
            cursor: pointer; }
            .search-base .banner .search-nav .input-group label input:focus, .search-base .banner .search-nav .input-group label select:focus, .search-base .banner .search-nav .input-group label button:focus {
              outline: none; }
        .search-base .banner .search-nav .input-group.submit {
          background: #3588c8;
          display: flex;
          align-items: flex-end;
          height: 100%; }
          .search-base .banner .search-nav .input-group.submit label {
            background: none; }
            .search-base .banner .search-nav .input-group.submit label button {
              color: #fff; }
  .search-base #backgroundVideo {
    position: absolute;
    left: 0;
    top: -60px;
    width: 100%;
    object-fit: cover;
    opacity: 0.7; }

.base {
  box-sizing: border-box; }
  .base h1 {
    font-weight: 300;
    font-size: 32px; }
  .base .container {
    width: 1100px; }
    .base .container .tricks {
      box-sizing: border-box;
      -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.41);
      -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.41);
      box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.41);
      margin: 10px;
      border-radius: 20px;
      background: #fff; }
      .base .container .tricks img {
        width: 40px; }
      .base .container .tricks h2 {
        font-size: 22px;
        font-weight: 500;
        margin: 10px 0 0 0; }
      .base .container .tricks p {
        text-align: center;
        font-size: 14px;
        margin: 20px 0 0 0;
        color: #535353; }

.dtp-btn-cancel {
  background: none;
  border: 1px solid #e3e3e3;
  padding: 16px 8px 16px 8px;
  width: 50%; }

.dtp-btn-ok {
  background: #3588c8;
  color: #fff;
  border: 1px solid #e3e3e3;
  padding: 16px 8px 16px 8px;
  width: 50%; }

.list-banner {
  height: 250px;
  background: url(../../assets/img/list-banner-bg.gif) no-repeat center center !important;
  -webkit-background-size: cover !important;
  background-size: cover !important;
  padding-top: 40px; }
  .list-banner h1 {
    color: #fff;
    font-weight: 300;
    text-align: center; }
  .list-banner p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 10px; }

.list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .list .filter {
    background: #fff; }
    .list .filter form {
      width: 100%; }
      .list .filter form label {
        width: 100%; }
        .list .filter form label p {
          font-size: 14px;
          margin-bottom: 6px;
          color: #4a4a4a; }
        .list .filter form label input, .list .filter form label select, .list .filter form label button {
          height: 40px;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px;
          outline: none;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          border-radius: 6px;
          border: 1px solid #e3e3e3;
          margin-bottom: 10px; }
        .list .filter form label button {
          margin: 0;
          background: orangered;
          color: #fff;
          font-size: 18px; }
  .list .boat-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .list .boat-list .item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      overflow: hidden;
      margin: 0 20px 20px 0;
      -webkit-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5); }
      .list .boat-list .item .media img {
        width: 100%;
        height: 240px;
        object-fit: cover; }
      .list .boat-list .item .detail {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px; }
        .list .boat-list .item .detail .item-title {
          border-bottom: 1px solid #e3e3e3; }
          .list .boat-list .item .detail .item-title p {
            font-size: 14px;
            font-weight: 400; }
          .list .boat-list .item .detail .item-title h2 {
            font-size: 28px;
            font-weight: 200;
            padding: 6px 0 6px 0; }
        .list .boat-list .item .detail .option .box p {
          font-size: 14px;
          padding-bottom: 6px;
          color: #4a4a4a; }
        .list .boat-list .item .detail .option .box span {
          font-size: 18px;
          font-weight: 500; }
        .list .boat-list .item .detail .action {
          display: flex;
          justify-content: space-between;
          align-items: stretch;
          width: 100%; }
          .list .boat-list .item .detail .action p {
            width: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            border: 1px solid dodgerblue;
            font-weight: 600;
            color: dodgerblue; }
          .list .boat-list .item .detail .action button {
            width: 50%;
            padding: 12px 30px 12px 20px;
            height: 100%;
            border: none;
            background: dodgerblue;
            color: #fff;
            font-size: 18px;
            cursor: pointer; }

.product {
  background: #fff;
  margin-top: -140px;
  border-bottom: 1px solid #e3e3e3; }
  .product .left .image-zone {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .product .left .image-zone img {
      width: 100%;
      height: 400px;
      -o-object-fit: cover;
      object-fit: cover; }
  .product .right {
    padding-left: 40px; }
    .product .right h2 {
      font-size: 28px;
      font-weight: 600; }
    .product .right .boat-option .option {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border: 1px solid #e3e3e3;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px; }
      .product .right .boat-option .option i {
        display: inline-block;
        font-size: 32px; }
      .product .right .boat-option .option span {
        font-size: 12px; }
      .product .right .boat-option .option p {
        font-size: 22px !important; }
    .product .right .technical-options h2 {
      font-size: 18px; }
    .product .right .technical-options .multi-option {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border: 1px solid #e3e3e3;
      padding: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 4%; }
      .product .right .technical-options .multi-option input {
        margin-right: 10px !important; }
      .product .right .technical-options .multi-option p {
        font-size: 14px; }
      .product .right .technical-options .multi-option.un-check p {
        color: #7a7a7a; }
      .product .right .technical-options .multi-option i {
        margin-right: 10px;
        font-size: 22px; }
        .product .right .technical-options .multi-option i.fa-check {
          color: forestgreen; }
        .product .right .technical-options .multi-option i.fa-times {
          color: #7b7b7b; }

.content-single {
  margin-bottom: 90px; }
  .content-single .media {
    padding: 0; }
    .content-single .media img {
      width: 100%;
      border-radius: 20px;
      box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.41); }
  .content-single .content-text {
    padding: 20px;
    background: white; }
    .content-single .content-text h2 {
      font-weight: 300;
      font-size: 34px; }
    .content-single .content-text p {
      padding-top: 20px;
      font-size: 18px; }

.rezervation-form {
  margin-top: 40px;
  border: 1px solid #e3e3e3; }
  .rezervation-form form {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .rezervation-form form label {
      display: flex;
      flex-direction: column;
      align-items: left;
      position: relative;
      margin-bottom: 20px; }
      .rezervation-form form label span {
        font-size: 14px;
        font-weight: 700;
        position: absolute;
        top: 20px; }
      .rezervation-form form label select {
        padding: 16px 10px 16px 10px;
        margin-top: 20px;
        border: none;
        border-bottom: 2px solid #e3e3e3;
        outline: none;
        transition: all 1s;
        height: 60px;
        font-size: 14px;
        overflow: hidden;
        background: none;
        font-weight: 300; }
        .rezervation-form form label select option {
          font-weight: 300;
          padding: 30px !important; }
      .rezervation-form form label input[type=text], .rezervation-form form label input[type=password], .rezervation-form form label input[type=email], .rezervation-form form label input[type=tel], .rezervation-form form label input[type=number], .rezervation-form form label input[type=date], .rezervation-form form label textarea {
        padding: 16px 10px 16px 0;
        margin-top: 20px;
        border: none;
        border-bottom: 2px solid #e3e3e3;
        outline: none;
        height: 10px;
        transition: all 1s;
        font-size: 16px;
        font-family: "open sans";
        overflow: hidden; }
        .rezervation-form form label input[type=text].focused, .rezervation-form form label input[type=password].focused, .rezervation-form form label input[type=email].focused, .rezervation-form form label input[type=tel].focused, .rezervation-form form label input[type=number].focused, .rezervation-form form label input[type=date].focused, .rezervation-form form label textarea.focused {
          border-bottom: 2px solid dodgerblue; }
        .rezervation-form form label input[type=text]::-webkit-inner-spin-button, .rezervation-form form label input[type=password]::-webkit-inner-spin-button, .rezervation-form form label input[type=email]::-webkit-inner-spin-button, .rezervation-form form label input[type=tel]::-webkit-inner-spin-button, .rezervation-form form label input[type=number]::-webkit-inner-spin-button, .rezervation-form form label input[type=date]::-webkit-inner-spin-button, .rezervation-form form label textarea::-webkit-inner-spin-button {
          display: none; }
        .rezervation-form form label input[type=text]::-webkit-clear-button, .rezervation-form form label input[type=password]::-webkit-clear-button, .rezervation-form form label input[type=email]::-webkit-clear-button, .rezervation-form form label input[type=tel]::-webkit-clear-button, .rezervation-form form label input[type=number]::-webkit-clear-button, .rezervation-form form label input[type=date]::-webkit-clear-button, .rezervation-form form label textarea::-webkit-clear-button {
          display: none;
          -webkit-appearance: none; }
        .rezervation-form form label input[type=text]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=password]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=email]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=tel]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=number]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=date]::-webkit-calendar-picker-indicator, .rezervation-form form label textarea::-webkit-calendar-picker-indicator {
          opacity: 0;
          position: absolute;
          right: 10px;
          bottom: 25px;
          z-index: 99;
          width: 14px;
          height: 20px;
          border: 1px soild dodgerblue;
          cursor: pointer; }
      .rezervation-form form label i {
        position: absolute;
        right: 10px;
        bottom: 25px;
        font-size: 22px;
        font-size: 22px;
        color: #3a3a3a; }
      .rezervation-form form label.error span {
        color: red; }
      .rezervation-form form label.error input {
        border-bottom: 2px solid red !important;
        color: red; }
    .rezervation-form form button {
      padding: 10px 20px 10px 20px;
      background: dodgerblue;
      color: #fff;
      font-family: "open sans";
      font-size: 22px;
      width: 100%; }
    .rezervation-form form .checkbox-label {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      width: auto;
      height: 25px;
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .rezervation-form form .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .rezervation-form form .checkbox-label .checkmark {
        position: absolute;
        top: 0 !important;
        left: 0;
        height: 25px;
        width: 25px;
        border: 2px solid #e3e3e3;
        border-radius: 6px 0 6px 0; }
        .rezervation-form form .checkbox-label .checkmark:after {
          content: "";
          position: absolute;
          display: none; }
      .rezervation-form form .checkbox-label:hover input ~ .checkmark {
        background-color: #ccc; }
      .rezervation-form form .checkbox-label input:checked ~ .checkmark:after {
        display: block; }
      .rezervation-form form .checkbox-label input:checked ~ .checkmark {
        background-color: green; }
    .rezervation-form form .checkbox-label .checkmark:after {
      left: 9px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.checkbox-base {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 15px; }

/* Hide the browser's default checkbox */
.checkbox-base 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: #c3c3c3;
  border: 1px solid #7a7a7a; }

/* On mouse-over, add a grey background color */
.checkbox-base:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkbox-base input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-base input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-base .checkmark:after {
  left: 6px;
  top: 3px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.reservation {
  background: #fff;
  padding: 0;
  border: 1px solid #e3e3e3; }
  .reservation .option {
    margin: 0;
    padding: 0; }
    .reservation .option .box {
      border-right: 1px solid #e3e3e3;
      padding: 20px 20px 20px 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
      .reservation .option .box h3 {
        font-size: 28px;
        font-weight: 500; }
      .reservation .option .box button {
        width: 100%;
        height: 100%;
        background: dodgerblue;
        color: #fff;
        font-size: 18px; }

footer {
  margin-top: 60px;
  background: #000; }
  footer h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 10px; }
  footer a {
    color: #fff;
    font-size: 14px; }
    
.socials a {
    display:block;
    float:left;
    margin:5px;
    background:#fff;
    border-radius:32px;
    padding:1px;
}

@media (max-width: 986px) {
  body, html {
    width: 100%; }

  .reservation {
    background: #fff;
    padding: 0;
    border: 1px solid #e3e3e3; }
    .reservation .option {
      margin: 0;
      padding: 0; }
      .reservation .option .box {
        border-right: 1px solid #e3e3e3;
        padding: 20px 20px 20px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .reservation .option .box p, .reservation .option .box span {
          font-size: 42px;
          text-align: center; }
        .reservation .option .box h3 {
          font-size: 48px;
          font-weight: 500; }
        .reservation .option .box button {
          width: 100%;
          height: 160px;
          background: dodgerblue;
          color: #fff;
          font-size: 68px; }

  .rezervation-form {
    margin-top: 40px;
    border: 1px solid #e3e3e3;
    max-width:100% !important;
  }
  
  .rezervation-form * {
    max-width:100% !important;
  }
    
    
    .rezervation-form h2 {
      font-size: 58px; }
    .rezervation-form form {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .rezervation-form form label {
        display: flex;
        flex-direction: column;
        align-items: left;
        position: relative;
        margin-bottom: 20px; }
        .rezervation-form form label span {
          font-size: 34px;
          font-weight: 700;
          position: absolute;
          top: 20px; }
        .rezervation-form form label select {
          padding: 16px 10px 16px 10px;
          margin-top: 20px;
          border: none;
          border-bottom: 2px solid #e3e3e3;
          outline: none;
          transition: all 1s;
          height: 60px;
          font-size: 14px;
          overflow: hidden;
          background: none;
          font-weight: 300; }
          .rezervation-form form label select option {
            font-weight: 300;
            padding: 30px !important; }
        .rezervation-form form label input[type=text], .rezervation-form form label input[type=password], .rezervation-form form label input[type=email], .rezervation-form form label input[type=tel], .rezervation-form form label input[type=number], .rezervation-form form label input[type=date], .rezervation-form form label textarea {
          padding: 16px 10px 16px 0;
          margin-top: 20px;
          border: none;
          border-bottom: 2px solid #e3e3e3;
          outline: none;
          height: 90px;
          transition: all 1s;
          font-size: 16px;
          font-family: "open sans";
          overflow: hidden; }
          .rezervation-form form label input[type=text].focused, .rezervation-form form label input[type=password].focused, .rezervation-form form label input[type=email].focused, .rezervation-form form label input[type=tel].focused, .rezervation-form form label input[type=number].focused, .rezervation-form form label input[type=date].focused, .rezervation-form form label textarea.focused {
            border-bottom: 2px solid dodgerblue; }
          .rezervation-form form label input[type=text]::-webkit-inner-spin-button, .rezervation-form form label input[type=password]::-webkit-inner-spin-button, .rezervation-form form label input[type=email]::-webkit-inner-spin-button, .rezervation-form form label input[type=tel]::-webkit-inner-spin-button, .rezervation-form form label input[type=number]::-webkit-inner-spin-button, .rezervation-form form label input[type=date]::-webkit-inner-spin-button, .rezervation-form form label textarea::-webkit-inner-spin-button {
            display: none; }
          .rezervation-form form label input[type=text]::-webkit-clear-button, .rezervation-form form label input[type=password]::-webkit-clear-button, .rezervation-form form label input[type=email]::-webkit-clear-button, .rezervation-form form label input[type=tel]::-webkit-clear-button, .rezervation-form form label input[type=number]::-webkit-clear-button, .rezervation-form form label input[type=date]::-webkit-clear-button, .rezervation-form form label textarea::-webkit-clear-button {
            display: none;
            -webkit-appearance: none; }
          .rezervation-form form label input[type=text]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=password]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=email]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=tel]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=number]::-webkit-calendar-picker-indicator, .rezervation-form form label input[type=date]::-webkit-calendar-picker-indicator, .rezervation-form form label textarea::-webkit-calendar-picker-indicator {
            opacity: 0;
            position: absolute;
            right: 10px;
            bottom: 25px;
            z-index: 99;
            width: 14px;
            height: 20px;
            border: 1px soild dodgerblue;
            cursor: pointer; }
        .rezervation-form form label i {
          position: absolute;
          right: 10px;
          bottom: 25px;
          font-size: 22px;
          font-size: 22px;
          color: #3a3a3a; }
        .rezervation-form form label.error span {
          color: red; }
        .rezervation-form form label.error input {
          border-bottom: 2px solid red !important;
          color: red; }
      .rezervation-form form button {
        padding: 10px 20px 10px 20px;
        background: dodgerblue;
        color: #fff;
        font-family: "open sans";
        font-size: 52px;
        width: 100%;
        height: 140px; }
      .rezervation-form form .checkbox-label {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: auto;
        height: 25px;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .rezervation-form form .checkbox-label input {
          position: absolute;
          opacity: 0;
          cursor: pointer;
          height: 0;
          width: 0; }
        .rezervation-form form .checkbox-label .checkmark {
          position: absolute;
          top: 0 !important;
          left: 0;
          height: 25px;
          width: 25px;
          border: 2px solid #e3e3e3;
          border-radius: 6px 0 6px 0; }
          .rezervation-form form .checkbox-label .checkmark:after {
            content: "";
            position: absolute;
            display: none; }
        .rezervation-form form .checkbox-label:hover input ~ .checkmark {
          background-color: #ccc; }
        .rezervation-form form .checkbox-label input:checked ~ .checkmark:after {
          display: block; }
        .rezervation-form form .checkbox-label input:checked ~ .checkmark {
          background-color: green; }
      .rezervation-form form .checkbox-label .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

  .search-base {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    background: #000;
    z-index: 80;
    padding-top: 180px;
    position: relative; }
    .search-base .banner {
      width: 90%;
      z-index: 999;
      padding-top: 70px; }
      .search-base .banner h1 {
        color: #fff;
        font-size: 72px;
        font-weight: 400;
        margin-top: 10px; }
      .search-base .banner p {
        color: #fff;
        text-align: center;
        font-size: 36px;
        font-weight: 300;
        margin-top: 10px; }
      .search-base .banner .search-nav {
        width: 90%;
        margin-top: 40px;
        padding: 20px;
        height: auto;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 20px 0 20px 0;
        z-index: 80;
        margin-bottom: 100px; }
        .search-base .banner .search-nav .input-group {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin: 4px;
          justify-content: stretch;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .search-base .banner .search-nav .input-group p {
            color: white;
            font-size: 44px;
            margin-bottom: 6px;
            font-weight: 600; }
          .search-base .banner .search-nav .input-group label {
            background: #fff;
            padding: 10px;
            width: 100%;
            height: 120px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            -webkit-box-sizing: border-box !important;
            -moz-box-sizing: border-box !important;
            box-sizing: border-box !important; }
            .search-base .banner .search-nav .input-group label i {
              margin-right: 4px;
              font-size: 52px;
              color: #3588c8;
              line-height: 0; }
            .search-base .banner .search-nav .input-group label input, .search-base .banner .search-nav .input-group label select, .search-base .banner .search-nav .input-group label button {
              width: 100% !important;
              font-size: 16px;
              background: none;
              border: none;
              color: #5a5a5a;
              cursor: pointer; }
              .search-base .banner .search-nav .input-group label input:focus, .search-base .banner .search-nav .input-group label select:focus, .search-base .banner .search-nav .input-group label button:focus {
                outline: none; }
          .search-base .banner .search-nav .input-group.submit {
            background: #3588c8;
            display: flex;
            align-items: flex-end;
            height: 100%; }
            .search-base .banner .search-nav .input-group.submit label {
              background: none; }
              .search-base .banner .search-nav .input-group.submit label button {
                color: #fff;
                font-size: 46px; }
    .search-base #backgroundVideo {
      position: absolute;
      left: 0;
      top: 0px;
      width: 100%;
      object-fit: cover;
      opacity: 0.7;
      height: 100%; }

  header {
    width: 100%;
    height: 170px;
    background: black;
    background: #000;
    z-index: 999;
    position: fixed; }
    header.dark-header {
      background: #000 !important; }
    header .logo {
      height: 100%; }
      header .logo img {
        width: 450px; }
    header .navigation {
      margin-right: 10px; }
      header .navigation a {
        color: #fff;
        padding: 10px;
        font-size: 42px; }

  .m-hide {
    display: none; }

  .base {
    box-sizing: border-box; }
    .base h1 {
      font-weight: 300;
      font-size: 42px; }
    .base .container {
      width: 100%; }
      .base .container .tricks {
        box-sizing: border-box;
        -webkit-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.41);
        -moz-box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.41);
        box-shadow: 0px 0px 8px -3px rgba(0, 0, 0, 0.41);
        margin: 10px;
        border-radius: 20px;
        background: #fff; }
        .base .container .tricks img {
          width: 40px; }
        .base .container .tricks h2 {
          font-size: 23px;
          font-weight: 500;
          margin: 10px 0 0 0; }
        .base .container .tricks p {
          text-align: center;
          font-size: 24px;
          margin: 20px 0 0 0;
          color: #535353; }

  footer {
    margin-top: 60px;
    background: #000;
    width: 100%; }
    footer h3 {
      color: #fff;
      font-size: 22px;
      font-weight: 300;
      margin-bottom: 10px; }
    footer a {
      color: #fff;
      font-size: 14px; }

  .list-banner {
    height: 450px;
    background: url(../../assets/img/list-banner-bg.gif) no-repeat center center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important; }
    .list-banner h1 {
      color: #fff;
      font-weight: 300;
      text-align: center;
      font-size: 52px;
      padding-top: 120px; }
    .list-banner p {
      font-size: 18px;
      color: #fff;
      text-align: center;
      padding-top: 10px; }

  .list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .list .filter {
      background: #fff; }
      .list .filter form {
        width: 100%; }
        .list .filter form label {
          width: 100%; }
          .list .filter form label p {
            font-size: 14px;
            margin-bottom: 6px;
            color: #4a4a4a; }
          .list .filter form label input, .list .filter form label select, .list .filter form label button {
            height: 40px;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px;
            outline: none;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #e3e3e3;
            margin-bottom: 10px; }
          .list .filter form label button {
            margin: 0;
            background: orangered;
            color: #fff;
            font-size: 18px; }
    .list .boat-list {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .list .boat-list .item {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        overflow: hidden;
        margin: 0 20px 20px 0;
        -webkit-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 5px -2px rgba(0, 0, 0, 0.5); }
        .list .boat-list .item .media img {
          width: 100%;
          height: 440px;
          object-fit: cover; }
        .list .boat-list .item .detail {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding: 10px; }
          .list .boat-list .item .detail .item-title {
            border-bottom: 1px solid #e3e3e3; }
            .list .boat-list .item .detail .item-title p {
              font-size: 44px;
              font-weight: 400; }
            .list .boat-list .item .detail .item-title h2 {
              font-size: 78px;
              font-weight: 200;
              padding: 6px 0 6px 0; }
          .list .boat-list .item .detail .option {
            margin-top: 60px; }
            .list .boat-list .item .detail .option .box p {
              font-size: 34px;
              padding-bottom: 6px;
              color: #4a4a4a; }
            .list .boat-list .item .detail .option .box span {
              font-size: 38px;
              font-weight: 500; }
          .list .boat-list .item .detail .action {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            width: 100%;
            margin-top: 80px; }
            .list .boat-list .item .detail .action p {
              width: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              font-size: 68px;
              border: 1px solid dodgerblue;
              font-weight: 600;
              color: dodgerblue; }
            .list .boat-list .item .detail .action button {
              width: 50%;
              padding: 12px 30px 12px 20px;
              height: 100%;
              border: none;
              background: dodgerblue;
              color: #fff;
              font-size: 68px;
              cursor: pointer; }

  .product {
    background: #fff;
    margin-top: 150px;
    border-bottom: 1px solid #e3e3e3; }
    .product .left .image-zone {
      width: 100%;
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .product .left .image-zone img {
        width: 100%;
        height: 600px;
        -o-object-fit: cover;
        object-fit: cover; }
    .product .right {
      padding-left: 40px; }
      .product .right h2 {
        font-size: 58px;
        font-weight: 600; }
      .product .right .boat-option .option {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #e3e3e3;
        padding: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px; }
        .product .right .boat-option .option i {
          display: inline-block;
          font-size: 32px; }
        .product .right .boat-option .option span {
          font-size: 32px; }
        .product .right .boat-option .option p {
          font-size: 32px !important; }
      .product .right .technical-options h2 {
        font-size: 28px; }
      .product .right .technical-options .multi-option {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border: 1px solid #e3e3e3;
        padding: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 4%; }
        .product .right .technical-options .multi-option input {
          margin-right: 10px !important; }
        .product .right .technical-options .multi-option p {
          font-size: 34px; }
        .product .right .technical-options .multi-option.un-check p {
          color: #7a7a7a; }
        .product .right .technical-options .multi-option i {
          margin-right: 30px;
          font-size: 42px; }
          .product .right .technical-options .multi-option i.fa-check {
            color: forestgreen; }
          .product .right .technical-options .multi-option i.fa-times {
            color: #7b7b7b; }

  .checkbox-base {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 15px;
    margin-right: 30px; }

  /* Hide the browser's default checkbox */
  .checkbox-base input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #c3c3c3;
    border: 1px solid #7a7a7a; }

  /* On mouse-over, add a grey background color */
  .checkbox-base:hover input ~ .checkmark {
    background-color: #ccc; }

  /* When the checkbox is checked, add a blue background */
  .checkbox-base input:checked ~ .checkmark {
    background-color: #2196F3; }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

  /* Show the checkmark when checked */
  .checkbox-base input:checked ~ .checkmark:after {
    display: block; }

  /* Style the checkmark/indicator */
  .checkbox-base .checkmark:after {
    left: 6px;
    top: 3px;
    width: 10px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); } }

/*# sourceMappingURL=style.css.map */

.newsel {
    padding: 10px;
    border: none;
    outline: none;
    font-size: 13px;
    overflow: hidden;
    width:100%;
}

.newsel.lowinp {
    width:80px;
    float:left;
    border-bottom:1px solid #e2e2e2;
    text-align:center;
    font-weight:bold;
    margin-right:15px;
}

#wecallyou {
    position:fixed;
    width:300px;
    height:auto;
    bottom:40px;
    left:0px;
    padding:10px 15px;
    background:url(../../images/wecall.png) no-repeat left 10px center;
}

#calltext {
    padding:10px 15px;
    background:#2ab200;
    color:#ffffff;
    margin-left:50px;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.75);
    border-radius:12px;
    font-size:13px;
    text-align:center;
    cursor:pointer;
    cursor:hand;
    border:1px solid green;
}

#calltext:hover {
    text-decoration:underline;
    -webkit-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.90);
    -moz-box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.90);
    box-shadow: 5px 5px 25px 0px rgba(0,0,0,0.90);
}

@media(max-width:999px) {
    .datepicker {
        font-size:45px !important;
        padding-left:45px !important;
    }
    
    #ui-datepicker-div {
        width:600px !important;
        height:600px !important;
        font-size:45px !important;
    }
    
    .input-group select {
        font-size:45px !important;
        padding-left:45px !important;
    }
    
    .base .container .tricks {
        width:100% !important;
        text-align:center !important;
    }
    
    .base .container .tricks h2 {
        font-size:35px !important;
    }
    
    .base .container .tricks p {
        font-size:26px !important;
    }
    
    footer .vertical.top, footer .horizon, footer .vertical.middle {
        display:block !important;
        width:100% !important;
        text-align:center;
        font-size:34px;
        margin-left:0px !important;
        margin-bottom:30px !important;
    }
    
    footer h3 {
        font-size:34px;
        font-weight:bold;
    }
    
    footer a {
        display:block;
        font-size:21px;
        font-weight:normal;
    }
    
    .base .container .tricks img {
        width:128px;
        height:128px;
    }
    
    footer .vertical.middle img {
        width:100%;
    }
    
    footer .vertical.middle span {
        font-size:21px;
    }
    
    .socials {
        width:100%;
        display:block;
        text-align:center;
    }
    
    .socials a {
        float:none;
        display:inline-block;
    }
    
    .socials a img {
        width:64px !important;
        height:64px;
    }
    
    #wecallyou {
        width:100%;
        background:none !important;
        margin:0px;
        box-sizing:border-box;
    }
    
    #calltext {
        margin:0px !important;
    }
    
    #calltext a {
        font-size:48px !important;
    }
    
    .row {
        padding-left:15px;
        padding-right:15px;
        box-sizing:border-box;
    }
    
    .col-md-6 {
        display:block !important;
        width:100% !important;
        text-align:center !important;
        font-size:48px !important;
        box-sizing:border-box;
        margin-bottom:30px;
    }
    
    .form-control {
        font-size:48px !important;
        height:auto !important;
        box-sizing:border-box;
    }
    
    .btn {
        font-size:48px !important;
    }
    
    .base .container {
        padding-left:30px !important;
        padding-right:30px !important;
        box-sizing:border-box;
    }
    
    .base .container td * {
        font-size:36px !important;
    }
    
    .newsel {
        font-size:28px !important;
    }
    
    #ya_show strong {
        font-size:28px !important;
    }
}