/***** generic ****/
@media (max-width: 1024px) {
h2{ font-size: 25px; }
.ocu_mark{ background-position-y: 20px; }
}
@media (max-width: 740px) {
.desktop_only{ display:none; }
.mobile_only{ display: block; }
}

@media (max-width: 550px) {
h2{ font-size: 20px; }
.ocu_mark{background-position-y: 14px;}
hr{
    
width: 45px;
}
}


/* section hero */
@media (max-width: 1140px) {
   .section_s_header .section_inner{ width: 980px; }
   .section_s_header .section_s_header_h1{ font-size: 77px; }
   .section_s_header .section_s_header_h1:before{ top: -25px; left: 348px; }
   .section_s_header .section_s_header_h2:before{ left: -30px; }
   .section_s_two .section_s_two_right_abs2{ top: -259px; height: 167%;  }
   .section_s_header{
       padding-top: 465px;
       padding-bottom: 64.85px;
       background-size: 1080px;
    }
}
@media (max-width: 1024px) {
   .section_s_header .section_inner{ width:800px; }
   .section_s_header .section_s_header_h1{ font-size: 63px; padding-left: 0px; }
   .section_s_header .section_s_header_h1:before{ top: -33px; left: 269px; }
   .section_s_header .section_s_header_h2{ padding-left: 0px;  }
   .section_s_header .section_s_header_p{ padding-left: 0; }
   .section_s_header .section_s_header_button{ padding-left: 0; }
   
   .section_s_header{
       padding-top: 450px;
       padding-bottom: 30.85px;
       background-size: 987px;
    }
}
@media (max-width: 850px) {
   .section_s_header .section_inner{ width:700px; }
   .section_s_header .section_s_header_h1{ font-size: 61px; padding-left: 0px; }
   .section_s_header .section_s_header_h1:before{ top: -34px; left: 217px; }
    .section_s_header{
       padding-top: 378px;
       padding-bottom: 30.85px;
       background-size: 860px;
    }

}
@media (max-width: 740px) {
   .section_s_header .section_inner{ width:500px; }
   .section_s_header .section_s_header_h2{ font-size: 30px; }
   .section_s_header .section_s_header_h1{ font-size:40px;  }
   .section_s_header .section_s_header_h1:before{ display: none; }
    
    .section_s_header{
       padding-top: 266px;
       padding-bottom: 5.85px;
       background-size: 614px;
    }
    h2{font-size: 22px;}
}
@media (max-width:550px) {
    .section_s_header{
       padding-top: 450px;
       padding-bottom: 22px;
       background-image: url(mobile-hero.png);
       background-size: 550px;
    }
    .section_s_header .section_inner{
        max-width: 450px;
    }
}
@media (max-width:500px){
    .section_s_header{
       padding-top: 409px;
       padding-bottom: 12px;
       background-size: 480px;
    }
    .section_s_header .section_inner{
        max-width: 395px;
    }
}
@media (max-width:450px){
    .section_s_header{
       padding-top: 362px;
       padding-bottom: 12px;
       background-size: 434px;
    }
    .section_s_header .section_inner{
        max-width: 355px;
    }
}
@media (max-width:400px) {
   .section_s_header{
       padding-top: 323px;
       padding-bottom: 0px;
       background-size: 383px;
       background-size: cover;
    }
    .section_s_header .section_inner{
        max-width: 311px;
    }
}




