.navbar {
	border-bottom-style: none;
	min-height: 67px;
	margin-bottom: 0px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}

.navbar-header, .navbar-default {
	background-color: #fff;
}

#navbar-toggle {
	border: 0px;
}

#navbar-toggle:hover {
	background-color: #fff;
}

#navbar-toggle .icon-bar {
	height: 1px;
	margin-bottom: 8px;
}

#navbar-default a:hover {
	background-color: #fff;
}

.navbar-default .navbar-nav {
	margin-left: 10%;
}

.navbar-default .navbar-nav>.active>a {
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
	font-family: Lato;
	font-size: 16px;
	color: #58595B;
	letter-spacing: 0.5px;
	line-height: 36px;
}

.navbar-header img {
	margin-top: 11px;
	margin-left: 11px;
}

.container-fluid {
	padding: 0px;
}

.logo {
	text-align: center; 
	margin-top: 13px;
}

@media (min-width: 1440px) {
	.container {
		width: 1440px;
	}
}

@media (max-width: 435px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
}

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    margin: auto;
}

.navbar-toggle {
    z-index:3;
}

.modal-content {
	border-radius: 0px;
	border: 1px solid #29AAE2;
}