@font-face {
    font-family: 'Matra CG';
    src: url('../resources/fonts/Matra CG.otf');
    font-weight: normal;
    font-style: normal;
}
#header .search-bar form input {
    height: 80px;
    width: 100%;
    margin-right: 0!important;
    background-color: rgba(26, 26, 28, 0.7490196078431373);
    border: none;
    border-radius: 10px;
    padding-left: 30px;
    font-size: 20px;
    text-transform: capitalize;
    color:#ddd;
}
.flag-menu {
    margin-top: 0px;
}

.flag-menu ul li a:hover {
    color: #2ac4b7;
    text-decoration: none;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}

.dropdown-menu {
    background-color: #2a2a2a !important;
}

.dropdown-menu li {
    padding: 0px 0px 5px 10px;
}

.dropdown-menu li span:hover {
    color: #2ac4b7;
    text-decoration: none;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
#page-title {
    position: relative;
    margin-top: 145px;
    margin-bottom: 70px;
}
.header-title h2 {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.header-title h2 span {
    color: #2ac4b7;
}
.big-title {
    font-family: 'Matra CG';
    height: 205px;
    position: absolute;
    top: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.3;
    text-align: center;
}
.brend {
    font-family: 'Matra CG';
    text-transform: uppercase;
    color: white;
    margin: auto;
    opacity: 0.9;
    text-align: center;
}
.logo-top {
    font-size: 52px;
}
.logo-footer {
    font-size: 42px;
}
.logo a:hover .brend {
    opacity: 1;
    text-decoration: none;
    -o-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
}
.footer_logo {
    margin-bottom: 10px;
}
.form form input {
    text-transform: none !important;
}
.form .btn-primary {
    text-transform: uppercase;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #d9534f;
}
.has-error .form-control {
    border-color: #d9534f !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
label {
    color: white;
    opacity: 0.4;
}
img#contactform-verifycode-image {
    background: #0f0f0f;
}
.buy a {
    font-size: 22px;
}
/*pagination*/
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2bc4b7;
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

.page-link:hover {
    z-index: 2;
    color: #2a2a2a;
    text-decoration: none;
    background-color: #2bc4b7;
    border-color: #2bc4b7;
}

.page-item.active .page-link {
    z-index: 1;
    color: #2a2a2a;
    background-color: #2bc4b7;
    border-color: #2bc4b7;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}
/*badge*/
.badge-primary {
    color: #2ac4b7;
    background-color: #2a2a2a;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #2a2a2a;
    text-decoration: none;
    background-color: #2bc4b7;
}
/*tag-cloud*/

.fsize11 	{ font-size:11px !important; line-height:15px !important; }
.fsize12 	{ font-size:12px !important; line-height:16px !important; }
.fsize13 	{ font-size:13px !important; line-height:17px !important; }
.fsize14 	{ font-size:14px !important; line-height:18px !important; }
.fsize15 	{ font-size:15px !important; line-height:19px !important; }
.fsize16 	{ font-size:16px !important; line-height:20px !important; }
.fsize17 	{ font-size:17px !important; line-height:23px !important; }
.fsize18 	{ font-size:18px !important; line-height:24px !important; }
.fsize19 	{ font-size:19px !important; line-height:25px !important; }
.fsize20 	{ font-size:20px !important; line-height:26px !important; }
.fsize26 	{ font-size:26px !important; line-height:30px !important; }
.fsize30 	{ font-size:30px !important; line-height:36px !important; }
.fsize40 	{ font-size:40px !important; line-height:46px !important; }

/*comment*/
#blog-post .form .btn-default{
    font-family: 'Oswald';
    color: #878787;
    background-color: transparent;
    border-color: #494949;
    padding: 20px 38px 22px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 19px;
    letter-spacing: 1px;

}
#blog-post .form .btn-default:hover{
    background-color: #494949;
    border-color: #494949;
}

#blog-post .form .btn-default:active{
    background-color: #2ac4b7!important;
    border-color: #2ac4b7!important;
}

