@font-face {
    font-family: 'dxl-reg';
    src: url('fonts/DaxlinePro-Regular_13131.otf'); /* IE9 Compat Modes */
    src: url('fonts/DaxlinePro-Regular_13131.woff') format('woff'),
         url('fonts/DaxlinePro-Regular_13131.ttf')  format('truetype'),
         url('fonts/DaxlinePro-Regular_13131.svg#svgFontName') format('svg'); 
}

@font-face {
    font-family: 'dxl-bold';
    src: url('fonts/DaxlinePro-Bold_13127.otf'); /* IE9 Compat Modes */
    src: url('fonts/DaxlinePro-Bold_13127.woff') format('woff'),
         url('fonts/DaxlinePro-Bold_13127.ttf')  format('truetype'),
         url('fonts/DaxlinePro-Bold_13127.svg#svgFontName') format('svg'); 
}

@font-face {
    font-family: 'dxl-light';
    src: url('fonts/DaxlinePro-Light_13129.otf'); /* IE9 Compat Modes */
    src: url('fonts/DaxlinePro-Light_13129.woff') format('woff'),
         url('fonts/DaxlinePro-Light_13129.ttf')  format('truetype'),
         url('fonts/DaxlinePro-Light_13129.svg#svgFontName') format('svg'); 
}

@font-face {
    font-family: 'dxl-med';
    src: url('fonts/DaxlinePro-Medium_13130.otf'); /* IE9 Compat Modes */
    src: url('fonts/DaxlinePro-Medium_13130.woff') format('woff'),
         url('fonts/DaxlinePro-Medium_13130.ttf')  format('truetype'),
         url('fonts/DaxlinePro-Medium_13130.svg#svgFontName') format('svg'); 
}


body {
    padding-top: 120px;
}
p.top-p {
    float: right;
    font-size: 15px;
    color: #fff;
    line-height: 16px;
}
p.top-telefon {
    
    background: url('../img/top-tel-ikon.png') no-repeat left center;
    padding: 8px 0 4px 48px;
}
p.top-email {
    background: url('../img/top-mail-ikon.png') no-repeat left center;
    padding: 15px 0 13px 48px;
    margin-left: 60px;
}

.dxl-reg {
    font-family: "dxl-reg", sans-serif;
}

.dxl-light {
    font-family: "dxl-light", sans-serif;
}

.dxl-med {
    font-family: "dxl-med", sans-serif;
}


.dxl-bold {
    font-family: "dxl-bold", sans-serif;
}

.topinfo {
    height: 45px;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #00727a;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;

}
.back-to-top:hover {
    color: #00727a;
    background: #fff;
    border: 1px solid #00727a;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #18d26e;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0;
    background: rgba(0, 0, 0, 0.9);
}
#header .menu-container {
    width: 1200px;
}
#header.header-transparent {
    background: #00727a;
}
.header-bl {
    background-color: #fff;
    height: 75px;
    transition: all .3s ease-in-out;
}
.topinfo {
    position: relative;
}
/*
@media (min-width: 768px) {
    #header.header-scrolled {
        background: #fff;
        padding: 18px 0;
    }
    #header.header-scrolled .logo img {
        max-height: 45px;
    }
}*/
#header .logo img {
    transition: all 0.3s;
    -webkit-transition: all 0.3s ease;
    height: 65px;
}
#header.header-scrolled .logo img {
    height: 65px;
}


#header .logo {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    transition: all .3s ease-in-out;
    z-index: 2000;
}

#header .logo a {
    color: #fff;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0 20px 0 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
    float: right;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 30px 0 25px 20px;
    
    transition: all .3s ease-in-out;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #010101;
    transition: 0.3s;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 20px;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
    color: #010101;
    text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 13px;
    text-transform: none;
    color: #333333;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
    color: #000;
}

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

.header-scrolled .header-bl {
    height: 35px;
}

.header-scrolled .nav-menu > ul > li {
    padding: 10px 0 5px 20px;
}

#header.header-scrolled  .logo {
    top: 7px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }
    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }
    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}


/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 11px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    transition: all 0.5s;
}

.mobile-nav-toggle i {
    color: #000;
    transition: all 0.5s;
}

.mobile-nav {
    position: fixed;
    top: 50px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    overflow-y: auto;
    background: rgba(0,0,0,.8);
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
    color: #18d26e;
    text-decoration: none;
}

.mobile-nav .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down > a:after {
    content: "\eaa1";
}

