@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&subset=latin-ext');

body, html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

body {
    background: #fff;
}

body.main-page {
    background: #ecefef;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1080px;
    padding: 0;
    overflow: hidden;
}

.main-page .container {
    width: 100%;
    max-width: 1518px;
}

h1 {
    color: #261060;
    font-size: 3.0625em;
    font-weight: 700;
    line-height: 1.0204;
    margin-top: 4px;
    padding: 0px 0 0.3em 0;
}

h2 {
    color: #261060;
    font-size: 1.5625em;
    font-weight: 700;
    line-height: 1.28;
    padding: 10px 0 0.2em 0;
}

h3 {
    color: #261060;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3;
    padding: 0.3em 0 0.25em 0;
}

a {
    color: #bc0400;
    font-weight: 300;
    -webkit-transition: font-weight 0.4s ease-in-out;
    -moz-transition: font-weight 0.4s ease-in-out;
    -o-transition: font-weight 0.4s ease-in-out;
    transition: font-weight 0.4s ease-in-out;
}

a:not(.btn):hover {
    color: #bc0400;
    text-decoration: none;
    font-weight: 600;
}

#header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10
}

#header .container {
    background: #fff;
    max-width: 1518px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#header #title {
    min-height: 87px;
}

#header .logo {
    float: left;
    display: block;
    margin: 15px 20px 12px 5px;
    padding-right: 25px;
    border-right: 1px solid #261060;
}

#header .logo img {
    height: 60px;
    width: auto;
}

#header .name {
    float: left;
    display: block;
    margin-top: 15px;
    color: #261060 !important;
    font-size: 40px;
    font-weight: 600;
}

#header .name:hover {
    text-decoration: none;
}

#header #mobile-menu {
    display: none;
    text-align: right;
    padding-top: 15px;
}

#header #mobile-menu .fa-bars {
    font-size: 25px;
    color: #fff;
    background: #261060;
    padding: 10px 12px;
    border-radius: 50%;
}

#header #menu ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

#header #menu ul.level-1 li {
    float: left;
    margin: 28px 20px 0 0;
}

#header #menu ul.level-1 li:last-of-type {
    margin-right: 0;
}

#header #menu ul.level-1 li a {
    color: #261060;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    font-size: 21px;
    font-weight: 700;
    height: 30px;
    letter-spacing: -0.03em;
    line-height: 30px;
    text-align: center;
    text-wrap: none;
    white-space: nowrap;
}

#header #menu ul.level-1 li.active a, #header #menu ul.level-1 li a:hover {
    color: #bc0400 !important;
    text-decoration: none;
}

#header .bublina  {
    float: right;
    margin: 18px 10px 0 0;
}

#header .social-2 .bublina  {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-right: 0;
}

#header-aktualne {
    background: #261060;
    position: fixed;
    top: 87px;
    width: 100%;
    z-index: 10;
}

#header-aktualne .container {
    max-width: 1518px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#header-aktualne #menu-aktualne ul {
    float: left;
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

#header-aktualne #menu-aktualne ul.level-1 li {
    float: left;
    margin: 15px 20px 0 0;
}

#header-aktualne #menu-aktualne ul.level-1 li a {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: 30px;
    letter-spacing: -0.03em;
    line-height: 30px;
    text-align: center;
    text-wrap: none;
    white-space: nowrap;
}

#header-aktualne #menu-aktualne ul.level-1 li.active a {
    font-weight: 600;
}

#header-aktualne #menu-aktualne ul.level-1 li a:hover {
    text-decoration: underline;
}

.content {
    color: #261060;
    font-size: 16px;
    margin: 87px 0px 0px 0px;
    padding: 0px 0px;
}

.content.aktualne {
    margin-top: 147px;
}

.content .wrapper .container {
    padding: 40px 15px;
}

.wrapper.slider .container {
    overflow: hidden;
    padding: 0px;
}

.wrapper.slider .container p {
    display: none;
}

.wrapper.rotator .container {
    background: #eeeeee;
    color: #e73e38;
    font-size: 17px;
    padding: 5px 20px;
}

