* {
    margin: 0;
}
body {
    color: #222;
    font-family: 'Open Sans', sans-serif;
    background-image: url('../imgs/green-background.jpg');
}
.smaller {
    font-size: smaller;
}
.dateNavigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nextprev {
    display: flex;
    gap: 10px;
}
.nextprev a {
    display: block;
    padding: 10px;
    text-decoration: none;
    background-color: #5e7b60;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
}

.small {
    font-size: 12px;
}
.bold {
    font-weight: bold;
}
.green , .winner {
    color: #008000;
}
.winner {
    font-size: 15px;
    line-height: 1.5;
}
.pgtitle {
    font-size: 24px;
    padding-left: 10px;
}
.pageDate span {
    display: block;
}
.movtime, .country, .festival, .tix, .rating  {
    color: #033;
    margin-bottom: 5px;
}
.country, .festival, .tix p, .rating {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.movtitle {
    font-size: 34px;
    line-height: 1;
    color: #063;
    margin: 16px 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.movtitle .country {
    font-style: italic;
    font-size: 17px;
}
.socialbuttons {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
}
.socialbuttons ul {
    list-style: none;
    display: block;
    width: 100%;
    overflow: auto;
    padding-left: 0;
}
.socialbuttons li {
    list-style: none;
    display: inline-block;
}
.socialbuttons a {
    display: block;
    width: 50px;
    height: 30px;
    padding: 10px 0;
    line-height: 1;
    background-color: #000;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
i.fa-brands.fa-square-facebook {
    color: #1877F2;
}
i.fa-brands.fa-square-x-twitter {
    color: #000;
}
.festival, .rating {
    margin-bottom: 20px;
    font-size: 20px;
}
.movdir {
    font-size: 20px;
    line-height: 2;
    color: #033;
    margin-bottom: 5px;
    font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.movinfo p {
    margin-bottom: 10px;
    line-height: 1.5;
    color: #666;
}
.wrapper {
    display: block;
    max-width: 1026px;
    margin: 0 auto;
    overflow: auto;
}
header {
    padding: 0;
    margin: 0;
    background: blue;
}
header img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.menu {
}
.clickme {
    cursor: pointer;
}
.content {
    background-color: #9c9;
    background-color: #c4f9c4;
    padding: 30px 40px;
    overflow: auto;
}
.movtime, .country {
    font-family: sans-serif;
    font-size: 1em;
    margin-bottom: 10px;
    /*text-transform: uppercase;*/
    letter-spacing: 0.4px;
}
.movlist {
    display: block;
    width: 90%;
    overflow: auto;
    /* border-radius: 5px; */
    border: 1px solid #4cc157;
    padding: 5%;
    margin-top: 20px;
    /* box-shadow: 2px 2px 5px #666; */
    background-color: #ffffff;
}
.movinfo {
    display: block;
    width: 100%;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino;
}
.movdis {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 13px;
    letter-spacing: .5px;
}
.movdis p {
    margin-bottom: 11px;
}
.poster {
    display: block;
    max-width: 200px;
    margin-bottom: 10px;
}
.posterimg, .ticket {
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: bold;
    line-height: 2;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: .2px;
}
.rating {
    border: 1px solid;
    border-radius: 4px;
    padding: 1px 4px;
    font-weight: bold;
    line-height: 1;
    margin-right: 4px;
    font-size: 14px;
}
.ticket2 span {
    padding: 7px 10px 5px;
    font-size: .8em;
    letter-spacing: .4px;
    font-weight: bolder;
    margin-bottom: 10px;
    color: #256f2c;
    background: #caeeca;
}
.ticket2 {
    margin: 10px 0px 20px;
    width: 100%;
    display: block;
}
.ticket a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    background: #2fc269;
    background: -moz-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2fc269), color-stop(100%, #259953));
    background: -webkit-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: -o-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: -ms-linear-gradient(top, #2fc269 0%, #259953 100%);
    background: linear-gradient(top, #2fc269 0%, #259953 100%);
    border-radius: 5px;
    max-width: 200px;
}
.ticket a:hover {
    background: #1b703d;
}
.movloc {
    margin: 10px 0;
}
.movloc a {
    color: #666;
    text-decoration: none;
    line-height: 1.5;
}
p.price {
    font-size: 2em;
    line-height: 1.5;
}
.location, .tix {
    display: inline-block;
    width: 100%;
}

.galleryimg {
    display: block;
    background-color: #000;
}
.galleryimg img {
    display: block;
    background-color: #000;
    width: 100%;
}
.gallerylayer img, .topslide img {
    display: block;
    width: 100%;
    height: auto;
}
.topslide {
    background-color: #000;

}
/* A-Z PAGE */
.azquick {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
    list-style: none;
}
.azquick li {
    display: inline-block;
    width: 20%;
}
.azquick a {
    display: block;
    width: 100%;
    background-color: #1b703d;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
}
.azlist {
    padding: 10px 30px;
}
.azlist ul {
    padding-left: 0;
    list-style: none;
}
.azlist li {
    margin-bottom: 5px;
}
.azlist a, .azlist h2 {
    display: block;
    padding: 5px;
}
#AG, #HM, #NR, #SZ {
    font-size: 24px;
}
/* AWARDS SCREENPLAY */
.contentawards {
    text-align: center;
    background-color: #fff;
}
.contentawards img {
    display: block;
    width: 100%;
    height: auto;
}
.awardssection {
    background-color: #fff;
    overflow: auto;
}
.award50, .award30 {
    display: block;
    width: 100%;
    overflow: auto;
}
.award100 img {
    max-width: 500px;
    margin: 0 auto;
}
.award50 ul, .award30 ul {
    display: block;
    padding-left: 0;
    list-style: none;
    width: 100%;
}
.award50 li, .award30 li {
    display: inline-block;
    float: left;
}
.award50 li {
    width: 50%;
}
.award30 li {
    width: 33.33%;
}
.aw30mid {
    width: 66.5%;
}
.aw30mid li {
    width: 50%;
}


.award100.sw {
    width: 43%;
    max-width: 400px;
    margin: 0 auto;
}

/* GALLERY */
#simplegallery1{
    position: relative;
    visibility: hidden;
    border: 5px solid green;
    width: 99%!important;
    max-width: 660px;
    height: 417px;
}
.navpanellayer {
    /*display: none;*/
}

@media screen and (min-width: 767px) {
    .pageDate span {
        display: inline-block;
    }
    .poster {
        display: inline-block;
        float: right;
        width: 300px;
        margin-bottom: 10px;
    }
    .movinfo {
        display: inline-block;
        float: left;
        width: 65%;
        /*min-height: 333px;*/
    }
    /*.socialbuttons li {
        width: 35px;
        float: right;
        margin-right: 10px;
    }*/
    .socialbuttons img {
        display: block;
        width: 100%;
        height: auto;
    }
    .location, .tix {
        display: inline-block;
        width: 45%;
    }
    .tix {
        max-width: 200px;
        float: right;
        text-align: center;
    }
    
}

@media screen and (min-width: 601px) {
    h3 {
        font-size: 2em;
    }
    .award50 {
        display: inline-block;
        /* float: left; */ 
    }
    .award50 img {
        max-width: 400px;
        margin: 0 auto;
    }
    .award30 {
        display: inline-block;
    }
    .pageDate {
        width: 70%;
    }
    .buttonnext a:hover, .nextprev a:hover {
        background-color: #2f6a33;
    }
    #simplegallery1 {
        height: 417px;
    }
}
@media screen and (max-width: 600px) { 
    .content {
        padding: 30px 10px;
        margin: 0;
    }
    #simplegallery1 {
        height: 257px !important;
    }
    .winner {
        font-size: 12px;
    }
    .award100.sw {
        width: 50%;
    }
       
}