@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'),  url(../fonts/open-sans-v17-latin_latin-ext-300.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),  url(../fonts/open-sans-v17-latin_latin-ext-regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),  url(../fonts/open-sans-v17-latin_latin-ext-600.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),  url(../fonts/open-sans-v17-latin_latin-ext-700.woff2) format('woff2');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),  url(../fonts/open-sans-v17-latin_latin-ext-800.woff2) format('woff2');
}

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

[hidden] {
    display: none;
}

html {
    font-size: 75%;
    font-size: 87.5%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5em;
}

button, input, select, textarea {
    font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

a:link {
}

a:visited {
}

a:hover, a:focus {
}

a:active {
}

a:focus {
    outline: thin dotted;
}

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

p, pre {
    margin: 1.5em 0;
}

blockquote {
    margin: 1.5em 30px;
}

h1 {
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

h2 {
    font-size: 1.5em;
    line-height: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 {
    font-size: 1.17em;
    line-height: 1.28205em;
    margin-top: 1.28205em;
    margin-bottom: 1.28205em;
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

h5 {
    font-size: 0.83em;
    line-height: 1.80723em;
    margin-top: 1.80723em;
    margin-bottom: 1.80723em;
}

h6 {
    font-size: 0.67em;
    line-height: 2.23881em;
    margin-top: 2.23881em;
    margin-bottom: 2.23881em;
}

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    border: 1px solid #666;
    padding-bottom: -1px;
    margin: 1.5em 0;
}

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

code, kbd, pre, samp, tt, var {
    font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
    line-height: 1.5em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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

dl, menu, ol, ul {
    margin: 1.5em 0;
}

ol ol, ol ul, ul ol, ul ul {
    margin: 0;
}

dd {
    margin: 0 0 0 30px;
}

menu, ol, ul {
    padding: 0 0 0 30px;
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    width: auto;
}

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

figure {
    margin: 0;
}

form {
    margin: 0;
}

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

legend {
    border: 0;
    padding: 0;
    *margin-left: -7px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

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

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

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

label {
    display: block;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#page, .region-bottom {
    margin-left: auto;
    margin-right: auto;
}

#header, #content, #navigation, .region-sidebar-first, .region-sidebar-second, #footer {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/path/to/boxsizing.htc");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
}

#header, #main, #footer {
    *position: relative;
    *zoom: 1;
}

#header:before, #header:after, #main:before, #main:after, #footer:before, #footer:after {
    content: "";
    display: table;
}

#header:after, #main:after, #footer:after {
    clear: both;
}

@media all and (min-width: 480px) {
    #main {
        position: relative;
    }

    #navigation {
        width: 100%;
    }
}

@media all and (min-width: 480px) and (max-width: 959px) {
    .sidebar-first #content {
        float: left;
        width: 66.66667%;
        margin-left: 33.33333%;
        margin-right: -100%;
    }

    .sidebar-first .region-sidebar-first {
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: -33.33333%;
    }

    .sidebar-second #content {
        float: left;
        width: 66.66667%;
        margin-left: 0%;
        margin-right: -66.66667%;
    }

    .sidebar-second .region-sidebar-second {
        float: left;
        width: 33.33333%;
        margin-left: 66.66667%;
        margin-right: -100%;
    }

    .two-sidebars #content {
        float: left;
        width: 66.66667%;
        margin-left: 33.33333%;
        margin-right: -100%;
    }

    .two-sidebars .region-sidebar-first {
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: -33.33333%;
    }

    .two-sidebars .region-sidebar-second {
        float: left;
        width: 100%;
        margin-left: 0%;
        margin-right: -100%;
        padding-left: 0;
        padding-right: 0;
        clear: left;
    }

    .two-sidebars .region-sidebar-second .block {
        padding-left: 10px;
        padding-right: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        *behavior: url("/path/to/boxsizing.htc");
        _display: inline;
        _overflow: hidden;
        _overflow-y: visible;
    }

    .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
        float: left;
        width: 33.33333%;
        margin-left: 0%;
        margin-right: -33.33333%;
        clear: left;
    }

    .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
        float: left;
        width: 33.33333%;
        margin-left: 33.33333%;
        margin-right: -66.66667%;
    }

    .two-sidebars .region-sidebar-second .block:nth-child(3n) {
        float: left;
        width: 33.33333%;
        margin-left: 66.66667%;
        margin-right: -100%;
    }
}