.wrapper.no-container-top-padding .container {
    padding-top: 0px;
}

.wrapper.no-container-bottom-padding .container {
    padding-bottom: 0px;
}

.wrapper.no-container-vertical-padding .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wrapper.gallery-inside {
    margin-top: -50px;
    margin-bottom: -50px;
}

.wrapper.gallery-inside .container {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wrapper.gallery-inside .subgallery .architect-item-title {
    display: none;
}

.wrapper.gallery-bottom .container {
    padding-top: 0px;
}

.wrapper.gallery-bottom .subgallery a {
    margin-top: 0px;
}
t
.wrapper.architect .container {
    padding: 10px 0px;
}

.wrapper.mozaik .container {
    padding: 0 2% 0 1%;
}

.btn {
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.btn.btn-blue {
    background: #261060;
    border: 2px solid #261060;
    border-radius: 2px;
    color: #fff;
}

.btn.btn-blue:active, .btn.btn-blue:focus, .btn.btn-blue:hover {
    background: #ecefef;
    color: #261060;
}

.btn.btn-outline-blue, .btn.btn-white {
    background: transparent;
    border: 2px solid #261060;
    border-radius: 2px;
    color: #261060 !important;
}

.btn.btn-outline-blue:active, .btn.btn-outline-blue:focus, .btn.btn-outline-blue:hover
.btn.btn-white:active, .btn.btn-white:focus, .btn.btn-white:hover {
    background: #261060;
    color: #fff !important;
}

.btn.btn-green {
    background: #00b1a6;
    border-color: #00b1a6;
    color: #fff !important;
}

.btn.btn-red {
    background: #d70202;
    color: #fff;
    font-size: 25px;
    line-height: 1.08;
    font-weight: 700;
    padding: 16px 25px 10px 25px;
    text-decoration: none;
    border-bottom: 7px solid #a70303;
    letter-spacing: .34px;
}

.btn.btn-red:active, .btn.btn-red:focus, .btn.btn-red:hover {
    background: #a70303;
}

.btn.btn-outline-red {
    background: transparent;
    border: 2px solid #bc0400;
    border-radius: 2px;
    color: #bc0400 !important;
}

.btn.btn-outline-red:active, .btn.btn-outline-red:focus, .btn.btn-outline-red:hover {
    background: #bc0400;
    color: #fff !important;
}

.content hr {
    border-color: #bc0400;
}

.bublina {
    background: transparent url(/static/images/social_icons.png) no-repeat;
    background-position: top left;
    display: inline-block;
    height: 46px;
    width: 46px;
}

.bublina.facebook, .bublina.facebook.inverse:hover {
    background-position-y: -48px;
}

.bublina.facebook:hover, .bublina.facebook.inverse {
    background-position-y: 0px;
}

.bublina.twitter, .bublina.twitter.inverse:hover {
    background-position-y: -146px;
}

.bublina.twitter:hover, .bublina.twitter.inverse {
    background-position-y: -98px;
}

.bublina.email:hover, .bublina.email.inverse {
    background-position-y: -485px;
}

.module-slider {
    margin: 0;
    padding: 0;
}

.module-slider .slick-track {
    width: 100%;
    height: 46.7vw;
    max-height: 700px;
}

.wrapper.slider.mini .module-slider .slick-track {
    height: auto;
}

.module-slider .slick-track li {
    display: block;
    list-style: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    height: 100%;
}

.module-slider .slick-track li img {
    width: 100%;
    height: 100%;
}

.rainbow-text {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 30px;
    max-width: 100%;
    width: auto;
    text-align: center;
}

.rainbow-text h2 {
    display: none;
}

.rainbow-text img {
    display: block;
    margin: 0 auto 2em;
    max-height: 75px;
    width: auto;
    max-width: 100%;
}

.overlay {
    background: transparent url(/static/images/vice.png) repeat-x left bottom;
    bottom: 0px;
    color: #261060;
    display: block;
    font-weight: 600;
    height: 70px;
    left: 0px;
    line-height: 100px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
}

.architect-blue .overlay {
    background-image: url(/static/images/vice_blue.png);
}

.mozaik .boxes {
    position: relative;
    min-height: 883px;
}

.mozaik .box {
    position: absolute;
    background: #fff;
    overflow: hidden;
}

.mozaik .box a {
    display: block;
    padding: 25px 35px;
    text-decoration: none !important;
}

.mozaik .box .facebook-timeline, .mozaik .box .facebook-timeline .fb-xfbml-parse-ignore {
    width: 100%;
    height: 100%;
    background-color: #f5f6f7;
}

.mozaik .box .facebook-timeline.fb_iframe_widget span {
    display: block;
    margin: 0 auto;
}

.mozaik .box a.facebook-timeline {
    background: #1877F2 url(/static/images/mozaik_facebook.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mozaik .box a.twitter-timeline {
    width: 100%;
    height: 100%;
    background: #1DA1F2 url(/static/images/mozaik_twitter.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mozaik .box a:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    z-index: 3;
}

.mozaik .box a:hover:after {
    background: rgba(0, 0, 0, 0.14);
}

.mozaik .box img {
    height: 100%;
    width: auto;
    min-width: 100%;
}

.mozaik .box.type4 {
    overflow-y: scroll;
}

.mozaik .box.no1 {
    width: 39%;
    height: 567px;
    left: 1%;
    top: 13px;
}

.mozaik .box.no2 {
    width: 19%;
    height: 277px;
    left: 1%;
    top: 593px;
}

.mozaik .box.no3 {
    width: 19%;
    height: 277px;
    left: 21%;
    top: 593px;
}

.mozaik .box.no4 {
    width: 19%;
    height: 277px;
    left: 41%;
    top: 13px;
}

.mozaik .box.no5 {
    width: 19%;
    height: 567px;
    left: 41%;
    top: 303px;
}

.mozaik .box.no6 {
    width: 19%;
    height: 277px;
    left: 61%;
    top: 13px;
}

.mozaik .box.no7 {
    width: 19%;
    height: 277px;
    left: 81%;
    top: 13px;
}

.mozaik .box.no8 {
    width: 39%;
    height: 567px;
    left: 61%;
    top: 303px;
}

.mozaik-item-source {
    color: #a70303;
    font-size: 0.875em;
    font-weight: 600;
    margin-bottom: 10px;
}

#aktualne ul.clanky {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

#aktualne ul.clanky li {
    margin: 0 0 50px 0;
    padding: 0;
}

#aktualne .clanky a {
    color: #261060;
    font-size: 1.875em;
    line-height: 1.2667;
    font-weight: 600;
    display: inline-block;
    padding: .2em 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#aktualne .clanky a:hover {
    color: #a70303;
}

