html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafdff;
  font-family: 'Montserrat';
  height: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

*:after, *:before {
  box-sizing: border-box;
}

article, figcaption, figure, footer, header, aside, main, nav, section {
  display: block;
}

a {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

input {
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button, input, select, textarea {
  margin: 0;
  font: inherit;
}

button, input {
  overflow: visible;
}

button, [type="submit"] {
  -webkit-appearance: button;
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

textarea {
  overflow: auto;
}

button, select {
  text-transform: none;
}

button:focus, select:focus {
  text-transform: none;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  padding: 0;
}

.clear:before, .container:before, .clear:after, .container:after {
  content: " ";
  display: table;
}

.clear:after, .container:after {
  clear: both;
}

.is-hidden {
  display: none !important;
}

/* Typography */
h2, h3 {
  color: #fff;
  text-align: center;
}

h1 {
  font-size: 39px;
}

h1 span {
  font-weight: 700;
}

h2 {
  font-size: 40px;
  line-height: 48px;
}

h2 span {
  font-weight: 700;
}

h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

h3 span {
  display: block;
  font-weight: 400;
}

/* Generic */

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 72px;
  padding-right: 72px;
  width: 1366px;
}

/* Header */

header {
  width: 100%;
  height: 72px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  z-index: 2000;
}

header.fixed {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
}

header img {
  float: left;
  width: 172px;
  height: 72px;
  object-fit: contain;
  margin-left: 23px;
}

header nav {
  float: right;
}

header nav ul li {
  display: inline-block;
  padding: 26px 20px 16px 20px;
  transition: all 0.2s;
  border-bottom: 0px solid #b0ca0e;
}

header nav ul li.active, header nav ul li:hover {
  border-bottom: 6px solid #b0ca0e;;
}

header nav ul li a {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #332657;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none;
  -webkit-tap-highlight-color:transparent;
}


/* Main introduction */

#intro {
  position: relative;
  top: 0;
  background: url('../images/doctor.jpg');
  background-size: cover;
  background-position: 50% 64%;
  height: 604px;
  width: 100%;
}

#intro .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(249, 252, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

#intro .container .phone {
  float: left;
  padding-left: 270px;
  padding-top: 132px;
}

#intro .container .phone img {
  width: 260px;
  position: relative;
  z-index: 20;
}

#intro .container .shadow {
  width: 279px;
  height: 15.3px;
  opacity: 0.46;
  border-radius: 100px;
  -webkit-filter: blur(37.6px);
  filter: blur(7.6px);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 18%, #000000 50%, rgba(0, 0, 0, 0.51) 86%, rgba(0, 0, 0, 0));
  position: relative;
  bottom: 6px;
  z-index: 10;
  left: -9px;
}

#intro .container .text {
  float: left;
  width: auto;
  max-width: 600px;
  padding-left: 25px;
  padding-top: 155px;
}

#intro .container .text .logo {
  width: 166px;
  height: 47px;
  background-color: #d8d8d8;
  border: solid 1px #979797;
  padding-top: 14px;
  text-align: center;
  font-size: 13px;
}

#intro .container .text h1 {
  font-family: 'Open Sans';
  font-size: 42px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.10;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  margin-top: 15px;
  max-width: 405px;
}

#intro .container .text h1 span {
  font-weight: 900;
}

#intro .container .text h2 {
  display: none;
}

#intro .container .text .purplebox {
  width: 128px;
  height: 36px;
  border-radius: 10px;
  background-color: #332657;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  padding-top: 7px;
  margin-top: 25px;
}

#intro .container .text .purple:not(:last-of-type) {
  margin-right: 3px;
}

#intro .container .text button {
  display: block;
  width: 172px;
  height: 48px;
  background: #b0ca0e;
  border-radius: 25px;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 20px;
}

/* Green section */

#green {
  background-color: #b0ca0e;
  position: relative;
}

#green .container {
  padding-top: 85px;
}

#green h2 {
  font-family: 'Merriweather';
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.10;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

#green .text {
  color: #332657;
  display: block;
  max-width: 620px;
  margin: 0 auto 20px;
  font-family: 'Open Sans';
  font-weight: 600;
  text-align: center;
  font-size: 17px;
}

#green .cols {
  width: 709px;
  display: block;
  margin: 35px auto 80px;
}

#green .col {
  display: inline-block;
  width: 223px;
  position: relative;
  z-index: 20;
  padding: 25px 0px 20px;
}

