/* bs overrides */



.navbar {
  min-height: 87px !important;
}

.content-container {
  margin-top: 10px;
  padding: 0px;
}

.product-content-container {
  margin-top: 0px;
  padding: 0px;
  background-color: #e5e5e5;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

p,
li,
li a {
  color: #555;
}

.who li i,
.who li:hover i,
.who li:hover a {
  color: #5980ff;
}

.who li {
  margin-bottom: 6px;
}

/*Header
------------------------------------*/

.branding-block {
  min-height: 5px;
  height: 5px;
  margin: 0px;
  padding: 0px;
}

  .branding-block div {
    float: left;
    width: 18%;
    height: 5px;
  }

  .branding-block .block1 {
    background-color: #f50101;
  }

  .branding-block .block2 {
    background-color: #f5b202;
  }

  .branding-block .block3 {
    background-color: #ffff00;
  }

  .branding-block .block4 {
    background-color: #20e300;
  }

  .branding-block .block5 {
    background-color: #ae00ff;
  }

  .branding-block .block6 {
    background-color: #00d4ff;
    width: 10%;
  }

.main-banner {
  padding: 0px;
}

.c2header {
  z-index: 99;
  position: relative;
  background-color: #06142f;
}

  .c2header .navbar {
    margin: 0;
  }


  .c2header .navbar-default {
    border: none;
    background: none;
  }

/*Navbar Header*/
@media (max-width: 991px) {
  .c2header .navbar-header {
    margin-bottom: 40px;
  }
}

@media (min-width: 993px) and (max-width: 999px) {
  .c2header .navbar-header {
    margin-top: 40px;
  }
}

/*.c2header .navbar-brand { 
    padding: 18px 10px 10px 15px;
    display: block;
    overflow: hidden;
    position: relative;
    height: 82px;
    width: 175px;
}*/

#logo-container {
  display: block;
  width: 158px;
  height: 100px;
  position: absolute;
  z-index: 99;
}

#logo-header {
  position: absolute;
  top: 28px;
  left: -40px;
  /* padding-right: 251px; */
  /* margin-right: 500px; */
}

@media (max-width: 998px) {
  .c2header .navbar-brand {
    margin-top: -15px;
  }
}

.c2header .navbar-default .navbar-toggle {
  color: #333;
  border: none;
  font-size: 19px;
  margin-top: 10px;
}

  .c2header .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }

  .c2header .navbar-default .navbar-toggle:hover,
  .c2header .navbar-default .navbar-toggle:focus {
    background: inherit;
  }

/*Navbar Collapse*/
.c2header .navbar-collapse {
  position: relative;
}

/*Navbar Nav set to centre*/
@media (min-width: 992px) {
  .c2header .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}

/*Navbar Menu*/
.c2header .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.c2header .navbar-default .navbar-nav > .active > a {
  color: #5980ff;
}

/*Responsive Navbar*/
@media (max-width: 991px) {
  /*Responsive code for max-width: 991px*/
  .c2header .navbar-header {
    float: none;
  }

  .c2header .navbar-toggle {
    display: block;
  }

  .c2header .navbar-collapse.collapse {
    display: none !important;
  }

    .c2header .navbar-collapse.collapse.in {
      display: block !important;
      overflow-y: auto !important;
    }

  .c2header .navbar-nav {
    margin: 0;
    float: none !important;
  }

    .c2header .navbar-nav > li {
      float: none;
    }

      .c2header .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 40px;
      }

    /*Dropdown Menu Slide Down Effect*/
    .c2header .navbar-nav .open .dropdown-menu {
      border: 0;
      float: none;
      width: auto;
      margin-top: 0;
      position: static;
      box-shadow: none;
      background-color: transparent;
    }

      .c2header .navbar-nav .open .dropdown-menu > li > a,
      .c2header .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
      }

      .c2header .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
      }

        .c2header .navbar-nav .open .dropdown-menu > li > a:hover,
        .c2header .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none;
        }

  .c2header .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

    .c2header .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .c2header .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #333;
      background-color: transparent;
    }

  .c2header .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .c2header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .c2header .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .c2header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .c2header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .c2header .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

  .c2header .navbar-default .dropdown-menu.no-bottom-space {
    padding-bottom: 0;
  }

  /*Design for max-width: 991px*/
  .c2header .navbar-collapse,
  .c2header .navbar-collapse .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .c2header .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding: 9px 10px;
  }

  .c2header .navbar-default .navbar-nav > li a {
    border-bottom: solid 1px #eee;
  }

  .c2header .navbar-default .navbar-nav > li > a:focus {
    background: none;
  }

  .c2header .navbar-default .navbar-nav > li > a:hover {
    color: #5980ff;
  }

  .c2header .navbar-default .navbar-nav > .active > a,
  .c2header .navbar-default .navbar-nav > .active > a:hover,
  .c2header .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
    background: #5980ff !important;
  }

  .c2header .dropdown .dropdown-submenu > a {
    font-size: 13px;
    color: #333 !important;
    text-transform: uppercase;
  }
}

