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

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 40px;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*
== jquery thumbnail/image scroller ==
Plugin URI: http://manos.malihu.gr/jquery-thumbnail-scroller/
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. SCROLLING BUTTONS STYLE - buttons size, background, color, positioning etc. 
	3. THUMBNAILS STYLE - basic thumbnails CSS.
	4. THEMES - Scroller colors, dimensions, backgrounds etc. via ready-to-use themes. 
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mThumbnailScroller {
    -ms-touch-action: none;
    touch-action: none;
    /* MSPointer events - direct all pointer events to js */
}

.mThumbnailScroller.mTS_no_scroll, .mThumbnailScroller.mTS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mTSWrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mTSContainer {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.mTSContainer, ol.mTSContainer {
    list-style: none;
}

.mTSThumb,
ul.mTSContainer > li img {
    vertical-align: bottom;
}

.mTS_vertical .mTSContainer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mTS_horizontal .mTSContainer {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 
------------------------------------------------------------------------------------------------------------------------
2. SCROLLING BUTTONS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mTSButton {
    /* button size (if changed, also change the buttons top and left margins below) */
    width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 14px;
    /* ---------- */
    overflow: hidden;
    text-align: center;
    background-color: #000;
    /* button background */
    color: #fff;
    /* non-svg button icon color */
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    /* show button effect (fades-in button from zero size) */
    opacity: 1;
    -webkit-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -moz-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -o-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    -ms-transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    transition: height 0s ease-out 0s, width 0s ease-out 0s, padding 0s ease-out 0s, opacity .2s ease-out 0s;
    /* ---------- */
}

/* buttons positioning */
.mTSButtonDown {
    top: auto;
    bottom: 0;
}

.mTSButtonRight {
    left: auto;
    right: 0;
}

.mTSButtonUp,
.mTSButtonDown {
    /* margin is half the button size */
    left: 50%;
    margin-left: -24px;
}

.mTSButtonLeft,
.mTSButtonRight {
    /* margin is half the button size */
    top: 50%;
    margin-top: -24px;
}

.mTSButtonIconContainer {
    display: inline-block;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.mTSButtonIcon {
    /* SVG icon */
    display: inline-block;
    fill: #fff;
    /* button icon color */
    position: absolute;
    top: 0;
    left: 0;
}

.mTSButton.mTS-hidden,
.mThumbnailScroller.mTS_no_scroll .mTSButton {
    /* hide button effect (fades-out button to zero size) */
    opacity: 0;
    height: 0;
    width: 0;
    padding: 0;
    -webkit-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -moz-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -o-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    -ms-transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    transition: height 0s ease-out .2s, width 0s ease-out .2s, padding 0s ease-out .2s, opacity .2s ease-out;
    /* ---------- */
}

/* 
------------------------------------------------------------------------------------------------------------------------
3. THUMBNAILS STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
/* thumbnail container (default: li) */
.mTS_horizontal .mTSThumbContainer,
.mTS_horizontal ul.mTSContainer > li {
    float: left;
}

/* 
------------------------------------------------------------------------------------------------------------------------
4. THEMES 
------------------------------------------------------------------------------------------------------------------------
*/
/* theme: "buttons-in" */
.mTS-buttons-in {
    padding: 14px;
    background-color: #000;
}

.mTS-buttons-in .mTSButtonIcon {
    fill: #fff;
}

.mTS-buttons-in .mTSWrapper,
.mTS-buttons-in .mTSButton {
    background-color: inherit;
}

.mTS-buttons-in .mTSButtonLeft,
.mTS-buttons-in .mTSButtonRight {
    width: 24px;
    height: 48px;
    padding: 24px 4px 0 4px;
    margin-top: -36px;
}

.mTS-buttons-in .mTSButtonUp,
.mTS-buttons-in .mTSButtonDown {
    width: 24px;
    height: 24px;
    padding: 4px 24px;
    margin-left: -36px;
}

.mTS-buttons-in .mTSButton.mTS-hidden {
    height: 0;
    width: 0;
    padding: 0;
}

.mTS-buttons-in .mTSButton:not(.mTS-hidden) {
    opacity: .4;
}

.mTS-buttons-in:hover .mTSButton:not(.mTS-hidden) {
    opacity: 1;
}

.mTS-buttons-in .mTS_vertical .mTSThumbContainer {
    margin: 14px 0;
}

.mTS-buttons-in .mTS_vertical .mTSThumbContainer:first-child {
    margin-top: 0;
}

.mTS-buttons-in .mTS_vertical .mTSThumbContainer:last-child {
    margin-bottom: 0;
}

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer {
    margin: 0 7px;
}

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:first-child {
    margin-left: 0;
}

.mTS-buttons-in .mTS_horizontal .mTSThumbContainer:last-child {
    margin-right: 0;
}

/* ---------------------------------------- */
/* theme: "buttons-out" */
.mTS-buttons-out {
    padding: 6px;
    background: #000;
}

.mTS-buttons-out .mTSButtonIcon {
    fill: #000;
}

.mTS-buttons-out .mTSButton {
    background-color: transparent;
    width: 36px;
    height: 36px;
    line-height: 42px;
    padding: 6px;
}

.mTS-buttons-out .mTSButton.mTS-hidden {
    height: 0;
    width: 0;
    padding: 0;
}

.mTS-buttons-out .mTS_vertical .mTSThumbContainer {
    margin: 6px 0;
}

.mTS-buttons-out .mTS_vertical .mTSThumbContainer:first-child {
    margin-top: 0;
}

.mTS-buttons-out .mTS_vertical .mTSThumbContainer:last-child {
    margin-bottom: 0;
}

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer {
    margin: 0 3px;
}

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:first-child {
    margin-left: 0;
}

.mTS-buttons-out .mTS_horizontal .mTSThumbContainer:last-child {
    margin-right: 0;
}

/* ---------------------------------------- */
/* theme: "hover-full" */
.mTS-hover-full {
    padding: 8px;
    background: rgba(0, 0, 0, 0.2);
}

.mTS-hover-full .mTS_vertical .mTSThumbContainer {
    margin: 8px 0;
}

.mTS-hover-full .mTS_vertical .mTSThumbContainer:first-child {
    margin-top: 40px;
}

.mTS-hover-full .mTS_vertical .mTSThumbContainer:last-child {
    margin-bottom: 40px;
}

.mTS-hover-full .mTS_horizontal .mTSThumbContainer {
    margin: 0 4px;
}

.mTS-hover-full .mTS_horizontal .mTSThumbContainer:first-child {
    margin-left: 40px;
}

.mTS-hover-full .mTS_horizontal .mTSThumbContainer:last-child {
    margin-right: 40px;
}

/* ---------------------------------------- */
/* zakladni pomocne tridy a mixiny */
/* layout - grid */
.container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.347826087%;
    padding-right: 4.347826087%;
}

.container:after {
    content: " ";
    display: block;
    clear: both;
}

.main {
    /*padding: 50px 0;*/
    min-height: 50vh;
}

.text {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
}

.text h1:first-child {
    margin-top: 0;
}

#map {
    padding-bottom: 60px;
}

#map, #map-inline {
    position: relative;
}