@media all and (min-width: 960px) {
    .sidebar-first #content {
        float: left;
        width: 80%;
        margin-left: 20%;
        margin-right: -100%;
    }

    .sidebar-first .region-sidebar-first {
        float: left;
        width: 20%;
        margin-left: 0%;
        margin-right: -20%;
    }

    .sidebar-second #content {
        float: left;
        width: 80%;
        margin-left: 0%;
        margin-right: -80%;
    }

    .sidebar-second .region-sidebar-second {
        float: left;
        width: 20%;
        margin-left: 80%;
        margin-right: -100%;
    }

    .two-sidebars #content {
        float: left;
        width: 60%;
        margin-left: 20%;
        margin-right: -80%;
    }

    .two-sidebars .region-sidebar-first {
        float: left;
        width: 20%;
        margin-left: 0%;
        margin-right: -20%;
    }

    .two-sidebars .region-sidebar-second {
        float: left;
        width: 20%;
        margin-left: 80%;
        margin-right: -100%;
    }
}

.with-wireframes #header, .with-wireframes #main, .with-wireframes #content, .with-wireframes #navigation, .with-wireframes .region-sidebar-first, .with-wireframes .region-sidebar-second, .with-wireframes #footer, .with-wireframes .region-bottom {
    outline: 1px solid #ccc;
}

.lt-ie8 .with-wireframes #header, .lt-ie8 .with-wireframes #main, .lt-ie8 .with-wireframes #content, .lt-ie8 .with-wireframes #navigation, .lt-ie8 .with-wireframes .region-sidebar-first, .lt-ie8 .with-wireframes .region-sidebar-second, .lt-ie8 .with-wireframes #footer, .lt-ie8 .with-wireframes .region-bottom {
    border: 1px solid #ccc;
}

.element-invisible, .element-focusable, #navigation .block-menu .block__title, #navigation .block-menu-block .block__title {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.element-focusable:active, .element-focusable:focus {
    position: static !important;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
}

#skip-link {
    margin: 0;
}

#skip-link a, #skip-link a:visited {
    display: block;
    width: 100%;
    padding: 2px 0 3px 0;
    text-align: center;
    background-color: #666;
    color: #fff;
}

.header__logo {
    float: left;
    margin: 0;
    padding: 0;
}

.header__logo-image {
    vertical-align: bottom;
}

.header__name-and-slogan {
    float: left;
}

.header__site-name {
    margin: 0;
    font-size: 2em;
    line-height: 1.5em;
}

.header__site-link:link, .header__site-link:visited {
    color: #000;
    text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
    text-decoration: underline;
}

.header__site-slogan {
    margin: 0;
}

.header__secondary-menu {
    float: right;
}

.header__region {
}

#navigation {
}

#navigation .block {
    margin-bottom: 0;
}

#navigation .links, #navigation .menu {
    margin: 0;
    padding: 0;
    text-align: left;
}

#navigation .links li, #navigation .menu li {
    float: left;
    padding: 0 10px 0 0;
    list-style-type: none;
    list-style-image: none;
}

.breadcrumb ol {
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.page__title, .node__title, .block__title, .comments__title, .comments__form-title, .comment__title {
    margin: 0;
}

.messages, .messages--status, .messages--warning, .messages--error {
    margin: 1.5em 0;
    padding: 10px 10px 10px 50px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid #be7;
}

.messages--warning {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
    border-color: #ed5;
}

.messages--error {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
    border-color: #ed541d;
}

.messages__list {
    margin: 0;
}

.messages__item {
    list-style-image: none;
}

.messages--error p.error {
    color: #333;
}

.ok, .messages--status {
    background-color: #f8fff0;
    color: #234600;
}

.warning, .messages--warning {
    background-color: #fffce5;
    color: #840;
}

.error, .messages--error {
    background-color: #fef5f1;
    color: #8c2e0b;
}

.tabs-primary, .tabs-secondary {
    overflow: hidden;
    *zoom: 1;
    background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
    background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
    background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
    background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
    background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
    list-style: none;
    border-bottom: 1px solid #bbbbbb \0/ ie;
    margin: 1.5em 0;
    padding: 0 2px;
    white-space: nowrap;
}

.tabs-primary__tab, .tabs-secondary__tab, .tabs-secondary__tab.is-active {
    float: left;
    margin: 0 3px;
}

a.tabs-primary__tab-link, a.tabs-secondary__tab-link {
    border: 1px solid #e9e9e9;
    border-right: 0;
    border-bottom: 0;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
}

.tabs-primary__tab, .tabs-primary__tab.is-active {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    text-shadow: 1px 1px 0 white;
    border: 1px solid #bbbbbb;
    border-bottom-color: transparent;
    border-bottom: 0 \0/ ie;
}

.is-active.tabs-primary__tab {
    border-bottom-color: white;
}

a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    color: #333;
    background-color: #dedede;
    letter-spacing: 1px;
    padding: 0 1em;
    text-align: center;
}

