#home_moneyshot {
    height: 536px;
    background-repeat: repeat-x;
    overflow: hidden;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    z-index: 3;
}

#home_moneyshot .scroller {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 536px;
    background: #303030;
}

#home_moneyshot .inner {
    width: 99999em;
    position: absolute;
}

#home_moneyshot .home_image {
    float: left;
    position: relative;
    min-width: 500px;
}

#home_moneyshot .headings {
    display: inline-block;
    position: absolute;
    top: 163px;
    left: 0;
}

#home_moneyshot h2,
#home_moneyshot h3 {
    background: url(../img/textures/red_repeat.jpg) top left repeat #540000;
    text-transform: uppercase;
    color: #fff;
    float: left;
}

#home_moneyshot h2 {
    text-shadow: 0 0 2px #fff;
    font-size: 106px;
    line-height: 106px;
    display: block;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 16px;
    position: relative;
}

#home_moneyshot h2.two {
    top: -15px;
}

#home_moneyshot h3 {
    display: block;
    font-size: 13px;
    margin-top: -22px;
    padding: 10px 20px 10px 13px;
    text-shadow: none;
    max-width: 240px;
}

#home_navi {
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    z-index: 15;
}

#home_navi .navi {
    display: inline-block;
}

#home_navi .navi a {
    float: left;
    cursor: pointer;
    background: url(../img/misc/navi_states.png) top left no-repeat;
    display: block;
    width: 13px;
    height: 14px;
    margin-right: 16px;
}

#home_navi .navi a.active {
    background: url(../img/misc/navi_states.png) top right no-repeat;
}

#sick_clique {
    background: #f3f1dd;
    padding: 0;
    position: relative;
    z-index: 1px;
    -webkit-box-shadow: 0px 0px 5px #999;
    -moz-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
    overflow: hidden;
}

#sick_clique .inner {
    background: url('../img/misc/tile-ish_bg.png');
    margin: 2px 0;
    padding: 10px 0 10px 0px;
}

#sick_clique .title {
    background: url("../img/misc/bg_dark.jpg") #383532;
    height: 195px;
    margin: 5px 5px 5px 0;
    width: 342px;
}

#sick_clique .title h2 {
    height: 176px;
    width: 203px;
    background: url('../img/home/sick_clique_logo.png') no-repeat;
    text-indent: -9999px;
    font-family: Arial !important;
    position: relative;
    left: 100px;
    top: 10px;
}

#sick_clique .scrollable {
    height: 205px;
}

#sick_clique .athlete {
    height: 195px;
    margin: 5px;
    width: auto;
    position: relative;
}

#sick_clique .athlete a {
    display: block;
    font-size: 110px;
    font-weight: bold;
    line-height: 150px;
    text-decoration: none;
    text-transform: uppercase;
}

#sick_clique .athlete:first-child {
    margin-left: 0;
}

.athlete .home_hide_me {
    display: none;
    background: url("../img/team/texture_bg.jpg") repeat scroll center center #34322F;
    -moz-box-shadow: inset 0 0 20px #000000;
    -webkit-box-shadow: inset 0 0 20px #000000;
    box-shadow: inset 0 0 20px #000000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
}

.athlete .home_hide_me p {
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    font-family: proxima-nova-extra-condensed,sans-serif;
    text-shadow: 2px 4px 0 #252421;
    font-size: 30px;
    font-weight: 900;
    line-height: 0.9em;
    color: #D9D9CA;
    text-transform: uppercase;
}

#ctas {
    padding: 24px 0 0 0;
    max-width: 100%;
    position: relative;
    background: url(../img/textures/sick_fx_bro.jpg) top left repeat #3f070a;
}

#ctas .inner {
    margin: 0 0 30px 0px;
}

#ctas #image_reel .inner {
    margin-top: 10px;
}

#ctas #features .feature_link {
    background: #000;
    display: block;
    -webkit-box-shadow: 0px 0px 16px rgba(6,6,6,0.14);
    -moz-box-shadow: 0px 0px 16px rgba(6,6,6,0.14);
    box-shadow: 0px 0px 16px rgba(6,6,6,0.54);
}

#ctas #features .feature_link img {
    display: block;
    opacity: 0.9;
}

#ctas #features .feature_link:hover {
    -webkit-box-shadow: 0px 0px 18px rgba(6,6,6,0.74);
    -moz-box-shadow: 0px 0px 18px rgba(6,6,6,0.74);
    box-shadow: 0px 0px 18px rgba(6,6,6,0.74);
}

