@import url('https://fonts.googleapis.com/css?family=Raleway:400,600');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:700');

body, html {
    width:100%;
    height: 100%;
}
body {
    font-family: "raleway", sans-serif;
    color: #fff;
    background: url("/css/playfilms.movie/img/background.png") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

div.footer-text-bottom {
    display: none;
}

ol li ul, ol li ol{
    margin-left: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

.row {
    max-width: 100%;
    min-width:280px;
}
.languageSelector {
    float: right;
}
.multi-language .list {
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
    overflow: hidden;
}
.multi-language .list li {
    float: left;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}
.menuBar {
    height: 100vh;
    position: relative;
    max-width: 364px;
    background: rgba(0,0,0,0.5);
}
.menuimg {
    display: none;
}
.closemenu {
    width: 63px;
    height: 39px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-indeX: 999;
    display:none;
}
.logoContainer {
    background: rgba(0,0,0,0.3);
    padding: 41px;
}
.menu {
    padding: 8vh 5vh;
    text-align: left;
}
ul{
    list-style-type: none;
    font-size: 1rem;
    opacity:0.8;
}
ul a, ul a:hover, ul a:active {
    color: #ffffff !important;
}

.footer {
    background: rgba(0,0,0,0.4);
    position: absolute;
    height:20vh;
    bottom: 0;
    padding: 60px;
}

#footer ul {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
}

#footer ul li a {
    color:#ffffff !important;
    display: inline-block;
    padding: 0 15px;
}

#footer .texth3{
    font-size: 130%;
    font-weight: bold;
}

.footer p {
    font-weight: 400;
    font-size: 1.1vh;
    vertical-align: middle;
    margin: 0 auto;
}

#legal-text {
    color: #fff;
    padding: 15px;
    text-align: center;
}

.mainContent {
    text-align: left;
    padding-left: 8vh;
    padding-top: 25vh;
    height: auto;
}
h5 {
    color: #c8003d;
    font-weight: 600;
    font-size: 1.6vh;
    letter-spacing: 1px;
}
h1 {
    color: #fff;
    font-family: "ubuntu", sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 6vh;
}
.checkpoints {
    margin-top: 2vh;
    margin-left: 6vh;
    font-size: 1.3vh;
    line-height: 2;
}
.checkpoints img {
    width: 3%;
    margin: 5px 10px;
}
.buttonStart {
    font-size: 1.1vh;
    letter-spacing: 1px;
    border: 1px solid #fff;
    width: 20%;
    text-align: center;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 19px;
    margin-left: 13px;
    max-width: 200px;
}
.rightSection {
    padding: 100px 20px 0;
    text-align: left;
}
.top6 {
    font-size: 1.1vh;
    letter-spacing: 1px;
    border: 1px solid #fff;
    width: 70%;
    text-align: center;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    margin: 0 0 40px;
    max-width: 200px;
}
.top6 img {
    width: 2.4vh;
    padding: 0 3px;
}
.topText {
    display: inline-block;
    font-size: 1vh;
    line-height: 19px;
    padding-left: 10px;
    vertical-align: middle;
}
#top1, #top2, #top3, #top4, #top5, #top6 {
    margin-bottom: 2vh;
}
#top1 img, #top2 img, #top3 img, #top4 img, #top5 img, #top6 img {
    width: 4vh;
}
.welcome {
    display: none;
}
#boxContent {
    overflow-y: scroll;
    max-height:400px;
}
.termsCond, .termsCond2, .priv, .copyr, .contc{
    display: block;
}
.alltext {
    font-size: 1.2vh;
    line-height: 1.2;
}
#boxContent.contc {
    overflow-y: hidden;
}

