/* Main */

body { 
    font-family: Arial, sans-serif;
}

/* End Main */




/* lake-header */
.lake-header {
        z-index: 1;
    position: relative;
} 


/* line-top */
.lake-header__line-top {
    background: #0d5999;
}
.lake-header__line-top-blue {
    background: url(../images/bg/lake-header-line-top-blue.png) no-repeat;
    background-position: center center;
    height: 33px;
    background-size: cover;
}

.lake-header__line-top__social {
    position: absolute;
    right: 0;
    height: 33px;
    width: 200px;
    
}

.lake-header__line-top__social__fb, .lake-header__line-top__social__vk, .lake-header__line-top__social__inst {
    margin-top: 4px;
    display: block;
}

.lake-header__line-top__social__fb > div {
    background: url(../images/sprite.png) no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 17px;
}

.lake-header__line-top__social__vk > div {
    background: url(../images/sprite.png) no-repeat;
    background-position: 0px -17px;
    width: 18px;
    height: 17px;
}


.lake-header__line-top__social__inst > div {
   background: url(../images/inst_logo.jpg) no-repeat;

    width: 18px;
    height: 17px;
}

.lake-header__line-top__ul {
    margin: 3px 0 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 0;
}
.lake-header__line-top__ul > li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.lake-header__line-top__ul > li {
    margin-left: 20px;
}

.lake-header__line-top__lang {
    color: #fff81b;
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-top: 0px;
    
}

.lake-header__line-top__lang:link {
   color: #fff81b;
}
.lake-header__line-top__lang:hover {
   color: #e6e014; 
    text-decoration: none;
}

.lake-header__line-top__lang select {
    display: none;
}
.lake-header__line-top__search input {
    border: 0px;
    border-radius: 4px;
    height: 25px;
    background: #ffffff;
    margin: 1px 0 0 0;
    text-indent: 10px;
    font-size: 13px;
    color: #636b73;
}

.lake-header__line-top__search .finder a {
    display: none;
}
/* End line-top */

/* line-center */
.lake-header__line-center-gray {
 background: url(../images/bg/lake-header-line-center-gray.png) repeat-x;
    background-position: 0 2px;
        height: 102px;
}

.lake-header__line-center__nav-main {
    padding: 40px 0;
}

.lake-header__line-center__nav-main .moduletable_menu > ul {
    margin: 0;
    padding: 0;
    right: 0;
    position: absolute;
}


.lake-header__line-center__nav-main .moduletable_menu > ul > li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    margin-right: 20px;
}

.lake-header__line-center__nav-main .moduletable_menu > ul > li > a {
    color: #636b73;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.translated-ltr .lake-header__line-center__nav-main .moduletable_menu > ul > li > a {
    font-size: 13px;
}

.lake-header__line-center__nav-main .moduletable_menu > ul > li > a:hover {
    border-bottom: 5px #f1eb2e solid;
    padding-bottom: 5px;
    text-decoration: none;
}


.lake-header__line-center__nav-main .moduletable_menu > ul > li:last-child {
    margin-right: 0
}

.lake-header__line-center__logo-block {
    width: 100%;
    padding: 5px 0;
    display: block;
    text-decoration: none;
}
.lake-header__line-center__logo-block:hover {
    text-decoration: none;
}

.lake-header__line-center__logo-block > div {
display: inline-block;
vertical-align: top;

}

.lake-header__line-center__logo-img {
    width: 120px;
        position: absolute;
    top: -24px;
}

.lake-header__line-center__logo-title {
    width: 210px;
    margin-left: 150px;
}

.lake-header__line-center__logo-title__text {
    color: #636b73;
    font-size: 11px;
    line-height: 16px;
    margin-left: 10px;
    margin-top: -3px;
    text-align: center;
}
.lake-header__line-center__logo-title__text > span {
    font-size: 22px;
    margin-top: 7px;
    display: block;
}

.lake-header__information {
    background: url(../images/bg/lake-header-information.jpg);
    background-size: cover;
    background-position: center center;
}

.lake-header__line-center__logo-title__img {
    margin-top: 5px;
}


