body {
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #353535;
  background-color: #fff;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1360px;
  }
}

a {
  color: #3c405a;
  text-decoration: none;
}

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

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  display: inline-block;
  letter-spacing: 0.02em;
}

h1,.h1 {
  font-size: 2.3rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h2,.h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h3,.h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}

h4,.h4 {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

h5,.h5 {
  font-size: 1rem;
  line-height: 1.3;
}

h6,.h6 {
  font-size: 1rem;
}

.lead, p {
  font-size: 1.2rem;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

small,.small {
  font-size: 90%;
}


.text-primary {
  color: #ca4544 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #9b4040 !important;
}

a {
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
  display: inline-block;
}

button {
  cursor: pointer;
}

strong {
  font-weight: 700;
}

p.lead {
  margin-bottom: 30px;
}


.bs-select .dropdown-menu .dropdown-menu {
  min-height: 20px;
  display: block;
}

.bs-select .dropdown-menu .dropdown-menu a {
  padding: 6px 10px;
  color: #666;
  font-weight: 700;
  text-decoration: none !important;
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  outline: none;
}

.heading-light {
  font-weight: 300 !important;
}

.text-bold {
  font-weight: 700;
}

.text-small {
  font-size: 0.96em;
  font-weight: 300 !important;
  letter-spacing: 0.01em;
}

.text-muted {
  color: #969696 !important
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.no-letter-spacing {
  letter-spacing: 0 !important;
}

.bar {
  padding: 30px 0;
}

.bar.padding-big {
  padding: 50px 0;
}

.pagination {
  margin-top: 20px;
}

#pagination .pagination {
  margin-bottom: 40px;
}

.text-sm {
  font-size: 0.9rem;
}



.bg-gray {
  background: #e9ecef !important;
}

.bg-gray-dark {
  background: #555 !important;
}

.bg-primary {
  background: #ca4544 !important;
}

.color-white {
  color: #fff !important;
}


.bg-white {
  background: #fff !important;
}

.bg-fixed {
  background-attachment: fixed !important;
}

.light-gray {
  background: #eee;
}


.mb-small {
  margin-bottom: 20px !important;
}

.relative-positioned {
  position: relative;
  z-index: 1;
}

.jumbotron {
  margin: 0;
}

.owl-carousel.equal-height .owl-stage {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}


.heading, .panel-heading {
  margin-bottom: 1rem;
}

.heading h1, .panel-heading h1, .heading h2, .panel-heading h2, .heading h3, .panel-heading h3, .heading h4, .panel-heading h4, .heading h5, .panel-heading h5, .heading h6, .panel-heading h6 {
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}

.heading h1:after, .panel-heading h1:after, .heading h2:after, .panel-heading h2:after, .heading h3:after, .panel-heading h3:after, .heading h4:after, .panel-heading h4:after, .heading h5:after, .panel-heading h5:after, .heading h6:after, .panel-heading h6:after {
  content: " ";
  display: block;
  width: 75%;
  height: 2px;
  margin-top: .4rem;
  background: #ca4544;
}

.heading.text-center h1:after, .text-center.panel-heading h1:after, .heading.text-center h2:after, .text-center.panel-heading h2:after, .heading.text-center h3:after, .text-center.panel-heading h3:after, .heading.text-center h4:after, .text-center.panel-heading h4:after, .heading.text-center h5:after, .text-center.panel-heading h5:after, .heading.text-center h6:after, .text-center.panel-heading h6:after {
  margin-left: auto;
  margin-right: auto;
}

.buttons a {
  margin: 0 3px;
}

.dropdown-item.active, .dropdown-item:active {
  background: #9adacd;
}

.

.alert {
  border-radius: 0;
}

.owl-carousel .owl-dots {
  margin-top: 20px;
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #aaa;
}

.dark-mask {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.dark-mask.mask-primary {
  background: rgba(0, 0, 0, 0.68);
}

.icon-outlined {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 20px;
}

.icon-outlined.icon-lg {
  font-size: 2rem;
}

.icon-outlined.icon-sm {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.15rem;
}

.icon-outlined.icon-thin {
  border-width: 1px;
}

.icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #ca4544;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
}

.ul-icons .icon-filled {
  display: inline-block;
  margin-right: 10px;
}

.ul-icons li {
  margin-bottom: 20px;
  color: #555;
  font-size: 0.9rem;
}

.ul-icons a {
  display: inline;
}

ul.social {
  margin: 15px 0;
}


.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #ca4544;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
}

.form-group label {
  color: #555;
}

.card-primary {
  border-radius: 0;
  border-color: #ca4544;
}

.card-primary .card-header {
  background: #ca4544;
  color: #fff;
  border: none;
  border-radius: 0;
}

.card-primary .card-header a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.05em;
}

