/* Global Styles */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
html, body {
	height: 100%;
	text-align: center;
}
body {
	font-family: 'Open Sans', sans-serif;
}
img {
	max-width: 100%;
}
/*****Header*******/
.header {
	padding: 30px 0;
	border-bottom: 3px solid #8cc63f;
}
.header a img {
	display: inline-block;
	width: 150px;
	margin-right: 30px;
}
.navbar-brand {
	text-align: left;
}

.fuel-cart-btn a {
    background: #8cc63f;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    height: 70px;
    border-radius: 8px;
    line-height: 1;
    width: 320px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.fuel-cart-btn:hover a {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
}
/***** Home Slider Css *****/
.slider {
    position: relative;
    background-size: cover;
    height: 200px;
    color: #fff;
    text-align: left;
    border-top: 16px solid #1D1D1D;
}
.slider-container {
	position: relative;
	height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.slider h2 {
    font-size: 29px;
    font-weight: 300;
    width: calc(100% - 380px);
    margin: 0;
    color: #323E48;
    text-align: center;
    padding-bottom: 15px;
}
.slider h2 span {
}
.slider p {
	font-size: 18px;
	width: 32%;
	position: absolute;
	bottom: 20px;
}
.slider p:before {
	content: "";
	display: block;
	height: 2px;
	width: 180px;
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0085ca+0,ff2a00+100 */
	background: rgb(0,133,202); /* Old browsers */
	background: -moz-linear-gradient(left, rgb(0,133,202) 0%, rgb(255,42,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgb(0,133,202) 0%, rgb(255,42,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgb(0,133,202) 0%, rgb(255,42,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085ca', endColorstr='#ff2a00', GradientType=1 ); /* IE6-9 */
}
.slider-btn a {
	position: absolute;
	bottom: 31px;
	right: 20px;
	background: #dd281d;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	border-radius: 8px;
	line-height: 50px;
	width: 200px;
	display: inline-block;
	text-align: center;
}
.slider-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 */
}
/******* Home Fuel Section Css ********/


.features-row {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}
.features-row.last-bullet {
    justify-content: center;
    width: 70%;
}
.ft-text {
    font-size: 25px;
    color: #fff;
    line-height: 1.15;
    font-weight: bold;
    margin: 0;
    width: 100%;
}
img.ft-icon {
    max-width: 100px;
}

.left-item {
    text-align: left;
    padding-right: 30px;
}
.left-item img.ft-icon {
    padding-right: 30px;
}
.right-item {
    text-align: right;
    padding-left: 30px;
}
.right-item img.ft-icon {
    padding-left: 30px;
}

.left-item, .right-item {
    display: flex;
    align-items: center;
    flex: 1;
}

.fleet-card {
	background: #8cc63f;
	background-position: center;
	padding: 20px 0 35px;
	position: relative;
}
.fleet-card h2 {
	font-size: 56px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0px 0px 6px #ccc;
	text-align: left
}
.fleet-card-text-box {
	margin-top: 30px;
}
.fleet-card-img {
    text-align: right;
    margin-top: -205px;
    padding-bottom: 20px;
}
.fleet-card-img img {
    border-radius: 0px;
    max-width: 220px;
}
.fleet-card-text ul {
	padding-left: 0px;
}
.fleet-card-text ul li {
	display: block;
	line-height: 25px;
	text-align: left;
	padding: 15px 0;
	clear: both;
}
.fleet-card-text ul li ul li {
	padding: 10px 0;
}
.fleet-card-text ul li img {
	float: left;
	margin-right: 10px;
}
.fleet-card-text ul li p {
	font-size: 18px;
	color: #fff;
	margin: 0px;
	float: left;
    width: 85%;
}
/******* JP CSS**********/
.fleet-card-text ul > li > ul {
	margin-left: 30px;
}
/******* JP CSS**********/

/******* Home Form Css**********/
.started-form {
	padding: 30px 0 50px;
	color: #fff;
}
.started-form h3 {
	font-size: 46px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 0px;
}
.started-form .form-control {
	background: #f0f0f0;
	border: 2px #8d979c solid;
	height: 75px;
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	border-radius: 8px;
	font-weight: 600;
}
.started-form input[type="submit"] {
	width: 100%;
	background: #8cc63f;
	border: none;
	border-radius: 10px;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	outline: none;
}
.started-form input[type="submit"]:hover {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
}

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

.nav-tabs > li {
	float: none;
	display: inline-block;
	margin-bottom: -1px;
	width: 100%;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.nav > li > a {
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 20px 15px;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 50px;
    background: #cf2d21;
    font-size: 22px;
}
.nav-tabs {
	border: none;
}
a.redbtn {
	background: #bf1515;
}
a.redbtn: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: #6555b0;
}
.nav>li a.yellowbtn:hover {
	background: #bf1515;
}
.nav>li>a:focus {
	background: #bf1515;
}
.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.otherText {
	width: 0;
	margin-left: 0px;
	padding: 20px 18px;
	color: #000
}
.formHeading {
	font-size: 18px;
	margin: 15px 0 40px;
	color: #000;
}
#datos {
	display: block;
	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;
	color: #555;
}
label.placeholder.active {
	top: 10px;
	font-size: 12px;
}
.captcha {
	position: absolute;
	top: 25px;
	left: 28px;
	font-size: 17px;
	color: #555;
	font-weight: normal;
}
.captcha > label {
	font-weight: normal;
}
label.error {
	color: red;
}
#total {
	padding-left: 88px;
}
.asterisk_text {
    text-align: center;
    color: black;
}

/***** Home Footer Css ********/
footer {
    padding: 45px 0 70px;
    background: #323E48;
    border-top: 6px solid #8DC649;
    color: #898989;
}
.footer-text {
	text-align: left;
}
footer .footer-text p {
	font-size: 16px;
	margin-bottom: 7px;
	color: #8DC649;
}
footer .footer-text span {
	font-size: 16px;
}
.footer-img {
	text-align: right;
}
@media (min-width: 1480px)
{.container {    width:90%;
	margin:auto;
}}


@media(max-width:1200px) {
    .header a img {
        display: inline-block;
        width: 120px;
        margin-right: 30px;
    }
    .slider h2 {
        font-size: 24px;
    }
    .ft-text {
        font-size: 20px;
    }
    .slider h2 {
        width: calc(100% - 330px);
    }
}
@media(max-width:991px) {
    .features-row.last-bullet {
        width: 100%;
    }
    .left-item, .right-item {
        padding-left: 0;
        padding-right: 0;
    }
    .left-item, .right-item {
        flex: auto;
    }
    .slider h2 {
        font-size: 19px;
    }
    .nav > li > a {
        font-size: 18px;
    }
    .fleet-card-img img {
        max-width: 300px;
    }
    
    .features-row {
        flex-direction: column;
        margin-top: 0;
    }
    .right-item {
        flex-direction: row-reverse;
        text-align: left;
        align-self: flex-start;
    }
    .right-item img.ft-icon {
        padding-left: 0px;
        padding-right: 30px;
    }
    .left-item, .right-item {
        margin-top: 10px;
    }
    .features-row br {
        display: none;
    }
}
 @media(max-width:768px) {
	 .fuel-cart-btn a{ width:100%; font-size:12px;}
.fleet-card-img {
    position: absolute;
    top: -14%;
    right: 0;
    left: 0;
    text-align: center;
}
.slider {
    height: 60%;
 }
 .fleet-card h2 {
    margin-top: 10%;
    padding-top: 70px;
	font-size:40px; margin-bottom:20px;
}
.slider h2{ font-size:30px; 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;
}
.header a img {
    display: inline-block;
    width: 91px;
    margin-right: 9px;
}

}
 @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;}
}
 @media(max-width:480px) {
.slider h2 {
    font-size: 26px;
    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: 25%;
}
.nav-tabs > li {
    width: 49%;
    font-size: 10px;
}
	 .nav > li > a {
    padding: 10px 0px;
}
.nav-tabs > li:last-child {
    margin-left: 0;
}
.fleet-card-img {
    position: absolute;
    top: -10%;
    right: 0;
    left: 0;
    text-align: center;
	    width: 90%;
    margin: auto;
}
.spam-cheak span {
    bottom: 40px;
    font-size: 11px;
 }
 .fuel-cart-btn {
    padding-top: 30px;
}
.fuel-cart-btn a{ height:45px; line-height:45px;}
}
 @media(max-width:380px) {

.nav-tabs > li {
    font-size: 12px;
}
.nav-tabs > li:last-child a {
    padding: 10px 47px;
}
.fleet-card-img {
    top: -8%;
 
}
.fleet-card-img {
    top: -8%;
 
}

}

 
 


.container {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}
.header .col-xs-6 {
    padding: 0;
}

.header img.cdl-logo {
    width: 130px;
    box-sizing: border-box;
    margin-right: 15px;
    border-right: 2px solid #000000;
    padding-right: 20px;
}
.header img.fcs-logo {
    width: 90px;
}
.header a:hover {
    text-decoration: none;
}

.footer-img img {
    max-width: 260px;
}

p.form-headline {
    color: #fff;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 22px;
}
.form-headline a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 20px 15px;
    line-height: 1;
    background: #1D1D1D;
}
.form-headline a:hover {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.2) inset;
}

