/* BASE STYLES */
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
}
body {
	font-family: "europa", Arial, sans-serif;
}
iframe {
	display: block;
}

.mainbox {
	position: relative;
	min-height: 100%;
	text-align: center;
}
.loginpage {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
.loginpage .bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
}
header {
	margin-bottom: 15px;
	background-image: url(/images/big-sun.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: auto 75%;
	background-color: rgba(63,191,0,0.50);
	padding: 50px 30px 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
header img {
    display: block;
    width: 312px;
    height: auto;
    margin: 0 15px 0 85px;
}
header h2 {
    font-weight: 400;
    line-height: 100%;
    font-size: 36px;
    color: #FFF;
    letter-spacing: -0.025em;
    text-align: right;
}

.bottom15 {
	margin-bottom: 15px;
}
.movie-flex {
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
.docBox {
	display: flex;
	justify-content: center;
}
.movie-container {
	max-width: 400px;
    min-width: 200px;
    margin: 0px 15px 20px;
    transition: width 0.3s;
}
.movie-container p {
	font-size: 14px;
	margin-bottom: 10px;
}
.movie-inner {
	position: relative;
	border: 2px solid;
	border-top-color: #FFF;
	border-left-color: #999;
	border-right-color: #999;
	border-bottom-color: #333;
}
.movie-inner img {
	display: block;
	position: relative;
	z-index: 2;
}
.movie-inner a {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	background: rgba(0,0,0,0.25) url(/images/big_play.png) center center/auto 60% no-repeat;
	width: 100%;
	height: 100%;
}
.movie-inner a:hover {
	cursor: pointer;
	background: rgba(0,0,0,0.45) url(/images/big_play_over.png) center center/auto 70% no-repeat;
}
.movie-inner .new {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 4;
	background: rgba(255,0,0,0.75);
	padding: 10px;
	font-size: 20px;
	font-weight: 700;
	color: #FFF;
}

.countdownClock {
	color: #FFF;
	display: flex;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
	z-index: 4;
    top: 72%;
    width: 100%;
}
.countdownClock div {
	text-align: center;
}
.countdownClock .time-divider {
	font-family: "proxima-nova", Arial, sans-serif;
    padding: 0px 5px;
    font-size: 32px;
}
.countdownClock h3 {
	font-family: "proxima-nova", Arial, sans-serif;
    font-size: 32px;
	font-weight: 300;
	margin: 0;
    padding: 0;
    color: #FFF;
}
.countdownClock p {
	font-size: 12px;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.doclink {
	display: block;
	margin-top: 5px;
	background-color: #D9F0FF;
	padding: 10px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: #000;
}
.doclink:hover {
	background-color: #4CB5FF;
	text-decoration: underline;
}

h4 {
	font-size: 30px;
	line-height: 100%;
	margin: 15px 0px;
	color: #060;
	padding: 15px;
	background-color: #D9FFD9;
}

h4.howto {
	color: #FFF;
	background-color: #3FBF00;
}
h4.howto a {
	color: #FFF;
}

.footer {
	margin: 30px auto 0px auto;
	font-size: 11px;
	padding: 7px 0px;
	color: #666;
	text-align: center;
}
.disclaimer {
	margin: 15px auto 0px auto;
	font-size: 11px;
	color: #666;
	text-align: center;
}
.disclaimer p {
	margin-bottom: 10px !important;
}


/* DOCUMENT DOWNLOADS */
.docBox a {
	display: block;
	flex-basis: 33%;
	margin-right: 30px;
	color: #0267AF;
	padding: 15px;
}
.docBox a:last-child {
	margin-right: 0px;
}
.docBox a:hover {
	background-color: #D9F0FF;
}
.docBox a img {
	margin-bottom: 5px;
	border: 1px solid #CCC;
}
.featherlight .featherlight-content {
    padding: 0;
    margin-left: 10%;
    margin-right: 10%;
    border-bottom: none;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75);
}

.loginbox {
	display: inline-block;
	padding: 15px;
	width: 100%;
	max-width: 315px;
}
.loginbox p {
	color: #FFF;
	margin-bottom: 10px;
}
.loginpage1 p, .loginpage7 p, .loginpage9 p {
	color: #000;
}

.loginbox input {
    display: block;
    width: 100%;
	margin-bottom: 10px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
	text-align: center;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.loginbox button {
	font-family: "europa", Arial, sans-serif;
	line-height: 100%;
	font-size: 20px;
	color: #FFF;
	padding: 7px 15px;
	background-color: rgba(63,191,0,0.50);
	border: 1px solid #3FBF00;
	outline: none;
}
.loginbox button:hover {
	background-color: #3FBF00;
	border: 1px solid #FFF;
	cursor: pointer;
}
.loginbox .errormessage {
	margin: -15px -15px 10px;
	background-color: red;
	color: #FFF;
	font-weight: 700;
	display: none;
	padding: 5px;
}
@media ( max-width : 860px) {
	.movie-container {
        max-width: 350px;
    }
    .countdownClock .time-divider, .countdownClock h3 {
        font-size: 28px;
    }
}
@media ( max-width : 768px) {
    .mainbox {
        padding-top: 145px;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        z-index: 6;
        flex-wrap: wrap;
        background-image: none;
        padding: 20px 30px;
		justify-content: center;
    }
    header img {
		margin: 0 0 10px 0;
        width: 300px;
	}
    header h2 {
		text-align: center;
        width: 100%;
        font-size: 30px;
	}
    h4.howto {
        font-size: 24px;
    }
}
@media ( max-width : 600px) {
	.docBox {
		flex-wrap: wrap;
	}
	.docBox a {
		flex-basis: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}
@media ( max-width : 570px) {
    .mainbox {
        padding-top: 175px;
    }
}
@media ( max-height : 480px) {
	.loginpage .bottom {
		position: relative;
		left: 0;
		bottom: 0;
	}
}
@media ( max-width : 400px) {
    .mainbox {
        padding-top: 145px;
    }
    header img {
        width: 260px;
	}
    header h2 {
        font-size: 20px;
	}
    h4.howto {
        font-size: 20px;
    }
}