/*---------------------------
RESET
---------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

input[type], [contenteditable] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

body, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: 400; }

base, basefont, datalist, head, meta, script, style, title, noembed, param, template {
  display: none; }

a {
  text-decoration: none;
  color: inherit; }

b {
  font-weight: 400; }

em, i {
  font-style: normal; }

a:focus, button:focus {
  outline: 0; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0; }

input, fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  font-size: 10px;
  font-size: 1rem;
  font-family: inherit; }

input::-ms-clear {
  display: none; }

input:focus {
  outline: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none; }

svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

img {
  max-width: 100%;
  display: block; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: none; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

  @media all and (-ms-high-contrast:none){
     .hero { flex-direction: column; } /* IE10 */
     *::-ms-backdrop, .hero { flex-direction: column;} /* IE11 */
}

/*---------------------------
FLUID TYPOGRAPHY
---------------------------*/
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 30px;
    font-size: 3rem; }
  p, .norm {
    font-size: 14px;
    font-size: 1.4rem; } }

@media only screen and (min-width: 640px) and (max-width: 1200px) {
  h1 {
    font-size: calc(30px + (4.8 - 3) * (100vw - 640px) / (120 - 64));
    font-size: calc(3rem + (4.8 - 3) * (100vw - 640px) / (120 - 64)); }
  p, .norm {
    font-size: calc(14px + (1.6 - 1.4) * (100vw - 640px) / (120 - 64));
    font-size: calc(1.4rem + (1.6 - 1.4) * (100vw - 640px) / (120 - 64)); } }

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem; }
  p, .norm {
    font-size: 16px;
    font-size: 1.6rem; } }

/*---------------------------
HELPERS
---------------------------*/
.hidden {
  display: none !important; }

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

/*---------------------------
PRINT
---------------------------*/
@media print {
  *, *:before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    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) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/*---------------------------
GENERAL
---------------------------*/
html {
  font-size: 62.5%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body, html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #1a1a1a;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.45;
  overflow-x: hidden; }

html, body {
  height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

p {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  line-height: 1.45; }

.headline {
  font-weight: 900;
  margin-bottom: 40px;
  margin-bottom: 4rem;
  min-width: calc(270/1144 * 100%);
  min-width: calc(270/1144 * 100%);
  padding-right: 20px;
  padding-right: 2rem;
  border-right: 6px solid #1a1a1a; }

@media screen and (max-width: 960px) {
  .headline {
    display: inline-block; } }

::-moz-selection {
  color: #cccccc;
  background: #1a1a1a; }

::selection {
  color: #cccccc;
  background: #1a1a1a; }

:focus {
  outline: 0; }

.small {
  font-size: 12px;
  font-size: 1.2rem; }

.wrapper {
  width: 90%;
  max-width: 1200px;
  max-width: 120rem;
  margin: 0 auto; }

.underlined {
  text-decoration: underline; }

/* ------------------------------------------
  RESPONSIVE NAV 
--------------------------------------------- */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none; }

.nav-collapse li {
  width: 100%;
  display: block; }

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1; }

.nav-collapse.opened {
  max-height: 9999px; }

.disable-pointer-events {
  pointer-events: none !important; }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

@media screen and (min-width: 640px) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  #nav-icon {
    display: none; } }

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */
header {
  background: #1a1a1a;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
  padding: 13px 0;
  padding: 1.3rem 0; }

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* ------------------------------------------
  RESPONSIVE NAV MASK
--------------------------------------------- */
.mask {
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.android .mask {
  -webkit-transition: none;
  transition: none; }

.js-nav-active .mask {
  visibility: visible;
  opacity: 1; }

@media screen and (min-width: 640px) {
  .mask {
    display: none !important;
    opacity: 0 !important; } }

/* ------------------------------------------
  NAVIGATION 
--------------------------------------------- */
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0; }

.logo {
  display: block;
  -webkit-tap-highlight-color: transparent; }

.nav-collapse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none; }

