html{
    opacity: 0;
    overflow: auto;
}
*{
        font-size: 12px;
    }
input[type=button],    
input[type=submit],
button{
    -webkit-appearance: none;
}
body{
    color: #333;
    position: relative;
    font-family: Verdana;
    font-size: 14px;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

*{
    outline: none;
    margin: 0;
    padding: 0;
}

p{
    margin: 20px; 
}

a img{
    border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, address {
  display: block;
}

header{
    overflow: hidden;
    position: relative;
    z-index: 100;
    height: 140px;
    width: 100%;
    background: url("../images/bg_menu.png") repeat scroll 0 0 transparent;
}

h4{
    font-size: 125% !important;
}

h4 *{
    font-size: inherit !important;
}

h3{
    font-size: 135% !important;
}

h3 *{
    font-size: inherit !important;
}

h2{
    font-size: 145% !important;
}

h2 *{
    font-size: inherit; !important
}

h1{
    font-size: 155% !important;
}

h1 *{
    font-size: inherit !important;
}

h1, h2, h3, h4{
    font-weight: normal;
}

a{
    color: #850B1F;
}

footer{
    z-index: 11;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #fff;
    height: 30px;
    background: url("../images/bg_menu.png") repeat scroll 0 0 transparent;
}

#page_background{ 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#page_background > div{
    position: absolute;
}

#mega{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

#bg_image1{
    height: 100%;
    width: 100%;
    z-index: 2;
}

#bg_image2{
    height: 100%;
    width: 100%;
    z-index: 1;
    display: none;
}

#line{
    background-color: #fff;
    height: 4px;
    width: 100%;
}

#toolbar{
    width: 0;
    height:4px;
    background-color: #b5b5b5;
}

#cefon{
    float: right;
    margin: 5px 30px 0 0;
    color: #ffffff;
}
#cefon a{
    font-size: 13px;
    text-decoration: none;
    color: #ffffff;
}

#cefon a:hover{
    color: #d5d5d5;
}

#site_linnks{
    margin-left: 30px;
    height: 30px;
    float: left;
}

#social{
    float: left;
}

#social a{
    margin-top: 3px;
    width: 22px;
    height: 22px;
    display: block;
    background-repeat: no-repeat;
}

#social a:hover{
    background-position: 0 -22px;
}

.facebook{
    float: left;
    background: url(../images/icon_share_fb.png);
}

.twitter{
    margin-left: 5px;
    float: left;
    background: url(../images/icon_share_t.png);
}

.linkd{
    margin-left: 5px;
    float: left;
    background: url(../images/icon_share_in.png);
}

.odnokl{
    margin-left: 5px;
    float: left;
    background: url(../images/odnoklasniki-icon.png);
}

#languages{
    padding-top: 6px;
    float: left;
    margin-left: 15px;
}

#languages a{
    text-decoration: none;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
}

#languages a:hover{
    color: #d5d5d5;
    text-decoration: none;
}

#languages a.active_lng{
    color: #d5d5d5;
}

#main{
    position: relative;
    width: 10000px;
}

#inner > div{
    /*overflow: hidden;*/
    height: 100%;
}

.this_content{
    float: left;
    position: relative;
}

#main_menu{
    background: url(../images/bg_1.png);
}

#bgmenu1, #bgmenu2 {
    display: none;
    left: 15px;
    width: 4px;
    background-color: #d5d5d5;
    position: absolute;
}

nav {
    width: 100%;
    position: absolute;
}

.menu {
    padding: 10px 15px 0 15px;
}

.menu li {
    list-style-type: none;
}

.menu li a {
    /*font-size: 20px;*/
    text-transform: uppercase;
    color: white;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px solid #E3E4E3;
    display: block;
    padding: 10px 0;
    padding-left: 14px;
}

.menu li a span{
    display: block;
}

.menu li a:hover{
    color: #d5d5d5;
}

.block_inner{
    overflow-y: auto;
    display: none;
    height: 100%;
    position: relative;
}

.block_inner .inner_padding{
    padding: 25px 50px;
}

#submenu{
    background: url(../images/bg_2.png);
}

#submenu .menu_inner{
    overflow: hidden;
    display: none;
}

.content{
    background: #fff;
}

.subpages{
    background: url(../images/bg_3.png);
}

.calendar_wrapper{
    background: url(../images/bg_3.png) !important;
}

.subcontent{
    width: 100%;
    list-style-type: none;
}

.subcontent a{
    text-decoration: none !important;
    border-bottom: 1px solid #bebebe;
/*    padding: 5px; */
    padding: 15px 15px 15px 15px; 
    color: #fff;
    overflow: hidden;
    display: block;
    
}
.subcontent li:last-child a{
/*    border-bottom: none;*/
}

.content_extra .subcontent a:hover{
    color: #6b6b6b !important;
}

.content_extra .subcontent li:last-child a{
/*    border-bottom: none !important;*/
}

.subcontent a{
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
}

.subcontent a:hover{
    color: #d5d5d5;
    background-color: #6a152a ;
}

.subcontent a.subcontent_active{
    background-color: #d5d5d5 !important;
    color: #222 !important;
    cursor: default;
}

.subcontent a.subcontent_active .subcontent_content{
    color: #222 !important;
}

.subcontent a.subcontent_active .subcontent_title{
    color: #222 !important;
    text-shadow: 1px 1px #fff !important;
/*    text-decoration: underline;*/
}