/** section two **/
@media (max-width: 1024px) {
   .section_s_two .section_inner{  width:800px; }
   .section_s_two .section_s_two_right_abs2{ height: 189%; }
}
@media (max-width: 850px) {
   .section_s_two .section_inner{  width:700px; }
   .section_s_two .section_s_two_right_abs{ width: 300px; top: -187px; }
   .section_s_two .section_s_two_right_abs2{  width: 300px; height: 142%; top: -186px; }
   .section_s_two_bottom_abs{ display: none; }
   .section_s_two{
       padding-bottom: 60px;
   }
   .section_s_two .section_s_two_left{

   }
}
@media (max-width: 740px) {
   .section_s_two .section_inner{  width:500px; }
   .section_s_two .section_s_two_left{ width: 100%; padding-bottom: 40px; }
   .section_s_two_image{
   margin-top: 34px;
   -ms-transform: rotate(4deg); /* IE 9 */
   -webkit-transform: rotate(4deg); /* Safari prior 9.0 */
   transform: rotate(4deg); /* Standard syntax */
   position: relative;
   margin-top: 60px;
   margin-bottom: 35px;
   margin-left: 19%;
   }
   .section_s_two_image:before{ position: absolute; content: ''; width: 100%; height: 100%;
   border:2px solid #000000; 
   -ms-transform: rotate(2deg); /* IE 9 */
   -webkit-transform: rotate(2deg); /* Safari prior 9.0 */
   transform: rotate(2deg); /* Standard syntax */  
    }
    .section_s_two .section_s_two_p{
        padding-top: 20px;
        padding-bottom: 25px;
        display:none;
    }
    .section_s_two .section_s_two_p.mobile_only_text{
        display:block;
    }
    .section_s_two .section_s_two_h2{
        padding-bottom: 0;
        display:none;
        margin-bottom: 0;
    }
    .section_s_two .section_s_two_h2.mobile_only_text{
        display:block;
    }
    .section_s_two_image:after{
        content:" ";
        width:100%;
        height:1px;
        background-color:#000;
        position:absolute;
        right: 91%;
        top: 26%;
        -ms-transform: rotate(-4deg); /* IE 9 */
        -webkit-transform: rotate(-4deg); /* Safari prior 9.0 */
        transform: rotate(-4deg); /* Standard syntax */
        z-index: 2;
    }
}
@media (max-width:550px) {
   .section_s_two .section_inner{  width:375px; }
   .section_s_two .section_s_two_h2 br{ content: ''; padding-left: 10px; }
   .section_s_two_image{
       margin-top: 40px;
       margin-bottom: 40px;
   }
}
@media (max-width:425px) {
   .section_s_two .section_inner{  width:340px; }
}
@media (max-width:400px) {
   .section_s_two .section_inner{  width:290px; }
}




/** section three **/
@media (max-width: 850px) {
   .section_s_three_bottom_abs:before{ right: -150px; top: 264px; }

}
@media (max-width: 740px) {
    .section_s_three .section_s_three_div li br{
        content:" ";
        padding: 4px;
    }
   .section_s_three .section_inner{ width: 500px; }
   .section_s_three_bottom_abs:before{
       right: -23px;
       width: 220px;
       height: 538px;
       background-size: contain;
       background-repeat: no-repeat;
       background-position: right bottom;
   }
}
@media (max-width: 550px) {
   .section_s_three .section_inner{ width: 375px; }
   .section_s_three .section_s_three_h2 mark{
       background-position-x: 0;
   }
   .section_s_three hr{
       margin-bottom: 17px;
   }
   .section_s_three .section_s_three_div{
       padding: 0 55px;
   }
   .section_s_three .section_s_three_div li{
       margin-left:0;
   }
   .section_s_three_bottom_abs:before {
        right: -60px;
        width: 210px;
        height: 320px;
        top: auto;
        bottom: -211px;
    }
}
@media (max-width:425px) {
   .section_s_three .section_inner{ 
        width:340px;
   }
   .section_s_three .section_s_three_div{
        
padding: 0 28px;
   }
}
@media (max-width: 400px) {
   .section_s_three .section_inner{ 
    width: 290px; padding-top: 40px; 
   }
}





