.aboutStockBoxPadding {
    padding:22px;
}

.centerBoxContent {
    text-align:left;
}

.aboutStockHeading {
    color:#00af41;
    font-weight:700;
}

.boxContent2 {
    display:inline-block;
}

.mapImage {
    float: left;
    padding-top: 9px;
}

.boxPaddingBetweenItems {
    padding-top:18px;
}

.boxPaddingSmallButtonAlign {
    text-align:left;
}

.smallButton {
    font-weight: 700;
    letter-spacing: 1px;
    border:none;
    cursor:pointer;
    width:100%;
    height:64px;
    font-size:22px;
}

/*.logoDiv > img {
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}*/

.greenButton {
      background-color: rgba(0, 175, 65, 0.9);
      color:white;
}

.greenButton:hover {
    background-color:white;
    color:rgb(23, 180, 81);
    transition: 0.2s;
}

.boxBesideMapContent {
    display:inline-block;
    width:100%;
}

.aboutStockHeading {
    font-size:20px;
    letter-spacing:0.6px;
}

.aboutStockText {
    font-size:18px;
    letter-spacing:0.6px;
}

.stockBoxContent {
    display:inline-block;
    text-align:left;
    width:100%;
}



.carContent {
    width:180px;
    border:1px solid black;
    float:left;
    padding:30px;
}

.vehicleBoxSmall {
    padding-top:20px;
    padding-bottom:20px;
}

.aboutCarExtraPaddingSecondLine > .vehicleBoxSmall > .image {
    width: 70%;
    margin: 0 auto;
}



.vehicleBoxSmall > div.text {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.2px;
    text-align: center;
    color: #4a4a4a;
}

.ultraHighPerformanceImage {
    position:relative;
    top:10px;
}

.otrRadialImage {
    position: relative;
    top: 21px;
}

.vehicleBoxSmall > div.image.otrRadialImageDiv {
    width:80%;
    margin: auto;
}

.vehicleBoxSmall > div.image.wheelImageDiv {
    width:51%;
    margin: auto;
}

.vehicleBoxSmall > div.image.commercialLightTruck {
    width: 76%;
    margin: auto;
}

.vehicleBoxSmall {
    padding-left:20px;
    padding-right:20px;
}

.smallForkliftImage {
    position: relative;
    left: 12px;
}

.vehicleBoxSmall {
    cursor:pointer;
}

.vehicleBoxSmall > .text.active {
    color:white;
    background-color:#00af41;
}

.aboutTopDarkBanner {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0.5px;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    margin-bottom:8px;
}

.vehicleBoxSmall > div.image {
    display:none;
}

.vehicleBoxSmall {
    padding:0px;
    text-align:center;
}

.boxLargerPadding {
    padding:22px;
}

.boxLargerText {
    font-size: 18px;
    letter-spacing: 0.5px;
}

.smallCarIconArea {
    max-width:1600px;
    margin:0 auto;
    float:none;
    text-align:center;
}

.logoDiv {
    padding:5.5px;
    position:relative;
}

.mobileExtendButton {
    position:absolute;
    bottom:4px;
    right:0px;
    width: 40px;
    height: 40px;
    border: solid 2px white;
}

.greenerLargeBackground {
    background-image: url('../assets/images/about/About_GreenerTyres.jpg');
    background-size:cover;
    background-repeat:no-repeat;
}

