/* Code By Webdevtrick ( https://webdevtrick.com ) */
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arial:400,800");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
.row:after {
  clear: both;
  content: "";
  display: table;
}
.row:before {
  content: "";
  display: table;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: 'Arial';
  line-height: 1.55;
  color: #000000;
  font-weight: 400;
}
body a {
  color: #27b198;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
body a:hover {
  border-color: #eeeeee;
}

code {
  background: #fff;
  color: #999999;
  padding: 2px 8px;
}

header {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #ff5c00;
  border-bottom: 1px solid darken(#2dceb1, 15%);
  letter-spacing: 4px;
  padding: 12px 0;
  background: #ffffff;
  border-bottom: 5px solid #ff9900;
}

.wrap {
  max-width: 69em;
  margin: 0 auto;
  padding: 2.5em 2.5em 4em;
}

.row.last {
  border-bottom: 1px solid #ff9900;
}

section {
  position: relative;
  padding: 30px 20px;
  width: 50%;
  min-height: 12em;
  float: left;
  background: #fafafa;
  border-top: 1px solid #ff9900;
  border-left: 1px solid #ff9900;
}
section:nth-child(even) {
  border-right: 1px solid #ff9900;
}
section.item-incorrect {
  background: #ffb3b3;
}
section.item-incorrect:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #f92735 #f92735 transparent;
}
section.item-incorrect:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: 'fontawesome';
  content: "";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: #ffffff;
}
section.item-correct:before {
  position: absolute;
  z-index: 399;
  bottom: 0;
  right: 0;
  content: "";
  height: 0;
  width: 0;
  border: 35px solid;
  border-color: transparent #4dd646 #4dd646 transparent;
}
section.item-correct:after {
  line-height: 1.4;
  position: absolute;
  z-index: 499;
  font-family: 'fontawesome';
  content: "";
  bottom: 0;
  right: 7px;
  font-size: 1.9em;
  color: #ffffff;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
input[type="radio"] + label {
  background: #fff;
  display: inline-block;
  padding: 5px 15px;
  margin: 5px 10px 5px 0;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
input[type="radio"] + label:before {
  content: "\f10c";
  font-family: 'fontawesome';
  margin-right: 7px;
  color: #ff5c00;
}
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="radio"]:checked + label {
  background: #fd9d08;
  color: #ff5c00;
}
input[type="radio"]:checked + label:before {
  content: "\f192";
  color: #ff5c00;
}

.translation {
  font-weight: bold;
}

.number {
  font-weight: bold;
  font-size: 40pt;
}

.submit {
  padding: 20px 5px;
}
.submit button {
  display: block;
  outline: none;
  width: 300px;
  margin: 1em auto 1.5em;
  padding: .8em 1em;
  background: #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border: 1px solid #ffffff;
}

#emc-score {
  text-align: center;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
#emc-score.new-score {
  opacity: 1;
  background: #7f7f7f;
  color: #ffffff;
  padding: 50px;
  font-size: 60px;
}

#emc-submit {
  position: relative;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
#emc-submit.ready-show {
  background: #ff8000;
  color: #fff;
  border: none;
  border-bottom: 2px solid #ff5c00;
  box-shadow: 0 1px 1px rgba(68, 68, 68, 0.2);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

#emc-submit.ready-show:hover {
  color: #fbfbfb;
  background: #ff5c00;
  border-color: #ff5c00;
}
#emc-submit.ready-show:active {
  top: 2px;
  border-bottom: none;
}



.attrib {
  padding: 10px 0;
  text-align: center;
}
.attrib i {
  margin-right: 7px;
  margin-left: 7px;
}

#choices1div {
    pointer-events:none;
}