* {
    margin: 0;
    padding: 0;
    outline: none;
}

html, body {
    background: #fff;
    font: 13px Verdana, sans-serif;
    color: #282828;
    text-align: left;
}

a {
    color: #126c9d;
    text-decoration: none;
}

a:hover {
    color: #000;
}

img {
    border: 0;
    margin: 0;
}

.clr {
    clear: both;
}

fieldset {
    border: 0
}

#page {
    display: block;
    margin: 0px auto;
    position: relative;
    max-width: 1200px;
}

#top1 {
    display: block;
    position: relative;
    height: 42px;
    border-bottom: 1px dotted #B5B5B5;
}

.top1date {
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 0px;
    color: #854d4d;
    font-family: 'Cuprum';
    font-size: 14px;
}

.top1link {
    position: absolute;
    top: 0px;
    right: 0px;
}

.top1link a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-family: 'Cuprum';
    font-size: 14px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
}

.top1link a:hover {
    border-bottom: 1px solid #000;
}

.top1link span {
    margin: 0px 6px;
    font-size: 9px;
}

#top2 {
    display: block;
    position: relative;
    height: 85px;
}

.logo {
    position: absolute;
    top: 27px;
    left: 0px;
}

.spole {
    display: block;
    position: absolute;
    top: 27px;
    right: 296px;
    width: 190px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #DEDEDE;
    padding: 0px 10px;
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.spole:hover, .spole:focus {
    border: 1px solid #2694D0;
    box-shadow: inset 0px 0px 10px #CDE2ED;
}

.spole:focus {
    box-shadow: inset 0px 0px 10px #CDE2ED, 0px 0px 15px rgba(18, 108, 157, 0.1);
    width: 240px;
}

.sbut {
    display: block;
    border: 0px;
    position: absolute;
    top: 28px;
    right: 297px;
    width: 32px;
    height: 32px;
    background: url("images/search.png") center no-repeat;
    cursor: pointer;
}

.icosoc {
    position: absolute;
    top: 28px;
    right: 0px;
}

.icosoc img {
    margin-left: 0px;
}

.icosoctext {
    position: absolute;
    top: 30px;
    right: 220px;
    font-size: 14px;
    font-family: 'Cuprum';
    font-style: italic;
    color: #848484;
    text-align: right;
}

#gormenu {
    display: block;
    height: 86px;
    position: relative;
    background: url("images/gormenu.png") repeat-x;
    margin: 0px 0px 25px 0px;
}

.topmenu1 {
    display: block;
    height: 44px;
    position: relative;
}

.topmenu1 ul {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.topmenu1 ul li {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px 2px 0px 0px;
    background: url("images/gormenuli.png") no-repeat right;
}

.topmenu1 ul li a {
    display: block;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
    font-size: 14px;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.1s;
}

.topmenu1 ul li a:hover {
    box-shadow: inset 0px 0px 20px #000;
    color: #7DB8D8;
}

.topmenu2 {
    display: block;
    height: 42px;
    position: relative;
}

.topmenu2 ul {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.topmenu2 ul li {
    display: inline-block;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.topmenu2 ul li a {
    display: block;
    padding: 0px 15px;
    height: 42px;
    line-height: 46px;
    color: #126c9d;
    font-size: 14px;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.1s;
}

.topmenu2 ul li a:hover {
    color: #000;
}

.topmenu2 ul li ul {
    display: none;
    position: absolute;
    width: 200px;
    background: #EBEBEB;
    top: 42px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
    border: 1px solid #fff;
    border-top: 0px;
    z-index: 99999;
}

.topmenu2 ul li ul li ul {
    display: none;
    position: absolute;
    width: 230px;
    background: #EBEBEB;
    top: 0px;
    left: 200px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
    border: 1px solid #fff;
    border-top: 0px;
    z-index: 99999;
    white-space: nowrap;
}

.topmenu2 ul li ul li {
    display: block;
    float: inherit;
    border-bottom: 1px dotted #D7D7D7;
    border-top: 1px dotted #fff;
}

.topmenu2 ul li ul li a {
    display: block;
    padding: 0px 15px;
    height: 40px;
    line-height: 42px;
}

.topmenu2 ul li:hover > ul {
    display: block;
}

.topmenu2 ul li ul li:hover > ul {
    display: block;
}

#pageslids {
    display: block;
    position: relative;
    max-width: 1200px;
    margin: 0px 0px 30px 0px;
}

#blockslider {
    display: block;
    width: 530px;
    float: left;
    margin: 0px 30px 0px 0px;
}

#slider {
    width: 100%;
    height: 396px;
}

