.navbar-wrapper > .container {
    padding: 0;
}
  
@media all and (min-width: 768px ){
    #navbar > .nav >li >a {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 20px;
        color: #ccc;
        font-weight: bold;
        width: 170px; /* when adding more links to navigation. adjust the width */
        text-align: center;
        text-shadow: 0 0 3px #000000, 0 0 5px #000000, 0 0 7px #000000;
    }
    #navbar > .nav >li >a:hover {
        color: #fff;
        background-color: rgba(100, 0, 0, 1) !important;
    }

    .carousel-inner > .item {
        height: 100vh;
    }
    

}
@media all and (max-width: 768px ){
    .navbar-wrapper {
        position: relative;
        top: 0px;
    }

    .navbar-toggle {
        border: 1px solid #ccc;
    }

    .navbar-toggle > .icon-bar {
        background-color: #ccc;
    }
}

.navbar-wrapper > .container > .navbar {
    background-color: rgba(139, 0, 0, 0) !important;
}

.navbar > .container {
    background-color: rgba(139, 0, 0, 0.9) !important;
    border: 3px solid #ccc;
}


.navbar-brand {
    padding: 0px;
    height: 80px;
}
.navbar-brand>img {
    height: 100%;
    padding: 2px;
    width: auto;
}

html {
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jssorb064 {position:absolute;}
.jssorb064 .i {position:absolute;cursor:pointer;}
.jssorb064 .i .b {fill:#000;fill-opacity:.5;stroke:#fff;stroke-width:400;stroke-miterlimit:10;stroke-opacity:0.5;}
.jssorb064 .i:hover .b {fill-opacity:.8;}
.jssorb064 .iav .b {fill:#ffe200;fill-opacity:1;stroke:#ffaa00;stroke-opacity:.7;stroke-width:2000;}
.jssorb064 .iav:hover .b {fill-opacity:.6;}
.jssorb064 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
