@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
.fleischer-contact {
	display: none;
}

.navbar-header {
	text-align: center;
}
.navbar-brand img {
	height: 50px;
	margin-top: -15px;
}
#srs-fleischer{
	margin-top: 50px;
}
.fleischer-header .navbar-inverse {
	background: black;
	font-family: 'Roboto', sans-serif;
}
.fleischer-header .navbar-toggle .icon-bar {
	height: 3px;
}
.fleischer-header .navbar-toggle {
	border: none;
}
.fleischer-header .navbar-toggle:hover {
	background: none;
}
.fleischer-header .navbar-inverse .navbar-collapse {
	border: none;
}
.navbar-inverse .navbar-nav {
	background: white;
}
.fleischer-header .navbar-inverse .navbar-nav>li>a, .fleischer-header .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	text-shadow: none;
	color: #494c4f;
}
.fleischer-header .navbar-inverse .navbar-nav>.active>a, .fleischer-header .navbar-inverse .navbar-nav>.open>a, .fleischer-header .navbar-inverse .navbar-nav>li>a:hover, .fleischer-header .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover  {
	background: #55595c;
	color: #fff;
	box-shadow: none;
}
.fleischer-header .navbar-inverse .navbar-nav>li>a:hover, .fleischer-header .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	transition: all 0.3s ease;
}
.fleischer-header .navbar-nav .open .dropdown-menu { 
	padding-top: 0;
}
.fleischer-header .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	font-size: .9em;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fleischer-footer {
	padding-top: 15px;

	background: #494949;
	color: white;
	font-family: 'Roboto', sans-serif;
}
.fleischer-footer h4 {
	text-transform: uppercase;
}
.fleischer-social {
	padding-top: 15px;
	padding-bottom: 15px;
}
.fleischer-social a {
	font-size: 2.5em;
	color: rgba(255,255,255,0.79);
}
.fleischer-social a:hover {
	color: #00ce1b;
}
.fleischer-footer a, .fleisher-footer a:hover {
	color: white;
	text-decoration: none;
}
.fleischer-copyright {
	background: #2b2b2b;
	padding-top: 25px;
	padding-bottom: 15px;
	color: rgba(255,255,255,0.39);
	font-family: 'Roboto', sans-serif;
}

@media only screen and (min-width : 768px) {
	.fleischer-header {
		min-height: 170px;
		text-transform: uppercase;
	}
	.fleischer-contact {
		display: block;
		margin-top: 15px;
		color: white;
		font-size: 1.1em;
	}
	.fleischer-contact .fa, .fleischer-contact span {
		padding: 0 10px;
	}
	.fleischer-contact a,.fleischer-contact a:hover {
		color: white;
		text-decoration: none;
	}
	.fleischer-header .navbar-inverse .navbar-nav {
		margin-left: 115px;		
		background: black;
	}
	.fleischer-header .navbar-inverse .navbar-nav>.open>a:focus {
		background: none;
	}
	.navbar-nav>li>.dropdown-menu {
		padding-bottom: 0;
	}
	.fleischer-header .nav>li>a {
		padding: 10px 6px;
		font-size: .9em;
		font-weight: bold;
	}
	.navbar-brand img {
		height: 120px;
		width: auto;
		margin-top: -40px
	}
	.fleischer-header .navbar-inverse .navbar-nav>li>a {
		color: white;
	}
	.fleischer-header .navbar-inverse .navbar-nav>li>a:hover {
		background: none;
	}
}

@media (min-width: 992px) {
	.fleischer-header .navbar-inverse .navbar-nav {		
		height: 70px;
		margin-left: 20px;
		margin-top: 40px;
	}
	.fleischer-header .nav>li>a {
		padding: 10px 10px;
		font-size: 1.1em;
	}
	.navbar-brand img {
		height: 130px;
	}
}
@media only screen and (min-width : 1200px) {
	.fleischer-header .nav>li>a {
		padding: 10px 20px;
	}
}