.subcontent_img{
    display: block;
    float: left;
    width: 144px;
}

.subcontent_img img{
    width: 100%;
    height: auto;
}

.subcontent_content{
    margin-left: 10px;
    display: block;
    margin-left: 160px;
}

.content_extra .subcontent a{
    color: #222222;
}

.content_extra .subcontent_title{
    text-shadow: none !important;
}

.subcontent_title{
    text-shadow: 1px 1px #000000;
    margin-bottom: 5px;
    display: block;
    /*font-weight: bold;*/
}

.content_title{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100;
}

.ct_close_bg{
    display: none;
}

.close_this{
    cursor: pointer;
}

.close_this .ct_close_bg{
    position: absolute;
    border: 1px solid white;
    border-bottom: none;
    opacity: 0.3;
    background-color: #D1CCCC;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(../images/icon_close.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.ct_inner{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.close_this .ct_text_here{
    margin-right: 35px;
}

.ct_text_here{
    white-space: nowrap;
    top: 0;
    left: 0;
    color: #ffffff;
    overflow: hidden;
    margin-right: 10px; 
}

#main_menu .ct_text_here{
    margin-top: 0;
}

.ct_text_here h1{
    font-size: 100% !important;
}

#nav_btns{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -45px;
}

#nav_btns > div{
    color: #fff;
    cursor: pointer;
}

#adv_content{
    background: url(../images/bg-tel2.png);
    left: 0;
    overflow: hidden;
    height: 0;
    display: none;
    position: absolute;
    z-index: 1000;
    width: 100%;
}

#adv_content_inner{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

#contact_info{
    margin: 5px 0;
    font-size: 14px;
    width: 650px;
    overflow: hidden;
}

.field_mark{
    padding-top: 6px;
    width: 10px;
    float: left;
}

#contact_info h4{
    margin: 15px 0 7px 0;
    font-weight: bold;
}

.show_contanct_form{
    border-bottom: 1px dashed #000;
}

.show_contanct_form:hover{
    cursor: pointer;
}

#contact_form{
    margin: 20px 50px;
}

#contact_form input[type=text], #contact_form textarea{
    width: 330px;
    padding: 5px;
    margin: 5px 0;
    border: 1px solid #000;
}

#contact_form input[type=text]:focus, #contact_form textarea:focus{
    border: 1px solid #7c7d7c;
}

/*#contact_form input[type=submit]{
    border: 1px solid #000;
    background-color: #000;
    margin: 5px 5px 5px 0;
    color: #fff;
    padding: 5px;
}

#contact_form input[type=submit]:hover{
    cursor: pointer;
    background-color: #fff;
    color: #000;
}*/

.form_status{
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
}

#content_image{
    z-index: 0;
    overflow: hidden !important;
    position: absolute;
    display: none;
    top: 4px;
    height: 100%;
/*    background: url(../images/reader.png);*/
    background: #525252;
}

.gallery_preview{
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.9;
    border: 1px solid #aeaeae;
    padding: 5px;
    margin: 6px;
    float: left;
}

.gallery_preview > span{
    width: 144px;
    height: 90px;
    background-position: center center !important;
    display: block;
    background-repeat: no-repeat !important;
    margin: 0 !important;
}

.gallery_preview:hover{
    opacity: 1;
    border-color: #8b0d0d;
}

.preview_active{
    opacity: 1 !important;
    /*background: #8b0d0d !important;*/
    border-color: #8b0d0d !important;
    cursor: default;
}

#gallery_wrapper{
    width: 340px;
    display: table;
    overflow: hidden;
    margin: 0 auto;
}

#gallery_nav{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
    width: 100%;
    height: 100%;
}

#gallery_nav_inner{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
}

#fullscreen{
    opacity: 0.8;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 11%;
    width: 13px;
    height: 13px;
    z-index: 10;
    background: url(../images/fullscreen.png);
}

#fullscreen:hover{
    opacity: 1;
}

.window_fullscreen{
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    background: #525252 !important;
}

.fullsceen_mode{
    z-index: auto !important;
    position: relative !important;
    background-color: #000;
    text-align: center;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important;
}
/*
.fullsceen_mode #content_image_inner{
    background-color: #000;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
}*/

.fullsceen_mode .cimage > img{
    left: 0 !important;
    top: 0 !important;
    position: absolute;
    z-index: 1;
    /*margin: 50% 0 0 50% !important;*/
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}

.fullscreen_disabled{
    display: none;
}

.fullscreen_active{
    width: 15px !important;
    height: 15px !important;
    background: url(../images/close.png) !important;
}

.gallery_leftright{
    cursor: pointer;
    z-index: 5;
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
}

#gallery_nav_left{
    left: 0;
}

#gallery_nav_right{
    right: 0;
}

.gallery_leftright:hover .gallery_nav_arrow{
    opacity: 1;
}

#gallery_nav_left .gallery_nav_arrow{
    background-position: 33px 0;
    left: 25%;
}

#gallery_nav_right .gallery_nav_arrow{
    background-position: -27px 0;
    right: 25%;
}

.gallery_nav_arrow{
    opacity: 0.6;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    height: 63px;
    width: 29px;
    background: url(../images/arrow-gallery.png);
}

.gallery_nav_arrow, #fullscreen{
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
}



.blog_list{
    width: 100%;
    list-style-type: none;
}

