body, .background {
    background: url(../images/background.jpg) !important;
}
img {
    max-width: 100% !important;
}
.section {
    display: none;
}
.section[data-index='1'] {
    display: block;
}
.section-content{
    margin-top: 52px;
}

.navbar-default {
    min-height: unset;
    top: 52px !important;
}

.navbar-nav {
    display: -webkit-box;
    overflow: auto;
    width: 100%;
    margin: 0;
}

.navbar-nav li {
    float: none;
}

.navbar-brand {
    height: unset !important;
}

.navbar-default .navbar-nav > li {
    display: inherit;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    color: rgba(230, 230, 230, 0.75) !important;
    position: relative;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a {
    background-color: unset !important;
    color: #ffffff !important;
}

.navbar-default .navbar-nav > .active > a:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ff3322;
}



/*footer*/
.footer-paging {
    cursor: pointer;
    line-height: 1.5;
    font-size: 18px;
    color: #222222;
}
.footer-paging span{
    font-weight: 500 !important;
}

.credit-list{
    padding: 15px 0;
}
.credit-list li {
    font-size: 14px;
    color: #e7e7e7;
    opacity: 0.6;
    text-transform: uppercase;
}

#next-button {
    text-align: right;
}
.footer-paging span {
    font-size: 14px !important;
    font-style: initial;
    display: block;
    font-weight: 500;
    color: rgba(199, 199, 199, 0.56);
    opacity: 0.6;
}
/*end footer*/