a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
    background-color: #e9e9e9;
    border-color: #f2f2f2;
}

a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
    background-color: transparent;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
    background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
    border-color: #fff;
}

.tabs-secondary {
    font-size: .9em;
    margin-top: -1.5em;
}

.tabs-secondary__tab, .tabs-secondary__tab.is-active {
    margin: 0.75em 3px;
}

a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -ms-border-radius: 0.75em;
    -o-border-radius: 0.75em;
    border-radius: 0.75em;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    text-shadow: 1px 1px 0 white;
    background-color: #f2f2f2;
    color: #666;
    padding: 0 .5em;
}

a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
    background-color: #dedede;
    border-color: #999;
    color: #333;
}

a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
    text-shadow: 1px 1px 0 #333333;
    background-color: #666;
    border-color: #000;
    color: #fff;
}

.inline {
    display: inline;
    padding: 0;
}

.inline li {
    display: inline;
    list-style-type: none;
    padding: 0 1em 0 0;
}

span.field-label {
    padding: 0 1em 0 0;
}

.more-link {
    text-align: right;
}

.more-help-link {
    text-align: right;
}

.more-help-link a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding: 1px 0 1px 20px;
}

.pager {
    clear: both;
    padding: 0;
    text-align: center;
}

.pager-item, .pager-first, .pager-previous, .pager-next, .pager-last, .pager-ellipsis, .pager-current {
    display: inline;
    padding: 0 0.5em;
    list-style-type: none;
    background-image: none;
}

.pager-current {
    font-weight: bold;
}

.block {
}

.new, .update {
    color: #c00;
    background-color: transparent;
}

.unpublished {
    height: 0;
    overflow: visible;
    background-color: transparent;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word;
}

.lt-ie8 .node-unpublished > *, .lt-ie8 .comment-unpublished > * {
    position: relative;
}

.comments {
    margin: 1.5em 0;
}

.comment-preview {
    background-color: #ffffea;
}

.comment {
}

.comment .permalink {
    text-transform: uppercase;
    font-size: 75%;
}

.indented {
    margin-left: 30px;
}

.form-item {
    margin: 1.5em 0;
}

.form-checkboxes .form-item, .form-radios .form-item {
    margin: 0;
}

tr.odd .form-item, tr.even .form-item {
    margin: 0;
}

.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid #c00;
}

.form-item .description {
    font-size: 0.85em;
}

.form-type-radio .description, .form-type-checkbox .description {
    margin-left: 2.4em;
}

.form-required {
    color: #c00;
}

label.option {
    display: inline;
    font-weight: normal;
}

a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.password-parent, .confirm-parent {
    margin: 0;
}

#user-login-form {
    text-align: left;
}

.openid-links {
    margin-bottom: 0;
}

.openid-link, .user-link {
    margin-top: 1.5em;
}

html.js #user-login-form li.openid-link, #user-login-form li.openid-link {
    margin-left: -20px;
}

#user-login ul {
    margin: 1.5em 0;
}

form th {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
}

form tbody {
    border-top: 1px solid #ccc;
}

form table ul {
    margin: 0;
}

tr.even, tr.odd {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
}

tr.even {
    background-color: #fff;
}

.lt-ie8 tr.even th, .lt-ie8 tr.even td, .lt-ie8 tr.odd th, .lt-ie8 tr.odd td {
    border-bottom: 1px solid #ccc;
}

td.active {
    background-color: #ddd;
}

td.checkbox, th.checkbox {
    text-align: center;
}

td.menu-disabled {
    background: #ccc;
}

#autocomplete .selected {
    background: #0072b9;
    color: #fff;
}

html.js .collapsible .fieldset-legend {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
    background-position: 5px 65%;
    background-repeat: no-repeat;
    padding-left: 15px;
}

html.js .collapsed .fieldset-legend {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
    background-position: 5px 50%;
}

.fieldset-legend .summary {
    color: #999;
    font-size: 0.9em;
    margin-left: 0.5em;
}

tr.drag {
    background-color: #fffff0;
}

tr.drag-previous {
    background-color: #ffd;
}

.tabledrag-toggle-weight {
    font-size: 0.9em;
}

tr.selected td {
    background: #ffc;
}

.progress {
    font-weight: bold;
}

