


div.spacer{
  height:80px;
  background: #fff;
}

table.table{
  width: 100%;
}

div.container{

}

input.button-primary{
  background-color:#f2830c!important;
}




/*@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}*/

/*/////////////////////////
Navigation
/////////////////////////*/
.navbar {
  padding-top:0px;
  padding-bottom:0px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.7);
  background: #0672c1;
}

.navbar-dark .navbar-brand>img{
  width: 36vw;
}

.navbar-dark .navbar-nav .nav-link{
  color:#fff;
}

.navbar-dark .navbar-nav .nav-link:hover{
  color:#f2c782;
}

.navbar-expand-lg .navbar-nav{
  float: left!important;
}

button.btn-download{
	background: #fff;
	color: #0b72c1;
	border: none;
	border-radius: 15px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 30px;
	padding: 3px 25px;
}
button.btn-download:hover,active,focus{
	background: #efefef;
	color: #0b72c1;
	border: none;
	border-radius: 15px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 30px;
	padding: 3px 25px;
	box-shadow: 0 0 0 #000;
}
@media (min-width: 992px) and (max-width: 1020px){
	#navbarSupportedContent{
		padding-top: 30px;
	}
	button.btn-download{
		padding: 1px 20px;
		font-weight: normal;
	}
	button.btn-download:hover,active,focus{
		padding: 1px 20px;
		font-weight: normal;
	}
}
@media (max-width: 992px){
	button.btn-download{
		display: none;
	}
}


/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 1024px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
  box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.7);
  background: #0b72c1;
}


/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:2.5rem 0 .5rem 0;
  margin:0 .25rem;
  color:#fff;
}

.navbar-dark .navbar-brand>img{
  height: 6rem;
  width: auto;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
}
  
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block!important;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}

@media screen and (max-width: 1024px) {
    .sideNav{
      display: none;
    }
  }

/*/////////////////////////
Carousel
/////////////////////////*/
div.carousel-inner{
		height: 500px;
}

