#header .mobile .logo img {
	width: 47px;
	margin-right: 20px;
}

#header .mobile .name {
	float: none;
	margin: 0px 0 0 0;
}

#header .mobile .activity {
	float: none;
	margin: 8px 0 0 0;
}




/* mobile menu */

#menumobile {
	display: none;
}

#menu:not( .mm-menu ) {
   display: none;
}

#menu li a {
	color: #fff;
}

#mm-blocker {
	background-color: rgba(0,0,0,0.5);
}

.mm-navbar {
	background-color: rgba(0,0,0,0.3);
}

.mm-navbar a {
	color: #fff !important;
}

.mm-menu {
	background-color: #623225 !important;
}

.mm-listview .mm-next {
	background-color: rgba(0,0,0,0.1);
}

.mm-listview {
	font-size: 18px;
}

.mm-listview>li>a, .mm-listview>li>span {
	padding: 5px 10px 5px 20px;
}



@media only screen and (max-width : 1300px) {

	#wrapper {
		width: 100%;
	}

	.mobile {
		display: block;
	}

	.full {
		display: none;
	}

	#menumobile {
		display: block;
		position: absolute;
		right: 25px;
		top: 26px;
		z-index: 1;
	}

	#menumobile img {
	}

	#mainmenu {
		display: none;
	}

}



@media only screen and (max-width : 1030px) {

	.wrapper {
		width: 100%;
		padding: 0 25px;
		box-sizing: border-box;
	}

	#header {
		padding: 26px 25px;
	}

}




@media only screen and (max-width : 850px) {

	#footer ul {
		float: left;
		clear: both;
		padding: 0;
		margin: 0;
		margin-top: 20px;
		list-style: none;
	}

	#footer ul li {
		margin-right: 15px;
		margin-left: 0px;
	}

	#footer .powered {
		float: left;
	}

}


@media only screen and (max-width : 650px) {

	#content .images img {
		width: 100%;
		height: auto;
	}

	body {
		padding: 0;
	}

}

	
@media only screen and (max-width : 500px) {

		h1 {
			font-size: 24px;
		}

}


@media only screen and (max-width : 425px) {

	#header .mobile .logo img {
		width: 36px;
		margin-right: 15px;
	}

	#header .mobile .name {
		margin: 0px 0 0 0;
		font-size: 17px;
	}

	#header .mobile .activity {
		margin: 6px 0 0 0;
		font-size: 15px;
	}

}


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

	#header {
		padding: 20px 20px;
	}

	.wrapper {
		padding: 0px 20px;
	}

	#menumobile {
		top: 20px;
		right: 20px;
	}

}