@import url(../includes/fonts.googleapis.com/css_31314aed.css);



html{
	background-color: #ececec;
}
h1,h2,h3,h4,h5,h6, body {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: monospace;
	font-weight: 300; 
}

h1{
	font-size: 50px;
	color: #3d91f9
}
h3{
	color: #3d91f9;
}

p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300; 
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}
body {
	padding-top: 0;
	color:#4c4c4c;
}
#topline {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #c3c3c3;
}
strong{
	font-weight: 600;
}
.padding-top-bottom {
	padding: 60px 0;
}

.padding-top-bottom-applications {
	padding: 90px 0 10px 0; 
}

.padding-top-bottom-steps {
	padding: 30px 0 20px;
}
.padding-top-bottom-uses {
	padding: 60px 0 0px;
}

.padding-top-bottom-products {
	padding: 60px 0;
}
.padding-top-bottom-wheretobuy-bg {
	padding: 90px 0 90px;
}
.padding-top-bottom-wheretobuy {
	padding: 90px 0 68px;
}
.padding-top-bottom-wheretobuy-rightside {
	padding: 0px 0 0px;
}
.padding-top {
	padding: 30px 0 0;
}
.padding-bottom {
	padding: 0 0 60px;
}

h3.center {
	margin: 25px 0 20px 0;
}




#navlogo{
	width:275px;
	margin-top: -4px;
	}
	
a {
	
    color: #A9A9A9;
    text-decoration: none;
}
a:hover, a:focus {
    color: #0035FF;
    text-decoration: none;
}


#emailMessage{
	    font-size: 35px;
    margin-top: 23px;
	color: #3d91f9;
	text-align: center;
	}

	

/* ------------------------ colors ------------------------ */
.gray-bg {
	background-color: #ececec;
}
.dark-bg {
	background-color: #111;
}
.black-bg{
	background-color: #242424;
}

.red-bg{
	background-color: #f12622;
}



/* ------------------------ section ------------------------ */


.section-header h4 {
	margin-top: 0;
}
.section-header{
	margin-bottom: 25px;
    position: relative;
    z-index: 1;
    text-align: center;

}
.section-header h2 {
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
	z-index: 1;
	font-weight: 600;
}

.section-header p {
    color: #888;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 32px;
}


/* ------------------------ image background ------------------------ */




.image-bg2 {
	overflow: hidden;
	background-image: url('../img/Battery_Terminal_Corrision-bg-cpress.jpg');
	background-position: center 16%;
	position: relative;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


.overlay-bg {position: absolute; top: 0; left: 0; right: 0; bottom: 0;  opacity: 0.5;
	background-color: #000;
	z-index: 10;}


.dark-bg a {
	color: #F12622;
}
.light-typo {
	color: #fff;
}
.dark-typo {
	color: #363636;
}

footer {
	padding-left: 15px;
	padding-right: 15px;
}



/* ------------------------ nav bar ------------------------ */
.navbar{
	background-color: #ececec;
	/* background-color: rgba(36,36,36,0.9); */
	border: 0;
	height: 90px;
	border-bottom: 3px solid #fff;

}
.navbar-header{
	/*padding-top: 5px;*/
}
.navbar-header i {
	float: left;
	margin-right: 10px;
	font-size: 21px;
	color: #f12622;
	margin-top: 3px;
}
.navbar-brand {
	/*line-height: 30px;*/
	padding: 0px 0 0 15px;
	/*margin-left: 0;*/
}
.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
        /*margin-left:0;*/
  }
.navbar-collapse{
	 /*padding: 5px 0; */
}

.navbar-nav {
	text-transform: uppercase;
	font-size: 14px;
	/*padding: 5px 0;*/
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-brand	{
	/* color: #888; */
	color: 	#F12622;
	line-height: 30px;
	font-weight: bold;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #f12622;
	background-color: transparent;
}

.media>.pull-left {
	margin-right: 15px;
}

.navbar-inverse .navbar-nav>li>a.active,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
	color: #170103;
	background-color: transparent;
}



.navbar>.container{
	margin-top: 15px;
}

