/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../font/Gilroy-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-SemiBold.woff2') format('woff2'),
        url('../font/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Regular.woff2') format('woff2'),
        url('../font/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    font-family: 'Gilroy', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #434343;
}

.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: #f4f4f4;
}



.header {}


.headerContent {}

.topLogo {}


.topMenu {}

.topMenu li {}

.topMenu li a {}


.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: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }

}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.contentCol {
    background-color: #FAF8F5;
}

.contentCenik {}


h1,
h2,
h3,
h4,
.title,
.newsTitle,
.headerTitle,
.topMenu li a,
#uspesne_odeslani {
    /*    font-family: 'Bebas Neue', cursive; */
}

.title {}


h1 {}


h2 {}


h3 {}


h4 {}


.text {}

.text strong {}

.maxW970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.button {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 14px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    background-color: #FA7872;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #DD7359;
}




.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.oddLine {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background-color: Black;
}

.imgShadow {
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.15);
}

.ico {}

.ico1 {
    background-image: url(../pcs/pcs_layout/icon-1.svg);
}

.ico2 {
    background-image: url(../pcs/pcs_layout/icon-2.svg);
}

.ico3 {
    background-image: url(../pcs/pcs_layout/icon-3.svg);
}

.ico4 {
    background-image: url(../pcs/pcs_layout/icon-4.svg);
}

.icoText {}

.myTable {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.myTable th,
.myTable td {
    border-bottom: 1px solid #C3AB80;
    padding: 5px 0 5px 0;
    font-size: 13px;
}

.myTable th {
    color: #434343;
    font-weight: 600;
    letter-spacing: 0;
}

@media only screen and (min-width : 768px) {

    .myTable th,
    .myTable td {
        font-size: 16px;
        padding: 15px 0 15px 0;
    }

    .myTable th {
        font-size: 16px;
    }
}


.form {}

.form label {}

.form input {}

.form textarea {}

.formLegend {}

.form .formSubmit {}

#uspesne_odeslani {}

.googleMap {}


.footer {}


.copyright {}

.social {}

.footerSocialFb {}

.footerSocialInstagram {}

body {
    background-color: #fbfbfb;
    background-position: top right;
    background-repeat: no-repeat;
}

.bcg {
    background-image: url(../pcs/bcg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    height: 100vh;
}

.form {
    margin-top: 45%;
    margin-left: 50px;
    max-width: 560px;
}

.loginTitle {
    font-size: 22px;
    color: Black;
    font-weight: bold;
}

.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    background-color: #dcdcdc;
}

form input {
    background-color: Black !important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    border:1px solid Black!important;

}

.submitForm {
    margin-top: 10px;
    font-weight: 300;
    border: none;
    display: block;
    color: White;
    font-size: 15px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    background-color: Black;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
    transition: background-color 0.5s;
}

.hint {
    border:1px solid #dcdcdc;;
    margin-top: 80px;
    background-color: White;
    padding: 30px;
    font-style: italic;
}

.loginError {color:Red;
margin-bottom: 20px;
font-size: 20px;}



.dataTables_wrapper {border: 1px solid Red;}