@charset "UTF-8";
/*
Theme Name: ArgonSoft
Theme URI: https://argonsoft.hu
Description: ArgonSoft theme
Version: 2.10
*/
@font-face {
  font-family: "icons";
  src: url("fonts/icons.eot?5879e330d2ca3bf5f40a9ea7e0961ac0");
  src: url("fonts/icons.eot?#iefix") format("embedded-opentype"), url("fonts/icons.woff?5879e330d2ca3bf5f40a9ea7e0961ac0") format("woff"), url("fonts/icons.ttf?5879e330d2ca3bf5f40a9ea7e0961ac0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "asisto-icons";
  src: url("https://asis.to/wp-content/themes/argonsoft/fonts/icons.eot?5879e330d2ca3bf5f40a9ea7e0961ac0");
  src: url("https://asis.to/wp-content/themes/argonsoft/fonts/icons.eot?#iefix") format("embedded-opentype"), url("https://asis.to/wp-content/themes/argonsoft/fonts/icons.woff?5879e330d2ca3bf5f40a9ea7e0961ac0") format("woff"), url("https://asis.to/wp-content/themes/argonsoft/fonts/icons.ttf?5879e330d2ca3bf5f40a9ea7e0961ac0") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face{ /* for IE */
  font-family: BlenderProBold;
  font-weight: bold;
  src: url("https://asis.to/wp-content/themes/argonsoft/fonts/Blender Pro Bold.eot");
}
@font-face {
  font-family: BlenderProBold;
  font-weight: bold;
  src: url("fonts/Blender-Pro-Bold.otf") format("opentype");
}
@font-face {
  font-family: BlenderProBold;
  font-weight: bold;
  src: url("https://asis.to/wp-content/themes/argonsoft/fonts/Blender-Pro-Bold.otf") format("opentype");
}
@font-face{ /* for IE */
  font-family: BlenderProBold;
  font-weight: bold;
  src: url("https://www.asis.to/wp-content/themes/argonsoft/fonts/Blender Pro Bold.eot");
}
@font-face {
  font-family: BlenderProBold;
  font-weight: bold;
  src: url("https://www.asis.to/wp-content/themes/argonsoft/fonts/Blender-Pro-Bold.otf") format("opentype");
}
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  /*line-height: 1;*/
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.asis .icon {
  font-family: "asisto-icons";
}
.asistopg .icon {
  font-family: "asisto-icons";
}
.icon-analisys:before {
  content: "\f101";
}

.icon-arrow-down:before {
  content: "\f102";
}

.icon-arrow-left:before {
  content: "\f103";
}

.icon-arrow-up:before {
  content: "\f104";
}

.icon-chevron-left:before {
  content: "\f105";
}

.icon-chevron-right {
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}
.icon-chevron-right:before {
  content: "\f105";
}

.icon-company-solution:before {
  content: "\f107";
}

.icon-efficiency:before {
  content: "\f108";
}

.icon-end-to-end:before {
  content: "\f109";
}

.icon-experience:before {
  content: "\f10a";
}

.icon-flexibility:before {
  content: "\f10b";
}

.icon-flexible:before {
  content: "\f10c";
}

.icon-gears:before {
  content: "\f10d";
}

.icon-money:before {
  content: "\f10e";
}

.icon-one:before {
  content: "\f10f";
}

.icon-people:before {
  content: "\f110";
}

.icon-quality:before {
  content: "\f111";
}

.icon-reliability:before {
  content: "\f112";
}

.icon-safety:before {
  content: "\f113";
}

.icon-security:before {
  content: "\f114";
}

.icon-transparency:before {
  content: "\f115";
}

.icon-wifi:before {
  content: "\f116";
}

*::-moz-selection {
  color: #fff;
  background-color: #fbc000;
}
*::selection {
  color: #fff;
  background-color: #fbc000;
}

html {
  font-size: 14px;
}

body {
  color: #3c4761;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  position: relative;
}

a:hover,
a:active,
a:focus,
a:link,
a:visited,
button:active,
button:focus,
input:focus,
textarea:focus {
  outline: none 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.navbar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 0 none;
  clear: right;
  margin: 14px 0 0;
}
@media (min-width: 992px) {
  .navbar {
    margin-top: 44px;
  }
}

.navbar-collapse {
  border: 0 none;
}

.navbar-default .navbar-nav > li {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li {
    padding: 0 20px;
  }
}
.navbar-default .navbar-nav > li:last-of-type {
  padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 1.14286rem;
  outline: none;
  padding: 0;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:visited {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #fbc000;
}
.navbar-default .navbar-nav > li > a:active {
  color: #fff;
}
.navbar-default .navbar-toggle {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 1024px) and (orientation: landscape) {
  .navbar-default .navbar-toggle {
    margin: 0;
  }
}
.navbar-default .navbar-toggle:hover {
  background: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
@media (min-width: 992px) {
  .navbar-default {
    float: right;
  }
}

.navbar-brand {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background: url("/images/argonsoft-blue.svg") no-repeat top left;
  height: 26px;
  margin: 38px 0;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  width: 120px;
  z-index: 2;
}
@media (min-width: 420px) {
  .navbar-brand {
    height: 52px;
    margin: 25px 0;
    width: 236px;
  }
}
/*@media (max-width: 1024px) and (orientation: landscape) {
  .navbar-brand {
    margin: 5px 0 0;
  }
}*/

.language-switcher {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  right: 90px;
  top: 35px;
}
.language-switcher li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
.language-switcher li:first-child {
  padding-left: 0;
}
.language-switcher li:last-child {
  padding-right: 0;
}
.language-switcher li.last {
  padding-right: 0;
}
@media (min-width: 992px) {
  .language-switcher {
    right: 15px;
    top: 10px;
  }
}
@media (min-width: 1200px) {
  .language-switcher {
    right: 0;
    top: 10px;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .language-switcher {
    top: 25px;
  }
}
.language-switcher li {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 28px;
  margin-left: 1px;
  padding: 0;
  text-align: center;
  width: 28px;
}
.language-switcher li a {
  color: #fff;
  display: block;
  height: 26px;
  line-height: 26px;
  text-transform: uppercase;
}
.language-switcher li.current-lang {
  background: #fff;
}
.language-switcher li.current-lang a {
  color: #3c4761;
}

.main-menu .main-menu-wrapper {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (min-width: 1200px) {
  .main-menu .main-menu-wrapper .row > div {
    padding: 0 !important;
  }
}
.main-menu.inverse .main-menu-wrapper {
  font-weight: 600;
  background: #fff;
}
.main-menu.inverse .navbar-brand {
  background-image: url("/images/argonsoft-blue.svg");
  position: relative;
  z-index: 1;
}
.main-menu.inverse li a {
  color: #376aba;
}
.main-menu.inverse li figure svg {
  fill: #376aba;
}
.main-menu.inverse li a:visited {
  color: #376aba;
}
.main-menu.inverse li a:focus {
  color: #376aba;
}
.main-menu.inverse li a:hover {
  color: #376aba;
}
.main-menu.inverse li a:active {
  color: #376aba;
}
.main-menu.inverse li.active a, .main-menu.inverse li.active:hover a, .main-menu.inverse li:hover a {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
  color: #fbc000 !important;
}
.main-menu.inverse li.active figure svg, .main-menu.inverse li.active:hover figure svg, .main-menu.inverse li:hover figure svg {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none !important;
  fill: #fbc000 !important;
}
.main-menu.inverse .language-switcher li {
  border-color: #376aba;
}
.main-menu.inverse .language-switcher li.current-lang {
  background-color: #376aba;
}
.main-menu.inverse .language-switcher li.current-lang a {
  color: #fff;
}
.main-menu.inverse .navbar-toggle {
  border-color: #376aba;
}
.main-menu.inverse .navbar-toggle:focus, .main-menu.inverse .navbar-toggle:hover {
  background: none;
}
.main-menu.inverse .navbar-toggle .icon-bar {
  background: #376aba;
}

figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*opacity: 0;*/
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
figure.in-view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
figure.rotated {
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-backface-visibility: hidden;
  cursor: default;
  overflow: hidden;
}
figure.rotated i,
figure.rotated img,
figure.rotated svg {
  -moz-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  -webkit-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
  height: 100%;
  width: 100%;
}

.page-progress-holder {
  height: 4px;
}
.page-progress-holder .page-progress {
  background: #fbc000;
  height: 100%;
}

.scroll-stop {
  margin-top: 0;
}
.scroll-stop::before {
  content: '';
  display: block;
  height: 102px;
  margin-top: -102px;
}

h1 {
  color: #273a71;
  font-size: 2.94929rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 40px auto 0;
  text-align: center;
  text-transform: uppercase;
}
h1::after {
  background: rgba(60, 71, 97, 0.1);
  content: '';
  display: block;
  height: 4px;
  margin: 20px auto 0;
  width: 87px;
}
@media (min-width: 768px) {
  h1 {
    margin-top: 96px;
  }
}

.back-to-homepage {
  background: #376aba;
  padding: 56px 0 75px;
  text-align: center;
}
.back-to-homepage span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 2rem;
  height: 70px;
  line-height: 62px;
  margin-bottom: 20px;
  text-align: center;
  width: 70px;
}
.back-to-homepage a {
  color: #fff;
  font-size: 1.28571rem;
  font-weight: 600;
}

.fade-into-view {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  /*opacity: 0;*/
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.fade-into-view.in-view {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.main-slider {
  text-align: center;
}
.main-slider .carousel-inner .item > a > img {
  width: 100%;
}
.main-slider .mobile-slider {
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  background: #376aba url("images/main-slider/mobile-egyedi-sw-slider.jpg") no-repeat center center;
  background-size: auto 100%;
  padding: 10px 0 50px 0;
}
.main-slider .mobile-slider h1 {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 42px;
  font-family: Arial;
  margin-bottom: -3%;
}
.main-slider .mobile-slider h2 {
  color: #fbc000;
  text-transform: uppercase;
  font-size: 42px;
  font-family: Arial;
  margin-top: 1%;
  margin-bottom: 2%;
}
.main-slider .mobile-slider p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  font-family: Arial;
}
.main-slider .mobile-slider button {
  color: #ffffff;
  font-size: 16px;
  font-family: Arial;
  text-align: center;
  background-color: #fbc000;
  border-radius: 8px;
  margin-top: 5%;
  padding: 0.5% 2%;
  display: inline-block;
  border: 1px solid #fbc000;
}
@media(max-width: 510px) {
  .main-slider .mobile-slider h1,
  .main-slider .mobile-slider h2 {
    font-size: 30px;
  }
}
@media(max-width: 376px) {
  .main-slider .mobile-slider h1,
  .main-slider .mobile-slider h2 {
    font-size: 24px;
  }
}
@media(max-width: 767px) {
  .main-slider .carousel {
    display: none;
  }
}
@media(min-width: 768px) {
  .main-slider .mobile-slider {
    display: none;
  }
}
.main-slider .carousel-control.left > div {
  position: absolute;
  height: 58px;
  width: 58px;
  top: 50%;
  left: 50%;
}
.main-slider .carousel-control.left > div > .icon {
  color: #ffffff;
  font-size: 2.85714rem;
  position: absolute;
  height: 58px;
  width: 58px;
  top: -29px;
  left: -29px;
}
.main-slider .carousel-control.right > div {
  position: absolute;
  height: 58px;
  width: 58px;
  top: 50%;
  right: 50%;
}
.main-slider .carousel-control.right > div > .icon {
  color: #ffffff;
  font-size: 2.85714rem;
  position: absolute;
  height: 58px;
  width: 58px;
  top: -29px;
  right: -29px;
}

.main-slider .slide button:hover,
.main-slider .mobile-slider button:hover {
  background: #cacaca;
  border-color: #cacaca;
}

.argonsoft-slider-background {
  background: url("images/slider1_16.jpg") no-repeat top center;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.argonsoft-slider {
  text-align: center;
  padding-top: 45%;
  padding-bottom: 0px;
}

/*.method-slider-background {
  background: url("images/gamp5sav-01.png") no-repeat top center;
  background-color: #fbc000;
  padding-top: 3%;
  text-align: center;
}*/
.method-slider {
  text-align: center;
  padding-bottom: 25%;
}


.button-management {
  background-color: #fbc000;
  color: #ffffff;
}

.method .text-holder button, .case-studies .close-study {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  font-size: 0;
  height: 68px;
  line-height: 28px;
  margin-bottom: 75px;
  text-align: center;
  width: 68px;
}
.method .text-holder button:hover, .case-studies .close-study:hover {
  background: #f5f4f4;
}
.method .text-holder button .icon, .case-studies .close-study .icon {
  font-size: 28px;
}

.carousel-control.left, .carousel-control.right {
  background: none;
  width: 20px;
}

.title-arrow-container {
  position: absolute;
  right: 50%;
  bottom: 12px;
}
.title-arrow-background {
  border-radius: 90%;
  height: 26px;
  width: 26px;
  position: relative;
  left: 13px;
  text-align: center;
}
.title-arrow-closed {
  font-size: 20px;
  transform: rotate(180deg);
  position: relative;
  top: 5px;
  font-weight: 100;
}
.is-phone .why-argonsoft h1::after,
.is-phone .services h1::after,
.is-phone .products h1::after,
.is-phone .clients h1::after,
.is-phone .work h1::after,
.is-phone .management-wrapper h1::after,
.is-phone .jobs h1::after,
.is-phone .news h1::after,
.is-phone .contact h1::after {
  background: none;
}

/*.carousel-control.left {
  left: -55px;
}*/
.jobs .carousel-control.left {
  left: -4%;
}
.jobs .carousel-control.left .icon {
  left: -20px;
}
/*.carousel-control.right {
  right: -55px;
}*/
.jobs .carousel-control.right {
  right: -4%;
}
.carousel-control.right .icon {
  right: 0;
}
.jobs .carousel-control.right .icon {
  right: -20px;
}
.carousel-control .icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  color: #000000;
  font-size: 4rem;
  position: absolute;
  top: 40%;
  font-weight: bold;
}

.separator-image {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.separator-image::after {
  content: '';
  display: block;
  padding-bottom: 18.90625%;
}
.separator-image.interior {
  background-image: url("images/interior.jpg");
}
.separator-image.interior::after {
  padding-bottom: 37.8125%;
}
.separator-image.argonsoft {
  background-image: url("images/argonsoft.jpg");
}
.separator-image.argonsoft::after {
  content: '';
  display: block;
  padding-bottom: 23.22917%;
}

.what-we-do {
  background: #376aba url("images/bg-header.jpg") fixed no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.what-we-do .definition {
  font-size: 2.28571rem;
  font-weight: 700;
  padding: 120px 0 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .what-we-do .definition {
    font-size: 3.57143rem;
    line-height: 65px;
    padding: 360px 0 348px;
  }
}
.what-we-do h1,
.what-we-do h3 {
  color: #fbc000;
  font-weight: 600;
  text-transform: uppercase;
}

.why-argonsoft {
  position: relative;
  z-index: 1;
  background: #376aba url("images/bg-header.jpg") fixed no-repeat top center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.why-argonsoft h1,
.why-argonsoft h3 {
  color: #fbc000;
  font-weight: 600;
  text-transform: uppercase;
}

.why-argonsoft .title-arrow-background {
  background: #fbc000;
  color: #376aba;
}

.why-argonsoft::after {
  background: rgba(9, 40, 140, 0.7);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0; /*103px;*/
  z-index: -1;
}
.why-argonsoft figure {
  display: inline-block;
  height: 70px;
  width: 70px;
}
.why-argonsoft figure svg {
  fill: #fbc000;
  font-size: 42px;
  height: 70px;
  width: 100%;
}

.why-argonsoft h1 {
  margin-bottom: 40px;
  font-size: 1.85714rem;
}
@media (min-width: 500px) {
  .why-argonsoft h1 {
    font-size: 2.94929rem;
  }
}
@media (min-width: 768px) {
  .why-argonsoft h1 {
    margin-bottom: 87px;
  }
}
.why-argonsoft h1::after {
  background: rgba(255, 255, 255, 0.2);
}
.why-argonsoft h3 {
  margin: 28px 0 24px;
  font-size: 1.285715rem;
}
.why-argonsoft p {
  font-size: 1.14286rem;
}
.why-argonsoft .row {
  font-size: 0;
}
@media (min-width: 992px) {
  .why-argonsoft h3 {
    min-height: 2.57143rem;
  }
  .why-argonsoft .row {
    margin-bottom: 48px;
  }
}
.why-argonsoft .block {
  display: inline-block;
  float: none;
  margin-top: 16px;
  margin-bottom: 24px;
  vertical-align: top;
}
@media (min-width: 991px) {
  .why-argonsoft .block {
    margin-top: 18px;
    margin-bottom: 48px;
  }
}

.experience {
  color: #3c4761;
  font-size: 1.14286rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.experience p,
.experience h1 {
  margin: 40px 0;
}
.experience h1::after {
  display: none;
}
.is-phone .experience p {
  margin: 54px 0;
}
.is-phone .experience h1 {
  margin: 54px 0;
}
@media (min-width: 768px) {
  .experience p {
    margin: 72px 0 72px;
  }
  .experience h1 {
    margin: 72px 0;
  }
}
.experience p span {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .experience p span {
    display: block;
  }
  .is-phone .experience p span {
    display: initial;
  }
}
@media (max-width: 400px) {
  .experience p span.wrap {
    white-space: normal;
  }
}
.experience b {
  color: #376aba;
  font-size: 2.28571rem;
}
@media (min-width: 992px) {
  .experience b {
    font-size: 5.85714rem;
  }
}
@media (min-width: 992px) {
  .experience {
    font-size: 1.42857rem;
  }
}
@media (max-width: 991px) {
  .experience h1 {
    font-size: 1.285715rem;
  }
  .experience p span {
    font-size: 1.285715rem;
  }
  .experience b {
    font-size: 1.285715rem;
  }
}

.method {
  text-align: center;
}
.method h1 {
  margin-bottom: 62px;
}
.method img {
  display: block;
  margin-bottom: 63px;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .method img {
    padding: 0;
  }
}
.method .text-holder button {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.method .text-holder .text {
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-bottom: 107px;
  max-height: 600px;
  overflow: hidden;
}
.method .text-holder.closed button {
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.method .text-holder.closed .text {
  margin-bottom: 0;
  max-height: 0;
}
.method p {
  font-size: 1.28571rem;
  line-height: 1.37em;
  margin-bottom: 1.28571rem;
}
.method p:last-of-type {
  margin-bottom: 0;
}

.main-partners {
  background: #fbc000;
  color: #fff;
  font-size: 1.14286rem;
  padding: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .main-partners {
    padding: 70px 0 55px;
  }
}
.main-partners h3 {
  font-size: 1.71429rem;
  font-weight: 600;
  text-transform: uppercase;
}
.main-partners .col {
  padding: 30px;
}
.main-partners .col:first-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .main-partners .row {
    display: -webkit-flex;
    display: flex;
  }
}
.main-partners figure {
  display: block;
  height: 84px;
}
.main-partners figure img {
  margin: 0 auto;
}

.case-studies {
  text-align: center;
}
.case-studies::before {
  height: 102px;
}
.case-studies > div {
  background: #ecebeb;
}
/*@media (min-width: 768px) {
  .case-studies > div {
    padding-bottom: 48px;
  }
}*/
.case-studies h1 {
  font-size: 1.85714rem;
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .case-studies h1 {
    font-size: 2.94929rem;
  }
}
.case-studies h3 {
  font-size: 1.285715rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.management-wrapper .title-arrow-background {
  background: #273a71;
  color: #fff;
}
.management-wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

@media (min-width: 992px) {
  .management-wrapper .row {
    margin-bottom: 48px;
  }
}
.management-wrapper .management {
  margin-bottom: 48px !important;
}
.management h3 {
  font-size: 1.71429rem;
  font-weight: 600;
  text-transform: uppercase;
  min-height: 6px;
}
.case-studies .management h3 {
  margin-bottom: 0;
}
.case-studies .management .imagebox {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-height: none;
  max-width: 180px;
}
.case-studies .management .box {
  max-height: none;
  max-width: 180px;
}
@media (min-width: 992px) {
  .case-studies .management h3 {
    margin-bottom: 20px;
  }
  .case-studies .management .imagebox {
    max-width: 300px;
  }
  .case-studies .management .box {
    max-width: 300px;
  }
}
.case-studies p {
  font-size: 1.14286rem;
}
.case-studies .definition {
  font-size: 1.28571rem;
  margin-bottom: 75px;
}
.case-studies figure {
  background: #376aba;
  height: 116px;
  margin: 0 auto 55px;
  width: 116px;
}
@media (min-width: 768px) {
  .case-studies figure {
    height: 300px;
    width: 300px;
    margin-top: 75px;
  }
}
@media (min-width: 992px) {
  .case-studies figure {
    height: 275px;
    width: 275px;
    margin-top: 75px;
  }
}
@media (min-width: 1200px) {
  .case-studies figure {
    height: 300px;
    width: 300px;
    margin-top: 75px;
  }
}
.case-studies figure svg {
  -moz-transform: scale(0.6) rotate(-10deg);
  -ms-transform: scale(0.6) rotate(-10deg);
  -webkit-transform: scale(0.6) rotate(-10deg);
  transform: scale(0.6) rotate(-10deg);
  fill: #fff;
}
/*.case-studies .row > div {
  margin-bottom: 50px;
}*/
@media (min-width: 1200px) {
  .case-studies .row > div {
    margin-bottom: 0;
  }
}
.case-studies .row > .active,
.case-studies .row > div:hover {
  cursor: pointer;
}
.case-studies .row > .active svg,
.case-studies .item > div:hover svg {
  fill: #fbc000;
}
.case-studies .details {
  border-top: 1px solid rgba(60, 71, 97, 0.2);
  cursor: default;
  display: none;
  font-size: 1.14286rem;
  margin-top: 34px;
  padding: 0 15px;
  position: relative;
  text-align: left;
}
.case-studies .details div {
  cursor: default !important;
}
.case-studies .details .slide.with-pager {
  width: 88%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .case-studies .details .slide.with-pager {
    width: auto;
  }
}
@media (min-width: 768px) {
  .case-studies .details {
    padding: 0;
  }
}
.case-studies .details.visible {
  display: block;
}
.case-studies .details > div {
  display: none;
  margin-top: 56px;
  position: relative;
}
.case-studies .details > div:first-of-type {
  display: block;
}
.case-studies .details::before {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 10px solid rgba(60, 71, 97, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  content: '';
  left: 12%;
  position: absolute;
  top: -20px;
}
.case-studies .details[case-study='1']::before {
  left: 12%;
}
.case-studies .details[case-study='2']::before {
  left: 36%;
}
.case-studies .details[case-study='3']::before {
  left: 62%;
}
.case-studies .details[case-study='4']::before {
  left: 86%;
}
.case-studies h4 {
  font-size: 1.71429rem;
  font-weight: 600;
  margin: 0 0 24px;
  text-transform: uppercase;
}
.case-studies h5 {
  font-size: 1.28571rem;
  font-weight: 600;
  margin: 0 0 30px;
}
.case-studies ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.case-studies ul li {
  padding-left: 20px;
  text-indent: -15px;
}
.case-studies ul li::before {
  content: '»';
  display: inline-block;
  float: left;
  width: 15px;
}
.case-studies .related-reference {
  margin-top: 39px;
}
.case-studies .related-reference h5 {
  margin-bottom: 29px;
}
.case-studies .related-reference img {
  margin-right: 30px;
}
.case-studies .back {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #376aba;
  bottom: 60px;
  color: #fff;
  font-size: 1.71429rem;
  height: 50px;
  line-height: 45px;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 50px;
}
.case-studies .close-study {
  display: block;
  line-height: 20px;
  margin: 20px auto 0;
}

.case-studies .img-unhover {
  transition: all linear 0.4s
}

.case-studies .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  transition: all linear 0.4s;
  opacity: 0;
}

.case-studies .box:hover img {
  opacity: 0;
}

.case-studies .box:hover img.img-hover {
  opacity: 1;
}


.case-studies .box {
  position: relative;
  max-width: 300px;
  max-height: 300px;
  display: inline-block;
  overflow: hidden;
}

.clients {
  background: #fcfeff;
}

.clients h1 {
  font-size: 1.85714rem;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .clients .row {
    margin-bottom: 48px;
  }
  .clients h1 {
    margin-bottom: 48px;
  }
}
.clients h2 {
  font-size: 24px;
}
@media (min-width: 500px) {
  .clients h1 {
    font-size: 2.94929rem;
  }
  .clients h2 {
    font-size: 30px;
  }
}
.clients ul {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.clients ul li {
  display: inline-block;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
@media (min-width: 768px) {
  .clients ul li {
    width: 33.3333%;
  }
}
@media (min-width: 992px) {
  .clients ul li {
    width: 25%;
  }
}
.clients ul li img {
  max-width: 80%;
}
@media (min-width: 768px) {
  .clients ul li img {
    max-width: 90%;
  }
}

.work-community h1 {
  background: #fbc000;
  font-size: 1.85714rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 500px) {
  .work .work-community h1 {
    font-size: 2.94929rem;
  }
}

.work-community h1 {
  color: #ffffff;
  font-size: 1.85714rem;
}
@media (min-width: 500px) {
  .work-community h1 {
    font-size: 2.94929rem;
  }
}

.work-community img {
  margin-top: 4%;
  float: left;
  padding-left: 13%;
}

.work {
  text-align: center;
}
.work .title-arrow-background {
  background: #fff;
  color: #fbc000;
}

.work .carousel img {
  width: 100%;
  height: auto;
}
/*.work .carousel {
  max-height: 931px;
}*/
.work.with-carousel h1 {
  color: #fff;
  margin: 0 auto;
  z-index: 1;
}
.work.with-carousel h1 span {
  background: #fbc000;
  padding: 0 30px;
}
/*.work.with-carousel h1::after {
  display: none;
}*/
.work.with-carousel .details {
  margin-top: 0;
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .work.with-carousel .details {
    padding: 140px 0 48px;
  }
}
@media (max-width: 767px) {
  .work .carousel.slide {
    display: none;
  }
}
.work.without-carousel {
  background-color: #ecebeb;
}
.work.without-carousel::before {
  height: 0;
  margin-top: 0;
}
.work.without-carousel .details {
  margin-top: 0;
  padding-top: 30px;
}
.work.without-carousel h1 {
  padding-top: 30px;
}
.work .carousel-control,
.main-slider .carousel-control {
  width: 10%;
}
.work .carousel-control.left {
  left: -55px;
}
.work .carousel-control.right {
  right: 0;
}
.work .carousel-control .icon {
  color: #ffffff;
  font-size: 2.85714rem;
  left: 50%;
  position: absolute;
  top: 50%;
}
.work .details {
  background: #ecebeb;
  margin-top: -160px;
}
.work figure {
  height: 135px;
  margin: 0 auto 20px;
  width: 135px;
}
@media (min-width: 768px) {
  .work figure {
    height: 200px;
    margin: 0 auto 84px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .work figure {
    height: 310px;
    margin: 0 auto 84px;
    width: 310px;
  }
}
.work h3 {
  color: #273a71;
  font-size: 1.285715rem;
  font-weight: 600;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.work p {
  font-size: 1.14286rem;
}
.work .row > div {
  margin-bottom: 48px;
}
/*@media (min-width: 992px) {
  .work .row > div {
    margin-bottom: 0;
  }
}*/
@media (max-width: 991px) {
  .work figure.rotated {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    -webkit-backface-visibility: inherit;
    cursor: default;
    overflow: inherit;
  }
  .work figure.rotated i,
  .work figure.rotated img,
  .work figure.rotated svg {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    height: 100%;
    width: 100%;
  }
}

.jobs {
  background: #fbc000;
  color: #fff;
  text-align: center;
}
.jobs::before {
  height: 102px;
}
.jobs .title-arrow-background {
  background: #fff;
  color: #fbc000;
}
@media (min-width: 992px) {
  .jobs > div {
    padding-bottom: 48px;
  }
}
.jobs h1 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.85714rem;
}
@media (min-width: 500px) {
  .jobs h1 {
    font-size: 2.94929rem;
  }
}
.jobs h1::after {
  background: rgba(255, 255, 255, 0.2);
}
.jobs p {
  font-size: 1.28571rem;
  font-weight: 400;
  margin-bottom: 45px;
}
.jobs figure {
  display: block;
  height: 116px;
  margin: 0 auto 10px;
  width: 116px;
}
@media (min-width: 768px) {
  .jobs figure {
    height: 200px;
    width: 200px;
  }
}
@media (min-width: 1337px) {
  .jobs figure {
    height: 305px;
    margin: 0 auto 70px;
    width: 305px;
  }
}
.jobs .job a {
  color: #fff;
  font-size: 1.71429rem;
  font-weight: 600;
}
.jobs .job {
  margin-bottom: 48px;
  margin-top: 30px;
}
.jobs .job:hover a {
  color: #3c4761;
}
.jobs .carousel {
  margin: 0 auto;
  width: 80%;
  min-height: 308px;
  margin-bottom: 0;
}
.jobs .freelancer-information {
  margin-bottom: 48px;
}
@media (min-width: 992px) {
  .jobs .job {
    margin-bottom: 0;
  }
  .jobs .carousel {
    margin-bottom: 24px;
  }
  .jobs .freelancer-information {
    margin-top: 45px;
  }
}
@media (min-width: 1337px) {
  .jobs .carousel {
    width: auto;
  }
  .jobs .carousel-control.left {
    left: -55px;
  }
  .jobs .carousel-control.right {
    right: -55px;
  }
}

.jobs .freelancer-information p {
  margin-bottom: 0;
}
.jobs .row {
  margin-right: 0px;
  margin-left: 0px;
}

.news {
  font-size: 1.14286rem;
}
.news .title-arrow-background {
  background: #273a71;
  color: #fff;
}
/*.news > div {
  padding-bottom: 40px;
}*/
/*@media (min-width: 768px) {
  .news > div {
    padding-bottom: 96px;
  }
}*/
.news .carousel-container {
  margin-bottom: 48px;
  margin-left: 15px;
  margin-right: 15px;
}
.is-phone .news .carousel-container {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.news h1 {
  margin-bottom: 69px;
  font-size: 1.85714rem;
}
@media (min-width: 500px) {
  .news h1 {
    font-size: 2.94929rem;
  }
}
.news h2 {
  margin: 0;
}
@media (min-width: 992px) {
  .news h2 {
    margin-bottom: 20px;
  }
}
.news h2 a {
  color: #273a71;
  display: inherit;
  font-size: 1.71429rem;
  font-weight: 600;
  height: 104px;
}
.news time {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 992px) {
  .news time {
    margin-bottom: 0;
  }
}
.news .preview {
  display: none;
}
.news .row {
  border: 0 none;
  margin-bottom: 24px;
}
@media (min-width: 375px) {
  .news h2 a {
    height: 78px;
  }
}
@media (min-width: 525px) {
  .news h2 a {
    height: 52px;
  }
}
@media (min-width: 768px) {
  .news h2 a {
    height: 78px;
  }
  .news .carousel-inner {
    height: 188px;
  }
  .news .preview {
    display: inherit;
  }
}
@media (min-width: 1024px) {
  .news .carousel-inner {
    height: 148px;
  }
}

.news .carousel.slide {
  padding-bottom: 48px;
}

/*.news .more {
  text-align: center;
}
.news .more a {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #cacaca;
  color: #fff;
  font-size: 1.28571rem;
  padding: 10px 40px;
  text-transform: uppercase;
}

.news .more a:hover {
  background: #273a71;
}*/

.news .more-inverse {
  text-align: center;
  padding-bottom: 12px;
}

.news .more-inverse a {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #273a71;
  color: #fff;
  font-size: 1.28571rem;
  padding: 10px 40px;
  text-transform: uppercase;
}
.news .more-inverse a:hover {
  background: #cacaca;
}

.news .contact {
  text-align: center;
}
.news .contact a {
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  background: #fbc000;
  color: #fff;
  font-size: 1.38571rem;
  padding: 10px 40px;
  text-transform: uppercase;
  border-radius: 8px;
}

.news .contact a:hover {
  background: #273a71;
}

.contact::before {
  height: 102px;
  margin-top: -102px;
}
.contact {
  background: #376aba;
}
.contact h1 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 1.85714rem;
}
@media (min-width: 500px) {
  .contact h1 {
    font-size: 2.94929rem;
  }
}
.contact h1::after {
  background: rgba(255, 255, 255, 0.15);
}

.contact .title-arrow-background {
  background: #fff;
  color: #376aba;
}

.contact figure,
.footer figure {
  height: 225px;
  margin: 0 auto 40px;
  width: 225px;
}

.contact .map {
  padding-top: 18px;
  padding-bottom: 18px;
}
.contact .information p {
  padding-top: 0;
}
.contact .information {
  text-align: center;
  width: 33.666667%
}
.contact .competition {
  text-align: center;
  padding-top: 20px;
  width: 32.666667%
}
.contact .competition p {
  padding: 0;
  margin: 0;
}
.contact .competition img {
  width: 80%;
  max-width: 350px;
}
.contact .map {
  margin: 0;
}
@media (min-width: 768px) {
  .contact .map figure {
    margin: 0 18px 0 auto;
    float: unset;
  }
  .contact .competition p {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact .information {
    text-align: center;
  }
  .contact .competition {
    text-align: center;
  }
}


.asis .contact figure,
.footer figure {
  height: 150px;
  margin: 0 auto 40px;
  width: 225px;
}

@media (min-width: 768px) {
  .contact figure,
  .footer figure {
    height: 100px;
	float: right;
    margin: 0 0 0 0;
  }
}
.contact p {
  color: #fff;
  font-size: 1.28571rem;
  padding-top: 44px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact p {
    text-align: center;
  }
}
.contact p span {
  white-space: nowrap;
}
.contact .soc {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #376aba;
  display: inline-block;
  font-weight: 700;
  height: 44px;
  line-height: 44px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 15px;
  text-align: center;
  width: 44px;
}

.header-fb {
  position: absolute;
  left: -10%;
  top: 35%;
}

.header-linkedin {
  position: absolute;
  left: -5%;
  top: 35%;
}

.soc-inverse {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #376aba;
  display: inline-block;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
  text-align: center;
  width: 32px;
}

.contact a {
  color: #fbc000;
}
.contact .copy {
  color: #273a71;
  font-size: 1.14286rem;
  padding: 20px 0 60px;
  text-align: center;
}
@media (min-width: 768px) {
  .contact .copy {
    padding-top: 105px;
  }
}

.application-form .browse, .application-form .submit-area input {
  border: 0 none;
  color: #fff;
  cursor: pointer;
  font-size: 1.28571rem;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 50px;
  text-transform: uppercase;
}

.career {
  background: #ecebeb;
}
.career .header {
  background: url("images/career-bg.jpg") no-repeat top center;
  background-size: cover;
  margin-top: 103px;
}
.career .header::after {
  content: '';
  display: block;
  padding-bottom: 17.70833%;
}

.career .details {
  border-bottom: 1px solid rgba(60, 71, 97, 0.2);
  font-size: 1.42rem;
  margin-bottom: 42px;
  padding-bottom: 36px;
}
.career h1 {
  margin: 75px auto 27px;
}
.career h2 {
  color: #273a71;
  font-size: 1.28571rem;
  font-weight: 600;
  margin-bottom: 1.6em;
}
.career ul,
.career ol {
  margin-bottom: 1.6em;
  padding-left: 18px;
}

.application-form {
  margin-bottom: 75px;
}
.application-form br {
  display: none;
}
.application-form h3 {
  color: #273a71;
  font-size: 1.28571rem;
  font-weight: 600;
  margin: 0 0 30px;
}
.application-form .field {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.application-form label {
  display: block;
  font-size: 1.14286rem;
  font-weight: normal;
  margin-bottom: 8px;
}
.application-form label.required::after {
  content: ' *';
}
.application-form input[type=text],
.application-form input[type=email],
.application-form textarea {
  background: #fff;
  border: 1px solid #a9abb3;
  font-size: 1.28571rem;
  height: 60px;
  padding: 10px;
  width: 100%;
}
.application-form input[type=file] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=1);
  opacity: 0.01;
  cursor: pointer;
  height: 60px;
  width: 100%;
}
.application-form textarea {
  height: 181px;
  resize: none;
}
.application-form .uploader {
  display: table;
  pointer-events: none;
  position: absolute;
  top: 2.1em;
  width: 100%;
}
.application-form .uploader-wrapper {
  display: table-row;
  pointer-events: none;
}
.application-form .browse {
  background: #376aba;
  display: table-cell;
  margin-right: 20px;
  max-height: 60px;
  padding: 0 50px;
  pointer-events: none;
  text-transform: uppercase;
  width: 180px;
}
.application-form .filename {
  display: table-cell;
  font-size: 1.14286rem;
  padding-left: 20px;
  pointer-events: none;
  vertical-align: middle;
}
.application-form p {
  margin: 0;
}
.application-form .comment {
  color: rgba(60, 71, 97, 0.6);
  margin: -12px 0 37px;
}
.application-form .submit-area {
  text-align: center;
}
.application-form .submit-area input {
  background: #fbc000;
}

.wpcf7-validation-errors {
  background: #f00;
  border: 0 none !important;
  color: #fff;
  font-size: 1.14286rem;
}

.wpcf7-mail-sent-ok {
  background: #080;
  border: 0 none !important;
  color: #fff;
  font-size: 1.14286rem;
}

.news-page {
  background: #ecebeb;
  font-size: 1.14286rem;
  margin-top: 103px;
}
.news-page h1 {
  margin-bottom: 44px;
  padding-top: 73px;
}
.news-page h2 {
  color: #273a71;
  font-size: 1.71429rem;
  font-weight: 600;
  margin-top: 0;
}
.news-page h3 {
  color: #273a71;
  font-size: 1.71429rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.news-page .item {
  border-bottom: 1px solid rgba(60, 71, 97, 0.2);
  margin-bottom: 30px;
  padding-bottom: 40px;
}
.news-page .item:last-of-type {
  border: 0 none;
}
.news-page .item img {
  display: block;
  height: auto;
  margin-bottom: 30px;
  width: 100%;
}
.news-page .three-news {
  margin-bottom: 62px;
}
.news-page .three-news time {
  display: block;
  margin-bottom: 20px;
}
.news-page .all-news a {
  color: #273a71;
  font-size: 1.28571rem;
  font-weight: 600;
  margin-top: 0;
}
.news-page .all-news ul {
  list-style-type: none;
  padding: 0;
}
.news-page .all-news time {
  color: #9ea2b4;
  font-size: 1rem;
}
.news-page .all-news li {
  border-bottom: 1px solid rgba(60, 71, 97, 0.2);
  margin-bottom: 23px;
  padding-bottom: 30px;
}
.news-page .all-news li:last-of-type {
  border: 0 none;
}

.page-not-found {
  background: #ecebeb;
  font-size: 1.71429rem;
  margin-top: 103px;
}
.page-not-found .container {
  padding: 100px 0;
}
.page-not-found .error-code {
  color: #273a71;
  font-size: 10.71429rem;
  font-weight: 600;
  margin-top: 0;
  color: #fbc000;
}

.news-page .all-pressrelease ul {
  list-style-type: none;
  padding: 0;
}

.nkfi_image {
	z-index: 100000;
    position: fixed;
    height: 102px;
    padding-left: 15px;
    top: 0;
    left: 0;
}


.asisto {
  margin-top: -104px;
  text-align: center;
}
.asisto > div {
  background: #ecebeb;
}
@media (min-width: 768px) {
  .asisto > div {
    padding-bottom: 48px;
  }
}
.asisto .header {
  background: #376aba;
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
}
.asisto .container {
  padding-top: 24px;
}
.header .container {
  padding-top: 48px;
  padding-bottom: 48px;
}
.asisto h1 {
  font-size: 1.85714rem;
  margin-bottom: 0px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  text-align: left;
}
.asisto h1::after {
  content: none;
}
@media (min-width: 500px) {
  .asisto h1 {
    font-size: 2.94929rem;
    margin-top: 0px;
  }
}
.asisto h3 {
  font-size: 1.71429rem;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
}
.asisto .subtitle {
  font-size: 2.94929rem;
}
.asisto p {
  font-size: 1.14286rem;
}
.asisto .col {
  text-align: left;
}
.asisto .asisto-title-svg {
  text-align: center;
  margin: auto;
}
.asisto-title-svg figure svg{
  max-height: 80px;
  width: 24%;
  min-width: 280px;
}
@media (min-width: 768px) {
  .asisto .row {
    display: -webkit-flex;
    display: flex;
  }
}
.asisto figure {
  text-align: center;
  margin: 0;
}
.asisto figure img {
  width: 100%;
  height: auto;
}
.asisto figure svg {
  width: 100%;
  height: auto;
  fill: #fff;
}
.button-frame{
  text-align: right;
  display: inline-block;
  cursor: pointer;
  margin-top: 24px;
}
.asis .introduction .button-frame {
  margin-top: 0;
}

.button {
  padding: 20px;
  background: #376aba;
  margin-bottom: 24px;
}

.navbar-default .navbar-nav > li > a .asisto-nav-button {
  fill: #fff;
  outline: none;
  text-transform: uppercase;
}
.asisto-nav-button figure svg {
  height: 22px;
  width: 86px;
  fill: #fff;
}

.asisto-nav-button svg:hover {
  fill: #fbc000;
}

@media (max-width: 992px) {
  .asisto-nav-button {
    padding-top: 4px;
  }
}
.navbar-default .navbar-nav > li > a:visited .asisto-nav-button {
  fill: #fff;
}
.navbar-default .navbar-nav > li > a:focus .asisto-nav-button {
  fill: #fff;
}
.navbar-default .navbar-nav > li > a:hover .asisto-nav-button {
  fill: #fff;
}
.navbar-default .navbar-nav > li > a:active .asisto-nav-button {
  fill: #fff;
}

/*.asisto-monitor {
  padding-bottom: 70.69555%;
  background-image: url('images/monitor2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.asisto-logoandmonitor {
  padding-bottom: 70.69555%;
  background-image: url('images/logoandmonitor.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}*/
/* Asisto page design */
.main-header > .main-menu.inverse li a {
  color: #392b78;
}
.main-header > .main-menu.inverse li figure svg {
  fill: #392b78;
}
.main-header > .main-menu.inverse .language-switcher li.current-lang {
    background-color: #392b78;
}
.main-header > .main-menu.inverse .language-switcher li {
    border-color: #392b78;
    border-top-color: #392b78;
    border-right-color: #392b78;
    border-bottom-color: #392b78;
    border-left-color: #392b78;
}
.main-header > .main-menu.inverse .navbar-toggle {
    border-color: #392b78;
}
.main-header > .main-menu.inverse .navbar-toggle .icon-bar {
    background: #392b78;
}
.asistopg {
  text-align: center;
  cursor: default;
  color: #392b78;
}
.asistopg .row {
  margin-right: 0;
  margin-left: 0;
}
.asistopg h1 {
  font-family: BlenderProBold;
  font-size: 4rem;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  line-height: 1.4;
  color: #392b78;
  margin-bottom: 20px;
}
.asis .summary h3 {
  font-size: 1.714283rem;
  font-weight: 600;
  min-height: 52px;
  max-width: 300px;
  display: inline-table;
}
.asis .summary ul {
  padding-inline-start: 20px;
}
.asistopg .first-h1 {
  margin-bottom: 0;
}
.asistopg h1::after {
  content: none;
}
.asistopg h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.asistopg p {
  font-size: 1.42857rem;
  margin-top: 10px;
}
.asistopg-header{
  background: #392b78;
}
.asistopg-header h1{
  color: #ffffff;
}
.keep,
.gain,
.asis .support {
  margin-top: 40px;
}
.gain{
  color: #ffffff;
  background: #392b78;
  padding: 50px 0 50px 0;
}
.gain h1{
  color: #ffffff;
  margin-bottom: 50px;
}
.gain p{
  margin: 0;
  font-size: 1.285711rem;
}
.asistopg-header-logo svg{
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 420px;
}
@media (max-width: 425px) {
  .asistopg-header-logo svg{
    width: 100%;
    height: auto;
  }
}
.link svg{
  transform: scale(2.65,1);
  margin-top: 16px;
  margin-bottom: 16px;
  height: 100px;
  width: auto;
  fill: #dcdcdc;
}
@media (max-width: 1199px) {
  .link svg{
	transform: scale(1.8,1);
  }
}
@media (max-width: 767px) {
  .link svg{
    transform: scale(1,1);
  }
}
.asistopg-header-text {
  display: inline-block;
  padding-bottom: 24px;
}
.asisto-monitor-without-background {
  padding-right: 600px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-image: url('images/asisto-4.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 360px;
}
@media (max-width: 768px) {
  .asisto-monitor-without-background {
    padding-right: 360px;
  }
}
@media (max-width: 700px) {
  .asisto-monitor-without-background {
	padding-right: 0;
    padding-bottom: 400px;
    background-position: bottom center;
    background-size: 65% auto;
  }
}
@media (max-width: 500px) {
  .asisto-monitor-without-background {
	padding-bottom: 350px;
  }
}
@media (max-width: 400px) {
  .asisto-monitor-without-background {
	padding-bottom: 260px;
  }
}
.asis .summary > div > h1,
.asis .support > div > h1 {
  line-height: 1;
}
.asis .row {
  margin-left: 0;
  margin-right: 0;
}
.asis .support .row{
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.asis .summary .row.icons {
  margin-top: 20px;
}
.asis .summary h3 {
    font-size: 1.714283rem;
    font-weight: 600;
    min-height: 52px;
    max-width: 300px;
    display: inline-table;
}
.asis .summary .viewpoint figure svg {
  height: 100px;
}
.asis .summary ul {
  padding-inline-start: 17px;
  display: inline-table;
}
.asis .summary .viewpoint ul {
  max-width: 350px;
}
.asis .summary .viewpoint.middle ul {
  max-width: 500px;
}
.asis .summary .viewpoint.middle {
  border-style: solid;
  border-top: 0;
  border-bottom: 0;
  border-width: 2px;
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 1199px) {
  .asis .summary .viewpoint.middle {
    border-right: 0;
    padding-right: 15px;
  }
  .asis .summary .viewpoint ul {
    max-width: 500px;
  }
}
@media (max-width: 767px) {
  .asis .summary .viewpoint.middle {
    border-left: 0;
    padding-left: 15px;
  }
}
.asis .support p{
  text-align: left;
  width: 100%;
  font-size: 2rem;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  color: #392b78;
}
.asis .summary{
  color: #ffffff;
  background: #392b78;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
/*.zaro-kapocs {
  padding-left: 250px;
  background-image: url('images/zaro_kapocs.png');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 100%;
}*/
.asis .summary-group {
  padding-top: 16px;
  padding-bottom: 16px;
}
.asis .summary h1 {
  color: #fff;
}
.asis .summary h3 {
  text-align: center;
}
.keep p,
.asis .summary p {
  margin: 0;
  font-size: 1.42857rem;
  text-align: justify;
}
.keep p {
  display: inline-block;
  max-width: 250px;
}
@media (max-width: 767px) {
  .asis .summary .viewpoint {
    padding: 0 15px 0 15px;
    width: 100%;
    margin: 0;
  }
  /*.zaro-kapocs {
    padding-left: 15px;
    background-size: 0;
  }*/
}
.asistopg .definition {
  font-size: 1.28571rem;
  margin-bottom: 75px;
}
.asistopg .container {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.asistopg .keep figure {
  background: #392b78;
  /*cursor: pointer;*/
  height: 70px;
  margin: 0 auto 4px;
  width: 70px;
  display: inline-block;
}
.asistopg .keep figure svg {
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  width: 70px;
  height: 70px;
  fill: #fff;
}
@media (min-width: 768px) {
  .asistopg .keep figure {
    height: 222px;
    width: 222px;
  }
  .asistopg .keep figure svg {
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    height: 222px;
    width: 222px;
    fill: #fff;
  }
}
.asistopg .row > div {
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .asistopg .row > div {
    margin-bottom: 0;
  }
}
/*.asistopg .icons > .active,
.asistopg .row > div:hover {
  cursor: pointer;
}*/
/*.asistopg .icons > .active svg,
.asistopg .icons > div:hover svg,
.asistopg .icons > a:hover svg {
  fill: #fbc000;
}*/
.asistopg h4 {
  font-size: 1.71429rem;
  font-weight: 600;
  margin: 0 0 24px;
}
.asistopg h5 {
  font-size: 1.28571rem;
  font-weight: 600;
  margin: 0 0 30px;
}
.asistopg ul li {
  padding-bottom: 15px;
}
.asistopg .related-reference {
  margin-top: 39px;
}
.asistopg .related-reference h5 {
  margin-bottom: 29px;
}
.asistopg .related-reference img {
  margin-right: 30px;
}
.asistopg .close-study {
  display: block;
  line-height: 20px;
  margin: 20px auto 0;
}
.asistopg .viewpoint {
  display: inline-table;
  float: none;
}
.asistopg .keep .viewpoint {
  max-width: 390px;
}
@media (max-width: 767px) {
  .asistopg .keep .viewpoint {
    max-width: 349px;
  }
}
.asistopg .gain .viewpoint .figure {
  padding-bottom: 20px;
}
.asistopg .gain .viewpoint svg {
  fill: #727272;
  width: 75px;
  height: 60px;
}
.asistopg .gain .viewpoint {
  display: inline-table;
  margin-left: 10px;
  margin-right: 10px;
  width: 280px;
}
@media (min-width: 650px) {
  .asistopg .gain .viewpoint {
    width: 32%;
    min-width: 222px;
  }
}
@media (min-width: 768px) {
  .asistopg .gain .viewpoint {
    width: 25%;
    min-width: 222px;
  }
}
@media (min-width: 1200px) {
  .asistopg .gain .viewpoint {
    width: 18%;
    min-width: 222px;
    max-width: 400px;
  }
}
.asisto-footer-icon{
  background-color: #376aba;
}
.as-footer {
  text-align: left;
}
@media (max-width: 767px) {
  .as-footer {
  	text-align: center;
  	margin: auto;
  }
}
@media (min-width: 768px) {
  .as-footer {
  	float: right;
  }
}
.as-footer h3 {
  margin: 0px;
}
.as-footer .name {
  font-weight: bold;
}
.asistopg .back-to-homepage {
  background: #fff;
  font-family: BlenderProBold;
}
.asistopg .back-to-homepage a {
  color: #392b78;
  font-size: 2rem;
}
.asistopg .back-to-homepage .icon {
  padding-top: 14px;
}
.asistopg .back-to-homepage .icon svg {
  fill: #392b78;
  width: 40px;
  height: 40px;
}
.asistopg .back-to-homepage span {
  border: 1px solid #392b78;
}
/* DGN design */

.main-dgn {
  margin-top: 100px;
}

.dgn-brema-logo {
  width: 100%;
  height: 220px;
  background-image: url('images/dgn/bremen.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dgn-szoboszlo-logo {
  width: 100%;
  height: 400px;
  background-image: url('images/dgn/vancouver.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .dgn-szoboszlo-logo {
  	height: 200px;
    width: auto;
  }
}
.main-dgn .container {
  margin-top: 24px;
}
.dgn-header {
  text-align: center;
}
.dgn-header::after {
  clear: both;
}
.dgn-header h1{
  margin-top: 48px;
}
@media (max-width: 424px) {
  .dgn-header h1 {
  	font-size: 2rem;
  }
}
.dgn-header h1::after {
  content: none;
}
.dgn-header .dgn-logo {
  width: 115px;
  height: 150px;
  background-image: url('images/dgn/nuklearmedizin-logo.png');
  float: left;
  margin-right: 50px;
}

.dgn-header .dgn-title {
  height: 125px;
  text-align: center;
  margin: auto;
  word-break: break-word;
  display: inline-block;
  float: none;
}
.dgn-header .dgn-icon {
  text-align: center;
  display: inline-block;
  float: none;
  margin: auto;
}

.dgn-devider {
  background-color: #fbc000;
  height: 10px;
  display: block;
  margin: 15px 15%;
}

.dgn-description {
  padding-top: 50px;
}

.dgn-description::after {
  clear: both;
}

.dgn-description p {
  margin-bottom: 20px;
  max-width: 750px;
  margin: 0 auto 20px auto;
  font-size: 1.14286rem;
  text-align: justify;
}

.dgn-description p span {
  font-size: 18px;
  font-weight: bold;
}

.dgn-find-us {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.dgn-description a {
  text-align: center;
  display: block;
}
.dgn-description a p {
  padding-right: 20px;
  color: #fff;
}
.dgn-map {
  display: block;
  width: 300px;
  height: 530px;
  background-image: url('images/dgn/map.png');
  background-size: 300px;
  background-repeat: no-repeat;
  float: right;
  margin-left: 50px;
}
@media (max-width: 600px) {
  .dgn-map {
  	float: none;
  	margin: auto;
  }
}
.dgn-footer {
  background-color: #376aba;
  color: #ffffff;
  padding: 30px;
  margin-top: 30px;
}
.dgn-footer-title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 18px;
}
.dgn-footer-profiles {
  text-align: center;
}
.dgn-profile {
  width: 200px;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}

.dgn-profile .dgn-image {
  width: 178px;
  height: 178px;
  display: block;
  margin: 0 auto 20px auto;
}

.dgn-profile .dgn-name {
  font-size: 18px;
  margin-bottom: 36px;
}

.dgn-profile-nagygabor {
  background-image: url('images/dgn/nagygabor3.jpg');
}
.dgn-profile-tiszaagnes {
  background-image: url('images/dgn/tiszaagnes.jpg');
}
.dgn-profile-kazmeradorjan {
  background-image: url('images/dgn/kazmeradorjan3.jpg');
}
.dgn-profile-szilagyibeatrix {
  background-image: url('images/dgn/szilagyibeatrix.jpg');
}
.dgn-profile-beckkristian {
  background-image: url('images/dgn/beckkristian.jpg');
}

/* New asisto page */

.asis .viewpoint {
  display: inline-block;
  float: none;
}
.filtered-asisto-background {
  background: linear-gradient(
      rgba(57, 43, 120, 0.7),
      rgba(57, 43, 120, 0.7)
  ), url("images/asisto-main-header-2.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
@media (min-width: 1800px) {
  .filtered-asisto-background {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
.asis .item .block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.asis .help .item .block {
  height: auto;
}

.asis .item .block .figure > svg {
  max-width: 440px;
  max-height: 150px;
  height: auto;
  fill: #ffffff;
}

.asis .item .block .purple > svg {
  fill: #392b78;
}


.asis .item .block .figure.logo > svg {
  max-width: 800px;
  height: 150px;
}
@media (max-width: 425px) {
  .asis .item .block .figure > svg {
    max-width: 100%;
  }
}
.asis.with-carousel h1 {
  color: #fff;
  margin: 0 auto;
  font-weight: 500;
  font-size: 4rem;
}
@media (max-width: 424px) {
  .asis.with-carousel h1 {
    font-size: 4rem;
  }
  .asis .item .block .figure > svg {
    height: 70px;
    width: 29px;
  }
  .asis .item .block .figure.logo > svg {
    height: 70px;
    width: 275px;
  }
  .filtered-asisto-background {
	padding: 0;
  }
}
@media (min-width: 425px) {
  .asis.with-carousel h1 {
    font-size: 5rem;
  }
  .asis .item .block .figure > svg {
    height: 80px;
    width: 34px;
  }
  .asis .item .block .figure.logo > svg {
    height: 80px;
    width: 314px;
  }
}
@media (min-width: 768px) {
  .asis.with-carousel h1 {
    font-size: 9rem;
  }
  .asis .item .block .figure > svg {
    height: 140px;
	width: 58px;
  }
  .asis .item .block .figure.logo > svg {
    height: 140px;
	width: 543px;
  }
  .filtered-asisto-background {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .page-template-asisto-new .filtered-asisto-background,
  .page-template-asisto .filtered-asisto-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.carousel-content {
  position: absolute;
  bottom: 30%;
  left: 10%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-content h1 {
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 3vw;
  font-family: Arial;
  text-align: left;
  margin-bottom: -3%;
}

.carousel-content h2 {
  color: #fbc000;
  text-transform: uppercase;
  font-size: 3vw;
  font-family: Arial;
  text-align: left;
  margin-top: 1%;
  margin-bottom: 2%;
}

.carousel-content p {
  color: #ffffff;
  font-size: 1.5vw;
  font-weight: 200;
  font-family: Arial;
  text-align: left;
  width: 65%;
}

.carousel-content button {
  color: #ffffff;
  font-size: 1.5vw;
  font-family: Arial;
  text-align: center;
  background-color: #fbc000;
  border-radius: 8px;
  border-color: #fbc000;
  margin-top: 5%;
  padding: 0.5% 2%;
  display: inline-block;
  border: 1px solid #fbc000;
}

.carousel-content-asis {
  position: absolute;
  bottom: 27%;
  width: 100%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-content-asis .asis {
  font-size: 2.1vw;
  width: 40%;
  font-family: Nunito Sans;
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
}

.carousel-content-asis button {
  color: #ffffff;
  background-color: #fbc000;
  font-size: 1.5vw;
  font-family: Arial;
  padding: 0.5% 2%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #fbc000;
}

.carousel-content-kkta {
  position: absolute;
  bottom: 35%;
  left: 50%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-kkta {
  font-size: 2vw;
  width: 50%;
  font-family: Arial;
  display: inline-block;
  margin-bottom: 5%;
  font-weight: bold;
}

.carousel-content-kkta img {
  width: 30%;
  margin-left: 35%;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.carousel-content-rm {
  position: absolute;
  bottom: 50%;
  left: 45%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-rm {
  font-size: 2.2vw;
  width: 60%;
  font-family: Arial;
  color: black;
  text-transform: uppercase;
}

.carousel-rm-under {
  color: black;
  font-size: 1.7vw;
  width: 60%;
  font-family: Arial;
  color: black;
}

.carousel-content-rm-buttons {
  position: absolute;
  bottom: 20%;
  width: 100%;
  z-index: 20;
  color: white;
}

.carousel-content-rm-button-left-label {
  font-size: 1.6vw;
  position: absolute;
  bottom: 21%;
  width: 50%;
  z-index: 20;
  color: black;
}

.carousel-content-rm-button-right-label {
  font-size: 1.6vw;
  position: absolute;
  bottom: 21%;
  left: 50%;
  width: 50%;
  z-index: 20;
  color: black;
}

.carousel-content-rm-buttons .button-container-left {
  width: 50%;
  position: absolute;
}
.carousel-content-rm-buttons .button-left {
  color: #ffffff;
  font-size: 1.4vw;
  font-family: Arial;
  padding: 11px 22px;
  text-align: center;
  background-color: #fbc000;
  border-radius: 8px;
  border-color: #fbc000;
  border: 1px solid #fbc000;
  margin-bottom: 4%;
  text-transform: uppercase;
}

.carousel-content-rm-buttons .button-container-right {
  left: 50%;
  width: 50%;
  position: absolute;
}
.carousel-content-rm-buttons .button-right {
  color: #ffffff;
  font-size: 1.4vw;
  padding: 11px 22px;
  font-family: Arial;
  text-align: center;
  background-color: #fbc000;
  border-radius: 8px;
  border-color: #fbc000;
  border: 1px solid #fbc000;
  margin-bottom: 4%;
  text-transform: uppercase;
}

@media (min-width: 2000px) {
  .carousel-kkta {
    font-size: 1.8vw;
    margin-bottom: 3%;
  }

}

@media (min-width: 2000px) {
  .carousel-content-rm-buttons .button-right {
      left: 340%;
  }
}

@media (max-width: 800px) {
  .carousel-content-rm-buttons .button-left {
      padding: 5px 10px;
  }
}

@media (max-width: 800px) {
  .carousel-content-rm-buttons .button-right {
      padding: 5px 10px;
  }
}

@media (max-width: 1500px) {
  .carousel-content-rm-buttons .button-left {
      padding: 6px 12px;
  }
}

@media (max-width: 1500px) {
  .carousel-content-rm-buttons .button-right {
      padding: 6px 12px;
  }
}

@media (max-width: 600px) {
  .carousel-content-rm-buttons .button-left {
      padding: 3px 6px;
  }
}

@media (max-width: 600px) {
  .carousel-content-rm-buttons .button-right {
      padding: 3px 6px;
  }
}

@media (max-width: 767px) {
  .carousel-content {
    bottom: unset;
    top: 0;
  }
}

@media (max-width: 800px) {
  .what-we-do .carousel-content h1 {
    font-size: 24px;
  }

  .what-we-do .carousel-content h2 {
    font-size: 24px;
  }

  .what-we-do .carousel-content p {
    font-size: 12px;
  }

  .what-we-do .carousel-content button {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .asis.with-carousel h1 {
    font-size: 10rem;
  }
  .asis .item .block .figure > svg {
    height: 150px;
	width: 75px;
  }
  .asis .help .item .block .figure > svg {
    height: 150px;
	width: 58px;
  }
  .asis .item .block .figure.logo > svg {
    height: 150px;
	width: 698px;
  }
}


.asis {
  text-align: center;
}
.asis.scroll-stop.with-carousel::before {
  height: 60px;
  margin-top: -60px;
}
.asis .carousel {
  max-height: 300px;
}

.asis.with-carousel h1 span {
  background: #fbc000;
  padding: 0 30px;
}
.asis.with-carousel h1::after {
  display: none;
}
.asis.with-carousel .details {
  margin-top: 0;
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .asis.with-carousel .details {
    padding: 140px 0 115px;
  }
}
.asis.without-carousel {
  background-color: #ecebeb;
}
.asis.without-carousel::before {
  height: 0;
  margin-top: 0;
}
.asis.without-carousel .details {
  margin-top: 0;
  padding-top: 30px;
}
.asis.without-carousel h1 {
  padding-top: 30px;
}
.asis .carousel-control.right {
  right: 0;
}
.asis .carousel-control.left {
  left: 0;
}

.asis .carousel-control .icon {
  font-size: 2.85714rem;
  position: absolute;
  top: 50%;
}
.asis .carousel figure,
.asis .help figure,
.asis .who figure,
.asis .technology figure {
  height: 70px;
  margin: 0 auto 20px;
  width: 70px;
}
@media (min-width: 768px) {
  .asis .carousel figure,
  .asis .help figure,
  .asis .who figure,
  .asis .technology figure {
    height: 200px;
    margin: 0 auto 84px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .asis .carousel figure,
  .asis .help figure,
  .asis .who figure,
  .asis .technology figure {
    height: 310px;
    margin: 0 auto 84px;
    width: 310px;
  }
}


.asis .computer h3,
.asis .help h3,
.asis .who h3 {
  color: #273a71;
  font-size: 1.71429rem;
  font-weight: 600;
  margin: 0 0 30px;
  text-transform: uppercase;
}

@media(max-width: 450px){
.asis .computer h3,
.asis .help h3,
.asis .who h3 {
  font-size: 1rem;
 }
}

@media(min-width: 451px){
.asis .computer h3,
.asis .help h3,
.asis .who h3 {
  font-size: 1.7rem;
 }
}

.asis p {
  font-size: 1.5rem;
}
.asis .list figure {
  background: #392b78;
  cursor: pointer;
  height: 222px;
  margin: 0 auto 4px;
  width: 222px;
  display: inline-block;
}
.asis .list figure svg {
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  width: 222px;
  height: 222px;
  fill: #fff;
}

.asis .introduction .container,
.asistopg .introduction .container {
  width: 80%;
  max-width: 800px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}
.asis .introduction p,
.asistopg .introduction p {
  text-align: center;
  background-color: #4E447A;
  height: 110px;
  width: 215.953px;
  font-size: 2rem;
  padding-inline: 50px;
}

.asis.asis-main .introduction .container {
  max-width: 1096.16px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-around;
}
.asis.asis-main .introduction .row {
	display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
}
.asis.asis-main .introduction .request-button {
  position: relative;
  z-index: 1;
}
.asis.asis-main .introduction .register-button {
  text-align: left;
  width: 262px;
  position: relative;
  z-index: 2;
}
.asis.asis-main .introduction .register-button p {
  width: 261.953px;
  height: 110px;
  line-height: 25px;
  padding: 15px 30px;
   background-image: url("images/video-button.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-color: unset;
}
@media (max-width: 424px) {
  .asis.asis-main .introduction .register-button p {
    width:140px;
    height: 70px;
    padding: 15px;
    font-size: 1.42857rem;
    line-height: 20px;
  }
}
@media (max-width: 424px) {
.asis .introduction p, .asistopg .introduction p {
		width: 140px;
        height: 70px;
        padding: 15px;
        font-size: 1.42857rem;
        line-height: 20px;
	}
}

@media (max-width: 856px) {
  .asis.asis-main .introduction .request-button {
    text-align: left;
    position: relative;
    width: 215.563px;
    height: 70px;
  }
}
@media (max-width: 586px) {
  .asis.asis-main .introduction .request-button,
  .asis.asis-main .introduction .register-button {
    margin-top: 15px;
    text-align: center;
    position: unset;
    left: unset;
    width: 100%;
  }
}

.asis .first-h1 {
  margin: 0;
}
.asis .support .first-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.6rem;
}
@media (max-width: 450px) {
  .asis .support .first-h1 {
    font-size: 3rem;
  }
}

@media (max-width: 376px) {
  .asis .support .first-h1 {
    font-size: 2rem;
  }
}
.asis .intro-first,
.asistopg .intro-first {
  font-size: 1.8rem;
  font-weight: 600;
  color: #392b78;
}

.asis .intro-second,
.asistopg .intro-second {
  color: #392b78;
}

.asis .button,
.asistopg .button {
  padding: 15px;
  background-color: #fbc000;
  font-size: 2.5rem;
  margin: 0;
  font-family: BlenderProBold;
  border-radius: 12px;
  color: #ffffff;
}
@media (max-width: 424px) {
  .asis .button,
  .asistopg .button {
    font-size: 2rem;
  }
}
.asis .computer h1 {
  max-width: 820px;
}
.asis .computers {
  padding-bottom: 28.40467%;
  background-image: url("images/ASISTO_Screenshotok_MOD-2.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 30px;
}
/*@media (max-width: 650px) {
  .asis .computers {
    width: 32%;
    min-width: 222px;
  }
}*/

@media(max-width: 450px){
.asis .computer h3 {
  font-size: 2rem;
  }
}

@media(max-width: 376px){
.asis .computer h3 {
  font-size: 1.4rem;
  }
}

@media(min-width: 451px){
.asis .computer h3 {
  font-size: 2.5rem;
  }
}

.asis .computer h3 {
  text-transform: none;
  font-weight: 700;
  color: #392b78;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 890px;
}

@media (min-width: 400px) {
  .asis .computer .gmp {
    white-space: nowrap;
  }
}
.asis .computer .row {
  max-width: 80%;
  display: inline-block;
}
.asis .help {
  font-family: BlenderProBold;
}
.asis .help .viewpoint .item .figure > svg {
  max-width: 440px;
  max-height: 150px;
  height: auto;
}
/*.asis .help .icons > .active,
.asis .help .row > div:hover {
  cursor: pointer;
  fill: #fbc000;
}
.asis .help .icons > .active svg,
.asis .help .icons > div:hover svg,
.asis .help .icons > a:hover svg {
  fill: #fbc000;
}*/
.asis .help .list .viewpoint .item .block {
}
.asis .help .item-context h3 {
  color: #273a71;
  margin: 0;
  width: 150px;
  word-wrap: break-word;
}

@media (max-width: 780px) {
.asis .help .item-context h3 {
  font-size: 20px;
  }
}

@media (max-width: 430px) {
.asis .help .item-context h3 {
  font-size: 18px;
  }
}

.asis .help .list .viewpoint .item {
  display: inline-flex;
  max-width: 350px;
}
.asis .help .list .viewpoint .item .figure > svg {
  max-height: 120px;
}
.asis .help .viewpoint {
  display: inline-table;
  color: #fff;
  width: 302px;
  min-width: 302px;
}
@media (max-width: 1570px) {
  .asis .help .viewpoint {
    padding-bottom: 25px;
  }
}
@media (min-width: 650px) {
  .asis .help .viewpoint {
    width: 24%;
  }
}
@media (min-width: 1240px) {
  .asis .help .viewpoint {
    width: 15%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.asis .container {
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 50px;
  width: 100%;
}

.asis .introduction .container {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 50px;
  width: 100%;
}
.asis h1::after {
  display: none;
}

.asis h1 {
  text-transform: none;
  color: #392b78;
  font-size: 4rem;
  font-weight: 550;
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: BlenderProBold;
}

.asis .footer h1 {
  margin-bottom: 20px;
}

@media (max-width: 450px) {
  .asis h1,
  .asistopg h1 {
    font-size: 3rem;
  }
}

@media (max-width: 376px) {
  .asis h1,
  .asistopg h1 {
    font-size: 2rem;
  }
}

.asis .help .row > div:hover .item .figure > svg {
  cursor: pointer;
  fill: rgba(53, 35, 106, 0.43);
}
.asis .help .row > div:hover .item .item-context > h3 {
  color: rgba(53, 35, 106, 0.43);
}
.asis .video {
  overflow: hidden;
  display: block;
}
.asis .video video {
  margin-top: -10%;
  margin-bottom: -10%;
  width: 100%;
}
.asis .technology{
  color: #392b78;
  background: #e7e6e6;
}

.asis .technology p{
  margin: 0;
  color: #000000;
  margin-bottom: 50px;
  line-height: 1.1;
}

@media(max-width: 450px){
.asis .technology p{
  font-size: 1.2rem;
 }
}

@media(min-width: 451px){
.asis .technology p{
   font-size: 1.71429rem;
 }
}

.asis .technology .viewpoint {
  display: inline-table;
  margin-left: 10px;
  margin-right: 10px;
  color: #727272;
}
.asis .technology .viewpoint .figure {
  padding-bottom: 20px;
}
.asis .technology .viewpoint svg {
  fill: #727272;
  width: 75px;
  height: 60px;
}
.asis .who .viewpoint,
.asis .technology .viewpoint {
  display: inline-table;
  margin-left: 10px;
  margin-right: 10px;
  width: 280px;
}
.asis .who .viewpoint .figure svg {
  height: 100px;
  fill: #fff;
  padding: 15px;
}

.asis .who {
  background: #392b78;
  color: #fff;
}
.asis .who h1,
.asis .who h3 {
  color: #fff;
}
@media (min-width: 650px) {
  .asis .who .viewpoint,
  .asis .technology .viewpoint {
    width: 32%;
    min-width: 222px;
  }
}
@media (min-width: 768px) {
  .asis .who .viewpoint,
  .asis .technology .viewpoint {
    width: 25%;
    min-width: 222px;
  }
}
@media (min-width: 1200px) {
  .asis .who .viewpoint,
  .asis .technology .viewpoint {
    width: 15%;
    min-width: 222px;
  }
}
.asis .who .list figure {
  cursor: initial;
}
.asis .contacts .container,
.asis .footer .container {
  width: 80%;
  max-width: 1000px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.asis .footer .container {
 padding-bottom: 0px;
}

.asis .contacts h1{
  margin: 0;
  letter-spacing: 0;
}

@media(max-width: 450px){
.asis .contacts h1{
  font-size: 2rem;
 }
}

@media(min-width: 451px){
.asis .contacts h1{
  font-size: 3rem;
 }
}

@media (max-width: 424px) {
  .asis .contacts .button {
    font-size: 2rem;
  }
}
.asis .contacts .link {
  font-size: 1.5rem;
  margin: 0;
  text-align: left;
  font-weight: 700;
  color: #392b78;
}
.asis .footer {
  background: #404040;
  color: #fff;
}

.asis .footer h1 {
  color: #fff;
}

@media(max-width: 450px){
.asis .footer h1 {
  font-size: 2rem;
 }
}

@media(min-width: 451px){
.asis .footer h1 {
  font-size: 2rem;
 }
}

.asis .footer p {
  font-size: 1rem;
}

@media(max-width: 450px){
.asis .footer p {
  font-size: 0.9rem;
 }
}

@media(max-width: 350px){
.asis .footer p {
  font-size: 0.8rem;
 }
}

.asis .footer .footer-us {
  text-align: center;
}
.asis .footer .contact-us {
  text-align: right;
}
.asis .footer .soc {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #404040;
  display: inline-block;
  font-weight: 700;
  height: 32px;
  line-height: 32px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: center;
  width: 32px;
}
.asis .contacts .button-frame {
  margin-bottom: 24px;
}
.asis .request-button > a:hover > div > p,
.asistopg .request-button > a:hover > div > p {
  cursor: pointer;
  background: rgba(53, 35, 106, 0.43);
}

/*Contact form*/
.asis .content .application-form {
  display: inline-block;
  width: 80%;
}
.asis .content h3 {
  font-family: BlenderProBold;
  color: #392b78;
  font-size: 2rem;
}
.asis .application-form .submit-area input {
  background: #392b78;
  font-family: BlenderProBold;
  font-size: 2rem;
}
.asis .application-form .field {
  margin-bottom: 15px;
}
.asis .application-form input[type=text],
.asis .application-form input[type=email] {
  height: 50px;
}
.asis .application-form .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.asis .back-to-homepage {
  background: #392b78;
  font-family: BlenderProBold;
}
.asis .back-to-homepage a {
  font-size: 2rem;
}
.asis .back-to-homepage .icon {
  padding-top: 14px;
}
.asis .back-to-homepage .icon svg {
  fill: #fff;
  width: 40px;
  height: 40px;
}
.asis .application-form .submit-area input:hover {
  background: rgba(53, 35, 106, 0.43);
}

/*Asisto Benefits*/
.asisto-benefits {
  color: #000000;
}
.asisto-benefits h1{
  color: #392b78;
  font-family: BlenderProBold;
  font-size: 3rem;
  text-transform: none;
}
.asisto-benefits .batch,
.asisto-benefits .gmp,
.asisto-benefits .visualization,
.asisto-benefits .validation,
.asisto-benefits .integration,
.asisto-benefits .trainings,
.asisto-benefits .trending {
  margin-top: 70px;
  margin-bottom: 70px;
}
.asisto-benefits .container {
}
.asisto-benefits .category-row {
  display: flex;
  text-align: center;
  align-items: center;
  flex-flow: row;
}
@media (max-width: 767px) {
  .asisto-benefits .category-row {
  	flex-flow: column;
  }
  .asisto-benefits .gmp .category-row,
  .asisto-benefits .validation .category-row {
    flex-flow: column-reverse;
  }
}
.asisto-benefits .category-icon {
  display: inline-flex;
  text-align: center;
  align-items: center;
  max-width: 400px;
}
.asisto-benefits .category-icon .figure {
  display: block;
}
.asisto-benefits .category-icon .figure svg {
  fill: #392b78;
}
.asisto-benefits .category-icon .item-context h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0;
  color: #392b78;
  max-width: 215px;
}
@media (max-width: 434px) {
  .asisto-benefits .category-icon .figure svg {
  width: 34px;
}
.asisto-benefits .category-icon .item-context h3 {
  font-size: 24px;
 }
}
.asisto-benefits .category-text p {
  font-size: 20px;
  text-align: justify;
  margin-bottom: 10px;
  margin-top: 10px;
}
.asisto-benefits .back-to-homepage {
  background: #392b78;
  font-family: BlenderProBold;
}
.asisto-benefits .back-to-homepage a {
  font-size: 2rem;
}
.asisto-benefits .back-to-homepage a .icon {
  padding-top: 14px;
}
.asisto-benefits .back-to-homepage a .icon svg {
  fill: #ffffff;
  width: 40px;
  height: 40px;
}

/*XBRL*/

.filtered-xbrl-background {
  background: url("images/xbrl3-blue.jpg") no-repeat top center;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.xbrl-header {
  text-align: center;
  padding-top: 22%;
  padding-bottom: 0px;
  margin-top: 100px;
}
.xbrl-header .content {
  max-width: 750px;
  display: inline-block;
}
.xbrl-header .content .title h1{
  color: #ffffff;
  text-transform: none;
  font-size: 4rem;
  margin: 0;
}
.xbrl-header .content .title h1::after {
  background: none;
}
.xbrl-header .content .as-logo a{
  width: 100%;
}
.xbrl-header .content .as-logo .navbar-brand {
  background-position-x: center;
}
.xbrl-information .content h1 {
  margin-top: 50px;
  margin-bottom: 0px;
}
.xbrl-information .content {
  margin-bottom: 48px;
}
.xbrl-information,
.xbrl-solution,
.xbrl-contact {
  width: 100%;
  display: inline-block;
  background-color: #ECEDED;
}
.xbrl-information .content,
.xbrl-solution .content,
.xbrl-contact .content {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.xbrl-information .content .block,
.xbrl-contact .content .block {
  display: inline-flex;
  margin: 50px;
}
.xbrl-information .content .block .icon,
.xbrl-contact .content .block .icon {
  margin-right: 50px;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 16px;
}
.xbrl-information .content .block .icon figure {
  background: #376aba;
  height: 140px;
  margin: 0 auto 0px;
  width: 140px;
}
.xbrl-information .content .block .icon figure svg {
  -moz-transform: scale(0.6) rotate(-10deg);
  -ms-transform: scale(0.6) rotate(-10deg);
  -webkit-transform: scale(0.6) rotate(-10deg);
  transform: scale(0.6) rotate(-10deg);
  fill: #fff;
}
.xbrl-information .content .block .as.icon figure svg {
  overflow: hidden;
  position: relative;
  left: -11px;
  bottom: 6px;
  transform: scale(1.02) rotate(-10deg) scaleY(1.17);
  fill: #ffffff;
}
.xbrl-information .content .block .as.icon figure svg path {
  fill: #ffffff;
}
.xbrl-information .content .block .xbrl.icon,
.xbrl-information .content .block .as.icon {
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
}
.xbrl-information .content .block .xbrl.icon .title,
.xbrl-information .content .block .as.icon .title {
  position: relative;
  left: 110px;
  top: -155px;
}
@media (min-width: 768px) {
  .xbrl-information .content .block .block-content,
  .xbrl-information .content .block .block-content {
    position: relative;
    top: 65px;
	width: 90%;
  }
}

@media (max-width: 400px) {
	.xbrl-information .content h1 {
		font-size: 2.3rem;
		letter-spacing: 1px;
		text-transform: none;
	}
}
.xbrl-information .content .block .title {
  margin-top: 30px;
}
.xbrl-information .content .block .title p {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .xbrl-information .content .block .xbrl.icon .title,
  .xbrl-information .content .block .as.icon .title {
    position: relative;
    left: 60%;
    top: -155px;
  }
}
@media (max-width: 767px) {
  .xbrl-information .content .block {
    display: inline-grid;
  }
}
.xbrl-information .content .block .title p b {
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fbc000;
  word-wrap: break-word;
}
.xbrl-information .content .block .block-content .text p {
  font-size: 1.4rem;
  text-align: justify;
}
.xbrl-information a {
  color: #376aba;
}
.xbrl-information a:active,
.xbrl-information a:hover {
  color: #23527c;
}
.xbrl-solution.why-argonsoft::after {
  top: 0;
}
.xbrl-solution .viewpoint {
  float: none;
  display: inline-table;
}
.xbrl-solution .content .viewpoint figure {
  background: none;
}
.xbrl-solution .viewpoint.middle {
    border-style: solid;
    border-top: 0;
    border-bottom: 0;
    border-width: 2px;
    padding-left: 18px;
    padding-right: 18px;
}
@media (max-width: 1199px) {
  .xbrl-solution .viewpoint.middle {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .xbrl-solution .viewpoint.middle {
    border-style: none;
  }
}
.xbrl-solution .content .title h1 {
  color: #FFC000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.xbrl-solution .content .title p b {
  padding-left: 9px;
  padding-right: 9px;
  background-color: #fbc000;
  color: #3c4761;
  font-size: 1.7rem;
}
.xbrl-solution .block-content {
  max-width: 900px;
}
.xbrl-solution .content-area {
  text-align: center;
}
@media (min-width: 992px) {
.xbrl-experience b {
    font-size: 4rem;
}
}
.kkta-contact h1,
.xbrl-contact h1 {
  font-size: 2.2rem;
}
.kkta-contact .application-form textarea,
.xbrl-contact .application-form textarea {
  height: 335px;
  resize: none;
}
.kkta-contact .application-form label,
.xbrl-contact .application-form label {
  text-align: center;
}
.kkta-contact .application-form .submit-area input,
.xbrl-contact .application-form .submit-area input {
  font-size: 2rem;
}
.kkta-contact .application-form .field,
.xbrl-contact .application-form .field {
  margin-bottom: 15px;
}
.kkta-contact .application-form input[type=text],
.kkta-contact .application-form input[type=email],
.xbrl-contact .application-form input[type=text],
.xbrl-contact .application-form input[type=email] {
  height: 50px;
}
.kkta-contact .application-form .container,
.xbrl-contact .application-form .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.kkta-contact .application-form .submit-area input:hover,
.xbrl-contact .application-form .submit-area input:hover {
  background: #376aba;
}
.kkta-contact .application-form .comment,
.xbrl-contact .application-form .comment {
  margin: 0;
  text-align: left;
}
.xbrlcikk {
  font-size: 1.52rem;
}

.filtered-KKTA-background {
  background: url("images/KKTAslider.final.jpg") no-repeat top center;
  background-size: 100%;
  text-align: center;
}

.text-kkta	{
 font-size: 20px;
}

.what-we-do-kkta {
  background:  #2e599e;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.what-we-do-kkta h1,
.what-we-do-kkta h3 {
  color: #fbc000;
  margin-top: 50px;
  font-weight: 600;
  text-transform: uppercase;
}

.title-kkta {
  padding-left: 9px;
  padding-right: 9px;
  word-wrap: break-word;
}

.why-argonsoft-kkta {
  position: relative;
  z-index: 1;
}
.why-argonsoft-kkta::after {
  background: #2e599e;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 103px;
  z-index: -1;
}
.why-argonsoft-kkta figure {
  display: inline-block;
  height: 70px;
  width: 70px;
}
.why-argonsoft-kkta figure .icon {
  color: #0e338f;
  font-size: 42px;
}
.why-argonsoft-kkta h1 {
  margin-bottom: 40px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .why-argonsoft-kkta h1 {
    margin-bottom: 30px;
  }
}
.why-argonsoft-kkta h1::after {
  background: #ffffff;
}
.why-argonsoft-kkta h3 {
  margin: 28px 0 24px;
}
.why-argonsoft-kkta p {
  font-size: 1.2rem;
}
.why-argonsoft-kkta .row {
  font-size: 0px;
  max-width: 1100px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
}
.why-argonsoft-kkta .block {
  display: inline-block;
  float: none;
  margin-bottom: 40px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .why-argonsoft-kkta .block {
    margin-bottom: 40px;
  }
}

.xbrl-p {
	font-size: 1.3rem;
	margin-right: 6px;
	margin-left: 6px;
}

@media (max-width: 400px) {
	.xbrl-information .content .xbrl-p {
		font-size: 1rem;
	}
}

.img-responsive2 {
	display: block;
	max-width: 370px;
	max-height: 370px;
	margin-left: 75px
}

.contain-img {
  position: relative;
  width: 350px;
  height: 350px;
  background: url(https://www.argonsoft.hu/wp-content/uploads/2020/11/kkta-negyzet-szurke-2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.img-text-block {
  font-size: 20px;
  width: 230px;
  color: #3c4761;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.kkta-solution {
  width: 100%;
  display: inline-block;
  background-color: #2e599e;
}

.kkta-solution .content {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.kkta-solution.why-argonsoft::after {
  top: 0;
}
.kkta-solution .viewpoint {
  float: none;
  display: inline-table;
}
.kkta-solution .content .viewpoint figure {
  background: none;
}
.kkta-solution .viewpoint.middle {
    border-style: solid;
    border-top: 0;
    border-bottom: 0;
    border-width: 2px;
    padding-left: 18px;
    padding-right: 18px;
}
@media (max-width: 1199px) {
  .kkta-solution .viewpoint.middle {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .kkta-solution .viewpoint.middle {
    border-style: none;
  }
}
.kkta-solution .content .title h1 {
  color: #FFC000;
  margin-top: 50px;
  margin-bottom: 50px;
}
.kkta-solution .content .title p b {
  padding-left: 9px;
  padding-right: 9px;
  background-color: #2e599e;
  color: #fbc000;
  font-size: 1.7rem;
}
.kkta-solution .block-content {
  max-width: 900px;
}
.kkta-solution .content-area {
  text-align: center;
}

@media (max-width: 1400px) {
  .img-text-block {
    font-size: 20px;
	width: 230px;
    color: #3c4761;
  }
}

@media (max-width: 550px) {
.img-responsive2 {
	display: block;
	max-width: 370px;
	max-height: 370px;
	margin-left: 0px;
    margin-bottom: -100px;
}
}

@media (max-width: 550px) {
  .img-text-block {
    font-size: 20px;
	width: 230px;
    color: #3c4761;
  }
}

.map {
  display: inline-block;
}

@media (min-width: 767px) {
 .map {
 	margin-left: 0px;
 }
}

@media (max-width: 740px) {
 .map {
 	margin-right: 20px;
 }
}

.map img {
	height: 100px;
}

.footer .container .local-contact {
  margin-top: 35px;
}


/*Resource Management*/
.resource-management-header-mobile-pic {
  width: 100%;
  height: 38.3vw;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.resource-management-header-pic {
  display: none;
}

@media (min-width: 768px) {
  .resource-management-header-mobile-pic {
  		display: none;
	}
	.resource-management-header-pic {
    display: inherit;
    width: 100%;
  	height: 400px;
  	background-repeat: no-repeat;
  	background-position: left center;
  	background-size: cover;
	}
}

.rm-main {
  padding-top:100px;
  background-color: #ECEDED;
}

.rm-introduction {
  background-color: #ECEDED;
}
.rm-help .viewpoint {
  display: inline-block;
  float: none;
}
.rm-help .viewpoint {
  display: inline-table;
  margin-bottom: 50px;
}
.rm-help .row {
  text-align: center;
}
.rm-help .row ul {
  text-align: left;
}

.rm-introduction .container p {
  font-size: 18px;
  margin-top: 10px;
}

.rm-competency .container p {
  font-size: 18px;
}

.rm-competency {
  background-color: #ECEDED;
}

.rm-competency h1 {
  margin-top: 40px;
  word-wrap: break-word;
}

.rm-help {
  background: rgba(9, 40, 140, 0.7) url("images/bg-header.jpg") fixed no-repeat top center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  height: 100%;
  background-color: rgba(9, 40, 140, 0.7);
}

.rm-help h1 {
  margin-top: 40px;
  word-wrap: break-word;
  color: #fbc000;
}

.rm-help h3 {
  color: #fbc000;
  padding-right: 50px;
}

.rm-help ul {
  font-size: 18px;
  word-wrap: break-word;
}

.rm-help li {
  font-size: 16px;
  color: #ffffff;
}

.rm-main h1::after {
  background: rgba(60, 71, 97, 0.1);
  content: '';
  display: block;
  height: 4px;
  margin: 20px auto 0;
  width: 87px;
}

.rm-competency h1::after {
  background: rgba(60, 71, 97, 0.1);
  content: '';
  display: block;
  height: 4px;
  margin: 20px auto 20px;
  width: 87px;
}

.rm-competency-after {
  height: 35px;
  background-color: #ECEDED;
}

.xbrl-contact .soc {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #404040;
  display: inline-block;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  color: #ffffff;
  font-size: 24px;
}

.bg-layer {
  background-color: rgba(9, 40, 140, 0.7);
  height: 100%;
}

@media (max-width: 550px) {
 .rm-main h1 {
   font-size: 20px;
 }
}

@media (max-width: 550px) {
 .rm-help .container h1 {
   font-size: 20px;
 }
}

@media (max-width: 550px) {
 .rm-help h3 {
   font-size: 20px;
   text-align: left;
   padding-left: 20px;
 }
}

@media (max-width: 550px) {
 .rm-help li {
   font-size: 14px;
 }
}

@media (max-width: 550px) {
 .rm-help .viewpoint {
   margin-bottom: 7px;
 }
}

@media (max-width: 550px) {
 .rm-introduction .container p {
   font-size: 14px;
 }
}

@media (max-width: 550px) {
 .dgn-header .dgn-title {
   height: 100px;
 }
}

@media (max-width: 550px) {
 .rm-competency h1 {
   font-size: 20px;
 }
}

@media (max-width: 550px) {
 .rm-competency .container p {
   font-size: 14px;
 }
}

.aloldal-sablon-background {
  background-size: 100%;
  padding-top: 50px;
  text-align: center;
}

.aloldal-sablon-header {
  text-align: center;
  padding-top: 22%;
  padding-bottom: 0px;
  margin-top: 100px;
}

.services {
  background: #ecebeb;
}

.services .title-arrow-background {
  background: #273a71;
  color: #ecebeb;
}

.services .job {
  margin-top: 18px;
  margin-bottom: 48px;
}

@media (min-width: 992px) {
  .services .row {
    margin-bottom: 48px;
  }
}

.products {
  background: #ecebeb;
}
.is-phone .products h1 {
  color: #fff;
  background: #376aba;
}
.products .title-arrow-background {
  background: #fff;
  color: #376aba;
}
.is-phone .products .container .row {
  padding-top: 25px;
}

.products .job {
  margin-top: 18px;
  margin-bottom: 48px;
}
.products .product-title {
  margin-bottom: 6px;
  min-height: unset;
}
.products .product-subtitle {
  text-transform: none;
  margin: 0;
  font-size: 1.2rem;
  min-height: 38px;
}

@media (min-width: 992px) {
  .products .row {
    margin-bottom: 48px;
  }
}

.products  .carousel-control .icon {
	position: unset;
}

.clients .title-arrow-background {
  background: #273a71;
  color: #ecebeb;
}
.clients-category {
  text-align: center;
  margin-bottom: 48px;
}
.clients-category img {
  width: 80%;
  max-width: 360px;
}
.clients-category h2 {
  font-weight: bold;
  color: #0d2c87;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .clients-category img {
    width: 100%;
  }
  .clients-category h2 {
    margin-bottom: 18px;
    min-height: 66px;
  }
}
.rm-freelancer-main {
  padding-top:100px;
  background-color: #ECEDED;
  padding-bottom: 48px;
}
.rm-freelancer-header-pic figure img {
  width: 100%;
}
.rm-freelancer-header {
  text-align: center;
  margin-bottom: 48px;
}
.rm-freelancer-header::after {
  clear: both;
}
.rm-freelancer-header h1{
  margin-top: 48px;
}
@media (max-width: 424px) {
  .rm-freelancer-header h1 {
  	font-size: 2rem;
  }
}
.rm-freelancer-header .rm-freelancer-title {
  height: 125px;
  text-align: center;
  margin: auto;
  word-break: break-word;
  display: inline-block;
  float: none;
}
@media (max-width: 550px) {
 .rm-freelancer .rm-freelancer-title {
   height: 100px;
 }
}

.rm-freelancer-jobs {
  text-align: center;
  padding-bottom: 48px;
  background: #ECEDED;
}
.rm-freelancer-jobs h1 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.rm-freelancer-jobs a {
  color: #fff;
  font-size: 1.71429rem;
  font-weight: 600;
}
.rm-freelancer-jobs .job {
  margin-bottom: 0px;
  margin-top: 30px;
}
.rm-freelancer-jobs .job.first {
  width: 100%;
}
.rm-freelancer-jobs .job:hover a {
  color: #3c4761;
}
.rm-freelancer-jobs img {
  max-width: 100%;
}
.rm-freelancer-jobs figure {
  display: block;
  margin: 0 auto 10px;
  width: 550px;
}
@media (max-width: 1199px) {
  .rm-freelancer-jobs figure {
    width: 100%;
  }
}
.rm-freelancer-job-header {
  margin-top: 103px;
  background: #fbc000;
}
.rm-freelancer-job-header::after {
  content: '';
  display: block;
  padding-bottom: 15px;
}
.rm-freelancer-job-header figure {
  margin: auto;
}
.rm-freelancer-job-header img {
  max-width: 100%;
}
.rm-freelancer-job-header .current-job {
  padding-top: 15px;
}
.rm-freelancer-job-header .previous-job,
.rm-freelancer-job-header .next-job {
  margin-top: 30%;
  padding-top: 15px;
}
.rm-freelancer-job-header .previous-job h3,
.rm-freelancer-job-header .next-job h3 {
  text-align: center;
}
.rm-freelancer-job-header .previous-job figure,
.rm-freelancer-job-header .next-job figure {
  background: #d3d3d3;
}
.rm-freelancer-job-header .previous-job img,
.rm-freelancer-job-header .next-job img {
  opacity: 0.6;
}
@media(max-width: 991px) {
  .rm-freelancer-job-header .previous-job h3,
  .rm-freelancer-job-header .next-job h3 {
    font-size: 20px;
  }
  .rm-freelancer-job-header .previous-job,
  .rm-freelancer-job-header .next-job {
    margin-top: 115%;
  }
}
.rm-freelancer-job-header .left,
.rm-freelancer-job-header .right {
  position: absolute;
  top: 55%;
  left: 50%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  opacity: .6;
  width: 60px;
  height: 60px;
}
.rm-freelancer-job-header .left span,
.rm-freelancer-job-header .right span {
  color: #000000;
  font-size: 3rem;
  position: absolute;
  font-weight: bold;
  background: #ffffff;
  border-radius: 90%;
  height: 60px;
  width: 60px;
  top: -50%;
  left: -50%;
}
@media(max-width: 991px) {
  .rm-freelancer-job-header .left,
  .rm-freelancer-job-header .right {
    top: 28%;
  }
}
@media(max-width: 767px) {
  .rm-freelancer-job-header .previous-job,
  .rm-freelancer-job-header .next-job {
    display: none;
  }
  .rm-freelancer-job-header .left,
  .rm-freelancer-job-header .right {
    display: none;
  }
}

/*mainpage mobile*/
.collapsed-header-title h1 {
  margin: 0;
  padding-bottom: 20px;
  padding-top: 40px;
}
.collapsed-header-title {
  padding: 0 !important;
  position: relative;
}

@media (max-width: 767px) {
  .case-studies figure {
    margin: 0 auto 18px;
  }
}

.header-title h1 {
  margin: 0;
  padding-bottom: 25px;
  padding-top: 96px;
}
.header-title {
  padding: 0 !important;
  position: relative;
}

/*KKTA update*/
.kkta_dashboard_image {
  padding-bottom: 56.1455%;
  background-image: url("images/kkta social_AS3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 48px;
  margin-top: 30px;
}

.more-information-button {
  text-align: center;
}

.more-information-button .button {
  background-color: #fbc000;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	text-transform: uppercase;
	font-size: 2rem;
}
@media (max-width: 434px) {
  .more-information-button .button {
    font-size: 1.3rem;
  }
}

.more-information-button .button:hover {
  background: #376aba;
}

.kkta-contact .content {
  background-color: #ECEDED;
}

.kkta_screens_image {
  padding-bottom: 26.5613%;
  background-image: url("images/kkta_screens.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 24px;
}
/*.kkta-sw .sw-text-block {
  margin-bottom: 96px;
}*/
.kkta-sw .sw-text {
  font-size: 20px;
  color: #273a71;
  padding-bottom: 16px;
}
.kkta-sw .sw3,
.kkta-sw .sw1 {
  background-color: #ECEDED;
}
.kkta-sw .sw2 {
  background-color: #FFFFFF;
}
.kkta_conception_image {
  padding-bottom: 28.8888%;
  background-image: url("images/kkta_conception.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 24px;
  margin-top: 16px;
}
.kkta-sw h1 {
  margin-bottom: 24px;
}
.kkta_left_image {
  width: 70%;
  margin-left: 0;
  margin-top: 0;
}
.kkta_right_image {
  width: 70%;
  margin-right: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .kkta_left_image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .kkta_right_image {
    width: 100%;
    margin-right: 0;
    margin-right: 0;
  }
}
.sw-text.row {
  margin: 0;
}
.kkta-solution .img-text-block {
	font-size: 20px;
	width: 238px;
    color: #3c4761;
}
@media (max-width: 1400px) {
  .kkta-solution .img-text-block {
    font-size: 20px;
	width: 238px;
    color: #3c4761;
  }
}
@media (max-width: 550px) {
  .kkta-solution .img-text-block {
    font-size: 20px;
	width: 238px;
    color: #3c4761;
  }
}
.kkta_sw_image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  margin-bottom: 16px;
}
.kkta_input_image {
  padding-bottom: 52.5974%;
  background-image: url("images/kkta_input.png");
}
.kkta_download_image {
  padding-bottom: 54.0462%;
  background-image: url("images/kkta_download.png");
}
.kkta_audit_image {
  padding-bottom: 54.1948%;
  background-image: url("images/kkta_audit.png");
}
.kkta_main_report_image {
  padding-bottom: 57.1327%;
  background-image: url("images/kkta_main_report.png");
}
.kkta_map_image {
  padding-bottom: 57.1630%;
  background-image: url("images/kkta_map.png");
}
.kkta_calculated_image {
  padding-bottom: 56.5945%;
  background-image: url("images/kkta_calculated.png");
}
.kkta_bubble_image {
  padding-bottom: 62.4048%;
  background-image: url("images/kkta_bubble.png");
}
.kkta_waterfall_image {
  padding-bottom: 63.242%;
  background-image: url("images/kkta_waterfall.png");
}
.kkta_table_image {
  padding-bottom: 43.8852%;
  background-image: url("images/kkta_table.png");
}

/*asisto update*/
.asisto-benefits .integration .benefits {
  color: #392b78;
  font-weight: bold;
}
.asisto-benefits .integration ul {
  padding-inline-start: 20px;
}
.asisto-benefits .integration li {
  font-weight: bold;
  color: #392b78;
  text-align: left;
  font-size: 20px;
}
.asisto-benefits .integration .category-text {
  margin-top: -20px;
}
.asisto-benefits .integration .category-row {
  align-items: start;
}

/* ESEF start */
.esef_image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
  margin-bottom: 16px;
}
.esef_xbrlcertified_image {
  padding-bottom: 33.75%;
  background-image: url("images/xbrlcertifiedsoftware.png");
}
.esef_screens_image {
  padding-bottom: 26.5613%;
  background-image: url("images/esef_screens.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.esef-label {
	margin-top: 30px;
	margin-bottom: 8px;
	margin-left: -10px;
}
.esef_label_start {
  padding-bottom: 3%;
  background-image: url("images/bileta_eleje.png");
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: top right;
  margin-bottom: 24px;
}
.esef_label_middle {
  color: #FFFFFF;
  font-size: 22px;
  padding-bottom: 3%;
  background-image: url("images/bileta_kozepe.png");
  background-repeat: repeat-x;
  margin-bottom: 24px;
}
.esef_label_end {
  padding-bottom: 3%;
  background-image: url("images/bileta_vege.png");
  background-repeat: no-repeat;;
  background-size: auto auto;
  margin-bottom: 24px;
}
.filtered-ESEF-background {
  background: url("images/esef_header.png") no-repeat top center;
  background-size: 100%;
  text-align: center;
}
.esef-header {
  text-align: center;
  padding-top: 20%;
  padding-bottom: 0px;
  margin-top: 100px;
}
.esef-img-text-block {
  font-size: 36px;
  width: 230px;
  color: #0078D7;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 150px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;	
  font-weight: 600;
  text-align: center;
}
.esef-contain-img {
  position: relative;
  width: 250px;
  height: 250px;
  background: url(https://www.argonsoft.hu/wp-content/uploads/2020/11/kkta-negyzet-szurke-2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
} 
.esef-contain-img-lg {
  position: relative; 
  background: url(images/kkta-negyzet-kek-2-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
} 
.esef-img-text-block-lg {
  color: #FFFFFF;
  font-size: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 150px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;	
  text-align: center;
}

@media (max-width: 796px) {
  .esef-contain-img-lg {
     width: 350px;
  	 height: 350px;
  }
 .esef-img-text-block-lg {
	 width: 250px;
  }
  .esef-first-square {
   	 padding-top: 130px;
  }
  .esef-second-square {
     padding-top: 150px;
  }
  .esef-third-square {
     padding-top: 180px;
  }
  .esef-fourth-square {
     padding-top: 160px;
  }
  .esef-report p, .esef-help p{
 	   font-size: 15px;
   }
}
@media (min-width: 797px) {
  .esef-contain-img-lg {
     width: 400px;
  	 height: 400px;
  }
 .esef-img-text-block-lg {
	 width: 280px;
  }
  .esef-first-square {
   	 padding-top: 150px;
  }
  .esef-second-square {
     padding-top: 170px;
  }
  .esef-third-square {
     padding-top: 200px;
  }
  .esef-fourth-square {
     padding-top: 180px;
  }
  .esef-report p, .esef-help p{
 	   font-size: 16px;
   }
}
@media (min-width: 1200px) {
 .esef-contain-img-lg {
     width: 450px;
     height: 450px;
  }
  .esef-img-text-block-lg {
	  width: 300px;
  }	
  .esef-first-square {
  	  padding-top: 170px;
  }
  .esef-second-square {
      padding-top: 180px;
   }
   .esef-third-square {
      padding-top: 220px;
   }
   .esef-fourth-square {
      padding-top: 200px;
   }
   .esef-report p, .esef-help p{
 	  font-size: 18px;
   }
}

.esef-text	{
 font-size: 20px;
 text-align: justify;
}
.esef-title {
  padding-left: 9px;
  padding-right: 9px;
  word-wrap: break-word;
}
.esef-intro {
	background-color: #FFC000;
	color: #0078D7;
	text-align: center;
}
.esef-intro::after,
.esef-report::after,
.esef-help::after{
	background: none;
}
.esef-intro h1,
.esef-intro h2 {
  color: #0078D7;
}
.esef-report {
  background-color: #E6E7E8;
  background-size: cover;
  color: #595959;
  text-align: left;
}
.esef-report h1,
.esef-report h2,
.esef-help h1,
.esef-help h2{
  color: #0078D7;
  text-align: left;
}
.esef-report h2 {
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 24px;
  margin-top: 0px;
}
.esef-report  b{
	color: #0078D7;
}
.esef-img-text-block-lg p b {
	color: #FFFFFF;
}
.esef-help {
  background-color: #FFFFFF;
  background-size: cover;
  color: #595959;
  text-align: left;
}

.esef-information {
  width: 100%;
  display: inline-block;  
  background-size: cover;  
  position: relative;
  z-index: 1;
}
.esef-intro p {
  font-size: 22px;
}
.esef-information .content {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.esef-information::after {
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 103px;
  z-index: -1;
}
.esef-information h1 {
  margin-top: 20px;  
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;	
  font-weight: 520;
  text-transform: none;
}

.esef-information h1::after {
  background: none;
}
.esef-information .block-content {
  max-width: 900px;
}
.esef-information figure {
  display: inline-block;
  height: 70px;
  width: 70px;
}
.esef-information figure .icon {
  color: #0e338f;
  font-size: 42px;
}
@media (min-width: 768px) {
  .esef-intro h1 {
    margin-bottom: 30px;
  }
}
.esef-information .row {
  font-size: 0px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
.esef-intro .block,
.esef-report .block{
  display: inline-block;
  float: none;
  margin-bottom: 40px;
  vertical-align: top;
}
.esef-help .block{
  display: inline;
  float: none;
  margin-bottom: 40px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .esef-information .block {
    margin-bottom: 40px;
  }
}
.esef-help::after {
	margin-bottom: 24px;
}
.esef-report .row {
	text-align: center;
}
.esef-contact h1 {
  font-size: 40px;
  font-weight: bold;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;	
  text-transform: none;
  color: #0078D7;
  margin: 0px;
}
.esef-contact h1::after {
  background: none;
}
.esef-contact h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;	
  text-transform: none;
  color: #0078D7;
  text-align: center;
}
.esef-contact .application-form textarea {
  height: 335px;
  resize: none;
}
.esef-contact .application-form label {
  text-align: center;
}
.esef-contact .application-form .submit-area input {
  font-size: 2rem;
}
.esef-contact .application-form .field {
  margin-bottom: 15px;
}
.esef-contact .application-form input[type=text],
.esef-contact .application-form input[type=email] {
  height: 50px;
}
.esef-contact .application-form .container{
  padding-top: 30px;
  padding-bottom: 30px;
}
.esef-contact .application-form .submit-area input:hover {
  background: #376aba;
}
.esef-contact .application-form .comment {
  margin: 0;
  text-align: left;
}
.esef-contact .content {
  background-color: #ECEDED;
}
/* ESEF end */

/* SAMD start */
.samd-content h1 {
color:#2a6bb5;
padding-top:30px;
}

@media (max-width: 767px){
.samd-content h1{
padding-top: 90px;
}
}
.samd-content h2 {
  text-align: center;
  margin-bottom: 20px;
}
.samd-content h3 {
  color: #0078D7;
  color:#2a6bb5;
    font-weight: bold;
}
.samd-content h4 {
font-weight: bold;
}
.samd-information {
  width: 100%;
  display: inline-block;  
  background-size: cover;  
  position: relative;
  z-index: 1;
}
.samd-information .content {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.samd-text	{
 	font-size: 20px;
 	text-align: justify;
    color:#243970;
}

.samd-information ul {
	list-style-type: square;
}
.samd-information ul li::marker {
	font-size: 15px;
}

.samd-information h1::after {
  background: none;
}

.samd-regulation-chip {
	background:#d9e5f0;
	text-align:center;
	border-radius: 6px;
	width: fit-content;
    margin-right: 5px;
    padding-left: 10px;
	padding-right: 10px;
	font-weight: 600;
}

.samd-regulation-chip-row{
        margin-bottom: 10px;
        justify-content: center;
        display:flex;
    }
    
 @media (max-width: 767px){
.samd-regulation-chip-row{
	font-size:15px;
    }
  }
.samd-regulatory-section{
    display: flex;
    flex-direction: column;
	align-items: center;
}

.list-item-primary {
    border-left: solid;
    border-left-color: #93a5d3;
    border-left-width: thick;
    padding-left:6px;
      display: inline-block;
  float: none;
  margin-bottom: 40px;
  vertical-align: top;
  margin-right:auto;
  margin-left:auto;
}

.samd-list-row{
  max-width: 1100px;
  margin-bottom: 22px;
}

  @media (min-width: 768px){
.samd-list-row{
display:flex;
}
}
  @media (max-width: 767px){
.samd-list-row{
display:block;
}
}

.samd-content .list-item-primary  h3 {
margin-top:0px;
}

.samd_image {
	margin-top: 25px;
    margin-bottom: 25px;
  padding-bottom: 50%;
  background-image: url("images/samd.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
.samd-regulatory-section-title{
	font-weight: 600;
    margin-bottom: 8px;
}
.samd-list-section::after {
background: rgba(60, 71, 97, 0.1);
    content: '';
    display: block;
    height: 4px;
    margin: 20px auto 30px;
    width: auto;
}
.samd-regulation-chips{
max-width: 400px;
}
/* SAMD end */