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

img.worlid {
    position: absolute;
    width: 13%;
    /* height: 43%; */
    margin-top: 4%;
    margin-left: 22%;
}

img.glogo {
    width: 75%;
}

.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 #195eae;
    border-top: 5px solid #292929;
}


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

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

#mobileheader .mobilerepeat{
    text-align: center;
    width: 100%;
    display: table;
    background: #f5f5f5;
    height: 100px;
}

.newslink1 {
    font-size: 16px !important;
    line-height: 21px;
    color: #292929 !important;
    text-decoration: none;
}

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

.newsmeta1 {
    font-size: 12px !important;
    color: #aaaaaa;
    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 #195eae;
    border-top: 1px solid #195eae;
}

a.btnn {
    font-size: 10px;
    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 #ce0000;
    color: #fff;
    padding: 5px;
    font-size: 70%;
}

#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: #195eae;
}

.slide-wkl img {
    width: 100%;
    height: 270px;
}

.slide-txt {position: absolute;background: #195eae7a;color: #fff;width: 100%;padding: 2px;top: 200px;height: 46px;overflow: hidden;}

.slide-txt a {
    color: #fff;
    text-decoration: none;
}

.slide-wkl {
    width: 100%;
}

div#dle-content {
    font-size: 16px;
    line-height: 25px;
}

/* Author */
.author {border-radius: 5px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1); padding:14px; overflow:hidden; position:relative;}
.author .a-title {font-size:18px;line-height:24px;font-weight:bold;color:#195eae;margin-bottom:18px;border-bottom: 2px solid #195eae;}
.author .author-wrap .author-item a {display:block; text-decoration:none;}
.author-item .author-image {float:left; margin-right:10px; width:70px; height:70px; border-radius: 10px; border: solid 1px #e2e2e2; overflow:hidden;}
.author-item .author-image img {width:68px; height:68px; display:block;}
.author-item .author-info {overflow:hidden;}
.author-info .author-name {font-size:14px; line-height:20px; color: #a5a5a5; font-weight:500; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; margin-bottom:4px;}
.author-info .author-article {font-size:12px; line-height:15px; color: #232323; height:48px; overflow:hidden;}
.nav-2 .owl-nav {position:absolute; top:-44px; right:0;}
.nav-2 .owl-nav>button {float:left; margin-left: 14px; border-radius: 5px; border: 1px solid #195eae !important; display:block; padding:2px !important;}
.nav-2 .owl-nav button:before {content: ""; width:20px; height:20px; display:block;}
.nav-2 .owl-nav .owl-prev:before {background-image: url(../images/prev-2.svg);}
.nav-2 .owl-nav .owl-next:before {background-image: url(../images/next-2.svg);}
.dot-1 .owl-dots {float:right; margin-top:16px;}
.dot-1 .owl-dots .owl-dot {float:left; width:14px; height:14px; border-radius:50%;  border: solid 1px #dbdbdb !important; margin-left:5px;}
.dot-1 .owl-dots .owl-dot.active {background-color:#195eae !important; border-color:#195eae !important;}

/* Owl carousel */
.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0px,0px)}
.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-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}
.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next,.owl-carousel button.owl-dot{color:inherit;border:none;font:inherit; padding: 0; background-color: transparent;}
.owl-carousel.owl-loaded{display:block}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:grab}
.no-js .owl-carousel{display:block}
.owl-height{transition:height 500ms ease-in-out}
