
 body{
	 background-color:#fafafa;
 }
 
 p {
 font-family: "Arial", sans-serif;
 font-size:12px;
 color:#333333;
 }
 
 a:hover {
	 text-decoration:none;
	 text-transform:bold;
 }
 
 .h1{
    font-family: 'NimbusSanNovDBlaCon';
    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;
	}
	
	
  .h3 {
    font-family: 'NimbusSanNovDMedCon';
    font-weight: normal;
	text-transform:uppercase;
	color: #000000;
	font-size:26px;
	}
	
		
  .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;
 }
 
 .h1-yellow{
    font-family: 'NimbusSanNovDBlaCon';
    font-weight: normal;
	text-transform:uppercase;
	color:#FFDB00;
    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: #FFDB00;
	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!important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #FFFFFF!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-form {
padding-top:4px;
padding-bottom:4px;
background-color: #ccc;
}

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

.navbar-brand {
	background: url(https://images.diversitech-air.com/img/diversitech-logo-300x98.jpg) no-repeat;
	float:left;
	width: 300px !important;
	height: 86px;
	margin-bottom: 10px;
	margin-right: 20px;
}

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


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

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #3E3D3F!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: 120px;
	padding-bottom: 164px;
}

.banner-div{
    position:relative;
    margin-top:-340px;
    opacity:2%;
 }

.navbar-nav {
    margin-top: 24px;
	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;
    font-size: 18px;
	background-color:#FFD700!important;
	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;
}

.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;
}

.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;
}

.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;
}

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

.footer{
margin-top:20px;
height:320px;
background-color:#3E3D3F;
}

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

.fa:hover {
    opacity: 0.7;
}

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

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

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

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

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

.fa-instagram {
  background: #125688;
  color: white;
  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%;
}



@media(min-width: 1150px){
.col-md-4 {
    width: 31.4%;
    border: 1px solid #cccccc;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom:8px;
	border-radius:4px;
	min-height:410px;
	float:left;
	background-color:#ffffff;
}
}

@media(max-width: 1149px){
.col-md-4 {
    width: 47.5%;
    border: 1px solid #cccccc;
    margin-left: 6px;
    margin-right: 6px;
	margin-bottom:8px;
	border-radius:4px;
	min-height:200px;
	float:left;
	background-color:#ffffff;
}
}

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


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


.desktop-tabs{
    display:block;
}
.mobile-tabs{
    display:none;
}
}

@media(max-width: 949px){
    .desktop-tabs{
    display:none;
}
.mobile-tabs{
    display:block;
	text-align:center;
}
.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;
}


.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(min-width: 768px){
.navbar-form .form-group {
    width: 50%;
}

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

}

@media(max-width: 767px){
.form-group {
    float:left;
	width:79%;
	padding-left: 4px;
}
.code {
	display:none;
}
}

@media(max-width: 600px){
.col-md-4 {
    width: 98%;
    border: 1px solid #cccccc;
    margin-left: 8px;
    margin-right: 8px;
	margin-bottom:8px;
	border-radius:4px;
	min-height:200px;
}
.order-status{
    display:none;
}
}

@media(max-width: 500px){
.jumbotron{
margin-top:120px;
padding-bottom:10px;
}

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

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

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