/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */
button.navbar-toggle{
	border:0px;
}
#topbar>li{
	padding-left:15px;
}
.container{
	width:100%;

}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.showsohw {
    padding-right: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.showsohw #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;

}

#wrapper.showsohw #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
div.navbar{
	height:80px;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a{
	color:#fff; !important
}
.navbar-inverse .navbar-nav>li>a:hover{
display:inline-block;
    border-bottom:2px solid white;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
    
}
.navbar-inverse{
	background-color: rgba(0,0,0,0.5);
	border-bottom:none;
}
#one{
	    display: block;
    background-color: #fff;
    height: 25px;
    width: 25px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 40px;
}
.fa{
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
@media(min-width:768px) {
    #wrapper.showsohw {
        padding-right: -250px;
    }

    #wrapper {
        padding-right: 0;
        
    }

    #sidebar-wrapper {
        width: 0;

    }

    #wrapper.showsohw #sidebar-wrapper {
        width: 250px;
        margin-left:250px;
    }

	
    #page-content-wrapper {

        position: relative;
    }

    #wrapper.showsohw #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }


}
#page-content-wrapper.showsohw{
	margin-left:-250px;
	    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#page-content-wrapper,#fhrh,#topmenu,#eggrock{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#fhrh.showsohw{
	margin-right:250px;
}
#topmenu.showsohw{
	margin-right:500px;
}
.searchform {
  display: block;	
  margin: 0;
  padding-left:20px;
}

.searchform label, 
.searchform input {
  color: #737373;
  float: left;
  vertical-align: baseline;
}

.searchform label { margin: .125em .125em 0 0; }

.searchform input[type=search] {
  font: 1em/1.618 Open Sans, Arial, Sans-serif;
  border: .125em solid #737373;
  border-width: 0 0 3px;
  background-color: transparent;
  padding: .1875em .375em;
  width: 80%;
}

.searchform input[type=search]:focus {
  border-color: #E18728;
  color: #E18728;
  outline: 0;
}

@media only screen and (min-width: 48em) {
  .searchform input[type=search]{ width: 75%; }
}
