.navbar {
	border-bottom: none;
	margin-bottom: 0px;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x:hidden;
}

#navbar {
	font-family: "Lato", sans-serif;
  	background-color: rgb(13, 44, 76);
  	font-weight: 300;
  	height: 68px;
}

#navbar-home {
	font-family: "Lato", sans-serif;
	font-weight: 400;
  	background-color: rgb(13,44,76);
  	height: 68px;
  	top: 10px;
}

.navbar-brand {
	padding: 16px 20px;
}

.menu-toggle{
	position: absolute;
	right: 15px;
	top: 7px;
	font-size: 30px;
	color: #fff;
}

.close {
	float: left;
	font-size: 34px;
	margin-left: 10px;
	color: #fff;
}

.homepage-top-navigation {
	position: relative;
	height: 43px;
	letter-spacing: 1px;
	margin-top: 6px;
}

#sell-1 {
	margin: 0;
	margin-right: 20px;
	padding: 9px 19px;
	border: 2px solid white;
	border-radius: 4px;
	width: 138px;
}

#sell-1:hover {
	background-color: #fff;
	color: rgb(13, 44, 76);
}

.homepage-top-navigation a {
	font-size: 14px;
	font-weight: 700;
	padding-right: 30px;
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

.menu{
	width: 300px;
	display: block;
	background: #333;
	height: 100%;
	top: 0;
	left: -300px;
	position: fixed;
	z-index: 100;
	text-align: center;
	transition: left 0.4s;
}

#nav-expander {
	display: none;
	top: 14px;

}

#chat-expander {
	display: none;
}

.menu.nav-expanded{
	left: 0;
	z-index: 2000000;
}

.menu .close{
	color: #fff;
	margin-right: 10px;
	margin-top:10px;
}

.menu h3{
	margin-top: 50px;
	text-transform: uppercase;
	color: #fff;
	font-size: 17px;
}

.menu .nav{
	padding: 0;
}

.menu .nav > li > a{
	color: #fff;
}

.menu .nav > li > a:hover,
.menu .nav > li > a:focus{
	background: transparent;
	color: #fa694e;
}

.menu .social-icons{
	margin-top: 50px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.menu .social-icons li{
	margin-left: 5px;
	margin-right: 5px;
	float: none;
	display: inline-block;
}

.menu .social-icons li:last-child{
	margin-right: 0;
}

.menu .social-icons > li > a{
	width: 30px;
	height: 30px;
	line-height: 30px;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 667px) { 

	.navbar {
		z-index: 20000;
		box-shadow: none;
	}

	#nav-link {
		display: none;
	}

	#nav-expander {
		display: none;
		top: 13px;
	}

	#chat-expander {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		padding: 22px 15px;: 
	}

	#navbar-home {
		top: 10px;
		height: 58px;
	}

	.navbar-brand {
		padding: 0;
		margin: 0;
		width: 108px;
		min-width: 108px;
		max-width: 108px;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 14px;
	}

	.navbar-brand img {
		margin-left: auto;
		margin-right: auto;
		height: 31px;
	}

	.menu-toggle{
		position: absolute;
		left: 15px;
		right: auto;
		top: 7px;
		font-size: 30px;
		color: #fff;
	}

	.menu .nav {
		margin-top: 35px;
	}

	.menu .nav a:active {
		text-decoration: none;
	}

	ul.social-icons {
		position: relative;
	}

	.menu .social-icons {
		display: block; 
		position: relative;
		height: 50px;
		margin-top: 150px;
	}

	.menu .social-icons > li > a {
		width: 70px;
		height: 70px;
		margin-left: 5px;
		margin-right: 5px;
	}

	.menu .social-icons > li > a:active {
		text-decoration: none;
	}

	#sell-1 {
		position: relative;
		display: block;
		margin-top: 40px;
		color: #fff;
		width: 70%;
		height: 60px;
		margin-left: auto;
		margin-right: auto;
		line-height: 36px;
		font-size: 20px;
	}

	#sell-1:active {
		background-color: #fff;
		color: #000;
		text-decoration: none;
	}

	#sell-1:hover {
		background-color: #fff;
		color: #000;
		text-decoration: none;
	}

	#intercom-container .intercom-launcher-enabled {
		display: none!important;
	}

}