/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 28, 2014 */
@font-face {
	font-family: 'nexa_boldregular';
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexa-bold-webfont.eot);
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexa-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/stylesheets/fonts/fontfabric_-_nexa-bold-webfont.woff) format('woff'), url(/assets/stylesheets/fonts/fontfabric_-_nexa-bold-webfont.ttf) format('truetype'), url(/assets/stylesheets/fonts/fontfabric_-_nexa-bold-webfont.svg#nexa_boldregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nexa_lightregular';
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexa-light-webfont.eot);
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexa-light-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/stylesheets/fonts/fontfabric_-_nexa-light-webfont.woff) format('woff'), url(/assets/stylesheets/fonts/fontfabric_-_nexa-light-webfont.ttf) format('truetype'), url(/assets/stylesheets/fonts/fontfabric_-_nexa-light-webfont.svg#nexa_lightregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nexa_blackregular';
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexablack-webfont.eot);
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexablack-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/stylesheets/fonts/fontfabric_-_nexablack-webfont.woff) format('woff'), url(/assets/stylesheets/fonts/fontfabric_-_nexablack-webfont.ttf) format('truetype'), url(/assets/stylesheets/fonts/fontfabric_-_nexablack-webfont.svg#nexa_blackregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'nexa_regularregular';
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexaregular-webfont.eot);
	src: url(/assets/stylesheets/fonts/fontfabric_-_nexaregular-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/stylesheets/fonts/fontfabric_-_nexaregular-webfont.woff) format('woff'), url(/assets/stylesheets/fonts/fontfabric_-_nexaregular-webfont.ttf) format('truetype'), url(/assets/stylesheets/fonts/fontfabric_-_nexaregular-webfont.svg#nexa_regularregular) format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	color: #aa1834;
	-webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-ms-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
	text-decoration: none;
}

a:hover {
	color: #aa1834 !important;
	text-decoration: underline;
}

a img {
	border: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

p + p {
	margin-top: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
}

strong {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
}

.stdtext {
	font-size: 1.6em;
	line-height: 1.3em;
}

.stdtitle {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
}

.page {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
	padding: 0 10px;
}

.page:before,
.page:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page:after {
	clear: both;
}

/* Fonts */
/* Form */
input,
select,
textarea {
	font-size: 1em;
	font-family: inherit;
}

.fieldbox {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #9a9a9a;
	-webkit-box-shadow: inset 3px 3px 0 #ededed;
	-moz-box-shadow: inset 3px 3px 0 #ededed;
	box-shadow: inset 3px 3px 0 #ededed;
	padding: 5px 8px 4px;
	font-family: inherit;
	font-size: 1em;
	color: #494949;
}

.fieldbox.w10 {
	width: 10%;
}

.fieldbox.w20 {
	width: 20%;
}

.fieldbox.w30 {
	width: 30%;
}

.fieldbox.w40 {
	width: 40%;
}

.fieldbox.w50 {
	width: 50%;
}

.fieldbox.w60 {
	width: 60%;
}

.fieldbox.w70 {
	width: 70%;
}

.fieldbox.w80 {
	width: 80%;
}

.fieldbox.w90 {
	width: 90%;
}

.fieldbox.w100,
.fieldbox.wide {
	width: 100%;
}

.fieldbox.error {
	border-color: #c00;
}

.nobutton {
	background: transparent;
	margin: 0;
	padding: 0;
	border: 0;
	cursor: pointer;
}

.button,
.button:hover {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	padding: 9px 25px 10px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1em;
	color: #fff !important;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px 5px 5px 5px;
	-moz-border-radius: 6px 6px 6px 6px 5px 5px 5px;
	border-radius: 6px 6px 6px 6px 5px 5px 5px;
	-webkit-box-shadow: 0px 10px 6px -7px rgba(86, 90, 93, 0.5);
	-moz-box-shadow: 0px 10px 6px -7px rgba(86, 90, 93, 0.5);
	box-shadow: 0px 10px 6px -7px rgba(86, 90, 93, 0.5);
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	-moz-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border: 1px solid #313435;
	text-shadow: 0px 1px 0px #000000;
	background-color: #313435;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#565a5d), to(#313435));
	background-image: -moz-linear-gradient(top, #565a5d, #313435);
	background-image: -ms-linear-gradient(top, #565a5d, #313435);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565a5d), color-stop(100%, #313435));
	background-image: -webkit-linear-gradient(top, #565a5d, #313435);
	background-image: -o-linear-gradient(top, #565a5d, #313435);
	background-image: linear-gradient(top, #565a5d, #313435);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565a5d', endColorstr='#313435', GradientType=0);
}

.button:hover,
.button:hover:hover {
	background-color: #565a5d;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#313435), to(#565a5d));
	background-image: -moz-linear-gradient(top, #313435, #565a5d);
	background-image: -ms-linear-gradient(top, #313435, #565a5d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313435), color-stop(100%, #565a5d));
	background-image: -webkit-linear-gradient(top, #313435, #565a5d);
	background-image: -o-linear-gradient(top, #313435, #565a5d);
	background-image: linear-gradient(top, #313435, #565a5d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313435', endColorstr='#565a5d', GradientType=0);
}

.button:active,
.button:hover:active {
	position: relative;
	top: 1px;
}

.button.orange,
.button:hover.orange {
	background-color: #e39d24;
}

.button.red,
.button:hover.red {
	-webkit-box-shadow: 0px 10px 6px -7px rgba(215, 47, 79, 0.5);
	-moz-box-shadow: 0px 10px 6px -7px rgba(215, 47, 79, 0.5);
	box-shadow: 0px 10px 6px -7px rgba(215, 47, 79, 0.5);
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	-moz-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border: 1px solid #9c1e36;
	text-shadow: 0px 1px 0px #060102;
	background-color: #9c1e36;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d72f4f), to(#9c1e36));
	background-image: -moz-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: -ms-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d72f4f), color-stop(100%, #9c1e36));
	background-image: -webkit-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: -o-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: linear-gradient(top, #d72f4f, #9c1e36);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d72f4f', endColorstr='#9c1e36', GradientType=0);
}

.button.red:hover,
.button:hover.red:hover {
	background-color: #d72f4f;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#9c1e36), to(#d72f4f));
	background-image: -moz-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: -ms-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c1e36), color-stop(100%, #d72f4f));
	background-image: -webkit-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: -o-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: linear-gradient(top, #9c1e36, #d72f4f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c1e36', endColorstr='#d72f4f', GradientType=0);
}

.button.red:active,
.button:hover.red:active {
	position: relative;
	top: 1px;
}

.button.green,
.button:hover.green {
	-webkit-box-shadow: 0px 10px 6px -7px rgba(43, 205, 192, 0.5);
	-moz-box-shadow: 0px 10px 6px -7px rgba(43, 205, 192, 0.5);
	box-shadow: 0px 10px 6px -7px rgba(43, 205, 192, 0.5);
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	-moz-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border: 1px solid #1e8e85;
	text-shadow: 0px 1px 0px #000000;
	background-color: #1e8e85;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#2bcdc0), to(#1e8e85));
	background-image: -moz-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: -ms-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bcdc0), color-stop(100%, #1e8e85));
	background-image: -webkit-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: -o-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: linear-gradient(top, #2bcdc0, #1e8e85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bcdc0', endColorstr='#1e8e85', GradientType=0);
}

.button.green:hover,
.button:hover.green:hover {
	background-color: #2bcdc0;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1e8e85), to(#2bcdc0));
	background-image: -moz-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: -ms-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e8e85), color-stop(100%, #2bcdc0));
	background-image: -webkit-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: -o-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: linear-gradient(top, #1e8e85, #2bcdc0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e8e85', endColorstr='#2bcdc0', GradientType=0);
}

.button.green:active,
.button:hover.green:active {
	position: relative;
	top: 1px;
}

.button.light,
.button:hover.light {
	background-color: #f2f2f2;
	color: #494949 !important;
}

.button.thin,
.button:hover.thin {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	padding: 7px 50px;
}

.button.big,
.button:hover.big {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	padding: 0.4em 70px;
	background-color: #949494;
}

.button.small,
.button:hover.small {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}

.button.video,
.button:hover.video {
	padding-left: 43px;
	background-repeat: no-repeat;
	background-position: 20px 55%;
	background-image: url(/assets/img/button-ico/video.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.button.video,
	.button:hover.video {
		background-image: url(/assets/img/button-ico/video@2x.png);
		background-size: 17px 13px;
	}
}

.button span,
.button:hover span {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.button.send span,
.button:hover.send span {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	min-height: 20px;
	height: auto !important;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	background-image: url(/assets/img/shape/send.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.button.send span,
	.button:hover.send span {
		background-image: url(/assets/img/shape/send@2x.png);
		background-size: 21px 20px;
	}
}

.button.play span,
.button:hover.play span {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	min-height: 12px;
	height: auto !important;
	height: 12px;
	padding-left: 16px;
	background-image: url(/assets/img/shape/arrow-right-white.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.button.play span,
	.button:hover.play span {
		background-image: url(/assets/img/shape/arrow-right-white@2x.png);
		background-size: 9px 12px;
	}
}

.button.left_arrow span,
.button:hover.left_arrow span {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	min-height: 13px;
	height: auto !important;
	height: 13px;
	padding-left: 14px;
	background-image: url(/assets/img/shape/arrow-left-white.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.button.left_arrow span,
	.button:hover.left_arrow span {
		background-image: url(/assets/img/shape/arrow-left-white@2x.png);
		background-size: 8px 12px;
	}
}

.myButton {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c72848), color-stop(1, #a81b37));
	background: -moz-linear-gradient(top, #c72848 5%, #a81b37 100%);
	background: -webkit-linear-gradient(top, #c72848 5%, #a81b37 100%);
	background: -o-linear-gradient(top, #c72848 5%, #a81b37 100%);
	background: -ms-linear-gradient(top, #c72848 5%, #a81b37 100%);
	background: linear-gradient(to bottom, #c72848 5%, #a81b37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c72848', endColorstr='#a81b37', GradientType=0);
	background-color: #c72848;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #c91237;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	padding: 6px 12px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #5b8a3c;
}

.myButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a81b37), color-stop(1, #c72848));
	background: -moz-linear-gradient(top, #a81b37 5%, #c72848 100%);
	background: -webkit-linear-gradient(top, #a81b37 5%, #c72848 100%);
	background: -o-linear-gradient(top, #a81b37 5%, #c72848 100%);
	background: -ms-linear-gradient(top, #a81b37 5%, #c72848 100%);
	background: linear-gradient(to bottom, #a81b37 5%, #c72848 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a81b37', endColorstr='#c72848', GradientType=0);
	background-color: #a81b37;
}

.myButton:active {
	position: relative;
	top: 1px;
}

/* Table */
.tableA {
	font-size: 1em;
	width: 100%;
	border-collapse: collapse;
}

.tableA th,
.tableA td {
	font-size: 1.6em;
	line-height: 1.3em;
	vertical-align: middle;
	font-weight: normal;
	padding: 5px;
}

.tableA th {
	text-align: left;
}

.tableA td {
	text-align: center;
}

.tableA tr.highlighted th,
.tableA tr.highlighted td {
	background: #f2f2f2;
	border-left-color: #fff;
}

.tableA tr:first-child th {
	background: #272727;
	color: #fff;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

.tableA tr:first-child th:first-child {
	background-color: transparent;
}

html,
body {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: nexa_regularregular, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 10px;
	line-height: 1.2em;
	background: #fff;
	color: #494949;
	-webkit-text-size-adjust: none;
}

html #container,
body #container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 100%;
	padding-bottom: 325px;
}

html #header,
body #header {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	zoom: 1;
	position: relative;
	z-index: 100;
	padding: 17px 10px 0;
	height: 70px;
	max-width: 960px;
	margin: 0 auto 70px;
}

html #header:before,
body #header:before,
html #header:after,
body #header:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

html #header:after,
body #header:after {
	clear: both;
}

html #header #logo,
body #header #logo {
	float: left;
	margin-right: 25px;
	margin-top: 10px;
}

html #header #logo img,
body #header #logo img {
	display: block;
	width: 145px;
	height: auto;
}

@media screen and (max-width: 990px) {
	html #header #logo,
	body #header #logo {
		margin-top: -3px;
	}
}

html #header #menu_trigger,
body #header #menu_trigger {
	display: none;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px 5px 5px 5px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	-o-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
	position: absolute;
	right: 15px;
	top: 15px;
	width: 20px;
	height: 20px;
	background: url(/assets/img/layout/menu_trigger.png) no-repeat 50% 50%;
	background-size: 20px 20px;
	border: 1px solid #000;
	padding: 8px;
}

html #header #menu_trigger:hover,
body #header #menu_trigger:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

@media screen and (max-width: 990px) {
	html #header #menu_trigger,
	body #header #menu_trigger {
		display: block;
	}
}

html #header #menu,
body #header #menu {
	position: relative;
	float: right;
	margin-right: 20px;
}

html #header #menu > ul,
body #header #menu > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

@media screen and (min-width: 991px) {
	html #header #menu > ul,
	body #header #menu > ul {
		display: block !important;
	}
}

html #header #menu > ul > li,
body #header #menu > ul > li {
	float: left;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-top: 0.8em;
	padding: 0 10px;
}

html #header #menu > ul > li.user_menu,
body #header #menu > ul > li.user_menu {
	display: none;
}

html #header #menu > ul > li.active > a,
body #header #menu > ul > li.active > a {
	color: #373737 !important;
}

html #header #menu > ul > li > a,
body #header #menu > ul > li > a,
html #header #menu > ul > li > a:hover,
body #header #menu > ul > li > a:hover {
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #ababab !important;
}

html #header #menu > ul > li ul,
body #header #menu > ul > li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	margin-top: 1.6em;
	display: none;
}

html #header #menu > ul > li ul li,
body #header #menu > ul > li ul li {
	margin-top: 1px;
	font-size: 1.1em;
	line-height: 1.3em;
	text-transform: lowercase;
	text-align: center;
	white-space: nowrap;
}

html #header #menu > ul > li ul li a,
body #header #menu > ul > li ul li a {
	display: block;
	color: #fff !important;
	padding: 0.1em 10px;
	background: rgba(189, 6, 73, 0.94);
	text-decoration: none;
}

html #header #menu > ul > li ul li.active a,
body #header #menu > ul > li ul li.active a,
html #header #menu > ul > li ul li a:hover,
body #header #menu > ul > li ul li a:hover {
	background-color: rgba(62, 8, 47, 0.94);
}

html #header #menu > ul > li:hover ul,
body #header #menu > ul > li:hover ul {
	/*display: block;*/

}

@media screen and (max-width: 990px) {
	html #header #menu,
	body #header #menu {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	html #header #menu > ul,
	body #header #menu > ul {
		display: none;
		float: right;
		margin: 0 15px 0 0;
		padding: 0;
		width: 50%;
		min-width: 300px;
		width: auto !important;
		width: 300px;
		max-width: 100%;
	}

	html #header #menu > ul li,
	body #header #menu > ul li {
		float: none;
		display: block;
		margin: 0 0 1px 0;
		padding: 0;
	}

	html #header #menu > ul li.user_menu,
	body #header #menu > ul li.user_menu {
		display: block;
	}

	html #header #menu > ul li a,
	body #header #menu > ul li a,
	html #header #menu > ul li a:hover,
	body #header #menu > ul li a:hover {
		float: none;
		display: block;
		text-align: center;
		margin: 0;
		padding: 0.6em 0 0.4em 0;
		background: rgba(189, 6, 73, 0.94);
		color: #fff !important;
	}

	html #header #menu > ul li.active a,
	body #header #menu > ul li.active a {
		color: #fff !important;
	}

	html #header #menu > ul > li:hover ul,
	body #header #menu > ul > li:hover ul {
		float: none;
		display: none;
	}
}

html #header #menu_user,
body #header #menu_user {
	float: right;
}

html #header #menu_user .logged,
body #header #menu_user .logged {
	position: relative;
}

html #header #menu_user .logged .username,
body #header #menu_user .logged .username {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	text-align: right;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 13px 0 0 20px;
	white-space: nowrap;
}

html #header #menu_user .logged .username a,
body #header #menu_user .logged .username a {
	color: #494949;
}

html #header #menu_user .logged .username a:hover,
body #header #menu_user .logged .username a:hover {
	text-decoration: none;
}

