/* [Master Stylesheet - v1.0] */
/* :: 1.0 Import Fonts */
@import url(fg.css);
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(classy-nav.css);
@import url(owl.carousel.min.css);
@import url(animate.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(audioplayer.css);
@import url(one-music-icon.css);
/* :: 3.0 Base CSS */
* {
    margin: 0;
    padding: 0; }

body {
    font-family: Serif !important;
    font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    line-height: 1;
    font-weight: 700; }

p {
    color: #5f5f5f;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400; }

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}
ul,
ol {
    margin: 0; }
ul li,
ol li {
    list-style: none; }

img {
    height: auto;
    max-width: 100%; }

/* :: 3.1.0 Spacing */
.mt-15 {
    margin-top: 15px !important; }

.mt-30 {
    margin-top: 30px !important; }

.mt-50 {
    margin-top: 50px !important; }

.mt-70 {
    margin-top: 70px !important; }

.mt-100 {
    margin-top: 100px !important; }

.mb-15 {
    margin-bottom: 15px !important; }

.mb-30 {
    margin-bottom: 30px !important; }

.mb-50 {
    margin-bottom: 50px !important; }

.mb-70 {
    margin-bottom: 70px !important; }

.mb-100 {
    margin-bottom: 100px !important; }

.ml-15 {
    margin-left: 15px !important; }

.ml-30 {
    margin-left: 30px !important; }

.ml-50 {
    margin-left: 50px !important; }

.mr-15 {
    margin-right: 15px !important; }

.mr-30 {
    margin-right: 30px !important; }

.mr-50 {
    margin-right: 50px !important;
}

/* :: 3.2.0 Height */
.height-150 {
    height: 150px !important; }
.height-200 {
    height: 200px !important; }
.height-215 {
    height: 215px !important; }
.height-250 {
    height: 250px !important; }

.height-300 {
    height: 300px !important; }


.height-400 {
    height: 400px !important; }

.height-500 {
    height: 500px !important; }

.height-600 {
    height: 600px !important; }

.height-700 {
    height: 700px !important; }

.height-800 {
    height: 800px !important; }


.border-rd-10 {
    border-radius: 10px;
}




/* :: 3.3.0 Section Padding */
.section-padding-30 {
    padding-top: 30px;
    padding-bottom: 30px; }
.section-padding-60 {
    padding-top: 60px;
    padding-bottom: 60px; }
.section-padding-130 {
    padding-top: 130px;
    padding-bottom: 100px; }
.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px; }

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0; }

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px; }

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    text-align: center; }
.section-heading p {
    color: #5f5f5f;
    font-size: 14px;
    margin-bottom: 5px; }
.section-heading h2 {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .section-heading h2 {
        letter-spacing: 5px; } }
.section-heading.white h2 {
    color: #fff; }
.section-heading.style-2 p {
    font-size: 16px; }
.section-heading.style-2 h2 {
    font-size: 30px; }
@media only screen and (max-width: 767px) {
    .section-heading.style-2 h2 {
        font-size: 24px; } }

/* :: 3.5.0 Preloader */
.preloader {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999; }
.preloader .lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
.preloader .lds-ellipsis div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #000000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
.preloader .lds-ellipsis div:nth-child(1) {
    left: 6px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite; }
.preloader .lds-ellipsis div:nth-child(2) {
    left: 6px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite; }
.preloader .lds-ellipsis div:nth-child(3) {
    left: 26px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite; }
.preloader .lds-ellipsis div:nth-child(4) {
    left: 45px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite; }

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0); } }
@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0); } }
@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0); } }
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0); } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }

.bg-white {
    background-color: #ffffff !important; }

.bg-dark {
    background-color: #000000 !important; }

.bg-transparent {
    background-color: transparent !important; }

.bg-gray {
    background-color: #f5f9fa; }

.font-bold {
    font-weight: 700; }

.font-light {
    font-weight: 300; }

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover; }
.bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
    background-attachment: fixed !important; }

/* :: 3.7.0 ScrollUp */
#scrollUp {
    background-color: #000000;
    border-radius: 0;
    bottom: 50px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.15);
    border: 2px white solid;}
@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 30px;
        bottom: 30px; } }
#scrollUp:hover {
    background-color: #fff;
    color: #232323; }

/* :: 3.8.0 oneMusic Button */
.oneMusic-btn {
    background-color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 212px;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 47px;
    font-weight: 700;
    white-space: normal;
}
.oneMusic-btn i {
    margin-left: 5px; }
.oneMusic-btn:hover, .oneMusic-btn:focus {
    font-size: 16px;
    font-weight: 700;
    background-color: #000000;
    color: #fff; }
.oneMusic-btn.btn-2 {
    background-color: #000000;
    color: #fff; }
.oneMusic-btn.btn-2:hover, .oneMusic-btn.btn-2:focus {
    background-color: #fff;
    color: #232323; }

/* :: 4.0 Header Area CSS */


.header-area {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0px;
    left: 0;
    z-index: 1000; }
.header-area .oneMusic-main-menu {
    position: relative;
    width: 100%;
    height: 123px;
    background-color: transparent; }
@media only screen and (max-width: 767px) {
    .header-area .oneMusic-main-menu {
        height: 70px; } }
.header-area .oneMusic-main-menu .classy-nav-container {
    background-color: transparent; }
.header-area .oneMusic-main-menu .classy-navbar {
    background-color: transparent;
    height: 85px;
    padding: 0; }
@media only screen and (max-width: 767px) {
    .header-area .oneMusic-main-menu .classy-navbar {
        height: 70px; 
        align-items: inherit;
    }
    .login-register-btn {
        margin-top: 0px !important;
    }
    .login-register-cart-button {
        margin-top: 5px !important;
    }
}

.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    font-size: 16px; }
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li a:hover, .header-area .oneMusic-main-menu .classy-navbar .classynav ul li a:focus {
    color: rgba(255, 255, 255, 0.7); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
        background-color: #000000;
        border-bottom-color: rgba(255, 255, 255, 0.1); } }
@media only screen and (max-width: 767px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li a {
        background-color: #000000;
        border-bottom-color: rgba(255, 255, 255, 0.1); } }
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.has-down > a::after {
    color: #ffffff; }
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.megamenu-item ul li > a::after,
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li.has-down ul li > a::after {
    color: #232323; }
@media only screen and (max-width: 767px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li.megamenu-item ul li > a::after,
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li.has-down ul li > a::after {
        color: #ffffff; } }
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
    color: #232323; }
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a:hover, .header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a:focus {
    color: #888888; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
        padding: 0 15px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
        padding: 0 30px;
        border-bottom-color: rgba(255, 255, 255, 0.1); } }
@media only screen and (max-width: 767px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li ul li a {
        color: #ffffff;
        padding: 0 30px;
        border-bottom-color: rgba(255, 255, 255, 0.1) !important; } }
.header-area .oneMusic-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
    border-bottom: 1px solid rgba(242, 244, 248, 0.7); }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
        border-bottom-color: rgba(255, 255, 255, 0.1) !important; } }
@media only screen and (max-width: 767px) {
    .header-area .oneMusic-main-menu .classy-navbar .classynav ul li .dropdown li .dropdown li .dropdown li a {
        border-bottom-color: rgba(255, 255, 255, 0.1) !important; } }
.header-area .oneMusic-main-menu .login-register-cart-button {
    position: relative;
    z-index: 1;
    margin-left: 100px; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .oneMusic-main-menu .login-register-cart-button {
        margin-left: 12px;
        margin-top: 0px; } }
@media only screen and (max-width: 767px) {
    .header-area .oneMusic-main-menu .login-register-cart-button {
        margin-left: 12px;
        margin-top: 15px; } }
.header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn {
    position: relative;
    z-index: 10;
    margin-top: 7px;
}
.header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    line-height: 1; }
.header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn a:hover, .header-area .oneMusic-main-menu .login-register-cart-button .login-register-btn a:focus {
    color: rgba(255, 255, 255, 0.7); }
.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn {
    position: relative;
    z-index: 10; }
.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1; }
.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p:hover, .header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p:focus {
    color: rgba(255, 255, 255, 0.7); }
.header-area .oneMusic-main-menu .login-register-cart-button .cart-btn p .quantity {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
    background-color: #232323;
    color: #fff;
    display: block;
    position: absolute;
    bottom: -5px;
    left: -10px;
    z-index: 10;
    font-size: 9px;
    font-weight: 400;
    border-radius: 50%;
    line-height: 13px;
    text-align: center;
}

