@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;subset=latin-ext&.css";
@import "https://fonts.googleapis.com/css?family=Merriweather:400,700&amp;subset=latin-ext&.css";
@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.6
  ---------------------------------------------------
    A set of useful LESS mixins by Dmitry Fadeyev
    Special thanks for mixin suggestions to:
      Kris Van Herzeele,
      Benoit Adam,
      Portenart Emile-Victor,
      Ryan Faerman

    More info at: http://lesselements.com
-----------------------------------------------------*/
.custom-font {
  font-family: 'Montserrat', sans-serif;
}
.custom-font-2 {
  font-family: 'Merriweather', serif;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

.center {
  margin: 0 auto;
  text-align: center;
}
.center  > DIV {
  text-align: left;
}
.box-sizing,
.boxsizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */

}
.left {
  float: left;
}
.right {
  float: right;
}
IMG {
  display: block;
}
EM {
  font-style: italic;
}
html,
button,
input,
select,
textarea {
  color: #333333;
}
html {
  background-color: white;
  height: 100%;
}
body {
  font-family: 'Montserrat', sans-serif;
  color: lightgray;
  min-height: 100px;
  font-size: 14px;
}
body:before {
  content: "xlarge";
  border-bottom: 1px solid red;
  color: red;
  display: block;
  display: none;
}
::-moz-selection {
  background: #0054a3;
  text-shadow: none;
}
::selection {
  background: #0054a3;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: black;
}
::-moz-placeholder {
  color: black;
}
::-moz-placeholder {
  color: black;
}
::-ms-input-placeholder {
  color: black;
}
H1,
H2,
H3,
H4,
H5 {
  color: black;
}
H2 {
  font-size: 21px;
}
H2.underline {
  border-bottom: 1px solid lightgray;
}
p {
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
  color: black;
}
A {
  color: black;
}
A:hover {
  color: lightgray;
  text-decoration: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1800px;
}
/******************HEADER*****************/

