/* water.krc.karelia.ru STYLE */

.site-lang {
    color: #05b2bc;
}

.load-more:after {
    background: url(/images/icons.png) -67px -18px no-repeat;
}

.load-more,
.search-section,
.page-bottom a,
.page .up-link,
.page .bottom-link-right,
.page h3,
.page h3 a,
.text a,
.imp,
.page .news-page a,
.news-list .news-anons a,
.list-annot .item-title a,
.publ-title a {
    color: #24949a;
}

.page big {
    color: #042749;
}

.news-anons big {
    font-size: 14px;
}

.hor-menu>li {
    background: url(/images/bg_hmenu_r.png) 100% 0 no-repeat,
        url(/images/bg_hmenu_l.png) 0 0 no-repeat;
}

.hor-menu>li:nth-of-type(1) {
    background: url(/images/bg_hmenu_r.png) top right no-repeat;
}

.hor-menu>li:nth-last-of-type(1) {
    background: url(/images/bg_hmenu_l.png) top left no-repeat;
}

.hor-menu>li:hover,
.hor-menu .hor-menu-open {
    background: url(/images/bg_hmenu_r_open.png) 100% 0 no-repeat,
        url(/images/bg_hmenu_l_open.png) 0 0 no-repeat;
}

.hor-menu>li:nth-of-type(1):hover,
.hor-menu .hor-menu-open:nth-of-type(1) {
    background: url(/images/bg_hmenu_r_open.png) top right no-repeat;
}

.hor-menu>li:nth-last-of-type(1):hover,
.hor-menu .hor-menu-open:nth-last-of-type(1) {
    background: url(/images/bg_hmenu_l_open.png) top left no-repeat;
}

.back-link:before,
.up-link:before {
    background: url(/images/icons.png) 0 0 no-repeat;
}

.bottom-link-right:after {
    background: url(/images/icons.png) -19px 0 no-repeat;
}

.go-prev:before {
    background: url(/images/icons.png) 0 -18px no-repeat;
}

.go-next:before {
    background: url(/images/icons.png) -34px -18px no-repeat;
}

.hor-menu>li,
.hor-menu>li:nth-of-type(1),
.hor-menu>li:nth-last-of-type(1) {
    background-color: #05b2bc;
}

.hor-menu>li:hover,
.hor-menu .hor-menu-open,
.hor-menu>li:nth-of-type(1):hover,
.hor-menu .hor-menu-open:nth-of-type(1),
.hor-menu>li:nth-last-of-type(1):hover,
.hor-menu .hor-menu-open:nth-last-of-type(1) {
    background-color: #24949a;
}

.hor-menu-sub-item {
    color: #08342f;
}

.hor-menu-sub-item:hover {
    background: #b6e9ec;
}

.imp {
    background: #f3efe6;
    border-left: 9px #24949a solid;
    color: #24949a;
}

.adverts-krc-col {
    background-color: #4db176;
}

.adverts-krc-col .adverts-item,
.adverts-krc-col .adverts-item-more,
.adverts-sc-col .adverts-item {
    color: #fff;
}

.adverts-sc-col .adverts-item-more {
    color: #b5d4d6; 
    font-style: italic;
    text-align: right;
}

.adverts-sc-col {
    margin-bottom: 15px;
    padding: 16px 32px 0;
}

.adverts-sc-col,
.adverts-sc-col .adverts-item {
    background-color: #24949a; 
}

.bottom-search-submit {
    margin-bottom: 0;
}

.site-logo p:nth-last-of-type(1) {
    margin-top: 15px;
}

div.head {
    background: #efebe0;
}

.ver-menu-start a, .ver-menu a {
    padding: 10px 0 0;
}

.photogallery-banner-right {
    background: url(images/bg_photogallery.jpg) no-repeat;
    box-sizing: border-box;
    color: #001b2f;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 92px;
    margin-bottom: 20px;
    padding: 67px 0 0 10px; 
    text-decoration: none;
    text-transform: uppercase;
}

.top-search-submit input {
    background-color: #24949a;
}

.news-item {
    display: table;
}

.page {
    display: table;
}

.event-col-item-data {
    color: #f6342d;
}

.main-news-list {
    background: #e6f3f6;
    border-bottom: 2px dotted #c6ccca;
    border-top: 2px dotted #c6ccca;
}

.main-news-list .news-item {
    color: #172f38;
}

.main-news-list .news-data {
    color: #5b5f69;
}

.bottom,
.bottom-search-submit input {
    background: #112324;
}

.bottom-menu a,
.bottom-search a,
.copyright {
    color: #d1e3e0;
}

.bottom-col:nth-of-type(2) {
    font-size: 14px;
}

.advert-vacan {
    background: #24949a;
}

.right-banners img {
    width: 100%;
    max-width: 479px;
}

/*********************************************************************************
 RESOLUTION   before 1200 px
 *********************************************************************************/

@media screen and (max-width: 1200px) {
    .bottom-col:nth-of-type(1) {
        width: 15%;
    }

    .bottom-col:nth-of-type(2) {
        width: 25%;
    }

    .bottom-col:nth-of-type(3) {
        width: 27%;
    }

    .bottom-col:nth-last-of-type(1) {
        width: 33%;
    }

    .copyright {
        font-size: 12px;
        line-height: 16px;
    }
}

/*********************************************************************************
 RESOLUTION   1201-1440 px
 *********************************************************************************/

@media screen and (min-width: 1201px) and (max-width: 1440px) {
    .bottom-col:nth-of-type(1) {
        width: 20%;
    }

    .bottom-col:nth-of-type(2) {
        width: 25%;
    }

    .bottom-col:nth-of-type(3) {
        width: 24%;
    }

    .bottom-col:nth-last-of-type(1) {
        width: 30%;
    }

    .copyright {
        font-size: 12px;
        line-height: 16px;
    }
}

/********************************************************************************* 
 RESOLUTION  after 1441 px
 *********************************************************************************/
@media screen and (min-width: 1441px){
    .bottom-col:nth-of-type(1) {
        width: 17%;
    }

    .bottom-col:nth-of-type(2) {
        width: 26%;
    }

    .bottom-col:nth-of-type(3) {
        width: 27%;
    }

    .bottom-col:nth-last-of-type(1) {
        width: 30%;
    }
}
