@import url(https://fonts.googleapis.com/css?family=Exo:300,400,700);

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.text-danger {
    color: red !important;
}

body {
    font-weight: 400;
    /*font-family: 'Exo', Helvetica, Arial, sans-serif;*/
    font-family: "Nunito", sans-serif !important;
    background-repeat: no-repeat;
    font-size: 13px;
    background-color: #e1e1e1;
    /*padding:0;*/
    /*max-width: 1024px;*/
    margin: 0 auto;
    height: auto;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito", sans-serif !important;
}



a {
    text-decoration: none;
    color: #3765b1;
    outline: none;
}

    a:hover, a:focus {
        color: #3765b1;
        outline: none;
    }

p {
    margin-top: 20px;
}

h1, h2, h3 {
    font-weight: 400;
    color: #2286da;
}

h2 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
}



#home h1 {
    color: #fff;
}

input[type="text"] {
    border-radius: 5px;
    margin: 2px;
    padding: 2px;
}

input[type="checkbox"] {
    margin: 5px;
}

input[type="radio"] {
    margin: 5px;
    font-size: 13px;
}


.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.inner {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0;
}

.units {
    float: right;
    line-height: 30px;
    color: #244c94;
    font-weight: bold;
}


.content {
    padding-left: 10px;
    padding-right: 10px;
    /*max-width: 1024px;*/
    margin: 0 auto;
}

.block {
    float: left;
}

.block-40 {
    width: 40%;
}

#home .block-60 {
    background-color: #274e92;
    background-color: rgba(39, 78, 146, 0.7);
    color: #fff;
}


.block-60 {
    background-color: #fff;
    padding: 15px !important;
    margin-bottom: 15px;
}


.block-70 {
    width: 50%;
    background-color: #274e92;
    background-color: rgba(39, 78, 146, 0.2);
}

.block p {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
}

#recaptcha_table td, #recaptcha_table tr {
    background-color: #fff;
    border: none;
}

#hamburger {
    margin-top: 10px;
    padding: 0 1em 0.6em;
    font-size: 1.8em;
    line-height: 1.5;
}

.ad {
    text-align: center;
    font-size: 1.5em;
    margin-top: .5em;
    clear: both;
    padding-top: .5em;
    color: rgba(255,255,255,0.5);
}

.info a {
    font-weight: 700;
    font-size: 0.9em;
}

    .info a:hover {
        color: #336ca6;
    }


*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, .container, .scroll {
    height: 100%;
}

.scroll {
    overflow-y: scroll;
}

.scroll,
.scroll-inner {
    position: relative;
}

.container {
    position: relative;
    overflow: visible;
}

header {
    text-align: center;
}

.menu-trigger {
    position: relative;
    padding-left: 20px;
    margin-left: -20px;
    font-size: 0.9em;
}

    .menu-trigger:before {
        position: absolute;
        top: 10px;
        left: 0;
        width: 20px;
        height: 3px;
        background: #fff;
        box-shadow: 0 3px #34495e, 0 6px #fff, 0 9px #34495e, 0 12px #fff;
        content: '';
    }

#inside .menu-trigger:before {
    top: 6px;
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%;
}

.mp-menu {
    position: absolute; /* we can't use fixed here :( */
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    font-family: 'Exo', Helvetica, Arial, sans-serif;
}



.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

    /* overlays for pusher and for level that gets covered */
    .mp-pusher::after,
    .mp-level::after,
    .mp-level::before {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 0;
        content: '';
        opacity: 0;
    }

    .mp-pusher::after,
    .mp-level::after {
        background: rgba(0,0,0,0.3);
        -webkit-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
        -moz-transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
        transition: opacity 0.3s, width 0.1s 0.3s, height 0.1s 0.3s;
    }

    .mp-level::after {
        z-index: -1;
    }

    .mp-pusher.mp-pushed::after,
    .mp-level.mp-level-overlay::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }

    .mp-level.mp-level-overlay {
        cursor: pointer;
    }

        .mp-level.mp-level-overlay.mp-level::before {
            width: 100%;
            height: 100%;
            background: transparent;
            opacity: 1;
        }