.support ul {
    list-style-type: circle;
    opacity: 1;
}
.support ul li {
    font-family: inherit;
    font-weight: normal;
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}
#unsubscribe {
    text-align: center;
}
@media only screen and (max-width:1024px) {
    .menu {
        padding: 5vh 2vh;
    }
    ul {
        font-size: 1.8vh;
        line-height: 2;
    }
    .footer {
        padding: 37px;
    }
    .mainContent {
        padding-left: 2vh;
        padding-top: 30vh;
    }
    h5 {
        font-size: 1.2vh;
    }
    h1 {
        font-size: 4vh;
    }
    .checkpoints {
        margin-top: 1vh;
        margin-left: 2vh;
        font-size: 1.1vh;
    }
    .rightSection {
        padding: 163px 9px 0px;
    }
    .topText {
        font-size: 0.8vh;
    }
    .top6 {
        font-size: 1vh;
        padding: 5px;
    }
    .top6 img {
        width: 1.7vh;
    }
    .alltext {
        font-size: 1vh;
        line-height: 1.2;
        padding-right: 20px;
    }
    #boxContent {
        max-height: 600px;
    }
    .support ul {
        font-size: 1vh;
    }
}
@media only screen and (max-width:736px) {
    .logo {
        width: 25%;
    }
    .mainContent{
        width: auto;
        margin: 2%;
    }
    .menuimg {
        display: block;
        float: right;
        padding-top: 10px;
        width: 15%;
    }
    ul {
        font-size: 3.8vh;
        line-height: 2;
    }
    .menuBar {
        max-width:100%;
        width: 100%;
        height: auto;
        background: rgba(0,0,0,0.1);
    }
    .footer p {
        font-size: 2.4vh;
    }
    .footer {
        position: fixed;
        bottom:0;
        height: auto;
        padding: 9px 37px;
        background: rgba(0,0,0,0.7);
        z-index: 999;
        width: 100%;
    }
    .logoContainer {
        padding: 3px;
        text-align: left;
        background: rgba(0,0,0,0.5);
    }
    .menu {
        display: none;
    }

    .mainContent {
        height: auto;
        padding-left: 12vh;
        padding-top: 4vh;
        padding-right: 0;
    }
    h5 {
        font-size: 4vh;
        text-align: left;
    }
    h1 {
        font-size: 9vh;
        text-align: left;
    }
    .checkpoints {
        margin-top: 1vh;
        margin-left: 2vh;
        margin-right: 2vh;
        font-size: 2.6vh;
        line-height: 2;
    }
    .checkpoints img {
        width: 7%;
    }
    .buttonStart {
        font-size: 2.4vh;
        width: 41%;
    }
    .rightSection {
        padding: 9px 0px 0px;
        margin-bottom: 30px;
    }
    .top6 {
        width: 66%;
        font-size: 3vh;
        margin: 0 auto 26px;
    }
    .top6 img {
        width: 5vh;
    }
    #top1 img, #top2 img, #top3 img, #top4 img, #top5 img, #top6 img {
        width: 8.5vh;
    }
    .topText {
        font-size: 2vh;
        padding-left: 5px;
    }
    .welcome {
        margin: 0 0 40px;
    }
    #boxContent {
        margin: 0 0 40px;
        overflow-y: hidden;
        max-height: inherit;
    }
    .alltext {
        font-size: 2.6vh;
        line-height: 1.7;
    }
}
@media only screen and (max-width: 641px) {
    body {
        background: url(/css/playfilms.movie/img/background-mob.png);
        background-size: cover;
    }
    .menuimg {
        display: block;
        float: right;
        padding-top: 10px;
    }
    .mainContent{
        width: auto;
        margin: 2%;
    }
    ul {
        font-size: 2.3vh;
        line-height: 2;
    }
    .menuBar {
        max-width:100%;
        width: 100%;
        height: auto;
        background: rgba(0,0,0,0.1);
    }
    .footer p {
        font-size: 1.6vh;
    }
    .footer {
        position: fixed;
        bottom:0;
        height: auto;
        padding: 9px 37px;
        background: rgba(0,0,0,0.7);
        z-index: 999;
        width: 100%;
    }
    .logoContainer {
        padding: 3px;
        text-align: left;
        background: rgba(0,0,0,0.5);
    }

    .menu {
        display: none;
    }

    .mainContent {
        height: auto;
        padding-left: 0;
        padding-top: 0;
    }
    h5 {
        font-size: 2vh;
        text-align: center;
    }
    h1 {
        font-size: 5.2vh;
        text-align: center;
        padding-left: 20px;
    }
    .checkpoints {
        margin-top: 1vh;
        margin-left: 2vh;
        margin-right: 2vh;
        font-size: 1.6vh;
    }
    .buttonStart {
        font-size: 1.8vh;
        width: 32%;
        margin: 22px auto 0;
    }
    .rightSection {
        padding: 49px 40px 0px;
        margin-bottom: 100px;
    }
    .top6 {
        width: 51%;
        font-size: 2vh;
        margin: 0 auto 26px;
    }
    .top6 img {
        width: 3.3vh;
    }
    #top1 img, #top2 img, #top3 img, #top4 img, #top5 img, #top6 img {
        width: 9.4vh;
    }
    .topText {
        font-size: 1.9vh;
    }
    #boxContent {
        margin: 0 20px 0;
        overflow-y: hidden;
        max-height: inherit;
    }
    .alltext {
        font-size: 1.7vh;
    }

    .support ul li {
        margin-bottom: 0;
        font-size: 0.80rem !important;
    }

    .support p, .support ol{
        font-size: 0.80rem;
    }
}

.submit-button {
    padding:8px;
    color:#444;
}