.dropdown{
	padding-top: 13px;
}
.dropdown-toggle{
	background-color: #f12622;
	color: #FFF;
	border: 0;
	font-weight: 300;
}
.dropdown-toggle:hover,.dropdown-toggle:focus,.dropdown-toggle:active, .open .dropdown-toggle.btn-default{
	background-color: #000;
	color: #FFF;
}
.dropdown-menu {
	min-width: 120px;
	background-color: #000;
	border: 0;
	color: #FFF;
}
.dropdown-menu>li>a {
	color:#FFF;
	font-weight: 300;
}
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{
	background-color: #f12622;
	color: #FFF;
}
.navbar-toggle {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-toggle.second{
	padding: 6px 10px 6px 10px;
}


/* ------------------------ secondSection ----------------------*/
section#secondSection{
	
	padding-top:0;
	background-color: #ececec;
	overflow: hidden;
    position: relative;
}

#secondSection>#bg-skew{
	background: #F12622 none repeat scroll 0 0;
    content: "";
    height: calc(100% - 90px);
    position: absolute;
    right: -30%;
    top: 90px;
    transform: skewX(-35deg);
    width: 75%;
    z-index: 1;
}
#secondSection>.container{
	z-index: 2;
	position: relative;
	margin-top: 10px;
}
#secondSection>.container>.row .welcome_text_area{
    margin-top: -65px;
    /* overflow: hidden; */
	position: absolute;
}
	

#secondSection>.container>.row .welcome_text_area h2{
	font-size: 56px;
    font-weight: 700;
    letter-spacing: 0;
	margin-bottom: 15px;
	color: #363636;
}
#secondSection>.container>.row .welcome_text_area p{
	font-size: 20px;
    line-height: 30px;
	color: #888;
}
#secondSection>.container>.row .buyNow a{
	background-color: #f12622;
    border: medium;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px 25px 12px 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}
#secondSection>.container>.row .welcome_text_area2{
	margin-top: 75px;
    /* overflow: hidden;*/
	
}
#secondSection>.container>.row .welcome_text_area2 h2{
	font-size: 60px;
    font-weight: 700;
    letter-spacing: 0;
	margin-bottom: 15px;
	color: #363636;
}
#secondSection>.container>.row .welcome_text_area2 p{
	font-size: 20px;
    line-height: 30px;
	color: #888;
}
#secondSection>.container>.row .welcome_text_area2 a{
	/*background-color: #f12622; 
    border: medium; */
    color: #f12622;
  /*  display: inline-block; */
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    /* margin-bottom: 0;
    margin-right: 0;
    margin-top: 10px;
    padding: 10px 25px 12px 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1; */
}
#secondSection>.container>.row .welcome_area_thumb{
	padding-top: 1px;
	text-align: center;
    margin-left: 25%;
}
#secondSection>.container>.row .contactus_area_thumb{
	padding-top: 5px;
	padding-left: 20px;
	text-align: center;
    margin-left: 25%;
}
.contact-info{
	margin-top: 8%;
}
#secondSection>.container2{
	z-index: 2;
    position: relative;
	padding: 10px 25px 12px 20px;
}
.mainImg{
	
}
.mainImgStamp{
	padding-left:15px;
}


/* ------------------------Applications section ------------------------ */

#applications .padding-top{
	padding-top:30px 0 5px;
}
#applications .holdingbox{
	background:#fff;
	display:block;
	position: relative;
	width:302px;
	height:150px;
	overflow:hidden;
	border: 1px solid #ECECEC;
	border-radius: 5px;
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	padding-left: 5px;
	padding-right: 20px;
	
  }

	#applications .holdingbox:hover {
		border: 1px solid #f12622;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		height: fit-content;
	}

#applications .holdingbox h3{
	padding-left: 9px;
    font-weight: bold;
    color: #f12622;
	margin-bottom: 3px;
	font-size: 18px;
}

#applications .holdingbox p{
	font-size: 15px;
    line-height: 14.3px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 9px;
	/*font-weight: 600;*/
	color: #8c8c8c;
}

