@import url(reset.css);
@import url(nivo.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,400,300,700,700italic,400italic&subset=latin,latin-ext,cyrillic,cyrillic-ext);
html {
	overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lang-selector {
	background: #090d10;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	z-index: 50;
	text-align: center;
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.2s ease-out;
}

.lang-selector.active {
	max-height: 100px;
}

.lang-selector li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	padding: 20px 0;
}

.lang-selector li a {
	text-decoration: none;
	color: white;
	font-size: 11px;
	text-align: center;
}

.lang-selector li a strong {
	display: block;
	margin-top: 10px;
	font-weight: normal;
}

.lang-selector li a span {
	display: block;
	margin: 0 auto;
	width: 50px;
	height: 29px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.current-lang {
	float: right;
	cursor: pointer;

	margin-right: 5px;
	background: url(../images/navtoparrow.png) no-repeat right 20px center;
	padding: 23px;
	padding-left: 25px;
	padding-right: 40px;
}

.current-lang:hover {
	background-color: #090d10;
}

.current-lang span {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 18px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-position: 0 -18px;
	background-size: cover;
}

.lang-selector li a:hover span,
.lang-selector li a.selected span {
	background-position: 0 -29px;
}

.lang-selector li a[data-hreflang="en"] span,
.current-lang-en span,
.flag.en span {
	background-image: url(../images/flags/en.png);
}

.lang-selector li a[data-hreflang="pl"] span,
.current-lang-pl span,
.flag.pl span {
	background-image: url(../images/flags/pl.png);
}

.lang-selector li a[data-hreflang="th"] span,
.current-lang-th span,
.flag.th span {
	background-image: url(../images/flags/th.png);
}

.lang-selector li a[data-hreflang="pt-br"] span,
.current-lang-pt-br span,
.flag.pt-br span {
	background-image: url(../images/flags/br.png);
}

.lang-selector li a[data-hreflang="ru"] span,
.current-lang-ru span,
.flag.ru span {
	background-image: url(../images/flags/ru.png);
}

.lang-selector li a[data-hreflang="es"] span,
.current-lang-es span,
.flag.es span {
	background-image: url(../images/flags/es.png);
}

.lang-selector li a[data-hreflang="hu"] span,
.current-lang-hu span,
.flag.hu span {
	background-image: url(../images/flags/hu.png);
}

.lang-selector li a[data-hreflang="ja"] span,
.current-lang-ja span,
.flag.ja span {
	background-image: url(../images/flags/ja.png);
}

.lang-selector li a[data-hreflang="zh-cn"] span,
.current-lang-zh-cn span,
.flag.zh-cn span {
	background-image: url(../images/flags/cn.png);
}

.lang-selector li a[data-hreflang="de"] span,
.current-lang-de span,
.flag.de span {
	background-image: url(../images/flags/de.png);
}

.lang-selector li a[data-hreflang="it"] span,
.current-lang-it span,
.flag.it span {
	background-image: url(../images/flags/it.png);
}

.lang-selector li a[data-hreflang="zh-tw"] span,
.current-lang-zh-tw span,
.flag.zh-tw span {
	background-image: url(../images/flags/tw.png);
}

.lang-selector li a[data-hreflang="fr"] span,
.current-lang-fr span,
.flag.tw span {
	background-image: url(../images/flags/fr.png);
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #333;
	background-color:#161616;
	border-radius:5px;
	padding:10px;
	max-width: 400px;
	color:#fff;
	font-size:12px;
	text-align: justify;
}

body {
	background: #08090d;
	font-family: 'Roboto', Arial, sans-serif;
	color: #a5a5a5;
	font-size: 14px;
	line-height: 18px;
	overflow-x: hidden;
	/* min-width: 960px; */
	padding-bottom: 20px;
	overflow: hidden;
}

* {
	outline: none;
}

.sentbar {
	height: 40px;
	line-height: 40px;
	background: #d7043e;
	font-size: 14px;
	text-transform: uppercase;
	color: white;
	text-align: center;
}

.sentbar strong {
	background: url(../images/sentok.png) no-repeat left center;
	display: inline-block;
	padding-left: 30px;
	height: 40px;
}

.cookiealert {
	background: black;
	padding: 10px 0;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.cookiealert-container {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}

.cookiealert article {
	color:#798690;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
	width: 710px;
	float: left;
	margin-right: 50px;
}

.cookiealert article h6 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.cookiealert-container div {
	text-align: center;
	padding-top: 0px;
}

.cookiealert div img {
	display: block;
	margin: 0 auto;
}

.cookiealert div a:hover {
	background: #25292C;
}

.cookiealert div a {
	display: block;
	height: 33px;
	line-height: 33px;
	width: 190px;
	font-size: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 10px;
	background: #dd1000;
	margin-top: 12px;
}

.language-suggest {
	border: 25px solid #18191d;
	text-align: center;
	width: 676px;
	height: 170px;
	background: url(../images/language-switch-bg.jpg) no-repeat center;
}

.language-suggest p.p1 {
	color: #46525e;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}

.language-suggest p.p2 {
	font-size: 30px;
	color: white;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 25px;
}

.language-suggest a {
	display: inline-block;
	background: #46525e;
	color: #18191d;
	font-weight: bold;
	text-decoration: none;
	padding: 13px 20px;
	position: relative;
	margin: 0 10px;
}


.language-suggest a.active {
	background: #ffffff;
}

.language-suggest a.flag {
	padding-left: 70px;

}

.language-suggest a.flag span {
	background-position: center bottom;
}


.language-suggest a span {
	display: block;
	position: absolute;
	top: 7px;
	left: 10px;
	height: 29px;
	width: 50px;

	vertical-align: middle;
}

#totop {
	width: 115px;
	height: 56px;
	background: url(../images/top.jpg) no-repeat;
	position: fixed;
	right: 10px;
	bottom: -56px;
	display: block;
	z-index: 10;
}

#totop.pl {
	width: 115px;
	height: 56px;
	background: url(../images/top_pl.jpg) no-repeat;
	position: fixed;
	right: 10px;
	bottom: -56px;
	display: block;
	z-index: 10;
}

.wrapper {
	width: 960px;
	clear: both;
	margin: 0 auto;
	position: relative;
}

.of {
	overflow: hidden;
}

.content-darkgray {
	background: #131d26;
	color: #a5a5a5;
	overflow: hidden;
}

.content-lightgray {
	background: #1f2224;
	color: #a5a5a5;
}

.borderer {
	height: 0px;
	overflow: hidden;
}

strong {
	font-weight: bold;
}

#header {
	clear: both;
}

section {
	clear: both;
}

#header .logo-bar {
	background:#0c151c;
	height: 64px;
	position: relative;
	z-index: 11;
}

#header .logo-bar img {
	float: left;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
}

#header .logo-bar nav {
	float: left;
	margin-left: 20px;
}


#header .logo-bar nav .sub {
	position: relative;
}

#header .logo-bar nav .sub ul {
	display: none;
	position: absolute;
	top: 64px;
	left: -0px;
	right: -0px;
	overflow: hidden;
}

#header .logo-bar nav .sub:hover ul {
	display: block;
}

#header .logo-bar nav .sub ul a {
	display: block;
	height: 64px;
	line-height: 64px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 0;
	text-align: center;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	background: #090d10;
}

#header .logo-bar nav .sub ul a:hover {
	background: #d7043e;
}

#header .logo-bar nav > ul > li {
	float: left;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#header .logo-bar nav > ul > li > a {
	display: block;
	height: 64px;
	line-height: 64px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 25px;
	text-align: center;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

:lang(de) #header .logo-bar nav > ul > li > a,
:lang(es) #header .logo-bar nav > ul > li > a,
:lang(hu) #header .logo-bar nav > ul > li > a,
:lang(it) #header .logo-bar nav > ul > li > a,
:lang(pt) #header .logo-bar nav > ul > li > a,
:lang(fr) #header .logo-bar nav > ul > li > a {
	font-size: 11px;
}

:lang(it) #header .logo-bar nav > ul > li > a,
:lang(fr) #header .logo-bar nav > ul > li > a,
:lang(de) #header .logo-bar nav > ul > li > a,
:lang(hu) #header .logo-bar nav > ul > li > a  {
	padding: 0 20px;
}

:lang(th) #header .logo-bar nav > ul > li > a,
:lang(cn) #header .logo-bar nav > ul > li > a,
:lang(tw) #header .logo-bar nav > ul > li > a,
:lang(jp) #header .logo-bar nav > ul > li > a {
	padding: 0 30px;
}

:lang(ru) #header .logo-bar nav > ul > li > a {
	font-size: 10px;
}


#header .logo-bar nav > ul > li:hover {
	background: #090d10;
}

#header .logo-bar nav > ul > li > a.default,
#header .logo-bar nav > ul:hover > li > a.default:hover {
	background: #d7043e; /* Old browsers */
}

/*#header .logo-bar nav > ul > li:first-child > a:hover,
#header .logo-bar nav > ul > li:first-child > a.current,
#header .logo-bar nav > ul:hover > li:first-child > a.current:hover {
	background: #d7043e;
}

#header .logo-bar nav > ul > li:nth-child(2) > a:hover,
#header .logo-bar nav > ul > li:nth-child(2) > a.current,
#header .logo-bar nav > ul:hover > li:nth-child(2) > a.current:hover {
	background: #e50300;
}

#header .logo-bar nav > ul > li:nth-child(3) > a:hover,
#header .logo-bar nav > ul > li:nth-child(3) > a.current,
#header .logo-bar nav > ul:hover > li:nth-child(3) > a.current:hover {
	background: #f12724;
}

#header .logo-bar nav > ul > li:nth-child(4) > a:hover,
#header .logo-bar nav > ul > li:nth-child(4) > a.current,
#header .logo-bar nav > ul:hover > li:nth-child(4) > a.current:hover {
	background: #fc524f;
}*/

#header .logo-bar .header-logo {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

#header .logo-bar .header-lang {
	position: absolute;
	left: 0;
	top: 0;
	right
}

#header .logo-bar nav > ul > li.sub > a {
	background: url(../images/navtoparrow.png) no-repeat right center;
	padding-right: 20px;
	margin-right: 20px;
}


#header .logo-bar nav > ul > li > div.submenu {
	display: none;
}

#header .logo-bar ul.lang {
	max-height: 25px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	top: 20px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#header .logo-bar ul.lang:hover {
	max-height: 500px;
}

#header .logo-bar ul.lang li {
	background: #d7043e;
}

#header .logo-bar ul.lang li.cur-container {
	height: 25px;
	background: #d7043e url(../images/lang-arrow.png) no-repeat 26px center;
}

#header .logo-bar ul.lang li:not(.current):hover {
	background: #1f2224;
}

#header .logo-bar ul.lang span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;

}

#header .logo-bar ul.lang li a,
#header .logo-bar ul.lang li span {
	width: 45px;
	height: 25px;
	color: white;
	font-size: 12px;
	text-decoration: none;
	line-height: 25px;
	display: block;
	font-weight: bold;
	text-indent: 7px;
}

#header .logo-bar iframe {
	float: right;
	margin-top: 7px;
}
#slider .subnav-bar {
	top: -40px;
	height: 40px;
	position: absolute;
	width: 100%;

}

#slider .slider-bg-left {
	position: absolute;
	left: 0;
	top: 0;
	background: #0D0D0E;
	width: 50%;
	height: 526px;
	z-index: 0;
}
#slider .slider-bg-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 526px;
	background: url(../images/RIGHT_side2.png) repeat;
	z-index: 0;
}

#slider .subnav-bar ul.sleft {
	left: 191px;
	background: #25292c;
	border-bottom-left-radius: 10px;
	position: absolute;
	z-index: 10;
		overflow: hidden;

	width: 1920px;
	padding-left: 20px;
	height: 40px;

}

#slider .subnav-bar ul.sright {
	overflow: hidden;
	right: 207px;
	background: #25292c;
	border-bottom-right-radius: 10px;
	position: absolute;
	z-index: 10;
	padding-right: 30px;
	width: 1920px;
	height: 40px;

}

#slider .subnav-bar li {
	float: right;
	height: 40px;
}