#aktualne .clanky p {
    font-size: 1em;
    line-height: 27px;
    margin: 0;
}

#aktualne .source {
    font-size: 1em;
    line-height: 22px;
    font-weight: 600;
}

#aktualne .pagination > li > a {
    color: #261060;
    background-color: #fff;
    border-color: #261060;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#aktualne .pagination > li > a:hover {
    color: #fff;
    background-color: #a70303;
}

#aktualne .pagination > .active > a {
    color: #fff;
    background-color: #261060 !important;
    font-weight: 300;
}

#blog .container {
    color: #261060;
    font-size: 16px;
    line-height: 1.72em;
    padding: 40px 20px;
}

#blog ul, ol {
    list-style: none outside none;
    padding: 0px 0px 0px 30px;
}

#blog ul li {
    margin: 5px 0;
    padding-left: 0.75em;
    position: relative;
}

#blog ul li::before, #blog ol ul li::before {
    color: #bc0400;
    content: "»";
    font-weight: 600;
    left: 0px;
    position: absolute;
}

#blog a.gallery {
    height: 200px;
}

#blog .source {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}

#blog .source time {
    display: block;
    font-weight: 700;
}

#blog .source a {
    color: #261060;
    font-weight: 300;
}

#blog .source a:hover {
    text-decoration: underline;
}

