html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'roboto';
    background: #17191f;
    color: white;
    height: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'roboto';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'), url('../fonts/RobotoRegular.woff2') format('woff2'), url('../fonts/RobotoRegular.woff') format('woff'), url('../fonts/RobotoRegular.ttf') format('truetype'), url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'robotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'), url('../fonts/RobotoBold.woff2') format('woff2'), url('../fonts/RobotoBold.woff') format('woff'), url('../fonts/RobotoBold.ttf') format('truetype'), url('../fonts/RobotoBold.svg#RobotoBold') format('svg');
}

@font-face {
    font-family: 'bebas';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'), url('../fonts/BebasNeueRegular.woff2') format('woff2'), url('../fonts/BebasNeueRegular.woff') format('woff'), url('../fonts/BebasNeueRegular.ttf') format('truetype'), url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}

.ui-autocomplete li a {
    color: #646873;
    border: none;
}


    .ui-autocomplete li a:hover {
        color: #d4322d;
        background-color: #20232b;
        cursor: pointer;
        border: none;
    }

.ui-autocomplete li {
    border-radius: 1px;
    border: none;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #20232b;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    .ui-menu-item > a.ui-corner-all;

{
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: red;
    white-space: nowrap;
    &.ui-state-hover, &.ui-state-active;

{
    color: red;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    cursor: pointer;
}

}
}

/*li.ui-menu-item:hover{background-color:#ccc; 
  color: red!important;
}*/





li.ui-menu-item:hover {
}

label {
    font-weight: normal;
}

input {
    outline: none !important;
}

select {
    outline: none !important;
}

textarea {
    outline: none !important;
}

button {
    outline: none !important;
}

te {
    color: white;
    text-decoration: none;
    outline: none !important;
}

a {
    color: white;
    text-decoration: none;
}

    a:hover {
        color: white;
        text-decoration: none;
    }

.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.container {
    min-width: 1200px;
}


header {
    background: #1c1e22;
    padding: 15px 0;
}

.ns-logo {
    float: left;
    margin-top: -4px;
}

    .ns-logo a {
        display: block;
        width: 193px;
        height: 36px;
        cursor: pointer;
        background: url(../img/logo.png) no-repeat top left;
    }

.ns-login1 {
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 0;
    font-size: 14px;
    position: relative;
    vertical-align: top;
}

    .ns-login1 input {
        display: block;
        box-sizing: border-box;
        height: 35px;
        width: 150px;
        border: 0;
        background: #292c32;
        padding-left: 30px;
        color: #cccccc;
        font-family: 'roboto';
    }

        .ns-login1 input:hover {
            background: #383c43;
        }

    .ns-login1 .inpicon {
        position: absolute;
        left: 10px;
        top: 10px;
        color: #7d7f85;
        font-size: 16px;
    }

    .ns-login1 .btn {
        height: 35px;
    }

.ns-language .btn {
    height: 35px;
}

.btn {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    padding: 7px 13px;
    outline: none !important;
    box-shadow: none !important;
}

.btn-primary {
    background: #497367;
}

    .btn-primary:hover {
        background: #14997e;
    }

    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
        background-color: #14997e;
    }

    .btn-primary.focus, .btn-primary:focus {
        background-color: #14997e;
    }

.btn-success {
    background: #107e68;
}

    .btn-success:hover {
        background: #0f715e;
    }

    .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
        background-color: #107e68;
    }

    .btn-success.focus, .btn-success:focus {
        background-color: #0f715e;
    }

.btn-warning {
    background: #d4322d;
}

    .btn-warning:hover {
        background: #d18d19;
    }

    .btn-warning i {
        font-size: 18px;
        vertical-align: middle;
    }

.btn-default {
    background: #1c1e22;
    border: 1px solid #497367;
    color: white;
}

    .btn-default:hover {
        background: #1c1e22;
        border-color: #d4322d;
        color: white;
    }

    .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
        background: #1c1e22;
        border-color: #d4322d;
        color: white;
    }

    .btn-default:focus {
        background: #1c1e22;
        border-color: #d4322d;
        color: white;
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background: #1c1e22;
        border-color: #d4322d;
        color: white;
    }

.ns-language {
    display: inline-block;
    margin: 0 0 0 7px;
    padding: 0;
    font-size: 14px;
    position: relative;
    vertical-align: top;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    background: #e37f42;
    text-align: center;
    min-width: auto;
    width: 100%;
}

    .dropdown-menu > li > a {
        color: white;
        text-transform: uppercase;
        font-size: 14px;
        padding: 6px 15px;
    }

        .dropdown-menu > li > a:hover {
            background: #0a6654;
            color: white;
        }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background: #0a6654;
            color: white;
        }

.ns-language .dropdown-menu {
    max-width: 56px !important;
    min-width: 56px !important;
}

.navbar {
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    background: #d4322d;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.nav {
    float: none;
    width: 100%;
    display: table;
}

    .nav > li {
        position: relative;
        display: table-cell;
        float: none;
        margin: 0;
        height: 64px;
        vertical-align: top;
        overflow: hidden;
    }

.navbar-inverse .navbar-nav > li > a {
    color: white;
    padding: 22px 10px 12px 10px;
    height: 64px;
    box-sizing: border-box;
    position: relative;
    transition: 250ms;
    -moz-transition: 250ms;
    -ms-transition: 250ms;
    -webkit-transition: 250ms;
}

    .navbar-inverse .navbar-nav > li > a i {
        display: block;
        opacity: 0;
        filter: alpha(opacity=0);
        width: 23px;
        height: 23px;
        margin: 0;
        padding: 0;
        position: absolute;
        left: 50%;
        top: -5px;
        margin-left: -11px;
        transition: 250ms;
        -moz-transition: 250ms;
        -ms-transition: 250ms;
        -webkit-transition: 250ms;
    }

.sn-micon1 {
    background: url(../img/sn-micon1.png) no-repeat top left;
}

.sn-micon2 {
    background: url(../img/sn-micon2.png) no-repeat top left;
}

.sn-micon3 {
    background: url(../img/sn-micon3.png) no-repeat top left;
}

.sn-micon4 {
    background: url(../img/sn-micon4.png) no-repeat top left;
}

.sn-micon5 {
    background: url(../img/sn-micon5.png) no-repeat top left;
}

.sn-micon6 {
    background: url(../img/sn-micon6.png) no-repeat top left;
}

.sn-micon7 {
    background: url(../img/sn-micon7.png) no-repeat top left;
}

.sn-micon8 {
    background: url(../img/sn-micon8.png) no-repeat top left;
}

.sn-micon9 {
    background: url(../img/sn-micon9.png) no-repeat top left;
}

.sn-micon10 {
    background: url(../img/sn-micon10.png) no-repeat top left;
}

.sn-micon11 {
    background: url(../img/sn-micon11.png) no-repeat top left;
}

.sn-micon12 {
    background: url(../img/sn-micon12.png) no-repeat top left;
}

.sn-micon13 {
    background: url(../img/sn-micon13.png) no-repeat top left;
}

.sn-micon14 {
    background: url(../img/sn-micon14.png) no-repeat top left;
}
.sn-micon15 {
    background: url(../img/sn-micon15.png) no-repeat top left;
}
.sn-micon16 {
    background: url(../img/sn-micon16.png) no-repeat top left;
}

.navbar-inverse .navbar-nav > li > a:hover {
    padding-top: 34px;
    background: #20232b;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: white;
    background: #20232b;
    padding-top: 34px;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: white;
    background: #20232b;
    padding-top: 34px;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    color: white;
    background: #e37f42;
    border: 0;
    padding-top: 34px;
}

.navbar-inverse .navbar-nav > li > a:hover i {
    opacity: 1.0;
    filter: alpha(opacity=100);
    top: 7px;
}

.navbar-inverse .navbar-nav > .active > a i, .navbar-inverse .navbar-nav > .active > a:focus i, .navbar-inverse .navbar-nav > .active > a:hover i {
    opacity: 1.0;
    filter: alpha(opacity=100);
    top: 7px;
}

.navbar-inverse .navbar-nav > .open > a i, .navbar-inverse .navbar-nav > .open > a:focus i, .navbar-inverse .navbar-nav > .open > a:hover i {
    opacity: 1.0;
    filter: alpha(opacity=100);
    top: 7px;
}

.nav .open > a i, .nav .open > a:focus i, .nav .open > a:hover i {
    opacity: 1.0;
    filter: alpha(opacity=100);
    top: 7px;
}

.nav .dropdown-menu {
    width: auto;
    min-width: 220px;
    text-align: left;
    box-shadow: none;
}

    .nav .dropdown-menu a {
        padding: 7px 20px;
        font-size: 14px;
    }

