﻿@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu-R.eot');
    src: url('../fonts/Ubuntu-R.eot?#iefix') format('embedded-opentype'), url('../fonts/Ubuntu-R.woff') format('woff'), url('../fonts/Ubuntu-R.ttf') format('truetype'), url('../fonts/Ubuntu-R.svg#stencilstd') format('svg');
    font-weight: normal;
    font-style: normal;
}

a {
    outline: none;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}

    a:hover {
        text-decoration: none;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.spacing {
    padding: 10px 10px;
    display: block;
}

.fullwidth {
    width: 100%;
}

.logo {
    padding-top: 12px;
}

    .logo img {
        height:60px;
        
    }

.topline {
    background: #046294;
    color: #fff;
    font-size: 12px;
}

    .topline p {
        padding-top: 5px;
    }

ul.topmenu {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.topmenu li {
        list-style: none;
        float: left;
        padding: 0 5px;
    }

        ul.topmenu li a {
            color: #fff;
        }

            ul.topmenu li a:hover {
                color: #fc5b04;
            }
ul.topSignButton {
    margin: 2px 0 0 0;
    padding: 0;
    display: inline-block;
}

    ul.topSignButton li {
        list-style: none;
        float: left;
        margin-right: 0px;
    }
    ul.topSignButton li:last-child {
            margin: 0;
        }
ul.loginform {
    margin: 5px 0 0 0;
    padding: 0;
    display: inline-block;
}

    ul.loginform li {
        list-style: none;
        float: left;
        margin-right: 5px;
    }

        ul.loginform li input {
            border: 1px solid #ddd;
            background: #fff;
            padding: 8px;
            border-radius: 5px;
        }

            ul.loginform li input[type="button"] {
                width: auto;
                background: #fc5b04;
                color: #fff;
            }

                ul.loginform li input[type="button"]:hover {
                    background: #f78446;
                }

        ul.loginform li:last-child {
            margin: 0;
        }


.mainmenu {
    background: #046294;
}

.slider {
    width: 70%;
}






.icons {
    font-size: 0;
    left: 0;
    padding: 5px 0 5px;
    text-align: center;
    background-color: #1f1f1f;
    margin-top: 20px;
}

    .icons a {
        display: inline-block;
    }

        .icons a + a {
            margin-left: 19px;
        }







.footer {
    background: #333;
    margin-top: 10px;
    overflow: hidden;
    padding: 20px 0;
    color: #fff;
}

    .footer h2 {
        font-size: 18px;
        border-bottom: 1px solid rgba(0,0,0,0.176);
        padding-bottom: 10px;
    }

.social {
    border-bottom: 1px solid rgba(0,0,0,0.176);
}

ul.socialicon {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.socialicon li {
        list-style: none;
        float: left;
        padding: 0 5px 5px 0;
    }

        ul.socialicon li a {
            color: #ccc;
            font-size: 28px;
        }

            ul.socialicon li a:hover {
                color: #fc5b04;
            }

        ul.socialicon li:last-child {
            padding: 0;
        }

ul.footerlinks {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.footerlinks li {
        list-style: none;
        padding: 5px 0;
    }

        ul.footerlinks li a {
            color: #999;
        }

            ul.footerlinks li a:hover {
                color: #fc5b04;
            }

.newsletter {
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

    .newsletter p {
        display: inline-block;
        font-size: 12px;
        float: left;
        padding: 8px 10px 0 0;
    }

    .newsletter input {
        display: inline-block;
        float: left;
        width: auto;
        margin-right: 5px;
        padding-left: 5px !important;
    }

        .newsletter input[type="button"] {
            background: #fc5b04;
            height: 34px;
            padding: 0 5px;
            margin-left: 5px;
        }

.footerend {
    border-bottom: 1px solid rgba(0,0,0,0.176);
    border-top: 1px solid rgba(0,0,0,0.176);
    overflow: hidden;
    display: block;
    padding: 15px 0;
    color: #999;
    font-size: 12px;
}

.foot {
    font-size: 12px;
    padding-top: 20px;
    color: #999;
}

    .foot a {
        color: #999;
    }

        .foot a:hover {
            color: #fc5b04;
        }

.businesscol {
    text-align: center;
}

    .businesscol .businessicon {
        width: 200px;
        height: 200px;
        border-radius: 50%;
        border: 1px solid #ddd;
        font-size: 36px;
        padding: 20px 0;
        display: inline-block;
    }

        .businesscol .businessicon img {
            width: 100%;
            border-radius: 50%;
        }

    .businesscol h4 {
        font-size: 16px;
        margin-top: 20px;
    }

    .businesscol p {
        min-height: 80px;
    }

    .businesscol a {
        color: #333;
        text-transform: uppercase;
        font-weight: 700;
    }

        .businesscol a:hover {
            color: #fc5b04;
        }

    .businesscol:hover .businessicon {
        background: #fc5b04;
        color: #fff;
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }


.headingtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fc5b04;
    font-weight: 700;
    padding-bottom: 10px;
}

.headingtitleNull {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 1px solid #fc5b04;
}

.headingtitleprize {
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fc5b04;
    font-weight: 700;
    padding-bottom: 10px;
    color: #fff;
}

.prizep {
    color: #fff;
    line-height: 22px;
    text-align: center;
}
/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */

.main-nav {
    float: right;
    width: 44px;
    height: 100%;
    background: url("../images/cd-icon-menu.svg") no-repeat center center;
    cursor: pointer;
    margin-top: 9px;
}

    .main-nav ul {
        position: absolute;
        top: 0;
        /*left: 0;*/
        width: 100%;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
    }

        .main-nav ul.is-visible {
            -webkit-transform: translateY(50px);
            -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
            -o-transform: translateY(50px);
            transform: translateY(50px);
        }

    .main-nav a {
        display: block;
        height: 50px;
        line-height: 50px;
        padding-left: 5%;
        background: #292a34;
        border-top: 1px solid #3b3d4b;
        color: #FFF;
    }

.Header {
    position: fixed;
    z-index: 2000;
    width: 100%;
}

.AfterHeader {
    padding-top: 140px;
}

.AfterHeader1 {
    padding-top: 127px;
}

@media only screen and (min-width: 768px) {
    .carousel-inner > .item > a > img {
        height: auto !important;
    }

    #RightBanner {
        display: none;
    }

    #LeftBanner {
        display: none;
    }

    .slider {
        width: 100%;
    }

    .main-nav {
        width: auto;
        height: auto;
        background: none;
        cursor: auto;
    }

        .main-nav ul {
            position: static;
            width: auto;
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            line-height: 80px;
            margin: 0;
            padding: 0;
        }

            .main-nav ul.is-visible {
                -webkit-transform: translateY(0);
                -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
            }

        .main-nav li {
            display: inline-block;
            margin-left: 1em;
        }

            .main-nav li:nth-last-child(2) {
                margin-left: 2em;
            }

        .main-nav a {
            display: inline-block;
            height: auto;
            line-height: normal;
            background: #fc5b04;
        }

            .main-nav a.cd-signin, .main-nav a.cd-signup {
                padding: .6em 1em;
                border: 1px solid rgba(255, 255, 255, 0.6);
                border-radius: 4px;
            }

            .main-nav a.cd-signup {
                background: #2f889a;
                border: none;
            }
}



.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 99;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}

    .cd-user-modal.is-visible {
        visibility: visible;
        opacity: 1;
        -webkit-transition: opacity 0.3s 0, visibility 0 0;
        -moz-transition: opacity 0.3s 0, visibility 0 0;
        transition: opacity 0.3s 0, visibility 0 0;
    }

        .cd-user-modal.is-visible .cd-user-modal-container {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
        }

.cd-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .cd-user-modal-container .cd-switcher:after {
        content: "";
        display: table;
        clear: both;
    }

    .cd-user-modal-container .cd-switcher li {
        width: 50%;
        float: left;
        text-align: center;
        list-style: none;
    }

        .cd-user-modal-container .cd-switcher li:first-child a {
            border-radius: .25em 0 0 0;
        }

        .cd-user-modal-container .cd-switcher li:last-child a {
            border-radius: 0 .25em 0 0;
        }

    .cd-user-modal-container .cd-switcher a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        background: #d2d8d8;
        color: #809191;
    }

        .cd-user-modal-container .cd-switcher a.selected {
            background: #FFF;
            color: #505260;
        }