#blog img {
    max-width: 100%;
    height: auto;
}

.share-button {
    position: static;
    display: inline-block;
    vertical-align: middle;
    background: #261060;
    border-radius: 3px;
    color: #fff !important;
    font-weight: 600;
    margin: 7px 3px;
    padding: 3px 10px;
}

.share-button.fb {
    background: #4267b2;
}

.share-button.fb:hover {
    background: #365899;
    cursor: pointer;
}

.share-button.fb i.fa {
    font-size: 1.15em;
    padding-right: 2px;
}

.share-button.tw {
    background: #1b95e0;
}

.share-button.tw:hover {
    background: #0c7abf;
    cursor: pointer;
}

.share-button span {
    font-size: 14px;
    vertical-align: middle;
}

.gallery {
    border: 5px solid transparent;
    display: inline-block;
    overflow: hidden;
    position: relative
}

.gallery.col-sm-6 {
    height: 485px;
}

.gallery.col-sm-6 span {
    background: #261060;
    bottom: 0px;
    font-size: 23px;
    padding: 20px 20px;
    width: 100%;
}

.gallery.col-sm-6:hover span {
    padding: 40px 20px
}

.gallery.col-sm-3 {
    height: 242.5px;
}

.gallery.col-sm-3 span {
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    display: block;
    font-size: 23px;
    height: 100%;
    left: 0;
    padding: 30px;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.gallery.col-sm-3:hover span {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.gallery img {
    bottom: 0px;
    left: 0px;
    margin: auto;
    max-height: 200%;
    max-width: 200%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1
}

.gallery span {
    color: #fff;
    font-weight: 400 !important;
    cursor: pointer;
    display: block;
    left: 0px;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 2;
}

.header-img {
    margin: 50px 20px;
    text-align: center;
}

.header-img img {
    max-width: 100%;
    max-height: 600px;
}

.subgallery a {
    margin-top: 20px;
    padding: 15px 20px;
    position: relative;
}

.subgallery .architect-item-title {
    margin: 0 0 10px 0;
    padding: 0;
}

.subgallery .gallery:hover span {
    background: none;
}

.subgallery a:hover {
    background: #ecefef;
    color: #fff !important;
    text-decoration: none;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.akce-stare {
    display: none;
}

.akce-stare-ukaz {
    display: block;
    width: 200px;
    margin: 0 auto;
}

#footer {
    background: #ecefef;
    margin-top: 0px;
}

#footer .container {
    max-width: 1518px;
    width: 100%;
    padding: 30px 0px;
}

#footer .container a {
    color: #261060;
}

#footer-menu .active a {
    color: #261060;
    font-weight: 600;
}

#footer #kontaktujte {
    border-left: 1px solid #261060;
    padding-left: 30px;
}

#footer #footer-menu ul {
    margin: 0px;
    padding: 0px;
    width: 33%;
    display: inline-block;
    float: left;
}

#footer #footer-menu li {
    display: block;
}

#footer #footer-menu li a {
    display: block;
    font-size: 17px;
    padding: 5px 10px
}

#footer #footer-menu li a i {
    color: #777;
    margin-right: 8px
}

#footer #kontaktujte .link {
    margin-top: 35px;
}

#footer #kontaktujte .bublina.twitter {
    margin-left: 25px;
}

#footer #kontaktujte .btn-block {
    margin-top: 15px;
    max-width: 250px;
}

#footer #kontaktujte .btn-block:hover {
    font-weight: 600;
}

#footer #zadavatel {
    padding: 30px 25px 0;
    color: #666;
    font-size: 12px;
}

#footer #zadavatel p {
    margin: 0;
}

#footer #zadavatel em {
    font-size: 8px;
}

.cookie-bar {
    background: #fff;
    border-radius: 15px;
    bottom: 1%;
    box-shadow: 0 0 15px rgba(50, 50, 50, .4);
    left: 1%;
    margin: auto;
    padding: 30px;
    position: fixed;
    max-width: 98%;
    z-index: 10;
}

