.transitionFade {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn {
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.btn .icon svg {
  width: 100%;
  height: 100%;
}
.btnSize01 {
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
}
.btnSize01 .icon {
  width: 16px;
  height: 11px;
  margin-right: 5px;
}
.btnPrimary {
  background: #f3791f;
  border-color: #cf671a;
  color: #fff;
}
.btnPrimary .icon svg * {
  fill: #fff;
}
.btnPrimary:hover {
  background: #cf671a;
}
.btnSecondary {
  border-color: #d3d3d3;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f3791f;
}
.btnSecondary:hover {
  background: #efefef;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes moveLogoUp {
  from {
    top: 40px;
    left: 30px;
  }
  to {
    top: 0;
    left: 0;
  }
}
@keyframes moveLogoUp {
  from {
    top: 40px;
    left: 30px;
  }
  to {
    top: 0;
    left: 0;
  }
}
@-webkit-keyframes moveHdrDn {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}
@keyframes moveHdrDn {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}
html,
body {
  height: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body * {
  box-sizing: border-box;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.modal-open {
  overflow-y: hidden;
}
.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  float: left;
  z-index: 2;
  background: #d3e3ff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
header .container {
  max-width: 100%;
  padding: 0 10px;
}
.navbar {
  float: left;
  width: 100%;
  height: 100%;
}
.navbar-brand {
  float: left;
  margin: 10px 0;
  width: 152px;
  height: 30px;
}
.navbar-brand svg {
  width: 100%;
  height: 100%;
}
.navbar-toggler {
  background: none;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  float: right;
}
.navbar-toggler span svg {
  display: block;
  width: 100%;
  height: 100%;
}
.navbar-toggler span svg * {
  fill: #f3791f;
}
.navbar-toggler[aria-expanded=false] .navbar-toggler-close {
  display: none;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-hamburger {
  display: none;
}
.navbar-collapse {
  display: none;
  background: #363636;
  position: absolute;
  top: 50px;
  left: 0;
  width: calc(100% + 20px);
  -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.navbar-collapse ul {
  float: left;
  padding: 20px;
  width: 100%;
}
.navbar-collapse ul li {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.navbar-collapse ul li a {
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}
.navbar-collapse ul li a:hover {
  opacity: 0.7;
}
.navbar-collapse ul li a.active,
.navbar-collapse ul li a.active:hover {
  color: #f3791f;
  opacity: 1;
}
.navbar-collapse.show {
  display: block;
}
section {
  float: left;
  width: 100%;
  min-height: 100%;
  padding: 80px 0;
  text-align: center;
  position: relative;
}
section .container > h2 {
  font-size: 1.875em;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  padding: 0 0 40px;
}
section p {
  float: left;
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  line-height: 150%;
  padding: 20px 0 10px;
}
section p .xlsx {
  font-weight: 700;
  color: #0c7e3f;
}
section p .xml {
  font-weight: 700;
  color: #0072bc;
}
section p .bold {
  font-weight: 700;
}
section a {
  color: #f3791f;
  font-weight: 400;
  text-decoration: none;
}
section img {
  max-width: 100%;
  margin: 10px 0;
}
section .btn {
  margin-top: 20px;
}
section .i {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(../images/i.svg) center 0 no-repeat;
  background-size: 50%;
  width: 40px;
  height: 70px;
  margin-left: -20px;
}
section .general-info {
  font-size: 0.75em;
  padding: 10px;
  font-style: italic;
  margin-top: 60px;
}
section:nth-of-type(2n-1) {
  background: #e5e5e5;
  background: #f5f5f5;
}
section.compliance {
  background: #89ade9 url("../images/compliance-bgr.jpg") center bottom no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0;
  padding-bottom: 80px;
  position: relative;
}
section.compliance .container {
  position: initial;
}
section.compliance p {
  font-size: 1em;
  line-height: 150%;
  padding: 10px 30px;
}
section.compliance p.intro {
  color: #fff;
  padding: 30px 0 0;
  text-shadow: 1px 1px 2px #8ca9dd;
}
section.compliance h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.875em;
  padding: 0 0 10px;
  text-shadow: 1px 1px 3px #8ca9dd;
}
section.compliance .btn {
  margin-top: 30px;
}
section.compliance .scroll {
  clear: both;
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
section.compliance .scroll svg {
  width: 100%;
  height: 100%;
}
section.compliance .scroll svg * {
  fill: #fff;
  opacity: 0.5;
}
section.contact {
  padding-bottom: 100px;
  background: #89ade9;
}
footer {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -50px;
  padding: 20px;
  font-size: 0.875em;
  font-weight: 300;
  background: #363636;
  color: #fff;
}
footer .copyright {
  float: left;
}
footer .privatnost {
  float: right;
}
footer .privatnost a {
  text-decoration: underline;
  cursor: pointer;
}
.slick-slider button {
  position: absolute;
  z-index: 1;
  background: #ffffff url("../images/arrow.svg") center center no-repeat;
  background-size: 30%;
  border: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  top: 126px;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.slick-slider .slick-prev {
  left: 10px;
}
.slick-slider .slick-next {
  right: 10px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slick-slider .slider-item {
  text-align: center;
  padding: 0 10px 80px;
  position: relative;
  height: 490px;
}
.slick-slider .slider-item h2 {
  padding: 0 0 20px;
  font-weight: 700;
  font-size: 1.25em;
}
.slick-slider .slider-item p {
  font-size: 1em;
  font-weight: 300;
  line-height: 150%;
  padding: 20px 0;
}
.slick-slider .slider-item img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.slick-slider .slider-item .btn {
  width: 180px;
  display: inline-block;
  margin: 10px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -90px;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px 15px 20px 25px;
  animation: fadeIn 300ms;
}
.modal .modal-dialog {
  float: left;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  position: relative;
  /*overflow-y: auto;*/
  overflow-y: auto;
}
.modal .modal-dialog .close {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}
.modal .modal-dialog .close svg {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-content h1,
.modal .modal-dialog .modal-content h2,
.modal .modal-dialog .modal-content p,
.modal .modal-dialog .modal-content ul {
  float: left;
  width: 100%;
}
.modal .modal-dialog .modal-content h1 {
  font-size: 1.25em;
  font-weight: 300;
  text-transform: uppercase;
}
.modal .modal-dialog .modal-content h2 {
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  padding: 30px 0 0;
}
.modal .modal-dialog .modal-content p,
.modal .modal-dialog .modal-content ul {
  font-size: 1em;
  line-height: 150%;
  padding: 10px 0 5px;
}
.modal .modal-dialog .modal-content ul {
  list-style: disc;
  list-style-position: inside;
}
.modal .modal-dialog .modal-content ul li {
  float: left;
  width: 100%;
  line-height: normal;
  margin: 0 0 5px;
}
.modal .modal-dialog .modal-content a {
  color: #f3791f;
  font-weight: 400;
  text-decoration: none;
}
.modal .modal-dialog .modal-content .btn {
  float: left;
  margin: 40px 0 0;
  color: #fff;
}
@media (max-width: 319px) {
  section.compliance h1 {
    font-size: 1.875em;
  }
}
@media (min-width: 600px) {
  section.compliance {
    padding: 80px;
  }
  section.hxml .container img {
    max-width: 70%;
  }
  .slick-slider .slider-item {
    text-align: left;
  }
  .slick-slider .slider-item .btn {
    left: 0;
    margin: 10px 0 10px 10px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0 40px;
  }
  section {
    min-height: auto;
    text-align: left;
  }
  section .general-info {
    padding: 10px 0;
  }
  section.compliance {
    display: flex;
    align-items: center;
    padding: 0;
    min-height: 100%;
    text-align: center;
  }
  section.compliance .container {
    margin-top: -160px;
  }
  section.compliance p {
    font-size: 1.25em;
  }
  section.compliance h1 {
    font-size: 3.75em;
  }
  section.hxml .container {
    position: relative;
    padding-top: 85px;
  }
  section.hxml .container h2 {
    position: absolute;
    top: 0;
    left: 40px;
    width: auto;
  }
  section.hxml .container img {
    position: relative;
    left: 0;
    top: 25px;
    max-width: 40%;
    margin: 0;
    float: left;
    display: inline-block;
  }
  section.hxml .container p {
    float: none;
  }
  section.hxml .container .btn {
    float: right;
  }
  section.about .container {
    padding-right: 300px;
  }
  section.about .i {
    right: auto;
    left: calc(100% - 300px);
    width: 300px;
    height: 270px;
    background-size: 20%;
    margin-left: 0;
  }
  .modal {
    padding: 85px 45px 30px 25px !important;
  }
  .modal .modal-dialog {
    padding-right: 15px;
  }
  .modal .modal-dialog .close {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
  .modal .modal-dialog .modal-content {
    padding: 30px 10%;
  }
  .modal .modal-dialog .modal-content h1 {
    font-size: 2em;
    padding-bottom: 40px;
  }
  .slick-slider .slider-item {
    height: 500px;
  }
}
@media (min-width: 960px) {
  header.default {
    position: absolute;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 2;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
  }
  header.default .navbar-brand {
    float: left;
    position: relative;
    top: 40px;
    left: 30px;
    width: 218px;
    height: 43px;
  }
  header.default .navbar-collapse {
    top: 45px;
    right: 30px;
  }
  header.fixed {
    animation: fadeIn 300ms;
  }
  header.fixed .navbar-brand {
    width: 152px;
    height: 30px;
  }
  header.fixed .navbar-collapse {
    margin: 0;
    top: 0;
    right: 0;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-collapse {
    display: inline-block;
    background: transparent;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: right;
    margin-top: 30px 30px 0 0;
  }
  .navbar-collapse ul {
    float: right;
    padding: 0;
    width: auto;
    text-align: right;
    margin: 16px 0 0;
  }
  .navbar-collapse ul li {
    float: left;
    width: auto;
    margin: 0 0 0 30px;
  }
  .navbar-collapse ul li a {
    font-size: 0.875em;
    color: #000;
    display: block;
    padding: 4px 2px 15px;
  }
  .navbar-collapse ul li a.active {
    color: #f3791f;
    border-bottom: solid 2px #f3791f;
  }
  .navbar-collapse.show {
    display: block;
  }
  section .general-info {
    float: right;
    width: auto;
    margin-top: -110px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  section.compliance {
    padding: 150px 25%;
  }
  section.about .i {
    left: calc(50% + 325px);
    background-size: 23%;
  }
  section .container > h2 {
    font-size: 2em;
  }
  section p {
    font-size: 1.25em;
  }
  .modal .modal-dialog .modal-content {
    width: 1200px;
    margin: 0 auto;
  }
  .slick-slider .slider-item {
    height: 490px;
  }
}