.sn-slider1 {
    /*height:670px;*/
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.sn-slideimage {
    position: relative;
    /*height:670px;*/
    overflow: hidden;
}

.carousel-inner {
    /*position:absolute;
	width:1920px;
	left:50%;
	margin:0 0 0 -960px;*/
    top: 0;
}

    .carousel-inner img {
        width: 100%;
        /*min-height:670px;*/
        min-height: 20px;
    }

.sn-slide-bullets {
    position: absolute;
    bottom: -1px;
    width: 100%;
    text-align: center;
    z-index: 20;
}

.sn-sldbull {
    display: inline-block;
    padding: 18px 30px 0 30px;
    height: 35px;
    box-sizing: border-box;
    background: #17191f;
    position: relative;
    min-width: 190px;
    text-align: center;
}

    .sn-sldbull span {
        position: absolute;
        display: block;
        width: 15px;
        height: 35px;
        left: -15px;
        top: 0;
        background: url(../img/slbulborders.png) no-repeat top left;
    }

    .sn-sldbull .snb {
        left: auto !important;
        right: -15px !important;
        background-position: right bottom !important;
    }

.sn-sl-bulls {
    padding: 0;
    margin: 0;
    line-height: 15px;
    position: relative;
    width: auto;
    left: auto;
    bottom: auto;
}

    .sn-sl-bulls li {
        padding: 0 !important;
        margin: 0 3px !important;
        display: inline-block;
        list-style: none !important;
        border: 0 !important;
        background: none !important;
        vertical-align: top;
        float: none;
        width: auto;
        height: auto;
    }

        .sn-sl-bulls li a {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -webkit-border-radius: 50%;
            background: #979caa;
            text-decoration: none;
            cursor: pointer;
        }

            .sn-sl-bulls li a:hover {
                background: #e37f42;
            }

    .sn-sl-bulls .active a {
        background: #e37f42;
    }

.sn-homebans1 {
    background: #17191f;
    padding: 75px 0;
}

.sn-hleftban {
    float: left;
    width: 660px;
    height: 360px;
    position: relative;
}

    .sn-hleftban .carousel-inner {
        position: relative;
        width: 660px;
        height: 360px;
        left: 0;
        top: 0;
        margin: 0;
    }

    .sn-hleftban img {
        width: 660px;
        height: 360px;
        min-height: 360px;
        max-height: 360px;
    }

    .sn-hleftban span {
        position: absolute;
        bottom: 30px;
        left: 42px;
    }

.sn-hrightban {
    float: right;
    width: 490px;
    height: 360px;
}

    .sn-hrightban img {
        width: 490px;
        height: 360px;
    }

.sn-fivebans {
    padding: 80px 0;
    background: #1c1f26;
}

.sn-fivebans-block {
    float: left;
    width: 216px;
    margin: 0 15px;
}

    .sn-fivebans-block a {
        display: block;
        height: 216px;
        box-sizing: border-box;
        cursor: pointer;
        transition: 150ms;
        -moz-transition: 150ms;
        -ms-transition: 150ms;
        -webkit-transition: 150ms;
        background: #22262e;
        color: #474b53;
    }

.sn-fivebans-icon {
    height: 170px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 49px;
}

    .sn-fivebans-icon span {
        display: block;
        width: 80px;
        height: 80px;
        background-position: top;
        background-repeat: no-repeat;
        cursor: pointer;
        margin: 0 auto;
    }

.sn-caticon1 {
    background-image: url(../img/bigicon1.png);
}

.sn-caticon2 {
    background-image: url(../img/bigicon2.png);
}

.sn-caticon3 {
    background-image: url(../img/bigicon3.png);
}

.sn-caticon4 {
    background-image: url(../img/bigicon4.png);
}

.sn-caticon5 {
    background-image: url(../img/bigicon5.png);
}

.sn-fivebans-block a:hover {
    background: #2a2f39;
    color: #d4322d;
    box-shadow: 0 0 50px rgba(42,47,57,0.5);
}

    .sn-fivebans-block a:hover span {
        background-position: bottom;
    }

.sn-fivebans-title {
    padding: 0 15px;
    height: 19px;
    line-height: 20px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

footer {
    background: #0c0d11;
    font-size: 14px;
    color: #444444;
}

.sn-foot-payments {
    background: #040405;
    padding: 36px 0;
}

    .sn-foot-payments ul {
        margin: 0;
        padding: 0;
        line-height: 20px;
        text-align: center;
    }

        .sn-foot-payments ul li {
            display: inline-block;
            margin: 0 6px 0 7px;
            height: 30px;
            background-position: top;
            background-repeat: no-repeat;
        }

            .sn-foot-payments ul li:hover {
                background-position: bottom;
            }

.sn-ft-pay1 {
    width: 85px;
    background-image: url(../img/ficon1.png);
}

.sn-ft-pay2 {
    width: 54px;
    background-image: url(../img/ficon2_1.png);
}

.sn-ft-pay3 {
    width: 74px;
    background-image: url(../img/ficon3_1.png);
}

.sn-ft-pay4 {
    width: 52px;
    background-image: url(../img/ficon4.png);
}

.sn-ft-pay5 {
    width: 83px;
    background-image: url(../img/ficon5.png);
}

.sn-ft-pay6 {
    width: 67px;
    background-image: url(../img/ficon6.png);
}

.sn-ft-pay7 {
    width: 93px;
    background-image: url(../img/ficon7.png);
}

.sn-ft-pay8 {
    width: 72px;
    background-image: url(../img/ficon8.png);
}

.sn-ft-pay9 {
    width: 89px;
    background-image: url(../img/ficon9.png);
}

.sn-ft-pay10 {
    width: 69px;
    background-image: url(../img/ficon10.png);
}

.sn-ft-pay11 {
    width: 71px;
    background-image: url(../img/ficon11.png);
}

.sn-ft-pay12 {
    width: 89px;
    background-image: url(../img/ficon12.png);
}

.sn-ft-pay13 {
    width: 98px;
    background-image: url(../img/ficon13.png);
}

.sn-ft-pay14 {
    width: 51px;
    background-image: url(../img/ficon14.png);
}

.sn-ft-pay15 {
    width: 51px;
    background-image: url(../img/ficon15.png);
}

.sn-ft-pay16 {
    width: 59px;
    background-image: url(../img/ficon16.png);
}

.sn-ft-pay17 {
    width: 55px;
    background-image: url(../img/ficon17.png);
}

.sn-ft-pay18 {
    width: 70px;
    background-image: url(../img/ficon18.png);
}

.sn-ft-pay19 {
    width: 29px;
    background-image: url(../img/ficon19.png);
}

.sn-ft-pay20 {
    width: 39px;
    background-image: url(../img/ficon20.png);
}

.sn-ft-pay21 {
    width: 49px;
    background-image: url(../img/ficon21.png);
}

.sn-ft-pay22 {
    width: 71px;
    background-image: url(../img/ficon22.png);
}

.sn-ft-pay23 {
    width: 75px;
    background-image: url(../img/ficon23.png);
}

.sn-ft-pay24 {
    width: 46px;
    background-image: url(../img/ficon24.png);
}

.sn-ft-pay25 {
    width: 56px;
    background-image: url(../img/ficon25.png);
}

.sn-ft-pay26 {
    width: 48px;
    background-image: url(../img/ficon26.png);
}

.sn-ft-pay27 {
    width: 39px;
    background-image: url(../img/ficon27.png);
}

.sn-ft-pay28 {
    width: 70px;
    background-image: url(../img/ficon28.png);
}

.sn-ft-pay29 {
    width: 25px;
    background-image: url(../img/3dsecure.png);
}

.sn-ft-pay30 {
    width: 124px;
    background-image: url(../img/cauri_footer.png);
}


.sn-footdiv1 {
    border-bottom: 1px solid #16181f;
    padding: 50px 0;
    text-transform: capitalize;
}

.sn-footdiv2 {
    padding: 50px 0;
    line-height: 19px;
    text-align: left;
}

.sn-footdiv1 h4 {
    font-size: 16px;
    font-family: 'robotoBold';
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 18px;
    color: #999999;
}

.sn-footdiv1 span {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
    line-height: 18px;
}

.sn-footdiv1 a {
    color: #777777;
    cursor: pointer;
}

    .sn-footdiv1 a:hover {
        color: #e37f42;
    }

.sn-footdiv1 ul {
    padding: 25px 0 0 0;
    margin: 0;
    line-height: 18px;
}

    .sn-footdiv1 ul li {
        list-style: none;
        display: inline-block;
        margin: 0 15px 0 0;
        font-size: 25px;
    }

        .sn-footdiv1 ul li a {
            color: #999999;
        }

            .sn-footdiv1 ul li a :hover {
                color: #e37f42;
            }

.sn-footdiv1 .col-md-2 {
    width: 20%;
}

.sn-foot-payments ul li {
    background-position: bottom;
}

.sn-userblock {
    height: 35px;
    box-sizing: border-box;
    margin-left: -4px;
    cursor: auto;
    vertical-align: top;
    max-width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .sn-userblock:hover {
        background: #e37f42;
    }

.sn-userdropd .btn {
    padding-left: 10px;
    padding-right: 8px;
    padding-top: 6px;
}

.sn-userdropd .dropdown-menu {
    width: 100%;
    min-width: 210px !important;
    text-align: left;
    font-size: 13px;
    text-transform: capitalize;
}

    .sn-userdropd .dropdown-menu a {
        text-transform: capitalize;
    }

.sn-msg-but i {
    font-size: 19px;
    text-align: center;
}

.sn-msg-but .btn {
    width: 35px;
    padding: 8px 0;
    position: relative;
}

.sn-msg-but a span {
    display: block;
    padding: 3px 5px;
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    color: white;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #d4322d;
    top: -6px;
    left: -8px;
    font-family: 'robotoBold';
}

.btn-info {
    background: #292c32;
    color: #87898f;
}

    .btn-info:hover {
        background: #383c43;
        color: #c4c8cf;
    }

    .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
        background: #383c43;
        color: #c4c8cf;
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background: #383c43;
        color: #c4c8cf;
    }

    .btn-info.focus, .btn-info:focus {
        background: #383c43;
        color: #c4c8cf;
    }

.ns-balance1 .btn {
    padding: 0 10px 2px 10px;
}

    .ns-balance1 .btn i {
        font-size: 20px;
    }

.ns-balance2 {
    display: inline-block;
    margin: 0 0 0 -4px;
    box-sizing: border-box;
    border: 1px solid #d4322d;
    background: #1c1e22;
    font-size: 14px;
    color: #5c5e64;
    padding: 6px 10px;
    height: 35px;
    position: relative;
}

    .ns-balance2 .ns-bal-dropdown {
        display: none;
        position: absolute;
        top: 36px;
        right: -1px;
        padding: 7px 15px 9px 15px;
        width: 260px;
        background: #292c32;
        font-size: 13px;
        color: #999999;
        text-transform: capitalize;
        line-height: 20px;
        z-index: 300;
        border: 1px solid #d4322d;
        box-shadow: 0 1px 10px rgba(0,0,0,0.4);
    }

.ns-bal-dropdown span {
    color: #d4322d;
    text-transform: uppercase;
    font-size: 15px;
}

.ns-balance2 a {
    cursor: pointer;
}

.ns-inner-maindiv {
    padding-bottom: 50px;
    min-height: 265px;
}

.ns-breadcrumb1 {
    padding: 13px 0;
    background: #20232b;
    margin-bottom: 40px;
    color: #999999;
}

.sn-slots-menu-1 {
    background: #090a0c;
    font-size: 14px;
    color: #545961;
    line-height: 40px;
}

.sn-slots-menu-2 {
    background: black;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 20px;
    box-sizing: border-box;
}

.sn-slots-menu-3 {
    padding: 7px 0 10px 0;
}

    .sn-slots-menu-3 ul {
        margin: 0;
        padding: 0;
    }

        .sn-slots-menu-3 ul li {
            list-style: none;
            display: block;
            position: relative;
            padding: 0;
            margin: 0;
        }

            .sn-slots-menu-3 ul li a {
                color: #545961;
                cursor: pointer;
                display: block;
                padding: 0 60px 0 40px;
                background-position: 12px 0;
                background-repeat: no-repeat;
            }

                .sn-slots-menu-3 ul li a span {
                    display: block;
                    width: 50px;
                    position: absolute;
                    right: 0;
                    top: 0;
                    color: #d4322d;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .sn-slots-menu-3 ul li a:hover {
                    background-position: 12px -40px;
                    color: #d4322d;
                    background-color: #20232b;
                }

                    .sn-slots-menu-3 ul li a:hover span {
                        color: #545961;
                    }

.sn-sloticon1 {
    background-image: url(../img/snsloticon1.png);
}

.sn-sloticon2 {
    background-image: url(../img/snsloticon2.png);
}

.sn-sloticon3 {
    background-image: url(../img/snsloticon3.png);
}

.sn-sloticon4 {
    background-image: url(../img/snsloticon4.png);
}

.sn-sloticon5 {
    background-image: url(../img/snsloticon5.png);
}

.sn-sloticon6 {
    background-image: url(../img/snsloticon6.png);
}

.sn-sloticon7 {
    background-image: url(../img/snsloticon7.png);
}

.sn-sloticon8 {
    background-image: url(../img/snsloticon8.png);
}

.sn-sloticon9 {
    background-image: url(../img/snsloticon9.png);
}

.sn-sloticon10 {
    background-image: url(../img/snsloticon10.png);
}

.sn-sloticon11 {
    background-image: url(../img/snsloticon11.png);
}

.sn-sloticon12 {
    background-image: url(../img/snsloticon12.png);
}

.sn-sloticon13 {
    background-image: url(../img/snsloticon13.png);
    position: relative;
    color: #1abe9d !important;
    background-color: rgba(32, 35, 43,0.35);
}

    .sn-sloticon13 span {
        color: #1abe9d !important;
    }

    .sn-sloticon13:hover, .sn-sloticon13:hover span {
        color: #d4322d !important;
    }

.sn-sloticon14 {
    background-image: url(../img/snsloticon14.png);
}

.sn-sloticon15 {
    background-image: url(../img/snsloticon15.png);
}

.sn-slots-menu-3 ul li.active a {
    background-position: 12px -40px;
    color: #d4322d;
    background-color: #20232b;
}

    .sn-slots-menu-3 ul li.active a span {
        color: #545961;
    }

.sn-slots-blocks-1 {
    background: #111216;
    font-size: 14px;
    color: #646873;
}

.sn-slots-blocks-2 {
    background: #0a0b0d;
    padding: 5px 20px;
    color: #545961;
    font-size: 16px;
    line-height: 40px;
}

    .sn-slots-blocks-2 a {
        display: inline-block;
        margin-left: 7px;
        color: #30333d;
        font-size: 24px;
        cursor: pointer;
        vertical-align: top;
        line-height: 40px;
    }

        .sn-slots-blocks-2 a .fa-bars {
            font-size: 28px;
        }

        .sn-slots-blocks-2 a:hover {
            color: #6d707a;
        }

        .sn-slots-blocks-2 a.sn-viewact {
            color: #6d707a;
        }

.form-control {
    color: #cccccc;
    background-color: #2d303b;
    border: 1px solid #2d303b;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    height: 35px;
}

    .form-control:focus {
        border-color: #2d303b;
        outline: 0;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
    }

.sn-filt-search {
    position: relative;
}

    .sn-filt-search .form-control {
        width: 280px;
        padding-right: 30px;
        height: 34px;
    }

    .sn-filt-search span {
        position: absolute;
        right: 1px;
        top: 1px;
    }

        .sn-filt-search span input {
            display: block;
            width: 30px;
            height: 32px;
            border: 0;
            outline: none;
            box-sizing: border-box;
            background: #2d303b url(../img/sn-search.png) no-repeat center;
            opacity: 0.4;
            filter: alpha(opacity="40");
            transition: 250ms;
            -moz-transition: 250ms;
            -ms-transition: 250ms;
            -webit-transition: 250ms;
        }

            .sn-filt-search span input:hover {
                opacity: 1.0;
                filter: alpha(opacity=100);
            }

.sn-filt-cats1 {
    float: left;
    margin-top: 2px;
}

.sn-filt-cats2 {
    float: left;
    padding: 0 5px;
    font-size: 26px;
    line-height: 27px;
    margin-top: 2px;
}

    .sn-filt-cats2 a {
        color: #6d7280;
        cursor: pointer;
    }

        .sn-filt-cats2 a:hover {
            color: #d4322d;
        }

.sn-filt-cats3 {
    float: left;
    width: 150px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 4px;
    margin-top: 2px;
}

    .sn-filt-cats3 ul {
        padding: 0;
        margin: 0;
    }

        .sn-filt-cats3 ul li {
            display: inline-block;
            margin: 0 4px;
            padding: 0;
            vertical-align: top;
        }

            .sn-filt-cats3 ul li a {
                cursor: pointer;
            }

    .sn-filt-cats3 img {
        max-width: 20px;
        max-height: 19px;
    }

.snfltcatimg img {
    filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}

.snfltcatimg:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.sn-filt-cats3 li.active a img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
}

.sn-filt-opening {
    float: left;
    margin-left: 27px;
    padding-left: 27px;
    border-left: 1px solid #41444e;
    line-height: 20px;
    margin-top: 3px;
}

    .sn-filt-opening ul {
        margin: 0;
        padding: 4px 0 0 0;
    }

        .sn-filt-opening ul li {
            display: inline-block;
            margin: 0 4px;
            padding: 0;
            cursor: pointer;
            height: 20px;
            overflow: hidden;
            white-space: nowrap;
            vertical-align: top;
        }

            .sn-filt-opening ul li:hover img {
                margin-top: -20px;
                vertical-align: top;
            }

    .sn-filt-opening li.active img {
        margin-top: -20px;
        vertical-align: top;
    }

.sn-slots-blocks-3 {
    padding: 20px;
}

.sn-moregames {
    text-align: center;
    padding-top: 5px;
    font-size: 14px;
    color: #60646e;
}

    .sn-moregames .btn-link {
        color: #60646e;
        text-decoration: none !important;
        padding: 5px;
    }

        .sn-moregames .btn-link i {
            font-size: 22px;
            vertical-align: middle;
            margin-left: 5px;
        }

        .sn-moregames .btn-link:hover {
            color: #d4322d;
        }

.sn-slot-div1 {
    height: 175px;
    width: 100%;
    min-width: 196px;
    margin-bottom: 25px;
}

.sn-slot-div2 {
    position: relative;
    height: 130px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #090a0c;
}

.sn-slot-div3 {
    display: inline-block;
    padding: 3px 0;
    margin: 0;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*cursor:pointer;*/
    text-decoration: none;
    color: #646873;
}

.sn-slot-div4 {
    background-color: #090a0c;
    height: 100%;
    text-align: center;
}

    .sn-slot-div4 img {
        max-width: 100%;
        max-height: 100%;
        transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -webkit-transition: 300ms;
    }

.sn-hover-icons {
    position: absolute;
    z-index: 100;
    width: 124px;
    height: 50px;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -62px;
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -webkit-transition: 300ms;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .sn-hover-icons a {
        color: #cfcfcf;
        cursor: pointer;
        display: block;
        border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -webkit-border-radius: 60px;
        background: #cfcfcf;
        color: #222222;
        transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -webkit-transition: 300ms;
        overflow: hidden;
    }

        .sn-hover-icons a:hover {
            background: #d4322d;
            color: black;
        }

.sn-hovicon1 {
    float: left;
    margin-top: 11px;
    width: 27px;
    height: 27px;
    text-align: center;
    line-height: 28px;
    font-size: 18px;
}

    .sn-hovicon1 .fa-star {
        display: none;
    }

.sn-hovicon2 {
    float: left;
    margin: -5px 9px 0 9px;
    background: none !important;
    color: #cfcfcf !important;
    font-size: 59px;
    height: 57px;
    line-height: 50px;
}

    .sn-hovicon2:hover {
        color: #d4322d !important;
    }

.snfavact {
    background: #d4322d !important;
}

    .snfavact .fa-star {
        display: inline-block;
    }

    .snfavact .fa-star-o {
        display: none;
    }

.sn-slot-div1:hover .sn-slot-div2 .sn-slot-div4 img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.sn-slot-div1:hover .sn-hover-icons {
    opacity: 1.0;
    filter: alpha(oapcity=100);
}

.sn-slot-div1:hover .sn-slot-div3 {
    color: #d4322d;
}

.sn-hotnew {
    position: absolute;
    display: none;
    z-index: 300;
    top: 0;
    left: 0;
}

    .sn-hotnew span {
        float: left;
        display: block;
        height: 20px;
        line-height: 20px;
        font-family: 'robotoBold';
        font-size: 12px;
        padding: 0 5px;
        color: white;
    }

.sn-hot-slot {
    background: #e74c3c;
}

.sn-new-slot {
    background: #d4322d;
}

.sn-show-hotnew .sn-hotnew {
    display: block;
}

.sn-listview {
    display: none;
}

.sn-listview-block1 {
    color: #646873;
    display: inline-block;
    margin: 0 0 30px 0;
    max-width: 100%;
    white-space: nowrap;
    cursor: pointer;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .sn-listview-block1:hover {
        color: #d4322d;
    }

    .sn-listview-block1 img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

.tooltip {
    max-width: 135px;
}

.sn-bc-title {
    color: #d4322d;
    font-family: 'robotoBold';
    text-transform: uppercase;
    font-size: 14px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #2d303b;
    opacity: 0.45;
    filter: alpha(opacity=45);
}

.form-horizontal .control-label {
    text-align: left;
    font-weight: normal;
    color: #82828e;
    text-transform: capitalize;
    padding-top: 9px;
}

.sn-loginbut .btn {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    height: 40px;
}

.sn-passres {
    position: relative;
}

.sn-passres-but {
    position: absolute;
    right: 23px;
    top: 8px;
    display: block;
    cursor: pointer;
    color: #797d86;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
}

    .sn-passres-but:hover {
        color: #14997e;
    }

.form-group .tooltip {
    max-width: 220px;
}

.checkbox, .radio {
    position: relative;
    color: #82828e;
    font-weight: normal;
    padding-left: 25px;
    line-height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
}

    .checkbox:hover, .radio:hover {
        color: #d4322d;
    }

.custom-checkbox, .custom-radio {
    outline: none !important;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 17px;
    top: 3px;
    width: 20px;
    height: 20px;
}

.checkbox .icons, .radio .icons {
    color: #82828e;
    display: block;
    height: 20px;
    top: 6px;
    left: 0;
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}

    .checkbox .icons i, .radio .icons i {
        position: absolute;
        top: 2px;
        left: 2px;
        font-size: 15px;
    }

    .checkbox .icons .fa-check-square-o {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .radio .icons .fa-dot-circle-o {
        opacity: 0;
        filter: alpha(opacity=0);
    }

.checkbox:hover i, .radio:hover i {
    color: #d4322d;
}

.ic-chck-ok {
    color: #d4322d !important;
}

    .ic-chck-ok .fa-check-square-o, .ic-chck-ok .fa-dot-circle-o {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .ic-chck-ok .fa-square-o, .ic-chck-ok .fa-dot-o {
        opacity: 0;
        filter: alpha(opacity=0);
    }

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(../img/sn-selar.png);
    background-position: right;
    background-repeat: no-repeat;
}

    select.form-control::-ms-expand {
        display: none;
    }

select option {
    padding: 6px 0;
    background: #2d303b;
    color: #888888;
    border: 0;
}

.checkbox a {
    color: #d4322d;
}

    .checkbox a:hover {
        text-decoration: underline;
    }

.sn-captcha {
    width: 100% !important;
    height: 35px !important;
}

.sn-terms {
    font-size: 15px;
    color: #bbbbbb;
}

    .sn-terms b {
        color: #dddddd;
    }

.msg_div1 textarea {
    margin-bottom: 5px;
}

.msg_textarea {
    max-width: 1164px;
    width: 1164px;
    height: 210px;
    border: none;
    margin: 0px 0px 5px;
    background-color: rgb(34, 36, 45);
}

    .msg_textarea::-webkit-scrollbar {
        width: 1em;
    }

    .msg_textarea::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }


    .msg_textarea::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    .msg_textarea::-webkit-scrollbar-corner {
        background-color: #22242d;
        border: none;
    }

    .msg_textarea::-webkit-resizer {
        border: none;
    }


.info_popup_textarea {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: table;
    padding: 20px;
    border: none;
    margin: 0px 0px 5px;
    background-color: rgb(32, 35, 43);
}

    .info_popup_textarea::-webkit-scrollbar {
        width: 1em;
    }

    .info_popup_textarea::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }


    .info_popup_textarea::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }

    .info_popup_textarea::-webkit-scrollbar-corner {
        background-color: #22242d;
        border: none;
    }

    .info_popup_textarea::-webkit-resizer {
        border: none;
    }



.dep_open3 .tablediv {
    margin: 0;
    width: 100%;
}

.padding10 {
    padding-bottom: 10px;
}

.sn-prom-main {
    padding: 0 20px;
}

.sn-promotions-1 {
    margin-bottom: 45px;
    font-size: 16px;
    color: #818693;
}

.sn-promotions-2 {
    height: 222px;
    overflow: hidden;
}

    .sn-promotions-2 img {
        width: 100%;
        max-height: 230px;
        min-height: 222px;
    }

    .sn-promotions-2 a {
        cursor: pointer;
    }

.sn-promotions-3 {
    padding: 40px;
    background: #22252e;
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -webkit-transition: 300ms;
}

    .sn-promotions-3 .btn {
        padding: 9px 20px;
        font-size: 18px;
    }

.sn-promotions-4 {
    height: 130px;
    max-height: 130px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-sizing: border-box;
}

    .sn-promotions-4 h3 {
        color: #15a487;
        font-size: 24px;
        font-family: 'robotoBold';
        display: block;
        margin: 0 0 16px 0;
        line-height: 27px;
        padding: 0;
    }

    .sn-promotions-4 p {
        margin: 0;
        padding: 0;
    }

.sn-promotions-1:hover .sn-promotions-3 {
    background: #2a2d38;
}

.sn-smpromimg {
    height: 145px !important;
}

.sn-small-img {
    min-height: 145px !important;
}

.sn-small-prom {
    padding: 15px 30px 20px 30px;
    font-size: 13px;
    line-height: 17px;
}

    .sn-small-prom .sn-promotions-4 {
        height: 112px;
        max-height: 112px;
        margin-bottom: 17px;
    }

    .sn-small-prom h3 {
        color: #15a487;
        font-size: 15px;
        font-family: 'robotoBold';
        display: block;
        margin: 0 0 10px 0;
        line-height: 17px;
        padding: 0;
    }

    .sn-small-prom p {
        line-height: 17px;
    }

    .sn-small-prom .btn {
        font-size: 14px;
    }

.modal-dialog {
    width: 980px;
    margin: 70px auto;
}

.modal-content {
    background-color: #20232b;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
}

.modal-header {
    border-color: #353946;
    color: white;
    font-family: 'robotoBold';
    background-color: #d4322d;
}

    .modal-header h4 {
        font-size: 20px;
    }

.modal-footer {
    border-top: 1px solid #353946;
}

.modal-header .close {
    margin-top: -5px;
    font-size: 35px;
    color: black;
    text-shadow: none;
}

.modal-body {
    font-size: 14px;
    color: #a0a5b3;
}

    .modal-body p {
        font-size: 14px;
    }

.bet_hist2_2 select {
    width: 150px;
    height: 32px;
    border: 0 !important;
}


/*checkboxes*/
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=radio].css-checkbox + label.css-label {
        padding-left: 21px;
        height: 16px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 14px;
        vertical-align: middle;
        cursor: pointer;
        color: #828282;
        font-weight: normal;
    }

    input[type=radio].css-checkbox:checked + label.css-label {
        background-position: 0 -16px;
    }

