.ilightbox-overlay.dark {
	background: #000;
}

.ilightbox-loader.dark {
	-webkit-box-shadow: black 0px 0px 85px, black 0px 0px 85px;
	        box-shadow: black 0px 0px 85px, black 0px 0px 85px;
}
.ilightbox-loader.dark div {
	background: #000 url('../../files/themes/kochova-v1/dark-skin/preloader.gif') no-repeat center;
}

.ilightbox-holder.dark {
	padding: 5px;
	background: #000;
	
	-webkit-box-shadow: 0 0 15px hsla(0,0%,0%,.8);
	        box-shadow: 0 0 15px hsla(0,0%,0%,.8);
}

.ilightbox-holder.dark .ilightbox-container  .ilightbox-caption {
	background: url('../../files/themes/kochova-v1/dark-skin/caption-bg.png');
	color: #FFF;
	text-shadow: 0 1px black;
}

.ilightbox-holder.dark .ilightbox-container .ilightbox-social {
	background: url('../../files/themes/kochova-v1/dark-skin/caption-bg.png');
	
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}

.ilightbox-holder.dark .ilightbox-alert {
	background: url('../../files/themes/kochova-v1/dark-skin/alert.png') no-repeat center top;
	color: #555;
}

/* Style toolbar */
.ilightbox-toolbar.dark {
	top: 11px;
	left: 10px;
}

.ilightbox-toolbar.dark a {
	width: 25px;
	height: 23px;
	background: black url('../../files/themes/kochova-v1/dark-skin/buttons.png') no-repeat 7px 6px;
}

.ilightbox-toolbar.dark a.disabled {
	opacity: 0.2;
	filter: alpha(opacity=20);
	cursor: default;
	background-color: #000 !important;
}

.ilightbox-toolbar.dark a:first-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
		    border-bottom-left-radius: 3px;
		    border-top-left-radius: 3px;
}

.ilightbox-toolbar.dark a:last-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		    border-bottom-right-radius: 3px;
		    border-top-right-radius: 3px;
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
	background-position: -32px 6px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-position: 6px -33px;
	right: 35px;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
	background-position: -31px -33px;
}

.ilightbox-toolbar.dark a.ilightbox-play {
	background-position: 8px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-play:hover {
	background-position: -32px -57px;
}

.ilightbox-toolbar.dark a.ilightbox-pause {
	background-position: 8px -83px;
}

.ilightbox-toolbar.dark a.ilightbox-pause:hover {
	background-position: -32px -83px;
}

.isMobile .ilightbox-toolbar.dark {
	background: #000;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	text-align: center;
	
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.8);
	        box-shadow: 0 0 25px rgba(0,0,0,.8);
}

.isMobile .ilightbox-toolbar.dark a {
	display: inline-block;
	float: none;
	width: 50px;
	height: 40px;
	background-size: 50%;
	background-position: 50% !important;
}

.isMobile .ilightbox-toolbar.dark a:hover {
	background-color: #111;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
	background-image: url('../../files/themes/kochova-v1/dark-skin/fullscreen-icon-64.png');
	background-image/*\**/: url('../../files/themes/kochova-v1/dark-skin/fullscreen-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
	background-image: url('../../files/themes/kochova-v1/dark-skin/x-mark-icon-64.png');
	background-image/*\**/: url('../../files/themes/kochova-v1/dark-skin/x-mark-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-next-button {
	background-image: url('../../files/themes/kochova-v1/dark-skin/arrow-next-icon-64.png');
	background-image/*\**/: url('../../files/themes/kochova-v1/dark-skin/arrow-next-icon-ie.png')\9;  /* IE7-8 */
	background-position: 52% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-prev-button {
	background-image: url('../../files/themes/kochova-v1/dark-skin/arrow-prev-icon-64.png');
	background-image/*\**/: url('../../files/themes/kochova-v1/dark-skin/arrow-prev-icon-ie.png')\9;  /* IE7-8 */
	background-position: 48% 50%;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-play {
	background-image: url('../../files/themes/kochova-v1/dark-skin/play-icon-64.png');
	background-image/*\**/: url('../../files/themes/kochova-v1/dark-skin/play-icon-ie.png')\9;  /* IE7-8 */
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-pause {
	background-image: url('../../files/themes/kochova-v1/dark-skin/pause-icon-64.png');
	background-image/*\**/: url('../../files/themes/kochova-v1/dark-skin/pause-icon-ie.png')\9;  /* IE7-8 */
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-title {
	font-size: 18px;
	padding: 10px 8px;
	padding-right: 60px;
	color: #FFF;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar {
	left: auto;
	top: 5px;
	right: 5px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a {
	-webkit-border-radius: 0;
	        border-radius: 0;
	float: right;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:first-of-type {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
		    border-bottom-right-radius: 3px;
		    border-top-right-radius: 3px;
}

.ilightbox-holder.dark .ilightbox-inner-toolbar .ilightbox-toolbar a:last-of-type {
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
		    border-bottom-left-radius: 3px;
		    border-top-left-radius: 3px;
}

/* Style thumbnails */
.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
	box-shadow: 0 0 6px rgba(0, 0, 0, .9);
}

.ilightbox-thumbnails.dark .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-video {
	background: url('../../files/themes/kochova-v1/dark-skin/thumb-overlay-play.png') no-repeat center;
}

/* Configure arrow buttons */
.ilightbox-button.dark.disabled {
	opacity: 0.1;
	filter: alpha(opacity=10);  /* IE7-8 */
	cursor: default;
	background-color: #000 !important;
}
.ilightbox-button.dark span {
	display: block;
	width: 100%;
	height: 100%;
}
.ilightbox-button.dark {
	bottom: 0;
	right: 0;
	left: 0;
	left/*\**/: 45%\9;  /* IE7-8 */
	right/*\**/: auto\9;  /* IE7-8 */
	width: 95px;
	height: 75px;
	margin: auto;
	background: url('../../files/themes/kochova-v1/dark-skin/arrow-next-vertical-icon-64.png') no-repeat 50% 65%;
	background-color: #000;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
		    border-top-left-radius: 5px;
		    border-top-right-radius: 5px;
}
.ilightbox-button.ilightbox-button.dark:hover {
	background-color: #111;
}
.ilightbox-button.ilightbox-prev-button.dark {
	top: 0;
	bottom: auto;
	background-image: url('../../files/themes/kochova-v1/dark-skin/arrow-prev-vertical-icon-64.png');
	background-position: 50% 35%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
		    border-bottom-left-radius: 5px;
		    border-bottom-right-radius: 5px;
}
.ilightbox-button.dark.horizontal {
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	top/*\**/: 41%\9;  /* IE7-8 */
	bottom/*\**/: auto\9;  /* IE7-8 */
	width: 75px;
	height: 95px;
	background-image: url('../../files/themes/kochova-v1/dark-skin/arrow-next-icon-64.png');
	background-position: 65% 50%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
		    border-bottom-left-radius: 5px;
		    border-top-left-radius: 5px;
}
.ilightbox-button.ilightbox-prev-button.dark.horizontal {
	right: auto;
	left: 0;
	background-image: url('../../files/themes/kochova-v1/dark-skin/arrow-prev-icon-64.png');
	background-position: 35% 50%;

	-webkit-border-radius: 0;
	        border-radius: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
		    border-bottom-right-radius: 5px;
		    border-top-right-radius: 5px;
}
@charset "UTF-8";
@import url("../../files/themes/kochova-v1/dark-skin/skin.css");
@import url("../../files/themes/kochova-v1/light-skin/skin.css");
@import url("../../files/themes/kochova-v1/parade-skin/skin.css");
@import url("../../files/themes/kochova-v1/metro-black-skin/skin.css");
@import url("../../files/themes/kochova-v1/metro-white-skin/skin.css");
@import url("../../files/themes/kochova-v1/mac-skin/skin.css");
@import url("../../files/themes/kochova-v1/smooth-skin/skin.css");
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px; }

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }

@keyframes fadein {
  0% {
    opacity: 0; }
  66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@font-face {
  font-family: flexslider-icon;
  src: url(../../files/themes/kochova-v1/css/fonts/flexslider-icon.eot);
  src: url(../../files/themes/kochova-v1/css/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(../../files/themes/kochova-v1/css/fonts/flexslider-icon.woff) format("woff"), url(../../files/themes/kochova-v1/css/fonts/flexslider-icon.ttf) format("truetype"), url(../../files/themes/kochova-v1/css/fonts/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal; }

.flex-container a:focus, .flex-container a:hover {
  outline: 0; }

.flex-slider a:focus, .flex-slider a:hover {
  outline: 0; }

.flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.slides {
  margin: 0;
  padding: 0;
  list-style: none; }
  .slides > li {
    margin: 0;
    padding: 0;
    list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 80px;
  height: 80px;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #CC0738;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: #CC0738; }
  .flex-direction-nav a.flex-next:before {
    content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: .7;
  left: 10px; }
  .flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: .7;
  right: 10px; }
  .flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }
  .flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7); }
  .flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
pre, textarea {
  overflow: auto; }

:root {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  text-rendering: optimizeLegibility;
  vertical-align: top; }

[hidden], audio:not([controls]), template {
  display: none; }

details, main, summary {
  display: block; }

input[type=number] {
  width: auto; }

input[type=search] {
  -webkit-appearance: textfield; }
  input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

textarea {
  resize: vertical; }

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

*, ::after, ::before {
  box-sizing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0;
  cursor: inherit; }

a, button, input, select, textarea {
  cursor: initial; }

button, input, select, textarea {
  background: 0 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

input {
  min-height: 1.5em; }

nav ol, nav ul {
  list-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }
  select::-ms-expand {
    display: none; }
  select::-ms-value {
    color: currentColor; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

::-moz-selection, ::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
    [hidden~=screen]:not(:active):not(:focus):not(:target) {
      clip: rect(0 0 0 0) !important;
      position: absolute !important; } }

/* Import Skins */
/* Reset Styles */
.ilightbox-overlay {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none; }

.ilightbox-loader {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .ilightbox-loader * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none; }

.ilightbox-holder {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .ilightbox-holder .ilightbox-container {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption {
      float: none;
      margin: 0;
      padding: 0;
      border: 0;
      outline: 0;
      font-size: 100%;
      line-height: 100%;
      vertical-align: baseline;
      background: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: -moz-none;
      -khtml-user-select: none;
      -o-user-select: none;
      user-select: none; }

.ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-holder .ilightbox-container .ilightbox-social {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .ilightbox-toolbar *, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social * {
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    line-height: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none; }

.ilightbox-overlay {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0); }

.ilightbox-loader {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0); }
  .ilightbox-loader * {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0); }

.ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0); }

.ilightbox-thumbnails {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0); }
  .ilightbox-thumbnails * {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0); }

.ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0); }

