@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/*html {*/
/*    scroll-behavior: smooth;*/
/*}*/

body {
    color: #2C3C67;
}

body.transparent {
    background: transparent;
}

.navbar-toggle {
    height: 34px
}

.navbar-nav a {
    font-family: Arial;
}

.navbar-toggle .icon-bar {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -8px
}

textarea {
    resize: vertical
}

.navbar-default .navbar-toggle {
    border: 3px #2c3c67 solid
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #2c3c67
}

.navbar-toggle {
    padding-top: 6px;
    border-radius: 3px
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none
}


.navbar-default {
    background: transparent;
    border: none;
    font-family: 'Open Sans', sans-serif;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    min-height: 100px;
    margin: 0;
}

.navbar-colored {
    background: #2C3C67;
}

.navbar-default .navbar-nav > li > a {
    color: #fff
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background: transparent;
    color: #fff
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2c3c67;
    color: #fff
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -33px;
    background: #2c3c67;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-nav > li > .dropdown-menu.menu_2 {
    margin-top: -29px;
}


#hamburger-menu {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(8, 20, 43, 0.90);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 100;
    text-align: center;
    font-size: 35px;
    padding-top: 40px;
}

#hamburger-menu ul {
    padding-left: 0;
}

#hamburger-menu ul li {
    list-style: none;
}


#hamburger-menu ul li a {
    text-decoration: none;
    color: #fff;
    line-height: 50px;
}

#hamburger-menu.opened {
    width: 100%;
}

#hamburger-menu-toggle {
    position: relative;
    color: #fff;
    font-size: 28px;
    float: left;
    cursor: pointer;
    padding: 32px 5px 0;
}

#hamburger-menu-toggle:hover {
    color: #eb6422;
    text-decoration: none;
}

#hamburger-menu-toggle .hamburger_text {
    font-family: Arial;
    display: inline-block;
    position: absolute;
    top: 32px;
    font-size: 25px;
    left: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000;
}

#hamburger-menu .close-btn {
    position: absolute;
    cursor: pointer;
    color: #ddd;
    top: 0px;
    right: 25px;
    font-size: 60px;
    z-index: 100;
}

.glyphicon-menu-hamburger::before {
    text-shadow: 2px 2px 5px #000;
}


#normal-menu {
}

#normal-menu a.normal-menu-link {
    padding: 0 10px;
    margin-top: 40px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 5px #000;
}

#normal-menu a.normal-menu-link:hover {
    color: #eb6422;
}

#normal-menu a.logo {
    padding: 0 20px !important;
    margin-top: 0;
    margin-bottom: -40px;
}

#normal-menu .lang_desktop {
    margin: 0;
    position: relative;
}

.search-container {
    /*display: block !important;*/
    position: absolute !important;
    right: 160px;
    top: 30px;
    top: 0;
    padding-top: 30px;
    height: 100px;
    font-family: ariel;
}

.search-container .search-input {
    display: none;
    height: 40px;
    border-radius: 10px;
    border: 1px;
    box-shadow: 2px 2px 14px 0px #2c3c67;
    font-size: 20px;
    padding: 0 10px;
    width: 0;
    font-family: Arial;
}

.navbar-nav > li > .dropdown-menu > li > a {
    color: #fff
}

.navbar-nav > li > .dropdown-menu > li > a:hover {
    background: #eb6422
}

.navbar-nav > li > .dropdown-menu .divider {
    background: #eb6422;
    opacity: 0.2
}

.navbar-brand {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    z-index: 2;
    position: relative
}

#normal-menu .lang_desktop a {
    padding: 0 5px;
    display: inline-block;
    margin-top: 33px;
}

#normal-menu .lang_desktop #search i {
    font-size: 33px;
    padding-bottom: 5px;
}

#normal-menu .lang_desktop #search a {
    color: #fff;
}

#normal-menu .lang_desktop #search a:hover {
    color: #eb6422;
}

.fa-search::before {
    text-shadow: 2px 2px 5px #000;
}

#normal-menu .lang_desktop #user i {
    font-size: 35px;
    padding-bottom: 2px;
}

#normal-menu .lang_desktop #user a {
    color: #fff;
}

#normal-menu .lang_desktop #user a:hover {
    color: #eb6422;
}

#normal-menu .lang_desktop #lang a:hover span {
    border: 2px #eb6422 solid;
}

