/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html {
  height: 100%;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
@font-face {
  font-family: 'pf_dintext_pro';
  src: url('font/pfdintextpro-bold-webfont.woff2') format('woff2'), url('font/pfdintextpro-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'pf_dintext_pro';
  src: url('font/pfdintextpro-medium-webfont.woff2') format('woff2'), url('font/pfdintextpro-medium-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'pf_dintext_pro';
  src: url('font/pfdintextpro-light-webfont.woff2') format('woff2'), url('font/pfdintextpro-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
.homeBlock p {
  margin-bottom: 15px;
}
.homeBlock .mytime {
  position: absolute;
  bottom: -115px;
  left: 100%;
  width: 110px;
}
.homeBlock .mytime h4 {
  color: #0f4056;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.homeBlock .mytime span {
  color: #0f4056;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  position: relative;
  width: 100%;
}
.homeBlock .mytime span:before {
  background-image: url(img/time@2x.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
body {
  font-family: 'pf_dintext_pro';
  height: 100%;
  position: relative;
  background-color: #f7f7f7;
}
body:after {
  content: "";
  width: 380px;
  height: 660px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(img/keyboard.png);
  background-size: contain;
}
body:before {
  content: "";
  width: 192px;
  height: 375px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -100px;
  background-image: url(img/pen.png);
  background-size: contain;
}
.gameblock {
  position: relative;
  z-index: 1;
  margin-top: -30px;
}
.header {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}
.header .logo {
  margin-left: 15px;
}
.header .logo img {
  max-width: 91px;
  height: auto;
}
.header .langswitch {
  position: absolute;
  right: 30px;
  top: 40px;
  color: #0f4056;
  font-size: 17px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
}
.header .langswitch a {
  font-weight: 400;
  text-decoration: none;
  color: #0f4056;
}
.header .langswitch a.active {
  font-weight: 700;
}
.btnyellow {
  margin: 0 10px 0 10px;
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  background: #f7c744;
  border-radius: 5px;
  margin-bottom: 15px;
  min-width: 215px;
  border: 0px solid rgba(223, 172, 31, 0.2);
  border-width: 0px 0px 5px 0px;
  padding: 9px 15px 6px 15px;
  height: 42px;
  box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: initial;
  color: #181717;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
.btnyellow:hover {
  outline: none;
  transition: all 0.1s;
  background: #f0bd30;
}
.btnyellow:focus {
  outline: none;
  border-width: 0px 0px 0px 0px;
  padding: 9px 15px 11px 15px;
  transition: all 0.1s;
}
.btnblue {
  margin: 0 10px 0 10px;
  backface-visibility: hidden;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  white-space: nowrap;
  min-width: 215px;
  background-color: #16475d;
  border-radius: 5px;
  border: 0px solid #0e3f55;
  background-image: linear-gradient(to top, #114258 0%, #28596f 100%);
  border-width: 0px 0px 5px 0px;
  padding: 9px 15px 6px 15px;
  height: 42px;
  box-shadow: inset 0 0 1px 1px #2b5c72;
  color: #fff;
  font-size: initial;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
}
.btnblue:hover {
  outline: none;
  transition: all 0.1s;
  background: #0e3446;
}
.btnblue:focus {
  outline: none;
  border-width: 0px 0px 0px 0px;
  padding: 9px 15px 11px 15px;
  transition: all 0.1s;
}
.btnborder {
  font-size: 15px;
  margin-top: 20px;
  width: 245px;
  height: 51px;
  color: #0f4056;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 5px;
  cursor: pointer;
  width: 215px;
  height: 48px;
  border-radius: 2px;
  border: 2px solid #0f4056;
  background-color: #f5f6fa;
}
h1 {
  color: #0f4056;
  font-size: 25px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.91px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
p {
  color: #0f4056;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 17px;
  text-align: center;
}
.topten {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
.topten .mytime {
  position: absolute;
  bottom: 15px;
  left: 100%;
  width: 110px;
}
.topten .mytime h4 {
  color: #0f4056;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.topten .mytime span {
  color: #0f4056;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  position: relative;
  width: 100%;
}
.topten .mytime span:before {
  background-image: url(img/time@2x.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.topten table {
  border-radius: 8px;
  border: 1px solid #0f4056;
  background-color: #ffffff;
  border-collapse: collapse;
  border-style: hidden;
  /* hide standard table (collapsed) border */
  box-shadow: 0 0 0 1px #0f4056;
  /* this draws the table border  */
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}
.topten table td {
  border-bottom: 1px solid #0f4056;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #0f4056;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.91px;
}
.topten table td:first-child {
  text-align: left;
}
.topten table td:last-child {
  text-align: right;
}
.topten table thead td {
  color: #0f4056;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.91px;
  text-align: center;
  text-transform: uppercase;
}
.topten h2 {
  margin-top: 20px;
  color: #0f4056;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 24.91px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.topten .buttons_block {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}
.topten .buttons_block button {
  margin-bottom: 15px;
}
.topten form {
  max-width: 230px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.topten form input {
  color: #0f4056;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 18.49px;
  text-align: center;
  width: 100%;
  max-width: 215px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #0f4056;
  background-color: #f6f7fb;
  margin-bottom: 5px;
}
.topten form input[type="submit"] {
  width: 215px;
  height: 44px;
  border-radius: 3px;
  border: 2px solid #0f4056;
  background-color: #f6f7fb;
  color: #0f4056;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.buttons_block {
  text-align: center;
  padding-top: 15px;
}
.homecards {
  position: relative;
  max-width: 850px;
  margin: 0 auto;
  height: 350px;
  margin-top: 40px;
}
.homecards .hcard {
  background-position: center center;
  background-size: contain;
  position: absolute;
}
.homecards .hcard.card1 {
  background-image: url(img/cpi@2x.png);
  width: 206px;
  height: 204px;
  left: 30%;
  margin-left: -100px;
  transform: rotate(2deg);
  margin-top: 8px;
}
.homecards .hcard.card2 {
  background-image: url(img/cpi@2x.png);
  width: 206px;
  height: 204px;
  left: 70%;
  margin-left: -100px;
}
.homecards .hcard.card3 {
  background-image: url(img/bubenska@2x.png);
  width: 211px;
  height: 211px;
  left: 50%;
  margin-left: -105px;
  margin-top: 40px;
}
.homecards .hcard.card4 {
  background-image: url(img/quadrio@2x.png);
  width: 239px;
  height: 239px;
  left: 12%;
  margin-left: -120px;
  margin-top: 110px;
}
.homecards .hcard.card5 {
  background-image: url(img/mayhouse@2x.png);
  width: 239px;
  height: 239px;
  left: 88%;
  margin-left: -120px;
  margin-top: 110px;
}
.game {
  width: 850px;
  margin: 0 auto;
}
.game .playscreen .card {
  width: 100px;
  height: 100px;
  float: left;
  opacity: 1;
  transition: all 0.4s;
  margin-bottom: 6px;
  margin-right: 6px;
  transition-delay: 1s;
  cursor: pointer;
}
.game .playscreen .card .cardCont {
  width: 100px;
  height: 100px;
  float: left;
  position: relative;
}
.game .playscreen .card .cardFront,
.game .playscreen .card .cardBack {
  transition: all 1s;
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  background: url('img/back_small@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.game .playscreen .card .cardBack {
  transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0.001, 0, 0, 0, 1);
  background: url('../img/card.png');
  background-size: contain;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}
.game .playscreen .card.active .cardBack {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.game .playscreen .card.active .cardFront {
  transform: matrix3d(-1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0.001, 0, 0, 0, 1);
}
.game .playscreen .card.found {
  opacity: 0;
  cursor: default;
}
.game .info {
  height: 100px;
  width: 200px;
  float: left;
  text-align: center;
}
.game .info .mytime {
  margin-top: 30px;
  bottom: 0px;
  left: 100%;
  width: 200px;
}
.game .info .mytime h4 {
  color: #0f4056;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.game .info .mytime span {
  color: #0f4056;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 9.25px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
  position: relative;
  width: 110px;
}
.game .info .mytime span:before {
  background-image: url(img/time@2x.png);
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.myresults .bestTime {
  max-width: 210px;
  color: #0f4056;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 35px;
  text-align: right;
  text-transform: uppercase;
  margin: 0 auto;
  position: relative;
}
.myresults .bestTime:before {
  background-image: url(img/bigtime@2x.png);
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.myresults h2 {
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  color: #0f4056;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
}
.myresults .buttons_block {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
}
.myresults .buttons_block button {
  margin-bottom: 15px;
}
.myresults form {
  max-width: 230px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.myresults form input {
  color: #0f4056;
  font-size: 16px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 18.49px;
  text-align: center;
  width: 100%;
  max-width: 215px;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #0f4056;
  background-color: #f6f7fb;
  margin-bottom: 5px;
}
.myresults form input[type="submit"] {
  width: 215px;
  height: 44px;
  border-radius: 3px;
  border: 2px solid #0f4056;
  background-color: #f6f7fb;
  color: #0f4056;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