.blog_list a{
    text-decoration: none !important;
    border-bottom: 1px solid #BEBEBE;
/*    padding: 5px; */
    padding: 15px 15px 15px 15px; 
    color: #000;
    overflow: hidden;
    display: block;
    margin: 0 !important;
    
}

.blog_list a{
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
}

.blog_list a:hover{
    background-color: #e6e6e6;
}

.blog_list a.subcontent_active{
    background-color: #d5d5d5 !important;
    color: #222 !important;
    cursor: default;
}

.blog_list a.subcontent_active .blog_list_content{
    color: #222 !important;
}

.blog_list_title{
    display: block;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.blog_list a.subcontent_active .blog_list_title{
    color: #222 !important;
    text-shadow: 1px 1px #fff !important;
/*    text-decoration: underline;*/
}

.blog_list_img{
    display: block;
    float: left;
    width: 190px;
    text-align: center;
}

.blog_list_content.no_image{
    margin-left: 0;
}

.blog_list_content{
    margin-left: 10px;
    display: block;
    margin-left: 205px;
}

.blog_list_footer{
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

.blog_list_footer > span{
    display: block;
    float: right;
}

.blog_date{
    margin-right: 20px;
    color: #555;
}

.blog_comments{
    /*font-size: 85%;*/
    color: #666;
}

.blog_comments span{
    font-size: inherit;
}

.block_inner p,
.block_inner div > em,
.block_inner div.inner_padding > div,
.block_inner div > a,
.block_inner div > h1,
.block_inner div > h2,
.block_inner div > h3,
.block_inner div > h4,
.block_inner div > img,
.block_inner div > table,
.content_padding_block{
    margin: 20px 0;
}

.block_inner p img{
    margin: 10px;
}
/*
em{
    display: inline-block;
}*/

/*
.inner_padding ul:last-child li{
    list-style-image: url(../images/point_1.jpg);
}

.inner_padding ol:last-child li{
    list-style-image: url(../images/point_2.jpg);
}*/

.inner_padding ul{
    list-style-image: url(../images/point_1.jpg);
}

.inner_padding ol{
    list-style-image: url(../images/point_2.jpg);
}

.inner_padding > ul,
.inner_padding > ol{
    margin: 20px 20px;
}

.inner_padding > ul ul,
.inner_padding > ol ol{
    margin: 0 0 0 30px;
}

#comments{
    overflow: hidden;
    z-index: 1;
    top: 4px;
    position: absolute;
    display: none;
    height: 100%;
    background: url(../images/bg_3.png);
    color: #fff;
}

#comments_wrapper{
    position: relative;
    height: 100%;
}

#comments_inner{
    padding: 15px 0;
}

#comments_count{
    text-align: center;
    padding-top: 15px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.image_count_comment{
    position: absolute;
    bottom: 5px;
    right: 5px;
    text-shadow: 0 0 1px #fff;
}

#loaded_content, #profile{
    width: 100%;
    height: 100%;
}

#profile{
    /*background-color: #4a4a4a;*/
    overflow: hidden;
    color: #fff;
    display: none;
}

.profile_login_form{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 470px;
    margin: -235px 0 0 -200px;
}

.profile_login_form .auth_title{
    margin-bottom: 15px;
    text-align: center;
    font-size: 155%;
}

.form_field{
    float: left;
    width: 100%;
    margin: 7px 0;
}

.form_field > div{
    margin-bottom: 5px;
}

input[type=text],
input[type=password]{
    width: 210px;
}

input[type=text],
input[type=password],
select,
textarea{
    border: 1px solid #bebebe;
    border-radius: 3px;
    padding: 5px;
    box-shadow: inset 0 0 4px #bebebe;
}

input[type=button],input[type=submit],.qq-upload-button{
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    padding: 5px 10px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background: #d5d5d5;
}

input[type=button]:hover,input[type=submit]:hover, .qq-upload-button:hover{
    background: #e6e6e6;
}

.reg_form{
    display: none;
}

.change_auth{
    border-bottom: 1px dashed #fff;
    cursor: pointer;
}

.form_message{
    display: none;
    color: #ff8686;
}

#profile_data{
    width: 560px;
    margin: 100px auto;
}

.avatar{
    margin-right: 10px;
    float: left;
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    background-position: center center !important; 
}

.avatar img{
    top: 0;
    left: 0;
    z-index: 10000;
    position: absolute;
    display: none;
}
/*
.avatar:hover img{
    display: block;
}*/

#avatar_uploader{
    margin-top: 15px;
}

#profile_left{
    width: 280px;
    float: left;
}

#profile_right{
    text-align: center;
    width: 280px;
    float: left;
}

.comment{
    margin: 0 15px 10px 15px;
}

.comment_text{
    margin-left: 45px;
}

.comment_user{
    font-weight: bold;
    margin-bottom: 5px;
}

.comment_date{
    margin-top: 5px;
}

#comment_input{
    display: block;
    width: 97%;
    margin: 10px 0;
}

#add_comment{
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 15px;
    right: 15px;
}

#comments_scroll{
    width: 100% !important;
    overflow: hidden;
}

#comments_here{
    width: 100% !important;
}

.comment_add_status{
    
}

#comments_auth_form{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: url(../images/reader_2.png);
}

#show_more{
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    background-color: #bebebe;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

#show_more img{
    margin: auto !important;
}