.fa-user::before {
    text-shadow: 2px 2px 5px #000;
}

.top-image {
    position: relative;
    background-size: cover;
    height: 900px;
    margin-bottom: 40px;
}

.top-image .container {
    padding-top: 100px;
}

.top-image .container img {
    max-width: 200px;
}

.top-image .container .text {
    color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px 3px #000;
    font-weight: bold
}

.top-image .fanclub-site-link {
    position: absolute;
    bottom: 170px;
    left: 0;
    right: 0;
    text-align: center;
}

.fanclub-site-link-2 {
    position: fixed;
    bottom: 280px;
    left: 135px;
    right: 0;
    text-align: center;
    z-index: 10000;
    width: 30px;
    height: 300px;
    display: inline-block;
    transform: rotate(-90deg);
}

@media (max-width: 800px) {
    .fanclub-site-link-2 {
        position: fixed;
        bottom: 40px;
        left: -3px;
        width: 30px;
        height: 30px;
        transform: none;
        opacity: 0.9;
    }
}

.fanclub-site-link-2 .btn.btn-orange {
    padding: 1px 25px;
    font-size: 22px;
}

.top-image .fanclub-site-link a, .fanclub-site-link-2 a {
    font-size: 30px;
}

@media (max-width: 1199px ) {
    .top-image .fanclub-site-link {
        bottom: 50px;
    }
}

@media (max-width: 990px ) {
    .top-image .fanclub-site-link {
        bottom: 20px;
    }
}

@media (max-width: 770px ) {
    .top-image .fanclub-site-link {
        bottom: 130px;
    }
}

@media (max-width: 500px ) {
    .top-image .fanclub-site-link {
        bottom: 85px;
    }

    .top-image .fanclub-site-link a {
        font-size: 24px;
    }
}

.events-container {
    min-height: 500px;
    background-size: cover;
    padding-bottom: 50px;
}

.events-container .events-container-title {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 40px 0 30px;
    text-shadow: 2px 2px 5px #312e2e;
}

.events-container .event-box {
    background: #fff;
    padding: 30px 60px;
    opacity: 0.8;
    min-height: 300px;
}

.events-container .event-box .event-box-title {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
}

.events-container .event-box .event-box-content {
    margin-bottom: 30px;
}

.events-container .carousel-indicators {
    bottom: -70px;
}

#events-next {
    padding-top: 90px;
}

.new-offers-container {
    min-height: 500px;
    background-size: cover;
    margin-top: 30px;
}

.main-new-offers-container {
    min-height: 550px;
    margin-top: 0;
}

.main-new-offers-container .main-new-offers-details-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    /* margin: 0 110px; */
    width: 170px;
    margin: auto;
}

.new-offers-container .new-offers-container-layer {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: inherit;
    position: absolute;
}

.new-offers-container .new-offers-container-title {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 40px 0 30px;
    text-shadow: 2px 2px 5px #312e2e;
}

.new-offers-container .new-offers-box {
    background: #fff;
    padding: 30px;
    opacity: 0.9;
    min-height: 300px;
    margin: 15px 0;
    border-radius: 15px;
}

.new-offers-container .new-offers-box .new-offers-box-title {
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
}

.new-offers-container .new-offers-box .new-offers-box-content {
    margin-bottom: 40px;
}

.new-offers-container .carousel-indicators {
    bottom: -70px;
}

.new-offers-container-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

#contact a {
    color: #eb6422;
}

#contact a:hover, #contact a:focus {
    text-decoration: underline;
}

.langs span {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 9999px;
    height: 31px;
    width: 50px;
    display: block;
    border: 2px #fff solid;
    margin: 2px 0 0;
    box-shadow: 2px 2px 5px #000;
}

body {
    background: #eb6422
}

iframe {
    border: none
}

.boxes {
    margin-top: 20px;
    margin-bottom: 40px;
}

.boxes .box {
    position: relative
}

