 body{
	 background-color:#fafafa;
 }
 
 .filters-tab{
	display:none!important; 
 }
 
   .carousel {
    position: relative;
    margin-top: 10px;
  }

  .item .thumb {
  width: 25%;
  cursor: pointer;
  float: left;
  }
  
  .item .thumb img {
   width: 100%;
   margin: 2px;
  }
  
  .item img {
    width: 100%;  
  }

  .card-carousel-controls{
    float:left;
    width:100%;
    margin-top:-300px;
  }

  .btn-floating{
      color: #FFD700;
  }

  .btn-floating:focus,.btn-floating:hover{
      color: #FFFFFF;
  }

  .left-card-carousel-control {
    position: relative;
    background-color: #3E3D3F;
    max-width: 45px;
    width:50%;
    float:left;
    border-radius: 90px;
    height: 80px;
    opacity:.7;
  }

  .right-carousel-control:hover{
    opacity:1;
  }

  .right-card-carousel-control {
    background-color: #3E3D3F;
    max-width: 45px;
    width:50%;
    border-radius: 90px;
    height: 80px;
    float:right;
    opacity:.7;
  }

 
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: initial;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  background-color: #3E3D3F
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #FFD700
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.overview{
    font-size:12px;
  }

 
 p {
 font-family: "Arial", sans-serif;
 font-size:12px;
 color:#262626;
 }
 
 .pricetext{
    text-align:center;
    font-size: 18px;
    font-weight: bold;
    color: #cc0000;
}
 
 a:hover {
	 text-decoration:none;
	 text-transform:bold;
 }
 
 .lowercase {
text-transform: none!important;
}	

.multi-item-carousel{
  .carousel-inner{
    > .item{
      transition: 500ms ease-in-out left;
    }
    .active{
      &.left{
        left:-33%;
      }
      &.right{
        left:33%;
      }
    }
    .next{
      left: 33%;
    }
    .prev{
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item{
        // use your favourite prefixer here
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none!important;
      }
    }
  }
  .carouse-control{
    &.left, &.right{
      background-image: none;
    }
  }
}
 
 .h1 {
    font-family: 'NimbusSanNovDBlaCon'!important;
    font-weight: normal;
	text-transform:uppercase;
	color:#3E3D3F;
    font-size:44px;
 }
 
 .h2 {
    font-family: 'NimbusSanNovDHeaCon';
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
	color: #8c8c8c;
	font-size:34px;
	}
	
	
	 .modal-h3 {
    font-family: 'NimbusSanNovDHeaCon';
    font-weight: normal;
    font-style: italic;
	color: #3E3D3F;
	font-size:32px;
	margin-top: 10px;
    margin-bottom: 10px;
	}
	
	
  .h3 {
    font-family: 'NimbusSanNovDMedCon';
    font-weight: normal;
	text-transform:none;
	color: #000000;
	font-size:28px;
	}
	
		
  .h4 {
    font-family: 'NimbusSanNovDCon';
    font-weight: normal;
	text-transform:uppercase;
	color: #3E3D3F;
	font-size:22px;
	}
 
.darkbg {
 font-family: "Arial", sans-serif;
 font-size:12px;
 color:#ffffff;
 }
 
  .desktopbanner{
	 display:block;
	 max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
 }
 
  .tabletbanner{
	 display:none
 }
 
  .mobilebanner{
	 display:none
 }
 
 .breadcrumb {
    font-family: 'NimbusSanNovDCon';
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    background-color: #dbdbd3;
    color: #FFD700;
    margin: 2px;
    margin-bottom:14px;
    padding:4px 15px;
}

.breadcrumb a {
 color: #333333;
}

.breadcrumb>.active {
 color: #888888;
}

.breadcrumb a:hover {
 color: #FFFFFF;
}

