@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500&display=swap');
@font-face {
    font-family: 'msm';
    src: url('../fonts/msm.eot?17448879');
    src: url('../fonts/msm.eot?17448879#iefix') format('embedded-opentype'), url('../fonts/msm.woff2?17448879') format('woff2'), url('../fonts/msm.woff?17448879') format('woff'), url('../fonts/msm.ttf?17448879') format('truetype'), url('../fonts/msm.svg?17448879#msm') format('svg');
    font-weight: normal;
    font-style: normal;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

iframe {
    max-width: 100% !important;
    max-height: 50vh !important
}

b,
strong {
    font-weight: 500;
}

.loader {
    position: relative;
    display: none;
    z-index: 9998;
    width: 100%;
    height: 40px;
    background: transparent url(../images/preloader.svg) center center no-repeat;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "msm";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
}

.news label {
    line-height: 1.2em !important;
    font-size: 0.8em !important
}

.top-section {padding:100px 0 20px 0!important}
.top-section table {
    border: 2px solid red;
    padding: 10px !important
}

.top-section table tr,
.top-section table td {
    border: none
}

.max900 {
    max-width: 900px
}

table {
    width: 100%;
    margin: 0;
    padding: 0px;
    font-size: 1em;
    line-height: 1.35em;
    color: #000;
    font-weight: 300
}

table td {
    border: 1px solid #cecece;
    padding: 0.5em
}tr {border-bottom: 1px solid #d7d7d7;}
tr:hover {background:#fff;}
td {border-right: 1px solid #d7d7d7;padding:2px 5px}
th {border-right: 1px solid #d7d7d7;padding:2px 5px; background:#fff;text-align:left}
.title tr {
    border: 0
}

.check-list ul {
    text-align: left;
    list-style: none;
    padding: 50px 0;
}

.check-list ul li {
    padding: 3px 0 3px 6em;
    font-size: 1em;
    transform: rotate(-10deg);
    color: #000;
    text-transform: uppercase;
    position: relative;
}

.check-list ul li:before {
    color: #fcc603;
    font-size: 1.5em;
    content: '\2022';
    margin-left: -1em;
    line-height: 1em;
    position: absolute;
}

@media (max-width: 1599px) {
    .check-list ul {}
    .check-list ul li {
        padding-left: 2em;
    }
}

@media (max-width: 960px) {
    .check-list ul {
        margin: 0
    }
}

.accordion {
    margin-bottom: 4em;
    overflow: hidden;
}

.accordion .a_img {
    float: left;
    display: block;
    margin: 0 2em 0 0;
    max-width: 400px;
    width: 35vw;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgb(151 102 17 / 30%);
}

.accordion h2 {
    margin-bottom: 0.5em;
    font-size: 2em;
    font-weight: 500
}

.accordion h3 {
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 500
}

.accordion p {
    letter-spacing: 1px;
    line-height: 1.3em
}

.accordion a {
    text-transform: uppercase;
    padding-bottom: 2px;
}

.accordion .icon {
    color: #000;
    font-size: 1em;
    margin-left: 0.5em
}

.accordion label {
    display: block;margin: 10px 0 0;
}

.accordion label:after {
   text-decoration: underline;
}

.accordion input {
    position: absolute;
    left: -999em;
}

.accordion .hide {
    width: 100%;
    display: table;
    height: auto;
    /* any arbitrary height but best at the minimum initial height you would want. */
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease;
    border: 1px solid #cecece;
}

.inner {
    padding: 1em;
}

.inner p {
    color: #000;
}

.accordion input[type="checkbox"]:checked+.hide {
    height: 0;
    opacity: 0;
    display: block;
}

@media (min-width: 767px) {
    .flexbckg {
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;
    }
}

.voucher.icon-up-open {
    position: absolute;
    top: 5px;
    right: 25px;
    cursor: pointer
}

.voucher.icon-down-open {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer
}

.bdate {
    width: 30.3333%;
    max-width: 150px;
    padding-right: 0;
    padding-left: 10px
}

#bdate2 {
    margin-left: 1%;
    margin-right: 1%
}

#reservation.main-page {
    padding: 0
}

#reservation.main-page #options {
    margin-top: -70px
}

.main-page #options_mobile {
    padding-bottom: 50px
}

.main-page .highlighted-box {
    min-height: 140px;
    background: transparent;
    padding: 0px;
    box-shadow: none
}

.highlighted-box img {
    height: 100px;
}

.no_slots {
    text-align: center;
    font-size: 1.5em;
    line-height: 1.5em;
    padding: 1em 0;
    color: #000;
    text-transform: uppercase;
}

#options {
    display: block
}

#options_mobile {
    display: none
}

#options_mobile select {
    height: 40px;
    font-size: 1.2em;
    text-align-last: center;
    border: 1px solid #cecece;
    border-radius: 0;
    padding: 0px 5px;
    margin: 5px 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    background-image: url(../images/select.png);
    background-position: right 5px top 15px;
    background-size: 16px 10px;
    background-repeat: no-repeat;
}

.dayhours input[type="checkbox"]+label {
    margin: 0px;
    font-size: 0.7em;
}

::placeholder {
    font-family: 'Rubik', sans-serif;
    color: #7a7a7a;
    font-style: normal
}

:-ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    color: #7a7a7a;
    font-style: normal
}

::-ms-input-placeholder {
    font-family: 'Rubik', sans-serif;
    color: #7a7a7a;
    font-style: normal
}

input[type="text"],
input[type="email"],
input[type="password"] {
    font-family: 'Rubik', sans-serif;
    background: #fff;
    box-shadow: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 20px;
    color: #000000;
    height: auto
}

select {
    box-shadow: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 20px;
    color: #000000;
    margin-top: 15px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    height: auto
}

#res_cart input,
#res_cart select {
    margin-top: 3px
}

input[type="checkbox"]+label,
input[type="radio"]+label,
input[type="password"]+label {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 0.9em;
    font-style: normal;
    font-weight: 400;
    padding-left: 3em;
    padding-right: 0.75em;
    position: relative;
    text-align: left;
    margin-top: 10px;
    line-height: 1.9em;
}

@media (max-width: 960px) {
    input[type="checkbox"]+label,
    input[type="radio"]+label {
        font-size: 0.8em;
        line-height: 1em;
        min-height: 2em
    }
}

