


/* navigation */
.navbar-light .navbar-nav .nav-link {
    padding: 0;
    color: #4c4c4c;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: 10px;
    left: -37px;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #ff5722;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #000;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 2rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
	right: auto;

}

.dropdown-menu a:hover{

    text-decoration: none;
	
}



.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 2.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
	font-size: 14px;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


#header .main-navigation {

    opacity: .9 !important;
}

.dropup, .dropdown {
    position: relative;
}

/* fixed nav */
nav.fixed-navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.fixed-navi ul li {
    float: left;
}

/*helper*/
.isFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 1px 4px 10px 3px rgba(8, 8, 8, 0.12);
    z-index: 999;
    background: #fff;
    transition: all 1.5s ease;
}

/* //fixed nav */

.top-button {
	color: #FFF;
	font-size: 16px;
	padding: 5px;	
}

.top-button a {
	color: #FFF !IMPORTANT;
	font-size: 16px;
	text-decoration: none !IMPORTANT;
	background-color: #E96656 ;
	padding: 10px !IMPORTANT;
}

.top-button a:hover {
	color: #FFF;
	font-size: 16px;	
	text-decoration: none !IMPORTANT;
	background-color: #1f9999  !IMPORTANT;

}

@media (min-width: 768px){
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
}