/** section 4 **/
@media (max-width: 1140px) {
   .section_4 .section_inner{ width: 980px; }
   .section_4 .section_4_left{  width: 38%; }
   .section_4 .section_4_right{  width: 60%; }
   .section_4 .section_s_two_right_abs{ left: -104px; }
   .section_4 .section_s_two_right_abs2{ left: -109px; }
   .section_4_inner2 p br{
       display:none;
   }
   .section_4_inner2 p br.m{
       display:block;
   }
}
@media (max-width: 1024px) {
   .section_4 .section_inner{ width:800px; }
   .section_4 .section_4_left{  width:20%; }
   .section_4 .section_4_right{  width:70%; }
   .section_4 .section_s_two_right_abs{left: -150px;top: 0px;width: 329px;}
   .section_4 p br.m,
   .section_4 p br{
       display:none;
   }
   .section_4 .section_s_two_right_abs2{left: -189px;top: 0px;width: 368px;height: 479px;}
}
@media (max-width: 850px) {
   .section_4 .section_inner{ width:700px; }
   .section_4 p br{ content: ''; padding-left: 10px; }
   .section_4 .section_4_left{  width:20%; }
   .section_4 .section_4_right{  width: 61%; }
   .section_4 .section_s_two_right_abs{left: -87px;top: 63px;width: 310px;}
   
   .section_4 .section_s_two_right_abs2{left: -109px;top: 65px;width: 332px;height: 450px;}
}
@media (max-width: 740px) {
   .section_4 .section_inner{ width:500px; }
   .section_4 .section_4_right{ width: 100%; }
   .section_4_image{
   -ms-transform: rotate(-5deg); /* IE 9 */
   -webkit-transform: rotate(-5deg); /* Safari prior 9.0 */
   transform: rotate(-5deg); /* Standard syntax */
   position:relative;
   margin-top: 50px;
   margin-bottom: 60px;
   margin-left: 10%;
   }
   .section_4_image img{width: 100%;z-index: 1;position: relative;}
   .section_4_image:before{
   content:'';
   -ms-transform: rotate(3deg); /* IE 9 */
   -webkit-transform: rotate(3deg); /* Safari prior 9.0 */
   transform: rotate(3deg); /* Standard syntax */
   position:absolute;
   border: 2px solid #000000;
   width: 100%;
   height: 100%;
   z-index: 2;
   }

    .section_4 .section_inner{
        padding-top:30px;
    }

    .section_4_image:after{
        content:" ";
        position: absolute;
        background: url(dots.png) no-repeat left top;
        width: 130px;
        height: 172px;
        left: -19%;
        bottom: 10%;
        background-size: contain;
        -ms-transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
        transform: rotate(4deg);
        z-index: 0;
    }
    .section_4_image span{
        position: absolute;
        bottom: -50px;
        left: 37%;
        width:1px;
        height:50px;
        background-color:#000;
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        z-index: 0;
    }

}
@media (max-width: 550px) {
   .section_4 .section_inner{ width:375px; }
   .section_4_image{
       margin-bottom: 45px;
       margin-left: 60px;
       margin-right: 20px;
   }
   .section_4_image:before{
        height: 99%;
        width: 99%;
        left: -2px;
   }
   .section_4_image:after{
       
   }
   .section_4 .dots{
       display:none;
   }
}
@media (max-width:425px) {
   .section_4 .section_inner{  width:340px; }
}
@media (max-width: 400px) {
   .section_4 .section_inner{ width:280px; }
   .section_4_image{
       margin-left: 40px;
       margin-bottom: 20px;
   }
   .section_4_image:after{
       width: 93px;
       height: 106px;
   }
   .section_4_image span{
       
height: 37px;
       
bottom: -32px;
   }
}






/** section 5 **/
@media (max-width: 1024px){
   .section_5 .section_inner { width: 800px; }
}
@media (max-width: 850px) {
   .section_5 .section_inner { width:700px; }
   .section_5_bottom_content{ margin-top: -150px; }
}
@media (max-width: 740px) {
   .section_5_top{margin-top: 20px;}
   .section_5 .section_inner { width:500px; }
}
@media (max-width: 550px) {
   .section_5_top{ margin-top: 20px; }
   .section_5 .section_inner { width:370px; }
   .section_5 h2{ padding-top: 20px; }
   .section_5 h2 br{content: ''; padding-left: 10px;}
   .section_5_bottom_content{ margin-top: -116px; }
}
@media (max-width:425px) {
   .section_5 .section_inner{  width:340px; }
}
@media (max-width: 400px) {
   .section_5 .section_inner { width:290px; }
   .section_5_bottom_content{ margin-top: -106px; }
}