#green .col img {
  display: block;
  margin: 0 auto 10px;
  width: 126px;
}

#green .col p {
  color: #332657;
  font-family: 'Merriweather';
  text-align: center;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: 900;
}

#green .col:nth-of-type(2) {
  border-radius: 4px;
  background-color: #b0ca0e;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  margin-left: 15px;
  margin-right: 15px;
}

#green .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#green .overlay img {
  width: 100%;
}

#green .overlay .foot {
  background-color: #b0ca0e;
  height: 60px;
  width: 100%;
}

/* White section */

#white {
  background-color: #fafdff;
  padding: 70px 0px 90px;
}

#white .image {
  width: 573px;
  float: left;
}

#white .image img {
  float: right;
}

#white .text {
  float: left;
  width: 520px;
  margin-left: 50px;
}

#white .text h2 {
  font-family: 'Merriweather';
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  margin: 35px 0px 25px;
}

#white .text p {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  max-width: 480px;
}

/* Purple section */

#purple {
  background-color: #332657;
  position: relative;
}

#purple .container {
  position: relative;
  padding-top: 120px;
  padding-bottom: 130px;
}

#purple .text {
  margin-left: 121px;
  max-width: 601px;
}

#purple .text h2 {
  font-family: 'Merriweather';
  font-size: 34px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
}

#purple .text p {
  font-family: 'Open Sans';
  font-size: 17.5px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.purple-plus {
  position: absolute;
  top: 70px;
  right: 490px;
  z-index: 2;
}

.purple-circle1 {
  position: absolute;
  top: -80px;
  right: 320px;
}

.purple-circle2 {
  position: absolute;
  top: 12px;
  right: 114px;
}

.htc {
  position: absolute;
  bottom: 0px;
  right: 82px;
}

/* Szakterületek szekcio */

#szakterulet h2 {
  margin-top: 62px;
  margin-bottom: 34px;
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.48;
  letter-spacing: normal;
  text-align: center;
  color: #332657;
}

#szakterulet .row {
  width: auto;
  max-width: 806px;
  margin: 0 auto;
}

#szakterulet .row .col {
  width: 264px;
  float: left;
}

#szakterulet .row .col:nth-of-type(2) {
  margin-left: 7px;
  margin-right: 7px;
}

#szakterulet .row .col img {
  display: block;
  margin: 0 auto 15px;
}

#szakterulet .row .col h3 {
  font-family: 'Merriweather';
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #332657;
  text-transform: initial;
  margin-bottom: 20px;
}

#szakterulet .row .col h6 {
  font-family: 'Open Sans';
  font-size: 17.5px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #332657;
}

#szakterulet .row .col .check {
  margin: 20px auto;
}

#szakterulet .row .col p {
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #332657;
  margin-bottom: 20px;
}

/* Functions section */

#functions {
  padding-top: 89px;
  margin-bottom: -40px;
}

#functions h2 {
  font-family: 'Open Sans';
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.18;
  letter-spacing: normal;
  text-align: center;
  color: #332657;
  margin: 25px 0px 55px;
}

#functions .container {
  overflow-y: hidden;
}

#functions .row {
  max-width: 794px;
  margin: 0 auto;
}

#functions .row .col {
  float: left;
}

#functions .row .col:nth-of-type(1), #functions .row .col:nth-of-type(3) {
  width: 329px;
}

#functions .row .col:nth-of-type(2) img {
  margin: 0px 60px -50px;
}

#functions .row .col .block {
  height: 292px;
}


#functions .row .col .block img {
  display: block;
  margin: 0 auto;
}

#functions .row .col .block h4, #functions .row .mobilcol h4 {
  font-family: 'Merriweather';
  font-size: 24px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  margin-bottom: 15px;
}

#functions .row .col .block p, #functions .row .mobilcol p {
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
}

#functions .row .col:nth-of-type(3) .block h4, #functions .row .col:nth-of-type(3) .block p {
  margin-left: 12px;
}

#functions .row .mobilcol {
  display: none;
}

/* Contact section */

.contact {
  padding: 66px 0px 50px;
  position: relative;
}

.contact.green {
  padding-top: 10px;
}

.contact h2 {
  font-family: 'Merriweather';
  font-size: 36px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 12px;
}

.contact.purple h2 {
  color: #ffffff;
}

.contact.green h2 {
  color: #332657;
}

.contact.purple {
  background-color: #332657;
}

.contact.green {
  background-color: #b0ca0e;
  margin-top: -1px;
}