label.css-label {
    background-image: url('../img/csscheckbox_17417636dce8c55c6c6073f9724aeeba.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*NEW CASINO PAGE*/
.sn-newcasino {
    height: 285px;
}

    .sn-newcasino .sn-slot-div2 {
        height: 230px;
    }

    .sn-newcasino .sn-slot-div4 {
        background: url(../img/sn-casinobg.jpg) no-repeat bottom !important;
        background-size: auto 100%;
        width: 411px;
        height: 230px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        transition: 250ms;
        -moz-transition: 250ms;
        -ms-transition: 250ms;
        -webkit-transition: 250ms;
    }

        .sn-newcasino .sn-slot-div4 img {
            max-height: 230px;
            max-width: 100%;
            width: auto;
            height: auto;
            min-height: auto;
        }

    .sn-newcasino .sn-slot-div3 {
        font-size: 16px;
    }

    .sn-newcasino:hover .sn-slot-div2 .sn-slot-div4 {
        opacity: 0.15;
        filter: alpha(opacity=15);
    }

        .sn-newcasino:hover .sn-slot-div2 .sn-slot-div4 img {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .sn-newcasino .sn-hover-icons {
        width: 52px;
        margin: -25px 0 0 -27px;
    }

.btn-link {
    color: #d4322d;
    text-decoration: none;
    text-transform: capitalize !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

    .btn-link:hover {
        color: #d4322d !important;
    }

.red {
    color: #e74c3c !important;
    font-size: 17px;
}

.green {
    color: #ed5114 !important;
    font-size: 17px;
}

.show-red .red.hidden {
    display: inline-block !important;
}

.show-green .green.hidden {
    display: inline-block !important;
}

.sn-valid-check .fa-times, .sn-valid-check .fa-check {
    display: block;
    position: absolute;
    z-index: 30;
    right: 20px;
    top: 7px;
}

.sn-valid-check2 .fa-times, .sn-valid-check2 .fa-check {
    display: block;
    position: absolute;
    z-index: 30;
    right: -4px;
    top: 7px;
}

.sn-valid-check3 .fa-times, .sn-valid-check3 .fa-check {
    display: block;
    position: absolute;
    z-index: 30;
    right: 42px;
    top: 7px;
}

.progress {
    height: 18px;
    margin-bottom: 13px;
    margin-top: -2px;
    overflow: hidden;
    background-color: #2d303b;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-box-shadow: none;
    -moz--box-shadow: none;
    -ms--box-shadow: none;
    -box-shadow: none;
}

.progress-bar-danger {
    background: #e74c3c;
}

.progress-bar-warning {
    background: #e37f42;
}

.progress-bar-success {
    background: #14997e;
}

.country-dropup {
    position: absolute;
    width: 55px;
    height: 33px;
    padding: 1px;
    left: 15px;
    top: 0;
}

    .country-dropup .btn {
        border: 0;
        background: none;
        padding: 6px 10px 5px 10px;
        height: 33px;
        color: #888888;
    }

    .country-dropup .dropdown-menu {
        width: 300px;
        /* min-width:440px; */
        /* max-width:440px; */
        max-height: 200px;
        overflow: auto;
        text-align: left;
        font-family: 'roboto';
        text-transform: capitalize;
        color: #82828e;
        background: #1c1e22;
        border: 0;
        font-size: 13px;
    }

    .country-dropup .divider {
        background-color: rgba(255,255,255,0.1);
    }

    .country-dropup .dropdown-menu li a {
        color: #82828e;
        font-size: 13px;
        text-transform: capitalize;
    }

        .country-dropup .dropdown-menu li a:hover {
            background: rgba(0,0,0,0.1);
        }

.flags {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url(../img/flags.png) no-repeat;
    margin-right: 3px;
    vertical-align: top;
}

.flag-1 {
    background-position: 0 3px;
}

.flag-2 {
    background-position: -22px 3px;
}

li.country {
    padding: 5px 10px;
    cursor: pointer;
}

.flag-box {
    margin-right: 6px;
    display: inline-block;
    width: 20px;
}

.iti-flag {
    width: 20px;
    height: 15px;
    box-shadow: 0px 0px 1px 0px #888;
    background-image: url("../img/flags.png");
    background-repeat: no-repeat;
    background-color: #DBDBDB;
    background-position: 20px 0;
}

    .iti-flag.ac {
        height: 10px;
        background-position: 0px 0px;
    }

    .iti-flag.ad {
        height: 14px;
        background-position: -22px 0px;
    }

    .iti-flag.ae {
        height: 10px;
        background-position: -44px 0px;
    }

    .iti-flag.af {
        height: 14px;
        background-position: -66px 0px;
    }

    .iti-flag.ag {
        height: 14px;
        background-position: -88px 0px;
    }

    .iti-flag.ai {
        height: 10px;
        background-position: -110px 0px;
    }

    .iti-flag.al {
        height: 15px;
        background-position: -132px 0px;
    }

    .iti-flag.am {
        height: 10px;
        background-position: -154px 0px;
    }

    .iti-flag.ao {
        height: 14px;
        background-position: -176px 0px;
    }

    .iti-flag.aq {
        height: 14px;
        background-position: -198px 0px;
    }

    .iti-flag.ar {
        height: 13px;
        background-position: -220px 0px;
    }

    .iti-flag.as {
        height: 10px;
        background-position: -242px 0px;
    }

    .iti-flag.at {
        height: 14px;
        background-position: -264px 0px;
    }

    .iti-flag.au {
        height: 10px;
        background-position: -286px 0px;
    }

    .iti-flag.aw {
        height: 14px;
        background-position: -308px 0px;
    }

    .iti-flag.ax {
        height: 13px;
        background-position: -330px 0px;
    }

    .iti-flag.az {
        height: 10px;
        background-position: -352px 0px;
    }

    .iti-flag.ba {
        height: 10px;
        background-position: -374px 0px;
    }

    .iti-flag.bb {
        height: 14px;
        background-position: -396px 0px;
    }

    .iti-flag.bd {
        height: 12px;
        background-position: -418px 0px;
    }

    .iti-flag.be {
        height: 15px;
        background-position: -440px 0px;
    }

    .iti-flag.bf {
        height: 14px;
        background-position: -460px 0px;
    }

    .iti-flag.bg {
        height: 12px;
        background-position: -482px 0px;
    }

    .iti-flag.bh {
        height: 12px;
        background-position: -504px 0px;
    }

    .iti-flag.bi {
        height: 12px;
        background-position: -526px 0px;
    }

    .iti-flag.bj {
        height: 14px;
        background-position: -548px 0px;
    }

    .iti-flag.bl {
        height: 14px;
        background-position: -570px 0px;
    }

    .iti-flag.bm {
        height: 10px;
        background-position: -592px 0px;
    }

    .iti-flag.bn {
        height: 10px;
        background-position: -614px 0px;
    }

    .iti-flag.bo {
        height: 14px;
        background-position: -636px 0px;
    }

    .iti-flag.bq {
        height: 14px;
        background-position: -658px 0px;
    }

    .iti-flag.br {
        height: 14px;
        background-position: -680px 0px;
    }

    .iti-flag.bs {
        height: 10px;
        background-position: -702px 0px;
    }

    .iti-flag.bt {
        height: 14px;
        background-position: -724px 0px;
    }

    .iti-flag.bv {
        height: 15px;
        background-position: -746px 0px;
    }

    .iti-flag.bw {
        height: 14px;
        background-position: -768px 0px;
    }

    .iti-flag.by {
        height: 10px;
        background-position: -790px 0px;
    }

    .iti-flag.bz {
        height: 14px;
        background-position: -812px 0px;
    }

    .iti-flag.ca {
        height: 10px;
        background-position: -834px 0px;
    }

    .iti-flag.cc {
        height: 10px;
        background-position: -856px 0px;
    }

    .iti-flag.cd {
        height: 15px;
        background-position: -878px 0px;
    }

    .iti-flag.cf {
        height: 14px;
        background-position: -900px 0px;
    }

    .iti-flag.cg {
        height: 14px;
        background-position: -922px 0px;
    }

    .iti-flag.ch {
        height: 15px;
        background-position: -944px 0px;
    }

    .iti-flag.ci {
        height: 14px;
        background-position: -961px 0px;
    }

    .iti-flag.ck {
        height: 10px;
        background-position: -983px 0px;
    }

    .iti-flag.cl {
        height: 14px;
        background-position: -1005px 0px;
    }

    .iti-flag.cm {
        height: 14px;
        background-position: -1027px 0px;
    }

    .iti-flag.cn {
        height: 14px;
        background-position: -1049px 0px;
    }

    .iti-flag.co {
        height: 14px;
        background-position: -1071px 0px;
    }

    .iti-flag.cp {
        height: 14px;
        background-position: -1093px 0px;
    }

    .iti-flag.cr {
        height: 12px;
        background-position: -1115px 0px;
    }

    .iti-flag.cu {
        height: 10px;
        background-position: -1137px 0px;
    }

    .iti-flag.cv {
        height: 12px;
        background-position: -1159px 0px;
    }

    .iti-flag.cw {
        height: 14px;
        background-position: -1181px 0px;
    }

    .iti-flag.cx {
        height: 10px;
        background-position: -1203px 0px;
    }

    .iti-flag.cy {
        height: 13px;
        background-position: -1225px 0px;
    }

    .iti-flag.cz {
        height: 14px;
        background-position: -1247px 0px;
    }

    .iti-flag.de {
        height: 12px;
        background-position: -1269px 0px;
    }

    .iti-flag.dg {
        height: 10px;
        background-position: -1291px 0px;
    }

    .iti-flag.dj {
        height: 14px;
        background-position: -1313px 0px;
    }

    .iti-flag.dk {
        height: 15px;
        background-position: -1335px 0px;
    }

    .iti-flag.dm {
        height: 10px;
        background-position: -1357px 0px;
    }

    .iti-flag.do {
        height: 13px;
        background-position: -1379px 0px;
    }

    .iti-flag.dz {
        height: 14px;
        background-position: -1401px 0px;
    }

    .iti-flag.ea {
        height: 14px;
        background-position: -1423px 0px;
    }

    .iti-flag.ec {
        height: 14px;
        background-position: -1445px 0px;
    }

    .iti-flag.ee {
        height: 13px;
        background-position: -1467px 0px;
    }

    .iti-flag.eg {
        height: 14px;
        background-position: -1489px 0px;
    }

    .iti-flag.eh {
        height: 10px;
        background-position: -1511px 0px;
    }

    .iti-flag.er {
        height: 10px;
        background-position: -1533px 0px;
    }

    .iti-flag.es {
        height: 14px;
        background-position: -1555px 0px;
    }

    .iti-flag.et {
        height: 10px;
        background-position: -1577px 0px;
    }

    .iti-flag.eu {
        height: 14px;
        background-position: -1599px 0px;
    }

    .iti-flag.fi {
        height: 12px;
        background-position: -1621px 0px;
    }

    .iti-flag.fj {
        height: 10px;
        background-position: -1643px 0px;
    }

    .iti-flag.fk {
        height: 10px;
        background-position: -1665px 0px;
    }

    .iti-flag.fm {
        height: 11px;
        background-position: -1687px 0px;
    }

    .iti-flag.fo {
        height: 15px;
        background-position: -1709px 0px;
    }

    .iti-flag.fr {
        height: 14px;
        background-position: -1731px 0px;
    }

    .iti-flag.ga {
        height: 15px;
        background-position: -1753px 0px;
    }

    .iti-flag.gb {
        height: 10px;
        background-position: -1775px 0px;
    }

    .iti-flag.gd {
        height: 12px;
        background-position: -1797px 0px;
    }

    .iti-flag.ge {
        height: 14px;
        background-position: -1819px 0px;
    }

    .iti-flag.gf {
        height: 14px;
        background-position: -1841px 0px;
    }

    .iti-flag.gg {
        height: 14px;
        background-position: -1863px 0px;
    }

    .iti-flag.gh {
        height: 14px;
        background-position: -1885px 0px;
    }

    .iti-flag.gi {
        height: 10px;
        background-position: -1907px 0px;
    }

    .iti-flag.gl {
        height: 14px;
        background-position: -1929px 0px;
    }

    .iti-flag.gm {
        height: 14px;
        background-position: -1951px 0px;
    }

    .iti-flag.gn {
        height: 14px;
        background-position: -1973px 0px;
    }

    .iti-flag.gp {
        height: 14px;
        background-position: -1995px 0px;
    }

    .iti-flag.gq {
        height: 14px;
        background-position: -2017px 0px;
    }

    .iti-flag.gr {
        height: 14px;
        background-position: -2039px 0px;
    }

    .iti-flag.gs {
        height: 10px;
        background-position: -2061px 0px;
    }

    .iti-flag.gt {
        height: 13px;
        background-position: -2083px 0px;
    }

    .iti-flag.gu {
        height: 11px;
        background-position: -2105px 0px;
    }

    .iti-flag.gw {
        height: 10px;
        background-position: -2127px 0px;
    }

    .iti-flag.gy {
        height: 12px;
        background-position: -2149px 0px;
    }

    .iti-flag.hk {
        height: 14px;
        background-position: -2171px 0px;
    }

    .iti-flag.hm {
        height: 10px;
        background-position: -2193px 0px;
    }

    .iti-flag.hn {
        height: 10px;
        background-position: -2215px 0px;
    }

    .iti-flag.hr {
        height: 10px;
        background-position: -2237px 0px;
    }

    .iti-flag.ht {
        height: 12px;
        background-position: -2259px 0px;
    }

    .iti-flag.hu {
        height: 10px;
        background-position: -2281px 0px;
    }

    .iti-flag.ic {
        height: 14px;
        background-position: -2303px 0px;
    }

    .iti-flag.id {
        height: 14px;
        background-position: -2325px 0px;
    }

    .iti-flag.ie {
        height: 10px;
        background-position: -2347px 0px;
    }

    .iti-flag.il {
        height: 15px;
        background-position: -2369px 0px;
    }

    .iti-flag.im {
        height: 10px;
        background-position: -2391px 0px;
    }

    .iti-flag.in {
        height: 14px;
        background-position: -2413px 0px;
    }

    .iti-flag.io {
        height: 10px;
        background-position: -2435px 0px;
    }

    .iti-flag.iq {
        height: 14px;
        background-position: -2457px 0px;
    }

    .iti-flag.ir {
        height: 12px;
        background-position: -2479px 0px;
    }

    .iti-flag.is {
        height: 15px;
        background-position: -2501px 0px;
    }

    .iti-flag.it {
        height: 14px;
        background-position: -2523px 0px;
    }

    .iti-flag.je {
        height: 12px;
        background-position: -2545px 0px;
    }

    .iti-flag.jm {
        height: 10px;
        background-position: -2567px 0px;
    }

    .iti-flag.jo {
        height: 10px;
        background-position: -2589px 0px;
    }

    .iti-flag.jp {
        height: 14px;
        background-position: -2611px 0px;
    }

    .iti-flag.ke {
        height: 14px;
        background-position: -2633px 0px;
    }

    .iti-flag.kg {
        height: 12px;
        background-position: -2655px 0px;
    }

    .iti-flag.kh {
        height: 13px;
        background-position: -2677px 0px;
    }

    .iti-flag.ki {
        height: 10px;
        background-position: -2699px 0px;
    }

    .iti-flag.km {
        height: 12px;
        background-position: -2721px 0px;
    }

    .iti-flag.kn {
        height: 14px;
        background-position: -2743px 0px;
    }

    .iti-flag.kp {
        height: 10px;
        background-position: -2765px 0px;
    }

    .iti-flag.kr {
        height: 14px;
        background-position: -2787px 0px;
    }

    .iti-flag.kw {
        height: 10px;
        background-position: -2809px 0px;
    }

    .iti-flag.ky {
        height: 10px;
        background-position: -2831px 0px;
    }

    .iti-flag.kz {
        height: 10px;
        background-position: -2853px 0px;
    }

    .iti-flag.la {
        height: 14px;
        background-position: -2875px 0px;
    }

    .iti-flag.lb {
        height: 14px;
        background-position: -2897px 0px;
    }

    .iti-flag.lc {
        height: 10px;
        background-position: -2919px 0px;
    }

    .iti-flag.li {
        height: 12px;
        background-position: -2941px 0px;
    }

    .iti-flag.lk {
        height: 10px;
        background-position: -2963px 0px;
    }

    .iti-flag.lr {
        height: 11px;
        background-position: -2985px 0px;
    }

    .iti-flag.ls {
        height: 14px;
        background-position: -3007px 0px;
    }

    .iti-flag.lt {
        height: 12px;
        background-position: -3029px 0px;
    }

    .iti-flag.lu {
        height: 12px;
        background-position: -3051px 0px;
    }

    .iti-flag.lv {
        height: 10px;
        background-position: -3073px 0px;
    }

    .iti-flag.ly {
        height: 10px;
        background-position: -3095px 0px;
    }

    .iti-flag.ma {
        height: 14px;
        background-position: -3117px 0px;
    }

    .iti-flag.mc {
        height: 15px;
        background-position: -3139px 0px;
    }

    .iti-flag.md {
        height: 10px;
        background-position: -3160px 0px;
    }

    .iti-flag.me {
        height: 10px;
        background-position: -3182px 0px;
    }

    .iti-flag.mf {
        height: 14px;
        background-position: -3204px 0px;
    }

    .iti-flag.mg {
        height: 14px;
        background-position: -3226px 0px;
    }

    .iti-flag.mh {
        height: 11px;
        background-position: -3248px 0px;
    }

    .iti-flag.mk {
        height: 10px;
        background-position: -3270px 0px;
    }

    .iti-flag.ml {
        height: 14px;
        background-position: -3292px 0px;
    }

    .iti-flag.mm {
        height: 14px;
        background-position: -3314px 0px;
    }

    .iti-flag.mn {
        height: 10px;
        background-position: -3336px 0px;
    }

    .iti-flag.mo {
        height: 14px;
        background-position: -3358px 0px;
    }

    .iti-flag.mp {
        height: 10px;
        background-position: -3380px 0px;
    }

    .iti-flag.mq {
        height: 14px;
        background-position: -3402px 0px;
    }

    .iti-flag.mr {
        height: 14px;
        background-position: -3424px 0px;
    }

    .iti-flag.ms {
        height: 10px;
        background-position: -3446px 0px;
    }

    .iti-flag.mt {
        height: 14px;
        background-position: -3468px 0px;
    }

    .iti-flag.mu {
        height: 14px;
        background-position: -3490px 0px;
    }

    .iti-flag.mv {
        height: 14px;
        background-position: -3512px 0px;
    }

    .iti-flag.mw {
        height: 14px;
        background-position: -3534px 0px;
    }

    .iti-flag.mx {
        height: 12px;
        background-position: -3556px 0px;
    }

    .iti-flag.my {
        height: 10px;
        background-position: -3578px 0px;
    }

    .iti-flag.mz {
        height: 14px;
        background-position: -3600px 0px;
    }

    .iti-flag.na {
        height: 14px;
        background-position: -3622px 0px;
    }

    .iti-flag.nc {
        height: 10px;
        background-position: -3644px 0px;
    }

    .iti-flag.ne {
        height: 15px;
        background-position: -3666px 0px;
    }

    .iti-flag.nf {
        height: 10px;
        background-position: -3686px 0px;
    }

    .iti-flag.ng {
        height: 10px;
        background-position: -3708px 0px;
    }

    .iti-flag.ni {
        height: 12px;
        background-position: -3730px 0px;
    }

    .iti-flag.nl {
        height: 14px;
        background-position: -3752px 0px;
    }

    .iti-flag.no {
        height: 15px;
        background-position: -3774px 0px;
    }

    .iti-flag.np {
        height: 15px;
        background-position: -3796px 0px;
    }

    .iti-flag.nr {
        height: 10px;
        background-position: -3811px 0px;
    }

    .iti-flag.nu {
        height: 10px;
        background-position: -3833px 0px;
    }

    .iti-flag.nz {
        height: 10px;
        background-position: -3855px 0px;
    }

    .iti-flag.om {
        height: 10px;
        background-position: -3877px 0px;
    }

    .iti-flag.pa {
        height: 14px;
        background-position: -3899px 0px;
    }

    .iti-flag.pe {
        height: 14px;
        background-position: -3921px 0px;
    }

    .iti-flag.pf {
        height: 14px;
        background-position: -3943px 0px;
    }

    .iti-flag.pg {
        height: 15px;
        background-position: -3965px 0px;
    }

    .iti-flag.ph {
        height: 10px;
        background-position: -3987px 0px;
    }

    .iti-flag.pk {
        height: 14px;
        background-position: -4009px 0px;
    }

    .iti-flag.pl {
        height: 13px;
        background-position: -4031px 0px;
    }

    .iti-flag.pm {
        height: 14px;
        background-position: -4053px 0px;
    }

    .iti-flag.pn {
        height: 10px;
        background-position: -4075px 0px;
    }

    .iti-flag.pr {
        height: 14px;
        background-position: -4097px 0px;
    }

    .iti-flag.ps {
        height: 10px;
        background-position: -4119px 0px;
    }

    .iti-flag.pt {
        height: 14px;
        background-position: -4141px 0px;
    }

    .iti-flag.pw {
        height: 13px;
        background-position: -4163px 0px;
    }

    .iti-flag.py {
        height: 11px;
        background-position: -4185px 0px;
    }

    .iti-flag.qa {
        height: 8px;
        background-position: -4207px 0px;
    }

    .iti-flag.re {
        height: 14px;
        background-position: -4229px 0px;
    }

    .iti-flag.ro {
        height: 14px;
        background-position: -4251px 0px;
    }

    .iti-flag.rs {
        height: 14px;
        background-position: -4273px 0px;
    }

    .iti-flag.ru {
        height: 14px;
        background-position: -4295px 0px;
    }

    .iti-flag.rw {
        height: 14px;
        background-position: -4317px 0px;
    }

    .iti-flag.sa {
        height: 14px;
        background-position: -4339px 0px;
    }

    .iti-flag.sb {
        height: 10px;
        background-position: -4361px 0px;
    }

    .iti-flag.sc {
        height: 10px;
        background-position: -4383px 0px;
    }

    .iti-flag.sd {
        height: 10px;
        background-position: -4405px 0px;
    }

    .iti-flag.se {
        height: 13px;
        background-position: -4427px 0px;
    }

    .iti-flag.sg {
        height: 14px;
        background-position: -4449px 0px;
    }

    .iti-flag.sh {
        height: 10px;
        background-position: -4471px 0px;
    }

    .iti-flag.si {
        height: 10px;
        background-position: -4493px 0px;
    }

    .iti-flag.sj {
        height: 15px;
        background-position: -4515px 0px;
    }

    .iti-flag.sk {
        height: 14px;
        background-position: -4537px 0px;
    }

    .iti-flag.sl {
        height: 14px;
        background-position: -4559px 0px;
    }

    .iti-flag.sm {
        height: 15px;
        background-position: -4581px 0px;
    }

    .iti-flag.sn {
        height: 14px;
        background-position: -4603px 0px;
    }

    .iti-flag.so {
        height: 14px;
        background-position: -4625px 0px;
    }

    .iti-flag.sr {
        height: 14px;
        background-position: -4647px 0px;
    }

    .iti-flag.ss {
        height: 10px;
        background-position: -4669px 0px;
    }

    .iti-flag.st {
        height: 10px;
        background-position: -4691px 0px;
    }

    .iti-flag.sv {
        height: 12px;
        background-position: -4713px 0px;
    }

    .iti-flag.sx {
        height: 14px;
        background-position: -4735px 0px;
    }

    .iti-flag.sy {
        height: 14px;
        background-position: -4757px 0px;
    }

    .iti-flag.sz {
        height: 14px;
        background-position: -4779px 0px;
    }

    .iti-flag.ta {
        height: 10px;
        background-position: -4801px 0px;
    }

    .iti-flag.tc {
        height: 10px;
        background-position: -4823px 0px;
    }

    .iti-flag.td {
        height: 14px;
        background-position: -4845px 0px;
    }

    .iti-flag.tf {
        height: 14px;
        background-position: -4867px 0px;
    }

    .iti-flag.tg {
        height: 13px;
        background-position: -4889px 0px;
    }

    .iti-flag.th {
        height: 14px;
        background-position: -4911px 0px;
    }

    .iti-flag.tj {
        height: 10px;
        background-position: -4933px 0px;
    }

    .iti-flag.tk {
        height: 10px;
        background-position: -4955px 0px;
    }

    .iti-flag.tl {
        height: 10px;
        background-position: -4977px 0px;
    }

    .iti-flag.tm {
        height: 14px;
        background-position: -4999px 0px;
    }

    .iti-flag.tn {
        height: 14px;
        background-position: -5021px 0px;
    }

    .iti-flag.to {
        height: 10px;
        background-position: -5043px 0px;
    }

    .iti-flag.tr {
        height: 14px;
        background-position: -5065px 0px;
    }

    .iti-flag.tt {
        height: 12px;
        background-position: -5087px 0px;
    }

    .iti-flag.tv {
        height: 10px;
        background-position: -5109px 0px;
    }

    .iti-flag.tw {
        height: 14px;
        background-position: -5131px 0px;
    }

    .iti-flag.tz {
        height: 14px;
        background-position: -5153px 0px;
    }

    .iti-flag.ua {
        height: 14px;
        background-position: -5175px 0px;
    }

    .iti-flag.ug {
        height: 14px;
        background-position: -5197px 0px;
    }

    .iti-flag.um {
        height: 11px;
        background-position: -5219px 0px;
    }

    .iti-flag.us {
        height: 11px;
        background-position: -5241px 0px;
    }

    .iti-flag.uy {
        height: 14px;
        background-position: -5263px 0px;
    }

    .iti-flag.uz {
        height: 10px;
        background-position: -5285px 0px;
    }

    .iti-flag.va {
        height: 15px;
        background-position: -5307px 0px;
    }

    .iti-flag.vc {
        height: 14px;
        background-position: -5324px 0px;
    }

    .iti-flag.ve {
        height: 14px;
        background-position: -5346px 0px;
    }

    .iti-flag.vg {
        height: 10px;
        background-position: -5368px 0px;
    }

    .iti-flag.vi {
        height: 14px;
        background-position: -5390px 0px;
    }

    .iti-flag.vn {
        height: 14px;
        background-position: -5412px 0px;
    }

    .iti-flag.vu {
        height: 12px;
        background-position: -5434px 0px;
    }

    .iti-flag.wf {
        height: 14px;
        background-position: -5456px 0px;
    }

    .iti-flag.ws {
        height: 10px;
        background-position: -5478px 0px;
    }

    .iti-flag.xk {
        height: 15px;
        background-position: -5500px 0px;
    }

    .iti-flag.ye {
        height: 14px;
        background-position: -5522px 0px;
    }

    .iti-flag.yt {
        height: 14px;
        background-position: -5544px 0px;
    }

    .iti-flag.za {
        height: 14px;
        background-position: -5566px 0px;
    }

    .iti-flag.zm {
        height: 14px;
        background-position: -5588px 0px;
    }

    .iti-flag.zw {
        height: 10px;
        background-position: -5610px 0px;
    }































.regdivaff2 input {
    color: #cccccc;
    background-color: #2d303b;
    border: 1px solid #2d303b;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    height: 35px;
}

    .regdivaff2 input:hover {
        border-color: #2d303b;
        outline: 0;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
    }

.regdivaff2 textarea {
    color: #cccccc;
    background-color: #2d303b;
    border: 1px solid #2d303b;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}

    .regdivaff2 textarea:hover {
        border-color: #2d303b;
        outline: 0;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(236, 156, 13, 0.6);
    }

.orange {
    color: #d4322d;
}

.goldenleague {
    text-transform: uppercase;
    color: #d4322d;
    font-size: 14px;
}

.lastupdate {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 5px;
}

    .lastupdate .grey {
        color: #818693;
    }


/*left submenu css*/
.sn-slots-menu-3 ul li a {
    position: relative;
    text-decoration: none !important;
}

    .sn-slots-menu-3 ul li a i {
        font-size: 16px;
        margin-right: 3px;
    }

.sn-slots-menu-3 ul li.left-submenu a.notactive {
    color: #545961 !important;
    background: none !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .sn-slots-menu-3 ul li.left-submenu a.notactive span {
        color: #545961 !important;
    }

    .sn-slots-menu-3 ul li.left-submenu a.notactive:hover {
        color: #cccccc !important;
        background: #1b1d25 !important;
    }

.sn-slots-menu-3 ul li.active a.subact {
    color: #cccccc !important;
    background: #1b1d25 !important;
}

.casinoSel {
    padding: 5px 30px 0 0;
}

    .casinoSel select {
        min-width: 150px;
        height: 32px;
    }

.sn-brandname {
    position: absolute;
    height: 20px;
    box-sizing: border-box;
    padding: 0 6px;
    line-height: 19px;
    background: rgba(13,116,94,0.55);
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-family: 'robotoBold';
    text-align: right;
    right: 0;
    top: 0;
    z-index: 150;
}

.ns-balance2 {
    padding: 0 10px;
}

.sn-mainbal {
    display: inline-block;
    margin: 0 9px 0 0;
    line-height: 14px;
    font-size: 14px;
    vertical-align: top;
}

.sn-bonusbal {
    margin: 0 5px 0 0;
    color: #1abe9d;
}

.sn-mainbal font {
    color: #87898f;
    font-size: 9px;
    font-family: 'roboto';
}

.ns-balance2 a i {
    margin-top: 10px;
    vertical-align: top;
}

#emailx {
    cursor: pointer;
}

#cubitsDepositLoaderCont {
    display: none;
    float: right;
}

    #cubitsDepositLoaderCont img {
        width: 18px;
        margin-left: 12px;
        margin-top: 16px;
    }


/*###### NEW LIVE CASINO CSS ######*/
.livecas-bgban {
    height: 550px;
    background: url(/Content/themes/v1/img/LiveCasino/livecabg.jpg) no-repeat top;
    background-size: 100% auto;
    box-sizing: border-box;
    padding-top: 0;
    overflow: hidden;
    margin: 0;
}

.liveca-menu {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 18px;
    width: auto;
}

    .liveca-menu li {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        text-align: center;
    }

        .liveca-menu li a {
            width: 140px;
            height: 65px;
            box-sizing: border-box;
            padding: 1px 10px;
            display: table-cell;
            background: #2d2f34;
            line-height: 24px;
            color: rgba(255,255,255,0.5);
            text-decoration: none !important;
            transition: 250ms;
            -moz-transition: 250ms;
            -ms-transition: 250ms;
            -webkit-transition: 250ms;
            margin: 0;
            vertical-align: middle;
            text-align: center;
        }

        .liveca-menu li i {
            font-size: 20px;
        }

        .liveca-menu li.active a, .liveca-menu li a:hover {
            background: #d4322d;
            color: white;
        }

.liveca-search {
    position: relative;
    text-align: left;
    /* margin-bottom: 30px; */
    margin-top: 0px;
}

.liveca-search4 .form-control {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    background: #d4322d;
    border: 0;
    color: white;
    border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -webkit-border-radius: 0;
}

.liveca-search4 a {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 24px;
    line-height: 32px;
    cursor: pointer;
    color: rgba(255,255,255,0.5);
}

    .liveca-search4 a:hover {
        color: white;
    }

.liveca-search2 {
    /*background: #0e0f13;*/
    /* background: rgba(0, 0, 0, .7); */
    padding: 20px;
    min-height: 105px;
}

.liveca-search3 {
    margin: 0 0 9px 0;
    padding: 0;
    color: #acacae;
    font-size: 15px;
    font-family: 'robotoBold';
}

.liveca-search4 {
    position: relative;
}

    .liveca-search4 ::-webkit-input-placeholder {
        color: white;
    }

    .liveca-search4 ::-moz-placeholder {
        color: white;
    }

    .liveca-search4 :-ms-input-placeholder {
        color: white;
    }

    .liveca-search4 :-moz-placeholder {
        color: white;
    }

    .liveca-search4 input-placeholder {
        color: white;
    }

.liveca-threeban {
    margin-bottom: 90px;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
}

    .liveca-threeban a {
        display: block;
        cursor: pointer;
        /* margin-bottom: -15px; */
    }

.live_casino_banner {
    background-repeat: no-repeat;
    background-position: top;
    height: 261px;
    margin-top: 35px;
}

.new-liveca-grid {
    margin-left: -13px;
    margin-right: -13px;
    clear: right;
}

.liveca-col-1 {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 13px;
}

.liveca-col-2 {
    display: block;
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 0 13px;
}

.liveca-games-div1 {
    margin-bottom: 35px;
    /* min-height: 360px; */
    padding: 0;
    background: #21242c;
}

.liveca-games-div2 {
    height: 160px;
    text-align: center;
    padding: 13px 13px 0 13px;
    box-sizing: border-box;
    overflow: hidden;
}

    .liveca-games-div2 img {
        max-width: 100%;
        height: 100%;
    }

.liveca-games-div3 {
    background: #101115;
    line-height: 40px;
    vertical-align: top;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
    color: #cccccc;
}

    .liveca-games-div3 i {
        margin: 8px 5px 0 9px;
        font-size: 17px;
        color: #d83c3c;
    }

.lc-online i {
    color: #ed5114 !important;
}

.liveca-games-div4 {
    background: #21242c;
    padding: 0;
    /* height: 142px; */
}

.liveca-games-div5 {
    padding: 18px 22px;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
    display: block;
    vertical-align: middle;
    text-align: center;
}

    .liveca-games-div5 img {
        max-width: 100%;
        max-height: 100%;
    }

.liveca-games-div6 {
    text-align: center;
}

    .liveca-games-div6 a {
        display: block;
        box-sizing: border-box;
        padding: 7px 20px;
        border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -webkit-border-radius: 0;
        transition: 250ms;
        -moz-transition: 250ms;
        -ms-transition: 250ms;
        -webkit-transition: 250ms;
        font-size: 16px;
        font-family: 'robotoBold';
        background: #d4322d;
        border: 0;
        text-transform: uppercase;
    }

        .liveca-games-div6 a:hover {
            background: #e37f42;
        }

.liveca-limitsdiv {
    background: #282b34;
    padding: 7px 20px;
    font-size: 14px;
    color: #cccccc;
    font-family: 'roboto';
    text-align: center;
}

    .liveca-limitsdiv b {
        font-weight: normal;
        color: #d4322d;
    }

.liveca-games-div2-big {
    height: 225px;
    text-align: center;
    background: black;
    overflow: hidden;
}

    .liveca-games-div2-big img {
        width: 100%;
        min-height: 100%;
    }

.liveca-games-div2-big2 {
    height: 265px;
    text-align: center;
    background: black;
    overflow: hidden;
}

    .liveca-games-div2-big2 img {
        width: 100%;
        min-height: 100%;
    }


.liveca-games-div2-ls {
    /*height: 265px;*/
    text-align: center;
    background: black;
    overflow: hidden;
    position: relative;
}

.liveca-games-div2-ls-info-contant {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 50%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 50%,rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    padding: 20px 0 10px 0;
}

.liveca-games-div2-ls-info-header {
    width: 190px;
    margin: 0 auto;
}

.liveca-games-div2-ls-info-open {
    line-height: 21px;
    color: rgba(255, 255, 255, .8);
}

.liveca-games-div2-ls-info-name {
    text-align: right;
    position: absolute;
    top: -32px;
    right: 60px;
}

    .liveca-games-div2-ls-info-name span {
        background: #222222;
        padding: 7px 5px;
        line-height: 21px;
        border-radius: 1px;
    }

.liveca-games-div2-ls img {
    width: 100%;
}

.liveca-games-lsgames {
    color: #96d1e8;
}

.liveca-games-left-promo.liveca-games-lsgames img {
    width: 118px;
    margin: 70px auto;
    display: block;
}

.liveca-search > input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.5);
}

.liveca-search > input::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.5);
}

