html,
button,
input,
select,
textarea {
  color: #9b9bf0;
  font-family: 'Lato', Arial, sans-serif;
}
html {
  font-size: 16px;
  line-height: 1.5;
}
body {
  font-family: 'Lato', Arial, sans-serif;
  background: #0a0a1a;
}
::-moz-selection {
  background: #5f3572;
  text-shadow: none;
}
::selection {
  background: #5f3572;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: rgba(155, 155, 240, 0.4);
  opacity: unset;
}
:-moz-placeholder {
  color: rgba(155, 155, 240, 0.4);
  opacity: unset;
}
::-moz-placeholder {
  color: rgba(155, 155, 240, 0.4);
  opacity: unset;
}
:-ms-input-placeholder {
  color: rgba(155, 155, 240, 0.4);
  opacity: unset;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ba1ab1;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
textarea {
  resize: vertical;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: 'Exo', Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 1em 0;
  text-transform: uppercase;
}
h1 {
  font-size: 2.5em;
  margin-top: 0;
  text-shadow: 0 0 16px #009cff;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 1em;
}
h3 small {
	color: #9b9bf0;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 11px;
	font-weight: 400;
}
p {
  margin: 0 0 1.2em 0;
}
a {
  color: #ba1ab1;
  outline: 0 !important;
  text-decoration: underline;
}
a:hover {
  color: #e949e1;
}
a:active {
  color: #ba1ab1;
}
.site-center {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}
/*
 *
 * Icons
 * ********************
 */
@font-face {
	font-family: 'heroescounters-icons';
    src:  url('/fonts/heroescounters.eot?m0k9ww');
    src:  url('/fonts/heroescounters.eot?m0k9ww#iefix') format('embedded-opentype'),
      url('/fonts/heroescounters.ttf?m0k9ww') format('truetype'),
      url('/fonts/heroescounters.woff?m0k9ww') format('woff'),
      url('/fonts/heroescounters.svg?m0k9ww#heroescounters') format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: 'heroescounters-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-franchise-warcraft:before {
    content: "\e600";
}
.icon-franchise-starcraft:before {
    content: "\e601";
}
.icon-franchise-diablo:before {
    content: "\e602";
}
.icon-franchise-classic:before {
    content: "\e607";
}
.icon-franchise-overwatch:before {
    content: "\e900";
}
.icon-role-warrior:before {
    content: "\e603";
}
.icon-role-assassin:before {
    content: "\e606";
}
.icon-role-support:before {
    content: "\e604";
}
.icon-role-specialist:before {
    content: "\e605";
}
.icon-arrow-up-left:before {
    content: "\e60a";
}
.icon-arrow-up-right:before {
    content: "\e60b";
}
.icon-twitter:before {
    content: "\e608";
}
.icon-reddit:before {
    content: "\e609";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
/*
 * Grid
 * ********************
 */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row,
.row:before,
.row:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.col-12 {
  width: 100%;
}
.col-offset-12 {
  margin-left: 100%;
}
.col-pull-12 {
  right: 100%;
}
.col-push-12 {
  left: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-offset-11 {
  margin-left: 91.66666667%;
}
.col-pull-11 {
  right: 91.66666667%;
}
.col-push-11 {
  left: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-offset-10 {
  margin-left: 83.33333333%;
}
.col-pull-10 {
  right: 83.33333333%;
}
.col-push-10 {
  left: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-offset-9 {
  margin-left: 75%;
}
.col-pull-9 {
  right: 75%;
}
.col-push-9 {
  left: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-offset-8 {
  margin-left: 66.66666667%;
}
.col-pull-8 {
  right: 66.66666667%;
}
.col-push-8 {
  left: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-offset-7 {
  margin-left: 58.33333333%;
}
.col-pull-7 {
  right: 58.33333333%;
}
.col-push-7 {
  left: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-offset-6 {
  margin-left: 50%;
}
.col-pull-6 {
  right: 50%;
}
.col-push-6 {
  left: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-offset-5 {
  margin-left: 41.66666667%;
}
.col-pull-5 {
  right: 41.66666667%;
}
.col-push-5 {
  left: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-offset-4 {
  margin-left: 33.33333333%;
}
.col-pull-4 {
  right: 33.33333333%;
}
.col-push-4 {
  left: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-offset-3 {
  margin-left: 25%;
}
.col-pull-3 {
  right: 25%;
}
.col-push-3 {
  left: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-offset-2 {
  margin-left: 16.66666667%;
}
.col-pull-2 {
  right: 16.66666667%;
}
.col-push-2 {
  left: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}
.col-offset-1 {
  margin-left: 8.33333333%;
}
.col-pull-1 {
  right: 8.33333333%;
}
.col-push-1 {
  left: 8.33333333%;
}
.col-offset-0 {
  margin-left: 0%;
}
.col-pull-0 {
  right: auto;
}
.col-push-0 {
  left: auto;
}
/*
 * Typography
 * ********************
 */
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-top {
  margin-top: 0;
}
.text-nowrap {
  white-space: nowrap;
}
.text-nomargin {
  margin: 0;
}
/*
 * Helper classes
 * ********************
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


/*
 * Site layout
 * *******************************************
 */
.site {
	position: relative;
}
.site-bg {
	background: url(/images/bg.jpg) no-repeat center bottom;
	background-size: cover;
	height: 445px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
}
.site-bg-gradient {
	background: linear-gradient(270deg, #010522, #2e0344, #010522);
	background-size: 200% 200%;
	/*
	-webkit-animation: movinggradient 30s ease infinite;
	-moz-animation: movinggradient 30s ease infinite;
	animation: movinggradient 30s ease infinite;
	*/
	height: 445px;
	opacity: 0.8;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.site-bg:after {
	background: linear-gradient(0deg, rgba(10, 10, 26, 1), rgba(10, 10, 26, 0));
	content: "";
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
@-webkit-keyframes movinggradient {
	0% {background-position:0% 50%}
	50% {background-position:100% 50%}
	100% {background-position:0% 50%}
}
@-moz-keyframes movinggradient {
	0% {background-position:0% 50%}
	50% {background-position:100% 50%}
	100% {background-position:0% 50%}
}
@keyframes movinggradient {
	0% {background-position:0% 50%}
	50% {background-position:100% 50%}
	100% {background-position:0% 50%}
}
.site-content {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	z-index: 2;
}
.site-header ul {
	list-style-type: none;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: right;
}
.site-header ul li {
	display: inline;
	margin: 0 0 0 30px;
}
.site-header ul a {
	border-bottom: 2px solid transparent;
	color: #9b9bf0;
	padding: 10px 0;
	text-decoration: none;
	-moz-transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
.site-header ul a:hover {
	border-bottom: 2px solid #BA1AB1;
	color: #fff;
}
.site-footer {
	color: #4b4b77;
	font-size: 14px;
	margin: 3em 0 5em 0;
}
.site-footer a {
	border-bottom: 1px solid transparent;
	color: #4b4b77;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	-moz-transition: 0.15s linear;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.site-footer a:hover {
	border-bottom: 1px solid #ba1ab1;
	color: #fff;
}
.cookies {
	background: #1E0735;
	color: #7745c6;
	font-size: 13px;
	padding: 1em;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
}
.ad-970x90 {
	height: 90px;
	margin: 2em auto;
	width: 970px;
}
.ad-footer {
	height: 250px;
	margin: 2em auto;
	width: 970px;
}


/*
 * Generic buttons
 * *******************************************
 */
.btn {
	border: 1px solid #9b9bf0;
	border-radius: 2px;
	color: #9b9bf0;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin: 0;
	padding: 0 2em;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	-moz-transition: 0.15s linear;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.btn:hover {
	border-color: #ba1ab1;
	color: #ba1ab1;
}
.btn-md {
	font-size: 11px;
	height: 28px;
	line-height: 28px;
}
.btn-sm {
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}
.btn-blue {
	border-color: #334eeb;
	color: #334eeb;
}
.btn-blue:hover {
	background: #334eeb;
	border-color: #334eeb;
	color: #251e4f;
}
.btn-red {
	border-color: #e41857;
	color: #e41857;
}
.btn-red:hover {
	background: #e41857;
	border-color: #e41857;
	color: #251e4f;
}
.btn-green {
	border-color: #00ca2b;
	color: #00ca2b;
}
.btn-green:hover {
	background: #00ca2b;
	border-color: #00ca2b;
	color: #251e4f;
}
.btn-blue-f,
.btn-blue-f:hover {
	background: #334eeb;
	border-color: #334eeb;
	color: #251e4f;
}
.btn-red-f,
.btn-red-f:hover {
	background: #e41857;
	border-color: #e41857;
	color: #251e4f;
}
.btn.disabled {
	opacity: 0.6;
	pointer-events: none;
}


/*
 * Colors
 * *******************************************
 */
.text-color-green {
	color: #00ca2b;
}
.text-color-red {
	color: #e41857;
}
.text-color-purple {
	color: #ba1ab1;
}


/*
 * Loading animation
 * *******************************************
 */
[data-loading] {
	position: relative;
}
[data-loading] .loading-anim-loader {
	display: none;
}
[data-loading] .loading-anim-loader {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	white-space: nowrap;
}
[data-loading] .loading-anim-loader:before {
	content: "";
	display: inline-block;
	height: 100%;
	margin-right: -0.25em;
	vertical-align: middle;
}
[data-loading] .loading-anim-loader-content {
	display: inline-block;
	vertical-align: middle;
}
[data-loading].loading [data-loading-content] {
	opacity: 0.3;
	pointer-events: none;
}
[data-loading].loading .loading-anim-loader {
	display: block;
}


/*
 * Tooltip base
 * *******************************************
 */
#tooltip {
	cursor: default;
	background: #1b1838;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	border: 1px solid #2b2655;
	border-radius: 2px;
	color: #8993e5;
	display: none;
	min-width: 190px;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/*
 * Selectize inputs
 * *******************************************
 */
/*
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
	visibility: visible !important;
	background: #f2f2f2 !important;
	background: rgba(0, 0, 0, 0.06) !important;
	border: 0 none !important;
	-webkit-box-shadow: inset 0 0 12px 4px #ffffff;
	box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
	content: '!';
	visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
*/
.selectize-dropdown-header {
	background: #f8f8f8;
	border-bottom: 1px solid #d0d0d0;
	border-radius: 3px 3px 0 0;
	padding: 5px 8px;
	position: relative;
}
.selectize-dropdown-header-close {
	color: #303030;
	font-size: 20px !important;
	line-height: 20px;
	margin-top: -12px;
	opacity: 0.4;
	position: absolute;
	right: 8px;
	top: 50%;
}
.selectize-dropdown-header-close:hover {
	color: #000000;
}
/*
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
*/
.selectize-control {
	position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
	color: #9b9bf0;
	font-family: inherit;
	font-size: 14px;
	line-height: 18px;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
	background: #221f40;
	cursor: text;
	display: inline-block;
}
.selectize-input {
	border: 1px solid #282549;
	border-radius: 3px;
	box-shadow: none;
	display: inline-block;
	overflow: hidden;
	padding: 8px 8px;
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.selectize-control.multi .selectize-input.has-items {
	padding: 6px 8px 3px;
}
.selectize-input.full {
	/*background-color: #ffffff;*/
}
.selectize-input.disabled,
.selectize-input.disabled * {
	cursor: default !important;
}
.selectize-input.focus {
	border-color: #4943c6;
	box-shadow: 0 0 0 3px rgba(114, 108, 235, 0.1);
}
.selectize-input.dropdown-active {
	border-radius: 3px 3px 0 0;
}
.selectize-input > * {
	display: inline-block;
	vertical-align: baseline;
}
.selectize-control.multi .selectize-input > div {
	background: #2a2466;
	border: 1px solid #392ea0;
	border-radius: 2px;
	color: #7f72ff;
	cursor: default;
	font-size: 13px;
	margin: 0 3px 3px 0;
	padding: 1px 6px;
}
.selectize-control.multi .selectize-input > div:hover,
.selectize-control.multi .selectize-input > div.active {
	background: #302784;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
	/*
	color: #7d7d7d;
	background: #ffffff;
	border: 0 solid #ffffff;
	*/
}
.selectize-control.plugin-remove_button [data-value] {
	position: relative;
	padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
	border-left: 1px solid #392ea0;
	border-radius: 0 2px 2px 0;
	color: inherit;
	display: inline-block;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 17px;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
	background: #382f90;
	color: #fff;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
	background: none;
}
.selectize-input > input {
	display: inline-block !important;
	padding: 0 !important;
	min-height: 0 !important;
	max-height: none !important;
	max-width: 100% !important;
	margin: 0 2px 0 0 !important;
	text-indent: 0 !important;
	border: 0 none !important;
	background: none !important;
	line-height: inherit !important;
	-webkit-user-select: auto !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
	display: none;
}
.selectize-input > input:focus {
	outline: none !important;
}
.selectize-input::after {
	clear: left;
	content: ' ';
	display: block;
}
.selectize-input.dropdown-active::before {
	background: #282549;
	content: ' ';
	display: block;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.selectize-dropdown {
	background: #221f40;
	border: 1px solid #282549;
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin: -1px 0 0 0;
	position: absolute;
	z-index: 10;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.selectize-dropdown [data-selectable] {
	cursor: pointer;
	overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
	background: #292553;
	border-radius: 1px;
}
.selectize-dropdown [data-selectable].active .highlight {
	background: #302b65;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
	padding: 5px 8px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
	border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
	/*
	color: red;
	background: #ffffff;
	cursor: default;
	*/
}
.selectize-dropdown .active {
	background: #2a2653;
}
.selectize-dropdown .create {
	color: #5e5d96;
}
.selectize-dropdown-content {
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
	cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
	cursor: text;
}
.selectize-control.single .selectize-input:after {
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #525186 transparent transparent transparent;
	content: ' ';
	display: block;
	height: 0;
	margin-top: -3px;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 0;
}
.selectize-control.single .selectize-input.dropdown-active:after {
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #525186 transparent;
	margin-top: -4px;
}
.selectize-control.rtl.single .selectize-input:after {
	left: 15px;
	right: auto;
}
.selectize-control.rtl .selectize-input > input {
	margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
	opacity: 0.5;
	background-color: #fafafa;
}



/*
 * Popup base
 * *******************************************
 */
#popup {
	cursor: default;
	background: #1b1838;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	border: 1px solid #2b2655;
	border-radius: 2px;
	color: #8993e5;
	display: none;
	min-width: 190px;
	padding: 10px;
	position: absolute;
	white-space: nowrap;
	z-index: 999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#popup:before,
#popup:after {
	content: "";
	position: absolute;
}
#popup.n:before, #popup.s:before {
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	left: 50%;
	margin-left: -11px;
}
#popup.n:after, #popup.s:after {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	left: 50%;
	margin-left: -10px;
}
#popup.e:before, #popup.w:before {
	border-bottom: 11px solid transparent;
	border-top: 11px solid transparent;
	margin-top: -11px;
	top: 50%;
}
#popup.e:after, #popup.w:after {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	margin-top: -10px;
	top: 50%;
}
#popup.n:before {
	border-top: 11px solid #2b2655;
	bottom: -11px;
}
#popup.n:after {
	border-top: 10px solid #1b1838;
	bottom: -10px;
}
#popup.e:before {
	border-right: 11px solid #2b2655;
	left: -11px;
}
#popup.e:after {
	border-right: 10px solid #1b1838;
	left: -10px;
}
#popup.s:before {
	border-bottom: 11px solid #2b2655;
	top: -11px;
}
#popup.s:after {
	border-bottom: 10px solid #1b1838;
	top: -10px;
}
#popup.w:before {
	border-left: 11px solid #2b2655;
	right: -11px;
}
#popup.w:after {
	border-left: 10px solid #1b1838;
	right: -10px;
}
#popup.ne:before, #popup.se:before {
	border-right: 11px solid transparent;
	border-left: 0;
	left: 11px;
}
#popup.ne:after, #popup.se:after {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#popup.nw:before, #popup.sw:before {
	border-left: 11px solid transparent;
	border-right: 0;
	right: 11px;
}
#popup.nw:after, #popup.sw:after {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#popup.ne:before, #popup.nw:before {
	border-top: 11px solid #2b2655;
	bottom: -11px;
}
#popup.ne:after, #popup.nw:after {
	border-top: 10px solid #1b1838;
	bottom: -10px;
}
#popup.se:before, #popup.sw:before {
	border-bottom: 11px solid #2b2655;
	top: -11px;
}
#popup.se:after, #popup.sw:after {
	border-bottom: 10px solid #1b1838;
	top: -10px;
}
#popup.nw-alt:before, #popup.ne-alt:before,
#popup.sw-alt:before, #popup.se-alt:before {
	border-top: 11px solid #2b2655;
	bottom: -11px;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	left: 9px;
}
#popup.nw-alt:after, #popup.ne-alt:after,
#popup.sw-alt:after, #popup.se-alt:after {
	border-top: 10px solid #1b1838;
	bottom: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	left: 10px;
}
#popup.ne-alt:before {
	left: auto;
	right: 9px;
}
#popup.ne-alt:after {
	left: auto;
	right: 10px;
}
#popup.sw-alt:before, #popup.se-alt:before {
	border-top: none;
	border-bottom: 11px solid #2b2655;
	bottom: auto;
	top: -11px;
}
#popup.sw-alt:after, #popup.se-alt:after {
	border-top: none;
	border-bottom: 10px solid #1b1838;
	bottom: auto;
	top: -10px;
}
#popup.se-alt:before {
	left: auto;
	right: 9px;
}
#popup.se-alt:after {
	left: auto;
	right: 10px;
}
#popup .popup-close {
	color: #8993e5;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 30px;
}
#popup .popup-close:hover {
	opacity: 1;
}


