/* =============================================================================
   html5reset.css
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
/* =============================================================================
   Base
   ========================================================================== */
html,
body {
  min-height: 765px;	
  height: 100%;
}
body {
  color: #333333;
  /*font: 16px/1.5 "Trebuchet MS", Helvetica, sans-serif;*/
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  position: relative;
  text-transform: normal;
  background-color: #fff;
  
  
  font-family: 'Lineto Circular Book',sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #4d4d4d;
  
  
}
h1,
h2 {
  font-family: 'Lineto Circular Bold';
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #00a65c;
  
  margin-top: 0;
}
h1 {
    color: #333333;
    font-size: 60px;
    line-height: 0.8;
    margin-bottom: 35px;
    text-align: center;
}
h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 0.8;
  margin-bottom: 10px;
}
h3{
	font-size: 30px;
    font-family: 'Lineto Circular Bold';
    font-weight: 400;
	color: #4a4a4a;
	display: block;
}

.section-half h3 {
  font-size: 20px !important;
}

h4 {
    font-size: 22px;
    font-weight: bold;
}
ol,
ul,
dl,
address {
  font-size: 1em;
  margin: 0 0 1.4286em;
}
p {
  margin-bottom: .75em;
  font-size: 20px;
}
a {
  text-decoration: none;
  display: inline;
  color: #333333;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
}
img {
  border: 0 none;
  height: auto;
}
/*--- selection ---*/
header {
  display: table-header-group;
}
.section-center {
  display: table-row-group;
}
.section-center .container {
}
.section-bottom {
  display: table-footer-group;
}
.wrapper {
  min-height: 100%;
  height: 100%;
  position: absolute;
  min-width: 672px;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.wrapper_item {
	display: table;
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 50%;
	min-height: 672px;		
}
.wrapper_first {
  background: #fafafa url('img/bg-header.png') 0 0 repeat-x;
  background: #ffffff;
}
.wrapper_second {
  background: #fafafa url('img/bg-pattern.jpg') 0 0 repeat;
  background: #EAEFF1;
}
.wrapper_second h2 {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #4a4a4a;
  margin-top: 25px;
  margin-bottom: 25px;
}
.wrapper_third {
  background: rgba(239,239,239,0.95);
  background: rgba(247, 250, 252);
  background: #EAEFF1;
}
.wrapper_four {
  background: rgba(239,239,239,0.95);
  background: rgba(247, 250, 252, 0.95);
  background: #EAEFF1;
  box-sizing: border-box;
}
.wrapper_four .section-half:first-child {
  padding-right: 10px;
}
.wrapper_four .section-half:last-child{
  padding-left: 18px;
}
.wrapper-board .section-half {
  width: 20%;
  text-align: center;
}
.logotype-block {
  margin: 0 auto;
  text-align: center;
}
    header .logotype-block {
        padding: 19px 0 34px;
    }
.logotype-block-head {
    background: #D1E6D0;
    color: #ffffff;
    line-height: 26px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
}
.logotype-block-head .logotype {
  padding-right: 20px;
  vertical-align:middle
}
.logotype-block-head .game-name {
  vertical-align:middle
}

.logotype-block-head .game-version {
  position: absolute;
  right: 0px;
  top: 30px;
  color: #1B5A41;
}


.logotype-block-head-vs {
    display: inline-block;
    float: left;
    font-size: 14px;
    padding: 0 10px;
}
.logotype-block-head-item {
    background: #00a65c;
    color: #ffffff;
    display: inline-block;
    float: right;
    font-size: 11px;
    padding: 0 10px;
    text-transform: uppercase;
}
.logotype-block-head-item-active {
    background: #050501;
}
.logotype-block.logotype-block_mini {
  text-align: left;
  padding: 10px 0 0px;
}
.form-page-cont {
  display: table-cell;
  vertical-align: middle;
}
.form-page-item {
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 0 45px;
}
.form-page-item-mini {
    max-width: 550px;
    margin: 0 auto;
}
.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.content {
  background: #ffffff;
  box-sizing: border-box;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  min-height: 220px;
  padding: 25px 20px;
}
.discussion-content {
  text-align: center;
  padding-top: 20px;
}

.discussion-content i {
  font-size: 10em;
}

.discussion-content p {
  font-size: 3em;
  /*padding-top: 30px;*/
}
/*-- selection page ---*/
.section-container {
  display: table;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
  max-width: 960px;
}
.section-half {
  display: table-cell;
  height: 100%;
  width: 49%;
  vertical-align: top;
  font-size: 20px;
}

.wrapper_show {
  z-index: 100000;
}


.endgame {
  background-color: #F8ADBA; 
  border-radius: 50px; 
  display: inline-block; 
  padding: 10px;   
  padding-left: 20px; 
  padding-right: 20px; 
  color: black;
  box-shadow: 3px 3px 0px #7E9B8E; 
  margin-right: 20px;
  
  position: absolute;
  right: 20px;
  top: 210px;
  z-index: 10000;

}
.showinfo {
 background-color: #D1E6D0; 
 border-radius: 50px; 
 display: inline-block; 
 padding: 10px;   
 padding-left: 20px; 
 padding-right: 20px; 
 color: #0A4B30;
 box-shadow: 3px 3px 0px #7E9B8E; 
 margin-right: 20px;
 
 position: absolute;
 right: 20px;
 top: 160px;
 z-index: 10000;

}


.section-container-choice {
  margin-top: 40px;
}
.section-container-choice .section-half {
  padding-left: 40px;
}

.section-container-choice .section-half + .section-half {
  border-left: 1px solid #c1c1c1;
  padding-left: 80px;
}


.mediumtext {
  font-family: 'Lineto Circular Medium', sans-serif;
}


.section-half-link {
  color: #333333;
  display: inline-block;
  margin: 0 auto;
  width: 95%;
  /*text-align: center;*/
  cursor: pointer;
}
.section-half-link .fa-chevron-right:before {
  background: #cdcdcd;
  border-radius: 38px;
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.31) inset;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.31) inset;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.31) inset;
  color: #e4e4e4;
  display: inline-block;
  margin: 5px auto 15px;
  width: 74px;
  height: 74px;
  line-height: 76px;
  font-size: 40px
}
.section-half-link .section-half-item {
  max-width: 85%;
  /*margin: 0 auto;*/
  margin-top: 40px;
}
.section-half-link_active .fa-chevron-right:before {
  background: #00a65c;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
}