.liveca-search > input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.5);
}

.liveca-search > input:-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.5);
}

.liveca-games-left-promo {
    width: 190px;
    height: 190px;
    display: block;
    border-radius: 50%;
    border: 5px solid;
    margin: 25px auto;
}

    .liveca-games-left-promo.liveca-games-vivo img {
        width: 118px;
        margin: 70px auto;
        display: block;
    }

    .liveca-games-left-promo.liveca-games-ezugi img {
        width: 118px;
        margin: 63px auto;
        display: block;
    }

    .liveca-games-left-promo.liveca-games-xpro img {
        width: 118px;
        margin: 63px auto;
        display: block;
    }

    .liveca-games-left-promo.liveca-games-vivo {
        color: #89731d;
    }

    .liveca-games-left-promo.liveca-games-ezugi {
        color: #18a4df;
    }

    .liveca-games-left-promo.liveca-games-xpro {
        color: #f7b626;
    }


/*###### NEW LIVE CASINO CSS ######*/


/*.nav li {
	overflow:visible;
}*/
.nav li.sn-promoMenu {
    overflow: visible;
}

.sn-promoMenu a {
    padding: 19px 10px 0 10px !important;
    position: relative;
}

.prMenuTitle {
    display: none;
    position: absolute;
    z-index: 200;
    top: 72px;
    right: 0;
    background: #e2e7e6;
    opacity: 0.92;
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    text-align: right;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
    font-family: 'roboto';
    color: #1c1e22;
    text-transform: uppercase;
}

    .prMenuTitle i.fa-caret-up {
        color: #e2e7e6;
        font-size: 22px;
        position: absolute;
        top: -15px;
        right: 24px;
    }