#slider li {
    list-style: none;
}

#slider li img {
    height: 396px;
}

#slider li span {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
}

.slidbg {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("images/slidbg.png") repeat-x;
    height: 256px;
    width: 100%;
}

.slidbg a {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 20px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    transition: all 0.3s;
}

.slidbg a:hover {
    color: #5EC0FF;
}

#blocknews1 {
    display: block;
    position: relative;
    width: 305px;
    margin: 0px 30px 0px 0px;
    float: left;
}

#blocknews2 {
    display: block;
    position: relative;
    width: 305px;
    margin: 0px;
    float: left;
}

.bntitle {
    display: block;
    height: 20px;
    padding: 0px 0px 0px 20px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    margin: -5px 0px 23px 0px;
    background: url("images/bntitleico.png") no-repeat 0px 5px;
    text-transform: uppercase;
}

.bn1iteam {
    display: block;
    position: relative;
    width: 220px;
    padding: 0px 0px 15px 85px;
    margin: 0px 0px 13px 0px;
    border-bottom: 1px solid #D4D4D4;
    min-height: 64px;
}

.bn2iteam {
    display: block;
    position: relative;
    width: 305px;
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 13px 0px;
    border-bottom: 1px solid #D4D4D4;
    min-height: 64px;
}

.bn1iteam img {
    width: 75px;
    position: absolute;
    top: 4px;
    left: 0px;
}

.bn1iteam a.item, .bn2iteam a {
    display: block;
    font-size: 15px;
    font-family: 'Cuprum';
    color: #126c9d;
    line-height: 21px;
    position: relative;
    margin: 0px 0px 5px 0px;
}

.bn1iteam a:hover, .bn2iteam a:hover {
    color: #000;
}

.bn1iteam span, .bn2iteam span {
    font-size: 13px;
    color: #6e6e6e;
    font-family: 'Cuprum';
}

#sidleft {
    width: 870px;
    float: left;
    margin: -3px 30px 0px 0px;
    position: relative;
}

#sidright {
    display: block;
    position: relative;
    float: left;
    width: 300px;
}

.blacktitle {
    display: block;
    width: 100%;
    height: 46px;
    background: url("images/blacktitle.png") repeat-x;
    margin: 0px 0px 20px 0px;
}

.blacktitle span {
    display: block;
    height: 46px;
    line-height: 48px;
    padding: 0px 0px 0px 15px;
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
}

.popnewsiteam {
    display: block;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 20px 0px;
    border-bottom: 1px dotted #D4D4D4;
    color: #3e3e3e;
    line-height: 21px;
}

.popnewsiteam img {
    float: left;
    margin: 0px 20px 0px 0px;
}

.popnewsiteam a.title {
    color: #126c9d;
    font-size: 18px;
    line-height: 21px;
    display: block;
    font-family: 'Open Sans Condensed';
    position: relative;
    margin: 0px 0px 10px 0px;
    font-weight: 700;
}

.popnewsiteam span {
    display: block;
    padding: 10px 0px 0px 0px;
    font-size: 14px;
    font-family: 'Cuprum';
}

.popnewsiteam span a {
    display: inline-block;
    font-size: 14px;
    font-family: 'Cuprum';
    font-weight: 400;
}

.popnewsiteam a:hover {
    color: #000;
}

.podmed {
    display: block;
    position: relative;
    width: 100%;
    margin: 0px 0px 30px 0px;
}

.mediteam {
    display: block;
    float: left;
    width: 202px;
    height: 151px;
    position: relative;
    margin: 0px 20px 0px 0px;
}

.podmed div:nth-child(4){
    margin-right: 0;
}

.mediteam img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 202px;
    min-height: 151px;
}

.mediteam a.item {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.74);
    padding: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-shadow: 0px 1px 2px #000;
    font-family: 'Cuprum';
}

.mediteam a:hover {
    color: #A8E0FF;
}

.bluetitle {
    display: block;
    width: 100%;
    height: 46px;
    background: url("images/bluetitle.png") repeat-x;
    margin: 0px 0px 20px 0px;
}

.bluetitle span {
    display: block;
    height: 46px;
    line-height: 48px;
    padding: 0px 0px 0px 15px;
    color: #fff;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.41);
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
}