.mp-pusher,
.mp-level {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* overlap */
.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

/* First level */
.mp-menu > .mp-level,
.mp-menu > .mp-level.mp-level-open,
.mp-menu.mp-overlap > .mp-level,
.mp-menu.mp-overlap > .mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* cover */
.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .mp-cover .mp-level.mp-level-open > ul > li > .mp-level:not(.mp-level-open) {
        -webkit-transform: translate3d(-100%, 0, 0);
        -moz-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

/* content style */
.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: #ababab;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    font-weight: bold;
    font-size: 2em;
    text-align: left !important;
}

.mp-menu.mp-overlap h2::before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.1s 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.1s 0.3s;
    transition: opacity 0.3s, transform 0.1s 0.3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1em;
}

.mp-overlap .mp-level.mp-level-overlay > h2::before {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.mp-menu ul li > a {
    display: block;
    padding: 0.7em 1em 0.7em 1.8em;
    outline: none;
    box-shadow: inset 0 -1px #2a8ada;
    text-shadow: 0 0 1px rgba(255,255,255,0.1);
    font-size: 1.2em;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.mp-menu ul li::before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: #ff0000;
    line-height: 2.0;
    font-size: 1.5em;
}

.mp-level > ul > li:first-child > a {
    box-shadow: inset 0 -1px #2a8ada, inset 0 1px #2a8ada;
}

    .mp-menu ul li a:hover,
    .mp-level > ul > li:first-child > a:hover {
        background: #2a8ada;
        box-shadow: inset 0 -1px #2a8ada;
        color: #fff;
    }

.mp-menu .mp-level.mp-level-overlay > ul > li > a,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0);
}

.mp-level > ul > li:first-child > a:hover,
.mp-level.mp-level-overlay > ul > li:first-child > a {
    box-shadow: inset 0 -1px rgba(0,0,0,0), inset 0 1px rgba(0,0,0,0);
}
/* seems like Chrome 34.0.1847.131 needs the second shadow otherwise the transition breaks */

.mp-back {
    background: #e1e1e1;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
    font-size: 0.8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0,0,0,0.1);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    transition: background 0.3s;
}

    .mp-back::after {
        font-family: 'FontAwesome';
        position: absolute;
        content: "\f0da";
        right: 10px;
        font-size: 1.3em;
        color: rgba(0,0,0,0.3);
    }

.mp-menu .mp-level.mp-level-overlay > .mp-back,
.mp-menu .mp-level.mp-level-overlay > .mp-back::after {
    background: transparent;
    box-shadow: none;
    color: transparent;
}

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
/* We'll show the first level only */
.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
    padding-left: 300px;
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
    display: none;
}