#show_more:hover{
    background-color: #d5d5d5;
}

#article_fullscreen{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: url(../images/reader_2.png);
}

#article_fullscreen_inner{
    width: 100%;
    height: 100%;
    position: relative;
}

#article_fullscreen_text > img{
    display: block;
    margin: 50% auto 0 auto;
}

.article_fullscreen_text_title{
    padding: 0 0;
    font-weight: bold;
    font-size: 200%;
    margin-bottom: 10px;
    color: #000;
    /*font-family: Times;*/
}

.article_fullscreen_text_scroll p img{
    margin: 10px;
}

.article_fullscreen_text_scroll .inner_padding > p,
.article_fullscreen_text_scroll .inner_padding > a,
.article_fullscreen_text_scroll .inner_padding > div,
.article_fullscreen_text_scroll .inner_padding > em,
.article_fullscreen_text_scroll .inner_padding > h1,
.article_fullscreen_text_scroll .inner_padding > h2,
.article_fullscreen_text_scroll .inner_padding > h3,
.article_fullscreen_text_scroll .inner_padding > table,
.article_fullscreen_text_scroll .inner_padding > img,
.article_fullscreen_text_scroll .inner_padding > h4,
.article_fullscreen_text_scroll .content_padding_block{
    margin: 20px 0 !important;
    color: #000;
    /*font-family: Times;*/
}

.article_fullscreen_text_scroll .inner_padding > ul,
.article_fullscreen_text_scroll .inner_padding > ol{
    /*font-family: Times;*/
    margin: 20px 30px !important;
    color: #000;
}

.article_fullscreen_text_scroll .inner_padding > ul.subcontent,
.article_fullscreen_text_scroll .inner_padding > ol.subcontent{
    margin: 0 !important;
}

.article_fullscreen_text_scroll .spoiler,
.article_fullscreen_text_scroll .cotnent_subcontent{
    color: #000;
    /*font-family: Times;*/
}

.no_horz_padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#article_fullscreen_text{
    background-color: #fff;
    box-shadow: 0 0 30px #000;
    position: absolute;
    margin: 30px auto 30px -400px;
    left: 50%;
    width: 800px;
    height: 100%;
}

#article_fullscreen_here{
    position: relative;
    overflow: visible !important;
}

.article_fullscreen_text_title, .article_fullscreen_text_scroll, .afhow{
    display: block;
    background: #fff;
}

.afhow{
    padding: 50px 70px 120px 70px;
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../images/bg-plashka-reader-down.jpg);
}

#article_fullscreen_here .jspContainer{
    overflow: visible !important;
}

#article_fullscreen_here .jspPane{
    background: #fff;
}

#article_fullscreen_here .subcontent a{
    cursor: default !important;
    color: #333 !important;
}

.close_fullscreen_text{
    position: absolute;
    left: 100%;
    width: 90px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

#article_zoom{
    top: 40px;
    position: absolute;
    left: 100%;
}

#article_zoom > div{
    -webkit-user-select: none;
    -moz-user-select: none;
    font-size: 26px;
    padding: 8px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}

#article_zoom > div:hover{
    color: #d5d5d5;
}

.close_fullscreen_text span{
    display: inline-block;
    margin-top: 13px;
    font-size: 10px;
}

.close_fullscreen_text:hover .close{
    background-position: 0 -40px;
}

.close_fullscreen_text .close{
    float: left;
}

.close:hover{
    background-position: 0 -40px;
}

.close{
    height: 40px;
    width: 40px;
    background: url(../images/close_1.png);
}

.first_row{
    height: 90px;
}

.disabled_anav{
    display: none;
}

.article_nav{
    border: 1px solid #9d9d9d;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    /*width: 210px;*/
    width: 70px;
    z-index: 10;
    background: url(../images/bg_1.png);
}

.first_row{
    width: 210px;
}

#article_left{
    border-left: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    left: 0;
}

#article_right{
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    right: 0;
}

#article_right .aimage{
    border-top-left-radius: 5px;
}

#article_left .aimage{
    border-top-right-radius: 5px;
}

#article_right .first_row{
    float: right;
}

.aimage_wrapper{
    float: left;
    position: relative;
    width: 140px;
    height: 90px;
    overflow: hidden;
}

.arrow{
    text-align: center;
    float: left;
    width: 70px;
    height: 100%;
}

.arrow div{
    margin-top: 13.5px;
    height: 63px;
    width: 29px;
    background: url(../images/arrow-gallery.png);
}

#article_right .arrow div{
    margin-left: 25px;
    background-position: -27px 0 !important;
}

#article_left .arrow div{
    margin-left: 18px;
    background-position: 33px 0 !important;
}

#article_right .aimage{
    left: 100%;
}

#article_left .aimage{
    right: 100%;
}

