/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *	without disabling user zoom.
 */

html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/**
 * Remove default margin.
 */

body {
	margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden], template {
	display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active, a:hover {
	outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
	font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *	Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *	and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *	`input` and others.
 */

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	box-sizing: content-box;
	/* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

@font-face {
	font-family: 'Qanelas';
	src: url("../fonts/qanelassoft-light-webfont.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Qanelas';
	src: url("../fonts/qanelassoft-bold-webfont.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

*, *:after, *:before {
	box-sizing: border-box;
}

body {
	margin: 0;
	font: 300 19px/23px "Qanelas", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	background: #fff url(../images/bg-body.png);
	background-size: 160px 160px;
}

p {
	margin: 0 0 23px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a, area, input {
	outline: none !important;
}

img {
	max-width: 100%;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#header {
	max-width: 1120px;
	margin: 0 auto;
	padding: 30px 20px 130px;
}

#header .logo {
	display: block;
	margin: 0 auto 30px;
}

.graph {
	position: relative;
	width: 1010px;
	height: 1010px;
	margin: 0 auto -80px;
	-webkit-transform: scale(0.75);
	-ms-transform: scale(0.75);
	transform: scale(0.75);
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
}

.graph.active:before {
	opacity: 0.5;
}

.graph:before {
	opacity: 1;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/graph-all.png) no-repeat 50% 50%;
}

.legend {
	margin: 44px 0 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
}

.legend li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 10px;
	padding: 0 10px;
}

.legend .mentor:before {
	margin: 0 -10px 10px;
	display: block;
	content: '';
	height: 3px;
	background: #eb461f;
}

.legend .stars:before {
	display: block;
	margin: 0 auto 8px;
	content: '';
	width: 15px;
	height: 14px;
	background: url(../images/ico-star.png) no-repeat;
}

.legend .protege:before {
	margin: 0 -10px 10px;
	display: block;
	content: '';
	height: 3px;
	background: #00a0e2;
}

.lines {
	display: none;
	position: absolute;
}

.lines.active {
	display: block;
}

#lines-1 {
	top: 50px;
	left: 109px;
}

#lines-2 {
	top: 74px;
	left: 209px;
}

#lines-3 {
	top: 50px;
	left: 297px;
}

#lines-4 {
	top: 123px;
	left: 209px;
}

#lines-5 {
	top: 75px;
	left: 138px;
}

#lines-6 {
	top: 190px;
	left: 56px;
}

#lines-7 {
	top: 190px;
	left: 55px;
}

#lines-8 {
	top: 51px;
	left: 50px;
}

#lines-9 {
	top: 50px;
	left: 66px;
}

#lines-10 {
	top: 51px;
	left: 109px;
}

#lines-11 {
	top: 189px;
	left: 85px;
}

#lines-12 {
	top: 50px;
	left: 254px;
}

#lines-13 {
	top: 73px;
	left: 138px;
}

#lines-14 {
	top: 50px;
	left: 49px;
}

#lines-15 {
	top: 50px;
	left: 298px;
}

#lines-16 {
	top: 50px;
	left: 50px;
}

#lines-17 {
	top: 123px;
	left: 210px;
}

#lines-18 {
	top: 50px;
	left: 55px;
}

#lines-19 {
	top: 274px;
	left: 643px;
}

#lines-20 {
	top: 50px;
	left: 451px;
}

#lines-21 {
	top: 50px;
	left: 449px;
}

#lines-22 {
	top: 50px;
	left: 450px;
}

#lines-23 {
	top: 275px;
	left: 764px;
}

#lines-24 {
	top: 50px;
	left: 67px;
}

#lines-25 {
	top: 371px;
	left: 68px;
}

#lines-26 {
	top: 50px;
	left: 68px;
}

#lines-27 {
	top: 122px;
	left: 67px;
}

.item {
	z-index: 2;
	position: absolute;
}

.item a, .item img {
	display: block;
}

.item.disabled .info {
	display: none;
}

.item.disabled a img {
	opacity: 0.2;
}

.item a {
	display: block;
	border-radius: 100%;
	background: #fff;
}

.item .name {
	font-weight: bold;
	display: block;
	white-space: nowrap;
}

.item .info {
	font-size: 15.3px;
	line-height: 18px;
	text-transform: uppercase;
	position: absolute;
}

.item .stars {
	width: 100px;
	font-size: 0;
	margin: 5px 0;
}

.item .stars .star {
	display: inline-block;
	vertical-align: top;
	background: url(../images/ico-star.png) no-repeat;
	width: 15px;
	height: 14px;
}

.item.item-1 {
	top: 3px;
	left: 408px;
}

.item.item-1 .info {
	top: -84px;
	left: -13px;
}

.item.item-2 {
	top: 3px;
	left: 515px;
}

.item.item-2 .info {
	top: -84px;
	left: 3px;
}

.item.item-3 {
	top: 27px;
	left: 619px;
}

.item.item-3 .info {
	top: -87px;
	left: 29px;
}

.item.item-4 {
	top: 76px;
	left: 715px;
}

.item.item-4 .info {
	top: -76px;
	left: 50px;
}

.item.item-5 {
	top: 144px;
	left: 797px;
}

.item.item-5 .info {
	top: -55px;
	left: 76px;
}

.item.item-6 {
	top: 230px;
	left: 860px;
}

.item.item-6 .info {
	top: -45px;
	left: 87px;
}

.item.item-7 {
	top: 330px;
	left: 906px;
}

.item.item-7 .info {
	top: -26px;
	left: 91px;
}

.item.item-8 {
	top: 435px;
	left: 921px;
}

.item.item-8 .info {
	top: -5px;
	left: 92px;
}

.item.item-9 {
	top: 541px;
	left: 915px;
}

.item.item-9 .info {
	top: 28px;
	left: 113px;
}

.item.item-10 {
	top: 644px;
	left: 884px;
}

.item.item-10 .info {
	top: 64px;
	left: 80px;
}

.item.item-11 {
	top: 737px;
	left: 832px;
}

.item.item-11 .info {
	top: 77px;
	left: 92px;
}

.item.item-12 {
	top: 814px;
	left: 757px;
}

.item.item-12 .info {
	top: 99px;
	left: 56px;
}

.item.item-13 {
	top: 873px;
	left: 668px;
}

.item.item-13 .info {
	top: 107px;
	left: 41px;
}

.item.item-14 {
	top: 910px;
	left: 567px;
}

.item.item-14 .info {
	top: 111px;
	left: 17px;
}

.item.item-15 {
	top: 922px;
	left: 461px;
}

.item.item-15 .info {
	top: 110px;
	left: -12px;
}

.item.item-16 {
	top: 910px;
	left: 354px;
}

.item.item-16 .info {
	top: 110px;
	left: -26px;
}

.item.item-17 {
	top: 873px;
	left: 254px;
}

.item.item-17 .info {
	top: 107px;
	left: -51px;
}

.item.item-18 {
	top: 815px;
	left: 164px;
}

.item.item-18 .info {
	top: 98px;
	left: -43px;
}

.item.item-19 {
	top: 736px;
	left: 90px;
}

.item.item-19 .info {
	top: 75px;
	left: -98px;
}

.item.item-20 {
	top: 643px;
	left: 37px;
}

.item.item-20 .info {
	top: 63px;
	left: -87px;
}

.item.item-21 {
	top: 540px;
	left: 5px;
}

.item.item-21 .info {
	top: 39px;
	left: -101px;
}

.item.item-22 {
	top: 434px;
	left: 0;
}

.item.item-22 .info {
	top: 0;
	left: -102px;
}

.item.item-23 {
	top: 328px;
	left: 19px;
}

.item.item-23 .info {
	top: -24px;
	left: -104px;
}

.item.item-24 {
	top: 230px;
	left: 61px;
}

.item.item-24 .info {
	top: -18px;
	left: -72px;
}

.item.item-25 {
	top: 144px;
	left: 125px;
}

.item.item-25 .info {
	top: -126px;
	left: -94px;
}

.item.item-26 {
	top: 76px;
	left: 207px;
}

.item.item-26 .info {
	top: -75px;
	left: -54px;
}

.item.item-27 {
	top: 27px;
	left: 303px;
}

.item.item-27 .info {
	top: -80px;
	left: -36px;
}

#footer {
	max-width: 750px;
	margin: 0 auto;
}

#footer .logo {
	display: block;
	margin: 40px auto 6px;
}

#footer .slogan {
	margin: 0 0 60px;
	display: block;
	font-size: 19px;
	line-height: 25px;
	color: #454545;
	text-decoration: underline;
}

#footer .slogan:hover {
	text-decoration: underline;
}

#footer .sources {
	font-size: 15px;
	line-height: 18px;
}

#footer a {
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

.mobile-graph {
	display: none;
}

@media (max-width: 1023px) {
	#header {
		padding: 20px;
	}
	.mobile-hidden {
		display: none;
	}
	.mobile-graph {
		margin: 0 0 20px;
		display: block;
	}
	#footer {
		padding: 20px;
	}
	#footer .logo {
		margin: 20px auto 0;
	}
	#footer .slogan {
		margin: 0 0 20px;
	}
}

@media (max-width: 767px) {
	#header {
		padding: 15px 15px 0;
	}
	#footer {
		padding: 15px;
	}
	body {
		font-size: 16px;
		line-height: 20px;
	}
}

.social {
	position: fixed;
	top: 60px;
	left: 0;
}

.social> span {
	display: block;
}

.social .stButton .stBubble_count {
	height: 41px;
}

@media (max-width: 599px) {
	.social {
		display: none;
	}
}

#footer .btn {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
	padding: 15px 10px;
	min-width: 160px;
	border-radius: 10px;
	text-align: center;
	margin: 20px 12px 20px 0;
	color: #fff;
}

#footer .btn.btn-fb {
	background: #4c77d8;
}

#footer .btn.btn-fb:before {
	content: '';
	margin: -6px 12px -4px 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-facebook.svg) no-repeat;
	background-size: 100% auto;
	width: 17px;
	height: 35px;
}

#footer .btn.btn-tw {
	background: #059ff5;
}

#footer .btn.btn-tw:before {
	content: '';
	margin: -4px 12px -2px 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico-twitter.svg) no-repeat;
	background-size: 100% auto;
	width: 38px;
	height: 31px;
}

#footer .btn span {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
