/*!
 * Start Bootstrap - Agency v4.1.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */
body {
  overflow-x: hidden;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.75;
}

a {
  color: #88c665;
}

.a a:hover {
  color: #ffffff!important;
}

.a a:active {
  color: #ffffff!important;
}

.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    background-color: #88c665;
}

.text-primary {
  color: #88c665 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section {
  padding: 10px 0;
}

section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section h3.section-subheading {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  /*font-style: italic;*/
  margin-bottom: 50px;
  text-transform: none;
  font-family: Arial, sans-serif;
}

@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #88c665;
  border-color: #88c665;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #5b8842 !important;
  border-color: #5b8842 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

::-moz-selection {
  background: #88c665;
  text-shadow: none;
}

::selection {
  background: #88c665;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  background-color: #212529;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #88c665;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-brand {
  color: #88c665;
  font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 70%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #88c665;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(33,37,41,0.8)!important;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}


header.masthead2 {
  text-align: center;
  color: white;
  background-image: url("../img/header3.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead2 .intro-text {
  padding-top: 150px;
  padding-bottom: 100px;
}

header.masthead2 .intro-text .intro-lead-in {
  font-size: 22px;
  font-style: italic;
  line-height: 22px;
  margin-bottom: 25px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead2 .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) {
  header.masthead2 .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead2 .intro-text .intro-lead-in {
    font-size: 40px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  header.masthead2 .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(136, 198, 101, 0.9);
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e9ecef;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #88c665;
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

section#contact {
  background-color: #212529;
  background-image: url("../img/map-image.png");
  background-repeat: no-repeat;
  background-position: center;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #88c665;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 18- */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  /* Firefox 19+ */
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #88c665;
}



/*O QUE ESTAVA INLINE*/


.logoaprende{
    width:350px;
  }

  .logocv1{
    display:inline-block;
  }

  .logocv2{
    display:none;
  }

  .text-primary {
          color: #7BBE39!important;
      }

  a {
      color: #000000;
      text-decoration: none;
      background-color: transparent;
      -webkit-text-decoration-skip: objects;
  }

  a:hover{
      color: #7BBE39;
      text-decoration: none;
      background-color: transparent;
      -webkit-text-decoration-skip: objects;
  }

  header.masthead {
      position: relative;
      background-color: #343a40;
      background: url(../img/image006.jpg) no-repeat center center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      padding-top: 8rem;
      padding-bottom: 8rem;
      height:700px;
      filter:brightness(0.8);
  }

  .features-icons {
      padding-top: 3rem;
      padding-bottom: 4rem;
  }

  .bg-light {
      background-color: #ffffff!important;
  }
  .navbar-light .navbar-nav .nav-link {
      color: #474747;
      text-transform: none;
  }

  .navbar-light .navbar-nav .nav-link:hover {
      color: #7BBE39;
  }

  .btn-academia{
    border: 2px solid#474747;
    color:#474747;
  }
  .btn-academia:hover{
    border: 2px solid#474747;
    color:#ffffff;
    background-color:#474747;
  }

  .showcase .showcase-img {
      min-height: 23rem;
      background-size: cover;
  }


  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .mb-auto, .my-auto {
    margin-bottom: auto!important;
    padding-top: 20px;
}




  @media(max-width:991px){
    .logocv1{
    display:none;
    }

    .container-fluid {
    margin-top: 30px;
    }

    .logocv2{
      display:inline-block;
      width:80px;
    }

    .logoaprende{
    width:300px;
    }
  }

  @media (min-width: 768px){
      .showcase .showcase-text {
          padding: 2rem;
      }

  }

   @media (max-width: 768px){
      header.masthead {
      
      height:500px!important;
  }


    }

  @media(max-width:508px){
    .logocv1{
    display:none;
    }

    .logocv2{
      display:inline-block;
      width:80px;
    }

    .logoaprende{
    width:150px;
    }

    header.masthead {
      
      height:300px!important;

  }


 /* NEW*/


 .btn-medium{ font-size: 16px !important; }

.securepay_icons{
    padding-top: 15px;
}

#checkoutfinal_modal .coconfirm_productlist .checkout_ordersummary_wrapper.checkout_ordersummary_wrapper2{ top: 0px !important; }

.poppins{
    /*font-family: 'Poppins', sans-serif;*/
}

.spacemono{
    /*font-family: 'Space Mono', monospace;*/
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:visited,
.btn-success[disabled]:visited,
fieldset[disabled] .btn-success:visited,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #000;
    border-color: #000;
}
.breadcrumb {
    position: relative;
    z-index: 10;
    padding: 15px 15px;
    background-color: #E5E5E5;
    text-align: center;
    margin-top: 5px;
}

.megamenu_wrapper {
    position: absolute;
    top: 165px;
    left: 15px;
    z-index: 99;
    width: 100%;
}

.megamenu {
    height: 0;
    overflow: hidden;
}

.Header-nav.Header-nav--primary {
  transform: translateX(-30px);
  z-index: 999;
}
.menu-item{
  display: inline;
  margin-left: 0.3%; 
  margin-right: 0.3%;
}

/*
 *
 *  Custom Grid
 *
 */
.container .container_inner {
  padding: 50px 152px;
}
@media (min-width: 1600px){
    .container:not(.container-customorder) {
        width: 1530px;
    }
}
@media (min-width: 1500px) and (max-width: 1599px){
    .container:not(.container-customorder) {
        width: 1440px;
    }
}
@media (min-width: 1400px) and (max-width: 1499px){
    .container:not(.container-customorder) {
        width: 1350px;
    }
    
    .container .container_inner {
    padding: 50px 110px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px){
    .container:not(.container-customorder) {
        width: 1260px;
    }
    
    .container .container_inner {
    padding: 50px 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px){
    .container:not(.container-customorder) {
        width: 1170px;
    }
    .container .container_inner {
    padding: 50px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
    .container:not(.container-customorder) {
        width: 970px;
    }
    
    .container .container_inner {
    padding: 50px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
    .container:not(.container-customorder) {
        width: 750px;
    }
    
    .container .container_inner {
    padding: 50px 5px;
  }
}
@media (max-width: 768px){
    .container .container_inner {
    padding: 50px 5px;
  }
}
/*
 *  end Custom Grid
 */

/*
 *
 *  Custom Glyphicon (Carousel Controlllers)
 *
 */
.carousel .glyphicon{
    border: 2px solid #ccc;
    border-radius: 30px;
    padding: 9px;
    background-color: #fff;
}
.carousel .glyphicon:hover{
    border: 3px solid #ccc;
}
.carousel .carousel-control.left{
    left: 7%;
}
.carousel .carousel-control.right{
    right: 10%;
}
.carousel .carousel-control.right, .carousel .carousel-control.left{
    background: none;
    color:#b7b7b7;   
}
.carousel .carousel-control.right:hover, .carousel .carousel-control.left:hover{
    background: none;
    color:#ccc;   
}
.carousel .carousel-indicators li{
    border: 1px solid #b7b7b7;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    margin: 0px;
    margin-right: 3px;
    margin-left: 3px;
}
.carousel .carousel-indicators li.active{
    background: #ccc;
    border: none;
}
#carousel-header #carousel-controllers-wrapper, #shop-boards-carousel-controls{
    position: absolute;    
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 250px;
    height: 90px;
    line-height: 80px;    
    border-radius: 15px;
    text-align: center;
}
/*
 * end Custom Glyphicon (Carousel Controllers)
 */

/*
 *
 *  Custom Font
 *
 */
#top-bar, #main-menu-container, #sub-menu-container, #sub-menu-boards-container, #footer-container, .breadcrumb{
    /*font-family: 'Space Mono', monospace;*/
}
/*
 *  end Custom Font
 */

 .logo_thebase{
    height: 230px;
 }
 .logo_thebase_footer{
    height: 130px;
 }

h1.cross{
    
    text-align: center;
    height: 110px;
    line-height: 110px;
    display: block;
    /*color: #00AACD;*/        
    /*background: url('../img/diagonal-line-black.png') no-repeat center;*/
    color: black;
    background: url('../img/diagonal-line-blue.png') no-repeat center;
    text-transform: capitalize; /*uppercase*/
    font-size: 40px;
    /*font-family: 'Space Mono', monospace;*/
    
}

h1.main-cross{

    margin-bottom: 55px;

}

/*BS override*/
.btn-primary{
    
    background: #000;
    /*color: #00AACD;*/
    min-width: 100px;
    border: none;
    
}

.btn-primary:hover{
    
    /*background: #00AACD;    */
    
}

.btn-default, .btn-success{
    
    background: transparent;        
    color: #252525;

    /* button config*/
    border-radius: 0px;
    border-width: 2px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;

    /* small button */
    padding: 13px 26px;
    text-align: center;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 12px;
    /*font-weight: 600;*/
    text-transform: capitalize; /*uppercase*/
    letter-spacing: 1px;
    font-family: Raleway;
    font-size: 14px;
    /*font-weight: 400;*/
    font-style: normal;
    text-transform: none;
    letter-spacing: .2em;
    border-color: #252525;
    
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-success:hover{
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.btn-default:focus{
    outline: 5px auto #000;
}

.btn-default.btn-inverter{
    color: #fff;
    border-color: #fff;
}

.btn-default.btn-inverter:hover{
    color: #fff;
    border-color: #000;
}

.btn-hover-white:hover{
    color: #000 !important;
    border-color: #fff !important;
    background-color: #fff !important;
}

.btn-tsd{
    color: #FFF;
    background-color: #000;
}

.btn-tsd:hover{
    color: #000;
    background-color: transparent;
}

.btn-dropdown{
    
    color: #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 18px;
    height:32px;
    line-height:16px;    
    /*are all btns with poppins?*/
    
}

.btn-group.open a{
    
    /*color: #00AACD;*/
    
}

.btn-dropdown:hover{
    
    /*color: #00AACD;
    border-bottom: 2px solid #00AACD;*/
    
}

.dropdown-menu{
    
    /*font-family: 'Poppins', sans-serif;*/
    /*color: #00AACD;*/
    font-size: 16px;
    box-shadow: none;
    border-radius: 0;
    /*border:2px solid #00AACD;*/
    margin-top: -2px;
    
}

.dropdown-menu li a.active{
    
    /*background: #00AACD;*/
    color:#fff;
    
}

.btn-group .dropdown-toggle, .btn-group.open .dropdown-toggle{
    
    box-shadow: none;
    
}


/* 7 cols: https://codepen.io/knitevision1/pen/BAFmk*/
@media (min-width: 960px) { 
    .seven-cols .col-md-1/*,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1*/ {
        width: 14.285714285714285714285714285714%;
    }
}

#top-bar {
    background: #f4f4f4;
    height: 45px;
    /*font-family: 'Space Mono', monospace;*/
    display: flex;
    align-items: center;
}

#top-bar #secondary-menu ul{
        
    display: flex;
    justify-content: center;
    padding: 10px 0 0 0;
    /*text-align: center;*/
    
}

#top-bar ul li, #main-menu-col ul li, #sub-menu-container ul li, #sub-menu-boards-container ul li{
    
    float: left;
    list-style-type: none;        
    
}

#top-bar ul li, #main-menu-col ul li:hover{
        
    
    
}

#top-bar #secondary-menu ul li a{
    
    margin: auto 15px auto 15px;             
    color: #8f8f8f;
    font-size: 13px;    
    text-transform: capitalize; /*uppercase*/
    
}

#top-bar #customer-service-row {

    padding-top: 5px;
        
}

#top-bar #customer-service-row #customer-service-wrapper{
    
    padding: 0;
    padding-left: 10px;
   /* text-align: center; */
    
}

#customer-service-wrapper .glyphicon-phone-alt{
    position: absolute;
    left: 13%;
    top: 5%;
}

#top-bar #customer-service-row .glyphicon{
 
    font-size: 20px;
    text-align: right;
    /*color:#00AACD;*/
    padding-top: 4px;
}

#top-bar #customer-service-text {
    
    color:#323232;
    font-size: 10px;
    display: block;    
        
}

#top-bar #customer-service-phone {
    
    /*color:#00AACD;*/
    font-size: 15px;
    display: block;
    margin-top: -5px;
    /*font-family: 'Poppins', sans-serif;*/
        
}


#top-bar #language-selector{
    
    color: #8f8f8f;
    font-size:13px;
    
}

#top-bar #language-selector ul li {
    
    margin: 10px 6px auto auto;     
}


#top-bar #language-selector ul li a.active{
    
    /*color: #00AACD;*/
    
}

#main-menu-container{
    
    height: 115px;
    
}

#main-menu-container #logo{
    
    padding: 30px 0 0 0;
    position: absolute;
    z-index: 999;
    
}

#main-menu-container #main-menu-col ul{
    
    padding: 0;
    margin-top: 45px;
    display: flex;
    justify-content: center;
    
}

#main-menu-container #main-menu-col ul li{
         
    padding-bottom: 10px;
    
}

#main-menu-container #main-menu-col ul li:hover, #main-menu-container #main-menu-col ul li.active, #top-bar #secondary-menu li.active{
     
    /*border-bottom: 2px solid #00AACD;*/
    
}

#main-menu-container #main-menu-col ul li:hover a, #main-menu-container #main-menu-col ul li.active a, #top-bar #secondary-menu li.active a{
    
    /*color: #00AACD;*/
    
}

#main-menu-container #main-menu-col ul li a{
    
    margin: auto 40px auto 40px;
    font-size: 20px;
    text-transform: capitalize; /*uppercase*/
    color: #323232;
    
}

#sub-menu-container, #sub-menu-boards-container{
    
    height:70px;
    line-height:70px;
    background: #00AACD;
    color:#fff;    
    display: none;
    
}

#sub-menu-boards-container li{ text-transform: capitalize; /*uppercase*/ }

#sub-menu-container li, #sub-menu-boards-container li{
    
    margin: auto 2% auto 2%;
    
}

#sub-menu-container li a, #sub-menu-boards-container li a{
    
    color: #fff;
    font-size: 16px;
    
}

#sub-menu-col li.active{

    border-bottom: 1px solid #323232;

}

