/*-------------------------------- begin menu-mobile ------------------------------------*/
.is-hidden {
  overflow: hidden;
}
.is-hidden .menu-mobile .topNav {
  position: fixed;
  top: 10px;
}

.menu-mobile .topNav-toggle, .menu-mobile [hidden], .menu-mobile template {
  display: none;
}
.menu-mobile .main.-hp:after, .menu-mobile .mainHeader-scrollDown, .menu-mobile .mainHeader-videoBackground, .menu-mobile .topNav, .menu-mobile .topNav-bannerWrapper:after, .menu-mobile .topNav-inner {
  left: 0;
  right: 0;
  bottom: 0;
}
.menu-mobile .darkTheme .mainHeader-intro, .menu-mobile .grid-item, .menu-mobile .headline, .menu-mobile .mainNav-itemTitle, .menu-mobile .newsletter-title, .menu-mobile .section-figcaption {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}
.menu-mobile .topNav-logoIndicator, .menu-mobile .topNav-menu:before {
  letter-spacing: .2em;
  text-transform: uppercase;
}
.menu-mobile button, .menu-mobile html input[type=button], .menu-mobile input[type=reset], .menu-mobile input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.menu-mobile button[disabled], .menu-mobile html input[disabled] {
  cursor: default;
}
.menu-mobile .roundedCta, .menu-mobile .topNav-menu {
  cursor: pointer;
  text-decoration: none;
}
.menu-mobile .topNav {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  color: #fff;
}
@media (min-width: 435px) {
  .menu-mobile .topNav {
    top: 35px;
  }
}
@media (max-width: 434px) {
  .menu-mobile .topNav {
    top: 35px;
  }
}
.menu-mobile .topNav-inner {
  position: absolute;
  top: 0;
  overflow-y: hidden;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner {
  overflow-y: scroll;
}
.menu-mobile .topNav-bannerWrapper {
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .menu-mobile .topNav-bannerWrapper {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .topNav-bannerWrapper {
    padding: 0 5rem;
  }
}
.menu-mobile .topNav-bannerWrapper:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
}
.menu-mobile .mainHeader-cover, .menu-mobile .mainHeader-intro, .menu-mobile .topNav-backToHome {
  position: relative;
  z-index: 1;
}
.menu-mobile .topNav-bannerWrapper.is-scrolled:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-bannerWrapper:after {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.menu-mobile .topNav-bannerInner {
  margin: auto;
  display: table;
  width: 100%;
  height: 5rem;
  max-width: 144rem;
}
@media screen and (min-width: 48em) {
  .menu-mobile .topNav-bannerInner {
    height: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .topNav-bannerInner {
    height: 8rem;
  }
}
.menu-mobile .topNav-left, .menu-mobile .topNav-right {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
}
.menu-mobile .topNav-backToHome, .menu-mobile .topNav-logoIndicator, .menu-mobile .topNav-menu, .menu-mobile .topNav-menu:before, .menu-mobile .topNav-menuIcon {
  display: inline-block;
  vertical-align: middle;
}
.menu-mobile .topNav-left svg g, .menu-mobile .topNav-right svg g {
  -webkit-transition: stroke .3s ease-out;
  transition: stroke .3s ease-out;
}
.menu-mobile .darkTheme .topNav-left svg g, .menu-mobile .darkTheme .topNav-right svg g, .menu-mobile .is-scrolled .topNav-left svg g, .menu-mobile .is-scrolled .topNav-right svg g, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-left svg g, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-right svg g {
  stroke: #fff;
}
.menu-mobile .topNav-backToHome {
  text-decoration: none;
  pointer-events: auto;
}
.menu-mobile .topNav-backToHome:focus ~ .topNav-logoIndicator, .menu-mobile .topNav-backToHome:hover ~ .topNav-logoIndicator {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-mobile .topNav-logo {
  width: 30px;
  height: 15px;
}
@media screen and (min-width: 93.75em) {
  .menu-mobile .topNav-bannerWrapper {
    padding: 0 9rem;
  }
  .menu-mobile .topNav-logo {
    width: 35px;
    height: 18px;
  }
}
.menu-mobile .topNav-logo path {
  -webkit-transition: fill .3s ease-out;
  transition: fill .3s ease-out;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-logo {
  background-color: transparent;
}
.menu-mobile .darkTheme .topNav-logo path, .menu-mobile .is-scrolled .topNav-logo path, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-logo path {
  fill: #fff;
}
.menu-mobile .topNav-logoIndicator {
  padding-left: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #13171F;
  opacity: 0;
  -webkit-transform: translateX(-0.5em);
  -ms-transform: translateX(-0.5em);
  transform: translateX(-0.5em);
  -webkit-transition: -webkit-transform .2s ease-out, opacity .2s ease-out, color .3s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, color .3s ease-out;
  pointer-events: none;
}
@media screen and (min-width: 93.75em) {
  .menu-mobile .topNav-logoIndicator {
    font-size: 1.2rem;
  }
}
.menu-mobile .darkTheme .topNav-logoIndicator, .menu-mobile .is-scrolled .topNav-logoIndicator, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-logoIndicator {
  color: #fff;
}
.menu-mobile .topNav-right {
  font-size: 0;
  text-align: right;
  text-decoration: none;
}
.menu-mobile .topNav-menu {
  pointer-events: auto;
  outline-width: 0;
}
.menu-mobile .topNav-menu:before {
  content: 'Menu';
  padding-right: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #bf0606;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}
.menu-mobile .article-inner .article-intro, .menu-mobile .cards-desc, .menu-mobile .cards-info, .menu-mobile .cards-intro, .menu-mobile .grid-desc, .menu-mobile .headline-desc, .menu-mobile .mainHeader-headline, .menu-mobile .section-ctaTxt, .menu-mobile .section-quote, .menu-mobile .section-subtitle, .menu-mobile .team-desc {
  letter-spacing: .05em;
}
.menu-mobile .darkTheme .topNav-menu:before, .menu-mobile .is-scrolled .topNav-menu:before, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu:before {
  color: #fff;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu:before {
  content: 'Close';
}
.menu-mobile .headline-title.-bubble:after, .menu-mobile .main.-hp:after, .menu-mobile .mainHeader-videoContainer:after, .menu-mobile .mainHeader-videoContainer:before {
  content: '';
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-1 {
  -webkit-transform: rotate(45deg) translateX(5px) translateY(-3px);
  -ms-transform: rotate(45deg) translateX(5px) translateY(-3px);
  transform: rotate(45deg) translateX(5px) translateY(-3px);
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2 {
  opacity: 0;
}
@media all and (-ms-high-contrast: none) {
  .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2 {
    opacity: 1;
  }
  .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2, .menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu ::-ms-backdrop {
    opacity: 1;
  }
}
.menu-mobile .edge .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-2 {
  opacity: 1;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .topNav-menu .path-3 {
  -webkit-transform: rotate(-45deg) translateX(5px) translateY(3px);
  -ms-transform: rotate(-45deg) translateX(5px) translateY(3px);
  transform: rotate(-45deg) translateX(5px) translateY(3px);
}
.menu-mobile .topNav-menuIcon {
  width: 24px;
  height: 24px;
}
.menu-mobile .topNav-menuIcon .path-1, .menu-mobile .topNav-menuIcon .path-3 {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.67, -0.57, 0.43, 1.51);
  transition: transform 0.35s cubic-bezier(0.67, -0.57, 0.43, 1.51);
}
.menu-mobile .topNav-menuIcon .path-2 {
  -webkit-transition: opacity .35s ease-out;
  transition: opacity .35s ease-out;
}
.menu-mobile .topNav-menuIcon .path-1 {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.menu-mobile .topNav-menuIcon .path-3 {
  -webkit-transform-origin: 0 24px;
  -ms-transform-origin: 0 24px;
  transform-origin: 0 24px;
}
.menu-mobile .mainNav-itemTitleExternal:after, .menu-mobile .mainNav-link:after, .menu-mobile .mainNav:after, .menu-mobile .mainNav:before, .menu-mobile .team-desc:before, .menu-mobile .team-imgContainer:before {
  content: '';
}
.menu-mobile .mainNav-list, .menu-mobile .roundedCta {
  vertical-align: middle;
  text-align: center;
}
.menu-mobile .mainNav {
  background: #202020;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear .3s, opacity ease-out .3s;
  transition: visibility 0s linear .3s, opacity ease-out .3s;
  pointer-events: auto;
  overflow-y: scroll;
}
.menu-mobile .mainNav:after, .menu-mobile .mainNav:before {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  height: 5rem;
  display: none;
}
@media screen and (min-width: 48em) {
  .menu-mobile .mainNav:after, .menu-mobile .mainNav:before {
    height: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav:after, .menu-mobile .mainNav:before {
    height: 8rem;
  }
}
.menu-mobile .mainNav:before {
  top: 0;
  background: -webkit-linear-gradient(#4b8bf2, rgba(83, 144, 236, 0));
  background: linear-gradient(#4b8bf2, rgba(83, 144, 236, 0));
}
.menu-mobile .mainNav:after {
  bottom: 0;
  background: -webkit-linear-gradient(rgba(83, 144, 236, 0), #4b8bf2);
  background: linear-gradient(rgba(83, 144, 236, 0), #4b8bf2);
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .mainNav {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, opacity ease-out .3s;
  transition: visibility 0s linear 0s, opacity ease-out .3s;
}
.menu-mobile .mainNav-inner {
  padding: 5rem 0;
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 48em) {
  .menu-mobile .mainNav-inner {
    padding: 6rem 0;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav-inner {
    padding: 8rem 0;
  }
}
.menu-mobile .mainNav-list {
  margin: 0 auto;
  padding: 0;
  display: table-cell;
  list-style: none;
}
.menu-mobile .mainNav-item {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.menu-mobile .mainNav-item + .mainNav-item .mainNav-link:before {
  content: '';
  margin: auto;
  display: block;
  max-width: 144rem;
  height: 1px;
  background-color: rgba(202, 157, 129, 0.5);
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(1) {
  -webkit-transition: opacity ease-out .3s -.14118s, -webkit-transform ease-out .3s -.14118s;
  transition: opacity ease-out .3s -.14118s, transform ease-out .3s -.14118s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(2) {
  -webkit-transition: opacity ease-out .3s -.08235s, -webkit-transform ease-out .3s -.08235s;
  transition: opacity ease-out .3s -.08235s, transform ease-out .3s -.08235s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(3) {
  -webkit-transition: opacity ease-out .3s -.02353s, -webkit-transform ease-out .3s -.02353s;
  transition: opacity ease-out .3s -.02353s, transform ease-out .3s -.02353s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(4) {
  -webkit-transition: opacity ease-out .3s 35.29ms, -webkit-transform ease-out .3s 35.29ms;
  transition: opacity ease-out .3s 35.29ms, transform ease-out .3s 35.29ms;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(5) {
  -webkit-transition: opacity ease-out .3s .09412s, -webkit-transform ease-out .3s .09412s;
  transition: opacity ease-out .3s .09412s, transform ease-out .3s .09412s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(6) {
  -webkit-transition: opacity ease-out .3s .15294s, -webkit-transform ease-out .3s .15294s;
  transition: opacity ease-out .3s .15294s, transform ease-out .3s .15294s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(7) {
  -webkit-transition: opacity ease-out .3s .21176s, -webkit-transform ease-out .3s .21176s;
  transition: opacity ease-out .3s .21176s, transform ease-out .3s .21176s;
}
.menu-mobile .mainNav-list .mainNav-item:nth-child(8) {
  -webkit-transition: opacity ease-out .3s .27059s, -webkit-transform ease-out .3s .27059s;
  transition: opacity ease-out .3s .27059s, transform ease-out .3s .27059s;
}
.menu-mobile .topNav-toggle:checked ~ .topNav-inner .mainNav-item {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.menu-mobile .mainNav-link {
  padding: 0 2rem;
  display: block;
  height: 6rem;
  line-height: 6rem;
  font-size: 1.8rem;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav-link {
    height: 11rem;
    line-height: 11rem;
    font-size: 3.2rem;
  }
  .menu-mobile .mainNav-link:focus:after, .menu-mobile .mainNav-link:hover:after {
    opacity: 1;
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemTitle, .menu-mobile .mainNav-link:hover .mainNav-itemTitle {
    -webkit-transform: translateY(-1.2rem);
    -ms-transform: translateY(-1.2rem);
    transform: translateY(-1.2rem);
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemSubtitle, .menu-mobile .mainNav-link:hover .mainNav-itemSubtitle {
    opacity: 1;
    -webkit-transform: translateY(-9.2rem);
    -ms-transform: translateY(-9.2rem);
    transform: translateY(-9.2rem);
  }
}
@media screen and (min-width: 93.75em) {
  .menu-mobile .mainNav-link {
    padding: 0 9rem;
    font-size: 3.8rem;
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemTitle, .menu-mobile .mainNav-link:hover .mainNav-itemTitle {
    -webkit-transform: translateY(-1.4rem);
    -ms-transform: translateY(-1.4rem);
    transform: translateY(-1.4rem);
  }
  .menu-mobile .mainNav-link:focus .mainNav-itemSubtitle, .menu-mobile .mainNav-link:hover .mainNav-itemSubtitle {
    opacity: 1;
    -webkit-transform: translateY(-8.8rem);
    -ms-transform: translateY(-8.8rem);
    transform: translateY(-8.8rem);
  }
}
.menu-mobile .mainNav-link:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -1px;
  opacity: 0;
  background-color: #ca9d81;
  -webkit-transition: .2s opacity ease-out;
  transition: .2s opacity ease-out;
}
.menu-mobile .mainNav-itemSubtitle, .menu-mobile .mainNav-itemTitle {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform .25s ease-out, opacity .25s ease-out;
  transition: transform .25s ease-out, opacity .25s ease-out;
}
.menu-mobile .mainNav-itemTitle {
  display: block;
  font-weight: 300;
}
.menu-mobile .mainNav-itemTitleExternal {
  position: relative;
  display: inline-block;
}
.menu-mobile .mainNav-itemTitleExternal:after {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% + 2px);
  right: -30px;
  background-image: url(icon-external-link.svg);
  background-size: cover;
  opacity: .4;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 48em) {
  .menu-mobile {
    .mainNav-itemTitleExternal: after;
    .mainNav-itemTitleExternal-width: 35px;
    .mainNav-itemTitleExternal-height: 35px;
    .mainNav-itemTitleExternal-top: calc(50% + 3px);
    .mainNav-itemTitleExternal-right: -35px;
  }
}
@media screen and (min-width: 64em) {
  .menu-mobile {
    .mainNav-itemTitleExternal: after;
    .mainNav-itemTitleExternal-width: 41px;
    .mainNav-itemTitleExternal-height: 41px;
    .mainNav-itemTitleExternal-right: -41px;
  }
}
.menu-mobile .mainNav-itemSubtitle {
  display: none;
}
@media screen and (min-width: 64em) {
  .menu-mobile .mainNav-itemSubtitle {
    display: block;
    letter-spacing: .05em;
    font-size: 1.4rem;
    font-style: italic;
    opacity: 0;
    -webkit-transform: translateY(-10rem);
    -ms-transform: translateY(-10rem);
    transform: translateY(-10rem);
  }
}
@media screen and (min-width: 93.75em) {
  .menu-mobile {
    .mainNav-itemTitleExternal: after;
    .mainNav-itemTitleExternal-width: 48px;
    .mainNav-itemTitleExternal-height: 48px;
    .mainNav-itemTitleExternal-top: calc(50% + 4px);
    .mainNav-itemTitleExternal-right: -48px;
  }
  .menu-mobile .mainNav-itemSubtitle {
    font-size: 1.6rem;
  }
}

/*-------------------------------- end menu-mobile ------------------------------------*/
@font-face {
  font-family: "OpenSans-Light";
  src: url("/Content/fonts/OpenSans-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-MediumItalic";
  src: url("/Content/fonts/Montserrat-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("/Content/fonts/Montserrat-Regular.ttf") format("truetype");
}
body {
  font-family: "OpenSans-Light";
  font-size: 15px;
  line-height: 1.7;
}

.container {
  max-width: 1200px;
  width: 100%;
}

.line {
  width: 140px;
  height: 3px;
  background: #bf0606;
  border: 0;
  display: inline-block;
  margin: 15px 0;
}

.welcome-class {
  background: #111111;
  color: white;
  padding: 40px 0 30px 0;
}
.welcome-class h2 {
  font-family: "Montserrat-MediumItalic";
  font-size: 24px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .welcome-class .welcome-text {
    width: calc(100% - 300px);
    float: left;
  }
  .welcome-class .welcome-button {
    float: right;
    margin-top: 35px;
  }
}

.about-class {
  background: url("/Content/images/about-bg.jpg") left top no-repeat black;
  padding: 60px 0;
  color: white;
}
.about-class h2 {
  font-family: "Montserrat-MediumItalic";
  padding: 0;
  margin: 0;
  font-size: 24px;
}
.about-class .pull-right {
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
}

.service-class {
  padding-top: 50px;
}
.service-class .box-service {
  margin-bottom: 60px;
}
.service-class .box-service a, .service-class .box-service a:focus {
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.service-class .box-service a h3, .service-class .box-service a:focus h3 {
  font-family: "Montserrat-MediumItalic";
  font-size: 24px;
  color: white;
  padding: 15px 0;
  border-radius: 3px;
}
.service-class .box-service a h3.title-1, .service-class .box-service a:focus h3.title-1 {
  background: linear-gradient(rgba(17, 17, 17, 0.6), black);
}
.service-class .box-service a h3.title-2, .service-class .box-service a:focus h3.title-2 {
  background: linear-gradient(rgba(191, 6, 6, 0.4), #bf0606);
}
.service-class .box-service a p, .service-class .box-service a:focus p {
  color: #111111;
  padding-top: 15px;
  padding-bottom: 10px;
}
.service-class .box-service a img, .service-class .box-service a:focus img {
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  border-radius: 3px;
}
.service-class .box-service a:hover, .service-class .box-service a:focus:hover {
  text-decoration: none;
}
.service-class .box-service a:hover img, .service-class .box-service a:focus:hover img {
  -webkit-filter: brightness(80%);
  /* Safari 6.0 - 9.0 */
  filter: brightness(80%);
  background: black;
}

footer {
  font-family: "Montserrat-MediumItalic";
  color: white;
}
footer a, footer a:focus {
  color: white;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
footer a:hover, footer a:focus:hover {
  color: #bf0606;
  text-decoration: none;
}
footer .info-contant {
  background: url("/Content/images/footer-bg.jpg") center bottom no-repeat black;
  padding: 50px 0;
}
footer .info-contant .logo-footer {
  margin-bottom: 15px;
  display: inline-block;
}
footer .info-contant .info p {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
footer .info-contant .info p img {
  float: left;
  padding-right: 15px;
}
footer .copyright {
  background: black;
  padding: 15px 0;
}

.btn-link, #btnSendMail, #div-stock-content > div .box-product .box-product-info .more-info, .DetailViewTwelve #btnSendMail {
  text-align: center;
  font-family: "Montserrat-MediumItalic" !important;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 3px;
  border: 0;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background: transparent !important;
  text-decoration: none;
  border: 0;
  color: white !important;
  text-decoration: none;
}
.btn-link:hover, #btnSendMail:hover, #div-stock-content > div .box-product .box-product-info .more-info:hover {
  border: 0;
  color: white !important;
  text-decoration: none;
}

.btn-link-g, .btn-link-g:focus {
  background: #252525 !important;
}
.btn-link-g:hover, .btn-link-g:focus:hover {
  background: #111111 !important;
}

.btn-link-r, #btnSendMail, #div-stock-content > div .box-product .box-product-info .more-info, .DetailViewTwelve #btnSendMail, .btn-link-r:focus, #btnSendMail:focus, #div-stock-content > div .box-product .box-product-info .more-info:focus {
  background: #bf0606 !important;
}
.btn-link-r:hover, #btnSendMail:hover, #div-stock-content > div .box-product .box-product-info .more-info:hover, .btn-link-r:focus:hover, #btnSendMail:focus:hover, #div-stock-content > div .box-product .box-product-info .more-info:focus:hover {
  background: #900000 !important;
}

header {
  font-family: "Montserrat-Regular";
  background: black;
  z-index: 999;
  position: relative;
}
header .header {
  position: absolute;
  width: 100%;
  z-index: 9;
}
header .header .header-class {
  padding-top: 8px;
  padding-bottom: 5px;
}
header .header .header-class img {
  display: inline-block;
  padding-right: 5px;
}
header .header .header-class .phone-h {
  font-family: "Montserrat-MediumItalic";
  font-size: 28px;
}
header .header .header-class .address-h {
  margin-top: 10px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  header .header .header-class .phone-h {
    float: right;
  }
}
header .header .header-class .phone-h, header .header .header-class .address-h {
  display: block;
}
header .header .header-class .phone-h a, header .header .header-class .phone-h a:focus, header .header .header-class .address-h a, header .header .header-class .address-h a:focus {
  color: white;
  text-decoration: none;
}
header .header .header-class .phone-h a:hover, header .header .header-class .phone-h a:focus:hover, header .header .header-class .address-h a:hover, header .header .header-class .address-h a:focus:hover {
  color: #bf0606;
  text-decoration: none;
}
@media (max-width: 499px) {
  header .header .header-class .phone-h img, header .header .header-class .address-h img {
    display: none;
  }
}
@media (max-width: 767px) {
  header .header .header-class {
    text-align: center;
  }
  header .header .header-class .pull-left, header .header .header-class .pull-right {
    float: none !important;
  }
}
header .menu-desktop.fixed-header {
  border-top: 0;
  border-bottom: 2px solid #bf0606;
  background: rgba(0, 0, 0, 0.75);
}
header .menu-desktop {
  border-top: 2px solid #bf0606;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.075), 0 1px 5px rgba(0, 0, 0, 0.075);
  height: 60px;
}
header .menu-desktop > .container {
  padding-left: 0;
  padding-right: 0;
}
header .menu-desktop ul {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
header .menu-desktop ul li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
}
header .menu-desktop ul li a, header .menu-desktop ul li a:focus {
  float: left;
  color: white;
  text-decoration: none;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  font-size: 14px;
}
@media (min-width: 1200px) {
  header .menu-desktop ul li a, header .menu-desktop ul li a:focus {
    padding: 20px 18px 15px 18px;
    margin-right: 1px;
    font-size: 15px;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  header .menu-desktop ul li a, header .menu-desktop ul li a:focus {
    padding: 20px 13px 15px 13px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .menu-desktop ul li a, header .menu-desktop ul li a:focus {
    padding: 15px 9px;
    font-size: 11px;
  }
}
header .menu-desktop ul li a:hover, header .menu-desktop ul li a:focus:hover {
  background: #bf0606;
  color: white;
  text-decoration: none;
}
header .menu-desktop ul li.active a, header .menu-desktop ul li.active a:focus, header .menu-desktop ul li.active a:hover {
  background: #bf0606;
  color: white;
}

.banner-slider {
  text-align: center;
  /********************
  *****Slide effect
  **********************/
  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  /*---------- INDICATORS CONTROL ----------*/
  /*---------- SLIDE CAPTION ----------*/
}
.banner-slider .bs-slider {
  overflow: hidden;
  max-height: 800px;
  position: relative;
  background: #000000;
}
@media (min-width: 993px) {
  .banner-slider .bs-slider {
    height: 710px;
    overflow: hidden;
  }
  .banner-slider .bs-slider img {
    height: 710px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .banner-slider .bs-slider {
    height: 650px;
    overflow: hidden;
  }
  .banner-slider .bs-slider img {
    height: 650px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .banner-slider .bs-slider {
    height: 670px;
    overflow: hidden;
  }
  .banner-slider .bs-slider img {
    height: 670px;
  }
}
@media (max-width: 499px) {
  .banner-slider .bs-slider {
    height: 700px;
    overflow: hidden;
  }
  .banner-slider .bs-slider img {
    height: 700px;
  }
}
.banner-slider .bs-slider:hover {
  cursor: default;
  /*cursor: -moz-grab;
  cursor: -webkit-grab;*/
}
.banner-slider .bs-slider:active {
  /*cursor: -moz-grabbing;
  cursor: -webkit-grabbing;*/
}
.banner-slider .bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-slider .bs-slider > .carousel-inner > .item > img,
.banner-slider .bs-slider > .carousel-inner > .item > a > img {
  width: auto !important;
  max-width: inherit !important;
  display: inline-block;
}
.banner-slider .fade {
  opacity: 1;
}
.banner-slider .fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.banner-slider .fade .item:first-child {
  top: auto;
  position: relative;
}
.banner-slider .fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.banner-slider .control-round .carousel-control {
  top: 42%;
  opacity: 0;
  width: 40px;
  height: 80px;
  padding-top: 16px;
  z-index: 100;
  color: #ffffff;
  display: block;
  font-size: 32px;
  cursor: pointer;
  overflow: hidden;
  line-height: 48px;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  background: transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.banner-slider .control-round:hover .carousel-control {
  opacity: 1;
}
.banner-slider .control-round .carousel-control.left {
  left: 1%;
}
.banner-slider .control-round .carousel-control.right {
  right: 1%;
}
.banner-slider .control-round .carousel-control.left:hover,
.banner-slider .control-round .carousel-control.right:hover {
  color: #fdfdfd;
  background: rgba(0, 0, 0, 0.5);
  border: 0px transparent;
}
.banner-slider .control-round .carousel-control.left > span:nth-child(1) {
  left: 45%;
}
.banner-slider .control-round .carousel-control.right > span:nth-child(1) {
  right: 45%;
}
.banner-slider .indicators-line > .carousel-indicators {
  right: 45%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
}
.banner-slider .indicators-line > .carousel-indicators li {
  padding: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
  z-index: 10;
  cursor: pointer;
}
.banner-slider .indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.banner-slider .indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  box-shadow: 0 0 0 2px #d51125;
  background-color: transparent;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.banner-slider .indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #d51125;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.content-banner {
  color: white;
  z-index: 9;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.content-banner h1 {
  padding: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Montserrat-MediumItalic";
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.content-banner p {
  margin-bottom: 30px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
@media (min-width: 993px) {
  .content-banner {
    margin-top: -400px;
  }
  .content-banner h1 {
    font-size: 48px;
    line-height: 1.1;
  }
  .content-banner p {
    font-size: 18px;
    line-height: 1.6;
  }
  .content-banner a {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .content-banner {
    margin-top: -400px;
  }
  .content-banner h1 {
    font-size: 34px;
    line-height: 1.2;
  }
  .content-banner p {
    font-size: 18px;
    line-height: 1.6;
  }
  .content-banner a {
    width: 100%;
    font-size: 13px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .content-banner {
    margin-top: -460px;
  }
  .content-banner h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  .content-banner p {
    font-size: 14px;
    line-height: 1.6;
  }
  .content-banner a {
    width: 300px;
    margin-bottom: 10px;
  }
}
@media (min-width: 500px) {
  .content-banner {
    padding: 40px;
  }
}
@media (max-width: 499px) {
  .content-banner {
    padding: 20px;
    margin-top: -480px;
  }
  .content-banner h1 {
    font-size: 20px;
    line-height: 1.2;
  }
  .content-banner p {
    font-size: 14px;
    line-height: 1.6;
  }
  .content-banner a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

@media (min-width: 768px) {
  .fixed-importing {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 10px;
  }
}
.main-page {
  margin-top: 50px;
  margin-bottom: 50px;
}
.main-page h2 {
  font-family: "Montserrat-MediumItalic";
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
}
.main-page h3 {
  font-family: "Montserrat-MediumItalic";
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}
.main-page a, .main-page a:focus {
  color: #bf0606;
  text-decoration: none;
}
.main-page a:hover, .main-page a:focus:hover {
  color: #900000;
  text-decoration: none;
}

.form-control {
  padding: 10px 12px;
  border-radius: 0;
}

input.form-control {
  height: 46px;
}

.cl-validate {
  color: #bf0606;
  padding-top: 5px;
  font-size: 14px;
}

p {
  margin-bottom: 15px;
}

.frm-class {
  background: rgba(17, 17, 17, 0.075);
  padding: 20px 30px;
}
.frm-class h3 {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Montserrat-MediumItalic";
}
.frm-class h2 {
  font-family: "Montserrat-MediumItalic";
  margin-top: 0;
  color: #bf0606;
}

.input-group-btn .btn-primary {
  background: #111111;
  border-color: #111111;
}

#btnSendMail {
  text-transform: uppercase;
}

.box-product-description {
  display: none !important;
}

.css-view19 .container, .DetailViewTwelve .container {
  max-width: 1350px;
  width: 100%;
}

.frm-view19 {
  background: #111111;
  float: left;
  width: 100%;
  border-radius: 0px;
  padding-top: 15px;
}
.frm-view19 > .col-lg-12 {
  background: rgba(255, 255, 255, 0.04);
}
.frm-view19 .form-control {
  background: rgba(255, 255, 255, 0.8);
  color: #111111;
  border: 0;
  outline: none;
  border-radius: 0px;
}
.frm-view19 .countVehicles {
  color: white;
  font-size: 18px;
}
.frm-view19 .countVehicles b {
  font-size: 24px;
}
.frm-view19 .titleCurrent {
  color: white;
  font-size: 18px;
  text-align: right;
  line-height: 2;
}

@media (max-width: 767px) {
  .frm-view19 .titleCurrent {
    text-align: left;
  }
}
#div-stock-content > div .box-product {
  background: rgba(0, 0, 0, 0.07);
  display: block;
  margin-bottom: 30px;
  color: #111111;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#div-stock-content > div .box-product img {
  display: initial;
}
#div-stock-content > div .box-product h3 {
  font-family: "Montserrat-MediumItalic";
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 18px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  color: rgba(17, 17, 17, 0.9);
}
#div-stock-content > div .box-product .box-product-specifications {
  background: rgba(17, 17, 17, 0.07);
  padding: 10px 10px 0px 10px;
  height: 80px;
  margin-bottom: 25px;
}
#div-stock-content > div .box-product .box-product-specifications .col-xs-3 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}
#div-stock-content > div .box-product .box-product-specifications .col-xs-3 p {
  margin-bottom: 0;
}
#div-stock-content > div .box-product .box-product-description {
  font-size: 15px;
  line-height: 1.5;
  padding: 0 15px;
  margin: 5px 0 15px 0;
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#div-stock-content > div .box-product .box-product-price {
  padding: 0 15px 15px 15px;
  text-align: left;
}
#div-stock-content > div .box-product .box-product-price .cl-price {
  line-height: 1.2;
}
#div-stock-content > div .box-product .box-product-price .cl-price h4 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 24px;
  font-family: "Montserrat-MediumItalic";
}
#div-stock-content > div .box-product .box-product-price .cl-price span {
  font-size: 13px;
}
#div-stock-content > div .box-product .box-product-info .more-info {
  text-align: center;
  display: block;
  padding: 12px 10px;
}
#div-stock-content > div .box-product-hover:hover {
  -moz-box-shadow: 0 0 5px rgba(17, 17, 17, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(17, 17, 17, 0.5);
  box-shadow: 0 0 5px rgba(17, 17, 17, 0.5);
}
#div-stock-content > div .box-product-hover:hover .box-product-info .more-info {
  background: #bf0606 !important;
  color: white !important;
  box-shadow: inset 0 0px 0px transparent;
}
#div-stock-content > div a:hover, #div-stock-content > div a:focus {
  text-decoration: initial;
}

.css-view19 input.btn-success, .js-search input.btn-success {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: #bf0606;
  color: white;
  border-radius: 0px;
  outline: none;
  padding: 8px 12px 8px 12px;
  font-family: "Montserrat-MediumItalic";
}

.css-view19 input.btn-success:hover, .js-search input.btn-success:hover {
  opacity: 0.85;
}

ul.pagination {
  margin-top: 0;
}
ul.pagination li input {
  background-color: rgba(17, 17, 17, 0.7);
  color: white;
  float: left;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
ul.pagination li.active input {
  background-color: #bf0606;
  color: white;
  float: left;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.DetailViewTwelve {
  padding-top: 70px;
  padding-bottom: 30px;
}
.DetailViewTwelve .product-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.DetailViewTwelve .product-title h2 {
  font-family: "Montserrat-MediumItalic";
  margin-top: 14px;
  float: left;
  font-size: 24px;
  color: #111111;
}
.DetailViewTwelve .product-title .cl_search_results {
  background: #bf0606;
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 12px;
  text-align: center;
  color: white;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.DetailViewTwelve .product-title .cl_search_results input {
  color: white;
}
.DetailViewTwelve .product-title .cl_search_results:hover {
  background: #c10606;
}
.DetailViewTwelve .product-title .product-header {
  float: right;
}
.DetailViewTwelve .product-title .product-header .product-price {
  font-weight: normal;
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #bf0606;
  font-family: "Montserrat-MediumItalic";
}
.DetailViewTwelve .product-title .product-header .drive-away-label {
  font-size: 12px;
}
.DetailViewTwelve .widget.form {
  background: #e0e0e0;
  padding: 15px;
  margin-bottom: 30px;
}
.DetailViewTwelve .widget.form h3 {
  font-family: "Montserrat-MediumItalic";
  font-weight: normal;
  border-bottom: 0;
  font-size: 24px;
  border-bottom: 0;
  margin-top: 5px;
  padding-bottom: 5px;
}
.DetailViewTwelve .widget.form > label {
  font-weight: inherit;
  line-height: 1.4;
  margin-bottom: 15px;
}
.DetailViewTwelve .product-slider {
  margin-bottom: 20px;
}
.DetailViewTwelve .product-comments {
  margin-bottom: 40px;
}
.DetailViewTwelve .product-comments h3 {
  background: #e0e0e0;
  font-size: 24px;
  padding: 15px;
}
.DetailViewTwelve #btnSendMail {
  text-transform: uppercase;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  outline: none;
}
.DetailViewTwelve #btnSendMail:hover {
  box-shadow: inset 0 0px 0px transparent;
}

@media (min-width: 993px) {
  .product-title {
    background: #e0e0e0;
  }
  .product-title .col-md-4.col-lg-3 {
    float: right;
  }
  .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-right: -15px;
    margin-left: 8px;
  }
}
@media (max-width: 992px) {
  .product-title .col-md-8.col-lg-9 {
    background: #e0e0e0;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
  }
  .product-title .col-md-4.col-lg-3 {
    float: left;
  }
  .product-title .col-md-4.col-lg-3 .cl_search_results {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .main-content .tab-content {
    padding: 30px 20px;
  }
  .main-content .tab-content .frm2-calculator {
    margin: 30px 20%;
  }
}
.main-content .tab-content .vehicle_details_body table tr th {
  font-weight: 500;
}
.main-content .tab-content .tab-pane h4 {
  font-size: 30px;
  text-transform: uppercase;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading {
  padding-bottom: 0;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a {
  padding-left: 10px;
  padding-right: 10px;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading a:hover {
  background: #fbfbfb;
}
.main-content .tab-content .tab-pane .panel-group .panel-heading i {
  margin-right: 10px;
}
.main-content ul.nav-tabs {
  border-bottom: 0;
  text-align: center;
}
.main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
  background: #e0e0e0;
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 85px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li a, .main-content ul.nav-tabs li:hover a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li, .main-content ul.nav-tabs li:hover {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li a, .main-content ul.nav-tabs li a:hover, .main-content ul.nav-tabs li:hover a, .main-content ul.nav-tabs li:hover a:hover {
  background-color: transparent;
  border: 0;
  color: #111111;
  padding-top: 55px;
}
.main-content ul.nav-tabs li.tabs1, .main-content ul.nav-tabs li.tabs1:hover {
  background-position: center 5px;
}
.main-content ul.nav-tabs li.tabs2, .main-content ul.nav-tabs li.tabs2:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs3, .main-content ul.nav-tabs li.tabs3:hover {
  background-position: center -195px;
}
.main-content ul.nav-tabs li.tabs4, .main-content ul.nav-tabs li.tabs4:hover {
  background-position: center -395px;
}
.main-content ul.nav-tabs li.active {
  background: #bf0606;
  background-image: url("/Content/images/icondetails12.png");
  background-repeat: no-repeat;
  float: left;
  height: 85px;
}
@media (min-width: 768px) {
  .main-content ul.nav-tabs li.active {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .main-content ul.nav-tabs li.active a {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .main-content ul.nav-tabs li.active {
    width: 49%;
    margin: 0.5%;
  }
}
.main-content ul.nav-tabs li.active a, .main-content ul.nav-tabs li.active a:hover {
  background-color: transparent;
  border: 0;
  color: white;
  padding-top: 55px;
}
.main-content ul.nav-tabs li.tabs1.active {
  background-position: center -95px;
}
.main-content ul.nav-tabs li.tabs2.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs3.active {
  background-position: center -295px;
}
.main-content ul.nav-tabs li.tabs4.active {
  background-position: center -495px;
}
.main-content .panel-group .panel {
  box-shadow: 0 0px 0px transparent;
  border: 0;
  border-radius: 0;
}
.main-content .panel-group .panel .panel-heading {
  background: transparent;
  padding: 0 0 5px 0;
  border: 1px solid #f0f0f0;
}
.main-content .panel-group .panel .panel-heading a {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-content .panel-group .panel .panel-heading a, .main-content .panel-group .panel .panel-heading a:focus, .main-content .panel-group .panel .panel-heading a:hover {
  text-decoration: none;
}
.main-content .panel-group .panel .panel-heading i {
  position: relative;
  margin-top: -30px;
}
.main-content .panel-group .panel > div.panel-collapse.collapse, .main-content .panel-group .panel > div.panel-collapse.collapsing, .main-content .panel-group .panel > div.panel-collapse.collapse.in {
  background: #f9f9f9;
  border: 1px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 2.4;
}

.panel-group .panel + .panel {
  margin-top: 10px;
}

.tooltip {
  background: #bf0606 !important;
}

.galleria-container {
  background: #484848 !important;
}

.galleria-fullscreen, .galleria-play {
  border-right: 1px solid #2f2f2f !important;
  outline: 1px solid #797979 !important;
}

.galleria-container.notouch .galleria-thumblink:hover,
.galleria-container.touch .galleria-thumblink:active,
.galleria-thumblink.open,
.galleria-container.notouch .galleria-fullscreen:hover,
.galleria-container.touch .galleria-fullscreen:active,
.galleria-container.notouch .galleria-play:hover,
.galleria-container.touch .galleria-play:active,
.galleria-container.notouch .galleria-popout:hover,
.galleria-container.touch .galleria-popout:active {
  background-color: #d51125 !important;
}

.importing-page .nav-tabs {
  border-bottom: 2px solid #bf0606;
  text-align: center;
  margin-bottom: 40px;
}
.importing-page .nav-tabs li {
  display: inline-block;
  float: initial;
  font-family: "Montserrat-MediumItalic";
  text-transform: uppercase;
}
.importing-page .nav-tabs li a:hover {
  border-radius: 0;
  border-bottom: 1px solid #bf0606;
}
.importing-page .nav-tabs li.active a, .importing-page .nav-tabs li.active a:focus, .importing-page .nav-tabs li.active a:hover {
  border-radius: 0;
  background: #bf0606;
  color: white;
}

.customers-page .demo-gallery > ul {
  margin-bottom: 0;
  padding-left: 0px;
}
.customers-page .demo-gallery > ul > li {
  margin: 10px;
  display: inline-block;
  list-style: outside none none;
}
@media (min-width: 993px) {
  .customers-page .demo-gallery > ul > li {
    width: calc(25% - 23px);
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .customers-page .demo-gallery > ul > li {
    width: calc(33% - 23px);
  }
}
@media (max-width: 767px) {
  .customers-page .demo-gallery > ul > li {
    width: calc(50% - 23px);
  }
}
.customers-page .demo-gallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.customers-page .demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.customers-page .demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.customers-page .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.customers-page .demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.customers-page .demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.customers-page .demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.customers-page .demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.customers-page .demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.customers-page .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}
.customers-page .demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.customers-page .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.customers-page .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.customers-page .demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.customers-page .demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

.contact-banner {
  background: url("/Content/images/banner-pages/contact-banner.jpg") center top no-repeat black;
}

.about-banner {
  background: url("/Content/images/banner-pages/about-banner.jpg") center top no-repeat black;
}

.happy-banner {
  background: url("/Content/images/banner-pages/about-banner.jpg") center top no-repeat black;
}

.importable-banner {
  background: url("/Content/images/banner-pages/importable-banner.jpg") center top no-repeat black;
}

.importing-banner {
  background: url("/Content/images/banner-pages/importing-banner.jpg") center top no-repeat black;
}

.header-detail, .stock-banner {
  background: url("/Content/images/banner-pages/stock-banner.jpg") center top no-repeat black;
}

.content-banner-page {
  text-align: center;
  min-height: 430px;
}
.content-banner-page .banner-title {
  margin: 250px 0 0 0;
  text-align: center;
  background: transparent;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  display: inline-block;
  padding: 30px;
  border-radius: 5px;
}
.content-banner-page .banner-title h1 {
  font-family: "Montserrat-MediumItalic";
  color: white;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .content-banner-page .banner-title h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .content-banner-page .banner-title h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.content-banner-page .banner-title h2 {
  color: white;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .content-banner-page .banner-title h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .content-banner-page .banner-title h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .content-banner-page .banner-title h2 {
    font-size: 20px;
  }
}

#btnTopPages {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 999;
  background: #bf0606;
}
#btnTopPages a, #btnTopPages a:focus {
  color: white !important;
  text-decoration: inherit;
  background: #bf0606;
  padding: 5px 7px;
}
#btnTopPages a:hover {
  color: white !important;
  text-decoration: inherit;
  background: #bf0606;
}

.importable-page .importable-box {
  margin: 30px 20px 0 20px;
}
.importable-page .importable-box h3 {
  color: #bf0606;
  margin-bottom: 15px;
}
.importable-page .importable-box ul {
  padding-left: 15px;
  font-weight: bold;
}
.importable-page .importable-box ul li {
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.importable-page .importable-box ul li:nth-child(even) {
  background-color: #f2f2f2;
}
.importable-page ul.tabs-logos {
  padding-bottom: 10px;
}
.importable-page ul.tabs-logos li {
  width: 16.6666%;
}
.importable-page ul.tabs-logos li a, .importable-page ul.tabs-logos li a:focus {
  border: 0;
  background: #fff;
}
.importable-page ul.tabs-logos li a img, .importable-page ul.tabs-logos li a:focus img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  width: 100% !important;
}
.importable-page ul.tabs-logos li a:hover img, .importable-page ul.tabs-logos li a:focus:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.importable-page ul.tabs-logos li.active a, .importable-page ul.tabs-logos li.active a:focus, .importable-page ul.tabs-logos li.active a:hover {
  border: 0;
  background: #fff;
}
.importable-page ul.tabs-logos li.active a img, .importable-page ul.tabs-logos li.active a:focus img, .importable-page ul.tabs-logos li.active a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
