@import url(/css/resources/reset.css);

@font-face {
    font-family: 'DIN Pro Bold';
    src: url('/fonts/din_pro_bold.eot');
    src: url('/fonts/din_pro_bold.eot?#iefix') format('embedded-opentype'), url('/fonts/din_pro_bold.svg#DIN Pro') format('svg'), url('/fonts/din_pro_bold.woff') format('woff'), url('/fonts/din_pro_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body {
    margin: 0px;
    padding: 0px;
    font-family: tahoma, serif;
    font-size: 13px;
    line-height: 18px;
    height: 100%;
    background: #01113f;
}
#wrapper {
    width: 1023px;
    height: 100%;
    margin: 0 auto;
    background: url('/images/bg.png') top center no-repeat;
}
#logo {
    width: 100%;
    height: 432px;
}
#logo img {
    margin: 85px 0 0 300px;
}
#cities {
    padding-left: 201px;
}
#cities a {
    display: block;
    margin-bottom: 3px;
    padding: 4px 0 0 8px;
    width: 190px;
    height: 23px;
    color: #fff;
    text-decoration: none;
    font-family: 'DIN Pro Bold';
    font-size: 16px;
    letter-spacing: 0.3px;
    border-radius: 14px;
}
#cities a.green:hover {
    background: #00a550;
}
#cities a.blue:hover {
    background: #17479e;
}
#cities a.red:hover {
    background: #ed1e25;
}
#cities a.orange:hover {
    background: #ffcb04;
}
#cities a.magenta:hover {
    background: #a64787;
}
#cities div {
    float: left;
    margin-right: 8px;
}
#perf_show {
    clear: both;
    padding-top: 30px;
    width: 100%;
}
#perf_show a {
    display: block;
    margin: 0 auto;
}
a#eltonjohn {
    width: 600px;
    height: 88px;
    background: url('/images/promo/eltonjohn.jpg') no-repeat;
    border: 1px solid #df071e;
    vertical-align: top;
}
a#manovar {
    width: 359px;
    height: 87px;
    background: url('/images/promo/manovar.jpg') no-repeat;
    border: 1px solid #1348aa;
}
a#mihaylov {
    width: 600px;
    height: 88px;
    background: url('/images/promo/mihaylov.png') no-repeat;
    border: 1px solid #1348aa;
}
a#vlady {
    width: 600px;
    height: 88px;
    background: url('/images/promo/vlady.jpg') no-repeat;
    border: 2px solid #444;
}
a#demis {
    width: 600px;
    height: 88px;
    background: url('/images/promo/demis.jpg') no-repeat;
    border: 2px solid #444;
}
#footer {
    clear: both;
    background: #01113f;
    color: #2e77b2;
    font-family: tahoma, serif;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
    padding: 30px 0 30px 0;
}
#counters {
    /*    display: none; */
    text-align: center;
    margin: 0 0 20px 0;
}