input:hover {
  transition: all 0.2s ease-in-out; }

body {
  font: 23px Helvetica, sans-serif;
  color: black;
  background: url("../../../resources/images/hangman/horvath/hang.jpg") no-repeat;
  background-size: cover;
  cursor: url("../../../resources/images/hangman/horvath/cursor.png") 6 6, default; }

h1 {
  text-shadow: 2px 2px #FF0000;
  font-size: 30px;
  color: #e6af4b;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  padding: 10px;
  background: -webkit-linear-gradient(#000000, rgba(51, 68, 49, 0.5));
  background: -o-linear-gradient(#000000, rgba(51, 68, 49, 0.5));
  background: -moz-linear-gradient(#000000, rgba(51, 68, 49, 0.5));
  background: linear-gradient(#000000, rgba(51, 68, 49, 0.5)); }

#content {
  width: 1024px;
  margin: 0 auto;
  background: rgba(51, 68, 49, 0.5);
  min-height: 100%; }

#language {
  padding-top: 40px;
  width: 400px;
  text-align: center;
  margin: 0 auto; }

#language .lang {
  width: 50%;
  display: block;
  height: 128px;
  padding: 2%;
  transition: all 0.2s ease-in-out;
  float: left; }

#language .selected {
  background-size: 110%; }

#language .lang:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  opacity: 0.8;
  transition: all 0.2s ease-in-out;
  cursor: pointer; }

#lang_sk {
  background: url("../../../resources/images/hangman/horvath/lang_sk.png") no-repeat center; }

#lang_en {
  background: url("../../../resources/images/hangman/horvath/lang_en.png") no-repeat center; }

.category {
  display: none;
  width: 50%;
  margin: auto;
  text-align: center; }

.category .item {
  display: block;
  width: 94%;
  height: 94%;
  margin: 2%;
  padding: 10px;
  background: #e6af4b;
  font-size: 25px;
  cursor: pointer; }

.category .item:hover {
  opacity: 0.8; }

.category .selected {
  background: orange;
  opacity: 0.8; }

.startButton {
  background: #d99c34;
  background-image: -webkit-linear-gradient(top, #d99c34, #0e0f0f);
  background-image: -moz-linear-gradient(top, #d99c34, #0e0f0f);
  background-image: -ms-linear-gradient(top, #d99c34, #0e0f0f);
  background-image: -o-linear-gradient(top, #d99c34, #0e0f0f);
  background-image: linear-gradient(to bottom, #d99c34, #0e0f0f);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  color: #ffffff;
  font-size: 58px;
  padding: 10px 20px 10px 20px;
  text-decoration: none; }

.startButton:hover {
  background: #737b80;
  background-image: -webkit-linear-gradient(top, #737b80, #d93455);
  background-image: -moz-linear-gradient(top, #737b80, #d93455);
  background-image: -ms-linear-gradient(top, #737b80, #d93455);
  background-image: -o-linear-gradient(top, #737b80, #d93455);
  background-image: linear-gradient(to bottom, #737b80, #d93455);
  text-decoration: none; }

#hangman {
  width: 100%;
  margin: auto;
  text-align: center; }

#playing .word {
  letter-spacing: 6px; }

.aphabet {
  margin: auto;
  float: none; }

.aphabet input {
  width: 30px;
  margin: 10px;
  border-radius: 7px;
  border: 2px solid white;
  height: 30px;
  cursor: pointer;
  padding: 2px; }

.aphabet input:hover {
  background: orange;
  padding: 2px;
  width: 30px;
  margin: 10px;
  border-radius: 7px;
  border: 2px solid white;
  height: 30px;
  cursor: pointer; }

.state {
  position: relative;
  width: 100%;
  text-align: center;
  height: 20px; }

.state span {
  position: absolute;
  top: -190px;
  font-size: 40px;
  display: block;
  left: 50%;
  color: red;
  transform: translateX(-50%); }

textarea {
  display: block;
    display-margin: auto;
    display-width: 60%;
    display-height: 217px;
    display-margin-top: 20px; }

.commentApp .item {
  margin: 5%;
  border-radius: 10px;
  width: 90%;
  background: darkgray;
  height: 250px !important; }

.commentApp .item .commentName {
  padding-left: 10px;
  color: orange; }

.commentApp .item .cont {
  text-align: right; }

.commentApp {
  height: 450px;
  overflow: hidden;
  overflow-y: scroll !important; }

#login, #registration {
  background: darkgray; }

/*# sourceMappingURL=index.css.map */