html #header #menu_user .logged .username .avatar,
body #header #menu_user .logged .username .avatar {
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px 5px 5px 5px;
	-moz-border-radius: 10px 10px 10px 10px 5px 5px 5px;
	border-radius: 10px 10px 10px 10px 5px 5px 5px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

html #header #menu_user .logged .actions,
body #header #menu_user .logged .actions {
	color: #494949;
	display: none;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px 5px 5px 5px;
	-moz-border-radius: 3px 3px 3px 3px 5px 5px 5px;
	border-radius: 3px 3px 3px 3px 5px 5px 5px;
	position: absolute;
	right: 0;
	margin: 7px 0 0 0;
	padding: 0;
	border: 1px solid #cdcdcd;
	background: #fff;
	min-width: 200px;
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}

html #header #menu_user .logged .actions:after,
body #header #menu_user .logged .actions:after,
html #header #menu_user .logged .actions:before,
body #header #menu_user .logged .actions:before {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

html #header #menu_user .logged .actions:after,
body #header #menu_user .logged .actions:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}

html #header #menu_user .logged .actions:before,
body #header #menu_user .logged .actions:before {
	border-color: rgba(205, 205, 205, 0);
	border-bottom-color: #cdcdcd;
	border-width: 6px;
	margin-left: -6px;
}

html #header #menu_user .logged .actions ul,
body #header #menu_user .logged .actions ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: nexa_regularregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.2em;
}

html #header #menu_user .logged .actions ul li,
body #header #menu_user .logged .actions ul li {
	border-top: 1px solid #cdcdcd;
}

html #header #menu_user .logged .actions ul li:first-child,
body #header #menu_user .logged .actions ul li:first-child {
	border-top: 0;
}

html #header #menu_user .logged .actions ul li.email,
body #header #menu_user .logged .actions ul li.email {
	padding: 10px 15px;
}

html #header #menu_user .logged .actions ul li a,
body #header #menu_user .logged .actions ul li a {
	display: block;
	color: #494949;
	padding: 8px 15px 8px 35px;
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

html #header #menu_user .logged .actions ul li a:hover,
body #header #menu_user .logged .actions ul li a:hover {
	color: #494949 !important;
	text-decoration: none;
}

html #header #menu_user .logged .actions ul li.edit a,
body #header #menu_user .logged .actions ul li.edit a {
	background-image: url(/assets/img/shape/settings.png);
	background-size: 13px 13px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	html #header #menu_user .logged .actions ul li.edit a,
	body #header #menu_user .logged .actions ul li.edit a {
		background-image: url(/assets/img/shape/settings@2x.png);
		background-size: 13px 13px auto;
	}
}

html #header #menu_user .logged .actions ul li.logout a,
body #header #menu_user .logged .actions ul li.logout a {
	background-image: url(/assets/img/shape/x-black.png);
	background-size: 9px 9px;
	background-position: 17px 12px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	html #header #menu_user .logged .actions ul li.logout a,
	body #header #menu_user .logged .actions ul li.logout a {
		background-image: url(/assets/img/shape/x-black@2x.png);
		background-size: 9px 9px auto;
	}
}

html #header #menu_user ul.notlogged,
body #header #menu_user ul.notlogged {
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.2em;
	line-height: 1.5em;
	margin-top: 0.75em;
}

html #header #menu_user ul.notlogged:before,
body #header #menu_user ul.notlogged:before,
html #header #menu_user ul.notlogged:after,
body #header #menu_user ul.notlogged:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

html #header #menu_user ul.notlogged:after,
body #header #menu_user ul.notlogged:after {
	clear: both;
}

html #header #menu_user ul.notlogged li,
body #header #menu_user ul.notlogged li {
	float: left;
	margin-left: 10px;
}

html #header #menu_user ul.notlogged li a,
body #header #menu_user ul.notlogged li a {
	float: left;
	text-transform: uppercase;
	color: #fff !important;
	padding: 0.2em 1.5em;
	text-decoration: none;
}

html #header #menu_user ul.notlogged li.signup a,
body #header #menu_user ul.notlogged li.signup a {
	background: #00dbde;
}

html #header #menu_user ul.notlogged li.signin a,
body #header #menu_user ul.notlogged li.signin a {
	background: #ff0053;
}

html #header #menu_user .forms_content,
body #header #menu_user .forms_content {
	position: absolute;
	right: 10px;
	top: 52px;
	width: 220px;
	display: none;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #9e9e9e;
	z-index: 10;
}

html #header #menu_user .forms_content a,
body #header #menu_user .forms_content a {
	color: #9e9e9e;
	text-decoration: none;
}

html #header #menu_user .forms_content .nobutton,
body #header #menu_user .forms_content .nobutton {
	color: #aa1834;
}

html #header #menu_user .forms_content form,
body #header #menu_user .forms_content form {
	margin: 0 0 3px 0;
	padding: 6px 6px 12px 6px;
	border: 1px solid #cdcdcd;
	background: #fff;
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

html #header #menu_user .forms_content form .f_title,
body #header #menu_user .forms_content form .f_title {
	margin: 0 0 6px 4px;
}

html #header #menu_user .forms_content form .field,
body #header #menu_user .forms_content form .field {
	margin: 4px 0;
}

html #header #menu_user .forms_content form .actions,
body #header #menu_user .forms_content form .actions {
	margin: 0.5em 0 0 0;
	text-align: right;
	font-size: 0.75em;
	line-height: 1em;
}

html #header #menu_user .forms_content.visible,
body #header #menu_user .forms_content.visible {
	display: block;
}

@media screen and (max-width: 990px) {
	html #header #menu_user,
	body #header #menu_user {
		display: none;
	}
}

html #menu2,
body #menu2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

html #menu2 > ul,
body #menu2 > ul {
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: nexa_regularregular, Arial, sans-serif;
	font-weight: normal;
	margin-top: -23px;
	padding-top: 0.6em;
	float: right;
	font-size: 1.5em;
	line-height: 1.2em;
	background: url(/assets/img/layout/menu2_bg.png) no-repeat 50% 0;
	background-size: 100% 1px;
}

html #menu2 > ul:before,
body #menu2 > ul:before,
html #menu2 > ul:after,
body #menu2 > ul:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

html #menu2 > ul:after,
body #menu2 > ul:after {
	clear: both;
}

html #menu2 > ul li,
body #menu2 > ul li {
	float: left;
	margin-left: 17px;
}

html #menu2 > ul li:first-child,
body #menu2 > ul li:first-child {
	margin-left: 0;
}

html #menu2 > ul li a,
body #menu2 > ul li a {
	color: #b2b2b2;
	float: left;
}

html #menu2 > ul li a:hover,
body #menu2 > ul li a:hover {
	color: #373737 !important;
	text-decoration: none;
}

html #menu2 > ul li.active a,
body #menu2 > ul li.active a {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	color: #373737 !important;
}

html #menu2 form,
body #menu2 form {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: none;
	position: relative;
	margin: 0 auto;
	max-width: 300px;
	min-width: 200px;
	font-size: 1.4em;
	text-align: center;
}

@media screen and (max-width: 990px) {
	html #menu2,
	body #menu2 {
		margin: -35px auto 0 auto;
		height: 70px;
		overflow: visible;
	}

	html #menu2 ul,
	body #menu2 ul {
		display: none;
	}

	html #menu2 form,
	body #menu2 form {
		display: block;
	}
}

html #pagebody,
body #pagebody {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 120px;
}

@media (max-width: 640px) {
	html #pagebody,
	body #pagebody {
		padding-bottom: 30px;
	}
}

html #path,
body #path {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	padding: 0 10px;
	font-size: 1.4em;
	line-height: 1.2em;
	display: block;
	margin-top: -58.333333333333336px;
	margin-bottom: 113px;
}

html #path ul,
body #path ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	zoom: 1;
}

html #path ul:before,
body #path ul:before,
html #path ul:after,
body #path ul:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

html #path ul:after,
body #path ul:after {
	clear: both;
}

html #path ul li,
body #path ul li {
	float: left;
	display: none;
}

html #path ul li:after,
body #path ul li:after {
	content: "»";
	margin: 0 5px;
}

html #path ul li:last-child:after,
body #path ul li:last-child:after {
	content: "";
}

html #path ul li a,
body #path ul li a {
	color: #494949;
	float: left;
}

@media (max-width: 990px) {
	html #path,
	body #path {
		text-align: center;
		position: absolute;
		width: 100%;
		margin-top: -90px;
		margin-bottom: 0;
	}

	html #path ul,
	body #path ul,
	html #path ul li,
	body #path ul li,
	html #path ul li a,
	body #path ul li a {
		display: inline-block;
	}
}

html #footer,
body #footer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 325px;
	margin-top: -325px;
}

#footer {
	position: relative;
	line-height: 1.2em;
	background: #272727;
	color: #777777;
}

#footer #footer_content {
	padding: 0 10px;
	margin: 0 auto;
	max-width: 960px;
}

#footer #footer_content a {
	color: #777777;
	text-decoration: none;
}

#footer #footer_content a:hover {
	color: #fff !important;
}

#footer #footer_content #footer_sections {
	zoom: 1;
	padding-top: 20px;
}

#footer #footer_content #footer_sections:before,
#footer #footer_content #footer_sections:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

#footer #footer_content #footer_sections:after {
	clear: both;
}

#footer #footer_content #footer_sections #footer_menu {
	float: left;
	width: 150px;
	margin-right: 20px;
	font-size: 1.7em;
	line-height: 1.2em;
}

#footer #footer_content #footer_sections #footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer #footer_content #footer_sections #footer_menu ul li {
	margin-bottom: 0.4em;
}

#footer #footer_content #footer_sections #footer_menu ul li a:before {
	content: "/";
	font-weight: normal;
}

#footer #footer_content #footer_sections #footer_menu ul li.active a {
	color: #fff;
}

#footer #footer_content #footer_sections #footer_newsletter {
	float: left;
	width: 200px;
	font-size: 1.6em;
	line-height: 1.2em;
}

#footer #footer_content #footer_sections #footer_newsletter label {
	display: block;
	margin-bottom: 0.2em;
}

#footer #footer_content #footer_sections #footer_newsletter .actions {
	margin-top: 0.5em;
	text-align: right;
}

#footer #footer_content #footer_sections #footer_newsletter .actions .button {
	font-size: 0.9em;
	padding: 0.3em 1.5em;
}

#footer #footer_content #footer_sections #footer_downloads {
	float: left;
}

#footer #footer_content #footer_sections #footer_downloads .title {
	font-size: 1.6em;
	line-height: 1.2em;
}

#footer #footer_content #footer_sections #footer_downloads .total {
	font-size: 3.8em;
	line-height: 1.1em;
}

#footer #footer_content #footer_sections #footer_fb {
	float: right;
	width: 260px;
	margin-left: 30px;
}

#footer #footer_content #footer_sections #footer_fb .link_follow {
	display: none;
}

#footer #footer_content #footer_sections #footer_twitter {
	float: right;
	width: 260px;
	margin-left: 30px;
}

#footer #footer_content #footer_sections #footer_twitter .link_follow {
	display: none;
}

#footer #footer_content #footer_copy {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	color: #494949;
}

#footer #footer_content #footer_copy .content {
	height: 35px;
	line-height: 35px;
	zoom: 1;
	text-align: center;
}

#footer #footer_content #footer_copy .content:before,
#footer #footer_content #footer_copy .content:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

#footer #footer_content #footer_copy .content:after {
	clear: both;
}

#footer #footer_content #footer_copy .content a {
	color: inherit;
}

#footer #footer_content #footer_copy .content a:hover {
	color: #aa1834 !important;
}

#footer #footer_content #footer_copy .content #footer_logo {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

}

#footer #footer_content #footer_copy .content #footer_logo img {
	margin: 8px 0 0 0;
	width: 68px;
	height: auto;
}

#footer #footer_content #footer_copy .content #footer_copy_content {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	font-size: 1.2em;
}

#footer #footer_content #footer_copy .content #footer_copy_content span {
	margin-left: 35px;
}

body.homepage #header {
	color: #fff;
}

body.homepage #header #logo a {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	display: block;
	width: 145px;
	background: url(/assets/img/layout/logo_white.png) no-repeat 0 0;
	background-size: 100% auto;
}

body.homepage #header #logo img {
	display: inline;
}

body.homepage #header #menu_trigger {
	border-color: #fff;
	background-image: url(/assets/img/layout/menu_trigger_white.png);
}

body.homepage #header #menu > ul > li > a,
body.homepage #header #menu > ul > li > a:hover {
	color: #fff !important;
}

body.homepage #header #menu_user .logged .username,
body.homepage #header #menu_user .logged .username a {
	color: #fff !important;
}

