/*
Theme Name: New
*/
body {
    margin: 0 auto;
    padding: 0;
    background-image: url(images/bg_body.gif);
    background-repeat: repeat-x;

    font-family: "Trebuchet MS", sans-serif;
}

a {
    text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
}

.cleaner {
    clear: both;
}

@font-face {
    font-family: 'oswald_regularregular';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('oswald-regular-webfont.woff2') format('woff2'),
    url('oswald-regular-webfont.woff') format('woff'),
    url('oswald-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quattrocentoregular';
    src: url('/fonts/quattrocento-regular-webfont.eot');
    src: url('/fonts/quattrocento-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('/fonts/quattrocento-regular-webfont.woff2') format('woff2'),
    url('/fonts/quattrocento-regular-webfont.woff') format('woff'),
    url('/fonts/quattrocento-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}


#header {
    width: 100%;
    height: auto;
    text-align: center;
}

#header a {
    color: #333333;
}

#vikings-link {
    float: right;
    font-size: 15px;
    margin-top: 8px;
    margin-right: 8px;
    color: #959595;
    display: block;
    text-align: right;
}

#vikings-link a {
    display: block;
}

#main-link {
    font-size: 28px;
    font-weight: bold;
}

#head-place {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
}

#head-place2 {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: none;
    margin-top: 15px;
}


#bottom-place {
    display: none;
    max-width: 100%;
    width: 970px;
    height: 90px;
    margin: 0 auto;
    margin-top: 15px;
}

#main {
    width: 1127px;
    height: auto;
    margin-top: 15px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    color: #333333;
}


#left-place {
    width: 160px;
    height: 600px;
    float: left;
    margin: 0 auto;
    margin-top: 28px;
    margin-right: 15px
}

#right-place {
    width: 160px;
    height: 600px;
    float: right;
    margin: 0 auto;
    margin-top: 28px;
    margin-left: 15px;
}


#container {
    max-width: 780px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 67%;
    font-size: 15px;
    margin-top: 10px;
}

.about {
    text-align: left;
    margin-top: 50px;
}

.about h2 {
    margin: 15px;
}

#container a {
    color: #cc0000;
    text-decoration: underline;
    margin-left: 15px;
}

.links-spacer {
    margin-left: 15px;
    margin-right: 15px;
}

#line-separator {
    width: 780px;
    height: 1px;
    background-color: #d4d496;
    margin: 0 auto;
    margin-top: 9px;
    max-width: 780px;
    float: left;
    margin-right: 2px;
}

#check-forms {
    background-color: #f7f7d2;
    width: 780px;
    margin-top: 20px;
    border-bottom: 1px solid #e8e8b1;
    height: auto;
    padding: 18px 15px 25px 15px;
    text-align: center;
}

#check-forms form {
    margin-top: 40px;

}

#check-forms form div {
    display: block;
    margin-bottom: 20px;
}

#check-forms form #submit {
    height: 40px;
    width: 200px;
    background-color: #09BC8A;
    color: #fff;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    border-radius: 3px;
}


#main-span {
    font-size: 24px;
    margin-left: 15px;
    margin-top: 10px;
}

.in-line {
    width: 275px;
    height: auto;
    float: left;
    margin-right: 20px;
}

.in-line .text {
    float: right;
}

#check-forms form div label {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
}

#check-forms form div input {
    height: 35px;
    width: 200px;
    border: 1px solid #0e4e96;
    padding: 0;
    text-align: center;
    border-radius: 3px;
}

#container span {
    float: left;
    margin-top: 3px;
    font-size: 15px;
    font-weight: bold;
}

.text {
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    border-color: #a0a1a1;
    width: 140px;
    height: 25px;
}

#button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fe6e71;
    color: #fff;
    height: 27px;
    float: left;
    border-style: solid;
    border-width: 1px;
    border-color: #b03f41;
    font-weight: bold;
    padding: 0px 5px 0px 5px;
}

#latest-game {
    margin-top: 32px;
    font-size: 14px;
}

#latest-game a {
    margin-left: 5px;
}

#footer-links {
    margin-top: 200px;
    font-size: 14px;
}

#cat-head {
    background-color: #333333;
    height: 60px;
    width: 780px;
    color: #fff;
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
}


#post-head {
    background-color: #f7f7d2;
    height: 60px;
    width: 780px;
    color: #333333;
    text-align: left;
    font-size: 24px;
    margin-top: 10px;
    border-bottom: 1px solid #e8e8b1;
    margin-bottom: 10px;
}

#post-head span {
    font-size: 24px;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 12px
}

#post-content {
    width: 780px;
    text-align: left;
}

#post-content table, p {
    margin-left: 15px;
    margin-right: 15px;
}