#sub-menu-col li.active a{

    color: #323232;

}

#main-menu-container #cart-col{
    
    margin-top: 28px;  
    text-transform: capitalize; /*uppercase*/
    color: #00AACD;
    /*border:1px dotted #999;*/
    
}

#main-menu-container #cart-row #my-cart-text{
    
    /*line-height: 50px*/
    margin-top: 15px;
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    
}

#main-menu-container #cart-row #glyphicon-shopping-cart-wrapper{
    
    background: #00AACD;
    border-radius: 100%;
    display: block;
    width: 50px;
    height: 50px;
    /*padding: 8px;*/
    
}

#main-menu-container #cart-row .glyphicon{
    
    color: #fff;
    font-size: 24px;
    /*border-radius:100%;*/
    margin: 12px 0px 0px -3px;
    
}


#main-menu-container #cart-row  #my-cart-indicator{
    
    position: absolute;
    background: #000;
    right: -8px;
    top: -14px;
    /*padding: 4px;*/
    border: 2px solid #fff;
    border-radius: 100%;
    color: #fff;
    /*font-family: 'Poppins', sans-serif;*/
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 1px;
    
}

#cart-row .btn_mycart{

    cursor: pointer;

}

.mycart_contents{

    z-index: 110 !important;
    height: 0px;

}

.mycart_contents_float{

   /* top: 120px !important;    */

}



/*BS carousel*/
#carousel-header .item{
    
    height: 80vh;
    
}

.carousel-stores .item, .carousel-surfboardmodel .item{

    height: 70vh;

}

#carousel-surfboardmodel-1 .item{
    
    height: 60vh;

}

.carousel-indicators{
    
    /*position: relative;*/
    /*top:0px;*/
    /*border: 1px dotted red;*/
    height: 35px;
    bottom: 0px;
    
}

.carousel-stores #carousel-controllers-wrapper{

    /*position: absolute;*/
    background: #fff;
    min-height: 80px;
    line-height: 80px;

}

#carousel-controllers-wrapper .stores-content .title{
    /*font-family: 'Space Mono', monospace;*/
}

#carousel-header #carousel-controllers-wrapper{
    
    bottom: -40px;
    
}

.carousel-stores #carousel-controllers-wrapper{

/*    transform: translateY(-15%);*/
}

.carousel-stores .carousel-control{

    /*border: 2px solid;    teste*/
    border-radius: 38px;
    width: 38px;
    height: 38px;
    top: 20px;
    opacity: 1;

}

.carousel-stores .carousel-control.left{ 

    /*left: 20px; 
    border: 2px solid #b7b7b7;    teste*/
    color: #ccc;
    left: 3%;
    top: 7%;

}

.carousel-stores .carousel-control.right{ 

    /*right: 20px; */
    right: 3%;
    top: 7%;

}

.carousel-stores .carousel-control .glyphicon{

    top: -20px;

}

.carousel-stores .stores-content h1{

    font-size: 35px;
    color: #00aacd;

}

.carousel-stores .stores-content .divisor{

    margin-top: 40px;
    margin-bottom: 40px;

}

.carousel-stores .stores-content{

    line-height: 24px;

}

.carousel-stores .carousel-indicators li {
    
    width: 17px;
    height: 17px;
    margin-right: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    opacity: 1;
    
}

.carousel-stores .carousel-indicators li.active{

    width: 17px;
    height: 17px;
    border: 1px solid #ccc;

}


#shop-boards-carousel-controls{
    
    bottom: -115px;
    
}


#x{
    
    position: absolute;
    right: 0;
    top: 550px;
    width: 15vw;
    z-index: -1;
    
}

#x.x-brands{

    top: 830px;

}

#x.x-home{

    top: 700px;

}

#main-links-container{
    
    margin-top: 5%;
    
}

#main-links-container .img-hover{
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    zoom: 1;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 15px solid white;
}

#main-links-container .img-hover:hover img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
#main-links-container .img-hover .img-mask:after{
    background-color: transparent;
    content: "";
    transition: background-color 1.5s ease;
    height: 100%;
    display: block;
    width: 100%;
    z-index: 200;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
#main-links-container .img-hover:hover .img-mask:after{
    background-color: rgba(88, 85, 85, 0.7);
}
#main-links-container img{
    -webkit-transition: transform 2s ease-out;
    -moz-transition: transform 2s ease-out;
    -ms-transition: transform 2s ease-out;
    -o-transition: transform 2s ease-out;
    transition: transform 2s ease-out;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    
}

#main-links-container .row{
    
    margin-bottom: 20px;
    
}

#main-links-container .col-sm-6, #main-links-container .col-sm-4{
    
    /*border: 1px dotted #ccc;
    height: 350px;
    line-height: 350px;*/
    text-align: center;
    /*background: #004452;#cceef5;*/
    color:#00AACD;
    
}

#main-links-container .main-links-text{
 
    position: absolute;                     
    left:0;
    right:0; 
    
}

#main-links-container #main-links-first-row .main-links-text{
      
    /*top: 40%;*/
    margin-top: 25%;
    transform: translateY(-50%);
    
}

#main-links-container #main-links-second-row .main-links-text{
      
    top: 35%;
    
}

#main-links-container  .main-links-img{
    
    position: absolute;
    top: 0;
    /*width: 92%;*/
    padding-top:100%;
    /*padding-right: 93%;
    width: 100%;*/
    left: 15px;
    right: 15px;
    
}


#main-links-container #main-links-second-row .main-links-text .section{
    
    /*position: relative;    
    padding-top: 50%;*/
    color:#fff;    
    
}

#main-links-container #main-links-second-row .col-sm-4:nth-child(2) .main-links-text .section{
 
    color:#c0c0c0;
    
}

#main-links-container .col-sm-4, #main-links-container .col-sm-6{
    
    overflow: hidden;
    
}

#main-links-container #main-links-first-row .main-links-text h1{
    
    color:#fff;
    font-size: 24px;
    margin: 0 auto 12px auto;
    text-transform: capitalize; /*uppercase*/
    
}

#main-links-container #main-links-second-row .main-links-text h1{
    
    color:#00AACD;
    font-size: 22px;
    margin:12px auto 12px auto;
    text-transform: capitalize; /*uppercase*/
    
}

.mcc_toparrow {
    width: 28px;
    height: 12px;
    background-image: url(/assets/img/mcc_toparrow.png);
    position: absolute;
    top: -13px;
    right: 20px;
}

#shop-boards-filters-row{
    
    margin-bottom: 5%;
    
}

#shop-boards-carousel-row{
        
    margin:300px auto 5%;    
    position: relative;
    
}

#shop-boards-carousel-col{
    
    border: 12px solid #00AACD;
    height:500px /* 400px -> 350px */
    
}

#shop-boards-carousel-row-inner{
    
    /*border: 1px dotted red;*/
    margin-top: -280px; /* -80px -> -130px */
    
}

#shop-boards-carousel-row-inner .board{
    
    /*height:500px;*/
    /*border:1px dotted #ccc;*/
    
}

#shop-boards-carousel-row-inner .board .row{
    
    position: relative;
    margin-top: 15px;
    
}

/*          COMENTADO PQ O EFEITO NA HOMEPAGE ESTAVA DEMASIADO GRANDE COM 3 PRANCHAS
#shop-boards-carousel-row-inner .board .row:hover, .board-row-content .board .row:hover{
    
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .25);
    transition: all 1s;
}
*/

#shop-boards-carousel-row-inner .board .row:hover .board-btn-wrapper{
    
    display: block;
    transition: all 1s;
    opacity: 1;
}

#shop-boards-carousel-row-inner .board .board-btn-wrapper{
    
    /*display: none;*/
    opacity: 0;
    position: absolute;
    z-index: 999;
    margin-top:270px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;   
    transition: all 1s;
    
}

#shop-boards-carousel-row-inner .board .brand{
 
    font-size: 15px;
    color:#c0c0c0;
    
}

#shop-boards-carousel-row-inner .board .model{
 
    font-size: 22px;
    color:#00AACD;
    margin-bottom: 0px;
    
}

.board-container .board{
  /* height: 600px; */
}

#shop-boards-carousel-row-inner .board .price, .board-container .board .price{
    
    /*font-family: 'Poppins', sans-serif;*/
    /*font-weight:600;*//*semi-bold*/
    color:#000;
    
}

/*FIX THIS LATER*/
/*
#boards-carousel .item{
    
    padding:10px;
    margin-bottom: 20px;
    border:1px solid red;
    
}
*/

#the-base-stores-container{

    margin: 7% auto 7%;
    background: url('../img/the-base-stores-bkgr.jpg') no-repeat;
    background-size: cover;
    /*height: 1045px;
    padding-top: 100%;*/
    
}

#the-base-stores-container #shop-carousel-row{
    
    margin-top: 4%
    
}

#the-base-stores-container #shop-carousel-row img{
    
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    
}

#stores-container{

    padding-top: 35px;

}

#shop-container{

    padding-top: 35px;

}

#brands-container.brands-brands{

    padding-top: 35px;
    padding-bottom: 300px;

}

#brands-container #brands-logo-row{
    
    /*margin-top: 2%;*/
    text-align: center;
    
}

#brands-container #brands-logo-row .col-xs-2{
    
    padding: 0;
    border: 1px solid #eaeaea;
    /*border-right: none;*/
    height: 200px;
    line-height: 200px;
    background-color: white;
    z-index: 10;
    
}

#brands-container #brands-logo-row a:hover .col-xs-2{
    /*border: 1px solid #ccc;*/
}

#brands-container #brands-logo-row h1{
    color: #000;
    opacity: 0;
    transition: all .6s;
    text-align: center;
    margin: 0 auto;
    margin-top: -120px;
}

#brands-container #brands-logo-row img{
    opacity: 0.5;
    transition: all .6s;
}

#brands-container #brands-logo-row a .brand_flip:hover img{
    opacity: 0;
}

#brands-container #brands-logo-row a .brand_flip:hover h1{
    opacity: 1;
}

#brands-container #brands-logo-row .col-xs-2:last-child{
    
    border-right: 1px solid #eaeaea;
    
}

#brands-container-fluid{
    border: solid 1px #eaeaea;
} 
#brands-container-fluid #brands-container #brands-logo-row .col-xs-2{
    border-top: none;
}
#brands-container-fluid .no-board-right{
    border-right: none !important;
}

#newsletter-container{

    background: #eaeaea;
    
    margin-bottom: 2%;

}

#newsletter-container.newsletter-index .container{
    background: url(/assets/img/newsletter/fundonewsletter.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
}

#newsletter-container:not(.newsletter-index) form{

    /*transform: translateY(50%);*/

}

#newsletter-container:not(.newsletter-index) h1{

    margin-bottom: 20px;
    
}

#newsletter-container.newsletter-index{
    
    padding-top: 60px;
    height: 500px;
    
}

#newsletter-container.newsletter-index #newsletter-mail{
    height: 50px;
    width: 100%;
}

#newsletter-container.newsletter-index .form-group{
    width: 100%;
}

#newsletter-container.newsletter-index .ml_submit{
    font-size: 20px;
    /*font-family: 'Space Mono', monospace;*/
    height: 50px;
    width: 100%;
}

#newsletter-container p{

    margin-top: 10px;
    font-size: 13px;

}

#newsletter-container:not(.newsletter-index) .cross{

    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 40px;

}

#newsletter-container:not(.newsletter-index) .btn{

    font-size: 20px;
    width: 150px;
    height: 50px;
    line-height: 40px;

}

#newsletter-container:not(.newsletter-index) #newsletter-mail{

    font-size: 13px;
    height: 50px;
    /*font-family: 'Poppins', sans-serif;*/
    width: 325px;

}

@media (min-width: 1200px){

    #newsletter-container:not(.newsletter-index) .newsletter-container-right{

       padding-top: 65px;

    }

}

#newsletter-container:not(.newsletter-index) p{

    font-size: 13px;
    /*font-family: 'Poppins', sans-serif;*/

}

#footer-container h1{
    
    color:#00AACD;

    font-size: 20px;

    margin-bottom: 30px;
    
}

#footer-container ul{
    
    padding: 0;    
    
}

#footer-container li{
    
    list-style-type: none;

    margin-bottom: 5px;
    
}

#footer-container li a{
    
    color: #000;
    font-size: 13px;
    
}

#footer-container .social-icon{
    position: absolute;
    /*width: 235px;*/
    width: 100px;
}
#footer-container .payment-icon{
    position: absolute;
    width: 200px;               /* para ficar com 2 x 2 */
    /*width: 290px;*/           /* para ficar com 1 x 4 */
}
#footer-container .social-icon li, #footer-container .payment-icon li{ 
    width: 40px; 
    display: initial;
}
#footer-container .social-icon a{
    width: 20px;
}
#footer-container .social-icon a img{
    background-size: contain;
    height: 40px;
    width: 40px;
    font-size: 0;
    border: 0;
}
/* Social Icon - Image */
#footer-container .social-icon .social-instagram    img#instagram_2{ display: none; }
#footer-container .social-icon .social-youtube      img#youtube_2{ display: none; }
#footer-container .social-icon .social-googleplus   img#googleplus_2{ display: none; }
#footer-container .social-icon .social-facebook     img#facebook_2{ display: none; }
#footer-container .social-icon .social-twitter      img#twitter_2{ display: none; }
/* Social Icon - Hover in image */
#footer-container .social-icon .social-instagram:hover  img#instagram_1  {   display: none;   }
#footer-container .social-icon .social-instagram:hover  img#instagram_2  {   display: inline;   }
#footer-container .social-icon .social-youtube:hover    img#youtube_1    {   display: none;   }
#footer-container .social-icon .social-youtube:hover    img#youtube_2    {   display: inline;   }
#footer-container .social-icon .social-googleplus:hover img#googleplus_1 {   display: none;   }
#footer-container .social-icon .social-googleplus:hover img#googleplus_2 {   display: inline;   }
#footer-container .social-icon .social-facebook:hover   img#facebook_1   {   display: none;   }
#footer-container .social-icon .social-facebook:hover   img#facebook_2   {   display: inline;   }
#footer-container .social-icon .social-twitter:hover    img#twitter_1    {   display: none;   }
#footer-container .social-icon .social-twitter:hover    img#twitter_2    {   display: inline;   }