/*
 * Modal
 * ********************
 */
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	transition: transform 0.15s ease-out;
	transform: scale(0.95);
}
.modal.in .modal-dialog {
	transform: scale(1);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	background: #1b1838;
	background-clip: padding-box;
	border: 1px solid #2b2655;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(0,0,0,0.8);
	outline: 0;
	position: relative;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.6;
}
.modal-header {
	padding: 15px 39px 15px 15px;
	border-bottom: 1px solid #2b2655;
}
.modal-header .close {
	cursor: pointer;
	font-size: 22px;
	height: 34px;
	line-height: 34px;
	opacity: 0.3;
	position: absolute;
	right: 5px;
	top: 8px;
	text-align: center;
	width: 34px;
}
.modal-header .close:hover {
	opacity: 1;
}
.modal-title {
	color: #fff;
	font-size: 18px;
	margin: 0;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #2b2655;
}
.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}


/*
 * Home
 * *******************************************
 */

/* last update */
.home-lastupdate {
    background: #1E0735;
    border-radius: 3px;
    color: #7745c6;
    font-size: 13px;
    margin: 0 0 2em 0;
    padding: 10px;
    text-align: center;
}
.home-lastupdate time {
    background: #2a2466;
    color: #7f72ff;
    font-size: 10px;
    margin: 0 5px 0 0;
    padding: 2px 4px;
    position: relative;
    top: -1px;
    text-transform: uppercase;
}