.breadcrumb > li + li::before {
    color: #fff !important;
}
 
  .h2-products{
    font-family: 'NimbusSanNovDHeaCon';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    color: #8c8c8c;
    font-size: 30px;
  }
 
 
 .h1-yellow{
    font-family: 'NimbusSanNovDBlaCon';
    font-weight: normal;
	text-transform:uppercase;
	color:#FFD700;
    font-size:44px;
 }
 
 .h2-yellow {
    font-family: 'NimbusSanNovDHeaCon';
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
	color: #8c8c8c;
	font-size:34px;
	}
	
	
  .h3-yellow {
    font-family: 'NimbusSanNovDMedCon';
    font-weight: normal;
	text-transform:uppercase;
	color: #FFD700;
	font-size:28px;
	}
	
		
  .h4-yellow {
    font-family: 'NimbusSanNovDCon';
    font-weight: normal;
	text-transform:uppercase;
	color: #ffffff;
	font-size:22px;
	}

.navbar-default {
    background-color: #3E3D3F;
    border-color: #e7e7e7;
}

.btn-primary {
	font-family: 'NimbusSanNovDCon';
    color: #FFD700;
    background-color: #3E3D3F;
    border-color: #3E3D3F;
	transition: all 0.25s linear 0s;
	font-size: 18px;
	font-weight:600;
	padding: 12px 16px;
	text-transform: uppercase;
}

.btn-primary:hover {
	font-family: 'NimbusSanNovDCon';
    color: #3E3D3F;
    background-color: #FFD700;
    border-color: #3E3D3F;
	transition: all 0.25s linear 0s;
	font-size: 18px;
	font-weight:600;
    text-transform: uppercase;
}

.btn-default {
	font-family: 'NimbusSanNovDCon';
    color: #FFD700;
    background-color: #3E3D3F;
    border-color: #3E3D3F;
	transition: all 0.25s linear 0s;
	text-transform: uppercase;
}

.btn-default:hover {
	font-family: 'NimbusSanNovDCon';
    color: #3E3D3F;
    background-color: #FFD700;
    border-color: #3E3D3F;
	transition: all 0.25s linear 0s;
}


.navbar-default .navbar-nav > li > a {
    color: #FFD700;
    text-align: left;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF!important;
    text-decoration: underline;
	background-color: #3E3D3F!important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 12px;
}

.topnavbar {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #dbdbd3;
	margin-right: 0;
    margin-left: 0;
	text-align:center;
	width:60%;
}

.phonenumbernav{
float:left;
font-family: 'NimbusSanNovDCon';
text-transform: uppercase;
font-weight: 600;
font-size: 18px;
margin-top:10px;
color:#3E3D3F;
}

.phonenumbernav a{
color: #3E3D3F;
}

.phonenumbernav a:hover{
color: #FFFFFF;
}

.phonenumber{
	float:left;
	font-family: 'NimbusSanNovDCon';
	text-transform: uppercase;
	font-weight: 600;
  margin-left:8px;
}

.phonenumber a{
color: #3E3D3F;
}

.phonenumber a:hover{
color: #FFFFFF;
}


.searchnav{
float:right;
font-family: 'NimbusSanNovDCon';
text-transform: uppercase;
font-weight: 600;
margin-right:8px;
margin-top:-44px;
}

.searchnav a{
color: #3E3D3F;
}

.searchnav a:hover{
color: #FFFFFF;
}


.useroption{
	color: #cccccc!important;
	
}

.useroption:hover{
	color: #3E3D3F!important;
	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    background-color: #555555;
}


.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFFFFF!important;
    background-color: transparent;
}

.navbar-form {
padding-top:4px;
padding-bottom:2px;
background-color: #FFD700;
}

.navbar-collapse{
    border-color: #e7e7e7;
    text-align: center;
}

.navbar-default {
    border-bottom: 2px solid #FFD700;
}


.navbar-form {
    border-color: #FFD700;
    text-align: center;
  }