#footer-container .payment-icon img{

    width: 66px;
    height: 41px;
    margin-bottom: 10px;
}

#footer-container .payment-h1{

    width: 233px;
    padding-top: 30px;

}

#copyright-container{
    
    margin-top: 2%;
    background: #f4f4f4;    
    height: 50px;
    line-height: 50px;
    color: #8f8f8f;
    font-size: 13px;
    
}

#newsletter-mail{

    width: 350px;

}

.breadcrumb {
    
    list-style: none;
    position: relative;
    z-index: 10;
    padding: 15px 15px;
    text-align: center;
    padding-top: 100px;

}

.breadcrumb li a{

    color: #8f8f8f;
    text-transform: capitalize; /*uppercase*/

}

.breadcrumb li.active a{

    color: #00AACD;

}

.breadcrumb li a{
    
    text-decoration: none;
    
}

.breadcrumb>li+li:before {
 
    padding: 0 5px;
    color: #ccc;
    /*content: "/\02C3";*/
    content: ">";

}

.shaperbuddy{

    color: #00AACD;

}

#about-container{
    
    padding-top: 35px;

}

.about-img img{

    margin-top: 2%;
    z-index: 10;

}

.about-text .text{

    background-color: white;
    transform: translateY(-15%);

}

.about-text h1{

    color: #00AACD;
    font-size: 35px;
    margin: 40px auto;

}

.about-text p{

    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/
    line-height: 25px;

}

.divisor{

    width: 60px;
    border-bottom: 3px solid #000;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 6px;

}

.divisor-price{
    width: 60px;
    border-bottom: 3px solid #000;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 6px;
}

#contact-container{
    
    padding-top: 35px;

}

#contact-container .contact-left{
 
    padding-left: 50px;
    padding-top: 100px;

}

#contact-container .contact-right{

    padding-right: 50px;
    padding-top: 60px;

}

#contact-container .contact-right label{

    font-size: 13px;
    /*font-family: 'Poppins', sans-serif;*/

}

#contact-container .contact-right input{

    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;

}

#contact-container .contact-right textarea{

    margin-bottom: 20px;

}

#contact-container .contact-right .btn-send{

    width: 166px;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    float: right;

}

.contact-img img{

    /*margin-top: 2%;*/
    z-index: 10;

}

.contact-text .text{

    background-color: white;
    transform: translateY(-15%);

}

.contact-text h1{

    color: #00AACD;
    font-size: 35px;
    margin: 40px auto;

}

.contact-text .title, .stores-text .title{

    color: #00AACD;
    font-size: 16px;
    text-transform: capitalize; /*uppercase*/

}

.contact-text .content, .stores-text .content{

    font-size: 14px;
    /*font-family: 'Poppins', sans-serif;*/

}

#shipping-container{

    margin-bottom: 200px;
    margin-top: 55px;

}

#shipping-container h1:not(.cross){

    color: #00AACD;
    font-size: 35px;
    /*margin: 40px auto;*/

}

#shipping-container .content{

    margin-top: 40px;

}

#shipping-container .content .title{

    color: #c0c0c0;
    font-size: 18px;
    text-transform: capitalize; /*uppercase*/

}

#shipping-container .content ul{

    margin-left: -20px;
    margin-top: 10px;

}

#shipping-container .content ul li{

    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    min-height: 30px;
    line-height: 30px;

}



/* Cart */
.mycart_contents {
    display: none;
    position: relative;
    z-index: 110;
}

.mycart_contents_float {
    width: 500px;
    background-color: #FFF;
    border: solid 1px #000;
    position: absolute;
    top: 30px;
    right: -7px;
    z-index: 110;
    box-shadow: 1px 5px 20px #333;
}
.mycartmobile_mainwraper {
    width:50px;
    margin-left:auto;
    margin-right:auto;
}



@media (max-width: 767px) {
  .mycartmobile_mainwraper .mycart_contents_float {
        width: 380px;
    }
    .mycartmobile_mainwraper .mcc_toparrow {
        right: 152px;
    }
    .mycartmobile_mainwraper .mycart_contents {
        left: 130px;
    }
    .mycartmobile_mainwraper .btn-default, 
    .mycartmobile_mainwraper .btn-success {
        font-size: 9px;
    }
    .mycartmobile_mainwraper .cos_totalprice .row .ccirr_right {
        font-size: 15px !important;
    }
    .cos_totalprice .row .col-sm-5 {
        font-size: 11px !important;
    }
    .cos_totalprice .row .ccirr_right {
        font-size: 11px !important;
    }
    .checkout_ordersummary_wrapper2 {
        position: static !important;
    }
}





.mycart_contents .checkout_ordersummary_wrapper {
    margin-top: 0;
}

.mycart_contents .checkout_ordersummary {
    border: none;
    position: static;
}

.mycart_contents .cos_totalprice {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-top: 1px solid #999;
    margin-top: 0px;
    /*box-shadow: 0 -5px 4px -4px rgba(0,0,0,.25);*/
    /*box-shadow: 0px -6px 10px -6px rgba(0,0,0,.25);*/
    /*box-shadow: 0px -6px 7px -5px rgba(0, 0, 0, .25);*/
    position: relative;
}

.mycart_contents .cos_totalprice label {
    color: #000;
}

.mycart_contents .ccirr_left {
    text-align: left;
}

.mycart_contents .ccirr_right {
    padding-right: 0;
}

.mcc_header {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #000;
    text-align: center;
    color: #FFF;
    text-transform: capitalize; /*uppercase*/
}

.mcc_bottomnav {
    padding-top: 20px;
}

.btn_gotocheckout {
    /*width: 100%;
    padding: 11px 0;
    font-size: 12px;
    text-transform: capitalize; /*uppercase*/
    color: #FFF !important;
    background-color: #000;
    text-align: center;
    display: inline-block;*/
}

.btn_gotocheckout:hover{
    color: #000 !important;
    background-color: #FFF;
    border: 1px solid #000;
}

.cos_products {
    max-height: 300px;
    overflow: scroll;
    /*box-shadow: inset 0 0 5px rgba(0,0,0,.5);
    padding: 5px;
    padding: 15px;*/
    border: 1px solid rgba(0,0,0,0.1);
    overflow-x: hidden;
    /*box-shadow: inset 0px -1px 1px rgba(0,0,0,0.25);*/
}

.cos_products{

    border:1px solid rgba(0,0,0,0.1);
    /*box-shadow: inset 1px 1px 0px rgba(0,0,0,.1);*/

}

.cos_products::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cos_products::-webkit-scrollbar:vertical{
    width: 11px;
}

.cos_products::-webkit-scrollbar:horizontal {
    height: 11px;
}

.cos_products::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.cos_products::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

/*.cos_totalprice span {*/
.cos_totalprice .row .ccirr_right{
    font-size: 22px;
    text-align: right;
}

.checkout_top .ccir_row {
    text-align: left;
    padding-left: 15px;
}

.checkout_top .ccir_row .ccirr_right {
    text-align: right;
}

@media (max-width: 767px) {
    .checkout_top .ccir_row .ccirr_right {
        text-align: left;
    }
    .mycart_contents_float{
    /*    right: 10px !important;*/
    }
}

.clearfix{ clear: both; }
 }

#contactsfactory_map{

    height: 540px; /* no desenho esta com 740px de height */

}
.contacts_factory{ margin-top: 45px; }

#boards-carousel .board{ height:700px; }
#boards-carousel .board a:hover img {
    /*-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*-webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -o-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);*/
}

.about-text .text h1{ text-transform: capitalize; /*uppercase*/ }

/* /shop/surfboards/detail.php */
.sldi_top.goback{
    text-align: left;    
}
.sldi_top.goback a{
    text-transform: capitalize; /*uppercase*/
    font-size: 14px;
    /*font-weight: 600;*/
    color: #323232;
}
.shoplist_detail{
    text-align: left;
}
#shop-container .pprice_value, #shop-container .pp_currencyiso, #shop-container .pp_currencysymbol{
    /*font-weight: 700;*/
    font-size: 20px;
    color: #cdcdcd;
}
.prod_top{
    font-size: 14px;
    text-transform: capitalize; /*uppercase*/
    color: #cdcdcd;
    /*font-weight: 700;*/
}
.sldi_addtocart #btn-add-to-cart{
    border-radius: 0px;
    font-size: 14px;
}
.sldiadd_col2 p{
    width: 80px;
    /*font-weight: 700;*/
}
.bm_brand{
    color: #777;
    font-size: 20px;
}
.bm_model{
    color: #000;
    font-size: 32px;
}
.bm_price, .bm_currency_symbol, .bm_currency_iso{
    color: #323232;
    font-size: 24px;
}
.row-bm{
    line-height: 30px;
    margin-bottom: 5px;
}
.row-img{
    margin-bottom: 30px;
}
.surfboardmodel-content .divisor{
    margin-top: 20px;
    margin-bottom: 20px;
}
.surfboardmodel-content p{
    line-height: 23px;
}
.row-bm-text{
    margin-top: 40px;
    margin-bottom: 40px;
}
.row-bm-text{
    color: #323232;
    font-size: 14px;
}
.bm_button{
    /*width: 174px;
    height: 47px;
    line-height: 33px;
    background-color: #000;
    color: #00aacd;
    font-size: 14px;
    border-radius: 6px;
    text-transform: capitalize; /*uppercase*/*/
}
.bmcb .align-right a{
    float: right;
}
.bmcb .align-left a{
    float: left;
}
.bm-text-title{
    color: #00aacd;
    font-size: 16px;
    text-transform: capitalize; /*uppercase*/
}
.bm-text-subtitle{
    font-size: 14px;
    color: #000;
    /*font-weight: bold;*/
}
.bm-text-content{
    font-size: 14px;
    color: #000;
}
.bm-text-content{
    height: 20px;
    line-height: 20px;
}
.row-custom-text{
    min-height: 30px;
    line-height: 30px;
}
.bm-background{
    background-color: #f4f4f4;
    height: 172px;
    line-height: 25px;
}
.bm-background .wave-img{
    width: 169px;
    height: 81px;
}
.bm-background img{
    height: 100px;
    margin-top: 33px;
    width: auto;
    float: right;
}

#table-sizerange .t_title{
    font-size: 24px;
    color: #00aacd;
    text-align: center;
    text-transform: capitalize; /*uppercase*/
}
#table-sizerange table thead th{
    font-size: 18px;
    color: #fff;
    text-align: center; 
    background-color: #000;
    /*font-weight: normal;*/
    text-transform: none;
}
#table-sizerange table tbody td{
    font-size: 14px;
    color: #323232;
    /*font-weight: 400;*/
}
#table-sizerange table .btn{
    width: 145px;
    height: 21px;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    /*font-weight: bold;*/
    letter-spacing: 1px;
    line-height: 3px;
    cursor: pointer;
    /*border-radius: 7px;*/
}
/*#table-sizerange table .btn:hover{
    color: #fff !important;
}*/
/*#table-sizerange table .btn.btn-buynow{
    color: #000;
}*/
#table-sizerange table .btn.btn-customorder{
    /*color: #949494;
    color: #ccc;*/
}
#table-sizerange table thead{
    /*font-family: 'Space Mono', monospace;*/
}

#othermodels .t_title{
    font-size: 24px;
    color: #00aacd;
    text-align: center;
    margin-bottom: 50px;
}
#othermodels .brand{
    font-size: 15px;
    color: #c0c0c0;
    margin-top: 25px;
}
#othermodels .model{
    font-size: 24px;
    color: #000;
}

.btn-viewall .btn{
    width: 240px;
    height: 39px;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    background-color: #000;
    color: #00aacd;
    line-height: 27px;
    margin-top: 60px;
    text-transform: capitalize; /*uppercase*/
}
.btn-viewall .btn:hover{
    color: #FFF;
}

#surfboardmodel-container .table>tbody>tr>td{
    border-top: none;
}

#surfboardmodel-container #carousel-controllers-wrapper{
/*    transform: translateY(-3%);*/
}

#carousel-surfboardmodel-1{
    background-color: #f4f4f4;
}
#carousel-surfboardmodel-1{
    /*box-shadow: 0 0 13px rgba(0, 0, 0, .25);     depois ativar para o gil ver*/
    transition: all .5s;
}

#othermodels .btn-viewallmodels{
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    background-color: #000;
    color: #00aacd;
    width: 240px;
    height: 39px;
    line-height: 28px;
}

.bm_skilllevel_ul{
    margin-top: 33px;
    list-style: none;
}

#wave-size{
    margin-top: 50px;
}
.bm_wave_mark{
    border-bottom: 2px solid #323232;
    width: 80px;
    margin: 0 auto;
}
.bm_wave_min_p{
    color: #00aacd;
    margin-bottom: 5px;
}
.bm_wave_max_p{
    margin-top: 5px;
}
.bm_wave_min{
    
}
.bm_wave_max{

}

.wave-list{
    list-style: none;
    padding-left: 15px;
    width: 200px;
}

/* 
 *  Subscribe
 */
.invalid_field {
    background-color: #A00;
}
.submit_mailinglist_message{
    display: none;
    position: absolute;
    top: 96px;
    left: 40px;
}
.submit_mailinglist_message.mail_message_index{
    display: none;
    position: absolute;
    top: 7px;
    left: 24%;
}



/*
 *
 * Animation
 *
 */
 .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}


#onboard_carousel h1{
    color: whitesmoke;
    margin-top: 20px;
}
#onboard_carousel .item.active{
}

#onboard_carousel img{
    vertical-align: middle;
}
/*
#onboard_carousel{
    background: url(/assets/img/image-surf.jpg);
    background-size: cover;
}
*/


