@charset "UTF-8";


.bledemodra {
    color: #21AFE6;
}

.tmavemodra {
    color: #004494
}

.sedomodra {
    color: #dde2ec
}

.oranzova {
    color: #ed6b0c;
}

.b-zelena {
    color: green;
}

.b-cervena {
    color: red;
}

blockuote {
    margin-top: 20px;
}


/*------------------------------------------------------------------------------
  FONTY
------------------------------------------------------------------------------*/
@font-face {
    font-family: 'AvenirRegular';
    src: url('../fonts/AvenirNextLTProRegular.eot');
    src: url('../fonts/AvenirNextLTProRegular.eot') format('embedded-opentype'), url('../fonts/AvenirNextLTProRegular.woff2') format('woff2'), url('../fonts/AvenirNextLTProRegular.woff') format('woff'), url('../fonts/AvenirNextLTProRegular.ttf') format('truetype'), url('../fonts/AvenirNextLTProRegular.svg#AvenirNextLTProRegular') format('svg');
}

@font-face {
    font-family: 'AvenirDemi';
    src: url('../fonts/AvenirNextLTProDemi.eot');
    src: url('../fonts/AvenirNextLTProDemi.eot') format('embedded-opentype'), url('../fonts/AvenirNextLTProDemi.woff2') format('woff2'), url('../fonts/AvenirNextLTProDemi.woff') format('woff'), url('../fonts/AvenirNextLTProDemi.ttf') format('truetype'), url('../fonts/AvenirNextLTProDemi.svg#AvenirNextLTProDemi') format('svg');
}

@font-face {
    font-family: 'AvenirBold';
    src: url('../fonts/AvenirNextLTProBold.eot');
    src: url('../fonts/AvenirNextLTProBold.eot') format('embedded-opentype'), url('../fonts/AvenirNextLTProBold.woff2') format('woff2'), url('../fonts/AvenirNextLTProBold.woff') format('woff'), url('../fonts/AvenirNextLTProBold.ttf') format('truetype'), url('../fonts/AvenirNextLTProBold.svg#AvenirNextLTProBold') format('svg');
}

@font-face {
    font-family: 'AvenirItalic';
    src: url('../fonts/AvenirNextLTProIt.eot');
    src: url('../fonts/AvenirNextLTProIt.eot') format('embedded-opentype'), url('../fonts/AvenirNextLTProIt.woff2') format('woff2'), url('../fonts/AvenirNextLTProIt.woff') format('woff'), url('../fonts/AvenirNextLTProIt.ttf') format('truetype'), url('../fonts/AvenirNextLTProIt.svg#AvenirNextLTProIt') format('svg');
}

@font-face {
    font-family: 'AvenirBlack';
    src: url('../fonts/AvenirNextLTProHeavy.woff') format('woff');
}

.font-italic {
    font-family: AvenirItalic, sans-serif;
}

.font-regular {
    font-family: AvenirRegular, sans-serif;
}

.font-demi {
    font-family: AvenirDemi, sans-serif;
}

.font-bold {
    font-family: AvenirBold, sans-serif;
}

.font-blue {
    color: #004494;
}

.font-lightblue {
    color: #21AFE6
}

.font-white {
    color: white;
}

.font-light-gray {
    color: #6c6c6c;
}

.fa.fa-my {
    color: #21AFE6;
    font-size: 1.35em;
    margin-right: 15px;
}


/*------------------------------------------------------------------------------
  OBECNÉ DEFINICE
------------------------------------------------------------------------------*/
html {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: AvenirRegular, sans-serif;
    color: #000; /* 757579 - stížnost na příliš šedé písmo  */
}

body a {
    outline: none !important;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

a.plocha:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

a.plocha:hover, a.plocha:active {
    text-decoration: none;
    color: #21AFE6;
}

.naspod {
    position: absolute;
    bottom: 15px;
    left: 20px;
    padding: 0;
    margin: 0;
}

.dolu {
    position: absolute;
    bottom: 0;
}

.relative {
    position: relative;
}

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

.no-margin {
    margin: 0 !important;
}

.no-top-margin {
    margin-top: 0 !important;
}

.no-top-padding {
    padding-top: 0 !important;
}

.no-left-padding {
    padding-left: 0 !important;
}

.row.no-padding {
    margin: -1px;
}

.row.no-padding div {
    padding: 1px;
}

.blue-after-line {
    content: " ";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #004494;
    margin-top: 18px;
}

.blue-wrapper {
    background-color: #004494;
    color: white;
    margin-top: 40px;
    padding-top: 75px;
    padding-bottom: 100px;
}

.light-gray-bg {
    background-color: #f7f6f6;
}

hr.clear {
    clear: both;
    height: 0;
    border: none;
    background: transparent;
}

hr.clearfix {
    clear: both;
    height: 0;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .container {
        width: 100%;
    }
}


/* GRAYSCALE */
.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .25s ease;
    -webkit-backface-visibility: hidden;
}

.grayscale img {
    opacity: 1 !important
}

.grayscale:hover, .plocha-obal:hover .grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}


/* COLORSCALE */
.colorscale:hover, .plocha-obal:hover .colorscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .25s ease;
    -webkit-backface-visibility: hidden;
}


/*------------------------------------------------------------------------------
  ODSKOKY
------------------------------------------------------------------------------*/
.padding-top-lg {
    padding-top: 90px !important;
}

.padding-top-md {
    padding-top: 45px !important;
}

.padding-top-sm {
    padding-top: 30px !important;
}

.padding-top-xs {
    padding-top: 15px !important;
}

.padding-top-no {
    padding-top: 0 !important;
}

.padding-bottom-lg {
    padding-bottom: 90px !important;
}

.padding-bottom-md {
    padding-bottom: 45px !important;
}

.padding-bottom-sm {
    padding-bottom: 30px !important;
}

.padding-bottom-xs {
    padding-bottom: 15px !important;
}

.padding-bottom-no {
    padding-bottom: 0 !important;
}


.margin-top-lg {
    margin-top: 90px !important;
}

.margin-top-md {
    margin-top: 45px !important;
}

.margin-top-sm {
    margin-top: 30px !important;
}

.margin-top-xs {
    margin-top: 15px !important;
}

.margin-top-no {
    margin-top: 0 !important;
}

.margin-bottom-lg {
    margin-bottom: 90px !important;
}

.margin-bottom-md {
    margin-bottom: 45px !important;
}

.margin-bottom-sm {
    margin-bottom: 30px !important;
}

.margin-bottom-xs {
    margin-bottom: 15px !important;
}

.margin-bottom-no {
    margin-bottom: 0 !important;
}

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

.margin-no {
    margin: 0 !important;
}


/* -- historické kusy -- */
.xs-padding-top {
    padding-top: 15px !important;
}

.xs-padding-bottom {
    padding-bottom: 15px !important;
}

.sm-padding-top {
    padding-top: 30px !important;
}

.sm-padding-bottom {
    padding-bottom: 30px !important;
}

.md-padding-top {
    padding-top: 60px !important;
}

.md-padding-bottom {
    padding-bottom: 60px !important;
}

.lg-padding-top {
    padding-top: 90px !important;
}

.lg-padding-bottom {
    padding-bottom: 90px !important;
}

.odsazeni-wrapper {
    margin-left: -15px;
    margin-right: -15px;
}

.odsazeni {
    padding-left: 15px;
    padding-right: 15px;
}


/*------------------------------------------------------------------------------
  ČISTIČE, ABY SE CHOVALY RESPONZIVNĚ A DALY SE KOMBINOVAT
------------------------------------------------------------------------------*/
.cisti-xs-6:nth-child(2n+1) {
    clear: both;
}

.cisti-xs-4:nth-child(3n+1) {
    clear: both;
}

.cisti-xs-3:nth-child(4n+1) {
    clear: both;
}

@media (min-width: 768px) {
    .cisti-sm-6:nth-child(3n+1) {
        clear: none;
    }

    .cisti-sm-6:nth-child(4n+1) {
        clear: none;
    }

    .cisti-sm-6:nth-child(2n+1) {
        clear: both;
    }

    .cisti-sm-4:nth-child(2n+1) {
        clear: none;
    }

    .cisti-sm-4:nth-child(4n+1) {
        clear: none;
    }

    .cisti-sm-4:nth-child(3n+1) {
        clear: both;
    }

    .cisti-sm-3:nth-child(2n+1) {
        clear: none;
    }

    .cisti-sm-3:nth-child(3n+1) {
        clear: none;
    }

    .cisti-sm-3:nth-child(4n+1) {
        clear: both;
    }
}

@media (min-width: 992px) {
    .cisti-md-6:nth-child(3n+1) {
        clear: none;
    }

    .cisti-md-6:nth-child(4n+1) {
        clear: none;
    }

    .cisti-md-6:nth-child(2n+1) {
        clear: both;
    }

    .cisti-md-4:nth-child(2n+1) {
        clear: none;
    }

    .cisti-md-4:nth-child(4n+1) {
        clear: none;
    }

    .cisti-md-4:nth-child(3n+1) {
        clear: both;
    }

    .cisti-md-3:nth-child(2n+1) {
        clear: none;
    }

    .cisti-md-3:nth-child(3n+1) {
        clear: none;
    }

    .cisti-md-3:nth-child(4n+1) {
        clear: both;
    }
}

@media (min-width: 1200) {
    .cisti-lg-6:nth-child(3n+1) {
        clear: none;
    }

    .cisti-lg-6:nth-child(4n+1) {
        clear: none;
    }

    .cisti-lg-6:nth-child(2n+1) {
        clear: both;
    }

    .cisti-lg-4:nth-child(2n+1) {
        clear: none;
    }

    .cisti-lg-4:nth-child(4n+1) {
        clear: none;
    }

    .cisti-lg-4:nth-child(3n+1) {
        clear: both;
    }

    .cisti-lg-3:nth-child(2n+1) {
        clear: none;
    }

    .cisti-lg-3:nth-child(3n+1) {
        clear: none;
    }

    .cisti-lg-3:nth-child(4n+1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .mobil-clear {
        clear: both;
    }

    .mobil-bottom {
        padding-bottom: 60px;
    }
}


/*------------------------------------------------------------------------------
  ZOBRAZÍ JENOM PRVNÍCH X SLOUPCŮ
------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .only-sm-3:nth-child(n+4) {
        display: none;
    }

    .only-sm-4:nth-child(n+5) {
        display: none;
    }

    .only-sm-6:nth-child(n+7) {
        display: none;
    }
}

@media (max-width: 767px) {
    .only-xs-1:nth-child(n+2) {
        display: none;
    }

    .only-xs-2:nth-child(n+3) {
        display: none;
    }

    .only-xs-3:nth-child(n+4) {
        display: none;
    }

    .only-xs-4:nth-child(n+5) {
        display: none;
    }

    .only-xs-5:nth-child(n+6) {
        display: none;
    }
}


/*------------------------------------------------------------------------------
  RESPONSIVE DESIGN
------------------------------------------------------------------------------*/
hr.odsazeni, hr.odsazeni-xs, hr.odsazeni-sm {
    height: 30px;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 992px) {
    hr.odsazeni-sm {
        display: none;
    }
}

@media (min-width: 768px) {
    hr.odsazeni-xs {
        display: none;
    }
}


/* -- tablety -- */
@media (max-width: 991px) {
    .no-equal-height-sm {
        min-height: inherit !important;
    }
}


/* -- smartphony -- */
@media (max-width: 767px) {
    .no-equal-height-xs {
        min-height: inherit !important;
    }

    .center-xs, .center-xs > p, .center-xs > h2, .center-xs > h3, .center-xs > h4 {
        text-align: center !important;
    }

    .center-xs table {
        margin: 0 auto;
    }

    .center-xs > div {
        display: table;
        margin: 0 auto;
    }

    .center-xs > img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}


/* -- mobily -- */
@media (max-width: 560px) {
    .col-xxs {
        width: 100%;
    }

    .col-xxs .equal-height {
        height: auto !important;
    }
}


/* -- male mobily -- */
@media (max-width: 374px) {
    .col-xxxs {
        width: 100%;
    }

    .col-xxxs .equal-height {
        height: auto !important;
    }
}


/*------------------------------------------------------------------------------
  POPISKY, VIDEA, TABULKY
------------------------------------------------------------------------------*/
/* TABULKY ------------------------*/
.div-table {
    display: table;
}

.div-td {
    display: table-cell;
}


/* -- VIDEO VE FORMÁTU 16:9 -- */
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-top: 0;
    padding-bottom: 56.25%;
    height: 0;
    background: transparent center center no-repeat;
    background-size: cover;
}

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


