/*--------------------------------------------------------------
#   GENERIC CLASSES
--------------------------------------------------------------*/
body {
  padding-top: 115px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #454545;
  height: 100%;
  width: 100%;
  margin: 0;
}
header *,
footer * {
  text-transform: uppercase;
}
h1 {
  /* color: white; */
  font-size: 36px;
}
h2 {
   color: #454545;
   font-size: 36px;
}
h3 {
  font-size: 24px;
  line-height: 1.5;
}
h4 {
  font-size: 16px;
}
p {
  color: #454545;
  margin: 0 0 25px;
}
a {
  color: #2483CA;
}
img {
  max-width: 100%;
}
ul {
  padding: 0px 25px;
  list-style-type: none;
}
.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.clear {
  clear: both;
}
.content-wrap {
  padding: 0 15px;
}
/*--------------------------------------------------------------
#   MENU
--------------------------------------------------------------*/
.navbar {
  min-height: 115px;
  background: white;
  border-color: white;
  margin-bottom: 0;
}
.nav-top {
  border-bottom: solid 1px #e7e7e7;
}
.nav-top a {
  color: #454545;
}
.nav-top input {
  border-radius: 0;
  font-family: FontAwesome, 'Source Sans Pro', sans-serif;
  margin-bottom: -1px;
}
.nav-top .navbar-form {
  margin: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    width: 75%;
    margin-bottom: 6px;
}
.collapse.width {
  width: 100% !important;
  height: 10000px;
}
.collapsing.width {
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: width, visibility;
       -o-transition-property: width, visibility;
          transition-property: width, visibility;
}
.nav.navbar-nav.navbar-right {
  min-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-brand>img {
  height: 40px;
}
.dropdown-menu {
  background: #17232C;
  padding: 0;
}
.dropdown-menu>li>a {
  color: white;
  font-weight: 300;
  padding: 10px 20px;
}
.dropdown-menu li:not(:last-child) {
  border-bottom: solid 1px white;
}
.navbar-default .navbar-nav>.open>a {
  color: #2483CA;
}
.fa-search {
  color: #454545;
  font-size: 30px !important;
  float: right;
  margin: -38px -25px;
}
.navbar-toggle {
  cursor: pointer;
  position: relative;
  float: left;
  margin: 0;
  width: 30px;
  padding: 10px 0 0 0;
  border: 0;
  background: transparent;
}
.navbar-toggle>.icon-bar {
  width: 100%;
  display: block;
  height: 3px;
  margin: 5px 0 0 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #454545;
}
.navbar-fixed-top .navbar-collapse {
  max-height: none;
  height: 10000px;
}
.login i {
  color: white;
  font-size: 25px;
  padding-left: 10px;
  margin-right: -10px;
}
.login a {
  display: inline-block;
}
/*--------------------------------------------------------------
#   FOOTER
--------------------------------------------------------------*/
footer {
  background: #17232C;
  min-height: 220px;
  padding: 25px;
  margin-top: 75px;
}
footer h4 {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
footer a {
  font-size: 13.5px;
  color: white;
  font-weight: normal;
}
footer ul {
  padding: 0;
}
footer li {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 5px
}
footer .footer-one, footer .footer-two {
  margin-bottom: 10px;
}
.social-links i {
  padding: 9.5px;
  display: inline-block;
  border: 1.5px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.social-links i.fa-facebook {
  padding: 9.5px 13px;
}
.social-links i.fa-youtube {
  padding: 8px 10.5px;
}
.social-links i.linkedin {
  padding: 8px 9.5px;s
}
.social-links a {
  font-size: 20px;
}
/*--------------------------------------------------------------
#   PAGE ELEMENTS (Buttons, Arrows, Lists etc.)
--------------------------------------------------------------*/
.btn {
  padding: 5px 20px;
  border-radius: 2px;
  letter-spacing: 1px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 18px;
}
.btn-blue {
  padding: 11px 35px;
  background: #2483CA;
  color: white;
}
.btn-blue:hover {
  color: #2483CA;
  background: #E1E1E1;
  transition: 0.4s;
}
.btn-clear {
  color: #2483CA;
  border: 1px solid #2483CA;
  padding: 10px 35px;
}
.btn-clear:hover {
  color: white;
  background: #2483CA;
  transition: 0.4s;
}
.btn .right-arrow:first-of-type {
  margin-left: 5px;
}
.btn-blue .right-arrow {
  border: solid white;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn-blue:hover .right-arrow {
  border: solid #2483CA;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: .4s;
}
.btn-clear .right-arrow {
  border: solid #2483CA;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.btn-clear:hover .right-arrow {
  border: solid white;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition: .4s;
}
.red-circle {
  background: #C11841;
  width: 50px;
  height: 50px;
  border: solid white;
  border-radius: 50%;
  margin-top: -50px;
  margin-bottom: 30px;
  position: relative;
  padding: 15px 22px;
}
.red-circle .down-arrow {
  border: solid white;
  border-width: 0px 3px 3px 2px;
  display: table;
  padding: 4px;
  margin: -4px;
  border-width: 0px 2.5px 2.5px 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(45deg);
}
a .right-arrow {
  border: solid #2483CA;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
li .right-arrow:last-of-type {
  margin-right: 15px;
  font-size: 18px;
}
.blue-list .right-arrow {
  border: solid #2483CA;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.red-list .right-arrow {
  border: solid #C11841;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.main li {
  margin-bottom: 12px;
}
.red-header {
  width: 150px;
  height: 1px;
  background: #C11841;
  margin-bottom: 50px;
}
.red-list, .blue-list {
  color: white;
}
.red-list li span, .blue-list li span {
  position: absolute;
  left: .8em;
  text-align: center;
}
.blue-list li span:before {
  content: ' ';
  border: solid #2483CA;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -3px;
  -webkit-transform: rotate(-45deg);
}
.blue-list li span:after {
  content: ' ';
  border: solid #2483CA;
  border-width: 0px 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  -webkit-transform: rotate(-45deg);
}
.red-list li {
  padding-left: 5px;
  font-weight: 300;
  letter-spacing: .5px;
  font-size: 18px;
}
.red-list li span:before {
  content: ' ';
  border: solid #C11841;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  margin-left: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.red-list li span:after {
  content: ' ';
  border: solid #C11841;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*--------------------------------------------------------------
#  BANNERS & BREADCRUMBS
--------------------------------------------------------------*/
.breadcrumbs-container {
  padding-top: 8px;
  /* margin-bottom: -38px; */
  background-color: #fafafa;
  height: 32px;
}
.breadcrumbs, .breadcrumbs a {
  color: #777;
  font-size: 13.5px;
  font-style: italic;
  font-weight: 300;
}
.content-banner {
  min-height: 220px;
  /* margin-top: 20px; */
}
.banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner h1, .banner h2, .banner p {
  color: white;
}
.banner p {
  font-weight: 300;
}
.banner-heading, .centered-banner-heading {
  padding-top: 75px;
}
.home-banner {
  height: 500px;
  background-image: url('../images/banner.jpg');
}
.home-banner h1 {
  font-size: 48px;
  font-weight: 600;
}
.home-banner p {
    color: white;
}
.inline-buttons .btn-clear {
  border: 2px solid #2483CA;
}
.why-choose {
  background-position: 50% 0%;
  min-height: 500px;
  background-image: url('../images/stock-vector-abstract-circuit-boad-technology-background-603595214.jpg');
}
.test-drive {
  padding: 30px 0 0 0;
}
.inline-buttons .btn {
  margin-right: 10px;
}
.latest-updates {
  padding: 1px 25px 20px 25px;
  margin: 180px 0 0 30px;
}
.latest-updates ul {
    color: white;
}
.latest-updates h3 {
  color: #7E7E7F;
}
.latest-updates-container .blue-list li span {
  position: absolute;
  left: 5.5em;
  text-align: center;
}
.products-banner {
  background-image: url('../images/stock-photo-a-high-voltage-electricity-pylons-against-blue-sky-and-sun-rays-106377965.jpg');
  background-position: 50% 100%;
}
.resources-banner {
  max-height: 400px;
  background-image: url('../images/stock-photo-engineer-using-laptop-at-an-electrical-substation-engineer-with-personal-protective-equipment-174455255.jpg');
}
.resources-bottom {
  padding-top: 40px;
  padding-bottom: 20px;
}
.resources-bottom p {
  font-weight: 600;
  margin-bottom: 0px;
}
.resources-menu {
  padding: 5px 0;
  background-color: #2483CA;
  margin-left: -30px;
}

/*--------------------------------------------------------------
#   MAIN CONTENT
--------------------------------------------------------------*/
.content h2, .content h3 {
  margin-bottom: 20px;
}
.home-content {
  padding-top: 30px;
  padding-bottom: 75px;
}
.last-home-content {
  padding-top: 30px;
  padding-bottom: 0;
}
.last-home-content ul h3 {
  color: black;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}
.last-home-content p {
  font-weight: 400;
  letter-spacing: 0px;
  font-size: 16px;
}
.last-home-content .learn-more-link {
  font-weight: 600;
}
.last-home-content .red-list {
  margin-bottom: 50px;
}
.last-home-content .red-list:last-of-type {
  margin-bottom: 0px;
}
.learn-more-link .right-arrow {
  border: solid #2483CA;
  border-width: 0px 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  margin-right: -2px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.learn-more-link .right-arrow:first-of-type {
  margin-left: 5px;
}
.resources-links {
  padding: 5px 0px;
}
.resources-links a {
  color: white;
  font-weight: 300;
  color: white;
  padding: 0 15px;
  white-space: nowrap;
  display: inline-block;
}
.featured-articles h3 {
  color: #C11841;
  font-weight: 600;
}
.featured-articles ul {
  list-style-type: disc;
  padding-left: 25px;
}
.featured-articles li {
  margin-bottom: 0;
}
.featured-articles li a {
  text-decoration: underline;
}
.product-selectors {
  margin: 60px 0 20px 0;
}
.selected-product-info-xs {
   display: none;
 }
.product-selectors>a {
  font-weight: 600;
  color: black;
  background-color: #E1E1E1;
  margin-bottom: 3px;
  padding: 10px 13px;
  display: inline-table;
  text-transform: uppercase;
}
.product-selectors .selected-product {
  color: white;
  background-color: #C11841;
  position: relative;
  margin-bottom: 25px;
}
.product-selectors .selected-product:after {
  content: '';
  position: absolute;
  right: 35%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 20px solid #C11841;
  clear: both;
}
.selected-product-info-xs {
  display: none;
}
.selected-product-info-xs.active {
  display: none;
}
.selected-product-info.active {
  display: block;
}
.selected-product-info {
  display: none;
}
.selected-product-info img {
  width: 100%;
  height: auto;
}
.product-selectors>a:first-of-type {
  border-radius: 5px 0 0 5px;
}
.product-selectors>a:last-of-type {
  border-radius: 0 5px 5px 0;
}

/*--------------------------------------------------------------
#   MEDIA QUERIES
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) {
  .product-selectors a {
    padding: 10px 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .product-selectors a {
    padding: 10px 55px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar {
    border-bottom: solid #C11841;
    color: #454545;
    box-shadow: 0px 1px 2px #454545;
  }
  ul.navbar-right {
    margin-right: 0;
    padding-top: 14px;
  }
  .latest-updates-container {
    background: rgba(0, 0, 0, 0.7);
    padding: 1px 20px 10px;
    max-width: 450px;
  }
  .resources-links .right-arrow {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .latest-updates {
      margin: 150px 0 0 0;
      padding: 0;
  }
  .latest-updates-container .blue-list li span {
      left: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  body {
    padding-top: 65px;
  }
  footer {
    background: #17232C;
    height: auto;
    min-height: 305px;
  }
  nav {
    height: 65px;
  }
  .navbar {
    min-height: 0;
  }
  .nav-top {
    display: none;
  }
  .navbar-header {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
  .navbar-brand {
    padding: 0;
    float: none;
  }
  .navbar-brand>img {
    margin: 6px auto;
    text-align: center;
    display: inline-block;
    height: 35px;
  }
  #bs-example-navbar-collapse-1 {
    background: #17232C;
    margin-top: -3px;
  }
  #bs-example-navbar-collapse-1.width.in {
    width: 300px !important;
  }
  #bs-example-navbar-collapse-1 a {
    font-size: 18px;
    color: white !important;
  }
  #bs-example-navbar-collapse-1 li {
    padding: 10px;
  }
  #bs-example-navbar-collapse-1 li:not(:last-child) {
    border-bottom: white solid 1px;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
  }
  .banner h1 {
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 20px;
  }
  .banner h2 {
    font-weight: 300;
  }
  .banner-heading {
    padding-top: 30px;
  }
  .home-banner {
    /*height: 650px;*/
    height: auto;
    background-image: none;
    /*margin: 0 -15px;*/
  }
  .home-banner .btn {
    display: table;
  }
  .test-drive {
    padding: 10px 20px 35px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    margin: 0 -15px;
  }
  .latest-updates {
    background: #080B10;
    padding: 1px 20px 25px;
    margin: 0 -15px;
  }
  .latest-updates li span {
    left: 5.5em;
  }
  .product-selectors>a {
    display: block;
    /*text-align: center;*/
    background: transparent;
    border: #2483C3 solid 2px;
    margin: -2px;
    position: relative;
  }
  .product-selectors .selected-product {
    /*margin-bottom: 3px;*/
    margin-bottom: 0;
    background: transparent;
    color: black;
  }
  .product-selectors .selected-product:after {
    /*right: auto;
    left: 45%;
    border-top: 15px solid #C11841;*/
    content: ' ';
    width: 0px;
    height: 0px;
    border-top: 8px solid black;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    display: inline-block;
    position: absolute;
    right: 11px;
    top: 40%;
    left: auto;
  }
  .product-selectors>a:first-of-type {
     /*border-radius: 5px 5px 0px 0px;*/
     border-radius: 0;
   }
   .product-selectors>a:last-of-type {
     /*border-radius: 0px 0px 5px 5px;*/
     border-radius: 0;
   }
   .product-selectors>a:after {
     content: ' ';
     width: 0px;
     height: 0px;
     border-top: 8px solid transparent;
     border-bottom: 8px solid transparent;
     border-left: 8px solid black;
     display: inline-block;
     position: absolute;
     right: 15px;
     top: 30%;
   }
   .selected-product-info {
     display: none;
   }
   .selected-product-info-xs {
     display: none;
     border: #2483C3 solid 2px;
     margin: -2px;
     padding: 10px 10px 30px;
   }
   .selected-product-info-xs.active {
     display: block;
     border: #2483C3 solid 2px;
     margin: -2px;
     padding: 10px 10px 30px;
   }
   .selected-product-info, .selected-product-info.active {
     display: none;
   }
   .selected-product-info-xs img {
     margin: -20px 0 10px;
     width: 100%;
    height: auto;
   }
   .selected-product-info-xs .btn {
     display: block;
   }
  .resources-bottom {
    padding-top: 30px;
  }
  .resources-links a {
    display: table;
    padding: 5px 45px;
    letter-spacing: 0.5px;
  }
  .resources-links .right-arrow {
    border: solid white;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-right: -3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .resources-links .right-arrow:first-of-type {
    margin-left: 15px;
  }
  .latest-updates-container .blue-list li span {
    left: 20px;
  }
}
