a.explore-link {
    font-size: 12px;
}

.toyota-header .toyota-logo {
    width: 80px;
    margin: 0;
}

.language-selector {
    z-index: 999;
    position: absolute;
    right: 10px;
    top: 30px;
}

.toyota-header .container {
    position: relative;
}

.infotainment-header{
    padding: 0;
}

.mini-menu-toggle{
    left: 40px;
}

.home-button{
    display: inline-block;
    width: 20px;
    margin-top: 20px;
    position: absolute;
    font-size: 2.1rem;
    border-right: 1px solid;
    padding-right: 29px;
    height: 23px;
}

.home .white-12 {
    padding: 20px 0;
}

.toyota-header{
    height: auto;
}

header{
    top: 80px;
}

.product-name{
    padding-top: 20px;
}

.toyota-header{
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 2%, #dddddd 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 2%,#dddddd 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 2%,#dddddd 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */

}

.btnx2 {
    font-family: HelveticaNeueLT-Light;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 25px;
    text-align: center;
    padding: 0 40px;
    width: auto;
    height: 50px;
    letter-spacing: 0.11em;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background: #971518;
    border-color: #850000;
    background-position: 0 0;
    background-size: 100% 400%;
    -webkit-transition: background-position 0.5s;
    -moz-transition: background-position 0.5s;
    transition: background-position 0.5s;
    background-image: -webkit-linear-gradient(-450deg, #f00000 0,#c00 25%,#c00 50%,#c00 100%);
    background-image: linear-gradient(180deg, #f00000 0,#c00 25%,#c00 50%,#c00 100%);
    border-radius: 0;
}