#applications .rightbox{
	background:#f12622;
	display:inline-block;
	height:100%;
	position: absolute;
	overflow:hidden;
	right: 0%;
	width: 300px;
	float:none;
	top:0;
  }
#applications .content{
	float:left;
	background:#f12622;
	display:block;
	height:100%;
	position: relative;
	width:30px;
	
  }
  
#applications .content2{
	float:left;
	background:#f12622;
	display:block;
	height:100%;
	position: relative;
	width:270px;
  }

#applications .doubleArrow{
	height: 100%;
    background-image: url(../img/right-arrows.png);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
  }
 .applicationImg{
	height: 100%;
	width: 300px;
	position: relative;
	object-position: -99999px 99999px;
	display: block;
	background-repeat: no-repeat;
  }
  #box2 .applicationImg{
    /*object-position: -20px;*/
  }




#imgBoat {
	background-image: url(../img/applications/600x338/boat-cpress.jpg) !important;
    background-position: 85% 44%;
    background-size: 140% 200%;
}
#imgCar {
	background-image: url(../img/applications/600x338/car-cpress.jpg) !important;
	background-position: 5% 75%;
    background-size: 180% 250%;

}
#imgTruck {
	background-image: url(../img/applications/600x338/truck-cpress.jpg) !important;
	background-position: 60% 53%; 
    background-size: 130% 155%;
}

#imgSnowmobile {
	background-image: url(../img/applications/600x338/snowmobile-cpress.jpg) !important;
    background-position: 49% 100%;
    background-size: 130% 155%;
}
#imgSolar {
	background-image: url(../img/applications/600x338/solar-cpress.jpg) !important;
	background-position: 106% 54%;
    background-size: 110% 135%;
}
#imgExcavator {
	background-image: url(../img/applications/600x338/excavator-cpress.jpg) !important;
	background-position: 85% 53%;
    background-size: 130% 155%;
}


#imgFleet {
	background-image: url(../img/applications/600x338/fleet-cpress.jpg) !important;
	background-position: 60% 53%; 
    background-size: 105% 135%;
}
#imgForklift {
	background-image: url(../img/applications/600x338/forklift-cpress.jpg) !important;
	background-position: 66% 80%;
    background-size: 119% 133%;
}
#imgTerminal {
	background-image: url(../img/applications/600x338/terminal-cpress.jpg) !important;
	background-position: 58% 1%;
    background-size: 150% 200%;
}


#newsletter2 .section-header h3{
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
	font-weight: 600;
	font-size: 30px;
}
}



/* ------------------------------ products -------------------------- */


#special{
	margin-bottom:30px;
}
.special-video{
	height: 510px;
}
.special-video>iframe{
	max-width: 100%;
    width: 100%;
	height: 100%;
	border-radius: 15px;
}

.special_area_description {
    background-color: #F12622;
	color: #fff;
	height: 510px;
	border-radius: 15px;
}
.special_text {
    padding-left: 30px;
    width: 90%;
}
.table {
    display: table;
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
}
.table_cell {
    display: table-cell;
    vertical-align: middle;
}




/* ------------------------------ where to buy -------------------------- */