.carousel-item {
height: auto;
padding-top: 10em;
padding-bottom: 40px;
background: -moz-linear-gradient(150deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(227,227,227,1) 78%, rgba(227,227,227,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(227,227,227,1)), color-stop(19%, rgba(227,227,227,1)), color-stop(78%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(150deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(227,227,227,1) 78%, rgba(227,227,227,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(150deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(227,227,227,1) 78%, rgba(227,227,227,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(150deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(227,227,227,1) 78%, rgba(227,227,227,1) 100%); /* ie10+ */
background: linear-gradient(300deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 38%, rgba(227,227,227,1) 78%, rgba(227,227,227,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E3E3E3', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */}

div.carousel-caption {
  z-index: 9;
  text-align: left;
  color:#0260aa;
}
div.carousel-caption h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.carousel-caption p {
  font-size: 24px;
  font-weight: 300;
}

div.carousel-image>img{
   
  z-index: 9;
}

button.btnSlider{
    background-image: -webkit-gradient(
    linear,left top,right bottom,color-stop(0.22, #FFA43D ),
    color-stop(1, #F2830C));
    background-image: -o-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -moz-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -webkit-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -ms-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: linear-gradient(to left top, #FFA43D 22%, #F2830C 100%);
    color:#fff;
    height:45px;
    width: 180px;
    transition: all 0.3s ease;
}

button.btnSlider:hover,button.btnSlider:active,button.btnSlider:focus{
  color:#fff;
  height:45px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
}

.carousel-indicators li{
  background-color: #0260aa;
}

.carousel-indicators .active{
  background-color: #f2830c;
}

@media only screen and (max-width: 769px) {
    .carousel-item{
      top:40px; 
      width: 100%;
      padding-top: 12em;
      display: none!important;
    }
      div.container-fluid.productContent{
  	padding-top: 4rem;
  }
    div.carousel-image>img{
       
      z-index: 9;
    }
    div.carousel-caption {
      z-index: 9;
      text-align: left;
      color:#0260aa;
    }
    div.carousel-caption h3 {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 15px;
    }
    .carousel-caption p {
      font-size: 16px;
      font-weight: 300;
    }
    .productContent{
    	padding-top: 120px;
    }
}

/*/////////////////////////
Page Content - products
/////////////////////////*/
div.pageContent{
  margin-top: 60px;
  padding-top: 40px;
}

.productContent{
  margin-top: 30px;
  margin-bottom: 3rem;
  padding:0 80px 0 80px;
  background: url(../);
}

div.productCol{
  height:auto;
  margin-bottom: 20px;

}


@media (max-width: 425px) {
  div.productContent{
    padding: 0 5px 0 5px;
  }
  .carousel{
    display: none;
  }
  .productContent{
  	padding-top: 20rem;
  }
}



div.productCard{
  padding:20px;
  transition: all 0.5s ease;
  border:none;
}

div.productCard2{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  padding:20px;
  transition: all 0.5s ease;
}

a.btnProductCard{
  background:#0260aa;
  color:#fff;
  height:auto;
  width:auto;
  margin:0 auto;
  padding: 5px 15px 5px 15px;
  
}

a.btnProductCard:hover{
  background:#096dba;
  color:#fff;
  height:auto;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.5);
}

div.modal-dialog{
  max-width: 600px;
}

div.imgBox{
  height:175px;
  width: 100%;
  padding-top: 20px;
}

div.imgBox>img{
  height:70%;
  width: auto;
  padding-top: 20px;
}

img.card-img-top{
  height:auto;
  width: 100%;
}

h3.titleHead{
  text-transform: uppercase;
  font-size: 38px;
  font-weight: bold;
}

h3.titleHead1{
  text-transform: uppercase;
  color:#fff;
  font-size: auto;

  font-weight: bold;
}

h4.titleHead2{
  text-transform: uppercase;
  color:#0260aa;
  font-weight: bold;
}

.featureText{
  
  font-size: 18px;
  font-weight: bold;
}

div.featureSection{
  padding: 0;
  margin-top: 120px;
  margin-left: 0;
  height:750px;
  margin-bottom: 60px;
}

div.featureLeft{
  padding:0;
  height: 100%;
}

div.featureImg{
  height: 100%;
  overflow: hidden;
}

div.featureImg>img{
  height:100%;
  width: auto;
  overflow: hidden;
}

div.featureRight{
  width: 100%;
  height:700px;
  color: #0a487f;
  background: #f7f7f7;
  padding: 0;
}

.intro-top{
  height: 450px;
  padding: 40px 100px 80px 100px;
}

.intro-bottom{
  background-image: -webkit-gradient(
    linear,left top,right bottom,color-stop(0.22, #FFA43D ),
    color-stop(1, #F2830C));
    background-image: -o-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -moz-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -webkit-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -ms-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: linear-gradient(to left top, #FFA43D 22%, #F2830C 100%);
    color:#fff;
    
    padding: 40px 100px 80px 100px;
}

img.brandImg{
  height:210px;
}

div.featureForm{
  background:#0a487f;
  padding: 40px 100px 20px 100px;
  height:600px;
}

div.featureBrand{
  background:#fff;
  position: absolute;
  padding: 20px 120px 0px 120px;
  bottom: 0;
}


div.featureBrands>h3{
  color:#fff;
}

h1.mt-4{
  color:#0260aa;
}

h4.card-title{
  color:#0260aa;
}

.card-img-top{
  height:150px;
}

h4.productTitle{
  color:#fff;
  background: #0260aa;
  padding: 14px; 
}

div.productFilter{
  padding-right: 0;
}



/*/////////////////////////
sideNav Directory
/////////////////////////*/
li[aria-expanded=true] .fa-chevron-circle-right {
   display: none;
}
li[aria-expanded=false] .fa-chevron-circle-down {
   display: none;
}

li[aria-expanded=true] .fa-chevron-right {
   display: none;
}
li[aria-expanded=false] .fa-chevron-down {
   display: none;
}

a.btnSideNav{
  background:#f2830c;
  color:#fff;
  width: 100%;
}

a.btnSideNav:hover{
  background:#f2830c;
  color:#fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.9);
}

div.sideNav{
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  background:#fff;
  margin-bottom: 40px;
}

ul.sidebar-nav .productItem{
  list-style: none;
  color: #0260aa;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-left: 6px solid #0260aa;
  margin-top: 5px;
  /*-webkit-transition: background-color .1s ease-out;
  -moz-transition: background-color .1s ease-out;
  -o-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;*/
}

ul.sidebar-nav li.productItem2{
  list-style: none;
  color: #0260aa;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-left: 6px solid #0085e5;
  margin-top: 5px; 

}

ul.sidebar-nav .productItemActive{
  list-style: none;
  color: #0260aa;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-left: 6px solid #eb7a00;
  margin-top: 5px; 
}

ul.sidebar-nav .productItemActive{
  list-style: none;
  color: #0260aa;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-left: 6px solid #eb7a00;
  margin-top: 5px; 
}

ul.sidebar-nav .productItem>i{
  text-align: right;
  position: absolute;
  right:20px;
  top: 16px;
}

ul.sidebar-nav li.productItem2>i{
  text-align: right;
  position: absolute;
  right:20px;
  top: 16px;
}

ul.sidebar-nav .productItemActive>i{
  text-align: right;
  position: absolute;
  right:20px;
  top: 16px;
}

ul.sidebar-nav .productItem>a{
  list-style: none;
  color: #0260aa;
}

ul.sidebar-nav li.productItem2>a{
  list-style: none;
  text-decoration: none;
  color: #0260aa;
}

ul.sidebar-nav .productItem:hover{
  list-style: none;
  background:#0260aa;
  color:#fff; 
  text-decoration: none;
}


ul.sidebar-nav .productItemActive:hover{
  list-style: none;
  background:#0260aa;
  color:#fff; 
}

ul.sidebar-nav .productItemActive2{
  list-style: none;
  color: #0260aa;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  border-left: 6px solid #eb7a00;
  margin-top: 5px; 
}

li.slideTitle{
  background:#eb7a00;
  border:1px solid #eb7a00;
  color:#fff;
  text-transform: uppercase;
  padding: 15px 15px 15px 15px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

div.sideContact{
  padding-left: 10px;
}
div.sideContact h5{
    color:#0260aa;
    text-transform: uppercase;
}
div.sideContact p{
    color:#0260aa;
}


/*/////////////////////////
Footer
/////////////////////////*/

footer{
  background:#0260aa;
  text-align: center;
  color:#fff;
  padding: 0 40px 0 40px;
}

footer.footerBottom{
  background: #fff;
  color:#0260aa;
  padding:10px 0 5px 0;
}

.ft-1{
  text-align: left;
}

.ft-2{
  color:#fff;
}
.ft-2:hover{
  color:#ffaf0f;
  text-decoration: none;
}

.ft-2>p{
  margin: .5rem;
}

hr.ft-hr{
  border-top:1px dashed #fff;
  
  margin: 0;
}

@media only screen and (min-width: 1440px){
  div.container{
    max-width: 1440px;
  }
  .navbar-dark .navbar-nav a.nav-link{
    font-size: 26px;
  }
  div.imgBox{
  height:200px;
  width: 100%;
  padding-top: 20px;
}

.intro-top{
  height: 350px;
  padding: 40px 100px 80px 100px;
}

.intro-top>h3.titleHead{
  font-size: 24px;
}

.intro-bottom{
  background-image: -webkit-gradient(
    linear,left top,right bottom,color-stop(0.22, #FFA43D ),
    color-stop(1, #F2830C));
    background-image: -o-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -moz-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -webkit-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -ms-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: linear-gradient(to left top, #FFA43D 22%, #F2830C 100%);
    color:#fff;
    height: 400px;
    padding: 20px 100px 80px 100px;
}

.intro-bottom>h3.titleHead{
  font-size: 34px;
}
h5.bottom-info{
  font-size: 1.4vw;
  line-height: 32px;
}

div.topNav{
  padding-left: 50%;
}

div.featureImg{
  height: 100%;
  overflow: hidden;
}

div.featureImg>img{
  height: 750px;
  overflow: hidden;
}

div.imgBox>img{
  height:85%;
  width: auto;
  padding-top: 5px;
}
  .screen>p{
    font-size: 1em;
  }
  div.carousel-caption {
  z-index: 9;
  text-align: left;
  color:#0260aa;
  padding-top: 20px;
}
div.carousel-caption h3 {
  font-size: 56px;
  font-weight: 700;
  margin-bottom: 15px;
}
.carousel-caption p {
  font-size: 32px;
  font-weight: 400;
}

div.carousel-image>img{
  height:300px; 
  z-index: 9;
}
img.background-slide.img-responsive{
  height: 500px;
  width: 100%;
  padding-top: 100px;
}

}

@media only screen and (max-width: 1440px) and (min-width: 1280px)  {
  div.featureImg{
  height: 100%;
  overflow: hidden;
}

div.featureImg>img{
  height:100%;
  width: auto;
  overflow: hidden;
}
  div.carousel-caption {
  z-index: 9;
  text-align: left;
  color:#0260aa;
  padding-top: 20px;
}
div.carousel-caption h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}
.carousel-caption p {
  font-size: 28px;
  font-weight: 400;
}
div.carousel-inner{
  height: 450px;
}

div.carousel-image>img{
  height:250px; 
  z-index: 9;
}
img.background-slide.img-responsive{
  height: 450px;
  width: 100%;
  padding-top: 100px;
}

  }

@media (min-width: 1026px) and (max-width: 1280px) {
  .nav-container{
    padding: 10px 40px;
  }
    div.carousel-caption {
  z-index: 9;
  text-align: left;
  color:#0260aa;
  padding-top: 20px;
}
div.carousel-caption h3 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
}
.carousel-caption p {
  font-size: 22px;
  font-weight: 400;
}

div.carousel-inner{
  height: 400px;
}

div.carousel-image>img{
  height:200px; 
  z-index: 9;
}

img.background-slide.img-responsive{
  height: 400px;
  width: 100%;
  padding-top: 80px;
}
    div.featureSection{
  padding: 0;
  margin-top: 120px;
  margin-left: 0;
  height:500px;
  margin-bottom: 60px;
}

a.navbar-brand>img{
  width: 100%;
}

div.topNav{
  padding-left: 40%;
}

div.featureLeft{
  padding:0;
  height: 100%;
}

div.featureImg{
  height: 100%;
  overflow: hidden;
}

div.featureImg>img{
  height: 500px;
  overflow: hidden;
}

div.featureRight{
  width: 100%;
  height:500px;
  color: #0a487f;
  background: #f7f7f7;
  padding: 0;
}

.intro-top{
  height: 250px;
  padding: 40px 100px 80px 100px;
}

.intro-top>h3.titleHead{
  font-size: 24px;
}

.intro-bottom{
  background-image: -webkit-gradient(
    linear,left top,right bottom,color-stop(0.22, #FFA43D ),
    color-stop(1, #F2830C));
    background-image: -o-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -moz-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -webkit-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -ms-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: linear-gradient(to left top, #FFA43D 22%, #F2830C 100%);
    color:#fff;
    height: 250px;
    padding: 20px 100px 80px 100px;
}

.intro-bottom>h3.titleHead{
  font-size: 24px;
}
h5.bottom-info{
  font-size: 14px;
  line-height: 22px;
}

img.brandImg{
  height:120px;
  padding: 0 10px;
}
  }

@media (min-width: 979px) and (max-width: 1280px) {
  .nav-container{
    padding: 10px 40px;
  }

  .navbar-dark .navbar-brand>img{
  height: 4rem;
  width: auto;
}


  a.nav-link{
    font-size: 14px;
  }
    div.featureSection{
  padding: 0;
  margin-top: 120px;
  margin-left: 0;
  height:500px;
  margin-bottom: 60px;
}

a.navbar-brand>img{
  width: 100%;
}

div.topNav{
  padding-left: 30%;
}

div.featureLeft{
  padding:0;
  height: 100%;
}

div.featureImg{
  height: 100%;
  overflow: hidden;
}

div.featureImg>img{
  height: 500px;
  overflow: hidden;
}

div.featureRight{
  width: 100%;
  height:500px;
  color: #0a487f;
  background: #f7f7f7;
  padding: 0;
}

.intro-top{
  height: 250px;
  padding: 40px 100px 80px 100px;
}

.intro-top>h3.titleHead{
  font-size: 24px;
}

.intro-bottom{
  background-image: -webkit-gradient(
    linear,left top,right bottom,color-stop(0.22, #FFA43D ),
    color-stop(1, #F2830C));
    background-image: -o-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -moz-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -webkit-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: -ms-linear-gradient(right bottom, #FFA43D 22%, #F2830C 100%);
    background-image: linear-gradient(to left top, #FFA43D 22%, #F2830C 100%);
    color:#fff;
    height: 250px;
    padding: 20px 100px 80px 100px;
}

.intro-bottom>h3.titleHead{
  font-size: 24px;
}
h5.bottom-info{
  font-size: 12px;
  line-height: 18px;
}

img.brandImg{
  height:120px;
  padding: 0 10px;
}
  }

@media (min-width: 768px) and (max-width: 1028px) {
	  div.carousel-caption {
  z-index: 9;
  text-align: left;
  color:#0260aa;
  padding-top: 20px;
}
div.carousel-caption h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}
.carousel-caption p {
  font-size: 16px;
  font-weight: 400;
}

div.carousel-image>img{
  height:150px; 
  z-index: 9;
}
    img.background-slide.img-responsive{
      height: 350px;
      width: 100%;
      padding-top: 60px;
    }

    div.carousel-inner{
      height: 350px;
    }
  }



  