.main-page-units.boxes .box.quby {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 500px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.boxes .box.quby {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    border: 3px #fff solid;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.units-page.boxes .box.quby {
    height: 300px;
    border: 3px #fff solid;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.units-page.boxes h2 {
    margin-top: 0;
}


.events-boxes .box.quby {
    height: 240px;
    border: 3px #fff solid;
    border-radius: 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.carousel-events-page .event-box {
    height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
}

.carousel-events-page .event-box > .image {
    max-width: 100%;
    height: 500px;
    background-size: cover;
}

.carousel-events-page .event-box-text-container {
    position: relative;
    background: #ffffffdb;
    color: #000;
    text-align: center;
    width: 100%;
    padding: 20px 80px;
}

@media (max-width: 767px) {
    .carousel-events-page .event-box-text-container {
        padding: 20px 50px;
    }
}

.carousel-events-page .event-box-text-container .next-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
}

.carousel-events-page .event-box-text-container h2 {
    margin-top: 0;
    color: #2C3C67;

}


.boxes .box img {
    width: 100%;
    margin: 0px auto;
    margin-bottom: 10px;
    border: 3px #fff solid;
    border-radius: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33)
}

.boxes .image-box {
    padding: 3px;
}

.boxes .box .name {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px
}

.boxes .box .tag {
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    padding: 10px 0px;
    color: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    border-radius: 0 0 18px 18px
}

.opinion-text {
    margin: 10px 0;
    border-bottom: 1px solid #c6c6c6;
    padding: 20px;
}

.tag .orange {
    color: #eb6422;
}

#maps {
    margin: 0 !important;
    height: 500px;
}

#maps_content h5 {
    margin-bottom: 0;
}

.maps .container {
    margin-top: 0 !important;
    padding-top: 40px;
}

.circles {
    margin-top: 40px;
    margin-bottom: 30px;
}

.circle {
    background: #ffffff none repeat scroll 0 0;
    border: 6px solid #2e3c66;
    border-radius: 290px;
    height: 215px;
    margin: auto auto 10px;
    overflow: hidden;
    text-align: center;
    width: 215px;
    position: relative;
}

.szallas_hu_container img {
    max-width: 100%
}

.szallas_hu_container {
    background: #ffffff none repeat scroll 0 0;
    margin: 85px auto auto;
    text-align: center;
}

.tripadvisor {
    margin: 42px auto auto 17px;
    text-align: center;
    width: 168px;
}

.TA_excellent img {
    display: none;
}

.tripadvisor_kivalosag {
    background: #ffffff none repeat scroll 0 0;
    margin: 23px auto auto;
    text-align: center;
}

.tripadvisor_kivalosag img {
    max-width: 100%;
}

.itt_jartam_container {
    background: #ffffff none repeat scroll 0 0;
    margin: 78px auto auto;
    text-align: center;
}

.itt_jartam_container img {
    max-width: 90%;
}

.popover-content p {
    margin: 0;
}

.boxes .box {
    color: #000;
    display: block;
    margin-bottom: 30px
}

.boxes .box:hover {
    text-decoration: none
}

.colored {
    color: #eb6422
}

.highbox {
    padding: 10px;
    background: #2e3c66;
    color: #fff
}

.highbox .help {
    font-size: 30px;
    font-weight: 400;
    color: #fff
}

.highbox i {
    color: #eb6422;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    float: left
}

.highbox p {
    clear: both;
    line-height: 30px;
    font-size: 12px
}

.blog .post img {
    margin: 0px auto;
    margin-bottom: 10px;
    border: 3px #fff solid;
    border-radius: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33)
}

.blog .post .title {
    font-size: 30px
}

.blog .post {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid
}