.contact .form {
  display: block;
  max-width: 781px;
  margin: 0 auto;
}

.contact .form .col:nth-of-type(1) {
  width: 381px;
  margin-right:20px;
  float: left;
}

.contact .form .col:nth-of-type(2) {
  width: 380px;
  float: left;
}

.contact .form .col label {
  display: block;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 2px;
}

.contact.purple .form .col label {
    color: #ffffff;
}

.contact.green .form .col label {
    color: #332657;
}

.contact .form .col input {
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  background-color: #faf7ff;
  border: 0;
  padding-left: 20px;
  color: #666;
  font-size: 15px;
  transition: all 0.5s;
  outline:none; 
}

.contact .form .col input.error {
  border: 1px solid #ca0e4c;
  background-color: #ffd6d6;
}

.btn {
  color: white;
  background-color: #b0ca0e;
  width: 172px;
  height: 48px;
  border-radius: 80px;
  margin: 30px auto;
  display: block;
  text-transform: uppercase;
  transition: all 0.5s;
  -webkit-tap-highlight-color: transparent;
  outline:none; 
}

.interested {
  transition: all 0.5s;
}

.btn:hover, .interested:hover {
  background-color: #809a00 !important;
}

.btn.purple {
  background-color: #332657;
}

.btn.purple:hover {
  background-color: #231647;
}

/* Testimonials section */

#testimonials {
  padding-bottom: 25px;
}

#testimonials .highlight {
  width: 100%;
  height: 490px;
  background-image: linear-gradient(to bottom, #f9fcff 30%, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.14));
  padding-top: 180px;
}

#testimonials .highlight h4 {
  font-family: 'Merriweather';
  font-size: 40px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #332657;
  text-transform: initial;
}

/*#testimonials .highlight h4 span {
  color: #b0ca0e;
}*/

.slider {
  margin-top: -60px;
  margin-left: 25px;
  margin-right: 25px;
}

.doctor {
  overflow: visible;
}

.doctor .full {
  height: 115px;
  max-height: 115px;
  width: 90%; /* Originally 380px! (for 3 doctors) */
  padding-top: 10px;
  position: relative;
  overflow: visible;
  margin-bottom: 10px;
}


.doctor .shadow {
  width: 100%; /* 380px */
  height: 100%;
  position: relative;
  top: -15px;
  margin-top: 15px;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.15);
}

.doctor .block {
  width: 100%; /* 380px */
  height: 105px;
  min-height: 105px !important;
  overflow: hidden;
  margin-top: 0px;
  background-color: #ffffff;
  padding-left: 130px;
  border-top-left-radius: 25px;
  margin-bottom: 10px;
}

.doctor .block h4 {
  font-family: 'Merriweather';
  font-size: 16px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  margin-bottom: 5px;
  margin-top: 20px;
}

.doctor .block p {
  font-family: 'Open Sans';
  font-size: 12.5px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  line-height: 16px;
  margin-right: 20px;
}

.doctor .image {
  width: 100%;
  height: 116px;
  overflow: hidden;
  position: absolute;
  top: 0px;
}

.doctor img {
  width: 132px;
  height: 132px;
  border-radius: 100%;
  position: relative;
  left: -14px;
  top: 0px;
}

/* Solution section */

#solution {
  position: relative;
}

#solution .container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 640px;
}

#solution .container .text {
  margin-left: 120px;
}

#solution .text h2 {
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  margin-top: 50px;
  margin-bottom: 30px;
}

#solution .text p {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #332657;
  max-width: 450px;
}

#solution .text img {
  width: 207px;
  margin-top: 15px;
  margin-left: -15px;
}

.decor2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: auto;
}

.screens {
  position: absolute;
  bottom: 106px;
  right: 50px;
  height: auto;
}

/* Footer */

footer {
  padding: 50px 0px 60px;
  background-color: #332657;
}

footer .logo {
  width: 166px;
  height: 47px;
  background-color: #d8d8d8;
  border: solid 1px #979797;
  padding-top: 14px;
  text-align: center;
  margin: 0 auto 30px;
}

footer p {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

footer strong {
  font-weight: 600;
}

footer nav {
  margin-top: 20px;
  text-align: center;
  color: white;
}

footer nav a {
  color: white;
}

footer nav a:hover {
  text-decoration: underline;
}

/* Mobile menu */

#nav-icon {
  width: 60px;
  height: 40px;
  position: relative;
  margin: 18px 0px 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  transform: scale(0.6);
  float: left;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: #362959;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .20s ease-in-out;
  -moz-transition: .20s ease-in-out;
  -o-transition: .20s ease-in-out;
  transition: .20s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 16px;
}

