@font-face {
    font-family: 'rbno2.1';
    src: url('../font/RBNo2.1b-Book.otf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'rbno2.1';
    src: url('../font/RBNo2.1b-Light.otf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'rbno2.1';
    src: url('../font/RBNo2.1b-Medium.otf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'rbno2.1';
    src: url('../font/RBNo2.1b-Ultra.otf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body {
    background: url("../img/bg-black.png");
    color: #fff;
    text-align: center;
    font-family: "rbno2.1";
    font-weight: 200;
    font-size: 24px;
    letter-spacing: .05em;
    line-height: 1.3em;
}

a, a:hover {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 26px;
    font-weight: 200;
}

h2, h3 {
    margin: 50px 0;
    letter-spacing: normal;
    font-weight: 400;
}

h2 {
    font-size: 32px;
}

footer h2 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.lighter h2 {
    margin-top: 80px;
}

h3 {
    font-size: 28px;
}


nav i {
    padding-right: 10px;
}

.container {
    text-align: center;
}

.splash {
    position: relative;
}

.splash .inner {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    /*background: rgba(255,0,0,.5);*/
    position: absolute;
    top: 0;
}

.splash .container {
    text-align: center;
    position: relative;
    min-height: 100%;
    height: 100%;
}

.splash img {
    margin-top: 20%;
    width: 70%;
    margin-bottom: 10%;
}

.splash .bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-bottom: 15%;
}

.splash p {
    font-size: 26px;
}

.splash video {
    width: 100%;
    z-index: -1;
    position: relative;
}

.black {
    background: #000;
}

.navbar {
    background: rgba(0,0,0,0.3);
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    transition: background 0.5s;

    /*height: 80px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-expanded {
    background: #000;
}

.navbar-collapse.collapsing,
.navbar-collapse.show {
    margin-top: -45px;
}

.navbar-nav {
    text-align: center;
}

.nav-item {
    width: 100%;
}

.nav-link, .nav-link:hover {
    color: #fff;
}

footer {
    padding: 30px 0;
    font-size: 19px;
}

.carousel {
    padding: 50px 0;
}

.carousel-indicators {
    bottom: 0;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    margin-left: 6px;
    margin-right: 6px;
    background: none;
    border: 2px solid #fff;
    border-radius: 6px;
}

/*section {*/
    /*padding-bottom: 120px;*/
/*}*/

section:not(.light) {
    padding-top: 50px;
    background-clip: content-box !important;
}


section.lighter::before {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url("../img/bg-lighter-border.png");
}

section.lighter::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url("../img/bg-lighter-border-bottom.png");
}

section.lighter#rekordy::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: url("../img/bg-light-border.png");
}

.lighter {
    background: url("../img/bg-lighter.png");
}

.light {
    background: url("../img/bg-light.png");
}

ul.req {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 30px 30px 40px 30px;
    /*line-height: 1.8em;*/
}

ul.req > li {
    padding-bottom: 15px;
}

.no-padding {
    background-clip: content-box;
    margin-top: 20px;
    margin-bottom: 50px;
}

.symbol {
    background: url("../img/bg-black.png");
    padding: 21px 23px;
    display: inline-block;
    font-size: 42px;
    vertical-align: middle;
    line-height: 1em;
    border-radius: 45px;
    margin-top: -45px;
}

.symbol.times {
    padding: 21px 28px;
}

.story {
    padding: 0 75px;
    margin-top: -10px;
}


.info {
    padding: 0 75px;
}

.heading-left {
    float: left;
    font-weight: 700;
    font-stretch: ultra-expanded;
}

.heading-right {
    float: right;
    font-weight: 700;
}

.heading-stroke-left {
    margin-right: 20px;
}

.heading-stroke-right {
    margin-left: 20px;
}

.spacer {
    height: 100px;
}

#typy_hry h3 {
    margin-top: 30px;
}

#typy_hry p {
    padding: 0 20px;
}

img#normal {
    margin: 5px 0;
}
img#suitcase {
    margin: 7px 0;
}

.price {
    display: block;
    font-size: 82px;
    margin: 50px 0 30px 0;
}

.volume {
    display: block;
    font-size: 21px;
}

#first {
    margin-top: 20px;
}

#second {
    margin-top: 60px;
}

#third {
    margin-top: 60px;
}

.team {
    display: block;
    font-size: 32px;
    font-weight: 500;
    margin-top: 40px;
}

.time {
    display: block;
    font-size: 21px;
    margin-top: 15px;
}

#kontakt .row {
    padding-top: 60px;
}

#kontakt .spacer {
    height: 70px;
}

.left {
    text-align: left;
}

.left div {
    margin: 25px 0;
}

.left img {
    margin-top: 30px;
}

#address {
    font-size: 28px;
    font-weight: 500;
}

#phone, #email, #fb {
    font-size: 21px;
}

#kontakt i {
    width: 40px;
}

.fa-map-marker {
    font-size: 24px !important;
}

.fa-phone {
    font-size: 24px  !important;
}

.fa-envelope {
    font-size: 20px  !important;
}

