/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2018, 3:49:44 PM
    Author     : Jan Vidic the GOD
*/
*:focus {
  outline: none !important; }

a {
  text-decoration: none !important; }

/*
display: flex;
flex-flow: row wrap;
*/
.rowFlex {
  display: flex;
  flex-flow: row wrap; }

.colFlex {
  flex: 1 auto; }

.noPadding {
  padding-left: 0px;
  padding-right: 0px; }

.noPaddingAlways {
  padding-left: 0px;
  padding-right: 0px; }

.noPaddingLeft {
  padding-left: 0px; }

.noPaddingRight {
  padding-right: 0px; }

.noPaddingLeftAlways {
  padding-left: 0px; }

.noPaddingRightAlways {
  padding-right: 0px; }

.halfPaddingRight {
  padding-right: 7.5px; }

.halfPaddingLeft {
  padding-left: 7.5px; }

@media (min-width: 968px) {
  .hideOnDesktop {
    display: none; } }
@media (max-width: 968px) {
  .hideOnMobile {
    display: none !important; }

  .noPadding {
    padding-left: 15px;
    padding-right: 15px; }

  .noPaddingLeft {
    padding-left: 15px; }

  .noPaddingRight {
    padding-right: 15px; }

  .noPaddingAlways {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .noPaddingLeftAlways {
    padding-left: 0px; }

  .noPaddingRightAlways {
    padding-right: 0px; }

  .noPaddingMobile {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  .noPaddingMobileLeft {
    padding-left: 0px !important; }

  .noPaddingMobileRight {
    padding-right: 0px; }

  .rowFlex {
    display: inline; }

  .colFlex {
    flex: 0; }

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

  .mobilePadding {
    padding-left: 15px !important;
    padding-right: 15px !important; }

  .mobileMTOP {
    margin-top: 20px; } }
/* FONT-FAMILY */
/* FONT-WEIGHT */
/* COLORS */
/* MISC */
/* RESPONSIVE SIZES */
.headerButton {
  min-height: 41px;
  border-radius: 1px;
  background-color: #533747;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  border: 0;
  transition: background-color .5s; }
  .headerButton:hover {
    background-color: #724b61; }

.blueButton {
  height: 41px;
  border-radius: 1px;
  background-color: #4c577b;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  border: 0;
  transition: background-color .5s; }
  .blueButton:hover {
    background-color: #5f6d9b; }

.whiteButton {
  height: 41px;
  border-radius: 1px;
  background-color: #ffffff;
  border: solid 1px #4c577b;
  padding-left: 30px;
  padding-right: 30px;
  font-family: "Exo 2", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-align: center;
  color: #313242;
  transition: background-color .5s, color .5s; }
  .whiteButton:hover {
    background-color: #313242;
    color: #ffffff; }

.pRight2p5 {
  padding-right: 2.5px; }

.pRight10 {
  padding-right: 10px; }

.pRight20 {
  padding-right: 20px; }

.pRight30 {
  padding-right: 30px; }

.pRight40 {
  padding-right: 40px; }

.pLeft2p5 {
  padding-left: 2.5px; }

.pLeft10 {
  padding-left: 10px; }

.pLeft15 {
  padding-left: 15px !important; }

.pLeft20 {
  padding-left: 20px; }

.pLeft30 {
  padding-left: 30px; }

.pLeft40 {
  padding-left: 40px; }

.pTop0 {
  padding-top: 0px; }

.pTop5 {
  padding-top: 5px; }

.pTop6 {
  padding-top: 6px; }

.pTop7 {
  padding-top: 7px; }

.pTop10 {
  padding-top: 10px; }

.pTop10i {
  padding-top: 10px !important; }

.pTop15 {
  padding-top: 15px; }

.pTop15i {
  padding-top: 15px !important; }

.pTop20 {
  padding-top: 20px; }

.pTop20i {
  padding-top: 20px !important; }

.pTop30 {
  padding-top: 30px; }

.pTop40 {
  padding-top: 40px; }

.pTop45 {
  padding-top: 45px; }

.pTop50 {
  padding-top: 50px; }

.pTop40i {
  padding-top: 30px !important; }

.pBottom5 {
  padding-bottom: 5px; }

.pBottom10 {
  padding-bottom: 10px; }

.pBottom10i {
  padding-bottom: 10px !important; }

.pBottom15 {
  padding-bottom: 15px; }

.pBottom15i {
  padding-bottom: 15px !important; }

.pBottom20 {
  padding-bottom: 20px; }

.pBottom30 {
  padding-bottom: 30px; }

.pBottom25i {
  padding-bottom: 25px !important; }

.pBottom40 {
  padding-bottom: 40px; }

.pBottom40i {
  padding-bottom: 40px !important; }

.pBottom70 {
  padding-bottom: 70px; }

.mTop7 {
  margin-top: 7px; }

.mTop10 {
  margin-top: 10px; }

.mTop15 {
  margin-top: 15px; }

.mTop18 {
  margin-top: 18px; }

.mTop20 {
  margin-top: 20px; }

.mTop30 {
  margin-top: 30px; }

.mTopMinus60 {
  margin-top: -60px; }

@media (max-width: 968px) {
  .mobileTop15 {
    margin-top: 15px; }

  .mobileBottom15 {
    margin-bottom: 15px; }

  .mobileBottom30 {
    margin-bottom: 30px; }

  .pTop0Mobile {
    padding-top: 0px; } }
.mLeft40 {
  margin-left: 40px; }

.mRight15 {
  margin-right: 15px; }

.mRight40 {
  margin-right: 40px; }

.posRel {
  position: relative; }

.posAbs {
  position: absolute; }

.aRight {
  text-align: right; }

.aLeft {
  text-align: left; }

.aCenter {
  text-align: center; }

.minHeight60 {
  min-height: 60px; }

@media (max-width: 968px) {
  .minHeight90 {
    min-height: 90px; } }
.bottom15 {
  bottom: 15px !important; }

.bottom24 {
  bottom: 24px !important; }

.parsley-error {
  border: 1px solid red !important; }

ul.parsley-errors-list {
  list-style-type: none;
  color: red;
  padding: 0px;
  margin: 0px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 27, 2018, 2:30:44 PM
    Author     : Jan Vidic the GOD
*/
.pure-checkbox *,
.pure-radiobutton * {
  box-sizing: border-box; }
.pure-checkbox *:before,
.pure-checkbox *:after,
.pure-radiobutton *:before,
.pure-radiobutton *:after {
  box-sizing: border-box; }
.pure-checkbox input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="checkbox"],
.pure-radiobutton input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .pure-checkbox input[type="checkbox"]:focus + label:before, .pure-checkbox input[type="checkbox"]:hover + label:before,
  .pure-checkbox input[type="radio"]:focus + label:before,
  .pure-checkbox input[type="radio"]:hover + label:before,
  .pure-radiobutton input[type="checkbox"]:focus + label:before,
  .pure-radiobutton input[type="checkbox"]:hover + label:before,
  .pure-radiobutton input[type="radio"]:focus + label:before,
  .pure-radiobutton input[type="radio"]:hover + label:before {
    border-color: #533747;
    background-color: #f2f2f2; }
  .pure-checkbox input[type="checkbox"]:active + label:before,
  .pure-checkbox input[type="radio"]:active + label:before,
  .pure-radiobutton input[type="checkbox"]:active + label:before,
  .pure-radiobutton input[type="radio"]:active + label:before {
    transition-duration: 0s; }
  .pure-checkbox input[type="checkbox"] + label,
  .pure-checkbox input[type="radio"] + label,
  .pure-radiobutton input[type="checkbox"] + label,
  .pure-radiobutton input[type="radio"] + label {
    position: relative;
    padding: 5px 5px 5px 2em;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #4c577b; }
    .pure-checkbox input[type="checkbox"] + label:before,
    .pure-checkbox input[type="radio"] + label:before,
    .pure-radiobutton input[type="checkbox"] + label:before,
    .pure-radiobutton input[type="radio"] + label:before {
      box-sizing: content-box;
      content: '';
      color: #533747;
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      margin-top: -9px;
      border: 2px solid #533747;
      text-align: center;
      transition: all 0.4s ease; }
    .pure-checkbox input[type="checkbox"] + label:after,
    .pure-checkbox input[type="radio"] + label:after,
    .pure-radiobutton input[type="checkbox"] + label:after,
    .pure-radiobutton input[type="radio"] + label:after {
      box-sizing: content-box;
      content: '';
      background-color: #533747;
      position: absolute;
      top: 50%;
      left: 4px;
      width: 10px;
      height: 10px;
      margin-top: -5px;
      transform: scale(0);
      transform-origin: 50%;
      transition: transform 200ms ease-out; }
  .pure-checkbox input[type="checkbox"]:disabled + label:before,
  .pure-checkbox input[type="radio"]:disabled + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled + label:before,
  .pure-radiobutton input[type="radio"]:disabled + label:before {
    border-color: #cccccc; }
  .pure-checkbox input[type="checkbox"]:disabled:focus + label:before, .pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
  .pure-checkbox input[type="radio"]:disabled:focus + label:before,
  .pure-checkbox input[type="radio"]:disabled:hover + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
  .pure-radiobutton input[type="radio"]:disabled:focus + label:before,
  .pure-radiobutton input[type="radio"]:disabled:hover + label:before {
    background-color: inherit; }
  .pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
  .pure-checkbox input[type="radio"]:disabled:checked + label:before,
  .pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
  .pure-radiobutton input[type="radio"]:disabled:checked + label:before {
    background-color: #cccccc; }
.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0); }
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out; }
.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white; }
.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1); }
.pure-checkbox input[type="radio"] + label:before, .pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:after {
  border-radius: 50%; }
.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #533747; }
.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1); }
.pure-checkbox.pure-checkbox-inline, .pure-checkbox.pure-radiobutton-inline,
.pure-radiobutton.pure-checkbox-inline,
.pure-radiobutton.pure-radiobutton-inline {
  display: inline-block; }
.pure-checkbox.pure-checkbox-inline-modal, .pure-checkbox.pure-radiobutton-inline-modal,
.pure-radiobutton.pure-checkbox-inline-modal,
.pure-radiobutton.pure-radiobutton-inline-modal {
  display: inline-block;
  width: auto;
  float: left; }

.pure-checkbox-toggle input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .pure-checkbox-toggle input[type="checkbox"] + label {
    position: relative;
    padding: 5px 5px 5px 40px;
    vertical-align: middle;
    user-select: none;
    cursor: pointer;
    display: block; }
    .pure-checkbox-toggle input[type="checkbox"] + label:before {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      left: 0;
      content: '';
      color: #533747;
      width: 35px;
      height: 20px;
      border-radius: 50px;
      text-align: center;
      transition: all 0.4s;
      background-color: #d6d6d6; }
    .pure-checkbox-toggle input[type="checkbox"] + label:after {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      left: 0;
      content: '';
      background-color: #ffffff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 1px solid #d6d6d6;
      transition: all 0.2s;
      box-sizing: border-box; }
  .pure-checkbox-toggle input[type="checkbox"]:checked + label:before {
    box-shadow: inset 0 0 0 10px #533747; }
  .pure-checkbox-toggle input[type="checkbox"]:checked + label:after {
    left: 15px;
    border-color: #533747;
    background-color: #ffffff; }
  .pure-checkbox-toggle input[type="checkbox"]:disabled + label {
    cursor: default; }
    .pure-checkbox-toggle input[type="checkbox"]:disabled + label:before {
      box-shadow: inset 0 0 0 10px #e3e3e3; }
    .pure-checkbox-toggle input[type="checkbox"]:disabled + label:after {
      border-color: #e3e3e3; }
  .pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:before {
    box-shadow: inset 0 0 0 10px #6b6b6b; }
  .pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:after {
    border-color: #6b6b6b; }
.pure-checkbox-toggle--right input[type="checkbox"] + label {
  padding: 5px 40px 5px 5px; }
  .pure-checkbox-toggle--right input[type="checkbox"] + label:before {
    left: auto;
    right: 0; }
  .pure-checkbox-toggle--right input[type="checkbox"] + label:after {
    left: auto;
    right: 15px; }
.pure-checkbox-toggle--right input[type="checkbox"]:checked + label:after {
  left: auto;
  right: 0; }

/* content:  "\2713 "; */
.pure-radiobutton label:after {
  background-image: url("../images/check-symbol.svg");
  background-size: 18px 18px;
  background-position: right 8px top 5px;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px; }
.pure-radiobutton.withLabel {
  padding-right: 10px; }
  .pure-radiobutton.withLabel label {
    padding-left: 45px !important; }

.vertical:before {
  margin-top: -18px !important; }

.vertical:after {
  margin-top: -14px !important; }

.s334 {
  color: red; }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #533747; } }
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }

.modal-title {
  text-align: center;
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #533747;
  padding-top: 5px; }

.modal-header {
  border-bottom: none;
  padding-bottom: 15px; }

.modal-footer {
  border-top: none; }

.inputGroupForm {
  margin-bottom: 10px; }
  .inputGroupForm__caption {
    font-size: 13px;
    font-weight: 600;
    color: #313242; }
  .inputGroupForm__field input:not(.select2-search__field) {
    width: 100%;
    height: 34px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    padding-left: 20px;
    font-size: 14px;
    color: #313242;
    transition: border-color .5s;
    -webkit-touch-callout: all !important;
    -webkit-user-select: all !important;
    -khtml-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important; }
  .inputGroupForm__field .error {
    border-color: #533747 !important; }
  .inputGroupForm__field textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    padding-left: 20px;
    padding-top: 10px;
    resize: vertical;
    font-size: 14px;
    color: #313242; }

.mCaption {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #000000; }

/*
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 26, 2018, 2:56:35 PM
    Author     : Jan Vidic the GOD
*/
.header {
  min-height: 60vh;
  background-image: url("../images/header.jpg?v=1");
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 1200px) {
    .header {
      transition: height 99999s, min-height 99999s, max-height 99999s; } }
  .header__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .header__content__title {
      font-family: "Exo 2", sans-serif;
      font-size: 36px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: 2.1px;
      color: #ffffff;
      padding-bottom: 12px; }
    .header__content__text {
      font-family: "Exo 2", sans-serif;
      font-size: 18px;
      font-weight: 300;
      color: #ffffff;
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.secondSection {
  background-color: #ffffff;
  padding-bottom: 50px; }
  .secondSection__title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #533747;
    padding-top: 60px; }
  .secondSection__box {
    background-color: #fafafa;
    padding-top: 45px;
    padding-bottom: 80px; }
    .secondSection__box.higher {
      padding-bottom: 88px; }
    .secondSection__box__image {
      text-align: center;
      padding-bottom: 15px; }
    .secondSection__box__title {
      font-family: "Exo 2", sans-serif;
      font-size: 18px;
      font-weight: 500;
      text-align: center;
      color: #000000;
      padding-bottom: 33px; }
    .secondSection__box__subtitle {
      font-family: "Exo 2", sans-serif;
      font-size: 14px;
      font-weight: 500;
      text-align: center;
      color: #000000; }
    @media (max-width: 968px) {
      .secondSection__box__element {
        text-align: center;
        padding-top: 20px !important; } }
    .secondSection__box__element__image {
      padding-top: 14px; }
      .secondSection__box__element__image img {
        transition: .8s; }
      @media (max-width: 968px) {
        .secondSection__box__element__image {
          padding-bottom: 15px; } }
    .secondSection__box__element:hover img {
      transform: rotateY(180deg); }
    .secondSection__box__element__content__title {
      font-family: "Exo 2", sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1.1px;
      color: #000000;
      padding-bottom: 4px; }
    .secondSection__box__element__content__text {
      font-family: "Exo 2", sans-serif;
      font-size: 14px;
      font-weight: 300;
      color: #000000; }

.stats {
  background-color: #4c577b;
  padding-top: 64px;
  padding-bottom: 64px; }
  .stats__element {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    letter-spacing: 0.9px;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 968px) {
      .stats__element {
        padding-bottom: 40px;
        font-size: 14px; } }
    .stats__element span.big {
      font-size: 48px; }
      @media (max-width: 968px) {
        .stats__element span.big {
          font-size: 32px; } }

.thirdSection__left {
  background-color: #313242;
  background-image: url("../images/thirdBackground.png");
  background-size: 212px 291px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-bottom: 80px; }
  @media (max-width: 968px) {
    .thirdSection__left {
      background-image: none; } }
  .thirdSection__left.diffPadding {
    padding-top: 30px;
    padding-bottom: 0px;
    background-size: unset;
    background-position: left 8% top 15px;
    background-image: url("../images/thirdBackground2.svg"); }
    @media (max-width: 968px) {
      .thirdSection__left.diffPadding {
        background-image: none; } }
  .thirdSection__left__title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.7px;
    line-height: 1.1;
    color: #ffffff;
    padding-top: 65px;
    padding-bottom: 30px; }
  .thirdSection__left__element {
    padding-bottom: 20px; }
    .thirdSection__left__element__title {
      font-family: "Exo 2", sans-serif;
      font-size: 18px;
      color: #ffffff; }
    .thirdSection__left__element__text {
      font-size: 16px;
      color: #ffffff; }
      .thirdSection__left__element__text h1 {
        font-family: "Exo 2", sans-serif;
        font-size: 18px;
        margin-bottom: 0px; }
.thirdSection__right {
  background-color: #ffffff;
  position: relative; }
  @media (min-width: 968px) {
    .thirdSection__right__content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
  .thirdSection__right__content.noAbs {
    position: relative;
    top: unset;
    transform: none;
    padding-top: 30px; }
  @media (max-width: 968px) {
    .thirdSection__right__content {
      padding-top: 30px;
      padding-bottom: 30px; }
      .thirdSection__right__content br {
        display: none; } }
  .thirdSection__right__content__title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #533747; }
  .thirdSection__right__content__text {
    font-family: Nunito;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px; }

.consultants {
  background-color: #fafafa;
  padding-top: 47px;
  padding-bottom: 80px; }
  @media (max-width: 968px) {
    .consultants {
      padding-top: 0px;
      padding-bottom: 30px; } }
  .consultants__box__title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #533747;
    padding-bottom: 20px;
    padding-top: 110px; }
  .consultants__box__text {
    font-size: 20px;
    font-weight: 300;
    color: #40535d; }
  .consultants__user {
    min-height: 340px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 78% -27px;
    position: relative;
    margin-top: 30px; }
    @media (max-width: 968px) {
      .consultants__user {
        min-height: 240px; } }
    .consultants__user__caption {
      position: absolute;
      padding-top: 8px;
      padding-bottom: 14px;
      bottom: 0;
      left: 0;
      width: 100%;
      padding-left: 20px;
      background-color: #533747; }
      .consultants__user__caption.blue {
        background-color: #4c577b; }
      .consultants__user__caption__name {
        font-family: "Exo 2", sans-serif;
        font-size: 20px;
        color: #ffffff; }
        @media (max-width: 968px) {
          .consultants__user__caption__name {
            font-size: 14px; } }
      .consultants__user__caption__function {
        font-size: 14px;
        color: #ffffff; }
        @media (max-width: 968px) {
          .consultants__user__caption__function {
            font-size: 12px; } }
  .consultants__big {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #313242;
    padding-top: 64px; }
    @media (max-width: 968px) {
      .consultants__big {
        font-size: 24px; } }

.advices {
  background-color: #ffffff;
  padding-top: 55px;
  padding-bottom: 85px; }
  .advices__title {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #533747; }
  .advices__subtitle {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    color: #40535d;
    padding-top: 13px; }
  .advices__text {
    font-size: 16px;
    color: #313242; }
    .advices__text h1, .advices__text h1 * {
      font-family: "Exo 2", sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #533747; }
  .advices__advice {
    min-height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    margin-top: 30px; }
    .advices__advice__caption {
      position: absolute;
      padding-top: 8px;
      padding-bottom: 14px;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 80px;
      padding-left: 20px;
      background-color: #313242; }
      .advices__advice__caption.up {
        height: 60px;
        background-color: #4c577b;
        top: 0; }
        .advices__advice__caption.up .advices__advice__caption__title {
          text-align: center; }
      .advices__advice__caption__title {
        font-family: "Exo 2", sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #ffffff; }
      .advices__advice__caption__date {
        font-size: 12px;
        color: #ffffff; }

.info {
  background-color: rgba(250, 250, 250, 0.91);
  padding-top: 80px;
  padding-bottom: 100px; }
  .info.white {
    background-color: #ffffff; }
  .info__news {
    /*&__header{
    	font-family: $exoFont;
    	font-size: 30px;
    	font-weight: $semiboldWeight;
    	letter-spacing: 0.7px;
    	color: $grey;
    	padding-bottom: 40px;
    }*/ }
    .info__news__header {
      font-family: "Exo 2", sans-serif;
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      color: #533747; }
    .info__news__subtitle {
      font-size: 18px;
      font-weight: 300;
      text-align: center;
      color: #40535d;
      padding-top: 13px; }
    .info__news__date {
      font-family: "Exo 2", sans-serif;
      font-size: 12px;
      font-weight: 700;
      color: #313242;
      padding-top: 30px; }
    .info__news__title {
      font-family: "Exo 2", sans-serif;
      font-size: 20px;
      font-weight: 700;
      color: #313242;
      padding-top: 5px; }
    .info__news__text {
      font-size: 16px;
      font-weight: 300;
      color: #313242;
      padding-top: 10px; }
  .info__faq {
    /*&__header{
    	font-family: $exoFont;
    	font-size: 30px;
    	font-weight: $semiboldWeight;
    	letter-spacing: 0.7px;
    	color: $grey;
    	padding-bottom: 40px;
    }*/ }
    @media (max-width: 968px) {
      .info__faq {
        margin-top: 50px; } }
    .info__faq__header {
      font-family: "Exo 2", sans-serif;
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      color: #533747; }
    .info__faq__subtitle {
      font-size: 18px;
      font-weight: 300;
      text-align: center;
      color: #40535d;
      padding-top: 13px; }
    .info__faq__element {
      background-color: #313242;
      margin-bottom: 4px;
      padding-top: 8px;
      padding-bottom: 8px;
      font-family: "Exo 2", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff;
      padding-left: 30px;
      cursor: pointer;
      transition: opacity .6s; }
      .info__faq__element:hover {
        opacity: .8; }
      .info__faq__element__answer {
        display: none;
        font-size: 16px;
        font-weight: 300;
        color: #313242;
        padding-top: 10px;
        padding-bottom: 10px; }

.news__box {
  background-color: rgba(250, 250, 250, 0.91);
  margin-bottom: 20px; }
  .news__box__content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px; }
  .news__box__title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #313242; }
  .news__box__date {
    font-size: 12px;
    color: #313242; }
  .news__box__text {
    font-size: 14px;
    color: #313242;
    padding-top: 10px; }

.cta {
  min-height: 80vh;
  background-image: url("../images/cta.jpg?");
  background-size: cover;
  background-position: center;
  position: relative; }
  @media (max-width: 1200px) {
    .cta {
      transition: height 99999s, min-height 99999s, max-height 99999s; } }
  .cta__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .cta__content .white {
      background-color: #ffffff;
      padding-top: 80px;
      padding-bottom: 60px; }
    .cta__content__title {
      font-family: "Exo 2", sans-serif;
      font-size: 30px;
      font-weight: 600;
      text-align: center;
      color: #533747; }
    .cta__content__text {
      font-family: Nunito;
      font-size: 18px;
      font-weight: 300;
      text-align: center;
      color: #000000;
      padding-top: 20px;
      padding-bottom: 20px; }

.partners__div {
  text-align: center; }
  @media (max-width: 968px) {
    .partners__div {
      z-index: 2;
      padding-bottom: 20px; } }
.partners__image {
  text-align: center;
  position: relative;
  height: 80px;
  /*&__center{
  	
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%); 
  	
  	img{
  		max-width: 100px;
  		max-height: 60px;
  	}
  }*/ }
  .partners__image img {
    max-width: 60%;
    max-height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.col-md-2-7 {
  margin-top: 20px;
  width: 14.25%; }
  @media (max-width: 968px) {
    .col-md-2-7 {
      margin-top: 0px;
      width: 50%;
      text-align: center; }
      .col-md-2-7:last-child {
        width: 100%; }
        .col-md-2-7:last-child img {
          max-width: 40%; } }

.bColorBox {
  background-color: #fafafa;
  background-clip: content-box; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 26, 2018, 2:56:35 PM
    Author     : Jan Vidic the GOD
*/
.aboveNav {
  background-color: #313242;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative; }
  .aboveNav__logo {
    text-align: center; }
  .aboveNav__login {
    position: absolute;
    top: 10px;
    right: 20px;
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #ffffff;
    cursor: pointer;
    transition: .5s; }
    .aboveNav__login:hover {
      opacity: .5; }
    .aboveNav__login a {
      color: #ffffff; }

.navbar-default {
  background-color: #4c577b;
  border: 0;
  border-radius: 0px;
  margin-bottom: 0px; }
  .navbar-default .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  .navbar-default .navbar-header {
    padding-left: 15px;
    padding-right: 15px; }

.navbar-nav {
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 968px) {
    .navbar-nav {
      width: 100%;
      text-align: center; } }
  .navbar-nav li {
    padding-left: 30px;
    padding-right: 30px; }
    @media (min-width: 968px) {
      .navbar-nav li {
        float: none;
        display: inline-block; } }
    @media (max-width: 968px) {
      .navbar-nav li {
        text-align: center; } }
    .navbar-nav li a {
      font-family: "Exo 2", sans-serif;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.9px;
      text-align: center;
      color: #ffffff !important;
      border-bottom: 3px solid transparent;
      transition: border-color 1s; }
      @media (max-width: 968px) {
        .navbar-nav li a {
          display: inline-block; } }
      .navbar-nav li a.active, .navbar-nav li a:hover {
        border-color: #ffffff; }
    .navbar-nav li.searchIcon {
      padding-top: 15px;
      padding-right: 0px;
      cursor: pointer; }
      .navbar-nav li.searchIcon img {
        width: 18px;
        transition: 1.2s; }
      .navbar-nav li.searchIcon:hover img {
        transform: rotateY(180deg); }

.navbarAbsTop {
  position: absolute;
  top: 0px; }

.mobileSearch {
  position: absolute;
  right: 20vw;
  top: 14px;
  cursor: pointer;
  transition: 1.2s; }
  .mobileSearch:hover img {
    transform: rotateY(180deg); }

.navbar-toggle {
  border: 0;
  transition: background-color .5s; }
  .navbar-toggle .icon-bar {
    transition: background-color .5s;
    background-color: #ffffff !important; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #ffffff !important;
    border-radius: 0px; }
    .navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
      background-color: #000000 !important; }

.searchBar {
  background-color: #39415b;
  display: none; }
  .searchBar .container {
    position: relative; }
  .searchBar input.field {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    padding-left: 10px;
    min-height: 42px;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .searchBar img.searchSubmit {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 20px;
    transition: .5s;
    cursor: pointer; }
    .searchBar img.searchSubmit:hover {
      opacity: .4; }

.copyright {
  background-color: #313242;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative; }
  .copyright__text {
    text-align: center;
    font-family: "Exo 2", sans-serif;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #ffffff;
    cursor: pointer;
    transition: .5s; }
    .copyright__text a {
      color: #ffffff; }
      .copyright__text a:hover {
        opacity: .5; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 27, 2018, 1:29:02 PM
    Author     : Jan Vidic the GOD
*/
.footer {
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 40px;
  background-image: url("../images/logo-inverted.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 200px; }
  @media (max-width: 968px) {
    .footer {
      text-align: center;
      background-position: center bottom 10px;
      background-repeat: no-repeat;
      background-size: 200px;
      padding-bottom: 265px; } }
  .footer__slogan {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #0068ac; }
    @media (max-width: 968px) {
      .footer__slogan {
        padding-bottom: 20px; } }
  .footer__title {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #313242; }
  .footer__text {
    font-size: 16px;
    color: #313242; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 27, 2018, 1:29:02 PM
    Author     : Jan Vidic the GOD
*/
.subpage__header {
  background-size: cover;
  background-position: center;
  min-height: 30vh; }
  .subpage__header__title {
    font-family: "Exo 2", sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #ffffff;
    padding-top: 7vh; }
    @media (max-width: 968px) {
      .subpage__header__title {
        padding-top: 4vh; } }
  .subpage__header__text {
    border-top: 1px solid #ffffff;
    display: inline-block;
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    padding-top: 10px; }
    .subpage__header__text span.light {
      font-weight: 300; }
.subpage__breadcrumbs {
  background-color: #313242; }
  .subpage__breadcrumbs__text, .subpage__breadcrumbs a {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 1.7px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px; }
    .subpage__breadcrumbs__text span.arrow, .subpage__breadcrumbs a span.arrow {
      padding-left: 10px;
      padding-right: 10px; }
.subpage__title {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #533747;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (max-width: 968px) {
    .subpage__title {
      font-size: 18px; }
      .subpage__title br {
        display: none; } }
.subpage__tabs {
  padding-bottom: 5px;
  margin-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 968px) {
    .subpage__tabs {
      border-bottom: solid 1px #9b9b9b; } }
  @media (min-width: 968px) {
    .subpage__tabs {
      display: flex; } }
  .subpage__tabs__element {
    display: inline-block;
    flex: 1;
    text-align: center;
    position: relative;
    font-size: 14px;
    letter-spacing: 2px;
    color: #313242;
    cursor: pointer;
    transition: .5s; }
    @media (max-width: 968px) {
      .subpage__tabs__element {
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #4c577b;
        margin-bottom: 5px; } }
    .subpage__tabs__element.active {
      font-weight: 700; }
      @media (max-width: 968px) {
        .subpage__tabs__element.active {
          border: 2px solid #4c577b; } }
      @media (min-width: 968px) {
        .subpage__tabs__element.active .subpage__tabs__element__active {
          opacity: 1; } }
    .subpage__tabs__element__active {
      height: 3px;
      background-color: #4c577b;
      position: absolute;
      width: 100%;
      margin-top: 4px;
      opacity: 0;
      transition: .5s; }
    .subpage__tabs__element:hover {
      font-weight: 700; }
      @media (max-width: 968px) {
        .subpage__tabs__element:hover {
          border: 2px solid #4c577b; } }
      @media (min-width: 968px) {
        .subpage__tabs__element:hover .subpage__tabs__element__active {
          opacity: 1; } }
.subpage__content__text {
  font-size: 16px;
  color: #313242;
  padding-top: 30px;
  padding-bottom: 40px; }
.subpage__content .rowFlex {
  display: flex !important; }
  @media (max-width: 968px) {
    .subpage__content .rowFlex {
      flex-direction: column;
      padding-left: 0px;
      padding-right: 0px; } }
.subpage__content__leftImage {
  background-size: cover;
  background-position: center; }
  @media (max-width: 968px) {
    .subpage__content__leftImage {
      min-height: 30vh;
      background-clip: content-box;
      order: 2;
      margin-top: 40px; } }
@media (max-width: 968px) {
  .subpage__content__right {
    padding-left: 0px;
    padding-right: 0px;
    order: 1; } }
.subpage__content__right__title {
  font-family: "Exo 2", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #533747;
  padding-bottom: 15px; }
.subpage__content__right__icon {
  border-radius: 2px;
  background-color: #fafafa;
  padding: 10px; }
  @media (max-width: 968px) {
    .subpage__content__right__icon {
      display: block;
      width: 100%;
      text-align: center; } }
.subpage__content__right__text {
  font-size: 16px;
  color: #000000; }
  @media (min-width: 968px) {
    .subpage__content__right__text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 5vw; } }
  @media (max-width: 968px) {
    .subpage__content__right__text {
      background-color: #fafafa;
      text-align: center;
      padding-bottom: 10px; } }
.subpage__box__element {
  margin-bottom: 14px;
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  transition: .7s;
  cursor: pointer; }
  @media (max-width: 968px) {
    .subpage__box__element {
      text-align: center;
      margin-top: 20px !important; } }
  .subpage__box__element:hover {
    opacity: .6; }
    .subpage__box__element:hover img:not(.arrow) {
      transform: rotateY(180deg); }
  .subpage__box__element__image {
    padding-top: 3px;
    transition: .8s; }
    @media (max-width: 968px) {
      .subpage__box__element__image {
        padding-bottom: 15px; } }
    .subpage__box__element__image img {
      transition: .8s; }
  .subpage__box__element__content__title {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    color: #000000;
    padding-bottom: 4px; }
  .subpage__box__element__content__text {
    font-family: "Exo 2", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000; }
  .subpage__box__element__arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
    .subpage__box__element__arrow img {
      transition: .5s; }
      .subpage__box__element__arrow img.active {
        transform: rotate(90deg); }
.subpage__box__detailed {
  padding-top: 50px;
  padding-bottom: 50px; }
  .subpage__box__detailed__content {
    font-size: 16px;
    color: #313242; }
    .subpage__box__detailed__content ul {
      list-style-image: url("../images/li-style.svg"); }
      .subpage__box__detailed__content ul li {
        padding-left: 20px;
        padding-bottom: 20px;
        margin-top: -2px; }
.subpage__blueStripe {
  background-color: #4c577b;
  padding-top: 75px;
  padding-bottom: 80px;
  margin-top: 100px; }
  .subpage__blueStripe__caption {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #ffffff; }
  .subpage__blueStripe__title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    padding-top: 5px; }
  .subpage__blueStripe__text {
    font-size: 16px;
    text-align: justify;
    color: #ffffff;
    padding-top: 20px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 26, 2018, 2:56:35 PM
    Author     : Jan Vidic the GOD
*/
.article {
  /*padding-top: 50px;
  padding-bottom: 60px;*/ }
  .article__image {
    min-height: 90vh;
    background-size: cover;
    background-position: top 26% left 0%;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 968px) {
      .article__image {
        min-height: 76vh;
        background-position: center right 34%; } }
  .article__content {
    position: absolute;
    bottom: 8vh;
    left: 10vw; }
    @media (max-width: 968px) {
      .article__content {
        bottom: 2vh;
        left: 2vw; } }
  .article__title {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff; }
  .article__title2 {
    font-family: "Exo 2", sans-serif;
    font-size: 48px;
    font-weight: 500;
    color: #ffffff; }
  .article__date {
    font-size: 14px;
    color: #313242;
    padding-top: 8px; }
  .article__user {
    font-family: "Exo 2", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.33;
    color: #ffffff; }
  .article__user2 {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    color: #95A4D4; }
  .article__textI {
    font-family: "Exo 2", sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    padding-top: 20px; }
  .article__text {
    font-size: 16px;
    color: #313242;
    padding-top: 20px; }
    .article__text h1, .article__text h1 * {
      font-family: "Exo 2", sans-serif;
      font-size: 24px;
      font-weight: 700;
      color: #533747; }

body {
  font-family: "Nunito", sans-serif;
  background-color: #ffffff;
  font-weight: 400; }

body {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  body *:not(input), body *:not(textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  body * input, body * textarea {
    -webkit-touch-callout: all !important;
    -webkit-user-select: all !important;
    -khtml-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important; }

.blogViewHeader {
  background-size: cover;
  background-position: center;
  min-height: 70vh;
  transition: height 999999s;
  position: relative; }

.blogViewBodyTop {
  background-color: rgba(255, 255, 255, 0.91); }

.blogViewOffset {
  position: absolute;
  bottom: 0px;
  padding-left: 0;
  padding-right: 30px; }

.blogViewBody {
  background-color: white; }

.blogTitle {
  font-family: "Exo 2", sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  color: #533747; }
  @media (max-width: 968px) {
    .blogTitle {
      font-size: 24px;
      padding-bottom: 25px; } }

.blogViewText {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 10px; }

.blogViewText h1 {
  padding: 0.67em 0em;
  margin: 0; }

.blogViewText p {
  margin: 0 0 0px;
  padding: 0 0 10px; }

.blogTag {
  border-radius: 3px;
  padding: 5px 10px;
  background-color: transparent;
  border: solid 1px #979797;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #9b9b9b; }

.blogViewGetSection {
  background-color: #533747;
  padding-top: 30px;
  padding-bottom: 30px; }

.blogViewGetSectionTitle {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff; }

.blogViewGetSectionAlign {
  text-align: right; }

.blogImgSource {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.41);
  color: white;
  padding: 5px 15px; }

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