.contentWrapper .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

#filtersPanel {
    width: 75%;
    margin-left: auto;
    margin-right: auto
}

#cinemaForm,#movieForm,#streamingForm,#countryVodForm {
    display: flex
}

#movieForm\:movies_input {
    height: 35px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: rgba(51,51,51,0.1);
    width: 100%;
    padding: 0 20px;
    border: 0;
    padding-top: 4px
}

#movieForm\:movies_panel td {
    border: 0
}

#movieForm\:movies_panel img {
    margin-right: 20px
}

#locationForm {
    display: flex;
    flex-direction: column-reverse
}

#locationCinemas .nearMeDiv,#countryVodForm {
    margin-right: 10px
}

.flexible-row {
    display: flex
}

.flexible-row>div {
    flex: 1
}

#sortForm\:selectSortBy {
    width: 130px;
    height: 30px;
    line-height: 37px;
    background-position: calc(100% - 21px) 11px,calc(100% - 13px) 11px,100% 0
}

#sortForm\:selectSortByStreaming {
    width: 135px;
    height: 30px;
    line-height: 37px;
    background-position: calc(100% - 21px) 11px,calc(100% - 13px) 11px,100% 0
}

#sortForm:selectSortBy #btnMoreFilters:hover {
    cursor: pointer
}

#selectSortByStreaming #btnMoreFilters:hover {
    cursor: pointer
}

#moreFilters {
    margin-top: 15px
}

#btnMoreFilters {
    padding-top: 6px;
    border: 0;
    margin-left: auto;
    background-color: #ffffff
}

.filter-group {
    padding: 10px 0;
    border-bottom: 1px solid rgba(102,102,102,0.1)
}

.filterTitle {
    text-transform: uppercase;
    font-size: 15px
}

#advancedFilters {
    display: none
}

#genreForm label i,#attributeForm label i {
    display: none
}

#genresSlide,#attributesSlide {
    padding-top: 10px
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-chkbox {
    display: none
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-header .ui-selectcheckboxmenu-filter-container {
    margin-left: 0
}

#dateForm\:buttonbar_input {
    padding-top: 7px;
    line-height: 22px;
    width: 100%;
    border: 0;
    border-radius: 7px;
    background-color: rgba(102,102,102,0.1);
    font-size: 15px;
    border-bottom: 1px solid rgba(102,102,102,0.1)
}

#dateForm .ui-datepicker {
    background-color: #ffffff
}

.goToTop-content {
    flex-direction: row-reverse;
    align-content: center;
    justify-content: center;
    display: flex
}

#loadMoreForm\:goToTop {
    margin-left: 10px
}

#languageForm,#countryForm,#castForm,#directorForm,#dateForm {
    display: flex;
    flex-direction: column
}

#genreForm tr,#attributeForm tr {
    display: grid;
    grid-template-columns: repeat(auto-fill,170px);
    justify-content: space-between;
    white-space: nowrap
}

#genreForm\:genres,#attributeForm\:attributes {
    width: 100%
}

#genresSlide label,#attributesSlide label {
    font-size: 15px
}

#genreForm .ui-chkbox,#attributeForm .ui-chkbox {
    padding-top: 1px
}

span.ui-state-default.ui-state-disabled {
    color: rgba(102,102,102,0.1)
}

.ui-state-default.ui-state-active {
    background-color: #0b3251
}

#movieForm\:movies_panel,#castForm\:actors_panel,#directorForm\:directors_panel,#languageForm\:languages_panel,#countryForm\:countries_panel {
    background-color: #ffffff;
    color: #666666
}

#castForm\:actors_panel ul,#directorForm\:directors_panel ul {
    height: 300px
}

#directorForm\:directors_panel {
    display: inline
}

.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default.ui-state-active,.ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
    border: 1px solid;
    border-radius: 50%
}

.moviePosterScroller .ui-datascroller-list>.ui-datascroller-item {
    width: 200px;
    padding: 10px
}

.moviePosterScroller .ui-datascroller .ui-datascroller-list {
    list-style-type: none;
    margin: 0;
    justify-content: center;
    padding: 10px
}