.header-area .sticky-wrapper .oneMusic-main-menu {
    background-color: #0000005e;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }

.header-area .is-sticky .oneMusic-main-menu {
    position: fixed;
    width: 100%;
    height: 123px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000000;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 767px) {
    .header-area .is-sticky .oneMusic-main-menu {
        height: 70px; } }

.classy-navbar .nav-brand {
    max-width: 130px;
    max-height: 84px;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #000000; } }
@media only screen and (max-width: 767px) {
    .breakpoint-on .classy-navbar .classy-menu {
        background-color: #000000; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0; } }
@media only screen and (max-width: 767px) {
    .classynav ul li .megamenu .single-mega.cn-col-4 {
        padding: 0; } }

.classycloseIcon .cross-wrap span {
    background: #ffffff; }

/* :: 5.0 Hero Slides Area */
.hero-area,
.hero-slides {
    position: relative;
    z-index: 1; }

.single-hero-slide {
    width: 100%;
    height: 900px;
    position: relative;
    z-index: 1;
    //padding: 0 30px;
    overflow: hidden; }
.height-auto {
    height: auto !important;}
.single-hero-slide_audio{
    height: auto !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
        height: 750px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
        height: 700px; } }
@media only screen and (max-width: 767px) {
    .single-hero-slide {
        height: 540px; } }
.single-hero-slide::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -5;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.53);
    content: ''; }
.single-hero-slide .slide-img-top {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.single-hero-slide .slide-img-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
.single-hero-slide .hero-slides-content {
    display: inline-block;
    width: 100%; }
.single-hero-slide .hero-slides-content h6 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block; }
@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content h6 {
        letter-spacing: 5px; } }
.single-hero-slide .hero-slides-content h2 {
    position: relative;
    z-index: 1;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
    display: block;
    text-transform: capitalize;
    overflow: hidden; }

.single-hero-slide .hero-slides-content h2 span {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    color: rgba(255, 255, 255, 0.15);
    -webkit-animation: textsonar 22s linear infinite;
    animation: textsonar 22s linear infinite; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide .hero-slides-content h2 {
        letter-spacing: 8px;
        font-size: 42px; } }
@media only screen and (max-width: 767px) {
    .single-hero-slide .hero-slides-content h2 {
        letter-spacing: 5px;
        font-size: 30px; } }
.single-hero-slide .hero-slides-content .btn {
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff; }
.single-hero-slide .hero-slides-content .btn:hover, .single-hero-slide .hero-slides-content .btn:focus {
    background-color: #fff;
    color: #000000; }

@-webkit-keyframes textsonar {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    50% {
        -webkit-transform: scaleX(1.15);
        transform: scaleX(1.15); }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); } }
@keyframes textsonar {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    50% {
        -webkit-transform: scaleX(1.15);
        transform: scaleX(1.15); }
    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); } }
.single-hero-slide .slide-img-top {
    -webkit-animation: slide 69s linear infinite;
    animation: slide 69s linear infinite; }

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1); }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2); }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1); } }
/* :: 6.0 Buy Now Area CSS */
.oneMusic-buy-now-area.has-fluid {
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
    z-index: 1; }

/* :: 7.0 Events Area CSS */
.single-event-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.single-event-area img {
    width: 100%; }
.single-event-area .event-text {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    background-color: #000;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.single-event-area .event-text h4 {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.single-event-area .event-text .event-meta-data {
    position: relative;
    margin-bottom: 30px; }
.single-event-area .event-text .event-meta-data a {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding-right: 29px; }
.single-event-area .event-text .event-meta-data a:first-child::after {
    position: absolute;
    content: '|';
    top: 0;
    right: 12px;
    z-index: 1; }
.single-event-area .event-text .event-meta-data a:last-child {
    padding-right: 0; }
.single-event-area .event-text .see-more-btn {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 10px;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0; }
.single-event-area .event-text .see-more-btn:hover, .single-event-area .event-text .see-more-btn:focus {
    font-weight: 400; }
.single-event-area:hover, .single-event-area:focus {
    box-shadow: 0 5px 80px 0 rgba(0, 0, 0, 0.2); }