HEADER {
  margin: 30px 0;
}
HEADER .turkey {
  display: inline;
}
HEADER .turkey img {
  margin-top: 12px;
  max-width: 52px;
  display: inline-block;
}
HEADER .turkey span {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  color: black;
  padding-left: 10px;
  color: lightgray;
  position: relative;
  top: -10px;
}
HEADER .langs {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
  float: right;
  line-height: 40px;
}
HEADER .uk-navbar-nav {
  background-color: white;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
HEADER .uk-navbar-nav li {
  text-align: center;
}
HEADER .uk-navbar-nav li a {
  font-family: 'Montserrat', sans-serif;
  color: black;
  font-weight: bolder;
  font-size: 18px;
}
HEADER .uk-navbar-nav li a:hover,
HEADER .uk-navbar-nav li a:active {
  cursor: pointer;
  background-color: white;
}
HEADER .uk-navbar-nav li a.selected {
  color: #666666;
}
HEADER .uk-navbar-nav li a.last {
  background-color: black;
  color: white;
  border-radius: 8px;
  max-width: 180px;
}
HEADER .uk-navbar-nav li a.last:hover {
  background-color: white;
  color: black;
}
HEADER .uk-navbar-nav li a:active {
  text-decoration: underline;
}
HEADER .uk-navbar-nav li a:active :after {
  text-decoration: underline;
}
HEADER .uk-navbar::after {
  content: none;
}
HEADER .sub-menu {
  display: none;
}
/******************HEADER end*****************/

/******************FOOTER********************/

footer {
  background-color: black;
  padding: 40px 0px 40px 0px;
}
footer .footer-logo {
  margin-top: 67px;
  text-align: center;
}
footer .footer-logo P {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: white;
  margin-top: 10px;
}
footer ul.uk-navbar-nav {
  background-color: black;
  width: 100%;
}
footer ul.uk-navbar-nav li {
  /*margin-right: 100px;*/
  width: 20%;
  text-align: center;
}
footer ul.uk-navbar-nav li a {
  color: white;
  font-weight: bolder;
  font-size: 18px;
  padding: 0;
}
footer ul.uk-navbar-nav li a:hover {
  text-decoration: none;
  background-color: black;
  cursor: pointer;
  color: white;
}
footer ul.uk-navbar-nav li a.last {
  background-color: white;
  color: black;
  border-radius: 8px;
  padding: 0px 20px 10px 20px;
  max-width: 150px;
}
footer ul.uk-navbar-nav li a.last:hover {
  background-color: black;
  color: white;
}
footer ul.uk-navbar-nav .sub-menu {
  display: none;
}
footer .uk-navbar::after {
  display: none;
}
footer .footer-sub-menu {
  padding: 15px;
  margin-top: 140px;
}
footer .footer-sub-menu li {
  display: inline-block;
  width: 20%;
  padding-bottom: 10px;
}
footer .footer-sub-menu li a {
  color: white;
  font-size: 17px;
}
footer .langs {
  margin-top: 150px;
}
footer .langs a {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  text-align: center;
  float: right;
}
/****************** FOOTER end ****************/

/* **************** HOME PAGE *************** */

/* BRISANJE */

.pageTitle {
  text-align: center;
  font-size: 36px;
  padding: 20px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: red;
  text-decoration: line-through;
}
.pageDescription {
  text-align: center;
  font-size: 30px;
  padding: 20px;
  color: black;
  line-height: 140%;
}
/* /BRISANJE */

.pageContent {
  color: black;
  font-size: 28px;
}
.pageContent p {
  font-size: 28px;
}
.pageContent h2 {
  font-size: 28px;
  line-height: 140%;
  text-align: center;
}
.pageContent h3 {
  font-size: 28px;
  line-height: 140%;
  font-weight: bold;
}
.industry-card {
  background-color: lightgray;
  height: 100%;
  cursor: pointer;
}
.industry-card:hover {
  background-color: #eeeeee;
}
.industry-card h4 {
  font-size: 20px;
  font-weight: 800;
  color: black;
  margin: 20px;
}
.industry-card p {
  font-size: 18px;
  color: black;
  line-height: 110%;
  margin: 20px;
}
/* BRISATI */

.info-description {
  padding: 20px;
  padding-bottom: 50px;
}
.info-description h4 {
  font-size: 20px;
  font-weight: 800;
  color: black;
  padding: 5px;
}
.info-description p {
  font-size: 18px;
  color: black;
  line-height: 110%;
}
/* /BRISATI */

.contact-container {
  background-color: lightgray;
  text-align: center;
  padding: 50px;
  margin: 50px 0;
}
.contact-container .contact-box {
  background-color: white;
  color: black;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 45%;
}
.contact-container .contact-box h4 {
  font-size: 32px;
  font-weight: 800;
  line-height: 140%;
  padding: 20px 80px;
  margin-bottom: 20px;
}
.contact-container .contact-box a {
  background-color: black;
  color: white;
  border-radius: 18px;
  padding: 10px 60px 10px 60px;
  font-size: 30px;
  font-weight: 800;
}
.contact-container .contact-box a:hover {
  cursor: pointer;
}
.hero-img {
  width: 100%;
  height: auto;
}
/* **************** HOME PAGE end *********** */

/* **************** CONTACT PAGE ************ */

.contact-form {
  max-width: 700px;
  margin: 60px auto 100px auto;
  padding: 0 20px;
}
.contact-form .uk-form-label {
  font-size: 20px;
  color: black;
  font-weight: bold;
}
.contact-form INPUT[type=text],
.contact-form TEXTAREA {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  border: 2px solid lightgrey;
  height: auto;
}
.contact-form INPUT[type=text].not-valid,
.contact-form TEXTAREA.not-valid {
  background-color: #fffff6;
}
.contact-form .uk-button.black {
  background-color: black;
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 30px;
  border-radius: 8px;
}
.contact-form .uk-button.black:hover {
  background-color: #333333;
}
.contact-form .text-warning {
  background-color: #ffffdd;
  color: red;
  padding: 10px;
  margin-top: 10px;
}
#contact-form {
  padding-bottom: 100px;
}
#contact-form label {
  padding: 15px;
  font-size: 20px;
  color: black;
}
#contact-form input#_ctl0_tbName,
#contact-form input#_ctl0_company,
#contact-form input#_ctl0_country,
#contact-form input#_ctl0_email {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 2px solid lightgrey;
}
#contact-form textarea#_ctl0_enquiry {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 2px solid lightgrey;
}
#contact-form input#_ctl0_btnSend {
  background-color: black;
  color: white;
  border-radius: 18px;
  padding: 10px 50px 10px 50px;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
}
#contact-form input#_ctl0_btnSend:hover {
  cursor: pointer;
}
#contact-form span#_ctl0_DisplayMessage {
  padding: 5px;
  font-size: 16px;
  font-weight: 800;
  color: black;
}
.uk-container {
  max-width: 1400px;
}
/* ************** CONTACT PAGE end ********** */

/* ************** REPEATER style ************* */

