@charset "utf-8";
/*
 * Anchor
 * Body
 * Box
 * Clear
 * Column
 * Container
 * Content
 * Content: endorsement
 * Content: socialshare
 * Divider
 * Footer
 * Footer: navigation
 * Form: button
 * Form: checkbox
 * Form: fieldset
 * Form: file
 * Form: label
 * Form: password/text/textarea
 * Form: radio button
 * Form: select
 * Header
 * Header: navigation
 * Header: navigation: products
 * Horizontal ruler
 * Image
 * Navigation
 * Navigation: language
 * Selection
 * Sidebar
 * Slider
 * Text: font
 * Text: list
 * Text: paragraph
 * Text: quote
 * Text: title
 * Text: various tags
 * Text: color
 */
/*
 * Anchors
 */
.hero a,
.hero a *{
		-webkit-transition: color .2s linear;
		-moz-transition: color .2s linear;
		-ms-transition: color .2s linear;
		-o-transition: color .2s linear;
	transition: color .2s linear;
}
.hero a:hover,
.hero a:hover *{
	color: rgb(231,0,20);
}
.hero a[href=''],
.hero a[href='#']{
	cursor: default;
}
.hero a[href='']:hover,
.hero a[href='#']:hover{
	color: inherit;
}
.hero a.rightarrowdown{
	background-image: url('../images/ul-arrowlist-background-white.png');
	background-position: right 6px;
	background-repeat:no-repeat;
	padding-right: 10px;
		-webkit-transition: background-position .2s linear, padding-right .2s linear;
		-moz-transition: background-position .2s linear, padding-right .2s linear;
		-ms-transition: background-position .2s linear, padding-right .2s linear;
		-o-transition: background-position .2s linear, padding-right .2s linear;
	transition: background-position .2s linear, padding-right .2s linear;
}
.hero a.rightarrowdown:hover{
	background-position: right 20px;
	padding-right: 0;
}
.hero-feature a,
.hero-feature a *{
		-webkit-transition: color .2s linear;
		-moz-transition: color .2s linear;
		-ms-transition: color .2s linear;
		-o-transition: color .2s linear;
	transition: color .2s linear;
}
.hero-feature a:hover,
.hero-feature a:hover *{
	color: rgb(231,0,20);
}
.hero-feature a[href=''],
.hero-feature a[href='#']{
	cursor: default;
}
.hero-feature a[href='']:hover,
.hero-feature a[href='#']:hover{
	color: inherit;
}
.hero-feature a.rightarrowdown{
	background-image: url('../images/ul-arrowlist-background-white.png');
	background-position: right 6px;
	background-repeat:no-repeat;
	padding-right: 10px;
		-webkit-transition: background-position .2s linear, padding-right .2s linear;
		-moz-transition: background-position .2s linear, padding-right .2s linear;
		-ms-transition: background-position .2s linear, padding-right .2s linear;
		-o-transition: background-position .2s linear, padding-right .2s linear;
	transition: background-position .2s linear, padding-right .2s linear;
}
.hero a.rightarrowdown:hover{
	background-position: right 20px;
	padding-right: 0;
}
.scroll-target{
	height: 0;
	margin: 0;
	padding: 0;
	width: 0;
}
/*
 * Body
 */
html{
	font-size: 62.5%;
}
.hero{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: 'PTSansNarrowRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
/*	font-size: 1.5rem;*/
	font-size: 1.6rem;
/*	line-height: 1.65em;*/
	line-height: 1.3em;
}
.hero-feature{
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-family: 'PTSansNarrowRegular', Arial, Helvetica, sans-serif;
	font-size: 15px;
/*	font-size: 1.5rem;*/
	font-size: 1.6rem;
/*	line-height: 1.65em;*/
	line-height: 1.3em;
}
/*
 * Box
 *
.box{
	background-color: rgb(16,16,16);
		-khtml-border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
		-khtml-border-radius-topright: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
		-moz-box-shadow: 0 -1px 1px rgba(255,255,255,0.5);
		-webkit-box-shadow: 0 -1px 1px rgba(255,255,255,0.5);
	box-shadow: 0 -1px 1px rgba(255,255,255,0.5);
	display: inline-block;
	position: relative;
}
.box > *{
	padding: 10px;
}
.box > *:first-child{
		-khtml-border-radius-topleft: 5px;
		-moz-border-radius-topleft: 5px;
		-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
		-khtml-border-radius-topright: 5px;
		-moz-border-radius-topright: 5px;
		-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
}
.box > img,
.box > a:first-child{
	padding: 0;
}
.box img{
	max-width: 100%;
}
.box .box-title{
	background-color: rgba(0,0,0,0.5);
	padding: 10px 0;
	text-indent: 10px;
}
.box .box-title.overlay{
	position: absolute;
	width: 100%;
	z-index: 100;
}
.box .button{
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 101;
}
*/
/*
 * Clear
 */
.clear{
	clear: both;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}
/*
 * Column
 */
