@font-face {
	font-family: Montserrat;
	src: url(../fonts/Montserrat-Light.otf);
}

p, ol {
	color: #fff;
	font-size: 16px;
}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	background: #000;
	margin: 0px;
	font-family: calibri;
}

.box-content {
	text-align:center;
}

div.alternate{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

div.line{
	margin-bottom:10px;
	border-bottom:2px dashed white;
}


.link-alt {
    text-align: center;
    margin: 0 0 2px;	
	font-size:2vh;
}

.link-alt li {
    margin-right: 15px;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
	text-decoration: underline;
}

div.step img{
	display: block;
    margin: 0 auto;
	max-width: 100%;
}

img.sign{
	width:7vh;
}

p#sign{
	font-size:14px;
}

font.linka{
	 text-decoration: underline;
	 color:#2C9394;
}

.link-alt li {
    margin-right: 15px;
    list-style: none;
    display: inline-block;
    margin-bottom: 10px;
}

.link-alt li:last-child {
	margin-right: 0;
}

.link-alt li a {
    color: #2C9394;
    text-decoration: underline;
    padding: 10px;
}

.link-alt li a:hover {
    border-radius: 5px;
}

section {
	flex: 1
}

a {
	text-decoration: none;
	color: #b3dbca;
}

a:hover {
	text-decoration: underline;
}

header {
	background: #133b46;
	margin-bottom: 0;
}

header img {
	width: 260px;
	height: 90px;
}

header .logo {
	padding: 0;
}

footer {
	padding: 5px;
	background: #133b46;
}

footer p {
	color: #fff;
	font-size: 14px;
}
footer .split-line {
    margin: 0 5px;
}

footer span {
    color: #959595;
    white-space: nowrap;
}

.menu-footer, .menu-footer a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: inherit;
	padding: 0px 0px 0px;
	text-align:center;
}
.menu-footer hr {
	border-top: 1px solid #fff !important;
	margin: 5px 0;
	height: 0;
	border: 0;
}

.promotion-content {
    margin: 0 auto;
}

.promotion-content iframe {
    display: block;
    width: 100%;
    height: 800px;
    border: none;
    margin: 0 auto;
}
/*Content*/
.container {
	display: block;
	width: 620px;
	margin: 0 10px;
}

.box-head, .box-head a {
	text-transform: uppercase;
	text-decoration: none;
	color: #2C9394;
}

.box-head h1 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	padding: 20px 0px;
	font-size: 2vh;
	font-weight: 600;
}

.box-footer {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.box-footer a {
	color: #fff;
	width: 140px;
	font-weight: 600;
	font-size: 14px;
	margin: 0px 5px 16px;
}

.btn, .btn:hover, .btn:focus {
	border: none;
	color: #fff;
}

.btn-play-now {
	background: #a02022;
}
.btn-play-now:hover {
	background: #771618;
}

.btn-daftar {
	background: #2c438c;
}
.btn-daftar:hover {
	background: #22336b;
}


/*Media*/
@media (min-width: 2560px) {
	.container {
		margin: auto;
	}
}

@media (min-width: 1200px) {
	.container {
		margin: auto;
	}
}

@media (max-width: 1440px) {
	.container {
		margin: auto;
	}
}

@media (max-width: 1199px) {
	.container {
		margin: auto;
		width: 90%;
	}
}

@media (max-width: 640px) {
	.container {
		width: auto;
		margin: 0 10px;
	}
}

.modal-header {
	padding: 25px 0 0;
	border-bottom: 1px solid #a2a2a2;
}

a.close {
	background: url(../img/close.png) no-repeat;
}

.modal-body a {
	color: #0f6ead;
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: inherit;
}

.close {
	position: absolute;
	height: 30px;
	width: 30px;
	top: -10px;
	right: -10px;
	font-size: 24px;
	opacity: inherit;
}

.modal-header a {
	color: #000;
	text-decoration: none;
}

.modal-title {
	font-weight: 600;
	font-size: 24px;
}

.modal-content {
	border-radius: 0;
	padding: 0 38px;
	font-family: 'montserrat',Tahoma,"Microsoft Yahei",Arial,Helvetica;
}

.modal-body {
	position: relative;
	padding: 15px 0;
	font: 100 12px/22px Montserrat;
}

@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
}