/** section 6 **/
@media (max-width: 1140px) {
   .section_6 .section_inner{ width: 980px;  }
}
@media (max-width: 1024px) {
   .section_6 .section_inner{ width: 800px;  }
   .section_6 .section_6_left{  width:80%; }
   .section_6 .section_6_right{  width:20%; }
   .section_6 .section_s_two_right_abs{   -ms-transform: rotate(4deg); /* IE 9 */  -webkit-transform: rotate(4deg); /* Safari prior 9.0 */
    transform: rotate(4deg); /* Standard syntax */  left: -48px; top:84px; width:320px;}
   .section_6 .section_s_two_right_abs2{ top: 81px; left: -45px; width: 320px; height: 497px; }
   .section_6 .dots { right: -122px; top: 39px; }
}
@media (max-width: 850px) {
   .section_6{ margin-top: 90px; }
   .section_6 .section_inner{ width: 700px; }
   .section_6 .section_inner br{ content: ' '; padding-left: 10px; }
   .section_6 .section_6_left{ width: 70%; }
   .section_6 .section_s_two_right_abs{   top:184px; width:280px;     left: -55px;}
   .section_6 .section_s_two_right_abs2{ top: 181px;   width: 380px; height: 438px;     left: -55px; }
   .section_6 .dots { right: -188px; top:120px;  }
}

@media (max-width: 740px) {
   .section_6{margin-top: 60px;padding-bottom: 50px;}
   .section_6 .section_inner{ width: 500px; }
   .section_6 .section_6_left{ width: 100%; }
   .section_6 .section_6_left img{width: 100%;position: relative;z-index: 1;}

   .section_6 .section_s_two_image{
       margin-top: 34px;
       -ms-transform: rotate(4deg); /* IE 9 */
       -webkit-transform: rotate(4deg); /* Safari prior 9.0 */
       transform: rotate(4deg); /* Standard syntax */
       position: relative;
       margin-top: 50px;
       margin-bottom: 50px;
       margin-left: 6%;
       margin-right: 6%;
   }
   .section_6 .section_s_two_image:before{
       width: 100%;
       height: 100%;
       border:2px solid #000000;
       -ms-transform: rotate(-3deg); /* IE 9 */
       -webkit-transform: rotate(-3deg); /* Safari prior 9.0 */
       transform: rotate(-3deg); /* Standard syntax */
       z-index: 2;
   }
   .section_6 .section_s_two_image:after{
        content:" ";
        width: 122px;
        height: 122px;
        background-color:#000;
        right: -30px;
        top: -30px;
        -ms-transform: rotate(-4deg); /* IE 9 */
        -webkit-transform: rotate(-4deg); /* Safari prior 9.0 */
        transform: rotate(-4deg); /* Standard syntax */
        z-index: 0;
        background: url(dots.png) left top;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right top;
    }
    .section_6 .dots{
        display:none;
    }
    .section_6 h2{
        display:none;
    }
    .section_6 h2.mobile_only_text{
        display:block;
    }
    .section_6 h2.mobile_only_text br{
        display:block;
        content: "";
        padding: 0;
    }
    .section_6 .ocu_mark{
        padding-right: 5px;
    }
}
@media (max-width: 550px) {
   .section_6 .section_inner{ width: 375px; }
   .section_6 .section_s_two_image{
       margin-left:40px;
       margin-right:40px;
       -ms-transform: rotate(6deg);
       -webkit-transform: rotate(6deg);
       transform: rotate(6deg);
   }
   .section_6 .section_s_two_image:before{
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
        width: 98%;
   }
   .section_6 .section_s_two_image:after{
        right: -34px;
        top: -31px;
   }
}
@media (max-width:425px) {
   .section_6 .section_inner{  width:340px; }
}
@media (max-width: 400px) {
   .section_6 .section_inner{ width: 290px; }
   .section_6 .section_s_two_image{
       margin-left: 30px;
       margin-right: 30px;
   }
}



