/* CSS Style - Created by: IT PROFI Servis s.r.o. [2014] Martin Ondrejmiška */

/*                                                              Reset
------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  border: none;
}
/*                                                   Všeobecné premenné
------------------------------------------------------------------- */
/*                                                 Všeobecné nastavenia
------------------------------------------------------------------- */
.border-box {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/*                                                             Dokument
------------------------------------------------------------------- */

html {
  min-height: 100%;
  height: 100%;
}
body {
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 25px;
  height: 100%;
  background: white url(img/body.png) top left repeat-x;
}
/*                                          Farby / Text / Formátovanie
------------------------------------------------------------------- */

.red {
  color: red;
}
.green {
  color: green;
}
.silver {
  color: silver;
}
.gray {
  color: gray;
}
.blue {
  color: blue;
}
.black {
  color: black;
}
.white {
  color: white;
}
.yellow {
  color: yellow;
}
.orange {
  color: orange;
}
li {
  padding: 3px;
  line-height: 15px;
}
p {
  padding: 5px 0;
}
.nostrong {
  font-weight: normal;
}
.strong {
  font-weight: bolder;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
/*                                                            Nadpisi
------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5 {
  display: inline;
  font-weight: normal;
  color: #2b8600;
  font-family: 'Open Sans', sans-serif;
}
h1 {
  font-size: 30px;
  display: block;
  padding-bottom: 10px;
  color: black;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 17px;
}
/*                                                          Hyperlinky
------------------------------------------------------------------- */

a {
  color: #2b8600;
  text-decoration: none;
}
a:hover {
  color: #164300;
  text-decoration: underline;
}
/*                                                            Formulár
------------------------------------------------------------------- */

input,
textarea,
select {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: black;
  margin: 2px 2px 0px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  margin: 10px 5px 0px 5px;
}
input[type=password],
input[type=text] {
  display: inline-block;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
  border: solid 1px #e4e4e4;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(38%, white), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 38%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-from', endColorstr='@gradient-to', GradientType=0);
  /* IE6-9 */

}
textarea {
  line-height: 20px;
  vertical-align: middle;
  padding: 10px;
  border: solid 1px #e4e4e4;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(38%, white), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 38%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-from', endColorstr='@gradient-to', GradientType=0);
  /* IE6-9 */

}
select {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  text-indent: 10px;
  vertical-align: middle;
  border: solid 1px #e4e4e4;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(38%, white), color-stop(100%, #f0f0f0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, white 38%, #f0f0f0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, white 38%, #f0f0f0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@gradient-from', endColorstr='@gradient-to', GradientType=0);
  /* IE6-9 */

}
label {
  vertical-align: top;
  line-height: 30px;
}
span label {
  vertical-align: middle;
}
input[type=submit],
input[type=button] {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  color: white;
  border: solid 1px #164300;
  background: #2b8600;
}
input[type=submit]:hover,
input[type=button]:hover {
  background: #164300;
}
input[type=submit].black,
input[type=button].black {
  background: #444444;
  border: solid 1px #828282;
}
input[type=submit].black:hover,
input[type=button].black:hover {
  background: black;
}
textarea:focus,
input[type=password]:focus,
input[type=text]:focus,
select:focus {
  background: #feffda;
}
/*------------------------------------------------------------------- 
                                                           L a y o u t 
------------------------------------------------------------------- */

/*                                                             Statika
------------------------------------------------------------------- */

#form1 {
  float: left;
  width: 100%;
  height: 100%;
}
/*                                                             Stránka
------------------------------------------------------------------- */

/* Pozadie */

#page-out {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(img/page-out.png) center 105px no-repeat;
}
/* Hlavička */

