.visible-small {
  display: none; }

@media all and (max-width: 992px) {
  .hidden-small {
    display: none !important; }

  .visible-small {
    display: block; } }
.fixed-to-bottom {
  position: fixed;
  bottom: 0;
  width: 100vw;
  right: 0; }

* {
  padding: 0;
  margin: 0; }

html, body {
  min-height: 100% !important;
  height: 100%; }

body {
  position: relative;
  background-color: #fff;
  padding-top: 60px; }

ul {
  margin-bottom: 20px; }

.logo {
  position: relative;
  top: -5px; }

.page-section {
  padding: 40px 0; }

.content {
  margin-top: 25px;
  min-height: 100%; }

.product-detail {
  padding: 60px 0 0 0; }

#flash-messages {
  margin-top: 40px;
  position: absolute;
  width: 100%;
  z-index: 1029; }

#footer {
  width: 100%;
  background-color: #146EB4;
  padding: 75px 0;
  position: relative; }
  #footer .row:last-child {
    padding-bottom: 0; }
  #footer h4 {
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 20px;
    font-weight: 600; }
  #footer a {
    color: #ffffff;
    padding-bottom: 3px;
    line-height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    #footer a:hover {
      text-decoration: none !important;
      border-bottom: 1px solid #ffffff; }
  #footer p {
    color: #ffffff; }
  #footer .top-space {
    margin-top: 7.5px; }
  #footer .newsletter-form .form-control {
    background-color: #2d2d2d;
    border: none;
    color: #b3b3b3; }
    #footer .newsletter-form .form-control:focus {
      outline: 0;
      box-shadow: none; }
  #footer .newsletter-form .fa {
    font-size: 26px;
    line-height: 34px; }

a.anchor {
  display: block;
  position: relative;
  top: -144px;
  visibility: hidden; }

.modal {
  text-align: center; }

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

a#floating-button {
  z-index: 10000;
  display: block;
  position: fixed;
  top: 40%;
  left: 0;
  width: 50px;
  height: 190px;
  transition: width 0.2s ease-in-out;
  overflow: hidden;
  background: #ee7f08;
  color: white; }
  a#floating-button:hover {
    text-decoration: none;
    width: 320px;
    transition: width 0.2s ease-in-out; }
    a#floating-button:hover .button-title {
      background-color: #f89831; }
  a#floating-button .button-title {
    transform: rotate(270deg);
    transform-origin: left top 0;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 190px;
    padding-left: 50px; }
    a#floating-button .button-title .nav-icon {
      position: absolute;
      top: 3px;
      left: 10px; }
  a#floating-button .button-content {
    position: absolute;
    left: 50px;
    top: 0;
    width: 270px;
    height: 100%;
    font-size: 22px; }
    a#floating-button .button-content .content-padding {
      padding: 20px; }
    a#floating-button .button-content .btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background-color: #ff9833; }

.cart-mobile .button-title {
  background: #ff7e00;
  padding: 5px;
  color: white;
  text-align: center; }
  .cart-mobile .button-title .badge {
    margin: 0 5px 0 10px; }

.page-dealers {
  padding-top: 114px; }
  .page-dealers .flag {
    display: inline-block; }
  .page-dealers .col-md-4 {
    margin: 10px 0; }
    .page-dealers .col-md-4 .inner {
      text-align: center;
      padding: 10px 5px;
      border: 1px solid #e8e8e8;
      min-height: 420px; }
      .page-dealers .col-md-4 .inner h3 {
        padding: 10px 0; }
      .page-dealers .col-md-4 .inner p a:hover {
        color: #ee7f08; }
  .page-dealers .panel-group .panel-map {
    border: none !important; }
    .page-dealers .panel-group .panel-map iframe {
      width: 100%;
      min-height: 450px;
      border: none !important; }
  .page-dealers .contact-list {
    border-collapse: collapse;
    border: 1px solid #e8e8e8;
    margin-bottom: 20px; }
    .page-dealers .contact-list th, .page-dealers .contact-list tr, .page-dealers .contact-list td {
      border: 1px solid #e8e8e8;
      padding: 2.5px 5px; }
    .page-dealers .contact-list th {
      text-align: center;
      color: white;
      background-color: #146EB4; }
    .page-dealers .contact-list td.sec {
      background-color: #f5f5f5; }
  .page-dealers .contact-us-form textarea {
    width: 100%;
    resize: none;
    height: 200px; }
  .page-dealers .contact-us-form input {
    width: 100%; }
  .page-dealers .contact-us-form button {
    float: right;
    margin: 10px 0 20px 0;
    width: 150px; }
  .page-dealers .contact-us-form textarea, .page-dealers .contact-us-form input {
    padding: 5px 10px;
    border: 1px #e8e8e8 solid;
    border-radius: 2px; }
    .page-dealers .contact-us-form textarea::placeholder, .page-dealers .contact-us-form input::placeholder {
      color: lightgrey; }

.galleries {
  padding-top: 144px;
  padding-bottom: 50px; }
  .galleries .col-md-4 {
    text-align: center;
    padding: 10px 0; }

.gallery-detail {
  padding-top: 144px;
  padding-bottom: 50px; }
  .gallery-detail .space-bellow {
    margin-bottom: 50px; }

#colorbox {
  z-index: 1031; }

.download {
  padding-top: 114px; }
  .download h3 {
    margin: 25px 0 10px 0; }
  .download ul li {
    margin-left: 20px; }

@media screen and (max-width: 1259px) {
  #floating-buttons {
    display: none; } }
.alert {
  margin: 10px 0; }

.articles .col-md-12 {
  padding: 114px 0 50px 0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-shadow: 0 -15px 35px 5px #f0f0f0;
  -moz-box-shadow: 0 -15px 35px 5px #f0f0f0;
  box-shadow: 0 -15px 35px 5px #f0f0f0; }
  .articles .col-md-12 h1 {
    padding-left: 15px; }
.articles .article {
  margin: 10px 0; }
  .articles .article h2 {
    margin-top: 0; }
  .articles .article.grey-background {
    background-color: whitesmoke; }
  .articles .article .col-md-2 img {
    padding: 5px; }
  .articles .article .col-md-10 {
    padding-top: 20px;
    padding-bottom: 20px; }

.article-detail {
  padding-top: 114px;
  padding-bottom: 50px; }
  .article-detail h1 {
    margin-bottom: 30px; }
  .article-detail img {
    display: block;
    margin: 10px auto; }

.no-padding-left {
  padding-left: 0 !important; }

.no-padding-right {
  padding-right: 0 !important; }

.no-padding {
  padding: 0 !important; }

.margin-top {
  margin-top: 5px; }

@media (max-width: 991px) {
  .mobile-padding-top {
    padding-top: 50px; } }
@media screen and (max-width: 767px) {
  body {
    padding-top: 0; }

  .navbar.navbar-default {
    margin-bottom: 0;
    height: auto;
    border: none !important; }
    .navbar.navbar-default #top-menu {
      padding: 0 !important; }
    .navbar.navbar-default .navbar-right {
      margin: 7.5px 0 !important;
      width: calc(100%);
      position: relative;
      z-index: 10003;
      background-color: #2f2f2f; }
      .navbar.navbar-default .navbar-right > li > a {
        padding: 6px !important; }
        .navbar.navbar-default .navbar-right > li > a .nav-icon {
          position: relative;
          float: left;
          left: 0;
          top: -5px;
          margin-right: 10px; }
      .navbar.navbar-default .navbar-right > li.nav-reha > a .nav-icon {
        top: -2px; }
    .navbar.navbar-default .navbar-header {
      width: 100% !important;
      height: auto;
      min-height: 80px; }
      .navbar.navbar-default .navbar-header .navbar-toggle {
        margin: 25px 0 0 0; }
      .navbar.navbar-default .navbar-header .navbar-brand, .navbar.navbar-default .navbar-header .claim {
        width: auto;
        margin-left: 10px; }

  .slider {
    height: auto !important; }
    .slider .slider-mobile {
      max-height: 200px;
      position: relative;
      overflow: hidden; }
      .slider .slider-mobile img {
        max-width: 100%; }

  #presenting .czech-made-logo {
    margin-top: -20px; }
  #presenting .animation-360 {
    width: 100% !important; }

  a.anchor {
    top: 0; }

  #smart-solutions {
    overflow: hidden; }

  .model-section h3 {
    padding: 20px 0 20px 0 !important; }
  .model-section .btn {
    width: 100% !important; }
  .model-section .btn-detail {
    margin: 0 0 10px 0 !important; }

  .product-detail-tabs .nav-tabs.tabs-reha li {
    width: 50% !important;
    height: 80px; }
  .product-detail-tabs .nav-tabs.tabs-kids li {
    width: 50% !important;
    height: 80px; }
  .product-detail-tabs .nav-tabs li a {
    padding: 10px 0 !important;
    font-size: 18px !important; }

  .product-detail-tabs-content {
    padding: 20px 0 !important; }
    .product-detail-tabs-content .btn-purchase-container {
      text-align: center; }
    .product-detail-tabs-content .main-image {
      width: 100%;
      height: auto !important; }
    .product-detail-tabs-content .detail-gallery {
      width: 50%;
      display: block;
      float: left;
      text-align: center;
      padding: 2%; }
      .product-detail-tabs-content .detail-gallery img.img-responsive {
        display: inline-block; }
    .product-detail-tabs-content .btn-technical-specifications {
      float: none !important;
      margin: 20px;
      display: block; }

  .testdrive-tabs .nav-tabs li {
    padding-top: 0 !important;
    height: 70px !important; }

  .testdrive-tabs-tabs-content {
    padding: 20px 0 !important; }
    .testdrive-tabs-tabs-content form .checkboxes {
      height: auto !important; }

  .content {
    padding-top: 80px; }

  #footer .row {
    padding-bottom: 0 !important; } }
@media (max-width: 480px) {
  #footer img {
    width: 100%;
    height: auto; } }
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #868686;
  font-size: 14px; }

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

#top-nav a {
  font-family: "Avenir Next LT Pro", sans-serif;
  font-weight: 400; }

/* =========================================
				HAVEL STYLES
   ========================================= */
.homepage .anchor-slide {
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0; }
  .homepage .anchor-slide .hp-presentation {
    display: block;
    width: calc(100% + 30px);
    height: 100vh;
    margin-left: -15px;
    object-fit: cover;
    object-position: 50% 50%; }
  .homepage .anchor-slide .hp-presentation-overlay {
    display: block;
    position: absolute;
    margin-top: -200px;
    right: 0;
    text-align: right;
    background-color: #2f2f2f;
    box-shadow: 0 5px 20px #146EB4;
    padding: 15px 25px 15px 60px; }
    .homepage .anchor-slide .hp-presentation-overlay h1 {
      font-weight: bolder;
      color: #ffffff;
      font-size: 45px;
      line-height: 60px; }
    .homepage .anchor-slide .hp-presentation-overlay a {
      font-weight: bold; }
      .homepage .anchor-slide .hp-presentation-overlay a:hover {
        color: #ee7f08;
        text-decoration: none; }

.anchor-slider {
  position: fixed;
  top: 15%;
  left: 25px;
  z-index: 1029; }
  .anchor-slider .vertical-line {
    position: absolute;
    z-index: -1;
    left: 45%;
    height: 410px;
    border-left: 2px #bcbcbc solid; }
  .anchor-slider ul {
    list-style-type: none; }
    .anchor-slider ul li {
      margin: 15px 0; }
      .anchor-slider ul li .circle {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #868686; }
        .anchor-slider ul li .circle.active {
          background-color: #ee7f08; }

@media screen and (max-width: 768px) {
  .homepage .anchor-slide .hp-presentation-overlay {
    width: 100%;
    height: 120px;
    margin-top: -120px; }
    .homepage .anchor-slide .hp-presentation-overlay h1 {
      font-size: 24px;
      line-height: 32px; }

  .anchor-slider {
    top: 33%; }
    .anchor-slider .vertical-line {
      height: 300px; }
    .anchor-slider ul li .circle {
      width: 32px;
      height: 32px; } }
/* =========================================
				XROVER STYLES
   ========================================= */
#gallery .gallery-images img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-height: 100%;
  text-align: center; }
#gallery .gallery-images .gallery {
  display: block;
  height: 200px; }

#presenting h2 {
  margin-bottom: 30px; }
#presenting .sub-nav {
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  margin-top: 20px;
  margin-bottom: 20px; }
  #presenting .sub-nav li {
    float: left; }
    #presenting .sub-nav li a {
      color: #868686;
      background: transparent;
      text-transform: uppercase; }
      #presenting .sub-nav li a:focus, #presenting .sub-nav li a:hover {
        background: transparent; }
      #presenting .sub-nav li a:first-child {
        padding-left: 0; }
#presenting .content-360 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  #presenting .content-360 p {
    margin-top: 20px; }
