html {box-sizing: border-box; font-size: 100%;}
*,*:before, *:after{box-sizing:inherit;}

html, body {margin: 0; padding: 0; width: 100%;}
body {min-height: 100%;}
@font-face {
    font-family: NagBook; /* deklarace fontu */
    src:
    url('../../public/fonts/39F55A_0_0.woff2') format('woff2'),
    url('../../public/fonts/39F55A_0_0.woff') format('woff');
}
@font-face {
    font-family: NagRegular; /* deklarace fontu */
    src:
    url('../../public/fonts/39F55A_1_0.woff2') format('woff2'),
    url('../../public/fonts/39F55A_1_0.woff') format('woff');
}
@font-face {
    font-family: NagBold; /* deklarace fontu */
    src: url('../../public/fonts/39F55A_2_0.woff2') format('woff2'),
    url('../../public/fonts/39F55A_2_0.woff') format('woff');
}
body {
    font-family: NagRegular;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    background: #F8F8F9;
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Exo 2', sans-serif;*/
    /*text-transform: uppercase;*/
    color: inherit;
    line-height: 1.1;
    margin: 1.1em 0 0.6em;
}

h1 {font-size: 56px; font-family: NagBold}
h2 {font-size: 40px; font-family: NagBold; text-transform: uppercase;}
h3 {font-size: 28px; font-family: NagBold}
h4 {font-size: 24px; font-family: NagBold}
h5 {font-size: 20px; font-family: NagBold}
h6 {font-size: 16px; font-family: NagBold}


/****** MARGIN MAGIC ******/

/* First/last direct childs remove margins */
.text-block>h1:first-child,
.text-block>h2:first-child,
.text-block>h3:first-child,
.text-block>h4:first-child,
.text-block>h5:first-child,
.text-block>h6:first-child,
.text-block>ol:first-child,
.text-block>ul:first-child,
.text-block>p:first-child {margin-top: 0}

/* Note: */
/* |= is CSS2 and does not matches dash "-" eg. "col-" */
/* ^= is CSS3 and can match even dash */
/*.text-block div[class|="col"] h1:first-child,
.text-block div[class|="col"] h2:first-child,
.text-block div[class|="col"] h3:first-child,
.text-block div[class|="col"] h4:first-child,
.text-block div[class|="col"] h5:first-child,
.text-block div[class|="col"] h6:first-child,
.text-block div[class|="col"] ol:first-child,
.text-block div[class|="col"] ul:first-child,
.text-block div[class|="col"] p:first-child {margin-top: 0;}*/
/* better with margins on all devices than no margins on mobile */

.text-block>h1:last-child,
.text-block>h2:last-child,
.text-block>h3:last-child,
.text-block>h4:last-child,
.text-block>h5:last-child,
.text-block>h6:last-child,
.text-block>ol:last-child,
.text-block>ul:last-child,
.text-block>p:last-child {margin-bottom: 0}

/*.text-block div[class|="col"] h1:last-child,
.text-block div[class|="col"] h2:last-child,
.text-block div[class|="col"] h3:last-child,
.text-block div[class|="col"] h4:last-child,
.text-block div[class|="col"] h5:last-child,
.text-block div[class|="col"] h6:last-child,
.text-block div[class|="col"] ol:last-child,
.text-block div[class|="col"] ul:last-child,
.text-block div[class|="col"] p:last-child {margin-bottom: 0;}*/
/* better with margins on all devices than no margins on mobile */

/* Too junior version of this code. Needs more testing :) */
/*@media (max-width: 991px) {
    .text-block div[class|="col"] ~ div[class|="col"] {margin-top: 15px;}
}*/