.sn-promoMenu:hover .prMenuTitle {
    display: block;
}



/*SKILL GAMES CSS*/

.skillgamesdiv1 {
    margin: 0 0 30px 0;
}

.skillgamesdiv2 {
    max-width: 576px;
    margin: 0 auto;
    height: 304px;
    background: #34363f url(../img/okeybanbg.png) no-repeat right bottom;
    padding: 65px 170px 0 37px;
    box-sizing: border-box;
    font-size: 18px;
    border-bottom: 5px solid #d4322d;
    transition: 250ms;
    -moz-transition: 250ms;
    -ms-transition: 250ms;
    -webkit-transition: 250ms;
}

.sg-title {
    margin: 0 0 55px 0;
    padding: 0;
    font-size: 44px;
    font-family: 'Roboto';
    color: white;
    text-shadow: 4px 4px 0 rgba(0,0,0,0.35);
    text-transform: uppercase;
    font-weight: normal;
}

.sg-button {
    font-family: 'Roboto';
    font-size: 18px;
    position: relative;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    text-transform: uppercase;
}

    .sg-button a {
        display: block;
        padding: 0 80px 0 30px;
        box-sizing: border-box;
        height: 50px;
        cursor: pointer;
        color: white;
        text-decoration: none;
        background: #d4322d;
        transition: 250ms;
        -moz-transition: 250ms;
        -ms-transition: 250ms;
        -webkit-transition: 250ms;
    }

        .sg-button a span {
            display: block;
            width: 50px;
            height: 50px;
            position: absolute;
            right: 0;
            top: 0;
            text-align: center;
            line-height: 53px;
            font-size: 15px;
            background: #ce8a18;
            box-sizing: border-box;
            transition: 250ms;
            -moz-transition: 250ms;
            -ms-transition: 250ms;
            -webkit-transition: 250ms;
        }

