body{
    margin: 0;
    padding: 0;
    -webkit-touch-callout: n_1;
    -webkit-user-select: n_1;
    -khtml-user-select: n_1;
    -moz-user-select: n_1;
    -ms-user-select: n_1;
    user-select: n_1;
    background-color: #e8e1d1;
    overflow-x: hidden;
   -webkit-overflow-scrolling: touch;
}

@font-face {
    font-family: 'Rouben';
    src: url('fonts/Rouben-SemiBold.woff2') format('woff2'),
        url('fonts/Rouben-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#loader_wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 10000;
}

#loader_image{
    position:relative;
    margin-left: auto;
    margin-right: auto;
    width: 137px;
    height: 93.5px;
    background-image: url('images/bear_loader_dark_opt.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    z-index: 5001;
}

#top_header_outer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 9000;
}

#top_header_inner{
    position: relative;
    top: 0;
    left: 0;
    width: 1400px;
    height: 100%;
    z-index: 9010;
}

#top_header_menu{
    position: absolute;
    top: 0;
    right: 80px;
    width: 132px;
    height: 40px;
    z-index: 9011;
}

#top_header_menu_signup{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 9012;
    border-right: 1px solid rgba(255,255,255,.7);
}

#top_header_menu_signup_text{
    position: absolute;
    font-family: 'Rouben';
    top: 10px;
    left: 0;
    width: 66px;
    overflow: visible;
    z-index: 9013;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#top_header_menu_login{
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    z-index: 9012;
}

#top_header_menu_login_text{
    position: absolute;
    font-family: 'Rouben';
    top: 10px;
    left: 0;
    width: 66px;
    overflow: visible;
    z-index: 9013;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

#top_header_menu_signup{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: 9012;
}

#top_header_bg_color{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 9001;
}

#menu_header_outer{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 9050;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

#menu_header_inner{
    position: relative;
    top: 0;
    left: 0;
    width: 1400px;
    height: 80px;
    z-index: 9060;
    overflow: visible;
}

#hrvst_logo{
    position: relative;
    top: 5px;
    left: 76px;
    width: 149px;
    height: 149px;
    z-index: 9061;
    background-size: contain;
    cursor: pointer;
    opacity: 1;
}

#hrvst_logo:hover{
    opacity: .8;
}

#menu_header_inner_wrapper{
    position: relative;
    top: -149px;
    left: 0;
    width: 465px;
    height: 80px;
    z-index: 9070;
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    margin-left: auto;
    margin-right: auto;
}

#menu_header_inner_item_one{
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    z-index: 9073;
    border-right: 1px solid rgba(0,0,0,.2);
}

#menu_header_inner_item_one_text{
    position: absolute;
    top: 30px;
    left: 1px;
    width: 100%;
    overflow: visible;
    z-index: 9073;
    text-align: center;
    color: #000;
    font-family: 'Rouben';
}

#menu_header_inner_item_one_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9080;
    cursor: pointer;
}

#menu_header_inner_item_one_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9072;
    background-color: #313131;
}

#menu_header_inner_item_two{
    position: absolute;
    top: 0;
    left: 80px;
    width: 105px;
    height: 80px;
    z-index: 9073;
    border-right: 1px solid rgba(0,0,0,.2);
}

#menu_header_inner_item_two_text{
    position: absolute;
    top: 30px;
    left: 2px;
    width: 100%;
    overflow: visible;
    z-index: 9073;
    text-align: center;
    color: #000;
    font-family: 'Rouben';
}

#menu_header_inner_item_two_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9080;
    cursor: pointer;
}

#menu_header_inner_item_two_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9072;
    background-color: #313131;
}

#menu_header_inner_item_three{
    position: absolute;
    top: 0;
    left: 185px;
    width: 97px;
    height: 80px;
    z-index: 9073;
    border-right: 1px solid rgba(0,0,0,.2);
}

#menu_header_inner_item_three_text{
    position: absolute;
    top: 30px;
    left: 1px;
    width: 100%;
    overflow: visible;
    z-index: 9073;
    text-align: center;
    color: #000;
    font-family: 'Rouben';
}

#menu_header_inner_item_three_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9080;
    cursor: pointer;
}

#menu_header_inner_item_three_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9072;
    background-color: #313131;
}

#menu_header_inner_item_four{
    position: absolute;
    top: 0;
    left: 282px;
    width: 95px;
    height: 80px;
    z-index: 9073;
    border-right: 1px solid rgba(0,0,0,.2);
}

#menu_header_inner_item_four_text{
    position: absolute;
    top: 30px;
    left: 1px;
    width: 100%;
    overflow: visible;
    z-index: 9073;
    text-align: center;
    color: #000;
    font-family: 'Rouben';
}