.game-name {
  color: #1B5A41;
  font-size: 39px;
  font-weight: bold;
  font-family: 'Lineto Circular Bold';
}

.block-board-game {
  background: url('img/pic-board-game.png') center 0px no-repeat;
}

.block-board-game:before {
  content: "";
  display: block;
  margin: -40px auto 11px;
  max-width: 449px;
  min-height: 200px;
  width: 100%;
  background-size: 100%;
  position: relative;
}

.block-online-game {
  background: url('img/pic-online-game.png') center 0px no-repeat;
}


.block-online-game p,
.block-board-game p {
  min-height: 100px;
}

.block-online-game:before {
  background-size: 100%;
  content: "";
  display: block;
  margin: -40px auto 11px;
  max-width: 382px;
  height: 200px;
  width: 100%;
  position: relative;
}
/*---timer page ---*/
.pseudo-header-first {
  color: 000;
  overflow: hidden;
  padding: 0px 0;
  font-size: 28px;
  margin-top: 20px;
}
.pseudo-header-second {
  font-family: "Times New Roman", Georgia, Serif;
  font-family: 'Lineto Circular Book',sans-serif;
  font-size: 31px;
  line-height: 31px;
  padding: 30px 0;
  margin-bottom: 10px;
}

/*.discus-head-orange .pseudo-header-first,
.discus-head-orange .discus-block:before {
    background: #ac791b;
}
.discus-head-orange .pseudo-header-second {
    background: #f2ac29;
}

.discus-head-green .pseudo-header-first,
.discus-head-green .discus-block:before {
    background: #919e30;
}
.discus-head-green .pseudo-header-second {
    background: #c9d94e;
}
.discus-head-blue .pseudo-header-first,
.discus-head-blue .discus-block:before {
    background: #206f60;
}
.discus-head-blue .pseudo-header-second {
    background: #03a688;
}
.discus-head-magenta .pseudo-header-first,
.discus-head-magenta .discus-block:before {
    background: #722671;
}
.discus-head-magenta .pseudo-header-second {
    background: #a73ca6;
}
.discus-head-red .pseudo-header-first,
.discus-head-red .discus-block:before {
    background: #960018;
}
.discus-head-red .pseudo-header-second {
    background: #e70052;
}*/