#my-cart-indicator{
    float: right;
    background-color: black;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    color: whitesmoke;
    line-height: 20px;
    margin-left: -8px;
    font-size: 10px;
}
.main-cross{
    text-transform: capitalize;
}
.Header-nav .Header-nav-item{
    padding: .618em .380em .618em .380em;
}
.social-icons-color-white.social-icons-style-border .sqs-svg-icon--wrapper:hover{
    /*background-color:#fff*/
}
.sqs-svg-icon--wrapper:hover{
    /*color: #000 !important;
    background-color: #fff !important;*/
}
/*.sqs-svg-icon--wrapper.instagram:hover img#icon-instagram-white{
    display: none;
}
.sqs-svg-icon--wrapper.instagram:hover img#icon-instagram-black{
    display: block;
}

.sqs-svg-icon--wrapper.facebook:hover img#icon-facebook-white{
    display: none;
}
.sqs-svg-icon--wrapper.facebook:hover img#icon-facebook-black{
    display: block;
}*/


/*
 *
 *  Carrinho
 *
 */
 .cos_item {

    margin-bottom: 20px;
    /*padding-bottom: 20px !important;*/
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
    min-height: 180px;

}

.cosi_img {
    border: solid 1px #CCC;
    /*margin-right: 8px;*/
}

.cos_item .cart-product-img-col{

    padding: 0;

}

.cos_products .cpl_productdesc {
    width: auto !important;
    max-height:none ;
}
.cos_products .cplpd_ref {
    font-size: 9px;
    margin-bottom: 4px;
}
.cos_products .cplpd_name {
    font-size: 14px;
}
.cos_products .cplpd_aditionalinfo {
    font-size: 10px;
}
.cos_products .cosi_subtotal {
    /*width: 170%;*/
    font-size: 10px;
    text-align: right;
    float: right;
}
    
.invalid_field{
    background-color: white;
    border: 1px solid #ff0000;
}

.model_detail, .brand_detail{
    line-height: 35px;
}
.brand_detail{
    padding-top: 20px;
}
.model_detail{
    padding-bottom: 5px;
}


.checkout_ordersummary_wrapper {
    position: relative;
    margin-top: 35px;
}
.checkout_ordersummary {
    width: 100%;
    border: solid 1px #CCC;
    position: absolute;
    top: 35px;
}
@media (max-width: 767px) {
    .checkout_ordersummary {
        position:static;
    }
}

.checkout_ordersummary_inner {

    padding: 20px;

}

/*PBS: things can be done without using !important..*/
#form-checkout-final .checkout_ordersummary_inner .row{

    margin-bottom: 0;

}

@media (max-width: 767px) {

    .checkout_ordersummary_inner {

        padding: 20px !important;

    }

}

@media (max-width: 992px) {
    .checkout_ordersummary_inner {
        padding: 10px;
    }
}
.checkout_ordersummary .cci_titleleft {
    border-bottom: solid 3px #000;
}
.coconfirm_productlist .checkout_ordersummary_wrapper {
    margin-top: 0;
}
.coconfirm_productlist .checkout_ordersummary {
    position: static;
    border: none;
}
.coconfirm_productlist .checkout_ordersummary_inner {
    padding:0 !important;
}
.mycart_contents .ccirr_currency {
    position: relative;
    right: -6px;
}
.cpl_deleteproduct_wrapper .glyphicon-remove {
    color: red
}
.cpl_deleteproduct_wrapper {
    text-align: right;
    /*margin-top: -9px;*/
    margin-bottom: 10px;
}
.cpl_img,
.cpl_productdesc {
    display: inline-block;
    vertical-align: middle;
}
.cpl_productdesc {
    max-height: 200px;
    overflow-y: scroll;
}
.btn-viewallshippingrateshere, .btn-viewallshippingrateshere:hover{
    background-color: #d9dbdb;
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 14px;
    /*font-weight: bold;*/
    color: #000;
    border-radius: 0px;
    height: 49px;
    line-height: 31px;
}

#carousel-header .carousel-caption{
    top: 30vh; /* 11/11/2016 - deixou de ser " 30% " */
    right: 0%;
    /*text-shadow: none;*/
}
#carousel-header .carousel-caption .caption .text1{
    /*font-family: 'Space Mono', monospace;*/
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    color: #323232;
    text-transform: capitalize; /*uppercase*/
}
#carousel-header .carousel-caption .caption .text2{
    /*font-family: 'Space Mono', monospace;*/
    font-size: 50px;
    height: 50px;
    line-height: 50px;
    color: #00aacd;
    text-transform: capitalize; /*uppercase*/
}

.carousel-bytype-bybrand{
    margin-top: 5%;
}
.carousel-bytype-bybrand .brand{
    font-size: 15px;
    /*font-family: 'Space Mono', monospace;*/
    color: #c0c0c0;
    text-transform: capitalize; /*uppercase*/
    margin-top: 40px;
}
.carousel-bytype-bybrand .model{
    font-size: 22px;
    /*font-family: 'Space Mono', monospace;*/
    color: #00aacd;
    text-transform: capitalize; /*uppercase*/
    margin-bottom: 0px;
}
.carousel-bytype-bybrand .price{
    font-size: 18px;
    color: #323232;
    /*font-weight: 600;*/
}

/*
 *  Carousel THE BASE STORES (homepage)
 */
#the-base-stores-container #shop-carousel-row #carousel-controllers-wrapper{
    position: absolute;
    bottom: -40px;
    width: 220px;
    left: 35%;
}
#the-base-stores-container #shop-carousel-row #carousel-controllers-wrapper .carousel-indicators{
    height: 45px;
    transform: translateY(30%);
}
#the-base-stores-container #shop-carousel-row .item img{
    box-shadow: none;
}
#the-base-stores-container #shop-carousel-row .carousel-inner{
    border: 18px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
}
.brand_flip{ border: 1px solid #eaeaea; }

.menu-shop-mobile{
    background-color: #00aacd;
    display: none;
}
.menu-mobile ul.menu-mobile-ul li.menu-shop-mobile a{
    color: white;
    font-size: 16px;
}
.menu-shop.active-mobile{
    background-color: #00aacd;
}
.menu-shop.active-mobile a{
    font-size: 16px;
    text-decoration: underline;
}

.table.table-hover tbody tr td{ border: none; }

#language-selector ul li a       { color: #8f8f8f; }
#language-selector ul li a.active{ color: #00aacd; }

 /* ========================================================================
 * Mobile Dimensions
 * max-width < 543px (bootstrap like xs)
 * ======================================================================== */
@media (max-width: 1280px) { 
    #carousel-header .item { height: 40vh; }
    #carousel-header .carousel-caption .caption .text1, 
    #carousel-header .carousel-caption .caption .text2{
        font-size: 30px;
        height: 30px;
        line-height: 30px;
    } 
    #brands-container #brands-logo-row h1{   
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%) !important; 
    }
    #main-links-container .img-hover { border: none; }
    #main-links-container #main-links-first-row .main-links-text h1{ font-size: 20px; }
    #shop-boards-carousel-col{ width: 200%; margin-left: -50%; }
    h1.cross{ font-size: 30px; }
    #shop-carousel-row{ padding-left: 0px; padding-right: 0px; }
    #the-base-stores-container #shop-carousel-row{ margin-bottom: 30%; }
    #the-base-stores-container #shop-carousel-row #carousel-controllers-wrapper{ left: 20%; }
    /* ========================================================================
     *   brands in mobile
     * ======================================================================== */
    #brands-container-fluid{ border: none; padding-left: 0px; padding-right: 0px; }
    #brands-container #brands-logo-row img{ max-width: 60%; }
    .x-brands{ display: none; }
    /* ========================================================================
     *   payment in mobile
     * ======================================================================== */
    #footer-container .payment-icon{ position: relative; }
    #footer-container{ padding-left: 30px; padding-right: 30px; }
    #footer-container ul.social-icon{ position: relative; width: 70%; }
    #footer-container .paymenticon-fluid{ margin-top: 10%; }
    #footer-container .paymenticon-fluid .payment-icon{ width: 100%; }
    #footer-container .paymenticon-fluid .payment-icon li{ width: 22%; display: -webkit-inline-box; }
    #shop-boards-container .first-row{ overflow: hidden; }
     /* ========================================================================
      *  FOOTER Newsletter
      * ======================================================================== */
     #newsletter-container:not(.newsletter-index) .btn{ width: 100%; }
     #newsletter-container:not(.newsletter-index) #newsletter-mail{ width: 100%; }
     #newsletter-container:not(.newsletter-index) .submit_mailinglist{ padding-bottom: 20%; }
     #newsletter-container:not(.newsletter-index) .newsletter-container-right{ padding-top: 20px; }
     #newsletter-container:not(.newsletter-index) .cross{ font-size: 30px; }
     #newsletter-container:not(.newsletter-index) p{ /*font-weight: bold;*/ }
     /* ========================================================================
      *  Cart mobile
      * ======================================================================== */
      .mycart_contents_float{
          
       }
      /* ========================================================================
       *  Mobile ClearFix
       * ======================================================================== */
     .mobileclearfix{ clear: both; }    
     .bm_button{ width: 100%; margin-top: 10px; margin-bottom: 10px; }
     /* ========================================================================
      *  Menu Mobile
      * ======================================================================== */
        .Mobile{ padding-top: 10px; padding-bottom: 10px; }
        .Mobile .Mobile-bar.Mobile-bar--top div{ display: block }
        .Mobile .Mobile-bar.Mobile-bar--top { padding-top: 8px; padding-bottom: 8px; }
        .Mobile .Mobile-bar.Mobile-bar--top .Cart{ position: relative; }
        .Mobile .Mobile-bar.Mobile-bar--top .Cart .Cart-inner img{ position: absolute; top: 0px; right: 12px; }
        .Mobile .Mobile-bar.Mobile-bar--top .Cart .Cart-inner #my-cart-indicator{ position: absolute; top: 0px; right: 0px; }
        .Mobile-overlay-menu{ right: 0px; }
        .Mobile-overlay-close{ display: block !important; }
        .glyphicon-remove.white, .glyphicon-remove.white a { color: #fff; }
}
/* ========================================================================
 * Tablet Dimensions
 * (min-width: 544px) and (max-width: 767px) - bootstrap like sm
 * ======================================================================== */
@media (min-width: 544px) and (max-width: 767px){
    .mycart_contents_float{
        
    }
}
/* ========================================================================
 * Medium Dimensions
 * (min-width: 768px) and (max-width: 991px) - bootstrap like md
 * ======================================================================== */
@media (min-width: 768px) and (max-width: 991px){
    .mycart_contents_float{
        
    }
}
/* ========================================================================
 * Large Dimensions
 * (min-width: 992px) and (max-width: 1199px) - bootstrap like lg
 * ======================================================================== */
@media (min-width: 992px) and (max-width: 1199px){
    /* code here */
}
/* ========================================================================
 * Extra Large Dimensions
 * min-width: 1200px - bootstrap like lg
 * ======================================================================== */
@media (min-width: 1200px){
    /* code here */
}




.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    width: 100%;
}

@media (max-width: 768px) {
    .Header.Header--top{ display: none; }
}
@media screen and (min-width: 769px) {
    [data-nc-base="mobile-bar"] {
        display: none;
    }
}
#topbanner .carousel-indicators li { visibility: hidden; }
#topbanner .carousel-caption {
  bottom: auto;
  top:50%;
  transform: translateY(-50%);
}
#topbanner h1 {
    color: #FFF;
}

#carousel-surfboardmodel-1 .carousel-inner img {
  width: auto;
}


.shop_wrapper {
    padding-top:20px;
}
.top_shop_banner:not(.tsb_multi) .carousel-indicators li { visibility: hidden !important; }
.top_shop_banner .carousel-caption {
  bottom: auto !important;
  top:50% !important;
  transform: translateY(-50%) !important;
}
.top_shop_banner h1 {
    color: #FFF !important;
}

.top_shop_banner .carousel-inner .item {
    top:50% !important;
  transform: translateY(-50%) !important;
}

.top_shop_banner-surfboardmodel-1 .carousel-inner img {
  width: auto !important;
}
.stores_nav {
    list-style: none;
    margin:0;
    padding:0;
    width: 100%;
    display: block;
    text-align: center;
}
.stores_nav li {
    display: inline-block;
    margin-left:15px;
    margin-right: 15px;
}
.Header-nav-folder-group a {
    padding-left:20px;
}
.Header-nav-folder-sep,
.Header-nav-folder-item {
    display: block;
    padding: .382em;
    background-color: #fff;
    opacity: 1 !important;
}
.storesnav_sep {
    color:#CCC !important;
}

/*SHOP*/


/*@media (min-width: 768px) {     .shopboards{  height: 480px;    } }
@media (min-width: 992px) {     .shopboards{  height: 530px;    } }
@media (min-width: 1200px) {  .shopboards{  height: 570px;    } }
@media (min-width: 1300px) {  .shopboards{  height: 610px;    } }
@media (min-width: 1400px) {  .shopboards{  height: 630px;    } }
@media (min-width: 1500px) {  .shopboards{  height: 660px;    } }
@media (min-width: 1600px) {  .shopboards{  height: 690px;    } }
*/

.shoplist {
  margin-bottom: 60px;
}
.shoplist_filter {
}
.slf_header {
  border-bottom: solid 1px #FFF;
  text-align: center;
}
.slf_header_inner {
  width: 92%;
  margin: 0 auto;
  padding-top: 25px;
    padding-bottom: 25px;
}
.slfh_searchresults {
  margin-bottom: 17px;
  color:#c0c0c0;
  font-size: 14px;
  /*font-weight: 400;*/
}
.slf_header .btn_viewall {
  padding-left: 10px;
  padding-right: 10px;
  /*font-weight: 400;*/
  height: 31px;
    line-height: 18px;
    font-size: 14px;
    background-color: #f5f5f3;
}
.slfg_toggle,
.slfg_toggle:focus,
.slfg_toggle:hover  {
  display: block;
  border-bottom: solid 1px #CCC;
  text-transform: capitalize; /*uppercase*/
  text-decoration: none;
  font-size:12px;
  color:#000;
}
.slfg_toggle {
  background-image: url(../img/shoplistfiltergroup_arrows.png);
  background-repeat: no-repeat;
  background-position: right 16px;
}
.slfg_toggle.collapsed {
  background-position: right -66px;
}
.slfg_toggle .slfg_toggle_inner {
  padding: 13px 0 12px 8px;
  /*font-weight: 400;*/
  /*font-family: 'Space Mono', monospace;*/
  font-size: 19px;
  color: #323232;
}
#filters-slide-toggle{
  /*font-weight: 400;*/
  /*font-family: 'Space Mono', monospace;*/
  font-size: 18px;
  color: #323232;
}
.slfg_items {
  /*border-bottom: solid 1px #CCC;*/
}
.slfg_items .slfg_items_inner {
  width: 92%;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 8px;
}
.slfg_items label {
  display: block;
  padding: 0;
  margin: 0;
  margin-bottom: 4px;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  /*font-weight: 300;*/
}
.slfg_items label input {
  margin-right: 4px;
    cursor: pointer;
}





