* {
  color: #606060;
  font-size: 16px;
}

h1,
h2,
.color_blue {
  color: #009EE2;
}

h3,
.color_green {
  color: #009640;
}

.color_gray {
  color: #606060;
}

.color_yellow {
  color: #FFDC00;
}

.fa {
  color: #009EE2;
}

h1 {
  font-size: 30px;
  font-weight: normal;
}

h2 {
  position: relative;
  text-align: center;
  font-weight: normal;
}

h2::after {
  content: "";
  position: absolute;
  background: #009640;
  bottom: -15px;
  height: 3px;
  left: calc(50% - 25px);
  width: 50px;
}

.btn-default,
.btn-default:focus,
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default:active:focus {
  border: 1px solid #009640;
  border-radius: 0px;
  background: #009640;
  color: #fff;
}

a,
a:hover {
  color: #606060;
  text-decoration: none;
}

a.btn-default {
  display: block;
  font-size: 16px;
}

#main-container {
  box-shadow: 0px 2px 10px #888;
  margin-bottom: 20px;
}

.content {
  padding: 0 50px;
}

.content-left {
  padding-left: 50px;
}

.content-right {
  padding-right: 50px;
}

header {
  background: url(../pics/logo-impex-sport.png) no-repeat 0 15px;
  height:160px;
  padding: 0px;
  margin-bottom: 40px;
  box-shadow: 0px 2px 5px #ddd;
}

header div {
  font-size: 14px;
}

ul.usp {
  list-style: none;
  padding-left: 0px;
}

ul.usp li {
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}

ul.usp li::before {
  content: "\f046";
  color: #009640;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 9px;
  left: 0px;
}

.carousel-indicators {
  bottom: -35px;

}

.carousel-indicators li,
.carousel-indicators li.active {
  background: #009640;
}

#catalogue {
  background: #f1f1f1;
  padding: 10px 0 20px;
  margin: 20px 0;
}

#catalogue p {
  color: #000;
  margin: 30px 0 20px;
}

#catalogue a {
  margin-bottom: 20px;
}

#catalogue small {
  color: #fff;
  font-size:12px;
}

#contact  {
  margin-bottom: 30px;
}

#contact h2 {
  margin-bottom: 50px;;
}

#contact .fa {
  color: #009640;
}

#contact .middle {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

#contact i,
#contact span {
  display: block;
  line-height: 30px;
}

#contact i {
  font-size: 30px;
  line-height: 40px;
}

#contact a {
  color: #606060;
  text-decoration: none;
}

footer {
  background: #FFDC00;
  padding: 10px 0;
}

footer small {
  color: #000;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


@media (max-width: 991px) {
  .content,
  .content-left,
  .content-right {
    padding: 0px;
  }

  header {
    background: url(../pics/logo-impex-sport.png) no-repeat -40px 15px / 900px;
    height:120px;
    /* padding: 0px;
    margin-bottom: 40px;
    box-shadow: 0px 2px 5px #ddd; */
  }

  #carousel-container img {
    margin: 0 auto;
  }

  .content-right h1 {
    margin-top: 40px;
    text-align: center;
  }

  #contact .col-md-4 {
    border: none;
    margin-bottom: 20px;
  }

}
