@media only screen and (max-device-width: 480px) and (min-device-width: 320px)
{
	#site-navigation-toggle {
	    display: block;
	    margin-top: 16px;
	}
	
	#site-navigation-cat-toggle-dropdown {
	    display: none;
	}
	
	header#header {
	    margin-bottom: 0px;
	}

	.site-navigation-toggle {
	    position: relative;
	    float: right;
	    padding: 6px 10px;
	    margin-top: 8px;
	    margin-right: 15px;
	    margin-bottom: 8px;
	    background-color: rgba(0, 0, 0, 0);
	    background-image: none;
	    border: 1px solid rgba(0, 0, 0, 0);
	    border-radius: 4px;
	    cursor: pointer;
	}
	
	#site-navigation-toggle .icon-bar {
	    background-color: #FFF;
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
	    margin-top: 3px;
	}
	
	#navigation-bottom li {
		width: 100%;
		text-align: left;
    	background-color: #7F8386;
    	margin: 0px !important;
	    font-size: 14px;
	    float: none !important;
	    border-bottom: 1px solid #fff;
	}
	
	div#navigation nav#navigation-bottom .nav > li > a {
	    font-size: 14px;
	    text-transform: capitalize;
	    color: white;
	}
	
	div#navigation .nav > li > a:focus, .nav > li > a:hover {
	    text-decoration: none;
	    background-color: #d3d3d3;
	}
	
	#login_button{
		margin-top:5px!important;
	}
	
	.team > .description {
	    text-align: center!important;
	}
}