.progress .bar {
    background: #ccc;
    border-color: #666;
    margin: 0 0.2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.progress .filled {
    background-color: #0072b9;
}

@media print {
    a:link, a:visited {
        text-decoration: underline !important;
    }

    a:link.header__site-link, a:visited.header__site-link {
        text-decoration: none !important;
    }

    #content a[href]:after {
        content: " (" attr(href) ")";
        font-weight: normal;
        font-size: 16px;
    }

    #content a[href^="javascript:"]:after, #content a[href^="#"]:after {
        content: "";
    }

    #content abbr[title]:after {
        content: " (" attr(title) ")";
    }

    #content {
        float: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body, #page, #main, #content {
        color: #000;
        background-color: transparent !important;
        background-image: none !important;
    }

    #skip-link, #toolbar, #navigation, .region-sidebar-first, .region-sidebar-second, #footer, .breadcrumb, .tabs, .action-links, .links, .book-navigation, .forum-topic-navigation, .pager, .feed-icons {
        visibility: hidden;
        display: none;
    }
}

:focus, :hover {
    outline: 0 !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    background: #000000;
    min-width: 1060px;
}

p {
    font-size: 19px;
    line-height: 36px;
    margin: 0px 0px 45px;
}

#logo {
    position: relative;
    z-index: 10;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    display: block;
    clear: both;
}

.center {
    max-width: 1160px;
    margin: auto;
    width: 100%;
}

#header .center {
    position: relative;
    z-index: 10;
}

#header {
    position: relative;
}

#hop {
    background: url(../images/foto232.jpg)transparent ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 200px 0px 200px;
}

#header:after {
    clear: both;
    display: block;
    content: "";
}

.menu {
    margin: 0px;
    padding: 36px 20px 0px 0px;
    list-style: none;
    float: right;
}

.menu li {
    display: inline-block;
    padding: 7px 0px;
}

.menu a {
    text-decoration: none;
    color: white;
    font-size: 15px;
    line-height: 18px;
    border-right: 1px solid white;
    display: block;
    padding: 0px 16px 0px 18px;
}

.menu a:hover {
    color: #ffdb01;
}

.menu li.last a {
    border-right: none;
    padding-right: 0px;
}

.region-highlighted .center {
    max-width: 940px;
}

.region-highlighted {
    clear: both;
}

.main_content p {
    text-align: justify;
}

.main_content {
    padding: 0px 20px;
    width: 50%;
    text-align: left;
}

#block-block-3 {
    text-align: center;
    background: url(../images/bg.jpg) repeat center top transparent;
}

#block-block-3 .center {
    padding: 120px 0px;
    text-align: justify;
}

#block-block-3 ul {
    font-size: 19px;
    line-height: 36px;
    margin: 0px;
    padding: 40px 0px 0px;
    list-style: none;
}

#block-block-3 ul li {
    margin-bottom: 65px;
}

#block-block-3 ul li:before {
    width: 12px;
    height: 12px;
    background: #ffdb01;
    display: block;
    margin: 0px auto 5px;
    content: "";
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

#block-block-4 {
    text-align: center;
    background: white;
    color: black;
}

#block-block-4 .center {
    padding: 160px 0px 80px;
}

.kolecka {
    padding-top: 90px;
}

.kolecko {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    margin: 0px -4px 80px 0px;
    padding: 0px 5px;
}

.kolecko:before {
    width: 154px;
    height: 153px;
    display: block;
    content: "";
    margin-bottom: 30px;
}

.kolecko.k1 {
    background: url(../images/ic1.png) no-repeat center top transparent;
    width: 25%;
    }

.kolecko.k2 {
    width: 33%;
    background: url(../images/ic4.png) no-repeat center top transparent;

}

.kolecko.k3 {
    width: 25%;
    background: url(../images/ic3.png) no-repeat center top transparent;
}

.kolecko.k4 {
    background: url(../images/ic2.png) no-repeat center top transparent;

}

.kolecko.k5 {
    background: url(../images/ic5.png) no-repeat center top transparent;
    width: 40%;
}

.kolecko span {
    display: block;
    transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -webkit-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -moz-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -o-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -ms-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
}

#block-block-5 {
    background: #ffdb01;
    color: black;
}

#block-block-5 .center {
    padding: 100px 0px 120px;
}

#block-block-5:after {
    clear: both;
    content: "";
    display: block;
}

.rig_des {
    padding: 0px 0px 0px 90px;
    margin-top: 80px;
    text-align: center;
}

ol.cislovany {
    text-align: left;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 0px;
    font-size: 19px;
    line-height: 25px;
}

ol.cislovany li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 57px;
    min-height: 40px;
    padding-top: 4px;
}

.cislo {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 4px solid black;
    margin-right: 20px;
    display: block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
}

#block-block-6 {
    text-align: center;
    background: url(../images/bg.jpg) repeat center top transparent;
}

#block-block-6 .center {
    padding: 140px 0px 65px;
}

#block-block-6 p {
    margin: 0px 0px 75px;
}