#menu_header_inner_item_four_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9080;
    cursor: pointer;
}

#menu_header_inner_item_four_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9072;
    background-color: #313131;
}

#menu_header_inner_item_five{
    position: absolute;
    top: 0;
    left: 377px;
    width: 88px;
    height: 80px;
    z-index: 9073;
}

#menu_header_inner_item_five_text{
    position: absolute;
    top: 30px;
    left: 1px;
    width: 100%;
    overflow: visible;
    z-index: 9073;
    text-align: center;
    color: #000;
    font-family: 'Rouben';
}

#menu_header_inner_item_five_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9080;
    cursor: pointer;
}

#menu_header_inner_item_five_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9072;
    background-color: #313131;
}

#menu_header_bg_color{
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #F4F4F4;
    z-index: 9049;
}

#content_wrapper_outer{
    position: absolute;
    top: 120px;
    left: 0;
    width: 100%;
    height: 1000px;
    z-index: 8000;
}

#content_wrapper_inner{
    position: relative;
    top: 0;
    left: 0;
    width: 1400px;
    height: 100%;
    z-index: 8000;
}

#hrvst_home_video{
    position: absolute;
    top: 0;
    left: 0;
    width: 1400px;
    height: 684px;
    z-index: 9001;
    border: 1px solid rgba(0,0,0,.2)
}

#content_wrapper_inner_text_inner{
    position: absolute;
    top: 210px;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 9010;
}

#content_wrapper_inner_text_top{
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 9010;
    font-family: 'Rouben';
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#content_wrapper_inner_text_bottom{
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 9010;
    font-family: 'Rouben';
    font-size: 56px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px
}

#content_wrapper_inner_buttons_outer{
    position: absolute;
    top: 310px;
    width: 100%;
    overflow: visible;
    z-index: 9030;
}

#content_wrapper_inner_buttons_inner{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 583px;
    overflow: visible;
    z-index: 9030;
}
 
#content_wrapper_inner_button_one_inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 175px;
    height: 45px;
    z-index: 9031;
}

#content_wrapper_inner_buttons_one_background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9031;
    background-color: #000;
}

#content_wrapper_inner_buttons_one_text{
    position: absolute;
    top: 11px;
    left: 1px;
    width: 100%;
    overflow: visible;
    z-index: 9033;
    font-family: 'Rouben';
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#content_wrapper_inner_buttons_one_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9032;
    background-color: #fff;
}

#content_wrapper_inner_buttons_one_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9034;
    cursor: pointer;
}

#content_wrapper_inner_button_two_inner{
    position: absolute;
    top: 0;
    left: 205px;
    width: 175px;
    height: 45px;
    z-index: 9031;
}

#content_wrapper_inner_buttons_two_background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9031;
    background-color: #000;
}

#content_wrapper_inner_buttons_two_text{
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 9033;
    font-family: 'Rouben';
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#content_wrapper_inner_buttons_two_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9032;
    background-color: #fff;
}

#content_wrapper_inner_buttons_two_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9034;
    cursor: pointer;
}

#content_wrapper_inner_button_three_inner{
    position: absolute;
    top: 0;
    left: 408px;
    width: 175px;
    height: 45px;
    z-index: 9031;
}

#content_wrapper_inner_buttons_three_background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9031;
    background-color: #000;
}

#content_wrapper_inner_buttons_three_text{
    position: absolute;
    top: 11px;
    left: 1px;
    width: 100%;
    overflow: visible;
    z-index: 9033;
    font-family: 'Rouben';
    color: #fff;
    font-size: 18px;
    text-align: center;
}

#content_wrapper_inner_buttons_three_fill{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9032;
    background-color: #fff;
}

#content_wrapper_inner_buttons_three_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9034;
    cursor: pointer;
}

#iconmenu_header_inner_wrapper{
    position: absolute;
    top: 0;
    right: 85px;
    width: 132px;
    height: 80px;
    z-index: 9080;
}

#iconmenu_header_inner_item_one{
    position: absolute;
    top: 0;
    left: 0;
    width: 33.33%;
    height: 100%;
    z-index: 9080;
}

#iconmenu_header_inner_item_one_image{
    position: absolute;
    top: 27px;
    left: 11px;
    width: 24px;
    height: 24px;
    z-index: 9080;
}

#iconmenu_header_inner_item_one_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9083;
    cursor: pointer;
}

#iconmenu_header_inner_item_two{
    position: absolute;
    top: 0;
    left: 33.33%;
    width: 33.33%;
    height: 100%;
    z-index: 9080;
}

