.cb{
	clear: both;
}

/*bg*/
.live_box_bg, .lottery_box_bg, .sports_box_bg {
    padding: 20px 0;
}

/*link_box*/

.link_box {
    margin: 60px 0;
}

.link_btn {
    border: 4px solid #ffc600;
    margin-bottom: 20px;
        background: url(../images/seo/bg.png) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}


.link_btn:hover {
    -webkit-filter: contrast(1.5);
}

.link_btn p {
    border-bottom: 5px solid #000;
}

.link_btn img {
    width: 70%;
    margin: 0 55px;
}

.link_btn2 img {
    width: 50%;
    margin: 0 140px;
}

.link_btn a {
    color: #fefb00;
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 500;
    text-align: center;
}


/*title*/

.about_bigtitle h1 {
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ffc507;
    padding-bottom: 20px;
    border-bottom: 3px solid #534000;
}


.box {
    min-height: 200px;
    height: auto;
    border: 1px solid #555;
    margin: 20px 0;
}

.box img {
    width: 100%;
    padding: 20px;
}

.box h1 {
    color: #e69021;
    letter-spacing: 3px;
    padding: 25px 0 10px 0;
}

.box p {
    color: #fff;
    letter-spacing: 2px;
    text-align: justify;
    font-weight: 500;
    font-size: 14px;
}

/*sports*/

.spartstitle {
    text-align: center;
    color: #9cfd00;
    letter-spacing: 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
}

.sports_box_bg img {
    padding: 10px 0 0 0;
}

.sports_box_bg .box p {
    padding-top: 10px;
}

.sports_box_bg .box2{
	min-height: 300px;
}

/*e-game*/

.solt_box_bg .box {
    margin-top: 0px;
}

.solt_box_bg .box p {
    text-align: center;
    font-size: 16px;
    margin-top: -25px;
    margin-bottom: 20px;
}

.egmae_title {
    background: #545454;
    color: #fff;
    text-align: center;
    margin: 10px 0 0 0;
}

.egmae_title h1 {
    letter-spacing: 3px;
    font-weight: 400;
    font-size: 25px;
    line-height: 45px;
}

.solt_box_bg .box .row {
    margin: 0;
}


/*-------------------pad-------------------*/

@media (max-width: 768px) {

.link_btn img {
    margin: 0 33px;
}

.link_btn2 img {
    margin: 0 85px;
}

.sports_box_bg .box {
    min-height: 250px;
}

.sports_box_bg .box2 {
    min-height: 320px !important;
}
    .solt_box_bg .box p {
        margin-top: 5px;
    }

}


/*-------------------phone-------------------*/

@media (max-width: 480px){ 

.link_btn img {
    margin: 0 24px;
}

.link_btn2 img {
    margin: 0 38px;
}

.sports_box_bg .box {
    min-height: 400px;
}

.sports_box_bg .box2 {
    min-height: 500px !important;
}

.live_box_bg .box, .lottery_box_bg .box{
	border:none;
}

.box p {
    margin-bottom: 30px;
}

.box {
    padding: 20px;
}

.box img{
    padding:0;
}

}