.column12,
.column13,
.column14,
.column15,
.column16,
.column23,
.column34,
.column25,
.column35,
.column45,
.column56{
	clear: none;
	float: left;
	margin-right: 4%;
	min-height: 1px;
}
.column12{
	width: 48%;
}
.column13{
	width: 30.66%;
}
.column14{
	width: 22%;
}
.column15{
	width: 16.8%;
}
.column16{
	width: 13.33%;
}
.column23{
	width: 65.34%;
}
.column34{
	width: 74%;
}
.column25{
	width: 37.6%;
}
.column35{
	width: 58.4%;
}
.column45{
	width: 76.8%;
}
.column56{
	width: 82.66%;
}
.column12.clear,
.column13.clear,
.column14.clear,
.column15.clear,
.column16.clear,
.column23.clear,
.column34.clear,
.column25.clear,
.column35.clear,
.column45.clear,
.column56.clear{
	clear: both;
}
.column12.last,
.column13.last,
.column14.last,
.column15.last,
.column16.last,
.column23.last,
.column34.last,
.column25.last,
.column35.last,
.column45.last,
.column56.last{
	float: right;
	margin-right: 0;
}
/*
 * Container
 */

#content{
}
#content.content-left-sidebar{
	float: right;
	width: 640px;
}
#content.content-right-sidebar{
	float: left;
	width: 640px;
}
/*
 * Content: endorsement
 */
#content-endorsementmessage{
	color: rgb(255,255,255);
	position: absolute;
	right: 19px;
	top: 13px;
	z-index: 1;
}

/*
 * Divider
 */
.divider{
	border-top: 1px solid rgb(64,64,64);
	margin: 0 -20px;
	position: relative;
	z-index: 1;
}
.divider.transparent{
	border-top: none;
	height: 1px;
}
.divider-scrollup,
.divider-scrolldown{
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
		-webkit-transition: background-position .2s linear;
		-moz-transition: background-position .2s linear;
		-ms-transition: background-position .2s linear;
		-o-transition: background-position .2s linear;
	transition: background-position .2s linear;
	width: 20px;
}
.divider-scrollup{
	/*background-image: url('../images/divider-arrow-scroll-up.png');*/
	background-position: right 9px;
	padding-top: 5px;
	top: -25px;
}
.divider-scrollup:hover{
	background-position: right -11px;
}
.divider-scrolldown{
	/*background-image: url('../images/divider-arrow-scroll-down.png');*/
	background-position: right -35px;
	padding-bottom: 5px;
	top: -1px;
}
.divider-scrolldown:hover{
	background-position: right -15px;
}
/*
 * Footer
 */
#footer-container{
	background-color: rgb(0,0,0);
	border-top: 1px solid rgb(255,0,0);
	padding: 20px;
}
#footer-scrolltotop{
	/*background-image: url('../images/divider-arrow-scroll-up.png');*/
	background-position: right -16px;
	display: block;
	height: 20px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
		-webkit-transition: background-position .2s linear;
		-moz-transition: background-position .2s linear;
		-ms-transition: background-position .2s linear;
		-o-transition: background-position .2s linear;
	transition: background-position .2s linear;
	width: 20px;
	z-index: 1;
}
#footer-scrolltotop:hover{
	background-position: right -36px;
}
#footer-widgets{
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: -20px;
	min-height: 202px;
	padding-left: 222px;
	position: relative;
}
#footer-logo{
	bottom: 0;
	left: 0;
	padding-left: 20px;
	position: absolute;
	width: 182px;
}
#footer-logo img{
	height: 160px;
	margin-left: -20px;
	width: 205px;
}
#footer-logo .title{
	border-bottom: 1px solid rgb(255,255,255);
	font-size: 44px;
	margin-bottom: 0;
	padding: 10px 0;
}
#footer-copyright{
	clear: both;
	margin-top: 10px;
}
#footer #footer-widget-container{
	margin: 0 -10px;
}
#footer .widget{
	float: left;
	margin: 0 10px;
	width: 182px;
}
#footer .widget-title{
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', sans-serif;
	font-size: 1.5em;
	line-height: 0.7em;
	text-transform: uppercase;
}
#footer .menu{
	list-style: none;
	margin-top: 0;
	padding-left: 0;
}
#footer .menu > .navigation-option{
	border-top: 1px solid rgb(64,64,64);
	padding: 10px 0 4px 0;
}
#footer .menu > .navigation-option:first-child{
	border: none;
	padding-top: 0;
}
#footer .menu > .navigation-option > a{
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', sans-serif;
	font-size: 1.5em;
	line-height: 0.7em;
	text-transform: uppercase;
}
#footer .sub-menu{
	list-style: none;
	padding: 0;
}
#footer .sub-menu .navigation-option{
	/*background-image: url('../images/ul-arrowlist-background-white.png');*/
	background-position: 0 5px;
	padding-left: 13px;
		-webkit-transition: margin-left .2s linear, margin-right .2s linear;
		-moz-transition: margin-left .2s linear, margin-right .2s linear;
		-ms-transition: margin-left .2s linear, margin-right .2s linear;
		-o-transition: margin-left .2s linear, margin-right .2s linear;
	transition: margin-left .2s linear, margin-right .2s linear;
}
#footer .sub-menu .navigation-option:hover{
	margin-left: 10px;
	margin-right: -10px;
}
/*
 * Footer: navigation
 */