/* FOTKY Z DIVU ------------------------*/
.img {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    position: relative;
    background: rgb(220, 220, 220) center center no-repeat scroll;
    background-size: cover;
    padding-bottom: 66.66%; /* 3:2 */
}

.img.pomer-16-9 {
    padding-bottom: 56.25%; /* 16:9 */
}

.img.pomer-3-2 {
    padding-bottom: 66.66%; /* 4:3 */
}

.img.pomer-4-3 {
    padding-bottom: 75%; /* 4:3 */
}

.img.pomer-1-1 {
    padding-bottom: 100%; /* 1:1 */
}


/* -- CENTROVANÉ POPISKY -- */
.box-popisek {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.box-popisek-front {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 1;
    transition: all .5s ease;
}

.box-popisek-back {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: all .5s ease;
}

.box-popisek-front:hover, a:hover .box-popisek-front {
    opacity: 0;
}

.box-popisek-back:hover, a:hover .box-popisek-back {
    opacity: 1;
}

.box-popisek .div-table {
    height: 100%;
    width: 100%;
}

.box-popisek .div-td {
    text-align: center;
    vertical-align: middle;
}

.box-popisek span {
    color: white;
    font-family: 'AvenirBold';
    font-size: 18px;
}

.box-popisek .fa {
    color: white;
    font-size: 80px;
    font-weight: normal;
    opacity: .65;
}


/*------------------------------------------------------------------------------
  MENU
------------------------------------------------------------------------------*/
.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1001;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.9);
}

.menu .brand-blue-part {
    position: absolute;
    left: 0;
    width: 20%;
    height: inherit;
    background-color: #004494;
}

@media screen and (max-width: 1290px) {
    .menu .brand-blue-part {
        width: 10%;
    }
}

@media screen and (max-width: 1199px) {
    .menu .brand-blue-part {
        width: 8%;
    }
}

@media screen and (max-width: 1100px) {
    .menu .brand-blue-part {
        display: none;
    }
}

.menu .col-md-2,
.menu .col-md-8 {
    height: 80px;
}

.menu .logo-wrapper {
    padding-top: 20px;
    padding-left: 30px;
    background-color: #004494;
}

.menu ul {
    margin-left: -10px;
}

.menu ul.menu-items-wrapper li {
    padding: 0;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.menu ul.menu-items-wrapper li:last-of-type {
    padding-right: 0;
}

.menu ul.menu-items-wrapper li.active {
    background-color: transparent;
}

.menu ul.menu-items-wrapper li.active a {
    color: #21AFE6;
}

.menu ul.menu-items-wrapper li:hover {
    background-color: #004494;
}

.menu ul.menu-items-wrapper li:hover a {
    color: white;
}

.menu ul.menu-items-wrapper li a:hover {
    color: white;
}

.menu ul.menu-items-wrapper li a {
    padding: 25px 10px;
    line-height: 80px;
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}


/*------------------------------------------------------------------------------
  VYHLEDÁVAČ
------------------------------------------------------------------------------*/
.menu ul.search-social-wrapper li:first-of-type a {
    color: #004494;
}

.menu ul.search-social-wrapper li:first-of-type a[data-action-button="showSearchPanel"],
.menu ul.search-social-wrapper .butHledani {
    font-size: 1.2rem;
}

.menu ul.search-social-wrapper li:first-of-type a:hover {
    color: #4d4d4d;
}

.menu ul.search-social-wrapper li a {
    font-size: 1.6rem;
    padding: 0 5px;
    color: #6c6c6c;
    line-height: 80px;
    text-decoration: none;
}

.menu ul.search-social-wrapper li a:hover {
    color: #004494;
}

.menu ul.search-social-wrapper #searchPanel {
    position: absolute;
    top: 20px;
    left: 50px;
    width: 280px;
    overflow: hidden;
    display: none;
}

@media screen and (max-width: 1480px) {
    .menu ul.search-social-wrapper #searchPanel {
        width: 200px;
    }
}

@media screen and (max-width: 1300px) {
    .menu ul.search-social-wrapper #searchPanel {
        top: 60px;
        left: auto;
        right: 0;
    }
}

@media screen and (max-width: 1250px) {
    .menu ul.search-social-wrapper #searchPanel {
        right: 0;
        left: auto;
    }
}

.menu ul.search-social-wrapper #searchPanel.open {
    display: block;
}

.menu ul.search-social-wrapper #searchPanel input {
    width: 200px;
    color: #004494;
    float: left;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #dde2ec;
}

@media screen and (max-width: 1480px) {
    .menu ul.search-social-wrapper #searchPanel input {
        width: 130px;
    }
}

.menu ul.search-social-wrapper #searchPanel button {
    background-color: #004494;
    color: white;
    border: 0;
    height: 38px;
    float: left;
    width: 70px;
}


/*------------------------------------------------------------------------------
  RESPONZIVNÍ MENU
------------------------------------------------------------------------------*/
.menu .responsive-menu {
    display: none;
    background-color: #004494;
    width: 100%;
    height: 80px;
}

.menu .responsive-menu .logo-wrapper {
    /* width: 150px; */
    float: left;
}

.menu .responsive-menu #toggler {
    float: right;
    width: 100px;
    height: inherit;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 24px;
    cursor: pointer;
}

.menu .responsive-menu #toggler:hover .toggler-bar {
    background-color: #5877ad;
}

.menu .responsive-menu #toggler .toggler-bar {
    background-color: #004494;
    width: 40px;
    height: 4px;
    margin: 5px auto;
    display: block;
}

@media screen and (max-width: 1100px) {
    .menu .responsive-menu {
        display: block;
    }

    .menu .non-responsive-menu {
        display: none;
    }
}


/*------------------------------------------------------------------------------
  BOČNÍ VYSOUVACÍ MENU
------------------------------------------------------------------------------*/
.menu #sidemenu {
    position: fixed;
    z-index: 1001;
    background-color: white;
    right: 320px;
    margin-right: -320px;
    width: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu #sidemenu.toggled {
    width: 320px;
}

@media screen and (max-width: 767px) {
    .menu #sidemenu.toggled {
        width: 260px;
    }
}

@media screen and (max-width: 767px) {
    .menu #sidemenu {
        right: 260px;
        margin-right: -260px;
    }
}

.menu #sidemenu .close-wrapper {
    position: relative;
    height: 100px;
    z-index: 1000;
}

.menu #sidemenu .close-wrapper #sidemenu-close {
    color: #004494;
    font-size: 5rem;
    /*font-family: Arial, sans-serif;*/
    cursor: pointer;
    width: 50px;
    position: absolute;
    right: 30px;
    z-index: 100;
    top: -10px;
}

@media screen and (max-width: 767px) {
    .menu #sidemenu .close-wrapper #sidemenu-close {
        top: -5px;
        right: 20px;
    }
}

@media screen and (max-width: 400px) {
    .menu #sidemenu .close-wrapper #sidemenu-close {
        top: -5px;
        right: 20px;
    }
}

.menu #sidemenu .close-wrapper #sidemenu-close:hover {
    opacity: 0.9;
}


.menu #sidemenu .navbar-left {
    list-style-type: none;
    display: none;
    margin-top: 20px;
}

.menu #sidemenu .navbar-left li {
    font-family: AvenirDemi, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    width: inherit;
    padding: 0;
}

.menu #sidemenu .navbar-left li a {
    color: #004494;
    text-decoration: none;
    padding: 10px 10px;
    display: block;
}

.menu #sidemenu .navbar-left li a:hover {
    background-color: #dde2ec;
    text-decoration: none
}

.menu #sidemenu .navbar-left li.active a {
    color: #21AFE6;
}


.menu #sidemenu .socials {
    padding-left: 30px;
    position: absolute;
    top: 150px;
    left: 150px;
    /* bottom: 10px; */
    display: none;
}

@media screen and (max-width: 767px) {
    .menu #sidemenu .socials {
        padding-left: 20px;
    }
}

.menu #sidemenu .socials div {
    width: 80px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .menu #sidemenu .socials div {
        width: 70px;
    }
}

.menu #sidemenu .socials div a {
    color: #004494;
    font-size: 2.5rem;
    text-decoration: none;
}

.menu #sidemenu .socials div a:hover,
.menu #sidemenu .socials div a:focus {
    color: #4d4d4d;
}


/*------------------------------------------------------------------------------
  SIDEMENU
------------------------------------------------------------------------------*/
.sidemenu {
}

.sidemenu h3 {
    font-family: AvenirDemi, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.42857143;
    color: #004494;
    padding: 5px 10px;
    margin: 0;
}

.sidemenu ul {
    list-style-type: none;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
    min-height: inherit;
}

.sidemenu ul li {
    font-family: AvenirDemi, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    width: inherit;
    padding: 0;
}

.sidemenu ul li a {
    color: #004494;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
}

.sidemenu ul li a:hover {
    background-color: #dde2ec;
    text-decoration: none
}

.sidemenu ul li.active a {
    color: #21AFE6;
}

.sidemenu ul li.list-item-indented {
    margin-top: 50px;
}


.sidemenu ul.sublist li {
    font-family: AvenirRegular, sans-serif;
    padding: 0 0 3px 0;
}

.sidemenu ul.sublist li a {
    color: #757579;
    text-transform: none;
    line-height: 1.15;
    padding: 3px 10px;
}

.sidemenu ul.sublist li.active a {
    color: #21AFE6;
}


/*------------------------------------------------------------------------------
  PATIČKA
------------------------------------------------------------------------------*/
.footer {
    background-color: #2e2e2e;
    color: white;
    padding-top: 60px;
    padding-bottom: 26px;
}

.footer h2 {
    font-size: 1.33rem;
    color: white;
    font-family: AvenirDemi, sans-serif;
}

.footer h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #585858;
    margin-top: 10px;
}

.footer .map-wrapper {
    padding-top: 15px;
    width: 450px;
    margin: 0 auto;
}

.footer .fast-navigation-wrapper ul {
    padding-left: 0;
    list-style-type: none;
}

.footer .fast-navigation-wrapper ul li a {
    color: white;
    text-decoration: none;
}

.footer .fast-navigation-wrapper ul li a:hover,
.footer .fast-navigation-wrapper ul li a:focus {
    color: #6c6c6c;
}

.footer .fast-navigation-wrapper ul li.list-item-indented {
    margin-top: 20px;
}

.footer .social-links {
    margin-top: 20px;
}

.footer .social-links a {
    text-decoration: none;
    color: white;
}

.footer .social-links a:hover,
.footer .social-links a:focus {
    color: #6c6c6c;
}

.footer .social-links span {
    font-size: 3rem;
}

.footer .social-links span img {
    position: relative;
    top: -12px;
    margin-right: 5px;
}

.footer .copyright {
    font-size: 0.87rem;
    color: white;
    text-align: center;
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .footer .fast-navigation-wrapper {
        margin-top: 45px;
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 640px) {
    .footer .social-links a:first-of-type {
        display: block;
        margin-bottom: 15px;
    }

    .footer .social-links span img {
        top: 0;
        left: 10px;
    }
}

@media screen and (max-width: 470px) {
    .footer {
        padding-top: 20px;
    }

    .footer .col-md-6:first-of-type h2 {
        display: none;
    }

    .footer .map-wrapper {
        display: none;
    }
}


/*------------------------------------------------------------------------------
  DROBEČKOVÁ NAVIGACE
------------------------------------------------------------------------------*/
.breadcrumb-heading-section {
    background-color: #f7f6f6;
    padding-top: 80px;
    padding-bottom: 10px;
    margin-bottom: 48px;
}

.breadcrumb-heading-section .container {
    position: relative;
}

.breadcrumbs {
    font-size: 0.87rem;
    color: #6c6c6c;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 15px;
}

.breadcrumb-heading-section .breadcrumbs span.glyphicon {
    font-size: 0.5rem;
}

.breadcrumb-heading-section .breadcrumbs a {
    color: #6c6c6c;
    text-decoration: none;
}

.breadcrumb-heading-section .breadcrumbs a:hover,
.breadcrumb-heading-section .breadcrumbs a:focus {
    color: #004494;
}

.breadcrumb-heading-section h1 {
    font-size: 2.87rem;
    font-family: AvenirDemi, sans-serif;
    margin-top: 80px;
    margin-bottom: 10px;
}

.breadcrumb-heading-section h1 span:nth-child(n+2) {
    color: #d6dae5;
}

@media screen and (max-width: 767px) {
    .breadcrumbs {
        text-align: left;
        top: 5px;
        left: 15px;
    }

    .breadcrumb-heading-section h1 {
        margin-top: 50px;
        margin-bottom: 10px;
        font-size: 2.2rem
    }
}

@media screen and (max-width: 480px) {
    .breadcrumbs {
        display: none;
    }

    .breadcrumb-heading-section h1 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4rem
    }
}