@media only screen and (min-width: 600px) {
    .carousel-inner > .item > a > img {
        height: auto !important;
    }

    #RightBanner {
        display: none;
    }

    #LeftBanner {
        display: none;
    }

    .slider {
        width: 100%;
    }

    .cd-user-modal-container {
        margin: 4em auto;
    }

        .cd-user-modal-container .cd-switcher a {
            height: 70px;
            line-height: 70px;
        }
}

.cd-form {
    /*  padding: 1.4em;*/
}

    .cd-form .fieldset {
        position: relative;
        margin: 1.4em 0;
    }

        .cd-form .fieldset:first-child {
            margin-top: 0;
        }

        .cd-form .fieldset:last-child {
            margin-bottom: 0;
        }

    .cd-form label {
        font-size: 14px;
        font-size: 12px;
    }

        .cd-form label.image-replace {
            /* replace text with an icon */
            display: inline-block;
            position: absolute;
            left: 15px;
            top: 50%;
            bottom: auto;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 20px;
            width: 20px;
            overflow: hidden;
            text-indent: 100%;
            white-space: nowrap;
            color: transparent;
            text-shadow: none;
            background-repeat: no-repeat;
            background-position: 50% 0;
        }

        .cd-form label.cd-username {
            background-image: url("../images/cd-icon-username.svg");
        }

        .cd-form label.cd-email {
            background-image: url("../images/cd-icon-email.svg");
        }

        .cd-form label.cd-password {
            background-image: url("../images/cd-icon-password.svg");
        }

    .cd-form input {
        /* margin: 0;
  padding: 0;*/
        border-radius: 0.25em;
    }

        .cd-form input.full-width {
            width: 100%;
        }

        .cd-form input.has-padding {
            padding: 12px 20px 12px 50px;
        }

        .cd-form input.has-border {
            border: 1px solid #d2d8d8;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

            .cd-form input.has-border:focus {
                border-color: #343642;
                box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
                outline: none;
            }

        .cd-form input.has-error {
            border: 1px solid #d76666;
        }

        .cd-form input[type=password] {
            /* space left for the HIDE button */
            padding-right: 65px;
        }

        .cd-form input[type=submit] {
            padding: /*16px 0*/ 5px;
            cursor: pointer;
            background: #fc5b04;
            color: #FFF;
            font-weight: bold;
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

        .cd-form input[type=button] {
            /*padding: 16px 0;*/
            cursor: pointer;
            background: #fc5b04;
            color: #FFF;
            font-weight: bold;
            border: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            -ms-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

.topleft {
    padding: 5px 0;
    float: left;
}

.topright {
    padding: 5px 0;
    float: right;
}

.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
    background: #3599ae;
    outline: none;
}

.orange {
    background: #fc5b04 !important;
    color: #fff;
    border: none;
}

.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
}

.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: .8em;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}

    .cd-form .cd-error-message::after {
        /* triangle */
        content: '';
        position: absolute;
        left: 22px;
        bottom: 100%;
        height: 0;
        width: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid rgba(215, 102, 102, 0.9);
    }

    .cd-form .cd-error-message.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.2s 0, visibility 0 0;
        -moz-transition: opacity 0.2s 0, visibility 0 0;
        transition: opacity 0.2s 0, visibility 0 0;
    }