/** section 7 **/
@media (max-width: 1140px) {
   .section_7 .section_inner{ width: 980px; }
   .section_7 .section_7_cols{width: 900px;}
   .section_7 .section_7_col:before{ display: none; }
}
@media (max-width: 1024px) {
   .section_7 .section_inner{ width:800px; }
   .section_7 .section_7_cols{width:700px;}
   .section_7 .section_7_col{ width: 229px; }
}
@media (max-width: 850px) {
   .section_7 .section_inner{ width:700px; }
   .section_7 .section_7_cols{width:600px;}
   .section_7 .section_7_col{ width:32%; }
}
@media (max-width: 740px) {
   .section_7 .section_inner{ width:500px; }
   .section_7 .section_7_cols{ width: 400px; }
   .section_7 .section_7_col{ width: 100%; }
   .section_7 .section_inner h2{
       max-width:400px;
       margin:0 auto;
       display:none;
   }
   .section_7 .section_inner h2.mobile_only_text{
       display:block;
   }
}
@media (max-width: 550px) {
   .section_7 .section_inner{ width:375px; }
   .section_7 .section_7_cols{ width: 275px; }
}
@media (max-width:425px) {
   .section_7 .section_inner{  width:340px; }
}
@media (max-width: 400px) {
   .section_7 .section_inner{width: 300px;}
   .section_7 .section_7_cols{ width: 240px; }
}





/** section 8 **/
@media (max-width: 1140px) {
   .section_8 .section_inner{ width: 980px; }
}
@media (max-width: 1024px) {
   .section_8 .section_inner{ width: 800px; }
   .section_8 .section_8_cols{ width: 100%; }
}
@media (max-width: 850px) {
   .section_8 .section_inner{ width: 700px; }
}
@media (max-width: 740px) {
   .section_8:before{left: 0px;top: -61px;width: 188px;height: 247px;background-position: left top;background-size: contain;}
    .section_8 .section_inner{ width: 500px; padding-top: 100px; }
    .section_8 .section_8_col{ width: 100%; }
    .section_8 .section_8_content{ border: none; padding-bottom:10px;  }
    .section_8 .ocu_button{
        font-size: 23px;
        padding: 3px 45px;
    }
    .section_8 .section_8_title p{
    }
    .section_8 .section_8_col:after{
        display:none;
    }
}
@media (max-width: 550px) {
    .section_8 .section_inner{width: 375px;padding-top: 150px;}
    .section_8:before{/* left: -126px; *//* top: -39px; */}
}
@media (max-width:425px) {
   .section_8 .section_inner{  width:340px; }
}
@media (max-width: 400px) {
    .section_8 .section_inner{ width: 290px;     padding-top: 71px; }
    .section_8:before{
        width: 130px;
        height: 168px;
    }
}





/** section 9 **/
@media (max-width: 1024px) {
   .section_9 .section_inner{ width: 800px; }
}
@media (max-width: 850px) {
   .section_9:before{ display: none; }
   .section_9 .section_inner{ width: 700px; }
}
@media (max-width: 740px) {
   .section_9 .section_inner{width: 500px;padding-bottom: 30px;}
   .section_9 h2:before{
       left: -22px;
       height: 1px;
       bottom: 14px;
   }
   .section_9 h2{
       margin-bottom: 7px;
   }
   .section_9 .hr_holder{
       display:block;
   }
   .section_9 .hr_holder hr{
       margin-bottom: 5px;
   }
}
@media (max-width: 550px) {
   .section_9 .section_inner{width: 375px;position: relative;z-index: 1;}
   .section_9_top img,
   .section_9_bottom img{
       display:none;
   }
   .section_9_top img.mobile_only,
    .section_9_bottom img.mobile_only{
      display:block;
    }
    .section_9 h2{
       margin-top: -20px;
   }

}
@media (max-width:425px) {
   .section_9 .section_inner{  width:340px; }
}
@media (max-width: 400px) {
   .section_9 .section_inner{ width: 290px;   padding-top: 18px;}
}