.no-csstransforms3d .mp-menu > .mp-level,
.no-js .mp-menu > .mp-level {
    display: block;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../Font-Awesome/fonts/fontawesome-webfont.eot');
    src: url('../Font-Awesome/fonts/fontawesome-webfont.eot#iefix') format('embedded-opentype'), url('../Font-Awesome/fonts/fontawesome-webfont.woff') format('woff'), url('../Font-Awesome/fonts/fontawesome-webfont.ttf') format('truetype'), url('../Font-Awesome/fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon:before {
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    margin-right: 0.6em;
    -webkit-font-smoothing: antialiased;
}



.icon {
    font-family: 'Exo', Helvetica, Arial, sans-serif;
}

.buttonlog a {
    font-weight: bold;
    font-family: 'Exo', sans-serif;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3e95dd), color-stop(1, #244c94) );
    background: -moz-linear-gradient( center top, #3e95dd 5%, #256bb3 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e95dd', endColorstr='#244c94');
    background-color: #fdfdfd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 25px;
    text-decoration: none;
    margin-top: 20px;
}


    .buttonlog a:hover {
        font-weight: bold;
        font-family: 'Exo', sans-serif;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #256bb3), color-stop(1, #3e95dd) );
        background: -moz-linear-gradient( center top, #256bb3 5%, #3e95dd 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#256bb3', endColorstr='#3e95dd');
        color: #FFF;
        background-color: #3e95dd;
        text-decoration: none;
    }




.registerlog a {
    font-weight: bold;
    font-family: 'Exo', sans-serif;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c22a35), color-stop(1, #9a131d) );
    background: -moz-linear-gradient( center top, #9a131d 5%, #9a131d 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e95dd', endColorstr='#9a131d');
    background-color: #9a131d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    display: inline-block;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 25px;
    text-decoration: none;
    margin-top: 10px;
    width: 100%;
    max-width: 243px;
}


    .registerlog a:hover {
        font-weight: bold;
        font-family: 'Exo', sans-serif;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9a131d), color-stop(1, #9a131d) );
        background: -moz-linear-gradient( center top, #9a131d 5%, #9a131d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a131d', endColorstr='#3e95dd');
        color: #FFF;
        background-color: #9a131d;
        text-decoration: none;
    }

.button a {
    font-family: Exo, sans-serif;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #cfcfcf) );
    background: -moz-linear-gradient( center top, #fdfdfd 5%, #cfcfcf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cfcfcf');
    background-color: #fdfdfd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 15px;
    text-decoration: none;
}

    .button a:hover, .buttonsmall a:hover {
        font-family: Exo, sans-serif;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b12323), color-stop(1, #df3f3f) );
        background: -moz-linear-gradient( center top, #b12323 5%, #df3f3f 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b12323', endColorstr='#df3f3f');
        color: #FFF;
        text-decoration: none;
        background-color: #b12323;
    }


.buttonsmall a {
    font-family: Exo, sans-serif;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #cfcfcf) );
    background: -moz-linear-gradient( center top, #fdfdfd 5%, #cfcfcf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#cfcfcf');
    background-color: #fdfdfd;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
    display: inline-block;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 8px;
    text-decoration: none;
    text-transform: uppercase;
}



.smalltext {
    font-size: 10px;
    line-height: 11px;
}


.error {
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}

#home {
    /*background-image: url(../images/mahomes.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100%;*/
}



#login {
    text-align: center;
    color: #fff;
}


    #login a {
        color: #fff;
    }


.frame {
    background: #bde6fd;
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

#banner {
    background-image: url(images/logosmall.png);
    height: 50px;
}


#inside .scroller-inner {
    background-color: #244c94;
    background: #244c94; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#378acf, #244c94); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#378acf, #244c94); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#378acf, #244c94); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#378acf, #244c94); /* Standard syntax */
    /*height: 50px;*/
    height: 0px;
}


#inside .menu-trigger {
    /*margin-top:-25px;*/
}


#title {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: 10px;
    float: right;
    color: #fff;
}

.header {
    background-color: #244c94;
    background: #244c94; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#378acf, #244c94); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#378acf, #244c94); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#378acf, #244c94); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#378acf, #244c94); /* Standard syntax */

    font-size: 14px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

/*
#banner {
background-image: url(../images/logosmall.png);
background-repeat:no-repeat;
background-position:center;
height:50px;
margin:0;
width:100%;
padding:0;
}
*/

.username {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    color: #000;
}

.reward a {
    float: right;
    color: #000;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
}

#otherinfo {
    font-size: 14px;
    line-height: 18px;
    margin-left: 10px;
    margin-top: 30px;
}

.avatar {
    float: left;
    display: block;
    margin: 5px;
}

#userinfo {
    width: 100%;
    background-color: #d5e8f8;
    min-height: 100px;
    padding: 5px;
    color: #000;
}


    #userinfo .button {
        float: right;
    }

.loss {
    color: #ff0000;
}



