@keyframes shadow-pulse-lite {
  0% {
    box-shadow: 0 5px 15px #84c54f;
  }
  50% {
    box-shadow: 0 5px 15px #fff;
  }
  100% {
    box-shadow: 0 5px 15px #84c54f;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
* {
  font-family: 'Open Sans', sans-serif;
}
body {
  font-size: 16px;
}
#header-wrap {
  top: -52px;
  z-index: 1000;
  width: 100%;
}
#header-wrap #header {
  min-height: 105px;
  background: #84c54f;
  color: #fff;
}
#header-wrap #header .logo {
  line-height: 100px;
}
#header-wrap #header .logo img {
  width: 100%;
  max-width: 250px;
}
#header-wrap #header .phone {
  position: relative;
  text-align: right;
}
#header-wrap #header .phone a {
  display: inline-block;
  margin-top: 28px;
  padding: 0 20px;
  border: 2px solid #fff;
  border-radius: 30px;
  background: #ececec;
  font-size: 1.2em;
  text-decoration: none;
  color: #568330;
  line-height: 33px;
  margin-left: 10px;
}
#header-wrap #header .phone a span {
  position: relative;
  top: -6px;
  font-weight: 600;
}
#header-wrap #header .phone a i {
  font-size: 40px;
  position: relative;
  top: 3px;
}
#header-wrap #header .description {
  text-align: left;
  left: 0;
}
#header-wrap #header .description h1 {
  margin: 41px 0 0 -25px;
  border-left: 1px solid #656565;
  color: #fff;
  padding-left: 15px;
  font-size: 1.5em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#header-wrap #main-nav {
  margin: 0;
  background: #C5E1F1;
  border: none;
  border-radius: 0;
}
#header-wrap #main-nav .navbar-header {
  color: #fff;
}
#header-wrap #main-nav .navbar-header .navbar-brand {
  color: #0d70a5;
}
#header-wrap #main-nav .navbar-header .navbar-toggle:hover,
#header-wrap #main-nav .navbar-header .navbar-toggle:focus {
  background: #156894;
}
#header-wrap #main-nav .navbar-header .navbar-toggle .icon-bar {
  background: #fff;
}
#header-wrap #main-nav ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #0d70a5;
  font-weight: 600;
  text-transform: uppercase;
}
#header-wrap #main-nav ul li.dropdown.open > a {
  box-shadow: none;
  background: transparent;
  text-decoration: underline;
}
#header-wrap #main-nav ul li.dropdown ul {
  padding: 0;
}
#header-wrap #main-nav ul li.dropdown ul.dropdown-menu li {
  width: 100%;
}
#header-wrap #main-nav ul li.dropdown ul.dropdown-menu li a {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  text-transform: capitalize;
}
#header-wrap #main-nav ul li.dropdown ul.dropdown-menu li a:hover {
  background: #C5E1F1;
}
#plans {
  width: 100%;
  padding: 30px 0;
  background: #f3f3f3;
  position: relative;
  border-bottom: 1px solid #b3b3b3;
  background: url('/grf/header-background.jpg') no-repeat;
  background-size: cover;
}
#plans .arguments-tick {
  width: 9px;
  margin-right: 10px;
}
#plans .plan-box {
  position: relative;
  box-sizing: border-box;
  width: 230px;
  margin-left: 45px;
  border-radius: 15px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  transition: all ease .15s;
}
#plans .plan-box:first-child {
  margin-left: 30px;
}
#plans .plan-box:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
#plans .plan-box .header {
  border-radius: 15px 15px 0 0;
  min-height: 50px;
  line-height: 50px;
}
#plans .plan-box .header .title {
  margin: 0;
  line-height: 50px;
  text-align: center;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
