.bg_green {
    background: rgba(184,255,148,1);
    background: -moz-linear-gradient(left, rgba(184,255,148,1) 0%, rgba(70,209,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,255,148,1)), color-stop(100%, rgba(70,209,0,1)));
    background: -webkit-linear-gradient(left, rgba(184,255,148,1) 0%, rgba(70,209,0,1) 100%);
    background: -o-linear-gradient(left, rgba(184,255,148,1) 0%, rgba(70,209,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(184,255,148,1) 0%, rgba(70,209,0,1) 100%);
    background: linear-gradient(to right, rgba(184,255,148,1) 0%, rgba(70,209,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8ff94', endColorstr='#46d100', GradientType=1 );
}

.bg_violet {
    background: #4B5080;
	background: -webkit-linear-gradient(180deg, #4B5080 29%, #D5CFFF 100%);
	background: -moz-linear-gradient(180deg, #4B5080 29%, #D5CFFF 100%);
	background: -ms-linear-gradient(180deg, #4B5080 29%, #D5CFFF 100%);
	background: -o-linear-gradient(180deg, #4B5080 29%, #D5CFFF 100%);
}

.bg_red {
    background: rgba(255,143,188,1);
    background: -moz-linear-gradient(left, rgba(255,143,188,1) 0%, rgba(237,3,96,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,143,188,1)), color-stop(100%, rgba(237,3,96,1)));
    background: -webkit-linear-gradient(left, rgba(255,143,188,1) 0%, rgba(237,3,96,1) 100%);
    background: -o-linear-gradient(left, rgba(255,143,188,1) 0%, rgba(237,3,96,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,143,188,1) 0%, rgba(237,3,96,1) 100%);
    background: linear-gradient(to right, rgba(255,143,188,1) 0%, rgba(237,3,96,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8fbc', endColorstr='#ed0360', GradientType=1 );
}

.bg_dred {
    background: rgba(255,116,92,1);
    background: -moz-linear-gradient(left, rgba(255,116,92,1) 0%, rgba(231,56,39,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,116,92,1)), color-stop(100%, rgba(231,56,39,1)));
    background: -webkit-linear-gradient(left, rgba(255,116,92,1) 0%, rgba(231,56,39,1) 100%);
    background: -o-linear-gradient(left, rgba(255,116,92,1) 0%, rgba(231,56,39,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,116,92,1) 0%, rgba(231,56,39,1) 100%);
    background: linear-gradient(to right, rgba(255,116,92,1) 0%, rgba(231,56,39,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff745c', endColorstr='#e73827', GradientType=1 );
}

.bg_lyellow {
    background: rgba(255,213,176,1);
    background: -moz-linear-gradient(left, rgba(255,213,176,1) 0%, rgba(255,119,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,213,176,1)), color-stop(100%, rgba(255,119,0,1)));
    background: -webkit-linear-gradient(left, rgba(255,213,176,1) 0%, rgba(255,119,0,1) 100%);
    background: -o-linear-gradient(left, rgba(255,213,176,1) 0%, rgba(255,119,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,213,176,1) 0%, rgba(255,119,0,1) 100%);
    background: linear-gradient(to right, rgba(255,213,176,1) 0%, rgba(255,119,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd5b0', endColorstr='#ff7700', GradientType=1 );
}

.bg_lgreen {
    background: rgba(230,150,250,1);
    background: -moz-linear-gradient(left, rgba(230,150,250,1) 0%, rgba(137,0,171,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(230,150,250,1)), color-stop(100%, rgba(137,0,171,1)));
    background: -webkit-linear-gradient(left, rgba(230,150,250,1) 0%, rgba(137,0,171,1) 100%);
    background: -o-linear-gradient(left, rgba(230,150,250,1) 0%, rgba(137,0,171,1) 100%);
    background: -ms-linear-gradient(left, rgba(230,150,250,1) 0%, rgba(137,0,171,1) 100%);
    background: linear-gradient(to right, rgba(230,150,250,1) 0%, rgba(137,0,171,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e696fa', endColorstr='#8900ab', GradientType=1 );
}

.bg_lblue {
    background: rgba(125,178,227,1);
    background: -moz-linear-gradient(left, rgba(125,178,227,1) 0%, rgba(32,124,229,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(125,178,227,1)), color-stop(100%, rgba(32,124,229,1)));
    background: -webkit-linear-gradient(left, rgba(125,178,227,1) 0%, rgba(32,124,229,1) 100%);
    background: -o-linear-gradient(left, rgba(125,178,227,1) 0%, rgba(32,124,229,1) 100%);
    background: -ms-linear-gradient(left, rgba(125,178,227,1) 0%, rgba(32,124,229,1) 100%);
    background: linear-gradient(to right, rgba(125,178,227,1) 0%, rgba(32,124,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db2e3', endColorstr='#207ce5', GradientType=1 );
}

.bg_yellow {
    background: rgba(242,228,100,1);
    background: -moz-linear-gradient(left, rgba(242,228,100,1) 0%, rgba(247,226,0,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(242,228,100,1)), color-stop(100%, rgba(247,226,0,1)));
    background: -webkit-linear-gradient(left, rgba(242,228,100,1) 0%, rgba(247,226,0,1) 100%);
    background: -o-linear-gradient(left, rgba(242,228,100,1) 0%, rgba(247,226,0,1) 100%);
    background: -ms-linear-gradient(left, rgba(242,228,100,1) 0%, rgba(247,226,0,1) 100%);
    background: linear-gradient(to right, rgba(242,228,100,1) 0%, rgba(247,226,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e464', endColorstr='#f7e200', GradientType=1 );
}

.bg_footer {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
}

.b_red {
    background: rgba(255,143,188,1);
    background: #ff3d84;
}

.b_lyellow {
    background: rgba(255,213,176,1);
    background: rgb(255, 242, 0);
}

.b_green {
    background: rgba(184,255,148,1);
}

.b_lgreen {
    background: rgba(230,150,250,1);
    background: #3577ff;
}

.img_11 {
    background-image: url(../image/home3.jpg);
}

.img_12 {
    background-image: url(../image/multigame.jpg);
}

.img_31 {
    background-image: url(../image/jp4.jpg);
}

.img_41 {
    background-image: url(../image/about-us.jpg);
}

.img_42 {
    background-image: url(../image/contact-us.jpg);
}

.background-position-2 {
    background-position: 33.3333% 0%;
}

.background-position-3 {
    background-position: 66.6666% 0%;
}

.background-position-4 {
    background-position: 100% 0%;
}

.color-black {
    color: #101010;
}

.color-blue {
    color: #4B5080;
}

.color-red {
    color: #e50000;
}

.color-gray {
    color: #505050;
}

.color-white {
    color: #fff;
}

.f34 {
    font-size: 22px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.upper {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.text-transparent {
    color: transparent;
}

.transparent {
    background: transparent;
}

.red {
    background-color: #8b0037;
}