#page-header {
  display: block;
  position: relative;
  width: 100%;
  height: 105px;
  background: url(img/header.png) top center repeat-x;
  box-shadow: 0 0 12px #666666;
  -moz-box-shadow: 0 0 12px #666666;
  -webkit-box-shadow: 0 0 12px #666666;
}
#page-header-center {
  display: block;
  width: 1000px;
  height: 105px;
  position: relative;
  margin: 0 auto 0 auto;
}
#page-header #page-header-top {
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 35px;
  /* Jazyky */

  /* Hlavné menu */

}
#page-header #page-header-top .language {
  display: inline-block;
  height: 25px;
  margin: 5px 0 0 0;
  padding: 0 3px;
  background: url(img/black-30.png);
}
#page-header #page-header-top .language a {
  display: inline-block;
  height: 20px;
  width: 25px;
  margin: 3px 0 0 0;
  overflow: hidden;
  text-indent: -999px;
}
#page-header #page-header-top .language a.sk {
  background: url(img/flag-sk.png) top left no-repeat;
}
#page-header #page-header-top .language a.cz {
  background: url(img/flag-cz.png) top left no-repeat;
}
#page-header #page-header-top .language a.en {
  background: url(img/flag-en.png) top left no-repeat;
}
#page-header #page-header-top .language a.it {
  background: url(img/flag-it.png) top left no-repeat;
}
#page-header #page-header-top .navigation {
  position: relative;
  float: right;
  font-weight: bold;
  background: url(img/menu-border.png) top right no-repeat;
  padding-right: 2px;
}
#page-header #page-header-top .navigation * {
  margin: 0;
  padding: 0;
  line-height: 35px;
}
#page-header #page-header-top .navigation ul {
  list-style-type: none;
}
#page-header #page-header-top .navigation ul li {
  float: left;
  position: relative;
  background: url(img/menu-border.png) top left no-repeat;
  padding-left: 2px;
  text-shadow: -1px 1px 0px black;
}
#page-header #page-header-top .navigation ul li:hover {
  background-color: #9b0000;
}
#page-header #page-header-top .navigation ul li a {
  color: white;
  padding: 0 15px;
  display: block;
  text-decoration: none;
}
#page-header #page-header-top .navigation ul li a.active {
  font-weight: bold;
}
#page-header #page-header-top .navigation ul li a:hover {
  background: #6f0000 url(img/menu-border.png) top left no-repeat;
}
#page-header #page-header-top .navigation ul li ul {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 2;
  display: none;
  background-color: #9b0000;
  width: 200px;
  box-shadow: 0 5px 10px #888888;
  -moz-box-shadow: 0 5px 10px #888888;
  -webkit-box-shadow: 0 5px 10px #888888;
}
#page-header #page-header-top .navigation ul li ul li {
  float: none;
  position: relative;
}
#page-header #page-header-top .navigation ul li ul li ul {
  position: absolute;
  top: 0;
  left: 200px;
  display: none;
  width: 200px;
}
#page-header #page-header-top .navigation ul li:hover > ul {
  display: block;
}
#page-header #page-header-bottom {
  position: relative;
  width: 100%;
  height: 35px;
  line-height: 70px;
  /* Logo */

  /* Add */

  /* Login */

  /* Counts */

}
#page-header #page-header-bottom .logo {
  position: absolute;
  top: 10px;
  left: 0px;
  height: 45px;
  width: 115px;
  background: url(img/logo.png) top left no-repeat;
}
#page-header #page-header-bottom .registration {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 2px 0 0 0;
  line-height: 20px;
  font-size: 31px;
  text-transform: uppercase;
  color: #fffc00;
  text-shadow: -1px 1px 0px black;
  width: 175px;
  padding-right: 50px;
  text-align: center;
  background: url(img/add.png) 170px 0px no-repeat;
}
#page-header #page-header-bottom .registration span {
  font-size: 12px;
  text-transform: lowercase;
}
#page-header #page-header-bottom .registration strong {
  text-decoration: underline;
}
#page-header #page-header-bottom .registration:hover {
  text-decoration: none;
  text-shadow: -2px 2px 5px black;
}
#page-header #page-header-bottom .login-box {
  position: absolute;
  top: 5px;
  left: 505px;
  padding: 5px;
  width: 235px;
  height: 45px;
  background: url(img/login.png) center center no-repeat;
}
#page-header #page-header-bottom .login-box .login {
  display: inline-block;
  width: 138px;
  vertical-align: top;
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: yellow;
  text-shadow: -1px 1px 0px black;
  font-weight: bold;
}
#page-header #page-header-bottom .login-box .login:hover {
  background: url(img/light-100-100.png) center center no-repeat;
}
#page-header #page-header-bottom .login-box .forgot {
  display: inline-block;
  width: 77px;
  vertical-align: top;
  height: 38px;
  color: #5ae057;
  font-size: 11px;
  text-shadow: -1px 1px 0px #013100;
  padding: 7px 10px 0 10px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
}
#page-header #page-header-bottom .login-box .forgot:hover {
  background: url(img/light-100-100.png) center center no-repeat;
  text-decoration: none;
}
#page-header #page-header-bottom .login-box .logout {
  line-height: 30px;
}
#page-header #page-header-bottom .login-box .login-popup {
  display: block;
  position: absolute;
  top: 75px;
  left: 0px;
  line-height: 25px;
  width: 215px;
  padding: 10px;
  z-index: 2;
  background: #efefef;
  border: 5px solid silver;
  box-shadow: 0 5px 10px #cccccc;
  -moz-box-shadow: 0 5px 10px #cccccc;
  -webkit-box-shadow: 0 5px 10px #cccccc;
}
#page-header #page-header-bottom .login-box .login-popup input[type=text],
#page-header #page-header-bottom .login-box .login-popup input[type=password] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#page-header #page-header-bottom .login-box .login-popup input[type=submit] {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#page-header #page-header-bottom .login-box .login-popup input[type=checkbox] {
  margin-left: 10px;
}
#page-header #page-header-bottom .counts {
  position: absolute;
  top: 0px;
  left: 255px;
  width: 235px;
  height: 65px;
  background: url(img/black-20.png);
  display: table;
}
#page-header #page-header-bottom .counts a {
  display: table-cell;
  vertical-align: top;
  text-align: center;
  line-height: 22px;
  height: 65px;
  font-size: 28px;
  text-shadow: -1px 1px 0px black;
  color: white;
}
#page-header #page-header-bottom .counts a strong {
  font-size: 12px;
  font-weight: normal;
  color: #f0f0f0;
}
#page-header #page-header-bottom .counts a:hover {
  background: url(img/light-100-100.png) center center no-repeat;
  text-decoration: none;
}
/* Obsah a bloky */