#presenting .animation-360 {
  width: 600px;
  margin: 40px auto; }
  #presenting .animation-360 .controls {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: visible; }
    #presenting .animation-360 .controls a {
      margin: 0 20px; }
      #presenting .animation-360 .controls a span {
        color: white;
        font-size: 26px;
        background-color: black;
        border-radius: 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        opacity: 0.7; }
      #presenting .animation-360 .controls a:hover span {
        opacity: 1.0; }

#smart-solutions {
  color: black;
  padding: 0 0 20px 0; }
  #smart-solutions ul li {
    margin-bottom: 3px;
    margin-right: 50px; }
    #smart-solutions ul li a {
      padding: 1px 3px;
      cursor: pointer;
      color: black;
      display: block;
      border: 1px solid transparent; }
      #smart-solutions ul li a:hover {
        text-decoration: none;
        color: #ffffff;
        background: #146EB4; }
      #smart-solutions ul li a.selected {
        color: #ffffff;
        background: #146EB4; }
  #smart-solutions h3 {
    font-size: 32px; }
  #smart-solutions .carousel-control {
    background: none;
    height: 373px; }
    #smart-solutions .carousel-control.left {
      margin-left: -112px; }
    #smart-solutions .carousel-control.right {
      margin-right: -112px; }
  #smart-solutions #smart-solutions-carousel {
    height: 525px; }
  #smart-solutions .picto-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px; }
    #smart-solutions .picto-icons .glyphicon {
      top: 0; }
      #smart-solutions .picto-icons .glyphicon.icons-mobile {
        display: none; }

@media screen and (max-width: 959px) {
  #smart-solutions .carousel-control {
    height: 120px; }
    #smart-solutions .carousel-control.left {
      margin-left: 0 !important; }
    #smart-solutions .carousel-control.right {
      margin-right: 0 !important; }
  #smart-solutions .picto-icons {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%; }
    #smart-solutions .picto-icons .glyphicon {
      width: 45px;
      height: 45px;
      position: relative;
      display: block;
      float: right; }
      #smart-solutions .picto-icons .glyphicon.icons-desktop {
        display: none; }
      #smart-solutions .picto-icons .glyphicon.icons-mobile {
        display: block; } }
.model-section {
  background-color: #e8e8e8;
  border-bottom: 4px solid white;
  padding: 20px 0; }
  .model-section h3 {
    margin: 0;
    padding: 90px 0 30px 0; }
  .model-section p {
    margin: 40px 0; }
  .model-section .btn {
    width: 47%; }
  .model-section .btn-detail {
    margin-right: 3%; }

.animation-360 .controls #next-360 {
  float: left; }
.animation-360 .controls #prev-360 {
  float: right; }

.product-detail-tabs .grey-background {
  background-color: #e8e8e8; }
  .product-detail-tabs .grey-background a {
    background-color: #e8e8e8 !important;
    border-bottom: none !important; }
.product-detail-tabs .nav-tabs {
  border-bottom: 0; }
  .product-detail-tabs .nav-tabs li {
    text-align: center; }
    .product-detail-tabs .nav-tabs li a, .product-detail-tabs .nav-tabs li a:hover, .product-detail-tabs .nav-tabs li a:link, .product-detail-tabs .nav-tabs li a:visited {
      border: 0 !important;
      border-radius: 0;
      margin: 0;
      padding: 40px 0;
      font-size: 42px !important; }
    .product-detail-tabs .nav-tabs li.active a, .product-detail-tabs .nav-tabs li a:hover, .product-detail-tabs .nav-tabs li a:focus {
      color: #ee7f08; }
  .product-detail-tabs .nav-tabs.tabs-reha li {
    width: 16.666%; }
    .product-detail-tabs .nav-tabs.tabs-reha li a {
      font-size: 20px;
      padding-left: 15px;
      padding-right: 15px; }
  .product-detail-tabs .nav-tabs.tabs-kids li {
    width: 33%; }
  .product-detail-tabs .nav-tabs.tabs-accessories li {
    width: 100%;
    text-align: left; }
    .product-detail-tabs .nav-tabs.tabs-accessories li a {
      padding: 20px 20px; }

.product-detail-tabs-content .custom-detail-content {
  min-height: 768px;
  background-color: white;
  padding-top: 75px;
  padding-bottom: 40px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0;
  -webkit-box-shadow: 0px 5px 35px 5px #f0f0f0;
  -moz-box-shadow: 0px 5px 35px 5px #f0f0f0;
  box-shadow: 0px 5px 35px 5px #f0f0f0; }
.product-detail-tabs-content .line-divider {
  border-top: 1px solid #b5b5b5;
  margin-bottom: 10px; }
.product-detail-tabs-content .product-specification-table {
  width: 100%;
  margin-bottom: 40px; }
  .product-detail-tabs-content .product-specification-table td {
    text-align: right; }
  .product-detail-tabs-content .product-specification-table td, .product-detail-tabs-content .product-specification-table th {
    padding: 7px 0;
    border-bottom: 1px solid #b5b5b5; }
  .product-detail-tabs-content .product-specification-table tr:last-child td, .product-detail-tabs-content .product-specification-table tr:last-child th {
    border-bottom: 0; }
.product-detail-tabs-content .main-image-container {
  height: 570px;
  margin: 0 0 20px;
  padding: 5px;
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
  overflow: hidden; }
.product-detail-tabs-content .carousel-control {
  background: none; }
  .product-detail-tabs-content .carousel-control.left {
    left: -75px; }
  .product-detail-tabs-content .carousel-control.right {
    right: -75px; }
.product-detail-tabs-content .configurator h4 {
  font-weight: bold; }
.product-detail-tabs-content #product-calculator #wanted-quantity {
  display: inline-block;
  width: calc(100% - 50px);
  margin-right: 5px; }
.product-detail-tabs-content #product-calculator #buy-quantity {
  display: none; }

.color-selector {
  border: 1px solid transparent;
  padding: 8px;
  margin: 5px;
  display: inline-block; }
  .color-selector.active, .color-selector:hover {
    border-color: #83c63a; }

.wheel-inputs .color-selector, .bag-inputs .color-selector, .brake-inputs .color-selector, .handle-inputs .color-selector {
  margin: 5px 1px; }

.wheel-inputs a img {
  height: 90px !important; }

.bag-inputs a img, .brake-inputs a img, .handle-inputs a img {
  width: 130px !important; }

.product-price-row {
  margin: 50px 0; }
  .product-price-row .product-price-row-price {
    font-size: 20px;
    color: black;
    float: right; }

.buy-row {
  padding-top: 20px; }

.handle-description {
  text-align: center; }

.product-detail-accessories {
  padding-top: 40px; }
  .product-detail-accessories #accessoriesCarousel .carousel-control {
    background: none;
    width: 40px; }
  .product-detail-accessories #accessoriesCarousel .badges {
    text-align: center; }

@media screen and (max-width: 767px) {
  .product-detail {
    padding-top: 0 !important; }

  .product-detail-tabs-content .carousel-control.left {
    left: 0; }
  .product-detail-tabs-content .carousel-control.right {
    right: 0; }
  .product-detail-tabs-content .custom-detail-content {
    padding-top: 15px !important; }

  #product-calculator .col-md-6:not(.no-padding) {
    text-align: center;
    padding: 5px 15px; } }
.specifications-table tr td:first-child {
  font-weight: bold; }

.specification-thumb {
  float: left;
  position: relative;
  margin-bottom: 20px; }
  .specification-thumb .overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
    .specification-thumb .overlay .zoom {
      position: absolute;
      font-size: 80px;
      width: 80px;
      height: 80px;
      margin-top: -40px;
      margin-left: -40px;
      top: 50%;
      left: 50%; }
      .specification-thumb .overlay .zoom .fa {
        display: block; }
  .specification-thumb:hover .overlay {
    display: block;
    cursor: pointer; }

.accessory-item h2 {
  margin-bottom: 40px; }
.accessory-item .accessory-footer {
  margin-top: 40px; }
  .accessory-item .accessory-footer .btn {
    padding: 11px 40px; }
.accessory-item.highlighted-bg {
  background-color: #e8e8e8 !important; }
  .accessory-item.highlighted-bg .img-col {
    text-align: right; }
    .accessory-item.highlighted-bg .img-col img {
      display: inline-block; }

.accessory-detail {
  padding-top: 20px; }
  .accessory-detail h2 {
    margin-bottom: 30px; }
  .accessory-detail .main-image {
    height: 570px;
    margin: 20px 0; }
  .accessory-detail .detail-gallery {
    margin-bottom: 20px; }

.testdrive-tabs .nav-tabs {
  border-bottom: 0; }
  .testdrive-tabs .nav-tabs li {
    padding-top: 100px; }
    .testdrive-tabs .nav-tabs li a img {
      position: absolute;
      top: -150px;
      left: 60px; }
  .testdrive-tabs .nav-tabs.tabs-reha li {
    padding-top: 70px;
    width: 25%; }
    .testdrive-tabs .nav-tabs.tabs-reha li a img {
      top: -110px; }
  .testdrive-tabs .nav-tabs.tabs-kids li {
    width: 33%; }

.testdrive-tabs-tabs-content {
  background-color: #e8e8e8;
  padding: 40px; }
  .testdrive-tabs-tabs-content form .row {
    margin: 10px 0; }
    .testdrive-tabs-tabs-content form .row.title-row {
      margin-top: 20px; }
  .testdrive-tabs-tabs-content form .checkboxes {
    height: 39px;
    line-height: 39px; }
    .testdrive-tabs-tabs-content form .checkboxes label {
      font-weight: normal;
      margin-right: 20px; }
    .testdrive-tabs-tabs-content form .checkboxes input {
      margin: 0 5px; }
    .testdrive-tabs-tabs-content form .checkboxes br {
      display: none; }
  .testdrive-tabs-tabs-content form .time-selector {
    width: 30%;
    display: inline-block; }
  .testdrive-tabs-tabs-content form input, .testdrive-tabs-tabs-content form select {
    padding: 0 10px;
    line-height: 35px; }
  .testdrive-tabs-tabs-content form select {
    height: 41px;
    border-radius: 0 !important; }
  .testdrive-tabs-tabs-content form .col-md-3 input {
    width: 100%; }
  .testdrive-tabs-tabs-content form textarea {
    width: 100%;
    height: 100px; }
  .testdrive-tabs-tabs-content form #other_activity_description {
    width: 300px; }

#eshop-container {
  -webkit-box-shadow: 0px 25px 35px 5px #f0f0f0;
  -moz-box-shadow: 0px 25px 35px 5px #f0f0f0;
  box-shadow: 0px 25px 35px 5px #f0f0f0; }