#nav-icon span:nth-child(4) {
  top: 32px;
}

#nav-icon.open span {
  background: #b0ca0e;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobilemenu {
  display: none;
  width: 100%;
  height: calc(100% - 70px);
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 70px;
  z-index: 3000;
}

#mobilemenu ul {
  margin-top: 5%;
  text-align: center;
}

#mobilemenu ul li {
  display: none;
}

#mobilemenu ul li a {
  color: #332657;
  text-transform: uppercase;
  font-size: 20px;
  transition: all 0.5s;
  line-height: 72px;
  font-weight: 600;
  letter-spacing: 0.75px;
}

#mobilemenu ul li.active a, #mobilemenu ul li a:hover {
  color: #b0ca0e;
}

/* Language selector */

.language-dropdown {
  display: inline-block;
  margin: 20px 5px 20px 20px;
  float: right;
}
.language-dropdown .lang-en {
  border-left: 4px solid #332657;
}
.language-dropdown .lang-en .flag {
  background-image: url("../images/en.png");
}
.language-dropdown .lang-hu {
  border-left: 4px solid #b0ca0e;
}
.language-dropdown .lang-hu .flag {
  background-image: url("../images/hu.png");
}
.language-dropdown label, .language-dropdown ul li {
  display: block;
  width: 50px;
  height: 38px;
  background: #fff;
  padding: 0px 6px;
  cursor: pointer;
}
.language-dropdown ul.lang-list {
  position: relative;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.language-dropdown ul.lang-list li {
  border-bottom: 1px solid #ECECEC;
}
.language-dropdown ul.lang-list li:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.language-dropdown ul.lang-list li.selected {
  display: none;
}
.language-dropdown label {
  position: relative;
  border-bottom: 1px solid #ECECEC;
  border-radius: 3px;
  z-index: 2;
}
.language-dropdown .lang-flag .flag, .language-dropdown .lang-list .lang .flag {
  float: left;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}
.language-dropdown.open label {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.animate, .lang-flag, .lang-list {
  cursor: pointer;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -ms-transition: all .25s;
  transition: all .25s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

/* Integrated site, subpages */

.banner img {
  width: 100%;
}

.subpage {
  padding: 60px 0px;
}

.subpage h2 {
  font-family: 'Merriweather';
  font-size: 34px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 0px 0px 10px;
}

.subpage h3 {
  font-family: 'Merriweather';
  font-size: 20px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  margin: 20px 0px 0px;
}

.subpage p, .subpage li {
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}

.subpage ul {
  list-style-type: disc;
  margin-left: 20px;
}

.subpage .link {
  font-weight: bold;
}

.subpage-white {
  background-color: #fafdff;
}

.subpage-white h2, .subpage-white h3, .subpage-white p, .subpage-white li, .subpage-white .link {
  color: #332657;
}

.subpage-white .link:hover {
  color: #b5d018;
}

.subpage-white hr {
  border: 1px solid #b5d018;
  margin-bottom: 25px;
}

.subpage-green {
  /*background-color: #b0ca0e;*/
  background-color: #eaeaea;
}

.subpage-green h2, .subpage-green h3, .subpage-green p, .subpage-green li, .subpage-green .link {
  color: #332657;
}

.subpage.tenders {
  padding-top: 80px;
  padding-bottom: 40px;
}

.subpage.tenders p {
  font-size: 16px;
  font-weight: 500;
}

.subpage.tenders h3 {
  margin: 35px 0px 5px;
}

span.blue {
  color: #1f497d;
}

span.green {
  color: #b0ca0e;
}

.subpage-green span.green {
 /* color: white;*/
}



/* Media queries */


@media (max-width: 1366px) {
  .container {
    width: 100%;
  }

  .doctor .block, .doctor .shadow {
    width: 100%; /* 360px*/
  }

  .doctor .block p {
    line-height: 13px;
  }

  .doctor .block h4 {
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 14px;
  }
}

@media (max-width: 1300px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }

  #purple .text h2 {
    font-size: 26px;
    max-width: 400px;
  }
}

@media (max-width: 1280px) {
  #intro .container .phone {
    padding-left: 150px;
  }

  #white .image {
    width: 383px;
  }

  #white .text {
    margin-left: 100px;
    width: 500px;
  }

  #purple .container {
    padding-top: 220px;
    padding-bottom: 350px;
  }

  /*.doctor .block, .doctor .shadow {
    width: 300px;
  }

  .doctor .full {
    height: 170px;
    max-height: 170px;
  }

  .doctor .image {
    height: auto;
  }*/
}