#plans .plan-box .body {
  min-height: 250px;
  background: #fff;
}
#plans .plan-box .body .top-row {
  width: 100%;
  min-height: 30px;
  text-align: center;
  color: #5e6266;
  font-size: 10px;
  word-break: break-all;
  line-height: 30px;
  text-transform: uppercase;
}
#plans .plan-box .body .top-row p {
  margin-bottom: 0;
}
#plans .plan-box .body .price {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #5e6266;
  text-align: center;
  padding: 14px 0;
}
#plans .plan-box .body .price .value {
  font-size: 22px;
}
#plans .plan-box .body .price p {
  margin-bottom: 0;
}
#plans .plan-box .body .details {
  padding: 0;
  text-align: left;
  color: #5e6266;
  font-size: 11px;
  line-height: 170%;
  border-top: 1px solid #d0d3d6;
}
#plans .plan-box .body .details .inner-box {
  padding: 20px 15px 10px 24px;
}
#plans .plan-box .body .details .inner-box .big-text {
  font-size: 17px !important;
}
#plans .plan-box .body .details .inner-box .light-text {
  font-weight: 300 !important;
}
#plans .plan-box .body .details .inner-box .fa-plus-circle {
  font-size: 30px;
  color: #a6a6a6;
  display: inline-block;
  margin: 8px auto;
}
#plans .plan-box .body .details .separator {
  border-color: #d0d3d6;
  margin: 0;
}
#plans .plan-box .footer {
  border-radius: 0 0 15px 15px;
  text-align: center;
  min-height: 50px;
  padding: 15px 0;
  border-top: 1px solid #d0d3d6;
}
#plans .plan-box .footer a.select-button {
  display: inline-block;
  width: 90%;
  background: #f3f3f3;
  text-align: center;
  padding: 5px 0;
  font-size: 13px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  border: 2px solid #999;
  border-radius: 15px;
}
#plans .plan-box a.overlay-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
#plans .plan-box.plan-box-free .header {
  background: #5791b2;
}
#plans .plan-box.plan-box-free .header .title {
  color: #fff;
}
#plans .plan-box.plan-box-free .body .top-row {
  background: #d5e3ec;
}
#plans .plan-box.plan-box-free .footer {
  background: #5791b2;
}
#plans .plan-box.plan-box-free .footer a.select-button {
  color: #2e759e;
  border-color: #426d86;
}
#plans .plan-box.plan-box-custom .header {
  background: #bb80c6;
}
#plans .plan-box.plan-box-custom .header .title {
  color: #fff;
}
#plans .plan-box.plan-box-custom .body {
  min-height: 246px;
}
#plans .plan-box.plan-box-custom .body .top-row {
  background: #eedff1;
}
#plans .plan-box.plan-box-custom .body .price {
  background: #f8f3f9;
}
#plans .plan-box.plan-box-custom .footer {
  background: #bb80c6;
}
#plans .plan-box.plan-box-custom .footer a.select-button {
  color: #884394;
  border-color: #874293;
  background: #fff;
}
#plans .plan-box.plan-box-lite {
  transition: all .2s ease;
}
#plans .plan-box.plan-box-lite .header {
  background: #3e9ecf;
}
#plans .plan-box.plan-box-lite .header .title {
  color: #fff;
}
#plans .plan-box.plan-box-lite .body .top-row {
  background: #cfe7f3;
}
#plans .plan-box.plan-box-lite .body .price {
  background: #ecf5fa;
}
#plans .plan-box.plan-box-lite .footer {
  background: #3e9ecf;
}
#plans .plan-box.plan-box-lite .footer a.select-button {
  color: #1f6f97;
  border-color: #3087b3;
  background: #fff;
}
#plans .plan-box.plan-box-lite:hover {
  animation: none;
}
#plans .plan-box.plan-box-pro .header {
  background: #84c54f;
}
#plans .plan-box.plan-box-pro .header .title {
  color: #fff;
}
#plans .plan-box.plan-box-pro .body .top-row {
  background: #e0f0d3;
}
#plans .plan-box.plan-box-pro .body .price {
  background: #f3f9ee;
}
#plans .plan-box.plan-box-pro .footer {
  background: #84c54f;
}
#plans .plan-box.plan-box-pro .footer a.select-button {
  color: #578235;
  border-color: #88a66f;
}
#plans .plan-box.plan-box-max .header {
  background: #f3994d;
}
#plans .plan-box.plan-box-max .header .title {
  color: #fff;
}
#plans .plan-box.plan-box-max .body {
  background: #fff;
}
#plans .plan-box.plan-box-max .body .top-row {
  background: #f6b37a;
}
#plans .plan-box.plan-box-max .body .price {
  background: #fef5ee;
}
#plans .plan-box.plan-box-max .footer {
  background: #f3994d;
}
#plans .plan-box.plan-box-max .footer a.select-button {
  color: #aa5314;
  border-color: #aa5314;
}
#plans #arguments-overlay {
  width: 100%;
  height: 175px;
  position: absolute;
  background: #fff;
  top: 155px;
  left: 0;
  color: #5e6266;
  font-family: 'Open Sans', sans-serif;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
}
#plans #arguments-overlay .argument-col {
  box-sizing: border-box;
  padding: 30px 20px 20px;
}
#plans #arguments-overlay .argument-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#plans #arguments-overlay .argument-col ul li {
  font-size: 11px;
  margin-bottom: 15px;
}
#plans #arguments-overlay .argument-col ul li:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  top: 5px;
  background-image: url('/grf/arguments-tick.png');
  background-size: cover;
}
#plans #arguments-overlay .argument-col:first-child {
  text-align: center;
  padding: 0 15px 0 0;
}
#plans #arguments-overlay .argument-col:first-child img {
  margin-top: 35px;
  height: 80px;
}
#plans #arguments-overlay .argument-col.last {
  padding-right: 0 !important;
}
#mandatory-texts {
  background: #84c54f;
  color: #fff;
  padding: 20px 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-left: none;
  border-right: none;
}
#ervek {
  color: #5e6266;
  font-family: 'Open Sans', sans-serif;
  background: #f3f3f3;
  padding-top: 20px;
  border-top: 1px solid #b3b3b3;
}
#ervek .header h3 {
  font-weight: 300;
  font-size: 28px;
  margin-top: 0;
}
#ervek .header h3 img {
  width: 30px;
  display: inline-block;
  position: relative;
  top: -2px;
  left: -10px;
}
#ervek .header p {
  color: #3e9dd0;
  font-size: 18px;
  font-weight: 300;
}
#ervek .content {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #5e6266;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #b3b3b3;
  border-left: none;
  border-right: none;
  padding: 30px 0;
}
#ervek .content .inner {
  padding: 0 30px;
}
#ervek .content .inner h4 {
  color: #5e6266;
  font-weight: 300;
  font-size: 26px;
  margin: 30px auto;
}
#ervek .content .inner p {
  color: #5e6266;
  font-weight: 300;
  line-height: 180%;
  font-size: 15px;
}
#ervek .content .inner p b {
  font-weight: 600;
}
#main-slider {
  position: relative;
}
#main-slider .container-fluid {
  padding: 0;
}
#main-slider .carousel {
  width: 100%;
}
#main-slider .carousel .carousel-inner img {
  width: 100%;
  margin: 0 auto;
}
#main-slider .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
}
#main-slider .carousel-control.right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.0001) 100%);
}
#main-slider .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  animation: bounce 2s infinite;
  left: 50%;
  bottom: 40px;
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
#main-content {
  border-bottom: 1px solid #757575;
  min-height: 800px;
  background: #d9d9d9;
  background: -moz-linear-gradient(top, #d9d9d9 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(70%, #ffffff));
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #ffffff 70%);
  background: -o-linear-gradient(top, #d9d9d9 0%, #ffffff 70%);
  background: -ms-linear-gradient(top, #d9d9d9 0%, #ffffff 70%);
  background: linear-gradient(to bottom, #d9d9d9 0%, #ffffff 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ffffff', GradientType=0);
}
#main-content .content {
  padding: 60px 0;
}
#main-content .content.flexi-finance {
  padding-bottom: 0;
}
#introduction-video {
  padding-bottom: 50px;
  background: url('/grf/slider-bg.jpg') fixed;
}
#introduction-video h2.box-title {
  margin-bottom: 50px;
  color: #439ece;
}
#introduction-video .video {
  margin-bottom: 30px;
}
#introduction-video .video .frame {
  width: 785px;
  height: 371px;
  position: absolute;
  top: 80px;
  left: calc(50% - 378px);
  background: url('/grf/iphone-video-frame.png') no-repeat center;
  pointer-events: none;
}
#elonyok {
  min-height: 960px;
}
#elonyok .scrolldown {
  margin-top: 20px;
}
#elonyok .scrolldown p {
  color: #a4a4a4;
  font-family: Arial;
  font-size: 1em;
}
#elonyok .box-title {
  margin-top: 30px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.250em;
  font-weight: 300;
  color: #757575;
}
#elonyok .row {
  margin-bottom: 50px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#elonyok .row .col-sm-4 .content-box {
  color: #757575;
  font-size: 1em;
  font-weight: 300;
}
#elonyok .row .col-sm-4 .content-box img {
  opacity: 0;
  animation-name: fadein;
  animation-duration: .5s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-play-state: running;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadein;
  -webkit-animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-direction: alternate;
  -webkit-animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
}
#elonyok .row .col-sm-4 .content-box h3 {
  font-weight: 300;
  font-size: 1.625em;
  color: #28abe1;
}
#elonyok .row.first .col-sm-4:nth-child(1) .content-box img {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}
#elonyok .row.first .col-sm-4:nth-child(2) .content-box img {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#elonyok .row.first .col-sm-4:nth-child(3) .content-box img {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
#elonyok .row.second .col-sm-4:nth-child(1) .content-box img {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
#elonyok .row.second .col-sm-4:nth-child(2) .content-box img {
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
#elonyok .row.second .col-sm-4:nth-child(3) .content-box img {
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
}
#paciens-kiszolgalas {
  min-height: 745px;
  background: #568330;
  color: #fff;
}
#paciens-kiszolgalas .box-title {
  font-size: 2.250em;
  font-weight: bold;
  font-style: italic;
  margin-top: 60px;
  margin-bottom: 30px;
}
#paciens-kiszolgalas .separator {
  width: 0;
  margin: 80px 0 0;
  padding: 0;
}
#paciens-kiszolgalas .content-box {
  margin-left: 50px;
  padding-right: 50px;
  min-height: 350px;
  font-family: 'Roboto';
}
#paciens-kiszolgalas .content-box h2 {
  font-size: 1.875em;
  color: #70bfe6;
  margin-bottom: 30px;
}
#paciens-kiszolgalas .content-box p {
  font-size: 1.063em;
  font-style: italic;
  text-align: justify;
  line-height: 180%;
  word-spacing: 3px;
}
#paciens-kiszolgalas .buttons a.more-button {
  margin-top: 80px;
  background: #439ece;
  border: 3px solid #70bfe6;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 1.125em;
  text-transform: uppercase;
}
#paciens-kiszolgalas .buttons a.more-button img {
  margin: -3px 0 0 5px;
}
#fogorvosi-velemenyek {
  min-height: 800px;
  background: #439ece;
  color: #fff;
}
#fogorvosi-velemenyek .box-title {
  font-size: 2.250em;
  font-style: italic;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 70px;
}
#fogorvosi-velemenyek .left {
  padding-right: 20px;
}
#fogorvosi-velemenyek .right {
  padding-left: 40px;
}
#fogorvosi-velemenyek .separator {
  width: 0;
  margin: 0;
  padding: 0;
}
#fogorvosi-velemenyek .content-box img {
  width: 100%;
  border: 2px solid #fff;
}
#fogorvosi-velemenyek .content-box .clinic-name {
  font-family: 'Roboto Condensed';
  font-size: 2.125em;
  color: #568330;
  line-height: 36px;
  margin-bottom: 20px;
}
#fogorvosi-velemenyek .content-box .testimonial {
  line-height: 22px;
  font-size: 1.063em;
}
#fogorvosi-velemenyek .content-box .testimonial .summary {
  font-size: 1.3em;
}
#fogorvosi-velemenyek .content-box .doctor-name {
  font-size: 0.813em;
  color: #568330;
}
#fogorvosi-velemenyek .row {
  min-height: 280px;
  margin-bottom: 30px;
}
#demo {
  positon: relative;
  min-height: 845px;
  background: #ececec;
  border-bottom: 4px solid #fff;
}
#demo .separator.center {
  position: absolute;
  top: 30%;
  left: 52%;
}
#demo .box-title {
  margin: 50px 0 55px;
  color: #439ece;
  font-size: 2.250em;
  font-style: italic;
}
#demo .box-title .light {
  color: #9ecee7;
}
#demo .left .content-box {
  color: #a5a5a5;
  font-size: 1.063em;
  margin-bottom: 30px;
}
#demo .left .content-box h2 {
  font-family: 'Roboto';
  font-weight: 300;
  font-size: 1.625em;
  line-height: 34px;
  color: #629538;
  margin-bottom: 30px;
}
#demo .left .content-box p {
  font-style: italic;
}
#demo .right .content-box {
  color: #a5a5a5;
  font-size: 1.250em;
  margin-bottom: 30px;
  padding-left: 70px;
}
#demo .right .content-box h2 {
  font-family: 'Roboto Condensed';
  font-size: 1.875em;
  font-weight: bold;
  font-style: italic;
  color: #439ece;
  margin: 20px 0 30px;
  text-transform: uppercase;
}
#demo .right .content-box ul {
  margin: 40px 0 0;
  padding-left: 20px;
}
#demo .right .content-box ul li {
  color: #439ece;
  line-height: 40px;
}
#demo .subscription-form {
  margin-top: 40px;
}
#demo .subscription-form h2 {
  color: #439ece;
  font-weight: 300;
  font-size: 1.625em;
}
#demo .subscription-form input[type="text"] {
  color: #439ece;
  background: #edf9ff;
  border: 1px solid #b1d1e2;
  border-radius: 0;
  height: 45px;
}
#demo .subscription-form input[type="text"]::-webkit-input-placeholder {
  color: #b4dbef;
}
#demo .subscription-form input[type="text"]::-moz-placeholder {
  color: #b4dbef;
}
#demo .subscription-form input[type="text"]:-ms-input-placeholder {
  color: #b4dbef;
}
#demo .subscription-form button[type="submit"] {
  width: 105px;
  height: 105px;
  border-radius: 100px;
  padding: 25px;
  background: #439ece;
  border: 3px solid #70bfe6;
  font-family: 'Roboto';
  font-size: 2.250em;
  font-weight: bold;
  font-style: italic;
  text-indent: -10px;
}
#demo .subscription-form button[type="submit"] img {
  margin: -5px 0 0;
  width: 20px;
}
#kapcsolat {
  min-height: 735px;
  background: #439ece;
  color: #fff;
  padding-bottom: 50px;
}
#kapcsolat .box-title {
  font-size: 2.250em;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 70px;
}
#kapcsolat .left .content-box {
  min-height: 100px;
  margin-bottom: 10px;
}
#kapcsolat .right .content-box {
  min-height: 100px;
  margin-bottom: 30px;
}
#kapcsolat .content-box h2 {
  font-size: 1.5em;
  color: #01517b;
}
#kapcsolat .content-box p {
  color: #01517b;
  font-size: 1em;
}
#kapcsolat .contact-form {
  margin-top: 10px;
}
#kapcsolat .contact-form input[type="text"] {
  height: 45px;
  background: #a1cfe7;
  border: 1px solid #2b8abc;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
}
#kapcsolat .contact-form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
#kapcsolat .contact-form input[type="text"]::-moz-placeholder {
  color: #fff;
}
#kapcsolat .contact-form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
#kapcsolat .contact-form textarea {
  padding: 12px;
  background: #a1cfe7;
  border: 1px solid #2b8abc;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  font-style: italic;
}
#kapcsolat .contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}
#kapcsolat .contact-form textarea::-moz-placeholder {
  color: #fff;
}
#kapcsolat .contact-form textarea:-ms-input-placeholder {
  color: #fff;
}
#kapcsolat .contact-form button[type="submit"] {
  background: #01517b;
  border: 3px solid #fff;
  padding: 15px;
  font-size: 1.125em;
  border-radius: 50px;
  text-transform: uppercase;
  margin-top: 20px;
}
#kapcsolat .contact-form button[type="submit"] img {
  margin: -5px 0 0 10px;
}
#footer {
  min-height: 200px;
  background: #568330;
  color: #fff;
  font-size: 0.875em;
  padding-top: 10px;
}
#footer h2 {
  font-size: 1.125em;
  margin-bottom: 1em;
  color: #70bfe6;
}
#footer ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
#footer ul li a {
  color: #fff;
}
#footer ul li a:hover {
  text-decoration: none;
}
#footer .certificates {
  padding-top: 30px;
}
#footer .certificates a {
  margin-right: 15px;
}
#footer .copyright {
  margin-top: 20px;
  color: #70bfe6;
}
#footer.flexi-finance {
  background: #5a92b1;
}
#sliding-video-box {
  width: 635px;
  height: 365px;
  background: #419ac9;
  position: fixed;
  top: 35%;
  left: 0;
  border: 1px solid #2781b1;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}
