@media(max-width: 480px) {
	/**
	 * 	MAIN PAGE
	 */
	.desktop { display: none; }
	.mobile { display: block; }
	
	html {
		overflow-x: hidden;
	}
	
	body {
		overflow: hidden;
	}
	
	#header_wrapper {
		position: absolute;
		background: rgba(255, 255, 255, 0.3);
		border: 0;
		overflow: visible;
	}
		header {
			height: 45px;
		}
			header #site_logo_wrapper > a > img {
				height: 30px;
				margin-left: 20px;
			}
			
			header > nav {
				width: 100%;
				top: 7px;
				margin-top: 0;
				padding-top: 0;
				text-align: right;
			}
			
			nav > ul ul {
				position: absolute;
				right: 0;
				top: 38px;
				width: 100%;
				list-style: none;
				text-align: left;
				border-top: 1px solid #1C1C1C;
				background: rgba(255, 255, 255, 0.3);
			}
				nav > ul ul > li {
					text-align: right;
					display: inline;
					padding-right: 10px;
				}
				
				nav > ul ul > li:first-child {
					padding-left: 10px;
				}
					nav > ul ul > li > a {
						color: #ffffff;
						text-decoration: none;
					}
			
			
			ul.hideMenu {
				display: none;
			}
			
			ul.showMenu {
				display: block;
			}
			
	
	.carousel_wrapper {
		height: auto;
	}
		.carousel_content_pagination {
			width: 100%;
			position: absolute;
			margin-top: -35px;
			z-index: 1;
		}
		
		.carousel_buttons_wrapper {
			display: none;
		}
		
		.carousel_inner_wrapper {
			height: 250px;
			width: 100%;
		}
			.carousel_arrow_left {
				left: 10px;
			}
				.carousel_arrow_left img {
					width: 100%;
					margin-top: 0;
				}
			
			.carousel_arrow_right {
				right: 10px;
			}
				.carousel_arrow_right img {
					width: 100%;
					margin-top: 0;
				}
			
			.carousel_content_title {
				display: none;
			}
			
			.carousel_content_text {
				display: none;
			}
			
			.carousel_content_image img {
				width: 65%;
				margin-top: 80px;
			}
	
	
	.variable_width_content_wrapper {
		width: 100%;
	}
	
	.featuresClass .innerBlockImage {
		width: 96%;
	}
		.popup_content {
			padding: 0 !important;
			float: none !important;
			width: 90%;
			margin: auto;
			color: #ffffff;
		}
			.showReturn { display: block; }
			.hideReturn { display: none; }
			.featureReturn {
				width: 60px;
				height: 60px;
				margin: auto;
				background-image: url('/img/features/mobile/return_white.png');
				background-repeat: no-repeat;
				background-size: 100%;
			}
			
			#popup_1 .featureReturn, #popup_6 .featureReturn {
				background-image: url('/img/features/mobile/return_purple.png');
			}
			
			.active_frame_invisible {
				background-size: cover;
			}
	
	.primary_link {
		padding: 10px 15px;
	}
	
	.innerBlockImage { transition: none; }
	.innerBlockImage:hover { transform: none; }
	.innerBlockImage img { transition: none; }
	.innerBlockImage:hover img { transform: none; }
	
	.mainblock {
		margin: 0;
		padding: 0;
	}
	
	.mainblock:nth-of-type(2) {
		display: none;
	}
	
	
	
	/**
	 * 	CONTACT PAGE
	 */
	section[class=form] form fieldset {
		width: 90%;
		margin: auto;
	}
		section[class=form] form input {
			width: 185px;
		}
		
		section[class=form] form textarea {
			width: 185px;
			height: 200px;
		}
		
		section[class=form] form label[class=form_small] {
			margin-left: 0;
			width: 260px;
		}
		
		section[class=form] form fieldset[class=fieldset_submit] {
			width: 90%;
		}
		
		
	
	/**
	 * 	COMPARE PAGE
	 */
	section[class=table] {
		padding: 0;
	}
		section[class=table] table tr {
			font-size: 12px;
		}
		
		section[class=table] table thead th {
			padding: 5px 1px;
		}
		
		section[class=table] table tbody td {
			padding: 5px 1px;
		}
		
		section[class=table] table img {
			width: 15px;
		}
	
	
	
	/**
	 * 	BUYNOW PAGE
	 */
	section[class=bundles] ul li {
		width: 45%;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.top_normaliser {
		height: auto;
	}
	
	section[class=form_center] form {
		width: 100%;
	}
		section[class=form_center] form fieldset[class=fieldset_submit] {
			width: 100%;
		}
		section[class=form_center] form fieldset {
			width: 90%;
			margin: auto;
		}
			section[class=form_center] form label {
				width: 135px;
				font-size: 14px;
				display: inline-block;
			}
			
			section[class=form_center] form input {
				width: 150px;
			}
	
}