@media screen and (max-width: 990px) {
	#footer #footer_content {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}

	#footer #footer_content #footer_sections #footer_newsletter {
		width: 160px;
	}

	#footer #footer_content #footer_sections #footer_menu {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	#container {
		padding-bottom: 185px !important;
	}

	#footer {
		height: 185px !important;
		margin-top: -185px !important;
	}

	#footer #footer_content #footer_sections #footer_menu {
		display: none;
	}

	#footer #footer_content #footer_sections #footer_newsletter {
		float: none;
		width: auto;
	}

	#footer #footer_content #footer_sections #footer_fb {
		display: none;
		position: absolute;
		top: 110px;
		left: 10px;
		width: auto;
		margin: 0;
	}

	#footer #footer_content #footer_sections #footer_fb .link_follow {
		display: block;
	}

	#footer #footer_content #footer_sections #footer_fb .widget_content {
		display: none;
	}

	#footer #footer_content #footer_sections #footer_twitter {
		display: none;
		position: absolute;
		top: 110px;
		left: 95px;
		width: auto;
	}

	#footer #footer_content #footer_sections #footer_twitter .link_follow {
		display: block;
	}

	#footer #footer_content #footer_sections #footer_twitter .widget_content {
		display: none;
	}

	#footer #footer_content #footer_copy .content {
		width: auto;
		font-size: 0.8em;
	}

	#footer #footer_content #footer_copy .content #footer_logo {
		display: none;
	}

	#footer #footer_content #footer_copy .content #footer_copy_content {
		width: auto;
		float: none;
		text-align: center;
	}

	#footer #footer_content #footer_copy .content #footer_copy_content span {
		margin: 0;
	}

	#footer #footer_content #footer_copy .content #footer_copy_content span.address {
		display: none;
	}
}

.customSelect {
	/* This is the default class that is used */

	/* Put whatever custom styles you want here */

	padding-right: 20px;
}

.customSelect.customSelectHover {
	/* Styles for when the select box is hovered */

}

.customSelect.customSelectOpen {
	/* Styles for when the select box is open */

}

.customSelect.customSelectFocus {
	/* Styles for when the select box is in focus */

}

.customSelect.customSelectDisabledOption {
	/* Styles for when the selected item is a disabled one */

}

.customSelect.customSelectDisabled {
	/* Styles for when the select box itself is disabled */

}

.customSelect .customSelectInner[style] {
	/* You can style the inner box too */

	padding-right: 20px;
	width: auto !important;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(/assets/img/shape/arrow-down-gray.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.customSelect .customSelectInner[style] {
		background-image: url(/assets/img/shape/arrow-down-gray@2x.png);
		background-size: 11px 8px;
	}
}

.ludei.DivSelectyze {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin: 0;
}

.ludei.DivSelectyze .selectyzeValue {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px 5px 5px 5px;
	width: 100%;
	position: relative;
	display: block;
	text-decoration: none;
	color: #494949 !important;
	text-shadow: 1px 1px 0px #fff;
	text-align: left;
	background: #f5f5f5;
	font-size: 1em;
	line-height: 1.2em;
	padding: 0.6em;
	border: 1px solid #ccc;
}

.ludei.DivSelectyze .selectyzeValue:after {
	position: absolute;
	content: "";
	left: 92%;
	top: 50%;
	width: 10px;
	height: 7px;
	margin: -4px 0 0 0;
	background: url(/assets/img/shape/arrow-gray-down@2x.png) no-repeat 50% 50%;
	background-size: 100% 100%;
}

.ludei.DivSelectyze ul.UlSelectize {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	position: absolute;
	z-index: 20;
	display: none;
	font-size: 1em;
	line-height: 1.2em;
	background: #fff;
	margin-top: -1px;
}

.ludei.DivSelectyze ul.UlSelectize li {
	border: 1px solid #ccc;
	border-top: 0;
}

.ludei.DivSelectyze ul.UlSelectize li:first-child {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 5px 5px 5px;
	-moz-border-radius: 5px 5px 0 0 5px 5px 5px;
	border-radius: 5px 5px 0 0 5px 5px 5px;
	border-top: 1px solid #ccc;
}

.ludei.DivSelectyze ul.UlSelectize li:first-child a {
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 5px 5px 5px;
	-moz-border-radius: 5px 5px 0 0 5px 5px 5px;
	border-radius: 5px 5px 0 0 5px 5px 5px;
}

.ludei.DivSelectyze ul.UlSelectize li:last-child {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px 5px 5px 5px;
	-moz-border-radius: 0 0 5px 5px 5px 5px 5px;
	border-radius: 0 0 5px 5px 5px 5px 5px;
}

.ludei.DivSelectyze ul.UlSelectize li:last-child a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px 5px 5px 5px;
	-moz-border-radius: 0 0 5px 5px 5px 5px 5px;
	border-radius: 0 0 5px 5px 5px 5px 5px;
}