#slider .subnav-bar ul.sleft li {
	float: left;
}

#slider .subnav-bar a {
	font-size: 14px;
	color: #7d8a95;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 40px;
	padding: 0 20px;
}

#slider .subnav-bar a:hover,
#slider .subnav-bar a.current,
#slider .subnav-bar ul:hover a.current:hover {
	color: white;
}

#slider .subnav-bar a.current ul:hover a.current {
	color: #3a393a;
}

#slider {
	width: 100%;
	height: 650px;
	position: relative;
	z-index: 0;
	background: #5a636b;
	overflow: hidden;
	color: white;
}

#slider .video {
	width: 900px;
	height: 506px;
	background: url(../images/home_videoholder.jpg) no-repeat;
	margin: 0 auto;
	margin-top: 80px;
	text-align: center;
	position: relative;
}

#slider .video .voverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 900px;
	height: 506px;
}

#slider .video h1 strong {
	font-size: 42px;
	font-weight: bold;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}

#slider .video h6 {
	font-size: 24px;
	font-weight: bold;
}

#slider .video h1 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 60px;
}

#slider .video .videoplay {
	display: inline-block;
	width: 199px;
	height: 199px;
	background: url(../images/home_play.png) no-repeat;
	text-indent: -9999px;
	margin-top: 50px;
	margin-bottom: 40px;
}

#slider .video iframe {
	visibility: hidden;
}


#slider {
 background: url(../images/bgwelcome.jpg) no-repeat center top;
}

#slider .slider-gradient-left {
	height: 380px;
	width: 400px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/left.png) repeat-y;
	z-index: 10;
}

#slider .slider-gradient-right {
	height: 380px;
	width: 400px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/prawa.png) repeat-y;
	z-index: 10;
}

#slider .bgslider {
	overflow: hidden;
	width: 100%;
}

#slider .wrapper {
	height:448px;
	position: relative;
}

#slider .slider-container {
	width: 1920px;
	height: 526px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

#slider .nivo-controlNav {
	position: absolute;
	right: 0;
	bottom: -69px;
	z-index: 9999;
	display: none;
}

#slider .nivo-controlNav a {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: #40474b;

	margin-left: 2px;
	text-indent: -9999px;
}

#slider .nivo-controlNav a.active {
	background: #7d8a95;
}

#slider .slider-container ul {
	height: 526px;
}

#slider .slider-buttons {
	position: absolute;
	right: 155px;
	bottom: 16px;
	z-index: 999;
}

#slider .slider-buttons > a {
	display: block;
	height: 33px;
	line-height: 33px;
	width: 165px;
	font-size: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	float: left;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 10px;
}

#slider .slider-buttons a.buy {
	background: #25292C;
	margin-left: 10px;
}

#slider .slider-buttons a.dl {
	background: #569f00;
}

#slider .slider-buttons a.dl:hover {
	background: #236b00;
}

#slider .slider-buttons a.buy:hover {
	background: #ee7601;
}

#subslider {
	background: #0a0c0f;
	overflow: hidden;
	height: 210px;
}

#subslider .wrapper .buttonss a {
	display: block;
	height: 33px;
	line-height: 33px;
	width: 165px;
	font-size: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 10px;
}


#subslider a.buy {
	background: #25292C;
	margin-top: 10px;
}

#subslider a.dl {
	background: #25292C;
	margin-top: 70px;
}

.awward_ribbon {
	margin-top: 49px;
	margin-left: 20px;
	float: left;
}

.awward_ribbon a {
	text-decoration: none;
}

.awward_ribbon .rib {
	float: left;
}

.awward_ribbon .ribbon_text {
	float: left;
	width: 153px;
	padding-left: 15px;
}

 .awward_ribbon .ribbon_text p {
	font-size: 10px;
	line-height: 11px;
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-weight: 300;
}

.awward_ribbon .ribbon_text p.small {
	font-size: 10px;
	color: #5b656c;
	font-weight: 600;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.awward_ribbon .ribbon_text p.big {
	font-size: 43px;
	color: #ffffff;
	line-height: 43px;
	font-weight: 500;
}

.awward_ribbon .ribbon_text p.big span {
	font-size: 27px;
}©

#subslider .awardd {
	display: block;
}

#subslider .buttonss {
	float: right;
}

#subslider .wrapper .buttonss a.dl {
	background: #569f00;
}

#subslider .wrapper .buttonss a.dl:hover {
	background: #236b00;
}

#subslider a.buy:hover {
	background: #ee7601;
}

#subslider h3.sloogan2 {
	font-size: 35px;
	font-weight: 300;
	color: white;
	position: absolute;
	top: 319px;
	right: 255px;
	z-index: 10;
	text-align: center;
	margin-top: 40px !important;
}

#subslider .subcenter {
	float: left;
	width: 430px;
	text-align: center;
	margin-right: 73px;
	margin-top: 30px;
}

#subslider .subcenter .sct {
	position: relative;
	top: 0;
	right: 0;
	border :0;
	display: inline-block;

}

#subslider h2.sloogan2.pl {
	right: 70px;
}

#subslider h2.sloogan {
	font-size: 18px;
	font-weight: 600;
	color: white;
	margin-top: 10px !important;
	text-align: center;
	line-height: 18px;
	text-transform: uppercase;
}

#subslider h2.sloogan.pl {
	right: -0px;
	font-size: 20px;
}

#subslider h2.sloogan span {
	display: block;
	color: #394148;
	font-weight: 600;
	text-align: center;
	display: block;
	text-transform: none;
	font-size: 14px;
	margin-top: 10px;
}

.best_features {
	float: left;
	margin-top: 53px;
}

.best_features li:after {
	content: '';
	display: block;
	clear: both;
} 

.best_features li {
	margin-bottom: 15px;
}

.best_features img {
	float: left;
	margin: 0 10px 0 0;
}

.best_features p {
	float: left;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	font-weight: 600;
}

.best_features p span {
	color: #5b656c;
	font-size: 10px;
	line-height: 10px;
}

/* sekcja z boxem */

#section-action_box {
	padding: 35px 0 40px;
}

.row:after {
	content: '';
	display: block;
	clear: both;
}

.col {
	float: left;
}


#section-action_box .col.text {
	width: 670px;
	margin-left: 95px;
	margin-top: 20px;
	color: #ffffff;
}
.col.text p {
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 100;
} 

#section-benchmarks {
	background: #222b31 url(../images/section_benchmarks.jpg) no-repeat center bottom;
	overflow: hidden;
	padding-bottom: 50px;
}

#section-benchmarks div.bench-info {
	padding: 10px 50px;
	background: #3c4a55;
	width: 960px;
	position: relative;
	left: -50px;
	overflow: hidden;
	margin-top: 60px;
}

#section-benchmarks div.bench-info .bleft {
	float: left;
	font-size: 16px;
	line-height: 22px;
	color: #8a909a;
	padding-top: 30px;
}

#section-benchmarks div.bench-info .bleft i {
	color: white;
}

#section-benchmarks div.bench-info .bleft p em {
	display: inline-block;
	width: 180px;
}

#section-benchmarks div.bench-info .bright {
	float: right;
}

#section-benchmarks div.bench-info .bright img {
	float: right;
}

#section-benchmarks div.bench-info .bright p {
	float: right;
	font-size: 16px;
	line-height: 22px;
	color: #8a909a;
	text-align: right;
	margin-top: 50px;
	margin-right: 20px;
}

#section-benchmarks div.bench-info .bright p strong {
	color: white;
	display: block;
}

#section-benchmarks .bars {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 80px;
	width: 1060px;
	position: relative;
	left: -50px;
}

#section-benchmarks .bars img {
	width: 100%;
}

#section-benchmarks h2 {
	font-size: 36px;
	font-weight: 600;
	text-align: center;
	margin-top: 30px;
	color: white;
	line-height: 30px;
}

#section-benchmarks h2 strong {
	display: block;
	font-size: 24px;
	line-height: 30px;
	margin-top: 10px;
}

#section-benchmarks .desc_legend {
	width: 960px;
	position: relative;
	left: 50px;
	margin: 35px 0;
}

#section-benchmarks .desc_legend li {
	width: 200px;
	margin-right: 178px;
	float: left;
}

#section-benchmarks .desc_legend li:last-child {
	margin-right: 0px !important;
}

#section-benchmarks .desc_legend li p {
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	color: #8a909a;
}

#section-benchmarks .desc_legend li p .big {
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
}

#section-benchmarks .desc_legend li p.legend {
	font-size: 16px;
	line-height: 24px;
}

#section-benchmarks .desc_legend li p.green {
	color: #64b200;
}

#section-benchmarks .desc_legend li p.blue {
	color: #0ba2e2;
}

/* awward section */

#award-section {
	padding-bottom: 20px;
}

#award-section .col.text {
	width: 670px;
	margin-left: 40px;
	margin-top: 40px;
	color: #ffffff;
}

#award-section .awward_ribbon {
	margin-left: 0;
}

#section3 {

	/*background: #08090d url(../images/section3.jpg) no-repeat center top;*/
	background-color: #0b151c; 
	z-index: 2;
	padding: 1px;
	padding-bottom: 30px;
}


#section3 h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
	text-align: center;
	margin-top: 70px;
	color: white;
}

#section3 h2 .yt_red {
	color: #d7043e;
}

#section3 h3.head_yt {
	font-size: 70px;
	line-height: 70px;
	font-weight: 100;
	color: #ffffff;
	margin-top: 70px;
	text-align: center;
} 

#section3 article {
	text-align: left;
	overflow: hidden;
	clear: both;
}

#section3 article .left {
	float: left;
	margin-top: 130px;
	margin-left: 60px;
}

#section3 article .left .p11 {
	font-size: 36px;
	font-weight: 100;
	color: white;
	line-height: 40px;
}



#section3 article .left .p22 {
	font-size: 70px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: white;
	font-weight: 100;
}

#section3 article .left img {
	margin-top: 20px;
}

#section3 article .left .youtuber {
	margin-top: 30px;
}

#section3 article .left .youtuber .nick {
	font-size: 24px;
	color: #d7043e;
	font-weight: 700;
}

#section3 article .left .youtuber .subs {
	background: #d7043e;
	margin-top: 10px;
	font-weight: 700;
	font-size:18px;
	display: inline-block;
	padding: 10px 20px;
	color: white;
}

#section3 article .left .youtuber .sub {
	font-weight: 700;
	font-size:18px;
	margin-top: 10px;
	color: white;
	text-transform: uppercase;
}

#section3 article .screen {
	float: left;
	width: 533px;
	height: 373px;
	background: url(../images/youtube-screen.png) no-repeat;
	margin-left: 90px;
	margin-top: 80px;
	padding-top: 25px;
	padding-left: 30px;
	position: relative;
}

#section3 article .screen .img {
	width: 500px;
	height: 305px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	margin-top: 30px;
	position: relative;
	z-index: 0;
}

#section3 article .screen .play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 232px;
	height: 232px;
	background: url(../images/play.png) no-repeat -14px -14px;
	margin-left: -116px;
	margin-top: -136px;
	z-index: 10;
}

#section3 ul {
	margin: 0 auto;
	margin-top:65px;
	overflow: hidden;
}

#section3 ul li {
	background: url(../images/screen-youtuber.png) no-repeat;
	background-size: contain;
	width: 224px;
	height: 196px;
	float: left;
	cursor: pointer;
	margin-left: 16px;
}

#section3 ul li:first-child {
	margin-left: 0;
}

#section3 ul li a {
	color: white;
	display: block;
	margin-left: 4px;
	margin-top: 4px;
	width: 202px;
	height: 133px;
	border: 2px solid #142731;
	border-radius: 3px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	overflow: hidden;
	padding: 0 0 0 10px;
	text-decoration: none;
}

#section3 ul li:hover a {
	border-color: #d7043e;
}

#section3 ul li a h3 {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
	float:left;
	color: #d7043e;
}

#section3 ul li a span.from {
	display: block;
	text-align: right;
	margin-top: 10px;
	vertical-align: baseline;
	line-height: 17px;
}

