body,html{text-align: center; margin:0;padding:0;height:100%; background: #272727; font-family: 'Rubik', sans-serif}
a{text-decoration: none; color:red;}

.top{
    z-index: 1;
    background: #272727;
    width: 100%;
    position:fixed;
    top:0;
    height:20%;
    /*background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1));*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&1+50,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 25%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.top img{height:50px; padding:23px 0 18px 0;}

.horizontal-accordion {
    position: absolute;
    width: 100%;
    height:100%;
    padding: 0;
}
.horizontal-accordion ul {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    padding:0;
}
.horizontal-accordion ul li {
    width: 33.333%;
    height: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 100px;
    cursor: pointer;
    transition: width 0.75s;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; /*REMOVE TO GET RID OF EXPANSION*/
    display: table;
    float:left;

}
.horizontal-accordion ul li:first-of-type {
    background-image: url('/image/landing/moto.jpg')
}
.horizontal-accordion ul li:nth-of-type(2) {
    background-image: url('/image/landing/cycle.jpg')
}
.horizontal-accordion ul li:nth-of-type(3) {
    background-image: url('/image/landing/road.jpg')
}
.horizontal-accordion ul li.js-active-accordion {
    width: 70%;
}
.horizontal-accordion ul li a {
    height:100%;
    width:100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#FFF;
    font-size: 2.75em;
    line-height: 1.25em;
}

.horizontal-accordion ul li a:hover span {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

/* ---------------------------- VERTICAL ------------------------------- */
.vertical-accordion {
	display: none;
    position: absolute;
    width: 100%;
    height:100%;
    padding: 0;
}
.vertical-accordion ul {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 auto;
    padding:0;
}
.vertical-accordion ul li {
    height: 33%;
    width: 100%;
    font-size: 12px;
    line-height: 100px;
    cursor: pointer;
    transition: width 0.75s;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; /*REMOVE TO GET RID OF EXPANSION*/
    display: table;
    float:left;

}
.vertical-accordion ul li:first-of-type {
    background-image: url('/image/landing/moto.jpg')
}
.vertical-accordion ul li:nth-of-type(2) {
    background-image: url('/image/landing/cycle.jpg')
}
.vertical-accordion ul li:nth-of-type(3) {
    background-image: url('/image/landing/road.jpg')
}
.vertical-accordion ul li a {
    height:100%;
    width:100%;
    display: table-cell;
    vertical-align: bottom;
    text-align: left;
    color:#FFF;
    font-size: 2.75em;
    line-height: 1.25em;
	padding: 0 0 50px 30px;
}

.vertical-accordion ul li a span {
	border:solid 1px #FFF; 
	background: #272727;padding:15px;
}


/* ------------------------*/


.bottom{z-index: 1; color:#FFF; background: #272727; width:100%; position:fixed; bottom:0; height:10%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,1+50 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 75%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 75%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    display: table;

}
.bottom .content{display: table-cell; text-align: center; font-size: 2em; vertical-align: bottom;padding-bottom:2%;}

/* ------------------------*/

@media only screen and (max-width: 1080px) {
	.top{ /* FF3.6-15 */
    background: -webkit-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 50%);
    background: -o-linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 50%);
    background: linear-gradient(rgba(0,0,0,1) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,0) 50%); /* Chrome10-25,Safari5.1-6 */
	}
    .top img{height:auto; width: 60%;}
    .horizontal-accordion ul li a {vertical-align:bottom;padding-bottom: 100%;}
	.vertical-accordion ul li:first-of-type{}
	.bottom{display: none;}
	.horizontal-accordion{display:none;}
	.vertical-accordion{display:block;}
}