/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
  overflow: hidden; }

.ilightbox-closedhand * {
  cursor: url(../../files/themes/kochova-v1/css/closedhand.cur), default !important; }

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000; }

.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0; }
  .ilightbox-loader div {
    width: 72px;
    height: 72px;
    -webkit-border-radius: 0 100px 100px 0;
    border-radius: 0 100px 100px 0; }
  .ilightbox-loader.horizontal {
    left: 45%;
    top: -192px;
    padding: 0;
    padding-top: 30px;
    -webkit-border-radius: 0 0 100px 100px;
    border-radius: 0 0 100px 100px; }
    .ilightbox-loader.horizontal div {
      -webkit-border-radius: 0 0 100px 100px;
      border-radius: 0 0 100px 100px; }

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010; }
  .ilightbox-toolbar a {
    float: left;
    cursor: pointer; }
  .ilightbox-toolbar .ilightbox-prev-button, .ilightbox-toolbar .ilightbox-next-button {
    display: none; }

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009; }
  .ilightbox-thumbnails.ilightbox-horizontal {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px; }
  .ilightbox-thumbnails.ilightbox-vertical {
    top: 0;
    right: 0;
    width: 140px;
    height: 100%;
    overflow: hidden; }
  .ilightbox-thumbnails .ilightbox-thumbnails-container {
    display: block;
    position: relative; }
  .ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
    width: 100%;
    height: 100px; }
  .ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
    width: 140px;
    height: 100%; }
  .ilightbox-thumbnails .ilightbox-thumbnails-grid {
    display: block;
    position: absolute;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0); }
    .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
      display: block;
      cursor: pointer;
      padding: 10px;
      position: relative; }
      .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -ms-interpolation-mode: bicubic; }
      .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: .7; }
        .ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
          opacity: 1; }

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none; }
  .ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
    cursor: pointer; }
  .ilightbox-holder div.ilightbox-container {
    position: relative;
    width: 100%;
    height: 100%; }
  .ilightbox-holder.supportTouch div.ilightbox-container {
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .ilightbox-holder img.ilightbox-image {
    width: 100%;
    height: 100%; }
  .ilightbox-holder .ilightbox-container .ilightbox-caption {
    display: none;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    max-width: 100%;
    padding: 5px 10px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 150%;
    word-wrap: break-word;
    z-index: 20003;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  .ilightbox-holder .ilightbox-container .ilightbox-social {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px;
    padding-left: 0;
    z-index: 20003;
    height: 16px; }
    .ilightbox-holder .ilightbox-container .ilightbox-social ul {
      float: left;
      list-style: none;
      height: 16px; }
      .ilightbox-holder .ilightbox-container .ilightbox-social ul li {
        display: inline; }
        .ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
          float: left;
          margin-left: 5px;
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-position: 50%; }
        .ilightbox-holder .ilightbox-container .ilightbox-social ul li.facebook a {
          background-image: url("../../files/themes/kochova-v1/social_icons/facebook_16.png"); }
        .ilightbox-holder .ilightbox-container .ilightbox-social ul li.digg a {
          background-image: url("../../files/themes/kochova-v1/social_icons/digg_16.png"); }
        .ilightbox-holder .ilightbox-container .ilightbox-social ul li.twitter a {
          background-image: url("../../files/themes/kochova-v1/social_icons/twitter_16.png"); }
        .ilightbox-holder .ilightbox-container .ilightbox-social ul li.delicious a {
          background-image: url("../../files/themes/kochova-v1/social_icons/delicious_16.png"); }
        .ilightbox-holder .ilightbox-container .ilightbox-social ul li.reddit a {
          background-image: url("../../files/themes/kochova-v1/social_icons/reddit_16.png"); }
        .ilightbox-holder .ilightbox-container .ilightbox-social ul li.googleplus a {
          background-image: url("../../files/themes/kochova-v1/social_icons/google_plus_16.png"); }
  .ilightbox-holder .ilightbox-alert {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    padding-top: 100px;
    margin: auto;
    width: 300px;
    height: 50px; }
  .ilightbox-holder .ilightbox-wrapper {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .ilightbox-holder .ilightbox-inner-toolbar {
    position: relative;
    z-index: 100; }
    .ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
      position: absolute; }

@media (max-width: 767px) {
  .ilightbox-holder,
  .ilightbox-container {
    width: 96% !important;
    left: 2% !important; } }

/* Style arrow buttons */
.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer; }

/* Style mobile devices */
.isMobile .ilightbox-button, .isMobile .ilightbox-thumbnails {
  display: none !important; }

.isMobile .ilightbox-toolbar .ilightbox-prev-button, .isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block; }

.row:before, form .formbody:before, .container:before {
  content: "";
  display: table; }

.mod-slider__slides:before, .mod-slider__slides .slide__overlay__content.has--image:before {
  content: "";
  display: table; }

.navbar:before, .row:after, form .formbody:after, .container:after {
  content: "";
  display: table; }

.mod-slider__slides:after, .mod-slider__slides .slide__overlay__content.has--image:after {
  content: "";
  display: table; }

.navbar:after {
  content: "";
  display: table; }

.row:after, form .formbody:after, .container:after {
  clear: both; }

.mod-slider__slides:after, .mod-slider__slides .slide__overlay__content.has--image:after {
  clear: both; }

.navbar:after {
  clear: both; }

:root {
  color: #242424;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 1.3rem;
  line-height: 2.4rem; }

a, button {
  cursor: pointer; }

img {
  max-width: 100%;
  vertical-align: middle; }