.cookie-bar .btn {
    margin-bottom: 5px;
}

.cookie-bar-options {
    background: #ecefef;
    padding: 10px;
    margin-top: 15px;
}

.cookie-bar-options input[type=checkbox] {
    margin-right: 7px;
}















#kdo-jsem-box {
    border: 1px solid #e0e0e0;
    color: #261060;
    display: block;
    height: 800px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}

#kdo-jsem-box .architect-item-icon {
    right: 0px;
    top: 0px;
}

#kdo-jsem-box:hover {
    text-decoration: none;
}

#kdo-jsem-box h2 {
    padding-top: 0px;
}

#kdo-jsem h3 {
    margin-top: 0px;
}

#kdo-jsem a:hover h3 {
    color: #261060;
}

#kdo-jsem .container {
    padding: 25px 15px 25px 5px;
}





.architect-item {
    padding: 12px;
}

.architect-item-content {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.18);
    display: block;
    height: 320px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.architect-item-content.no-height-limit {
    height: auto !important;
}

.architect-item-content.no-height-limit .architect-item-icon {
    right: 0px;
    top: 0px;
}

a.architect-item-content:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.38);
}

.architect-item-content.architect-blue {
    background: #261060;
    color: #fff;
}

.architect-item-content.architect-blue .architect-item-icon {
    background-image: url(/static/images/architect_icons_blue.png);
}

.architect-item-content.architect-blue .architect-item-title {
    color: #fff;
}

.architect-item-content.architect-blue .architect-item-text {
    color: #fff;
}

.architect-item-content:hover {
    color: #0a0a0a;
    text-decoration: none;
}

.architect-item-category {
    color: #04b1a6;
    font-size: 22px;
    line-height: 43px;
    min-height: 43px;
}

.architect-item-title {
    color: #261060;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 12px;
    z-index: 2;
}

.architect-item-image {
    height: 280px;
    overflow: hidden;
    padding-top: 36px;
    text-align: center;
}

.architect-item-image img {
    bottom: 0px;
    left: 0px;
    margin: auto;
    margin-top: 40px;
    max-height: 200%;
    max-width: 200%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}

.col-sm-8 .architect-item-title, .col-sm-9 .architect-item-title, .col-sm-10 .architect-item-title, .col-sm-12 .architect-item-title {
    font-size: 35px;
    line-height: 41px;
}

.col-sm-5 .architect-item-title, .col-sm-7 .architect-item-title, .col-sm-6 .architect-item-title {
    font-size: 25px;
    line-height: 35px;
}

.architect-item-text {
    color: #261060;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 20px;
}

.architect-item-icon {
    background: #00b1a6 url(/static/images/architect_icons.png) no-repeat;
    background-position: 200px 200px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px;
    z-index: 3;
}

.architect-item-icon.book {
    background-position: -55px -50px
}

.architect-item-icon.empty {
    background-position: 0px 0px
}

.architect-item-icon.earth {
    background-position: -55px -100px
}

.architect-item-icon.newspaper {
    background-position: -55px -150px
}

.architect-item-icon.article {
    background-position: -55px -0px
}

.architect-item-icon.facebook {
    background-position: 0px -50px
}

.architect-item-icon.photo {
    background-position: 0px -200px
}

.architect-item-icon.twitter {
    background-position: 0px -150px
}

.architect-item-icon.blog {
    background-position: 0px -100px
}










.osoby-wrapper .container {
    padding: 0 !important;
    max-width: 1518px;
}

.osoby-menu {
    background: #261060;
    list-style: none;
    text-align: center;
    padding: 15px;
}

.osoby-menu li {
    display: inline-block;
    margin: 0 20px 0 0;
}

.osoby-menu li a {
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    font-size: 18px;
    font-weight: 600;
    height: 30px;
    letter-spacing: -0.03em;
    line-height: 30px;
    text-align: center;
    text-wrap: none;
    white-space: nowrap;
}