.kola {
    position: relative;
    min-height: 795px;
    width: 100%;
    margin: 0px 0px 100px;
    background: url(../images/what.png) no-repeat center 218px transparent;
}

.lvl1 {
    display: table;
    height: 100%;
    width: 100%;
}

.lvl2 {
    display: table-cell;
    vertical-align: middle;
}

.kolo {
    position: absolute;
    width: 218px;
    height: 218px;
    -webkit-border-radius: 218px;
    -moz-border-radius: 218px;
    border-radius: 218px;
    padding: 20px;
    border: 1px solid white;
}

.kol1 {
    top: 0px;
    left: 416px;
}

.kol2 {
    left: 692px;
    top: 52px;
}

.kol3 {
    left: 840px;
    top: 279px;
}

.kol4 {
    left: 695px;
    top: 516px;
}

.kol5 {
    top: 572px;
    left: 416px;
}

.kol6 {
    left: 147px;
    top: 519px;
}

.kol7 {
    top: 286px;
    left: 0px;
}

.kol8 {
    top: 52px;
    left: 147px;
}

.kola ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#block-block-7 {
    color: #000000;
    text-align: center;
    background: white;
}

#block-block-7 .center {
    padding: 120px 0px 100px;
}

#block-block-7 h3 {
    font-weight: 800;
    margin: 0px 0px 15px;
    font-size: 38px;
    text-transform: uppercase;
    line-height: 40px;
}

.kliniky {
    padding-top: 50px;
    max-width: 900px;
    margin: auto;
}

.klinika {
    display: inline-block;
    width: 49%;
    text-align: center;
    padding: 0px 30px;
}

.klinika p {
    line-height: 27px;
    margin-bottom: 30px;
}

.klinika:before {
    margin: 0px 0px 20px;
    content: "";
    display: block;
    width: 100%;
    height: 177px;
}

#block-block-8 {
    background: #ffdb01;
    color: #000000;
}

#block-block-8 .center {
    padding: 120px 0px;
}

.s18plus {
    display: table;
}

.s18plus1 {
    width280px;
}

.s18plus2 {
    padding-left: 50px;
}

.s18plus1, .s18plus2 {
    display: table-cell;
    vertical-align: top;
}

#block-block-1 {
    padding: 60px 0px 100px;
}

.half_p {
}

.first.half_p {
    float: left;
    width: 100%;
    max-width: 50%;
    padding-right: 50px;
}

.last.half_p {
    max-width: 50%;
    float: right;
}

.kontakt_paticka:after, #block-block-1:after, .half_p:after {
    content: "";
    clear: both;
    display: block;
}

.half_p h2 {
    color: white;
    font-weight: 700;
    font-size: 23px;
    line-height: 43px;
    margin: 30px 0px 30px;
}

.half_p h3 {
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 20px;
}

.half_p p {
    margin: 0px 0px 20px;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.social_media {
    margin-bottom: 30px;
    margin-top: -20px;
}

.social {
    display: inline-block;
    width: 52px;
    height: 52px;
    overflow: hidden;
    line-height: 100em;
    margin-right: 10px;
}

.soc6 {
    margin-top: 0px;
    display: block;
    vertical-align: top;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.soc6 img {
    max-width: 400px;
    width: 100%;
}

.social.soc1 {
    background: url(../images/social.png) no-repeat 0px center transparent;
}

.social.soc2 {
    background: url(../images/social.png) no-repeat -62px center transparent;
}

.social.soc3 {
    background: url(../images/social.png) no-repeat -126px center transparent;
}

.social.soc4 {
    background: url(../images/social.png) no-repeat -193px center transparent;
}

.social.soc5 {
    background: url(../images/social.png) no-repeat right center transparent;
    margin-right: 0px;
    margin-left: 50px;
}

.pat18 {
    background: url(../images/18+p.png) no-repeat left center transparent;
    line-height: 30px;
    padding-left: 40px;
    float: right;
    color: #6a6a6a;
    font-weight: 400;
    font-size: 13px;
}

.kontakt_p.first {
    float: left;
    padding-right: 46px;
}

.kontakt_paticka a {
    color: #6a6a6a;
}

.kontakt_paticka a:hover {
    color: #ffffff;
}

.kontakt_p.last {
    float: left;
}

.yellow {
    color: #ffdb01;
}

.nadpis_nakloneny {
    font-weight: 800;
    font-size: 79px;
    line-height: 100px;
    margin: 0px 0px 90px;
    text-transform: uppercase;
    transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -webkit-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -moz-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -o-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -ms-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
}

.nadpis_nakloneny span {
    display: block;
}

.w4 {
    text-align: center;
}

#block-block-7 .nadpis_nakloneny {
    font-size: 103px;
    line-height: 130px;
    margin: 0px 0px 80px
}

#block-block-6 .nadpis_nakloneny {
    color: #ffdb01;
    font-size: 73px;
    line-height: 93px;
}