.blog .post a.more {
    font-weight: bold;
    font-size: 12px;
    margin-top: 20px;
    color: #eb6422;
    display: inline-block
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li > a, .pagination > li > span {
    color: #eb6422;
    margin: 10px;
    border-radius: 10px
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #eb6422;
    border-color: #eb6422;
    color: #fff
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #eb6422
}

.form-group label {
    font-weight: normal;
    color: #eb6422;
    color: #2e3c66
}

.form-control {
    border: 1px #ccc solid;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}

.form-control:focus {
    border: 1px #eb6422 solid;
    -webkit-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.1)
}

.slider {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-bottom: 7px #2c3c67 solid;
    box-shadow: 0 1px 3.6px 0.4px black;
    margin-bottom: 30px;
    height: 440px
}

.btn {
    padding: 5px 40px;
    color: #fff;
    background: #2c3c67;
    border-radius: 4px;
    box-shadow: 0 1px 3px black
}

.btn.btn-orange {
    padding: 5px 40px;
    color: #fff;
    /*background-color: #eb6422;*/
    border-radius: 4px;
    box-shadow: 0 1px 3px black;
    background-image: linear-gradient(to right, #F6972DFF, #DA4C28FF);
    border: 0;
    text-transform: uppercase;
}

.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn.no-shadow {
    box-shadow: none
}

.static .title, .static h1 {
    color: #eb6422;
    font-size: 36px;
    font-weight: 700;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 10px
}

.static_new .title, .static_new h1 {
    color: #2e3c66;
    font-size: 32px;
    font-weight: 700;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.static .text {
    font-size: 14px
}

.images img {
    margin: 0px auto;
    margin-bottom: 10px;
    border: 3px #fff solid;
    border-radius: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33)
}

.units .tag {
    font-size: 16px;
    font-weight: bold;
}

.units-container {
    max-width: 100%;
    /*width: 1400px;*/
    width: 100%;
}

.units-container h1 {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 50px;
    color: #fff !important;
    text-shadow: 2px 2px 3px #000;
}

.units-container .units-col {
    padding: 0;
}

.units .units-image-container .tag {
    position: absolute;
    bottom: 0;
    z-index: 100;
    text-align: center;
    display: block;
    width: 100%;
    background: #0006;
    color: #fff;
    font-size: 18px !important;
    padding: 10px;
}

.units .units-image-container a:hover {
    text-decoration: none;
}

.units .btn {
    white-space: normal;
}

.unit img {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
    border-radius: 30px;
}

.unit iframe {
    max-width: 100%;
}

.units a {
    color: #eb6422;
}

.unit-info {
    padding: 0 20px;
    color: #2e3c66;
    font-size: 16px;
}

.unit-info-right {
    text-align: center;
    max-width: 62%;
    float: right;
    padding: 0 20px;
    color: #2e3c66;
    font-size: 16px;
}

.unit-info-left {
    text-align: center;
    max-width: 62%;
    float: left;
    padding: 0 20px;
    color: #2e3c66;
    font-size: 16px;
}

.tag-info-left {
    max-width: 62%;
    left: 0;
    position: absolute;
    bottom: 0;
}

.tag-info-right {
    max-width: 62%;
    right: 0;
    position: absolute;
    bottom: 0;
}

.footer {
    margin-left: -500px;
    margin-right: -500px;
    padding-left: 500px;
    padding-right: 500px;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    background: #eb6422;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.footer .title {
    position: relative;
    color: #233259;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.footer .title:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #2e3c66;
    bottom: -1px;
    left: 0px;
    width: 100%
}

.references .title {
    margin-bottom: 30px;
}

.footer .text {
    font-size: 16px;
    color: #fff
}

.footer .bottom {
    background: #233259;
    color: #fff;
    line-height: 42px;
    padding-top: 40px;
    padding-bottom: 10px
}

.footer .bottom a.fw {
    color: #fff
}

.footer .bottom .icons a {
    display: block;
    margin: 5px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 9999px;
    background: #fff;
    color: #fff;
    font-size: 17px;
}

.footer .fanclub {
    background: #2C3C67;
    color: #eb6422;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid #2C3C67;
    border-bottom: 2px solid #2C3C67;
}

.footer .fanclub .name {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px
}

.footer .fanclub .text {
    font-size: 14px
}

.footer .fanclub .btn {
    margin-top: 50px;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    width: 100%
}

.footer .important {
    background: #2e3c66;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer .important .name {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px
}

.footer .important .text {
    font-size: 14px
}

.footer .important .btn {
    margin-top: 50px;
    padding: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    width: 100%
}

.footer .maps {
    background: #000;
}

#footer-bottom a:hover {
    text-decoration: none;
}

#footer-bottom {
    line-height: 30px;
}

#footer-bottom ul {
    list-style: none;
    margin-bottom: 20px;
}

#footer-bottom i {
    font-size: 25px;
    margin: 0 10px 0 0;
}

#footer-bottom .list-inline > li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

#footer-bottom a:hover {
    color: #eb6422;
}

#footer-bottom .social-text {
    vertical-align: super;
    display: inline-block;
}

#thebox {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    overflow: hidden
}


.content-border {
    background: #fff;
    z-index: -65;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(44, 60, 103, 1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(44, 60, 103, 1);
    box-shadow: inset 0px 0px 5px 0px rgba(44, 60, 103, 1);
}

#thecontent {
    position: relative;
    overflow: hidden;
}