#footer-navigation{
	clear: both;
	height: 1.2em;
	margin-top: 10px;
	position: relative;
	width: 100%;
}
#footer-navigation a{
	cursor: pointer;
}
#footer-navigation a:hover{
	color: rgb(231,0,20);
}
#footer-navigation .navigation-option .navigation-option-submenu{
	background-color: rgb(0,0,0);
	bottom: 1.2em;
	margin: -5px -10px;
	padding: 5px 10px;
	position: absolute;
}
#footer-navigation > .navigation-option-group > .navigation-option{
	float: left;
	position: relative;
}
#footer-navigation-left{
	float: left;
}
#footer-navigation-left .navigation-option{
	border-left-width: 1px;
}
#footer-navigation-left .navigation-option:first-child{
	border-left-width: 0;
}
#footer-navigation-right{
	float: right;
}
#footer-navigation-right .navigation-option{
	border-left-width: 1px;
}
#footer-navigation-right .navigation-option:first-child{
	border-left-width: 0;
}
#footer-navigation .navigation-option-language .navigation-option-submenu{
	background-color: rgb(25,25,25);
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
    border-radius: 3px;
	bottom: 0;
	left: auto;
	right: 0;
}
#footer-navigation .navigation-option-language .navigation-option{
	text-align: right;
}
#footer-navigation .navigation-option-language .navigation-option a{
	background-position: right 3px;
	padding-right: 26px;
}
/*
 * Form: button
 */
button,
.button{
	background-color: rgb(25,25,25);
	border: none;
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
    border-radius: 3px;
	color: inherit;
	display: inline-block;
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', sans-serif;
	font-size: 2.5rem;
	line-height: 32px;
	padding: 0 .3em;
	text-transform: uppercase;
		-webkit-transition: color .2s linear, background-color .2s linear;
		-moz-transition: color .2s linear, background-color .2s linear;
		-ms-transition: color .2s linear, background-color .2s linear;
		-o-transition: color .2s linear, background-color .2s linear;
	transition: color .2s linear, background-color .2s linear;
	white-space: nowrap;
}
button:focus,
button:hover,
.button:focus,
.button:hover{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}
button.selected,
.button.selected{
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	cursor: default;
}
button.selected *,
.button.selected *{
	color: inherit;
	cursor: default;
}
.button::-moz-selection,
	.button::-webkit-selection,
.button::selection{
	background-color: transparent;
	color: inherit;
}

button[disabled],
button[disabled="disabled"],
.button.disabled{
	color: rgb(80,80,80);
	cursor: default;
}
button[disabled]:hover,
button[disabled="disabled"]:hover,
.button.disabled:hover{
	background-color: rgb(25,25,25);
	background-image: inherit;
	color: rgb(80,80,80);
	text-shadow: inherit;
}
.button-set .button{
	margin: 0 0 5px 5px;
}
.button-set .button:first-child{
	margin-left: 5px;
}
/*
 * Form: checkbox
 */
input[type="checkbox"]{
	display: inline-block;
	line-height: 30px;
	margin-right: .5em;
}
/*
 * Form: fieldset
 */
.checkbox-group,
.radio-group{
	background-color: rgb(25,25,25);
	border-color: rgb(25,25,25);
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
    border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 0 7px;
}
.checkbox-group:hover,
.radio-group:hover{
	border-color: rgb(0,93,170);
}
	.checkbox-group label::-moz-selection,
	.checkbox-group label::-webkit-selection,
.checkbox-group label::selection,
	.radio-group label::-moz-selection,
	.radio-group label::-webkit-selection,
.radio-group label::selection{
	background-color: inherit;
	color: inherit;
}
.checkbox-group[disabled]:hover,
.checkbox-group[disabled="disabled"]:hover,
.radio-group[disabled]:hover,
.radio-group[disabled="disabled"]:hover{
	border-color: rgb(25,25,25);
}
.checkbox-group[disabled] *,
.checkbox-group[disabled="disabled"] *,
.radio-group[disabled] *,
.radio-group[disabled="disabled"] *{
	cursor: default;
}
.checkbox-group[disabled] label,
.checkbox-group[disabled="disabled"] label,
.radio-group[disabled] label,
.radio-group[disabled="disabled"] label{
	color: rgb(80,80,80);
}

/*
 * Form: file
 */
input[type="file"]{
	background-color: rgb(25,25,25);
	border-color: rgb(25,25,25);
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
    border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	line-height: 30px;
	padding: 0 6px; 
}
input[type="file"]:hover{
	border-color: rgb(255,255,255);
}
input[type="file"][disabled],
input[type="file"][disabled="disabled"]{
	color: rgb(80,80,80);
	cursor: default;
	resize: none;
}
input[type="file"][disabled]:hover,
input[type="file"][disabled="disabled"]:hover{
	border-color: rgb(25,25,25);
}
/*
 * Form: label
 */
label{
	line-height: 32px;
	display: inline-block;
}
	label::-moz-selection,
	label::-webkit-selection,
label::selection{
	background-color: inherit;
	color: inherit;
}

/*
 * Form: password/text/textarea
 */
input[type="password"],
input[type="text"],
textarea{
	background-color: rgb(25,25,25);
	border-color: rgb(25,25,25);
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
    border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	cursor: text;
	font-family: inherit;
	font-size: inherit;
	padding: 3px 7px; 
}
input[type="password"],
input[type="text"]{
	line-height: 24px;
}
input[type="password"]{
	letter-spacing: .25em;
}
textarea{
	resize: vertical;
}
input:hover[type="password"],
input:hover[type="text"],
textarea:hover{
	border-color: rgb(255,255,255);
}
input[type="password"][disabled],
input[type="password"][disabled="disabled"],
input[type="text"][disabled],
input[type="text"][disabled="disabled"],
textarea[disabled],
textarea[disabled="disabled"]{
	color: rgb(80,80,80);
	cursor: default;
	resize: none;
}
input[type="password"][disabled]:hover,
input[type="password"][disabled="disabled"]:hover,
input[type="text"][disabled]:hover,
input[type="text"][disabled="disabled"]:hover,
textarea[disabled]:hover,
textarea[disabled="disabled"]:hover{
	border-color: rgb(25,25,25);
}
	input[type="password"][disabled]::-moz-selection,
	input[type="password"][disabled]::-webkit-selection,