.shopitems_list {
  display: flex;
  flex-wrap:wrap;
}
.shopitem {
  position: relative;
  padding-bottom: 1px;
  margin-bottom: 20px;
  text-align: center;
}
.shopitem a {
  text-decoration: none;
  color:#000;
  text-align: center;
}
.shopitem .si_img img {
  display: inline-block;
}
.shopitems_list .shponlc_prodinfo,
.ymbi_prodlist .shponlc_prodinfo {
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
  min-height: 170px;
}
.shopitems_list .shponlcpi_proddetails {
  max-width: 80%;
    color: #666;
}




.shopitem .si_overtext {
  width: 100%;
  position: absolute;
  left:0;
  top: 30%;
}
.shopitem .si_overtext .siot_text {
  margin-bottom: 14px;
  color:#FFF;
  font-size: 30px;
}
@media (max-width: 767px) {
  .shopitem .si_overtext .siot_text {
    width: 63%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .shopitem .si_overtext .siot_text {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .shopitem .si_overtext .siot_text {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .shopitem .si_overtext .siot_text {
    font-size: 34px;
  }
}







.shoplist_detail {
}
.sld_imgviewr_thumbswrapper {
  position: relative;
}
.sld_imgviewr_thumbswrapper a {
  display: inline-block;
  width: 100%;
}


.sldi_top {
  margin-bottom: 20px;
  /*padding: 0 10px 20px 10px;*/
    padding: 0 10px 5px 10px;
  border-bottom: solid 2px #e5e5e5;
}
.sldi_top p {
  margin-bottom: 2px;
}
.pp_currencysymbol,
.pp_currencyiso {
  text-transform: none;
}
.prod_ref {
  font-size: 12px;
  text-transform: capitalize; /*uppercase*/
  color:#cdcdcd;
}
.prod_title{ margin-bottom: 10px; }
.prod_title,
.prod_title_size {
  font-size: 24px;
  line-height: 30px;
  text-transform: capitalize; /*uppercase*/
}
.prod_price {
  font-size: 24px;
  float:left;
  text-transform: capitalize; /*uppercase*/
  color:#cdcdcd;
}
.prod_price span.pp_text {
  font-size: 9px;
  color:#000;
}
.old_prod_price {
  font-size: 24px;
  float:left;
  text-transform: capitalize; /*uppercase*/
  color:#cdcdcd;
  /*font-family:'Gotham-Bold';*/
}
.old_prod_price span.pp_text {
  font-size: 9px;
  color:#000;
}
.prod_rating {
  float:right;
  padding-top: 13px;
}
.prod_rating > a {
  display: block;
  float:left;
  width: 12px;
  height: 11px;
  margin: 0 2px;
  font-size: 0;
  background-image: url(../images/rating_star.png);
}
.prod_rating > a.rating_active {
  background-position: 0 11px
}
.prod_rating span {
  font-size: 9px;
  text-transform: capitalize; /*uppercase*/
  color:#cdcdcd;
}
.prod_rating > span {
  display: block;
  float:left;
}


.sldi_addtocart {
  margin-bottom: 30px;
  padding: 0 10px 20px 10px;
  border-bottom: solid 1px #CCC;
}
.sldi_addtocart .sldiaddcol {
  float: left;
  line-height: 48px;
  margin-right: 16px;
}
.sldi_addtocart .sldiaddcol.sldiadd_col2 input {
  height: 48px;
  line-height: 48px;
  width: 80px;
  margin:0;
  padding: 0;
  padding-left: 10px;
  padding-right:10px;
  border: none;
  border:solid 2px #CCC;
  color:#c0c0c0;
}
.sldiadd_col2 p {
  text-transform: capitalize; /*uppercase*/
  color:#50bf13;
  font-size: 13px;
}
.sldiadd_col3 {
  margin: 0 !important; 
}
.sldiadd_col3 p {
  padding-left: 34px;
  text-transform: capitalize; /*uppercase*/
  font-size: 10px;
  background-image: url(../images/addtowishlist_icon.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}
.promo_disclaimer {
  padding-left: 34px;
  text-transform: capitalize; /*uppercase*/
  color:#747474;
  font-size: 11px;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  /*font-weight: 500;*/
}


.chilli-tabs-content .tab-content  {
  border-bottom: none;
}

/*
.chilli-tabs-content .tab-pane {
  padding-left: 10px;
  padding-right: 10px;
}
*/

.sld_boarddimensions,
.sld_boardfeatures,
.sld_stocklocation,
.sld_description,
.sld_paymentandsecurity,
.sld_shipping {
  /*padding: 24px 0;*/
  border-bottom:solid 1px #CCC;
  font-size: 14px;
    padding-bottom: 2%;
}
.sldsl_gm {
  margin-bottom:10px;
    display: block;
}

.sldd_text{
    margin-bottom:10px;
}


.sld_boarddimensions .table>thead>tr>th {
  border-bottom: none;
  color: #BBB;
  text-transform: capitalize; /*uppercase*/
  font-size: 14px;
}
.sld_boarddimensions .table>thead>tr>td,
.sld_boarddimensions .table>thead>tr>th {
  padding-bottom: 8px;
}

table tr td.aritmeticsimbol {
  color: #CCC;
}

#surfboard-details-measures-table tr th, #surfboard-details-measures-table tr td{

    padding: 2% 1% 2% 1%;

}

.sld_boardfeatures p {
  margin-bottom: 8px;
}

.chilli-tabs-content .getsocial_links {
  margin-bottom:20px;
}
.chilli-tabs-content .getsocial_links ul {
  text-align: left;
}


.youmaybeinterested {
  padding-top: 40px;
  margin-bottom: 60px;
}
.ymbi_titlewrapper {
  border-bottom:solid 1px #CCC;
  text-align: center;
}
.ymbi_title {
  position: relative;
    top: 17px;
  display: inline-block;
  padding: 8px 50px;
  background-color: #FFF;
  border: solid 2px #f1f1f1;
  font-size: 22px;
}
.ymbi_prodlist {
  padding-top: 40px;
}
.ymbi_prodlist .shponlcpi_prodname {
  font-size: 12px;
  /*margin-bottom: 20px !important;*/
}

.ymbi_prodlist .shponlcpi_prodprice {
  font-size: 14px;
  margin-bottom: 20px !important;
}

.ymbi_prodlist .btn-addtocart {
  width: 145px;
  height: 31px;
    line-height: 35px;
  padding-left: 30px;
  padding-right: 10px;
  color: #FFF;
  font-size: 10px;
  background-size: 45%;
  background-position-x: -33px;
}

@media (max-width: 767px) {
}
@media (min-width: 768px) {
  .ymbi_prodlist .btn-addtocart {
    width: 110px;
    padding-left: 24px;
    padding-right: 7px;
    font-size: 8px;
    background-position-x: -26px;
    line-height: 37px;
  }
}
@media (min-width: 992px) {
  .ymbi_prodlist .btn-addtocart {
    width: 140px;
    padding-left: 26px;
    padding-right: 8px;
    font-size: 9px;
  }
}
@media (min-width: 1200px) {
  .ymbi_prodlist .btn-addtocart {
    width: 145px;
    padding-left: 30px;
    padding-right: 10px;
    font-size: 10px;
  }
}





/* ---------------------- SHOP BOARDS ------------------- */
.shopboards_filter {
}
@media (max-width: 767px) {
  .shopboards_filter .container {
    width: 90%;
  }
}

.shopboards_filter label {
  display: block;
  font-size: 11px;
  letter-spacing: 0px;
  text-transform: capitalize; /*uppercase*/
}
.shopboards_filter label span {
  display: inline-block;
  line-height: 29px;
}
@media (max-width: 767px) {
  .shopboards_filter label {
    margin-bottom: 20px;
  }
  .shopboards_filter label span {
    margin-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .shopboards_filter label {
    font-size: 10px;
    letter-spacing: -1px;
  }
}
@media (min-width: 992px) {
  .shopboards_filter label {
    font-size: 11px;
    letter-spacing: 0px;
  }
}


.shopboards_filter input,
.shopboards_filter select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 30px;
  padding-left: 10px;
  padding-right: 24px;
  border-radius: 0;
  background-color: #FFF;
}
.shopboards_filter select {
  background-image: url(/assets/img/select_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  color:#333;
  border-color:#d6d8d8;
}





.sbfrow_lvl1,
.sbfrow_lvl2,
.sbfrow_lvl3 {
  padding: 20px 0;
}
.sbfrow_lvl1 {
  border-bottom: solid 1px #CCC;
}
.sbfrow_lvl2 {
  padding-top: 40px;
}
.sbfrowlvl2sc_wrapper {
}
@media (max-width: 767px) {
  .sbfrowlvl2sc_wrapper {
    margin-bottom: 40px;
  }
  .sbfrow_lvl2 {
    padding-bottom: 0;
  }
}

.shopboards_boardlist {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .shopboards_boardlist .container {
    width: 90%;
  }
}
.shopboards_boardlist .sbbl_item {
  margin-bottom: 34px;
}
.shopboards_boardlist .sbbl_img {
  border:solid 1px #CCC;
}
.sbbli_infowrapper .row {
  margin-bottom: 5px;
}
.sbbl_info_left {
  text-align: right;
  padding-right: 5px;
  text-transform: capitalize; /*uppercase*/
}
.sbbl_info_right {
  text-align: left;
  padding-left: 5px;
}
.sbbl_info_left,
.sbbl_info_right {
  font-size: 11px;
}
@media (max-width: 767px) {
  .sbbl_item > .row,
  .sbbl_item > .row .sbbli_imgwrapper,
  .sbbl_item > .row .sbbli_imgwrapper .sbbl_img {
    height: 100%;
  }
  .sbbl_item > .row .sbbli_imgwrapper .sbbl_img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .sbbl_info_left,
  .sbbl_info_right {
    font-size: 10px;
  }
  .sbbl_item > .row,
  .sbbl_item > .row .sbbli_imgwrapper,
  .sbbl_item > .row .sbbli_imgwrapper .sbbl_img {
    height: 100%;
  }
  .sbbl_item > .row .sbbli_imgwrapper .sbbl_img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .sbbl_info_left,
  .sbbl_info_right {
    font-size: 11px;
  }
}
.sbbli_pricerow {
  padding-top: 18px;
}
.sbbli_pricerow p {
  display: inline-block;
}
.btn_addtocart {
  background-color: #000;
  color:#FFF;
  font-size: 10px;
}
.btn_addtocart.active,
.btn_addtocart.focus,
.btn_addtocart:active,
.btn_addtocart:focus,
.btn_addtocart:hover,
.open>.dropdown-toggle.btn_addtocart {
  color: #FFF;
  background-color: #000;
  border-color: transparent;
}
.sbbl_item .shponlcpi_prodprice {
  font-size: 21px;
  padding-top: 5px;
  letter-spacing: 0;
  float: left;
}
.sbbl_item .btn_addtocart {
  float: right;
}

/* -------------------- end SHOP BOARDS ----------------- */



.oldprice_wrapper {
  color:#C00;
  font-size:16px;
  text-decoration: line-through;
  position: relative;
    top: -6px;
}

.vc_innactive {
  opacity: 0.2;
  cursor: default;
}
.vc_2 ul li a.vc_innactive:hover,
.vc_3 ul li a.vc_innactive:hover {
  background-color: #FFF;
    color: #CCC;
}

.variants_nav ul {
  list-style-type: none;
  list-style: none;
  padding: 0;
}
.variants_nav ul li {
  /*display: inline-block;*/
    display: inline-table;
}


.variant_color {
  font-size:0;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-left: 4px;
  border:solid 1px #ccc;
  border-radius: 100%;
}


.variant_color_selected{
  border:1px solid #fff;
}

.variant_color_selected:after{
  content: '';
  width: 22px;
  height: 22px;
  border: 3px solid #ccc;
  border-radius: 20px;
  /* font-size: 0; */
  display: block;
  margin-top: -27px;
  margin-left: -2px;
}

.variant_container {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom:solid 1px #CCC;
  display: none;
}
.vc_active {
  display: block;
}
.variant_container .variant_name {
  text-transform: capitalize; /*uppercase*/
}
.variant_container ul {
  list-style-type: none;
  padding: 0;
} 
.variant_container ul li {
  display: inline-block;
}

.variant_container.vc_3{
  border-bottom:solid 3px #CCC;
}

.variant_colors_wrapper ul li a {
  font-size:0;
  width: 26px;
  height: 26px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  display: block;
    border: 1px solid #ccc;
}

.variant_colors_wrapper ul li a.v_selected,
.variant_colors_wrapper ul li a:hover {
  border:solid 4px #CCC;
  width: 30px;
  height: 30px;
  position: relative;
    top: 2px;
    margin-left: 0px;
}


.variant_size_wrapper ul li,
.variant_misc_wrapper ul li {
  /*margin-right: 10px;*/
    margin: auto 10px 15px auto;

}

.variant_size_wrapper ul li a,
.variant_misc_wrapper ul li a {
  border:solid 2px #CCC;
  color:#CCC;
  text-transform: capitalize; /*uppercase*/
}

.variant_size_wrapper ul li a{
    padding: 6px 15px;
}

.variant_misc_wrapper ul li a {
    padding: 7px 20px;
}


/*.variant_size_wrapper ul li a.v_selected,*/
.variant_size_wrapper ul li a:hover,
.variant_misc_wrapper ul li a.v_selected,
.variant_misc_wrapper ul li a:hover {
  background-color: #d9dbdb;
  color:#FFF;
    /*border:none;*/
    border: 2px solid #999;
}


.variant_colors_wrapper ul li a.v_selected,
.variant_size_wrapper ul li a.v_selected,
.variant_misc_wrapper ul li a.v_selected {
  cursor: default;
}

.variant_size_wrapper ul li a.v_selected{

    border: 2px solid #999;
    background-color: #d9dbdb;
    color: #fff;

}




.shophome_surfboards,
.shophome_accessories,
.shophome_apparel {
  margin-bottom: 20px;
  text-align: center;
}
.shponlc_prodinfo {
  padding-top: 10px;
  text-align: center;
  /*text-transform: capitalize;*/ /*uppercase*/
}

.shponlcpi_prodname {

  font-size: 19px;
    text-transform: capitalize; /*uppercase*/
      /*font-family: 'Poppins', sans-serif;*/
      /*font-weight: 400;*/
  /*height: 42px;*/
}
.shponlc_prodinfo .shponlcpi_proddetails {
  max-width: 80%;
  margin: 0 auto;
    /*margin-bottom: 3px !important;*/
    font-size: 14px;
    letter-spacing: 0;
    /*font-family: 'Poppins', sans-serif;*/
    /*font-weight: 300;*/
}
.shponlc_prodinfo .shponlcpi_prodprice {
  color:#CdCdCd;
  /*font-family: 'Poppins', sans-serif;*/
    /*font-weight: 600;*/
    font-size: 20px;
    padding-top: 6px;
}
.shopitem .shponlcpi_prodprice {
  color:#323232;
  /*font-family: 'Poppins', sans-serif;*/
    font-weight: 300!important;
    font-size: 20px;
}

.shponlcpi_prodprice.oldprodprice, .old_prod_price{
  text-decoration: line-through;
}

.shponlcpi_prodprice.newprodprice, .newprice{
  color: red;
  margin-bottom: 0px;
}

.shophomelist_item {
  text-align: center;
}
.shophomelist_item img {
  display: inline-block;
}





.frp_col1,
.frp_col3 {
  position: relative;
}
.fr_display {
  width: 75% !important;
  position: absolute;
  top:0;
  z-index: 2;
}


/* PBS: simplify things! */

.shophome_list .row{

    /*border:5px dotted red;*/
    margin-bottom: 5%;

}

.shophome_list h1{

    font-size:14px;
    text-transform: capitalize; /*uppercase*/
    /*border:1px solid #ccc;*/
    height:14px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space:nowrap;

}

.shophome_list p{

    font-size: 10px;

}

.shophome_list .price{

    font-size: 20px;
    color: #ccc;
    /*margin-top: 5%;
    border: 1px dotted;*/

}

@media ( min-width: 992px ){

    .shophome_list .tab-content{

        /*border:1px solid green;*/
        height:300px;
        overflow:hidden;

    }

}

/*
@media ( max-width: 991px ){

    .shophome_list .tab-content{

        border:1px solid green;
        height:500px;
        overflow:hidden;

    }

}
*/

/* PBS - home shop display products */

.shop-display-wrapper{

    padding:15px;

}

.shop-display-wrapper h1{

    font-size: 14px;
    text-transform: capitalize; /*uppercase*/
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 16px;
    overflow: hidden;
    margin: 10% 0 13px 0;

}

.shop-display-wrapper .shop-display-details{

    font-size: 12px;
    /*border: 1px dotted red;*/
    height:32px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;

}

.shop-display-wrapper .shop-display-price{

    font-size: 20px;
    color:#ccc;
    /*border: 1px dotted #ccc;*/
    margin-top: 15%;

}

.shop-display-item{

    /*border:1px solid #ccc;*/

}


#shop-display-placeholder-all .row.border-top{

    border-top: 1px solid #ccc;

}



.label_sport{
    background-color: #ccc;
    height: 30px;
    line-height: 35px;
    padding-left: 10px !important;
    font-size: 13px !important;
    /*font-weight: bold !important;*/
}
.label_brand{
    background-color: #eaeaea;
    height: 20px;
    line-height: 25px;
    padding-left: 20px !important;
    font-size: 12px !important;
    /*font-weight: bold !important;*/
}

.prod_state_title{
  font-size: 14px;
      text-transform: capitalize; /*uppercase*/
      color: #cdcdcd;
}

.proddetail_state{
  margin-top: 4px !important;
  color: #CdCdCd !important;
}

.breadcrumb.shoppage{
  margin-top: 0px;
  padding-top: 50px;
}

ol.breadcrumb li{
  font-size: 14px;
}
ol.breadcrumb li a{
  color: #252525;
}


/*CUSTOM*/



/*body {
    height: 100%;
    color: #000;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}*/




select {
    background-image: url(/assets/img/select_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #333;
    border-color: #d6d8d8;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 24px;
    border-radius: 0;
    background-color: #FFF;
}

label {
    font-size: 13px;
}

a:focus,
a:hover {
    outline: none;
    color: inherit;
    text-decoration: inherit;
}

.modal-content {
    border-radius: 0;
}

.col_nopadding {
    padding-right: 0px;
    padding-left: 0px;
}

.col_nopaddingleft {
    padding-left: 0px;
}

@media (max-width: 767px) {
    .col_nopadding,
    .col_nopaddingleft {
        padding-right: 15px;
        padding-left: 15px;
    }
}

table, th {
    text-align: center;
}

table > thead > tr > th {
    padding-bottom: 16px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th {
    border: none;
    padding-bottom: 6px;
}

.table > thead > tr > td,
.table > thead > tr > th {
    padding-bottom: 16px;
}

.table-striped > tbody > tr {
    background-color: #eaeced;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: transparent;
}

.open > .dropdown-toggle.btn-default {
    color: #000;
    background-color: #efefef;
    border-color: transparent;
}

.open > .dropdown-toggle.btn-primary {
    color: #000;
    background-color: #efefef;
    border-color: transparent;
}

.btn-warning {
    color: #fff;
    background-color: #75b5e3;
    border-color: transparent;
}

.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ff3347;
    border-color: transparent;
}

.btn-strongwarning {
    color: #fff;
    background-color: #75b5e3;
    border-color: transparent;
}

.open > .dropdown-toggle.btn-strongwarning {
    color: #fff;
    background-color: #ff1111;
    border-color: transparent;
}

/*
.container {
  padding-right: 0 !important;
    padding-left: 0 !important;
}
*/

.main-wrapper {
    /*commented out because of html2canvas*/
    /*overflow: hidden;
    border:1px dotted red;*/
}


/*  ------- NAV ------- */


.curr_megamenu {
    background-color: #000 !important;
    color: #FFF;
}

.nav > li > a:focus {
    /*background-color: transparent !important;*/
}

.nav .open > a,
.nav .open > a:focus {
    background-color: transparent;
    color: #FFF;
}

.nbtop_right {
    padding-top: 20px;
    padding-right: 15px;
    float: right;
}

.nbtop_right > li, .nbtop_right > li a {
    /*margin-left: 10px;*/
    list-style: none;
    list-style-type: none;
    float: left;
    text-transform: capitalize; /*uppercase*/;
    font-size: 10px;
    color: #666;
}

.nbtop_right > li a {
    /*color:#666;
    text-decoration: none;*/
    padding: 0 10px 0 10px;
}

.nbtop_right > li a:hover {
    color: #75b5e3;
}

.nbtop_right > li.btn_mycart {
    background-color: #000;
    margin-top: -11px;
}

.nbtop_right > li.btn_mycart a {
    display: block;
    padding: 10px;
    color: #FFF;

    /*padding-left: 50px;
    background-image: url(../images/icon_cart.jpg);
    background-repeat: no-repeat;
    background-position: 15px 10px;*/
}

/*.btn_mycart a .glyphicon-shopping-cart {
    font-size: 14px
}*/

.nbtop_right > li.btn_mycart a:hover {
    color: #75b5e3;
}

.dropdown .caret {
    /*display: none;*/
}

.megamenu_wrapper {
    position: absolute;
    top: 165px;
    left: 15px;
    z-index: 99;
    width: 100%;
    background-color: #000;
}

.megamenu {
    height: 0;
    overflow: hidden;
    color: #FFF;
}

.megamenu_inner {
}

.megamenu_inner .container {
    padding: 43px 0 43px 0;
    padding-bottom: 100px;
}

.megamenu * {
    font-size: 11px;
    color: #FFF;
}

.megamenu h6 {
    margin-bottom: 16px;
}

.megamenu ul,
.megamenu ul li {
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.megamenu ul li {
    margin-bottom: 6px;
}

.megamenu ul li a:hover {
    text-decoration: none;
    color: #75b5e3;
}

.mmboardpreview_wrapper {
    position: relative;
    height: 134px;
}

.mmboardpreview {
    position: absolute;
    left: 0;
    top: -84px;
    height: 0;
    overflow: hidden;
}

.mmboardpreview img {
    max-width: 400px;
}

.megamenu_footer {
    display: block;
    height: 97px;
    background-color: #726d72;
    background-image: url(../images/megamenufooter_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    text-decoration: none;
}

.megamenu_footer:hover {
    background-color: #75b5e3;
    text-decoration: none;
}

.megamenu_footer_text1 {
    padding-top: 32px;
    margin-bottom: 1px;
    font-size: 16px;
    text-transform: capitalize; /*uppercase*/
}

.megamenu_footer_text2 {
    font-size: 14px;
}

.mmbp_text {
    position: relative;
    top: -75px;
    text-align: center;

}

.mmbp_text p {
    margin-bottom: 0;
}

.mmbp_text p,
.mmbp_text p.mmbp_price span {
    font-size: 27px;
    color: #666;
}

.mmbp_text p.mmbp_price,
.mmbp_text p.mmbp_price span {
    font-size: 18px;
}

.mmbp_price_symbol {
    position: relative;
    right: -6px;
}

/*  ----- end NAV ----- */

/* ------- CAROUSEL ------- */
.main_destaque {
    position: relative;
    margin-top: -125px;
    margin-bottom: 60px;
}

.main_destaque.md_loadingimgs {
    min-height: 190px;
}

@media (max-width: 767px) {

    .main_destaque,
    .topbanner {
        position: relative !important;
        margin-top: 0 !important;
    }

}

@media (min-width: 992px) {

    /*trick to avoid the "jump" on the homepage*/
    .carousel .item{

        min-height: 25vh;

    }

}

.carousel-caption, .carousel-caption a{

    color:#fff;
    top:40%;

}

.carousel-control {
    width: 0.5%;
    background-image: none !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 4200%;
    margin-left: 0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 4200%;
    margin-right: 0;
}

.carousel-indicators li {
    margin-right: 7px;
    margin-left: 7px;
}

.carousel-control #previous, .carousel-control #next {
    position: absolute;
    top: 40%;
    width: 50px;
    /*left: 4200%;*/
}

.carousel-control #previous {
    /*left: 35px;*/
    left: 2600%;
}

.carousel-control #next {
    /*right:35px;*/
    right: 2600%;
}

/* ----- end CAROUSEL ----- */

/* ------- LINKS DESTAQUE HOME ------- */
.links_destaque {
    margin-bottom: 80px;
}

.links_destaque > div {
    padding: 0;
}

.ld_item {
    position: relative;
}

/*chilli logo*/
/*.ld_item .centerlogo_gfx {*/
.centerlogo_gfx {
    position: absolute;
    /*border:1px solid red;
    width: 38px;
    top: 20px;
    right: -8%;*/
    z-index: 9;
    /*top: 55%;*/
    right: 0;
    left: 0;
    text-align: center;
    margin-top: 286px;
}

@media (max-width: 991px) {
    .centerlogo_gfx {
        display: none;
    }
}

/*end chilli logo*/

.ld_item a {
    display: block;
    overflow: hidden;
    position: relative;
}

.ld_item .ld_item_title {
    font-size: 38px;
    padding-bottom: 10px;
}

.ld_item.ld_1 .ld_item_title
.ld_item.ld_1 {
}

.ld_item.ld_1 .ld_item_title {
    padding-right: 60px;
}

.ld_item.ld_2 {
}

.ld_item.ld_2 .ld_item_title {
    padding-left: 60px;
}

.ld_item a img {
    position: relative;
    z-index: 1;
}

/*this makes the line, and contains the paragraph*/
.ld_item a .lditem_toplayer {
    position: absolute;
    top: 49%;
    left: 0;
    z-index: 3;
    width: 87%;
    height: 1px;
    background-color: #FFF;
    /*border:1px solid red;*/
}

/*
@media(max-width:991px){

    .ld_item a .lditem_toplayer.ld_1 p{

        border:1px dotted orange;
        left:20% !important;

    }

}
*/

/*the pragraph itself..*/
.ld_item a .lditem_toplayer p {
    position: absolute;
    right: 20px;
    top: -33px;
    font-size: 50px;
    color: #FFF;
    text-align: center;
    text-transform: capitalize; /*uppercase*/
    line-height: 36px;
    /*border:1px solid orange;*/
    text-shadow: 2px 2px 0 rgba(0,0,0,.25);
}

.links_destaque #shop-surfboards-wrapper {
    /*border:1px solid red;*/
    position: absolute;
    z-index: 9;
    font-size: 50px;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize; /*uppercase*/
    text-align: center;
    margin-top: 48%;
    right: 15%;
}

/*PBS: instead of another div with tricks, use the pseudo element :before*/
.links_destaque #shop-surfboards-wrapper:before {
    content: '';
    border-top: 1px solid white;
    width: 300%;
    /*left:-200%;*/
    right: -5%;
    display: block;
    top: 27%;
    position: absolute;
}

.links_destaque #accessories-wrapper, .links_destaque #apparel-wrapper {
    /*border:1px solid red;*/
    position: absolute;
    z-index: 9;
    font-size: 50px;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize; /*uppercase*/
    text-align: center;
    margin-top: 22%;
    left: 15%;
}