.aimage{
    position: absolute;
    height: 90px;
    width: 140px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.atext{
    float: left;
    display: none;
}

.atext div{
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    padding: 10px;
}

.no_comments{
    margin: 0 15px;
}

.cotnent_subcontent{
    width: auto !important;
    margin: 20px 0 !important;
    background: #e4e4e4;
    border-radius: 20px;
}

.onesc{
    border-radius: 20px;
}

.cotnent_subcontent li:first-child a{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.cotnent_subcontent li:last-child a{
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.cotnent_subcontent .subcontent_title{
    text-shadow: none;
}

.cotnent_subcontent li:last-child a{
    border: none;
}

.cotnent_subcontent a{
    color: #333;
}

.cotnent_subcontent a:hover{
    color: #000;
    background: transparent !important;
}

.spoiler{
    margin: 20px 50px; 
}
.stitle_text{
    padding: 5px 30px 5px 5px;
}

.stitle_arrow{
    position: absolute;
    right: -2px;
    top: -1px;
/*    right: 2px;*/
/*    top: 3px;*/
    height: 21px;
    width: 28px;
    background: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
}
.spoiler{
    border-top: 1px solid #dfdede;
/*    border-right: none;*/
/*    background-color: #f0efef;*/
}

.spoiler .stitle{
    font-weight: bold;
    position: relative;
    width: 100%;
    cursor: pointer;
}

.spoiler .stitle:hover{
}
.spoiler .stitle:hover .stitle_arrow{
    background-position: 0 -22px;
}
.spoiler .stitle:active .stitle_arrow{
    background-position: 0 -43px;
}

.open .stitle:hover .stitle_arrow{
    background-position: 0 -85px;
}
.open .stitle:active .stitle_arrow{
    background-position: 0 -106px;
}

.open .stitle_arrow{
    background-position: 0 -64px;
}

.spoiler .stext{
    padding: 5px 5px 0 5px;
    display: none;
}
.spoiler .stext p{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.stext table{
    width: 100%;
}

.stext table input[type=text],
.content_padding_block input[type=text],
#training_order_table input[type=text]{
    width: 100%;
}

.stext input[type=submit]:hover{
    background: #E4E4E4 !important;
}

.subscribe_msg{
    margin-left: 15px;
}

#logo{
    width: 337px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    color: #fff;
}

#logo img{
    width: 100%;
}

.slogan{
    display: block;
    text-align: center;
    font-size: 12px;
    /*text-shadow: 1px 1px 1px #000;*/
}

#back{
    display: none;
    left: 10px;
    position: absolute;
    cursor: pointer;
}

.bcount_comments img{
    float: left;
    margin-right: 5px;
}

.article_fullscreen{
    cursor: pointer;
    z-index: 100;
    display: none;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 13px;
    height: 13px;
    background: url(../images/fullscreen.png);
}

.fullwidth_wrapper, .fullwidth_inner{
    width: 0px;
}

.fullwidth_inner{
    width: 100% !important;
}

.fullwidth_inner img{
    width: 100%;
}

.fullwidth_inner *{
    margin: 0 !important;
    padding: 0 !important;
}

#profile_b div,
#map_b div{
    background: url(../images/tel-user-icon.png);
    width: 40px;
    height: 40px;
}

#profile_b span,
#map_b span{
    font-size: 10px;
    margin-top: 15px;
}
    
#map_b span{
    display: inline-block;
    margin-right: 10px;
}

#profile_b span{
    display: inline-block;
    margin-left: 5px;
    text-align: left;
}

#map_b{
    float: left;
}

#profile_b{
    float: right;
}

#profile_b div{
    float: left;
    background-position: -40px 0;
}

#profile_b:hover div{
    background-position: -40px -39px;
}

#map_b div{
    float: right;
    background-position: 0 0;
}

#map_b:hover div{
    background-position: 0 -39px;
}

#close_adv_content{
    width: 90px;
    position: absolute;
    top: 10px;
    right: -100px;
    z-index: 10000;
    cursor: pointer;
    color: #fff;
}

#close_adv_content .close{
    float: right;
}

#close_adv_content span{
    font-size: 10px;
    float: right;
    margin-top: 12px;
    display: inline-block;
}

#close_adv_content:hover .close{
    background-position: 0 -40px;
}

#logout{
    display: inline-block;
    color: #fff;
}

.shadow{
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 100;
    height: 28px;
    background-repeat: repeat-x;
}

#shadow_top{
    top: 0;
    background: url(../images/shadow_up.png);
}

#shadow_bottom{
    bottom: 0;
    background: url(../images/shadow_down.png);
}

/*#article_fullscreen_here .jspPane{
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url(../images/bg-plashka-reader-down.jpg);
}*/

.schedule_qty{
    display: block;
    float: right;
    margin-right: 10px;
}

.shedule_number{
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100px;
    height: 50px;
    left: 15px;
    margin-top: -25px;
    font-size: 40px;
}

.schedule_one .subcontent_content{
    margin-left: 115px;
    padding-right: 20px;
}

.schedule_one{
    position: relative;
    display: block;
}

.closed_training{
    background: url(../images/zamok-icon.png);
    width: 24px;
    height: 23px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.opened_training{
    background: url(../images/zamok-open-icon.png);
    width: 24px;
    height: 23px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.no_link{
    background: transparent !important;
    color: #fff !important;
    cursor: default !important;
}

.cimage{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#cimage1{
    z-index: 1;
}

#cimage2{
    z-index: 2;
    display: none;
}

.fullsceen_mode .cimage{
    width: 100% !important;
    height: 100% !important;
    text-align: center;
}

.fullsceen_mode .cimage img{
    width: auto !important;
    height: auto !important;
}

.fullsceen_mode #content_image_inner{
    width: 100% !important;
    height: 100% !important;
}

#content_image_inner{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.weekend a{
    color: #ff8a8a !important;
}

#schedule_calendar{
    width: 100%;
    height: 100%;
    margin: 0 !important;
    border: none;
}