input[type="password"][disabled]::selection,
	input[type="password"][disabled="disabled"]::-moz-selection,
	input[type="password"][disabled="disabled"]::-webkit-selection,
input[type="password"][disabled="disabled"]::selection,
	input[type="text"][disabled="disabled"]::-moz-selection,
	input[type="text"][disabled="disabled"]::-webkit-selection,
input[type="text"][disabled="disabled"]::selection,
	textarea[disabled]::-moz-selection,
	textarea[disabled]::-webkit-selection,
textarea[disabled]::selection,
	textarea[disabled="disabled"]::-moz-selection,
	textarea[disabled="disabled"]::-webkit-selection,
textarea[disabled="disabled"]::selection{
	background-color: transparent;
	color: inherit;
}
/*
 * Form: radio button
 */
input[type="radio"]{
	display: inline-block;
	line-height: 30px;
	margin-right: .5em;
}
/*
 * Form: select
 */
select{
	background-color: rgb(25,25,25);
	border-color: rgb(25,25,25);
		-khtml-border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
    border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	font-size: inherit;
	padding: 5px 5px 6px 3px; 
}
select:hover{
	border-color: rgb(255,255,255);
}
select[disabled],
select[disabled="disabled"]{
	color: rgb(80,80,80);
	cursor: default;
}
select[disabled]:hover,
select[disabled="disabled"]:hover{
	border-color: rgb(25,25,25);
}
/*
 * Header
 */
#header-container{
	margin-bottom: 100px;
	width: 1030px;
	z-index: 2;
}
#header-logo{
	height: 154px;
	position: absolute;
	width: 126px;
	margin: 10px 0 0 437px;
	z-index: 3;
}
#header-logo-cutout{
	/*background-image: url('../images/header-logo-cutout.png');*/
	height: 154px;
	display: block;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 126px;
	z-index: 9999;
}
#header-logo-base{
	height: 154px;
	left: 0;
	position: absolute;
	top: 0;
	width: 126px;
	z-index: 9998;
}
#header-logo-shadow{
	/*background-image: url('../images/header-logo-shadow.png');*/
	height: 167px;
	margin: -6px -7px -7px -7px;
	left: 0;
	position: absolute;
	top: 0;
	width: 140px;
	z-index: 9997;
}
/*
 * Header: navigation
 */
#header-navigation{
	background-color: rgb(0,0,0);
		-khtml-border-radius-bottomleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
		-khtml-border-radius-bottomright: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
/*		-moz-box-shadow: 0 0 7px rgb(0,0,0);
		-webkit-box-shadow: 0 0 7px rgb(0,0,0);
	box-shadow: 0 0 7px rgb(0,0,0);*/
	min-height: 62px;
	position: relative;
	width: 100%;
	z-index: 2;
}
#header-navigation > .navigation-option-group > .navigation-option{
	color: rgb(255,255,255);
	float: left;
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', sans-serif;
	letter-spacing: 0.05em;
	position: relative;
	text-transform: uppercase;
}
#header-navigation > .navigation-option-group > .navigation-option  .navigation-option{
	font-family: 'DINCondMediumRegular', 'PTSansNarrowRegular', sans-serif;
}
#header-navigation > .navigation-option-group > .navigation-option > a{
	display: block;
	font-size: 2rem;
	padding: 32px 10px 10px 10px;
}
#header-navigation > .navigation-option-group > .navigation-option:hover > a{
	background-color: rgb(255,255,255);
/*		background: -moz-linear-gradient(top, rgb(255,255,255), rgb(205,205,205));
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255,255,255)), to(rgb(205,205,205)));
		background: -webkit-linear-gradient(top, rgb(255,255,255), rgb(205,205,205));
		background: -ms-linear-gradient(top, rgb(255,255,255), rgb(205,205,205));
		background: -o-linear-gradient(top, rgb(255,255,255), rgb(205,205,205));
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0);
	background: linear-gradient(top, rgb(255,255,255), rgb(205,205,205));*/
		-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	color: rgb(0,0,0);
	text-shadow: 1px 1px rgb(255,255,255);
}
#header-navigation .navigation-option-submenu{
	background-color: rgb(255,255,255);