.mobile-nav .drop-down > a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(26, 26, 26, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 703px;
    background: #000;
    overflow: hidden;
    position: relative;
}
#intro .carousel-indicators {
    display: none;
}
@media (max-height: 500px) {
    #intro {
        height: 150vh;
    }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#intro .carousel-item {
    
    background-position: center;
    background-repeat: no-repeat;
}
#intro .carousel-item p {
    font-size: 36px;
    color: #fff;
    width: 100%;
    line-height: 40px;
}
#intro .carousel-item::before {
    content: '';
    /*  background-color: rgba(0, 0, 0, 0.7);*/
}

#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 70px;
    left: 50px;
    right: 50px;
    width: 1200px;
    margin: 0 auto;
}

#intro .container {
    text-align: center;    
    padding: 150px 0;
}


#intro h2 {
    color: #00727a;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 52px;
    line-height: 54px;
}
#intro h3 {
    font-size: 30px;
    color: #000;
    margin: 20px 0 30px 0;
}
a.btn-uzenet {
    background: #00727a;
    color: #fff;
    font-size: 30px;
    display: inline-block;
    line-height: 55px;
    padding: 3px 25px 0 25px;
    margin: 0 12px;
    transition: all .3s ease-in-out;
    border: 1px solid #00727a;
}
a.btn-uzenet:hover {
    text-decoration: none;
    background: #fff;
    color: #00727a;
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 34px;
        line-height: 40px;
        margin: 0px 0 0px 0;
    }
    body #intro .carousel-item p {
        font-size: 20px;
        line-height: 28px;
    }
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}

@media (min-width: 1024px) {
    #intro p {
        width: 60%;
    }
}

#intro .carousel-fade {
    overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
    transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
    width: 10%;
}

@media (min-width: 1024px) {
    #intro .carousel-control-prev, #intro .carousel-control-next {
        width: 5%;
    }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

#intro .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #18d26e;
}

#intro .btn-get-started:hover {
    background: #fff;
    color: #18d26e;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
}




.mobile-nav-active .dineuron-menu {opacity: 1; visibility: visible;  }
.mobile-nav  li a{
    color: #fff;
    font-size: 17px;
    font-family: "mozer-book", sans-serif;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #595959;
    padding: 10px 0;
    margin: 0 20px;
}
.mobile-nav  li, .mobile-nav .flag{
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -moz-animation-timing-function: cubic-bezier(.45,.005,0,1);
    -o-animation-timing-function: cubic-bezier(.45,.005,0,1);
    animation-timing-function: cubic-bezier(.45,.005,0,1);
}
body .mobile-nav a:hover, body .mobile-nav .active > a, body .mobile-nav li:hover > a {
    color: #33a6e5;
}
.mobile-nav-active .mobile-nav li,.mobile-nav-active .mobile-nav .flag {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform .2s,opacity .2s;
    transition: transform .2s,opacity .2s;
}
.mobile-nav li.delay-1{-webkit-transition-delay:0.1s; -moz-transition-delay:0.1s; -ms-transition-delay:0.1s; -o-transition-delay:0.1s; transition-delay:0.1s; }
.mobile-nav li.delay-2{-webkit-transition-delay:0.2s; -moz-transition-delay:0.2s; -ms-transition-delay:0.2s; -o-transition-delay:0.2s; transition-delay:0.2s; }
.mobile-nav li.delay-3{-webkit-transition-delay:0.3s; -moz-transition-delay:0.3s; -ms-transition-delay:0.3s; -o-transition-delay:0.3s; transition-delay:0.3s; }
.mobile-nav li.delay-4{-webkit-transition-delay:0.4s; -moz-transition-delay:0.4s; -ms-transition-delay:0.4s; -o-transition-delay:0.4s; transition-delay:0.4s; }
.mobile-nav li.delay-5{-webkit-transition-delay:0.5s; -moz-transition-delay:0.5s; -ms-transition-delay:0.5s; -o-transition-delay:0.5s; transition-delay:0.5s; }
.mobile-nav li.delay-6{-webkit-transition-delay:0.6s; -moz-transition-delay:0.6s; -ms-transition-delay:0.6s; -o-transition-delay:0.6s; transition-delay:0.6s; }
.mobile-nav li.delay-7{-webkit-transition-delay:0.7s; -moz-transition-delay:0.7s; -ms-transition-delay:0.7s; -o-transition-delay:0.7s; transition-delay:0.7s; }
.mobile-nav li.delay-8{-webkit-transition-delay:0.8s; -moz-transition-delay:0.8s; -ms-transition-delay:0.8s; -o-transition-delay:0.8s; transition-delay:0.8s; }
.mobile-nav li.delay-9{-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.mobile-nav .flag {-webkit-transition-delay:0.9s; -moz-transition-delay:0.9s; -ms-transition-delay:0.9s; -o-transition-delay:0.9s; transition-delay:0.9s; }

.nav-button{
    z-index:10000;
    border:none;
    display:block;
    padding:12px;
    top: 5px;
    right: 10px;
}
.nav-button #nav-icon3{width:24px;height:22px;display:inline-block;position:relative;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}
.nav-button #nav-icon3 span{
    display:block;
    position:absolute;
    height:3px;
    width:100%;
    background:#fff;
    border-radius:9px;
    opacity:1;
    left:0;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}
