@font-face {
    font-family: 'ToyotaDisplayRegular';
    src: url('../fonts/toyotadisplay_rg-webfont.eot');
    src: url('../fonts/toyotadisplay_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyotadisplay_rg-webfont.woff') format('woff'),
         url('../fonts/toyotadisplay_rg-webfont.ttf') format('truetype'),
         url('../fonts/toyotadisplay_rg-webfont.svgz#ToyotaDisplayRegular') format('svg'),
         url('../fonts/toyotadisplay_rg-webfont.svg#ToyotaDisplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ToyotaDisplayBold';
    src: url('../fonts/toyotadisplay_bd-webfont.eot');
    src: url('../fonts/toyotadisplay_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/toyotadisplay_bd-webfont.woff') format('woff'),
         url('../fonts/toyotadisplay_bd-webfont.ttf') format('truetype'),
         url('../fonts/toyotadisplay_bd-webfont.svgz#ToyotaDisplayBold') format('svg'),
         url('../fonts/toyotadisplay_bd-webfont.svg#ToyotaDisplayBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
	color: #fff;
    background: #2d8dc0 url(../img/clouds.png) repeat-x center 30px;
    font-size: 20px;
    font-family: 'ToyotaDisplayRegular', Verdana, Arial, sans-serif;
}

.wrapper {
	width: 94%;
	max-width: 950px;
	margin: auto;
	position: relative;
}

h1, h2 {
    text-align: center;
    font-size: 90px;
    line-height: 90px;
    font-weight: normal;
    margin: 10px 0px;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 100px;
}

h2 > span {
    background: url(../img/element1.png) no-repeat right 65px;
    padding-bottom: 50px;
}


header {
    padding: 180px 0;
    text-align: center;
    font-size: 26px;
}

#toyota_logo {
    display: block;
    position: absolute;
    top: -192px;
    right: 0;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}

footer {
    padding: 40px 0;
    font-size: 18px;
    text-align: left;
    background-color: #fff;
    color: #010101;
}

footer a, footer a:hover {
    color: #010101;
    text-decoration: underline;
}

footer img {
    display: block;
    width: auto;
    max-width: 100%;
    margin-bottom: 7px;
}

#main_content {
    padding: 50px 0;
    min-height: 440px;
}

#main_content .wrapper > div {
    padding-bottom: 50px;
}

.badge_block {
    height: 80px;
}

.badge_body {
    background-color: #c2151c;
    text-align: center;
    font-weight: bold;
    width: 128px;
    height: 80px;
    font-size: 20px;
}

.badge_body > img {
    display: block;
    width: 100%;
    padding-bottom: 15px;
}

.bonus_block {
    background-color: #085e8d;
    padding: 20px 30px 90px;
    text-align: center;
    position: relative;
    font-size: 24px;
}

.bonus_block p {
    font-size: 16px;
}

.bonus_block a {
    display: block;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background-color: #c2151c;
    color: #fff;
    text-decoration: none;
    padding: 15px 10px 12px;
    font-size: 20px;

}

.bonus_block img {
    display: none !important;
}











/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px) {
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}