/** section 10 **/
@media (max-width: 1024px) {
   .section_10 .section_inner{ width: 800px; }
   .section_10 .section_10_absolute3{ top:144px; left:0px; }
   .section_10 .section_10_absolute4{ top:144px; left:0px; }
   .section_10 .section_10_left{
        width:40%;
   }
   .section_10 .section_10_right{
       width:60%;
   }
   .section_10 .section_10_absolute1{
        width: 371px;
    }
   .section_10 .section_10_absolute2{
        width: 363px;
        height: 490px;
    }
   .section_10 .section_10_absolute3{
        width: 300px;
    }
   .section_10 .section_10_absolute4{
        width: 294px;
        height: 451px;
    }
   .section_10 .section_10_absolute5{    
        width: 111px;
   }
}
@media (max-width: 850px) {
   .section_10 .section_inner{ width: 700px; }
   .section_10 .section_10_absolute1{
        width: 300px;
    }
   .section_10 .section_10_absolute2{
        width: 292px;
        height: 398px;
    }
   .section_10 .section_10_absolute3{
        width: 250px;
        top: 100px;
    }
   .section_10 .section_10_absolute4{
        width: 250px;
        height: 378px;
        top: 100px;
    }
   .section_10 .section_10_absolute5{    
        width: 111px;
   }
}
@media (max-width: 740px) {
   .section_10:before{
        top: -185px;
        right: 0;
        width: 241px;
        height: 382px;
        background-size: 100%;
        background-image:url(section-9-mobile-leaf.jpg);
   }
   .section_10 .section_inner{ width: 500px; }
   .section_10 .section_10_right{width: 100%;padding-top: 0px;text-align: left;}

   .section_10 .mobile_images{padding-top:50px;display: none;}
   .section_10 .section_10_mobile1{ margin-left:-40%; margin-right: 20%; position: relative;     -ms-transform: rotate(-2deg); -webkit-transform: rotate(-2deg);  transform: rotate(-2deg); }
   .section_10 .section_10_mobile1 img{ width: 100%; }
   .section_10 .section_10_mobile1:before{ -ms-transform: rotate(2deg); -webkit-transform: rotate(2deg);  transform: rotate(2deg); position: absolute; content: ''; width: 100%; height: 100%; border: 2px solid #000000;  }
   .section_10 .section_10_mobile2{ margin-top: -100%; position: relative;     -ms-transform: rotate(4deg);  -webkit-transform: rotate(4deg); transform: rotate(4deg); }
   .section_10 .section_10_mobile2 img{ width: 100%; }
   .section_10 .section_10_mobile2:before{ -ms-transform: rotate(-2deg); -webkit-transform: rotate(-2deg);  transform: rotate(-2deg); position: absolute; content: ''; width: 100%; height: 100%; border: 2px solid #000000; }
   .section_10 .hr_warp{
       text-align: left;
       width: 70px;
   }
   .section_10 .hr_warp hr{
       margin-left:0;
   }
   .pf4_countdown_items{
       margin-top: 31px;
   }
   .section_10_right h2{
       display:none;
   }
   .section_10_right h2.mobile_only_text{
       display:block;
   }
}
@media (max-width: 690px){
    .section_10:before{
        top: -187px;
    }
}
@media (max-width: 630px){
    .section_10:before{
        top: -189px;
    }
}
@media (max-width: 550px) {
   .section_10 .section_inner{ width: 375px; }
   .pf4_countdown_items{
       zoom: 94%;
       margin-top: 56px;
   }
   .section_10:before{
        top: -196px;
    }
}
@media (max-width: 525px){
    .section_10:before{
        top: -194px;
    }
}
@media (max-width: 480px){
    .section_10:before {
        top: -185px;
        right: 0;
        width: 230px;
        height: 365px;
       
        background-size: 100%;
        z-index: 0;
    }
}
@media (max-width: 440px){
    .section_10:before{
        top: -183px;
    }
}
@media (max-width: 440px){
    .section_10:before{
        top: -184px;
    }
}
@media (max-width:425px) {
   .section_10 .section_inner{  width:340px; }
   .pf4_countdown_items{
        zoom:78%;
        margin-top: 50px;
    }
}
@media (max-width: 400px) {
   .section_10:before{
        top: -146px;
        width: 180px;
    }
    
   .section_10 .section_inner{ width: 290px; padding-top: 18px; }
}
@media (max-width: 375px){
    .section_10:before{
        top: -144px;
    }
}
/** section copyright **/
@media (max-width: 1140px) {
   
}