.links_destaque #accessories-wrapper:before, .links_destaque #apparel-wrapper:before {
    content: '';
    border-top: 1px solid white;
    width: 1000%;
    display: block;
    top: 27%;
    left: -5%;
    position: absolute;
}

@media (max-width: 991px) {

    .links_destaque #shop-surfboards-wrapper, .links_destaque #accessories-wrapper, .links_destaque #apparel-wrapper {
        left: 0;
        right: 0;
    }

    .links_destaque #shop-surfboards-wrapper {
        margin-top: 49.5%;
    }

    .links_destaque #accessories-wrapper {
        margin-top: 25%;
    }

}

.ld_item.ld_2 a .lditem_toplayer {
    left: auto;
    right: 0;
}

.ld_item.ld_2 a .lditem_toplayer p {
    right: auto;
    left: 20px;
}

/*
@media (max-width: 767px) {
    .ld_item a .lditem_toplayer {
        width: 100%;
    }

    .ld_item a .lditem_toplayer p {
        right: 0 !important;
        left: 0 !important;
        width: 100%;
    }
}
*/

.ld_item a p {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.ld_item a:hover p {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    right: 60px;

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.ld_item.ld_2 a:hover p {
    left: 60px;
}

.ld_item a img {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.ld_item a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity: 0.7;
}

/* ----- end LINKS DESTAQUE HOME ----- */

/* ----- LATEST NEWS ----- */
.video_home {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 120%;
}

.video_home .video_home_inner {
    width: 500px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 60px;
}

.video_home h1 {
    margin-bottom: 30px;
}

.video_home iframe {
    width: 500px;
    height: 281px;
    margin: 0 auto;
    display: block;
}

/*
.video_home p {
  padding-top: 20px;
}
*/

.video_home a:hover {
    text-decoration: none;
    color: #CCC;
}

.video_home_inner .vidhome_more {
    text-align: center;
}

@media (max-width: 767px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 100%;
    }

    .video_home iframe {
        width: 100%;
        height: 337px;
    }
}

@media (min-width: 768px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 600px;
    }

    .video_home iframe {
        width: 600px;
        height: 337px;
    }
}

