
#custom-search-input {
    padding: 0;
    width: 600px;
    margin: 20px auto 0;
    position: relative;
}
@media (max-width: 991px) {
    #custom-search-input {
        width: auto;
    }
}
#custom-search-input .search-query {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    font-size: 1rem;
    color: #333;
}
#custom-search-input .search-query:focus {
    outline: none;
}
@media (max-width: 575px) {
    #custom-search-input .search-query {
        padding-left: 15px;
    }
}
#custom-search-input input[type="submit"] {
    position: absolute;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    right: -1px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    top: 0;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #fc5b62;
}
#custom-search-input input[type="submit"]:hover {
    background-color: #ffc107;
    color: #222;
}
@media (max-width: 575px) {
    #custom-search-input input[type="submit"] {
        text-indent: -999px;
        background: #fc5b62 url(/public/vendor/site/img/search.svg) no-repeat center center;
    }
}

.mh50 {
    min-height: 50px;
}
.btn_search {
    background-color: #fc5b62 !important;
    border-color: #fc5b62 !important;
}
.btn_search:hover {
    background-color: #333 !important;
    border-color: #333 !important;
}
.custom-search-input-2 {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
    .custom-search-input-2 {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.custom-search-input-2 input {
    border: 0;
    height: 50px;
    padding-left: 15px;
    border-right: 1px solid #d2d8dd;
    font-weight: 500;
}
@media (max-width: 991px) {
    .custom-search-input-2 input {
        border: none;
    }
}
.custom-search-input-2 input:focus {
    box-shadow: none;
    border-right: 1px solid #d2d8dd;
}
@media (max-width: 991px) {
    .custom-search-input-2 input:focus {
        border-right: none;
    }
}
.custom-search-input-2 select {
    display: none;
}
.custom-search-input-2 .nice-select .current {
    font-weight: 500;
    color: #6f787f;
}
.custom-search-input-2 .form-group {
    margin: 0;
}
@media (max-width: 991px) {
    .custom-search-input-2 .form-group {
        margin-bottom: 5px;
    }
}
.custom-search-input-2 i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    line-height: 50px;
    top: 0;
    right: 1px;
    padding-right: 15px;
    display: block;
    width: 20px;
    box-sizing: content-box;
    height: 50px;
    z-index: 9;
    color: #999;
}
@media (max-width: 991px) {
    .custom-search-input-2 i {
        padding-right: 10px;
    }
}
.custom-search-input-2 input[type="submit"] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    border: 0;
    padding: 0 25px;
    height: 100%;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #08519e;
    margin-right: -1px;
}
@media (max-width: 991px) {
    .custom-search-input-2 input[type="submit"] {
        margin: 20px 0 0 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }
}
.custom-search-input-2 input[type="submit"]:hover {
    background-color: #ed145b;
    color: white;
}
.custom-search-input-2.inner {
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
    .custom-search-input-2.inner {
        margin: 0 0 20px 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.custom-search-input-2.inner-2 {
    margin: 0 0 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
}
.custom-search-input-2.inner-2 .form-group {
    margin-bottom: 10px;
}
.custom-search-input-2.inner-2 input {
    border: 1px solid #ededed;
}
.custom-search-input-2.inner-2 input[type="submit"] {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 10px;
}
.custom-search-input-2.inner-2 i {
    padding-right: 10px;
    line-height: 48px;
    height: 48px;
    top: 1px;
}
.custom-search-input-2.inner-2 .nice-select {
    border: 1px solid #ededed;
}

/* Panel Drop Down */
.panel-dropdown {
    position: relative;
    text-align: left;
    padding: 15px 10px 0 15px;
}
@media (max-width: 991px) {
    .panel-dropdown {
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        height: 50px;
        margin-bottom: 5px;
    }
}
.panel-dropdown a {
    color: #727b82;
    font-weight: 500;
    transition: all 0.3s;
    display: block;
    position: relative;
}
.panel-dropdown a:after {
    font-family: "ElegantIcons";
    content: "\33";
    font-size: 24px;
    font-size: 1.5rem;
    color: #999;
    font-weight: 500;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 0;
    top: -8px;
}
.panel-dropdown.active a:after {
    transform: rotate(180deg);
}
.panel-dropdown .panel-dropdown-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    position: absolute;
    top: 58px;
    left: 0px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    box-shadow: 0 12px 35px 2px rgba(0, 0, 0, 0.12);
    padding: 15px 15px 0 15px;
    white-space: normal;
    width: 280px;
}
.panel-dropdown .panel-dropdown-content:before,
.panel-dropdown .panel-dropdown-content:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: "";
}
.panel-dropdown .panel-dropdown-content:before {
    top: -7px;
    left: 9px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.panel-dropdown .panel-dropdown-content:after {
    left: 10px;
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.panel-dropdown .panel-dropdown-content.right {
    left: auto;
    right: 0;
}
.panel-dropdown .panel-dropdown-content.right:before {
    left: auto;
    right: 9px;
}
.panel-dropdown .panel-dropdown-content.right:after {
    left: auto;
    right: 10px;
}

.panel-dropdown.active .panel-dropdown-content {
    opacity: 1;
    visibility: visible;
}

.qtyButtons {
    display: flex;
    margin: 0 0 13px 0;
}
.qtyButtons input {
    outline: 0;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    width: 50px;
    height: 36px !important;
    color: #333;
    line-height: 36px;
    margin: 0 !important;
    padding: 0 5px !important;
    border: none;
    box-shadow: none;
    pointer-events: none;
    display: inline-block;
    border: none !important;
}
.qtyButtons label {
    font-weight: 500;
    line-height: 36px;
    padding-right: 15px;
    display: block;
    flex: 1;
    color: #727b82;
}

.qtyInc,
.qtyDec {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
    font-size: 1.75rem;
    background-color: #f2f2f2;
    -webkit-text-stroke: 1px #f2f2f2;
    color: #333;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    font-family: "ElegantIcons";
}

.qtyInc:before {
    content: "\4c";
}

.qtyDec:before {
    content: "\4b";
}

.qtyTotal,
.gyqtyTotal {
    background-color: #66676b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
    top: 0;
    left: 2px;
    height: 18px;
    width: 18px;
}

.rotate-x {
    animation-duration: 0.5s;
    animation-name: rotate-x;
}

.gyqtyspan {
    margin-left: 5px;
}


.custom-select-form .nice-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    height: 45px;
    line-height: 42px;
}
.custom-select-form .nice-select:hover {
    border-color: #d2d8dd;
}
.custom-select-form .nice-select:active,
.custom-select-form .nice-select.open,
.custom-select-form .nice-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select-form select {
    display: none;
}


/* Jquery select */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 3px;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    /*white-space: nowrap;*/
    width: auto;
    color: #555;
    padding-top: 2px;
}
.nice-select:hover {
    border-color: #8c8c8c;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 8px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 8px;
}
.nice-select.open:after {
    transform: rotate(-135deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #9e9e9e;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled:after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small:after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-25px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    height: auto;
    max-height: 55vh;
    overflow: auto;
}
.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.nice-select .list::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
.nice-select .list::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid transparent;
    background-clip: padding-box;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.nice-select .list::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.nice-select .list::-webkit-scrollbar-corner {
    background-color: transparent;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 38px;
    list-style: none;
    min-height: 38px;
    outline: none;
    padding-left: 15px;
    padding-right: 26px;
    text-align: left;
    transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}
.nice-select .option.selected {
    font-weight: 500;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}
.no-csspointerevents .nice-select.open .list {
    display: block;
}

#felnott-span, #gyerek-span, #gyerekevek-span{
    float: left;
    margin-right: 5px;
}
#gyerrlab{
    display: none;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px 0.4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-clearfix {
    min-height: 0;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}