.nav-button #nav-icon3 span:nth-child(1){top:0}
.nav-button #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3){top:7px}
.nav-button #nav-icon3 span:nth-child(4){top:14px}
.mobile-nav-active #nav-icon3 span:nth-child(1){top:9px;width:0;left:50%}
.mobile-nav-active #nav-icon3 span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.mobile-nav-active #nav-icon3 span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.mobile-nav-active #nav-icon3 span:nth-child(4){top:9px;width:0;left:50%}

.mobile-nav-active #nav-icon3 span {
    background: #fff;
}


.flex-center{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:100%}


@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}




header .social-facebook {
    float: right;
    margin: 7px 15px 7px 30px;
}
header a.flag {
    float: right;
    margin: 7px;
}

h2.section-title {
    font-size: 40px;
    color: #6e6b6b;
    line-height: 44px;
    margin: 0 0 16px 0;
    text-transform: uppercase;
}
h3.st-3 {
    font-size: 25px;
    color: #289fe4;
    line-height: 28px;
    margin: 0 0 20px 0;
}
h2.st-2 {
    font-size: 32px;
    color: #00727a;
    line-height: 36px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}


p.site-txt {
    color: #171717;
    font-size: 19px;
    line-height: 22px;
    margin: 18px 0;
}

p.fog-li {
    font-size: 20px;
    color: #171717;
    line-height: 22px;
    text-align: center;
    margin-bottom: 30px;
}

p.fog-li img {
    display: block;
    margin: 0 auto 12px auto;
}

#szolgaltatasok {
    padding: 70px 0;
    background: #fff;
    height: 907px;
}
#our-medical-service {
    padding: 80px 0;
    background: #fff;
}


.kekfels-c {
    margin-top: 30px;
}
p.kekfels {
    margin: 0 0 10px 0;
    font-size: 19px;
    color: #171717;
    background: url('../img/kekpipa.png') no-repeat left center;
    padding: 12px 0 12px 50px;
    
}

div.kek-kor {
    width: 264px;
    height: 264px;
    border-radius: 50%;
    background: #289fe4;
    position: absolute;
    right: 292px;
    top: 370px;
    text-align: center;
    border: 6px solid #fff;
    padding: 18px 0;
}
div.kek-kor p {
    text-align: center;
    font-size: 23px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 8px 0 8px;
}

#team {
    padding: 70px 0;
    background: url('../img/team-bg.jpg') no-repeat center center;
    height: 711px;
}
#team h3.st-3 {
    color: #56c4c2;
}
#team h2.st-2, #team h3.st-3 {
    margin-left: 20px;
}
div.tmb {
    width: 25%;
    float: left;
    text-align: center;
    margin: 60px 0;
}
div.tmb p {
    font-size: 30px;
    line-height: 32px;
}

div.tmb p span.sp-1 {
    display: inline-block;
    line-height: 32px;
}
div.tmb p span.dxl-med {
    font-size: 42px;
    display: inline-block;
    line-height: 68px;
}
div.tmb p span.sp-2 {
    font-size: 22px;
    line-height: 24px;
    display: inline-block;
}
.fogt-also {
    margin-bottom: 30px;
}
.fogt-also p {
    font-size: 19px;
    line-height: 21px;
}
.fogt-also img {
    margin-bottom: 18px;
}

#team .tobb-mint-box {
    background-color: #56c4c2;
    color: #fff;
    padding: 40px;
    margin-left: -60px;
    margin-top: 50px;
}

#team .tobb-mint-box p.tmb-txt {
    font-size: 19px;
    line-height: 21px;
}