@media (max-width: 1260px) {
  .doctor .full {
    display: block;
    margin: 0 auto;
  }

  .screens {
    width: 40%;
    right: 30px;
  }

  header nav ul li {
    padding: 29px 13px 16px 13px;
  }

  header nav ul li a {
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 1120px) {
  #white .image {
    width: 350px;
  }

  #white .text {
    max-width: 400px;
  }

  #white .text h2 {
    font-size: 32px;
  }

  #white .text p {
    font-size: 17px;
  }

  #purple .text {
    max-width: initial;
    margin-left: 0px;
  }

  #purple .text h2 {
    max-width: initial;
    text-align: center;
  }

  #purple .text p {
    text-align: center;
    font-size: 17px;
  }

  #solution .container .text {
    margin-left: 0px;
  }

  .language-dropdown {
    margin: 20px 8px 16px 8px;
  }

  header img {
    margin-left: 12px;
  }

  header nav ul li {
    padding: 29px 6px 15px 6px;
  }

  header nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 980px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  header nav {
    display: none;
  }

  #nav-icon {
    display: block;
  }

  #intro .container .phone {
    padding-left: 10px;
  }

  #intro .container .text h1 {
    font-size: 44px;
    max-width: 425px;
  }

  #intro {
    font-size: 26px;
  }

  #green .text {
    font-size: 16px;
  }

  #green .col p {
    font-size: 16px;
    max-width: 190px;
    display: block;
    margin: 0 auto;
  }

  #green .col img {
    width: auto;
  }

  #white .image {
    width: 320px;
  }

  #white .text {
    margin-left: 50px;
    max-width: 375px;
  }

  #white .text h2 {
    margin-top: 10px;
  }

  #szakterulet h2 {
    font-size: 32px;
    line-height: 35px;
  }

  #szakterulet .row {
    max-width: 734px;
  }

  #szakterulet .row .col {
    width: 240px;
  }

  #szakterulet .row .col h3 {
    font-size: 22px;
  }

  #szakterulet .row .col h6 {
    font-size: 15px;
  }

  #szakterulet .row .col p {
    font-size: 16px;
  }

  #functions h2 {
    font-size: 45px;
  }

  #functions .row {
    max-width: 734px;
  }

  #functions .row .col:nth-of-type(2) img {
    margin: 0px 30px -60px;
  }

  .contact {
    padding-top: 80px;
  }

  .contact h2 {
    font-size: 34px;
  }

  .contact .form .col:nth-of-type(1) {
    width: 360px;
  }

  .contact .form .col:nth-of-type(2) {
    width: 360px;
  }

  .contact .form {
    max-width: 740px;
  }

  #solution .container {
    min-height: 580px;
  }

  #solution .text p {
    font-size: 17px;
    margin-bottom: 10px;
  }

}