@media only screen and (min-width: 600px) {
    .cd-form {
        /* padding: 2em;*/
    }

        .cd-form .fieldset {
            margin: 2em 0;
        }

            .cd-form .fieldset:first-child {
                margin-top: 0;
            }

            .cd-form .fieldset:last-child {
                margin-bottom: 0;
            }

        .cd-form input.has-padding {
            padding: 16px 20px 16px 50px;
        }
    /*  .cd-form input[type=submit] {
    padding: 16px 0;
  }*/
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (min-width: 600px) {
    .cd-form-message {
        padding: 2em 2em 0;
    }
}

.cd-form-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

    .cd-form-bottom-message a {
        color: #FFF;
        text-decoration: underline;
        font-size: 12px;
    }

.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("../images/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (min-width: 1170px) {
    .cd-close-form {
        display: block;
    }

    .carousel-inner > .item > a > img {
        height: 304px !important;
    }

    .slider {
        /*width: 70%;*/
    }

    #RightBanner {
        display: block;
    }

    #LeftBanner {
        display: block;
    }
}

#cd-login, #cd-signup, #cd-reset-password {
    display: none;
}

    #cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
        display: block;
        padding: 2em;
    }

/*---------------pop end----------------------------*/


.marqueetext {
    font-size: 20px;
    color: #222;
    font-weight: 700;
    border-left: 2px solid #fc5b04;
    border-right: 2px solid #fc5b04;
}

.marq {
    color: #fc5b04 !important;
    font-weight: 700;
    font-size: 22px;
}

.carousel-indicators .active {
    background: #31708f;
}

.HomeRightBanner {
    margin-top: 5px;
}

.HomeLeftBanner {
    margin-top: 5px;
}

.wrapper {
    border: 1px solid #000;
    display: inline-block;
    position: relative;
}

.inputSearch {
    /*width: 165px;*/
    display: block;
    float: left;
    height: 25px;
    width:88%;
    margin-bottom: 0px;
}

.LeftSearchPanel button {
    /* position: absolute; */
    /* color: #000; */
    border: 0;
    background-color: #f55e0a;
    display: block;
    float: left;
    height: 27px;
    margin: -1px -2px -2px;
    width: 31px;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-control {
    color: #31708f;
    width: 5%;
}

    .carousel-control:hover, .carousel-control:focus {
        color: #31708f;
    }

    .carousel-control.left, .carousel-control.right {
        background-image: none;
    }

.media-object {
    margin: auto;
    margin-top: 15%;
}

@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }

    .carousel-inner > .item > a > img {
        height: auto !important;
    }

    #RightBanner {
        display: none;
    }

    #LeftBanner {
        display: none;
    }

    .slider {
        width: 100%;
    }
}