.red-overlay-bg{
	/*background: #f1262273; */
	background-color: rgba(241,38,34,0.4);
	/*background: #f12622;
	opacity: 0.4; */
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
	
}
.wheretobuyLinks{
	background-color: #fff;
	border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.storeLinks{
    height: 100px;
    width: 100%;
}
.storeLogos{
	margin: 10px auto 0;
}



/* ------------------------ footer ----------------------*/

.paymentMethodImg img {
	margin-left: 5px;
	/*text-align: center;*/
}

/* ------------------------ buttons ----------------------*/


.btn-store {
	border: none;
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
	padding: 12px 23px;
	display: inline-block;
	margin: 12px 10px 10px 0;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: 300;
	outline: none;
	position: relative;
	background: #3d91f9;
	color: #fff;
	border-radius: 5px;
	-webkit-transition:all .3s ease-out;
	-moz-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.btn-store:hover,
.btn-store:focus,
.btn-store:active {
	color: #fff;
	top: 0;
	text-decoration: none;
	background-color:  #3d91f9;
	box-shadow: none;
}
.btn-store.outline {
	background: transparent;
	border:2px solid #f12622;
	box-shadow: none;
	
	color: #f12622;
	text-decoration: none;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
	/* padding: 13px 30px; */
	font-weight: 600;
}
.btn-store.color {
	box-shadow: none;
	text-decoration: none;
	background-color: #F77F00;
}

.btn-store.dark {
	box-shadow: none;
	text-decoration: none;
	background-color: #313a43;
}
.btn-store.dark:hover,
.btn-store.dark:focus,
.btn-store.dark:active {
	top: 0;
	background-color: #1A1F23;
	text-decoration: none;
}
.btn-store.color:hover,
.btn-store.color:focus,
.btn-store.color:active {
	background: #fff;
	background-color: #f75b00;
	top:0;
	text-decoration: none;
}
.btn-store.outline:hover,
.btn-store.outline:focus,
.btn-store.outline:active {
	background: #f12622;
	color:#FFF;
	top:0;
	text-decoration: none;
}
.btn-store.icon-left	[class*=in]{
	margin-right:10px;
}
.btn-store.icon-right	[class*=in]{
	margin-left:10px;
}
.navbar-inverse .navbar-toggle {
	border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #f12622;
}
.ico {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn-store [class*=ico] {
	margin-right: 10px;
}

/* ------------------------ Steps ----------------------*/
#Steps {
	margin-top:30px;
}
.steps h3 {
    color: #170103;
    font-size: 30px;
    font-weight: 600;
}
.steps p {
	padding: 5px 0 20px;
	font-size:22px;
	line-height:32px;
}

/* ------------------------ Uses ----------------------*/

.usesTxt .row{
	padding-bottom:30px;
}
.usesTxt .row p{
    padding-left: 20px;
    padding-right: 20px;

}

.uses h3{
	color: #f12622;
	font-weight: 600;
	
}
.uses p.warning{
	color: #f12622;
	font-weight: bold;
	padding: 0;
	
}
.uses p{
	font-family: sans-serif;
	font-size: 17px;
}
.uses img{
	border-radius: 15px;
    margin-bottom: 10px;
    margin-left: 10px;
}

/* ------------------------ disclaimer ----------------------*/
.disclaimer-heading{
	color: rgba(255,204,0,0.6);
	font-size: 30px;
	margin-top: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.disclaimer-text{
/* color: #19B2FD;*/
color: #ffcc00;
font-size: 14px;
line-height: 18px;
}

/*-------------------------about product----------------*/
.MadeInUSA{
	padding-left: 60px;
	margin-top: 50px;
}
.msds{
	margin-top: 50px;
}
.about_product_discription h3{
	color: #f12622;
    text-transform: uppercase;
	font-weight: 800;
	font-size: 30px;
	padding-bottom: 15px;
}
.about_product_discription h4{
	
    font-size: 30px;
}
.single_about_part:hover {
    border-color: #F12622;
}
.single_about_part {

    border-color: #c9c9c9;
    border-style: solid;
    border-width: 3px;
    /*margin-bottom: 30px;*/
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    -webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	height: 450px;
}
.single_about_part h5{
	font-size: 15px;
    text-align: left;
}
.single_about_part span {
	font-size: 24px;
    display: block;
    padding-bottom: 20px;
}
.single_about_part li {
	text-align: left;
	font-size: 18px;
	padding-bottom: 10px; 
}
.bottleImg:active{
	box-shadow: none;
	webkit-box-shadow: none;
}



/* ------------------------------ testimonial -------------------------- */
/*#testimonial {
	text-align: center;
}*/
.carousel ,
.testimonial{
	z-index: 20;
	height:250px;
}
.carousel-indicators {
	position: absolute;
	bottom: -50px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}
.carousel-indicators li {
	width: 13px;
	height: 13px;
	margin: 0 5px;
	text-indent: -999px;
	cursor: pointer;
	border: 0;
	border-radius: 20px;
	background-color: #BDBDBD;
	opacity: 0.7;
}
.carousel-indicators li.active {
	width: 13px;
	height: 13px;
	 margin: 0 5px;
	background-color: #f12622;
	opacity: 1;
}
.carousel p{
	text-align: left;
	font-size: x-large;
	line-height: 27px;
}
.carousel p:last-child{
	text-align: right;
	font-size: larger;
	padding-right: 3px;

}


/* ------------------------------ Modal window -------------------------- */
.modal-backdrop.in{
	z-index: -2;
}
.bigBottleImgs{
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}



/* ------------------------------ Contact -------------------------- */
.contact-info h2{
	margin-top: 0; 
}
.contactBottle{
	padding-left: 60px;
}


#order-form .form-group label,
#contact-form .form-group label{
	display:none;
	font-size:18px;
	line-height:24px;
	font-weight:100;
	text-align: center;
	/* text-transform:uppercase; */
}
#order-form .no-placeholder .form-group label,
#contact-form .no-placeholder .form-group label{
	display:block;
}
#order-form.controls {
	/* padding:0; */
}
#order-form.no-placeholder .controls,
#contact-form.no-placeholder .controls {
	margin-top:0;
}
#order-form .form-control,
#contact-form .form-control,
.input-group .form-control {
	display:inline;
	background:#fff;
	border:none;
	/* border-radius:5px; */
	outline:none;
	height: 44px;
	font-size:18px;
	line-height:32px;
	color:#aaa;
	font-weight:400;
	vertical-align:top;
	border:2px solid #FFF;
	box-shadow:none;
}