@media (min-width: 992px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 768px;
    }

    .video_home iframe {
        width: 768px;
        height: 431px;
    }
}

@media (min-width: 1200px) {
    .video_home .video_home_inner,
    .videos_top .getsocial_links {
        width: 992px;
    }

    .video_home iframe {
        width: 992px;
        height: 557px;
    }
}

.latestfromchilli {
    background-color: #F0F0F0;
}

.latestfromchilli_inner {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 80px;
}

.latestfromchilli .lfc_top {
    padding-bottom: 30px;
    text-align: center;
}

.latestfromchilli .lfc_top h1 {
    margin-bottom: 20px;
}

.latestfromchilli .lfc_image {
    height: 200px;
    margin-bottom: 25px;
    overflow: hidden;
    display: block;
    position: relative;
}

.latestfromchilli .lfc_image img {
    width: 100%;
    position: relative;
    z-index: 1;

    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.latestfromchilli .lfc_title {
    margin-bottom: 22px;
    text-transform: capitalize; /*uppercase*/

    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.latestfromchilli .lfc_title .lfc_titletitle {
    margin-bottom: 1px;
    font-size: 23px;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.latestfromchilli .lfc_title .lfc_titleinfo {
    color: #d6d8d8;
    font-size: 12px;
    letter-spacing: 0;
}

.latestfromchilli .lfc_text {
    margin-bottom: 22px;
    font-size: 13px;
}

@media (max-width: 767px) {
    .latestfromchilli .container {
        padding: 0 30px !important;
    }

    .latestfromchilli .lfc_article {
        margin-bottom: 60px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.latestfromchilli a {
    color: inherit;
    text-decoration: none;
}

.latestfromchilli a img {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.latestfromchilli a:hover img {
    top: 50%;
    text-align: center;

    -webkit-transform: scale(1.1) translateY(-50%);
    -moz-transform: scale(1.1) translateY(-50%);
    -o-transform: scale(1.1) translateY(-50%);
    -ms-transform: scale(1.1) translateY(-50%);
    transform: scale(1.1) translateY(-50%);

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.latestfromchilli .lfc_title {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

    background-color: rgba(255, 255, 255, 0.7);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.latestfromchilli a:hover .lfc_title {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;

    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/* --- end LATEST NEWS --- */

.getsocial_subtitle {
    font-size: 11px;
    text-transform: capitalize; /*uppercase*/
    text-align: center;
}

.getsocial_links {
    padding-top: 16px;
    margin-bottom: 90px;
}

.getsocial_links ul {
    /*margin-left: -43px;*/
    list-style: none;
    list-style-type: none;
    text-align: center;
}

.getsocial_links ul li {
    display: inline-block;
    width: 30px;
    font-size: 0;
    /*height: 27px;
    overflow: hidden;*/
}

.getsocial_links ul li.social_sep {
    width: 2px;
    margin: 0 10px;
}

.getsocial_links ul li a {
}

.getsocial_links ul li a img {
    width: 22px;
}

.board_img img {
    height: 100%;
}

.featb_item a .board_img img {
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.featb_item a:hover .board_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.board_shadow {
    height: 46px;
}

.featb_sep span {
    display: block;
    padding-top: 200px;
    font-size: 40px;
    color: #CCC;
}

.board_info {
}

.board_info span {
    display: block;
    text-transform: capitalize; /*uppercase*/
    font-size: 14px;
}

.board_info .board_name {
    color: #000;
    /*font-weight: bold;*/
    font-size: 14px;
}

.board_info .board_price {
    color: #CCC;
    font-size: 12px;
}

.board_price.no_price {
    display: none;
}

.featb_item .not_new {
    display: none;
}

/* ------- FOOTER  ------- */
.prefooter {
    margin-bottom: 80px;
}

.prefooteritem {
    height: 151px;
    margin-bottom: 20px;
    background-position: center;
    background-size: cover;
    text-shadow: 1px 1px 1px #fff;
}

.prefooteritem_1 {
    background-image: url(../assets/img/pre-footer/01.jpg);
}

.prefooteritem_2 {
    background-image: url(../assets/img/pre-footer/02.jpg);
}

.prefooteritem_3 {
    background-image: url(../assets/img/pre-footer/03.jpg);
    background-position: right;
}

.prefooteritem_1 .prefooteritem_inner {
    padding-top: 45px;
}

.prefooteritem_1 h3 {
    margin-bottom: 19px;
}

.prefooteritem_1 form {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #FFF;
}

.prefooteritem_1 form .maillist_input {
    width: 71%;
    height: 32px;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    outline: none;
}

.prefooteritem_1 form .btn {
    position: absolute;
    right: 2px;
    padding: 5px 20px;
    height: 90%;
}

.prefooteritem_2 {
    text-align: center;
}

.prefooteritem_2 .prefooteritem_inner {
    padding-top: 45px;
}

.prefooteritem_2 h3 {
    margin-bottom: 17px;
}

.prefooteritem_3 {
    text-align: center;
}

.prefooteritem_3 .prefooteritem_inner {
    padding-top: 45px;
}

.prefooteritem_3 h3 {
    margin-bottom: 17px;
}

.prefooteritem_3 p {
    font-size: 15px;
}

@media (max-width: 767px) {
    .prefooter .container {
        width: 96%;
    }
}

@media (min-width: 768px) {
    .prefooteritem_1 form .maillist_input {
        width: 81%;
    }
}

@media (min-width: 992px) {
    .prefooteritem_1 form .maillist_input {
        width: 58%;
    }
}

@media (min-width: 1200px) {
    .prefooteritem_1 form .maillist_input {
        width: 62%;
    }
}

footer {
    position: relative;
    /*padding-top: 80px;*/
    padding-bottom: 20px;
    font-size: 13px;
    color: #d9dbdb;
    background-color: #000;
}

footer .slidetotop_wrapper {
    width: 100%;
    position: absolute;
    top: -14px;
    text-align: center;
}

footer .slidetotop_wrapper .btn {
    padding-left: 60px;
    padding-right: 60px;
    background-image: url(../images/slidetotoparrow_left.png), url(../images/slidetotoparrow_right.png);
    background-position: center left, center right;
    background-repeat: no-repeat;
    font-size: 10px;
    height: 40px;
    line-height: 30px;
}

footer .fcol_title {
    margin: 12px auto 22px;
    font-size: 15px;
    color: #FFF;
    text-transform: capitalize; /*uppercase*/
}

footer .fcol_subtitle {
    color: #FFF;
}

footer .coll_notitle {
    padding-top: 43px;
}

footer ul.fcol_list {
    padding: 0;
    margin-bottom: 30px;
    list-style: none;
    list-style-type: none;
    color: inherit;
}

footer ul.fcol_list li,
footer ul.fcol_list li a {
    color: inherit;
    text-decoration: none;
}

footer ul.fcol_list li {
    margin-bottom: 10px;
}

/*
.footerbottom {
}

.footerbottom .footerbottom_left {
    float: left;
}

.footerbottom .footerbottom_right {
    float: right;
}
*/

.footerbottom .btn-strongwarning {
    padding-left: 70px;
    padding-right: 70px;
}

.footerbottom .footer_disclaimer {
    font-size: 14px;
    padding-top: 20px;
}

/*
footer .getsocial_links ul li {
    width: 33px;
    height: 30px;
    margin: 0 2px;
}
*/

footer .row{

    margin-bottom: 2%

}

#footer-social-icons .col-sm-7{

    margin-bottom: 5px;

}

#footer-social-icons .col-xs-3{

    padding: 0 10px 0 10px;

}

@media (max-width: 767px) {
    footer .container {
        width: 70%;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/* ------- end FOOTER  ------- */

/* ------- BREADCRUMB ------- */
.breadcrumb {
    position: relative;
    z-index: 10;
    padding: 15px 15px;
    background-color: #f5f5f3;
    text-align: center;
    /*margin-top: 60px;*/
    padding-top: 100px;
}

.breadcrumb li {
    text-transform: capitalize; /*uppercase*/
    font-size: 11px;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #75b5e3;
}

.breadcrumb li a {
    text-decoration: none;
}

/* ----- end BREADCRUMB ----- */

/* ------- TOP BANNER ------- */
.topbanner {
    position: relative;
    margin-top: -105px;
}

/*
.topbanner .carousel-caption {
    bottom: 26%;
}
*/

.carousel-caption p {
    font-size: 27px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}

/*
@media (min-width: 768px) {
    .topbanner .carousel-caption {
        bottom: 9%;
    }
}

@media (min-width: 992px) {
    .topbanner .carousel-caption {
        bottom: 23%;
    }
}

@media (min-width: 1200px) {
    .topbanner .carousel-caption {
        bottom: 26%;
    }

    .topbanner .carousel-caption p {
        font-size: 30px;
    }
}

*/
/* ----- end TOP BANNER ----- */

.othersurfboards {
    padding-bottom: 110px;
}

.othersurfboards h1 {
    margin-bottom: 40px;
}

.othersurfboards .carousel-inner {
    width: 86%;
    margin: 0 auto;
}

.othersurfboards .item {
}

.othersurfboards .os_imgwrapper {
}

.othersurfboards .os_imgwrapper > a {
    display: inline-block;
    width: 180%;
    position: relative;
    left: -40%;
}

.othersurfboards.os_small .os_imgwrapper > a {
    width: 160%;
    left: -30%;
}

.othersurfboards .board_img img {
    height: auto;
}

.othersurfboards .board_shadow img {
    margin: 0 auto;
}

.othersurfboards .board_info {
    text-align: center;
}

.othersurfboards .glyphicon-chevron-left:before,
.othersurfboards .glyphicon-chevron-right:before {
    content: none;
}

.othersurfboards .glyphicon-chevron-left,
.othersurfboards .glyphicon-chevron-right {
    display: block;
    width: 55px;
    height: 70px;
    border: solid 2px #f1f1f1;
    cursor: pointer;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
}

.othersurfboards .carousel-control .glyphicon-chevron-left,
.othersurfboards .carousel-control .glyphicon-chevron-right,
.othersurfboards .carousel-control .icon-next,
.othersurfboards .carousel-control .icon-prev {
    top: 32%;
}

.othersurfboards .glyphicon-chevron-left {
    left: 200%;
    background-image: url(../images/fboardsarrow_prev.png);
}

.othersurfboards .glyphicon-chevron-right {
    right: 200%;
    background-image: url(../images/fboardsarrow_next.png);
}

.othersurfboards .carousel-indicators {
    bottom: -60px;
}

.othersurfboards .carousel-indicators li {
    border: 1px solid #000;
    margin: 0 4px;
}

.othersurfboards .carousel-indicators .active {
    background-color: #000;
}

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .othersurfboards .carousel-control .glyphicon-chevron-left,
    .othersurfboards .carousel-control .glyphicon-chevron-right,
    .othersurfboards .carousel-control .icon-next,
    .othersurfboards .carousel-control .icon-prev {
        top: 38%;
    }
}

@media (min-width: 1200px) {
}

.ld_shophome {
    margin-top: -25px;
}

.shopnav {
    padding: 16px 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize; /*uppercase*/
    font-size: 12px;
}

.shopnav,
.shopnav li {
    list-style: none;
    list-style-type: none;
}

.shopnav li {
    display: inline-block;
    margin: 0 16px;
}

.shopnav li a {
    color: #FFF;
    text-decoration: none;
}

.shopnav li a:hover {
    color: #75b5e3;
}

/* STYLES FOR CAROUSEL FADE  - add class .carousel-fade to carousel */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* ------------------------------------------------ */

.btn_viewall {
    display: inline-block;
    padding: 6px 27px 5px 27px;
    background-color: #FFF;
    border: solid 1px #CCC;
    font-size: 9px;
    text-transform: capitalize; /*uppercase*/
    text-decoration: none;
    color: #000;
}

.ld_item .btn_viewall {
    position: absolute;
    right: 23%;
    bottom: 33%;
    z-index: 2;
}

.ld_item.ld_2 .btn_viewall {
    right: auto;
    left: 23%;
    bottom: 21%;
}

.clear_both {
    clear: both;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    opacity: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.chilli-tabs {
    position: relative;
    z-index: 2;
    list-style-type: none;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.chilli-tabs li {
    display: inline-block;
}

.chilli-tabs li a {
    display: inline-block;
    padding: 10px 30px;
    /*text-transform: capitalize; /*uppercase*/*/
    text-decoration: none;
    font-size: 14px;
    /*font-weight: bold;*/
    color: #323232;
}

.chilli-tabs li.active a {
    border: solid 1px #CCC;
    border-bottom: none;
    background-color: #FFF;
    /*padding: 10px 29px;*/
    padding-top: 9px;
    padding-bottom: 10px;
    /*padding: 10px 1%;*/
    color: #a5a5a5;
}

.chilli-tabs li a:hover {
    color: #75b5e3;
}

.chilli-tabs-content .tab-content {
    padding: 13px 0;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    border-top: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
}

.chilli-tabs-content .tab-content a:hover {
    color: #000;
}

.btn-addtocart {
    display: inline-block;
    height: 48px;
    line-height: 53px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #000;
    color: #FFF !important;
    /*background-image: url(../images/btn_addtocart_icon.jpg);*/
    background-position: center left;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: capitalize; /*uppercase*/
}

.btn-addtocart:hover {
    text-decoration: none;
}

.tdcb_prev,
.tdcb_next {
    padding-top: 8px;
    background-repeat: no-repeat;
    width: 160px;
}

.tdcb_prev {
    padding-left: 33px;
    background-image: url(../images/btn_prev_arrow.png);
    background-position: left center;
}

.tdcb_next {
    padding-right: 33px;
    background-image: url(../images/btn_next_arrow.png);
    background-position: right center;
    float: right;
}

.ui-slider {
    background-image: none !important;
    background-color: #000 !important;
}

.ui-slider-horizontal .ui-slider-handle {
    width: 17px !important;
    height: 17px !important;
    top: -5px !important;
    border-radius: 18px !important;
    background: #FFF !important;
    background-image: none !important;
    background-color: #FFF !important;
    border: solid 2px #959595 !important;
}

.ui-widget-header {
    background: #8c8c8c !important;
}

.filterrange_preview {
    margin-bottom: 20px;
}

.filterrange_preview input {
    width: 100%;
    color: #8c8c8c;
    font-size: 11px;
    /*font-weight: 500;*/
    height: 37px;
    padding-left: 10px;
}

.frp_col2 {
    text-align: center;
}

.slider_column {
    padding-top: 12px;
}

.slider_infoval {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
    text-align: center;
    background-color: #f1f1f1;
}

.handle_tip {
    width: 40px;
    height: 28px;
    background-image: url(../images/handle_tip_bg.png);
    background-size: 100%;
    position: absolute;
    top: -34px;
    left: -12px;
    font-size: 11px;
    text-align: center;
    line-height: 22px;
    color: #000;
}

.btn_search {
    padding-left: 60px;
    float: right;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 38px;
}

@media (max-width: 767px) {
    .btn_search {
        width: 100%;
    }
}

.carousel-inner img {
    width: 100% !important;
}

.playbutton img {
    width: auto !important;
}


.btn_mycart_small {
    float: right;
    font-size: 20px;
    margin-right: 25px;
    width: 50px;
    height: 50px;
    padding-top:15px
}

.mcc_toparrow {
    width: 28px;
    height: 12px;
    background-image: url(/assets/img/mcc_toparrow.png);
    position: absolute;
    top: -13px;
    right: 20px;
}











.mccbn_right {
    padding-right: 0;
}



@media (max-width: 767px) {
    
    /*.btn_gotocheckout {
        font-size: 10px;
    }*/

    .mcc_toparrow {
        right: 78px;
    }
}

.myaccount_wrapper p {
    font-size: 12px;
}

.ma_userandpass label {
    width: 100%;
}

.ma_labeloflabel {
    height: 68px;
    font-size: 12px;
    text-transform: capitalize; /*uppercase*/
}

@media (max-width: 767px) {
    .ma_labeloflabel {
        height: 30px
    }
}

#othersurfboards_widget .board_shadow {
    width: 47%;
    margin: 0 auto;
}

.cplitem_dummiecontainer {
    width: 0;
    height: 0;
    overflow: none;
    display: none;
}



/*
.ccir_row {
    padding-top: 10px;
}
*/

.t_nrofitems {
    padding: 0;
}

#spraypreview .modal-header {
    border-bottom: none;
}

.spraypimg_wrapper {
    text-align: center;
}

.spray-paint-col{
    -webkit-transition: all 0.3s ease-out 0.1s;
    -moz-transition: all 0.3s ease-out 0.1s;
    -o-transition: all 0.3s ease-out 0.1s;
    -ms-transition: all 0.3s ease-out 0.1s;
    transition: all 0.3s ease-out 0.1s;
}

.spray-paint-col:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);


}



.clear_all_wrapper {
    padding-top: 10px;
    text-align: center;
}

.currency_symbol {
    display: inline !important;
}



.shopitems_list .si_img .tab-pane {
    height: 328px;
    text-align: center;
}

.shopitems_list .si_img .tab-pane img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.shopitems_list_noresult {
    display: none;

    width: 48%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.miscpage_wrapper {
    padding-bottom: 60px;
}

.miscpage_container_inner {
}

.miscpage_container_inner h1 {
    text-align: left;
    font-size: 22px;
    text-transform: capitalize; /*uppercase*/
    border-bottom: solid 1px #CCC;
    line-height: 60px;
}

.miscpage_container_inner p strong {
    font-size: 15px;
    line-height: 36px;
    display: block;
}

.miscpage_container_inner p {
    font-size: 13px;
}

.modalsecond_title {
    border-bottom: solid 2px #000;
    line-height: 27px;
    text-transform: capitalize; /*uppercase*/
    font-size: 13px;
}

/*PBS - override bootstrap tabs*/
.nav-tabs > li > a {
    border-radius: 0 0 0 0;
}

#navbar a {
    text-shadow: 1px 1px rgba(255, 255, 255, .5);
}

#navbar a.hasmegamenu:hover, #navbar a.hasmegamenu:active {
    text-shadow: none;
}

/*override bootstrap .form-control*/

.form-control{

    border-radius: 0 !important;
    /*height: 40px !important;*/

}

.btn-success{

    /*background-color: #26b300;
    height:50px;
    padding: 10px 0;
    color:#FFF !important;
    text-transform: capitalize; /*uppercase*/
    font-size: 16px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    font-weight: bold;*/

}

.navbar-right .dropdown-menu{

    right: auto;
    background: #000;

}

@media (min-width:768px){

    .dropdown-menu>li>a{

        color:#fff;

    }

}

@media (max-width:767px){

    #navbar{

        background:#000;

    }

    #navbar li, #navbar li a{

        color:#fff;
        text-align: center;

    }

    .dropdown-menu .divider{

        display: none;

    }

}

/* why?
.dropdown-menu>li>a:hover{

    background: #000;

}
*/

/*selected*/
.navbar-toggle {

    position: relative;
    float: right;
    padding: 17px 16px 19px;
    /*background-color: transparent;
    border: 1px solid transparent;*/
    background-image: none;
    background: #000;
    margin: 0;
    border-radius: 0;

}

/*normal*/
.navbar-toggle.collapsed  {

    position: relative;
    float: right;
    padding: 17px 16px 19px;
    /*background-color: transparent;
    background-image: none;
    border: 1px solid transparent;*/
    background: #fff;
    margin: 0;
    border-radius: 0;

}

/*normal*/
nav.navbar .navbar-toggle.collapsed .icon-bar{

    background:#000;

}

nav.navbar .navbar-toggle .icon-bar{

    background:#fff;

}

/*custom order*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    color: #a5a5a5
}

#custom-order-wrapper .tab-pane {
    margin-top: 20px;
    /*font-weight: normal;*/
    font-size: 12px;
    line-height: 20px;
    font-size: 13px;
}

.custom-section {
    background: #efefef;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-transform: capitalize; /*uppercase*/
    text-align: left;
    padding: 0 0 0 15px;
    margin-bottom: 30px;
    margin: 0 0 30px 0;
}

#custom-order-wrapper .tab-pane h2 {
    text-transform: capitalize; /*uppercase*/
    font-size: 16px;
    padding-left: 10px;
}

#custom-order-wrapper .tab-pane .glyphicon-question-sign {
    color: #ccc
}

.tooltip-inner {
    color: #999;
    font-size: 10px;
    padding: 10px;

}

/*
#custom-order-summary-table-order-total-row{
  border-top:2px solid #eee;
}
*/

/*ABOUT PAGE*/

#aesthetics-boards {
    position: relative;
    /*border:1px solid red;*/
    margin-top: 5%;
    overflow: visible;
    transition: all 1s;
}