#thecontent.content-margined > .container {
    margin-top: 140px;
}

#thecontent .container.no-margin-top {
    margin-top: 0;
}

.dropdown .dropdown-menu {
    min-width: 174px !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.footer {
    font-weight: bold;
}

.highbox a, .highbox a:hover {
    color: white;
}

.footer a, .footer a:hover {
    color: #fff;
}

#menu-navbar-collapse a {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 16px;
}

.form-style {
    font-size: 14px;
    text-align: center;
}

.form-style input[type="text"] {
    border: 1px solid #dddddd;
    margin-top: 10px;
    padding: 7px;
    width: 70%;
    height: 37px;
}

.form-style.card-activation input[type="text"] {
    margin-top: auto;
}

.form-style select {
    border: 1px solid #dddddd;
    margin-top: 10px;
    padding: 7px;
    width: 20%;
}

.form-style.card-activation select {
    margin-top: auto;
}

.form-style .birthday-caption {
    line-height: 2.5em;
}

.form-style input[type="submit"] {
    border: 1px solid #dddddd;
    padding: 5px 15px;
}

.d-block {
    display: block;
    width: 100%;
}

.form-style.card-activation select {
    display: block;
    width: 100%;
}

.form-style.card-activation input[type="text"] {
    display: block;
    width: 100%;
}

input[name="date"] {
    background-color: #fff !important;
}

.clubcard {
    max-width: 110px;
}


.lang_mobile {
    display: none;
}

#info_modal .btn {
    box-shadow: none;
}

.blockOverlay {
    z-index: 999999999;
}

.navbar-nav > li > .dropdown-menu.dropdown-palacsinta {
    margin-top: -25px;
}

.vidam_kedd {
    background-color: #eb6422;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 20px;
    margin: auto auto 30px;
    padding: 5px;
    text-align: center;
    width: 220px;
}

.vidam_kedd:hover {
    text-decoration: none;
    color: #fff;
}

.staff_image_eq {
    margin-bottom: 10px;
}

.carte-list .category-title {
    color: #eb6422;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.carte-list .category-text {
    line-height: 18px;
    font-size: 12px;
}

.carte-list .lcartes {
    border-bottom: 1px #f2f2f2 solid;
    margin-top: 15px;
}

.carte-list .lcarte {
    border-top: 1px #f2f2f2 solid;
    padding-top: 7px;
    padding-bottom: 6px;
}

.carte-list .lcarte:hover {
    background: #f2f2f2;
    cursor: pointer;
}

.carte-list .lcarte img {
    width: 100%;
    padding-right: 10px;
}