.twoleft {
    display: block;
    float: left;
    width: 49%;
    margin-right: 2%;
    position: relative;
}

.tworight {
    display: block;
    float: left;
    width: 49%;
    position: relative;
}

.blueiteam {
    display: block;
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted #D4D4D4;
    color: #3e3e3e;
    line-height: 21px;
}

.blueiteam img {
    width: 155px;
    margin: 0px 10px 0px 0px;
    float: left;
}

.blueiteam a {
    color: #126c9d;
    font-size: 16px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
}

.blueiteam span {
    display: block;
    font-size: 14px;
    font-family: 'Cuprum';
    margin-top: 10px;
}

.blueiteam a:hover {
    color: #000;
}

.ulnewsleft {
    display: block;
    float: left;
    width: 320px;
    position: relative;
    margin: 0px 20px 0px 0px;
    font-family: 'Cuprum';
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
}

.ulnewsleft img {
    width: 320px;
    margin: 0px 0px 14px 0px;
}

.ulnewsleft a.item {
    display: block;
    color: #126c9d;
    font-size: 20px;
    font-family: 'Open Sans Condensed';
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}

.ulnewsright {
    display: block;
    float: left;
    width: 530px;
}

.ulnewsright ul {
    display: block;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.ulnewsright ul li {
    display: block;
    height: 34px;
    line-height: 16px;
    border-radius: 2px;
    background: #F5F6F6;
    margin: 0px 0px 5px 0px;
    font-size: 14px;
    font-family: 'Cuprum';
    padding: 0px 10px;
}

.ulnewsright ul li:hover {
    background: #EAEDED;
}

.brpadcon {
    display: block;
    position: relative;
    margin: 0px 0px 30px 0px;
}

.rbiteam {
    display: block;
    position: relative;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted #D4D4D4;
    color: #3e3e3e;
    line-height: 21px;
    font-family: 'Cuprum';
}

.podimg {
    display: block;
    margin-bottom: 10px;
}

.podimg a.title, .js-relap__item-title-text {
    display: block;
    font-size: 14px;
    font-family: 'Open Sans Condensed';
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 700;
}

.js-relap__item-title-text {
    color: #126C9D;
}

.podimg img {
    margin: 0px 10px 0px 0px;
    float: left;
}

/*** FOOTER ***/
#footer {
    display: block;
    width: 100%;
    height: 147px;
    background: url("images/footer.png?1") repeat-x;
    margin: 50px 0px 0px 0px;
    position: relative;
}

.fotlogo {
    position: absolute;
    top: 32px;
    left: 23px;
}

.fottext {
    display: block;
    position: absolute;
    top: 60px;
    left: 25px;
    color: #fff;
    font-family: 'Cuprum';
    font-size: 13px;
    line-height: 26px;
    text-shadow: 0px 1px 2px #000;
}

.fotmenu {
    display: block;
    position: absolute;
    top: 18px;
    left: 710px;
    width: 230px;
    text-shadow: 0px 1px 2px #000;
}

.fotmenu span {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans Condensed';
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 8px;
}

.fotmenu a {
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #4bb1e8;
    font-family: 'Cuprum';
}

.fotmenu a:before {
    content: '-';
    color: #fff;
    margin-right: 4px;
}

.fotmenu a:hover, .fotmail a:hover {
    color: #fff;
}

.fotmail > div {
    margin-top: 10px
}

.top {
    display: block;
    position: absolute;
    top: 10px;
    right: 13px;
    text-indent: -9999px;
    width: 16px;
    height: 11px;
    background: url("images/top.png") no-repeat;
}

.banners {
    display: block;
    position: absolute;
    bottom: 12px;
    right: 11px;
}

.banners img {
    opacity: 0.4;
    margin-left: 0px;
    transition: all 0.3s;
}

.banners img:hover {
    opacity: 1.0;
}

.fotmail {
    position: absolute;
    bottom: 58px;
    right: 10px;
    font-size: 13px;
    font-family: 'Cuprum';
    color: #fff;
    text-shadow: 0px 1px 2px #000;
}

.fotmail a {
    color: #4bb1e8;
}

#mobnav {
    display: none;
    transition: all 0.3s;
}

.fottextmobi {
    display: none;
}

.speedbar {
    display: block;
    height: auto;
    line-height: 32px;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, #F2F2F2 0%, #dedede 100%);
    padding: 0px 15px;
    border-radius: 2px;
    font-family: 'Cuprum';
    margin-top: -5px;
    text-shadow: 0px 1px 1px #fff;
}