/*------------------------------------------------------------------------------
  BOXY
------------------------------------------------------------------------------*/
.box-bordered {
    border: 1px solid #e3e3e4;
    position: relative; /* když nic jiného, tak v tomhle se udrží plošný odkaz */
}

.box-bordered-white {
    border: 1px solid white;
    position: relative; /* když nic jiného, tak v tomhle se udrží plošný odkaz */
}

.box-bordered.box-no-top-border {
    border-top: 0;
}

.box-padded {
    padding: 36px 30px 36px 30px;
}

@media screen and (max-width: 640px) {
    .box-padded {
        padding: 30px 26px 44px;
    }
}

.box-padded-sm {
    padding: 6px 12px 6px 12px;
}

.box-gray {
    background-color: #eaeaea;
}

.box-people,
.box-people-mensi,
.box-article,
.box-program {
    padding: 0 0 20px;
    margin-bottom: 30px;
    min-height: 200px;
}

.box-people {
    min-height: 435px;
}

.box-people-mensi {
    min-height: 370px;
}

h2 {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    font-size: 1.67rem;
    margin-top: 0;
    margin-bottom: 36px;
}

h2:after {
    content: " ";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #004494;
    margin-top: 18px;
}

p {
    margin: 0;
}

.btn {
    border-radius: 0;
}

.btn-social {
    width: 55px;
    height: 40px;
    border: 0;
    border-radius: 0;
    color: white;
    font-size: 1.6rem;
}

.btn-social span {
    position: relative;
    top: 3px;
}

.btn-social.btn-twitter {
    background-color: #6ddfea;
}

.btn-social.btn-facebook {
    background-color: #3b5999;
}

.btn-social.btn-gplus {
    background-color: #e34329;
}


/*------------------------------------------------------------------------------
  PAGE CONTENT
------------------------------------------------------------------------------*/
.page-content {
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .page-content {
        padding-bottom: 60px;
    }
}

.image, .image-mensi {
    /* definice zajišťující responzivní čtverec. % u paddingu se počítá s šířky nadřazeného elemetu. */
    /* nefunguje proto, když je nastavená šířka jiná než 100%. */
    /* pokud potřebuji nastavit šířku natvrdo v px, výšku ovlivňuji nastavením padding-bottom rovněž natvrdo v px */
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
}

.icon {
    float: left;
    width: 30px;
    height: 30px;
    color: white;
    background-color: #004494;
    font-size: 1.2rem;
    padding: 5px 0 0 6px;
    margin-bottom: 15px;
}

.icon + div {
    color: #757579;
    float: left;
    padding: 4px 30px 0 10px;
}

.pull-left:last-child .icon + div {
    padding-right: 0;
}

.icon + div a {
    color: #004494;
    text-decoration: none;
}

.icon + div a:hover {
    color: #21AFE6;
}

.postovniAdresa {
    padding-top: 0 !important;;
    margin-top: -4px;
}

.dropdown-toggle {
    border: 0;
    border-top: 1px solid #004494;
    border-bottom: 1px solid #004494;
    color: #004494;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    height: 40px;
    font-size: 1.06rem;
    text-transform: uppercase;
}

@media screen and (max-width: 991px) {
    .dropdown-toggle {
        margin: 20px auto 30px;
        width: 290px;
        float: none;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    #news-type-dropdown {
        display: none;
    }
}

ul.dropdown-menu {
    width: 90%;
    margin-left: 15px;
    text-align: center;
    position: absolute;
}

@media screen and (max-width: 991px) {
    ul.dropdown-menu {
        margin: -20px 10% 0;
        width: 80%;
    }
}

ul.dropdown-menu li {
    padding: 4px 0;
    text-transform: uppercase;
}

ul.dropdown-menu li a {
    color: #004494;
}

ul.dropdown-menu li.sublist {
    padding: 1px 0;
    text-transform: none;
}


/*------------------------------------------------------------------------------
  LIDÉ
------------------------------------------------------------------------------*/
.people-wrapper {
    margin-top: 30px;
}