#iconmenu_header_inner_item_two_image{
    position: absolute;
    top: 27px;
    left: 5px;
    width: 24px;
    height: 24px;
    z-index: 9080;
    background-size: contain;
}

#iconmenu_header_inner_item_two_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9083;
    cursor: pointer;
}

#iconmenu_header_inner_item_three{
    position: absolute;
    top: 0;
    left: 66.66%;
    width: 33.33%;
    height: 100%;
    z-index: 9080;
}

#iconmenu_header_inner_item_3_wrap{
    position: absolute;
    top: 30px;
    left: 5px;
    width: 28px;
    height: 22px;
    z-index: 9080;
}

#iconmenu_header_inner_item_three_line_one{
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 4px;
    z-index: 9080;
    background-color: #000;
}

#iconmenu_header_inner_item_three_line_two{
    position: absolute;
    top: 8px;
    left: 0;
    width: 28px;
    height: 4px;
    z-index: 9080;
    background-color: #000;
}

#iconmenu_header_inner_item_three_line_three{
    position: absolute;
    top: 16px;
    left: 0;
    width: 28px;
    height: 4px;
    z-index: 9080;
    background-color: #000;
}

#iconmenu_header_inner_item_three_hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9083;
    cursor: pointer;
}

#content_wrapper_inner_fullmenu_outside{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 1400px;
    height: 684px;
    overflow: hidden;
    z-index: 11111;
    display: none;
}

#content_wrapper_inner_fullmenu_horzline_one{
    position: absolute;
    top: -1000px;
    left: -150px;
    width: 1700px;
    height: 300px;
    z-index: 11112;
    background-color: #fdef39;
}

#content_wrapper_inner_fullmenu_horzline_two{
    position: absolute;
    top: -1456px;
    left: -150px;
    width: 1700px;
    height: 450px;
    z-index: 11112;
    background-color: #ed6f00;
    opacity: .9;
}

#content_wrapper_inner_fullmenu_horzline_three{
    position: absolute;
    top: -2366px;
    left: -150px;
    width: 1700px;
    height: 900px;
    z-index: 11112;
    background-color: #d11345;
    opacity: .9;
}

#content_wrapper_inner_fullmenu_wrap{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    width: 800px;
    height: 400px;
    z-index: 11121;
}

#content_wrapper_inner_fullmenu_closebutton{
    position: absolute;
    top: 900px;
    right: 20px;
    width: 30px;
    height: 30px;
    z-index: 11120;
    font-family: 'Rouben';
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}

#content_wrapper_inner_fullmenu_men_wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 266.66px;
    height: 100%;
    z-index: 11121;
}

#content_wrapper_inner_fullmenu_women_wrap{
    position: absolute;
    top: 0;
    left: 266.66px;
    width: 266.66px;
    height: 100%;
    z-index: 11121;
}

#content_wrapper_inner_fullmenu_youth_wrap{
    position: absolute;
    top: 0;
    left: 533.22px;
    width: 266.66px;
    height: 100%;
    z-index: 11121;
}

#content_wrapper_inner_fullmenu_men_header_text{
    position: absolute;
    top: 800px;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 11121;
    font-family: 'Rouben';
    font-size: 33px;
    color: #fff;
    text-align: center;
}

#content_wrapper_inner_fullmenu_women_header_text{
    position: absolute;
    top: 800px;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 11121;
    font-family: 'Rouben';
    font-size: 33px;
    color: #fff;
    text-align: center;
}

#content_wrapper_inner_fullmenu_youth_header_text{
    position: absolute;
    top: 800px;
    left: 0;
    width: 100%;
    overflow: visible;
    z-index: 11121;
    font-family: 'Rouben';
    font-size: 33px;
    color: #fff;
    text-align: center;
}












@media only screen and ( max-width: 1600px), only screen and (max-device-width: 1600px){

}

@media only screen and ( max-width: 1200px), only screen and (max-device-width: 1200px){
 
}

@media only screen and ( max-height: 760px), only screen and (max-device-height: 760px){

}

@media only screen and ( max-width: 970px), only screen and (max-device-width: 970px){
  
}

@media only screen and ( max-width: 853px), only screen and (max-device-width: 853px){
    
}

@media only screen and ( max-width: 585px), only screen and (max-device-width: 585px){

}

@media only screen and ( max-width: 525px), only screen and (max-device-width: 525px){
  
}

@media only screen and ( max-width: 495px), only screen and (max-device-width: 495px){

}

@media only screen and ( max-width: 420px), only screen and (max-device-width: 420px){
  
}

@media only screen and ( max-width: 410px), only screen and (max-device-width: 410px){
   
}

@media only screen and ( max-width: 350px), only screen and (max-device-width: 350px){

}