
.dynamic-page-header__header{
        color: #175D90;
        letter-spacing: 1px;
        margin: 15px 0;
}

.intro-voting{
        width: 60%;
        margin-bottom: 50px;
}

.intro-voting p{
        line-height: 1.8em;
}

.films-page-header {
    display: none;
    background-image: url(../media/images/head-img-cinema.jpg);
    /* background: #131313; */
    background-repeat: no-repeat;
    padding-top: 40px;
    padding-bottom: 6%;
    /* object-fit: cover; */
    background-size: cover;
    background-position: center;
}

.page-video input.films-form__film-search {
    width: 100%;
    padding: 20px 20px;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    background-color: #fff;
    position: relative;
    border: 0;
}

.page-video input.films-form__film-search::placeholder {
    font-size: 16px;
    font-family: 'daxmedium';
}

.films-page-header .section-header,
.films-page-header .explore-docs-header {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}

.films-page-header .container {
    display: flex;
    align-items: center;
}

.films-page-header .section-header {
    width: 25%;
    line-height: 50px;
}

.films-page-header .explore-docs-header {
    width: 75%;
    text-align: right;
    font-size: 24px;
    margin-bottom: 0px;
}

.page-films .main-content {
    min-height: 100vh;
}

.films-form {
    margin-top: -35px;
    margin-bottom: 20px;
}

.films-form__search-field-container {
   
    background-color: #fff;
    position: relative;
    z-index: 1;

}

.films-form__submit-button,
.films-form__film-search,
.films-form__show-filters-button {
    border: none;
    vertical-align: middle;
}

.films-form__film-search {
    color: #000;
    width: 100%;
    width: calc(100% - 85px); /* subtract the width of the .films-form__show-filters-button */
    font-size: 22px;
    line-height: 22px;
}

.films-form__film-search::-webkit-input-placeholder {
    font-size: 22px;
    color: #c7c7c7;
}

.films-form__film-search::-moz-placeholder { /* Firefox 19+ */
    font-size: 22px;
    color: #c7c7c7;
}

.films-form__film-search:-ms-input-placeholder { /* IE 10+ */
    font-size: 22px;
    color: #c7c7c7;
}

.films-form__film-search:-moz-placeholder { /* Firefox 18- */
    font-size: 22px;
    color: #c7c7c7;
}

.films-form__submit-button {
    background-image: url('images/search_icon-grey.svg');
    margin-right: 10px;
    background-size: 35px;
    cursor: pointer;
    /*    border-right: 1px solid #ccc;*/
}

.films-form__submit-button:hover {
    opacity: 0.6;
}

.films-form__submit-button,
.films-form__show-filters-button {
        /* width: 24px; */
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        box-sizing: content-box;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .5s ease-in-out;
        position: absolute;
        right: 15px;
}

.films-form__show-filters-button {
    /**border-left: 1px solid #ccc;**/
    background-size: 44px;
    background-image: url('images/plus_icon.svg');
    transition: 0.6s opacity ease;
    transition: all .5s ease-in-out;
    display: none;
}

.films-form__show-filters-button:hover {
    opacity: 0.6;
    transition: all .5s ease-in-out;
}

.films-form__show-filters-button.open {
    background-image: url('images/plus_icon.svg');
    background-size: 44px;
    transform: rotate(45deg);
    transition: all .5s ease-in-out;
}

.films-form__show-filters-button.open:hover {
    opacity: 0.6;
}

.filters-open .films-form__show-filters-button {
    opacity: 1;
    transition: all .5s ease-in-out;
}

.films-form__filter-container {
    display: none;
    position: relative;
    background-color: #131313;
    padding: 28px 18px 20px;
    /**
    border-bottom: 1px solid #3e547b;
    border-left: 1px solid #3e547b;
    border-right: 1px solid #3e547b;
    **/
    text-align: right;
}

.films-form__filter-container select option {
    color: #333;
}

.filters-open .films-form__filter-container {
    display: block;
}

.films-form__filter-container .styled-select {
    box-shadow: none;
    display: inline-block;
    height: 42px;
    background-color: transparent;
    background-position: 98% center;
    background-image: url('images/img_accordeon-close.png');
    border: 2px solid #efefef !important;
    border-radius: 0px;
}

.films-form__filter-container.loading-content .styled-select {
    visibility: hidden;
}

.films-form__filter-container .styled-select select {
    box-shadow: none;
    height: 40px;
    padding: 10px;
    color: #ffffff;
    cursor: pointer;
}

.films-form__filter-clear-button {
    font-size: 13px;
    display: inline-block;
    margin-top: 15px;
}

.films-form__filter-clear-button.hidden {
    display: none;
}

.films-content-headline {
    font-size: 16px;
    text-align: center;
    color: #cccccc;
    margin-top: 30px;
    margin-bottom: 30px;
}

.films-container {
    padding-bottom: 40px;
}

.films-container .spinner {
    position: static;
    height: 60px;
    margin: 30px 0;
}

.film-entry {
    margin-bottom: 30px;
    position: relative;
}



.film-entry__image-container {
    background-color: rgba(207, 204, 2, 1);
    box-shadow: 0px 0px 15px rgba(207, 204, 2, 0.30);
}

.film-entry__image {
    display: inline-block;
    opacity: 0.95;
    max-width: 100%;
    height: 230px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}

.film-entry__image img {
    width: auto;
    height: 100%;

}