#page-content {
  display: block;
  width: 1000px;
  min-height: 450px;
  overflow: visible;
  position: relative;
  margin: 0 auto 0 auto;
  padding: 20px 0 30px 0;
}
/* Pätička */

#page-footer {
  clear: both;
  width: 100%;
  background: #f0f0f0;
  border-top: 5px solid #cfcfcf;
  background: url(img/footer.png);
  color: #a3a3a3;
}
#page-footer .in {
  display: block;
  width: 1000px;
  min-height: 280px;
  position: relative;
  margin: 0 auto 0 auto;
  background: url(img/footer-back.png) top left no-repeat;
}
#page-footer .in ul {
  display: inline-block;
  width: 225px;
  padding-left: 10px;
  vertical-align: top;
}
#page-footer .in ul li {
  float: none;
  position: relative;
  list-style-type: none;
  line-height: 18px;
}
#page-footer .in ul li a {
  color: #bcbcbc;
}
#page-footer .in ul li.title {
  font-size: 25px;
  color: #fffc00;
  font-weight: bold;
  line-height: 40px;
}
#page-footer .in ul li.whitebold a {
  font-weight: bold;
  color: white;
}
#page-footer .in ul li.yellow a {
  color: #fffc00;
}
#page-footer .in ul li.yellow a strong {
  font-weight: normal;
  text-decoration: underline;
}
#page-footer .in ul li ul {
  padding-left: 25px;
}
#page-footer .in .fb {
  float: right;
  width: 490px;
  border: 1px solid #595959;
  margin-top: 20px;
}
#page-footer .in .fb iframe {
  border: none;
  overflow: hidden;
  width: 490px;
  height: 230px;
}
#page-footer .in .copy {
  display: block;
  width: 100%;
  text-align: center;
  color: #444444;
  line-height: 50px;
}
#page-footer .in .copy * {
  color: #444444;
}
/*                                                               Bloky
------------------------------------------------------------------- */

/* Home - news */

