﻿@charset "utf-8";
/* CSS Document */

/*-----INTRO | HOMEPAGE------*/
.brand-intro {
  padding-top: 24px;
  padding-bottom: 40px;
}

.brand-intro p {
  font-size: 1.2em;
  line-height: 1.7em;
}

/* .brand-intro > .container > .row > .col-md-8 > .row {
  display: flex;
} */

.altracorporate {
  padding: 30px 0;
  -webkit-box-shadow: inset 0px -10px 5px -8px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: inset 0px -10px 5px -8px rgba(0, 0, 0, 0.21);
  box-shadow: inset 0px -10px 5px -8px rgba(0, 0, 0, 0.21);
  background: url("assets/img/breadcrumbs.png") repeat;
}

.altracorporate p {
  margin-bottom: 0;
}

.altracorporate span {
  color: #333;
  display: block;
  font-size: 28px;
  font-weight: 200;
  line-height: 35px;
  margin-bottom: 12px;
  font-family: "Open Sans", sans-serif;
}

.altracorporate a.btn-buy {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-top: 22px;
  font-weight: bold;
  background: #72c02c;
  display: inline-block;
  text-decoration: none;
  padding: 12px 28px 9px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #51a00b;
}

.altracorporate a.btn-buy:hover {
  color: #fff;
  background: #68af28;
  text-decoration: none;
  box-shadow: 0 0 5px #c0c2c1;
}

.altracorporate h1 {
  color: #0b4c84;
  line-height: 36px;
}

/*-----BREADCRUMBS-----*/
.breadcrumbs {
  background: #006eb6;
  margin-bottom: 10px;
  text-transform: capitalize;
  min-height: 38px;
}

.breadcrumbs h1 {
  color: #fff;
  font-size: 22px;
  padding: 9px;
}

.breadcrumb {
  top: 0px;
  padding-right: 0;
  background: none;
  position: relative;
  height: auto;
  margin-bottom: 0px !important;
}

.breadcrumb a {
  color: #e4e4e4;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #fff !important;
  text-decoration: none;
}

/*-----PRODUCTS | MAIN PRODUCTS PAGE*/
.productblock {
  margin-bottom: 15px;
}

.productblock img {
  margin-bottom: 10px;
}

.productspecs {
  font-weight: 700;
  color: #333;
}

.prdtdetails {
  text-align: right;
}

.prdtdetails a {
  color: #006eb6;
  border-bottom: 4px solid #999;
  padding: 5px;
}

.prdtdetails a:hover {
  text-decoration: none;
  color: #00457c;
  border-bottom: 4px solid #00457c;
}

.productblock ul {
  margin: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}

.productblock li {
  display: list-item !important;
  list-style: square;
  font-size: 12px;
}

.brandtitlecontainer {
  margin-bottom: 20px;
}

.brandtitle {
  color: #006eb6;
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
}

.brandtitle {
  text-decoration: none;
  color: #999;
  font-weight: 300;
  font-size: 12px;
  margin: 0 0 2px 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ccc;
}

p.producttitle,
.producttitle {
  color: #006eb6;
  font-weight: 600;
  line-height: 1.8rem;
  margin-top: 8px;
  font-size: 16px;
}

.product-overview {
  margin: 10px 0 30px 0;
}

.greenboxtext a {
  display: block;
  font-size: 12px;
  font-weight: 600;
  background: #006eb6;
  color: #f2f2f2;
  padding: 5px 0;
  text-align: center;
  margin: 0;
}

.greenboxtext a:link,
.greenboxtext a:visited {
  background-color: #999;
}

.greenboxtext a:hover {
  background: #006eb6;
  color: #e4e4e4;
  text-decoration: none;
}