/* rotation */
.home-rotation {
	margin: 0 0 3em 0;
	padding: 0;
	text-align: center;
}
.home-rotation a {
	display: inline-block;
	margin: 0 5px 10px 5px;
	position: relative;
}
.home-rotation a .avatar {
	float: left;
	height: 50px;
	overflow: hidden;
	position: relative;
	width: 50px;
	-moz-transform: rotate(-30deg) skewX(30deg) scaleY(.866);
	-webkit-transform: rotate(-30deg) skewX(30deg) scaleY(.866);
	transform: rotate(-30deg) skewX(30deg) scaleY(.866);
}
.home-rotation a .avatar div {
	background-size: cover;
	background-position: center center;
	position: absolute;
	right: 6.7%;
	bottom: 0;
	left: 6.7%;
	top: 0;
	-moz-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
	-webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
	transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
}
.home-rotation a .frame {
	background: url(/images/hexagon-home.png) no-repeat 0 0;
	background-size: 100% auto;
	content: "";
	height: 79px;
	position: absolute;
	top: -15px;
	left: -11px;
	width: 72px;
}
.home-rotation a:hover .frame {
	background-position: 0 -80px;
}

/* heroes list */
.heroes-list-filter {
	margin: -5px auto 2em auto;
	text-align: center;
}
.heroes-list-filtername {
	display: inline-block;
	opacity: 0.4;
	position: relative;
	width: 250px;
	-moz-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.heroes-list-filtername:hover,
.heroes-list-filtername.focus {
	opacity: 1;
}
.heroes-list-filtername input,
.heroes-list-filtername input:focus {
	background: transparent;
	border: 1px solid #9b9bf0;
	box-shadow: none;
	color: #9b9bf0;
	border-radius: 30px;
	outline: none;
	padding: 6px 13px;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.heroes-list-filtername .icon-search {
	cursor: text;
	position: absolute;
	right: 12px;
	top: 9px;
}
.heroes-list-filtername .icon-close {
	display: none;
	position: absolute;
	right: 12px;
	top: 9px;
}
.heroes-list-filtername.hastext .icon-search {
	display: none;
}
.heroes-list-filtername.hastext .icon-close {
	display: block;
}
.heroes-list-filtername input::-webkit-input-placeholder {
	color: #9b9bf0;
	opacity: 1;
}
.heroes-list-filtername input::-moz-placeholder {
	color: #9b9bf0;
	opacity: 1;
}
.heroes-list-filtername input:-ms-input-placeholder {
	color: #9b9bf0;
	opacity: 1;
}
.heroes-list-filtericons {
	cursor: default;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin: 0 10px;
	vertical-align: top;
}
.heroes-list-filtericons .icon {
	cursor: pointer;
	font-size: 23px;
	line-height: 34px;
	opacity: 0.3;
	-moz-transition: opacity 0.1s linear;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.heroes-list-filtericons .icon:hover {
	opacity: 0.6;
}
.heroes-list-filtericons .icon.active {
	opacity: 1;
}


.home-heroes-list {
	margin: 0 0 3em 0;
	padding: 0;
	text-align: center;
}
.home-heroes-list a {
	display: inline-block;
	margin: 0 5px 10px 5px;
	position: relative;
}
.home-heroes-list a .avatar {
	float: left;
	height: 92px;
	overflow: hidden;
	position: relative;
	width: 92px;
	-moz-transform: rotate(-30deg) skewX(30deg) scaleY(.866);
	-webkit-transform: rotate(-30deg) skewX(30deg) scaleY(.866);
	transform: rotate(-30deg) skewX(30deg) scaleY(.866);
}
.home-heroes-list a .avatar div {
	background-size: cover;
	background-position: center center;
	position: absolute;
	right: 6.7%;
	bottom: 0;
	left: 6.7%;
	top: 0;
	-moz-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
	-webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
	transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
}
.home-heroes-list a .frame {
	background: url(/images/hexagon-home.png) no-repeat 0 0;
	content: "";
	height: 127px;
	position: absolute;
	top: -17px;
	left: -11px;
	width: 114px;
}
.home-heroes-list a:hover .frame {
	background-position: 0 -127px;
}
.home-heroes-list-row {
	margin-bottom: -15px;
}
.home-heroes-list-row:last-child:not(:nth-child(2n+1)) a:last-child:nth-child(odd),
.home-heroes-list-row:nth-child(2n+1):last-child a:last-child:nth-child(even) {
	margin-right: 112px;
}


/*
 * Hero page
 * *******************************************
 */
.hero-avatar {
	margin-top: 10px;
	position: relative;
	top: 10px;
}
.hero-avatar .avatar {
	float: left;
	height: 92px;
	overflow: hidden;
	position: relative;
	width: 92px;
	-moz-transform: rotate(-30deg) skewX(30deg) scaleY(.866);
	-webkit-transform: rotate(-30deg) skewX(30deg) scaleY(.866);
	transform: rotate(-30deg) skewX(30deg) scaleY(.866);
}
.hero-avatar .avatar div {
	background-size: cover;
	background-position: center center;
	position: absolute;
	right: 6.7%;
	bottom: 0;
	left: 6.7%;
	top: 0;
	-moz-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
	-webkit-transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
	transform: scaleY(1.155) skewX(-30deg) rotate(30deg);
}
.hero-avatar .frame {
	background: url(/images/hexagon-big.png) no-repeat 0 0;
	content: "";
	height: 128px;
	position: absolute;
	top: -16px;
	left: -11px;
	width: 116px;
}
.hero-tiervote {
	border: 1px solid #9b9bf0;
	border-radius: 2px;
	color: #9b9bf0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	position: absolute;
	left: 21px;
	top: 140px;
	text-align: center;
	text-transform: uppercase;
	width: 84px;
	-moz-transition: 0.15s linear;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.hero-tiervote-ok {
	font-size: 12px;
	display: none;
	position: absolute;
	top: 180px;
	left: 15px;
	width: 96px;
	text-align: center;
}
.hero-tiervote:hover {
	border-color: #ba1ab1;
	color: #ba1ab1;
}
.hero-intro {
	margin-left: 128px;
}
.hero-intro h1 {
	font-size: 40px;
	margin: 0;
	text-shadow: 0 0 16px #009cff;
}
.hero-intro .hero-subtitle {
	color: #619cff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
}
/* tags */
.hero-tags {
	margin: 20px 0 30px 0;
}
.hero-tags small {
	color: #4b4b77;
}
.taglist {
	cursor: default;
	list-style: none;
	margin: 0;
	padding: 0;
}
.taglist li {
	display: inline;
}
.taglist .tag {
	background: #2a2466;
	border-radius: 2px;
	color: #7f72ff;
	display: inline-block;
	font-size: 13px;
	line-height: 18px;
	padding: 1px 8px;
	text-decoration: none;
	white-space: nowrap;
}
.taglist .tag:hover {
	background: #453aa9;
	color: #fff;
}
.taglist a.tag {
	cursor: pointer;
}
/* tags vote */
.taglist-vote {
	background: rgba(0,0,0,0.25);
	max-height: 270px;
	overflow: auto;
	padding: 5px 5px 0 5px;
	-webkit-overflow-scrolling: touch;
}
.taglist-vote li {
	display: block;
	margin: 0 0 3px 0;
	white-space: nowrap;
}
.taglist-vote .tag {
	padding: 2px 8px;
	vertical-align: top;
}
.taglist-vote .btn {
	height: 20px;
	line-height: 20px;
	margin: 0 3px 0 0;
	padding: 0 10px;
	vertical-align: top;
}
.taglist-vote .btn.voted {
	background: #ba1ab1;
	border-color: #ba1ab1;
	color: #16132f;
}


/*
 * Map page
 * *******************************************
 */
.map-intro h1 {
	font-size: 40px;
	margin: 0 0 0.8em 0;
	text-shadow: 0 0 16px #009cff;
}


/*
 * Counter menu/filters
 * *******************************************
 */
.counters-menu {
	background: linear-gradient(0deg, #1e0735, #0a0a1a);
	border-bottom: 1px solid #221d46;
	font-size: 13px;
	height: 50px;
	line-height: 50px;
	margin: 40px 0;
	position: relative;
}
.counters-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.counters-menu ul li {
	float: left;
}
.counters-menu a {
	color: #3c356e;
	display: block;
	padding: 0 20px;
	text-decoration: none;
	-moz-transition: 0.15s linear;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.counters-menu a:hover {
	color: #9b9bf0;
}
.counters-menu li.active a {
	color: #fff;
}
.counters-menu-tabs {
	font-weight: bold;
	text-transform: uppercase;
}
.counters-menu-tabs a {
	border-bottom: 4px solid transparent;
}
.counters-menu-tabs li.active a {
	border-color: #ba1ab1;
}
.counters-menu-filters {
	position: absolute;
	right: 0;
	top: 0;
}


/*
 * Counter boxes
 * *******************************************
 */
.counterlist {
	list-style-type: none;
	padding: 0;
}
.counterlist li {
	margin: 0 0 5px 0;
}
.counter-box {
	background: #16132f;
	color: #c4acfa;
	height: 120px;
	padding: 16px 25px 0 126px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.counter-box-avatar {
	display: block;
	text-decoration: none;
	position: absolute;
	left: 25px;
	top: 14px;
	width: 76px;
}
.counter-box-avatar-frame {
	display: block;
	height: 64px;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 64px;
}
.counter-box-avatar-frame:after {
	background: url(/images/counterbox-avatarframe.png) no-repeat 0 0;
	content: "";
	height: 64px;
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
}
.counter-box-avatar-frame img {
	height: 64px;
	margin: 0 !important;
	padding: 0 !important;
	width: 64px;
}
.counter-box-avatar svg {
	position: absolute;
	top: 0;
	left: 0;
}
.counter-box-progress-fill {
	stroke: #ba1ab1;
}
.counterlist-good .counter-box-progress-fill {
	stroke: #00ca2b;
}
.counterlist-bad .counter-box-progress-fill {
	stroke: #e41857;
}
.counter-box-points {
	color: #969aec;
	display: block;
	font-size: 12px;
	position: absolute;
	top: 65px;
	text-align: center;
	width: 100%;
}
.counter-box-points strong {
	color: #fff;
	display: block;
	font-size: 17px;
	line-height: 0.5;
}
.counter-box h3 {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	margin: -0.2em 0 0.4em 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}
.counter-box h3 a,
.counter-box h3 a:hover {
	color: #fff;
	text-decoration: none;
}
.counter-box-voteup,
.counter-box-votedown {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 12px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	-moz-transition: 0.15s linear;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.counter-box-voteup {
	border: 1px solid #00ca2b;
	color: #00ca2b;
	margin-bottom: 5px;
}
.counter-box-voteup:hover {
	background: #00ca2b;
	color: #251E4F;
}
.counter-box-votedown {
	border: 1px solid #e41857;
	color: #e41857;
}
.counter-box-votedown:hover {
	background: #e41857;
	color: #251E4F;
}
.counter-box-voteup.disabled,
.counter-box-votedown.disabled {
	opacity: 0.6;
	pointer-events: none;
}
.counter-box-voteup span,
.counter-box-votedown span {
	background: url(/images/votethumbs.png) no-repeat 0 0;
	display: inline-block;
	height: 24px;
	margin-right: 4px;
	vertical-align: top;
	width: 17px;
}
.counter-box-votedown span {
	background-position: -17px 0;
}
.counter-box-voteup:hover span {
	background-position: 0 -24px;
}
.counter-box-votedown:hover span {
	background-position: -17px -24px;
}
.counter-addnew {
	height: auto;
	padding: 25px;
}
.counterlist-more {
	background: #16132f;
	color: #5c53aa;
	cursor: pointer;
	font-size: 13px;
	padding: 10px;
	position: relative;
	text-align: center;
}
.counter-box-hide {
	display: none;
}
.counter-box-show {
	-webkit-perspective: 600px;
	perspective: 600px;
}
.counter-box-show .counter-box {
	-webkit-animation: counter-show 0.8s ease;
	animation: counter-show 0.8s ease;
}
@-webkit-keyframes counter-show {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(90deg);
	}
	100% {
		opacity: 1;
		-webkit-transform: rotateX(0);
	}
}
@keyframes counter-show {
	0% {
		opacity: 0;
		transform: rotateX(90deg);
	}
	100% {
		opacity: 1;
		transform: rotateX(0);
	}
}


/*
 * Selectize add hero vote
 * *******************************************
 */
.selectize-heroes {
	display: inline-block;
	vertical-align: top;
	width: 178px;
}
.selectize-heroes .selectize-input {
	height: 40px;
	padding: 4px 5px;
}
.selectize-heroes .selectize-input input {
	height: 30px;
	padding-left: 5px !important;
}
.selectize-heroes .selectize-item-hero {
	height: 30px;
	line-height: 30px;
}
.selectize-heroes .selectize-item-hero img {
	background: #000;
	border-radius: 3px;
	height: 29px;
	margin: 0 8px 0 0;
	vertical-align: top;
	width: 29px;
}

.counter-addnew .btn {
	background: transparent;
	border: 1px solid #353060;
	border-radius: 0.21em;
	box-shadow: none;
	color: #5c53aa !important;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	height: 40px;
	line-height: 32px;
	margin: 0 0 0 5px;
	outline: 0;
	padding: 4px 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.counter-addnew .btn:hover {
	background: #35248c;
	border-color: #35248c;
	color: #fff !important;
}
.counter-addnew .btn:active {
	background: #2a1c73;
	border-color: #35248c;
	color: #fff !important;
	box-shadow: 0 0.14em 0.21em rgba(0, 0, 0, 0.125) inset;
}
.counter-addnew .btn.disabled,
.counter-addnew .btn[disabled] {
	cursor: default;
	opacity: 0.65;
	pointer-events: none;
}


/*
 * Map boxes
 * *******************************************
 */
.maplist {
	list-style-type: none;
	padding: 0;
}
.maplist li {
	margin-bottom: 30px;
}
.map-box {
	background: #16132f;
	display: block;
	margin: 0;
	position: relative;
	text-decoration: none;
}
.map-box-novoting {
	padding-bottom: 20px;
}
.map-box-hide .map-box {
	opacity: 0.4;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear;
}
.map-box-hide .map-box:hover {
	opacity: 1;
}
.map-box .progress {
	background: #2a2455;
	height: 4px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.map-box .progress-fill {
	background: #00ca2b;
	height: 4px;
	overflow: hidden;
}
.map-box-image,
.map-box-image:hover {
	background-repeat: no-repeat;
	background-size: cover;
	color: #969aec;
	display: block;
	height: 0;
	position: relative;
	padding: 60.7% 0 0 0;
	text-decoration: none;
	width: 100%;
}
.map-box-image:after {
	background: linear-gradient(0deg, rgba(22,19,47,1), rgba(22,19,47,0));
	content: "";
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.map-box-score {
	background: url(/images/hexagon-mapscore.png) no-repeat center center;
	font-size: 11px;
	height: 92px;
	line-height: 1.1;
	margin: 0 0 0 -51px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	text-align: center;
	width: 103px;
	z-index: 2;
}
.map-box-score strong {
	color: #fff;
	display: block;
	font-family: 'Exo', Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-top: 18px;
}
.map-box h3 {
	font-size: 19px;
	font-weight: 600;
	margin: 0;
	overflow: hidden;
	padding: 0.7em 20px;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: none;
	white-space: nowrap;
}
.map-box h3 a {
	color: #fff;
	text-decoration: none;
}
.map-box-vote {
	height: 26px;
	padding: 0 20px 20px 20px;
}
.map-box-vote-up {
	float: left;
	margin: 0 2% 0 0;
	width: 48%;
}
.map-box-vote-down {
	float: left;
	margin: 0 0 0 2%;
	width: 48%;
}
.map-box-vote .counter-box-voteup,
.map-box-vote .counter-box-votedown {
	margin: 0;
}
.map-box-viewmore {
	border: 1px solid #ba1ab1;
	border-radius: 2px;
	color: #ba1ab1;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin: 0 20px;
	text-align: center;
	text-decoration: none;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	-moz-transition: 0.15s linear;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
}
.map-box-viewmore:hover {
	background: #ba1ab1;
	color: #251E4F;
}


/*
 * Tier list
 * *******************************************
 */
#popup .btn-tiervote {
	border-radius: 2px;
	cursor: pointer;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 8px 0;
	overflow: hidden;
	padding: 0 0 0 12px;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	transition: 0.1s linear;
}
#popup .btn-tiervote.disabled {
	opacity: 0.6;
	pointer-events: none;
}
#popup .btn-tiervote:hover {
	color: #1b1838;
}
#popup .btn-tiervote1 {
	border: 1px solid #00ca2b;
	color: #00ca2b;
	margin-top: 0;
}
#popup .btn-tiervote1:hover {
	background: #00ca2b;
}
#popup .btn-tiervote2 {
	border: 1px solid #42b596;
	color: #42b596;
}
#popup .btn-tiervote2:hover {
	background: #42b596;
}
#popup .btn-tiervote3 {
	border: 1px solid #8993e5;
	color: #8993e5;
}
#popup .btn-tiervote3:hover {
	background: #8993e5;
}
#popup .btn-tiervote4 {
	border: 1px solid #c358c0;
	color: #c358c0;
}
#popup .btn-tiervote4:hover {
	background: #c358c0;
}
#popup .btn-tiervote5 {
	border: 1px solid #e41857;
	color: #e41857;
	margin-bottom: 0;
}
#popup .btn-tiervote5:hover {
	background: #e41857;
}
#popup .btn-tiervote span {
	font-weight: normal;
	margin-left: 2px;
	text-transform: none;
}

