body{
  font-family: 'Montserrat', sans-serif !important;
}

.navbar-header{
  position: absolute;
  left: 7%;
}

@media (max-width: 500px) {
  .navbar-header{
    left: 33%;
  }
}

.blp-hero-image{
  height: 630px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

body div section.blp-hero-image {
  background-image: url("../images/blp_hero.png");
}

body.chrome div section.blp-hero-image, body.firefox div section.blp-hero-image, body.edge div section.blp-hero-image, body.opera div section.blp-hero-image {
  background-image: url("../images/blp_hero.webp");
}

.opacity-filter{
  background-color: rgba(255, 255, 255, .50);
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#mainHeader {
  min-height: 91px;
  background: #e8e8e8;
}

.btn-primary {
  color: #fff;
  background-color: #9686b1;
  border-color: #8976a7;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #7b679d;
  border-color: #6a5888;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #9686b1;
  border-color: #8976a7;
}

.request-btn.__loading {
  background-image: url('../images/loader-white-s.gif');
  background-position: calc(100% - 5px) center;
  background-repeat: no-repeat;
  padding-right: 25px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.alert-missing {
  background: #f8f8f8;
  color: #8e8e8e;
  text-align: center;
  padding: 20px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.contact-files_card-wrapper {
  padding: 0;
}

.contact-files_card {
  margin: 4px;
  padding: 15px;
  background: rgba(255,255,255,.95);
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.contact-files_card_name {
  float: left;
  overflow: hidden;
  width: calc(100% - 50px);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-files_card_actions {
  float: right;
  font-size: 11px;
}

.contact-files_card_footer {
  color: #aaa;
  text-align: right;
  font-size: 11px;
  margin-top: 5px;
}

.contact-files_card_actions a+a {
  display: inline-block;
  margin-left: 3px;
}

#quote-files a {
  text-decoration: none;
  color: #9686b1;
  cursor: pointer;
  background-color: transparent;
}

#quote-files a:hover, #quote-files a:focus {
  color: #7b679d;
}

#whats-next a:hover, #whats-next a:focus {
  color: #3c763d;
}

#whats-next a {
  color: #3c763d;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}


.required:after{color:#a94442;content:'\a0*'}

.row {
  margin-left: 0;
  margin-right: 0;
}

img.size-full {
  display:block;
  max-width:100%;
  min-width:100%;
  margin-left:auto;
  margin-right:auto;
}

img.alignnone {
  margin-left: auto;
  margin-right: auto;
}

#section-1 {
  position: relative;
  padding-top: 50px;
}

#section-1 img {
  margin-top:-50px;
}

#section-1 div.container {
  padding-bottom: 100px;
}

#section-1:before {
  background: none;
  background-position: left top;
  background-size: contain;
  content: '';
  height: 100%;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 0;
  display: inline-block;
  border: 20px solid transparent;
}

#section-1 h1 {
  color: #6D6477;
  line-height: 1.1em;
  margin-top: 50px !important;
}

.hero-text{
  margin-top: 9rem;
}

.hero-text p{
  margin-right: auto;
}

.contact-us-bubble{
  position: fixed;
  height: 45px;
  width: 45px;
  right: 70px;
  bottom: 20px;
  border-radius: 50%;
  background-color: #bfadd1;
  align-items: center;
  display: none;
  justify-content: center;
  z-index: 2;
}

.contact-us-bubble i{
  color:#fff;
  font-size:28px;
}

@media  (min-width: 2345px){
  #overview-section div.container{
    width: 65%;
  }

}

@media (min-width: 1200px) {
  .hero-text h1{
    font-size: 11em;
  }

  #section-1 div div div{
    margin-left: 3%;
  }
}

@media (max-width: 1200px) {
  .hero-text h1{
    text-align: center;
    font-size: 7em;
  }
}

@media (max-width: 800px) {
  #section-1 h1{
    font-size: 5em;
  }
  #overview-section div{
    width: 100%;
  }
  .blp-hero-image{
    background-position: right;
  }

  #add_menu li{
    display: none;
  }

}

@media (max-width: 375px) {
  #section-1 h1{
    font-size: 4em;
  }

  .hero-text{
    margin-top: 6rem;
  }

  .contact-us-bubble {
    display: flex;
  }

}

#section-1 p {
  line-height: 1.4em;
}

#section-4 {
  padding: 60px 0;
}

#section-4 img {
  height: auto;
  margin: 0 auto;
}

#section-4 .col-padding {
  margin-top: 100px;
}

#section-4 li::before {
  content: "•";
  color: #b9a5cd;
  margin-right: 8px;
  margin-left: -16px;
}

#section-4 li {
  list-style-type: none;
  font-size: 1.1em;
  line-height: 1.5em;
  margin-bottom: 10px;
}

#section-4 h2 sup {
  font-size: 0.6em
}

#section-4 h2 {
  color: #4e4d55;
  display: inline-block;
  font-size: 50px;
  line-height: 1.2em;
  padding: 10px 0;
  text-align: left;
}

#section-4 h3 {
  color: #4e4d55;
  font-size: 1.6em;
  line-height: 1em;
  padding-bottom:12px;
  display:inline-block;
}

#section-4 h3 span {
  text-decoration: line-through;
  color: red;
  margin: 0 5px;
}

#section-4 p {
  line-height: 1.3em;
}

#section-5 {
  padding: 90px 0;
}

div#main+footer {
  display: none;
}