.osoby-submenu {
    list-style: none;
    text-align: center;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0 15px;
}

.osoby-submenu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 0.25em 0 0.75em;
}

.osoby-submenu li:before {
    position: absolute;
    left: 0;
    content: "|";
    color: #ff0000;
    font-weight: 600;
}

.osoby-submenu li:first-of-type {
    padding-left: 0;
}

.osoby-submenu li:first-of-type:before {
    content: "";
}

.osoby-submenu li a {
    color: #261060;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
    font-size: 16px;
    font-weight: 600;
    text-wrap: none;
    white-space: nowrap;
}

.kandidat {
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.kandidat.noimg {
    margin-bottom: 10px;
}

.kandidat.noimg > span {
    background: #ff0000;
    border-radius: 100%;
    top: 6px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    left: 0px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 40px;
    z-index: 2;
}

.kandidat .kandidat-image > span {
    background: #ff0000;
    border-radius: 100%;
    bottom: -6px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    left: 3px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 40px;
    z-index: 2;
}

.kandidat:hover .kandidat-image > span {
    bottom: 5px;
    font-size: 30px;
    height: 50px;
    left: 5px;
    line-height: 50px;
    font-weight: 600;
    width: 50px;
}

.kandidat-container {
    padding-right: 5px;
}

.kandidat .kandidat-image {
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
}

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

.kandidat .kandidat-body {
    background: #261060;
    color: #fff;
    padding: 7px 10px;
}

.kandidat.noimg .kandidat-body {
    padding-left: 55px;
}

.kandidat .kandidat-body.invert {
    background: #fff;
    color: #261060;
}

.kandidat .kandidat-body .kandidat-name {
    font-weight: 600;
}

.kandidat .kandidat-body .kandidat-hlavicka {
    font-size: 13px;
    font-weight: 400 !important;
    line-height: 1.4em;
    height: 2.8em;
    overflow: hidden;
}

#detailKandidata .kandidat .kandidat-image {
    padding-bottom: 70px;
}

#detailKandidata .kandidat .kandidat-image:after {
    background: #261060;
    content: "";
    display: block;
    height: 20px;
}

#detailKandidata .kandidat .kandidat-image > span {
    font-size: 40px;
    height: 70px;
    left: 10px;
    letter-spacing: -3px;
    line-height: 70px;
    font-weight: 600;
    text-align: center;
    top: 10px;
    width: 70px;
}

#detailKandidata a {
    color: #ff0000;
}

#detailKandidata #ikony {
    bottom: 10px;
    margin: 0px 0px;
    padding-left: 0px;
    position: absolute;
    right: 30px;
}

#detailKandidata #ikony li {
    position: relative;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#detailKandidata #ikony li:hover {
    top: -4px;
}

#detailKandidata #ikony .bublina.twitter {
    margin-left: 0px;
}

.modal-body.kandidat {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.modal-content {
    border-radius: 0px;
}

.color-cervena {
    color: #bc0400;
}

.color-volby-cervena {
    color: #ff0000;
}

.color-volby-ruzova {
    color: #f30251;
}

.files {
    margin-bottom: 35px;
    padding-left: 10px
}

.files li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 25px;
    min-height: 59px;
    margin-left: 80px
}

.files li:before {
    content: ""
}

.files .divider {
    color: #716a85;
    padding: 0 5px
}

.files a {
    background: 0 50% no-repeat;
    font-size: 1.125em;
    line-height: 2.1111;
    font-weight: 700;
    position: relative
}

.files a:before {
    background: #262262 url("/static/images/sprites-files.png") 0 0 no-repeat;
    content: "";
    height: 59px;
    left: -80px;
    margin-right: 16px;
    position: absolute;
    top: 0;
    width: 59px
}

.files a[href$=".pdf"]:before {
    background-position: 0 0
}

.files a[href$=".doc"]:before, .files a[href$=".docx"]:before {
    background-position: 0 -80px
}

.files a[href$=".xls"]:before, .files a[href$=".xlsx"]:before {
    background-position: 0 -160px
}

