html {
  scroll-behavior: smooth;
}

.delius-unicase-regular {
  font-family: "Delius Unicase", cursive;
  font-weight: 400;
  font-style: normal;
}

.delius-unicase-bold {
  font-family: "Delius Unicase", cursive;
  font-weight: 700;
  font-style: normal;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

body {

}

/*video modal settings*/
.modal-dialog {
      max-width: 80%;
      margin: 30px auto;
  }

.modal-body {
  position:relative;
  padding:0px;
}
.btn-close {
  position:absolute;
  right:-30px;
  top:0;
}
/*video modal settings*/

.fixed-top {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#section1 {
  height: 600px;
  background-color: pink;
}

#section2 {
  height: 600px;
  background-color: yellow;
}

body {
  padding-top: 0rem;
  padding-bottom: 0rem;
  color: inherit;
}

body#top {
  position: inherit!important;
  top: inherit!important;
  width: inherit!important;
  height: inherit!important;
  overflow: inherit!important;
  left: inherit!important;
}

main {
   /* margin-top: 3.2rem;*/
}

a {
    color: #e94d3e;
    text-decoration: none;
}

header {
  /* height: 100px; */
  height: 0px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px 0px 0px;
    margin-bottom: 1rem;
    list-style: none;
    text-transform: uppercase;
    margin-top: 20px;
}

ol.breadcrumb > li.active br {
  float: left;
}

.text-box.content-tite {
  padding: 0px;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
    min-height: 90px;
    flex-grow: 0;
}

.navbar-nav {
    float: right;
    /* margin: 0 auto; */
    /*text-align: center;
    position: absolute;
    top: 79px;
    z-index: 11;
    left: 9%;
    right: 9%;*/
}

.subnav {
	margin-top: 2px;
	position: fixed;
	z-index: 100;
	width: 100%;
	top: 100px;
	left: 0;
	right: 0;
}

h3.col-lg-2.footer-nav-item.food-subnav-item {
  width: 14.2%;
}

a.nav-link {
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: 1rem!important;
}

.navbar-dark .navbar-nav a.nav-link {
    color: #85bc30;
    font-weight: 400;
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.7rem 0.5rem!important;
}

.navbar-dark .navbar-nav a.nav-link:hover {
    color: #fff;
    background-color: #ba4a3f;
}

.navbar-dark .navbar-nav a.nav-link.langcolour {
 color: #a197f2;
font-weight: normal;
font-size: 1.1rem;
padding: 0.3rem 0.2rem !important;
}

.navbar-default {
    background-color: #e8e7e7;
    border-color: #e7e7e7;
    border-radius: 0px;
    border: 0px;
}

.navbar_medfood {
    height: 100px;
}

.top-nav {
    position: absolute;
    height: 54px;
    top: 0;
    margin: -15px;
}

.main-nav {
  position: absolute;
  top: 90px;
  background-color: #bb4b4000 !important;
  height: 36px;
  left: 0;
  margin: -15px;
}

.nav-item {
  height: 33px;
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  margin-left: 21px;
}

.nav-item.nav-item-menu-variations {
  height: auto;
}

div#bs-example-navbar-collapse-1 {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px;
}

span.brand-name {
    display: block;
    padding: 0px 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #777;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    cursor: pointer;
    /*font-weight: bold;*/
    color: #000;
}

.navbar-brand {
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 0rem;
    position: absolute;
    z-index: 10;
    left: 0;
    height: 142px;
}

.img-brand {
  height: 142px;
  padding: 24px 20px 10px;
}

ul.top-menu {
    float: left;
    text-decoration: none;
    list-style: none;
    margin-bottom: 0px;
    width: 450px;
    text-align: end;
    display: flex;
}

a.nav-link.orange {
    color: #e94d3e!important;
    font-weight: normal;
    font-size: 1rem;
    padding: 5px 10px!important;
    background-color: transparent;
    text-align: center;
    margin-top: 7px;
    border-radius: 21px;
    margin-right: 10px;
    width: 215px;
    text-transform: inherit;
    border: 1px solid #FFF;
}

a.nav-link.orange:hover {
    color: #e94d3e;
    background-color: #fff;
}

.btn-outline-success {
    color: #fff;
    border-color: #e94d3e;
    padding: 0px 8px;
    line-height: 0.5;
    height: 33px;
    border-radius: 1px;
    background-color: #e94d3e;
}

.form-control.form-control-search::placeholder {
  color: #b3b3b3;
  opacity: 1;
}

ul.navbar-nav {
    padding: 0px 20px 0px 0px;
}

ul#fomenu {
    border-top: 1px solid silver;
}
img.icon-access {
    width: 30px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}

img.brand-logo {
    height: 63px;
    margin: 31px;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active {
  border-radius: 2px;
  color: #fff;
  border-bottom: 6px solid #e2e2e2;
  background-color: #bb4b40;
}

.form-control.form-control-search {
    display: block;
    width: 100%;
    padding: 0.25rem 0.5rem;
}    
    
/*.navbar>.container-fluid .navbar-brand-name {
    padding: 27px 24px;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    height: 80px;*/
}

.dropdown-menu {
  background-color: #000;
  border-radius: 0px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 5px 30px 5px 15px;
  clear: both;
  font-weight: 400;
  line-height: 2rem;
  color: #212529;
  white-space: nowrap;
  font-size: 1rem;
}

.navbar>.container-fluid .navbar-brand-name h1 {
  padding: 7px 7px;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  height: 80px;
  margin: inherit;
}

.back-to-top {
  margin-bottom: -16px;
}

h1.brand-text {
  padding: 7px 7px;
  color: #000;
  font-weight: bold;
  font-size: 28px;
  height: 80px;
  margin: inherit;
}

h1 sub {
  font-size: 0.5em;
  color: #bb4b40;
}
.orange-text {
  color: #e94d3e;
}

.white-text {
  color: #fff;
  font-size: 14px;
}

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

.red-text {
  color: red;
}

.price-text {
  font-size: 26px;
}


/*video background*/

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/*video background end*/


.carousel-item {
  height: 900px;
  margin-top: 0px;
  display: block;
}
.carousel-item.carousel-item-contact  {
  height: 30rem;
  margin-top: 0px;
}

.carousel-item.carousel-item-contact .carousel-caption {
  bottom: 6rem;
  z-index: 10;
  padding: 15px;
}


img.bd-placeholder-img {
    width: 100%;
}

form#searchform {
    width: 100%;
    float: right;
    padding: 8px 10px;
    margin-left: 50px;
}

.btn.btn-outline-secondary {
    border-left: 0px!important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    height: 33px;
    line-height: 1;
}

.form-control.form-control-search {
    padding: 0rem 0.5rem;
    background-color: inherit;
    margin-right: inherit!important;
    border-right: 0px!important;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    line-height: 1;
    height: 33px;
    color: #fff;
}

.eu-rules-inside {
    background-color: #fff;
    /*margin-bottom: 20px;*/
}

.text-box.white-bg {
    background: #FFF;
    padding: 0px 15px 0px;
    margin-top: 0px;
}

.text-box.white-bg.sixty {
    margin-top: 0px;
}

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

.dark-bg {
  background-color: #212529;
}

.content-dark-bg {
  background-color: #f5f4f0;
}

.middle-dark-bg {
  background-color: #5c636a;
}

.orange-bg {
  background-color: #e94d3e;
}

.title.light-title {
  color: #fff;
}

.white-title {
    color: #fff;
}

h1.landing-big {
    line-height: 4.1rem;
    font-size: 4rem;
}

.fluid-container.head-block.head-block-blog h1.landing-big {
  line-height: 4.1rem;
  font-size: 4rem;
  color: #e94d3e;
}

 ol.breadcrumb li.blog a {
  color: #8c8c8c;
  text-decoration: none;
}
 ol.breadcrumb li.blog.active {
  color: #8c8c8c;
  text-decoration: none;
}


h2.heading-main-title {
    font-size: 3rem;
    margin: 30px 0px 0px;
}

h2.heading-main-big-title {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #e94d3e;
    margin-bottom: 30px;
}

h2.heading-main-title-orange {
    color: #e94d3e;
    font-weight: bold;
    font-size: 3rem;
     margin-bottom: 30px;
}

h2.title {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
  margin-bottom: 50px;
  /*border-left: 4px solid #86bc32;*/
  padding: 0px 0px 0px 20px;
}

h2.title:after {
    content: "";
    display: block;
    height: 2px;
    width: 80px;
    
    margin: 0.2em 0 0em;
}

h2.title.cat-title {
  color: #949292;
  font-size: 4rem;
  line-height: 4rem;
  margin-bottom: 50px;
  padding: 0px 0px 0px 20px;
  font-weight: 100;
}

h2.title.cat-title::after {
  content: "";
  display: block;
  height: 7px;
  width: 80px;
  background-color: #e94d3e;
  margin: 10px 0px;
}

h2.title.cat-title.noicon::after {
  margin: 0.2em 0 0em;
}

.cat-section-img {
  float: left;
  width: 80px;
  margin-right: 30px;
  margin-top: 0px;
  border-radius: 10px;
  background-color: #f5f4f0;
  padding: 10px;
}

h3.title {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #000;
  margin-bottom: 30px;
  border-left: 0px solid #85bc30;
  padding-left: 0px;
}

h3.title.white-title {
  color: #fff;
}

h3.title.video-title {
  color: #666;
  padding: 15px;
  font-size: 22px;
  margin: 0px;
  height: 85px;
  line-height: 25px;
  font-weight: bold;
}

h4.main-title {
  color: #666;
  font-style: italic;
  margin: 70px 0px 0px;
  font-family: "Pacifico", cursive;
  font-size: 2.5rem;
}

.founder-sign {
  font-family: initial;
  font-style: initial;
  font-size: 1.5rem;
}

.video-content-text {
  margin-bottom: 0px;
  height: 60px;
  padding: 15px;
}

h4.head-title{
  padding: 5px 0px 0px;
  line-height: 2rem;
  color: #d0d0d0;
}

h4.head-title p {
  font-size: 1.6rem!important;
  margin-bottom: 2rem;
  color: #ccc;
  }

.introduction {
    padding: 10px 15px;
    font-size: 2rem;
    line-height: 2.5rem;
}

h2.featurette-heading {
    color: #212529;
    font-size: 2.7rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

h2.heading-title {
    color: #212529;
    font-size: 2.7rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 15px;
}

h3.nounderline {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
}

p {
  font-size: 18px;
  line-height: 31px;
}

span.linetrought-text {
  text-decoration: line-through;
  color: #000;
  font-size: 16px;
  line-height: 16px!important;
  display: block;
}

span.linetrought-text-simple {
  text-decoration: line-through;
  color: #000;
  line-height: 16px!important;
  display: block;
}

.package-price span.linetrought-text-simple {
  font-size: 2rem;
  margin-bottom: 20px
}

.package-price span.red-text {
  font-size: 3rem;
}

span.swich-text {
  color: #000;
  font-size: 14px;
  display: block;
  line-height: 14px;
}

.line-progress-klublanding {
  min-height: 600px;
}

.white-title {
  color: #fff!important;
}
.btn-medfood {
  color: #bb4b40;
  background-color: #fcfcfc;
  border-color: #6c757d;
  border: 0px solid #5c636a;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
}

.btn-medfood:hover {
    color: #fff;
    background-color: #212529;
    /* border-color: #6c757d; */
    border: 0px solid #5c636a;
}

.btn-magdala {
  color: #1b1b1b;
  background-color: #fff;
  border-color: #6c757d;
  border: 0px solid #5c636a;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0px;
  width: 100%;
  display: block;
  text-align: center;
}
.btn-magdala:hover {
    color: #fff;
    background-color: #666;
    /* border-color: #6c757d; */
    border: 0px solid #5c636a;
}
.video-item-inside {
  background-color: #e2e2e2;
  padding: 15px;
}
.video-item-btn-block {
  padding: 15px;
  width: 100%;
  color: #5b5b5b;
  height: 80px;
}


.btn-medfood.btn-orange {
    color: #fff;
    background-color: #e94d3e;
    /* border-color: #6c757d; */
    border: 0px solid #e94d3e;
}

.btn-medfood.btn-orange:hover {
    background-color: #cd5f00cf;
    border-color: #cd5f00cf;
}

a.btn.btn-secondary.btn-medfood.btn-issue.btn-order {
  width: 100%;
  background-color: #e94d3e;
  border-color: inherit;
  margin: 0px;
  border-radius: 8px;
  text-transform: inherit;
  padding: 15px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: end;
}
 
a.btn.btn-secondary.btn-medfood.btn-issue.btn-order:hover {
    background-color: #cd5f00cf;
    border-color: #cd5f00cf;
}

a.btn.btn-apple-twenty-minutes {
  /*width: 220px;*/
  /* width: 100%; */
  background-color: #e94d3e;
  border-color: #fff;
  margin: 0px;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 10px 80px;
  font-weight: normal;
  font-size: 1.3rem;
  text-align: end;
  color: #fff;
  text-align: center;
  border: 0px solid #fff;
}
 
a.btn.btn-apple-twenty-minutes:hover {
  background-color: #9d5514;
  border-color: #ffffffcf;
}

a.btn.btn-secondary.btn-medfood.btn-medfood-orange.btn-issue {
    background-color: #e94d3e;
    border-color: #cd5f00cf;
}

a.btn.btn-secondary.btn-medfood.btn-medfood-orange.btn-issue:hover {
    background-color: #cd5f00cf;
    border-color: #cd5f00cf;
}

a.btn.btn-secondary.btn-medfood.btn-doctor {
    width: 100%;
    background-color: #e94d3e;
    border-color: #cd5f00cf;
    margin: 30px;
}

a.btn.btn-secondary.btn-medfood.btn-doctor:hover {
    background-color: #cd5f00cf;
    border-color: #cd5f00cf;
}

a.btn.btn-primary.btn-medfood.btn-csomag {
    width: 80%;
    position: absolute;
    bottom: 30px;
    left: 10%;
    right: 10%;
    color: #fff;
    background-color: #5c636a;
    /* border-color: #6c757d; */
    border: 0px solid #5c636a;
}

a.btn.btn-primary.btn-medfood.btn-csomag:hover {
    color: #fff;
    background-color: #212529;
    /* border-color: #6c757d; */
    border: 0px solid #5c636a;
}

a.btn.btn-primary.btn-medfood.btn-csomag.btn-etelek {
    position: relative;
    margin: 30px 0px 0px 0px;
}

.btn-inverse {
    background-color: #fff;
    color: #212529;
}

a.btn.btn-primary.btn-tanulj {
  position: relative;
  margin: 30px 0px 0px 0px;
  background-color: #8f80a5;
  padding: 1rem 2rem;
  width: 80%;
  bottom: 30px;
  left: 10%;
  right: 10%;
  color: #fff;
  border: 0px solid #5c636a;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: normal;
}

h2.course-right-title {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.3rem;
  margin-bottom: 30px;
}

.op-lead > h3, .op-content > h3, .programs > h3 {
    margin-top: 0px;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 30px;
}

.nopaddig {
    padding: 0px!important;
}

.container.marketing {
  padding: 50px 0px;
}

.content-block {
    padding: 0px 0px 50px;
}

.no-bottom-padding {
    padding-bottom: 0px! important
}

.no-top-padding {
    padding-top: 0px! important
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.row.margin-0 {
  margin: 0px 0px;
}

.row.margin-30 {
  margin: 0px -30px;
}

.title.nomargin {
  margin: 0px !important;
}

.title.nopadding {
  padding: 0px !important;
}

.lead-title {
  position: absolute;
  bottom: 50%;
  right: 9%;
  background-color: #212529c4;
  padding: 20px 40px 10px;
  border-radius: 5px;
} 

.lead-title.full-with-title {
  position: sticky;
  bottom: 20%;
  left: 65%;
  background-color: #212529c4;
  padding: 20px 40px 10px;
  border-radius: 5px;
  margin: 20px;
  width: 35%;
  right: 0%;
}

.recept-img {
  max-height: 600px;
  overflow: hidden;
  margin-top: 0px;
}

.lead-title > h1.food-title {
  margin: 0px;
  font-size: 4rem;
  color: #e94d3e;
  font-weight: 100;
}

.lead-title > h1.food-title::after {
  content: "";
  display: block;
  height: 7px;
  width: 30%;
  background-color: #e94d3e;
  margin: 0.3em 0 0em;
  padding: 4px 13px;
  border-radius: 15px;
}

.content-block.subnav-block {
    padding: 0px 0px;
    margin-top: 12px;
}

.content-block.subnav-block h3.footer-nav-item {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 10px 5px;
    margin: 0;
    background-color: #f5f4f0;
    color: #212529;
    border: 0px;
}

.content-block.subnav-block h3.footer-nav-item.receptek-subnav-item {
  background-color: #85bc30;
  color: #fff;
}

.content-block.subnav-block h3.footer-nav-item:hover {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 11px 5px;
    margin: 0;
    background-color: #e2e2e2;
    color: #000;
}

.content-block.subnav-block h3.footer-nav-item.active-nav-item {
    background-color: #e94d3e;
}

.content-block.subnav-block h3.footer-nav-item.active-nav-item:hover {
    color: #fff;
    background-color: #d47c09;
}

h3.contact-cat-title {
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 30px;
    border-left: 5px solid #85bc30;
    margin-left: 30px;
}

.row_contact {
    display: flex;
}

.main-head-img {
    width: 100%;
}

.head-block {
  /*background-image: url(/img/main-head-img-01.png);
  background-position: center;
  height: 700px;*/
	background: url(/img/main-head-img-01.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block.head-block-webinar {
  background-position: center;
  background: url(/img/webinar-bg2.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: auto;
}

.video-box {
  padding: 30px;
}

.btn-box {
  padding: 0px 30px;
}

.col-lg-3.issue-item.d-none.d-lg-block.d-flex.justify-content-center {
    float: left;
}

h3.col-lg-2.footer-nav-item.food-subnav-item {
    width: 14%;
}

.icon-food-submenu {
  width: 50px;
  height: 50px;
  padding: 0px;
}

.active-nav-item {
    border-bottom: 5px solid #85bc30;
    background-color: #dee2e6;
    color: #85bc30;
}

.nav-link.orange.transparent-link.active-firm {
  background-color: #e94d3e;
  color: #fff !important;
}

.center-block {
    text-align: center!important;
}

.content-block.center-block {
    text-align: center!important;
}

.footer-content-block.center-block {
    text-align: center!important;
    padding-bottom:0px;
    padding-top: 20px;
}

.content-block.center-block div{
    text-align: center!important;
}
.grey-content-block {
    background-color: #e2e2e2;
    padding: 10px 0px 20px;
    margin-top: 30px;
}

h2.content-block-title {
    margin-bottom: 30px;
    font-weight: normal;
    padding: 0px 30px;
}

p.content-block-text {
    padding: 0px 30px;
}

.content-block.top-block-one {
    padding: 0px 10px;
    background-color: #ececec;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(60,60,60,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(60,60,60,0);
    margin-bottom: 70px;
   margin-top: 60px;
}

.ratio > * {
  border-radius: 5px;
}

.content-block.video-block.top-block-one {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #000000, 5px 5px 15px 5px rgba(60,60,60,0); 
    box-shadow: 0px 0px 0px 0px #000000, 5px 5px 15px 5px rgba(60,60,60,0);
}

.content-block.video-block.top-block-one .issue-item.drmedgyesi-text {
  border: 0px;
  background-color: #ffff;
  margin-bottom: 0px;
}

.content-block.top-block-one .issue-item {
    padding: 10px 30px 30px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.content-block.top-block-one .issue-item.drmedgyesi-text {
  border: 0px;
  background-color: #f5f4f0;
  margin-bottom: 0px;
}

.content-lead {
   /* margin-bottom: 30px;*/
    margin-bottom: 10px;
}

.content-lead > h2 {
    margin-bottom: 20px;
}

.content-lead > h2 > a {
    font-size: 26px;
}

.card.c {
    padding: 30px;
    background-color: #ececec;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(60,60,60,0); 
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(60,60,60,0);
}

.card.c.card-item-starter {
    padding: 10px;
    background-color: #85bc30;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);
    height: 200px;
    text-align: center;
    color: #fff;
}

.card.c.card-item-starter.card-item-antracite{
    background-color: #212529;
}    

.vega-bg .content-block p, p.lead-sub {
    font-size: 18px;
    margin-top: 30px;
}

h3.card-price {
    text-align: center;
    margin: 30px;
    font-size: 34px;
}

h3.card-price .red-text {
    font-size: 34px;
}

h4.title {
  color: #fff;
  font-weight: bold;
  padding: 34px;
}

h4.title.slim-title {
  padding: 21px;
}

h4.title.slim-title {
  padding: 21px;
}

.issue-item.light-dark-bg h4.title {
  color: #212529;
  font-size: 1.2rem;
}

h5.kit-title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.8rem;
    text-align: center;
}

h5.kit-order-title {
    font-size: 1.4rem;
    font-weight: bold;
}

h5.kit-bottom-title {
    margin-top: 20px;
    font-size: 1.5rem;
}

.img-fazis {
    padding: 70px 0px;
}

.issue-item {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 30px;
    background-color: #f5f4f0;
    border-left: 30px solid #fff;
    border-right: 30px solid #fff;
    border-radius: 5px;
    float: left;
}

.issue-item.dark-bg {
  padding: 0px 10px 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  background-color: #40b0bb;
  border-left: 0px solid #837979;
  border-right: 0px solid #fff;
  border-radius: 5px;
  cursor: pointer;
}

.issue-item.light-dark-bg {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: ##f5f4f0;
    border-left: 0px solid #837979;
    border-right: 0px solid #fff;
    border-radius: 5px;
    cursor: pointer;
}

.issue-item.dark-bg:hover {
   background-color: #5c636a;
}

.issue-item.dark-bg.solution-cat {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: ##f5f4f0;
    border-left: 0px solid #837979;
    border-right: 0px solid #fff;
    border-radius: 5px;
    cursor: auto;
}

.issue-item.dark-bg.solution-cat:hover {
   background-color: #212529;
}

.issue-item.light-dark-bg:hover {
    background-color: #5c636a;
    color: #fff;
}

.issue-item.white-bg {
  border-left: 30px solid #f5f4f0;
  border-right: 30px solid #f5f4f0;
}

.issue-item.index-issue.white-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 10px solid #f5f4f0;
}

.issue-item.index-issue.top-index-issue.white-bg {
  border-left: 5px solid #cbcac7;
  border-right: 0px solid #fff;
  border-bottom: 5px solid #cbcac7;
  border-top: 5px solid #cbcac7;
  border-radius: 2px 0px 0px 2px;
  padding: 0px;
}

.issue-item.index-issue.top-index-issue.middle-dark-bg {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #f5f4f0;
  border-left: 0px solid #fff;
  border-radius: 0px 2px 2px 0px;
  border-right-color: rgb(203, 202, 199);
  border-right-style: solid;
  border-right-width: 5px;
  border-bottom: 5px solid #cbcac7;
  border-top: 5px solid #cbcac7;
}
.issue-item.index-issue.orange-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 10px solid #f5f4f0;
  background-color: #e94d3e;
  color: #fff;
}

.issue-item.index-issue  {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f5f4f000;
  border-left: 30px solid #fff0;
  border-right: 30px solid #fff0;
  border-radius: 5px;
  float: left;
}
.issue-item.index-issue.video-issue {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: 14px solid #fff;
  border-radius: 0px;
  float: left;
}

.issue-item.index-issue.video-issue-last {
  margin-top: 0px;
  margin-bottom: 50px;
  background-color: #f5f4f000;
  border-left: 0px solid #fff0;
  border-right: 0px solid #fff0;
  border-radius: 0px;
  float: left;
}

.issue-item.index-issue .item-all-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 0px solid #f5f4f0;
  background-color: #e2e2e2;
  color: #fff;
  padding: 0px 0px;
  border-radius: 7px;
  box-shadow: 0 5px 15px 0px rgba(133, 133, 133, 0.6);
}

.padding-bottom-30 {
  padding-bottom: 30px;
}
.col-lg-8.blog-content-body h3 {
  margin-bottom: 20px;
}

.blog-item-inside {
  padding: 0px 10px 0px 10px;
  height: 70px;
  display: flex;
}
.blog-item-inside h3{
  margin-bottom: 0px;
}
.issue-item.index-issue .item-1-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 10px solid #f5f4f0;
  background-color:   #bb4b40b2;
  color: #fff;
  padding: 10px 10px;
  border-radius: 7px;

}
.issue-item.index-issue .item-2-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 10px solid #f5f4f0;
  background-color: #b0bb40b2;
  color: #fff;
  padding: 10px 10px;
  border-radius: 7px;

}
.issue-item.index-issue .item-3-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 10px solid #f5f4f0;
  background-color: #40b0bbb2;
  color: #fff;
  padding: 10px 10px;
  border-radius: 7px;
}