.left-block {
  float: left;
  height: 60px;
}
.right-block {
  float: right;
}
.num-block {
  font-weight: normal;
}
#card-type-heading, .right-block.num-block {
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
  float: right;
  margin-top: 20px;
  font-size: 22px;
}

h2#card-type-heading {
  color: white;
  font-size: 22px;
}

.right-block.num-block {
  color: #fff;
  padding-right: 20px;
}


.discus-block {
  min-height: 60px;
  position: relative;
  color:#000;
  color: #fff;
  font-size: 24px;
  padding-left: 20px;
  /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);*/
}
.discus-block:before {
  /*border-radius: 60px;*/
  /*background-color: #fff !important;*/
  color: #fff;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 62px;
  float: left;
  margin-right: 15px;
  background-size: 30px !important;
}
.discus-block.fa :before {
  color: #fff !important;
  filter: none !important;
}


.pseudo-header-second {
	min-height: 70px;
}

.pseudo-header-second .discus-block { 
	width: 760px;
	float: left;
  padding-left: 20px;
}

.pseudo-header-second .fa-play-circle,
.pseudo-header-second .fa-play-bell {
  position: relative;
	float: right;
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 20px;
	text-align: center;

}


.block-list-container {
  list-style: none;
  counter-reset: item;
  margin: 10px 0 30px -0.7%;
}
.block-list {
  background: #ffffff;
  -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3);
  color: #000000;
  cursor: pointer;
  width: 49%;
  margin-bottom: 10px;
  margin-left: 0.7%;
  min-height: 80px;
  padding: 20px 30px 20px 70px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding-right: 15px; /* 80px */
  vertical-align: top;
  font-size: 22px;
  line-height: 24px;
  font-family: "Times New Roman", Georgia, Serif;
  font-family: 'Lineto Circular Book',sans-serif;
}
.block-list:before {
  height: 40px;
  text-align: center;
  width: 40px;
  line-height: 38px;
  font-size: 26px;
  position: absolute;
  left: 20px;
  border-radius: 20px;
  display: inline-block;
  font-family: FontAwesome;
}
.discus-head-deck1 .block-list-num:before {
  content: "\f068\0020\f067";
  display: block;
  font-size: 14px;
  float: left;
}

