html, body {
    background-color: #52595A;
    height: 100%;/* растягиваю всю страницу по высоте экрана */
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.mailinfo {
    background: #EF4727;
    font-size:1em;
    color: #fff;
    height: 50px;
    padding:15px 10px 0px;
}

.bottom {
    background-color: #111;
    padding: 15px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    line-height: 9px;
}

.bottom p {
    font-weight: bold;
    color: #666;
}

.full {
    height: 100%;
}

.wrapper {
    min-height: 100%; /* минимальная высота блока 100%,т.е. меньшей высоты данный блок никогда не будет */
    height: auto !important; /* автоматическая высота для браузера IE */
    height: 100%; /* высота блока = 100% */
    position: relative; /* Положение элемента устанавливается относительно его исходного места на html-странице */
    width:100%; /* ширина блока = 100%, растягиваем ширину на всю страницу*/
    margin:0 auto; /* выравнивание блока по центру */
    overflow-x:hidden; /* если блок не вмещается по ширине, то указываем не создавать полосу прокрутки по ширине */
}

.clear
{
    clear: both; /* Отменяет обтекание элемента одновременно с правого и левого края.  */
    padding-bottom: 20px;
}

.footer {
    width: 100%; /* задаю ширину блока = 100% */
    height: 40px; /* задаю высоту блока = 80px */
    position: absolute; /* устанавливаю абсолютное позиционирование для блока footer */

    bottom: 0px; /* задаю отступ от нижней границы экрана = 0px, т.е. убираем отступ вообще*/

}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.right-margin {
    margin-right: 30px;
}

.country-img {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 30px;
}

.header {
    margin: 20px;
}

.logo {
    width: 12%;
    float: left;
}

@media (max-width: 1200px) {
    .logo {
        width: 18%;
    }
}

@media (max-width: 992px) {
    .logo {
        width: 20%;
    }
}

@media (max-width: 768px) {
    .logo {
        width: 23%;
    }
}

@media (max-width: 500px) {
    .logo {
        width: 35%;
    }

    .header {
        margin: 5px 20px;
    }
}

@media (max-width: 500px) {
    .logo {
        width: 40%;
        float: none;
        margin-bottom: 10px;
    }
}

.ad {
    margin: 5px auto;
    width: 70%;
}

@media (max-width: 500px) {
    .ad {
        width: 100%;
        margin-right: 0px;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
    .ad {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ad {
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .ad {
        float:right;
        margin-right: 30px;
    }
}

.main {
    background-color: #3D3E42;
    margin: 5px 15px;
    padding: 15px;
    color: #C9FBFF;
}

@media (max-width: 767px){
    .main {
        padding: 5px;
    }
}

.player-main {
    margin: 10px 15px 0px 15px;
    padding: 5px;
    background-color: #3D3E42;
    color: #C9FBFF;
}

.player-main img {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0px 5px;
}

.player-row {
    position: relative;
}

.player-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
}

@media (max-width: 768px) {
    .player-fixed {
        width: 100%;
    }
}

.player-fixed .player-main {
    margin: 0px 15px 0px 15px;
    padding: 5px;
}

#playerName {
    margin: 0px 5px;
}

.sameaslist {
    margin: 0px 0px 0px 100px;
}

.jp-audio {
    height: 25px;
    overflow: hidden;
}

.jp-volume-bar {
    display: inline-block;
    overflow: hidden;
    background: #47797D;
    width: 100px;
    height: 8px;
    margin: 0px 15px;
    cursor: pointer;
}

.jp-volume-bar-value {
    background: #C9FBFF;
    width: 50%;
    height: 5px;
}

.filters>div{
    margin-bottom: 10px;
}

.filters {
    margin-bottom: 10px;
}

.countries-select, .genres-select {
    width: 100%;
}

.select2-container a span{
    color: #C9FBFF;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 1px solid transparent;
    border-radius: 0 4px 4px 0;
    background: transparent;
}

.select2-container .select2-choice {
    border: 1px solid #47797D;
    background-color: transparent;
    background-image: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
     border-top: 1px solid #47797D;
}

.select2-drop-active {
    border: 1px solid #47797D;
}

.select2-container .select2-choice .select2-arrow b {
    border-color: #C9FBFF transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    background: transparent;
}

.select2-dropdown-open .select2-choice {
    -webkit-box-shadow: 0 1px 0 transparent inset;
    box-shadow: 0 1px 0 transparent inset;
}

.select2-drop {
    background: #3D3E42;
}

.select2-results {
    color: #C9FBFF;
}

.select2-results .select2-highlighted {
    background: #47797D;
}

.select2-search input {
    color: #C9FBFF;
    border: 1px solid #C9FBFF;
    background: transparent;
}

.select2-results .select2-ajax-error, .select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: transparent;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    background: transparent;
    border: 1px solid #47797D;
}

.nicescroll-rails > div:hover {
    background: #C9FBFF !important;
}

img {
    max-width: 100%;
    height: auto;
}

.searchname {

}

.searchname input {
    width: 100%;
    height: 26px;
    padding: 4px 20px 4px 8px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #47797D;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url('../img/select2.png') no-repeat 100% 4px, linear-gradient(to bottom, transparent 85%, transparent 99%) 0 0;
    background: transparent url('../img/select2.png') no-repeat 100% 4px;
    background: url('../img/select2.png') no-repeat 100% 4px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, transparent), color-stop(0.99, transparent));
    background: url('../img/select2.png') no-repeat 100% 4px, -webkit-linear-gradient(center bottom, transparent 85%, transparent 99%);
    background: url('../img/select2.png') no-repeat 100% 4px, -moz-linear-gradient(center bottom, transparent 85%, transparent 99%);
}