.greenerHeadingShadow {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.downArrow {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.aboutButton {
    cursor:pointer;
}

.aboutHoverText {
    padding-top:10px;
}

.aboutTable {
    margin:0 auto;
}

.aboutTable div.text {
    font-size: 15px;
    line-height:1.1;
}

.aboutTable td {
    cursor:pointer;
    padding-left: 20px;
    padding-right: 20px;
}



.textRows td {
    vertical-align:top;
}

.aboutTable div.text.active {
    color:#00af41;
    /*background-color:transparent;*/
}

.aboutIconImages {
    height:100%;
}

.aboutShowSmall {
    display:table-cell;
}

.aboutHideSmall {
    display:none;
}

.aboutTable div.text {
    font-size:15px;
}

.aboutIconImages {
    height:73%;
}

@media (min-width:1000px) {

    .aboutTable.second td {
        cursor:pointer;
        padding-left: 30px;
        padding-right: 30px;
    }

    .aboutTable.second  {
        margin-bottom:60px;
    }

    .aboutShowSmall {
        display:none;
    }

    .aboutHideSmallOther {
        display:none;
    }

    .aboutHideSmall {
        display:table-cell;
    }

    .aboutIconImages {
        height:59%;
    }


    .aboutTable div.text {
        font-size: 15px;
    }

}

@media (min-width:1131px) {

    .aboutTable div.text {
        font-size:17px;
    }

    .aboutIconImages {
        height:73%;
    }
}



@media (min-width:1306px) {
    .aboutIconImages {
        height:100%;
    }


    .aboutTable div.text {
        font-size: 20px;
    }

}


@media (max-width:767px) {
    .vehicleBoxSmall > div.text {
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #efefef;
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: .8px;
        text-align: center;
        margin-bottom:8px;
    }

    #globalBusinessContent, #greenerTyresContent {
        display:none;
    }

    .mobileHeadingExtendHeight {
        min-height:50px;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .bigBrandsPaddingForSmall {
        padding-left:20.5px;
        padding-right:20.5px;
    }

    .boxLargerText {
        font-size:20px;
        letter-spacing: 0.6px;
    }

    .boxLargerPadding {
        padding:67px;
    }

    .boxBigBrandsPadding {
        padding:40px;
    }

    .aboutTopDarkBanner {
        margin-bottom:29px;
        padding-bottom:20px;
    }

    .vehicleBoxSmall > .text.active {
        color:#00af41;
        background-color:transparent;
    }

    .aboutCarExtraPaddingTopLine {
        padding-left: 45px;
        padding-right: 45px;
    }

    .aboutCarExtraPaddingSecondLine {
        padding-left:45px;
        padding-right:45px;
    }

    .vehicleBoxSmall {
        padding:20px;
        display:inline-block;
        position:relative;
    }

    .vehicleBoxSmall > div.image {

        display:block;
    }

    /*.vehicleBoxSmall > div.text {
        position:absolute;
        bottom:-20px;
        left:0;
        right:0;
    }

    .vehicleBoxSmall > div.text2Line {
        bottom:-49px;
    }*/

    .aboutTopDarkBanner {
        font-size: 24px;
        line-height: 1.33;
        letter-spacing: 0.6px;
        padding-left:80px;
        padding-right:80px;
    }

    .boxBesideMapContent {
        width:auto;
    }

    .stockBoxContent {
        width:auto;
    }

    .boxPaddingBetweenItems {
        padding-top:29px;
    }

    .aboutStockBoxPadding {
        padding:29px;
    }

    .centerBoxContent {
        text-align:center;
    }

    .mapImage {
        width: 189px;
    }

    .aboutStockHeading {
        font-size:22px;
        letter-spacing:0.6px;
    }

    .aboutStockText {
        font-size:18px;
        letter-spacing:0.6px;
    }

    .smallButton {
        width: 300px;
        height: 55px;
        font-size: 18px;
    }

    .boxBesideMapContent {
        padding-left:38px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .bigBrandsPaddingForSmall {
        padding-left:15px;
        padding-right:15px;
    }

    .boxBrandsRightSide {
        padding-left: 40px;
    }

    .aboutTopDarkBanner {
        padding-left:145px;
        padding-right:145px;
    }
    .boxBesideMapContent {
        padding-left:80px;
    }

    .mapImage {
        width: 228px;
    }

    .aboutStockHeading {
        font-size:25px;
        letter-spacing:0.6px;
    }

    .aboutStockText {
        font-size:20px;
        letter-spacing:0.6px;
    }

    .smallButton {
        width: 323px;
        height: 61px;
        font-size: 20px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .smallForkliftImage {
        position: relative;
        left: 0px;
    }

    .vehicleBoxSmall > div.image.otrRadialImageDiv {
        width:80%;
    }

    .mapImage {
        width: 259px;
    }

    .aboutStockHeading {
        font-size:32px;
        letter-spacing:0.6px;
    }

    .aboutStockText {
        font-size:24px;
        letter-spacing:0.6px;
    }

    .smallButton {
        width: 340px;
        height: 64px;
        font-size: 22px;
    }

    .aboutCarExtraPaddingSecondLine {
        padding-left:89px;
        padding-right:89px;
    }
}

@media (min-width: 1350px) {

    .boxLargerText {
        font-size: 24px;
    }
    .boxBrandsRightSide {
        padding-left:92px;
    }

    .boxBigBrandsPadding {
        padding-top:67px;
        padding-bottom:67px;
        padding-left:86px;
        padding-right:165px;
    }

    .aboutCarExtraPaddingTopLine {
        padding-left:50px;
        padding-right:50px;
    }

    .aboutCarExtraPaddingSecondLine {
        padding-left: 130px;
        padding-right: 130px;
        padding-top:73px;
    }
}


.trucks-frist{
    width:100%;
    background-image: url(/goodride-tyres/assets/sprite.png);
    background-position: 0 10%;
    background-size: cover;
    background-repeat: no-repeat;

}

.trucks-frist-car{
    background-position: 0 0;
}