#cat-head span {
    font-size: 24px;
    font-weight: normal;
    margin-left: 15px;
    margin-top: 12px
}

.list-sand {
    width: 780px;
    height: 47px;
    background-color: #f7f7d2;
    border-bottom: 1px solid #e8e8b1;
    text-align: left;
}

#cat-content a {
    padding-top: 12px;
    display: block;
}

.list-white {
    width: 780px;
    height: 47px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8b1;
    text-align: left;
}

.twb, .twt a {
    display: none !important;
}

li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dcddde;
    float: left
}

ul {
    margin-bottom: 20px
}


@media only screen and (max-width: 1143px) {
    #left-place, #right-place {
        display: none;
    }

    #container {
        float: none;
        width: 100%;
    }

    #main {
        width: 100%;
    }

    #bottom-place {
        display: block;
    }

    #header h1 {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 796px) {
    #check-forms, #line-separator, #container, .list-sand, .list-white, #cat-head, #post-content, #post-head {
        width: 100%;
    }

    #vikings-link {
        display: none;
    }

    #main-link {
        margin: 1px;
        display: block;
        margin-top: 15px;
    }

    #header h1 {
        font-size: 23px;
    }

    .hideit {
        display: none;
    }

}

@media only screen and (max-width: 690px) {
    .float-left, #main-span {
        float: none;
    }

    #check-forms {
        height: auto;
        overflow: auto;
        padding-bottom: 15px;
    }

    .in-line {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
        height: 30px
    }

    #button {
        margin: 0 auto;
        float: none;
        width: 100px;
    }

    #main-span {
        margin-left: 0;
        font-size: 18px
    }

    #forms {
        margin-left: 0;
    }

    .float-left, .float-right {
        float: none;
        width: 200px;
    }

    .links-spacer {
        margin-left: 0px;
        margin-right: 0px;
    }

    #main-links {
        width: 230px;
        margin: 0 auto;
    }

    .list-sand, .list-white, #cat-head, #post-head {
        text-align: center;
    }

    #cat-head span, #post-head span {
        font-size: 18px;
        display: inline-block;
        margin-top: 15px;
        margin-left: 0px;
    }

    #container span {

    }

    #latest-game {
        font-size: 15px;
    }

    #rrtry58dss5x {
        display: none;
    }


}

@media only screen and (max-width: 970px) {
    #head-place {
        display: none;
    }

    #head-place2 {
        display: block;
    }

}

#akcijos {
    position: fixed;
    bottom: 0px;
    right: 0;
    text-align: right;
    z-index: 100
}

#akcijos-close {
    float: right;
    position: absolute;
    margin-left: 183px;
}

.numbers {
    padding-left: 0;
    list-style: none
}

.numbers > li {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px
}

.numbers .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dcddde
}

.numbers .bonus-number {
    color: #39f;
    background-color: #ebf7ff;
    border: 1px solid #39f
}

.numbers .success-number-bonus {
    color: #fff;
    background-color: #2e9cfd;
    border: 1px solid #2e9cfd
}

.numbers .success-number-lucky {
    color: #000;
    background-color: #f5eb58;
    border: 1px solid #f5eb58
}

.numbers .success-number {
    color: #FFF;
    background-color: #00986b;
    border: 1px solid #006547
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: rgba(251, 233, 78, .1)
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
    background-color: rgba(251, 233, 78, .1)
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
    background-color: rgba(250, 230, 53, .1)
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
    background-color: rgba(0, 152, 107, .1)
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
    background-color: rgba(0, 127, 89, .1)
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
    background-color: rgba(9, 115, 186, .1)
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
    background-color: rgba(8, 100, 162, .1)
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
    background-color: rgba(255, 152, 0, .1)
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
    background-color: rgba(230, 137, 0, .1)
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
    background-color: rgba(197, 20, 46, .1)
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
    background-color: rgba(174, 18, 41, .1)
}

caption {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

.numbers {
    padding-left: 0;
    list-style: none
}

.numbers > li {
    float: left;
    margin-right: 2px;
    margin-bottom: 2px
}

.numbers .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #dcddde
}

.numbers .bonus-number {
    color: #39f;
    background-color: #ebf7ff;
    border: 1px solid #39f
}

.numbers .success-number-bonus {
    color: #fff;
    background-color: #2e9cfd;
    border: 1px solid #2e9cfd
}

.numbers .success-number-lucky {
    color: #000;
    background-color: #f5eb58;
    border: 1px solid #f5eb58
}

.numbers .success-number {
    color: #FFF;
    background-color: #00986b;
    border: 1px solid #006547
}

.ballSeries {
    float: left;
    margin-right: 5px;
    line-height: 46px;
    font-size: 16px;
}

.clearfix {
    clear: both
}

.insert-here div {
    float: left
}