*::-webkit-input-placeholder {
    color: #47797D;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #47797D;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #47797D;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #47797D;
}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.searchname input:focus {
    border: 1px solid #C9FBFF;
}

.genre {
    padding: 0px 0px 0px 20px;
}

.listblock {
    margin-bottom: 10px;
    padding: 5px;
    background: #474C4C;
    position: relative;
}

.sameasblock1 {
    margin-bottom: 10px;
    padding: 5px;
    background: #474C3C;
    position: relative;
}

.sameasblock2 {
    margin-bottom: 10px;
    padding: 5px;
    background: #474C5C;
    position: relative;
}

@media (max-width: 767px) {
    .listblock > .col-sm-6 {
        padding: 5px;
    }
}

.blockmiddle {
    vertical-align: top;
    margin-left: 85px;
}

.blockavatar {
    float: left;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.clickable_text:hover {
    cursor: pointer;
    text-decoration: underline;
}

.blockdesc {
    overflow: hidden;
}

.android-apps {
    position: fixed;
    top: 50%;
    padding: 5px;
    background: #474C4C;
}

.device-header {
    display: none;
}

@media (max-width: 875px) {
    .android-apps {
        display: none;
    }

    .android .device-header {
        background: #3D3E42;
        display: block;
    }

    .android .device-header > div {
        margin: 0 auto;
        width: 210px;
    }

    .android .app {
        margin: 5px 10px 0 10px;
    }

    .android .android-logo {
        vertical-align: top;
        margin-top: 20px;
    }
}

.android-logo {
    width: 50px;
    height: 55px;
}

.app {
    margin-top: 5px;
}

.app-icon {
    width: 60px;
    height: 60px;
}

.app-name {
    text-align: center;
    width: 60px;
    color: #C9FBFF;
    font-size: 0.75em;
}

@media (min-width: 769px) {
    .share {
        z-index: 9999;
        position: fixed;
        bottom: 1%;
        right: 0;
        padding: 5px;
    }

    .b-share-btn__wrap {
        display: block;
        float: none !important;
        margin-left: 0 !important;
    }

    .b-share-btn__wrap a {
        margin: 4px;
    }

    .b-share__handle {
        float: none !important;
    }
}

@media (max-width: 768px) {
    .share {
        z-index: 9999;
        position: fixed;
        bottom: 0;
        right: 0;
        padding: 2px;
        background: #3D3E42;
    }

    .b-share-btn__wrap a {
        margin: 2px 8px 2px 0px;
    }
}