@media (min-width: 992px) {
  /*Navbar Collapse*/
  .c2header .navbar-collapse {
    padding-left: 125px;
  }

  .c2header .navbar-default .navbar-nav > li > a {
    line-height: 32px;
    padding: 23px 18px 38px;
  }

    .c2header .navbar-default .navbar-nav > li > a:last-child {
      padding-right: 15px;
    }

    .c2header .navbar-default .navbar-nav > li > a,
    .c2header .navbar-default .navbar-nav > li > a:focus {
      border-top: solid 2px transparent;
    }

      .c2header .navbar-default .navbar-nav > li > a:hover,
      .c2header .navbar-default .navbar-nav > .active > a {
        border-top: solid 2px #5980ff;
      }

        .c2header .navbar-default .navbar-nav > li > a,
        .c2header .navbar-default .navbar-nav > li > a:hover,
        .c2header .navbar-default .navbar-nav > li > a:focus,
        .c2header .navbar-default .navbar-nav > .active > a,
        .c2header .navbar-default .navbar-nav > .active > a:hover,
        .c2header .navbar-default .navbar-nav > .active > a:focus {
          background: none;
        }

  .c2header .navbar-default .navbar-nav > .open > a,
  .c2header .navbar-default .navbar-nav > .open > a:hover,
  .c2header .navbar-default .navbar-nav > .open > a:focus {
    color: #5980ff;
  }

  .c2header .navbar-default .navbar-nav > li:hover > a {
    color: #5980ff;
  }

  /*Dropdown Menu*/
  .c2header .dropdown-menu {
    padding: 0;
    border: none;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    border-top: solid 5px #5980ff;
    -webkit-box-shadow: -1px -1px 18px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: -1px -1px 18px 2px rgba(0,0,0,0.5);
    box-shadow: -1px -1px 18px 2px rgba(0,0,0,0.5);
  }

    .c2header .dropdown-menu li a {
      color: #000;
      font-size: 14px;
      /*font-weight: 400;*/
      padding: 8px 15px;
      border-bottom: solid 1px #dedede;
    }

    .c2header .dropdown-menu > li > a {
      /*Transition for fixed header*/
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
    }

    .c2header .dropdown-menu .active > a,
    .c2header .dropdown-menu li > a:hover {
      color: #fff;
      background: #5980ff;
      filter: none !important;
    }

    .c2header .dropdown-menu li > a:focus {
      color: inherit;
      background: none;
      filter: none !important;
    }

  .c2header .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  }

  .c2header .open > .dropdown-menu {
    display: none;
  }

  .c2header .dropdown-menu li.dropdown-submenu:hover > a {
    color: #fff;
    background: #5980ff;
  }
}

/*Dropdown Submenu for BS3
------------------------------------*/
.c2header .dropdown-submenu {
  position: relative;
}

  .c2header .dropdown > a:after,
  .c2header .dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
  }

@media (max-width: 991px) {
  .c2header .dropdown-submenu > a:after {
    content: " ";
  }

  .c2header .dropdown > a:after {
    top: 9px;
    right: 15px;
    content: "\f107";
  }
}

@media (min-width: 992px) {
  .c2header .dropdown > a:after {
    content: " ";
  }
}

.c2header .dropdown-submenu > .dropdown-menu {
  top: 3px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}

  /*Submenu comes from LEFT side*/
  .c2header .dropdown-submenu > .dropdown-menu.submenu-left {
    left: -100%;
  }

