@media (max-width: 575.98px) {
    .kapcsolat .overlay img.contact-icon {
        width: 40px;
        height: 40px;
        padding: 0.5rem;
    }

    .kapcsolat .overlay {
        padding: 1rem;
    }

    .btn.btn-go-back {
        height: 40px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .pagination-prev,
    .pagination-next,
    .pagination-number {
        width: 40px;
        height: 40px;
    }

    body>*:not(footer):not(.nav) {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .cta-hero .cta-inner {
        padding: 2rem;
    }

    .navbar-brand img {
        height: 80px;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }

    .image-text-split .pt-6 {
        padding-top: 1rem !important;
    }

    .image-text-split .pb-6 {
        padding-bottom: 1rem !important;
    }
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {
    .kapcsolat .overlay img.contact-icon {
        width: 50px;
        height: 50px;
        padding: 0.75rem;
    }

    .kapcsolat .overlay {
        padding: 2rem;
    }

    .btn.btn-go-back {
        height: 40px;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .pagination-prev,
    .pagination-next,
    .pagination-number {
        width: 50px;
        height: 50px;
    }

    .cta-hero .cta-inner {
        padding: 4rem;
    }

    .navbar-brand img {
        height: 90px;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }

    .image-text-split .pt-6 {
        padding-top: 1rem !important;
    }

    .image-text-split .pb-6 {
        padding-bottom: 1rem !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .kapcsolat .overlay img.contact-icon {
        width: 50px;
        height: 50px;
        padding: 0.75rem;
    }

    .kapcsolat .overlay {
        padding: 2rem;
    }

    .pagination-prev,
    .pagination-next,
    .pagination-number {
        width: 50px;
        height: 50px;
    }

    .cta-hero .cta-inner {
        padding: 5rem;
    }

    .navbar-brand img {
        height: 100px;
    }

    .pt-6 {
        padding-top: 3rem !important;
    }

    .pb-6 {
        padding-bottom: 3rem !important;
    }

    .image-text-split .pt-6 {
        padding-top: 1rem !important;
    }

    .image-text-split .pb-6 {
        padding-bottom: 1rem !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    .kapcsolat .overlay img.contact-icon {
        width: 55px;
        height: 55px;
        padding: 0.8rem;
    }

    .kapcsolat .overlay {
        padding: 2rem;
    }

    .navbar-brand img {
        height: 100px;
    }
}

/* Extra large devices (large desktops, less than 1400px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    .navbar-brand img {
        height: 100px;
    }
}











@media (max-width: 575.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
        top: 70px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1rem;
    }

    .navbar-custom .nav-link:hover {
        background-color: #AF9861;
    }

    .btn.btn-filled-green {
        width: 100%;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
        top: 75px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1rem;
    }

    .navbar-custom .nav-link:hover {
        background-color: #AF9861;
    }

    .btn.btn-filled-green {
        width: 100%;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
        top: 95px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1rem;
    }

    .navbar-custom .nav-link:hover {
        background-color: #AF9861;
    }

    .btn.btn-filled-green {
        width: 100%;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /***************************
    // Navbar
    ***************************/
    .navbar-top {
        display: none;
    }

    .navbar-nav {
        background: #ffffff;
        position: absolute;
        top: 95px;
    }

    .navbar-nav .dropdown-menu {
        position: absolute !important;
    }

    .navbar-custom .nav-item {
        width: 100%;
        text-align: center;
    }

    .navbar-custom .nav-link {
        padding: 1rem 1rem;
    }

    .navbar-custom .nav-link:hover {
        background-color: #AF9861;
    }

    .btn.btn-filled-green {
        width: 100%;
    }

    .navbar-collapse {
        flex-basis: unset;
        flex-grow: unset;
        align-items: center;
    }

    /***************************
    // End Navbar
    ***************************/
}










@media (max-width: 575.98px) {
    /***************************
    // Font Sizes
    ***************************/

    .font-size-65 * {
        font-size: calc(65px / 2) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 2) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.5) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.5) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.5) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.5) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.5) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.5) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.5) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.5) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.5) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.5) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.46) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.46) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.46) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.42) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.42) !important;
    }

    .hero .font-size-48 * {
        font-size: calc(48px / 1.9) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.42) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.38) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.38) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.38) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.34) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.34) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.34) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.3) !important;
    }

    .blog-belso .static-content h1,
    .font-size-40 * {
        font-size: calc(40px / 1.3) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.3) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.3) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.3) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.3) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.3) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.3) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.3) !important;
    }

    .hero .font-size-32 * {
        font-size: calc(32px / 1.8) !important;
    }

    .blog-belso .static-content h2,
    .font-size-32 * {
        font-size: calc(32px / 1.3) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.3) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.3) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.3) !important;
    }

    .blog-belso .static-content h3,
    .font-size-28 * {
        font-size: calc(28px / 1.3) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.3) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.3) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.3) !important;
    }

    .blog-belso .static-content h4,
    .font-size-24 * {
        font-size: calc(24px / 1.3) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.3) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.3) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.3) !important;
    }


    .font-size-20 * {
        font-size: calc(20px / 1.3) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.3) !important;
    }

    .blog-belso.tamogatas .static-content p,
    .blog-belso .static-content h6,
    .font-size-18 * {
        font-size: calc(18px / 1.25) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.2) !important;
    }

    .blog-belso .static-content h5,
    .blog-belso .static-content p,
    .font-size-16 * {
        font-size: calc(16px / 1.1) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Extra small devices (phones, less than 576px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.5) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.5) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.5) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.5) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.5) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.5) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.5) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.5) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.5) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.5) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.5) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.5) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.46) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.46) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.46) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.42) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.42) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.42) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.38) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.38) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.38) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.34) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.34) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.34) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.3) !important;
    }

    .blog-belso .static-content h1,
    .font-size-40 * {
        font-size: calc(40px / 1.3) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.3) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.3) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.3) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.3) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.3) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.3) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.3) !important;
    }

    .blog-belso .static-content h2,
    .font-size-32 * {
        font-size: calc(32px / 1.3) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.3) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.3) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.3) !important;
    }

    .blog-belso .static-content h3,
    .font-size-28 * {
        font-size: calc(28px / 1.3) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.3) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.3) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.3) !important;
    }

    .blog-belso .static-content h4,
    .font-size-24 * {
        font-size: calc(24px / 1.3) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.3) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.3) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.3) !important;
    }

    .font-size-20 * {
        font-size: calc(20px / 1.3) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.3) !important;
    }

    .blog-belso.tamogatas .static-content p,
    .blog-belso .static-content h6,
    .font-size-18 * {
        font-size: calc(18px / 1.25) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.2) !important;
    }

    .blog-belso .static-content h5,
    .blog-belso .static-content p,
    .font-size-16 * {
        font-size: calc(16px / 1.1) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.3) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.3) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.3) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.3) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.3) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.3) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.3) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.3) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.3) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.3) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.3) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.28) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.25) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.24) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.24) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.23) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.23) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.23) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.22) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.22) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.22) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.21) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.21) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.21) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.20) !important;
    }

    .blog-belso .static-content h1,
    .font-size-40 * {
        font-size: calc(40px / 1.20) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.20) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.19) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.19) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.19) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.18) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.18) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.18) !important;
    }

    .blog-belso .static-content h2,
    .font-size-32 * {
        font-size: calc(32px / 1.17) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.17) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.17) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.16) !important;
    }

    .blog-belso .static-content h3,
    .font-size-28 * {
        font-size: calc(28px / 1.16) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.16) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.15) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.15) !important;
    }

    .blog-belso .static-content h4,
    .font-size-24 * {
        font-size: calc(24px / 1.15) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.12) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.1) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.1) !important;
    }

    .font-size-20 * {
        font-size: calc(20px / 1.1) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.1) !important;
    }

    .blog-belso.tamogatas .static-content p,
    .blog-belso .static-content h6,
    .font-size-18 * {
        font-size: calc(18px / 1.1) !important;
    }

    .font-size-17 * {
        font-size: calc(17px / 1.1) !important;
    }

    .blog-belso .static-content h5,
    .blog-belso .static-content p,
    .font-size-16 * {
        font-size: calc(16px / 1.05) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.3) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.3) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.3) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.3) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.3) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.3) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.3) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.3) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.3) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.2) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.2) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.2) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.19) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.19) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.19) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.18) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.18) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.18) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.17) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.17) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.17) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.16) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.16) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.16) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.15) !important;
    }

    .blog-belso .static-content h1,
    .font-size-40 * {
        font-size: calc(40px / 1.15) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.15) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.14) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.14) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.14) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.13) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.13) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.13) !important;
    }

    .blog-belso .static-content h2,
    .font-size-32 * {
        font-size: calc(32px / 1.12) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.12) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.12) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.11) !important;
    }

    .blog-belso .static-content h3,
    .font-size-28 * {
        font-size: calc(28px / 1.11) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.11) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.1) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.1) !important;
    }

    .blog-belso .static-content h4,
    .font-size-24 * {
        font-size: calc(24px / 1.1) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.1) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.1) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.1) !important;
    }

    .font-size-20 * {
        font-size: calc(20px / 1.1) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.1) !important;
    }

    .blog-belso.tamogatas .static-content p,
    .blog-belso .static-content h6,
    .font-size-18 * {
        font-size: calc(18px / 1.1) !important;
    }

    .font-size-17 * {
        font-size: calc(17px) !important;
    }

    .blog-belso .static-content h5,
    .blog-belso .static-content p,
    .font-size-16 * {
        font-size: calc(16px) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

    /***************************
    // Font Sizes
    ***************************/
    .font-size-65 * {
        font-size: calc(65px / 1.2) !important;
    }

    .font-size-64 * {
        font-size: calc(64px / 1.2) !important;
    }

    .font-size-63 * {
        font-size: calc(63px / 1.2) !important;
    }

    .font-size-62 * {
        font-size: calc(62px / 1.2) !important;
    }

    .font-size-61 * {
        font-size: calc(61px / 1.2) !important;
    }

    .font-size-60 * {
        font-size: calc(60px / 1.2) !important;
    }

    .font-size-59 * {
        font-size: calc(59px / 1.2) !important;
    }

    .font-size-58 * {
        font-size: calc(58px / 1.2) !important;
    }

    .font-size-57 * {
        font-size: calc(57px / 1.2) !important;
    }

    .font-size-56 * {
        font-size: calc(56px / 1.2) !important;
    }

    .font-size-55 * {
        font-size: calc(55px / 1.2) !important;
    }

    .font-size-54 * {
        font-size: calc(54px / 1.2) !important;
    }

    .font-size-53 * {
        font-size: calc(53px / 1.19) !important;
    }

    .font-size-52 * {
        font-size: calc(52px / 1.19) !important;
    }

    .font-size-51 * {
        font-size: calc(51px / 1.19) !important;
    }

    .font-size-50 * {
        font-size: calc(50px / 1.18) !important;
    }

    .font-size-49 * {
        font-size: calc(49px / 1.18) !important;
    }

    .font-size-48 * {
        font-size: calc(48px / 1.18) !important;
    }

    .font-size-47 * {
        font-size: calc(47px / 1.17) !important;
    }

    .font-size-46 * {
        font-size: calc(46px / 1.17) !important;
    }

    .font-size-45 * {
        font-size: calc(45px / 1.17) !important;
    }

    .font-size-44 * {
        font-size: calc(44px / 1.16) !important;
    }

    .font-size-43 * {
        font-size: calc(43px / 1.16) !important;
    }

    .font-size-42 * {
        font-size: calc(42px / 1.16) !important;
    }

    .font-size-41 * {
        font-size: calc(41px / 1.15) !important;
    }

    .blog-belso .static-content h1,
    .font-size-40 * {
        font-size: calc(40px / 1.15) !important;
    }

    .font-size-39 * {
        font-size: calc(39px / 1.15) !important;
    }

    .font-size-38 * {
        font-size: calc(38px / 1.14) !important;
    }

    .font-size-37 * {
        font-size: calc(37px / 1.14) !important;
    }

    .font-size-36 * {
        font-size: calc(36px / 1.14) !important;
    }

    .font-size-35 * {
        font-size: calc(35px / 1.13) !important;
    }

    .font-size-34 * {
        font-size: calc(34px / 1.13) !important;
    }

    .font-size-33 * {
        font-size: calc(33px / 1.13) !important;
    }

    .blog-belso .static-content h2,
    .font-size-32 * {
        font-size: calc(32px / 1.12) !important;
    }

    .font-size-31 * {
        font-size: calc(31px / 1.12) !important;
    }

    .font-size-30 * {
        font-size: calc(30px / 1.12) !important;
    }

    .font-size-29 * {
        font-size: calc(29px / 1.11) !important;
    }

    .blog-belso .static-content h3,
    .font-size-28 * {
        font-size: calc(28px / 1.11) !important;
    }

    .font-size-27 * {
        font-size: calc(27px / 1.11) !important;
    }

    .font-size-26 * {
        font-size: calc(26px / 1.1) !important;
    }

    .font-size-25 * {
        font-size: calc(25px / 1.1) !important;
    }

    .blog-belso .static-content h4,
    .font-size-24 * {
        font-size: calc(24px / 1.1) !important;
    }

    .font-size-23 * {
        font-size: calc(23px / 1.03) !important;
    }

    .font-size-22 * {
        font-size: calc(22px / 1.02) !important;
    }

    .font-size-21 * {
        font-size: calc(21px / 1.02) !important;
    }

    .font-size-20 * {
        font-size: calc(20px / 1.01) !important;
    }

    .font-size-19 * {
        font-size: calc(19px / 1.01) !important;
    }

    .blog-belso.tamogatas .static-content p,
    .blog-belso .static-content h6,
    .font-size-18 * {
        font-size: calc(18px) !important;
    }

    .font-size-17 * {
        font-size: calc(17px) !important;
    }

    .blog-belso .static-content h5,
    .blog-belso .static-content p,
    .font-size-16 * {
        font-size: calc(16px) !important;
    }

    .font-size-15 * {
        font-size: calc(15px) !important;
    }

    .font-size-14 * {
        font-size: calc(14px) !important;
    }

    .font-size-13 * {
        font-size: calc(13px) !important;
    }

    .font-size-12 * {
        font-size: calc(12px) !important;
    }

    .font-size-11 * {
        font-size: calc(11px) !important;
    }

    /***************************
    // End Font Sizes
    ***************************/
}