/* CSS RESET - BEGIN */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* CSS RESET - END */

/* import fonts */

@font-face {
    font-family: CorporateAcondensed;
    src: url("fonts/Corporate_A_Condensed/CorporateACon-Reg.otf") format("opentype");
}

/* end import fonts */

html {
    height: 100%;
}

body {
    background-color: rgba(100, 100, 100, 1.0) !important;
    height: 100%;
}

#main_wrapper {
    margin: 0 auto;
    width: 980px;
    min-height: 100%;
    background-color: rgb(236, 236, 236);
}

#ipad_viewport {
    width: 980px;
    height: 641px;
    background-color: rgb(215, 215, 215);
    position: relative;
}

nav {
    width: 100%;
    height: 90px;
    background-color: rgba(28, 28, 28, 1.0);
}

#mercedez_logo {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    height: 100px;
    padding-left: 50px;
    float: left;
    color: whitesmoke;
}

#mercedez_logo img {
    height: 45px;
    margin-bottom: 10px;
}

#nav_link_wrapper {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 200px;
    height: 100px;
    padding-right: 50px;
    float: right;
    color: whitesmoke;
}

.nav_link {
    text-decoration: none;
    color: whitesmoke;
    font-family: Arial;
    font-size: 14px;
    padding-right: 20px
}

.nav_link:link {
    color: whitesmoke;
}

.nav_link:visited {
    color: grey;
}

.nav_link:hover {
    color: grey;
    text-decoration: none;
}

.nav_link:active {
    color: grey;
}

#main_carousel {
    height: 500px;
    background: rgb(238, 238, 238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
}

/* BEGIN CAROUSEL 1 */

#carousel_1_container {
    background-image: url("Images/isometric%20iPad%20Air%20Space%20Gray.png");
    background-repeat: no-repeat;
    height: 500px;
}

#carousel_1_container aside {
    margin-top: 10%;
    margin-right: 100px;
    width: 260px;
    text-align: left;
    float: right;
}

#carousel_1_container aside h1 {
    font-family: "CorporateAcondensed";
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

#carousel_1_container aside p {
    margin-bottom: 20px;
    font-size: 14px;
}

#carousel_1_container aside button {
    height: 55px;
    width: 150px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#737373));
    background-image: -webkit-linear-gradient(top, #5A5A5A, #737373);
    background-image: -moz-linear-gradient(top, #5A5A5A, #737373);
    background-image: -ms-linear-gradient(top, #5A5A5A, #737373);
    background-image: -o-linear-gradient(top, #5A5A5A, #737373);
    background-image: linear-gradient(to bottom, #5A5A5A, #737373);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5A5A5A, endColorstr=#737373);
}

#carousel_1_container aside button:hover {
    background-color: #3C3C3C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3C3C), to(#4B4B4B));
    background-image: -webkit-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -moz-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -ms-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -o-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: linear-gradient(to bottom, #3C3C3C, #4B4B4B);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3C3C3C, endColorstr=#4B4B4B);
}

#carousel_1_container aside button img {
    float: left;
    height: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
}

#carousel_1_container aside button span:nth-of-type(1) {
    font-size: 10px;
}

#carousel_1_container aside button span:nth-of-type(2) {
    font-size: 17px;
}

/* END CAROUSEL 1 */

/* BEGIN CAROUSEL 2 */

#carousel_2_container {
    background-image: url("Images/White%20iPad%20Air.png");
    background-repeat: no-repeat;
    height: 500px;
}

#carousel_2_container aside {
    margin-top: 7%;
    margin-right: 100px;
    width: 300px;
    text-align: left;
    float: right;
}

#carousel_2_container aside h1 {
    font-family: "CorporateAcondensed";
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

#carousel_2_container aside p {
    margin-bottom: 20px;
    font-size: 14px;
    width: 280px;
}

#carousel_2_container aside button {
    height: 55px;
    width: 150px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#737373));
    background-image: -webkit-linear-gradient(top, #5A5A5A, #737373);
    background-image: -moz-linear-gradient(top, #5A5A5A, #737373);
    background-image: -ms-linear-gradient(top, #5A5A5A, #737373);
    background-image: -o-linear-gradient(top, #5A5A5A, #737373);
    background-image: linear-gradient(to bottom, #5A5A5A, #737373);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5A5A5A, endColorstr=#737373);
}

#carousel_2_container aside button:hover {
    background-color: #3C3C3C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3C3C), to(#4B4B4B));
    background-image: -webkit-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -moz-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -ms-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -o-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: linear-gradient(to bottom, #3C3C3C, #4B4B4B);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3C3C3C, endColorstr=#4B4B4B);
}

#carousel_2_container aside button img {
    float: left;
    height: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
}

#carousel_2_container aside button span:nth-of-type(1) {
    font-size: 10px;
}

#carousel_2_container aside button span:nth-of-type(2) {
    font-size: 17px;
}

/* END CAROUSEL 2 */

/* BEGIN CAROUSEL 3 */

#carousel_3_container {
    background-image: url("Images/you%20app%20here.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: 500px;
}

#carousel_3_container aside {
    margin-top: 7%;
    margin-left: 50px;
    width: 300px;
    text-align: left;
    float: left;
}