.marginOverride {
  padding: 0px !important;
}
.rptImage,
.rptDescription {
  width: 50%;
  display: inline-block;
}
.rptDescription {
  text-align: start;
}
.rptDescription h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 25px;
  text-align: start;
}
.rptDescription h2 a:hover {
  text-decoration: underline;
}
.rptDescription p {
  font-size: 22px;
  margin: 25px;
  line-height: 140%;
}
.buttonLink {
  text-align: start;
}
.buttonLink a {
  background-color: black;
  color: white;
  border-radius: 18px;
  padding: 20px 30px 20px 30px;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: 19px;
}
.buttonLink a:hover {
  color: white !important;
  text-decoration: underline;
  cursor: pointer;
}
.rptBox a:hover,
.rptBox label:hover {
  color: black;
  cursor: pointer;
}
.image-left .rptImage {
  float: left;
}
.image-left .rptDescription {
  float: right;
}
.image-right .rptImage {
  float: right;
}
.image-right .rptDescription {
  float: left;
}
.text-intro-card H1 {
  text-align: center;
  font-size: 36px;
  padding: 20px;
}
.text-intro-card P {
  text-align: center;
  font-size: 28px;
  padding: 20px;
  color: black;
  line-height: 140%;
}
.standard-title H1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  padding: 20px;
  margin: 20px 0;
}
.standard-intro-text H2 {
  font-size: 26px;
  line-height: inherit;
  margin-bottom: 60px;
}
.standard-intro-text P {
  margin-bottom: 60px;
}
#cookie-bar p {
  color: white;
}
#cookie-bar p .cb-enable {
  padding: 10px;
  margin: 20px 0;
}
.technology-images {
  margin-bottom: 60px;
}
.technology-images IMG {
  border: 1px solid black;
}
.trackuracy-card {
  margin-top: 35px;
}
/* ************** REPEATER style end ************* */

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  BODY:before {
    content: "small";
  }
  HEADER {
    padding: 20px;
  }
  HEADER .uk-grid + .uk-grid {
    margin-top: 0;
  }
  HEADER .header-logo {
    max-width: 100%;
  }
  HEADER .logo {
    display: inline-block;
    max-width: 150px;
    margin-top: -5px;
  }
  HEADER .turkey {
    max-width: 100px;
    top: unset;
  }
  HEADER .turkey img {
    width: 25px;
    margin-top: unset;
  }
  HEADER .turkey span {
    font-size: 9px;
    top: -2px;
  }
  HEADER .mobile-menu {
    display: inline-block;
  }
  HEADER .mobile-menu img {
    margin-top: 10px;
    cursor: pointer;
  }
  HEADER .mobile-menu .toggle-menu {
    display: none;
    text-align: center;
    z-index: 100;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav {
    background-color: black;
    text-align: center;
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 100;
    width: 100%;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav a#menu-close {
    display: none;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li a {
    color: white;
    text-align: center;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li a::selection {
    text-decoration: underline;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li a.last {
    color: black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li:hover,
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav a:hover,
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav a:active {
    background-color: black;
    text-decoration: underline;
  }
  .standard-intro-text P,
  .standard-intro-text h2 {
    margin: 0 25px 40px 25px;
  }
  footer {
    padding: 25px;
  }
  footer .footer-logo {
    margin: 0px auto;
    width: 50%;
  }
  footer .footer-logo P {
    margin-bottom: 0;
  }
  footer ul.uk-navbar-nav {
    text-align: center;
    margin-top: 20px;
  }
  footer ul.uk-navbar-nav a#menu-close {
    display: none;
  }
  footer ul.uk-navbar-nav li {
    text-align: center;
    display: block;
    width: 100%;
  }
  footer ul.uk-navbar-nav li a {
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer ul.uk-navbar-nav li a::selection {
    text-decoration: underline;
  }
  footer ul.uk-navbar-nav li a.last {
    margin-left: auto;
    margin-right: auto;
  }
  footer ul.uk-navbar-nav li:hover,
  footer ul.uk-navbar-nav a:hover,
  footer ul.uk-navbar-nav a:active {
    background-color: black;
    text-decoration: underline;
  }
  footer .footer-sub-menu {
    margin-top: 200px;
  }
  footer .footer-sub-menu li {
    display: block;
    text-align: center;
    width: 100%;
  }
  footer .langs {
    text-align: center;
    margin-top: 0;
  }
  footer .langs A {
    color: white;
    font-weight: bold;
  }
  footer .langs span {
    float: unset;
  }
  /* ************ FOOTER END********** */
  
  /* **************** HOME PAGE *************** */
  
  .pageTitle {
    text-align: center;
    font-size: 25px;
    padding: 10px;
    width: 70%;
  }
  .pageTitle h1 {
    text-align: center;
    color: black;
  }
  .pageDescription {
    text-align: center;
    font-size: 24px;
    padding: 20px;
    color: black;
  }
  .pageDescription h2 {
    color: black;
    letter-spacing: 0.02em;
    line-height: 150%;
  }
  .pageContent {
    color: black;
    font-size: 22px;
  }
  .pageContent p {
    font-size: 22px;
    line-height: 140%;
  }
  .pageContent h2 {
    font-size: 22px;
    line-height: 140%;
    text-align: center;
  }
  .info-description {
    background-color: lightgray;
    padding: 20px;
    padding-bottom: 50px;
  }
  .info-description h4 {
    font-size: 20px;
    font-weight: 800;
    color: black;
  }
  .info-description p {
    font-size: 18px;
    color: black;
    line-height: 105%;
  }
  .contact-container {
    background-color: lightgray;
  }
  .contact-container .contact-box {
    width: 80%;
  }
  .contact-container .contact-box h4 {
    font-size: 24px;
    padding: 0px;
  }
  .contact-container .contact-box a {
    padding: 5px 15px 5px 15px;
    font-size: 24px;
  }
  .hero-img {
    width: 100%;
    height: auto;
  }
  /* **************** HOME PAGE end *********** */
  
  /* ************** REPEATER style ************* */
  
  .marginOverride {
    padding-left: 25px !important;
  }
  .rptImage,
  .rptDescription {
    width: 100%;
    display: block;
  }
  .rptDescription {
    text-align: start;
  }
  .rptDescription .rptTitle {
    padding-top: 5%;
    text-align: center;
  }
  .rptDescription .rptTitle h2 {
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
  }
  .rptDescription p {
    font-size: 22px;
    padding: 5px;
  }
  .rptBox a:hover,
  .rptBox label:hover {
    color: black;
    cursor: pointer;
  }
  .image-left .rptImage {
    float: unset;
  }
  .image-left .rptDescription {
    float: unset;
  }
  .image-right .rptImage {
    float: unset;
  }
  .image-right .rptDescription {
    float: unset;
  }
  .buttonLink {
    background-color: black;
    border-radius: 18px;
    padding: 5px 10px;
    margin-left: 25px;
    margin-right: 25px;
    text-align: center;
    margin-bottom: 20px;
  }
  .buttonLink a {
    background-color: unset;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-left: unset;
    padding: 0;
  }
  /* ************** REPEATER style end ************* */
  
  /* ************** CONTACT ************************ */
  
  #contact-form input[type=text],
  #contact-form textarea {
    width: 90% !important;
    margin-left: 10px !important;
  }
  /* ************** CONTACT end ******************** */
  
  .uk-container {
    padding: 0;
  }
  .text-intro-card H1 {
    font-size: 30px;
  }
  .text-intro-card P {
    font-size: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  BODY:before {
    content: "medium";
  }
  HEADER {
    padding: 5px;
    padding-bottom: 10px;
  }
  HEADER .header-logo {
    max-width: 100%;
  }
  HEADER .uk-navbar-nav li a {
    font-size: 18px;
  }
  HEADER .logo {
    display: inline-block;
    max-width: 150px;
    margin-top: -5px;
  }
  HEADER .turkey {
    max-width: 100px;
    margin-top: -5px;
  }
  HEADER .turkey img {
    margin-top: unset;
  }
  HEADER .turkey span {
    font-size: 9px;
    top: -2px;
  }
  HEADER .langs {
    font-size: 16px;
  }
  HEADER .mobile-menu {
    display: inline-block;
  }
  HEADER .mobile-menu img {
    margin-top: 7px;
  }
  HEADER .mobile-menu .toggle-menu {
    display: none;
    text-align: center;
    z-index: 100;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav {
    background-color: black;
    text-align: center;
    position: absolute;
    left: 0;
    top: 85px;
    z-index: 100;
    width: 100%;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav a#menu-close {
    display: none;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li {
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li a {
    color: white;
    text-align: center;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li a::selection {
    text-decoration: underline;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li a.last {
    color: black;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
  }
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav li:hover,
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav a:hover,
  HEADER .mobile-menu .toggle-menu ul.uk-navbar-nav a:active {
    background-color: black;
    text-decoration: underline;
  }
  /* ************ HEADER END********** */
  
  /* ************ FOOTER ********** */
  
  footer .footer-logo {
    margin-top: 0px;
  }
  footer ul.uk-navbar-nav {
    background-color: black;
    text-align: center;
    margin-top: 0;
  }
  footer ul.uk-navbar-nav a#menu-close {
    display: none;
  }
  footer ul.uk-navbar-nav li {
    text-align: center;
    display: block;
    width: 100%;
  }
  footer ul.uk-navbar-nav li a {
    color: white;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  footer ul.uk-navbar-nav li a::selection {
    text-decoration: underline;
  }
  footer ul.uk-navbar-nav li a.last {
    margin-left: auto;
    margin-right: auto;
  }
  footer ul.uk-navbar-nav li:hover,
  footer ul.uk-navbar-nav a:hover,
  footer ul.uk-navbar-nav a:active {
    background-color: black;
    text-decoration: underline;
  }
  footer .footer-sub-menu {
    margin-top: 200px;
  }
  footer .footer-sub-menu li {
    display: block;
    text-align: center;
    width: 100%;
  }
  footer .langs {
    text-align: center;
    margin-top: 0;
  }
  footer .langs a {
    color: white;
  }
  footer .langs span {
    float: unset;
  }
  /* ************ FOOTER END********** */
  
  /* ************* CONTACT BOX *********** */
  
  .contact-container .contact-box {
    width: 60%;
  }
  .contact-container .contact-box h4 {
    font-size: 28px;
    padding: 0;
  }
  .contact-container .contact-box a {
    padding: 10px 20px 10px 20px;
    font-size: 24px;
  }
  /* ************* CONTACT BOX end *********** */
  
  /* ************** REPEATER style ************* */
  
  .rptImage,
  .rptDescription {
    width: 100%;
    display: block;
  }
  .rptDescription {
    text-align: center;
  }
  .rptDescription a {
    text-align: center;
  }
  .rptDescription h2 {
    font-size: 25px;
    font-weight: bold;
    padding: 15px;
    text-align: center;
  }
  .rptDescription p {
    font-size: 22px;
    padding: 5px;
  }
  .rptBox a:hover,
  .rptBox label:hover {
    color: black;
    cursor: pointer;
  }
  .image-left .rptImage {
    float: unset;
  }
  .image-left .rptDescription {
    float: unset;
  }
  .image-right .rptImage {
    float: unset;
  }
  .image-right .rptDescription {
    float: unset;
  }
  .buttonLink {
    background-color: black;
    border-radius: 18px;
    padding: 5px 10px;
    margin-left: unset;
    text-align: center;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .buttonLink a {
    background-color: unset;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    text-align: center;
    margin-left: unset;
    padding: 0;
  }
  /* ************** REPEATER style end ************* */
  
  /* ************* CONTACT FORM  *************** */
  
  #contact-form input[type=text],
  #contact-form textarea {
    width: 90% !important;
    margin-left: 10px !important;
  }
  /* ************* CONTACT FORM end *************** */
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1418px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1418px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1418px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1418px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1418px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1418px), only screen and (min-width: 960px) and (max-width: 1418px) {
  HEADER .uk-navbar-nav li a {
    font-size: 16px;
  }
  footer ul.uk-navbar-nav li a {
    line-height: 26px;
    padding: 0 10px;
  }
  footer ul.uk-navbar-nav li a.last {
    line-height: 40px;
  }
  .contact-container .contact-box h4 {
    padding: 20px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1227px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1227px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1227px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1227px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1227px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1227px), only screen and (min-width: 960px) and (max-width: 1227px) {
  BODY:before {
    content: "large";
  }
  HEADER .uk-navbar-nav li a {
    font-size: 15px;
    padding: 0 12px;
  }
  .rptDescription h2 {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 15px;
  }
  .rptDescription p {
    font-size: 19px;
    margin: 15px;
  }
  .contact-container .contact-box {
    width: 60%;
  }
  .contact-container .contact-box h4 {
    font-size: 28px;
    padding: 0;
  }
  .contact-container .contact-box a {
    padding: 10px 20px 10px 20px;
    font-size: 24px;
  }
  FOOTER ul.uk-navbar-nav li a {
    font-size: 17px;
    padding: 0 8px;
  }
  FOOTER .footer-sub-menu li a {
    font-size: 15px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1100px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1100px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1100px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1100px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1100px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1100px), only screen and (min-width: 960px) and (max-width: 1100px) {
  HEADER .uk-navbar-nav li a {
    font-size: 14px;
    padding: 0 7px;
  }
}