.files a[href$=".mp4"]:before, .files a[href$=".avi"]:before {
    background-position: 0 -240px
}

.files a[href$=".mp3"]:before {
    background-position: 0 -320px
}

.files a[href$=".gif"]:before, .files a[href$=".png"]:before {
    background-position: 0 -400px
}

.files a[href$=".jpg"]:before, .files a[href$=".jpeg"]:before {
    background-position: 0 -480px
}

.files a[href$=".tiff"]:before {
    background-position: 0 -560px
}



@media (max-width: 1500px) {
    #header .logo img {
        height: 50px;
        margin: 5px 0;
    }
    #header .name {
        font-size: 34px;
        margin-top: 20px;
    }
    #header #menu ul.level-1 li {
        margin-top: 30px;
    }
    #header #menu ul.level-1 li a {
        font-size: 16px;
    }
    #header .social-1 .bublina  {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }
    #header .social-2 .twitter {
        display: none;
    }
}

@media (max-width: 1200px) {
    #header .logo img {
        height: 40px;
        margin: 10px 0;
    }
    #header .name {
        font-size: 26px;
        margin-top: 25px;
    }
    #header #menu ul.level-1 li {
        margin-right: 15px;
    }
    #header .social-1, #header .social-2 {
        display: none;
    }
    .mozaik .box.no1 {
        width: 49%;
        height: 567px;
        left: 1%;
        top: 13px;
    }
    .mozaik .box.no2 {
        width: 24%;
        height: 277px;
        left: 1%;
        top: 593px;
    }
    .mozaik .box.no3 {
        width: 24%;
        height: 277px;
        left: 26%;
        top: 593px;
    }
    .mozaik .box.no4 {
        width: 24%;
        height: 277px;
        left: 51%;
        top: 13px;
    }
    .mozaik .box.no5 {
        width: 24%;
        height: 567px;
        left: 51%;
        top: 303px;
    }
    .mozaik .box.no6 {
        width: 24%;
        height: 277px;
        left: 76%;
        top: 13px;
    }
    .mozaik .box.no7 {
        width: 24%;
        height: 277px;
        left: 76%;
        top: 303px;
    }
    .mozaik .box.no8 {
        width: 24%;
        height: 277px;
        left: 76%;
        top: 593px;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
    }
    .kandidat-container.col-md-1-5 .kandidat-body {
        min-height: 94px;
    }
}

@media (max-width: 992px) {
    #header, #header #menu, #header-aktualne, #header-aktualne #menu-aktualne {
        position: static;
    }
    #header #mobile-menu {
        display: block;
    }
    #header #menu {
        display: none;
        background: #261060;
        min-height: 0 !important;
    }
    #header #menu ul.level-1 {
        margin: 0 0 15px 0;
    }
    #header #menu ul.level-1 li {
        margin-top: 15px;
    }
    #header #menu ul.level-1 li a {
        color: #fff;
    }
    #header-aktualne {
        border-top: 1px solid #fff;
    }
    .content, .content.aktualne {
        margin-top: 0;
    }
    .wrapper.slider .container {
        height: auto
    }
    .mozaik .boxes {
        height: 1173px;
    }
    .mozaik .box.no1 {
        width: 65.66%;
        height: 567px;
        left: 1%;
        top: 13px;
    }
    .mozaik .box.no2 {
        width: 32.33%;
        height: 277px;
        left: 1%;
        top: 593px;
    }
    .mozaik .box.no3 {
        width: 32.33%;
        height: 277px;
        left: 34.33%;
        top: 593px;
    }
    .mozaik .box.no4 {
        width: 32.33%;
        height: 277px;
        left: 67.66%;
        top: 13px;
    }
    .mozaik .box.no5 {
        width: 32.33%;
        height: 567px;
        left: 67.66%;
        top: 303px;
    }
    .mozaik .box.no6 {
        width: 32.33%;
        height: 277px;
        left: 1%;
        top: 883px;
    }
    .mozaik .box.no7 {
        width: 32.33%;
        height: 277px;
        left: 34.33%;
        top: 883px;
    }
    .mozaik .box.no8 {
        width: 32.33%;
        height: 277px;
        left: 67.66%;
        top: 883px;
    }
    h1 {
        font-size: 2.5em
    }
    .gallery.col-sm-6 {
        height: 360px
    }
    .gallery.col-sm-3 {
        height: 180px
    }
    .gallery.col-sm-3 span {
        font-size: 17px;
        line-height: 21px
    }
    #footer #footer-menu {
        padding-bottom: 30px;
    }
    #footer #kontaktujte {
        border-left: 0;
        padding-left: 15px;
    }
    #footer #kontaktujte .bublina {
        vertical-align: middle;
    }
    #footer #kontaktujte .btn-block {
        width: 60%;
        display: inline-block;
        margin: 0 0 0 25px;
    }
}