.skillgamesdiv2:hover {
    box-shadow: 0 0 40px rgba(0,0,0,0.4);
    border-color: #e37f42;
}

.sg-button a:hover {
    background: #e37f42;
    color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

    .sg-button a:hover span {
        background: #0d6957;
    }

.sg-tavla {
    background: #34363f url(../img/nardibanbg.png) no-repeat right bottom;
}

.sg-betconstruct-bg {
    background: #34363f url(../img/betconstructbg.png) no-repeat right bottom;
}

.sg-betconstruct-belote {
    background: #34363f url(../img/betconstructbelote.jpg) no-repeat right bottom;
}

.sg-notloggedin {
    margin: -20px 0 35px 0;
    font-size: 40px;
}

.sg-userinput {
    width: 230px;
    /*margin-bottom:20px;*/
    width: 230px;
    margin: 16px auto 10px;
}

    .sg-userinput .form-control {
        height: 40px;
        background: #43454c;
        border: 0;
        opacity: 0.9;
    }

        .sg-userinput .form-control:focus {
            box-shadow: 0 0 15px rgba(0,0,0,0.5);
        }

/*END OF SKILL GAMES CSS*/

.modal-sm-custom {
    width: 530px !important;
}

.skillgames-register-submit-btn {
    border: 1px solid #e37f42;
}

.sk-reg-error-cont {
    margin-bottom: 10px;
}

.sg-reg-error {
    margin: 0 auto;
}


/*USER MONEY TRANSFER CSS*/
.transfer_user1 {
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 25px 80px 30px 80px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.3);
}

.transfer_user2 {
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #d4322d;
    text-align: center;
}

.trnsf_icons {
    display: block;
    width: 101px;
    height: 90px;
    margin: 0 auto 25px auto;
    background: url(../img/transfer_icons_sprite.png) no-repeat top;
}

.tricon1 {
    background-position: top;
}

.tricon2 {
    background-position: bottom;
}

.transfer_user3 {
    margin-bottom: 20px;
    position: relative;
}

    .transfer_user3 .form-control, .transfer_user3 .form-control:disabled {
        background: none !important;
        border: 0 !important;
        box-shadow: none !important;
        border-bottom: 2px solid #292c32 !important;
        padding-left: 3px;
        height: 40px;
        opacity: 1.0;
        cursor: auto;
    }

        .transfer_user3 .form-control:hover {
            border-bottom: 2px solid #444952 !important;
        }

        .transfer_user3 .form-control:focus {
            border-bottom: 2px solid #d4322d !important;
            color: #cccccc;
        }

    .transfer_user3 .btn {
        text-transform: uppercase;
        font-size: 14px;
        text-align: center;
        height: auto;
        padding: 13px;
        line-height: 14px;
    }

    .transfer_user3 .btn-warning {
        color: black;
    }

.converted_amount .form-control {
    text-align: right;
    padding-right: 0;
}

.conv_am_text {
    position: absolute;
    left: 3px;
    top: 0;
    line-height: 40px;
    color: #5e6069;
    text-transform: capitalize;
}

.transfer_user3 .row {
    margin-left: -10px;
    margin-right: -10px;
}

.transfer_user3 .col-xs-6 {
    padding-left: 10px;
    padding-right: 10px;
}
/*USER MONEY TRANSFER CSS*/


@media only screen and (min-width:1025px) {

    .modal-dialog {
        width: 1000px;
    }
}

@media only screen and (min-width:1200px) {

    .container {
        width: 1200px;
        padding: 0;
    }
}

@media only screen and (min-width:1921px) {

    .sn-slideimage {
        width: 100%;
        left: 0;
        margin: 0;
    }
}


.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

/*START TWO FACTORY CSS*/

.modal_twofa {
    width: 770px;
}

.twofa_title {
    padding: 20px 0 35px 0;
    font-size: 17px;
    color: #d4322d;
    text-align: center;
    margin: 0;
}

.modal_twofa .modal-body {
    padding: 25px 50px 40px 50px;
}

.twofa_buttons {
    font-size: 17px;
    line-height: 39px;
    color: white;
    text-align: center;
    padding-bottom: 35px;
}

    .twofa_buttons a, .twofa_buttons button {
        display: block;
        padding: 15px 15px 16px 15px;
        border: 0;
        background: #2f333e;
        color: white;
        cursor: pointer;
        border-top: 1px solid #3a3d48;
        box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    }

        .twofa_buttons a:hover, .twofa_buttons button:hover, .twofa_buttons button:focus {
            background: #3a3d48;
            border-color: #4e505a;
        }

.google_2fa:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(/Content/themes/v1/img/icon_google2fa.png) no-repeat left;
    background-size: auto 100%;
}

.SMS_2fa:before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(/Content/themes/v1/img/icon_sms2fa.png) no-repeat left;
    background-size: auto 100%;
}

.twofa_text {
    text-align: center;
    font-size: 15px;
    padding: 10px 0;
}

.twofa_qrcode {
    padding: 15px;
    background: rgba(255,255,255,0.05);
    margin: 0 auto 20px auto;
    width: 180px;
    height: 180px;
}

    .twofa_qrcode img {
        width: 100%;
        height: 100%;
    }