table {
    /*border: 1px solid #ccc;*/
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

    table tr {
        /*border: 1px solid #ddd;*/
        padding: 3px;
        /*background: #f4f4f4;*/
    }

    table th, table td {
        /*padding: 3px;*/
        text-align: center;
        font-size: 13px;
    }

    table th {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: 1px;
    }


.profile tr, .profile td {
    background: none !important;
    border: 1px solid #bde6fd;
}

.profile table {
    border: none !important;
}

.profile td, .profile th {
    text-align: left !important;
}

.datetime {
    background: #464646;
    color: #fff;
}

tr.datetime td {
    background-color: unset !important;
}

.vteam {
    color: #2288dd;
    font-weight: bold;
}

.hteam {
    color: #dd2222;
    font-weight: bold;
}





.tabs {
    font-size: 0;
    margin: 15px 0;
}

    .tabs:after {
        clear: both;
        content: '';
        display: table;
    }

    .tabs .tab {
        display: inline;
    }

    .tabs .tab-label {
        background: #2286da;
        color: #fff;
        border: 1px solid #cccccc;
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        left: 1px;
        margin-left: -1px;
        padding: 10px;
        position: relative;
        vertical-align: bottom;
    }

    .tabs .tab > [type="radio"] {
        clip: rect(0 0 0 0);
        height: 1px;
        opacity: 0;
        position: fixed;
        width: 1px;
        z-index: -1;
    }

    .tabs .tab-panel {
        display: inline;
        display: inline-block;
        overflow: hidden;
        position: relative;
        height: 0;
        width: 0;
    }

    .tabs .tab-content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        background: white;
        padding: 5px;
        border: 1px solid #cccccc;
        float: left;
        font-size: 12px;
        margin-top: -1px;
        width: 100%;
    }

.tab-content p {
    font-size: 14px;
    margin-top: 10px;
}


.tabs .tab [type="radio"]:checked + .tab-label {
    background: white;
    padding-top: 15px;
    border-bottom-width: 0;
    padding-bottom: 11px;
    z-index: 1;
    color: #464646;
}

.tabs .tab [type="radio"]:checked ~ .tab-panel {
    display: inline;
}

.tabs .tab-content a:link {
    color: #4f738a !important;
}

#privacy p, #rules p {
    font-weight: 300;
    font-family: 'Exo', Helvetica, Arial, sans-serif;
    background-repeat: no-repeat;
    font-size: 13px;
    line-height: 15px;
}






.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn a {
        color: #333333;
    }

    .btn:active, .btn.active {
        background-color: #cccccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover, .btn:focus {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

.btn-small:hover, .btn-small:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -5px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}



.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled, .btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-large {
    padding: 11px 19px;
    font-size: 17.5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
        margin-top: 4px;
    }


.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
    margin-top: 0;
}

.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type="submit"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}



.btn-danger {
    color: #ffffff;
    font-weight: bold;
    font-family: 'Exo', sans-serif;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c22a35), color-stop(1, #9a131d) );
    background: -moz-linear-gradient( center top, #9a131d 5%, #9a131d 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e95dd', endColorstr='#9a131d');
    background-color: #9a131d;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        color: #ffffff;
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9a131d), color-stop(1, #9a131d) );
        background: -moz-linear-gradient( center top, #9a131d 5%, #9a131d 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a131d', endColorstr='#3e95dd');
    }

    .btn-danger:active, .btn-danger.active {
        background-color: #942a25 \9;
    }




button.btn, input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px;
}

    button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    button.btn.btn-large, input[type="submit"].btn.btn-large {
        *padding-top: 7px;
        *padding-bottom: 7px;
    }

    button.btn.btn-small, input[type="submit"].btn.btn-small {
        *padding-top: 3px;
        *padding-bottom: 3px;
    }

    button.btn.btn-mini, input[type="submit"].btn.btn-mini {
        *padding-top: 1px;
        *padding-bottom: 1px;
    }

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-link {
    color: #0088cc;
    cursor: pointer;
    border-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-link:hover, .btn-link:focus {
        color: #005580;
        text-decoration: underline;
        background-color: transparent;
    }

    .btn-link[disabled]:hover, .btn-link[disabled]:focus {
        color: #333333;
        text-decoration: none;
    }

.btn-group {
    position: relative;
    display: inline-block;
    *display: inline;
    *margin-left: .3em;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    *zoom: 1;
}

    .btn-group:first-child {
        *margin-left: 0;
    }

    .btn-group + .btn-group {
        margin-left: 5px;
    }

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

    .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group {
        margin-left: 5px;
    }

.btn-group > .btn {
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .btn-group > .btn + .btn {
        margin-left: -1px;
    }

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 14px;
}

.btn-group > .btn-mini {
    font-size: 10.5px;
}




.control-group {
    margin-bottom: 10px;
}

legend + .control-group {
    margin-top: 20px;
    -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
    margin-bottom: 20px;
    *zoom: 1;
}

    .form-horizontal .control-group:before, .form-horizontal .control-group:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .form-horizontal .control-group:after {
        clear: both;
    }

.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0;
}

    .form-horizontal .controls:first-child {
        *padding-left: 180px;
    }

.form-horizontal .help-block {
    margin-bottom: 0;
}

.form-horizontal input + .help-block, .form-horizontal select + .help-block,
.form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
    margin-top: 10px;
}

