/* HEADER */


header {    
    
}

header .logoBar {
	background-color: #000;
    min-height: 140px;
    margin: 0;
    
    box-shadow: 0px 0px 9px 2px #000;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

header .logoBar .logo {
    text-align: right;
}

header .logoBar .logo .bgLogoPush {	
	margin-left: -1000px;
    
    background-color: #fff;
    padding: 20px 40px 20px 1000px;

    
    
    background: #ffffff;
    background: -webkit-linear-gradient(left, #D0D1D3 , #ffffff);
    background: -o-linear-gradient(right, #D0D1D3, #ffffff);
    background: -moz-linear-gradient(left, #D0D1D3, #ffffff); 
    background: linear-gradient(to #D0D1D3, red , #ffffff);
    
        
    border-radius: 91px/190px;
    
}    



header .logoBar .logo img {max-width: 100%; max-height: 100px;}

header .logoBar .content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
	
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    
    
}


header .topMenuBar {
    position: relative;
	background-color: #00853E;
    overflow: overlay;
}

header .midAlign {
    position: absolute;
    right: 15px;
    top: 48px;
}

header .content .right {
	position: absolute;
    right: 30px;
    top: 50%;
    font-size: 15px;
    text-align: right;
    transform: translate(0,-50%);
    padding-top: 15px;
}

header .content .bgSloganImg {
    background-image: url(/_assets/images/template/header-content-bg.png);
    background-position: center left -49%;
    background-repeat: no-repeat;
    background-size: 550px;
    padding: 52px 0;
}

header .content .right p.social img {
	max-height: 25px;
}

header .content .right p.phone {
    color: #00853E;
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 500;
}

header .content .right p.email {
    font-weight: 500;
}

header .slogan {
	color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    padding-left: 53px;
}


#wsgMob h3 {
	color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 20px 5px 0px 5px;
    text-align: center;
    font-weight: 600;
    
}

#wsgMob p.phone a {color: #fff;}

#wsgMob p.phone {
    color: #fff;
    text-align: center;
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 500;
}


/* @media (min-width: 1200px) and (max-width: 1449px) {

    header .logoBar .content {
    	margin-left: 33%;
    }
    
}

@media (min-width: 1500px) and (max-width: 1599px) {

    header .logoBar .content {
    	margin-left: 33%;
    }
    
}

@media (min-width: 1600px) and (max-width: 1699px) {

    header .logoBar .content {
    	margin-left: 31%;
    }
    
}

@media (min-width: 1700px) and (max-width: 1799px) {

    header .logoBar .content {
    	margin-left: 30%;
    }
    
}
@media (min-width: 1800px) and (max-width: 1999px) {

    header .logoBar .content {
    	margin-left: 29%;
    }
    
}

@media (min-width: 2000px) and (max-width: 2199px) {

    header .logoBar .content {
    	margin-left: 27%;
    }
    
} */


@media (min-width: 992px) and (max-width: 1199px) {
    
    header .logoBar .logo .bgLogoPush {
        padding: 27px 40px 27px 1000px;    
    }
    
    header .content .bgSloganImg {
        background-position: center left -98%;
    }
    
    
    
}

@media (min-width: 768px) and (max-width: 991px) {
    
    header .logoBar .logo .bgLogoPush {
        padding: 28px 40px 27px 1000px;
    }
    
    header .content .bgSloganImg {
        background-position: center left -63px;
        background-size: 383px;
        padding: 66px 0;
    }
    
    header .slogan {
        padding-left: 56px;
        font-size: 12px;
    }
    
}


@media (max-width: 767px) {
    
    header .logoBar {
	    position: relative;
	}
    
    header .logoBar .logo { 
        border-radius: 0px 100px 100px 0;
        max-height: 162px;
        
        padding: 28px 42px 28px 15px;
        
        background: #ffffff;
        background: -webkit-linear-gradient(left, #D0D1D3 , #ffffff);
        background: -o-linear-gradient(right, #D0D1D3, #ffffff);
        background: -moz-linear-gradient(left, #D0D1D3, #ffffff); 
        background: linear-gradient(to #D0D1D3, red , #ffffff);
    }
    
    header .logoBar .logo img {
        max-width: 100%;
        max-height: 160px;
    }
    
    header .logoBar .logo .bgLogoPush {
        min-height: 140px;
    }
}




/* WEB FORMS */


.webform label {
	margin-top: 5px;
    margin-bottom: 0;
    font-size: 12px;
}

.webform input[type="text"],
.webform textarea {
	width: 100%;
    font-family: "Prototype",'Titillium Web', sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
    outline: none;
    font-weight: 500;
    resize: none;
    border: 0;
    background-color: #efefef;
    padding: 10px 15px;
    transition: 0.3s ease-in-out;
}

.webform input[type="text"]:focus,
.webform textarea:focus {
	box-shadow: inset 0 -2px 0 0px #399436;

}

.webform input[type="submit"] {
	background: #00853E;
    background: -webkit-linear-gradient(#00853E, #399436);
    background: -o-linear-gradient(#00853E, #399436);
    background: -moz-linear-gradient(#00853E, #399436);
    background: linear-gradient(#00853E, #399436);
    
    border: 0;
    font-family: "Prototype",'Titillium Web', sans-serif;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 17px;

}

.webform input[type="submit"]:hover {
    background: #000;
    cursor: pointer;
}




/* HOME SLIDER */

section.homeSlider {
	background-color: #000;
}




/* BRAND BAR */

section.brandsBar {
	background: #D0D1D3;
    background: -webkit-linear-gradient(left, #D0D1D3 , #ffffff);
    background: -o-linear-gradient(right, #D0D1D3, #ffffff);
    background: -moz-linear-gradient(left, #D0D1D3, #ffffff); 
    background: linear-gradient(to right, #D0D1D3 , #ffffff);
    min-height: 90px;
    padding: 50px 0 10px 0;
}


section.brandsBar .butBox {
	top: -60px;
    text-align: center;
    position: absolute;
    left: 50%;
    width: 250px;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}

section.brandsBar h3 {
	background-color: #00853E;
    color: #fff;
    border-radius: 0px;
    font-family: "Prototype", 'Titillium Web', sans-serif;
    font-weight: 500;
    padding: 10px 10px;
    font-size: 17px;
    transition: 0.2s ease-in-out;
}

section.brandsBar a.button:hover {
	background-color: #000;
    color: #999;
    text-decoration: none;
    
}

section.brandsBar .item {
    position: relative;
	text-align: center;
    margin-bottom: 30px;
}

/* section.brandsBar .item .midAlign {
    position: absolute;
	top: 50%;
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
} */
    
section.brandsBar img {
	max-height: 60px;
    max-width: 100%;
}





/* PAGE CONTENT */

section.pageContent {
	padding: 40px 0;
    font-family: 'Open Sans', sans-serif;   
    font-size: 14px;
}

section.pageContent img {
	max-width: 100%;
}

section.pageContent a {
	color: #000;
	font-weight: bold;    
}

section.pageContent a:before {
	content: ">> ";
    color: #00853E; 
    
}

section.pageContent h1 {
	font-family: "Prototype",'Titillium Web', sans-serif;
    color: #00853E;
    font-size: 28px;
    margin-bottom: 20px;
}

section.pageContent h2 {
	font-family: "Prototype",'Titillium Web', sans-serif;
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
}

section.pageContent h3 {
    font-family: "Prototype",'Titillium Web', sans-serif;
    color: #00853E;
    font-size: 23px;
}


.rightColBox {
	border-radius: 5px;
    padding: 30px 30px 40px 30px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 15px;
}


.rightColBox.green {
    background: #00853E;
    background: -webkit-linear-gradient(#00853E, #399436); 
    background: -o-linear-gradient(#00853E, #399436); 
    background: -moz-linear-gradient(#00853E, #399436); 
    background: linear-gradient(#00853E, #399436); 
}

.rightColBox.red {
    background: #B22416;
    background: -webkit-linear-gradient(#B22416, #ED3326); 
    background: -o-linear-gradient(#B22416, #ED3326); 
    background: -moz-linear-gradient(#B22416, #ED3326); 
    background: linear-gradient(#B22416, #ED3326); 
}

.rightColBox.orange {
    background: #F15A24;
    background: -webkit-linear-gradient(#F15A24, #FBB03B); 
    background: -o-linear-gradient(#F15A24, #FBB03B); 
    background: -moz-linear-gradient(#F15A24, #FBB03B); 
    background: linear-gradient(#F15A24, #FBB03B); 
}



.rightColBox:hover > figure {
	transform: rotate(20deg);
}
    
.rightColBox h3 {
    font-family: "Prototype", 'Titillium Web', sans-serif;
	text-transform: uppercase;
    font-weight: 800;
    color: #fff !important;
    font-size: 17px;
    margin-bottom: 20px;
}

.rightColBox h3:after {
	content: " ▶▶";
    color: #000;
    font-size: 16px;
    appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
}


.rightColBox figure {
    background-size: 50%;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    transition: 0.3s ease-in-out;
}

.rightColBox.green figure { 
	background-size: 40%;
}
.rightColBox.red figure { 
	background-size: 60%;
}

.rightColBox.green figure:hover svg path {fill: yellow;}

.rightColBox.green figure {
    background-image: url("/_assets/images/template/icon_service.svg");
}
.rightColBox.red figure {
    background-image: url("/_assets/images/template/isuzu_white.png");
}
.rightColBox.orange figure {
    background-image: url("/_assets/images/template/icon_key.svg");
}


@media (min-width: 576px) and (max-width: 767px) {	

    section.pageContent h3 {
        font-size: 17px;
    }
    
}


@media (max-width: 575px) {	
    
    .rightColBox {
    	overflow: auto;
    }
    
    .rightColBox figure {
        float: right;
        width: 70px;
        height: 70px;
    }
    
    .rightColBox h3 {
        float: left;
        margin-top: 12px;
        margin-bottom: 0;
        width: 70%;
        font-size: 17px;
    }
    
}



/* TRUCK SALE SLIDER */

section.saleSlider h3 {
    font-family: "Prototype",'Titillium Web', sans-serif;
    color: #00853E;
    font-size: 23px;
}

section.saleSlider a:before {
	content: " "
}

section.saleSlider .master-slider .title {
	width: 100%;
    text-align: center;
    
}

section.saleSlider .master-slider h3 {
	color: #fff;    
    padding-top: 10px;
}


@media (max-width: 575px) {	
    
    section.saleSlider .master-slider h3 {
        font-size: 18px;    
    }
    
}


/* FOOTER */

footer section.subscribe {
    font-family: 'Open Sans', sans-serif;
    padding: 40px 0;
	background-color: #00853E;
}

footer section.subscribe h3 {
    margin-bottom: 0;
    font-family: "Prototype", 'Titillium Web', sans-serif;
    color: #fff;
    font-size: 19px;
	background-color: #00853E;
}


footer section.subscribe input[type="text"] {
	width: 100%;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 14px;
    outline: none;
    border: 0;
    padding: 5px 10px;
    transition: 0.3s ease-in-out;
}

footer section.subscribe input[type="text"]:focus {
	box-shadow: inset 0 -2px 0 0px #399436;

}

footer section.subscribe input[type="submit"] {
	background-color: #000;
    background-image: url(/_assets/images/template/icon_subscribe_submit.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    border: 0;
    padding: 4px 8px;
    position: absolute;
    outline: none;
    right: 15px;
    width: 63px;
    transition: 0.3s ease-in-out;
}

footer section.subscribe input[type="submit"]:hover {
	background-color: #399436;   
    cursor: pointer;
}

footer section.subscribe .social {
	margin-top: 5px;
}

footer section.subscribe .social img {
	max-height: 50px;
}


footer section.copyright {
	background-color: #404041;
    padding: 20px 0;
    font-family: 'Open Sans', sans-serif;
	color: #fff;
    font-size: 12px;
}

footer section.copyright .right {
	text-align: right;
}
	
footer section.copyright a {
	color: #fff;
    text-decoration: none;
    transition: 0.3s ease-in-out
}

footer section.copyright a:hover {
	color: #00853E;
    text-decoration: none;
}







@media (max-width: 767px) {

    footer {text-align: center;}
    
    footer section.copyright .right {
        text-align: center;
        margin-top: 10px;
    }

}

























































