@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(../fonts/lato/v7/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/lato/v7/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/lato/v7/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local('Lato Black'), local('Lato-Black'), url(../fonts/lato/v7/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}
@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local('Lato Italic'), local('Lato-Italic'), url(../fonts/lato/v7/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}


body {
	color: #777;
}
#layout, #menu, .menu-link {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
#layout {
	position: relative;
	padding-left: 0;
}
#layout.active {
	position: relative;
	left: 210px;
}
#layout.active #menu {
	left: 210px;
	width: 210px;
}
#layout.active .menu-link {
	left: 210px;
}
#menu {
	margin-left: -210px;
	width: 210px;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background: #191818;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#menu a {
	color: #999;
	border: 0;
	padding: .6em 0 .6em .6em;
}
#menu .pure-menu, #menu .pure-menu ul {
	border: 0;
	background: transparent;
}
#menu .pure-menu ul {
	border-top: 1px solid #333;
}
#menu .pure-menu li a:hover, #menu .pure-menu li a:focus {
	background: #333;
}
#menu .pure-menu-heading {
	background: #1f8dd6;
}
#menu .pure-menu-heading {
	font-size: 110%;
	color: #fff;
	margin: 0;
}
.menu-link {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.7);
	font-size: 10px;
	z-index: 10;
	width: 2em;
	height: auto;
	padding: 2.1em 1.6em;
}
.menu-link:hover, .menu-link:focus {
	background: #000;
}
.menu-link span {
	position: relative;
	display: block;
}
.menu-link span, .menu-link span:before, .menu-link span:after {
	background-color: #fff;
	width: 100%;
	height: .2em;
}
.menu-link span:before, .menu-link span:after {
	position: absolute;
	margin-top: -0.6em;
	content: " ";
}
.menu-link span:after {
	margin-top: .6em;
}
@media (min-width:992px) {
	#layout {
		padding-left: 210px;
		left: 0;
	}
	#menu {
		left: 210px;
	}
	.menu-link {
		position: fixed;
		left: 210px;
		display: none;
	}
	#layout.active .menu-link {
		left: 210px;
	}
}
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
mark {
	color: #000;
	background: #ff0;
}
small {
	font-size: 80%;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}
legend {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
td, th {
	padding: 0;
}
@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	select {
		background: #fff !important;
	}
	.navbar {
		display: none;
	}
	.btn>.caret {
		border-top-color: #000 !important;
	}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #428bca;
	text-decoration: none;
}
a:hover, a:focus {
	color: #2a6496;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999;
}
h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
	font-size: 65%;
}
h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4 small, h5 small, h6 small {
	font-size: 75%;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 10px;
}
small, .small {
	font-size: 85%;
}
cite {
	font-style: normal;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt, dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #999;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
blockquote:before, blockquote:after {
	content: "";
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
code, kbd, pre, samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px;
}
kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width:768px) {
	.container {
		width: 750px;
	}
}
@media (min-width:992px) {
	.container {
		width: 970px;
	}
}
@media (min-width:1200px) {
	.container {
		width: 1170px;
	}
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
@media (min-width:768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
}
@media (min-width:992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
}
@media (min-width:1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
}
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	text-align: left;
}
table col[class*="col-"] {
	position: static;
	display: table-column;
	float: none;
}
table td[class*="col-"], table th[class*="col-"] {
	position: static;
	display: table-cell;
	float: none;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple], select[size] {
	height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
input[type="search"] {
	-webkit-appearance: none;
}
input[type="date"] {
	line-height: 34px;
}
input[type="radio"][disabled], input[type="checkbox"][disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn[disabled], fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../fonts/glyphicons-halflings-regular.eot');
	src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropdown {
	position: relative;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-moz-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #428bca;
	outline: 0;
}
.open>.dropdown-menu {
	display: block;
}
.open>a {
	outline: 0;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
.btn .caret {
	margin-left: 0;
}
[data-toggle="buttons"]>.btn>input[type="radio"], [data-toggle="buttons"]>.btn>input[type="checkbox"] {
	display: none;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav>li {
	position: relative;
	display: block;
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #eee;
	border-color: #428bca;
}
.nav>li>a>img {
	max-width: none;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}
@media (min-width:768px) {
	.navbar {
		border-radius: 4px;
	}
}
@media(min-width:768px) {
	.navbar-header {
		float: left;
	}
}
.navbar-collapse {
	max-height: 340px;
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
	overflow-y: auto;
}
@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}
	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
	.navbar-collapse.in {
		overflow-y: visible;
	}
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}
.container>.navbar-header, .container>.navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}
@media (min-width:768px) {
	.container>.navbar-header, .container>.navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}
@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
	text-decoration: none;
}
@media (min-width:768px) {
	.navbar>.container .navbar-brand {
		margin-left: -15px;
	}
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
@media (min-width:768px) {
	.navbar-toggle {
		display: none;
	}
}
.navbar-nav {
	margin: 7.5px -15px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}
@media (max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}
@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}
	.navbar-nav>li {
		float: left;
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
@media (min-width:768px) {
	.navbar-left {
		float: left !important;
	}
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-brand {
	color: #999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a {
	color: #999;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #080808;
}
.navbar-inverse .navbar-toggle {
	border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-collapse {
	border-color: #101010;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
	color: #fff;
	background-color: #080808;
}
@media(max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808;
	}
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination>li {
	display: inline;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
	color: #2a6496;
	background-color: #eee;
	border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.modal-open {
	overflow: hidden;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
@media (min-width:992px) {
	.modal-lg {
		width: 900px;
	}
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	font-size: 12px;
	line-height: 1.4;
	visibility: visible;
	filter: alpha(opacity=0);
	opacity: 0;
}
.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}
.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}
.popover-content {
	padding: 9px 14px;
}
.popover>.arrow, .popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover>.arrow {
	border-width: 11px;
}
.popover>.arrow:after {
	content: "";
	border-width: 10px;
}
.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
}
.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}
.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
}
.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}
.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .row:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after {
	clear: both;
}
.affix {
	position: fixed;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs, .visible-sm, .visible-md {
	display: none !important;
}
@media (max-width:767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs, td.visible-xs {
		display: table-cell !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm, td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md, td.visible-md {
		display: table-cell !important;
	}
}
@media (max-width:767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width:1200px) {
	.hidden-lg {
		display: none !important;
	}
}
@media print {
	.hidden-print {
		display: none !important;
	}
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a[href], label[for], select, input[type=checkbox], input[type=radio] {
	cursor: pointer;
}
button, input[type=button], input[type=image], input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}
button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=image]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
	border: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.ie7 .clearfix {
	zoom: 1;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
th, td {
	vertical-align: top;
}
th {
	font-weight: normal;
	text-align: left;
}
address, cite, dfn {
	font-style: normal;
}
abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}
sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
textarea {
	overflow: auto;
}
html {
	height: 100%;
	position: relative;
}
body {
	font: 14px/21px 'Lato', sans-serif;
	color: #363f40;
	background: #fff;
	min-width: 960px;
	height: 100%;
}
#layout, #main {
	height: 100%;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #0b8be0;
}
a:hover {
	text-decoration: underline;
}
.lazy {
	display: none;
}
.main-holder {
	position: relative;
	min-height: 100%;
	padding: 0 0 90px 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#header {
	background-color: #f2f2f2;
	-moz-box-shadow: inset 0 -4px 5px -5px rgba(0, 0, 0, .09);
	-webkit-box-shadow: inset 0 -4px 5px -5px rgba(0, 0, 0, .09);
	box-shadow: inset 0 -4px 5px -5px rgba(0, 0, 0, .09);
	height: 90px;
	position: relative;
	z-index: 9999;
	border: 0;
	margin-bottom: 0;
}
#header .navbar-collapse {
	display: none !important;
}
.menu-link {
	z-index: 10000;
	width: 90px;
	padding: 26px 20px;
	background-color: #7b7b7b !important;
}
.menu-link span, .menu-link span:before, .menu-link span:after {
	width: auto;
	height: auto;
}
.menu-link span {
	display: block;
	height: 6px;
	border-radius: 3px;
	margin: 5px 0;
}
#menu {
	background: #c1c0c0;
	z-index: 20000;
}
#menu a {
	color: #fff;
	font-size: 24px;
	z-index: 100;
	line-height: 1;
	padding: 12px .6em;
}
#menu .open li a {
	color: #959595;
	font-size: 20px;
	padding: 7px .6em;
	line-height: 20px;
}
#menu .pure-menu-heading {
	background: #7b7b7b;
	height: 90px;
	padding: 25px 0 0;
	text-align: center;
	display: none;
	position: relative;
}
#menu .pure-menu ul {
	border: 0;
}
#menu .pure-menu .nav>li>a:hover, #menu .pure-menu .nav>li>a:focus {
	background: #90bc11;
}
#menu .pure-menu .nav>li>a.dropdown-toggle:hover, #menu .pure-menu .nav>li>a.dropdown-toggle:focus {
	border-top: none !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #90bc11;
}
#menu .pure-menu li li a:hover, #menu .pure-menu li li a:focus {
	color: #90bc11;
}
#menu .pure-menu li>a:hover, #menu .pure-menu li>a:focus {
	background-color: white;
}
.navbar-brand img {
	width: auto;
	height: 52px;
}
.navbar-collapse {
	background-color: #f2f2f2;
	border: 0;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}