.socialbottom {
    position: absolute;
    /*  width: 100%;
  top: 50%;*/
    text-align: center;
    transform: translateY(-50%);
    margin-top: 50px;
}

    .socialbottom .link {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 2px dashed white;
        background-clip: content-box;
        padding: 4px;
        transition: .5s;
        color: #D7D0BE;
        margin-left: 5px;
        margin-right: 5px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2);
        font-size: 40px;
    }

        .socialbottom .link span {
            display: block;
            position: absolute;
            text-align: center;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .socialbottom .link:hover {
            padding: 20px;
            color: white;
            margin-left: -5px;
            transform: translateX(10px) rotate(360deg);
        }

        .socialbottom .link.google-plus {
            background-color: tomato;
            color: white;
        }

        .socialbottom .link.twitter {
            background-color: #00ACEE;
            color: white;
        }

        .socialbottom .link.facebook {
            background-color: #3B5998;
            color: white;
        }

.spacecenter {
    padding: 50px 0;
    display: block;
}

.linecrausel {
    min-height: 100px;
}

/*.arrow{text-align:center; display: block; overflow: hidden; min-height: 160px !important;}
.arrowbox{background-repeat: no-repeat; float: left; width: 285px; height: 140px; padding-top:20px;}
.arrowbox p{font-size:12px; padding:5px; color:#333;}
.arrowbox h3{text-transform:uppercase; color:#333; font-size:20px; font-weight:700; display:block; }
.arrowbox1{background-image: url(../images/topbg1.png);}
.arrowbox2{background-image: url(../images/topbg1.png);}
.arrowbox3{background-image: url(../images/topbg1.png);}
.arrowbox4{}*/


ul#topnav {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    font-size: 1.2em;
}

    ul#topnav li {
        float: left;
        margin: 0;
        padding: 0;
        border-right: 1px dotted #fff;
    }

        ul#topnav li a {
            padding: 10px 15px;
            display: block;
            color: #f0f0f0;
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 700;
        }

            ul#topnav li a:hover {
                background: #eee url() repeat-x;
                color: #333 !important;
            }

        ul#topnav li span {
            float: left;
            padding: 15px 0;
            position: absolute;
            left: 0;
            top: 44px;
            display: none;
            width: 100%;
            background: #eee;
            color: #333;
            -moz-border-radius-bottomright: 5px;
            -khtml-border-radius-bottomright: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -moz-border-radius-bottomleft: 5px;
            -khtml-border-radius-bottomleft: 5px;
            -webkit-border-bottom-left-radius: 5px;
            z-index: 9;
        }

        ul#topnav li:hover span {
            display: block;
        }

        ul#topnav li span a {
            display: inline;
            color: #333;
            text-transform: inherit;
            font-size: 12px;
        }

            ul#topnav li span a:hover {
                text-decoration: none;
            }

.joinnow {
    background: #fc5b04 !important;
    border: 1px solid #fc5b04;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.dashboardmenu {
    background: #222;
}

.leftpadding {
    padding-left: 0;
}

.rightpadding {
    padding-right: 0;
}




/* ********************************************************************************************
	Tooltip
*********************************************************************************************** */

.tooltip_container {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.reletive {
    position: relative;
}

.tooltip {
    background: #222;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 4px 9px;
    position: absolute;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px;
    bottom: 100%;
    right: 0%;
    -webkit-transform: translate(0%,-15px);
    -moz-transform: translate(0%,-15px);
    -o-transform: translate(0%,-15px);
    -ms-transform: translate(0%,-15px);
    transform: translate(0%,-15px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

    .tooltip:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-top: 5px solid #606366;
        border-right: 6px solid transparent;
        position: absolute;
        bottom: -5px;
        right: 13px;
        margin-left: -6px;
    }

.tooltip_container:hover .tooltip {
    -webkit-transform: translate(0%,0px);
    -moz-transform: translate(0%,0px);
    -o-transform: translate(0%,0px);
    -ms-transform: translate(0%,0px);
    transform: translate(0%,0px);
    opacity: 1 !important;
    visibility: visible;
}

/*--------------------tooltip end----------------------------*/


.title {
    font-size: 28px;
    text-transform: uppercase;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 8px 0;
}

ul.rightmenu {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.rightmenu li {
        list-style: none;
        border-bottom: 1px dotted #ddd;
        padding: 4px 3px 0 3px;
    }

        ul.rightmenu li:last-child {
            border: none;
        }

        ul.rightmenu li a {
            color: #333;
            padding: 4px 3px 0 3px;
            display: block;
            line-height: 30px;
        }

            ul.rightmenu li a:hover {
                color: #f55e0a;
            }

            ul.rightmenu li a.active {
                background: #ddd;
                color: #f55e0a !important;
            }



/*--------------------owl start---------------------------*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
    }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}

    /* Styling Next and Prev buttons */

    .owl-theme .owl-controls .owl-buttons div {
        color: #FFF;
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
        margin: 5px;
        padding: 3px 10px;
        font-size: 12px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #869791;
        filter: Alpha(Opacity=50); /*IE7 fix*/
        opacity: 0.5;
    }
    /* Clickable class fix problem with hover on touch devices */
    /* Use it for non-touch hover action */
    .owl-theme .owl-controls.clickable .owl-buttons div:hover {
        filter: Alpha(Opacity=100); /*IE7 fix*/
        opacity: 1;
        text-decoration: none;
    }

    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            filter: Alpha(Opacity=50); /*IE7 fix*/
            opacity: 0.5;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: #869791;
        }

        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span {
            filter: Alpha(Opacity=100); /*IE7 fix*/
            opacity: 1;
        }

        /* If PaginationNumbers is true */

        .owl-theme .owl-controls .owl-page span.owl-numbers {
            height: auto;
            width: auto;
            color: #FFF;
            padding: 2px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
        }

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}

#owl-demo .item {
    margin: 3px;
}

    #owl-demo .item img {
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid #ddd;
    }