#section3 ul li a span.from strong {
	font-size: 12px;
	color: #d7043e;
	vertical-align: baseline;
	text-transform: uppercase;
}

#section3 ul li a .avatar {
	width: 87px;
	height: 87px;
	padding: 5px;
	background: #323c4a;
	float: left;
	margin-top: 5px;
}

#section3 ul li a .avatar img {
	width: 100%;
}

#section3 ul li a .info {
	float: left;
	margin-left: 13px;
}


#section3 ul li a .info p {
	display: block;
	font-weight: 700;
}

#section3 ul li a .info p.views {
	font-size: 15px;
	line-height: 15px;
	margin-top: 5px;
	color: #fff;
}

#section3 ul li a .info p.subs {
	font-size: 15px;
	line-height: 15px;
	margin-top: 7px;
}

#section3 ul li a .info p.title {
	margin-top: 1px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #323c4a;
}

#section3 ul li a .info img {
	display: block;
	margin-top: 8px;
}

#section4 {
	background: #171a22;
	z-index: 3;
}

#section4 .container {
	text-align: center;
}

#section4 ul {
	overflow: hidden;
}

#section4 ul li {
	height: 152px;
	text-align: center;
}

#section4 .tweet {
	display: inline-block;
	background:  url(../images/twitter.png) no-repeat left center, url(../images/quote-left.png) no-repeat 100px 15px, url(../images/quote-right.png) no-repeat right 35px;
	font-size: 24px;
	font-weight: 100;
	padding: 20px 30px;
	margin-top: 45px;
	letter-spacing: 1px;
	padding-left: 130px;
}


.slider-content {
	position: absolute;
	top: 50px;
	left: 0;
}

.slider-content > * {
	position: relative;
	z-index: 999;
	text-transform: uppercase;
	color: #3a393a;
	left: -500px;
	opacity: 0;
}

#slider-content-1 .p1 {
	font-size: 68px;
	margin-left: 35px;
}

#slider-content-1 .p2 {
	font-weight: bold;
	font-size: 68px;
	margin-top: 35px;
}

#slider-content-1 .p2 span {
	color: #dd1000;
}

#slider-content-1 .p3 {
	font-size: 80px;
	margin-left: 70px;
	margin-top: 55px;
	font-weight: bold;
}

#slider-content-1 .p3 span {
	color: #00c4cb;
}

#slider-content-1 .p4 {
	margin-top: -55px;
	font-weight: bold;
	font-size: 16px;
}

#slider-content-2 .p1 {
	font-size: 68px;
	margin-left: 40px;
	font-weight: bold;
	margin-top: 40px;
}

#slider-content-2 .p1 span {
	color: #dd1000;
}

#slider-content-2 .p2 {
	font-size: 52px;
	margin-top: 55px;
}

#slider-content-2 .p2 span {
	color: #dd1000;
}

#slider-content-2 .p3 {
	margin-top: -50px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 10px;
}

#slider-content-3 .p1 {
	font-size: 69px;
	margin-left: 20px;
	margin-top: 20px;
}

#slider-content-3 .p1 span {
	font-size: 33px;
}

#slider-content-3 .p2 {
	font-size: 87px;
	margin-left: 20px;
	margin-top: 30px;
	font-weight: bold;
}

#slider-content-3 .p2 span {
	color: #dd1000;
}

#slider-content-3 .p3 {
	font-size: 65px;
	margin-left: 20px;
	margin-top: 60px;
	font-weight: bold;
}

#slider-content-3 .p3 span {
	color: #dd1000;
}

#slider-content-3 .p4 {
	margin-top: -50px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 20px;
}

#slider-content-4 .p1 {
	font-size: 52px;
	margin-left: 45px;
	margin-top: 20px;
}

#slider-content-4 .p2 {
	font-size: 85px;
	margin-left: 75px;
	margin-top: 35px;
	font-weight: bold;
}

#slider-content-4 .p2 span {
	color: #dd1000;
}

#slider-content-4 .p3 {
	font-size: 66px;
	margin-left: 120px;
	margin-top: 65px;
	font-weight: bold;
}

#slider-content-4 .p3 span {
	color: #dd1000;
}

#slider-content-4 .p4 {
	margin-top: -55px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 35px;
}

#screenshots {
	position: relative;
	overflow: hidden;
	height: 1px;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #181a1c;
}

#screenshots.opened {
	height: 109px;
}

#screenshots-header {
	height: 31px;
	background: #25292c;
}

#screenshots-header h2 {
	font-size: 15px;
	font-weight: bold;
	color: white;
	background:  url(../images/ss-arrow.png) no-repeat right 23px center;
	text-transform: uppercase;
	padding-right: 60px;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	float: left;
	border-top-left-radius: 10px;
	padding-left: 20px;
}

#screenshots-header h2.opened {
	background: url(../images/ss-arrow2.png) no-repeat right 23px center;
}

#screenshots ul {
	margin-top: 9px;
	margin-bottom: 0;
}

#screenshots li {
	overflow: hidden;
	float: left;
	margin: 0 3px;
}

#screenshots li a {
	display: block;
	position: relative;
	width: 130px;
	height: 90px;
}

#screenshots li a * {
	position: relative;
	width: 130px;
	height: 90px;
}

#screenshots li a img.clr {
	z-index: 1;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#screenshots li a img.bw {
	z-index: 0;
}

#screenshots li a span {
	z-index: 2;
	width: 116px;
	height: 76px;
	position: absolute;
	border: 7px solid #25292c;
	top: 0;
	left: 0;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: url(../images/glass.png) no-repeat left top;
}

#screenshots li a:hover span {
	border-color: #7d8a95;
}

#screenshots li a:hover img.clr {
	opacity: 1;
}

.content-download {
	padding-bottom: 110px;
}

.content-download .left {
	float: left;
	width: 720px;
	padding-top: 50px;
}

.content-download .right {
	width: 185px;
	float: right;
	padding-top: 50px;
}

.content-download .right .download-button {
	display: block;
	height: 75px;
	line-height: 70px;
	width: 185px;
	background: url(../images/download-new.png) no-repeat left top;
	font-size: 18px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 10px;
}

.content-download .right .download-button.pl {
	background: url(../images/download-new-pl.png) no-repeat left top;
}

.content-download .right .download-button.pl:hover {
	background: url(../images/download-new-hover-pl.png) no-repeat left top;
}

.content-download .right p {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
}

.content-download .left {
	width: 720px;
}

.content-download .left h2 {
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 30px;
}

.content-download .left p {
	font-size: 14px;
	text-align: justify;
}

.content-download .contest {
	margin-top: 60px;
	margin-left: -50px;
	margin-right: -50px;
	background: #1f2224;
	border-radius: 15px;
	padding: 15px 0;
	padding-left: 60px;
	height: 165px;
	position: relative;
}

.content-download .contest span {
	background: url(../images/contest-arrow.png) no-repeat;
	display: block;
	width: 52px;
	height: 72px;
	position: absolute;
	bottom: -68px;
	left: 720px;
}

.content-download .contest > img {
	float: left;
}

.content-download .contest article {
	float: left;
	width: 510px;
	margin-left: 70px;
}

.content-download .contest article h2 {
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 15px;
}

.content-download .contest article p {
	text-align: justify;
	color: #7d8a95;
}

.content-download .contest a.more {
	display: block;
	float: left;
	width: 190px;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	text-align: center;
	color: #1f2224;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: #40474b;
	margin-left: 60px;
	margin-top: 50px;
	border-radius: 10px;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.content-download .contest a.more:hover {

	background: #7d8a95;
}

#supfooter {
	padding-top: 80px;
	height: 405px;
	background: #25292c url(../images/footerbgnew.jpg) no-repeat center;
}
#supfooter .logo {
	width: 300px;
	margin-left: 10px;
}

#supfooter .character {
	position: absolute;
	right: -70px;
	top: -110px;
}

#supfooter a.footermore {
	display: block;
	float: right;
	background: url(../images/linkarrow.png) no-repeat right center;
	line-height: 16px;
	font-size: 16px;
	color: #727272;
	padding-right: 20px;
	text-decoration: none;
	margin-top: 50px;
	margin-bottom: 10px;
}

#supfooter article {
	width: 470px;
	margin-left: 10px;
	overflow: hidden;
}

#supfooter article h2 {
	font-size: 24px;
	line-height: 30px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#supfooter article p {
	font-size: 14px;
	text-align: justify;
	color: #a5a5a5;
}

#supfooter .social {
	width: 625px;
	margin-top: 15px;
	padding-top: 10px;
	margin-left: 10px;
}

#supfooter .social img {
	vertical-align: middle;
	margin-right: 30px;
}

#supfooter h3 {
	background: #25292c;
	color: white;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 40px;
	position: absolute;
	bottom: -70px;
	left: 30px;
}

#supfooter .copyrights {
	color: #40474b;
	font-size: 11px;
	position: absolute;
	left: 310px;
	bottom: -69px;
}

#footer {
	padding-top: 60px;
	overflow: hidden;
	padding-bottom: 50px;
	background: #32383b;
	display: none;
}

#supfooter a {
	color: white;
	text-decoration: none;
}

#footer .left {
	width: 380px;
	float: left;
}

#footer .left a {
	color: #61676b;
	font-size: 18px;
	text-decoration: none;
}

#footer .left a img {
	margin-right: 10px;
}

#footer .left p {
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
	margin-top: 10px;
	color: #61676b;
}
#footer .right {
	float: right;
	margin-top: 70px;
}

#footer .right img {
	vertical-align: middle;
	margin: 0 30px;
}

.wrapper-anav {
	height: 110px;
	margin-top: 60px;
	position: relative;
}

nav.action-nav {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	background: rgb(37, 41, 44);
	width: 100%;
	left: 0;
	right: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

#support.content-darkgray {
	background: rgb(37, 41, 44);
}

nav.action-nav iframe {
	float: right;
	margin-right: 10px;
	margin-top: 0px;
}

nav.action-nav ul {
	float: left;
}

nav.action-nav li {
	float: left;
}

.sct {
	overflow: hidden;
	position: absolute;
	top: 183px;
	right: 85px;
	color: white;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	line-height: 52px;
	z-index: 10;
	padding: 10px 0px;
	border-top: 1px solid #1c1e20;
	border-bottom: 1px solid #1c1e20;
}

.sct span {
	display: block;
	float: left;
	width: 46px;
	height: 52px;
	background: url(../images/ctbg.png) no-repeat;
	margin-right: 1px;
	margin-top: 5px;
}

.sct span.sct-mil {
	margin-right: 10px;
}

.sct p.sct-but {
	background: url(../images/ctbut.png) no-repeat;
	background-position: center 1px;
	float: left;
	width: 60px;
	height: 45px;
	border: solid 3px #192731;
	text-indent: -9999px;
	margin-left: 9px;
	margin-top: 6px;
	border-radius: 10px;
}

#slider h3.sloogan2 {
	font-size: 35px;
	font-weight: 300;
	color: white;
	position: absolute;
	top: 319px;
	right: 255px;
	z-index: 10;
	text-align: center;
}

#slider h3.sloogan2.pl {
	right: 70px;
}

#slider h3.sloogan {
	font-size: 42px;
	font-weight: 100;
	color: white;
	position: absolute;
	top: 79px;
	right: 25px;
	z-index: 10;
	text-align: center;
}

#slider h3.sloogan.pl {
	right: -0px;
	font-size: 38px;
}

#slider h3.sloogan span {
	display: block;
	font-weight: 700;
	text-align: center;
	display: block;
	font-size: 18px;
	margin-top: 40px;
}

nav.action-nav li a {
	width: 160px;
	height: 55px;
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 55px;
	background: #40474b;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-align: center;
	margin-right: 2px;
}

#remote-gameplay nav.action-nav li a {
	width: 160px;
	height: 55px;
	display: block;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 55px;
	background: #232e3b;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-align: center;
	margin-right: 2px;
}

nav.action-nav li:first-child a {
	border-bottom-left-radius: 10px;
}

nav.action-nav li:last-child a {
	border-bottom-right-radius: 10px;
}

nav.action-nav li a:hover {
	background: #303539;
}

#remote-gameplay nav.action-nav li a:hover {
	background: #2a3645;
}

