

.main-swiper img{
    width: 100%;
}

.yellow{
    color: rgb(255, 180, 0);
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
    color: rgb(255, 180, 0);
}


.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: rgb(255, 180, 0);
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
    color: rgb(255, 180, 0);
}

#footer{
    height: 80px;
    background-color: black;
    color: white;
    padding-top: 30px;

    width: 100%;
}

.navbar-inverse .navbar-nav>li>a{
    color: white;

}

.ie8-hide{
    display : none\9; /* IE8 and below */
}


.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }

.Signika{
    font-family: Signika, sans-serif;
}

h1, h2, h3{
    font-family: Signika, sans-serif;
}


.s10_arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;

    border: solid transparent;
    border-width: 10px 10px 0;
    border-top-color: rgba(255, 180, 0, 1);
}

.yellow-text{
    color: rgb(255, 180, 0);
}
.yellow-line{
    height: 3px; background-color: rgb(255, 180, 0);
}

.black-line{
    height: 3px; background-color: black;
}
