/* -- start setup -- */
/*
font-family: 'Bebas Neue', cursive;
font-family: 'Raleway', sans-serif;
*/

* {
    font-family: 'Raleway', 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: White;
}



.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;
}


.odd {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 2px;
    width: 60px;
    background-color: #C3AB80;
}

.oddCenter {
    margin-left: auto;
    margin-right: auto;
}

.oddLine {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 1px;
    width: 100%;
    background-color: #C3AB80;
}

.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 {
}

