<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Electronics Datasheets
 */
h1,
h2,
h3,
h5,
p,
li,
ul,
body {
  /*margin:0;*/
  color: #162c56;
}
body {
  font-family: 'Montserrat', sans-serif;
}
body h3,
body h4,
body h5,
body h6,
body p,
body a,
body li,
body td,
body th {
  font-family: 'Montserrat', sans-serif;
}
body input {
  font-family: 'Montserrat', sans-serif !important;
}
body h1,
body h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h1 {
  font-size: 34px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 21px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
th {
  font-size: 20px;
  font-weight: normal;
}
body,
p,
ul,
li {
  font-size: 16px;
}
.table-fixed-layout {
  table-layout: fixed;
}
.page {
  background-color: #eeeeee;
}
a {
  color: #55bab6;
}
a:hover {
  color: #162c56;
  text-decoration: none;
}
a h3 {
  color: #162c56;
}
a h3:hover {
  color: #55bab6;
}
h3 {
  color: #162c56;
}
h3 a {
  color: #162c56;
}
h3 a:hover {
  color: #55bab6;
  text-decoration: none;
}
h3.sub-title {
  color: #55bab6;
}
h3.sub-title a {
  color: #55bab6;
}
h3.sub-title a:hover {
  color: #162c56;
}
h5 a {
  color: #162c56;
}
h5 a:hover {
  color: #55bab6;
  text-decoration: none;
}
.dark-blue-background a:hover,
.darker-blue-background a:hover {
  color: #ffffff;
}
.dark-blue-background .prices,
.darker-blue-background .prices {
  color: #ffffff;
}
.without-padding {
  padding: 0px!important;
}
.without-margin {
  margin: 0px;
}
.without-top-margin {
  margin-top: 0px;
}
.full-top-margin {
  margin-top: 20px;
}
h2 {
  margin-top: 10px;
}
.most-width {
  width: 80%;
}
.bold-text {
  font-weight: bold;
}
.lightblue {
  color: #55bab6;
}
.glyphicon-white {
  color: #ffffff;
}
.glyphicon-light-blue {
  color: #55bab6;
}
.color-purple {
  color: #e62695;
}
.color-white {
  color: #ffffff;
}
.color-white a {
  color: #ffffff;
}
.color-white a:hover {
  color: #55bab6;
}
.color-light-blue {
  color: #55bab6;
}
.color-light-blue a {
  color: #55bab6;
}
.color-light-blue a:hover {
  color: #162c56;
}
.color-dark-blue {
  color: #162c56;
}
.color-dark-blue a {
  color: #162c56;
}
.color-dark-blue a:hover {
  color: #55bab6;
}
.grey-background {
  background-color: #eeeeee;
}
.grey-blue-background {
  background-color: #a0a6b2;
  color: #ffffff;
}
.darker-blue-background {
  background-color: #0f1e39;
  color: #ffffff;
}
.dark-blue-background {
  background-color: #162c56;
  color: #ffffff;
}
.darker-grey-background {
  background-color: #353535 !important;
  color: #ffffff !important;
}
.white-background {
  background-color: #ffffff;
}
.lighter-grey-background {
  background-color: #eeeeee;
}
.description {
  color: #162c56;
}
.published {
  color: #162c56;
  margin-top: 10px;
}
.in-stock {
  color: #51920b;
}
.out-of-stock {
  color: #b5b7b5;
}
.search-filters .controls .control-label {
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
.right-align {
  text-align: right;
}
input,
textarea {
  border-radius: 0!important;
  max-width: 100%;
  color: #162c56 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #162c56 !important;
  font-weight: bold;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #162c56 !important;
  font-weight: bold;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #162c56 !important;
  font-weight: bold;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #162c56 !important;
  font-weight: bold;
}
input::placeholder,
textarea::placeholder {
  color: #162c56 !important;
  font-weight: bold;
}
li {
  list-style-image: url(/img/images/grey-bullet-point.png);
}
.table &gt; tbody &gt; tr &gt; td {
  vertical-align: middle;
}
@media (max-width: 1439px) {
  #background {
    display: none!important;
  }
  html body.layout {
    padding-top: 0px!important;
  }
  html body.layout:before {
    height: 225px;
  }
}
@media (min-width: 1200px) {
  .brand-image {
    float: none;
    display: inline-block;
  }
  .featured-product .product-row .product-text-wrapper {
    padding-left: 10px;
    padding-right: 15px;
  }
  .giant-only {
    display: block!important;
  }
  .not-giant {
    display: none!important;
  }
  .posts-slider .slick-dots.top-right-nav {
    right: -300px !important;
  }
  .col-slider .reference-designs-homepage-slider,
  .col-slider .evaluation-kits-homepage-slider {
    max-width: inherit!important;
  }
}
@media (max-width: 1199px) {
  html body.layout:before {
    height: 275px;
  }
  .widget .slick-dots.top-right-nav {
    display: none!important;
  }
  .posts-slider .top-right-nav {
    right: -330px !important;
  }
  .feature-slider a.button {
    height: 34px;
    line-height: 14px !important;
    font-size: 14px !important;
  }
  .grid-section .grid-row .grid-item {
    height: 195px;
  }
  .left-with-advert table {
    table-layout: auto;
  }
}
@media (min-width: 992px) {
  .advert-wallpaper {
    height: 0;
  }
  .product-row .product-text-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
  .post-item {
    /*height: auto!important;*/
    height: 228px;
  }
  .hide-desktop {
    display: none!important;
  }
  .latest-parts .part.part-primary {
    /*height:499px!important;*/
    /*height:auto!important;*/
  }
  .latest-parts .part.part-primary .part-stock {
    right: 25px!important;
  }
  .col-md-8 .table-fixed-layout {
    table-layout: auto;
  }
  .col-md-8 tr td,
  .col-md-8 tr th {
    padding: 5px!important;
  }
  .posts-slider .slick-dots.top-right-nav {
    right: -250px;
  }
  .reference-designs-homepage-slider,
  .evaluation-kits-homepage-slider {
    max-width: 570px!important;
  }
}
@media (max-width: 991px) {
  .advert {
    text-align: center;
  }
  html body.layout:before {
    height: 375px;
  }
  .slick-dots.top-right-nav {
    display: none!important;
  }
  .horizontal-scroll-table {
    overflow: auto;
    overflow-y: hidden;
  }
  .horizontal-scroll-table table {
    width: auto;
  }
  .newsletter-area {
    margin-bottom: 15px;
    text-align: center;
  }
  .small-searchbar {
    text-align: center;
  }
  .hide-tablet {
    display: none!important;
  }
  .distributor-row {
    margin-top: 45px;
  }
  .section-float-right {
    margin-top: 0px !important;
  }
  .section-float-right .info-box {
    margin: 0px 15px;
  }
  .section-float-right,
  .advert-float-right {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
    position: relative!important;
  }
  .feature-slider .feature-slider-item .feature-info-group {
    padding: 15px 25px !important;
    width: 100% !important;
  }
  .feature-slider a.button {
    height: 24px;
    max-width: 100px;
    line-height: 13px !important;
    font-size: 10px !important;
  }
  .post-horizontal-list.row .small-col:nth-child(1),
  .post-horizontal-list.row .small-col:nth-child(3) {
    padding-left: 15px!important;
  }
  .post-horizontal-list.row .small-col:nth-child(2),
  .post-horizontal-list.row .small-col:nth-child(4) {
    padding-right: 15px!important;
  }
  .small-inner-padding &gt; div:first-child {
    padding-right: 15px!important;
  }
  .small-inner-padding &gt; div:last-child {
    padding-left: 15px!important;
  }
  .latest-parts .part.part-primary {
    height: auto!important;
    margin-bottom: 15px;
  }
  .latest-parts .part.part-primary .part-stock {
    bottom: 15px !important;
  }
  .latest-parts .part.part-secondary {
    height: auto!important;
  }
  .latest-parts .part.part-secondary:first-child {
    margin-bottom: 15px !important;
  }
  .flexbox .col div.panel-body p.fixed-height {
    height: 95px;
  }
  .save.save-horizontal {
    padding-bottom: 20px;
    margin-top: 10px;
  }
  .info-box .save.save-horizontal {
    margin-top: 0px;
  }
  .advert-widget.widget {
    margin-top: 0px;
  }
  .posts-slider .col-advert .advert {
    position: relative !important;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .advert-float-right.absolute-right {
    position: relative!important;
  }
  .left-with-advert {
    margin-right: 0px!important;
    width: 100%!important;
    /*padding-right:0!important;*/
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .tablet-bottom-margin {
    margin-bottom: 15px;
  }
  .tablet-small-bottom-margin {
    margin-bottom: 5px;
  }
  .image-row .image-item {
    width: 23%!important;
  }
  .tablet-left {
    float: left;
    position: relative;
  }
  .tablet-right {
    float: right;
    position: relative;
  }
}
@media (min-width: 768px) {
  .advert-wallpaper-fallback {
    display: none!important;
  }
  .advert-spotlight-mobile {
    display: none!important;
  }
  .product-text-wrapper {
    padding-left: 55px;
    padding-right: 65px;
  }
  .small-col {
    padding: 5px;
  }
  .posts-slider .post-horizontal-list .post-item {
    height: 250px;
  }
  .posts-slider .post-horizontal-list .post-item.advert {
    text-align: center;
  }
  .col-sm-pull-right {
    float: right;
  }
}
@media (max-width: 767px) {
  html body.layout {
    padding-top: 15px!important;
  }
  body .container &gt; .row {
    margin-bottom: 0px;
  }
  .posts-slider .col-advert div.advert {
    margin-bottom: 10px!important;
  }
  .technical-document-links table,
  .technical-document-links thead,
  .technical-document-links tbody,
  .technical-document-links th,
  .technical-document-links td,
  .technical-document-links tr {
    display: block;
  }
  .technical-document-links tr {
    margin-bottom: 30px;
  }
  .section-float-right,
  .advert-float-right {
    padding-left: 0px!important;
    padding-right: 0px!important;
  }
  .seperator {
    margin-bottom: 20px!important;
  }
  .item-image {
    float: none!important;
  }
  .posts-slider .col-advert {
    margin: 0!important;
    padding: 0!important;
  }
  .breadcrumb {
    margin-bottom: 20px!important;
    padding: 0px!important;
  }
  .button-row .button {
    margin-bottom: 10px;
  }
  .button-row .button:last-child {
    margin-bottom: 0px;
  }
  .button.button-flexible-width {
    width: 100%!important;
  }
  .flexbox {
    display: block!important;
  }
  .flexbox .col .panel-body.no-padding {
    padding-bottom: 15px!important;
  }
  table td a.button {
    margin: 2px 0px;
  }
  .mobile-bottom-margin {
    margin-bottom: 15px;
  }
  .feature-slider {
    display: none;
  }
  .leaderboard-advert {
    display: none!important;
  }
  .part-primary {
    margin-bottom: 15px;
  }
  .part-primary .part-stock {
    position: relative;
    right: 0;
    display: block;
    float: none;
  }
  .part-secondary .info-group,
  .part-secondary .product-image {
    padding-left: 0;
    padding-right: 0;
  }
  .latest-parts .part.part-primary .part-stock {
    float: none !important;
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
    display: block !important;
  }
  .product-image {
    padding-bottom: 10px!important;
  }
  .latest-parts {
    margin-bottom: 20px;
  }
  .post-item {
    margin-bottom: 10px;
    height: 280px!important;
  }
  .post-item.advert {
    text-align: center;
    border: none!important;
  }
  .grid-row {
    margin-bottom: 0 !important;
  }
  .grid-row .grid-item {
    margin-bottom: 10px;
    padding-bottom: 5px !important;
    height: auto!important;
  }
  .show-mobile {
    display: inline-block !important;
  }
  .hide-mobile {
    display: none!important;
  }
  .advert-top.show-mobile {
    display: block!important;
    margin-top: 20px;
  }
  .advert-top.show-mobile .advert-image {
    margin-bottom: 0px;
  }
  .result-box .save-col {
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  .mobile-central {
    float: none !important;
    text-align: center !important;
    width: 100% !important;
  }
  .section-float-right {
    margin-right: 0px !important;
  }
  .flexbox .col .panel-body p.fixed-height {
    height: 165px!important;
  }
  .flexbox .col .panel-body h2 {
    height: 70px;
  }
  .save {
    display: none;
  }
  .companion-products-slider .slick-list {
    width: 100%;
  }
  .info-box .save {
    display: block;
  }
  .image-row .image-item {
    width: 30%!important;
    margin: 1%;
  }
  .mobile-left {
    float: left;
    position: relative;
  }
  .mobile-right {
    float: right;
    position: relative;
  }
  .post-horizontal-list .post-item .bottom-section .part-stock {
    bottom: 20px!important;
  }
}
body {
  background-color: #eee;
}
body.layout:before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 323px;
  content: "";
  background-color: black;
}
body.layout.wallpaper:before {
  height: 316px;
}
.page {
  width: 1170px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page {
    width: 970px!important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .page {
    width: 764px!important;
  }
}
@media (max-width: 767px) {
  .page {
    width: auto !important;
  }
}
.relative {
  position: relative;
}
.loading {
  opacity: 0.6;
}
.loading:before {
  content: url("../../img/ajax-loader-large.gif");
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.central {
  display: block;
  text-align: center;
  width: 100%;
}
.view-all {
  font-size: 18px;
}
.view-all i {
  margin-right: 8px;
  font-size: 24px;
  vertical-align: middle;
  margin-bottom: 5px;
}
.view-all h5 {
  display: inline-block;
  vertical-align: middle;
}
.view-all:focus {
  text-decoration: none;
}
.giant-only {
  display: none;
}
.not-giant {
  display: block;
}
.lower-split {
  clear: left;
}
.profile-top {
  height: 355px;
}
h3 a {
  color: #162c56;
}
h3:hover {
  color: #162c56;
}
.pagination-bottom {
  margin: 40px 0px 30px;
}
.pagination-bottom h4 {
  margin-top: 0px;
}
.pagination-bottom .pager-numeric {
  text-align: left;
}
.pagination-bottom .pager-numeric li {
  margin: 4px;
}
.pagination-bottom .pager-numeric li.active a,
.pagination-bottom .pager-numeric li.active span {
  background-color: #a0a6b2;
  color: #ffffff;
}
.pagination-bottom .pager-numeric li.active:hover a,
.pagination-bottom .pager-numeric li.active:hover span {
  background-color: #ffffff;
  color: #162c56;
  cursor: pointer;
}
.pagination-bottom .pager-numeric li:first-child {
  margin-left: 0px;
}
.pagination-bottom .pager-numeric li:hover a,
.pagination-bottom .pager-numeric li:hover span {
  background-color: #a0a6b2;
  color: #ffffff;
  cursor: pointer;
}
.pagination-bottom .pager-numeric li a,
.pagination-bottom .pager-numeric li span {
  padding: 10px 18px;
  border-radius: 0;
  color: #162c56;
  border: none;
}
.pagination-bottom .pager-numeric li a:hover,
.pagination-bottom .pager-numeric li span:hover {
  background-color: #a0a6b2;
  color: #ffffff;
  cursor: pointer;
}
.small-searchbar input {
  padding-left: 20px;
  background-image: url(/img/images/search-icon.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  text-indent: 125px;
  height: 40px;
  /*padding-top: 12px;*/
  border: 0;
}
.small-searchbar input:focus {
  /*Done individually because less (...apparently)*/
}
.small-searchbar input:focus::-webkit-input-placeholder {
  color: transparent!important;
  opacity: 0!important;
}
.small-searchbar input:focus:-moz-placeholder {
  color: transparent!important;
  opacity: 0!important;
}
.small-searchbar input:focus::-moz-placeholder {
  color: transparent!important;
  opacity: 0!important;
}
.small-searchbar input:focus:-ms-input-placeholder {
  color: transparent!important;
  opacity: 0!important;
}
.small-searchbar input:focus::placeholder {
  color: transparent!important;
  opacity: 0!important;
}
/*
.featured-product {
    background-color: #213b7d;
    color: #ffffff;
    padding: 15px 15px;
    h3 {
        margin: 2px 0 0 0;
        font-size:12px;
        color: #ffffff;
    }
    .product-row {
        display:inline-block;
        width:100%;
        !*height:91px;*!
        .product-text {
            background-color: #29589d;
            display:inline-block;
            vertical-align:top;
            width:100%;
            !*margin:0 10px;*!
            padding:10px 10px 10px 20px;
            min-height:92px;
            h2 {
                color:#ffffff;
                margin-top:5px;
                margin-bottom:10px;
            }
            p {
                margin:0px;
                color:#ffffff;
            }
        }
        .product-image {
            display:inline-block;
            vertical-align:top;
            padding-top:10px;
            min-height:92px;
        }
        .product-info {
            display:inline-block;
            vertical-align:top;
            min-height:92px;
            .product-company-logo{
                padding-bottom:6px;
                float:right;
            }
            .product-company-button {
                float:right;
            }
        }
    }
}*/
.feature-slider .feature-slider-item {
  background-image: url(/img/dev_images/slider-image-one.png);
  height: 362px;
}
.feature-slider .feature-slider-item .feature-info-group {
  padding-left: 46%;
  padding-top: 25px;
  color: #ffffff;
  width: 90%;
}
.feature-slider .feature-slider-item .feature-info-group .slider-item-description {
  padding-bottom: 20px;
}
.feature-slider .feature-slider-item.item-2,
.feature-slider .feature-slider-item.item-3 {
  display: none;
}
.feature-slider .feature-slider-item .white-bar-seperator {
  width: 35%;
}
.feature-slider .feature-slider-item .slider-item-title h2 {
  color: #ffffff;
}
.feature-slider .slider-navigation {
  position: absolute;
  bottom: 15px;
}
.feature-slider .slider-navigation div {
  display: inline-block;
}
.feature-slider .slider-navigation div img {
  height: 8px;
  width: 8px;
}
.feature-slider .button {
  height: 40px;
  line-height: 17px !important;
  font-size: 14px !important;
  max-width: 135px;
}
.posts-slider .product-image {
  max-height: 100px;
  width: auto;
  max-width: 180px;
}
.posts-slider .col-advert {
  padding: 0px;
  /*margin-left: -15px;*/
}
.posts-slider .col-advert .advert {
  position: absolute;
  right: 0px;
}
.full-width-thumbnail {
  width: 100%;
}
.sub-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
.title-section {
  display: inline-block;
  padding-left: 15px;
  color: #162c56;
}
.title-section h2,
.title-section h4 {
  display: inline-block;
}
.title-section h2 {
  padding-right: 5px;
}
.title-section .price {
  font-weight: bold;
}
.title-section .sub-title {
  display: inline-block;
}
.latest-parts .secondary-part-group .part-2 {
  margin-bottom: 15px;
}
.latest-parts .part {
  border: 1px solid #b5b7b5;
  background-color: #ffffff;
}
.latest-parts .part.part-primary {
  border: 1px solid #b5b7b5;
  padding: 15px;
  height: 420px;
}
.latest-parts .part.part-primary .part-stock {
  float: right;
  display: inline-block;
  bottom: 15px;
  position: absolute;
  right: 33px;
}
.latest-parts .part.part-primary .product-image {
  max-height: 200px;
}
.latest-parts .part.part-primary .description {
  width: 90%;
}
.latest-parts .part.part-secondary {
  border: 1px solid #b5b7b5;
  padding: 15px;
  height: 200px;
}
.latest-parts .part.part-secondary:first-child {
  margin-bottom: 20px;
}
.latest-parts .part.part-secondary .product-image {
  padding-bottom: 0;
  width: 100px;
}
.latest-parts .part.part-secondary .description {
  width: 90%;
}
.latest-parts .part.part-secondary .price {
  margin-bottom: 0;
}
.latest-parts .part.part-secondary .part-stock {
  float: right;
}
.latest-parts .part.part-secondary.row {
  margin-left: 0;
  margin-right: 0;
}
.latest-parts .part .part-2 {
  margin-bottom: 15px;
}
.latest-parts .part .part-stock {
  text-align: right;
}
.latest-parts .part .part-stock &gt; div {
  display: inline-block;
}
.latest-parts .part .part-stock &gt; .button {
  display: inline-block;
}
.latest-parts .part .button {
  margin-left: 5px;
}
.latest-parts .part .bottom-section .price {
  display: inline-block;
}
.post-horizontal-list.row .small-col:first-child {
  padding-left: 15px;
}
.post-horizontal-list.row .small-col:last-child {
  padding-right: 15px;
}
.post-horizontal-list .post-item {
  width: 24%;
  border: 1px solid #b5b7b5;
  padding: 10px;
  margin-left: 11px;
  max-width: 275px;
  height: 185px;
  overflow: hidden;
}
.post-horizontal-list .post-item:nth-child(1) {
  margin-left: 0;
}
.post-horizontal-list .post-item.grey-background {
  border: none;
}
.post-horizontal-list .post-item .advert-image {
  max-width: 100%;
  min-height: 250px;
  width: 300px;
}
.post-horizontal-list .post-item.advert {
  padding: 0;
  background: none;
  border: none;
}
.post-horizontal-list .post-item .product-image {
  max-width: 200px;
  max-height: 170px;
}
.post-horizontal-list .post-item .description {
  margin: 0;
}
.post-horizontal-list .post-item .price {
  display: inline-block;
  margin-right: 20px;
}
.post-horizontal-list .post-item .in-stock {
  display: inline-block;
}
.post-horizontal-list .post-item .bottom-section .part-stock {
  float: left;
  position: absolute;
  bottom: 10px;
  /*25px*/
}
.post-horizontal-list .post-item .bottom-section .save-bottom {
  top: 5px;
}
.max-full-width-thumbnail {
  max-width: 100%;
}
.section-float-right,
.advert-float-right {
  float: right;
  display: inline-block;
  position: relative;
  margin-right: 15px;
  right: 0;
  width: 300px;
  /*margin-top:20px;*/
}
.section-float-right.top-download-box,
.advert-float-right.top-download-box {
  margin-top: -65px;
}
.left-with-advert {
  /*padding-right:310px;*/
  display: inline-block;
  float: left;
  position: relative;
  /*width:100%;*/
}
.absolute-right {
  float: right;
  position: absolute;
}
.grid-row .grid-item {
  padding: 15px;
  height: 156px;
  vertical-align: top;
  margin-bottom: 15px;
}
.grid-row .grid-item:nth-child(2) {
  margin-right: 0;
}
.grid-row:last-child {
  margin-bottom: 0;
}
.image-row {
  padding-bottom: 20px;
  text-align: center;
}
.image-row .image-item {
  width: 15%;
  display: inline-block;
  margin-left: 1%;
}
.image-row .image-item:first-child {
  margin-left: 0px;
}
.image-row .image-item a {
  width: 100%;
}
.image-row .image-item a img {
  width: 100%;
}
.search-query-box.top-search-box {
  margin-bottom: 5px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.search-filters {
  font-size: 14px;
}
.search-filters .control-group .controls {
  font-size: 14px;
}
.search-filters h6 {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin: 0;
}
.search-filters .alert {
  border-radius: 0!important;
  margin-bottom: 5px!important;
}
.popover {
  max-width: 600px;
}
.product-image {
  padding-bottom: 10px;
}
.full-width-bar {
  display: inline-block;
  width: 100%;
  /*position: absolute;*/
  left: 0;
  right: 0;
}
.technical-documents .technical-document-links {
  display: inline-block;
}
.technical-documents .technical-document-links p {
  display: inline-block;
}
.technical-documents .technical-document-links .padded-section-border {
  padding-top: 20px;
}
.vertical-align-middle table tr td {
  vertical-align: middle;
}
.horizontal-scroll-table table {
  min-width: 100%;
}
.container .full-width-content-area.row {
  margin-bottom: 0px;
  padding-top: 15px;
}
.small-searchbar.halfwidth {
  vertical-align: middle;
}
.small-searchbar.halfwidth .form-group {
  margin: 0;
}
.container &gt; .row {
  margin-bottom: 20px;
}
.seperator {
  margin-bottom: 20px;
  padding-top: 5px;
  width: 230px;
}
.seperator.white-bar {
  border-bottom: 2px solid #ffffff;
}
.seperator.blue-bar {
  border-bottom: 2px solid #162c56;
}
.seperator.light-blue-bar {
  border-bottom: 2px solid #55bab6;
}
.seperator.wide-bar {
  padding-top: 15px;
  margin-bottom: 30px;
  width: 90%;
}
.seperator.auto-width-seperator {
  width: auto;
  display: inline-block;
}
.right-margin {
  margin-right: 20px;
}
.breadcrumb {
  float: right;
  position: relative;
  top: 10px;
  background-color: #eeeeee;
  margin-bottom: 0px;
  padding-top: 0px;
}
.flexbox .col .panel-body.no-padding {
  padding-bottom: inherit;
}
.flexbox .col .panel-body img {
  height: 175px;
  margin-bottom: 10px;
}
.flexbox .col .panel-body h3 {
  margin-bottom: 20px;
}
.flexbox .col .panel-body p.fixed-height {
  height: 70px;
}
.section-float-right .widget {
  margin-top: 0px;
}
.widget {
  margin-top: 45px;
}
.widget .slick-dots {
  bottom: -35px;
}
.widget .slick-dots.top-right-nav {
  top: -35px;
}
.widget .widget-slider.slick-slider {
  margin-bottom: 50px;
}
.widget .widget-box {
  padding: 10px;
  width: 100%;
}
.widget .widget-box .product-image {
  max-width: 100%;
  margin-top: 10px;
}
.widget .widget-box .part-info {
  width: 100%;
  padding-right: 40px;
}
.widget .widget-box .part-stock .button {
  margin-top: 10px;
}
.widget .advert-image {
  margin-bottom: 15px;
}
.item-image {
  float: left;
  overflow: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
.item-image img {
  border: none;
}
.technical-resources .widget-box {
  padding-bottom: 35px;
  margin-bottom: 15px;
}
.technical-resources .widget-box .part-info {
  width: 100%;
}
.lower-split .advert &gt; div {
  margin: 0 auto;
}
.advert-widget {
  display: inline-block;
}
.featured-product.advert .advert-image,
.post-item.advert .advert-image {
  margin-bottom: 0px;
}
.manufacturer-info .button {
  margin: 5px 5px 0px 0px;
}
.result-box {
  padding: 20px 15px 15px 15px;
  margin-bottom: 15px;
  border: 1px solid #b5b7b5;
}
.result-box .row + div {
  margin-top: 20px;
}
.result-box .button {
  margin: 5px 5px 0px 0px;
}
.result-box .button-toolbar {
  padding: 0px 13px;
}
.result-box .button-toolbar .button {
  display: inline-block;
  font-size: 14px;
  padding: 6px 14px;
}
.result-box .img-thumbnail {
  border: 0;
}
.info-box {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 23px;
  padding-bottom: 5px;
  text-align: center;
}
.info-box .small-col {
  padding: 0!important;
}
.section-float-right .info-box {
  margin-top: 0;
  margin-bottom: 10px;
  /*margin-left:15px;*/
  /*margin-right:15px;*/
  padding-left: 15px;
  padding-right: 15px;
}
.section-float-right .buy-and-download {
  margin-right: 15px;
}
table.table-colored-top {
  background-color: #ffffff;
}
table.table-colored-top thead tr th {
  background-color: #f0f3f4 !important;
}
table.table-colored-top thead,
table.table-colored-top tbody,
table.table-colored-top tr,
table.table-colored-top th,
table.table-colored-top td {
  background-color: #ffffff;
}
table.table-no-inner-border thead,
table.table-no-inner-border tbody,
table.table-no-inner-border tr,
table.table-no-inner-border th,
table.table-no-inner-border td {
  border: none !important;
}
.padded-section-border {
  border: 1px solid #d9d9d9;
  padding: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.padded-section-border table {
  margin-bottom: 0;
}
.empty .navbar {
  margin-bottom: 0px;
}
/*
 * Search filters
 */
.single-search-form .btn-toolbar {
  margin-bottom: 10px;
}
.search-filters .alert {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 8px 35px 8px 14px;
}
.search-filters .control-options {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.search-filters .checkbox label {
  font-weight: bold;
}
.control-options label.checkbox {
  margin-left: 25px;
}
/*
 * Search results
 */
.search-results .highlight {
  background: #ffc40d;
}
/*
 * Autocomplete and jQuery ui widget overrides
 */
.ui-menu .ui-menu-item {
  list-style-image: none;
}
.ui-menu .ui-menu-item a {
  color: #162c56;
}
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #162c56;
}
.ui-menu .ui-menu-item a .highlight {
  background: #ffc40d;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.flexbox .col {
  flex: 1;
}
.flexbox .col .panel {
  height: 100%;
}
.flexbox .col .panel-body {
  position: relative;
  /*height: 100%;*/
  padding-bottom: 40px;
}
.flexbox .col .panel-body p {
  padding: 5px;
}
.flexbox .col .panel-body h3 {
  margin-top: 1px;
}
.flexbox .col .panel-body .btn {
  position: absolute;
  bottom: 15px;
}
.slick-dots.add-blue-nav-item:before {
  content: url('/img/images/slider-nav-rectangle.png');
  margin-right: 8px;
}
.slick-dots.add-blue-nav-item li {
  margin: 0 2px;
  vertical-align: middle;
}
.slick-dots.add-blue-nav-item li button:before {
  font-size: 10px;
}
.slick-dots.top-right-nav {
  top: -50px;
  text-align: right;
  margin-right: 5px;
  height: 25px;
}
.posts-slider .col-md-9 .slick-dots.top-right-nav,
.posts-slider .col-sm-9 .slick-dots.top-right-nav,
.posts-slider .col-xs-9 .slick-dots.top-right-nav,
.posts-slider .col-lg-9 .slick-dots.top-right-nav {
  right: 0px;
}
.slick-dotted.slick-slider {
  margin-bottom: 0!important;
}
.small-inner-padding &gt; div:first-child {
  padding-right: 6px;
}
.small-inner-padding &gt; div:last-child {
  padding-left: 6px;
}
input.form-control,
textarea.form-control {
  font-size: 17px;
}
.with-bottom-margin {
  margin-bottom: 15px;
}
select.form-control {
  height: 28px;
  padding: 3px 12px;
}
.additional-details {
  margin-bottom: 20px;
}
.companion-products-slider.post-horizontal-list .post-item {
  height: 380px;
}
.companion-products-slider.post-horizontal-list .post-item .part-details {
  height: 293px;
}
.companion-products-slider.post-horizontal-list .post-item .part-stock {
  height: 75px;
}
.companion-products-slider.post-horizontal-list .post-item .part-stock .stock-notice {
  min-height: 22px;
}
.img-thumbnail {
  border-radius: 0!important;
}
.forgotpassword {
  margin-top: 10px;
  display: block;
}
.form-inline-labels label {
  font-size: 17px;
  display: none!important;
}
.form-inline-labels label.show-anyway {
  display: block!important;
}
.form-inline-labels .form-group {
  margin-bottom: 20px;
}
.form-inline-labels .form-group input,
.form-inline-labels .form-group textarea,
.form-inline-labels .form-group select {
  border: none;
  height: 45px;
  color: #162c56 !important;
  font-size: 17px;
}
.form-inline-labels .form-group input[type=checkbox],
.form-inline-labels .form-group textarea[type=checkbox],
.form-inline-labels .form-group select[type=checkbox] {
  height: auto;
}
.form-inline-labels .form-group textarea {
  height: 100px;
}
.form-inline-labels .form-group select {
  padding: 3px 7px !important;
}
.form-margin {
  margin-left: 15px;
  margin-right: 15px;
}
#form-group-products\[\] {
  margin-bottom: 0px;
}
.checkbox-box {
  padding: 15px;
  margin-bottom: 20px;
  font-size: 17px;
}
.checkbox-box label {
  margin-bottom: 25px;
}
.checkbox-box .control-label {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 25px;
}
.checkbox-box .checkbox {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}
.checkbox-box .checkbox input {
  margin-right: 5px;
}
.checkbox-box .checkbox label {
  margin-bottom: 0px;
}
.checkbox-box .form-group:last-child {
  margin-bottom: 0px;
}
.central-button {
  margin-top: 15px;
}
.central-button button {
  margin: 0 auto;
}
.central-button input {
  margin: 0 auto;
}
.checkbox-item {
  display: inline-block;
  width: 49%;
  margin-bottom: 15px;
}
.checkbox-item input {
  margin-right: 5px;
}
.advert {
  margin: 0 auto 10px auto;
  overflow: hidden;
}
.advert-top-leaderboard {
  width: 728px;
  height: 90px;
}
.advert-banner {
  width: 468px;
  height: 60px;
}
.advert-lower-leaderboard {
  width: 575px;
  height: 70px;
}
.advert-welcome-ad {
  width: 640px;
  height: 480px;
}
.advert-wallpaper {
  margin-bottom: 0;
}
.advert.sidebar-widget {
  margin-bottom: 0px;
  margin-top: 25px;
}
.advert.advert-spotlight {
  margin-bottom: 0px;
}
.advert.advert-spotlight-mobile {
  margin-bottom: 0px;
}
.advert.advert-spotlight-mobile &gt; div {
  margin: 0 auto 10px auto;
}
.advert.featured-product {
  margin-bottom: 0px;
}
[class*="advert-boombox"] {
  width: 300px;
  min-height: 250px;
}
[class*="advert-square-button"] {
  width: 125px;
  height: 125px;
}
#loginModal .modal-body {
  background: #eee;
}
#welcomeModal .modal-dialog {
  width: 730px;
  margin-top: 140px;
}
#welcomeModal .modal-dialog .modal-body {
  max-height: 600px;
}
#welcomeModal .modal-dialog .modal-header {
  padding: 5px 10px;
  font-size: 14px;
}
#welcomeModal .modal-dialog .modal-header .close {
  margin-top: 0;
}
#addToLibraryModal .modal-dialog {
  width: 730px;
  margin-top: 140px;
}
#addToLibraryModal .modal-dialog .modal-body a.disabled {
  pointer-events: none;
  cursor: default;
  color: #a0a6b2;
}
#addToLibraryModal .modal-dialog .modal-body a.disabled:after {
  content: " : (already present)";
}
#manufacturerFiltersModal .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
#pdf {
  height: 100%;
  padding-top: 180px;
  border: 0;
}
.center {
  float: none;
  margin: 0 auto;
}
.col-slider .reference-designs-homepage-slider,
.col-slider .evaluation-kits-homepage-slider {
  max-width: inherit;
}
/*EDS-642*/
.advert-wallpaper-fallback &gt; div {
  margin: 0 auto;
}
.advert-slider-bottom-right {
  margin-bottom: 0px;
}
.advert-slider-bottom-right-wrapper {
  background: #ffffff;
  position: fixed;
  bottom: 0px;
  right: 20px;
  z-index: 9999;
  border: 1px solid #cccccc;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.advert-slider-bottom-right-toolbar {
  background: #eeeeee;
  border-bottom: 1px solid #cccccc;
}
.advert-slider-bottom-right-toolbar-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  color: #555555;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  padding: 3px 10px;
}
.advert-slider-bottom-right-toolbar-button {
  -webkit-appearance: none;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #555555;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  padding: 3px 10px;
  cursor: pointer;
  background: 0 0;
  border: none;
  outline: none;
}
.advert-slider-bottom-right-toolbar-button:focus {
  border: none;
  outline: none;
}
.g-recaptcha-wrapper {
  width: 304px;
  margin: 0px auto;
}
/*EDS-527*/
html,
body {
  height: 100%;
}
body.empty {
  /*If this is causing issues remove it! It's just to hide the vertical scroll bar on pdf preview pages.*/
  overflow-y: hidden;
}
.button,
.btn {
  color: #ffffff;
  border: 2px solid #ffffff;
  display: block;
  height: 43px;
  width: 152px;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 9px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0!important;
}
.button a,
.btn a {
  color: inherit;
}
.button a:hover,
.btn a:hover {
  text-decoration: none;
}
.button:hover,
.btn:hover {
  cursor: pointer;
}
.button.button-dark-blue,
.btn.button-dark-blue,
.button.btn-success,
.btn.btn-success,
.button.btn-danger,
.btn.btn-danger,
.button.btn-warning,
.btn.btn-warning,
.button.btn-primary,
.btn.btn-primary,
.button.btn-default,
.btn.btn-default {
  background-color: #162c56;
  color: #ffffff;
  border: 2px solid #162c56;
}
.button.button-dark-blue:hover,
.btn.button-dark-blue:hover,
.button.btn-success:hover,
.btn.btn-success:hover,
.button.btn-danger:hover,
.btn.btn-danger:hover,
.button.btn-warning:hover,
.btn.btn-warning:hover,
.button.btn-primary:hover,
.btn.btn-primary:hover,
.button.btn-default:hover,
.btn.btn-default:hover {
  background-color: #ffffff;
  color: #162c56;
  border: 2px solid #162c56;
}
.button.button-dark-blue:hover a,
.btn.button-dark-blue:hover a,
.button.btn-success:hover a,
.btn.btn-success:hover a,
.button.btn-danger:hover a,
.btn.btn-danger:hover a,
.button.btn-warning:hover a,
.btn.btn-warning:hover a,
.button.btn-primary:hover a,
.btn.btn-primary:hover a,
.button.btn-default:hover a,
.btn.btn-default:hover a {
  color: #162c56;
}
.button.button-dark-blue a,
.btn.button-dark-blue a,
.button.btn-success a,
.btn.btn-success a,
.button.btn-danger a,
.btn.btn-danger a,
.button.btn-warning a,
.btn.btn-warning a,
.button.btn-primary a,
.btn.btn-primary a,
.button.btn-default a,
.btn.btn-default a {
  color: #ffffff;
}
.button.button-dark-blue a:hover,
.btn.button-dark-blue a:hover,
.button.btn-success a:hover,
.btn.btn-success a:hover,
.button.btn-danger a:hover,
.btn.btn-danger a:hover,
.button.btn-warning a:hover,
.btn.btn-warning a:hover,
.button.btn-primary a:hover,
.btn.btn-primary a:hover,
.button.btn-default a:hover,
.btn.btn-default a:hover {
  color: #162c56;
}
.button.button-darker-blue,
.btn.button-darker-blue {
  background-color: #0f1e39;
  color: #ffffff;
  border: 2px solid #162c56;
}
.button.button-darker-blue:hover,
.btn.button-darker-blue:hover {
  background-color: #ffffff;
  color: #0f1e39;
  border: 2px solid #0f1e39;
}
.button.button-darker-blue:hover a,
.btn.button-darker-blue:hover a {
  color: #0f1e39;
}
.button.button-darker-blue a,
.btn.button-darker-blue a {
  color: #ffffff;
}
.button.button-darker-blue a:hover,
.btn.button-darker-blue a:hover {
  color: #0f1e39;
}
.button.button-darker-blue-reverse,
.btn.button-darker-blue-reverse {
  background-color: #ffffff;
  color: #0f1e39;
  border: 2px solid #162c56;
}
.button.button-darker-blue-reverse:hover,
.btn.button-darker-blue-reverse:hover {
  background-color: #0f1e39;
  color: #ffffff;
  border: 2px solid #0f1e39;
}
.button.button-darker-blue-reverse:hover a,
.btn.button-darker-blue-reverse:hover a {
  color: #ffffff;
}
.button.button-darker-blue-reverse a,
.btn.button-darker-blue-reverse a {
  color: #0f1e39;
}
.button.button-darker-blue-reverse a:hover,
.btn.button-darker-blue-reverse a:hover {
  color: #ffffff;
}
.button.button-light-blue,
.btn.button-light-blue {
  background-color: #55bab6 !important;
  color: #ffffff !important;
  border: 2px solid #55bab6 !important;
}
.button.button-light-blue:hover,
.btn.button-light-blue:hover {
  background-color: #ffffff !important;
  color: #55bab6 !important;
}
.button.button-light-blue:hover a,
.btn.button-light-blue:hover a {
  color: #55bab6 !important;
}
.button.button-light-blue a,
.btn.button-light-blue a {
  color: #ffffff !important;
}
.button.button-light-blue a:hover,
.btn.button-light-blue a:hover {
  color: #55bab6 !important;
}
.button.button-white,
.btn.button-white {
  background-color: #ffffff;
  color: #162c56;
}
.button.button-white:hover,
.btn.button-white:hover {
  color: #ffffff;
  background-color: #162c56;
}
.button.button-white:hover a,
.btn.button-white:hover a {
  color: #ffffff;
}
.button.button-white a,
.btn.button-white a {
  color: #162c56;
}
.button.button-white a:hover,
.btn.button-white a:hover {
  color: #ffffff;
}
.button.button-flexible-width,
.btn.button-flexible-width {
  width: auto;
  height: auto;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9px;
}
.button.button-auto-width,
.btn.button-auto-width {
  width: auto;
}
.button.button-full-width,
.btn.button-full-width {
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 9px;
}
.button.button-white-border,
.btn.button-white-border {
  border: 2px solid #ffffff !important;
}
.button.button-white-border:hover,
.btn.button-white-border:hover {
  border: 2px solid #162c56 !important;
}
.button.button-small,
.btn.button-small {
  font-size: 12px;
  padding-left: 15px;
  /*25px*/
  padding-right: 15px;
  /*25px*/
  padding-top: 3px;
  /*1px*/
  padding-bottom: 3px;
  /*2px*/
  border: 2px solid #162c56;
}
.button.button-medium,
.btn.button-medium {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.button.inactive,
.btn.inactive {
  color: #676767;
  background-color: #b5b7b5;
  border: 2px solid #b5b7b5;
}
.button.inactive:hover,
.btn.inactive:hover {
  border: 2px solid #b5b7b5;
  cursor: default;
  color: #676767;
  background-color: #b5b7b5;
}
.button-row {
  text-align: right;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.button-row button {
  padding: 5px 10px !important;
  height: auto !important;
}
.button-float-right {
  float: right;
  position: relative;
  width: 0;
  height: 0;
  right: 10px;
  top: 5px;
}
.save {
  float: right;
  position: relative;
  top: 0;
  width: 0;
  height: 0;
  right: 40px;
  z-index: 100;
}
.save .disk,
.save .file,
.save .like,
.save .social {
  background-color: #162c56;
  border-radius: 21px;
  width: 42px;
  height: 42px;
  text-align: center;
  margin-bottom: 4px;
  border: 2px solid #162c56;
  cursor: pointer;
}
.save .disk i,
.save .file i,
.save .like i,
.save .social i {
  padding-left: 3px;
  vertical-align: middle;
  font-size: 22px;
}
.save .disk:hover,
.save .file:hover,
.save .like:hover,
.save .social:hover {
  background-color: #ffffff;
  color: #162c56;
}
.save .disk:hover i,
.save .file:hover i,
.save .like:hover i,
.save .social:hover i {
  color: #162c56;
}
.save .inlibrary {
  background-color: #a0a6b2;
  border-color: #a0a6b2;
}
.save .inlibrary:hover {
  background-color: #ffffff;
  color: #a0a6b2;
}
.save .inlibrary:hover i {
  color: #a0a6b2;
}
.save .file i {
  padding-top: 7px;
}
.save .disk i,
.save .like i {
  padding-top: 8px;
}
.save .social i {
  padding-top: 7px;
  padding-left: 7px;
}
.save .social .stLarge {
  display: none;
}
.save.save-bottom {
  top: -25px;
}
.save.save-horizontal {
  width: auto;
  height: 0;
  text-align: right;
  right: 0;
}
.save.save-horizontal .disk,
.save.save-horizontal .file,
.save.save-horizontal .like {
  display: inline-block;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: left;
    vertical-align: top;
  }
  .navbar .navbar-collapse {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
  }
  .navbar .navbar-header .leaderboard-advert {
    float: right !important;
    max-width: 100% !important;
    margin-top: 5px !important;
  }
  .navbar .navbar-header .leaderboard-advert img {
    max-width: 100%;
  }
  #auth-navigation {
    float: right!important;
  }
}
@media (min-width: 992px) {
  .nav.navbar-nav {
    width: auto !important;
  }
  .nav.navbar-nav li a {
    padding: 15px 12px !important;
  }
  .navbar .navbar-header {
    float: none!important;
  }
  .navbar .navbar-header .leaderboard-advert {
    float: right;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .nav.navbar-nav {
    width: 100%;
  }
  .nav.navbar-nav li a {
    padding: 15px 9px;
  }
  .navbar.navbar-inverse {
    padding-top: 5px!important;
  }
}
@media (min-width: 768px) {
  #auth-navigation {
    float: left;
  }
  .navbar-header .leaderboard-advert {
    float: left;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .page .navbar.navbar-inverse {
    padding-top: 0px !important;
  }
  .navbar-toggle {
    margin-top: 40px;
  }
  .navbar-nav {
    background-color: #020303 !important;
  }
  .navbar.navbar-inverse {
    padding-top: 0px!important;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-bottom: 0px;
    border-bottom: 2px solid #242424;
    padding-left: 20px;
  }
  .navbar .navbar-collapse .navbar-nav li {
    border-bottom: 2px solid #242424;
    border-right: none;
  }
  .navbar .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar .navbar-collapse #auth-navigation ul {
    margin-top: 0px;
  }
}
.navbar {
  height: auto;
  margin-bottom: 0px;
  font-size: 14px;
  border: 0;
}
.navbar.navbar-inverse {
  background-color: #020303;
  border-radius: 0!important;
  padding-top: 10px;
}
.navbar .navbar-nav {
  background-color: #242424;
}
.navbar .navbar-nav li {
  list-style: none;
  font-size: 14px;
  color: #ffffff;
  border-right: 2px solid #2f2f2f;
}
.navbar .navbar-nav li a {
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar .navbar-nav li a:hover {
  color: #55bab6;
}
.navbar .navbar-nav li.active a {
  color: #55bab6;
  background-color: #242424;
}
.navbar .navbar-nav li:last-child {
  border-right: none;
}
.navbar .navbar-nav ul {
  background-color: #000000;
  min-width: 0;
}
.navbar .navbar-nav ul li a {
  color: #ffffff;
  background-color: #000000;
}
.navbar .navbar-nav ul li a:hover {
  background-color: #000000;
  color: #55bab6;
}
.navbar .navbar-collapse {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
}
.navbar .brand-image {
  display: inline-block;
  height: 100%;
}
.navbar .brand-image img {
  width: 195px;
}
.navbar .leaderboard-advert {
  display: inline-block;
  float: none;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  height: 90px;
  width: 728px;
}
.navbar #auth-navigation .navbar-nav {
  background-color: inherit;
  border: none;
}
.navbar #auth-navigation .navbar-nav i {
  margin-right: 5px;
}
.navbar #auth-navigation .navbar-nav li {
  border-right: none;
}
.navbar-absolute {
  position: absolute;
  width: 100%;
}
.navbar-preview {
  height: 180px;
  padding-top: 0px;
}
@media (max-width: 991px) {
  .footer .info-area {
    width: auto;
  }
  .footer .info-area .footer-brand .bottom-logo {
    margin-top: 15px;
  }
  .footer .info-area .footer-links {
    padding-top: 0px;
    float: right;
  }
  .footer .footer-nav ul li {
    display: inline-block;
    float: none;
  }
  .footer .copyright,
  .footer .footer-nav {
    display: block!important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .navbar-nav {
    width: 100%;
  }
  .footer .info-area {
    /*width:100%!important;*/
  }
  .footer .info-area .footer-brand {
    text-align: center;
  }
  .footer .info-area .footer-links {
    float: none !important;
    text-align: center;
    padding-top: 30px !important;
    padding-bottom: 10px;
  }
  .footer .info-area .social-links {
    padding-top: 10px !important;
  }
  .footer .newsletter-area h4 {
    padding-bottom: 15px;
  }
}
.newsletter-area &gt; div {
  display: inline-block;
}
.newsletter-area &gt; .button {
  display: inline-block;
}
.newsletter-area i {
  font-size: 24px;
  vertical-align: middle;
  padding-bottom: 5px;
  padding-right: 10px;
  color: #ffffff;
}
.newsletter-area h4 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-right: 25px;
  color: #ffffff;
}
.copyright {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
.copyright p {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
}
.footer-nav {
  display: inline-block;
  vertical-align: top;
}
.footer-nav .navbar-nav {
  margin: 0;
  border: none!important;
}
.footer-nav .navbar-nav li {
  font-size: 12px;
}
.footer-nav .navbar-nav li a {
  font-size: 12px;
  padding: 10px;
}
.footer-nav .navbar-nav li a:hover {
  background-color: transparent;
}
.info-area {
  display: inline-block;
  width: 100%;
  padding-top: 30px;
}
.info-area .footer-links {
  list-style: none;
  padding-top: 30px;
  padding-left: 2px;
  font-size: 18px;
}
.info-area .footer-links &gt; div {
  padding-bottom: 5px;
}
.info-area .footer-links &gt; .button {
  padding-bottom: 5px;
}
.info-area .footer-links a {
  font-size: 18px;
}
.info-area .footer-links i {
  font-size: 18px;
}
.info-area .footer-links img {
  max-width: 18px;
  height: auto;
  max-height: 22px;
}
.info-area .footer-links li {
  list-style-image: none;
  list-style: none;
  height: 28px;
  margin-bottom: 5px;
  vertical-align: bottom;
}
.info-area .footer-links .advertise-link img {
  padding-right: 4px;
}
.info-area .social-links {
  padding-top: 30px;
  padding-bottom: 20px;
  padding-left: 0px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.info-area .social-links li {
  display: inline-block;
  width: 16.66%;
  text-align: center;
}
.info-area .area-right h2,
.info-area .area-right p {
  margin-bottom: 20px;
}
</pre></body></html>