.c2header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

@media (max-width: 991px) {
  .c2header .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
}

.c2header .dropdown-submenu.pull-left {
  float: none;
}

  .c2header .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
  }

.c2header .dropdown-menu li [class^="fa-"],
.c2header .dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}

  .c2header .dropdown-menu li [class^="fa-"].fa-lg,
  .c2header .dropdown-menu li [class*=" fa-"].fa-lg {
    /* increased font size for fa-lg */
    width: 1.5625em;
  }

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .c2header.header-fixed-shrink {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  position: fixed;
  height: 95px;
  margin-top: -29.5px;
  border-bottom: none;
  box-shadow: 0 0 3px #bbb;
  background: rgba(255,255,255, 0.96);
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  transition: background 0.4s;
}

  /*Topbar*/
  .header-fixed .c2header.header-fixed-shrink .topbar {
    display: none;
  }

/*No Topbar*/
.header-fixed .c2header.no-topbar {
  height: 78px;
}

  .header-fixed .c2header.no-topbar.header-fixed-shrink {
    height: 95px;
    margin-top: -35px;
  }

    .header-fixed .c2header.no-topbar.header-fixed-shrink .navbar-brand {
      top: 46px;
    }

    .header-fixed .c2header.no-topbar.header-fixed-shrink .shop-badge.badge-lists {
      margin-top: 26px;
    }

      .header-fixed .c2header.no-topbar.header-fixed-shrink .shop-badge.badge-lists > li {
        padding-bottom: 17px;
      }

    .header-fixed .c2header.no-topbar.header-fixed-shrink .shop-badge .badge-open {
      top: 69px;
    }

    .header-fixed .c2header.no-topbar.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
      margin-top: -1px;
    }

/*Brand*/
.header-fixed .c2header.header-fixed-shrink .navbar-brand {
  top: 15px;
  z-index: 1;
  position: relative;
  padding: 0 10px 10px;
}

  .header-fixed .c2header.header-fixed-shrink .navbar-brand img {
    width: 90%;
  }

.header-fixed .c2header.header-fixed-shrink .navbar-nav > li > .dropdown-menu {
  margin-top: -8px;
}

/*Badge List*/
.header-fixed .c2header.header-fixed-shrink .shop-badge.badge-lists {
  margin-top: -3px;
}

.header-fixed .c2header.header-fixed-shrink .shop-badge .badge-open {
  top: 70px;
}

@media (max-width: 991px) {
  /*Header*/
  .header-fixed .c2header,
  .header-fixed .c2header.header-fixed-shrink,
  .header-fixed .c2header.no-topbar,
  .header-fixed .c2header.no-topbar.header-fixed-shrink {
    height: inherit;
    position: relative;
  }
}

@media (min-width: 992px) {
  .header-fixed .c2header.header-fixed-shrink .navbar-nav > li > a {
    font-size: 15px;
    margin-top: 2px;
    padding: 17px 18px 26px;
  }

  /*No Topbar*/
  .header-fixed .c2header.no-topbar.header-fixed-shrink .navbar-nav > li > a {
    margin-top: 35px;
    padding: 14px 17px 16px;
  }
}

/*Mega Menu
------------------------------------*/
.c2header .mega-menu .nav,
.c2header .mega-menu .dropup,
.c2header .mega-menu .dropdown,
.c2header .mega-menu .collapse {
  position: static;
}

.c2header .mega-menu .navbar-inner,
.c2header .mega-menu .container {
  position: relative;
}

.c2header .mega-menu .dropdown-menu {
  left: auto;
}

  .c2header .mega-menu .dropdown-menu > li {
    display: block;
  }

.c2header .mega-menu .dropdown-submenu .dropdown-menu {
  left: 100%;
}

.c2header .mega-menu .nav.pull-right .dropdown-menu {
  right: 0;
}

.c2header .mega-menu .mega-menu-content {
  *zoom: 1;
  padding: 20px 10px;
}

  .c2header .mega-menu .mega-menu-content:before,
  .c2header .mega-menu .mega-menu-content:after {
    content: "";
    display: table;
    line-height: 0;
  }

  .c2header .mega-menu .mega-menu-content:after {
    clear: both;
  }