.nav-collapse a {
  display: block;
  text-align: center;
  color: #ccc;
  white-space: nowrap;
  padding: 0 20px;
  padding: 0 2rem;
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .nav-collapse a:hover {
    color: #fff;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
  .current-menu-item a, .nav-collapse a.active {
    color: #fff;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }

@media screen and (max-width: 960px) {
  header .wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .logo {
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  .nav-collapse ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@media screen and (max-width: 640px) {
  header .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .logo {
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    margin-bottom: 0; }
  .nav-collapse {
    width: 100%; }
  .nav-collapse ul {
    display: block;
    padding: 15px 0;
    padding: 1.5rem 0; }
  .nav-collapse a {
    text-align: left;
    padding: 15px 0;
    padding: 1.5rem 0; } }

/* ------------------------------------------
  NAV TOGGLE 
--------------------------------------------- */
#nav-icon {
  width: 37px;
  height: 27px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#nav-icon span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

#nav-icon.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 5px; }

#nav-icon.active span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 5px; }

/* ------------------------------------------
  HERO
--------------------------------------------- */
.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  background: url("../img/hero.jpg") center center no-repeat;
  background-size: cover; }

.hero h1 {
  text-align: center;
  font-weight: 300;
  color: #fff; }

/* ------------------------------------------
  MAIN
--------------------------------------------- */
main {
  display: block;
  padding-top: 75px;
  padding-top: 7.5rem; }

@media screen and (max-width: 960px) {
  main {
    padding-top: 119px;
    padding-top: 11.9rem; } }

@media screen and (max-width: 640px) {
  main {
    padding-top: 81px;
    padding-top: 8.1rem; } }

.wrapper-headline, .wrapper-content, .wrapper-usluge, .wrapper-poveznice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.wrapper-content, .wrapper-poveznice {
  padding: 80px 0 40px 0;
  padding: 8rem 0 4rem 0; }

.wrapper-headline {
  padding: 80px 0 0 0;
  padding: 8rem 0 0 0; }

.wrapper-usluge {
  padding: 80px 0;
  padding: 8rem 0; }

.wrapper-accordion {
  position: relative;
  display: block;
  padding: 0 0 80px 0;
  padding: 0 0 8rem 0; }

.col-left {
  position: relative;
  width: calc(270/1144 * 100%);
  margin-right: calc(125/1144 * 100%); }

.photo {
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.photo img {
  max-width: none;
  width: 100%; }

.col-right {
  width: calc(570/1144 * 100%); }

@media screen and (max-width: 960px) {
  .col-left {
    width: 50%;
    margin-right: 0; }
  .col-right {
    width: 100%;
    margin-top: 0; }
  .wrapper-headline {
    padding: 40px 0 0 0;
    padding: 4rem 0 0 0; }
  .wrapper-content, .wrapper-usluge {
    display: block;
    padding: 40px 0;
    padding: 4rem 0; }
  .wrapper-content .col-left {
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-right: 2rem; }
  .wrapper-content .col-right {
    width: auto;
    margin-top: 92px;
    margin-top: 9.2rem; }
  .wrapper-accordion {
    padding: 0 0 40px 0;
    padding: 0 0 4rem 0; }
  .wrapper-poveznice {
    padding: 40px 0;
    padding: 4rem 0; }
  .wrapper-poveznice .col-left {
    width: calc(270/1144 * 100%);
    margin-right: calc(125/1144 * 100%); }
  .wrapper-poveznice .col-right {
    width: calc(570/1144 * 100%); } }

@media screen and (max-width: 640px) {
  .col-left {
    width: 100%; }
  .wrapper-content .col-left {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0; }
  .wrapper-content .col-right {
    width: auto;
    margin-top: 0;
    margin-top: 0; }
  .wrapper-poveznice {
    display: block; }
  .wrapper-poveznice .col-left {
    width: 100%;
    margin-right: 0; }
  .wrapper-poveznice .col-right {
    width: 100%; } }

/* ------------------------------------------
  ACCORDION
--------------------------------------------- */
/**
 * Show/hide text
 */
.js-houdini .active .collapse-text-show, .collapse-text-hide {
  display: none;
  visibility: hidden; }

.js-houdini .active .collapse-text-hide {
  display: block;
  visibility: visible; }

/**
 * The content
 */
.js-houdini .collapse {
  overflow: hidden;
  -webkit-transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.75s cubic-bezier(0, 1, 0, 1);
  max-height: 0; }
  .js-houdini .collapse.active {
    max-height: 5000px;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out; }
  .js-houdini .collapse:focus {
    outline: none; }

.wrapper-usluge .collapse.active {
  max-height: 500px; }

.collapse-toggle {
  position: relative;
  display: block;
  width: 100%; }

.collapse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  top: -58px;
  top: -5.8rem; }

.wrapper-usluge .collapse {
  top: 0;
  top: 0; }

.collapse .col-right {
  margin-top: 40px;
  margin-top: 4rem; }

.collapse-text-show, .collapse-text-hide {
  position: relative;
  z-index: 2;
  padding-left: calc(395/1144 * 100%);
  padding-bottom: 40px;
  padding-bottom: 4rem; }

.wrapper-usluge .collapse-text-show, .wrapper-usluge .collapse-text-hide {
  padding-left: 0;
  padding: 0 50px 20px 0;
  padding: 0 5rem 2rem 0; }

.arrow {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 1, 0, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 1, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 1, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 1, 0, 1), -webkit-transform 0.25s cubic-bezier(0, 1, 0, 1); }

.collapse-toggle.active .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 1, 0, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 1, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 1, 0, 1);
  transition: transform 0.25s cubic-bezier(0, 1, 0, 1), -webkit-transform 0.25s cubic-bezier(0, 1, 0, 1); }

@media screen and (max-width: 960px) {
  .collapse-text-show, .collapse-text-hide {
    padding-left: 0; }
  .collapse {
    display: block;
    top: 0;
    top: 0; }
  .collapse .col-left {
    width: 50%;
    float: left;
    margin-right: 20px;
    margin-right: 2rem; }
  .collapse .col-right {
    width: auto;
    margin-top: 0; }
  .wrapper-usluge {
    display: block; }
  .wrapper-usluge .col-left {
    width: 100%; } }

@media screen and (max-width: 640px) {
  .collapse .col-left {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0; } }

/* ------------------------------------------
  FOOTER
--------------------------------------------- */
footer {
  background: #ccc; }

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  padding: 4rem 0; }

@media screen and (max-width: 960px) {
  footer .col-left {
    width: calc(1/3 * 100%);
    padding-right: 20px;
    padding-right: 2rem; }
  footer .col-right {
    width: calc(2/3 * 100%); } }

@media screen and (max-width: 640px) {
  footer .wrapper {
    display: block; }
  footer .col-left {
    width: 100%;
    padding-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
    margin-bottom: 2rem; }
  footer .col-right {
    width: 100%; } }

/* ------------------------------------------
  MAP
--------------------------------------------- */
.google-maps {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
  margin-bottom: 2rem; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media screen and (max-width: 960px) {
  .google-maps {
    float: left;
    width: 50%;
    padding-bottom: 50%;
    margin-right: 20px;
    margin-right: 2rem; } }

@media screen and (max-width: 640px) {
  .google-maps {
    float: none;
    width: 100%;
    padding-bottom: 100%;
    margin-right: 0;
    margin-right: 0; } }
