html,
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-family: 'Arimo', sans-serif;
}
h1,
.h1,
h2,
.h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 42px;
  color: #3DBC9F;
  letter-spacing: 0;
  line-height: 48px;
}
.kanit {
  font-family: 'Kanit', sans-serif;
}
.btn-info a {
  color: white;
}
.bdr {
  border-right: 1px solid #31425F;
}
h3 {
  font-family: 'Arimo', sans-serif;
  font-size: 20px;
  color: white;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 15px;
}
h4 {
  font-family: 'Arimo', sans-serif;
  font-size: 16px;
  color: #0D2143;
  letter-spacing: 0;
  margin: 36px 0;
  font-weight: 600;
}
h5 {
  font-family: 'Arimo', sans-serif;
  font-size: 18px;
  color: #0D2143;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-weight: 400;
}
hr {
  margin: 30px 0;
}
a {
  color: #3DBC9F;
}
a svg {
  opacity: .7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover svg {
  opacity: 1;
}
iframe {
  width: 100%;
}
.upheader span:not(:last-of-type) {
  margin-right: 35px;
}
.pointer {
  cursor: pointer;
}
.sticky-opacity {
  opacity: 0.85;
}
.sticky-menu {
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sticky-menu:hover {
  opacity: 1!important;
}
.sticky-menu-spacer {
  margin-bottom: 100px;
}
.sticky-menu-spacer-lower {
  margin-bottom: 94px;
}
.fullscreen-window {
  width: 100vw;
  height: 100vh;
  padding: 80px 160px;
  padding-top: 50px;
}
.fullscreen-overlay {
  width: 100vw;
  height: 100vh;
}
.content-overlay {
  padding: 80px 160px;
  padding-bottom: 0;
}
.bg-white-overlay {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-white {
  background-color: white;
}
.bg-blue {
  background-color: #0D2143;
}
.float-right {
  float: right;
}
.clear-both {
  clear: both;
}
.w-100 {
  width: 100%;
}
.transition-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.transition-overlay > .content-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fadeOn {
  -webkit-transform: translateX(0) !important;
      -ms-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
/********************/
/*                  */
/*      Buttons     */
/*                  */
/********************/
.btn-menu {
  height: 48px;
  width: 48px;
  border-radius: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.btn-menu-light-ondark {
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-menu-light-ondark:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn-menu-light-onlight {
  background-color: #E8EAED;
}
.btn-menu-light-onlight:hover {
  background-color: #d2d4d7;
}
/********************/
/*                  */
/*      Inputs      */
/*                  */
/********************/
.form-control  {
 text-indent: 2px !important; 
}  

input {
  width: 100%;
  height: 60px;
  background-color: transparent;
  text-indent: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
#support button,
.container button {
  -webkit-appearance: none;
  width: 100%;
  height: 60px;
  background-color: #3DBC9F;
  float: right;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
/*  border-radius: 30px 0 30px 0;        */
}
#support button:hover,
.container button:hover {
  background-color: #3cad90;
}
.h2,
.container .h2,
h2,
.container h2 {
  margin-bottom: 50px;
}
textarea {
  width: 100%;
  height: 200px;
  background-color: transparent;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
}
main .header {
  height: 61px;
  position: relative;
}
main .header.header-padding {
  padding: 50px 0;
  height: auto;
}
main .content {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100% - 111px);
  height: calc(100% - 111px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
main .footer {
  height: 50px;
}
main .mainnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .mainnav ul {
  list-style: none;
  padding: 0;
}
main .mainnav ul > div {
  display: inline-block;
}
main .mainnav ul > div > a {
  display: inline-block;
}
main .mainnav ul > div > a:hover li {
  color: #727E92;
  background-color: #243655;
}
main .mainnav ul > div > a li {
  display: inline-block;
  font-size: 22px;
  font-weight: 200;
  color: white;
  padding: 15px 25px;
}
main .mainnav ul > div > div {
  display: none;
  position: absolute;
  top: 61px;
  background-color: #243655;
  padding: 30px 40px;
  z-index: 999;
}
main .mainnav ul > div > div > div > div {
  padding: 0 30px;
}
main .mainnav ul > div > div > div > div:not(:last-of-type) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
main .mainnav ul > div > div > div > div.col-12 {
  padding-left: 0px;
  padding-right: 56px;
}
main .mainnav ul > div > div > div > div.col-12 ul li {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 15px;
}
main .mainnav ul > div > div p {
  color: #727E92;
  margin: 0 0 10px 0;
  font-size: 14px;
}
main .mainnav ul > div > div ul {
  padding-left: 10px;
  padding-right: 30px;
}
main .mainnav ul > div > div ul a {
  text-decoration: none;
  color: white;
}
main .mainnav ul > div > div ul a:hover {
  color: #727E92;
}
main .mainnav ul > div > div ul li {
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
}
.products-dropdown {
  width: 100%;
}
.products-dropdown-btn:hover > a li {
  color: #727E92;
  background-color: #243655;
}
.products-dropdown-btn:hover .products-dropdown {
  display: block;
}
.company-dropdown {
  min-width: 270px;
}
.company-dropdown-btn:hover > a li {
  color: #727E92;
  background-color: #243655;
}
.company-dropdown-btn:hover .company-dropdown {
  display: block;
}
.btn-text {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.btn-text:before {
  content: "";
  display: block;
  position: relative;
  top: 57px;
  width: 100%;
  background-color: #3DBC9F;
  height: 2px;
}
.btn-text:after {
  content: "";
  display: block;
  position: relative;
  top: -8px;
  width: 100%;
  background-color: white;
  height: 2px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-text:hover:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.btn-prozeta {
  display: inline-block;
  background: none;
  padding: 14px 52px;
  border: 2px solid #3DBC9F;
  border-radius: 28px 0px 28px 0px;
  cursor: pointer;
}
.btn-prozeta:hover {
  background-color: #3DBC9F;
}
.btn-prozeta:hover span {
  color: white;
}
/*      Skew formating      */
.skew-right {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.skew-left {
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
}
.no-decor {
  text-decoration: none;
}
.no-decor:hover {
  text-decoration: none;
}
.prozeta-list,
.container ul {
  list-style-image: url('images/list-image.png');
  margin-top: 25px;
  margin-bottom: 25px;
}
.prozeta-list li,
.container ul li {
  padding-left: .5rem;
  text-align: left;
  margin-top: 10px;
  color: #727E92;
}
.rounded-bottom-right-100 {
  border-bottom-right-radius: 100px;
}
.opacity-0 {
  opacity: 0;
}
/********************/
/*                  */
/*   Transitions    */
/*                  */
/********************/
.transition-standard {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#support {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #0D2143;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#support > div {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 75px 100px;
}
#support > div p {
  margin: 0;
}
#support > div a {
  text-decoration: none;
}
#support > div a :hover {
  color: #3cad90;
}
#support #google-map {
  margin: 0;
  padding: 0;
}
.grecaptcha-badge {
  display: none;
}
.references > div {
  width: -webkit-calc(100%);
  width: calc(100%);
  height: -webkit-calc(100% - 75px);
  height: calc(100% - 75px);
  padding-bottom: 75px;
}
.references > div p {
  margin: 0;
}
.references > div a {
  text-decoration: none;
}
.references > div a :hover {
  color: #3cad90;
}
.references .reference-image {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.references .reference-image img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.references .reference-image:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
#responsive-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(13, 33, 67, 0.95);
  opacity: 0;
  visibility: hidden;
  z-index: 9990;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#responsive-menu > div {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 30px 20px;
}
#responsive-menu > div ul {
  margin-top: 20px;
}
#responsive-menu > div ul a {
  text-decoration: none;
}
#responsive-menu > div ul a li {
  display: block;
  padding: 15px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}
#responsive-menu > div ul a li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#responsive-menu > div ul > ul {
  margin-top: 0;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  max-height: 800px;
  overflow: hidden;
}
#responsive-menu > div ul > ul p {
  margin-top: 15px;
  margin-bottom: 5px;
}
#responsive-menu > div ul > ul p:first-of-type {
  margin-top: 0px;
}
#responsive-menu > div ul > ul li {
  padding: 8px;
  font-size: 14px;
}
#responsive-menu > div ul > ul#responsive-company {
  max-height: 300px;
}
.visible {
  visibility: visible!important;
  opacity: 1!important;
}
.scroll-from-top {
  max-height: 0!important;
}
/********************/
/*                  */
/*  Text formating  */
/*                  */
/********************/
/*     Font     */
.font-kanit {
  font-family: 'Kanit', sans-serif;
}
.font-Arimo,
p {
  font-family: 'Arimo', sans-serif;
}
/*     Sizes    */
.tx-size-72 {
  font-size: 72px;
}
.tx-size-48 {
  font-size: 48px;
}
.tx-size-42 {
  font-size: 42px;
}
.tx-size-32,
.h2,
.container .h2,
h2,
.container h2 {
  font-size: 32px;
}
.tx-size-26 {
  font-size: 26px;
}
.tx-size-22 {
  font-size: 22px;
}
.tx-size-18 {
  font-size: 18px;
}
.tx-size-16,
p {
  font-size: 16px;
}
.tx-size-14 {
  font-size: 14px!important;
}
.tx-size-12 {
  font-size: 12px!important;
}
.tx-100 {
  font-weight: 100;
}
.tx-200,
.h2,
.container .h2,
h2,
.container h2,
h3 {
  font-weight: 200;
}
.tx-600 {
  font-weight: 600;
}
.tx-700 {
  font-weight: 700;
}
.tx-800 {
  font-weight: 800;
}
/*     Color    */
.tx-white {
  color: white;
}
.tx-green,
.h2,
.container .h2,
h2,
.container h2,
h3 {
  color: #3DBC9F;
}
.tx-hover-green:hover {
  cursor: pointer;
  color: #3DBC9F;
}
.tx-hover-dark-green:hover {
  cursor: pointer;
  color: #3aa88c;
}
.tx-grey,
p {
  color: #727E92;
}
.tx-dark-blue {
  color: #0D2143;
}
.tx-hover-dark-blue:hover {
  cursor: pointer;
  color: #0D2143;
}
/*     Other    */
.tx-center {
  text-align: center;
}
.line-height-2 {
  line-height: 2em;
}
.border-prozeta-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-prozeta-dark {
  border-color: #F2F2F2!important;
}
.position-correction {
  right: 43px;
}
.side-content {
  width: 830px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 830px) {
  .side-content {
    width: 670px;
    padding: 80px;
  }
}
@media only screen and (max-width: 670px) {
  .side-content {
    width: 590px;
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 590px) {
  .side-content {
    width: 100vw;
    padding: 40px 20px;
  }
.careers h2 {
font-size: 24px;
}
}
@media only screen and (max-width: 1280px) {
  .fullscreen-window {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .fullscreen-window {
    padding: 30px 20px;
  }
  .tx-size-72 {
    font-size: 38px;
  }
}
@media (min-width: 768px) {
  .parallax-wrapper {
    height: 370px;
  }

}
@media (min-width: 992px) {
  .parallax-wrapper {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .parallax-wrapper {
    height: 270px;
  }
.careers h2 {
font-size: 21px;
margin-bottom: 15px;
}
}

@media only screen and (max-width: 768px) {
.sticky-menu-spacer {
    margin-bottom: 70px;
}
}
@media only screen and (max-width: 640px) {
  #support > div {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 30px 20px;
  }
.vsel-content{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.position-relative{
  overflow-x: auto;
}
}
.tx-light-grey {
  color: #B3BDCD;
}
.skew-border {
  border-radius: 28px 0px 28px 0px;
}
.skew-img-border {
  border-radius: 100px 0px 100px 0px;
}
.h-350 {
  height: 350px;
}
.overflow-hidden {
  overflow: hidden;
}
.fixed-width-210 {
  width: 210px;
}
.fixed-height-340 {
  height: 340px;
}
.blog-img-outer-wrapper {
  position: relative;
  top: -175px;
}
.blog-img-inner-wrapper {
  width: 110%;
  position: absolute;
}
.blog-img-inner-wrapper img {
  object-fit: cover;
  height: 350px;
  width: 100%;
}
.blog-content ul {
  list-style-image: url('images/list-image.png');
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-content ul li {
  padding-left: .5rem;
  text-align: left;
  margin-top: 10px;
  color: #727E92;
}
.blog-content img {
  margin-bottom: 30px;
}
.blog-content .rl-gallery .rl-gallery-link img {
  margin-bottom: 0;
}
.blog-outer-content a {
  text-decoration: none;
  color: #3DBC9F;
}
.blog-outer-content a:hover {
  color: #3a9d80;
}
.btn-social {
  display: inline-block;
  background: #3A579A;
  width: 100%;
  padding: 10px;
  color: white;
  border-radius: 28px 0px 28px 0px;
  cursor: pointer;
}
.btn-social:hover {
  background-color: #354583;
}
.btn-social-facebook {
  background: #3A579A;
  color: white;
}
.btn-social-facebook:hover {
  background-color: #354583;
}
.btn-social-twitter {
  background: #03ABF0;
  color: white;
}
.btn-social-twitter:hover {
  background-color: #0398da;
}
.btn-social-google {
  background: #DF4932;
  color: white;
}
.btn-social-google:hover {
  background-color: #bd4432;
}
.border-blog-bottom {
  border-bottom: 1px solid #F2F2F2!important;
}
.border-blog-top {
  border-top: 1px solid #F2F2F2!important;
}
.news-active {
  color: #3DBC9F;
}
.news-post:last-of-type {
  border: none!important;
}
#press-releases-posts {
  visibility: collapse;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#news-posts {
  visibility: collapse;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#blog-posts {
  visibility: collapse;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.not-ready {
  text-decoration: line-through;
  color: #727E92;
  cursor: default;
}
.not-ready:hover {
  text-decoration: line-through;
  color: #727E92;
}
.visible-news {
  visibility: visible!important;
  opacity: 1!important;
}
.max-height-0 {
  max-height: 0;
}
.max-height-100 {
  max-height: 100px;
}
.max-height-1000 {
  max-height: 1000px;
}
.block-editor__container .wp-block {
  max-width: 100%;
}
.full-width {
  width: 100vw;
  box-sizing: border-box;
  left: -webkit-calc(50% - 50vw);
  left: calc(50% - 50vw);
  position: relative;
}
.container .mb0,
.mb0 {
  margin-bottom: 0;
}
.has-primary-background-color {
  background-color: #3DBC9F;
}
.has-primary-color {
  color: #3DBC9F;
}
.has-secondary-background-color {
  background-color: #243655;
}
.has-secondary-color {
  color: #243655;
}
.has-dark-background-color {
  background-color: #0D2143;
}
.has-dark-color {
  color: #0D2143;
}

.btn-primary {
    color: #fff;
    background-color: #3DBC9F !important;
    border-color: #3DBC9F !important;
}

.btn-info:hover {
    color: #fff;
    background-color: #3DBC9F !important;
    border-color: #3DBC9F !important;
}

.form-control {
    max-width:60%;
}

.the-count {
    display: none;
    float: right;
}

.vsel-meta-link {    
    padding-top: 20px  !important;
}

.vsel-meta-time{
text-transform:uppercase;
font-weight:900;
}

.vsel-meta-time span{
font-weight: 300;
}

.vsel-meta-date{
text-transform: uppercase;
font-weight:900;
}
.vsel-meta-date span{
text-transform: capitalize;
font-weight:300;
}

.vsel-meta-location{
text-transform: uppercase;
font-weight:900;
}
.vsel-meta-location span{
text-transform: capitalize;
font-weight:300;
}

.vsel-image-info {
    width: 70% !important;
    float: right;
}

.vsel-meta {
    width: 26% !important;
    float: left;
}

#animated-notebook {
  background-image: url("https://prozeta.eu/wp-content/themes/prozeta/animated-svg/notebook.gif");
  width: 140px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#homeoffice {
  background-image: url("https://prozeta.eu/wp-content/themes/prozeta/animated-svg/homeoffice2b.gif");
  width: 72px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#training-courses {
  background-image: url("https://prozeta.eu/wp-content/themes/prozeta/animated-svg/training-courses4c.gif");  
  width: 70px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#animated-mobile {
  background-image: url("https://prozeta.eu/wp-content/themes/prozeta/animated-svg/paidmobile1c.gif");  
  width: 82px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.aol-single progress {
    display: none;
}
.careers h2 {
color: #000000; 
}

.panel-heading {
font-size: 18px;
}

table img{
margin-bottom: 0px !important;
}

/*# sourceMappingURL=style.css.map */