.c2header .mega-menu.navbar .nav > li > .dropdown-menu:after,
.c2header .mega-menu.navbar .nav > li > .dropdown-menu:before {
  display: none;
}

.c2header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .c2header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    margin-left: 0px;
    margin-right: 0px;
    top: 87px;
  }
}

  @media (max-width: 991px) {
    .c2header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
      width: auto;
    }

    .c2header .mega-menu .mega-menu-content {
      padding-right: 0;
    }

      .c2header .mega-menu .mega-menu-content [class^="col-"] {
        padding-right: 25px;
      }

    .c2header .mega-menu .dropdown-menu > li > ul {
      display: block;
    }
  }

  /*Bootstrap Container*/
  @media (min-width: 768px) {
    .c2header .mega-menu .mega-menu-content .container {
      width: 708px;
    }
  }

  @media (min-width: 992px) {
    .c2header .mega-menu .mega-menu-content .container {
      width: 910px;
    }
  }

  @media (min-width: 1200px) {
    .c2header .mega-menu .mega-menu-content .container {
      width: 1110px;
    }
  }

  /*Dropdown Menu*/
  .c2header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li {
    padding-bottom: 0px;
  }

    .c2header .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu li a {
      padding: 0;
      border-bottom: none;
    }

  /*Product Offers*/
  .c2header img.product-offers:hover {
    opacity: 0.9;
  }

  /*Style List*/
  .c2header h3.mega-menu-heading {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dedede;
  }

    .c2header h3.mega-menu-heading.margin-bottom-10 {
      margin-bottom: 10px !important;
    }

  .c2header .style-list {
    margin-bottom: 20px;
  }

    .c2header .style-list li a {
      color: #000;
      font-size: 12px;
      margin-right: 5px;
    }

      .c2header .style-list li a:hover {
        color: #5980ff;
        background: none;
        text-decoration: none;
      }

    .c2header .style-list li .label {
      top: -2px;
      position: relative;
    }

  /******************** Foooooooter          */

  /*c2footer
------------------------------------*/
  /*Footer*/
  .c2footer .footer {
    padding: 50px 0;
    background: #151515;
  }

    .c2footer .footer p {
      color: #bbb;
      font-size: 14px;
    }

  .c2footer .address-list li {
    color: #bbb;
    margin: 7px;
  }

    .c2footer .address-list li i {
      margin-right: 10px;
      vertical-align: middle;
    }

  .c2footer .shop-social li i {
    color: #bbb;
    width: 30px;
    height: 30px;
    padding: 8px;
    font-size: 16px;
    text-align: center;
    background: #414040;
  }

  .footer-h3 {
    color: #fff;
    margin: 2px 0px 0px 5px;
  }

  .c2footer .shop-social li i:hover {
    background: #353535;
  }

  .c2footer h2.thumb-headline {
    color: #ddd;
    font-size: 16px;
    margin-bottom: 3px;
    text-transform: uppercase;
  }

  .c2footer .simple-list li {
    color: #bbb;
  }

  .c2footer .simple-list a {
    color: #bbb;
    font-size: 14px;
    font-weight: 200;
  }

  /*Copyright*/
  .c2footer .copyright {
    padding: 15px 0;
    border-top: none;
    background: #191919;
  }

    .c2footer .copyright p {
      color: #bbb;
      font-size: 12px;
      margin-top: 13px;
      margin-bottom: 0;
    }

    .c2footer .copyright a {
      color: #5980ff;
    }

  .c2footer .sponsors-icons {
    margin-bottom: 0;
  }

    .c2footer .sponsors-icons i {
      color: #fff;
      font-size: 40px;
    }

  @media (max-width: 991px) {
    .c2footer .copyright {
      text-align: center;
    }

      .c2footer .copyright p {
        margin-bottom: 15px;
      }

    .c2footer .sponsors-icons.pull-right {
      float: none !important;
    }
  }



  /*Shop-subscribe
------------------------------------*/
  .shop-subscribe {
    padding: 20px 0;
    background: #5980ff;
  }

    .shop-subscribe h2 {
      margin: 0;
      color: #fff;
      font-size: 24px;
      font-weight: 200;
      text-transform: uppercase;
    }

    /*Input Form Control*/
    .shop-subscribe input {
      border-color: #fff;
      border-right: none;
      background: transparent;
    }

    .shop-subscribe .form-control {
      color: #fff;
      font-size: 14px;
      font-weight: 200;
    }

      .shop-subscribe .form-control:focus {
        box-shadow: none;
        border-color: #fff;
      }

      .shop-subscribe .form-control::-moz-placeholder {
        color: #fff;
      }

      .shop-subscribe .form-control:-ms-input-placeholder {
        color: #fff;
      }

      .shop-subscribe .form-control::-webkit-input-placeholder {
        color: #fff;
      }

    .shop-subscribe .input-group-btn {
      border-color: #fff;
      background: transparent;
    }

      .shop-subscribe .input-group-btn .btn {
        border: 1px solid #fff;
        background: transparent;
      }

      .shop-subscribe .input-group-btn i {
        color: #fff;
        font-size: 16px;
        font-weight: 200;
      }
  /*Box shadow copied in by JD*/
  .shadow-wrapper {
    z-index: 1;
    position: relative;
  }

  /*Common Style*/
  .box-shadow {
    background: #fff;
    position: relative;
  }

    .box-shadow:after,
    .box-shadow:before {
      top: 80%;
      left: 5px;
      width: 50%;
      z-index: -1;
      content: "";
      bottom: 15px;
      max-width: 300px;
      background: #999;
      position: absolute;
    }

  /*Effect 1*/
  .shadow-effect-1 {
    box-shadow: 0 10px 6px -6px #bbb;
    -moz-box-shadow: 0 10px 6px -6px #bbb;
    -webkit-box-shadow: 0 10px 6px -6px #bbb;
  }

  /*Effect 2,3,4*/
  .shadow-effect-2 {
    position: relative;
  }

    .shadow-effect-2:after,
    .shadow-effect-2:before,
    .shadow-effect-3:before,
    .shadow-effect-4:after {
      transform: rotate(-3deg);
      -o-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      -moz-transform: rotate(-3deg);
      -webkit-transform: rotate(-3deg);
      box-shadow: 0 15px 10px #999;
      -moz-box-shadow: 0 15px 10px #999;
      -webkit-box-shadow: 0 15px 10px #999;
    }

    .shadow-effect-2:after,
    .shadow-effect-4:after {
      left: auto;
      right: 5px;
      transform: rotate(3deg);
      -o-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      -moz-transform: rotate(3deg);
      -webkit-transform: rotate(3deg);
    }

  /*Title-Box-V2 copied in by J*/
  .title-box-v2 {
    text-align: center;
    margin-bottom: 20px;
  }

    .title-box-v2 h2 {
      font-size: 25px;
      text-transform: uppercase;
    }

    .title-box-v2 p {
      font-size: 13px;
    }

  .color-blue {
    color: #5980ff;
  }
   .color-green {
    color: #7ad834;
  }
   .color-yellow {
    color: #ffff00;
  }
  /*toughmudder copied in by J*/
  .title-box-toughmudder {
    text-align: left;
    margin-bottom: 10px;
  }

    .title-box-toughmudder h2 {
      font-size: 30px;
      text-transform: uppercase;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

    .title-box-toughmudder h3 {
      font-size: 25px;
      margin: 0px 0px 0px 10px;
      text-transform: uppercase;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

    .title-box-toughmudder p {
      font-size: 13px;
    }

  .color-toughmudder {
    color: #F26722;
  }
  /*copied in by J*/

  /*Banner-info*/
  .banner-info {
    margin-bottom: 10px;
  }

    .banner-info i {
      float: left;
      color: #fff;
      padding: 11px;
      /*min-width works with line-icon*/
      min-width: 40px;
      font-size: 22px;
      text-align: center;
      margin: 7px 20px 0 0;
    }

      /*min-width works with FontAwesome*/
      .banner-info i.fa {
        min-width: 46px;
      }

    .banner-info.light i {
      border: 1px solid #fff;
    }

    .banner-info.dark i {
      background: #585f69;
    }

    .banner-info h3 {
      font-size: 21px;
      margin-bottom: 5px;
    }

    .banner-info.light h3 {
      color: #fff;
    }

    .banner-info.light p {
      color: #eee;
    }

  /*Parallax Backgrounds
------------------------------------*/
  .parallax-bg {
    background: url(/Content/assets/img/img1.jpg) 50% 0 repeat fixed;
  }

  /*Parallax Counter Block*/
  .parallax-counter {
    padding: 60px 0;
    background: url(../img/bg/9.jpg) 50% 0 no-repeat fixed;
  }

  .parallax-toughmudder-bg {
    background: url(/Content/assets/img/Gallery/toughmudder/toughmudder-bg.jpg) 50% 0 repeat fixed;
  }

  .parallax-counter h4 {
    color: #fff;
    font-size: 18px;
  }

  .parallax-counter .counters {
    color: #fff;
    padding: 20px 0;
    font-weight: 200;
    background: rgba(0,0,0,0.6);
  }

  /*Parallax Team*/
  .parallax-team {
    background: url(../img/team/faces.jpg) 50% 0 repeat fixed;
  }

    .parallax-team,
    .parallax-team .title-box-v2 {
      position: relative;
    }

      .parallax-team:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: " ";
        position: absolute;
        background: rgba(255,255,255,0.9);
      }

  /*banner
------------------------------------*/

  .banner-caption {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0;
    left: 80px;
    right: 80px;
    padding: 20px 50px 0px 50px;
  }
    .banner-caption-Adaptiv {
    position: absolute;
    top: 36px;
    left: 0px;
    right: 0;
    left: 80px;
    right: 80px;
    /*padding: 20px 50px 0px 50px;*/
  }
     .banner-caption-Smart {
    position: absolute;
    top: 214px;
    left: 0px;
    right: 0;
    left: 80px;
    right: 80px;
    /*padding: 20px 50px 0px 50px;*/
  }
     .banner-caption-vision {
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0;
    left: 80px;
    right: 80px;
    padding: 109px 17px 0px 50px;
  }
    .banner-caption .caption_left {
      display: block;
      float: left;
      /*width:290px;*/
    }

    .banner-caption .caption_right {
      margin-bottom: 30px;
      display: block;
      float: right;
      /*width:290px;*/
      text-align: right;
    }
     .banner-caption-vision .caption_right-vision {
      margin-bottom: 30px;
      display: block;
      float: right;
      /*width:290px;*/
      text-align: right;
    }
    .banner-caption h1.caption-head {
      font: normal 78px 'Helvetica';
      color: #ffffff;
      text-transform: uppercase;
      text-shadow: 4px 2px 2px #333;
    }
      .banner-caption-vision h1.caption-head-vision {
      font: normal 50px 'Helvetica';
      color: #ffffff;
      text-transform: uppercase;
    }
       .banner-caption-Smart h1.caption-head {
      font: normal 80px 'Helvetica';
      color: #ffffff;
      text-transform: uppercase;
      margin: 5px 0px 0px 0px;
      text-shadow: 4px 2px 2px #333;
    }

     .banner-caption-Adaptiv h1.caption-head {
      font: normal 80px 'Helvetica';
      color: #ffffff;
      text-transform: uppercase;
      text-shadow: 4px 2px 2px #333;
    }

    .banner-caption h2.caption-head {
      font: normal 65px 'Helvetica';
      color: #ffffff;
      text-transform: uppercase;
    }

    .banner-caption .caption-desc {
      margin-bottom: 30px;
      font: normal 40px 'Helvetica';
      color: #ffffff;
    }

  .cmn-links {
    display: inline-block;
    padding: 0 30px;
    background: #00d4ff;
    font-family: 'Helvetica';
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #000;
    text-align: center;
  }

    .cmn-links:hover {
      background: #deb22d;
      color: #333;
    }



  /*Carousel about us
------------------------------------*/
  /*carousel-v1*/
  .carousel-v1 .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 7px 15px;
    background: rgba(0, 0, 0, 0.7);
  }

    .carousel-v1 .carousel-caption p {
      color: #fff;
      margin-bottom: 0;
    }

  .carousel-v1 .carousel-arrow a.carousel-control {
    opacity: 1;
    font-size: 30px;
    height: inherit;
    width: inherit;
    background: none;
    text-shadow: none;
    position: inherit;
  }

  .carousel-v1 .carousel-arrow a i {
    top: 50%;
    opacity: 0.6;
    background: #000;
    margin-top: -18px;
    padding: 2px 12px;
    position: absolute;
  }

    .carousel-v1 .carousel-arrow a i:hover {
      opacity: 0.8;
    }

  .carousel-v1 .carousel-arrow a.left i {
    left: 0;
  }

  .carousel-v1 .carousel-arrow a.right i {
    right: 0;
  }
  /*Tag Boxes
------------------------------------*/
  .tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
  }

    .tag-box h2 {
      font-size: 20px;
      line-height: 25px;
    }

    .tag-box p {
      margin-bottom: 0;
    }

    .tag-box.tag-text-space p {
      margin-bottom: 10px;
    }

  /*Tag Boxes v1*/
  .tag-box-v1 {
    border: solid 1px #eee;
    border-top: solid 2px #5980ff;
  }

  /*Tag Boxes v2*/
  .tag-box-v2 {
    background: #fafafa;
    border: solid 1px #eee;
    border-left: solid 2px #5980ff;
  }

  /*Tag Boxes v3*/
  .tag-box-v3 {
    border: solid 2px #eee;
  }

  /*Tag Boxes v4*/
  .tag-box-v4 {
    border: dashed 1px #bbb;
  }

  /*Tag Boxes v5*/
  .tag-box-v5 {
    margin: 20px 0;
    text-align: center;
    border: dashed 1px #ccc;
  }

    .tag-box-v5 span {
      color: #555;
      font-size: 28px;
      margin-bottom: 0;
    }

  /*Tag Boxes v6*/
  .tag-box-v6 {
    background: #fafafa;
    border: solid 1px #eee;
  }

  /*Tag Boxes v7*/
  .tag-box-v7 {
    border: solid 1px #eee;
    border-bottom: solid 2px #5980ff;
  }

  /*Heading*/

  .headline h2,
  .headline h3,
  .headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #5980ff;
  }

  .headline {
    display: block;
    margin: 20px 0 10px 0;
    border-bottom: 1px dotted #929292;
  }

  /*Button Styles
------------------------------------*/
  .btn {
    box-shadow: none;
  }

  .btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #5980ff;
    display: inline-block;
    text-decoration: none;
  }

    .btn-u:hover {
      color: #ececec;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
    }

  /*Sky-Form
------------------------------------*/
  .sky-form {
    box-shadow: none;
    border: 1px solid #eee;
    /*background: #2283C3;*/
  }

    .sky-form header {
      color: #000;
      font-size: 20px;
      /*background: #2283C3;*/
      border-bottom: 1px solid #fff;
      font-weight: 400;
      padding: 8px 20px;
    }


    .sky-form fieldset {
      display: block;
      padding: 5px 5px 5px;
      border: none;
      background: #2283C3;
    }

    .sky-form footer {
      /*background: #2283C3;*/
      padding: 10px 10px;
      text-align: right;
    }

    .sky-form section {
      margin-bottom: 0px;
    }

    .sky-form .input {
      left: 0px;
    }

    .sky-form .select {
      left: 0px;
    }
  /*End-Sky-Form
------------------------------------*/

  /*box-v1
------------------------------------*/
  .box {
    overflow: hidden;
    padding: 0px 8px 0px 8px;
    margin-bottom: 25px;
    background: #f7f7f7;
    border: solid 1px #AFAFAF;
  }

  .box-top-color-yellow {
    border-left: solid 5px #ffff00;
  }

  .box-top-color-red {
    border-left: solid 5px #ffff00;
  }

  .box-top-color-blue {
    border-left: solid 5px #ffff00;
  }

  .box-top-color-green {
    border-left: solid 5px #ffff00;
  }

  .box-top-color-orange {
    border-left: solid 5px #ffff00;
  }
  /*Icons
------------------------------------*/
  /*Social Icons*/
  .social-icons {
    margin: 0;
    padding: 0;
  }

    .social-icons li {
      list-style: none;
      margin-right: 3px;
      margin-bottom: 5px;
      text-indent: -9999px;
      display: inline-block;
    }

      .social-icons li a, a.social-icon {
        width: 28px;
        height: 28px;
        display: block;
        background-position: 0 0;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
      }

      .social-icons li:hover a {
        background-position: 0 -38px;
      }

  .social-icons-color li a {
    opacity: 0.7;
    background-position: 0 -38px !important;
    -webkit-backface-visibility: hidden; /*For Chrome*/
  }

    .social-icons-color li a:hover {
      opacity: 1;
    }

  .social_facebook {
    background: url(../img/social-icons/facebook.png) no-repeat;
  }

  .social_twitter {
    background: url(../img/social-icons/twitter.png) no-repeat;
  }

  .social_youtube {
    background: url(../img/social-icons/youtube.png) no-repeat;
  }

  .social_googleplus {
    background: url(../img/social-icons/googleplus.png) no-repeat;
  }
  /*
.social_facebook {background: url(img/social-icons/facebook.png) no-repeat;}

.social_linkedin {background: url(img/social-icons/linkedin.png) no-repeat;}
.social_picasa {background: url(img/social-icons/picasa.png) no-repeat;}
.social_pintrest {background: url(img/social-icons/pintrest.png) no-repeat;}
.social_skype {background: url(img/social-icons/skype.png) no-repeat;}
.social_tumblr {background: url(img/social-icons/tumblr.png) no-repeat;}
.social_vimeo {background: url(img/social-icons/vimeo.png) no-repeat;}
.social_dropbox {background: url(img/icons/social/dropbox.png) no-repeat;}*/
  /*End Icons
------------------------------------*/

  /*Awesome Icon
------------------------------------*/
  i.icon-custom {
    /* color: #555;*/
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #555;
  }

  i.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
  }

  i.icon-bg-blue {
    background: #3498db;
  }
  /*Icons Backgroun Color*/
  i.icon-bg-u,
  i.icon-bg-red,
  i.icon-bg-sea,
  i.icon-bg-dark,
  i.icon-bg-grey,
  i.icon-bg-blue,
  i.icon-bg-green,
  i.icon-bg-yellow,
  i.icon-bg-orange,
  i.icon-bg-purple,
  i.icon-bg-aqua,
  i.icon-bg-brown,
  i.icon-bg-dark-blue,
  i.icon-bg-light-grey,
  i.icon-bg-light-green {
    color: #fff;
    border-color: transparent;
  }

  margin-bottom-30 {
    margin-bottom: 30px;
  }

  /*FancyBox Hover Effect*/
  .zoomer:hover .overlay-zoom .zoom-icon {
    opacity: 0.4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity = 50);
  }

  .overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

    .overlay-zoom .zoom-icon {
      top: 0;
      opacity: 0;
      z-index: 100;
      width: inherit;
      height: inherit;
      position: absolute;
      background-color: #000;
      background-position: 50%;
      background-repeat: no-repeat;
      background-image: url("../img/overlay-icon.png");
      filter: alpha(opacity = 0);
      -webkit-backface-visibility: hidden;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
    }

  @media (max-width: 768px) {
    .fancybox-overlay {
      background: none !important;
    }
  }

  /*Blog Posts
------------------------------------*/
  .posts .dl-horizontal a {
    color: #555;
  }

  .posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
  }

    .posts .dl-horizontal dt {
      width: 100px;
      float: left;
    }

      .posts .dl-horizontal dt img {
        width: 100px;
        height: 100px;
        padding: 2px;
        margin-top: 2px;
        border: solid 1px #ddd;
      }

    .posts .dl-horizontal dd {
      margin-left: 111px;
    }

      .posts .dl-horizontal dd p {
        margin: 0;
      }

      .posts .dl-horizontal dd a {
        font-size: 14px;
        line-height: 16px !important;
      }

        .posts .dl-horizontal dd a:hover {
          color: #5980ff;
          text-decoration: none;
        }

    .posts .dl-horizontal:hover dt img,
    .posts .dl-horizontal:hover dd a {
      color: #5980ff;
      border-color: #5980ff !important;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
    }


  .ellip {
    display: block;
    height: 150px;
  }

  .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
  }

  .ellip,
  .ellip-line {
    position: relative;
    overflow: hidden;
  }