/*
.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;    
    position: absolute;
    display: none;
    z-index: 1;
}*/
.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul {
    margin: 0;
    padding: 0;
    list-style: none;    
    position: absolute;
    display: none;
    z-index: 1;
        margin-left: -64px;
    margin-top: 8px;
}
.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li {
color: #000;
}
.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li > a {
    background: #1180bf;
    color: #ffffff;
    width: 100%;
    display: block;
    padding: 10px 20px;
    border: 2px #c9dae7 solid;
    width: 200px;
    margin-bottom: -2px;
}
.lake-header__line-center__nav-main .moduletable_menu > ul >li > ul > li > a:hover {
text-decoration: none;
    color: #fff81b;
    cursor: pointer;
}
.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li:first-child > a {
    //border-radius: 6px 6px 0 0;
}
.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li:last-child > a {
    //border-radius:0 0 6px 6px;
}

.lake-header__line-center__nav-main .moduletable_menu > ul > li:hover > a {
   
    color: #036daa;
    cursor: pointer;
}
.lake-header__line-center__nav-main .moduletable_menu > ul > li:hover > ul {
    display: block;

}

.lake-header__information__img-block {
    text-align: right;
}

.lake-header__information__img-block img {
    width: 100%;
    max-width: 501px;
}


















.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li > ul {
display: none;
}

.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li:hover ul {
    display: block;
    position: absolute;
    left: 0;
    margin-left: 158px;
    top: 0;
    list-style: none;
    font-size: 12px;
}


.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li > ul > li > a {
    background: #1180bf;
    color: #ffffff;
    display: block;
    padding: 10px 20px;
    border: 2px #c9dae7 solid;
    width: 200px;
    margin-bottom: -2px;
}

.lake-header__line-center__nav-main .moduletable_menu > ul > li > ul > li > ul > li > a:hover {
text-decoration: none;
    color: #fff81b;
    cursor: pointer;
}






/* End line-center */


/* information */
.lake-header__information__text-block {
    color: #ffffff;
        padding: 0 0 0 20px;
    }

.lake-header__information__text-block__h2 {
    font-size: 24px;
    letter-spacing: 1px;
    padding: 20px 0;
    font-weight: bold;
    } 

.lake-header__information__text-block__content {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    }

.lake-header__information__text-block__more {
    font-size: 12px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    }

.lake-header__information__text-block__more:link {
text-decoration: none;
    color: #ffffff;

    }
.lake-header__information__text-block__more:visited {
text-decoration: none;
    color: #ffffff;

    }
.lake-header__information__text-block__more:hover {
     border-bottom: 0px;
    color: #ffffff;
    text-decoration: none;

    }



/* End information */


/* End lake-header */




/* Photo Gallery *//*
.jg_photo_container > a, .jg_catelem_photo {
        width: 165px;
    height: 120px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    
}

img.jg_photo, .jg_minis a img {
    width: 165px;
    min-height: 120px;
}

*/


.gallery .pagination ul {
 
}
.gallery .pagination ul > li {
display: inline-block;
    
}

.gallery .pagination ul > li a {
 color: #636b73;
padding: 4px 8px;
}

div.gallery .jg-footer {
    border-bottom: 1px solid #636b73;
}

.pagination .pagination-list {
    padding: 0;
}
.gallery .pagination ul > li.disabled.hidden-phone a {
    background: #52a5d2;
    color: #fff;
}
.gallery .pagination ul > li:nth-child(1) {
display: none;
}
.gallery .pagination ul > li:nth-child(2) {
display: none;
}

.jg_element_txt {
    margin-left: 5px;
}
.jg_element_txt > ul > li {
color: #3f3f3f;
    font-size: 11px;
    margin: 5px 0;
}
.jg_element_txt > ul > li > a > b {
    font-weight: normal;
    font-size: 12px;
}



.jg_photo_container {
    height: 120px;
    overflow: hidden;
    width: 165px;
        border: 1px solid #D0EDFB;
}

.jg_photo_container > a, .jg_catelem_photo {

    
}

img.jg_photo, .jg_minis a img {
    min-width: 165px;
    min-height: 120px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border:0;
}