.single-event-area:hover .event-text, .single-event-area:focus .event-text {
    background-color: #f5f9fa; }
.single-event-area:hover .event-text h4,
.single-event-area:hover .event-text .event-meta-data a, .single-event-area:focus .event-text h4,
.single-event-area:focus .event-text .event-meta-data a {
    color: #000000; }
.single-event-area:hover .event-text .see-more-btn, .single-event-area:focus .event-text .see-more-btn {
    border-bottom-color: #000000;
    color: #000000; }

/* :: 8.0 Newsletter Area CSS */
.newsletter-area {
    position: relative;
    z-index: 1;
    border: 1px solid #000000;
    padding: 45px; }
.newsletter-area .newsletter-form {
    position: relative;
    z-index: 1; }
.newsletter-area .newsletter-form input {
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #b3b3b3;
    font-style: italic;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 30px;
    display: block; }

.testimonials-area {
    position: relative;
    z-index: 1;
    padding: 45px; }
.testimonials-area .testimonials-slide {
    position: relative;
    z-index: 1; }
.testimonials-area .testimonials-slide .single-slide p {
    font-size: 15px;
    color: #fff;
    font-style: italic; }
.testimonials-area .testimonials-slide .single-slide .testimonial-info {
    margin-top: 30px;
    display: block; }
.testimonials-area .testimonials-slide .single-slide .testimonial-info .testimonial-thumb {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 15px; }
.testimonials-area .testimonials-slide .single-slide .testimonial-info .testimonial-thumb img {
    border-radius: 50%; }
.testimonials-area .testimonials-slide .single-slide .testimonial-info p {
    font-style: normal;
    font-size: 15px;
    color: #fff;
    margin-bottom: 0; }

/* :: 9.0 Album Catagory Area CSS */
.featured-artist-area {
    position: relative;
    z-index: 1; }

.featured-artist-content {
    position: relative;
    z-index: 1; }
@media only screen and (max-width: 767px) {
    .featured-artist-content {
        margin-top: 50px; } }
.featured-artist-content p {
    color: #fff; }

.browse-by-catagories {
    position: relative;
    z-index: 1; }
.browse-by-catagories a {
    display: inline-block;
    background-color: #f4f4f4;
    border: 2px solid transparent;
    padding: 6px 9px;
    font-size: 15px;
    margin-right: 5px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .browse-by-catagories a {
        padding: 4px 7px;
        font-size: 14px;
        margin-right: 4px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .browse-by-catagories a {
        padding: 4px 7px;
        font-size: 14px;
        margin-right: 5px;
        margin-bottom: 5px; } }
@media only screen and (max-width: 767px) {
    .browse-by-catagories a {
        padding: 2px 5px;
        font-size: 13px;
        margin-right: 5px;
        margin-bottom: 5px; } }
.browse-by-catagories a:hover, .browse-by-catagories a:focus, .browse-by-catagories a.active {
    border: 2px solid #000000; }
.browse-by-catagories a:first-child {
    border-color: transparent;
    background-color: transparent; }

.single-album-area-250 img {
    height: 250px; }


.single-album {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px; }
.single-album img {
    width: 100%; }
.single-album .album-info {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px; }
.single-album .album-info h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase; }
.single-album .album-info p {
    margin-bottom: 0; }
.single-album:hover, .single-album:focus {
    box-shadow: 0 5px 70px 0 rgba(0, 0, 0, 0.15); }

.single-album-area {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 30px;

    background-color: white;
    border: 5px white solid;
    border-radius: 5px;
    box-shadow: 0 2px 70px 0 rgba(0, 0, 0, 0.15);
}
.single-album-area .album-thumb {
    position: relative;
    z-index: 1;
    text-align: center;
}
.single-album-area .album-thumb .album-price p {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #fff;
    margin-bottom: 0;
    line-height: 1;
    padding: 5px 15px;
    border-radius: 15px;
    z-index: 20; }
.single-album-area .album-thumb .play-icon a {
    color: #fff;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.single-album-area img {
    //height: 145px; 
}
.single-album-area .album-info {
    display: block;
    position: relative;
    z-index: 1;
    padding-top: 15px;
    padding-bottom: 15px; }
.single-album-area .album-info h5 {
    font-size: 18px;
    margin-bottom: 0;
    text-transform: uppercase; }
.single-album-area .album-info p {
    margin-bottom: 0; }

.albums-slideshow {
    position: relative;
    z-index: 1; }
.albums-slideshow .single-album {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    border: 1px solid transparent; }
.albums-slideshow .single-album:hover, .albums-slideshow .single-album:focus {
    border: 1px solid #000000;
    box-shadow: none;
    background-color: #f5f9fa; }
.albums-slideshow .owl-prev,
.albums-slideshow .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #fff;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 1px solid #000000;
    top: 50%;
    left: -25px;
    margin-top: -50px;
    z-index: 50;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    visibility: hidden; }
@media only screen and (max-width: 767px) {
    .albums-slideshow .owl-prev,
    .albums-slideshow .owl-next {
        left: 0; } }
.albums-slideshow .owl-prev:hover, .albums-slideshow .owl-prev:focus,
.albums-slideshow .owl-next:hover,
.albums-slideshow .owl-next:focus {
    background-color: #000000;
    color: #fff; }
.albums-slideshow .owl-next {
    left: auto;
    right: -25px; }
@media only screen and (max-width: 767px) {
    .albums-slideshow .owl-next {
        right: 0; } }
.albums-slideshow:hover .owl-prev,
.albums-slideshow:hover .owl-next {
    opacity: 1;
    visibility: visible; }

/* :: 10.0 Songs Area CSS */
.single-song-area {
    position: relative;
    z-index: 1; }
.single-song-area .song-thumbnail {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    max-width: 135px;
    width: 135px;
    margin-right: 50px; }
.single-song-area .song-thumbnail img {
    width: 100%; }
@media only screen and (max-width: 767px) {
    .single-song-area .song-thumbnail {
        margin-right: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
.single-song-area .song-play-area {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 185px);
    flex: 0 0 calc(100% - 185px);
    max-width: calc(100% - 185px);
    width: calc(100% - 185px);
    background-color: #262626;
    padding: 15px 30px 20px; }
@media only screen and (max-width: 767px) {
    .single-song-area .song-play-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
.single-song-area .song-play-area .song-name p {
    color: #b8b8b8;
    margin-bottom: 5px; }
.single-song-area .song-play-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent; }
.single-song-area .song-play-area .audioplayer-playing .audioplayer-playpause,
.single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.single-song-area .song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #fff; }
.single-song-area .song-play-area .audioplayer-time {
    font-size: 14px;
    color: #fff; }

.song-play-area {
    position: relative;
    z-index: 1;
    width: 100%;
    background-color: #262626;
    padding: 15px 30px 20px;
    border: 1px solid #363636; }
.song-play-area .song-name p {
    color: #b8b8b8;
    margin-bottom: 5px; }
.song-play-area .audioplayer {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    align-items: center;
    border: none;
    border-radius: 0;
    background: transparent; }
.song-play-area .audioplayer-playing .audioplayer-playpause,
.song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.song-play-area .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #fff; }
.song-play-area .audioplayer-time {
    font-size: 14px;
    color: #fff; }

/* :: 11.0 Miscellaneous Area CSS */
.weeks-top-area {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid transparent; }
.weeks-top-area .single-top-item {
    position: relative;
    z-index: 1;
    margin-bottom: 21px; }
.weeks-top-area .single-top-item:last-child {
    margin-bottom: 0; }
.weeks-top-area .single-top-item .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73px;
    flex: 0 0 73px;
    max-width: 73px;
    width: 73px;
    margin-right: 20px; }
.weeks-top-area .single-top-item .content- h6 {
    text-transform: uppercase;
    margin-bottom: 0; }
.weeks-top-area .single-top-item .content- p {
    font-size: 14px;
    margin-bottom: 0; }
.weeks-top-area:hover, .weeks-top-area:focus {
    background-color: #f5f9fa;
    border-color: #d8d8d8; }

.popular-artists-area {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid #d8d8d8;
    background-color: #f5f9fa; }
.popular-artists-area .single-artists {
    position: relative;
    z-index: 1;
    margin-bottom: 17px; }
.popular-artists-area .single-artists:last-child {
    margin-bottom: 0; }
.popular-artists-area .single-artists .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
    max-width: 63px;
    width: 63px;
    margin-right: 20px;
    border-radius: 50%; }
.popular-artists-area .single-artists .thumbnail img {
    border-radius: 50%; }
.popular-artists-area .single-artists .content- p {
    font-size: 16px;
    margin-bottom: 0; }

.new-hits-area {
    position: relative;
    z-index: 1;
    padding: 45px 30px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border: 1px solid #d8d8d8;
    background-color: #f5f9fa; }
.new-hits-area .single-new-item {
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 10px;
    padding-bottom: 10px; }
.new-hits-area .single-new-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
.new-hits-area .single-new-item .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 73px;
    flex: 0 0 73px;
    max-width: 73px;
    width: 73px;
    margin-right: 20px; }
.new-hits-area .single-new-item .content- h6 {
    text-transform: uppercase;
    margin-bottom: 0; }
.new-hits-area .single-new-item .content- p {
    font-size: 14px;
    margin-bottom: 0; }
.new-hits-area .single-new-item .audioplayer {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0;
    background: transparent; }
.new-hits-area .single-new-item .audioplayer-playing .audioplayer-playpause,
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover,
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
    background: #d6d6d6; }
.new-hits-area .single-new-item .audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
    border-left: 12px solid #fff; }
.new-hits-area .single-new-item .audioplayer-time,
.new-hits-area .single-new-item .audioplayer-volume,
.new-hits-area .single-new-item .audioplayer-bar {
    display: none; }

/* :: 12.0 Login Area CSS */
.login-content {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    background-color: #f5f9fa;
    border: 1px solid #d8d8d8;
    padding: 50px 100px;
    box-shadow: 0 2px 70px 0 rgba(0, 0, 0, 0.15);
    text-align: center; }
@media only screen and (max-width: 767px) {
    .login-content {
        padding: 50px 30px; } }
.login-content h3 {
    margin-bottom: 30px; }
.login-content .form-group {
    text-align: left; }
.login-content .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #000000;
    font-size: 12px;
    font-style: italic;
    padding: 0 20px;
    border-radius: 0; }
.login-content .form-control:focus {
    box-shadow: none; }

/* :: 13.0 Services Area CSS */
.single-service-area .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78px;
    flex: 0 0 78px;
    max-width: 78px;
    width: 78px;
    position: relative;
    z-index: 1;
    width: 78px;
    height: 78px;
    border: 1px solid #000000;
    text-align: center; }
.single-service-area .icon span {
    line-height: 76px;
    font-size: 40px; }
.single-service-area .text {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 78px);
    flex: 0 0 calc(100% - 78px);
    max-width: calc(100% - 78px);
    width: calc(100% - 78px);
    padding-left: 30px; }

/* :: 14.0 Footer Area CSS */
.footer-area {
    position: relative;
    z-index: 1;
    background-color: #000000;
    padding: 30px 0; }
@media only screen and (max-width: 767px) {
    .footer-area {
        text-align: center; } }
.footer-area .copywrite-text {
    //font-size: 12px;
    margin-bottom: 0;
    color: rgba(166, 165, 165, 0.54); }
.footer-area .copywrite-text a {
    color: rgba(166, 165, 165, 0.54);
    font-size: 12px; }
.footer-area .copywrite-text a:hover, .footer-area .copywrite-text a:focus {
    color: #fff; }
.footer-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
@media only screen and (max-width: 767px) {
    .footer-area .footer-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px; } }
.footer-area .footer-nav li a {
    color: #898888;
    font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-nav li a {
        padding: 0 10px;
        font-size: 14px; } }
@media only screen and (max-width: 767px) {
    .footer-area .footer-nav li a {
        padding: 0 10px;
        font-size: 14px; } }
.footer-area .footer-nav li a:hover, .footer-area .footer-nav li a:focus {
    color: #fff; }
.footer-area .footer-nav li:last-child a {
    padding-right: 0; }

/* :: 15.0 Breadcumb Area CSS */
.breadcumb-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 385px; }
@media only screen and (max-width: 767px) {
    .breadcumb-area {
        height: 270px; } }
.breadcumb-area .bradcumbContent {
    position: absolute;
    background-color: #fff;
    width: 552px;
    bottom: 0;
    left: 50%;
    z-index: 100;
    text-align: center;
    padding-top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent {
        width: calc(100% - 60px);
        padding-top: 30px; } }
.breadcumb-area .bradcumbContent p {
    line-height: 1.5;
    font-size: 16px;
    color: #5f5f5f; }
.breadcumb-area .bradcumbContent h2 {
    font-size: 30px;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .breadcumb-area .bradcumbContent h2 {
        font-size: 18px;
        letter-spacing: 5px; } }

/* :: 16.0 Blog Area CSS */
.single-blog-post {
    position: relative;
    z-index: 1; }
.single-blog-post .blog-post-thumb {
    position: relative;
    z-index: 1; }
.single-blog-post .blog-post-thumb .post-date {
    width: 76px;
    height: 106px;
    border: 1px solid #000000;
    text-align: center;
    background-color: #fff;
    position: absolute;
    z-index: 10;
    top: -30px;
    left: 30px;
    padding: 17px 0; }
.single-blog-post .blog-post-thumb .post-date span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3; }
.single-blog-post .blog-post-thumb .post-date span:first-child {
    font-size: 36px; }
.single-blog-post .blog-content {
    background-color: #f5f9fa;
    padding: 45px 40px;
    border: 1px solid #d8d8d8; }
@media only screen and (max-width: 767px) {
    .single-blog-post .blog-content {
        padding: 30px 20px; } }
.single-blog-post .blog-content .post-title {
    font-size: 24px;
    display: block; }
@media only screen and (max-width: 767px) {
    .single-blog-post .blog-content .post-title {
        font-size: 20px; } }
.single-blog-post .blog-content .post-title:hover, .single-blog-post .blog-content .post-title:focus {
    color: #232323; }
.single-blog-post .blog-content .post-meta {
    position: relative;
    z-index: 1;
    margin-bottom: 10px; }
.single-blog-post .blog-content .post-meta p {
    color: #8d8d8d;
    font-size: 13px;
    padding-right: 25px;
    position: relative;
    z-index: 1; }
.single-blog-post .blog-content .post-meta p::after {
    content: '|';
    position: absolute;
    right: 12px;
    top: 0;
    z-index: 5; }
.single-blog-post .blog-content .post-meta p:last-child::after {
    display: none; }
.single-blog-post .blog-content .post-meta p a {
    color: #8d8d8d;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400; }
.single-blog-post .blog-content .post-meta p a:hover, .single-blog-post .blog-content .post-meta p a:focus {
    color: #000000; }
.single-blog-post .blog-content p {
    margin-bottom: 0; }

.oneMusic-pagination-area .pagination .page-item .page-link {
    background-color: transparent;
    display: block;
    padding: 0;
    border: 1px solid transparent;
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 400;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    margin-right: 10px; }
.oneMusic-pagination-area .pagination .page-item .page-link:hover, .oneMusic-pagination-area .pagination .page-item .page-link:focus {
    color: #000000;
    border: 1px solid #000000; }
.oneMusic-pagination-area .pagination .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
.oneMusic-pagination-area .pagination .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
.oneMusic-pagination-area .pagination .page-item.active .page-link {
    color: #000000;
    border: 1px solid #000000; }

.blog-sidebar-area {
    position: relative;
    z-index: 1; }
@media only screen and (max-width: 767px) {
    .blog-sidebar-area {
        margin-top: 100px; } }

.single-widget-area {
    position: relative;
    z-index: 1;
    background-color: #f5f9fa;
    border: 1px solid #d8d8d8; }
.single-widget-area img {
    width: 100%; }
.single-widget-area .widget-title {
    padding: 25px 45px;
    border-bottom: 1px solid #d8d8d8; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-widget-area .widget-title {
        padding: 20px 30px; } }
.single-widget-area .widget-title h5 {
    margin-bottom: 0;
    line-height: 1; }
.single-widget-area .widget-content {
    padding: 25px 45px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-widget-area .widget-content {
        padding: 20px 30px; } }
.single-widget-area .widget-content ul li {
    margin-bottom: 10px; }
.single-widget-area .widget-content ul li a {
    color: #5f5f5f;
    font-size: 15px;
    font-weight: 400; }
.single-widget-area .widget-content ul li a:hover, .single-widget-area .widget-content ul li a:focus {
    color: #000000; }
.single-widget-area .widget-content ul li:last-child {
    margin-bottom: 0; }
.single-widget-area .widget-content .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.single-widget-area .widget-content .tags li {
    margin-bottom: 0; }
.single-widget-area .widget-content .tags li a {
    display: block;
    line-height: 28px;
    font-size: 15px;
    color: #5f5f5f;
    height: 30px;
    background-color: #fff;
    padding: 0 15px;
    border: 1px solid #000000;
    margin: 3px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-widget-area .widget-content .tags li a {
        padding: 0 10px; } }

/* :: 17.0 Skills Area CSS */
.single-skils-area {
    position: relative;
    z-index: 1;
    text-align: center; }
.single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
.single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.single-skils-area .skills-text span {
    font-size: 24px;
    color: #232323;
    font-weight: 500; }
.single-skils-area .skills-text p {
    font-size: 15px;
    color: #5f5f5f;
    line-height: 1; }

/* :: 18.0 Contact Area CSS */
.contact-content {
    position: relative;
    z-index: 2; }
.contact-content .contact-social-info a {
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    color: #000000; }
.contact-content .contact-social-info a:hover, .contact-content .contact-social-info a:focus {
    color: #232323; }
.contact-content .single-contact-info {
    position: relative;
    margin-bottom: 20px; }
.contact-content .single-contact-info:last-child {
    margin-bottom: 0; }
.contact-content .single-contact-info p {
    font-size: 15px;
    margin-bottom: 0; }
.contact-content .single-contact-info .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    text-align: center; }
.contact-content .single-contact-info .icon span {
    font-size: 20px;
    line-height: 33px; }

.contact-form-area .form-control {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    font-style: italic;
    color: #b3b3b3;
    border-bottom: 1px solid #000000;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.contact-form-area .form-control:focus {
    box-shadow: none;
    border-bottom: 1px solid #000000; }
.contact-form-area textarea.form-control {
    height: 160px; }

.has-bg-img {
    position: relative;
    z-index: 1; }
.has-bg-img .contact-form-area .form-control {
    color: #fff;
    border-bottom: 1px solid #fff; }
.has-bg-img .contact-form-area .form-control:focus {
    border-bottom: 1px solid #fff; }
.has-bg-img .oneMusic-btn {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
.has-bg-img .oneMusic-btn:hover, .has-bg-img .oneMusic-btn:focus {
    background-color: #fff;
    color: #000000; }

.map-area {
    position: relative;
    z-index: 2; }
.map-area iframe {
    width: 100%;
    height: 385px;
    border: none;
    margin-bottom: 0; }
@media only screen and (max-width: 767px) {
    .map-area iframe {
        height: 300px; } }

/* :: 19.0 Elements Area CSS */
.elements-title {
    position: relative;
    z-index: 1; }
.elements-title h2 {
    font-size: 24px; }

/* :: 20.1.0 Single Cool Facts CSS */
.single-cool-fact {
    position: relative;
    z-index: 1; }
.single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 0;
    color: #232323; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cool-fact .scf-text h2 {
        font-size: 48px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
@media only screen and (max-width: 767px) {
    .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
.single-cool-fact .scf-text p {
    font-size: 15px;
    margin-bottom: 0;
    color: #5f5f5f;
    line-height: 1; }

/* :: 20.2.0 Accordians Area CSS */
.single-accordion.panel {
    background-color: #ffffff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px; }
.single-accordion:last-of-type {
    margin-bottom: 0; }
.single-accordion h6 {
    margin-bottom: 0; }
.single-accordion h6 a {
    background-color: #000000;
    border-radius: 0;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #000000; }
.single-accordion h6 a span {
    background: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 58px;
    height: 100%;
    color: #ffffff;
    line-height: 58px; }
.single-accordion h6 a span.accor-open {
    opacity: 0; }
.single-accordion h6 a.collapsed {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: transparent;
    color: #232323; }
.single-accordion h6 a.collapsed span {
    color: #000000; }
.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0; }
.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1; }
.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none; }
.single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* :: 20.3.0 Tabs Area CSS */
.oneMusic-tabs-content {
    position: relative;
    z-index: 1; }
.oneMusic-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 15px; }
.oneMusic-tabs-content .nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid #000000;
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    color: #232323;
    margin: 0 2px;
    border-radius: 0; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .oneMusic-tabs-content .nav-tabs .nav-link {
        padding: 0 15px; } }
@media only screen and (max-width: 767px) {
    .oneMusic-tabs-content .nav-tabs .nav-link {
        padding: 0 15px;
        font-size: 12px;
        margin-bottom: 5px; } }
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .oneMusic-tabs-content .nav-tabs .nav-link {
        padding: 0 15px; } }
.oneMusic-tabs-content .nav-tabs .nav-link.active {
    background-color: #000000;
    color: #ffffff; }
.oneMusic-tabs-content .oneMusic-tab-text {
    position: relative;
    z-index: 1;
    padding-top: 10px; }
.oneMusic-tabs-content .oneMusic-tab-text p {
    margin-bottom: 0; }
.oneMusic-tabs-content .tab-content h6 {
    font-size: 18px; }

.single-web-icon {
    position: relative;
    z-index: 1;
    background-color: #f5f9fa;
    text-align: center;
    padding: 30px 10px;
    border: 1px solid #b8b8b8;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
.single-web-icon i {
    display: block;
    font-size: 50px;
    margin-bottom: 15px; }
.single-web-icon span {
    font-size: 16px; }
.single-web-icon:hover {
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15); }

/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */

.header-2 {
    height: 38px;
}

.slb_vid {
    content: "\f06e";
    font-size: 33px;
    color: #000;
    background-color: #fff;
    padding: 0px 8px;
    border-radius: 3px;
}


.pull-right {
    float: right !important;

}



/* Blog Page   --------------------------------------------------------- */

#blog {
    background: #e5f0fb;
}
.blog-post {
    display: inline-block;
    width: 100%;
    border: 1px #e8e8e8 solid;
    border-radius: 5px 5px 5px 5px;
    padding: 4px 4px 2px 4px;
    text-align: justify;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.blog-post .post-media {
    z-index: 1;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    min-height: 65px;
}
.blog-post .post-media iframe {
    width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}
.post-meta span > a > i {
    color: #1fcab8;
}
.blog-post .post-meta span, .comment-list .post-meta span {
    margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.blog-post .post-header h2 {
    margin-bottom: 0px;
    margin-top: 10px;
}
.blog-post .post-entry {
    margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
    margin-bottom: 20px;
}
.blog-post .post-entry ul {
    color: #202020;
    margin-left: 25px;
}
.lead-point li {
    list-style: none;
    margin-bottom: 10px;
    color: #1fcab8;
    font-weight: 600;
}
.lead-point li i {
    margin-right: 10px;
}
.blog-post .post-tag {
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
}
.blog-post .post-tag span {
    margin-right: 10px;
}
.blog-post .post-more-link {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.post-meta .post-more-link a {
    padding: 8px 18px;
    display: block;
    text-align: center;
    min-width: 0;
    height: auto;
    line-height: inherit;
}
.blog-post .post-more-link {
    position: relative;
    z-index: 2;
}
.blog-post .post-more-link a i {
    font-size: 18px;
    margin: 0;
    background: none;
}
.blog-post .icons-hover-black {
    position: absolute;
  top: 35px;
  padding: 10px 0;
  visibility: hidden;
  right: 2px;
}
.post-section .post-more-link {
    margin-top: 17px;

}

.post-section .post-more-link .show-to-left {
    right: 0px !important;
    bottom: auto !important;

}
.post-section .blog-post .icons-hover-black .show-to-left {
    right: 0px !important;
    bottom: auto !important;
}
.blog-section .icons-hover-black .show-to-left {
    right: 0px !important;
    bottom: auto !important;
}


.post-section .blog-post .icons-hover-black {
    bottom: auto;
    top: 39px;
}

.blog-section .icons-hover-black {
    bottom: auto;
    top: 39px;
}

@media (max-width: 992px) {
    .post-section .post-more-link {
        margin-top: 17px;
        right: 0px;
    }
    .post-section .blog-post .icons-hover-black {
        bottom: auto;
        top: 39px;
        right: 0px;
    }

    .blog-section .icons-hover-black {
        bottom: auto;
        top: 39px;
        right: 0px;
    }
}

.blog-post .post-more-link:hover .icons-hover-black a {
    opacity: 1;
    transition: all 0.25s ease 0s;
}

.blog-post .post-more-link:hover .icons-hover-black {
    visibility: visible;
}
.blog-post .post-more-link:hover .btn-color-line {
    background: #1fcab8;
    color: #fff;
}
.blog-post .icons-hover-black a {
    opacity: 0;
    transition: all 0.25s ease 0s;
}
.blog-post .post-more-link:hover .icons-hover-black a {
    opacity: 1;
    transition: all 0.25s ease 0s;
}
.facebook-icon {
    background: #3b5998;
}
.twitter-icon {
    background: #00a0d1;
}
.linkedin-icon {
    background: #00a0d1;
}
.googleplus-icon {
    background: #db4a39;
}
.blog-post .icons-hover-black a {
    padding: 8px 12px;
    color: #fff;
}
.blog-post .icons-hover-black a:hover {
    opacity: 0.8;
}
.blog-post .post-more-link .icons-hover-black i {
    line-height: 28px;
}
.blog-post blockquote {
    border-left: none;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    padding: 25px 25px;
    margin: 0px;
    font-weight: 300;
}
.blog-post blockquote:after {
    content: "";
    font-family: FontAwesome;
    padding-left: 7px;
    font-size: 12px;
}
.blog-post blockquote:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 7px;
    font-size: 12px;
}
.blog-post-hr hr {
    margin-bottom: 45px;
}
.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}
.post-author img {
    width: 120px;
}
.post-author .post-author-details {
    padding-left: 20px;
}
@media (max-width:767px){
    .post-author .post-author-details {
        padding-left: 0;
        padding-top:25px;
    }
}
.blog-post .fa-tag {
    padding-right: 10px;
    color: #1fcab8;
}
.post-author h6 {
    margin-top: 0px;
    margin-bottom: 0;
}
.post-author-blog {
    overflow: hidden;
}
.post-author ul.social {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
.post-author ul.social li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}
.post-comment {
}
.post-comment .comment-numb {
    font-weight: 300;
}
.post-comment .comment-list {
    margin-left: 0px;
    padding-right: 0px;
    list-style: none;
    padding: 0px;
}
.post-comment .comment-list h6 {
    margin-top: 0px;
    margin-bottom: 3px;
}
.post-comment .comment-list li:first-child {
    padding-top: 0px;
}
.post-comment .comment-list li {
    padding-top: 15px;
}
.post-comment .comment-list li:last-child .comment-detail {
    border-bottom: 0px none;
}
.post-comment .comment-list li, .post-comment .comment-list .comment-reply {
    position: relative;
    padding-left: 100px;
}
.post-comment .comment-list .comment-detail {
    border-bottom: 1px dotted #eee;
    padding-bottom: 24px;
}
.post-comment .comment-list .comment-reply {
    padding-top: 30px;
}
.post-comment .comment-list .comment-reply-btn i {
    padding-right: 3px;
}
.post-comment .comment-avatar {
    left: 0;
    margin-right: 15px;
    position: absolute;
    width: 85px;
}
.post-comment .comment-avatar img {
    width: 100%;
}
.post-comment-star .star-rat {
    display: inline-block;
}
.post-comment-star label {
    margin-right: 6px;
}
.blog-date {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #1fcab8;
    color: #fff;
}
.post-media {
    position: relative;
}
.post-media .event-calender, .first-event .event-calender {
    width: 54px;
    height: 67px;
    font-size: 23px;
    padding-top: 11px;
    z-index: 9;
    text-align: center;
    line-height: 1;
}
.post-media .event-calender span, .first-event .event-calender span {
    font-size: 12px;
}
.blog-post .blog-date span, .post-media .event-calender span {
    color: #fff;
}
.post-media img {
    display: block;
    margin: auto;
    width: auto;
    height: auto;

}
.event-calender span {
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
}

.btn-text {
    font-size: 13px;
    color: #fff;
    //// font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    line-height: 60px;
    border: 2px solid #daa106;
    padding: 0 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #daa106;
    min-width: 172px;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.btn-text:hover {
    background: none;
    color: #daa106;
    text-decoration: none;
}

.ya-share2 {
    background-color: white;
    border: 1px #b5b5b5 solid;
}



/* ==============================
  20. Side Bar Widget styles
============================== */

.single-sidebar-widget ul {
    list-style: none;
    padding-left: 0;
}
.single-sidebar-widget {
    margin-bottom: 25px;
}
.single-sidebar-widget:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .sec-title {
    margin-bottom: 30px;
}
.single-sidebar-widget .sec-title h2 {
    font-size: 20px;
    // font-family: 'Oswald', sans-serif;
}
.single-sidebar-widget .sec-title {
    font-size: 15px;
    font-weight: 600;
}
.single-sidebar-widget .sec-title h2:after {
    width: 35px;
}
.single-sidebar-widget .contact-form input, .single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
    height: 40px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button {
    margin-bottom: 2px;
}
.single-sidebar-widget .contact-form .select-menu + .ui-selectmenu-button .ui-selectmenu-text {
    line-height: 40px;
}
.single-sidebar-widget .dwnld-broucher a {
    text-transform: uppercase;
    color: #08ADD0;
    font-weight: 600;
    margin-top: 30px;
    font-size: 12px;
    display: inline-block;
}

.single-sidebar-widget .special-links ul {
    margin-left: 0px;
}

.single-sidebar-widget .special-links li:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
    background: #f9f9f9;
    color: #323232;
    border: 1px solid #e9e9e9;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
    line-height: 25px;
    position: relative;
    padding: 0 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
}
.single-sidebar-widget .special-links li:hover a:after, .single-sidebar-widget .special-links li.active a:after {
    color: inherit;
}
.single-sidebar-widget .special-links li a:after {
    content: '\27A4';
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 0;
    right: 3px;
    line-height: 35px;
    color: #6A6969;
    font-weight: normal;
    height: 100%;
    display: flex;
    align-items: center;
}
.single-sidebar-widget .special-links li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -1px;
    color: #fab702;
    font-size: 0px;
    line-height: 35px;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-left: 4px solid #fab702;
    height: 100%;
}
.single-sidebar-widget .special-links li:hover a, .single-sidebar-widget .special-links li a.active {
    background: #fff;
    color: #fab702;
}
.single-sidebar-widget .special-links li a.active:after{
    color: #fab702;
}
.single-sidebar-widget .special-links li a:hover:before, .single-sidebar-widget .special-links li a.active:before {
    opacity: 1;
}
.search-box placeholder {
    color: #000;
}
.single-sidebar-widget .search-box form {
    background: #e5e5e5;
    width: 100%;
    height: 48px;
    border: 1px solid #e9e9e9;
}
.single-sidebar-widget .search-box form input {
    padding-left: 30px;
    border: none;
    outline: none;
    height: 100%;
    color: rgba(255, 255, 255, 0.5);
    width: calc(100% - 55px);
    background-color: transparent;
}
.single-sidebar-widget .search-box form input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.single-sidebar-widget .search-box form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.single-sidebar-widget .search-box form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}
.single-sidebar-widget .search-box form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, 0.5);
}
.single-sidebar-widget .search-box form input:placeholder-shown {
    /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color: rgba(186, 185, 185, 1);
}
.single-sidebar-widget .search-box form button {
    position: relative;
    left: 2px;
    width: 50px;
    background: #fab702;
    color: #000000;
    font-size: 16px;
    padding: 11px 0px;
    border: none;
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .search-box form button:hover {
    background: #1FB5C7;
}
.single-sidebar-widget .search-box form button:hover i {
    color: #fff;
}
.single-sidebar-widget .search-box form button:hover:after {
    background: #1FB5C7;
}
.single-sidebar-widget .search-box form button i {
    position: relative;
    z-index: 2;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .categories ul li:last-child a {
    border: none;
}
.single-sidebar-widget .categories ul li a {
    color: #898989;
    text-transform: capitalize;
    line-height: 42px;
    display: block;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.single-sidebar-widget .categories ul li a:after {
    content: '\f105';
    font-family: 'FontAwesome';
    color: #C8C8C8;
    position: absolute;
    top: 0;
    right: 0;
}
.single-sidebar-widget .popular-post .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}
.single-sidebar-widget .popular-post li {
    margin-bottom: 30px;
}
.single-sidebar-widget .popular-post li:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .popular-post .img-box, .single-sidebar-widget .popular-post .content {
    display: table-cell;
    vertical-align: middle;
}
.single-sidebar-widget .popular-post .img-box {
    width: 110px;
}
.single-sidebar-widget .popular-post .content {
    padding-left: 30px;
}
.single-sidebar-widget .popular-post .content a h4 {
    font-family: 'Open Sans', sans-serif;
    color: #242424;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .popular-post .content a h4:hover {
    color: #1FB5C7;
}
.single-sidebar-widget .popular-post .content p {
    color: #8E8D8D;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
}
.single-sidebar-widget .popular-post .content span {
    color: #1CBAC8;
    font-size: 13px;
    display: block;
    margin-top: 4px;
    font-weight: 500;
}
.single-sidebar-widget .text-box p {
    color: #8E8D8D;
}
.single-sidebar-widget .insta-feed ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.single-sidebar-widget .insta-feed ul .img-cap-effect .img-box .img-caption:before {
    border-width: 2px;
}
.single-sidebar-widget .insta-feed {
    font-size: 0;
    display: inline-block;
}
.single-sidebar-widget .insta-feed img {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
    margin-bottom: 1px;
    margin-right: 1px;
}
.single-sidebar-widget .tag-cloud {
    font-size: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar-widget .tag-cloud li {
    display: inline-block;
}
.single-sidebar-widget .tag-cloud li a {
    display: block;
    color: #787878;
    text-transform: uppercase;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
    padding: 7px 22px;
    font-size: 12px;
    margin: 0 5px;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.single-sidebar-widget .tag-cloud li a:hover {
    background: #E5E5E5;
    color: #787878;
    border-color: #E5E5E5;
}
.single-client-box {
    margin-bottom: 50px;
}
.single-client-box:last-child {
    margin-bottom: 0;
}
.single-client-box .icon-box, .single-client-box .content {
    display: table-cell;
    vertical-align: middle;
}
.single-client-box .icon-box {
    width: 170px;
    text-align: center;
    border-top: 4px solid #1FB5C7;
    border-left: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
}
.single-client-box .content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-top: 1px solid #E9E9E9;
}
.single-client-box .content h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Alegreya', sans-serif;
    color: #242424;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.single-client-box .content p {
    color: #898989;
    margin: 0;
}
.single-sidebar-widget ul.brochure-btns li a {
    font-family: 'Open Sans', sans-serif;
    color: #404040;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    background: #FBFBFB;
    border: 1px solid #EDEDED;
    padding: 12px 20px;
}
.single-sidebar-widget ul.brochure-btns li {
    display: block;
    margin-bottom: 21px;
}
.single-sidebar-widget ul.brochure-btns li a i {
    color: #e94429;
    margin: 0 10px 0;
    font-size: 1.2em;
}
.faq.service-box .panel-group .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 18px;
    background: rgba(242, 237, 233, 0.38)
}
@media (max-width: 480px) {
    h1 {
        font-size: 36px;
    }
}


.grey-text {
    color: #605f5f;
}
.italic {
    font-style: italic;
}


.project-col-3 {
    list-style: none;
    padding-left: 0;
    //padding-top: 29px;
    margin-left: -30px;
}
.project-col-3 li {
    float: left;
    padding-left: 15px;
    width: 33.33%;
    margin-bottom: 10px;
}
@media (max-width: 991px) {
    .project-col-3 li {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .project-col-3 li {
        width: 100%;
    }
}
/*  Project details   ||-----------*/
.project-details {
    position: relative;
}
.project-info {
    position: absolute;
    top: 80%;
    right: 20px;
    background: #d49c07;
    color: #fff;
    padding: 48px 30px;
    width: 400px;
}
.project-box {
    overflow: hidden;
    width: 100%;
}
.project-info ul, .project-gallery {
    list-style: none;
    padding: 0;
}
.project-info li {
    padding-top: 10px;
}
.project-info strong {
    min-width: 133px;
    display: inline-block;
}





.project-info-opt {
    padding: 48px 30px;
}
.project-box {
    overflow: hidden;
    width: 100%;
}
.project-info-opt ul, .project-gallery {
    list-style: none;
    padding: 0;
}
.project-info-opt li {
    padding-top: 10px;
}
.project-info-opt strong {
    min-width: 133px;
    display: inline-block;
}





.project-gallery {
    overflow: hidden;
}
.project-gallery li {
    margin-bottom: 20px;
    width: 50%;
    float: right;
    padding-right: 20px;
}
.project-gallery li img {
    width: 100%;
    max-width: none;
}
#related-project .owl-prev, #related-project .owl-next {
    top: -80px;
    right: 0;
    left: auto;
    border: 2px solid #e9e9e9;
    color: #ccc;
    font-size: 22px;
    height: 1.8em;
    line-height: 1.6em;
    padding: 0;
    text-align: center;
    width: 1.8em;
    margin-right: 0;
    margin-left: 0;
    opacity: 1;
    background: none;
}
#related-project .owl-prev {
    right: 50px;
}
#related-project .owl-prev:hover, #related-project .owl-next:hover {
    border: 2px solid #fab702;
    color: #fff;
    background: #fab702;
}
.project-col-3 li.width-2 {
    width: 66.66%;
}
.project-col-3 li.grid-sizer {
    margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    .project-info {
        width: 100%;
    }
    .project-info {
        position: static;
    }
    .project-info li {
        float: left;
        width: 50%;
    }
    .project-gallery {
        margin-left: -20px;
    }
    .project-gallery li {
        float: left;
        width: 25%;
        padding-right: 0;
        padding-left: 20px;
        margin-bottom: 0;
    }
    .project-col-3 li.width-2 {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .project-info {
        width: 100%;
    }
    .project-info {
        position: static;
    }
    .project-info li {
        float: none;
    }
    .project-col-3 li.width-2 {
        width: 100%;
    }
    .project-gallery li {
        margin-bottom: 0;
    }
}


/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}
.pagination-nav ul {
    margin: 0px;
    padding: 0px;
}
.pagination-nav ul li {
    display: inline-block;
    margin: 0px 2px;
}
.pagination-nav ul li a {
    display: block;
    border: 1px solid #1fcab8;
    color: #1fcab8;
    height: 36px;
    min-width: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    padding: 0px 5px 0px 5px;
}
.pagination-nav ul li.active a, .pagination-nav ul li:hover a {
    background: #1fcab8;
    color: #fff;
    padding: 0px 5px 0px 5px;
}
/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
    margin-bottom: 25px;
}
.sidebar-widget h4 {
    margin: 0px;
    padding-top: 0;
    padding-bottom: 15px;
}
.widget-search {
    position: relative;
}
.widget-search input[type="text"] {
    padding-right: 30px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
}
.widget-search input[type="text"]:focus {
    border: 1px solid #1fcab8;
}
.blog-post-hr input[type="text"], .blog-post-hr textarea {
    border: 1px solid #DEDEDE;
}
.blog-post-hr input[type="text"]:focus, .blog-post-hr textarea:focus {
    border: 1px solid #1fcab8;
}
.widget-search input[type="submit"] {
    background-color: rgba(0,0,0,0);
    border: 0 none;
    color: #8d8d8d;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: "FontAwesome", sans-serif;
    margin: 0;
    outline: 0 none;
    white-space: nowrap;
    padding: 0 3px;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    position: absolute;
    top: 10px;
    right: 10px;
}
.widget-search input[type="submit"]:hover {
    color: #e6ae49;
}
.sidebar-widget hr {
    margin-bottom: 15px;
}
.sidebar-widget ul {
    margin: 0px;
    padding-left: 0px;
}
.sidebar-widget ul li {
    list-style: none;
    font-weight: 400;
}
.categories li {
    border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget ul li a {
    display: inline-block;
    padding: 4px 0px;
    font-size: 13px;
    color: #323232;
    cursor: pointer;
}
.sidebar-widget .categories li a {
    padding: 10px 0px;
    text-transform: capitalize;
}
.sidebar-widget ul li a:hover {
    color: #1fcab8;
}
.widget-tag {
    display: inline-table;
    margin-top: 15px;
}
.widget-tag li {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
}
.widget-tag li a {
    padding: 4px 10px;
    display: block;
    border: 1px solid #1fcab8;
    color: #1fcab8;
}
.sidebar-widget .widget-tag li a:hover {
    background: #1fcab8;
    color: #fff;
}
.sidebar-widget .widget-post {
    position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
    width: 118px;
    display: table-cell;
    padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
    margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
    padding: 0px;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
    width: 100%;
    vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
    display: table-cell;
    vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
    margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
    margin: 0px;
}
.sidebar-widget .color-widget {
    overflow: hidden;
}
.sidebar-widget .color-widget li {
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 8px 8px 0;
    border: 1px solid #f1f1f1;
}
.sidebar-widget .red-box {
    background: #FF0000;
}
.sidebar-widget .yellow-box {
    background: #FFD700;
}
.sidebar-widget .blue-box {
    background: #0000FF;
}
.sidebar-widget .green-box {
    background: #008000;
}
.sidebar-widget .orange-box {
    background: #FF4500;
}
.sidebar-widget .light-b-box {
    background: #ADD8E6;
}
.sidebar-widget .black-box {
    background: #000;
}
.sidebar-widget .darkmagenta-box {
    background: #8B008B;
}
.sidebar-widget .darkturquoise-box {
    background: #00CED1;
}
.sidebar-widget .Olive-box {
    background: #00CED1;
}
.sidebar-widget .Orchid-box {
    background: #DA70D6;
}
.sidebar-widget .purple-box {
    background: #800080;
}
.sidebar-widget .darkturquoise-box {
    background: #8B4513;
}
.sidebar-widget .magenta-box {
    background: #FF00FF;
}
.sidebar-widget .SaddleBrown-box {
    background: #8B4513;
}
/*  blog   ||-----------*/
.post-media {
    margin: 0 0 20px;
}
.post-media i {

    display: inline-block;
    font-size: 17px
}
.post-media span {
    display: inline-block;
    margin-right: 1px;
}

.post-content {
    position: relative;
}
.divider {

    border-top: 1px solid #ddd;
}
.item-nav {
    text-align: center;
    display: block;
    overflow: hidden;
}
.item-nav .item-prev, .item-nav .item-next, .item-nav .item-all-view {
    position: relative;
    display: inline-block;
}
.item-nav .item-all-view h5, .item-nav .item-all-view h6 {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.item-nav .item-all-view h5:hover, .item-nav .item-all-view h6:hover {
    color: #e6ae49;
}
.item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn, .item-all-view {
    display: inline-block;
    font-size: 25px;
    text-align: center;
    height: 51px;
    line-height: 51px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn {
    color: #1fcab8;
    width: 51px;
    border: 1px solid #1fcab8
}
.item-nav .item-prev:hover .prev-btn, .item-nav .item-next:hover .next-btn {
    background: #1fcab8;
    color: #fff;
}
.item-nav .item-prev {
    text-align: left;
    float: left;
}
.item-nav .item-next {
    text-align: right;
    float: right;
}
.item-nav .item-prev .item-prev-text, .item-nav .item-next .item-next-text {
    position: absolute;
    line-height: 51px;
    top: 10px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 150px;
    font-size:10px;
}
.item-nav .item-prev:hover .item-prev-text, .item-nav .item-next:hover .item-next-text {
    margin-left: 0;
    margin-right: 0;
    visibility: visible;
    opacity: 1;
}
.item-nav .item-prev .item-prev-text {
    left: 100%;
    margin-left: -110px;
    padding-left: 15px;
}
.item-nav .item-next .item-next-text {
    right: 100%;
    margin-right: -110px;
    padding-right: 15px;
}
.item-nav .item-prev .item-prev-text p, .item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text p, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6, .item-nav .item-all-view h5, .item-nav .item-all-view h6 {
    padding-top: 8px;
}

.mt-60 {
    margin-top: 20px;
}

input.input-sm, .input-sm {
    padding: 0px 0px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}
.padding-top-20 {
    padding-top: 20px !important;
}
.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}
.padding-bottom-20 {
    padding-bottom: 20px !important;
}
.padding-bottom-30 {
    padding-bottom: 30px !important;
}
.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.no-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-right {
    padding-right: 0px !important;
}

/*--------------------------------------------------------------------------
+	Homepage Slider Style (modified sequencejs CSS). Sorry, no LESS here
--------------------------------------------------------------------------*/

.homepage-slider {
    z-index: 0;
}

#sequence {
    overflow: hidden;
    width: 100%;
    max-width: 1920px;
    color: white;
    font-size: 0.625em;
    margin: auto;
    position: relative;
    height: 400px;
}
#sequence img {
    max-width: 100%;
}
#sequence > .sequence-canvas {
    list-style-type: none;
    height: 400px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#sequence h2 {
    font-size: 5em;
    color: #FFF;
    text-shadow: 2px 2px 3px #444;
    border: none;
    padding-left: 0;
    margin-top: 0;
}
#sequence h3 {
    font-size: 2em;
    color: #f6eeee;
    text-shadow: 2px 2px 3px #444;
}

#sequence > .sequence-canvas > li {
    position: absolute;
    width: 100%;
    height: 400px;
    z-index: 1;
    -webkit-transition-property: background;
    -moz-transition-property: background;
    -o-transition-property: background;
    -ms-transition-property: background;
    transition-property: background;
    background-position: -50px 0;
}
#sequence > .sequence-canvas > li.bg1 {
    background-image: url(../img/homepage-slider/slider-bg1.jpg);
}
#sequence > .sequence-canvas > li.bg2 {
    background-image: url(../img/homepage-slider/slider-bg2.jpg);
}
#sequence > .sequence-canvas > li.bg3 {
    background-image: url(../img/homepage-slider/slider-bg3.jpg);
}
#sequence > .sequence-canvas > li.bg4 {
    background-image: url(../img/homepage-slider/slider-bg4.jpg);
}
#sequence > .sequence-canvas > li.bg5 {
    background-image: url(../img/homepage-slider/slider-bg5.jpg);
}
#sequence > .sequence-canvas > li.bg6 {
    background-image: url(../img/homepage-slider/slider-bg6.jpg);
}
#sequence > .sequence-canvas > li.bg7 {
    background-image: url(../img/homepage-slider/slider-bg7.jpg);
}
#sequence > .sequence-canvas > li.bg8 {
    background-image: url(../img/homepage-slider/slider-bg8.jpg);
}
#sequence > .sequence-canvas > li.bg9 {
    background-image: url(../img/homepage-slider/slider-bg9.jpg);
}
#sequence > .sequence-canvas > li.bg10 {
    background-image: url(../img/homepage-slider/slider-bg10.jpg);
}
#sequence > .sequence-canvas > li.bg11 {
    background-image: url(../img/homepage-slider/slider-bg11.jpg);
}
#sequence > .sequence-canvas > li.bg12 {
    background-image: url(../img/homepage-slider/slider-bg12.jpg);
}
#sequence > .sequence-canvas > li.bg13 {
    background-image: url(../img/homepage-slider/slider-bg13.jpg);
}
#sequence > .sequence-canvas > li.bg14 {
    background-image: url(../img/homepage-slider/slider-bg14.jpg);
}
#sequence > .sequence-canvas > li img {
    height: 96%;
}
#sequence > .sequence-canvas li > * {
    position: absolute;
    -webkit-transition-property: left, opacity;
    -moz-transition-property: left, opacity;
    -o-transition-property: left, opacity;
    -ms-transition-property: left, opacity;
    transition-property: left, opacity;
}
.sequence-next,
.sequence-prev {
    color: white;
    cursor: pointer;
    display: none;
    font-weight: bold;
    padding: 10px 15px;
    position: absolute;
    top: 50%;
    z-index: 1000;
    height: 75px;
    margin-top: -47.5px;
}
.sequence-pause {
    bottom: 0;
    cursor: pointer;
    position: absolute;
    z-index: 1000;
}
.sequence-paused {
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

#fade-to-black {  
    background-color: #000000;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    opacity: 0.3;
}

