body {
    background: #000000;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    /* prevent horizontal scrollbar from appearing */
}

a {
    color: #47C6F8;
}

a:hover {
    color: #FF9900;
}


/* start h2 */

h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 40px;
}

h2 span {
    color: #52A8CB;
    font-weight: bold;
}


/* end h2 */

.highl_text {
    color: #FF9900;
}


/* start about team service portfolio contact */

#about,
#team,
#service,
#portfolio,
#contact {
    padding-top: 60px;
    padding-bottom: 40px;
}


/* end about team service portfolio contact */


/* start preloader */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none repeat scroll 0 0 #000000;
}

.sk-spinner-wave.sk-spinner {
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

.sk-spinner-wave div {
    background-color: #cecece;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}


/* end preloader */


/* start header */

header {
    min-height: 20px;
}

header .fa {
    color: rgb(240, 171, 0);
}

header span {
    font-weight: bold;
    padding-right: 10px;
    padding-left: 4px;
}

header a {
    color: #999;
    font-weight: 600;
}

header .social-icon {
    text-align: right;
}

header .social-icon li a {
    border: none;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}


/* end header */

.text_highlight {
    color: #999;
}


/* start nagivation */

.navbar-default {
    background: rgba(30, 30, 30, 0.8);
    border: none;
    box-shadow: none;
    margin: 0 !important;
}

.navbar-default .navbar-brand {
    font-weight: 500;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    padding: 23px 0px 0px 12px;
}

.navbar-default .navbar-nav li a {
    font-weight: 500;
    font-size: 12px;
    height: 70px;
    line-height: 40px;
}

.navbar-default .navbar-nav>li>a.current {
    color: rgb(160, 160, 160);
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #dddddd;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #999;
    background-color: transparent;
}

.templatemo-nav {
    border-radius: 0;
    width: 100%;
    z-index: 1000;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}


/* end navigation */


/* start at-work */

#music {
    background-color: #000000;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
}

#video {
    background-color: #000000;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
}

#band {
    background-color: #000000;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
}

#news {
    background-color: #000000;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
}

#contact {
    background-color: #000000;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 50px;
}

#at-work h2 {
    font-family: 'Viga';
    font-size: 40px;
    color: #575757;
    padding-bottom: 20px;
}

#at-work .media-body p {
    font-family: 'Raleway';
    font-size: 16px;
    color: #575757;
    line-height: 22px;
}

#at-work .descr_text {
    font-family: 'Raleway';
    font-size: 20px;
    font-weight: 400;
    color: #575757;
    line-height: 28px;
    text-align: center;
    padding-bottom: 30px;
}

#at-work .media-heading-wrapper {
    padding-bottom: 32px;
}

#at-work .media-heading-wrapper .fa {
    border: 0px solid #000000;
    border-radius: 2px;
    color: #575757;
    font-size: 40px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
}

#at-work .media-heading-wrapper h3 {
    color: #575757;
    font-family: 'Raleway';
    font-size: 25px;
    font-weight: 500;
    padding-top: 20px;
    padding-left: 52px;
}


/* end about */


/* clientes */

#clientes {
    padding-bottom: 10px;
    padding-top: 50px;
    background-color: #ffffff;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -20px;
    top: 140px;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -20px;
    top: 140px;
}

#owl-clientes .item {
    margin: 10px;
    background-color: #ffffff;
    padding: 20px;
    /*min-height: 250px;*/
}

#owl-clientes .item img {
    display: block;
    width: 100%;
    height: auto;
    /*opacity: 0.9;
        filter: alpha(opacity=90);*/
}

#owl-clientes .owl-prev {
    left: -5px;
    top: 100px;
}

#owl-clientes .owl-next {
    right: -5px;
    top: 100px;
}


/* end clientes */


/* start portfolio */

#portfolio {
    padding-bottom: 80px;
}

#portfolio .col-md-3 {
    padding: 0px;
}

#portfolio h2 {
    font-family: 'Viga';
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 20px;
}

.portfolio-thumb,
.portfolio-overlay {
    max-width: 450px;
}

#portfolio .portfolio-thumb {
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

#portfolio .portfolio-thumb .portfolio-overlay {
    background: #28a7e9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    padding: 20px 10px 20px 20px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb .portfolio-overlay h4,
.portfolio-overlay p {
    font-weight: normal;
    padding-bottom: 10px;
    color: #fff;
}

#portfolio .portfolio-thumb .portfolio-overlay .btn {
    background: none;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    font-weight: bold;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    cursor: pointer;
    opacity: 0.8;
}

#portfolio-thumb a {
    color: #fff;
}


/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/* end portfolio */


/* start copyright */

#copyright {
    padding: 20px;
}

#copyright p {
    font-weight: 400;
}


/* end copyright */


/* start social icon */

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon h4 {
    display: inline-block;
    padding-right: 20px;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-right: 10px;
}

.social-icon li a:hover {
    background: #28a7e9;
    border-color: transparent;
}


/* end social icon */

.logo_responsive {
    width: 138px;
    height: 141px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    #portfolio .portfolio-thumb .portfolio-overlay {
        padding: 0px 8px;
    }
}


/* start 980 media quires */

@media only screen and ( max-width: 980px) {
    #portfolio .portfolio-thumb .portfolio-overlay {
        background: #28a7e9;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        position: absolute;
        padding: 40px 10px 20px 20px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    #home {
        background-attachment: scroll;
    }
}


/* end 980 media quires */


/* start 960 media quires */


/* end 960 media quires */


/* start 768 media quires */

@media only screen and ( max-width: 767px) {
    #home h1 {
        font-size: 52px;
    }
    .templatemo-nav {
        position: fixed;
        top: 0;
    }
    header .social-icon {
        text-align: left;
    }
    .navbar-toggle {
        margin-top: 15px;
    }
    .navbar-collapse {
        max-height: 300px;
        overflow-y: auto;
    }
    .navbar-default .navbar-nav li a {
        height: 45px;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 35px;
    }
    .logo_responsive {
        width: 94px;
        height: 96px;
    }
}


/* end 768 media quires */


/* start 360 media quires */

@media only screen and ( max-width: 360px) {
    header .social-icon {
        text-align: left;
    }
}


/* end 360 media quires */

.video-container {
    position: relative;
    padding-bottom: 51.5%;
    /*padding-bottom: 56.5%;*/
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo-slider {
    background-image: url('../images/logo_wyblack_transp.png');
}

.logo-slider {
    height: 60px;
    text-align: center;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 20px;
    text-indent: -9999px;
    overflow: hidden;
}

.slider-news {
    position: absolute;
    bottom: 2px;
    width: 100%;
    height: 160px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.news-text {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 10px;
    text-align: left;
    color: #fff;
}

@media only screen and ( min-width: 769px) {
    .slider-titles {
        padding-top: 60px;
    }
    .slider-news {
        height: 100px;
    }
}

@media only screen and ( max-width: 768px) {
    .slider-titles {
        padding-top: 30px;
    }
    .slider-news {
        height: 220px;
    }
}