/*
Enter Here your Custom CSS Style!!
*/

/* ==================================================
   Section Page
================================================== */

.page {
    background: #1a1a1a;
}

.page-alternate {
    background: #000000;

}


/* ==================================================
   Header
================================================== */


header .sticky-nav {
    background: #000000;
}


/* ==================================================
   Home Slider
================================================== */

#home-slider .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #26292E;
    opacity: 0;
    filter: alpha(opacity=70);
    z-index: 0;
}

#home-slider #slidecaption {
    float: none;
    text-shadow: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 60px;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: -2px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0;
}

#home-slider #nextsection {
    background-color: #000000;
}

#home-slider .control-nav {
    background: #1a1a1a;
}

#home-slider #nextslide,
#home-slider #prevslide {
    background-color: #000000;
}

/* ==================================================
   Header
================================================== */

header #logo a {
    width: 150px;
    height: 30px;
    text-indent: -9999px;
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);

    -webkit-transition: opacity 0.25s ease-in-out 0s;
        -moz-transition: opacity 0.25s ease-in-out 0s;
            -o-transition: opacity 0.25s ease-in-out 0s;
                 transition: opacity 0.25s ease-in-out 0s;
}

.sep .separator {
   background-size: 24px 24px;
}


/* ==================================================
   Section Portfolio
================================================== */

.item-thumbs .legend {
    position: absolute;
    font-family:'Bodoni';
    font-size: 4em;
    color: #FFFFFF;
    line-height: 1em;
    bottom: 0.5em;
    left: 0.5em;

}

.item-thumbs .legendPM {
    position: absolute;
    font-family:'Bodoni';
    font-size: 2em;
    color: #FFFFFF;
    line-height: 1em;
    bottom: -1em;
    right: 0.5em;

}

.fancybox-skin {
    background: #1a1a1a;
}

/* ==================================================
   Respond
================================================== */

#comment-form input,
#comment-form textarea {
    background: #1a1a1a;
}

/* ==================================================
   Navigation Blog
================================================== */

.navigation .prev,
.navigation .next {
    background-color: #1a1a1a;
}

.navigation .number {
    background-color: #1a1a1a;
}

/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
    background-color: #1a1a1a;
}

/* ==================================================
   Back to Top
================================================== */

#back-to-top {
    background-color: #1a1a1a;
}


/* ==================================================
   Contact Section
================================================== */

#contact-form input,
#contact-form textarea {
    background: #000000;
}

#contact-form .submit {
    background: #000000;
}

/* ==================================================
   Social Area
================================================== */

#social ul li a {
    background: #000000;
}

/* ==================================================
   Footer
================================================== */

footer {
    background: #000000;
}