/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

body {    
    font-size: 15px !important;
}

#primary-menu {
    float:right;
}

#header.transparent-header {
    background: #020200 !important;
    border-bottom: none !important;
    z-index: 199;
    opacity: 0.8 !important;
}

#primary-menu ul li > a {
    display: block;
    line-height: 22px;
    padding: 34px 2px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    /* -webkit-transition: margin .4s ease, padding .4s ease; */
    -o-transition: margin .4s ease, padding .4s ease;
    /* transition: margin .4s ease, padding .4s ease; */

}

.swiper_wrapper .swiper-slide {
    position: relative;
    margin: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.dark #copyrights {
    background-color: #020200;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

#copyrights {
    padding: 20px 0;
    background-color: #DDD;
    font-size: 14px;
    line-height: 1.8;
}

.not-dark {

}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.99;
}

.portfolio-overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #F5F5F5;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #444;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    margin-left: -20px;
}

.css3-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    background-color: #020200 !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.portfolio-full .portfolio-desc {
    padding: 5px;
    font-size: 12px;
}

.portfolioMG {    
    padding-top: 12px !important;padding-right: 12px !important;
}

.verde {
    color: #1ABC9C;
}

.icon-line-play {
    display:none !important;
}

.portfolio-overlay > a {
    display: none !important;
}

.tcenter {
    text-align:center;
    margin:0px auto;
}

@media (max-width: 991px) {
    #header, #header-wrap, #logo img {
        height: auto;
        -webkit-transition: height .4s ease, opacity .3s ease;
        -o-transition: height .4s ease, opacity .3s ease;
        transition: height .4s ease, opacity .3s ease;
    }

    .standard-logo img {        
        max-width: 65px !important;
    }
    
    #logo {
        display: block;
        height: auto !important;
        float: none;
        margin: 0 auto 0 !important;
        max-width: none;
        text-align: center;
        border: 0 !important;
        padding: 0 !important;
    }

    #primary-menu-trigger {
        opacity: 1;
        pointer-events: auto;
        top: 0px !important;
        margin-top: 0px !important;
        left: 0;
        z-index: 1;
    }

}

@media (max-width: 479px) {
    /*.limitportfolio {
        max-width: 80% !important;
        width: 100% !important;
        margin:0px auto !important;
    }*/

        
}


