/*
				GLOBAL
*/
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background-color: #fff;
    color: #595959;
}

body.hasTopAlert {
    padding-top: 77px;
}

p {
    font-size: 16px;
}

button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.loginAlert {
    position: fixed;
    top: 140px;
    right: 15px;
    width: 350px;
    z-index: 9999;
}

.w-100{
    width: 100%;
}

.mw-100{
    max-width: 100%;
}

.p-relative{
    position: relative;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.flex-column {
    flex-direction: column;
}

.mt-0{
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-90{
    margin-bottom: 90px !important;
}

/*
				BOOTSTRAP + OLD CUSTOM OVERRIDE
*/
.btn {
    padding: 14px 40px !important;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-radius: 30px;
    background: transparent;
}

.btn-success {
    background-color: #ABCC50;
    border-color: #ABCC50;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #80a910;
    border-color: #80a910;
}

.btn-orange {
    color: #fff;
    background-color: #F08B52;
    border-color: #F08B52;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    border-color: #F08B52;
}

.btn.btn-outline {
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.btn-success.btn-outline {
    border-color: #ABCC50;
    color: #ABCC50;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:hover,
.btn-success.btn-outline.active {
    border-color: #ABCC50;
    background-color: #ABCC50;
    color: #fff;
}

.btn-orange.btn-outline {
    border-color: #F08B52;
    color: #F08B52;
}

.btn-orange.btn-outline:hover,
.btn-orange.btn-outline:focus,
.btn-orange.btn-outline:hover {
    border-color: #F08B52;
    background-color: #F08B52;
    color: #fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
    color: #232323;
}

h2, .h2 {
    font-size: 35px;
}

.modal-backdrop {
    opacity: 0.8 !important;
}

.folyamat .step,
.blogContent .blogItem h2,
.blogSubContent .blogTxtBottom h2 {
    font-family: 'Kaushan Script', cursive;
}

.contentTop {
    padding-top: 120px;
}

.responsiveVideo {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0 0 56.25% 0;
}

.responsiveVideo video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .85);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.loader.show {
    opacity: 1;
    pointer-events: all;
}

.loader svg {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -70px;
}


/*
				NAV
*/
.navbar-default {
    background-color: rgba(76, 177, 187, 0)
}

.navbar {
    position: fixed;
}

.navbar .colLogo {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar ul {
    width: 100%;
    text-align: right;
}

.navbar ul li {
    float: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.navbar ul li.dropdown {
    margin-right:10px;
    position: relative;
}
.navbar ul li.dropdown:after {
    content: '';
    background: url("../img/dd.svg") no-repeat;
    background-size: contain;
    width: 9px;
    height: 5px;
    display: block;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar ul li a {
    padding-right: 5px;
    padding-left: 5px;
}

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

.navbar .btn-outline {
    margin: -2px 0 0 0;
    padding: 7px 16px !important;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #232323;
}

.navbar .navCartBtn {
    font-size: 20px;
}

.navbar .navCartBtn sup {
    position: absolute;
    top: 2px;
    right: -6px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #E20057;
    border-radius: 11px;
}

.navbar .btn-success.btn-outline {
    border-color: #fff;
}

.navbar-default .navbar-toggle {
    border: none;
}

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

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:not(.collapsed) {
    background-color: #4CB1BB;
    border-color: #4CB1BB;
}

.hasMTop .navbar-collapse.collapse {
    margin-bottom: 0;

    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.hasMTop .navbar-collapse.collapse.in {
    margin-bottom: 90px;
}

.navbar .dropdown-menu {
    padding: 0;
    background-color: #4CB1BB;
    border: none;
    min-width: 240px;
}

.navbar .loggedInDropdown .dropdown-menu {
    right: 0;
    left: auto;
    width: 200px;
}

.navbar .dropdown-menu li {
    display: block;
    text-transform: none;
}

.navbar .dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    color: #fff;
}

.navbar .dropdown-menu li a:hover {
    color: #232323;
}

@media only screen and (min-width: 1200px) and (max-width: 1250px) {
    #navbar-collapse .navWr > div.colLogo {
        padding-left: 0 !important;
    }

    navbar-form, .toggleSearch {
        margin-left: 0 !important;
    }
    .navbar ul li a {
        padding-right: 3px !important;
        padding-left: 3px !important;
    }
}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-bottom: 0;
    }

    .navbar:not(.navbar-black) .navbar-collapse {
        background-color: #4CB1BB;
    }

    .navbar-black .navbar-collapse{
        background-color: #4CB1BB !important;
    }

    .navbar-collapse .navbar-nav {
        margin-bottom: 5px;
    }

    .navbar .colLogo {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar ul {
        text-align: center;
    }

    .navbar ul li {
        display: block;
    }

    .navbar-header {
        position: fixed;
        width: 100%;
    }

    .searchbar.active {
        display: block !important;
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    .navbar-collapse .navbar-nav {
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .navbar ul li a {
        padding-right: 4px;
        padding-left: 4px;
    }

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

    .viki-wrapper{
        position: absolute;
        bottom: 0;
        right:0;
    }
}

@media (min-width: 992px) {
    .hasMTop .navbar-collapse.collapse.in {
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-nav {
    }

    .navbar {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

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

    .navbar .loginBtn {
        margin: 0 5px 0 0;
    }

    .navbar .btn-success.btn-outline {
        margin: 4px 0 0 5px;
        padding: 8px 20px !important;
    }

    .navbar-default,
    .navbar .navbar-nav,
    .navbar .colLogo,
    .navbar .colLogo img {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .navbar .colLogo {
        padding-left: 30px;
        text-align: left;
    }

    .navbar .colLogo img {
        height: 70px;
        width: auto;
    }

    .navbar.scrolledDown,
    .navbar.scrolledDown.navbar-black {
        background-color: rgba(76, 177, 187, .9);
    }

    .navbar.scrolledDown .navbar-nav {
        margin-top: 10px;
    }

    .navbar.scrolledDown .colLogo {
        padding: 10px 15px 10px 30px;
    }

    .navbar.scrolledDown .colLogo img {
        height: 50px;
    }
}

@media (min-width: 1200px) and (max-width: 1267px) {
    .nnRight li a {
        font-size: 12px;
    }
}

@media (min-width: 1500px) {
    .navbar ul li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

.navbar-default .navbar-toggle {
    background-color: #4CB1BB;
}

.navbar-black {
    background-color: #4CB1BB;
}

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

.navbar-black.navbar-default .navbar-toggle:hover, .navbar-black.navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #fff;
}

.navbar-black.navbar-default .navbar-toggle:hover .icon-bar, .navbar-black.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #4CB1BB;
}

.topAlert {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 3;
    text-align: center;
    font-weight: 600;
    color: #232323;
    background-color: rgba(255, 255, 255, .9);
}

.topAlert span {
    display: block;
    padding: 0 15px 15px 15px;
}

.topAlert .btn {
    padding: 10px 20px !important;
    font-size: 14px;
}

.topAlert .close {
    font-size:48px;
    color: #3a3a3a;
}

@media (min-width: 768px) {
    .topAlert span {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .topAlert {
        top: 130px;
    }
}

.navbar-form {
    width: calc(100% - 50px);
}

.navbar-form .form-group {
    display: block;
    width: 100%;
    position: relative;
}

.navbar-form .form-group i {
    position: absolute;
    top: 9px;
    left: 10px;
    color: #232323;
}

.navbar-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 0 15px 0 30px;
    font-size: 14px;
    font-weight: 400;
    color: #232323;
    border: none;
    border-radius: 17px;
    background-color: rgba(255, 255, 255, .5);
}

.navbar-form .form-group .form-control::-webkit-input-placeholder {
    color: #232323 !important;
}

.navbar-form .form-group .form-control::-moz-placeholder {
    color: #232323 !important;
}

.navbar-form .form-group .form-control:-ms-input-placeholder {
    color: #232323 !important;
}

.navbar-form .form-group .form-control:-moz-placeholder {
    color: #232323 !important;
}

.navbar-form .form-group .form-control::placeholder {
    color: #232323 !important;
}

@media (min-width: 1200px) {
    .navbar-form {
        padding-right: 0;
        padding-left: 4px;
    }

    .navbar-form .form-group i {
        color: #fff;
    }

    .navbar-form .form-group .form-control {
        color: #fff;
    }

    .navbar-form .form-group .form-control::-webkit-input-placeholder {
        color: #fff !important;
    }

    .navbar-form .form-group .form-control::-moz-placeholder {
        color: #fff !important;
    }

    .navbar-form .form-group .form-control:-ms-input-placeholder {
        color: #fff !important;
    }

    .navbar-form .form-group .form-control:-moz-placeholder {
        color: #fff !important;
    }

    .navbar-form .form-group .form-control::placeholder {
        color: #fff !important;
    }
}

@media (min-width: 1500px) {
    .nnRight {
        padding-right: 40px;
    }
}


/*
                SEARCH
*/
.searchContent.blogContent .blogList .blItem small {
    margin-top: 15px;
}


/*
                FOOTER
*/
footer h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

footer .partners {
    padding-top: 30px;
}

footer .partners .partnerList a,
footer .partners .partnerList a img {
    max-height: 90px;
}

.fLinksWr {
    background-color: #3A4759;
}

.fLinksWr * {
    color: #fff !important;
}

.fLinksWr .flGrid {
    display: grid;
}

.fLinksWr .fSocial {
    margin: 30px 0;
    text-align: center;
}

.fLinksWr .fSocial a {
    display: inline-block;
    margin: 0 10px 10px 0;
}

@media (min-width: 992px) {
    .fLinksWr .flGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .fLinksWr .fSocial {
        margin: 40px 0 0 0;
        text-align: left;
    }
    .apron{
        position: relative;
        left: -60px;
        transform: scale(1.1);
    }
}

.sz2020 {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 900;
}


/*
				HOME
*/
.homeTop {
    position: relative;
    padding: 0 0 46% 0;
    background: #fff url('/img/home-slide-1.png') top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.homeTop .txtOverlay {
    position: absolute;
    top: 17vw;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.homeTop .txtOverlay .btn-outline:hover {
    background: #fff;
    color: #000;
}

.homeTop .txtOverlay p {
    font-size: 1vw;
    font-weight: 600;
}

.homeTop .txtOverlay h1 {
    margin: 3vw 0 3vw 0;
    font-size: 5.15vw;
    color: #fff;
    line-height: 0.5;
}

.homeTop .txtOverlay h1 span {
    font-size: 3.1vw;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.homeTop .txtOverlay .btn {
    display: inline-block;
    font-size: 1vw;
    font-weight: 600;
    color: #fff;
    margin: 0 12.5px;
    -webkit-box-shadow: -4px 7px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -4px 7px 7px 0px rgba(0,0,0,0.3);
    box-shadow: -4px 7px 7px 0px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 1200px) {
    .homeTop .txtOverlay .btn {
        font-size: 14px;
    }
}

.right-buttons {
    position: absolute;
    left: 15px;
    bottom: 0;
}

.homeTop .txtOverlay .right-buttons .btn {
    margin: 15px 0;
    display: inline-block;
    border-radius: 35px;
    padding: 10px 40px 10px 20px !important;
    text-align: left;
}

@media only screen and (max-width: 1600px) {
    .right-buttons {
        bottom: 0;
    }
}

.homeTop .txtOverlay .right-buttons .btn-light {
    background-color: #fff;
    border-color: #fff;
    color: #232323;
}

.homeTop .txtOverlay .right-buttons .btn-danger {
    background-color: #E13D61;
    border-color: #E13D61;
}

.homeTop .carousel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.homeTop .carousel .carousel-inner .item {
    padding: 0 0 55% 0;
}

.homeTop .carousel .carousel-indicators {
    z-index: 11;
}

.homeTop .carousel .carousel-indicators li {
    width: 14px;
    height: 14px;
    border-width: 2px;
}

@media (min-width: 992px) {
    .homeContent {
        top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) {
    .homeContent {
        top: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .homeTop .txtOverlay {
        top: 14vw;
    }

    .homeTop .txtOverlay p {
        font-size: 1vw;
    }

    .homeTop .txtOverlay h1 {
        margin: 2vw 0 3.65vw 0;
    }
}

.bigBtns a {
    display: block;
    padding: 5vw 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

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

.bigBtns a svg {
    display: block;
    margin: 0 auto 20px auto;
    height: 3.125vw;
    min-height: 60px;
    width: auto;
}

.bigBtns a svg * {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.bigBtns a small {
    display: block;
    margin-top: 2vw;
    text-transform: none;
}

.bigBtns a.bbEbook {
    background: url('/img/ebook.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bigBtns a.bbRec {
    background: url('/img/recommendation.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bigBtns a.bbKitchen {
    background: url('/img/kitchen.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bigBtns a.bbBlog {
    background: url('/img/vip.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*
.bigBtns a.bbBlog:before {
    content: ' ';
    background: url('../img/new_label.png') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 72px;
    position: absolute;
    left: 20px;
    top: 0;
}
 */
@media only screen and (max-width: 576px){
    .bigBtns a.bbBlog:before, .kismamaknak-btn:before {
        width: 30px;
    }
}
@media (min-width: 768px) {
    .bigBtns {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .bigBtns {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .bigBtns a {
        padding: 2.6vw 10px;
    }
}

h1,
.h1 {
    font-size: 35px;
}

.homeContent p, subscribeContent p {
    line-height: 25px;
}

.homeContent .sziaTxt h2, .sziaRow .sziaTxt h2 {
    margin-bottom: 50px;
}

.homeContent .sziaTxt p, .sziaRow .sziaTxt p {
    margin-bottom: 25px;
}

@media (min-width: 768px) {
    .homeContent .sziaRow, .sziaRow {
        position: relative;
    }

    .homeContent .sziaRow .sziaPic, .sziaRow .sziaPic {
        position: absolute;
        bottom: 0;
        left: 15px;
        padding: 0 40px;
    }

    .homeContent .sziaTxt, .sziaRow .sziaTxt {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .viki-img {
        height: 100%;
        max-width: 100%;
        object-fit: contain;
        object-position: bottom;
    }

    .d-md-flex {
        display: flex !important;
    }
}

@media only screen and (min-width: 568px) and (max-width: 992px){
    .sziaPic {
        display: none;
    }
}

@media (min-width: 1200px) {
    .homeContent .sziaTxt, .sziaRow .sziaTxt {
        margin-top: 120px;
        margin-bottom: 90px;
    }
}

.newsLetter,
.newsLetter.blogNL,
.newsLetter.blogSubNL {
    min-height: auto;
    padding: 25px 0;
    background-color: #4cb1bb;
}

.newsLetter .nlLeft,
.newsLetter.blogNL .nlLeft,
.newsLetter.blogSubNL .nlLeft {
    padding: 0 15px;
    text-align: left;
}

.newsLetter .nlLeft h2,
.newsLetter.blogNL .nlLeft h2,
.newsLetter.blogSubNL .nlLeft h2 {
    margin: 0 0 5px 0;
    font-size: 35px;
    color: #fff;
}

.newsLetter .nlLeft p,
.newsLetter.blogNL .nlLeft p,
.newsLetter.blogSubNL .nlLeft p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.newsLetter .nlRight {
    text-align: right;
}

.newsLetter .nlRight .btn,
.newsLetter.blogNL .nlRight .btn,
.newsLetter.blogSubNL .nlRight .btn {
    padding: 0 !important;
    width: 225px;
    height: 50px;
    line-height: 50px;
    color: #4cb1bb;
    background-color: #fff;
}

.newsLetter.blogNL,
.newsLetter.blogSubNL {
    background-color: #ABCC50
}

.newsLetter.blogNL .nlRight .btn,
.newsLetter.blogSubNL .nlRight .btn {
    color: #ABCC50;
}

.homeContent .kuldetesunkTxt {
    max-width: 660px;
    margin: 100px auto;
    text-align: center;
}

.homeContent .kuldetesunkTxt h2 {
    margin-bottom: 50px;
}

.homeContent .rec .bg {
    min-height: 200px;
}

.homeContent .rec .bgLeft {
    background: #fff url('../img/home-rec-left.png') right top no-repeat;
    background-size: cover;
}

.homeContent .rec .bgRight {
    background: #fff url('../img/home-rec-right.png') center center no-repeat;
    background-size: cover;
}

.homeContent .rec .recTxt {
    padding: 80px 55px 50px 55px;
    max-height: 600px;
    background-color: #abcc50;
}

.homeContent .rec .recTxt * {
    margin-bottom: 30px;
    text-align: center;
    color: #fff;
}

.homeContent .rec .recTxt h2 {
    margin-bottom: 50px;
}

.homeContent .rec .recTxt img {
    margin-top: 30px;
    max-width: 285px;
}

@media (min-width: 768px) {
    .homeContent .rec {
        display: grid;
        grid-template-columns: 1fr 560px 1fr;
    }

    .homeContent .rec .recTxt {

    }
}

.homeContent .blog {
    margin: 100px 0 140px 0;
}

.homeContent .blog h2,
.blogContent h1 {
    margin-bottom: 100px;
    text-align: center;
}

.homeContent .news .h1 small,
.blogContent h1 small {
    display: block;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #595959;
}

.blogContent h1 small {
    margin-bottom: 20px;
}

.homeContent .news {
    margin: 60px 0;
}

.homeContent .news .h1 {
    margin-bottom: 40px;
    text-align: center;
}

.newsBottom {
    margin: 50px 0;
}

.news a {
    display: block;
}

.news a p {
    font-size: 20px;
    font-weight: 700;
    color: #232323;
}

.news a p small {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.newsPic .picBig {
    display: block;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    position: relative;
}

.newsPic .picBig div {
    height: 100%;
}

.newsPic .picBig p {
    margin: 0;
    padding: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    border-radius: 0 0 5px 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), color-stop(25%, rgba(17, 17, 17, .5)), to(rgba(17, 17, 17, 1)));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, .5) 25%, rgba(17, 17, 17, 1) 100%);
}

.newsPic .picBig p small:first-of-type {
    margin-bottom: 5px;
}

.newsPic .picBig p small:last-of-type {
    margin-top: 15px;
    max-height: 50px;
    overflow: hidden;
}

.newsPic .picSmall a {
    padding: 10px 0;
}

.newsPic .picSmall a:last-of-type {
    border-bottom: none;
}

.newsPic .picBig div,
.newsPic .picSmall a div {
    padding: 0 0 69% 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

@media (min-width: 540px) {
    .newsPic .picSmall a {
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-gap: 30px;
    }
}

@media (min-width: 768px) {
    .newsBottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
        padding: 30px 0 0 0;
        border-top: 1px solid #E0E0E0;
    }
}

@media (min-width: 992px) {
    .newsPic {
        display: grid;
        grid-template-columns: 7fr 5fr;
        grid-gap: 30px;
    }

    .newsPic .picSmall a:first-of-type {
        padding-top: 0;
    }

    .newsPic .picSmall a:last-of-type {
        padding-bottom: 0;
    }

    .newsPic .picSmall a div {
        align-self: start;
    }

    .newsBottom {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (min-width: 1200px) {
    .newsPic .picSmall a {
        grid-template-columns: 160px 1fr;
    }
}

.salesBlock {
    padding: 90px 0;
    background: #fff url('../img/salesblock-bg.jpg') center center no-repeat;
    background-size: cover;
}

.salesBlock .sbTxt * {
    text-align: center;
    color: #fff;
}

.salesBlock .sbTxt h2 small {
    display: block;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.salesBlock .sbTxt p {
    margin: 20px 0;
}

.salesBlock a {
    display: block;
    margin-bottom: 20px;
    border-radius: 9px;
    overflow: hidden;
    color: #232323;
    background-color: #fff;
}

.salesBlock a:hover {
    text-decoration: none;
}

.salesBlock a h2 {
    margin: 0 25px;
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 600;
}

.salesBlock a h2 * {
    display: block;
    text-transform: uppercase;
    padding: 25px 0 80px 0;
    font-weight: 600;
}

.salesBlock a h2 strong {
    padding: 25px 0 60px 0;
    font-size: 20px;
    color: #232323;
}

.salesBlock a h2 small {
    padding-bottom: 90px;
    font-size: 16px;
}

.salesBlock a ul li {
    padding: 14px 25px 15px 25px;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}

.salesBlock a ul li:first-child {
    border-top: 1px solid #e0e0e0;
}

.salesBlock a button {
    display: inline-block;
    margin: 35px 0 35px 25px;
}

.salesBlock a.sbEbook h2,
.salesBlock a.sbEbook li strong {
    color: #abcc50;
}

.salesBlock a.sbEbook h2 {
    margin: 0;
    padding: 0 30px;
    background: url(/img/prices-left.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.salesBlock a.sbEbook .btn {
    border: 2px solid #e0e0e0;
}

.salesBlock a.sbRec h2 {
    margin: 0;
    padding: 0 30px;
    color: #fff;
    background: url(/img/prices-right.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.salesBlock a.sbRec li strong {
    color: #f08b52;
}

.salesBlock a.sbRec h2 * {
    color: #fff;
}

.salesBlock a.sbRec .btn {
    color: #fff;
    background-color: #f08b52;
}

.kids {
    margin: 100px auto 130px auto;
}

.kids .big-circle {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
}

.kids .small-circle {
    position: absolute;
    top: 0;
    left: calc(50% - 180px);
}

.kids .picture-wrapper {
    display: none;
}

.kids h2 {
    margin-bottom: 40px;
}

.kids p {
    margin-bottom: 30px;
}

.kids .btn {
    background-color: #abcc50;
    border-color: #abcc50;
}

.partnersContent .kuldetesunkTxt {
    padding-top: 220px;
    text-align: center;
    margin-bottom: 110px;
}

@media only screen and (max-width: 1200px) {
    .partnersContent .kuldetesunkTxt {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .partnersContent .kuldetesunkTxt {
        padding-top: 0;
    }
}

.partnersContent .kuldetesunkTxt .h1 {
    margin-bottom: 45px;
}

.partnersContent .kuldetesunkTxt strong {
    text-transform: uppercase;
}

.partner-list {
    margin-bottom: 170px;
}

.partner-list strong {
    color: #232323;
}

.partner-name {
    font-size: 16px;
    margin-bottom: 30px;
}

.partner-name a {
    font-size: 14px;
    color: #595959;
}

.partner-wrapper {
    padding: 0 25px;
}

.kismamaTxt {
    background: url(../img/kismama.png) center center no-repeat;
    background-size: cover;
    color: #fff;
}

.kismamaTxt .btn {
    margin: 45px 0;
}

.kismamaTxt .h1 {
    margin-bottom: 50px;
    color: #fff;
}

.kismamaTxt .row {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 25px;
    padding: 75px
}

.logo-wrapper {
    height: 125px;
    display: flex;
    margin-bottom: 50px;
}

.logo-wrapper img {
    max-height: 100%;
}

@media (min-width: 991px) {
    .kids .picture-wrapper {
        display: block;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .kids {
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
    .kids {
        padding-bottom: 0;
    }
}


/*
				BLOGLIST
*/
.blogContent .filter {
    text-align: center;
}

.blogContent .filter li {
    display: inline-block;
}

.blogContent .filter li a.btn {
    padding: 5px 10px !important;
    font-size: 14px;
    color: #595959;
}

.blogContent .filter li a:hover,
.blogContent .filter li a.active {
    color: #fff;
    background-color: #4CB1BB;
}

.blogContent h1 {
    margin-bottom: 40px;
}

.blogContent .blogList,
.blogSubContent .blogList {
    display: grid;
    grid-gap: 50px;
    margin: 40px 0;
}

.blogContent .blogList .blItem:hover,
.blogSubContent .blogList .blItem:hover {
    text-decoration: none;
}

.blogContent .blogList .blItem div,
.blogSubContent .blogList .blItem div {
    padding: 0 0 100% 0;
}

.blogContent .blogList .blItem small,
.blogSubContent .blogList .blItem small {
    display: block;
    margin: 30px 0 -10px 0;
    text-align: center;
    font-size: 16px;
    color: #232323;
}

.blogContent .blogList .blItem h2,
.blogSubContent .blogList .blItem h2 {
    padding-bottom: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .blogContent .blogList,
    .blogSubContent .blogList {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .blogContent .filter li a.btn {
        padding: 14px 40px !important;
    }

    .blogContent .blogList {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .blogContent h1 {
        margin-bottom: 0;
    }

    .blogContent .filter {
        margin: 30px 0 -20px 0;
    }

    .blogContent .blogList .blItem h2 {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .blogContent .filter {
        margin: 80px 0 40px 0;
    }
}


/*
				BLOGSUB
*/
.blogSubContent {
    text-align: center;
}

.blogSubContent h1 {
    margin-bottom: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 600;
    color: #232323;
}

.blogSubContent h1 small {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}

.blogSubContent .blogPic {
    margin-bottom: 40px;
    padding: 0 0 37% 0;
    background-size: cover !important;
    border-radius: 10px;
}

.blogSubContent .txtContent div,
.blogSubContent .txtContent span,
.blogSubContent .txtContent p {
    text-align: left !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 14px !important;
}

.blogSubContent .txtContent img {
    display: none;
}

.blogSubContent .salesBlock2 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.blogSubContent .salesBlockItem {
    margin: 40px 0;
    padding: 40px 30px;
    color: #fff;
    border-radius: 10px;
}

.blogSubContent .salesBlockItem p {
    margin: 30px 0;
    line-height: 200%;
    font-size: 16px;
    font-weight: 600;
}

.blogSubContent .salesBlockItem .btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    background-color: #fff;
}

.blogSubContent .salesBlockItem.sbiEbook {
    background: #4CB1BB url('../img/ebook-top-bg.jpg') center no-repeat;
    background-size: cover;
}

.blogSubContent .salesBlockItem.sbiRecomendation {
    background: #E8A862 url('../img/ajanlas-top-bg.jpg') center no-repeat;
    background-size: cover;
}

.blogSubContent .salesBlockItem.sbiEbook .btn {
    color: #4CB1BB;
}

.blogSubContent .salesBlockItem.sbiRecomendation .btn {
    color: #E8A862;
}

.blogSubContent .related h2 {
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.blogSubContent .related h2 small {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #232323;
}

.blogSubContent .related .blogList h2 {
    margin: 4px 0 0 0;
    line-height: 26px;
    font-size: 16px;
}

.blogSubContent .related .blogList h2 small {
    margin: 20px 0 0 0;
    line-height: 26px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .blogSubContent .salesBlock2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px;
    }

    .blogSubContent .salesBlock2 .salesBlockItem {
        display: grid;
    }

    .blogSubContent .salesBlock2 .salesBlockItem .btn {
        align-self: end;
        justify-self: center;
    }
}

@media (min-width: 992px) {
    .blogSubContent .blogList {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .blogSubContent .salesBlock2 .salesBlockItem {
        position: relative;
        min-height: 320px;
        padding-right: 250px;
        overflow: hidden;
        text-align: left;
    }

    .blogSubContent .salesBlock2 .salesBlockItem img {
        position: absolute;
        top: 40px;
        right: -20px;
    }

    .blogSubContent .salesBlock2 .salesBlockItem p {
        margin: 0;
    }

    .blogSubContent .salesBlock2 .salesBlockItem .btn {
        justify-self: start;
    }
}


/*
				AJÁNLÁS
*/
.megrendelesTop {
    position: relative;
    top: 0;
    margin-bottom: 0;
    padding: 200px 20px 100px;
    background: #E8A862 url('../img/ajanlas-top-bg.jpg') center center no-repeat;
    background-size: cover;
}

.megrendelesTop .recGrid {
    display: grid;
    grid-gap: 45px;
    padding-bottom: 56px;
    text-align: center;
}

.megrendelesTop .recGrid .recItem {
    position: relative;
    padding-bottom: 80px;
}

.megrendelesTop h2 {
    margin: 30px 0 0 0;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.megrendelesTop h2 span {
    display: block;
    margin-top: 5px;
    font-family: 'Kaushan Script', cursive;
    font-size: 16px;
    font-weight: 400;
}

.megrendelesTop .recGrid .recItem img,
.megrendelesTop .recGrid .recItem h2 {
    cursor: pointer;
}

.megrendelesTop .btnWr {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.megrendelesTop .recGrid .btn {
    font-size: 16px;
    font-weight: 600;
}

.recVid {
    margin: 100px auto;
}

.recVid h2,
.recVid p {
    margin: 0 0 30px 0;
}

.recVid li {
    margin-left: 20px;
    margin-bottom: 22px;
}
.recVid ul li {
    list-style: disc;
}

.recSik {
    padding: 100px 0;
    text-align: center;
    background: #fff url('../img/ajanlas-sikereink-bg.jpg') center center no-repeat;
    background-size: cover;
}

.recSik h2 {
    margin: 0 0 100px 0;
    color: #fff;
}

.recSik h2 small {
    display: block;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.recSik .rsGrid {
    display: grid;
    grid-gap: 30px;
    margin: 0 0 40px 0;
    justify-content: center;
}

.orderContent .orderForm {
    margin: 100px 0;
}

@media (min-width: 768px) {
    .megrendelesTop .recGrid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .recSik .rsGrid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .megrendelesTop .recGrid .btn {
        padding-right: 10px !important;
        padding-left: 10px !important;
        font-size: 14px;
    }
}

.recModal .modal-content {
    border-radius: 4px;
}

.recModal .modal-header {
    border: none;
}

.recModal .modal-header .close {
    float: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    opacity: 1;
}

.recModal .modal-body {
    padding: 10px 20px 40px 20px;
}

.recModal .modal-body *:not(.btn) {
    color: #232323 !important;
}

.recModal .modal-body p:not(.h1) {
    text-align: left;
}

.megrendelesTop .recModal .modal-body .btnWr {
    position: relative;
}

.recModal .h1 {
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.recModal .h1 span {
    display: block;
    font-family: 'Kaushan Script', cursive;
    font-weight: 400;
}

.recModal p:not(.h1) {
    margin-bottom: 30px;
}

.recModal .btnWr {
    margin: 20px 0 0 0;
    text-align: center;
}

@media (min-width: 992px) {
    .recModal .modal-body {
        padding: 10px 80px 60px 80px;
    }

    .recModal .h1 {
        margin-bottom: 60px;
    }
}


/*
				EBOOK
*/
.megrendelesTop.mtEbook {
    background: #4CB1BB url('../img/ebook-top-bg.jpg') center center no-repeat;
    background-size: cover;
}


.megrendelesTop.mtEbook h1 {
    margin-top: 0;
    font-size: 35px;
}

.megrendelesTop.mtEbook h1 small {
    display: block;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.megrendelesTop.mtEbook p {
    font-size: 14px;
}

.megrendelesTop.mtEbook .btn {
    margin-top: 30px;
    color: #4CB1BB;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.ebookContent .vel {
    margin:0 auto;
    padding: 100px 0;
    border-top: 1px solid #eee;
}

.ebookContent .vel .velItem {
    margin-bottom: 30px;
}

.ebookContent .vel .velItem img {
    max-width: 163px;
}

.ebookContent .vel h4 {
    margin: 0 0 5px 0;
}

.ebookContent .vel p {
    max-height: 64px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .ebookContent .vel .velItem {
        display: grid;
        grid-template-columns: 163px 1fr;
        grid-template-areas: 'pic txt';
        grid-gap: 30px;
        align-items: center;
        margin-bottom: 0;
    }

    .ebookContent .vel .velItem img {
        grid-area: pic;
    }

    .ebookContent .vel .velItem div {
        grid-area: txt;
    }

    .ebookContent .vel .velItem:nth-child(even) {
        grid-template-columns: 1fr 163px;
        grid-template-areas: 'txt pic';
    }
}

.ebookContent .salesBlock {
    background: #fff url('../img/salesblock-ebook-bg.jpg') top center no-repeat;
    background-size: cover;
    color: #fff;
    padding:200px 0 !important;
}
@media only screen and (min-width: 600px){
    .ebookContent .salesBlock .row {
        display: flex;
        align-items: center;
    }
}

.ebookContent .orderForm {
    margin: 100px 0;
}

.ebookContent .orderForm .woRegBtn {
    text-transform: none;
}

.ofEbook .utalas {
    display: none;
}


/*
				ORDERFORM
*/
.orderForm .ofProgress {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0 0 20px 0;
}

.orderForm .ofProgress div {
    padding: 10px 0 10px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background-color: #ccc;
}

.orderForm .ofProgress div:first-child {
    border-top-left-radius: 9px;
}

.orderForm .ofProgress div:last-child {
    border-top-right-radius: 9px;
}

.orderForm .ofProgress div span {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto 5px auto;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #595959;
    background-color: #fff;
    border-radius: 50%;
}

.orderForm .ofProgress div .ofpCheck {
    display: none;
}

.orderForm .ofProgress div .ofpCheck svg {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-top: 7px;
}

.orderForm .ofProgress .ofpActive {
    background-color: #595959;
}

.orderForm .ofProgress .ofpDone {
    background-color: #ABCC50;
}

.orderForm .ofProgress .ofpDone .ofpCheck {
    display: block;
}

.orderForm .ofProgress .ofpDone .ofpNum {
    display: none;
}

@media (min-width: 992px) {
    .orderForm .ofProgress div {
        padding: 2px 0 0 20px;
        height: 100px;
        line-height: 100px;
        text-align: left;
        font-size: 16px;
    }

    .orderForm .ofProgress div span {
        display: inline-block;
        vertical-align: middle;
        margin: -2px 15px 0 0;
    }

    .orderForm .ofProgress .ofpDone .ofpCheck {
        display: inline-block;
    }
}

.ofcSide {
    padding: 65px 0 0 0;
}

.ofcSide p {
    margin-bottom: 20px;
}

.ofcSide h5 {
    margin-bottom: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.ofcTopBtns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ofcTopBtns button {
    height: 65px;
    font-size: 16px;
    font-weight: 600;
    color: #595959;
    background: none;
    border: 1px solid #fff;
    border-bottom-color: #e0e0e0;
}

.ofcTopBtns button:hover {
    color: #4CB1BB;
}

.ofcTopBtns button.active {
    color: #4CB1BB;
    border-color: #e0e0e0;
    border-bottom-color: #fff;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}

.ofcBody {
    display: grid;
    grid-template-rows: 65px 1fr;
}

.ofcFormWr {
    align-self: stretch;
    padding: 40px 15px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

.ofcFormWr .loginReg {
    margin: 30px 0 20px 0;
}

.ofcFormWr .loginReg .btn {
    width: 140px;
    margin: 0 15px 15px 0;
    padding: 8px 5px !important;
    font-size: 12px;
}

.ofcFormWr .giftCollapse {
    max-height: 0;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.ofcFormWr .giftCollapse.open {
    max-height: 400px;
    border-bottom-color: #e0e0e0;
}

.ofcFormWr .giftCollapse textarea.form-control {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
    resize: none;
}

form p {
    font-size: 18px;
    font-weight: 600;
}

form label {
    font-weight: bold;
}

form .form-group {
    margin-bottom: 25px;
}

form .form-control {
    height: 42px;
    padding: 5px 30px;
    border-radius: 9px;
}

form .submitWr {
    margin: 40px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .ofcFormWr {
        padding: 40px;
    }

    .orderForm .ofContent {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    .ofcSide {
        padding-left: 40px;
    }
}

.downloadForm .row img {
    cursor: pointer;
}

.downloadForm .row .btn {
    margin-top: 10px;
    padding: 8px 10px !important;
    line-height: 14px;
    font-size: 12px;
    white-space: normal;
}

@media (min-width: 540px) {
    .downloadForm .row .btn {
        padding: 5px 15px !important;
        font-size: 14px;
    }
}

.loginRegModal .modal-body {
    background-color: #fff;
    padding: 0;
}

.loginRegModal .modal-body .close {
    float: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    opacity: 1;
}

.loginRegModal .modal-body form {
    padding: 70px 30px;
}

.loginRegModal .modal-body form .help-block {
    margin-top: -20px;
}

.loginRegModal .modal-body form .submitWr {
    margin-bottom: 0;
}

.loginRegModal .modal-body form .submitWr:last-of-type {
    margin-top: 10px;
}

.loginRegModal .modal-body form .submitWr:last-of-type .btn {
    font-size: 14px;
    text-transform: none;
}

#regModal form {
    padding-left: 25px;
}

#regModal .checkbox {
    font-size: 12px;
}

.signupModal .sfDefault .sfSuccessDiv,
.signupModal .sfDefault .sfSignedupDiv {
    display: none;
}

.signupModal .sfSuccess #signupForm,
.signupModal .sfSuccess .sfSignedupDiv {
    display: none;
}

.signupModal .sfSignedup #signupForm,
.signupModal .sfSignedup .sfSuccessDiv {
    display: none;
}

.signupModal .modal-body form,
.signupModal .modal-body .sfSuccessDiv,
.signupModal .modal-body .sfSignedupDiv {
    padding: 70px 30px;
}

.signupModal form p,
.signupModal .modal-body .sfSuccessDiv p,
.signupModal .modal-body .sfSignedupDiv p {
    margin-bottom: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #232323;
}

.signupModal .modal-body .sfSuccessDiv p strong,
.signupModal .modal-body .sfSignedupDiv p strong {
    font-size: 20px;
}

.signupModal .modal-body .sfSuccessDiv .btn,
.signupModal .modal-body .sfSignedupDiv .btn {
    display: block;
    width: 180px;
    margin: 0 auto 50px auto;
}

.signupModal .modal-body .sfSuccessDiv p:last-of-type,
.signupModal .modal-body .sfSignedupDiv p:last-of-type {
    margin-bottom: 0;
    font-weight: 400;
}

.signupModal form p span {
    color: #ABCC50;
}

.signupModal form .cbP {
    text-align: left;
    font-weight: 400;
}

.signupModal form .btn {
    margin-top: 20px;
    text-transform: uppercase !important;
}

@media (min-width: 768px) {
    .loginRegModal .modal-body {
        width: 600px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .signupModal .modal-body {
        grid-template-columns: 400px 1fr;
    }

    .signupModal .modal-body form,
    .signupModal .modal-body .sfSuccessDiv,
    .signupModal .modal-body .sfSignedupDiv {
        padding: 70px 40px;
    }

    .signupModal .modal-body .sfSuccessDiv .btn,
    .signupModal .modal-body .sfSignedupDiv .btn {
        margin: 0 auto 250px auto;
    }
}

@media (min-width: 992px) {
    .loginRegModal .modal-body {
        width: 750px;
    }

    .signupModal .modal-body {
        width: 100%;
    }
}


/*
				TESZT
*/
.megrendelesTop.mtTeszt {
    background: #fff url('../img/teszt-top.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    padding-bottom: 130px;
}

.megrendelesTop.mtKonyha {
    padding-bottom: 63px;
    background-image: url('../img/konyha-top.jpg');
    background-size: cover;
}

.megrendelesTop.mtTeszt h1,
.megrendelesTop.mtKonyha h1 {
    font-size: 35px;
}

.megrendelesTop.mtTeszt p {
    margin: 40px 0;
    font-size: 20px;
}

.megrendelesTop.mtKonyha p {
    margin: 40px 0;
    font-size: 16px;
}

.megrendelesTop.mtTeszt .btn {
    margin: 20px 15px;
    font-size: 20px;
}

.megrendelesTop.mtKonyha .btn {
    margin: 20px 0;
    font-size: 20px;
}

.megrendelesTop.mtTeszt .btn-outline {
    color: #fff;
}

@media (min-width: 768px) {
    .megrendelesTop.mtTeszt h1 {
        font-size: 95px;
    }
}

.tesztContent .orderForm {
    margin: 100px 0;
}

.tesztContent .ofcBody {
    grid-template-rows: 1fr;
}

.tesztContent .ofcFormWr {
    border-radius: 9px;
    border-top: 1px solid #e0e0e0;
}

.tesztContent .ofcFormTop {
    margin: 50px 12% 30px 12%;
    text-align: center;
}

.tesztContent .ofcFormTop p strong {
    text-transform: uppercase;
    font-size: 16px;
}

.tesztContent .ofcFormTop.downloadTop .btns {
    margin: 80px 0;
}

.tesztContent .ofcFormTop.downloadTop .btns .btn-sm {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #ABCC50;
}

.tesztContent .ofcFormInner {
    padding: 50px 10px;
    border-top: 1px solid #e0e0e0;
}

.tesztContent p.steps {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.tesztContent p.steps .currentStep {
    color: #ABCC50;
}

.tesztContent .wizard-content {
    position: relative;
    width: auto;
    min-width: auto;
}

.tesztContent .wizard-panel .question {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.tesztContent .pager.wizard {
    display: none;
}

.tesztContent .prevNext {
    margin-top: 60px;
    text-align: center;
}

.tesztContent .prevNext a:hover,
.tesztContent .prevNext a:focus:hover {
    text-decoration: none;
    color: #ABCC50;
}

.tesztContent .prevNext a:focus {
    text-decoration: none;
    color: #232323;
}

.tesztContent .prevNext a:focus svg polyline {
    stroke: #232323 !important;
}

.tesztContent .prevNext a {
    display: inline-block;
    width: 49%;
}

.tesztContent .prevNext a span {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #232323;

    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.tesztContent .prevNext a svg {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.tesztContent .prevNext a svg polyline {
    -webkit-transition: stroke .3s;
    -moz-transition: stroke .3s;
    -ms-transition: stroke .3s;
    -o-transition: stroke .3s;
    transition: stroke .3s;
}

.tesztContent .prevNext a:hover span {
    color: #ABCC50;
}

.tesztContent .prevNext a:hover svg polyline {
    stroke: #ABCC50 !important;
}

@media (min-width: 540px) {
    .tesztContent .ofcFormInner {
        padding: 50px 20px;
    }
}

/*.tesztPageContent .ofContent {
    display: block;
    max-width: 760px;
    margin: 0 auto;
}*/


/*
				AJÁNLÁS
*/
.tesztRecContent textarea.form-control {
    height: auto;
}

.tesztRecContent .showResultBtn {
    margin-top: 29px;
}


/*
				ÉTLAP
*/
.megrendelesContent {
    top: 0;
}

.megrendelesContent .megrendelesTop {
    padding-top: 130px;
    padding-bottom: 90px;
}

.megrendelesContent .megrendelesTop .btn {
    font-size: 14px;
}

.megrendelesContent .etlap table thead th {
    white-space: normal;
}

.etlap .btn-third {
    padding: 14px 26px !important;
    line-height: 14px;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    background-color: #ddd;
    border-radius: 0;
}

.megrendelesContent .etlap table .btn,
.megrendelesContent .etlap table .form-control {
    padding: 0 5px !important;
}

.megrendelesContent .etlap table tbody th span {
    display: block;
    width: 40px;
    line-height: 40px;
}

.megrendelesContent .etlap table tbody th,
.megrendelesContent .etlap table tbody td {
}

@media (max-width: 1199px) {
    .megrendelesContent .etlap table thead th span {
        display: block;
    }
}


/*
				TEXT CONTENT
*/
.textContent {
    margin: 0 0 80px 0;
    padding-top: 20px;
    line-height: 20px;
    font-size: 14px;
}

.textContent h1 {
    margin: 80px 0;
    text-align: center;
    font-size: 35px;
}

.textContent h1 small {
    display: block;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.textContent h2,
.textContent h3,
.textContent h4,
.textContent h5,
.textContent h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.textContent h3 {
    font-size: 20px;
}

.textContent h4 {
    font-size: 16px;
}

.textContent p,
.textContent p * {
    font-family: inherit !important;
    font-size: 14px !important;
}

.textContent p {
    margin-bottom: 30px;
    line-height: 20px;
}

.textContent ul[type="disc"] {
    margin-bottom: 30px;
    margin-left: 30px;
    list-style: disc;
}

.textContent ul[type="disc"] li {
    margin-bottom: 15px;
}

.textContent .bottomPic {
    position: relative;
    margin: 80px 0 -81px 0;
    padding: 0 0 30% 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.textContent .bottomPic.bpMod {
    padding: 0 20px;
}

.textContent .bottomPic .bpInner {
    padding: 50px 0;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.textContent .bottomPic .bpInner .h1 {
    line-height: 40px;
    font-size: 35px !important;
    color: #fff;
}

.textContent .bottomPic .bpInner .h1 small {
    display: block;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

@media (min-width: 1200px) {
    .textContent {
        margin: 0 0 80px 0;
    }

    .textContent .bottomPic.bpMod {
        padding: 0 0 30% 0;
    }

    .textContent .bottomPic .bpInner {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 5vw 0;
    }
}

@media (min-width: 1500px) {
    .textContent .bottomPic .bpInner {
        padding: 8vw 0;
    }
}


/*
				CSAPAT
*/
.tcGrid {
    margin: 80px 0;
}

.tcGrid > div {
    margin-bottom: 80px;
}

.tcGrid .tcPic {
    padding: 0 0 68% 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 10px;
}

.tcGrid h2 {
    margin: 20px 0 30px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .tcGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
    }
}


/*
				PRODUCT LIST
*/
.productList {
    display: grid;
    grid-gap: 30px;
}

.productList a {
    display: block;
    color: #595959;
}

.productList a:hover {
    text-decoration: none;
}

.productList a div {
    width: 100%;
    padding-bottom: 100%;
}

.productList a h2 {
    margin: 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

.productList a strong {
    text-transform: uppercase;
    color: #4CB1BB;
}

@media (min-width: 540px) {
    .productList {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .productList {
        grid-template-columns: repeat(3, 1fr);
    }
}


/*
				KONHYA
*/
.foodTable .badge {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 0 3px;
    font-weight: 600;
    color: #fff;
    border-radius: 4px;
    font-size: 10px;
    margin-right:2px;
}

.foodTable .badge.badgeNew {
    background-color: #f12e2e;
}

.foodTable .badge.badgePremium {
    background-color: #fbb63d;
}

.foodTable .icons {}

.megrendelesContent .icons i,
.megrendelesContent .icons span {
    margin: 0 3px 3px 0;
}

.mtKonyha .loggedIn p.figy {
    font-size: 16px;
}

.etlap .bigBtns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.etlap .bigBtns a {
    pointer-events: none;
    font-size: 14px;
}

.etlap .bigBtns a svg {
    min-height: 45px;
}

.etlap .bigBtns a.bbAda {
    background-color: #7ad9e2;
}

.etlap .bigBtns a.bbCuk {
    background-color: #A787D2;
}

.cta-btn{
    display: none !important;
}

.timer-big-btns{
    margin-top: 50px;
}

.kismamaknak-btn{
    background: url('/img/kismamaknak.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
}

.kismamaknak-btn:before {
    content: ' ';
    background: url('../img/present_label.png') no-repeat;
    background-size: 100%;
    width: 40px;
    height: 72px;
    position: absolute;
    left: 20px;
    top: 0;
}

.akcio-btn{
    background: url('/img/akcio.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.kihivas-btn{
    background: url('https://bvkihivas.hu/wp-content/uploads/2020/12/bv_kihivas-min.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #000 !important;
}
.kihivas-btn img {
    display: block;
    margin: 0 auto 20px;
}

@media only screen and (max-width: 991px){
    .cta-btn{
        display: block !important;
    }
}

@media (min-width: 768px) {
    .etlap .bigBtns {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .etlap .bigBtns {
        grid-template-columns: repeat(6, 1fr);
    }
}

.megrendelesContent .etlap .nav-tabs {
    margin: 60px 0 15px 0;
    border-bottom: 1px solid #e0e0e0;
}

.megrendelesContent .etlap .nav-tabs li a {
    padding: 15px 25px;
    line-height: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #595959;
}

.megrendelesContent .etlap .nav-tabs li.active a {
    color: #4CB1BB;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-bottom-color: #fff;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.megrendelesContent .etlap .modalBtns {
    margin-bottom: 30px;
}

.megrendelesContent .etlap .modalBtns .btn {
    padding: 5px 15px !important;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: none;
    color: #595959;
}

#kaloriatablazat .table > tbody > tr:first-child th,
#kaloriatablazat .table > tbody > tr:first-child td {
    border-top: none;
}

.megrendelesContent .etlap table tbody {
    border: 1px solid #ddd;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.megrendelesContent .etlap table.sizedTable {
    margin: 30px 0 0 0;
    table-layout: fixed;
}

.megrendelesContent .etlap table.sizedTable tr th:first-child {
    max-width: 60px !important;
    min-width: 60px !important;
    width: 60px !important;
}

.megrendelesContent .etlap table.headerTable {
    margin-top: 0;
    color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.megrendelesContent .etlap table.headerTable tbody {
    border: none;
    border-top: 10px solid #ABCC50;
    border-bottom: 10px solid #ABCC50;
}
.mobileFoodDate {
    font-size:11px;
    font-style:italic;
    display: none;
    marign-bottom:2px;
}
@media only screen and (max-width: 991px){
    .megrendelesContent .etlap table th:not(.foodType),
    .megrendelesContent .etlap table td:not(.foodType) {
        width: 200px;
    }
    .megrendelesContent .etlap table p {
        display:block;
    }
    .megrendelesContent .etlap table.foodTable thead th:nth-last-child(2) {
        /*display:none;*/
    }
    .mobileFoodDate {
        display:block;
    }
    .foodType {
        /*display: none;*/
    }
}
.megrendelesContent .etlap table.headerTable th,
.megrendelesContent .etlap table.headerTable td {
    padding: 0 8px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background-color: #ABCC50;
}

.megrendelesContent .etlap table.headerTable td.inactive {
    opacity: 1;
    color: rgba(255, 255, 255, .3);
}

.megrendelesContent .etlap table.headerTable td span {
    display: block;
    font-size: 14px;
}

.megrendelesContent .etlap table.headerTable td {
    border-left: 1px solid #E0E0E0;
}

.megrendelesContent .etlap table.headerTable td:first-child,
.megrendelesContent .etlap table.headerTable td:nth-child(2),
.megrendelesContent .etlap table.headerTable td:nth-child(3) {
    border: none;
}

@media (min-width: 768px) {
    .megrendelesContent .etlap table.sizedTable tr td {
        width: 110px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .megrendelesContent .etlap table.sizedTable tr td {
        width: 145px;
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .megrendelesContent .etlap table.sizedTable tr td {
        width: 198px;
    }

    .megrendelesContent .etlap table.headerTable td span {
        display: inline-block;
    }
}

.megrendelesContent .etlap table.foodTable {
    border-collapse: unset;
    border-spacing: 0;
    border-right: 1px solid #e0e0e0;
    border-radius: 4px;
}

.megrendelesContent .etlap table.foodTable thead th {
    padding: 10px 20px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: visible;
    position: sticky;
    left: 60px;
}

.megrendelesContent .etlap table.foodTable thead th:nth-child(2) {
    border-top-left-radius: 4px;
    z-index: 100;
}

.megrendelesContent .etlap table.foodTable thead th:last-child {
    border-top-right-radius: 4px;
}

.megrendelesContent .etlap table.foodTable tbody {
    border: none;
}

.megrendelesContent .etlap table.foodTable tbody th,
.megrendelesContent .etlap table.foodTable tbody td {
    border: none;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.megrendelesContent .etlap table.foodTable tbody th {
    padding: 8px 4px;
    text-align: center;
    font-size: 20px;
    border-right: 1px solid #4CB1BB;
}

.megrendelesContent .etlap table.foodTable tbody th span {
    display: none;
}

.megrendelesContent .etlap table.foodTable tbody tr {
    border-right: 1px solid #e0e0e0;
}

.megrendelesContent .etlap table.foodTable tbody tr:first-child th {
    border-top-left-radius: 4px;
}

.megrendelesContent .etlap table.foodTable tbody tr th {
    position: sticky;
    left: 0;
    z-index: 100;
}

.megrendelesContent .etlap table.foodTable tbody tr:last-child th {
    border-bottom-left-radius: 4px;
}

.megrendelesContent .etlap table.foodTable tbody tr:last-child td:last-child {
    border-bottom-right-radius: 4px;
}

.megrendelesContent .etlap table.foodTable .foodType {
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.megrendelesContent .etlap .tableFeherje th {
    background: #4CB1BB;
}

.megrendelesContent .etlap table.tableFeherje .foodType {
    color: #4CB1BB;
}

.megrendelesContent .etlap .tableSzenhidrat th {
    background: #F08B52;
}

.megrendelesContent .etlap table.foodTable.tableSzenhidrat tbody th {
    border-right-color: #F08B52;
}

.megrendelesContent .etlap table.tableSzenhidrat .foodType {
    color: #F08B52;
}

.megrendelesContent .etlap .tableEgyensulyi th {
    background: #E8A862;
}

.megrendelesContent .etlap table.foodTable.tableEgyensulyi tbody th {
    border-right-color: #E8A862;
}

.megrendelesContent .etlap table.tableEgyensulyi .foodType {
    color: #E8A862;
}

.megrendelesContent .etlap .tableAlapanyagok th {
    background: #A787D2;
}

.megrendelesContent .etlap table.foodTable.tableAlapanyagok tbody th {
    border-right-color: #A787D2;
}

.megrendelesContent .etlap table.tableAlapanyagok .foodType {
    color: #A787D2;
}

.megrendelesContent .etlap .tableDesszert th {
    background: #FF6767;
}

.megrendelesContent .etlap table.foodTable.tableDesszert tbody th {
    border-right-color: #FF6767;
}

.megrendelesContent .etlap table.tableDesszert .foodType {
    color: #FF6767;
}

.megrendelesContent .etlap .tableImmun th {
    background: #3b55dc;
}

.megrendelesContent .etlap table.foodTable.tableImmun tbody th {
    border-right-color: #3b55dc;
}

.megrendelesContent .etlap table.tableImmun .foodType {
    color: #3b55dc;
}



.megrendelesContent .etlap .tableSal th {
    background: #25f028;
}

.megrendelesContent .etlap table.foodTable.tableSal tbody th {
    border-right-color: #25f028;
}

.megrendelesContent .etlap table.tableSal .foodType {
    color: #25f028;
}





.megrendelesContent .etlap .tableHus th {
    background: #eba481;
}

.megrendelesContent .etlap table.foodTable.tableHus tbody th {
    border-right-color: #eba481;
}

.megrendelesContent .etlap table.tableHus .foodType {
    color: #eba481;
}



.megrendelesContent .etlap .tableKoretek th {
    background: #ffaf01;
}

.megrendelesContent .etlap table.foodTable.tableKoretek tbody th {
    border-right-color: #ffaf01;
}

.megrendelesContent .etlap table.tableKoretek .foodType {
    color: #ffaf01;
}



.megrendelesContent .etlap .tableOmega th {
    background: #0AC4BB;
}

.megrendelesContent .etlap table.foodTable.tableOmega tbody th {
    border-right-color: #0AC4BB;
}

.megrendelesContent .etlap table.tableOmega .foodType {
    color: #0AC4BB;
}



.megrendelesContent .etlap .tableKor th {
    background: #6cc80f;
}

.megrendelesContent .etlap table.foodTable.tableKor tbody th {
    border-right-color: #6cc80f;
}

.megrendelesContent .etlap table.tableKor .foodType {
    color: #6cc80f;
}

.megrendelesContent .etlap .tableDonation th {
    background: #fc4103;
}

.megrendelesContent .etlap table.foodTable.tableDonation tbody th {
    border-right-color: #fc4103;
}

.megrendelesContent .etlap table.tableDonation .foodType {
    color: #fc4103;
}

.megrendelesContent .etlap .tableFodmap th {
    background: #ABCC50;
}

.megrendelesContent .etlap table.foodTable.tableFodmap tbody th {
    border-right-color: #ABCC50;
}

.megrendelesContent .etlap table.tableFodmap .foodType {
    color: #ABCC50;
}

.megrendelesContent .etlap .tableAip th {
    background: #5F1B98;
}

.megrendelesContent .etlap table.foodTable.tableAip tbody th {
    border-right-color: #5F1B98;
}

.megrendelesContent .etlap table.tableAip .foodType {
    color: #5F1B98;
}

.megrendelesContent .etlap .tableKetogen th {
    background: #34A853;
}

.megrendelesContent .etlap table.foodTable.tableKetogen tbody th {
    border-right-color: #34A853;
}

.megrendelesContent .etlap table.tableKetogen .foodType {
    color: #34A853;
}

.megrendelesContent .etlap .tableHusmentes th {
    background: #8FD7E0;
}

.megrendelesContent .etlap table.foodTable.tableHusmentes tbody th {
    border-right-color: #8FD7E0;
}

.megrendelesContent .etlap table.tableHusmentes .foodType {
    color: #8FD7E0;
}

.megrendelesContent .etlap table .btn,
.megrendelesContent .etlap table .form-control {
    height: 30px;
    line-height: 30px;
}

.megrendelesContent .etlap table .btn {
    background-color: #ABCC50 !important;
}

.megrendelesContent .etlap table .input-group .input-group-btn:first-of-type .btn {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
}

.megrendelesContent .etlap table .input-group .input-group-btn:last-of-type .btn {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
}

@media (min-width: 768px) {
    .responsive-table tbody td[data-title] p {
        height: 60px !important;
    }

    .responsive-table tbody td[data-title] .icons {
        height: 18px !important;
    }

}

@media (min-width: 992px) {
    .megrendelesContent .etlap table.foodTable .foodType {
        font-size: 25px;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .flex-md-row {
        flex-direction: row;
    }
}

.megrendelesContent .etlap table.sizedTable6 tbody tr td:first-of-type {
    display: none;
}

.megrendelesContent .etlap table.foodTable.sizedTable6 tbody th span {
    display: block;
    margin: 40px 0 0 5px;
    font-size: 14px;
    text-transform: uppercase;

    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.htOuter.sticky {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

@media (min-width: 768px) {
    .htOuter.sticky .htInner {
        width: 720px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .htOuter.sticky .htInner {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .htOuter.sticky .htInner {
        width: 1250px;
    }
    .htOuter.sticky {
        top: 70px;
    }
}

.kitchenImportant {
    margin-top: 40px;
    font-size: 18px;
    color: #de0804;
}

.sessionAlert {
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 11;
    max-width: 400px;
}

.cartBox {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #ABCC50;
    color: #fff;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.cartBox.active {
    opacity: 1;
    pointer-events: auto;
}

.cartBox .btnCart {
    margin: 15px 0 0 0;
    background-color: #fff;
    color: #ABCC50;
}

.cartBox .cbIcon {
    position: relative;
    font-size: 40px;
}

.cartBox .cbIcon sup {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #E20057;
    border-radius: 14px;
}

.cartBox .cbSumWr {
    display: inline-block;
    margin: 0 0 0 34px;
}

.cartBox .cbIcon,
.cartBox .cbSumWr {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 540px) {
    .cartBox {
        padding: 0;
        height: 100px;
        line-height: 96px;
        text-align: right;
    }

    .cartBox .cbIcon sup {
        top: 13px;
    }

    .cartBox .btnCart {
        margin: 0 0 0 80px;
        vertical-align: middle;
    }
}


/*
				KÉRDŐÍV
*/
#quiz-form textarea.form-control {
    min-width: 100%;
    max-width: 100%;
    min-height: 100px;
}

#quiz-form input[type="file"] {
    padding: 7px 5px;
}

#csomag {
    padding: 5px;
}


/*
				JELSZÓEMLÉKEZTETŐ
*/
.changepasswordContent {
    padding-top: 170px;
    padding-bottom: 50px;
}


/*
                NAVBAR TABLECELL MOD
*/
@media (min-width: 1200px) {
    #navbar-collapse .navWr {
        display: table;
        width: 100%;
    }

    #navbar-collapse .navWr > div {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }

    #navbar-collapse .navWr > div.colLogo {
        padding-left: 10px;
    }

    #navbar-collapse .navWr > div:last-child {
        padding-right: 15px;
    }

    #navbar-collapse .navWr .navbar-nav {
        margin: 0 auto !important;
    }
}

@media (min-width: 1400px) {
    #navbar-collapse .navWr > div.colLogo {
        padding-left: 25px;
    }

    #navbar-collapse .navWr > div:last-child {
        padding-right: 30px;
    }
}


/*
                RECEPTKÖNYV
*/
.bookContent h2 {
    margin: 0 0 50px 0;
}

.bookContent .orderBtn {
    margin-top: 15px !important;
}

.bookContent .bookTop {
    margin-bottom: 0;
    padding-top: 300px;
    background: #333 url('../img/recept-top-bg.jpg') center center no-repeat;
    background-size: cover;
}

.bookContent .bookTop .bookTopGrid {
    display: grid;
    grid-gap: 45px;
    padding-bottom: 60px;
    text-align: center;
}

.bookContent .bookTop .bookTopGrid .btItem {
    position: relative;
    padding-bottom: 80px;
}

.bookContent .bookTop h2 {
    margin: 30px 0 0 0;
    line-height: 24px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.bookContent .bookTop h2 span {
    display: block;
    margin-top: 5px;
    font-family: 'Kaushan Script', cursive;
    font-size: 16px;
    font-weight: 400;
}

.bookContent .bookTop .bookTopGrid .btItem img,
.bookContent .bookTop .bookTopGrid .btItem h2 {
    cursor: pointer;
}

.bookContent .bookTop .bookTopGrid .btItem img {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.bookContent .bookTop .btnWr {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.bookContent .bookTop .bookTopGrid .btn {
    font-size: 16px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .bookContent .bookTop .bookTopGrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .bookContent .bookTop {
        padding-top: 60px;
    }
}

.bookContent .mi {
    margin-top: 120px;
    margin-bottom: 120px;
    text-align: center;
}

.bookContent .mi h1 {
    margin-top: 0;
    margin-bottom: 50px;
}

.bookContent .mi p strong {
    text-transform: uppercase;
    color: #A9CA50;
}

@media (min-width: 992px) {
    .bookContent .mi h1 {
        margin-top: 60px;
    }
}

@media (min-width: 1200px) {
    .bookContent .mi h1 {
        margin-top: 120px;
    }
}

.bookContent .akkor .pic {
    padding: 0 0 200px 0;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bookContent .akkor .txt {
    padding: 40px;
    background-color: #4CAFB9;
}

.bookContent .akkor .txt h2 {
/ / margin: 0 0 50 px 0;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    font-size: 35px;
    font-weight: 400;
    color: #fff;
}

.bookContent .akkor .txt p {
    position: relative;
    max-width: 420px;
    margin: 0 auto 30px auto;
    padding: 0 0 0 30px;
    color: #fff;
}

.bookContent .akkor .txt p span {
    position: absolute;
    top: -1px;
    left: 0;
    font-family: 'Kaushan Script', cursive !important;
    font-size: 16px !important;
}

.bookContent .akkor .txt img {
    display: block;
    width: 300px;
    margin: 50px auto 0 auto;
}

@media (min-width: 992px) {
    .bookContent .akkor {
        display: grid;
        grid-template-columns: 1fr 670px 1fr;
    }

    .bookContent .akkor .txt {
        padding: 90px 40px;
    }
}

@media (min-width: 1400px) {
    .bookContent .akkor {
        grid-template-columns: 2fr 670px 1fr;
    }
}

.ee {
    padding-bottom: 110px;
}

.ee h2 {
    margin-top: 80px;
    text-align: center;
    font-family: 'Kaushan Script', cursive;
    font-size: 35px;
    font-weight: 400;
}

.ee h2 small {
    display: block;
    margin: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.ee .btn {
    margin: 10px;
}

.order {
    padding: 268px 0;
    background: #fff url('../img/recept-order-bg.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.order h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 35px;
    font-weight: 400;
    color: #fff !important;
}

.order p {
    margin: 50px 0 30px 0;
}

.bookOrderContent .orderForm label strong {
    font-size: 16px;
    text-transform: uppercase;
    color: #ABCC50;
}

.bookOrderContent .orderForm .ofProgress {
    grid-template-columns: 1fr 1fr;
}

.content {
    padding-top: 120px !important;
}

.timer-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.timer-text-date {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #abcc50;
}

.inactive-timer-text {
    margin-bottom: 35px;
}

.subscribeTop {
    background: url("../img/pregnant.png") top center no-repeat;
    background-size: cover;
    min-height: 250px;
}

.subscribeContent .sziaRow a {
    color: #595959;
    text-decoration: none;
}

.subscribe {
    padding: 100px 0;
    background: url("../img/subscribe.png") top center no-repeat;
    background-size: cover;
    color: #fff;
}

.subscribe .row {
    display: flex;
    justify-content: center;
    margin: 0 25px;
}

.subscribe h1, .subscribe h1 small {
    color: #fff;
}

.subscribe .form-check-label {
    font-size: 12px;
    width: calc(100% - 20px);
}

.subscribe .form-check-input {
    width: 14px;
    height: 14px;
    vertical-align: top;
}

.subscribe .form-control {
    margin-bottom: 18px;
}

.subscribe .form-control::placeholder {
    color: #595959;
}

@media screen and (max-width: 1199px) {
    .content {
        padding-top: 140px !important;
    }

    .topAlert {
        position: relative !important;
        top: 0 !important;
        margin: 0 !important;
    }
}

@media screen and (max-width: 667px) {
    .content {
        padding-top: 60px !important;
    }

    .sz2020 {
        display: none;
    }

    .megrendelesContent .etlap .nav-tabs li a {
        padding: 15px 20px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-header {
        position: relative;
        width: auto;
    }

    .navbar-black {
        background-color: transparent
    }

    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 100vh;
        height: 100vh;
    }

    .navbar .loggedInDropdown .dropdown-menu {
        width: 100%;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        text-align: left;
        color: #fff;
        font-weight: bold;
    }

    .navbar-collapse .navbar-nav {
        text-align: left !important;
        margin-bottom: 0;
    }

    .navbar-toggle {
        margin-top: 14px;
        position: fixed;
        right: 0;
        z-index: 10000;
    }

    .navbar .colLogo {
        text-align: left;
        position: relative;
        z-index: 10000;
    }

    .navbar .colLogo img {
        height: 50px;
        width: auto;
    }

    .search-mob {
        position: absolute !important;
        top: 8px;
        right: 70px;
        z-index: 10000;
    }

    .cart-mob {
        position: absolute !important;
        top: 8px;
        right: 120px;
        z-index: 10000;
    }

    .navWr {
        margin-bottom: 120px;
    }

    .hasMTop .navbar-collapse.collapse.in {
        position: relative;
    }

    .navbar .dropdown-menu {
        display: block;
        position: relative;
        box-shadow: none;
        margin-bottom: 10px;
        background-color: transparent;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: transparent;
    }
}

.homeContent, .bookContent {
    padding-top: 0 !important;
}


/*
                SZÉCHENYI2020
*/
.sz2020Content {
    padding-top: 0;
}

.sz2020Content .szCTop {
    margin-bottom: 20px;
    padding: 200px 0;
    background: #333 url('../img/sz2020-top-bg.jpg') center center no-repeat;
    background-size: cover;
}

.sz2020Content .szCTop h1 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

/*
                Program
*/
.timer {
    text-align: center;
    padding: 0;
    margin: 35px 0 25px;
}

.timer li {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    width: 180px;
    height: 180px;
    background-color: #e8a862;
    color: #fff;
    margin-right: 50px;
    position: relative;
}

.timer li:last-child {
    /*background-color: #abcc50;*/
    margin-right: 0;
}


.timer.nodate li:last-child {
    background-color: #e8a862;
}

.timer li:not(:last-child):after {
    content: ':';
    display: block;
    font-size: 30px;
    color: #abcc50;
    position: absolute;
    top: 50%;
    right: 0;
    margin-right: -30px;
    transform: translateY(-50%);
}

.timer li .timer-number {
    font-size: 60px;
    font-weight: bold;
    padding: 26px 0;
    border-bottom: 2px solid #fff;
}

.timer li .timer-title {
    padding: 10px 0;
}

.megrendelesTop.programTop {
    padding-bottom: 180px;
    background: #fff url('../img/firstscreen2.jpg') top center no-repeat;
    background-size: cover;
    text-align: center;
}

.icon-box {
    margin: 40px 30px;
    text-align: center;
}

.bv-icon {
    background-color: #4cb1bb;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: 10px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
}

.i-star {
    background-image: url('../img/star.svg');
}

.i-book {
    background-image: url('../img/book.svg');
}

.i-chef {
    background-image: url('../img/chef.svg');
}

.i-contact {
    background-image: url('../img/contact.svg');
}

.i-gift {
    background-image: url('../img/gift.svg');
}

.i-voucher {
    background-image: url('../img/voucher.svg');
}

.icon-title {
    font-size: 25px;
    font-weight: bold;
}

.grey-bg {
    background-color: #f9f9f9;
}

.floating-center-block {
    margin-top: 50%;
    transform: translateY(-50%);
}

.p-30 {
    padding: 30px 0;
}

.p-100 {
    padding: 100px 0;
}

.pink-bg {
    background: url('../img/quote2.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
}

.pink-bg .big-title{
    font-size: 35px;
    line-height: 39px;
}

.pink-bg .big-title span{
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
}

.small-signature {
    width: 240px;
    display: block;
    margin: 0 auto;
}

.orange-bg {
    background: url('../img/oranges.png') no-repeat 90% bottom;
}

.big-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.8em;
    text-transform: uppercase;
}

.ticked-list {
    /*list-style-image: url('../img/tick.svg');*/
    list-style: none;
    margin-left: 10px;
}

.ticked-list li {
    line-height: 2em;
    list-style: none !important;
}

.ticked-list li:before {
    content: ' ';
    background: url('../img/tick.svg');
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}

.programSales {
    background-image: url('../img/csomagbox4.jpg');
}

.programContent p {
    line-height: 2em;
}

.programContent h2 {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 1.3em;
}

.programSales h2 {
    font-family: 'Kaushan Script', cursive !important;
}

.programSales a h2 * {
    padding: 30px 0 0 0;
}

.programSales a.sbRec h2 {
    padding: 20px;
}

.programSales .price {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 30px;
}

.programSales a.sbRec .btn {
    color: #fff;
    background-color: #ABCC50;
}

.programSales a button {
    margin: 35px 0;
}

.big-qoute {
    background: url('../img/quote.svg') center center no-repeat;
    width: 100px;
    height: 70px;
    background-size: cover;
    margin: 0 auto;
}

h2.big {
    font-size: 47px;
}

h2.big .mons-title {
    font-size: 43px;
}

.mons-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.leaf {
    height: 100px;
}

.red {
    color: #e23d61;
}

.onetab {
    border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}

@media (max-width: 1280px) {
    .leaf {
        display: none;
    }
}

@media (max-width: 1170px) {
    .timer li {
        width: 14%;
        height: 120px;
    }

    .timer li .timer-number {
        font-size: 40px;
        padding: 10px 0;
    }
}

@media (max-width: 800px) {
    .timer {
        margin: 2px 0;
    }

    .timer li {
        border-radius: 0;
        width: 19%;
        height: 120px;
        margin-right: 0;
    }

    .timer li:not(:last-child):after {
        display: none;
    }

    .timer li .timer-number {
        font-size: 40px;
        padding: 10px 0;
    }

    .timer li .timer-title {
        padding: 10px 0;
        font-size: 12px;
    }

    .big-title {
        line-height: 1.2em;
    }

    .orange-bg {
        background: none;
    }

    .p-100 {
        padding: 20px 0;
    }

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

.programSales .price.small {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.programSales .price {
    padding-top: 0;
}

.programSales a.sbRec li strong {
    color: #595959 !important;
}

.pre {
    white-space: pre-line;
    margin: 40px 0;
}

.programSales .price.small {font-size:16px; margin-bottom:10px; margin-top:40px;}
.programSales .price {padding-top:0;}
.programSales a.sbRec li strong {color:#000;}
.pre {
    white-space: pre-line;
    margin: 40px 0;
}

.m-30{
    margin: 30px 0 !important;
}

.dot{
    font-size: 18px !important;
    font-weight: 700 !important;
}

.montserrat-bold{
    font-weight: 700 !important;
    font-family: 'Montserrat', sans-serif !important;
}
.table-holder {
    width:100%;
    overflow: auto;
}
html {
    scroll-behavior: smooth;
}
* {
    -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px){
    .etlap .table-holder::-webkit-scrollbar {
        display: none;
    }
    .etlap .table-holder {
        overflow-x: scroll;
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
        -webkit-overflow-scrolling: touch;
    }
}
.blue-section {
    background:#4CB1BB;
    color:#fff;
    padding: 40px 0;
}
.blue-section p, .orange-section p {
    font-size: 24px;
}
.blue-section h2, .orange-section h2 {
    color: #fff !important;
}
.orange-section {
    background: url('../img/ajanlas-top-bg.jpg');
    background-size: cover;
    color: #fff;
    padding: 40px 0 0;
    font-size: 18px;
}
.orange-section .btn {
    margin-top: 30px;
}
.carousel-inner {
    margin-bottom: 40px;
}
.carousel-indicators {
    position: relative;
    bottom: 20px !important;
}
.carousel-indicators li {
    border-color: #333;
}
.carousel-indicators li.active {
    background-color: #333;
}
.gap40 {
    height: 40px;
}
.btn-orange {
    background-color: #EF8A52;
    border-color: #EF8A52;
}



/* 2.0 */
table.comparison {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
    border:2px solid black;
}

table.comparison th, table.comparison td {
    padding: 10px;
    text-align: center;
    border:2px solid black;
    height:57px;
}

table.comparison th {
    padding:10px;
    background-color: black;
    color:white;
}

table.comparison td {
    padding:10px;
    background-color: #c9c9c9;
}

table.comparison td.green {
    background-color: #ABCC50;
}

table.comparison td.blank {
    background-color: transparent;
}

table.comparison td:last-child {
    border-right: none;
}

table.comparison .fa-check {
    font-size: 20px;
    color: white;
}

table.comparison .fa-remove {
    font-size: 20px;
    color: #4f4f4f;
}