.red {
    color: #f00;
}
/*--------------------owl end----------------------------*/

.dashboardheader {
    position: relative;
    z-index: 99999;
}

.fixedtop {
    position: fixed;
    width: 100%;
    box-shadow: 0px -9px 30px 12px rgba(0,0,0,0.75);
    background: #fff;
}

.dashinner {
    margin-top: 104px;
    z-index: 99;
}

#header-info {
    margin-top: 5px;
    margin-bottom: 10px;
}

    #header-info .header-balance {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

    #header-info .topspace {
        margin-top: 5px;
    }

    #header-info .userinfo {
        margin-right: 0;
    }

.ibcode {
    margin: 0px 0px 20px 0px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #fff;
    border-left-color: #d9534f;
    display: block;
    font-size: 24px;
}

ul.ibrtop {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.ibrtop li {
        list-style: none;
        float: left;
        padding: 0 5px;
    }

.socialstep {
    font-size: 40px;
}

.panel-default > .panel-heading {
    color: #fff;
    background-color: #046294;
    border-color: #046294;
    padding-bottom: 10px;
    width: 100%;
}

.panel-heading {
    padding: 10px 5px 0 5px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.event_line_desc {
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    width: 68%;
    text-align: left;
}

.list_lines .open-bet {
    width: 100%;
    margin-bottom: 6px;
}

.market-col .panel-title .label {
    float: right;
    cursor: pointer;
    padding-top: 4px;
    margin-top: -1px;
}

.multi-game .card-face .back {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 139px;
    width: 100px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -ms-transform: rotateY(-180deg);
    -ms-transform-style: preserve-3d;
    -ms-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border: 1px solid #AAA;
}

.multi-game .card-face div.back {
    background-image: url(../images/card_back.png);
}

.bs-callout, .ibcode {
    margin: 15px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    background-color: #fff;
    overflow: hidden;
}

.teenbox {
    width: 98%;
    margin: 10px auto;
    display: block;
}

    .teenbox img {
        width: 100%;
    }

.spaceleft {
    margin-left: 15px;
}

.borderchange {
    border-left-color: #f0ad4e !important;
}

.eventlist {
    border: 1px solid #ccc;
    padding: 5px 10px;
    background: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 6px;
    width: 100%;
    border-radius: 3px;
    display: block;
}

    .eventlist:hover {
        background: #ddd;
    }

.siginError {
    background: #fba0a7;
    color: #fff;
    text-align: left;
    padding: 10px 5px;
}

ul.finish {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.finish li {
        list-style: none;
        padding: 4px 0;
    }

        ul.finish li a {
        }

.logincheck {
    width: auto !important;
    display: inline-block;
    height: auto !important;
}

.loginspace {
    margin: 0 !important;
    padding: 0 !important;
}







/*-----------------------lucky7 game flip images----------------------------*/
/*---------------------------image hover effect---------------------------------------------*/
.nd-wrap {
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    /* float: left; */
    width: 73px;
    height: 101px;
    border: 1px solid #ddd;
    margin-right: 6px;
}

.flipcard {
    position: relative;
    /*  width: 220px;
  height: 160px;*/
    perspective: 500px;
}

    .flipcard.v:hover .front, .flipcard.v.flip .front {
        transform: rotateX(180deg);
    }

    .flipcard.v:hover .back, .flipcard.v.flip .back {
        transform: rotateX(0deg);
    }

    .flipcard.v .back {
        transform: rotateX(-180deg);
    }

    .flipcard.h:hover .front, .flipcard.h.flip .front {
        transform: rotateY(180deg);
    }

    .flipcard.h:hover .back, .flipcard.h.flip .back {
        transform: rotateY(0deg);
    }

    .flipcard.h .back {
        transform: rotateY(-180deg);
    }

    .flipcard .front, .flipcard .back {
        position: absolute;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        transition: all 0.5s ease-in;
        color: white;
        backface-visibility: hidden;
    }

    .flipcard.h .back img {
        width: 100% !important;
    }

    .flipcard.h .front img {
        width: 100% !important;
    }





.flip-images {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
}

    .flip-images .card-wrapper {
        perspective: 1000;
        position: relative;
        margin: 25px auto;
        display: block;
        /*width: 228px;*/
        height: 200px;
        box-shadow: 0 0 5px rgba(10, 10, 10, 0.4);
    }

    .flip-images .card {
        width: 100%;
        height: 100%;
        transform-style: preserve-3d;
        transition: all 0.5s ease;
    }

    .flip-images .card-wrapper:hover .card {
        transform: rotateY(180deg);
    }

    .flip-images .card .frontface, .flip-images .card .backface {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        backface-visibility: hidden;
        z-index: 1;
    }

    .flip-images .frontface figcaption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        /* background: rgba(10, 10, 10, 0.65);*/
        background: #ff0000;
        color: #fafafa;
        font-size: 14px;
    }

    .flip-images .card .backface {
        transform: rotateY(180deg);
        padding: 10px;
        color: white;
        text-align: center;
        z-index: 10;
        display: table;
        margin: 0;
        padding: 0;
        table-layout: fixed;
        /*width: 228px;
  height: 171px;*/
        border: 1px solid #fff;
        display: block;
    }

        .flip-images .card .backface figcaption {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px;
            /* background: rgba(10, 10, 10, 0.65);*/
            background: #ff0000;
            color: #fafafa;
        }

.backface .info {
    /*display: table-cell; */
    display: block;
    vertical-align: middle;
    text-align: center;
    z-index: 10;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 10px 14px;
}

.info .more {
    line-height: 2.2;
}

ul.lucky7 {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.lucky7 li {
        list-style: none;
        border-bottom: 1px solid #ddd;
        position: relative;
    }

        ul.lucky7 li a {
            padding: 5px 0;
            display: block;
            color: #333;
        }

            ul.lucky7 li a:hover {
                color: #f55e0a;
            }

        ul.lucky7 li:last-child {
            border: none;
            padding-bottom: 0;
        }

        ul.lucky7 li.active {
            background: #fafafa;
            color: #f55e0a;
        }

        ul.lucky7 li span {
            background: #f0ad4e;
            color: #fff;
            padding: 5px;
            border-radius: 4px;
            position: absolute;
            right: 0;
            font-size: 11px;
            bottom: 3px;
        }

ul.andar {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.andar li {
        list-style: none;
        text-align: center;
    }

        ul.andar li h2 {
            background: #d9534f;
            padding: 8px;
            color: #fff;
            text-transform: uppercase;
            border-radius: 4px;
            margin-bottom: 20px;
            font-size: 16px;
        }

        ul.andar li img {
            width: 73px;
            height: 101px;
            border: 1px solid #ddd;
        }


.dies {
    transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(360deg) scale(1) skew(1deg) translate(0px);
}

.dice-side {
    width: 78px;
    height: 83px;
    display: inline-block;
    border-radius: 4px;
    margin-right: 10px;
}

    .dice-side img {
        border-radius: 4px;
    }

    .dice-side.dice-1 {
        background-image: url("/images/dice/red-dice1.png");
    }

    .dice-side.dice-2 {
        background-image: url("/images/dice/red-dice2.png");
    }

    .dice-side.dice-3 {
        background-image: url("/images/dice/red-dice3.png");
    }

    .dice-side.dice-4 {
        background-image: url("/images/dice/red-dice4.png");
    }

    .dice-side.dice-5 {
        background-image: url("/images/dice/red-dice5.png");
    }

    .dice-side.dice-6 {
        background-image: url("/images/dice/red-dice6.png");
    }

.Won {
    background-color: #5cb85c;
    border-radius: 0.25em;
    color: #fff;
    padding: 4px 6px;
}

.Loss {
    background-color: red;
    border-radius: 0.25em;
    color: #fff;
    padding: 4px 6px;
}

.dice-slide {
    background-color: #fff;
    border-radius: 7px;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 5px 0 #ccc, 0 6px 3px #444, 0 10px 5px #999;
    display: inline-block;
    height: 75px;
    margin: 14px;
    text-align: center;
    width: 75px;
}

    .dice-slide img {
        border-radius: 4px;
    }

.red-dice {
    text-align: center;
}
/*---------------------------hover end-------------------------------------*/
.gameimage {
    text-align: center;
    margin-bottom: 10px;
}

    .gameimage img {
        border-radius: 6px;
    }

ul.slotgame {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.slotgame li {
        list-style: none;
        padding: 5px;
        background: #f5f5f5;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }


/*-----------------------lucky7 game flip images end----------------------------*/

.avtar {
    border-radius: 4px;
    background: #e9e9e9;
    padding: 8px;
}

    .avtar img {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 50%;
    }

.bs-callout {
    margin: 0px 0px 20px 0px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #ddd;
    border-width: 5px;
    border-radius: 3px;
    background-color: #fff;
}

.bs-callout-info {
    border-left-color: #f55e0a;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.emailcommunication {
    background: #e9e9e9;
    border-radius: 4px;
    padding: 4px;
}

.bs-callout-danger {
    border-left-color: #f55e0a;
}

.img-rounded {
    border-radius: 6px;
}

.postsocial {
    border-radius: 4px;
    background: #e9e9e9;
    padding: 8px;
    margin-bottom: 20px;
}

    .postsocial a {
        font-size: 20px;
    }

.panel-title:hover {
    cursor: pointer;
}


.rewardheading {
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}

    .rewardheading img {
        border-radius: 5px;
        width: 100px;
    }

    .rewardheading .rewardimage {
        float: left;
        margin-right: 10px;
        width: 15%;
    }

    .rewardheading .rewardinfo {
        float: left;
        width: 83%;
    }

p.rewardcoin {
    font-size: 22px !important;
    font-weight: 700;
}

.rewardcoin span {
    color: #f5f45b;
}

.rewardheading p {
    display: block;
    padding: 8px 0;
    font-size: 11px;
}

.rewardheading a {
    color: #333;
}

.simplePopup {
    display: none;
    position: fixed;
    border: 4px solid #808080;
    background: #fff;
    z-index: 3;
    padding: 12px;
    width: 70%;
    min-width: 70%;
}

.simplePopupClose {
    float: right;
    cursor: pointer;
    position: absolute;
    right: 5px;
}

.simplePopupBackground {
    display: none;
    background: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.betheading {
    font-size: 26px;
    color: #c9302c;
    text-transform: uppercase;
    font-family: "Ubuntu", Helvetica, Arial, sans-serif;
}


ul.arrow {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.arrow li {
        list-style: none;
        float: left;
        width: 25%;
        height: 140px;
    }

        ul.arrow li.arrow1 {
            background: url(../images/bg.png) 185px 0px no-repeat;
        }

        ul.arrow li.arrow2 {
            background: url(../images/bg.png) 185px 0px no-repeat;
        }

        ul.arrow li.arrow3 {
            background: url(../images/bg.png) 185px 0px no-repeat;
        }

        ul.arrow li.arrow4 {
            background: none;
        }

        ul.arrow li h3 {
            text-transform: uppercase;
            color: #333;
            font-size: 20px;
            font-weight: 700;
            display: block;
        }

        ul.arrow li p {
            font-size: 12px;
            padding: 5px;
            color: #333;
        }

ul.rewardnew {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.rewardnew li {
        list-style: none;
        padding: 5px;
        border-bottom: 1px dashed #ddd;
        display: block;
        overflow: hidden;
    }

        ul.rewardnew li img {
            width: 80px;
            margin-right: 10px;
            float: left;
        }

        ul.rewardnew li .rewardnewinfo {
            padding-left: 100px;
        }

            ul.rewardnew li .rewardnewinfo strong {
                font-weight: normal;
                font-size: 12px;
                display: block;
            }

            ul.rewardnew li .rewardnewinfo small {
                font-size: 18px;
                font-weight: 700;
            }

                ul.rewardnew li .rewardnewinfo small i {
                    color: #f5f45b;
                    font-size: 20px;
                }


.homeprize {
    background: #fc5b04;
}

ul.blogpage {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.blogpage li {
        list-style: none;
        border-radius: 5px;
        border: 1px solid #ddd;
        margin-bottom: 20px;
    }

        ul.blogpage li h2 {
            background: #ddd;
            padding: 10px 5px;
            color: #333;
            margin: 0;
            font-size: 16px;
        }

        ul.blogpage li .bloginfo {
            padding: 10px;
        }

            ul.blogpage li .bloginfo strong {
                display: block;
                color: #f55e0a;
                font-size: 14px;
            }

            ul.blogpage li .bloginfo p {
                line-height: 20px;
                font-size: 12px;
            }

.rewardimg {
}

    .rewardimg img {
        width: 100%;
    }


















/*---------------------Start Responsive---------------------------------*/
/* Large desktop */
@media (max-width: 1366px) {
}


/* Large desktop */
@media (max-width: 1280px) {
}


/* Large desktop */
@media (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
    ul.arrow li.arrow1 {
        background-position: 160px 0;
    }

    ul.arrow li.arrow2 {
        background-position: 165px 0;
    }

    ul.arrow li.arrow3 {
        background-position: 160px 0;
    }

    .businesscol p {
        min-height: 100px;
    }

    .gameimage img {
        width: 100%;
    }

    .panel-body img {
        width: 100%;
    }

    .avtar img {
        width: 40px;
    }
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .logo {
        text-align: center;
    }

    .Header {
        position: inherit;
    }

    .AfterHeader {
        padding-top: 0px;
    }  
      .AfterHeader1 {
        padding-top: 0px;
    }

    .marqueetext {
        font-size: 16px;
    }

    .marq {
        font-size: 18px;
    }

    ul.arrow li.arrow1, ul.arrow li.arrow2, ul.arrow li.arrow3 {
        background: none;
    }

    ul.arrow li h3 {
        color: #fc5b04;
    }

    .ih-item.circle {
        margin: 10px auto;
    }

    .gameimage img {
        width: auto;
    }

    .navbar-nav > li > a {
        font-size: 14px;
    }
}



/* Landscape phone to portrait tablet */
@media (max-width: 736px) {
    .logo {
        text-align: center;
    }

    .Header {
        position: inherit;
    }

    .AfterHeader {
        padding-top: 0px;
    }
    
    .AfterHeader1 {
        padding-top: 0px;
    }

    .ih-item.circle {
        margin: 10px auto;
    }

    .newsletter p {
        font-size: 11px;
    }

    .marqueetext {
        font-size: 16px;
    }

    ul.arrow li.arrow1, ul.arrow li.arrow2, ul.arrow li.arrow3 {
        background: none;
    }

    .simplePopup {
        left: 15% !important;
    }

    .main-nav li {
        list-style: none;
        display: inline-block;
    }

        .main-nav li a {
            display: inline-block;
            padding: 8px;
            background: #fc5b04;
            border: 1px solid #fc5b04;
            border-radius: 5px;
            font-weight: bold;
            height: auto;
            line-height: 0;
        }

            .main-nav li a:hover {
                background: #f78446;
            }

    .main-nav ul {
        right: 0;
        width: auto;
        top: 65px;
        left: none;
    }

    ul.loginform {
        margin: 30px 35px 0 0;
    }
}

@media only screen and (max-width: 667px) {
    .marq {
        font-size: 18px;
    }

    .marqueetext {
        font-size: 14px;
    }

    ul.arrow li {
        height: 100px;
        padding-left: 20px;
        width: 49%;
    }

    .newsletter p {
        display: none;
    }

    .main-nav {
        width: 65px;
    }

    .gameimage img {
        width: auto;
    }
}



@media only screen and (max-width: 640px) {
    .main-nav {
        width: 55px;
    }
}


@media only screen and (max-width: 603px) {
}


@media only screen and (max-width: 570px) {
    .slider {
    display:block;
    }
    .marqueetext {
        display: none;
    }

    ul.loginform li input {
        width: 160px;
    }

    .rewardheading .rewardinfo {
        width: 81%;
    }

    .carousel-inner > .item > a > img {
        height: auto !important;
    }

    .HomeBanner.img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 568px) {
    ul.loginform {
        margin: 30px 45px 0px 0px;
    }

    .carousel-inner > .item > a > img {
        height: auto !important;
    }

    .HomeBanner.img {
        height: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 534px) {

    ul.loginform {
        margin: 0px 0 0px 0 !important;
        /*margin: 30px 0 15px 0;*/
        display: block;
    }

        ul.loginform li input {
            width: 165px;
        }

    .carousel-inner > .item > a > img {
        height: auto !important;
    }

    .HomeBannerimg {
        height: auto;
        width: 100%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .topright {
        display: none;
    }

    .main-nav ul {
        top: 25px;
    }

    ul.loginform li input {
        width: 180px;
    }
}



/* Landscape phones and down */
@media (max-width: 460px) {
            .HomeRightBanner {
    display:none !important;
    }
            .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;

}
    .slider {
    display:none !important;
    }
    .HomeBettingLogoArea {
    display:none !important;
    
    }
    ul.loginform li input {
        width: 160px;
    }

    .newsletter input {
        width: 120px;
    }

        .newsletter input[type=button] {
            width: auto;
        }

    .rightpadding {
        padding-right: 15px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}

@media (max-width: 414px) {
}

@media (max-width: 384px) {
}


@media (max-width: 375px) {
}


/* Landscape phones and down */
@media (max-width: 360px) {
}



/* Landscape phones and down */
@media (max-width: 320px) {
}

@media (max-width: 240px) {
}



/*---------------------End Responsive---------------------------------*/












.LeftSearchPanel {
    background-color: #000000 !important;
    border-color: #000000 !important;
    padding-bottom: 10px !important;
}

.LeftSearchHeading {
    background-color: #046294 !important;
    border-color: #000 !important;
    font-size: 13px;
    padding: 5px;
    color: white;
    font-weight: 700;
}

ul.inplay sapn {
    float: left;
}

ul.inplay small {
    color: #fff;
    font-size: 11px;
    padding-right: 10px;
}

ul.inplay li input {
    border: 1px solid #ddd;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
    float: right;
}

    ul.inplay li input[type="button"] {
        width: auto;
        background: #fc5b04;
        color: #fff;
            margin-top: -10px;
    }

        ul.inplay li input[type="button"]:hover {
            background: #f78446;
        }


ul.Wiiner {
    margin: 0;
    padding: 0;
    display: block;
}

    ul.Wiiner li {
        list-style: none;
        padding: 5px;
        border-bottom: 1px dashed #ddd;
        display: block;
        overflow: hidden;
        color:#fff;
    }

        ul.Wiiner li img {
            width: 80px;
            margin-right: 10px;
            float: left;
        }

        ul.Wiiner li span {
            float: right;
        }

.HomeBettingLogoArea {
    background: #046294;
    /*margin-top: 20px;*/
    overflow: hidden;
    padding: 20px 0;
    color: #fff;
}