.row.row-item {
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.row.row-item.row-one {
  background-color: #e2e2e2;
}

.row.row-item.row-two {
  background-color: #e2e2e2;
}

.row.row-item.row-three {
  background-color: #e2e2e2;
}

.row.row-item .blog-content h3 {
  width: 100%;
  font-weight: bold;
}

.blog-content {
  /* padding: 5% 0%; */
}

.blog-img {
  margin: 0 auto;
  width: 140px;
  padding: 20px;
  /* background-color: red; */
}

.row.row-item.row-one .blog-img {
  background-color: #bb4b40b2;;
}

.row.row-item.row-two .blog-img {
  background-color: #b0bb40b2;
}

.row.row-item.row-three .blog-img {
  background-color: #40b0bbb2;
}

.blog-content h3 {
  width: 100%;
}

.grow {
  transition: transform .5s ease-in-out;
  -moz-transition: transform .5s ease-in-out;
  -webkit-transition: transform .5s ease-in-out;
}

.grow:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.title.top-product-title {
  text-align: center;
  font-size: 40px;
  margin-top: -110px;
  font-weight: bold;
  font-family: 'Rajdhani', sans-serif;
  border: transparent;
  margin-bottom: 0px;
}
 
.icon-block p.top-product-detail {
  text-align: center;
  height: 27px;
  overflow: hidden;
}

.img-top-product.img-fluid._mx-auto.d-block {
  max-height: 400px;
  margin: 0 auto;
}

.more-arrow-block {
  text-align: center !important;
}

.more-arrow-block > a {
  font-size: 22px;
  color: #e94d3e;
}

.more-arrow-block > a:hover {
  color: #000;
}

img.img-more-arrow-block {
  margin-top: 20px;
}

.img-more-arrow-block:hover {
  border-radius: 31px;
  background-color: #e94d3e;
}


/*badge*/
.firstLine {
    font-size: 24px;
    font-weight: 300;
}.secondLine {
    font-size: 33px;
    line-height: 36px;
    font-weight: 600;
} .thirdLine {
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
}.fourthLine {
    font-size: 12px;
    font-weight: 300;
    position: relative;
    top: -10px;
}
.thirdLine span.linetrought-text {
  text-decoration: line-through;
  color: #c6c6c6;
  line-height: 32px!important;
  font-weight: 300;
  display: block;
}

.badges {
    position:relative;
    margin:140px auto;
    width:200px;
    height:200px;
    background:#320757;
    border-radius:100%;
    color: #FFF;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
    -webkit-animation: 3s ease-in-out 0s normal none infinite running swing;
    -moz-animation: 3s ease-in-out 0s normal none infinite running swing;
    -o-animation: 3s ease-in-out 0s normal none infinite running swing;
    animation: 3s ease-in-out 0s normal none infinite running swing;
    
    -webkit-transform-origin: 100px -71px;
    -moz-transform-origin: 100px -71px;
    -o-transform-origin: 100px -71px;
    transform-origin: 100px -71px;
}
.badges {
  margin-top: 70px;
}
.badges:before{
    content:'';
    position:absolute;
    top:90px;left:90px;
    width:20px;height:20px;
    border-radius:100%;
/*     -webkit-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #8f80a5,20px -98px #8f80a5,39px -94px #8f80a5,56px -85px #8f80a5,71px -72px #8f80a5,
                83px -57px #8f80a5,93px -40px #8f80a5,98px -20px #8f80a5,100px 0px #8f80a5,
                
                -20px -98px #8f80a5,-39px -94px #8f80a5,-71px -72px #8f80a5,
                -56px -85px #8f80a5,-83px -57px #8f80a5,-93px -40px #8f80a5,-98px -20px #8f80a5,-100px 0px #8f80a5,
                
                0px 100px #8f80a5,-20px 98px #8f80a5,-39px 94px #8f80a5,-56px 85px #8f80a5,
                -71px 72px #8f80a5,-83px 57px #8f80a5,-93px -40px #8f80a5,-98px 20px #8f80a5,-93px 40px #8f80a5,
                
                20px 98px #8f80a5,39px 94px #8f80a5,56px 85px #8f80a5,
                71px 72px #8f80a5,83px 57px #8f80a5,93px 40px #8f80a5,98px 20px #8f80a5;
                
    
    -moz-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #8f80a5,20px -98px #8f80a5,39px -94px #8f80a5,56px -85px #8f80a5,71px -72px #8f80a5,
                83px -57px #8f80a5,93px -40px #8f80a5,98px -20px #8f80a5,100px 0px #8f80a5,
                
                -20px -98px #8f80a5,-39px -94px #8f80a5,-71px -72px #8f80a5,
                -56px -85px #8f80a5,-83px -57px #8f80a5,-93px -40px #8f80a5,-98px -20px #8f80a5,-100px 0px #8f80a5,
                
                0px 100px #8f80a5,-20px 98px #8f80a5,-39px 94px #8f80a5,-56px 85px #8f80a5,
                -71px 72px #8f80a5,-83px 57px #8f80a5,-93px -40px #8f80a5,-98px 20px #8f80a5,-93px 40px #8f80a5,
                
                20px 98px #8f80a5,39px 94px #8f80a5,56px 85px #8f80a5,
                71px 72px #8f80a5,83px 57px #8f80a5,93px 40px #8f80a5,98px 20px #8f80a5;
                
    
    -o-box-shadow: 0px -82px 0px -2px #fff, 0px -100px #8f80a5,20px -98px #8f80a5,39px -94px #8f80a5,56px -85px #8f80a5,71px -72px #8f80a5,
                83px -57px #8f80a5,93px -40px #8f80a5,98px -20px #8f80a5,100px 0px #8f80a5,
                
                -20px -98px #8f80a5,-39px -94px #8f80a5,-71px -72px #8f80a5,
                -56px -85px #8f80a5,-83px -57px #8f80a5,-93px -40px #8f80a5,-98px -20px #8f80a5,-100px 0px #8f80a5,
                
                0px 100px #8f80a5,-20px 98px #8f80a5,-39px 94px #8f80a5,-56px 85px #8f80a5,
                -71px 72px #8f80a5,-83px 57px #8f80a5,-93px -40px #8f80a5,-98px 20px #8f80a5,-93px 40px #8f80a5,
                
                20px 98px #8f80a5,39px 94px #8f80a5,56px 85px #8f80a5,
                71px 72px #8f80a5,83px 57px #8f80a5,93px 40px #8f80a5,98px 20px #8f80a5;
                
    
    box-shadow: 0px -82px 0px -2px #fff, 0px -100px #8f80a5,20px -98px #8f80a5,39px -94px #8f80a5,56px -85px #8f80a5,71px -72px #8f80a5,
                83px -57px #8f80a5,93px -40px #8f80a5,98px -20px #8f80a5,100px 0px #8f80a5,
                
                -20px -98px #8f80a5,-39px -94px #8f80a5,-71px -72px #8f80a5,
                -56px -85px #8f80a5,-83px -57px #8f80a5,-93px -40px #8f80a5,-98px -20px #8f80a5,-100px 0px #8f80a5,
                
                0px 100px #8f80a5,-20px 98px #8f80a5,-39px 94px #8f80a5,-56px 85px #8f80a5,
                -71px 72px #8f80a5,-83px 57px #8f80a5,-93px -40px #8f80a5,-98px 20px #8f80a5,-93px 40px #8f80a5,
                
                20px 98px #8f80a5,39px 94px #8f80a5,56px 85px #8f80a5,
                71px 72px #8f80a5,83px 57px #8f80a5,93px 40px #8f80a5,98px 20px #8f80a5; */
}
.badges:after{
    content:'';
    position:absolute;
    top:-70px;left:99px;
    width:2px;height:81px;
    border-radius:0%;
    background:#000;
}

@-webkit-keyframes swing{
    0%{-webkit-transform:rotate(5deg);}
    50%{-webkit-transform:rotate(-5deg);}
    100%{-webkit-transform:rotate(5deg);}
}
@-moz-keyframes swing{
    0%{-moz-transform:rotate(5deg);}
    50%{-moz-transform:rotate(-5deg);}
    100%{-moz-transform:rotate(5deg);}
}
@-o-keyframes swing{
    0%{-o-transform:rotate(5deg);}
    50%{-o-transform:rotate(-5deg);}
    100%{-o-transform:rotate(5deg);}
}
@keyframes swing{
    0%{transform:rotate(5deg);}
    50%{transform:rotate(-5deg);}
    100%{transform:rotate(5deg);}
}
.badges p {
  text-align: center;
}
/*badge end*/

/*badge2*/
svg.badge {
	margin: auto;
  display: block;
  width: 160px;
  height: 160px;
}

/* --------------------------
  Keyframes
--------------------------- */
@keyframes grow {
	0% {
		transform: scale(0);
	}
	30% {
		transform: scale(1.1);
	}
	60% {
		transform: scale(0.9);
	}
}
@keyframes turn {
	0% {
		transform: rotate(0) scale(0);
		opacity: 0;
	}
	60% {
		transform: rotate(375deg) scale(1.1);
	}
	80% {
		transform: rotate(355deg) scale(0.9);
	}
	100% {
		transform: rotate(360deg) scale(1);
	}
}
@keyframes pulse {
	50% {
		transform: scale(1.4);
	}
}

/* --------------------------
  SVG Styles
--------------------------- */


.badge * {
	transform-origin: 50% 50%;
}

.outer, 
.inner,
.inline {
	animation: grow 1s ease-out backwards;
}

.inner {
	animation-delay: 0.1s;
}

.inline {
	animation-delay: 0.15s;
}

.star {
	animation: turn 1.1s .2s ease-out backwards;
}

.star circle {
	animation: pulse .7s 1.5s;
}

	.star circle:nth-of-type(2) {
		animation-delay: 1.6s;
	}
	.star circle:nth-of-type(3) {
		animation-delay: 1.7s;
	}
	.star circle:nth-of-type(4) {
		animation-delay: 1.8s;
	}
	.star circle:nth-of-type(5) {
		animation-delay: 1.9s;
	}
  
 /*badge2 end*/




.issue-item.content-dark-bg {
  border-left: 30px solid #f5f4f0;
  border-right: 30px solid #f5f4f0;
}

.issue-item.content-dark-bg.ads-item {
    border-left: 30px solid #e94d3e;
    border-right: 30px solid #e94d3e;
    background-color: #e94d3e;
}

.issue-item.content-dark-bg.ads-item h3.title {
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 30px;
  border-left: 3px solid #5c636a;
  padding-left: 20px;
}


.issue-item.content-dark-bg.issue-item-title h3.title{
  margin-top: 30px;
}
 
.process-block .issue-frame {
    text-align: center;
}

.phase-line {
  padding: 0px 20px;
}

.phase-line-item {
  padding: 0px 20px;
}

.phase-line-item-1 {
  width: 40%;
  background-color: #85bc30 !important;
color: #fff;
}

.phase-line-item-2 {
  width: 40%;
  background-color: #85bc30 !important;
color: #fff;
}

.phase-line-item-3 {
  width: 20%;
  background-color: #85bc30 !important;
color: #fff;
}

.arrow-div {
	position: relative;
	background: #f1f1f1;
	border: 5px solid #DDDDDD;
  text-align:center;
}
.arrow-div:after, .arrow-div:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-div:after {
	border-color: rgba(241, 241, 241, 0);
	border-bottom-color: #f1f1f1;
	border-width: 20px;
	margin-left: -20px;
}
.arrow-div:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #DDDDDD;
	border-width: 27px;
	margin-left: -27px;
}
.phase-p {
  text-align: center;
  margin-top: 17px;
  font-size: 1.1rem;
  font-weight: bold;
}


.issue-item.dark-bg > h4.process-title {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}

.issue-item.dark-bg > p {
  padding: 16px;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
  text-align: center;
}

.btn-frame {
  padding: 15px 15px;
}

.process-lead-img {
  width: 62px;
  margin: 0 auto;
  padding: 20px 0px 0px 0px;
}
 