#blog-post .form .btn-primary {
    border-color: rgb(42, 196, 183);
    padding: 10px 32px 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#blog-post .form .btn-default {
    border-color: rgb(73, 73, 73);
    padding: 10px 32px 14px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#blog-post .reply-button {
    float: left;
    margin-top: 0px;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}
#blog-post .reply-button:hover{
    color:#2ac4b7;
}
#blog-post .comment .comment-header, .comment .comment-footer {
    opacity: 1;
    color: #2ac4b7;
    font-style: italic;
}
#blog-post .comment .comment-text {
    margin: 3px 0;
    font-size: 18px;
    line-height: 30px;
    color: #888;
}
#blog-post .comment .author {
    font-size: 1.4em;
}
#blog-post .comments {
    margin: 30px 0;
    color: #2bc4b7;
}
#blog-post .comment .sub-comments {
    margin: 39px 0 0 60px;
}
#blog-post .comment-form-reply {
    margin-top: 40px;
    margin-left: 15px;
}
#blog-post .sub-comments .comment {
    margin-bottom: 30px;
}
.blog-categories h2, .blog-recent-post h2 {
    font-family: 'Oswald';
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
/*share social yandex*/
.ya-post-share{
    margin-top: -10px;
}

.ya-discography-share{
    padding: 40px 0px 50px 0px;
}
.ya-disco-share{
    padding-top: 30px;
    border-top: 1px solid #272727;
    margin-bottom: 70px;
    margin-top: 30px;
}
.ya-post-share span, .ya-discography-share span, .ya-disco-share span{
    font-family: 'Oswald';
    font-size: 16px;
    color:#ddd;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.ya-post-title, .ya-discography-title, .ya-disco-title {
    float: left;
    margin-right: 5px;
}

/*carousel*/
.blueimp-gallery-carousel { /* Set the carousel width/height ratio to 16/8: */
    padding-bottom: 50%;
    box-shadow: none;
    margin-bottom: 60px;
}
.blueimp-gallery-images {
    height: 466px; /*510px;*/
    margin-bottom: 60px;
    /*background-image: radial-gradient( rgba(40, 59, 94, 0.43137254901960786), rgb(40, 59, 94) );*/
    opacity: 0.7;
}
/*pagination*/
#discography .text-center, #on-tour .text-center{
    margin: 55px 0px 55px 70px;
}

/*disc main */
.disc_cover {
    padding-bottom: 50px;
}
.disc_cover img {
    width: 60%;
    top: -5%;
}
.disc{
    position: relative;
    left: 0px;
    z-index: 99;
}
.cd{
    position: absolute;
    left: 29%;
    top: 0%!important;
    width: 53%!important;
    z-index: 9;
    -webkit-animation: spin 15s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 15s linear infinite;
}
.shop_cta{
    text-transform: uppercase;
}
/*testimonial*/
.testimonial-username {
    color:#ddd;
    text-align: center;
    margin-top: -30px;
}
.carousel_content {
    padding-top: 20px;
}
@-webkit-keyframes spin {
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*media*/
@media (max-width: 1380px) {
    .cd {
        left: 28%;
        width: 53% !important;
    }
}

@media (max-width: 1260px) {
    .cd {
        left: 27%;
        width: 52% !important;
    }
}

@media (max-width: 1180px) {
    .cd {
        left: 31%;
        width: 57% !important;
    }
}

@media (max-width: 1024px) {
    .cd {
        left: 31%;
        width: 57% !important;
    }
}

@media (max-width: 980px) {
    .cd {
        left: 30%;
        width: 56% !important;
    }
}

@media (max-width: 900px) {
    .cd {
        left: 30%;
        width: 56% !important;
    }
}

@media (max-width: 767px) {
    .cd {
        left: 32%;
        width: 61% !important;
    }

    .logo-top {
        font-size: 230%;
    }
}
/*events*/
.tickets > div.ticket:first-child > div{
     padding-top: 40px;
}
.event-tickets p {
    font-family: 'Special Elite';
    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
/*search*/
mark, .mark {
    padding: 0px;
    background-color: #1c1c1c;
    color: #2ac4b7!important;
}