.navbar-inverse .navbar-toggle {
	border-color: transparent;
	margin-bottom: 0;
	display: none;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #6c6c6c;
	width: 25px;
	height: 5px;
	border-radius: 4px;
}
.navbar-nav {
	background-color: #f2f2f2;
	border: 0;
}
.navbar-collapse>ul>li {
	padding: 0 10px 0 29px;
	position: relative;
}
.navbar-collapse>ul>li>a {
	color: #858585 !important;
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 24px 0;
	background-color: transparent !important;
}
.navbar-collapse>.navbar-nav>.open>a, .navbar-collapse>.navbar-nav>.open>a:hover, .navbar-collapse>.navbar-nav>.open>a:focus {
	color: #90bc11 !important;
	text-decoration: none;
	background-color: transparent !important;
}
.navbar-collapse ul ul {
	position: absolute;
	top: 49px;
	left: 50%;
	min-width: 142px;
	margin: 0 0 0 -62px;
	background: #c3c3c3;
	border: 0;
	border-top: 5px solid #90bc11;
	border-radius: 0 0 3px 3px;
	text-align: center;
	line-height: 31px;
	font-size: 15px;
	padding: 8px 0 10px 0;
	display: none;
}
.navbar-collapse ul ul:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5.5px 6px 5.5px;
	border-color: transparent transparent #91bc11 transparent;
	top: -11px;
	left: 50%;
	margin: 0 0 0 -6px;
	position: absolute;
	content: "";
}
.navbar-nav .open .dropdown-menu {
	display: block;
}
.navbar-collapse ul ul a {
	color: #fff;
	display: block;
}
.navbar-collapse ul ul a:hover {
	color: #475e04 !important;
	background: #90bc11;
	text-decoration: none;
}
.navbar-collapse ul ul a:active {
	color: #9f9f9f;
	background: #777;
}
#content .title {
	padding: 23px 0 25px 0;
}
#content .title.space {
	padding: 30px 0 40px 0;
}
#content .title.space-2 {
	padding: 43px 0 31px 0;
}
#content .title.large h1 {
	font-size: 55px;
	line-height: 69px;
}
#content .title.space-bottom {
	padding-bottom: 20px;
}
#content .title h3 {
	text-align: center;
	color: #656565;
	font-size: 22px;
	padding: 12px 0 15px 0;
	line-height: 28px;
	font-style: italic;
}
#content .title img {
	display: block;
	margin: 0 auto -2px;
	max-width: 100%;
	height: auto;
}
#content .title h1 {
	color: #0b8be0;
	font-size: 49px;
	line-height: 49px;
	text-align: center;
	font-weight: bold;
}
#content .title h1 sup {
	font-size: 22px;
	top: -0.8em;
}
.home-slider {
	width: 100%;
	height: auto;
	background: url(../images/homepage/bg-slider.png) no-repeat;
	background-size: 100% auto;
	overflow: hidden;
	padding: 0 0 8% 0;
	position: relative;
}
.home-slider .flex-control-nav {
	display: none;
}
.home-slider .flex-direction-nav {
	display: none;
}
.home-slider img {
	width: 100%;
	height: auto;
}
.home-slider img.mobile-slide {
	display: none;
}
.home-slider .btn {
	position: absolute;
	top: 71%;
	right: 16%;
	z-index: 1000;
	width: 205px;
	height: 82px;
}
.home-slider .btn.line-2 .holder {
	height: 63px;
	padding: 12px 0 0 0;
}
.home-slider .download-win {
	position: absolute;
	top: 71%;
	left: 13%;
	z-index: 1000;
	border-radius: 3px;
	-moz-box-shadow: inset 1px 1px 5px rgba(2, 2, 2, .58);
	-webkit-box-shadow: inset 1px 1px 5px rgba(2, 2, 2, .58);
	box-shadow: inset 1px 1px 5px rgba(2, 2, 2, .58);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -o-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -webkit-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
}
.browser-play {
	text-align: center;
	overflow: hidden;
	padding: 11px 0 34px 0;
	font-weight: 300;
	color: #666;
}
.browser-play p {
	width: 700px;
	font-size: 36px;
	line-height: 44px;
	margin: auto;
	padding: 0 0 31px 0;
}
.browser-play p span {
	font-weight: normal;
}
.browser-play article {
	padding: 0 7px 23px 7px;
	display: inline-block;
}
.browser-play article img {
	display: block;
}
.browser-play .btn-blue.large {
	font-size: 31px;
	height: 71px;
	padding: 0 34px;
	font-weight: normal;
	line-height: 71px;
	text-decoration: none;
	color: white;
}
.app-player {
	font-style: italic;
	font-size: 19px;
	color: #000;
	margin: 10px 0;
}
.btn-blue.large {
	border-top: 1px solid #9ed7fe;
	border-left: 0;
	display: inline-block;
	margin: auto;
	font-size: 25px;
	height: 58px;
	line-height: 58px;
	text-shadow: 1px 1px 0 #0570e8;
}
.infographics {
	overflow: hidden;
	padding: 40px 0 152px;
}
.infographics article {
	text-align: center;
}
.infographics article h3 {
	font-size: 22px;
	line-height: 30px;
	color: #666;
	text-align: center;
	padding: 0 0 14px 0;
}
.infographics article img {
	display: block;
	border: 2px solid #0b8bdf;
	border-radius: 5px;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.map-wrapper {
	text-align: center;
}
.map {
	margin: 24px 0 63px;
	position: relative;
	display: inline-block !important;
}
.map img {
	display: block;
	max-width: 100%;
	height: auto;
}
.map .place {
	position: absolute;
	background: url(../images/ico_place.png) no-repeat;
	height: 36px;
	width: 23px;
	display: block;
}
.map .place a {
	height: 36px;
	width: 23px;
	display: block;
}
.map .place-1 {
	left: 114px;
	top: 52px;
}
.map .place-2 {
	left: 104px;
	top: 86px;
}
.map .place-3 {
	left: 151px;
	top: 98px;
}
.map .place-4 {
	right: 145px;
	top: 93px;
}
.map .place-5 {
	right: 180px;
	top: 130px;
}
.map .place-6 {
	right: 210px;
	top: 82px;
}
.map .place-7 {
	right: 304px;
	top: 133px;
}
.map .place-8 {
	right: 504px;
	top: 45px;
}
.map .place p {
	background: #fff;
	border: 2px solid #0b8bdf;
	border-radius: 5px;
	position: absolute;
	display: none;
	float: left;
	width: auto;
	line-height: 24px;
	height: 24px;
	color: #0b8bdf;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	top: 33px;
	left: auto;
	right: 10px;
	padding: 0 5px;
	z-index: 9;
}
.map .place:hover p {
	display: block;
}
.map .place p:after {
	background: url(../images/bg_place.png) no-repeat;
	width: 17px;
	height: 10px;
	display: block;
	top: -10px;
	position: absolute;
	content: "";
	z-index: 10;
	right: 5px;
}
.map .place.type-2 p {
	left: auto;
	right: 0;
	top: -30px;
}
.map .place.type-2 p:after {
	background: url(../images/bg_place-2.png) no-repeat;
	width: 15px;
	top: auto;
	bottom: -10px;
	right: 22px;
}
.contacts-info {
	overflow: hidden;
	padding: 40px 0 0;
}
.contacts-info .left {
	text-align: right;
}
.contacts-info .left img {
	max-width: 100%;
	height: auto;
}
.contacts-info .right {
	color: #333;
	font-size: 18px;
	line-height: 22px;
}
.contacts-info .right h3 {
	font-weight: bold;
	line-height: 27px;
	font-size: 22px;
	margin-bottom: 20px;
}
.contacts-info .right h4 {
	color: #0b8bdf;
	font-size: 22px;
	padding: 0 0 11px 0;
	line-height: 22px;
	font-weight: bold;
}
.careers {
	padding: 30px 0 63px;
}
.careers .left {
	text-align: right;
}
.careers .left img {
	max-width: 100%;
	height: auto;
}
.careers .right {
	float: right;
	font-size: 16px;
	line-height: 19px;
}
.careers .right h3 {
	color: #0b8bdf;
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	padding: 0 0 18px 0;
}
.careers .right h4 {
	color: #333;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.careers .right ul {
	padding: 0 0 21px 0;
}
.careers .right li {
	color: #666;
	font-size: 16px;
	line-height: 30px;
}
.careers .right li span {
	color: #90bc11;
}
.retail {
	padding: 30px 0 63px;
}
.retail h3 {
	color: #73960f;
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	margin: 0 0 18px;
}
.retail .right {
	float: right;
}
.retail img {
	max-width: 100%;
	height: auto;
}
.retail p {
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin: 0 0 18px;
}
.news article {
	padding: 10px 0 42px 0;
	clear: both;
	overflow: hidden;
}
.news.space article {
	padding-bottom: 46px;
}
.news article .info {
	margin-left: 120px;
	line-height: 18px;
}
.news article .date {
	font-style: italic;
	padding: 0 0 3px 0;
	color: #666;
}
.news article h3 {
	color: #666;
	font-size: 24px;
	line-height: 29px;
	margin: 0 0 8px 0;
}
.news .image {
	float: left;
}
.news .image img {
	display: block;
}
.pagination {
	overflow: hidden;
}
.pagination {
	overflow: hidden;
	text-align: center;
	padding: 0 0 74px 0;
	display: block;
	margin: 0;
}
.pagination li {
	display: inline-block;
	font-size: 18px;
	line-height: 26px;
	padding: 0 10px;
	cursor: pointer;
}
.pagination li a {
	color: #363f40;
	display: block;
	text-align: center;
	padding: 5px 13px;
}
.pagination li .prev {
	position: relative;
	top: 5px;
	border-left: 0;
	border-right: 16px solid #0b8be0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	padding: 0;
}
.pagination li .next {
	position: relative;
	top: 5px;
	border-right: 0;
	border-left: 16px solid #0b8be0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	padding: 0;
}
.pagination li.disable .prev {
	border-right: 16px solid #cee7f8;
}
.pagination li.disable .next {
	border-left: 16px solid #cee7f8;
}
.pagination li.current a {
	color: #0b8be0;
	font-weight: bold;
	border: 2px solid #0b8be0;
	border-radius: 30px;
	position: relative;
	top: 1px;
}
.pagination li a:hover {
	text-decoration: none;
	color: #0b8be0;
}
.team {
	padding-bottom: 21px;
}
.team article {
	padding: 10px 0 44px 0;
	clear: both;
	overflow: hidden;
}
.team article h3 {
	color: #666;
	font-size: 24px;
	line-height: 24px;
}
.team article h3 a {
	color: #666;
}
.team article .role {
	color: #0b8bdf;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	padding: 0 0 6px 0;
}
.team article .info {
	line-height: 20px;
	font-size: 16px;
}
.team article .info .text-more {
	display: none;
}
.team .image {
	margin: 3px 20px 0 0;
	float: left;
}
.team .image img {
	display: block;
}
.team .mobile {
	display: inline !important;
}
.investors {
	padding-bottom: 60px;
}
.investors article {
	padding: 10px 0 50px 0;
	clear: both;
	overflow: hidden;
}
.investors article h3 {
	color: #666;
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 5px;
}
.investors article h3 a {
	color: #666;
}
.investors article .info {
	margin-left: 120px;
	line-height: 20px;
	font-size: 16px;
}
.investors .image {
	float: left;
}
.investors .image img {
	display: block;
}
.investors .mobile {
	display: inline !important;
}
.features {
	overflow: hidden;
	padding: 0 0 35px 0;
}
.features h2 {
	color: #656565;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	padding: 0 0 24px 0;
}
.features h3 {
	line-height: 26px;
	color: #0b8bdf;
	font-size: 22px;
	padding: 0 0 26px 0;
}
.features article {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 21px;
	font-weight: bold;
}
.features article img {
	max-width: 100%;
	height: auto;
	padding-bottom: 15px;
}
.kit {
	padding: 12px 0 44px;
	overflow: hidden;
	color: #333;
	font-size: 20px;
	line-height: 24px;
}
.kit h3 {
	color: #0b8bdf;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 12px 0;
}
.kit .right h3 {
	padding: 0 0 20px 0;
}
.kit .left p {
	padding: 0 0 24px 0;
}
.kit .right article {
	overflow: hidden;
	clear: both;
	margin: 0 0 42px 0;
	position: relative;
}
.kit .right img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.kit .right .download-box {
	display: inline-block;
	width: 135px;
	margin-left: 40px;
}
.kit .right .download-box p {
	color: #333;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 6px 0;
}
.btn-blue {
	border-radius: 3px;
	border-bottom: 1px solid #005187;
	border-right: 1px solid #005187;
	background: #67c0fd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3YzBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzJmYTdmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFmOWVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBlOTVmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzhmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #67c0fd), color-stop(25%, #2fa7f8), color-stop(50%, #1f9ef5), color-stop(75%, #0e95f1), color-stop(100%, #038fef));
	background: -webkit-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: -o-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: -ms-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: linear-gradient(to bottom, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c0fd', endColorstr='#038fef', GradientType=0);
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 37px;
	text-shadow: 0 1px 0 rgba(4, 142, 235, .75);
	text-transform: uppercase;
	text-align: center;
}
.gamepop-content {
	overflow: hidden;
	padding: 0 0 69px 0;
}
.gamepop-content .image {
	margin: 0 0 -77px 0;
}
.gamepop-content .image img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.gamepop-content .left {
	color: #0b8bdf;
	font-size: 18px;
	line-height: 21px;
	font-weight: 200;
	padding-right: 40px;
}
.gamepop-content .left p {
	padding: 0 0 21px 0;
}
.gamepop-content .right {
	padding-top: 13px;
}
.btn {
	width: 203px;
	float: left;
	height: 75px;
	display: block;
	border-radius: 2px;
	background-color: rgba(40,40,40,0);
	-webkit-box-shadow: inset 1px 1px 5px rgba(2,2,2,.25);
	-moz-box-shadow: inset 1px 1px 5px rgba(2,2,2,.25);
	box-shadow: inset 1px 1px 5px rgba(2,2,2,.25);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -o-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -webkit-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	padding: 0;
}
.btn:hover {
	text-decoration: none;
}
.btn .holder {
	position: relative;
	margin: 9px 0 0 10px;
	height: 58px;
	width: 184px;
	padding: 0;
	display: block;
	-moz-box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	-webkit-box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	text-align: center;
	border-radius: 3px;
	background-color: #272727;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmYTNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
	background-image: -o-linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
	background-image: -webkit-linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
	background-image: linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
	color: #fff;
	font-size: 25px;
	line-height: 54px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #0567e9;
}
.btn.line-2 .holder {
	font-size: 19px;
	line-height: 20px;
	height: 58px;
	padding: 8px 0 0 0;
	background: #67c0fd;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY3YzBmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iIzJmYTdmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFmOWVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzBlOTVmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMzhmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #67c0fd), color-stop(25%, #2fa7f8), color-stop(50%, #1f9ef5), color-stop(75%, #0e95f1), color-stop(100%, #038fef));
	background: -webkit-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: -o-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: -ms-linear-gradient(top, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	background: linear-gradient(to bottom, #67c0fd 0, #2fa7f8 25%, #1f9ef5 50%, #0e95f1 75%, #038fef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c0fd', endColorstr='#038fef', GradientType=0);
}
.btn.line-2:hover .holder, .browser-play .btn-blue.large:hover {
	background-color: #272727;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFmYTNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
	background-image: -o-linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
	background-image: -webkit-linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
	background-image: linear-gradient(bottom, #008ded 0, #1fa3fc 100%);
}
.head-text {
	color: #666;
	font-style: italic;
	text-align: center;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	margin: auto;
	padding: 0 0 20px 0;
}
.foot-text {
	color: #666;
	font-style: italic;
	width: 530px;
	text-align: right;
	font-size: 22px;
	line-height: 28px;
	text-align: right;
	margin: auto;
	padding: 0 0 28px 0;
}
.foot-text.width {
	width: 100%;
}
.history {
	overflow: hidden;
	padding: 9px 0 52px 0;
}
.history article {
	width: 25%;
	float: left;
	text-align: center;
}
.history article img {
	display: block;
	margin: 0 auto 15px;
}
.history article h2 {
	color: #0b8adf;
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	line-height: 30px;
	padding-bottom: 7px;
}
.history article h2.line-1 {
	padding-top: 30px;
}
.history article .divider {
	height: 2px;
	background: #0b8be0;
	position: relative;
	margin: 0 0 13px;
}
.history article .divider:after {
	background: url(../images/bg_sircle.png) no-repeat;
	height: 25px;
	width: 25px;
	display: block;
	content: "";
	left: 48%;
	top: -11px;
	position: absolute;
}
.history article .date {
	color: #656565;
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.history article .about {
	padding: 0 15px;
}
.about-info {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	padding: 0 45px 67px 45px;
}
.about-info h3 {
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	color: #333;
	padding: 0 0 21px 0;
}
.about-info p {
	padding: 0 0 21px 0;
}
.partners-list {
	margin-bottom: 15px;
}
.partners-list [class^="col-"] {
	padding: 0;
}
.partners-list a {
	margin: 7px 10px 10px 9px;
	display: block;
	background: #f1f1f1;
	position: relative;
	border: 1px solid #f1f1f1;
}
.partners-list a:hover {
	background: #fff;
	border: 1px solid #dcdcdc;
}
.partners-list a .popup {
	display: none;
	border: 2px solid #a1c73f;
	border-radius: 7px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: -260px;
	content: "";
	width: 261px;
	padding: 9px 23px 11px 23px;
	z-index: 9;
}
.partners-list article:nth-child(4n+2) a .popup, .partners-list article:nth-child(4n+1) a .popup {
	right: -260px;
	left: auto;
}
.partners-list a:hover .popup {
	display: block;
}
.partners-list a .popup:after {
	position: absolute;
	top: 50%;
	margin: -6px 0 0 0;
	right: -7px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #fff;
}
.partners-list article:nth-child(4n+2) a .popup:after, .partners-list article:nth-child(4n+1) a .popup:after {
	z-index: 99;
	left: -7px;
	border-width: 6px 7px 6px 0;
	border-color: transparent #fff transparent transparent;
}
.partners-list a .popup:before {
	position: absolute;
	top: 50%;
	margin: -8px 0 0 0;
	right: -10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 10px;
	border-color: transparent transparent transparent #a1c740;
}
.partners-list article:nth-child(4n+2) a .popup:before, .partners-list article:nth-child(4n+1) a .popup:before {
	z-index: 99;
	left: -10px;
	border-width: 8px 10px 8px 0;
	border-color: transparent #a1c740 transparent transparent;
}
.partners-list a .popup .text {
	color: #0b8be0;
	font-size: 19px;
	line-height: 23px;
	font-weight: bold;
	display: block;
	padding: 0 0 7px 0;
}
.partners-list a .popup .author {
	display: block;
	color: #7d7d7d;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
}
.partners-list a .popup .author span {
	display: block;
	font-size: 14px;
	line-height: 16px;
}
.partners-list img {
	width: 100%;
	height: auto;
}
.video-box-wrapper {
	text-align: center;
	padding-top: 6px;
}
.video-box {
	display: block;
	margin-bottom: 30px;
	position: relative;
}
.video-box img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.video-box iframe {
	width: 560px;
	height: 313px;
	position: absolute;
	top: 34px;
	left: 242px;
}
.content-text {
	padding-bottom: 60px;
}
.content-text.width {
	padding: 0 35px 51px 35px;
}
.content-text.width-2 {
	padding: 0 0 21px;
}
.content-text.space {
	padding-bottom: 70px;
}
.content-text.width-2 p {
	padding: 0 0 21px 0;
	font-size: 16px;
}
.technology {
	padding: 8px 0 51px 0;
	text-align: center;
}
.technology img {
	margin: 0 auto;
}
.technology-configuration {
	padding: 6px 0 0 0;
}
.technology-configuration h2 {
	color: #656565;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 0 0 36px 0;
}
.technology-configuration .configurations {
	padding: 0 0 27px;
}
.technology-configuration .configurations li.col-1 {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	width: 12%;
	padding: 0 0 0 21px;
	text-align: left;
	line-height: 42px;
}
.technology-configuration .configurations li {
	display: block;
	min-height: 42px;
	float: left;
	width: 22%;
	text-align: center;
}
.technology-configuration .configurations .ico {
	height: 49px;
	width: 49px;
	border-radius: 50px;
	border: 3px solid #9d9d9d;
	margin: 0 auto 17px;
}
.technology-configuration .configurations .ico img {
	border-radius: 50px;
	display: block;
	max-width: 100%;
	height: auto;
}
.technology-configuration .configurations .logo {
	margin: 0 auto 9px;
	min-height: 25px;
}
.technology-configuration .configurations .logo img {
	display: block;
	margin: auto;
}
.technology-configuration .configurations .first {
	color: #777779;
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 0 10px 0;
}
.technology-configuration .configurations article {
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	overflow: hidden;
	margin: 0 0 1px 0;
}
.technology-configuration .configurations .blue {
	background: #0b8be0;
}
.technology-configuration .configurations .light-blue {
	background: #e6f3fc;
	color: #666;
}
.technology-configuration .detail-info {
	overflow: hidden;
	padding: 0 0 90px;
}
.technology-configuration .detail-info p {
	padding: 0 0 28px;
	font-size: 16px;
}
.technology-configuration .detail-info article p {
	padding: 0 0 17px;
}
.technology-configuration .detail-info article {
	font-size: 16px;
}
.technology-configuration .detail-info h3 {
	color: #0b8be0;
	font-weight: bold;
}
.feedback {
	overflow: hidden;
	padding-bottom: 90px;
}
.feedback .awards {
	float: left;
	width: 590px;
	text-align: center;
}
.feedback .awards article {
	padding: 0 0 0 28px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	display: inline-block;
}
.feedback .awards img {
	display: block;
	margin: 0 auto 12px auto;
}
.feedback .responses {
	float: right;
	padding-top: 15px;
}
.feedback .responses article {
	float: left;
	color: #0b8bdf;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	width: 230px;
	margin-right: 40px;
}
.feedback .awards article a {
	display: inline-block;
	vertical-align: middle;
}
.feedback .awards article p {
	display: inline-block;
	text-align: left;
	margin-left: 10px;
}
#download-appplayer {
	text-align: center;
	margin: 80px 0 0;
}
.img-lenovo {
	display: inline-block;
	width: 100%;
	max-width: 830px;
	height: auto;
	vertical-align: middle;
	padding: 0 20px;
}
.bottom-downloads {
	margin-top: 20px;
	text-align: center;
}
#download-appplayer .bottom-downloads {
	display: inline-block;
	vertical-align: middle;
	margin: 35px 0 0;
	padding: 0 20px;
}
#download-appplayer h2 {
	margin: 50px 0 0;
	font-size: 3.3em;
	line-height: 1.3em;
	font-weight: bold;
	color: #656565;
}
.bottom-downloads article {
	text-align: center;
}
.bottom-downloads article img {
	display: inline-block;
}
.bottom-downloads a {
	margin: 30px 0 0;
	vertical-align: top;
}
.btn-download {
	width: 195px;
	height: 74px;
	display: inline-block;
	border-radius: 3px;
	-moz-box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	-webkit-box-shadow: inset 0 1px 5px rgba(2, 2, 2, .25);
	box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -o-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -webkit-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
}
.btn-appplayer {
	width: 184px;
	height: 64px;
	display: inline-block;
	border-radius: 3px;
	-moz-box-shadow: inset 0 1px 5px rgba(2, 2, 2, .25);
	-webkit-box-shadow: inset 0 1px 5px rgba(2, 2, 2, .25);
	box-shadow: inset 0 1px 5px rgba(2, 2, 2, .25);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -o-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: -webkit-linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	background-image: linear-gradient(bottom, #ddd 0, #e4e4e4 100%);
	font-size: 23px;
	font-style: normal;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
	margin-left: 8px;
}
.btn-download.small {
	width: 168px;
	height: 63px;
	margin: 0 29px 0 11px;
}
.btn-download .holder {
	position: relative;
	margin: 8px 0 0 8px;
	height: 60px;
	width: 181px;
	padding: 0 0 0 40px;
	display: block;
	border-radius: 2px;
	background-color: #272727;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjMxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1ZWI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	background-image: -o-linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	background-image: -webkit-linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	background-image: linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	-moz-box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	-webkit-box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	text-align: center;
}
.btn-appplayer .holder {
	position: relative;
	margin: 7px;
	height: 50px;
	width: 170px;
	padding: 12px 0 0;
	display: block;
	border-radius: 2px;
	background-color: #272727;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjMxZSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1ZWI0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	background-image: -o-linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	background-image: -webkit-linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	background-image: linear-gradient(bottom, #63b31e 0, #c5eb45 100%);
	-moz-box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	-webkit-box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	box-shadow: inset -1px -2px 1px rgba(2, 2, 2, .25);
	text-align: center;
}
.btn-download.small .holder {
	height: 52px;
	margin: 6px 0 0 7px;
	width: 124px;
	padding: 0 0 0 31px;
}
.btn-download:hover .holder {
	background-color: #272727;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjMxZSIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1ZWI0NSIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
	background-image: -o-linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
	background-image: linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
}
.btn-appplayer:hover {
	text-decoration: none;
	color: #fff;
}
.btn-appplayer:hover .holder {
	background-color: #272727;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYjMxZSIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1ZWI0NSIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
	background-image: -o-linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
	background-image: linear-gradient(bottom, rgba(99, 179, 30, .69) 0, rgba(198, 235, 69, .69) 100%);
}
.btn-download.download-mac:hover .holder {
	background: #bbb;
	background: -moz-linear-gradient(top, #bbb 0, #acacac 2%, #aaa 3%, #a9a9a9 10%, #a3a3a3 21%, #707070 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(2%, #acacac), color-stop(3%, #aaa), color-stop(10%, #a9a9a9), color-stop(21%, #a3a3a3), color-stop(100%, #707070));
	background: -webkit-linear-gradient(top, #bbb 0, #acacac 2%, #aaa 3%, #a9a9a9 10%, #a3a3a3 21%, #707070 100%);
	background: -o-linear-gradient(top, #bbb 0, #acacac 2%, #aaa 3%, #a9a9a9 10%, #a3a3a3 21%, #707070 100%);
	background: -ms-linear-gradient(top, #bbb 0, #acacac 2%, #aaa 3%, #a9a9a9 10%, #a3a3a3 21%, #707070 100%);
	background: linear-gradient(to bottom, #bbb 0, #acacac 2%, #aaa 3%, #a9a9a9 10%, #a3a3a3 21%, #707070 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bbbbbb', endColorstr='#707070', GradientType=0);
}
.btn-download:hover {
	text-decoration: none;
}
.btn-download.download-mac .holder {
	background-color: #272727;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgyODI4MiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM4MjgyODIiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
	background-image: -moz-linear-gradient(bottom, #828282 0, #828282 .51%, #d2d2d2 100%);
	background-image: -o-linear-gradient(bottom, #828282 0, #828282 .51%, #d2d2d2 100%);
	background-image: -webkit-linear-gradient(bottom, #828282 0, #828282 .51%, #d2d2d2 100%);
	background-image: linear-gradient(bottom, #828282 0, #828282 .51%, #d2d2d2 100%);
}
.btn-download .holder span {
	display: block;
}
.btn-download .holder:after {
position: absolute;
top: 13px;
left: 6px;
content: "";
background: url(../images/ico_win.png) no-repeat;
height: 37px;
width: 39px;
display: block;
}
.btn-download.small .holder:after {
position: absolute;
top: 13px;
left: 6px;
content: "";
background: url(../images/ico_win_small.png) no-repeat;
height: 37px;
width: 39px;
display: block;
}
.btn-download.download-mac .holder:after {
	top: 15px;
	left: 11px;
	background: url(../images/ico_mac.png) no-repeat;
	height: 28px;
	width: 26px;
}
.btn-download .holder span.top {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	padding: 8px 0 0 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(125, 125, 125, .75);
}
.btn-download.small .holder span.top {
	font-size: 16px;
	line-height: 22px;
	padding: 8px 0 0 0;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(125, 125, 125, .75);
}
.btn-download .holder span.bt {
	font-size: 11px;
	line-height: 18px;
	text-shadow: 1px 1px 0 rgba(125, 125, 125, .75);
	color: #fff;
}
.btn-download.small .holder span.bt {
	font-size: 9px;
	line-height: 12px;
	color: #fff;
}
.mobile {
	display: block !important;
}
.mobile-only {
	display: none !important;
}
.entry {
	font-size: 14px;
	color: #666;
	line-height: 17px;
	padding-bottom: 62px;
}
.entry p {
	padding: 0 0 16px 0;
}
.entry p.space {
	padding: 0;
}
.entry ul {
	padding: 0 0 15px 0;
}
.entry li {
	position: relative;
	padding: 0 0 0 54px;
}
.entry li:after {
	height: 5px;
	width: 5px;
	display: block;
	position: absolute;
	top: 7px;
	left: 42px;
	background: #666;
	content: "";
	border-radius: 10px;
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-wrap.small .fancybox-inner {
	height: 600px !important;
	width: 1067px !important;
}
.fancybox-wrap.small, .fancybox-wrap.large {
	height: auto !important;
	width: auto !important;
	overflow: auto;
}
.fancybox-wrap.large .fancybox-inner {
	height: 900px !important;
	width: 1600px !important;
}
.fancybox-skin {
	position: relative;
	background: #fff;
	color: #000;
	text-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-close {
	position: absolute;
	top: -15px;
	right: -4px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 80109;
	background: url(../images/bg_grey.png);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
#footer {
	clear: both;
	border-top: 1px solid #d7d6d6;
	background: #e3e3e3;
	overflow: hidden;
	height: 90px;
	margin: -90px auto 0 auto;
	position: relative;
}
#footer .right {
	float: right;
}
#footer .container {
	overflow: hidden;
	padding: 16px 0 34px 0;
}
#footer .ft-menu {
	float: left;
	overflow: hidden;
	position: relative;
	z-index: 999;
	padding: 0 0 0 10px;
}
#footer .ft-menu li {
	float: left;
	padding: 0 12px 0 0;
}
#footer .ft-menu li a {
	color: #6d6d6d;
	font-size: 14px;
	line-height: 40px;
}
#footer .social {
	text-align: center;
	height: 41px;
	display: block;
	position: relative;
	margin: -1px 0 -41px 0;
	overflow: hidden;
}
#footer .social li {
	display: inline-block;
	padding: 0 8px;
}
#footer .social li a {
	background: url(../images/ico_social.png) no-repeat;
	height: 41px;
	width: 42px;
	display: block;
}
#footer .social li a.twitter {
	background-position: -42px 0;
}
#footer .social li a.google-plus {
	background-position: -84px 0;
}
#footer .copy {
	float: right;
	color: #4d4d4d;
	font-size: 14px;
	position: relative;
	z-index: 9999;
	width: 170px;
	text-align: right;
	line-height: 40px;
}
#google_translate_element {
	position: relative;
	z-index: 999;
}
.mobile-visible {
	display: none;
}
.home-slider .desktop-view h2 {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 10%;
	margin-left: -25%;
	font-size: 3.3em;
	line-height: 1.3em;
	font-weight: 300;
	text-align: center;
	color: #656565;
}
.home-slider .desktop-view h2 span {
	white-space: nowrap;
}
@media screen and (max-width:1199px) {
	.feedback .responses article: last-child {
		margin-right: 0;
	}
	.feedback .responses {
		padding-right: 0;
	}
	.feedback .responses article {
		width: 218px;
	}
	.home-slider .desktop-view .download-win {
		left: 6%;
	}
	.home-slider .desktop-view .download-mac {
		right: 6%;
	}
	.home-slider .btn {
		width: 195px;
		height: 74px;
		right: 9%;
	}
	.home-slider .btn.line-2 .holder {
		width: 174px;
		height: 55px;
		padding: 8px 0 0 0;
	}
	.bottom-downloads {
		margin-top: 0;
	}
}
@media (min-width:1200px) {
	.btn-download {
		width: 205px;
		height: 82px;
	}
	.btn-download .holder {
		height: 67px;
		width: 190px;
		padding: 0 0 0 47px;
	}
	.btn-download .holder:after {
		background: url(../images/ico_win_lg.png);
		top: 14px;
		left: 12px;
		height: 38px;
		width: 38px;
	}
	.btn-download .holder span.top {
		line-height: 17px;
padding: 0px 0 0 0;
	}
	.btn-download .holder span.bt {
		line-height: 16px;
	}
	.btn-download.download-mac .holder:after {
		background: url(../images/ico_mac_lg.png) no-repeat;
		top: 12px;
		left: 10px;
		height: 40px;
		width: 38px;
	}
}
@media (min-width:992px) {
	#header .navbar-collapse {
		display: block !important;
	}
	#layout {
		padding-left: 0;
		position: static !important;
	}
	#menu {
		display: none;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	.video-box-wrapper {
		padding-right: 0;
	}
	.section-download {
		padding-left: 0;
	}
	.section-download p {
		line-height: 20px;
	}
	.bottom-downloads a {
		margin: 15px 0 0;
	}
	.feedback .awards {
		width: 460px;
	}
}
@media (max-width:991px) {
	.navbar-brand {
		display: inline-block;
		float: none !important;
	}
	.navbar-header {
		text-align: center;
		float: none !important;
	}
	.partners-list article:nth-child(3n+2) a .popup {
		right: -250px !important;
		left: auto !important;
	}
	.partners-list article:nth-child(3n+2) a .popup:before {
		left: -10px;
		border-width: 8px 10px 8px 0;
		border-color: transparent #a1c740 transparent transparent;
	}
	.partners-list article:nth-child(3n+2) a .popup:after {
		left: -7px;
		border-width: 6px 7px 6px 0;
		border-color: transparent #fff transparent transparent;
	}
	.partners-list article:nth-child(3n+1) a .popup {
		right: -250px !important;
		left: auto !important;
	}
	.partners-list article:nth-child(3n+1) a .popup:before {
		left: -10px;
		border-width: 8px 10px 8px 0;
		border-color: transparent #a1c740 transparent transparent;
	}
	.partners-list article:nth-child(3n+1) a .popup:after {
		left: -7px;
		border-width: 6px 7px 6px 0;
		border-color: transparent #fff transparent transparent;
	}
	.partners-list article:nth-child(3n) a .popup {
		left: -250px !important;
	}
	.partners-list article:nth-child(3n) a .popup:before {
		right: -10px;
		left: auto;
		border-width: 8px 0 8px 10px;
		border-color: transparent transparent transparent #a1c740;
	}
	.partners-list article:nth-child(3n) a .popup:after {
		right: -7px;
		left: auto;
		border-width: 6px 0 6px 7px;
		border-color: transparent transparent transparent #fff;
	}
	#content .title h1 br {
		display: none;
	}
	.home-slider {
		background-size: 120% auto;
		background-position: top center;
	}
	.home-slider img {
		width: 120%;
		margin-left: -10%;
	}
	.home-slider .btn,
	.home-slider .download-win {
		top: 75%;
	}
	.bottom-downloads a {
		margin: 20px 5px 40px;
	}
	#download-appplayer .bottom-downloads a {
		margin: 0;
	}
}
@media (max-width:800px) {
	.home-slider {
		background-size: 140% auto;
		background-position: top center;
	}
	.home-slider img {
		width: 140%;
		margin-left: -20%;
	}
}
@media (min-width:768px) and (max-width:991px) {
	body {
		min-width: 720px;
	}
	.technology-configuration .configurations article, .technology-configuration .configurations li.col-1 {
		font-size: 14px;
	}
	.feedback .responses article {
		width: 214px;
		margin-right: 20px;
	}
	.feedback .awards {
		width: 270px;
	}
	.feedback .awards article {
		padding: 0 24px;
	}
	.feedback .awards article a {
		display: block;
	}
	.feedback .awards article p {
		margin-left: 0;
		text-align: center;
	}
}
@media (min-width:700px) and (max-width:991px) {
	.home-slider .desktop-view h2 {
		font-size: 2.5em;
	}
	.home-slider .desktop-view .download-win {
		left: 2%;
	}
	.home-slider .btn {
		right: 3%;
	}
}
@media screen and (min-width:768px) {
	.navbar-collapse {
		margin: 40px 0 0;
		float: right;
	}
	.feedback .awards article:first-child {
		padding-left: 0;
	}
}
@media screen and (max-width:767px) {
	.contacts-info .left {
		text-align: center;
	}
	.menu-link {
		width: 60px;
		padding: 14px 10px;
	}
	.menu-link span {
		height: 4px;
	}
	#menu .pure-menu-heading {
		height: 60px;
		padding: 10px 0 0;
	}
	.navbar-nav {
		margin: 0;
	}
	body {
		min-width: 600px;
	}
	#header {
		height: 60px;
	}
	.navbar-collapse>ul>li {
		padding: 0;
	}
	.navbar-collapse .nav>li>a {
		padding: 10px 15px;
	}
	.dropdown-menu {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
		background-color: #90bc11 !important;
		color: #fff !important;
	}
	.navbar-collapse ul ul {
		margin: 0;
		text-align: left;
	}
	.navbar-collapse ul ul:after {
		display: none;
	}
	.navbar-collapse>ul>li>a {
		line-height: 20px;
	}
	.navbar-brand {
		padding: 4px 15px 0 0;
		height: auto;
		margin-left: 60px;
	}
	.head-text {
		width: auto;
		font-size: 19px;
		line-height: 25px;
		padding: 0 40px 21px 40px;
	}
	.head-text.space {
		padding-bottom: 25px;
	}
	.head-text.width {
		width: auto;
		padding: 0 0 20px;
	}
	#content .title h1 {
		font-size: 38px;
		line-height: 42px !important;
	}
	body {
		min-width: 320px;
	}
	#content .title {
		padding: 12px 0 9px 0;
	}
	#content .title.space {
		padding: 16px 10px 20px 10px;
	}
	#content .title.space-2 {
		padding: 15px 0 20px;
	}
	#content .title.space-bottom {
		padding: 40px 0 20px;
	}
	#content .title h1.height {
		line-height: 17px;
	}
	#content .title.large h1 {
		font-size: 38px;
		line-height: 42px !important;
	}
	.partners-list {
		padding: 0 15px 10px;
	}
	.partners-list article {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.partners-list a {
		margin: 7px 4px 1px 4px;
	}
	.partners-list a .popup .text {
		font-size: 18px;
		line-height: 24px;
		padding: 0 0 3px 0;
	}
	.partners-list a .popup .author {
		font-size: 17px;
		line-height: 22px;
	}
	.partners-list a .popup .author span {
		font-size: 13px;
		line-height: 17px;
	}
	.partners-list img {
		width: 100%;
	}
	.entry {
		font-size: 13px !important;
		padding-bottom: 15px;
	}
	.entry p {
		padding: 0 0 8px 0;
	}
	.entry ul {
		padding: 0 0 8px 0;
	}
	.entry li {
		padding: 0 0 0 30px;
	}
	.entry li:after {
		left: 20px;
	}
	.foot-text {
		font-size: 16px;
		line-height: 20px;
		padding: 0 40px 21px 40px;
	}
	.foot-text.space {
		padding-bottom: 14px;
	}
	.foot-text.width {
		width: auto;
		padding: 0 15px 6px 15px;
	}
	.video-box {
		margin-bottom: 20px;
	}
	.content-text {
		font-size: 13px;
		line-height: 21px;
		padding-bottom: 15px;
	}
	.content-text.width {
		padding: 0 10px 22px 10px;
	}
	.content-text.width-2 {
		padding: 0 0 2px;
	}
	.content-text.width-2 p {
		padding: 0 0 11px;
		font-size: 15px;
	}
	.content-text.space {
		padding-bottom: 16px;
	}
	.feedback {
		overflow: hidden;
		padding-bottom: 30px;
	}
	.feedback .responses {
		float: none;
		text-align: left;
		padding: 0 45px 18px;
	}
	.feedback .responses article {
		font-size: 17px;
		line-height: 21px;
		width: 48%;
		text-align: left;
		vertical-align: top;
		margin-right: 2%;
	}
	.feedback .responses article:last-child {
		margin-right: 0;
	}
	.feedback .awards {
		clear: both;
		padding-top: 40px;
		float: none;
		width: auto;
		text-align: center;
	}
	.feedback .awards article {
		float: none;
		display: inline-block;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
	}
	#footer .container {
		padding: 7px 0 3px 0;
	}
	#footer .ft-menu {
		float: none;
		text-align: center;
		padding: 0;
		margin: 12px 0 10px;
	}
	#footer .ft-menu li {
		float: none;
		display: inline-block;
		padding: 0 2px;
	}
	#footer .ft-menu li a {
		font-size: 13px;
		line-height: 36px;
		padding: 10px 5px;
	}
	#footer .social {
		text-align: center;
		height: auto;
		display: block;
		margin: 0 0 -6px 0;
		overflow: hidden;
	}
	#footer .social li {
		display: inline-block;
		padding: 0 4px;
	}
	#footer .social li a {
		display: block;
	}
	#footer .social li a.twitter {
		background-position: 0 0;
		background-image: url(../images/ico_twitter.png);
	}
	#footer .social li a.google-plus {
		background-position: 0 0;
		background-image: url(../images/ico_google_plus.png);
	}
	#footer .right {
		position: absolute;
		top: 15px;
		right: 20px;
		background: #eee;
	}
	#footer .copy {
		text-align: center;
		float: none;
		color: #4d4d4d;
		width: auto;
		font-size: 13px;
		line-height: 15px;
	}
	.main-holder {
		padding: 0 0 138px 0;
	}
	#footer {
		height: 138px;
		margin: -138px auto 0 auto;
	}
	.features {
		padding: 0 70px;
	}
	.features h2 {
		font-size: 21px;
		line-height: 29px;
		padding: 10px 0 15px;
	}
	.features h3 {
		line-height: 30px;
		font-size: 20px;
		padding: 0 0 10px 0;
	}
	.features article {
		padding: 0 0 50px;
		width: 100%;
		float: none;
		font-size: 9px;
		line-height: 10px;
	}
	.features article img {
		width: 87%;
		margin: 0 auto 10px auto;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		transition: all 1s ease;
	}
	.features article p {
		padding: 0;
		line-height: 25px;
		font-size: 17px;
	}
	.technology {
		padding: 6px 10px 25px 10px;
	}
	.technology img {
		width: 100%;
	}
	.technology-configuration {
		padding: 1px 0 0 0;
	}
	.technology-configuration h2 {
		font-size: 23px;
		line-height: 27px;
		padding: 0 0 21px 0;
	}
	.technology-configuration .configurations {
		padding: 0 0 17px;
	}
	.technology-configuration .configurations li.col-1 {
		font-size: 10px;
		padding: 0 0 0 10px;
		line-height: 23px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.technology-configuration .configurations li {
		min-height: 13px;
		padding: 0;
	}
	.technology-configuration .configurations .ico {
		height: 14px;
		width: 14px;
		border: 2px solid #9d9d9d;
		margin: 0 auto 5px;
	}
	.technology-configuration .configurations .ico img {
		width: 100%;
	}
	.technology-configuration .configurations .logo {
		margin: 0 auto 0;
		min-height: 10px;
	}
	.technology-configuration .configurations .logo img {
		display: block;
		margin: auto;
		width: 55%;
	}
	.technology-configuration .configurations .first {
		color: #777779;
		font-size: 15px;
		line-height: 23px;
		padding: 0;
	}
	.technology-configuration .configurations article {
		width: 100%;
		font-size: 11px;
		line-height: 23px;
	}
	.technology-configuration .detail-info {
		padding-bottom: 17px;
	}
	.technology-configuration .detail-info p {
		padding: 0 0 8px;
		font-size: 15px;
		line-height: 21px;
	}
	.technology-configuration .detail-info article p {
		padding: 0 0 7px;
	}
	.technology-configuration .detail-info article, .technology-configuration .detail-info article p {
		font-size: 15px;
		line-height: 19px;
	}
	.history {
		padding: 6px 0 0 0;
		position: relative;
		margin: 0 0 30px 0;
	}
	.history:after {
		background: #8cc8f0;
		width: 2px;
		position: absolute;
		top: 20px;
		left: 50%;
		bottom: 15px;
		content: "";
		margin: 0 0 0 -1px;
	}
	.history article {
		width: 50%;
		padding: 0 6% 0 13% !important;
		min-height: 215px;
		position: relative;
	}
	.history article:after {
		background: url(../images/bg_sircle.png) no-repeat;
		background-size: 13px 13px;
		position: absolute;
		top: 65px;
		right: -6px;
		content: "";
		height: 13px;
		width: 13px;
		display: block;
		z-index: 9;
	}
	.history article:before {
		background: url(../images/bg_arrow.png) no-repeat;
		position: absolute;
		top: 70px;
		right: 7px;
		content: "";
		height: 4px;
		width: 3px;
		background-size: 6px 4px;
		display: block;
		z-index: 9;
	}
	.history article.step-2:after {
		top: 180px;
	}
	.history article.step-2:before {
		top: 185px;
	}
	.history article.right:after {
		left: -6px;
	}
	.history article.right:before {
		left: 7px;
		background: url(../images/bg_arrow.png) no-repeat -3px 0;
		background-size: 6px 4px;
	}
	.history article.last {
		min-height: 0;
	}
	.history article.step-4.last {
		min-height: 0;
		clear: both;
	}
	.history article img {
		margin: 0 0 5px 0;
		width: 100%;
	}
	.history article.step-3, .history article.step-1 {
		float: right;
		padding: 0 13% 0 6% !important;
	}
	.history article.step-2 {
		padding-top: 115px !important;
	}
	.history article h2 {
		font-size: 11px;
		line-height: 14px;
		padding-bottom: 4px;
	}
	.history article h2.line-1 {
		padding-top: 0;
	}
	.history article .date {
		font-size: 18px;
		line-height: 24px;
		padding: 0;
	}
	.history article .about {
		padding: 0 5px;
		font-size: 13px;
		line-height: 17px;
	}
	.about-info {
		font-size: 15px;
		line-height: 19px;
		padding: 0 0 20px;
	}
	.about-info h3 {
		font-size: 17px;
		line-height: 23px;
		padding: 0 0 8px 0;
	}
	.about-info p {
		padding: 0 0 8px 0;
	}
	.team {
		padding-bottom: 0;
	}
	.team article h3 {
		font-size: 23px;
		line-height: 23px;
	}
	.team .image img {
		width: 100%;
	}
	.team .mobile {
		display: none !important;
	}
	.investors article h3 {
		font-size: 23px;
		line-height: 23px;
	}
	.investors .image img {
		width: 100%;
	}
	.investors .mobile {
		display: none !important;
	}
	.contacts-info {
		overflow: hidden;
		padding: 6px 10px 98px 10px;
	}
	.contacts-info .left {
		line-height: 23px;
		font-size: 19px;
		margin-bottom: 20px;
	}
	.contacts-info .right {
		font-size: 17px;
		line-height: 21px;
	}
	.contacts-info .right h4 {
		font-size: 19px;
		padding: 0 0 7px 0;
		line-height: 23px;
	}
	.careers {
		padding: 11px 0 40px;
	}
	.careers .left {
		text-align: center;
		margin-bottom: 20px;
	}
	.careers .right {
		font-size: 15px;
		line-height: 19px;
	}
	.careers .right h3 {
		font-size: 19px;
		line-height: 23px;
		padding: 0 0 15px 0;
	}
	.careers .right h4 {
		font-size: 17px;
		line-height: 17px;
		padding: 0 0 10px 0;
	}
	.careers .right ul {
		padding: 0 0 13px 0;
	}
	.careers .right li {
		font-size: 14px;
		line-height: 22px;
	}
	.kit {
		padding: 12px 0 34px;
		font-size: 17px;
		line-height: 21px;
	}
	.kit h3 {
		font-size: 19px;
		line-height: 25px;
		padding: 0 0 10px;
	}
	.kit .left p {
		padding: 0 0 9px 0;
	}
	.kit .right {
		margin-top: 30px;
	}
	.kit .right h3 {
		padding: 0 0 10px 0;
	}
	.kit .right article {
		float: left;
		width: 50%;
		clear: none;
	}
	.kit .right article:last-child h3 {
		margin-bottom: 30px;
	}
	.kit .right img {
		width: 130px;
	}
	.kit .right .download-box {
		margin-left: 10px;
	}
	.news article {
		padding: 0 0 12px;
	}
	.news article .info {
		line-height: 17px;
		font-size: 13px;
	}
	.news .image img {
		width: 100%;
	}
	.news article .date {
		font-style: italic;
		padding: 0 0 3px 0;
	}
	.news article h3 {
		font-size: 21px;
		line-height: 27px;
		margin: 0 0 3px 0;
	}
	.infographics {
		overflow: hidden;
		padding: 23px 0 17px 0;
	}
	.infographics article {
		padding-bottom: 14px;
	}
	.infographics article h3 {
		font-size: 21px;
		line-height: 25px;
		padding: 0 0 10px 0;
	}
	.btn-blue.large {
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}
	.browser-play {
		padding: 11px 10px 34px 10px;
	}
	.browser-play p {
		width: auto;
		font-size: 16px;
		line-height: 20px;
		padding: 0 0 31px 0;
	}
	.browser-play article {
		width: 40%;
		padding: 0 7px 23px 7px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.browser-play .btn-blue.large {
		padding: 0 10px;
		font-size: 12px;
		height: 28px;
		line-height: 28px;
	}
	.browser-play article img {
		width: 100%;
	}
	.btn-download.small {
		margin: 0 auto 15px auto;
		float: none;
		display: block;
		clear: both;
		overflow: hidden;
	}
	.bottom-downloads article {
		margin-bottom: 50px;
	}
	.retail h3 {
		margin-top: 20px;
	}
	.retail .right {
		float: none;
		text-align: center;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.navbar>.container .navbar-brand {
		margin-left: 120px;
	}
}
@media (max-width:991px) {
	.navbar-nav>li>a {
		border-top: 1px solid #d4d3d3 !important;
		z-index: 10000 !important;
	}
	#menu .pure-menu .nav>li>a:hover:after, #menu .pure-menu .nav>li>a:focus:after, .nav .open>a:after, .nav .open>a:hover:after, .nav .open>a:focus:after {
		position: absolute;
		content: " ";
		background: url(../images/sidemenu-right-bg.png) repeat-y;
		display: block;
		width: 10px;
		top: 0;
		bottom: 0;
		right: 0;
		bottom: 0;
	}
	#menu .pure-menu .nav>li>a.dropdown-toggle:hover:before, #menu .pure-menu .nav>li>a.dropdown-toggle:focus:before, .nav .open>a.dropdown-toggle:before, .nav .open>a.dropdown-toggle:hover:before, .nav .open>a.dropdown-toggle:focus:before {
		position: absolute;
		content: " ";
		display: block;
		border-top: 8px solid #90bc11;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		bottom: -8px;
		left: 46%;
	}
	.navbar-nav .open .dropdown-menu:after {
		position: absolute;
		content: " ";
		background: url(../images/sidemenu-right-bg1.png) repeat-y;
		display: block;
		width: 10px;
		top: 0;
		bottom: 0;
		right: 0;
	}
	#menu:after, .navbar-nav>li>a:after {
		position: absolute;
		content: " ";
		background: url(../images/sidemenu-right-bg2.png) repeat-y;
		display: block;
		width: 10px;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.navbar-nav>li.open>a {
		border-top: none !important;
	}
	.navbar-nav .open .dropdown-menu {
		position: relative;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}
	.navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}