#block-block-5 .nadpis_nakloneny {
    text-align: left;
    margin-bottom: 0px;
}

#block-block-4 .nadpis_nakloneny {
    font-size: 98px;
    line-height: 123px;
    margin: 0px 0px 70px
}

.region-highlighted .nadpis_nakloneny {
    font-size: 70px;
    line-height: 80px;
    padding-top: 60px;
}

.region-highlighted .nadpis_nakloneny span {
    padding-left: 0px;
}

#block-block-4 .nadpis_nakloneny span {
    padding-left: 270px;
}

#block-block-3 .nadpis_nakloneny {
    text-align: center;
    font-size: 68px;
    line-height: 86px;
    color: #ffdb01;
}

.otevri {
    position: relative;
    max-height: 1px;
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    -ms-transition: max-height 0.3s;
    -o-transition: max-height 0.3s;
    transition: max-height 0.3s;
    overflow: hidden;
    margin-bottom: 0px;
    position: relative;
}

.open-row .otevri {
    max-height: 55000px;
}

.show-less, .show-more2 {
    color: #ffdb01;
    text-align: center;
    font-size: 22px;
    line-height: 42px;
    cursor: pointer;
}

.show-more2:after {
    content: "";
    display: block;
    margin: auto;
    width: 44px;
    height: 22px;
    background: url(../images/down.png) no-repeat center center;
}

.show-less:before {
    content: "";
    display: block;
    margin: auto;
    width: 44px;
    height: 22px;
    background: url(../images/up.png) no-repeat center center;
}

.show-less, .open-row .show-more2 {
    display: none;
}

.open-row .show-less {
    display: block;
}

#block-block-3 h3 {
    text-align: center;
    font-weight: 800;
    margin: 40px 0px 15px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 48px;
}

.tlacitko {
    font-weight: 600;
    font-size: 23px;
    line-height: 25px;
    padding: 20px 60px;
    text-decoration: none;
    display: inline-block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    background: #ffdd00;
    color: #000000;
}

.soc6 img {
    background: #ffdd00;
}

.t31a {
    margin-right: 40px;
}

#block-block-5 .tlacitko, #block-block-7 .tlacitko, #block-block-8 .tlacitko {
    border: 3px solid black;
    color: black;
}

#header .tlacitko {
    position: relative;
    font-size: 33px;
    line-height: 37px;
    padding: 20px 70px 20px 60px;
}

#header .tlacitko:after {
    height: 76px;
    width: 66px;
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    right: -21px;
}

#block-block-7 .tlacitko:hover {
    background: black;
    color: #ffffff;
}

#block-block-5 .tlacitko:hover, #block-block-8 .tlacitko:hover {
    background: black;
    color: #ffdb01;
}

#header .tlacitko:hover, #block-block-3 .tlacitko:hover {
    background: #ffdb01;
    color: black;
}

.view-video {
    padding: 50px 20px;
    text-align: center;
    background: #131313;
    position: relative;
}

.view-video .views-row {
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    width: 33.333%;
    margin-right: -5px;
}

.jcarousel-prev, .jcarousel-next {
    width: 22px;
    position: absolute;
    bottom: 40px;
    left: 50%;
    height: 26px;
}

.jcarousel-prev {
    margin-left: -52px;
}

.jcarousel-next {
    margin-right: -30px;
}

.jcarousel-container-horizontal {
    padding: 80px 0px 120px;
    width: 100% !important;
}

.jcarousel-clip-horizontal {
    overflow: hidden;
    width: 100% !important;
    height: 16.875vw;
}

.jcarousel-item-horizontal {
    margin: 0px 20px;
    width: 30vw;
}

.main_content .nadpis_nakloneny {
    display: none;
}

body.active #logo {
    display: none;
}

#logo2 {
    display: none;
    float: left;
}

body.active #logo2 {
    display: block;
}

#fixedmenu {
    background: #000000;
    position: relative;
    z-index: 100;
}

#fixedmenu .center:after {
    content: "";
    display: block;
    clear: both;
}

body.active #fixedmenu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffdb01;
    z-index: 1000;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.38);
    -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.38);
    box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.38);
}

body.active #header {
    padding-top: 105px;
}

body.active #fixedmenu {
    -webkit-transition: all -color 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

body.active .menu {
    padding: 0px 20px 0px 0px;
}