input[type="radio"],
input[type="checkbox"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
    background: #fff;
    font-size: 0.8em;
    border: 4px solid #fcc603;
    content: '';
    display: inline-block;
    height: 2.3em;
    left: 0;
    line-height: 2.25em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.5em;
}

input[type="checkbox"]:checked+label:before,
input[type="radio"]:checked+label:before {
    line-height: 1.6em;
    background: #000000;
    border-color: #666;
    color: #ffffff;
    font-family: "msm";
    content: '\e802';
}

#trips input[type="checkbox"]:checked+label:before,
#trips input[type="radio"]:checked+label:before {
    background: #f69113;
    border-color: #a45b06;
}

.empty {
    color: red;
}

.icon-plus:before {
    content: '\e800';
}

/* '' */

.icon-ok:before {
    content: '\e801';
}

/* '' */

.icon-down-open:before {
    content: '\e802';
}

/* '' */

.icon-left-open:before {
    content: '\e803';
}

/* '' */

.icon-right-open:before {
    content: '\e804';
}

/* '' */

.icon-up-open:before {
    content: '\e805';
}

/* '' */

.icon-phone:before {
    content: '\e806';
}

/* '' */

.icon-location:before {
    content: '\e807';
}

/* '' */

.icon-zoom-in:before {
    content: '\e808';
}

/* '' */

.icon-camera:before {
    content: '\e809';
}

/* '' */

.icon-th-list:before {
    content: '\e80a';
}

/* '' */

.icon-off:before {
    content: '\e80b';
}

/* '' */

.icon-calendar:before {
    content: '\e80c';
}

/* '' */

.icon-adjust:before {
    content: '\e80d';
}

/* '' */

.icon-user:before {
    content: '\e80e';
}

/* '' */

.icon-mail:before {
    content: '\e80f';
}

/* '' */

.icon-heart:before {
    content: '\e810';
}

/* '' */

.icon-heart-empty:before {
    content: '\e811';
}

/* '' */

.icon-star:before {
    content: '\e812';
}

/* '' */

.icon-star-empty:before {
    content: '\e813';
}

/* '' */

.icon-video:before {
    content: '\e814';
}

/* '' */

.icon-videocam:before {
    content: '\e815';
}

/* '' */

.icon-picture:before {
    content: '\e816';
}

/* '' */

.icon-th-large:before {
    content: '\e817';
}

/* '' */

.icon-th:before {
    content: '\e818';
}

/* '' */

.icon-cancel:before {
    content: '\e819';
}

/* '' */

.icon-cancel-circled:before {
    content: '\e81a';
}

/* '' */

.icon-help-circled:before {
    content: '\e81b';
}

/* '' */

.icon-info-circled:before {
    content: '\e81c';
}

/* '' */

.icon-home:before {
    content: '\e81d';
}

/* '' */

.icon-lock:before {
    content: '\e81e';
}

/* '' */

.icon-download:before {
    content: '\e81f';
}

/* '' */

.icon-comment:before {
    content: '\e820';
}

/* '' */

.icon-chat:before {
    content: '\e821';
}

/* '' */

.icon-bell:before {
    content: '\e822';
}

/* '' */

.icon-facebook:before {
    content: '\f09a';
}

/* '' */

.icon-menu:before {
    content: '\f0c9';
}

/* '' */

.icon-mail-alt:before {
    content: '\f0e0';
}

/* '' */

.icon-comment-empty:before {
    content: '\f0e5';
}

/* '' */

.icon-food:before {
    content: '\f0f5';
}

/* '' */

.icon-star-half-alt:before {
    content: '\f123';
}

/* '' */

.icon-youtube-play:before {
    content: '\f16a';
}

/* '' */

.icon-instagram:before {
    content: '\f16d';
}

/* '' */

.icon-trash:before {
    content: '\f1f8';
}

/* '' */

.icon-shopping-basket:before {
    content: '\f291';
}

/* '' */

.icon-user-o:before {
    content: '\f2c0';
}

/* '' */

body {
    font-family: 'Rubik', sans-serif;
    color: #000;
    line-height: 1.5em;
    font-size: 1em;
    min-width: 320px;
}

a {
    color: #fcc603;
    text-decoration: none;
    user-select: none;
    transition: all 250ms ease;
}

a:hover {
    color: #000;
    text-decoration: none;
}

.section a {
    text-decoration: none;
    user-select: none;
    border-bottom: 2px solid #f6e286;
    color: #000;
}

.section a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #fcc603;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: Georgia, sans-serif;
}

h1 {
    margin: 10px;
}

p {
    padding: 10px;
    font-weight: 300;
    color: #000;
}

#home {
    margin: 60px 0 0 0;
    height: 80vh;
    background: url('../images/bg.gif') no-repeat;
    background-size: cover;
    background-position: center bottom;
}

#home h1 {
    position: absolute;
    top: 25vh;
    left: 5vw;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
    font-size: 5em;
    transform: rotate(-10deg);
    text-align: center;
    margin: 0 auto;
    display: table;
    z-index: 1;
    color: #000;
    line-height: 1em;
}

#home h1:after {
    content: '';
    left: 0;
    position: absolute;
    width: 106%;
    margin-left: -5%;
    margin-top: -50%;
    height: 100%;
    border: 8px solid #fcc603;
    transform: rotate(10deg);
    z-index: -1;
}

@media (max-width: 1300px) {
    #home {
        min-height: 32vw
    }
}

/* CALENDAR */

.responsive-calendar {
    display: block;
}

.responsive-calendar.selected {
    display: block;
}

.dayhours {
    display: none;
}

.dayhours.selected {
    display: block;
}

.responsive-calendar .controls {
    text-align: center;
    background: #fff;
    padding: 0.8em 0;
}

.responsive-calendar .controls a {
    color: #fcc603;
    cursor: pointer;
    padding: 0 1em;
    border: none;
}

.responsive-calendar .controls h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: inline;
    color: #000;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.responsive-calendar .day-headers {
    font-size: 0;
    padding: 5px 0;
    background: #f6f6f6;
}

.responsive-calendar .day {
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 13.285714285714286%;
    text-align: left;
    margin: 0.5%;
}