.home-news {
  width: 100%;
}
.home-news .new {
  display: inline-block;
  width: 235px;
  height: 170px;
  vertical-align: top;
  margin-left: 20px;
}
.home-news .new:first-child {
  margin-left: 0px;
}
.home-news .new .photo {
  display: block;
  width: 235px;
  height: 130px;
  position: relative;
}
.home-news .new .photo img {
  width: 235px;
}
.home-news .new p {
  display: block;
  position: absolute;
  width: 205px;
  padding: 8px 15px 0 15px;
  bottom: 0px;
  left: 0px;
  height: 57px;
  color: white;
  text-align: center;
  line-height: 16px;
  font-size: 11px;
  background: url(img/black-70.png);
}
.home-news .new:hover {
  text-decoration: none;
}
.home-news .new:hover p {
  background: #4f0000;
}
.home-news .new:hover span {
  color: #4f0000;
}
.home-news .new span {
  display: block;
  width: 235px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(img/home-news-shadow.png) top center no-repeat;
  color: black;
  font-weight: bold;
  font-size: 14px;
}
.home-news .showall {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 25px;
  background: #e6e5e5;
}
.home-news .showall a {
  color: black;
  font-size: 12px;
}
.home-news .showall a strong {
  text-transform: uppercase;
  text-decoration: underline;
}
.home-news .showall a:hover {
  text-decoration: none;
}
/* Home - profile */

.home-profile {
  width: 490px;
  display: inline-block;
  padding-top: 20px;
  float: left;
  margin-bottom: 20px;
}
.home-profile .profile {
  display: inline-block;
  width: 110px;
  height: 150px;
  vertical-align: top;
  margin: 0 0 15px 15px;
  position: relative;
}
.home-profile .profile:hover {
  text-decoration: none;
}
.home-profile .profile:hover span {
  background: #4f0000;
}
.home-profile .profile:first-child,
.home-profile .profile:nth-child(5) {
  margin-left: 0px;
}
.home-profile .profile:nth-child(3),
.home-profile .profile:nth-child(7) {
  margin-left: 20px;
}
.home-profile .profile img {
  display: block;
  width: 110px;
}
.home-profile .profile span {
  display: block;
  width: 110px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: black;
  color: white;
  font-size: 12px;
}
.home-profile .showall {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 25px;
  background: #e6e5e5;
}
.home-profile .showall a {
  color: black;
  font-size: 12px;
}
.home-profile .showall a strong {
  text-transform: uppercase;
  text-decoration: underline;
}
.home-profile .showall a:hover {
  text-decoration: none;
}
/* Home - offers */

.home-offers {
  width: 490px;
  display: inline-block;
  padding-top: 20px;
  float: right;
  margin-bottom: 20px;
}
.home-offers .table {
  display: table;
  width: 100%;
  padding-bottom: 15px;
}
.home-offers .table a.offer {
  display: table-row;
  height: 35px;
  line-height: 34px;
  background: url(img/offers.png) top left repeat-x;
}
.home-offers .table a.offer span {
  display: table-cell;
  text-align: center;
  color: white;
}
.home-offers .table a.offer span:last-child {
  background: url(img/offers-more.png) top left no-repeat;
  width: 75px;
  text-align: left;
  text-indent: 10px;
  color: #5f5f5f;
  font-weight: bold;
}
.home-offers .table a.offer:hover {
  background: url(img/offers-hover.png) top left repeat-x;
  text-decoration: none;
}
.home-offers .table a.offer:hover span:last-child {
  background: url(img/offers-more-hover.png) top left no-repeat;
  color: white;
}
.home-offers .showall {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 25px;
  background: #e6e5e5;
}
.home-offers .showall a {
  color: black;
  font-size: 12px;
}
.home-offers .showall a strong {
  text-transform: uppercase;
  text-decoration: underline;
}
.home-offers .showall a:hover {
  text-decoration: none;
}
/* Offers list */