/*	background-color: rgb(205,205,205);*/
		-khtml-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomleft: 3px;
		-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
		-khtml-border-radius-bottomright: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: rgb(0,0,0);
	overflow: auto;
	padding: 10px 20px 0 10px;
	position: absolute;
}
#header-navigation .navigation-option-submenu .navigation-option{
	/*background-image: url('../images/ul-arrowlist-background-black.png');*/
	background-position: 0 center;
	line-height: 0.9em;
	margin-bottom: 10px;
	padding-left: 13px;
		-webkit-transition: margin-left .2s linear, margin-right .2s linear;
		-moz-transition: margin-left .2s linear, margin-right .2s linear;
		-ms-transition: margin-left .2s linear, margin-right .2s linear;
		-o-transition: margin-left .2s linear, margin-right .2s linear;
	transition: margin-left .2s linear, margin-right .2s linear;
	white-space: nowrap;
}
#header-navigation .navigation-option-submenu .navigation-option:hover{
	margin-left: 10px;
	margin-right: -10px;
}
#header-navigation-left{
	float: left;
}
#header-navigation-left .navigation-option{
	border-left-width: 1px;
}
#header-navigation-left .navigation-option:first-child{
	border-left-width: 0;
}
#header-navigation-left .navigation-option .navigation-option-submenu{
	display: none;
	left: 0;
}
#header-navigation-left .navigation-option:hover .navigation-option-submenu{
	display: block;
}
#header-navigation-right{
	float: right;
}
#header-navigation-right .navigation-option{
	border-left-width: 1px;
}
#header-navigation-right .navigation-option:first-child{
	border-left-width: 0;
}
#header-navigation-right .navigation-option .navigation-option-submenu{
	display: none;
	right: 0;
}
#header-navigation-right .navigation-option:hover .navigation-option-submenu{
	display: block;
}
#header-navigation .navigation-option-language .navigation-option-group{
	width: 240px;
}
#header-navigation .navigation-option-language .navigation-option{
	background: none;
	display: block;
	float: left;
	overflow: hidden;
	padding-left: 0;
	width: 120px;
}
#header-navigation .navigation-option-language .navigation-option a{
	background-position: 0 3px;
	padding-left: 26px;
}
/*
 * Header: navigation: products
 */
#header-navigation .navigation-option-products .navigation-option-submenu{
	padding-right: 10px;
	width: 490px;
}
#header-navigation .navigation-option-products .navigation-option-submenu > .navigation-option{
	float: left;
	margin: 0 0 0 20px;
	width: 140px;
}
#header-navigation .navigation-option-products .navigation-option-submenu > .navigation-option-group > .navigation-option{
	float: left;
	margin-left: 20px;
}
#header-navigation .navigation-option-products .navigation-option-submenu > .navigation-option-group > .navigation-option:first-child{
	margin-left: 0;
}
#header-navigation .navigation-option-products .navigation-option-products-mb,
#header-navigation .navigation-option-products .navigation-option-products-nb,
#header-navigation .navigation-option-products .navigation-option-products-vga{
	margin-bottom: 0;
	padding-left: 0;
	padding-top: 50px;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
	transition: none;
	width: 150px;
}
#header-navigation .navigation-option-products .navigation-option-products-mb:hover,
#header-navigation .navigation-option-products .navigation-option-products-nb:hover,
#header-navigation .navigation-option-products .navigation-option-products-vga:hover{
	margin: inherit;
}

#header-navigation .navigation-option-products .navigation-option-products-mb{
	background-image: url('http://media.msi.com/main.php?g2_view=core.DownloadItem&g2_itemId=79952&g2_serialNumber=2');
	background-position: -250px -55px;
}
#header-navigation .navigation-option-products .navigation-option-products-nb{
	background-image: url('http://media.msi.com/main.php?g2_view=core.DownloadItem&g2_itemId=84052&g2_serialNumber=2');
	background-position: -250px -327px;
}
#header-navigation .navigation-option-products .navigation-option-products-vga{
	background-image: url('http://media.msi.com/main.php?g2_view=core.DownloadItem&g2_itemId=78882&g2_serialNumber=2');
	background-position: -260px -15px;
}
#header-navigation .navigation-option-products .navigation-option-products-mb > a,
#header-navigation .navigation-option-products .navigation-option-products-nb > a,
#header-navigation .navigation-option-products .navigation-option-products-vga > a{
	background-color: rgb(255,255,255);
	border-bottom: 1px solid rgb(0,0,0);
	display: inline-block;
	font-size: 1.1em;
	line-height: 1.3em;
	padding-top: 10px;
	width: 100%;
}
#header-navigation .navigation-option-products .navigation-option-products-mb .navigation-option-group,
#header-navigation .navigation-option-products .navigation-option-products-nb .navigation-option-group,
#header-navigation .navigation-option-products .navigation-option-products-vga .navigation-option-group{
	background-color: rgb(255,255,255);
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
#header-navigation .navigation-option-products .navigation-option-products-mb .navigation-option-group{
	padding-bottom: 10px;
}
/*
 * Horizontal ruler
 */
hr{
	border-bottom-width: 1px;
	border-style: solid;
	border-top: 0;
	margin-top: 20px;
}
hr.dashed{
	border-style: dashed;
}
hr.dotted{
	border-style: dotted;
}
hr.double{
	border-bottom-width: 3px;
	border-style: double;
}
hr.thick{
	border-width: 2px;
}
/*
 * Image
 */
img{
	display: block;
/*	width: 100%;*/
}
img[align="left"]{
	margin-bottom: 20px;
	margin-right: 20px;
	width: auto;
}
img[align="right"]{
	margin-bottom: 20px;
	margin-left: 20px;
	width: auto;
}
img[align="center"]{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}
.image-enlargable{
}
/*
 * Navigation
 */