.people-wrapper .box-people {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.people-wrapper .box-people-mensi {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
}

.people-wrapper .person-info {
    padding: 0 20px;
}

.people-wrapper .person-info h3 {
    font-size: 1.67rem;
    margin-top: 28px;
    margin-bottom: 0;
    font-family: AvenirDemi, sans-serif;
    color: #004494;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.people-wrapper .box-people-mensi .person-info h3 {
    font-size: 1.33rem;
}

.people-wrapper .person-info h3 + p {
    font-family: AvenirDemi, sans-serif;
    margin-top: 10px;
    line-height: 1.15;
}

.people-wrapper .person-info p span.glyphicon {
    color: #004494;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.people-wrapper .person-info a:hover {
    text-decoration: none;
}

.people-wrapper .person-info a:hover h3,
.people-wrapper .person-info a:hover span.glyphicon {
    color: #21AFE6;
}

.people-wrapper .person-info p.str {
    border-top: 1px solid #eeeef3;
    padding-top: 3px;
    color: #9b9b9b;
    margin-top: 10%;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
}

.strana {
    padding-top: 3px;
    color: #9b9b9b;
    margin-top: 10%;
    font-weight: bold;
    text-transform: uppercase;
}


.page-person-detail .image {
    width: 325px;
    padding-bottom: 325px;
}

.page-person-detail .person-info {
    float: left;
    padding: 35px 30px 25px;
}

.dlouheJmeno {
    max-width: 60%;
}

@media screen and (max-width: 1199px) {
    .page-person-detail .image {
        width: 240px;
        padding-bottom: 310px;
    }

    .page-person-detail .person-info {
        padding: 20px 30px 10px;
    }
}

@media screen and (max-width: 991px) {
    .page-person-detail .image {
        width: 310px;
        padding-bottom: 310px;
    }

    .page-person-detail .person-info {
        padding: 20px 30px 10px;
    }

    .dlouheJmeno {
        max-width: 100%;
    }
}

.page-person-detail .person-info h2 {
    margin-bottom: 5px;
}

.page-person-detail .person-info h2:after {
    display: none;
}

.page-person-detail .person-info h2 + p {
    font-family: AvenirDemi, sans-serif;
}

.page-person-detail .person-info h2 + p:after {
    content: " ";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #004494;
    margin-top: 1rem;
    margin-bottom: 30px;
}

.page-person-detail .person-cv h3 {
    color: #004494;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: AvenirDemi, sans-serif;
}

.page-person-detail .person-cv h3:after {
    content: " ";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #004494;
    margin-top: 18px;
    margin-top: 10px;
}

.page-person-detail .person-cv h3:last-of-type {
    margin-top: 40px;
}

.page-person-detail .person-cv p > a {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    text-decoration: none;
}

.page-person-detail .person-cv p > a:hover {
    color: #21AFE6;
}

.page-person-detail .person-cv table tr td {
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-person-detail .person-cv table tr td span {
    color: #29b0e6;
}

.page-person-detail .person-cv table tr td:first-of-type {
    padding-right: 0;
    text-align: center;
}

.page-person-detail .person-cv .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f7f6f6;
}


/*------------------------------------------------------------------------------
  KONTAKTY
------------------------------------------------------------------------------*/
.page-contact h3 {
    color: #004494;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: AvenirDemi, sans-serif;
}

.page-contact h3:after {
    content: " ";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #004494;
    margin-top: 18px;
    margin-top: 10px;
}

.page-contact h3:nth-of-type(2) {
    margin-top: 60px;
}

.page-contact .icon + div {
    margin-right: 40px;
}

.page-contact h2 {
    font-family: AvenirDemi, sans-serif;
    font-size: 2.87rem;
}

.page-contact .blue-wrapper h2 {
    color: white;
}

.page-contact .blue-wrapper h2 span {
    color: #5877ad;
}


.page-contact .blue-wrapper .contact-detail p {
    color: white;
}

.page-contact .blue-wrapper .contact-detail img {
    border: 1px solid white;
    margin-bottom: 30px
}

.page-contact .blue-wrapper .contact-detail .icon {
    padding-top: 3px;
    margin-top: 14px;
    background-color: #29b0e6;
}

.page-contact .blue-wrapper .contact-detail .email {
    padding-top: 20px;
}

.page-contact .blue-wrapper .contact-detail a {
    color: white;
}

.page-contact .blue-wrapper .contact-detail a:hover,
.page-contact .blue-wrapper .contact-detail a:focus {
    color: #dde2ec;
}

.page-contact .blue-wrapper h3 {
    color: white;
    margin-top: 90px;
}

.page-contact .blue-wrapper h3:after {
    background-color: white;
}


.page-contact .blue-wrapper table {
    width: 100%;
}

.page-contact .blue-wrapper td {
    border-top: 2px solid #004494;
    border-bottom: 2px solid #004494;
    padding: 10px;
    background-color: #19569e;
    vertical-align: baseline;
}

.page-contact .blue-wrapper td:first-of-type {
    font-family: AvenirDemi, sans-serif;
    white-space: nowrap;
    width: 20%;
}

.page-contact .blue-wrapper td:last-of-type {
    white-space: nowrap;
    width: 20%;
}

.page-contact .blue-wrapper td a {
    color: white;
    text-decoration: none;
}

.page-contact .blue-wrapper td a:hover {
    color: #21AFE6;
}

@media screen and (max-width: 767px) {
    .page-contact .blue-wrapper td {
        display: block;
        background: transparent;
        border: none;
        padding: 2px 0;
    }

    .page-contact .blue-wrapper td:first-child {
        /* padding-right: 10px;
        display: inline-block; */
    }

    .page-contact .blue-wrapper td:nth-child(2) {
        display: inline;
    }

    .page-contact .blue-wrapper td:nth-child(2):before {
        /*  content: '/ '; */
    }

    .page-contact .blue-wrapper td:last-child {
        border-bottom: 2px solid #19569e;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .page-contact .blue-wrapper td:last-child:before {
        content: 'e-mail: ';
    }
}

.page-contact .map-wrapper {
    height: 480px;
}

@media screen and (max-width: 767px) {
    .page-contact .map-wrapper {
        height: 350px;
    }
}

.page-contact .map-wrapper .google-map {
    width: 100%;
    height: 100%;
}

.page-contact .regions-wrapper {
    padding-top: 80px;
}

.page-contact .regions-wrapper h2 {
    color: #004494;
}

.page-contact .regions-wrapper .region-info {
    padding: 30px;
}

.page-contact .regions-wrapper .region-info:nth-of-type(2n+1) {
    background-color: #f7f6f6;
}

.page-contact .regions-wrapper .region-info a {
    color: #004494;
    text-decoration: none;
}

.page-contact .regions-wrapper .region-info a:hover,
.page-contact .regions-wrapper .region-info a:focus {
    color: #6c6c6c;
}

/*------------------------------------------------------------------------------
  VÝPIS ČLÁNKU
------------------------------------------------------------------------------*/
.page-article-detail.page-content {
    padding-bottom: 0;
}

.page-article-detail .article-content {
    padding: 0 30px 50px;
}

.page-article-detail .article-content p {
    margin: 26px 0 0;
}

.page-article-detail .article-content p:first-of-type {
    margin-top: 0;
}

.page-article-detail .article-content .date {
    font-family: AvenirDemi, sans-serif;
    color: #004494;
    font-size: 0.87rem;
    margin-top: 32px;
    margin-bottom: 10px;
}

.page-article-detail .article-content .article-gallery {
    margin-top: 35px;
    margin-bottom: 8px;
    height: 124px;
    overflow: hidden;
}

.page-article-detail .article-content .article-gallery .gallery-track {
    width: 150%;
}

.page-article-detail .article-content .article-gallery .gallery-item {
    height: 124px;
    background: #6c6c6c center center no-repeat;
    background-size: cover;
    float: left;
    margin: 0 0.65%;
    width: 180px;
    padding: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.page-article-detail .article-content .article-gallery .gallery-item:hover {
    opacity: 0.8;
}

.page-article-detail .article-content .article-gallery a:first-of-type div {
    margin-left: 0;
}

.page-article-detail .article-content .article-gallery a:last-of-type div {
    margin-right: 0;
}

.page-article-detail .article-content .article-gallery + div a {
    color: #004494;
    text-decoration: none;
}

.page-article-detail .article-content .article-gallery + div a:hover,
.page-article-detail .article-content .article-gallery + div a:focus {
    color: #4d4d4d;
}

.page-article-detail .article-content .author:before {
    content: "";
    display: block;
    height: 1px;
    width: 160px;
    background-color: #e3e3e4;
    margin-top: 40px;
    margin-bottom: 30px;
}

.page-article-detail .article-content .author img {
    margin-right: 15px;
    border-radius: 50%;
}

.page-article-detail .article-content .author p {
    margin: 0;
}

.page-article-detail .article-content .author p:last-of-type {
    margin-top: 6px;
}

.page-article-detail .article-content .author p:last-of-type a {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    text-decoration: none;
/ / sipka
}

.page-article-detail .related-articles-wrapper {
    background-color: #f7f6f6;
    padding: 50px 0;
    margin-top: 80px;
}

.page-article-detail .related-articles-wrapper h2 {
    font-family: AvenirDemi, sans-serif;
    font-size: 2.87rem;
}

.page-article-detail .related-articles-wrapper h2:after {
    display: none;
}

.page-article-detail .related-articles-wrapper .articles-wrapper .box-article {
    border: 0;
    background-color: white;
}


/*------------------------------------------------------------------------------
  PROGRAM - 14 TEZÍ
------------------------------------------------------------------------------*/
.page-program.page-content {
    padding-bottom: 0;
}

.page-program .program-item {
    margin-bottom: 30px;
    height: 220px;
    overflow: hidden;
}

.page-program .program-item:before,
.page-program .program-item:after {
    content: " ";
    display: table;
}

.page-program .program-item:after {
    clear: both;
}

.page-program .program-item:before,
.page-program .program-item:after {
    content: " ";
    display: table;
}

.page-program .program-item:after {
    clear: both;
}

.page-program .program-item .image {
    width: 33%;
    height: inherit;
    padding-bottom: 0;
    float: left;
}

.page-program .program-item .program-overview {
    float: left;
    width: 67%;
    height: inherit;
    padding: 30px;
}

.page-program .program-item .program-overview h2 {
    margin-bottom: 12px;
    font-size: 1.33rem;
}

.page-program .program-item .program-overview h2:after {
    display: none;
}

.page-program .signature-wrapper {
    background-color: #f7f6f6;
    margin-top: 60px;
    padding: 40px 0 60px;
}

@media screen and (max-width: 991px) {
    .page-program .sidemenu ul {
        margin-bottom: 20px;
    }

    .page-program .sidemenu ul li {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .page-program .program-item {
        height: 200px;
    }

    .page-program .program-item .image {
        width: 20%;
    }

    .page-program .program-item .program-overview {
        padding: 15px 15px 15px 30px;
        width: 80%;
    }

    .page-program .program-item .program-overview h2 {
        font-size: 1.2rem;
        line-height: 1.285714;
        margin-bottom: 8px;
    }

    .page-program .program-item .program-overview p {
        font-size: 1rem;
        line-height: 1.285714;
    }
}

@media screen and (max-width: 480px) {
    .page-program .program-item {
        height: 100px;
    }

    .page-program .program-item .image {
        width: 33%;
    }

    .page-program .program-item .program-overview {
        padding: 10px 15px;
        width: 60%;
    }

    .page-program .program-item .program-overview h2 {
        font-size: 1.1rem;
    }

    .page-program .program-item .program-overview p {
        display: none;
    }
}


/*------------------------------------------------------------------------------
  PROGRAM - 4 PILÍŘE
------------------------------------------------------------------------------*/
@media (min-width: 768px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 30px;
    }
}

.page-program-detail .program-wrapper {
    margin-top: 20px;
}

.page-program-detail .box-program {
    padding: 0;
    margin-bottom: 30px;
    height: 100%;
}

.page-program-detail .box-program .image {
    padding-bottom: 55%;
    background-position: center center;
    background-size: 80%;
}

.page-program-detail .box-program .image.small {
    padding-bottom: 50px;
    background-position: top right;
    background-size: auto;
}

.page-program-detail .box-program .program-info {
    padding: 40px;
}

.page-program-detail .box-program .program-info-top {
    padding: 40px 40px 40px 0;
}

@media screen and (max-width: 767px) {
    .page-program-detail .box-program .program-info-top {
        padding: 40px;
    }

    .page-program-detail .box-program .program-info {
        padding: 20px;
    }
}

.page-program-detail .box-program .program-info h2 {
    margin-bottom: 10px;
}

.page-program-detail .box-program .program-info h2:after {
    display: none;
}


/*------------------------------------------------------------------------------
  PROGRAM - FORMULÁŘ
------------------------------------------------------------------------------*/
.program-formular {
    margin-top: 30px;
    padding-bottom: 150px;
    background: transparent url('../img/ods2017/tvorime-program.png') left bottom no-repeat;
}

.program-formular h2 {
    font-family: 'AvenirBold';
}

.program-formular h3 {
    font-size: 1.33rem;
    clear: right;
    margin: 60px 0 15px 0;
}


/*------------------------------------------------------------------------------
  O NÁS
------------------------------------------------------------------------------*/
.historie p, .onas p, .clenstvi p, .p-odstavec p, .person-cv p {
    margin-bottom: 15px;
}

.o-nas h3 {
    font-size: 1.33rem;
    clear: right;
    margin: 60px 0 15px 0;
}

.stanovy h3 {
    font-size: 1.33rem;
    text-align: center;
    margin: 90px 0 30px 0;
}

.stanovy h3.obsah {
    text-align: left;
    margin: 60px 0 30px 0;
}

.historie h3 {
    font-size: 1.33rem;
    clear: right;
    margin: 60px 0 15px 0;
}

.hisimg {
    float: right;
    margin-bottom: 2%;
    margin-left: 2%;
    padding: 1%;
}

@media screen and (max-width: 480px) {
    .hisimg {
        width: 100%;
        margin: 2%;
    }
}


/*------------------------------------------------------------------------------
  HOMEPAGE
------------------------------------------------------------------------------*/
.page-homepage .section {
    padding-bottom: 110px;
    padding-top: 90px;
}

@media screen and (max-width: 640px) {
    .page-homepage .section {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.page-homepage.page-content {
    padding-bottom: 0;
}

/*
.page-homepage .opener-wrapper {
  position: relative;
  width: 100%;
  height: 1069px;
  background: transparent url(../img/web/bg_hp_opener.jpg) center top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1180px) {
  .page-homepage .opener-wrapper {
    background-image: url(../img/web/bg_hp_opener_1180.jpg);
    height: 800px;
  }
}
@media screen and (max-width: 640px) {
  .page-homepage .opener-wrapper {
    background-image: url(../img/web/bg_hp_opener_640.jpg);
    height: 924px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 500px) {
  .page-homepage .opener-wrapper {
    height: 650px;
    background-size: cover;
  }
}
.page-homepage .opener-wrapper .claim-wrapper {
  position: absolute;
  bottom: 50%;
  left: 60%;
  width: 40%;
  max-width: 620px;
  padding-left: 20px;
  border-left: 4px solid white;
}
@media screen and (max-width: 1600px) {
  .page-homepage .opener-wrapper .claim-wrapper {
    left: 55%;
  }
}
@media screen and (max-width: 640px) {
  .page-homepage .opener-wrapper .claim-wrapper {
    width: 80%;
    left: 20px;
    bottom: 200px;
  }
}
*/
@media screen and (max-width: 500px) {
    .page-homepage .opener-wrapper .claim-wrapper {
        /*   width: 90%; */
    }
}

.page-homepage .opener-wrapper .claim-wrapper p {
    color: white;
    line-height: 3.1rem;
    font-size: 3rem;
}

.page-homepage .opener-wrapper .claim-wrapper p:last-of-type {
    font-family: AvenirBold, sans-serif;
    margin-top: 12px;
}

@media screen and (max-width: 1600px) {
    .page-homepage .opener-wrapper .claim-wrapper p {
        font-size: 2.87rem;
        line-height: 2.87rem;
    }
}

@media screen and (max-width: 1600px) {
    .page-homepage .opener-wrapper .claim-wrapper p {
        font-size: 2.4rem;
        line-height: 2.4rem;
    }
}

@media screen and (max-width: 640px) {
    .page-homepage .opener-wrapper .claim-wrapper p {
        font-size: 2rem;
        line-height: 2.2rem;
    }
}

@media screen and (max-width: 500px) {
    .page-homepage .opener-wrapper .claim-wrapper p {
        font-size: 1.8rem;
        line-height: 1.9rem;
    }
}

.page-homepage .opener-wrapper .claim-wrapper p span {
    opacity: 0.6;
}


/*------------------------------------------------------------------------------
  HOMEPAGE - LIŠTA S TOP NEWS
------------------------------------------------------------------------------*/
/* v tomhle leží div slick a obsahové boxy -----------------------------------*/
.page-homepage .infoboxes-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 140px; /* 180 */
    /* background-color: rgba(255, 255, 255, 0.8); bíla */
    background-color: rgba(242, 242, 242, 0.8);
    padding: 20px 25px; /* 40px 50px */
    overflow: hidden;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .page-homepage .infoboxes-wrapper {
        padding: 20px 20px;
        padding: 10px 10px;
        height: 130px;
        background-color: rgba(242, 242, 242, 0.8);
    }
}


/* boxy carouselu ------------------------------------------------------------*/
.page-homepage .info-box {
    height: 100px; /*šířku si řídí skript */
    border-left: 3px solid #004494;
    padding: 10px 20px;
    position: relative;

}

@media screen and (max-width: 1199px) {
    .page-homepage .info-box br { /* natvrdo odstaním zalomené řádky */
        display: none;
    }
}

/* volby 2018 */

.png-1 {
    background: url("../img/volby2018/1.png") no-repeat left;
}

.png-2 {
    background: url("../img/volby2018/2.png") no-repeat left;
}

.png-3 {
    background: url("../img/volby2018/3.png") no-repeat left;
}

.png-4 {
    background: url("../img/volby2018/4.png") no-repeat left;
}

.png-5 {
    background: url("../img/volby2018/5.png") no-repeat left;
}

.png-6 {
    background: url("../img/volby2018/6.png") no-repeat left;
}

.png-7 {
    background: url("../img/volby2018/7.png") no-repeat left;
}

.png-8 {
    background: url("../img/volby2018/8.png") no-repeat left;
}

.png-9 {
    background: url("../img/volby2018/9.png") no-repeat left;
}


/* obsah boxů carouselu ------------------------------------------------------*/
.page-homepage .info-box h3 {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    text-transform: uppercase;
    font-size: 1.33rem;
    margin-top: 0px;
    margin-bottom: 2px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.page-homepage .info-box p.naspod {
    bottom: 0;
}

.page-homepage .info-box span.glyphicon {
    color: #004494;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.page-homepage .info-box .fa {
    display: block;
    font-size: 175%;
    margin-bottom: 10px;
}

.page-homepage .info-box a {
    color: #004494;
}

.page-homepage .info-box a:hover, .page-homepage .info-box a:active {
    color: #21AFE6;
}


/*------------------------------------------------------------------------------
  HOMEPAGE-NOVINKY
------------------------------------------------------------------------------*/
.news-wrapper {
    background-color: #f7f6f6;
    padding: 60px 0 80px;
}

.news-wrapper h2 {
    font-size: 2.87rem;
}

.news-wrapper h2:after {
    display: none;
}

.news-wrapper h2 span {
    color: #d6dae5;
}

@media screen and (max-width: 640px) {
    .news-wrapper h2 span {
        display: none;
    }

    .news-wrapper .date-info-wrapper,
    .news-wrapper .dropdown {
        /* display: none; */
    }

    .news-wrapper .row:last-of-type div.col-xs-12 {
        text-align: center;
        margin-top: 20px;
    }
}

.news-wrapper .date-info-wrapper {
    width: 405px;
    height: 50px;
    float: right;
}

@media screen and (max-width: 991px) {
    .news-wrapper .date-info-wrapper {
        width: 270px;
        float: none;
        margin: 20px auto;
    }
}

.news-wrapper .date-info-wrapper .date {
    width: 24%;
    height: inherit;
    border: 1px solid #004494;
}

.news-wrapper .date-info-wrapper .date span {
    display: block;
    text-align: center;
    color: #004494;
}

.news-wrapper .date-info-wrapper .date span:first-of-type {
    margin-top: 2px;
    font-size: 1.67rem;
    height: 26px;
}

.news-wrapper .date-info-wrapper .info {
    width: 76%;
    height: inherit;
    padding: 0 15px 15px;
    font-family: AvenirDemi, sans-serif;
}

.news-wrapper .date-info-wrapper .info p {
    color: #004494;
    font-size: 0.87rem;
}

.news-wrapper .box-article {
    background-color: white;
}


/*------------------------------------------------------------------------------
  OBECNÉ - ŽIVĚ
------------------------------------------------------------------------------*/
.ods-live-wrapper {
    margin-top: 0;
    padding-bottom: 60px;
}

.ods-live-wrapper h2 {
    font-size: 2.87rem;
    color: white;
}

.ods-live-wrapper h2 span {
    color: #5877ad;
}

@media screen and (max-width: 640px) {
    .ods-live-wrapper h2 span {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .ods-live-wrapper ul.list-inline {
        margin: 0 auto 40px;
    }
}

.ods-live-wrapper ul.list-inline li {
    display: inline-block;
}

.ods-live-wrapper ul.list-inline li a {
    color: white;
    padding: 14px 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
    text-decoration: none;
}

@media screen and (max-width: 640px) {
    .ods-live-wrapper ul.list-inline li a {
        padding: 12px 10px;
    }
}

.ods-live-wrapper ul.list-inline li.active a,
.ods-live-wrapper ul.list-inline li:hover a {
    border: 1px solid white;
}

.ods-live-wrapper .box-live-item {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f7f6f6;
}

.ods-live-wrapper .box-live-item img.img-responsive {
    margin: 0 auto;
}

.ods-live-wrapper .box-live-item h3 {
    color: #96a0b6;
    font-family: AvenirDemi, sans-serif;
    font-size: 0.87rem;
}

.ods-live-wrapper .box-live-item p {
    max-height: 240px;
    overlay: hidden;
}

.ods-live-wrapper .box-live-item h3 .icon-clovek_twitter_icon,
.ods-live-wrapper .box-live-item h3 .icon-iconmonstr-facebook-icon {
    font-size: 1.2rem;
    position: relative;
    top: 2px;
    margin-right: 4px;
}

.ods-live-wrapper .box-live-item h3 .icon-clovek_twitter_icon {
    color: #55acee;
}

.ods-live-wrapper .box-live-item h3 .icon-iconmonstr-facebook-icon {
    color: #11609d;
    font-size: 1.2rem;
}

.ods-live-wrapper .box-live-item p {
    color: #757579;
    font-family: AvenirDemi, sans-serif;
    margin-bottom: 10px;
    overflow: hidden;
}

.ods-live-wrapper .box-live-item p a {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
}

.ods-live-wrapper .row:last-of-type {
    margin-top: 80px;
}

.ods-live-wrapper .row:last-of-type p a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.ods-live-wrapper .row:last-of-type p a:hover,
.ods-live-wrapper .row:last-of-type p a:focus {
    color: #5877ad;
}


/*------------------------------------------------------------------------------
  CAROUSEL - OBECNÉ DEFINICE - má vazbu i na regiony
------------------------------------------------------------------------------*/
/* v tomhle leží div slick a obsahové boxy -----------------------------------*/
.carousel-wrapper {
    padding: 0 80px;
}

.overlay { /* boxy s navigačními šipkami */
    height: 420px;
    width: 80px;
    position: absolute;
    z-index: 100;
}

@media screen and (max-width: 767px) {
    .carousel-wrapper {
        padding: 0;
    }

    .overlay {
        display: none;
    }
}

.overlay.overlay-left {
    left: 0;
}

.overlay.overlay-right {
    right: 0;
}

.overlay .slick-btn {
    background-color: white;
    color: #004494;
    font-size: 30px;
    line-height: 30px;
    border: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    z-index: 1001;
}

.overlay .slick-btn#btn-prev {
    right: 10px;
}

.overlay .slick-btn#btn-next {
    left: 10px;
}


/*------------------------------------------------------------------------------
  MOJE INFORMACE NA HOMEPAGE
------------------------------------------------------------------------------*/
.page-homepage .my-info-wrapper h2 {
    font-size: 2.87rem;
}

.page-homepage .my-info-wrapper h2 span {
    color: #d6dae5;
}

.page-homepage .my-info-wrapper h2:after {
    display: none;
}


/* boxy carouselu ------------------------------------------------------------*/
.page-homepage .box-info {
    height: 220px; /* šířku si řídí skript */
    background: center center no-repeat;
    background-size: cover;
    margin: 0 5px;
    position: relative;
}

.page-homepage .overlay {
    height: 220px;
}


/* obsah boxů carouselu ------------------------------------------------------*/
.page-homepage .box-info .info-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 68, 148, 0.5);
    color: white;
    overflow: hidden;
}


.page-homepage .box-info .info-title .info-type {
    position: absolute;
    top: 0;
    left: 20px;
    background-color: #004494;
    padding: 6px 10px;
    text-transform: uppercase;
}

.page-homepage .box-info .info-title .info-desc {
    padding: 80px 20px 0 20px;
    font-family: AvenirBold, sans-serif;
    font-size: 1.2rem;
    line-height: 1.67rem;
}

.page-homepage .box-info .info-title .info-desc a {
    color: #fff;
}

.page-homepage .box-info .info-title .info-desc a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

@media screen and (max-width: 767px) {
    .page-homepage .my-info-wrapper h2 {
        margin-bottom: 20px;
    }
}


/*------------------------------------------------------------------------------
  ANKETA
------------------------------------------------------------------------------*/
.page-homepage .wall-survey-wrapper h2 {
    font-size: 2.87rem;
}

.page-homepage .wall-survey-wrapper h2:after {
    display: none;
}

.page-homepage .wall-survey-wrapper h2 span {
    color: #d6dae5;
}

.page-homepage .wall-survey-wrapper .message {
    background-color: white;
    padding: 36px 30px;
    margin-bottom: 10px;
}

.page-homepage .wall-survey-wrapper .message p {
    font-family: AvenirDemi, sans-serif;
}

.page-homepage .wall-survey-wrapper .message p:last-of-type {
    margin-top: 16px;
    font-family: AvenirItalic, sans-serif;
}

.page-homepage .wall-survey-wrapper a {
    color: #004494;
    text-decoration: underline;
    margin-right: 20px;
}

.page-homepage .wall-survey-wrapper a:hover,
.page-homepage .wall-survey-wrapper a:focus {
    color: #5877ad;
}

.page-homepage .wall-survey-wrapper .survey {
    background-color: white;
}

.page-homepage .wall-survey-wrapper .survey form {
    margin-top: 34px;
}

.page-homepage .wall-survey-wrapper .survey form div {
    margin-bottom: 10px;
}

.page-homepage .wall-survey-wrapper .survey form input[type="checkbox"] {
    display: none;
}

.page-homepage .wall-survey-wrapper .survey form input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #004494;
    background-color: transparent;
    margin-bottom: 0;
    margin-right: 10px;
}