.jg_back > a {
padding: 6px 15px 4px;
    border: 1px solid #A5A5A5;
    display: table;
    margin: 0 auto;
    color: #A5A5A5;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 10px;
}
.jg_back > a:hover {
    text-decoration: none;
    border-color: #52A5D2;
    color: #52A5D2;
}

.gallery .jg-header {
    text-align: center;
    color: #005BA0;
    font-size: 22px;
    font-weight: bold;
    border: 0;
    margin: 10px 0 14px;
    padding: 0;
    text-align: left;
    background: none;
    box-shadow: none;
}

img.jg_icon {
    width: 50px;
    height: 50px;
}

.jg_detailnaviprev, .jg_detailnavinext {
    //display: none;
}


.lake-main-container {
}



.lake-content__news-main {
        padding: 0 10px 30px;
    box-shadow: 0px 0px 10px #B9B9B9;
    margin: 0 20px;
}






/* breadcrumb */

.lake-header__breadcrumb .breadcrumb {
    background: none;
    margin: 0;
    margin-top: 5px;
    padding: 8px 0;
}
.lake-header__breadcrumb .breadcrumb a {
    color: #3f3f3f;
    text-decoration: underline;
    font-size: 12px;
}
.lake-header__breadcrumb .breadcrumb span {
    font-size: 12px;
}
.lake-header__breadcrumb .divider {
    display: none;
}
.lake-header__breadcrumb .breadcrumb > li + li:nth-child(2):before {
  display: none;
}


/* End breadcrumb */
/* End Photo Gallery */




/* Main News */
.category-all-news div.catItemImageBlock {
float: left;

    padding: 0;
    margin: 0;
        margin-right: 10px;
}
.category-all-news div.catItemIntroText {
    padding: 0;
    font-size: 11px;

    line-height: 15px;
}

.category-all-news div.catItemHeader span.catItemAuthor{
display: none;
}
.category-all-news div.catItemLinks {
display: none;
}
.category-all-news div.catItemReadMore {
display: none;
}

.category-all-news .lake-conent__news-h3_catItemTitle {
margin: 0;
    margin-bottom: 15px;
    line-height: 8px;
}
.category-all-news .lake-conent__news-h3_catItemTitle a {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
}

.category-all-news div.catItemBody {
    padding: 0px 0;
    margin: 0;
    border-bottom: 1px dotted #000;
}

.category-all-news .lake-conent__news-main__grid {
    display: table;
    width: 100%;
}
.category-all-news .lake-conent__news-main__grid-row {
    display: table-row;
    width: 100%;
}

.category-all-news .lake-conent__news-main__grid-row > div {
display: table-cell;
    vertical-align: top;
}

.category-all-news .lake-conent__news-main__grid-img {
       width: 140px; 
}
.category-all-news div.catItemHeader span.catItemDateCreated {
    font-size: 12px;
    color: #565656;
    margin-bottom: 4px;
}
.category-all-news div.catItemHeader {
    margin-bottom: 5px;
}


.category-all-news .lake-conent__news-main__grid-text_max {
height: 100px;
    overflow: hidden;
    margin-bottom: 10px;
}

.category-all-news div.catItemView {
    padding: 0 20px;
     margin-bottom: 7px;
}

.lake-content__news-main__h2 {
    color: #0070b3;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 15px;
    padding: 30px 0 0 0;
}


/* End Main News */







/* footer */

.lake-footer {
    background: url(../images/bg/lake-header-information.jpg);
    background-size: cover;
    background-position: center center;
    padding-bottom: 4px;
    position: relative;
    z-index: 1;
}

.footer-ozero__text {
    color: #ffffff;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding: 10px 30px 0 0;
}

.footer-ozero__img {
    text-align: center;

}
.footer-ozero__img img {
   width: 95%;
    max-width: 179px;
        border: 2px #fff solid;
    border-radius: 4px;
}

.lake-footer__shadow-top, .lake-header__information__shadow-top {
    height: 26px;
    background: url(../images/bg/bg-shadow-top.png);
    background-size: cover;
    background-position: center top;
}

