#cart-container {
  float: right;
  position: absolute;
  top: 0;
  right: -50px;
}

@media only screen and (max-width: 790px) {
  #cart-container {
    float: right;
    position: absolute;
    top: 50px;
    right: 40px;
  }

  #section1 .imageContainer {
    min-height: 200px;
  }

}

.support-navigation a {
  color: #019996;
  font-weight: bold;
}


#section1.product-details {
  padding: 0;
}

#section1.product-details .padd_side_zero {
  z-index: 500;
  position: relative;
}

#section1.product-details .rec_gear {
  top: 50px;
  /*right: 0;*/
}

#section1.product-details .img-footer ul {
  padding-left: 0;
  list-style-position: inside
}

@media only screen and (max-width: 790px) {
  .img-footer .bluetext {
    font-size: 16px;
  }
  h3 {
    font-size: 12px;
    margin-top: 0;
  }
}

#section1 .imageContainer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
}

@media only screen and (max-width: 790px) {
  #section1 .imageContainer {
    min-height: 200px;
  } 
}

.carousel {
  overflow-y: hidden !important;
}

.carousel-control {
  height: 500px;
  bottom: initial;
  z-index: 1000;
}

.carousel-control span {
  margin-top: 100%;
  font-size: 4em;
}

@media only screen and (max-width: 790px) {
  .carousel-control span {
    margin-top: 0 !important;
  }  
}

#section1 .carousel-indicators {
  padding-top: 16px;
  margin-left: 0;
  left: initial;
  position: initial;
  text-align: left;
  width: 100%;
}

#section1 .carousel-indicators li {
  width: 150px;
  height: 120px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.5;
  margin-left: 15px;
}

#section1 .carousel-indicators li.active {
  opacity: 1;
}

#section1 .container {
  background-color: rgb(242, 242, 242);
}

#section1.container-fluid {
  overflow-x: hidden;
}

#main #section1 .container {
  background-color: transparent;
  color: #fff;
}

#main #section1 .container a {
  color: #fff;
}

#main #section1 .container a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .product-price {
    margin: 0 0 20px 10px;
  }
}

.product-price .lead {
  color: #555;
  padding-top: 20px;
}

@media only screen and (max-width: 600px) {
  .product-price .lead {
    margin: 0 0 20px 5px;
  }
}

#section2 {
  padding-top: 0px;
}

.nav-tabs {
  margin-bottom: 15px;
}

a {
  color: #019996;
}

.review-author em:before,
.faq-author em:before {
  content: '\2014 \00A0';
}

.review-content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.review-content:before {
  content: '\201C';
  display: inline;
  position: absolute;
  left: 0px;
  font-size: 30px;
  top: -5px;
}

.review-content:after {
  content: '\201D';
  display: inline;
  position: absolute;
  right: 0px;
  bottom: -15px;
  font-size: 30px;
}

#section3 hr {

  border-top: 1px solid rgb(1, 153, 150);
}

#section3 .row .faq {
  padding: 15px;
}

#section3 .row .faq:nth-child(2n+2) {
  background-color: #f9f9f9;
}

#section3 .row .faq a {
  color: #fff;
  background: rgb(1, 153, 150);
  padding: 0 5px;
}

.social-row {
  margin-top: 15px;
}

.p_list .col-md-3 {
  margin-top: 15px;

}

.p_list .img_container {
  /*width: 24%;*/
  /* padding: 15px;*/
  /*margin: 5px;*/
  background: #019996;
}

.p_list .img_container a {
  color: #ffffff;
}

.img_box {
  position: relative;
}

.bottom_text {
  min-height: 100px;
  padding: 5px 15px 15px 15px;
  color: #fff;
  line-height: unset;
}

.bottom_text h4 {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 5px;
}

.rotating-item {
  width: 100%;
  display: none;
  position: absolute;
  top: 60px;
  left: 10px;
  padding-left: 3px;
  padding-right: 3px;
  font-style: italic;
}

header {
  background-color: F2F2F2;
}

/* support page */
body.support .col-xs-6 {
  width: unset;
}

body.support h2 {
  margin-top: 150px;
}

.support_nav_block {
  width: 220px;
  height: 220px;
  background-color: #fff;
  border: 1px solid #019996;
  text-align: center;
}

.support_nav_block h3 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  color: #019996;
}

@media (max-width: 991px) {
  .subnav .btn_green {
    bottom: 0;
    height: unset;
  }
}