#sliding-video-box .close-button {
  width: 20px;
  height: 40px;
  background: #327699;
  border-radius: 0 5px 5px 0;
  position: absolute;
  top: 20px;
  right: -20px;
  cursor: pointer;
}
#sliding-video-box .close-button span {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: 12px;
  left: 5px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}
#sliding-video-box .close-button.closed span {
  border-left: 8px solid #fff;
  border-right: none;
}
#sliding-video-box header {
  width: 100%;
  padding: 10px 5px;
  border-bottom: 1px solid #2781b0;
}
#sliding-video-box header h3 {
  width: 80%;
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  margin: 0 0 0 10px;
}
#sliding-video-box .content {
  padding: 10px;
}
#pdf-modal {
  width: 100%;
  box-shadow: none;
  border: none;
}
#pdf-modal .modal-dialog {
  width: 100%;
  box-shadow: none;
  border: none;
}
#pdf-modal .modal-dialog .modal-content {
  width: 80%;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  border: none;
}
#pdf-modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  box-shadow: none;
  border: none;
}
#pdf-modal .modal-dialog .modal-content .modal-body img {
  max-width: 400px;
}
#pdf-modal .modal-dialog .modal-content .modal-body .close-button {
  background: #84c54f;
  color: #fff;
  padding: 15px 40px;
  margin: 20px auto 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#pdf-modal .modal-dialog .modal-content .modal-body .close-button:hover {
  background: #72A842;
}
.modal-backdrop.in {
  display: none !important;
}
#papirmentes-modal {
  width: 100%;
  border: none;
  top: 20%;
}
#papirmentes-modal .modal-dialog {
  width: 100%;
  box-shadow: none;
  border: none;
  border-radius: 0 !important;
}
#papirmentes-modal .modal-dialog .modal-content {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  background: transparent;
  border: none;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
}
#papirmentes-modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0 !important;
}
#papirmentes-modal .modal-dialog .modal-content .modal-body img {
  width: 100%;
}
#papirmentes-modal .modal-dialog .close-button {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #555;
  font-size: 32px;
  text-decoration: none;
}
#training-zero-container p {
  color: #666;
}
#training-zero-container h1 {
  color: #568330;
}
.training-column h4 {
  color: #568330;
}
.training-column p {
  font-size: 12px !important;
  color: #568330;
}
.training-column ul li {
  font-size: 12px !important;
  color: #666;
}
#sliding-demo-box {
  width: 440px;
  height: 490px;
  background: #f59944;
  position: fixed;
  top: 245px;
  right: 0;
  border: 1px solid #ac5300;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
  z-index: 10000;
  color: #fff;
  font-size: 14px;
}
#sliding-demo-box .close-button {
  width: 20px;
  height: 40px;
  background: #ac5300;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 20px;
  left: -20px;
  cursor: pointer;
}
#sliding-demo-box .close-button span {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: 12px;
  left: 8px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}