.offers-list {
  width: 100%;
  display: block;
  position: relative;
}
.offers-list .addbtn {
  display: block;
  position: absolute;
  top: -60px;
  right: 0px;
  height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
  cursor: pointer;
  color: white;
  border: solid 1px #164300;
  background: #2b8600;
}
.offers-list .addbtn:hover {
  text-decoration: none;
  background: #164300;
}
.offers-list .table {
  display: table;
  width: 100%;
}
.offers-list .table a.offer {
  display: table-row;
  height: 35px;
  line-height: 34px;
  background: url(img/offers.png) top left repeat-x;
}
.offers-list .table a.offer span {
  display: table-cell;
  text-align: center;
  color: white;
}
.offers-list .table a.offer span:last-child {
  background: url(img/offers-more.png) top left no-repeat;
  width: 75px;
  text-align: left;
  text-indent: 10px;
  color: #5f5f5f;
  font-weight: bold;
}
.offers-list .table a.offer:hover {
  background: url(img/offers-hover.png) top left repeat-x;
  text-decoration: none;
}
.offers-list .table a.offer:hover span:last-child {
  background: url(img/offers-more-hover.png) top left no-repeat;
  color: white;
}
.offers-list .pager {
  float: left;
  width: 100%;
  height: 20px;
  padding: 10px 0 30px 0;
  text-align: center;
}
.offers-list .pager a {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #5a5a5a;
}
.offers-list .pager a.prev {
  width: 20px;
  background: url(img/pager-left.png) center center no-repeat;
}
.offers-list .pager a.prev:hover {
  opacity: 0.5;
}
.offers-list .pager a.next {
  width: 20px;
  background: url(img/pager-right.png) center center no-repeat;
  margin-right: 6px;
}
.offers-list .pager a.next:hover {
  opacity: 0.5;
}
.offers-list .pager a.num:hover {
  background: black;
  text-decoration: none;
  color: white;
}
.offers-list .pager a.set {
  font-size: 24px;
  line-height: 18px;
  color: black;
}
.offers-list .pager a.set:hover {
  background: none;
  color: black;
}
/* Offer detail */