.navigation-option-group{
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation-option .navigation-option-submenu{
		-moz-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	display: none;
}
/*
 * Navigation: language
 */
#footer-navigation .navigation-option-language .navigation-option-submenu .navigation-option.active:hover,
#header-navigation .navigation-option-language .navigation-option-submenu .navigation-option.active:hover,
.navigation-option-language .navigation-option.active:hover{
	margin-left: inherit;
	margin-right: inherit;
}
.navigation-option-language .navigation-option.active a{
	cursor: default;
	opacity: .5;
}
.navigation-option-language .navigation-option.active a:hover{
	color: inherit;
}
.navigation-option-language .language-option-cs_CZ a{
	background-image: url('../../../plugins/qtranslate/flags/cz.png');
}
.navigation-option-language .language-option-da_DK a{
	background-image: url('../../../plugins/qtranslate/flags/dk.png');
}
.navigation-option-language .language-option-de_DE a{
	background-image: url('../../../plugins/qtranslate/flags/de.png');
}
.navigation-option-language .language-option-en_US a{
	background-image: url('../../../plugins/qtranslate/flags/gb.png');
}
.navigation-option-language .language-option-es_ES a{
	background-image: url('../../../plugins/qtranslate/flags/es.png');
}
.navigation-option-language .language-option-fr_FR a{
	background-image: url('../../../plugins/qtranslate/flags/fr.png');
}
.navigation-option-language .language-option-hu_HU a{
	background-image: url('../../../plugins/qtranslate/flags/hu.png');
}
.navigation-option-language .language-option-it_IT a{
	background-image: url('../../../plugins/qtranslate/flags/it.png');
}
.navigation-option-language .language-option-nl_NL a{
	background-image: url('../../../plugins/qtranslate/flags/nl.png');
}
.navigation-option-language .language-option-ru_RU a{
	background-image: url('../../../plugins/qtranslate/flags/ru.png');
}
.navigation-option-language .language-option-sv_SE a{
	background-image: url('../../../plugins/qtranslate/flags/se.png');
}
.navigation-option-language .language-option-tr_TR a{
	background-image: url('../../../plugins/qtranslate/flags/tr.png');
}
#searchform {
	POSITION: relative; MARGIN-TOP: 10px
}
#content > #searchform {
	MARGIN-LEFT: -20px; MARGIN-RIGHT: -20px
}
#searchform .screen-reader-text {
	DISPLAY: none
}
#searchform #s {
	BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0px; LINE-HEIGHT: 32px; TEXT-TRANSFORM: uppercase; BACKGROUND-COLOR: rgb(255,255,255); PADDING-LEFT: 7px; WIDTH: 100%; PADDING-RIGHT: 32px; FONT-FAMILY: "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif; COLOR: rgb(0,0,0); FONT-SIZE: 25px; BORDER-TOP: medium none; BORDER-RIGHT: medium none; PADDING-TOP: 0px; -khtml-border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px
}
#content > #searchform #s {
	PADDING-LEFT: 20px
}
#footer #searchform {
	MARGIN-LEFT: -7px
}
#footer #s {
	BACKGROUND-COLOR: rgb(25,25,25); COLOR: rgb(255,255,255)
}
#footer #searchform #searchsubmit {
	BACKGROUND-IMAGE: url(../images/searchform-submit-background-white.png)
}
#searchform #s:focus {
	COLOR: rgb(230,0,20)
}
#searchform #s:hover {
	COLOR: rgb(230,0,20)
}
#searchform #searchsubmit-container {
	POSITION: absolute; WIDTH: 32px; HEIGHT: 32px; OVERFLOW: hidden; TOP: 0px; RIGHT: 0px
}
#searchform #searchsubmit {
	BACKGROUND-IMAGE: url(../images/searchform-submit-background-black.png); BACKGROUND-COLOR: transparent; TEXT-INDENT: 9999px; WIDTH: 100%; BACKGROUND-POSITION: 7px 5px; HEIGHT: 100%; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -ms-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; background-size: 18px 19px
}
#searchform #searchsubmit:focus {
	-webkit-transform: scale(2) rotate(45deg) translate(3px, 4px); -moz-transform: scale(2) rotate(45deg) translate(3px, 4px); -ms-transform: scale(2) rotate(45deg) translate(3px, 4px); -o-transform: scale(2) rotate(45deg) translate(3px, 4px); transform: scale(2) rotate(45deg)
}
#searchform #searchsubmit:hover {
	-webkit-transform: scale(2) rotate(45deg) translate(3px, 4px); -moz-transform: scale(2) rotate(45deg) translate(3px, 4px); -ms-transform: scale(2) rotate(45deg) translate(3px, 4px); -o-transform: scale(2) rotate(45deg) translate(3px, 4px); transform: scale(2) rotate(45deg)
}
.power-theme #searchform #s:focus {
	COLOR: rgb(255,221,0)
}
.power-theme #searchform #s:hover {
	COLOR: rgb(255,221,0)
}
.section {
	POSITION: relative; PADDING-BOTTOM: 20px; OVERFLOW-X: visible; OVERFLOW-Y: auto; MARGIN: 0px -20px; PADDING-LEFT: 20px; PADDING-RIGHT: 20px; BACKGROUND-POSITION: left top; CLEAR: both; PADDING-TOP: 20px
}
/*
 * Selection
 */
*::selection,
*::-moz-selection,
*::-webkit-selection{
	background-color: rgb(255,0,0);
	color: rgb(255,255,255);
}
img::selection,
img::-moz-selection,
img::-webkit-selection{
	background-color: rgb(255,0,0);
	color: rgb(255,255,255);
}
/*
 * Sidebar
 */
.sidebar{
	width: 300px;
}
#sidebar-left{
	float: left;
	margin: 20px 0 0 20px;
}
#sidebar-right{
	float: right;
	margin: 92px 20px 0 0;
}
/*
 * Slider
 */