.card-primary .card-body {
  border-color: #ca4544;
}

.card-body li {
  font-size: 0.9rem;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs a.nav-link {
  border-radius: 0 !important;
  font-size: 0.9rem;
}

.tab-content {
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 0.9rem;
}

.top-bar {
  background: #1D2228;
  color: #fff;
  font-size: 1rem;
  padding: 10px 0;
}

.top-bar.top-bar-light {
  background: #fff;
  color: #555;
  border-bottom: 1px solid #ddd;
}

.top-bar.top-bar-light a.login-btn, .top-bar.top-bar-light a.signup-btn {
  color: #555 !important;
}

.top-bar.top-bar-light a.login-btn span, .top-bar.top-bar-light a.signup-btn span {
  display: inline-block;
}

.top-bar p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 300;
  color: #fff;
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar a.login-btn, .top-bar a.signup-btn {
  color: #fff;
    letter-spacing: 0.06em;
    text-decoration: none !important;
    font-size: 0.96rem;
    line-height: 2em;
    font-weight: 700;
}
}


.modal .modal-header h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.modal input::-moz-placeholder {
  font-size: 0.85rem;
}

.modal input::-webkit-input-placeholder {
  font-size: 0.85rem;
}

.modal input:-ms-input-placeholder {
  font-size: 0.85rem;
}

.modal p {
  font-size: 0.85rem;
}

header.nav-holder.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#navbar {
  background: #e0e0e0;
  padding-top: 0;
  padding-bottom: 0;
}

#navbar .navbar-toggler {
  font-size: 0.9rem;
  padding: 10px 15px;
  border-color: #ddd;
}

#navbar .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

#navbar .dropdown-menu .dropdown-item {
  padding: 0;
}

#navbar .dropdown-menu h5 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-bottom: 5px;
  border-bottom: 1px solid #ca4544;
  margin-top: .6rem;
  margin-bottom: .8rem;
}

#navbar .dropdown-menu a.nav-link {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  padding: 15px 20px !important;
}

#navbar .dropdown-menu a.nav-link:hover {
  color: #ca4544;
}

#navbar .menu-large {
  position: static !important;
}

#navbar .menu-large .megamenu {
  padding: 20px;
  width: 100%;
  max-width: 1340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -1px;
}

#navbar .menu-large a.nav-link {
  padding: 10px !important;
  padding-left: 0 !important;
}

#navbar .navbar-nav > li.active > a {
  background: none !important;
  color: #525252 !important;
  text-decoration: none !important;
}

#navbar .navbar-nav > li > a {
  margin: 0;
  padding: 1rem;
  color: #525252;
  letter-spacing: 0.06em;
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 600;
}

#navbar .navbar-nav > li > a:hover {
  background: #1D2228 !important;
  color: #fff !important;
}

#navbar .navbar-nav > li > a:focus {
  background: #1D2228 !important;
  color: #fff !important;
  text-decoration: none !important;
}

#navbar.nav-light .navbar-nav > li.active a.dropdown-toggle,
#navbar.nav-light .navbar-nav > li.active a.dropdown-toggle:hover {
  background: none !important;
  color: #ccc !important;
  text-decoration: underline !important;
}

#navbar.nav-light .navbar-nav > li > a:hover {
  background: none !important;
}

#navbar.nav-light .navbar-nav > li > a:focus {
  background: none !important;
  color: #555 !important;
  text-decoration: underline !important;
}

@media (max-width: 991px) {
  #navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  #navbar .menu-large .megamenu {
    width: 100%;
    left: 0 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  #navbar .navbar-collapse {
    max-height: 600px;
    overflow-y: auto;
    margin-top: 1rem;
  }
  #navbar .navbar-nav > li > a {
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    border-top: 0;
    font-size: 0.85rem;
    width: 100%;
  }
  #navbar .navbar-nav > li > a:hover {
    background: rgba(79, 191, 168, 0.5);
    border-color: rgba(79, 191, 168, 0.8);
  }
  #navbar .dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}


.home-carousel {
  color: #fff;
}

.home-carousel .owl-carousel {
  padding-top: 20px;
  padding-bottom: 10px;
}

.home-carousel h1, .home-carousel h2 {
  letter-spacing: 0.1em;
}

.home-carousel li, .home-carousel p {
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 10px;
}

.home-carousel p img {
  max-width: 200px;
}


