#home-teaserwrap {
    clear: both;
    background: #003f5e url('/img/content_bg1.png') top center repeat-y;
}
#home-textwrap {
    clear: both;
    padding: 0 0 2em 0;
    background: url('/img/stripes_bottom.png') center bottom no-repeat, url('/img/stripes_top.png') center top no-repeat;
    background-color: #000;
}

#home-imagewrap {
    clear: both;
    padding: 1em 0;
    background: url('/img/content_bg2.png') center top repeat-y, url('/img/image.jpg') center center no-repeat;
    background-color: #090f0c;
}

#home-newswrap {    
    clear: both;
    padding: 0 0 1em 0;
    border-top: 1px solid #283340;
}

#home-placewrap {    
    clear: both;
}

#home-teaser,
#home-text,
#home-news,
#home-image,
#home-place {
    position: relative;
    width: 980px;
    margin: 0 auto;
}

#home-image {
    height: 320px;
}

#home-image .title {
    color: #fff;
    font-size: 2em;
    font-family: PlumbMediumCMediumC;
    text-transform: uppercase;
    background: url('/img/blue_bg.png') left bottom no-repeat;
    padding-left: .5em;
    line-height: 170%;
    position: absolute;
    left: 1em;
    bottom: 1em;
}

#home-news .corner {
    margin-top: -1px;
    background: url('/img/news_corner.png') top center no-repeat;
    height: 2em;
}

#home-news .item-list .item {
    width: 29%;
    float: left;
}

#home-news .item-list .item:nth-child(2) {
    width: 29%;
    float: left;
    margin: 0 3%;
    padding: 0 3%;
    border-left: 1px solid #283340;
    border-right: 1px solid #283340;
}

#home-place-text {
    width: 45%;
    float: left;
    margin: 2em 0;
    border: 5px solid #fff;
    height: 320px;
    overflow: hidden;
    background-color: #fff!important;
}

#home-place-map {
    width: 45%;
    float: right;
    height: 320px;
    border: 5px solid #fff;
    margin: 2em 0;
}

#home-place-map span.title {
    background: transparent;
    background-image: url('/img/map_bg.png');
    color: #333!important;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 1em;
    line-height: 2em;
    display: block;
    white-space: nowrap;
    font-family: PlumbMediumCMediumC;
    display: none;
    position: absolute;
    top: .5em;
    left: .5em;
    z-index: 1;
}

#home-place-map a.more {
    background: #d65a24;
    background-image: url('/img/ticket_bg.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b87bd), color-stop(100%,#076898));
    background-image: url('/img/ticket_bg.png'), -webkit-linear-gradient(#1b87bd 0, #076898 100%);
    background-image: url('/img/ticket_bg.png'), -moz-linear-gradient(#1b87bd 0, #076898 100%);
    background-image: url('/img/ticket_bg.png'), -ms-linear-gradient(#1b87bd 0, #076898 100%);
    background-image: url('/img/ticket_bg.png'), -o-linear-gradient(#1b87bd 0, #076898 100%);
    background-image: url('/img/ticket_bg.png'), linear-gradient(#1b87bd 0, #076898 100%);
    color: #fff!important;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 1em;
    line-height: 2em;
    display: block;
    text-decoration: none!important;
    white-space: nowrap;
    font-family: PlumbMediumCMediumC;
    display: none;
    position: absolute;
    bottom: .5em;
    right: .5em;
    z-index: 1;
}

#home-place .title {
    color: #fc0;
    font-size: 2em;
    font-family: PlumbMediumCMediumC;
    text-transform: uppercase;
    background: url('/img/green_bg.png') left bottom no-repeat;
    padding-left: .5em;
    line-height: 240%;
    margin-bottom: 1em;
}

#home-text .title {
    font-size: 3em;
    font-family: PlumbMediumCMediumC;
    text-transform: uppercase;
    background: url('/img/purple_bg.png') right bottom no-repeat;
    color: #fc0;
    line-height: 120%;
    padding: 0 1em 20px .25em;
    margin: .7em 0 .5em 0;
    display: inline-block;
}

#home-news .title {
    float: left;
    font-size: 2.3em;
    font-family: PlumbMediumCMediumC;
    text-transform: uppercase;
    background: url('/img/baloon_bg.png') right bottom no-repeat;
    min-height: 75px;
    text-align: right;
    color: #fc0;
    line-height: 60px;
    padding-right: 50px;
}

#home-news .title a {
    color: #fc0!important;
    text-decoration: none!important;
}

#home-news .more {
    float: right;
    font-size: 1em;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    background: url('/img/more_bg.png') right center no-repeat;
    min-height: 40px;
    min-width: 190px;
    color: #fff;
    margin-top: 1em;
}

#home-news .more a {
    color: #fff!important;
    text-decoration: none!important;
}

#home-news .item-list {
    margin-top: 1em;
}

#home-news .item .subj {
    font-weight: bold;
    color: #eee;
    font-size: 1.1em;
}

#home-news .item .date {
    margin-bottom: 1em;
    color: #fc0;
    font-size: .9em;
}