nav.action-nav ul:hover li a.current,
nav.action-nav li a.current,
nav.action-nav ul:hover li a.current:hover  {
	color: white;
	background: #d7043e;
}

nav.action-nav img {
	float: right;
	margin-top: 3px;
	margin-right: 40px;
}

#features {
	background: rgb(37, 41, 44) url(../images/features-head.jpg) no-repeat center -65px;
}

#features .wrapper-anav {
	margin-top: 100px;
}

#features .a1 {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	min-height: 129px;
	margin-left: 10px;
}

#features .a1 h1 {
	font-size: 24px;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 430px;
	line-height: 24px;
}

#features .a1 p {
	font-size: 14px;
	text-align: justify;
	width: 430px;
	color: #a5a5a5;
	font-weight: 300;
}

#features h2 {
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 34px;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 10px;
}

#features h2 span {
	width: 34px;
	height: 34px;
	color: white;
	background: #d7043e;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	display: none;
}

#features table {
	border-collapse: separate;
	width: 940px;
	margin: 0 ;
	margin-left: 8px;
	color: #1f2224;
	font-size: 13px;
	margin-bottom: 100px;
}

#features table a {
	font-weight: bold;
	color: #a5a5a5;
	text-decoration: none;
}

#features table span {
	color: white;
}

#features table td {
	border-left: 3px solid #25292c;
	color: #a5a5a5;
	background: #303539;
	border-bottom: 10px solid #25292c;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#features table td.title {

}

#features table td.title {
	width: 240px;
	padding-right: 30px;
	background: #40474c;
	color: #a5a5a5;
}

#features table tr.rowspaned td {
	border-bottom: 1px solid #25292c;
}

#features table tr.rowspaned td.title {
	border-bottom: 10px solid #25292c;
}

#features table tr.rowspaned.last td {
	border-bottom: 10px solid #25292c;
}

#features .infos {
	margin-top: -70px;
	margin-left: 40px;
	padding-bottom: 150px;
	font-size: 12px;
	line-height: 12px;
}

#features .infos span {
	color: white;
}

#section2 {
	background-color: #0b161d;
	background-image:  url(../images/section2_up.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
}

#section2 article {
	padding: 30px 0;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}

#section2 article p {
	margin-bottom: 15px;
}

#section2 h2 {
	font-size: 42px;
	line-height: 50px;
	font-weight: 100;
	text-align: center;
	padding-top: 80px;
}

#section2 h2 strong {
	display: block;
}

#section2 ul {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

#section2 ul li {
	width: 320px;
	float: left;
	margin-top: 45px;
	height: 140px;
}

#section2 ul li h3 {
	line-height: 24px;
	margin-top: 10px;
}

#section2 ul li .img {
	height: 85px;
	width: 320px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#footer-download {
	height: 546px;
	background: #222b31 url(../images/download-footer-bg.png) no-repeat center;
	color: white;
}

#footer-download.footer-download-pl {
	background: #222b31 url(../images/download-footer-bg.png) no-repeat center;
}

#footer-download article {
	float: left;
	margin-left: 0px;
	margin-top: 160px;
	text-align: center;
}

#footer-download article h2 {
	font-weight: 600;
	font-size: 33px;
	line-height: 33px;
	text-transform: uppercase;
}

#footer-download article h3 {
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-top: 10px;
}

:lang(fr) #footer-download article h2,
:lang(pt) #footer-download article h2,
:lang(it) #footer-download article h2,
:lang(ru) #footer-download article h2,
:lang(th) #footer-download article h2 {
	font-size: 32px;
	line-height: 36px;
}

:lang(jp) #footer-download article h2 {
	font-size: 22px;
	line-height: 26px;
}

:lang(jp) #footer-download article h3 {
	font-size: 16px;
	line-height: 20px;
}

#footer-download article p strong {
	color: #75c300;
}

#footer-download article p {
	font-size: 18px;
	font-weight: 300;
	margin-top: 40px;
	line-height: 18px;
	text-transform: uppercase;
}

#footer-download article a {
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
    background: #739b24;
    background: -moz-linear-gradient(45deg, #739b24 1%, #89b92c 100%);
    background: -webkit-linear-gradient(45deg, #739b24 1%,#89b92c 100%);
    background: linear-gradient(45deg, #739b24 1%,#89b92c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739b24', endColorstr='#89b92c',GradientType=1 );
	display: inline-block;
	margin-top: 40px;
	padding: 20px 50px;
	text-decoration: none;
	border-radius: 12px;
}

:lang(fr) #footer-download article a {
	font-size: 20px;
}


#footer2 {
	overflow: hidden;
}

#footer2 .left {
	width: 294px;
	text-align: right;
	padding: 120px 0;
	float: left;
}

#footer2 .left p {
	vertical-align: baseline;
	margin-top: 20px;
	color: #999fa7;
	font-size: 23px;
	font-weight: 100;
	padding-bottom: 5px;
}

#footer2 .right {
	width: 570px;
	float: right;
	padding: 60px 0;
}

#footer2 .right .hidden {
	display: none;
}

#footer2 .right h3 {
	font-size: 20px;
	color: white;
	line-height: 24px;
	margin-top: 15px;
}

#footer2 .right p {
	text-align: justify;
	color: #999fa7;
	font-size: 14px;
	line-height: 20px;
	margin-top: 5px;
}

#footer2 .right a {
	color: #999fa7;
}

#footer2 .right .moreicon {
	text-align: right;
	margin-top: 10px;
}

#footer2 .right .moreicon a {
	text-indent: -9999px;
	display: inline-block;
	background:#d7043e url(../images/footerarrow.png) no-repeat center;
	width: 25px;
	height: 23px;
}

#download .a1 {
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;

}

#download .a1 h1 {
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#download .a1 p.p1 {
	font-size: 14px;
	text-align: justify;
}

#download .a1 h4 {
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}

#download .a1 p.p2 {
	font-size: 14px;
	text-align: justify;
}

#download .downloads {
	margin-top: 30px;
	overflow: hidden;
}

#download .downloads li {
	float: left;
	width: 192px;
}

#download .downloads li a {
	display: block;
	height: 55px;
	width: 175px;
	padding-top: 20px;
	background: #569f00;
	font-size: 18px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	border-radius: 10px;
}

#download .downloads li a span {
	font-weight: normal;
	display: block;
	font-size: 12px;
	margin-top: 2px;
}


#download .downloads li a:hover {
	background: #236b00;
}



#download .downloads li a.buy {
	background: #40474b;
}

#download .downloads li a.buy:hover {
	background: #ee7601;
}

#download .downloads li p {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
}

#download .downloads li div {
	width: 175px;
	margin: 0 auto;
}

#download .subcontent {
	margin-top: 30px;
}

#download .subcontent li > a {
	color: #8a8a8a;
	text-decoration: none;
}

#download .subcontent li.opened > a {
	background: url(../images/dl-arrow2.png) no-repeat left center;
}

#download .subcontent li {
	overflow: hidden;
}

#download .subcontent li div.collapsable {
	display: none;
}

#download .subcontent li.opened div.collapsable {
	display: block;
}



#download-thanks {
	padding-top: 30px;
	padding-bottom: 110px;
}

#download-thanks .banner {
	margin: 0 -50px;
	height: 200px;
	text-align: center;
	line-height: 200px;
	background: white;
}

#download-thanks .a1 {
	margin-top: 30px;
}

#download-thanks .a1 h2 {
	font-size: 24px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#download-thanks .a1 h2 em {
	color: #d7043e;
}

#download-thanks .a1 p {
	font-size: 18px;
	color: #8d9ca8;
}

#download-thanks .contest {
	margin-top: 60px;
	margin-left: -50px;
	margin-right: -50px;
	background: #1f2224;
	border-radius: 15px;
	padding: 15px 0;
	padding-left: 60px;
	height: 165px;
	position: relative;
}

#download-thanks .contest span {
	background: url(../images/contest-arrow.png) no-repeat;
	display: block;
	width: 52px;
	height: 72px;
	position: absolute;
	bottom: -68px;
	left: 720px;
}

#download-thanks .contest .dl {
	display: block;
	height: 75px;
	width: 185px;
	line-height: 75px;
	background: #d7043e;
	font-size: 18px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	float: left;
	margin-top: 40px;
	border-radius: 10px;
}

#download-thanks .contest .dl:hover {
	background: #686868;
}

#download-thanks .contest .p0 {
	color: white;
	font-size: 16px;
	line-height: 22px;
	margin-top: 55px;
	float: left;
	margin-left: 30px;
}

#download-thanks .contest article {
	float: right;
	color: white;
	text-align: right;
	margin-right: 50px;
	margin-top: 35px;
}

#download-thanks .contest article .p1, #download-thanks .contest article .p3 {
	font-size: 16px;
}

#download-thanks .contest article .p2 {
	font-size: 28px;
	text-decoration: underline;
	margin: 5px 0 8px 0;
}

#overview {
	background: rgb(37, 41, 44) url(../images/overview-head.jpg) no-repeat center -65px;
}

#overview .wrapper-anav {
	margin-top: 100px;
}

#overview .overview-container {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

#overview .overview-bg {
	background: url(../images/overview.jpg) no-repeat 10px 170px;
	height: 4253px;
	width: 1200px;
	margin: 0 auto;
}

#overview .overview-bg2 {
	background: url(../images/overview_newbg.png) no-repeat 0px top;
	height: 3400px;
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

#overview article.main {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	min-height: 129px;
	margin-left: 10px;
}

#overview article.main h1 {
	font-size: 24px;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;

	line-height: 24px;
}

:lang(jp) #overview article.main h1 {
	font-size: 16px;
}

#overview article.main p {
	font-size: 14px;
	text-align: justify;
	width: 430px;
	color: #a5a5a5;
	font-weight: 300;
}

#overview article.o {
	position: absolute;
	width: 490px !important;
	padding-right: 20px;
}

#overview article.o header {
	vertical-align: middle;

	position: relative;
	text-align: right;
}

#overview article.o header span {
	width: 34px;
	height: 34px;
	color: white;
	font-weight: bold;
	background: #d7043e;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	display:none;
}

#overview article.o header h2 {
	line-height: 24px;
	font-size: 25px;
	color: white;
	text-transform: uppercase;
	font-weight: 100;

	margin-left: 0px;
	text-align: right;
}

#overview article.o p {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
	text-align: justify;
}

#overview article.o p a {
	color: white;
	text-decoration: none;
}

#overview article.o0 {
	right: 0;
	top: 70px;
}

#overview article.o1 {
	right: 0;
	top: 350px;
}

#overview article.o2 {
	right: 0;
	top: 640px;
	width: 425px;
}

#overview article.o3 {
	right: 0;
	top: 950px;
	width: 425px;
}

#overview article.o4 {
	right: 0;
	top: 1240px;
	width: 320px;
}

#overview article.o5 {
	right: 0;
	top: 1530px;
	width: 400px;
}

#overview article.o6 {
	right: 0;
	top: 1760px;
	width: 550px;
}

#overview article.o7 {
	right: 0;
	top: 2080px;
	width: 500px;
}

#overview article.o8 {
	right: 0;
	top: 2410px;
	width: 420px;
}

#overview article.o9 {
	right: 0;
	top: 2750px;
	width: 430px;
}

#overview article.o10 {
	right: 0;
	top: 3095px;
	width: 520px;
}

#overview article.o11 {
	right: 0;
	top: 3960px;
	width: 520px;
}


#live {
	background: rgb(37, 41, 44) url(../images/live-head.jpg) no-repeat center -65px;
}

#live .wrapper-anav {
	margin-top: 100px;
}

#live .overview-container {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}

#live .overview-bg {
	background: url(../images/live-overview-bg2.png) no-repeat 4px top;
	height: 1853px;
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

#live article.main {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	min-height: 129px;
	margin-left: 10px;
}

#live article.main h2 {
	font-size: 24px;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 430px;
	line-height: 24px;
}

#live article.main p {
	font-size: 14px;
	text-align: justify;
	width: 430px;
	color: #a5a5a5;
	font-weight: 300;
	min-height: 90px;
}

