/* Global Styles */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700');
html, body {
	height: 100%;
	text-align: center;
}
body {
	font-family: 'Montserrat', sans-serif;
}
img {
	max-width: 100%;
}
.fuel-cart-btn {
	padding-top: 45px;
	text-align: center;
}
.fuel-cart-btn a {
	background: #ed0000;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	box-shadow: 0px 0px 31px 3px rgba(0,0,0,1);
	border-radius: 8px;
	line-height: 50px;
	display: inline-block;
	padding: 0 20px;
}
.fuel-cart-btn:hover a {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5151+0,bf1515+100 */
	background: rgb(255,81,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#bf1515', GradientType=0 ); /* IE6-9 */
}
.container {
	width: 95%;
	max-width: 1040px;
	margin: auto;
}
/***** Home Slider Css *****/
.slider {
	background: url(../assets/hero.jpg) no-repeat center;
	position: relative;
	background-size:cover;
	height: 430px;
	background-position:top left;
	color: #fff;
	text-align: left;
}
.slideLogo {
	padding-top: 40px;
}
.slider h2 {
	font-weight: normal;
	font-size: 48px;
	padding-top: 80px;
}
/******* Home Fuel Section Css ********/
.fleet-card {
	background: #ed0000;
	background-position: center;
	padding: 20px 0 35px;
}
.fleet-card h2 {
	text-align: left;
	font-size: 21px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0px 0px 6px #ccc;
}
.fleet-card-text-box {
	margin-top: 30px;
}
.fleet-card-text ul {
	padding-left: 0px;
}
.fleet-card-text ul li {
	display: block;
	line-height: 25px;
	text-align: left;
	padding: 20px 0;
	clear: both;
}
.fleet-card-text ul li ul li {
	padding: 10px 0;
}
.fleet-card-text ul li p strong {
	font-weight: 500;
}
.fleet-card-text ul li img {
	float: left;
	margin-right: 10px;
}
.fleet-card-text ul li p {
	font-size: 18px;
	color: #fff;
	margin: 0px;
}
/******* JP CSS**********/
.fleet-card-text ul > li > ul {
	margin-left: 30px;
}
/******* JP CSS**********/

/******* Home Form Css**********/
.started-form {
	padding: 50px 0 50px;
	color: #000;
}
.started-form h3 {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 0px;
}
.started-form label {
	font-weight: normal;
}
.started-form .form-control {
	background: #fff;
	box-shadow: inset 1px 1px 6px 0px rgba(0,0,0,0.4);
	border: 2px #8d979c solid;
	height: 75px;
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	border-radius: 8px;
	font-weight: 600;
}
.started-form input[type="submit"] {
	width: 100%;
	background: #ed0000;
	border: none;
	border-radius: 10px;
	padding: 20px 15px;
	font-size: 26px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
}
.started-form input[type="submit"]:hover {
	color: #fff;
	cursor: default;
	border: none;
	background: rgb(255,81,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#bf1515', GradientType=0 ); /* IE6-9 */
}
/*.started-form input[type="submit"]:hover { /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff5151+0,bf1515+100
	background: rgb(255,81,81); 
	background: -moz-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%);
	background: -webkit-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%);
	background: linear-gradient(to bottom, rgb(255,81,81) 0%, rgb(191,21,21) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#bf1515', GradientType=0 ); 
}*/

.started-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #000;
}
.started-form .form-control::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.started-form .form-control:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.started-form .form-control:-moz-placeholder { /* Firefox 18- */
 color: #000;
}
.spam-cheak {
	position: relative;
}
.spam-cheak span {
	position: absolute;
	right: 30px;
	bottom: 36px;
	font-size: 18px;
	color: #97999a;
	font-weight: 600;
}
/******* Home Form Tabs Css*******/

.nav-tabs > li {
	float: none;
	display: inline-block;
	margin-bottom: -1px;
	width: 48%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.nav > li > a {
	color: #fff;
	border-radius: 10px;
	border: none;
	padding: 20px 15px;
	text-transform: uppercase;
	cursor: pointer;
}
.nav-tabs {
	border: none;
}
a.redbtn {
	background: #ed0000;
}
a.redbtn:hover, a.yellowbtn:hover {
	color: #fff;
	cursor: default;
	border: none;
	background: rgb(255,81,81); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(255,81,81) 0%, rgb(191,21,21) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5151', endColorstr='#bf1515', GradientType=0 ); /* IE6-9 */
}
a.yellowbtn {
	background: #ed0000;
}
.nav>li>a:focus {
	background: #f29500;
	color: #fff;
}
.nav-tabs>li.active>a.redbtn, .nav-tabs>li.active>a.redbtn:focus, .nav-tabs>li>a.redbtn:focus {
	color: #fff;
	cursor: default;
	background: #bf1515;
	border: none;
	border-bottom-color: transparent;
}
.nav-tabs > li.active > a.yellowbtn, .nav-tabs > li.active > a.yellowbtn:focus, .nav-tabs > li> a.yellowbtn:focus {
	color: #fff;
	cursor: default;
	background: #c70606;
	border: 1px solid none;
	border-bottom-color: transparent;
}
.nav-tabs li.otherText {
	width: 0;
	margin-left: 0px;
	padding: 20px 18px;
	color: #000;
	display: none;
}
.nav-tabs > li:last-child {
	margin-left: 21px;
}
.formHeading {
	font-size: 21px;
	margin: 15px 0 40px;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.6px;
}
#datos {
	display: block;
	height : 0px;
	float: left;
	width: 100%;
	overflow: hidden;
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
}
/******** Home Form placeholder and Captcha Css********/
label.placeholder {
	position: absolute;
	left: 28px;
	top: 27px;
	font-size: 16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-user-select: none;
	-khtml-user-drag: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	pointer-events: none;
}
label.placeholder.active {
	top: 10px;
	font-size: 12px;
}
.captcha {
	position: absolute;
	top: 25px;
	left: 28px;
	font-size: 17px;
	font-weight: normal;
}
.captcha > label {
	font-weight: normal;
}
label.error {
	color: red;
}
#total {
	padding-left: 88px;
}
/***** Home Footer Css ********/
footer {
	padding: 45px 0 70px;
	background: #ed0000;
	color: #fff;
}
.footer-text {
	text-align: left;
}
footer .footer-text p {
	font-size: 16px;
	margin-bottom: 7px;
}
footer .footer-text span {
	font-size: 16px;
}
.footer-img {
	text-align: right;
}
.logoHeading {
	background: #ed0000;
	color: #fff;
	padding: 30px 0;
	box-shadow: 0px 2px 36px 12px rgba(0,0,0,0.4);
}
.logoHeading h2 {
	margin: 0;
	font-size: 53px;
	font-weight: normal;
	letter-spacing: 3px;
}
.logoHeading h2 strong {
	font-weight: 500;
}
.cardLogoSec {
	padding: 40px 0;
	text-align: left;
	position: relative;
}
.fleet-card-img {
	position: absolute;
	right: 18px;
	top: 15px;
}
.fleet-card-img img {
	box-shadow: 0px 7px 83px 6px rgba(255,255,255,0.6);
}
@media(max-width:1200px) {
.nav-tabs > li {
	width: 46%;
}
.fleet-card h2 {
	font-size: 44px;
	margin-top: 7%;
	padding-top: 15px;
}
.logoHeading h2 {
	font-size: 37px;
}
.slider {
	height: 420px;
}
}
@media(max-width:991px) {
.fleet-card-text ul li p {
	font-size: 18px;
	float: left;
	width: 80%;
}
.nav-tabs > li {
	width: 45%;
}
.slider h2 {
	font-size: 44px;
}
.fleet-card h2 {
	font-size: 44px;
	margin-top: 13%;
}
.nav-tabs > li {
	font-size: 14px;
}
.slider {
	height: 350px;
}
.logoHeading h2 {
	font-size: 33px;
}
}
 @media(max-width:767px) {
.fuel-cart-btn a {
	width: 100%;
	font-size: 12px;
}
.fleet-card-img {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	text-align: center;
	margin: auto;
}
.slider {
	height: 80%;
}
.fleet-card h2 {
	margin-top: 20%;
	padding-top: 50px;
	font-size: 40px;
	margin-bottom: 20px;
}
.slider h2 {
	font-size: 40px;
	text-align: center;
	width: 100%;
	left: 0;
	padding: 0px 15px;
}
.nav-tabs li.otherText {
	display: none;
}
.nav-tabs > li {
	font-size: 11px;
}
.nav > li > a {
	padding: 15px 15px;
}
.formHeading {
	font-size: 17px;
}
#contact-form .form-group {
	margin: 0;
}
.footer-text {
	text-align: center;
}
.footer-img {
	text-align: center;
}
.fleet-card-text-box {
	margin-top: 0;
}
.logoHeading h2 {
	font-size: 27px;
}
.cardLogoSec {
	text-align: center;
	padding: 40px 0 130px;
}
}
 @media(max-width:600px) {
.nav-tabs > li {
	width: 47%;
	font-size: 12px;
}
.nav > li > a {
	padding: 20px 0;
}
.fuel-cart-btn {
	padding-top: 0px;
}
.fuel-cart-btn a {
	width: 100%;
	font-size: 10px;
}
.nav-tabs li a span {
	display: block;
}
.started-form input[type="submit"] {
	font-size: 16px;
}
.logoHeading h2 {
	font-size: 19px;
}
.nav-tabs > li {
	width: 47%;
	font-size: 10px;
}
}
 @media(max-width:480px) {
.slider h2 {
	font-size: 30px;
	width: 98%;
}
.fleet-card-text ul li img {
	margin-right: 0px;
	margin-top: 4px;
	width: 40px;
}
.fleet-card h2 {
	font-size: 30px;
	margin-bottom: 10px;
	padding-top: 15%;
}
.nav-tabs > li {
	width: 49%;
	font-size: 11px;
}
.nav > li > a {
	padding: 10px 5px;
}
.nav li:first-child a {
	padding: 10px 40px;
}
.nav-tabs > li:last-child {
	margin-left: 0;
}
.fleet-card-img {
	position: absolute;
	top: 38px;
	right: 0;
	left: 0;
	text-align: center;
}
.spam-cheak span {
	bottom: 40px;
	font-size: 11px;
}
.fuel-cart-btn a {
	height: 45px;
	line-height: 45px;
	margin-top: 10px;
}
.slider {
	height: 60%;
}
.logoHeading h2 {
	font-size: 14px;
}
.fleet-card-img img {
	width: 80%;
}
}
 @media(max-width:380px) {
.nav-tabs > li {
	font-size: 10px;
}
.nav li:first-child a {
	padding: 10px 36px;
}
.nav > li > a {
	padding: 10px 3px;
}
.logoHeading h2 {
	font-size: 14px;
	letter-spacing: 0;
}
}