#sliding-demo-box .close-button.closed span {
  border-right: 8px solid #fff;
  border-left: none;
}
#sliding-demo-box header {
  width: 100%;
  padding: 10px 5px;
}
#sliding-demo-box header h3 {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
#sliding-demo-box .content {
  padding: 0 10px;
}
#sliding-demo-box .content p {
  color: #fff;
}
#sliding-demo-box .content .form-group {
  margin-bottom: 10px;
}
#sliding-demo-box .content .form-group label {
  color: #fff;
  font-size: 14px;
}
#sliding-demo-box .content .form-group input[type="text"],
#sliding-demo-box .content .form-group input[type="email"] {
  height: 30px;
  color: #555;
  font-size: 12px;
}
#sliding-demo-box .content .form-group input[type="text"]:focus,
#sliding-demo-box .content .form-group input[type="email"]:focus {
  border-color: #555;
}
#sliding-demo-box .content .form-group input[type="text"]::-webkit-input-placeholder,
#sliding-demo-box .content .form-group input[type="email"]::-webkit-input-placeholder {
  color: #555;
}
#sliding-demo-box .content .form-group input[type="text"]:-moz-placeholder,
#sliding-demo-box .content .form-group input[type="email"]:-moz-placeholder {
  /* Firefox 18- */
  color: #555;
}
#sliding-demo-box .content .form-group input[type="text"]::-moz-placeholder,
#sliding-demo-box .content .form-group input[type="email"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #555;
}
#sliding-demo-box .content .form-group input[type="text"]:-ms-input-placeholder,
#sliding-demo-box .content .form-group input[type="email"]:-ms-input-placeholder {
  color: #555;
}
#sliding-demo-box .content .btn-success {
  width: 100%;
  background: #ac5300;
  color: #fff;
  border-radius: 3px;
  border-width: 0;
  font-weight: 600;
  font-size: 16px;
}
#sliding-demo-box .content .btn-success:hover {
  background: #fff;
  color: #ac5300;
}
.training-header {
  padding: 5px 20px;
  background: #396223;
  border: 1px solid #fff;
  margin-bottom: 15px;
}
.training-header h3 {
  color: #fff;
  margin: 20px auto;
  font-size: 23px !important;
}
.training-header .subtitle {
  font-size: 18px;
  color: #C5E1F1;
  font-weight: 600;
}
.training-price {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
}
.hybrid-text {
  margin-top: 50px;
  background: #C5E1F1;
  color: #0d70a5;
  border: 1px solid #fff;
  padding: 10px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #sliding-demo-box {
    width: 90% !important;
    height: 400px !important;
    top: auto !important;
    left: 5% !important;
    bottom: 0 !important;
  }
  #sliding-demo-box h2 {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
    font-size: 22px !important;
  }
  #sliding-demo-box header {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  #sliding-demo-box .content {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  body {
    font-size: 14px;
  }
  #arguments-overlay {
    display: none;
  }
  #plans .plan-box {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
  }
  #plans .plan-box:first-child {
    margin-left: 0 !important;
  }
  #plans .plan-box .details {
    display: block !important;
  }
  #elonyok .content-box {
    margin-bottom: 20px;
  }
  #paciens-kiszolgalas .content-box {
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  #paciens-kiszolgalas .buttons a.more-button {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #fogorvosi-velemenyek .left {
    padding-right: 15px;
  }
  #fogorvosi-velemenyek .right {
    padding-left: 15px;
  }
  #fogorvosi-velemenyek .content-box img {
    display: block;
    width: 40%;
    margin: 0 auto;
  }
  #demo .right .content-box {
    padding-left: 15px;
  }
  #demo .right .content-box ul {
    margin: 0 0 0;
    font-size: 0.875em;
  }
  #demo .content-box img {
    display: block;
    margin: 0 auto;
  }
  #demo .subscription-form {
    margin-top: 0;
  }
  #demo .subscription-form h2 {
    text-align: left;
  }
  #demo .subscription-form button[type="submit"] {
    display: block;
    margin: 0 auto 20px auto;
  }
  #kapcsolat .content-box {
    text-align: left;
  }
  #kapcsolat .content-box img {
    width: 100%;
  }
  #kapcsolat .content-box p {
    font-size: 0.875em !important;
  }
  #kapcsolat .content-box h2 {
    margin-top: 10px;
    font-size: 0.875em;
    font-weight: bold;
  }
  #kapcsolat .left .content-box h2 {
    margin-top: 0px;
  }
  #kapcsolat .contact-form button[type="submit"] {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  #header-wrap #header .phone span {
    font-size: 0.938em !important;
  }
  #header-wrap #header .description h1 {
    font-size: 0.875em !important;
  }
  ul.nav.navbar-nav li a {
    font-size: 0.75em !important;
    padding-left: 5px;
    padding-right: 5px;
  }
  #paciens-kiszolgalas .content-box {
    margin-left: 0;
    padding-right: 0;
  }
  #paciens-kiszolgalas .buttons a.more-button {
    margin: 10px 0 30px;
  }
  #demo .right .content-box {
    padding-left: 0;
  }
  #demo .subscription-form button {
    display: block;
    margin: 0 auto 50px;
  }
  #kapcsolat .left .content-box img {
    width: auto;
  }
  #kapcsolat .left .content-box h2 {
    margin-top: 20px;
  }
  #kapcsolat .content-box img {
    width: 100%;
  }
  #kapcsolat .content-box h2 {
    margin-top: 10px;
    font-size: 1.325em;
  }
  #kapcsolat .contact-form {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px;
  }
  #arguments-overlay .argument-col {
    padding: 30px 15px 10px !important;
  }
  #arguments-overlay .argument-col:first-child {
    padding: 0 8px !important;
  }
  #arguments-overlay .argument-col:first-child img {
    height: 60px !important;
  }
  #arguments-overlay .argument-col ul li {
    font-size: 9px !important;
  }
  #plans .plan-box {
    width: 210px !important;
    margin-left: 30px !important;
    margin-bottom: 50px !important;
  }
  #plans .plan-box:first-child {
    margin-left: 0 !important;
  }
  ul.nav.navbar-nav li a {
    font-size: 1em !important;
  }
  #paciens-kiszolgalas .buttons a.more-button {
    margin: 10px 0 30px;
  }
  #demo .right .content-box {
    padding-left: 15px;
  }
  #demo .right .content-box ul {
    margin: 0 0 0;
  }
  #demo .content-box img {
    display: block;
    margin: 0 auto;
  }
  #demo .subscription-form {
    margin-top: 0;
  }
  #demo .subscription-form h2 {
    text-align: left;
  }
  #demo .subscription-form button[type="submit"] {
    display: block;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #plans .plan-box {
    width: 220px !important;
    margin-right: 30px !important;
    margin-left: 0 !important;
    margin-bottom: 50px !important;
  }
  #plans .plan-box:nth-child(2n+3) {
    margin-right: 0 !important;
  }
  #plans .plan-box:nth-child(2n+4) {
    margin-left: 0 !important;
  }
  #plans .plan-box .details {
    display: block !important;
  }
  #arguments-overlay {
    display: none;
  }
}
@media (min-width: 768px) {
  #main-nav .container {
    padding-left: 0;
  }
  #main-nav .container .navbar-collapse {
    padding-left: 0;
  }
  #main-nav .container .navbar-nav {
    height: 0;
    text-align: justify;
    margin: -2px 0 0;
    padding: 0;
    float: none !important;
  }
  #main-nav .container .navbar-nav:after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  #main-nav .container .navbar-nav li {
    display: inline-block;
    float: none !important;
  }
  #main-nav .container .navbar-nav li a {
    display: inline-block;
    padding: 17px 0;
  }
  #main-nav .container .navbar-nav li a.first {
    padding: 17px 0 15px 25px;
  }
  #kapcsolat .container {
    padding-left: 50px !important;
  }
}
@media (max-width: 768px) {
  #header-wrap {
    border-top-width: 4px;
  }
  #header-wrap #header {
    min-height: 52px;
    border-top-width: 4px;
  }
  #header-wrap #header .logo {
    line-height: 52px;
  }
  #header-wrap #header .logo img {
    width: 150px;
    height: 31px;
  }
  #header-wrap #header .phone {
    left: 0;
  }
  #header-wrap #header .phone a {
    display: inline-block;
    margin-top: 6px;
    padding: 0 10px;
    background: #578235;
    border-radius: 3px;
    font-size: 12px;
    color: #fff !important;
  }
  #header-wrap #header .phone a i {
    display: none;
  }
}
@media (max-width: 992px) {
  #callback-box {
    width: 100%;
    height: 350px;
    background: #dce8ee;
    border-top: 1px solid #a1adb3;
  }
  #callback-box .close-button {
    display: none;
  }
  #callback-box header {
    width: 100%;
    padding: 10px 5px;
  }
  #callback-box header h3 {
    width: 80%;
    display: block;
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 10px;
  }
  #callback-box .content {
    padding: 10px;
  }
  #callback-box .content .form-group {
    margin-bottom: 15px;
  }
  #callback-box .content .form-group input[type="text"],
  #callback-box .content .form-group input[type="email"] {
    height: 40px;
    border: 1px solid #a1adb3;
    color: #a1adb3;
    font-size: 16px;
  }
  #callback-box .content .form-group input[type="text"]::-webkit-input-placeholder,
  #callback-box .content .form-group input[type="email"]::-webkit-input-placeholder {
    color: #80919a;
  }
  #callback-box .content .form-group input[type="text"]:-moz-placeholder,
  #callback-box .content .form-group input[type="email"]:-moz-placeholder {
    /* Firefox 18- */
    color: #80919a;
  }
  #callback-box .content .form-group input[type="text"]::-moz-placeholder,
  #callback-box .content .form-group input[type="email"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #80919a;
  }
  #callback-box .content .form-group input[type="text"]:-ms-input-placeholder,
  #callback-box .content .form-group input[type="email"]:-ms-input-placeholder {
    color: #80919a;
  }
  #callback-box .content .btn-success {
    width: 100%;
    height: 50px;
    background: #86c356;
    border-radius: 3px;
    font-weight: 600;
    font-size: 20px;
  }
  #footer h2 {
    text-align: center;
    color: #2f4d15;
    font-weight: bold;
    font-size: 18px;
  }
  #footer ul li {
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    background: #65963c;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  #footer ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #footer ul li a.inline {
    display: inline;
    width: auto;
    height: auto;
  }
  #footer ul li i {
    text-align: left;
  }
  #footer .certificates {
    text-align: center;
  }
  #footer .certificates a {
    display: inline-block;
    margin-right: 40px;
  }
  #footer .certificates a:last-of-type {
    margin-right: 0;
  }
}
.trening-icon {
  padding: 20px 25px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  margin: 15px;
}
.trening-icon img {
  width: 30px;
  height: 40px;
}