#live article.o {
	color: #a5a5a5;
	padding-right:20px;
	position: absolute;
	width: 490px !important;
	right: 0 !important;
}

#live article.o header {
	vertical-align: middle;
	position: relative;
}

#live article.o header span {
	width: 34px;
	height: 34px;
	color: white;
	font-weight: bold;
	background: #d7043e;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

#live article.o header h2 {
	line-height: 24px;
	font-size: 25px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 0px;
	text-align: right !important;
	font-weight: 100;
}

#live article.o p {
	color: #a5a5a5;
	font-size: 14px;
	line-height: 17px;
	margin-top: 10px;
	text-align: justify;
	font-weight: 300;
}

#live article.o1 {
	right: 0;
	top: 50px;
	width: 425px;
}

#live article.o2 {
	right: 0;
	top: 340px;
	width: 400px;
}

#live article.o3 {
	right: 0;
	top: 650px;
	width: 450px;
}

#live article.o4 {
	right: 0;
	top: 940px;
	width: 400px;
}

#live article.o5 {
	right: 0;
	top: 1230px;
	width: 250px;
}

#live article.o6 {
	right: 0;
	top: 1460px;
	width: 520px;
}

#live article.o7 {
	left: 0;
	top: 2890px;
	width: 410px;
}

#live article.o8 {
	right: 0;
	top: 3420px;
	width: 450px;
}

#support .wrapper {
	overflow: hidden;
}

#support .left {
	float: left;
	width: 350px;
	padding-top: 23px;
	margin-left: 10px;
}

#support .left .solutions {
	display: none;
}

#support .left .solutions article {
	color: white;
	border-radius: 15px;
	background: #40474b;
	padding: 25px 30px;
	font-size: 13px;
	text-align: justify;
	line-height: 16px;
	margin-top: 30px;
	margin-bottom: 80px;
}

#support .left .solutions h4 {
	height: 31px;
	background: url(../images/warn.png) no-repeat left top;
	font-size: 24px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	line-height: 31px;
	padding-left: 50px;
	margin-left: 10px;
}

#support .left img {
	display: block;
	margin: 0 auto;
}

#support .left h2 {
	font-size: 24px;
	line-height: 28px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

#support .left p {
	color: white;
	border-radius: 15px;
	background: #40474b;
	padding: 25px 30px;
	font-size: 13px;
	text-align: justify;
	line-height: 16px;
	margin-top: 20px;
}

#support .left a {
	background: #40474b;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	height: 33px;
	line-height: 33px;
	width: 165px;
	font-size: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;

	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 10px;
}

#support .left a:hover {
	background: #303539;
}

#support .right {
	width: 550px;
	float: right;
	position: relative;
	margin-top: 25px;
	padding-bottom: 200px;
	margin-right: 10px;
}

#support .right h2 {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 5px;
	line-height: 28px;
}

#support .right p.info {
	position: absolute;
	right: 0;
	top: 0;
	background: #d7043e;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	padding: 7px 30px;
}

#support .right p.p1 {
	font-size: 14px;
	text-align: justify;
	margin-top: 15px;
}

#support .right p.p1 a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

#contactform {
	margin-top: 30px;

}

#contactform label {
	display: block;
	margin-bottom: 10px;
}

#contactform p.errmessage {
	color: red;
	font-size: 12px;
	margin-top: -7px;
	margin-bottom: 3px;
	margin-left: 10px;
	display: none;
}

#contactform input {
	display: block;
	height: 35px;
	width: 517px;
	background: #1f2224;
	color: #a5a5a5;
	border: 0;
	font-family: Roboto, Arial, sans-serif;
	padding: 0 15px;
	font-size: 13px;

}

#contactform input.err,
#contactform input:invalid,

#contactform select.err,
#contactform select:invalid,

#contactform textarea.err,
#contactform textarea:invalid {
	box-shadow: rgb(255, 0, 0) 0px 0px 1.5px 1px;
}

#contactform .message-description {
	color: white;
	border-radius: 15px;
	background: #40474b;
	padding: 25px 30px;
	font-size: 13px;
	text-align: justify;
	line-height: 16px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

#contactform .message-description span {
	position: absolute;
	bottom: -10px;
	right: 90px;
	background: url(../images/arrowform.png) no-repeat;
	width: 45px;
	height: 10px;
	display: block;
}

#contactform .textarea {
	position: relative;
	z-index: 0;
}


#contactform select {
	display: block;
	width: 547px;
	padding: 8px 15px;
	background: #1f2224;
	color: #a5a5a5;
	border: 0;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
}

#contactform textarea {
	display: block;
	height: 210px;
	width: 517px;
	padding: 15px;
	background: #1f2224;
	color: #a5a5a5;
	border: 0;
	resize: none;
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
}

#contactform button {
	display: block;
	width: 165px;
	height: 33px;
	line-height: 33px;
	background: #40474b;
	font-size: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 10px;
	float: right;
	border: 0;
	cursor: pointer;
	border-radius: 10px;
}
#contactform button:hover {
	background: #303539;
}

#tutorials2 {
	background: rgb(37, 41, 44) url(../images/tutorials2-head.png) no-repeat center -65px;
}

#tutorials2 .wrapper-anav {
	margin-top: 100px;
}

#tutorials2 .a1 {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	min-height: 129px;
	margin-left: 10px;
}

#tutorials2 .a1 h2 {
	font-size: 24px;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 430px;
	line-height: 24px;
}

#tutorials2 .a1 p {
	font-size: 14px;
	text-align: justify;
	width: 430px;
	color: #a5a5a5;
	font-weight: 300;
	min-height: 90px;
}

#tutorials2 .wrapper {
	overflow: hidden;
}

#tutorials2 .left {
	width: 327px;
	float: left;
	padding-bottom: 100px;
}

#tutorials2 .left h2 {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #8a8a8a;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-bottom: 40px;
}

#tutorials2.faqq .wrapper > h2 {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #8a8a8a;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-bottom: 40px;
	padding-left: 10px;
}

#tutorials2 .left ul.list {
	width: 275px;
}

#tutorials2 .left ul.list > li {
	margin-top: 1px;
}

#tutorials2 .left ul.list > li > a {
	display: block;
	color: #a5a5a5;
	text-decoration: none;
	height: 34px;
	padding-left: 35px;
	line-height: 34px;
	font-size: 14px;
	background: url(../images/tutorial-arrow.png) no-repeat 15px center;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#tutorials2 .left ul.list > li.current > a {
	color: white;
	background-color: #1f2224;
}

#tutorials2 .left ul.list > li > a:hover {

	background-color: #1f2224;
	color: white;
}

#tutorials2 .left ul.list > li > ul {
	display: none;
}

#tutorials2 .left ul.list > li.current > ul {
	display: block;
}

#tutorials2 .left ul.list > li.current > ul > li > a {
	display: block;
	padding: 10px 0;
	padding-left: 35px;
	background: #414141;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#tutorials2 .left ul.list > li.current > ul > li > a.current,
#tutorials2 .left ul.list > li.current > ul > li > a:hover {
	background: #686868;
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin-top: 1px;
}

#tutorials2 .user-videos .video-info-right {
	padding-top: 17px;
}

#tutorials2 .right {
	float: right;
	width: 623px;
	padding-bottom: 110px;
	margin-right: 10px;
}

#tutorials2 .right .tutorials-list-intro {
	margin-bottom: 40px;

}

#tutorials2 .right .tutorials-list-intro h2 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 0;

}
#tutorials2 .right .tutorials-list-intro p {
	font-size: 14px;
	text-align: justify;
}

#tutorials {
	background: rgb(37, 41, 44) url(../images/tutorials-head.png) no-repeat center -65px;
}

#tutorials .wrapper-anav {
	margin-top: 100px;
}

#tutorials .a1 {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	min-height: 129px;
	margin-left: 10px;
}

#tutorials .a1 h2 {
	font-size: 24px;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 430px;
	line-height: 24px;
}

#tutorials .a1 p {
	font-size: 14px;
	text-align: justify;
	width: 430px;
	color: #a5a5a5;
	font-weight: 300;
	min-height: 90px;
}

#tutorials .wrapper {
	overflow: hidden;
}

#tutorials .left {
	width: 327px;
	float: left;
	padding-bottom: 100px;
}

#tutorials .left h2 {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #8a8a8a;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-bottom: 40px;
}

#tutorials.faqq .wrapper > h2 {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px dotted #8a8a8a;
	padding-bottom: 12px;
	margin-top: 8px;
	margin-bottom: 40px;
}

#tutorials .left ul.list {
	width: 275px;
}

#tutorials .left ul.list > li {
	margin-top: 1px;
}

#tutorials .left ul.list > li > a {
	display: block;
	color: #a5a5a5;
	text-decoration: none;
	padding: 8px 0;
	padding-left: 35px;
	font-size: 14px;
	background: url(../images/tutorial-arrow.png) no-repeat 15px center;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#tutorials .left ul.list > li.current > a {
	color: white;
	background-color: #1f2224;
}

#tutorials .left ul.list > li > a:hover {

	background-color: #1f2224;
	color: white;
}

#tutorials .left ul.list > li > ul {
	display: none;
}

#tutorials .left ul.list > li.current > ul {
	display: block;
}

#tutorials .left ul.list > li.current > ul > li > a {
	display: block;
	padding: 10px 0;
	padding-left: 35px;
	background: #414141;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#tutorials .left ul.list > li.current > ul > li > a.current,
#tutorials .left ul.list > li.current > ul > li > a:hover {
	background: #686868;
	color: white;
	font-size: 12px;
	text-decoration: none;
	margin-top: 1px;
}

#tutorials .user-videos .video-info-right {
	padding-top: 17px;
}

#tutorials .right {
	float: right;
	width: 633px;
	padding-bottom: 110px;
}

#tutorials .right .tutorials-list-intro {
	margin-bottom: 40px;

}

#tutorials .right .tutorials-list-intro h2 {
	font-size: 18px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-left: 0;

}
#tutorials .right .tutorials-list-intro p {
	font-size: 14px;
	text-align: justify;
}

#tutorials .right .tutorials-list img {
	border: 2px solid #25292c;
	float: left;
	display: block;
	margin-right: 10px;
	width: 160px;
}

#tutorials .right .tutorials-list li {
	overflow: hidden;
	background: #1f2224;
	margin-bottom: 2px;
	padding: 30px;
}

#tutorials .right .tutorials-list li a.tut-link {
	color: white;
	text-decoration: none;
}

#tutorials .right .tutorials-list li .list-right {
	overflow: hidden;
}

#tutorials .right .tutorials-list li p {
	color: #8d9ca8;
	font-size: 13px;
	line-height: 16px;
	margin-top: 5px;
	text-align: justify;
}

#tutorials .right .tutorials-list li nav {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 22px;
}

#tutorials .right .tutorials-list li nav a {
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	margin-right: 2px;
}

#tutorials .right nav {
	padding-bottom: 4px;
	border-bottom: 1px dotted #8a8a8a;
	overflow: hidden;
	margin-bottom: 45px;
	height: 34px;
}

#tutorials .right nav a {
	display: block;
	padding: 0 30px;
	height: 34px;
	line-height: 34px;
	background: #7d8a95;
	font-size: 15px;
	text-align: center;
	color: #1f2224;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	float: left;
}

#tutorials .right nav:hover a.current {
	background: #686868;
	color: #3a393a;
}

#tutorials .right nav a:hover,
#tutorials .right nav a.current,
#tutorials .right nav:hover a.current:hover {
	background: #d7043e;
	color: white;
}

#tutorials .tutorial-content {
	padding-left: 55px;
}

#tutorials .right h2 {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -55px;
	line-height: 30px;
}

#tutorials .tutorial-content p.intro {
	margin-top: 10px;
	text-align: justify;
	margin-left: -55px;
}
#tutorials2 .right h2 {
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -55px;
	line-height: 30px;
}

#tutorials2 .tutorial-content p.intro {
	margin-top: 10px;
	text-align: justify;
	margin-left: -55px;
}

#tutorials .tutorial-content h3 {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: -55px;
}

#tutorials .tutorial-content h3 span {
	width: 34px;
	height: 34px;
	color: white;
	background: #d7043e;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
}