a {color: #d00; text-decoration: underline;}
a:focus, a:hover, a:active {color: #d00; text-decoration: none;}

/* Link buttons - part of tinymce features */
a.btn {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border: 0; border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 24px;
    background-color: #c10b21;
}
a.btn:focus, a.btn:hover {
    color: white;
    background-color: #940819;
}
a.btn-large {font-size: 22px; padding: 10px 22px 9px;}
a.btn-border {color: #236dad; background: white; border: 2px solid #236dad; box-shadow: none;}
a.btn-border:hover {color: #1bcec3; background: white; border: 2px solid #1bcec3;}


a img {border: 0;}
b, strong, .bold {font-weight: 700;}
a.link-blue {text-decoration: none!important; color:#466DFF!important;}
a.link-blue:hover {text-decoration: underline!important;}

/****** FORMS DEFAULTS ******/
/* Form base */
form {margin: 0; padding: 0;}
fieldset {margin: 0; padding: 0; border: 0;}
legend {padding: 0; font-weight: 700; margin: 1em 0;}
input, select, textarea {font-size: 1em; font-family: inherit;}
input, select {border: 1px solid rgb(226,154,0); border-radius: 4px; padding: 9px 6px 7px; width: 100%; line-height: 1;}
input {margin: 0; background-color: #fff; border: 1px solid #aaa; padding: 0.5em;}
select {box-sizing: border-box; margin: 0;  background-color: #fff;}
option {background-color: #fff;}
textarea {
    display: block; resize: vertical; height: 90px; background-color: #fff; border: 1px solid #aaa; width: 100%;
    box-sizing: border-box; padding: 0.5em; margin: 0;
}

/* Input buttons */
input.submit, input[type="submit"],
button.submit, button[type="submit"] {
    background: inherit; color: #c8a564; font-weight: 700; font-size: 18px;
    cursor: pointer; display: inline-block; border: 3px solid white; padding: 9px 18px 8px;
}
input.submit:hover, input[type="submit"]:hover,
button.submit:hover, button[type="submit"]:hover {
    color: white;
}

/* Placeholder style - separate declarations are important */
.placeholder {color: #999}
::-webkit-input-placeholder {color: #999;}
:-moz-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}


/* box sizing for some elements */
table, tr, th, td, input {box-sizing: border-box;}

/* List styles defaults */
ul, ol {
    margin: 1em 0;
    padding: 0;
    padding-left: 2.2em;
}

ul {list-style: none;}

ul li, ol li, ul li p {
    margin: 0;
    line-height: inherit;
    position: relative;
}
ul li:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 12px;
    width: 4px;
    height: 4px;
    border-radius: 5px;
    background-color: #000;
}

/* UL layout for programmers ;) */
ul.layout {margin: 0; padding: 0; list-style: none;}
ul.layout li {margin: 0; padding: 0;}
ul.layout li a {display: block;}

/* clearfix for floating uls */
/*ul.clearfix:after {content: ' '; display: table; clear: both}*/ /* Bootstrap has its own clearfix defined */

/* Paragrapgs and perex by tinymce */
p {margin: 1.7em 0; font-family: NagRegular; line-height: 1.6; font-size: 16px;}

/* Perex */
p.perex, blockquote {
    font-family: NagBook;
    font-size: 20px; line-height: 1.6; margin-left: 0; margin-right: 0;
}

/* Tinymce bug fix */
p span[style] {line-height: 1.4}

/* Citation as simple paragraph */
p.cite {
    font-style: italic;
    color: #999;
    /*background-color: #999;*/
    /*padding: 0.5em 0.9em;*/
    padding-right: 45px;
    position: relative;
    font-size: 24px;
    /*border-left: 5px solid #ffbb75;*/
    margin: 1em 0;
}

/* Bacis tables */
table {font-size: inherit; border-collapse: collapse; margin-top: 1em; margin-bottom: 1em;}
table tr {}
table td {border: 1px solid #aaa; padding: .3em .5em}
table thead td, table th {
    padding: .4em .5em .3em; border: 1px solid #aaa; border-bottom: 2px solid #555;
    font-size: 15px; font-weight: bold; background: #d3d3d3; color: black; text-align: left;
}
table tbody td {font-size: 15px; background: #f2f2f2; vertical-align: top;}

/* Lined table */
table.lines {}
table.lines tr {}
table.lines td {border: 0; border-top: 1px solid #aaa; border-bottom: 1px solid #aaa;}
table.lines thead td, table.lines th {
    background-color: #d3d3d3; border: 0; border-top: 1px solid #555; border-bottom: 1px solid #555;
    font-weight: 700; color: black
}
table.lines tbody td {}

/* Layout table */
/* Layout tables can have variable column width, are not responsive and have no visual impact */
table.layout {border-spacing: 0; border: 0; width: 100%}
table.layout td, table.layout th {
    padding: 0; vertical-align: top; background-color: transparent; border: 0; font-weight: normal;
}

/* Responsive 2col table */
table.responsive2col {width: 100%}
table.responsive2col td, table.responsive2col th {
    width: 50%; padding: 0; vertical-align: top; background-color: transparent; border: 0; font-weight: normal;
}
/* +MQ */
@media (max-width: 767px) {
    /* important because ucer can set width in inline style */
    table.responsive2col {display: block; width: 100% !important}
    table.responsive2col tr, table.responsive2col td, table.responsive2col th {display: block; width: 100% !important}
}

/* P insite TABLE without layout tables - margin reset */
table:not(.layout):not(.responsive2col) p {
    margin: 0;
}

/* All images are responsive by default */
img {max-width: 100%; height: auto;}

/* Add margins to floating images by tinymce */
img[style~="left;"]  {margin:0 1em 1em 0;}
img[style~="right;"]  {margin:0 0 1em 1em;}


/****** CMS LAYOUT TEMPLATES ******/
/* Extended block layout +MQ */
div.block-extended {position: relative;}
@media (min-width: 856px) {
    .layout-8-cols-center div.block-extended {margin-left: -50px; margin-right: -50px;}
}

/* Wide block layout +MQ */
div.block-wide {position: relative;}
@media (min-width: 856px) {
    .layout-8-cols-center div.block-wide {margin-left: -50px; margin-right: -50px;}
}
@media (min-width: 992px) {
    .layout-8-cols-center div.block-wide {margin-left: -160px; margin-right: -160px;}
}
@media (min-width: 1200px) {
    .layout-8-cols-center div.block-wide {margin-left: -195px; margin-right: -195px;}
}

/* Ordinary coloring styles */
div.block-dark {background-color: #444; padding: 1em; color: white;}
div.block-grey {background-color: #eee; padding: 1em; color: black;}


/*************************************/
/****** WEBSITE SPECIFIC LAYOUT ******/
/*************************************/

header {
    background-color: #f8f8f9; padding: 0.5em 0; /*box-shadow: 0 3px 5px rgba(0,0,0,.15);*/
    position: fixed; top:0; left:0; width: 100%; z-index: 1000; height: 10vh;
    display:flex; align-items:center; justify-content:center;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.35);
}

header .logo {margin: 0}
header .logo img {height: 10vh; margin: 0 15em 0 0; padding: 1.2em 0}

header .row {height: 10vh; display:flex; align-items:center; justify-content:center;}
header .logo-columns {height: 10vh; display:flex; align-items:center; justify-content:flex-start;}
header .menu-columns {height: 10vh; display:flex; align-items:center; justify-content:flex-end;}

/*section#content .section-wrapper {padding: 2em 0} !* default padding for sections *!*/
/*section#content .section-wrapper:first-child {margin-top: 10vh} !* first section top margin *!*/
/*section#content .section-wrapper:first-of-type {align-items:center; justify-content:center;} !* first section top margin *!*/

/*#uvod {display: none !important;}*/
/*section#content .section-first {margin-top: 0}*/

.alert {border: 0; border-radius: 0; font-size: 18px;}
.alert-success {color: #FFF; background-color: #74ad1b; opacity: 0.8;}

/*BUTTONS*/
button.button, a.button, input.button, input[type="submit"], input[type="button"] {border: 0px; background-color: #ff3333; color: #FFF; border-radius: 3px; display: inline-block; text-decoration: none; cursor: pointer; box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);}
button.button:hover, a.button:hover, input.button:hover, input[type="submit"]:hover, input[type="button"]:hover {background-color: #e00;}
.button.button-small {padding: 5px 18px; font-size: 18px;}
.button.button-big {padding: 12px 22px; font-size: 18px;}
.button.button-header {padding: 15px 25px; font-size: 22px;}
.button.button-blue {background-color: #30a3ba;}
.button.button-blue:hover {background-color: #1b8ba0;}

.button.button-menu {
    padding: 4px 10px;
    background-color: black;
    text-decoration: none;
    font-size: 16px;
}
.button.button-menu:hover {
    background-color: #484848;
}

/*CONTACT FORM*/
.contact-form {}
.contact-form .form-control, .contact-form .form-control:focus {border: 1px solid #c1c1c1; color: #000; box-shadow: none;}
.contact-form input.form-control {height: 38px;}
.contact-form .info {font-size: 14px; position: relative; top: 36px;}
.contact-form .info i.fa{padding-right: 5px;}
.contact-form .link-to-contacts {text-align: right;}
.contact-form .link-to-contacts a {position: relative; top: 10px; white-space: nowrap;}
.contact-form .link-to-contacts a i.fa {padding-left: 5px;}
.jak-tvorime-weby #contact-form {display: none;}

/*TESTIMONIALS*/
.person {margin-bottom: 3rem; text-align: center;}
.person .image {text-align: center; position: relative; margin-right: auto; margin-left: auto; max-width: 263px;}
.person .image .image-cover {position: absolute; cursor: pointer; border-radius: 130px; top: 0; left: 0; width: 100%; height: 100%; display: none; background-color: rgba(47, 129, 189, 0.85); }
.person .image .image-cover .text {position: absolute; top: 50%; left: 50%; width: 100%; color: #FFF; font-size: 22px;transform: translate(-50%, -50%);}
.person .image:hover .image-cover {display: block;}
.person .name {margin-bottom: 0.2rem; margin-top: 1em; text-align: center;}
.person .name a {font-size: 24px; font-weight: bold; color: #000; margin-bottom: 0.2rem; margin-top: 1em; text-align: center; text-decoration: none;}
.person .name a:hover {text-decoration: underline;}
.person .position {font-style: italic;}
.person .social a {font-size: 14px; padding-right: 5px; color: #000;}
.person .social i.fa {font-size: 16px;}
.person .text {font-size: 14px; padding: 1rem 0;}

/*tabs2accordion*/
/*TABS*/
.tabs div.content, .tabs label {-webkit-box-ordinal-group: NaN; -webkit-order: initial; -ms-flex-order: initial; order: initial;}
.tabs div.content {background: #fff; padding: 0 15px;}
.tabs input[type="radio"]:checked + label + div.content {border-top: 0;}
.tabs div.content h3 {margin-top: 0.5em;}
.tabs label {
    width: 100%;
    margin-right: 0;
    background: rgba(51,185,255,0.2);
    padding: 10px 15px;
    margin-bottom: 5px;
    border: 1px solid #b5d0de;
}
.tabs input[type="radio"]:checked + label {
    background: #000000;
    border: 1px solid #000000;
    color: white;}
.tabs label:first-of-type {padding-left: 15px; padding-right: 15px;}
.tabs label i.fa {
    float: right;
    position: relative;
    top: 7px;
    font-size: 20px;
    color: black;
    display: inline-block;
}
.tabs input[type="radio"]:checked + label i.fa {
    color: #FFF;
}


header .top {margin-top: 15px;}
header .top .right {padding-right: 6px;}


/* main-navigation */
/* http://pencidesign.com/soledad/ - updated original code */
.open-sidebar-nav {
    /*overflow-x: hidden !important;
    overflow-y: hidden !important;*/
} /* open menu disables page scrolling */

.open-sidebar-nav .main-navigation-content {
    right: 300px;
}
.open-sidebar-nav a.mobile-menu-close {
    right: 280px; visibility: visible; opacity: 1; -moz-opacity: 0.5; -khtml-opacity: 1;
}
.main-navigation-content {
    position: fixed; top: 0; right: 0; z-index: 9999;
    width: 280px; height: 100%; overflow-y: auto; overflow-x: hidden; background: white;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;
    transform: translateX(300px); -webkit-transform: translateX(300px); -moz-transform: translateX(300px);
}

/* Scrollbar */
.main-navigation-content::-webkit-scrollbar-track{background-color: #555;}
.main-navigation-content::-webkit-scrollbar{width: 5px; background-color: #aaa;}
.main-navigation-content::-webkit-scrollbar-thumb {background-color: #aaa;}

/* Menu */
.main-navigation-content div:first-of-type{padding: 0;}
.main-navigation-content ul {padding: 0; margin: 0;}
.main-navigation-content ul li:before{content: none;}
.main-navigation-content li {list-style: none; margin: 0; padding: 0; border-top: 1px solid #ddd; position: relative;}
.main-navigation-content li:first-child {border-top: 0;}
.main-navigation-content li a {color: #2443B6; text-decoration: none; padding: 11px 0 10px 15px; display: inline-block; position: relative; font-size: 16px; font-weight: bold; width: 100%;}
.main-navigation-content li a:hover {
    color: black;
    background: #f3f3f3;
    -moz-transition: color 0.3s, background-color 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}
.main-navigation-content li a:active {color: white; font-weight: bold; background: #eee;}
.main-navigation-content li.active a { color: white; font-weight: bold;}

/* Mobile menu - close button */
a.mobile-menu-close {
    position: fixed; visibility: hidden; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; opacity: 0;
    text-decoration: none; text-align: right; font-size: 0; padding: 10px; color: transparent; background: rgba(0,0,0,0.5);
    height: 100%; /*width: 100%; */
    transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;
}
/* Close cross styles */
a.mobile-menu-close .close {
    position: relative; display: inline-block; width: 50px; height: 50px; overflow: hidden;
    filter: alpha(opacity=100); opacity: 1;
}
a.mobile-menu-close .close::before,
a.mobile-menu-close .close::after {
    content: ''; position: absolute; top: 50%; left: 0;
    height: 2px; margin-top: -1px; width: 100%; background: white;
}
a.mobile-menu-close .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
a.mobile-menu-close .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
a.mobile-menu-close .close.hairline::before,
a.mobile-menu-close .close.hairline::after {
    height: 1px;
}
a.mobile-menu-close .close.thick::before,
a.mobile-menu-close .close.thick::after {
    height: 4px; margin-top: -2px;
}
a.mobile-menu-close .close.black::before,
a.mobile-menu-close .close.black::after {
    height: 8px; margin-top: -4px;
}
a.mobile-menu-close .close.heavy::before,
a.mobile-menu-close .close.heavy::after {
    height: 12px; margin-top: -6px;
}
/* end close cross styles */

/* Mobile menu - opener */
.mobile-menu-content {float: right; margin-top: .7em;
    margin-right: .7em;}
.mobile-menu-content a.mobile-menu-open {color: #000; text-decoration: none;}
.mobile-menu-content i.fa {display: block; text-align: center; font-size: 1.5em}
.mobile-menu-content span {font-size: .8em}

/*flags*/
.flags {margin: 20px 0; text-align: center}
.flags a {padding: 5px;}


/*#content {padding: 1.4em 0 3.5em;}*/


/*CAROUSEL*/
#content .carousel {
    margin-bottom: 3em;
}
#content .carousel .carousel-control {
    width: 7%;
}
#content .carousel .carousel-inner .item img{
    max-height: 550px;
    margin: 0 auto;
    display: block;
}
#content .carousel .carousel-control i {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 25px;
}
#content .carousel .carousel-caption-box {
    background-color: rgba(0,0,0, 0.5);
    padding: 2em;
    display: inline-block;
    width: 60%;
}
#content .carousel .carousel-caption {
    color: #FFF;
    text-shadow: none;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
    padding: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#content .carousel .carousel-caption-box h2 {
    margin-top: 0;
}
/*END CAROUSEL*/

/*GALLERY*/
.gallery .image-cover { color: #FFF; }
.gallery .image-cover .title {
    font-size: 2.5rem;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    padding: 0 1em;
}
.gallery .image { position: relative;}
.gallery .image .image-cover { position: absolute; top: 0; left: 0; cursor: pointer; width: 100%; height: 100%; text-align: center; display: none; background-color: rgba(237, 28, 36, 0.7);}
.gallery .image:hover .image-cover { display: block;}
/*END GALLERY*/

/*main-section*/
section {
    margin-top: 10vh;
}
.main-section {

    margin:0;
    color: #fff;
    text-align: center;
    padding: 4rem 0;
}
.main-section h4{
    font-family: NagRegular;
}
.about {
    color: #fff;
}
.about ul li:before {
    background-color: #fff;
}

.section-wrapper {
    padding: 80px 0 120px;
    min-height: 0vh!important;
}
.contact {
    color: #fff;
}
.contact a {
    color: #466DFF;
}
.contact span {
    color: #466DFF;
}
footer p {
    color: #BFBFBF;
    font-size: 14px;
    margin:0;
}


/*.section-wrapper.precinct {*/
    /*margin: 15px 0 0 0;*/
    /*background-size: cover;*/
/*}*/

/*.section-wrapper.contact,*/
/*.section-wrapper.contact-map {*/
    /*margin-bottom: 0;*/
/*}*/

/*.section-wrapper.contact-map {*/
    /*margin-bottom: -1.6em;*/
/*}*/

/*section#content .section-wrapper .col-md-8,*/
/*section#content .section-wrapper .col-md-12 {*/
    /*padding-top: 5em;*/
    /*padding-bottom: 5em;*/
/*}*/

/*section#content .section-wrapper.precinct-gallery,*/
/*section#content .section-wrapper.contact-map {*/
    /*padding: 0;*/
/*}*/

/*section#content .section-wrapper.contact-map .col-xs-12 {*/
    /*padding: 0;*/
/*}*/

/*section#content .section-wrapper.footer {*/
    /*color: white;*/
    /*border-bottom: 5px solid #c10b21;*/
/*}*/

/*section#content .section-wrapper.contact,*/
/*section#content .section-wrapper.contact a {*/
    /*color: white;*/
/*}*/

.color-emerald {
    color: #00b7ac;
}

.light-text {
    font-weight: 100;
}

.section-first p.light-text {
    font-size: 60px;
    margin-top: 0;
}

/*.owl-dots {*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%); !* IE 9 *!*/
    /*-webkit-transform: translate(-50%, -50%); !* Safari *!*/
    /*margin: 1em 0;*/
/*}*/

.owl-dots {
    /*font-size: 14px;*/
    /*margin-bottom: 1em;*/
    counter-reset: dots;
}

.owl-theme .owl-dots .owl-dot {
    font-size: 14px;
    color: #c10b21;
    display: inline-block;
    padding: 6px 12px !important;
    margin: 0 2px;
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:focus,
.owl-theme .owl-dots .owl-dot.active {
    color: white;
    background-color: #c10b21;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
}

.owl-dot:before {
    counter-increment:dots;
    content: counter(dots);
}

.owl-dot:after {
    content: '. podlaží';
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.owl-nav {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    color: #c10b21;
    font-size: 60px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #59050f;
    background-color: transparent;
}

.owl-theme .owl-nav [class*='owl-']:focus {
    outline: none;
}

.section-wrapper#uvod  {
    color: white;
    display: flex !important;
    margin-top: 10vh;
    justify-content: center;
    align-items: center;
}

.section-wrapper#uvod h1 {
    font-size: 60px;
}

.light-text {
    font-weight: 100;
}

.section-first p.light-text {
    font-size: 26px;
    margin-top: 0;
}

a.mobile-menu-close {
    padding: 10px 5px 0 5px;
}

a.mobile-menu-close .close {
    width: 30px;
    height: 30px;
}

.modal {
    padding: 0 !important;
}

.modal-dialog {
    width: 100%;
    height: 100%;
    min-height: 90vh;
    margin: 0;
}

.modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
    overflow-y: auto;
}

.close {
    opacity: .8;
}

.close-button {
    position: absolute;
    top: 0;
    right: 0;
    margin: .75em;
}

.close-button img {
    width: 23px;
}

.red-box {
    display: none;
    position: absolute;
    top: 5em;
    left: 0;
    width: 285px;
    height: 260px;
    background-color: #ed1c24;
}

.multiple-columns {
    column-count: 2;
    column-gap: 5px;
    column-rule-style: solid;
    column-rule-width: 0;
    -moz-column-fill: auto;
    column-fill: auto;
    /*height: 300px;*/
}

.btn-clear {
    background-color: transparent;
    border: 0;
}

.tenant-name {
    font-size: 18px;
    color: #00b7ac;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #ed1c24;
    cursor: pointer;
}


.news-link {
    line-height: 1.4;
    text-decoration: none;
    border-bottom: 2px solid #ed1c24;
    cursor: pointer;
}

.section-first {
    text-shadow: 0px 2px 30px rgba(0,0,0,.5);
}

footer {
    color: white;
    min-height: auto;
    background-color: #000;
    padding: 2em 0;
}

footer a {
    color: white;
}

/*************************************************************/
/*************************************************************/
/* THESE MEDIA QUERIES STACK & EXTEND */
/*************************************************************/
/*************************************************************/
@media (max-width: 992px) {
    h2{
        font-size: 32px;
    }
    h1{
        font-size: 40px;
    }
}
@media (min-width: 375px) {
    a.mobile-menu-close {
        padding: 20px;
    }

    a.mobile-menu-close .close {
        width: 50px;
        height: 50px;
    }

}

/* Extra Small devices (bigger mobile phones, 530px and up) */
@media (min-width:530px) {
    header .logo img {
        margin-right: 28em;
    }

    .close-button {
        margin: .75em 1.5em;
    }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    /*section#content .section-wrapper:first-of-type  {display: flex !important;}*/
    /*#uvod {display: flex !important;}*/
    /*section#content .section-first {margin-top: 10vh}*/

    /* main-navigation */
    .mobile-menu-content, .mobile-menu-close {display: none;}

    .main-navigation-content {
        position: inherit; background: none; box-shadow: none; width: auto; height: auto; z-index: 0;
        overflow-y: inherit; overflow-x: inherit;
        transition: inherit; -webkit-transition: inherit; -moz-transition: inherit;
        transform: inherit; -webkit-transform: inherit; -moz-transform: inherit;
        transform-style: inherit; -webkit-transform-style: inherit;
    }
    .main-navigation-content ul {display: inline-block; text-align: right}
    .main-navigation-content li {border: none; display: inline-block; margin: 3px 0 3px 15px;}
    .main-navigation-content li a {color: #2443B6; text-decoration: none; font-size: 16px; padding: 0; font-weight: bold;
        text-transform: none}
    .main-navigation-content li a:after {
        background-image: url("../img/right-arrow.svg");
        background-size: 12px 12px;
        background-repeat: no-repeat;
        display: inline-block;
        height: 12px;
        width: 12px;
        margin-left: 7px;
        content: "";


    }
    .main-navigation-content li a:hover, main-navigation-content li a:active, .main-navigation-content li.active {color: #000; background: transparent; text-decoration: none;}

    /*flags*/
    .flags{float: right; margin: 0;}
    .flags a {padding-left: 10px;}

    /*tabs*/
    .tabs {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
    .tabs label {z-index: 10; -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; display: block; font-size: 20px; color: #ff3333; padding: 4px 23px; margin-bottom: 0; cursor: pointer;  }
    .tabs label:first-of-type {padding-left: 15px; padding-right: 15px;}
    .tabs div.content {-webkit-box-ordinal-group: 100; -webkit-order: 99; -ms-flex-order: 99; order: 99; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; width: 100%; max-height: 0;height: auto; overflow: hidden;}
    .tabs input[type="radio"]:checked + label {background: #FFF; border-bottom: 5px solid #ff3333;}
    .tabs input[type="radio"] + label:hover {color: black;}
    .tabs input[type="radio"]:checked + label + div.content {max-height: 100%; border-top: 3px solid #ccc; margin-top: -3px;}
    .tabs label i.fa {display: none;}

    footer .title {font-size: 20px; margin-bottom: 0.5em; text-transform: uppercase;}
    footer .text {font-size: 14px; color: #999999;}
    footer .bottom-text {font-size: 14px; color: #666666; font-style: italic;}
    footer ul {list-style-type: none; padding-left: 0;}

    .section-wrapper#uvod h1 {
        font-size: 100px;
    }

    .section-first p.light-text {
        font-size: 70px;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .close-button img {
        width: 46px;
    }

    .liquid {
        text-align: right;
        color: #BFBFBF;
    }
    .liquid a{
        color: #BFBFBF;
        text-decoration: none;
    }

    
    .red-box {
        display: block;
        width: 155px;
    }

    .owl-dot:after {
        content: '. podlaží';
    }

    .owl-dot:before {
        counter-increment:dots;
        content: counter(dots);
    }

    .owl-theme .owl-dots {
        margin-bottom: 2em;
    }

    .owl-theme .owl-dots .owl-dot {
        font-size: 18px;
        color: #c10b21;
        display: inline-block;
        padding: 6px 12px !important;
        margin: 0 5px;
    }

    .owl-stage .owl-nav {
        display: none;
    }

    /*.owl-prev {*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*position: absolute;*/
        /*top: calc(50% - 60px);*/
        /*margin-left: 0;*/
        /*display: block!IMPORTANT;*/
        /*border: 0 solid black;*/

    /*}*/

    /*.owl-next {*/
        /*width: 120px;*/
        /*height: 120px;*/
        /*position: absolute;*/
        /*top: calc(50% - 60px);*/
        /*right: 0;*/
        /*display: block!IMPORTANT;*/
        /*border: 0 solid black;*/
    /*}*/
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .red-box {
        display: block;
        width: 200px;
    }
}

@media (min-width: 1400px) {
    .red-box {
        width: 285px;
    }

    .close {
        margin: 1em 2em;
    }
}


/*************************************************************/
/*************************************************************/
/* THESE MEDIA QUERIES DOES EXACTS */
/*************************************************************/
/*************************************************************/

/* Extra Small devices (small mobile phones) - EXACT */
@media (max-width:529px) {
    /*section#content .section-wrapper {margin: 0}*/
}

/* Extra Small devices (mobile phones) - EXACT */
@media (min-width:530px) and (max-width:767px) {
    /*section#content .section-wrapper {margin: 0}*/
}

/* Small devices (tablets) - EXACT */
@media (min-width:768px) and (max-width:991px) {

}

/* Medium devices (desktops) - EXACT */
@media (min-width:992px) and (max-width:1199px) {

}



/* NETTE debug bar - oprava kvuli stylovani seznamu */
#nette-debug ul li::before {
    content: none;
}

/* end: file is uncut and complete */