.issue-item.food-item-six {
    padding: 0px 5px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.issue-item.food-item-six >.hovereffect {
    margin-bottom: 0px;
}

.btn-food-item-six {
    color: #fff;
    background-color: #85bc30;
    /* border-color: #6c757d; */
    border: 3px solid #76a52e;
    padding: 2px;
    text-transform: uppercase;
    /* font-size: 0.5rem; */
    font-weight: bold;
}

.issue-text {
    padding: 0px 30px;
}

img.doctor-lead-img {
    /* margin-top: 30px; */
    padding: 40px 30px 0px;
}

.issue-content-text.detail-info.doctor-text {
    margin-bottom: 30px!important;
}

.videolayer {
    background: url(../img/zachercover2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    width: 680px;
    padding: 10.5% 28.5% 10.5% 23.5%;
    margin: 30px 10px;
}

.videolayer.videowebinar {
    background: url(../img/video-webinar-bg) no-repeat center center;
		width: 647px;
		/* height: 350px; */
		padding: 0px;
		margin: 0px;

}

.index-video.issue-item.drmedgyesi-text.videolayer.vidlayer-bigscreen.video-left-side {
  height: 400px;
  width: 600px;
  padding: 27.5% 35.5% 48.5% 41.5%;
  border: 20px solid #fff;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-mobile {
    display: none;
}

.videolayer.videowebinar img.videolayer-playbtn {
  position: absolute;
  z-index: 1000;
  width: 586px;
  height: 350px;
  background: url(../img/play.png) no-repeat center center;
    background-size: auto;
  background-size: 100px;
  border-radius: 50%;
  right: 15%;
  transform: translate(0%, 0%) !important;
  border: 0px;
}

.videolayer.videowebinar img.videolayer-playbtn {
  right: 24%;
}
/*.videolayer-playbtn {
    background: url(../img/play.png) no-repeat center center;
    cursor: pointer;
}*/

img.videolayer-playbtn {
    position: absolute;
    z-index: 1000;
    width: 100px;
    height: 100PX;
    background: url(../img/play.png) no-repeat center center;
    background-size: 100px;
    border-radius: 50%;
}

img.videolayer-playbtn:hover {
    border-radius: 50%;
    background-color: #f0f8ff82;
}
    
.play-icon {
    position: absolute;
    top: 34%;
    left: 43%;
    right: 43%;
    background-color: #fffc;
    padding: 1%;
}

/*.ratio > * {
    z-index: -1;
}*/

.medgyesi-video.ratio.ratio-16x9 {
    margin: 30px 0px 0px 0px;
}

.content-block.subnav-block .issue-item{
    padding: 0px 0px;
}

.content-block.top-block-one .issue-item > h2 {
    font-size: 3rem;
    font-weight: inherit;
    line-height: 4rem;
    text-align : left;
    color: #000;
    /*padding:0px 10px;*/
    margin: 30px 0px 20px 0px;
    min-height: 62px;
    color: #000;
}

.content-block.top-block-one .issue-item > h2.landing-big::after {
  content: "";
  display: block;
  content: "";
  display: block;
  height: 7px;
  width: 80px;
  background-color: #85bc30;
  margin: 0.2em 0 0em;
}

.content-block.top-block-one .issue-item > p.issue-item-text {
    min-height: 130px;
    text-align: left;
    margin: 0px;
}

.content-block.top-block-one .issue-item.drmedgyesi-text > p {
    min-height: 110px;
    text-align: left;
    margin: 0px;
    text-align: left!important;
    font-size: 1.1rem;
    line-height: 1.8rem;

}

.silver-bg {
    background-color: #e2e2e2;
    margin-top: 30px;
    padding: 0px 0px 30px;
}

.silver-bg.webinar-silver-bg {
    margin-top: 0px;
}


.silver-bg .img-fazis {
    padding: 10px 0px 0px;
    width: initial;
}

p.lead-text.text-center {
    color: #e94d3e;
    font-size: 1.2rem;
    font-weight: bold;
}

.right-line {
    /*border-right: 1px solid #ececec;*/
    border-left: 4px solid #fa5242;
}

.left-process-line {
  border-left: 2px solid gray;
}

.right-line-grey {
    border-right: 1px solid #ececec;
}

.issue-item.right-line {
    padding: 0px 20px;
}

.blog-content-first {
  background-color: #f5f4f0;
  padding: 50px;
  border-radius: 5px;
  /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
}

.blog-content-right {
  padding-left: 50px;
  padding-top: 35px;
}

.blog-content-right p {
  font-size: 20px!important;
}

.m-left {
  margin-left: 20px;
}

.col-lg-6.blog-content-padd {
  padding: 0px 30px;
}

.blog-content-last {
  background-color: #f5f4f0;
  padding: 5% 30px;

  border-radius: 5px;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
}

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: left;
  display: grid;
}

.blog-content-last > p {
  margin: 30px 0px;
  font-size: 1.1rem;
  border-radius: 5px;
}

.img-fluid.blog-content-lead-img {
  border-radius: 5px;
  margin-bottom: 11px;
    width: 100%;
}

.img-fluid.blog-content-lead-img.last-img {
  margin-bottom: 0px;
}

img.lead-img {
    margin-bottom: 20px;
}

.recept-img > img.lead-img {
  width:100%;
}

img.lead-img.gyik-img {
    max-height: 550px;
}

img.issue-lead-img {
    width: 100%;
    border-radius: inherit;
    margin-bottom: 30px;
}

img.issue-lead-main-img {
    width: 100%;
    /* border-radius: 50%; */
    margin-bottom: 30px;
}

img.contact-lead-img {
    width: 100px;
    padding: 22px;
}

.content-block-dummy {
  padding: 15px 0px 30px;
}

.content-block-dummy h4.title {
  color: #fff;
  font-weight: 400;
  padding: 5px;
  margin-left: 10px;
  display: inline-flex;
}

img.dummy-lead-img {
  width: 42px;
  padding: 6px 5px 5px 5px;
  float: left;
  display: inline-flex;
}

.issue-frame.issue-frame-slim {
  margin-bottom: 20px;
}

.issue-frame.issue-frame-slim .issue-item.light-dark-bg:hover {
  background-color: #e2e2e2;
  color: #fff;
}

img.dummy-lead-img {
  width: 67px;
  padding: 23px 8px;
  float: left;
  display: inline-flex;
}

img.main-lead-img {
    width: 100%;
    margin-top: 46px;
}

.issue-item > h2, .issue-item > h2 > a {
    font-size: 26px;
    text-align : left;
    font-weight: bold;
    color: #000;
    /*padding:0px 10px;*/
    margin: 0px;
    min-height: 62px;
}

.issue-text > h2.content-block-title {
    margin-bottom: 0px;
    font-weight: normal;
}

.issue-item p.issue-item-text {
    min-height: 230px;
    text-align : left;
    margin: 15px 0px;
}

.issue-item p.kat-item-text {
    /*min-height: 230px;*/
    text-align: left;
    margin: 15px 0px;
}

.issue-content-text, .issue-content-text p, p.issue-lead-text {
    font-size: 1.2rem;
    padding: 0px 0px 20px;
    /*height: 290px;*/
    overflow: hidden;
    text-align: left;
    margin: 0px!important;
}

.issue-content-text.detail-info {
    height: 300px;
    margin-top: 20px!important;
    overflow: hidden;
}

.issue-content-text.detail-info > p {
    margin-top: 20px!important;
    overflow: hidden;
    line-height: 1.7rem!important;
}

.issue-content-text.detail-info.index-page {
    height: 240px;
    margin-top: 20px!important;
    overflow: hidden;
    margin-bottom: 0px!important;
}

.piller-item-text {
    height: 290px;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.btn-medfood.btn-issue {
  width: 50%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.btn-medfood.btn-testimonial {
  width: 60%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.item-blog-lead, p.item-blog-lead-text, .item-blog-lead > p {
    text-align: left;
    font-size: 1.1rem;
}

.backto-item {
  background-color: #212529;
  border-radius: 5px;
}

a.more-items {
    float: right;
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.backto-item a.more-items{
    margin-bottom: 0px;
    padding: 5px 30px;
    text-transform: lowercase;
}

.backto-item a.more-items:hover{
    color: #e2e2e2;
}

.product-group {
    display: flex;
    padding: 0px 20px;
}

.product-item {
    border: 10px solid #ff000000;
}

.product-item .card.c {
    padding: 10px;
    height: 805px;
    overflow: hidden;
    border: 0px;
}

.product-item .card.c.c-1000 {
    padding: 10px;
    height: 1000px;
    height: auto;
    overflow: hidden;
    border: 0px;
}

.product-item .card.c .card-body {
    flex: 1 1 auto;
    padding: 1rem 0.5rem;
}

.row.card-group-text.c-650 {
    margin: 15px 0px 15px;    
    height: auto;
    text-align: center!important;
}

.btn.btn-in-the-box {
    border: 2px solid #e94d3e;
    font-weight: bold;
    padding: 8px;
    color: #e94d3e;
    margin-top: 30px;
    
}

a.btn.btn-primary.btn-medfood.btn-csomag.btn-box {
    width: 100%;
    position: relative;
    background-color: #e94d3e;
    border: #e94d3e;
    left: inherit;
    right: inherit;
    margin-top: 0px;
    margin-bottom: 10px;
    bottom: auto;
}

a.btn.btn-primary.btn-medfood.btn-csomag.btn-0 {
    width: 80%;
    position: absolute;
    bottom: 0px;
    left: 10%;
    right: 10%;
    background-color: #e94d3e;
    border: #e94d3e;
}

.product-item .card-text {
   height: 217px;
    padding: 30px 0px;
    text-align: left!important;
    font-size: 16px!important;
    line-height: 23px!important;
}

.product-item .card-text p, .product-item .card-text ul, .product-item .card-text > ul > li {
    text-align: left!important;
    font-size: 16px!important;
    line-height: 23px!important;
}

div {
   /*  text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important; */
}

.row.card-group-text {
    margin: 0px;
    height: auto;
    padding: 0px 0px;
    text-align: left!important;
    font-size: 16px!important;
    line-height: 23px!important;
}

.row.card-group-text> ul {
    margin: 0px;
    height: auto;
    padding: 0px 30px;
    text-align: left!important;
    font-size: 16px!important;
    line-height: 23px!important;
}

.row.card-group-text> ul > li{
    text-align: left!important;
    font-size: 16px!important;
    line-height: 23px!important;
}


.row.card-group-text> p {
    margin: 0px;
    text-align: left!important;
    font-size: 16px!important;
    line-height: 23px!important;
}

.product-item h6 {
    height: 54px;
    overflow: hidden;
}

.issue-text > h3 {
    font-size: 3rem;
}

.card-item {
    padding: 10px;
}

.blog-content-title {
    padding: 30px 25px;
}

.blog-content-high {
  /* background: #f5f4f0; */
  background:#212121;
  border-radius: 5px;
}

.process-line-content .blog-content-lead {
  margin-top: 0px;
  padding: 0px 0px;
}

.process-line-content .blog-content-lead h2.chapter-title {
  margin-top: 25px;
  color: #5c636a;
  background-color: #f5f4f0;
}

.progress-indicator>li {
  color: #212529;
}

.lost-weight-timeline .progress-indicator > li {
  color: #ecf0f3;
}

.lost-weight-timeline ul.progress-indicator.progress-indicator-fogyasfolyamata > li {
  color: #fcfcfc;
  font-size: 20px;
  text-transform: initial;
}

.progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before {
    background-color: #5c636a;
}

.progress-indicator > li .bubble::after, .progress-indicator > li .bubble::before {
  top: 76px;
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li .bubble::after, ul.progress-indicator.progress-indicator-fogyasfolyamata > li .bubble::before {
  top: 114px;
}
ul.progress-indicator.progress-indicator-fogyasfolyamata > li .bubble::after, ul.progress-indicator.progress-indicator-fogyasfolyamata > li .bubble::before {
  background-color: #85bc30;
}

.progress-indicator>li .bubble {
    background-color: #5c636a;
    border-bottom: 1px solid #5c636a;
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li .bubble {
  background-color: #85bc30;
  border-bottom: 1px solid #85bc30;
}

.progress-indicator > li::before { 
  content: url('/img/icon-process-01.png');
  background-color: transparent;
  font-weight: bold;
  position:relative; /*or absolute*/
  left: 0px;
  top: -27px;
}

.progress-indicator.progress-indicator-fogyasfolyamata > li::before {
  content: url('/img/icon-process-01.png');
  background-color: transparent;
  font-weight: bold;
  position: relative;
  left: 0px;
  top: -50px;
}

.progress-indicator > li.step-01::before { 
  content: url('/img/icon-process-01.png');
}

.progress-indicator > li.step-02::before { 
  content: url('/img/icon-process-02.png');
}

.progress-indicator > li.step-03::before { 
  content: url('/img/icon-process-03.png');
}

.progress-indicator > li.step-04::before { 
  content: url('/img/icon-process-04.png');
}

.progress-indicator > li.step-05::before { 
  content: url('/img/icon-process-05.png');
}

.progress-indicator > li.step-06::before { 
  content: url('/img/icon-process-06.png');
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li.step-01::before { 
  content: url('/img/icon-process-fogy-01.png');
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li.step-02::before { 
  content: url('/img/icon-process-fogy-02.png');
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li.step-03::before { 
  content: url('/img/icon-process-fogy-03.png');
}

/* webinar  */
.progress-indicator.webinar-progress-indicator > li.step-01::before { 
  content: url('/img/icon-60-mins-60px.png');
}

.progress-indicator.webinar-progress-indicator > li.step-02::before { 
  content: url('/img/icon-live-stream.png');
}

.progress-indicator.webinar-progress-indicator > li.step-03::before { 
  content: url('/img/icon-free.png');
}

.progress-indicator.webinar-progress-indicator > li.step-04::before { 
  content: url('/img/icon-process-04.png');
}

.progress-indicator.webinar-progress-indicator > li.step-05::before { 
  content: url('/img/icon-process-05.png');
}

.progress-indicator.webinar-progress-indicator > li.step-06::before { 
  content: url('/img/icon-process-06.png');
}
/***webinar***/
.webinar-bg {
	background: url(../img/webinar-bg2.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a.anchor.anchor-webinar {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.head-text.container.position-absolute.top-30.start-50.translate-middle {
  top:30%;
}
 
.head-text.webinar-head-text.container.position-absolute.top-50.start-50.translate-middle {
  margin-top: 130px;
  height: 100%;
}

.btn.btn-apple-twenty-minutes.btn-apply-webinar {
  width: 100%;
  text-align: center;
	padding: 5px;
}

.webinar-question-title.webinar-apply-text {
  text-align: center;
  margin: 1rem;
}

.webinar-apply-form-text {
  padding: 0px 15px;
  font-weight: bold;
}

.date-webinar {
  padding: 10px 5px;
  background-color: #86d0ed;
  color: #fff;
  font-size: 1.7rem;
	line-height: 2rem;
	margin-bottom: 1rem;
}

.inner-bg-wrapper {
  padding: 0px;
  background: transparent;
}

.applyform-block {
  margin-top: 0px;
  display: grid;
  align-content: center;
  padding: 30px;
}

span.date-title {
  font-weight: bold;
  border-right: 6px solid #fff;
  margin-right: 30px;
  padding-right: 30px;
  border-left: 3px solid #fff;
  margin-left: 30px;
  padding-left: 30px;
}

span.date-title {
  font-weight: bold;
  border-right: 6px solid #fff;
  margin-right: 13px;
  padding-right: 10px;
  border-left: 3px solid #fff;
  margin-left: 15px;
  padding-left: 15px;
}

.icon-social-block {
  padding: 10px 5px;
  background-color: #fff9;
}

img.icon-social.img-fluid {
  width: 50px;
}

.icon-social-block.phone-block {
  padding: 10px 15px;
  background-color: #fff;	
	color: #85bc30;
}

.icon-social-block.phone-block > p {
  line-height: 25px !important;
  color: #000;
  font-weight: 800;
  font-size: 1.5rem !important;
}

.icon-social.icon-phone.img-fluid {
  float: left;
  margin-right: 20px;
  width: 50px;
}

.apply-block {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  text-align: center;
	/*position: absolute;
	right: -3%;
	bottom: 0%;*/
}

.dotvibe {
  color: #86d0ed;
  display: none;
}

.icon-60 {
	position: relative;
	margin-left: 60px;
	width: 55px;
	display: inline-flex;
	margin-top: -6px;
}

.title-doctor-name {
	/* background-color: #fff; */
	border-radius: 5px;
	font-weight: bold;
	padding: 5px;
	/*text-align: center;*/
}


h4.title-doctor-name::after {
	content: "";
  display: block;
  height: 7px;
  width: 80px;
  background-color: #85bc30;
  margin: 0.2em 0 0em;
}
}

.apply-block a.btn.btn-apple-twenty-minutes {
  width: 220px;
  width: 100%;
}

.webinar-inner li {
  font-size: 1.2rem;
	line-height: 1.7rem;
  color: #505151;
}

.webinar-question-title {
  line-height: 25px !important;
  color: #000;
  font-weight: 800;
  font-size: 1.5rem !important;
	margin-bottom: 20px;
}

.webinar-inner h1.landing-big {
  margin-bottom: 1rem;
}



/**
 * Extracted from: SweetAlert
 * Modified by: Istiak Tridip
 */
.success-checkmark {
  width: 80px;
  height: 115px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #4caf50;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #ffffff;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #4caf50;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.75s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.75s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(76, 175, 80, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #ffffff;
}

@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.webinar-apply-form-frame {
  padding: 1rem 0rem 2rem;
}

.webinar-apply-form-frame-inside {
  border: 1px solid #e2e2e2;
  padding: 5px;
}




.content-block.process-block.process-block-webinar .issue-item.dark-bg > h4.process-title {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

.content-block.process-block.process-block-webinar .issue-frame {
  padding: 50px;
}

.content-block.process-block.process-block-webinar .issue-frame .issue-item.dark-bg.solution-cat {
  padding: 30px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: ##f5f4f0;
  border-left: 0px solid #837979;
  border-right: 0px solid #fff;
  border-radius: 5px;
  cursor: auto;
}

.content-block.process-block.process-block-webinar .issue-frame .issue-item.dark-bg > p {
  padding: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
  text-align: center;
}

.content-block.process-block.process-block-webinar.webinar-lecture .issue-frame .issue-item.dark-bg > p {
  padding: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
  text-align: center;
  height: 140px;
}

.content-block.process-block.process-block-webinar .issue-frame .issue-item.dark-bg > .process-lead-img {
  width: 100px;
  margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
  padding: 20px 0px 10px 0px;
}

.content-block.process-block.process-block-webinar .issue-item.dark-bg > h4.process-title {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
}

.display-big-webinar p {
  color: #fff;
  font-size: 3rem !important;
  line-height: 3.1rem !important;
}

.webinar-apply-block {
	padding: 50px 0px;
}

.webinar-checked-img {
  width: 50px;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
	float: left;
	margin-right: 30px;
}

.webinar-advantages li {
  list-style: none;
	font-size: 1.1rem;
	margin-bottom: 2rem;
}
/***webinar end***/
.fluid-container.tartalom-winner-bg {
  background-color: #5c636a;
  margin-top: 0px;
}

.c-img {
  padding: 0px;
}

.c-img.c-central {
  padding: 0px;
  height: 592px;
  display: block;
  overflow: hidden;
  width: 592px;
}

.c-img img.lead-img {
  width: 100%;
  margin: 0px;
  padding: 0px;
  margin-top: 0px;
}

.c-img p {
  padding: 50px 50px 50px;
  font-size:1.7rem;
  line-height:2.5rem;
}

.c-img .lead-title.full-with-title {
  position: relative;
  background-color: #212529c4;
  padding: 15px 30px 10px;
  border-radius: 5px;
  margin: 50px;
  bottom: inherit;
  right: inherit;
}

.tartalom-winner-bg .issue-item {
  margin: 0px;
  border-bottom: 5px solid #515456;
  border-color: #5c636a;
}

.tartalom-winner-bg .c-img .lead-title.full-with-title {
  position: relative;
  background-color: transparent;
  padding: 15px 30px 10px;
  border-radius: 5px;
  margin: 50px;
  bottom: inherit;
  right: inherit;
}

.tartalom-winner-bg .lead-title > h1.food-title {
  margin: 14% 0%;
  font-size: 3rem;
  color: #5c636a;
}

.tartalom-winner-bg .c-img.c-central {
  padding: 0px;
  height: 592px;
  display: block;
  overflow: hidden;
  width: 592px;
  background-color: #f5f4f0;
  border-bottom: 5px solid #5c636a;
}

.fluid-container.tartalom-winner-bg .icon-img-programs {
  width: 80px;
  margin: 30px 0px 0px 30px;
  float: left;
}

.fluid-container.tartalom-winner-bg ol.breadcrumb li, .fluid-container.tartalom-winner-bg ol.breadcrumb li.active {
  color: #fff;
}

.blog-content-left {
  /*background: #f5f4f0;*/
  border-radius: 5px;
  border-left: 40px solid #fff;
}

.vega-bg {
  background-image: url(/img/26.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

h3.recept {
  padding: 30px 20px 30px;
  font-size: 1.5rem;
  font-weight: bold;
}

h3.recept > .icon-food-submenu {
  width: 60px;
  height: 60px;
  padding: 0px;
}

.blog-content-main-img {
    padding: 0px 30px;
}

.blog-content-main-img.content-image-left {
    padding: 0px 30px 0px 0px;
}
 
 p._lead-sub {
    padding-left: 25px;
}

.blog-content-title > h1 {
  color: #000;
  font-size: 4rem;
  line-height: 4.5rem;
  margin-bottom: 40px;
  border-left: 0px solid #86bc32;
  padding: 0px 0px 10px 0px;
  font-family: Segoe UI;
  font-weight: bold;   
}

.blog-content-title-bottom {
  border-bottom: 2px solid #666;
  width: 20%;
  margin: 20px 0px 30px;
}

.blog-content-title > p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    line-height: 1.8rem;
}

.blog-content-lead {
    margin-top: 30px;
    padding: 0px 0px;
}

.blog-content-lead > p, .blog-content-body p, .blog-content-lead li, .blog-content-body li {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.blog-content-body {
    padding-bottom: 50px;
    padding: 0px 0px 0px;
}

.blog-content-body > p {
    font-size: 18px;
}

.blog-content-btn {
  padding: 10px;
}

.blog-content-btn p {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

.hr-end {
    margin-top: 50px;
}

.article-body img {
    display: block;
    max-width: 100%;
    height: auto!important;
    width: 100%;
}

img.icon-gallery {
    width: 50px;
    /* position: absolute; */
    bottom: 5px;
    left: 24px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 5px;
}

.programs.high {
  background-color: #f5f4f0;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  box-shadow: 1px 9px 18px -15px #000, 5px 5px 15px 5px rgba(60, 60, 60, 0);
  border-radius: 10px;
}

.course-table p {
  display: none;
}

img.tabla-img {
    margin: 0 auto;
    padding: 15px 0px;
}

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

img.card-img-top-medf {
    width: 66%;
    margin: 0 auto;
    padding: 0px 0px 20px;
}

.card-item.col-lg-4 {
    text-align: inherit;
}

.card-item.col-lg-4 .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    min-height: 800px;
}

.card-item .card-body.card-short {
  flex: 1 1 auto;
  padding: 1rem 1rem;
  min-height: auto;
}

.card-item .card-body.card-short a.btn-medfood {
  text-align: center;
  left: 0%;
  right: 0%;
  position: absolute;
  bottom: 30px;
  margin-top: 30px;
}

.card-item.col-lg-4 h6 {
    margin-bottom: 30px;
    padding: 0px 10px;
}

.card-item.col-lg-4 .btn-medfood {
    text-align: center;
    left: 10%;
    right: 10%;
    position: absolute;
    bottom: 30px;
    margin-top: 30px;
}

.row.card-group-text {
    margin: 0px;
    height: 500px;
}

h5.card-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #666464;
    margin-bottom: 15px;
    text-align: center;
    height: 55px;
}

h5.card-subtitle {
    text-align: center;
    font-weight: bold;
    height: 50px;
}

.red-text {
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #ff0000;
    /* line-height: 40px; */
    /*font-size: 18px;*/
}

.product-item .card.c.c-1000 h5.card-subtitle {
    text-align: justify;
    font-weight: 400;
    height: 100px;
}

.product-item .card.c.c-1000 .product-item h6 {
    height: 54px;
    overflow: hidden;
    margin: 15px 0px 0px 0px;
}


/*new pricice table design*/
.product-group.new-prods {
    background-color: #e2e2e2;
    background-color: #212529;
    padding: 15px;
    border-radius: 3px;
}

.table-dark-light-text th {
  color: #feee !important;
  font-size: 18px;
  font-weight: normal;
}

.card-body-10 > table > tbody > tr > th {
    color: #212529!important;
    font-size: 16px!important;
}



.product-group.new-prods.top{
    border-radius: 3px 3px 0px 0px;
    padding-top: 30px;
}    
.product-group.new-prods.bottom{
    border-radius: 0px 0px 3px 3px;
    margin-bottom: 30px;
}       
 
.star-text p {
    text-align: right;
    padding: 0px 10px;
    color: #e94d3e;
    font-style: italic;
}

.card.c-10 {
    border: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);
    padding: 15px 0px 0px 0px;
}

.card.c-10.top-card {
    border: 0px;
    background-color: #85bc30;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);
}

.card.c-10.top-card table th{
    text-align: center;
    color: #fff;
}

.card.c-10.top-card .red-text {
    color: #c50404;
}

.th-smaller{
    font-size: 12px;
}

.product-item-flat.white-item {
    /*background-color: #212529;*/
    border: 0px solid transparent;
}

.product-item-flat {
    /*border: 2px solid #ffff;*/
    border: 6px solid transparent;
}

.list-head {
    min-height: 176px;
    padding: 5px 0px 5px 5px;
   /* background-color: #e2e2e2;*/
}

.list-body {
    padding: 5px 0px 5px 5px;
    /*background-color: #e2e2e2;*/
}

.card.c-10 h5.card-title {
    font-size: 1rem;
}

.card.c-10.top-card h5.card-title {
    color: #ffffff;
}

.card.c-10 .price-text {
    font-size: 23px;
}

a.btn.btn-card-10 {
    width: 100%;
    position: relative;
    background-color: #e94d3e;
    border: #e94d3e;
    left: inherit;
    right: inherit;
    margin-top: 0px;
    margin-bottom: 10px;
    bottom: auto;
    font-size:1rem;
    color: #fff;
    font-weight: bold;
}

.product-item-flat .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    text-align: center;
}

.product-item-flat .card.c-10 h6 {
    text-align: center;
    margin-bottom: 15px;
    height: 55px;
}

a.btn.btn-card-10:hover {
    background-color: #e2e2e2;
    border: #e94d3e;
    color: #666;
}

.product-item-flat table {
    text-align: center;
}

h2.featurette-heading.lowheight {
    margin-top: 0px;
}

span.mobile-visible {
    display: none;
}



/*new pricice table design end*/

h1.med-h1 {
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    line-height: 2.4rem;
    margin: 1rem 0rem 1.5rem;
    /* font-family: "Delius Unicase", cursive; */
    min-height: 90px;
}

h1.med2-h1 {
    font-size: 4rem;
    line-height: 2rem;
    text-shadow: 0px 1px 2px rgb(150 150 150);
    color: #85bc30;
   text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
-webkit-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
-moz-text-shadow:0px 1px 0 rgb(255,255,255),0px -1px 0 rgb(255,255,255),1px 0px 0 rgb(255,255,255),-1px 0px 0 rgb(255,255,255),1px 1px 0 rgb(255,255,255),1px -1px 0 rgb(255,255,255),-1px 1px 0 rgb(255,255,255),-1px -1px 0 rgb(255,255,255);
}

h2.contact-title {
    margin: 20px 0px 10px 0px;
    min-height: inherit;
}

h3.contact-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #6c757d !important;
}

h2.chapter-title {
    font-size: 3rem;
    font-weight: bold;
    background-color: #5c636a;
    padding: 15px;
    width: 80px;
    text-align: center;
    float: left;
    display: block;
    margin-right: 30px;
    border-radius: 5px;
    color: #fff;
}

h3.chapter-title {
    line-height: 5.5rem;
    font-size: 2rem;
    font-weight: bold;
}
p.quora {
  font-size: 24px !important;
  font-style: italic;
}
.col-lg-8.blog-content-body h3 {
  margin-bottom: 20px;
}
.blog-content-lead.sub-left > p, .blog-content-lead.sub-left > ul {
  margin: 23px 115px 0px;
}

.blog-content-lead.sub-left > ul > li{
  font-size: 16px;
}

.contact-form {
    padding: 3% 10% 7%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.75rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    color: #fff;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.needs-validation .form-control {
    color: #212529;
}

.input-group-text {
    border-radius: 0rem;
}

.slogan-block {
    padding: 0px 30px 30px 30px;
}

.slogan-block.orange-slogan{
    padding: 50px 0px 30px 0px;
}

h2.doctor-slogan {
    border-left: 7px solid #85bc30;
    padding: 15px 20px 15px;
    margin: 0px;
    background-color: #efefef;
    font-weight: 100;
}

.col-lg-12.slogan-block.orange-slogan h2.doctor-slogan {
     color: #e94d3e;
    border-left: 7px solid #e94d3e;
    background-color: inherit;
    font-size: 1.5rem;
}


.doctor-content-lead {
    margin-top: 30px;
    padding: 0px 20px;
}

.doctor-content-lead .food-content-text.full-height-text {
    background-color: #efefef;
    padding: 15px;
}

.doctor-content-body  {
    padding: 0px 20px;
    font-size: 18px;
}

.doctor-content-body .food-content-text.full-height-text {
    background-color: #efefef;
    padding: 15px;
}

.doctor-content-body .doctor-content-text {
    padding: 15px;
}

h3.doctor-title {
    color: #85bc30;
    margin: 0px;
    font-weight: bold;
}

h4.doctor-title {
    float: left;
    line-height: 33px;
    padding-right: 30px;
}

.col-lg-12.blog-content-padd {
  padding: 0px 0px 0px 20px;
}

img.doctor-logo {
    width: 300px;
    margin-bottom: 30px;
}

.doctor-content-text {
    padding: 0px 30px;
}

#element2 {
    /*-webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;*/
}
.edu-bg {
    background: url(../img/orvos_centi_zoldseg_shutterstock_1637580412_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-bg {
    background: url(../img/pexels-photo-1196516.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.issue-bg {
    background: url(../img/vegetables-3495225_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact-bg {
    background: url(../img/parsley-4688651_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product1-bg {
    background: url(../img/magdala/kapcsolat-widget-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.product3-bg {
    background: url(../img/salad-374173_1280.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.food-bg {
    background: url(../img/pexels-photo-1458694.jpeg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.kepzesek_banner-middle-bg {
    background: url(../img/kepzesek-banner-bg2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.order-bg {
    background-color: #212529 ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.orvosaink-bg {
    background: url(../img/eat-2834549_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.klublanding-bg {
  background: url(../img/klimaszereles-widget-bg.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.diagnosztikus-bg {
  background: url(../img/diagnosztika-bg4.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/***landing 1 ***/

.landing1-bg {
    background: url(../img/orvos_paciens.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.line-progress-landing1 {
    /* min-height: 500px; */
    padding: 5% 2% 0%;
    /* background-color: #12121282; */
}

.landing1-bg-layer {
    background-color: #000000b3;
}

.main-page-text {
  margin-bottom: 20px;
}

.top-40 {
  top: 40% !important;
}

.start-60 {
  left: 60% !important;
}

span.landing-question {
    border-right: 4px solid #85bc30;
    padding: 0px 20px 0px 0px;
    font-size: 1.3rem;
    font-weight: bold;
}

span.landing-question.first {
  border-right: 0px solid #e94d3e;
  padding: 0px 5px 0px 10px;
  font-size: 1.3rem;
  font-weight: bold;
}

.landing-question.first a {
  font-size: 3rem;
}

span.landing-question.last {
    border-right: 0px solid #85bc30;
    padding: 0px 20px 0px 0px;
    font-size: 1.3rem;
}

span.h1mod {
	font-weight: bold;
	font-size: 3.6rem;
}

.landing1-bg h3 {
    color: #85bc30;
    font-size: 2 rem;
    margin-bottom: 20px;
    font-weight: 400;
}

.landing1-bg-layer  h1 {
    color: #fff;
    font-size: 4rem;
    font-weight:100;
    line-height:4.5rem;
    margin-bottom: 20px;
}

.landing1-bg h3.landing1-h3mod {
    color: #fff;
    font-weight:100;
}

i.fa.fa-angle-down {
    color: #fff;
    position: absolute;
    bottom: 10px;
}

.landing2-bg {
    /*background: url(../img/orvos_paciens.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
        border-top: 0px solid #fff;
}

.landing2-bg-layer {
    background-color: #fff;
    /*background-color: #e2e2e2;*/
}

.landing2-bg h2.landing-big {
    color: #212529;
    font-weight: 100;
    font-size: 2.7rem;
    padding: 19px 0px;
}

.landing2-bg h2.landing-big::after {
  content: "";
  display: block;
  content: "";
  display: block;
  height: 7px;
  width: 80px;
  background-color: #85bc30;
  margin: 0.2em 0 0em;
   
}


span.h2mod {
    font-weight: bold;
}

.modal-body-video, .modal-footer-video {
  background-color: #000;
}

.modal-footer-video .btn-video{
    background-color: #e94d3e;
    border-color: #cd5f00cf;
}

.landing3-bg {
    /*background: url(../img/orvos_paciens.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing3-bg-layer {
    background-color: #fff;
}

.landing3-bg h4.landing-big {
    color: #666;
    font-weight: 100;
    font-size: 2rem;
    padding: 19px 0px;
    border-top: 15px solid #fff;
}

h5.landing-small {
    font-weight: 100;
    font-style: italic;
}

.line-progress-landing3 {
    /* min-height: 500px; */
    padding: 0% 5%;
    /* background-color: #12121282; */
}

span.h4mod {
    font-weight: bold;
}

.landing3-right {
    padding: 11% 0%;
}

/*section 4*/

.more-btn-section {
    margin-top: 49px;
    width: 20%;
    margin: 0 auto;
    margin-top: 30px;
}

button.btn.btn-secondary.btn-medfood.btn-issue.btn-more-btn {
    width: 100%;
    padding: 0.5rem 1rem;
    background-color: #e94d3e;
    text-align: center;
}

button.btn.btn-secondary.btn-medfood.btn-issue.btn-more-btn:hover {
  background-color: #cd5f00cf;
  border-color: #cd5f00cf;
}

.landing4-bg-layer {
	height: 100%;
	margin: 0;
  padding: 0px 0px 0px;
	background: #b96b04;
  
  /*background: rgb(185,107,4);
  background: radial-gradient(circle, rgba(185,107,4,1) 0%, rgba(249,178,84,1) 100%);*/
  
      background: url(../img/orvos_centi_zoldseg_shutterstock_1637580412_1920.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}






.t-monial-item.multi-carousel-item.item {
    background-color: #fff;
    padding: 15px;
}


@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);
		transform: translatey(-20px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
		transform: translatey(0px);
	}
}

.container-4 {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.testimonial-frame.testimonial-single-frame {
  margin-bottom: 20px;
}

.testimonial-frame.testimonial-single-frame > .avatar {
  border-radius: 5px;
  padding: 10px;
}


.avatar {
	/*width: 150px;
	height: 150px;*/
  background-color: #fff;
  width: auto;
  height: auto;
	box-sizing: border-box;
	border: 15px white solid;
	border-radius: 0%;
	overflow: hidden;
	box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	img { width: 100%; height: auto; }
}

.content-4 {
	width: 100%;
	max-width: 600px;
	padding: 20px 40px;
	box-sizing: border-box;
	text-align: center;
}

.suppoprt-me {
	display: inline-block;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 20vw;
	max-width: 250px;
	min-width: 200px;
	z-index: 9;
	img {
		width: 100%;
		height: auto;
	}
}


.landing4-bg h2.landing-big, .landing7-bg h2.landing-big {
    color: #fff;
    font-weight: 100;
    font-size: 2.7rem;
    padding: 19px 0px;
    margin-bottom: 50px;
    /*background-color: #0000009e;*/
}

.multi-carousel .multi-carousel-inner .t-monial-item.multi-carousel-item {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: 0 10px;
    background-color: inherit;
}

.grey-bg-landing {
    background-color: #e2e2e2;
    background-color: #12121282;
    padding: 40px 0px 20px;
}

.landing4-bg .content-block {
    padding: 30px 30px 10px;
}


/*section 4 end*/

/*section 5 end*/
.landing5-bg-layer {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
  background: #f5f4f0;
  
}

.landing5-bg-layer h2.landing-big-black{
    margin-bottom: 0px;
}

h2.landing-big-black{
    color: #212529;
    font-weight: 100;
    font-size: 2.7rem;
    padding: 19px 0px;
}

.landing5-bg-layer .avatar {
    background-color: #212529;
    color: #fff;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 15px #212529 solid;
    border-radius: 0%;
    overflow: hidden;
    img { width: 100%; height: auto; }

}

.issue-content-text.detail-info.index-page.landing5 {
    font-size: 1.2rem!important;
    padding: 0px 0px 20px;
    line-height: 1.6rem!important;
    /* height: 290px; */
    overflow: hidden;
    text-align: left;
    margin: 20px 0px 10px 0px!important;
}

.testimonial-inside {
    background-color: #212529;
    background-color:#ffff;
    border: 0px solid #e2e2e2;
    color: #5c636a;
    padding: 0rem;
    border-radius: 5px;
    /*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
    /*transform: translatey(0px);*/
   /* animation: float 6s ease-in-out infinite;*/
    margin-bottom: 30px;
}

.testimonial-inside > .testimonial-avatar {
    background-color: #212529;
    color: #fff;
    width: auto;
    height: auto;
    box-sizing: border-box;
    border: 0px #212529 solid;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    transition: inherit !important;
    margin-bottom: 20px;
    img { width: 100%; height: auto; }
}

.testimonial-inside > h3 {
   color: #fff;
}

.testimonial-item-btn-block {
    padding: 20px 16px 20px 25px;
}

.testimonial-text {
    padding: 1rem;
}

.testimonial-text > p {
   font-size: 1rem;
   padding: 0px 10px;
}

/*section 5 end*/




/*section 7*/

.landing7-bg {
    /*background: url(../img/orvos_paciens.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.landing7-bg-layer {
    background-color: #666;
    padding-bottom: 50px;
}

.landing7-bg-layer .card-body {
    padding: 0px 0px 0px 0px;
}

h5.card-title.card-landing-title {
    color: #e94d3e;
    font-weight: 100;
    font-weight: bold;
    font-size: 18px;
    height: 25px;
}

.landing7-bg-layer p {
    font-size: 18px;
}

.ele {
    opacity: 0;
    animation: fadeIn 3s;
    animation-fill-mode: forwards;
    margin-bottom: 25px;
}

.ele1 {
    animation-delay: 0.5s;
}

.ele2 {
    animation-delay: 1.5s;
}

.ele3 {
    animation-delay: 2.5s;
}

.ele4 {
    opacity: 0;
    animation: fadeIn 3s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
}

.ele5 {
     animation-delay: 4.5s;
}

.ele6 {
     animation-delay: 5.5s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/*section 7 end*/


.container-content {
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.container-card{
    width: 1200px;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
}

.container-card .card{
    position: relative;
    cursor: pointer;
    border: 0px;
}

.container-card .card .face{
    width: 280px;
    height: 220px;
    transition: 0.5s;
}

.container-card .card .face.face1{
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.container-card .card:hover .face.face1{
    background: #85bc30;
    transform: translateY(0);
}

.container-card .card .face.face1 .content{
    opacity: 0.4;
    opacity: 1;
    transition: 0.5s;
}

.container-card .card:hover .face.face1 .content{
    opacity: 1;
}

.container-card .card .face.face1 .content img{
    max-width: 100px;
}

.container-card .card .face.face1 .content img {
    max-width: 100px;
    margin: 0 auto;
    position: absolute;
    top: 20px;
    left: 10%;
    right: 10%;
}

.container-card .card .face.face1 .content h3{
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.container-card .card .face.face1 .content h3 {
    margin: inherit;
    padding: 0;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 1.3rem;
    bottom: 40px;
    left: 0px;
    right: 0px;
}

.container-card .card .face.face2{
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-120px);

}

.container-card .card:hover .face.face2{
    transform: translateY(0);
}

.container-card .card .face.face2 .content p{
    margin: 0;
    padding: 0;
}

.container-card .card .face p {
  font-size: 15px !important;
  line-height: 19px !important;
}

.container-card .card .face.face2 .content a{
    margin: 15px 0 0;
    display:  inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.container-card .card .face.face2 .content a:hover{
    background: #333;
    color: #fff;
}


/*section 9*/

.landing9-bg-layer {
    background-color: #e2e2e2;
    padding-bottom: 50px;
}
/* ******************************************************
	Script Top
*********************************************************/

.ScriptTop {
    background: #fff none repeat scroll 0 0;
    float: left;
    font-size: 0.69em;
    font-weight: 600;
    line-height: 2.2;
    padding: 12px 0;
    text-transform: uppercase;
    width: 100%;
}

/* To Navigation Style 1*/
.ScriptTop ul {
    margin: 24px 0;
    padding: 0;
    text-align: left;
}
.ScriptTop li{
	list-style:none;	
	display:inline-block;
}
.ScriptTop li a {
    background: #6a4aed none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 18px;
    text-decoration: none;
    text-transform: capitalize;
}
.ScriptTop li a:hover{
	background:#000;
	color:#fff;
}


/* ******************************************************
	Script Header
*********************************************************/

.ScriptHeader {
  float: left;
  width: 100%;
  padding: 2em 0 1rem;
  height: inherit;
}
.rt-heading {
    margin: 0 auto;
	text-align:center;
}
.Scriptcontent{
	line-height:28px;	
}
.ScriptHeader h1{
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
    color: #6a4aed;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: normal;

}
.ScriptHeader h2 {
    line-height: normal;
    font-size: 2rem;
    font-weight: bold;
    color: #212529;
    padding: 19px 0px;
    font-weight: 100;
    font-size: 2.7rem;

}
.ScriptHeader h1 span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;

}
.ScriptHeader span {
    display: block;
    padding: 0;
    font-size: 22px;
    opacity: 0.7;
    margin-top: 5px;
}

/* ******************************************************
	Responsive Grids
*********************************************************/

.rt-container {
	margin: 0 auto;
	padding-left:12px;
	padding-right:12px;
}
.rt-row:before, .rt-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.rt-row:after {
  clear: both;
}
[class^="col-rt-"] {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding: 0 15px;
  min-height: 1px;
  position: relative;
}


@media (min-width: 768px) {
  .rt-container {
    width: 750px;
  }
  [class^="col-rt-"] {
    float: left;
    width: 49.9999999999%;
  }
  .col-rt-6, .col-rt-12 {
    width: 100%;
  }
  
}

@media (min-width: 1200px) {
	.rt-container {
		width: 1170px;
	}
	.col-rt-1 {
		width:16.6%;
	}
	.col-rt-2 {
		width:30.33%;
	}
	.col-rt-3 {
		width:50%;
	}
	.col-rt-4 {
		width: 67.664%;
	}
	.col-rt-5 {
		width: 83.33%;
	}
	

}

@media only screen and (min-width:240px) and (max-width: 768px){
	 .ScriptTop h1, .ScriptTop ul {
		text-align: center;
	}
	.ScriptTop h1{
		margin-top:0;
		margin-bottom:15px;
	}
	.ScriptTop ul{
		 margin-top:12px;		
	}
	
	.ScriptHeader h1,
	.ScriptHeader h2, 
	.scriptnav ul{
		text-align:center;	
	}
	.scriptnav ul{
		 margin-top:12px;		
	}
	#float-right{
		float:none;	
	}
	
}


/*section 9 end*/

/*section 10*/
ul#issueimage > li {
    font-size: 18px;
    margin: 26px 30px 20px;
    padding: 4px 20px 4px 0px;
    border-bottom: 2px solid #fff;
    border-right: 10px solid #fff;
    line-height: 29px;
}


#issueimage {
  line-height: 1.5em;
  list-style-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/4621/treehouse-marker.png);
  list-style-image: url('/img/leaf50.png');

}

/*section 10 end*/

/*section 13*/
.landing13-bg {
    background: url(../img/head-img-bottom.png) no-repeat center center fixed;
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: contain;
    height: 500px;
}

.landing13-bg-layer {
    background-color: #0000007a;
    padding: 30px 0px;
}

a.btn.btn-primary.btn-medfood.btn-csomag-13 {
    width: 100%;
    position: relative;
    background-color: #e94d3e;
    border: #e94d3e;
    margin: 30px 0px 0px auto;
}

h3.landing13-title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 100;
    padding: 16% 2%;
}

h3.landing13-title.lowpadding {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 100;
    padding: 25% 2% 5%;
}

h3.landing13-title::after {
  content: "";
  display: block;
  content: "";
  display: block;
  height: 7px;
  width: 80px;
  background-color: #85bc30;
  margin: 0.2em 0 0em;
}

.card-item-landing img.card-img-top-medf {
    width: 43%;
    margin: 0 auto;
    padding: 0px 0px 0px;
}


.card-item-landing .red-text.price-text {
    font-weight: bold;
    text-transform: uppercase;
    color: #ff0000;
    line-height: 27px;
    font-size: 23px!important;
}

.card-item-landing .card.c {
    padding: 15px;
}

span.card-text ul li {
    line-height: 22px;
}

/*section 13 end*/

/*section 15*/
.landing15-bg-layer {
    background-color: #212529;
    padding-bottom: 0px;
}

.carousel-control-prev.carousel-control-prev-fazis1 {
    width: 25%;
      position: absolute;
    top: inherit;
    bottom: -50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.carousel-control-next.carousel-control-next-fazis1 {
    width: 25%;
      position: absolute;
    top: inherit;
    bottom: -50px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

.landing15-bg-layer .carousel-control-prev.carousel-control-prev-fazis1 {
    right: 39px!important;
    left: inherit!important;
}

.row.nomargin {
    margin: 0px!important;
}

.landing15-bg {
    border-top: 0px solid #FFF;
}
/*section 15 end*/

.block-normal {
    padding: 0px 0px;
}
.line-progress {
    /*min-height: 500px;*/
    padding: 30% 15%;
    background-color: #12121282;
}
.order-progress {
    /*min-height: 500px;*/
    padding: 10% 5%;
}

.line-progress h2.display-big, .order-progress h2.display-big {
    position: relative;
    /*top: 52%;
    bottom: 20%;*/
    /*left: 5%;
    right: 5%;*/
    /* background-color: #ffffff00; */
    text-shadow: 0px 0px 1px #333333;
    color: white;
    font-size: 1.7rem;
    font-weight: 400;
}
span.author-name {
    font-size: 2rem;
    width: 100%;
    float: left;
    color: #85bc30;
    font-family: 'Rajdhani', sans-serif;
    text-shadow: 0px 0px 1px #333333;
}
.top-text {
    padding: 30px 0px;
}
.top-text-btn-group {
    padding: 50px 30px;
}

.top-text-2 {
    color: #fff;
    padding: 10px 15px;
}

h4.content-block-title {
    margin-left: 15px;
    font-weight: normal;
    color: #85bc30;
}

h4.content-menu-title {
    font-size: 26px;
    color: #fff;
    margin-top: 30px;
    /*margin-left: 15px;*/
    margin-bottom: 10px;
    background-color: #85bc30;
    padding: 15px;
}

img.menu-head-img.img-fluid {
    padding: 0px;
    margin-top: -10px;
}

.nav-item-product > li.nav-item {
    width: 33.3%;
}

ul#myTab {
    border: 0px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-menu-multiple-carousel:active {
    border: 5px!important;
}

.nav-menu-multiple-carousel{
  /* border: 0px!important;*/
}


.nav-item-product > .nav-item > .nav-link:active {
    border: 5px solid #85bc30!important;
} 

.nav-item-product > .nav-item > .nav-link:focus {
    border: 5px solid #85bc30!important;
}

nav-item-product > .nav-item > .nav-link:hover {
    border: 5px solid #85bc30!important;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-01 {
   /* background: url(..//img/menu-head-img-sweet.png) no-repeat center center fixed;
    background: url(..//img/zabliszt_palacsint2.jpg) no-repeat center center fixed;*/
    background-image: url(..//img/edes09.png) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 280px;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-02 {
    /*background: url(..//img/salt-1884166_1280.jpg) no-repeat center center fixed;
    background: url(..//img/sos00.png) no-repeat center center fixed;*/
    background-image: url(..//img/sos09.png) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 280px;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    background-position: center;
    background-repeat: no-repeat;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-03 {
    /*background: url(..//img/menu-head-img-other.png) no-repeat center center fixed;*/
   background-image: url(..//img/egyeb06.png) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 280px;
    color: #fff;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bold;
    background-position: center;
    background-repeat: no-repeat;
}

span.cat-bg {
    padding: 5px 20px;
    float: right;
    background-color: #e94d3ead;
    width: 23rem;
}

span.menu-span {
    font-size: 1rem;
}

h4.salt-menu-title {
    position: absolute;
    padding: 90px 80px;
    font-size: 2.2rem;
    color: #fff;
    width: 23%;
    font-weight: normal;
}

h4.salt-menu-titleg {
    text-align: center !important;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}

.top-text-2 > h2.display-big.gree-text {
    color: #ffff;
    font-size: 3rem;
    font-weight: bold;
    padding: 0px;
}

.accordion-body {
  margin-top: 20px;
}

.accordion-body p, .accordion-body, .accordion-body div {
  font-size: 18px!important; 
  line-height: 30px!important;
}

.accordion-flush .accordion-item {
  padding: 20px 0px 10px;
}

.accordion-button:not(.collapsed) {
  color: #212529;
  background-color: transparent;
  font-weight: bold;
  font-size: 1rem;
}

.accordion-button:focus {
  z-index: 3;
  border-color: rgb(118 166 46);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(118 166 46 / 25%);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f5f5f5'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.616-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(
180deg
);
    background-color: #fff;
    width: 1.3rem;
    height: 1.3rem;
}

.issue-item.food-lead-item.right-line {
  padding: 50px 30px 20px;
}

img.food-lead-img {
  width: 80px;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}

.food-lead-item h2.contact-title {
    margin: 15px 0px 0px 0px;
    min-height: inherit;
    font-size: 22px;
}

.food-subcat-item {
    background-position: center;
    background-size: contain;
    height: 310px;
    margin: 60px 0px 30px;
    background-repeat: no-repeat;
    background-position: right;
}

.food-subcat-item.fsi-001 {
    background-image: url(/img/products/bg_levesek.png);
    background-image: url(/img/products/9003s.png);
}

.food-subcat-item.fsi-002 {
    background-image: url(/img/products/bg-foetelek.png);
    background-image: url(/img/products/9005s.png);
}

.food-subcat-item.fsi-003 {
    background-image: url(/img/products/bg-desszertek.png);
    background-image: url(/img/products/9004s.png);
}

.food-subcat-item.fsi-004 {
    background-image: url(/img/products/bg_kenyerek.png);
    background-image: url(/img/products/9002s.png);
}

.food-subcat-item.fsi-005 {
    background-image: url(/img/products/bg_italok2.png);
    background-image: url(/img/products/9001s.png);
}

.food-subcat-item.fsi-006 {
    background-image: url(/img/products/bg_szeletek.png);
    background-image: url(/img/products/9220s.png);
}

.food-subcat-item > h2.contact-title {
    font-size: 24px;
    background-color: #5c636a;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 5px;
}

.food-subcat-item > h2.contact-title:hover {
    font-size: 24px;
    background-color: #fff;
    color: #85bc30;
    padding: 10px 30px;
}

h1.food-title {
    margin: 10px 0px 30px;
}

h2.fazis-block-title {
    margin-bottom: 30px;
    font-weight: normal;
    padding: 0px 30px;
    background-color: #212529;
    padding: 30px 30px;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #85bc30;
}

.btn-frame-receptek {
    background-color: #000;
    padding: 30px;
    display: inline-flex;
}

.btn-frame-receptek > a.smooth-link {
    color: #fff;
    font-size: 1.5rem;
    /* padding: 10px; */
    width: 20%;
    text-align: center;
}

.btn-frame-receptek > a.smooth-link:hover {
    color: #86bc32;
    font-weight: bold;
}

.btn-frame-receptek > a.smooth-link.left-line {
border-left: 2px solid #86bc32;
}

.btn-frame-receptek > a.smooth-link.active {
    color: #86bc32;
    font-size: 1.5rem;
    font-weight: bold;
}

.btn-frame-receptek > a.smooth-link.active:hover {
    color: #a8d75e;
}

span.transparent-dot {
    color: transparent;
}

img.blog-lead-img {
    /* background-color: #666; */
    border-radius: 5px;
    /*background: rgb(33,37,41);*/
    /* background: linear-gradient(
    355deg
    , rgba(33,37,41,1) 0%, rgba(94,94,94,1) 51%, rgba(112,112,112,1) 100%); */
    padding-top: 20px;
    margin-bottom: 0px;
    /*max-height: 380px;*/
    width: auto;
    margin: 0 auto;
    padding: inherit;
}

.blog-lead-inside {
  background-color: #f5f4f0;
  padding: 30px 20px 30px;
  /*height: 510px;*/
}

a:hover {
  color: #9d5514;
}

.height-510 {
    height: 510px;
    overflow: hidden;
}

.height-350 {
    height: 350px;
    overflow: hidden;
}

.height-150 {
    height: 150px;
    overflow: hidden;
}

.height-60 {
  height: 60px;
  overflow: hidden;
}

.height-70 {
    height: 70px;
    overflow: hidden;
}

.height-90 {
    height: 90px;
    overflow: hidden;
}

.height-130 {
  height: 130px;
  overflow: hidden;
}

.height-160 {
  height: 160px;
  overflow: hidden;
}

.padding-30 {
    padding: 30px;
}

.blog-item-btn-block {
  padding:10px 0px 10px 10px;
}

.blog-item-img {
  height: 240px;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

img.image-5 {
  object-fit: fill;
  object-position: center center;
  width: 100%
}

img.blog-item.blog-lead-img {
    padding: 0px;
    margin-bottom: 0px;
    border-radius: 5px 5px 0px 0px;
}

.blog-content-text {
  margin-bottom: 0px;
}

.blog-content-text p {
  text-align: left!important;
  font-size:1.1rem;
  line-height: 1.8rem;
}

.icon-img-programs {
  width: 80px;
  margin: 10px 0px 0px 10px;

}

.icon-img-cover {
  width: 100%;
  margin: 0px;
  cursor: pointer;
  border-radius: 7px 7px 0px 0px;
}
  
  
.progress-block {
  background-color:#f5f4f0;
  background-color: #f5f4f000;
  position: absolute;
  width: 100%;
  bottom: 0%;
}

/*progressline 1 */
/*
* Scut, a collection of Sass utilities
* to ease and improve our implementations of common style-code patterns.
* v1.3.0
* Docs at https://davidtheclark.github.io/scut
*/
.ProgressSteps-wrapper {
  position: relative;
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 47.9375em) {
  .ProgressSteps-wrapper {
    width: 100%;
  }
}

.ProgressSteps {
  font-size: 16px;
  margin: 0 auto 2em;
  padding: 0;
  list-style: none;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.ProgressSteps-bar {
  position: absolute;
  width: 92%;
  height: 5px;
  top: 25%;
  left: 2.5%;
  background: #d7d9e0;
}
.ProgressSteps-bar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2.5%;
  width: 0%;
  height: 5px;
  z-index: 2;
  background: #d7d9e0;
  transition: all 0.5s ease-in-out;
}
.ProgressSteps-wrapper.step-2 .ProgressSteps-bar:after {
  width: 23%;
}
.ProgressSteps-wrapper.step-3 .ProgressSteps-bar:after {
  width: 46%;
}
.ProgressSteps-wrapper.step-4 .ProgressSteps-bar:after {
  width: 70%;
}
.ProgressSteps-wrapper.step-5 .ProgressSteps-bar:after {
  width: 91%;
}
@media screen and (max-width: 47.9375em) {
  .ProgressSteps-wrapper.step-5 .ProgressSteps-bar:after {
    width: 95%;
  }
}
.ProgressSteps-wrapper.ProgressSteps--short.step-2 .ProgressSteps-bar:after {
  width: 32%;
}
.ProgressSteps-wrapper.ProgressSteps--short.step-3 .ProgressSteps-bar:after {
  width: 65%;
}
.ProgressSteps-wrapper.ProgressSteps--short.step-4 .ProgressSteps-bar:after {
  width: 100%;
}
html.ie9 .ProgressSteps-wrapper.ProgressSteps--short.step-4 .ProgressSteps-bar:after {
  width: 95%;
}

.ProgressSteps-step {
  float: left;
  box-sizing: border-box;
  flex: 0 1 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
html.ie9 .ProgressSteps-step + .ProgressSteps-step {
  margin-left: 4.85em;
}
html.ie9 .ProgressSteps--short .ProgressSteps-step + .ProgressSteps-step {
  margin-left: 8.1em;
}

.ProgressSteps-icon {
  width: 24px;
  height: 24px;
  background-color: #d7d9e0;
  fill: #d7d9e0;
  border-radius: 50%;
  padding: 0.3em;
  max-width: 100%;
  color: #fff;
}
.ProgressSteps-step.is-complete .ProgressSteps-icon {
  background-color: #5c636a;
  fill: #5c636a;
}
.ProgressSteps-step.is-current .ProgressSteps-icon {
  background-color: #5c636a;
  fill: #5c636a;
}

.ProgressSteps-label {
  display: block;
  text-transform: uppercase;
  color: #5c636a;
  font-family: "Open Sans", arial, sans-serif;
}
.ProgressSteps-step.is-complete .ProgressSteps-label, .ProgressSteps-step.is-current .ProgressSteps-label {
  color: #5c636a;
}
@media screen and (max-width: 47.9375em) {
  .ProgressSteps-label {
    display: none;
  }
}

.wrapper {
  max-width: 980px;
  margin-bottom: 4em;
  font-size: 16px;

padding: 16px;
}
.wrapper .ProgressSteps-wrapper {
  margin: 5em auto;
}
/*progressline 1 */

/*progressline2*/
.process {
  width: 800px;
  margin: 3em auto;
  cursor: default;
}

.process-items {
  display: table;
  margin: 0 0 10px;
  padding: 0;
  list-style-type: none;
  color: #212529;
  font-size: 18px;
  text-align: center;
}
.process-items li {
  display: table-cell;
  width: 25%;
  vertical-align: bottom;
  padding: 0 0.5em;
  transform: scale(0.65) translateY(40px);
  transform-origin: bottom center;
  transition: transform 0.5s;
}
.process-items li.active {
  transform: scale(1) translateY(0);
}
.process-items em {
  display: block;
  margin-top: 0.5em;
}

/*progressline2*/

.issue-item.item-blog-lead > h2, .issue-itemitem-blog-lead > h2 > a {
    margin: 5px;
}

.issue-item.item-blog-lead p {
    margin: 5px 5px 20px 5px!important;
}

.food-content-text, .food-content-text p, p.food-lead-text {
    font-size: 1.2rem;
    padding: 0px 0px 20px;
    height: 100px;
    overflow: hidden;
    margin: 5px!important;
}

.food-content-text.full-height-text, .food-content-text.full-height-text p, p.food-lead-text.full-height-text {
    font-size: 1.2rem;
    padding: 0px 0px 20px;
    height: inherit;
    overflow: hidden;
    margin: 5px!important;
}


.issue-item.item-blog-lead.receipt-item {
    padding: 0px;
}

img.receipt-lead-img.blog-lead-img.lead-img-receptek.img-fluid {
    margin-bottom: 30px;
}

h2.recept-title {
font-size: 1.6rem;
color: #000;
border-left: 3px solid #85bc30;
padding-left: 20px;
font-weight: normal;
margin: 0px 20px 30px 20px !important;
}

.img-info {
    text-align: center;
}

.recept-content-text, .recept-content-text p, p.recept-lead-text {
    font-size: 1.2rem;
    padding: 0px 0px 20px;
    /* height: 100px; */
    /* overflow: hidden; */
    margin: 0px!important;
}

.recept-content-text li {
    list-style: none;
}

/***footer***/

.footer {
  background-color: #212529;
}

footer {
    padding: 100px 0px 0px 0px;
}

.footer-nav-line {
  /* background-color: #5c636a; */
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);
  with: 80%;
}

h3.footer-nav-item {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 5px;
    color: #000;
    text-align: center;
    float: left;
    width: 16.66%;
    margin: 0px;
}

.footer-logo {
  width: 300px;
  margin-top: 40px;
}

h3.footer-nav-item:hover {
  color: #fff;
  background-color: #b03428;
  padding: 11px 5px;
  border-radius: 5px;
}


img.icon-footer-img.img-fluid {
    width: 150px;
    padding: 30px;
    cursor: pointer;
}

.col-lg-3.issue-item.item-blog-lead {
  background-color: #fff0;
}

/***hovereffect***/
.hovereffect {
  width: 100%;
  /*height: 100%;*/
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  /*background: #212529;*/
  border-radius: 5px;
  margin-bottom: 0px;
  /*background: linear-gradient(
  355deg
  , rgba(33,37,41,1) 0%, rgba(94,94,94,1) 51%, rgba(112,112,112,1) 100%);
  -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);*/
  box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgb(60 60 60 / 0%);
  padding: 20px 0px 20px 0px;
}

.hovereffect.hover400 {
  width: 100%;
  height: 400px;
}

.hovereffect.hover_autoheight {
  width: 100%;
  height: auto;
  padding: 0px;
}

.hovereffect.hover_autoheight .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 70% 20px 20px;
}

.hovereffect.hover_autoheight h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 30px;
  font-weight: 800;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: #000;
}

.hovereffect.hover_autoheight h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect.hover_autoheight h4 p {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: normal;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: #000;
}

.btn.btn-medfood.btn-ads {
  background-color: #e94d3e;
}

 .food-content-text.hover400-text, .food-content-text.hover400-text p {
    font-size: 1.0rem;
 }

.issue-item.item-blog-lead > h2.hover400-title {
  font-size: 20px;
}

.btn-medfood.hover400-text {
    color: #fff;
    background-color: #85bc30;
    /* border-color: #6c757d; */
    border: 3px solid #76a52e;
    padding: 0.5rem 2rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50% 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.title.soup-title {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  bottom: 6px;
  padding: 5px 0px;
  margin-bottom: 0px;
  line-height: 43px;
  width: 87%;
  line-height: 25px;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


.tab-content > .tab-pane {
    /*background-color: #e5e4e4;*/
}

h4.multiple-title {
    text-align: center;
}

a.multiple-item-link {
    width: 200px;
    font-size: 1.2rem;
    text-align: center;
}

.carousel-control-prev, .carousel-control-next {
    width: 7%;
}


.carousel-control-prev {
    left: 0px!important;
}

.carousel-control-next {
    right: 0px!important;
}

.carousel-control-next-icon, .carousel-control-next.multiple-control-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-color: #85bc3000;
}

.carousel-control-prev-icon, .carousel-control-prev.multiple-control-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='https://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e);
    background-color: #85bc3000;
}

p#back-top > a {
    position: absolute;
    right: 10px;
    bottom: -100px;
    width: 200px;
    color: #6A737B;
    font-size: 25px;
    position: fixed;
    bottom: 40px;
    left: 40px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 20px;
    cursor: pointer;
    background-color: rgba(239,241,243,0.71);
    -moz-box-shadow: 1px 1px 5px #6A737B;
    -webkit-box-shadow: 1px 1px 5px #6a737b;
    box-shadow: 1px 1px 5px #6a737b;
    z-index: 20;
}

/********new multiple carousel 2 ************/
.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
/********new multiple carousel 2 end************/


/**** open popup banner ****/
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup-onload{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 10000000;
}
.cnt223{
    /* min-width: 600px; */
    width: 60%;
    min-height: 40rem;
    margin: 100px auto;
    background: #85bc30;
    position: relative;
    z-index: 103;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}
.cnt223 p{
    clear: both;
    color: #ffffff;
    /* text-align: justify; */
    font-size: 2.5rem;
    font-family: sans-serif;
    line-height: 3rem;
    padding: 2% 30px 10px;
    text-align: center;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.popup-main {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  line-height: 4rem;
}

img.mx-auto.d-block.img-brand-popup {
    width: 36%;
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
}

img.mx-auto.d-block.img-brand-popup.full-width-banner {
  width: 100%;
  background-color: #fff;
  height: 100%;
  border-radius: 5px;
}

a.close.btn.btn-secondary.btn-medfood.btn-popup {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    left: 5%;
    right: 5%;
    width: 100%;
		background-color: #e94d3e;
}
a.btn.btn-secondary.btn-medfood.btn-popup {
    font-size: 1.3rem;
    width: 100%;
}
a.close.btn.btn-secondary.btn-medfood.btn-popup.btn-close-popup {
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    left: 5%;
    right: 5%;
    width: 100%;
		background-color: #b5b5b5;
		margin-top: 10px;
}

/**** open popup banner end ****/

.issue-content-text.detail-info.index-page {
    text-align: left!important;
}
.issue-content-text.detail-info.index-page h2{
    text-align: left!important;
}
.issue-content-text.detail-info.index-page h3{
    text-align: left!important;
}
.issue-content-text.detail-info.index-page h4{
    text-align: left!important;
}
.issue-content-text.detail-info.index-page p{
    text-align: left!important;
}


/**************5 fázis design*****************/
.row.phase-row {
    /*padding: 15px 25px 40px;*/
    /*background: rgb(226,226,226);*/
    /*background: linear-gradient(90deg, rgba(226,226,226,0.9491946436777836) 0%, rgba(226,226,226,0.5150209742099965) 12%, rgba(250,249,249,0.15647755684304976) 100%);*/
    /*background-color: #e3e2e2;*/
    margin: 0px;
}

.row.phase-other-row {
    padding: 15px 25px 20px;
    /*background: rgb(226,226,226);*/
    /*background: linear-gradient(90deg, rgba(226,226,226,0.9491946436777836) 0%, rgba(226,226,226,0.5150209742099965) 12%, rgba(250,249,249,0.15647755684304976) 100%);*/
    background-color: inherit;
    background-color: #e2e2e2;
}

.row.phase-other-row H2.title{
    margin: 10px 0px;
}

.vegan-bg {
    padding-top: 30px;
    background-image: url(/img/vegan-bg-01.jpg);
    
}

.phase {
    
}

.phase-frame {
    /*background-color: #e2e2e2;*/
    width: 20%;
}

span.phase-font {
    font-size: 25px;
    font-weight: bold;
}

.phase-frame.phase-frame-other {
    background-color: #e2e2e2;
    padding: 0px 10px 0px;
}

.phase-frame.phase-frame-active {
    /*background-color: #e2e2e2;*/
    padding: 0px 10px 0px;
}

.phase-frame.phase-frame-temp {
    /*background-color: #e2e2e299;*/
    padding: 0px 10px 0px;
}

.phase-frame.phase-frame-count {
    /*background-color: #e2e2e2b0;*/
    padding: 0px 10px 0px;
}

.phase-frame-100 {
   /* background-color: #e2e2e2;*/
    width: 100%;
    padding: 15px 10px 0px;
}

.phase-frame-40 {
   /* background-color: #e2e2e2;*/
    width: 40%;
    padding: 0px 0px 10px;
    margin: -35px 2px;
}

.phase-frame-20 {
   /* background-color: #e2e2e2;*/
    width: 20%;
    padding: 0px 0px 10px;
    margin: -35px -9px;
}

.phase.phase-0 {
    /*background-color: #ec6c85;*/
    height: 85px;
    overflow: hidden;
    margin-top: 0px;
    /*border-top: 30px solid #ec6c85;*/
    background-color:#fff;
    border: 1px solid #d5d5d5;
    }

.phase._phase-vegan.active_box {
    border-left: 3px solid #f18755;
    border-right: 3px solid #f18755;
    color: #f18755;
    padding-bottom: 0px;
}

.phase._phase-vegan.temp_box {
    color: #f18755;
    padding-bottom: 0px;
}

.phase._phase-vegan.permanently_box {
    border-left: 3px solid #f18755;
    border-right: 3px solid #f18755;
    color: #f18755;
    padding-bottom: 0px;
}

.bg-phase-0.mt-3.phase-name-box {
    /* height: 220px; */
    overflow: hidden;
    margin-top: 0px!important;
    /* border-top: 30px solid #ec6c85; */
    background-color: #ec6c85;
    padding: 10px;
    color: #fff;
}

.phase.phase-1 {
    /*background-color: #ec6c85;*/
    height: 250px;
    overflow: hidden;
    margin-top: 180px;
    /*border-top: 30px solid #ec6c85;*/
    background-color:#fff;
    border: 1px solid #d5d5d5;
    }

.phase.phase-1.bigphase {
    height: 370px;
}

.phase.phase-1.bigphase h1.text-custom {
    font-size: 3rem;
    font-weight: bold;
    color: #ec6c85!important;
}
    
.bg-phase-1.mt-3.phase-name-box {
    /* height: 220px; */
    overflow: hidden;
    margin-top: 0px!important;
    /* border-top: 30px solid #ec6c85; */
    background-color: #ec6c85;
    padding: 10px;
    color: #fff;
}

.phase.phase-2 {
    /*background-color: #f18755;*/
    height: 280px;
    overflow: hidden;
    margin-top: 150px;
    /*border-top: 30px solid #f18755;*/
    background-color:#fff;
    border: 1px solid #d5d5d5;
}

.phase.phase-2.bigphase {
    height: 400px;
}

.phase.phase-2.bigphase h1.text-custom {
    font-size: 3rem;
    font-weight: bold;
    color: #f18755!important;
}

.bg-phase-2.mt-3.phase-name-box {
    /* height: 220px; */
    overflow: hidden;
    margin-top: 0px!important;
    /* border-top: 30px solid #ec6c85; */
    background-color: #f18755;
    padding: 10px;
    color: #fff;
}

.phase.phase-3 {
    /*background-color: #f9bb40 ;*/
    height: 310px;
    overflow: hidden;
    margin-top: 120px;
    /*border-top: 30px solid #f9bb40;*/
    background-color:#fff;
    border: 1px solid #d5d5d5;
}

.phase.phase-3.bigphase {
    height: 430px;
}

.phase.phase-3.bigphase h1.text-custom {
    font-size: 3rem;
    font-weight: bold;
    color: #f9bb40!important;
}

.bg-phase-3.mt-3.phase-name-box {
    /* height: 220px; */
    overflow: hidden;
    margin-top: 0px!important;
    /* border-top: 30px solid #ec6c85; */
    background-color: #f9bb40;
    padding: 10px;
    color: #fff;
}

.phase.phase-4 {
    /*background-color: #41bbe0 ;*/
    height: 340px;
    overflow: hidden;
    margin-top: 90px;
    /*border-top: 30px solid #41bbe0;*/
    background-color:#fff;
    border: 1px solid #d5d5d5;
}

.phase.phase-4.bigphase {
    height: 460px;
}

.phase.phase-4.bigphase h1.text-custom {
    font-size: 3rem;
    font-weight: bold;
    color: #41bbe0!important;
}

.bg-phase-4.mt-3.phase-name-box {
    /* height: 220px; */
    overflow: hidden;
    margin-top: 0px!important;
    /* border-top: 30px solid #41bbe0; */
    background-color: #41bbe0;
    padding: 10px;
    color: #fff;
}

.phase.phase-5 {
    /*background-color: #9ac695 ;*/
    height: 370px;
    overflow: hidden;
    margin-top: 60px;
    /*border-top: 30px solid #9ac695;*/
    background-color:#fff;
    border: 1px solid #d5d5d5;
}

.phase.phase-5.bigphase {
    height: 490px;
}

.phase.phase-5.bigphase h1.text-custom {
    font-size: 3rem;
    font-weight: bold;
    color: #9ac695!important;
}

.bg-phase-5.mt-3.phase-name-box {
    /* height: 220px; */
    overflow: hidden;
    margin-top: 0px!important;
    /* border-top: 30px solid #ec6c85; */
    background-color: #9ac695;
    padding: 10px;
    color: #fff;
}

.phase.phase-6 {
    background-image: url(/img/vegan-line-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-bottom: 2px solid #5a5a5a00;
}

.phase.phase-6 .pricing-name h4 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

.phase.phase-7 {
    /*background-color: #9ac695 ;*/
    height: 460px;
    overflow: hidden;
    margin-top: 20px;
    border-top: 30px solid #85bc30;
    background-color:#fff;
}

.phase.phase-vegan {
    background-image: url(/img/vegan-line-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.phase.phase-vegan .vegan-box {
    padding: 10px 0px;
}

p.phase-text.lead-text.text-center {
    color: #85bc30;
    font-size: 1.2rem;
    font-weight: bold;
}

a.btn.btn-phase.text-white {
    background-color: #8d8b8b;
    padding: 5px 25px;
    border-radius: 1px;
}

h1.text-custom {
    font-size: 3rem;
    font-weight: bold;
}

.text-custom,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active,
.navbar-custom .navbar-nav li.active a,
.service-box .services-icon,
.price-features p i,
.faq-icon,
.social .social-icon:hover {
    color: #f6576e !important;
}

.bg-custom,
.btn-custom,
.timeline-page .timeline-item .date-label-left::after,
.timeline-page .timeline-item .duration-right::after,.back-to-top:hover {
    background-color: #f6576e;
}

.btn-custom,
.custom-form .form-control:focus,
.social .social-icon:hover,
.registration-input-box:focus {
    border-color: #f6576e;
}

.service-box .services-icon,
.price-features p i {
    background-color: rgba(246, 87, 110, 0.1);
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    border-color: #e45267;
    background-color: #e45267;
}


.price-box {
    padding: 0px 30px;
}

.plan-price i {
    font-size: 16px;
}

.phase.phase-6 .price-box {
    padding: 10px 0px;
    background-color: #fff;
}

.phase.phase-6 .vegan-box {
    padding: 10px 0px;
}

.plan-price h1 span {
    font-size: 32px;
    color: #000;
}

.price-features p {
margin-bottom: 0.5rem;
font-size: 18px;
}

.phase.phase-7 .price-features p {
    margin-bottom: 0.5rem;
    font-size: 14px;
    padding: 10px 15px;
}

.price-features p i {
    height: 20px;
    width: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 5px;
}
/**************5 fázis design end*****************/

.blog-content-title.content-half p.lead-sub.list-half {
    margin-top: -5px;
}

.blog-content-title.content-half ul li {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-left: 100px;
}

.content-block-2 {
    padding-left: 50px;
}

.blog-content-title {
    padding: 0px;
    text-align: center;
    margin: 30px 0px 0px;
}

.blog-content-title h2 {
  margin-bottom: 30px;
}

.blog-content-title.food-content {
  padding-bottom: 30px;
  padding: 30px 50px 30px 0px;
}

.blog-content ul li {
    font-size: 1.1rem;
    line-height: 2.4em;
    margin-left: 0px;
    list-style: none;
}

.blog-content-title h3 {
    margin-left: 45px;
}

.phase-frame-40-mobile {
   display: none;
} 

.phase-frame-40-desktop {
   display: block;
} 

.blink_me {
  Display:block;
}

.top-40 {
  padding-top: 40px;
}

.bottom-30 {
  padding-bottom: 30px;
}

/*content table design*/
table.beauty-table th {
    padding: 15px;
    text-align: center;
    border: 6px solid #85bc30;
}

table.beauty-table thead {
    background-color: #85bc30;
    color: white;
    border: 1px solid #d7d7d7;
}

table.beauty-table > tbody th {
    border: 6px solid #85bc30;
    padding: 15px;
}

img.picss {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.collapse.in {
    display: block;
}

/*dropdown-nav*/
.subnav.subnav-dropdown {
    width: auto;
    max-width: 300px;
    background-color: #212529;
}

h3.dropdown-nav-item {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    padding: 5px 15px;
    cursor: pointer;
}

h3.dropdown-nav-item:hover {
    float: left;
    width: 100%;
    color: green;

background-color: #fff;}

.landing-big.landing-big-bigscreen {
  display: block;
  border-left: 0px solid #e94d3e;
  padding: 0px 0px 0px;
  line-height: 4rem;
  margin: 0px 0px 30px 0px;
  color: #e94d3e;
  font-size: 5rem;
  font-weight: normal;
  margin-left: -5px;
  margin-top: 90px;
  font-family: "Delius Unicase", cursive;
  font-weight: 500;
}
.landing-big.landing-big-mobile {
  display: none;
} 

.thiny-text {
  font-weight: 200;
}

.diag-text {
  font-size: 4rem;
  line-height: 40px;
}

.red-text {
  color: #e94d3e;
}

h4.title.slim-title .red-text{
 font-size: 18px;
}


/*badge*/
.main-wrapper {
  width: 90%;
  max-width: 900px;
  margin: 3em auto;
  text-align: center;
}
.badge {
  position: relative;
  margin: 1.5em 3em;
  width: 4em;
  height: 6.2em;
  border-radius: 10px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.badge:before, .badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge:before {
  transform: rotate(60deg);
}
.badge:after {
  transform: rotate(-60deg);
}
.badge:hover {
  top: -4px;
}
.badge .circle {
  width: 60px;
  height: 60px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge .circle i.fa {
  font-size: 2em;
  margin-top: 8px;
}
.badge .font {
  display: inline-block;
  margin-top: 1em;
}
.badge .ribbon {
  position: absolute;
  border-radius: 4px;
  padding: 5px 5px 4px;
  width: 100px;
  z-index: 11;
  color: #fff;
  bottom: 12px;
  left: 50%;
  margin-left: -55px;
  height: 15px;
  font-size: 14px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.27);
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  background: linear-gradient(to bottom right, #555 0%, #333 100%);
  cursor: default;
}

.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.pink {
  background: linear-gradient(to bottom right, #f48fb1 0%, #d81b60 100%);
  color: #dc306f;
}

.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.teal {
  background: linear-gradient(to bottom right, #4db6ac 0%, #00796b 100%);
  color: #34a297;
}

.blue {
  background: linear-gradient(to bottom right, #4fc3f7 0%, #2196f3 100%);
  color: #259af3;
}

.blue-dark {
  background: linear-gradient(to bottom right, #1976d2 0%, #283593 100%);
  color: #1c68c5;
}

.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #7cb342;
}

.green-dark {
  background: linear-gradient(to bottom right, #4caf50 0%, #1b5e20 100%);
  color: #00944a;
}

.silver {
  background: linear-gradient(to bottom right, #e0e0e0 0%, #bdbdbd 100%);
  color: #9e9e9e;
}

.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}
.transparent-link {
  background-color: #fff;
  background: #fff;
}
/*badge end*/

/*@import url(https://fonts.googleapis.com/css?family=Raleway:800);
@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
*/
/**/
.snip1326 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  color: #bdbdbd;
  max-width: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  height: 215px;
  margin-top: 16%;
}
}
.snip1326 h1,
.snip1326 h5 {
  margin: 0;
  text-transform: uppercase;
}
.snip1326 h1 {
  font-family: 'Fjalla One', Arial, sans-serif;
  font-size: 2.4em;
  position: relative;
}
.snip1326 h1:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border: 5px solid #bdbdbd;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  border-radius: 10%;
}
.snip1326 h5 {
  font-size: 0.7em;
  font-weight: 800;
  padding-bottom: 10px;
  position: relative;
}
.snip1326 h5:after {
  position: absolute;
  content: '';
  width: 135px;
  height: 3px;
  bottom: -3px;
  background-color: #bdbdbd;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.snip1326 .icon {
  position: relative;
  display: inline-block;
}
.snip1326 .icon:before,
.snip1326 .icon:after {
  position: absolute;
  height: 3px;
  content: '';
  background: #bdbdbd;
  width: 42px;
  top: 50%;
}
.snip1326 .icon:before {
  left: -50px;
}
.snip1326 .icon:after {
  right: -50px;
}
.snip1326 i {
  font-size: 3.6em;
  color: #bdbdbd;
}
/* Demo purposes only */
.badge-area {
  background-color: #212121;
  padding: 30px 50px 0px;
}
.iconstar {
  width: 50px;
}



/*pricetable end*/


/*PRICING TABLE*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");*/

/**/
.pricing-table {
  /* position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  position: relative;
  display: flex;
  transform: translate(28%, 17%);
}
.pricing-table .card {
  width: 220px;
  height: 370px;
  padding: 30px;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 46px -4px rgba(0, 0, 0, 0.6);
  transition: all 0.2s ease-in-out;
}
.pricing-table .card:nth-child(1) {
  background: #7f7fd5;
  background: linear-gradient(to left, #91eae4, #86a8e7, #7f7fd5);
}
.pricing-table .card:nth-child(1) .price::before {
  content: "$20";
}
.pricing-table .card:nth-child(2) {
  margin: 0 30px;
  z-index: 2;
  width: 250px;
  height: 400px;
  background: #ff416c;
  background: linear-gradient(to right, #ff4b2b, #ff416c);
}
.pricing-table .card:nth-child(2) .price::before {
  content: "$50";
}
.pricing-table .card:nth-child(3) {
  background: #00b09b;
  background: linear-gradient(to right, #96c93d, #00b09b);
}
.pricing-table .card:nth-child(3) .price::before {
  content: "$100";
}
.pricing-table .card:nth-child(1) .price, .pricing-table .card:nth-child(3) .price {
  font-size: 6rem;
}
.pricing-table .card:nth-child(1) .buy-button, .pricing-table .card:nth-child(3) .buy-button {
  width: 230px;
  height: 170px;
}
.pricing-table .card:nth-child(1) .buy-button h3, .pricing-table .card:nth-child(3) .buy-button h3 {
  top: 12%;
  left: 10%;
  font-size: 1rem;
}
.pricing-table .card .type {
  margin-top: 30px;
  letter-spacing: 0.1rem;
}
.pricing-table .card .price {
  font-size: 7.5rem;
  position: relative;
  margin: 10px 0px 20px;
  z-index: 2;
}
.pricing-table .card .price span {
  font-size: 1.8rem;
  position: absolute;
  left: -15%;
  top: 65%;
}
.pricing-table .card .price::before {
  position: absolute;
  content: "";
  color: rgba(255, 255, 255, 0.06);
  font-size: 9.5rem;
  z-index: -1;
  right: -30%;
  bottom: 15%;
  text-shadow: 0 0 0px rgba(51, 55, 69, 0);
  transition: all 1s ease-in-out;
}
.pricing-table .card .plan {
  font-size: 1.3rem;
  position: relative;
  margin-bottom: 10px;
}
.pricing-table .card .plan::before, .pricing-table .card .plan::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: #fff;
  bottom: 40%;
  transition: all 0.2s ease-out;
}
.pricing-table .card .plan::before {
  right: 100%;
  transform: translate(-50%, -50%);
}
.pricing-table .card .plan::after {
  right: -100%;
  transform: translate(0%, -50%);
}
.pricing-table .card .details {
  text-transform: capitalize;
}
.pricing-table .card .details li {
  margin: 15px 0px;
}
.pricing-table .card .buy-button {
  cursor: pointer;
  position: absolute;
  width: 250px;
  height: 180px;
  background: #fff;
  border-radius: 15%;
  right: -34%;
  bottom: -27%;
  transition: all 0.4s ease-in-out;
}
.pricing-table .card .buy-button h3 {
  text-shadow: 0 0 0;
  text-decoration: none;
  color: #fff;
  position: absolute;
  left: 8%;
  top: 10%;
  color: #333745;
  font-size: 1.2rem;
  transition: all 0.4s ease-in-out;
}
.pricing-table .card:hover {
  transform: scale(1.02);
}
.pricing-table .card:hover .price::before {
  -webkit-animation: text-hover 1s ease-in-out infinite normal;
          animation: text-hover 1s ease-in-out infinite normal;
}
.pricing-table .card:hover .plan::before {
  right: 90%;
}
.pricing-table .card:hover .plan::after {
  right: -90%;
}
.pricing-table .card:hover .buy-button {
  width: 100%;
  right: 0%;
  border-radius: 0%;
}
.pricing-table .card:hover .buy-button h3 {
  left: 50%;
  transform: translate(-50%, 0%);
}

@-webkit-keyframes text-hover {
  0% {
    right: -30%;
  }
  50% {
    right: -37%;
  }
  100% {
    right: -30%;
  }
}

@keyframes text-hover {
  0% {
    right: -30%;
  }
  50% {
    right: -37%;
  }
  100% {
    right: -30%;
  }
}
/*pricetable end*/

._row.footer-logo-row {
  padding: 0px 0px 50px 0px;
  margin-top: 90px;
}



/*******************@media (min-width: 1599px)******************/
@media (min-width: 1599px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1420px;
}
.navbar-dark .navbar-nav a.nav-link {
    color: #000;
    font-weight: 400;
    font-weight: normal;
    font-size: 1rem;
    padding: 0.3rem 1.2rem !important;
    text-transform: uppercase;
    font-family: "Delius Unicase", cursive;
}

ul.top-menu {
  float: right;
  text-decoration: none;
  list-style: none;
  margin-bottom: 0px;
  width: auto;
  text-align: end;
  display: flex;
  margin-right: 1%;
}

a.nav-link.orange {
  color: #e94d3e !important;
  font-weight: normal;
  font-size: 01rem;
  padding: 5px 10px !important;
  background-color: #f5f4f0;
  text-align: center;
  margin-top: 7px;
  border-radius: 5px;
  margin-right: 20px;
  width: 236px;
  font-weight: bold;
  border-bottom: 5px solid #e94d3e;
}

.nav-link.orange.topprod-btn {
  border: 1px solid #000;
}
.nav-link.orange.topprod-btn {
  border: 2px solid #212529;
  background-color: #8f80a5;
  color: #fff !important;
  font-size: 18px;
  display: inline-block;
}
.nav-link.orange.topprod-btn:hover {
  color: #000 !important;
}
}

/*******************@media (min-width: 1400px)******************/
@media (min-width: 1400px){


.testimonial-text {
  height: 260px;
  overflow: hidden;
}

.head-text.container.position-absolute.top-50.start-50.translate-middle {
  margin-top: 30px;
}

3.head-text.webinar-head-text.container.position-absolute.top-50.start-50.translate-middle {
  margin-top: 130px;
}


a {
    font-size:18px;
}

.fluid-container.tartalom-winner-bg {
  background-color: #f5f4f0;
  margin-top: 0px;
  max-height: 586px;
  overflow: hidden;
}

.fluid-container.tartalom-winner-bg ol.breadcrumb li, .fluid-container.tartalom-winner-bg ol.breadcrumb li.active, ol.breadcrumb li a {
    font-size: 16px;
}

.fluid-container.tartalom-winner-bg .btn-medfood {
  color: #fff;
  background-color: #5c636a;
  border-color: #6c757d;
  border: 0px solid #5c636a;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 7px;
  width: 100%;
}

.fluid-container.tartalom-winner-bg .btn-medfood:hover {
  background-color: #212529;
}

.issue-item.last-issue-item.content-dark-bg {
  border-bottom: 0px;
}

.tartalom-winner-bg .c-img .lead-title.full-with-title {
  position: relative;
  background-color: transparent;
  padding: 15% 5% 5% 30px;
  border-radius: 5px;
  margin: 0px;
  bottom: inherit;
  right: inherit;
}

.col-lg-5.c-img.middle-dark-bg {
  height: 586px;
}

.tartalom-winner-bg .c-img.c-central {
  padding: 0px;
  height: 586px;
  display: block;
  overflow: hidden;
  width: 41.66666667%;
  background-color: #f5f4f0;
  border-bottom: 0px solid #f5f4f0;
}

.c-img img.lead-img {
  width: 100%;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  margin-top: 0px;
}

.img--container {
  width: 20ch;
  background: salmon;
}

.c-img img.lead-img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

div {
  font-size: 16px !important;
  line-height: 25px !important;
}

p {
  font-size: 18px !important;
  line-height: 31px !important;
}

.blog-content-text p {
  text-align: left !important;
  font-size: 1.1rem !important;
  line-height: 1.8rem !important;
}

.price-features p {
  margin-bottom: 0.5rem;
  font-size: 18px!important;
  line-height: 23px !important;
}
}


/*******************@media (max-width: 1600px)******************/
@media (max-width: 1600px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
}
header {
  height: 0px;
}

.navbar_medfood {
  height: 90px;
}

.main-nav {
  position: absolute;
  top: 55px;
  background-color: #21252900 !important;
  height: 36px;
}

.img-brand {
  height: 130px;
  padding: 23px 20px 11px;
}

.navbar-dark .navbar-nav a.nav-link {
  color: #282828;
  font-weight: 400;
  font-weight: normal;
  font-size: 1rem;
  padding: 0.3rem 0.7rem !important;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav a.nav-link.langcolour {
  font-size: 1rem;
  padding: 0.3rem 0.1rem!important;
}

span.h1mod {
  font-weight: bold;
  font-size: 3.2rem;
}

h1.landing-big {
  line-height: 3.2rem;
  margin-top: 0rem;
  font-size: 3.2rem;
  font-family: 'Orbitron', sans-serif;
}

.landing-big.landing-big-bigscreen {
  display: block;
  border-left: 0px solid #e94d3e;
  padding: 0px 0px 0px;
  line-height: 5rem;
  margin: 0px;
    margin-left: 0px;
  color: #e94d3e;
  font-size: 4rem;
  font-weight: normal;
  margin-left: -5px;
}

h4.head-title {
  padding: 5px 0px 0px;
  line-height: 1.7rem;
  color: #d0d0d0;
  font-size: 1.3rem;
}

ul.top-menu {
  float: inherit;
  text-decoration: none;
  list-style: none;
  margin-bottom: 0px;
  width: 602px;
  text-align: end;
  display: flex;
}

a.nav-link.orange {
  color: #e94d3e !important;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 5px 10px !important;
  background-color: #fff;
  text-align: center;
  margin-top: 7px;
  border-radius: 5px;
  margin-right: 10px;
  width: 200px;
  text-transform: inherit;
  border: 1px solid #e94d3e;
  border-bottom: 5px solid #e94d3e;
}

.head-text {
  top: 50% !important;
}

.start-60 {
  left: 56% !important;
}

.content-block.process-block.process-block-webinar .issue-frame {
  padding: 40px;
}

.subnav {
  width: 100%;
  left: 0%;
  right: 0%;
}

h3.col-lg-2.footer-nav-item.food-subnav-item {
  width: 14.2%;
}
.content-block.subnav-block h3.footer-nav-item {
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  padding: 10px 0px;
  margin: 0;
  background-color: #f5f4f0;
  color: #212529;
  border: 0px;
}

a.btn.btn-apple-twenty-minutes {
background-color: #e94d3e;
margin: 0px;
border-radius: 5px;
text-transform: uppercase;
padding: 10px 80px;
font-weight: normal;
font-size: 1.3rem;
color: #fff;
text-align: center;
border: 3px solid #fff;
}

.apply-block {
  background-color: #fff;
  padding: 3px 25px;
  border-radius: 5px;
  text-align: center;
  /* position: absolute; */
  /* right: 5%; */
  /* bottom: -2%; */
}

.carousel-caption {
  top: 14rem;
  z-index: 10;
  background-color: #85bc3000;
  padding: 15px;
}

.progress-block {
  background-color: #f5f4f0;
  background-color: #f5f4f000;
  position: absolute;
  width: 100%;
  top: 27rem;
}

h3.title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #000;
  margin-bottom: 15px;
  border-left: 0px solid #85bc30;
  padding-left: 0px;
}

.icon-img-programs {
  width: 60px;
  margin: 10px 0px 10px 10px;
}

.blog-item-inside {
  padding: 0px 10px 0px 10px;
  height: 40px;
  display: flex;
}

.blog-item-inside {
  padding: 10px 10px 0px 10px;
  height: 40px;
  display: flex;
}

}   

/*******************@media (max-width: 1460px)******************/
@media (max-width: 1460px) {
  .head-text {
  top: 50% !important;
}

}
/*******************@media (max-width: 1400px)******************/
@media (max-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
}
a.nav-link {
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0.5rem!important;
}

.navbar-dark .navbar-nav a.nav-link {
  color: #fff;
  font-weight: 400;
  font-weight: normal;
  font-size: 1.1rem;
  padding: 0.3rem 0.8rem !important;
  text-transform: uppercase;
}

.form-control.form-control-search {
    padding: 0rem 0.5rem;
    background-color: inherit;
    margin-right: inherit!important;
    border-right: 0px!important;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    line-height: 1;
    height: 33px;
}

.btn.btn-outline-secondary {
    border-left: 0px!important;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    height: 33px;
    line-height: 1;
}

.carousel-item {
    height: 40rem;
    margin-top: 0px;
}

.img-brand {
    height: 110px;
}

.searchbar {
    width: 70%;
}

.carousel-caption {
  top: 14rem;
  z-index: 10;
  background-color: #85bc3000;
  padding: 15px;
}

.progress-block {
  background-color: #f5f4f0;
  background-color: #f5f4f000;
  position: absolute;
  width: 100%;
  top: 24rem;
}

h3.title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #000;
  margin-bottom: 15px;
  border-left: 0px solid #85bc30;
  padding-left: 0px;
}

.icon-img-programs {
  width: 60px;
  margin: 10px 0px 10px 10px;
}

.blog-item-inside {
  padding: 10px 10px 0px 10px;
  height: 40px;
  display: flex;
}

.navbar-dark .navbar-nav a.nav-link {
  color: #1c1c1c;
  font-weight: 400;
  font-weight: normal;
  font-size: 0.8rem;
  padding: 0.3rem 0.5rem !important;
  text-transform: uppercase;
}

.navbar-dark .navbar-nav a.nav-link.langcolour {
  font-size: 0.8rem;
  padding: 0.3rem 0.1rem !important;
}

h3.col-lg-2.footer-nav-item.food-subnav-item {
  width: 14.2%;
}
.content-block.subnav-block h3.footer-nav-item {
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  padding: 10px 0px;
  margin: 0;
  background-color: #f5f4f0;
  color: #212529;
  border: 0px;
}

.row.card-group-text {
    margin: 0px;
    height: 540px;
}
.row.card-group-text {
    margin: 0px;
    height: auto;
    padding: 0px 0px;
    text-align: left!important;
    font-size: 16px!important;
    line-height: 23px!important;
}

.card-item.col-lg-4 .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    min-height: 835px;
}

h1.landing-big {
  line-height: 2rem;
  margin-top: 1rem;
  font-size: 1.8rem;
}

span.h1mod {
  font-weight: bold;
  font-size: 3rem;
}

h4.head-title {
  padding: 20px 0px;
  line-height: 1.5rem;
  color: #212529;
  font-size: 1.2rem;
}

.btn-medfood {
  color: #fff;
  background-color: #5c636a;
  border-color: #6c757d;
  border: 0px solid #5c636a;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
}

a.btn.btn-apple-twenty-minutes {
  width: 87%;
}

.fluid-container.tartalom-winner-bg {
  background-color: #5c636a;
  margin-top: 0px;
  max-height: 586px;
  overflow: hidden;
}

.fluid-container.tartalom-winner-bg ol.breadcrumb li, .fluid-container.tartalom-winner-bg ol.breadcrumb li.active, ol.breadcrumb li a {
    font-size: 16px;
}

.fluid-container.tartalom-winner-bg .btn-medfood {
  color: #fff;
  background-color: #5c636a;
  border-color: #6c757d;
  border: 0px solid #5c636a;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 7px;
  width: 100%;
}

.fluid-container.tartalom-winner-bg .btn-medfood:hover {
  background-color: #212529;
}

.issue-item.last-issue-item.content-dark-bg {
  border-bottom: 0px;
}

.tartalom-winner-bg .c-img .lead-title.full-with-title {
  position: relative;
  background-color: transparent;
  padding: 15% 5% 5% 30px;
  border-radius: 5px;
  margin: 0px;
  bottom: inherit;
  right: inherit;
}

.col-lg-5.c-img.middle-dark-bg {
  height: 586px;
}

.tartalom-winner-bg .c-img.c-central {
  padding: 0px;
  height: 586px;
  display: block;
  overflow: hidden;
  width: 41.66666667%;
  background-color: #5c636a;
  border-bottom: 0px solid #5c636a;
}

.c-img img.lead-img {
  width: 100%;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  margin-top: 0px;
}

.img--container {
  width: 20ch;
  background: salmon;
}

.c-img img.lead-img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.fluid-container.tartalom-winner-bg .icon-img-programs {
  width: 65px;
  margin: 15px 0px 0px 15px;
  float: left;
}

.fluid-container.tartalom-winner-bg .blog-item-inside.height-90.padding-30 {
  padding: 25px 5px 10px;
}

.fluid-container.tartalom-winner-bg .blog-item-inside.height-90.padding-30 h3.title {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 30px;
  border-left: 3px solid #85bc30;
  padding-left: 10px;
}

.tartalom-winner-bg .lead-title > h1.food-title {
  margin: 14% 0%;
  font-size: 2.5rem;
  color: #fff;
}



}

/*******************@media (min-1200px and max-width: 1399px)******************/
@media (min-width: 1200px) and (max-width: 1399px) {


.product-group {
    display: flex;
    padding: 0px 0px;
}

.product-item .card.c {
    padding: 10px;
    height: 760px;
    overflow: hidden;
    border: 0px;
}

.card-body {
    flex: 1 1 auto;
    padding: 0px;
}

a.btn.btn-primary.btn-medfood.btn-csomag {
  width: 88%;
  position: absolute;
  bottom: 30px;
  left: 6%;
  right: 6%;
  background-color: #e94d3e;
  border: #e94d3e;
}

.subnav {
  margin-top: 1px;
  position: fixed;
  z-index: 100;
  width: 100%;
}

.content-block.subnav-block h3.footer-nav-item:hover {
  padding: 11px 0px;
}

a.btn.btn-phase.text-white {
    background-color: #8d8b8b;
    padding: 5px 22px;
    border-radius: 1px;
}

.price-features p {
    margin-bottom: 0.5rem;
    font-size: 16px;
}

.Scriptcontent > .container-card {
    width: 1100px;
}

.container-card .card .face {
    width: 256px;
    height: 220px;
    transition: 0.5s;}

.videolayer {
    padding: 15.5% 33.5% 15.5% 22%;
    width: auto;
}

img.dummy-lead-img {
  width: 67px;
  padding: 23px 8px;
  float: initial;
  display: inline-flex;
}

.issue-item.dark-bg > h4 {
  padding: 14px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}

.issue-item {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #f5f4f0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 5px;
}
 
.head-text.container.position-absolute.top-50.start-50.translate-middle {
  top: 45% !important;
}

.head-text.webinar-head-text.container.position-absolute.top-50.start-50.translate-middle {
  top: 50% !important;
}

.head-text.webinar-head-text.container.position-absolute.top-50.start-50.translate-middle {
  margin-top: 104px;
  height: 100%;
}

.head-text.webinar-head-text.container.position-absolute.top-50.start-50.translate-middle span.h1mod {
  font-weight: bold;
  font-size: 2rem;
}

.date-webinar {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1rem;
}

.webinar-question-title {
  line-height: 25px !important;
  color: #000;
  font-weight: 800;
  font-size: 1.3rem !important;
  margin-bottom: 10px;
}

.apply-block p {
  margin: 0;
}

.webinar-inner li {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #505151;
}


.issue-item.dark-bg > p {
  height: 140px;
}

.issue-frame.issue-frame-slim {
  margin-bottom: 10px;
  padding: 0px;
}

.blog-content-center > img.lead-img {
  padding-top: 90px;
}

.col-lg-6.blog-content-padd-img {
  margin-top: 10%;
}

}

/*******************@media (min-1200px and max-width: 1299px)******************/
@media (min-width: 1200px) and (max-width: 1299px) {
  
 .head-text.container.position-absolute.top-50.start-50.translate-middle {
  top: 40% !important;
}

span.landing-question {
  font-size: 1.2rem;
}
}

/*******************@media (min-width: 768px)******************/
@media (min-width: 768px) {

.navbar-mobile {
   display: none;
} 


}




/*******************@media (max-width: 1199px)******************/
@media (max-width: 1199px) {
body {
    padding-top: 0rem;
}
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 960px;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0px 0px 0px;
    margin-bottom: 0rem;
    list-style: none;
    text-transform: uppercase;
}

.blink_me {
    animation: blinker 2s linear infinite;
    Display: block;
    padding: 0px 0px 0px 22px;
    font-size: 20px!important;
    font-weight: bold;
}

.nav-link.orange.transparent-link {
  text-align: left;
}

.nav-item {
  height: auto;
  background-color: #fff;
  color: #000;
  border-radius: 0px;
  margin-left: 21px;
  border-bottom: 2px solid #000;
  padding: 10px 5px;
}

.issue-item.index-issue .item-1-bg, .issue-item.index-issue .item-2-bg, .issue-item.index-issue .item-3-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 0px solid #f5f4f0;
  margin-bottom: 20px;
}

 .progress-block {
    background-color: #f5f4f0;
    background-color: #f5f4f000;
    position: relative;
    width: 100%;
    top: auto;
  }

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.Scriptcontent > .container-card {
    width: 1100px;
}

p.lead-sub {
    font-size: 18px;
    margin: 0px;
}
@me

.img-brand {
    height: 67px;
}

.container.marketing {
    padding: 20px;
}

.carousel-item, .carousel-item.active {
    height: auto;
    margin-top: auto;
}

.carousel-control-prev {
    left: 0px!important;
    display: none;
}

.carousel-control-next {
    right: 0px!important;
       display: none;
}

button.btn.btn-nav-mobile {
    width: 30px;
    height: 40px;
    background-image: url(/img/right-menu-bars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
}

.btn-mobile.mx-auto {
    text-align: center!important;
}

header {
  height: 100px;
  background-color: #212529 !important;
}

/*mobil nav*/
.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 30%;
  left: 0%;
}
/*.mobile-wrapper .mobile-container {
  background: #fff;
  border: 20px solid #666;
  border-bottom-width: 80px;
  border-radius: 20px;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  height: 520px;
  margin: 0 30px;
  position: relative;
  width: 320px;
}*/
.mobile-wrapper .mobile-container {
  background: transparent;
  border: 0px solid #666;
  /*border-bottom-width: 80px;*/
  border-radius: 0px;
  /*box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);*/
  display: inline-block;
  height: 545px;
  margin: 0 0px;
  position: relative;
  width: 320px;
  /*z-index: 111;*/
}
/*.mobile-wrapper .mobile-container::before {
  background: #555;
  border: 2px solid #4a4a4a;
  border-radius: 50%;
  bottom: -67px;
  content: "";
  display: block;
  height: 50px;
  left: 50%;
  position: absolute;
  width: 50px;
  transform: translateX(-50%);
  z-index: 1;
}*/

.content {
  /*background: aliceblue;*/
  display: block;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.content nav {
  /*background: #fff;
  border-bottom: 1px solid #ddd;*/
  height: 60px;
  position: relative;
}
.content .nav-links {
  display: block;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  padding-left: 0px;
}
.content .nav-links::before {
  background: #21252900;
  content: "";
  height: 100vh;
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.3s;
}
.navbar.navbar-mobile .content {
  background: inherit;
}
.content .nav-links li {
  border-bottom: 1px solid #21252900;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.3s;
  text-decoration: none;
  list-style-type: none;
}
.content .nav-links li a.nav-link {
  background: #212529;
  color: #f5f4f0;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  text-align: left;
  width: 100%;
  transition: all 0.3s;
  font-weight: normal;
  padding: 0px;
}
.content .nav-links li a:hover {
  color: #e94d3e;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
input[type=checkbox]:checked + label {
  border: 4px solid silver;
  border-radius: 50%;
  height: 28px;
  top: 16px;
  left: 18px;
  width: 28px;
  transform: rotate(-135deg);
}
input[type=checkbox]:checked + label::before {
  background: silver;
  top: 8px;
  left: 4px;
  width: 12px;
}
input[type=checkbox]:checked + label::after {
  background: silver;
  opacity: 1;
  top: 8px;
  left: 4px;
  visibility: visible;
  width: 12px;
}
input[type=checkbox]:checked + label:hover {
  border-color: #85bc30;
}
input[type=checkbox]:checked + label:hover::before, input[type=checkbox]:checked + label:hover::after {
  background: #85bc30;
}
input[type=checkbox]:checked ~ .nav-links::before {
  opacity: 1;
  visibility: visible;
}
input[type=checkbox]:checked ~ .nav-links li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1111111111;
  position: relative;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(1) {
  transition-delay: 0s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(2) {
  transition-delay: 0.1s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(3) {
  transition-delay: 0.2s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(4) {
  transition-delay: 0.3s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(5) {
  transition-delay: 0.4s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(6) {
  transition-delay: 0.5s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(7) {
  transition-delay: 0.6s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(8) {
  transition-delay: 0.7s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(9) {
  transition-delay: 0.8s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(10) {
  transition-delay: 0.9s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(11) {
  transition-delay: 1s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(12) {
  transition-delay: 1.1s;
}
input[type=checkbox]:checked ~ .nav-links li:nth-child(13) {
  transition-delay: 1.2s;
}

label {
  background: none transparent;
  border: 4px solid #85bc30;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  cursor: pointer;
  display: block;
  height: 24px;
  position: absolute;
  top: 18px;
  left: 20px;
  width: 24px;
  transition: all 0.2s;
}
label::before {
  background: #85bc30;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 24px;
  transition: all 0.2s;
}
label::after {
  background: #85bc30;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 6px;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transform: rotate(90deg);
  transition: all 0.2s;
}
/*mobil nav*/

a.nav-link.orange {
  color: #e94d3e !important;
  font-weight: norm;
  font-size: 16px;
  padding: 7px 10px !important;
  background-color: transparent;
  text-align: center;
  margin-top: 0px;
  border-radius: 0px;
  margin-right: 10px;
  width: 200px;
  text-transform: inherit;
  border: 0px solid #e94d3e;
}

a.nav-link.orange:hover {
  color: #fff !important;
}

.navbar-mobile {
   display: block;
   /*z-index:9999999;*/
   padding: 0px;
}

.navbar-mobile .navbar-nav {
   z-index:9999999;
   float: left;
   min-height: auto;
    background-color: #3a3838;
    width: 100%;
    padding: 20px;
}

.navbar-bigscreen {
     display: none;
}

.img-brand-mobile {
      width: 200px;
}

.collapse.in {
    display: block!important;
}

.head-text.container.position-absolute.top-50.start-50.translate-middle {
top: 35% !important;
left: 51% !important;
}

h4.head-title {
  padding: 20px 0px 0px;
  line-height: 1.5rem;
  color: #d0d0d0;
  font-size: 1.2rem;
  float: right;
}

span.landing-question {
    padding: 0px 20px 0px 0px;
    font-size: 16px;
}

span.landing-question.first {
    padding: 0px 20px 0px 0px;
    font-size: 16px;
}

span.landing-question.last {
    padding: 0px 20px 0px 0px;
    font-size: 16px;
}

h4.head-title p {
  font-size: 1.1rem !important;
}

a.btn.btn-apple-twenty-minutes {
  width: 100%;
  background-color: #e94d3e;
  border-color: #fff;
  margin: 0px;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

.btn-medfood {
    color: #fff;
    background-color: #5c636a;
    border: 0px solid #5c636a;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 0px;
    width: 100%;
}

.blog-content {
  padding: 0px 30px;
}

.blog-lead-inside.height-350 {
  height: auto;
}

.issue-item {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #f5f4f0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  border-radius: 5px;
}

.issue-item.white-bg {
	border-left: 10px solid #f5f4f0;
	border-right: 10px solid #f5f4f0;
}

.issue-item.dark-bg {
	padding: 0px 5px;
	margin-top: 0px;
	margin-bottom: 30px;
	/* background-color: #212529; */
	border-left: 0px solid #837979;
	border-right: 0px solid #fff;
	border-radius: 5px;
	cursor: pointer;
	height: 150px;
}

img.dummy-lead-img {
  width: 67px;
  padding: 12px 8px;
  float: initial;
  display: inline-flex;
}

.white-text {
  color: #fff;
  font-size: 13px;
}

.issue-item.index-issue {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f5f4f000;
  border-left: 0px solid #fff0;
  border-right: 0px solid #fff0;
  border-radius: 5px;
  float: left;
}

.grow:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.progress-block .issue-item.dark-bg {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #212529;
  border-left: 0px solid #837979;
  border-right: 0px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 385px;
}

.progress-block .issue-item.dark-bg > p {
  height: 160px;
}

.progress-block .btn-medfood {
  padding: 0.5rem 0.6rem;
}

.progress-block .issue-item.dark-bg > h4.process-title {
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}

.issue-item.light-dark-bg h4.title {
  color: #212529;
  font-size: 1.1rem;
  padding: 14px;
}

.issue-frame.issue-frame-slim {
  margin-bottom: 10px;
  padding: 0px;
}

.blog-content-center > img.lead-img {
  padding-top: 90px;
}

.process-line-content .blog-content-lead h2.chapter-title {
  margin-top: 70px;
  font-size: 2.3rem;
  margin-left: 30px;
}

.blog-content-left {
  border-left: 20px solid #fff;
  margin-top: 35px;
}

.issue-item.dark-bg > h4 {
	padding: 7px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	margin: 0px;
}

.blog-item-img {
  height: auto;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.col-lg-3.col-md-6.col-sm-6.testimonial-frame {
  width: 50%;
}

p {
    font-size: 16px!important;
    line-height: 25px!important;
}

h2.heading-main-big-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #e94d3e;
    margin-bottom: 30px;
}

h2.heading-main-title {
    font-size: 14px;
    margin: 10px 0px 0px;
}

.top-nav {
    display: none;
}

.mobile-menu-icon {
    background-image: url(/img/menu.png);
}

.top-text-btn-group {
    padding: 50px 9px;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-inverse {
  background-color: #fff;
  color: #212529;
}

.line-progress h2.display-big p, .order-progress h2.display-big p {
    font-size: 19px!important;
    line-height: 26px!important;
}

h3.footer-nav-item {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 28px 30px;
    font-size: 14px;
}

h3.footer-nav-item:hover {
    padding: 11px 30px;
}

.popup-main {
    font-size: 4rem;
    color: #212529;
    font-weight: bold;
    line-height: 3.5rem;
}

.cnt223 {
    /* min-width: 600px; */
    width: 88%;
    min-height: 33rem;
    margin: 100px auto;
    background: #85bc30;
    position: relative;
    z-index: 103;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.text-box.white-bg {
    background: #FFF;
    padding: 0px 15px 20px;
    margin-top: 20px;
}

.text-box.white-bg.sixty.content-tite.col-md-12 {
    padding: 0 30px 20px;
}

.subnav {
    margin-top: 0px;
    position: relative;
    z-index: 100;
    width: 100%;
}

.silver-bg .img-fazis {
    padding: 10px 0px 0px;
    width: 100%;
}

.content-block.subnav-block {
    padding: 0px 0px;
    margin-top: 0px;
}


.product-group {
    display: flex;
    padding: 0px 0px;
}

.card.c {
    padding: 15px;
}

.card-item.col-lg-4 .card-body {
    flex: 1 1 auto;
    padding: 0px;
    min-height: 900px;
}

h5.card-subtitle {
    text-align: center;
    font-weight: bold;
    height: 80px;
}

.row.card-group-text {
    margin: 0px;
    height: auto;
    padding: 0px 0px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.row.card-group-text> ul {
    margin: 0px;
    height: auto;
    padding: 0px 30px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.row.card-group-text> ul > li{
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.row.card-group-text> p {
    margin: 0px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

a.btn.btn-primary.btn-medfood.btn-csomag {
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 5%;
    right: 5%;
    background-color: #e94d3e;
    border: #e94d3e;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-bigscreen {
    display: block;
        background: url(../img/zachercover2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    width: 680px;
    padding: 12.5% 24.5%;
    margin: 30px 10px;
}
.issue-item.drmedgyesi-text.videolayer.vidlayer-mobile {
    display: none;
        background: url(../img/zachercover-mobile3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    cursor: pointer;
    width: 680px;
    padding: 12.5% 24.5%;
    margin: 30px 0px;
    height: 700px;
    padding: 77% 37%!important;
}

.row.card-body-10 {
  margin: 0px;
}

.product-item-flat {
  border: 3px solid transparent;
}

.product-item-flat .card-body {
  flex: 1 1 auto;
  padding: 1rem 0.5rem;
  text-align: center;
}

.card.c-10 h5.card-title {
  font-size: 0.9rem;
}

.card.c-10 .price-text {
  font-size: 20px;
}

.tartalom-winner-bg .c-img.c-img-first {
  width: 35%;
}

.tartalom-winner-bg .c-img.c-central {
  width: 65%;
  background-color: #f5f4f0;
}

.tartalom-winner-body .text-box.white-bg.sixty.content-tite.col-md-8 {
  width: 100%;
}

.tartalom-winner-body .col-lg-8.blog-content-body {
  padding-bottom: 50px;
  padding: 0px 0px 0px;
  width: 100%;
  padding: 0px 15px;
}

.col-lg-4.col-md-3.c-img.c-img-last.middle-dark-bg {
  display: none;
}

.subnav {
  margin-top: 0px;
  position: relative;
  z-index: 100;
  width: 100%;
  top: 0px;
}


.head-block.head-block-webinar {
  background: url(/img/webinar-bg2-mobile.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  height: 1000px;
}

.head-block.head-block-webinar {
  height: auto;
}

.head-block.head-block-webinar > .main-head-img {
  display: none;
}

.date-webinar {
  padding: 10px 5px;
  background-color: #86d0ed;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  width: 79%;
}

.head-text.webinar-head-text.container.position-absolute.top-50.start-50.translate-middle {
  margin-top: 0px;
  height: 100%;
  position: relative !important;
  top: 0% !important;
  left: 0% !important;
  transform: translate(0%, 0%) !important;
	padding: 0px;
}

.row.webinar-inner .apply-block {
  background-color: transparent;
  padding: 3px 25px;
  border-radius: 5px;
  text-align: center;
	width: 50%;
}

.content-block.process-block.process-block-webinar .issue-frame .issue-item.dark-bg.solution-cat {
  padding: 30px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: ##f5f4f0;
  border-left: 0px solid #837979;
  border-right: 0px solid #fff;
  border-radius: 5px;
  cursor: auto;
  height: 300px;
}

.content-block.process-block.process-block-webinar .issue-frame {
  padding: 10px;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-mobile.vidlayer-mobile-webinar {
  background: url(../img/video-mobile-bg-1200.png) no-repeat center center;
	height: 380px;
	padding: 0px !important;
	width: 100%;
}

img.videolayer-playbtn {
  position: absolute;
  z-index: 1000;
  width: 100px;
  height: 100PX;
  background: url(../img/play.png) no-repeat center center;
    background-size: auto;
  background-size: 100px;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, 100%) !important;
}

.webinar-silver-bg .apply-block {
  background-color: #fff;
  width: 100%;
} 

.top-text.video-left-side {
  width: 100%;
  padding: 0px 15px;
}
}

/*******************@media (min-993pxpx and max-width: 1199px)******************/
@media (min-width: 991px) and (max-width: 1199px) {
.navbar-mobile-big {
  display: block;
}
.navbar-mobile-small {
  display: none;
}
.product-group.product-group-50 {
    display: block;
    padding: 0px 0px;
}

.product-item.product-item-50 {
    float: left;
    width: 50%;
}

.product-item .card.c {
    padding: 10px;
    height: 690px;
    overflow: hidden;
    border: 0px;
}

.card-item.col-lg-4 .card-body {
    flex: 1 1 auto;
    padding: 0px;
    min-height: 785px;
}

a.multiple-item-link {
    width: 200px;
    font-size: 1.1rem;
    text-align: center;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-01 {
    width: 100%;
    height: 180px;
    font-size: 1.6rem;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-02 {
    width: 100%;
    height: 180px;
    font-size: 1.6rem;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-03 {
    width: 100%;
    height: 180px;
    font-size: 1.6rem;
}

span.cat-bg {
    padding: 10px 20px;
    float: right;
    background-color: #e94d3ead;
    width: 100%;
    font-size: 2rem;
}

.price-box {
    padding: 0px 10px;
}

input[type=checkbox]:checked ~ .nav-links li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1111111111;
  position: relative;
  border-bottom: 0px;
}

.col-rt-12 {
    width: 100%;
    float: left;
}

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}

.Scriptcontent {
    width: 100%;
}

.Scriptcontent > .container-card {
    width: 100%;
    position: relative;
    display: block;
    justify-content: space-between;
    margin: 15px auto;
}

.container-card .card .face {
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.top-text.video-left-side {
    width: 100%;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-bigscreen.vidlayer-bigscreen {
    display: block;
    background: url(../img/zachercover2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    width: 100%;
    padding: 19.5% 44.5% 29%;
    margin: 0px 0px
}

.mobile-screen {
    display: none;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-bigscreen.vidlayer-bigscreen-webinar {
  background: url(../img/video-mobile-bg.jpg) no-repeat center center;
}

.big-screen {
    display: block;
}
.icon-food-submenu {
  width: 50px;
  height: 50px;
  padding: 0px;
  display: flex;
  text-align: center;
  margin: 0 auto;
}



}

/*******************@media (max-width: 991px)******************/
@media (max-width: 991px) {
.container.marketing {
    padding: 20px;
}

.navbar-mobile-big {
  display: none!important;
}

.navbar-toggler {
  position: absolute;
  top: 20px;
  left: 0px;
  border: 0px;
  font-size: 1.8rem;
}

.navbar-toggler.collapsed {
  border: 0px;
  top: 40px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
}

.navbar-toggler-icon {
  background-image: url("/img/hamburger-nav.png");
}

.navbar-mobile-small {
  display: block;
}

input[type=checkbox]:checked ~ .nav-links li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1111111111;
  position: relative;
  border-bottom: 0px;
}

.head-block, .head-block-mte {
  height: 530px;
  padding: 15px;
}

.head-block-maj {
  background: url(/img/mobile-main-head-img-maj-02.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-mte {
  background: url(/img/diagnosztika-mobil-head-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-klima {
  background: url(/img/klima-mobil-head-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-rolunk {
  background: url(/img/rolunk-mobil-head-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}  

.head-block-tcs {
  background: url(/img/mobile-main-head-img-tcs-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-okonz {
  background: url(/img/mobile-main-head-img-okon-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-fogy {
  background: url(/img/mobile-main-head-img-fogy-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-order {
  background: url(/img/mobile-main-head-img-order-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-blog {
  background: url(/img/mobile-main-head-img-blog-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-okonz h1.landing-big, .head-block-fogy h1.landing-big, .head-block-order h1.landing-big {
  line-height: 2rem;
  margin-top: 1rem;
  font-size: 1.8rem;
  padding: 5%;
  text-align: center;
}

.head-block-okonz .breadcrumb, .head-block-fogy .breadcrumb, .head-block-order .breadcrumb {
  display:none;
}

.head-block-fogy h4.head-title, .head-block-fogy h4.head-title {
  text-align: center;
}

.body-block-okonz {
  padding: 15px 30px;
}

.head-text.container.position-absolute.top-50.start-50.translate-middle {
  top: 44% !important;
  left: 53% !important;
}
.blog-item-inside.height-60.padding-30 h3.title {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.img-fluid.blog-content-lead-img.last-img {
  margin-bottom: 10px;
}
.blog-content-last {
  margin-bottom: 20px;
}
.main-head-img {
  display: none;
}

.fluid-container.head-block.head-block-blog h1.landing-big {
  line-height: 4.1rem;
  font-size: 4rem;
  color: #8c8c8c;
}
h3.title.contactt {
  padding: 10px 15px 0px;
}
.col-lg-3.col-md-6.col-sm-6.testimonial-frame {
  width: 100%;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-bigscreen {
    display: none;
        background: url(../img/zachercover2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    cursor: pointer;
    width: 680px;
    padding: 12.5% 24.5%;
    margin: 30px 10px;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-mobile {
    display: block;
        background: url(../img/zachercover-mobile3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    cursor: pointer;
    width: 680px;
    padding: 12.5% 24.5%;
    margin: 30px 0px;
    height: 700px;
    padding: 77% 43%!important;
}

.carousel-item, .carousel-item.active {
    height: auto;
    margin-top: auto;
}

.nav-item-product > li.nav-item {
    width: 100%;
}

span.cat-bg {
    padding: 10px 00px;
    float: right;
    background-color: #e94d3ead;
    width: 100%;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-01 {
    width: 100%;
    height: 100px;
    font-size: 1.6rem;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-02 {
    width: 100%;
    height: 100px;
    font-size: 1.6rem;
}

.nav-item-product > .nav-item > .nav-link.nav-menu-03 {
    width: 100%;
    height: 100px;
    font-size: 1.6rem;
}

h3.col-lg-2.footer-nav-item.food-subnav-item {
    width: 50%;
}

h4.salt-menu-titleg {
    text-align: center !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0px;
}

.carousel-control-prev {
    left: 0px!important;
    display: none;
}

.carousel-control-next {
    right: 0px!important;
       display: none;
}

.top-menu-mobile {
    display: none;
}

button.btn.btn-nav-mobile {
    width: 30px;
    height: 40px;
    background-image: url(/img/right-menu-bars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
}

.btn-mobile.mx-auto {
    text-align: center!important;
}

.navbar-mobile {
   display: block;
   z-index:9999999;
}

.navbar-mobile .navbar-nav {
   z-index:9999999;
   float: left;
   min-height: auto;
    background-color: #3a3838;
    width: 100%;
    padding: 20px;
}

.navbar-bigscreen {
     display: none;
}

.img-brand-mobile {
    max-height: 70%;
}

.navbar-mobile .navbar-nav {
  z-index: 9999999;
  float: left;
  min-height: auto;
  background-color: #212529;
  width: 100%;
  padding: 20px;
}

.nav-item.nav-item-orange > a {
  text-align: left;
}

.nav-item.nav-item-orange > a:hover {
  color:#fff;
  background-color: #000;
}

.lead-title {
  display: none;
}

.mobile-screen {
    display: block;
}

.big-screen {
    display: none;
}

.breadcrumb {
  margin-top: 0px;
}

.content-block {
  padding: 20px 0px 0px;
}

.content-block.subnav-block.center-block.mobile-screen {
	padding: 5px;
}
.col-lg-12.contact-form h4 {
  font-size: 1rem;
}
.contact-form {
  padding: 3% 6% 7%;
}
.btn.btn-cat {
  width: 100%;
  background-color: #84bb2f;
  color: #fff;
  font-size: 1rem;
}

.icon-food-submenu {
  width: 30px;
  height: 30px;
  padding: 0px 0px 0px;
  margin-left: 20px;
  margin-right: 7px;
}

.content-block.subnav-block h3.footer-nav-item {
  font-size: 0.9rem;
  line-height: 1rem;
  cursor: pointer;
  padding: 5px 20px;
  margin: 0;
  background-color: #85bc30;
  color: #fff;
  border-bottom: 1px solid #74a22c;
  width: 100%;
  text-align: left;
}

.collapse.in {
    display: block!important;
}

p {
    font-size: 14px!important;
    line-height: 23px!important;
}

h2.heading-main-big-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #e94d3e;
    margin-bottom: 30px;
}

h2.heading-main-title {
    font-size: 14px;
    margin: 10px 0px 0px;
}

.top-nav {
    display: none;
}

span.landing-question, span.landing-question.first, span.landing-question.last {
  font-size: 1.3rem;
}

.mobile-menu-icon {
    background-image: url(/img/menu.png);
}

.issue-content-text.detail-info.index-page {
    height: auto;
    margin-top: 20px!important;
    overflow: hidden;
    margin-bottom: 0px!important;
}

img.main-lead-img {
    margin-top: 20px;
}

h2.heading-title {
    color: #212529;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 2.7rem;
}

.issue-item > h2, .issue-item > h2 > a {
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    color: #000;
    /* padding: 0px 10px; */
    margin: 0px;
    min-height: inherit;
}

.piller-item-text {
    height: inherit;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
}

.piller-item-text>p {
    margin: 15px 0px!important;
    text-align: left!important;
    font-size: 14px;
    line-height: 23px;
    
}

.issue-content-text.detail-info.index-page {
    height: auto!important;
    margin-top: 20px!important;
    overflow: hidden;
    margin-bottom: 0px!important;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
    /*font-family: 'Rajdhani', sans-serif!important;*/
}

.issue-content-text.detail-info.index-page > h3{
    text-align: left!important;

}
  
.issue-content-text, .issue-content-text p, p.issue-lead-text {
    padding: 0px 0px 20px!important;
    height: inherit!important;
    overflow: hidden!important;
    text-align: left!important;
    margin: 0px!important;
    font-size: 14px!important;
    line-height: 23px!important;
    /*font-family: 'Rajdhani', sans-serif!important;*/
}

.issue-item {
    padding: 0px 13px;
    margin-top: 0px;
    margin-bottom: 0px!important;
}

a.btn.btn-secondary.btn-medfood.btn-issue.btn-order {
    width: 100%;
    background-color: #e94d3e;
    border-color: #cd5f00cf;
    margin: 0px;
    font-size: 14px;
}

img.mx-auto.d-block.img-brand-popup {
    width: 54%;
    background-color: #fff;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
}

h3.footer-nav-item {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 5px;
}

.content-block.subnav-block {
    padding: 0px 0px;
    margin-top: 0rem;
}

.content-block.subnav-block h3.footer-nav-item {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 15px 0px;
    margin: 0;
    background-color: #85bc30;
    color: #fff;
}

.subnav {
    margin-top: 0px;
    position: inherit;
    z-index: 100;
    width: inherit;
}

.product-group {
    display: flex;
    padding: 0px 20px;
}

h2.featurette-heading {
    color: #212529;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.silver-bg .img-fazis {
    padding: 10px 0px 0px;
    width: initial;
    width: 100%;
}

.product-group {
    display: block;
    padding: 0px 20px;
}

.card-item.col-lg-4 .card-body {
    flex: 1 1 auto;
    padding: 0rem 0rem;
    min-height: inherit;
}
.card.c {
    padding: 15px;
}

.card-item.col-lg-4 .btn-medfood {
    text-align: center;
    left: initial;
    right: inherit;
    position: inherit;
    width: 100%;
    margin-top: 30px;
}

.btn-medfood {
    color: #fff;
    background-color: #85bc30;
    /* border-color: #6c757d; */
    border: 3px solid #76a52e;
    padding: 0.5rem 0.5rem;
    text-transform: uppercase;
    font-size: 14pximportant;
    font-weight: bold;
    margin-bottom: 30px;
}

.content-block.top-block-one {
    padding: 0px;
}

.content-block.top-block-one .issue-item.drmedgyesi-text {
    padding: 0px 10px;
}

.medgyesi-video.ratio.ratio-16x9 {
    margin: 0px 0px 0px 0px;
}

.content-block.top-block-one .issue-item > h2 {
    font-size: 32px;
    text-align: left;
    font-weight: bold;
    color: #000;
    /* padding: 0px 10px; */
    margin: 10px 0px 20px 0px;
    min-height: auto;
}

.content-block.top-block-one .issue-item.drmedgyesi-text > p {
    min-height: inherit;
    text-align: left!important;
    margin: 0px 0px 30px 0px;
    font-size: 14px!important;
    text-decoration: none;
    font-style: italic;
}

.block-normal {
    padding: 0px 0px;
}

.line-progress h2.display-big, .order-progress h2.display-big {
    position: relative;
    /* background-color: #ffffff00; */
    text-shadow: 0px 0px 1px #333333;
    color: white;
    font-size: 1.7rem;
    font-weight: 400;
    padding: 20px;
}

.top-text-btn-group {
    /*padding: 0px 20px;*/
}

.top-text-btn-group .btn-medfood{
    margin-bottom: 0px;
}

img.footer-logo.img-fluid {
    width: 70%;
    margin-bottom: 20px;
}

img.blog-item.blog-lead-img {
    padding: 0px;
    margin-bottom: 20px;
    width: 100%;
}

a.btn.btn-primary.btn-medfood.btn-csomag {
    width: 80%;
    position: relative;
    bottom: 30px;
    left: 10%;
    right: 10%;
    background-color: #e94d3e;
    border: #e94d3e;
}

.carousel-control-next.multiple-control {
    right: 0px!important;
    display: block;
    top: 50%;
}

.carousel-control-prev.multiple-control {
    left: 0px!important;
    display: block;
    top: 50%;
}

.blog-content-main-img.mte-blog-content-main-img {
    padding: 0px 10px 20px;
}

.issue-item.food-lead-item.right-line {
    padding: 20px 23px 0px;
}

a.btn.btn-primary.btn-medfood.btn-csomag.btn-etelek {
    position: relative;
    margin: 0px;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 15px;
}

img.food-lead-img {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 36px;
    height: 70px;
}

.food-lead-item h2.contact-title {
  margin: 5px 0px 0px 0px;
  min-height: inherit;
  font-size: 1.1rem;
  line-height: 1.4rem;
}

.hovereffect.hover400 {
    width: 100%;
    height: inherit;
}

h3.contact-cat-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 30px;
    border-left: 5px solid #85bc30;
    margin-left: 0px;
}

h3.contact-title {
    font-size: 15px;
    text-transform: uppercase;
    color: #6c757d !important;
    padding: 10px 0px 0px;
}
.col-lg-3.issue-item.issue-item-contact.right-line ul {
  padding: 10px 0px 0px 15px;
}

img.contact-lead-img.contact-lead-img-mobile {
    float: left;
    width: 55px;
    padding: 10px 10px;
    margin-bottom: 75px;
    display: none !important;
}

.issue-item.right-line {
    padding: 0px 20px;
    border-left: 0px;
}

.phase-frame {
    width: 50%;
}

.phase-frame-40-mobile {
   display: block;
   width: 100%;
} 

.phase-frame-40-desktop {
   display: none;
} 

.phase-frame-20 {
    width: 100%;
    padding: 0px 0px 10px;
    margin: -35px -9px;
}

.phase._phase-vegan.temp_box {
    color: #f18755;
    padding-bottom: 0px;
    border-left: 3px solid #f18755;
    border-right: 3px solid #f18755;
}


.col-rt-12 {
    width: 100%;
    float: left;
}

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
    background-color: #e2e2e2 !important;
}

.Scriptcontent {
    width: 100%;
}

.Scriptcontent > .container-card {
    width: 100%;
    position: relative;
    display: block;
    justify-content: space-between;
    margin: 15px auto;
}

.container-card .card .face {
    width: 100%;
    height: 220px;
    transition: 0.5s;
}

.container-card .card .face i.fa.fa-angle-down {
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 49%;
  right: 49%;
}

img.testimonial-avatar-img {
  width: 100%;  
}

.top-text.video-left-side {
  padding: 0 10px;
}

.more-btn-section {
  margin-top: 49px;
  width: 100%;
  margin: 0;
}

.blog-content-main-img {
  padding: 0px 20px;
}

.col-lg-12._blog-content-title._top-40 h2.title, .col-lg-12 h2.title.nomargin {
  padding: 0px;
}

.landing3-right.issue-item.drmedgyesi-text {
    padding: 48% 0%!important;
}

.col-md-3.col-sm-6.testimonial-frame {
    width: 50%;
    margin-bottom: 30px;
}

.videolayer {
    height: 360px;
    padding: 21.5% 42.5%!important;
}

span.mobile-visible {
    display: block;
    font-weight: 400;
    font-size: 16px!important;
    padding-bottom: 5px;
    
}

.card-body-10 > table > tbody > tr > th {
    color: #212529!important;
    font-size: 20px!important;
}

.product-item-flat.white-item {
  display: block;
  height: 0px;
  margin-top: -50px;
}

.btn-medfood {
  color: #fff;
  background-color: #5c636a;
  border: 0px solid #5c636a;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
}

.process-block .issue-frame {
  margin-bottom: 10px;
  padding: 0px 5px;
}

.progress-block .issue-item.dark-bg > p {
  height: 100px;
}

.progress-block .issue-item.dark-bg {
  height: 250px;
}

.cat-section-img {
  float: left;
  width: 50px;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 10px;
  background-color: #f5f4f0;
  padding: 10px;
  margin-left: 5px;
}

h2.title.cat-title {
  color: #949292;
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 50px;
  padding: 0px 5px 0px 5px;
  font-weight: 100;
}

h2.title.cat-title::after {
  content: "";
  display: block;
  height: 7px;
}
.blog-content-lead {
  margin-top: 0px;
  padding: 0px 0px;
  margin-left: 0px;
}
.process-line-content .blog-content-lead {
  margin-top: 0px;
  padding: 0px 15px;
}

.process-line-content .blog-content-lead h2.chapter-title {
  margin-top: 0px;
  font-size: 2.3rem;
  margin-left: 0px;
  margin-bottom: 40px;
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li .bubble::after, ul.progress-indicator.progress-indicator-fogyasfolyamata > li .bubble::before {
  top: 72px;
}

.progress-indicator.progress-indicator-fogyasfolyamata > li::before {
  content: url('/img/icon-process-01.png');
  background-color: transparent;
  font-weight: bold;
  position: relative;
  left: 0px;
  top: -14px;
}

.lost-weight-timeline ul.progress-indicator.progress-indicator-fogyasfolyamata > li {
  color: #fcfcfc;
  font-size: 14px;
  text-transform: initial;
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li.step-01::before { 
  content: url('/img/icon-process-fogy-01-60px.png');
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li.step-02::before { 
  content: url('/img/icon-process-fogy-02-60px.png');
}

ul.progress-indicator.progress-indicator-fogyasfolyamata > li.step-03::before { 
  content: url('/img/icon-process-fogy-03-60px.png');
}

p {
  font-size: 16px !important;
  line-height: 23px !important;
}

.blog-content-center > img.lead-img {
  padding: 0px 90px;
}

.blog-content-right {
  padding: 30px 15px;
}
  
.blog-content-right p {
  font-size: 16px !important;
}

.issue-item.light-dark-bg h4.title {
  color: #212529;
  font-size: 1.1rem;
  padding: 20px;
}

.blog-content-left {
  border: 15px solid #fff;
  margin-top: 0px;
}

.issue-frame.issue-frame-slim {
  margin-bottom: 5px;
}

.head-text.container.position-absolute.top-50.start-50.translate-middle {
  position: relative !important;
  margin-top: 0px;
  top: inherit !important;
  left: inherit !important;
  transform: inherit !important;
  padding: 0px;
}

.vega-bg {
  background-image: none;
}

.vega-bg .content-block p, p.lead-sub {
  font-size: 16px !important;
  margin-top: 0px;
  padding: 0px 10px;
}

.line-progress {
  padding: 15px;
}

.phase-line {
  display: none !important;
}

.phase._phase-vegan {
  margin: -20px 0px 30px;
}

.plan-price i {
  font-size: 12px !important;
  text-align: left!important;
}

h3.landing13-title.lowpadding {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 100;
  padding: 15px;
  line-height: 1rem;
  margin: 0px auto 20px;
}

span.h4mod {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2rem;
}

.issue-item.issue-item-contact {
  padding: 20px 15px 0px;
  border-radius: 5px;
  margin-top: 5px;
  border: 0px;
}

.issue-item.issue-item-contact.right-line {
  padding: 20px 15px 0px;
  border-radius: 5px;
  margin-top: 5px;
  border: 0px;
}

.footer-nav-line {
  padding: 30px;
  border-radius: 5px;
}

h3.footer-nav-item {
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  padding: 11px 10px 10px;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 3px solid #212529;
  margin-top: 2px;
}

h3.footer-nav-item:hover {
    padding: 11px;
  }


.landing-big.landing-big-bigscreen {
  display: none;
}
.landing-big.landing-big-mobile {
  display: block;
  border-left: 0px solid #e94d3e;
  padding: 0px 0px 0px;
  line-height: 5rem;
  margin: 0px;
  color: #e94d3e;
  font-size: 4rem;
  font-weight: normal;
  margin-left: -5px;
  text-align: right;
  font-family: 'Orbitron', sans-serif;
} 
h4.head-title p {
  font-size: 1.1rem !important;
  text-align: right;
}
.white-text {
  color: #fff;
}
.thiny-text {
  font-weight: 200;
}
.red-text {
  color: #e94d3e;
}
.head-text {
  top: 30% !important;
  padding: 30px;
}

.main-page-text {
  margin-bottom: 20px;
  margin-top: 20px;
}

.head-block.head-block-webinar {
  background: url(/img/webinar-bg2-mobile993.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.row.webinar-inner {
  background: #ffffff87;
}

.row.webinar-inner .apply-block {
  background-color: transparent;
  padding: 3px 25px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}

h2.title.cat-title {
  padding: 0px 0px 0px 30px;
}

.webinar-checked-img {
  width: 47px;
  margin-left: auto;
  padding: 0px 0px 0px 0px;
  float: left;
  margin-right: 15px;
}

.content-block.process-block.process-block-webinar .issue-frame .issue-item.dark-bg.solution-cat {
  padding: 30px 10px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: ##f5f4f0;
  border-left: 0px solid #837979;
  border-right: 0px solid #fff;
  border-radius: 5px;
  cursor: auto;
  height: auto;
}

.webinar-apply-form-frame {
  padding: 30px;
}

.webinar-apply-block {
  padding: 10px 0px;
}

.progress-indicator.webinar-progress-indicator h4 {
font-size: calc(0.7rem + 0.3vw);
}

span.date-title {
  font-weight: bold;
  border-right: 0px solid #fff;
  margin-right: 0px;
  padding-right: 10px;
  border-left: 0px solid #fff;
  margin-left: 0px;
  padding-left: 0px;
}


}
  
/*******************@media (max-width: 767px)******************/
@media (max-width: 767px) {
body {
    padding-top: 0px;
    padding-bottom: 0rem;
    color: #5a5a5a;
}

.mobile-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 14%;
  left: 0%;
}

input[type=checkbox]:checked ~ .nav-links li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 1111111111;
  position: relative;
  border-bottom: 0px;
}

.breadcrumb {
  margin-top: 0px;
  display: none;
}

.head-block {
  height: 500px;
  padding: 20px;
}

.head-block {
  background: url(/img/mobil-head-01.jpg) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-maj {
  background: url(/img/mobile-main-head-img-maj-02.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-mte {
  background: url(/img/mobil-head-problems-01.jpg) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-klima {
  background: url(/img/klima-mobil-head-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}  

.head-block-rolunk {
  background: url(/img/rolunk-mobil-head-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}  

.head-block-okonz {
  background: url(/img/mobile-main-head-img-okon-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-fogy {
  background: url(/img/mobile-main-head-img-fogy-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-order {
  background: url(/img/mobile-main-head-img-order-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-block-blog {
  background: url(/img/mobile-main-head-img-blog-01.png) no-repeat center center fixed;
    background-size: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.head-text.container.position-absolute.top-50.start-50.translate-middle {
  position: relative !important;
  margin-top: 0px;
  top: inherit !important;
  left: inherit !important;
  transform: inherit !important;
}

span.h1mod {
  font-size: 2.3rem;
}

.modal-dialog.modal-xl {
  margin-top: 100px;
}

.content-block.double-block h3.chapter-title, .blog-content-padd h3.chapter-title {
  line-height: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-size: 1.2rem;
}

.col-lg-6.blog-content-padd, .slim-block {
  padding: 30px 20px;
  text-align: left;
}

.col-lg-6.blog-content-padd .lead-sub.lead-sub-left {
  padding: 0px;
}

.content-block.center-block.slim-block .col-lg-8.blog-content-padd {
  padding: 0px 0px;
}

.content-block.center-block.slim-block {
  padding: 30px 0px;
}

.content-block.center-block.slim-block .blog-content-padd h3.chapter-title {
  line-height: 1.5rem;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: 0px 10px;
}
.content-block.content-block-last.center-block div, .content-block.center-block.slim-block div {
  text-align: left !important;
  padding: 0px 10px;
}

.content-block-last {
  margin-bottom: 40px;  
}


.btn-medfood {
  color: #fff;
  background-color: #5c636a;
  border: 0px solid #5c636a;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0px;
  width: 100%;
}

.landing3-right.issue-item.drmedgyesi-text {
    padding: 1% 0%!important;
}

.col-md-3.col-sm-6.testimonial-frame {
    width: 100%;
    margin-bottom: 30px;
}

.issue-item.drmedgyesi-text.videolayer.vidlayer-mobile {
    display: block;
        background: url(../img/zachercover-mobile4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto;
    cursor: pointer;
    width: 680px;
    padding: 12.5% 24.5%;
    margin: 30px 0px;
    height: 700px;
    padding: 77% 37%!important;
}

.container.marketing {
    padding: 20px;
}
.container.marketing .blog-content {
  padding: 0px 15px;
}
.container.marketing h2.title {
  margin-top: 30px;
  padding: 0;
}
ul.checklist {
  margin: 0px;
  padding: 0px;
}
ul.checklist li {
  line-height: 1.3rem !important;
  margin-bottom: 1rem;
}

h3.col-lg-2.footer-nav-item.food-subnav-item {
    width: 100%;
}

.video-box {
  padding: 0px 0px 10px;
}

.display-big-webinar p {
  color: #fff;
  font-size: 2rem !important;
  line-height: 2rem !important;
}

.progress-indicator {
  margin: 0 0 1em;
  padding: 40px 0px 0px;
  font-size: 80%;
  text-transform: uppercase;
}

.webinar-apply-block {
  padding: 30px 0px;
}

.content-block.process-block.process-block-webinar.webinar-lecture .issue-frame .issue-item.dark-bg > p {
  padding: 0px;
  color: #fff;
  font-weight: normal;
  font-size: 1.1rem;
  text-align: center;
  height: auto;
}

.row.webinar-inner {
  background: #ffffff87;
  padding-top: 20px;
}

.webinar-apply-form-frame {
  padding: 5px;
}


button.btn.btn-nav-mobile {
    width: 30px;
    height: 40px;
    background-image: url(/img/right-menu-bars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: contain;
}

.btn-mobile.mx-auto {
    text-align: center!important;
}

.navbar-mobile {
   display: block;
   z-index:9999999;
}



.navbar-bigscreen {
     display: none;
}

.img-brand-mobile {
    height: 62px;
    width: auto;
    margin-top: 12px;
}

.collapse.in {
    display: block!important;
}

p {
  font-size: 16px !important;
  line-height: 23px !important;
}

h2.heading-main-big-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #e94d3e;
    margin-bottom: 30px;
}

h2.heading-main-title {
    font-size: 14px;
    margin: 10px 0px 0px;
}

.top-nav {
    display: none;
}

.mobile-menu-icon {
    background-image: url(/img/menu.png);
}

.nav-link.orange.nav-link-mobile {
    width: 48%;
    float: left;
    margin: 10px -1px 10px 5px;
}

.carousel-item, .carousel-item.active {
    height: auto;
    margin-top: auto;
}

.carousel-control-prev {
    left: 0px!important;
    display: none;
}

.carousel-control-next {
    right: 0px!important;
       display: none;
}

.carousel-control-next.multiple-control {
    right: 0px!important;
    display: block;
    top: 50%;
}

.carousel-control-prev.multiple-control {
    left: 0px!important;
    display: block;
    top: 50%;
}

.cnt223 {
    /* min-width: 600px; */
    width: 90%;
    min-height: auto;
    margin: 50px auto;
    background: #85bc30;
    position: relative;
    z-index: 103;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.popup-main {
    font-size: 2.7rem;
    color: #212529;
    font-weight: bold;
    line-height: 2.5rem;
}
.cnt223 p {
    clear: both;
    color: #ffffff;
    /* text-align: justify; */
    font-size: 2rem;
    font-family: sans-serif;
    line-height: 2rem;
    padding: 2% 30px 10px;
    text-align: center;
}

a.more-items {
    float: inherit;
    font-size: 17px;
    margin-bottom: 30px;
}

img.main-lead-img {
    margin-top: 20px;
}

.progress-block {
  background-color: #f5f4f0;
  padding: 0px 20px;
}

h2.heading-title {
    color: #212529;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 2.7rem;
}

h2.title {
  color: #000;
  font-size: 1.8rem;
  font-weight: inherit;
  line-height: 2rem;
  margin-bottom: 50px;
  padding: 0px;
}

.issue-item > h2, .issue-item > h2 > a {
    font-size: 28px;
    text-align: left;
    font-weight: bold;
    color: #000;
    /* padding: 0px 10px; */
    margin: 0px;
    min-height: inherit;
}

.content-lead{
    margin-bottom: 10px;
}

.content-lead, .content-lead p{
    margin-bottom: 10px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.blog-content-main-img {
    padding: 0px 10px;
}

.blog-content-main-img img.lead-img {
    margin-bottom: 0px;
}

.issue-text.issue-text-mobile {
    padding: 0px 10px;
}

.piller-item-text {
    height: inherit;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 23px;
}

.piller-item-text>p {
    margin: 15px 0px!important;
    text-align: left!important;
    font-size: 14px;
    line-height: 23px;
    
}

.issue-content-text.detail-info.index-page {
    height: auto!important;
    margin-top: 20px!important;
    overflow: hidden;
    margin-bottom: 0px!important;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
    /*font-family: 'Rajdhani', sans-serif!important;*/
}

.issue-content-text.detail-info {
     height: auto!important;
}

.issue-content-text.detail-info > h3, .issue-content-text.detail-info > h3 strong{
    text-align: left!important;
}

.issue-content-text.detail-info.index-page > h3{
    text-align: left!important;

}
  
.issue-content-text, .issue-content-text p, p.issue-lead-text {
    padding: 0px 0px 20px!important;
    height: inherit!important;
    overflow: hidden!important;
    text-align: left!important;
    margin: 0px!important;
    font-size: 14px!important;
    line-height: 23px!important;
    /*font-family: 'Rajdhani', sans-serif!important;*/
}

.issue-item {
    padding: 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px!important;
}

.blog-lead-inside {
  background-color: #f5f4f0;
  padding: 30px 20px 30px;
  height: auto !important;
}

.issue-item.white-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 0px solid #f5f4f0;
  border-bottom: 1px solid #5c636a;
}

.text-center.back-to-top {
  display: none;
}

h2.landing-big-black {
  color: #666;
  font-weight: 100;
  font-size: 2rem;
  padding: 0px;
  line-height: 2.7rem;
}

.landing5-bg {
  padding: 0px;
}

.more-btn-section {
  margin-top: 49px;
  width: 70%;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 30px;
}

button.btn.btn-secondary.btn-medfood.btn-issue.btn-more-btn {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #e94d3e;
  text-align: center;
  margin: 0px;
}


a.btn.btn-secondary.btn-medfood.btn-issue.btn-order {
    width: 100%;
    background-color: #e94d3e;
    border-color: #cd5f00cf;
    margin: 0px;
    font-size: 14px;
}

img.mx-auto.d-block.img-brand-popup {
    width: 54%;
    background-color: #fff;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
}

h3.footer-nav-item {
    font-size: 1rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 5px;
    text-align: center;
}

.content-block.subnav-block {
    padding: 0px 0px;
    margin-top: 0rem;
}

.content-block.subnav-block h3.footer-nav-item {
    font-size: 0.9rem;
    line-height: 1rem;
    cursor: pointer;
    padding: 15px 0px;
    margin: 0;
    background-color: #85bc30;
    color: #fff;
    border-bottom: 1px solid #74a22c;
    width: 100%;
}

.content-block.subnav-block h3.footer-nav-item:hover {
    padding: 11px 0px;
}

.subnav {
    margin-top: 0px;
    position: inherit;
    z-index: 100;
    width: inherit;
}

h2.featurette-heading {
    color: #212529;
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.silver-bg .img-fazis {
    padding: 10px 0px 0px;
    width: initial;
    width: 100%;
}

.product-group {
    display: block;
    padding: 0px 0px;
}

.product-item .card-text {
    height: auto;
    padding: 30px 0px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.product-item .card-text p, .product-item .card-text ul, .product-item .card-text > ul > li {
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

div {
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.row.card-group-text {
    margin: 0px;
    height: auto;
    padding: 0px 0px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.row.card-group-text> ul {
    margin: 0px;
    height: auto;
    padding: 0px 30px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.row.card-group-text> ul > li{
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

.row.card-group-text> p {
    margin: 0px;
    text-align: left!important;
    font-size: 14px!important;
    line-height: 23px!important;
}

h5.card-subtitle {
    height: auto;
}

.card-item.col-lg-4 .card-body {
    flex: 1 1 auto;
    padding: 0rem 0rem;
    min-height: inherit;
}

.product-item .card.c {
    padding: 15px;
}

.product-item .card.c {
    height: auto;
}

.card-item.col-lg-4 .btn-medfood {
    text-align: center;
    left: initial;
    right: inherit;
    position: inherit;
    width: 100%;
    margin-top: 30px;
}

a.btn.btn-primary.btn-medfood.btn-csomag {
    width: 80%;
    position: relative;
    bottom: 30px;
    left: 10%;
    right: 10%;
    background-color: #e94d3e;
    border: #e94d3e;
}

.card-item.col-lg-4 h6 {
    margin-bottom: 30px;
    padding: 0px 10px;
}

a.close.btn.btn-secondary.btn-medfood.btn-popup {
    margin-bottom: 15px;
}

.content-block.top-block-one {
    padding: 20px;
}

.content-block.top-block-one .issue-item.drmedgyesi-text {
    padding: 0px 10px;
}

.medgyesi-video.ratio.ratio-16x9 {
    margin: 0px 0px 0px 0px;
}

.content-block.top-block-one .issue-item > h2 {
    font-size: 32px;
    text-align: left;
    font-weight: bold;
    color: #000;
    /* padding: 0px 10px; */
    margin: 10px 0px 20px 0px;
    min-height: auto;
}

.content-block.top-block-one .issue-item.drmedgyesi-text > p {
    min-height: inherit;
    text-align: left!important;
    margin: 0px 0px 30px 0px;
    font-size: 14px!important;
    text-decoration: none;
    font-style: italic;
}

.block-normal {
    padding: 0px 0px;
}

.line-progress h2.display-big, .order-progress h2.display-big {
    position: relative;
    /* background-color: #ffffff00; */
    text-shadow: 0px 0px 1px #333333;
    color: white;
    font-size: 1.7rem;
    font-weight: 400;
    padding: 20px;
}

.top-text-btn-group {
    padding: 0px 20px;
}

.top-text-btn-group .btn-medfood{
    margin-bottom: 0px;
}

.blog-content-title > h1 {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 0px;
    line-height: 2.7rem;
}

.text-box.white-bg.sixty {
  margin-top: 30px;
  padding: 0px 20px;
}

h2.chapter-title {
  font-size: 2.5rem;
  font-weight: bold;
  background-color: #e2e2e2;
  padding: 15px;
  width: 80px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 30px;
}

h3.chapter-title {
  line-height: 1.5rem;
}

.body-block-okonz {
  padding: 15px 15px;
}

.body-block-okonz h2.chapter-title {
  float: inherit;
  margin-bottom: 20px;
  margin-top: 30px;
}

.body-block-okonz h3.chapter-title {
  line-height: 2.5rem;
  width: 100%;
  margin-bottom: 30px;
}

.body-block-order h2.chapter-title {
  float: inherit;
  margin-bottom: 20px;
  margin-top: 30px;
}

.body-block-order h3.chapter-title {
  line-height: 2.5rem;
  width: 100%;
  margin-bottom: 30px;
}

.body-block-order .blog-content-lead.sub-left > p {
  margin: 15px 0px;
}

.body-block-order .blog-content-lead.sub-left > ul {
  margin: 15px 15px;
}

.blog-content-title {
    padding: 0px 15px;
}

.blog-content-lead {
    margin-top: 0px;
    padding: 0px 0px;
}

h2.content-block-title {
    margin-bottom: 30px;
    font-weight: normal;
    padding: 0px 20px;
    font-weight: bold;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px;
}

img.footer-logo.img-fluid {
    width: 70%;
    margin-bottom: 20px;
}

.card.c.card-item-starter {
    height: inherit;
}

h3.card-price .red-text {
    font-size: 32px;
}

.phase-frame {
    width: 100%;
}

.phase-frame-40-mobile {
   display: block;
   width: 100%;
} 

.phase-frame-40-desktop {
   display: none;
} 

.phase.phase-1.bigphase {
    height: auto;
}
.phase.phase-1 {
    margin-top: 30px;
}

.phase.phase-2.bigphase {
    height: auto;
}
.phase.phase-2 {
    margin-top: 30px;
}

.phase.phase-3.bigphase {
    height: auto;
}
.phase.phase-3 {
    margin-top: 30px;
}

.phase.phase-4.bigphase {
    height: auto;
}
.phase.phase-4 {
    margin-top: 30px;
}

.phase.phase-5.bigphase {
    height: auto;
}
.phase.phase-5 {
    margin-top: 30px;
}

a.btn.btn-phase.text-white {
    background-color: #8d8b8b;
    padding: 5px 25px;
    border-radius: 1px;
    width: 100%;
}

.plan-price i {
    font-size: 14px;
}


.col-rt-12 {
    width: 100%;
    float: left;
}

.ScriptHeader {
    float: left;
    width: 100%;
    padding: 2em 0;
}

.Scriptcontent {
    width: 100%;
}

.Scriptcontent > .container-card {
    width: 100%;
    position: relative;
    display: block;
    justify-content: space-between;
    margin: 15px auto;
}

.container-card .card .face {
    width: 100%;
    height: 220px;
    transition: 0.5s;
}


.landing1-bg {
    padding: 15px;
}

.landing2-bg {
    padding: 15px;
}

.landing3-bg {
    padding: 15px;
}

.landing4-bg {
    padding: 15px;
}

.landing5-bg {
    padding: 15px;
}

.landing6-bg {
    padding: 15px;
}

.landing7-bg {
    padding: 15px;
}

.landing8-bg {
    padding: 15px;
}

.landing9-bg {
    padding: 15px;
}

.top-text {
    padding: 0px 10px;
}

.landing1-bg-layer h1 {
    font-size: 2.7rem;
    line-height: 3rem;
}

.landing1-bg h3.landing1-h3mod {
    color: #fff;
    font-weight: 100;
    font-size: 1.2rem;
}

span.landing-question.first {
    border-right: 4px solid #85bc30;
    padding: 0px 10px 0px 0px;
    padding: 0px 10px 0px 0px;
}

span.landing-question.last {
    border-right: 4px solid #85bc30;
    padding: 0px 10px 0px 0px;
}

span.landing-question {
    border-right: 4px solid #85bc30;
    padding: 0px 10px 0px 0px;
}

.landing2-bg h2.landing-big {
    color: #212529;
    font-weight: 100;
    font-size: 1.8rem;
    padding: 19px 0px;
    border-top: 15px solid #fff;
}

.col-md-7.issue-item.drmedgyesi-text.videolayer {
    padding: 24% 34%;
    margin-top: 0px;
    margin-bottom: 0px!important;
    height: 238px;
    width: inherit;
}



img.videolayer-playbtn.position-absolute {
    position: relative!important;
}

.landing4-bg .content-block {
    padding: 0px 0px 10px;
}

.testimonial-frame {
    margin-bottom: 20px;
}

.testimonial-frame h2 {
    margin: 15px 0px;
}

.testimonial-frame .btn-medfood.btn-issue {
    margin: 0;
}

.landing4-bg h2.landing-big, .landing7-bg h2.landing-big {
    color: #fff;
    font-weight: 100;
    font-size: 2.3rem;
    padding: 19px 0px;
    margin-bottom: 20px;
}

.ScriptHeader h2 {
    line-height: normal;
    color: #e94d3e;
    padding: 19px 0px;
    font-weight: 100;
    font-size: 2.3rem;
}

.rt-container-card .container-card .card {
    position: relative;
    cursor: pointer;
    border: 0px;
    margin-bottom: 20px;
}

.landing3-bg h4.landing-big {
    color: #666;
    font-weight: 100;
    font-size: 1.6rem;
    padding: 19px 0px;
    border-top: 15px solid #fff;
}

.nopadding {
    padding: 0px;
}

.issue-item.list-div {
    padding: 0px 15px;
}

.col-lg-12.issue-item.list-div {
    padding: 0px 15px;
}

ul#issueimage > li {
    font-size: 18px;
    margin: 0px 0px 14px;
    padding: 4px 0px 4px 0px;
    border-bottom: 0px solid #fff;
    border-right: 0px solid #fff;
    line-height: 29px;
}

h3.landing13-title {
    color: #fff;
    font-size: 1.7rem;
    font-weight: 100;
    padding: 0% 0%;
}

.landing15-bg-layer .carousel-control-prev.carousel-control-prev-fazis1 {
    display: none;
}

a.carousel-control-next.carousel-control-next-fazis1.multiple-control {
    display: none;
}

.content-block.top-block-one .issue-item > h2.rec-title {
    font-size: 24px!important;
}

.tartalom-winner-bg .c-img.c-img-first {
  width: 35%;
  display: none;
}

.tartalom-winner-bg .c-img.c-central {
  width: 100%;
  background-color: #f5f4f0;
  height: auto;
}

.c-img img.lead-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.navbar-toggler {
  position: absolute;
  top: 54px;
  left: inherit;
  border: 0px;
  font-size: 1.8rem;
  right: 0%;
}
.navbar-toggler.collapsed {
  border: 0px;
  top: 54px;
}
.navbar-toggler-icon {
  background-image: url("/img/hamburger-nav.png");
  background-color: #e94d3e;
  height: 1.15em;
  border-radius: 5px;
  border: 2px solid #e94d3e;
}

.head-text {
  top: 50% !important;
  padding: 30px;
}
.landing-big.landing-big-mobile {
  display: block;
  border-left: 0px solid #e94d3e;
  padding: 0px 0px 0px;
  line-height: 2rem;
  margin: 0px;
    margin-left: 0px;
  color: #e94d3e;
  font-size: 2.4rem;
  font-weight: normal;
  margin-left: -5px;
  text-align: right;
  font-family: 'Orbitron', sans-serif;
}
.diag-text {
  font-size: 2rem;
  line-height: 2rem;
}
.padding-30 {
  padding: 30px 10px;
}
.issue-item.index-issue.orange-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 0px solid #f5f4f0;
  background-color: #e94d3e;
  color: #fff;
}
.issue-item.index-issue.white-bg {
  border-left: 0px solid #f5f4f0;
  border-right: 0px solid #f5f4f0;
}
#solutions .issue-item {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 10px !important;
}
.issue-item.dark-bg {
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  background-color: #212529;
  border-left: 0px solid #837979;
  border-right: 0px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  height: 105px;
}
h4.main-title {
  color: #666;
  font-style: italic;
  margin: 30px 10px 30px;
  font-family: "Pacifico", cursive;
  font-size: 1.8rem;
}
}



/*******************@media (max-width: 399px)******************/
@media (max-width: 399px) {
  
.blog-content-title > h1 {
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-left: 0px;
    line-height: 2rem;
}

h2.featurette-heading {
   font-size: 1.5rem;
}

.issue-item > h2, .issue-item > h2 > a {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
    color: #000;
    /* padding: 0px 10px; */
    margin: 0px;
    min-height: inherit;
}

}