@media screen and (max-width: 767px) {

    #aesthetics-boards {
        position: relative;
        height: 200px;
    }

}

@media screen and (min-width: 768px) {

    #aesthetics-boards {
        min-height: 400px;
    }

}

#aesthetics-board-deck {
    position: absolute;
    transition: all 1s;
}

#aesthetics-board-bottom {
    position: absolute;
    top: 20%;
    margin-bottom: 5%;
    transition: all 1s;
}

#the-plug-wrapper {
    position: relative;
    /*min-height:700px;*/
    background-color: #f1f5ff;
    border-bottom: 1px solid #fff;
    z-index: 999;
}

#the-plug-wrapper-shadow {
    background: url(/assets/img/about/plug/shadow.png) center no-repeat;
    width: 100%;
    height: 20px;
}

#the-plug-board-tail-wrapper {
    min-height: 450px;
    /*border:1px dotted #ccc;*/
}

#the-plug-board-tail {
    position: relative;
    margin: 0 auto;
    width: 33%;
    margin-top: -500px;
    z-index: -999;
    margin-bottom: 50px;
}

/*TECHNOLOGY*/

.technology_list {
    margin-top: 90px;
}

.technology_list h1 {
    font-size: 22px;
    text-transform: capitalize; /*uppercase*/
    text-align: left;
    margin-top:0;
    margin-bottom: 35px;
}

/*tabs - custom order*/
.nav-tabs > li > a {
    font-size: 12px;
    text-transform: capitalize; /*uppercase*/
    letter-spacing: 0px;
}

ul.social-share-list {
    list-style-type: none;
    padding-left: 0;
    height: 30px;
    width:200px;
}

ul.social-share-list li {
    float: left;
    /*whenever possible use css instead of images..*/
    border-right: 1px dotted #ccc;
    /*padding:0 22px 0 22px*/
    width: 50px;
    text-align: center;
    /*border:1px solid orange;*/
}

ul.social-share-list li:last-child{

    border: none;

}

ul.social-share-list .fb-count {
    position: absolute;
    margin-left: 18px;
    font-size: 9px;
    margin-top: 4px;
}

ul.social-share-list .badge {
    padding: 1px 4px;
}

/*surfboard filter*/
#filters-slide-toggle {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #d6e8cb;
    display: block;
    border-bottom: 1px solid #fff;
    padding-left: 8px;
}

/*
@media (max-width:767px){
    
  #filters-slide-toggle{
    display:block;
  }
  
  .shoplist_filter{
    display:none; 
  } 
  
}

@media (min-width:768px){
    
  #filters-slide-toggle{
    display:none;
  }
  
  .shoplist_filter{
    display:block;  
  }
  
}
*/

/*end surfboard filter*/

/*technolgy snap svg*/
#svg-placeholder svg {
    width: 100%;
    height: auto;
}


/*CUSTOM ORDER*/

.product-name{
    height:60px;
    margin-bottom:5px;
    font-size:11px;
    /*font-weight:bold;*/
    line-height:14px;
    color:#000;
    text-transform:capitalize; /*uppercase*/
    border:1px dotted #fff;
}

.product-price{
    color:#999;
}

#custom-order-summary-table-order-total-price{
    font-size:24px;
/*    color:#000;*/
}



/*INSTAGRAM SPRAYS*/

#instagram-sprays-container{

    margin-top:5%;

}

.instagram-sprays-col{

    margin-bottom: 4%;
    display: none;

}

.instagram-sprays-inner{

    position:relative;

}

.instagram-sprays-overlay{

    position: absolute;
    width:100%;
    height:100%;
    background: rgba(100,100,100,.5);
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding-top: 45%;
    opacity:0;
    transition: all 1s;

}

.instagram-sprays-inner:hover > .instagram-sprays-overlay{

    transition: all 1s;
    opacity:.75;

}


/* cart: force scrollbars on mac: http://stackoverflow.com/questions/7855590/how-can-i-prevent-scroll-bars-from-being-hidden-for-os-x-trackpad-users-in-webki*/




.no-padding{

    padding:0;

}

ul.shopnav li a, ul.shopnav li{ color: #00AACD; font-size: 18px; }

.cdi_btnwrapper{}

.btn-chilli{
    background: #00AACD;
    background-color: #00AACD;
    border: 1px solid #00AACD;
}

/*#btn-add-to-cart, #submit-custom-order-form, #checkout-open-modal{ background-color: #00AACD; border: 1px solid #00AACD; }*/

.form-product .form-group label{ float: left; }
.form-product .form-group a{ float: left; padding-left: 5px; }

.chilli-tabs-content{ text-align: left; }
.chilli-tabs-content h5{ 
    float: left; 
    /*font-weight: bold;*/
    font-size: 16px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    /*font-weight: 400;*/
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7;
}

/*custom order tabs: show only the first line*/
#categories-tab-content {
    height: 334px;
    overflow: hidden;
}
#categories-tab-content-see-more-btn .label{
    background-color: #00AACD;
}
#categories-tab-content-see-more-btn .label a{
    color: white;
    /*font-weight: normal;*/
}

.image-larger-90{
    width: 90%;
}

.variant_container{
    letter-spacing: .0em;
}

.tooltip-arrow,
[data-toggle="tooltip"] + .tooltip > .tooltip-inner {
    color: black;
    background-color: #f5f5f3;
}


#products-placeholder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}