@media (min-width: 768px) {
    .cookie-bar {
        left: 30px;
        bottom: 30px;
        max-width: 600px;
    }
}

@media (max-width: 768px) {
    #header #mobile-menu {
        position: absolute;
        top: 20px;
        right: 15px;
        padding: 0;
    }
    #header #menu {
        float: left;
        width: 100%;
    }
    .wrapper .container {
        overflow: hidden
    }
    .wrapper.rotator .container {
        font-size: 14px;
        text-align: center
    }
    .wrapper.rotator .container a {
        display: block;
        margin-top: 10px;
        position: static !important;
        text-align: center
    }
    .wrapper.mozaik .container {
        padding: 0 10px;
    }
    #aktualne a {
        font-size: 1.4em;
    }
    .rainbow-text {
        padding: 0;
        width: 90%;
    }
    .col-sm-8 .architect-item-title, .col-sm-9 .architect-item-title, .col-sm-10 .architect-item-title, .col-sm-12 .architect-item-title {
        font-size: 20px;
        line-height: 25px
    }
    .col-sm-5 .architect-item-title, .col-sm-7 .architect-item-title, .col-sm-6 .architect-item-title {
        font-size: 20px;
        line-height: 25px
    }
    .mozaik .boxes {
        position: static;
        height: auto;
        min-height: auto;
    }
    .mozaik .box {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        display: block;
        width: 100% !important;
        height: auto !important;
        max-height: 220px !important;
        margin-bottom: 10px;
    }
    .mozaik .box .architect-item-text {
        padding-bottom: 10px;
    }
    .mozaik .box.no1, .mozaik .box.no8 {
        display: none;
    }
    h1 {
        font-size: 1.8em
    }
    .subgallery a {
        padding: 0;
    }
    #kdo-jsem .container > .col-sm-3 {
        padding: 15px !important;
    }
    .kandidat-container {
        float: none;
        display: block;
        margin: 0 auto;
        max-width: 400px;
    }
    .kandidat .kandidat-body .kandidat-hlavicka {
        height: auto;
        min-height: 36px;
        overflow: auto;
    }
    #footer {
        text-align: center
    }
    #footer h4 {
        margin-top: 20px
    }
    #footer #fb-box {
        padding-top: 30px
    }
    #footer #fb-box h4 {
        display: none
    }
}

@media (max-width: 500px) {
    #header #title {
        margin-right: 60px;
    }
    #header .logo {
        float: none;
        margin-bottom: 5px;
        padding-right: 0;
        border-right: none;
    }
    #header .logo + .name {
        margin-top: 0;
        margin-bottom: 10px;
    }
    #header .name {
        font-size: 26px;
    }
    .btn.btn-red {
        font-size: 20px;
        padding: 13px 20px 9px 20px;
    }
    #aktualne .pagination > .active > a, #aktualne .pagination > .disabled > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    #blog .source a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .mozaik .box .architect-item-title {
        font-size: 18px;
        line-height: 24px;
    }
    #footer #footer-menu {
        display: none;
    }
    #footer #kontaktujte .btn-block {
        display: block;
        margin: 15px auto 0;
    }
}