.form-horizontal .form-actions {
    padding-left: 180px;
}

.img-responsive {
    width: 100%;
    height: auto;
}



/*@media screen and (max-width: 600px) {

	.vertical table {
	  border: 0;
	 
	}

	.vertical table thead {
	  display: none;
	}

	.vertical table tr {
	  margin-bottom: 10px;
	  display: block;
	  border-bottom: 2px solid #000;
	  background:#f4f4f4;
	}

	.vertical table td {
	  display: block;
	  text-align: right;
	  font-size: 13px;
	  border-bottom: 1px solid #ccc;
	 
	}

	.vertical table td:last-child {
	  border-bottom: 0;
	}

	.vertical table td:before {
	  content: attr(data-label);
	  float: left;
	  text-transform: uppercase;
	  font-weight: bold;
	 
	}
	
	.betting td {
	  font-size:12px;
	 padding:3px;
	 
	 
	}
	
   
	
  }*/
/*@media screen and (max-width: 480px) {

	body {
		font-size: 80%;
	}

	

}*/

/*@media screen and (max-width: 1024px) {
	.block {
		float: none;
		width: 100% !important;
		padding: .5em;
	}
}*/

.multiColumnContainer {
    width: 100%;
    /*overflow-x: scroll;*/
    white-space: nowrap;
    text-align: left
}


.column {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    text-align: left;
}


.responsive {
    width: 100%;
    height: auto;
}

.my-custom {
    background-image: url('../Images/mainmenubcg.jpg');
    background-repeat: repeat-x;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: red !important;
    border-bottom-color: red !important;
}

/*.wireframemenu ul li a {
	float: left;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	padding: 20px 20px;
}

	.wireframemenu ul li a:hover {
		color: black !important;
		background-color: #fff !important;
	}*/

.dropdown-menu li a {
    color: black !important;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

/*.ddsubmenustyle li a {
	display: block;
	width: 240px;
	color: #000;
	background: #FFF;
	border-top: 1px solid #2288dd;
	text-decoration: none;
}*/

.dropdown-menu {
    padding: 0px 0 !important;
}

.navbar-collapse {
    padding-right: 200px !important;
}

.social icon {
    padding-top: 15px !important;
}

.text-background {
    background-color: rgba(12,74,142,0.84);
    padding: 25px;
    position: absolute;
    color: rgba(255,255,255,0.7);
    font-size: 17px;
    top: 200px;
    font-weight: 500
}



.dropdown-menu a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown ul li a {
    max-height: 0;
    -webkit-transition: max-height .5s;
    -o-transition: max-height .5s;
    transition: max-height .5s;
    overflow: hidden;
}

#footermenu {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

    #footermenu ul {
        clear: left;
        float: left;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 50%;
        text-align: center;
    }

        #footermenu ul li {
            display: block;
            float: left;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative;
            right: 50%;
        }

            #footermenu ul li a {
                display: block;
                margin: 0 0 0 6px;
                padding: 3px 10px;
                color: #fff;
                text-decoration: none;
                line-height: 1.3em;
            }