.tierlist-intro h1 {
	font-size: 40px;
	margin: 0 0 0.8em 0;
	text-shadow: 0 0 16px #009cff;
}
.tierlist-title {
	font-size: 1.5em;
	text-shadow: 0 0 5px #009cff, 0 0 2px #009cff;
}
.tierlist-title span {
	color: #619cff;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
}

.tierlist-hero {
	background: #16132f;
	border-top: 3px solid #47279a;
	float: left;
	height: 118px;
	margin: 0 4px 4px 0;
	position: relative;
	width: 92px;
}
.tierlist-hero:after {
	background: linear-gradient(0deg, rgba(22,19,47,1), rgba(22,19,47,0));
	content: "";
	height: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26px;
	z-index: 1;
}
.btn-tier-popup {
	border: 1px solid #9b9bf0;
	border-radius: 2px;
	color: #9b9bf0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: 0.15s linear;
	-webkit-transition: 0.15s linear;
	transition: 0.15s linear;
	z-index: 2;
}
.btn-tier-popup:hover {
	border-color: #ba1ab1;
	color: #ba1ab1;
}
.btn-tier-popup.voted {
	background: #ba1ab1;
	border-color: #ba1ab1;
	color: #16132f;
}

/*
 * Team picker
 * *******************************************
 */