.lake-header__information__shadow-top {
        margin-bottom: -20px;
}

.lake-header__information__shadow-bot {
    height: 26px;
    background: url(../images/bg/bg-shadow-bot.png);
    background-size: cover;
    background-position: center top;
}
.lake-header__information__shadow-bot {
    margin-top: -26px;
}
.lake-footer__copy {
color: #fff;
    font-size: 12px;
    text-align: center;
}

.footer-ozero__copy-block {
    margin-top: -55px;
    padding-bottom: 10px;
}
/* End footer */

/* News */

.the-news-block__table {
    display: table;
    margin: 0 10px;
}
.the-news-block__table-row {
    display: table-row;
}
.the-news-block__table-cell {
    display: table-cell;
    vertical-align: top;
        padding-bottom: 10px;
      border-bottom: 1px #000 dotted;
}

#lake-news-catItemView .catItemView {
    margin-bottom: 5px;
}
#lake-news-catItemView div.catItemIntroText {
    padding: 0;
    font-size: 12px;
    line-height: 15px;
    margin-top: 5px;
}
#lake-news-catItemView div.catItemBody {
   padding: 0;
}

#lake-news-catItemView .catItemTitle {
   padding: 0;
    margin: 0;
        margin-top: 2px;
}
#lake-news-catItemView  .catItemTitle a {
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 16px;
    display: block;
}
#lake-news-catItemView .the-news-block__table-cell:first-child img {
     min-width: 135px;
    padding-right: 5px;
        max-height: 100px;
    margin-bottom: -5px;
}
#lake-news-catItemView div.catItemLinks {
    margin: 0 0 -5px 0;
    padding: 0;
}

#lake-news-catItemView .the-news-block__table-cell__text {
     height: 110px;
    overflow: hidden;
        width: 350px;
}

#lake-news-catItemView div.catItemImageBlock {
    padding: 8px 0 0px 0;
    margin: 0 0 7px 0;
}
#lake-news-catItemView .catItemHeader {
    padding-left: 12px;
}
.templates-ozero #k2Container {
  padding: 0;
}
.templates-ozero div.k2Pagination {
display: none;
}

.lake-content__all-news a {
    margin-left: 15px;
    color: #636b73;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}

#lake-news-catItemView div.catItemHeader span.catItemDateCreated {
    color: #636B73;
}
.pagination-list .hidden-phone a {
    color: #636b73;
    border: 0;
         padding: 1px 7px;
        font-size: 14px;
    text-decoration: none;
    border-radius: 0;
        margin: 0;
}
.pagination-list .hidden-phone a:hover {
text-decoration: underline;
          background: #52a5d2;
    color: #fff;
}
.pagination-list .hidden-phone.active a {
      background: #52a5d2;
    color: #fff;
}
.pagination-list > li:nth-last-child(2), .pagination-list > li:nth-last-child(1), .pagination-list > li:nth-child(2), .pagination-list > li:nth-child(1) {
display: none;
}

/* End News */


.templates-ozero-2 {
    padding: 0 20px;
    margin-bottom: -23px;
    padding-bottom: 40px;
}








.lake-content__recreation {
margin-top: 40px;
    margin-bottom: 10px;
}

.lake-content__recreation-block {
    background: url(../images/bg/bg-el-1.png);
    background-repeat: repeat-x;
    width: 91%;
    margin: 0 15px;
    border-top: 1px #f1f5f7 solid;
    border-bottom: 1px #bac7d2 solid;
}

.lake-content__recreation-block__left {
    background-repeat: no-repeat;
    background-position: left center;
}

.lake-content__recreation-block-1 .lake-content__recreation-block__left {
        background: url(../images/bg/bg-el-icon-1.png);
}
.lake-content__recreation-block-2 .lake-content__recreation-block__left {
        background: url(../images/bg/bg-el-icon-2.png);
}
.lake-content__recreation-block-3 .lake-content__recreation-block__left {
        background: url(../images/bg/bg-el-icon-3.png);
}
.lake-content__recreation-block-4 .lake-content__recreation-block__left {
        background: url(../images/bg/bg-el-icon-4.png);
}



