* {
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 990px;
    margin: 0 auto;
    position: relative;
}

.logo,
.social-media-list {
    margin-top: 10px;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}


/* css rest */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px 0 0px 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    text-decoration: none;
    color: white;
}

button:hover,
button:active,
button:focus {
    cursor: pointer;
}

a:hover,
a:focus,
a:active {
    outline: none;
}


/* end general */


/* Start font */

@font-face {
    src: url(../font/CenturyGothic.ttf);
    font-family: "CenturyGothic";
}

@font-face {
    src: url(../font/Play.ttf);
    font-family: "Play";
}

pre,
code,
samp,
tt,
var {
    font-family: "CenturyGothic", "Play";
}


/* End font */

.telegram {
    text-align: center;
    padding-top: 6px;
    float: left;
}

.line {
    text-align: center;
    padding-top: 6px;
    float: left;
}

.telephone {
    text-align: center;
    float: left;
    padding-top: 6px;
}

.instagram {
    text-align: center;
    padding-top: 6px;
    float: left;
}

.social-media {
    display: flex;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 13px;
}

.social-media-icon {
    width: 40px;
    height: 40px;
}

.social-media-text {
    /* margin-top: 10px; */
    margin-left: 5px;
    font-size: 12px;
    font-family: "CenturyGothic", Fallback, sans-serif;
}

.silde-wrap {
    margin-top: 15px;
}

.result-wrapper {
    background: url(../img/homepage/result-background.png) center no-repeat;
    height: 78px;
}

.result-texts {
    width: 300px;
}

.result-title,
.result-date {
    font-family: "Play", Fallback, sans-serif;
    text-align: center;
}

.score {
    background: url(../img/homepage/result-number-box.png) no-repeat;
    height: 48px;
    width: 46px;
    margin-right: 10px;
    padding-left: 14px;
    padding-top: 5px;
}

.score-text {
    font-family: "Play", Fallback, sans-serif;
    font-weight: bold;
    color: black;
    font-size: 30px;
}

.login-code {
    margin-left: 12px;
    margin-right: 12px;
    font-size: 19px;
    font-weight: bold;
}

.result-wrapper {
    margin-top: 5px;
}

.result-wrapper,
.result-score {
    display: flex;
    justify-content: center;
}

.result-score,
.result-texts {
    margin-top: 12px;
}

.result-score {
    margin-left: 50px;
}

.result-title {
    letter-spacing: 2.5px;
    text-shadow: 0 0 0 black;
    font-size: 24px;
}

.result-date {
    margin-top: 3px;
    font-size: 15px;
}

.daftar {
    background: url(../img/icons/daftar.gif) center no-repeat;
    width: 78px;
    height: 25px;
    border: none;
    outline: none;
}

.login {
    background: url(../img/homepage/daftar.png) center no-repeat;
    width: 78px;
    height: 25px;
    border: none;
    outline: none;
    /* position: relative;
    bottom: -9px; */
}

.login {
    background: url(../img/homepage/login.png) center no-repeat;
}

input[name="txtUsername"],
input[name="txtPassword"],
input[name="txtCode"] {
    width: 116px;
    height: 28px;
    border: none;
    font-size: 13px;
    padding-left: 12px;
    /* text-align: center; */
    background: url(../img/homepage/textbox.png) center no-repeat;
    margin: 0 0 5px 0;
    outline: none;
    color: rgb(153, 153, 153);
}

input[name="txtCode"] {
    width: 60px;
    border-radius: 4px;
}

.form-control {
    display: block;
}


/* .header {
	background: url(../../img/homepage/background_header.jpg) center no-repeat;
	height: 210px;
} */

body {
    background: #505050 url(../img/homepage/background.jpg) no-repeat;
    height: 1210px;
}

.pull-right .from-wrap {
    width: 550px;
}

.marquee-wrap {
    margin-top: 14px;
    width: 550px;
    height: 16px;
    text-align: center;
    background: url(../img/homepage/running-text.png) center no-repeat;
}

.marquee-wrap .marquee .msg p {
    position: absolute;
    font-family: "Play", Fallback, sans-serif;
    -webkit-text-fill-color: transparent;
}

.marquee-wrap .marquee .msg .runningText {
    font-family: "Play", Fallback, sans-serif;
    font-size: 11px;
    margin-left: 95px;
}

.runningText-text {
    font-style: normal;
}


/* 
.menu-items,
.menu-item,
a {
	margin-top: 10px;
	font-size: 14px;
	float: left;
	list-style: none;
	margin-left: 20px;
} */

.menu-items {
    display: flex;
    list-style: none;
    align-items: center;
    font-size: 15px;
    margin-top: 30px;
    font-family: "Play", Fallback, sans-serif;
    text-transform: uppercase;
}

.menu-item {
    margin-left: 60px;
}


/* products */

.products {
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}

.product-text {
    font-family: "Play", Fallback, sans-serif;
    text-align: center;
    margin-top: 15px;
}

.product {
    margin-left: 10px;
}


/* end products */


/* Promotion */

.promotions {
    margin-top: 20px;
    display: flex;
}

.promotion {
    margin-left: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* End Promotion */


/* Bank  */

.bank {
    width: 40%;
    margin: 0 auto;
    margin-top: 15px;
}


/* End Bank */


/* footer */

footer {
    font-family: "Play", Fallback, sans-serif;
    text-align: center;
}

.footer-info,
.copyright {
    margin-top: 12px;
}

.footer-info {
    font-size: 14px;
}

.copyright {
    font-size: 12px;
    font-family: Arial, Fallback, sans-serif;
    font-weight: bold;
}


/* end footer */


/* Wobble Skew */

@-webkit-keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

@keyframes hvr-wobble-skew {
    16.65% {
        -webkit-transform: skew(-12deg);
        transform: skew(-12deg);
    }
    33.3% {
        -webkit-transform: skew(10deg);
        transform: skew(10deg);
    }
    49.95% {
        -webkit-transform: skew(-6deg);
        transform: skew(-6deg);
    }
    66.6% {
        -webkit-transform: skew(4deg);
        transform: skew(4deg);
    }
    83.25% {
        -webkit-transform: skew(-2deg);
        transform: skew(-2deg);
    }
    100% {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
}

.hvr-wobble-skew {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
    -webkit-animation-name: hvr-wobble-skew;
    animation-name: hvr-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/* Pulse Grow */

@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.jadwal-bank {
    background: transparent;
    position: absolute;
    width: 486px;
    height: 110px;
}

.link-alt {
    background: transparent;
    position: absolute;
    margin-top: 120px;
    width: 486px;
    height: 110px;
}