.navbar-brand {
	background: url(https://images.diversitech-air.com/img/Diversitech-AACG-logo-EN-260x86.png) no-repeat;
	float:left;
	width: 260px !important;
	height: 86px;
	margin-bottom: 5px;
  margin-left:20px;
	margin-top: 5px;	
	margin-right: 10px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #3E3D3F;

}


.dropdown-menu > li > a {
    display: block;
    padding: 2px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #FFD700;
    white-space: nowrap;
    background-color: #3E3D3F;
	font-size:16px;
    background-color: #666666;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #ffffff!important;
    background-color: #FFD700;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #FFD700;
}

.jumbotron {
    margin-top: 94px;
	padding-bottom: 0px;
    border-bottom: 1px solid #cccccc;
}

.banner-div{
    position:relative;
    opacity:2%;
 }

.navbar-nav {
    margin-top: 32px;
	font-family: 'NimbusSanNovDCon';
    text-transform: uppercase;
	font-weight: 600;
    font-size: 18px;
}

.tab-text{
	font-family: 'NimbusSanNovDCon';
    text-transform: uppercase;
    color: #FFD700;
    font-size: 18px;
	font-weight:600;
    background-color: #3E3D3F;
	transition: all 0.25s linear 0s;
	border-color: #3E3D3F;
}

.tab-text:hover{
	font-family: 'NimbusSanNovDCon';
    text-transform: uppercase;
	border-color: #3E3D3F!important;
    color: #3E3D3F;
	background-color:#FFD700!important;
    font-size: 18px;
	font-weight:600;
}

.navbar-default .navbar-toggle {
    border-color: #FFD700;
    margin-top: 34px !important;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FFD700;
}

.navbar-header{
 
}

.banner-header{
font-family: 'NimbusSanNovDHeaCon';
font-weight: normal;
font-style: normal;
text-transform: uppercase;
color: #3E3D3F !important;
font-size: 34px;
-webkit-text-stroke: 0.5px #cccccc;
}	

.jumbotron p{
font-family: "Arial", sans-serif;
font-size:18px;	
}

.panel-heading{
	background-color: #3E3D3F!important;
	color:#FFD700 !important;
}

.panel-title{
	color:#FFD700 !important;
	font-family: 'NimbusSanNovDCon';
	text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
}

.panel-title:hover{
	color:#FFFFFF !important;
	text-decoration:none;
}

.panel-title:active{
	color:#FFFFFF !important;
	text-decoration:none;
}

.hs-form-field {
    width: 25%;
    float: left;
    margin-bottom: 16px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-form-textfield {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    padding-right: 15px;
    padding-left: 15px;
}

.hs-form-field > label {
	font-size:12px!important;
	font-weight:600!important;
}

.hs-error-msgs > li {
	list-style-type: none;
	margin-left: -34px;
    margin-top: -4px;
}

.hs-error-msgs > li > label {

	color:#FF0000;
	font-size:12px!important;
	font-weight:400!important;
}

.quoteform .hs-form-field {
    height: 52px;
}

.hs-input{
    float:left;
    margin-bottom: 2px;
	width:100%;
	border-radius: 4px;
	height:34px;
	border: 2px solid #ddd;
	padding: 6px 12px;
  font-size:12px;
}


.hs_recaptcha {
	width: 47.5%;
    float: left;
    margin-top: 10px;
}

.hs-button{
	width:50%;
	background-color: #3E3D3F;
    color: #FFD700;
    text-decoration: none;
    font-family: 'NimbusSanNovDCon',Arial;
    text-transform: uppercase;
	border-radius:4px;
	font-size:24px;
	font-weight:600;
	height:60px;
	border: 1px solid;
    border-color: #999999;
	padding-top: 12px;
    padding-bottom: 16px;
	margin-top:10px;
	margin-left:19px;
	transition: all 0.25s linear 0s;
}

.hs-button:hover{
	background-color: #FFD700!important;
    color: #3E3D3F!important;
}



.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 220px;
	text-align:center;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
	background-color:inherit;
}

.sidenav a:hover {
    color: #3E3D3F !important;
	font-size:18px;
	
}

.sidenav .closebtn {
    position: absolute;
    top: -30px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
	padding-top:200px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

.iframe-container {
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
   border: 0;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

.wrapper {
  border-radius: 1rem;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
}

.punch-viewer-body, .punch-viewer-body-v2 {
    background: #dbdbd3!important;
    overflow: hidden;
}

.punch-viewer-content-fixed {
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    margin-bottom: 29px;
    width: 100%!important;
	height:auto!important;
    left: 0px!important;
}

.punch-viewer-content {

    margin-bottom: 29px;
    width: 100%!important;
	height:auto!important;
    left: 0px!important;
}



.tab-pane>.row>.col-md-4 {
    width: 31.4%;
    border: 1px solid #cccccc;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom:8px;
	border-radius:4px;
	min-height:390px;
}


.tab-pane>.row>.col-md-3 {
	width: 23%;
    border: 1px solid #cccccc!important;
    margin-left: 16px;
    margin-right: 8px;
	margin-bottom:28px;
	border-radius:4px;
	min-height:480px;
    float:left;
	background-color: #ffffff!important;
}

.tab-pane>.row>.col-md-3:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); 
  transition: all 0.30s linear 0s;
}

.tab-pane>.row>.col-md-4:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); 
  transition: all 0.30s linear 0s;
}