.lake-content__recreation-block__right {
    height: 80px;
    background: url(../images/bg/bg-el-right-1.png);
    background-repeat: repeat-x;
    margin-left: 120px;
    padding: 18px 0px;
    text-align: center;
    font-size: 15px;
}

.lake-content__recreation__a {
    text-decoration: none;
    color: #0070b3;
}
.lake-content__recreation__a:hover .lake-content__recreation-block__right {
    text-decoration: underline;
}

.lake-content__last-media__video__title {
    color: #0070b3;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px 15px;
    padding: 30px 0 0 0;
}
.lake-content__last-media__video__modul {
    padding: 0 15px;
}
.lake-content__last-media__video__read-more {
    margin-top: 10px;
}
.lake-content__last-media__video__read-more a {
        margin-left: 15px;
    color: #636b73;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
}
.lake-content__last-media__photo__read-more {
    margin-top: -5px;
}
.lake-content__last-media__photo__read-more a {
    margin-left: 0px;
    color: #636b73;
    font-size: 12px;
    text-transform: uppercase;
}

.lake-content__last-media__photos {
    padding-left: 0 15px;
}

.lake-content__last-media__photos .moduletable > div > div {
    background: url(../images/bg/main-top-photo.png);
    background-repeat: repeat-x;
    margin-bottom: 15px;
    padding: 0;
}
.lake-content__last-media__photos .moduletable .joomimg_row > div > div {
    margin-right: 10px;
    height: 115px;
    overflow: hidden;
    width: 150px;
        text-align: center !important;
}
.lake-content__last-media__photos .moduletable .joomimg_row ul > li {
        text-align: left !important;
}
.lake-content__last-media__photos .moduletable .joomimg_row > div > div img {
min-height: 100%;
    width: 100% !important;
}

.lake-content__last-media__photos .moduletable .joomimg_row .joomimg109_txt ul > li:first-child b {
    font-size: 12px;
    color: #0070b3;
}

.lake-content__last-media__photos .moduletable .joomimg_row .joomimg109_txt ul > li:first-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.lake-content__last-media__video {
      margin-bottom: 30px;
}
  


#k2Container .itemHeader h2.itemTitle {
    color: #0070b3;
    font-size: 22px;
    font-weight: bold;
}

.templates-ozero-2 .jg_back {
    padding-bottom: 30px;
}

#motioncontainer {
    width: 1020px;
}

.templates-ozero__main-text {
    padding: 0 15px;
}
.templates-ozero__main-text .k2Anchor {
    display: none;
}

.lake-header__line-center__nav-main .moduletable_menu > ul > li.active {
     border-bottom: 5px #f1eb2e solid;
    padding-bottom: 3px;
}


.ozero__konakts-h2 {
    color: #0070b3;
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0 40px 0;
}


.container-ozero-3 .itemBackToTop {
    display: none;
}




/* Banner */

.ozero-footer__banners {
display: table;
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    width: 357px;
    padding: 10px;
}

.ozero-footer__banners a {
  vertical-align: middle;
    display: inline-block;
    text-align: center;
        margin: 0 12px;
}
.ozero-footer__banners a > div {
    display: table;
    margin: 0 auto;
}
.ozero-footer__banners_img-1 {
        width: 100px;
}
.ozero-footer__banners_img-2 {
      width: 100px;  
}
.ozero-footer__banners_img-3 {
     width: 60px;   
}

.ozero-footer__banners_img-1-a {
    background: url(../images/banner-img-gray-1.png) no-repeat;
    background-position: 0 0;
    width: 87px;
    height: 58px;
}
.ozero-footer__banners a:hover .ozero-footer__banners_img-1-a {
    background: url(../images/banner-img-active-1.png);
}
.ozero-footer__banners_img-2-a {
    background: url(../images/banner-img-gray-2.png) no-repeat;
    background-position: 0 0;
    width: 75px;
    height: 90px;
}
.ozero-footer__banners a:hover .ozero-footer__banners_img-2-a {
    background: url(../images/banner-img-active-2.png);
}
.ozero-footer__banners_img-3-a {
    background: url(../images/banner-img-gray-3.png) no-repeat;
    background-position: 0 0;
    width: 42px;
    height: 86px;
}
.ozero-footer__banners a:hover .ozero-footer__banners_img-3-a {
    background: url(../images/banner-img-active-3.png);
}