#ctas #features .feature_link:hover img {
    opacity: 1;
}

#three_boxes {
    background: url("../img/textures/earth_n_stuff.jpg") repeat-x scroll center top transparent;
    position: relative;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    height: 309px;
    min-width: 1000px;
    /*text-align: center;*/
}

#big_monitor {
    position: absolute;
    top: 160px;
    left: 1150px;
    background: url(../img/home/big_monitor.png) 0 0 no-repeat;
    height: 34px;
    width: 233px;
}

ul#cols {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
    width: 960px;
}

ul#cols li {
    float: left;
}

#ctas .col_1,
#ctas .col_2,
#ctas .col_3 {
    position: relative;
}


#ctas .col_1 h2,
#ctas .col_2 h2,
#ctas .col_3 h2 {
    text-indent: -9999em;
    display: block;
}

#ctas .col_1 h2 {
    background: url(../img/home/find_a_dealer.png) 0 0 no-repeat;
    width: 229px;
    height: 32px;
    left: 22px;
}

#ctas .col_1 p {
    margin-top: 24px;
}

#ctas .col_2 p {
    margin-top: 31px;
    width: 248px;
    left: 10px;
}

#ctas .col_3 p {
    margin-top: 27px;
}

#ctas .col_2 h2 {
    background: url(../img/home/social.png) 0 0 no-repeat;
    width: 113px;
    height: 32px;
    left: 90px;
}

#ctas .col_3 h2 {
    background: url(../img/home/email.png) 0 0 no-repeat;
    width: 93px;
    height: 32px;
    left: 73px;
}

#ctas .col_1 {
    max-width: 260px;
    padding-top: 34px;
    margin-left: 7px;
}

#ctas .col_2 {
    width: 285px;
    padding-top: 34px;
    left: 56px;
}

#ctas .col_3 {
    max-width: 260px;
    left: 113px;
    padding-top: 35px;
}

.watermark {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/textures/earth_n_stuff.jpg") repeat-x scroll center top transparent;
}

#ctas .zip_locator {
    background: url('../img/home/col_1_zip.png') no-repeat;
    height: 46px;
    position: relative;
    width: 273px;
    margin-top: 21px;
}

#ctas .zip_locator input[type='text'] {
    background: none;
    border: none !important;
    -webkit-appearance: none !important;
    -webkit-focus-ring-color: none !important;
    box-shadow: none !important;    
    color: #C1C1C1;
    font-size: 26px;
    font-weight: 100;
    left: 0;
    position: relative;
    outline:none;
    top: -3px;
    width: 220px;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#ctas .zip_locator .submit {
    background: url("../img/home/search_zip.png") no-repeat scroll 0 0 transparent;
    border: none !important;
    -webkit-appearance: none !important;
    -webkit-focus-ring-color: none !important;
    box-shadow: none !important;    
    display: block;
    height: 29px;
    opacity: 0.9;
    position: absolute;
    right: 13px;
    text-indent: -9999px;
    width: 19px;
    top: 9px;
    -webkit-border-radius: none !important;
    -moz-border-radius: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important;
}

#ctas .zip_locator .submit:hover {
    background-position: right top;
    opacity: 1;
}

#ctas h2 {
    font-weight: 900;
    color: #d9d9ca;
    position: relative;
    font-family: proxima-nova, sans-serif;
    font-size: 47px;
    margin: 0 !important;
    text-shadow: 5px 7px 0px #21201e;
}

#ctas p {
    position: relative;
    margin-top: 90px;
    color: #c1c1c1;
    font-size: 12px;
}

#homeReturned {
    bottom: -34px;
    left: 30px;
    position: absolute;
}

#homeReturned .footer_dealer_list {
    font-size: 90%;
    left: 0;
    list-style-type: none;
    margin-left: -29px;
    position: relative;
    top: -14px;
    padding: 0;
}

#homeReturned .footer_dealer_list p {
    color: #f3f1ef;
    padding: 0;
    text-transform: uppercase;
}

#homeReturned .footer_dealer_list .name {
    font-size: 23px;
    font-family: proxima-nova-extra-condensed,sans-serif;
    font-weight: 900;
    margin-bottom: -5px;
}

#homeReturned .footer_dealer_list p.error {
    font-weight: normal; 
    font-family: proxima-nova-extra-condensed,sans-serif;
    text-align: left;
    font-size: 16px;
    margin-bottom: 50px;
    position: relative;
    top: 14px;
}

#homeReturned .footer_dealer_list .address1,
#homeReturned .footer_dealer_list .address2 {
    font-size: 12px;
    margin-top: -5px;
}