.offers-detail {
  position: relative;
  display: block;
  width: 100%;
}
.offers-detail .separator {
  display: block;
  width: 100%;
  height: 5px;
  margin: 15px 0 15px 0;
}
.offers-detail .box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.offers-detail .box label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  position: relative;
  padding: 0 8px;
  background: url(img/black-light.png) center left repeat-x;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 3px 2px 0px 0px;
}
.offers-detail .box .edit {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 0 8px;
  background: #008b07;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  margin: 3px 2px 0px 0px;
}
.offers-detail .box .edit:hover {
  background: #00a409;
  text-decoration: none;
}
.offers-detail .box .delete {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 0 8px;
  background: #9b0000;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  margin: 3px 2px 0px 0px;
}
.offers-detail .box .delete:hover {
  background: #b70000;
  text-decoration: none;
}
.offers-detail .box h2 {
  display: inline-block;
  vertical-align: top;
  width: 330px;
  background: white;
  box-shadow: 0px 0px 8px #e0dfdf;
  -moz-box-shadow: 0px 0px 8px #e0dfdf;
  -webkit-box-shadow: 0px 0px 8px #e0dfdf;
  margin: 3px 2px 0px 0px;
  padding: 0 0 0 10px;
  line-height: 30px;
  color: black;
  font-size: 13px;
  font-weight: normal;
}
.offers-detail .box .place {
  display: inline-block;
  vertical-align: middle;
  width: 330px;
}
.offers-detail .box .place label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: inherit;
  background: none;
  color: black;
}
.offers-detail .full {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  color: #e0dfdf;
}
.offers-detail .full label {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  position: relative;
  padding: 0 8px;
  background: url(img/black-light.png) center left repeat-x;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 3px 2px 0px 0px;
}
.offers-detail .full h2 {
  width: 820px;
  padding-right: 10px;
}
.offers-detail .full .place {
  display: inline-block;
  vertical-align: middle;
  width: 830px;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.offers-detail .full .place label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: inherit;
  background: none;
  color: black;
}
.offers-detail .contact {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0 0 15%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.offers-detail .contact a {
  display: inline-block;
  width: 842px;
  line-height: 40px;
  text-align: center;
  background: #2b8600;
  color: white;
}
.offers-detail .contact a:hover {
  background: #164300;
  text-decoration: none;
}
/* Clubs list */

.clubs-list {
  width: 100%;
  display: block;
  position: relative;
}
.clubs-list a.club {
  display: inline-block;
  vertical-align: top;
  width: 213px;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid silver;
  background: white;
}
.clubs-list a.club:nth-child(4n+1) {
  margin-left: 0px;
}
.clubs-list a.club:hover {
  border-color: black;
}
.clubs-list a.club .photo {
  float: left;
  width: 90px;
  height: 90px;
  position: relative;
}
.clubs-list a.club .photo img {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}
.clubs-list a.club h2 {
  float: right;
  display: inline-block;
  width: 110px;
  padding: 0px 5px 0px 0px;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
}
.clubs-list a.club h3 {
  float: right;
  display: inline-block;
  width: 110px;
  padding: 0px 5px 0px 0px;
  margin: 0px;
  font-size: 13px;
  color: black;
}
.clubs-list .pager {
  float: left;
  width: 100%;
  height: 20px;
  padding: 10px 0 30px 0;
  text-align: center;
}
.clubs-list .pager a {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #5a5a5a;
}
.clubs-list .pager a.prev {
  width: 20px;
  background: url(img/pager-left.png) center center no-repeat;
}
.clubs-list .pager a.prev:hover {
  opacity: 0.5;
}
.clubs-list .pager a.next {
  width: 20px;
  background: url(img/pager-right.png) center center no-repeat;
  margin-right: 6px;
}
.clubs-list .pager a.next:hover {
  opacity: 0.5;
}
.clubs-list .pager a.num:hover {
  background: black;
  text-decoration: none;
  color: white;
}
.clubs-list .pager a.set {
  font-size: 24px;
  line-height: 18px;
  color: black;
}
.clubs-list .pager a.set:hover {
  background: none;
  color: black;
}
/* Registration */

.registration-form {
  position: relative;
  display: block;
  width: 100%;
}
.registration-form .title {
  display: block;
  width: 100%;
  border-bottom: 5px solid #e6e5e5;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  margin: 15px 0 15px 0;
}
.registration-form .separator {
  display: block;
  width: 100%;
  height: 5px;
  background: #e6e5e5;
  margin: 15px 0 15px 0;
}
.registration-form .box {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.registration-form .box label {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  position: relative;
  padding: 0 8px;
  background: url(img/black-light.png) center left repeat-x;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 3px 2px 0px 0px;
}
.registration-form .box label .add {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 6px;
  left: -26px;
  background: url(img/add2.png) center center no-repeat;
}
.registration-form .box label .del {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 6px;
  left: -26px;
  background: url(img/del2.png) center center no-repeat;
}
.registration-form .box label .fotka {
  position: absolute;
  height: 25px;
  top: 2px;
  right: 1px;
  border: 1px solid #cfcfcf;
}
.registration-form .box label .fotka img {
  height: 25px;
}
.registration-form .box label .fotka-delete {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 6px;
  left: -26px;
  background: url(img/del2.png) center center no-repeat;
}
.registration-form .box input,
.registration-form .box select,
.registration-form .box textarea {
  display: inline-block;
  vertical-align: top;
  width: 330px;
}
.registration-form .box input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.registration-form .box input.half,
.registration-form .box select.half {
  width: 164px;
}
.registration-form .box input.third,
.registration-form .box select.third {
  width: 109px;
}
.registration-form .box .place {
  display: inline-block;
  vertical-align: middle;
  width: 330px;
}
.registration-form .box .place label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: inherit;
  background: none;
  color: black;
}
.registration-form .full {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.registration-form .full label {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  position: relative;
  padding: 0 8px;
  background: url(img/black-light.png) center left repeat-x;
  color: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 3px 2px 0px 0px;
}
.registration-form .full input,
.registration-form .full select,
.registration-form .full textarea {
  display: inline-block;
  vertical-align: top;
  width: 830px;
}
.registration-form .full .place {
  display: inline-block;
  vertical-align: middle;
  width: 830px;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}
.registration-form .full .place label {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: inherit;
  background: none;
  color: black;
}
.registration-form .end {
  display: inline-block;
  vertical-align: top;
  width: 85%;
  padding-left: 15%;
}
.registration-form .end input[type=submit] {
  display: inline-block;
  vertical-align: top;
  width: 250px;
}
.registration-form .end a {
  color: black;
  text-decoration: underline;
}
.registration-form .end a:hover {
  text-decoration: none;
}
/*                                                            Podstranky
------------------------------------------------------------------- */

#subpages-list {
  float: left;
  width: 100%;
  margin: 15px 0;
  line-height: 30px;
}
#subpages-list .head {
  float: left;
  width: 100%;
  border-bottom: 2px solid black;
  font-weight: bold;
}
#subpages-list .rows {
  float: left;
  width: 100%;
}
#subpages-list .row {
  float: left;
  width: 100%;
}
#subpages-list .cell-left {
  float: left;
  width: auto;
  text-indent: 5px;
}
#subpages-list .alter {
  background: #f3f3f3;
}
#subpages-list .row:hover {
  background: #cdd1d1;
}
#subpages-list .edit {
  float: right;
  width: 22px;
  height: 30px;
  background: url(img/edit.png) center center no-repeat;
}
#subpages-list .del {
  float: right;
  width: 22px;
  height: 30px;
  background: url(img/delete.png) center center no-repeat;
}
#subpages-list .pager {
  float: left;
  width: 100%;
  height: 20px;
  padding: 10px 0 30px 0;
  text-align: center;
}
#subpages-list .pager a {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #5a5a5a;
}
#subpages-list .pager a.prev {
  width: 20px;
  background: url(img/pager-left.png) center center no-repeat;
}
#subpages-list .pager a.prev:hover {
  opacity: 0.5;
}
#subpages-list .pager a.next {
  width: 20px;
  background: url(img/pager-right.png) center center no-repeat;
  margin-right: 6px;
}
#subpages-list .pager a.next:hover {
  opacity: 0.5;
}
#subpages-list .pager a.num:hover {
  background: black;
  text-decoration: none;
  color: white;
}
#subpages-list .pager a.set {
  font-size: 24px;
  line-height: 18px;
  color: black;
}
#subpages-list .pager a.set:hover {
  background: none;
  color: black;
}
#subpages-form {
  float: left;
  width: 100%;
  line-height: 30px;
  margin-top: 20px;
}
#subpages-form .half-row {
  float: left;
  width: 50%;
}
#subpages-form .half-row .name {
  float: left;
  width: 40%;
}
#subpages-form .half-row .value {
  float: left;
  width: 60%;
  position: relative;
}
#subpages-form .half-row .value .fotka {
  position: absolute;
  height: 25px;
  top: 2px;
  right: 1px;
  border: 1px solid #cfcfcf;
}
#subpages-form .half-row .value .fotka img {
  height: 25px;
}
#subpages-form .half-row .value .fotka-delete {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 6px;
  left: -26px;
  background: url(img/del2.png) center center no-repeat;
}
#subpages-form .half-row .value input[type=password],
#subpages-form .half-row .value input[type=text] {
  float: left;
  width: 80%;
}
#subpages-form .half-row .value select {
  float: left;
  width: 87%;
}
#subpages-form .value input[type=checkbox] {
  margin-top: 0px;
}
#subpages-ckeditor {
  float: left;
  width: 100%;
  min-height: 650px;
  margin: 15px 0;
  line-height: 30px;
}
/* News list */