#schedule_calendar tr:last-child td{
    border-bottom: none !important;
}

#schedule_calendar td a{
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 !important;
}

#schedule_calendar td > div > span{
    visibility: hidden;
}

#schedule_calendar td a span.cnumber{
    display: block;
    position: absolute;
    top: 50%;
    font-size: 28px;
    margin-top: -18px;
    width: 100%;
    text-align: center;
}

#schedule_calendar td{
    vertical-align: middle;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    position: relative;
    text-align: center;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #bebebe;
}

.no_opera #schedule_calendar td > div{
    position: relative;
}

#schedule_calendar td > div{
    display: table;
    float: left;
    width: 100%;
    height: 100%;
}

#schedule_calendar td:hover a{
    background-color: #6a152a;
}

.calendar_wrapper .jspPane{
    height: 100%;
}

.busy{
    background-color: #ababab;
}

#schedule_calendar .subcontent_active{
    background-color: #666 !important;
}

.busy .closed_trining{
    background-color: #ababab !important;
}

.closed_trining{
    background-color: transparent !important;
    cursor: default !important;
}

.busy span{
    color: #fff !important;
}

.closed_trining span{
    color: #b4b4b4;
}

.no_date{
    background-color: transparent !important;
}

.blog_categoty{
    color: #9f9f9f;
    font-size: 11px;
}

/*#training_order, #subscribe, #service_order{
    padding: 15px 25px;
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#55bd31), to(#ABDEAB));
    background: -webkit-linear-gradient(top, #ABDEAB, #55bd31);
    background: -moz-linear-gradient(top, #ABDEAB, #55bd31);
    background: -ms-linear-gradient(top, #ABDEAB, #55bd31);
    background: -o-linear-gradient(top, #ABDEAB, #55bd31);
    text-shadow: 1px 1px 1px #fff;
    box-shadow: 0 0 5px #6ed849;
    color: #000;
}

#training_order:hover, #subscribe:hover, #service_order:hover{
    border: 1px solid #777;
    box-shadow: 0 0 5px #777;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ed849), to(#ABDEAB)) !important;
    background: -webkit-linear-gradient(top, #ABDEAB, #6ed849) !important;
    background: -moz-linear-gradient(top, #ABDEAB, #6ed849) !important;
    background: -ms-linear-gradient(top, #ABDEAB, #6ed849) !important;
    background: -o-linear-gradient(top, #ABDEAB, #6ed849) !important;
}*/

input.green_btn, #training_order, input.subscribe, #service_order{
    white-space:nowrap;
    font-weight:bold;
    color:#fff;
    margin:0;
    padding:7px 15px;
    line-height:1.6em;
    position:relative;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -webkit-box-shadow:3px 2px 2px 1px rgba(163,184,165,.7);
    -moz-box-shadow:3px 2px 2px 1px rgba(163,184,165,.7);
    box-shadow:2px 2px 4px 0 rgba(163,184,165,.7);
    text-shadow:1px 1px 0px rgba(0,0,0,0.4);  
    border-top:1px solid #6ec97a;
    border-left:1px solid #6ec97a;
    border-bottom:1px solid #d6e3d1;
    border-right:1px solid #d6e3d1;
    background:#008600;
    background:-moz-linear-gradient(top,#85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#85d390),color-stop(50%,#009700),color-stop(51%,#007800),color-stop(75%,#219b0c),color-stop(100%,#31a517));
    background:-webkit-linear-gradient(top,#85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    background:-o-linear-gradient(top,#85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    background:-ms-linear-gradient(top,#85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
    background:linear-gradient(top,#85d390 0%,#009700 50%,#007800 51%,#219b0c 75%,#31a517 100%);
}

input.green_btn:hover, #training_order:hover, input.subscribe:hover, #service_order:hover{
    background:#00ba00;
    background:-moz-linear-gradient(top,#a7e2b0 0%,#00ba00 50%,#008600 51%,#3cdf19 85%,#46e522 100%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a7e2b0),color-stop(50%,#00ba00),color-stop(51%,#008600),color-stop(85%,#3cdf19),color-stop(100%,#46e522));
    background:-webkit-linear-gradient(top,#a7e2b0 0%,#00ba00 50%,#008600 51%,#3cdf19 85%,#46e522 100%);
    background:-o-linear-gradient(top,#a7e2b0 0%,#00ba00 50%,#008600 51%,#3cdf19 85%,#46e522 100%);
    background:-ms-linear-gradient(top,#a7e2b0 0%,#00ba00 50%,#008600 51%,#3cdf19 85%,#46e522 100%);
    background:linear-gradient(top,#a7e2b0 0%,#00ba00 50%,#008600 51%,#3cdf19 85%,#46e522 100%);
}

.schedule_info_what{
    margin-bottom: 10px;
    font-size: 12px;
}

.schedule_info{
    display: none;
    border: 2px solid #fff;
    box-shadow: 0 0 10px #333;
    text-align: left;
    border-radius: 10px;
    width: 250px;
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 100%;
    z-index: 100;
    margin-right: 15px;
    top: 0;
    background: #6a152a;
}

.schedule_info_title{
    margin-bottom: 10px;
    font-weight: bold;
}

.carrow {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 10px;
    height:0;  
    width:0;
    position:absolute;
    top: 50%;
    margin-top:-10px;
    left:100%;
}

.calendar_wrapper .block_inner,
.calendar_wrapper .jspContainer{
    overflow: visible !important;
}

#article_fullscreen_here .client{
    width: 220px !important;
}

#article_fullscreen_here #clients{
    width: 560px !important;
}

#clients{
    margin: 0 auto !important;
}

.client{
    margin: 5px;
    text-align: center;
    float: left;
}

.client img{
    border: 1px solid #aeaeae;
    margin: 0 !important;
    width: 100%;
}

.this_content .client img{
    height: auto;
}

.client_row{
    margin: 0 50px;
    overflow: hidden;
}

#loading{
    width: 110px;
    height: 110px;
    position: fixed;
    top: 50%;
    margin-left: -55px;
    margin-top: -55px;
    left: 50%;
    z-index: -1;
}

.hint{
    white-space: nowrap;
    font-size: 10px;
    text-align: left;
    border-radius: 5px;
    width: auto;
    color: #fff;
    padding: 2px 5px 4px 6px;
    position: absolute;
    right: 100%;
    z-index: 100;
    margin-right: 10px;
    top: -3px;
    background: url(../images/bg_menu.png);
}

.schedule_info_title{
    margin-bottom: 10px;
    font-weight: bold;
}

.arrow_hint{
     border-color: transparent transparent transparent #777;
     border-style: solid;
     border-width: 5px;
     height:0;  
     width:0;
     position:absolute;
     margin-left: -1px;
     top: 50%;
     margin-top:-5px;
     left:100%;
}

#contacts{
    background: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#contact_left{
    text-align: center;
}

#contact_left > div{
    font-size: 140%;
}