.page-homepage .wall-survey-wrapper .survey form input[type="checkbox"]:checked + label {
    background-color: #004494;
}

.page-homepage .wall-survey-wrapper .survey form label + span {
    position: relative;
    top: -4px;
}

.page-homepage .wall-survey-wrapper .survey form button[type="submit"] {
    background-color: #004494;
    color: white;
    border: 0;
    width: 125px;
    height: 40px;
    text-transform: uppercase;
    font-family: AvenirDemi, sans-serif;
    margin-top: 25px;
}

@media screen and (max-width: 640px) {
    .page-homepage .wall-survey-wrapper h2 span {
        display: none;
    }
}


/*------------------------------------------------------------------------------
  PODPOŘTE NÁS
------------------------------------------------------------------------------*/
.page-homepage .activities-wrapper {
    color: white;
    margin-top: 0;
}

.page-homepage .activities-wrapper h2 {
    color: white;
    font-size: 2.87rem;
}

@media screen and (max-width: 640px) {
    .page-homepage .activities-wrapper h2 {
        margin-bottom: 20px;
    }
}

.page-homepage .activities-wrapper h2 span {
    color: #5877ad;
}

.page-homepage .activities-wrapper .box-bordered {
    border-color: #5877ad;
    background-color: #004494;
    text-align: center;
    padding: 30px 10px 20px 10px;
    margin-bottom: 30px;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.page-homepage .activities-wrapper .box-bordered .ico-image {
    width: 100%;
    height: 100px;
    background: transparent center center no-repeat;
}

.page-homepage .activities-wrapper .box-bordered .ico-image.ico-image-join {
    background-image: url(../img/web/ico_vstupte.png);
}

.page-homepage .activities-wrapper .box-bordered .ico-image.ico-image-support {
    background-image: url(../img/web/ico_podporte.png);
}

.page-homepage .activities-wrapper .box-bordered .ico-image.ico-image-mod {
    background-image: url(../img/web/ico_mod.png);
}

.page-homepage .activities-wrapper .box-bordered .ico-image.ico-image-gift {
    background-image: url(../img/web/ico_financni_dar.png);
}

.page-homepage .activities-wrapper .box-bordered .ico-image.ico-image-newsletter {
    background-image: url(../img/web/ico_newsletter.png);
}

.page-homepage .activities-wrapper .box-bordered h3 {
    text-transform: uppercase;
    font-family: AvenirDemi, sans-serif;
    font-size: 1.33rem;
}

.page-homepage .activities-wrapper .box-bordered p {
    color: white;
}

.page-homepage .activities-wrapper .box-bordered button {
    position: absolute;
    bottom: 20px;
    background-color: white;
    border: 0;
    color: #004494;
    width: 60%;
    height: 40px;
    font-size: 1.07rem;
    left: 20%;
}

.page-homepage .activities-wrapper .box-bordered button:hover,
.page-homepage .activities-wrapper .box-bordered button:focus {
    background-color: #dde2ec;
}

.page-homepage .activities-wrapper .box-bordered form {
    margin-top: 6px;
}

.page-homepage .activities-wrapper .box-bordered form input {
    background-color: transparent;
    border: 1px solid white;
    width: 80%;
    height: 38px;
    text-align: center;
    font-family: AvenirItalic, sans-serif;
}

@media screen and (max-width: 991px) {
    .page-homepage .activities-wrapper .box-bordered {
        height: 380px;
    }
}

@media screen and (max-width: 767px) {
    .page-homepage .activities-wrapper h2 span {
        display: none;
    }

    .page-homepage .activities-wrapper .box-bordered {
        height: inherit;
    }

    .page-homepage .activities-wrapper .box-bordered .ico-image {
        height: 40px;
        background-size: contain;
    }

    .page-homepage .activities-wrapper .box-bordered button {
        position: static;
        margin: 30px auto 0 auto;
    }

    .page-homepage .activities-wrapper .col-md-3 {
        padding: 0 20px;
        margin-bottom: 20px;
    }
}


/*------------------------------------------------------------------------------
  ČLÁNKY
------------------------------------------------------------------------------*/
.articles-wrapper .box-article {
    height: 420px;
    position: relative;
    padding: 0;
    overflow: hidden;
}

@media screen and (min-width: 991px) {
    .articles-wrapper-full .box-article {
        height: 520px;
    }
}

.articles-wrapper .box-article .image {
    padding-bottom: 68%;
    margin-bottom: 20px;
}

.articles-wrapper .box-article a.image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.articles-wrapper .box-article .article-overview {
    height: 170px;
    padding: 0 28px;
    overflow: hidden;
}

.articles-wrapper .box-article .article-overview h3 {
    font-family: AvenirDemi, sans-serif;
    font-size: 0.87rem;
    color: #004494;
    margin: 0;
}

.articles-wrapper .box-article .article-overview h3:after {
    content: " ";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #004494;
    margin-top: 18px;
    margin-bottom: 13px;
}

.articles-wrapper .box-article .article-overview h3 span {
    color: #29b0e6;
    font-size: 1.3rem;
    top: 3px;
    position: relative;
}

.articles-wrapper .box-article .article-overview p {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.articles-wrapper .box-article .article-overview p:last-of-type {
    position: absolute;
    margin-top: 30px;
    bottom: 20px;
}

.articles-wrapper .box-article .article-overview p:last-of-type a {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    font-size: 0.87rem;
    text-decoration: none;
}

.articles-wrapper .box-article .article-overview p:last-of-type a:hover,
.articles-wrapper .box-article .article-overview p:last-of-type a:focus,
a.image:hover + .article-overview p:last-of-type a,
a.image:focus + .article-overview p:last-of-type a,
a.image:hover + .article-overview p.font-demi,
a.image:focus + .article-overview p.font-demi {
    color: #21AFE6;
}

@media screen and (max-width: 1199px) {
    .articles-wrapper .box-article .article-overview {
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) {
    .articles-wrapper .box-article {
        max-width: 100%;
        height: 180px;
        min-height: 180px;
        border: 1px solid #e3e3e4;
    }

    .articles-wrapper .box-article.box-no-top-border {
        border-top: 0;
    }

    .articles-wrapper .box-article .image {
        width: 180px;
        height: inherit;
        padding-bottom: 0;
        float: left;
        margin: 0 30px 0 0;
    }

    .articles-wrapper .box-article .article-overview {
        height: 165px;
        padding: 15px 10px 0 0;
    }

    .articles-wrapper .box-article .article-overview p:last-of-type {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .articles-wrapper .box-article {
        height: 90px;
        min-height: 90px;
    }

    .articles-wrapper .box-article .image {
        width: 90px;
        height: inherit;
        padding-bottom: 0;
        margin: 0 10px 0 0;
    }

    .articles-wrapper .box-article .article-overview {
        height: 90px;
        padding: 5px;
    }

    .articles-wrapper .box-article .article-overview h3 {
        display: none;
    }

    .articles-wrapper .box-article .article-overview p:last-of-type {
        display: none;
    }
}


/*------------------------------------------------------------------------------
  FINANČNÍ DAR
------------------------------------------------------------------------------*/
.dar {
    background-color: #004494;
    color: white;
}

.dar p {
    color: white;
}

/*------------------------------------------------------------------------------
  REGIONY
------------------------------------------------------------------------------*/
.page-regions-listing.page-content {
    padding-bottom: 0;
}

.page-regions-listing .regions-dropdown {
    display: none;
}

@media screen and (max-width: 480px) {
    .page-regions-listing .regions-dropdown {
        display: block;
    }
}

.page-regions-listing .regions-dropdown .dropdown {
    margin: 20px auto 60px;
}

.page-regions-listing .regions-map-wrapper {
    padding-bottom: 80px;
    width: 768px;
    margin: 0 auto;
    position: relative;
}

.page-regions-listing .regions-map-wrapper.small {
    width: 450px;
}

@media screen and (max-width: 991px) {
    .page-regions-listing .regions-map-wrapper {
        width: 450px;
    }
}

@media screen and (max-width: 480px) {
    .page-regions-listing .regions-map-wrapper {
        display: none;
    }
}

.page-regions-listing .regions-map-wrapper .map-tooltip {
    position: absolute;
    display: none;
    z-index: 0;
}

.page-regions-listing .regions-map-wrapper .map-tooltip .tooltip-text {
    padding: 15px 30px;
    background-color: white;
    font-family: AvenirDemi, sans-serif;
    color: #004494;
    position: relative;
    box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.3);
}

/*
.page-regions-listing .regions-map-wrapper .map-tooltip .tooltip-text:before {
  content: "";
  top: -10px;
  left: 46%;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
*/
.page-regions-listing .regions-map-wrapper .map-tooltip#karlovarsky {
    top: 190px;
    left: 110px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#plzensky {
    top: 240px;
    left: 190px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#jihocesky {
    top: 220px;
    left: 180px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#ustecky {
    top: 150px;
    left: 160px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#prazsky {
    top: 200px;
    left: 175px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#stredocesky {
    top: 260px;
    left: 240px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#liberecky {
    top: 100px;
    left: 250px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#kralovehradecky {
    top: 160px;
    left: 320px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#pardubicky {
    top: 240px;
    left: 300px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#vysocina {
    top: 370px;
    left: 390px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#jihomoravsky {
    top: 300px;
    left: 580px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#zlinsky {
    top: 360px;
    left: 470px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#olomoucky {
    top: 280px;
    left: 400px;
}

.page-regions-listing .regions-map-wrapper .map-tooltip#moravskoslezsky {
    top: 240px;
    left: 450px;
}


.page-regions-listing .regions-wrapper {
    background-color: #f7f6f6;
    padding: 50px 0 100px;
}

.page-regions-listing .regions-wrapper h2 {
    color: #004494;
    font-size: 2.87rem;
    margin-bottom: 30px;
}

.page-regions-listing .regions-wrapper h2:after {
    display: none;
}

.page-regions-listing .regions-wrapper p {
    margin-top: 20px;
}

@media screen and (min-width: 991px) {
    .person-wrapper,
    .page-regions-card .person-wrapper + div,
    .address-wrapper {
        padding: 0;
    }
}

@media screen and (min-width: 640px) and (max-width: 991px) {
    .person-wrapper img,
    .page-regions-card .person-wrapper + div img,
    .address-wrapper img {
        float: left;
        margin-right: 20px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 639px) {
    .person-wrapper img,
    .page-regions-card .person-wrapper + div img,
    .address-wrapper img {
        margin: 10px auto;
    }
}

.person-wrapper h3,
.page-regions-card .person-wrapper + div h3,
.address-wrapper h3 {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    font-size: 1rem;
    display: block;
    background-color: #f7f6f6;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 18px;
}

.person-wrapper h3:after,
.page-regions-card .person-wrapper + div h3:after,
.address-wrapper h3:after {
    content: " ";
    display: block;
    width: 46px;
    height: 1px;
    background-color: #004494;
    margin-top: 18px;
    margin-top: 12px;
    margin-bottom: 0;
}

.person-wrapper .light-gray-bg,
.page-regions-card .person-wrapper + div .light-gray-bg,
.address-wrapper .light-gray-bg {
    padding: 22px 20px 18px;
}

.person-wrapper .light-gray-bg p,
.page-regions-card .person-wrapper + div .light-gray-bg p,
.address-wrapper .light-gray-bg p {
    font-size: 1rem;
}

.person-wrapper .light-gray-bg div,
.page-regions-card .person-wrapper + div .light-gray-bg div,
.address-wrapper .light-gray-bg div {
    margin-top: 5px;
}

.person-wrapper .light-gray-bg .icon + div,
.page-regions-card .person-wrapper + div .light-gray-bg .icon + div,
.address-wrapper .light-gray-bg .icon + div {
    word-wrap: break-word;
}

.page-regions-ms.page-content {
    padding-bottom: 0;
}

.page-regions-card .region-image img {
    margin: 0 auto 30px;
}

.page-regions-card .application h2 {
    font-size: 1rem;
    text-transform: uppercase;
}

.page-regions-card .application .box-bordered {
    padding-bottom: 0;
    margin-top: 30px;
}

.page-regions-card .application .box-bordered img {
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .page-regions-card .application .box-bordered img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .page-regions-card .application .box-bordered .application-link {
        float: none !important;
        width: 120px;
        margin: 10px auto;
    }
}

@media screen and (max-width: 767px) {
    .page-regions-card .application .box-bordered .application-link img {
        width: 80px;
        margin-bottom: 10px;
    }
}

.page-regions-card .application .box-bordered .application-image {
    padding-left: 16px;
}

@media screen and (max-width: 767px) {
    .page-regions-card .application .box-bordered .application-image {
        float: none !important;
    }
}

.page-regions-card .application .box-bordered .application-image img {
    margin: -24px auto 0;
}

@media screen and (max-width: 1199px) {
    .page-regions-card .application .box-bordered .application-image img {
        margin-top: -18px;
        width: 500px;
    }
}

@media screen and (max-width: 767px) {
    .page-regions-card .application .box-bordered .application-image img {
        margin: 20px auto;
    }
}

.page-regions-card .region-list {
    margin-top: 30px;
    padding: 20px 16px;
}

.page-regions-card .region-list h3 {
    background-color: transparent;
    padding: 0;
}

.page-regions-card .region-list h3:after {
    margin-bottom: 16px;
}

.page-regions-card .region-list p {
    font-family: AvenirDemi, sans-serif;
}

.page-regions.page-content {
    padding-bottom: 0;
}

.page-regions .light-gray-bg:first-of-type {
    padding-top: 0;
}

.page-regions #region-map-wrapper {
    height: 220px;
}

.page-regions #region-map-wrapper #gmap {
    width: 100%;
    height: 100%;
}