.block-list-num:before {
  content: counter(item);
  counter-increment: item;
  color: #fff;
  background: #00a65c;
  /*-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.31) inset;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.31) inset;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.31) inset;*/
  display: block;
  float: left;
}
.block-list span {
    word-wrap: break-word;
    width: 80px;
    /*text-align: center;*/
    display: block;
    float: left;
}
.block-list-point {
    display: block;
    float: left;
    font-style: italic;
    font-size: 18px;
    margin-left: -50px;
    margin-top: 50px;
    position: relative;
    width: 100px !important;
    font-family: monospace;
}
.block-list-point+span {
  width: 285px; /* 220px */
  font-size: 20px;
  line-height: 30px;
  font-family: Verdana;
  font-family: 'Lineto Circular Book',sans-serif;
}
.fa-chevron-right:before {
  background: #d2d03d;
  content: "\f054";
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.block-list.fa-times:before {
  background: #e70052;
  content: "\f00d";
  color: #cfcfcf;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.container-bottom {
  /*border-top: 1px solid #666666;*/
  font-size: 16px;
  line-height: 19px;
  padding: 20px 0 30px;
  zoom: 1;
}
.container-bottom:before,
.container-bottom:after {
  content: " ";
  display: table;
}
.container-bottom:after {
  clear: both;
}
.container-bottom .container-bottom-item {
  max-width: 100%;
  float: left;
  font-size: 24px;
  line-height: 26px;
}
.container-bottom .container-bottom-item-left {
  float: right;
  height: 97px;
  width: 94px;
}
.timer {
  position: relative;
}
.timer:before {
  position: absolute;
  top: 50%;
  right: 38px;
  margin-top: -12px;
  font-size: 20px;
  
}

#card-instruction {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  background-image: url("img/icon-info-dark.svg");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 15px center;
  padding-left: 80px;
}

.timer span {
    color: #4a4a4a;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    top: -40px;
    margin-right: 3px;
    font-family: 'Lineto Circular Book',sans-serif;
}
.timer span:after {
    content: "''";
}
.fa-play-circle {
    font-size: 95px;
    text-align: right;
    margin-right: 8px;
    
}

/*---participants ---*/
.button-close {
  position: absolute;
  top: 25px;
  margin-left: 395px;
}
.bottom-go-on {
  display: block;
  font-size: 30px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Lineto Circular Book',sans-serif;
  font-weight: bold;
  padding: 40px 0 55px;
  //background: #ffffff;
}
.bottom-go-on:before {
  border-radius: 45px;
  color: #000000;
  margin: 0 auto;
  font-family: FontAwesome;
  font-size: 50px;
  top: 0;
  display: block;
  width: 73px;
  height: 73px;
  line-height: 75px;
  margin-bottom: 5px;
}
/*-- deltagare ---*/
.topic-block {
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  text-align: center;
}
.topic-block:before,
.topic-block:after {
  content: '';
  display: inline-block;
  width: 50%;
  height: 1px;
  background: #c4c4c4;
  z-index: -1;
  position: relative;
  vertical-align: middle;
  margin-top: -10px;
}
.topic-block:before {
  right: 15px;
  margin-left: -100%;
}
.topic-block:after {
  left: 15px;
  margin-right: -100%;
}
.vs-game {
    color: #999999;
    font-size: 14px;
}
.topic-block.vs-game:before {
    margin-top: -5px;
    right: 5px;
}
.topic-block.vs-game:after {
    left: 5px;
    margin-top: -5px;
}

.add-block {
  font-size: 20px;
  font-weight: bold;
  /*font-family: 'Lineto Circular Book',sans-serif;*/
  
  display: block;
}
.add-block .fa {
  background: #00a65c;
  border-radius: 15px;
  margin-right: 4px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 27px;
  font-size: 16px;
  color: white;
}

.icon-info {
  float: left;
  margin-right: 20px;
  width: 70px;
}

.info-container {
  color: black;
}
.info-container h3 {
  color: #0A4B30;
}


/*-- form --*/
input {
  font-size: 20px;
  padding: 14px 7px;
  border-radius: 4px;
  border: 1px solid #cdcdcd;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 7px;
}
/*--- wheel ---*/
.wheel-block-cont {
  width: 470px;
  height: 470px;
  border-radius: 270px;
  position: relative;
  border: 12px solid #ffffff;
  /*-moz-box-shadow: 0 9px 40px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 9px 40px rgba(0, 0, 0, 0.5);
  box-shadow: 0 9px 40px rgba(0, 0, 0, 0.5);*/
  margin: 0 auto;
  margin-top: 20px;
  box-shadow: 0 0 10px #ccc;
}
.disabled .touch_device .wheel-block-cont:after {
  content: "Tryck och dra för att snurra hjulet.";
  background: url('img/pic-hand.png') no-repeat;
  display: block;
  color: #333333;
  font-size: 16px;
  padding-top: 105px;
  max-width: 125px;
  text-align: center;
  /*top: 50%;
  right: -160px;*/
  top: 70%;
  right: -130px;
  position: absolute;
}