.carte-list .lcarte .labels {
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

.carte-list .lcarte .labels img {
    height: 18px;
    width: auto;
}

.carte-list .lcarte .title {
    padding: 0px;
    margin: 0px;
    color: #333;
    line-height: 20px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carte-list .lcarte .text {
    color: #7f7f7f;
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.carte-list .lcarte .text p {
    padding: 0px;
    margin: 0px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carte-list .lcarte .price {
    color: #7f7f7f;
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.carte-list .carte {
    position: relative;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 3px 2px 5px #b7b1b1;
    border-radius: 30px;
}

.carte-list .carte .data {
    /*position: absolute;*/
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-bottom: 15px;
    padding-top: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eb6422ba), to(#eb6422));
    background: -moz-linear-gradient(top, #eb6422ba, #eb6422);
    background: linear-gradient(top, #eb6422ba, #eb6422);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eb6422ba', endColorstr='#eb6422');
    border-radius: 0 0 30px 30px;
}

.carte-list .carte img {
    width: 100%;
    border-radius: 30px 30px 0 0;
}

.carte-list .carte .labels {
    position: absolute;
    bottom: 6px;
    right: 10px;
}

.carte-list .carte .labels img {
    height: 18px;
    width: auto;
}

.carte-list .carte .title {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    line-height: 20px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.carte-list .carte .text {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.carte-list .carte .text p {
    margin: 0px;
    padding: 0px;
    display: block;
}

.carte-list .carte .price {
    margin: 0px;
    padding: 0px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
    line-height: 18px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.cartey .image {
    width: 100%;
}

.cartey .labels img {
    height: 18px;
    width: auto;
}

.cartey .text {
    color: #7f7f7f;
    line-height: 18px;
    font-size: 14px;
    padding: 5px;
    padding-bottom: 0px;
}

.cartey .price {
    color: #7f7f7f;
    line-height: 18px;
    font-size: 14px;
    padding: 5px;
}

.cartey .labels span {
    background: #f2f2f2;
    color: #7f7f7f;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

#carteModal .btn.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
    border-radius: 0px;
}

#carteModal .modal-body.loading {
    background: url('../image/wave.gif') no-repeat center center;
    padding: 30px;
}

#carteModal .modal-footer, #carteModal .modal-header {
    border: none;
}

#carteModal .modal-footer {
    padding-top: 0px;
}

#carteModal .modal-header {
    padding-bottom: 0px;
}

.social-icons {
    position: fixed;
    bottom: 5px;
    right: 10px;
}

#reservation .inline input, #reservation .inline p {
    display: inline;
}

/*social ikons color*/
/*.fa-facebook {
    color: #fff;
}

.fa-instagram {
    color: #fff;
}

.fa-pinterest {
    color: #fff;
}

.fa-youtube {
    color: #fff;
}

.fa-tripadvisor {
    color: #fff;
}*/

/*
menü fix
 */

.navbar .navbar-default {
    background: #eb6422;
    height: 90px;
}

.navbar-right {
    margin-right: 15px;
    margin-left: 0px;
}

.dropdown.active > a {
    padding-bottom: 52px !important;
}

.full-width-video {
    width: 100%;
    position: relative;
}

.full-width-video iframe {
    width: 100%;
    height: 840px;
}

/*
Fan CLub becsúszós
 */
#fan_club {
    position: fixed;
    top: 30%;
    left: 0;
    background: #2c3c67;
    padding: 10px 30px 10px 5px;
    border-top: 3px solid #eb6422;
    border-bottom: 3px solid #eb6422;
    cursor: pointer;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

#fan_club:hover {
    padding: 10px 30px 10px 25px;
}

#fan_club img {
    max-width: 100%;
}

#fan_club .glyphicon {
    position: absolute;
    top: 65px;
    right: 8px;
    color: #eb6422;
    font-size: 20px;
}

/* products */

.products-container .img-thumbnail {
    border: 3px #fff solid;
    border-radius: 30px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.33);
}

.products-container .product-category-description {
    font-size: 18px;
    margin-bottom: 20px;
}

.products-container .click_for_picture {
    margin-bottom: 20px;
    cursor: default;
    white-space: normal;
}

.products-container .products-category-description-with-subcategory {
    font-size: 18px;
    margin-top: 40px;
}

.products-container .product-container-title {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 40px 0 30px;
    text-shadow: 2px 2px 5px #312e2e;
}

#products-container-image {
    background-position: center;
    height: 550px;
    -webkit-transition: background-image 1s ease-in-out;
    transition: background-image 1s ease-in-out;
}

.products-main-category {
    position: relative;
}

.products-main-category-list {
    list-style: none;
    position: absolute;
    top: -60px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: rgba(46, 60, 102, 0.9);
    text-align: center;
}

.products-main-category-list li {
    display: inline-block;
    padding: 20px 20px;
    margin-bottom: 0;
    float: none;
}

.products-main-category-list li.active a {
    background-color: unset !important;
    color: #fff !important;
    border: none !important;
}

.products-main-category-list li a {
    color: #fff !important;
    text-decoration: none !important;
    background-color: unset !important;
    border: none;
}

.products-main-category-list li a:hover, .products-main-category-list li.active a:hover, .products-main-category-list li.active a:focus {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    background-color: unset !important;
    cursor: pointer;
}

.products-sub-category-list {
    list-style: none;
    font-weight: bold;
    /*width: 100%;*/
    margin: 0;
    padding: 0 20px;
    text-align: center;
    background: rgba(46, 60, 102, 0.7);
}

.products-sub-category-list li {
    display: inline-block;
    padding: 20px 20px;
}

.products-sub-category-list li a {
    color: #fff;
    text-decoration: none;
}

.products-sub-category-list li a:hover {
    color: #2e3c66;
    text-decoration: none;
}

.products-list {
    margin-bottom: 30px;
}

