html,
body,
button,
div,
span,
applet,
object,
iframe,
input,
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -mz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
} 
body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    min-height: 100%;
/*
    background: url(../img/hello1.png)no-repeat center center;
    background-size: 100% auto;
*/
}   
.bg_line_menu{
    background: #f2f2f2;
    height: 100%;
    width: 1px;
    float: left; 
    margin-left: 14px; 
}
.bg_line_menu_1{  
    width: 1px;
    background: #f2f2f2;
    height: 100%;
    float: left;
    left: 0;
    position: relative;
}
.bg_line_menu_2{  
    background: #f2f2f2;
    height: 100%;
    width: 1px;
    float: right; 
    margin-right: 14px; 
}
.block_lins{ 
    display: inline-block; 
    width: 100%;
    max-width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    text-align: center;
}
.block_lins_center_line{
    display: inline-block; 
    width: 32%; 
    height: 100%;
    position: relative;
    left: 0; 
}
.container{
    margin-left: -webkit-calc(34% - 15px);
    margin-left: -mz-calc(34% - 15px);
    margin-left: -o-calc(34% - 15px);
    margin-left: -ms-calc(34% - 15px);
    margin-left: calc(34% - 15px);
}
.bg_line_menu_3{  
    background: #f2f2f2;
    height: 100%;
    width: 1px;
    float: right;
    position: relative;
    right: 0px;
}
section{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; 
    text-align: left;
}
.scroll_block_1{ 
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}
.info_text_box-size_2 {
    overflow: hidden !important;
    height: 100%;
}
.hello{  
    position: relative;
    top: -webkit-calc(50% - 318px);
    top: -mz-calc(50% - 318px);
    top: -o-calc(50% - 318px);
    top: -ms-calc(50% - 318px);
    top: calc(50% - 318px);
    left: -8px;
    font-size: 290px;
    height: 490px;
    font-family: 'OpenSans_Extrabold';
    text-transform: uppercase;
    color: #f4f4f4;

}
.enjoy{   
    position: relative;
    top: -webkit-calc(50% - 256px) !important;
    top: -mz-calc(50% - 256px) !important;
    top: -o-calc(50% - 256px) !important;
    top: -ms-calc(50% - 256px) !important;
    top: calc(50% - 256px) !important;
    height: 490px;
    left: 43px;
    font-size: 370px;
    font-family: 'OpenSans_Extrabold';
    text-transform: uppercase;
    color: #f4f4f4;
} 
.educ, .blog{   
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);  
    display: block;
}
.blog{  
    position: absolute; 
    left: -330px;
    top: 128px;
}
.blog span{   
    text-align: center;  
    font-size: 200px;
    font-family: 'OpenSans_Extrabold';
    text-transform: uppercase;
    color: #f4f4f4;
}
.educ{  
    position: absolute; 
    top: 117px;
    left: -176px;
} 
.educ span{   
    text-align: center; 
    font-size: 200px;
    font-family: 'OpenSans_Extrabold';
    text-transform: uppercase;
    color: #f4f4f4; 
} 
.line_bg {
    width: 1px;
    height: 100%;
    background: #f2f2f2;
}

.container { 
    position: absolute;
    height: 100%;
}
.container_hor{ 
    position: absolute;
    height: 100%;
} 
header{
    width: 100%;
    padding-top: 32px;
    z-index: 2;
    text-align: justify;
    position: fixed;
    top: 0;
    left: 0;
    padding: 32px 112px 32px 55px; 
} 
.block_fix_menu{
    width: 100%;
    max-height: 1180px;  
	
/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
*/
}
.logo span{
    vertical-align: top;
    font-family: 'OpenSans_Light';
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 18px;
    position: relative;
    top: -4px;
}
.logo{
    display: inline-block;
    vertical-align: top;
    font-family: 'OpenSans_Light'; 
    font-size: 12px;
    position: relative;
    top: 0px;
    float: left;
}
.inform_soc{
    display: inline-block;
    vertical-align: top;
    font-family: 'OpenSans_Light'; 
    font-size: 12px;
    position: relative;
    top: -4px;
    float: right;
}
.inform_soc a{
    display: block;
    color: #000;
}
.pos_1 {
    top: -webkit-calc(50% - 45px) !important;
    top: -mz-calc(50% - 45px) !important;
    top: -o-calc(50% - 45px) !important;
    top: -ms-calc(50% - 45px) !important;
    top: calc(50% - 45px) !important;
}
.pos_2 {
    top: -webkit-calc(50% + 110px) !important;
    top: -mz-calc(50% + 110px) !important;
    top: -o-calc(50% + 110px) !important;
    top: -ms-calc(50% + 110px) !important;
    top: calc(50% + 110px) !important;
}
.pos_3 {
    top: -webkit-calc(50% - 47px) !important;
    top: -mz-calc(50% - 47px) !important;
    top: -o-calc(50% - 47px) !important;
    top: -ms-calc(50% - 47px) !important;
    top: calc(50% - 47px) !important;
}
.pos_4 {
    top: 121px !important;
    -webkit-transform: none !important;
    -mz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}

