/* -- start setup -- */
/*
font-family: 'Montserrat', sans-serif;
*/

@font-face {
    font-family: 'Conv_Gotham-Medium';
    src: url('Gotham-Medium.eot');
    src: local('☺'), url('Gotham-Medium.woff') format('woff'), url('Gotham-Medium.ttf') format('truetype'), url('Gotham-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Gotham-Light';
    src: url('Gotham-Light.eot');
    src: local('☺'), url('Gotham-Light.woff') format('woff'), url('Gotham-Light.ttf') format('truetype'), url('Gotham-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Black';
    src: url('Gotham-Black.eot?#iefix') format('embedded-opentype'), url('Gotham-Black.otf') format('opentype'),
        url('Gotham-Black.woff') format('woff'), url('Gotham-Black.ttf') format('truetype'), url('Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('Gotham-Medium.otf') format('opentype'),
        url('Gotham-Medium.woff') format('woff'), url('Gotham-Medium.ttf') format('truetype'), url('Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'Montserrat', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    border: none;
    padding: 0;
    color: #4F4F4F;
}

.cursorPointer {
    cursor: pointer;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
}


body.fixedBody {
    padding-top: 63px;
}


h1,
h2,
h3,
.topMenu ul li a,
.headerCite,
.headerClaim,
.button,
.textTitle,
.links a,
.newsItemCat,
.newsItemTitle,
.kurzBannerName,
.footerTitle,
.newsletterForm input.submitForm,
.faqText strong,
.altanTopMenu li a,
.altanTopMenu li a strong {
    font-family: 'Gotham-Medium';
}

.content {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 77px;
        padding-bottom: 77px;

        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.contentHalf {
    padding-top: 20px;
    padding-bottom: 20px;
}


@media only screen and (min-width : 480px) {
    .contentHalf {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .contentHalf {
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

@media only screen and (min-width : 992px) {
    .contentHalf {
        padding-top: 27px;
        padding-bottom: 27px;
    }
}

@media only screen and (min-width : 1200px) {
    .contentHalf {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.imgCenter,
.contentCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pageTop {
    padding: 20px;
}

.searchInput {
    width: 359px;
    background-image: url(../pcs/pcs_layout/search.svg);
    background-position: 325px 10px;
    background-repeat: no-repeat;
}

.headerContact {
    float: left;
    text-align: right;
    margin-top: 15px;
    margin-left: 50px;
    font-size: 14px;
}


.headerContact a {
    font-weight: bold;
    color: #004B85;
    text-decoration: underline;
    font-size: 15px;
}

.headerContactMobile a {
    font-weight: bold;
    color: #004B85;
    text-decoration: underline;
    font-size: 14px;
}

.headerContact strong {
    font-weight: bold;
    color: #4F4F4F;
    font-size: 15px;
}

.topMenu {
    line-height: 48px;
    background-color: #F5F5F5;
    min-height: 48px;
    position: relative;
}

.topMenu ul {
    display: block;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.navbarFixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
}

.topMenu ul {
    margin: 0;
}

.topMenu ul li {
    list-style-type: none;
    margin-left: 5px;
    margin-right: 5px;
}

.topMenuUprava ul li {
    list-style-type: none;
    margin-left: 2px;
    margin-right: 2px;
}



.topMenuAltan ul li {
    list-style-type: none;
    margin-left: 15px;
    margin-right: 15px;
}


.topMenu ul li.home a {
    background-image: url(../pcs/pcs_layout/home.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
}


.topMenu ul li a {
    color: #4F4F4F;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
}

.topMenu ul li a.active {
    border-bottom: 2px solid #003a67;
}

.topMenu ul li a.active {
    text-decoration: none;
}

.header {
    background-image: url(../pcs/pcs_layout/foto-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 2vh;
    padding-bottom: 2vh;
}


@media (min-width: 768px) {

    .header {
        padding-top: 3vh;
        padding-bottom: 3vh;

    }
}

@media (min-width: 992px) {
    .header {
        padding-top: 5vh;
        padding-bottom: 5vh;

    }
}

@media (min-width: 1200px) {
    .header {
        padding-top: 7vh;
        padding-bottom: 7vh;

    }
}

@media (min-width: 1600px) {
    .header {
        min-height: 950px;
        padding-top: 10vh;
        padding-bottom: 0;
    }
}
}

.headerContinueAltan {
    background-image: url(../pcs/pcs_layout/altan-header.jpg);
    min-height: 618px;
}

.headerContinueAltan2 {
    background-image: url(../pcs/pcs_layout/altan-header.jpg);
    min-height: 280px;
    padding-top: 3vh;
}

.headerContinueProdukty {
    background-image: url(../pcs/pcs_layout/produkty-header.jpg);
    padding-bottom: 2rem;
}

@media (min-width: 1600px) {
    .headerContinueProdukty {
        background-image: url(../pcs/pcs_layout/produkty-header.jpg);
        min-height: 618px;
        padding-bottom: 0;
    }
}

.headerContinueDotazy {
    background-image: url(../pcs/pcs_layout/dotazy-header.jpg);
    min-height: 618px;
}

.headerContinueNewsletter {
    background-image: url(../pcs/pcs_layout/dotazy-header.jpg);
    min-height: 300px;
}

.headerContinueAktuality {
    background-image: url(../pcs/pcs_layout/aktualne-header.jpg);
    min-height: 618px;
}


.headerCite {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;

    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .headerCite {
        font-size: 18px;
        line-height: 72px;
    }

}

.headerClaim {
    font-size: 30px;
    line-height: 52px;
    max-width: 680px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 4rem;
}


@media only screen and (min-width : 480px) {
    .headerClaim {
        font-size: 35px;
        line-height: 57px;
    }
}

@media only screen and (min-width : 768px) {
    .headerClaim {
        font-size: 40px;
        line-height: 62px;
    }
}

@media only screen and (min-width : 992px) {
    .headerClaim {
        font-size: 45px;
        line-height: 67px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerClaim {
        font-size: 50px;
        line-height: 72px;
    }
}

.headerText {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}

.headerColums {
    margin-bottom: 2rem;
}

.columIco {
    box-sizing: border-box;
    height: 120px;
    width: 120px;
    border: 12px solid rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.columIco1 {
    background-image: url(../pcs/pcs_layout/colum-ico1.svg);
}

.columIco2 {
    background-image: url(../pcs/pcs_layout/colum-ico2.svg);
}

.columIco3 {
    background-image: url(../pcs/pcs_layout/colum-ico3.svg);
}

.columIco4 {
    background-image: url(../pcs/pcs_layout/colum-ico4.svg);
}

.columIco5 {
    background-image: url(../pcs/pcs_layout/colum-ico5.svg);
}

.columText {
    color: #FFFFFF;

    font-size: 16px;
    font-weight: 500;

    line-height: 27px;
    text-align: center;
    max-width: 300px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.columText strong {
    color: #FFFFFF;

    font-size: 16px;
    font-weight: 600;
}

.headerButtons {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 14px;
    width: 217px;
    height: 54px;
    line-height: 54px;
    background-color: #e21035;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0 5px 10px 0 rgba(0, 75, 133, 0.22);
    cursor: pointer;
}

@media only screen and (min-width : 768px) {
    .button {
        font-size: 16px;
    }
}



.buttonBlue {
    background-color: #004B85;
}

.buttonBlue:HOVER {
    background-color: #003a67;
}

.buttonGreen {
    background-color: #239DB1;
}

.buttonGreen:HOVER {
    background-color: #17899c;
}


.buttonShowMore {
    width: 165px;
}

.button114 {
    width: 114px;
}

.button178 {
    width: 178px;
}

.button205 {
    width: 205px;
}

.button222 {
    width: 222px;
}

.button259 {
    width: 259px;
}

.button297 {
    width: 297px;
}

.kurzButton {
    width: 158px;
}

@media (max-width: 768px) {
    .buttonMobilCenter {
        width: 70%;
        max-width:  300px;
        margin-left: auto;
        margin-right: auto;
    }
}

.buttonFooter {
    background-color: transparent;
    border: 1px solid #7fa5c2;
    height: 42px;
    line-height: 42px;
}

.buttonFooter:HOVER {
    background-color: white;
    color: #004B85 !important;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
}

h2 {
    color: #1D1D1D;
    font-size: 25px;
    /*line-height: 72px;*/
}

h3 {
    color: #1D1D1D;
    font-size: 18px;
}

.text {
    line-height: 30px;
}

.odd {
    height: 3px;
    width: 48px;
    background-color: #239DB1;
    margin: 1rem 0 2rem 0;
    margin: 0.5rem 0 1rem 0;
}

.oddCenter {
    margin: 1rem auto 3rem auto;
}

.productImg {
    margin-bottom: 1rem;
}

.textTitle {
    color: #343434;
    font-size: 18px;
    margin-bottom: 1rem;
}

.textLink {text-decoration: underline; color:#239DB1;}
.textLink:HOVER {text-decoration: none;color:Black;}

.minH50 {
    min-height: 50px;
}

@media only screen and (min-width : 768px) {
    .minH80 {
        min-height: 80px;
        min-height: 110px;
    }
}

.minH100 {
    min-height: 100px;
}

.maxW700 {
    max-width: 700px;
}

.maxW110 {
    max-width: 110px;
}

.maxW130 {
    max-width: 130px;
}

.maxW150 {
    max-width: 150px;
}

.maxW170 {
    max-width: 170px;
}

.maxW200 {
    max-width: 200px;
}

.maxW250 {
    max-width: 250px;
}

.maxW300 {
    max-width: 300px;
}

@media only screen and (max-width : 992px) {
    .maxW300mob {
        max-width: 300px;
    }
}

.maxW400 {
    max-width: 400px;
}

.maxW420 {
    max-width: 420px;
}

.maxW520 {
    max-width: 520px;
}

.maxW590 {
    max-width: 590px;
}

.maxW610 {
    max-width: 610px;
}

.maxW650 {
    max-width: 650px;
}

.maxW600 {
    max-width: 600px;
}

.maxW820 {
    max-width: 820px;
}

.maxW900 {
    max-width: 900px;
}

.maxW1030 {
    max-width: 1030px;
}


.sluzby {
    background-image: url(../pcs/pcs_layout/sluzby-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 540px;
}

.dotazy {
    /*background-image: url(../pcs/pcs_layout/dotazy-header.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px; */
}

.symbols {
    background-image: url(../pcs/pcs_layout/vzdelavani-symbols.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.oTcm {
    background-image: url(../pcs/pcs_layout/o-tcm-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 854px;
    position: relative;
}

.naseZnacky {
    background-image: url(../pcs/pcs_layout/nase-znacky-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 854px;
    position: relative;
}

.svetTcm {
    background-image: url(../pcs/pcs_layout/svet-tcm.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 854px;
    position: relative;
}

.nasTym2 {
    background-image: url(../pcs/pcs_layout/nas-tym-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 854px;
    position: relative;
}

.links a,
.links div {
    padding-left: 7px;
    padding-right: 7px;
    height: 41px;
    line-height: 41px;
    color: #3E3E3E;
    font-size: 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
    transition: background-color 0.5s;
    cursor: pointer;
    text-decoration: none;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

@media (min-width: 768px) {

    .links a,
    .links div {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 16px;
    }
}

.links a.active,
.links div.active {
    color: White;
    background-color: #239DB1;
    text-decoration: none;
}

.links a:HOVER,
.links div:HOVER {
    color: White;
    background-color: #239DB1;
    text-decoration: none;
}

.certifikat {
    padding-top: 5px;
    display: block;
    background-image: url(../pcs/pcs_layout/pdf-ico.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 50px;
    color: #004B85;
    font-weight: bold;
    font-size: 14px;
    min-height: 50px;
    max-width: 200px;

}

.galerie {
    margin-top: 70px;
    /*margin-bottom: 150px;*/
    position: relative;
}

.link {
    background-image: url(../pcs/pcs_layout/link-bcg.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
    color: #004B85;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    text-decoration: underline; 
    min-width: 30px;
    min-height: 30px;
}

.link:HOVER {
    text-decoration: none;
}

.blue {
    background-color: #F5F5F5;
}

.produkty {
    background-image: url(../pcs/pcs_layout/produkty-bcg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.itemList li {
    list-style-type: none;
    background-image: url(../pcs/pcs_layout/item-list-ico.png);
    background-position: left center;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 5px;
}

.itemLinkList li {
    list-style-type: none;
    background-image: url(../pcs/pcs_layout/link-bcg.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 30px;
    margin-bottom: 10px;
}

.itemLinkList li a {
    text-decoration: underline;
    color: #004B85;
    font-weight: bold;
}

.itemDot {
    background-image: url(../pcs/pcs_layout/comment.svg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 40px;

    color: #4F4F4F;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
}

.novinky {
    background-color: #F5F5F5
}

.newsItem {

    height: 405px;
    background-color: #FFFFFF;
    box-shadow: 0 12px 17px 0 rgba(0, 0, 0, 0.08);

}

.newsItemImg {
    position: relative;
}

.newsItemCat {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99;
    background-color: #004B85;
    height: 40px;
    line-height: 40px;
    min-width: 129px;
    color: #FFFFFF;

    font-size: 12px;
    font-weight: bold;

    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.newsItemDesc {
    padding: 30px;
    min-height: 150px;
}

.newsItemTitle {
    color: #343434;
    font-size: 18px;

    min-height: 35px;
}

.newsItemText {
    color: #4F4F4F;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
}

.newsItemLink {
    color: #239DB1;
    font-size: 15px;
    font-weight: bold;

    text-decoration: underline;
    line-height: 27px;
}

.invertBottom {
    margin-bottom: -140px;
    position: relative;
}

.afterInvert {
    margin-top: 70px;
}


.kurzBanner {
    background-image: url(../pcs/pcs_layout/kurz-banner-bcg.png);
    background-position: center center;
    background-repeat: repeat;
    min-height: 87px;
    /*line-height: 87px;*/
    margin: 15px auto;

    padding-left: 7px;
    padding-right: 7px;
    padding: 10px;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

@media (min-width: 992px) {
    .kurzBanner {
        background-image: url(../pcs/pcs_layout/kurz-banner-bcg.png);
        background-position: center center;
        background-repeat: repeat;
        width: 905px;
        height: 87px;
        line-height: 87px;
        margin: 50px auto;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

}


.kurzBanner2 {
    background-image: url(../pcs/pcs_layout/kurz-banner-bcg2.png);
}

.kurzBannerName {
    color: #239DB1;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
}


@media only screen and (min-width : 768px) {
    .kurzBannerName {
        font-size: 18px;
        text-align: left;
    }
}

.kurzBannerText {
    color: #4B7981;
    font-size: 13px;
    letter-spacing: 0;
}

@media only screen and (min-width : 768px) {
    .kurzBannerText {
        font-size: 15px;
    }
}

.kurzButton {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 768px) {
    .kurzButton {
        margin-left: 0;
        margin-right: 0;
    }
}

.searchForm {
    margin-top: 20px;

}

.searchForm label {
    color: #3E3E3E;
    font-size: 15px;
    font-weight: 500;
}

.searchForm input,
.searchForm select {
    height: 42px;
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.searchForm textarea {
    border: 1px solid #E1E1E1;
    border-radius: 20px;
    background-color: #FFFFFF;
}

.searchForm .submitForm {
    padding: 0;
    cursor: pointer;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 217px;
    height: 54px;
    line-height: 54px;
    background-color: #004B85;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0 5px 10px 0 rgba(0, 75, 133, 0.22);
}

.searchForm .submitForm:HOVER {
    background-color: #004B85;
}


.footer {
    background-color: #004B85;
    padding-bottom: 30px;
    background-image: url(../pcs/pcs_layout/znak.png);
    background-position: right 80px center;
    background-repeat: no-repeat;

}

.newsletterIco {
    margin-bottom: 10px;
    margin-bottom: 20px;
    line-height: 47px;
    line-height: 30px;
    line-height: 25px;
    padding-top: 15px;
    background-image: url(../pcs/pcs_layout/email.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 60px;
    color: #FFFFFF;
    font-size: 16px;
}

@media (min-width: 768px) {
    .newsletterIco {
        font-size: 18px;
        line-height: 30px;
    }

}

.newsletterIco strong {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
}

@media (min-width: 768px) {
    .newsletterIco strong {
        font-size: 18px;
    }

}

.newsletterForm {
    margin-top: 20px;
}

.newsletterForm input {
    color: #949494;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    height: 42px;
    border-radius: 27px;
    background-color: #FFFFFF;
}

.newsletterForm input.submitForm {
    border: none;
    width: 107px;
    color: White;
    background-color: #239DB1;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 27px;
    height: 42px;
    border-radius: 27px;
}

.footerOdd {
    border-bottom: 1px solid #065593;
}

.footerTitle {
    margin-top: 30px;
    margin-bottom15px;
    color: #FFFFFF;
    font-size: 16px;
}

.footerText {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 27px;
}

.footerText a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 27px;
}


.social {
    margin-top: 16px;
}

.social a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 42px;
    width: 42px;
    background-color: #003D6B;
    float: left;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.25s;
}

.social a:HOVER {
    background-color: #002a58;
}

.socialFacebook {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialYoutube {
    background-image: url(../pcs/pcs_layout/youtube.svg);
}

.socialInstagram {
    background-image: url(../pcs/pcs_layout/instagram-icon.svg);
}

.copy {
    line-height: 60px;
}

.copyright {
    color: #949494;
    font-size: 14px;
}

.backToTop {
    position: fixed;
    bottom: 10px;
    right: 30px;

    background-image: url(../pcs/pcs_layout/back-to-top.svg);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 60px;
    color: #004B85;
    font-size: 15px;
    font-weight: bold;
    line-height: 60px;
    text-decoration: underline;
}

/* faq */
.faqText {
    color: #4F4F4F;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
}

.faqText strong {
    display: block;
    color: #343434;
    font-size: 18px;
}

.faqTextNoBlock {
    display: inline;
}

.faqOdd {
    height: 1px;
    background-color: #E1E1E1;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* popup */


.overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-image: url(../pcs/pcs_layout/mask.png);
    display: none;
}

.popUpZnacky {
    width: 1000px;
    min-height: 300px;
    background-color: White;
    padding-top: 40px;
    position: fixed;
    top: 30%;
    left: 50%;
    z-index: 9999;
    margin-left: -500px;
    padding: 30px;
    display: none;
}

@media only screen and (min-width : 1100px) {
    .popUpZnacky {
        position: fixed;
    }

}

@media only screen and (min-width : 1400px) {
    .popUpZnacky {
        width: 1200px;
        margin-left: -600px;
    }

}

.popUpZnacky2 {
    margin-top: 30px;
    width: 90%;
    min-height: 200px;
    background-color: White;
    padding-top: 40px;
    margin-left: 5%;
    padding-bottom: 20px;
}

.popUpClose {
    position: absolute;
    top: -34px;
    right: -34px;
    background-image: url(../pcs/pcs_layout/popup-close.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
    z-index: 9999999;
    cursor: pointer;
}

.detailSectionClose {
    position: absolute;
    top: 0px;
    right: 0px;
    background-image: url(../pcs/pcs_layout/popup-close.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 68px;
    height: 68px;
    z-index: 9999999;
    cursor: pointer;
}

@media only screen and (max-width : 778px) {
    .detailSectionClose {
        top: 50px;
        position: fixed;
    }
}

@media only screen and (min-width : 1400px) {
    .detailSectionClose {
        top: 30px;
        right: 30px;
    }
}

/* altan */
.pageTopAltan {
    padding: 0 20px;
}

.altanTopMenu {
    margin-bottom: 0;
}

.altanTopMenu li {
    padding-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
    border-left: 1px solid #e8e8e8;
    padding-left: 10px;
    padding-right: 10px;
}

.altanTopMenuLast {
    border-right: 1px solid #e8e8e8;
}

.altanTopMenuActive {
    background-color: #f5f5f5;
}



.altanTopMenu li a {
    text-align: left;
    color: #4F4F4F;
    font-size: 15px;
}

.altanTopMenu li.altanTopMenuActive a {
    color: #249eb2;
}

.altanTopMenu li a strong {
    display: block;
    color: #4F4F4F;
    font-size: 13px;
    font-weight: normal;
}

.altanTopMenu li.altanTopMenuActive a strong {
    color: #249eb2;
}



body {
    position: relative;
}

/* nas tym detail  */
.nasTymDetail {
    background-color: #E5F4F6;
    padding-top: 60px;
    padding-bottom: 60px;
}

.nasTymDetailClose {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    height: 36px;
    background-image: url(../pcs/pcs_layout/detail-close.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.nasTymDetailTitle {
    color: #1D1D1D;
    font-size: 25px;
}

.nasTymJmeno {
    color: #3E3E3E;
    font-size: 15px;
    font-weight: bold;
}

.nasTymJmeno {
    color: #3E3E3E;
    font-size: 15px;
    font-weight: bold;
}

.nasTymText {
    color: #3E3E3E;
    font-size: 15px;
}

.detailPhone {
    background-image: url(../pcs/pcs_layout/detail-phone.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    font-size: 15px;
    color: #3E3E3E;
}

.detailEmail {
    background-image: url(../pcs/pcs_layout/detail-email.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.detailEmail a {
    font-weight: bold;
    color: #004B85;
    text-decoration: underline;
}

.oddLine {
    border-bottom: 1px solid #f0f0f0;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* filtr */
.filtrBox {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    border-bottom: 1px solid#E1E1E1;
}

.filtrBox select, .filtrBox input {
    min-width: 240px;
    margin-left: 10px;
    margin-right: 10px;
    color: #4F4F4F;
    background-color: #F5F5F5;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

/* wysiwyg */
.vystupObsah ul,
.vystupObsah ol {
    margin: 1rem 0 1rem 2rem;
}

.vystupObsah table {
    border: 1px solid #343434;
    ;
}

.vystupObsah table td,
.vystupObsah table th {
    border: 1px solid #343434;
    ;
}

.playButton {
    background-image: url(../pcs/pcs_layout/play-button.png);
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -60px;
    width: 120px;
    height: 85px;
}


.celyTerapeutBox {
    background-color: White;
    padding: 15px;
    border: 1px solid #f0f0f0;
    margin-bottom: 20px;
    margin-top: -20px;
}

.celyTerapeutBox ul,
.celyTerapeutBox ol {
    margin: 1rem 0 1rem 2rem;
}

/* css obtejkani   */
@media only screen and (min-width : 768px) {
    .imgLeft {
        float: left;
        margin-right: 2rem;
        margin-bottom: 1rem;
    }

    .imgRight {
        float: right;
        margin-left: 2rem;
        margin-bottom: 1rem;
    }

    .imgLeft img,
    .imgRight img {
        max-width: 300px;
    }
}

.clear {
    clear: both;
}

.contentRight ul,
.contentLeft ul,
.contentRight ol,
.contentLeft ol {
    margin: 1rem 0 1rem 2rem;
}





@media only screen and (max-width : 991px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 10px;
        z-index: 10;
        width: 35px;
        height: 35px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .openMenu {
        background-color: #004B85;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        text-transform: uppercase;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
    }
}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }

    .xtopMenu {
        display: flex !important;
        position: absolute;
        top: 57px;
        right: 0;
        font-size: 16px;
        z-index: 10;
    }
}



@media only screen and (max-width : 772px) {
    .fancybox-title-float-wrap {
        bottom: -50px !important;
        max-width: 300px !important;
        white-space: wrap !important;
    }

    .fancybox-title-float-wrap * {
        font-size: 12px !important;
    }
}


@media only screen and (max-width : 772px) {
    .mobileTerapeutiTitle {
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
    }
}



@media only screen and (min-width : 772px) {
    .col-1-5 {
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media(min-width: 992px) {
    .col-1-5 {
        width: 20%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}