.ludei.DivSelectyze ul.UlSelectize li a {
	display: block;
	text-decoration: none;
	padding: 0.6em;
	background: rgba(255, 255, 255, 0.94);
	color: #494949;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

.ludei.DivSelectyze ul.UlSelectize li a:hover {
	background: rgba(189, 6, 73, 0.94);
	color: #fff !important;
}

.ludei.DivSelectyze ul.UlSelectize .optgroupTitle {
	display: block;
}

/* Overwrite default style */
html .mfp-bg {
	filter: alpha(opacity=65);
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65;
	opacity: 0.65;
	background: #000;
}

html .mfp-container {
	padding: 0;
}

html .mfp-content {
	font-family: nexa_regularregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	padding: 40px 0;
}

html .mfp-close-btn-in .mfp-close {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px 5px 5px 5px;
	-moz-border-radius: 16px 16px 16px 16px 5px 5px 5px;
	border-radius: 16px 16px 16px 16px 5px 5px 5px;
	position: absolute;
	top: -16px;
	right: -16px;
	width: 32px;
	height: 32px;
	background: url(/assets/img/shape/close.png) no-repeat 50% 50%;
	background-size: 100% 100%;
}

/* Custom style */
html .mfp-content .mfp-popup {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
	-webkit-border-radius: 0 0 0 0 5px 5px 5px;
	-moz-border-radius: 0 0 0 0 5px 5px 5px;
	border-radius: 0 0 0 0 5px 5px 5px;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

html .mfp-bg.white-cover {
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
	background: #fff;
}

html .mfp-bg.mfp-full-cover {
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

html .mfp-full-cover .mfp-close {
	left: 50%;
	margin-left: 480px;
}

.jTruncate .clearboth {
	text-align: right;
	padding-top: 0.3em;
}

.jTruncate .truncate_more_link {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	padding: 9px 25px 10px;
	text-align: center;
	font-size: 1.6em;
	line-height: 1em;
	color: #fff !important;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px 5px 5px 5px;
	-moz-border-radius: 6px 6px 6px 6px 5px 5px 5px;
	border-radius: 6px 6px 6px 6px 5px 5px 5px;
	-webkit-box-shadow: 0px 10px 6px -7px rgba(86, 90, 93, 0.5);
	-moz-box-shadow: 0px 10px 6px -7px rgba(86, 90, 93, 0.5);
	box-shadow: 0px 10px 6px -7px rgba(86, 90, 93, 0.5);
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	-moz-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border: 1px solid #313435;
	text-shadow: 0px 1px 0px #000000;
	background-color: #313435;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#565a5d), to(#313435));
	background-image: -moz-linear-gradient(top, #565a5d, #313435);
	background-image: -ms-linear-gradient(top, #565a5d, #313435);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565a5d), color-stop(100%, #313435));
	background-image: -webkit-linear-gradient(top, #565a5d, #313435);
	background-image: -o-linear-gradient(top, #565a5d, #313435);
	background-image: linear-gradient(top, #565a5d, #313435);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#565a5d', endColorstr='#313435', GradientType=0);
	font-size: 1em;
}

.jTruncate .truncate_more_link:hover {
	background-color: #565a5d;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#313435), to(#565a5d));
	background-image: -moz-linear-gradient(top, #313435, #565a5d);
	background-image: -ms-linear-gradient(top, #313435, #565a5d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #313435), color-stop(100%, #565a5d));
	background-image: -webkit-linear-gradient(top, #313435, #565a5d);
	background-image: -o-linear-gradient(top, #313435, #565a5d);
	background-image: linear-gradient(top, #313435, #565a5d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#313435', endColorstr='#565a5d', GradientType=0);
}

.jTruncate .truncate_more_link:active {
	position: relative;
	top: 1px;
}

.jTruncate .truncate_more_link.orange {
	background-color: #e39d24;
}

.jTruncate .truncate_more_link.red {
	-webkit-box-shadow: 0px 10px 6px -7px rgba(215, 47, 79, 0.5);
	-moz-box-shadow: 0px 10px 6px -7px rgba(215, 47, 79, 0.5);
	box-shadow: 0px 10px 6px -7px rgba(215, 47, 79, 0.5);
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	-moz-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border: 1px solid #9c1e36;
	text-shadow: 0px 1px 0px #060102;
	background-color: #9c1e36;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#d72f4f), to(#9c1e36));
	background-image: -moz-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: -ms-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d72f4f), color-stop(100%, #9c1e36));
	background-image: -webkit-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: -o-linear-gradient(top, #d72f4f, #9c1e36);
	background-image: linear-gradient(top, #d72f4f, #9c1e36);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d72f4f', endColorstr='#9c1e36', GradientType=0);
}

.jTruncate .truncate_more_link.red:hover {
	background-color: #d72f4f;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#9c1e36), to(#d72f4f));
	background-image: -moz-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: -ms-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9c1e36), color-stop(100%, #d72f4f));
	background-image: -webkit-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: -o-linear-gradient(top, #9c1e36, #d72f4f);
	background-image: linear-gradient(top, #9c1e36, #d72f4f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c1e36', endColorstr='#d72f4f', GradientType=0);
}

.jTruncate .truncate_more_link.red:active {
	position: relative;
	top: 1px;
}

.jTruncate .truncate_more_link.green {
	-webkit-box-shadow: 0px 10px 6px -7px rgba(43, 205, 192, 0.5);
	-moz-box-shadow: 0px 10px 6px -7px rgba(43, 205, 192, 0.5);
	box-shadow: 0px 10px 6px -7px rgba(43, 205, 192, 0.5);
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	-moz-border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border-radius: 4px 4px 4px 4px 5px 5px 5px;
	border: 1px solid #1e8e85;
	text-shadow: 0px 1px 0px #000000;
	background-color: #1e8e85;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#2bcdc0), to(#1e8e85));
	background-image: -moz-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: -ms-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2bcdc0), color-stop(100%, #1e8e85));
	background-image: -webkit-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: -o-linear-gradient(top, #2bcdc0, #1e8e85);
	background-image: linear-gradient(top, #2bcdc0, #1e8e85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2bcdc0', endColorstr='#1e8e85', GradientType=0);
}

.jTruncate .truncate_more_link.green:hover {
	background-color: #2bcdc0;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#1e8e85), to(#2bcdc0));
	background-image: -moz-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: -ms-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e8e85), color-stop(100%, #2bcdc0));
	background-image: -webkit-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: -o-linear-gradient(top, #1e8e85, #2bcdc0);
	background-image: linear-gradient(top, #1e8e85, #2bcdc0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e8e85', endColorstr='#2bcdc0', GradientType=0);
}

.jTruncate .truncate_more_link.green:active {
	position: relative;
	top: 1px;
}

.jTruncate .truncate_more_link.light {
	background-color: #f2f2f2;
	color: #494949 !important;
}

.jTruncate .truncate_more_link.thin {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	padding: 7px 50px;
}

.jTruncate .truncate_more_link.big {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	padding: 0.4em 70px;
	background-color: #949494;
}

.jTruncate .truncate_more_link.small {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
}

.jTruncate .truncate_more_link.video {
	padding-left: 43px;
	background-repeat: no-repeat;
	background-position: 20px 55%;
	background-image: url(/assets/img/button-ico/video.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.jTruncate .truncate_more_link.video {
		background-image: url(/assets/img/button-ico/video@2x.png);
		background-size: 17px 13px;
	}
}

.jTruncate .truncate_more_link span {
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.jTruncate .truncate_more_link.send span {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	min-height: 20px;
	height: auto !important;
	height: 20px;
	line-height: 20px;
	padding-left: 30px;
	background-image: url(/assets/img/shape/send.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.jTruncate .truncate_more_link.send span {
		background-image: url(/assets/img/shape/send@2x.png);
		background-size: 21px 20px;
	}
}

.jTruncate .truncate_more_link.play span {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	min-height: 12px;
	height: auto !important;
	height: 12px;
	padding-left: 16px;
	background-image: url(/assets/img/shape/arrow-right-white.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.jTruncate .truncate_more_link.play span {
		background-image: url(/assets/img/shape/arrow-right-white@2x.png);
		background-size: 9px 12px;
	}
}

.jTruncate .truncate_more_link.left_arrow span {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	min-height: 13px;
	height: auto !important;
	height: 13px;
	padding-left: 14px;
	background-image: url(/assets/img/shape/arrow-left-white.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.jTruncate .truncate_more_link.left_arrow span {
		background-image: url(/assets/img/shape/arrow-left-white@2x.png);
		background-size: 8px 12px;
	}
}

.app_links a {
	display: inline-block;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	vertical-align: top;
	margin-right: 12px;
	margin-bottom: 15px;
	filter: alpha(opacity=55);
	-khtml-opacity: 0.55;
	-moz-opacity: 0.55;
	opacity: 0.55;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	background-size: 100% 100%;
}

.app_links a:hover {
	filter: alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.app_links a.ios {
	width: 72px;
	height: 21px;
	background-image: url(/assets/img/shape/play-ico/ios.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.app_links a.ios {
		background-image: url(/assets/img/shape/play-ico/ios@2x.png);
		background-size: 72px 21px;
	}
}

.app_links a.googleplay {
	width: 86px;
	height: 17px;
	background-image: url(/assets/img/shape/play-ico/googleplay.png);
	margin-top: 3px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.app_links a.googleplay {
		background-image: url(/assets/img/shape/play-ico/googleplay@2x.png);
		background-size: 86px 17px;
	}
}

.app_links a.tizen {
	width: 54px;
	height: 17px;
	background-image: url(/assets/img/shape/play-ico/tizen.png);
	margin-top: -4px;
	margin-top: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.app_links a.tizen {
		background-image: url(/assets/img/shape/play-ico/tizen@2x.png);
		background-size: 54px 17px;
	}
}

.app_links a.windows8 {
	width: 74px;
	height: 14px;
	background-image: url(/assets/img/shape/play-ico/windows8.png);
	margin-top: 5px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.app_links a.windows8 {
		background-image: url(/assets/img/shape/play-ico/windows8@2x.png);
		background-size: 74px 14px;
	}
}

.app_links a.amazon {
	width: 53px;
	height: 16px;
	background-image: url(/assets/img/shape/play-ico/amazon.png);
	margin-top: 8px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.app_links a.amazon {
		background-image: url(/assets/img/shape/play-ico/amazon@2x.png);
		background-size: 53px 16px;
	}
}

.app_links a.chrome {
	width: 67px;
	height: 24px;
	background-image: url(/assets/img/shape/play-ico/chrome.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.app_links a.chrome {
		background-image: url(/assets/img/shape/play-ico/chrome@2x.png);
		background-size: 67px 24px;
	}
}

.app_links a.ffmarket {
	width: 89px;
	height: 21px;
	background-image: url(/assets/img/shape/play-ico/ffmarket.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.app_links a.ffmarket {
		background-image: url(/assets/img/shape/play-ico/ffmarket@2x.png);
		background-size: 89px 21px;
	}
}

.rate {
	height: 12px;
	background-image: url(/assets/img/shape/star.png);
	background-repeat: repeat;
	background-position: 100% 50%;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.rate {
		background-image: url(/assets/img/shape/star@2x.png);
		background-size: 16px 12px;
	}
}

.rate.rate1 {
	width: 16px;
}

.rate.rate2 {
	width: 32px;
}

.rate.rate3 {
	width: 48px;
}

.rate.rate4 {
	width: 64px;
}

.rate.rate5 {
	width: 80px;
}

.rate.white {
	background-image: url(/assets/img/shape/star-white.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.rate.white {
		background-image: url(/assets/img/shape/star-white@2x.png);
		background-size: 16px 12px;
	}
}

.press_menu_aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.press_menu_aside ul li {
	margin-bottom: 55px;
	margin-right: 100px;
	display: table;
}

.press_menu_aside ul li a {
	display: block;
	display: table-cell;
	vertical-align: middle;
	height: 74px;
	padding-left: 90px;
	font-size: 1.6em;
	line-height: 1.3em;
	color: #494949;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.press_menu_aside ul li a:hover {
	text-decoration: none;
}

.press_menu_aside ul li.logos a {
	background-image: url(/assets/img/pages/company_press/logos.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.press_menu_aside ul li.logos a {
		background-image: url(/assets/img/pages/company_press/logos@2x.png);
		background-size: 74px 74px;
	}
}

.press_menu_aside ul li.docs a {
	background-image: url(/assets/img/pages/company_press/docs.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.press_menu_aside ul li.docs a {
		background-image: url(/assets/img/pages/company_press/docs@2x.png);
		background-size: 74px 74px;
	}
}

.press_menu_aside ul li.corporate a {
	background-image: url(/assets/img/pages/company_press/corporate.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.press_menu_aside ul li.corporate a {
		background-image: url(/assets/img/pages/company_press/corporate@2x.png);
		background-size: 74px 74px;
	}
}

.press_menu_aside ul li.photos a {
	background-image: url(/assets/img/pages/company_press/photos.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.press_menu_aside ul li.photos a {
		background-image: url(/assets/img/pages/company_press/photos@2x.png);
		background-size: 74px 74px;
	}
}

.press_menu_aside ul li.newsletters a {
	background-image: url(/assets/img/pages/company_press/newsletters.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.press_menu_aside ul li.newsletters a {
		background-image: url(/assets/img/pages/company_press/newsletters@2x.png);
		background-size: 74px 74px;
	}
}

@media (max-width: 768px) {
	.press_menu_aside ul li {
		margin-right: 50px;
		margin-bottom: 20px;
	}

	.press_menu_aside ul li a {
		padding-left: 45px;
		height: 40px;
		background-size: 40px 40px !important;
	}
}

@media (max-width: 640px) {
	.press_menu_aside {
		float: none !important;
		margin: 0 !important;
		width: auto !important;
	}

	.press_menu_aside ul {
		zoom: 1;
		margin: -20px 0 20px;
	}

	.press_menu_aside ul:before,
	.press_menu_aside ul:after {
		display: table;
		content: "";
		zoom: 1;
		*display: inline;
	}

	.press_menu_aside ul:after {
		clear: both;
	}

	.press_menu_aside ul li {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		width: 50%;
		margin: 0 0 15px;
	}
}

.showcase_menu_aside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.showcase_menu_aside ul li {
	padding: 12px 0 20px;
}

.showcase_menu_aside ul li li {
	padding: 0;
	font-size: 1.6em;
	line-height: 1.3em;
}

.showcase_menu_aside ul li li a,
.showcase_menu_aside ul li li a:hover {
	display: block;
	padding: 5px 10px;
	color: #fff !important;
	text-decoration: none;
}

.showcase_menu_aside ul li li a img,
.showcase_menu_aside ul li li a:hover img {
	width: 17px;
	height: 13px;
	margin-right: 5px;
}

.showcase_menu_aside ul li li a.filter_off,
.showcase_menu_aside ul li li a:hover.filter_off {
	color: rgba(255, 255, 255, 0.35) !important;
}

.showcase_menu_aside ul li.type {
	background: #d24460;
}

.showcase_menu_aside ul li.system {
	background: #e67b34;
}

.showcase_menu_aside ul li.genre {
	background: #bf5a3a;
}

.stdform .field {
	zoom: 1;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 1.2em 0;
}

.stdform .field:before,
.stdform .field:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.stdform .field:after {
	clear: both;
}

.stdform .field label {
	display: block;
}

.stdform .field span.error {
	font-size: 12px;
	color: #c00;
	margin-left: 5px;
	white-space: nowrap;
}

.stdform .field.checkbox {
	padding-left: 25px;
}

.stdform .field.checkbox input {
	float: left;
	margin: 3px 0 0 -25px;
}

.stdform .field.checkbox label {
	display: inline;
}

.stdform .actions {
	margin-top: 4em;
}

.notice {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 1em;
	color: #00529B;
	border: 1px solid #00529B;
	background-color: #BDE5F8;
	margin: 0 0 2em 0;
}

.notice.success {
	color: #4F8A10;
	border-color: #4F8A10;
	background-color: #DFF2BF;
}

.notice.warning {
	color: #9F6000;
	border-color: #9F6000;
	background-color: #FEEFB3;
}

.notice.error {
	color: #D8000C;
	border-color: #D8000C;
	background-color: #FFBABA;
}

.tablecolor {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.tablecolor tbody {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.tablecolor tr {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	margin-bottom: -1px;
}

.tablecolor th,
.tablecolor td {
	font-family: nexa_regularregular, Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	float: left;
	vertical-align: middle;
	display: block;
	font-weight: normal;
	text-align: center;
	font-size: 1.6em;
	line-height: 1.2em;
	padding: 5px 5px 5px 7px;
}

.tablecolor th[scope="row"],
.tablecolor td[scope="row"] {
	text-align: left;
}

.tablecolor th:first-child,
.tablecolor td:first-child {
	width: 27%;
}

.tablecolor th:nth-child(2),
.tablecolor td:nth-child(2),
.tablecolor th:nth-child(4),
.tablecolor td:nth-child(4),
.tablecolor th:nth-child(5),
.tablecolor td:nth-child(5) {
	width: 15%;
}

.tablecolor th:nth-child(3),
.tablecolor td:nth-child(3) {
	width: 28%;
}

.tablecolor td:nth-child(2),
.tablecolor td:nth-child(3),
.tablecolor td:nth-child(4),
.tablecolor td:nth-child(5) {
	color: #fff;
}

.tablecolor td:nth-child(2):before,
.tablecolor td:nth-child(3):before,
.tablecolor td:nth-child(4):before,
.tablecolor td:nth-child(5):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	overflow: hidden;
}

.tablecolor td:nth-child(2):after,
.tablecolor td:nth-child(3):after,
.tablecolor td:nth-child(4):after,
.tablecolor td:nth-child(5):after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 6px;
	height: 100%;
	overflow: hidden;
}

.tablecolor td:nth-child(2) {
	background-color: #24e3c1;
}

.tablecolor td:nth-child(2):before {
	background-color: #24e3c1;
}

.tablecolor td:nth-child(2):after {
	background-color: #24e3c1;
}

.tablecolor td:nth-child(3) {
	background-color: #24c1e3;
}

.tablecolor td:nth-child(3):before {
	background-color: #24c1e3;
}

.tablecolor td:nth-child(3):after {
	background-color: #24c1e3;
}

.tablecolor td:nth-child(4) {
	background-color: #e3c124;
}

.tablecolor td:nth-child(4):before {
	background-color: #c7aa20;
}

.tablecolor td:nth-child(4):after {
	background-color: #e3c124;
}

.tablecolor td:nth-child(5) {
	background-color: #d72f4f;
}

.tablecolor td:nth-child(5):before {
	background-color: #ca2c4a;
}

.tablecolor td:nth-child(5):after {
	background-color: #d72f4f;
}

.tablecolor tr.highlighted th {
	background: #F2F2F2;
}

.tablecolor tr.highlighted td:nth-child(2) {
	background-color: #29d0af;
}

.tablecolor tr.highlighted td:nth-child(2):before {
	background-color: #29d0af;
}

.tablecolor tr.highlighted td:nth-child(2):after {
	background-color: #29d0af;
}

.tablecolor tr.highlighted td:nth-child(3) {
	background-color: #29b2cd;
}

.tablecolor tr.highlighted td:nth-child(3):before {
	background-color: #29b2cd;
}

.tablecolor tr.highlighted td:nth-child(3):after {
	background-color: #29b2cd;
}

.tablecolor tr.highlighted td:nth-child(4) {
	background-color: #c7a420;
}

.tablecolor tr.highlighted td:nth-child(4):before {
	background-color: #b0911c;
}

.tablecolor tr.highlighted td:nth-child(4):after {
	background-color: #c7a420;
}

.tablecolor tr.highlighted td:nth-child(5) {
	background-color: #bd2f42;
}

.tablecolor tr.highlighted td:nth-child(5):before {
	background-color: #b32c3e;
}

.tablecolor tr.highlighted td:nth-child(5):after {
	background-color: #bd2f42;
}

.tablecolor tr.subfeature th:first-child {
	padding-left: 19px;
}

.tablecolor tr.subfeature th:first-child span {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	padding-left: 11px;
	background-image: url(/assets/img/shape/arrow-small-black-right.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	color: #3a3a3a;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.tablecolor tr.subfeature th:first-child span {
		background-image: url(/assets/img/shape/arrow-small-black-right@2x.png);
		background-size: 7px 6px;
	}
}

.tablecolor tr.header th {
	background: #272727;
	color: #fff;
}

.tablecolor tr.header th .name {
	display: block;
}

.tablecolor tr.header th .prices {
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 0.5em;
	font-size: 0.85em;
}

.tablecolor tr.header th .prices:before,
.tablecolor tr.header th .prices:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.tablecolor tr.header th .prices:after {
	clear: both;
}

.tablecolor tr.header th .prices li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	position: relative;
	margin-right: 2em;
}

.tablecolor tr.header th .prices li:after {
	content: "/";
	position: absolute;
	right: -0.7em;
	top: 0;
	margin-top: -0.1em;
	font-size: 2em;
	background: transparent;
}

.tablecolor tr.header th .prices li:last-child {
	margin-right: 0;
}

.tablecolor tr.header th .prices li:last-child:after {
	content: "";
	margin-right: 0;
}

.tablecolor tr.header th .prices li strong {
	display: block;
	font-size: 1.8em;
	line-height: 0.8em;
}

.tablecolor tr.header th:nth-child(3) .prices .price_year {
	color: #24c1e3;
}

.tablecolor tr.header th:nth-child(4) .prices {
	font-size: 0.65em;
}

.tablecolor tr.header th:nth-child(4) .prices .price_year {
	color: #e3c124;
}

.tablecolor tr.header th:first-child {
	background: transparent;
	color: #666;
}

.tablecolor tr.header th:nth-child(2),
.tablecolor tr.header th:nth-child(3),
.tablecolor tr.header th:nth-child(4),
.tablecolor tr.header th:nth-child(5) {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-top: 30px solid #fff;
}

.tablecolor tr.header th:nth-child(2):before,
.tablecolor tr.header th:nth-child(3):before,
.tablecolor tr.header th:nth-child(4):before,
.tablecolor tr.header th:nth-child(5):before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
}

.tablecolor tr.header th:nth-child(2):after,
.tablecolor tr.header th:nth-child(3):after,
.tablecolor tr.header th:nth-child(4):after,
.tablecolor tr.header th:nth-child(5):after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 6px;
	height: 20px;
}

.tablecolor tr.header th:nth-child(2) {
	border-bottom-color: #24e3c1;
}

.tablecolor tr.header th:nth-child(3) {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 10px solid #272727;
	border-top: 10px solid #272727;
}

.tablecolor tr.header th:nth-child(3):after {
	background: #24c1e3;
	bottom: -55px;
	height: 45px;
	width: 100%;
}

.tablecolor tr.header th:nth-child(4) {
	border-bottom-color: #e3c124;
}

.tablecolor tr.header th:nth-child(4):before {
	background: #151515;
}

.tablecolor tr.header th:nth-child(4):after {
	background: #c7aa20;
}

.tablecolor tr.header th:nth-child(5) {
	border-bottom-color: #d72f4f;
}

.tablecolor tr.header th:nth-child(5):before {
	background: #151515;
}

.tablecolor tr.header th:nth-child(5):after {
	background: #ca2c4a;
}

.tablecolor tr.header.header_bottom th:nth-child(2),
.tablecolor tr.header.header_bottom th:nth-child(3),
.tablecolor tr.header.header_bottom th:nth-child(4),
.tablecolor tr.header.header_bottom th:nth-child(5) {
	border-bottom: 0;
	border-top-width: 25px;
	border-top-style: solid;
}

.tablecolor tr.header.header_bottom th:nth-child(2):after,
.tablecolor tr.header.header_bottom th:nth-child(3):after,
.tablecolor tr.header.header_bottom th:nth-child(4):after,
.tablecolor tr.header.header_bottom th:nth-child(5):after {
	bottom: auto;
	top: -25px;
	height: 25px;
}

.tablecolor tr.header.header_bottom th:nth-child(2) {
	border-top-color: #24e3c1;
}

.tablecolor tr.header.header_bottom th:nth-child(3) {
	border-top-width: 35px;
	border-top-width: #272727;
	border-bottom: 10px solid #272727;
}

.tablecolor tr.header.header_bottom th:nth-child(3):after {
	bottom: auto;
	top: -35px;
	height: 20px;
}

.tablecolor tr.header.header_bottom th:nth-child(4) {
	border-top-color: #e3c124;
}

.tablecolor tr.header.header_bottom th:nth-child(5) {
	border-top-color: #d72f4f;
}

.tablecolor tr.actions td,
.tablecolor tr.actions td:before,
.tablecolor tr.actions td:after {
	background-color: #fff;
}

.tablecolor tr.actions .button {
	font-size: 1em;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.tablecolor tr.actions td:nth-child(2) .button {
	background-color: #24e3c1;
}

.tablecolor tr.actions td:nth-child(3) {
	border-top: 10px solid #fff;
}

.tablecolor tr.actions td:nth-child(3) .button {
	background-color: #24c1e3;
	font-size: 1.6em;
}

.tablecolor tr.actions td:nth-child(4) .button {
	background-color: #e3c124;
}

.tablecolor tr.actions td:nth-child(5) .button {
	background-color: #d72f4f;
}

.jcarousel_holder .jcarousel-container,
.jcarousel_holder .jcarousel-clip,
.jcarousel_holder .jcarousel-item,
.jcarousel_holder .jcarousel-item img {
	overflow: hidden;
	width: 525px;
	height: 296px;
}

.jcarousel_holder .jcarousel-container {
	position: relative;
}

.jcarousel_holder .jcarousel-container .jcarousel-prev,
.jcarousel_holder .jcarousel-container .jcarousel-next {
	cursor: pointer;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.jcarousel_holder .jcarousel-container .jcarousel-prev.jcarousel-prev-disabled,
.jcarousel_holder .jcarousel-container .jcarousel-next.jcarousel-prev-disabled,
.jcarousel_holder .jcarousel-container .jcarousel-prev.jcarousel-next-disabled,
.jcarousel_holder .jcarousel-container .jcarousel-next.jcarousel-next-disabled {
	position: absolute;
	left: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.jcarousel_holder .jcarousel-container .jcarousel-prev {
	left: 14px;
	background-image: url(/assets/img/shape/arrow_circle_left.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.jcarousel_holder .jcarousel-container .jcarousel-prev {
		background-image: url(/assets/img/shape/arrow_circle_left@2x.png);
		background-size: 100% 100%;
	}
}

.jcarousel_holder .jcarousel-container .jcarousel-next {
	right: 14px;
	background-image: url(/assets/img/shape/arrow_circle_right.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.jcarousel_holder .jcarousel-container .jcarousel-next {
		background-image: url(/assets/img/shape/arrow_circle_right@2x.png);
		background-size: 100% 100%;
	}
}

.jcarousel_holder .nav {
	zoom: 1;
	margin: 10px 0 20px;
}

.jcarousel_holder .nav:before,
.jcarousel_holder .nav:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.jcarousel_holder .nav:after {
	clear: both;
}

.jcarousel_holder .nav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.jcarousel_holder .nav ul li {
	float: left;
	margin-left: 10px;
}

.jcarousel_holder .nav ul li a {
	float: left;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px 5px 5px 5px;
	-moz-border-radius: 10px 10px 10px 10px 5px 5px 5px;
	border-radius: 10px 10px 10px 10px 5px 5px 5px;
	background: #494949;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

.jcarousel_holder .nav ul li.active a {
	background-color: #aa1834;
}

.flexslider {
	position: relative;
}

.flexslider .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav a:hover {
	position: absolute;
	bottom: 10px;
	background: rgba(255, 255, 255, 0.25);
	color: #fff !important;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	font-size: 2.2em;
	line-height: 2em;
	padding: 0 22px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px 5px 5px 5px;
	-moz-border-radius: 10px 10px 10px 10px 5px 5px 5px;
	border-radius: 10px 10px 10px 10px 5px 5px 5px;
	text-transform: uppercase;
}

.flexslider .flex-direction-nav a.flex-prev,
.flexslider .flex-direction-nav a:hover.flex-prev {
	left: 60px;
}

.flexslider .flex-direction-nav a.flex-next,
.flexslider .flex-direction-nav a:hover.flex-next {
	right: 60px;
}

.flexslider .flex-direction-nav a.flex-disabled,
.flexslider .flex-direction-nav a:hover.flex-disabled {
	display: none;
}

.flexslider .flex-control-paging {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10px;
}

.flexslider .flex-control-paging li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	margin: 0 2px;
}

.flexslider .flex-control-paging li a {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	cursor: pointer;
	width: 17px;
	height: 17px;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 17px;
	background-image: url(/assets/img/shape/circle-off.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.flexslider .flex-control-paging li a {
		background-image: url(/assets/img/shape/circle-off@2x.png);
		background-size: 17px 17px;
	}
}

.flexslider .flex-control-paging li a.flex-active {
	background-image: url(/assets/img/shape/circle-on.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.flexslider .flex-control-paging li a.flex-active {
		background-image: url(/assets/img/shape/circle-on@2x.png);
		background-size: 17px 17px;
	}
}

#home_slider.flexslider .flex-direction-nav a,
#home_slider.flexslider .flex-direction-nav a:hover {
	display: none;
	/*
			&.flex-prev {
				left: 10px;
			}

			&.flex-next {
				right: 10px;
			}
			*/

}

#home_slider.flexslider .flex-control-paging {
	width: auto;
	left: auto;
	right: 10px;
}

#home_slider2.flexslider .flex-direction-nav a,
#home_slider2.flexslider .flex-direction-nav a:hover {
	display: none;
}

#home_slider2.flexslider .flex-control-paging {
	width: auto;
	left: auto;
	right: 10px;
}

.page_error {
	padding-top: 250px;
	background: url(../img/pages/error/computer.png) no-repeat 50% 0;
}

.page_error h1 {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.page_error_500 h1 {
	height: 37px;
	background-image: url(../img/pages/error/msg500.png);
}

.page_error_404 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	zoom: 1;
	padding-top: 0;
	background-position: 0 40px;
}

.page_error_404:before,
.page_error_404:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_error_404:after {
	clear: both;
}

.page_error_404 h1 {
	/*
        height: 40px;
        background-image: url(../img/pages/error/msg404.png);
        */

	font-size: 1.6em;
	line-height: 1.3em;
	text-indent: 0;
	text-align: center;
	float: right;
	clear: right;
	width: 640px;
	margin-bottom: 1em;
}

.page_error_404 .game_holder {
	float: right;
	clear: right;
	width: 640px;
	height: 400px;
	border: 1px solid #ccc;
	padding: 1px;
}

.page_error_404 .game_holder iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
	overflow: hidden;
}

.page_home {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	max-width: 100%;
	padding: 0;
}

.page_home .cocoojs_claim {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -140px;
}

.page_home .cocoojs_claim p {
	margin: 0;
}

.page_home .cocoojs_claim article {
	position: relative;
	text-align: center;
	color: #fff;
}

.page_home .cocoojs_claim article .maininfo {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(/assets/img/pages/home/cocoonjs_claim_bg.jpg);
	padding-top: 120px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home .cocoojs_claim article .maininfo {
		background-image: url(/assets/img/pages/home/cocoonjs_claim_bg@2x.jpg);
		background-size: 2000px 656px;
	}
}

.page_home .cocoojs_claim article h1 {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 6em;
	line-height: 1em;
}

.page_home .cocoojs_claim article .infographic {
	background-image: url(/assets/img/pages/home/cocoojs_infographic.png);
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home .cocoojs_claim article .infographic {
		background-image: url(/assets/img/pages/home/cocoojs_infographic@2x.png);
		background-size: 100% auto;
	}
}

.page_home .cocoojs_claim article .infographic:after {
	content: "";
	padding-top: 24.642857142857142%;
	display: block;
}

.page_home .cocoojs_claim article .text {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1020px;
	font-size: 4.2em;
	line-height: 1em;
}

.page_home .cocoojs_claim article .text a {
	color: #fff !important;
	text-decoration: underline;
}

.page_home .cocoojs_claim article .register {
	max-width: 568px;
	height: 250px;
	margin: 0 auto;
	background-image: url(/assets/img/pages/home/button_register.png);
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home .cocoojs_claim article .register {
		background-image: url(/assets/img/pages/home/button_register@2x.png);
		background-size: 100% auto;
	}
}

.page_home .cocoojs_claim article .register a {
	font-family: 'Myriad Pro', Arial, sans-serif;
	display: block;
	text-align: center;
	font-size: 2.7em;
	line-height: 68px;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75), -1px -1px 1px #ff716a;
	padding-right: 35px;
}

.page_home .cocoojs_claim article .more {
	text-align: center;
}

.page_home .cocoojs_claim article .more a {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	display: block;
	margin: -140px auto 0;
	width: 79px;
	height: 41px;
	background-image: url(/assets/img/shape/arrow_down_big.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home .cocoojs_claim article .more a {
		background-image: url(/assets/img/shape/arrow_down_big@2x.png);
		background-size: 79px 41px;
	}
}

@media (min-width: 990px) and (max-height: 840px) {
	.page_home .cocoojs_claim article h1 {
		font-size: 5em;
		margin-top: -0.5em;
	}

	.page_home .cocoojs_claim article .infographic {
		max-width: 800px;
		margin: 0 auto;
	}

	.page_home .cocoojs_claim article .text {
		max-width: 800px;
		font-size: 3em;
	}
}

@media (max-width: 990px) {
	.page_home .cocoojs_claim article h1 {
		font-size: 5em;
	}
}

@media (max-width: 768px) {
	.page_home .cocoojs_claim article h1 {
		font-size: 4em;
	}

	.page_home .cocoojs_claim article .text {
		font-size: 2.4em;
	}
}

@media (max-width: 640px) {
	.page_home .cocoojs_claim article .maininfo {
		padding-top: 90px;
	}

	.page_home .cocoojs_claim article h1 {
		font-size: 2.2em;
	}

	.page_home .cocoojs_claim article .infographic {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 513.6px;
		margin-top: 30px;
		margin-bottom: 10px;
		background-image: url(/assets/img/pages/home/cocoojs_infographic_simple@2x.png);
	}

	.page_home .cocoojs_claim article .infographic:after {
		padding-top: 30.062305295950157%;
	}

	.page_home .cocoojs_claim article .text {
		font-size: 1.8em;
	}

	.page_home .cocoojs_claim article .register {
		width: 300px;
		height: 225px;
	}

	.page_home .cocoojs_claim article .register a {
		line-height: 36px;
		padding-right: 20px;
		font-size: 1.8em;
	}

	.page_home .cocoojs_claim article .more {
		margin-top: -160px;
		margin-bottom: 30px;
	}
}

.page_home section#features {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.page_home section#features article {
	position: relative;
	padding: 30px 0;
}

.page_home section#features article:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 2%;
	width: 96%;
	height: 1px;
	background: url(/assets/img/pages/home/spacer.png) 50% 0;
	background-size: 100% 1px;
}

.page_home section#features article .image_placeholder {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	position: relative;
	vertical-align: middle;
	width: 50%;
	background-size: 100% 100%;
	background-position: 50% 50%;
}

.page_home section#features article .image_placeholder:after {
	content: "";
	padding-top: 10%;
	display: block;
}

.page_home section#features article .image_placeholder:first-child {
	margin-left: 5%;
}

.page_home section#features article .content {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	width: 35%;
}

.page_home section#features article .content:first-child {
	margin-left: 10%;
}

.page_home section#features article h1 {
	font-family: nexa_blackregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
}

.page_home section#features article ul {
	font-size: 2.1em;
	line-height: 1.2em;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 1em;
	color: #9e9e9e;
}

.page_home section#features article ul li {
	margin: 0.5em 0;
}

.page_home section#features article .morelink {
	display: block;
	margin-top: 0.75em;
	font-size: 2.3em;
	line-height: 1.2em;
}

.page_home section#features article .morelink a {
	background-image: url(/assets/img/shape/idea_green.png);
	display: block;
	background-size: 17px 19px;
	background-repeat: no-repeat;
	background-position: 0 0.15em;
	padding-left: 22px;
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	color: #02cfb0 !important;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home section#features article .morelink a {
		background-image: url(/assets/img/shape/idea_green@2x.png);
		background-size: 17px 19px;
	}
}

@media (max-width: 768px) {
	.page_home section#features article h1 {
		font-size: 2.3em;
	}

	.page_home section#features article ul {
		font-size: 1.6em;
	}
}

@media (max-width: 640px) {
	.page_home section#features article {
		padding: 20px 10px;
	}

	.page_home section#features article .image_placeholder {
		display: none;
	}

	.page_home section#features article .content,
	.page_home section#features article .content:first-child {
		display: block;
		width: 100%;
		margin: 0;
	}

	.page_home section#features article h1 {
		font-size: 2em;
	}

	.page_home section#features article ul {
		font-size: 1.4em;
	}
}

.page_home section#features article#html5 .image_placeholder {
	background-image: url(/assets/img/pages/home/robot_running.jpg);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home section#features article#html5 .image_placeholder {
		background-image: url(/assets/img/pages/home/robot_running@2x.jpg);
		background-size: 100% 100%;
	}
}

.page_home section#features article#html5 .image_placeholder:after {
	padding-top: 75%;
}

.page_home section#features article#html5 .technologies {
	margin: 3em 0 0 0;
	width: 240px;
	height: 48px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	background-image: url(/assets/img/pages/home/ico_technologies.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home section#features article#html5 .technologies {
		background-image: url(/assets/img/pages/home/ico_technologies@2x.png);
		background-size: 100% 100%;
	}
}

.page_home section#features article#development .image_placeholder {
	overflow: hidden;
}

.page_home section#features article#development .image_placeholder:after {
	padding-top: 75%;
}

.page_home section#features article#development .image_placeholder > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 800px;
	height: 600px;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
}

@media (min-width: 640px) {
	.page_home section#features article#development .image_placeholder > div {
		-webkit-transform: scale(0.4, 0.4);
		-moz-transform: scale(0.4, 0.4);
		-ms-transform: scale(0.4, 0.4);
		-o-transform: scale(0.4, 0.4);
		transform: scale(0.4, 0.4);
	}
}

@media (min-width: 768px) {
	.page_home section#features article#development .image_placeholder > div {
		-webkit-transform: scale(0.5, 0.5);
		-moz-transform: scale(0.5, 0.5);
		-ms-transform: scale(0.5, 0.5);
		-o-transform: scale(0.5, 0.5);
		transform: scale(0.5, 0.5);
	}
}

@media (min-width: 990px) {
	.page_home section#features article#development .image_placeholder > div {
		-webkit-transform: scale(0.65, 0.65);
		-moz-transform: scale(0.65, 0.65);
		-ms-transform: scale(0.65, 0.65);
		-o-transform: scale(0.65, 0.65);
		transform: scale(0.65, 0.65);
	}
}

@media (min-width: 1200px) {
	.page_home section#features article#development .image_placeholder > div {
		-webkit-transform: scale(0.75, 0.75);
		-moz-transform: scale(0.75, 0.75);
		-ms-transform: scale(0.75, 0.75);
		-o-transform: scale(0.75, 0.75);
		transform: scale(0.75, 0.75);
	}
}

.page_home section#features article#debugging .image_placeholder {
	background-image: url(/assets/img/pages/home/robot_debugging.jpg);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home section#features article#debugging .image_placeholder {
		background-image: url(/assets/img/pages/home/robot_debugging@2x.jpg);
		background-size: 100% 100%;
	}
}

.page_home section#features article#debugging .image_placeholder:after {
	padding-top: 74.8502994011976%;
}

.page_home section#features article#cross-platform .image_placeholder {
	background-image: url(/assets/img/pages/home/robot_shopping.jpg);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home section#features article#cross-platform .image_placeholder {
		background-image: url(/assets/img/pages/home/robot_shopping@2x.jpg);
		background-size: 100% 100%;
	}
}