.content_info {  
    height: auto;
    padding: 0px 50px;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
    position: relative;
    top: 55%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -mz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .pos_3{top: 65%;}
.content_info span{
    display: block;
    margin-bottom: 17px;
}

.big_title {
    font-size: 40px;
    color: #000;
    font-family: 'OpenSans_Extrabold';
    margin-bottom: 22px;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
} 
.subtitle {
    font-size: 15px;
    color: #000;
    margin-bottom: 22px;
    font-family: 'OpenSans_Bold';
    line-height: 20px;
    text-transform: uppercase;
} 
.info_text {
    font-size: 13px;
    color: #000;
    margin-bottom: 22px;
    font-family: 'OpenSans_Light';
    text-align: justify;
    line-height: 20px;  
}

/*
.big_title {
    font-size: 30px;
    color: #000;
    font-family: 'OpenSans_Extrabold';
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}
.subtitle {
    font-size: 11px;
    color: #000;
    font-family: 'OpenSans_Bold';
    line-height: 20px;
    text-transform: uppercase;
}
.info_text {
    font-size: 11px;
    color: #000;
    font-family: 'OpenSans_Light';
    text-align: justify;
    line-height: 20px;
}
*/

.main_menu { 
    z-index: 10000;
    position: fixed;
    width: 100%;
    max-width: 490px;
    height: 60px; 
    top: 50%;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
/*    left: -164px;*/
    left: -183px !important; 
}

.block_menu {
    top: 50%;
}

.ul{
    list-style-type: none;
    text-align: justify;
} 
.ul:after{
    content: '';
    width: 100%;
    display: inline-block;
} 
.li { 
    margin-left: 50px; 
    display: inline-block;
    cursor: pointer;
}
.li:first-child{margin-left: 0px;}
.li span{
    color: #000;
    font-family: 'OpenSans_Extrabold';
    font-size: 14px;
    text-transform: uppercase; 
    
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition:none;
}
span{  
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition:none;
}
.li span {
    color: black;
}
.li.active span{
    color: #aaaaaa;
}
/*
.li:active span{
    color: #aaaaaa !important;
}*/
.wrapp {
    height: 100%;
    z-index: 30;
    position: relative;
}     
.min_logo {margin-top: 90px;}
.text_content__blog{margin-right: 30px;margin-bottom: 30px}
.text_content__blog:last-child{margin-bottom: 120px;}

/*plagin_scroll_slide_page */
    .fsvs_block {    
        overflow-y: scroll;
        height: 100%;
    }
    .fsvs_block.fsvs {
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden; 
/*        text-align: center;*/
    }
    .fsvs_block.fsvs #fsvs-body {
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -mz-backface-visibility: hidden;
        -mz-perspective: 1000;
        -ms-backface-visibility: hidden;
        -ms-perspective: 1000;
        -o-backface-visibility: hidden;
        -o-perspective: 1000;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        height: 100%;
        width: 100%; 
        
/*        -webkit-transition-delay: 2s !important;*/
/*        -mz-transition-delay: 2s !important;*/
/*        -ms-transition-delay: 2s !important;*/
/*        -o-transition-delay: 2s !important;*/
/*        transition-delay: 2s !important;*/
    }
    .fsvs_block.fsvs #fsvs-body>*{
        height: 100%;
        width: 100%;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000; 
        -mz-backface-visibility: hidden;
        -mz-perspective: 1000; 
        -ms-backface-visibility: hidden;
        -ms-perspective: 1000; 
        -o-backface-visibility: hidden;
        -o-perspective: 1000; 
    } 
/*plagin_end*/
 
.shadow_block_white { 
    width: 100%;
    max-width: 100%;
    height: 180px;
    z-index: 10000;
    position: absolute;
    top: auto;
    bottom: -50px;
    margin: 0 auto;
    left: 0;
    background: url(../img/grad_line.png) repeat 0px 0px;
    background-size: 100% 80%; 
}  
.link_soc { margin-top: 4px;}
.tw {margin-right: 12px;}
.link_soc a{
    vertical-align: top;
    display: inline-block;
}  
.cube_bg{
    background: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -17px;
    
    -webkit-transition: .25s linear !important;
    -mz-transition: .25s linear !important;
    -o-transition: .25s linear !important;
    transition: .25s linear !important;
     
} 
.desctop_show{visibility: visible;}