.textize {
    width: 85%; 
    left: 8%;
    position: absolute;
    overflow: hidden;
    height: 190px;
    color: #FFFFFF;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;

}

.textize2 {
    overflow: hidden;
    height: 210px;
    width: 333px;
    color: #FFFFFF;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.textize p{
    color: #FFFFFF;
    text-shadow: 0 0 5px black, 0 0 10px black, 0 0 15px black, 0 0 20px black, 0 0 35px black, 0 0 40px black, 0 0 50px black, 0 0 75px black;
}

.sequence-prev {
    left: 3%;
}
.sequence-next {
    right: 3%;
}
.sequence-prev img,
.sequence-next img {
    height: 100%;
    width: auto;
}
#sequence-preloader {
    background: #d9d9d9;
}
.sequence-pagination-wrapper {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 99;
}
.sequence-pagination {
    display: none;
    z-index: 99;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.sequence-pagination li {
    display: inline-block;
    *display: inline;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999em;
    border: 4px solid #3f4ebb;
    cursor: pointer;
    -webkit-border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30px;
    -moz-background-clip: padding;
    border-radius: 30px;
    background-clip: padding-box;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    -o-transition: background .5s, opacity .5s;
    -ms-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.sequence-pagination li.current {
    background: #3f4ebb;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.sequence-next,
.sequence-prev {
    position: absolute;
    opacity: 0.6;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.sequence-next:hover,
.sequence-prev:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
#sequence .title {
    font-size: 2.8em;
    text-transform: none;
    left: 0%;
    width: 35%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    bottom: 72%;
    z-index: 50;
}
#sequence > .sequence-canvas > li.animate-in {
    background-position: 0 0;
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
}
#sequence .animate-in .title {
    font-weight: bolder;
    font-size: 2em;
    left: 10%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#sequence .animate-out .title {
    left: 35%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.subtitle {
    color: black;
    font-size: 2em;
    left: 35%;
    width: 40%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    top: 35%;
}
.animate-in .subtitle {
    text-transform: none !important;
    left: 10%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.animate-out .subtitle {
    left: 65%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.slide-img {
    left: 90%;
    top: 11%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: relative;
    height: auto !important;
    max-height: 375px !important;
    max-width: 45% !important;
}
.animate-in .slide-img {
    left: 55%;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
.animate-out .slide-img {
    left: 15%;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}
@media only screen and (min-width: 992px) {
    #sequence .title {
        width: 42%;
    }
}
@media only screen and (max-width: 838px) {
    #sequence .slide-img {
        max-height: 530px !important;
        width: auto;
    }
}
@media only screen and (max-width: 768px) {
    #sequence {
        height: 400px;
    }
    #sequence .title {
        font-size: 2.8em;
    }
    #sequence .subtitle {
        font-size: 1.6em;
    }
    #sequence .sequence-next,
    #sequence .sequence-prev {
        height: 60px;
        margin-top: -40px;
    }
    #sequence .slide-img {
        max-height: 480px !important;
        width: auto;
    }
}
@media only screen and (max-width: 568px) {
    .slide-img {
        left: 50%;
        width: auto;
        max-width: 80% !important;
    }
    #sequence .animate-in .slide-img {
        left: 50%;
        margin-left: -40%;
    }
    #sequence .animate-out .slide-img {
        left: 20%;
        margin-left: -20%;
    }
    #sequence .title {
        background: #a1a1a1;
        background: rgba(0, 0, 0, 0.3);
        bottom: 0;
        left: 100%;
        padding: 4%;
        width: 100%;
        margin-bottom: 0;
        z-index: 10;
    }
    #sequence .animate-in .title {
        left: 0%;
    }
    #sequence .animate-out .title {
        left: -100%;
    }
    #sequence .subtitle {
        visibility: hidden;
    }
}