p.left-small-box {
    float: left;
    width: 50%;
    background: url('../img/team-left-icon.png') no-repeat left center;
    padding: 24px 0 24px 100px;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

p.right-small-box {
    float: right;
    width: 50%;
    background: url('../img/team-right-icon.png') no-repeat left center;
    padding: 24px 0 24px 100px;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}
#team a.btn-reszletes {
    margin-left: -40px;
}
#articles {
    padding: 76px 0;
    background-color: #00727a;
    
}
#articles h2.st-2 {
    color: #fff;
    font-size: 31px;
    margin: 0 0 12px 0;
}

#articles h3.st-3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 60px;
}

.aktualis-img {
    height: 253px;
}
.akt-cim {
    font-size: 18px;
    color: #171717;
    text-transform: uppercase;
    height: 57px;
    margin: 0px 0 5px 0;
    display: inline-block;
    overflow: hidden;
}
.aktualis-bg {
    background: #fff;
    padding: 25px 25px 25px 25px;
}

.aktualis-bg p {
    font-size: 18px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
}
.aktualis-bg a.btn-reszletes, #our-medical-service .btn-reszletes {
    font-size: 18px;
    line-height: 39px;
    background-color: #56c4c2;
    padding: 1px 20px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #56c4c2;
    transition: all .3s ease-in-out;
}
#our-medical-service .btn-reszletes {
    font-size: 20px;
    transition: all .3s ease-in-out;
    border: 1px solid #56c4c2;
}
#our-medical-service .btn-reszletes:hover {
    text-decoration: none;
    background: #fff;
    color: #56c4c2;
}

.aktualis-bg a.btn-reszletes:hover {
    color: #56c4c2;
    background: #fff;
    text-decoration: none;
}

#infocsik {
    background: url('../img/infocsik-bg.png') no-repeat center center;
    height: 373px;
    padding: 60px 0;
}
p.tt-1 {
    font-size: 45px;
    color: #fff;
    line-height: 45px;
    margin: 0;
}
p.tt-2 {
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    margin: 10px 0;
}
p.tt-3 {
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    margin: 0;
}


/****************************************************************************************************************
*****************************************************************************************************************
*****************************************************************************************************************/


#cookbook {
    background-color: #00727a;
    padding: 60px 0;
    overflow: inherit;
}
#cookbook p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 0 15px 0;
}
.cookbook-img img {
    position: absolute;
    left: 0;
    top: -112px;
}




#kapcsolat {
    background: #fff;
    height: auto;
    padding: 100px 0 70px 0;
}

#kapcsolat h2.st-2 {
    margin-bottom: 16px;
}
#kapcsolat h3.st-3 {
    color: #56c4c2;
    margin-bottom: 60px;
}
.kapcs-box {
    margin-bottom: 56px;
}
.kapcs-box img {
    float: left;
    padding-right: 20px;
}
.kapcs-box .kapcs-inf {
    float: left;
}
.map {
    margin-top: 50px;
}
.kapcs-box .neve, p.neve {
    font-size: 24px;
    color: #00727a;
    text-transform: uppercase;
    
}
.kapcs-box .kapcs-inf .info-p {
    font-size: 18px;
    color: #171717;
    line-height: 20px;
    padding: 8px 0 8px 52px;
    background: url('../img/haz-ikon.png') no-repeat left center;
}

.kapcs-box .kapcs-inf .info-p.email {
    background: url('../img/email-ikon.png') no-repeat left 6px;
    line-height: 22px;

}
.kapcs-box .kapcs-inf .info-p.mobil {
    background: url('../img/mobil-ikon.png') no-repeat left center;
}

.kapcsolat-form {
    margin-top: 0px;
}
.kapcsolat-form .kapcs-inp {
    display: block;
    background: #56c4c2;
    border: none;
    height: 48px;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}
.kapcsolat-form textarea {
    display: block;
    background: #56c4c2;
    border: none;
    height: 130px;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
}
.kapcsolat-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
  font-family: 'dxl-light';
}

.kapcsolat-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-family: 'dxl-light';
}

.kapcsolat-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
  font-family: 'dxl-light';
}
.kapcsolat-form label {
    margin-top: 20px;
    display: block;
    margin-bottom: 0px;
}
.kapcsolat-form label, .kapcsolat-form label a {
    font-size: 18px;
    color: #171717;
}
.kapcsolat-form label a {
    text-decoration: underline;
}
.kapcsolat-form label input {
    margin-right: 10px;
}
.kuldes-btn {
    font-size: 24px;
    color: #fff;
    background: #56c4c2;
    line-height: 51px;
    padding: 2px 22px 0px 22px;
    text-transform: uppercase;
    border: 1px solid #56c4c2;
    transition: all .3s ease-in-out;
    margin-top: 25px;
}