.wheel-block-cont:after {
  content: "Klicka på hjulet för att snurra.";
  background: url('img/pic-hand2.png') no-repeat;
  display: block;
  color: #333333;
  font-size: 16px;
  padding-top: 105px;
  max-width: 125px;
  text-align: center;
  /*top: 50%;
  right: -160px;*/
  top: 70%;
  right: -130px;
  position: absolute;
}


.wheel-block-cont-item {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 270px;
  
  
}
.wheel-block-rotator {
  position: relative;
  width: 100%;
  height: 100%;
}
.wheel-block-center {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  /*background: #ffffff url("img/bg-wheel-center.png") center no-repeat;*/
  position: absolute;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  margin-left: -100px;
  /*
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);*/
}
.wheel-block-center:before {
  content: "";
  background: #EAEFF1;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: block;
  margin-top: 0px;
  margin-left: 0px;
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.3) inset;
}
.wheel-block-center:after {
  content: "";
  background: url('img/arrow.svg') no-repeat;
  background-size: contain;
  display: block;
  width: 80px;
  height: 162px;
  position: absolute;
  top: 73px;
  left: 60px;
}
.wheel-block-item {
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 179px solid;
  height: 0;
  width: 132px;
  position: absolute;
  background: transparent!important;
}
	.wheel-block-item:before {
	  top: 50px;
	  margin-left: 15px;
	}
.board-block-item {
  /*
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5),  0 0 14px rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5),  0 0 14px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5),  0 0 14px rgba(0, 0, 0, 0.3) inset;
  */
  border-radius: 16px;
  border: 3px solid #000!important;
  box-sizing: border-box;
  height: 250px;
  line-height: 200px;
  width: 100%;
  margin-bottom: 10px;
  
  max-width: 150px;
  max-height: 350px;
  height: 220px;
  
}
	.icon-block:before {
	  border-radius: 70px;
	  color: #ffffff;
	  display: inline-block;
	  line-height: 92px;
	  width: 92px;
	  height: 100%;
	  text-align: center;
	  position: relative;
	  outline: 1px solid transparent;
	  font-size: 0.6em
	}
.wheel-block-item:nth-child(3) {
  -moz-transform: rotate(219deg);
  -ms-transform: rotate(219deg);
  -webkit-transform: rotate(219deg);
  -o-transform: rotate(219deg);
  transform: rotate(219deg);
  top: 33px;
  right: -71px;
}
.fa-plus-minus:before {
	content: "\f067\0020\f068";
}

/*.icon-orange {
  border-bottom-color: #f2ac29;
  background: #f2ac29;	
}
	.icon-orange:before {
		background: #ac791b;
	}
.icon-green {
  border-bottom-color: #c9d94e;
  background:  #c9d94e;
}
	.icon-green:before {
	  background: #919e30;
	}
.icon-blue {
	border-bottom-color: #03a688;
	background:  #03a688;
}
	.icon-blue:before {
	  background: #206f60;
	}
.icon-magenta {
  border-bottom-color: #a73ca6;
  background: #a73ca6;
}
	.icon-magenta:before {
	  background: #722671;
	}
.icon-red {
    border-bottom: 165px solid #e70052;
    background: #e70052;
    color: #ffffff;
} */

