.sizer,
.sizer-post {
	display: block;
	position: relative;
}

.sizer,
.sizer-post {
	margin: 0 auto;
	padding: 0;
}

.sizer-post {
	max-width: 800px;
}

.sizer-post section h2 {
	padding: 10px 0;
	margin: 70px 0 20px 0;
}

.sizer-post section:first-child h2 {
	margin-top: 0;
}




/* TOP MENU */

#topmenu {
	width: 100%;
	height: 36px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
	list-style: none;
}

#topmenu ul li {
	text-transform: uppercase;
}

#topmenu li.disabled {
	padding-right: 10px;
	font-weight: 400;
	line-height: 35px;
}

#topmenu li.disabled a,
#topmenu li.disabled a:hover {
	padding: 0;
	cursor: default;
	color: #999 !important;
}

#topmenu li ul li,
#topmenu li ul li * {
	line-height: 30px;
	text-transform: none;
}

#topmenu li ul li  {
	padding: 0;
}

#topmenu li ul li a {
	text-align: left;
}

#topmenu li ul li span {
	font-weight: 300;
	padding-left: 5px;
}




/* SLIDER */

.slider-container {
	position: relative;
	z-index: 3;
	width: 100%;
	margin-bottom: 20px;
}

.ls-nav-next, .ls-nav-prev{
	display:none !important;
}

/* CONTENT */

#content,
#content .content {
	position: relative;
	z-index: 5;
	top: 4px;
	transition: transform 0.2s ease;
	    height: 520px;
}

#content .content {
	position: relative;
	top: 30px;
	padding-bottom: 30px;
}

#content .bg-top-container {
	width: 100%;
	height: 25%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

#content img.bg-top {
	width: 100%;
	height: 100%;
}

#content .bg {
	width: 100%;
	height: 75%;
	position: absolute;
	left: 0;
	top: 25%;
	z-index: 2;
	*z-index: -1;
}

.version-recommender {
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	height: 20px;
	position: relative;
	top: -30px;
	margin-bottom: -20px;
	display: none;
	color: #555;
}

.version-recommender a {
	display: inline-block;
	padding: 0 8px 2px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#content nav.try-or-buy a {
	width: auto;
}

/* Lists */

.list-holder {
	width: 100%;
	height: 50px;
	position: relative;
	list-style: none;
}

.cur-list-item,
nav ul > li {
	perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	-moz-perspective: 500px;
	-webkit-perspective: 500px;
}

.cur-list-item {
	height: 50px;
	line-height: 50px;
	font-size: 120%;
	padding: 0 10px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.cur-list-item span {
	display: block;
	font-weight: 400;
	cursor: pointer;
	font-size: 100% !important;
	overflow: hidden;
}

.list-holder li {
	white-space: nowrap;
	list-style: none;
}

/*


@media screen and (max-width: 1023px) {
	#content nav a {
		width: 40%;
	}
	.hideonmobile,
	#social-share {
		display: none;
	}
	.showonmobile {
		display: block;
	}
	.sizer,
	.sizer-post {
	padding: 0 20px;
	}
}

@media screen and (max-width: 560px) {
	#content nav a {
		width: auto;
		display: block;
	}
	#content section h3 {
		white-space: normal;
	}
	section div.col1-2 {
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	section div.col1-2:first-child,
	.topmargin {
		margin-top: 0 !important;
	}
	section div.col1-3 {
		width: auto;
		margin-left: 0;
	}
	footer section div.col1-3 {
		margin-top: 25px;
	}
}

@media screen and (max-width: 640px) {
	section div.col2-3,
	section div.col1-3 {
		width: auto;
		margin-left: 0;
		margin-top: 30px;
	}
	.c-t div {
		float: none;
		width: auto;
	}
}

.col1-2:first-child,
.col1-3:first-child,
.col1-4:first-child,
.col2-3:first-child,
.col3-4:first-child {
	margin-top: 0 !important;
}

#wpadminbar {
	top: 35px !important;
}*/