@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro'), url('../fonts/GothaProReg.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Pro Black';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro Black'), url('../fonts/GothaProBla.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro Light'), url('../fonts/GothaProLig.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Pro Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro Medium'), url('../fonts/GothaProMed.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Pro Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro Light Italic'), url('../fonts/GothaProLigIta.woff') format('woff');
}

@font-face {
    font-family: 'Gotham Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Pro Bold'), url('../fonts/GothaProBol.woff') format('woff');
}

@font-face {
    font-family: 'GothamPro-MediumItalic';
    font-style: normal;
    font-weight: normal;
    src: local('GothamPro-MediumItalic'), url('../fonts/GothamProMediumItalic.woff') format('woff');
}

/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.form-group {
    margin: 0 0 20px 0;
}

.form-control-icon {
    position: relative;
}

.form-control-icon i {
    position: absolute;
    top: 14px;
    left: 17px;
    color: #8bc75d;
    font-size: 17px;
}

.form-control:disabled, 
.form-control[readonly] {
    color: #333;
}

.form-control {
    width: 100%;
    font-size: 13px;
    height: 46px;
    padding: 0 20px 0 40px;
    border-radius: 30px;
    border: 2px solid #ddd;
    background-color: transparent;
    color: #333;
}

.form-control:hover {
    border-color: #d0d0d0;
}

.form-control:focus {
    background-color: transparent;
    color: #333;
    box-shadow: none;
    border-color: #8bc75d !important;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d2d2d2;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d2d2d2;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #d2d2d2;
}

/* breadcrumb */
.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #e1e7ec;
    margin: 10px 0 10px 0;
    padding: 5px 0;
    border-radius: 0;
}

.breadcrumb li a {
    color: #666;
}

.breadcrumb li a:hover {
    color: #8bc75d;
}

label {
    font-weight: normal;
    margin: 0 0 5px 0;
}

.space {padding: 60px 0;}

/* btn
================================================== */
.btn {
    font-size: 17px;
    padding: 0 15px;
    height: 40px;
    line-height: 38px;
    position: relative;
    border-radius: 0;
    font-family: 'Gotham Pro Light';

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.btn:focus {
    outline: none;
    box-shadow: none !important;
}

.btn i {
    margin-left: 5px;
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #424242;
    border-color: #424242;
}

.btn-secondary-outline {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    outline: none;
    box-shadow: none;
}

.btn-secondary-outline:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

/*.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
    background-color: #424242;
    border-color: #424242;
}*/

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Gotham Pro Black'; color: #212529;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 16px; line-height: 24px;}
h6 {font-size: 14px; line-height: 20px;}

strong {font-weight: 700;}

a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

a:hover {
    color: #8bc75d;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 20px;
    color: #a7a7a7;
}

.sup-heading {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gotham Pro Black';
    padding: 2px 10px;
    background-color: #ddd;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 40px 0;
    position: relative;
}

.sup-heading.green {
    background-color: #1eb133;
}

.sup-heading.black {
    background-color: #000;
}

.sup-heading.white {
    background-color: #fff;
    color: #000;
}

.sup-heading.flag:before {
    content: "\f11d";
    font-family: 'FontAwesome';
    position: absolute;
    left: 15px;
    bottom: 29px;
    font-size: 36px;
    color: #000;
}

.heading {
    font-size: 40px;
    line-height: 44px;
    margin: 0 0 30px 0;
    font-family: 'Gotham Pro Light';
}


/* header */
header {
    position: relative;
    overflow: hidden;
}

header .header-top {
    text-align: right;
    padding: 14px 0 0;
}

header .header-top .header-contacts {
    display: inline-block;
}

header .header-top .header-contacts ul li {
    display: inline-block;
    margin: 0 15px;
}

header .header-top .header-contacts ul li a {
    display: block;
    color: #222;
    font-size: 12px;
}

header .header-top .header-contacts ul li a:hover {
    color: #1eb133;
}

header .header-lang {
    display: inline-block;
    margin-left: 30px;
}

header .header-lang ul {
    font-size: 0;
}

header .header-lang ul li {
    display: inline-block;
}

header .header-lang ul li.active a {
    background-color: #1eb133;
    border-color: #1eb133;
    color: #fff;
}

header .header-lang ul li a {
    padding: 0px 3px;
    display: block;
    border: 3px solid #000;
    font-size: 14px;
    color: #000;
}

header .header-lang ul li a:hover {
    color: #1eb133;
}

header .header-lang ul li.active a:hover {
    color: #fff;
}

header .reser-btn {
    background-color: #000;
    display: block;
    padding: 20px 35px;
    margin-left: 5px;
    color: #d9d9d9;
}

header .reser-btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    height: 82px;
    width: 1000px;
    background-color: #000;
    z-index: -1;
}