@media (max-width: 780px) {
  #intro .container .phone {
    padding-left: 0px;
    margin-right: -10px;
  }

  #intro .container .phone img {
    width: 200px;
  }

  #intro {
    height: 484px;
  }

  #intro .container .shadow {
    width: 219px;
  }

  #intro .container .text h1 {
    font-size: 22px;
    max-width: 370px;
    line-height: 1.4;
  }

  #intro .container .text .purpleblox {
    width: 110px;
    height: 30px;
    font-size: 14px;
    padding-top: 5px;
    margin-top: 20px;
  }

  #intro .container .text button {
    width: 152px;
    height: 38px;
    font-size: 15px;
  }

  #green .cols {
    width: 100%;
    margin: 25px auto 60px;
  }

  #green .col {
    width: 90%;
    display: block;
    margin: 0 auto;
  }

  #green .col:nth-of-type(2) {
    margin: 0 auto;
  }

  #white .image {
    float: initial;
    width: 100%;
  }

  #white .image img {
    float: initial;
    display: block;
    margin: 0 auto;
  }

  #white .text {
    max-width: initial;
    float: none;
    margin-top: 30px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }

  #white .text h2 {
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
  }

  #white .text p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }

  #szakterulet .row {
    max-width: initial;
    width: 100%;
  }

  #szakterulet .row .col {
    width: 100%;
    margin-bottom: 40px;
  }

  #szakterulet .row .col h3 {
    margin-bottom: 5px;
  }

  #szakterulet .row .col p {
    margin-bottom: 5px;
  }

  #functions {
    padding-top: 50px;
  }

  #functions .row .col {
    display: none;
  }

  #functions .row .mobilcol {
    display: block;
    padding-bottom: 70px;
  }

  #functions .row .mobilcol img {
    display: block;
    margin: 0px auto 10px;
  }

  #functions .row .mobilcol h4 {
    text-align: center;
    font-size: 22px;
  }

  #functions .row .mobilcol p {
    margin-bottom: 40px;
    text-align: center;
    font-weight: normal;
  }

  .contact .form .col:nth-of-type(1) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .contact .form .col:nth-of-type(2) {
    width: 100%;
  }

  .contact .form .col label {
    margin-bottom: 6px;
  }

  .btn {
    margin-top: 40px;
  }

  #testimonials .highlight h4 {
    font-size: 30px;
  }

  #testimonials .highlight {
    height: 390px;
    padding-top: 140px;
  }

  .doctor .full {
    width: 100%;
    margin-bottom: 20px;
  }

  .doctor .block, .doctor .shadow {
    width: 100%;
  }

  .doctor .block p {
    font-size: 12px;
  }

  .doctor .block h4 {
    font-size: 15px;
    margin-top: 15px;
  }

  #testimonials .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  #solution .text {
    position: relative;
    z-index: 10;
  }

  #solution .text h2 {
    text-align: center;
  }

  #solution .text p {
    text-align: center;
    max-width: initial;
  }

  #solution .text img {
    display: block;
    margin: 20px auto;
  }

  .screens {
    bottom: 60px;
    z-index: 0;
    opacity: 0.4;
    width: 50%;
  }
}

@media (max-width: 660px) {
  #intro {
    height: 400px;
  }

  #intro .container .phone {
    padding-left: 0px;
    padding-top: 100px;
  }

  #intro .container .phone img {
    width: 160px;
  }

  #intro .container .shadow {
    width: 169px;
  }

  #intro .container .text {
    padding-top: 115px;
    padding-left: 10px;
    width: calc(100% - 170px);
  }

  #intro .container .text h1 {
    font-size: 20px;
    margin-top: 10px;
  }

  #intro .container .text h2 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #332657;
    text-align: left;
    max-width: 390px;
    font-weight: bold;
    margin-top: 15px;
    font-family: 'Merriweather';
  }

  #intro .container .text .purplebox {
    width: 100px;
    height: 21px;
    font-size: 8px;
    padding-top: 4px;
    margin-top: 10px;
    display: none;
  }

  #intro .container .text button {
    margin-top: 15px;
  }

  .purple-plus {
    left: -20px;
  }

  .purple-circle1 {
    left: 10px;
  }

  .purple-circle2 {
    left: 230px;
    width: 160px;
  }

  #purple .container {
    padding-bottom: 280px;
  }

  #testimonials .highlight h4 {
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  #testimonials .highlight {
    height: auto;
    padding-top: 75px;
    padding-bottom: 90px;
  }
}

@media (max-width: 500px) {
  #intro .container .text img {
    display: none;
  }

  #intro .container .text h1 {
    max-width: 200px;
    font-size: 14px;
  }

  #intro .container .text h2 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  #green h2 {
    line-height: 1.10;
    margin-bottom: 20px;
  }

  #purple .container {
    padding-bottom: 230px;
  }

  .contact h2 {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 25px;
  }

  footer p {
    font-size: 16px;
  }
}

@media (max-width: 390px) {
  #intro {
    height: 380px;
  }

  #intro .container .phone img {
    width: 125px;
  }

  #intro .container .shadow {
    width: 136px;
    opacity: 0.3;
  }

  #intro .container .text .logo {
    width: 155px;
    padding-top: 10px;
  }

  #intro .container .text h1 {
    font-size: 15px;
  }

  #intro .container .text h2 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
  }

  header img {
    width: 150px;
    margin-left: 7px;
  }

  .language-dropdown {
    margin: 20px 0px;
  }

  #purple .container {
    padding-bottom: 190px;
  }

  #testimonials .highlight h4 {
    font-size: 25px;
  }

  #solution .container {
    min-height: 520px;
  }

  #solution .text h2 {
    font-size: 30px;
  }

  .contact h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .doctor .block p {
    font-size: 11px;
    letter-spacing: -0.1px;
    line-height: 11px;
  }
}