.news-list {
  width: 100%;
  display: block;
}
.news-list .item {
  clear: both;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px 0;
  width: 100%;
  position: relative;
}
.news-list .item a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.news-list .item .photo {
  float: left;
  width: 250px;
}
.news-list .item .photo img {
  width: 235px;
}
.news-list .item .desc {
  float: left;
  width: 650px;
  padding: 10px 0 0 0;
}
.news-list .item .desc h2 {
  color: #cf0000;
  font-size: 22px;
  font-weight: bold;
}
.news-list .item .desc strong {
  font-weight: normal;
  color: #cacaca;
}
.news-list .item .desc p {
  color: #5a5a5a;
}
.news-list .pager {
  float: left;
  width: 100%;
  height: 20px;
  padding: 10px 0 30px 0;
  text-align: center;
}
.news-list .pager a {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 15px;
  color: #5a5a5a;
}
.news-list .pager a.prev {
  width: 20px;
  background: url(img/pager-left.png) center center no-repeat;
}
.news-list .pager a.prev:hover {
  opacity: 0.5;
}
.news-list .pager a.next {
  width: 20px;
  background: url(img/pager-right.png) center center no-repeat;
  margin-right: 6px;
}
.news-list .pager a.next:hover {
  opacity: 0.5;
}
.news-list .pager a.num:hover {
  background: black;
  text-decoration: none;
  color: white;
}
.news-list .pager a.set {
  font-size: 24px;
  line-height: 18px;
  color: black;
}
.news-list .pager a.set:hover {
  background: none;
  color: black;
}
/* Bonus table */