header .reser-btn:hover {
    color: #fff;
}

header .reser-btn i {
    float: right;
    position: relative;
    top: 4px;
}

header .header-menu nav ul {
    text-align: right;
    font-size: 0;
}

header .header-menu nav ul li {
    display: inline-block;
    margin: 7px 14px;
}

header .header-menu nav ul li a {
    display: block;
    color: #000;
    font-size: 12px;
}

header .header-menu nav ul li a:hover {
    color: #1eb133;
}

header .header-menu nav ul li:last-of-type {
    margin-right: 0;
}

.carousel .slide-text {
    width: 1140px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -570px;
    z-index: 5;
}

.carousel .slide-text h3 {
    color: #fff;
    display: table;
    font-size: 34px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'Gotham Pro Black';
    background-color: #000;
    padding: 8px 11px;
}

.carousel .vaucher.slide-text .sup-heading {
    margin: 0 0 20px 0;
}

.carousel .vaucher.slide-text p {
    background-color: transparent;
    color: inherit;
    padding: 0;
}

.carousel .slide-text p {
    background-color: #000;
    padding: 10px 10px;
    margin: 10px 0 0 0;
}

.carousel .slide-text .play-btn {
    display: block;
    margin: 40px 0 0 0;
}

.carousel .slide-text .play-btn img {
    width: 60px;
}

.carousel .carousel-nav {
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -555px;
    border-bottom: 4px solid #fff;
    width: 1110px;
}

.carousel .carousel-nav .slide-num {
    font-family: 'Gotham Pro Black';
    background-color: #fff;
    display: inline-block;
    padding: 2px 10px;
    float: right;
}

.home-rooms {
    margin-top: -40px;
    padding-bottom: 30px;
}

.home-rooms .room {
    background-color: #ddd;
    padding: 20px;
    position: relative;
}

.home-rooms .room .name {
    min-height: 58px;
    margin: 0 0 10px 0;
}

.home-rooms .room h4 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    background-color: #000;
    padding: 1px 7px;
    display: inline-block;
}

.home-rooms .room .price {
    margin: 0 0 20px 0;
}

.home-rooms .room .price .value {
    display: inline-block;
    font-size: 20px;
    font-family: 'Gotham Pro Black';
}

.home-rooms .room .price .value span {
    display: block;
    font-size: 10px;
    font-family: 'Gotham Pro Light';
    line-height: 1;
}

.home-rooms .room .price .icon {
    display: inline-block;
    font-size: 20px;
    margin-left: 5px;
}

.home-rooms .room .players .label {
    font-size: 12px;
}

.home-rooms .room .players .value {
    font-family: 'Gotham Pro Medium';
    font-size: 18px;
    margin: 5px 0 0 0;
}

.home-rooms .room .players .value i {
    margin-left: 5px;
    font-size: 18px;
}

.home-rooms .room .room-btn {
    padding: 0 23px;
    text-align: center;
    height: 57px;
    line-height: 57px;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000;
}


.stats .stat {
    text-align: center;
}

.stats .stat .icon {
    display: inline-block;
}

.stats .stat .icon i {
    font-size: 28px;
}

.stats .stat .value {
    display: inline-block;
    margin-left: 5px;
    font-family: 'Gotham Pro Black';
    font-size: 22px;
}

.stats .stat .text {
    margin: 5px 0 0 0;
    font-size: 22px;
    font-family: 'Gotham Pro Light';
}

.home-vouchers .vaucher {
    position: relative;
    padding: 25px;
    background-color: #ddd;
    margin: 0 0 30px 0;
    border: 5px solid #ddd;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.home-vouchers .voucher-text {
    padding-right: 40px;
} 