#tutorials .tutorial-content p.p {
	margin: 20px 0 10px 0;
	text-align: justify;
}

#tutorials .tutorial-content a {
	color: white;
}

#tutorials .tutorial-content figure {
	width: 633px;
	height: 200px;
	background: #686868;
	margin: 30px 0 30px 0;
	margin-left: -55px;
}

#tutorials .tutorial-content img {
	border-radius: 12px;
}

#tutorials .tutorial-content strong {
	color: white;
	font-weight: bold;
}

#tutorials .tutorial-content acronym {
	color: white;
}

#tutorials .tutorial-content em {
	font-style: italic;
}

#tutorials .tutorial-content .video {
	margin-top: 30px;
	margin-left: -55px;
}

#tutorials .tutorial-content .video-info {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 70px;
	margin-left: -55px;
}

#tutorials .tutorial-content .video-info img {
	float: left;
	margin-right: 50px;
	margin-top: 8px;

}

#tutorials .tutorial-content .video-info p span.title {
	float: left;
	width: 180px;
}

#tutorials .tutorial-content .video-info a {
	color: white;
}

#tutorials #feedback {
	margin-top: 60px;
	background: #1f2224;
	border-radius: 15px;
	padding: 15px 40px;
	height: 375px;
	position: relative;
}

#tutorials #feedback input {
	display: block;
	width: 533px;
	padding: 0 10px;
	height: 35px;
	background: #3a393a;
	border: 0;
	font-size: 18px;
	color: #a5a5a5;
	font-family: Roboto, Arial, sans-serif;
	margin-top: 25px;
}

#tutorials #feedback textarea {
	display: block;
	width: 533px;
	padding: 10px;
	height: 120px;
	background: #3a393a;
	border: 0;
	font-size: 18px;
	color: #a5a5a5;
	font-family: Roboto, Arial, sans-serif;
	resize: none;
	margin-top: 15px;
}

#tutorials #feedback button {
	display: block;
	width: 160px;
	height:35px;
	line-height: 35px;
	background: #d7043e;
	font-size: 16px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	margin-top: 10px;
	float: right;
	border: 0;
	cursor: pointer;
}

#tutorials #feedback button:hover {
	background: #3a393a;
}

#tutorials #feedback > span {
	background: url(../images/contest-arrow.png) no-repeat;
	display: block;
	width: 52px;
	height: 72px;
	position: absolute;
	bottom: -68px;
	left: 393px;
}

#tutorials #feedback .social {
	float: left;
	margin-top: 2px;
	margin-top: 7px;
	position: relative;
}

#tutorials #feedback .social img {
	vertical-align: middle;
	margin-right: 8px;
}

#tutorials #feedback .icons {
	float: right;
	margin-bottom: 20px;
}

#tutorials #feedback .icons img {
	margin-left: 10px;
	vertical-align: middle;
}

#tutorials #feedback .info {
	clear: both;
	font-size: 14px;
	color: #a5a5a5;
	text-align: justify;
}

.faq h3 {
	color: white;
	font-size:  18px;
	font-weight: bold;
	margin-left: 10px;
}

#tutorials2 .faq-list li {
	color: #a8a8a8;
	overflow: hidden;
	margin-top: 2px;
}

#tutorials2 .faq-list h3:hover {
	background: #7d8a95;
	color: white;
}

#tutorials2 .faq-list h3 {
	background: #40474b;
	padding: 10px;
	cursor: pointer;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding-left: 63px;
}

#tutorials2 .faq-list h3 span {
	width: 34px;
	height: 34px;
	color: white;
	background: #d7043e;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
	font-size: 20px;
	margin-left: -53px;
}

#tutorials2 .faq-list h3 {
	line-height: 30px;
}

#tutorials2 .faq-list li .faq-content {
	display: none;
	padding-left:62px;
	margin-top: 20px;
	text-align: justify;
	margin-bottom: 30px;
	font-size: 13px;
}

#tutorials2 .faq-list li.opened .faq-content {
	display: block;
}

@media print {
	#header, #slider, #screenshots, #supfooter, #feedback {
		display: none;
	}

	#footer {
		display: none;
	}
}

.screenshots-page {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 50px;
}


.screenshots-page li {
	float: left;
	width: 228px;
	margin: 0 6px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	height: 170px;
}

.screenshots-page li span {
	border: 7px solid #181a1c;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: url(../images/glass.png) no-repeat left top;
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 214px;
	height: 112px;
}

.screenshots-page li:hover span {
	border-color: #7d8a95;
}

.screenshots-page li img {
	width: 228px;
	height: 126px;
	position: relative;
	z-index: 0;
}

#screenshots-page .screenshots-page h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-transform: none;
	color: #8d9ca8;

}


#screenshots-page {
	background: rgb(37, 41, 44) url(../images/screenshots-head.jpg) no-repeat center -65px;
}

#screenshots-page .wrapper-anav {
	margin-top: 100px;
}

#screenshots-page .a1 {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	min-height: 129px;
	margin-left: 10px;
}

#screenshots-page .a1 h1 {
	font-size: 24px;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 430px;
	line-height: 24px;
}

#screenshots-page .a1 p {
	font-size: 14px;
	text-align: justify;
	width: 430px;
	color: #a5a5a5;
	font-weight: 300;
	min-height: 90px;
}

.requirements {
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0 10px;
}

.requirements header {
	padding: 15px 20px;
	background: #dddddd;
}

.requirements header h3 {
	color: #3a393a;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.requirements header p {
	font-size: 13px;
	color: #3a393a;
	margin-top: 3px;
}

.requirements .requirements-left {
	width: 460px;
	float: left;
}

.requirements .requirements-right {
	width: 460px;
	float: right;
}

.requirements .requirements-right header {
	background: #cbe32d;
}

.requirements h4 {
	font-size: 18px;
	color: white;
	text-transform: uppercase;
	margin-top: 30px;
}

.requirements strong {
	color: white;
}

.requirements .requirements-left > p, .requirements .requirements-right > p {
	background: #7d8a95;
	padding: 15px 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #1f2224;
}

.changelog {
	padding-top: 10px;
	margin: 0 10px;
}

.changelog h3 {
	color: #7d8a95;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.changelog h3 strong {
	color: white;
}

.changelog ul {
	list-style: disc;
	list-style-position: inside;
	margin: 10px 0;

}

.changelog-content {
	background: #7d8a95;
	color: #1f2224;
	padding: 15px 30px;
	margin-top: 10px;
	line-height: 24px;
}


#remote-gameplay,
.remote-gameplay-content {
	background: #172531;
}

#remote-gameplay .wrapper-anav,
body .remote-gameplay-content .wrapper-anav {
	margin-top: 150px !important;
}

#remote-gameplay .action-nav {
	background: #172531;
}

#remote-gameplay {
	background-image:  url(../images/overview/screen_bg.jpg);
	background-repeat: no-repeat;
	background-position:  top center;
}

#remote-gameplay .overview-container {
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
	margin-top: 100px;
}

#remote-gameplay .overview-bg {
	background: url(../images/overview.jpg) no-repeat 10px 170px;
	height: 4253px;
	width: 1200px;
	margin: 0 auto;
}

#remote-gameplay .overview-bg2 {
	background: url(../images/overview_newbg.png) no-repeat 0px top;
	height: 3033px;
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

#remote-gameplay article.main,
.remote-gameplay-content article.main {
	margin: 0;
	padding: 0;
	margin-top: 110px;
	min-height: 129px;
	margin-left: 10px;
}

#remote-gameplay article.main h1,
.remote-gameplay-content article.main h1 {
	font-size: 24px;
	color: white;
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 15px;

	line-height: 24px;
}

#remote-gameplay article.main p,
.remote-gameplay-content article.main p {
	font-size: 14px;
	text-align: justify;
	width: 430px;
	color: #a5a5a5;
	font-weight: 300;
}

#remote-gameplay article.o {
	display: flex;
  	align-items: center;
}

#remote-gameplay article.o:after {
	content: '';
	display: block;
	clear: both;
}

#remote-gameplay article.o .character_image {
	float: left;
}

#remote-gameplay article.o .side_text {
	float: right;
	width: 490px !important;
	padding-right: 20px;
	margin-left: auto;
}

#remote-gameplay article.o header {
	vertical-align: middle;
	position: relative;
	text-align: right;
}

#remote-gameplay article.o header span {
	width: 34px;
	height: 34px;
	color: white;
	font-weight: bold;
	background: #d7043e;
	line-height: 34px;
	text-align: center;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	display:none;
}

#remote-gameplay article.o header h2 {
	line-height: 24px;
	font-size: 24px;
	color: white;
	text-transform: uppercase;
	font-weight: 500;

	margin-left: 0px;
	text-align: right;
}

#remote-gameplay article.o p {
	color: #a5a5a5;
	font-size: 14px;
	font-weight: 300;
	margin-top: 10px;
	text-align: justify;
	color: #73838f;
}

#slider_monflo {
	background: #060709;
}

#slider_monflo .wrapper {
	background: #060709 url(../images/overview/remote_overview.jpg) top center no-repeat;
	height: 310px;
	width: 1100px;
}

#slider_monflo .wrapper:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	background: #2a343c;
	position: absolute;
	left: calc(0px - 100%)
}

#slider_monflo .head_line {
	position: relative;
	left: 558px;
	padding-top: 89px;
}

#slider_monflo .head_line h2 {
	font-size: 69px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
}

#slider_monflo .head_line h2 .color {
	color: #0ba2e2;
}

#slider_monflo .head_line h2 .small_line {
	font-size: 25px;
	line-height: 25px;
}

#slider_monflo .head_line .learn_more {
	margin-top: 23px;
}

#slider_monflo .head_line .learn_more a {
	border-radius: 10px;
	border:2px solid #0ba2e2;
	color: #ffffff;
	padding: 17px 0;
	display: inline-block;
	width: 190px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	float: left;
	margin-right: 18px;
}

#slider_monflo .head_line .learn_more p {
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 100;
	display: inline-block;
	margin-top: 5px;
}

#before-remote {
	background: #131d26;
	overflow: hidden;
	border-bottom: 1px solid #191B1D;
	padding: 70px 0;
}

#download2 #before-remote h2 {
	display: none;
}

#before-remote h2 {
	font-size: 32px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
	margin: 0 0 55px;
	text-align: center;
}

#before-remote ul {
	text-align: center;
}

#before-remote ul:after {
	content: '';
	display: block;
	clear: both;
}

#before-remote ul li {
	display: inline-table;
	width: 33.333%;
	margin: 0 15px;
	background: #242e3a;
	text-align: center;
	color: #ffffff;
	transition: all .4s ease-out;
	padding: 0 15px;
	height: 389px;
	position: relative;
}

#before-remote ul li .bottom_area {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
}

#before-remote ul li:hover {
	
}

#before-remote ul li:first-child {
	margin-left: 12px;
}

#before-remote ul li:last-child {
	margin-right: 12px;
}

#before-remote ul li h5 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	margin: 25px 0 45px;
}

#before-remote ul li > span {
	font-size: 14px;
	font-weight: 300;
	color: #6d7985;
	margin-bottom: 52px;
	display: inline-block;
}

#before-remote ul li > span strong {
	font-size: 28px;
	line-height: 28px;
	font-weight: 100;
	text-transform: uppercase;
	color: #ffffff;
}

#before-remote ul li .software p {
	font-size: 14px;
	line-height: 14px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0 0 6px 0;
	color: #6d7985;
}

#before-remote ul li .software p.bottom {
	font-size: 12px;
	line-height: 12px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 6px 0 0 0;
}

#before-remote .bottom_btn ul li > a {
	
}

#before-remote a em {
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	margin: 32px 0 32px;
	background: #3e4c57;
	border-radius: 10px;
	padding: 20px 0;
	width: 215px;
	transition: all .3s ease-out;
	cursor: pointer;
}

#before-remote .bottom_btn a {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 300;
	color: #394551;
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
}

#before-remote a em.google_play {
	height: 50px;
	background: #3e4c57 url(../images/overview/google_play.png) center no-repeat;
	padding: 0;
}