/*.special {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
*/

#order-form.form-group.half-width{
	width:40%;
	float:left;
}
#order-form.btn-store{
	margin: 0;
}
#order-form.form-group{
	/* position:relative; */
}
#order-form.form-group [class*=fa] {
	display:block;
	width:64px;
	position:absolute;
	top:0;
	left:5px;
	color:#eee;
	font-size:24px;
	line-height:52px;
	text-align:center;
	font-weight:300;
	-webkit-transition:color .3s ease-out;
	transition:color .3s ease-out;
}
#order-form.form-group [class*=fa].active{
	color:#ccc;
}
#order-form.no-placeholder .form-group [class*=fa]{
	top:30px;
}
#order-form textarea.form-control,
#contact-form textarea.form-control {
	height:auto;
	max-width:100%;
	min-width:100%;
	font-size:18px;
	font-weight:400;
	line-height:24px;
	padding-top:14px;
	vertical-align:top;
	border:2px solid #FFF;
}
#contact-form .form-control:focus,
#order-form .form-control:focus, 
.input-group .form-control:focus {
	outline:none;
	border: 2px solid #f12622;
}
#order-form .inputError,
#order-form textarea.form-control.inputError,
#newsletter-form .inputError {
	outline:none;
	border:2px solid #F05557;
}

#order-form.error-message {
	position:absolute;
	top:15px;
	right:12px;
	font-size:15px;
	line-height:24px;
	font-weight:400;
	color:#F05557;
	z-index:10;
}
#order-form.no-placeholder .error-message {
	top:0;
}

#main-footer,
#social {
	padding: 15px 0 5px;
}

label.show {
	display: block;
	text-decoration: none;
	/* display: inline; */
}
input[type=radio],input[type=checkbox] {
    margin: 4px 7px 0 0;
    line-height: normal;
    font-size: 21px;
    /* display: inherit; */
    /*float: left;*/
    text-align: center;
}
form p {
	margin-top: 16px;
}


.input-group .input-group-btn .btn{
	margin: 0;
}


.table tbody>tr>td.vert-align {
    vertical-align: middle;
}

/* 320px order-form fix */
#order-form table td:first-child, 
#order-form table th:first-child {
    padding-left: 0;
}
#order-form table td:last-child, 
#order-form table th:last-child {
    padding-right: 0;
}

/* ------------------------------ social links -------------------------- */


#topHeading{
	    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    margin: 0;
    text-indent: -9999px;
}