#carousel_3_container aside h1 {
    font-family: "CorporateAcondensed";
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

#carousel_3_container aside p {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 14px;
    width: 280px;
}

#carousel_3_container aside button {
    height: 55px;
    width: 150px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#737373));
    background-image: -webkit-linear-gradient(top, #5A5A5A, #737373);
    background-image: -moz-linear-gradient(top, #5A5A5A, #737373);
    background-image: -ms-linear-gradient(top, #5A5A5A, #737373);
    background-image: -o-linear-gradient(top, #5A5A5A, #737373);
    background-image: linear-gradient(to bottom, #5A5A5A, #737373);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5A5A5A, endColorstr=#737373);
}

#carousel_3_container aside button:hover {
    background-color: #3C3C3C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3C3C), to(#4B4B4B));
    background-image: -webkit-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -moz-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -ms-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -o-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: linear-gradient(to bottom, #3C3C3C, #4B4B4B);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3C3C3C, endColorstr=#4B4B4B);
}

#carousel_3_container aside button img {
    float: left;
    height: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
}

#carousel_3_container aside button span:nth-of-type(1) {
    font-size: 10px;
}

#carousel_3_container aside button span:nth-of-type(2) {
    font-size: 17px;
}

/* END CAROUSEL 3 */

/* BEGIN CAROUSEL 4 */

#carousel_4_container {
    background-image: url("Images/Black%20iPad%20Air.png");
    background-repeat: no-repeat;
    height: 500px;
}

#carousel_4_container aside {
    margin-top: 7%;
    margin-right: 100px;
    width: 300px;
    text-align: left;
    float: right;
}

#carousel_4_container aside h1 {
    font-family: "CorporateAcondensed";
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 20px;
}

#carousel_4_container aside p {
    letter-spacing: -1px;
    margin-bottom: 20px;
    font-size: 14px;
    width: 280px;
}

#carousel_4_container aside button {
    height: 55px;
    width: 150px;
    cursor: pointer;
    text-align: left;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    vertical-align: middle;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #d3d3d3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5A5A5A), to(#737373));
    background-image: -webkit-linear-gradient(top, #5A5A5A, #737373);
    background-image: -moz-linear-gradient(top, #5A5A5A, #737373);
    background-image: -ms-linear-gradient(top, #5A5A5A, #737373);
    background-image: -o-linear-gradient(top, #5A5A5A, #737373);
    background-image: linear-gradient(to bottom, #5A5A5A, #737373);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5A5A5A, endColorstr=#737373);
}

#carousel_4_container aside button:hover {
    background-color: #3C3C3C;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3C3C3C), to(#4B4B4B));
    background-image: -webkit-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -moz-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -ms-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: -o-linear-gradient(top, #3C3C3C, #4B4B4B);
    background-image: linear-gradient(to bottom, #3C3C3C, #4B4B4B);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#3C3C3C, endColorstr=#4B4B4B);
}

#carousel_4_container aside button img {
    float: left;
    height: 40px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 3px;
}

#carousel_4_container aside button span:nth-of-type(1) {
    font-size: 10px;
}

#carousel_4_container aside button span:nth-of-type(2) {
    font-size: 17px;
}

/* END CAROUSEL 4 */

#icon_list_container {
    position: absolute;
    bottom: 0;
    height: 120px;
    width: 100%;
}

#icon_list_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(236, 236, 236);
}

#icon_list_wrapper img {
    height: 85px;
}

#icon_list_wrapper ul {
    font-size: 0;
}

#icon_list_wrapper ul li {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    line-height: 95%;
    vertical-align: top;
    border-left: 1px solid grey;
    border-image-source: linear-gradient(rgba(150, 150, 150, 1.0), rgba(255, 255, 255, 0.0) 85%);
    border-image-slice: 30;
}

#icon_list_wrapper ul li:hover {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
    color: rgb(0, 172, 242);
}

.active_carousel_icon {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
    color: rgb(0, 172, 242);
    font-weight: bold;
}

#icon_list_wrapper ul li:last-child {
    border-right: 1px solid grey;
    border-image-source: linear-gradient(rgba(150, 150, 150, 1.0), rgba(255, 255, 255, 0.0) 85%);
    border-image-slice: 30;
}

footer {
    font-family: Arial;
    font-size: 10px;
    color: rgb(153, 153, 153);
    padding: 30px 50px;
}