body{
    margin:0;
    padding:0;
    font-family: 'Open Sans', sans-serif;
    line-height: 155%;
    color: #1d1d1d;
}

.clear{
    clear:both;
}

img{
    width:100%;
    display:block;
}

/* INDEX STYLE GOES HERE */

#video{
    overflow: hidden;
    min-width: 100%;
    position:relative;
    font-size:0;
    }

#video video{
    width:100%;
    display:block;
}

#video .logo{
    position: absolute;
    color:white;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    top:25%;
    font-size:70px;
}

.index-main{
    max-width:1100px;
    margin:0 auto;
    font-size:0;
}

.index-main .personality-list .personality{
    display:inline-block;
    width:30%;
    height:250px;
    margin-bottom:30px;
    font-size:initial;
    margin-right:3%;
    background-position: center;
    background-size: cover;
}

.personality-list .personality:nth-child(3n+3){
    margin-right:0;
}

.personality-list a p{
    text-align: center;
    font-size:2.5em !important;
    color:white;
    font-weight:900;
    text-decoration:none;
    position:absolute;
    top:25%;
    margin:0 25px;
    line-height: 100%;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 1);
}

.personality-list a{
    position:relative;
}

.personality-list a:hover{
    opacity:.65;
}

.mission-statement{
    line-height: 100%;
}

.index-main h1{
    font-size:40px;
    text-align: center;
    margin:0 15% 50px 15%;
}

.house{
    width:100%;
    height:500px;
    margin-top:50px;
    background-color:lightgray;
    font-size: initial;
}


/* LIST STYLE GOES HERE */

.list-main{
    max-width:1100px;
    margin:80px auto;
}

.list-filter{
    width:18%;
    margin-right:7%;
    float:left;
    margin-top:-30px;
}

.list-results{
    width: 75%;
    float:left;
    font-size:0;
}

.filter{
    cursor: pointer;
}

.filter .filter-options{
    transition-duration: 700ms;
}

.filter-closed .filter-options{
    height:0;
    overflow:hidden;
    transition-duration: 700ms;
}

.listitem{
    display:inline-block;
    width:29%;
    font-size:initial;
    margin-right:6.5%;
    vertical-align:top;
    text-decoration:none;
    color:inherit;
}

.listitem .picture{
    margin-bottom:5px;
    background-color:#999ba7;
    border: 10px solid #f5f5f6;
}

.listitem .picture img{
    opacity:.9;
}

.listitem h2{
    font-size:1em;
    font-weight:600;
    margin:10px 0 2px 0;
    line-height: 130%;
}

.listitem h3{
    font-size:.85em;
    font-weight:400;
    margin:0 0 60px 0;
}

.listitem:nth-child(3n+3) {  
    margin-right:0;
}

.list-filter .filter-name{
    border-bottom:1px solid darkgray;
    margin-bottom:5px;
    position:relative;
}

.list-filter .filter-name h3{
    font-weight:400;
    font-size:1em;
    text-transform: uppercase;
    margin: 30px 0 3px 0;
}

.list-filter .filter-options{
    font-size:.85em;
    font-weight:300;
}

.filter-arrow{
    position:absolute;
    top:25%;
    right:0;
}

.arrow-up {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 9px solid #515151;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #515151;
}

.filter-options button{
    margin-left:10px;
}

/* DETAIL STYLE GOES HERE */
.detail{
    margin:80px auto;
    max-width:1100px;
}

.detail-bike .picture{
    width:65%;
    float:left;
}

.detail-bike .text{
    width:30%;
    float:left;
    margin-left: 5%;
    margin-top:250px;
}

.colors .circle{
    width:12px;
    height:12px;
    border-radius: 6px;
    display:inline-block;
    margin-right:8px;
    border:1px solid lightgray;
}

.colors .colors-selected{
    border:1px solid darkgray;
}

.detail .picture .picture-small{
    max-width:100px;
    display:inline-block;
    margin-right:10px;
    background-color:#999ba7;
    border: 5px solid #f5f5f6;
    margin-top:10px;
}

.detail .picture .picture-large{
    background-color:#999ba7;
    border: 10px solid #f5f5f6;
}

.detail .picture img{
    opacity:.9;
}


.detail p{
    font-size:.85em;
}

.detail h2{
    font-size:1.2em;
    font-weight:600;
    line-height: 130%;
    margin:0 0 5px 0;
}

.detail h3{
    font-size:1em;
    font-weight:400;
    margin:0 0 25px 0;
}

.detail .button{
    text-transform: uppercase;
    background-color:#d10715;
    padding:6px 15px;
    border-radius:4px;
    display:inline-block;
    margin-top:15px;
    font-weight:700;
    color:white;
}

.detail-detail-name{
    position:relative;
}

.detail-detail h2{
    font-weight:400;
    font-size:1em;
    text-transform: uppercase;
    border-bottom:1px solid darkgray;
    margin: 30px 0 3px 0;
}

.detail-closed .detail-detail-detail{
    height:0;
    overflow:hidden;
    transition-duration: 700ms;
}

.review{
    margin:30px 0 30px 0;
}

.review .star{
    width:120px;
    margin-bottom:10px;
}

.review .text p{
    font-size:.85em;
    margin:0 0 6px 0;
}

.review .text h4{
    font-size: .85em;
    font-weight:700;
    margin:0;
    margin-bottom:6px;
}



/* NAV STYLE GOES HERE */


#nav{
    top:0;
    left:0;
    position: fixed;
    z-index: 201;
    width:100%;
    background-color:#d10715;
    height:28px;
    padding:10px 0;
    margin-bottom:50px;
    z-index: 200;
}

.nav-wrapper{
    max-width:1100px;
    margin: 0 auto;
}

.logoinner{
    width:40%;
    margin: 0 auto;
}

.nav.logo img{
    height:25px;
    width:auto;
}

.nav{
    float:left;
    font-weight:500;
    text-transform: uppercase;
    font-size:1.1em;
    margin-left:40px;
    text-decoration:none;
    color:white;
    margin-top:2px;
}

.nav.logo{
    margin-top:0;
    margin-left:0;
}

/* FOOTER STYLE GOES HERE */

footer{
    margin-top:60px;
}