.mobile_show{visibility: hidden} 

#mob_show{ display: none}

#desc_show{ display: block;}
 
.scroll_icon{
    background: url(../img/scrol_iconl.png)no-repeat;
    width: 20px;
    height: 40px;
    z-index: 1;
    display: block;
    cursor: pointer;
}
.li span:hover{
   color: #939393; 
} 
.scroll_box { 
/*
    overflow: scroll;
    height: 100%;
*/
}
.text_content__blog:last-child{
    padding-bottom: 430px;
}
.scroll_icon:hover{
    background: url(../img/scrol_iconl_hover.png)no-repeat;  
    width: 14px;
    height: 40px;
    -moz-transition: none !mportant;
    -webkit-transition: none !mportant;
    -o-transition: none !mportant;
    transition: none !important;
}
.scroll_icon:active{ 
    background: url(../img/scrol_iconl_black.png)no-repeat;  
    background-size: 100% 100%; 
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}  
.li-scroll{ 
    position: relative;
    left: 40px;
}
.info_text_box-size_3{ 
    height: 390px; 
    width: 106%;
    overflow: auto;
}
.color_links{color: #000;}
.scroll_block {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    width: -webkit-calc(100%);
    width: -mz-calc(100%);
    width: -o-calc(100%);
    width: -ms-calc(100%);
    width: calc(100%);
}
.mob_vers{
    display: none;
}
.scroll_box {
    width: 100%;
    overflow: scroll;
}
.scroll_box_ovrl{
    overflow: scroll;
    height: 100%;
}

.image{
   background-image: url(../img/berkeley-logo.png);
   background-size: 200px 65px;
   background-repeat: no-repeat;
   height: 200px;
   width: 100%;
}
@media     
    only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-resolution: 1.5dppx),
    only screen and (min-resolution: 144dpi) {
        
   .image_1  {
        background-image: url(../img/berkeley-logo_1.png);
        background-repeat: no-repeat;
        background-size: 60%; 
        background-size: 149px 49px;
/*         background-size: 224px 73px;*/
   }
}
.jz_logo{
    display: inline-block;
}
.jz_image{
   background-image: url(../img/logo.png);
   background-size: 32px 34px;
   background-repeat: no-repeat;
   height: 34px;
   width: 33px;
}
@media     
    only screen and (-webkit-min-device-pixel-ratio: 1.5),
    only screen and (min--moz-device-pixel-ratio: 1.5),
    only screen and (-o-min-device-pixel-ratio: 3/2),
    only screen and (min-resolution: 1.5dppx),
    only screen and (min-resolution: 144dpi) {
        
   .jz_image_1  {
        background-image: url(../img/JZRetina_1.png);
        background-repeat: no-repeat;
/*        background-size: 60%; */
   }
} 

.li-scroll {
    position: fixed;
    bottom: 30px;
    z-index: 10;  background: linear-gradient(to top,
rgba(255,255,255, 1) 20%,
rgba(255,255,255, 0) 80%
);
    left: 76px;
}

.shadow_block_white_1_1{
/*    display: none;*/
    width: 100%;
    max-width: 100%;
    height: 180px;
    z-index: 10000;
    position: absolute;
    top: auto;
    bottom: -50px;
    margin: 0 auto;
    left: 0;
    background: url(../img/grad_line.png) repeat 0px 0px;
    background-size: 100% 80%;
}
.pos_blog{
	height: 100%;
}
.fadeoutMy {
    bottom: 0;
    height: 200px;
    background: linear-gradient(to top,
    rgba(255,255,255, 1) 20%,
    rgba(255,255,255, 0) 80%
    );
    position: absolute;
    width: 100%;
}

.hello > span{
    -webkit-animation: fadi 5s 1;
    -moz-animation: fadi 5s 1;
}
.educ > span{
    -webkit-animation: fadi 5s 1;
    -moz-animation: fadi 5s 1;
}
.enjoy > span{
    -webkit-animation: fadi 5s 1;
    -moz-animation: fadi 5s 1;
}
.blog > span{
    -webkit-animation: fadi 5s 1;
    -moz-animation: fadi 5s 1;
}
@-webkit-keyframes fadi {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes fadi {
    0%   { opacity: 0; }
    100% { opacity: 1; }
}


.dateInfo {
    margin-bottom: 0 !important;
}