.fa-facebook-square {
    font-size: 20px  !important;
}

.fa-newspaper-o {
    font-size: 20px  !important;
}

#newsmail {
    margin-top: 110px;
}

input {
    font-size: 21px;
    font-weight: 200;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    width: 215px;
    color: #fff;
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #fff;
}

.simple-button {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    padding: 5px 26px 10px 26px;
    cursor: pointer;
    background: #fff;
    border: none;
    display: inline-block;
}

.simple-button:hover {
    color: #000000;
    text-decoration: none;
}

#newssend {
    margin-left: 40px;
}

#show-more {
    margin-top: 60px;
}

.voucher {
    margin-top: 80px;
    padding: 5px 26px 10px 26px;
}

.voucher .fa-ticket {
    font-size: 27px;
    margin-right: 15px;
}

.fa-exclamation-triangle {
    font-size: 27px !important;
    margin-bottom: 10px;
}

.voucher-warning {
    margin-top: 70px;
}

.fa-clock-o {
    font-size: 27px;
    margin-right: 15px;
}

.fa-explanation-triangle-margin {
    font-size: 24px !important;
    margin-right: 15px;
    margin-bottom: 0;
}
.reserve-disable {
    cursor: default !important;
}


.fa-arrow-circle-down {
    font-size: 27px;
    margin-right: 15px;
}

.carousel-indicators li {
    cursor: pointer;
}

.table-container {
    margin: 0 -40px;
}

.rezervace {
    width: 100%;
    font-size: 21px;
    /*line-height: 1.2em;*/
    border-collapse: separate;
    border-spacing: 40px 20px;
}

.rezervace td {
    padding-top: 5px;
    padding-bottom: 10px;
    vertical-align: middle;
}

.rezervace .left {
    width: 15%;
}

.rezervace .timecol {
    width: 10%;
    border: 1px solid #fff;
    cursor: pointer;
}

.rezervace .disabled {
    color: #444;
    border-color: #444;
    cursor: not-allowed;
}

.rezervace .square {
    display: inline-block;
    float: left;
    width: 1em;
    height: 1em;
    border: 1px solid;
    margin-right: 20px;
}

/*select {*/
    /*color: #fff;*/
    /*font-size: 21px;*/
    /*font-weight: 200;*/
    /*letter-spacing: inherit;*/
    /*vertical-align: middle;*/
    /*padding: 20px;*/
    /*height: 100px;*/
    /*background: none;*/
    /*outline: none;*/
    /*border: 1px solid #fff;*/
/*}*/

/*option {*/
    /*font-family: inherit;*/
    /*background: #000;*/
    /*border: 1px solid #fff;*/
/*}*/

.select-style {
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
    width: 160px;
    line-height: 2em;
    margin-top: 0.5em;
    margin-left: 1em;
    overflow: hidden;
    background: none;
    float: right;
}

.select-style.type {
    width: 200px;
}

.select-style select {
    color: #fff;
    font-size: 21px;
    font-weight: 200;
    letter-spacing: inherit;
    padding: 0 15px 3px 15px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.select-style select:focus {
    outline: none;
}

.select-style option {
    background: #000;
}

.hidden {
    display: none;
}

.fa-angle-down {
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    /*z-index: -1;*/
    pointer-events: none;
}

#ajaxCalendar {
    position: relative;
    margin-top: 50px;
}

.form-heading {
    font-size: 21px;
    font-weight: 200;
    display: block;
    padding: 25px 0 5px 0;
}

.form-data {
    font-size: 28px;
    font-weight: 500;
    display: block;
    padding: 5px 0 45px 0;
}

.back {
    float: left;
    margin: 20px 0;
    font-size: 21px;
    font-weight: 200;
    cursor: pointer;
}

.fa-rotate-left {
    margin-right: 15px;
    margin-left: -15px;
    /*font-size: 18px !important;*/
}

button > a,
button > a:hover {
    text-decoration: none;
}

.reservationForm {
    width: 100%;
    margin: 30px 0;
}

.lang {
    width: 60%;
    float: none;
    margin: 3px auto;
    line-height: 1.5em;
}

.lang select {
    padding-bottom: 5px;
}

.lang i {
    top: 10px;
}

input[type="checkbox"] {
    width: auto;
    margin-top: 20px;
    margin-right: 15px;
    margin-bottom: 40px;
}

label {
    font-size: 21px;
    font-weight: 200;
}

.tot {
    font-size: 21px;
    font-weight: 200;
    text-decoration: underline;
    cursor: pointer;
}

.modal-body li {
    margin-bottom: 10px;
}

#ajax-icon {
    width: 50px;
    height: 50px;
    display: none;
    margin-top: -4px;
}

footer > .container {
    text-align: left;
    margin-bottom: 50px;
}

footer a {
    margin-right: 68px;
}

footer a:last-of-type {
    margin-right: 0;
}

#google {
    margin-top: 5px;
}

.divider {
    width: 100%;
    height: 1px;
    background: #666;
    margin-bottom: 25px;
}

.prefix {
    color: #aaa;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}