.product-name {
    font-weight: bold;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.product_description_short {
    margin-bottom: 5px;
}

.product_description_short p {
    margin: 0;
}

.product-name-no-price {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.product-name::after {
    content: "....................................................";
}

.prduct-image {
    position: absolute;
    top: -170px;
    left: 0px;
    width: 240px;
    display: none;;
    border: 1px solid #eb6422;
    border-radius: 20px;
    z-index: 999;
}

.product_tag {
    width: 30px;
    margin-bottom: 10px;
}


.footer .important {
    background: #fff;
    color: #2e3c66;
    padding-top: 0;
    padding-bottom: 20px;
}

.footer .important .name {
    font-size: 24px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 5px;
}

.important-notices-list {
    list-style: none;
    background: #2e3c66;
    color: #fff;
    font-weight: bold;
    width: 100%;
    margin: 0;
    padding: 0 20px;
    border: none;
    opacity: 0.9;
}

.important-notices-list li {
    display: inline-block;
    padding: 20px 20px;
    margin-bottom: 0;
    float: none;
}

.important-notices-list li a {
    color: #fff !important;
    text-decoration: none !important;
    background-color: unset !important;
    border: none;
}

.important-notices-list li a:hover, .important-notices-list li.active a:hover, .important-notices-list li.active a:focus, .nav-tabs.important-notices-list > li.active > a {
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    background-color: unset !important;
    cursor: pointer;
}

.footer .important .text {
    font-size: 14px;
}


@media (min-width: 1200px) {
    .navbar-nav {
        float: left;
        margin: 0px 0 0 250px;
    }
}

@media (max-width: 1199px) {
    .navbar-nav {
        float: left;
        margin: 0px 0 0 180px;
    }

    .top-image {
        background-size: cover;
        height: 660px;
    }
}

@media (max-width: 990px) {
    .navbar-header {
        float: none
    }

    .navbar-toggle {
        display: block
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 100px
    }

    .navbar-text {
        float: none;
        margin: 15px 0
    }

    .navbar-collapse.collapse.in {
        display: block !important
    }

    .collapsing {
        overflow: hidden !important
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    #fan_club {
        display: none;
    }

    .top-image {
        background-size: cover;
        height: 510px;
    }

    .unit-info-right {
        max-width: 100%;
        float: none;
        padding: 0 20px 20px 20px;
    }

    .unit-info-left {
        max-width: 100%;
        float: none;
        padding: 0 20px 20px 20px;
    }

    .tag-info-right {
        max-width: 100%;
    }

    .tag-info-left {
        max-width: 100%;
    }
}

@media (min-width: 991px) {
    .navbar-nav > li > a {
        padding-top: 55px;
        padding-bottom: 0;
        position: relative
    }

    .navbar-nav.langs > li > a {
        padding-bottom: 65px;
    }

    .navbar-nav > li.dropdown {
        float: left;
        z-index: 200;
    }

    .navbar-nav > li.dropdown.active {
        float: left;
        z-index: 0;
    }

    .navbar-nav > li.dropdown:hover {
        z-index: 2147483647;
    }

    .navbar-nav > li.dropdown:hover > a {
        background-color: #2c3c67;
    }
}

@media (max-width: 770px) {
    .navbar-default {
        background: #2C3C67;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff
    }

    .top-image {
        background-size: cover;
        height: 330px;
    }

    .top-image .container {
        display: none;
    }
}

@media (max-width: 500px) {
    .picker__box {
        padding: 10px !important;
    }

    .top-image {
        background-size: cover;
        height: 230px;
    }
}

@media (min-width: 770px) and (max-width: 992px) {
    #hamburger-menu-toggle .hamburger_text {
        display: none;
    }
}

@media (max-width: 1199px) {
    #menu-navbar-collapse a {
        font-size: 15px;
    }

    .search-container .search-input {
        max-width: 250px;
    }

    .navbar-nav > li > a {
        padding-top: 35px;
    }

    .dropdown.active > a {
        padding-bottom: 35px !important;
    }

    #normal-menu a.normal-menu-link {
        padding: 0 10px;
        font-size: 17px;
    }
}

@media (max-width: 1400px) {
    #fan_club {
        padding: 10px 0 10px 5px !important;
    }

    #fan_club img {
        max-width: 50% !important;
    }

    #fan_club .glyphicon {
        top: 32px !important;
    }
}

