/* Import Fonts */

@import url("https://fonts.googleapis.com/css?family=Dosis:200,300,400,500,600,700,800");

/* Import All CSS */

@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/elegant-icon.css);

/* @import url(css/skeleton.css); */


/* Base CSS */

html {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Dosis", sans-serif;
    font-size: 16px;
    color: #707070;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #303030;
    line-height: 1.3;
    font-weight: 500;
}

p {
    color: #707070;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
}

a,
a:hover,
a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #303030;
    font-weight: 500;
    /* font-size: 14px; */
}

a h2:hover,
a h2:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #303030;
    font-weight: 500;
    font-size: 14px;
}



img {
    height: auto;
    max-width: 100%;
}

.h-70 {
    height: 70%!important;
}


/*  Spacing */

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

.mt-30 {
    margin-top: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

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

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

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

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

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

.ml-15 {
    margin-left: 15px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mr-50 {
    margin-right: 50px !important;
}


/* Height */

.height-400 {
    height: 400px;
}

.height-500 {
    height: 500px;
}

.height-600 {
    height: 600px;
}

.height-700 {
    height: 700px;
}

.height-800 {
    height: 800px;
}

/* Section Padding */

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}


/* Section Heading */

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.section-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 24px;
    }
}

.section-heading p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
}


/* Preloader */

.preloader {
    background-color: #f2f4f5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    overflow: hidden;
}

.preloader .preloader-circle {
    width: 120px;
    height: 120px;
    position: relative;
    border-style: solid;
    border-width: 2px;
    border-top-color: #4eabca;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
}

.preloader .preloader-img img {
    max-width: 100px;
}

.medicopus-main-menu .nav-brand img {
    width: 170px;
}

@-webkit-keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Miscellaneous */

.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-dark {
    background-color: #000000 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.font-bold {
    font-weight: 700;
}

.font-light {
    font-weight: 300;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    /* background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.5) 70%, rgba(255, 255, 255, 1) 90%); */
    /* background-color: rgba(17, 17, 17, 0.5); */
    /* background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.5) 70%, rgba(255, 255, 255, 1) 90%); */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.bg-fixed {
    background-attachment: fixed !important;
}

.bg-gray {
    background-color: #f2f4f5;
}


/* ScrollUp */

#scrollUp {
    background-color: #4eabca;
    border-radius: 0;
    bottom: 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    right: 50px;
    text-align: center;
    width: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #303030;
}


/* Hero Area */

.hero-area button {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    border-style: solid;
    border-color: #4EABCA;
    color: white;
    background-color: #4eabca;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin: 5px 20px 5px 20px;
}

.hero-area button:hover {
    border-style: solid;
    color: #4eabca;
    border-color: #4eabca;
    background-color: transparent;
}

.hero-area button.active {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    border-style: solid;
    color: #4eabca;
    border-color: #4eabca;
    background-color: transparent;
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 15px 5px 15px;
    margin: 0px 20px 0px 20px;
}