.wheel-block-item:nth-child(2) {
  -moz-transform: rotate(139.5deg);
  -ms-transform: rotate(139.5deg);
  -webkit-transform: rotate(139.5deg);
  -o-transform: rotate(139.5deg);
  transform: rotate(139.5deg);
  top: 30px;
  left: -70px;
  top: 40px;
  left: -100px;
}
.wheel-block-item:nth-child(4) {
  -moz-transform: rotate(61deg);
  -ms-transform: rotate(61deg);
  -webkit-transform: rotate(61deg);
  -o-transform: rotate(61deg);
  transform: rotate(61deg);
  top: 240px;
  left: -111px;
}
.wheel-block-item:nth-child(1) {
  -moz-transform: rotate(299deg);
  -ms-transform: rotate(299deg);
  -webkit-transform: rotate(299deg);
  -o-transform: rotate(299deg);
  transform: rotate(299deg);
  top: 225px;
  right: -120px;
}



.fa-play-circle:before {
  background: url("img/icon-play.svg") center no-repeat;
  content: "";
  width: 70px;
  height: 70px;
  content: "";
  position: absolute;
  background-size: contain;
  
  left: 0px;
}

.discus-blockk.fa-times:before,
.icon-block.fa-times:before {
        background: url("img/icon-x.svg") center no-repeat !important; 
        content: "";
        background-size: auto 40px !important;
}
.discus-block.fa-comments:before,
.icon-block.fa-comments:before {
        background: url("img/icon-speechbubbles.svg") center no-repeat !important; 
        content: "";
        background-size: auto 40px !important;

}
.discus-block.fa-question:before,
.icon-block.fa-question:before {
        background: url("img/icon-questionmark.svg") center no-repeat !important; 
        content: "";
        background-size: auto 40px !important;
}
.discus-block.fa-plus-minus:before,
.icon-block.fa-plus-minus:before {
        background: url("img/icon-plusminus.svg") center no-repeat !important; 
        content: "";
        background-size: auto 40px !important;
}
.discus-block.fa-exclamation:before,
.icon-block.fa-exclamation:before {
        background: url("img/icon-exclamationmark.svg") center no-repeat !important; 
        content: "";
        background-size: auto 40px !important;
}





.wheel-block-item:before {
  height: 100px;
}

.wheel-block-item:nth-child(5) {
  display: inline-block;
  top: 320px;
  width: 72px;
  left: 149px;
  border-left: 62px solid transparent;
  border-right: 62px solid transparent;
}
    .wheel-block-item:nth-child(5):before {
        top: 40px;
        margin-left: -12px;
        
    }

/* success page */
.success-block {
    text-align: center;
}
.success-block:before {
    color: #00a65c;
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 4em;
}
    .success-topic-block {
        margin-bottom: 15px;
        margin-top: -15px;
    }
.success-link {
    background: #00a65c;
    border-radius: 38px;
    color: white;
    display: inline-block;
    font-family: 'Lineto Circular Book',sans-serif;
    font-size: 25px;
    font-weight: bold;
    height: 74px;
    line-height: 74px;
    margin: 15px auto;
    width: 74px;
    text-transform: uppercase;
}
/* rules page */
.rules-button-close {
    top: 5px;
}
.rules-list {
    /*border-top: 1px solid #c4c4c4;
    margin-top: 5px;*/
    padding-top: 25px;
    width: 795px;
    /*height: 500px;
    overflow: scroll;*/
}
.rules-item {
    list-style: none;
    margin-bottom: 30px;
    font-size: 20px;
}

	@media screen and (orientation:portrait) { 
		.container {
			max-width: 720px;
		}
		.button-close {
			/*margin-left: 690px;*/
		}
		.wheel-block-cont  {
			margin-bottom: 70px;
		}
		.wheel-block-cont:after  {
			top: 85%;
			right: -100px;
		}
	}

.block-list-active
{
    background-color: lightgray;
}





.icon-block.fa-info, .icon-block.fa-comments, .icon-block.fa-exclamation {
  font-size: 4em !important;
}