.caret {
    border-top: 4px solid red !important;
}


/*.minimum-height {
}*/

.rich-text {
    position: relative;
    top: 263px;
}

#footermenu ul li :hover {
    background-color: white;
    color: black;
}

#dvLoginContainer {
    background-size: cover;
    background-position: 0 10%;
    background-image: url("../images/background.jpg") !important;
}

@media only screen and (min-width:800px) {
    .hide-box {
        display: none;
    }
}

@media only screen and (min-width: 799px) and (max-width: 992px) {
    .container {
        max-width: 970px !important;
    }

    .loginbox {
        width: 30% !important;
        float: right !important;
    }

    .widget-homepage-815 #post-815 a {
        max-width: 65% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 799px) {
    .desktop-navbar {
        display: none !important;
    }

    .desktopmode {
        display: none !important;
    }

    #ddtopmenubar-mobile {
        display: none;
    }

    .mobilelevelsmenu {
        display: none;
    }

    #dvLoginContainer{
/*        height: 100vh;*/
        min-height: 780px;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 0px) {
    div.desktop-social-icon {
        display: none !important;
    }
}

@media only screen and (min-width: 799px) {
    #home {
        background-image: none;
        background-color: #f1f1f1;
    }

    #inside {
        background-color: #f1f1f1;
    }

    #dvLoginContainer {
        min-height: 499px;
        margin-bottom: 10px;
    }

    .body-content {
        border: 2px solid white;
        background-color: white;
    }

    #ddtopmenubar-mobile {
        display: none;
    }

    .mobilelevelsmenu {
        display: none;
    }
}

.classic-header {
    background-color: #244c94;
    background: #244c94; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#378acf, #244c94); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#378acf, #244c94); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#378acf, #244c94); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#378acf, #244c94); /* Standard syntax */
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
    height: 30px;
}

@media only screen and (min-width: 1024px) {
    #home .block-60 {
        background-color: #274e92;
        background-color: rgba(39, 78, 146, 0.7);
        color: #fff;
        top: 0;
        width: auto;
    }
}

@media only screen and (max-width : 667px) {
    .rich-text {
        top: 250px;
        display: inline-block;
    }

    .today-headline {
        display: inline;
    }
}


@media only screen and (min-width : 375px) and (max-width : 667px) {
    .rich-text {
        top: 250px;
        display: inline-block;
    }

    .today-headline {
        display: inline;
    }
}

@media only screen and (min-width : 768px) and (max-width :834px) {

    .rich-text {
        top: 650px;
        display: inline-block;
    }
}

.subheader {
    background-image: url(../Images/dashboardbcg_wide.jpg);
    background-repeat: no-repeat;
    margin-bottom: 30px;
    background-size: cover;
}


@media only screen and (max-width : 991px) {
    .subheader {
        display: none !important;
    }
}


@media only screen and (min-width : 800px) and (max-width : 991px) {
    .subheader {
        display: none !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 480px) {
    .subheader {
        display: none !important;
    }

    .block {
        float: inherit !important;
    }

    #inside .scroller-inner {
        background-color: #244c94;
        background: #244c94; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#378acf, #244c94); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#378acf, #244c94); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#378acf, #244c94); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#378acf, #244c94); /* Standard syntax */
        height: 50px;
    }

    .txt {
        padding-left: 0;
        padding-right: 0;
    }

    #title {
        top: 14px;
    }
}