.responsive-calendar .day a {
    line-height: 1em;
    color: #000;
    font-weight: normal;
    display: block;
    cursor: pointer;
    padding: 15% 0;
    padding-left: 1em;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.responsive-calendar .day a:hover {
    border-color: #fcc603;
    text-decoration: none;
}

.responsive-calendar .day.header {
    background: none;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
}

.responsive-calendar .day.active a {
   background-color: #000;
   color: #ffffff;
}

.responsive-calendar .day.active a:hover {
   background-color: #36a0e2;
}

.responsive-calendar .day.active .not-current {
    background-color: #8fcaef;
    color: #ffffff;
}

.responsive-calendar .day.active .not-current:hover {
   background-color: #bcdff5;
}

.responsive-calendar .day.not-current a {
    color: #ddd;
}

.responsive-calendar .day .badge {
    background: #ffa6a6;
    font-size: 10px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: -1;
    padding: 2px 4px;
    border-radius: 0px;
    text-shadow: none;
}

.main-data {
    padding: 20px;
    background: #fff;
    margin: 20px 0;
    box-sizing: border-box;
}

.main-data .controls {
    margin-bottom: 10px
}

.main-data p {
    padding: 15px 0 0 0px;
    font-size: 1em;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}

.main-data a:hover {
    color: #000;
}

.cart h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.2em;
    color: #000000;
    margin: 0 0 1px 0;
    background: #fff;
    padding: 5px 0px;
}

.cart {
    list-style: none none;
    margin: 0;
    padding: 0px;
    font-size: 0.95em;
    line-height: 1.35em;
    color: #000000;
    margin: 0px 0;
}

.cart li {
    position: relative;
    height: 3em;
    padding: 0;
    margin: 0 !important;
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
    float: left;
    line-height: 3em;
    display: flex;
    flex-direction: row;
}

.cart li:hover {
    background: rgba(255, 255, 255, 1);
}

.cart .title_bar {
    font-style: normal;
    font-weight: normal;
    position: relative;
    height: 2em;
    margin: 0px;
    padding: 0;
    width: 100%;
    float: left;
    background-color: #fcc603;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cart .title_bar span {
    display: flex;
    flex: 1;
    line-height: 1em;
    padding: 0 10px;
}

#res_cart span {
    display: flex;
    flex: 1;
    line-height: 2em;
    padding-right: 10px;
}

.cart .maxinput {
    position: absolute;
    left: 0;
    width: 100%
}

.cart .allergy {
    max-width: 100px
}

.cart .allergy input::placeholder {
    color: #fff;
}

.cart .allergy input:-ms-input-placeholder {
    color: #fff;
}

.cart .allergy input::-ms-input-placeholder {
    color: #fff;
}

.cart .allergy .maxinput::placeholder {
    color: #7a7a7a;
}

.cart .allergy .maxinput:-ms-input-placeholder {
    color: #7a7a7a;
}

.cart .allergy .maxinput::-ms-input-placeholder {
    color: #7a7a7a;
}

.cart .icon-cancel {
    color: #fcc603;
    font-size: 1.5em;
    border: 0 !important
}

.cal_img {
    display: none !important;
    width: 100%
}

.cal_img.selected {
    display: block !important
}

.dayhours h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 1.2em;
    color: #000000;
    margin: 0 0 1px 0;
    background: #fff;
    padding: 0.8em 5px 1em 5px;
    text-align: center
}

.dayhours h4 span {
    padding: 0 10px;
    background: #000;
    color: #fff
}

.dayhours,
#people {
    list-style: none none;
    margin: 0;
    padding: 0px;
    font-size: 0.85em;
    line-height: 1.35em;
    color: #000000;
    text-transform: uppercase;
    overflow: hidden
}

.dayhours li {
    display: block;
    position: relative;
    height: 3em;
    line-height: 3em;
    padding: 0;
    margin: 5px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px #ccc solid;
    ;
    width: 100%;
    float: left;
}

.dayhours li:hover {
    background: rgba(255, 255, 255, 1);
}

.dayhours .sub {
    background-image: none;
    background-color: rgba(169, 186, 70, 0.2);
}

.dayhours .title_bar,
#people .title_bar {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    display: block;
    position: relative;
    height: 1.35em;
    padding: 0px;
    margin: 0;
    width: 100%;
    float: left;
    background-color: #fff;
}

.dayhours .name {
    position: absolute;
    right: 20em;
    padding-left: 0.5em;
    text-align: left;
    border-left: 1px solid #d7d7d7;
    font-weight: normal;
}

.dayhours .desc {
    position: absolute;
    right: 13em;
    padding-left: 0.5em;
    width: 55%;
    text-align: left;
    border-left: 1px solid #d7d7d7;
}

.dayhours .desc2 {
    position: absolute;
    right: 8em;
    padding-left: 0.5em;
    width: 60%;
    text-align: left;
    border-left: 1px solid #d7d7d7;
}

.dayhours .desc3 {
    right: 8em;
    width: 65%;
}

.dayhours a.number {
    text-decoration: none;
    cursor: pointer;
    position: realtive;
    display: inline-block;
    width: 2em;
    height: 2em;
    background: #02f8c7;
    color: #000;
    margin: 5px;
    text-align: center;
    padding-top: 0.5em;
    border-radius: 50%;
}

.dayhours a:hover.number {
    text-decoration: none;
    background: #808080;
}

.dayhours a.number.active {
    background: #000000
}

.dayhours select {
    border: none;
    padding: 0;
    margin: 0;
    color: #000;
    width: 100%;
    margin-bottom: 4px;
    height: 1.35em;
    line-height: 1.35em;
}

.dayhours .free {
    position: absolute;
    right: 16em;
    text-align: center;
    width: 4em;
    border-left: 0px solid #d7d7d7;
}

.dayhours .amount {
    position: absolute;
    padding-left: 0px;
    right: 4em;
    text-align: left;
    width: 12em;
    border-left: 0px solid #d7d7d7;
}

.dayhours .equip {
    position: absolute;
    padding-left: 0px;
    right: 0em;
    text-align: left;
    width: 4em;
    border-left: 0px solid #d7d7d7;
}

.dayhours .hour1 {
    position: absolute;
    font-weight: normal;
    width: 20%;
    text-align: center
}

.dayhours .option1 {
    position: absolute;
    right: 40%;
    text-align: center;
    width: 40%;
    border-left: 1px solid #d7d7d7;
    height: 100%;
}