#slider-container{
	display: inline-block;
	margin-top: -162px;
	width: 100%;
	z-index: 0;
}
#slider{
   	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}
#slider .slide-list{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#slider .slide{
	background-color: rgb(0,0,0);
	background-position: 50% 0;
/*		-moz-box-shadow: inset 0 0 7px rgb(0,0,0);
		-webkit-box-shadow: inset 0 0 7px rgb(0,0,0);
	box-shadow: inset 0 0 7px rgb(0,0,0);*/
	height: 400px;
	width: 2560px;
}
#slider .bx-wrapper{
	position: relative;
}
#slider .bx-wrapper img{
	left: 50%;
	margin-left: 1280px;
	position: absolute;
	width: 2560px;
}
#slider .bx-wrapper .bx-viewport{
	border: none;
	left: 0;
}
#slider:hover .bx-controls{
	bottom: 100px;
		-webkit-transition: bottom .2s linear;
		-moz-transition: bottom .2s linear;
		-ms-transition: bottom .2s linear;
		-o-transition: bottom .2s linear;
	transition: bottom .2s linear;
}
#slider .bx-controls{
	color: rgb(255,255,255);
	line-height: 10px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	width: 960px;
}
#slider .bx-controls-direction{
	position: relative;
	width: 960px;
	z-index: 1;
}
#slider .bx-controls-direction .bx-next,
#slider .bx-controls-direction .bx-prev{
	text-shadow: 0px 0px 7px rgb(0,0,0);
	cursor: pointer;
	display: inline-block;
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', sans-serif;
	font-size: 28px;
	height: 12px;
	width: 12px;
}
#slider .bx-controls-direction .bx-next{
	float: right;
}
#slider .bx-controls-direction .bx-prev{
	float: left;
}
#slider .bx-pager{
	position: absolute;
	text-align: center;
	top: 0;
	width: 960px;
}
#slider .bx-pager-item{
	display: inline-block;
}
#slider .bx-pager-link{
	background-color: transparent;
	border: 2px solid rgb(255,255,255);
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow: 0 0 7px rgb(0,0,0);
		-webkit-box-shadow: 0 0 7px rgb(0,0,0);
	box-shadow: 0 0 7px rgb(0,0,0);
	cursor: pointer;
	display: block;
	height: 8px;
	margin: 0 5px;
	text-indent: -9999px;
	width: 8px;
}
#slider .bx-pager-link:hover{
	border-width: 4px;
		-khtml-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 10px;
	margin: -2px 3px;
}
#slider .bx-pager-link.active{
	background-color: rgb(255,255,255);
	cursor: default;
}
/*
 * Text: font
 */
