/* -- start setup -- */
/*
font-family: 'Roboto Condensed', sans-serif;
*/

@font-face {
    font-family: 'helveticaneueltpro-bd';
    src: url('fonts/helveticaneueltpro-bd.eot');
    src: url('fonts/helveticaneueltpro-bd.eot') format('embedded-opentype'),
        url('fonts/helveticaneueltpro-bd.woff2') format('woff2'),
        url('fonts/helveticaneueltpro-bd.woff') format('woff'),
        url('fonts/helveticaneueltpro-bd.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltpro-cn';
    src: url('fonts/helveticaneueltpro-cn.eot');
    src: url('fonts/helveticaneueltpro-cn.eot') format('embedded-opentype'),
        url('fonts/helveticaneueltpro-cn.woff2') format('woff2'),
        url('fonts/helveticaneueltpro-cn.woff') format('woff'),
        url('fonts/helveticaneueltpro-cn.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneueltpro-lt';
    src: url('fonts/helveticaneueltpro-lt.eot');
    src: url('fonts/helveticaneueltpro-lt.eot') format('embedded-opentype'),
        url('fonts/helveticaneueltpro-lt.woff2') format('woff2'),
        url('fonts/helveticaneueltpro-lt.woff') format('woff'),
        url('fonts/helveticaneueltpro-lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'helveticaneueltpro-lt', Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 18px;
    color: White;
}

.br1 {
    border: 1px solid Red;
}

.maxW550 {
    max-width: 550px;
}

.maxW980 {
    max-width: 980px;
}

/* -- 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;
}

.red {
    color: Red !important;
}

.odkaz {
    color:#ead997;;
    text-decoration:    underline;
}

.odkaz:HOVER {
    color:#ead997;;
    text-decoration:    none;
}

.odd {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background-color: #d8d8d8;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
    background-color: Black;
}

h1,
h2,
.headerTitle,
.topMenu ul li a,
.icoName {
    font-family: 'Roboto Condensed', sans-serif;
}


h1,
h2 {
    color: #ead997;
    font-size: 24px;
    line-height: 28px;
}

@media only screen and (min-width : 480px) {

    h1,
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (min-width : 768px) {

    h1,
    h2 {
        font-size: 32px;
        line-height: 40px;
    }
}

@media only screen and (min-width : 992px) {

    h1,
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
}

@media only screen and (min-width : 1200px) {

    h1,
    h2 {
        font-size: 40px;
        line-height: 53px;
    }
}


h2.mensi {
    font-size: 18px;
    line-height: 24px;
}

@media only screen and (min-width : 480px) {
    h2.mensi {
        font-size: 21px;
        line-height: 28px;
    }
}

@media only screen and (min-width : 768px) {
    h2.mensi {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (min-width : 992px) {
    h2.mensi {
        font-size: 27px;
        line-height: 36px;
    }
}

@media only screen and (min-width : 1200px) {
    h2.mensi {
        font-size: 30px;
        line-height: 38px;
    }
}

p.text {
    line-height: 30px;
}

.link {
    color: #ead997;
    text-decoration: underline;
    background-image: url(../pcs/pcs_layout/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 13px;
}

.link:HOVER {
    color: White;
}

.top {
    border-top: 3px solid #ead997;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topMenu ul {
    padding-left: 0;
    margin-bottom: 0;
}

.topMenu ul li {
    list-style-type: none;
    margin-left: 7px;
    margin-right: 7px;
}

@media (min-width: 1200px) {
    .topMenu ul li {
        margin-left: 17px;
        margin-right: 17px;
    }
}

.topMenu ul li a {
    font-size: 16px;
    color: #ead997;
}

@media (min-width: 1200px) {
    .topMenu ul li a {
        font-size: 16px;
    }
}

.topMenu ul li a.active {
    color: #ead997;
    text-decoration: underline;

}

.topTime,
.topPhone {
    font-size: 16px;
    color: #d4c072;
    background-image: url(../pcs/pcs_layout/ico-time.svg);
    background-position: center left;
    background-repeat: no-repeat;
    /*height: 33px;*/
    line-height: 33px;
    line-height: 27px;
    padding: 0 0 0 30px;
}

.topPhone {
    background-image: url(../pcs/pcs_layout/ico-place.svg);
}

.topButton a {
    font-weight: 500;
    border: none;
    display: block;
    color: #6a3f8c;
    font-size: 16px;
    font-weight: bold;
    width: 131px;
    height: 54px;
    line-height: 54px;
    background-color: #ead997;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    text-align: center;
    transition: background-color 0.5s;
}


.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.topButton a:HOVER {
        text-decoration: none;
    background-color: #ceba6b;
    color: #6a3f8c;
}


.header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 590px;
    background-color: #f7f7f7;
}

.header1 {
    background-image: url(../pcs/pcs_layout/header-background.jpg);
}

.header2 {
    background-image: url(../pcs/pcs_layout/header-background2.jpg);
}

.header3 {
    background-image: url(../pcs/pcs_layout/header-background3.jpg);
}

.header4 {
    background-image: url(../pcs/pcs_layout/header-background4.jpg);
}

.header5 {
    background-image: url(../pcs/pcs_layout/header-background5.jpg);
}


.headerTitle {
    max-width: 750px;
}

.headerTitle, .headerTitle span  {
    color: White;
    text-shadow: Black 2px 2px 14px;
}

.headerTitle, .headerTitle span  {
    font-size: 25px;
}

@media only screen and (min-width : 480px) {
    .headerTitle, .headerTitle span  {
        font-size: 31px;
    }
}

@media only screen and (min-width : 768px) {
    .headerTitle, .headerTitle span  {
        font-size: 37px;
    }
}

@media only screen and (min-width : 992px) {
    .headerTitle, .headerTitle span  {
        font-size: 43px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerTitle, .headerTitle span  {
        font-size: 58px;
    }
}


.greyToWhite {
    /*background-image: url(../pcs/pcs_layout/welcome-background.jpg);
    background-position: bottom center;
    background-repeat: repeat-x;
*/
    background-color:Black;
}

.greyContent {
    background-color: #ead997;
}

.greyContent h2, .greyContent p, .greyContent * {
    color: #6a3f8c;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@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: 80px;
        padding-bottom: 80px;
    }
}

.icoBox {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
     border:1px solid #ead997;
}

.ico {
    background-color: #ede7f1;
    background-position: center center;
    background-repeat: no-repeat;
    width: 132px;
    height: 132px;
    -webkit-border-radius: 66px;
    -moz-border-radius: 66px;
    border-radius: 66px;
    margin: 0 auto 20px auto;
}

.ico1 {
    background-image: url(../pcs/pcs_layout/ico1.png);
}

.ico2 {
    background-image: url(../pcs/pcs_layout/ico2.png);
}

.ico3 {
    background-image: url(../pcs/pcs_layout/ico3.png);
}

.ico4 {
    background-image: url(../pcs/pcs_layout/ico4.png);
}

.ico5 {
    background-image: url(../pcs/pcs_layout/ico5.png);
}

.ico6 {
    background-image: url(../pcs/pcs_layout/ico6.png);
}

.ico7 {
    background-image: url(../pcs/pcs_layout/ico7.png);
}

.ico8 {
    background-image: url(../pcs/pcs_layout/ico8.png);
}

.icoName {
    font-size: 24px;
    text-align: center;
    color: #ead997;
}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color:#6a3f8c;
    font-size: 16px;
    width: 216px;
    height: 54px;
    line-height: 54px;
    background-color: #ead997;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    text-align: center;
    transition: background-color 0.5s;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #ead997;
}