.page_home section#features article#cross-platform .image_placeholder:after {
	padding-top: 81.19079837618403%;
}

.page_home section#features article#business .image_placeholder {
	background-image: url(/assets/img/pages/home/robot_ludei.jpg);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_home section#features article#business .image_placeholder {
		background-image: url(/assets/img/pages/home/robot_ludei@2x.jpg);
		background-size: 100% 100%;
	}
}

.page_home section#features article#business .image_placeholder:after {
	padding-top: 82.68933539412674%;
}

.page_home section.newsletter {
	margin-top: 250px;
	margin-bottom: -120px;
	background: url(/assets/img/shape/gradient_h_purple_red.jpg) repeat-y 50% 0;
	padding: 0 10px;
}

.page_home section.newsletter article {
	margin: 0 auto;
	max-width: 480px;
	padding: 35px 0 50px;
	color: #fff;
}

.page_home section.newsletter article h1 {
	text-align: center;
	font-size: 3.5em;
	line-height: 1.2em;
}

.page_home section.newsletter article label {
	display: block;
	text-align: center;
	font-size: 2.1em;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.page_home section.newsletter article input[type=email] {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px 5px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2.1em;
	line-height: 1.2em;
	background: #fff;
	color: #222;
	border: 0;
	padding: 0.5em 0.7em;
	width: 100%;
}

.page_home section.newsletter article .actions {
	margin-top: 1em;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
}

.page_home section.newsletter article .actions input {
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px 5px 5px 5px;
	min-width: 120px;
	background: #fff;
	border: 0;
	color: #222;
	padding: 1em 0.7em;
	text-transform: uppercase;
}

@media (max-width: 640px) {
	.page_home section.newsletter {
		margin-bottom: -30px;
	}
}

@media (max-width: 640px) {
	.page_home section.newsletter {
		margin-top: 0;
	}

	.page_home section.newsletter article h1 {
		font-size: 2.2em;
	}

	.page_home section.newsletter article label,
	.page_home section.newsletter article input[type=email] {
		font-size: 1.4em;
	}
}

.page_showcase .pagetitle {
	text-transform: uppercase;
	position: relative;
	margin: 0 45px 0;
	font-size: 3em;
	line-height: 1em;
	font-weight: bold;
	font-family: 'Myriad Pro', Arial, sans-serif;
	text-align: justify;
	color: #c8c8c8;
	margin: 0;
	/*
		&:after {
			content: " ";
			position: absolute;
			left: -@offset;
			top: 0;
			width: 24px;
			height: 23px;
			.at2x(~"@{assetsPath}/img/shape/quotes-open.png", 100%, 100%);
		}

		&:before {
			content: " ";
			position: absolute;
			right: -@offset;
			top: 0;
			width: 24px;
			height: 23px;
			.at2x(~"@{assetsPath}/img/shape/quotes-close.png", 100%, 100%);
		}
		*/

}

.page_showcase .pagetitle span:after {
	content: ".";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

@media (max-width: 768px) {
	.page_showcase .pagetitle {
		text-align: left;
	}
}

.page_showcase section.highlighted {
	margin-bottom: 50px;
}

.page_showcase section.highlighted .maininfo {
	position: relative;
}

.page_showcase section.highlighted .maininfo .content {
	position: relative;
	overflow: hidden;
}

.page_showcase section.highlighted .maininfo h2 {
	position: absolute;
	left: 0;
	bottom: -20px;
	color: #fff;
	width: 130%;
	overflow: hidden;
	z-index: 30;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 10px 40px;
	font-size: 3.5em;
	line-height: 1em;
	font-weight: bold;
	background: rgba(0, 0, 0, 0.65);
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	transform: rotate(-1deg);
}

.page_showcase section.highlighted .maininfo h2 span {
	display: block;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	transform: rotate(1deg);
}

.page_showcase section.highlighted .maininfo .image {
	position: relative;
	z-index: 10;
}

.page_showcase section.highlighted .maininfo .image img {
	display: block;
	width: 100%;
	height: auto;
}

@media (max-width: 640px) {
	.page_showcase section.highlighted .maininfo h2 {
		font-size: 2em;
		bottom: 0;
		padding: 10px;
	}

	.page_showcase section.highlighted .maininfo .image img {
		width: 200%;
		margin-left: -100%;
	}
}

.page_showcase section.highlighted .extrainfo {
	position: relative;
	margin: 12px 0 0 0;
	padding: 0 85px 0 0;
}

.page_showcase section.highlighted .extrainfo .company {
	font-size: 1.6em;
	line-height: 1.2em;
}

.page_showcase section.highlighted .extrainfo .rate {
	position: absolute;
	top: 0;
	right: 0;
}

.page_showcase section.highlighted .extrainfo .app_links {
	margin-top: 10px;
}

.page_showcase section.cocoongames h2 {
	margin-bottom: 20px;
	font-size: 1.9em;
	line-height: 1em;
	font-weight: bold;
	padding: 0 0 0 35px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/assets/img/shape/gamepad.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_showcase section.cocoongames h2 {
		background-image: url(/assets/img/shape/gamepad@2x.png);
		background-size: 24px 18px;
	}
}

.page_showcase section.cocoongames h2 a {
	color: #494949;
	text-decoration: underline;
}

.page_showcase section.cocoongames ul {
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -2%;
}

.page_showcase section.cocoongames ul:before,
.page_showcase section.cocoongames ul:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_showcase section.cocoongames ul:after {
	clear: both;
}

.page_showcase section.cocoongames ul li {
	display: inline-block;
	vertical-align: top;
	margin: 25px 0 0 2%;
	width: 22.5%;
}

.page_showcase section.cocoongames ul li .maininfo {
	position: relative;
}

.page_showcase section.cocoongames ul li .maininfo:after {
	content: "";
	position: absolute;
	left: 3%;
	bottom: 0;
	width: 94%;
	height: 30px;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-webkit-box-shadow: 0 3px 9px #000000;
	-moz-box-shadow: 0 3px 9px #000000;
	box-shadow: 0 3px 9px #000000;
}

.page_showcase section.cocoongames ul li .maininfo .content {
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px 5px 5px 5px;
	-moz-border-radius: 10px 5px 5px 5px;
	border-radius: 10px 5px 5px 5px;
	overflow: hidden;
	z-index: 2;
}

.page_showcase section.cocoongames ul li .maininfo .content h3 {
	position: absolute;
	bottom: -5px;
	left: -50px;
	width: 100%;
	padding: 0 50px;
	background: rgba(0, 0, 0, 0.65);
	color: #fff;
	font-size: 1.3em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

.page_showcase section.cocoongames ul li .maininfo .content h3 span {
	white-space: nowrap;
	display: block;
	margin-right: 100px;
	overflow: hidden;
	padding: 10px 0 12px 8px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

.page_showcase section.cocoongames ul li .maininfo .content .image img {
	display: block;
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px 5px 5px 5px;
	-moz-border-radius: 10px 5px 5px 5px;
	border-radius: 10px 5px 5px 5px;
}

.page_showcase section.cocoongames ul li .maininfo .content .rate {
	position: absolute;
	bottom: 10px;
	right: 7px;
}

.page_showcase section.cocoongames ul li .extrainfo {
	margin-top: 15px;
}

.page_showcase section.cocoongames ul li .extrainfo .company {
	font-size: 1.6em;
	line-height: 1em;
	color: #3a3a3a;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.page_showcase section.cocoongames ul {
		zoom: 1;
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-left: -2%;
	}

	.page_showcase section.cocoongames ul:before,
	.page_showcase section.cocoongames ul:after {
		display: table;
		content: "";
		zoom: 1;
		*display: inline;
	}

	.page_showcase section.cocoongames ul:after {
		clear: both;
	}

	.page_showcase section.cocoongames ul li {
		display: inline-block;
		vertical-align: top;
		margin: 25px 0 0 2%;
		width: 47.5%;
	}

	.page_showcase section.cocoongames ul li .maininfo {
		position: relative;
	}

	.page_showcase section.cocoongames ul li .maininfo:after {
		content: "";
		position: absolute;
		left: 3%;
		bottom: 0;
		width: 94%;
		height: 30px;
		z-index: 1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		-webkit-box-shadow: 0 3px 9px #000000;
		-moz-box-shadow: 0 3px 9px #000000;
		box-shadow: 0 3px 9px #000000;
	}

	.page_showcase section.cocoongames ul li .maininfo .content {
		position: relative;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px 5px 5px 5px;
		-moz-border-radius: 10px 5px 5px 5px;
		border-radius: 10px 5px 5px 5px;
		overflow: hidden;
		z-index: 2;
	}

	.page_showcase section.cocoongames ul li .maininfo .content h3 {
		position: absolute;
		bottom: -5px;
		left: -50px;
		width: 100%;
		padding: 0 50px;
		background: rgba(0, 0, 0, 0.65);
		color: #fff;
		font-size: 1.3em;
		line-height: 1.2em;
		text-transform: uppercase;
		text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7);
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	.page_showcase section.cocoongames ul li .maininfo .content h3 span {
		white-space: nowrap;
		display: block;
		margin-right: 100px;
		overflow: hidden;
		padding: 10px 0 12px 8px;
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	.page_showcase section.cocoongames ul li .maininfo .content .image img {
		display: block;
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px 5px 5px 5px;
		-moz-border-radius: 10px 5px 5px 5px;
		border-radius: 10px 5px 5px 5px;
	}

	.page_showcase section.cocoongames ul li .maininfo .content .rate {
		position: absolute;
		bottom: 10px;
		right: 7px;
	}

	.page_showcase section.cocoongames ul li .extrainfo {
		margin-top: 15px;
	}

	.page_showcase section.cocoongames ul li .extrainfo .company {
		font-size: 1.6em;
		line-height: 1em;
		color: #3a3a3a;
		margin-bottom: 10px;
	}
}

@media (max-width: 640px) {
	.page_showcase section.cocoongames ul {
		zoom: 1;
		margin: 0;
		padding: 0;
		list-style-type: none;
		margin-left: -2%;
	}

	.page_showcase section.cocoongames ul:before,
	.page_showcase section.cocoongames ul:after {
		display: table;
		content: "";
		zoom: 1;
		*display: inline;
	}

	.page_showcase section.cocoongames ul:after {
		clear: both;
	}

	.page_showcase section.cocoongames ul li {
		display: inline-block;
		vertical-align: top;
		margin: 25px 0 0 2%;
		width: 97.5%;
	}

	.page_showcase section.cocoongames ul li .maininfo {
		position: relative;
	}

	.page_showcase section.cocoongames ul li .maininfo:after {
		content: "";
		position: absolute;
		left: 3%;
		bottom: 0;
		width: 94%;
		height: 30px;
		z-index: 1;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		border-radius: 5px 5px 5px 5px;
		-webkit-box-shadow: 0 3px 9px #000000;
		-moz-box-shadow: 0 3px 9px #000000;
		box-shadow: 0 3px 9px #000000;
	}

	.page_showcase section.cocoongames ul li .maininfo .content {
		position: relative;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px 5px 5px 5px;
		-moz-border-radius: 10px 5px 5px 5px;
		border-radius: 10px 5px 5px 5px;
		overflow: hidden;
		z-index: 2;
	}

	.page_showcase section.cocoongames ul li .maininfo .content h3 {
		position: absolute;
		bottom: -5px;
		left: -50px;
		width: 100%;
		padding: 0 50px;
		background: rgba(0, 0, 0, 0.65);
		color: #fff;
		font-size: 1.3em;
		line-height: 1.2em;
		text-transform: uppercase;
		text-shadow: 0 2px 1px rgba(0, 0, 0, 0.7);
		-webkit-transform: rotate(-2deg);
		-moz-transform: rotate(-2deg);
		-ms-transform: rotate(-2deg);
		-o-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}

	.page_showcase section.cocoongames ul li .maininfo .content h3 span {
		white-space: nowrap;
		display: block;
		margin-right: 100px;
		overflow: hidden;
		padding: 10px 0 12px 8px;
		-webkit-transform: rotate(2deg);
		-moz-transform: rotate(2deg);
		-ms-transform: rotate(2deg);
		-o-transform: rotate(2deg);
		transform: rotate(2deg);
	}

	.page_showcase section.cocoongames ul li .maininfo .content .image img {
		display: block;
		width: 100%;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-border-radius: 10px 5px 5px 5px;
		-moz-border-radius: 10px 5px 5px 5px;
		border-radius: 10px 5px 5px 5px;
	}

	.page_showcase section.cocoongames ul li .maininfo .content .rate {
		position: absolute;
		bottom: 10px;
		right: 7px;
	}

	.page_showcase section.cocoongames ul li .extrainfo {
		margin-top: 15px;
	}

	.page_showcase section.cocoongames ul li .extrainfo .company {
		font-size: 1.6em;
		line-height: 1em;
		color: #3a3a3a;
		margin-bottom: 10px;
	}
}

.page_showcase section.cocoongames .more {
	text-align: right;
}

.page_showcase section.cocoongames .more a {
	min-width: 20%;
}

.page_showcase_all-apps {
	max-width: 100%;
}

.page_showcase_all-apps .page_content .showcase_apps_menu {
	margin-bottom: 30px;
}

.page_showcase_all-apps .page_content .showcase_apps_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

.page_showcase_all-apps .page_content .showcase_apps_menu ul li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	margin: 4px;
	font-size: 1.6em;
	line-height: 1.2em;
}

.page_showcase_all-apps .page_content .showcase_apps_menu ul li a {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	background: #d24460;
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
	white-space: nowrap;
}

.page_showcase_all-apps .page_content .showcase_apps_menu ul li a:hover {
	background: #ee9700;
	color: #fff !important;
}

.page_showcase_all-apps .page_content .showcase_apps_menu ul li a img {
	width: 17px;
	height: 13px;
}

.page_showcase_all-apps .page_content section.apps ul.items {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.page_showcase_all-apps .page_content section.apps ul.items li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
	width: 310px;
	border: 1px solid #dadada;
	padding: 10px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px 5px 5px 5px;
	-moz-border-radius: 3px 3px 3px 3px 5px 5px 5px;
	border-radius: 3px 3px 3px 3px 5px 5px 5px;
}

.page_showcase_all-apps .page_content section.apps ul.items li .top_content {
	zoom: 1;
	padding-left: 75px;
}

.page_showcase_all-apps .page_content section.apps ul.items li .top_content:before,
.page_showcase_all-apps .page_content section.apps ul.items li .top_content:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_showcase_all-apps .page_content section.apps ul.items li .top_content:after {
	clear: both;
}

.page_showcase_all-apps .page_content section.apps ul.items li .top_content .image {
	float: left;
	margin-left: -75px;
	width: 60px;
}

.page_showcase_all-apps .page_content section.apps ul.items li .top_content .image img {
	display: block;
	width: 100%;
	height: auto;
}

.page_showcase_all-apps .page_content section.apps ul.items li .top_content h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1em;
}

.page_showcase_all-apps .page_content section.apps ul.items li .top_content .company {
	margin-bottom: 0.3em;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #aa1834;
}

.page_showcase_all-apps .page_content section.apps ul.items li .text {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0.5em 0 1em;
}

.page_showcase_all-apps .page_content section.apps ul.items li .app_links a {
	margin-bottom: 5px;
}

.page_showcase_all-apps .page_content section.apps ul.items li .actions {
	text-align: center;
	padding: 15px 0 10px;
}

.page_showcase_all-apps .page_content section.apps ul.items li .actions .button {
	width: 49%;
}

.page_showcase_all-apps .page_content section.apps .loadmore_link {
	margin-top: 50px;
	text-align: center;
}

.ORGpage_showcase_all-apps .page_content {
	padding-left: 300px;
}

.ORGpage_showcase_all-apps .page_content .showcase_menu_aside {
	float: left;
	width: 190px;
	margin-left: -300px;
}

.ORGpage_showcase_all-apps section.apps h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 60px;
}

.ORGpage_showcase_all-apps section.apps ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ORGpage_showcase_all-apps section.apps ul li {
	margin-bottom: 75px;
}

.ORGpage_showcase_all-apps section.apps ul li article {
	padding-left: 125px;
}

.ORGpage_showcase_all-apps section.apps ul li article .image {
	float: left;
	margin-left: -125px;
	width: 93px;
}

.ORGpage_showcase_all-apps section.apps ul li article .image img {
	display: block;
	width: 100%;
	height: auto;
}

.ORGpage_showcase_all-apps section.apps ul li article h3 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	color: #494949;
}