/* ------------------------------ Media -------------------------- */
 @media (max-width: 1199px) { 
	
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		/*margin-right: -15px;*/
		margin-left: -15px;
	}
	.navbar-nav {
		font-size: 12px;
	}

	#secondSection>#bg-skew {
		right: -33%;
		transform: skewX(-25deg);

	}
	.special-video {
		height: 345px;
	}
	#secondSection>.container>.row .welcome_area_thumb {
		padding-top: 1px;
		text-align: center;
		margin-left: 15%;
	}
	.special_area_description {
		background-color: #F12622;
		color: #fff;
		height: 510px;
		border-radius: 15px;
		width: 48%;
	}
	
	.uses img {
		border-radius: 15px;
		margin-bottom: 51px;
		margin-left: 10px;
		width: 80%;
	}
	.Bottles3Img {
		/* width: 80%; */
		/*object-fit: contain;
		object-position: center;*/
		margin-left: 30px;
	}
	.msds {
	    margin-top: 45px;
    	width: 85%;
    	margin-left: -35px;
	}


}

 @media (max-width: 991px) { 
 	
	header.carousel .fill {
		width: 100%;
		height: 100%;
		background-position: center;
		/*background-size:100%;*/
		background-repeat:no-repeat;
	}




	.navbar {
		height: 80px;
	}
	
	#navlogo{
		width:245px;
		margin-top: -5px;
	}
	
	.navbar-nav {
		font-size: 11px;
	}
	.nav>li>a {
		padding: 10px 5px;
	}
	.languageBtn{
		padding: 3px 5px;
		font-size: 12px;
	}
	.section-header p {
		font-size: 18px;
		line-height: 25px;
	}
	section#secondSection {
		height: 500px;
		
	}
	#secondSection>#bg-skew {
		
		height: calc(100% - 80px);
		right: -33%;
		top: 80px;
	}
	#secondSection>.container {
		margin-top: 10px;
	}
	#secondSection>.container>.row .welcome_text_area2 {
		margin-top: 40px;
	}
	#secondSection>.container>.row .welcome_text_area h2 {
		font-size: 45px;
		
	}
	#secondSection>.container>.row .welcome_text_area2 p {
		font-size: 17px;
		line-height: 20px;
	
	}
	#secondSection>.container>.row .welcome_area_thumb {
		margin-top: 25px;
		margin-left: 5%;
	}
	.special_area_description {
	
		width: 100%;
	}
	
	.mainImg{
		width: 55%;
	}
	.mainImgStamp{
		width: 30%;
		padding-left: 0;
	}



	#applications .holdingbox {
		width: auto;
		height: 150px;
		z-index: 9;
	}
	#applications .holdingbox:hover {
		border: 1px solid #f12622;
		-webkit-transition-duration: 300ms;
		transition-duration: 300ms;
		height: fit-content;
	}
	#applications .rightbox{
		width: 100%;
	  }
	  
	  #applications .content {
		width: 30px;
	}
	#applications .content2 {
		width: 1%;
	}
	.applicationImg {
		height: 100%;
		width: 200px;
	}


	#imgBoat {
		
		background-position: 85% 44%;
		background-size: 131% 130%;
	}
	#imgCar {
		
		background-position: 0% 71%;
		background-size: 195% 216%;
	
	}
	#imgTruck {

		background-position: 60% 53%; 
		background-size: 136% 118%;
	}
	
	#imgSnowmobile {
		
		background-position: 36% 99%;
		background-size: 143% 155%;
	}
	#imgSolar {
		
		background-position: 106% 54%;
		background-size: 101% 139%;
	}
	#imgExcavator {
		
		background-position: 61% 53%;
    	background-size: 181% 165%;
	}
	
	
	#imgFleet {
		
		background-position: 61% 72%;
		background-size: 134% 126%;
	}
	#imgForklift {
		
		background-position: 31% 80%;
    background-size: 143% 134%;
	}
	#imgTerminal {
		
		background-position: 38% 1%;
		background-size: 175% 178%;
	}



	.special-video {
		height: 300px;
		width: 50%;
		margin: 0 auto 15px;
	}
	.table {
		position: relative;
	}
	.special_area_description {
		height: auto;
	}
	.special_text {
		padding-left: 0;
		width: 90%;
		margin: 30px auto;
	}
	.usesTxt{
		margin-left: 3%;
	}
	.uses{
		padding: 0 0 0;
	}
	.uses p {
	
		font-size: 14px;
	}
	.uses img {
		margin-bottom: 37px;
		margin-top: 35px;
		margin-left: 10px;
		width: 100%;
	}

	.carousel, .testimonial {
		z-index: 20;
		height: 222px;
	}
	.carousel-indicators {
		bottom: -50px;

	}
	.carousel p {
		font-size: 20px;
		line-height: 23px;
	}
	.carousel p:last-child {
	
		font-size: 14px;

	}

	.MadeInUSA {
		padding-left: 0px;
		margin-top: 50px;
		width: 90%;
		margin-left: 15px;
	}
	.bottle3{
		z-index: -1;
	}
	.Bottles3Img{
		/*width: 80%; */
		object-fit: contain;
		object-position: center;
		margin-left: -38px;
	}
	.msds {
		margin-top: 50px;
		width: 90%;
		margin-left: 0;
	}
	.red-overlay-bg{
		/*background: #f1262273; */
		background-color: rgba(241,38,34,0.4);
		/*background: #f12622;
		opacity: 0.4; */
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius:0px;
		
	}
	.wheretobuyLinks{
		background-color: #fff;
		border-top-right-radius: 0;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.disclaimer-text {
		text-align: center;
	}
	.contactBottle{
		padding-left: 0;
	}

	#main-footer {
		padding-left: 15px;
	}
	.contact-info {
    margin-top: 10px;
    }

 }
 

