/*
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;
  flex-grow: 0; }

.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 */
.simpleButton {
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 8px;
  padding-bottom: 10px;
  border: 2px solid #e93f35; }
  .simpleButton.red {
    background-image: linear-gradient(95deg, #e93f35, #e94254 95%, #e94254);
    transition: .5s; }
    .simpleButton.red:hover {
      border-color: #ffffff; }
  .simpleButton.facebook {
    border-color: #ffffff;
    background-color: #4d70a8;
    background-image: url("../images/facebook-share.svg");
    background-position: left 10% center;
    background-repeat: no-repeat;
    transition: .5s; }
    .simpleButton.facebook:hover {
      opacity: .8; }

.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; }

  .mobileTop40 {
    margin-top: 40px !important; }

  .mobileBottom15 {
    margin-bottom: 15px; }

  .mobileBottom30 {
    margin-bottom: 30px; }

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

  .pTop0Mobile {
    padding-top: 0px; }

  .mobileCenter {
    text-align: center; } }
.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: #e93f35;
    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: #e93f35; }
    .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: #e93f35;
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      margin-top: -9px;
      border: 2px solid #e93f35;
      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: #e93f35;
      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: #e93f35; }
.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: #e93f35;
      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 #e93f35; }
  .pure-checkbox-toggle input[type="checkbox"]:checked + label:after {
    left: 15px;
    border-color: #e93f35;
    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 #cca19f; }
  .pure-checkbox-toggle input[type="checkbox"]:disabled:checked + label:after {
    border-color: #cca19f; }
.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 #e93f35; } }
.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-size: 24px;
  font-weight: 700;
  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; }
  .inputGroupForm__field input:not(.select2-search__field) {
    width: 100%;
    height: 34px;
    border-radius: 2px;
    background-color: #ffffff;
    padding-left: 20px;
    font-size: 14px;
    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 textarea {
    width: 100%;
    min-height: 80px;
    border-radius: 2px;
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
    resize: vertical;
    font-size: 14px; }

.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: 80vh;
  background-image: url("../images/header-new.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-size: 45px;
      font-weight: 300;
      color: #ffffff;
      padding-bottom: 12px; }
      @media (max-width: 968px) {
        .header__content__title {
          font-size: 34px; } }
  .header__social {
    position: absolute;
    left: 40px;
    bottom: 10vh; }
    @media (max-width: 968px) {
      .header__social {
        bottom: 0vh; } }
    .header__social div {
      padding-bottom: 25px;
      cursor: pointer; }
      @media (max-width: 968px) {
        .header__social div {
          display: inline-block;
          padding-right: 20px; }
          .header__social div:last-child {
            position: relative;
            top: -3.5px; } }
      .header__social div svg g, .header__social div svg path {
        transition: fill .5s; }
      .header__social div:hover svg g, .header__social div:hover svg path {
        fill: #e93f35; }

.firstSection {
  background-image: linear-gradient(95deg, #e93f35, #e94254 95%, #e94254); }
  .firstSection .wrapper {
    padding-top: 90px;
    padding-bottom: 100px; }
    @media (max-width: 968px) {
      .firstSection .wrapper {
        padding-top: 50px;
        padding-bottom: 70px; } }
  .firstSection__image {
    text-align: center;
    padding-top: 15px; }
    @media (max-width: 968px) {
      .firstSection__image {
        padding-bottom: 60px; } }
  .firstSection__text {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff; }

.newsSection {
  padding-top: 60px;
  background-color: #f7f7f8;
  padding-bottom: 70px; }
  .newsSection__title {
    font-size: 39px;
    font-weight: 300;
    text-align: center;
    color: #111111; }
  .newsSection__subtitle {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #111111;
    padding-top: 10px; }
    @media (max-width: 968px) {
      .newsSection__subtitle {
        padding-bottom: 30px; } }
  .newsSection__cards {
    padding-top: 40px;
    padding-bottom: 50px; }
    @media (max-width: 968px) {
      .newsSection__cards {
        z-index: 2; } }
    .newsSection__cards__element {
      background-color: #ffffff;
      border-radius: 20px;
      padding-left: 0px;
      padding-right: 0px;
      width: 32%;
      margin-left: 0.6%;
      margin-right: 0.6%;
      float: left;
      margin-bottom: 20px;
      transition: opacity .5s; }
      .newsSection__cards__element:hover {
        opacity: .85; }
      @media (max-width: 968px) {
        .newsSection__cards__element {
          width: 90%;
          margin-left: 5%;
          margin-right: 5%;
          float: left; } }
      .newsSection__cards__element__header {
        padding: 15px 20px; }
        .newsSection__cards__element__header .author {
          font-size: 16px;
          font-weight: 300;
          text-align: left;
          color: #111111; }
          .newsSection__cards__element__header .author .red {
            color: #e93f35; }
        .newsSection__cards__element__header .date {
          font-size: 16px;
          font-weight: 300;
          text-align: right;
          color: #111111;
          float: right; }
      .newsSection__cards__element__image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px; }
      .newsSection__cards__element__body {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px; }
        @media (max-width: 968px) {
          .newsSection__cards__element__body {
            padding-top: 20px;
            padding-bottom: 20px; } }
        .newsSection__cards__element__body .title {
          font-size: 18px;
          font-weight: 300;
          color: #e93f35; }
        .newsSection__cards__element__body .text {
          padding-top: 7px;
          font-size: 16px;
          font-weight: 300;
          color: #111111; }

.vehiclesSection {
  padding-top: 60px;
  background-color: #f7f7f8;
  padding-bottom: 70px; }
  .vehiclesSection__title {
    font-size: 39px;
    font-weight: 300;
    text-align: center;
    color: #111111; }
  .vehiclesSection__subtitle {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #111111;
    padding-top: 10px; }
  .vehiclesSection__cards {
    padding-top: 40px;
    padding-bottom: 50px; }
    @media (max-width: 968px) {
      .vehiclesSection__cards {
        z-index: 2; } }
    .vehiclesSection__cards__element {
      background-color: #ffffff;
      border-radius: 20px;
      padding-left: 0px;
      padding-right: 0px;
      width: 32%;
      margin-left: 0.6%;
      margin-right: 0.6%;
      float: left;
      margin-bottom: 20px;
      transition: opacity .5s; }
      .vehiclesSection__cards__element:hover {
        opacity: .85; }
      @media (max-width: 968px) {
        .vehiclesSection__cards__element {
          width: 90%;
          margin-left: 5%;
          margin-right: 5%;
          float: left; } }
      .vehiclesSection__cards__element__header {
        padding: 15px 20px; }
        .vehiclesSection__cards__element__header .author {
          font-size: 16px;
          font-weight: 300;
          text-align: left;
          color: #111111; }
          .vehiclesSection__cards__element__header .author .red {
            color: #e93f35; }
        .vehiclesSection__cards__element__header .date {
          font-size: 16px;
          font-weight: 300;
          text-align: right;
          color: #111111;
          float: right; }
      .vehiclesSection__cards__element__image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 240px; }
      .vehiclesSection__cards__element__body {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative; }
        .vehiclesSection__cards__element__body .title {
          font-size: 18px;
          font-weight: 300;
          color: #e93f35; }
        .vehiclesSection__cards__element__body .text {
          padding-top: 7px;
          font-size: 16px;
          font-weight: 300;
          color: #111111; }
        .vehiclesSection__cards__element__body::after {
          content: "";
          position: absolute;
          z-index: 1;
          bottom: 0;
          left: 0;
          pointer-events: none;
          background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 100%);
          width: 100%;
          height: 4em;
          border-radius: 20px; }

.navbar {
  position: absolute;
  top: -2px;
  z-index: 2;
  width: 100%;
  background-color: transparent;
  border: 0; }
  .navbar .navbar-brand {
    padding-left: 40px; }
    @media (max-width: 968px) {
      .navbar .navbar-brand {
        padding-left: 30px; }
        .navbar .navbar-brand img {
          max-width: 50px; } }
  .navbar ul {
    padding-right: 30px;
    padding-top: 25px; }
    .navbar ul li a {
      font-size: 18px;
      color: #ffffff !important;
      padding-left: 30px;
      padding-right: 30px;
      border-bottom: 2px solid transparent;
      transition: border-color .5s; }
      @media (max-width: 968px) {
        .navbar ul li a {
          text-align: center;
          width: 104%; } }
      .navbar ul li a.active {
        border-color: #e93f35; }
      .navbar ul li a:hover {
        border-color: #e93f35; }

@media (max-width: 968px) {
  .navbar-default .navbar-collapse {
    background-color: rgba(20, 20, 20, 0.9);
    top: -50px;
    position: relative;
    padding-bottom: 31px; } }

@media (max-width: 968px) {
  .navbar-default .navbar-toggle {
    z-index: 20; } }

.footer {
  background-color: #111111;
  padding-top: 70px;
  padding-bottom: 40px; }
  .footer .text {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff; }
    .footer .text a {
      font-size: 16px;
      font-weight: 300;
      color: #ffffff; }
      .footer .text a:hover {
        opacity: .7; }
  @media (max-width: 968px) {
    .footer .sosimg {
      max-width: 100px; } }
  .footer .title {
    font-size: 16px;
    font-weight: 700;
    color: #e93f35; }
  .footer .group {
    display: inline-block;
    position: relative;
    top: 13px;
    left: 15px; }
    @media (max-width: 968px) {
      .footer .group {
        padding-top: 10px;
        display: block;
        top: unset;
        left: unset; } }
  .footer .group2 {
    display: inline-block;
    position: relative;
    left: 10px; }
    @media (max-width: 968px) {
      .footer .group2 {
        padding-top: 10px;
        display: block;
        top: unset;
        left: unset; } }

@media (max-width: 968px) {
  .mobileMtop0 {
    margin-top: 0px !important; } }
.subpage__header {
  min-height: 35vh;
  background-image: url("../images/header-new.jpg?v=1");
  background-size: cover;
  background-position: bottom;
  position: relative; }
  @media (max-width: 1200px) {
    .subpage__header {
      transition: height 99999s, min-height 99999s, max-height 99999s; } }
  .subpage__header__content {
    position: absolute;
    top: 80%;
    transform: translateY(-80%); }
    .subpage__header__content__title {
      font-size: 45px;
      font-weight: 300;
      color: #ffffff;
      padding-bottom: 12px; }
    .subpage__header__content__breadcrumbs {
      font-size: 16px;
      font-weight: 300;
      color: rgba(255, 255, 255, 0.64); }
      .subpage__header__content__breadcrumbs a {
        font-size: 16px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.64);
        transition: .5s; }
        .subpage__header__content__breadcrumbs a:hover {
          opacity: .7; }
      .subpage__header__content__breadcrumbs span {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 12px;
        position: relative;
        top: -2px; }
.subpage__content {
  padding-top: 50px;
  padding-bottom: 50px; }
  .subpage__content__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.81;
    color: #111111; }
    .subpage__content__text p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.81;
      color: #111111; }
  .subpage__content table td {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 7px; }
    .subpage__content table td:first-child {
      min-width: 220px;
      /*font-weight: $boldWeight;*/ }
.subpage__padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  .subpage__padding table td {
    border-bottom: 1px solid #e7e7e7;
    padding: 5px 7px; }
    .subpage__padding table td:first-child {
      min-width: 220px;
      /*font-weight: $boldWeight;*/ }
.subpage__tabs {
  padding-bottom: 5px;
  margin-bottom: 3px;
  padding-left: 0px;
  padding-right: 0px; }
  @media (min-width: 968px) {
    .subpage__tabs {
      border-bottom: solid 1px #a4a4a4; } }
  @media (min-width: 968px) {
    .subpage__tabs {
      display: flex; } }
  .subpage__tabs__element {
    display: inline-block;
    flex: 1;
    text-align: center;
    position: relative;
    font-size: 9px;
    letter-spacing: 1px;
    color: #111111;
    cursor: pointer;
    transition: .5s; }
    @media (max-width: 968px) {
      .subpage__tabs__element {
        display: block;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #e93f35;
        margin-bottom: 5px; } }
    .subpage__tabs__element.active {
      font-weight: 700; }
      @media (max-width: 968px) {
        .subpage__tabs__element.active {
          border: 2px solid #e93f35; } }
      @media (min-width: 968px) {
        .subpage__tabs__element.active .subpage__tabs__element__active {
          opacity: 1; } }
    .subpage__tabs__element__active {
      height: 3px;
      background-color: #e93f35;
      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 #e93f35; } }
      @media (min-width: 968px) {
        .subpage__tabs__element:hover .subpage__tabs__element__active {
          opacity: 1; } }

.news {
  padding-bottom: 60px; }
  .news__title {
    font-size: 45px;
    font-weight: 300;
    color: #e93f35;
    padding-top: 60px; }
  .news__caption {
    padding-top: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #111111; }
    .news__caption .red {
      color: #e93f35; }
    .news__caption .spacer {
      border-left: 1px solid #979797;
      margin-left: 30px;
      padding-right: 30px; }
  .news__image {
    margin-top: 10px;
    height: 420px;
    background-size: cover;
    background-position: center; }
  .news__text {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.81;
    color: #111111; }
    .news__text p {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.81;
      color: #111111; }

@media (max-width: 968px) {
  .mobileTable td {
    display: block;
    border-bottom: 0 !important; } }

@media (max-width: 968px) {
  .mobileSmallerTable td {
    font-size: 12px !important; }
    .mobileSmallerTable td:first-child {
      min-width: unset !important; } }

.events-content img {
  padding-right: 15px; }

.cd-horizontal-timeline .filling-line {
  background-color: #e93f35 !important; }

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #e93f35 !important;
  border-color: #e93f35 !important; }

.cd-horizontal-timeline .events a.selected::after {
  background-color: #e93f35 !important;
  border-color: #e93f35 !important; }

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #e93f35 !important; }

.no-touch .cd-timeline-navigation a:hover {
  border-color: #e93f35 !important; }

.cd-horizontal-timeline .events-content h2 {
  font-family: "Roboto", sans-serif !important; }

.cd-horizontal-timeline .events-content p {
  color: #111111 !important;
  font-size: 16px !important; }

.newsGallery img {
  max-width: 95%; }

.menu__toggle {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 2;
  background: transparent;
  border: 0; }
  @media (min-width: 968px) {
    .menu__toggle {
      display: none; } }
  .menu__toggle .bar {
    display: block;
    width: 25px;
    margin-bottom: 4px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 1px;
    transition: all 0.3s ease-in-out; }

.on .one {
  transform: rotate(45deg) translate(5px, 5px); }

.on .two {
  opacity: 0; }

.on .three {
  transform: rotate(-45deg) translate(5px, -5px); }

.wrapper {
  margin: 0 auto;
  padding: 0 16.66% 50px;
  width: 100%; }
  .wrapper p {
    display: inline-block; }
  @media (max-width: 968px) {
    .wrapper {
      padding-left: 28%; } }

article {
  position: relative;
  /*max-width: 980px;*/
  margin: 0 auto; }

.milestone {
  font-size: 36px; }

.timeline__nav {
  position: fixed;
  z-index: 99;
  top: 100px;
  transition: top .3s ease-out; }
  .timeline__nav ul {
    list-style: none;
    list-style-position: inside;
    margin: 15px 0; }
    @media (max-width: 968px) {
      .timeline__nav ul {
        padding-left: 20px; } }
    .timeline__nav ul li {
      margin: 15px 0;
      padding-left: 0;
      list-style-type: none;
      color: #bfc1c3;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
      cursor: pointer;
      transition: all .3s ease-out; }
      .timeline__nav ul li.active {
        font-weight: bold;
        color: #f94125;
        border-bottom: 1px dotted transparent;
        transform: scale(1.2); }
      .timeline__nav ul li:hover {
        color: #000; }

body {
  background-color: #ffffff;
  font-weight: 400; }

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