body {
    background: #464646 url(../images/bg4.jpg) no-repeat fixed 90% center / cover;
    background-position: left 0px;
    /*background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
    background-color: #464646;
    z-index: 1;
}

/* MOBILE */
@media (max-width: 768px) {
    .text-center-xs {
        text-align: center;
    }
}

.header {
    z-index:100;
    color: #ffffff;
    width:100%;
    padding: 20px 0 30px 0;
    margin-bottom: 40px;
    text-align: center;
    position: fixed;
    top:0; left: 0;
    /* Gradient */
    /* Purple
    background: -moz-linear-gradient(top, rgba(48,63,159,1) 0%, rgba(48,63,159,1) 11%, rgba(48,63,159,0.06) 95%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,63,159,1)), color-stop(11%,rgba(48,63,159,1)), color-stop(95%,rgba(48,63,159,0.06)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(48,63,159,1) 0%,rgba(48,63,159,1) 11%,rgba(48,63,159,0.06) 95%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(48,63,159,1) 0%,rgba(48,63,159,1) 11%,rgba(48,63,159,0.06) 95%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(48,63,159,1) 0%,rgba(48,63,159,1) 11%,rgba(48,63,159,0.06) 95%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(48,63,159,1) 0%,rgba(48,63,159,1) 11%,rgba(48,63,159,0.06) 95%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303f9f', endColorstr='#00ffffff',GradientType=0 );
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+40,000000+100&amp;1+40,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.header:first-child h1 {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans Condensed";
    font-weight: 700;
}

.navbar-default {
    background-color: #000;
    border: none;
}

.navbar-default .navbar-brand {
    color: #fff;
    font-weight: 700;
}

/* active tab */
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f4f4f4;
}

@media only screen and (min-width: 600px) {
    .master {
        padding-top: 77px;
    }
    .spoiler {
        margin-bottom: 500px;
    }
    .header h1 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 600px) {
    .master {
        padding-top: 370px;
    }
    .spoiler {
        margin-bottom: 300px;
    }
    .header h1 {
        font-size: 30px;
        padding-top: 60px;
    }
}

.content {
    background-color: #fffeeb;
    padding-bottom: 77px;
}

.divider {
    padding: 50px 0;
    /* background-color: #000000;
    opacity: 0.7; */
    background: rgb(0, 0, 0); /* Fall-back for browsers that don'tsupport rgba */
    background: rgba(0, 0, 0, .85);
    text-align: center;
    color: #ffffff;
    z-index:1;
}

.btn-primary {
    background-color: #009da1;
    cursor: pointer;
    border: 0;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #006265;
}

.footer {
    color: #ffffff;
    text-align: center;
    /*background-color: #303F9F;*/
    background-color: #000000;
    padding: 30px 0;
}

.text-white {
    color: #ffffff;
}

.text-thin {
    font-weight: 100;
}

.margin-top-10 {
    margin-top: 10px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-bottom-10, .m-b-10 {
    margin-bottom: 10px;
}

.ul-aligned {
    padding-left: 15px;
}

.carousel-control {
    display: none;
}