/*------------------------------------------------------------------------------
  REGIONY - HLAVNÍ BANNER
------------------------------------------------------------------------------*/
.regTit {
    position: relative;
    background: transparent;
}

.regTitText {
    position: relative;
    min-height: 200px;
    height: 200px;
    background-color: #004494;
    transition: 0.2s linear height !important;
    -webkit-transition: 0.2s linear height !important;
    -moz-transition: 0.2s linear height !important;
    -ms-transition: 0.2s linear height !important;
    -o-transition: 0.2s linear height !important;
}

@media screen and (max-width: 767px) {
    .regTitText {
        height: inherit !important;
        min-height: inherit !important;
    }
}

.regTitText h4 {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    color: white;
    font-size: 1.67rem;
    font-family: AvenirBold, sans-serif;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.regTitText a:hover h4 {
    color: #21AFE6;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .regTit {
        /*  height: 300px; */
    }

    .regTitText {
        height: auto;
        padding: 15px;
        margin-top: 2px;
    }

    .regTitText h4 {
        font-size: 20px;
        position: static;
    }
}


/*------------------------------------------------------------------------------
  REGIONY - LIŠTA S TOP NEWS
------------------------------------------------------------------------------*/
/* v tomhle leží div slick a obsahové boxy -----------------------------------*/
.page-regions .links-wrapper {
    padding: 20px 0 90px 0;
}

@media screen and (max-width: 767px) {
    .page-regions .links-wrapper {
        padding: 0px;
    }
}


/* boxy carouselu ------------------------------------------------------------*/
.page-regions .info-box {
    height: 130px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e3e3e4;
    position: relative; /* když nic jiného, tak v tomhle se udrží plošný odkaz */
}

@media screen and (max-width: 991px) {
    .page-regions .info-box {
        margin: 10px auto;
    }
}


