@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-bold-webfont.eot');
    src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway/raleway-bold-webfont.woff2') format('woff2'),
    url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'),
    url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype'),
    url('../fonts/raleway/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-style: normal;
    font-weight: 700;

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-extrabold-webfont.eot');
    src: url('../fonts/raleway/raleway-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway/raleway-extrabold-webfont.woff2') format('woff2'),
    url('../fonts/raleway/raleway-extrabold-webfont.woff') format('woff'),
    url('../fonts/raleway/raleway-extrabold-webfont.ttf') format('truetype'),
    url('../fonts/raleway/raleway-extrabold-webfont.svg#ralewayextrabold') format('svg');
    font-style: normal;
    font-weight: 800;

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-light-webfont.eot');
    src: url('../fonts/raleway/raleway-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway/raleway-light-webfont.woff2') format('woff2'),
    url('../fonts/raleway/raleway-light-webfont.woff') format('woff'),
    url('../fonts/raleway/raleway-light-webfont.ttf') format('truetype'),
    url('../fonts/raleway/raleway-light-webfont.svg#ralewaylight') format('svg');
    font-style: normal;
    font-weight: 300;

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway/raleway-semibold-webfont.woff2') format('woff2'),
    url('../fonts/raleway/raleway-semibold-webfont.woff') format('woff'),
    url('../fonts/raleway/raleway-semibold-webfont.ttf') format('truetype'),
    url('../fonts/raleway/raleway-semibold-webfont.svg#ralewaysemibold') format('svg');
    font-style: normal;
    font-weight: 600;

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/raleway-thin-webfont.eot');
    src: url('../fonts/raleway/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway/raleway-thin-webfont.woff2') format('woff2'),
    url('../fonts/raleway/raleway-thin-webfont.woff') format('woff'),
    url('../fonts/raleway/raleway-thin-webfont.ttf') format('truetype'),
    url('../fonts/raleway/raleway-thin-webfont.svg#ralewaythin') format('svg');
    font-style: normal;
    font-weight: 100;

}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.clear {
    zoom: 1;
    min-height: 5px;
}

.clear::after {
    content: "." !important;
    display: block !important;
    height: 0 !important;
    clear: both !important;
    font-size: 1px !important;
    line-height: 1px !important;
    visibility: hidden !important;
}

a {
    color: inherit;
}

a[href*='tel']:hover,
a[href*='tel']:active,
a[href*='tel']:focus {
    color: inherit;
}

section {
    padding: 68px 0 70px;
}

@media only screen and (max-width: 767px) {
    section {
        padding: 38px 0 40px;
    }
}

.header {
    font-size: 90px;
    line-height: 110px;
    font-weight: 800;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: none;
    margin-top: 34px;
}

.subheader {
    white-space: normal;
    font-size: 22px;
    line-height: 26px;
    font-weight: 100;
    visibility: inherit;
    transition: none;
    margin: 0;
    padding: 0;
    text-shadow: none;
}

.page-title span {
    opacity: 1;
}

.modal .close {
    font-family: Helvetica, Arial, sans-serif;
}

.modal-title {
    width: 100%;
    text-align: center;
}

.modal-success {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .page-title h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 700;
    }

    .heading h2 {
        font-size: 27px;
        line-height: 30px;
    }

    .heading h2 + span, .heading h2 + span.lead {
        font-size: 16px;
    }

    h3 {
        font-size: 18px;
        line-height: normal;
    }
    h4 {
        font-size: 16px;
        line-height: normal;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .page-title h1 {
        font-size: 40px;
    }
    .heading h2 {
        font-size: 36px;
        line-height: 40px;
    }
    h3 {
        font-size: 22px;
        line-height: normal;
    }
    h4 {
        font-size: 18px;
        line-height: normal;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {}


/* Zadarma */
body #zcwMiniButton {
    right: 50px;
    bottom: 50px;
}

body #zcwMiniButton #zcwMiniButtonMain {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

body #zcwMiniButton:hover #zcwMiniButtonMain {
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

body .zcwPopup {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    body #zcwMiniButton {
        right: 30px;
        bottom: 30px;
    }
}