.hero-area button.active:hover {
    border-style: solid;
    border-color: #4EABCA;
    color: white;
    background-color: rgb(243, 132, 132);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area button.active,
    .hero-area button {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area button.active,
    .hero-area button {
        font-size: 12px;
    }
}

.hero-area .container .button {
    padding: 15px;
    display: inline-block;
}

.hero-area .single-hero-post .container .button {
    padding: 0px;
    display: inline-block;
}

.hero-area .container a .redbutton {
    color: rgb(243, 132, 132);
}
.hero-area .container a .redbutton:hover {
    color: #4EABCA;
}

.hero-area .container a h3.anime {
    animation: color-change 3s infinite;
}

@keyframes color-change {
    0% {
        color: white;
    }
    50% {
        color: #4EABCA;
    }
    100% {
        color: white;
    }
}

.hero-area .container a h2:hover {
    color: #4EABCA;
}

.hero-area .container a h3.anime:hover {
    animation: color-change-hover 3s infinite;
}

@keyframes color-change-hover {
    0% {
        color: #18445B;
    }
    50% {
        color: black;
    }
    0% {
        color: #18445B;
    }
}

.hero-area .container a h3 sup {
    color: rgb(243, 132, 132);;
}

.hero-area .button a h3 {
    font-size: 25pt;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-area a h3 {
        font-size: 20pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-area .button a h3 {
        font-size: 16pt;
    }
}

@media only screen and (max-width: 767px) {
    .hero-area .button a h3 {
        font-size: 12pt;
    }
}

.medicopus-btn {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 150px;
    height: 46px;
    color: #ffffff;
    background-color: #4eabca;
    border: 2px solid #4eabca;
    border-radius: 2px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
}

.medicopus-btn:hover,
.medicopus-btn:focus {
    font-size: 16px;
    color: #4eabca;
    font-weight: 600;
    background-color: transparent;
    box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .medicopus-btn {
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        position: relative;
        z-index: 1;
        display: inline-block;
        min-width: 100px;
        height: 40px;
        color: #ffffff;
        background-color: #4eabca;
        border: 2px solid #4eabca;
        border-radius: 2px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 37px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .medicopus-btn {
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        position: relative;
        z-index: 1;
        display: inline-block;
        min-width: 60px;
        height: 30px;
        color: #ffffff;
        background-color: #4eabca;
        border: 2px solid #4eabca;
        border-radius: 2px;
        padding: 0 20px;
        font-size: 12px;
        line-height: 27px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .medicopus-btn:hover,
    .medicopus-btn:focus {
        font-size: 14px;
        color: #4eabca;
        font-weight: 600;
        background-color: transparent;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .medicopus-btn:hover,
    .medicopus-btn:focus {
        font-size: 12px;
        color: #4eabca;
        font-weight: 600;
        background-color: transparent;
        box-shadow: none;
    }
}

.medicopus-btn.active {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 150px;
    height: 46px;
    color: #4eabca;
    background-color: transparent;
    padding: 0 20px;
    font-size: 16px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: 600;
}

.medicopus-btn.active:hover {
    font-size: 16px;
    color: #ffffff;
    background-color: #4eabca;
    border: 2px solid #4eabca;
    border-radius: 2px;
    font-weight: 600;
    box-shadow: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .medicopus-btn.active {
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        position: relative;
        z-index: 1;
        display: inline-block;
        min-width: 100px;
        height: 40px;
        color: #4eabca;
        background-color: transparent;
        border-radius: 2px;
        padding: 0 20px;
        font-size: 14px;
        line-height: 37px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media only screen and (max-width: 767px) {
    .medicopus-btn.active {
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        position: relative;
        z-index: 1;
        display: inline-block;
        min-width: 60px;
        height: 30px;
        color: #4eabca;
        background-color: transparent;
        border-radius: 2px;
        padding: 0 20px;
        font-size: 12px;
        line-height: 27px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .medicopus-btn.active:hover {
        font-size: 14px;
        color: #ffffff;
        background-color: #4eabca;
        border: 2px solid #4eabca;
        font-weight: 600;
        box-shadow: none;
    }
}

@media only screen and (max-width: 767px) {
    .medicopus-btn.active:hover {
        font-size: 12px;
        color: #ffffff;
        background-color: #4eabca;
        border: 2px solid #4eabca;
        font-weight: 600;
        box-shadow: none;
    }
}


/* :: 4.0 Header Area CSS */

.header-area {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: transparent;
}

.header-area .top-header-area {
    background-color: rgba(40, 40, 40, 0.7);
    position: relative;
    z-index: 100;
    /*background-color: transparent;*/
    width: 100%;
    height: 42px;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .top-header-area {
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area {
        z-index: 1;
    }
}

.header-area .top-header-area .top-header-content {
    position: relative;
    z-index: 1;
    height: 41px;
}

.header-area .top-header-area .top-header-content .top-header-meta a {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
}


.header-area .top-header-area .top-header-content .top-header-meta a:first-child,
.header-area .top-header-area .top-header-content .top-header-meta a:nth-child(2) {
    margin-right: 30px;
}

.header-area .top-header-area .top-header-content .top-header-meta .btn a {
    margin-right: 0px;
}

.header-area .top-header-area .top-header-content .top-header-meta a i {
    margin-right: 5px;
    color: #4eabca;
}

@media only screen and (max-width: 767px) {
    .header-area .top-header-area .top-header-content .top-header-meta a span {
        display: none;
    }
}

.header-area .top-header-area .top-header-content .active {
    color: white;
}

.header-area .top-header-area .top-header-content .active :hover,
.header-area .top-header-area .top-header-content .top-header-meta .s .btn {
    color: grey;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart {
    position: relative;
    z-index: 1;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart::after {
    width: 1px;
    height: 100%;
    background-color: rgba(235, 235, 235, 0.2);
    content: '';
    top: 0;
    left: -15px;
    z-index: 2;
    position: absolute;
}

.header-area .top-header-area .top-header-content .top-header-meta .cart a {
    margin-right: 0;
}

.header-area .medicopus-main-menu {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .medicopus-main-menu .classy-navbar .classy-menu {
        background-color: #111111;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .classy-navbar .classy-menu {
        background-color: #111111;
    }
}

.header-area .medicopus-main-menu .classy-nav-container {
    background-color: transparent;
}

.header-area .medicopus-main-menu .classy-navbar {
    height: 90px;
    padding: 0;
}

.header-area .medicopus-main-menu .classy-navbar .nav-brand {
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .classy-navbar {
        height: 70px;
    }
}

.header-area .medicopus-main-menu .classynav ul li{
    text-align:center;
    display: inline-block;
    vertical-align: middle;
}

.header-area .medicopus-main-menu .classynav ul li a {
    word-break: break-all;
    text-align: center;
    padding: 0 25px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 20px;
    color: #ffffff;
}
.header-area .medicopus-main-menu .classynav ul li a.nolinebreak{
    line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-area .medicopus-main-menu .classynav ul li a {
        font-size: 27px;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .medicopus-main-menu .classynav ul li a {
        background-color: #111111;
        font-siund-color: #111111;
        font-size: 16px;
        color: #ffffff;
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .classynav ul li a {
        background-color: #111111;
        font-size: 16px;
        color: #ffffff;
        border-bottom: none;
    }
}

.header-area .medicopus-main-menu .classynav .highlight a, 
.header-area .medicopus-main-menu .classynav .highlight a {
    color:#ffffff;
}

.header-area .medicopus-main-menu .classynav ul li a:hover,
.header-area .medicopus-main-menu .classynav ul li a:focus,
.header-area .medicopus-main-menu .classynav ul li a .highlight, 
.header-area .medicopus-main-menu .classynav ul li a .highlight {
    color: #4eabca;
}


.header-area .medicopus-main-menu .classynav ul li a::after {
    color: #ffffff;
}

.header-area .medicopus-main-menu .classynav ul li ul li a {
    padding: 0 20px;
    color: #303030;
    font-size: 14px;
    border-bottom: none;
}

.header-area .medicopus-main-menu .classynav ul li ul li a::after {
    color: #303030;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .medicopus-main-menu .classynav ul li ul li a::after {
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .classynav ul li ul li a::after {
        color: #ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .medicopus-main-menu .classynav ul li ul li a {
        padding: 0 45px;
        color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .classynav ul li ul li a {
        padding: 0 45px;
        color: #ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .medicopus-main-menu .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .classy-navbar-toggler .navbarToggler span {
        background-color: #ffffff;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .medicopus-main-menu .classycloseIcon .cross-wrap span {
        background: #ffffff;
    }
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .classycloseIcon .cross-wrap span {
        background: #ffffff;
    }
}

.header-area .medicopus-main-menu .search-form {
    position: relative;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.header-area .medicopus-main-menu .search-form form {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    background-color: #ffffff;
    width: 500px;
    border-radius: 5px;
    padding: 30px;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .search-form form {
        width: 290px;
        padding: 20px;
    }
}

.header-area .medicopus-main-menu .search-form form input {
    width: 100%;
    height: 45px;
    border: 1px solid #ebebeb;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .search-form form input {
        padding: 0 15px;
    }
}

.header-area .medicopus-main-menu .search-form .closeIcon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    top: 41px;
    right: 60px;
    z-index: 200;
    cursor: pointer;
    color: #707070;
}

.header-area .medicopus-main-menu .search-form .closeIcon:hover {
    color: #4eabca;
}

@media only screen and (max-width: 767px) {
    .header-area .medicopus-main-menu .search-form .closeIcon {
        top: 31px;
        right: 35px;
    }
}

.header-area .medicopus-main-menu .search-form.active {
    opacity: 1;
    visibility: visible;
}

.header-area .is-sticky .medicopus-main-menu {
    /* background-color: #4eabca; */
    /* background-color: rgba(102, 97, 89, 0.9); */
    background-color: rgba(78, 171, 202, 0.75);
    ;
    /*grey*/
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2);
}


/* Hero Slides Area */

.hero-area,
.hero-post-slides,
.hero-post-slides-fix {
    position: relative;
    z-index: 1;
}

.single-hero-post-mini {
    width: 100%;
    height: 700px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.single-hero-post {
    width: 100%;
    height: 650px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.single-hero-post .hero-slides-content h4,
.single-hero-post-mini .hero-slides-content h4 {
    color: #bdbdbd;
}

.single-hero-post .hero-slides-content h2,
.single-hero-post-mini .hero-slides-content h2 {
    font-size: 45px;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 5%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post {
        height: 480px;
    }
    .single-hero-post .hero-slides-content h2 {
        font-size: 36px;
        padding-top: 10%;
    }
    .single-hero-post .hero-slides-content h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post {
        height: 450px;
    }
    .single-hero-post .hero-slides-content h2 {
        font-size: 30px;
        padding-top: 15%;
    }
    .single-hero-post .hero-slides-content h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-post {
        height: 360px;
    }
    .single-hero-post .hero-slides-content h2 {
        font-size: 24px;
        padding-top: 0%;
    }
    .single-hero-post .hero-slides-content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 479px) {
    .single-hero-post {
        height: 350px;
    }
    .single-hero-post .hero-slides-content h2 {
        font-size: 20px;
        padding-top: 0%;
    }
    .single-hero-post .hero-slides-content h3 {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 2200px) {
    .single-hero-post-mini {
        height: 600px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
    .single-hero-post-mini {
        height: 520px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .single-hero-post-mini {
        height: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post-mini {
        height: 480px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post-mini {
        height: 450px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post-mini {
        height: 380px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .single-hero-post-mini {
        height: 340px;
    }
}

.single-hero-post .slide-img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-hero-post-mini .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.single-hero-post svg,
.single-hero-post-mini svg {
    position: absolute;
    bottom: 0px;
    display: block;
}

.single-hero-post .hero-slides-content,
.single-hero-post-mini .hero-slides-content {
    position: relative;
    z-index: 1;
    margin-top: 2%;
}

@media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content,
    .single-hero-post-mini .hero-slides-content {
        margin-top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post-mini .hero-slides-content h2 {
        font-size: 36px;
        padding-top: 5%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post-mini .hero-slides-content h2 {
        font-size: 30px;
        padding-top: 10%;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post-mini .hero-slides-content h2 {
        font-size: 24px;
        padding-top: 0%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-post-mini .hero-slides-content h3 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post-mini .hero-slides-content h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post-mini .hero-slides-content h3 {
        font-size: 18px;
    }
}

.single-hero-post .hero-slides-content p,
.single-hero-post-mini .hero-slides-content p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-post .hero-slides-content p,
    .single-hero-post-mini .hero-slides-content p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content p,
    .single-hero-post-mini .hero-slides-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .single-hero-post .hero-slides-content a,
    .single-hero-post-mini .hero-slides-content a {
        /* min-width: 125px; */
        padding: 0%;
    }
}

.hero-post-slides .owl-item.center .single-hero-post .slide-img,
.hero-area .single-hero-post-mini .slide-img {
    -webkit-animation: none;
    animation: none;
}


/* magnification
.hero-post-slides .owl-item.center .single-hero-post .slide-img,
.hero-area .single-hero-post-mini .slide-img {
    -webkit-animation: slide 24s linear infinite;
    animation: slide 24s linear infinite;
}
*/

@media only screen and (max-width: 767px) {
    .hero-post-slides .owl-item.center .single-hero-post .slide-img,
    .hero-area .single-hero-post-mini .slide-img {
        -webkit-animation: none;
        animation: none;
    }
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hero-post-slides .single-hero-post .slide-img .layer,
.hero-area .single-hero-post-mini .slide-img .layer {
    background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.5) 70%, rgba(255, 255, 255, 1) 90%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single-hero-post .hero-slides-content div,
.single-hero-post-mini .hero-slides-content div {
    margin-top: 0%;
    margin-bottom: 0%;
}

.h2 a:hover,
.h2 a:focus {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #303030;
    font-weight: 500;
    font-size: 14px;
}


/* :: 17.0 Footer Area CSS */

.footer-area {
    position: relative;
    z-index: 1;
}

.footer-area .foot-grad-layer {
    /* background-image: linear-gradient(to bottom, rgba(17, 17, 17, 0.5) 70%, rgba(255, 255, 255, 1) 90%); */
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 3%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-area::after {
    background-color: rgba(40, 40, 40, 0.9);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.footer-area .main-footer-area {
    position: relative;
    z-index: 1;
    padding-top: 80px;
}

.footer-area .single-footer-widget {
    position: relative;
    z-index: 1;
    margin-bottom: 70px;
    text-align: center;
}

.footer-area .single-footer-widget p {
    color: #b7b7b7;
    margin-bottom: 20px;
}

.footer-area .single-footer-widget .social-info a {
    display: inline-block;
    border: 1px solid #b7b7b7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    margin-right: 5px;
    line-height: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-area .single-footer-widget .social-info a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
}

.footer-area .single-footer-widget .social-info a:hover,
.footer-area .single-footer-widget .social-info a:focus {
    border-color: #4eabca;
    background-color: #4eabca;
}

.footer-area .single-footer-widget .widget-title h5 {
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.footer-area .single-footer-widget .widget-nav ul {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-area .single-footer-widget .widget-nav ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

.footer-area .single-footer-widgconet .widget-nav ul li a {
    display: block;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 11px;
}

.footer-area .single-footer-widget .widget-nav ul li a:hover,
.footer-area .single-footer-widget .widget-nav ul li a:focus {
    color: #ffffff;
}

.footer-area .single-footer-widget .single-best-seller-product {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.footer-area .single-footer-widget .single-best-seller-product::after {
    margin-bottom: 0;
}

.footer-area .single-footer-widget .single-best-seller-product .product-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    margin-right: 30px;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a {
    display: block;
    color: #b7b7b7;
    font-size: 16px;
    font-weight: 400;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info a:hover,
.footer-area .single-footer-widget .single-best-seller-product .product-info a:focus {
    color: #ffffff;
}

.footer-area .single-footer-widget .single-best-seller-product .product-info p {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 500;
}

.footer-area .single-footer-widget .contact-information p {
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 13px;
}

.footer-area .single-footer-widget .contact-information p a {
    color: #ffffff;
}

.footer-area .single-footer-widget .contact-information p span {
    color: #b7b7b7;
}

.footer-area .single-footer-widget .contact-information p:last-child {
    margin-bottom: 0;
}

.footer-area .footer-bottom-area {
    position: relative;
    z-index: 1;
}

top .footer-area .footer-bottom-area .border-line {
    width: 100%;
    height: 1px;
    background-color: #4eabca;
}

.footer-area .footer-bottom-area .copywrite-text {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text {
        text-align: center;
        padding-bottom: 0;
    }
}

.footer-area .footer-bottom-area .copywrite-text p {
    font-size: 14px;
    color: #b7b7b7;
    font-weight: 400;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text p {
        font-size: 12px;
    }
}

.footer-area .footer-bottom-area .copywrite-text p a {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
}

.footer-area .footer-bottom-area .copywrite-text p a:hover,
.footer-area .footer-bottom-area .copywrite-text p a:focus {
    color: #4eabca;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .copywrite-text p a {
        font-size: 12px;
    }
}

.footer-area .footer-bottom-area .footer-nav {
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

.footer-area .footer-bottom-area .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .footer-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.footer-area .footer-bottom-area .footer-nav ul li a {
    display: inline-block;
    color: #b7b7b7;
    font-size: 14px;
    font-weight: 400;
    margin: 0 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-bottom-area .footer-nav ul li a {
        margin: 0 8px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-area .footer-bottom-area .footer-nav ul li a {
        margin: 0 5px;
    }
}

.footer-area .footer-bottom-area .footer-nav ul li a:hover,
.footer-area .footer-bottom-area .footer-nav ul li a:focus {
    color: #ffffff;
}

.footer-area .footer-bottom-area .footer-nav ul li:last-child a {
    margin-right: 0;
}

.footer-area .footer-white ul li a {
    color: white;
    margin: 10px 0;
}

.footer-area .footer-white ul li {
    color: white;
    margin: 15px 0px 0px 0px;
}


/* Content Area CSS */

.content-area {
    position: relative;
    z-index: 10;
    width: 100%;
}

.content-area .container {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 24px;
    text-align: justify;
    font-size: 24px;
}

.content-area .container .shadow{
    width:90%
}


.content-area .container img{
    border-radius: 40px;
    background: transparent;  
    border: 10px solid rgba(255,255,255,0.1);
}

.content-area .container a {
    color: #4eabca;
    font-size: 40px;
}

.content-area .container a:hover {
    color: #18445B;
}

.content-area .container .kutatokejszakaja {
    margin-top: -10%;
}

.content-area .container .kutatokejszakaja a {
    color: #4eabca;
    font-size: 60px;
}

.content-area .container .kutatokejszakaja a:hover {
    color: #18445B;
}

.content-area .container .boxleft {
    text-align: left;
}

.content-area .table {
    padding-top: 25px;
    padding-bottom: 15px;
}

.content-area .table table tbody tr,
.content-area .table table tbody td {
    text-align: center;
    vertical-align: middle;
    font-size: 20px;
    border-bottom: 1px solid rgba(78, 171, 202, 0.3);
    border-top: 1px solid rgba(78, 171, 202, 0.3);
}


.content-area .container .boxleft ul,
.content-area .container .boxleft ol {
    text-align: justify;
}

.content-area .container ul {
    counter-reset: my-counter;
    margin-left: 0px;
    font-size: 20px;
    padding-left: 20px;
}

.content-area .container ul ul {
    counter-reset: my-counter2;
    margin-left: 0px;
    font-size: 20px;
    padding-left: 20px;
}

.content-area .container ul.circle,
.content-area .container ul ul.circle {
    counter-reset: circle-counter;
    margin-left: 0px;
    font-size: 20px;
    padding-left: 20px;
}

.content-area .container ul.alpha {
    counter-reset: alpha-counter;
    margin-left: 0px;
    font-size: 20px;
    padding-left: 20px;
}

.content-area .container ul ul.alpha {
    counter-reset: alpha-counter2;
    margin-left: 0px;
    font-size: 20px;
    padding-left: 20px;
}

.content-area .container .fade-left ul li,
.content-area .container .fade-right ul li,
.content-area .container .fade-center-right ul li {
    list-style-type: none;
}

.content-area .container .fade-left ul li::before,
.content-area .container .fade-right ul li::before,
.content-area .container .fade-center-right ul li::before {
    content: none;
}

.content-area .container ul li:before {
    content: counter(my-counter, decimal) ".";
    counter-increment: my-counter;
    margin-right: 5px;
    font-weight: bold;
}

.content-area .container ul ul li:before {
    content: counter(my-counter2, decimal) ".";
    counter-increment: my-counter2;
    margin-right: 5px;
    font-weight: bold;
}

.content-area .container ul.alpha li:before {
    content: counter(alpha-counter, lower-alpha) ".";
    counter-increment: alpha-counter;
    margin-right: 5px;
    font-weight: bold;
}

.content-area .container ul ul.alpha li:before {
    content: counter(alpha-counter2, lower-alpha) ".";
    counter-increment: alpha-counter2;
    margin-right: 5px;
    font-weight: bold;
}

.content-area .container ul.circle li:before,
.content-area .container ul ul.circle li:before {
    content: counter(circle-counter, circle);
    counter-increment: circle;
    margin-right: 5px;
    font-weight: bold;
}

.content-area .container .boxleft ol {
    counter-reset: item;
    margin-left: 0px;
    font-size: 20px;
    padding-left: 20px;
}

.content-area .container .boxleft ol li {
    display: block;
    position: relative;
}

.content-area .container .boxleft ol li:before {
    content: counter(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px;
    /* space between number and text */
}

.content-area .container .boxleft ol .exception-circle li:before {
    /* space between number and text */
    content: "◦";
    counter-increment: unset;
}

.content-area .container .boxleft ol ol .exception-alpha li:before {
    /* space between number and text */
    content: counter(item, lower-alpha) ".";
}

.content-area .staff-subtitle {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.content-area .staff-subtitle h2 {
    display: inline;
    padding: 10px 20px 10px 20px;
    border-style: solid;
    border-radius: 30px;
    border-color: rgba(78, 171, 202, 0.7);
}

.content-area .move {
    background-color: white;
    margin: 50px;
}

.content-area .move-mini {
    font-size: 1.8em;
    letter-spacing: 0.02em;
}

.content-area .move-soon {
    font-size: 2.8em;
    letter-spacing: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area .move-soon {
        font-size: 15pt;
        letter-spacing: 0.25em;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .move-soon {
        font-size: 10pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area .ml .letter {
        display: inline-block;
        line-height: 0.5em;
        font-size: 25pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .ml .letter {
        display: inline-block;
        line-height: 0.3em;
        font-size: 12pt;
    }
}

.content-area .ml {
    color: #4EABCA;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.content-area .ml .letter {
    display: inline-block;
    line-height: 1em;
}

#hiddendiv{
    display:none;
    padding-bottom: 2%;
    }
    
.content-area.clicker:focus + .content-area.hiddendiv{
    display:block;
    }

.content-area .image-container {
  display: flex;
  justify-content: center; /* vízszintesen középre */
  align-items: center;     /* függőlegesen középre */
  overflow: hidden;
}
    
.content-area .image-container img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0 !important; /* nincs lekerekítés */
  object-fit: contain; /* arányos méret, nem torzul */
}

.content-area .i90 img {
    width: 90%;
}

.content-area .fade-right {
    margin: 5px 10px 5px 50px;
    padding: 2%;
    background-color: white;
    opacity: 1;
}

.content-area .fade-center-right {
    margin: 5px 0px 5px 0px;
    padding: 2%;
    background-color: white;
    opacity: 1;
}

.content-area .fade-left {
    margin: 5px 50px 5px 10px;
    padding: 2%;
    background-color: white;
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .content-area .fade-left {
        margin: 5px 10px 5px 5px;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .fade-right {
        margin: 5px 5px 5px 10px;
    }
}

.content-area .fade {
    background-color: white;
    opacity: 1;
}

.content-area .row {
    position: relative;
}



.content-area a.important,
.content-area p.important,
.content-area h3.important,
.content-area h4.important,
.content-area h5.important,
.content-area.important
{
    color: rgb(243, 132, 132);
}

.highlight{
    font-weight: bolder;
}

.content-area .row:after {
    content: "";
    display: table;
    clear: both;
}


.content-area .column2_right {
    vertical-align: top;
    margin-left: auto;
    margin-right: auto;
    width: 47%;
    padding: 3%;
    border: 5px solid rgba(37, 37, 37, 0.05);
    border-radius: 30px;
}

.content-area .column2_right .title{
    text-align: center;
    padding-bottom: 6%;
}

.content-area .column2_right h3,
.content-area .column2_right a,
.content-area .column2_right h4{
    text-align: center;
    padding-bottom: 2%;
}

.content-area .column2 {
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    margin: auto;
    padding: 2%;
}



.content-area .column-half-up {
    float: left;
    width: 40%;
    margin: 0 auto;
    padding: 1%;
    text-align: center;
}

.content-area .column {
    margin: auto;
    float: left;
    vertical-align: middle;
    text-align: center;
    width: 32%;
    padding: 1%;
}

.content-area .column img,
.content-area .column2 img,
.content-area .column-half-up img {
    vertical-align: middle;
    border-radius: 10%;
}

.content-area .container a{
     font-size: 50px;
}

.content-area .column a {
    height: inherit;
    vertical-align: bottom;
}

.content-area .column a h4 :hover {
    color: #18445B;
    font-size: xx-large;
}

.content-area .column h4 {
    color: gray;
    /*#4EABCA;*/
}



@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area h4,
    .content-area .column h4,
    .content-area .column2 h4,
    .content-area .column h4 a,
    .content-area .column2 h4 a {
        font-size: 16pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area h4,
    .content-area .column h4,
    .content-area .column2 h4,
    .content-area .column h4 a,
    .content-area .column2 h4 a {
        font-size: 14pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area a h4,
    .content-area .column h4,
    .content-area .column2 h4,
    .content-area .column h4 a,
    .content-area .column2 h4 a {
        font-size: 12pt;
    }
}

.content-area a h3,
.content-area .column a h3,
.content-area .column2 a h3,
.content-area a p {
    color: #4EABCA;
}

.content-area a h4{
    color: #4EABCA;
}

.content-area a h4:hover {
    color: #18445B;
    /*#4EABCA;*/
}

.content-area a h3:hover,
.content-area .column a h3:hover,
.content-area .column2 a h3:hover,
.content-area a p:hover,
.content-area .column a h4:hover {
    color: #18445B;
    /*#4EABCA;*/
}

.content-area .column a h5:hover {
    color: #4EABCA;
}

.content-area .column2 h3,
.content-area .column h3,
.content-area h3,
.content-area p h3,
.content-area h3 a {
    font-size: 25pt;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area .column h3,
    .content-area .column2 h3,
    .content-area p h3,
    .content-area h3,
    .content-area h3 a {
        font-size: 20pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area .column h3,
    .content-area .column2 h3,
    .content-area h3 a {
        font-size: 16pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .column h3,
    .content-area .column2 h3,
    .content-area h3,
    .content-area h3 a {
        font-size: 12pt;
    }
}

.content-area h2,
.content-area .column h2,
.content-area .column2 h2 .content-area .column2 h2 a {
    font-size: 25pt;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area h2,
    .content-area .column h2,
    .content-area .column2 h2,
    .content-area .column2 h2 a {
        font-size: 20pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area h2,
    .content-area .column h2,
    .content-area .column2 h2,
    .content-area .column2 h2 a {
        font-size: 16pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area h2,
    .content-area .column h2,
    .content-area .column2 h2,
    .content-area .column2 h2 a {
        font-size: 16pt;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area h5 {
        font-size: 12pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area h5 {
        font-size: 10pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area h5 {
        font-size: 8pt;
    }
}

.content-area .vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.content-area .container .h-50 {
    height: 50px!important;
}

.content-area .container .p10 {
    margin-top: 10px;
}

.content-area .container .p20 {
    margin-top: 20px;
}

.content-area .container .p30 {
    margin-top: 30px;
}

.content-area .container .p40 {
    margin-top: 40px;
}

.content-area .container .p60 {
    margin-top: 60px;
}

.content-area .map-area {
    width: 100%;
    padding-top: 100%;
    /* height: 400pt; */
}

.content-area .map-area .map {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    background-color: silver;
    /* show me! */
}

.content-area .map-area .map iframe {
    width: 100%;
    height: 100%
}

.content-area .container .frame {
    border-radius: 20px;
    border-color: #4eabca;
    border-style: solid;
}

.content-area .container .contact-information p a {
    color: #7b7b7b;
    cursor: pointer;
}

.content-area p,
.content-area li,
.content-area .container li a,
.content-area .container a,
.content-area .text-center,
.content-area .container p a,
.content-area .container table tr td,
.content-area .container table tr td a {
    font-size: 18pt;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area p,
    .content-area li,
    .content-area .container li a,
    .content-area .container a,
    .content-area .text-center,
    .content-area .container p a,
    .content-area .container table tr td,
    .content-area .container table tr td a {
        font-size: 15pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area p,
    .content-area li,
    .content-area .container li a,
    .content-area .container a,
    .content-area .text-center,
    .content-area .container p a,
    .content-area .container table tr td,
    .content-area .container table tr td a {
        font-size: 12pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area p,
    .content-area li,
    .content-area .container li a,
    .content-area .container a,
    .content-area .text-center,
    .content-area .container p a,
    .content-area .container table tr td,
    .content-area .container table tr td a {
        font-size: 10pt;
    }
}

.content-area .nowrap {
    white-space: now;
}

.content-area button {
    font-size: 18pt;
    border-style: solid;
    border-color: #4EABCA;
    color: #4eabca;
    cursor: pointer;
    background-color: transparent;
    padding: 5px 15px 5px 15px;
    margin: 5px;
    border-radius: 12px;
}

.content-area button:hover {
    border-style: solid;
    color: #18445B;
    border-color: #18445B;
}

.content-area .container .slogan-right {
    text-align: right;
    font-size: 40px;
    color: #4EABCA;
    animation: slogan 5s ease-in-out infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area .container .slogan-right {
        font-size: 20pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area .container .slogan-right {
        font-size: 16pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .container .slogan-right {
        font-size: 12pt;
        animation: none;
    }
}

.content-area .container .maintext {
    text-align: center;
    font-size: 40px;
    color:rgb(122, 85, 85);
    /*color: #29759e;*/
    text-align: center;
    animation: fading 5s ease-in-out infinite alternate;
    padding-bottom: 10%;
}

.content-area .container .a :hover {
    color:#000000;
    animation: none;
}
.content-area .container .maintext :hover {
    animation: none;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area .container .maintext {
        font-size: 30pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area .container .maintext {
        font-size: 20pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .container .maintext {
        font-size: 10pt;
        animation: none;
    }
}

.content-area .container .slogan {
    text-align: center;
    font-size: 60px;
    color: #4EABCA;
    text-align: center;
    animation: slogan 5s ease-in-out infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-area .container .slogan {
        font-size: 40pt;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-area .container .slogan {
        font-size: 30pt;
    }
}

@media only screen and (max-width: 767px) {
    .content-area .container .slogan {
        font-size: 20pt;
        animation: none;
    }
}

@-webkit-keyframes slogan {
    0% {
        text-shadow: none;
    }
    30% {
        text-shadow: 0 0 30px rgba(11, 81, 104, 0.6);
    }
    60% {
        text-shadow: 0 0 30px rgba(11, 81, 104, 0.6), 0 0 60px rgba(11, 81, 104, 0.4);
    }
    80% {
        text-shadow: none;
    }
    100% {
        text-shadow: 0 0 30px rgba(11, 81, 104, 0.6), 0 0 60px rgba(11, 81, 104, 0.4), 0 0 100px rgba(11, 81, 104, 0.2), 0 0 90px rgba(11, 81, 104, 0.1);
    }
}

@keyframes slogan {
    0% {
        text-shadow: none;
    }
    30% {
        text-shadow: 0 0 30px rgba(11, 81, 104, 0.6);
    }
    60% {
        text-shadow: 0 0 30px rgba(11, 81, 104, 0.6), 0 0 60px rgba(11, 81, 104, 0.4);
    }
    80% {
        text-shadow: none;
    }
    100% {
        text-shadow: 0 0 30px rgba(11, 81, 104, 0.6), 0 0 60px rgba(11, 81, 104, 0.4), 0 0 100px rgba(11, 81, 104, 0.2), 0 0 90px rgba(11, 81, 104, 0.1);
    }
}

@-webkit-keyframes fading {
    0% {
        text-shadow: none;
    }
    30% {
        text-shadow: 0 0 30px rgb(122, 85, 85);
    }
    60% {
        text-shadow: 0 0 30px rgb(122, 85, 85), 0 0 60px rgb(122, 85, 85);
    }
    80% {
        text-shadow: none;
    }
    100% {
        text-shadow: 0 0 30px rgb(122, 85, 85), 0 0 60px rgb(122, 85, 85), 0 0 100px rgb(122, 85, 85), 0 0 90px rgb(122, 85, 85);
    }
}

@keyframes fading {
    0% {
        text-shadow: none;
    }
    30% {
        text-shadow: 0 0 30px rgb(122, 85, 85);
    }
    60% {
        text-shadow: 0 0 30px rgb(122, 85, 85), 0 0 60px rgb(122, 85, 85);
    }
    80% {
        text-shadow: none;
    }
    100% {
        text-shadow: 0 0 30px rgb(122, 85, 85), 0 0 60px rgb(122, 85, 85), 0 0 100px rgb(122, 85, 85), 0 0 90px rgb(122, 85, 85);
    }
}



 :target {
    margin: 0;
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
.single-footer-widget img {
    width: 90%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-footer-widget img {
        width: 85%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-footer-widget img {
        width: 75%;
    }
}

@media only screen and (max-width: 767px) {
    .single-footer-widget img {
        width: 65%;
    }
}

.foot-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-white img {
    width: 120px;
}

.x3dom-logContainer {
    bottom: 0px;
    position: absolute;
}

.kisallat tbody, th, td{
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
}