.ORGpage_showcase_all-apps section.apps ul li article .company {
	margin: 0.2em 0;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #aa1834;
}

.ORGpage_showcase_all-apps section.apps ul li article .text {
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0.8em 0;
}

.ORGpage_showcase_all-apps section.apps ul li article .app_links {
	margin: 20px 0 10px;
}

.ORGpage_showcase_all-apps section.apps ul li article .actions a {
	margin-right: 3px;
}

.ORGpage_showcase_all-apps section.apps .loadmore_link {
	margin: 125px 0 0 125px;
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
	.page_showcase_all-apps .page_content section.apps ul.items li {
		width: 48%;
	}
}

@media screen and (max-width: 640px) {
	.page_showcase_all-apps .page_content section.apps ul.items li {
		width: 100%;
	}
}

.page_showcase_game article.game {
	zoom: 1;
}

.page_showcase_game article.game:before,
.page_showcase_game article.game:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_showcase_game article.game:after {
	clear: both;
}

.page_showcase_game article.game header {
	float: left;
	width: 130px;
	margin-right: 30px;
	text-align: center;
}

.page_showcase_game article.game header .image {
	margin-bottom: 5px;
}

.page_showcase_game article.game header .image img {
	display: block;
	width: 100%;
	height: auto;
}

.page_showcase_game article.game header h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
}