/* selector frame */
.teampicker-title {
	height: 37px;
	margin: 0 0 12px 0;
	width: 431px;
}
.teampicker-teams {
	height: 80px;
	position: relative;
}
.teampicker-friends {
	position: absolute;
	left: 10px;
	top: 0;
}
.teampicker-enemies {
	position: absolute;
	right: 10px;
	top: 0;
}
.teampicker-hero {
	height: 71px;
	opacity: 0.5;
	top: 0;
	width: 100px;
}
.teampicker-hero-friend {
	background: url(/images/teampicker-frame-blue.png) no-repeat 0 0;
	background-size: 100%;
	float: left;
	margin-right: -25px;
}
.teampicker-hero-enemy {
	background: url(/images/teampicker-frame-red.png) no-repeat 0 0;
	background-size: 100%;
	float: right;
	margin-left: -25px;
}
.teampicker-hero > div {
	cursor: pointer;
	height: 63px;
	overflow: hidden;
	position: relative;
	left: 19px;
	top: 4px;
	width: 62px;
	-moz-transform: skewX(22deg);
	-webkit-transform: skewX(22deg);
	transform: skewX(22deg);
}
.teampicker-hero img {
	height: 92px;
	max-width: 92px;
	position: relative;
	top: -12px;
	left: -17px;
	width: 92px;
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	transform: skewX(-22deg);
}
.teampicker-hero-enemy > div {
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	transform: skewX(-22deg);
}
.teampicker-hero-enemy img {
	-moz-transform: skewX(22deg);
	-webkit-transform: skewX(22deg);
	transform: skewX(22deg);
}
.teampicker-hero > div:after {
	background: rgba(0,0,0,0.4);
	border: 2px solid #9b9bf0;
	border-radius: 50%;
	content: "×";
	color: #9b9bf0;
	font-size: 30px;
	height: 36px;
	line-height: 35px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 14px;
	left: 11px;
	width: 36px;
	-moz-transform: skewX(-22deg);
	-webkit-transform: skewX(-22deg);
	transform: skewX(-22deg);
    /*
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
    */
}
.teampicker-hero-enemy > div:after {
	-moz-transform: skewX(22deg);
	-webkit-transform: skewX(22deg);
	transform: skewX(22deg);
}
.teampicker-hero:hover > div:after {
	opacity: 1;
	top: 10px;
}
.teampicker-hero-active {
	opacity: 1;
}
.teampicker-map {
	background: url(/images/teampicker-mapframe.png) no-repeat center center;
	background-size: 100%;
	height: 70px;
	margin-left: -106px;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 213px;
}
.teampicker-map select {
	background: #000;
	border-width: 0;
	cursor: pointer;
	height: 70px;
	line-height: 70px;
	opacity: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 213px;
	width: 183px;
	margin-left: 15px;
	z-index: 2;
}
.teampicker-map label {
	font-family: "Exo", sans-serif;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 12px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.teampicker-map-name {
	font-family: "Exo", sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	margin: 0.7em 0 2em;
	text-align: center;
	text-transform: uppercase;
}

/* bans list */
.teampicker-bans {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}
.teampicker-bans-friends {
    position: absolute;
    left: 42px;
    top: 0;
    transform: scale(0.74);
    transform-origin: 0 0;
}
.teampicker-bans-enemies {
    position: absolute;
    right: 42px;
    top: 0;
    transform: scale(0.74);
    transform-origin: 100% 0;
}

/* tips */
.teampicker-tips {
    font-size: 13px;
    text-align: center;
}
.teampicker-tips:not(:empty):before {
    content: "Tips (beta): ";
    opacity: 0.3;
}
.teampicker-tips > span {
    background: #2a2466;
    border-radius: 2px;
    color: #7f72ff;
    display: inline-block;
    margin: 0 2px;
    padding: 1px 8px;
}

/* heroes list */
.teampicker-allheroes {
	margin-top: 2em;
	margin-bottom: 2em;
}
.teampicker-result-enemyteam {
	text-align: right;
}
.teampicker-allheroes h3 {
	font-size: 16px;
	margin: 0;
}
.teampicker-result-playerteam h3 {
	color: #b7e6ff;
}
.teampicker-result-enemyteam h3 {
	color: #f88;
}
.teampicker-orderfilter {
    font-size: 13px;
    list-style: none;
    margin: 5px 0 12px;
    padding: 0;
}
.teampicker-orderfilter li {
    cursor: pointer;
    display: inline;
    opacity: 0.3;
}
.teampicker-orderfilter li:hover {
    opacity: 0.6;
}
.teampicker-orderfilter li.active {
    opacity: 1;
}
.teampicker-result-playerteam .teampicker-orderfilter {
    text-align: left;
}
.teampicker-result-playerteam .teampicker-orderfilter li {
    margin: 0 4px 0 0;
}
.teampicker-result-enemyteam .teampicker-orderfilter {
    text-align: right;
}
.teampicker-result-enemyteam .teampicker-orderfilter li {
    margin: 0 0 0 4px;
}
.teampicker-allheroes.loading,
.teampicker-summary-wrap.loading {
	opacity: 0.5;
	-moz-pointer-events: none;
	-webkit-pointer-events: none;
	pointer-events: none;
}
.teampicker-result-list {
    display: -webkit-flex; /* NEW: Chrome 21-28, Safari 6.1+ */
	display: -moz-flex;
	display: -ms-flexbox; /* MID: IE 10 */;
	display: flex; /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */

	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;

	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;

	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	align-items: stretch;

	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	-ms-align-content: flex-start;
	align-content: flex-start;
}
.teampicker-result-enemyteam .teampicker-result-list {
    -webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
.teampickerlist-hero {
	background: #16132f;
	border-top: 3px solid #47279a;
	color: #9b9bf0;
	margin: 0 4px 4px 0;
    order: 1;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 60px;
    
    -webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.teampicker-result-enemyteam .teampickerlist-hero {
	margin: 0 0 4px 4px;
}
.teampickerlist-hero:hover {
	color: #9b9bf0;
}
.teampickerlist-hero.picked {
    display: none !important;
}
.teampickerlist-hero .btn {
	display: none;
    height: 28px;
    line-height: 28px;
	margin-left: -20px;
	padding: 0;
	position: absolute;
	left: 50%;
	width: 40px;
	z-index: 2;
}
.teampickerlist-hero .btn-blue-f {
    top: 4px;
}
.teampickerlist-hero .btn-red-f {
    height: 17px;
    line-height: 17px;
    top: 38px;
}
.teampickerlist-hero:hover .btn {
    display: block;
}
.teampickerlist-hero .btn:hover {
    color: #fff;
}
.teampickerlist-hero .score {
	background: linear-gradient(170deg, rgba(22,19,47,1) 0px, rgba(22,19,47,0) 40px);
	display: block;
	height: 60px;
	font-size: 13px;
	padding: 2px 0 0 4px;
	position: absolute;
	text-align: left;
	left: 0;
	top: 0;
	width: 60px;
	z-index: 2;
}

/* teampicker summary */
.teampicker-summary {
	margin: 0 0 30px 0;
	padding: 0 0 0 115px;
	position: relative;
}
.teampicker-summary p {
	margin: 0.7em 0 0.7em 15px;
}
.teampicker-summary hr {
	border-color: #28284f;
	margin: 25px 0 0 0;
}
.teampicker-summary .hero-avatar {
	margin: 8px 0 30px 0;
	position: absolute;
	left: 0;
	top: 10px;
}
.teampicker-summary .hero-avatar .avatar {
	float: none;
}
.teampicker-summary h6 {
	margin: 0 0 5px 0;
}
.teampicker-summary .clearfix + h6 {
	margin-top: 15px;
}
.teampicker-summary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.teampicker-summary li {
	background: #16132f;
	float: left;
	height: 76px;
	margin: 0 5px 5px 0;
	padding: 10px 10px 10px 96px;
	position: relative;
	width: 100px;
}
.teampicker-summary li .counter-box-avatar {
	left: 10px;
	top: 10px;
}
.teampicker-summary li .btn {
	display: block;
	margin: 7px 0;
	padding: 0;
}
.teampicker-summary-good .counter-box-progress-fill {
	stroke: #00ca2b;
}
.teampicker-summary-bad .counter-box-progress-fill {
	stroke: #e41857;
}

/* popup hero breakdown */
.popup-teampicker-breakdown {
	font-size: 13px;
	line-height: 1.2;
	padding: 5px 10px 10px 10px;
	width: 236px;
}
.popup-teampicker-heroname {
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0.8em 0;
	text-transform: uppercase;
}
.popup-teampicker-avatar {
	margin: 0 0 20px 0;
}
.popup-teampicker-section {
	margin: 0 0 20px 0;
}
.popup-teampicker-breakdown strong {
	display: block;
	font-size: 11px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
}
.popup-teampicker-bignumber {
	font-size: 24px;
	line-height: 0.6;
}
.popup-teampicker-counters {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.popup-teampicker-counters li {
	line-height: 25px;
	margin: 0 0 5px 0;
}
.popup-teampicker-counters img {
	height: 25px;
	margin: 0 6px 0 0;
	vertical-align: top;
	width: 25px;
}
.popup-teampicker-heroname .btn {
	padding: 0;
	width: 92px;
}


/*
 * Videos
 * *******************************************
 */

.video-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.video-list li {
	margin-bottom: 30px;
}
.video-list-item {
	display: block;
	text-decoration: none;
}
.video-list-thumb {
	background-position: center center;
	background-size: cover;
	box-shadow: 0 0 0 1px rgba(200, 200, 255, 0.25) inset;
	height: 0;
	margin: 0 0 6px 0;
	overflow: hidden;
	padding: 56% 0 0 0;
	position: relative;
	transition: box-shadow 0.1s linear;
}
.video-list-item:hover .video-list-thumb {
	box-shadow: 0 0 0 2px rgba(160, 170, 255, 0.8) inset;
}
.video-list-info {
	color: #4b4b77;
	font-size: 13px;
	height: 76px;
	line-height: 1.3;
	overflow: hidden;
}
.video-list-info .video-list-title {
	color: #9b9bf0;
	font-size: 15px;
	margin: 0 0 3px 0;
	max-height: 39px;
	overflow: hidden;
}

/* video page */
.video-player-page h1 {
	font-size: 30px;
	margin: 0 0 0.8em 0;
	text-shadow: none;
	text-transform: none;
}
.video-player {
	margin: 0 0 30px 0;
	padding: 56.25% 0 0 0;
	position: relative;
	width: 100%;
}
.video-player iframe {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