/* obsah boxů carouselu ------------------------------------------------------*/
.page-regions .info-box h3 {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.page-regions .info-box br { /* natvrdo odstaním zalomené řádky */
    /* display: none; */
}

.page-regions .info-box p.naspod {
    bottom: 10px;
}

.page-regions .info-box span.glyphicon {
    color: #004494;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}


.page-regions .info-box.modra {
    border: none;
    color: white;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.page-regions .info-box.modra * {
    color: white !important;
}

.page-regions .info-box.modra.blede {
    background-color: #21AFE6;
}

.page-regions .info-box.modra.blede:hover {
    background-color: #004494;
}

.page-regions .info-box.modra.tmave {
    background-color: #004494;
}

.page-regions .info-box.modra.tmave:hover {
    background-color: #21AFE6;
}

.page-regions .info-box.round {
    border-radius: 15px;
}

.page-regions .info-box.klasik {
    border: none;
    border-left: 3px solid #004494;
    height: 100px;
    padding-top: 0px;
    margin-top: 20px;
    padding-bottom: 0px;
}

.page-regions .info-box.klasik p.naspod {
    bottom: 0;
}


/*------------------------------------------------------------------------------
  #MS-ODS MÍSTNÍ SDRUŽENÍ - INDEX
------------------------------------------------------------------------------*/
/* úvodní banner, pokud se bere z centrálního webu ---------------------------*/
.page-homepage .opener-wrapper.ms {
    width: 100%;
    height: 0 !important;
    padding-bottom: 35%; /* určuje poměr stran -*/
    background-position: 50% 20%;
}

.page-homepage .opener-wrapper.ms .claim-wrapper {
    bottom: 15%;
}

.page-homepage .opener-wrapper.ms .claim-wrapper p {
    font-size: 1.4rem;
    line-height: 1.25;
}

@media screen and (max-width: 1180px) {
    .page-homepage .opener-wrapper.ms {
        /* padding-bottom: 50%; */
        padding-bottom: 40%;
        height: 0 !important; /* pokud není banner na pozadí */
    }

    /* určuje poměr stran -*/
    .page-homepage .opener-wrapper.ms .claim-wrapper {
        bottom: 15%;
    }
}

@media screen and (max-width: 640px) {
    .page-homepage .opener-wrapper.ms {
        /* padding-bottom: 80%; */
        padding-bottom: 35%;
        height: 0 !important; /* pokud není banner na pozadí */
    }

    /* určuje poměr stran -*/
    .page-homepage .opener-wrapper.ms .claim-wrapper {
        bottom: 20px;
    }
}


/* v tomhle leží přihláška a předseda -----------------------------------*/
.page-regions .ms-headline {
    padding: 45px 0 90px 0;
}

.page-regions .ms-headline h3 {
    color: #004494;
    font-family: AvenirBold, sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    margin-top: 0;
    margin-bottom: 5px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.page-regions .ms-headline p {
    font-family: AvenirDemi, sans-serif;
}

.page-regions .ms-headline img {
    border: 1px solid #e3e3e4;
    margin-right: 15px;
}

.page-regions .ms-headline .image {
    width: 70.86%; /* přihláška je v tomhle poměru stran a chci, aby tohle mělo stejnou výšku -*/
    padding-bottom: 70.86%;
    margin: 0 0 0 auto;
    border: 1px solid #e3e3e4;
}

@media screen and (max-width: 767px) {
    .page-regions .ms-headline .image {
        margin: 0;
    }
}


/*------------------------------------------------------------------------------
  REGIONY - LIDÉ NA HOMEPAGE
------------------------------------------------------------------------------*/
.page-regions .people-wrapper {
    padding-top: 70px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .page-regions .people-wrapper {
        padding-bottom: 40px;
    }
}

.page-regions .people-wrapper h2 {
    font-size: 2.87rem;
}

.page-regions .people-wrapper h2:after {
    display: none;
}


/* boxy carouselu ------------------------------------------------------------*/
.page-regions .box-people-mensi {
    margin: 0 10px;
    height: 380px;
    background-color: white;
}

.page-regions .overlay {
    height: 380px;
}


/*------------------------------------------------------------------------------
  STŘEDOČESKÝ VOLEBNÍ WEB
------------------------------------------------------------------------------*/
.stredocesky-program p {
    margin-bottom: 15px;
}

.stredocesky-program li {
    margin-bottom: 5px;
}

.stredocesky-program h3 {
    font-size: 22px;
    font-family: AvenirBold, sans-serif;
    color: #21AFE6;
    margin: 30px 0 15px 0;
}

.stredocesky-program h4 {
    font-size: 14px;
    font-family: AvenirDemi, sans-serif;
    margin: 30px 0 10px 0;
}

.stredocesky-program h5 {
    font-size: 24px;
    font-family: Manus;
    text-align: right;
    color: white;
    background-color: #004494;
    padding: 10px 30px;
    margin: 45px -30px -30px -30px;
}

.stredocesky-program .box-padded {
    padding: 30px;
    margin: 0 0 45px 0;
}


.stredocesky-banner-minor {
    min-height: 312px;
    max-width: 220px;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    background-color: rgb(245, 245, 245);
}

@media screen and (max-width: 767px) {
    .stredocesky-banner-minor {
        min-height: 330px;
    }
}

.stredocesky-banner-minor:hover {
    background-color: white;
}

.stredocesky-banner-minor .text-info {
    padding: 0 15px;
}

.stredocesky-banner-minor .text-info h3 {
    font-size: 14px;
    line-height: 1.35em;
    margin-top: 30px;
    margin-bottom: 0;
    font-family: AvenirDemi, sans-serif;
    color: #004494;
}

.stredocesky-banner-minor a {
    color: #004494;
}

.stredocesky-banner-minor a:hover {
    text-decoration: none;
    color: #21AFE6;
}


.stredocesky-noviny {
    margin-top: 45px;
    position: relative;
}

.stredocesky-noviny.obr {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.stredocesky-noviny h4 {
    font-size: 14px;
    font-family: AvenirBold, sans-serif;
    text-transform: uppercase;
    color: #004494;
    margin: 0 0 15px 0;
}

.stredocesky-noviny p {
    margin-bottom: 5px;
    line-height: 1.35em;
}

.stredocesky-noviny hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 5px solid #eeeeee;
}

.stredocesky-noviny p {
    margin: 15px 0 0 0;
}

.stredocesky-noviny p.vice a {
    color: #004494;
    font-family: AvenirDemi, sans-serif;
    font-size: 0.87rem;
    text-decoration: none;
}

.stredocesky-noviny p.vice a:hover,
.stredocesky-noviny p.vice a:focus {
    color: #21AFE6;
}


.bottomshadow {
    position: relative;
    display: inline-block;
    z-index: 1;
    max-width: 100%;
}

.bottomshadow:before,
.bottomshadow:after {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: -1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: 0.7;
    box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.bottomshadow:after {
    left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.bottomshadow:hover:after {
    bottom: 10px;
    transform: rotate(4deg);
}


.stredocesky-priority .box-program {
    padding: 0;
    margin-bottom: 30px;
    height: 465px;
    position: relative;
}

.stredocesky-priority .image {
    padding-bottom: 70px;
    background-position: top right;
    background-size: auto;
}

.stredocesky-priority .program-info {
    padding: 20px;
}

.stredocesky-priority h2 {
    font-size: 20px;
    font-family: AvenirBold, sans-serif;
    color: #21AFE6;
    margin-bottom: 15px;
    line-height: 1.9rem;
}

.stredocesky-priority h2:after {
    display: none;
}

.stredocesky-priority li {
    margin-bottom: 10px;
}

.stredocesky-priority p {
    margin-bottom: 15px;
}

.stredocesky-priority p.more {
    margin: 20px 10px 0 0;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.stredocesky-priority .celyProgram {
    background-color: #004494
}

.stredocesky-priority .celyProgram * {
    color: white !important;
}

.stredocesky-priority .celyProgram .program-info {
    padding-left: 60px;
}

.stredocesky-priority .celyProgram .image {
    padding-bottom: 160px;
}


.lb-data .lb-caption {
    font-size: 16px !important;
    line-height: 1.35em !important;
}


/*------------------------------------------------------------------------------
  odsud Tomáš Adámek
------------------------------------------------------------------------------*/
/*
.page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi {
  width: 268px;
  height: 420px;
  margin: 0 10px;
  outline: none !important;
}
@media screen and (max-width: 767px) {
  .page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi {
    width: 240px;
    height: 390px;
  }
}
@media screen and (max-width: 640px) {
  .page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi {
    width: 210px;
    height: 350px;
  }
}
.page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi .image {
  height: 268px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi .image {
    height: 240px;
  }
}
@media screen and (max-width: 640px) {
  .page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi .image {
    height: 210px;
  }
}
.page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi .person-info {
  padding: 0 20px;
}
.page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi .person-info h3 {
  font-size: 1.67rem;
  margin-top: 28px;
  margin-bottom: 0;
  font-family: AvenirDemi, sans-serif;
  color: #004494;
}
.page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi .person-info h3 + p {
  font-family: AvenirDemi, sans-serif;
  margin-bottom: 10px;
}
.page-regions .people-wrapper .carousel-wrapper .people-slider .box-people-mensi .person-info p span.glyphicon {
  color: #004494;
}
*/

/*------------------------------------------------------------------------------
  tohle je deprecated, místo toho použít konstrukce typu .cisti-xs-6
------------------------------------------------------------------------------*/
.col3cisti:nth-child(3n+1) {
    clear: both;
}

.col4cisti:nth-child(4n+1) {
    clear: both;
}

@media screen and (max-width: 992px) {
    .col4cisti:nth-child(4n+1) {
        clear: none;
    }

    .col4cisti:nth-child(3n+1) {
        clear: both;
    }
}

/*----------------------------------------------------------------------------*/


.zalomit {
    display: block;
    width: 10%;
    overflow: visible;
}

.list-clanku-datum {
    white-space: nowrap;
    text-align: right;
}

.clanekFoto {
    width: auto;
    max-height: 565px;
    margin: auto;
}

.autorPodpis {
    max-width: 70px;
}

.box-live-item a {
    color: #585858 !important;
    font-size: 14px !important;
    text-decoration: underline !important;
}

.box-live-item a:hover {
    color: #204d74 !important;
}

a.naSit {
    color: #585858 !important;
    font-size: 12px !important;
}

a.naSit:hover {
    color: #204d74 !important;
    text-decoration: underline !important;
}

.claim-wrapper a {
    color: #fff;
}

.claim-wrapper a:hover {
    color: #337ab7;
}

.box-vertikalne-padded {
    padding: 10px 0;
}

.author a:hover {
    color: #337ab7 !important;
}


#obalFoto {
    position: relative;
    background: #fafafa;
}

a.sipkaVideo {
    display: block;
    position: absolute;
    left: 5%;
    bottom: 5%;
    width: 90px;
    height: 90px;
}

@media screen and (min-width: 1920px) {
    .menu .brand-blue-part {
        width: 25%;
    }
}

@media screen and (min-width: 2300px) {
    .menu .brand-blue-part {
        width: 30%;
    }
}

.logoRegion {
    float: left;
}

.logoRegionNazev {
    float: left;
    color: #fff;
    font-size: 13px;
    height: 60px;
    padding: 9px 0 0 2px;
}

#spanChyba {
    color: #CC0000 !important;
}


/*------------------------------------------------------------------------------
  odsud Pavel Horák
------------------------------------------------------------------------------*/
/* úprava pravybreh na titulce */

img.pb {

    margin-top: 29px;
    margin-left: -25px;
}

/* clenstvi */

.clenstvi ol li {
    margin-bottom: 1%;
}

.supdoods {
    text-align: center;
    margin-top: 10%;
}

/* uprava sdílení pod článkem */
.socik {
    color: white;
    text-decoration: none;
}

/* kampaně odkaz a tvare*/

a.link-ka {
    text-decoration: none;
    color: #004494;
}

.page-program-detail .program-wrapper .box-program .image-12 {
    margin-left: 2.4em;
    margin-right: 1em;
    float: left;
}

.page-program-detail .program-wrapper .box-program .program-info-12 {
    padding: 1.8em;
}

@media screen and (max-width: 630px) {
    .page-program-detail .program-wrapper .box-program .image-12 {
        width: 100%;
        margin-left: 2em;
        margin-right: 1em;
        margin-bottom: 1em;
        clear: both;

    }
}

.spec h2 {

    font-size: 130%;

}

ol#10pokladny li {
    font-size: 150%;
    color: #004494;
    padding: 10px;
}

.volby2016 {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}

.volby2016-text {
    padding-left: 10%;
    padding-right: 10%;
    margin-bottom: 5%;
}

.volby2016 h2, .volby2016 h2 a {
    color: #0099cc;
    margin-top: 2%;
    margin-bottom: 20px;
}

.volby2016 h2:after {
    content: none;
}

/* číslo kandidáta ve výspise kandidátní listiny */
.poradiKandidata {
    float: right;
    display: block;
    position: relative;
    top: -58px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #21AFE6;
}

/* senatní tlačítko gift */
.sen-gift {
    background-color: #21AFE6;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 30px;
    border-radius: 4px;
}

/* Manus font */
.Manus {
    font-family: Manus;
    font-weight: normal;
    font-style: normal;
}

/* Speciál - Petr na Grilu */
.g-1 {
    font-size: 200%;
    color: white;
}

@media screen and (max-width: 640px) {
    .g-1 {
        font-size: 20px;
    }
}

.g-2 {
    font-size: 200%;
    color: white;
    font-size: bold;
}

@media screen and (max-width: 640px) {
    .g-2 {
        font-size: 20px;
        font-size: bold;
    }
}

.g-3 {
    font-size: 150%;
    color: white;
}

@media screen and (max-width: 640px) {
    .g-3 {
        font-size: 15px;
    }
}


/* volební témata, 2. várka */
.volebniTema p {
    font-size: 120%;
    line-height: 170%;
    margin: 0 0 1em;
}

.volebniTema span.velke {
    font-size: 150%;
    line-height: 100%;
    font-weight: bold;
}

.volebniTema .volby2016 h2 {
    margin: 1em 0 1em;
    font-size: 2.5em;
}

/* .volebniTema h3 { margin:1em 0; font-size: 2em; font-weight:bold; padding:0.4em 0; background:#004494; color:#fff; text-align:center; letter-spacing:2px; } */
.volebniTema h3 {
    margin: 0.5em 0;
    font-size: 1.8em;
    font-weight: bold;
    padding: 0.1em 0;
    color: #004494;
    letter-spacing: 1px;
    font-family: AvenirDemi, sans-serif;
}

.volebniTema h4 {
    margin: 1em 0 1em;
    font-size: 2em;
    color: #004494;
    font-family: AvenirDemi, sans-serif;
}

.volebniTema .social-buttons {
    margin-top: 3em;
}

.volebniTema .table-volby2016 td:nth-child(2n) {
    text-align: center;
}

.table-volby2016 {
    width: 50%;
}

@media screen and (max-width: 600px) {
    .table-volby2016 {
        width: 70%;
    }

    .volebniTema h3 {
        font-size: 1.5em;
    }

    .volebniTema h4 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 400px) {
    .table-volby2016 {
        width: 100%;
    }
}


/* rozcestník 2. várky */
.temaDlazdice {
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    border: 1px solid #ddd;
    transition: border-color 0.3s;
}

.temaDlazdice:hover {
    border-color: #000;
}

.temaDlazdice img {
    width: 100%;
}

.temaDlazdice:nth-child(3n) {
    margin-right: 0;
}

.temaDlazdice:nth-child(3n+1) {
    clear: both;
}

@media screen and (max-width: 560px) {
    .temaDlazdice {
        width: 49%;
    }

    .temaDlazdice:nth-child(3n) {
        margin-right: 1%;
    }

    .temaDlazdice:nth-child(3n+1) {
        clear: none;
    }

    .temaDlazdice:nth-child(2n) {
        margin-right: 0;
    }

    .temaDlazdice:nth-child(2n+1) {
        clear: both;
    }
}

@media screen and (max-width: 380px) {
    .temaDlazdice {
        width: 100%;
        margin-right: 0;
    }
}

.glyphicon-search {
    top: 3px;
}

/* tvoříme program rozcestník 2017 */

.image2 {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
}

@media screen and (max-width: 768px) {
    .image2 {
        display: none;
    }
}

.sp h2 {
    text-align: center;
}

.sp h2:after {
    display: none;
}

.sp {
    background-color: #f7f6f6;
}


.page-program-detail .box-program .image2 {
    /* padding-bottom: 55%; */
    background-position: center center;
    background-size: 100%;
}


.fa.fa-tourbox {
    color: #21afe6;
    font-size: 1.8em;

}

/* kalkulacka */

.kalkulacka {
    text-align: center;
    padding: 20px;
    background-color: #e3e3e4;

}

#divVysledek {
    font-size: 120%;
}

.noafter h2:after {
    display: none;
}

.zelena {
    color: #1da167;
    font-size: 120%;
}

.program-info li {
    padding: 5px 0 5px 15px;
    margin: 0;
}

.klink {
    text-align: right;
    padding: 5px;
}


/*------------------------------------------------------------------------------
  SILNÝ PROGRAM PRO SILNÉ ČESKO
------------------------------------------------------------------------------*/
.silny-program {
}

.silny-program h2 {
    font-family: AvenirBold, sans-serif;
    font-size: 1.33rem;
    margin: 30px 0 15px 0;
}

.silny-program h2:after {
    display: none;
}

.silny-program p {
    margin-bottom: 15px;
}

.silny-program h3 {
    color: #21AFE6;
    font-family: AvenirBold, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin: 45px 0 5px 0;
}

.silny-program h3 .fa {
    font-size: 1.67rem;
    margin: -5px 0 0 0;
    width: 50px;
    float: left;
}

.silny-program h3.zavedeme .fa {
    color: LimeGreen;
}

.silny-program h3.zrusime .fa {
    color: Red;
}

.silny-program h3.prosadime .fa {
    color: Orange;
}

.silny-program ul {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0;
    position: relative;
}

.silny-program li {
    padding: 5px 0 5px 15px;
}

.silny-program li:before {
    content: "\2022";
    display: inline-block;
    margin-left: -15px;
    width: 15px;
    color: #21AFE6;
}


.silny-program .box-pilir {
    display: table;
    width: 100%;
    position: relative;
    background: white left top no-repeat scroll;
    background-size: contain;
}

.silny-program .box-pilir a {
    position: relative;
    display: table-cell;
    width: 100%;
    font-family: AvenirBold;
    font-size: 0.87rem;
    text-align: left;
    vertical-align: bottom;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px;
    height: 160px;
    color: #004494;
    background-color: transparetn;
}

.silny-program .box-pilir a:hover {
    color: #21AFE6;
}

.silny-program .box-pilir .fa {
    display: block;
    color: #21AFE6;
    font-size: 200%;
    margin: 0 0 5px 10px;
}


.silny-program .box-row {
    margin: 0 -2px 0 -2px;
}

.silny-program .box-row [class*="col-"] {
    padding: 2px;
}

.silny-program .box-obsah {
    display: table;
    width: 100%;
    position: relative;
    background: #21AFE6 center center no-repeat scroll;
    background-size: cover;
}

.silny-program .box-obsah a {
    position: relative;
    display: table-cell;
    width: 100%;
    font-family: AvenirBold;
    font-size: 1.1rem;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    padding: 5px 10px;
    margin-bottom: 2px;
    height: 120px;
    color: white;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.silny-program .box-obsah a:hover {
    background-color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 2px rgba(0, 0, 0, .5), 0 0 20px rgba(0, 0, 0, .5);
}

.silny-program .box-obsah a.stahnout-pdf {
    background-color: transparent;
}

.silny-program .box-obsah a.stahnout-pdf:hover {
    background-color: rgba(255, 255, 255, .35);
    text-shadow: none;
}

.silny-program h4 {
    color: #21AFE6;
    font-family: AvenirDemi, sans-serif;
    font-size: .87rem;
    margin: 30px 0 0 0;
    text-align: right;
}

.silny-program h4 a {
    color: #21AFE6;
    text-decoration: none;
}

.silny-program h4 a:hover {
    color: #004494;
    text-decoration: none;
}


.light-blue-bg {
    background-color: #21AFE6;
    color: white;
}

/* kandidátka 2017 */

.poradiKandidata2017 {
    float: right;
    display: block;
    position: relative;
    top: -45px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    color: white;
    background-color: #0b54a0;
    border-radius: 50%;
}

h3.poradiKandidata2017:hover {
    background-color: #21AFE6;
}

.gift {
    background-color: #0b54a0;
    width: 180px;
    border: none;
    color: white;
    padding: 18px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}

.gift:hover {
    background-color: #0781c2;
    color: white;
}


.box-people-lidr {
    max-height: 260px;

}

@media screen and (max-width: 1024px) {
    .box-people-lidr {
        max-height: 320px;
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .box-people-lidr {
        padding: 20px;
        text-align: center;
    }
}

.person-info-lidr {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.person-info-lidr h3 {
    font-size: 1.67rem;
    margin-bottom: 0;
    font-family: AvenirDemi, sans-serif;
    color: #004494;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.person-info-lidr a:hover {
    text-decoration: none;
}

.person-info-lidr a:hover h3,
.person-info-lidr a:hover span.glyphicon {
    color: #21AFE6;
}

.person-info-gift {
    text-align: right;
    margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
    .person-info-gift {
        text-align: center;
        margin-bottom: 20px;
    }
}


/*------------------------------------------------------------------------------
  LETNÍ KINO
------------------------------------------------------------------------------*/
.page-letni-kino {
    background: #21AFE6 url('../img/ods2017/letnikino/voda.jpg') center center no-repeat fixed;
    background-size: cover;
    margin-top: -48px;
    padding-top: 60px;
}

.letni-kino-filtr {
    color: white;
    background-color: rgba(0, 68, 148, .85);
    border-radius: 8px;
    margin-top: 30px;
    padding: 45px 30px;
}

.letni-kino-program {
    background-color: rgba(255, 255, 255, .75);
    border-radius: 8px;
    margin-top: 30px;
    padding: 45px 30px;
}

.letni-kino-program ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.letni-kino-program li {
    padding: 0 0 45px 60px;
    margin: 0;
    position: relative;
}

.letni-kino-program li:before {
    content: "\f008";
    display: inline-block;
    font: normal normal normal 32px/1 FontAwesome;
    margin-left: -60px;
    width: 60px;
    color: #ed6b0c;
    float: left;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*------------------------------------------------------------------------------
  ACF MAPA
------------------------------------------------------------------------------*/
.acf-map {
    width: 100%;
    height: 415px;
}

.acf-map img {
    max-width: inherit !important;
}

.marker {
    display: none;
}

.acf-popisek {
    max-width: 250px;
}

.acf-popisek .fa {
    font-size: 28px;
    color: #ed6b0c;
}

.acf-popisek h3 {
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.acf-popisek p {
    font-size: 13px;
    margin: 0 0 5px 0;
}

.acf-popisek h5 {
    font-size: 13px;
    text-align: right;
    margin: 0;
    padding: 20px 0 0 0;
}

.acf-popisek h5 a:hover {
    color: red;
}


/*------------------------------------------------------------------------------
  MODRÁ VLNA
------------------------------------------------------------------------------*/
.page-modra-vlna {
    position: relative;
    background: #99d6ff;
    background-size: cover;
    margin-top: -48px;
    padding-top: 60px;
}

.page-modra-vlna-image {
    background: #21AFE6 url('../img/ods2017/modra-vlna/page-modra-vlna-bg.jpg') center center no-repeat fixed;
    background-size: cover;
}

.page-modra-vlna-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .65);
    z-index: 0;
}

.page-modra-vlna-image > .container {
    position: relative;
    z-index: 2;
}

.modra-vlna-filtr {
    color: white;
    background-color: rgb(0, 68, 148);
    border-radius: 8px;
    margin-top: 30px;
    padding: 30px;
}

.modra-vlna-filtr .radio {
    margin-top: 2px;
    margin-bottom: 0;
}

.page-modra-vlna .acf-map {
    height: 450px;
}

.modra-vlna-program {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    margin-top: 30px;
    padding: 45px 30px;
}

.modra-vlna-program h2:after {
    display: none;
}

.modra-vlna-program ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.modra-vlna-program li {
    padding: 0 0 30px 60px;
    margin: 0;
    position: relative;
}

.modra-vlna-program li:before {
    content: "\f041";
    display: inline-block;
    font: normal normal normal 32px/1 FontAwesome;
    margin-left: -10px;
    margin-top: 5px;
    width: 30px;
    color: #243e90;
    float: left;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modra-vlna-program.sloupce-2 li {
    width: 50%;
    float: left;
}

.nav-videa {
    margin-left: -1px;
    margin-right: -1px;
}

.nav-videa .video {
    width: 50%;
    float: left;
    margin-bottom: 6px;
    padding-left: 1px;
    padding-right: 1px;
}

.nav-videa .video a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    -webkit-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    border: 1px solid white;
}

.nav-videa .video a:hover:after {
    background-color: rgba(0, 68, 148, .5);
}

.nav-videa .video a:focus:after {
    background-color: rgba(35, 175, 230, .65);
}

@media (max-width: 767px) {
    .dalsi-videa {
        margin-left: -15px;
        margin-right: -15px;
    }

    .dalsi-videa .dalsi-video {
        width: 50%;
        float: left;
        margin-top: 30px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .nav-videa {
        margin-top: 15px;
    }

    .nav-videa .video {
        width: 25%;
    }

    .modra-vlna-program.sloupce-2 li {
        width: 100%;
        float: none;
    }
}


.hfont {
    text-transform: uppercase;
}

video#modra-vlna-video {
    width: 100% !important;
    height: auto !important;
    background-size: cover;
    background: url('http://www.ods.cz/img/ods2017/modra-vlna/modra-vlna-bg.jpg') no-repeat;
}


/*
financování
*/
.transparent {
    font-family: AvenirRegular, sans-serif !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    background-color: #004494;
    display: inline-block;
    color: #fff;
}

.transparent:hover {
    background-color: #1ca4df;
}

.transparent a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
}

.transparent a:hover {
    color: #fff;
    text-decoration: none;
}