/* ==================================================================
   PAGE
   ================================================================== */

.mobile #content {
	padding-left: 10px;
	padding-right: 10px;
}

/* ==================================================================
   HEADER
   ================================================================== */

.mobile .grasp {
	background: none !important;
}

.mobile #userType {
	font-size: 12px !important;
}

.mobile .user-header {
	font-size: 25px;
	color: white;
	font-weight: bold;
}

.mobile #control {
	margin-left: 5px;
}

.mobile #header #control li {
	padding-left: 5px;
	padding-right: 5px;
}

.mobile #control a {
	color: white !important;
}

.mobile #userContainer a,
.mobile #userContainer {
	color: white;
	font-size: 12px;
}

.mobile #userContainer {
	margin-right: 10px;
	margin-left: 10px;
}

.mobile #header .wrap {
	width: auto;
}

.mobile #header #logo {
	width: auto;
	margin-left: 10px;
}

/* ==================================================================
   LOGIN POPUP
   ================================================================== */

.mobile #login_frame {
	left: -15px;
}

.mobile #login_frame a {
	color: #41AAEF !important;
	font-size: 14px;
}

/* ==================================================================
   DOWNLOAD PAGE
   ================================================================== */

.mobile .downloadpage_download {
	font-size: 14px;
}

.mobile .filename_info {
	font-size: 15px;
}

.mobile #content .info {
	float: none;
}

.mobile #content,
.mobile #content .info,
.mobile .download_with_ads,
.mobile .downloadpage_download
{
	width: auto;
}

.mobile .ads_holder {
	text-align: center;
	margin-left: -2px;
	margin-right: auto;
}

.mobile .holder300x50 {
	margin-left: -1px;
}

/* ==================================================================
   FOOTER
   ================================================================== */

.mobile #footer_menu > li {
	width: 28% !important;
	display: table-cell;
	float: none !important;
}

.mobile #footer_menu {
	display: table;
	width: 100%;
	float: left;
}

.mobile #footer .wrap {
	width: auto;
}

.mobile #footer #signature {
	width: auto;
	height: 80px;
}

/* ==================================================================
   HEADER < 320px
   ================================================================== */

.mobile .dropdown-menu div {
	background: url('../images/mobile_menu.png') no-repeat;
	width: 49px;
	height: 44px;
	border-right: 1px solid white;
	float: left;
}

.mobile #logo {
	display: none !important;
}

.mobile .user-header {
	float: left;
	padding-top: 10px;
	margin-left: 10px;
}

.mobile #control {
	float: none !important;
	padding-bottom: 10px;
}

.mobile #control li {
	padding-bottom: 10px !important;
	float: none !important;
	display: block;
}

.mobile #userContainer {
	float: none !important;
	padding-bottom: 10px !important;
	display: block !important;
}

.mobile #header {
	height: auto;
}

.mobile .control-wrapper {
	display: none;
}

@media screen and (min-width:321px) {

	.mobile .ads_holder {
		margin-left: auto;
	}

}

@media screen and (min-width:481px) {
	.mobile #logo {
		display: block !important;
	}

	.mobile .dropdown-menu {
		display: none;
	}

	.mobile .user-header {
		float: right;
		padding-right: 10px;
		margin-left: 0;
	}

	.mobile #control {
		display: block;
	}

	.mobile #userContainer {
		float: right !important;
	}

	.mobile #control {
		float: left !important;
	}

	.mobile #control li {
		padding-bottom: 0 !important;
		float: left !important;
		display: block;
	}

	.mobile .control-wrapper {
		display: block;
	}
}