.home-vouchers .vaucher:hover {
    border-color: #1eb133;
    background-color: transparent;
}

.home-vouchers .vaucher .vaucher-info {
    color: #1eb133;
    font-size: 22px;
    font-family: 'Gotham Pro Light';
    margin: 0 0 35px 0;
}

.home-vouchers .vaucher .vaucher-info i {
    color: #000;
    margin-left: 5px;
}

.home-vouchers .vaucher .btn {
    position: absolute;
    right: -5px;
    bottom: -5px;
    display: inline-block;
}

.home-vouchers .vaucher:hover .btn {
    background-color: #1eb133;
    border-color: #1eb133;
}


.home-birthdays {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-birthdays .birthdays-imgs {
    padding-right: 50px;
}

.birthdays-info {
    margin: 0 0 100px 0;
}

.home-teambuilding {
    padding-top: 20px;
}

.home-teambuilding .teambuilding-imgs {
    padding-left: 50px;
}


.teambuilding {
    position: relative;
}

.teambuilding:after {
    content: "";
    width: 100%;
    height: 35.5%;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #000;
}

.teambuilding .container {
    position: relative;
    z-index: 5;
}


.decstronavts .box {
    border: 10px solid #000;
    padding: 250px 25px 40px;
}

.decstronavts .box .btn {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.decstronavts .box .box-heading {
    min-height: 66px;
    margin: 0 0 15px 0;
}

.decstronavts .box h4 {
    color: #fff;
    background-color: #000;
    font-size: 22px;
    font-family: 'Gotham Pro Black';
    padding: 5px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.single-carousel .owl-nav {
    margin: 0 !important;
}

.single-carousel .owl-nav {
    margin: -21px 30px 0 0 !important;
    z-index: 5;
    position: relative;
    text-align: right;
}

.single-carousel .owl-nav button.owl-next,
.single-carousel .owl-nav button.owl-prev {
    background-color: #000 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    border-radius: 0;
    outline: none;
    margin: 0 3px;
}


.teambuilding-gallery-carousel .owl-nav {
    margin: 0 !important;
}

.teambuilding-gallery-carousel .owl-nav {
    margin: -21px 30px 0 0 !important;
    z-index: 5;
    position: relative;
    text-align: right;
}

.teambuilding-gallery-carousel .owl-nav button.owl-next,
.teambuilding-gallery-carousel .owl-nav button.owl-prev {
    background-color: #000 !important;
    color: #fff !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    border-radius: 0;
    outline: none;
    margin: 0 3px;
}


.room-info {
    margin-top: -100px;
    margin-bottom: 60px;
}

.room-info.birthdays .desc .btn {
    margin-top: 50px;
}

.room-info .desc {
    background-color: #ddd;
    padding: 40px 35px;
}

.room-info .desc p {
    color: #000;
}

.room-info .desc .hint {
    color: #000;
    font-family: 'Gotham Pro Black';
    margin: 30px 0;
}

.room-info .features {
    background-color: #dfe6ea;
    padding: 45px 40px 30px 40px;
}

.room-info .features .count .value i {
    margin-left: 5px;
}

.room-info .features .price-per .label,
.room-info .features .time .label,
.room-info .features .address .label,
.room-info .features .count .label {
    font-family: 'Gotham Pro Light';
}

.room-info .features .price-per .value,
.room-info .features .time .value,
.room-info .features .count .value {
    font-family: 'Gotham Pro Black';
    font-size: 22px;
    margin: 0 0 20px 0;
}

.room-info .features .address .value {
    font-family: 'Gotham Pro Black';    
}


.vaucher-form h5 {
    font-size: 14px;
    font-family: 'Gotham Pro';    
    margin: 0 0 15px 0;
}

.vaucher-form input[type=text] {
    background-color: #e9edef;
    padding: 10px 15px;
    border: 0;
    width: 100%;
}

.vaucher-form .online-code {
    background-color: #f0f0f0;
    padding: 30px 15px;
    margin: 0 0 20px 0;
}

.vaucher-form .online-code p {
    margin: 0;
}

.vaucher-form .online-code .choose-option {
    font-size: 0;
    text-align: center;
}

.vaucher-form .online-code .choose-option button {
    background-color: transparent;
    cursor: pointer;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.vaucher-form .online-code .choose-option.no button {
    border: 3px solid #ff2222;
}

.vaucher-form .online-code .choose-option.yes button {
    border: 3px solid #1eb133;    
}

.vaucher-form .online-code .choose-option button {
    padding: 3px 6px;
    display: inline-block;
    font-size: 14px;
    color: #000;
}

.vaucher-form .online-code .choose-option.no button:last-of-type {
    background-color: #ff2222;
    border-color: #ff2222;
    color: #fff;
}

.vaucher-form .online-code .choose-option.yes button:first-of-type {
    background-color: #1eb133;
    border-color: #1eb133;
    color: #fff;
}

.vaucher-form .online-code .choose-option.no button:first-of-type:hover {
    color: #1eb133;
}

.vaucher-form .online-code .choose-option.yes button:last-of-type:hover {
    color: #ff2222;
}
    
.vaucher.room-prices {
    padding-top: 0;
    margin-top: -80px;
    margin-bottom: 0;
}

.room-prices {
    position: relative;
    padding-top: 60px;
    margin-bottom: 30px;
}

.room-prices .hint {
    color: #fff;
    margin: 30px 0;
}

.room-prices.birthdays .hint {
    margin: 30px 0 110px;
}

.room-prices.birthdays .simple-contacts a {
    display: block;
    font-size: 20px;
    font-family: 'Gotham Pro Black';
    color: #1eb133;
}

.room-prices.birthdays .simple-contacts a:hover {
    text-decoration: underline;
}

.vaucher.room-prices:before {
    display: none;
}

.room-prices:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 345px;
}

.vaucher.room-prices h5 {
    font-size: 14px;
    font-family: 'Gotham Pro';    
    margin: 0 0 15px 0;
}

.vaucher.room-prices .price-card {
    cursor: pointer;
}

.room-prices .price-card {
    position: relative;
    padding: 25px;
    background-color: #ddd;
    margin: 0 0 30px 0;
    border: 5px solid #ddd;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.room-prices .price-card-text {
    padding-right: 40px;
} 

.vaucher.room-prices .price-card.selected {
    background-color: #fff;
    border-color: #1eb133;    
}

.vaucher.room-prices .price-card:hover {
    background-color: #fff;
}

.room-prices .price-card:hover {
    border-color: #1eb133;
    background-color: #000;
}

.room-prices .price-card:hover p {
    color: #fff;
}

.vaucher.room-prices .price-card .price-card-info {
    margin: 0 0 40px 0;    
}

.room-prices .price-card .price-card-info {
    color: #1eb133;
    font-size: 22px;
    font-family: 'Gotham Pro Light';
    margin: 0 0 10px 0;
}

.room-prices .price-card p {
    margin: 0 0 50px 0;
    color: #000;
}

.room-prices .price-card .price-card-info i {
    color: #1eb133;
    margin-left: 5px;
}

.room-prices .price-card .btn {
    position: absolute;
    right: -5px;
    bottom: -5px;
    display: inline-block;
}

.vaucher.room-prices .price-card.selected .btn {
    background-color: #1eb133;
    border-color: #1eb133;
}

.room-prices .price-card:hover .btn {
    background-color: #1eb133;
    border-color: #1eb133;
}


.room-gallery .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.room-gallery .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
    margin-bottom: 40px;
}

.room-gallery .owl-theme .owl-dots .owl-dot.active span {
    background-color: #cacaca;
}

.room-gallery .owl-theme .owl-dots .owl-dot span {
    background: #000;
    border-radius: 0;
    margin: 5px 4px;
    width: 13px;
    height: 13px;
}


.room-worktime .sup-heading {
    background-color: #000;
}

.room-worktime .label {
    font-size: 18px;
}

.room-worktime .value {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Gotham Pro Black';
    margin: 0 0 25px 0;
}

.room-worktime .hint {
    color: #000;
}

.room-deposit {
    margin: 60px 0 0 0;
    padding: 40px 35px;
    background-color: #f0f0f0;
    position: relative;
}

.room-deposit:before {
    content: "!!!";
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #ff2222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}


.stay {
    margin: 40px 0 0 0;
    padding: 40px 35px;
    background-color: #f0f0f0;
    position: relative;
}

.stay:before {
    content: "!!!";
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #ff2222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.stay p {
    margin-bottom: 0;
    color: #000;
}


.no-reservation {
    padding: 40px 35px;
    background-color: #f0f0f0;
    position: relative;
}

.no-reservation:before {
    content: "!!!";
    position: absolute;
    top: -20px;
    left: -20px;
    background-color: #ff2222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.no-reservation p {
    margin-bottom: 40px;
    color: #000;
}

.no-reservation .hint {
    margin: 0 0 5px 0;
    color: #1eb133;
    font-size: 18px;
    font-family: 'Gotham Pro Black';
}

.how-to-reservation {
    padding: 40px 35px 0;
    position: relative;
}

.how-to-reservation:before {
    content: "!!!";
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -20px;
    background-color: #ff2222;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

.how-to-reservation .hint {
    margin: 0;
    font-family: 'Gotham Pro Medium';
    padding-left: 30px;
}

.room-map .room-map-text {
    padding: 40px;
    background-color: #c1c5cb;
    width: 50%;
    position: absolute;
    left: 15px;
    bottom: 0;
}

.room-map .room-map-text h4 {
    font-size: 18px;
    line-height: 22px;
    font-family: 'Gotham Pro Black';
    color: #000;
}


.confidentiality .sup-heading {
    background-color: #ff2222;
    margin-bottom: 30px;
}


.calendar {
    margin-bottom: 60px;
}

.calendar .calendar-nav {
    margin: 0 0 20px 0;
}

.calendar .calendar-nav h4 {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Gotham Pro Black';
    padding: 0 10px;
    background-color: #000;
    height: 24px;
    text-transform: uppercase;
}

.calendar .calendar-nav a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Gotham Pro Medium';
    padding: 0 10px;
    background-color: #000;
    height: 24px;
    display: block;
    text-align: center;
    margin-left: 5px;
}

.calendar .calendar-nav a:hover {
    background-color: #afafaf;
    color: #fff;
}

.calendar .calendar-nav a i {
    margin: 0 5px;
}

.calendar .calendar-container {
    margin: 0 -1px;
}

.calendar .calendar-container .calendar-th {
    background-color: #f4f4f4;
    color: #000;
    padding: 20px;
    margin: 1px;
}

.calendar .calendar-container .calendar-th .day {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Gotham Pro Light';
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    margin: 0 0 7px 0;
    width: 85%;
}

.calendar .calendar-container .calendar-th .date {
    font-family: 'Gotham Pro Bold';
    display: block;
}

.calendar .calendar-container .calendar-td.free {
    background-color: #d5f8db;
}

.calendar .calendar-container .calendar-td.free .time {
    border-color: #cbebd1;
}

.calendar .calendar-container .calendar-td.busy {
    background-color: #f5b3b3;
}

.calendar .calendar-container .calendar-td.busy .time {
    border-color: #e6acac;
}

.calendar .calendar-container .calendar-td {
    background-color: #f4f4f4;
    color: #000;
    padding: 15px 20px;
    margin: 1px;
    cursor: pointer;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.calendar .calendar-container .calendar-td:hover {
    opacity: .8;
}

.calendar .calendar-container .calendar-td .time {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Gotham Pro Light';
    border-bottom: 1px solid #e4e4e4;
    display: inline-block;
    padding: 0 0 4px 0;
    margin: 0 0 5px 0;
    width: 85%;
}

.calendar .calendar-container .calendar-td .status {
    font-family: 'Gotham Pro Bold';
}


.reservation {
    position: fixed;
    top: 0;
    right: 0;
    width: 70%;
    height: 100%;
    background-color: #000;
    z-index: 6;
    padding: 40px 50px;
}

.reservation .reservation-top {
    margin: 0 0 25px 0;
}

.reservation .reservation-top .reservation-contacts {
    display: inline-block;
    margin-left: 30px;
    color: #a7a7a7;
    font-size: 12px;
    position: relative;
    top: -1px;
}

.reservation .reservation-top .reservation-contacts a {
    margin: 0 10px;
    color: #a7a7a7;
    display: inline-block;
}

.reservation .reservation-top .reservation-contacts a:hover {
    color: #1eb133;
}

.reservation .reservation-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    outline: none;
    border: 0;
    font-size: 17px;
    font-family: 'Gotham Pro Bold';
    cursor: pointer;
}

.reservation .reservation-btn i {
    margin-left: 5px;
}

.reservation .calendar .calendar-nav a {
    color: #000;
    background-color: #fff;
}

.reservation .calendar .calendar-nav a:hover {
    background-color: #505050;
    color: #fff;
}

.reservation .calendar .calendar-nav h4 {
    color: #000;
    background-color: #fff;
}

.reservation .calendar .calendar-container .calendar-th .date {
    font-size: 12px;
}

.reservation .calendar .calendar-container .calendar-th {
    padding: 10px 15px;
}

.reservation .calendar .calendar-container .calendar-td {
    padding: 10px 15px;
}

.reservation .reservation-top .reservation-close {
    font-size: 64px;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 30px;
    line-height: 1;
}

.reservation .reservation-top h4 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    padding-right: 100px;
}

.reservation .reservation-top h4 a {
    color: #fff;
    margin-right: 8px;
}

.reservation .calendar .calendar-container .calendar-th .day {
    font-size: 12px;
    line-height: 18px;
}

.reservation .calendar .calendar-container .calendar-td .time {
    font-size: 12px;
    line-height: 18px;
}

.reservation .reservation-order-info {
    margin: 20px 0 0 0;
    padding: 20px 0;
    border-right: 1px solid #484848;
}

.reservation .reservation-order-info ul li {
    margin: 0 0 20px 0;
}

.reservation .reservation-order-info ul li .label {
    color: #a7a7a7;   
    margin: 0 0 7px 0;
}

.reservation .reservation-order-info ul li .value {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Gotham Pro Black';
    padding: 3px 8px;
    background-color: #1eb133;
    text-transform: uppercase;
    display: inline-block;
}

.reservation .reservation-order-info ul li .value.non-color {
    padding: 0;
    background-color: transparent;
    color: #fff;
    text-transform: unset;
}

.reservation .checkbox label {
    color: #a7a7a7;
    padding-left: 15px;
}

.reservation .payment-tool h4 {
    font-size: 14px;
    font-family: 'Gotham Pro';
    color: #a7a7a7;
    margin: 20px 0 0 0;
}

.reservation .payment-tool ul {
    padding-right: 40px;
}

.reservation .payment-tool ul li {
    position: relative;
    display: block;
    padding: 3px 0 0 35px;
    width: 100%;
    color: #a7a7a7;
    margin: 5px 0;
    cursor: pointer;
}

.reservation .payment-tool ul li.selected:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 14px;
    background-color: #fff;
    border-radius: 100%;
    height: 8px;
    width: 8px;
}

.reservation .payment-tool ul li:hover {
    color: #1eb133;
}

.reservation .payment-tool ul li.selected {
    background-color: #1eb133;
    color: #fff;
}

.reservation .payment-hint {
    margin: 70px 0 0 0;
    padding: 20px;
    background-color: #f0f0f0;
    font-size: 12px;
}

.reservation .payment-hint p:last-of-type {
    margin-bottom: 0;
}

.reservation .reservation-form h4 {
    font-size: 14px;
    font-family: 'Gotham Pro';
    color: #a7a7a7;
    margin: 20px 0 10px 0;
}

.reservation .reservation-form .choose-room {
    margin: 0 0 20px 0;
}

.reservation .reservation-form .choose-room ul li .room {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 1px 10px;
    font-family: 'Gotham Pro Black';
    cursor: pointer;
}

.reservation .reservation-form .choose-room ul li .selected {
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    background-color: #1eb133;
    text-align: center;
    font-family: 'Gotham Pro Light';
}

.reservation .reservation-form .count-players ul li .players {
    padding: 15px 20px;
    background-color: #f4f4f4;
    border: 5px solid #f4f4f4;
}

.reservation .reservation-form .count-players ul li .players span {
    display: block;
    margin: 0 40px 30px 0;
    font-size: 14px;
}

.reservation .reservation-form .count-players ul li .players .btn {
    position: absolute;
    right: 15px;
    bottom: 0;
    background-color: #1eb133;
    border-color: #1eb133;
}

.reservation .reservation-form .count-players ul li .players.selected {
    background-color: #000;
    color: #a7a7a7;
    border-color: #1eb133;
}

.reservation .reservation-form .count-players ul li .players.selected .btn {
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.reservation .reservation-form .order-form select {
    background-color: #fff;
    width: 100%;
    padding: 5px 15px;
    border: 0;
}

.reservation .reservation-form .order-form input[type=text],
.reservation .reservation-form .order-form input[type=email] {
    background-color: #fff;
    width: 100%;
    padding: 5px 15px;
    border: 0;
}


.story {
    position: relative;
}

.story:before {
    content: "";
    background-color: #e9edef;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
}

.story .sup-heading {
    background-color: #000;
}

.story .story-text {
    padding: 40px 50px;
    background-color: #dfe6ea;
    margin: 220px 0 0 0;
}

.story .story-text p {
    margin: 0;
}

.team .sup-heading {
    background-color: #000;
}

.team .person {
    position: relative;
    margin: 0 0 30px 0;
}

.team .person .person-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px 30px 30px;
    width: 100%;
}

.team .person .person-info h6 {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Gotham Pro Black';
    padding: 3px 8px;
    background-color: #000;
    display: table;
}

.team .person .person-info p {
    margin: 20px 0 0 0;
    font-size: 12px;
}


.projects .sup-heading {
    background-color: #000;
}

.projects p {
    margin: 30px 0 0 0;
}


.teambuilding-contacts .sup-heading {
    margin: 0;
    float: left;
}

.teambuilding-contacts .sup-heading.bgr-dark {
    background-color: #000;
}

.teambuilding-contacts .teambuilding-text {
    margin: 35px 0 0 0;
}

.teambuilding-contacts .teambuilding-text p {
    margin: 15px 0 0 0;
}

.medias .sup-heading {
    background-color: #000;
}


footer {
    margin: 50px 0 0 0;
}

footer .footer-nav {
    margin: 0 0 40px 0;
}

footer .footer-nav li {
    display: block;
    margin: 0 0 3px 0;
}

footer .footer-nav li a {
    color: #000;
    text-transform: uppercase;
    font-family: 'Gotham Pro Black';
}

footer .worktime h3 {
    background-color: #000;
    padding: 2px 10px;
    color: #fff;
    margin: 0 0 20px 0;
    font-size: 16px;
    display: inline-block;
}

footer .worktime p span {
    display: block;
    font-family: 'Gotham Pro Black';
    font-size: 18px;
}

footer .newsletter h5 {    
    color: #fff;
    font-size: 22px;
    font-family: 'Gotham Pro Black';
    padding: 5px 10px;
    display: inline-block;
    background-color: #000;
    text-transform: uppercase;
    margin: 0 184px 0 0;
}

footer .newsletter .checkbox {
    padding-left: 0;
}

footer .newsletter form .newsletter-form {
    position: relative;
    margin: 0 0 15px 0;
}

footer .newsletter form .newsletter-form input[type=email] {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
    padding: 10px 50px 10px 0;
}

footer .newsletter form .newsletter-form button {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .footer-copyright {
    background-color: #000;
    padding: 25px 0 31px;
}

footer .footer-copyright .footer-contacts ul {
    text-align: center;
    margin: 6px 0 12px 0;
}

footer .footer-copyright .footer-contacts ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

footer .footer-copyright .footer-contacts ul li:first-of-type:before {
    display: none;
}

footer .footer-copyright .footer-contacts ul li:before {
    content: "|";
    position: absolute;
    left: -18px;
    font-size: 12px;
    color: #fff;
}

footer .footer-copyright .footer-contacts ul li a {
    display: block;
    color: #fff;
}

footer .footer-copyright .rights {
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

footer .footer-social ul {
    text-align: right;
    margin: 0 0 8px 0;
}

footer .footer-social ul li {
    display: inline-block;
}

footer .footer-social ul li a {
    color: #000;
    background-color: #fff;
    height: 32px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    display: block;
}

footer .footer-copyright .design-by {
    font-size: 12px;
    color: #fff;
}