/*
Theme Name:     Indus Child Theme
Description:    
Author:         admin
Template:       indus

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.tp-navigations .navbar-default .navbar-collapse, .navbar-default .navbar-form .tp-navigations.stuck {
    background-color: #262626;
}

.tp-navigations.stuck {
	position: fixed;
	background-color: #262626;border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    float: none;
    margin: 0 auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-sizing: border-box;
	transition: all .3s ease-in-out;
}
.sticky-wrapper {
	height: auto !important;
	width: 100%;
}
.st-menufixed.st-admin .tp-navigations.stuck {
	top: 32px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #FFF;
}

body a:hover {
    color:  #b82127;
}