#before-remote a em.google_play:hover {
	background:  #89b92c url(../images/overview/google_play.png) center no-repeat;
}

#before-remote a em:hover {
	background: #89b92c;
}


#before-remote .bottom_btn {
	text-align: center;
	margin-top: 40px;
	color: #ffffff;
}

#before-remote .bottom_btn p {
	font-size: 16px;
	line-height: 16px;
	margin: 0;
	font-weight: 300;
	text-transform: uppercase;
}


:lang(ru) #before-remote a span,
:lang(th) #before-remote a span {
	font-size: 11px;
}

:lang(fr) #before-remote a em {
	font-size: 14px;
}


#remote-gameplay .action-nav a.remotelayouts-nav.current,
#remote-gameplay .action-nav a.remotelayouts-nav.current:hover {
	background: #00abbf;
}

#remote-gameplay .action-nav a.current,
#remote-gameplay .action-nav a.current:hover {
	background: #3b4c5b;
}

#remote-gameplay .overview-bg2 {
	background: url(../images/remote-overview.jpg) no-repeat 0px top;
	height: 1993px;
	width: 920px;
	margin: 0 auto;
	margin-top: 50px;
}

#remote-gameplay .overview-bg2 .o1 {
	top: 100px;
}

#remote-gameplay .overview-bg2 .o2 {
	top: 390px;
}

#remote-gameplay .overview-bg2 .o3 {
	top: 690px;
}

#remote-gameplay .overview-bg2 .o4 {
	top: 1000px;
}

#remote-gameplay .overview-bg2 .o5 {
	top: 1360px;
}

#remote-gameplay .overview-bg2 .o6 {
	top: 1660px;
}

#remote-gameplay .overview-bg2 .o7 {
	top: 2020px;
}

#remote-video .action-nav a.current,
#remote-video .action-nav a.current:hover {
	background: #10745e;
}

#remote-video {
	background: rgb(37, 41, 44) url(../images/remote-video-head.jpg) no-repeat center top;
}

#remote-gameplay.remote-layouts {
	background: rgb(37, 41, 44) url(../images/remote-layouts-head.jpg) no-repeat center top;
}

#remote-video .remotevideos {
	overflow: hidden;
	margin-left:10px;
	margin-bottom: 50px;
}

#remote-video .remotevideos li {
	width:315px;
	float: left;
	background: #40474c;
	margin-left: 2px;
	margin-bottom: 2px;
	overflow: hidden;
	cursor: pointer;
}

#remote-video .remotevideos li:nth-child(3n+1) {
	margin-left: 0;
}

#remote-video .remotevideos li:hover {
	background: #10745e;
}

#remote-video .remotevideos li:hover em {
	color: #3fa18b;
}

#remote-video .remotevideos figure {
	width: 315px;
	height: 138px;
	display: block;
	position: relative;
}

#remote-video .remotevideos img {
	width: 315px;
	display: block;
	position: relative;
	z-index: 0;
}

#remote-video .remotevideos li:hover figure i {
	background: url(../images/uvideo-on.png) no-repeat center;
}

#remote-video .remotevideos figure i {
	width: 315px;
	height: 138px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../images/uvideo-off.png) no-repeat center;
}

#remote-video .remotevideos h5 {
	margin: 0;
	height: 34px;
	background: url(../images/iconuser.png) no-repeat right top;
	line-height: 34px;
	color: #1f2224;
	font-weight: bold;
	text-indent: 24px;
}

#remote-video .remotevideos article {
	padding: 15px 24px;
	font-size: 14px;
	height: 37px;
}

#remote-video .remotevideos article h2 {
	font-weight: bold;
	color: white;
}

#remote-video .remotevideos article em {
	font-size: 11px;
	color:#626a70;
	font-weight: 300;
}

body #tutorials.remote-gameplay-content {
	background: rgb(37, 41, 44) url(../images/remote-usermanual-head.jpg) no-repeat center top;
}

body #tutorials.remote-gameplay-content .action-nav a.current,
body #tutorials.remote-gameplay-content .action-nav a.current:hover {
	background: #ffba00;
}


#layouts-container .login {
	background: #1f2326;
	padding: 25px;
}

#layouts-container .login input {
	background: #303539;
	padding: 0 10px;
	color: #818a91;
	font-size: 12px;
	border: 0;
	height:34px;
	font-family: 'Roboto', Arial, sans-serif;
}

#layouts-container .login p {
	color: #818a91;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

#layouts-container .login a {
	color: #00abbf;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

#layouts-container .login button {
	border: 0;
	background: #7d8995;
	height:34px;
	color: #1f2326;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 20px;
	margin-right: 20px;
	font-family: 'Roboto', Arial, sans-serif;
	cursor: pointer;
}

#layouts-container .login button:hover {
	background: #00abbf;
}

#layouts-container .login p.logged {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
}

#layouts-container .login p.logged strong {
	color: white;
}

#layouts-container .login p.logged a {
	margin-left: 10px;
}

#layouts-container .tip {
	overflow: hidden;
	background: #42474b;
	padding: 10px;
	margin: 10px 0 20px 0;
}

#layouts-container .tip .tip-content {
	margin: 0 -10px;
	margin-bottom: -10px;
	border-top: 2px solid #25292c;
	margin-top: 10px;
	padding: 0px;
	overflow: hidden;
}

#layouts-container .tip .tip-content article {
	width: 298px;
	float: left;
	padding: 10px;
}

#layouts-container .tip .tip-content article figure {
	text-align: center;
	margin-top: 30px;
}

#layouts-container .tip .tip-content article p {
	overflow: hidden;
	min-height: 100px;
}

#layouts-container .tip .tip-content article p span {
		width: 34px;
	height: 34px;
	display: block;
	float: left;
	background: #00abbf ;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: white;
	vertical-align: top;
}

#layouts-container .tip .tip-content article p strong {
	display: block;
	vertical-align: top;
	width: 250px;
	float: right;
}

#layouts-container .tip .tip-content article p em {
	color: white;
}

#layouts-container .tip .tip-content article:nth-child(2) {
	border-left: 2px solid #25292c;
	border-right: 2px solid #25292c;
}

#layouts-container .tip header {
	overflow: hidden;
}

#layouts-container .tip header span {
	width: 34px;
	height: 34px;
	display: inline-block;
	background: #00abbf ;
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	font-weight: bold;
	color: white;
	vertical-align: middle;
}

#layouts-container .tip header p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
}

#layouts-container .search input {
	display: block;
	width: calc(100% - 20px);
	background: #303539;
	padding: 0 10px;
	color: #818a91;
	font-size: 16px;
	border: 0;
	height:34px;
	font-family: 'Roboto', Arial, sans-serif;

}

#layouts-container .layouts {
	margin-top: 10px;
	margin-bottom: 100px;
}

#layouts-container .layouts > li {
	background: #1f2326;
	margin-bottom: 2px;
	padding: 7px 7px 6px 7px;
}

#layouts-container .layouts > li figure {
	display: inline-block;
	vertical-align: top;
	padding: 4px;
	background: #2b2e35;
}

#layouts-container .layouts > li figure img {
	display: block;
}

#layouts-container .layouts > li section {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-top: 20px;
	max-width: 650px;
}

#layouts-container .layouts > li section h2 {
	font-size: 18px;
	color: white;
	margin-bottom: 20px;
	font-weight: bold;
}

#layouts-container .layouts > li section p {
	font-size: 12px;
}

#layouts-container .layouts > li section nav {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 22px;
}

#layouts-container .layouts > li section nav a {
	font-size: 13px;
	height: 22px;
	line-height: 22px;
	padding: 0 15px;
	margin-right: 2px;
}

#layouts-container .layouts > li section nav a {
	display: block;
	padding: 0 15px;
	height: 22px;
	line-height: 22px;
	background: #7d8a95;
	font-size: 12px;
	text-align: center;
	color: #1f2224;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	float: left;
}

#layouts-container .layouts > li section nav:hover a.current {
	background: #7a8c14;
	color: white;
}

#layouts-container .layouts > li section nav a:hover,
#layouts-container .layouts > li section nav a.current,
#layouts-container .layouts > li section nav:hover a.current:hover {
	background: #00abbf;
	color: white;
}

 #layouts-container .layouts > li section nav a.added {
 	background: #99cb34 !important;
 	color: #1f2224 !important;
 }

 #layouts-container .layouts > li section nav a.locked {
 	background: #353a3e !important;
 	color: #1f2224 !important;
 }

#store {
	background: #25292c !important;
}

#store .masterTooltip {
	text-decoration: none;
	color: #898f99;
	vertical-align: top;
	font-size: 11px;
	font-weight: bold;
}

#store .head {
	background: #1e2127;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}

#store .head img {
	float: right;
}

#store .head .left {
	float: left;
	padding-left: 50px;
	padding-top: 30px;
	width: 400px;
}

#store .head .left h1 {
	color: white;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
}

#store .head .left h1 strong {
	font-weight: 100;
	display: block;
	font-size: 38px;
	margin-top: 15px;
}

html[lang="pl"] #store .head .left h1 strong {
	font-size: 24px;
}

#store table {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}

#store table thead td {
	padding: 25px 0;
	text-align: center;
	font-weight: 700;
}

#store table thead td p {
	color: white;
	font-size: 16px;
	margin-top: 20px;
}

#store table thead td h2 {
	color: white;
	font-size: 30px;
	text-transform: uppercase;
}

#store table thead td.free p,
#store table tfoot td.free p {
	color: #75c300;
}
#store table thead td.home p,
#store table tfoot td.home p {
	color: #f66211;
}
#store table thead td.commercial p,
#store table tfoot td.commercial p {
	color: #09c1de;
}

#store table tbody td {
	padding: 15px 0;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	font-weight: bold;
}

#store table tbody tr td:first-child {
	text-align: left;
	width: 35%;
	font-weight: 300;
	padding-left: 2%;
}

#store table tbody tr td:last-child {
	width: 1%;
}

#store table tbody tr:nth-child(2n-1) td {
	background: #1e2127;
	color: #52687b;
}

#store table tbody tr:nth-child(2n-1) td:first-child {
	color: #898f99;
	font-size: 14px;
	font-weight: 300;
}

#store table tbody tr:nth-child(2n) td {
	background: transparent;
	color: white;
}

#store table tbody tr:nth-child(2n) td:first-child {
	font-size: 14px;
}

#store table tfoot td {
	text-align: center;
	padding: 40px 0;
}

#store table tfoot a {
	width: 90%;
	height: 39px;
	margin-top: 0px;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	line-height: 39px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 10px;
}

:lang(fr) #store table tfoot a {
	font-size: 15px;
}

#store table tfoot p {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

#store table tfoot .underbuy {
	font-size: 16px;
	text-align: center;
	color: #898f99;
	font-weight: 300;
	padding: 10px 0;
	vertical-align: top;
}

#store table tfoot td.free a {
	background: #569f00;
}

#store table tfoot td.home a {
	background: #f66211;
}

#store table tfoot td.commercial a {
	background: #09c1de;
}

#store table tfoot td a {
	transition: all 0.2s linear;
}

#store table tfoot td a:hover {
	background: #1e2127 !important;
}

#download2 {
	padding-bottom: 30px;
}

#download2 h1 {
	color: white;
	font-weight: bold;
	font-size: 36px;
	margin: 50px 0;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
}

#download2 h1 strong {
	font-weight: 700;
	font-size: 36px;
}

#download2 article {
	min-height: 220px;
	background: #242e3a;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#download2 article .award {
	position: absolute;
	top: 20px;
	left: 20px;
}

#download2 article .table {
	display: table-cell;
	height: 230px;
	width: 230px;
	vertical-align: middle;
	text-align: center;
}

#download2 article .image {
	float: left;
	width: 230px;
}

#download2 article .image img {
	display: block;
	margin: 0 auto;
}

#download2 article .links {
	float: right;
	width: 200px;
	margin-right: 35px;
}

#download2 article .links a {
	color: white;
	text-decoration: none;
}

#download2 article .links a.download {
	display: inline-block;
	padding: 18px 0;
	line-height: 39px;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 10px;
	background: #3b4c5b;
}