.is--positive h1, .is--positive .h1 {
  color: #CC0738; }

.is--positive h2, .is--positive .h2 {
  color: #836C77; }

.is--positive h3, .is--positive .h3 {
  color: #836C77; }

.is--positive h4, .is--positive .h4 {
  color: #836C77; }

.is--positive h5, .is--positive .h5 {
  color: #836C77; }

.is--positive h6, .is--positive .h6 {
  color: #836C77; }

.is--negative h1, .is--negative .h1 {
  color: #fff; }

.is--negative h2, .is--negative .h2 {
  color: #fff; }

.is--negative h3, .is--negative .h3 {
  color: #fff; }

.is--negative h4, .is--negative .h4 {
  color: #fff; }

.is--negative h5, .is--negative .h5 {
  color: #fff; }

.is--negative h6, .is--negative .h6 {
  color: #fff; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

.text-center {
  text-align: center; }

.row, form .formbody {
  margin: 0 -15px; }

.container {
  margin: 0 auto;
  padding: 0 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

@media (max-width: 767px) {
  .container {
    width: 90%; } }

.v-align-children > .container {
  margin: 0; }

[class^="col-"], [class*=" col-"] {
  float: left;
  list-style: none;
  min-height: 1px;
  padding: 0 15px; }

.no-padding [class^="col-"], [class^="col-"].no-padding, .no-padding [class*=" col-"], [class*=" col-"].no-padding {
  padding: 0; }

[class^="col-pull-"], [class*=" col-pull-"] {
  float: right; }

.visible-xs, .visible-sm, .visible-md, .visible-lg, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

.col-xs-1 {
  width: 8.33333333%; }

.col-push-xs-1 {
  margin-left: 8.33333333%; }

.col-pull-xs-1 {
  margin-right: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-push-xs-2 {
  margin-left: 16.66666667%; }

.col-pull-xs-2 {
  margin-right: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-push-xs-3 {
  margin-left: 25%; }

.col-pull-xs-3 {
  margin-right: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-push-xs-4 {
  margin-left: 33.33333333%; }

.col-pull-xs-4 {
  margin-right: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-push-xs-5 {
  margin-left: 41.66666667%; }

.col-pull-xs-5 {
  margin-right: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-push-xs-6 {
  margin-left: 50%; }

.col-pull-xs-6 {
  margin-right: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-push-xs-7 {
  margin-left: 58.33333333%; }

.col-pull-xs-7 {
  margin-right: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-push-xs-8 {
  margin-left: 66.66666667%; }

.col-pull-xs-8 {
  margin-right: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-push-xs-9 {
  margin-left: 75%; }

.col-pull-xs-9 {
  margin-right: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-push-xs-10 {
  margin-left: 83.33333333%; }

.col-pull-xs-10 {
  margin-right: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-push-xs-11 {
  margin-left: 91.66666667%; }

.col-pull-xs-11 {
  margin-right: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

.talign-left-xs {
  text-align: left; }

.talign-center-xs {
  text-align: center; }
  .talign-center-xs .has-delimiter:after, .talign-center-xs.has-delimiter:after {
    margin-left: auto;
    margin-right: auto; }

.talign-right-xs {
  text-align: right; }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; }
  .visible-xs-block {
    display: block !important; }
  .visible-xs-inline-block {
    display: inline-block !important; }
  .visible-xs-inline {
    display: inline !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; }
  thead.visible-xs {
    display: table-header-group !important; }
  tbody.visible-xs {
    display: table-row-group !important; }
  .col-xs-12 {
    clear: both; } }

@media (min-width: 768px) {
  .col-sm-1 {
    width: 8.33333333%; }
  .col-push-sm-1 {
    margin-left: 8.33333333%; }
  .col-pull-sm-1 {
    margin-right: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-push-sm-2 {
    margin-left: 16.66666667%; }
  .col-pull-sm-2 {
    margin-right: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-push-sm-3 {
    margin-left: 25%; }
  .col-pull-sm-3 {
    margin-right: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-push-sm-4 {
    margin-left: 33.33333333%; }
  .col-pull-sm-4 {
    margin-right: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-push-sm-5 {
    margin-left: 41.66666667%; }
  .col-pull-sm-5 {
    margin-right: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-push-sm-6 {
    margin-left: 50%; }
  .col-pull-sm-6 {
    margin-right: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-push-sm-7 {
    margin-left: 58.33333333%; }
  .col-pull-sm-7 {
    margin-right: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-push-sm-8 {
    margin-left: 66.66666667%; }
  .col-pull-sm-8 {
    margin-right: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-push-sm-9 {
    margin-left: 75%; }
  .col-pull-sm-9 {
    margin-right: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-push-sm-10 {
    margin-left: 83.33333333%; }
  .col-pull-sm-10 {
    margin-right: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-push-sm-11 {
    margin-left: 91.66666667%; }
  .col-pull-sm-11 {
    margin-right: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .talign-left-sm {
    text-align: left; }
  .talign-center-sm {
    text-align: center; }
    .talign-center-sm .has-delimiter:after, .talign-center-sm.has-delimiter:after {
      margin-left: auto;
      margin-right: auto; }
  .talign-right-sm {
    text-align: right; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; }
  .visible-sm-block {
    display: block !important; }
  .visible-sm-inline-block {
    display: inline-block !important; }
  .visible-sm-inline {
    display: inline !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; }
  thead.visible-sm {
    display: table-header-group !important; }
  tbody.visible-sm {
    display: table-row-group !important; }
  .col-sm-12 {
    clear: both; } }

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%; }
  .col-push-md-1 {
    margin-left: 8.33333333%; }
  .col-pull-md-1 {
    margin-right: 8.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-push-md-2 {
    margin-left: 16.66666667%; }
  .col-pull-md-2 {
    margin-right: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-push-md-3 {
    margin-left: 25%; }
  .col-pull-md-3 {
    margin-right: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-push-md-4 {
    margin-left: 33.33333333%; }
  .col-pull-md-4 {
    margin-right: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-push-md-5 {
    margin-left: 41.66666667%; }
  .col-pull-md-5 {
    margin-right: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-push-md-6 {
    margin-left: 50%; }
  .col-pull-md-6 {
    margin-right: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-push-md-7 {
    margin-left: 58.33333333%; }
  .col-pull-md-7 {
    margin-right: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-push-md-8 {
    margin-left: 66.66666667%; }
  .col-pull-md-8 {
    margin-right: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-push-md-9 {
    margin-left: 75%; }
  .col-pull-md-9 {
    margin-right: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-push-md-10 {
    margin-left: 83.33333333%; }
  .col-pull-md-10 {
    margin-right: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-push-md-11 {
    margin-left: 91.66666667%; }
  .col-pull-md-11 {
    margin-right: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .talign-left-md {
    text-align: left; }
  .talign-center-md {
    text-align: center; }
    .talign-center-md .has-delimiter:after, .talign-center-md.has-delimiter:after {
      margin-left: auto;
      margin-right: auto; }
  .talign-right-md {
    text-align: right; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md-block {
    display: block !important; }
  .visible-md-inline-block {
    display: inline-block !important; }
  .visible-md-inline {
    display: inline !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; }
  thead.visible-md {
    display: table-header-group !important; }
  tbody.visible-md {
    display: table-row-group !important; }
  .col-md-12 {
    clear: both; } }

@media (min-width: 1200px) {
  .col-lg-1 {
    width: 8.33333333%; }
  .col-push-lg-1 {
    margin-left: 8.33333333%; }
  .col-pull-lg-1 {
    margin-right: 8.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-push-lg-2 {
    margin-left: 16.66666667%; }
  .col-pull-lg-2 {
    margin-right: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-push-lg-3 {
    margin-left: 25%; }
  .col-pull-lg-3 {
    margin-right: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-push-lg-4 {
    margin-left: 33.33333333%; }
  .col-pull-lg-4 {
    margin-right: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-push-lg-5 {
    margin-left: 41.66666667%; }
  .col-pull-lg-5 {
    margin-right: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-push-lg-6 {
    margin-left: 50%; }
  .col-pull-lg-6 {
    margin-right: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-push-lg-7 {
    margin-left: 58.33333333%; }
  .col-pull-lg-7 {
    margin-right: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-push-lg-8 {
    margin-left: 66.66666667%; }
  .col-pull-lg-8 {
    margin-right: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-push-lg-9 {
    margin-left: 75%; }
  .col-pull-lg-9 {
    margin-right: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-push-lg-10 {
    margin-left: 83.33333333%; }
  .col-pull-lg-10 {
    margin-right: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-push-lg-11 {
    margin-left: 91.66666667%; }
  .col-pull-lg-11 {
    margin-right: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .hidden-lg {
    display: none !important; }
  .visible-lg-block {
    display: block !important; }
  .visible-lg-inline-block {
    display: inline-block !important; }
  .visible-lg-inline {
    display: inline !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; }
  thead.visible-lg {
    display: table-header-group !important; }
  tbody.visible-lg {
    display: table-row-group !important; }
  .col-lg-12 {
    clear: both; }
  .talign-left-lg {
    text-align: left; }
  .talign-center-lg {
    text-align: center; }
    .talign-center-lg .has-delimiter:after, .talign-center-lg.has-delimiter:after {
      margin-left: auto;
      margin-right: auto; }
  .talign-right-lg {
    text-align: right; } }

.no-gutter {
  margin-right: 0;
  margin-left: 0; }

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.clear {
  clear: both; }

.lead {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  margin-bottom: 20px; }

.uppercase {
  text-transform: uppercase; }

.kochova-logo {
  margin-left: -21px; }

main p {
  margin-bottom: 24px; }

a {
  color: #242424;
  font-weight: bold;
  transition: color .3s ease; }

@media (min-width: 992px) {
  a:hover {
    color: #CC0738; } }

.is--negative a:not(:hover) {
  color: #fff; }

.has--delimiter:after {
  content: "";
  display: inline-block;
  height: 3px;
  margin-bottom: 40px;
  margin-top: 15px;
  width: 100%;
  max-width: 575px; }

.is--positive .has--delimiter:after, .is--negative .has--delimiter:after {
  background: #CC0738; }

h1, h2, h3, h4 {
  letter-spacing: 2px;
  color: #242424;
  font-weight: 900;
  margin-bottom: 24px;
  text-transform: uppercase; }

h1, .h1 {
  font-size: 5.5vw;
  line-height: 1.25em;
  letter-spacing: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3rem; } }
  @media (min-width: 1280px) {
    h1, .h1 {
      font-size: 4rem; } }
  @media (min-width: 481px) and (max-width: 767px) {
    h1, .h1 {
      font-size: 2rem; } }
h2 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 5.3rem;
  margin-bottom: 0;
  color: #836C77; }
  @media (min-width: 992px) {
    h2 {
      font-size: 4rem; } }
  @media (min-width: 481px) and (max-width: 767px) {
    h2 {
      font-size: 1.6rem; } }
h3 {
  font-size: 5.5vw;
  line-height: 1.25em;
  letter-spacing: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1em; }
  @media (min-width: 768px) {
    h3 {
      font-size: 2rem; } }
  @media (min-width: 1280px) {
    h3 {
      font-size: 3rem; } }
  .is--positive h3 {
    color: #CC0738; }
  @media (min-width: 481px) and (max-width: 767px) {
    h3 {
      font-size: 1.4rem; } }
h4 {
  font-size: 1.6rem;
  line-height: 2.4rem; }
  @media (min-width: 481px) and (max-width: 767px) {
    h4 {
      font-size: 1.2rem; } }
.page-content ul:not([class]) {
  list-style: none;
  margin: 0;
  padding: 0; }
  .page-content ul:not([class]) li {
    margin: 0;
    padding: 0 0 0 12px;
    position: relative;
    list-style: none; }
    .page-content ul:not([class]) li::before {
      content: '•';
      display: inline-block;
      line-height: inherit;
      left: 0;
      position: absolute;
      top: 0; }

.flexbox .flexlist {
  list-style: none;
  margin: 0;
  padding: 0 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch; }

.flexbox .flexlist__item {
  float: none;
  margin-bottom: 8px;
  padding-bottom: 9px;
  position: relative; }
  .flexbox .flexlist__item:before {
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 15px;
    position: absolute;
    width: 75%; }

.flexbox .is--negative .flexlist__item:before {
  background: #836C77; }

.flexbox .is--positive .flexlist__item:before {
  background: #836C77; }

.no-flexbox .flexlist__item {
  float: left;
  margin-bottom: 0;
  margin-top: 8px;
  padding-bottom: 0;
  padding-top: 9px;
  position: relative; }
  .no-flexbox .flexlist__item:before {
    content: "";
    display: block;
    height: 3px;
    left: 15px;
    position: absolute;
    width: 75%;
    top: 0; }

.no-flexbox .is--negative .flexlist__item:before {
  background: #836C77; }

.no-flexbox .is--positive .flexlist__item:before {
  background: #242424; }

.no-flexbox .flexlist__item, .flexbox .flexlist__item {
  padding: 1em 0em 1em 2em;
  color: #CC0738; }
  .no-flexbox .flexlist__item:before, .flexbox .flexlist__item:before {
    bottom: -3px; }
  .no-flexbox .flexlist__item:after, .flexbox .flexlist__item:after {
    content: " ";
    display: block;
    height: 6px;
    width: 6px;
    background-color: #836C77;
    left: 0px;
    position: absolute;
    top: 20px; }

.mod.has-overlay {
  padding: 0 !important; }
  .mod.has-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200; }
  .mod.has-overlay.has--individual-background-image {
    height: 100vh;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 481px) and (max-width: 767px) {
      .mod.has-overlay.has--individual-background-image {
        height: 150vh; } }
    .mod.has-overlay.has--individual-background-image .overlay {
      position: relative; }
  .mod.has-overlay h1, .mod.has-overlay h2, .mod.has-overlay h3 {
    width: 100%; }
  .mod.has-overlay .caption {
    color: #fff;
    position: absolute;
    left: 1em;
    bottom: 1em;
    line-height: 1.4em; }
  .mod.has-overlay .overlay {
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 5em;
    height: 20vh;
    font-size: 4rem;
    transition: all 1s ease; }
    @media (min-width: 481px) and (max-width: 767px) {
      .mod.has-overlay .overlay {
        padding-top: 0rem;
        padding-bottom: 4rem;
        min-height: 3em;
        height: 20vh; } }
  .mod.has-overlay .container {
    position: relative;
    top: 0;
    transition: all 0.5s ease;
    height: 100%; }
  .mod.has-overlay .middle {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease; }
  .mod.has-overlay .fulltext {
    opacity: 0;
    font-weight: 300;
    font-size: 1.3rem;
    display: none;
    line-height: 1.5em;
    padding-top: 1em;
    transition: visibility 0s, opacity 0.5s ease; }
    @media (min-width: 768px) {
      .mod.has-overlay .fulltext {
        font-size: 2.5rem; } }
    .mod.has-overlay .fulltext ul, .mod.has-overlay .fulltext ol, .mod.has-overlay .fulltext p.wrapIn {
      text-align: left;
      max-width: 800px;
      margin: 0 auto; }
    .mod.has-overlay .fulltext p.wrapIn {
      margin-top: 2em; }
    .mod.has-overlay .fulltext ul {
      padding: 0 1em;
      list-style: none; }
      .mod.has-overlay .fulltext ul li:before {
        content: "";
        font-size: 0.8em;
        border-color: transparent #CC0738;
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 1.2em;
        position: relative; }
  .mod.has-overlay .toggle {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 0.5em; }
    .mod.has-overlay .toggle .arrow-down {
      background-image: url("../../files/themes/kochova-v1/images/arrow-down@2x.png");
      background-size: 100%;
      display: inline-block;
      height: 34px;
      width: 34px;
      transition: all 0.3s ease; }
  .mod.has-overlay.show-fulltext .overlay {
    height: 100%; }
  .mod.has-overlay.show-fulltext .fulltext {
    display: block;
    animation: 0.7s ease 0s normal forwards 1 fadein; }
  .mod.has-overlay.show-fulltext .middle {
    top: 50%;
    transform: translateY(-50%); }
  .mod.has-overlay.show-fulltext .arrow-down {
    transform: rotate(-180deg); }
  @media (max-width: 768px) {
    .mod.has-overlay.show-fulltext .toggle {
      text-align: right !important; } }
@media (min-width: 481px) and (max-width: 767px) {
  .mod-intro {
    height: 100vh !important; } }

.mod-intro h1 {
  margin: 6% auto; }
  @media (min-width: 768px) {
    .mod-intro h1 {
      max-width: 50%;
      margin: 3em auto; } }
@media (min-width: 481px) and (max-width: 767px) {
  .mod-intro .logo {
    max-width: 100px;
    margin-bottom: 0.5em; }
  .mod-intro h1 {
    font-size: 2rem;
    margin: 0 auto; } }

@media (min-width: 768px) {
  .no-flexbox .mod-sheet .flexlist__item:nth-child(3n+4) {
    clear: both; }
  .no-flexbox .mod-sheet .flexlist__item:nth-child(-n+3) {
    margin-top: 0;
    padding-top: 0; }
    .no-flexbox .mod-sheet .flexlist__item:nth-child(-n+3):before {
      content: normal; }
  .no-flexbox .flexlist__item:nth-last-child(-n+2):before, .flexbox .flexlist__item:nth-last-child(-n+2):before {
    display: none; } }

@media (min-width: 768px) {
  .no-flexbox .mod-deftable .flexlist__item:nth-child(2n+3) {
    clear: both; }
  .no-flexbox .mod-deftable .flexlist__item:nth-child(-n+2) {
    margin-top: 0;
    padding-top: 0; }
    .no-flexbox .mod-deftable .flexlist__item:nth-child(-n+2):before {
      content: normal; } }

.v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row; }

.v-align-transform {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  z-index: 2; }

@font-face {
  font-family: 'themify';
  src: url("../../files/themes/kochova-v1/fonts/themify.eot?-fvbane");
  src: url("../../files/themes/kochova-v1/fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../../files/themes/kochova-v1/fonts/themify.woff?-fvbane") format("woff"), url("../../files/themes/kochova-v1/fonts/themify.ttf?-fvbane") format("truetype"), url("../../files/themes/kochova-v1/fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class*=" ti-"] {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ti-wand:before {
  content: "\e600"; }

.ti-volume:before {
  content: "\e601"; }

.ti-user:before {
  content: "\e602"; }

.ti-unlock:before {
  content: "\e603"; }

.ti-unlink:before {
  content: "\e604"; }

.ti-trash:before {
  content: "\e605"; }

.ti-thought:before {
  content: "\e606"; }

.ti-target:before {
  content: "\e607"; }

.ti-tag:before {
  content: "\e608"; }

.ti-tablet:before {
  content: "\e609"; }

.ti-star:before {
  content: "\e60a"; }

.ti-spray:before {
  content: "\e60b"; }

.ti-signal:before {
  content: "\e60c"; }

.ti-shopping-cart:before {
  content: "\e60d"; }

.ti-shopping-cart-full:before {
  content: "\e60e"; }

.ti-settings:before {
  content: "\e60f"; }

.ti-search:before {
  content: "\e610"; }

.ti-zoom-in:before {
  content: "\e611"; }

.ti-zoom-out:before {
  content: "\e612"; }

.ti-cut:before {
  content: "\e613"; }

.ti-ruler:before {
  content: "\e614"; }

.ti-ruler-pencil:before {
  content: "\e615"; }

.ti-ruler-alt:before {
  content: "\e616"; }

.ti-bookmark:before {
  content: "\e617"; }

.ti-bookmark-alt:before {
  content: "\e618"; }

.ti-reload:before {
  content: "\e619"; }

.ti-plus:before {
  content: "\e61a"; }

.ti-pin:before {
  content: "\e61b"; }

.ti-pencil:before {
  content: "\e61c"; }

.ti-pencil-alt:before {
  content: "\e61d"; }

.ti-paint-roller:before {
  content: "\e61e"; }

.ti-paint-bucket:before {
  content: "\e61f"; }

.ti-na:before {
  content: "\e620"; }

.ti-mobile:before {
  content: "\e621"; }

.ti-minus:before {
  content: "\e622"; }

.ti-medall:before {
  content: "\e623"; }

.ti-medall-alt:before {
  content: "\e624"; }

.ti-marker:before {
  content: "\e625"; }

.ti-marker-alt:before {
  content: "\e626"; }

.ti-arrow-up:before {
  content: "\e627"; }

.ti-arrow-right:before {
  content: "\e628"; }

.ti-arrow-left:before {
  content: "\e629"; }

.ti-arrow-down:before {
  content: "\e62a"; }

.ti-lock:before {
  content: "\e62b"; }

.ti-location-arrow:before {
  content: "\e62c"; }

.ti-link:before {
  content: "\e62d"; }

.ti-layout:before {
  content: "\e62e"; }

.ti-layers:before {
  content: "\e62f"; }

.ti-layers-alt:before {
  content: "\e630"; }

.ti-key:before {
  content: "\e631"; }

.ti-import:before {
  content: "\e632"; }

.ti-image:before {
  content: "\e633"; }

.ti-heart:before {
  content: "\e634"; }

.ti-heart-broken:before {
  content: "\e635"; }

.ti-hand-stop:before {
  content: "\e636"; }

.ti-hand-open:before {
  content: "\e637"; }

.ti-hand-drag:before {
  content: "\e638"; }

.ti-folder:before {
  content: "\e639"; }

.ti-flag:before {
  content: "\e63a"; }

.ti-flag-alt:before {
  content: "\e63b"; }

.ti-flag-alt-2:before {
  content: "\e63c"; }

.ti-eye:before {
  content: "\e63d"; }

.ti-export:before {
  content: "\e63e"; }

.ti-exchange-vertical:before {
  content: "\e63f"; }

.ti-desktop:before {
  content: "\e640"; }

.ti-cup:before {
  content: "\e641"; }

.ti-crown:before {
  content: "\e642"; }

.ti-comments:before {
  content: "\e643"; }

.ti-comment:before {
  content: "\e644"; }

.ti-comment-alt:before {
  content: "\e645"; }

.ti-close:before {
  content: "\e646"; }

.ti-clip:before {
  content: "\e647"; }

.ti-angle-up:before {
  content: "\e648"; }

.ti-angle-right:before {
  content: "\e649"; }

.ti-angle-left:before {
  content: "\e64a"; }

.ti-angle-down:before {
  content: "\e64b"; }

.ti-check:before {
  content: "\e64c"; }

.ti-check-box:before {
  content: "\e64d"; }

.ti-camera:before {
  content: "\e64e"; }

.ti-announcement:before {
  content: "\e64f"; }

.ti-brush:before {
  content: "\e650"; }

.ti-briefcase:before {
  content: "\e651"; }

.ti-bolt:before {
  content: "\e652"; }

.ti-bolt-alt:before {
  content: "\e653"; }

.ti-blackboard:before {
  content: "\e654"; }

.ti-bag:before {
  content: "\e655"; }

.ti-move:before {
  content: "\e656"; }

.ti-arrows-vertical:before {
  content: "\e657"; }

.ti-arrows-horizontal:before {
  content: "\e658"; }

.ti-fullscreen:before {
  content: "\e659"; }

.ti-arrow-top-right:before {
  content: "\e65a"; }

.ti-arrow-top-left:before {
  content: "\e65b"; }

.ti-arrow-circle-up:before {
  content: "\e65c"; }

.ti-arrow-circle-right:before {
  content: "\e65d"; }

.ti-arrow-circle-left:before {
  content: "\e65e"; }

.ti-arrow-circle-down:before {
  content: "\e65f"; }

.ti-angle-double-up:before {
  content: "\e660"; }

.ti-angle-double-right:before {
  content: "\e661"; }

.ti-angle-double-left:before {
  content: "\e662"; }

.ti-angle-double-down:before {
  content: "\e663"; }

.ti-zip:before {
  content: "\e664"; }

.ti-world:before {
  content: "\e665"; }

.ti-wheelchair:before {
  content: "\e666"; }

.ti-view-list:before {
  content: "\e667"; }

.ti-view-list-alt:before {
  content: "\e668"; }

.ti-view-grid:before {
  content: "\e669"; }

.ti-uppercase:before {
  content: "\e66a"; }

.ti-upload:before {
  content: "\e66b"; }

.ti-underline:before {
  content: "\e66c"; }

.ti-truck:before {
  content: "\e66d"; }

.ti-timer:before {
  content: "\e66e"; }

.ti-ticket:before {
  content: "\e66f"; }

.ti-thumb-up:before {
  content: "\e670"; }

.ti-thumb-down:before {
  content: "\e671"; }

.ti-text:before {
  content: "\e672"; }

.ti-stats-up:before {
  content: "\e673"; }

.ti-stats-down:before {
  content: "\e674"; }

.ti-split-v:before {
  content: "\e675"; }

.ti-split-h:before {
  content: "\e676"; }

.ti-smallcap:before {
  content: "\e677"; }

.ti-shine:before {
  content: "\e678"; }

.ti-shift-right:before {
  content: "\e679"; }

.ti-shift-left:before {
  content: "\e67a"; }

.ti-shield:before {
  content: "\e67b"; }

.ti-notepad:before {
  content: "\e67c"; }

.ti-server:before {
  content: "\e67d"; }

.ti-quote-right:before {
  content: "\e67e"; }

.ti-quote-left:before {
  content: "\e67f"; }

.ti-pulse:before {
  content: "\e680"; }

.ti-printer:before {
  content: "\e681"; }

.ti-power-off:before {
  content: "\e682"; }

.ti-plug:before {
  content: "\e683"; }

.ti-pie-chart:before {
  content: "\e684"; }

.ti-paragraph:before {
  content: "\e685"; }

.ti-panel:before {
  content: "\e686"; }

.ti-package:before {
  content: "\e687"; }

.ti-music:before {
  content: "\e688"; }

.ti-music-alt:before {
  content: "\e689"; }

.ti-mouse:before {
  content: "\e68a"; }

.ti-mouse-alt:before {
  content: "\e68b"; }

.ti-money:before {
  content: "\e68c"; }

.ti-microphone:before {
  content: "\e68d"; }

.ti-menu:before {
  content: "\e68e"; }

.ti-menu-alt:before {
  content: "\e68f"; }

.ti-map:before {
  content: "\e690"; }

.ti-map-alt:before {
  content: "\e691"; }

.ti-loop:before {
  content: "\e692"; }

.ti-location-pin:before {
  content: "\e693"; }

.ti-list:before {
  content: "\e694"; }

.ti-light-bulb:before {
  content: "\e695"; }

.ti-Italic:before {
  content: "\e696"; }

.ti-info:before {
  content: "\e697"; }

.ti-infinite:before {
  content: "\e698"; }

.ti-id-badge:before {
  content: "\e699"; }

.ti-hummer:before {
  content: "\e69a"; }

.ti-home:before {
  content: "\e69b"; }

.ti-help:before {
  content: "\e69c"; }

.ti-headphone:before {
  content: "\e69d"; }

.ti-harddrives:before {
  content: "\e69e"; }

.ti-harddrive:before {
  content: "\e69f"; }

.ti-gift:before {
  content: "\e6a0"; }

.ti-game:before {
  content: "\e6a1"; }

.ti-filter:before {
  content: "\e6a2"; }

.ti-files:before {
  content: "\e6a3"; }

.ti-file:before {
  content: "\e6a4"; }

.ti-eraser:before {
  content: "\e6a5"; }

.ti-envelope:before {
  content: "\e6a6"; }

.ti-download:before {
  content: "\e6a7"; }

.ti-direction:before {
  content: "\e6a8"; }

.ti-direction-alt:before {
  content: "\e6a9"; }

.ti-dashboard:before {
  content: "\e6aa"; }

.ti-control-stop:before {
  content: "\e6ab"; }

.ti-control-shuffle:before {
  content: "\e6ac"; }

.ti-control-play:before {
  content: "\e6ad"; }

.ti-control-pause:before {
  content: "\e6ae"; }

.ti-control-forward:before {
  content: "\e6af"; }

.ti-control-backward:before {
  content: "\e6b0"; }

.ti-cloud:before {
  content: "\e6b1"; }

.ti-cloud-up:before {
  content: "\e6b2"; }

.ti-cloud-down:before {
  content: "\e6b3"; }

.ti-clipboard:before {
  content: "\e6b4"; }

.ti-car:before {
  content: "\e6b5"; }

.ti-calendar:before {
  content: "\e6b6"; }

.ti-book:before {
  content: "\e6b7"; }

.ti-bell:before {
  content: "\e6b8"; }

.ti-basketball:before {
  content: "\e6b9"; }

.ti-bar-chart:before {
  content: "\e6ba"; }

.ti-bar-chart-alt:before {
  content: "\e6bb"; }

.ti-back-right:before {
  content: "\e6bc"; }

.ti-back-left:before {
  content: "\e6bd"; }

.ti-arrows-corner:before {
  content: "\e6be"; }

.ti-archive:before {
  content: "\e6bf"; }

.ti-anchor:before {
  content: "\e6c0"; }

.ti-align-right:before {
  content: "\e6c1"; }

.ti-align-left:before {
  content: "\e6c2"; }

.ti-align-justify:before {
  content: "\e6c3"; }

.ti-align-center:before {
  content: "\e6c4"; }

.ti-alert:before {
  content: "\e6c5"; }

.ti-alarm-clock:before {
  content: "\e6c6"; }

.ti-agenda:before {
  content: "\e6c7"; }

.ti-write:before {
  content: "\e6c8"; }

.ti-window:before {
  content: "\e6c9"; }

.ti-widgetized:before {
  content: "\e6ca"; }

.ti-widget:before {
  content: "\e6cb"; }

.ti-widget-alt:before {
  content: "\e6cc"; }

.ti-wallet:before {
  content: "\e6cd"; }

.ti-video-clapper:before {
  content: "\e6ce"; }

.ti-video-camera:before {
  content: "\e6cf"; }

.ti-vector:before {
  content: "\e6d0"; }

.ti-themify-logo:before {
  content: "\e6d1"; }

.ti-themify-favicon:before {
  content: "\e6d2"; }

.ti-themify-favicon-alt:before {
  content: "\e6d3"; }

.ti-support:before {
  content: "\e6d4"; }

.ti-stamp:before {
  content: "\e6d5"; }

.ti-split-v-alt:before {
  content: "\e6d6"; }

.ti-slice:before {
  content: "\e6d7"; }

.ti-shortcode:before {
  content: "\e6d8"; }

.ti-shift-right-alt:before {
  content: "\e6d9"; }

.ti-shift-left-alt:before {
  content: "\e6da"; }

.ti-ruler-alt-2:before {
  content: "\e6db"; }

.ti-receipt:before {
  content: "\e6dc"; }

.ti-pin2:before {
  content: "\e6dd"; }

.ti-pin-alt:before {
  content: "\e6de"; }

.ti-pencil-alt2:before {
  content: "\e6df"; }

.ti-palette:before {
  content: "\e6e0"; }

.ti-more:before {
  content: "\e6e1"; }

.ti-more-alt:before {
  content: "\e6e2"; }

.ti-microphone-alt:before {
  content: "\e6e3"; }

.ti-magnet:before {
  content: "\e6e4"; }

.ti-line-double:before {
  content: "\e6e5"; }

.ti-line-dotted:before {
  content: "\e6e6"; }

.ti-line-dashed:before {
  content: "\e6e7"; }

.ti-layout-width-full:before {
  content: "\e6e8"; }

.ti-layout-width-default:before {
  content: "\e6e9"; }

.ti-layout-width-default-alt:before {
  content: "\e6ea"; }

.ti-layout-tab:before {
  content: "\e6eb"; }

.ti-layout-tab-window:before {
  content: "\e6ec"; }

.ti-layout-tab-v:before {
  content: "\e6ed"; }

.ti-layout-tab-min:before {
  content: "\e6ee"; }

.ti-layout-slider:before {
  content: "\e6ef"; }

.ti-layout-slider-alt:before {
  content: "\e6f0"; }

.ti-layout-sidebar-right:before {
  content: "\e6f1"; }

.ti-layout-sidebar-none:before {
  content: "\e6f2"; }

.ti-layout-sidebar-left:before {
  content: "\e6f3"; }

.ti-layout-placeholder:before {
  content: "\e6f4"; }

.ti-layout-menu:before {
  content: "\e6f5"; }

.ti-layout-menu-v:before {
  content: "\e6f6"; }

.ti-layout-menu-separated:before {
  content: "\e6f7"; }

.ti-layout-menu-full:before {
  content: "\e6f8"; }

.ti-layout-media-right-alt:before {
  content: "\e6f9"; }

.ti-layout-media-right:before {
  content: "\e6fa"; }

.ti-layout-media-overlay:before {
  content: "\e6fb"; }

.ti-layout-media-overlay-alt:before {
  content: "\e6fc"; }

.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd"; }

.ti-layout-media-left-alt:before {
  content: "\e6fe"; }

.ti-layout-media-left:before {
  content: "\e6ff"; }

.ti-layout-media-center-alt:before {
  content: "\e700"; }

.ti-layout-media-center:before {
  content: "\e701"; }

.ti-layout-list-thumb:before {
  content: "\e702"; }

.ti-layout-list-thumb-alt:before {
  content: "\e703"; }

.ti-layout-list-post:before {
  content: "\e704"; }

.ti-layout-list-large-image:before {
  content: "\e705"; }

.ti-layout-line-solid:before {
  content: "\e706"; }

.ti-layout-grid4:before {
  content: "\e707"; }

.ti-layout-grid3:before {
  content: "\e708"; }

.ti-layout-grid2:before {
  content: "\e709"; }

.ti-layout-grid2-thumb:before {
  content: "\e70a"; }

.ti-layout-cta-right:before {
  content: "\e70b"; }

.ti-layout-cta-left:before {
  content: "\e70c"; }

.ti-layout-cta-center:before {
  content: "\e70d"; }

.ti-layout-cta-btn-right:before {
  content: "\e70e"; }

.ti-layout-cta-btn-left:before {
  content: "\e70f"; }

.ti-layout-column4:before {
  content: "\e710"; }

.ti-layout-column3:before {
  content: "\e711"; }

.ti-layout-column2:before {
  content: "\e712"; }

.ti-layout-accordion-separated:before {
  content: "\e713"; }

.ti-layout-accordion-merged:before {
  content: "\e714"; }

.ti-layout-accordion-list:before {
  content: "\e715"; }

.ti-ink-pen:before {
  content: "\e716"; }

.ti-info-alt:before {
  content: "\e717"; }

.ti-help-alt:before {
  content: "\e718"; }

.ti-headphone-alt:before {
  content: "\e719"; }

.ti-hand-point-up:before {
  content: "\e71a"; }

.ti-hand-point-right:before {
  content: "\e71b"; }

.ti-hand-point-left:before {
  content: "\e71c"; }

.ti-hand-point-down:before {
  content: "\e71d"; }

.ti-gallery:before {
  content: "\e71e"; }

.ti-face-smile:before {
  content: "\e71f"; }

.ti-face-sad:before {
  content: "\e720"; }

.ti-credit-card:before {
  content: "\e721"; }

.ti-control-skip-forward:before {
  content: "\e722"; }

.ti-control-skip-backward:before {
  content: "\e723"; }

.ti-control-record:before {
  content: "\e724"; }

.ti-control-eject:before {
  content: "\e725"; }

.ti-comments-smiley:before {
  content: "\e726"; }

.ti-brush-alt:before {
  content: "\e727"; }

.ti-youtube:before {
  content: "\e728"; }

.ti-vimeo:before {
  content: "\e729"; }

.ti-twitter:before {
  content: "\e72a"; }

.ti-time:before {
  content: "\e72b"; }

.ti-tumblr:before {
  content: "\e72c"; }

.ti-skype:before {
  content: "\e72d"; }

.ti-share:before {
  content: "\e72e"; }

.ti-share-alt:before {
  content: "\e72f"; }

.ti-rocket:before {
  content: "\e730"; }

.ti-pinterest:before {
  content: "\e731"; }

.ti-new-window:before {
  content: "\e732"; }

.ti-microsoft:before {
  content: "\e733"; }

.ti-list-ol:before {
  content: "\e734"; }

.ti-linkedin:before {
  content: "\e735"; }

.ti-layout-sidebar-2:before {
  content: "\e736"; }

.ti-layout-grid4-alt:before {
  content: "\e737"; }

.ti-layout-grid3-alt:before {
  content: "\e738"; }

.ti-layout-grid2-alt:before {
  content: "\e739"; }

.ti-layout-column4-alt:before {
  content: "\e73a"; }

.ti-layout-column3-alt:before {
  content: "\e73b"; }

.ti-layout-column2-alt:before {
  content: "\e73c"; }

.ti-instagram:before {
  content: "\e73d"; }

.ti-google:before {
  content: "\e73e"; }

.ti-github:before {
  content: "\e73f"; }

.ti-flickr:before {
  content: "\e740"; }

.ti-facebook:before {
  content: "\e741"; }

.ti-dropbox:before {
  content: "\e742"; }

.ti-dribbble:before {
  content: "\e743"; }

.ti-apple:before {
  content: "\e744"; }

.ti-android:before {
  content: "\e745"; }

.ti-save:before {
  content: "\e746"; }

.ti-save-alt:before {
  content: "\e747"; }

.ti-yahoo:before {
  content: "\e748"; }

.ti-wordpress:before {
  content: "\e749"; }

.ti-vimeo-alt:before {
  content: "\e74a"; }

.ti-twitter-alt:before {
  content: "\e74b"; }

.ti-tumblr-alt:before {
  content: "\e74c"; }

.ti-trello:before {
  content: "\e74d"; }

.ti-stack-overflow:before {
  content: "\e74e"; }

.ti-soundcloud:before {
  content: "\e74f"; }

.ti-sharethis:before {
  content: "\e750"; }

.ti-sharethis-alt:before {
  content: "\e751"; }

.ti-reddit:before {
  content: "\e752"; }

.ti-pinterest-alt:before {
  content: "\e753"; }

.ti-microsoft-alt:before {
  content: "\e754"; }

.ti-linux:before {
  content: "\e755"; }

.ti-jsfiddle:before {
  content: "\e756"; }

.ti-joomla:before {
  content: "\e757"; }

.ti-html5:before {
  content: "\e758"; }

.ti-flickr-alt:before {
  content: "\e759"; }

.ti-email:before {
  content: "\e75a"; }

.ti-drupal:before {
  content: "\e75b"; }

.ti-dropbox-alt:before {
  content: "\e75c"; }

.ti-css3:before {
  content: "\e75d"; }

.ti-rss:before {
  content: "\e75e"; }

.ti-rss-alt:before {
  content: "\e75f"; }

.btn, form .widget .submit {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  display: inline-block; }

.btn-rounded {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 26px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  vertical-align: text-bottom;
  width: 48px; }
  .btn-rounded [class^="ti-"], .btn-rounded .flex-direction-nav a.flex-prev:before {
    line-height: 48px; }

.flex-direction-nav .btn-rounded a.flex-prev:before, .btn-rounded .flex-direction-nav a.flex-next:before, .flex-direction-nav .btn-rounded a.flex-next:before {
  line-height: 48px; }

.btn-filled {
  background: #CC0738;
  color: #fff; }
  .btn-filled:hover {
    background: #242424;
    color: #fff; }

.btn-primary, .btn-secondary, form .widget .submit {
  background: #CC0738;
  border: 2px solid #CC0738;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 5px 26px;
  text-transform: uppercase; }
  .btn-primary:hover, .btn-secondary:hover, form .widget .submit:hover {
    background: #fff;
    color: #CC0738; }

.btn-secondary, form .widget .submit {
  border-color: #836C77;
  background: #836C77;
  color: #fff !important; }
  .btn-secondary:hover, form .widget .submit:hover {
    color: #836C77 !important; }

.btn--expand {
  line-height: 44px; }

.btn--lg {
  height: 50px;
  line-height: 46px; }

.btn--scrolltop {
  bottom: 20px;
  display: none !important;
  position: fixed;
  right: 20px;
  z-index: 1000; }

.bg-decoration-primary {
  background: #CC0738; }

.fnt-decoration-primary {
  color: #CC0738; }

.bg-decoration-secondary {
  background: #dbdbdb; }

.fnt-decoration-secondary {
  color: #dbdbdb; }

.bg-default {
  background: #fff; }

.bg-primary {
  background: #242424; }

.bg-secondary {
  background: #afabae; }

.bg-contact {
  background: #f8f8f8; }

.bg-tab-normal {
  background: #f5f5f5; }

.bg-tab-hover {
  background: #eee; }

.bg-tab-active {
  background: #242424; }

.fnt-primary-positive {
  color: #242424; }

.fnt-primary-negative {
  color: #fff; }

.fnt-secondary-positive {
  color: #666; }

.fnt-secondary-negative {
  color: #fff; }

.clrset-primary-positive {
  background: #fff;
  color: #242424; }

.clrset-primary-negative {
  background-color: #a08e96;
  color: #fff;
  display: block;
  position: relative;
  background-image: url("../../files/themes/kochova-v1/images/beige_surface.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff; }
  .clrset-primary-negative h1 {
    color: #836C77; }
  .clrset-primary-negative .flexlist__item {
    color: #fff; }

.embed-container {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56.25%;
  position: relative; }
  .embed-container iframe, .embed-container object, .embed-container video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.mod {
  padding: 72px 0;
  overflow: hidden;
  position: relative; }
  .mod.is--cover, .mod.vheight-auto {
    margin: 0;
    padding: 0; }

@media (min-width: 992px) {
  .mod {
    padding: 96px 0; } }

.mod--component {
  margin: 0;
  padding: 0; }

.text-center {
  text-align: center; }

.mod.bg-parallax {
  background: none !important; }

.mod.has--individual-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.mod.vheight-25 {
  height: 25vh; }

.mod.vheight-46 {
  height: 46vh; }

.mod.vheight-55 {
  height: 55vh; }

.mod.vheight-88 {
  height: 88vh; }

.mod.vheight-100 {
  height: 100vh; }

.mod.vheight-auto {
  height: auto; }

.mod.vheight-fixed {
  height: 480px; }

.mod.has--no-padding {
  padding: 0 !important; }

.logo {
  display: inline-block;
  height: 55px;
  line-height: 53px; }
  @media (max-width: 991px) {
    .logo {
      max-width: 120px;
      margin-bottom: 1em; } }
.logo__image--desktop, .logo__image--mobile {
  margin-top: 20px; }

.is--fixed .logo__image--desktop, .is--fixed .logo__image--mobile {
  display: none; }

.is--open .logo__image--desktop, .is--open .logo__image--mobile {
  display: none; }

.logo__image--desktop {
  display: none;
  max-height: 38px; }

@media (min-width: 992px) {
  .logo__image--desktop {
    display: inline-block; } }

.has--hidden-logo .logo__image--desktop {
  display: none; }

.logo__image--mobile {
  display: inline-block;
  max-height: 24px; }

@media (min-width: 992px) {
  .logo__image--mobile {
    display: none; } }

.logo__image--sticky {
  display: none;
  max-height: 24px; }

.is--fixed .logo__image--sticky, .is--open .logo__image--sticky {
  display: inline-block; }

.mod-contact {
  background: #f8f8f8; }

.mod-contact__section {
  margin-top: 64px; }
  .mod-contact__section:first-child {
    margin-top: 0; }

section.hidden {
  display: none;
  padding: 2em; }

.ilightbox-container section.hidden {
  display: block; }

.ilightbox-container p {
  font-size: 15px;
  line-height: 1.3em; }

table {
  text-align: left;
  border-top: #836C77 2px solid;
  border-bottom: #836C77 2px solid;
  width: 100%;
  line-height: 1.2em; }
  table tr {
    border-bottom: #836C77 1px solid; }
    table tr td, table tr th {
      padding: 0.5em 0 0.5em 1em; }
      table tr td:last-child, table tr th:last-child {
        text-align: right;
        padding: 0.5em 1em 0.5em 0em; }

.mod-deftable {
  font-size: 15px;
  margin-top: 30px !important; }

.mod-downloads .download {
  display: block;
  font-weight: 400; }

.mod-downloads .download__thumb {
  display: block; }
  .mod-downloads .download__thumb img {
    border: 1px solid gray;
    margin-bottom: 8px;
    max-height: 140px; }

.mod-downloads.has--individual-background .download__thumb img {
  border: 0 none; }

.mod-gmaps {
  padding: 0 !important; }
  .mod-gmaps:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .mod-gmaps.interact:before {
    content: normal; }
  .mod-gmaps .map-canvas {
    height: 44vh;
    overflow: hidden;
    position: relative; }
    .mod-gmaps .map-canvas iframe {
      height: 180%;
      left: 0;
      position: absolute;
      top: -40%;
      width: 100%;
      z-index: 1; }

.mod-icons .icon {
  margin-bottom: 12px;
  margin-top: 12px; }

.mod-icons .icon-image {
  display: inline-block;
  width: 60px; }

.mod-icons .icon-title {
  display: block;
  margin-top: 24px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .mod-icons .icon:nth-child(2n+3) {
    clear: both; } }

@media (min-width: 768px) {
  .mod-icons .icon:nth-child(4n+5) {
    clear: both; } }

.mod-image {
  padding: 45px 0; }
  .mod-image.fullWidth {
    padding: 0; }

@media (min-width: 992px) {
  .mod-image {
    padding: 60px 0; } }

.mod-imagebox {
  padding: 0 !important;
  height: 50vw !important;
  max-height: 640px !important; }

@media (max-width: 991px) {
  .mod-imagebox {
    height: auto !important;
    max-height: none !important; } }

@media (max-width: 991px) {
  .mod-imagebox .box__imageholder {
    background: #242424;
    background-position: 50% 50% !important;
    background-size: cover !important;
    height: 100vw;
    max-height: 500px;
    overflow: hidden; }
  .mod-imagebox .box__content {
    padding: 48px 12%; } }

@media (min-width: 992px) {
  .mod-imagebox .box {
    height: 100%;
    position: absolute;
    width: 50%; }
  .mod-imagebox .box__imageholder {
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: #242424;
    background-position: 50% 50% !important;
    background-size: cover !important;
    height: 102%;
    overflow: hidden;
    position: relative;
    top: -1%; }
  .mod-imagebox .box__content {
    padding: 0 20%; } }

.mod-imagebox--left .box--image {
  left: 0; }

.mod-imagebox--left .box--content {
  right: 0; }

.mod-imagebox--right .box--image {
  right: 0; }

.mod-imagebox--right .box--content {
  left: 0; }

.mod-slider.bg-parallax h1 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 3.6rem;
  margin: 0 -3px 0 0; }

@media screen and (min-width: 768px) {
  .mod-slider.bg-parallax h1 {
    font-size: 3.6rem;
    letter-spacing: 6px;
    line-height: 4.8rem;
    margin: 0 -6px 0 0; } }

.mod-rentalspace .accordion__headline {
  border: 2px solid #CC0738;
  color: #CC0738;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  letter-spacing: 2px;
  margin-right: -2px;
  margin-top: 24px;
  padding: 15px 30px;
  position: relative;
  text-transform: uppercase;
  width: 100%; }
  .mod-rentalspace .accordion__headline .accordion-trigger {
    font-size: 2.4rem;
    line-height: 2.4rem;
    position: absolute;
    right: 30px;
    top: 15px; }

.mod-rentalspace .accordion__content {
  font-size: 1.3rem;
  line-height: 2.8rem;
  padding: 24px 30px 0; }

.mod-rentalspace .js-accordion.is--open .accordion__headline {
  background: #CC0738;
  color: #fff; }

.mod-rentalspace .js-accordion.is--disabled .accordion__headline {
  background: transparent;
  border: 0 none;
  color: #CC0738;
  margin-bottom: 24px;
  padding: 0; }
  .mod-rentalspace .js-accordion.is--disabled .accordion__headline .accordion-trigger {
    display: none !important; }

.mod-rentalspace .js-accordion.is--disabled .accordion__content {
  padding: 0; }

.mod-sheet li p:last-child {
  margin: 0; }

.mod-slider.has--controls-outside {
  overflow: visible; }

.mod-slider:not(.mod--component):not([class*='vheight-']) {
  height: 480px; }

.mod-slider.mod--component {
  padding-bottom: 34px !important; }

@media screen and (max-width: 767px) {
  .mod-slider.has--arrow-controls .flex-direction-nav {
    display: none; } }

@media screen and (min-width: 768px) {
  .mod-slider.mod--component {
    padding-bottom: 58px !important; } }

.mod-slider__slides {
  height: 100%; }
  .mod-slider__slides .slide--bgimage__imageholder {
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    background: #242424;
    background-position: 50% 50% !important;
    background-size: cover !important;
    height: 102%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
    .mod-slider__slides .slide--bgimage__imageholder.fadeIn {
      opacity: 1; }
  .mod-slider__slides .slide--bgimage__imageholder__image {
    display: none; }
  .mod-slider__slides .slide--bgimage__overlay {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    flex-direction: row;
    height: 100%;
    position: relative;
    z-index: 2; }
  .mod-slider__slides .slide.is--parallax {
    padding: 72px 0; }
    .mod-slider__slides .slide.is--parallax .slide--bgimage__imageholder {
      height: 200%; }

@media (min-width: 992px) {
  .mod-slider__slides .slide.is--parallax {
    padding: 96px 0; } }

@media (min-width: 1200px) {
  .mod-slider__slides .slide.is--parallax {
    padding: 120px 0; } }

[class*="vheight-"]:not(.vheight-auto) .slide--bgimage {
  height: 100%; }

.mod-slider__slides .slide--image img {
  width: 100%; }

.mod-slider__slides .slide--image__caption {
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 12px; }

.mod-slider__slides .slide--text {
  padding: 72px 0; }

.mod-slider__slides .slide__overlay {
  background: none;
  left: 5%;
  padding: 20px;
  position: absolute;
  right: 5%;
  top: 130px;
  z-index: 11; }
  .mod-slider__slides .slide__overlay.clrset-primary-positive .slide__overlay__bg {
    background: #fff; }
  .mod-slider__slides .slide__overlay.clrset-primary-negative .slide__overlay__bg {
    background: #242424; }

.mod-slider__slides .slide__overlay__bg {
  bottom: 0;
  left: 0;
  opacity: .93;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }

.mod-slider__slides .slide__overlay__content {
  position: relative;
  z-index: 10; }
  .mod-slider__slides .slide__overlay__content .has--delimiter::after {
    margin-bottom: 0;
    margin-top: 0; }
  .mod-slider__slides .slide__overlay__content .olay-headline {
    letter-spacing: 0px;
    margin-right: 0px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.9rem;
    text-transform: uppercase; }
  .mod-slider__slides .slide__overlay__content .olay-subline {
    letter-spacing: 0px;
    margin-right: 0px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: none; }
  .mod-slider__slides .slide__overlay__content p:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .mod-slider__slides .slide--image__caption {
    margin-top: 24px; } }

@media (min-width: 992px) {
  .mod-slider__slides .slide--text {
    padding: 96px 0; } }

@media (min-width: 1200px) {
  .mod-slider__slides .slide--text {
    padding: 120px 0; } }

@media screen and (min-width: 480px) {
  .mod-slider__slides .slide__overlay {
    left: 50%;
    margin-left: -215px;
    padding: 30px;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 430px; } }

@media screen and (max-width: 767px) {
  .mod-slider__slides .slide__overlay__content.has--image .olay-image {
    margin-bottom: 20px;
    width: 90px; } }

@media screen and (min-width: 768px) {
  .mod-slider__slides .slide__overlay__content.has--image .olay-image {
    float: left;
    width: 90px; }
  .mod-slider__slides .slide__overlay__content.has--image .olay-copy {
    margin-left: 110px; } }

.mod-slider__overlay {
  padding: 0 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 2; }
  .mod-slider__overlay.align-bottom {
    bottom: 32px; }

@media (min-width: 992px) {
  .mod-slider__overlay {
    padding: 0 32px; } }

@media (max-width: 659px) {
  .mod-slider__overlay__image {
    max-height: 44px; }
  .is--cover .mod-slider__slides .slide--bgimage__imageholder {
    background-position: 25% 50% !important; } }

.mod-slider__cta {
  padding: 0 16px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  z-index: 20; }
  .mod-slider__cta.align-bottom {
    bottom: 32px; }

@media (min-width: 992px) {
  .mod-slider__cta {
    padding: 0 32px; } }

.mod-slogan .slogan {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 3.6rem;
  margin: 0 -3px 0 0; }

@media screen and (min-width: 768px) {
  .mod-slogan .slogan {
    font-size: 3.6rem;
    letter-spacing: 6px;
    line-height: 4.8rem;
    margin: 0 -6px 0 0; } }

.mod-tabcontent {
  padding-bottom: 24px; }
  .mod-tabcontent .tabs {
    display: inline-block;
    list-style: none;
    margin-bottom: 40px;
    margin-top: 64px; }
    .mod-tabcontent .tabs .tab {
      float: left;
      font-size: 1.2rem;
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 8px;
      text-transform: uppercase; }
      .mod-tabcontent .tabs .tab a {
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background: #f5f5f5;
        color: #242424;
        display: inline-block;
        min-width: 150px;
        padding: 5px 15px; }
        .mod-tabcontent .tabs .tab a:hover {
          background: #eee;
          color: #242424; }
      .mod-tabcontent .tabs .tab.is--active a {
        background: #242424;
        color: #fff; }

@media (max-width: 991px) {
  .mod-tabcontent .tabs .tab {
    margin-bottom: 15px;
    width: 49%; } }

.mod-thumbgallery .thumbs {
  margin-top: 5em; }
  .mod-thumbgallery .thumbs .thumb {
    margin-bottom: 30px; }
    .mod-thumbgallery .thumbs .thumb a {
      display: block;
      position: relative; }
      .mod-thumbgallery .thumbs .thumb a img {
        position: relative;
        z-index: 1; }
      .mod-thumbgallery .thumbs .thumb a:after {
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease;
        background: rgba(0, 0, 102, 0.6);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2; }
      .mod-thumbgallery .thumbs .thumb a:hover:after {
        opacity: 1; }

.mod-webvr:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.mod-webvr.interact:before {
  content: normal; }

.mod-webvr iframe {
  height: 100%;
  width: 100%; }

.navbar-toggler,
#contactButton {
  position: fixed;
  z-index: 3000;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
  border: none;
  overflow: hidden;
  background-color: #CC0738;
  outline: none;
  display: block;
  -webkit-appearance: none;
  border-radius: 0;
  transition: all 0.5s ease; }
  @media (min-width: 768px) {
    .navbar-toggler,
    #contactButton {
      top: 50%;
      bottom: auto;
      left: 0;
      margin-top: -30px;
      width: 80px;
      height: 80px;
      margin: -40px 0 0 0; } }
  .navbar-toggler span,
  #contactButton span {
    display: none; }

.navbar-toggler .svg-rect-middle {
  transition: all 1s ease; }

.navbar-toggler svg {
  position: absolute;
  right: 0;
  transition: transform 0.5s ease, top 0.5s ease; }
  .navbar-toggler svg.svg-bottom {
    top: -16%; }
  .navbar-toggler svg.svg-middle {
    bottom: 0; }
  .navbar-toggler svg.svg-top {
    top: 16%; }
  .navbar-toggler svg .svg-rect {
    fill: #fff; }

.menu-visible .navbar-toggler {
  top: 1em;
  left: 2em;
  margin-top: 0; }
  .menu-visible .navbar-toggler:hover .svg-rect {
    fill: #9b052a; }
  .menu-visible .navbar-toggler svg {
    transition-delay: 0.3s; }
    .menu-visible .navbar-toggler svg .svg-rect {
      fill: #fff; }
    .menu-visible .navbar-toggler svg.svg-bottom {
      transform: rotate(-225deg);
      top: 0; }
    .menu-visible .navbar-toggler svg.svg-middle {
      right: -100%; }
    .menu-visible .navbar-toggler svg.svg-top {
      transform: rotate(225deg);
      top: 0; }

.ce_form {
  margin: 5em 0; }
  .ce_form h1 {
    color: #CC0738;
    text-align: center; }

form {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px; }
  form .error {
    color: #CC0738; }
  form .widget label, form .widget input, form .widget textarea {
    width: 100%;
    display: block; }
  form .widget label {
    padding: 1em 0 0.3em 0;
    font-size: 21px;
    font-weight: 300;
    color: #836C77; }
    form .widget label .invisible {
      display: none; }
  form .widget input, form .widget textarea {
    background: #D9D2D6; }
  form .widget .error + input,
  form .widget .error + textarea {
    border: 1px solid #CC0738; }
  form .widget input {
    height: 32px;
    line-height: 32px; }
  form .widget.widget-checkbox fieldset {
    padding: 1em 0; }
  form .widget.widget-checkbox input {
    display: none; }
    form .widget.widget-checkbox input:checked + label:before {
      background: #D9D2D6;
      border-color: #D9D2D6;
      content: "X"; }
  form .widget.widget-checkbox label {
    font-size: 14px;
    font-style: italic;
    padding: 0 0 0 2em;
    position: relative; }
    form .widget.widget-checkbox label:before {
      position: absolute;
      left: 0;
      top: 5px;
      font-size: 1em;
      line-height: 18px;
      font-style: normal;
      text-align: center;
      font-weight: bold;
      display: block;
      content: " ";
      width: 18px;
      height: 18px;
      border: 1px solid #CC0738; }
  form .widget.explanation p {
    color: #836C77; }
  @media (min-width: 481px) and (max-width: 767px) {
    form .widget-text {
      width: 50% !important;
      clear: none; }
    form .widget-submit {
      clear: both; } }
#contactButton {
  background-image: url("../../files/themes/kochova-v1/images/kontakt_icon@2x.png");
  background-size: 100%;
  margin-top: 40px;
  display: none;
  z-index: 500; }
  @media (min-width: 768px) {
    #contactButton {
      margin-top: 50px;
      display: block; } }
.navbar {
  background: #CC0738;
  left: 0;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 430px;
  transform: translateX(-100%);
  transition: all .4s ease;
  z-index: 2500; }
  @media (min-width: 481px) and (max-width: 767px) {
    .navbar {
      max-width: 100%; }
      .navbar ul {
        column-count: 2; } }
  .menu-visible .navbar {
    transform: translateX(0%); }
  .navbar .navbar__module {
    position: relative;
    top: 3em; }
    @media (min-height: 900px) {
      .navbar .navbar__module {
        top: 20vh; } }
    @media (min-width: 481px) and (max-width: 767px) {
      .navbar .navbar__module {
        top: 1em; } }
  .navbar .menu .nav__lvl {
    list-style: none; }
  .navbar .menu .nav__item__trigger, .navbar .menu .lightbox {
    padding: 10px 1rem;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    font-weight: 800;
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1em;
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .navbar .menu .nav__item__trigger, .navbar .menu .lightbox {
        line-height: 15px;
        font-size: 2.4rem;
        padding: 20px 3rem; } }
  .navbar .menu .nav__item.is--active .nav__item__inner {
    border-bottom: 1px solid;
    padding-bottom: 2px; }
  @media screen and (min-width: 768px) {
    .navbar .menu .nav__item.small .nav__item__trigger, .navbar .menu .nav__item.small .lightbox {
      font-size: 1.4em;
      padding: 10px 3rem; } }
  .navbar .menu .nav__item:not(.small) + .nav__item.small {
    margin-top: 2em; }
  .navbar .menu a:hover {
    color: #9b052a; }

.page-footer {
  padding: 48px 0; }

@media (min-width: 992px) {
  .page-footer {
    padding: 72px 0; } }

.flex-control-nav {
  bottom: 0; }
  .flex-control-nav li {
    margin: 12px 10px; }
    .flex-control-nav li a {
      -moz-transition: all .3s ease;
      -o-transition: all .3s ease;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      background: none;
      position: relative;
      height: 10px;
      width: 10px; }
      @media (min-width: 768px) {
        .flex-control-nav li a {
          height: 20px;
          width: 20px; } }
      .flex-control-nav li a:after {
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid #CC0738;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        height: 10px;
        width: 10px; }
        @media (min-width: 768px) {
          .flex-control-nav li a:after {
            height: 20px;
            width: 20px; } }
      .flex-control-nav li a:hover {
        background: rgba(0, 0, 102, 0.7); }
      .flex-control-nav li a.flex-active {
        background: #CC0738; }

@media screen and (min-width: 768px) {
  .flex-control-nav li {
    margin: 24px 10px; } }

.is--cover .flex-control-nav {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: .9; }

.has--controls-inside .flex-control-nav {
  z-index: 15; }
  .has--controls-inside .flex-control-nav li a {
    box-shadow: none; }

.has--controls-outside .flex-control-nav li a {
  border-color: #242424; }
  .has--controls-outside .flex-control-nav li a:hover {
    background: rgba(71, 71, 71, 0.7); }
  .has--controls-outside .flex-control-nav li a.flex-active {
    background: #242424; }

.flex-direction-nav {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
  .flex-direction-nav a {
    color: #CC0738;
    height: 50px;
    width: 50px;
    margin: -25px 0 0;
    opacity: 1;
    text-shadow: none;
    border-radius: 50%;
    padding: 0 1em; }
    @media (min-width: 1440px) {
      .flex-direction-nav a {
        margin: -40px 0 0;
        height: 80px;
        width: 80px; } }
    .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
      font-size: 30px;
      text-shadow: none;
      line-height: 50px; }
      @media (min-width: 1440px) {
        .flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-next:before {
          line-height: 80px;
          font-size: 48px; } }
@media (max-width: 991px) {
  .has--controls-outside .flex-direction-nav {
    display: none; } }

.has--controls-outside .flex-direction-nav a.flex-prev:before, .has--controls-outside .flex-direction-nav a.flex-next:before {
  color: #CC0738; }

.has--controls-inside .flex-direction-nav a.flex-prev:before, .has--controls-inside .flex-direction-nav a.flex-next:before {
  color: #CC0738; }

.flex-direction-nav {
  display: none !important; }

.flex-direction-nav a.flex-prev:before {
  content: "\e64a"; }

.flex-direction-nav a.flex-next:before {
  content: "\e649"; }

.has--controls-outside .flex-direction-nav a.flex-prev {
  left: -50px; }

.has--controls-outside .flex-direction-nav a.flex-next {
  right: -50px; }

.has--controls-inside .flex-direction-nav a.flex-prev {
  left: 16px; }

.has--controls-inside .flex-direction-nav a.flex-next {
  right: 16px; }

.ilightbox-image-count {
  bottom: 10px;
  color: #fff;
  font-size: 14px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 100000; }

.mod-downloads {
  padding-bottom: 0; }

.btn-primary, .btn-secondary, form .widget .submit {
  color: #836C77;
  font-size: 1.5em; }
  .btn-primary i, .btn-secondary i, form .widget .submit i {
    font-size: 1.5em;
    padding: .3em;
    line-height: 46px; }

.mt-5 {
  margin-top: 2.5rem; }

.mb-5 {
  margin-bottom: 2.5rem; }

.filesize {
  color: gray; }

.img-responsive {
  height: auto; }

.red-text {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.5em;
  color: #CC0738;
  margin-top: 3em;
  margin-bottom: 3em; }

.interactiveGroundplan #overlays polygon, .interactiveGroundplan #overlays rect.cls-8 {
  opacity: 0; }

.interactiveGroundplan #overlays > a:hover polygon, .interactiveGroundplan #overlays > a:hover rect.cls-8 {
  opacity: 0.1; }

@media (min-width: 768px) {
  .flex-end {
    display: flex;
    align-items: flex-end; } }

/*# sourceMappingURL=style.min.css.map */