.page_showcase_game article.game .info {
	float: left;
	width: 525px;
}

.page_showcase_game article.game .info .images {
	height: 296px;
	overflow: hidden;
}

.page_showcase_game article.game .info .images ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_showcase_game article.game .info .images ul li img {
	display: block;
	width: 100%;
	height: auto;
}

.page_showcase_game article.game .info .text {
	font-size: 1.6em;
	line-height: 1.3em;
	margin-top: 1.2em;
}

.page_showcase_game article.game .info .company {
	font-size: 1.6em;
	line-height: 1.3em;
	margin-top: 1.2em;
}

.page_showcase_game article.game .links {
	float: right;
	width: 250px;
}

.page_showcase_game article.game .links h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 0.7em;
}

.page_showcase_game article.game .links .app_links {
	min-height: 220px;
	height: auto !important;
	height: 220px;
}

.page_showcase_game article.game .links ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_showcase_game article.game .links ul li {
	display: inline-block;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	width: 49%;
	margin: 0 0 25px 0;
	vertical-align: top;
}

.page_showcase_game article.game .links ul li a {
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

.page_showcase_game .link_back {
	margin-top: 60px;
}

.page_showcase_play article {
	zoom: 1;
	padding-right: 320px;
}

.page_showcase_play article:before,
.page_showcase_play article:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_showcase_play article:after {
	clear: both;
}

.page_showcase_play article .maininfo {
	float: right;
	margin-right: -320px;
	width: 290px;
}

.page_showcase_play article .maininfo h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 0.25em;
}

.page_showcase_play article .maininfo .text {
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 1em;
}

.page_showcase_play article .maininfo .actions {
	text-align: right;
}

.page_showcase_play article .game iframe {
	width: 100%;
}

.page_showcase_play article .game .company {
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: right;
	margin: 1em 0;
}

.page_showcase_play .link_back {
	margin-top: 60px;
}

.page_ludei_customers section.customer_highlighted {
	margin-bottom: 60px;
}
.page_ludei_customers section.customer_highlighted article {
	zoom: 1;
}
.page_ludei_customers section.customer_highlighted article:before,
.page_ludei_customers section.customer_highlighted article:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
.page_ludei_customers section.customer_highlighted article:after {
	clear: both;
}
.page_ludei_customers section.customer_highlighted article .image {
	float: left;
	width: 45%;
}
.page_ludei_customers section.customer_highlighted article .image img {
	width: 100%;
	height: auto;
}
.page_ludei_customers section.customer_highlighted article .content {
	float: right;
	width: 50%;
}
.page_ludei_customers section.customer_highlighted article .content h1 {
	position: absolute;
	left: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin: 0.6em 0;
}
.page_ludei_customers section.customer_highlighted article .content .text {
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0.6em 0;
}
.page_ludei_customers section.customers h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
}
.page_ludei_customers section.customers h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
}
.page_ludei_customers section.customers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -50px;
}
.page_ludei_customers section.customers ul li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: middle;
	margin: 40px 0 0 50px;
}
.page_ludei_customers section.customers .text {
	font-size: 1.6em;
	line-height: 1.3em;
}
.page_ludei_customers section.customers .nickelodeon {
	zoom: 1;
	padding: 60px 0;
}
.page_ludei_customers section.customers .nickelodeon:before,
.page_ludei_customers section.customers .nickelodeon:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}
.page_ludei_customers section.customers .nickelodeon:after {
	clear: both;
}
.page_ludei_customers section.customers .nickelodeon .logo {
	float: left;
	margin: 20px 15px 45px 10px;
}
@media screen and (max-width: 640px) {
	.page_ludei_customers section.customers ul {
		margin: 0;
	}
	.page_ludei_customers section.customers ul li {
		margin: 20px 5px 0 5px;
	}
	.page_ludei_customers section.customers ul li img {
		max-width: 100px;
		max-height: 40px;
		width: auto;
		height: auto;
	}
	.page_ludei_customers section.customers .nickelodeon {
		padding-top: 0;
	}
	.page_ludei_customers section.customers .nickelodeon .logo,
	.page_ludei_customers section.customers .nickelodeon .logo[style] {
		float: none !important;
		padding: 0 !important;
		margin: 10px 0;
	}
	.page_ludei_customers section.customers .nickelodeon .logo img,
	.page_ludei_customers section.customers .nickelodeon .logo[style] img {
		max-width: 100%;
	}
}

.page_company h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 35px;
}

.page_company article .map {
	margin-bottom: 45px;
}

.page_company article .map iframe {
	width: 100%;
}

.page_company article .map small {
	position: absolute;
	left: -99999px;
	top: -99999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.page_company article .info {
	zoom: 1;
}

.page_company article .info:before,
.page_company article .info:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_company article .info:after {
	clear: both;
}

.page_company article .info .logo {
	float: left;
	margin-right: 30px;
}

.page_company article .info .text {
	float: left;
	font-size: 1.6em;
	line-height: 1.3em;
	line-height: 1.4em;
	width: 50%;
}

.page_company article .info .text .info_partner {
	margin-top: 5em;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #aaa;
}

.page_company article .info .text .info_partner a {
	color: #aaa;
	text-decoration: underline;
}

.page_company article .info .text .info_partner a:hover {
	color: #777 !important;
}

.page_company article .info .text .info_partner img {
	width: 150px;
}

.page_company article .info .address {
	float: right;
	border-left: 3px solid #494949;
	padding: 0 0 0 35px;
	font-size: 2.1em;
	line-height: 1.2em;
	background-image: url(/assets/img/shape/localization.png);
	background-repeat: no-repeat;
	background-position: 18px 5px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_company article .info .address {
		background-image: url(/assets/img/shape/localization@2x.png);
		background-size: 8px 13px;
	}
}

@media screen and (max-width: 768px) {
	.page_company article .info .logo {
		margin-top: -1em;
		margin-bottom: 2em;
	}

	.page_company article .info .text {
		clear: left;
	}
}

@media screen and (max-width: 640px) {
	.page_company article .info .logo {
		float: none;
	}

	.page_company article .info .text {
		float: none;
		width: 100%;
	}

	.page_company article .info .address {
		float: none;
		margin-top: 2em;
	}
}

.page_company_press h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 35px;
}

.page_company_press h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 60px;
}

.page_company_press .page_content {
	padding-right: 400px;
}

.page_company_press .page_content .press_menu_aside {
	float: right;
	width: 250px;
	margin-right: -400px;
}

@media (max-width: 990px) {
	.page_company_press .page_content {
		padding-right: 300px;
	}

	.page_company_press .page_content .press_menu_aside {
		margin-right: -300px;
	}
}

@media (max-width: 768px) {
	.page_company_press .page_content {
		padding-right: 200px;
	}

	.page_company_press .page_content .press_menu_aside {
		width: 150px;
		margin-right: -200px;
	}
}

@media (max-width: 640px) {
	.page_company_press .page_content {
		font-family: nexa_boldregular, Arial, sans-serif;
		font-weight: normal;
		padding-right: 0;
		font-size: 0.9em;
	}

	.page_company_press .page_content .press_menu_aside {
		width: auto;
		margin: -20px 0 0 0;
	}
}

.page_company_press_index section.news ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_company_press_index section.news ul li {
	margin-bottom: 60px;
}

.page_company_press_index section.news ul li article h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 0px;
}

.page_company_press_index section.news ul li article h2 a {
	color: #494949;
}

.page_company_press_index section.news ul li article .text,
.page_company_press_index section.news ul li article .source {
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0.6em 0 1em 0;
}

.page_company_press_index section.news ul li article .actions {
	text-align: right;
}

.page_company_press_releases section.releases ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_company_press_releases section.releases ul li {
	margin-bottom: 60px;
}

.page_company_press_releases section.releases ul li article h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
}

.page_company_press_releases section.releases ul li article h2 a {
	color: #494949;
}

.page_company_press_photos section.photos iframe {
	width: 100%;
	height: 550px;
}

.page_company_press_newsletters section.newsletters ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_company_press_newsletters section.newsletters ul li {
	margin-bottom: 60px;
}

.page_company_press_newsletters section.newsletters ul li article h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 0px;
}

.page_company_press_newsletters section.newsletters ul li article h2 a {
	color: #494949;
}

.page_company_press_newsletters section.newsletters ul li article .date {
	font-size: 1.3em;
	line-height: 1.2em;
}

.page_company_team h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 35px;
}

.page_company_team .stdtext {
	margin-bottom: 50px;
}

.page_company_team section.team ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: -2.75%;
}

.page_company_team section.team ul li {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	vertical-align: text-top;
	margin-left: 2.75%;
	margin-bottom: 100px;
	width: 30%;
}

.page_company_team section.team ul li article h3,
.page_company_team section.team ul li article h4 {
	font-size: 1.7em;
	line-height: 1.2em;
}

.page_company_team section.team ul li article h3 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	color: #3a3a3a;
}

.page_company_team section.team ul li article h4 {
	margin-bottom: 0.3em;
}

.page_company_team section.team ul li article .image {
	margin-bottom: 1em;
}

.page_company_team section.team ul li article .image img {
	display: block;
	width: 100%;
	height: auto;
}

.page_company_team section.team ul li article .text {
	font-size: 1.6em;
	line-height: 1.3em;
	margin-top: 0.7em;
}

.page_company_team section.team ul li article .social {
	text-align: right;
}

.page_company_team section.team ul li article .social a {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	margin-left: 4px;
}

.page_company_team section.team ul li article .social a.email {
	background-image: url(/assets/img/square-ico/email.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_company_team section.team ul li article .social a.email {
		background-image: url(/assets/img/square-ico/email@2x.png);
		background-size: 20px 20px;
	}
}

.page_company_team section.team ul li article .social a.facebook {
	background-image: url(/assets/img/square-ico/facebook.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_company_team section.team ul li article .social a.facebook {
		background-image: url(/assets/img/square-ico/facebook@2x.png);
		background-size: 20px 20px;
	}
}

.page_company_team section.team ul li article .social a.twitter {
	background-image: url(/assets/img/square-ico/twitter.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_company_team section.team ul li article .social a.twitter {
		background-image: url(/assets/img/square-ico/twitter@2x.png);
		background-size: 20px 20px;
	}
}

@media screen and (max-width: 640px) {
	.page_company_team section.team ul {
		margin: 0;
	}

	.page_company_team section.team ul li {
		margin: 0 0 50px 0;
		width: 100%;
	}

	.page_company_team section.team ul li article h4 {
		font-size: 1.2em;
		color: #9e9e9e;
	}
}

.page_company_careers section.careers h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 35px;
}

.page_company_careers section.careers ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_company_careers section.careers ul li {
	margin-bottom: 75px;
}

.page_company_careers section.careers ul li h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	font-size: 1.9em;
	margin-bottom: 0.5em;
}

.page_company_careers section.careers ul li .text {
	font-size: 1.6em;
	line-height: 1.3em;
	margin-bottom: 0.7em;
}

.page_company_careers section.careers ul li .actions {
	text-align: right;
}

.page_company_newsletter section.form h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 35px;
}