.icon-block.fa-plus-minus {
  font-size: 2em !important;
}


  .icon-block.fa-info, .icon-block.fa-comments, .icon-block.fa-exclamation {
    font-size: 4em !important;
  }

  .icon-block.fa-plus-minus {
    font-size: 2em !important;
  }



			
			.icon-deck9 {
				border-bottom-color: #a7b1b7;
				background: #a7b1b7;
			  }
			
			  .discus-head-deck9 .pseudo-header-first,
			  .discus-head-deck9 .discus-block:before {
				background: #a7b1b7;
			  }
			  
			  .discus-head-deck9 .pseudo-header-second .discus-block {
				  color: #a7b1b7;
				  filter: invert(1) grayscale(1) brightness(1.5) contrast(9000);
				  mix-blend-mode: luminosity;
			  }
			  
			 
			  
			
			  .discus-head-deck9 .pseudo-header-second {
				background: #a7b1b7;
				filter: brightness(110%);
			  }
			
			  .discus-head-deck9 .block-list-num:before {
				background: #a7b1b7;
			  }
			

			
			.icon-deck8 {
				border-bottom-color: #47b973;
				background: #47b973;
			  }
			
			  .discus-head-deck8 .pseudo-header-first,
			  .discus-head-deck8 .discus-block:before {
				background: #47b973;
			  }
			  
			  .discus-head-deck8 .pseudo-header-second .discus-block {
				  color: #47b973;
				  filter: invert(1) grayscale(1) brightness(1.5) contrast(9000);
				  mix-blend-mode: luminosity;
			  }
			  
			 
			  
			
			  .discus-head-deck8 .pseudo-header-second {
				background: #47b973;
				filter: brightness(110%);
			  }
			
			  .discus-head-deck8 .block-list-num:before {
				background: #47b973;
			  }
			

			
			.icon-deck1 {
				border-bottom-color: #f6953d;
				background: #f6953d;
			  }
			
			  .discus-head-deck1 .pseudo-header-first,
			  .discus-head-deck1 .discus-block:before {
				background: #f6953d;
			  }
			  
			  .discus-head-deck1 .pseudo-header-second .discus-block {
				  color: #f6953d;
				  filter: invert(1) grayscale(1) brightness(1.5) contrast(9000);
				  mix-blend-mode: luminosity;
			  }
			  
			 
			  
			
			  .discus-head-deck1 .pseudo-header-second {
				background: #f6953d;
				filter: brightness(110%);
			  }
			
			  .discus-head-deck1 .block-list-num:before {
				background: #f6953d;
			  }
			

			
			.icon-deck4 {
				border-bottom-color: #17a3dd;
				background: #17a3dd;
			  }
			
			  .discus-head-deck4 .pseudo-header-first,
			  .discus-head-deck4 .discus-block:before {
				background: #17a3dd;
			  }
			  
			  .discus-head-deck4 .pseudo-header-second .discus-block {
				  color: #17a3dd;
				  filter: invert(1) grayscale(1) brightness(1.5) contrast(9000);
				  mix-blend-mode: luminosity;
			  }
			  
			 
			  
			
			  .discus-head-deck4 .pseudo-header-second {
				background: #17a3dd;
				filter: brightness(110%);
			  }
			
			  .discus-head-deck4 .block-list-num:before {
				background: #17a3dd;
			  }
			

			
			.icon-deck7 {
				border-bottom-color: #f05c72;
				background: #f05c72;
			  }
			
			  .discus-head-deck7 .pseudo-header-first,
			  .discus-head-deck7 .discus-block:before {
				background: #f05c72;
			  }
			  
			  .discus-head-deck7 .pseudo-header-second .discus-block {
				  color: #f05c72;
				  filter: invert(1) grayscale(1) brightness(1.5) contrast(9000);
				  mix-blend-mode: luminosity;
			  }
			  
			 
			  
			
			  .discus-head-deck7 .pseudo-header-second {
				background: #f05c72;
				filter: brightness(110%);
			  }
			
			  .discus-head-deck7 .block-list-num:before {
				background: #f05c72;
			  }
			

			.icon-block.fa-info, .icon-block.fa-comments, .icon-block.fa-exclamation {
				font-size: 4em !important;
			}
	
			.icon-block.fa-plus-minus {
				font-size: 2em !important;
			}
		