@media (max-width: 767px) { 
	
	.mobile-cut{
		display:none;

	}

	.padding-top-bottom {
		padding: 30px 0;
	}
	
	h3 {/* font-size: 18px; */}
	.steps {
		padding-bottom: 40px;
	}
	 header.carousel .carousel {
        height: 70%;
    }
	section#secondSection {
		height: 335px;
	}
	
	.navbar-toggle {
		background: #f12622;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		 max-height: 100%;
		 background: #f12622;
	}
	.nav>li {
		border-bottom: 1px solid #d0100d;
	}
	.nav>li.dropdown {
		
		display: none;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 20px;
		color: #fff;
	}
	.navbar-inverse .navbar-nav>li>a:hover {
		
		color: #888;
	}

	#secondSection>#bg-skew {
		transform: skewX(-18deg);
		height: calc(100% - 80px);
		right: -34%;
		top: 80px;
	}
	.section-header {
		padding: 0 13px;
	}
	section#secondSection {
		height: 100%;
	}
	#secondSection>.container>.row .welcome_text_area {
		position: relative;
	}
	#secondSection>.container>.row .welcome_text_area2 {
		margin-top: 15px;
	}
	#secondSection>.container>.row .welcome_text_area h2 {
		font-size: 28px;
		text-align: center;
	}
	#secondSection>.container>.row .welcome_text_area2 p {
		font-size: 15px;
		line-height: 17px;
		text-align: center;
	}
	#secondSection>.container>.row .buyNow a {
		display: block;
		width: 160px;
    	margin-left: auto;
    	margin-right: auto;
	}
	#secondSection>.container>.row .welcome_area_thumb {
   	 	margin-left: 0%;
    	margin-bottom: 15px;
	}
	.mainImg {
		max-width: 25%;
	}
	.mainImgStamp {
		width: 65px;
		padding-left: 0;
	}
	#applications .holdingbox {
		width: 100%;
		max-width: 480px;
		min-height: 150px;
		margin: 5px auto;
	}
	#applications .content2 {
		width: 1%;
	}
	.applicationImg {
		height: 100%;
		width: 10000%;
	}
	#box2 .applicationImg {
		
	}




	
	#imgBoat {
		
		background-position: 85% 44%;
		background-size: 140% 200%;
	}
	#imgCar {
		
		background-position: 0% 71%;
		background-size: 170% 345%;
	
	}
	#imgTruck {

		background-position: 60% 53%; 
		background-size: 100% 160%;
	}
	
	#imgSnowmobile {
		
		background-position: 49% 100%;
		background-size: 100% 155%;
	}
	#imgSolar {
		
		background-position: 106% 54%;
		background-size: 101% 139%;
	}
	#imgExcavator {
		
		background-position: 85% 53%;
		background-size: 117% 186%;
	}
	
	
	#imgFleet {
		
		background-position: 61% 72%;
    background-size: 101% 156%;
	}
	#imgForklift {
		
		background-position: 66% 80%;
		background-size: 102% 136%;
	}
	#imgTerminal {
		
		background-position: 58% 1%;
		background-size: 150% 200%;
	}



	.special-video {
		height: 300px;
		width: 100%;
		margin: 0 auto 15px;
	}
	.steps {
		padding-bottom: 5px;
	}
	.uses {
		padding: 0 0 60px;
	}
	.usesImgs .row{
		float: left;
		width: 50%;
		padding: 6px 8px;
		margin: 0;
	}
	.uses img {
		margin: 0px;
		width: 100%;
		
	}
	.uses p.warning {
		text-align: center;
	}
	.carousel, .testimonial {
		height: 255px;
	}
	.carousel p {
		font-size: 15px;
	}
	.carousel-indicators {
		bottom: -30px;
	}
	.MadeInUSA {
		padding-left: 0px;
		margin-top: 0px;
		width: 90px;
		margin-left: 0px;
		padding-top: 0px;
		position: absolute;
	}
	.Bottles3Img {
		width: 100%;
		object-fit: contain;
		object-position: center;
		margin-left: 0;
		margin-bottom: -55px;
	}
	.msdsDL{
		position: absolute;
		top: -505px;
		left: 125px;
	}
	.msds {
		margin-top: 55px;
		width: 80%;
	}

	.single_about_part {

		height: 250px;
		position: relative;
		margin-bottom: 15px;
	}
	.single_about_part h4{
		position: absolute;
		width: 255px;
	}
	.bottleImg{
		position: absolute;
		width: 170px;
		margin-left: 45px;
	}
	.bottleImg img{
		width: 70%;
	}
	.goodfor{
		margin-top: 85px;
	}

	.red-overlay-bg{
		/*background: #f1262273; */
		background-color: rgba(241,38,34,0.4);
		/*background: #f12622;
		opacity: 0.4; */
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-bottom-left-radius:0px;
		
	}
	.wheretobuyLinks{
		background-color: #fff;
		border-top-right-radius: 0;
		border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px;
	}
	.contactBottle {
		padding-left: 0;
		width: 110%;
		margin-top: 55px;
	}
	.g-recaptcha{
		transform: scale(0.60);
		-webkit-transform: scale(0.60);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	
	}
}