.bonus-pack {
  width: 100%;
  display: table;
  line-height: 40px;
}
.bonus-pack .bonus-table {
  width: 100%;
  display: table;
  line-height: 40px;
}
.bonus-pack .bonus-table .head {
  display: table-row;
}
.bonus-pack .bonus-table .head .title {
  display: table-cell;
}
.bonus-pack .bonus-table .head .gold {
  display: table-cell;
  width: 20%;
}
.bonus-pack .bonus-table .head .gold span {
  display: inline-block;
  vertical-align: bottom;
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: #128a00;
  color: white;
  font-size: 38px;
  text-align: center;
  text-shadow: 0px 0px 5px black;
}
.bonus-pack .bonus-table .head .basic {
  display: table-cell;
  width: 20%;
}
.bonus-pack .bonus-table .head .basic span {
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background: #0a4f00;
  color: white;
  font-size: 25px;
  text-align: center;
  text-shadow: 0px 0px 5px black;
}
.bonus-pack .bonus-table .row {
  display: table-row;
  background: #e4e4e4;
}
.bonus-pack .bonus-table .row .title {
  display: table-cell;
  text-indent: 13px;
  font-size: 16px;
}
.bonus-pack .bonus-table .row .yes {
  background: url(img/table-yes.png) center center no-repeat;
}
.bonus-pack .bonus-table .row .no {
  background: url(img/table-no.png) center center no-repeat;
}
.bonus-pack .bonus-table .row .gold {
  display: table-cell;
  background-color: #dedede;
}
.bonus-pack .bonus-table .row .basic {
  display: table-cell;
}
.bonus-pack .bonus-table .row:nth-child(2n+1) {
  background: #f2f2f2;
}
.bonus-pack .bonus-table .row:nth-child(2n+1) .gold {
  background-color: #e9e9e9;
}
.bonus-pack .bonus-table .foot {
  display: table-row;
}
.bonus-pack .bonus-table .foot .title {
  display: table-cell;
}
.bonus-pack .bonus-table .foot .gold {
  display: table-cell;
  width: 20%;
}
.bonus-pack .bonus-table .foot .gold span {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  padding-top: 20px;
  line-height: 20px;
  width: 100%;
  background: #128a00;
  color: white;
  font-size: 30px;
  text-align: center;
  text-shadow: 0px 0px 5px black;
}
.bonus-pack .bonus-table .foot .basic {
  display: table-cell;
  width: 20%;
}
.bonus-pack .bonus-table .foot .basic span {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding-top: 10px;
  line-height: 15px;
  width: 100%;
  background: #0a4f00;
  color: white;
  font-size: 20px;
  text-align: center;
  text-shadow: 0px 0px 5px black;
}
.bonus-pack .bonus-table .foot strong {
  font-weight: normal;
  font-size: 14px;
}
.bonus-pack .eshop {
  color: #c30000;
  font-weight: bold;
  font-size: 15px;
  padding: 20px 0;
}
.bonus-pack .eshop * {
  color: #c30000;
}
.bonus-pack .pay-button {
  display: block;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #128a00;
  margin-bottom: 20px;
  border: 1px solid #0b5500;
  text-shadow: 0px 0px 5px black;
}
.bonus-pack .pay-button .title {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  line-height: 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.bonus-pack .pay-button .title strong {
  font-weight: normal;
  font-size: 17px;
  text-transform: lowercase;
}
.bonus-pack .pay-button .price {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 30%;
  line-height: 20px;
  color: #fffc00;
  font-size: 30px;
}
.bonus-pack .pay-button .price strong {
  font-weight: normal;
  font-size: 15px;
}
.bonus-pack .pay-button:hover {
  background: #149b00;
}
.bonus-pack .pay-basic {
  background: #0a4f00;
}
.bonus-pack .pay-basic:hover {
  background: #0c5e00;
}
.bonus-pack .order {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 20px 20px 20px;
  width: 100%;
  border: 2px solid #fffc00;
  border-left: none;
  border-right: none;
  background: #fffeaa;
}
.bonus-pack .order .title {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.bonus-pack .order label {
  display: inline-block;
  vertical-align: middle;
  width: 150px;
  padding: 0;
  margin: 0;
  line-height: 30px;
}
.bonus-pack .order .value {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-weight: bold;
}
.bonus-pack .order p {
  line-height: 25px;
}
/*                                                  Podpora prehliadača
------------------------------------------------------------------- */

#app-browser-out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(img/black-80.png);
  z-index: 9999999998;
}
#app-browser {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #b50006;
  z-index: 9999999999;
  color: white;
  text-align: center;
  line-height: 30px;
  padding: 25px 0;
}
#app-browser a {
  color: #feff90;
  font-weight: bold;
}