.sequence-pagination li {
    border: 4px solid #22b5e2 !important;
}

.sequence-pagination li.current {

    background: #3f4ebb;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;

}

#sequence > .sequence-canvas > li.bg1 {
    background-image: url(../../img/homepage-slider/ci_deafult/slider-bg1.jpg) !important;
}
#sequence > .sequence-canvas > li.bg2 {
    background-image: url(../../img/homepage-slider/ci_deafult/slider-bg2.jpg) !important;
}
#sequence > .sequence-canvas > li.bg3 {
    background-image: url(../../img/homepage-slider/ci_deafult/slider-bg3.jpg) !important;
}
#sequence > .sequence-canvas > li.bg4{
    background-image: url(../../img/homepage-slider/ci_deafult/slider-bg4.jpg) !important;
}
#sequence > .sequence-canvas > li.bg5 {
    background-image: url(../../img/homepage-slider/ci_deafult/slider-bg5.jpg) !important;
}
.album-plits {
    position: absolute;    
    top: 0px;
    border: 1px #0000003d solid;
    -webkit-box-shadow: 14px 8px 11px 0px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: 14px 8px 11px 0px rgba(0, 0, 0, 0.63);
    box-shadow: 14px 8px 11px 0px rgba(0, 0, 0, 0.63);
}


.sequence-canvas a {
    color: #fff;
    font-size: 24px;
}

.margin_top_100 {
    margin-top: 100px;
}

.margin_top_200 {
    margin-top: 200px;
}

.margin_top_300 {
    margin-top: 300px;
}

.margin_top_400 {
    margin-top: 400px;
}

.margin_top_600 {
    margin-top: 600px;
}

.padding-20 {
    padding: 20px;
}

.oforma_lock {
    position: absolute;
    background-color: #506080bf;
    width: 100%;
    height: 100%;
    z-index: 9999999999999999999;
    left: 0px;
    border-radius: 15px;
    cursor: not-allowed;
}

.oforma_adduser {
    padding: 5px;
    border: 2px #b3b3b3 solid;
    border-radius: 5px;
    margin-bottom: 10px;
}



/* Фиксируем позицию body, которую меняет панель гугла*/

.page_fix {
    top: 0 !important;
    position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* language */

.language {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .6;
    width: 35px;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