.productmiddle {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.brandproducts h2 {
  color: #00457c;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
  margin-bottom: 10px;
  display: block;
  margin: 20px 0;
}

/*------SIDE MENU ---------*/
.sidemenu {
  margin-bottom: 20px;
}

.menuheader {
  border-bottom: 3px solid #0b4c84;
  margin-bottom: 10px;
  display: block;
  padding: 14px 0 0;
}

.menuheader p {
  font-size: 18px;
  color: #00457c;
  line-height: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 8px 0;
  padding: 0;
}

.leftmenu {
  margin: 0;
  padding: 0;
}

.leftmenu li {
  display: block;
}

.leftmenu li ul {
  margin-bottom: 10px;
  padding-left: 5%;
}

.leftmenu li ul li a {
  font-size: 11px;
  color: #333;
}

.leftmenu li a {
  padding: 4px 3px;
  display: block;
  color: #333;
  border-bottom: 1px solid #ccc;
}

.leftmenu li a:hover {
  text-decoration: none;
  color: #fff;
  background: #00457c;
}

.leftmenu li a.active {
  color: #0b4c84;
  font-weight: bold;
}

.leftmenu li a.active:hover {
  color: #fff;
  font-weight: bold;
}

/*-----PRODUCTS SECTION | HOMEPAGE-----*/
.products {
  background: #e4e4e4;
  border-top: 1px solid #999;
  padding: 10px 0;
}

.products h2 {
  color: #00457c;
  border-bottom: 1px dotted #999;
  font-size: 22px;
  padding-bottom: 5px;
}

.products p {
  line-height: 22px;
  color: #5e5e5e;
}

/*-----BRAND NEWS | HOMEPAGE-----*/
.brandnews {
  border-left: 1px solid #ccc;
  padding-left: 20px;
}

.brandnews h3 {
  color: #333;
  border-bottom: 1px solid #e4e4e4;
  padding: 5px 0;
}

.media {
  padding: 0 0 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

h4.media-heading {
  background-color: #f2f2f2;
  border-radius: 4px;
  color: #666;
  border-bottom: none;
}

.media-body p {
  font-size: 12px;
  line-height: 16px;
  color: #333;
}

.media-body a {
  text-decoration: none;
  display: inline-block;
  margin-left: 4px;
}

.media-body a:hover {
  text-decoration: underline;
  color: #0b4c84;
}

img.media-object {
  padding: 2px;
  background: #e4e4e4;
  border: 1px solid #ccc;
}

/*-----CUSTOMER SERVICE | HOMEPAGE-----*/
.custservbox {
  padding: 5px;
  margin-bottom: 10px;
}

.custhead {
  padding: 5px 0;
  border-bottom: 1px solid #999;
  font-size: 16px;
  font-weight: 700;
  color: #00457c !important;
}

.custservbox p {
  /*----- font-weight: 600; -----*/
  color: #666;
}

.custservbox a {
  color: #666;
}

/*-----FOOTER STYLES-----*/
.footer {
  color: #ddd !important;
  padding: 20px 0 30px;
  background: #006eb6;
  border-top: 1px solid #f2f2f2;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
  text-shadow: none;
  font-weight: normal !important;
}

.footer p,
.footer a {
  font-size: 14px;
}

.footer p {
  color: #fff !important;
}

.footer a {
  color: #ddd !important;
}

.footer a:hover {
  color: #a8f85f;
}

.footer h2,
.footer h3,
.footer h4 {
  color: #f2f2f2 !important;
  background: none;
  text-shadow: none;
}

a.service-category-link {
  text-decoration: underline;
  color: #006eb6;
}
a.service-category-link:hover {
  text-decoration: none;
  color: #00457c;
}

#renovation-accordion {
  margin: 16px 0 32px;
}
#renovation-accordion > .panel {
}
#renovation-accordion > .panel > .panel-heading {
  transition: all 0.3s;
}
#renovation-accordion > .panel > .panel-heading:hover {
  background-color: white;
}
#renovation-accordion > .panel > .panel-heading > .panel-title {
}
#renovation-accordion > .panel > .panel-heading > .panel-title > a {
  font-weight: 600;
  color: #00457c;
  text-decoration: none;
  display: block;
}

#renovation-accordion > .panel > .panel-heading > .panel-title > a i,
#renovation-accordion > .panel > .panel-heading > .panel-title > a em {
  color: #006eb6;
}
.ul-rebuild-repair-services li {
  font-size: 1.6rem;
}

/*-----TEXT STYLES-----*/
.greentext {
  color: #0b4c84;
}

p.greenboxtext {
  margin-bottom: 0;
}

.largeblue {
  font-weight: 600;
  font-size: 28px;
  color: #00457c;
}

.orange {
  color: #f7b532;
  font-size: 32px;
  font-weight: 700;
}

/*-----MAIN-PAGE-IMAGE-----*/

.main-image {
  position: relative;
  margin-bottom: 20px;
  min-height: 50px;
  border-bottom: 1px solid #e4e4e4;
}

.main-image h1 {
  padding: 5px;
  color: #f2f2f2;
  font-size: 28px;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(58, 58, 58, 0.5);
  width: 100%;
  margin: 0;
}

/*-----QUICK LINKS-----*/

.quicklinks {
  margin: 0;
  padding: 0;
}