#home-news .item .link {
    font-weight: bold;
    margin: 1em 0;
    text-align: right;
    text-transform: uppercase;
}

#home-news .item .link a {
    text-decoration: none!important;
}

.sticker {
    position: absolute;
    right: 0;
    top: -100px;
    width: 160px;
    height: 160px;
    border: 2px solid #fff;
    text-align: center;
    background: #01293e url('/img/sticker_bg.png') top left repeat;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
    z-index: 11; /* у слайдера z-index: 10; */
}

.sticker a, .sticker big {
    color: #f60;
    font-family: PlumbMediumCMediumC;
    text-decoration: none!important;
    font-size: 2em;
    line-height: 100%;
}

.sticker small {
    color: #5ac9ff;
    font-family: PlumbCRegular;
    font-size: .9em;
    line-height: 130%;
}
/*
 * SLIDES JS
 */
#home-teaser {
    display:none; /* Prevents the slideshow from flashing on load */
    position: relative;
}

.slidesjs-navigation {
    margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous {
    background-image: url('/img/btns-next-prev.png');
    background-repeat: no-repeat;
    display:block;
    width:16px;
    height:40px;
    overflow: hidden;
    text-indent: -9999px;
}

a.slidesjs-next {
    margin-right:10px;
    background-position: -16px 0;
    z-index: 50;
    position: absolute;
    top: 50%;
    right: 1em;
    margin: 0;
}

a:hover.slidesjs-next {
    background-position: -16px -40px;
}

a.slidesjs-previous {
    background-position: 0 0;
    z-index: 50;
    position: absolute;
    top: 50%;
    left: 1em;
}

a:hover.slidesjs-previous {
    background-position: 0 -40px;
}

.slidesjs-pagination {
    list-style: none;
    position: absolute;
    bottom: 2%;
    left: 63%;
    z-index: 50;
}

.slidesjs-pagination li {
    float: left;
    margin-right: 8px;
}

.slidesjs-pagination li a {
    display: block;
    width: 13px;
    height: 0;
    padding-top: 13px;
    background-image: url('/img/pagination.png');
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
    background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
    background-position: 0 -26px
}

#home-teaser .slide-img {
    float: left;
    width: 65%;
}

#home-teaser .slide-text {
    float: left;
    width: 31%;
    background: #01293e;
    padding: 2%;
    color: #5ac9ff;
    font-family: PlumbCRegular;
    font-size: 1.5em;
    line-height: 150%;
}

#home-teaser .slide-text big {
    font-size: 2em;
    line-height: 100%;
    display: block;
    margin-bottom: .5em;
}
/*
 * MEDIA
 */
@media screen and (max-width: 980px) {
    #home-teaser {
        width: auto;
    }
    #home-text,
    #home-news,
    #home-image,
    #home-place {
        width: 95%;
    }
    #home-teaser .slide-text {
        font-size: 1.25em;
    }
    #home-teaser .slide-text big {
        font-size: 1.5em;
    }
    #home-text .title {
        font-size: 2.9em;
    }
}

@media screen and (max-width: 780px) {
    #home-teaser .slide-img {
        width: 100%;
    }
    #home-teaser .slide-text  {
        display: none;
    }
    #home-text .title {
        margin-top: .2em;
        font-size: 2.5em;
    }
    #home-imagewrap {
        background-size: auto, cover;
    }
    #home-place-text {
        display: none;
    }
    #home-place{
        width: auto;
    }
    #home-place-map {
        float: none;
        margin: 0;
        padding: 0;
        border: 0;
        width: auto;
        box-shadow: none;
    }
    #home-place-map a.more,
    #home-place-map span.title {
        display: block;
    }
    #home-text .sticker,
    #partners .sticker {
        display: none;
    }
    /* вставили в шаблон главной
    #partners .corner {
        background-image: url('/img/partners_corner2.png');
    }
    */
    .slidesjs-pagination {
        top: 1em;
        right: 1em;
        bottom: auto;
        left: auto;
    }
    #home-news .more,
    #home-news .item-list .item:nth-child(3) {
        display: none;
    }
    #home-news .item-list .item:nth-child(1) {
        width: 47%;
    }
    #home-news .item-list .item:nth-child(2) {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        width: 46%;
    }
}

@media screen and (max-width: 480px) {
    #slides .slide-text,
    a.slidesjs-next,
    a.slidesjs-previous {
        display: none;
    }
    .slidesjs-pagination {
        top: -5px;
        right: 0;
    }
    #home-text .title {
        font-size: 2.3em;
    }
    #home-news .item-list .item {
        float: none;
        width: auto!important;
        padding: 0!important;
        margin: 0!important;
        border: 0!important;
    }
    #home-place-map a.more {
        font-size: 1.1em;
    }
}
@media screen and (max-width: 320px) {
    #home-place-map span.title {
        top: 5px;
        left: 5px;
    }
    #home-place-map a.more {
        left: 5px;
        right: 5px;
        bottom: 5px;
        padding: 0;
        text-align: center;
    }
    .slidesjs-pagination {
        display: none;
    }
}