#contacts_inner{
    height: 100%;
    margin: 0 auto;
}

#contacts_inner .block_inner{
    display: block !important;
}

#share{
    color: #fff;
    font-size: 10px;
    margin-top: 0px;
    margin-left: 5px;
    float: left;
}

.b-share-popup__yandex{
    display: none !important;
}

.b-share-form-button{
    -webkit-user-select: none;
    cursor: pointer !important;
    font: 14px Verdana !important;
}

body .b-share-popup_up .b-share-popup_yandexed{
    padding-top: 0 !important;
}



#contacts_inner{
    position: relative;
}

#contact_left{
    z-index: 100;
    top: 50px;
    height: 100%;
    position: absolute;
    width: 500px;
    float: left;
}

#contact_right{
    margin-left: 450px;
}

/* ef */

#escaped_fragment{
    opacity: 1;
}

#escaped_fragment .block_inner{
    display: block;
}

#escaped_fragment .ct_text_here{
    margin-top: 0;
}

/* -- */


.contact_people{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin: 20px 110px;
}

.cp_image{
    float: left;
}

.cp_image img{
    border-radius: 50%;
}

.office{
    margin-bottom: 20px;
    overflow: hidden;
}

.office > .office_title{
    font-size: 150%;
    margin: 20px 50px !important;
}

.cp_text{
    margin-top: 15px;
}

.map_outer{
    margin: 15px 70px;
}

.gmap{
    width: 100%;
    display: inline-block;
    height: 400px;
}

#contacts_inner p{
    margin: 10px 50px;
}

#contacts_inner img{
    margin: 0 !important;
}

.cp_title{
    font-weight: bold;
    font-size: 120%;
}

.cp_who{
    font-weight: bold;
}

.cp_about{
    margin-left: 20px;
    float: left;
}

.cp_text p{
    color: #000;
    margin: 10px 0 !important;
}

.marked{
    color: #600c0c !important;
}

.subscribe_event table{
    width: 100%;
}

.schedule_info_right{
    right: auto !important;
    left: 100%;
    margin-left: 5px;
}

.schedule_info_right .carrow{
    left: auto !important;
    right: 100%;
    border-color: transparent white transparent transparent !important;
}

.close_adv_content_black{
    border-radius: 10px;
    background: url(../images/bg_2.png);
}


.subcontent li{
    list-style-image: none !important;
}

#contact_info_text{
    width: 550px;
}

#contact_info_cap{
    background: url(../images/bg-contacti-right.jpg);
    background-repeat: repeat-y;
}

#contact_wrapper_table{
    width: 100%;
    margin: 0 !important;
}

#content_image_title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/bg_3.png);
    padding: 10px 20px;
    color: #fff;
    z-index: 100;
    max-width: 500px;
    text-align: left !important;
}

#page_info{
    display: none;
    position: absolute;
    height: 30px;
    width: 220px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -110px;
    font-size: 16px;
    z-index: 10000;
    border: 2px solid #fff;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    padding-top: 11px;
    box-shadow: 0 0 15px #000;
    /*box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, .3);*/
    background: url(../images/reader_2.png);
}

.article_share{
    color: #838383 !important;
}

.article_share span{
    display: inline-block;
    margin-top: -1px;
}

.copy_article{
    color: #9d9c9c !important;
    font-size: 12px !important;
    text-align: right;
}

.feedback_btn{
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    top: 50%;
    right: 0;
    margin-top: -69px;
    height: 139px;
    width: 31px;
    background: url(../images/bg_2.png);
}

.feedback_btn_text{
    height: 123px;
    width: 21px;
    margin: 8px 0 0 5px;
    background: url(../images/vopros.png);
    background-repeat: no-repeat;
}

.feedback_block #contacts_text,
.feedback_block #contact_left{
    display: none;
}