@font-face{
	font-family: 'bebas_neue_cyrillicregular';
	src: url('../fonts/bebas_neue_cyrillic-webfont.eot');
	src: url('../fonts/bebas_neue_cyrillic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/bebas_neue_cyrillic-webfont.woff') format('woff'),
		 url('../fonts/bebas_neue_cyrillic-webfont.ttf') format('truetype'),
		 url('../fonts/bebas_neue_cyrillic-webfont.svg#bebas_neue_cyrillicregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'bignoodletitlingregular';
	src: url('../fonts/big_noodle_titling-webfont.eot');
	src: url('../fonts/big_noodle_titling-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/big_noodle_titling-webfont.woff') format('woff'),
		 url('../fonts/big_noodle_titling-webfont.ttf') format('truetype'),
		 url('../fonts/big_noodle_titling-webfont.svg#bignoodletitlingregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'DINCondMediumRegular';
	src: url('../fonts/ff_din_condensed_medium-webfont.eot');
	src: url('../fonts/ff_din_condensed_medium-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ff_din_condensed_medium-webfont.woff') format('woff'),
		 url('../fonts/ff_din_condensed_medium-webfont.ttf') format('truetype'),
		 url('../fonts/ff_din_condensed_medium-webfont.svg#DINCondMediumRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'PTSansNarrowRegular';
	src: url('../fonts/PTN57F-webfont.eot');
	src: url('../fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/PTN57F-webfont.woff') format('woff'),
		 url('../fonts/PTN57F-webfont.ttf') format('truetype'),
		 url('../fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
 * Text: list
 */
.hero ol{
	list-style-type: upper-roman;
	margin-top: 20px;
	padding-left: 2em;
}
.hero ol ol{
	list-style-type: lower-roman;
	margin-top: 0;
	padding-left: 2em;
}
.hero ul.arrowlist li{
	background-image: url('../images/ul-arrowlist-background-white.png');
	background-position: 5px center;
	padding-left: 1.3em;
}
.hero ul.arrowlist.dark li{
	background-image: url('../images/ul-arrowlist-background-black.png');
}
.hero ul.arrowlist{
	list-style-type: none;
	padding-left: 0;
}
.hero ul.checklist{
	list-style-type: none;
	padding-left: 0;
}
.hero ul.checklist li{
	background-image: url('../images/ul-checklist-background-white.png');
	background-position: 0 1px;
	padding-left: 1.3em;
}
.hero ul.checklist.dark li{
	background-image: url('../images/ul-checklist-background-black.png');
}
.linklist{
	border-top-color: rgb(102,102,102);
	border-top-style: dotted;
	border-top-width: 1px;
	padding: 0;
}
.linklist li{
	border-bottom-color: rgb(102,102,102);
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	list-style: none;
	padding: .2em 1em .3em 1em;
}
.tilelist{
	font-size: 0.8em;
	overflow: auto;
	padding: 0;
}
.tilelist li{
	background-color: rgb(102,102,102);
	color: rgb(255,255,255);
	float: left;
	list-style: none;
	margin-top: 1px;
	margin-right: 1px;
	padding: 0.2em 0.6em 0.2em 0.6em;
}
.zebralist{
	border-top-color: rgb(102,102,102);
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0;
}
.zebralist li{
	border-bottom-color: rgb(102,102,102);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	list-style: none;
	padding: .2em 1em .3em 1em;
}
.zebralist li.odd{
	background-color: rgb(27,27,27);
	color: rgb(168,168,168);
}
.reference-list{
	font-size: .75em;
	line-height: 1.25em;
	list-style: decimal;
	padding-left: 1em;
}
/*
 * Text: paragraph
 */
.hero p{
	clear: both;
	padding-bottom: 20px;
}
.hero-feature p{
	clear: both;
	padding-bottom: 20px;
}
.deck{
	color: rgb(204,204,204);
	font-family: 'DroidSansRegular', sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
}
.lead{
	color: rgb(161,161,161);
	font-size: 1.1em;
	line-height: 1.4em;
}
/*
 * Text: quote
 */
.hero blockquote{
	background-color: rgb(38,38,38);
	/*background-image: url('../images/quote-background.png');*/
	background-position: 20px -10px;
	color: rgb(168,168,168);
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 28px;
	font-style: italic;
	line-height: 1.4em;
	padding-bottom: 10px;
	quotes: '\201C' '\201D' '\2018' '\2019';
}
.hero blockquote:before{
	content: '';
}
.hero blockquote:after{
	content: '';
}
.hero q{
	background-color: rgb(38,38,38);
	font-family: 'Georgia', 'Times New Roman', serif;
	font-style: italic;
	quotes: '\201C' '\201D' '\2018' '\2019';
}
/*
 * Text: title
 */
.title{
	color: rgb(255,255,255);
	display: block;
	font-family: 'bignoodletitlingregular', 'bebas_neue_cyrillicregular', sans-serif;
	font-size: 3em;
	line-height: .8em;
/*	margin-bottom: -.05em;*/
	margin-bottom: 17px;
	margin-top: -.01em;
	text-transform: uppercase;
}
.title2{
	color: rgb(255,255,255);
	display: block;
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', 'BebasNeueTurkishSubset', 'BebasNeuePolishSubset', sans-serif;
	font-size: 2em;
	line-height: .8em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.title3{
	color: rgb(255,255,255);
	display: block;
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', 'BebasNeueTurkishSubset', 'BebasNeuePolishSubset', sans-serif;
	font-size: 1.5em;
	line-height: .8em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.title4{
	color: rgb(255,255,255);
	display: block;
	font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', 'BebasNeueTurkishSubset', 'BebasNeuePolishSubset', sans-serif;
	font-size: 1.1em;
	letter-spacing: .1em;
	line-height: .75em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.subtitle{
	color: rgb(255,255,255);
	display: block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	letter-spacing: .25em;
	line-height: .75em;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.subtitle2{
	color: rgb(255,255,255);
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-style: italic;
	line-height: .75em;
	padding-bottom: 20px;
}
.page-title{
	margin-bottom: 20px;
	z-index:0;
}
/*
 * Text: various tags
 */
abbr,
dfn{
	border-bottom: 1px dotted rgba(255,255,255,.5);
	cursor: help;
}
code,
pre{
	font-family: 'Courier New', Courier, monospace;
	white-space: pre-wrap;
}
del{
	text-decoration: line-through;
}
em{
	font-style: italic;
}
ins{
	text-decoration: underline;
}
mark{
	background-color: rgba(255,255,255,.75);
	color: rgb(0,0,0);
	margin-left: -.5em;
	margin-right: -.5em;
	padding: .25em .5em .35em .5em;
}
small{
	display: inline-block;
	font-size: .75em;
	line-height: 1.25em;
}
strong{
	font-weight: bold;
}
/*
 * Text: color
 */

.black{
	color: rgb(0,0,0);
}
.red{
	color: rgb(230,0,20);
}
.white{
	color: rgb(255,255,255);
}
.yellow{
	color: rgb(255,221,0);
}
/*
 * reset-style
 */
.reset-style,
.reset-style-all{
	background: none  !important;
	border: none  !important;
	bottom: auto !important;
	box-shadow: none  !important;
	color: inherit !important;
	display: inline  !important;
	font-size: 1rem !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	height: auto !important;
	left: auto !important;
	line-height: normal !important;
	list-style: none !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	opacity: 1 !important;
	overflow: visible !important;
	padding: 0 !important;
	position: static !important;
	right: auto !important;
	text-align: left !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: none !important;
	top: auto !important;
	width: auto !important;
}
.reset-style-text{
	color: inherit !important;
	font-size: 1rem !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: normal !important;
	list-style: none !important;
	text-align: left !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-transform: none !important;
}
.reset-style-all{
	background: none  !important;
	border: none  !important;
	bottom: auto !important;
	box-shadow: none  !important;
	display: inline  !important;
	height: auto !important;
	left: auto !important;
	margin: 0 !important;
	max-height: none !important;
	max-width: none !important;
	overflow: visible !important;
	padding: 0 !important;
	position: static !important;
	right: auto !important;
	top: auto !important;
	width: auto !important;
}