html,body{
	height:100%;
}
body{
	 font-family: 'Helvetica', 'Arial', sans-serif;
}
 #tests h2{
	text-align:center;
	color:#333;
}


h1 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 4rem;
    margin-bottom: 20px;
}
.parallax{
	background-attachment:fixed;
	background-size:100% 100%;
	position:relative;
	background-repeat:no-repeat;
}
.noparallax{
	text-align:center;
}
#tests{
	min-height:100%;
	background-image:url("../images/buildingtest1.jpg");
}


.test{
	margin:2%;
	border: 3px solid rgba(0, 0, 0, .5);
	background:transparent;
	overflow:hidden;
}

.test > a {
	width:100%;
	visibility:hidden;
	opacity:0;
	background-color:#ff5e17;
}
.test:hover > a {
	visibility:visible;
	opacity: 0.8;
	transition: visibility 0s linear 0s, opacity 900ms;	
	margin:0;
}

.testbtn>a{
	width:100%;
}
#tests img{
	margin-left: auto;
	margin-right: auto;
	margin-top:4%;
	display: block;
	position:absolute;	
	right: 0;
    left: 0;
}
.grease>a,.coolant>a{
	height:210px;
	
}
section{
	overflow:hidden;
}

@media (min-width: 992px) {
.down{
	position:absolute;
	bottom:0;
	right: 0;
    left: 0;
	background:rgba(0, 0, 0, 0.6);
}
.brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
}
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
	.test > a {
	visibility:visible;
	opacity:0.8;
}
}
.brand-centered >img{
	height:100%;
	width:auto;
}
#partnerships{
	background-image:url("../images/buisness1.jpg");	
}
.parallax h1{
	color:white;	
	
}
.wrapper{
	padding: 100px 50px;
}
.heading{
	
	margin: 50px 50px;
}
.wrapper-heading{
	padding: 50px 50px;
	
}
.parallax .container-fluid{
	background:rgba(0, 0, 0, 0.6);
}

#sample{
	background-image:url("../images/samplereport.jpg");		
}
#about{
	background-image:url("../images/about.jpg");		
}
#industry{
	background-image:url("../images/industry.jpg");		
}
#contact{
	background-image:url("../images/contact.jpg");		
}
#engine{
	background-image:url("../images/engine1.jpg");		
}
#oiltest{
	background-image:url("../images/oiltest.jpg");		
}

#accountsetup{
	background-image:url("../images/accountSetup.jpg");		
}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }
.carousel-control 			 { width:  4%; }

.text-primary{
	color:rgba(255,94,23, .8)
}
.carousel{
	padding: 10px 0px;
}
.left i {
	position:absolute;
	top:50%;
	left:0;
}
.right i {
	position:absolute;
	top:50%;
	right:0;
}
a{
	color:rgba(255,94,23, .8)
}
.page-content{
	background-color:lightgray;
}

  .icon_wrapper {
    position: fixed;
    top: 40%;
    left: 0px;
    z-index: 99999;
}
.icon_wrapper ul{
	padding:0; 
	
}
.icon_wrapper li{
	list-style-type: none; 
	margin-bottom:20%;
}
.icon_wrapper img{
	width:25px;
}
.list-group-item {
border:1px solid rgba(255,94,23,0.5);}
/*}
.hero{
	background-size:100% 80%
}*/
.down .btn{
	font-size:20px;
}
#listtest{
	background:rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
    h1{
        font-size:30px;
    }
}
#login{
	background-color:#ff5e17;
	color:white;
}
#OnlineGetting{
	background-color:lightgray;
}
.testoil{
	background: no-repeat;
	background-image:url("../images/testoil.jpg");
	background-size:100% 100%;
}
.testfuel{
	background: no-repeat;
	background-image:url("../images/testfuel.jpg");
	background-size:100% 100%;
}
.testgrease{
	background: no-repeat;
	background-image:url("../images/testgrease.jpg");
	background-size:100% 100%;
}
.testcoolant{
	background: no-repeat;
	background-image:url("../images/testcoolant.jpg");
	background-size:100% 100%;
}
footer{
	margin-top:10px;
	background-color:#f5f5f5;
}
footer p{
	color:#333;
}
.noparallax a:hover {
    color: rgba(255,94,23, .8);
}

.noparallax a {
    text-decoration: none;
    color: #333;
}
.parallax a {
    text-decoration: none;
	 color: white;
}
.imgwrapper:{
	position:relative;
	display: inline-block;
}
.industitle{
	position:absolute;
	top:0;
	left:15px;
	right:15px;


	
	height:100%;
}
.imgwrapper:hover .industitle{
	background-color:rgba(255,94,23,0.5);
	background-size:100% 100%;
}
.industitle > p {
	visibility:hidden;
	opacity:0;
	font-size:2rem;
}
.industitle:hover > p {
	visibility:visible;
	opacity: 0.8;
	transition: visibility 0s linear 0s, opacity 900ms, font-size:900ms;	
	margin:0;
	color:white;
}

.reportBtn{

    color: white;
    border-color: white; 
}


#contact-form {
   background-color:#ebebeb;
   padding: 10px 20px 30px 20px;
   max-width:100%;
   float: left;
   left: 50%;
   position: absolute;
   margin-top:30px;
   margin-left: -260px;
   border-radius:7px;
   -webkit-border-radius:7px;
   -moz-border-radius:7px;
    text-align: left;
}
#contact-form input,      
#contact-form label { 
   font-size: 15px;  
   margin-bottom: 2px;
   font-family: Arial, san-serif;
} 
#contact-form input   
{ 
   width:100%;
   background: #fff;
   border: 0; 
   -moz-border-radius: 4px;  
   -webkit-border-radius: 4px;  
   border-radius: 4px;
   margin-bottom: 25px;  
   padding: 5px;  
}  


#contact-form button[type="submit"] {
   cursor:pointer;
   width:100%;
   border:none;
   background:orange;
   color:black;
   margin:0 0 5px;
   padding:10px;
   border-radius:5px;
}
#contact-form button[type="submit"]:hover {
   background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
   background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%); 
}
#contact-form button[type="submit"]:active {
   box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
input:required, textarea:required {  
   box-shadow: none;
   -moz-box-shadow: none;  
   -webkit-box-shadow: none;  
   -o-box-shadow: none;  
} 
#contact-form .required {  
   font-weight:bold;  
   color: #E5E6E7;      
}

@media only screen and (max-width: 580px) {
   #contact-form{
      left: 3%;
      margin-right: 3%;
      width: 88%;
      margin-left: 0;
      padding-left: 3%;
      padding-right: 3%;
   }
}

.error_text
{
    color: red;
}

.submitBtn{ 
    background-color: #FF9842;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 100%;
}

.submitBtn:hover{ 
    background-color: #ffcf5c;
}