.dayhours .option2 {
    position: absolute;
    right: 0em;
    text-align: center;
    width: 40%;
    border-left: 1px solid #d7d7d7;
    height: 100%;
}

.dayhours .price3 {
    position: absolute;
    right: 0;
    text-align: center;
    width: 4em;
    border-left: 1px solid #d7d7d7;
}

.dayhours .price1.capacity {
    right: 5.5em;
    width: 10em;
    border: none;
    text-align: right;
}

.dayhours .more {
    display: none;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    border: solid 2px #ffa801;
    margin-left: 130px;
    z-index: 10000;
    line-height: 18px;
}

/* */

.navbar {
    background: #fff;
    margin-bottom: 0;
    min-height: 60px;
}

.navbar.navbar-fixed-top {
    height: 80px;
    padding-top: 0;
}

.navbar-inner {
    background: #000;
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
 
}

.navbar-inner .container {
    height: 100px;
    display: flex;
    align-items: center;
}

@media (max-width: 979px) {
    .navbar-inner .container {	display: block;	}
    .navbar .container {width:100%}
}

.navbar .btn-navbar,
.nav-collapse.collapse {
    margin-left: auto;
    order: 2;
}

.navbar .brand img {
    width: 259px;
    max-height: 52px;
    max-width: calc(100vw - 120px);
    image-rendering: -webkit-optimize-contrast;
}

.navbar .nav>li>a,
.navbar .nav-icons>li>a {
    display: block;
    text-transform: uppercase;
    line-height: auto;
    vertical-align: middle;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    border-bottom: 2px solid transparent;
    font-style: normal;
    padding: 0.5em 1em;
}

@media (max-width: 979px) {
    .navbar-fixed-top {
        height: 60px;
    }
    .navbar .brand img {
        max-height: 40px;
        width: auto
    }
}

.navbar .nav-icons>li>ul {
    display: none;
    position: absolute;
    list-style: none;
    background: #000;
    padding: 0.5em 1em;
    right: 0;
    font-size: 0.7em;
    width: 11em
}

.navbar .nav-icons>li.active:hover>ul {
    display: block
}

.nav-icons {
    margin: 0px;
    list-style: none;
}

.navbar .nav-icons>li {
    float: left;
    line-height: 20px;
}

.navbar .nav>li:hover>a,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    color: #fcc603;
    background: #000000;
}

.nav-pills {
    margin-bottom: 30px;
}

.icon i {
    color: #272727;
}

.navbar .nav-icons>li>a {
    padding-top: 10px;
    cursor: pointer
}

.navbar .nav li.icon:hover>a {
    border-bottom: none;
    color: #000;
}

.icon a :hover {
    color: #fcc603;
}

.nav-pills>li>a {
    margin-right: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.nav-pills>li>a:hover,
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    color: #000;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar {
    margin: 0px;
    color: #000;
    float: right;
    padding: 10px 13px;
    border-radius: 0px;
    border: none;
    background-color: #fcc603;
    margin-left: auto;
    order: 2;
}

/******
2. Layout
**********************************************************************/

.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

/* Use this class if you want ceter element with span* class */

.center {
    float: none ;
    margin: 0 auto ;
    text-align: center;
}

#reserve_option {
    display: block;
}

#buy_option {
    display: none;
}

.highlighted-box {
   min-height:160px;
    background: transparent;
    padding: 20px 0px;
}

.highlighted-box.selected {
    border: none
}

.arrow-down {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid transparent;
}

.arrow-down.selected {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #fcc603;
}

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #181A1C;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h1 {
    margin: 0px;
    font-size: 22px;
    line-height: 22px;
    color: #181A1C ;
    padding: 0px 0 0 0;
}

.highlighted-box p {
    color: #181A1C ;
    padding: 10px 0;
    margin-top: 10px;
}

.highlighted-box .button,
.highlighted-box .button:visited,
.highlighted-box .button:focus {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0.5em;
    width: 100%;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: left;
}

.error {
    font-size: 14px;
    color: #CF0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

/*
2.1 Animations
**********/

.zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.zoom-in:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/

.button,
.button:visited,
.button:focus {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    display: inline-block;
    border: 1px solid #181A1C;
    color: #181A1C;
    background-color: transparent;
    padding: 1em;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 16px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

#total_sum {
    color: #fff;
    background: #000;
    padding: 2px 5px;
    border-radius: 4px
}

.button-small {
    padding: 5px 15px;
    font-size: 14px;
    border: none;
    background-color: #000000;
    text-transform: uppercase;
    color: #fff;
}

.button:hover,
.button:active {
    background-color: #181A1C;
    color: #fff;
}

#trips a {
    color: #f69113
}

#trips .price-column p {
    line-height: 22px;
    margin: 0
}

#trips .price-column.desc .list li {
    border: 0
}

#trips .desc {
    padding-top: 2em
}

#trips .desc h3 {
    background: #fcc603;
    text-transform: uppercase;
    padding-left: 1em
}

#trips .desc table img {
    max-width: 100%;
}

#trips .main-data .button-sp {
    background-color: #f69113
}

#trips .button-sp:hover,
#trips .button-sp:active {
    background-color: rgba(0, 0, 0, 0.5);
}

#trips .highlighted-box h1,
#trips .highlighted-box p {
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase
}

.price-column h3 {
    padding: 5px 0;
    border-bottom: 8px solid #fcc603;
    background: #fff;
    color: #000;
}

#trips .main-data h3 {
    padding: 5px 0;
    margin-bottom: 20px;
    background-color: #f69113;
}

#trips .list {
    text-align: left
}

#trips .price-column .list {
    padding: 1em;
}

#trips h4 {
    color: #000;
    font-size: 1.1em;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-left: 1em;
}

#trips p {
    text-transform: uppercase
}

#trips strong {
    font-size: 1.1em;
}

#trips h4:before {
    margin-left: -1em;
    content: '';
   padding:0.5em 0;
    margin-right: 10px;
    width: 6px;
    height: 100%;
    border: 3px solid #fcc603;
    border-radius: 4px;
    position: absolute;
}

#trips .price-column tr,
#trips .price-column td {
    border: none;
    padding: 0.25em;
    color: #000;
}

#trips tr,
#trips td {
    border: none;
    padding: 2em
}