.feedback_block #contact_form{
    margin-left: 0;
}

.feedback_block #contact_right,
.feedback_block #contact_wrapper_table,
.feedback_block .block_inner,
.feedback_block .jspPane,
.feedback_block .jspContainer{
    height: 100% !important;
}

/* last events */


.quick_info{
    background: url("../images/bg_menu_sobitiya.png?1") repeat scroll 0 0 transparent;
    height: auto !important;
    position: fixed;
    z-index: 10001;
    border-top: 1px solid #fff;
    left: 0;
    right: 0;
    bottom: 32px;
}
.quick_info_inner{
    position: relative;
    padding: 15px;
}

.subscribe_form_msg{
    height: 16px;
    margin-top: 5px;
    color: #fff;
    font-size: 80%;
}

.subscribe_block{
    float: left;
    position: absolute;
    bottom: 0;
    left: 15px;
    top: 0;
}

.subscribe_form{
    background: #e0d7d8;
    padding: 3px;
    overflow: hidden;
}

.subscribe_form input{
    border-radius: 0;
    width: auto;
    border: none;
    box-shadow: none;
    background: none;
}

.subscribe_form input[type=text]{
    float: left;
}

.subscribe_form input[type=button]{
    float: right;
    color: #fff;
    background: #5e3a3e;
}

.events_toggle{
    cursor: pointer;
    color: #fff;
    top: 6px;
    position: absolute;
    left: 50%;
}

.events_toggle span{
    font-size: 12px;
}

.events_toggle:hover{
    color: #e9e8e8;
}

.events_toggle.open span.e_arrow{
    background-position: 0 -11px;
}

.events_toggle span.e_show{
    display: inline;
}

.events_toggle span.e_hide{
    display: none;
}

.events_toggle.open span.e_show{
    display: none;
}

.events_toggle.open span.e_hide{
    display: inline;
}

.events_toggle span.e_arrow{
    display: inline-block;
    background: url(../images/arrow_sobitiya.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
    height: 11px;
    margin-right: 10px;
    width: 11px;
}

.qi_title{
    font-size: 80%;
    color: #d9d0cb;
    margin-bottom: 7px;
}

.quick_info_events{
    /*height: 170px;*/
    position: relative;
    overflow: hidden;
}

.qi_event{
    position: absolute;
    top: 10px;
    left: 15px;
    right: 15px;
    bottom: 10px;
    overflow: hidden;
    display: none;
}

.qi_event.active{
    display: block;
}

.index_block{
    display: block;
    width: 33%;
    float: left;
    text-decoration: none;
    color: #fff;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
}

.index_block > span{
    text-align: left;
    display: block;
    /*margin-left: 15px;*/
}


.index_block img{
    margin: 0 10px 10px 0;
    float: left;
}

.ib_cat{
    margin-bottom: 5px;
}

.ib_date{
    margin-bottom: 5px;
    display: block;
}

.index_block:hover{
    color: #e9e8e8;
}

.qi_event .qi_title{
    margin-bottom: 0;
}

/* / last events */

/* video */
#index_events{
    color: #fff;
    width: 700px;
    position: absolute;
    top: 50%;
    height: auto !important;
    cursor: pointer;
}

.iv_about_wrapper{
    overflow: hidden;
    float: left;
    max-width: 500px;
}

#index_events .iv_play{
    display: inline-block;
    margin-left: 40px;
    /*float: right;*/
}

.iv_title{
    text-transform: uppercase;
    font-size: 170%;
    margin-bottom: 10px;
}

.iv_date{
    font-size: 90%;
}

.iv_about{
    font-size: 120%;
}

#video{
    position: relative;
    display: none;
    height: 100%;
    width: 100%;
    background: #fff;
}

#video_inner{
    position: relative;
    margin-right: 400px;
    height: 100%;
    background: #fff;
}

#video_inner.video_fullsize{
    margin-right: 0;
}

.video_order_form{
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 400px;
}

.video_order_form_inner{
    height: 100%;
    padding: 30px 60px 30px 30px;
}

.video_order_form_inner .se_form_about{
    display: block;
    color: #6c6867;
    margin: 20px 0;
}

.video_order_form_inner table{
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

.video_order_form_inner table td{
    padding: 5px 0;
    margin: 0;
}

.video_order_form_inner input[type=submit]{
    display: block;
    margin: 0 auto;
}

.video_order_form_inner .subscribe_msg{
    display: block;
    text-align: center;
    margin-top: 10px;
}

.video_order_form_inner input[type=text],
.video_order_form_inner textarea{
    width: 100% !important;
}

.vcentered{
    display: table !important;
    position: relative; 
    overflow: hidden;
}

.vcentered1{
    display: table-cell !important; 
    vertical-align: middle;
}

#video_here{
    width: 100% !important;
    height: 100% !important;
}

#video_here video{
    background-color: #FFFFFF !important;
    /*width: 100% !important;*/
    /*height: 100% !important;*/
}

#video_quality{
    z-index: 10;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.video_quality_btn{
    cursor: pointer;
    border-bottom: 1px dashed;
}

.video_quality_btn.active{
    cursor: default;
    border: 0;
    font-weight: bold;
}

#video_play{
    top: 50%;
    position: absolute;
    left: 50%;
    z-index: 10;
    display: none;
}

.touch #video_play{
    display: block;
}

#video_play_layer{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
}
/* /video */