@media only screen and (min-width : 481px) and (max-width : 799px) {

    .block {
        float: inherit !important;
    }

    #inside .scroller-inner {
        background-color: #244c94;
        background: #244c94; /* For browsers that do not support gradients */
        background: -webkit-linear-gradient(#378acf, #244c94); /* For Safari 5.1 to 6.0 */
        background: -o-linear-gradient(#378acf, #244c94); /* For Opera 11.1 to 12.0 */
        background: -moz-linear-gradient(#378acf, #244c94); /* For Firefox 3.6 to 15 */
        background: linear-gradient(#378acf, #244c94); /* Standard syntax */
        height: 50px;
    }
}

@media screen and (max-width: 770px) {

    .vertical table {
        /* border: 0; */
    }

        .vertical table thead {
            display: none;
        }

        .vertical table tr {
            margin-bottom: 10px;
            display: block;
            border-bottom: 2px solid #000;
            background: #f4f4f4;
        }

        .vertical table td {
            display: block;
            text-align: right;
            font-size: 13px;
            border-bottom: 1px solid #ccc;
        }

            .vertical table td:last-child {
                border-bottom: 0;
            }

            .vertical table td:before {
                content: attr(data-label);
                float: left;
                text-transform: uppercase;
                font-weight: bold;
            }

    .betting td {
        font-size: 12px;
        padding: 3px;
    }
}

.tab-content {
    border:unset !important;
}



.main_title {
    font-family: "Roboto Slab", serif;
    font-size: 50px;
    letter-spacing: 0.4px;
    margin: 0px;
}

    .main_title > span {
        display: block;
    }

.sub_title {
    margin-top: 5px;    
    font-size: 20px;
    line-height: 1.36;
    text-align: center;
    color: rgba(255,255,255,.6);
}

.call_to_action {
    font-size: 14px;
    padding: 15px 15px;
    min-width: 250px;
    -webkit-box-shadow: 0 3px 27px 0 rgba(246, 22, 37, 0.44);
    -moz-box-shadow: 0 3px 27px 0 rgba(246, 22, 37, 0.44);
    box-shadow: 0 3px 27px 0 rgba(246, 22, 37, 0.44);
    background-color: #cc1723;
    color: #ffffff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 50px;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

    .call_to_action:hover {
        color: #ffffff;
        background-color: #ae141e;
    }

section {
    padding-top: 50px;
    padding-bottom: 70px;
}
.section_title {
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 0.8px;
    color: #131f3d;
    margin-bottom: 0px;
}

.section_description {
    font-size: 25px;
    letter-spacing: 0.6px;
    color: #8d8d8d;
    margin-top: 4px;
}

.how_to_get_started {
    text-align: center;
}

.step_title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 0.7px;
    color: #131f3d;
    margin-bottom: 0px;
    line-height: 1.428;
}

.step_description {
    font-size: 16px;
    color: #808080;
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
}

.benifiets_section {
    background-image: url(../images/benifiets.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 80px 30px 70px;
}

.benifiets_title {
    font-size: 45px;
    font-weight: 800;
    color: #6bb0e1;
    padding-left: 45px;
    margin-top: 0px;
}

.benifiets_ul {
    list-style: none;
    padding-left: 0px;
}

.benifiets_list {
    padding-left: 50px;
    font-size: 17px;
    letter-spacing: 0.7px;
    color: #b4d5ec;
    background-image: url(../images/checked.svg);
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px;
    background-size: 30px;
    padding-bottom: 15px;
    line-height: 1.6;
}

.input_group {
    margin-bottom: 15px;
}

.input_label {
    font-size: 17px;
    font-weight: bold;
    color: #f7f7f7;
    display: block;
    width: 100%;
}

.register__form {
    padding: 0 15px;
}

    .register__form .input {
        background-color: rgba(226, 243, 255, 0.32);
        display: block;
        width: 100%;
        border: 1px solid rgba(107, 176, 225, 0.42);
        padding: 7px 7px;
        color: #fff;
        font-weight: 600;
        font-size: 17px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.signup_btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ae141e;
    font-size: 21px;
    font-weight: 600;
    color: #ffffff;
    border: 0;
    display: block;
    width: 100%;
    padding: 15px 0px;
    margin-top: 12px;
}


/* hide fb button  */
.login__box a[href="javascript:FBLogin()"]{
    display: none;
}