#trips ul {
    text-align: left;
    list-style: none;
    padding: 0 0 0 8px;
    margin: 1em 0;
}

#trips ul li {
    text-align: left;
    padding: 3px 0;
    font-size: 0.9em;
    color: #000;
    text-transform: uppercase;
    position: relative;
    padding-left: 1em;
}

#trips ul li:before {
    color: #fcc603;
    font-size: 1.5em;
    content: '\2022';
    margin-left: -1em;
    line-height: 1em;
    position: absolute;
}

.tripbox {
    position: relative;
    text-align: center;
}

.tripbox .bgimg {
    min-height: 20vh;
    background-size: cover;
    background-position: center;
}

.tripbox:after {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 90%;
    margin-left: 5%;
    height: calc(100% + 16px);
    margin-top: -8px;
    border: 8px solid #fcc603;
    z-index: 1;
}

.tripbox p {
    margin: 0;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-style: normal;
    min-height: 100px
}

.tripbox button {
    position: relative;
    margin: 1em auto;
    z-index: 2
}

@media (max-width: 767px) {
    #trips ul,
    ol {
        margin: 0 0 10px 5px;
    }
    #trips tr,
    #trips td {
        padding: 1em 0.5em
    }
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    #trips td,
    td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding: 1em 0;
        width: 100% !important;
    }
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 2px;
        left: 6px;width: 45%; 
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 500;
    }
}

.button-sp,
.button-sp:visited,
.button-sp:focus {
    border: 2px solid #fcc603 !important;
    background-color: #fcc603;
    text-transform: uppercase;
    border-radius: 4px;
    color: #000;
}

.button-sp.btn-total {
    border: none;
    color: #000;
    margin-top: 1em;
    text-shadow: none
}

.button-sp:hover,
.button-sp:active {
    background-color: #000;
    color: #fff !important;
}

.button-ps,
.button-ps:visited,
.button-ps:focus {
    border: none;
    background-color: #02f8c7;
    color: #000000;
    text-transform: uppercase;
}

.button-ps:hover,
.button-ps:active {
    background-color: #000;
    color: #fff;
}

/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/

.thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    background: #191a1c;
}

.thumbnail .more {
    display: block;
    z-index: 4;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -41px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

.thumbnail:hover .more {
    top: 40%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumbnail h3,
.thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

.thumbnail h3 {
    color: #000;
    margin-top: 10px;
    font-size: 20px;
}

.thumbnail>p {
    padding-bottom: 20px;
}

.thumbnail .mask {
    opacity: 0.85;
    filter: alpha(opacity=85);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #181A1C;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.thumbnail:hover .mask {
    top: 0;
}

/*
2.4 Socail icons
************/

.footer-info .social {
    list-style: none;
    float: none;
    position: relative;
    margin: 5px auto;
    text-align: center;
}

.footer-info .social li {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-family: 'msm';
    font-size: 25px;
    margin: 0 5px;
    background-color: #000;
    border-radius: 25px;
    text-align: center;
}

.footer-info .social a {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    color: #fff;
    text-align: center;
}

.social a:hover {
    color: #000;
}

.social li:hover {
    background-color: #fff;
}

/*
3. Sections 
***************************************************************************/

.section {
    padding-top: 3em;
}

.section .title {
    text-align: left;
    padding: 10px;
}

.section .title h1 {
    font-weight: normal;
    padding: 0 0 0 0;
    position: relative;
    font-size: 3em;
    display: table;
    margin: 1em auto;
}

.section .title h1:after {
    background-color: #fcc603;
    bottom: -20px;
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 125px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.section .title h2 {
    border-top: 2px solid #fcc603
}

.section ul,
.section ol {
    padding: 0;
    color: #000;
    margin: 0 0 1em 2em;
    font-size: 1em;
    font-weight: 400;
}

.section li {
    margin: 0.75em 0;
}

.flexbckg {
    padding: 50px 0;
}

.flexbckg.rtl {
    direction: rtl;
}

.flexbckg.rtl div {
    direction: ltr;
}

.flexbckg .bgimg {
    min-height: 30vh;
    background-size: cover;
    background-position: center;
    margin-bottom: 2em;
}

.flexbckg .bgimg:after {
    content: '';
    left: 0;
    position: absolute;
    width: 80%;
    margin-left: 10%;
    height: calc(100% + 40px);
    margin-top: -20px;
    border: 8px solid #fcc603;
    z-index: -1;
}

.section .title h4,
.flexbckg h4 {
    color: #000;
    font-size: 1.1em;
    text-transform: uppercase;
    position: relative;
    padding-left: 1em;
}

.section .title h4:before,
.flexbckg h4:before {
    content: '';
    margin-left: -1em;
    width: 6px;
    height: 100%;
    border: 3px solid #fcc603;
    border-radius: 4px;
    position: absolute;
}

.section .title>p {
    font-size: 1.5em;
    line-height: 1.5em;
}

.primary-section {
   background:#fff;
   padding:100px 0;
}

.primary-section .triangle {
    border-top: 40px solid #000000;
}

.primary-section .title {
    border-bottom: 1px solid #FFF;
}

.primary-section,
.primary-section .title p,
.primary-section h3 {
    color: #000;
}

.primary-section h1 {
    color: #000;
    padding-bottom: 0 !important;
}

.secondary-section {
    padding: 0px;
    background: #121212;
}

.secondary-section h1,
.secondary-section .title p {
    color: #000;
}

/* Third section use bacground image */

.third-section {
    padding: 20px 0 50px 0;
    background: #02f8c7;
    color: #000;
}

.third-section p {
    color: #000;
}

.third-section .title p {
    line-height: 23px;
    color: #000;
}

.third-section .container {
    position: relative;
}

.fourth-section {
    padding: 50px 0;
    background: #000000;
    color: #fff;
}

.fourth-section .about-text {
    color: #02f8c7;
    text-transform: uppercase;
}

.fourth-section h1 {
    color: #fff
}

.sub-section {
    margin-top: 30px;
}

.sub-section .title {
    padding: 0;
}

/*******
3.1 Services  
***************************************/

.service {
    border: 0px solid #fff;
}

.footer-info h4 {
    font-size: 1.5em;
    padding-bottom: 1em;
    font-style: normal;
    color: #fff;
}

.service p {
    padding: 5px 0px;
    font-size: 0.9em;
    text-transform: uppercase;
    font-style: normal;
    text-align: left;
    color: #ffffff;
}

.section .service a,
.section .service a:hover {
    color: #fff
}

.footer-info input+label {
    color: #ffffff;
}

.service img {
    width: 150px;
    height: 150px;
}

.footer-info .button {
    max-width: 150px;
    margin-top: 10px;
    width: 100%;
    padding: 0.5em
}

/*
3.2 Portfolio
***************************************/

.single-project {
    margin-bottom: 30px;background-color:rgba(255,255,255,0.75);
}

.single-project img {
    width: 100%;
}

.project-description {
    padding-right: 20px;
}

.project-description p {
    font-size: 14px;
    padding-left: 0;
    color: #000;
}

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000000;
}

.project-title h3 {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 80%;
}

.project-title .close {
    color: #000;
    margin-top: 10px;
}

.project-title h3 {
    color: #000;
    text-transform: uppercase;text-shadow: 1px 1px 1px #000000;
}

.project-info span {
    color: #000000;
}

label span {
    margin: 0 10px;
}

.project-info {
    color: #000;
    font-weight: 500;
    padding: 0px 0 10px 0;
}

.project-info span {
    width: 150px;
    display: inline-block;
}

.project-info div {
    margin-bottom: 5px;
}

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}

/*
3.3 About
******************************************************************/

.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}