.categories-list h3 {
  border-bottom: 1px solid lightgrey;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.product-list .filters {
  background-color: #fbdebc;
  padding: 35px 40px; }
  .product-list .filters label {
    padding-left: 25px;
    margin-right: 50px; }
  .product-list .filters .btn-default {
    margin-left: 10px; }
  .product-list .filters .subcategories {
    padding-top: 5px; }
.product-list .row .product-price {
  margin-top: 7px; }
.product-list .row.product-list-header .product-price {
  margin-top: 0; }
.product-list .row .product-price-mobile-head {
  display: none; }
.product-list .product {
  margin: 30px 0; }
  .product-list .product .product-title {
    display: table;
    height: 74px;
    font-size: 24px;
    background-color: #ff7e00;
    padding: 0 25px;
    width: 100%;
    min-height: 120px; }
    .product-list .product .product-title.product-title-small {
      font-size: 16px; }
    .product-list .product .product-title .title-content {
      color: #fff;
      text-decoration: none;
      display: table-cell;
      vertical-align: middle; }
  .product-list .product .product-image {
    width: auto;
    height: 320px;
    margin: 20px auto;
    text-align: center;
    display: table; }
    .product-list .product .product-image a {
      display: table-cell;
      vertical-align: middle; }
  .product-list .product .product-description {
    font-size: 18px;
    height: 90px;
    padding: 0 5px; }
  .product-list .product .product-controls .btn-custom {
    margin: 7px auto;
    display: block; }
  .product-list .product .product-price {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px; }
.product-list .badge {
  position: relative; }
.product-list .badge-orange {
  background: #FD973E; }
.product-list .row {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0; }
.product-list .product-thumb {
  padding: 0; }

#prices-count {
  display: none; }

.files-list {
  padding: 15px 0 15px 30px !important; }

.files-header {
  margin-top: 30px; }

.tooltip-circle {
  display: inline-block;
  background-color: #ff7e00;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: bolder;
  font-style: normal;
  color: white;
  vertical-align: 7px; }
  .tooltip-circle:hover {
    background-color: #ffa54d;
    cursor: pointer; }

@media (max-width: 1200px) {
  .product-list {
    font-size: 12px !important; } }
@media (max-width: 768px) {
  .product-list {
    text-align: center !important; }
    .product-list .btn-grey {
      width: 50%; }
    .product-list .padding-xs {
      padding: 5px 0; }
    .product-list .product-list-header {
      display: none;
      /*font-size: 16px !important;
      font-weight: bold !important;
      background-color: #e8e8e8;
      color: $color-nav-orange-active;*/ }
    .product-list .product-price-mobile-head {
      display: block !important;
      text-align: center;
      color: #9b9b9b;
      font-size: 10px; }
    .product-list .category-description {
      padding-bottom: 10px !important; } }
.page-section-order,
.page-section-cart {
  padding: 10px 0; }
  .page-section-order h2,
  .page-section-cart h2 {
    padding: 10px 0; }
  .page-section-order h4,
  .page-section-cart h4 {
    padding: 15px 0 10px 0; }
  .page-section-order a:hover,
  .page-section-cart a:hover {
    color: #ee7f08;
    text-decoration: none; }
  .page-section-order input[name='send'],
  .page-section-cart input[name='send'] {
    margin-top: -60px;
    margin-bottom: 50px; }
  .page-section-order #amount-input,
  .page-section-cart #amount-input {
    max-width: 30px;
    border: none;
    text-align: right;
    border-bottom: 1px grey solid; }
  .page-section-order input[type=number]::-webkit-inner-spin-button,
  .page-section-order input[type=number]::-webkit-outer-spin-button,
  .page-section-cart input[type=number]::-webkit-inner-spin-button,
  .page-section-cart input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; }
  .page-section-order .glyphicon:hover,
  .page-section-cart .glyphicon:hover {
    color: #ee7f08; }

.header .grey-background {
  padding: 20px 20px;
  background-color: #e8e8e8;
  color: #ee7f08;
  font-size: 42px; }

.order-wrapper .container {
  -webkit-box-shadow: 0 5px 35px 5px #f0f0f0;
  -moz-box-shadow: 0 5px 35px 5px #f0f0f0;
  box-shadow: 0 5px 35px 5px #f0f0f0; }

.table-cart.table > tbody > tr > td {
  vertical-align: middle; }
  .table-cart.table > tbody > tr > td.image-preview {
    width: 128px; }

.transport-and-payment .table tr td {
  background-color: #fafafa;
  padding: 8px 20px; }
.transport-and-payment .alert {
  display: block; }

.form-group.required label:after {
  content: '*';
  margin: 0 5px; }

.special-dimensions {
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .special-dimensions .coupon-field {
    width: 47% !important;
    display: inline-block !important; }
  .special-dimensions .coupon-btn {
    width: 48% !important;
    display: inline-block !important;
    margin-left: 4% !important;
    margin-top: -2px;
    background-color: #5bc0de;
    color: white; }
    .special-dimensions .coupon-btn:hover {
      background-color: #ee7f08 !important; }
  .special-dimensions textarea {
    resize: none;
    min-height: 150px; }

@media screen and (max-width: 991px) {
  .page-section-order input[name='send'],
  .page-section-cart input[name='send'] {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  .special-dimensions .coupon-field {
    width: 100% !important;
    margin-bottom: 10px; }
  .special-dimensions .coupon-btn {
    width: 100% !important;
    display: inline-block !important;
    margin-left: 0% !important; }

  .table-cart.table > tbody > tr > td {
    padding: 2px; }
  .table-cart td, .table-cart th {
    padding: 2px 5px !important;
    font-size: 12px; }
  .table-cart .image-preview {
    min-width: 40px; } }
@media screen and (max-width: 468px) {
  .table-cart .product-description-column {
    display: none; } }
ul.product-categories li ul {
  margin-left: 20px; }

.category-description {
  text-align: center;
  padding-bottom: 50px !important;
  border-bottom: 2px solid #e8e8e8 !important;
  font-size: 18px; }

.navbar-default {
  height: 110px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2f2f2f;
  border-bottom: 5px solid #146EB4; }
  .navbar-default .container {
    position: relative; }
  .navbar-default .search input {
    width: 100%;
    height: 38px;
    margin: 15px 0;
    padding: 10px 25px;
    background-color: transparent;
    color: white;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    box-shadow: none;
    font-size: 12px; }
  .navbar-default .search button {
    background: transparent;
    border: none;
    color: white;
    margin-top: -85px;
    margin-left: 85%;
    padding: 0;
    font-size: 18px; }
  .navbar-default .navbar-header {
    position: relative;
    height: 80px;
    width: 20%; }
    .navbar-default .navbar-header .navbar-brand {
      padding: 12px 0 0 0;
      margin-left: 0;
      width: 100%; }
      .navbar-default .navbar-header .navbar-brand img {
        margin: 0 auto; }
        @media all and (max-width: 996px) {
          .navbar-default .navbar-header .navbar-brand img {
            width: 100%; } }
        @media all and (max-width: 768px) {
          .navbar-default .navbar-header .navbar-brand img {
            width: auto;
            margin: 0; } }
    .navbar-default .navbar-header .claim {
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 215px;
      text-align: center;
      text-transform: uppercase;
      color: #fbdebc; }
    .navbar-default .navbar-header .eshop-mobil-href {
      position: absolute;
      right: 60px;
      margin-top: 25px;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 5px 10px; }
      .navbar-default .navbar-header .eshop-mobil-href a {
        color: #ddd; }
  .navbar-default .navbar-nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    line-height: 30px;
    padding: 27px 24px; }
    @media all and (max-width: 1200px) {
      .navbar-default .navbar-nav > li > a {
        padding: 27px 10px;
        font-size: 12px; } }
    @media all and (max-width: 992px) {
      .navbar-default .navbar-nav > li > a {
        padding: 27px 5px; } }
  .navbar-default .navbar-nav > .active > a {
    background-color: #ee7f08;
    color: #ffffff;
    padding: 27px 40px 27px 40px; }
    .navbar-default .navbar-nav > .active > a:hover {
      background-color: #ee7f08;
      color: #ffffff; }
  .navbar-default .navbar-nav > .nav-kids > a {
    color: #ffffff;
    padding: 27px 40px 27px 70px;
    background-color: #3c3c3c; }
    .navbar-default .navbar-nav > .nav-kids > a:hover, .navbar-default .navbar-nav > .nav-kids > a.active {
      background-color: #ee7f08;
      color: #ffffff; }
  .navbar-default .navbar-nav > .nav-reha > a {
    color: #ffffff;
    padding: 27px 40px 27px 70px;
    background-color: #3c3c3c; }
    .navbar-default .navbar-nav > .nav-reha > a:hover, .navbar-default .navbar-nav > .nav-reha > a.active {
      background-color: #1d8fa0;
      color: #ffffff; }
  @media all and (max-width: 992px) {
    .navbar-default .navbar-nav > .nav-kids > a,
    .navbar-default .navbar-nav > .nav-reha > a {
      padding: 27px 10px 27px 40px; } }
  .navbar-default .navbar-right {
    float: none !important;
    text-align: center;
    width: 60%;
    margin: 0 auto; }
    .navbar-default .navbar-right li:last-of-type {
      float: right !important; }
    @media all and (max-width: 1540px) {
      .navbar-default .navbar-right li a {
        padding: 27px 7px; } }
    @media all and (max-width: 1200px) {
      .navbar-default .navbar-right {
        width: 80%;
        margin: 0 20%; }
        .navbar-default .navbar-right li a {
          padding: 27px 10px; } }
    @media all and (max-width: 996px) {
      .navbar-default .navbar-right li a {
        padding: 27px 7px; }
      .navbar-default .navbar-right li:last-of-type {
        width: 30%; } }
    @media all and (max-width: 767px) {
      .navbar-default .navbar-right li:last-of-type {
        float: left;
        width: 100%; }
        .navbar-default .navbar-right li:last-of-type .search {
          margin: 0 auto;
          width: 50%; }
          .navbar-default .navbar-right li:last-of-type .search button {
            margin-top: -90px;
            margin-left: 90%; } }
  .navbar-default .lang-switch {
    position: absolute;
    right: 0;
    top: 32px; }
    .navbar-default .lang-switch a {
      color: inherit; }
      .navbar-default .lang-switch a.active {
        text-decoration: underline; }
      .navbar-default .lang-switch a .flag {
        display: inline-block;
        margin-right: 0px; }
  .navbar-default .cart-header {
    z-index: 10000;
    display: block;
    position: fixed;
    top: 210px;
    width: 50px;
    right: 0;
    transition: width 0.2s ease-in-out; }
    .navbar-default .cart-header.login-header {
      margin-top: -50px;
      background-color: #146EB4 !important; }
      .navbar-default .cart-header.login-header .cart-icon {
        background-color: #146EB4 !important; }
        .navbar-default .cart-header.login-header .cart-icon:hover {
          background-color: #198ae2 !important; }
        .navbar-default .cart-header.login-header .cart-icon .button-content {
          background-color: #198ae2 !important; }
          .navbar-default .cart-header.login-header .cart-icon .button-content a {
            color: white;
            text-transform: uppercase;
            line-height: 30px; }
          .navbar-default .cart-header.login-header .cart-icon .button-content .content-padding {
            padding: 6px 10px !important; }
      .navbar-default .cart-header.login-header:hover {
        background-color: #198ae2 !important; }
    .navbar-default .cart-header.language-selector-header {
      z-index: 10001 !important;
      margin-top: -100px;
      background-color: #5c5c5c !important; }
      .navbar-default .cart-header.language-selector-header .cart-icon {
        background-color: #5c5c5c !important; }
        .navbar-default .cart-header.language-selector-header .cart-icon:hover {
          background-color: #767676 !important; }
        .navbar-default .cart-header.language-selector-header .cart-icon .button-title {
          display: inline-block;
          height: 50px;
          width: 50px; }
          .navbar-default .cart-header.language-selector-header .cart-icon .button-title img {
            height: 50px;
            vertical-align: top; }
          .navbar-default .cart-header.language-selector-header .cart-icon .button-title .button-content {
            background-color: #767676 !important; }
            .navbar-default .cart-header.language-selector-header .cart-icon .button-title .button-content a {
              color: white;
              text-transform: uppercase;
              line-height: 44px;
              padding: 10px; }
            .navbar-default .cart-header.language-selector-header .cart-icon .button-title .button-content img {
              height: auto;
              vertical-align: middle; }
            .navbar-default .cart-header.language-selector-header .cart-icon .button-title .button-content .content-padding {
              padding: 0 10px !important; }
      .navbar-default .cart-header.language-selector-header:hover {
        background-color: #198ae2 !important; }
    .navbar-default .cart-header:hover {
      text-decoration: none;
      width: 400px;
      transition: width 0.2s ease-in-out;
      background-color: #f89831; }
    .navbar-default .cart-header .cart-icon {
      display: block;
      width: 50px;
      height: 50px;
      line-height: 65px;
      text-align: center;
      background: #ff7e00;
      position: relative; }
      .navbar-default .cart-header .cart-icon:hover {
        background: #ff9833; }
      .navbar-default .cart-header .cart-icon .button-title.glyphicon {
        font-size: 25px;
        color: white; }
      .navbar-default .cart-header .cart-icon .badge {
        position: absolute;
        top: 2px;
        right: 2px; }
      .navbar-default .cart-header .cart-icon .button-content {
        position: absolute;
        left: 50px;
        top: 0;
        width: 350px;
        font-size: 12px;
        background: #ff9833;
        color: white;
        text-align: left; }
        .navbar-default .cart-header .cart-icon .button-content .content-padding {
          padding: 10px; }
        .navbar-default .cart-header .cart-icon .button-content .btn {
          position: absolute;
          bottom: 20px;
          right: 20px;
          background-color: #ff9833; }
        .navbar-default .cart-header .cart-icon .button-content table {
          margin-bottom: 0; }
          .navbar-default .cart-header .cart-icon .button-content table tr td, .navbar-default .cart-header .cart-icon .button-content table tr th {
            padding: 4px;
            border-top: 1px solid white; }
          .navbar-default .cart-header .cart-icon .button-content table tr:first-child td, .navbar-default .cart-header .cart-icon .button-content table tr:first-child th {
            border-top: none; }
        .navbar-default .cart-header .cart-icon .button-content .glyphicon {
          color: white; }

@media (min-width: 768px) {
  .navbar-default.affix-top {
    padding-top: 15px;
    padding-bottom: 30px;
    -moz-transition: padding 0.2s linear, background-color 0.2s linear;
    -o-transition: padding 0.2s linear, background-color 0.2s linear;
    -webkit-transition: padding 0.2s linear, background-color 0.2s linear;
    transition: padding 0.2s linear, background-color 0.2s linear;
    -moz-transition: height 0.2s linear, background-color 0.2s linear;
    -o-transition: height 0.2s linear, background-color 0.2s linear;
    -webkit-transition: height 0.2s linear, background-color 0.2s linear;
    transition: height 0.2s linear, background-color 0.2s linear; }
  .navbar-default.affix {
    padding-top: 0;
    padding-bottom: 5px;
    height: 80px;
    border-bottom: 1.5px solid #146EB4;
    -moz-transition: padding 0.2s linear, background-color 0.2s linear;
    -o-transition: padding 0.2s linear, background-color 0.2s linear;
    -webkit-transition: padding 0.2s linear, background-color 0.2s linear;
    transition: padding 0.2s linear, background-color 0.2s linear;
    -moz-transition: height 0.2s linear, background-color 0.2s linear;
    -o-transition: height 0.2s linear, background-color 0.2s linear;
    -webkit-transition: height 0.2s linear, background-color 0.2s linear;
    transition: height 0.2s linear, background-color 0.2s linear; }
    .navbar-default.affix .navbar-brand {
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none;
      height: 100%;
      padding: 12px 0; }
      .navbar-default.affix .navbar-brand img {
        height: 100%; } }
@media (max-width: 767px) {
  .navbar-default {
    padding-top: 10px; }

  .cart-header {
    display: none !important;
    visibility: hidden !important; }

  .login-header {
    margin-top: 0 !important;
    display: block !important;
    visibility: visible !important; }

  .language-selector-header {
    margin-top: -50px !important;
    display: block !important;
    visibility: visible !important; }

  .cart-mobile {
    z-index: 1030;
    position: fixed;
    width: 100%;
    top: 105px; } }
@media (min-width: 1200px) {
  .input-group {
    min-width: 150px; } }
#main-nav {
  background-color: #146EB4; }
  #main-nav.navbar-fixed-top {
    top: 80px; }
  #main-nav .logo {
    padding: 20px 0 0 24px; }
  #main-nav .quick-contacts {
    float: right;
    line-height: 63px;
    padding: 0 24px 0 0;
    color: #ffffff; }
    #main-nav .quick-contacts .quick-contact {
      margin-right: 20px; }
      #main-nav .quick-contacts .quick-contact .fa {
        padding-right: 5px; }
  #main-nav .nav {
    height: 60px; }
  @media all and (max-width: 992px) {
    #main-nav .nav > li {
      max-width: 100px;
      text-align: center;
      height: 60px;
      padding-top: 10px; } }
  #main-nav .nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 4px solid #146EB4;
    padding: 20px 14px 16px 14px; }
    @media all and (max-width: 1200px) {
      #main-nav .nav > li > a {
        padding: 20px 6px 16px 6px;
        font-size: 11px; } }
    @media all and (max-width: 992px) {
      #main-nav .nav > li > a {
        padding: 0px 5px 0px 5px;
        font-size: 10px; } }
    #main-nav .nav > li > a:focus, #main-nav .nav > li > a:hover {
      background: transparent;
      color: #ee7f08;
      border-bottom: 4px solid #ee7f08; }
  #main-nav .nav > li.active > a {
    color: #ee7f08;
    border-bottom: 4px solid #ee7f08; }

@media all and (min-width: 1200px) {
  .web-lang-de #main-nav li, .web-lang-fr #main-nav li {
    font-size: 12px; }
    .web-lang-de #main-nav li a, .web-lang-fr #main-nav li a {
      padding-left: 14px;
      padding-right: 14px; } }
.slider {
  background: black;
  height: 596px; }
  .slider .carousel .carousel-indicators {
    display: none; }
  .slider .carousel .item .item-img {
    width: 100%;
    height: 596px;
    background-position: center center;
    background-repeat: no-repeat; }
  .slider .carousel .carousel-control {
    width: 5%; }
  .slider.slider-detail {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url("../img/slider-detail-bg.png") no-repeat bottom center;
    height: 305px; }
  .slider.slider-accessories {
    position: relative;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background: url("../img/slider-accessories-bg.png") no-repeat center center;
    height: 305px; }
    .slider.slider-accessories .slider-overlay {
      display: block;
      position: absolute;
      left: 0;
      bottom: 50px;
      text-align: left;
      background-color: #2f2f2f;
      box-shadow: 0 5px 20px #146EB4;
      padding: 15px 25px 15px 60px; }
      .slider.slider-accessories .slider-overlay h1 {
        font-weight: bolder;
        color: #ffffff;
        font-size: 45px;
        line-height: 60px; }
  .slider.slider-about {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: url("../img/slider-about-bg.jpg") no-repeat bottom center;
    height: 305px; }
  .slider.slider-homepage .slider-container {
    margin-top: -596px; }
  .slider .slider-container {
    position: relative;
    height: 596px; }
    .slider .slider-container .slider-content {
      position: absolute;
      bottom: 0;
      width: 285px;
      max-width: 100%;
      height: 146px;
      cursor: pointer;
      overflow: hidden;
      transition: height 0.2s ease-in-out;
      padding: 0 25px; }
      .slider .slider-container .slider-content .button {
        padding-top: 50px; }
      @media all and (max-width: 1200px) {
        .slider .slider-container .slider-content {
          width: 242px;
          padding: 0 15px; }
          .slider .slider-container .slider-content .button {
            padding-top: 30px; } }
      @media all and (max-width: 992px) {
        .slider .slider-container .slider-content {
          width: 187px;
          font-size: 12px; } }
      .slider .slider-container .slider-content .icon-slider {
        margin-top: 25px;
        margin-bottom: 15px; }
      .slider .slider-container .slider-content .title {
        width: 100%;
        text-transform: uppercase;
        text-align: center;
        font-size: 18px; }
      .slider .slider-container .slider-content .text {
        padding-top: 30px; }
      .slider .slider-container .slider-content:hover {
        height: 596px;
        transition: height 0.2s ease-in-out; }
  .slider .popup-gallery {
    position: absolute;
    top: 20px;
    right: 30px; }
    .slider .popup-gallery a:first-child {
      display: block;
      padding: 8px 15px;
      color: white;
      background-color: #2f2f2f;
      opacity: 0.8; }
      .slider .popup-gallery a:first-child:hover {
        text-decoration: none; }

.carousel-fade {
  margin: 0 auto;
  max-width: 1366px; }
  .carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .carousel-fade .carousel-inner .item,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel-fade .carousel-inner .active,
  .carousel-fade .carousel-inner .next.left,
  .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel-fade .carousel-inner .next,
  .carousel-fade .carousel-inner .prev,
  .carousel-fade .carousel-inner .active.left,
  .carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0); }

.carousel-control {
  z-index: 2; }
  .carousel-control .glyphicon {
    background-color: black;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px; }

.web-lang-de .slider-content .text, .web-lang-fr .slider-content .text {
  font-size: 13px; }
.web-lang-de .carousel-inner .item p, .web-lang-fr .carousel-inner .item p {
  font-size: 13px; }

.slider-content {
  color: #ffffff; }
  .slider-content.slider-content-versatility {
    left: 0px;
    background: transparent url("../img/slider-container-bg-versatility.png") 0 0 repeat; }
    @media all and (max-width: 1200px) {
      .slider-content.slider-content-versatility {
        left: 0px; } }
    @media all and (max-width: 992px) {
      .slider-content.slider-content-versatility {
        left: 0px; } }
  .slider-content.slider-content-toughness {
    left: 285px;
    background: transparent url("../img/slider-container-bg-toughness.png") 0 0 repeat; }
    @media all and (max-width: 1200px) {
      .slider-content.slider-content-toughness {
        left: 242px; } }
    @media all and (max-width: 992px) {
      .slider-content.slider-content-toughness {
        left: 187px; } }
  .slider-content.slider-content-comfort {
    left: 570px;
    background: transparent url("../img/slider-container-bg-comfort.png") 0 0 repeat; }
    @media all and (max-width: 1200px) {
      .slider-content.slider-content-comfort {
        left: 484px; } }
    @media all and (max-width: 992px) {
      .slider-content.slider-content-comfort {
        left: 374px; } }
  .slider-content.slider-content-safety {
    left: 855px;
    background: transparent url("../img/slider-container-bg-safety.png") 0 0 repeat; }
    @media all and (max-width: 1200px) {
      .slider-content.slider-content-safety {
        left: 726px; } }
    @media all and (max-width: 992px) {
      .slider-content.slider-content-safety {
        left: 561px; } }

@media screen and (max-width: 767px) {
  .smart-solutions-mobile .slider-content {
    padding: 10px 20px; }
    .smart-solutions-mobile .slider-content .title {
      text-align: center;
      margin: 10px 0;
      font-size: 16px; }
  .smart-solutions-mobile .slider-content-mobile-more-button {
    color: white;
    font-size: 20px;
    width: 100%;
    display: block;
    text-align: center; }
  .smart-solutions-mobile .slider-content-mobile-more {
    display: none; } }
.breadcrumbs {
  padding: 20px;
  color: #bcbcbc; }
  .breadcrumbs a {
    color: #bcbcbc; }
  .breadcrumbs a:last-child {
    color: #868686; }

@media screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 40px 20px 20px; } }
.btn {
  border-radius: 0; }

.btn-orange {
  background-color: #ff7e00;
  color: white; }
  .btn-orange:hover {
    color: white;
    background-color: #ff9833; }

.btn-grey {
  background-color: #e8e8e8;
  border: 1px solid #939393;
  color: #868686; }
  .btn-grey:hover {
    color: #868686;
    background-color: white; }

.btn-white {
  background-color: #ffffff;
  border: 1px solid #939393;
  color: #868686; }
  .btn-white:hover {
    color: #868686;
    background-color: #e6e6e6; }

.btn-slider {
  border: 1px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  padding: 14px; }
  .btn-slider:hover {
    background-color: rgba(255, 255, 255, 0.5);
    color: #ffffff; }

.btn-purchase {
  line-height: 25px;
  padding-left: 80px;
  padding-right: 60px; }

.nav-icon {
  position: absolute;
  left: 28px;
  top: 18px; }
  .nav-icon.icon-kids {
    background: url("../img/icon-kids.png") no-repeat;
    width: 33px;
    height: 42px; }
  .nav-icon.icon-reha {
    background: url("../img/icon-reha.png") no-repeat;
    width: 33px;
    height: 42px; }
  @media all and (max-width: 992px) {
    .nav-icon {
      left: 5px; } }

.icon-buy {
  margin-left: 10px;
  background: url("../img/icon-buy.png") no-repeat;
  width: 25px;
  height: 20px; }

.icon-specifications {
  margin-right: 10px;
  background: url("../img/icon-specifications.png") no-repeat;
  width: 18px;
  height: 18px; }

.icon-socials {
  background: url("../img/icon-socials.png") 0 0 no-repeat;
  width: 45px;
  height: 45px;
  margin-right: 15px; }
  .icon-socials:hover {
    background-position-y: -45px; }
  .icon-socials.icon-twitter {
    background-position-x: -45px; }
  .icon-socials.icon-rss {
    background-position-x: -90px; }
  .icon-socials.icon-google-plus {
    background-position-x: -135px; }

.icon-picto {
  background: url("../img/icon-picto-45px-opaque.png") 0 0 no-repeat;
  width: 45px;
  height: 45px; }
  .icon-picto.icon-versatility {
    background-position-x: 0px; }
  .icon-picto.icon-toughness {
    background-position-x: -45px; }
  .icon-picto.icon-comfort {
    background-position-x: -90px; }
  .icon-picto.icon-safety {
    background-position-x: -135px; }

.icon-picto-big-transparent {
  background: url("../img/icon-picto-80px-transparent.png") 0 0 no-repeat;
  width: 80px;
  height: 80px; }
  .icon-picto-big-transparent.icon-versatility {
    background-position-x: 0px; }
  .icon-picto-big-transparent.icon-toughness {
    background-position-x: -80px; }
  .icon-picto-big-transparent.icon-comfort {
    background-position-x: -160px; }
  .icon-picto-big-transparent.icon-safety {
    background-position-x: -240px; }

.icon-slider {
  display: block;
  margin: 0 auto;
  width: 57px;
  height: 57px;
  background: url("../img/icon-slider.png") 0 0 no-repeat; }
  .icon-slider.icon-versatility {
    background-position-x: 0px; }
  .icon-slider.icon-toughness {
    background-position-x: -57px; }
  .icon-slider.icon-comfort {
    background-position-x: -114px; }
  .icon-slider.icon-safety {
    background-position-x: -171px; }

.icon-magnifier {
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
  background: url("../img/icon-magnifier.png") 0 0 no-repeat; }

.no-list {
  list-style: none;
  padding-left: 0; }

.pt25 {
  padding-top: 25px; }

.pt40 {
  padding-top: 40px; }

.full-width {
  width: 100%; }

.overflow-scroll {
  overflow-x: auto; }

#floating-category-toggle {
  top: 260px;
  right: 0;
  width: 50px;
  height: 50px;
  background: #2f2f2f;
  z-index: 1000; }
  #floating-category-toggle a:hover {
    color: #ee7f08; }
  #floating-category-toggle span {
    line-height: 50px; }

#floating-category-close {
  display: none;
  top: 245px;
  left: 3%;
  z-index: 1001;
  width: 30px;
  height: 30px;
  background-color: #ee7f08;
  border-radius: 50%;
  color: #FFF; }
  #floating-category-close a:hover {
    color: #2f2f2f; }
  #floating-category-close span {
    line-height: 30px; }

#floating-category-close, #floating-category-toggle {
  cursor: pointer;
  position: fixed; }
  #floating-category-close a, #floating-category-toggle a {
    color: #fff; }
  #floating-category-close span, #floating-category-toggle span {
    display: inline-block;
    width: 100%;
    text-align: center; }

#category-collapsible {
  border: 1px solid #949494;
  border-right: 1.75px solid #b4b4b4;
  border-top: 1.75px solid #949494;
  padding: 2em 1em;
  background-color: #fafafa;
  -webkit-box-shadow: -7px 7px 15px 2px #f0f0f0;
  -moz-box-shadow: -7px 7px 15px 2px #f0f0f0;
  box-shadow: -7px 7px 15px 2px #f0f0f0; }
  #category-collapsible li a:hover {
    color: #146EB4; }
  #category-collapsible li .category-toggle-href {
    cursor: pointer; }

#category-toggle {
  position: absolute;
  text-align: right;
  right: 15px;
  top: -43px;
  display: inline-block; }

.product-categories a {
  font-size: 14px !important;
  font-weight: bold;
  color: #868686 !important; }
  .product-categories a.actived {
    font-weight: 900;
    color: #146EB4 !important; }

@media (min-width: 993px) {
  #floating-category-toggle {
    display: none; } }
@media (max-width: 992px) {
  #category-collapsible {
    position: fixed;
    top: 260px;
    right: 0;
    z-index: 1000;
    background-color: #2f2f2f;
    max-height: 450px;
    width: 0;
    overflow-y: scroll;
    box-shadow: 0 5px 30px 0 #146EB4; }
    #category-collapsible h3 {
      display: none; }
    #category-collapsible li a {
      color: #e8e8e8; }
      #category-collapsible li a:hover {
        color: #ee7f08; } }
@media (max-width: 765px) {
  #category-toggle {
    right: 35px; } }
.color-scheme-orange .navbar-header .claim {
  color: #fbdebc; }
.color-scheme-orange .navbar-nav > li > a {
  color: #ffffff; }
  .color-scheme-orange .navbar-nav > li > a:focus, .color-scheme-orange .navbar-nav > li > a:hover {
    color: #ee7f08; }
.color-scheme-orange .navbar-nav > .active > a {
  background-color: #ee7f08;
  color: #ffffff; }
  .color-scheme-orange .navbar-nav > .active > a:hover {
    background-color: #ee7f08;
    color: #ffffff; }
.color-scheme-orange #main-nav .nav > li > a {
  color: #ffffff;
  border-bottom-color: #146EB4; }
  .color-scheme-orange #main-nav .nav > li > a:focus, .color-scheme-orange #main-nav .nav > li > a:hover {
    background: transparent;
    color: #ee7f08;
    border-bottom-color: #ee7f08; }
.color-scheme-orange #main-nav .nav > li.active > a {
  background: transparent;
  color: #ee7f08;
  border-bottom-color: #ee7f08; }
.color-scheme-orange .highlighted-bg {
  background-color: #fbdebc; }
.color-scheme-orange #smart-solutions {
  background-color: #ee7f08; }
.color-scheme-orange .popup-gallery a:first-child:hover {
  color: #ee7f08; }
.color-scheme-orange #floating-button .button-content {
  color: black; }

.color-scheme-blue .navbar-header .claim {
  color: #1d8fa0; }
.color-scheme-blue .navbar-nav > li > a {
  color: #ffffff; }
  .color-scheme-blue .navbar-nav > li > a:focus, .color-scheme-blue .navbar-nav > li > a:hover {
    color: #1d8fa0; }
.color-scheme-blue .navbar-nav > .active > a {
  background-color: #1d8fa0;
  color: #ffffff; }
  .color-scheme-blue .navbar-nav > .active > a:hover {
    background-color: #1d8fa0;
    color: #ffffff; }
.color-scheme-blue #main-nav .nav > li > a {
  color: #ffffff;
  border-bottom-color: #146EB4; }
  .color-scheme-blue #main-nav .nav > li > a:focus, .color-scheme-blue #main-nav .nav > li > a:hover {
    background: transparent;
    color: #1d8fa0;
    border-bottom-color: #1d8fa0; }
.color-scheme-blue #main-nav .nav > li.active > a {
  background: transparent;
  color: #1d8fa0;
  border-bottom-color: #1d8fa0; }
.color-scheme-blue .highlighted-bg {
  background-color: #e8e8e8; }
.color-scheme-blue .highlighted-light-bg {
  background-color: #daf7fb; }
.color-scheme-blue #smart-solutions {
  background-color: #1d8fa0;
  color: white; }
  .color-scheme-blue #smart-solutions ul li a {
    color: white; }
.color-scheme-blue .popup-gallery a:first-child:hover {
  color: #1d8fa0; }
.color-scheme-blue #floating-button {
  background: #1d8fa0; }
  .color-scheme-blue #floating-button:hover .button-title {
    background: #25b6cb; }
  .color-scheme-blue #floating-button .button-content .btn {
    background-color: #25b6cb; }
.color-scheme-blue .accessory-item.highlighted-bg {
  background-color: #daf7fb !important; }
.color-scheme-blue .product-detail-tabs .nav-tabs li.active a, .color-scheme-blue .product-detail-tabs .nav-tabs li a:hover, .color-scheme-blue .product-detail-tabs .nav-tabs li a:focus {
  background-color: #daf7fb; }
.color-scheme-blue .product-detail-tabs-content {
  background-color: #daf7fb; }
.color-scheme-blue .testdrive-tabs-tabs-content {
  background-color: #daf7fb; }
.color-scheme-blue .cart-header .cart-icon {
  background: #1d8fa0; }
  .color-scheme-blue .cart-header .cart-icon:hover {
    background: #25b6cb; }

/*
 * Title: jQuery Etalage plugin CSS
 * Author: Berend de Jong, Frique
 * Author URI: http://www.frique.me/
 * Version: 1.3.1 (20120705.1)
 *
 * ------------------------------------ STYLE ------------------------------------
 * Edit this section to style your thumbnails, zoom area, magnifier etc.
 * If the id of your Etalage instance is different, do a find/replace on #etalage.
 * -------------------------------------------------------------------------------
 */
/* Etalage container (large thumb + small thumbs): */
#etalage {
  display: none;
  margin-bottom: 50px; }

/* Large thumbnail: */
#etalage .etalage_thumb {
  background: url(../images/loading.gif) center no-repeat;
  border: 1px solid #eee;
  padding: 6px; }

/* Large thumbnail - image (in case you want to add a border around the image within the frame) */
/* Small thumbnails: */
#etalage .etalage_small_thumbs li {
  border: 1px solid #ddd;
  margin: 10px;
  padding: 3px; }

/* The one on the left that makes them slide */
/* The one on the right that makes them slide */
/* The currently active one */
/* Zoomed image area: */
#etalage .etalage_zoom_area,
.etalage_zoom_area {
  background: white url(../images/loading.gif) center no-repeat;
  border: 1px solid #EEE;
  padding: 6px; }

/* Magnifier area (thumbnail hovering rectangle): */
#etalage .etalage_magnifier {
  background: white;
  border: 1px solid #eee; }

/* Icon that will apear at the left bottom of the large thumbnail (optional): */
#etalage .etalage_icon {
  background: url(../images/zoom.png) no-repeat;
  width: 14px;
  height: 14px; }

/* Hint that will apear at the top right of the large thumbnail (optional): */
#etalage .etalage_hint {
  background: url(../images/hint.gif) no-repeat;
  width: 130px;
  height: 57px; }

/* Description area (optional) */
#etalage .etalage_description {
  background: white;
  font-style: italic;
  margin: 10px;
  padding: 6px 10px; }

/*-----start-responsive-design----*/
@media only screen and (max-width: 800px) {
  .etalage_zoom_area div {
    width: 350px !important;
    height: 500px !important; } }
@media only screen and (max-width: 640px) {
  .etalage_zoom_area div {
    display: none; } }
@media (max-width: 320px) {
  #etalage .etalage_thumb {
    width: 227px !important; }

  #etalage .etalage_zoom_area, .etalage_zoom_area {
    display: none !important; }

  #etalage .etalage_thumb_image {
    width: 120% !important; }

  .img.etalage_small_thumb {
    width: 50px;
    height: 90px; }

  #etalage .etalage_small_thumbs li img {
    width: 50px !important;
    height: 65px !important; }

  #etalage {
    display: none;
    margin-bottom: -9px;
    width: 270px !important; }

  .etalage li {
    position: absolute;
    left: -16px !important; }

  .etalage_magnifier div, .etalage_small_thumbs {
    overflow: hidden;
    width: 266px !important; } }
/*
 * ------------------------------------ FUNCTIONALITY --------------------------------------
 * The following CSS serves to make Etalage function properly. Don't edit or edit carefully.
 * -----------------------------------------------------------------------------------------
 */
.etalage, .etalage_thumb, .etalage_thumb_image, .etalage_source_image, .etalage_zoom_preview, .etalage_icon, .etalage_hint {
  display: none; }

.etalage, .etalage ul, .etalage li, .etalage img, .etalage_hint, .etalage_icon, .etalage_description {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

.etalage, .etalage_magnifier div, .etalage_magnifier div img, .etalage_small_thumbs ul, ul .etalage_small_thumbs li, .etalage_zoom_area div, .etalage_zoom_img {
  position: relative; }

.etalage img, .etalage li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none; }

.etalage, .etalage_small_thumbs li {
  float: left; }

.etalage_right {
  float: right; }

.etalage li {
  position: absolute; }

.etalage img {
  vertical-align: bottom;
  max-width: none; }

.etalage_magnifier {
  cursor: default; }

.etalage_magnifier div, .etalage_small_thumbs {
  overflow: hidden; }

.etalage_magnifier div img {
  display: none; }

.etalage_icon, .etalage_hint {
  cursor: default;
  width: 0;
  height: 0;
  overflow: hidden; }

.etalage_small_thumbs li.vertical {
  float: none; }

.etalage_zoom_area {
  z-index: 996; }

.etalage_zoom_area div {
  overflow: hidden;
  z-index: 997; }

.etalage_zoom_preview {
  position: absolute;
  z-index: 998; }

.etalage_zoom_img, .etalage_hint {
  z-index: 999; }

.etalage {
  direction: ltr; }

div.etalage_description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999; }

div.etalage_description.rtl {
  direction: rtl;
  text-align: right; }

/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body {
  font-family: 'Raleway', sans-serif;
  font-size: 100%;
  background: #FFf; }

body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

p {
  margin: 0; }

ul {
  margin: 0;
  padding: 0; }

/*--------*/
.strip {
  background: #FF9900;
  height: 15px;
  position: relative; }

.top-menu {
  text-align: center;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 17px;
  left: 0; }

.top-menu ul li {
  display: inline-block;
  margin: -2px; }

.top-menu ul li a {
  padding: 1em 2em;
  color: #fff;
  display: block;
  background: #146EB4;
  text-decoration: none; }

.top-menu ul li.active a {
  background: #FF9900; }

.top-menu ul li a:hover {
  background: #FF9900; }

/*--- slider-css --*/
.slider {
  position: relative; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

.caption {
  width: 36%;
  position: absolute;
  top: 73%;
  left: 58%; }

.caption h2 {
  color: #fff;
  font-weight: 600; }

.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height: 14px;
  width: 14px;
  border: 2px solid #fff;
  background: #fff; }

.callbacks_here a:after {
  background: #146EB4;
  border: 2px solid #146EB4; }

.callbacks_tabs a {
  visibility: hidden; }

.callbacks_tabs li {
  display: block; }

ul.callbacks_tabs.callbacks1_tabs {
  position: absolute;
  bottom: 50%;
  z-index: 999;
  right: 0px;
  background: #FF9900;
  padding: 8px 20px 25px 20px; }

/*-- responsive-mediaquries --*/
@media (max-width: 1024px) {
  .caption {
    width: 63%;
    top: 31%;
    left: 19%; } }
@media (max-width: 768px) {
  .caption {
    width: 70%;
    top: 22%;
    left: 13%; }

  .caption h3 {
    font-size: 1.5em; }

  a.morebtn {
    width: 26%; } }
@media (max-width: 640px) {
  .caption {
    width: 70%;
    top: 12%;
    left: 13%; }

  .caption h3 {
    font-size: 1.5em; }

  a.morebtn {
    width: 30%; }

  .callbacks_tabs a:after {
    height: 10px;
    width: 10px; } }
@media (max-width: 480px) {
  .caption {
    width: 70%;
    top: 14%;
    left: 13%; }

  .caption p {
    height: 25px;
    overflow: hidden;
    margin: 0.5em 0; }

  .caption h3 {
    font-size: 1.4em; }

  a.morebtn {
    width: 40%;
    font-size: 0.8em; }

  .callbacks_tabs a:after {
    height: 4px;
    width: 4px; }

  ul.callbacks_tabs.callbacks1_tabs {
    bottom: 10px;
    left: 4px; } }
@media (max-width: 320px) {
  .caption {
    width: 70%;
    top: 14%;
    left: 13%; }

  .caption p {
    height: 25px;
    overflow: hidden;
    margin: 0.2em 0; }

  .caption h3 {
    font-size: 1em; }

  a.morebtn {
    width: 50%;
    font-size: 0.8em;
    padding: 0.6em 0.5em; }

  .callbacks_tabs a:after {
    height: 4px;
    width: 4px; }

  ul.callbacks_tabs.callbacks1_tabs {
    bottom: 10px;
    left: 4px; } }
/*-----*/
.speed {
  padding-top: 2em; }

.speed h2 {
  color: #146EB4;
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600; }

.boat-info {
  background: #FF9900;
  padding: 3em 1.5em 33px 2.7em;
  position: relative; }

.boat-info h3 {
  font-family: 'Arimo', sans-serif;
  color: #fff;
  font-size: 2.2em;
  margin-bottom: 25px;
  letter-spacing: 1px; }

.boat-info p {
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
  width: 90%;
  text-align: left; }

.boat-info a {
  color: #fff;
  background: #146EB4;
  padding: 0.7em 3.2em;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  margin: 4% 0 2px 24%;
  font-size: 1.1em;
  border: 1px solid #146EB4; }

.boat-info a:hover {
  background: #FF9900;
  color: #fff;
  border: 1px solid #fff; }

.arrow {
  width: 28px;
  height: 48px;
  background: url("../images/stp1.png") no-repeat 0px 0px;
  display: block;
  position: absolute;
  top: 13%;
  left: 99%;
  z-index: 999; }

.nip2 {
  position: absolute;
  top: 8%;
  left: -4%;
  -webkit-transform: rotate(-5deg);
  transform: rotate(176deg); }

.boat-pic {
  padding-left: 0px;
  padding-right: 0px; }

.boat-pic img {
  width: 100%; }

.speed-boats1 {
  margin-bottom: 1em; }

/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  overflow: hidden;
  width: 100%; }

.b-link-stripe .b-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #ffffff;
  overflow: hidden; }

.b-link-stripe:hover .b-line {
  opacity: 1; }

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go {
  text-decoration: none; }

.b-animate {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  visibility: hidden;
  font-size: 1.1em;
  font-weight: 700; }

.b-animate button {
  border: 2px solid #fff;
  padding: 0.9em 2.8em;
  color: #146EB4;
  font-size: 1.1em;
  background: transparent;
  margin: 18% 0 auto;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  outline: none; }

.b-animate button:hover {
  color: #fff; }

/* lt-ie9 */
.b-animate-go:hover .b-animate {
  visibility: visible; }

.b-from-left {
  position: relative;
  left: -100%;
  background: rgba(255, 153, 0, 0.49);
  background-size: 100% 100%;
  top: 0px;
  margin: 0;
  min-height: 420px; }

.b-animate-go:hover .b-from-left {
  left: 0; }

/*----*/
.trainers {
  padding-top: 2em; }

.trainer {
  background: #FF9900;
  padding: 0; }

.trainers h2 {
  color: #146EB4;
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600; }

.trainer-info {
  position: relative;
  float: left;
  width: 41%;
  margin: 2em 0 1em 70px; }

.trainer-info h3 {
  font-family: 'Arimo', sans-serif;
  color: #fff;
  font-size: 2.2em;
  margin-bottom: 25px;
  letter-spacing: 1px; }

.trainer-info p {
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
  width: 80%;
  text-align: left; }

.trainer-info a {
  color: #fff;
  background: #146EB4;
  padding: 0.7em 3.2em;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  margin: 4% 0 2px 0%;
  font-size: 1.1em;
  border: 1px solid #146EB4; }

.trainer-info a:hover {
  background: #FF9900;
  color: #fff;
  border: 1px solid #fff; }

.trainers-pics {
  float: left;
  width: 41.5%; }

.trainers-pics img {
  width: 100%; }

.strps1, .strps2, .strps3, .strps4 {
  background: url("../images/arw1.png") no-repeat 0px 0px;
  width: 32px;
  height: 36px;
  display: block;
  position: absolute;
  top: 0px;
  left: -22%; }

.traine {
  margin-top: 1em; }

.trip {
  padding-top: 2em; }

.trip h2 {
  color: #146EB4;
  font-size: 2.2em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600; }

.trip-pic {
  background: url("../images/trip2.jpg") no-repeat 0px 0px;
  background-size: cover;
  height: 450px; }

.trip-pic h3, .trip-pic h4 {
  color: #FF9900;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.2em; }

.trip-pic h4 {
  margin-bottom: 0.8em; }

.trip-pic h3 {
  margin-top: 4%; }

.trip-pic p {
  color: #fff;
  font-size: 0.9em;
  line-height: 1.8em; }

.trip-pic form {
  border: none;
  width: 38%;
  margin: 1.5em 0; }

.trip-pic input[type="text"] {
  padding: 12px;
  font-weight: bolder;
  color: #888888;
  border: none;
  outline: none;
  width: 75%;
  font-size: 0.8em;
  color: #4C738F;
  border: 1px solid #fff; }

.trip-pic input[type="submit"] {
  font-size: 0.7em;
  padding: 14px;
  background: #FF9900;
  width: 100px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  color: #fff;
  margin-left: -4px;
  border: 1px solid #FF9900; }

.trip-pic input[type="submit"]:hover, .trip-pic input[type="submit"]:hover {
  background: transparent;
  border: 1px solid #fff; }

/*----*/
.contact {
  position: relative; }

.contact iframe {
  width: 100%;
  height: 460px; }

.contact-top {
  position: absolute;
  top: 12%;
  left: 30%;
  width: 19%;
  background: rgba(255, 255, 255, 0.9);
  height: 60%;
  padding: 2em 0 2em 2em; }

.nip {
  background: url("../images/nip.png") no-repeat 0px 0px;
  width: 97px;
  height: 62px;
  display: block;
  position: absolute;
  top: 40%;
  left: 48%; }

.contact-top h3 {
  color: #FF9900;
  margin-bottom: 1em;
  font-weight: 600; }

.contact-top p {
  color: #AFAFAF; }

.contact-top a {
  color: #6FA5CE;
  margin: 0.8em 0;
  display: block; }

a.site {
  color: #85817A;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: none; }

a.site:hover {
  color: #FF9900; }

.fotter {
  background: #474141;
  min-height: 200px;
  padding: 2em 0; }

.fotter-info {
  border-bottom: 4px solid #fff;
  padding-bottom: 1.5em; }

.fotter-logo {
  float: left;
  margin-right: 13%; }

.fotter-menu ul li {
  display: inline-block; }

.fotter-menu ul li a {
  padding: 1em;
  font-size: 0.9em;
  color: #fff;
  display: block;
  text-decoration: none; }

.fotter-menu ul li a:hover {
  color: #FF9900; }

.fotter-menu {
  width: 45%;
  float: left;
  margin-top: 2em; }

.social-icons {
  float: right;
  margin-top: 2.5em; }

.social-icons a span {
  width: 34px;
  height: 34px;
  background: url("../images/social-icons.png") no-repeat 0px 0px;
  display: inline-block;
  margin: 0 5px; }

.social-icons a span.fb {
  background-position: -8px -2px; }

.social-icons a span.twt {
  background-position: -51px -2px; }

.social-icons a span.gog {
  background-position: -94px -2px; }

.social-icons a span.in {
  background-position: -136px -2px; }

.social-icons a span.pin {
  background-position: -179px -2px; }

.social-icons a span.fb:hover {
  background-position: -8px -45px; }

.social-icons a span.twt:hover {
  background-position: -51px -45px; }

.social-icons a span.gog:hover {
  background-position: -94px -45px; }

.social-icons a span.in:hover {
  background-position: -136px -45px; }

.social-icons a span.pin:hover {
  background-position: -179px -45px; }

p.copy-right {
  color: #ADADAD;
  text-align: center;
  margin-top: 2em; }

p.copy-right a {
  color: #FF9900;
  font-family: 'Raleway', sans-serif; }

p.copy-right a:hover {
  color: #1E83CE; }

/*--about--*/
.about {
  padding: 5% 0; }

.about h2 {
  color: #146EB4;
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 2em; }

.about-pic {
  float: left;
  width: 47%; }

.about-pic img {
  width: 100%; }

.about-info {
  float: left;
  width: 50%;
  margin-left: 2em; }

.about-info p {
  line-height: 1.8em;
  color: #595959; }

.about-info a {
  color: #595959;
  padding: 0.7em 2em;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  margin: 4% 0 2px 0%;
  border: 1px solid #146EB4; }

.about-info a:hover {
  color: #146EB4;
  border: 1px solid #FF861B; }

ul.my-list {
  list-style: none; }

ul.my-list li {
  margin-bottom: 2.2em; }

.mission {
  padding: 0; }

.about-sec {
  margin-top: 2.5em; }

.mission h3, .clients h3 {
  color: #FF9900;
  margin: 0.7em 0;
  font-size: 1.7em; }

ul.my-list li h4 {
  color: #474141;
  font-size: 1.1em;
  margin-bottom: 8px; }

ul.my-list li p {
  color: #676767;
  line-height: 1.5em;
  font-size: 0.95em;
  margin: 5px 0; }

.client-pics a img {
  width: 35%;
  display: block;
  float: left;
  margin: 16px; }

.client-pics a img:hover {
  opacity: 0.7; }

.client-pics a img {
  webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  outline: 1px solid transparent; }

.client-pics a:hover img {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-10deg); }

/*----*/
.product {
  margin: 5em 0; }

.content-bar {
  border: 1px solid;
  padding: 1em 1em; }

.product-head {
  padding: 0.5em 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em; }

.product-head li {
  display: inline-block; }

.product-head li a {
  color: #08080B;
  font-weight: 700;
  font-size: 0.875em;
  padding-bottom: 0.2em;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all; }

.product-head li a span {
  font-weight: 700; }

.product-head li.active-page {
  color: #E45D5D;
  font-size: 0.875em;
  padding-bottom: 0.2em;
  text-transform: uppercase;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  font-weight: 700; }

.products-row h3 {
  margin: 0 0 20px;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase; }

.col-md-3.sidebar_men {
  border: 1px solid;
  padding: 2em 1em; }

.sidebar_men h3 {
  margin: 0 0 20px;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase; }

ul.color {
  margin-bottom: 3em; }

ul.product-categories li {
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  text-transform: uppercase;
  list-style: none; }

ul.product-categories li a {
  font-size: 13px;
  color: #595959; }

ul.product-categories li a:hover {
  text-decoration: none;
  color: #E23535; }

.product-categories li span.count {
  float: right;
  margin-left: 6px;
  color: #aaa;
  font-size: 0.8125em; }

.product-grid:hover {
  box-shadow: 0px 1px 11px #DBDBDB;
  z-index: 1; }

.product-grid {
  width: 30%;
  margin: 0 3% 4% 0;
  float: left;
  border: 1px solid #E9E9E9;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  min-height: 200px; }

.more-product-info span {
  width: 30px;
  height: 30px;
  display: block;
  background: url(../images/add.png) no-repeat;
  position: absolute;
  top: 0px;
  right: 0;
  cursor: pointer; }

.product-img {
  padding: 2em 1em 1em 1em; }

.products-row a:hover {
  text-decoration: none; }

a.btns {
  padding: 5px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  margin: 40% auto 0 auto;
  display: block;
  border: 2px solid #FFB200;
  width: 55%; }

a.btns:hover {
  border: 2px solid #fff; }

.product-img:hover {
  cursor: pointer; }

.shoponline {
  background: none; }

.product-img img {
  width: 100%; }

.product-info {
  background: #ECECEC;
  border-top: 1px solid #E9E9E9; }

.product-info-cust {
  float: left;
  width: 53%;
  padding: 0.5em 1em;
  text-align: center; }

.product-info-cust a {
  color: #2A2323;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 600; }

.product-info-price {
  float: right;
  background: #fff;
  width: 27%;
  text-align: center;
  padding: 0.545em; }

.product-info-price a {
  color: #2A2323;
  font-weight: 700; }

/*-- single page starts Here --*/
.details-left-slider {
  float: left;
  width: 46%; }

.details-left-info {
  float: left;
  width: 50%; }

.details-left-info h3 {
  margin: 0 0 20px;
  font-size: 1.1em;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase; }

p.availability {
  color: #999;
  font-size: 0.8125em;
  font-weight: normal; }

span.color {
  color: #f84545; }

.quantity_box {
  margin: 2em 0; }

.single_social {
  padding: 0;
  list-style: none;
  float: right; }

.price_single {
  font-size: 1.3em;
  margin: 0.5em 0 1.5em; }

span.reducedfrom {
  text-decoration: line-through;
  margin-right: 3%;
  color: #555; }

.price_single a {
  color: #999;
  font-size: 13px; }

h2.quick {
  color: #555;
  font-size: 0.85em;
  text-transform: uppercase; }

p.quick_desc {
  color: #656565;
  font-size: 0.8125em;
  line-height: 1.8em;
  margin-bottom: 2em; }

span.actual {
  color: #f84545;
  font-size: 1em;
  margin-right: 5%; }

ul.product-colors {
  padding: 0; }

.product-colors li a span {
  width: 32px;
  height: 32px;
  display: inline-block; }

.color1 span {
  background: #D2D6D5; }

.color2 span {
  background: #008CB7; }

.color3 span {
  background: #F3349E; }

.color4 span {
  background: #93D52D; }

.product-colors h3, .prosuct-qty span {
  color: #08080B;
  font-weight: 700;
  font-size: 0.875em;
  padding-bottom: 0.5em;
  display: block;
  text-transform: uppercase; }

.product-colors li {
  display: inline-block; }

ul.size {
  padding: 0;
  list-style: none;
  margin-top: 2em; }

ul.size h3 {
  color: #555;
  font-size: 0.85em;
  text-transform: uppercase;
  margin-bottom: 15px; }

ul.size li {
  display: inline-block;
  margin: 0 10px 0 0; }

ul.size li a {
  color: #555;
  font-size: 0.8125em;
  background: #f0f0f0;
  padding: 5px 10px; }

ul.size li a:hover {
  background: #FFD062;
  color: #fff;
  text-decoration: none; }

ul.product-qty {
  padding: 0;
  list-style: none;
  float: left; }

.product-qty span {
  color: #555;
  font-size: 0.85em;
  padding-bottom: 0.5em;
  display: block;
  text-transform: uppercase; }

.product-qty select {
  border: 1px solid #eee;
  padding: 0.5em;
  font-size: 1em;
  outline: none;
  cursor: pointer; }

.product-qty option {
  border: 1px solid #EEE; }

.single-but input[type="submit"] {
  background: #FFB200;
  color: #FFF;
  font-size: 1em;
  padding: 0.8em 3em;
  border-radius: 5px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  border: none; }

.single-but {
  margin: 2em 0;
  text-align: center; }

.single-but input[type="submit"]:hover {
  background: #58dbd3; }

.offer-side-bar {
  float: left;
  width: 20%; }

.offer-side-bar img {
  width: 100%; }

.error {
  background: #ffa84c;
  background: -moz-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffa84c), color-stop(100%, #ff7b0d));
  background: -webkit-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffa84c 0%, #ff7b0d 100%);
  background: radial-gradient(ellipse at center, #ffa84c 0%, #ff7b0d 100%);
  text-align: center;
  padding: 2em 0; }

.error h3 span {
  color: red; }

.error h3 {
  color: #fff; }

.error a {
  text-decoration: none;
  color: #fff;
  background: #146EB4;
  padding: 10px 2em;
  font-size: 1em;
  margin-top: 2em;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 2px solid #146EB4; }

.error a:hover {
  background: #FF8319;
  border: 2px solid #fff; }

/*----*/
.service {
  padding: 4em 0; }

.service h2 {
  color: #146EB4;
  font-weight: 600;
  margin-bottom: 1em; }

.service-boats {
  border: 1px solid; }

ul.cruiser-list {
  list-style: none;
  margin-left: 0.5em; }

.cruiser-list li {
  list-style-image: url(../images/icon2.png);
  margin-left: 20px;
  margin-bottom: 10px; }

ul.cruiser-list li a {
  color: #565656;
  text-decoration: none;
  display: block;
  font-size: 0.9em; }

ul.cruiser-list li a:hover {
  color: #FF9900; }

.heavy-boats h3, .xuv-boats h3, .motor-boats h3 {
  color: #3E3E3E;
  font-weight: 600;
  margin: 1em 0 0.5em 1em; }

ul.cruiser-list h4 {
  color: #3E3E3E;
  margin: 0.5em 0;
  text-transform: uppercase; }

/*----*/
.contact-form {
  margin: 4em 0; }

.contact-form h2 {
  color: #146EB4;
  font-weight: 600;
  margin: 0.5em 0; }

.contact2 form input[type="text"], .contact2 form textarea {
  width: 92%;
  padding: 1em;
  margin: 1em 0;
  font-family: 'Droid Sans', sans-serif;
  border: 1px solid #EEE;
  -webkit-appearance: none;
  outline: none;
  color: #777;
  transition: border-color 0.4s;
  -webkit-transition: border-color 0.4s;
  -moz-transition: border-color 0.4s;
  -o-transition: border-color 0.4s;
  -ms-transition: border-color 0.4s;
  font-size: 13px;
  font-weight: 300;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em; }

.contact2 form textarea {
  min-height: 200px;
  resize: none; }

.contact2 form input[type="submit"] {
  display: block;
  padding: 0.7em 2em;
  color: #FFB200;
  background: #fff;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  border: 1px solid #FFB200;
  outline: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all; }

.contact2 form input[type="submit"]:hover {
  background: #FFB200;
  color: #fff; }

.contact2 form input[type="text"]:hover, .contact2 textarea:hover {
  color: #FFB200;
  border-color: #FFB200; }

.contact-us_left h3 {
  margin-bottom: 2%; }

.company_address {
  padding-top: 10px; }

.company_address p {
  color: #242424;
  text-shadow: 0 1px 0 #ffffff;
  line-height: 1.8em;
  font-size: 0.8125em;
  font-weight: 600; }

.company_address p a {
  color: #FFB200;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 0 1px 0 #ffffff; }

.company_address p a:hover {
  color: #242424; }

.contact2 {
  padding: 0; }

/*----responsive-menu-start---*/
@media (max-width: 1366px) {
  .boat-info h3 {
    font-size: 2em;
    margin-bottom: 13px; }

  .boat-info p {
    font-size: 0.9em;
    line-height: 1.5em; }

  .boat-info a {
    padding: 0.7em 3em;
    margin: 4% 0 2px 24%;
    font-size: 1em; }

  .boat-info {
    background: #FF9900;
    padding: 2.1em 1.5em 31px 2.7em; }

  .trainer-info {
    margin: 0.9em 0 1em 46px; }

  .trainer-info h3 {
    margin-bottom: 22px; }

  .strps1, .strps2, .strps3, .strps4 {
    left: 49.1%; } }
@media (max-width: 1280px) {
  ul.callbacks_tabs.callbacks1_tabs {
    bottom: 44%; }

  .caption {
    width: 39%;
    top: 81%;
    left: 55%; }

  .boat-info {
    padding: 2.1em 1.5em 30px 2.7em; }

  .boat-info p {
    font-size: 0.9em;
    line-height: 1.8em;
    overflow: hidden;
    height: 130px; }

  .boat-info h3 {
    margin-bottom: 17px;
    font-size: 1.7em; }

  .trainer-info {
    margin: 0.9em 0 1em 37px; }

  .trainer-info h3 {
    margin-bottom: 15px;
    font-size: 1.7em; }

  .trainer-info p {
    font-size: 0.9em; }

  .trainer-info a {
    margin: 10% 0 2px 0%; }

  .strps1, .strps2, .strps3, .strps4 {
    left: 52.4%; } }
@media (max-width: 1024px) {
  .top-menu {
    top: 9px; }

  .top-menu ul li {
    margin: -3px; }

  .top-menu ul li a {
    padding: 0.8em 1.7em;
    font-size: 0.9em; }

  .strip {
    height: 6px; }

  .callbacks_tabs li {
    line-height: 15px; }

  .callbacks_tabs a:after {
    height: 10px;
    width: 10px;
    display: block; }

  .caption {
    width: 39%;
    top: 85%;
    left: 56%; }

  .logo {
    position: initial;
    top: -75px;
    left: 147px; }

  .logo img {
    width: 75px;
    height: 61px; }

  .caption h2 {
    font-size: 1.5em; }

  .speed, .trainers {
    padding-top: 1.6em; }

  .speed h2, .trainers h2, .trip h2 {
    font-size: 1.6em; }

  .boat-info {
    padding: 2.1em 1.5em 30px 1.7em; }

  .boat-pic img {
    width: 100%;
    height: 299px; }

  .trainers-pics {
    width: 50%; }

  .arrow2 {
    width: 38px;
    height: 55px;
    left: -6%; }

  .trainer-info h3 {
    margin-bottom: 8px;
    font-size: 1.5em; }

  .trainer-info p {
    font-size: 0.85em;
    overflow: hidden;
    height: 117px; }

  .trainer-info a {
    margin: 10% 0 2px 0%;
    font-size: 0.85em; }

  .strps1, .strps2, .strps3, .strps4 {
    width: 20px;
    left: -37px;
    background-size: 100%; }

  .trip-pic h3, .trip-pic h4 {
    font-size: 2em; }

  .trip-pic h4 {
    margin-bottom: 0.4em; }

  .trip-pic form {
    width: 44%; }

  .trip-pic, .trip-pic {
    height: 350px; }

  .contact-top {
    width: 31%; }

  .nip {
    left: 60%; }

  .about-pic {
    width: 46%; }

  .about-info p {
    overflow: hidden;
    height: 168px;
    font-size: 0.9em; }

  .about-info a {
    margin: 7% 0 2px 0%;
    font-size: 0.9em; }

  ul.my-list li.line3 {
    margin-bottom: 0em; }

  .fotter-logo a img {
    background-size: 100%;
    width: 71%; }

  .fotter-menu {
    width: 55%;
    margin-top: 1em; }

  .fotter-logo {
    margin-right: 2%; }

  .social-icons {
    margin-top: 1.3em; }

  .details-left-slider {
    float: left;
    width: 50%; }

  .details-left-info {
    width: 43%;
    margin-left: 7%; }

  .error img {
    background-size: 100%;
    width: 75%; }

  .service1 img {
    width: 100%; }

  .details {
    padding: 0; } }
@media (max-width: 768px) {
  .top-menu ul li {
    margin: -3px; }

  .caption {
    width: 50%;
    top: 85%;
    left: 48%; }

  .callbacks_tabs li {
    line-height: 15px; }

  .callbacks_tabs a:after {
    height: 7px;
    width: 7px; }

  ul.callbacks_tabs.callbacks1_tabs {
    padding: 2px 6px 15px 10px; }

  .arrow {
    top: 95%;
    left: 50%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-270deg); }

  .nip2 {
    top: -13%;
    left: 50%;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-90deg); }

  .boat-info {
    padding: 2.1em 1.5em 35px 1.7em; }

  .boat-info p {
    height: 119px; }

  .boat-info a {
    padding: 0.7em 3em;
    margin: 0% 0 2px 0%;
    font-size: 0.85em; }

  .trainers-pics {
    width: 30%; }

  .trainer-info {
    width: 49%; }

  .trainer-info p {
    width: 100%;
    height: 69px; }

  .traine {
    margin-top: 0em; }

  .trainer:nth-child(2) {
    margin-bottom: 0; }

  .strps1, .strps2, .strps3, .strps4 {
    left: -37px; }

  .trainer {
    margin-bottom: 1em; }

  .speed, .trainers {
    padding-top: 1em; }

  .speed h2, .trainers h2, .trip h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    font-weight: bold; }

  .trip {
    padding-top: 1em; }

  .trip-pic h3, .trip-pic h4 {
    font-size: 1.7em; }

  .line2, .line1 {
    display: none; }

  .trip-pic form {
    width: 60%; }

  .trip-pic, .trip-pic {
    height: 293px; }

  .contact-top {
    width: 32%;
    padding: 1.5em 0 1em 1.5em; }

  .contact-top h3 {
    margin-bottom: 0.7em;
    font-size: 1.2em; }

  .contact-top p {
    color: #AFAFAF;
    font-size: 0.8em; }

  .contact-top a {
    color: #6FA5CE;
    margin: 0.5em 0;
    font-size: 0.8em; }

  .contact iframe {
    height: 300px; }

  .fotter-logo {
    margin: 1em 3% 0 0;
    width: 17%; }

  .fotter-menu ul li a {
    padding: 1em;
    font-size: 0.8em; }

  .fotter-menu {
    width: 63%; }

  .social-icons {
    float: left;
    margin: 12px 0 10px 6.2em; }

  .fotter {
    padding: 1em 0; }

  .fotter-info {
    padding-bottom: 0; }

  p.copy-right {
    margin-top: 1em; }

  .about {
    padding: 8% 0; }

  .about-pic {
    width: 47%; }

  .about-info {
    margin-left: 1em; }

  .about h2 {
    margin-bottom: 0.5em;
    font-size: 1.6em; }

  .about-info p {
    height: 104px; }

  .sidebar_men {
    width: 29%;
    float: left; }

  .ctnt-bar {
    width: 71%;
    float: left;
    padding-right: 0; }

  .product-grid {
    width: 46%; }

  .more-product-info span {
    background-size: 100%;
    width: 20px; }

  .product-img {
    padding: 1.5em 1em 1em 1em; }

  .boats-grid {
    display: none; }

  .cntnt {
    width: 100%;
    float: left;
    padding-right: 0; }

  .sider {
    width: 98%;
    margin-top: 1em;
    margin-left: 1em; }

  .error {
    padding: 2.8em 0; }

  .error img {
    width: 83%; }

  .ships {
    width: 33.2%;
    float: left; }

  ul.cruiser-list li a {
    font-size: 0.85em; }

  .motor-boats {
    padding-bottom: 1em; }

  .contact2 form input[type="submit"] {
    padding: 0.7em 3em;
    margin: 1em 0; } }
@media (max-width: 640px) {
  .top-menu ul li a {
    font-size: 0.85em; }

  .logo {
    top: -53px; }

  .logo {
    top: -59px;
    left: 93px; }

  .logo img {
    width: 56px;
    height: 51px; }

  .caption h2 {
    font-size: 1em; }

  ul.callbacks_tabs.callbacks1_tabs {
    bottom: 27%; }

  .speed h2, .trainers h2 {
    font-size: 1.3em;
    font-weight: bold; }

  .boat-info {
    padding: 1.5em 1.5em 35px 1.7em; }

  .boat-info h3 {
    margin-bottom: 8px;
    font-size: 1.5em; }

  .boat-info p {
    font-size: 0.85em; }

  .arrow, .nip2 {
    left: 48%; }

  .trainers-pics {
    width: 34%; }

  .trip-pic h3, .trip-pic h4 {
    font-size: 1.4em; }

  .trip-pic p {
    font-size: 0.8em;
    line-height: 1.5em; }

  .trip-pic form {
    width: 68%; }

  .trip-pic input[type="text"] {
    padding: 8px;
    width: 73%; }

  .trip-pic input[type="submit"] {
    padding: 10px; }

  .trip-pic, .trip-pic {
    height: 235px; }

  .contact iframe {
    height: 265px; }

  .contact-top {
    height: 67%; }

  .fotter-menu {
    width: 79%; }

  .fotter-logo {
    margin: 1em 0% 0 0;
    width: 17%; }

  .about {
    padding: 12% 0; }

  .about h2 {
    font-size: 1.4em;
    font-weight: bold; }

  .about-info a {
    margin: 5% 0 2px 0%;
    font-size: 0.8em; }

  ul.my-list li.line3 {
    margin-bottom: 2em; }

  .clients {
    padding: 0; }

  .client-pics a img {
    width: 29%;
    margin: 11px; }

  .mission h3, .clients h3 {
    font-size: 1.3em; }

  ul.my-list li h4 {
    font-size: 1em; }

  ul.my-list li p {
    font-size: 0.85em;
    line-height: 1.8em;
    margin: 5px 0; }

  ul.product-categories li:nth-child(5), ul.product-categories li:nth-child(12) {
    display: none; }

  .details-left-info {
    width: 36%;
    margin-left: 13%; }

  .details-left-info h3 {
    margin: 0 0 15px;
    font-size: 1em; }

  .error {
    padding: 5.5em 0; }

  .error img {
    width: 100%; }

  .error h3 {
    font-size: 1.3em; }

  .service {
    padding: 4.5em 0; }

  .service h2 {
    font-size: 1.4em; }

  .ships {
    padding: 0 10px; }

  .heavy-boats h3, .xuv-boats h3, .motor-boats h3 {
    margin: 1em 0 0.5em 0.5em; }

  .cruiser-list li {
    margin-bottom: 6px; }

  ul.cruiser-list li a {
    font-size: 0.75em; }

  .heavy-boats h3, .xuv-boats h3, .motor-boats h3 {
    font-size: 1.1em; }

  .contact-form h2 {
    font-size: 1.4em; } }
@media (max-width: 480px) {
  .top-menu ul li a {
    padding: 0.9em 1em;
    font-size: 0.75em; }

  ul.callbacks_tabs.callbacks1_tabs {
    bottom: 36%;
    width: 6%;
    left: 94%; }

  .caption h2 {
    font-size: 0.9em; }

  .logo {
    top: -59px;
    left: 64px; }

  .speed, .trainers {
    padding-top: 0.7em; }

  .speed h2, .trainers h2 {
    font-size: 1.2em; }

  .boat-info h3 {
    font-size: 1.3em; }

  .boat-info p {
    font-size: 0.8em; }

  .boat-info a {
    margin: 3% 0 2px 0%;
    font-size: 0.8em; }

  .boat-pic img {
    width: 100%;
    height: 230px; }

  .b-animate button {
    font-size: 0.85em; }

  .trainers-pics {
    width: 43%; }

  .trainer-info {
    width: 47%;
    margin: 0.9em 0 1em 29px; }

  .strps1, .strps2, .strps3, .strps4 {
    left: -29px; }

  .trip h2 {
    font-size: 1.2em;
    margin: 0px 0 0.8em 0; }

  .trip-pic h3, .trip-pic h4 {
    font-size: 1.2em; }

  .trip-pic form {
    width: 93%;
    margin: 1em 0; }

  .contact-top {
    width: 40%;
    padding: 1.5em 0 1em 1em; }

  .contact-top h3 {
    font-size: 1em; }

  .contact-top p {
    font-size: 0.75em; }

  .fotter-menu {
    width: 83%; }

  .fotter-menu ul li a {
    padding: 0.5em;
    font-size: 0.75em; }

  .social-icons {
    margin: 12px 0 10px 2.2em; }

  p.copy-right {
    font-size: 0.85em; }

  .about-pic {
    width: 46%; }

  .about-info p {
    height: 75px;
    font-size: 0.75em;
    line-height: 1.5em; }

  .about-info {
    margin-left: 1em; }

  .about-info a {
    padding: 0.5em 1em; }

  .about-sec {
    margin-top: 1.5em; }

  .client-pics a img {
    width: 30%;
    margin: 7px; }

  .mission h3, .clients h3 {
    font-size: 1em;
    margin: 0.5em 0; }

  ul.my-list li h4 {
    font-size: 0.9em;
    margin-bottom: 6px; }

  ul.my-list li p {
    font-size: 0.75em;
    line-height: 1.5em;
    margin: 4px 0; }

  ul.my-list li {
    margin-bottom: 1.2em; }

  ul.my-list li.line3 {
    margin-bottom: 1em; }

  .sidebar_men {
    width: 37%; }

  .more-product-info span {
    background-size: 100%;
    width: 24px;
    z-index: 999; }

  .ctnt-bar {
    width: 61%; }

  .product-grid {
    width: 100%; }

  .models {
    width: 47%; }

  .boats-grid2 {
    display: none; }

  .sider {
    width: 95%; }

  .details-left-info {
    width: 100%;
    margin-left: 0%; }

  .cntnt {
    width: 100%; }

  .error {
    padding: 6em 0; }

  .error img {
    margin-bottom: 3em; }

  .error h3 {
    font-size: 1em; }

  .error a {
    margin-top: 2em; }

  .service {
    padding: 4em 0; }

  .ship {
    display: none; }

  .ships {
    width: 50%;
    float: left; }

  .contact2 form textarea {
    min-height: 156px; }

  .contact2 form input[type="submit"] {
    padding: 0.5em 2.5em;
    margin: 0.7em 0;
    font-size: 0.9em; }

  .contact-form h2 {
    margin: 0; } }
@media (max-width: 320px) {
  ul.callbacks_tabs.callbacks1_tabs {
    display: none; }

  span.menu:before {
    content: url(../images/nav.png);
    cursor: pointer; }

  span.menu {
    display: block;
    float: right; }

  .top-menu {
    float: right;
    left: -2%;
    top: 8px;
    width: 100%; }

  .top-menu ul {
    display: none; }

  .top-menu ul li {
    font-size: 12px;
    display: inline-block;
    width: 100%; }

  .top-menu ul li a {
    padding: 0.7em;
    font-size: 13px; }

  .top-menu ul {
    margin: 0;
    z-index: 999;
    position: absolute;
    width: 96%;
    text-align: center;
    top: 37px;
    left: 4%; }

  .logo {
    top: -44px;
    left: 34px; }

  .logo img {
    width: 44px;
    height: 37px; }

  .caption {
    width: 48%;
    top: 78%;
    left: 51%; }

  .boat-info h3 {
    font-size: 1.2em;
    margin-bottom: 6px; }

  .boat-info {
    padding: 1.5em 1.5em 28px 1em; }

  .boat-info p {
    height: 59px;
    line-height: 1.5em; }

  .boat-info a {
    margin: 6% 0 2px 0%; }

  .arrow, .nip2 {
    left: 42%;
    top: 94%; }

  .boat-pic img {
    width: 100%;
    height: 165px; }

  .b-animate button {
    padding: 0.9em 2em;
    margin: 22% 17px 0 0px; }

  .nip2 {
    top: -18%; }

  .fotter-logo a img {
    width: 100%; }

  .trainers-pics {
    width: 43%; }

  .trainer img {
    height: 150PX; }

  .trainer-info h3 {
    font-size: 1.1em; }

  .trainer-info p {
    line-height: 1.5em;
    font-size: 0.75em;
    height: 52px; }

  .trainer-info a {
    margin: 11% 0 0px 0%;
    font-size: 0.8em;
    padding: 0.5em 3em; }

  .trainer-info {
    width: 47%;
    margin: 0.9em 0 5px 29px; }

  .trip-pic h3 {
    margin-top: 7%; }

  .line3 {
    display: none; }

  .trip-pic input[type="text"] {
    padding: 8px;
    width: 58%;
    -webkit-appearance: none; }

  .trip-pic input[type="submit"] {
    padding: 9px; }

  .contact-top {
    width: 62%;
    left: 4%; }

  .fotter-logo {
    margin: 1em 8% 0 0;
    width: 21%; }

  .fotter-menu {
    width: 71%; }

  .social-icons {
    margin: 12px 0 10px 1.2em; }

  p.copy-right {
    font-size: 0.8em; }

  .about-pic {
    width: 100%; }

  .about-pic img {
    margin-bottom: 1em; }

  .about-info {
    margin-left: 0;
    width: 93%; }

  .about-info p {
    height: 77px;
    font-size: 13px; }

  .about-sec {
    margin-top: 1em; }

  .mission h3, .clients h3 {
    font-size: 1.2em; }

  ul.my-list li h4 {
    font-size: 0.85em; }

  ul.my-list li p {
    font-size: 13px;
    overflow: hidden;
    height: 61px; }

  .clients {
    padding: 0; }

  .client-pics a img {
    width: 44%;
    margin: 6px; }

  .sidebar_men {
    width: 100%;
    margin-bottom: 1em; }

  .models {
    width: 100%; }

  ul.color {
    margin-bottom: 2em; }

  .ctnt-bar {
    width: 100%;
    padding-left: 0; }

  .product {
    margin: 3em 0 1.5em 0; }

  .sider {
    margin-left: 0em; }

  .error {
    padding: 2.7em 0; }

  .error img {
    margin-bottom: 1.2em; }

  .error a {
    padding: 10px 3em;
    font-size: 0.8em; }

  .service {
    padding: 2em 0; }

  .service h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0.5em; }

  .ships {
    width: 100%;
    float: left; }

  ul.cruiser-list li a {
    font-size: 0.8em; }

  .contact-form {
    margin: 2.5em 0; }

  .contact2 form input[type="text"], .contact2 form textarea {
    padding: 9px;
    width: 100%; }

  .contact2 form textarea {
    min-height: 125px; } }
.swipebox-overflow-hidden {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 1600px !important;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 9999;
  overflow: hidden;
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute; }

#swipebox-slider .slide {
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  width: 35%;
  height: auto;
  vertical-align: middle; }

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-action {
  bottom: -50px; }

#swipebox-action.visible-bars {
  bottom: 0; }

#swipebox-action.force-visible-bars {
  bottom: 0 !important; }

#swipebox-caption {
  top: -50px;
  text-align: center; }

#swipebox-caption.visible-bars {
  top: 0; }

#swipebox-caption.force-visible-bars {
  top: 0 !important; }

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(../images/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px; }

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px; }

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px; }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }
@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }
@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }
@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(13, 13, 13, 0.9); }

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: rgba(13, 13, 13, 0.9);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(13, 13, 13, 0.9)), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(rgba(13, 13, 13, 0.9), #000000);
  background-image: -moz-linear-gradient(rgba(13, 13, 13, 0.9), #000000);
  background-image: -o-linear-gradient(rgba(13, 13, 13, 0.9), #000000);
  background-image: linear-gradient(rgba(13, 13, 13, 0.9), #000000);
  -webkit-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  -moz-box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  box-shadow: 0 1px 1px 1px #212121, inset 0 1px 1px 1px black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95; }

#swipebox-action {
  -webkit-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  -moz-box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black;
  box-shadow: 0 -1px -1px 1px #212121, inset 0 -1px -1px 1px black; }

#swipebox-caption {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

@media screen and (max-width: 640px) {
  #swipebox-slider .slide img {
    width: 65%; } }
@media screen and (max-width: 1024px) {
  #swipebox-overlay {
    width: 1025px !important; } }
@media screen and (max-width: 768px) {
  #swipebox-overlay {
    width: 769px !important; }

  #swipebox-slider .slide img {
    width: 80%; } }
@media screen and (max-width: 640px) {
  #swipebox-overlay {
    width: 642px !important; }

  #swipebox-slider .slide img {
    width: 80%; } }
@media screen and (max-width: 480px) {
  #swipebox-overlay {
    width: 480px !important; }

  #swipebox-slider .slide img {
    width: 85%; } }
@media screen and (max-width: 320px) {
  #swipebox-overlay {
    width: 320px !important; }

  #swipebox-slider .slide img {
    width: 85%; } }

/*# sourceMappingURL=main.css.map */
