/**
 * TEMP
 */
@import url( 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese' );
body {
	background-color: #000;
	font-size: 12px;
}
.section-detail-content img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	width: 100%;
}
.section-detail .section-collapse-btn {
	bottom: 50px;
	position: absolute;
	top: auto !important;
}

/**
 * Section container
 */
.section-container {
	clear: both;
	border-bottom: 5px solid #fff;
}
/**
 * Section
 */
.section {
	background-color: #000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	position: relative;
	width: 100%;
}
.section + .section {
	border-top: 6px solid #fff;
}
.section-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 54px;
	font-weight: 700;
	letter-spacing: -0.025em;
	text-transform: uppercase;
}
/**
 * Section toggle
 */
.section-toggle {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.section-toggle:focus,
.section-toggle:hover {
	outline: none;
}
.section-toggle-icon {
	border: none;
	border-radius: 50%;
	color: #000;
	display: block;
	font-size: 54px;
	font-weight: 700;
	height: 40px;
	line-height: 36px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	text-indent: 1px;
	transition: background-color 500ms 100ms ease-out, opacity 500ms 100ms ease-out, transform 500ms 200ms ease-out;
	width: 40px;
}
.section-toggle-icon:after,
.section-toggle-icon:before {
	background-color: #000;
	content: '';
	height: 6px;
	position: absolute;
	-webkit-transform-origin: 3px 3px;
	-moz-transform-origin: 3px 3px;
	transform-origin: 3px 3px;
	width: 30px;
}
.section-toggle-icon:after,
.section-toggle-icon:before {
	transition: left 200ms 1000ms ease-out, top 200ms 1000ms ease-out, transform 200ms 1000ms ease-out, width 200ms 1000ms ease-out;
}
.section-toggle-icon:after {
	left: 17px;
	top: 5px;
	transform: rotate( 90deg );
}
.section-toggle-icon:before {
	left: 5px;
	top: 17px;
}
.section-has-detail-loading .section-toggle-expand .section-toggle-icon:after,
.section-has-detail-loading .section-toggle-expand .section-toggle-icon:before {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.section-has-detail-loading .section-toggle-expand .section-toggle-icon:after {
	-webkit-animation: section-has-detail-loading-toggle-icon-rotate 2s linear infinite;
	-moz-animation: section-has-detail-loading-toggle-icon-rotate 2s linear infinite;
	animation: section-has-detail-loading-toggle-icon-rotate 2s linear infinite;
	-webkit-animation-delay: 1400ms;
	-moz-animation-delay: 1400ms;
	animation-delay: 1400ms;
	top: 17px;
	transform: rotate( 0 );
	width: 18px;
}
.section-has-detail-loading .section-toggle-expand .section-toggle-icon:before {
	-webkit-animation: section-has-detail-loading-toggle-icon-rotate 8s linear infinite;
	-moz-animation: section-has-detail-loading-toggle-icon-rotate 8s linear infinite;
	animation: section-has-detail-loading-toggle-icon-rotate 8s linear infinite;
	-webkit-animation-delay: 1000ms;
	-moz-animation-delay: 1000ms;
	animation-delay: 1000ms;
	left: 17px;
	width: 14px;
}
@-webkit-keyframes section-has-detail-loading-toggle-icon-rotate {
    0% {
		-webkit-transform: rotate( 0deg )
	}
    100% {
		-webkit-transform: rotate( 360deg )
	}
}
@-moz-keyframes section-has-detail-loading-toggle-icon-rotate {
    0% {
		-moz-transform: rotate( 0deg )
	}
    100% {
		-moz-transform: rotate( 360deg )
	}
}
@keyframes section-has-detail-loading-toggle-icon-rotate {
    0% {
		transform: rotate( 0deg )
	}
    100% {
		transform: rotate( 360deg )
	}
}
.section-toggle-label {
	color: #fff;
	display: table;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-transform: uppercase;
	transition: color 750ms ease-in-out, margin 750ms 250ms ease-out, opacity 750ms 250ms ease-out;
}
/**
 * Section badges
 */
.section-badge {
	width: 10em;
}
.section-badge-icon {
	background-color: #fff;
	border-radius: 0.25em;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
	display: block;
	width: 250px;
	
}
.section-badge-title {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-top: 1em;
	text-align: center;
	text-shadow: 1px 1px 5px #000;
}
.section-badges {
	bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 9;
}
.section-badges .section-badge {
	display: inline-block;
	height: 8.3em;
	/*margin-left: 0.5em;
	margin-right: 0.5em;*/
	position: relative;
}
.section-badges .section-badge-title {
	left: 0;
	position: absolute;
	right: 0;
	top: 5em;
}
.section-badge.animated {
	-webkit-animation: section-badge-animation 1000ms ease-out 0ms 1 normal both;
	-moz-animation: section-badge-animation 1000ms ease-out 0ms 1 normal both;
	-o-animation: section-badge-animation 1000ms ease-out 0ms 1 normal both;
	animation: section-badge-animation 1000ms ease-out 0ms 1 normal both;
	opacity: 0;
}
@-webkit-keyframes section-badge-animation {
	0% {
		opacity: 0;
		-webkit-transform: translate3d( 0, -25%, 0 );
		transform: translate3d( 0, -25%, 0 );
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@-moz-keyframes section-badge-animation {
	0% {
		opacity: 0;
		-moz-transform: translate3d( 0, -25%, 0 );
		transform: translate3d( 0, -25%, 0 );
	}
	100% {
		opacity: 1;
		-moz-transform: none;
		transform: none;
	}
}
@-o-keyframes section-badge-animation {
	0% {
		opacity: 0;
		-o-transform: translate3d( 0, -50%, 0 );
		transform: translate3d( 0, -50%, 0 );
	}
	100% {
		opacity: 1;
		-o-transform: none;
		transform: none;
	}
}
@keyframes section-badge-animation {
	0% {
		opacity: 0;
		transform: translate3d( 0, -25%, 0 );
	}
	100% {
		opacity: 1;
		transform: none;
	}
}
@media(min-width: 992px) {
	.section-badge {
		width: 15em;
	}
	.section-badgebox {
		width: 20em;
		height: 10em;
		margin-bottom: 2em;
	}
	.section-badges .section-badge {
		height: 6em;
		/*margin-left: 1em;
		margin-right: 1em;*/
	}
	.section-badges .section-badge-title {
		top: 7em;
	}
	.section-badge-icon {
		width: 100em;
		
	}
}
/**
 * Section hero
 */
.section-hero {
	background-color: #000;
	font-size: 18px;
	position: relative;
	width: 100%;
}
	/**
	 * Section hero toggle
	 */
	.section-hero .section-toggle {
/*		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );*/
		border-bottom: 6px solid #f00;
		bottom: -6px;
		transition: border 500ms ease-out 100ms;
	}
	.section-has-detail-collapsing .section-hero .section-toggle,
	.section-has-detail-expanded .section-hero .section-toggle,
	.section-has-detail-expanding .section-hero .section-toggle {
		border-color: rgba(255,0,0,0);
	}
	.section-has-detail-collapsed .section-hero .section-toggle:focus,
	.section-has-detail-collapsed .section-hero .section-toggle:hover {
		border-color: #fff;
	}
	.section-hero .section-toggle:focus .section-toggle-icon,
	.section-hero .section-toggle:hover .section-toggle-icon {
		background-color: #fff;
	}
	/**
	 * Section hero toggle label
	 */
	.section-hero .section-toggle-label {
		text-shadow: 1px 1px 5px #000;
	}
	.section-has-detail-expanding .section-hero .section-toggle-label,
	.section-has-detail-expanded .section-hero .section-toggle-label {
		margin-top: -1em;
		margin-bottom: 2em;
		opacity: 0;
	}
	.section-hero .section-toggle:focus .section-toggle-label,
	.section-hero .section-toggle:hover .section-toggle-label {
		color: #fff;
	}
	/**
	 * Section hero toggle icon
	 */
	.section-hero .section-toggle-icon {
		margin-bottom: -23px;
	}
	.section-hero .section-toggle-icon.animated {
		-webkit-animation: section-hero-toggle-icon-animation 1000ms ease-out 250ms 1;
		-moz-animation: section-hero-toggle-icon-animation 1000ms ease-out 250ms 1;
		-o-animation: section-hero-toggle-icon-animation 1000ms ease-out 250ms 1;
		animation: section-hero-toggle-icon-animation 1000ms ease-out 250ms 1;
	}
	@-webkit-keyframes section-hero-toggle-icon-animation {
		0% {
			-webkit-transform: rotate( 0deg );
			transform: rotate( 0deg );
		}
		50% {
			background-color: #fff;
			-webkit-transform: rotate( 180deg );
			transform: rotate( 180deg );
		}
		100% {
			-webkit-transform: rotate( 0deg );
			transform: rotate( 0deg );
		}
	}
	@-moz-keyframes section-hero-toggle-icon-animation {
		0% {
			-moz-transform: rotate( 0deg );
			transform: rotate( 0deg );
		}
		50% {
			background-color: #fff;
			-moz-transform: rotate( 180deg );
			transform: rotate( 180deg );
		}
		100% {
			-moz-transform: rotate( 0deg );
			transform: rotate( 0deg );
		}
	}
	@-o-keyframes section-hero-toggle-icon-animation {
		0% {
			-o-transform: rotate( 0deg );
			transform: rotate( 0deg );
		}
		50% {
			background-color: #fff;
			-o-transform: rotate( 180deg );
			transform: rotate( 180deg );
		}
		100% {
			-o-transform: rotate( 0deg );
			transform: rotate( 0deg );
		}
	}
	@keyframes section-hero-toggle-icon-animation {
		0% {
			transform: rotate( 0 );
		}
		50% {
			background-color: #fff;
			transform: scale3d( 180deg );
		}
		100% {
			transform: rotate( 0 );
		}
	}
	.section-has-detail-expanded .section-hero .section-toggle-icon {
		height: 0;
		opacity: 0;
	}
	/**
	 * Section hero toggle background
	 */
	.section-hero-background {
		bottom: 0;
		left: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
	.section-hero-background img {
		height: auto;
		position: relative;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		width: 100%;
		z-index: 1;
	}
	.section-hero-background.align-bottom img {
		bottom: 0;
		position: absolute;
	}
	.section-hero-gradient-overlay {
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
		bottom: 0;
		height: 250px;
		position: absolute;
		width: 100%;
		z-index: 2;
	}
	.section-has-detail .section-hero-gradient-overlay {
		height: 150px;
	}
	/**
	 * Section hero content
	 */
	.section-hero-content {
		padding-bottom: 17em;
		padding-top: 0em;
		position: relative;
		text-shadow: 0 0 1em #000;
		z-index: 2;
	}
	.section-hero-content p{
		display: block;
		color: #fff;
		margin: 0 auto;
	}
	.section-hero-content.no-top-padding {
		padding-top: 0;
	}
	.section-hero-content img {
		height: auto;
		max-width: 100%;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.section-hero-content .no-padding{
		padding-left: 0;
		padding-right:  0;
	}
	.section-hero-content .section-suptitle {
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		font-size: 18px;
		font-weight: 300;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}
	.section-hero-content .section-title {
		color: red;
		font-size: 32px;
		margin-top: 2em;
		text-shadow: none;
	}
	.section-hero-content-image {
		margin-left: -15px;
		margin-right: -15px;
		overflow: hidden;
	}
	.section-hero-content-text {
		margin-bottom: 5em;
		padding: 0 15px;
	}
	@media(min-width: 992px) {
		.section-hero-content .section-title {
			font-size: 32px;
		}
	}
	@media (min-width: 1200px) {
		.section-hero-content {
			padding-bottom: 0;
		}
		.section-hero-content-text {
			margin-bottom: 0;
		}
	}

/**
 * Section detail
 */
.section-detail {
	background-color: #000;
	display: none;
/*	overflow: visible !important;*/
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 9;
}
.section-has-detail-collapsed .section-detail {
	height: 0;
	z-index: 0;
}
.section-has-detail-collapsing .section-detail,
.section-has-detail-expanding .section-detail {
	display: block;
	height: 0;
}
.section-has-detail-expanded .section-detail {
	display: block;
	height: auto;
}
	/**
	 * Section detail content
	 */
	.section-detail-content {
		max-height: 100%;
		overflow: hidden;
		/*padding-bottom: 85px;
		padding-top: 85px;*/
	}
	/**
	 * Section detail toggle
	 */
	.section-detail .section-toggle {
		margin-top: 3px;
		position: absolute;
		top: 20px;
		transition: top 500ms ease-out 100ms;
	}
	.section-detail .section-toggle-fixed-bottom {
		bottom: 20px;
		top: auto;
	}
	.section-detail .section-toggle-fixed-top {
		position: fixed;
	}
	.section-has-detail-expanded .section-detail .section-toggle .section-toggle-icon {
		opacity: 0.5;
	}
	.section-has-detail-collapsing .section-detail .section-toggle {
		top: -20px;
	}
	/**
	 * Section detail toggle label
	 */
	.section-detail .section-toggle-label {
		display: none;
	}
	/**
	 * Section detail toggle icon
	 */
	.section-detail .section-toggle:focus .section-toggle-icon,
	.section-detail .section-toggle:hover .section-toggle-icon {
		background-color: #fff;
		opacity: 1;
	}
/**
 * Section collapse/expand
 */
/* Collapsing/collapsed */
	/* Toggle collapse */
	.section-has-detail-collapsed .section-toggle-collapse {
		display: none;
	}
	/* Toggle expand */
	.section-has-detail-collapsing .section-toggle-expand {
		display: none;
	}
/* Expanding/expanded */
	/* Section detail */
	/* Toggle */
	.section-has-detail-expanding .section-toggle-icon,
	.section-has-detail-expanded .section-toggle-icon {
		transform: rotate( 45deg );
	}
	/* Toggle collapse */
	.section-has-detail-expanding .section-toggle-collapse {
		display: none;
	}
	/* Toggle expand */
	.section-has-detail-expanded .section-toggle-expand {
		display: none;
	}



/**
 * Theme colors
 */
.section-container,
.theme-gaming .section-container {
	border-color: #f00;
}
.section + .section,
.theme-gaming .section + .section {
	border-color: #f00;
}
.section-badge-icon,
.theme-gaming .section-badge-icon {
	background-color: #f00;
}
.section-toggle,
.theme-gaming .section-toggle{
	border-color: #f00;
}
.section-toggle-icon,
.theme-gaming .section-toggle-icon{
	background-color: #f00;
}
.section-toggle-label,
.theme-gaming .section-toggle-label{
	color: #f00;
}
.section-overview .section-hero-content ol.section-overview-list-io li::before,
.theme-gaming .section-overview .section-hero-content ol.section-overview-list-io li::before {
	color: #f00;
}
.section-overview .section-hero-content ol.section-overview-list-usps li::before,
.theme-gaming .section-overview .section-hero-content ol.section-overview-list-usps li::before {
	background-color: #f00;
}

.theme-pro .section-container {
	border-color: #019cfe;
}
.theme-pro .section + .section {
	border-color: #019cfe;
}
.theme-pro .section-badge-icon {
	background-color: #019cfe;
}
.theme-pro .section-toggle {
	border-color: #019cfe;
}
.theme-pro .section-toggle-icon {
	background-color: #019cfe;
}
.theme-pro .section-toggle-label {
	color: #019cfe;
}
.theme-pro .section-overview .section-hero-content ol.section-overview-list-io li::before {
	color: #019cfe;
}
.theme-pro .section-overview .section-hero-content ol.section-overview-list-usps li::before {
	background-color: #019cfe;
}



/**
 * Section audio
 */
.section-audio .section-hero-content {
	padding-bottom: 17em;
	padding-top: 0;
}
@media(max-width: 1199px) {
	.section-audio .section-hero-content {
		padding-bottom: 12em;
	}
}
@media(max-width: 639px) {
	.section-audio .section-hero-content {
		padding-bottom: 17em;
	}
}
/**
 * Section bios
 */
.section-bios-hero-screenshot {
	transform: rotateY( 25deg ) scale( 0.8 );
}
.section-bios-hero-screenshot-shadow {
	opacity: 0.75;
}
.section-bios-hero-screenshot-wrapper {
	perspective: 1000px;
	position: relative;
	z-index: 2;
}
@media(min-width: 1600px) {
	.section-bios .section-hero-content-text {
		margin-top: 25%;
	}
}
@media(max-width: 1199px) {
	.section-bios .section-hero-content {
		padding-bottom: 1em;
	}
	.section-bios .section-hero-content-text {
		margin-bottom: 0;
	}
}
@media(max-width: 767px) {
	.section-bios .section-hero-content {
		padding-bottom: 1em;
	}
}
@media(max-width: 639px) {
	.section-bios .section-hero-content {
		padding-bottom: 1em;
	}
}
/**
 * Section cooling
 */
.section-cooling .section-hero-content {
	padding-bottom: 0;
}
.section-cooling .section-hero-content .col-lg-overflow-left-5 {
	z-index: -1;
}
@media(min-width: 1200px) {
	.section-cooling .section-hero-content-text {
		margin-bottom: 1em;
	}
}
@media(max-width: 1199px) {
	.section-cooling .section-hero-content-image img {
		margin-left: -60%;
		max-width: none;
		width: 170%;
	}
}
@media(max-width: 639px) {
	.section-cooling .section-badges {
		bottom: 17em;
	}
	.section-cooling .section-hero-content-image img {
		margin-left: -120%;
		margin-top: 12em;
		max-width: none;
		width: 260%;
	}
}
/**
 * Section gaming
 */
.section-gaming .section-hero-content {
	padding-top: 0;
}
.section-gaming .section-hero-content .col-lg-overflow-left-11 {
	z-index: -1;
}
@media(min-width: 1600px) {
	.section-gaming .section-hero-content-text {
		margin-top: 40%;
	}
}
/**
 * Section intro gaming
 */
.section-intro .section-hero-content blockquote {
	border: none;
	color: #f00;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 600;
	text-align: center;
}
.section-intro .section-hero-content blockquote p {
	text-align: center;
}
.section-intro .section-hero-content blockquote > p:after,
.section-intro .section-hero-content blockquote > p:before {
	content: '"';
}
.section-intro .section-hero-content cite:before {
	content: '- ';
}
.section-intro .section-hero-content cite {
	background-image: url( '../images/msi-z270-intro-autograph.svg' );
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 5em;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	margin-bottom: -1em;
	margin-right: -3em;
	padding-bottom: 2em;
	padding-right: 3em;
}
.section-intro .section-hero-content .fnatic-logo-img {
	height: 1.1em;
}
.section-intro .section-hero-content .gaming-certified-img {
	transform: rotate( -25deg );
}
@media(max-width: 639px) {
	.section-intro .section-hero-background img {
		margin-left: -90%;
		width: 300%;
	}
}
/**
 * Section intro pro
 */
.section-intro-pro .section-hero-content {
	padding-top: 0;
}
.section-intro-pro .section-hero-content-text {
	margin-top: 8em;
}
.section-intro-pro .section-title {
	text-shadow: 0 0 0.25em rgba(0,0,0,0.3);
}
/**
 * Section memory
 */
.section-memory .section-hero-content .col-lg-overflow-left-6 {
	z-index: -1;
}
@media(min-width: 1200px) {
	.section-memory .section-hero-content-text {
		margin-bottom: 17em;
	}
}
@media(max-width: 1199px) {
	.section-memory .section-hero-content {
		padding-bottom: 0;
	}
	.section-memory .section-hero-content-image img {
		margin-left: -40%;
		max-width: none;
		width: 150%;
	}
	.section-memory .section-hero-content-text {
		margin-bottom: 0;
	}
}
@media(max-width: 639px) {
	.section-memory .section-hero-content-image img {
		margin-left: -160%;
		max-width: none;
		width: 350%;
	}
}
/**
 * Section network
 */
.section-network .section-hero-content{
	padding-top: 0;	
}
@media(min-width: 1600px) {
	.section-network .section-hero-content-text {
		margin-top: 25%;
	}
}
@media(max-width: 1199px) {
	.section-network .section-hero-content {
		padding-bottom: 12em;
	}
}
@media(max-width: 767px) {
	.section-network .section-hero-content-image {
		margin-bottom: -4em;
	}
}
@media(max-width: 639px) {
	.section-network .section-hero-content-image img {
		margin-left: -80%;
		max-width: none;
		width: 200%;
	}
}
/**
 * Section overview
 */
.section-overview .section-hero-content {
	counter-reset: li;
	padding-bottom: 0;
}
.section-overview .section-hero-content ol {
	list-style: none;
}
.section-overview .section-hero-content ol li {
	padding-left: 2.5em;
	position: relative;
}
.section-overview .section-hero-content ol li::before {
	border-radius: 0.25em;
	content: counter(li);
	counter-increment: li;
	display: inline-block;
	left: 0;
	position: absolute;
	text-align: center;
	width: 1.5em;
}
.section-overview .section-hero-content ol.section-overview-list-io li::before {
	background-color: #fff;
	color: #000;
	font-weight: 600;
}
.section-overview .section-hero-content ol.section-overview-list-usps li::before {
	background-color: #000;
	color: #fff;
}
.section-overview .section-hero-content ol li + li {
	margin-top: 1em;
}
.section-overview .section-hero-content .section-title {
	margin-bottom: 2em;
}
@media(min-width: 1200px) {
	.section-overview .section-hero-content-image {
		margin-bottom: 5em;
		margin-top: -5em;
	}
}
@media(max-width: 767px) {
	.section-overview .section-hero-content small {
		display: none;
	}
	.section-overview .section-hero-content strong {
		font-weight: normal;
	}
	.section-overview .section-hero-content-text {
		margin-bottom: 0;
	}
}
/**
 * Section quality
 */
.section-quality .section-hero-content .col-lg-overflow-left-5 {
	z-index: -1;
}
@media(min-width: 1200px) {
	.section-quality .section-hero-content-text {
		margin-bottom: 17em;
	}
}
@media(max-width: 1199px) {
	.section-quality .section-hero-content {
		padding-bottom: 0;
	}
	.section-quality .section-hero-content-image img {
		margin-left: -40%;
		max-width: none;
		width: 150%;
	}
	.section-quality .section-hero-content-text {
		margin-bottom: 0;
	}
}
@media(max-width: 639px) {
	.section-quality .section-hero-content-image img {
		margin-left: -190%;
		max-width: none;
		width: 350%;
	}
}
/**
 * Section software
 */
.section-software .section-hero-content {
	padding-bottom: 0;
}
.section-software .section-hero-content .col-lg-overflow-right-4 {
	z-index: -1;
}
@media(min-width: 1200px) {
	.section-software .section-hero-content-text {
		margin-bottom: 17em;
	}
}
@media(max-width: 1199px) {
	.section-software .section-hero-content-image img {
		margin-left: -20%;
		max-width: none;
		width: 170%;
	}
	.section-software .section-hero-content-text {
		margin-bottom: 0;
	}
}
@media(max-width: 639px) {
	.section-software .section-badges {
		bottom: 17em;
	}
	.section-software .section-hero-content-image img {
		margin-left: -60%;
		margin-top: 8em;
		max-width: none;
		width: 260%;
	}
}
/**
 * Section storage
 */
.section-storage .section-hero-content {
	padding-top: 0;
}
.section-storage .section-title {
	text-shadow: 0 0 0.25em rgba(0,0,0,0.3);
}
@media(min-width: 1200px) {
	.section-storage .section-hero-content-image {
		margin-bottom: 10em;
	}
	.section-storage .section-hero-content-text {
		margin-top: 5em;
		margin-bottom: 17em;
	}
}
@media(min-width: 1600px) {
	.section-storage .section-hero-content-text {
		margin-top: 40%;
	}
}
@media(max-width: 1199px) {
	.section-storage .section-hero-content {
		padding-bottom: 12em;
	}
}
@media(max-width: 992px) {
	.section-storage .section-hero-content-image img {
		margin-left: -40%;
		max-width: none;
		width: 200%;
	}
}
@media(max-width: 767px) {
	.section-storage .section-hero-content-image img {
		margin-left: 0;
		max-width: 100%;
	}
}
@media(max-width: 639px) {
	.section-storage .section-hero-content-image img {
		margin-left: -40%;
		max-width: none;
		width: 200%;
	}
	.section-storage .section-hero-content-text {
		margin-bottom: 12em;
	}
}
/**
 * Section tuning
 */
.section-tuning .section-hero-content {
	overflow: hidden;
	padding-top: 0;
}
.section-tuning .section-hero-content-image-2 img {
	transform: rotate(-30deg);
	position: absolute;
	bottom: -200px;
	width: 80%;
}
@media(min-width: 992px) {
	.section-tuning .section-hero-content-text {
		margin-top: 13em;
	}
}
@media(min-width: 1200px) {
	.section-tuning .section-hero-content-image img {
		margin-left: -40%;
		max-width: none;
		width: 150%;
	}
	.section-tuning .section-hero-content-image-2 img {
		left: -40%;
		width: 100%;
	}
	.section-tuning .section-hero-content-text {
		margin-top: 5em;
	}
}
@media(min-width: 1600px) {
	.section-tuning .section-hero-content-image img {
		margin-left: 0;
		max-width: 100%;
		width: auto;
	}
	.section-tuning .section-hero-content-image-2 img {
		left: 0;
		width: 80%;
	}
	.section-tuning .section-hero-content-text {
		margin-top: 12em;
	}
}
/**
 * Section vr
 */
.section-vr .section-hero-content{
	padding-top: 0;	
}
@media(min-width: 1600px) {
	.section-vr .section-hero-content-text {
		margin-top: 25%;
	}
}
@media(max-width: 1199px) {
	.section-vr .section-hero-content {
		padding-bottom: 12em;
	}
}
@media(max-width: 767px) {
	.section-vr .section-hero-content-image {
		margin-bottom: -4em;
	}
}
@media(max-width: 639px) {
	.section-vr .section-hero-content-image img {
		max-width: none;
		width: 200%;
	}
}
