@charset "utf-8";
/* CSS Document */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
    color: #000;
    background: #FFF;
}

body {
    min-width: 635px
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

del, ins {
    text-decoration: none;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    margin: auto;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

legend {
    color: #000;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

body {
    font-family: 'Rubik', 'Roboto', 'Tahoma', sans-serif;
    font-size: 12px;
}

@media screen and (max-width: 510px) {
    body {
        font-size: 13px;
        line-height: normal;
    }
}

.maincontent {
    width: 90%;
    padding: 0 5%;
    text-align: center;
}

@media screen and (max-width: 730px) {
    .maincontent {
        width: 98%;
        padding: 0 1%;
        text-align: center;
    }
}

h1 {
    font-family: 'Rubik', 'Roboto', sans-serif;
    color: #000;
    font-weight: bold;
    font-size: 4em;
    padding-top: 1em;
}

@media screen and (max-width: 730px) {
    h1 {
        font-size: 2em;
    }
}

h2 {
    font-size: 1.2em;
    width: 100%;
    text-align: center;
}

h3 {
    font-size: 1.2em;
    padding: 3px 0;
}

.lineline {
    height: 5px;
    width: 650px;
    background-color: #000;
}

@media screen and (max-width: 730px) {
    .lineline {
        height: 3px;
        width: 330px;
    }
	  .blockbox > div {
    flex: 1 1 100% !important;
  }
  .blockbox, .abbox {
    flex-wrap: wrap;
  }
}

.camitem {
    display: inline-block !important;
    display: block;
    float: inherit !important;
    float: left;
    width: 200px;
    padding: 5px;
    background-color: #ddd;
    margin: 10px;
    vertical-align: top;
}

.camitem.teasing {
    background: -moz-linear-gradient(to top right, #933b4d, #3f196d); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, to top right, left bottom, color-stop(0%, #933b4d), color-stop(100%, #3f196d));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(to top right, #933b4d, #3f196d);
    background: -o-linear-gradient(to top right, #933b4d, #3f196d); /* Opera 11.10+ */
    background: -ms-linear-gradient(to top right, #933b4d, #3f196d); /* IE10 */
    background: linear-gradient(to top right, #933b4d, #3f196d); /* CSS3 */
}

.camitem p {
    color: #666;
}

.play {
    display: block;
    position: absolute;
    width: 200px;
    height: 150px;
    background: no-repeat url(/img/play.png) center center;
}

.simtext {
    font-size: 1.2em;
    color: #666;
    text-align: justify;
    padding: 10px 0;
    width: 90%;
    margin: auto;
}

ol.simlist {
    font-size: 1.2em;
    color: #666;
    text-align: justify;
    padding: 5px 0 10px 0;
    width: 90%;
    margin: auto;
}

ol.simlist li {
    padding: 5px 0 10px 0;
    list-style: outside decimal;
}

ul {
    list-style: none;
}

ul.simlist {
    font-size: 1.2em;
    color: #666;
    text-align: justify;
    padding: 5px 0 10px 0;
    width: 90%;
    margin: auto;
}

/*Player Buttons*/

.player_buttons {
    margin: 12px 0 24px;
    height: 48px;
}

.player_buttons a {
    border-bottom: 1px solid gray;
    color: black;
    font-size: 12px;
    text-decoration: none;
    position: relative;
}

.player_buttons a:hover {
    color: #ac2925;
    transition: 0.3s;
    border-bottom-color: #d99492;
}

.player_buttons div {
    vertical-align: top;
    display: inline-block;
    max-width: 125px;
}

.player_buttons div.left {
    margin-right: 10px;
    padding-top: 10px;
}

.player_buttons div.right {
    max-width: 110px;
    margin-left: 0;
    float: right;
    /*margin-left: 45px;*/
}

.player_container {
    /*padding: 10px;*/
    /*width: 640px;*/
    position: relative;
}

/*.test_player {*/
/*background-color: grey;*/
/*height: 600px;*/
/*max-width: 800px;*/
/*}*/

.player_buttons a:before {
    content: "";
    display: block;
    float: left;
    height: 25px;
    margin-right: 8px;
    margin-top: -5px;
    width: 25px;
    background-size: contain;
}

.player_buttons a:hover:before {
    transition: 0.3s;
    opacity: 0.7;
}

.player_buttons a.info:before {
    background-image: url("/img/info_icon.jpg");
}

.player_buttons a.flats:before {
    background-image: url("/img/flats_icon.jpg");
}

.player_buttons a.archive:before, .player_buttons a.live:before {
    /*width: 0;*/
    /*height: 0;*/
}

.player_buttons a.week_archive:before {
    background-image: url("/img/archive_icon_films.jpg");
}

.player_buttons a.week_archive:before {
    width: 33px;
}

.player_buttons a.day_archive:before {
    background-image: url("/img/archive_icon_film_solo.jpg");
}

.player_buttons a.live:before {
    background-image: url("/img/live_icon_radio.jpg");
}

.player_buttons a.week_archive, .player_buttons a.day_archive, .player_buttons a.live {
    background-size: contain;
    /*border: medium none;*/
    /*color: white;*/
    display: inline-block;
    font-size: 12px;
    /*height: 30px;*/
    opacity: 0.9;
    /*padding-left: 52px;*/
    padding-top: 10px;
    border: medium none;
    /*width: 157px;*/
}

/*.player_buttons a.archive{*/
/*background-image: url("/img/archive_icon.jpg");*/
/*}*/

/*.player_buttons a.live{*/
/*background-image: url("/img/live_icon.jpg");*/
/*padding-left: 14px;*/
/*width: 194px;*/
/*}*/

.player_buttons a.archive:hover, .player_buttons a.live:hover {
    opacity: 1;
}

/*SPbNovostroyka teaser*/

.lead .camitem {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin-left: -260px;
}

.lead {
    width: 100%;
}

.lead .simtext {
    width: auto;
}

.lead .camitem > a {
    display: inline-block;
    margin-bottom: 3px;
    color: white;
}

.lead .camitem > a:hover {
    transition: 0.3s;
    color: #ac2925;
}

.simtext_wrapper {
    float: left;
    margin-right: 280px;
}

.camitem.teasing img {
    border: 1px solid;
}


@media screen and (max-width: 1024px) and (orientation: portrait){

    .simtext_wrapper {
        margin-right: 0;
    }

    .lead .camitem {
        display: inline-block;
        font-size: 14px;
        line-height: 22px;
        margin-left: 0;
    }

    .maincontent {
        padding: 0 4%;
        text-align: center;
        width: 92%;
    }

    h2 span{
        white-space: inherit !important;
    }
}