.header .container {
    position: relative;
}
.language-selector {
    position: absolute;
    top: -25px;
    right: 0;
}
.language-selector a {
    color: #000;
    text-decoration: none;
}

@media(max-width:991px) {
    .header img.cdl-logo {
        width: 160px;
    }
}

@media screen and (max-width: 768px) {
    p.form-headline {
        font-size: 18px;
    }
    .form-headline a {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 15px 10px;
        line-height: 1;
    }
    .header img.cdl-logo {
        width: 120px;
    }
    .header img.fcs-logo {
        width: 60px;
    }
    .slider, .slider-container {
        height: auto;
    }
    .slider-container {
        justify-content: flex-start;
        padding: 20px 0 150px;
    }
    .fleet-card-img {
        position: static;
        margin-top: -150px;
    }
    .slider h2 {
        font-size: 29px;
        padding: 0px 10px 10px;
    }
    .fleet-card-img img {
        max-width: 260px;
    }
    .nav-tabs > li {
        width: 100%;
        display: block;
    }
    .nav > li > a {
        display: block;
        padding: 12px 8px;
    }
    .ft-text {
        font-size: 18px;
    }
    .left-item, .right-item {
        margin-top: 20px;
    }
    .right-item img.ft-icon {
        padding-right: 20px;
    }
    .left-item img.ft-icon {
        padding-right: 20px;
    }
    img.ft-icon {
        max-width: 80px;
    }
    .started-form {
        padding: 20px 0 10px;
    }
    .nav > li > a {
        margin-bottom: 40px;
    }
    .fuel-cart-btn a {
        width: 100%;
        font-size: 14px;
    }
    .fuel-cart-btn a {
        width: 100%;
        font-size: 14px;
        height: auto;
        padding: 10px;
        max-width: 300px;
    }
    .footer-img img {
        max-width: 180px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 568px) {
    .header img.cdl-logo {
        width: 90px;
        box-sizing: border-box;
        margin-right: 10px;
        border-right: 2px solid #000000;
        padding-right: 10px;
    }
    .header img.fcs-logo {
        width: 40px;
    }
}

@media screen and (max-width: 480px) {
    p.form-headline {
        font-size: 16px;
    }
    .nav > li > a {
        font-size: 16px;
    }
    .ft-text {
        font-size: 14px;
    }
    img.ft-icon {
        max-width: 60px;
    }
    .slider h2 {
        font-size: 22px;
        padding: 0px;
        width: 100%;
        padding-bottom: 10px;
    }
    .fuel-cart-btn a {
        font-size: 12px;
        padding: 10px 5px;
        line-height: 1;
    }
    .header img.cdl-logo {
        width: 80px;
        box-sizing: border-box;
        margin-right: 5px;
        border-right: 1px solid #000000;
        padding-right: 10px;
    }
    .header img.fcs-logo {
        margin: 0;
    }
    .fuel-cart-btn a {
        font-size: 11px;
        line-height: 1;
        width: 90%;
    }
    .fuel-cart-btn {
        padding-top: 0px;
    }
    .header {
        padding: 12px 0;
    }
    .language-selector {
        position: absolute;
        top: 40px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}
 