@media (max-width: 767px) {
  .home-carousel {
    text-align: center !important;
  }
  .home-carousel p, .home-carousel h1, .home-carousel ul {
    text-align: center !important;
  }
  .home-carousel img {
    margin: 10px auto;
  }
}

.owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-thumbs button {
  background: none;
  border: none;
  margin: 5px;
  outline: none;
}



@media (max-width: 767px) {
  .nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.sidebar-menu .badge {
  font-weight: 700;
  margin: 0;
}

.sidebar-menu.with-icons a.nav-link {
  position: relative;
}

.sidebar-menu.with-icons a.nav-link::before {
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'FontAwesome';
}

.category-menu a.nav-link {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

ul ul a.nav-link {
  padding-left: 30px !important;
  font-size: 0.85rem;
  text-transform: none !important;
  font-weight: 400;
  color: #777;
}

footer.main-footer {
  padding: 0;
  background: #555;
  color: #fff;
}

footer.main-footer hr {
  border: none;
  border-top: 1px solid #ddd;
  background: none;
}

footer.main-footer {
  letter-spacing: 0.1em;
}

footer.main-footer a {
  font-size: 0.9rem;
}

footer.main-footer  {
  padding: 25px 0;
  background: rgb(32, 32, 32);
  color: #ccc;
  margin-top: 0px;
}

footer.main-footer a {
  color: #a39d9d;
}

footer.main-footer p {
  color: inherit;
  font-size: 0.9rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  footer.main-footer .photo-stream a {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  footer.main-footer .photo-stream li {
    width: 32%;
    margin-bottom: 10px;
  }
  footer.main-footer .photo-stream a {
    width: 100%;
    height: auto;
  }
}



.navbar {
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}


.btn {
  letter-spacing: 0.1em;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 167, 167, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(167, 167, 167, 0.25);
}

.btn-primary {
  color: #fff;
  background-color: #ca4544;
  border-color: #ca4544;
}

.btn-primary:hover {
  color: #fff;
  background-color: #9e3e3e;
  border-color: #9e3e3e;
}


.btn-primary.disabled, .btn-primary:disabled {
  background-color: #ca4544;
  border-color: #ca4544;
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f1f1f1;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 0.95rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown-item {
  padding: 0.25rem 0.1rem;
  color: #212529;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
}

.dropdown-header {
  padding: 0.5rem 1.5rem;
  font-size: 0.7rem;
  color: #868e96;
}



.nav-link {
  padding: 0.3rem 0.8rem;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #ca4544;
}


.custom_shadow {
  box-shadow: 0.2rem 0.3rem 0.4rem rgba(0, 0, 0, 0.315)!important;
}

.footer_links {
  margin-bottom: 20px;  
}

.footer_links a {
  color: #fff;
  margin-right: 10px;  
}


.megamenu img {
  margin-bottom: 15px;
  width: 100vw;
  height: 20vh;
  object-fit: cover;
  overflow: hidden;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #ca4544;
  border-color: #ca4544;
}

.page-link {
    color: #ca4544;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.article-box-listing {
  margin-bottom: 10px;
  display: inline-block;
}

.article-box-listing a.title {
  font-size: 1.3rem;
    line-height: 1.7rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.article-box-listing img {
  width: 100vw;
  height: 24vh;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 10px;
}

.article-box-listing .summary {
  font-size: 1rem;
  font-weight: 400;
}

.device-box {
  text-align: center;
  margin-bottom: 40px;
}

.device-box .title {
  font-size: 0.96rem;
  line-height: 1.3rem;  
  font-weight: 700;
  letter-spacing: 0.03em;
  display: block;
}

.device-box img {
  margin-bottom: 15px;  
  object-fit: cover;
  overflow: hidden;
}

.home-article {
  text-align: center;
  margin-bottom: 40px;
  overflow:hidden;
}

.home-article .image{
    background: black;
    overflow: hidden;
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}


.home-article img { 
  width: 100vw;
  height: 24vh;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;	
}

.home-article img:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}

.home-article .darker {
  opacity: 0.75;
}

.home-article .title {
  font-size: 1.15em;
  line-height: 1.3em;
  font-weight: 700;
}

.home-article .text  {
  font-size: 0.9em;
  line-height: 1em;
  color: #8d8d8d;
  margin-bottom: 8px;
}


.three_cols {
  overflow: hidden;
}

.three_cols > li {
  float: left;
  width: 33.33%;
  padding-bottom: 2px;
  padding-top: 1px;
}

@media (min-width: 1200px) {
  .three_cols > li {
    float: left;
    width: 25%;
    padding-bottom: 2px;
    padding-top: 1px;
  }
}

@media (max-width: 992px) {
  .three_cols > li {
    float: left;
    width: 50%;
    padding-bottom: 2px;
    padding-top: 1px;
  }
}


.table_brands {
  background: #ECEDED;
  position: relative;
  margin-top:0;
  padding-top:0;	
}

.table_brands li a {
  display: block;
  font-size: 0.9em;
  line-height: 1.8em;
  padding: 5px 0;
  /*text-transform: uppercase;*/
  text-align: center;
  font-weight: 700;
}


.table_brands li a:hover {
display: block;
color: #fff;
background-color: #616161;
text-decoration: none;
}

.table_brands .header {
text-transform: uppercase;
text-align: center;
background-color: #CA4544;
letter-spacing:1px;
color: #FFF;
padding: 8px;
width: 100%;
}

.table_brands .footer {
  text-align: center;
  background-color: #b1b1b1;
  width: 100%;
}  

.table_brands .footer a {
  text-transform: uppercase;
  font-size: 0.9em;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  letter-spacing:0.95px;  
}

.table_brands .footer a:hover {
  display: block;
  color: #fff;
  background-color:#616161;
  text-decoration:none;
}

.sidebar-article {
  margin-bottom: 10px;
}

.sidebar-article  {
  font-size: 1em;
  font-weight: 600;
  letter-spacing:0.5px;  
  line-height: 1.4em;
}

.sidebar-article .text {
  font-size: 0.9em;
  font-weight: 400;
}

.specs_section {
	background-color: #EEE;
	border-bottom: #DADADA 1px solid;
	padding: 10px;
	color: #CA4544;
	text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.specs_list {
	background-color: #FFF;
	color: #333333;
	font-size:15px;
  padding:10px;
}

.specs_summary {  
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/tech-background.jpg');
  background-repeat: round;
  color: #fff;  
  object-fit: cover;
  overflow: hidden;
  padding: 20px;
}

.specs_summary .item {
  font-size: 1.1em;
  margin-bottom: 15px;
}

.specs_summary .item  i{
  font-size: 1.25em;
  margin-right: 10px;
}

.specs_summary .main_img  {
  padding: 15px;
  margin-right: 100px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;    
}


.btn-template-outlined {
  background: #ca4544;
  border: 1px solid #ca4544 !important;
  color: #fff;
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-template-outlined:hover, .btn-template-outlined:focus {
  background: #CA4544;
  border: 1px solid #CA4544 !important;
  color: #fff !important;
}

.btn-specs {
  background: #4678cc;
  border: 1px solid #4678cc  !important;
  color: #fff;
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-specs:hover, .btn-specs:focus {
  background: #345174;
  border: 1px solid #72829c !important;
  color: #fff !important;
}

.social-nav-buttons img {
  max-height: 30px;
  width: auto;
  margin-right: 8px;
}

.logged_user_avatar {
  max-height: 25px;
  max-width: 25px;
}

.searchborder {
  border: 1px solid #f9f9f9 !important;
}


.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list li {
  padding: 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
  
.comment-list li .comment-body .author {
  font-size: 16px;  
  font-weight: 600; 
  line-height: 25px;
  margin-bottom: 0;
}

.comment-list li .comment-body .comment {
  font-size: 17px;  
  font-weight: 400; 
  line-height: 25px;
  margin-top: 10px;
}

.comment-list li .comment-body .meta {
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

#suggestions {
  position: absolute;
    left: auto;
    display: none;
    z-index: 100;
    border: 2px solid #4c4c4c;
    top: 31px;
}

#suggestions_compare2 {
    position: absolute;
    right: 25px;
    display: none;
    z-index:100;
    border: 2px solid #e0e0e0;
}

.searchresults {
  border-width: 1px;
  border-bottom: solid 1px #f5f5f5;
  width: 300px;
  background-color: #CCCCCC;
  font-size: 10px;
  line-height: 14px;
}

.searchresults a {
  display: block;
  font-size: 13px;
  background-color: #FFFFFF;
  height: 50px;
  padding: 5px;
  text-decoration: none;
}

.searchresults a img {
  height: 40px;
  width: auto;
  max-width: 80px;
  margin-right: 10px;
  float: left;
}

.searchresults a .title {
  font-size: 13px;
  margin-top: 5px;
  padding-top: 0;
  text-decoration: none;
}

.form-inline .form-control {
  display: block;
  min-width: 300px;
}

@media (max-width: 1200px){
  .form-inline .form-control {
    display: block;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .form-inline .form-control {
    display: block;
    min-width: 200px !important;
  }
}

.ads_zone {
  margin-top:20px;
  margin-bottom: 20px;
}