.team .thumbnail:hover .social {
    z-index: 5;
}

.team .thumbnail:hover .social a {
    color: #fff;
}

.team .thumbnail .mask {
    background: #000000;
}

.team .thumbnail .mask h2 {
    margin-top: 20%;
}

.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover h3,
.team .thumbnail:hover .social a:hover {
    color: #181A17;
}

.about-text {
    margin: 1em 2em;
}

@media (max-width: 960px) {
    .about-text {
        margin: 1em
    }
}

.about-text p {
    padding: 0;
    font-size: 16px;
}

/*********************************************************************
                        SKILLS BAR
*********************************************************************/

.skills {
    list-style-type: none;
    position: relative;
    margin: 0px;
}

.skills li {
    margin-bottom: 30px;
    background: #FFF;
    height: 40px;
    padding: 1px;
}

.skills li h3 {
    position: relative;
    font-size: 15px;
    padding: 0;
    margin: 0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}

.skills li .bar {
    height: 40px;
    position: absolute;
    background-color: #000;
}

/*
3.4 Clients
**********************************************************************/

.client-slider img {
    border: 1px solid white;
}

.client-slider img:hover {
    background-color: #000000;
}

.client-nav {
    list-style: none;
    margin-top: 10px;
}

.client-nav li {
    float: left;
    display: block;
    margin-left: 10px;
}

.client-nav li a {
    display: inherit;
    padding: 5px;
    background: #000000;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.client-nav li a:hover {
    background: #181A1C;
}

.testimonial p {
    color: #181A1C;
    background: #000000;
    padding: 15px;
    margin: 0;
}

.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #000000;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial .whopic {
    display: inline-block;
}

.testimonial .whopic img {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    float: left;
}

.testimonial .whopic strong {
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}

.testimonial .whopic small {
    display: block;
    font-size: 12px;
}

.testimonial-text {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
    line-height: 1.3em;
}

/*
3.5 Price table
******************************************************************/

.price-table {
    margin-top: 30px;
    margin-bottom: 80px;
}

.price-column {
    background-color: white;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
    border: 8px solid #fcc603;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main-data h3,
.price-column h3 {
    background-color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 20px;
    margin: 0px;
    font-style: normal;
    font-weight: 500;
}

.info-column h3 {
    font-weight: normal;
    padding: 0 0 0 0;
    position: relative;
    font-size: 2em;
    display: table;
    margin: 30px auto;
}

.flexbckg .info-column h3 {
    font-size: 4em;
}

@media (max-width: 767px) {
    .info-column h3 {
        font-size: 1.5em;
    }
}

.info-column h3:after {
    background-color: #fcc603;
    bottom: -20px;
    content: "";
    position: absolute;
    display: block;
    height: 4px;
    width: 125px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.price-column h3 span {
    font-size: 15px;
    text-transform: none;
    text-transform: uppercase;
    font-weight: normal
}

.price-column ul.list {
    list-style: none;
    margin: 1em;
    text-align: left
}

.price-column .list li {
    text-transform: uppercase;
    color: #000000;
    font-size: 0.8em;
    text-align: center;
}

.price-text {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #181A1C;
    font-weight: normal;
}

/*
3.6 Newsletter
********************************************************************/

.newsletter,
.newsletter h2 {
    color: #D7DDDE;
}

.newsletter .title h2 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.newsletter form {
    text-align: right;
}

.newsletter input {
    margin-top: 10px;
    padding: 15px;
    height: auto;
}

.newsletter button {
    margin: 0 0 0 20px;
}

.newsletter .button-sp:hover,
.newsletter .button-sp:active {
    background-color: #FFF;
    color: #181A1C;
}

/*
3.7 Contact
********************************************************************/

.contact {
    background: #000000;
}

.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}

.contact textarea {
    height: 120px;
}

.contacts,
.contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}

.contacts>li {
    margin-top: 15px;
}

.contacts>li>a {
    color: #fff;
}

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-info p {
    font-weight: normal;
}

.contact-info .icon {
    margin: 10px auto;
    font-size: 30px;
}

.map-wrapper {
    position: relative;
    height: 500px;
}

.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383F;
    left: 0;
    top: 0;
    right: 0;
}

@media (max-width: 767px) {
    .map-wrapper {
        height: auto
    }
    .map-canvas {
        position: relative;
        display: block;
        height: 40vh;
    }
}

.contact .social {
    display: inline-block;
    margin-left: 0;
}

.contact .social li {
    line-height: 32px;
    padding: 10px 10px;
    font-family: 'msm';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}

.contact .social li a {
    color: #fff;
}

.contact .social li a:hover {
    color: #181A1C;
}

.contact-form {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    z-index: 110;
    position: relative;
    margin-top: -25px;
    padding: 20px;
}

.contact-form h3 {
    color: #838589;
    padding-bottom: 20px;
}

