@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

header, nav, section, article, aside, footer {
    display: block;
}

body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
}

a {
    color: #000;
    outline: none;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0 0 18px;
}

img {
    border: none;
}

input {
    vertical-align: middle;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

h6 {
    font: normal 14px 'DINCondensedRegular';
    letter-spacing: 1px;
    font-weight: 500;
}

.search_result h6 {
    margin-bottom: 10px;
}

h5 {
    font: normal 12px 'DINCondensedRegular';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

h4 {
    font: normal 14px 'DINCondensedRegular';
    text-transform: uppercase;
}

h3 {
    font: normal 18px 'DINCondensedRegular';
    text-transform: uppercase;
}

h2 {
    font: normal 21px 'DINCondensedRegular';
    text-transform: uppercase;
    margin-bottom: 18px;
}

h1 {
    font: normal 24px 'DINCondensedRegular';
    text-transform: uppercase;
    margin-bottom: 14px;
}

.err404 h2 {
    font: normal 26px 'DINCondensedRegular';
    text-transform: uppercase;
    margin-bottom: 18px;
}

.err404 h1 {
    font: normal 30px 'DINCondensedRegular';
    text-transform: uppercase;
    margin-bottom: 14px;
}

hr {
    border: none;
    height: 1px;
    clear: both;
    margin: 8px 0;
    background: #e7e7e7;
}

hr.black {
    background: #000;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    height: 116px;
}

.slogo {
    float: left;
    letter-spacing: 3px;
    margin: 14px 0 2px 0;
    font: 30px 'DINCondensedRegular';
    text-transform: uppercase;
    color: #c1c1c1;
}

.search {
    float: left;
    margin: 16px 12px 0 18px;
}

.search .field, .subscribe .field {
    width: 170px;
    border: #bfbfbf 1px solid;
    padding: 3px 4px;
    outline: none;
    /*box-shadow:inset 0px 1px 0px #cfcfcf;*/
}

.field_second_name, .field_first_name {
    outline: none;
    width: 138px;
    padding: 3px 4px;
    margin-bottom: 5px;
    border: #bfbfbf 1px solid;
    /*box-shadow:inset 0px 1px 0px #cfcfcf;*/
}

.search .but {
    width: 39px;
    height: 22px;
    cursor: pointer;
    background: url(../images/search_but.png) right 0px no-repeat;
    border: none;
}

.err404 .search .but, .search_result .search .but {
    width: auto;
    height: 22px;
    text-shadow: 1px 1px 0px #fff;
    background: #c3c3c3;
    border: none;
    border-bottom: #b2b2b2 2px solid;
    font: 16px/12px Arial;
    padding: 0px 8px;
}

.err404 .search .field {
    width: 370px;
    margin: 0px 12px 0 0;
}

.search_result .search .but {
    height: 26px;
}

.search_result .search .field {
    width: 460px;
    margin: 0px 12px 0px 0;
    font: bold 16px Arial;
    letter-spacing: 1px;
    color: #444;
}

.err404 .search {
    margin: 18px 0px;
}

.search_result .search {
    margin: 0 0 21px 0px;
}

.lang {
    float: right;
    margin-top: 16px;
}

.lang a {
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*.top_menu{width:780px; height:34px; border-top:#000 2px solid; border-bottom:#000 2px solid;}*/
.top_menu {
    width: 700px;
    height: 34px;
    border-top: #000 2px solid;
    border-bottom: #000 2px solid;
}

/*.top_menu a{display:bock; float:left; height:34px; letter-spacing:1px; margin-right:28px; padding:0 6px; font:21px/37px 'DINCondensedRegular'; text-transform:uppercase; text-decoration:none;}*/
.top_menu a {
    display: block;
    float: left;
    height: 34px;
    letter-spacing: 1px;
    margin-right: 5px;
    padding: 0 6px;
    font: 20px/37px 'DINCondensedRegular';
    text-transform: uppercase;
    text-decoration: none;
}

.top_menu a.last {
    margin-right: 0px;
    float: right;
}

.top_menu a.act, .top_menu a:hover {
    background: #ccc;
}

.logo img {
    margin-top: 6px;
}

.subscribe {
    margin: 4px 0;
}

.subscribe .field {
    width: 196px;
}

.subscribe .but {
    outline: none;
    width: 90px;
    height: 22px;
    text-shadow: 0px 1px 0px #fff;
    background: #c3c3c3;
    border-bottom: #b2b2b2 3px solid;
    border-top: #e7e7e7 1px solid;
    border-left: none;
    border-right: none;
    font: 12px Arial;
}

.subscribe .but:hover {

}

.subscribe .but:active {
    border-bottom: #b2b2b2 1px solid;
}

.subscribe .atention {
    color: #bfbfbf;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
    padding: 0 0 170px;
}

.carusel {
    height: 374px;
    border: #eee 3px solid;
    overflow: hidden;
    margin-bottom: 24px;
}

.carusel .larr {
    height: 28px;
    width: 24px;
    display: block;
    position: absolute;
    background: url(../images/c_larr.png) left bottom no-repeat;
    margin-top: 180px;
}

.carusel .larr:hover {
    background: url(../images/c_larr.png) left top no-repeat;
}

.carusel .rarr {
    height: 28px;
    width: 24px;
    display: block;
    position: absolute;
    background: url(../images/c_rarr.png) left bottom no-repeat;
    margin-top: 180px;
    margin-left: 586px;
}

.carusel .rarr:hover {
    background: url(../images/c_rarr.png) left top no-repeat;
}

.news_one {
    clear: both;
    padding: 12px 0;
    margin: 0 0 8px;
    overflow: hidden;
    border-bottom: 1px solid #DBDBDB;
}

.news_one.last {
    border-bottom: none;
}

.news_one h2 {
    margin-bottom: 4px;
}

.news_soon_img {
    float: left;
    width: 240px;
}

.news_soon_img img {
    border: 4px solid #DBDBDB;
}

.news_soon_img hr, .news_soon_img p, .news_soon_img div {
    margin-right: 18px;
}

.news_soon_text {
    float: left;
    width: 360px;
}

.news_soon_text hr {
    margin: 18px 0;
}

.grid_12 .news_soon_text {
    float: left;
    width: 630px;
}

.news_soon_text h5 {
    font-weight: bold;
    line-height: 21px;
}

.news_details {
    line-height: 28px;
    margin-bottom: 12px;
}

.a_all_info {
    display: inline-block;
    padding: 2px 8px;
    background: #c3c3c3;
    text-shadow: 1px 1px 0px #fff;
    text-decoration: none;
}

.news_small_img {
    float: left;
    width: 80px
}

.news_small_text {
    float: left;
    width: 220px
}

.mat_one {
    font-size: 14px;
    text-transform: uppercase;
}

.mat_one a {
    font-size: 12px;
    text-transform: none;
}

.mat_one i {
    text-transform: none;
}

.socials a {
    margin-right: 6px;
}

.right_ban {
    border: 1px solid #dbdbdb;
    padding: 30px;
    margin: 40px 0 20px;
}

.text_img {
    display: block;
    overflow: hidden;
    border: #ccc 3px solid;
    line-height: 1px;
}

.fl.text_img {
    margin: 0 18px 12px 0;
}

.fr.text_img {
    margin: 0 0 18px 18px;
}

.tags {
    padding-left: 21px;
    margin-bottom: 18px;
    background: url(../images/tag.png) left top no-repeat;
}

.archive_a {
    font: normal 12px 'DINCondensedRegular';
    display: block;
    float: right;
    color: #fff;
    background: #000;
    padding: 2px 4px;
    margin: -2px 0 2px;
    text-decoration: none;
}

.right_news_one a {
    font-size: 14px;
    text-decoration: none;
}

.right_news_one a:hover {
    text-decoration: underline;
}

.mat_add {
    padding: 3px 0;
}

ul.dash_li li {
    list-style: none;
    padding: 2px 0;
}

ul.dash_li li:before {
    content: "— "
}

a.inverted {
    text-decoration: none;
}

a.inverted:hover {
    text-decoration: underline;
}

.contact_p {
    font-size: 14px;
    line-height: 26px;
    border-bottom: #000 1px solid;
}

.years_selector {
    overflow: hidden;
}

.years_selector a {
    display: block;
    float: left;
    margin: 4px 8px 4px 0;
    padding: 2px 8px;
    font: normal 21px 'DINCondensedRegular';
}

.years_selector a.act {
    background: #ccc;
}

.letters_selector {
    line-height: 24px;
}

.letters_selector a {
    font: normal 14px 'DINCondensedRegular';
    padding: 2px;
    text-decoration: none;
    margin: 0;
    text-transform: uppercase;
}

.letters_selector a.act, .letters_selector a:hover {
    background: #000;
    color: #fff;
}

.month_selector {
    border-bottom: #000 3px solid;
    display: flex;
    justify-content: space-between;
}

.month_selector a {
    font: normal 14px 'DINCondensedRegular';
    padding: 6px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0
}

.month_selector a.act {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.y_larr {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background: url(../images/y_larr.png) left top no-repeat;
}

.y_rarr {
    display: block;
    float: left;
    width: 22px;
    height: 22px;
    background: url(../images/y_rarr.png) left top no-repeat;
}

.y_larr.pas {
    background: url(../images/y_larr.png) left bottom no-repeat;
}

.y_rarr.pas {
    background: url(../images/y_rarr.png) left bottom no-repeat;
}

.year_carusel {
    float: left;
    height: 22px;
    width: 76px;
    font: normal 21px 'DINCondensedRegular';
    overflow: hidden;
}

.year_carusel div {
    float: left;
    height: 22px;
    width: 76px;
    font: normal 21px 'DINCondensedRegular';
    text-align: center;
}

.main_404 {
    width: 330px;
    padding-top: 80px;
    font: 18px/28px Arial;
    color: #666;
}

.a_404 {
    display: block;
    width: 330px;
    height: 245px;
    background: url(../images/404.jpg) left top no-repeat;
    margin-bottom: 24px;
}

.logo_404 {
    display: block;
    width: 200px;
    height: 175px;
    background: url(../images/logo_404.png) left top no-repeat;
    margin-top: 300px;
}

.date {
    font: italic 12px Arial;
    color: #666;
    margin: -12px 0 10px;
}

.news_soon_img a {
    text-decoration: none;
}

.news_soon_img a:hover {
    text-decoration: underline;
}

.news_one.one {
    border: none;
}

.soon_program {
    line-height: 21px;
    margin-bottom: 12px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
    width: 100%;
    margin: -170px auto 0;
    height: 152px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    padding-top: 18px;
    line-height: 21px;
    text-align: center;
}

#footer .container_12 {
    border-top: #000 3px solid;
    padding-top: 18px;
}

#footer a {
    color: #000;
}

.green {
    color: #690 !important;
}

.green_dashed {
    border-bottom: #690 1px dashed;
    color: #690 !important;
}

.dark_green {
    color: #066 !important;
}

.dark_green_dashed {
    border-bottom: #066 1px dashed;
    color: #066 !important;
}

.grey {
    color: #666 !important;
}

.blue {
    color: #3366cc !important;
}

.black {
    color: #000 !important;
}

.white {
    color: #fff !important;
}

.yellow {
    color: #ffcb08 !important;
}

.red {
    color: #c30 !important;
}

.haki {
    color: #787801 !important;
}

.font60 {
    font-size: 60px !important;
}

.font36 {
    font-size: 36px !important;
}

.font24 {
    font-size: 24px !important;
}

.font18 {
    font-size: 18px !important;
}

.font16 {
    font-size: 16px !important;
}

.font15 {
    font-size: 15px !important;
}

.font14 {
    font-size: 14px !important;
}

.font13 {
    font-size: 13px !important;
}

.font12 {
    font-size: 12px !important;
}

.font11 {
    font-size: 11px !important;
}

.font10 {
    font-size: 10px !important;
}

.font9 {
    font-size: 9px !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.letters_selector a.pass, .letters_selector a.pass:hover {
    color: #e4e4e4;
    cursor: default;
    background: none
}

a.vis {
    height: 29px;
    background: url(../images/copyright_arthousetraffic1.png) right top no-repeat;
    padding: 8px 100px 8px 0;
    margin: -8px 20px 0 0;
    color: #c3c3c3 !important;
    text-decoration: none;
}

a.vis:hover {
    background: url(../images/copyright_arthousetraffic1.png) right -30px no-repeat !important;
    text-decoration: underline;
    color: #000 !important;
}

/* mobile styles
-----------------------------------------------------------------------------*/

.container_12 .only960, .container_12 .only768 {
    display: none;
}

/* mobile styles ЗАРАЗ В ПРОКАТІ, НЕЗАБАРОМ НА ЕКРАНАХ, ВСІ ФІЛЬМИ
 delete this comment when ready
------   copy old styles in 768px media request
------  write other styles for big mobiles and portrait mobiles
--------------------------------------------------------------------- start <--- */
.letters_wrapper {
    display: none;
}

.news_soon_img {
    float: none;
    width: 240px;
    margin: 0 auto;
}

.news_soon_text, .grid_12 .news_soon_text {
    float: none;
    width: 240px;
    margin: 0 auto;
}

.slogo, .lang, .search .field {
    display: none;
}

.search_result .field {
    display: inline;
}

#header .logo img {
    width: 150px;
    height: auto;
    float: left;
    margin-top: 27px;
}

#header {
    border-bottom: 2px solid black;
    margin-bottom: 20px;
}

.mobile-only {
    float: right;
    text-align: right;
    margin-top: 10px;
}

.mobile-only .search {
    float: none;
    margin: 10px 0;
}

.menu-btn {
    background: transparent;
    width: 25px;
    border: 0;
    cursor: pointer;
}

.menu-close {
    position: absolute;
    top: 48px;
    right: 48px;
}

.search .but {
    width: 25px;
    height: 14px;
    background: url(../images/search_but.png) center no-repeat;

}

.grid_2.alpha img {
    width: 95px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.grid_6.omega p {
    clear: both;
    width: 90%;
}

.grid_6.omega p.font14 {
    font-size: 12px !important;
    line-height: 1.2;
}

.grid_6.omega h2 {
    font-size: 16px;
    width: 90%;
}

#content {
    margin-left: 17px;
}

.left_part h4, .grid_12 h4 {
    font-size: 18px;
}

.person_one, .contacts {
    clear: both;
}

.about-company {
    margin-left: -17px;
}

.about-company .left_part {
    margin: 0 auto;
    width: 90%;
}

.about-company .right_part {
    margin: 0 auto;
    width: 90%;
}

.month_selector {
    display: none;
}

/*.search {
    position: absolute;
    top: 25px;
    right: 30px;
}
.search_result .search{position: static;}*/

/*----------------------------- end ---> */
.ytbtrailer iframe {
    width: 240px;
    height: 135px;
}

#show-polls {
    text-align: center;
    color: #fff;
    background-color: #000;
    width: 100%;
    padding: 30px 10px;
    font-size: 24px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    margin: 10px 0 10px;
}
.vote-item {
    display: flex;
    margin: 10px 0;
    align-items: center;
}
.vote-percent {
    width: 0;
    background: #000;
    max-width: 200px;
    margin-left: auto;
    height: 10px;
}
.vote-item__title{
    font-family: Arial, sans-serif;
    padding-left: 10px;
}
.vote-button{
    text-align: center;
    background-color: #575757;
    color: #fff;
    font-family: Arial, sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
}

.vote-disable {
    cursor: auto;
    background-color: #575757;
}
.vote-button.vote-disable:hover{
    background-color: #575757;
}

.vote-button:hover{
    background-color: #000;
}

#share-button {
    float: right;
    margin-right: -20px;
}
.poll-title {
    text-transform: none;
    margin-top: 40px;
}