@media (max-width:991px) {
	.navbar-nav, .navbar-nav>li {
		float: none;
		border-bottom: 1px solid #979797;
		z-index: 100;
	}
	.navbar-nav, .navbar-nav>li.open {
		border-top: 1px solid #afd73c;
		background: white;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #999;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #fff;
		background-color: transparent;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #fff;
		background-color: #080808;
	}
}
@media (max-width:699px) {
	.mobile-visible {
		display: block;
		text-align: center;
		padding-top: 40px;
	}
	.mobile-visible h2 {
		font-size: 48px;
		font-weight: 800;
		color: #0b8be0;
		line-height: 48px;
		margin-bottom: 20px;
	}
	.mobile-visible p {
		padding: 10px;
		line-height: 24px;
		font-size: 19px;
	}
	.mobile-visible p.italic {
		font-style: italic;
		color: #666;
	}
	.mobile-visible p.selected {
		font-weight: 300;
		color: #0b8be0;
	}
	.mobile-visible img {
		max-width: 100%;
		margin-top: 10px;
		margin-left: 0;
		width: auto;
	}
	.flexslider {
		display: none;
	}
	.responsive-tablet {
		min-width: 320px;
	}
	.responsive-tablet .mobile {
		display: none !important;
	}
	.responsive-tablet .container {
		width: 100%;
	}
	.home-slider img.desctop {
		display: none;
	}
	.home-slider {
		background: 0;
		padding-bottom: 20%;
	}
	.home-slider .desktop-view h2 {
		display: none;
	}
	.home-slider .desktop-view .btn {
		top: 80%;
		width: 320px;
		margin: 0 auto;
		height: auto;
	}
	.home-slider .desktop-view .btn.line-2 .holder {
		width: 300px;
		font-size: 25px;
		line-height: 40px;
		height: 56px;
		margin: 8px 10px;
	}
	.home-slider .desktop-view .btn.line-2 .holder br {
		display: none;
	}
	.home-slider .btn {
		left: 0;
		right: 0;
	}
}
@media (max-width:630px) {
	.kit .right {
		text-align: center;
	}
	.kit .right article {
		display: inline-block;
		width: 100%;
	}
	.gamepop-content .image {
		margin: 0 0 -45px 0;
	}
	.head-text br {
		display: none;
	}
	.feedback .responses {
		padding: 0 0 18px;
	}
	.feedback .responses article {
		font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width:600px) {
	#footer .right {
		display: none;
	}
}
@media (max-width:480px) {
	#content .title h1 {
		font-size: 30px;
		line-height: 35px;
	}
	#content .title.space-2 {
		padding: 10px 0 5px;
	}
	.head-text {
		width: auto;
		font-size: 18px;
		line-height: 20px;
		padding: 0 40px 21px 40px;
	}
	.head-text.width {
		width: auto;
		padding: 0 0 5px;
	}
	.partners-list a .popup .text {
		font-size: 12px;
		line-height: 16px;
		padding: 0 0 3px 0;
	}
	.partners-list a .popup .author {
		font-size: 9px;
		line-height: 11px;
	}
	.partners-list a .popup .author span {
		font-size: 7px;
		line-height: 8px;
	}
	.partners-list a .popup {
		display: none;
		border: 1px solid #a1c73f;
		border-radius: 5px;
		background: #fff;
		position: absolute;
		left: -149px !important;
		right: auto !important;
		content: "";
		width: 129px;
		padding: 4px 10px 5px 10px;
		z-index: 9;
	}
	.partners-list article:nth-child(3n+2) a .popup {
		left: -120px !important;
	}
	.partners-list article:nth-child(3n+1) a .popup {
		right: -120px !important;
		left: auto !important;
	}
	.partners-list article:nth-child(3n) a .popup {
		left: -120px !important;
	}
	.partners-list a:hover .popup {
		display: block;
	}
	.partners-list article:nth-child(3n+1) a .popup:after {
		left: -3px !important;
		border-width: 3px 3.5px 3px 0 !important;
		border-color: transparent #fff transparent transparent !important;
	}
	.partners-list article:nth-child(3n+1) a .popup:before {
		left: -5px !important;
		border-width: 4px 5px 4px 0 !important;
		border-color: transparent #a1c740 transparent transparent !important;
	}
	.partners-list a .popup:after {
		margin: -3px 0 0 0;
		right: -3px !important;
		left: auto !important;
		border-width: 3px 0 3px 3.5px !important;
		border-color: transparent transparent transparent #fff !important;
	}
	.partners-list a .popup:before {
		margin: -4px 0 0 0;
		right: -5px !important;
		left: auto !important;
		border-width: 4px 0 4px 5px !important;
		border-color: transparent transparent transparent #a1c740 !important;
	}
	#content .title.space-bottom {
		padding: 22px 0 6px;
	}
	.head-text.space {
		padding-bottom: 14px;
	}
	.features {
		padding: 0 20px;
	}
	.history article .divider:after {
		left: 43%;
	}
	.history article, .history article.step-3, .history article.step-1 {
		padding: 0 6% !important;
	}
	.feedback .awards article p {
		display: block;
		margin-left: 0;
		text-align: center;
	}
	.feedback .awards article {
		padding: 0 28px;
	}
}
@media (max-width:420px) {
	.home-slider .desktop-view .btn {
		top: 85%;
	}
	.home-slider .desktop-view .btn.line-2 .holder {
		font-size: 19px;
	}
	.bottom-downloads a {
		margin: 20px 5px 0;
	}
	.bottom-downloads a:last-child {
		margin-bottom: 30px;
	}
	.img-lenovo {
		padding: 0;
	}
	#download-appplayer h2 {
		font-size: 2.3em;
	}
}
.fancybox-title {
	color: #656565;
	font-family: "Lato";
	text-transform: uppercase;
	font-size: 16px;
	margin: -10px 0 10px;
}
.fancybox-title strong {
	color: #0b8bdf;
	font-family: "Lato";
	font-size: 18px;
	padding: 0 7px 0 0;
	text-transform: none;
	font-weight: bold;
}
.fancybox-title span {
	opacity: .7;
	color: #656565;
	padding: 0 0 0 7px;
	font-family: "Lato";
	font-size: 13px;
}
.cn .home-slider {
	background-image: url(../images/bg_slider_cn.png);
}
#header>.container {
	position: relative;
}
.switch-languages {
	position: absolute;
	top: 10px;
	right: 15px;
}
.switch-languages li {
	float: left;
	margin-right: 15px;
}
.switch-languages li a {
	text-transform: uppercase;
	color: #858585;
}
@media (max-width:991px) {
	#header>.container {
		position: static;
	}
	.switch-languages {
		right: 0;
	}
}
@media (max-width:767px) {
	.navbar-brand img {
		height: 45px;
	}
}
@media (max-width:699px) {
	.cn .home-slider {
		background: 0;
	}
	.switch-languages {
		bottom: -25px;
		top: auto;
	}
}
.download-success .head-text,
.download-success-premium .head-text {
	padding-left: 0;
	padding-right: 0;
}
.download-success .head-text h2 {
	font-size: 28px;
	color: #90bc11;
	line-height: 1.2;
}
.download-success .download-redirect-content {
	margin-bottom: 45px;
}
.download-redirect-content img {
	margin: 0 auto;
}
.download-success .download-redirect-content .btn {
	width: 470px;
	float: none;
	margin: 20px auto 0;
}
.download-success .download-redirect-content .btn.line-2 .holder {
	font-size: 35px;
	width: 450px;
	padding: 18px 0 0;
}
.download-success-premium .head-text h2 {
	font-size: 37px;
	color: #90bc11;
	line-height: 100%;
}
.download-premium-content {
	margin-bottom: 30px;
}
.download-premium-content img {
	margin: 0 auto;
}
.download-premium-content ul {
	color: #848484;
	font-weight: bold;
	font-size: 26px;
	margin-top: 25px;
	text-align: center;
}
.download-premium-content ul li {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 80px;
}
.download-premium-content ul li:last-child {
	margin-right: 0;
}
.download-premium-content ul li span {
	font-size: 18px;
	padding-right: 10px;
}
.faqs li  {
	position:  relative;
	padding-left:  20px;
	margin-bottom: 40px;
}
.faqs li:before  {
	position:  absolute;
	content:  "•";
	display:  inline-block;
	left: 0;
	font-size: 18px;
	color: #363f40;
}
.faqs h4  {
	font-size: 22px;
	color: #363f40;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 26px;
}
.faqs p  {
	font-size: 18px;
	color: #666;
	font-style: italic;
}
.supports .head-text {
	padding-left: 0;
	padding-right: 0;
}
.head-text h4 {
	color: #000;
	margin-bottom: 40px;
}
.head-text h3 {
	color: #7da40e;
	margin-bottom: 12px;
	font-size: 24px;
}
.support-content {
	margin-bottom: 25px;
}
.faq-list {
	text-align: center;
}
.faq-list li {
	display: inline-block;
	margin-right: 80px;
}
.faq-list li:last-child {
	margin-right: 0;
}
.reference h3 {
	font: normal 24px 'Lato';
	font-style: italic;
	margin:  35px 0 15px;
}
.reference li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 40px;
	font-size: 18px;
	color: #666;
	margin-bottom:  15px;
}
.reference li:before {
	position: absolute;
	content: "•";
	display: inline-block;
	left: 0;
	font-size: 18px;
	color: #363f40;
}
.reference a {
	text-decoration: underline;
}
@media (min-width:768px) {
	.history article {
		width: 20%;
	}
	.reference {
		padding-left: 70px;
	}
}
@media (min-width:992px) {
	.reference {
		padding-left: 180px;
	}
}
@media (min-width:1200px) {
	.reference {
		padding-left: 280px;
	}
}
@media (max-width: 767px) {
	.history article.right {
		float: right;
		padding: 0 13% 0 6% !important;
	}
	.history article.step-2 {
		padding-top: 100px !important;
	}
	.history article.step-4 {
		padding-top: 50px !important;
	}
	.history article.step-2:before {
		top: 170px;
	}
	.history article.step-2:after {
		top: 165px;
	}
	.history article.step-4:before {
		top: 170px;
	}
	.history article.step-4:after {
		top: 165px;
	}
	.history article.step-4:after {
		top: 115px;
	}
	.history article.step-4:before {
		top: 120px;
	}
	#content .title h1 span {
		font-size: 42px;
	}
	.download-success .head-text h2 {
		font-size: 22px;
	}
	.download-success .download-phone {
		margin: 0 -15px;
	}
	.download-success .download-redirect-content .btn.line-2 .holder {
		font-size: 24px;
		width: 290px;
		padding: 18px 0 0;
	}
	.download-success .download-redirect-content .btn {
		width: 310px;
	}
	.download-premium-content ul {
		font-size: 20px;
		line-height: 32px;
	}
	.download-success-premium #content .title h1 span {
		font-size: 42px;
	}
	.download-premium-content ul li span {
		font-size: 12px;
	}
	.download-success-premium .head-text h2 {
		font-size: 30px;
	}
	.supports #content .title h1 span {
		font-size: 42px;
	}
	.download-phone {
		margin: 0 -15px;
	}
	.faq-list li {
		margin-right: 40px;
		width: 120px;
	}
	.head-text h4 {
		margin-bottom: 20px;
	}
	.head-text h3 {
		margin-bottom: 0;
		font-size: 21px;
	}
}
@media (max-width:767px) and (min-width:550px) {
	.reference {
		margin: 0 auto;
		width: 530px;
		float: none;
	}
}
@media (max-width:480px) {
	.download-success .head-text h2 {
		font-size: 20px;
	}
	.download-premium-content ul {
		margin-left: auto;
		margin-right: auto;
		width: 250px;
		text-align: left;
	}
	.download-premium-content ul li {
		display: block;
		margin-right: 0;
	}
	.download-success-premium .head-text h2 {
		font-size: 24px;
	}
	.faq-list li {
		margin-right: 0;
		width: auto;
		display: block;
		margin-bottom: 20px;
	}
	.faq-list li .img-responsive {
		display: inline-block;
	}
	.faq-list li:last-child {
		margin-bottom: 0;
	}
}
.head-text1 {
	font-size: 22px;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
}
.head-text2 {
	font-size: 22px;
	font-style: italic;
	margin-bottom: 20px;
	text-align: center;
	color: #000;
}
.head-text2 * {
	display: inline-block;
	vertical-align: middle;
}
.mobile-number {
	text-align: center;
	font-size: 18px;
	color: #666;
}
.mobile-number p {
	margin-bottom: 12px;
}
.mobile-number * {
	vertical-align: middle;
}
.mobile-number input {
	border: 2px solid #e3e3e3;
	height: 58px;
	width: 130px;
	border-radius: 4px;
	padding-left: 8px;
}
.mobile-number input[name="mobile1"] {
	width: 70px;
}
.mobile-number div.sexy {
	display: inline-block;
	margin-right: 20px;
}
.spacing {
	height: 12px;
}
.separator {
	font-size: 18px;
	margin: 0 10px 0 14px;
	display: inline-block;
}
.download-redirect-content .download-phone img {
	display: inline-block;
	vertical-align: middle;
}
.download-success .download-redirect-content .download-phone .btn {
	margin: 12px auto 28px;
}
.download-success .download-redirect-content .download-phone.large {
	text-align: center;
	margin: 28px -15px;
}
.download-success .download-redirect-content .download-phone.large .btn {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
	width: 450px;
	height: 100px;
}
.download-success .download-redirect-content .download-phone.large .btn .holder {
	font-size: 45px;
	width: 429px;
	height: 81px;
	padding: 0;
	line-height: 81px;
}
@media (max-width:480px) {
	.mobile-number {
		margin-left: -15px;
		margin-right: -15px;
	}
	.mobile-number input {
		width: 110px;
		padding-left: 5px;
		font-size: 16px;
	}
	.separator {
		margin: 0 0px 0 4px;
	}
	.mobile-number input[name="mobile1"] {
		width: 60px;
	}
}
.licenseform-wrapper {
	text-align: center;
	margin: 0 -15px;
}
#licenseForm {
	color: #666;
	font-size: 22px;
	display: inline-block;
}
#licenseForm p {
	text-align: left;
	margin-bottom: 8px;
}
#licenseForm .btn {
	float: none;
	display: inline-block;
}
#licenseForm input[type=text] {
	width: 135px;
	height: 48px;
	border: 2px solid #e3e3e3;
	border-radius: 4px;
	padding: 0px 10px;
}
#licenseForm .pipeline {
	font-size: 18px;
	padding-left: 8px;
	padding-right: 4px;
}
#licenseForm .btn {
	width: 258px;
	height: 66px;
	margin-left: 20px;
}
#licenseForm .btn .holder {
	width: 242px;
	height: 51px;
	margin: 7px 0 0 7px;
	font-size: 30px;
	line-height: 51px;
	padding: 0;
}
.voucher-feature {
	margin-top: 20px;
}
.voucher-list {
	font-size: 22px;
	font-style: italic;
	color: #8fbb11;
	margin-top: 50px;
}
.voucher-list li {
	margin: 5px 0;
	text-align: left;
}
.voucher-list li * {
	vertical-align: middle;
	display: inline-block;
}
.voucher-list span {
	font-size: 14px;
}
.voucher-image {
	text-align: right;
}
.voucher-image img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.game-thumbs {
	text-align: center;
	margin: 35px -15px 0;
}
.game-thumbs li {
	margin-left: 30px;
	display: inline-block;
}
.game-thumbs li:first-child {
	margin-left: 0;
}
.game-thumbs li img {
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}
.voucher-description {
	margin-bottom: 40px;
}
.voucher-description p {
	font-size: 8px;
	color: #666;
	line-height: 1.3;
}
.company-logos {
	text-align: center;
	margin: 40px 0 25px;
}
.company-logos li {
	display: inline-block;
}
.company-logos li:last-child a {
	padding-top: 6px;
	vertical-align: top;
	height: 41px;
	display: block;
}
.company-logos li:first-child {
	margin-right: 50px;
}
.company-logos p {
	font-size: 14px;
	color: #000;
	font-style: italic;
	margin: 8px 0;
}
.mCSB_inside > .mCSB_container {
	margin-right: 15px;
}
.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #cdcdcd !important;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
	opacity: 1 !important;
	width: 6px;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #949494 !important;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
	opacity: 1 !important;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
	transition:none !important;
	height: 30px;
}
@media (max-width: 991px) {
	.game-thumbs li {
		margin-left: 8px;
	}
}
@media (max-width: 767px) {
	.download-success .download-redirect-content .download-phone.large .btn {
		width: 300px;
		height: 70px;
		margin: 0;
	}
	.download-success .download-redirect-content .download-phone.large .btn .holder {
		font-size: 30px;
		width: 283px;
		height: 53px;
		line-height: 52px;
		margin: 8px 0 0 8px;
	}
	.voucher-feature, .voucher-image {
		text-align: center;
	}
	.voucher-list {
		display: inline-block;
		margin-top: 0;
	}
	#licenseForm .btn {
		display: block;
		margin: 15px auto;
	}
	.game-thumbs li {
		float: left;
		width: 47%;
		margin-left: 6%;
		text-align: left;
		margin-bottom: 15px;
	}
	.game-thumbs img {
		display: inline-block;
	}
	.game-thumbs li:nth-child(2n+1) {
		margin-left: 0;
		text-align: right;
	}
}
@media (max-width: 480px) {
	#licenseForm input[type=text] {
		width: 95px;
		padding: 0 5px;
	}
	#licenseForm .pipeline {
		padding-left: 4px;
		padding-right: 0;
	}
}

.video-container iframe { height: 480px; }

.navbar-brand span { position:absolute;bottom:-18px;text-align:right;width:100%; color:#90bc11; font-weight:bold; right: 25px; }

@media (max-width: 991px) { 
    .video-container iframe { height: 420px; }   
}

@media (max-width: 767px) {
    .navbar-brand span { bottom: 0px; }
    .video-container iframe { height: 400px; }
    
}

@media (max-width: 480px) { 
    .head-text p { line-height: 24px; font-size: 22px; }
    #content .title h1{ line-height: 30px !important; }
    .video-container iframe { height: 250px; }
    .img-lenovo { width: 90%; }
}