.buttonFialova {
background-color:   #6a3f8c;    
color:#ead997;
}

.buttonFialova:HOVER {
background-color:   #6a3f8c;    
color:#ead997;
}

.teamName {
    font-size: 24px;
    color: #6a3f8c;
    text-align: center;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



@media (min-width: 992px) {
    .cennik {
        background-image: url(../pcs/pcs_layout/bcg-cennik.jpg);
        background-position: center center;
        background-size: cover;
        min-height: 563px;
    }
}

.itemList {
    padding-left: 0;
}

.itemList li {
    padding-left: 40px;
    background-image: url(../pcs/pcs_layout/cenik-dot.svg);
    background-position: left center;
    background-repeat: no-repeat;
    list-style-type: none;
    color: #ead997;
    line-height: 40px;
}

.itemList li a {
    color: #ead997;
}

.footer {
    background-color: #ceba6b;
    padding-top: 15px;
    padding-bottom: 15px;
}

.footerMenu {
    margin-top: 20px;
}

.footerMenu li {
    list-style-type: none;
}

.footerMenu li a {
    color: #6a3f8c;
    line-height: 50px;
}

.social {
    margin-top: 15px;
}


.social a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 36px;
    width: 36px;
    background-color: White;
    float: left;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.25s;
}



.social a:HOVER {
    background-color: White;
}