.twofa_qr_seccode {
    width: 100%;
    white-space: nowrap;
    padding: 5px 90px 5px 10px;
    background: #2d303b;
    line-height: 35px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 45px;
    box-sizing: border-box;
    font-size: 14px;
    color: white;
    margin-bottom: 20px;
}

    .twofa_qr_seccode button, .twofa_qr_seccode button:hover, .twofa_qr_seccode button:focus {
        position: absolute;
        right: 5px;
        top: 5px;
        display: block;
        padding: 0 8px;
        height: 35px;
        border: 0;
        background: #777777;
        color: white;
        cursor: pointer;
        font-size: 13px;
        text-transform: uppercase;
    }

        .twofa_qr_seccode button.active.focus, button.active:focus, button.focus, button:active.focus, button:active:focus, button:focus {
            background: #ed5114;
            color: white;
        }

.twofa_sms_code {
    padding: 35px 0 20px 0;
}

    .twofa_sms_code label {
        color: white;
        line-height: 40px;
        padding: 0;
        margin: 0;
        display: block;
    }

    .twofa_sms_code .form-control {
        height: 40px;
        color: #cccccc;
    }

        .twofa_sms_code .form-control[disabled], .twofa_sms_code .form-control[readonly] {
            background: #2d303b;
            box-shadow: none;
            height: 40px;
            color: #cccccc;
            opacity: 1;
        }

.foottext {
    display: block;
    padding-top: 9px;
    color: #a0a5b3;
    text-transform: capitalize;
}

    .foottext a {
        color: #d4322d;
        cursor: pointer;
        margin-left: 5px;
    }

        .foottext a:hover {
            text-decoration: underline;
        }

.text-success {
    color: #107e68;
}

.success_message, .failure_message {
    font-size: 15px;
    color: white;
    text-align: center;
    padding: 30px 0;
    color: #22262e;
}

    .success_message i {
        display: block;
        margin-bottom: 10px;
        font-size: 38px;
        color: #107e68;
    }

.failure_message {
    color: #e74c3c;
}

    .failure_message i {
        display: block;
        margin-bottom: 10px;
        font-size: 38px;
        color: #e74c3c;
    }

/*END TWO FACTORY CSS*/

/*START SCRATCH AND WIN CSS*/
.ns-inner-maindiv {
    position: relative;
}

.ns-breadcrumb1 {
    position: relative;
    z-index: 1;
}

.scratchpage_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../img/scratch_page_bg.jpg) no-repeat top;
    background-size: 100% auto;
}

.sn_scratch_main {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13.5px;
}

    .sn_scratch_main li {
        padding-left: 15px;
        margin-bottom: 20px;
        height: 270px;
        display: block;
        float: left;
        width: calc(100% / 3);
    }

.sn_scratch_link {
    display: block;
    cursor: pointer;
    position: relative;
    text-decoration: none !important;
    outline: none !important;
}

    .sn_scratch_link:hover {
        box-shadow: 0 0 15px rgba(0,0,0,0.8);
        transition: 250ms;
        -moz-transition: 250ms;
        -ms-transition: 250ms;
        -webkit-transition: 250ms;
    }

.sn_scratch_bgs {
    background: black;
    padding: 15px 0;
    color: white;
    margin-bottom: 1px;
}

    .sn_scratch_bgs h2 {
        display: block;
        padding: 0 10px;
        margin: 0 0 2px 0;
        overflow: hidden;
        white-space: nowrap;
        font-size: 23px;
        text-overflow: ellipsis;
    }

    .sn_scratch_bgs p {
        display: block;
        padding: 0 10px;
        margin: 0 0 10px 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 13.5px;
    }

        .sn_scratch_bgs p .green {
            color: #c6ff68 !important;
            font-size: 13.5px !important;
        }

.sn_scratch_image {
    float: left;
    width: calc(100% - 80px);
    height: 130px;
    overflow: hidden;
    display: block;
}

    .sn_scratch_image img {
        width: 100%;
        min-height: 100%;
    }

.sn_scratch_price {
    float: left;
    width: 56px;
    text-align: center;
    line-height: 18px;
    margin-left: 10px;
}

    .sn_scratch_price .price {
        display: block;
        margin-bottom: 2px;
        padding: 8px 3px;
        font-size: 17px;
        color: white;
        text-transform: uppercase;
        background: rgb(226,205,160);
        background: -moz-linear-gradient(top, rgba(226,205,160,1) 0%, rgba(239,205,100,1) 50%, rgba(239,188,34,1) 51%, rgba(251,225,37,1) 100%);
        background: -webkit-linear-gradient(top, rgba(226,205,160,1) 0%,rgba(239,205,100,1) 50%,rgba(239,188,34,1) 51%,rgba(251,225,37,1) 100%);
        background: linear-gradient(to bottom, rgba(226,205,160,1) 0%,rgba(239,205,100,1) 50%,rgba(239,188,34,1) 51%,rgba(251,225,37,1) 100%);
    }

    .sn_scratch_price .newone {
        display: block;
        margin-bottom: 2px;
        padding: 8px 5px;
        font-size: 17px;
        color: #c6ff68;
        text-transform: uppercase;
        background: rgb(11,12,12);
        background: -moz-linear-gradient(top, rgba(11,12,12,1) 0%, rgba(11,12,12,1) 50%, rgba(50,50,50,1) 51%, rgba(71,72,72,1) 100%);
        background: -webkit-linear-gradient(top, rgba(11,12,12,1) 0%,rgba(11,12,12,1) 50%,rgba(50,50,50,1) 51%,rgba(71,72,72,1) 100%);
        background: linear-gradient(to bottom, rgba(11,12,12,1) 0%,rgba(11,12,12,1) 50%,rgba(50,50,50,1) 51%,rgba(71,72,72,1) 100%);
    }

