@font-face {
    font-family: 'Bohemian typewriter';
    src: url('../fonts/Bohemiantypewriter.woff2') format('woff2'),
    url('../fonts/Bohemiantypewriter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vincentia';
    src: url('../fonts/VincentiaRegular.woff2') format('woff2'),
    url('../fonts/VincentiaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'),
    url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {-webkit-text-size-adjust:none}

.brand-wrapper.prize-content .prize-box, .brand-wrapper.prize-content h5,
.brand-wrapper.machine-content .machinelist-item h2, .brand-wrapper .brand-content .name h4 span,
.category-content ul li a{
    font-family: 'CenturyGothic-Bold';
}

.submitbtn input{
    font-family: 'CenturyGothic';
}

img.ballgif2-logo {
    width: 100%;
    margin-top: 5%;
    max-width: 540px;
}

body.login-page{
    background: url(../images/main-bg.jpg)top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'CenturyGothic';
    color: white;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    height: 100vh;
}

body.nologin-page {
    background: url(../images/main-bg.jpg)top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-family: 'CenturyGothic';
    color: white;
    font-size: 18px;
    overflow: initial;
    position: relative;
    height: auto;
    padding-bottom: 80px;
}

p{
    margin: 0px;
    padding: 0px;
}

.logo-wrapper img {
    width: 100%;
}

.logo-wrapper{
    max-width: 290px;
    margin-top: 20px;
    position: fixed;
}

.login-sidebg-wrapper {
    width: 100%; 
    position: absolute;
    bottom: 0;
    left: 0;
}

.login-sidebg-wrapper img {
    max-width: 30%;
    width: 100%;
    margin-left: 6%;
}

.brand-wrapper.machine-content .machinelist-item {
    float: left;
    width: 20%;
    margin: 0%;
    text-align: center;
}

.brand-wrapper.machine-content .machinelist-item .submitbtnstyle {
    background: #228D1D;
    color: white;
    border: none;
    padding: 0px 18px;
    margin-top: 15px;
    padding-top: 1px;
    margin-left: 0;
    border-radius: 8px;
    max-width: initial;
    display: inline-block;
    text-decoration: none;
}

.brand-wrapper.machine-content .machinelist-item img {
    max-width: 130px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.brand-wrapper.machine-content .machinelist-item h2{
    font-size: 20px;
    margin: 0;
    font-weight: initial;
}

.brand-wrapper.machine-content .machinelist-item h5{
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 3px;
}

.brand-wrapper.prize-content .prize-box {
    border: 2px solid #238d1d;
    padding: 23px 30px;
    max-width: 80%;
    padding-bottom: 27px;
    font-size: 46px;
    margin: 10px auto;
}

.brand-wrapper.prize-content .submitbtnstyle {
    background: #228D1D;
    color: white;
    border: none;
    padding: 2px 20px;
    margin-top: 20px;
    padding-top: 2px;
    margin-left: 10px;
    border-radius: 10px;
    max-width: 160px;
    display: inline-block;
    text-decoration: none;
}

.main-wrapper .brand-wrapper.prize-content .name {
    margin-bottom: 30px;
    margin-top: 20px;
}

.brand-wrapper.prize-content .submitbtnstyle {
    max-width: 270px;
}

.submitbtnstyle {
    background: #228D1D;
    color: white;
    border: none;
    padding: 5px 50px;
    margin-top: 20px;
    padding-top: 6px;
    margin-left: 10px;
    border-radius: 10px;
    max-width: 160px;
    display: inline-block;
    text-decoration: none;
}

.submitbtnstyle:hover{
    color: white;
    text-decoration: none;
}

.brand-wrapper .txt-logo,
.process-wrapper .txt-logo{
    width: 100%;
    max-width: 24%;
    margin-top: 7%;
    margin-bottom: 10px;
}

.category-content ul li a{
	display: block;
	background: url('../images/select-bg.png')center center no-repeat;
	background-size: contain;
    color: white;
    text-decoration: none;
    padding: 70px 20px;
    font-size: 22px;
    line-height: 30px;
}

.brand-wrapper.category-content .brand-content p {
    font-size: 22px;
    margin-bottom: 20px;
    padding-top: 11px;
}

.brand-wrapper ul, .brand-wrapper ul li{
    padding: 0px;
    margin: 0px;
}

.brand-wrapper .brand-content .name{
    margin-bottom: 10px;
    margin-top: 20px;
}

.brand-wrapper .brand-content p{
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.brand-wrapper .brand-content .name h4 {
    font-size: 20px;
}

.brand-wrapper ul li{
    list-style: none;
    display: inline-block;
    width: 140px;
    margin: 0px 5px;
}

.brand-wrapper ul li img{
    width: 100%;
}

.process-wrapper .msg-wrapper{
    margin-top: 50px;
    margin-bottom: 30px;
}

.login-wrapper form {
    position: relative;
    z-index: 5;
}

.login-wrapper h4{
    margin-bottom: 30px;
    font-size: 26px;
}

.login-wrapper form label{
    font-size: 22px;
    line-height: 0;
    margin-top: 7px;
}

.login-wrapper form input {
    width: 97%;
    padding: 3px 10px;
    margin-bottom: 15px;
    border: none;
    outline: none;
}

.login-wrapper .txt-logo {
    width: 100%;
    max-width: 50%;
    margin-top: 8%;
    margin-bottom: 30px;
}

.brand-wrapper.prize-content h5{
    margin: 0px;
    margin-bottom: 3px;
    margin-top: 5px;
}

.brand-wrapper.prize-content small{
    display: block;
    margin-bottom: 10px;
}

.brand-wrapper.machine-content .brand-content p {
    font-size: 18px;
    max-width: 70%;
    margin: 0px auto;
    margin-bottom: 30px;
    margin-top: 20px;
}

.tnc-wrapper {
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 3;
    width: 100%;
    font-size: 14px;
}

.tnc-wrapper a{
    color: white;
    text-decoration: none;
}

.login-sidebg-wrapper .shadowbg{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 2;
    background: rgb(71,31,57);
    background: -moz-linear-gradient(0deg, rgba(71,31,57,0.8897934173669468) 32%, rgba(15,14,12,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(71,31,57,0.8897934173669468) 32%, rgba(15,14,12,0) 100%);
    background: linear-gradient(0deg, rgba(71,31,57,0.8897934173669468) 32%, rgba(15,14,12,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#471f39",endColorstr="#0f0e0c",GradientType=1);
}