.navbar-toggle .icon-bar {
	background: #1b1b1b;
	height: 3px;
}
.navbar-toggle:not(.collapsed) .icon-bar.top-bar {
	transform: translate3d(11px, 7px, 0) rotate(45deg);
	transform-origin: right top;
	width: 11px;
}
.navbar-toggle:not(.collapsed) .icon-bar.bottom-bar {
	transform: translate3d(11px, -7px, 0) rotate(-45deg);
	transform-origin: right bottom;
	width: 11px;
}
header nav.navbar {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #f05683;
	margin-bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	;
}
.navbar-brand {
	height: auto;
	position: relative;
	z-index: 1;
}
.navbar-brand > img {
	height: 75px;
}
ul.nav.navbar-nav {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}
ul.nav.navbar-nav > li {
	float: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}
ul.nav.navbar-nav > li >a {
	color: #3e4041;
	font-weight: 600;
	border: 2px solid transparent;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.nav.navbar-nav > li >a:hover, ul.nav.navbar-nav > li.active >a {
	color: #f05683;
	border-color: #f05683;
	background: none;
	border-radius: 20px;
}
header ul.social {
	padding-top: 30px;
	position: relative;
	z-index: 1;
}
header ul.social li a {
	color: #020303;
	font-size: 17px;
	padding-bottom: 3px;
}
header ul.social li:last-child a {
	background: #f05683;
	color: #fff;
	padding: 7px 15px;
	text-transform: capitalize;
	margin-top: 5px;
	border-radius: 30px;
}
footer#footer {
	background: #F2F2F2;
	padding: 35px 0;
}
#footer ul.social li {
	display: inline-block;
	margin-right: 5px;
	margin-top: 7px;
}
#footer ul.social li a {
	color: #040607;
}
#footer h3 {
	color: #f05683;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 8px;
}
#footer a.contact_url {
	color: #040607;
	font-size: 15px;
}
#footer h3 +p {
	line-height: 22px;
}
ul.quick-links a {
	color: #040607;
	text-transform: uppercase;
	padding-bottom: 3px;
}
p.copy-right {
	background: #f05683;
	color: #fff;
	text-align: center;
	padding: 3px 0;
	font-size: 14px;
}
@media (max-width:991px)  {
.navbar-header {
	width: 100%;
}
.navbar-toggle {
	margin-top: 25px;
}
.navbar-collapse.collapse {
	display: none !important;
}
header .navbar-header .collapse, .navbar-toggle {
	display: block !important;
	z-index: 20;
}
.navbar-collapse.collapse.in {
    display: block !important;
    transform: translateX(0);
    z-index: 11;
}
ul.nav.navbar-nav {
	position: static;
	text-align: left;
	transform: translateY(0);
	padding: 0 15px;
}

ul.nav.navbar-nav > li {
	display: block;
}
}
@media (max-width:767px) {
.navbar-brand > img {
	height: 41px;
}
.navbar-toggle {
	margin-top: 20px;
	margin-right: 0;
}

.pull-right.fl-none {
	float: none !important;
}
ul.nav.navbar-nav > li >a {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
}
header ul.social {
	padding-top: 0;
	padding-bottom: 10px;
}
header ul.social li:nth-child(1) {
	display: none;
}
header ul.social li:last-child a {
    padding: 5px 10px;
	margin-left: 15px;
}
header ul.social li a {
    font-size: 14px;
    padding-bottom: 3px;
}


}