.speedbar a {
    padding: 0px 5px;
}

.opapol {
    opacity: 0.5;
}

.pingati {
    display: block;
    margin: 0px 0px 50px 0px;
}

.pingati a {
    display: inline-block;
    padding: 6px 12px 5px 12px;
    background: url("images/blacktitle.png") repeat-x;
    color: #fff;
    font-family: 'Cuprum';
    font-size: 14px;
    text-shadow: 0px 1px 1px #000;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 10px;
}

.pages a:hover, .pages a.active {
    background: url("images/bluetitle.png") repeat-x;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.41);
}

.fullstory {
    display: block;
}

.fullstory h1 {
    display: block;
    font-size: 27px;
    font-family: 'Open Sans Condensed';
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    color: #000;
}

.autorshare {
    display: block;
    margin: 0px 0px 12px 0px;
    font-size: 13px;
    line-height: 24px;
    position: relative;
}

.share {
    display: block;
    margin-top: -10px;
    position: relative;
    top: 12px;
}

.sortsnews {
    margin: 0px 0px 22px 0px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    font-family: 'Open Sans';
}

.sortsnews span {
    margin: 20px 0px 20px 0px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans';
    font-weight: 400;
}

.imgandadv img {
    max-width: 336px;
    border-radius: 2px;
    cursor: pointer;
}

.imgandadv {
    width: 336px;
    float: left;
    margin: 0px 25px 10px 0px;
    position: relative;
}

i.fullscreen_icon {
    display: block;
    position: absolute;
    top: 5px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent url("images/fullscreen.png") no-repeat scroll 0% 0%;
}

.fullsnews {
    display: block;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans';
}