@media (max-width: 991px ) {
    .form-style .birthday-caption {
        display: block;
        margin-top: 10px;
    }

    .form-style select {
        width: 26%;
    }

    .form-style input[type="text"] {
        width: 80%;
    }

    #menu-navbar-collapse a {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    #menu-navbar-collapse .logo {
        display: none;
    }

    .content-border {
        top: 20px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .form-style select {
        width: 19.3%;
    }
}

@media (max-width: 992px) {
    #normal-menu a.logo {
        padding: 0 0 !important;
        margin-top: 0;
        margin-bottom: -40px;
    }

    .search-container .search-input {
        max-width: 160px;
    }

    .lang_mobile {
        float: right !important;;
        margin: 0 10px 0 0;
        display: inline-block;
    }

    .lang_mobile li {
        display: inline-block;
    }

    .lang_mobile li a {
        padding: 10px 5px;
    }

    .navbar-nav {
        float: left;
        margin: 0 0 0 5px;
    }

}

@media (min-width: 991px) {
    .content-border {
        top: -40px
    }

    #thebox {
        margin-bottom: -40px
    }
}

@media (max-width: 770px) {
    .navbar-default {
        min-height: 0;
    }

    #thecontent.content-margined > .container {
        margin-top: 30px;
    }

    #hamburger-menu-toggle {
        font-size: 35px;
        padding: 7px 0;
    }

    #hamburger-menu-toggle:hover {
        color: #fff;
    }

    #hamburger-menu-toggle .hamburger_text {
        display: inline-block;
        position: absolute;
        top: 9px;
        font-size: 30px;
        left: 45px;
    }

    .search-container, #search {
        display: none !important;
    }

    #thecontent {
        margin-top: 59px;
    }

    #normal-menu a.normal-menu-link {
        display: none;
    }

    .navbar-nav {
        float: left;
        margin: 0px 0 0 5px;
    }

    #normal-menu .lang_desktop {
        float: right;
    }

    #normal-menu .lang_desktop #search i {
        font-size: 27px;
    }

    .nav > li > a > img {
        width: 110px;
    }

    #normal-menu .lang_desktop a {
        padding: 13px 5px 0;
        margin-top: 0;
    }

    #normal-menu .lang_desktop #lang a:hover span {
        border-color: #fff;
    }

    #normal-menu .lang_desktop #user a:hover {
        color: #fff;
    }

    .content-border {
        margin-top: 32px;
    }

    #hamburger-menu {
        font-size: 25px;
    }

    #hamburger-menu ul li a {
        line-height: 40px;
    }
}

@media (max-width: 767px ) {
    .clubcard {
        max-width: 100%;
    }

    #thecontent {
        margin-top: 60px;
        overflow: hidden;
        position: relative;
    }

    .slider {
        display: none;
    }

    #menutab_plugin_iframe {
        width: 100%;
    }
}

@media (min-width: 771px ) {
    .hamburger-menu-main {
        display: none;
    }
}

/* mobilon a tabok vízszintes görgethetősége */
@media (max-width: 1200px ) {
    .nav-tabs {
        display: inline-flex;
        overflow-x: auto;
        -ms-overflow-style: none; /*// IE 10+*/
        overflow: -moz-scrollbars-none; /*// Firefox*/
    }

    .important-notices-list {
        display: inline-block;
    }


    .nav-tabs > li > a::after {
        content: "";
        height: 2px;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 1px;
        transition: all 250ms ease 0s;
        transform: scale(0);
    }

    .nav-tabs > li.active > a::after,
    .nav-tabs > li:hover > a::after {
        transform: scale(1);
    }

    .nav-tabs::-webkit-scrollbar {
        display: none; /*Safari and Chrome*/
    }

    .products-container .products-main-category {
        padding: 0;

    }

    .products-container .products-main-category .row {
        margin: 0;
    }


    .products-main-category-list li a {
        display: flex;
        width: max-content;
    }

    .products-container .products-sub-category-list {
        display: flex;
        overflow-x: auto;
        padding: 0;
        -ms-overflow-style: none; /*// IE 10+*/
        overflow: -moz-scrollbars-none; /*// Firefox*/
    }

    .products-container .products-sub-category-list::-webkit-scrollbar {
        display: none;
    }

    .products-sub-category-list li a {
        display: flex;
        width: max-content;
    }
}

