@font-face{font-family:Roboto;src:url('../fonts/roboto/Roboto-Thin.eot');src:url('../fonts/roboto/Roboto-Thin.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/Roboto-Thin.woff2') format('woff2'),url('../fonts/roboto/Roboto-Thin.woff') format('woff'),url('../fonts/roboto/Roboto-Thin.ttf') format('truetype'),url('../fonts/roboto/Roboto-Thin.svg#robotothin') format('svg');font-weight:200}
@font-face{font-family:Roboto;src:url('../fonts/roboto/Roboto-Light.eot');src:url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),url('../fonts/roboto/Roboto-Light.woff') format('woff'),url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),url('../fonts/roboto/Roboto-Light.svg#robotolight') format('svg');font-weight:300}@font-face{font-family:Roboto;src:url('../fonts/roboto/Roboto-Regular.eot');src:url('../fonts/roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/Roboto-Regular.woff2') format('woff2'),url('../fonts/roboto/Roboto-Regular.woff') format('woff'),url('../fonts/roboto/Roboto-Regular.ttf') format('truetype'),url('../fonts/roboto/Roboto-Regular.svg#robotoregular') format('svg');font-weight:400}@font-face{font-family:Roboto;src:url('../fonts/roboto/Roboto-Medium.eot');src:url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),url('../fonts/roboto/Roboto-Medium.woff') format('woff'),url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'),url('../fonts/roboto/Roboto-Medium.svg#robotomedium') format('svg');font-weight:500}@font-face{font-family:Roboto;src:url('../fonts/roboto/Roboto-Bold.eot');src:url('../fonts/roboto/Roboto-Bold.eot?#iefix') format('embedded-opentype'),url('../fonts/roboto/Roboto-Bold.woff2') format('woff2'),url('../fonts/roboto/Roboto-Bold.woff') format('woff'),url('../fonts/roboto/Roboto-Bold.ttf') format('truetype'),url('../fonts/roboto/Roboto-Bold.svg#robotobold') format('svg');font-weight:700}


body, img {
    border: 0 none;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

.bolh {
    float: left;
    margin: 2px;
}

a.btnn.btn-success {
    background: #0fa414;
}

#mobileheader{
    background-color: #292929;
    /* height: 110px; */
    position: relative;
    display: table;
    width: 100%;
    border-bottom: 5px solid #fcb812;
    border-top: 5px solid #fcb812;
}


select#selectcats {
    margin-top: 15px;
    padding: 5px;
    border-radius: 5px;
}

#mobileheader .mobilelogo{
    width: 100%;
    height: 90px;    
    position: absolute;
    left: -30px;
    top: 30px;
}

#mobileheader .mobilerepeat {
    width: 100%;
    background-size: cover;
    background: url(../dleimages/2.jpg) no-repeat center top;
}

.newslink1 {
    color: #292929 !important;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .5px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.newslink1:hover{
    text-decoration: none !important;
}

.newsmeta1 {
    font-size: 12px !important;
    color: #4e4b4b;
    text-decoration: none !important;
    font-weight: normal!important;
    line-height: 30px !important;
}

.mobilelang {
    background-color: white;
    display: table;
    height: 30px;
    width: 100%;
}
.mobilelang a {
    color: #333333 !important;
    display: block;
    float: right;
    font-family: Arial;
    font-weight: bold !important;
    height: auto;
    margin: 5px 15px 0 0;
    padding: 5px 0 5px 30px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}
.mobilelang a:hover {
    text-decoration: underline;
}


.mobwek img {
    max-width: 100%;
    display: block;
    z-index: 99999;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

div#dle-content li {
    margin: 5px 0px;
    background: #f5f5f5;
    border-bottom: 1px solid #fcb812;
    border-top: 1px solid #fcb812;
    list-style: none;
}

a.btnn {
    padding: 5px 15px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

a.btnn.btn-success.ui-link {
    background: #11c516;
    color: #fff;
}

a.btnn.btn-twitter.ui-link {
    color: #fff;
}


a.btnn.btn-facebook.ui-link {
    color: #fff;
}

.mobilerepeat img {
    padding: 4px;
}


.footer {
    background: #292929;
    border-top: 5px solid #fcb812;
    color: #fff;
    padding: 5px;
    font-size: 17px;
}

#menu_main_btn span
{
    cursor: pointer;
    height: 3px;
    width: 33px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 500ms ease-in-out;
}
#menu_main_btn.active span:before {
    top: 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    bottom: 0;
}
#menu_main_btn.active span:after {
    top: 0;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#menu_main_btn span:before {
    cursor: pointer;
    height: 3px;
    width: 33px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: -7px;
    transition: all 500ms ease-in-out;
}
#menu_main_btn span:after {
    cursor: pointer;
    height: 3px;
    width: 33px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    bottom: -7px;
    transition: all 500ms ease-in-out;
}
#menu_main_btn.active span {
    background-color: transparent;
}
#menu_main_btn {
    position: absolute;
    width: 60px;
    height: 50px;
    left: 0;
    top: 0;
    padding: 23px 13px;
    background-color: transparent;
    background-image: none;
}
#curtain.active {
    left: 0;
    opacity: 1;
    z-index: 5;
}
#curtain {
    left: -100%;
    opacity: 0;
    position: fixed;
    width: 100%;
    top: 50px;
    bottom: 0;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,0.7);
}
#menu_main_btn.active ~ #curtain #to_fullversion {
    display: block;
}
#to_fullversion {
    position: absolute;
    display: none;
    right: 20px;
    top: 10px;
    width: 79px;
    height: 50px;
    background: url(../images/notebook.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 50px auto;
    z-index: 10;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-size: 10px;
    padding-top: 45px;
    padding-bottom: 15px;
}
#menu_main.active {
    display: block;
    left: -200px;
    width: 200px;
    -moz-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    z-index: 10;
}
#menu_main {
    z-index: 5;
    top: 50px;
    bottom: 0;
    left: -200px;
    width: 200px;
    height: 100%;
    background: #fff;
    position: fixed;
    text-align: left;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.05);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat;
}
#menu_main .viewport {
    height: 100%;
    padding-bottom: 40px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
}
#menu_main .overview {
    width: 100%;
}
nav ul {
    list-style: none;
}
#menu_main li.lineafter {
    border-bottom: 1px solid #d2d7da;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#menu_main li:first-child {
    padding-top: 5px;
}
#menu_main li {
    display: block;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 10px;
    height: 30px;
}
#menu_main li.active a {
    color: #0E3F6D;
}
#menu_main li a {
    font: bold 11px/30px Arial, sans-serif;
    color: #333;
    text-transform: uppercase;
}
#toplink {
    display: block;
    margin: 3px 10px;
    padding: 8px;
    border-radius: 5px;
    font-size: 17px;
    text-decoration: none;
    line-height: 20px;
    float: right;
    background: #292929;
    color: #fff !important;
}

div#header_main {
    background: #313131;
}

.altbol li {
    float: left;
    margin: 3px;
    width: 28%;
    padding: 2px 5px;
    border-radius: 3px;
    background: #11038b;
}

.altbol a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}


.wbmd {
    text-align: center;
    color: #292929;
    font-size: 16px;
}

.wbmd a {
    color: #292929;
}

.footer span {
    background: #dedddd;
    border-radius: 3px;
    padding: 2px 5px;
    text-align: left;
    line-height: 32px;
    color: #000;
    width: 90%;
    margin: 3px 3px;
    float: left;
}