.kuldes-btn:hover {
    background: #fff;
    color: #56c4c2;
}

#kapcsolat .errors {
    color: red;
}


footer {
    background: #56c4c2;
    padding: 28px 0 0 0;
}
footer a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px;
}

footer .copyright {
    background: #00727a;
    text-align: center;
    font-size: 14px;
    padding: 12px 0;
    color: #fff;
}
footer .copyright a {
    font-size: 14px;
    text-transform: none;
}
footer a:hover {
    color: #fff;
    text-decoration: none;
}
footer .logo-footer {
    margin: 40px 0;
}

#statikus-oldal {
    padding: 70px 0;
    min-height: 75vh;
}
#statikus-oldal .cikkcim {
    font-size: 32px;
    color: #00727a;
    line-height: 36px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}
#statikus-oldal .cikktartalom p {
    
    color: #171717;
    font-size: 19px;
    line-height: 22px;
    margin: 18px 0;
}
#statikus-oldal .cikkcim-l {
    color: #00727a;
    font-size: 19px;
}
a.article-read-more {
    font-size: 18px;
    line-height: 39px;
    background-color: #56c4c2;
    padding: 1px 20px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #56c4c2;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 0px;
    right: 15px;
}
a.article-read-more:hover {
    text-decoration: none;
    background: #fff;
    color: #56c4c2;
}
a.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: -60px auto 0 auto;
    top: 50%;
    color: #fff;
    font-size: 24px;
    width: 100%;
    text-align: center;
}
a.play-btn img {
    margin-bottom: 15px;
    border-radius: 50%;
}

.foto-2-carousel {
    margin-top: 60px;
}
.foto-2-carousel .owl-nav {
    margin: 40px 0 0 0;
    text-align: center;
}
.foto-2-carousel .owl-nav button {
    margin: 0 10px;
}

.hirek-osszes .btn-reszletes {
    width: auto;
    font-size: 27px;
    line-height: 49px;
    background-color: #56c4c2;
    padding: 2px 20px 0 20px;
    color: #fff;
    display: inline-block;
    border: 1px solid #56c4c2;
    transition: all .3s ease-in-out;
    
}
.hirek-osszes .btn-reszletes:hover {
    background: none #fff;
    color: #56c4c2;
    text-decoration: none;
}

a.infoblokk {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.team-img {
    height: 336px;
    background-position: center center;
    background-size: cover;
}
.team-name {
    background-color: #00727a;
    color: #fff;
    text-align: center;
    padding: 15px 8px;
    height: 116px;
}
.member-name {
    text-transform: uppercase;
    font-size: 20px;
}
.member-name, .member-info {
    margin: 0;
}
.member-info {
    font-size: 18px;
}
.team-name a {
    color: #fff;
}

.team-name a:hover {
    color: #fff;
    text-decoration: none;
}

.pulse {
    animation: pulse-animation 2s infinite;
  }
  
  @keyframes pulse-animation {
    0% {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.651);
    }
    100% {
      box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
  }

@media (max-width: 1555px) {
    a.infoblokk {
        top: 95px;
    }
}

@media (max-width: 1180px) {
    .container {
        max-width: 100%;
    }
    .nav-menu > ul {
        margin-right: 20px;
    }
    #header .logo img {
        height: 135px;
        margin: 10px;
    }
}
@media (max-width: 820px) {
    a.infoblokk {
        top: 48px;
    }
    body {
        padding-top: 45px;
    }
    #intro .container {
        padding-left: 10px;
    }
    #header .logo img {
        height: 124px;
        margin: 10px;
    }
    p.top-email, p.top-telefon {
        display: none;
    }
    .container {
        max-width: 100%;
    }
    
    
    #szolgaltatasok {
        background: #ebecee;
        height: auto;
        padding: 40px 20px;
    }
    #szolgaltatasok .section-title, #referenciak .section-title {
        text-align: center;
    }
    #szolgaltatasok br {
        display: none;
    }
    #infocsik {
        background: #6e6b6b;
        height: auto;
        padding: 30px 0;
    }
    #referenciak {
        padding: 30px 0 85px 0;
    }
    #referenciak .owl-nav {
        left: 0;
        bottom: -65px;
        width: 100%;
    }
    #referenciak .owl-nav .owl-prev {
        float: left;
    }
    #referenciak .owl-nav .owl-next {
        float: right;
    }
    footer a {
        display: inline-block;
        width: 45%;
    }
}


