/* Add here all your CSS customizations */

.owl-item {
  padding-left: 5px;
  padding-right: 5px
}

#header nav:not(.nav-top) {
  float: none;
  text-align: center;
}

  #header nav:not(.nav-top) .nav-pills > li {
    float: none;
    display: inline-block;
  }

  #header nav:not(.nav-top) ul.nav-main li a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    margin-left: 5px;
    margin-left: 5px;
  }

.home-concept .consumer-label {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 0px;
}

@media screen and (min-width: 992px) {
  .home-concept .consumer-label {
    padding-top: 65px;
  }
}

.video-link a {
  width: 100%;
  background-image: url(/media/1053/video.png);
  background-size: auto 100%;
  background-position: top center;
  background-color: transparent;
  background-repeat: no-repeat;
  height: 240px;
  display: block;
  color: transparent;
}

@media screen and (min-width: 992px) {
  .video-link a {
    height: 480px;
  }
}

div.features-panel {
  background-color: transparent;
  color: inherit;
  padding: 10px;
}

  div.features-panel.alt-bg {
    background-color: #1499d2;
  }

  div.features-panel h3 {
    text-align: center;
  }

  div.features-panel.alt-bg h3, div.features-panel.alt-bg p {
    color: #fff;
  }

div:not(.alt-bg) h3 {
  color: #1499d2;
}

.slider-container .main-label-sm {
  font-size: 26px;
  line-height: 1.4em;
}

.slider-container .main-label-md {
  font-size: 46px;
  line-height: 1.4em;
}

.slider-container {
  margin-bottom: 30px;
}

.PricingPlan {
  margin: 0 auto;
}

  .PricingPlan td {
    padding: 5px 20px;
    color: #000;
    background-color: #d9d9d9;
    margin: 2px;
    border: 1px solid #fff;
  }

.HeadingBlue {
  background-color: #0088cc !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.HeadingBlack {
  background-color: #000 !important;
  color: #ffffff !important;
  text-align: center;
  font-size: 16px;
}

.HeadingYellow {
  background-color: #0088cc !important;
  color: yellow !important;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

.Blue {
  color: #0088cc !important;
  text-align: center;
  font-weight: bold
}

.BgWhite {
  background-color: #fff !important
}

.Yellow {
  color: yellow !important
}

@media only screen and (max-width: 1000px) {
  .owl-carousel .owl-item img {
    width: 45% !important;
    margin: 0 auto !important;
  }
}

.form-horizontal .control-label.text-left {
  text-align: left !important;
}