.ui-state-disabled {
    cursor: default !important;
}
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-icon {
    width: 16px;
    height: 16px;
}


.booking input {
    font-weight: 500;
    height: 45px;
    margin-left: 15px;
}
.booking input:focus {
    box-shadow: none;
    border: 1px solid #d2d8dd;
}
.booking select {
    display: none;
    height: 45px;
}
.booking .panel-dropdown {
    background-color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 0 10px 5px;
}
@media (max-width: 991px) {
    .booking .panel-dropdown {
        height: inherit;
    }
}
.booking .panel-dropdown .panel-dropdown-content {
    top: 50px;
}
.booking .nice-select .current {
    font-weight: 500;
    color: #6f787f;
}
.booking .custom-select-form .nice-select:active,
.booking .custom-select-form .nice-select.open,
.booking .custom-select-form .nice-select:focus {
    border-color: #d2d8dd;
    outline: 0;
    box-shadow: none;
}
.booking .custom-select-form select {
    display: none;
}
.booking .form-group {
    margin: 0 0 10px 0;
    padding-left: 5px;
}
.form-group .date {
    margin-right: 5px;
}
.form-group .night {
    margin-left: 5px;
    height: 45px;
}
.booking .form-group i {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    font-size: 1.125rem;
    position: absolute;
    background-color: #fff;
    height: 36px;
    top: 1px;
    right: 1px;
    padding-right: 10px;
    display: block;
    margin-left: 20px;
    margin-right: 0px;
    width: 20px;
    box-sizing: content-box;
    line-height: 43px;
    z-index: 9;
    color: #999;
}

.booking .form-group i.icon_lock_alt {
    top: 36px;
}

.custom-select-form .nice-select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    height: 45px;
    line-height: 42px;
}
.custom-select-form .nice-select:hover {
    border-color: #d2d8dd;
}
.custom-select-form .nice-select:active,
.custom-select-form .nice-select.open,
.custom-select-form .nice-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select-form select {
    display: none;
}

#ejszakak{
    display: none!important;
    margin-bottom: 5px;
}

.kereso-ac-program-datum {
    font-size: 10px;
}
.kereso-ac-type {
    clear: both;
    font-size: 12px;
    color: #000;
}
.kereso-ac-concat {
    font-size: 14px;
}
.kereso-ac-count {
    font-size: 12px;
    float: right;
    margin-top: 5px;
    font-style: italic;
}
.kereso-ac-csillag {
    font-weight: 700;
    color: rgba(243, 146, 0, 0.68);
}

li.kereso-ac-kiemelt,
li.kereso-ac-kiemelt-program,
li.kereso-ac-kiemelt-latnivalo {
    background: #f1f1f1;
}
li.kereso-ac-kiemelt-program a {
    color: #459e09;
}
li.kereso-ac-kiemelt-latnivalo a {
    color: #9e2b09;
}
li.kereso-ac-sima-e {
    border-bottom: 1px solid #ddd;
    z-index: 1;
}

.kereso-ac-program-datum {
    color: black;
}