#map__holder, #map-inline__holder {
    height: 500px;
}

#map .form__field, #map-inline .form__field {
    float: none;
    margin: auto;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    z-index: 100;
}

#map .form__field input, #map-inline .form__field input {
    font-size: 18px;
}

@media (min-width: 640px) {
    #map .form__field, #map-inline .form__field {
        width: 320px;
        left: 50%;
        margin-left: -160px;
    }
}

#map {
    display: none;
}

#map__holder {
    height: 560px;
}

.row {
    margin: 0 -2.0833333333%;
}

.row:after {
    content: " ";
    display: block;
    clear: both;
}

.col-xs-1 {
    width: 4.1666666667%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-2 {
    width: 12.5%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-3 {
    width: 20.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-4 {
    width: 29.1666666667%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-5 {
    width: 37.5%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-6 {
    width: 45.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-7 {
    width: 54.1666666667%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-8 {
    width: 62.5%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-9 {
    width: 70.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-10 {
    width: 79.1666666667%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-11 {
    width: 87.5%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

.col-xs-12 {
    width: 95.8333333333%;
    float: left;
    margin-left: 2.0833333333%;
    margin-right: 2.0833333333%;
}

@media (min-width: 768px) {
    .col-sm-1 {
        width: 4.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-2 {
        width: 12.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-3 {
        width: 20.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-4 {
        width: 29.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-5 {
        width: 37.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-6 {
        width: 45.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-7 {
        width: 54.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-8 {
        width: 62.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-9 {
        width: 70.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-10 {
        width: 79.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-11 {
        width: 87.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-sm-12 {
        width: 95.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        width: 4.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-2 {
        width: 12.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-3 {
        width: 20.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-4 {
        width: 29.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-5 {
        width: 37.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-6 {
        width: 45.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-7 {
        width: 54.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-8 {
        width: 62.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-9 {
        width: 70.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-10 {
        width: 79.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-11 {
        width: 87.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-md-12 {
        width: 95.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 4.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-2 {
        width: 12.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-3 {
        width: 20.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-4 {
        width: 29.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-5 {
        width: 37.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-6 {
        width: 45.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-7 {
        width: 54.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-8 {
        width: 62.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-9 {
        width: 70.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-10 {
        width: 79.1666666667%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-11 {
        width: 87.5%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }

    .col-lg-12 {
        width: 95.8333333333%;
        float: left;
        margin-left: 2.0833333333%;
        margin-right: 2.0833333333%;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

/* zakladni obsahove prvky */
html {
    background-color: #3A3A3A;
}

body {
    background-color: #fff;
}

.hr {
    display: inline-block;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #00b3ec;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.relative {
    position: relative;
}

.down {
    position: absolute;
    width: 90px;
    height: 48px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -45px;
    opacity: 0.75;
    transition: opacity 200ms;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.down:hover {
    opacity: 1;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.brands {
    display: table;
    width: 100%;
}

.brands, .brands li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.brands li {
    display: table-cell;
    border-right: 1px solid #C5C5C5;
    text-align: center;
}

.brands li:first-child {
    border-left: 1px solid #C5C5C5;
}

.brands img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.images-width-limit {
    position: relative;
}

.images-width-limit img {
    max-width: 100% !important;
    height: auto !important;
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.4;
}

.wf-active body {
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 40px;
    font-weight: 300;
    text-align: center;
}

h2 {
    margin: 0.75em 0 0.5em 0;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}

@media (min-width: 768px) {
    h2 {
        font-size: 28px;
    }
    h2.uvodni {
        font-size: 24px;
    }
}

h2 img {
    vertical-align: middle;
}

h3 {
    margin: 0.5em 0 0.25em 0;
    font-size: 24px;
    font-weight: 300;
}

@media (min-width: 768px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 20px;
    font-weight: normal;
}

h5 {
    font-size: 18px;
    font-weight: normal;
}

.container h2:first-child {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

p {
    margin: 0 0 1em 0;
}

a {
    color: #00b3ec;
    text-decoration: none;
}

a:hover {
    color: #000;
}

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

.text-justify {
    text-align: justify !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.hilight {
    color: #00b3ec;
}

.error {
    color: red;
}

.success {
    color: #028308;
}

table {
    margin: 0 0 1em 0;
}

table th, table td {
    padding: 0.2em;
    vertical-align: top;
}

table th {
    padding-right: 1em;
    font-weight: normal;
    text-align: left;
}

.btn {
    position: relative;
    display: inline-block;
    margin: 5px 0;
    padding: 10px 30px;
    vertical-align: top;
    font-size: 20px;
    color: white;
    background-color: #00b3ec;
    text-decoration: none;
    border: none;
    border-radius: 4px;
}

.btn:hover {
    color: black;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=file], input[type=submit], textarea, select {
    border: 0;
    list-style: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    background: white;
    padding: 10px;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, input[type=submit]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: gray;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=file]::-moz-placeholder, input[type=submit]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: gray;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, input[type=submit]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: gray;
}

input[type=submit] {
    vertical-align: top;
    font-size: 28px;
    color: white;
    background-color: #00b3ec;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    width: 100%;
}

input:hover {
    color: black;
}

textarea {
    display: block;
    height: 100px;
}

fieldset, legend {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

label {
    padding-right: 1em;
}

.form {
    max-width: 540px;
    margin: 30px auto;
}

.form__row {
    margin: 0 0 20px 0;
}

.form__row:after {
    content: " ";
    display: block;
    clear: both;
}

@media (min-width: 768px) {
    .form__label {
        float: left;
        width: 35%;
        padding-top: 10px;
    }

    .form__field, .form__note {
        float: right;
        width: 65%;
    }
}

/* UI komponenty*/
.head {
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.head .container {
    max-width: none;
    padding: 7px 20px;
}

.head__logo {
    float: left;
    margin: 18px 0 0 0;
    display: block;
    overflow: hidden;
    width: 220px;
    height: 27px;
    text-indent: -9999px;
    margin: 18px auto;
    background-size: contain;
}

@media (min-width: 768px) {
    .head__logo {
        width: 275px;
        height: 33px;
    }
}

.head__contact {
    display: none;
    font-size: 15px;
    color: #9d9fa2;
}

.head__contact a {
    font-size: 15px;
    color: #9d9fa2;
    text-decoration: none;
}

.head__contact ul, .head__contact li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.head__contact li {
    display: inline-block;
    margin: 0 0 0 5px;
    padding: 0 0 0 35px;
    background-position: left;
}

@media (min-width: 768px) {
    .head__contact {
        display: block;
        float: left;
        padding: 0 0 0 10px;
    }
}

@media (min-width: 1200px) {
    .head__contact {
        float: right;
    }
    .head__contact li {
        margin: 0 0 0 30px;
    }
}

.foot {
    padding: 30px 0 0 0;
    background: #3A3A3A;
    font-size: 12px;
    color: #d4d4d4;
    overflow: hidden;
}

.foot .container:first-child {
    position: relative;
    padding: 0;
}

.foot .col-sm-4, .foot .col-sm-6 {
    margin-bottom: 30px;
}

.foot .col-sm-4 {
    text-align: center;
}

@media (min-width: 768px) {
    .foot .col-sm-4 {
        text-align: left;
    }
}

.foot .col-sm-2 {
    text-align: center;
}

@media (min-width: 768px) {
    .foot .col-sm-4:before, .foot .col-sm-4:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 30px;
        width: 1px;
        background: #8B8B8B;
    }

    .foot .col-sm-4:before {
        left: 33.33%;
    }

    .foot .col-sm-4:after {
        left: 83.33%;
    }
}

.foot .col-sm-6 {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #8B8B8B;
    border-bottom: 1px solid #8B8B8B;
}

@media (min-width: 768px) {
    .foot .col-sm-6 {
        margin-top: 0;
        margin-bottom: 0;
        border: 0;
    }
}

@media (min-width: 992px) {
    .foot__block {
        display: inline-block;
        vertical-align: top;
        width: 45%;
        margin: 0 3% 0 0;
    }
}

.foot h4 {
    margin: 0;
    color: #00b3ec;
    text-transform: uppercase;
    font-weight: bold;
}

.foot a {
    color: #d4d4d4;
    text-decoration: none;
}

.foot a:hover {
    color: #00b3ec;
}

.foot__nav {
    padding: 30px 0;
}

.foot__nav ul, .foot__nav li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.foot__nav ul:after {
    content: " ";
    display: block;
    clear: both;
}

.foot__nav li {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
    float: left;
    margin-top: 0;
}

@media (min-width: 480px) {
    .foot__nav li {
        width: 50%;
        float: left;
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .foot__nav li {
        width: 20%;
        float: left;
        margin: 0;
    }
}

.foot__nav a {
    display: block;
    padding: 0 10px;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}

.foot__nav .icon {
    display: block;
    height: 63px;
    margin: 0 0 7px 0;
    background-position: center;
}

.foot__instagram, .foot__facebook, .foot__youtube {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    width: 47px;
    height: 47px;
    overflow: hidden;
    text-indent: -9999px;
    opacity: 0.7;
    transition: opacity 200ms;
}

.foot__instagram:hover, .foot__facebook:hover, .foot__youtube:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .foot__instagram, .foot__facebook, .foot__youtube {
        display: block;
        margin: 10px auto;
    }
}

.foot .popup {
    display: none;
    margin: 0 auto;
    max-width: none;
    padding: 30px 0 0 0;
}

.foot #contact_footer {
    background: #FFF;
    color: #000;
    padding: 20px 0;
    display: none;
}

.foot #contact_footer a {
    color: gray;
}

.foot #contact_footer a:hover {
    text-decoration: underline;
}

.head__nav {
    clear: right;
    float: right;
    margin: 30px 0 0 0;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}

.head__nav ul, .head__nav li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.head__nav li {
    position: relative;
    background: #fff;
}

.head__nav li.menu-item > ul {
    display: none;
}

.head__nav li.menu-item .submenu-toggle {
    background: url(../images/sort-down.png) no-repeat center top 13px;
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
    width: 52px;
    border-left: 1px dashed #9c9a9b;
    cursor: pointer;
}
.head__nav li.menu-item.show > ul {
    display: block;
    border: 1px #9c9a9b solid;
    border-top: 0;
}
.head__nav li.menu-item.show .submenu-toggle {
    background: url(../images/sort-up.png) no-repeat center top 18px;
}

@media (min-width: 1200px) {
    .head__nav li {
        display: inline-block;
        margin: 0 0 0 10px;
        padding: 0 0 0 10px;
    }

    .head__nav li:before {
        content: "";
        width: 1px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -5px;
        background: #000;
    }

    .head__nav li:first-child:before {
        display: none;
    }

    .head__nav li.menu-item .submenu-toggle {
        display: none;
    }
    .head__nav li.menu-item:hover > ul,
    .head__nav li.menu-item:active > ul {
        display: block;
        position: absolute;
        background-color: white;
        padding: 10px 15px 15px 15px;
        z-index: 1111;
        box-shadow: 2px 0 10px rgba(0, 0, 0, .09) !important;
    }
    .head__nav li.menu-item:last-child:hover > ul,
    .head__nav li.menu-item:last-child:active > ul {
        right: 0;
    }

    .head__nav li.menu-item:hover > ul > li,
    .head__nav li.menu-item:active > ul > li {
        display: block;
        padding: 0;
        margin: 5px 0 0 0;
    }

    .head__nav li.menu-item:hover > ul > li:before,
    .head__nav li.menu-item:active > ul > li:before {
        display: none;
    }

    .head__nav li.menu-item:hover > ul > li > a,
    .head__nav li.menu-item:active > ul > li > a {
        white-space: nowrap;
    }

}

.head__nav a {
    display: block;
    padding: 15px;
    border-top: 1px solid #C5C5C5;
    text-decoration: none;
    text-align: center;
    color: #000;
}

.head__nav a:hover {
    color: #00b3ec;
}

@media (min-width: 1200px) {
    .head__nav a {
        padding: 0;
        border: 0;
        text-align: left;
    }
}

.head__nav__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.head__nav__list li.act > a {
    color: #00b3ec;
}

.head__nav__toggle {
    display: block;
    width: 40px;
    height: 34px;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: 10px;
    cursor: pointer;
}

@media (min-width: 1200px) {
    .head__nav__toggle {
        display: none;
    }

    .head__nav__list {
        display: block;
        position: static;
        box-shadow: none;
    }
}

.head--expanded {
    z-index: 200;
}

.head--expanded .head__nav__list {
    display: block;
}

.slider {
    position: relative;
}

.slider__list__wrap {
    position: relative;
    height: 100%;
}

.slider__item {
    position: relative;
    min-height: 524px;
    background-size: cover;
    background-position: center;
}

.slider--fullscreen .slider__item {
    min-height: initial;
}

.slider__item:after {
    content: " ";
    display: block;
    clear: both;
}

.slider__item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider__text {
    z-index: 2;
    color: #000;
    padding: 20px 100px;
    font-size: 130%;
}

.slider--fullscreen .slider__text {
    position: absolute;
}

.slider__text h2 {
    margin: 0 0 0.25em 0;
    text-transform: uppercase;
    font-weight: bold;
}

.slider__text--top {
    top: 10px;
}

.slider__text--bottom {
    bottom: 100px;
}

.slider__text--left {
    left: 10px;
}

.slider__text--right {
    right: 140px;
}

.slider--fullscreen .slider__item {
    max-height: 768px;
}

@media (max-width: 992px) {
    .slider--fullscreen .slider__text--left, .slider--fullscreen .slider__text--right {
        width: 100%;
        padding: 20px 0;
        right: 0;
        left: 0;
    }
}

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

    .slider__text {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
        padding: 60px 140px 60px 0;
        text-align: left;
    }

    .slider__text h2 {
        text-align: left;
    }

    .slider__text--top, .slider__text--bottom, .slider__text--left, .slider__text--right, .slider__text--center {
        width: auto;
        max-width: 360px;
        position: absolute;
        margin: 0;
        padding: 0;
    }

    .slider__text--top {
        top: 40px;
    }

    .slider__text--bottom {
        bottom: 140px;
    }

    .slider__text--left {
        left: 140px;
    }

    .slider__text--right {
        right: 140px;
    }

    .slider__text--center {
        left: 50%;
        margin-left: -180px;
    }

}

.slider__text--white {
    color: #fff;
}

.slider__text--black {
    color: #000;
}

.slider__text--green {
    color: #4ba82e;
}

.slider__text--blue {
    color: #00b3ec;
}

.slick-arrow {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
}

.slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.slick-arrow .slick-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    position: absolute;
    text-indent: -9999px;
    background-color: rgba(0, 0, 0, 0);
    background-size: contain;
    background-position: center;
    overflow: hidden;
    outline: 0;
    transition: opacity 200ms;
}

.slick-arrow.slick-prev {
    top: 0;
    left: 0;
}

.slick-arrow.slick-next {
    top: 0;
    right: 0;
}

.slider .slick-arrow {
    height: 100%;
    width: 135px;
}

.slider .slick-arrow .slick-button {
    top: 40%;
    width: 30px;
    height: 75px;
}

.slider .slick-prev .slick-button {
    left: 70px;
}

.slider .slick-next .slick-button {
    right: 70px;
}

@media (min-width: 992px) {
    .slider .slick-arrow {
        height: 100%;
        width: 165px;
    }

    .slider .slick-arrow .slick-button {
        top: 50%;
        margin-top: -75px;
        width: 60px;
        height: 150px;
    }
}

.slider .slick-dots {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.slider .slick-dots, .slider .slick-dots li, .slider .slick-dots button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 4px;
    border: 2px solid #C5C7C7;
    border-radius: 12px;
    cursor: pointer;
    transition: all 200ms;
}

.slider .slick-dots li:hover {
    border-color: #fff;
}

.slider .slick-dots li.slick-active:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #C5C7C7;
    position: absolute;
    left: 5px;
    top: 5px;
}

.slider .slick-dots button {
    display: none;
}

@media (min-width: 1200px) {
    .slider__list, .slider__item, .slider .slick-list, .slider .slick-track {
        height: 100%;
    }

    .slider__text {
        max-width: 520px;
    }
}

.slider__buttons {
    margin: 10px 0 0 0;
    bottom: 10px;
    left: 0;
    right: 0;
}

.slider__buttons a {
    display: block;
    position: relative;
    box-sizing: border-box;
    height: 60px;
    margin-bottom: 10px;
    padding: 10px 80px 10px 10px;
    border: 1px solid #CCC;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
}

.slider__buttons a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    margin: 0 0 0 -10px;
}

.slider__buttons a:hover {
    color: #00b3ec;
}

.slider__buttons span {
    display: inline-block;
    vertical-align: middle;
}

.slider__buttons span:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    width: 80px;
    height: 45px;
    background-position: right;
}

@media (min-width: 992px) {
    .slider__buttons {
        margin: 0;
        position: absolute;
    }

    .slider__buttons a {
        font-size: 12px;
        width: 18.1818181818%;
        float: left;
    }

    .slider__buttons a:nth-child(5n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0;
    }

    .slider__buttons a:nth-child(5n + 2) {
        margin-left: 20.4545454545%;
        margin-right: -100%;
        clear: none;
    }

    .slider__buttons a:nth-child(5n + 3) {
        margin-left: 40.9090909091%;
        margin-right: -100%;
        clear: none;
    }

    .slider__buttons a:nth-child(5n + 4) {
        margin-left: 61.3636363636%;
        margin-right: -100%;
        clear: none;
    }

    .slider__buttons a:nth-child(5n + 5) {
        margin-left: 81.8181818182%;
        margin-right: -100%;
        clear: none;
    }
}

@media (min-width: 1200px) {
    .slider__buttons a {
        font-size: 14px;
    }
}

.slider .sidebar {
    position: absolute;
    left: 0;
    top: 50px;
    margin-top: 0;
}

.imgslider .slick-dots {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.imgslider .slick-dots, .imgslider .slick-dots li, .imgslider .slick-dots button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.imgslider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 4px;
    border: 2px solid #C5C7C7;
    border-radius: 12px;
    cursor: pointer;
    transition: all 200ms;
}

.imgslider .slick-dots li:hover {
    border-color: #fff;
}

.imgslider .slick-dots li.slick-active:after {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #C5C7C7;
    position: absolute;
    left: 5px;
    top: 5px;
}

.imgslider .slick-dots button {
    display: none;
}

.imgslider .slick-arrow {
    display: block !important;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
    position: absolute;
    z-index: 10;
    margin-top: -32px;
    top: 50%;
    width: 30px;
    height: 75px;
    overflow: hidden;
    text-indent: -9999px;
    background-size: contain;
    background-position: center;
    outline: 0;
    opacity: 0.75;
    transition: opacity 200ms;
}

.imgslider .slick-arrow:hover {
    opacity: 1;
}

@media (min-width: 992px) {
    .imgslider .slick-arrow {
        display: block !important;
        top: 50%;
        margin-top: -75px;
        width: 60px;
        height: 150px;
    }
}

.imgslider .slick-prev {
    left: 20px;
}

.imgslider .slick-next {
    right: 20px;
}

.tabs {
    margin: 30px 0;
}

.tabs:after {
    content: " ";
    display: block;
    clear: both;
}

.tabs__links, .tabs__links_no_submenu, .tabs__links_one_link {
    text-align: center;
}

.tabs__links ul, .tabs__links li, .tabs__links_no_submenu ul, .tabs__links_no_submenu li, .tabs__links_one_link ul, .tabs__links_one_link li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.tabs__links a, .tabs__links_no_submenu a, .tabs__links_one_link a {
    display: block;
    padding: 10px;
    position: relative;
    text-decoration: none;
    color: #000;
    transition: all 200ms;
    border-bottom: 1px solid #C5C5C5;
}
.tabs__links_no_submenu li:first-child a {
    border-top: 1px solid #C5C5C5;
}

.tabs__links a:hover, .tabs__links_no_submenu a:hover, .tabs__links_one_link a:hover {
    color: #00b3ec;
}

.tabs__links a.tabs__links--active, .tabs__links_no_submenu a.tabs__links--active, .tabs__links_one_link a.tabs__links--active {
    border-color: #00b3ec;
}

.tabs__links a.tabs__links--active:before, .tabs__links a.tabs__links--active:after, .tabs__links_no_submenu a.tabs__links--active:before, .tabs__links_no_submenu a.tabs__links--active:after, .tabs__links_one_link a.tabs__links--active:before, .tabs__links_one_link a.tabs__links--active:after {
    border-width: 0 15px 15px 15px;
    margin: 0 0 0 -15px;
    opacity: 1;
}

@media (min-width: 768px) {
    .tabs__links_no_submenu.logo li {
        border-right: 1px solid #C5C5C5;
    }
    .tabs__links_no_submenu.logo li:first-child {
        border-left: 1px solid #C5C5C5;
    }

    .tabs__links li, .tabs__links_no_submenu li, .tabs__links_one_link li {
        display: inline-block;
        padding: 0 20px 0 20px;
    }

    .tabs__links a, .tabs__links_no_submenu a, .tabs__links_one_link a {
        padding: 0;
        border: 0;
        border-bottom: 2px solid transparent;
        font-size: 18px;
    }
    .tabs__links_no_submenu li:first-child a {
        border-top: 2px solid transparent;
    }

    .tabs__links a:before, .tabs__links a:after, .tabs__links_no_submenu a:before, .tabs__links_no_submenu a:after, .tabs__links_one_link a:before, .tabs__links_one_link a:after {
        position: absolute;
        bottom: -22px;
        left: 50%;
        content: "";
        width: 0;
        height: 0;
        margin: 0;
        border-style: solid;
        border-width: 0 0 0 0;
        border-color: transparent transparent #C5C5C5 transparent;
        opacity: 0;
        transition: all 200ms;
    }

    .tabs__links a:after, .tabs__links_no_submenu a:after, .tabs__links_one_link a:after {
        border-color: transparent transparent #fff transparent;
        bottom: -23px;
        z-index: 2;
    }

    .tabs__links a:hover, .tabs__links_no_submenu a:hover, .tabs__links_one_link a:hover {
        color: #00b3ec;
        border-bottom: 2px solid #00b3ec;
    }

    .tabs__links a.tabs__links--active, .tabs__links_no_submenu a.tabs__links--active, .tabs__links_one_link a.tabs__links--active {
        background: none;
        color: #000;
        border-color: transparent;
    }

    .tabs__links a.tabs__links--active:hover, .tabs__links_no_submenu a.tabs__links--active:hover, .tabs__links_one_link a.tabs__links--active:hover {
        border-color: transparent;
    }

    .tabs__links a.tabs__links--active:before, .tabs__links a.tabs__links--active:after, .tabs__links_no_submenu a.tabs__links--active:before, .tabs__links_no_submenu a.tabs__links--active:after, .tabs__links_one_link a.tabs__links--active:before, .tabs__links_one_link a.tabs__links--active:after {
        border-width: 0 15px 15px 15px;
        margin: 0 0 0 -15px;
        opacity: 1;
    }
}

.tabs__item {
    border: 1px solid #C5C5C5;
    display: none;
}

.tabs__item--active {
    display: block;
}

.tabs__text {
    padding: 20px;
}

@media (min-width: 768px) {
    .tabs__text {
        padding: 40px 60px;
    }
}

.tabs--vertical .tabs__links {
    padding: 20px 0;
}

.tabs--vertical .tabs__links li {
    display: block;
    padding: 8px 0;
    border: 0;
    border-bottom: 1px solid #C5C5C5;
}

.tabs--vertical .tabs__links a, .tabs--vertical .tabs__links a:hover {
    border: 0;
    padding: 0;
    font-weight: 300;
}

@media (min-width: 768px) {
    .tabs--vertical .tabs__links {
        padding: 20px 30px 20px 0;
        border-right: 1px solid #C5C5C5;
    }

    .tabs--vertical .tabs__links li {
        border: 0;
        padding: 8px 0;
        text-align: right;
    }
}

.tabs--vertical .tabs__item {
    border: 0;
}

.tabs--vertical a.tabs__links--active {
    color: #00b3ec;
    text-decoration: underline;
}

.tabs--vertical a.tabs__links--active:before, .tabs--vertical a.tabs__links--active:after {
    display: none;
}

.contact {
    padding: 30px 0;
    background: #DDDFE1;
    background-position: 0% 0% !important;
}

.contact__name {
    text-align: center;
}

@media (min-width: 768px) {
    .contact {
        background-position: 40% 50% !important;
    }

    .contact__name {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .contact {
        background-position: 60% 50% !important;
    }

    .contact__name {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
        padding-top: 290px;
        text-align: left;
    }

    .contact__form {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
}

@media (min-width: 1200px) {
    .contact {
        background-position: right !important;
    }
}

.contact__item {
    margin: 20px 0;
    vertical-align: top;
}

.contact__item:after {
    content: " ";
    display: block;
    clear: both;
}

.contact__item p {
    margin: 0 0 0.5em 0;
}

@media (min-width: 992px) {
    .contact__item {
        display: inline-block;
        width: 48%;
    }
}

.contact__img {
    float: left;
    width: 40%;
}

.contact__img img {
    max-width: 100%;
    height: auto;
}

.contact__text {
    width: 55%;
    float: right;
}

.video {
    padding: 50px 0 10px 0;
    background: #000;
    color: #fff;
}

.video__slider {
    padding-top: 30px;
    padding-bottom: 70px;
}

.video .slick-dots {
    bottom: 25px;
}

.video__item {
    max-width: 640px;
    margin: auto;
}

.video__wrap {
    margin: auto;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.download {
    padding: 50px 0;
    background-color: #F2F2F2;
    background-image: linear-gradient(to bottom, #fff, #F2F2F2);
}

.download__list, .download__item {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.download__item {
    margin: 5px 25px;
}

@media (min-width: 768px) {
    .download__list {
        text-align: center;
    }

    .download__item {
        display: inline-block;
        vertical-align: top;
    }
}

.download__link {
    display: inline-block;
    padding: 20px 0 10px 55px;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #58585A;
}

.download__link:hover {
    color: #00b3ec;
}

.gallery {
    padding: 50px 0 0 0;
}

.gallery .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

.gallery .container:after {
    content: " ";
    display: block;
    clear: both;
}

.gallery__list {
    background: #000;
}

.gallery__item {
    width: 100%;
    overflow: hidden;
}

.gallery__item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 400ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.gallery__item a:hover img {
    transform: scale(1.05, 1.05);
}

@media (min-width: 480px) {
    .gallery__item {
        width: 50%;
        float: left;
    }

    .gallery__item--w2 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .gallery__item {
        width: 25%;
        float: left;
    }

    .gallery__item--w2 {
        width: 50%;
        float: left;
    }
}

.imggallery {
    margin-bottom: 3px;
}

.imggallery img {
    display: block;
    width: 100%;
    height: auto;
}

.imgthumbs {
    overflow: auto;
    width: 100%;
    height: auto;
}

.imgthumbs li {
    border: 1px solid #C5C5C5;
    margin-right: 3px;
}

.imgthumbs img {
    width: 120px;
    height: auto;
}

.imgthumbs .mTSButton {
    background-color: #00b3ec;
    border-radius: 24px;
}

.imgthumbs .mTSButton:hover {
    background-color: #008cb9;
}

.features, .offer {
    position: relative;
    border-bottom: 1px solid #A4A4A4;
    border-top: 1px solid #A4A4A4;
}

.features .container, .offer .container {
    max-width: none;
    padding: 0;
}

.features .slick-arrow, .offer .slick-arrow {
    height: 100%;
    width: 60px;
}

.features .slick-arrow .slick-button {
    top: 35%;
    width: 30px;
    height: 75px;
    color: #00b3ec;
}

.features .slick-arrow {
    background-color: rgba(0, 0, 0, 0.3);
}

.features .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.features .slick-prev .slick-button, .offer .slick-prev .slick-button {
    left: 15px;
}

.features .slick-next .slick-button, .offer .slick-next .slick-button {
    right: 15px;
}

.features__item, .offer__item {
    box-sizing: border-box;
    border-right: 1px solid #A4A4A4;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #A4A4A4;
    overflow: hidden;
}

.features__img, .offer__img {
    display: block;
    overflow: hidden;
}

.features__img img, .offer__img img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 400ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.features__link, .offer__link {
    display: block;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.features__link:hover img, .offer__link:hover img {
    transform: scale(1.07, 1.07);
}

.features__title, .offer__title {
    position: relative;
    display: block;
    padding: 25px;
    border-top: 1px solid #A4A4A4;
}

.features__title:after, .features__title:before, .offer__title:after, .offer__title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -18px;
    left: 60%;
}

.features__title:before, .offer__title:before {
    top: -20px;
    border-color: transparent transparent #A4A4A4 transparent;
}

@media (min-width: 768px) {
    .features__link, .offer__link {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .features__link, .offer__link {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .features__link, .offer__link {
        font-size: 20px;
    }
}

@media (min-width: 480px) {
    .offer__item {
        width: 50%;
        float: left;
    }
}

@media (min-width: 768px) {
    .offer__item {
        width: 25%;
        float: left;
    }
}

.pAddNews {
    margin: 1em 0;
}

.page--home .slider__text h2 {
    font-weight: 300;
}

.page--home .sidebar-znacky {
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.page--home .sidebar-znacky > div {
    display: inline-block;
}

.page--home .sidebar-znacky a {
    display: inline-block;
    white-space: nowrap;
    border-left: 2px solid #969796;
}

.page--home .sidebar-znacky a:first-child {
    border-left: 0;
}

.page--home .sidebar-znacky img {
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}


@media (min-width: 480px) {
    .page--home .sidebar-znacky img {
        height: 29px;
    }
}

@media (min-width: 768px) {
    .page--home .sidebar-znacky img {
        height: 49px;
    }
}

@media (min-width: 992px) {
    .page--home .sidebar-znacky img {
        height: 60px;
    }
}

.popup {
    position: relative;
    max-width: 900px;
    margin: 20px auto;
    padding: 30px;
    background: #fff;
    color: #000;
    font-size: 16px;
    overflow: hidden;
}

.popup--wide {
    max-width: 1140px;
}

@media (min-width: 768px) {
    .popup {
        padding: 60px;
    }
}

.popup h2 {
    margin-top: 0;
    text-align: left;
}

.popup img {
    max-width: 100%;
    height: auto;
}

.popup__prev, .popup__next {
    position: absolute;
    z-index: 10;
    top: 50%;
    width: 30px;
    height: 75px;
    margin-top: -37px;
    overflow: hidden;
    text-indent: -9999px;
    background-size: contain;
    background-position: center;
    outline: 0;
    opacity: 0.75;
    transition: opacity 200ms;
}

.popup__prev:hover, .popup__next:hover {
    opacity: 1;
}

.popup__prev {
    left: 10px;
}

.popup__next {
    right: 10px;
}

.mfp-close-btn-in button.mfp-close, .mfp-close {
    background-color: #00b3ec;
    color: #fff;
    font-weight: 300;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    right: 10px;
    top: 10px;
    font-family: "Roboto", sans-serif;
    opacity: 1;
}

/* mfp with pager*/
.gallery {
    list-style: none;
}

.gallery li {
    float: left;
    margin: 0 2px;
}

/* pager */
.mfp-pager {
    width: 100%;
    position: absolute;
    z-index: 20;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.mfp-pager::after {
    clear: both;
    display: block;
    content: '';
}

.mfp-pager li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mfp-pager .arrow_next,
.mfp-pager .arrow_prev {
    display: inline-block;
}

.mfp-pager .arrow_next button,
.mfp-pager .arrow_prev button {
    vertical-align: middle;
    border: none;
}

.mfp-pager li .arrow {
    position: relative;
    top: 2px;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: url(/temas/claraboia/html/img/sprite.png) no-repeat;
    width: 18px;
    height: 11px;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    position: relative;
}

.mfp-pager li .prev {
    background-position: -20px -22px;
}

.mfp-pager li .next {
    background-position: -20px -40px;
}

.mfp-pager .dots {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    margin: 0 8px;
    position: relative;
}

.mfp-pager .dots li {
    display: inline-block;
    margin: 0 2px;
}

.mfp-pager .dots li a {
    display: block;
    width: 15px;
    height: 15px;
    background: #666;
    text-indent: -9999px;
    padding: 5px;
    margin: 0;
    cursor: pointer;
    border: none;
}

.mfp-pager .dots li.active {
    border: 2px solid red;
}

.sidebar {
    position: fixed;
    left: 0;
    top: 50%;
    margin-top: -242px;
    z-index: 101;
}

@media (max-height: 400px) {
    .sidebar {
        position: absolute;
        top: 50px;
        margin-top: 0 !important;
    }
}

.sidebar ul, .sidebar li {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    background: none;
}

.sidebar ul {
    border-bottom: 1px solid #A2A2A2;
}

.sidebar li {
    border: 1px solid #A2A2A2;
    border-bottom: 0;
    border-left: 0;
    width: 60px;
    text-align: center;
    background: #fff;
}

.sidebar a {
    display: block;
    min-height: 48px;
    padding: 7px 0 7px 0;
    font-size: 9px;
    text-decoration: none;
    line-height: 1;
    color: #3A3A3A;
}

.sidebar a:hover {
    color: #00b3ec;
}

.sidebar .icon {
    display: block;
    margin: 0 auto 8px auto;
    height: 25px;
    background-size: contain;
    background-position: bottom;
}

.sidebar .icon-thumbsub {
    width: 32px;
}

.sidebar .icon-car-old {
    width: 36px;
}

.sidebar .icon-car-new {
    width: 54px;
}

.sidebar .icon-bubble {
    width: 34px;
}

.sidebar .icon-service {
    width: 30px;
}

.sidebar .icon-book {
    width: 32px;
}

.sidebar img {
    display: block;
    max-width: 60px;
}

.sidebar--float {
    position: absolute;
    top: 40px;
    margin-top: 0;
}

.grid {
    margin: 20px;
}

.grid:after {
    content: " ";
    display: block;
    clear: both;
}

.grid__item {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
}

.grid__item a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 300ms;
}

.grid__item a:hover {
    color: #00b3ec;
}

.grid__item a:hover img {
    transform: translate3d(0, 0, 0) scale(1, 1);
}

.grid__item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    transition: all 300ms;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
}

@media (min-width: 480px) {
    .grid__item {
        width: 49.5327102804%;
        float: left;
    }

    .grid__item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0;
    }

    .grid__item:nth-child(2n + 2) {
        margin-left: 50.4672897196%;
        margin-right: -100%;
        clear: none;
    }
}

@media (min-width: 768px) {
    .grid__item {
        width: 32.7102803738%;
        float: left;
    }

    .grid__item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0;
    }

    .grid__item:nth-child(3n + 2) {
        margin-left: 33.6448598131%;
        margin-right: -100%;
        clear: none;
    }

    .grid__item:nth-child(3n + 3) {
        margin-left: 67.2897196262%;
        margin-right: -100%;
        clear: none;
    }
}

@media (min-width: 992px) {
    .grid__item {
        width: 24.2990654206%;
        float: left;
    }

    .grid__item:nth-child(4n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0;
    }

    .grid__item:nth-child(4n + 2) {
        margin-left: 25.2336448598%;
        margin-right: -100%;
        clear: none;
    }

    .grid__item:nth-child(4n + 3) {
        margin-left: 50.4672897196%;
        margin-right: -100%;
        clear: none;
    }

    .grid__item:nth-child(4n + 4) {
        margin-left: 75.7009345794%;
        margin-right: -100%;
        clear: none;
    }
}

@media (min-width: 1200px) {
    .grid__item {
        width: 15.8878504673%;
        float: left;
    }

    .grid__item:nth-child(6n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0;
    }

    .grid__item:nth-child(6n + 2) {
        margin-left: 16.8224299065%;
        margin-right: -100%;
        clear: none;
    }

    .grid__item:nth-child(6n + 3) {
        margin-left: 33.6448598131%;
        margin-right: -100%;
        clear: none;
    }

    .grid__item:nth-child(6n + 4) {
        margin-left: 50.4672897196%;
        margin-right: -100%;
        clear: none;
    }

    .grid__item:nth-child(6n + 5) {
        margin-left: 67.2897196262%;
        margin-right: -100%;
        clear: none;
    }

    .grid__item:nth-child(6n + 6) {
        margin-left: 84.1121495327%;
        margin-right: -100%;
        clear: none;
    }
}

.section {
    position: relative;
    padding: 30px 0;
}

.section:after {
    content: " ";
    display: block;
    clear: both;
}

.section__text {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 40px;
}

.section__img {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .section__img {
        position: absolute;
        top: 0;
        bottom: 0;
        height: auto;
    }

    .section--left .section__img {
        left: 0;
        right: 47.8260869565%;
    }

    .section--left .section__text {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
    }

    .section--right .section__img {
        right: 0;
        left: 47.8260869565%;
    }

    .section--right .section__text {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
}

div.datatable {
    margin: 10px 0;
    width: 100%;
    overflow: auto;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

div.datatable table.no-footer, div.datatable table tbody, div.datatable table tbody tr {
    border: none;
}

div.datatable table tr td {
    vertical-align: middle;
}

div.datatable table tr td {
    text-align: left;
}

div.datatable table thead tr td {
    background-color: #00b3ec;
    color: white;
    font-weight: 500;
    padding-left: 10px;
    border: 4px solid #00b3ec;
}

div.datatable table thead tr {
    height: 60px;
}
div.datatable table tbody tr.even {
    background-color: #f8f6ff;
}

div.datatable table tbody tr td {
    border-top: 1px solid lightgrey;
    min-height: 100px;
    padding-top: 0;
    padding-bottom: 0;
    height: 100px;
}

div.datatable table tbody tr td:first-child{
    /*background-color: white;*/
    padding: 0;
}

div.datatable table tbody tr td img {
    display: block;
    max-height: 100px;
}

table.dataTable thead .sorting {
    background-image: url(../images/sort-both.png);
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort-up.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort-down.png);
}

.tr__link {
    cursor: pointer;
}

.tr__link a {
    text-decoration: none;
    color: #000;
}

div.datatable-find {
    margin: 10px 0;
    overflow: auto;
    width: 100%;
    border-radius: 4px;
    background-color: #00b3ec;
}

div.datatable-find form {
    margin: 5px;
}

div.datatable-find form table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    div.datatable-find form table td {
        display: block;
    }
}

div.datatable-find select {
    min-height: 31px;
    height: 31px;
    width: 100%;
    padding: 0;
    margin: 0;
}

div.datatable-find input {
    display: none;
}

div.datatable-find.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
    margin-top: 0;
}

div.datatable-find div.input-select {
    width: 100%;
}

div.input-select {
    background: white url(../images/sort-both.png) no-repeat right 4px center;
    overflow: hidden;
    border-radius: 4px;
}

div.input-select select {
    background: transparent;
    border: none;
    padding: 5px;
    /*width: calc(100% + 10px);*/
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
}