#download2 article .links a.download:hover{
	background: #89b92c;
}

#download2 article .links a.orange {
	background: #ee7601 !important;
}

#download2 article .links strong {
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 18px;
}

#download2 article .links em {
	color: white;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	display: block;
	text-align: center;
	margin-top: 10px;
}

#download2 #before-remote {
	background: transparent;
}

#download2 article .links .pc strong {
	color: #89b92c;
}

#download2 article .links .android strong {
	color: #89b92c;
}

#download2 article .links .link {
	margin: 20px 0;
}

#download2 article .description {
	float: left;
	width: 460px;
}

#download2 article .description h2 {
	font-size: 23px;
	color: white;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 100;
}

#download2 article .description .table {
	width: 460px;
	text-align: left;
}

#download2 article .description p {
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	font-weight: 300;
	color: #73838f;
}

#download2 .subcontent {
	margin-top: 50px;
}

#download2 .subcontent li > a {
	color: #8a8a8a;
	text-decoration: none;
}

#download2 .subcontent li.opened > a {
	background: url(../images/dl-arrow2.png) no-repeat left center;
}

#download2 .subcontent li {
	overflow: hidden;
}

#download2 .subcontent li div.collapsable {
	display: none;
}

#download2 .subcontent li.opened div.collapsable {
	display: block;
}

#download2 .subcontent article {
	background: #7d8a95;
}

#download2 .info {
	margin-top: 10px;
	margin-bottom: 80px;
}

#download2 .info li a {
	margin-bottom: 5px;
	background: url(../images/dl-arrow.png) no-repeat left 3px;
	padding-left: 20px;
	margin-left: 10px;
	color: #8d9ca8;
}

#slider2 {
	height: 370px;
	 background: #040b11 url(../images/slider_02.jpg) no-repeat center top;
	 position: relative;
}

#slider2:after {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	background: rgba(10,12,16,1);
	background: -moz-linear-gradient(left, rgba(10,12,16,1) 0%, rgba(27,41,46,1) 50%, rgba(10,12,16,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,12,16,1)), color-stop(50%, rgba(27,41,46,1)), color-stop(100%, rgba(10,12,16,1)));
	background: -webkit-linear-gradient(left, rgba(10,12,16,1) 0%, rgba(27,41,46,1) 50%, rgba(10,12,16,1) 100%);
	background: -o-linear-gradient(left, rgba(10,12,16,1) 0%, rgba(27,41,46,1) 50%, rgba(10,12,16,1) 100%);
	background: -ms-linear-gradient(left, rgba(10,12,16,1) 0%, rgba(27,41,46,1) 50%, rgba(10,12,16,1) 100%);
	background: linear-gradient(to right, rgba(10,12,16,1) 0%, rgba(27,41,46,1) 50%, rgba(10,12,16,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0c10', endColorstr='#0a0c10', GradientType=1 );
}

#slider2 .video {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#slider2 .video .video-thumb {
	float: left;
	margin-top: 0;
	margin-left: 0;
}


#slider2 .video .playspot {
	line-height: 48px;
	padding-left: 60px;
	background: url(../button.png) no-repeat left center;
	display: block;
	position: absolute;
	bottom: 15px;
	left: 70px;
	color: white;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 999;
}

#slider2 .right {
	width: 450px;
	float: right;
	text-align: center;
}

#slider2 .video h1 strong {
	font-size: 45px;
	line-height: 45px;
	display: block;
	font-weight: 600;
}

#slider2 .video h1 span {
	font-size: 18px;
	line-height: 18px;
}

#slider2 .video h1 span:after,
#slider2 .video h1 span:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 3px;
	background: #ffffff;
	margin: 5px 10px;
}

#slider2 .video h1 {
	font-size: 45px;
	line-height: 45px;
	font-weight: 400;
	color: white;
	text-transform: uppercase;
}

#slider2 .right {
	margin-top: 50px;
}

#slider2 .right  a {
	display: inline-block;
	line-height: 14px;
	width: 214px;
	font-size: 14px;
	text-align: center;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius: 10px;
}


#slider2 .right a.buy {
	background: transparent;
	border: solid 4px #192731;

}

#slider2 .right a.dl {
	background: #25292C;
	padding: 20px 0;
	margin-right: 10px;
}

#slider2 .right a.dl {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#739b24+1,89b92c+100 */
	background: #739b24; /* Old browsers */
	background: -moz-linear-gradient(45deg, #739b24 1%, #89b92c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #739b24 1%,#89b92c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #739b24 1%,#89b92c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#739b24', endColorstr='#89b92c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#slider2 .right a.dl:hover {
	opacity: 0.6;
}

#slider2 .right a.buy:hover {
	background: #192730;
	opacity: 0.6;
}

.buttons_place:after {
	content: '';
	display: block;
	clear: both;
}

.buttons_place {
	text-align: center;
	margin-top: 30px;
}

.buttons_place a {
	float: left;
	padding: 16px 0;
}

/* section facebook coments home  */

#facebook-users-section {
	background: #4267b2;
	padding: 70px 0;
}
#facebook-users-section .carousel-comments:after {
	content: '';
	display: block;
	clear: both;
}

#facebook-users-section .carousel-comments li {
	float: left;
	margin-left: 15px;
}

#facebook-users-section .carousel-comments li:first-child {
	margin-left: 0;
}

#facebook-users-section .carousel-comments li:after {
	content: '';
	display: block;
	clear: both;
}

#facebook-users-section .fb-comment-embed {
	background: #fff;
	border-radius: 5px;
	margin-right: 12px;
}

#facebook-users-section .fb-comment-embed:last-child {
	margin-right: 0 !important;
}

#facebook-users-section .social_links {
	float: right;
	margin-top: 30px;
}

#facebook-users-section .social_links ul {
	float: left;
}

#facebook-users-section .social_links ul li {
	float: left;
	margin-right: 10px;
}

#facebook-users-section .more {
	float: left;
}

#facebook-users-section .social_links p {
	font-size: 25px;
	line-height: 25px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	margin-top: 7px;
}

#facebook-users-section .social_links a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: underline;
	font-weight: 300;
}

.wrapper:after {
	content: '';
	display: block;
	clear: both;
}

#slider2.other_langs .video h1 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 300;
    margin-top: 60px;
    color: white;
}

#slider2.other_langs .video h1 strong {
	margin: 0;
	font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    text-transform: none;
}

body:lang(es) #slider2.other_langs .video h1,
body:lang(fr) #slider2.other_langs .video h1,
body:lang(hu) #slider2.other_langs .video h1,
body:lang(it) #slider2.other_langs .video h1,
body:lang(ru) #slider2.other_langs .video h1   {
	margin-top: 30px;
}


body:lang(de) .o6,
body:lang(pl) .o6,
body:lang(ja) .o6,
body:lang(zh-tw) .o6,
body:lang(zh-cn) .o6,
body:lang(es) .o6,
body:lang(fr) .o6,
body:lang(hu) .o6,
body:lang(it) .o6,
body:lang(pt-br) .o6,
body:lang(ru) .o6,
body:lang(th) .o6 {
	display: none !important;
}

body:lang(de) .best_features p,
body:lang(pl) .best_features p,
body:lang(zh-tw) .best_features p,
body:lang(es) .best_features p,
body:lang(fr) .best_features p,
body:lang(hu) .best_features p,
body:lang(it) .best_features p,
body:lang(ru) .best_features p {
	width: 140px;
}

body:lang(ru) #slider2 .video .playspot,
body:lang(hu) #slider2 .video .playspot {
	font-size: 14px;
	left: 0;
}

body:lang(de) #slider2 .video .playspot,
body:lang(pl) #slider2 .video .playspot,
body:lang(fr) #slider2 .video .playspot,
body:lang(it) #slider2 .video .playspot,
body:lang(pt-br) #slider2 .video .playspot  {
	font-size: 12px;
}

body:lang(pl) #before-remote ul li > span strong {
	margin-top: 20px;
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}

body:lang(zh-tw) #slider_monflo .head_line, 
body:lang(zh-cn) #slider_monflo .head_line,
body:lang(es) #slider_monflo .head_line,
body:lang(fr) #slider_monflo .head_line,
body:lang(hu) #slider_monflo .head_line,
body:lang(pt-br) #slider_monflo .head_line,
body:lang(ru) #slider_monflo .head_line,
body:lang(th) #slider_monflo .head_line,
body:lang(ja) #slider_monflo .head_line {
	padding-top: 70px;
}

body:lang(it) #slider_monflo .head_line {
	padding-top: 50px;
}

body:lang(zh-tw) #slider_monflo .head_line h2,
body:lang(zh-cn) #slider_monflo .head_line h2,
body:lang(es) #slider_monflo .head_line h2,
body:lang(fr) #slider_monflo .head_line h2,
body:lang(hu) #slider_monflo .head_line h2,
body:lang(ru) #slider_monflo .head_line h2 {
	font-size: 36px !important;
	line-height: 36px !important;
}

body:lang(ja) #slider_monflo .head_line h2 {
	font-size: 36px !important;
	line-height: 48px !important; 
}

body:lang(it) #slider_monflo .head_line h2,
body:lang(pt-br) #slider_monflo .head_line h2 {
	font-size: 46px;
	line-height: 46px;
}

body:lang(th) #slider_monflo .head_line h2 {
	font-size: 64px;
	line-height: 42px;
}

body:lang(de) #slider_monflo .head_line h2,
body:lang(pl) #slider_monflo .head_line h2 {
	font-size: 56px;
}

body:lang(es) #slider_monflo .head_line h2 .small,
body:lang(fr) #slider_monflo .head_line h2 .small,
body:lang(hu) #slider_monflo .head_line h2 .small,
body:lang(pt-br) #slider_monflo .head_line h2 .small,
body:lang(ru) #slider_monflo .head_line h2 .small,
body:lang(th) #slider_monflo .head_line h2 .small,
body:lang(ja) #slider_monflo .head_line h2 .small {
	font-size: 24px;
	line-height: 24px;
	display: inline-block;
}

body:lang(de) #slider_monflo .head_line h2 .small_line {
	font-size: 17px;
	line-height: 17px;
}

body:lang(pl) #slider_monflo .head_line h2 .small_line {
	font-size: 20px;
	line-height: 20px;
}

body:lang(it) #slider_monflo .head_line h2 .small_line  {
	font-size: 16px !important;
	line-height: 36px !important;
	display: block;
}

body:lang(hu) #slider_monflo .head_line .learn_more p,
body:lang(it) #slider_monflo .head_line .learn_more p,
body:lang(pt-br) #slider_monflo .head_line .learn_more p,
body:lang(ru) #slider_monflo .head_line .learn_more p,
body:lang(de) #slider_monflo .head_line .learn_more p,
body:lang(ja) #slider_monflo .head_line .learn_more p  {
	font-size: 15px;
}

body:lang(es) #subslider h2.sloogan,
body:lang(pt-br) #subslider h2.sloogan {
	font-size: 15px;
}

body:lang(fr) #footer-download article {
	margin-top: 125px;
	width: 556px;
}

body:lang(it) #footer-download article,
body:lang(pt-br) #footer-download article,
body:lang(ru) #footer-download article,
body:lang(es) #footer-download article,
body:lang(hu) #footer-download article  {
	margin-top: 145px;
	width: 556px;
}

body:lang(zh-tw) #footer-download article,
body:lang(zh-cn) #footer-download article {
	width: 556px;
}

/* yt lang */

body:lang(es) #section3 ul li a .info,
body:lang(fr) #section3 ul li a .info,
body:lang(hu) #section3 ul li a .info,
body:lang(it) #section3 ul li a .info,
body:lang(pt-br) #section3 ul li a .info,
body:lang(ru) #section3 ul li a .info {
	width: 92px;
}

body:lang(es) #section3 ul li a .info .title,
body:lang(fr) #section3 ul li a .info .title,
body:lang(hu) #section3 ul li a .info .title,
body:lang(it) #section3 ul li a .info .title,
body:lang(pt-br) #section3 ul li a .info .title,
body:lang(ru) #section3 ul li a .info .title {
	font-size: 9px;
}