@media screen and (min-width: 768px) {
    .ytbtrailer iframe {
        width: 380px;
        height: 214px;
    }
    .vote-button{
        padding: 15px 35px;
        margin: 10px 0;
        font-size: 14px;
    }
    #show-polls {
        text-align: center;
        color: #fff;
        background-color: #000;
        width: 100%;
        padding: 35px 10px;
        font-size: 30px;
        font-family: Arial, sans-serif;
        cursor: pointer;
        margin: 10px 0 40px;
    }

    .month_selector {
        display: flex;
    }

    .person_one, .contacts {
        clear: none;
    }

    .letters_wrapper {
        display: block;
    }

    .left_part h4, .grid_12 h4 {
        font-size: 14px;
    }

    .grid_2.alpha img {
        width: auto;
        margin-right: 0;
        margin-bottom: 0;
    }

    .grid_6.omega p.font14 {
        font-size: 14px !important;
        line-height: 18px;
    }

    .grid_6.omega p {
        width: auto;
    }

    .grid_6.omega h2 {
        font-size: 21px;
        width: auto;
    }

    #content {
        margin-left: 0;
    }

    .mobile-only {
        display: none;
    }

    .container_12 .only768 {
        display: block;
    }

    .search .but {
        width: 39px;
        height: 22px;
        background: url(../images/search_but.png) right 0 no-repeat;
    }

    .logo img {
        margin-top: 6px;
    }

    /*    .search {
            position: static;
        }*/
    #footer {
        text-align: left;
    }

    .slogo, .lang {
        display: block;
    }

    .search .field {
        display: inline;
    }

    #header {
        border-bottom: none;
        margin-bottom: 0;
    }
}