.message-btn {
    border: 1px solid #747C89;
    color: #747C89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

.message-btn:hover {
    background-color: #000000;
}

.contact-info {
    text-align: center;
    font-size: 22px;
}

.contact-form p {
    color: #000;
    padding: 5px 0
}

.info-mail {
    width: 60%;
    margin: 10px auto;
    padding: 10px;
    background: #000000;
}

a.info-mail {
    color: #fff;
}

.info-mail:hover {
    background: #000;
}

.black {
    color: #181A1C;
}

/*
3.8 Footer
********************************************************************/

ul.social {
    display: inline-block;
    margin: 0;
    padding: 0 1em
}

.footer .social a {
    margin-top: 5px;
    color: #838383
}

.social i {
    font-size: 1.5em;
    padding: 0 0.35em
}

.footer-info {
    background: #121212;
    padding: 4em 0;
    margin-top: 2em
}

.footer-info ul {
    text-align: left;
    color: #000000;
    margin: 2em;
    list-style: none
}

.footer-info ul li {
    padding-bottom: 0.25em;
}

.footer-info ul a {
    font-size: 0.9em;
    line-height: 0.9em;
    color: #000000;
    text-transform: uppercase;
    font-style: normal
}

.footer-info .news {
    margin-bottom: 3em
}

.footer {
    background: #181A1C;
    text-align: center;
    padding: 25px 0;
    font-size: 0.9em
}

.footer>p {
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 0 1em;
}

.footer a {
    color: #fff;
    font-weight: 300
}

.footer a:hover,
.footer-info a:hover {
    color: #fcc603
}

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    font-size: 20px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    background: #fcc603;
    opacity: 0.85;
}

.scrollup>i {
    position: relative;
    top: 7px;
    color: #fff;
}

.cart .calendar {
    position: absolute;
    left: 1%;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    width: 23%;
}

.cart .date {
    position: absolute;
    padding-left: 0.5em;
    left: 25%;
    font-weight: normal;
    line-height: 2em;
    text-align: left;
    border-left: 1px solid #d7d7d7;
    width: 14%;
}

.cart .time {
    position: absolute;
    padding-left: 0.5em;
    left: 40%;
    text-align: left;
    border-left: 1px solid #d7d7d7;
    width: 16%;
    line-height: 2em
}

.cart .seats {
    position: absolute;
    padding-left: 0.5em;
    left: 55%;
    text-align: left;
    border-left: 1px solid #d7d7d7;
    line-height: 2em
}

.cart .price {
    position: absolute;
    padding-left: 0.5em;
    left: 65%;
    text-align: left;
    border-left: 1px solid #d7d7d7;
    line-height: 2em;
    width: 15%
}

.cart .code {
    position: absolute;
    padding-left: 0.5em;
    left: 80%;
    text-align: left;
    border-left: 1px solid #d7d7d7;
    line-height: 2em
}

.cart .action {
    position: absolute;
    padding-right: 0.5em;
    left: 80%;
    width: 20%;
    text-align: right;
    border-left: 1px solid #d7d7d7;
    line-height: 2em
}

.cart .change {
    position: absolute;
    left: 95%;
    text-align: center;
    border-left: 1px solid #d7d7d7;
    line-height: 2em;
    width: 5%;
    height: 2em
}

.cart .remove {
    max-width: 70px;
    cursor: pointer;
    line-height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart .icon-angle-circled-right,
.cart .icon-cancel-circled {
    font-size: 1.5em
}

#cookies-message.messageBox {
    display: none;
    margin: 0;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.75em;
    line-height: 1.5em;
}

#cookies-message .messageBox_content {
    padding: 1em;
    text-align: left;
}

#cookies-message .button {
    padding: 0 5px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 500
}

.messageBox {
    font-size: 1em;
    line-height: 1em;
    float: left;
    width: 400px;
    position: fixed;
    top: 25%;
    left: 50%;
    margin-left: -200px;
    z-index: 500000;
    border: 6px solid #272727;
}

.messageBox input {
    text-align: center;
    margin: 10px auto;
}

.messageBox .error {
    position: absolute;
    font-size: 0.6em;
    margin-top: -10px;
    text-transform: uppercase
}

.messageBox_content {
    text-align: center;
    color: #000;
    padding: 25px;
    filter: alpha(opacity=90);
    opacity: .9;
    background: #fff;
}

.messageBox_content span {
    color: #fff;
    font-weight: 500;
}

.messageBox_title {
    font-style: normal;
    color: #fff;
    font-weight: 500;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.85);
    text-transform: uppercase;
}

.messageBox_title.logbtn {
    display: inline-block;
    width: 50%;
    cursor: pointer
}

.messageBox_title.active {
    background: #000000;
}

.messageBox_title.error:before {
    font-family: FontAwesome;
    content: "\f071";
    color: #ff0000;
    margin-right: 5px
}

.messageBox_close {
    font-family: "msm";
    position: absolute;
    top: 5px;
    right: 15px;
    width: 1em;
    height: 1em;
    cursor: pointer;
    z-index: 8040;
}

.messageBox_close:before {
    color: #fff;
    font-size: 2em;
    content: '\e81a';
}

.bigBox {
    font-size: 1em;
    line-height: 1em;
    overflow: auto;
    max-height: 95%;
    float: left;
    width: 90%;
    position: fixed;
    top: 5%;
    left: 5%;
    z-index: 500000;
    border: 2px solid #000;
}

.bigBox_content {
    text-align: center;
    color: #000;
    padding: 25px;
    filter: alpha(opacity=90);
    opacity: .9;
    background: #fff;
}

.bigBox_content span {
    color: #fff;
    font-weight: 500;
}

.bigBox_title {
    color: #fff;
    font-weight: 500;
    height: 2em;
    line-height: 2em;
    text-align: left;
    border-bottom: 1px solid #ffffff;
    padding-left: 10px;
    filter: alpha(opacity=95);
    opacity: .95;
    background: #000;
    text-transform: uppercase;
}

.bigBox_title.error:before {
    font-family: FontAwesome;
    content: "\f071";
    color: #ff0000;
    margin-right: 5px
}

.bigBox_close {
    font-family: "msm";
    position: absolute;
    top: 7px;
    right: 15px;
    width: 1em;
    height: 1em;
    cursor: pointer;
    z-index: 8040;
}

.bigBox_close:before {
    color: #fff;
    font-size: 2em;
    content: '\e81a';
}