.ui-datascroller-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: centre
}

div .ui-datascroller .ui-datascroller-content {
    padding: 40px 0
}

.ui-datascroller-list>.ui-datascroller-item {
    width: 50%;
    padding: 1px
}

.ui-datascroller-loader {
    margin-top: 30px
}

.moviePosterPortrait {
    height: 300px;
    width: 100%
}

.moviePoster {
    width: 100%
}

.movieCardWrapper {
    perspective: 900px;
    -webkit-perspective: 900
}

.movieCard {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    transform: translateZ(0);
    transform-style: preserve-3d;
    transition: transform 350ms
}

.movieCard:hover {
    cursor: pointer
}

.movieCard.clicked {
    transform: rotateY(180deg)
}

.movieCard.clicked .movieLegend {
    display: none
}

.movieCard .overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0b3251
}

.overlay .movie-title {
    font-size: 50px;
    text-align: center;
    color: #666666
}

.status {
    font-size: 15px
}

.moviePosterScroller .moviePosterLegend {
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    width: 200px;
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 0;
    color: #666666
}

.moviePosterScroller .overlay .movie-title {
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    width: 200px;
    font-size: 1.1em;
    text-align: left;
    margin-bottom: 0;
    color: #666666
}

.moviePosterLegendTitle.bold {
    margin-bottom: 0
}

.frontCard,.backCard {
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.frontCard {
    z-index: 1;
    transform: rotateY(0) translateZ(0)
}

.frontCard {
    overflow: hidden
}

.frontCard:hover img {
    transform: scale(1.1)
}

.frontCard img {
    transition: .5s transform
}

.moviePoster.back {
    transform: rotateY(180deg)
}

.moviePoster.back,.backCard {
    position: absolute
}

.movieCard .backCard {
    display: none
}

.movieCard.clicked .backCard {
    display: block
}

.backCard * {
    color: white
}

.moreInfo {
    display: flex;
    flex-direction: row
}

.backCardContainer {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: min-content 40px auto 40px;
    padding: 30px 50px;
    transform: rotateY(180deg) translateZ(0);
    background: rgba(30,30,30,0.88);
    height: 100%
}

.backCardHeader {
    grid-column: 1 / 6 span;
    grid-row: 1
}

.backCardSubHeader {
    grid-column: 1 / 6 span;
    grid-row: 2;
    display: flex;
    align-items: end
}

.backCardContent {
    grid-column: 1 / 6 span;
    grid-row: 3;
    overflow: auto;
    margin: 15px 0
}

.backCardFooter {
    grid-column: 6;
    grid-row: 4
}

.watchTrailer {
    width: 130px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 20px
}

.watchTrailer i {
    font-size: 25px;
    margin-top: 15px
}

.watchTrailer a {
    margin-top: 20px
}

.watchTrailer a:hover,.watchTrailer a:focus {
    color: white
}

.moreInfo {
    display: flex;
    flex-direction: row
}

.moreInfoPanel {
    display: flex;
    flex-flow: column;
    flex: 1;
    margin: 5px 0;
    display: none
}

@media screen and (max-width: 560px) {
    .moreInfo {
        flex-direction:column
    }

    .moreInfoPanel:first-child {
        margin: 0;
        margin-top: 5px
    }

    .moreInfoPanel:last-child {
        margin: 0;
        margin-bottom: 5px
    }
}

.moreInfoTitle {
    text-transform: uppercase;
    font-size: 12px
}

.moreInfoPanel img {
    width: 50px;
    margin: 5px 10px 5px 0
}

.moreInfoLinks {
    display: flex;
    flex-flow: row wrap
}

.synopsis {
    padding-right: 12px;
    margin-bottom: 15px;
    font-size: 14px
}

.scrollSynopsis::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.35)
}

.scrollSynopsis::scrollbar {
    width: 12px;
    background-color: rgba(0,0,0,0)
}

.scrollSynopsis::scrollbar-thumb {
    border-radius: 10px;
    background-color: #0b3251
}

