@font-face {
    font-family: 'MyriadProBoldCondensed';
    src: url('./fonts/myriadpro-boldcond-webfont.eot');
    src: url('./fonts/myriadpro-boldcond-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/myriadpro-boldcond-webfont.woff') format('woff'), url('./fonts/myriadpro-boldcond-webfont.ttf') format('truetype'), url('./fonts/myriadpro-boldcond-webfont.svg#MyriadProBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
    margin: 0;
    min-width: 1200px;
    width: 100%;
    color: #373737;
    background: black;
}


input, textarea, select {
    outline: none !important;
}

h2, h3 {
    font-family: 'MyriadProBoldCondensed', sans-serif;
    text-shadow: 0 1px 2px white;
    text-decoration: none;
    margin: 0;
    font-weight: 500;
}

h2 {
    font-size: 21px;
    color: #005dac;
}

h3 {
    color: #333333;
    font-size: 16px;
    margin: 2px 0;
}

p {
    line-height: 19px;
}

.article h3 {
    font-size: 16px;
    color: #005dac;
}

.blue, .link, .link:visited {
    color: #005dac;
}

.link {
    font-weight: 500;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline !important;
}

.news-link {
    font-family: 'MyriadProBoldCondensed', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.toplight {
    position: absolute;
    max-width: 2880px;
    height: 1451px;
    width: 100%;
    background: url("img/sky.png") center top no-repeat;
    top: 0;
    z-index: 2;
}

.topmenu {
    position: relative;
    z-index: 5;
    width: 1062px;
    height: 530px;
    margin: 20px auto 0 auto;
    background: url("img/sprite.png");
    background-position: 0 0;
    margin-bottom: -41px;
    left: -6px;
}

.logo {
    position: relative;
    width: 606px;
    height: 86px;
    background: url("img/sprite.png");
    background-position: -531px -786px;
    display: block;
    top: 117px;
    left: 57px;;
}

.logo:hover {
    background-position: -531px -873px;
}

.banner-container {
    height: 111px;
    width: 592px;
    float: left;
    margin-top: 130px;
    margin-left: 63px;
}

.banner-light {
    width: 593px;
    height: 156px;
    float: left;
    background: url('img/sprite.png') no-repeat;
    z-index: 999;
    margin-top: -114px;
    margin-left: 63px;
    position: relative;
    overflow: hidden;
    background-position: -544px -988px;
}

.menubar {
    width: 1000px;
    margin: 5px auto 0 auto;
    position: relative;
    top: 7px;
    left: -10px;
}

.menubar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

.menubar ul li {
    display: inline;
}

.item {
    font-family: 'MyriadProBoldCondensed', sans-serif;
    background: url('img/menu-item-background.png') center no-repeat;
    float: left;
    padding: 22px 25px 0 25px;
    /*padding: 22px 11px 0 11px;*/
    font-size: 21px;
    line-height: 55px;
    color: #fff;
    text-shadow: 0 2px 0 #000;
    text-transform: uppercase;
    text-decoration: none;
}

.item:hover {
    background: url('img/menu-item-background-hover.png') center no-repeat;
    color: #05192b;
    text-shadow: 0 1px 0 #4385bb;
}

.item-home {
    float: left;
    padding: 21px 11px 0 11px;
    background: url('img/menu-item-home.png') center no-repeat;
    line-height: 55px;
    width: 37px;
    height: 76px;
    position: relative;
    top: -10px;
}

.item-home:hover {
    background: url('img/menu-item-home-hover.png') center no-repeat;
}

/*
.item-home{
    display: inline-block;
    width: 20px;
    height: 22px;
    background: url('img/sprite.png');
    background-position: -63px -545px;

}
.item-home:hover,.item-home.active{
    background-position: -63px -569px;
}
.item, .item:visited{
    margin-left: 20px;
    font-family: 'MyriadProBoldCondensed', sans-serif;
    color: white;
    font-size: 20px;
    text-shadow: 1px 1px 2px black;
    text-decoration: none;
    margin-left:20px;
}
.item:hover, .item.active{
    color: #90ccff;
    text-shadow: inset 1px 1px 2px white;
}*/
.search {
    position: relative;
    width: 240px;
    top: 32px;
    height: 30px;
    float: right;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #051c2e;
    border: none;
    padding: 4px 10px;
    color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: inset 0px 1px 2px black, 0px 1px 1px black;
    -moz-box-shadow: inset 0px 1px 2px black, 0px 1px 1px black;
    -webkit-box-shadow: inset 0px 1px 2px black, 0px 1px 1px black;
}

.search-tool {
    position: relative;
    display: inline-block;
    top: 38px;
    float: right;
    right: -230px;
    z-index: 8;
    width: 19px;
    height: 22px;
    background: url('img/sprite.png');
    background-position: -10px -632px;
    cursor: pointer;
}

.flag {
    position: relative;
    float: right;
    z-index: 25;
    width: 79px;
    height: 125px;
    background: url('img/sprite.png');
    background-position: -837px -582px;
    /*top: 5px; *//* KulaPard */
    /*right: 123px; *//* KulaPard */
    top: 96px;
    right: -51px;
}

.content {
    padding-top: 24px;
    width: 1101px;
    margin: 0 auto;
    min-height: 213px;
    background: url('img/windows.png');
    position: relative;
    z-index: 4;
}

.leftblock {
    width: 699px;
    padding-bottom: 5px;
    float: left;
    margin-left: 65px;
    background: #dadada;
    position: relative;
    z-index: 4;
    margin-bottom: 40px; /* KulaPard */
}

.inside-left {
    width: 688px;
    margin: 0 auto;
    border: 1px solid black;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-shadow: 0px 1px 1px white;
}

.border-dotted {
    width: 100%;
    height: 2px;
    background: url('img/bord-black.png');
    margin: 10px 0;
}

.article {
    margin-top: 10px;
}

.video {
    height: 410px;
    margin: 10px 0;
    width: 100%;
    padding: 15px;
    background: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0px 1px 2px black;
    -moz-box-shadow: 0px 1px 2px black;
    -webkit-box-shadow: 0px 1px 2px black;
}

.player {
    background: black;
    width: 100%;
    height: 100%;
}

.iron-left {
    position: absolute;
    z-index: 25;
    width: 708px;
    height: 44px;
    background: url('img/sprite.png');
    background-position: -176px -741px;
}

.iron-right {
    position: absolute;
    z-index: 25;
    width: 213px;
    height: 44px;
    background: url('img/sprite.png');
    background-position: -899px -750px;
}

.clear {
    clear: both;
}

.rightblock {
    float: right;
    margin-top: -11px;
    margin-right: 69px;
    background: #dadada;
    width: 213px;
    position: relative;
    z-index: 4;
    text-shadow: 0 1px 0 #e7e7e7;
}

.inside-right {
    width: 203px;
    margin: 0 auto;
    padding-bottom: 5px;
}

.grey-window {
    width: 100%;
    padding: 15px 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid black;
    margin-bottom: 15px;
    background: #afafaf;
}

.grey-window h3 {

}

.grey-window .right-content-block h3 {
    padding: 0 12px 5px 15px;
}

.grey-window .break {
    padding: 0;
}

.fb-plugin {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid black;
    height: 150px;
}

.itunes, .rss {
    display: block;
    border: 0;
    width: 184px;
    height: 48px;
    background: url('img/sprite.png');
    cursor: pointer;
    position: relative;
    z-index: 100;
}

.itunes {
    background-position: -64px -613px;
    margin-bottom: 10px;
}

.rss {
    background-position: -64px -668px;
    margin-bottom: 35px;
}

.itunes:hover {
    background-position: -271px -613px;
}

.rss:hover {
    background-position: -271px -668px;
}

.news, .right-content-block {
    background: #dadada;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0px 1px 1px white;
    -moz-box-shadow: inset 0px 1px 1px white;
    -webkit-box-shadow: inset 0px 1px 1px white;
    position: relative;
    z-index: 25;
    margin-top: 15px;
}

.bird {
    position: relative;
    z-index: 20;
    float: left;
    top: -25px;
    width: 37px;
    margin-bottom: -15px;
    height: 37px;
    background: url('img/sprite.png');
    background-position: -75px -737px;
}

.news-body {
    padding: 10px 15px;
    border-top: 1px solid #b3b3b3;;
    box-shadow: inset 0px 1px 1px white;
    -moz-box-shadow: inset 0px 1px 1px white;
    -webkit-box-shadow: inset 0px 1px 1px white;
}

.news-body a, .news-body a:visited {
    color: #005dac;
}

.news-body a:hover {
    /*text-decoration: none;*/
    text-decoration: underline;
}

.write-date {
    text-align: right;
    font-family: 'MyriadProBoldCondensed', sans-serif;
    text-shadow: 0 1px 2px white;
    color: #005dac;
    font-size: 13px;
    font-weight: 500;
    border-top: 1px solid #b3b3b3;
    box-shadow: inset 0px 1px 1px white;
    -moz-box-shadow: inset 0px 1px 1px white;
    -webkit-box-shadow: inset 0px 1px 1px white;
    width: 100%;
    padding: 12px 15px 0 5px;
    margin-top: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    z-index: 33;
}

.shadow-bottom {
    position: absolute;
    margin-top: -10px;
    width: 182px;
    height: 29px;
    background: url('img/sprite.png');
    background-position: -944px -553px;
    z-index: 8;
}

.break {
    position: relative;
    float: right;
    left: -35px;
    margin-top: -3px;
    margin-bottom: 3px;
}

.tags, .tags:visited {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 6px;
    max-width: 146px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    font-family: 'MyriadProBoldCondensed', sans-serif;
    text-shadow: 0 1px 2px white;
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    box-shadow: inset 0px 1px 1px white, 0px 1px 1px black;
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 1px black;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 1px black;
    text-decoration: none;
    background: #ececec;
    border: 1px solid #b9b9b9;
    white-space: nowrap;
}

.tags:hover, .links:hover {
    color: #005dac;
}

.links {
    display: block;
    color: #535353;
    margin-bottom: 12px;
    text-decoration: none;
    line-height: 15px;
    vertical-align: middle;
    background: url('img/sprite.png');

}

.home, .tw, .fb {
    width: 15px;
    height: 15px;
    margin-right: 6px;
    float: left;
    background: url('img/sprite.png');
}

.home {
    background-position: -488px -619px;
}

.fb {
    background-position: -488px -646px;
}

.tw {
    background-position: -488px -674px;
}

.mail {
    width: 16px;
    height: 15px;
    margin-right: 5px;
    float: left;
    background: url('img/sprite.png');
    background-position: -488px -702px;
}

.wallpaper {
    width: 44px;
    height: 37px;
    border: 5px solid white;
    background: black;
    box-shadow: 1px 1px 1px black;
    -moz-box-shadow: 1px 1px 1px black;
    -webkit-box-shadow: 1px 1px 1px black;
    float: left;
    margin-right: 7px;
}

.thebigpodcast {
    width: 55px;
    height: 361px;
    background: url('img/sprite.png');
    background-position: -1081px 0;
    float: left;
    position: absolute;
    z-index: 15;
    bottom: -10px;
    left: -8px;
}

.bottom-windows {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 1006px;
    height: 193px;
}

.bottom-back {
    position: relative;
    margin-top: -1661px;
    height: 1828px;
    width: 100%;
    background-image: url('img/main-bg.jpg');
    background-position: top center;
    z-index: 1;
    -webkit-transform: translateZ(0);
}

.footer {
    width: 1020px;
    margin: -153px auto 0 auto;
    vertical-align: bottom;
    height: 50px;
    position: relative;
    z-index: 80;
}

.copyright {
    float: left;
    text-shadow: 1px 1px 2px black;
    color: white;
    margin-right: 41px;
    margin-left: -10px
}

.feedback {
    width: 450px;
    float: left;
    margin-top: -52px;
}

.left-bubble, .right-bubble {
    display: block;
    width: 129px;
    height: 52px;
    background: url('img/sprite.png');
}

.left-bubble {
    float: left;
    background-position: -535px -614px;
}

.right-bubble {
    float: right;
    background-position: -678px -614px;
}

.bottom-menu {
    float: right;
}

.bottom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-menu ul li {
    display: inline;
    color: white;
}

.item-b {
    color: white;
    box-shadow: 1px 1px 1px black;
    -moz-box-shadow: 1px 1px 1px black;
    -webkit-box-shadow: 1px 1px 1px black;
    margin: 0 5px;
    font-size: 11px;
    text-decoration: none;
}

.item-b:hover {
    color: #bde2fc
}

.onair {
    position: absolute;
    right: -53px;
    top: 205px;
    z-index: 5;
    width: 471px;
    height: 170px;
    background: url('img/sprite.png');
    background-position: -8px -875px;
}

.green {
    background-position: -8px -1045px;
}

.what {
    display: block;
    width: 270px;
    height: 41px;
    background: url('img/sprite.png');
    position: relative;
    background-position: 0 -789px;
    margin: 0 auto;
    z-index: 55;
    top: 26px;
}

.what:hover {
    background-position: 0 -830px;
}

.vas {
    float: left;
    width: 151px;
    height: 125px;
    background: url('img/sprite.png') no-repeat;
    background-position: -955px -599px;
    padding-right: 15px;
    border-right: 1px solid #a5a5a5;
    box-shadow: 1px 0px 0px white;
    -moz-box-shadow: 1px 0px 0px white;
    -webkit-box-shadow: 1px 0px 0px white;
    padding-bottom: 20px;
}

.vas-txt {
    float: left;
    padding-left: 15px;
    width: 473px;
}

.pod-title, .pod-title:visited {
    font-size: 16px;
    color: #005dac;
    font-family: 'MyriadProBoldCondensed', sans-serif;
    text-shadow: 0 1px 2px white;
    text-decoration: none;
}

.pod-title:hover {
    color: #333;
    text-decoration: underline;
}

.download, .playlist {
    height: 16px;
    float: right;
    padding-top: 5px;
    padding-left: 16px;
    padding-right: 14px;
    background: url('img/sprite.png') no-repeat;
    font-family: 'MyriadProBoldCondensed', sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-shadow: 0 1px 0 #ebebeb;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    margin-left: 15px;
    cursor: pointer;
}

.download {
    background-position: -2px -556px;
    color: #9031b6;
    /*box-shadow: 1px 0 0 #fff;*/
}

.playlist {
    background-position: -212px -561px;
    color: #005dac;
}

.download:hover, .playlist:hover {
    text-decoration: underline;
}

.pod-picture {
    float: left;
    padding-right: 15px;
    border-right: 1px solid #a5a5a5;
    box-shadow: 1px 0px 0px white;
    -moz-box-shadow: 1px 0px 0px white;
    -webkit-box-shadow: 1px 0px 0px white;
}

.pic {
    width: 231px;
    margin-bottom: 20px;
    /*height: 217px;*/
    /*background:grey;*/
}

.pic img {
    width: 231px;
    /*overflow: visible;*/
    /*height: 217px;*/
    /*padding-bottom: 20px;*/
}

.pod-body {
    float: left;
    padding-left: 15px;
    width: 393px;
}

.pod-body a {
    color: #005dac;
}

.pod-body a:hover {
    text-decoration: none;
}

.pod-social {
    height: 16px;
    line-height: 16px;
    margin: 15px 0;
}

.pod-social a {
    display: block;
    float: left;
    margin-right: 10px;
    height: 16px;
    width: 16px;
    background: url('img/sprite.png') no-repeat;
}

.pod-social .s1 {
    background-position: -383px -560px;
}

.pod-social .s2 {
    background-position: -408px -560px;
}

.pod-social .s3 {
    background-position: -433px -560px;
}

.pod-social .s4 {
    background-position: -458px -560px;
}

.pod-social .s5 {
    background-position: -484px -560px;
}

.pod-social .s6 {
    background-position: -508px -560px;
}

.pod-social .s7 {
    background-position: -533px -560px;
}

.guest {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    text-align: center;
}

.guest.bord {
    border-right: 1px solid #a5a5a5;
    box-shadow: 1px 0px 0px white;
    -moz-box-shadow: 1px 0px 0px white;
    -webkit-box-shadow: 1px 0px 0px white;
}

.pod-guest {
    width: 60px;
    height: 60px;
    background: white;
    padding: 8px;
    box-shadow: 1px 1px 1px grey;
    -moz-box-shadow: 1px 1px 1px grey;
    -webkit-box-shadow: 1px 1px 1px grey;
    margin: 10px auto;
}

.pod-guest img {
    width: 60px;
    height: 60px;
}

.audio {
    width: 100%;
    /*height: 100%;*/
    /*height: 30px;*/
    background: grey;
    /*margin-bottom: 20px;*/
}

.comments-counter {
    float: right;
    display: inline-block;
    margin: 5px 5px 5px 0;
    padding: 0 9px;
    color: #535353;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.comments-counter:hover {
    color: #005dac;
    text-decoration: underline;
}

.moar {
    float: left;
}

.paginator {
    float: right;
}

.pg, .pg:visited, .moar {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0 9px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    font-family: 'MyriadProBoldCondensed', sans-serif;
    text-shadow: 0 1px 2px white;
    color: #535353;
    font-size: 18px;
    font-weight: 500;
    box-shadow: inset 0px 1px 1px white, 0px 1px 1px black;
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 1px black;
    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 1px black;
    text-decoration: none;
    background: #ececec;
    border: 1px solid #b9b9b9;
    white-space: nowrap;
    cursor: pointer;
}

.pg:hover, .moar:hover {
    color: #005dac;
    background: #fff;
}

.pg-active {
    color: #005dac;
    background: #fff;
    cursor: default;
}

.pg-ellipsis, .pg-ellipsis:hover {
    color: #535353;
    background: #ececec;
    cursor: default;
}

.guest-photo, .paspartu {
    background: white;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 1px grey;
    -moz-box-shadow: 1px 1px 1px grey;
    -webkit-box-shadow: 1px 1px 1px grey;
}

.paspartu img {
    width: 100%;
    height: 100%;
}

.paspartu-right {
    float: right;
    margin-left: 15px;
    margin-right: 0px;
}

.paspartu-left {
    float: left;
    margin-left: 0px;
    margin-right: 15px;
}

.cult-img {
    width: 300px;
}