.film-entry__image-gradient {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background: -moz-linear-gradient(left, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0) 65%, rgba(68, 68, 68, 1));
    background: -webkit-linear-gradient(left, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0) 65%, rgba(68, 68, 68, 1));
    background: linear-gradient(to right, rgba(68, 68, 68, 0), rgba(68, 68, 68, 0) 65%, rgba(68, 68, 68, 1));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00504e4c', endColorstr='#2f2f2f',GradientType=1 );
    /**
    background: -moz-linear-gradient(left, rgba(80,78,76,0) 0%, rgba(56,55,55,0) 74%, rgba(47,47,47,1) 100%);
    background: -webkit-linear-gradient(left, rgba(80,78,76,0) 0%,rgba(56,55,55,0) 74%,rgba(47,47,47,1) 100%);
    background: linear-gradient(to right, rgba(80,78,76,0) 0%,rgba(56,55,55,0) 74%,rgba(47,47,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00504e4c', endColorstr='#2f2f2f',GradientType=1 );
    **/

}

.film-entry__image-container {
    background-color: rgba(68, 68, 68, 1);
    box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.30);
}


.film-entry__info-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #373737;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s linear, opacity 0.5s linear;
}

.film-entry__info-container-inner {
    padding: 20px;
    right: 0;
    left: 0;
    bottom: 0;
    position: absolute;
}

.film-entry:hover .film-entry__info-container, .film-entry:focus .film-entry__info-container {
    visibility: visible;
    opacity: 0.85;
}

.film-entry__short-desc,
.film-entry__short-desc p {
    text-align: right;
    color: #fff;
}



.film-entry__info-container,
.film-entry__info-container a,
.film-entry__info-container p,
.film-entry__info-container .film-entry__title,
.film-entry__info-container .film-entry__subtitle {
    color: #ffffff;
    text-align: right;
    text-shadow: none;
}

h4.film-entry__title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-top: 15px;
}


.film-entry__short-desc {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 20px 20px;
}

.film-entry a:hover .film-entry__short-desc {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.5s linear, opacity 0.5s linear;
}

.film-entry__title,
.film-entry__subtitle,
.film-entry__director {
    margin-bottom: 2px;
}

.film-entry__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}

.film-entry__subtitle {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}

.film-entry__text {
    color: #ffffff;
}

.films-results-status {
    margin-top: 50px;
    text-align: center;
}

@media screen and (max-width: 767px) {

    a.taphover:hover, a.taphover.hover {
        background: red;
        color: white;
    }

    a.tabhover.hover > .film-entry__info-container {
        visibility: visible;
        opacity: 1;
    }

    .films-page-header .explore-docs-header {
        display: none;
    }

    .page-films .main-col{
        padding: 0 !important;
    }

    .films-form {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .films-form__submit-button,
    .films-form__film-search,
    .films-form__show-filters-button {
        padding: 13px;
    }

    .films-form__film-search {
        width: calc(100% - 60px); /* subtract the width of the .films-form__show-filters-button */
        font-size: 16px;
        line-height: 16px;
        background-size: 22px;
        background-position: 96% center;

    }

    .films-form__search-field-container {
        margin-top: 30px;
    }
    

    .films-form__film-search::-webkit-input-placeholder {
        font-size: 16px;
    }

    .films-form__film-search::-moz-placeholder { /* Firefox 19+ */
        font-size: 16px;
    }

    .films-form__film-search:-ms-input-placeholder { /* IE 10+ */
        font-size: 16px;
    }

    .films-form__film-search:-moz-placeholder { /* Firefox 18- */
        font-size: 16px;
    }

    .films-form__submit-button {
        margin-right: 5px;
    }

    .films-form__submit-button,
    .films-form__show-filters-button {
        width: 16px;
        height: 16px;
        display: inline-block;
        box-sizing: content-box;
    }

    .films-form__submit-button {
        background-size: 28px;
    }

    .films-form__show-filters-button {
        /**border-left: 1px solid #ccc;**/
        background-image: url('images/plus_icon.svg');
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: center;
        transition: 0.6s opacity ease;
        display: none;
    }

    .films-form__filter-container .styled-select {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .films-form__filter-container .styled-select select {
        font-size: 16px;
    }
    
    .film-entry__info-container,
.film-entry__info-container a,
.film-entry__info-container p,
.film-entry__info-container .film-entry__title,
.film-entry__info-container .film-entry__subtitle {
    color: #ffffff;
    text-align: right;
    text-shadow: none;
    font-size: 14px;
    line-height: 18px
}

}

@media screen and (min-width: 768px) {

    .films-form__filter-container .styled-select {
        width: 32%;
        margin-right: 2%;
    }

    .films-form__filter-container .styled-select:nth-child(3) {
        margin-right: 0;
    }

    .film-entry {
        display: inline-block;
        width: calc(50% - 15px);
        vertical-align: top;
    }

    .film-entry:nth-child(odd) {
        margin-right: 15px;
    }

    .film-entry:nth-child(even) {
        margin-left: 15px;
    }


}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .films-form__submit-button,
    .films-form__film-search,
    .films-form__show-filters-button {
        padding: 16px;
    }

    .films-form__film-search {
        /*        width: calc(100% - 130px);  subtract the width of the .films-form__show-filters-button */
        font-size: 18px;
        line-height: 18px;

    }

    .films-form__film-search::-webkit-input-placeholder {
        font-size: 18px;
    }

    .films-form__film-search::-moz-placeholder { /* Firefox 19+ */
        font-size: 18px;
    }

    .films-form__film-search:-ms-input-placeholder { /* IE 10+ */
        font-size: 18px;
    }

    .films-form__film-search:-moz-placeholder { /* Firefox 18- */
        font-size: 18px;
    }

    .films-form__submit-button,
    .films-form__show-filters-button {
        width: 18px;
        height: 18px;
    }

    .films-form__submit-button {
        background-size: 30px;
    }

    .films-form__show-filters-button {
        background-size: 36px;
    }


}

@media screen and (min-width: 1200px) {

    .films-page-header {
        padding-top: 40px;
        padding-bottom: 4.3%;
        min-height: 178px;
    }

}