@media screen and (min-width: 960px) {

    #header .logo img {
        width: auto;
        height: auto;
    }

    .container_12 .only960 {
        display: block;
    }

    #wrapper {
        width: 960px;
    }

    #footer {
        width: 960px;
        margin: -170px auto 0;
        height: 152px;
        position: relative;
        text-transform: uppercase;
        font-size: 10px;
        padding-top: 18px;
        line-height: 21px;
    }

    .news_one {
        clear: both;
        padding: 12px 0;
        margin: 0 0 8px;
        overflow: hidden;
        border-bottom: 1px solid #DBDBDB;
        width: auto;
    }

    .news_one.last {
        border-bottom: none;
    }

    .news_one h2 {
        margin-bottom: 4px;
    }

    .news_soon_img {
        float: left;
        width: 240px;
    }

    .news_soon_text {
        float: left;
        width: 360px;
    }

    .news_soon_text hr {
        margin: 18px 0;
    }

    .grid_12 .news_soon_text {
        float: left;
        width: 630px;
    }

    .news_soon_text h5 {
        font-weight: bold;
        line-height: 21px;
    }

    .news_details {
        line-height: 28px;
        margin-bottom: 12px;
    }
}

.link-subscribe {
    width: auto;
    height: auto;
    padding: 5px 10px;
    text-decoration: none;
}