@media (min-width: 992px) {
  #section-1 {
    color: #fff;
    text-align: left;
  }

  #section-1 div.landing-header-text {
    color: #fff;
    text-align: left;
  }

  #section-1 div.container {
    padding-top: 0;
  }

  #section-1 div.landing-header-text {
    padding-top: 20px;
    padding-left: 5px;
  }

  #section-4 .col-padding {
    padding: 0 50px;
  }

  #section-4 h2 {
    width: 70%;
    margin-left: 15%;
  }
}

@media (min-width: 1200px) {
  #section-1 {
    padding: 150px 0;
  }

  #section-1 div.container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .page-template-default h2 {
    line-height: 1.2;
  }
}

#footerWrapper{
  background: #e8e8e8;
}

#mainFooter p a {
  color: #7f7f7f;
}

#footer-copyright p {
  font-size: 12px;
  color: #7f7f7f;
}

#footer-copyright .footer-logo{
  background: none !important;
}

.bi-footer {
  padding-top: 20px !important;
  background-color: #E8E8E8 !important;
  line-height: 1.42857143 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
}

.bi-footer p {
  margin: 0 0 10px !important;
}

.bi-footer.row, .bi-footer-copy-right.row {
  margin-left: -15px;
  margin-right: -15px;
}

.bi-footer-copy-right {
  background-color: #E8E8E8 !important;
  line-height: 1.42857143 !important;
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
}

@media(min-width: 769px) {
  .navbar-collapse {
    display: block;
    visibility: visible;
  }
}

@media (max-width:768px) {
  #add_menu .login-navigation button {
    margin-right: 10px !important;
  }

  nav.navbar-collapse {
    background-color: #3c3c3c !important;
    position: relative;
    z-index: 200;
  }
}

/*Section area css*/
#section-1{
  background-size: cover;
  position: relative;
}

#overview-section{
  margin: 50px 0;
  color: #6D6477
}

#overview-section .overview-title{
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}

.container div.col-xs-12.col-md-4{
  min-height: 330px;
}

@media (max-width: 1024px) {
  #overview-section .overview-title {
    font-size: 2rem;
  }
}

#overview-section .overview-text{
  text-align: center;
}

#section-4 {
  background-color: #fff;
}

#section-5{
  background: #6D6477;
  position: relative;
}

.btn-cta-standard {
  background: #6D6477;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  font-size: 16px;
}

.request-btn-section {
  margin-top: 10px;
}

.request-quote-btn {
  margin-bottom: -20px;
}

.form-group {
  margin-bottom: 0px !important;
}

#community-box h2 {
  font-size: 50px;
  color: #fff;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #9686b1;
  border-color: #9686b1;
}

.call-us-text {
  padding: 0 0px 0 0px;
  line-height: 73px;
  color: #d0d0d0;
  font-weight: 700;
  font-size: 15px;
  z-index: 1;
  letter-spacing: 1px;
}

.hardware-details-list {
  line-height: 26px;
  list-style: none;
}

.hardware-details-subheading {
  font-weight: 600;
}

.footer-cell {
  padding: 4px;
}

.footer-cell a,.footer-cell a i {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

a.img-circle i {
  position: relative;
  top: 7px;
}

a.img-circle {
  display: inline-block;
  height: 32px;
  width: 32px;
  padding: 0;
  line-height: normal;
  margin-right: 6px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #mainHeader .navbar-brand {
    display: block;
    margin-left: 0 !important;
  }

  li.info.pull-right.request-btn-section {
    margin-left: -90px;
  }
}

/*responsive css*/
@media (min-width: 350px) and (max-width: 400px) {
  .navbar-brand {
    width: 110px;
  }
  .request-btn-section {
    margin-left: -110px !important;
  }
  .rqb-body-1{
    margin-left: -5px !important;
  }
  .rqb-body-2 {
    margin-left: 10px !important;
  }
}

@media (max-width: 350px) {
  .navbar-brand {
    width: 90px;
  }
  .request-btn-section {
    margin-left: -100px !important;
    font-size: 12px !important;
  }
  .request-quote-btn {
    font-size: 14px !important;
  }
  .rqb-body-1 {
    font-size: 20px !important;
    margin-left: -5px !important;
  }
  .rqb-body-2 {
    font-size: 20px !important;
    margin-left: 10px !important;
  }
  .request-btn {
    font-size: 25px !important;
  }
}

.navbar-brand {
  font-size: 30px;
  height: 70px;
  width: 150px;
  padding: 0;
  margin-top: 14px;
  background: url(../../images/logo-dark.png) no-repeat left top;
  background-size: contain;
}

.return-top-bubble {
  position: fixed;
  margin: 15px;
  height: 50px;
  width: 50px;
  left: 0;
  background-color: rgb(191, 173, 209);
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 999;
  bottom: -100px;
  border-radius: 4px
}

.return-top-bubble.slideDown {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideUp;
  -webkit-animation-name: slideDown
}

.return-top-bubble.slideUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: slideDown;
  -webkit-animation-name: slideUp
}

@keyframes slideDown {
  0% {
    transform: translateY(-100px)
  }
  100% {
    -webkit-transform: translateY(0)
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100px)
  }
  100% {
    -webkit-transform: translateY(0)
  }
}

@keyframes slideUp {
  0% {
    transform: translateY(0)
  }
  100% {
    transform: translateY(-100px)
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(-100px)
  }
}