@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
@import 'reset.css';
* {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #FFF;
}
hr {
  margin: 0 !important;
}
h1 {
  font: 100 30px 'Roboto', sans-serif;
  color: #1888bc;
}
h2 {
  font: 100 30px 'Roboto', sans-serif;
  color: #1888bc;
}
.text-default {
  font: 400 14px 'PT Sans', sans-serif;
  color: #8c9397;
}
.text-default a {
  color: #1888bc;
  text-decoration: underline;
}
.text-default span {
  font-weight: 700;
}
.text-default strong {
  font-weight: 700;
  font-size: 18px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.mTop10 {
  margin-top: 10px;
}
.mTop20 {
  margin-top: 20px;
}
.mTop30 {
  margin-top: 30px;
}
.mTop40 {
  margin-top: 40px;
}
.mTop50 {
  margin-top: 50px;
}
.mBottom10 {
  margin-bottom: 10px;
}
.mBottom20 {
  margin-bottom: 20px;
}
.mBottom30 {
  margin-bottom: 30px;
}
.mBottom40 {
  margin-bottom: 40px;
}
.mBottom50 {
  margin-bottom: 50px;
}
.avatar {
    width: 100px;
    height: auto;
}
.filter-title {
    font: 100 30px 'Roboto', sans-serif;
    color: #1888bc;
}



.top-header {
  background: #1888bc;
  min-height: 37px;
  border-bottom: 1px solid #0b709f;
}
.top-header ul li,
.top-header ul li > p > a {
  font: 13px 'Roboto', sans-serif;
}
.top-header ul li > p > a {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.top-header ul li > p {
  margin-top: 6px;
}
.top-header ul li > a {
  line-height: 32px;
  padding: 0;
  color: #33d6ff;
  margin-left: 5px;
}
.top-header .top-box-right .top-bar-menu li > a:before {
  content: '|';
  padding-right: 9px;
  font-size: 18px;
  font-weight: 300;
}
.top-header ul li a:hover,
.top-header ul li a:focus {
  background: transparent;
}
.top-header ul li p,
.top-phone {
  color: #FFF !important;
  font-size: 15px;
  margin-right: 5px;
}
.top-header ul li p span,
.top-phone span {
  font-weight: 400;
  font-size: 12px;
}
.top-header p.top-phone a {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.top-phone {
  line-height: 36px;
}

.top-box-left .top-bar-menu {
    float: right;
}

.top-box-right .top-bar-menu {
    float: left;
}

.top-bar-menu li {
    display: inline-block;
}


@media (min-width: 992px) {
    .top-box-left {
        padding-right: 0;
    }
    .top-box-right {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .main-menu {
        float: left !important;
    }
    .top-box-left .top-bar-menu {
        float: none;
    }

    .top-box-right .top-bar-menu {
        float: none;
    }

    .top-bar-menu {
        text-align: center;
    }

    .top-header .top-box-right .top-bar-menu li:first-child > a:before {
        content: '';
    }
    .top-header ul li {
        font-size: 13px;
    }

}

@media (max-width: 320px) {
    .top-header ul li > a {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

.middle-header {
  background: #FFF;
  border-bottom: 1px solid #e5e5e5;
  height: 90px;
}
.navbar-header {
  position: relative;
  z-index: 2;
}
.main-menu {
    float: right;
}
.main-menu .nav {
  margin-right: -15px;
}
.main-menu ul.nav li a {
  font-size: 13px;
  color: #9f9f9f;
  padding: 5px 5px;
  border-radius: 20px;
}
.main-menu ul.nav li a:hover,
.main-menu ul.nav li a:focus,
.main-menu ul.nav li.active a {
  color: #FFF;
  background: #1888bc;
}
.navbar-toggle {
  border: none !important;
  margin-top: 20px !important;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent !important;
}
.navbar-toggle .icon-bar {
  width: 40px !important;
  height: 5px !important;
  margin-bottom: 8px !important;
  background-color: #1888bc;
}
.navbar-collapse {
  position: relative !important;
  z-index: 1 !important;
  background-color: #FFF !important;
}
.slider {
  margin: 0 auto;
}
.icons {
  margin-top: -65px;
}
.icons .row div[class^="col-"] {
  text-align: center;
  color: #8c9397;
  line-height: 36px;
}
#text-home h2 {
  font: 100 26px 'Roboto', sans-serif !important;
  color: #1888bc !important;
}
#text-home p {
  font: 400 14px 'PT Sans', sans-serif;
  color: #8c9397;
  width: 50%;
  margin: 0 auto;
}
.box-product .row div[class^="col-"] {
  margin-bottom: 30px;
}
.box-product .row div[class^="col-"] img {
  width: 100% !important;
}
.box-product .row div[class^="col-"] p {
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  filter: alpha(opacity=80);
  opacity: 0.8;
  bottom: 0px;
  position: absolute;
  font-weight: 300;
  font-size: 24px;
  color: #1888bc;
}
.box-client a {
  color: #9ea6ab;
}
.box-client h3 {
  width: 100%;
  background-color: #e9e9e9;
  color: #9ea6ab;
  font: 300 13px 'Roboto', sans-serif;
  padding: 0 5px;
}
.box-client .depoiment {
  width: 48%;
  font-family: 'PT Sans', sans-serif;
  color: #8c9397;
}
.box-client .depoiment h4 {
  line-height: 20px;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.box-client .depoiment span {
  font-size: 11px;
  line-height: 10px;
}
.box-client .depoiment img {
  width: 100%;
}
.box-client .depoiment-mob {
  font-family: 'PT Sans', sans-serif;
  color: #8c9397;
}
.box-client .depoiment-mob h4 {
  line-height: 20px;
  margin-bottom: 0 !important;
  font-size: 16px;
}
.box-client .depoiment-mob span {
  font-size: 11px;
  line-height: 10px;
}
.box-client .depoiment-mob img {
  width: 100%;
}
@media (min-width: 768px) {
  .depoiment-spec {
    width: 100% !important;
  }
}
.box-inspire {
  color: #9ea6ab;
}
.box-inspire h4 {
  line-height: 20px;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.box-inspire span {
  font-size: 10px;
  line-height: 10px;
}
.box-inspire p {
  font-family: 'PT Sans', sans-serif;
}
.box-inspire a {
  color: #9ea6ab;
}
.how-buy {
  background-color: #1888bc;
  color: #FFF;
  min-height: 245px;
  padding: 20px;
  font-family: 'Roboto', sans-serif;
}
.how-buy h4 {
  font-weight: 100;
  font-size: 27px;
  border-bottom: 1px solid #FFF;
  padding-bottom: 3px;
}
.how-buy p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
}
.how-buy a {
  padding: 5px 20px !important;
  border: 1px solid #33d6ff;
  color: #33d6ff;
  text-align: center;
  border-radius: 0 !important;
  font-weight: 100;
  font-size: 18px;
  margin-left: 22px;
}
.how-buy a:hover {
  color: #33d6ff;
}
.box-innovation {
  border: 1px solid #e9e9e9;
  text-align: center;
  height: 275px;
  padding-top: 30px;
  position: relative;
  margin-top: 15px;
}
.box-innovation h3 {
  color: #1888bc;
  font-size: 24px;
  font-weight: 300;
}
.box-innovation p {
  font: 400 13px/14px 'PT Sans', sans-serif;
  color: #8c9397;
}
.box-innovation .exclusive {
  width: 89px;
  height: 89px;
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  z-index: 7777;
}
footer {
  background: #1888bc;
  width: 100%;
  height: 360px;
  margin-top: 75px;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer h5 {
  font: 500 16px 'Roboto', sans-serif;
  color: #8c9397;
}
footer ul li a {
  font: 400 12px 'PT Sans', sans-serif;
  color: #8c9397;
}
footer p {
  color: #FFF;
  font-size: 12px;
  margin-top: 0;

}
footer .habilis {
  margin-top: 0;
}
footer .xperience li a {
  font: 500 16px/34px 'Roboto', sans-serif;
  color: #8c9397;
}
footer .footer-main {
  width: 100%;
  padding-bottom: 20px;
  background: #e9e9e9;
}
footer .footer-main a {
  color: #8c9397;
}
footer .footer-main .social-icons {
    margin-top: 20px;
    text-align: center;
}
footer .footer-main .social-icons .title {
    font-size: 16px;
    color: #337ab7;

}
footer .footer-main .social-icons .list-inline {
    margin-top: 15px;
}
footer .footer-main .twitter p {
  font: 12px 'PT Sans', sans-serif;
  color: #8c9397;
  width: 200px;
  display: block;
  margin-left: 45px;
}
footer .address-box img {
  display: inline-block;
  vertical-align: middle;
}
footer .address-box h5 {
  display: block;
  font: 700 14px/12px 'PT Sans', sans-serif;
}
footer .address-box p {
  font: 400 14px 'PT Sans', sans-serif;
  margin-left: 30px;
  margin-top: 5px;
  color: #8c9397;
}
footer .address-box .phone-footer {
  font: 700 18px 'PT Sans', sans-serif !important;
  color: #1888bc !important;
  margin-left: 5px;
}
footer .address-box .phone-footer span {
  margin-left: 15px;
  font-weight: 100;
}
footer .footer-bottom {
  background-color: #1888bc;
}
.breadcrumb {
  background: transparent;
}
.breadcrumb li a {
  font: 300 12px 'Roboto', sans-serif;
  color: #8c9397;
  text-decoration: underline;
}
.breadcrumb li.active {
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
  color: #8c9397;
}
.breadcrumb li + li::before {
  content: "> ";
}
.filter-product {
  border: none;
  box-shadow: none;
}
.filter-product .panel-heading {
  border-radius: 0;
  border-bottom: 1px solid #d0d0d0;
}
.filter-product .panel-heading h3 {
  font: 400 14px 'Roboto', sans-serif;
  color: #1888bc;
  line-height: 30px;
}
.filter-product .panel-heading h3 a {
  width: 75%;
  margin-left: 15px;
}
.filter-product .panel-heading h3 a i {
  color: #8c9397 !important;
}
.filter-product .panel-body {
  background: #e8e8e8;
  border-top: 1px solid #d0d0d0;
  padding-top: 0;
  padding: 0 15px;
}
.filter-product .panel-body h5 {
  font: 15px 'PT Sans', sans-serif;
  color: #1888bc;
}
@media (min-width: 769px) and (max-width: 992px) {
  .filter-product .panel-body .row .formats {
    margin-left: 15px;
  }
}
.filter-product .panel-body .row .formats {
  margin-left: 10px;
}
.filter-product .checkbox label {
  font: 12px 'PT Sans', sans-serif;
  color: #7a7a7a;
}
.filter-product .checkbox label img {
  margin-left: -29px;
}
.filter-product .col-lg-2 {
  width: 19.667%;
}
.product-list .btn-group .btn {
  border-radius: 0;
}
.product-list .btn-group .btn-default {
  border-color: #3d96a3;
  font: 300 14px 'Roboto', sans-serif;
  color: #1888bc;
}
.product-list .btn-group .btn-default:hover {
  background: transparent;
}
.product-list .product-list-title {
    font: 100 30px 'Roboto', sans-serif;
    color: #1888bc;
}
.product-list h3 {
  font: 100 24px 'Roboto', sans-serif;
  color: #1888bc;
}
.product-list .alert {
  padding: 5px 10px;
  font: 300 15px 'Roboto', sans-serif;
  border-radius: 0;
}
.product-list .alert-info {
  background-color: #1888bc;
  border: none;
  color: #FFF;
}
.product-list .media-body h4 {
  text-transform: uppercase;
}
.product-list .media-body h4,
.product-list .media-body p {
  color: #8c9397;
}
.product-list .row [class^="col-"] ul li {
  font: 14px 'PT Sans', sans-serif;
  color: #8c9397;
  margin-bottom: 2px;
}
.product-list .row [class^="col-"] ul.colors-list li img {
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
}
.product-list ul li.material {
  display: inline-block;
  font-size: 17px !important;
  color: #1888bc !important;
  padding: 5px 10px;
  margin-bottom: 10px !important;
  background-color: #ddd;
}
.product-list ul li.material strong {
  font-weight: bold;
}
.item-product {
  min-height: 310px;
  margin-bottom: 30px;
  color: #8c9397;
}
.item-product a {
  color: #8c9397;
}
.item-product a .product-title {
  font: 700 14px 'Roboto', sans-serif;
  color:#8c9397;
}
.item-product a p {
  font: 14px 'PT Sans', sans-serif;
  line-height: 16px;
}
.item-product a .measure {
  width: 100%;
  padding: 2px 0;
  text-align: center;
  font: 14px 'PT Sans', sans-serif;
  color: #1888bc;
  background-color: #e8e8e8;
  display: block;
}
.item-product a .people {
  width: 100%;
  padding: 2px 0;
  text-align: center;
  font: 14px 'PT Sans', sans-serif;
  color: #8c9397;
  background-color: #cdcdcd;
  display: block;
  margin-top: 5px;
}
.nav-tabs > li > a {
  border-radius: 0;
  font: 300 16px 'Roboto', sans-serif;
  color: #8c9397;
  margin-right: 0;
}
.nav-tabs > li.active a {
  outline: none;
  color: #1888bc;
}
.tab-content .tab-pane {
  padding: 20px;
}
.tab-content .tab-pane ul:first-child {
  margin-right: 60px;
}
.tab-content .tab-pane ul li {
  font: 12px 'PT Sans', sans-serif;
  color: #7a7a7a;
  text-decoration: underline;
}
.tab-content .tab-pane ul li img {
  margin-right: 15px;
}
.description-product,
.description-product p {
  font: 400 14px 'PT Sans', sans-serif;
  color: #8c9397;
}
.table thead tr th {
  font: 300 18px 'Roboto', sans-serif;
  color: #1888bc;
}
.table tbody tr.featured td {
  font-weight: 700;
}
.table tbody tr td {
  font: 400 12px 'PT Sans', sans-serif;
  color: #7a7a7a;
}
.box-buttons {
  background-color: #f6f6f6;
  padding: 10px;
}
.box-buttons .btn {
  border-radius: 0;
  margin-right: 15px;
}
.box-buttons .btn-primary {
  border-color: #3d96a3;
  font: 300 16px 'Roboto', sans-serif;
  background: #FFF;
  color: #1888bc;
}
.box-buttons .btn-primary:hover {
  background: #1888bc;
  color: #FFF;
}
.popover {
  border: none;
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.popover-content {
  background-color: #e3e3e3;
  color: #1888bc;
  font: 12px 'PT Sans', sans-serif;
  border-left-color: #e3e3e3;
}
.popover.right > .arrow {
  border-right-color: transparent;
}
.popover.right > .arrow::after {
  border-right-color: #e3e3e3;
  left: 2px;
}
.box-downloads {
  width: 100%;
  background-color: #e3e3e3;
  padding: 10px;
}
.box-downloads .box-downloads-title {
    font: 100 30px 'Roboto', sans-serif;
    color: #1888bc;
}
.box-downloads .table tbody tr {
  border-bottom: 1px solid #7a7a7a;
}
.box-downloads .table tbody tr td {
  border-top: none;
  font: 14px 'PT Sans', sans-serif;
  color: #7a7a7a;
}
.box-downloads .table tbody tr td a {
  text-decoration: underline;
  color: #7a7a7a;
  font-weight: 700;
}
@media (max-width: 768px) {
  .btn-responsive {
    padding: 2px 4px;
    font-size: 75% !important;
    line-height: 1;
    border-radius: 3px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .btn-responsive {
    padding: 4px 9px;
    font-size: 90%;
    line-height: 1.2;
  }
}
.button-xs {
  background: #FFF;
  color: #1888bc;
  border-radius: 0;
  border-color: #3d96a3;
}
.button-xs:hover {
  background: #1888bc;
  color: #FFF;
}
.filter-submit,
#filter-btn {
  background-color: #1888bc;
  font: 100 30px 'Roboto', sans-serif;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.filter-submit {
  border-radius: 0;
  padding: 0;
  font-size: 28px;
}
.filter-submit:hover {
  background-color: #1888bc;
}
.filter-ambient li {
  color: #b7bbbe;
  border-bottom: 1px solid #d0d0d0;
  display: block;
  padding: 5px;
  margin-top: 10px;
}
.filter-ambient li a h2 {
  font: 15px 'Roboto', sans-serif;
  color: #1888bc;
  display: inline-block;
}
.filter-ambient li a span {
  margin-right: 10px;
  color: #b7bbbe;
}
.filter-ambient li.active a {
  font-weight: 700;
}
.text-ambient {
  color: #8c9397;
}
.text-ambient a {
  color: inherit;
}
.text-ambient span {
  font-size: 10px;
  font-weight: 400;
}
.text-ambient h3 {
  font: 700 15px 'Roboto', sans-serif;
  text-transform: uppercase;
  color: #8c9397;
}
.text-ambient p {
  font: 14px 'PT Sans', sans-serif;
  line-height: 16px;
}
.pagination-default {
  width: 100%;
  height: 31px;
  background-color: #e9e9e9;
  text-align: center;
}
.pagination-default a {
  font: 300 15px 'Roboto', sans-serif;
  color: #1888bc;
}
.pagination-default a:hover {
  color: #1888bc;
}
.pagination-default .pagination {
  margin: 0;
}
.pagination-default .pagination > li > a,
.pagination-default .pagination > li > span {
  background: transparent;
  border: none;
  font: 300 15px 'Roboto', sans-serif;
  color: #1888bc;
}
.pagination-default .pagination > li > a:hover,
.pagination-default .pagination > li > span:hover {
  background-color: #1888bc;
  color: #FFF;
}
.pagination-default .pagination li.active a {
  background-color: #1888bc;
  color: #FFF;
}
.alert {
  padding: 5px 10px;
  font: 100 28px 'Roboto', sans-serif;
  border-radius: 0;
}
.title-mob {
  background-color: #1888bc;
  border: none;
  color: #FFF;
  text-align: center;
}
.item-inspire {
  height: 285px;
  margin-bottom: 30px;
  color: #8c9397;
}
.item-inspire img {
  width: 100%;
}
.item-inspire h4 {
  font: 700 16px 'PT Sans', sans-serif;
  text-transform: uppercase;
}
.item-inspire p {
  font: 400 14px 'Roboto', sans-serif;
  line-height: 16px;
}
.profile p {
  font: 14px 'PT Sans', sans-serif;
  color: #8c9397;
  margin: 40px 10px;
}
.text-profile h1 {
  font: 24px 'PT Sans', sans-serif;
  color: #8c9397;
  text-transform: uppercase;
}
.text-profile p {
  font: 14px 'Roboto', sans-serif;
  color: #8c9397;
  line-height: 20px;
}
.text-profile p strong {
  font-size: 18px;
  font-weight: 700;
}
.text-profile a {
  font: 700 14px 'Roboto', sans-serif;
  color: #1888bc;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
}
.pagination-default #previous,
.pagination-default #next {
  line-height: 30px;
}
.table-personalize thead {
  background: #1888bc;
}
.table-personalize thead th label {
  font-weight: 400;
  color: #FFF;
}
.title-optional {
  font: 400 16px 'PT Sans', sans-serif;
  color: #1888bc;
}
.title-personalize span {
  font: 18px 'Roboto', sans-serif;
  color: #8c9397;
  text-transform: uppercase;
}
.title-personalize h1 {
  font: 700 30px 'Roboto', sans-serif;
  color: #1888bc;
  margin-top: 0;
}
.title-personalize p {
  font: 400 14px 'PT Sans', sans-serif;
  color: #8c9397;
}
.header-buy {
  position: relative;
}
.header-buy .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 25px 5px;
  background: #FFF;
  opacity: 0.8;
}
@media (min-width: 769px) and (max-width: 992px) {
  .header-buy .caption .row [class^="col-"] h2 {
    font-size: 20px !important;
    margin-top: 15px;
  }
  .header-buy .caption .row [class^="col-"] p {
    font-size: 14px !important;
    margin-top: 5px !important;
  }
}
@media (max-width: 768px) {
  .header-buy .caption .row [class^="col-"] h2 {
    font-size: 14px !important;
    margin-top: 9px;
  }
  .header-buy .caption .row [class^="col-"] p {
    font-size: 12px !important;
    margin-top: 10px !important;
  }
}
.header-buy .caption .row [class^="col-"] h2 {
  font-size: 28px;
  text-transform: uppercase;
}
.header-buy .caption .row [class^="col-"] p {
  font: 400 18px 'Roboto', sans-serif;
  color: #1888bc;
}
@media (max-width: 768px) {
  .contact-buy h3 {
    font-size: 18px !important;
  }
}
.contact-buy h3 {
  font: 24px 'Roboto', sans-serif;
  color: #8c9397;
}
.contact-buy .box-buy {
  padding: 5px 15px;
  background-color: #e9e9e9;
}
.contact-buy .box-buy p {
  font: 14px 'PT Sans', sans-serif;
  color: #8c9397;
}
@media (max-width: 768px) {
  .contact-buy .box-buy p {
    margin: 0;
  }
}
.contact-buy .box-buy span,
.contact-buy .box-buy span.media-heading > a {
  font: 700 20px 'PT Sans', sans-serif;
  color: #1888bc;
}
.contact-buy .box-buy .row [class^="col-"] a {
  border-radius: 0;
  border: none;
  background: #1888bc;
  font-family: 'Roboto', sans-serif;
}
.contact-buy .box-buy .row [class^="col-"] span#phone {
  margin: 2px 0 0 25px;
}
.contact-buy .box-buy .row [class^="col-"] span#mail {
  margin: 20px 0 0 17px;
}
.contact-buy .box-buy-blue {
  padding: 5px 15px;
  background-color: #1888bc;
}
.contact-buy .box-buy-blue h3 {
  font: 20px 'PT Sans', sans-serif;
  color: #FFF;
}
.box-corporate {
  padding: 5px 15px;
  background-color: #1888bc;
}
.box-corporate p {
  font: 16px 'PT Sans', sans-serif;
  color: #FFF;
}
.box-corporate p a {
  color: #FFF;
  font-weight: 700;
}
.box-corporate p a:hover {
  color: #FFF;
}
.box-instalation {
  padding: 5px 15px;
  background-color: #1888bc;
}
.box-instalation p {
  font: 16px 'PT Sans', sans-serif;
  color: #FFF;
}
.box-instalation p a {
  color: #FFF;
  font-weight: 700;
}
.box-instalation p a:hover {
  color: #FFF;
}
.search-news h3 {
  font: 100 30px 'Roboto', sans-serif;
  color: #1888bc;
}
.fb-like {
  margin-left: 15px;
}
.like-fb p {
  font: 14px 'PT Sans', sans-serif;
  color: #8c9397;
  margin: 0 10px 10px 0;
}
.box-specialist {
  background-color: #e3e3e3;
}
.box-specialist h2 {
  font: 400 20px 'Roboto', sans-serif;
  color: #1888bc;
}
.box-specialist .table tbody tr {
  border-bottom: 1px solid #7a7a7a;
}
.box-specialist .table tbody tr td {
  border-top: none;
  font: 14px 'PT Sans', sans-serif;
  color: #7a7a7a;
}
.box-specialist .table tbody tr td a {
  text-decoration: underline;
  color: #7a7a7a;
  font-weight: 700;
}
#search {
  background: url('../images/search.png') no-repeat right center;
  padding-right: 10px;
  font: 14px 'Roboto', sans-serif;
  color: #1888bc;
}
#search::-webkit-input-placeholder {
  color: #1888bc;
}
#search:-moz-placeholder {
  /* Firefox 18- */
  color: #1888bc;
}
#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #1888bc;
}
#search:-ms-input-placeholder {
  color: #1888bc;
}
.submit {
  margin: 0 auto;
  border-radius: 0;
  border: 0;
  background: #1888bc;
  padding: 8px 45px;
  font: 300 20px 'Roboto', sans-serif;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.box-rep {
  padding: 5px 15px;
  background-color: #e9e9e9;
}
.box-rep h3 {
  font: 300 24px 'Roboto', sans-serif;
  color: #1888bc;
}
.box-rep strong {
  font: 700 24px 'PT Sans', sans-serif;
  color: #1888bc;
}
.box-maps h3 {
  font: 300 24px 'Roboto', sans-serif;
  color: #1888bc;
}
.box-depoiment h3 {
  width: 100%;
  background-color: #1888bc;
  color: #FFF;
  font: 300 15px 'Roboto', sans-serif;
  padding: 0 5px;
}
.box-depoiment .row:first-child {
  margin-top: 10px !important;
}
.box-depoiment .depoiment-int {
  font-family: 'PT Sans', sans-serif;
  color: #8c9397;
}
.box-depoiment .depoiment-int .text-depoiment {
  width: 50%;
}
.box-depoiment .depoiment-int h4 {
  line-height: 20px;
  margin-bottom: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.box-depoiment .depoiment-int span {
  font-size: 11px;
  line-height: 10px;
}
.box-depoiment .depoiment-int img {
  width: 100%;
}
.menu-error {
  margin: 15px;
}
.menu-error li h3 {
  font: 500 16px 'Roboto', sans-serif;
}
.menu-error li a {
  margin-left: 10px;
  font: 12px 'PT Sans', sans-serif;
  color: #1888bc;
}
@media (max-width: 480px) {
  .menu-error li a {
    font-size: 12px;
  }
}
.menu-error li:nth-child(2) {
  margin-top: 10px;
}
.menu-error-two {
  margin: 15px 0 15px 50px;
}
.menu-error-two li {
  margin-bottom: 15px;
}
.menu-error-two li a {
  margin-left: 10px;
  font: 500 16px 'Roboto', sans-serif;
  color: #1888bc;
}
@media (max-width: 480px) {
  .menu-error-two li a {
    font-size: 12px;
  }
}
.title-item {
  width: 100%;
  height: 40px;
  background: url('../images/stars.png') no-repeat 20px center #1888bc;
  color: #FFF;
  font: 300 18px 'Roboto', sans-serif;
  padding: 7px 105px;
}
.box-item-diferential {
  background: #e9e9e9;
  padding: 10px;
}
.box-item-diferential h2 {
  font-size: 20px;
}
.box-item-diferential p {
  font-size: 13px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
#differential img,
#optional img,
#accessories img {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
#differential h2,#optional h2 {
    font: 14px 'PT Sans', sans-serif;
    color: #8c9397;
    margin-bottom: 2px;
    display: inline-block;
    text-decoration: underline;
}
.product-carousel {
  position: relative;
}
.product-carousel .product-seal {
  position: absolute;
}
@media (max-width: 480px) {
  .product-carousel .product-seal {
    width: 33%;
    height: auto;
  }
}
@media (max-width: 768px) {
  .product-carousel .product-seal {
    width: 33%;
    height: auto;
  }
}
.product-carousel .top-left {
  top: 0;
  left: 0;
}
.product-carousel .top-right {
  top: 0;
  right: 0;
}
.product-carousel .bottom-left {
  bottom: 0;
  left: 0;
}
.product-carousel .bottom-right {
  bottom: 0;
  right: 0;
}
.product-make-preview-gif {
  position: relative;
  min-height: 350px;
}
.product-make-preview-gif img {
  position: absolute;
}
.tooltip.right .tooltip-inner {
  background-color: #1888bc;
  color: #fff;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #1888bc;
}
.transparent-gif {
  opacity: 0.6;
}
.map_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-instruction p {
  font-size: 12px !important;
  color: #1888bc !important;
}
.content-responsive p {
  margin-bottom: 10px;
}
.content-responsive strong,
.content-responsive b {
  font-weight: bold;
}
.content-responsive ol li {
  list-style: decimal;
}
.content-responsive ul li {
  list-style: disc;
}
.content-responsive ul li,
.content-responsive ol li {
  font: 14px 'Roboto', sans-serif;
  color: #8c9397;
  line-height: 20px;
  list-style-position: inside;
  margin-left: 30px;
  margin-bottom: 10px;
}
.instagram-box p {
    font-family: 'PT Sans', sans-serif;
    color: #9ea6ab;
}
.instagram-box img {
    width: 100% !important;
    height: auto;
}
.instagram-box iframe {
    width: 100% !important;
    min-height: 446px;
}

.instagram-box a {
    display: block;
    min-height: 226px;
}

.instagram-link {
  background-color: #1888bc;
  min-height: 226px;
}