.socialFacebook {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialInstagram {
    background-image: url(../pcs/pcs_layout/instagram.svg);
}

.copy {
    line-height: 50px;
    text-align: center;
    color: #8D9097;
    font-size: 14px
}



.formSubmit {
    font-weight: 500;
    border: none;
    display: block;
    color:#6a3f8c;
    font-size: 18px;
    width: 170px;
    height: 50px;
    line-height: 50px;
    background-color: #ead997;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    transition: background-color 0.5s;
    font-weight: bold;
    margin: 20px auto 0 auto;
    padding: 0;
}

@media only screen and (min-width : 768px) {
    .formSubmit {
        font-size: 20px;
        width: 180px;
    }
}

.formSubmit:HOVER {
    color: White;
    text-decoration: none;
    background-color: #ead997;
}

/*
cenik
*/

.tableCenik {
    width: 100%;
    margin-bottom: 3rem;
    background-color: #f2f2f2;
}

.tableCenik td {
    text-align: right;
    color: #ead997;
    font-weight: bold;
    color:#6a3f8c;
}

@media only screen and (max-width : 768px) {
    .tableCenik td {
        width: 160px;
    }
}

.tableCenik th {
    font-weight: normal;
    color:#6a3f8c;
}

.tableCenik th,
.tableCenik td {
    border: 1px solid #d8b9ec;
    font-size: 15px;
}

@media only screen and (min-width : 768px) {

    .tableCenik th,
    .tableCenik td {
        font-size: 18px;
    }
}



.tableHodiny {
    width: 100%;
    margin-bottom: 3rem;
}

.tableHodiny td {
    text-align: right;
    color: #ead997;
    font-weight: bold;
}

@media only screen and (max-width : 768px) {
    .tableHodiny td {
        width: 160px;
    }
}

.tableHodiny th {
    font-weight: normal;
    color: #ead997;
    text-align: left;
}

.tableHodiny th,
.tableHodiny td {
    border: 1px solid #d8b9ec;
    font-size: 15px;
}

@media only screen and (min-width : 768px) {

    .tableHodiny th,
    .tableHodiny td {
        font-size: 18px;
    }
}


.kontaktSocial {
    display:block;
    padding-left: 45px;
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 40px;
    color: #878D91;
    margin-bottom:  10px;
    font-weight:    bold;
}

.kontaktSocialFb {
    background-image: url(../pcs/pcs_layout/facebook.png);
}

.kontaktSocialInsta {
    background-image: url(../pcs/pcs_layout/instagram.png);
}


/* aplikace */
.appForm {max-width:    400px;
margin-bottom: 100px;
}

.submitButton {
    padding:    0;
    font-weight: 500;
    border: none;
    display: block;
    color: #6a3f8c;
    font-size: 16px;
    font-weight: bold;
    width: 131px;
    height: 54px;
    line-height: 54px;
    background-color: #ead997;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    text-align: center;
    transition: background-color 0.5s;
}

.submitButton:HOVER {
        text-decoration: none;
    background-color: #ceba6b;
    color: #6a3f8c;
}

.textDark {
color: #6a3f8c !important    
}


@media only screen and (max-width : 768px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 44px;
        height: 44px;
        background-image: url(../pcs/pcs_layout/menu-open.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .openMenu {
        background-color: White;
        background-color: Black;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .openMenuTop {
        background-color: #ead997;
        height: 65px;
    }

    .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: #ead997;
        font-size: 18px;
    }

    .footerButton a {
        font-weight: 500;
        border: none;
        display: block;
        color: Black !important;
        font-size: 16px;
        width: 240px;
        height: 56px;
        line-height: 56px;
        background-color: #ead997;
        text-align: center;
        transition: background-color 0.5s;
        font-weight: bold;
    }

    .buttonCenter {
        margin-left: auto;
        margin-right: auto;
    }

    .footerButton a:HOVER {
        color: White;
        text-decoration: none;
        background-color: #ead997;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 10;
        width: 44px;
        height: 44px;


        background-image: url(../pcs/pcs_layout/menu-close.svg);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;

    }


}

@media only screen and (min-width : 768px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}

.modal-content {background-color: White;}
.modal-content * {color: #6a3f8c !important;)
    