.sn_scratch_tati {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #444444;
    position: relative;
    padding: 0 10px 0 48px;
    background: rgb(198,255,104);
    background: -moz-linear-gradient(-45deg, rgba(198,255,104,1) 0%, rgba(166,236,52,1) 78%, rgba(105,154,34,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(198,255,104,1) 0%,rgba(166,236,52,1) 78%,rgba(105,154,34,1) 100%);
    background: linear-gradient(135deg, rgba(198,255,104,1) 0%,rgba(166,236,52,1) 78%,rgba(105,154,34,1) 100%);
}

    .sn_scratch_tati:before {
        content: "";
        display: block;
        width: 25px;
        height: 24px;
        position: absolute;
        top: calc(50% - 11px);
        left: 15px;
        background: url(../img/scratch_tati.png);
    }

.sn_scratch_main li:nth-of-type(1) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(7) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(13) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(19) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(25) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(31) .sn_scratch_bgs {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(91,92,92,1) 71%, rgba(39,40,40,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(91,92,92,1) 71%,rgba(39,40,40,1) 100%);
    background: linear-gradient(135deg, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(91,92,92,1) 71%,rgba(39,40,40,1) 100%);
}

.sn_scratch_main li:nth-of-type(2) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(8) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(14) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(20) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(26) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(32) .sn_scratch_bgs {
    background: rgb(118,26,100);
    background: -moz-linear-gradient(-45deg, rgba(118,26,100,1) 0%, rgba(175,85,159,1) 68%, rgba(214,166,204,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(118,26,100,1) 0%,rgba(175,85,159,1) 68%,rgba(214,166,204,1) 100%);
    background: linear-gradient(135deg, rgba(118,26,100,1) 0%,rgba(175,85,159,1) 68%,rgba(214,166,204,1) 100%);
}

.sn_scratch_main li:nth-of-type(3) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(9) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(15) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(21) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(37) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(33) .sn_scratch_bgs {
    background: rgb(0,121,186);
    background: -moz-linear-gradient(-45deg, rgba(0,121,186,1) 0%, rgba(0,9,119,1) 70%, rgba(35,76,160,1) 71%, rgba(139,164,203,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0,121,186,1) 0%,rgba(0,9,119,1) 70%,rgba(35,76,160,1) 71%,rgba(139,164,203,1) 100%);
    background: linear-gradient(135deg, rgba(0,121,186,1) 0%,rgba(0,9,119,1) 70%,rgba(35,76,160,1) 71%,rgba(139,164,203,1) 100%);
}

.sn_scratch_main li:nth-of-type(4) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(10) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(16) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(22) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(28) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(34) .sn_scratch_bgs {
    background: rgb(137,142,174);
    background: -moz-linear-gradient(-45deg, rgba(137,142,174,1) 0%, rgba(99,72,91,1) 55%, rgba(54,46,59,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(137,142,174,1) 0%,rgba(99,72,91,1) 55%,rgba(54,46,59,1) 100%);
    background: linear-gradient(135deg, rgba(137,142,174,1) 0%,rgba(99,72,91,1) 55%,rgba(54,46,59,1) 100%);
}

.sn_scratch_main li:nth-of-type(5) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(11) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(17) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(23) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(29) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(35) .sn_scratch_bgs {
    background: rgb(71,87,111);
    background: -moz-linear-gradient(-45deg, rgba(71,87,111,1) 0%, rgba(73,150,210,1) 55%, rgba(158,202,237,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(71,87,111,1) 0%,rgba(73,150,210,1) 55%,rgba(158,202,237,1) 100%);
    background: linear-gradient(135deg, rgba(71,87,111,1) 0%,rgba(73,150,210,1) 55%,rgba(158,202,237,1) 100%);
}

.sn_scratch_main li:nth-of-type(6) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(12) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(18) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(24) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(30) .sn_scratch_bgs, .sn_scratch_main li:nth-of-type(36) .sn_scratch_bgs {
    background: rgb(32,121,2);
    background: -moz-linear-gradient(-45deg, rgba(32,121,2,1) 0%, rgba(109,185,3,1) 55%, rgba(152,202,52,1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(32,121,2,1) 0%,rgba(109,185,3,1) 55%,rgba(152,202,52,1) 100%);
    background: linear-gradient(135deg, rgba(32,121,2,1) 0%,rgba(109,185,3,1) 55%,rgba(152,202,52,1) 100%);
}

.scratchwin_slider {
    display: block;
    margin-bottom: 20px;
    position: relative;
    margin-left: 15px;
    width: calc(100% - 15px);
}

    .scratchwin_slider .sn-slide-bullets {
        bottom: 10px;
    }

    .scratchwin_slider .sn-sl-bulls li a {
        background: rgba(155,155,155,0.5);
    }

    .scratchwin_slider .sn-sl-bulls li.active a {
        background: rgba(0,0,0,0.8);
    }

    .scratchwin_slider .carousel-inner {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        margin: 0;
    }

        .scratchwin_slider .sn-slideimage, .scratchwin_slider .carousel-inner .item {
            height: 300px;
        }

            .scratchwin_slider .carousel-inner .item img {
                height: 300px;
                width: 100%;
                min-height: 300px;
            }
/*END SCRATCH AND WIN CSS*/

/*New Promotions CSS*/
.goldenleague {
    text-transform: uppercase;
    color: #d4322d;
    font-size: 14px;
}

.lastupdate {
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 5px;
}

    .lastupdate .grey {
        color: #818693;
    }

.ns-breadcrumb1 .container {
    position: relative;
}

.prom_filter {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    display: block;
    list-style: none;
    font-size: 13px;
    color: #545961;
    font-size: 13px;
    font-family: 'roboto', Arial;
    text-transform: uppercase;
    line-height: 15px;
}

.prom_filter_content {
    display: block;
    float: left;
    margin-left: 1px;
}

.prom_filter_link {
    display: block;
    padding: 5px 7px 12px 7px;
    cursor: pointer;
    color: #545961;
    outline: none;
    border-bottom: 1px solid transparent;
}

    .prom_filter_link:hover, .prom_filter_link:focus, .prom_filter_link:active {
        text-decoration: none;
        color: #cccccc;
        border-bottom: 1px solid #cccccc;
    }

.prom_filter_content.active .prom_filter_link {
    color: #d4322d;
    text-decoration: none;
    border-bottom: 1px solid #d4322d;
}

.promotions_box {
    height: 620px;
}

.promotions_image {
    position: relative;
    height: 250px;
    background: #0a0b0d;
}

.promotions_image_link {
    display: block;
    cursor: pointer;
    position: relative;
    height: 250px;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    outline: none !important;
}

    .promotions_image_link img {
        display: block;
        height: 100%;
        min-width: 100%;
    }

.promotions_category {
    position: absolute;
    z-index: 30;
    right: 0;
    top: 0;
    padding: 6px 16px 6px 80px;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
    background: -moz-linear-gradient(left, rgba(233,160,37,0) 0%, rgba(233,160,37,0.7) 31%, rgba(233,160,37,1) 47%, rgba(233,160,37,1) 100%);
    background: -webkit-linear-gradient(left, rgba(233,160,37,0) 0%,rgba(233,160,37,0.7) 31%,rgba(233,160,37,1) 47%,rgba(233,160,37,1) 100%);
    background: linear-gradient(to right, rgba(233,160,37,0) 0%,rgba(233,160,37,0.7) 31%,rgba(233,160,37,1) 47%,rgba(233,160,37,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e9a025', endColorstr='#d4322d',GradientType=1 );
}

    .promotions_category span {
        margin-left: 10px;
    }

    .promotions_category::after {
        content: "\f060";
        font-family: 'FontAwesome';
        font-size: 11px;
        vertical-align: top;
        margin: 0 0 0 5px;
        line-height: 18px;
    }

.promotions_details_box {
    background: #22252e;
    padding: 25px 30px 0 30px;
    min-height: 275px;
    color: #969aa6;
    font-size: 16px;
}

.promotions_tags_box {
    display: table;
    width: 100%;
    font-size: 12px;
    color: #545961;
    padding: 0;
    border-bottom: 1px solid #2c303d;
    background: #22252e;
}

.promotions_tags_content {
    display: table-cell;
    vertical-align: middle;
    height: 57px;
    max-height: 55px;
    overflow: hidden;
    padding: 0 10px 0 30px;
    margin: 0;
    font-size: 12px;
    color: #545961;
    list-style: none;
}

    .promotions_tags_content li {
        display: inline-block;
        margin-right: 8px;
    }

    .promotions_tags_content a {
        color: #969aa6;
        text-decoration: underline;
        cursor: pointer;
    }

        .promotions_tags_content a:hover {
            color: #15a487;
            text-decoration: none;
        }

.promotions_details_content {
    min-height: 180px;
}

.promotioins_details_title {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 22px;
    color: #15a487;
    font-family: 'robotoBold', Arial;
    max-height: 51px;
    overflow: hidden;
    line-height: 25px;
}

.promotioins_details_description {
    padding: 0;
    margin: 0;
    max-height: 85px;
    overflow: hidden;
    line-height: 21px;
}

.promotioins_details_buttons .btn {
    text-transform: uppercase;
    min-width: 140px;
    margin-right: 15px;
    padding: 10px 15px;
}

.filter_state_all {
    height: 490px;
}

    .filter_state_all .promotions_image, .filter_state_all .promotions_image_link {
        height: 160px;
    }

    .filter_state_all .promotions_details_box {
        padding: 18px 20px 0 20px;
        min-height: 240px;
    }

    .filter_state_all .promotions_tags_content {
        padding-left: 20px;
    }

    .filter_state_all .promotions_details_content {
        min-height: 155px;
    }

    .filter_state_all .promotioins_details_title {
        font-size: 17px;
        line-height: 22px;
        max-height: 45px;
        margin-bottom: 12px;
    }

    .filter_state_all .promotioins_details_description {
        font-size: 14px;
        line-height: 19px;
        max-height: 77px;
    }

.prom_end_info {
    max-width: 550px;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 18px;
    color: #969aa6;
    line-height: 25px;
}

.prom_end_info_icon {
    display: block;
    margin: 0 auto 15px auto;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,0.05);
    text-align: center;
    font-size: 26px;
    line-height: 55px;
    color: #2c303d;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
}

.prom_end_info_text a {
    color: #d4322d;
    font-family: 'robotoBold', Arial;
    margin-left: 8px;
}

.promotions_inner_title {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #d4322d;
    font-family: 'robotoBold', Arial;
}

.didyouknow_box {
    padding: 60px 50px;
    text-align: center;
    font-size: 18px;
    color: #969aa6;
}

.promotion_terms_text {
    padding: 60px 0;
    background: #0c0d11;
    margin-bottom: 60px;
    font-size: 16px;
    color: #969aa6;
}

.white_title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'robotoBold', Arial;
}

.promotion_steps_box {
    padding: 60px 0 0 0;
    text-align: center;
}

.promotion_steps_content {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #969aa6;
    font-size: 18px;
}

    .promotion_steps_content li {
        display: inline-block;
        padding: 0 15px;
        width: 24%;
        vertical-align: top;
    }

.sameheight_prom {
    padding: 0;
    margin: 0;
    width: calc(100% - 30px);
}

.promotion_steps_container {
    padding: 40px 30px;
    background: #22252e;
    border-left: 30px solid #17191f;
    width: 25%;
}

.promotion_steps_title {
    font-size: 20px;
    text-transform: uppercase;
    color: #15a487;
    display: block;
    margin-bottom: 20px;
    font-family: 'robotoBold', Arial;
}

    .promotion_steps_title::after {
        display: block;
        content: "";
        width: 30px;
        height: 1px;
        margin: 20px auto 0 auto;
        background: #373c4b;
    }

.promotions_inner_slide {
    height: 500px;
    position: relative;
    background: #0a0b0d;
    margin-top: -40px;
    width: 100%;
    overflow: hidden;
}

.promotions_inner_slide_image {
    width: 1920px;
    height: 500px;
    position: absolute;
    z-index: 5;
    left: calc(50% - 960px);
    top: 0;
}

    .promotions_inner_slide_image img {
        width: 100%;
        min-height: 100%;
    }

.promotions_inner_slide .container {
    position: relative;
    z-index: 10;
    height: 100%;
}

.promotions_inner_slide_content {
    display: block;
    width: 600px;
    height: 315px;
    padding: 30px 170px 0 40px;
    border-left: 5px solid #e37f42;
    position: absolute;
    left: 0;
    top: calc(50% - 160px);
    background: -moz-linear-gradient(left, rgba(10,11,13,0.8) 0%, rgba(10,11,13,0.8) 58%, rgba(10,11,13,0.6) 74%, rgba(10,11,13,0) 100%);
    background: -webkit-linear-gradient(left, rgba(10,11,13,0.8) 0%,rgba(10,11,13,0.8) 58%,rgba(10,11,13,0.6) 74%,rgba(10,11,13,0) 100%);
    background: linear-gradient(to right, rgba(10,11,13,0.8) 0%,rgba(10,11,13,0.8) 58%,rgba(10,11,13,0.6) 74%,rgba(10,11,13,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0a0b0d', endColorstr='#000a0b0d',GradientType=1 );
}

.promotions_inner_slide_title {
    display: block;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 32px;
    color: #fff;
    font-family: 'robotoBold', Arial;
    text-transform: uppercase;
}

.promotions_inner_slide_descr {
    font-size: 22px;
    color: #969aa6;
    padding: 0;
    margin: 0 0 25px 0;
}

.promotions_inner_slide_button .btn {
    text-transform: uppercase;
    min-width: 130px;
    padding: 10px 20px;
}


/* ##### LIVE CASINO NEW CSS #####*/
.live-casino__header-text {
    padding: 8px 0;
    background: #986818;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

.live-casino__container {
    background: black;
    margin-bottom: -50px;
    min-height: 1050px;
}

    .live-casino__container::after {
        display: block;
        content: "";
        clear: both;
    }

.live-casino__container-background::before, .live-casino__container-background::after {
    display: block;
    content: "";
    width: calc((100% - 1200px) / 2);
    float: left;
    height: 1030px;
    background: url(../PokerNew/livecasinobg1.jpg) no-repeat top right;
    background-size: 200% auto;
    opacity: 0.6;
}

.live-casino__container-background::after {
    float: right;
    background: url(../PokerNew/livecasinobg2.jpg) no-repeat top left;
    background-size: 200% auto;
}

.live-casino__content {
    float: left;
    width: 1200px;
    padding-bottom: 20px;
    min-height: 1030px;
}

@media only screen and (min-width: 1400px) {
    .live-casino__container-background::before, .live-casino__container-background::after {
        background-size: 100% auto;
    }
}

.live-casino__banner-list {
    height: 100px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

    .live-casino__banner-list::after {
        display: block;
        clear: both;
        content: "";
    }

    .live-casino__banner-list li {
        display: block;
        float: left;
        width: 25%;
    }

.live-casino__banner-list-link {
    display: block;
    height: 100px;
    padding: 15px 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
}

    .live-casino__banner-list-link img {
        max-width: 100%;
        height: 100%;
    }

.live-casino__list-bg--grey .live-casino__banner-list-link {
    background: #324356;
    background: -moz-linear-gradient(-45deg, #324356 34%, #40577a 100%);
    background: -webkit-linear-gradient(-45deg, #324356 34%,#40577a 100%);
    background: linear-gradient(135deg, #324356 34%,#40577a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#324356', endColorstr='#40577a',GradientType=1 );
}

.live-casino__list-bg--green .live-casino__banner-list-link {
    background: #98ca34;
    background: -moz-linear-gradient(-45deg, #98ca34 34%, #207902 100%);
    background: -webkit-linear-gradient(-45deg, #98ca34 34%,#207902 100%);
    background: linear-gradient(135deg, #98ca34 34%,#207902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98ca34', endColorstr='#207902',GradientType=1 );
}

.live-casino__list-bg--blue .live-casino__banner-list-link {
    background: #2d597e;
    background: -moz-linear-gradient(-45deg, #2d597e 34%, #56a7c3 100%);
    background: -webkit-linear-gradient(-45deg, #2d597e 34%,#56a7c3 100%);
    background: linear-gradient(135deg, #2d597e 34%,#56a7c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d597e', endColorstr='#56a7c3',GradientType=1 );
}

.live-casino__banner-list-link:hover {
    opacity: 0.8;
}

.live-casino__three-banners {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}

    .live-casino__three-banners::after {
        display: block;
        clear: both;
        content: "";
    }

    .live-casino__three-banners li {
        display: block;
        float: left;
        width: calc(100% / 3);
    }

.live-casino__three-banners-link {
    cursor: pointer;
    transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
}

    .live-casino__three-banners-link:hover {
        opacity: 0.5;
    }

    .live-casino__three-banners-link img {
        width: 100%;
    }

.live-casino__block-title {
    display: block;
    clear: both;
    margin: 0;
    padding: 20px;
    background: black;
    color: white;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.live-casino__poker-container {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #4c4c4c;
}

    .live-casino__poker-container::after {
        display: block;
        clear: both;
        content: "";
    }

.live-casino__poker-box--left {
    float: left;
    width: 50%;
}

.live-casino__poker-box--right {
    float: right;
    width: 50%;
    position: relative;
}

.live-casino__poker-banner {
    float: left;
    width: 50%;
    position: relative;
}

.live-casino__poker-banner-link {
    display: block;
    position: relative;
    cursor: pointer;
    transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
}

    .live-casino__poker-banner-link:hover {
        opacity: 0.5;
    }

    .live-casino__poker-banner-link img {
        width: 100%;
        max-height: 230px;
    }

.live-casino__poker-banner-text {
    position: absolute;
    bottom: 50px;
    font-size: 17px;
    text-transform: uppercase;
    color: white;
    left: 0;
    z-index: 10;
    padding: 5px 15px;
    max-width: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,0.65);
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.live-casino__news-block {
    float: left;
    width: calc(50% + 10px);
    padding-right: 10px;
}

.live-casino__news-content {
    float: left;
    width: calc(50% - 10px);
    border-left: 1px solid #4c4c4c;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 270px;
}

.live-casino__news-title {
    font-size: 17px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0 15px 0;
}

    .live-casino__news-title i {
        color: #97c934;
        margin-right: 5px;
    }

.live-casino__news-text {
    font-size: 15px;
    line-height: 20px;
}

.live-casino__news-image {
    margin-bottom: 12px;
    max-height: 215px;
    overflow: hidden;
}

    .live-casino__news-image img {
        width: 100%;
    }

    .live-casino__news-image a {
        display: block;
        cursor: pointer;
        transition: 300ms;
        -moz-transition: 300ms;
        -webkit-transition: 300ms;
    }

        .live-casino__news-image a:hover {
            opacity: 0.5;
        }

.live-casino__news-description {
    padding: 0 0 0 18px;
    font-size: 17px;
    text-transform: uppercase;
}

    .live-casino__news-description p {
        display: block;
        padding: 0 0 3px 0;
        margin: 0;
    }

    .live-casino__news-description small {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 13.5px;
    }

.colorYellow {
    color: #d4322d;
}

.live-casino__modal--register {
    width: 520px;
}

    .live-casino__modal--register .modal-header {
        padding: 12px 15px;
    }

    .live-casino__modal--register .modal-title {
        text-transform: uppercase;
        font-size: 16px;
    }

    .live-casino__modal--register .modal-body {
        padding: 30px;
    }

    .live-casino__modal--register .modal-footer {
        padding: 10px 30px;
    }

        .live-casino__modal--register .modal-footer .btn {
            margin-left: 10px;
            text-transform: uppercase;
            min-width: 100px;
        }

        .live-casino__modal--register .modal-footer .btn-info {
            background: #383c43;
        }

            .live-casino__modal--register .modal-footer .btn-info:hover {
                background: #4e535c;
            }

    .live-casino__modal--register .progress {
        height: 10px;
        margin-top: 14px;
    }

.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.live-casino__play-button {
    width: 230px;
    margin: 0 auto 20px auto;
}

    .live-casino__play-button .btn {
        display: block;
        width: 100%;
        height: 55px;
        padding: 10px;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        transition: 300ms;
        -moz-transition: 300ms;
        -webkit-transition: 300ms;
    }

        .live-casino__play-button .btn i {
            margin-left: 10px;
        }

.live-casino__download-buttons {
    width: 420px;
    margin: 0 auto;
}

    .live-casino__download-buttons .btn {
        display: block;
        width: calc(50% - 10px);
        float: left;
        margin: 0 5px 10px 5px;
        text-transform: uppercase;
        color: white;
        cursor: pointer;
        padding: 9px 15px 0 60px;
        height: 55px;
        text-align: left;
        position: relative;
        transition: 300ms;
        -moz-transition: 300ms;
        -webkit-transition: 300ms;
    }

    .live-casino__download-buttons .btn-info {
        background: #383c43;
    }

    .live-casino__download-buttons .btn small {
        display: block;
        opacity: 0.5;
        font-size: 13px;
        text-transform: capitalize;
    }

    .live-casino__download-buttons .btn i {
        position: absolute;
        width: 60px;
        text-align: center;
        line-height: 21px;
        font-size: 20px;
        left: 0;
        top: calc(50% - 11px);
    }

    .live-casino__download-buttons .btn-info:hover {
        background: #ed5114;
    }

    .live-casino__download-buttons .btn:hover small {
        opacity: 1;
    }

/* Kahve
================================================== */

.kahve__blocks {
    width: 960px;
}

.kahve__block {
    border: 1px solid #292929;
    background: #111111;
    width: 430px;
    height: 238px;
    padding: 15px;
    margin: 0 13px 13px 0;
    box-sizing: content-box;
    display: inline-block;
    transition: .3s;
}

.kahve-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kahve__block:hover {
    background: #242424;
}

/*//------------registration*/
.featherlight .featherlight-content {
    height: 210px;
}