﻿@charset "utf-8";
/* CSS Document */
@import url(bootstrap.min.css);

/* --------------- Common CSS -------------------- */
* {
    padding: 0;
    margin: 0;
    outline: none;
    line-height: normal;
}

html {
    overflow-y: auto;
    overflow-x: hidden;
}

html, body, form {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

    body:before {
        content: "";
        height: 100%;
        float: left;
        width: 0;
        margin-top: -32767px;
    }

html, body {
    font-size: 100%;
    line-height: normal;
}

.clear {
    clear: both;
}

.wrapper {
    min-height: 100%;
}

header {
    background: #011740 url("../../img/Home/header_bg.jpg") repeat-x scroll left top;
    border-bottom: 1px solid #f8d300;
}

.container {
    max-width: 1172px;
}

.banner {
    background-color: #072150;
}

    .banner img {
        width: 100%;
    }

a:hover, a:active {
    text-decoration: none !important;
}

a:focus {
    outline: none !important;
    text-decoration: none !important;
}

.logo img {
    max-width: 100%;
}

.logo {
    padding-right: 0;
}

    .logo a {
        display: block;
        padding-top: 10px;
    }

textarea {
    resize: none;
}

/*---------------------------- Start custome checkbox ------------------------*/

input[type=checkbox].css-checkbox, input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.clr {
        padding-left: 37px !important;
        height: 21px;
        display: inline-block;
        line-height: 21px;
        background-repeat: no-repeat;
        background-position: 0 0px;
        font-size: 16px;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
    }

    input[type=radio].css-checkbox + label.css-label {
        padding-left: 20px !important;
        height: 17px;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 13px;
        vertical-align: middle;
        cursor: pointer;
        color: #979c9e;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.chk {
        background-position: 0 -25px;
    }

/*input[type=radio].css-checkbox:checked + label.css-label    
       {background-position: 0 -25px;}

input[type=checkbox].css-checkbox, input[type=radio].css-checkbox  
     { position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;}
         
input[type=checkbox].css-checkbox + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.clr 
     {padding-left:30px;height:30px; display:inline-block;line-height:23px;background-repeat:no-repeat; background-position: 0 0;font-size:23px;vertical-align:middle;cursor:pointer;}
input[type=radio].css-checkbox + label.css-label 
     {padding-left:30px;height:26px; display:inline-block;line-height:23px;background-repeat:no-repeat; background-position: 0 0;font-size:23px;vertical-align:middle;cursor:pointer;}         

input[type=checkbox].css-checkbox:checked + label.css-label2, input[type=checkbox].css-checkbox + label.css-label2.chk {background-position: 0 -34px;}
input[type=radio].css-checkbox:checked + label.css-label    {background-position: 0 -27px;}*/

label.css-label2 {
    background-image: url(../../img/Home/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.css-label {
    background-image: url(../../img/Home/radio_btn.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


input[type=radio].css-checkbox + label.css-label3, input[type=checkbox].css-checkbox + label.css-label3,
input[type=radio].css-checkbox + label.css-label3.clr, input[type=checkbox].css-checkbox + label.css-label3.clr {
    padding-left: 30px !important;
    height: 22px;
    display: inline-block;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0px;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
    color: #676a6c;
    font-weight: 400;
}

    input[type=radio].css-checkbox:checked + label.css-label3, input[type=radio].css-checkbox + label.css-label3.chk,
    input[type=checkbox].css-checkbox:checked + label.css-label3, input[type=checkbox].css-checkbox + label.css-label3.chk {
        background-position: 0 -22px;
    }

label.css-label3 {
    /*background-image: url(../../img/Home/checkbox.png);*/
    margin: 5px 20px 5px 0;
    min-width: 100px;
}

input[type=checkbox].css-checkbox:disabled + label.css-label3,
input[type=radio].css-checkbox:disabled + label.css-label3 {
    background-image: url(../../img/Home/chk-disabled.jpg) !important;
    margin: 5px 20px 5px 0;
    cursor: no-drop;
    min-width: 100px;
}

.label3-nowidth {
    min-width: auto !important;
}
/*---------------------------- End custome checkbox ------------------------*/


/* --------------- User Profile Login Section -------------------- */
.user_login {
    margin: 33px 0 10px;
    float: right;
    padding-left: 0;
}

    .user_login a {
        display: inline-block;
        color: #fff;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 0 8px 0 0;
        overflow: hidden;
        margin-left: 5px;
        transition: 0.3s all;
        vertical-align: middle;
        font-size: 0.875em;
    }

    .user_login .fa {
        padding: 8px;
        margin-right: 7px;
    }

    .user_login .register {
        background-color: #ff503f;
    }

        .user_login .register:hover,
        .user_login .register .fa {
            background-color: #ec4939;
        }

    .user_login .login {
        background-color: #74c037;
    }

        .user_login .login:hover,
        .user_login .login .fa {
            background-color: #65a630;
        }

    .user_login .logout {
        background-color: #F0AA0E;
    }

        .user_login .logout:hover,
        .user_login .logout .fa {
            background-color: #e3a10e;
        }

    .user_login .flogin {
        background-color: #3b579d;
    }

        .user_login .flogin:hover,
        .user_login .flogin .fa {
            background-color: #314780;
        }

/* --------------- Menu -------------------- */
.menus {
    margin-top: 33px;
    padding: 0;
}

/* Clearfix */
.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

*:first-child + html .group {
    zoom: 1;
}
/* IE7 */
.navigation {
    list-style: none;
    position: relative;
    margin: 0;
}

    .navigation li {
        display: inline-block;
    }

    .navigation a {
        color: #fff;
        font-size: 0.875em;
        float: left;
        padding: 10px 10px 27px 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .navigation a:hover {
            color: #F8D300;
        }

#magic-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 5px;
    background: #f8d300;
}

.current_page_item a {
    color: #F8D300 !important;
}

.ie6 .navigation li,
.ie7 .navigation li {
    display: inline;
}


/* --------------- Mobile Menu -------------------- */
.mobilemenu {
    display: none;
    height: 30px;
    float: right;
    margin-right: 15px;
    z-index: 14;
}

    .mobilemenu span {
        width: 25px;
        height: 2px;
        background: rgba(255,255,255,1);
        display: inline-block;
        vertical-align: middle;
        position: relative;
        cursor: pointer;
        transition: 0.5s all;
        transform: rotate(0);
    }

        .mobilemenu span:before {
            content: "";
            position: absolute;
            width: 25px;
            height: 2px;
            background: #fff;
            top: -7px;
            left: 0;
            transition: 0.5s all;
        }

        .mobilemenu span:after {
            content: "";
            position: absolute;
            width: 25px;
            height: 2px;
            background: #fff;
            bottom: -7px;
            left: 0;
            transition: 0.5s all;
        }

.menopen span {
    transform: rotate(180deg);
    background: rgba(255,255,255,0);
}

    .menopen span:before {
        transform: rotate(45deg);
        top: 0;
    }

    .menopen span:after {
        transform: rotate(135deg);
        top: 0;
    }

.menus {
    position: relative;
}

.mobile_menu {
    position: absolute;
    display: none;
    width: 150px;
    right: 0;
    top: 100%;
    z-index: 15;
}

    .mobile_menu.menulist {
        background: #06183a;
        margin-top: 5px;
        position: absolute;
    }

        .mobile_menu.menulist li {
            list-style: none;
            border-top: 1px dashed #1a3467;
        }

            .mobile_menu.menulist li:first-child {
                border-top: 0;
            }

    .mobile_menu li a {
        padding: 10px;
        display: block;
        color: #fff;
        text-align: center;
    }

        .mobile_menu li a:hover {
            color: #f8d300;
        }

/* --------------- Banner -------------------- */
.banner {
    background: #072150 url(../../img/Home/banner_bg.jpg) center center no-repeat;
    background-size: auto 100%;
}

.banner_heading {
    padding: 30px 20px;
    height: 130px;
    width: 780px;
}

    .banner_heading h1 {
        font-size: 2.250em;
        color: #fff;
        margin: 0 0 2px 0;
        font-weight: 300;
    }

    .banner_heading h3 {
        font-size: 1.625em;
        color: #d0e207;
        margin: 0;
        font-weight: 300;
    }

.boxwrap {
    padding: 50px 0;
    max-width: 1040px;
    margin: auto;
}

.box {
    width: 12.5%;
    height: auto;
    float: left;
}

.left_boxwrap {
    width: 25%;
    float: left;
}

    .left_boxwrap .box {
        width: 50% !important;
    }

.box .frony, .box .back {
    border: 1px solid #c7c7c7;
}

.box .back {
    display: none;
}


/* --------------- Header Strip -------------------- */
.headerstrip {
    background-color: #efeded;
    padding: 10px 0;
    border-bottom: 1px solid #e4e4e4;
    text-align: center;
}

    .headerstrip h1 {
        color: #031f42;
        font-size: 1.500em;
        font-weight: bold;
        line-height: 37px;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 0 10px;
    }

.buttonbox {
    margin: 5px 0;
    display: inline-block;
}

    .buttonbox a {
        background: #ff503f;
        color: #fff;
        display: inline-block;
        font-size: 1em;
        margin: 5px 0 0 10px;
        padding: 2px 0 2px 15px;
        position: relative;
        width: 150px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-border-radius: 3px;
    }

    .buttonbox .sign_btn {
        background-color: #74c037;
    }

    .buttonbox .play_btn:hover {
        background-color: #f34433;
    }

    .buttonbox .sign_btn:hover {
        background-color: #68b22d;
    }

    .buttonbox span {
        width: 95px;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
    }

    .buttonbox .play_img {
        display: inline-block;
        transition: 0.5s all;
        -moz-transition: 0.5s all;
        -ms-transition: 0.5s all;
        -o-transition: 0.5s all;
        -webkit-transition: 0.5s all;
        width: auto;
    }

    .buttonbox a:hover .play_img {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

.rotate {
    transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

    .submitbtn:hover .rotate,
    .rotate:hover {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

/* --------------- Section Moneypot -------------------- */
.mo_info .blu_box,
.mo_info .red_box,
.mo_info .grn_box {
    margin: 36px 0 44px;
}

.mo_info h3 {
    font-size: 1.375em;
    font-weight: normal;
    color: #43ba5e;
    margin-top: 30px;
}

.mo_info .red_box h3 {
    color: #e93737;
}

.mo_info .blu_box h3 {
    color: #17a0b3;
}

.mo_info .know_more {
    background: #43ba5e;
    color: #fff;
    display: block;
    font-size: 0.750em;
    padding: 3px 0 3px 6px;
    width: 95px;
}

    .mo_info .know_more span {
        width: 74%;
        display: inline-block;
        vertical-align: middle;
    }

    .mo_info .know_more img {
        width: auto;
        max-width: 100%;
    }

    .mo_info .know_more i {
        transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        -webkit-transition: 0.3s all;
        display: inline-block;
    }

    .mo_info .know_more:hover i {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }

.mo_info .red_box .know_more {
    background-color: #e93737;
}

.mo_info .blu_box .know_more {
    background-color: #17a0b3;
}

    .mo_info .blu_box .know_more:hover {
        background-color: #1896A7;
    }

.mo_info .red_box .know_more:hover {
    background-color: #D83131;
}

.mo_info .grn_box .know_more:hover {
    background-color: #39A651;
}

.mo_info img {
    width: 100%;
}

.mo_info .equalheight {
    padding-bottom: 20px;
    min-height: 250px;
}

    .mo_info .equalheight p {
        font-weight: 500;
        line-height: 22px;
        margin: 20px 0 0 0;
        color: #4f4f4f;
        font-size: 0.875em;
    }

.mo_info .frgame {
    color: #fff;
    margin: 36px 0 44px;
}

.mo_info .frgame_warp {
    background: rgba(0, 0, 0, 0) url("../../img/Home/graybox_middle.png") repeat-y scroll left bottom;
    background-size: 100% auto;
    padding: 0 10px 0 1px;
}

.mo_info .frgame_cont {
    background-color: #4f4f4f;
    height: auto;
    margin-bottom: 20px;
    padding: 15px 10px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mo_info .frgame_warp h3 {
    color: #fff;
    font-weight: normal;
    font-size: 1.125em;
    margin: 5px 10px 10px;
}

.mo_info .frgame_warp h2 {
    font-size: 1.500em;
    line-height: 30px;
    font-weight: normal;
    margin: 0 0 10px;
    word-spacing: -2px;
}

.mo_info .frgame_warp a {
    background: #d0c619 none repeat scroll 0 0;
    color: #333333;
    display: block;
    width: auto;
    font-weight: bold;
    margin: 5px 10px 0;
    padding: 5px;
    text-align: center;
    font-size: 0.938em;
}

.mo_info .frgame_warp p {
    font-size: 0.875em;
    font-weight: 300;
    line-height: 18px;
}

.mo_info .frgame_warp a:hover {
    background-color: #c6bd21;
}

.mo_info .frgame_bot {
    vertical-align: top;
}

/* --------------- Slider -------------------- */
.moneypot_slider {
    background: #292929 url(../../img/Home/slider_bg1.jpg) center 0 no-repeat;
    background-size: auto 100%;
    background-attachment: fixed;
}

    .moneypot_slider .row {
        height: 442px;
        padding: 25px 0;
    }

    .moneypot_slider .sliding {
        overflow: hidden;
        max-height: 392px;
    }

    .moneypot_slider .slidewrap ul {
        margin-left: -20px;
    }

    .moneypot_slider .marketleader li {
        padding-left: 20px;
        padding-right: 2px;
        float: left;
    }

    .moneypot_slider .profile_wrap {
        background-color: #fff;
        border-radius: 4px;
        text-align: center;
    }

    .moneypot_slider .profile_info {
        padding: 15px 15px 55px;
        font-size: 14px;
        color: #333333;
    }

    .moneypot_slider .profile_details {
        background-color: #17a0b3;
        font-size: 16px;
        color: #e6fcff;
    }

    .moneypot_slider .profile_perc {
        font-size: 26px;
        font-weight: 700;
    }

    .moneypot_slider .awards {
        padding: 18px 15px 10px;
        display: inline-block;
    }

    .moneypot_slider .cup {
        float: left;
        padding: 2px 15px 0 0;
    }

    .moneypot_slider .wonprice {
        float: left;
        text-align: left;
    }

        .moneypot_slider .wonprice span {
            display: block;
            font-size: 0.875em;
            line-height: 16px;
        }

            .moneypot_slider .wonprice span i {
                color: #e93737;
                font-size: 1.214em;
                font-style: normal;
                font-weight: 700;
            }

                .moneypot_slider .wonprice span i.fa-rupee {
                    padding-right: 3px;
                    font-weight: normal;
                }

    .moneypot_slider .profile_pic {
        display: inline-block;
        background-color: #17a0b3;
        padding: 3px;
        position: relative;
        margin-top: -40px;
    }

    .moneypot_slider .slick-prev,
    .moneypot_slider .slick-next {
        top: -40px;
        right: 40px;
        left: auto;
        background: url(../../img/Home/sliderarrow.png) 0 0 no-repeat;
        height: 30px;
        width: 30px;
    }

    .moneypot_slider .slick-next {
        right: 0;
        background-position: -40px 0;
    }

        .moneypot_slider .slick-next:hover {
            background-position: -40px -32px;
        }

    .moneypot_slider .slick-disabled.slick-next:hover {
        background-position: -40px 0;
        cursor: not-allowed;
    }

    .moneypot_slider .slick-disabled.slick-prev:hover {
        background-position: 0 0;
        cursor: not-allowed;
    }

    .moneypot_slider .slick-prev:hover {
        background-position: -0 -32px;
    }

.slick-next::before, .slick-prev::before {
    content: "" !important;
}

/* --------------- Upcomming Games -------------------- */
.moneypot_slider .heading {
    font-size: 1.875em;
    font-weight: 300;
    color: #fff;
    margin: 15px 0 17px 0;
}

    .moneypot_slider .heading span {
        color: #fff100;
    }

.moneypot_slider .gamebox {
    border: 1px solid #e93737;
    border-radius: 4px;
    overflow: hidden;
}

.moneypot_slider .gamelogo {
    background-color: #fff;
    height: 105px;
    line-height: 105px;
    text-align: center;
}

.moneypot_slider .gamedesc {
    background-color: #e93737;
    text-align: center;
    padding: 25px 0 35px;
    color: #fff;
}

.moneypot_slider .title {
    font-weight: bold;
    font-size: 1.250em;
    color: #fff102;
}

.moneypot_slider .timing {
    padding: 10px;
    font-weight: 700;
    font-size: 0.875em;
}

    .moneypot_slider .timing span {
        font-weight: normal;
    }

.sponserd {
    font-weight: 700;
    font-size: 1.250em;
    color: #fff;
    text-align: center;
    padding-top: 25px;
    position: relative;
    background: url(../../img/Home/down_arrow.png) center 0 no-repeat;
    margin-bottom: 30px;
}

    .sponserd span {
        font-weight: 300;
        display: block;
        font-size: 0.7em;
    }

.upcomgames li {
    float: left;
    padding-left: 20px;
    padding-right: 2px;
}

.upcomgames .slick-slide img {
    display: inline-block;
}

.upcomgames .slick-prev, .upcomgames .slick-next {
    background-color: rgba(0,0,0,0.7);
    top: 31%;
    z-index: 999;
    border-radius: 25px;
    right: 2px;
}

.upcomgames .slick-prev {
    left: 20px;
    right: auto;
}

/* --------------- Logo Section -------------------- */
.logos {
    font-size: 0;
    margin: 0;
    padding: 0;
}

    .logos li {
        text-align: center;
        float: left;
        ;
        border: 1px solid #eeeded;
        width: 14.28%;
        padding: 7px;
        background-color: #fff;
    }

        .logos li img {
            max-width: 100%;
            transition: 0.3s all;
        }

        .logos li:hover img {
            transform: scale(1.07);
            -moz-transform: scale(1.07);
            -ms-transform: scale(1.07);
            -o-transform: scale(1.07);
            -webkit-transform: scale(1.07);
        }

        .logos li:hover {
            border: 1px solid #e0dede;
        }



/* --------------- Footer Strip -------------------- */

footer {
    background: #072150;
}

.footer_wrap {
    padding: 0 0 35px 0;
}

    .footer_wrap h2 {
        font-size: 1em;
        color: #fff;
        padding-bottom: 25px;
        text-transform: uppercase;
        margin: 0;
    }

.foot-box {
    padding-top: 35px;
}

.stockrecom_wrap {
    border: 1px solid #174599;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
    font-family: roboto;
}

    .stockrecom_wrap .recomtitle {
        padding: 10px;
    }

    .stockrecom_wrap .recom_img {
        width: 52px;
        height: 52px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

        .stockrecom_wrap .recom_img img {
            border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -webkit-border-radius: 4px;
            -o-border-radius: 4px;
        }

    .stockrecom_wrap .recom_name {
        float: left;
    }

        .stockrecom_wrap .recom_name p {
            font-size: 1em;
            color: #fff;
            margin-bottom: 2px;
        }

        .stockrecom_wrap .recom_name span {
            font-size: 0.875em;
            color: #6997ec;
        }

    .stockrecom_wrap .recomtitle .like {
        margin: 8px 5px 0 0;
    }

    .stockrecom_wrap .stockrecom_descr {
        background: #132e60;
    }

    .stockrecom_wrap .descr {
        border-top: 1px solid #174599;
    }

        .stockrecom_wrap .descr h3 {
            font-size: 0.875em;
            text-transform: uppercase;
            padding: 10px;
            color: #fff;
            margin: 0;
        }

        .stockrecom_wrap .descr .pull-right, .stockrecom_wrap .descr .pull-left {
            padding: 10px;
        }

        .stockrecom_wrap .descr p {
            margin-bottom: 5px;
            font-size: 0.813em;
            color: #74a4fb;
        }

            .stockrecom_wrap .descr p span {
                margin-bottom: 5px;
                font-size: 1em;
                color: #fff;
            }

        .stockrecom_wrap .descr ul {
            margin-bottom: 0;
        }

            .stockrecom_wrap .descr ul li {
                float: left;
                border-left: 1px solid #174599;
                padding: 12px 10px;
            }

                .stockrecom_wrap .descr ul li:first-child {
                    border-left: none;
                }

                .stockrecom_wrap .descr ul li .pull-left p,
                .stockrecom_wrap .descr ul li .pull-right p {
                    font-size: 0.813em;
                    color: #74a4fb;
                    margin-bottom: 0;
                }

    .stockrecom_wrap .status p {
        font-size: 0.875em;
        margin-bottom: 0;
    }

        .stockrecom_wrap .status p span {
            font-size: 0.9em;
        }

    .stockrecom_wrap .descr .open {
        text-transform: uppercase;
        color: #4bc562;
    }

    .stockrecom_wrap .descr ul li.result {
        font-size: 1em;
        font-weight: 400;
        background: #1e3c72;
        display: block;
        color: #fff;
        position: relative;
        width: 23%;
        line-height: normal;
    }

        .stockrecom_wrap .descr ul li.result:after {
            border-bottom: 10px solid transparent;
            border-left: 18px solid #1e3c72;
            border-top: 10px solid transparent;
            content: "";
            position: absolute;
            right: -14px;
            top: 12px;
            z-index: 5;
        }

    .stockrecom_wrap .descr ul li.profit {
        background: #29873b;
        font-size: 1.125em;
        font-weight: 400;
        color: #fff;
        width: 47%;
        padding: 12px 35px 10px 25px;
        line-height: normal;
        position: relative;
        list-style: none;
    }

        .stockrecom_wrap .descr ul li.profit span {
            height: 14px;
            position: absolute;
            right: 14px;
            top: 15px;
            width: 14px;
        }

.profit_loss {
    background: #f00;
}

.profit_up span {
    background: url("../../img/Home/profit.png") 0 0 no-repeat !important;
}

.profit_loss span {
    background: url("../../img/Home/profit.png") 0 -13px no-repeat !important;
}

.contact_form input[type="text"], textarea {
    border: 1px solid #174599;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    width: 100%;
    background: none;
    color: #73a4fe;
    padding: 12px 10px;
    margin-bottom: 10px;
    font-size: 0.875em;
}

.contact_form input.submit {
    border: none;
    background: #e93737 /*url("../../img/Home/submit.png") 97% center no-repeat*/;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    width: 100%;
    color: #fff;
    padding: 11px 10px;
    font-size: 0.875em;
    text-transform: uppercase;
}

.contact_form textarea {
    height: 60px;
}

.contact_form input.submit:hover {
    background-color: #d93232;
}

.submitbtn .rotate {
    background: url(../../img/Home/sliderarrow.png) -39px -31px no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 2px;
}

.submitbtn {
    position: relative;
}

.fields {
    position: relative;
}

.errormsg {
    position: absolute;
    background-color: #D93232;
    left: 6px;
    bottom: 53px;
    padding: 4px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-size: 12px;
    display: none;
}

    .errormsg:after {
        content: "";
        position: absolute;
        bottom: -16px;
        left: 14px;
        border-color: #D93232 transparent transparent transparent;
        border-style: solid;
        border-width: 8px;
    }

.fieldwrap {
    margin-left: -3%;
}

.field-50 {
    width: 47%;
    margin-left: 3%;
    float: left;
}

.fieldwrap:after {
    clear: both;
}

.stockrecom_wrap {
    position: relative;
}

.watermark {
    background: url(../../img/Home/sample_watermark.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* --------------- Follow Us -------------------- */
.social_icon_wrap {
    margin-left: -10px;
}

    .social_icon_wrap a {
        width: 50px;
        height: 50px;
        float: left;
        margin: 0 0 10px 10px;
        background: #122d5d url(../../img/Home/social_icons.png) 0 0 no-repeat;
        transition: 0.5s all;
    }

        .social_icon_wrap a:hover {
            background-position: 0 -51px;
        }

        .social_icon_wrap a.twitter {
            background-position: -62px 0;
        }

        .social_icon_wrap a.linkdin {
            background-position: -122px 0;
        }

        .social_icon_wrap a.rss {
            background-position: -182px 0;
        }

        .social_icon_wrap a.youtube {
            background-position: -242px 0;
        }

        .social_icon_wrap a.googleplus {
            background-position: -303px 0;
        }

        .social_icon_wrap a.skype {
            background-position: -364px 0;
        }

        .social_icon_wrap a.microsoft {
            background-position: -424px 0;
        }

        .social_icon_wrap a.twitter:hover {
            background-position: -62px -51px;
        }

        .social_icon_wrap a.linkdin:hover {
            background-position: -122px -51px;
        }

        .social_icon_wrap a.rss:hover {
            background-position: -182px -51px;
        }

        .social_icon_wrap a.youtube:hover {
            background-position: -242px -51px;
        }

        .social_icon_wrap a.googleplus:hover {
            background-position: -303px -51px;
        }

        .social_icon_wrap a.skype:hover {
            background-position: -364px -51px;
        }

        .social_icon_wrap a.microsoft:hover {
            background-position: -424px -51px;
        }

/* --------------- Footer Nav and privacy policy -------------------- */
.footernav {
    background-color: #05193c;
}

    .footernav .footnav a {
        padding: 5px 12px;
        background: url(../../img/Home/pipe.jpg) 0 center no-repeat;
        font-size: 14px;
        color: #d9e6ff;
        display: inline-block;
    }

        .footernav .footnav a:first-child {
            background: none;
        }

        .footernav .footnav a:hover {
            color: #F8D300;
        }

    .footernav .footnav {
        border-bottom: 1px solid #0f2d63;
        padding: 18px 0;
    }

.copyrightsection {
    padding: 18px 0;
}

.copyright {
    font-size: 12px;
    font-weight: 500;
    color: #ccdeff;
}

    .copyright span {
        color: #f5c305;
    }

.privacypolicy p {
    font-size: 12px;
    color: #7895c9;
    margin: 5px 0;
    line-height: 18px;
}

.privacypolicy a {
    text-decoration: underline;
    color: #7895c9;
}

    .privacypolicy a:hover {
        color: #4f71af;
    }


/* --------------- Inner Pages Formatting -------------------- */

.profile-strip {
    background-color: #efeded;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0;
}

    .profile-strip h1 {
        font-size: 1.5em;
        margin: 0 10px;
        color: #031f42;
        font-weight: 700;
        line-height: 37px;
    }

 .main_content {
     padding:0.938em 0;
     font-weight:300;
}
 .main_content p, #faq-list ul li {
     margin:0.938em 0;
     line-height:1.500em;
     font-weight: 300;
}
 .main_content h2 {
     font-size: 1.500em;
    margin-bottom: 0.625em;
     margin: 0.625em 0 1.042em;
     line-height: 1.3em;
}
 .main_content ol {
     margin:0.625em 0 1.250em 1.563em;
}
 .main_content ol li {
     margin-bottom:1.125em;
     font-size: 1em;
     position: relative;
     padding-left: 0.625em;
     font-weight: 500;
}
 .main_content ul.ticklist {
     margin: 1.250em 0
}
 .main_content ul.ticklist li {
     list-style-type:none;
     margin-bottom:1.125em;
     font-size: 1em;
    position: relative;
     padding-left: 1.875em;
}
 .main_content ul.ticklist li:before {
     font-weight: 600;
     color: #74c037;
     margin-right: 0.5em;
     position: absolute;
     top: 2px;
     left: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
     font-size: 1em;
}
 .main_content h3 {
     font-size: 1.250em;
     font-weight: 500;
     margin:1.500em 0 0.750em;
}
 .main_content ul.ticklist li p, .main_content ol li p {
     margin: 0.625em 0;
}
 .main_content ul.ticklist li ul, .main_content ol li ul {
     margin-left:1.875em;
}
 .main_content ol li ul{
     list-style-type:disc;
 }

/* --------------- Login Popup Formatting -------------------- */

#login .modal-dialog
{
    width: 400px;
    border-radius: 5px;
    margin-top: -225px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -200px;
}
#divReg .modal-dialog 
{
max-width: 400px;
margin:50px auto;
}

#divLogin .modal-dialog 
{
max-width: 400px;
margin:50px auto;
}

#divForgotPwd .modal-dialog 
{
max-width: 400px;
margin:50px auto;
}

.login_wrap .modal-header {
    text-align: center;
    width: 100%;
    border-bottom: 0;
    padding: 0;
    position: relative;
}

    .login_wrap .modal-header h4 {
        font-size: 19px;
        color: #100303;
        font-weight: normal;
        margin: 0;
        padding: 25px 0;
        text-align: center;
    }

.login_wrap .modal-body {
    padding: 0 25px 15px;
    font-weight: 300;
}

    .login_wrap .modal-body .social_icon_wrap {
        text-align: center;
    }

        .login_wrap .modal-body .social_icon_wrap a {
            float: none;
            display: inline-block;
        }

.login_wrap hr {
    border: 0;
    border-bottom: 1px solid #acacac;
    text-transform: uppercase;
}

.login_wrap .or {
    background: #fff none repeat scroll 0 0;
    display: block;
    margin: 20px auto;
    position: relative;
    text-align: center;
    margin-top: -46px;
    width: 45px;
    border-radius: 25px;
    height: 45px;
    padding: 12px;
    color: #707070;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
}

.login_wrap .modal-header .close {
    background-color: #524f4f;
    color: #f4f3f3;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -15px;
    right: -15px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    -webkit-border-radius: 25px;
    opacity: 1;
    filter: alpha(opacity=100);
    padding-bottom: 5px;
    font-size: 32px;
    margin: 0;
    text-align: center;
}

.login_wrap button.close:hover {
    color: #fff;
}

.login_wrap .log_btn {
    background: #74c037;
    border: 1px solid #6eb733;
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .login_wrap .log_btn:hover {
        background: #68b22d;
    }

.login_wrap .form-control {
    border: 1px solid #cac8c8;
    box-shadow: none;
    padding: 8px 10px;
    font-size: 15px;
    height: auto;
    line-height: 24px;
    color: #464545;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
}

    .login_wrap .form-control:hover {
        box-shadow: none;
        background-color: #f5f4f4 !important;
    }

#divLogin .forgot_pass {
    float: right;
    font-size: 14px;
    color: #676a6c;
    padding: 7px 0;
}

    #divLogin .forgot_pass:hover {
        color: #606365;
    }

#login .username {
    background: url(../../img/user.png) 13px center no-repeat;   
    padding-left: 45px;
}

#login .password {
    background: url(../../img/password.png) 13px center no-repeat;
    padding-left: 45px;
}

.error {
    color: #f00;
    font-size: 12px;
    display: block;
    padding: 2px 0;
    display: none;
}


/* --------------- Register Popup Formatting -------------------- */

#register .modal-dialog {
    max-width: 600px;
    border-radius: 5px;
    margin-top: -325px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}

#register .modal-header {
    padding: 0 25px;
}

.note {
    margin-bottom: 20px;
}

#register .log_btn {
    max-width: 272px;
    width: 100%;
}


/* --------------- Register Popup Formatting -------------------- */

#contactus .modal-dialog {
    max-width: 600px;
    border-radius: 5px;
    margin-top: -222px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -300px;
}

#contactus .modal-header {
    padding: 0 25px;
}

#contactus .log_btn {
    max-width: 272px;
    width: 100%;
}
.inline-block   { display:inline-block;}

.blurButton {
 opacity:0.6;
 pointer-events:none !important;
 
}


.blurButton:hover {
        background: #74c037;
    }
#divGame .modal-header .close    { z-index:5; }
#divName                            { margin-bottom:50px; }
#divGame .modal-body                { overflow:hidden; border-radius:5px; -moz-border-radius:5px;-o-border-radius:5px;-webkit-border-radius:5px; padding-top:25px;}
#divGame  .modal-header                 { min-height:initial; }
#divGame .modal-dialog                  { max-width: 400px; }
.gamelist                               { margin:0;}
.gamelist li                            { list-style-type: none;  border-top:1px solid #bcbcbc; padding:7px 25px; }
.gamelist li > span                     { display: inline-block; vertical-align: middle; padding: 5px 0; color:#2e2e2e; max-width:240px;}
.buttonbox.regi                         { margin: 0;}
.buttonbox.regi span                    { width: auto;}
.buttonbox.regi a {width: auto;margin: 0px;padding: 5px;font-size:14px;}
.buttonbox.regi a span {width: auto;margin-right: 5px;}
.buttonbox.regi a span.play_img {width: auto;margin: 0;}
.buttonbox.regi a span.play_img img { width:25px;}
.selectgamewrap { margin:-25px -25px -15px; background:#e4e4e4; border-top:1px solid #c3c3c3; border-radius:0 0 5px 5px;-moz-border-radius:0 0 5px 5px;-webkit-border-radius:0 0 5px 5px;-o-border-radius:0 0 5px 5px; padding-bottom:10px;  }
.selectgamewrap h4 { font-weight:bold; padding:15px 25px; font-size:20px; margin:0;}
.private_game  { opacity:0.6;}



/* --------------- Game Page Formatting -------------------- */
.game { border:1px solid #e1e1e1; }
.game + .game { margin-top:15px;}
.game-body  { padding:15px 0; position:relative; min-height:180px; }

.game-img { border-right:2px dotted #e1e1e1; width:160px; position:absolute; top:15px; left:0; text-align:center; min-height:150px;}
.game-img img { max-width:100%;}
.game-time { border-left:2px dotted #e1e1e1; width:145px;position:absolute; top:15px; right:0; padding:20px 25px; font-size:24px; text-align:center;min-height:150px; font-weight:500; color:#011537;}
.game-time .iconmoon { font-size:43px;}
.game-details-wrap  { padding:0 145px 0 160px; }
.game-details {  padding:10px 25px 10px 35px; color:#807f7f; font-size:14px; }
.game-details h2 { font-weight:400; font-size:26px; color:#282735; margin:0 0 25px; }
.game-details p { margin:15px 0 0;} 
.game-details a { color:#ff0000; text-decoration:underline; }
.game-details a:hover { color:#e10404; text-decoration:underline !important; }

.game-footer  { background:#f1f2f4; border-top:1px solid #e1e1e1;}
.game-footer .game_info { margin:0; padding:0;  }
.game-footer .game_info li { display:inline-block; vertical-align:middle; min-width:200px; list-style-type:none; padding:14px 25px; font-weight:500; }
.game-footer .game_info li .iconmoon { font-size:22px; margin-right:10px; }
.game-footer .game_info li span { vertical-align:middle; display:inline-block;}
.game-footer .btn { min-width:145px; border-radius:0; font-size:16px; color:#fff; padding:14px 10px; box-shadow:none; border:0; font-weight:500;}
.game-footer .btn+ .btn { border-left:1px solid #fff; }
.game-footer .btn .iconmoon { font-size:20px; vertical-align:middle; margin-right:5px }
.game-footer .btn  span { display:inline-block; vertical-align:middle}
.game-footer .btn.btn-blue { background:rgba(89,182,231,1);  }

.game-footer .btn.btn-blue:hover {background:rgba(89,182,231,0.85); } 
.game-footer .btn.btn-yellow { background:rgba(208,135,39,1); }
.game-footer .btn.btn-yellow:hover {background:rgba(208,135,39,0.85);  } 
.morecontent{display:none;}


.game.game_inner .game-details .btn-round	{ background:rgba(89,182,231,1); border-radius:360px; font-size:16px; color:#fff; padding:10px 18px;}
.game.game_inner .game-details-wrap			{ padding:0 0px 0 160px;}
.game.game_inner .game_inner_banner			{  margin:20px auto;}
.game.game_inner .game_inner_banner	img		{ width:100%;}
.game.game_inner .input-daterange .input-group-addon	{ background-color:transparent; border:1px 0 1px 1px;}
.game.game_inner .input-daterange .daterange-to 		{ border:0px;}
.game.game_inner .game-details p 					{ margin:25px auto;}




.game-footer .listBtn{
    font-size: 0
}
.footer_wrap { background:#072150;}
.quick_links  { padding:0; margin:0 15px 15px 25px; }
.quick_links li  { color:#b8babf; margin-bottom:10px; }
.quick_links li a  {color:#d9e6ff; font-size:15px; }
.quick_links li a:hover  { color:#F8D300 }
.errorwrap:not(:empty) { margin-bottom:15px; display: block; color:#f55a5a;}

/*Game Page Mobile view starts*/
 .game-body-mobile{
    position: relative;
}
 .game-time-mobile{
     position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    min-height: auto;
    font-weight: 500;
    color: #011537;
}
 .game-time-mobile .iconmoon {
    font-size: 22px;
}
 .game-body-mobile h2 {
    font-weight: 400;
    font-size: 18px;
    color: #282735;
    margin: 24px 0 20px;
    padding-left: 10px;

}
/*Game Page Mobile view ends*/


/*Moneypot onload popup*/
#moneyPotBanner{
    background-color: rgba(255,255,255,0.6) !important;  
}
#moneyPotBanner .modal-body img{margin: 0 auto}

#moneyPotBanner .modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #f8d300;
    font-weight: 600;
    font-size: 2.857em;
}

#moneyPotBanner h3.subHeading{
    margin: 0;
    color: #fff;
    font-size: 1.571em;
}

#moneyPotBanner .modal-header{border-bottom:0px;}

#moneyPotBanner a.tryNow{
    position: absolute;
    bottom: 10%;
    left: 50%;
    font-size: 1.3em;
    transform: translateX(-50%);
    border-radius: 22px;
    color: #000;
    background-color: #f8d300;
    border-color: #f8d300;
    padding: 6px 16px;
    font-weight: 400;
}

#moneyPotBanner a.tryNow i{
    font-size: 1.286em;
    padding-left: 14px;
    top: 2px;
    position: relative;
}

#moneyPotBanner .close {
    float: right;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: 1;
    text-decoration: underline;
    position: absolute;
    bottom: 10%;
    right: 4%;
    padding-right: 15px;
}

#moneyPotBanner .close:hover{
    color: #fff;
    text-decoration: underline;
}
 /*Reset Password starts*/

#resetPassword .formList:first-child{margin-top: 0;}

#resetPassword input {
    display: block;
    width: 100%;
    background-color: transparent;
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    color: #05193c;
    outline: none;
    box-shadow: none;
    border: 0px;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0px;
    padding: 10px 0;
}

#resetPassword .formList{
    position: relative;
    width: 100%;
    margin: 2em auto;
}

#resetPassword label {
    color: #05193c;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    position: absolute;
    top: 14px;
    left: 0;
    margin-bottom: 0px;
}


#resetPassword #reset{background: #eb8e0c;
    border: 1px solid #eb8e0c;
    width: 40%;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    padding: 8px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;}

#resetPassword img.reset{width: 100px; margin: 0.5em 0;}

#resetPassword input:focus  label, #resetPassword input.has-content  label{font-size: 14px;top: -10px;color: #828181;transition: 0.3s;letter-spacing: 0;}

#resetPassword button.resetPassword{background: #eb8e0c;
    border: 1px solid #eb8e0c;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    padding: 8px 0;
    border-radius: 5px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-bottom:0;}

#resetPassword a.loginAgain{
    display: block;
    margin-top: 1em;
    font-weight: 400;
    text-decoration: none;
    padding: 4px 0px;
    font-size: 1em;
    text-align: center;
}
/*Reset Password ends*/