.scrollSynopsis::scrollbar-track {
    border-radius: 10px;
    background-color: rgba(0,0,0,0.35)
}

.scrollSynopsis::-webkit-scrollbar {
    width: 12px;
    background-color: rgba(0,0,0,0)
}

.scrollSynopsis::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #0b3251
}

.scrollPanel {
    max-height: 150px
}

.movieLegend {
    background-color: black;
    opacity: .6;
    width: 50%;
    position: absolute;
    bottom: 0
}

.movieLegendTitle {
    font-size: xx-large;
    color: white;
    opacity: 1;
    padding-top: 30px;
    padding-bottom: 14px;
    padding-left: 40px
}

.movielegendReleaseDates {
    display: flex
}

.movieLegendReleaseDate,.movieLegendStreamingReleaseDate {
    display: inline;
    bottom: 20px;
    position: relative;
    width: -moz-fit-content;
    border-radius: 3px;
    padding: 6px 8px 3px;
    opacity: 1;
    font-size: small;
    text-transform: uppercase;
    width: fit-content
}

.movieLegendReleaseDate {
    color: #666666;
    background-color: #ffffff;
    margin: 0 0 10px 40px
}

.movieLegendStreamingReleaseDate {
    color: #666666;
    background-color: #0b3251;
    margin: 0 0 10px 15px
}

.cardMovieLegendStreamingReleaseDate,.cardMovieLegendReleaseDate {
    grid-row: 2;
    opacity: 1;
    font-size: small;
    text-transform: uppercase;
    width: -moz-fit-content;
    align-self: auto;
    border-radius: 3px;
    padding: 5px 6px 0;
    width: fit-content;
    margin: -3px 0
}

.cardMovieLegendReleaseDate {
    color: #666666;
    background-color: #ffffff;
    grid-column: 1;
    grid-column: 1/ 3 span
}

.cardMovieLegendStreamingReleaseDate {
    color: #666666;
    background-color: #0b3251;
    grid-column: 2/ 5 span;
    margin-left: 30px
}

#movieScroller\:loadMoreForm\:goToTop {
    margin-left: 20px
}

.goToMovie {
    width: 100%;
    line-height: 32px
}

#trailer {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 0;
    z-index: 101;
    transition: width .5s cubic-bezier(.455,.03,.515,.955);
    backgroud-color: black
}

#trailerVideo {
    background-color: black
}

#trailerVideo,#trailerIframe {
    width: 100%;
    height: 100%
}

#closeTrailerButton:hover {
    background-color: #18de43;
    color: #000
}

#closeTrailerButton {
    border-radius: 100%;
    border: 0;
    padding: 5px 7px;
    background-color: #000;
    color: #18de43;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

#moviesNotFound {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 70px
}

#moviesNotFound div:first-child {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 20px
}

.loadButton {
    min-width: 130px;
    font-size: 18px;
    line-height: 22px;
    padding: 18px 0 10px 0
}

@media screen and (max-width: 1330px) {
    #filtersPanel {
        width:96%
    }

    .backCardContainer {
        padding: 0 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 991px) {
    #filtersPanel {
        width:72%
    }

    #advancedFilters4 {
        padding-top: 0
    }

    .flexible-row {
        flex-direction: column
    }

    #locationCinemas .nearMeDiv,#countryVodForm {
        margin-right: 0
    }

    #cinemaForm {
        margin-left: 0
    }

    #countriesWidget,#castWidget,#directorWidget,#dateWidget {
        margin-top: 10px
    }

    .ui-datascroller-list {
        flex-direction: column
    }

    .moviePosterScroller .ui-datascroller-list {
        flex-direction: unset
    }

    .ui-datascroller-list>.ui-datascroller-item {
        width: 100%
    }

    .movieLegendTitle {
        font-size: large
    }

    .movieLegendReleaseDate {
        font-size: x-small
    }

    .movieLegendStreamingReleaseDate {
        font-size: x-small
    }

    .cardMovieLegendReleaseDate {
        font-size: small
    }

    .cardMovieLegendStreamingReleaseDate {
        font-size: small;
        margin-left: 30px
    }

    .backCardContainer {
        padding: 30px 50px
    }

    .moviePosterScroller .ui-datascroller-list>.ui-datascroller-item {
        width: 200px;
        padding: 10px
    }

    .moviePosterScroller .ui-datascroller .ui-datascroller-list {
        list-style-type: none;
        margin: 0;
        justify-content: center;
        padding: 10px
    }
}

