* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
body{
    background: #000;
    color: #fff;
}
p, h1, h2, h3, h4, h5, h6, button, input, textarea, a, ul, ol, li {
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    text-decoration: none;
}
a,a:visited{
    color: inherit;
}
a:focus{
    outline: none;
}
img{
    max-width: 100%;
    max-height: 100%;
}
button,
input,
textarea{
    font-family: "Geometria", sans-serif;
}
h2{
    font-size: 30px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #937d48;
    font-weight: 700;
    /* margin: 15px 20px; */
}
h3{
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.01em;
    font-weight: 700;
    /* margin: 15px 20px; */
}
h4{
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #937d48;
    font-weight: 700;
    
}
.text-content h4{
    margin: 15px 20px;
}
body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
    font-family: "Geometria", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.page{
    position: relative;
    min-width: 1324px;
    overflow: hidden;
}
.container{
    width: 1324px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.unit{
    padding-left: 10px;
    padding-right: 10px;
}
.noSelect{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.clearfix::before,
.clearfix::after{
    content: "";
    display: table;
    width: 100%;
}
.clearfix::after{
    clear: both;
}
.link{
    text-decoration: none;
}
.link:hover{
    text-decoration: underline;
}
.link-underlined{
    text-decoration: underline;
}
.link-underlined:hover{
    text-decoration: none;
}
.cursor-default{
    cursor: default;
}
.js-error{
    border-color: #f00 !important;
}
/*.ovf{
    overflow: hidden;
}*/
.center{
    text-align: center;
}
.blue{
    color: #50acbd;
}
.socials{
    list-style: none;
    font-size: 0;
}
.socials-item{
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: 11px;
    margin-left: 0;
}
.socials-item-link{
    background-image: url(../images/socials.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
}
.s-vk{
    background-position: 0 0;
}
.s-in{
    background-position: -36px 0;
}
.s-fb{
    background-position: -72px 0;
}
.s-tw{
    background-position: -108px 0;
}
.s-gp{
    background-position: -144px 0;
}
.s-ps{
    background-position: -180px 0;
}
.socials-small .socials-item{
    width: 26px;
    height: 26px;
    margin: 9px 0 0 5px;
}
.socials-small .socials-item-link{
    background-image: url(../images/socials-small.png);
}
.socials-small .s-fb{
    background-position: -26px 0;
}
.socials-small .s-yt{
    background-position: -52px 0;
}
.socials-small .s-in{
    background-position: -78px 0;
}
.socials-item:first-child{
    margin-left: 0;
}
.socials-item:last-child{
    margin-right: 0;
}
.socials-small-gray .socials-item{
    margin: 0;
    width: auto;
    height: auto;
}
.socials-small-gray .socials-item-link{
    background-image: url('../images/socials-small-gray.png');
    height: 16px;
    margin: 1px 12px;
}
.socials-small-gray .s-vk{
    width: 11px;
}
.socials-small-gray .s-in{
    background-position: -12px 0;
    width: 16px;
}
.socials-small-gray .s-fb{
    background-position: -29px 0;
    width: 8px;
}
.socials-small-gray .s-tw{
    background-position: -38px 0;
    width: 14px;
}
.btn,
.btn:visited{
    color: #50adbe;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
    height: 47px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 220px;
    padding: 12px 20px 13px;
    text-transform: lowercase;
    text-align: center;
    display: inline-block;
}
.btn-dark,
.btn-dark:visited{
    background: #111;
}
.btn-ghost,
.btn-ghost:visited{
    background: transparent;
    border: 1px solid #50adbe;
    height: 39px;
    padding: 8px 20px 9px;
    min-width: 184px;
}
.fullsize-btn-ghost {
    display: flex;
   // padding-right: 40px;
   align-items: center;
}
.btn-red,
.btn-red:visited{
    color: red;
    border-color: red;
}

.btn-dark:hover,
.btn-ghost:hover{
    background: #50adbe;
    color: #fff;
}

.btn-red:hover{
    color: black;
    background: red;
}
.btn-ghost-brown,
.btn-ghost-brown:visited{
    color: #907a46;
    border-color: #907a46;
}
.btn-ghost-brown:hover{
    background: #907a46;
    color: #fff;
}
.header{
    padding: 31px 0 29px;
}
.header-logo-wrap{
    padding: 0 6px;
}
.header-logo{
    max-width: 100%;
    max-height: 100%;
}
.header-menu-burger{
    display: none;
}
.header-menu{
    padding: 16px 0;
    list-style: none;
    font-size: 0;
    text-align: justify;
    text-justify: distribute;
}
.header-menu::after{
    content: "";
    display: inline-block;
    width: 100%;
}
.header-menu-item{
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    line-height: 13px;
    font-weight: 700;
    display: inline-block;
}
.mobile-menu-item{
    display: none;
}
.header-menu-link:hover,
.header-menu .active{
    color: #937d48;
}
.header-socials{
    float: right;
    padding-right: 5px;
    /*padding: 9px 0;*/
}
.header-search{
    float: right;
    margin-right: 17px;
    padding: 10px 0;
}
.search-input{
    font-size: 10px;
    font-weight: 500;
    letter-spacing: -0.03em;
    background-color: transparent;
    border: 1px solid #818181;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    text-transform: uppercase;
    padding: 7px 18px 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 117px;
    color: #fff;
}
::-webkit-input-placeholder {color:#919191;}
::-moz-placeholder          {color:#919191;}
:-moz-placeholder           {color:#919191;}
:-ms-input-placeholder      {color:#919191;}
.vids-list-slider,
.shop-slider,
.instagram-slider,
.biography-slider-years-list,
.biography-slider-text-list{
    height: 0;
    overflow-y: hidden;
}
.owl-carousel.owl-loaded{
    height: auto;
    overflow: visible;
}
.jumb{
    padding-bottom: 13px;
}
.j-slider .owl-dots{
    padding-top: 13px;
}
.j-slider-item{
    display: block;
    width: 100%;
    background: 50% 50% /cover no-repeat;
    padding-top: 56.25%;
}
.news-wrap{
    padding: 35px 0 30px;
}
.news-wrap .title{
    margin-bottom: 25px;
}
.news-wrap .leftcol{
    width: 782px;
    float: left;
}
.news-wrap .rightcol{
    width: 522px;
    float: right;
}
.news-box{
    background: #111;
    height: 350px;
    margin-bottom: 20px;
}
.news-box-img-wrap{
    display: block;
    width: 100%;
    background: 50% 50% /cover no-repeat;
    padding-top: 70.69%;
}
.news-box-content{
    padding: 16px 10px 16px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 185px;
    overflow: hidden;
}
.news-box-date{
    font-size: 12px;
    font-weight: 500;
    color: #888;
}
.news-box-title{
    margin-top: 10px;
    color: #50adbe
}
.news-box-title a:hover{
    text-decoration: underline;
}
.news-box-text{
    margin-top: 15px;
    letter-spacing: 0.01em;
    line-height: 16px;
}
.news-wrap .btn-more{
    margin: 5px 0 15px;
}
.news-btn-all-wrap{
    display: none;
}
.gigs-wrap{
    margin-bottom: 20px;
    background: url(../images/gigs-static.jpg) 50% 50% /cover no-repeat;
    height: 720px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
    position: relative;
}
/*.gigs-wrap::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.53);
}*/
.gigs-wrap .title{
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.gigs{
    list-style: none;
    padding: 0 88px;
    position: relative;
}
.gigs-concert-page{
    padding: 0 178px;
}

.gigs-slider{
    height: 0;
    overflow: hidden;
}
.gigs-slider.owl-loaded{
    height: auto;
}
.gigs-slider .owl-dots{
    margin-top: 15px;
}
.gig{
    display: table;
    min-height: 106px;
    width: 100%;
}
.gig-date,
.gig-info{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 0;
    display: table-cell;
    vertical-align: middle;
}
.gig-info-link:hover{
    text-decoration: underline;
}
.gig-date{
    font-size: 12px;
    line-height: 20px;
    color: #50acbd;
    letter-spacing: 0.01em;
    width: 110px;
    padding-right: 17px;
    text-align: center;
    border-right: 3px solid #50adbe;
}
.gig-date-num{
    font-size: 36px;
    display: block;
    margin-bottom: 6px;
    padding-top: 5px;
}
.gig-info{
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
.gig-info::before{
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    margin-top: -5px;
    top: 50%;
    left: -7px;
    background: #50adbe;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.gig:first-child .gig-info::before{
    width: 25px;
    height: 25px;
    margin-top: -12px;
    left: -14px;
}
.gig-info-city{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.gig-info-text{
    font-weight: 500;
    letter-spacing: 0;
    line-height: 16px;
    max-width: 87px;
}
.gigs-wrap-small{
    height: 350px;
    padding: 35px 0;
}
.gigs-wrap-small .gig{
    min-height: 60px;
}
.vids{
    padding: 20px 0 43px;
}
.vids .title{
    margin-bottom: 25px;
}
.vids-main{
    position: relative;
}
.vids-main::before{
    content: "";
    display: block;
    padding-bottom: 56.25%;
}
.vids-main iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.vids .btn-more{
    margin-top: 25px;
}
.vids-list-slider .owl-dots{
    padding-top: 20px;
}
.vids-dots-wrap{
    height: 44px;
    margin-top: 13px;
    display: table;
    width: 100%;
}
.vids-dots-wrap::after{
    content: '';
    display: table;
    clear: both;
}
.vids-dots-wrap-list, .vids-dots-wrap-btn{
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
.vids-dots-wrap-btn{
    text-align: right;
}
.vids-dots-wrap-btn .btn{
    margin-top: 0;
}
.vids-list{
    list-style: none;
}
.vids-list-item{
    margin-top: 20px;
    display: table;
    width: 100%;
    background: #111;
    height: 126px;
    overflow: hidden;
}
.vids-list-item-img a{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.vids-list-item-img a::before{
    content: "";
    padding-bottom: 56.25%;
    display: block;
}
.vids-list-item img{
    height: 126px;
    width: 224px;
}
.vids-list-item.current,
.vids-list-item:hover{
    background-color: #272727;
}
.vids-list-item:first-child{
    margin-top: 0;
}
.vids-list-item-img{
    width: 224px;
    display: table-cell;
    font-size: 0;
}
.vids-list-item-title{
    vertical-align: middle;
    display: table-cell;
    padding: 0 22px;
    color: #50adbe;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
}

.vids-list-item-time {
    color: #525252;
    margin-top: 15px;
    font-weight: normal;
    display: block;
}
.thank-wrap {
    margin: 20px 0;
}
.thank-wrap .container {
    padding: 0 20px;
}
.thank  {
    padding: 40px 0;
    border-radius: 90px;
    background: url(../images/thank.jpg) 50% 50% no-repeat;
}
.thank .btn {
    text-transform: none;
    padding: 12px 0;
    height: auto;
    width: 300px;
    max-width: 100%;
}
.player-wrap{
    padding: 18px 0 40px;
}
.player-wrap .container{
    background: url(../images/player.jpg) 50% 0 no-repeat;
    height: 502px;
}
.release{
    padding: 35px 95px 16px;
    width: 335px;
    text-align: center;
}
.release .title{
    margin-bottom: 24px;
}
.release .btn-more{
    margin-top: 12px;
}
.player{
    padding: 35px 37px 16px 0;
}
.player .title{
    text-align: center;
    margin-bottom: 35px;
}
.playlist-wrap{
    position: relative;
}
.playlist-wrap .viewport{
    height: 321px;
    overflow: hidden;
    position: relative;
    margin-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.videolist-wrap .viewport{
    height: 858px;
}
.playlist-wrap .overview{
    position: absolute;
    width: 100%;
}
.playlist-wrap .scrollbar{
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
}
.playlist-wrap .scrollbar .track,
.playlist-wrap .scrollbar .thumb{
    background: rgba(52,119,131, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.playlist-wrap .scrollbar .thumb{
    cursor: pointer;
    position: absolute;
    width: 100%;
}
.playlist{
    list-style: none;
}
.playlist-item{
    margin-top: 7px;
}
.playlist-item:first-child{
    margin-top: 0;
}
.jp-audio{
    height: 34px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    position: relative;
    padding: 10px 70px 10px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
}
.jp-controls{
    width: 12px;
    height: 14px;
    line-height: 13px;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 23px;
    top: 50%;
    margin-top: -7px;
}
.jp-play{
    width: 9px;
    height: 11px;
    background: url(../images/player.png) 0 0 no-repeat;
    vertical-align: middle;
}
.jp-pause{
    width: 12px;
    height: 14px;
    background: url(../images/player.png) 0 -11px no-repeat;
    vertical-align: middle;
}
.jp-duration{
    display: block;
    float: right;
    position: relative;
}
.jp-duration::first-letter{
    color: transparent;
    font-size: 0;
}
.jp-song-name{
    width: 85%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    white-space: nowrap;
    line-height: 14px;
}
.jp-play-bar{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #347783;
    display: none;
}
.jp-current-song{
    background: #265861;
}
.jp-progress{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.jp-progress .jp-seek-bar{
    height: 100%;
}
.jp-current-song .jp-play-bar{
    display: block;
}
.shop-wrap{
    padding: 40px 0 20px;
}
.beeps{
    padding: 20px 0 25px 85px;
    width: 415px;
}
.beeps-top-field{
    float: right;
}
.beeps-top-field:first-child{
    float: left;
}
.beeps .operators-select-wrap {
    display: none;
}
.beeps-top-field .selectBox-label{
    min-width: 149px;
}
.beeps .title{
    text-align: center;
    margin-bottom: 35px;
}
.beeps-note{
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0;
    text-align: center;
    background: #50acbd;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px;
    margin-top: 18px;
    margin-bottom: 16px;
}
.beeps .beeps-slider{
    display: none;
}
.beeps-slider .owl-dots{
    padding-top: 30px;
}
.beeps-list{
    list-style: none;
}
.beeps .playlist-item{
    margin-top: 0;
}
.beeps .jp-audio{
    padding: 9px 10px 8px 60px;
    height: 31px;
}
.beeps .beep-num{
    float: right;
    position: relative;
    opacity: .25;
    cursor: pointer;
    line-height: 14px;
}
.beeps .beep-num:hover{
    color: #fff;
    text-decoration: underline;
}
.beeps .jp-song-name{
    width: 75%;
}
.beeps .jp-current-song{
    background: #141414;
}
.beeps .jp-current-song .beep-num{
    opacity: 1;
}
.shop{
    padding: 55px 0 35px;
    background: url(../images/bg-shop.jpg) 50% 0 no-repeat;
    height: 503px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shop .title{
    margin-bottom: 80px;
    text-align: center;
}
.shop-slider{
    list-style: none;
    width: 516px;
    margin: 0 auto;
}
.shop-slider .owl-dots{
    padding-top: 90px;
}
.shop-slider .shop-item{
    text-align: center;
}
.shop-slider .shop-item-img-wrap{
    width: 152px;
    height: 152px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    line-height: 152px;
    font-size: 0;
    margin: 0 auto;
}
.shop-slider .shop-item-img-wrap img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    width: auto;
}
.shop-slider .owl-item .owl-lazy{
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.shop-slider .shop-item-price{
    font-size: 18px;
    font-weight: 700;
    color: #50acbd;
    display: block;
    margin-top: 18px;
}
.shop-slider .owl-dots{
    margin-top: 90px;
}
.dots-bg .owl-controls{
    text-align: center;
}
.dots-bg .owl-dots{
    background: rgba(0,0,0,.4);
    padding: 8px 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 28px;
    display: inline-block;
}
/*instagram-slider*/
.instagram-slider .owl-prev, .instagram-slider .owl-next{
    width: 24px;
    height: 40px;
    background: url("../images/ig-slider-arrow.png") no-repeat;
}
.instagram-slider .owl-next{
    background-position: -24px 0;
}
.instagram-slider .owl-prev {
    left: -30px;
}
.instagram-slider .owl-next {
    right: -30px;
}
.gallery{
    padding: 10px 0 70px;
}
.gallery .subtitle{
    color: #646464;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.gallery-slider{
    height: 600px;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
}
.gallery-slider.owl-loaded{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    background: none;
}
.gallery-slider .owl-item:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.gallery-slider .center:after{
    visibility: hidden;
    opacity: 0;
}
.gallery-btns{
    padding-top: 24px;
    vertical-align: top;
}
.gallery-btns .btn{
    margin-left: 28px;
    width: 240px;
    height: 47px;
    padding: 12px 0 13px;
    position: relative;
}
.gallery-btns .btn:first-child{
    margin-left: 0;
    text-transform: none;
}
.gallery-btns .btn:first-child:hover{
    background: transparent;
    color: #907a46;
}
.gallery-nav{
    display: inline-block;
    width: 9px;
    height: 14px;
    background-image: url(../images/chevron.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}
.gallery-prev{
    background-position: 0 0;
    left: 34px;
}
.gallery-next{
    background-position: -9px 0;
    right: 34px;
}
.btn-next-gallery{
    float: right;
}
.ig{
    padding: 10px 0 85px;
}
.ig .pure-g {
    position: relative;
}
.ig-left-arrow, .ig-right-arrow {
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 30px;
    top: 158px;
    transform: rotate(-45deg);
}
.ig-left-arrow::before, .ig-left-arrow::after, .ig-right-arrow::before, .ig-right-arrow::after {
    content: '';
    position: absolute;
    background-color: #50acbd;
    height: 30px;
    width: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.ig-left-arrow::before, .ig-right-arrow::before {
    right: 0;
}
.ig-left-arrow::after, .ig-right-arrow::after {
    transform: rotate(-90deg);
    bottom: -13px;
    right: 13px;
}
.ig-left-arrow {
    transform: rotate(135deg);
    left: -24px;
}
.ig-right-arrow {
    transform: rotate(-45deg);
    right: -24px;
}
.ig .subtitle{
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 5px;
    letter-spacing: 0.025em;
    color: #646464;
    font-weight: 700;
}
.ig-item-img-wrap{
    width: 306px;
    /*height: 306px;
    line-height: 306px;*/
    font-size: 0;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    background: #181818;
    position: relative;
}
.ig-item-video::after{
    content: "";
    width: 40px;
    height: 44px;
    background: url(../images/ig-vid.png) 0 0 no-repeat;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -22px;
}
.ig-item-text{
    font-weight: 500;
    line-height: 21px;
    color: #555;
}
.ig-item-img{
    /*width: auto !important;
    display: inline-block !important;
    vertical-align: middle !important;*/
}
.contacts{
    padding: 30px 0 70px;
}
.contacts-inner{
    font-size: 16px;
    line-height: 24px;
    padding-right: 40px;
}
.contacts-head,
.contacts-band-head{
    font-size: 18px;
    color: #937d48;
    text-transform: uppercase;
    margin: 45px 0 25px;
}
.contacts-person{
    font-weight: 700;
    float: left;
    width: 190px;
    margin-right: 20px;
}
.contacts-person-info{
    overflow: hidden;
}
.contacts-person-info .phone,
.contacts-person-info .email{
    position: relative;
    padding-left: 30px;
}
.contacts-person-info .phone::before,
.contacts-person-info .email::before{
    content: "";
    background-image: url(../images/contact-icons.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -8px;
    left: 0;
}
.contacts-person-info .phone::before{
    background-position: 0 0;
}
.contacts-person-info .email::before{
    background-position: 0 -24px;
}
.contacts-person-info .btn{
    font-size: 14px;
    height: 43px;
    margin-top: 15px;
}
.contacts-person-info .note{
    font-weight: 700;
    color: #717171;
    margin-top: 15px;
}
.contacts-band{
    position: relative;
}
.contacts-band-img{
    vertical-align: middle;
}
.contacts-band-head{
    position: absolute;
    top: 0;
    left: 45px;
}
.contacts-band-tip{
    position: absolute;
    top: 0;
    left: 0;
    width: 33px;
    height: 33px;
}
.contacts-band .tip1{
    top: 327px;
    left: 147px;
}
.contacts-band .tip2{
    top: 317px;
    left: 254px;
}
.contacts-band .tip3{
    top: 218px;
    left: 336px;
}
.contacts-band .tip4{
    top: 248px;
    left: 444px;
}
.contacts-band-icon{
    width: 33px;
    height: 33px;
    background: url(../images/tip.png) 0 0 no-repeat;
    cursor: pointer;
}
.contacts-band-item{
    position: absolute;
    background: #50acbd;
    color: #000;
    width: 214px;
    top: 100%;
    left: 50%;
    margin-top: 12px;
    margin-left: -107px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 13px 10px 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2;
}
.contacts-band-tip.active .contacts-band-icon{
    background-position: 0 -33px;
}
.contacts-band-tip.active .contacts-band-item{
    opacity: 1;
    visibility: visible;
}
.contacts-band-item::before{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -12px;
    width: 0;
    height: 0;
    border-bottom: 12px solid #50acbd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.contacts-band-item .email{
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
}
.text-content{
    max-width: 893px;
    margin: 0 auto;
    padding-bottom: 20px;
}
.text-content-link-back-wrap{
    margin-bottom: 10px;
}
.text-content-link-back,
.text-content-link-back:visited{
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 700;
}
.text-content-link-back:hover{
    color: #fff;
}
.text-content-link-back::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 10px;
    position: relative;
    bottom: -1px;
    background: url('../images/arrowBack.png') no-repeat;
    margin-right: 7px;
}
.text-content-main-img-box img{
    width: 100%;
    height: auto;
}
.text-content-wrap{
    background: url('../images/bgTextContent.jpg') no-repeat;
}
.text-content-wrap.up{
    margin-top: -83px;
    padding-top: 70px;
}
.text-content h1{
    font-size: 29px;
    color: #50acbd;
    margin: 65px 0 20px;
    text-transform: uppercase;
}
.text-content p{
    margin: 15px 20px;
    font-size: 15px;
    line-height: 24px;
}
.text-content ul, ol{
    list-style-position: inside;
}
.text-content iframe{
    margin: 55px auto;
    display: block;
    max-width: 100%;
}
.text-content .video-container,
.text-content .soundcloud-container{
    margin: 55px auto;
    position: relative;
}
.text-content .video-container::after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.text-content .video-container iframe:not(.instagram-media) {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    margin: 0;
}

.text-content a {
    color: #50acbd;
}
.text-content a:hover{
    text-decoration: underline;
}
.text-content blockquote{
    font-style: italic;
    font-weight: 500;
    margin: 15px 60px 15px 20px;
    color: #808080;
    text-align: right;
}
.text-content blockquote p{
    position: relative;
}
.text-content blockquote p::before, .text-content blockquote p::after{
    content: '';
    display: block;
    position: absolute;
    width: 38px;
    height: 39px;
    background: url('../images/blockquote.png');
}
.text-content blockquote p::before{
    left: -60px;
    top: 0;
}
.text-content blockquote p::after{
    -ms-background-position-x: 38px;
    background-position-x: 38px;
    right: -45px;
    bottom: -7px;
}
.text-content blockquote p{
    width: 70%;
    display: inline-block;
    font-size: 29px;
    text-align: left;
    line-height: 40px;
}
.text-content img{
    height: auto !important;
}
.text-content-no-margin h1,
.text-content-no-margin h2,
.text-content-no-margin p,
.text-content-no-margin p blockquote,
.text-content-no-margin blockquote p{
    margin-left: 0;
    margin-right: 0;
}
.text-content-header{
    text-align: center;
    padding-bottom: 70px;
}
.text-content-header time{
    color: #888888;
}
.text-content-share-wrap{
    text-align: center;
    margin-bottom: 85px;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.text-content-share{
    background-color: #111111;
    font-weight: bold;
    display: inline-block;
    padding: 5px 70px;
    color: #50acbd;
    border-radius: 36px;
    font-size: 16px;
    vertical-align: middle;
    cursor: default;
}
.text-content-share-list{
    vertical-align: middle;
    display: inline-block;
    margin-left: 11px;
}
.title-news{
    display: inline-block;
    margin-right: 10px;
}
.filter-year,
.get-news,
.get-news:visited{
    text-transform: lowercase;
    font-weight: bold;
    font-size: 16px;
    color: #7b7b7b;
    display: inline-block;
    margin: 0 0 0 15px;
    position: relative;
    top: -4px;
}
.filter-year{
    cursor: pointer;
    min-width: 61px;
    letter-spacing: 0;
    padding: 8px 35px 5px 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.filter-year.default .filter-year-item.default{
    display: none;
}
.filter-year.active{
    background-color: #111111;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.filter-year span{
    position: relative;
}
.filter-year span::after{
    content: '';
    position: absolute;
    background: url('../images/filterSmallArrow.png');
    display: block;
    width: 10px;
    height: 7px;
    right: -16px;
    top: 8px;
}
.filter-year.active span::after{
    -ms-background-position-x: 10px;
    background-position-x: 10px;
}
.filter-year-list{
    position: absolute;
    display: none;
    list-style-type: none;
    background-color: #111111;
    left: 0;
    right: 0;
    padding: 5px 0 20px;
    -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.2);
    box-shadow: 0 10px 10px rgba(0,0,0,.2);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.filter-year.active .filter-year-list{
    display: block;
    z-index: 9;
}
.filter-year-item{
    font-weight: normal;
    padding: 5px 0 5px 25px;
    font-weight: bold;
    color: #7b7b7b;
}
.filter-year-item:hover{
    background-color: #808080;
    color: #ffffff;
}
.remodal-new h1{
    font-size: 29px;
    color: #50acbd;
    text-transform: uppercase;
}
.container-music-title{
    display: inline-block;
    color: #50acbd;
}
.container-music-nav{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 40px;
}
.album{
    margin-bottom: 77px;
}
.single .music-box{
    background-size: 61.76% 61.76%;
    border-color: #181818;
}
.music-box, .photo-box{
    display: block;
    background: #181818 50% 50% /cover no-repeat;
}
.music-box{
    border: 4px solid #50acbd;
}
.photo{
    margin-bottom: 30px;
    background-color: #111111;
}
.music-box::after,
.photo-box::after{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.music-box-title{
    margin-top: 20px;
}
.music-box-title div{
    font-size: 18px;
    color: #888888;
}
.photo-box-title{
    padding: 20px 15px;
    /* height: 46px; */
    min-height: 46px;
}
.music-box-title-link,
.photo-box-title-link,
.music-box-title-link:visited,
.photo-box-title-link:visited{
    color: #50acbd;
    font-weight: bold;
    text-transform: uppercase;
}
.photo-box-title-link{
    font-size: 16px;
    line-height: 23px;
}
.photo-box-title-link:hover,
.music-box-title-link:hover{
    text-decoration: underline;
}
.single-page{
    margin-top: 30px;
    padding-bottom: 30px;
}
.single-page h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #50acbd;
    margin: 0px 0 15px;
}
.single-poster img{
    width: 100%;
    height: auto;
}
.single-info{
    margin-top: 25px;
}
.single-small-img-wrap{
    margin: 10px 0;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}
.single-small-img-wrap::after{
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%;
}
.single-small-img-wrap img{
    width: 100%;
    height: auto;
    display: block;
}
.single-content-header{
    margin-bottom: 40px;
}
.single-player{
    margin: 40px 0 35px;
}
.single-text{
    margin: 35px 0;
}
.single-content-data{
    font-size: 18px;
    color: #888888;
}
.single-buttons .btn{
    margin: 10px 1.5% 10px;
    text-transform: none;
    font-weight: 500;
}
.gallery-header{
    margin: 10px 0 20px;
}
.gallery-btn-box{
    padding-top: 20px;
}
.selectBox:hover{
    text-decoration: none !important;
}
.form-white .selectBox.selectBox-dropdown{
    width: 100% !important;
    background-color: transparent;
    border: 1px solid #fff;
    display: block !important;
    padding: 11px 40px;
    min-width: auto !important;
    height: auto !important;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border-radius: 19px;
}
.form-white .selectBox.selectBox-dropdown.select-money{
    font-size: 18px;
    padding: 9px 40px;
}
.form-white .selectBox-menuShowing{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom: none !important;
    padding-bottom: 12px !important;
}
.form-white .select-money.selectBox-dropdown.selectBox-menuShowing{
    padding-bottom: 10px !important;
}
.form-white .selectBox-label{
    padding-left: 0;
    display: inline;
}
.form-white .select-money .selectBox-label::after, .select-money-selectBox-dropdown-menu li a::after{
    content: '\f158';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    margin-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-white .selectBox-arrow{
    right: 14px;
}
.form-white .selectBox-arrow::after{
    background-image: url('../images/select-arr-white.png');
}
.form-white input{
    padding: 10px 40px;
}
.form-white .text-delimiter{
    font-weight: bold;
    text-transform: lowercase;
}
.form-white .text-delimiter, .form-white select, .form-white input, .form-white button{
    margin: 12px 0;
}
.form-white a.selectBox-menuShowing .selectBox-arrow::after{
    -ms-background-position-y: 0px;
    background-position-y: 0px;
    margin-top: -3.5px;
}
.select-money-selectBox-dropdown-menu, .form-select-selectBox-dropdown-menu{
    background-color: #232323;
    border-color: #fff;
}
.select-money-selectBox-dropdown-menu li a, .form-select-selectBox-dropdown-menu li a{
    padding: 4px 40px !important;
    font-size: 14px;
    font-weight: bold;
}
.select-money-selectBox-dropdown-menu li a{
    font-size: 18px;
}
.page-foto{
    padding-bottom: 60px;
    margin-top: 20px;
    background: url('../images/peoples.png') no-repeat top right;
}
.page-foto p{
    margin: 35px 0;
}
.page-foto-text{
    line-height: 1.8;
    font-weight: 500;
    margin: 30px 0;
}
.ul-in-text{
    list-style-type: none;
    margin: 0;
}
.ul-in-text li{
    margin: 3px 0;
}
.ul-in-text li::before{
    content: '';
    width: 10px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    margin-right: 5px;
    position: relative;
    top: -4px;
}
.link-to-back,
.link-to-back:visited{
    text-transform: lowercase;
    color: #767676;
    text-decoration: underline;
    font-weight: 500;
    display: inline-block;
    margin: 0 0 20px 0;
}
.link-in-text,
.link-in-text-blue{
    text-decoration: underline;
}
.link-in-text:hover,
.link-in-text-blue:hover,
.link-to-back:hover{
    text-decoration: none;
}
.link-in-text-blue,
.link-in-text-blue:visited{
    color: #50acbd;
}
.footer{
    background: #181818;
}
.footer-resprod{
    padding: 32px 0px 20px 20px;
}
.footer-resprod-about{
    font-weight: 500;
    color: #808080;
    letter-spacing: 0;
    line-height: 20px;
    padding-left: 69px;
}
.footer-socials{
    padding-right: 50%;
}
.footer-socials-wrap{
    background: #0f0f0f url(../images/bg-footer.png) 50% 50% no-repeat;
    padding: 72px 20px 93px;
    text-align: center;
}
.footer-socials-wrap .title{
    margin-bottom: 25px;
}
.footer-links{
    font-size: 0;
}
.footer-links a{
    display: inline-block;
}
.footer-links a::after{
    content: '';
    display: block;
}
.footer-links a:first-child{
    margin-top: 0;
}
.footer-links li{
    padding: 11px 0 4px;
}
.footer-right{
	text-align: left;
    padding-bottom: 30px;
}
.footer-left{
	background-color: #0f0f0f;
    text-align: right;
    padding-bottom: 30px;
}
.footer-content{
    width: 100%;
    max-width: 662px;
    display: inline-block;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-item{
    float: left;
    width: 50%;
    padding-top: 53px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.footer-item .title{
    margin-bottom: 22px;
}
.video{
    margin-bottom: 45px;
}
.video:last-child{
    margin-bottom: 70px;
}
.video-header{
    padding: 30px 0 20px;
}
.video-header h2{
    vertical-align: middle;
    margin-right: 40px;
}
.video-description{
    margin-top: 20px;
    padding-right: 40px;
}
.video-description p{
    margin: 20px 0;
    line-height: 1.7;
}
.video-description p a{
    color: #50ACBD;
    text-decoration: underline;
}
.video-description-album{
    color: #888888;
    margin: 5px 0 15px !important;
}
.gray-slidebar .scrollbar .track{
    background-color: #272727;
}
.gray-slidebar .scrollbar .thumb{
    background-color: #585858;
}
.black-slidebar .scrollbar .track{
    background-color: #060606;
}
.black-slidebar .scrollbar .thumb{
    background-color: #111111;
}
.group-poster-image{
    background: 50% 50% /cover no-repeat;
    padding-bottom: 63.25%;
}
.group-page-link{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
    border: 2px solid #525252;
    margin: 5px 0 13px;
}
.group-page-link:first-child{
    margin-top: 0;
}
.group-page-link:hover{
    border-color: #50acbd;
}
.group-page-link.active{
    background-color: #50acbd;
    border: 2px solid #000;
}
.group-page-link.active{
    cursor: default;
}
.group-page-link.active .group-page-link-name{
    color: #fff;
}
.group-page-link-img-box{
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    width: 93px;
    height: 93px;
    margin-right: 30px;
    overflow: hidden;
    margin-left: -1px;
}
.group-page-link-name{
    font-size: 0.83em;
    color: #929292;
}
.biography h2{
    margin: 30px 0;
}
.footer-dali{
    text-align: center;
    padding: 25px 0 22px;
}
.dali{
    font-size: 0;
    text-indent: -9999px;
    /*position: absolute;*/
    width: 118px;
    height: 18px;
    display: block;
    margin: 0 auto;
    /*right: 25px;
    bottom: 15px;*/
    background: url(../images/digitaldali.png) 0 0 no-repeat;
}
.dali:hover{
    background-position: 0 -18px;
}
.album.ig-item{
    margin-bottom: 0 !important;
}
.album.ig-item .music-box{
    border: none;
}
.biography-slider{
    background-color: #111;
    position: relative;
    margin-bottom: 100px;
}
.biography-slider::before, .biography-slider::after{
    content: '';
    position: absolute;
    width: 207px;
    top: 0;
    bottom: 0;
    z-index: 9;
}
.biography-slider::before{
    background: url('../images/overlay-left.png') repeat-y;
    left: 0;
}
.biography-slider::after{
    background: url('../images/overlay-right.png') repeat-y;
    right: 0;
}
.biography-slider-years{
    /*padding-bottom: 45px;*/
}
.biography-slider-years-list{
    list-style-type: none;
    padding-top: 70px;
}
.biography-slider-years-item{
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: #3a7a86;
    display: block;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
    cursor: pointer;
    height: 59px;
    text-transform: uppercase;
    line-height: 59px;
}
.biography-slider-years-item::after{
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    display: inline-block;
    background-color: #3a7a86;
    border-radius: 50%;
    left: 50%;
    margin-left: -5px;
    bottom: -44px;
}
.biography-slider-line{
    height: 2px;
    background-color: #428c9a;
    border: none;
    margin-top: -17px;
}
.biography-slider-years-list .owl-item.active.center .biography-slider-years-item{
    font-size: 48px;
    color: #50adbe;
    top: -6px;
}
.biography-slider-years-list .owl-item.active.center .biography-slider-years-item::after{
    width: 9px;
    height: 6px;
    background: url('../images/arrow-down-small.png') no-repeat center center #50adbe;
    padding: 9.5px 8px;
    bottom: -57px;
}
.biography-slider-text-list{
    list-style-type: none;
    padding-top: 60px;
    padding-bottom: 80px;
}
.biography-slider-text-item{
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    padding: 0 177px;
    line-height: 1.8;
}
.biography-slider-nav .owl-prev, .biography-slider-nav .owl-next{
    z-index: 10;
    cursor: pointer;
}
.biography-slider-nav .owl-prev.disabled, .biography-slider-nav .owl-next.disabled{
    display: none !important;
}
.page-search{
    background: url('../images/search-background.png') right bottom no-repeat;
    margin-bottom: 90px;
    min-height: 500px;
}
.search-short-info{
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 55px;
    line-height: 1.5;
}
.search-short-found{
    color: #646464;
}
.search-box{
    background-color: #111111;
    padding: 35px 35px 40px;
}
.search-box + .search-box{
    margin-top: 20px;
}
.search-box-title{
    font-weight: 700;
    color: #50acbd;
    margin-bottom: 20px;
    font-size: 16px;
}
.search-box-info{
    line-height: 1.5;
}
.page-search .videolist-wrap .viewport{
    height: 540px;
}
.artist-info-header{
    margin: 35px 0 55px;
}
.artist-info-header h2,
.socials-small-gray,
.artist-info-header-social{
    display: inline-block;
}
.artist-info-header h2{
    margin-right: 12px;
}
.artist-info .text-content{
    font-size: 14px;
    font-weight: 500;
}
.artist-info .text-content p{
    margin: 25px 0;
    font-size: 14px;
    font-weight: 500;
}
.artist-info .artist-info-text{
    padding-right: 20px;
}
.artist-info-text{
    max-width: 100%;
    page-break-inside: 30px;
}
.artist-info-btn{
    text-align: center;
}
.artist-info-btn .btn{
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}
.artist-info-extended{
    display: none;
}
.artist-player{
    background: url(../images/bg-artist-player.jpg) 50% 50% /cover no-repeat;
    padding: 60px 35px 25px;
    margin: 40px auto 35px;
}
.artist-player .jp-audio{
    padding-right: 30px;
}
.artist-video, .artist-video-slider{
    margin-top: 30px;
    margin-bottom: 60px;
}
.artist-video-h2{
    margin-bottom: 25px;
}
.artist-video .videolist-wrap .viewport{
    height: 420px;
}
.page-404 {
    text-align: center;
    font-size: 14px;
    color: #808080;
    padding: 50px 0 150px;
}
.page-404-img {
    max-width: 100%;
}
.page-404-title {
    font-size: 48px;
    color: #50acbd;
    margin-top: -75px;
}
.page-404-text {
    font-size: 14px;
    line-height: 20px;
    color: #808080;
    margin: 20px auto;
    max-width: 320px;
}
.page-404-link {
    margin-top: 20px;
    text-decoration: underline;
}
.page-404-link:hover {
    color: #fff;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}


@media screen and (min-width: 568px) and (max-width: 850px) {
    .news-wrap-more .pure-u-sm-1-5 {
        width: 33.3333%;
    }
}

.sb-medium-screen {
    margin-top: 7px;
}

.sb-small-screen {
    min-height: 177px;
}
.sb-second-screen {
    min-height: 50px;
}
.h4-no-margin {
    h4 {
        margin-left: 0px;
    }
}

