/* McPen */
/* Imports */
/* NFUD */
html,
body,
form,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
div,
hr,
input,
fieldset,
button {
  margin: 0px;
  padding: 0px;
}
/* Global settings */
.blind,
hr {
  display: none !important;
}
fieldset,
a,
a img {
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
  display: block;
  resize: none;
}
select,
button,
input,
textarea {
  font-family: 'Rubik', sans-serif;
}
button {
  outline: none;
  cursor: pointer;
}
/* Layout */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Rubik', sans-serif;
  padding-top: 151px;
}
@media (max-width: 1020px) {
  body {
    padding-top: 96px;
  }
}
section {
  width: 100%;
  clear: both;
  min-height: 1%;
  position: relative;
  padding: 80px 0;
}
section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
section.beige {
  background: #faf7f4;
}
@media (max-width: 1020px) {
  section {
    padding: 65px 0;
  }
}
section .row {
  min-height: 1%;
  width: 100%;
  clear: both;
}
section .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.pt0 {
  padding-top: 0 !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.half {
  width: 50%;
}
.half img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.half.left {
  float: left;
  padding-right: 15px;
}
.half.right {
  float: right;
  padding-left: 15px;
}
@media (max-width: 1020px) {
  .half {
    width: 100% !important;
  }
  .half.left {
    float: none;
    padding-right: 0;
    padding-bottom: 40px;
  }
  .half.right {
    float: none;
    padding-left: 0;
  }
}
.container {
  max-width: 1190px;
  padding: 0 20px;
  margin: 0 auto;
  min-height: 1%;
  position: relative;
}
.container:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
span.date,
p.date {
  display: block;
  clear: both;
  margin-bottom: 18px;
  margin-top: -11px;
  font-size: 13px;
  font-weight: normal;
  color: #000;
}
a.more {
  clear: both;
  display: inline-block;
  font-weight: bold;
  color: #f6d94c;
  font-size: 13px;
}
a.more:hover {
  text-decoration: none;
}
a.document {
  clear: both;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding-left: 25px;
  background: url("./images/document.png") left 3px no-repeat;
  background-size: 15px 14px;
  color: #000;
}
a.document:hover {
  text-decoration: none;
}
a.document.pdf {
  background: url("./images/pdf.png") left 0 no-repeat;
  background-size: 16px 20px;
}
img {
  max-width: 100%;
}
h1,
h2 {
  font-size: 40px;
  clear: both;
  margin-bottom: 35px;
  line-height: 52px;
  color: #000000;
  font-weight: 300;
}
h1 strong,
h2 strong {
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #f6d94c;
  text-underline-position: under;
}
h1 .yellow,
h2 .yellow {
  color: #f6d94c;
}
@media (max-width: 1020px) {
  h1,
  h2 {
    font-size: 31px;
    line-height: 45px;
  }
}
@media (max-width: 450px) {
  h1,
  h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
h3 {
  font-size: 20px;
  clear: both;
  margin-bottom: 20px;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
}
h3 .yellow {
  color: #f6d94c;
}
p {
  margin-bottom: 27px;
  font-size: 16px;
  line-height: 27px;
}
p strong {
  font-weight: bold;
}
p a {
  color: inherit;
}
p a:hover {
  text-decoration: none;
}
section ul {
  margin-bottom: 25px;
  clear: both;
  padding: 0 0;
  list-style: none;
}
section ul li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 27px;
  padding-left: 20px;
  position: relative;
}
section ul li:before {
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  top: 9px;
  background: #fab43b;
}
section ul li strong {
  font-weight: bold;
}
section ul li a {
  color: inherit;
}
section ul li a:hover {
  text-decoration: none;
}
.button {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  background: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  outline: none;
  min-width: 130px;
  padding: 0 32px 0 30px;
  height: 43px;
  line-height: 41px;
  border: 2px solid #000;
}
.button.yellow {
  border-color: #f6d94c;
}
.button:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 450px) {
  .button {
    padding: 0 16px 0 14px;
  }
}
table {
  border-spacing: 0;
  width: 100%;
}
table tr td:first-of-type,
table tr th:first-of-type {
  text-align: left;
  padding-left: 0;
}
table tr td:last-of-type,
table tr th:last-of-type {
  padding-right: 0;
}
table tr:last-of-type td,
table tr:last-of-type th {
  border-bottom: none;
}
table td,
table th {
  padding: 12px 10px;
  line-height: 23px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  table td,
  table th {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-width: 450px) {
  table td,
  table th {
    font-size: 11px;
    padding: 10px 5px;
    line-height: 16px;
  }
}
table th {
  border-top: none;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header * {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
header .top {
  min-height: 1%;
  clear: both;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #25201d;
}
header .top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  header .top {
    height: 96px;
    padding: 6px 0 14px 0;
  }
}
header .bottom {
  min-height: 1%;
  padding: 10px 0;
  clear: both;
  width: 100%;
  background-image: linear-gradient(to right, #f9ad38, #ffe751);
}
header .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  header .bottom {
    border: none;
  }
}
header .logo {
  float: left;
  display: block;
  height: 86px;
}
@media (max-width: 450px) {
  header .logo {
    height: 76px;
    margin-top: 4px;
  }
}
header .right {
  min-height: 1%;
  display: inline-block;
  float: right;
  margin-top: 22px;
}
header .right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .social {
  float: left;
  min-height: 1%;
  display: inline-block;
}
header .social:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header .social a {
  text-decoration: none;
  font-size: 24px;
  display: inline-block;
  margin-left: 15px;
  height: 43px;
  line-height: 43px;
  transition: none !important;
}
header .social a i,
header .social a svg {
  color: #fcc64c;
}
header .social a:hover i,
header .social a:hover svg {
  color: #fff;
}
header .language {
  margin-left: 50px;
  float: right;
}
header .language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 43px;
  border: 1px solid #757270;
  line-height: 42px;
  color: #fff;
  border-radius: 0 0;
  display: block;
  padding-right: 35px;
  padding-left: 17px;
  font-size: 16px;
  font-weight: normal;
  width: 77px;
  background: transparent url("./images/select.png") 82% center no-repeat;
  background-size: 9px 6px;
}
@media (max-width: 1020px) {
  header .language {
    margin-left: 30px;
    margin-right: 60px;
  }
}
@media (max-width: 450px) {
  header .language {
    margin-left: 20px;
    margin-right: 50px;
  }
}
header .navigation-link-mobile {
  display: none;
}
header nav {
  width: 100%;
  display: block;
  min-height: 1%;
}
header nav:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu {
  width: 100%;
  display: block;
  min-height: 1%;
  list-style: none;
  padding: 0 0;
  margin: 0 0;
}
header nav .menu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
header nav .menu li {
  float: left;
  display: inline-block;
  margin: 0 0;
  margin-right: 32px;
  padding: 0 0;
  clear: none;
  position: relative;
}
@media (max-width: 1150px) {
  header nav .menu li {
    margin-right: 27px;
  }
}
header nav .menu li a.menu-link {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  text-decoration: none;
  font-size: 15px;
  height: 35px;
  line-height: 36px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
header nav .menu li a.menu-link:hover {
  text-decoration: underline;
}
header nav .menu li a.menu-link.button {
  border: 1px solid #000;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  padding: 0 22px;
}
header nav .menu li a.menu-link.button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}
header nav .menu li:last-of-type {
  float: right;
  margin-right: 0;
}
header.small {
  position: fixed;
}
header.small .top {
  display: none;
}
@media (max-width: 1020px) {
  header,
  header.small {
    position: absolute;
  }
  header .top,
  header.small .top {
    display: block;
  }
  header .social,
  header.small .social {
    margin-right: 65px;
  }
  header .bottom,
  header.small .bottom {
    padding: 0 0;
  }
  header .container,
  header.small .container {
    position: static;
  }
  header nav,
  header.small nav {
    margin-top: 0;
    padding: 0 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #fff;
    display: none;
  }
  header nav .menu,
  header.small nav .menu {
    width: 100%;
  }
  header nav .menu li,
  header.small nav .menu li {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    display: block;
  }
  header nav .menu li a.menu-link,
  header.small nav .menu li a.menu-link {
    width: 100%;
    display: block;
    border: none !important;
    border-bottom: 1px solid #dbdbdb !important;
    padding: 17px 20px 15px 20px;
    height: auto;
    line-height: normal;
    color: #000 !important;
    margin: 0 0;
    text-align: left;
    background: none !important;
  }
  header nav .menu li a.menu-link:hover,
  header.small nav .menu li a.menu-link:hover,
  header nav .menu li a.menu-link.active,
  header.small nav .menu li a.menu-link.active {
    font-weight: bold;
    text-decoration: none;
  }
  header nav .menu li a.menu-link.button,
  header.small nav .menu li a.menu-link.button {
    padding: 16px 20px 15px 20px;
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: normal;
  }
  header nav .menu li .submenu,
  header.small nav .menu li .submenu {
    display: none !important;
  }
  header .navigation-link-mobile,
  header.small .navigation-link-mobile {
    position: absolute;
    float: right;
    display: inline-block;
    width: 36px;
    height: 31px;
    padding: 6px;
    top: 33px;
    right: 20px;
    vertical-align: middle;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
  }
  header .navigation-link-mobile span,
  header.small .navigation-link-mobile span {
    position: absolute;
    left: 6px;
    opacity: 1;
    display: block;
    height: 3px;
    width: calc(100% - 12px);
    background: #f6d94c;
    border-radius: 9px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  header .navigation-link-mobile span:nth-child(1),
  header.small .navigation-link-mobile span:nth-child(1) {
    top: 6px;
  }
  header .navigation-link-mobile span:nth-child(2),
  header.small .navigation-link-mobile span:nth-child(2),
  header .navigation-link-mobile span:nth-child(3),
  header.small .navigation-link-mobile span:nth-child(3) {
    top: 14px;
  }
  header .navigation-link-mobile span:nth-child(4),
  header.small .navigation-link-mobile span:nth-child(4) {
    top: 22px;
  }
  header .navigation-link-mobile.active span:nth-child(1),
  header.small .navigation-link-mobile.active span:nth-child(1) {
    width: 0%;
    left: 50%;
  }
  header .navigation-link-mobile.active span:nth-child(2),
  header.small .navigation-link-mobile.active span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .navigation-link-mobile.active span:nth-child(3),
  header.small .navigation-link-mobile.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .navigation-link-mobile.active span:nth-child(4),
  header.small .navigation-link-mobile.active span:nth-child(4) {
    width: 0%;
    left: 50%;
  }
}
/* Footer */
footer {
  width: 100%;
  min-height: 1%;
  clear: both;
}
footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .divider {
  display: block;
  width: 100%;
  height: 1px;
  background: #ababab;
  margin-bottom: 30px;
  margin-top: 30px;
  clear: both;
}
footer .top {
  background: #32302f;
}
footer .top .container {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media (max-width: 1020px) {
  footer .top .container {
    background: none;
  }
}
@media (max-width: 600px) {
  footer .top .container {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
footer .top .col {
  padding-bottom: 45px;
  width: 25%;
  float: left;
  padding-right: 30px;
  min-height: 1%;
}
footer .top .col:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top .col.last {
  padding-right: 0;
}
@media (max-width: 1020px) {
  footer .top .col {
    width: 50%;
  }
  footer .top .col.last {
    width: 50%;
  }
}
@media (max-width: 600px) {
  footer .top .col {
    width: 100%;
    float: none;
    clear: both;
    padding-bottom: 30px;
  }
  footer .top .col.last {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  footer .top .row {
    min-height: 1%;
    width: 100%;
    float: left;
    clear: none;
  }
  footer .top .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
}
footer .top p,
footer .top ul li,
footer .top p a,
footer .top ul li a {
  color: #ababab;
}
footer .top p strong,
footer .top ul li strong,
footer .top p a strong,
footer .top ul li a strong {
  color: #fff;
}
footer .top h3 {
  color: #fff;
}
footer .top ul {
  list-style: none;
}
footer .top ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
footer .top ul li a {
  text-decoration: none;
}
footer .top ul li a:hover {
  text-decoration: underline;
}
footer .top p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}
footer .top p.error {
  color: red;
}
footer .top p a.phone {
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
}
footer .top p a.email {
  color: #f6d94c;
}
footer .top .social {
  min-height: 1%;
  clear: both;
  width: 100%;
}
footer .top .social:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer .top .social a {
  margin-right: 22px;
  float: left;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  color: #fff;
}
footer .top .social a i,
footer .top .social a svg {
  font-size: 24px;
  opacity: 0.5;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
footer .top .social a:hover i,
footer .top .social a:hover svg {
  opacity: 1;
}
footer .bottom {
  background: #292827;
  width: 100%;
  text-align: center;
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .bottom p {
  margin: 0 0;
  font-size: 15px;
  color: #8e8e8e;
}
footer form {
  width: 100%;
  min-height: 1%;
  clear: both;
}
footer form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer form p {
  width: 100%;
  min-height: 1%;
  position: relative;
}
footer form p:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
footer form input[type="text"] {
  border: 1px solid #595756;
  height: 45px;
  line-height: 46px;
  outline: none;
  background: transparent;
  width: 100%;
  font-size: 14px;
  color: #fff;
  padding-left: 17px;
  padding-right: 90px;
}
footer form label {
  float: left;
  display: inline-block;
  padding-left: 33px;
}
footer form input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 1px;
  margin: 0 0;
}
footer form .button {
  outline: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  padding: 0 0;
  border: 1px solid #f6d94c;
  color: #f6d94c;
  right: 0;
  height: 45px;
  width: 76px;
  line-height: 45px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
footer form .button:hover {
  background: #f6d94c;
  color: #000;
}
footer form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
footer form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
footer form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
footer form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/* Remodal */
.remodal {
  max-width: 750px;
  padding: 50px;
  text-align: left;
}
.remodal .remodal-close {
  background: #f6d94c;
  top: -10px;
  right: -10px;
  left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.remodal .remodal-close:before {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 28px;
}
@media (max-width: 767px) {
  .remodal {
    padding: 30px 20px;
  }
}
/* checkbox */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  left: 0;
  clear: none !important;
  display: block;
  margin-right: 15px;
  cursor: pointer;
  padding: 0 0;
  float: left !important;
  background: transparent;
  width: 18px;
  border: 1px solid #fff;
  height: 18px;
  border-radius: 0 0 !important;
  outline: none;
}
input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background: #fff;
}
.w100 {
  width: 100%;
}
section ul.darci li {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 27px;
  padding-left: 20px;
  position: relative;
  width: 50%;
  float: left;
}
@media (max-width: 500px) {
  section ul.darci li {
    width: 100%;
    float: none;
    clear: both;
  }
}
/*------ Components -------*/
/* Cookies */
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 888;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 8px 20px;
}
.cookies p {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 0;
  display: inline-block;
  clear: none;
  width: auto;
  margin: 0 10px;
}
.cookies .button {
  height: 30px;
  line-height: 30px;
  clear: none;
  margin: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  min-width: 1px;
}
/* Slider styles */
.slick-dots {
  list-style: none;
  display: block;
  width: 100%;
  padding: 0 0;
  margin: 0 0;
  padding-top: 25px;
}
.slick-dots li {
  clear: none;
  display: inline-block;
  margin: 0 8px;
}
.slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #dbdbdb;
  border: none;
  outline: none;
  text-align: left;
  text-indent: -1000px;
  overflow: hidden;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.slick-dots li.slick-active button {
  background: #f6d94c;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 21px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: -10.5px;
  background-image: url("./images/prev-next.png");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  text-align: left;
  background-color: transparent;
  text-indent: -1000px;
  z-index: 800;
  overflow: hidden;
}
.slick-arrow.slick-prev {
  left: 0;
  background-position: left bottom;
}
.slick-arrow.slick-prev:hover {
  background-position: left top;
}
.slick-arrow.slick-next {
  right: 0;
  background-position: right bottom;
}
.slick-arrow.slick-next:hover {
  background-position: right top;
}
/* Intro */
.section-intro {
  width: 100%;
  min-height: 1%;
  position: relative;
  padding: 0 0 !important;
}
.section-intro:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-intro .dots {
  position: absolute;
  bottom: 60px;
  margin: 0 0;
  width: 100%;
  left: 0;
  clear: both;
  display: block;
}
.section-intro .slick-dots li {
  padding: 0 0;
  margin: 0 0;
  margin-right: 20px;
}
.section-intro .slick-dots li:before {
  display: none;
}
.section-intro .slick-dots li button {
  position: relative;
  border: 2px solid #f6d94c;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  outline: none;
  background: transparent;
}
.section-intro .slick-dots li.slick-active button {
  background: transparent;
}
.section-intro .slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
  position: absolute;
  border-radius: 50%;
  background: #f6d94c;
  content: '';
  display: block;
}
.section-intro .intro-slider {
  width: 100%;
}
.section-intro .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 120px 0;
  min-height: 720px;
}
@media (max-width: 450px) {
  .section-intro .slide {
    padding: 70px 0 80px 0;
    min-height: 600px;
  }
}
.section-intro .container {
  position: relative;
}
.section-intro .text {
  width: 100%;
  max-width: 715px;
}
.section-intro .text * {
  color: #fff;
}
.section-intro h2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
  font-weight: normal;
}
.section-intro h2 .yellow {
  color: #f6d94c;
}
@media (max-width: 1020px) {
  .section-intro h2 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 450px) {
  .section-intro h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.section-intro p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  .section-intro p {
    font-size: 16px;
    line-height: 27px;
  }
}
.section-intro .button {
  height: 56px;
  line-height: 54px;
  min-width: 230px;
}
.section-intro .button:hover {
  background: #f6d94c;
  color: #000;
}
/* Boxes */
.section-boxes {
  text-align: center;
}
.section-boxes .container {
  padding: 0 0;
}
.section-boxes .box {
  width: 50%;
  float: left;
  display: block;
  text-decoration: none;
  padding: 20px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  z-index: 10;
}
@media (max-width: 900px) {
  .section-boxes .box {
    width: 100%;
    border: none;
    box-shadow: none !important;
    max-width: none;
    min-height: 1px;
    float: none;
    clear: both;
    margin: 0 auto;
    padding: 10px 20px;
  }
  .section-boxes .box:last-of-type {
    margin: 0 auto;
  }
}
.section-boxes .box:last-of-type {
  margin-right: 0;
}
.section-boxes .box:hover .button {
  background: #000;
  color: #fff;
}
.section-boxes .inner {
  background-color: #fff;
  border: 1px solid #dbdbdb;
  background-size: auto 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  text-align: left;
  height: 420px;
  width: 100%;
  padding: 50px 50px 0 50px;
  position: relative;
}
@media (max-width: 450px) {
  .section-boxes .inner {
    padding: 20px;
    height: auto;
    background: #fff !important;
    padding-bottom: 100px;
  }
}
.section-boxes h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 28px;
  max-width: 275px;
}
@media (max-width: 450px) {
  .section-boxes h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.section-boxes p {
  margin-bottom: 0;
  max-width: 275px;
}
.section-boxes .button {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
@media (max-width: 450px) {
  .section-boxes .button {
    left: 20px;
    bottom: 25px;
  }
}
/* News */
.section-news .container {
  padding: 0 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
@media (max-width: 1200px) {
  .section-news .container {
    display: block;
    padding: 0 20px;
  }
}
.section-news .about {
  margin: 20px 20px;
  width: 42%;
  background: #faf7f4;
  border: 1px solid #dbdbdb;
  padding: 50px;
  position: relative;
  min-height: 1%;
}
.section-news .about:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1200px) {
  .section-news .about {
    width: 100%;
    clear: both;
    margin: 0 0;
    margin-bottom: 58px;
    padding: 40px 20px;
  }
}
.section-news .about h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .section-news .about h2 {
    font-size: 26px;
    line-height: 35px;
  }
}
.section-news .about p {
  margin-bottom: 33px;
}
.section-news .about .button {
  float: left;
  margin-top: 57px;
}
.section-news .about img {
  display: block;
  float: right;
  height: 100px;
}
@media (max-width: 450px) {
  .section-news .about .button {
    float: none;
    margin-top: 10px;
    clear: both;
  }
  .section-news .about img {
    display: block;
    float: none;
    clear: both;
    margin-top: 25px;
    height: 90px;
  }
}
.section-news .news {
  margin: 20px 20px;
  width: 58%;
}
@media (max-width: 1200px) {
  .section-news .news {
    width: 100%;
    clear: both;
    margin: 0 0;
  }
}
.section-news .news .top {
  min-height: 1%;
  width: 100%;
  clear: both;
  margin-bottom: 22px;
}
.section-news .news .top:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-news .news h2 {
  margin-bottom: 12px;
  clear: none;
  float: left;
}
.section-news .news .button {
  float: right;
  margin-bottom: 12px;
  margin-top: 6px;
}
.section-news .news .button.mobile-only {
  display: none;
}
@media (max-width: 700px) {
  .section-news .news {
    text-align: center;
  }
  .section-news .news h2 {
    text-align: center;
    clear: both;
    float: none;
  }
  .section-news .news .button {
    display: none;
  }
  .section-news .news .button.mobile-only {
    float: none;
    margin: 0 auto;
    display: inline-block;
  }
}
.section-news .item {
  min-height: 1%;
  width: 100%;
  position: relative;
  padding-left: 270px;
  margin-bottom: 30px;
  text-align: left;
}
.section-news .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-news .item:last-of-type {
  margin-bottom: 0;
}
.section-news .item .img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 250px;
  left: 0;
  top: 0;
  display: block;
  text-decoration: none;
}
.section-news .item h3 a {
  text-decoration: none;
  color: inherit;
}
.section-news .item p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 16px;
}
@media (max-width: 700px) {
  .section-news .item {
    padding-left: 0;
    text-align: left;
  }
  .section-news .item:last-of-type {
    margin-bottom: 35px;
  }
  .section-news .item .img {
    display: none;
  }
}
/* Projects */
.current-projects h2 {
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
}
.current-projects .container {
  padding: 0 10px;
}
@media (max-width: 1020px) {
  .current-projects .container {
    padding: 0 20px;
  }
}
.current-projects .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 1%;
}
.current-projects .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  .current-projects .row {
    display: block;
  }
}
.current-projects p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 16px;
}
.current-projects .button {
  margin-top: 15px;
}
.current-projects .project {
  width: 33.333%;
  margin: 10px;
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 36px 32px;
  padding-bottom: 200px;
  position: relative;
}
.current-projects .project .progress {
  position: absolute;
  bottom: 36px;
  left: 0;
  padding: 0 32px;
  width: 100%;
}
.current-projects .project .progress-bar {
  width: 100%;
  position: relative;
  height: 7px;
  background: #000;
  margin-top: -4px;
  margin-bottom: 11px;
  border-radius: 4px;
}
.current-projects .project .progress-bar .line {
  position: absolute;
  top: 0;
  left: 0;
  background: #f6d94c;
  border-radius: 4px;
  height: 7px;
}
@media (max-width: 1020px) {
  .current-projects .project {
    width: 100%;
    margin: 0 0;
    clear: both;
    float: none;
    margin-bottom: 20px;
  }
  .current-projects .project:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .current-projects .project {
    padding: 36px 20px;
    padding-bottom: 200px;
  }
  .current-projects .project .progress {
    padding: 0 20px;
  }
}
/* Donate */
.section-donate h2 {
  text-align: center;
  margin-bottom: 54px;
}
.section-donate p {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 16px;
}
@media (max-width: 1020px) {
  .section-donate .half {
    padding-bottom: 0 !important;
  }
}
.section-donate .half div {
  padding-left: 210px;
  margin-bottom: 65px;
}
@media (max-width: 1020px) {
  .section-donate .half div {
    padding-left: 170px;
  }
}
@media (max-width: 450px) {
  .section-donate .half div {
    padding-left: 0;
    padding-top: 122px;
    background-position: center top !important;
    background-size: auto 100px !important;
  }
}
.section-donate .dms {
  background: url('./images/dms.png') 20px 30px no-repeat;
  background-size: 145px 125px;
}
@media (max-width: 1020px) {
  .section-donate .dms {
    background-size: 130px auto;
    background-position: left 20px;
  }
}
.section-donate .givt {
  background: url('./images/givt.png') 0 center no-repeat;
  background-size: 181px 117px;
}
@media (max-width: 1020px) {
  .section-donate .givt {
    background-size: 160px auto;
    background-position: left top;
  }
}
.section-donate .darujme {
  background: url('./images/logo-darujme.png') 10% center no-repeat;
  background-size: 140px 73px;
}
@media (max-width: 1020px) {
  .section-donate .darujme {
    background-size: 140px auto;
    background-position: left top;
  }
}
.section-donate .daruj-spravne {
  background: url('./images/logo-daruj-spravne.png') 10% center no-repeat;
  background-size: 140px 31px;
}
@media (max-width: 1020px) {
  .section-donate .daruj-spravne {
    background-size: 140px auto;
    background-position: left top;
  }
}
.section-donate .card {
  background: url('./images/card.png') 40px 35px no-repeat;
  background-size: 106px 140px;
}
@media (max-width: 1020px) {
  .section-donate .card {
    background-size: 95px auto;
    background-position: 28px top;
  }
}
.section-donate .transfer {
  background: url('./images/donate.png') no-repeat 35px;
  background-size: 140px 140px;
}
@media (max-width: 1020px) {
  .section-donate .transfer {
    background-size: 95px auto;
    background-position: 28px top;
  }
}
.section-donate div.paysec {
  background: url('./images/paysec.png') 15px center no-repeat;
  background-size: 165px 44px;
}
@media (max-width: 1020px) {
  .section-donate div.paysec {
    background-size: 140px auto;
    background-position: left top;
  }
}
@media (max-width: 450px) {
  .section-donate div.paysec {
    padding-top: 100px !important;
    background-size: 80% auto !important;
  }
}
.section-donate .button {
  margin-top: 10px;
}
.section-donate .bottom {
  width: 100%;
  min-height: 1%;
  clear: both;
  border: 1px solid #dbdbdb;
  padding: 27px;
  padding-left: 116px;
  margin-top: 10px;
  float: none;
}
.section-donate .bottom:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-donate .bottom p {
  font-size: 15px;
  line-height: 26px;
  margin: 0 0;
}
.section-donate .bottom p strong {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}
.section-donate .bottom.account {
  background: url('./images/donate.png') 30px center no-repeat;
  background-size: 58px 58px;
}
.section-donate .bottom.volunteer {
  padding-left: 188px;
  background: url('./images/heart.png') 43px center no-repeat;
  background-size: 103px 81px;
}
.section-donate .bottom.volunteer p {
  font-size: 13px;
  line-height: 19px;
}
.section-donate .bottom.volunteer p strong {
  font-size: 13px;
  line-height: 19px;
}
@media (max-width: 1020px) {
  .section-donate .bottom {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .section-donate .bottom {
    background-position: center 27px !important;
    padding: 130px 20px 30px 20px !important;
    background-size: auto 73px !important;
  }
}
.reasons {
  background: #faf7f4;
  width: 100%;
  min-height: 1%;
  padding: 40px;
  border: 1px solid #ececec;
  margin-top: 33px;
}
.reasons:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.reasons p {
  margin-bottom: 19px;
  padding-left: 37px;
  background-position: left 3px;
  background-repeat: no-repeat;
}
.reasons p:last-of-type {
  margin-bottom: 0;
}
.reasons p.icon1 {
  background-image: url("./images/icon1.png");
  background-size: 21px 21px;
}
.reasons p.icon2 {
  background-image: url("./images/icon2.png");
  background-size: 24px 24px;
}
.reasons p.icon3 {
  background-image: url("./images/icon3.png");
  background-size: 24px 24px;
}
.reasons p.icon4 {
  background-image: url("./images/icon4.png");
  background-size: 24px 24px;
}
.reasons p.icon5 {
  background-image: url("./images/icon5.png");
  background-size: 24px 24px;
}
.reasons p.icon6 {
  background-image: url("./images/icon6.png");
  background-size: 19px 18px;
}
@media (max-width: 767px) {
  .reasons {
    padding: 32px 20px 30px 20px;
  }
}
/* Projects */
.orange-box {
  background: #fff8eb;
  width: 100%;
  min-height: 1%;
  padding: 27px 40px;
  border: 1px solid #fab43b;
  text-align: center;
}
.orange-box:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.orange-box h3 {
  font-size: 22px;
  margin: 0 0;
  line-height: 30px;
}
.orange-box h3 strong {
  color: #fab43b;
}
@media (max-width: 767px) {
  .orange-box {
    padding: 25px 20px;
  }
}
@media (max-width: 450px) {
  .orange-box h3 {
    font-size: 18px;
  }
}
.project-boxes {
  margin: 0 auto;
  display: flex;
  min-height: 1%;
  max-width: 100%;
  align-items: stretch;
  flex-direction: row;
}
.project-boxes:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  .project-boxes {
    display: block;
  }
}
.project-boxes .box {
  flex: 1 1 auto;
  text-align: left;
  margin-right: 30px;
  text-decoration: none;
  z-index: 10;
}
.project-boxes .box:last-of-type {
  margin-right: 0;
}
@media (max-width: 1020px) {
  .project-boxes .box {
    width: 100%;
    border: none;
    box-shadow: none !important;
    max-width: none;
    min-height: 1px;
    float: none;
    clear: both;
    margin: 0 auto;
    min-height: 1%;
    display: block;
    margin-bottom: 15px;
    background-color: transparent;
  }
  .project-boxes .box:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
  }
  .project-boxes .box:last-of-type {
    margin-bottom: 0;
  }
}
.project-boxes .img {
  height: 268px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  clear: both;
  margin-bottom: 8px;
}
/* Gallery */
.section-gallery h2 {
  text-align: center;
  margin-bottom: 55px;
  padding: 0 20px;
}
.section-gallery .slick-arrow {
  background-color: #fff;
  background-position: center center !important;
  background-size: 9px 17px;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.section-gallery .slick-arrow.slick-prev {
  left: 20px;
  background-image: url("./images/prev.png");
}
.section-gallery .slick-arrow.slick-next {
  right: 20px;
  background-image: url("./images/next.png");
}
/* Testimonials */
.section-testimonials h2 {
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
}
.section-testimonials .container {
  padding: 0 10px;
}
@media (max-width: 1020px) {
  .section-testimonials .container {
    padding: 0 20px;
  }
}
.section-testimonials .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  min-height: 1%;
}
.section-testimonials .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
@media (max-width: 1020px) {
  .section-testimonials .row {
    display: block;
  }
}
.section-testimonials p {
  font-style: italic;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-testimonials .name {
  position: absolute;
  width: 100%;
  text-align: left;
  display: block;
  padding: 0 20px 0 60px;
  left: 0;
  bottom: -44px;
  font-size: 18px;
  font-weight: 400;
}
.section-testimonials .name:before {
  position: absolute;
  left: 23px;
  top: -22px;
  content: '';
  display: block;
  background: url("./images/quote-bg.png") left top no-repeat;
  background-size: 100% 100%;
  width: 27px;
  height: 29px;
}
.section-testimonials .testimonial {
  width: 33.333%;
  margin: 10px;
  background: #fff url("./images/quote.png") 18px 30px no-repeat;
  background-size: 31px 25px;
  padding: 31px 31px 48px 58px;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1020px) {
  .section-testimonials .testimonial {
    width: 100%;
    margin: 0 0;
    clear: both;
    float: none;
    margin-bottom: 70px;
  }
}
@media (max-width: 500px) {
  .section-testimonials .testimonial {
    padding: 30px 20px;
    background: #fff;
  }
}
/* Partners */
.section-partners {
  padding: 110px 0;
}
@media (max-width: 1020px) {
  .section-partners {
    padding: 70px 0;
  }
}
.section-partners .slider-partners {
  padding: 0 38px;
  width: 100%;
  clear: both;
}
.section-partners .slick-arrow {
  width: 9px;
  height: 14px;
  margin-top: -7px;
}
.section-partners a,
.section-partners span {
  height: 90px;
  line-height: 90px;
  vertical-align: middle;
  display: block;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-partners a img,
.section-partners span img {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  display: inline-block;
  line-height: 90px;
  vertical-align: middle;
  max-width: 80%;
  max-height: 90%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.section-partners a:hover img,
.section-partners span:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
/* Map */
.section-map {
  padding-top: 0;
  padding-bottom: 20px;
}
.section-map h2 {
  margin-bottom: 40px;
}
.section-map .legend {
  position: absolute;
  background: #fff;
  min-height: 1%;
  bottom: 35px;
  width: 886px;
  left: 50%;
  margin-left: -443px;
  -webkit-box-shadow: 7px 7px 28px -10px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 7px 7px 28px -10px rgba(0, 0, 0, 0.66);
  box-shadow: 7px 7px 28px -10px rgba(0, 0, 0, 0.66);
  padding: 10px 30px;
}
.section-map .legend:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-map .legend span {
  width: 33.333%;
  text-align: left;
  font-size: 16px;
  float: left;
  padding-left: 42px;
  height: 40px;
  line-height: 40px;
  display: block;
  background-size: 26px 40px;
  background-position: left center;
  background-repeat: no-repeat;
}
.section-map .legend span.orange {
  background-image: url("./images/marker-orange.png");
}
.section-map .legend span.black {
  background-image: url("./images/marker-black.png");
}
.section-map .legend span.red {
  background-image: url("./images/marker-red.png");
}
@media (max-width: 1020px) {
  .section-map .legend {
    width: 100%;
    margin: 0 0;
    padding: 10px 20px;
    left: 0;
  }
  .section-map .legend span {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 20px;
  }
  .section-map .legend span:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .section-map .legend {
    padding: 15px 20px;
  }
  .section-map .legend span {
    width: 100%;
    padding: 0 0;
    padding-left: 42px;
    margin-bottom: 13px;
  }
  .section-map .legend span:last-of-type {
    margin-bottom: 0;
  }
}
.map-container {
  position: relative;
}
#map {
  height: 1060px;
}
#map .marker {
  display: block;
  width: 26px;
  height: 40px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
#map .marker.black {
  background-image: url("./images/marker-black.png");
}
#map .marker.red {
  background-image: url("./images/marker-red.png");
}
#map .marker.orange {
  background-image: url("./images/marker-orange.png");
}
#map .marker.large {
  background-image: url("./images/marker-orange.png");
  width: 38px;
  height: 59px;
}
#map .map-text-box {
  text-align: left;
  padding: 10px;
}
#map .map-text-box h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 17px;
}
#map .map-text-box p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 18px;
}
#map .map-text-box a {
  color: #fab43b;
}
/* Sidebar + Main content */
.sidebar {
  text-align: left;
  width: 265px;
  float: left;
}
.sidebar h3 {
  padding-bottom: 16px;
  margin-bottom: 21px;
}
.sidebar h3.underline {
  border-bottom: 1px solid #e4e4e4;
}
.sidebar .archive-link {
  width: 100%;
  line-height: 23px;
  display: block;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  clear: both;
  margin-bottom: 11px;
}
.sidebar .archive-link .right {
  font-size: 14px;
  color: #b7b7b7;
  display: inline-block;
  float: right;
}
.sidebar .archive-link:hover,
.sidebar .archive-link.active {
  color: #fab43b;
}
.sidebar .archive-link:hover .right,
.sidebar .archive-link.active .right {
  color: #b7b7b7;
}
.sidebar .archive-link.active {
  font-weight: bold;
}
.sidebar .archive-link.active .right {
  font-weight: normal;
}
@media (max-width: 1020px) {
  .sidebar {
    width: 100%;
    clear: both;
    float: none;
  }
}
.main-content {
  text-align: left;
  padding-left: 30px;
  float: right;
  width: calc(100% - 265px);
}
.main-content h3.gap {
  padding-bottom: 16px;
  margin-bottom: 21px;
}
.main-content h3.underline {
  padding-bottom: 16px;
  margin-bottom: 21px;
  border-bottom: 1px solid #e4e4e4;
}
.main-content ul li:before {
  width: 9px;
  height: 12px;
  background: url("./images/list.png") center center no-repeat;
  background-size: 100% 100%;
  top: 7px;
}
.main-content .download-link {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  clear: both;
  margin-bottom: 11px;
  padding-right: 103px;
  position: relative;
}
.main-content .download-link .right {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fab43b;
  display: inline-block;
  float: right;
}
.main-content .download-link .left {
  display: block;
  padding-left: 25px;
  background: url("./images/document.png") left 4px no-repeat;
  background-size: 15px 14px;
}
.main-content .download-link:hover span,
.main-content .download-link.active span {
  text-decoration: underline;
}
@media (max-width: 1020px) {
  .main-content {
    width: 100%;
    clear: both;
    float: none;
    padding-left: 0;
    padding-bottom: 50px;
  }
  .main-content h3.gap {
    padding-bottom: 0;
  }
}
.partners {
  min-height: 1%;
  width: 100%;
  margin-bottom: 27px;
}
.partners:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.partners a,
.partners span {
  float: left;
  width: 25%;
  height: 100px;
  vertical-align: middle;
  text-align: center;
  line-height: 100px;
  margin-bottom: 20px;
}
.partners a img,
.partners span img {
  max-width: 78%;
  max-height: 88%;
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 600px) {
  .partners a,
  .partners span {
    width: 33.333%;
    height: 85px;
    line-height: 85px;
    max-height: 98%;
    max-width: 85%;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  .partners a,
  .partners span {
    width: 50%;
  }
}
/* Contact */
.contact-form {
  position: relative;
  min-height: 1%;
  text-align: left;
}
.contact-form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form .line {
  position: absolute;
  top: 0;
  height: 100%;
  left: 56%;
  width: 1px;
  background: #dbdbdb;
}
.contact-form .contact-left {
  width: 56%;
  float: left;
  padding-right: 61px;
  min-height: 1%;
}
.contact-form .contact-left:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form .contact-right {
  width: 44%;
  float: left;
  min-height: 1%;
  padding-left: 60px;
}
.contact-form .contact-right:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form .contact-right p a {
  color: #fab43b;
  font-weight: bold;
}
.contact-form form {
  width: 100%;
  min-height: 1%;
  display: block;
}
.contact-form form:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.contact-form form p {
  width: 100%;
  clear: both;
  display: block;
  margin-bottom: 20px;
}
.contact-form form p.last {
  padding-top: 5px;
  margin-bottom: 0;
}
.contact-form form p.half {
  padding: 0 0 !important;
  width: 50%;
  float: left;
  clear: none;
}
.contact-form form p.half.left {
  padding-right: 15px !important;
}
.contact-form form p.half.right {
  padding-left: 15px !important;
}
.contact-form form label {
  font-size: 14px;
  color: #000000;
  clear: both;
  margin-bottom: 10px;
  display: block;
}
.contact-form form input,
.contact-form form textarea {
  border: 1px solid #dbdbdb;
  outline: none;
  width: 100%;
  display: block;
  height: 40px;
  line-height: 41px;
  padding: 0 17px;
  font-size: 14px;
  color: #000000;
}
.contact-form form textarea {
  height: 95px;
  padding: 12px 17px;
  line-height: 21px;
}
@media (max-width: 1020px) {
  .contact-form .line {
    display: none;
  }
  .contact-form .contact-left {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-bottom: 65px;
  }
  .contact-form .contact-right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .contact-form form p.half {
    width: 100%;
  }
  .contact-form form p.half.left,
  .contact-form form p.half.right {
    padding: 0 0 !important;
  }
}
.contact-map {
  padding-bottom: 0;
  padding-top: 60px;
}
.contact-map #map {
  height: 750px;
}
@media (max-width: 1020px) {
  .contact-map {
    padding-top: 20px;
  }
}
/* FAQ */
.section-faq h2 {
  padding-left: 15px;
  padding-right: 15px;
}
.section-faq .container {
  padding: 0 5px;
}
.accordion {
  width: 100%;
  min-height: 1%;
  clear: both;
}
.accordion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .half {
  padding: 0 15px;
}
.accordion .half.center {
  float: none;
  margin: 0 auto;
  margin-bottom: 35px;
}
.accordion .item {
  text-align: left;
  margin-bottom: 20px;
  min-height: 1%;
  border: 1px solid #dbdbdb;
  width: 100%;
}
.accordion .item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.accordion .accordion-link,
.accordion .download-link {
  width: 100%;
  display: block;
  padding: 16px 58px 15px 25px;
  color: #000;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  line-height: 22px;
}
.accordion .accordion-link .bg,
.accordion .download-link .bg {
  position: absolute;
  top: 0;
  right: 0;
  background: #fab43b;
  z-index: 5;
  width: 48px;
  height: 100%;
}
.accordion .accordion-link:before,
.accordion .download-link:before {
  z-index: 10;
  width: 14px;
  height: 4px;
  background: #000;
  content: "";
  display: block;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  right: 17px;
}
.accordion .accordion-link:after,
.accordion .download-link:after {
  height: 14px;
  z-index: 10;
  width: 4px;
  background: #000;
  content: "";
  display: block;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  right: 22px;
}
.accordion .accordion-link.active:after,
.accordion .download-link.active:after {
  opacity: 0;
}
.accordion .download-link {
  background: #fff;
}
.accordion .download-link:before,
.accordion .download-link:after {
  display: none;
}
.accordion .download-link .bg {
  vertical-align: middle;
  text-align: center;
  line-height: 53px;
  padding-left: 1px;
}
.accordion .download-link .bg i {
  vertical-align: middle;
}
.accordion .content {
  padding: 5px 58px 0 25px;
  display: none;
}
.accordion .content p {
  font-size: 15px;
  line-height: 22px;
}
.accordion .content ul li {
  font-size: 15px;
  line-height: 22px;
}
.accordion .content.active {
  display: block;
}
/* Text page */
.association {
  margin-top: 60px;
  clear: both;
  width: 100%;
  float: none;
  padding-left: 190px;
  background: url("../images/association.png") left center no-repeat;
  background-size: 162px 119px;
  min-height: 119px;
}
@media (max-width: 1020px) {
  .association {
    padding-left: 0;
    padding-bottom: 150px;
    background-position: left bottom;
  }
}
.znamka-kvality {
  margin-top: 60px;
  clear: both;
  width: 100%;
  float: none;
  padding-left: 190px;
  background: url("../images/znamka-kvality.jpg") left center no-repeat;
  background-size: 102px auto;
  min-height: 119px;
}
@media (max-width: 1020px) {
  .znamka-kvality {
    padding-left: 0;
    padding-bottom: 150px;
    background-position: left bottom;
  }
}
.aliance {
  margin-top: 60px;
  clear: both;
  width: 100%;
  float: none;
  padding-left: 190px;
  background: url("../images/aliance.jpg") left center no-repeat;
  background-size: 162px 119px;
  min-height: 119px;
}
@media (max-width: 1020px) {
  .aliance {
    padding-left: 0;
    padding-bottom: 150px;
    background-position: left bottom;
  }
}
/* People */
.section-people .container {
  padding: 0 0;
}
.section-people h2 {
  padding: 0 20px;
}
.section-people .person {
  width: 33.333%;
  float: left;
  padding: 20px;
  text-align: center;
}
.section-people .img {
  width: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 250px;
  border-radius: 50%;
  margin: 0 auto;
}
.section-people .text {
  height: 280px;
  padding-top: 28px;
  text-align: left;
}
.section-people h3 {
  margin-bottom: 15px;
}
.section-people p {
  text-align: justify;
  font-size: 13px;
  line-height: 19px;
}
@media (max-width: 1200px) {
  .section-people .person {
    padding: 20px 10px;
  }
  .section-people .container {
    padding: 0 10px;
  }
  .section-people h2 {
    padding: 0 10px;
  }
}
@media (max-width: 1020px) {
  .section-people .person {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .section-people .person {
    width: 100%;
  }
  .section-people .img {
    height: 70vw;
  }
  .section-people .text {
    height: auto;
  }
}
/* Projects */
.section-projects .container {
  padding: 0 10px;
}
.section-projects .project {
  width: 33.333%;
  float: left;
  padding: 10px;
  display: block;
  text-decoration: none;
}
.section-projects .project * {
  color: #000;
}
.section-projects .project:hover .inner {
  -webkit-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 14px -2px rgba(0, 0, 0, 0.2);
}
.section-projects .project:hover .button {
  background: #000;
  color: #fff;
}
.section-projects .inner {
  background: #fff;
  padding: 30px;
  height: 340px;
  padding-bottom: 85px !important;
  border: 1px solid #dbdbdb;
  position: relative;
}
.section-projects .button {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.section-projects p {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 21px;
}
.section-projects .project-text {
  font-size: 13px;
  line-height: 1.6;
  color: #000;
  margin-bottom: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
}
@media (max-width: 1200px) {
  .section-projects .inner {
    padding: 24px 20px;
    padding-bottom: 79px !important;
  }
  .section-projects .button {
    left: 20px;
    bottom: 24px;
  }
}
@media (max-width: 1020px) {
  .section-projects .project {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .section-projects .project {
    width: 100%;
  }
  .section-projects .inner {
    height: auto;
  }
}
/* Goals */
.section-goals .steps {
  min-height: 1%;
  width: 100%;
  clear: both;
  position: relative;
}
.section-goals .steps:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-goals .steps:before {
  position: absolute;
  width: 21%;
  height: 1px;
  background: #dbdbdb;
  top: 62px;
  left: 21%;
  display: block;
  content: "";
}
.section-goals .steps:after {
  position: absolute;
  width: 21%;
  height: 1px;
  background: #dbdbdb;
  visibility: visible;
  top: 62px;
  left: 58%;
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .section-goals .steps:before,
  .section-goals .steps:after {
    display: none !important;
  }
}
.section-goals .step {
  width: 26%;
  float: left;
  margin-right: 11%;
  text-align: center;
  position: relative;
  z-index: 10;
}
.section-goals .step:last-of-type {
  margin-right: 0;
}
.section-goals .step .number {
  display: block;
  clear: both;
  width: 125px;
  height: 125px;
  line-height: 125px;
  border-radius: 125px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 32px;
  border: 4px solid #f6d94c;
  font-size: 50px;
  line-height: 120px;
  background: #fff;
}
.section-goals .step p {
  line-height: 21px;
  font-size: 13px;
}
.section-goals .step p strong {
  font-size: 16px;
  line-height: 24px;
  clear: both;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 1200px) {
  .section-goals .step {
    width: 28%;
    margin-right: 8%;
  }
}
@media (max-width: 1020px) {
  .section-goals .step {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  .section-goals .step {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-goals .step:last-of-type {
    margin-bottom: 0;
  }
  .section-goals .step p br {
    display: none;
  }
}
/* Gallery */
.section-detail-gallery {
  min-height: 1%;
  width: 100%;
}
.section-detail-gallery.no-padding {
  padding: 0 0;
}
.section-detail-gallery .container {
  padding: 0 5px;
}
@media (max-width: 1020px) {
  .section-detail-gallery .container {
    padding: 0 10px;
  }
}
.section-detail-gallery:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.section-detail-gallery a {
  float: left;
  display: block;
  width: 25%;
  padding: 15px;
  overflow: hidden;
}
@media (max-width: 1020px) {
  .section-detail-gallery a {
    width: 33.333%;
    padding: 10px;
  }
}
@media (max-width: 600px) {
  .section-detail-gallery a {
    width: 50%;
  }
}
.section-detail-gallery a .inner {
  position: relative;
  width: 100%;
}
.section-detail-gallery a .inner img {
  width: 100%;
  display: block;
}
.section-detail-gallery a .inner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("./images/detail.png");
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.section-detail-gallery a:hover .inner:before {
  opacity: 1;
}
/* Detail */
.section-detail p,
.section-detail .text-content {
  font-size: 16px;
  line-height: 1.6;
}
.section-detail h3 {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #f6d94c;
  text-underline-position: under;
}
.section-project-detail .orange-box {
  text-align: left;
}
.section-project-detail .orange-box p {
  margin-bottom: 0;
  margin-top: -15px;
}
.section-project-detail .orange-box h3 {
  margin-bottom: 18px;
  font-size: 18px;
}
.section-project-detail .orange-box h3 strong {
  font-size: 22px;
}
.section-project-detail .orange-box h3 a {
  color: #fab43b;
  text-decoration: none;
}
@media (max-width: 450px) {
  .section-project-detail .orange-box h3 {
    line-height: 25px;
  }
  .section-project-detail .orange-box h3 strong {
    font-size: 15px;
  }
}
.three-icons {
  min-height: 1%;
  width: 100%;
}
.three-icons:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.three-icons .col {
  width: 33.333%;
  float: left;
  padding: 0 20px;
  text-align: center;
}
.three-icons .col img {
  display: block;
  clear: both;
  margin: 0 auto;
  margin-bottom: 19px;
  height: 68px;
}
.three-icons .col h3 {
  margin: 0 0;
}
@media (max-width: 767px) {
  .three-icons .col {
    padding: 0 0;
    width: 100%;
    clear: both;
    margin-bottom: 44px;
    float: none;
  }
  .three-icons .col h3 br {
    display: none;
  }
  .three-icons .col:last-of-type {
    margin-bottom: 0;
  }
}
/* Switch */
.switch {
  width: 100%;
  text-align: center;
}
.switch .links {
  width: 100%;
  clear: both;
  margin-bottom: 45px;
}
.switch .links a,
.switch .links span {
  margin: 0 21px;
  font-size: 22px;
  line-height: 35px;
  text-decoration: none;
  display: inline-block;
  color: #000;
}
.switch .links a.active,
.switch .links span.active {
  color: #fab43b;
  font-weight: bold;
}
@media (max-width: 767px) {
  .switch .links a,
  .switch .links span {
    margin: 0 12px;
    font-size: 20px;
  }
}
.switch .switch-content {
  display: none;
}
.switch .switch-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.switch .switch-content.active {
  display: block;
}
.section-press-release h3 {
  font-size: 23px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #dbdbdb;
}
.section-press-release .row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  width: 100%;
}
.section-press-release .row p {
  font-size: 16px;
  margin: 0 0;
  line-height: 1.6;
  padding-right: 30px;
}
.section-press-release .row a {
  font-size: 16px;
  color: #000;
  display: inline-block;
  margin-right: 25px;
  line-height: 1.6;
}
.section-press-release .row a:last-of-type {
  margin-right: 0;
}
.section-press-release .row:after {
  display: none !important;
}
.section-press-release .row .part {
  flex: 0 1 auto;
  padding-bottom: 15px;
}
.section-press-release .row .part:last-of-type {
  place-self: end;
}
@media (max-width: 1020px) {
  .section-press-release .row {
    flex-wrap: wrap;
  }
  .section-press-release .row p {
    padding-right: 0;
  }
  .section-press-release .row .part {
    width: 100%;
    clear: both;
  }
}
.section-request .button {
  margin-top: 30px;
}
.section-request h3 {
  margin-top: 20px;
  text-decoration: none;
  font-size: 23px;
  font-weight: 600;
}
/* Mixins */
.cf {
  min-height: 1%;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.inner-border {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upp {
  text-transform: uppercase;
}
.und {
  text-decoration: underline;
}
.img-grey {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all 0.6s ease;
  /* Transition for Webkit browsers */
}
.img-color {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}
.animated {
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.small-text {
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 16px;
}
/*# sourceMappingURL=global.css.map */