/* End Banner */



/* table-services */
.table-services {
    width: 100%;    
}
.table-services tr td {
  color: #636b73;
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding: 7px;
    text-align: center;
    border-left: 1px #eaeaea solid;
    border-top: 1px #eaeaea solid;
    min-width: 100px;
}
.table-services tr td:last-child {
     border-right: 1px #eaeaea solid;
}

.table-services tr td:first-child {
text-align: left;
    width: 250px;
}

.table-services tr:nth-child(2n + 1) td {
background: #f2f2f2;
}



.table-services tr:first-child td, .table-services tr:last-child td {
background: #2871b0; 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2871b0', endColorstr='#165082');
background: -webkit-linear-gradient(top, #2871b0, #165082); 
background: -moz-linear-gradient(top,  #2871b0,  #165082);
background: -o-linear-gradient(top,  #2871b0,  #165082);
background: -ms-linear-gradient(top,  #2871b0,  #165082);
background: linear-gradient(to bottom,  #2871b0,  #165082);
    
color: #ffffff;
font-size: 13px;
text-align: center;
text-decoration: underline;
padding: 10px 0;

  border-top: 0;
  border-bottom: 0;
border-left: 1px #144e80 solid;
}
.table-services tr:first-child td {
  text-transform: uppercase;  
}
.table-services tr:first-child td:first-child, .table-services tr:last-child td:first-child {
    font-size: 1px;
    color: #2871b0;
}


.table-services tr:last-child td a {
    color: #fff;

}









/* End table-services */



.footer-ozero__copy-block-right {
        margin-top: 7px;
}


.footer-ozero__img-a {
    position: absolute;
    z-index: -1;
    left: 0;
}

.footer-ozero__img:hover .footer-ozero__img-a {
     z-index: 5;
}





.highslide-container > div > .highslide-controls {
display: none;
}

#highslide-wrapper-1 .highslide-controls {
    
}





/*
.table-services tr td:first-child:after {
    content: "";
    width: 564px;
    height: 330px;
    display: none;
    border: 2px red solid;
    position: absolute;
    background: url(../images/after.png) no-repeat;
    background-position: 0 0;
    margin: 8px 0 0 243px;
    
}
*/
.table-services tr td:first-child:hover:after {
    display: block;
}

.table-services tr:first-child td:first-child:hover:after {
background: none;
      display: none;
}

.table-services tr:last-child td:hover:after, .table-services tr:nth-last-child(2) td:hover:after {
background: none;
      display: none;
}







/* English */

.translated-ltr {
    
}

img.logo-en-ltr, div.logo-en-ltr {
    display: none;
}

.translated-ltr .lake-header__line-center__logo-img > img, .translated-ltr .lake-header__line-center__logo-title .lake-header__line-center__logo-title__text {
    display: none;
}
.translated-ltr .lake-header__line-center__logo-img > img.logo-en-ltr, .translated-ltr .lake-header__line-center__logo-title .lake-header__line-center__logo-title__text.logo-en-ltr {
    display: block;
}

.lake-header__line-center__logo-title .span-normal {
   font-weight: normal;
    font-size: 11px;
    display: inline;
}

.span-is-none {
    display: none;
}



/* End English */




/* Login */

.form-horizontal .control-label {
    text-align: left;
}
.nav.nav-tabs.nav-stacked {
    display: none;
}


.ozero-header__banners__title-1 {
        font-size: 9px;
    width: 100px;
    margin-left: -6px;
}
.ozero-header__banners__title-2 {
    font-size: 9px;
    width: 100px;
    margin-left: -26px;
}

.ozero-header__banners a:last-child img {
    width: 35px;
}

.ozero-footer__banners__1 {
        font-size: 9px;
    color: #ffffff;
}

.ozero-footer__banners__2 {
    font-size: 9px;
    color: #ffffff;
    width: 100px;
    margin-left: -20px !important;
}