@media (max-width: 768px) {

    #header .logo {
       top: -3px;
    }
    #header.header-scrolled  .logo {
        top: -3px;
    }
    a.btn-uzenet {
        margin-bottom: 15px;
    }
    div.our-medical-serviceok-gombok {
        margin-top: 0 !important;
    }
    div.our-medical-serviceok-gombok .col-sm-5 {
        text-align: center !important;
        margin-bottom: 12px;
    }
    .header-bl {
        display: none;
    }
    #header .logo img {
        height: 32px !important;
    }
    #termekek, #ujdonsagok, #kapcsolat {
        padding: 30px 0;
    }
    #rolunk {
        background: #ebecee;
        height: auto;
        min-height: fit-content;
    }
    #kapcsolat {
        height: auto;
    }
    .kapcs-box img {
        display: none;
    }
    .kapcs-box .kapcs-inf {
        float: none;
    }
    .kapcs-box {
        margin: 0 0 20px 0;
    }
    footer a {
        display: block;
        line-height: 38px;
        width: 100%;
        margin: 0;
    }
    .main-news-box {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 15px;
    }
    #our-medical-service {
        padding: 30px 0;
    }
    #our-medical-service .container {
        background: none;
    }
    #our-medical-service div.kek-kor {
        bottom: -372px;
        left: 0;
        right: 0;
        top: auto;
        margin: 0 auto;
    }
    #team {
        padding: 30px 0 0 0;
        height: auto;
        background: #d9e9f2;
    }
    .fogt-also {
        text-align: center;
    }
    div.tmb {
        width: 100%;
        margin: 10px 0;
    }

    #intro a.btn-uzenet {
        font-size: 26px;
        line-height: 50px;
    }

    .foto-carousel {
        margin: 0;
        padding: 0;
    }
    .foto-carousel .item .szolg-item {
        width: 50%;
    }
    .foto-carousel .item .szolg-item a {
        font-size: 15px;
    }
    #szolgaltatasok .owl-nav {
        bottom: 0;
        text-align: center;
    }
    #szolgaltatasok .owl-nav .owl-next {
        float: none;
    }
    #szolgaltatasok .owl-nav .owl-next, #szolgaltatasok .owl-nav .owl-prev {
        margin: 0 10px;
    }
    #velemenyek, #velemenyek .container {
        height: auto;
    }
    #velemenyek img.vkep {
        position: relative;
        width: 100%;
        bottom: 0;
    }
    .velemeny-carousel {
        margin-top: 0;
    }

    .aktualis-elem {
        margin-bottom: 15px;
    }
    .akt-cim, .aktualis-bg p {
        height: auto;
    }
    .hirek-osszes .btn-reszletes {
        margin-top: 20px !important;
    }

    .kekfels-c {
        margin: 0;
    }
    #intro {
        height: 474px;
    }

    #statikus-oldal {
        padding-top: 30px;
    }
    #statikus-oldal .cikkcim-l {
        margin-top: 5px;
        display: block;
    }
    #intro h3 {
        
        margin-top: 10px;
    }
    #intro .carousel-fade .carousel-inner .carousel-item {
        background-size: cover;
        background-position: left center;
    }
    #intro .container {
        padding: 40px 20px 20px 20px;
    }
     #szolgaltatasok, #articles {
        padding: 30px 0;
    }
    
    p.tt-3 {
        margin-bottom: 40px;
    }
    div.map {
        margin-bottom: 15px;
    }

    
    .cookbook-img {
        text-align: center;
    }
    .cookbook-img img {
        width: 90%;
        position: relative;
        top: auto;
        margin: 20px 0 0 0;
    }

    #team .tobb-mint-box {
        margin: 0;
        padding: 30px;
    }
    p.left-small-box, p.right-small-box {
        width: 100%;
        float: none;
    }
    #team a.btn-reszletes {
        margin: 20px 0;
    }
    
}
@media (max-width: 562px) {
    a.infoblokk {
        width: 29%;
        display: block;
    }
    a.infoblokk img {
        width: 100%;
    }
}
@media (min-width: 1940px) {
    #intro .carousel-fade .carousel-inner .carousel-item {
        background-size: cover;
    }
}

