body .termina {
  font-family: termina, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 32px;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    body .termina {
      font-size: 20px; } }

body .d-h1 {
  color: #4800fe;
  font-family: termina, sans-serif !important;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  border-bottom: 1px solid #4800fe;
  display: inline-block; }

body .downloads {
  display: block;
  margin-bottom: 10px; }

body .download-button {
  border-radius: 14px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  background: linear-gradient(to right, #4800fe, #ff2b30);
  padding: 2px 2px 2px 2px; }
  body .download-button span {
    background: #fff;
    color: #ff2b30;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 13px;
    display: block;
    text-align: center; }
  body .download-button:hover {
    text-decoration: none; }
  body .download-button.country-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2px 2px 2px 2px;
    border-radius: 16px; }
    body .download-button.country-button span {
      text-align: center;
      border-radius: 14px; }

body .button-wrapper {
  display: inline-block;
  text-align: center;
  margin-right: 20px; }

body p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }
  body p.w700 {
    max-width: 700px; }
  body p.bigger {
    font-size: 16px; }

body .mb-md {
  margin-bottom: 25px; }

body .img-center {
  margin: 0px auto 60px auto; }

body .description {
  color: #a3a3a2;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px; }

body .red {
  color: #ff2b30; }

body .blue {
  color: #00b8ff; }

body .pink {
  color: #ff0062; }

body .dark-red {
  color: #ff2b30; }

body .main-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row; }
  body .main-wrapper .sidebar {
    min-width: 250px;
    width: 250px;
    min-height: 100%;
    background: url(../images/sidebar2.png) repeat-x center top;
    background-size: auto 100%; }
    body .main-wrapper .sidebar .inner {
      text-align: center;
      position: fixed;
      left: 0px;
      width: 250px;
      bottom: 0px;
      top: 0px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      body .main-wrapper .sidebar .inner .logo {
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #fff;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      body .main-wrapper .sidebar .inner ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px; }
        body .main-wrapper .sidebar .inner ul li {
          display: block; }
          body .main-wrapper .sidebar .inner ul li a {
            display: block;
            color: #fff;
            text-align: center;
            font-weight: bold;
            opacity: 0.8;
            font-size: 16px;
            margin-bottom: 4px; }
          body .main-wrapper .sidebar .inner ul li:hover a {
            opacity: 1; }
          body .main-wrapper .sidebar .inner ul li a.active {
            opacity: 1;
            text-decoration: underline; }
    @media (max-width: 768px) {
      body .main-wrapper .sidebar {
        display: none; } }
  body .main-wrapper .content {
    width: 100%; }
    body .main-wrapper .content #header {
      width: 100%;
      height: 100%;
      background: url(../images/header.jpg) no-repeat center center;
      background-size: cover;
      position: relative; }
      body .main-wrapper .content #header img {
        position: absolute;
        top: 50%;
        margin-top: -105px;
        margin-left: 25px;
        max-height: 193px; }
        @media (max-width: 768px) {
          body .main-wrapper .content #header img {
            margin-right: 0px;
            margin-left: 0px; } }
    body .main-wrapper .content .page-item {
      padding: 100px 40px; }
      @media (max-width: 768px) {
        body .main-wrapper .content .page-item {
          padding: 20px 15px; } }
      body .main-wrapper .content .page-item img.headline {
        border-bottom: 2px solid #000;
        padding-bottom: 30px;
        margin-bottom: 30px; }

body .only-xs {
  display: none; }
  @media (max-width: 768px) {
    body .only-xs {
      display: block; } }

body .navigation {
  display: none; }

body .mobile-sidebar {
  display: none; }

@media (max-width: 768px) {
  body .navigation {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    z-index: 2;
    padding: 10px; }
    body .navigation .navigation-logo {
      max-height: 20px;
      margin: 10px 0px; }
    body .navigation .menu-navigation {
      color: #fff;
      float: right;
      font-size: 20px;
      position: relative;
      top: 8px; }
  body .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0px;
    right: -100%;
    bottom: 0px;
    background: #000;
    z-index: 999;
    padding: 20px;
    transition: right 1s; }
    body .mobile-sidebar ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none; }
      body .mobile-sidebar ul li a {
        color: #fff;
        font-weight: bold;
        display: block;
        margin-bottom: 8px; }
    body .mobile-sidebar.opened {
      right: 0px;
      transition: right 1s; }
  body .img-responsive {
    max-width: 100% !important; }
    body .img-responsive.xs-width50 {
      max-width: 50% !important; } }

@media (max-width: 1330px) and (min-width: 769px) {
  body .col-md-offset-1, body .col-md-offset-2 {
    margin-left: 0px; } }

body .country-buttons-wrapper {
  width: 50%; }
  @media (max-width: 1330px) {
    body .country-buttons-wrapper {
      width: 100%; } }