.bigBox ol {
    text-align: left
}

.bigBox ol li {
    padding-bottom: 1.5em;
}

/*
4 Responsible
********************************************************************/

@media (min-width: 1200px) {
    .thumbnail .more {
        margin-left: -41px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }
    #viewer .dayhours li {
        height: 1.35em ;
    }
}

@media (min-width: 979px) {
    #viewer .dayhours li {
        height: 1.35em ;
    }
    #top-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 979px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .dayhours .free {
        right: 13em;
    }
    .dayhours .amount {
        width: 8.5em;
    }
    #viewer .dayhours {
        font-size: 0.75em
    }
    .highlighted-box {
        margin-top: 5px ;
        padding: 10px 0px
    }
    .highlighted-box h1 {
        font-size: 18px;
    }
    .highlighted-box p {
        margin-top: 0px;
    }
    .button,
    .button:visited,
    .button:focus {
        padding: 10px
    }
    #options .span3 {
        width: 48%;
        display: block;
        float: left;
        margin: 0 1%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav>li>a {
        line-height: 2em;
        vertical-align: middle;
    }
    .section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0px;
        width: 100%;
    }
    .nav-collapse .nav>li>a {
        float: left;
        width: 100%;
    }
    .nav-collapse .nav>li>a.social {
        float: left;
        width: 33.3333%;
    }
    .nav-collapse,
    .nav-collapse.collapse {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        display: inherit;
        background: #000000;
        text-align: center
    }
    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }
    .thumbnail:hover .more {
        margin-top: -20px;
    }
    .newsletter form {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .no_slots {
        margin-right: 0;
    }#options {display:none}
   #options_mobile {display:block}
    .row-fluid .span2.option {
        width: 49%;
        float: left;
        margin-left: 2%
    }
    .row-fluid .span2.option:nth-child(2n-1) {
        margin-left: 0;
    }
    #reservation.main-page .highlighted-box {
        min-height: 100px;
        padding: 5px 0 0 0;
    }
    .section .title h1 {
        font-size: 2.5em;
    }
    .third-section .title p {
        font-size: 18px;
        line-height: 18px;
        padding: 1em 0;
    }
    .section .title {
        margin-bottom: 5px;
    }
    .third-section {
        margin: 0
    }
    .about-text h3 {
        font-size: 18px;
        line-height: 20px
    }
    .about-text p {
        font-size: 14px;
    }
    .price-column h3 {
        padding: 5px 0;
    }
    .price-column .list li {
        padding: 5px 0;
    }
    .price-table {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    hr {
        margin: 10px 0;
    }
    #home {
        min-height: 0px;
        margin: 0
    }
    .main-data {
        padding: 5px;
        ;
        margin: 10px 0;
    }
    #reservation.main-page #options {
        margin-top: 0px
    }
    #viewer .dayhours {
        font-size: 0.6em
    }
    #viewer .dayhours li {
        height: 3em;
        line-height: 1.5em;
        vertical-align: middle
    }
    video,
    #bgvideo {
        display: none
    }
    .responsive-calendar .day a {
        padding: 30% 0 0% 2px;
    }
    .section {
        padding: 30px 10px;
    }
    .info-mail {
        width: 90%;
        padding: 15px 0px;
    }
    .project-description {
        padding-left: 20px;
    }
    .price-column,
    .testimonial {
        margin-top: 30px;
    }
    .cart li {
        height: 2.5em;
        line-height: 2.5em;
    }
    .cart .title_bar {
        height: 2.5em
    }
    .cart .title_bar span,
    .cart .title_bar .remove {
        padding-top: 0;
        margin: 0;
        height: auto;
        line-height: 1em;
        padding-left: 2px;
        font-size: 0.8em
    }
    .cart .calendar,
    .cart .date,
    .cart .time,
    .cart .seats,
    .cart .price {
        padding-left: 2px;
        font-size: 0.8em;
        line-height: 1em;
        height: 2.8em;
        padding-top: 0.3em;
    }
    .cart .remove {
        padding-right: 5px;
        font-size: 1.5em;
        max-width: 30px;
    }
    .cart .allergy {
        max-width: 60px
    }
    #res_cart input,
    #res_cart select {
        padding: 2px;
        font-size: 12px;
    }
    #res_cart span {
        padding-right: 5px
    }
    .messageBox {
        overflow: auto;
        max-height: 95%;
        width: 98%;
        top: 61px;
        left: 1%;
        margin-left: 0px;
        margin-top: 0px;
    }
    .messageBox_content {
        padding: 10px;
    }
    .bigBox {
        overflow: auto;
        max-height: 95%;
        width: 98%;
        top: 5%;
        left: 1%;
    }
    .bigBox_content {
        padding: 10px
    }
    .bigBox ol {
        margin-left: 1em;
    }
}

@media (max-width: 500px) {
    .cart .title_bar span {
        word-break: break-all;
    }
    .dayhours li {
        height: 2em;
        line-height: 2em;
    }
    .dayhours .free {
        right: 10em;
    }
    .dayhours .amount {
        width: 6em;
    }
    button#reserve-confirm,
    button#buy-confirm {
        width: 100%
    }
}

ul.tabs {
    list-style-type: none;
    margin: 5px 0 0 0px;
    padding: 0;
    clear: both;
    overflow: hidden;
}

ul.tabs li {
    float: left;
    text-align: center;
    position: relative;
    width: auto;
    cursor: pointer;
    font-size: 1.15em;
    padding: 8px 70px 3px 10px;
    color: #fff;
    margin-top: 4px;
    margin-bottom: 0;
    border-right: 2px solid #ffffff;
    background: #808080;
    text-transform: uppercase;
    font-size: 1em;
}

ul.tabs li.active {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 5px;
    margin-top: 0
}

ul.tabs li:hover {
    background-color: #000000;
}

ul.tabs li a,
ul.tabs li a:hover,
ul.tabs li.active a {
    color: #ffffff;
    text-decoration: none
}

.tab {
    display: block;
    border: 2px solid #808080;
    overflow: hidden;
    background: none;
    min-height: 50px;
    clear: both;
    padding: 1em;
}

@media (max-width: 767px) {
    .tab {
        padding: 1em 0;
    }
    ul.tabs li {
        padding-left: 5px;
        padding-right: 5px;
    }
}