.col-md-4 {
    width: 31.4%;
	border-radius:4px;
}

.cardcopy{
min-height: 110px;
text-align:left;
}

.footer{
height:400px;
background-color:#dbdbd3;
}

.fa {
  padding: 20px;
  font-size:30px!important;
  width: 30px!important;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

#goback{
	   color:#3f3e40!important;
}

.goback {
    padding-top: 20px;
    text-align: center;
    color:#3f3e40!important;
	font-family: 'NimbusSanNovDCon';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.socialnav{
	float:right;
    margin-top: -40px;
}

.socialnav .fa-facebook {
  background: #3B5998;
  color: white;
  width:30px!important;
  border:1px solid #3b5998;
  transition: all 0.25s linear 0s;
}

.socialnav .fa-facebook:hover {
  background: #FFFFFF;
  color: #3B5998;
  width:30px!important;
}

.socialnav .fa-twitter {
  background: #55ACEE;
  color: white;
  width:30px!important;
  border:1px solid #55ACEE;
  transition: all 0.25s linear 0s;
}

.socialnav .fa-twitter:hover {
  background: #FFFFFF;
  color: #55ACEE;
  width:30px!important;
}

.socialnav .fa-google {
  background: #dd4b39;
  color: white;
  width:30px!important;
  border:1px solid #dd4b39;
  transition: all 0.25s linear 0s;
}

.socialnav .fa-linkedin {
  background: #007bb5;
  color: white;
  width:30px!important;
  border:1px solid #007bb5;
  transition: all 0.25s linear 0s;
}

.socialnav .fa-linkedin:hover {
  background: #ffffff;
  color: #007bb5;
  width:30px!important;
}

.socialnav .fa-youtube {
  background: #bb0000;
  color: white;
  width:30px!important;
  border:1px solid #bb0000;
  transition: all 0.25s linear 0s;
}

.socialnav .fa-youtube:hover {
  background: #ffffff;
  color: #bb0000;
  width:30px!important;
}

.socialnav .fa-instagram {
  background: #125688;
  color: white;
  width:30px!important;
}

.socialnav .fa-instagram:hover {
  background: #ffffff;
  color: #125688;
  width:30px!important;
}

.socialnav .fa-pinterest {
  background: #cb2027;
  color: white;
}

.socialnav .fa {
	padding:5px;
	font-size:18px!important;
}

.fa-search:hover{
  color:#ffffff;
}


.fa-facebook {
  background: #3B5998;
  color: white;
  width:70px!important;
  border:1px solid #3b5998;
  transition: all 0.25s linear 0s;
}

.fa-facebook:hover {
  background: #FFFFFF;
  color: #3B5998;
  width:70px!important;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
  width:70px!important;
  border:1px solid #55ACEE;
  transition: all 0.25s linear 0s;
}

.fa-twitter:hover {
  background: #FFFFFF;
  color: #55ACEE;
  width:70px!important;
}

.fa-google {
  background: #dd4b39;
  color: white;
  width:70px!important;
  border:1px solid #dd4b39;
  transition: all 0.25s linear 0s;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
  width:70px!important;
  border:1px solid #007bb5;
  transition: all 0.25s linear 0s;
}

.fa-linkedin:hover {
  background: #ffffff;
  color: #007bb5;
  width:70px!important;
}

.fa-youtube {
  background: #bb0000;
  color: white;
  width:70px!important;
  border:1px solid #bb0000;
  transition: all 0.25s linear 0s;
}

.fa-youtube:hover {
  background: #ffffff;
  color: #bb0000;
  width:70px!important;
}

.fa-instagram {
  background: #125688;
  color: white;
  width:70px!important;
}

.fa-instagram:hover {
  background: #ffffff;
  color: #125688;
  width:70px!important;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.rounded-circle {
    border-radius: 50% !important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.h5{
font-size: 22px;
font-family: 'NimbusSanNovDCon';
font-weight: 600;
text-transform: uppercase;
}
.card-text {
	margin-top:2px;
}

.subpic-text{
	margin-top:18px;
}
.form-group-password{
	margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.notice {
    padding: 6px;
	font-size:12px;
	text-align:left;
    background-color: #fafafa;
    border-left: 12px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #006400;
}
.notice-success>strong {
    color: #006400;
}
.notice-info {
    border-color: #45ABCD;
}
.notice-info>strong {
    color: #45ABCD;
}
.notice-warning {
    border-color: #FEAF20;
}
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #FF0000;
}
.notice-danger>strong {
    color: #FF0000;
}

.events-row{
    margin-right: -15px;
    margin-left: -15px;
	margin-bottom:8px;
}
.label{
font-family: 'NimbusSanNovDCon';
}

.table{
font-size:12px;
}

small {
display: block;
line-height: 1.428571429;
color: #999;
}

.label-dates {
    background-color: #FFD700;
	color:#000000;
}

.sticky-chat{
background-color:#FFD700; 
float:right; width 60px; 
height:60px;
position:fixed;
top:280px;
z-index:20;
right:0;
border-radius:4px;
border:1px solid #cccccc;
opacity: 1;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.ribbon {
    position: absolute;
    top: 0px;
    right: 0px;
    top:58px;
    padding: 8px;
}
.ribbon-content{
    position: relative; 
    width: 100%; 
    height: 100px; 
    background: #f1f1f1; 
    border: 1px solid #DDD;    
}
.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    font-family: 'NimbusSanNovDCon';
    font-weight: normal;
    font-style: italic;
}

.ribbon.blue {
    background: #0000FF;
    color: #fff;
    font-family: 'NimbusSanNovDCon';
    font-weight: normal;
    font-style: italic;
}

.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
    font-family: 'NimbusSanNovDCon';
    font-weight: normal;
    font-style: italic;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
    font-family: 'NimbusSanNovDCon';
    font-weight: normal;
    font-style: italic;
}

.ribbon.gold {
    background: #ffd700;
    color: #3E3D3F;
    font-family: 'NimbusSanNovDCon';
    font-weight: normal;
    font-style: italic;
}

.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #3498db;
}
.ribbon.base:after {
    border-bottom: 27px solid #3498db;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.blue:before {
    border-top: 27px solid #0000FF;
}
.ribbon.blue:after {
    border-bottom: 27px solid #0000FF;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}

.ribbon.gold:before {
    border-top: 27px solid #ffd700;
}
.ribbon.gold:after {
    border-bottom: 27px solid #ffd700;
}
.ribbon span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}

.subfooter{
	background:#3E3D3F;
	padding-bottom:20px;
	margin-top:60px;
}


.footercolumn1 {
    width: 15%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn2 {
    width: 15%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn3 {
    width: 15%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn4 {
    width: 15%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn5 {
    width: 15%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn6 {
    width: 15%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footerhead {
    font-family: 'NimbusSanNovDCon';
    text-transform: uppercase;
    color: #FFD700;
    font-size: 18px;
    font-weight: 600;
    list-style-type: none;
    background-image: none;
    text-align: left;
    margin-bottom: 4px;
    padding-left: 0px !important;
}

.footerhead:hover {
    color: #cccccc;

}

.footerlinks > a {
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
    transition: all 0.25s linear 0s;
}

.footerlinks > a:hover {
text-decoration:underline;
}



@media(min-width: 1300px){
.navbar-toggle {
    display: none!important;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    border-radius: 0;
}

.product-quote-desktop {
  display:block;
}

.product-quote-tablet {
  display:none;
}

.product-quote-mobile {
  display:none;
}

.navbar-form .form-group {
    width: 50%;
}

.navbar-form .form-control {
    width: 100%;
}
.navbar-right {
    margin-right: 0px;
}

.quote-form-group {
    width: 50%;
}
}


@media(max-width: 1299px){
.navbar-nav {
    margin: 7.5px -15px;
        margin-top: 7.5px;
}

.nav>li {
    position: relative;
    display: block;
    float: left;
}


.tab-pane>.row>.col-md-3 {
	width: 31.4%;
    border: 1px solid #cccccc!important;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom:28px;
	border-radius:4px;
	min-height:420px;
    float:left;
	background-color: #ffffff!important;
}


.col-md-3 {
	width: 30.6%;
    margin-left: 18px;
    margin-right: 8px;
	margin-bottom:28px;
	border-radius:4px;
    float:left;
	background-color: #ffffff!important;
}

.product-quote-desktop {
  display:none;
}

.product-quote-mobile {
  display:none;
}

.product-quote-tablet {
  display:block;
  margin-top:10px;
}

.form-group {
    float:left;
	width:79%;
	padding-left: 4px;
}

.quote-form-group {
  float:left;
  width:100%;
  padding-bottom: 12px;
}

.code {
	display:none;
}
}


@media(max-width: 1220px){
.tab-pane>.row>..col-md-4 {
    width: 31.4%;
    border: 1px solid #cccccc;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom:18px;
	border-radius:4px;
	min-height:480px;
	float:left;
	background-color:#ffffff;
}

.tab-pane>.row>.col-md-3 {
	width: 31.4%;
    border: 1px solid #cccccc!important;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom:18px;
	border-radius:4px;
	min-height:480px;
    float:left;
	background-color: #ffffff!important;
}
}

@media(min-width: 950px){

.col-md-4 {
    width: 33%;
	border-radius:4px;
	float:left;
	background-color:#ffffff;
}

.col-md-3 {
	width: 25%;
	border-radius:4px;
    float:left;
	background-color: #ffffff!important;
}
}



@media (max-width: 1000px){


.footercolumn1 {
    width: 30%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
	min-height: 150px;
}

.footercolumn2 {
    width: 30%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
	min-height: 150px;
}

.footercolumn3 {
    width: 30%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
	min-height: 150px;
}

.footercolumn4 {
    width: 30%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
	min-height: 150px;
}

.footercolumn5 {
    width: 30%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
	min-height: 150px;
}

.footercolumn6 {
    width: 30%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
	min-height: 150px;
}
}



@media (max-width: 992px){
.col-md-2 {
width:31%;
float:left;
padding:4px;
margin-left:8px;
}
}



@media(max-width: 949px){

.accountmenu{
    text-align: center !important;
}

.overlay a {
    padding: 8px;
    text-decoration: none !important;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    color: #cccccc;
    display: block;
    text-transform: uppercase;
    transition: 0.3s;
    font-weight: normal !important;
}

.closebtn {
    position: absolute;
    top: 150px;
    right: 45px;
    font-size: 28px !important;
}

.hs-form-field {
width:33%;
}


.tab-pane>.row>.col-md-4 {
    width: 47.5%;
    border: 1px solid #cccccc;
    margin-left: 6px;
    margin-right: 6px;
	margin-bottom:14px;
	border-radius:4px;
	min-height:450px;
	float:left;
	background-color:#ffffff;
}

.tab-pane>.row>.col-md-3 {
    width: 47.5%;
    border: 1px solid #cccccc;
    margin-left: 6px;
    margin-right: 6px;
	margin-bottom:14px;
	border-radius:4px;
	min-height:450px;
	float:left;
    background-color:#ffffff;
}

.col-md-4 {
    width: 47.5%;
    margin-left: 6px;
    margin-right: 6px;
	margin-bottom:8px;
	border-radius:4px;
	float:left;
	background-color:#ffffff;
}

.col-md-3 {
    width: 47.5%;
    margin-left: 6px;
    margin-right: 6px;
	margin-bottom:8px;
	border-radius:4px;
	float:left;
    background-color:#ffffff;
}

.footerhead {
    font-size: 16px;
}


.lead-date{
	display:none;
}

.lead-company{
	display:none;
}

.lead-address{
	display:none;
}
.lead-city{
	display:none;
}
.lead-state{
	display:none;
}
.lead-postal{
	display:none;
}

.order-invoice-amount{
    display:none;
}

.order-products{
    display:none;
}

.lead-address{
    display:none;
}

.lead-city{
    display:none;
}
.lead-state{
    display:none;
}
.lead-postal{
    display:none;
}
}




@media(max-width: 900px){
 .desktopbanner{
	 display:none
 }
 
  .tabletbanner{
	 display:block
 }
 
  .mobilebanner{
	 display:none
 }
 }



@media(min-width: 768px){
.desktop-tabs{
    display:block;
}
.mobile-tabs{
    display:none;
}
}


@media(max-width: 767px){
.desktop-tabs{
    display:none;
}
.mobile-tabs{
    display:block;
    text-align: center;
}
.nav>li {
    position: relative;
    display: block;
    float: none!important;
}

.btn-large{
  width:100%;
}

.product-quote-tablet {
  display:none;
}

.product-quote-mobile {
  display:block;
}

.col-md-2 {
width:15%;
float:left;
padding-left:4px;
padding-right:4px;
margin-bottom:4px;
}
}


 @media (max-width: 725px){
	.jumbotron {
    margin-top: 114px;
} 
}

@media (max-width: 700px){
.breadcrumb {
  display:none;
}
}


@media(max-width: 600px){
	
.phonenumbernav{
	display:none;	
}

.hs-form-field {
width:50%;
}

.socialnav{
	display:none;	
}

.topnavbar{
	width:80%;
}
	
.col-md-4, .col-md-3 {
    width: 98%;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom:8px;
	border-radius:4px;
}

.tab-pane>.row>.col-md-3 {
    width: 98%;
    border: 1px solid #cccccc;
    margin-left: 6px;
    margin-right: 6px;
	margin-bottom:8px;
	border-radius:4px;
	min-height:200px;
	float:left;
    background-color:#ffffff;
}


.product-quote-tablet {
  display:none;
}

.product-quote-mobile {
  display:block;
}

.order-status{
    display:none;
}

.footercolumn1 {
    width: 47%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn2 {
    width: 47%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn3 {
    width: 47%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn4 {
    width: 47%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn5 {
    width: 47%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn6 {
    width: 47%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}
}

@media(max-width: 500px){
.col-md-2 {
width:14%;
padding-left:2px;
padding-right:2px;
}	
	
.h1 {
    font-size: 34px;
}

.h2{
     font-size:28px;	
}
	
	
.jumbotron{
margin-top:120px;
padding-bottom:0px;
}

.hs-form-field {
    width: 100%;
}

.banner-div{
	margin-top:-60px;
}
.banner-header{
	font-size:26px;
}

.jumbotron p {
    font-size: 16px;
}

.footercolumn1 {
    width: 97%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn2 {
    width: 97%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn3 {
    width: 97%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn4 {
    width: 97%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn5 {
    width: 97%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}

.footercolumn6 {
    width: 97%;
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 240px;}
  .sidenav a {font-size: 18px;}
}