#ctas div.social-links {
    position: relative;
    margin: 16px 0 0 0;
    padding: 0 30px 0 56px;
    background: url(../img/home/social_bg.png) -6px 28px no-repeat;
}

#ctas div.social-links a {
    background-image: url(../img/home/social_icons.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    position: relative;
    margin-right: 25px;
}

.inner .col_2 div.social-links a.facebook {
    background-position: left top;
    width: 14px;
    height: 30px;
    top: 11px;
}

.inner .col_2 div.social-links a.facebook:hover {
    background-position: right top;
}

.inner .col_2 div.social-links a.twitter {
    background-position: left -38px;
    width: 32px;
    height: 24px;
    top: 2px;
    left: 4px;
    top: 14px;
}

.inner .col_2 div.social-links a.twitter:hover {
    background-position: right -38px;
}

.inner .col_2 div.social-links a.vimeo {
    background-position: left -76px;
    width: 25px;
    height: 23px;
    top: 14px;
}

.inner .col_2 div.social-links a.vimeo:hover {
    background-position: right -76px;
}

.inner .col_2 div.social-links a.insta {
    background-position: left -110px;
    width: 14px;
    height: 25px;
    top: 13px;
    left: 2px;
}

.inner .col_2 div.social-links a.insta:hover {
    background-position: right -110px;
}

#ctas div.mc-field-group {
    position: relative;
    margin-top: 18px;
}

#home-EMAIL {
    background: none;
    border: none !important;
    -webkit-appearance: none !important;
    -webkit-focus-ring-color: none !important;
    box-shadow: none !important;
    color: #c1c1c1;
    /*font-family: Helvetica, sans-serif;*/
    font-size: 26px;
    font-weight: 100;
    text-transform: uppercase;
    height: 35px;
    left: 0;
    line-height: 1.5em;
    line-height: 1.5em;
    outline: none;
    padding: 0;
    position: absolute;
    top: 6px;
    width: 228px;
    border: none; 
    border-radius: 0; 

}

#ctas div.mc-field-group .submit {
    background: url(../img/home/email_icon.png) no-repeat 0 0;
    display: block;
    height: 18px;
    opacity: 0.9;
    border: none !important;
    -webkit-appearance: none !important;
    -webkit-focus-ring-color: none !important;
    box-shadow: none !important;    
    position: absolute;
    text-indent: -9999px;
    width: 25px;
    top: 17px;
    right: 0;
    padding: 0;
    box-shadow: none;
    border: none; 
    border-radius: 0; 
    -webkit-transition: all 0s !important;
    -moz-transition: all 0s !important;
    transition: all 0s !important;
}

#ctas div.mc-field-group .submit:hover {
    background-position: right top;
    opacity: 1;
}

#ctas div.mc-field-group span.input_bg {
    background: url(../img/home/email_input.png) no-repeat 0 0;
    width: 273px;
    height: 46px;
    display: block;
    position: relative;
    left: 0;
    top: 2px;
    /*  z-index: ;*/
    /*top: 24px;*/
}

#video_scroller {
    background: url(../img/textures/grey_fx_bro.jpg) #303030 center top repeat-x;
    -webkit-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.5);
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-top: 0;
}

#video_scroller h2 {
    font-size: 60px;
    font-weight: 900;
    margin: 30px !important;
}

#video_scroller .inner {
    padding: 64px 10px 84px 10px;
    width: 9000em;
}

#video_scroller .prev,
#video_scroller .next {
    top: 140px;
}

#video_scroller .item {
    float: left;
    margin: 0;
}

#video_scroller .item iframe {
    background: transparent;
    position: relative;
    zoom: 1;
    -webkit-box-shadow: 0 5px 8px rgba(4,5,5,0.54);
    -moz-box-shadow: 0 5px 8px rgba(4,5,5,0.54);
    box-shadow: 0 5px 8px rgba(4,5,5,0.54);
}

#video_scroller .item .single {
    float: left;
    margin: 0 20px;
    width: 460px;
}

#video_scroller h4 {
    font-size: 32px;
    line-height: .8em;
    padding: 15px 0 10px;
    text-shadow: 2px 3px 0px #c0c0b5;
}

.scrollable_features {
}

#features {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 335px;
}

#features ul.items {
    list-style: none;
    width: 2000000em;
    position: absolute;
}

#features ul.items li.item {
    float: left;
    margin: 0 0 0 25px;
}

#image_reel .prev,
#image_reel .next {
    top: 45px;
}

#menu_container {
    display: none !important;
}

