/*  #Mobile (Portrait)
================================================== */

@media only screen and (min-width : 1025px) {}
@media only screen and (min-width : 769px) and (max-width : 1024px) {
	#header #search {
		display: none;
	}
	#sidebar {
		display: none;
	}
	#content {
		margin: 0 !important;
	}
	#page-user #content {
		margin: 0 0 0 202px !important;
	}
	#auctions {
		margin: 30px 0 0 0 !important;
	}
}
@media only screen and (max-width : 768px) {

	.container {
		width: 90%;
	}
	
	.ismobile {
		display: block;
	}
	
	#navbar li { 
		display: none;
	}
	
	#navbar li#logo, #navbar li.ismobile { 
		display: block;
		border: 0;
	}
	
	#navbar li.ismobile { 
		float: right;
		margin: 0 20px;
	}
	
	#navbar li.ismobile span {
		color: #fff;
		font-size: 22px;
		font-weight: bold;
	}
	
	#navbar li.ismobile a:hover {
		background:none;
		box-shadow:none;
	}
	
	#splash-wrapper {
		height: 300px;
	}
	
	#splash .item-info {
		margin-top: 75px;
	}
	.splash-control {
		display: none;
	}
	
	#splash .item-info h1 {
		font-size: 24px;
		line-height: 30px;
	}
	
	#splash .item-info p {
		font-size: 14px;
		font-height: 18px;
	}
	
	#header #search {
		display: none;
	}
	#sidebar {
		display: none;
	}
	
	#menu {
		position: fixed;
		bottom: 0;
		padding: 0 !important;
		z-index: 2001;
	}
	
	#menu li {
		width: 20%;
		border: 0;
		box-shadow: 1px 0 0 rgba(0,0,0,1.0);
	}
	
	#menu li a {
		text-indent: -2000px;
	}
	
	#menu #search {
		display: none;
	}
	
	#header-ad {
		display: none;
	}
	#tools {
		display: none;
	}
	#content {
		margin: 0 !important;
	}

}