.newsinfos {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.commodule {
    display: block;
    margin: 0px 0px 50px 0px;
}

.comdemo {
    display: block;
    padding: 30px;
}

.reklama1 {
    display: block;
    margin: 0px 0px 30px 0px;
}

.test1 {
    display: block;
    text-align: center;
}

/*** OPEN SANS ***/
@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans'), local('OpenSans'), url('fonts/opensans-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/opensans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('fonts/opensans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/opensans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url('fonts/opensans-condensedbold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

/*** CUPRUM ***/
@font-face {
    font-family: 'Cuprum';
    src: local('Cuprum'), local('Cuprum Regular'), url('fonts/cuprum-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cuprum';
    src: local('Cuprum Bold'), local('Cuprum-Bold'), url('fonts/cuprum-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cuprum';
    src: local('Cuprum Italic'), local('Cuprum-Italic'), url('fonts/cuprum-bolditalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Cuprum';
    src: local('Cuprum Bold Italic'), local('Cuprum-BoldItalic'), url('fonts/cuprum-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

.mctitle a {
    display: block;
    font-size: 14px !important;
    font-family: 'Open Sans Condensed' !important;
    line-height: 21px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.age18 {
    background-color: #C03820;
    color: #FFF;
    padding: 3px 2px;
}

.aina2 {
    text-align: center;
}

.aina2 > div {
    zoom: 1;
    *display: block;
    display: inline-block;
    width: 49% !important;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.srm {
    height: 8px;
}

.advert-header {
    display: none;
    width: 320px;
    height: 100px;
    position: relative;
    margin-left: 370px;
    text-align: center;
    padding-top: 12px;
}

#sidright .bannergroup {
    margin-bottom: 15px;
}

.blacktitle a, .bluetitle a {
    color: white
}

.seemore {
    margin-top: 10px;
}

.menu3-container {
    display: none
}

.sidmargintop {
    margin-top: 13px;
}

#rlastnews .bn1iteam {
    width: 205px;
}

.page-info span {
    display: inline;
}

.sharein {
    display: inline-block;
}

.top-rkl {
    margin-bottom: 7px;
    margin-top: 3px;
}

div#sidright div:first-child {
    margin-top: -4px
}

.pos4content {
    text-align: center;
    margin-bottom: 20px;
}

/* mediametricks */
.mm-body__line a img {
    width: 100px !important;
    height: 70px !important;
    margin: 0px 10px 0px 0px;
}

.mm-body__line span {
    float: right !important;
    font-size: 14px;
    font-family: 'Open Sans Condensed';
    line-height: 21px;
    text-transform: uppercase;
    width: 190px !important;

}

.mm-body__line a {
    color: #126c9d !important;
    text-decoration: none !important;
    padding-bottom: 15px !important;
}

.mm-body__line a:hover span {
    color: black !important;
    text-decoration: none !important;
}

.mm-body {
    display: block;
    width: 100% !important;
    height: auto !important
}

.mm-body__line {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dotted #D4D4D4 !important;
    color: #3e3e3e;
    line-height: 21px;
}

.pluso.pluso-vertical {
    position: fixed;
    top: 10px;
    left: 20px;
    display: none;
}

/* end mediametricks */
/* rhinoslider */
.rhino-next, .rhino-prev {
    width: 64px;
    height: 64px;
    top: 50%;
    z-index: 9999;
    text-indent: -9999px;
    margin: -32px 0 0;
    transition: all .3s;
    opacity: .4
}

.rhino-prev {
    background: url(images/perv.png) no-repeat;
    left: 20px
}

.rhino-next {
    background: url(images/next.png) no-repeat;
    right: 20px
}

.rhino-next:hover, .rhino-prev:hover {
    opacity: 1
}

.rhino-toggle {
    top: -4px;
    left: -6px
}

.rhino-play {
    background-position: 0 0
}

.rhino-play:hover {
    background-position: 0 -53px
}

.rhino-pause {
    background-position: -56px 0
}

.rhino-pause:hover {
    background-position: -56px -53px
}

.rhino-container {
    position: relative
}

.rhino-caption {
    position: absolute;
    background: #000;
    display: none;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    padding: 10px;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.rhino-bullets {
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin: 0 0 0 -50px;
    z-index: 10;
    background: #fff;
    padding: 0
}

.rhino-bullets:after, .rhino-bullets:before {
    position: absolute;
    display: block;
    left: -16px;
    content: ' ';
    width: 16px;
    height: 26px;
    background: url(images/rhinoslider-sprite.png) -224px 0 no-repeat
}

.rhino-bullets:after {
    left: auto;
    right: -16px;
    background-position: -240px 0
}

.rhino-bullets li {
    float: left;
    display: inline;
    margin: 0 2px
}

.rhino-bullets li a.rhino-bullet {
    display: block;
    width: 16px;
    height: 15px;
    cursor: pointer;
    background: #fff;
    font-size: 10px;
    text-align: center;
    padding: 6px 0 5px;
    color: #333;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.rhino-bullets li a.rhino-bullet:focus, .rhino-bullets li a.rhino-bullet:hover {
    color: #999;
    background: #eee
}

.rhino-bullets li a.rhino-bullet.rhino-active-bullet {
    color: #fff;
    background: #5cd4e8
}

/* rhinoslider end */
/* ligntbox */
.lb-loader, .lightbox {
    text-align: center;
    line-height: 0
}

body:after {
    content: url(lightbox/images/close.png) url(lightbox/images/loading.gif) url(lightbox/images/prev.png) url(lightbox/images/next.png);
    display: none
}

.lb-dataContainer:after, .lb-outerContainer:after {
    content: "";
    clear: both
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 3px
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px
}

.lb-loader, .lb-nav {
    position: absolute;
    left: 0
}

.lb-outerContainer:after {
    display: table
}

.lb-container {
    padding: 4px
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(lightbox/images/loading.gif) no-repeat
}

.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(lightbox/images/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(lightbox/images/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-bottom: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    display: table
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
    padding-top: 10px;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(lightbox/images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

/* ligntbox end*/
.itemVideoBlock {
    margin-top: 15px;
}

div#k2ModuleBox385 li {
    list-style: none;
    margin-bottom: 5px
}

.anekdot {
    margin-bottom: 15px;
}

.sortsnews p img {
    padding: 0 10px 0 0;
}

.adf_sg_vstv {
    margin-bottom: 0 !important;
}

.twoleft object#player,
.tworight object#player,
.twoleft .avs_video_description,
.tworight .avs_video_description {
    width: 100% !important;
}

table[class^="smi_table"] a:hover {
    font-weight: 700 !important;
}

.relap-default__top-container.relap-default__view-strings {
    margin-bottom: -15px !important;
}

div[id^="mirtesen"] {
    margin-bottom: -40px !important;
}

#sidright ins.adsbygoogle {
    margin-bottom: 15px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 44px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pluso-only-mobile {
    display: none;
}

.imgandadv span.img-copy {
    font-size: 10px;
    font-style: italic;
    position: relative;
    top: -5px;
}

.only-large {
    display: none;
}