.quicklinks li {
  display: block;
}

.quicklinks li a {
  display: block;
  background: url(/layouts/Brand/Images/link-white-quick.png) left no-repeat;
  padding-left: 30px;
  margin-top: 5px;
}

.quicklinks li a:hover {
  color: #00457c !important;
  text-decoration: none;
  background: url(/layouts/Brand/Images/link-blue-quick.png) left no-repeat;
}

/*-----eCatalog-----*/

.ecatalog {
}

.ecatalog ul {
  margin: 0;
  padding: 0;
}

.ecatalog li {
  list-style: none;
  margin-bottom: 5px;
}

.ecatalog a {
  color: #0b4c84;
  display: inline-block;
  line-height: 16px;
  background: url("/layouts/Brand/Images/ecat.png") center left no-repeat;
  padding-left: 20px;
  font-size: 12px;
}

/*-----Innovation Spotlights-----*/

.inn-container {
  position: relative;
}

.inn-textcontainer {
  position: absolute;
  right: 0;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.7);
}

.inn-number {
  font-size: 160px;
  font-weight: 800;
  position: absolute;
  top: -160px;
  z-index: 1;
  color: rgba(255, 168, 0, 0.7);
}

.inn-title {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
  font-size: 20px;
  margin-left: 200px;
}

.inn-message {
  color: #f2f2f2;
  font-size: 14px;
  padding: 10px;
}

.innovation {
  font-size: 24px;
  text-align: right;
  font-weight: 300;
  margin: 0;
  padding: 0;
}

.spotlightdownload {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 3px;
  margin: 10px 0;
  text-align: right;
}

/*-----Locations-----*/
.locationhead {
  background: #0b4c84;
  color: #f2f2f2;
}

.locations {
  margin-bottom: 30px;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
}

.locations h3 {
  padding: 5px 0;
  color: #666;
  font-weight: 700 !important;
}

.locations p {
  line-height: 18px;
  font-size: 12px;
}

.brandname {
  font-weight: 700;
  color: #0b4c84;
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 3px 0;
}

.QRproductmiddle {
  border-right: 1px solid #ccc;
}

.ui-dialog {
  z-index: 10000 !important;
}

/*------Thumbnail Styles------*/

.thumbnail-style {
  border-color: #ccc;
}

/*Navigation Tabs Products*/

.nav-tabs > li > a {
  margin-right: 0;
}

.tab-v2 .nav-tabs li a:link,
.tab-v2 .nav-tabs li a:visited {
  background-color: #006eb6;
  color: white;
  border-right: 1px solid white;
}

.tab-v2 .nav-tabs li a:hover {
  background-color: #037750;
}

.tab-v2 .nav-tabs li.active a:link,
.tab-v2 .nav-tabs li.active a:hover {
  background-color: white;
  color: #333;
  border-top: 3px solid #006eb6;
}

.china-home-lead-p {
}

.china-home-lead-list-title {
  font-size: 20px;
  text-align: center;
  margin-top: 2px;
  color: #00457c;
  font-weight: 300;
}

.china-home-lead-list {
  margin-left: 16px;
  margin-bottom: 16px;
}

.china-home-lead-list-logo-link {
  display: block;
  display: flex;
  justify-content: center;
}

.china-home-lead-list-end-number {
  text-align: center;
}
.picture-wrap {
  border: 1px solid #e6e6e6;
  padding: 4px;
  background-color: #f2f2f2;
  box-shadow: 2px 2px 3px #cccccc;
  margin-bottom: 8px;
}
.picture-wrap-right {
  float: right;
  margin-left: 16px;
}
.picture-wrap-left {
  float: left;
  margin-right: 16px;
}

.width-25--sm {
  max-width: 25%;
}
.width-33--sm {
  max-width: 33%;
}
.width-50--sm {
  max-width: 50%;
}

/* MEDIA QUERIES */
@media (min-width: 992px) {
  .footer > .container > .row > .col-md-3:first-child {
    width: 36%;
  }
  .footer > .container > .row > .col-md-3:not(:first-child) {
    width: 24%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .footer > .container > .row > .col-md-3:last-child {
    width: 16%;
  }
  .width-15 {
    max-width: 15%;
  }
  .width-20 {
    max-width: 20%;
  }
  .width-25 {
    max-width: 25%;
  }
  .width-33 {
    max-width: 33%;
  }
  .width-50 {
    max-width: 50%;
  }
  .picture-couplings-maint-pic-2 {
    margin-top: -40px;
  }
}