.page_company_newsletter section.form form {
	background-image: url(/assets/img/pages/company_newsletter/envelope.png);
	min-height: 251px;
	height: auto !important;
	height: 251px;
	padding-right: 550px;
	background-position: 100% 15%;
	background-repeat: no-repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_company_newsletter section.form form {
		background-image: url(/assets/img/pages/company_newsletter/envelope@2x.png);
		background-size: 500px 251px;
	}
}

@media screen and (max-width: 990px) {
	.page_company_newsletter section.form form {
		padding-right: 350px;
	}
}

@media screen and (max-width: 768px) {
	.page_company_newsletter section.form form {
		padding-right: 150px;
		background-size: 300px 150px;
	}
}

@media screen and (max-width: 640px) {
	.page_company_newsletter section.form form {
		padding-right: 0;
		background-image: none;
	}

	.page_company_newsletter section.form form .fieldbox {
		width: 100%;
	}
}

.page_company_contact section.form h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 35px;
}

.page_company_contact section.form form {
	width: 70%;
}

@media screen and (max-width: 640px) {
	.page_company_contact section.form form {
		width: 100%;
	}
}

.page_dashboard section.widgets {
	margin-left: -3%;
}

.page_dashboard section.widgets article.widget {
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	width: 46.8%;
	margin-left: 3%;
	margin-bottom: 70px;
}

.page_dashboard section.widgets article.widget h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

.page_dashboard section.widgets article.widget .widget_content {
	zoom: 1;
}

.page_dashboard section.widgets article.widget .widget_content:before,
.page_dashboard section.widgets article.widget .widget_content:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_dashboard section.widgets article.widget .widget_content:after {
	clear: both;
}

.page_dashboard section.widgets article.widget .widget_actions {
	margin-top: 15px;
	text-align: right;
}

.page_dashboard section.widgets article.widget .widget_actions a {
	margin-left: 5px;
}

.page_dashboard section.widgets article.widget.widget-projects ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_dashboard section.widgets article.widget.widget-projects ul li {
	position: relative;
	margin-bottom: 4px;
	background: #f2f2f2;
	padding: 12px;
}

.page_dashboard section.widgets article.widget.widget-projects ul li h2 {
	font-size: 1.8em;
	line-height: 1.1em;
	margin-right: 100px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.page_dashboard section.widgets article.widget.widget-projects ul li .text {
	margin: 0.6em 0;
	font-size: 1.6em;
	line-height: 1.3em;
}

.page_dashboard section.widgets article.widget.widget-projects ul li .status {
	font-size: 1.6em;
	line-height: 1.3em;
	background-image: url(/assets/img/shape/cloud-s.png);
	padding-left: 23px;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_dashboard section.widgets article.widget.widget-projects ul li .status {
		background-image: url(/assets/img/shape/cloud-s@2x.png);
		background-size: 18px 11px;
	}
}

.page_dashboard section.widgets article.widget.widget-projects ul li .status .completed {
	color: #14bc53;
}

.page_dashboard section.widgets article.widget.widget-projects ul li .status .failed {
	color: #bc1418;
}

.page_dashboard section.widgets article.widget.widget-projects ul li .status .waiting {
	color: #cf800f;
}

.page_dashboard section.widgets article.widget.widget-projects ul li .actions {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 1.8em;
	line-height: 1em;
	color: #3a3a3a;
}

.page_dashboard section.widgets article.widget.widget-projects ul li .actions a {
	color: #3a3a3a;
	background-repeat: no-repeat;
	background-position: 0 60%;
}

.page_dashboard section.widgets article.widget.widget-projects ul li .actions a.edit {
	padding-left: 15px;
	background-image: url(/assets/img/shape/spanner.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_dashboard section.widgets article.widget.widget-projects ul li .actions a.edit {
		background-image: url(/assets/img/shape/spanner@2x.png);
		background-size: 12px 12px;
	}
}

.page_dashboard section.widgets article.widget.widget-analytics .widget_content {
	background: #f2f2f2;
	padding: 12px;
}

.page_dashboard section.widgets article.widget.widget-analytics .widget_content .select_holder {
	float: left;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0;
}

.page_dashboard section.widgets article.widget.widget-analytics .widget_content .range {
	float: right;
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0;
}

.page_dashboard section.widgets article.widget.widget-analytics .widget_content .sketch {
	clear: both;
	padding-top: 20px;
}

.page_dashboard section.widgets article.widget.widget-analytics .widget_content .sketch img {
	display: block;
	width: 100%;
	height: auto;
}

.page_dashboard section.widgets article.widget.widget-tickets ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_dashboard section.widgets article.widget.widget-tickets ul li {
	padding: 12px;
	margin-bottom: 4px;
	background: #f2f2f2;
}

.page_dashboard section.widgets article.widget.widget-tickets ul li h2 {
	float: right;
	font-size: 1.8em;
	line-height: 1.1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #3a3a3a;
	text-align: right;
	width: 75%;
}

.page_dashboard section.widgets article.widget.widget-tickets ul li .code {
	float: left;
	font-size: 1.8em;
	line-height: 1em;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.page_dashboard section.widgets article.widget.widget-tickets ul li .code .action {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	width: 13px;
	height: 1em;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.page_dashboard section.widgets article.widget.widget-tickets ul li .code .action.sent {
	background-position: 2px 50%;
	background-image: url(/assets/img/shape/arrow-sent-green.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_dashboard section.widgets article.widget.widget-tickets ul li .code .action.sent {
		background-image: url(/assets/img/shape/arrow-sent-green@2x.png);
		background-size: 11px 11px;
	}
}

.page_dashboard section.widgets article.widget.widget-tickets ul li .code .action.inbox {
	background-image: url(/assets/img/shape/arrow-down-orange.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_dashboard section.widgets article.widget.widget-tickets ul li .code .action.inbox {
		background-image: url(/assets/img/shape/arrow-down-orange@2x.png);
		background-size: 13px 13px;
	}
}

.page_dashboard section.widgets article.widget.widget-tickets ul li .text {
	clear: both;
	font-size: 1.6em;
	line-height: 1.3em;
	padding: 0.6em 0;
}

.page_dashboard section.widgets article.widget.widget-tickets ul li .date {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #14bc53;
}

.page_privacy-policy article {
	font-size: 1.6em;
	line-height: 1.3em;
}

.page_privacy-policy article h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

.page_privacy-policy article h2 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	margin: 1.5em 0 1em 0;
}

.page_privacy-policy article ul.lower-alpha {
	list-style-type: lower-alpha;
}

.page_privacy-policy article .center {
	text-align: center;
}

.page_privacy-policy article .list-spacer li {
	margin: 1em 0;
}

.page_get-started {
	width: 100%;
	background: #000;
	color: #fff;
}

.page_get-started .flexslider {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.page_get-started .flexslider ul.slides {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.page_get-started .flexslider ul.slides > li {
	position: relative;
}

.page_get-started .flexslider ul.slides > li .content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	height: 500px;
}

.page_get-started .flexslider ul.slides > li h1 {
	font-size: 4em;
	margin-bottom: 0.4em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.page_get-started .flexslider ul.slides > li .text {
	font-size: 2.1em;
	line-height: 1.2em;
}

.page_get-started .flexslider ul.slides > li.whatis .content {
	padding: 90px 5px 0 400px;
	background-repeat: no-repeat;
	background-position: 0 10px;
	background-image: url(/assets/img/pages/get-started/cloud.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_get-started .flexslider ul.slides > li.whatis .content {
		background-image: url(/assets/img/pages/get-started/cloud@2x.png);
		background-size: 328px 352px;
	}
}

.page_get-started .flexslider ul.slides > li.features .content {
	padding: 90px 5px 0 400px;
	background-repeat: no-repeat;
	background-position: 0 90px;
	background-image: url(/assets/img/pages/get-started/features.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_get-started .flexslider ul.slides > li.features .content {
		background-image: url(/assets/img/pages/get-started/features@2x.png);
		background-size: 328px 238px;
	}
}

.page_get-started .flexslider ul.slides > li.steps .content {
	padding: 65px 5px 0 400px;
	background-repeat: no-repeat;
	background-position: 0 45px;
	background-image: url(/assets/img/pages/get-started/steps.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_get-started .flexslider ul.slides > li.steps .content {
		background-image: url(/assets/img/pages/get-started/steps@2x.png);
		background-size: 952px 258px;
	}
}

.page_get-started .flexslider ul.slides > li.steps h1 {
	position: absolute;
	left: 10px;
	top: 10px;
}

.page_get-started .flexslider ul.slides > li.steps ol {
	zoom: 1;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0;
	top: 325px;
	margin-left: -100px;
}

.page_get-started .flexslider ul.slides > li.steps ol:before,
.page_get-started .flexslider ul.slides > li.steps ol:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

.page_get-started .flexslider ul.slides > li.steps ol:after {
	clear: both;
}

.page_get-started .flexslider ul.slides > li.steps ol li {
	float: left;
	margin-left: 100px;
	width: 252px;
	font-size: 1.6em;
	line-height: 1.1em;
}

.page_get-started .flexslider ul.slides > li.start .content {
	padding: 90px 5px 0 400px;
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-image: url(/assets/img/pages/get-started/start.png);
}

@media all and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 192dpi) {
	.page_get-started .flexslider ul.slides > li.start .content {
		background-image: url(/assets/img/pages/get-started/start@2x.png);
		background-size: 365px 377px;
	}
}

.page_get-started .flexslider ul.slides > li.start .actions {
	margin: 3em 0 0 0;
	text-align: center;
}

.page_get-started .flexslider ul.slides > li.start .actions .button {
	font-size: 2em;
}

body#landing {
	font-family: Verdana, Arial, sans-serif;
}

body#landing #landing_container {
	min-width: 320px;
	width: auto !important;
	width: 320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
	font-size: 62.5%;
	line-height: 1.2em;
	background: url(/assets/img/landing/cover_black.png) no-repeat 50% 50%;
	background-size: cover;
	color: #fff;
}

body#landing #landing_footer,
body#landing #landing_footerpush {
	min-width: 320px;
	width: auto !important;
	width: 320px;
	font-size: 62.5%;
	line-height: 1.2em;
	height: 70px;
}

body#landing #landing_container #landing_header {
	zoom: 1;
	background: #fff;
	color: #555555;
	padding: 10px 12px;
}

body#landing #landing_container #landing_header:before,
body#landing #landing_container #landing_header:after {
	display: table;
	content: "";
	zoom: 1;
	*display: inline;
}

body#landing #landing_container #landing_header:after {
	clear: both;
}

body#landing #landing_container #landing_header .html5_content {
	display: none;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.2em;
	padding-bottom: 40px;
}

body#landing #landing_container #landing_header .html5_content h1 {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	width: 221px;
	height: 156px;
	margin: 0 auto 10px;
	background: url(/assets/img/landing/html5.png) no-repeat 50% 50%;
	background-size: 221px 156px;
}

body#landing #landing_container #landing_header .logo {
	float: left;
	width: 78px;
	height: 22px;
}

body#landing #landing_container #landing_header .logo a,
body#landing #landing_container #landing_header .logo img {
	display: block;
	width: 100%;
	height: 100%;
}

body#landing #landing_container #landing_header .trigger_html {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	float: right;
	margin-top: 2px;
	width: 17px;
	height: 17px;
	background: url(/assets/img/landing/trigger.png) no-repeat 50% 50%;
	background-size: 17px 17px;
}

body#landing #landing_container #landing_header .trigger_html.active {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
}

body#landing #landing_container section.ludei_games {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	color: #fff;
	font-size: 1.8em;
	line-height: 1.3em;
	text-align: center;
}

body#landing #landing_container section.ludei_games article {
	background: url(/assets/img/landing/_sample.png) repeat-x 50% 0;
	background-size: 1000px 276px;
}

body#landing #landing_container section.ludei_games article .article_content {
	padding: 310px 45px 45px;
}

body#landing #landing_container section.ludei_games article h1 {
	font-family: nexa_boldregular, Arial, sans-serif;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	/* IE7 (hasLayout)*/

	*display: inline;
	/* IE */

	position: relative;
	margin-bottom: 1.5em;
	font-size: 2em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-shadow: 0 3px 2px #000;
}

body#landing #landing_container section.ludei_games article h1:after {
	content: "";
	position: absolute;
	left: 5%;
	bottom: -0.7em;
	height: 2px;
	width: 90%;
	background: #aa1834;
	-webkit-box-shadow: 0 0 5px 5px #000000;
	-moz-box-shadow: 0 0 5px 5px #000000;
	box-shadow: 0 0 5px 5px #000000;
}

body#landing #landing_container section.ludei_games article .actions {
	margin-top: 20px;
}

body#landing #landing_container section.ludei_games article .actions a {
	font-size: 1em;
	box-shadow: none;
	padding-left: 60px;
	padding-right: 60px;
	font-weight: normal;
}

body#landing #landing_footer {
	position: relative;
	background: #fff;
	color: #555555;
	width: 100%;
	z-index: 9;
	overflow: hidden;
}

body#landing #landing_footer:after {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	content: "";
	position: absolute;
	width: 150%;
	height: 25px;
	background: #fff;
	top: -12px;
	left: 50%;
	margin-left: -75%;
	z-index: 5;
}

@media only screen and (min-width: 1px) and (max-width: 640) {
	body#landing #landing_container {
		min-height: auto;
		height: auto !important;
		height: auto;
		margin-bottom: 0;
	}

	body#landing #landing_container section.ludei_games {
		font-size: 1.2em;
	}

	body#landing #landing_container section.ludei_games article {
		background-size: 500px 138px;
	}

	body#landing #landing_container section.ludei_games article .article_content {
		padding: 165px 10px 30px 10px;
	}

	body#landing #landing_footer,
	body#landing #landing_footerpush {
		height: auto;
	}
}