@font-face {
    font-family: "Glyphicons Halflings";
    font-display: swap;
    src: url("../fonts/GLYPHICONSHalflings-Regular.eot");
    src: url("../fonts/GLYPHICONSHalflings-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/GLYPHICONSHalflings-Regular.woff2") format("woff2"),
        url("../fonts/GLYPHICONSHalflings-Regular.woff") format("woff"),
        url("../fonts/GLYPHICONSHalflings-Regular.ttf") format("truetype"),
        url("../fonts/GLYPHICONSHalflings-Regular.svg#@{icon-font-svg-id}") format("svg");
}
b, strong {
    font-weight: 800;
}
body.pages {
    background: #f4f4f4;
}
header .sticky__logo img{
    width: 200px
}
.btn-brand {
    background-color: #00afaa;
}
.slider-start .bgslider-images{
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 1;
    background-size: contain;
}
nav.horizontal ul .nav-item .nav-link{
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.4px;
    padding: 0 15px;
    position: relative;
}
nav.horizontal ul .nav-item .nav-link:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 1%;
    height: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #be9b65;
    opacity: 0;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
nav.horizontal ul .nav-item .dropdown-menu .nav-link:after {
    bottom: 2px;
    height: 1px;
}
nav.horizontal ul .nav-item .nav-link:hover:after {
    width: 90%;
    opacity: 1;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.nav-link {
    padding: 1rem 1rem;
}
nav.horizontal ul .nav-item .dropdown-menu .nav-link {
    padding: 0 30px;
}
.dropdown-menu .nav-link {
    padding: 1rem 1rem 1rem 2rem;
}
.nav-link i {
    color: #be9b65;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.nav-right a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    width: 1%;
    height: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #ffffff;
    opacity: 0;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.nav-right a:hover:after {
    width: 100%;
    opacity: 1;
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.sticky {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.et_pb_row_3 {
    position: relative;
}
.page-btn {
    position: absolute;
    display: inline-block;
    padding: 18px 45px 14px;
    background-color: #00afaa;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    transition: all 0.3s;
    width: 70%;
    text-align: left;
    z-index: 2;
    bottom: -56px;
    right: 0;
    text-decoration: none;
}
.page-btn:hover {
    background-color: #be9b65;
    text-decoration: none;
}
.pb-7 {
    padding-bottom: 70px;
}
.blue-button-100 .page-btn {
    position: relative;
    width: 100%;
    bottom: auto;
    margin-top: 15px;
    text-align: center;
}
.only-button .page-btn {
    box-shadow: 0px 0px 35px 25px rgba(0, 0, 0, 0.1);
}
.box-button {
    display: inline-block;
    padding: 18px 45px 14px;
    background-color: #00afaa;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    transition: all 0.3s;
    width: auto;
    text-align: center;
    text-decoration: none;
}
.box-button:hover {
    background-color: #be9b65;
    text-decoration: none;
}
.slide-text-box {
    position: absolute;
    width: 50%;
    left: 0;
    top: 47%;
    transform: translate(0, -65%);
}
.slide-text-box h1 {
    color: #00afaa;
    font-size: 42px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 16px;
}
.slide-text-box h3 {
    color: #6d6e71;
    font-size: 32px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 20px;
}
.slide-listtext-box {
    position: absolute;
    background: rgba(255,255,255,0.5);
    font-size: 16px;
    padding: 40px 40px 30px 40px;
    width: 50%;
    left: 0;
    bottom: 0;
    text-align: center;
    border-top-right-radius: 100px;
}
.slide-listtext-box li {
    color: #6d6e71;
    padding-bottom: 15px;
}
.slide-listtext-box li strong {
    color: #be9b65;
    font-weight: 800;
    font-size: 21px;
}
.nav-left {
    width: 20%;
}
.nav-right {
    width: 20%;
}
.nav-center {
    width: 60%;
    display: flex;
    justify-content: center;
}
.sticky.horizontal .sticky__reserv a{
    width:auto;
    height:92px
}
.sticky__reserv a{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:0 15px;
    width:121px;
    height:121px;
    color:#fff !important;
    font-size: 18px;
    text-align:center;
    font-weight:600;
    overflow:hidden
}
.sticky.horizontal .sticky__reserv--blue{
    margin-right:0px;
    background-image:none !important;
    background-color:#00afaa
}
.sticky.horizontal .sticky__reserv--yellow{
    margin-right:0px;
    background-image:none !important;
    background-color:#be9b65
}
.secound-menu {
    position: fixed;
    right: 0;
    top:90px;
    min-width: 200px;
    height: 46px;
    background: #eee;
    z-index: 2;
    border-bottom-left-radius: 90px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.secound-menu ul {
    margin: 18px 15px;
    padding: 0 30px;
}
.secound-menu ul li {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 0 20px 0 20px;
    text-align: center;
    white-space: nowrap;
    line-height: 16px;
    color: #6d6e71;
    float: left;
}
.secound-menu ul li a {
    color: #6d6e71;
}
.secound-menu ul li a:hover {
    color: #be9b65;
    text-decoration: none;
}
.slick-slide img{
    height: 110vh;
    position: absolute;
    right: -100px;
    top: 80px;
}
.img-mobile {
    display: none;
}
.bg-gray {
    background: #e6e7e8;
}

/* UPS area START */
.ups-area {
    display: block;
    padding: 50px 0;
    background: #e6e7e8;
    position: relative;
}
.text-img-area  {
    display: block;
    padding: 50px 0 70px 0;
    background: #e6e7e8;
    position: relative;
}
.text-img-area2 {
    display: block;
    padding: 0px 0 70px 0;
    background: #e6e7e8;
    position: relative;
}
.ups-area .post-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}
.ups-row {
    display: flex;
    flex-wrap: wrap;
}
.ups-50 {
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 26px;
    letter-spacing: 0.5px;
    text-align: center;
    min-height: 200px;
    color: #00afaa;
}
.ups-50 div {

}
.ups-50 strong {
    font-weight: 800;
    font-size: 41px;
    color: #be9b65;
}
.ups-row .ups1:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0px;
    background: #be9b65;
}
.ups-row .ups2:after {
    content: "";
    position: absolute;
    width: 70%;
    height: 1px;
    bottom: 0px;
    background: #be9b65;
}
.ups-row .ups1:before {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    right: 0px;
    background: #be9b65;
}
.ups-row .ups3:before {
    content: "";
    position: absolute;
    height: 70%;
    width: 1px;
    right: 0px;
    background: #be9b65;
}
.video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.video-box:after {
    content: "";
    position: absolute;
    top: -50px;
    left: -100px;
    height: calc(100% + 100px);
    width: 110%;
    background: url(../img/video_play.svg) right;
    background-size: 25%;
    z-index: 0;
    opacity: 0.4;
}
.video-box:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: url(../img/video_play.svg) center no-repeat;
    background-size: 200px;
    z-index: 2;
    transition: all 0.6s;
}
.video-box:hover:before {
    background: url(../img/video_play2.svg) center no-repeat;
    background-size: 260px;
    transition: all 0.6s;
}
.video-box .img-content {
    position: relative;
    width: 450px;
    height: 450px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}
.video-box .img-content:after {
    content: "";
    position: absolute;
    top: 13px;
    height: 426px;
    width: 426px;
    right: 13px;
    border: 5px solid transparent;
    border-top-color: #be9b65;
    border-radius: 50%;
    transition: all 0.6s;
    transform: rotate(-30deg);
    z-index: 2;
}
.video-box:hover .img-content:after {
    transform: rotate(-90deg);
}
.video-box .img-content:before {
    content: "";
    position: absolute;
    top: 13px;
    height: 426px;
    width: 426px;
    left: 13px;
    border: 5px solid transparent;
    border-bottom-color: #00afaa;
    border-radius: 50%;
    transition: all 0.6s;
    transform: rotate(-30deg);
    z-index: 2;
}
.video-box:hover .img-content:before {
    transform: rotate(-90deg);
}
.video-box .img-content img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 460px;
    width: auto;
    max-width: unset;
    transition: all 0.6s;
    z-index: 1;
    opacity: 1;
}
.video-box:hover .img-content img {
    opacity: 0;
    transition: all 0.6s;
}
/* Popup START */
.webdevon-popup {
    cursor: pointer;
}
.wd-popup {
    position: fixed;
    top: 5%;
    padding: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    left: -200px;
    width: 0%;
    margin: 0;
    height: 90%;
    z-index: 99999;
    background: #00afaa;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.wd-popup-in {
    left: 0px;
    width: 86%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}
.wd-popup-body {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
}
.wd-popup .special-rating-area {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
}
.wd-popup .ratings-area2 {
    padding-left: 20px;
    padding-right: 20px;
}
.wd-popup-close {
    position: fixed;
    opacity: 0;
    top: 60px;
    left: -30px;
    cursor: pointer;
    margin: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 20px;
    font-size: 24px;
    color: #ffffff;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.wd-popup-close span {
    font-size: 26px;
    line-height: normal;
    margin-top: -5px;
}
.wd-popup-in .wd-popup-close {
    opacity: 1;
    left: calc(86% - 65px);
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.wd-popup-close:hover {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
    height: auto;
    padding-bottom: 56% !important;
    padding-top: unset !important;
}
.fluid-width-video-wrapper iframe {
    position: absolute;
    top: 10%;
    left: 5%;
    height: 80%;
    aspect-ratio: 16 / 9;
    width: 90% !important;
    border-radius: 20px;
    bottom: 0;
}
.only-title {
    padding: 60px 0 0px;
}
.only-text {
    padding: 60px 0 50px 0;
}
.only-title h2 {
    text-align: center!important;
    font-size: 38px!important;
}
.only-title h2 strong {
    color: #00afaa;
}
.only-title h2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
    width: 150px;
    height: 2px;
    background: #00afaa;
}
.csempe-box p {
    font-size: 24px!important;
    margin: 0!important
}
.csempe-box p strong {
    font-size: 26px!important;
    font-weight: 700!important;
}
.csempe-arany {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background: #fff;
    min-height: 300px;
}
.csempe-arany .post-wrapper {
    background: #be9b65;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}
.csempe-kek {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background: #fff;
}
.csempe-kek .post-wrapper {
    background: #00afaa;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px 20px;
    height: auto;
}
.csempe-szurke {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background: #fff;
    min-height: 300px;
}
.csempe-szurke .post-wrapper {
    background: #bbbbbb;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}
.csempe-kep {
    position: relative;
    display: flex;
    align-items: self-end;
    justify-content: center;
    overflow: hidden;
    min-height: 420px;
}
.csempe-kep .img-content {
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 60px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.csempe-kep .img-content img {
    position: absolute;
    height: 110%;
    max-width: unset!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.csempe-arany2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background: #fff;
    min-height: 250px;
}
.csempe-arany2 .post-wrapper {
    background: #be9b65;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}
.csempe-kek2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background: #fff;
    min-height: 250px;
}
.csempe-kek2 .post-wrapper {
    background: #00afaa;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}
.csempe-szurke2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    background: #fff;
    min-height: 250px;
}
.csempe-szurke2 .post-wrapper {
    background: #bbbbbb;
    color: #fff;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
}
.csempe-kep2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-height: 250px;
}
.csempe-kep2 .img-content {
    position: absolute;
    height: calc(100% - 40px);
    width: calc(100% - 60px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}
.csempe-kep2 .img-content img {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.text-center-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.box-btn {
    position: relative;
    margin-top: 30px;
    display: inline-block;
    padding: 15px 30px;
    border: #fff 3px solid;
    width: calc(100% - 60px);
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.box-btn:hover {
    background: #fff;
    color: #00afaa;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.csempe-kep .box-btn {
    background: #fff;
    color: #00afaa;
}
.csempe-kep .box-btn:hover {
    background: transparent;
    color: #fff;
}
.box-link {
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 30px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.box-link:hover {
    color: #fff;
    text-decoration: none;
}
.box-link:after {
    content: "";
    position: absolute;
    top: -0px;
    width: 15%;
    height: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(255,255,255,0.3);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.box-link:hover:after {
    width: 100%;
    background: rgba(255,255,255,1);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.box-link:before {
    content: "";
    position: absolute;
    bottom: -0px;
    width: 15%;
    height: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(255,255,255,0.3);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.box-link:hover:before {
    width: 100%;
    background: rgba(255,255,255,1);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.text-img-kep {
    position: relative;
}
.text-img-kep .img-content {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.text-img-kep .img-content img {
    position: relative;
}
.text-img-kep p {
    margin: 0 !important;
}
.text-img-kep .box-btn {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding: 50px 30px;
    font-size: 31px !important;
    font-weight: 700 !important;
    margin-top: 0px;
    background: #00afaa;
    border: #00afaa 3px solid;
}
.text-img-kep .box-btn:hover {
    background: #00afaa;
    border: #00afaa 3px solid;
    color: #fff;
}
.text-img-kep .box-btn:after {
    content: "";
    position: absolute;
    top: 30px;
    width: 15%;
    height: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(255,255,255,0.3);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.text-img-kep .box-btn:hover:after {
    width: calc(100% - 60px);
    background: rgba(255,255,255,1);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.text-img-kep .box-btn:before {
    content: "";
    position: absolute;
    bottom: 30px;
    width: 15%;
    height: 3px;
    left: 50%;
    transform: translate(-50%, 0);
    background: rgba(255,255,255,0.3);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.text-img-kep .box-btn:hover:before {
    width: calc(100% - 60px);
    background: rgba(255,255,255,1);
    transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
}
.text-img-box .post-wrapper {
    padding: 60px 30px;
}
.text-img-box h2 {
    font-size: 38px!important;
}
.text-img-box h2 strong {
    color: #00afaa;
}
.text-img-box h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.text-img-box h3 {
    font-size: 32px;
    font-weight: 600;
}
.only-title h3 {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}
.area-pb {
    padding-bottom: 70px;
}
footer .logo {
    display: table;
    margin: 0 auto;
    max-width: 420px;
    width: 100%;
    margin-bottom: -43px;
}
.footer-content-row {
    border-width: 0px 2px 2px;
    border-style: solid solid solid;
    border-color: rgb(230, 231, 232) rgb(230, 231, 232) rgb(230, 231, 232);
    border-image: initial;
    border-top: 0px;
    margin: 10px;
    padding: 50px 30px 30px;
    position: relative;
}
.footer-content-row::before, .footer-content-row::after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: calc(50% - 240px);
    background: rgb(230, 231, 232);
}
.footer-content-row::before {
    left: 0;
}
.footer-content-row::after {
    right: 0;
}
.owl-box {
    padding-bottom: 40px;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.owl-carousel {
    z-index: 1;
}
.owl-box h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #00afaa;
    font-size: 32px!important;
    z-index: 1;
}
.owl-box h3:before {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 150px;
    height: 2px;
    background: #be9b65;
    left: 50%;
    transform: translate(-50%, 0);
}
.owl-wrapper {
    display: flex !important;
}
.owl-wrapper .owl-item {
    height: unset;
    padding: 20px;
}
.owl-wrapper .owl-item .item {
    height: 100%;
    border: 2px #eee solid;
    padding: 20px;
    text-align: center;
}
.owl-wrapper .owl-item .item h4 {
    font-weight: 600;
    color: #00afaa;
}
.owl-wrapper .owl-item .item p {
    padding-top: 20px;
    text-align: center;
}
.customNavigation {
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    z-index: 0;
    top:0;
    left: 0;
}
.owl-prev {
    position: absolute;
    width: 20px;
    height: 72px;
    background: url(../img/prev1.svg) center no-repeat;
    background-size: 100%;
    left: 10px;
    top: calc(50% + 20px);
}
.owl-next {
    position: absolute;
    width: 20px;
    height: 72px;
    background: url(../img/next1.svg) center no-repeat;
    background-size: 100%;
    right: 10px;
    top: calc(50% + 20px);
}
.blog-owl-box .owl-next, .blog-owl-box .owl-prev {
    top: calc(50% - 20px);
}
.numbering-box .post-wrapper {
    position: relative;
    padding: 0 20px
}
.numbering-box h4 {
    position: relative;
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    z-index: 1;
}
.numbering-box h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100px;
    height: 2px;
    background: #00afaa;
}
.numbering-box h1 {
    content: "";
    position: absolute;
    top: -66px;
    left: -10px;
    font-size: 100px;
    color: #ddd;
    z-index: 0;
    margin-bottom: 0;
}
.velemenyek-area {
    position: relative;
    padding-bottom: 20px;
}
.ertekelesek {
    position: absolute;
    right: 50px;
    top: 0px;
    padding: 20px 30px;
    background: #e6e7e8;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 1;
    text-align: center;
    width: 220px;
}
.ertekelesek .csillag_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ertekelesek .five-stars-container {
    display: inline-block;
    position: relative;
    font-family: "Glyphicons Halflings";
    font-display: swap;
    font-weight: 900;
    font-size: 20px;
    text-align: left;
    cursor: default;
    white-space: nowrap;
    color: var(--color-middlegray);
}
.ertekelesek .five-stars-container:before {
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    content: "\e006\e006\e006\e006\e006";
    z-index: 0;
}
.ertekelesek .five-stars-container .five-stars {
    display: block;
    overflow: hidden;
    position: relative;
    background: var(--color-white);
    padding-left: 1px;
}
.ertekelesek .five-stars-container .glyphicon-star:before {
    content: "\e006\e006\e006\e006\e006";
    color: orange;
}
.ul-left-arrow ul li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 30px;
}
.ul-left-arrow ul li:before {
    position: absolute;
    left: 0px;
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #be9b65;
}
.ul-dot-blue ul {
    margin-bottom: 20px;
}
.ul-dot-blue ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}
.ul-dot-blue ul li:before {
    position: absolute;
    left: 0px;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #00afaa;
    font-size: 12px;
}

.ul-h3 ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}

.ul-h3 ul li:before {
    position: absolute;
    left: 0px;
    top: 13px;
    font-family: "Font Awesome 5 Free";
    content: "\f30b";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #00afaa;
    font-size: 16px;
}
.module-cover {
    position: relative;
    background-position: center;
    padding: 500px 0 80px;
    letter-spacing: .03125rem;
    font-size: .9375rem;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    display: block;
    margin-top: 93px;
}
.overlay-background {
    background: rgba(51, 51, 51, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.header-bg1 {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: auto;
    right: 0;
    z-index: 6;
}
.breadcrumbs1_wrapper {
    position: relative;
    background: #fff;
}
.breadcrumbs1 {
    padding: 10px 0 10px;
    font-weight: 400;
    line-height: 18px;
    color: #00afaa;
    font-size: 12px;
    margin-bottom: 0px;
}
.breadcrumbs1 a {
    color: #6d6e71;
    text-decoration: none;
    display: inline-block;
}
.breadcrumbs1 span {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../img/breadcrumbs1.png) 0 0 no-repeat;
    margin: 0 15px;
}
.customul {
    padding-top: 60px;
    padding-bottom: 50px;
}
.colorlib-heading {
    color: #00afaa;
    margin-bottom: 50px;
    text-align: left;
}
.colorlib-heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 2px;
    background: #be9b65;
}
.pages .customul h3, .pages .post-wrapper h3 {
    color: #00afaa;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 30px;
}
.absolute-img .img-content {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.absolute-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tags-area {
    padding: 90px 0 90px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.tags-area h2 {
    font-size: 38px !important;
    color: #fff!important;
}

.tags-area h2:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10px;
    width: 150px;
    height: 2px;
    background: #00afaa;
}
.tags-area .box-button {
    margin-top: 50px;
    box-shadow: 0px 0px 25px 25px rgba(255, 255, 255, 0.5);
}
.tag-box {
    width: 100%;
    height: calc(100% - 30px);
    text-align: center;
    padding: 25px 30px 10px 30px;
    margin: 15px;
    background: rgba(255,255, 255, 0.73);
}
.tag-box h4 {
    color: #00afaa;
    font-weight: 700;
}
.col-md-6 .tag-box {
    background: transparent;
}
.two-button .box-btn {
    width: calc(100% - 20px);
    margin-left: 5px;
    margin-right: 5px;
    font-size: 16px;
    padding: 15px 10px;
}
.wrap-box-area {
    display: block;
    padding: 50px 0 80px 0;
    position: relative;
}
.wrap-box-area h4 {
    color: #be9b65;
    padding-top:30px;
    padding-bottom:10px;
    font-size: 24px;
    font-weight: 600;
}
.wrap-box-area .post-wrapper {
    text-align: center;
    background: #fff;
    border: 3px solid #be9b65;
    padding-bottom: 20px;
    height: 100%;
}
.pages h4 {
    color: #6d6e71;
    padding-top:0px;
    padding-bottom:20px;
    margin-bottom: 0;
    font-size: 21px;
    font-weight: 600;
}
.only-title.gold-title h2 {
    color: #00afaa;
}
.only-title.gold-title h2 strong {
    color: #be9b65;
}
.pt-7 {
    padding-top: 60px!important;
}
.pb-7 {
    padding-bottom: 60px!important;
}
.pt-3 {
    padding-top: 30px!important;
}
.pb-3 {
    padding-bottom: 30px!important;
}
.pages .image-center {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}
.lead__img .bgslider-images {
    background-size: cover;
}
.image-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.img-bg-op-white .image-bg-color {
    padding: 100px 0px;
    background: rgba(255, 255, 255, 0.85);
}
.img-bg-op-black .image-bg-color {
    padding: 100px 0px;
    background: rgba(0, 0, 0, 0.8);
}
.img-fullcontent .absolute-img img {
    height: 100%;
    width: auto;
    max-width: unset;
}
@media(max-width:1279px){
    .slider-start .bgslider-images {
        background-position: right -20% center;
    }
    nav.horizontal ul .nav-item .nav-link {
        font-size: 15px;
        letter-spacing: 0.2px;
        padding: 0 15px 0 8px;
    }
    .box-btn {
        width: 100%;
    }
    .csempe-kep, .csempe-szurke, .csempe-kek, .csempe-arany {
        height: 410px;
    }
    .csempe-kep .img-content img {
        height: 100%;
        width: auto;
        max-width: unset;
    }
    .csempe-box p {
        font-size: 19px !important;
    }
    .csempe-box p strong {
        font-size: 26px !important;
        line-height: 34px;
    }
    .slick-slide img {
        margin-right: -200px;
    }
    .slide-text-box h1 {
        font-size: 42px;
        line-height: 56px;
    }
    .slide-text-box h3 {
        font-size: 32px;
    }
    .slide-listtext-box {
        padding: 40px 40px 30px 40px;
    }
}
@media (max-width:991px){
    .sticky__logo{
        text-align: left;
        width: 100%;
    }
    .nav-center {
        display: none;
    }
    .nav-left {
        width: 60%;
    }
    .nav-right {
        width: 40%;
        justify-content: flex-end;
    }
    header .sticky__logo img {
        margin-left: 30px;
    }
    .slider-start .bgslider-images {
        background-position: right -30% center;
    }
    .slide-text-box h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 12px;
    }
    .slide-text-box h3 {
        font-size: 28px;
    }
    .ups-area {
        padding: 30px 0 50px 0;
    }
    .ups-area .col-md-6 {
        position: relative;
        width: 100%;
        max-width: unset;
        padding-right: 15px;
        padding-left: 15px;
    }
    .ups-area .row {
        flex-direction: column-reverse;
    }
    .ups-box {
        margin-bottom: 20px;
    }
    .video-box {
        padding-top: 60px;
    }
    .video-box:before {
        top: 30px;
    }
    .video-box:after {
        top: 0px;
        left: -50%;
        height: calc(100% + 100px);
        width: 200%;
        background: url(../img/video_play.svg) center;
        background-size: 16%;
    }
    .lead__content {
        padding: 30px 40px 150px;
    }
    .page-btn {
        bottom: 0px;
    }
    .img-mobile {
        display: block;
        height: auto !important;
        width: 80%;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .secound-menu {
        display: none!important;
    }
    .hidden-on-mobile {
        display: none!important;
    }
    .slide-text-box {
        width: 900px;
        height: 900px;
        border-radius: 100%;
        padding-top: 80%;
        top: 0;
        flex-wrap: unset;
        align-items: center;
        background: rgba(255, 255, 255, 0.65);
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .lead__img .bgslider-images {
        min-height: 600px;
        background-size: cover;
        background-position: center;
    }
    .slick-slide img {
        margin-right: unset;
    }
    .slider-start .slick-dots {
        top: 40%;
    }
    .text-img-box, .text-img-kep {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-img-box .post-wrapper {
        padding-right: 10px;
        padding-bottom: 30px;
        padding-left: 10px;
    }
    .m-order-1 {
        order: 1;
    }
    .m-order-2 {
        order: 2;
    }
    .m-order-3 {
        order: 3;
    }
    .absolute-img img {
        position: relative;
    }
    .csempe-kep .img-content img {
        height: auto;
        width: 120%;
    }
    .csempe-arany, .csempe-kek, .csempe-szurke {
        min-height: unset;
        height: auto;
    }
}
@media (max-width:589px){
    .slider-start .slick-dots {
        top: 47%;
    }
    .slide-text-box {
        width: 700px;
        height: 700px;
        top: 10%;
        padding-top: 86%;
    }
    .img-mobile {
        width: 100%;
    }
    .nav-left {
        width: 100%;
    }
    header .sticky__logo img {
        margin-left: 0px;
    }
    .sticky__reserv a {
        font-size: 16px;
        line-height: 20px;
    }
    .sticky__logo {
        text-align: center;
        width: 100%;
    }
    header .sticky__logo img {
        width: 220px;
    }
    .ups-50 {
        font-size: 21px;
    }
    .ups-50 strong {
        font-size: 33px;
    }
    .lead__content:after {
        left: -29%;
        bottom: 50px;
        width: 650px;
        height: 200px;
    }
    .lead__img .bgslider-images {
        min-height: 500px;
    }
    .wd-popup-in {
        width: 100%;
    }
    .wd-popup {
        top: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        padding: 0px;
        height: 100%;
    }
    .wd-popup-body {
        padding-top: 50px;
    }
    .wd-popup-in .wd-popup-close {
        left: calc(50% - 20px);
        top: 20px;
    }
    .img-mobile {
        width: 100%;
        bottom: 140px;
    }
    .slide-listtext-box {
        background: rgba(255, 255, 255, 1);
        font-size: 16px;
        padding: 40px 50px 30px 50px;
        width: 100%;
        border-top-left-radius: 130px;
        border-top-right-radius: 130px;
    }
    .slide-listtext-box li strong {
        font-size: 21px;
    }
    .only-title h2 {
        font-size: 2rem !important;
    }
    .lead__content h1, .lead__content h2 {
        font-size: 28px!important;
    }

    .text-img-box h3 {
        font-size: 26px;
    }
    .text-img-box h2 {
        font-size: 34px !important;
    }
    .area-pb {
        padding-bottom: 0px;
    }
    .text-img-area {
        padding: 60px 0 0px 0;
    }
    .owl-box h3 {
        font-size: 2.0rem !important;
    }

}