@media (max-width: 480px) { 
	.copyright {
		width: 100%;
		text-align: center;
	}
	h2 {font-size: 26px;
	}
	#navlogo{
		width:245px;
		}
		.navbar-toggle {
			background: #f12622;
		}
		
		/*.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
			 max-height: 350px;
			 background: #ececec;
		}
		.nav>li {
			border-bottom: 1px solid #bbb;
		}
		.navbar-inverse .navbar-nav>li>a {
			font-size: 20px;
		}*/

		.carousel, .testimonial {
			height: 305px;
		}
		.bottleImg {
			position: absolute;
			width: 140px;
			margin-left: 33px;
			margin-top: 28px;
		}
		.bottleImg img {
			width: 60%;
			
		}
		.usesTxt .row {
			padding-bottom: 0px;
		}
		.red-overlay-bg{
			
			background-color: rgba(241,38,34,0.4);
			
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
			border-bottom-left-radius:0px;
			
		}
		.wheretobuyLinks{
			background-color: #fff;
			border-top-right-radius: 0;
			border-bottom-right-radius: 15px;
			border-bottom-left-radius: 15px;
		}
}	

@media (max-width: 360px) { 
	/*.navbar-toggle {
		background: #f12622;
	}
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		 max-height: 350px;
		 background: #ececec;
	}
	.nav>li {
		border-bottom: 1px solid #bbb;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size: 20px;
	}*/
	
}