body.active .menu a {
    font-weight: 600;
    color: black;
    font-size: 14px;
    line-height: 17px;
    border: none;
    padding: 14px 10px;
}

body.active .menu a:hover, body.active .menu li.active a {
    color: black;
    text-decoration: underline;
}

#content .block {
    position: relative;
}

#content .block #id1, #content .block #id2, #content .block #id3, #content .block #id4, #content .block #id5, #content .block #id6 {
    position: absolute;
    bottom: 65px;
}

#block-mobilni-menu-mobilni-menu {
    display: none;
}

.section-user #hop {
    clear: both;
    padding-top: 50px;
}

.region-navigation {
    line-height: 1px;
    background: #ffdd00;
    text-align: center;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.region-navigation img {
    width: 80%;
    max-width: 850px;
}

#block-block-10 {
    display: none;
}

@media all and (max-width: 720px) {
    .kolecko span {
        width: fit-content;
    }
        .view-video {
        padding: 50px 10px;
    }
    #center-hero{
        max-width: 1160px;
    }
    .main_content{
        float: none !important;
        width: 100% !important;
    }

    .view-video .views-row {
        width: 50%;
    }

    .jcarousel-clip-horizontal::before, .jcarousel-clip-horizontal::after {
        display: none;
    }

    .jcarousel-item-horizontal {
        margin: 0px 10px;
        width: 50vw;
    }

    .jcarousel-clip-horizontal {
        height: 28.125vw;
    }

    #block-mobilni-menu-mobilni-menu {
        display: block;
    }

    body {
        min-width: 0px;
    }

    .center {
        padding: 0px 20px;
    }

    #block-block-1 {
        padding: 50px 0px 70px;
    }

    .first.half_p {
        float: none;
        max-width: 100%;
        padding-right: 0px;
    }

    .last.half_p {
        max-width: 100%;
        float: none;
    }

    .half_p h2 {
        font-size: 21px;
        line-height: 27px;
    }

    .last.half_p h2 {
        margin: 30px 0px 0px;
    }

    .social {
        width: 40px;
        height: 40px;
        background-size: auto 100% !important;
    }

    .social.soc1 {
        background: url(../images/social.png) no-repeat 0px center transparent;
    }

    .social.soc2 {
        background: url(../images/social.png) no-repeat -49px center transparent;
    }

    .social.soc3 {
        background: url(../images/social.png) no-repeat -100px center transparent;
    }

    .social.soc4 {
        background: url(../images/social.png) no-repeat -152px center transparent;
    }

    .social.soc5 {
        background: url(../images/social.png) no-repeat right center transparent;
        margin-left: 0px;
        margin-top: 20px;
    }

    .social_media {
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .nadpis_nakloneny {
        font-size: 37px;
        line-height: 50px;
        margin: 0px 0px 60px;
    }

    #block-block-7 .nadpis_nakloneny {
        margin: 0px 0px 60px;
        font-size: 37px;
        line-height: 50px;
    }

    #block-block-6 .nadpis_nakloneny {
        font-size: 37px;
        line-height: 50px;
    }

    #block-block-5 .nadpis_nakloneny {
        margin-bottom: 0px;
    }

    #block-block-4 .nadpis_nakloneny {
        font-size: 37px;
        line-height: 50px;
        margin: 0px 0px 60px
    }

    .region-highlighted .nadpis_nakloneny {
        font-size: 51px;
        line-height: 60px;
        padding-top: 60px;
    }

    .region-highlighted .nadpis_nakloneny span {
        padding-left: 0px;
    }

    #block-block-4 .nadpis_nakloneny span {
        padding-left: 0px;
    }

    #block-block-3 .nadpis_nakloneny {
        font-size: 37px;
        line-height: 50px;
    }

    #block-block-3 .center {
        padding: 100px 20px;
    }

    #block-block-3 ul {
        font-size: 16px;
        line-height: 30px;
    }

    #block-block-3 ul li {
        margin-bottom: 40px;
    }

    #block-block-3 br {
        display: none;
    }

    #block-block-4 .center {
        padding: 100px 10px 50px;
    }

    #block-block-4 br {
        display: none;
    }

    .kolecko {
        width: 47%;
        min-width: 154px;
        font-size: 18px;
        line-height: 19px;
        margin: 0px 0px 50px;
        padding: 0px 10px;
    }

    .kolecka {
        padding-top: 60px;
    }

    .kolecko::before {
        margin-bottom: 10px;
    }

    #block-block-6 .center {
        padding: 100px 20px 40px;
    }

    #block-block-6 p br {
        display: none;
    }

    .kolo {
        position: static;
        display: inline-block;
        margin: 0px 0px 20px;
        width: 100%;
        height: auto;
    }

    .kola {
        min-height: 0px;
        width: 100%;
        margin: 0px 0px 50px;
        background: none;
    }

    .s18plus {
        display: block;
    }

    .s18plus1, .s18plus2 {
        display: block;
        width: 100%;
    }

    .s18plus1 {
        width: 90%;
        max-width: 190px;
        margin: 0px auto 30px;
    }

    #block-block-8 .center {
        padding: 90px 20px 70px;
    }

    .s18plus2 {
        padding-left: 0px;
    }

    p {
        font-size: 16px;
        line-height: 30px;
        margin: 0px 0px 20px;
    }

    .tlacitko {
        font-size: 18px;
        line-height: 20px;
        padding: 15px 30px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .t31a {
        margin-right: 20px;
    }

    #header .tlacitko {
        position: relative;
        font-size: 29px;
        line-height: 33px;
        padding: 20px 60px 20px 50px;
    }

    #block-block-7 .center {
        padding: 90px 20px 50px;
    }

    #block-block-7 h3 {
        font-size: 20px;
        line-height: 25px;
        margin: 40px 0px 10px;
    }

    .klinika {
        display: block;
        width: 100%;
        padding: 0px 0px 40px;
    }

    #block-block-7 br {
        display: none;
    }

    #block-block-5 .center {
        padding: 90px 20px 70px;
    }

    .rig_des {
        padding: 0px 0px 0px 0px;
        margin-top: 40px;
    }

    ol.cislovany {
        text-align: left;
        list-style: none;
        font-size: 16px;
        line-height: 19px;
        margin: 0px 0px 0px;
    }

    ol.cislovany li {
        clear: both;
        margin-bottom: 15px;
    }

    ol.cislovany li:after {
        content: "";
        clear: both;
        display: block;
    }

    .cislo {
        float: left;
    }

    #header .center {
        padding: 0px 0px;
    }

    #block-system-main-menu {
        display: none;
    }

    #header
    #hop {
        padding: 0px 20px;
    }

    #fixedmenu {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: #ffdb01;
        z-index: 1000;
        -webkit-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.38);
        -moz-box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.38);
        box-shadow: 0px 5px 7px 0px rgba(50, 50, 50, 0.38);
    }

    #header, body.active #header {
        padding-top: 55px;
    }



    #logo {
        display: none;
    }

    #logo2 {
        width: 200px;
        top: 0px;
        display: block;
        left: 0px;
        position: absolute;
        z-index: 100000;
    }

    .rmm {
        padding: 0px 0px 0px 0px;
    }

    .rmm-toggled {
        padding: 0px 20px 0px 0px;
    }

    .rmm.graphite .rmm-toggled-controls {
        margin-bottom: 13px;
    }

    .rmm-toggled {
        background: transparent;
    }

    .rmm-toggled.rmm-closed {
        background: transparent;
    }

    .rmm.graphite .rmm-button {
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 0px;
    }

    .rmm-toggled.rmm-closed .rmm-button {
        padding: 0px;
        height: 50px;
        width: 50px;
        overflow: hidden;
    }

    .rmm-toggled .rmm-button, .rmm-button.rmm-closed {
        padding: 0px;
        height: 57px;
        width: 50px;
        overflow: hidden;
    }

    .rmm .rmm-toggled ul {
        border-top: none;
        border-bottom: none;
        background: black;
        padding: 30px 0px !important;
        height: 100%;
        position: fixed;
        width: 100% !important;
    }

    .menu-radek a, .rmm.graphite .rmm-toggled ul li span, .rmm.graphite .rmm-toggled ul li a {
        border-bottom: none;
        background: transparent;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
    }

    .menu-radek, .rmm.graphite .rmm-toggled ul li {
        background: transparent;
    }

    .main_content {
        text-align: center;
        width: 100%;
        padding: 0px;
    }

    #hop {
        background: url(../images/foto232_m.jpg) no-repeat center top transparent;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        padding: 50px 0px;
    }


}

@media all and (max-width: 500px) {
    #block-block-9 {
        display: none;
    }

    #block-block-10 {
        display: block;
        line-height: 1px;
        padding: 20px 0px;
        background: #ffdd00;
        text-align: center;
    }

    .logomobile {
        width: 70%;
        display: inline-block;
    }

    .view-video .views-row {
        width: 100%;
    }
}

@media all and (min-width: 1300px) {
    .view-video .views-row {
        width: 20%;
    }
}
.main_content .nadpis_nakloneny {
    display: block;
    color: #ffdb01;
    font-size: 37px;
    line-height: 50px;
    padding-top: 0px;
    margin-bottom: 40px;
}
