/* 
    Author: timur
*/
body,
html {
    background-color: rgb(29, 29, 27);
}

h2 {
    color: #E8AE30;
}

h3 {
    color: #E8AE30;
}

.intro-footer {
    height: 80px;
    /*width: 35%;*/
    line-height: 80px;
    margin-top: 10em;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    background: -moz-radial-gradient(center 20px, circle, rgba(40,27,14, 0.8) 0%, rgba(40,27,14, 0.85) 40%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(center 20px, circle, rgba(40,27,14, 0.8) 0%, rgba(40,27,14, 0.85) 40%, rgba(0,0,0,0) 100%);
    background: -o-radial-gradient(center 20px, circle, rgba(40,27,14, 0.8) 0%, rgba(40,27,14, 0.85) 40%, rgba(0,0,0,0) 100%);
    background: -ms-radial-gradient(center 20px, circle, rgba(40,27,14, 0.8) 0%, rgba(40,27,14, 0.85) 40%, rgba(0,0,0,0) 100%);
    background: radial-gradient(center 20px, circle, rgba(40,27,14, 0.8) 0%, rgba(40,27,14, 0.85) 40%, rgba(0,0,0,0) 100%);
}

/* Navigation */
.navbar-custom {
    border-bottom: 1px solid transparent;
    background-color: rgba(23, 28, 5, 0.9);
}

.navbar-custom .navbar-brand .navbar-toggle {
    color: #ffffff;
}

.navbar-custom a {
    color: #ffffff;
}

.navbar-custom .nav li a:hover {
    color: rgba(102, 255, 102, 0.5);
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

/* Intro block */
.intro {
    padding: 100px 0;
    color: #1e1e1a;
    background: url(../images/samples/landing-bg-header.jpg) no-repeat bottom center scroll;
    background-color: rgba(0,0,0,0.8);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/samples/landing-bg-header.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/samples/landing-bg-header.jpg', sizingMethod='scale')";
}

.intro-footer {
    margin-top: 8em;
}

.macos-logo {
    width: 50px;
    height: 50px;
}

/* About block */
.about {
    height: 500px !important;
    position: relative;
    padding: 100px 0;
    color: #1e1e1a;
    background: url(../images/samples/landing-bg-about.jpg) no-repeat bottom center scroll;
    background-color: rgba(0,0,0,0.8);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/samples/landing-bg-about.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/samples/landing-bg-about.jpg', sizingMethod='scale')";
}

.about-header {
    background-color: rgba(40,27,14,.72);
}

.about-body p {
    color: #ffffff;
}

.about-body-text {
    padding-bottom: 6em;
    margin-top: 30px !important;
}

/* Showcase block */
.showcase {
    position: relative;
    padding: 100px 0;
    color: #1e1e1a;
    background: url(../images/samples/landing-bg-showcase.jpg) no-repeat bottom center scroll;
    background-color: rgba(0,0,0,0.8);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/samples/landing-bg-showcase.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/samples/landing-bg-showcase.jpg', sizingMethod='scale')";
}

.showcase-header {
    border-top: 1px solid rgb(52,58,44);
    background-color: rgba(0,0,0,.5);
}

.showcase-body {
    background-color: rgba(0, 0, 0, 0.8);
}

.showcase-item {
    background-color: transparent;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#54FFFFFF,endColorstr=#54FFFFFF);
    background-color: rgba(29, 29, 27, 0.8);
    color: #606060;
}

.showcase-item-info {
    background-color: rgba(215,161,98,.7);
}

.showcase-item-info-header {
    color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.showcase-item-info-footer {
    border-top: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.showcase-img {
    width: 250px;
    height: 250px;
}

.showcase-header-block-1 p {
    color: #ffffff;
}

.showcase-header-block-3 strong, ul {
    color: #ffffff;
}

.showcase-body-footnote small {
    color: #ffffff; 
}

.about-body-text,
.showcase-header-block-3,
.showcase-header-block-1 {
    background-color: rgba(29, 29, 27, 0.8);
    padding: 15px;
    border-radius: 5px;
}

.contact h3 {
    color: #E8AE30;
}

.contact .contact-icon .glyphicon {
    color: #E8AE30;
}

/* Footer */
.footer-border {
    border-top: 1px solid rgba(77,107,143,0.2);
}

.xdevs-legal {
    color: rgba(255,255,255,0.4);
}

.xdevs-legal a:link, a:visited, a:hover {
    color: rgba(255,255,255,0.4);
}

/* Logo */
.logo {
    padding-top: 5em;
    padding-bottom: 30%;
    display: inline-block;
    position: relative;
    width: 1200px;
}

.logo > img {
    position: absolute;
    min-height: 50%;
    display: block;
    min-width: 100%;
    width: 1200px;
}

@media(max-width: 1199px) {
    .showcase-body-footnote {
        color: #ffffff;
    }
}

@media(max-width: 991px) {
    .intro-footer {
        margin-top: 12em;
    }
}

@media(max-width: 768px) {
    .navbar-custom {
        border-bottom: 1px solid transparent;
        background-color: rgb(30,30,26);
    }
    
    .intro-footer {
        margin-top: 8em;
    }
    
    .logo {
        width: 350px;
        height: 160px;
        padding-top: 8em;
    }
    
    .logo > img {
        width: 350px;
        height: 160px;
    }
    
    .showcase {
        background: none;
    }
}