@media screen and (max-width: 767px) {
    #filtersPanel {
        width:96%
    }

    #genreForm label i,#attributeForm label i {
        display: inline-block
    }

    #genresSlide,#attributesSlide {
        display: none
    }

    .backCardContainer {
        grid-template-rows: min-content 40px auto 40px;
        padding: 0 20px;
        padding-bottom: 15px
    }

    .backCardContent {
        grid-row: 2 / 2 span
    }

    .backCardSubHeader {
        grid-column: 1 / 4 span;
        grid-row: 4
    }

    .moviePosterScroller .ui-datascroller-list>.ui-datascroller-item {
        width: 200px;
        padding: 10px
    }

    .moviePosterScroller .ui-datascroller .ui-datascroller-list {
        list-style-type: none;
        margin: 0;
        justify-content: center;
        padding: 10px
    }
}

@media screen and (max-width: 545px) {
    #movieScroller\:loadMoreForm\:goToTop {
        margin-left:0;
        margin-top: 10px
    }

    .moviePosterScroller .ui-datascroller-list>.ui-datascroller-item {
        width: 200px;
        padding: 10px
    }

    .moviePosterScroller .ui-datascroller .ui-datascroller-list {
        list-style-type: none;
        margin: 0;
        justify-content: center;
        padding: 10px
    }
}

@media screen and (max-width: 480px) {
    #performanceGroups {
        padding:2px
    }

    #movieForm\:movies_input {
        font-size: 13px;
        height: 30px;
        line-height: 34px;
        border-radius: 7px;
        margin-bottom: 5px
    }

    #cinemaWidget {
        margin-bottom: 5px
    }

    #moreFilters {
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    #btnMoreFilters {
        margin-left: unset
    }

    #locationCinemas #cinemaForm\:cinemaSelect,#sortForm\:selectSortBy,#sortForm\:selectSortByStreaming {
        font-size: 13px;
        height: 30px;
        line-height: 33px
    }

    .moreInfo {
        flex-direction: column
    }

    .backCardContainer {
        padding: 10px 10px
    }

    .card_title {
        grid-column: 1 / 6 span;
        grid-row: 1;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .movielegendReleaseDates {
        margin-bottom: 10px
    }

    .cardMovieLegendReleaseDate,.cardMovieLegendStreamingReleaseDate {
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-radius: 3px;
        font-size: x-small;
        padding: 2px 6px 0
    }

    .cardMovieLegendReleaseDate {
        grid-column: 1 / 6 span;
        grid-row: 2;
        margin: 0
    }

    .cardMovieLegendStreamingReleaseDate {
        grid-column: 2 / 6 span;
        grid-row: 2
    }

    .backCardContent {
        margin-top: 0
    }

    .watchTrailer,.watchTrailer i {
        font-size: 16px
    }

    .movieLegendReleaseDate {
        font-size: x-small
    }

    .movieLegendStreamingReleaseDate {
        font-size: x-small;
        margin-left: 40px
    }

    .goToMovie {
        grid-row: 4
    }

    .goToTop-content {
        flex-direction: column-reverse
    }

    #loadMoreForm\:goToTop {
        margin-top: 10px;
        margin-left: 0
    }

    #movieScroller\:loadMoreForm\:goToTop {
        margin-left: 0;
        margin-top: 10px
    }

    .moviePosterScroller .ui-datascroller-list>.ui-datascroller-item {
        width: 200px;
        padding: 10px
    }

    .moviePosterScroller .ui-datascroller .ui-datascroller-list {
        list-style-type: none;
        margin: 0;
        justify-content: center;
        padding: 10px
    }
}

