@import './animate.css';
@import './fonts.css';

/*
BODY
-------------------------------------------*/
body {
    font-family: 'Rubik', sans-serif;
    background-color: #FAFAFA;
    word-wrap: break-word;
    font-size: large;
}
.pagecontent:not(.notoppadding) {
    padding-top: 70px;
}
/*p {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 16px;
}*/
.tooltip {
    font-family: 'Rubik', sans-serif !important;
    font-size: medium;
}
@media (min-width: 1200px) {
    .container,.container-fluid {
        max-width: 1150px;
    }
}
body ::selection, blockquote footer ::selection {
    background: rgba(226, 58, 35, 0.65);  /* WebKit/Blink Browsers */
}
body ::-moz-selection, blockquote footer ::-moz-selection  {
    background: rgba(226, 58, 35, 0.65); /* Gecko Browsers */
}
/*
MENU, HLAVICKA
-------------------------------------------
*/

.navbar-default {
    font-size: .95em;
    text-transform: uppercase;
    font-weight: 400;
    min-height: 70px;
    background-image: none;
    background-repeat: no-repeat;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 0px;
    z-index: 1000;
    border-radius: 0;
    border: 0px none;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.navbar-default .navbar-nav > li > a {
    text-shadow: none;
    position: relative;
    -o-transition:.25s;
    -ms-transition:.25s;
    -moz-transition:.25s;
    -webkit-transition:.25s;
}
.navbar-default .navbar-nav > li {
    position: relative;
}
.navbar-default .navbar-brand:hover{
    color: #ffffff;
    text-shadow: none;
}
.navbar-default .navbar-toggle {
    border: 0px none;
    width: 35px;
    height: 20px;
    position: relative;
    margin: 23px 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navbar-default .navbar-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.navbar-default.navbar-dark:not(.navbar-blur) .navbar-toggle span {
    background: #fff;
}
.navbar-default.navbar-light .navbar-toggle span,
.navbar-default.navbar-blur .navbar-toggle span {
    background: #000;
}
.navbar-default .navbar-toggle span:nth-child(1) {top: 0px;}
.navbar-default .navbar-toggle span:nth-child(2),.navbar-default .navbar-toggle span:nth-child(3) {top: 10px;}
.navbar-default .navbar-toggle span:nth-child(4) {top: 20px;}
.navbar-default .navbar-toggle:not(.collapsed) span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.navbar-default .navbar-toggle:not(.collapsed) span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-default .navbar-toggle:not(.collapsed) span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-default .navbar-toggle:not(.collapsed) span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.navbar-default:not(.navbar-blur) .navbar-header {
    min-height: 70px;
}
.navbar-default.navbar-blur .navbar-header {
    min-height: 50px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-nav>li>a {
    padding-top: 0;
    margin-left: 0;
}

/*tmava verze*/
.navbar-default.navbar-dark {
    background-color: rgba(0, 0, 0, .40);
}
.navbar-default.navbar-dark .navbar-nav > li > a {
    color: #fff;
}
/*svetla verze*/
.navbar-default.navbar-light {
    background-color: #F3F3F3;
}
.navbar-default.navbar-light .navbar-nav > li > a {
    color: #000;
}
/*docked verze*/
.navbar-default:not(.navbar-blur) {
    -o-transition: background-color.5s, shadow .5s;
    -ms-transition: background-color .5s, shadow .5s;
    -moz-transition: background-color .5s, shadow .5s;
    -webkit-transition: background-color .5s, shadow .5s;
}
.navbar-default.navbar-blur {
    background-color: rgba(255, 255, 255, .95);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    transition: background-color .5s, shadow .5s;
    -o-transition: background-color .5s, shadow .5s;
    -ms-transition: background-color .5s, shadow .5s;
    -moz-transition: background-color .5s, shadow .5s;
    -webkit-transition: background-color .5s, shadow .5s;
}
.navbar-default.navbar-blur .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-brand {
    padding-top: 0;
}
.navbar-default .navbar-brand .logos {
    height: 40px;
    width: 205px;
    margin-top: 14px;
    float: left;
    position: relative;
}
.navbar-default .navbar-brand .logos img {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%;
    width: 100%;
    transition: opacity .35s;
    -o-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -moz-transition: opacity .35s;
    -webkit-transition: opacity .35s;
}
.navbar-default.navbar-dark:not(.navbar-blur) .navbar-brand .logos img.logo-color {
    opacity: 0;
}
.navbar-default.navbar-dark:not(.navbar-blur) .navbar-brand .logos img.logo-white {
    opacity: 1;
}
.navbar-default:not(.navbar-dark:not(.navbar-blur)) .navbar-brand .logos img.logo-color {
    opacity: 1;
}
.navbar-default:not(.navbar-dark:not(.navbar-blur)) .navbar-brand .logos img.logo-white {
    opacity: 0;
}
.navbar-default.navbar-blur .navbar-brand .logo {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.navbar .caret {
    vertical-align: top;
    margin-top: 10px;
}
/*dropdown menu + responzivní drobnosti*/
@media (max-width: 767px) {
    .navbar-default .navbar-brand .logos {
        width: 205px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default .navbar-brand .logos {
        width: 40px;
    }
}
@media (max-width: 340px) {
    .navbar-default .navbar-brand .logos {
        width: 40px;
    }
    .navbar-default .navbar-brand .logos img:nth-of-type(1),
    .navbar-default .navbar-brand .logos img:nth-of-type(2) {
        display: none;
    }
    .navbar-default .navbar-brand .logos img:nth-of-type(3),
    .navbar-default .navbar-brand .logos img:nth-of-type(4) {
        display: inline-block !important;
    }
}
@media (max-width: 992px) {
    .navbar-nav .open .dropdown-menu {
        background-color: #efefef;
    }
    .navbar-default .navbar-nav > li > a {
        position: relative;
        padding-top: 13px;
        line-height: 25px;
        height: 45px;
    }
    /*pozadí při otevřeném mobilním menu*/
    .navbar-collapse {
        background-color: #fafafa;
        border-top: 0px none;
        -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.07) !important;
        -moz-box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.07) !important;
        box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.07) !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #353535;
        background-color: #efefef;
        line-height: 40px;
        height: 40px;
        padding-top: 0;
        -o-transition:.16s;
        -ms-transition:.16s;
        -moz-transition:.16s;
        -webkit-transition:.16s;
        transition:.16s;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #B9101B;
    }
    .navbar-nav > li > a {
        line-height: 40px;
        height: 40px;
        color: #353535 !important;
        padding-top: 0;
        margin: 10px 0 10px 0;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #353535;
        background-color: #dedede !important;
    }
    .dropdown-menu .divider {
        background-color: #cccccc;
    }
}

@media (min-width: 992px)  {
    .navbar-default .navbar-nav > li > a {
        position: relative;
        padding-top: 23px;
        line-height: 25px;
        height: 70px;
    }
    .navbar-default .navbar-nav > li > a:after {
        content: '';
        display: block;
        margin: auto;
        height: 2px;
        width: 0px;
        background: transparent;
        transition: width .3s ease, background-color .3s ease;
    }
    .navbar-default.navbar-light .navbar-nav > .active > a:after, .navbar-default.navbar-light .navbar-nav > .active > a:focus:after, .navbar-default.navbar-light .navbar-nav > .active > a:hover:after,
    .navbar-default.navbar-light .navbar-nav > .open > a:after, .navbar-default.navbar-light .navbar-nav > .open > a:focus:after, .navbar-default.navbar-light .navbar-nav > .open > a:hover:after,
    .navbar-default.navbar-light .navbar-nav > li > a:hover:after,
    .navbar-default.navbar-light .navbar-nav > li > a:focus:after,
    .navbar-default.navbar-blur .navbar-nav > .active > a:after, .navbar-default.navbar-blur .navbar-nav > .active > a:focus:after, .navbar-default.navbar-blur .navbar-nav > .active > a:hover:after,
    .navbar-default.navbar-blur .navbar-nav > .open > a:after, .navbar-default.navbar-blur .navbar-nav > .open > a:focus:after, .navbar-default.navbar-blur .navbar-nav > .open > a:hover:after,
    .navbar-default.navbar-blur .navbar-nav > li > a:hover:after,
    .navbar-default.navbar-blur .navbar-nav > li > a:focus:after {
        width: 100%;
        background: #B9101B;
    }
    .navbar-default.navbar-light .navbar-nav > .active > a, .navbar-default.navbar-light .navbar-nav > .active > a:focus, .navbar-default.navbar-light .navbar-nav > .active > a:hover,
    .navbar-default.navbar-light .navbar-nav > .open > a, .navbar-default.navbar-light .navbar-nav > .open > a:focus, .navbar-default.navbar-light .navbar-nav > .open > a:hover,
    .navbar-default.navbar-light .navbar-nav > li > a:hover,
    .navbar-default.navbar-light .navbar-nav > li > a:focus,
    .navbar-default.navbar-blur .navbar-nav > .active > a, .navbar-default.navbar-blur .navbar-nav > .active > a:focus, .navbar-default.navbar-blur .navbar-nav > .active > a:hover,
    .navbar-default.navbar-blur .navbar-nav > .open > a, .navbar-default.navbar-blur .navbar-nav > .open > a:focus, .navbar-default.navbar-blur .navbar-nav > .open > a:hover,
    .navbar-default.navbar-blur .navbar-nav > li > a:hover,
    .navbar-default.navbar-blur .navbar-nav > li > a:focus {
        color: #B9101B !important;
        background-color: transparent !important;
    }
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .active > a:after, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .active > a:focus:after, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .active > a:hover:after,
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .open > a:after, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .open > a:focus:after, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .open > a:hover:after,
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > li > a:hover:after,
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > li > a:focus:after {
        width: 100%;
        background: #fff;
    }
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .active > a, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .active > a:focus, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .active > a:hover,
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .open > a, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .open > a:focus, .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > .open > a:hover,
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > li > a:hover,
    .navbar-default.navbar-dark:not(.navbar-blur) .navbar-nav > li > a:focus {
        color: #fff !important;
        background-color: transparent !important;
    }
    .navbar-default .dropdown:hover .dropdown-menu {
        display: block;
    }
    .navbar-default .dropdown-menu a {
        -o-transition:.15s;
        -ms-transition:.15s;
        -moz-transition:.15s;
        -webkit-transition:.15s;
        transition:.15s;
        padding: 4px 20px;
    }

    .navbar-default .dropdown-menu {
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.25);
        border: 0 none;
        border-radius: 0 !important;
        font-size: .9em;
        padding: 7px 0 5px 0;
    }

    .dropdown-menu .divider {
        margin: 4px 0;
    }


    /* aktivní položka - pozadí + barva písma */
    .navbar-default .navbar-nav .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .dropdown-menu > .active > a:focus{
        color: #B9101B;
        background: transparent;
    }
    .navbar-default .navbar-nav .dropdown-menu > .active > a:after,
    .navbar-default .navbar-nav .dropdown-menu > .active > a:hover:after,
    .navbar-default .navbar-nav .dropdown-menu > .active > a:focus:after {
        content: '';
        display: block;
        margin: auto;
        height: 2px;
        width: 100%;
        background: transparent;
        background: #B9101B;
    }

    /* hover efekt */
    .navbar-default .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .dropdown-menu > li > a:focus{
        color: #B9101B;
        background-color: #ffffff;
        background-image: none;
        background-repeat: no-repeat;
    }
    .navbar-right .dropdown-menu {
        min-width: 100px;
        left: 53%;
        right: auto;
        text-align: left;
        transform: translate(-50%, 0);
    }
    .navbar-right .dropdown-menu:before {
        content: "";
        position: absolute;
        top: -13px;
        /* value = - border-top-width - border-bottom-width */
        left: 43%;
        /* controls horizontal position */
        border-width: 0px 13px 13px;
        /* vary these values to change the angle of the vertex */
        border-style: solid;
        border-color: #fff transparent;
        /* reduce the damage in FF3.0 */
        display: block;
        width: 0;
    }
}

@media (max-width: 992px) {
    .navbar-default .navbar-header {
        float: none;
    }
    .navbar-default .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-default .navbar-toggle {
        display: block;
    }
    .navbar-default .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-default .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-default .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-default .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu{
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-default .navbar-nav>li {
        float: none;
    }
    .navbar-default .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-default .collapse.in{
        display:block !important;
        overflow-y: auto !important;
    }
    .navbar-default .navbar-collapse{
        overflow-x: hidden !important;
    }
    .navbar-default .container{
        width: auto;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: calc(100vh - 70px);
    }
    body.no-scroll{
        overflow: hidden;
        position: static;
        width: 100%;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .pagecontent:after {
        content: '';
        display: block;
        position: fixed;
        top: 70px; bottom: -70px; left: 0; right: 0;
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
        z-index: -10000;
        transition: background-color .5s, opacity .5s;
        -o-transition: background-color .5s, opacity .5s;
        -ms-transition: background-color .5s, opacity .5s;
        -moz-transition: background-color .5s, opacity .5s;
        -webkit-transition: background-color .5s, opacity .5s;
    }
    body.no-scroll-hide .pagecontent:after {
        z-index: 999;
        background-color: rgba(0, 0, 0, 0);
        opacity: 0;
    }
    body.no-scroll:not(.no-scroll-hide) .pagecontent:after {
        z-index: 999;
        display: block;
        background-color: rgba(0, 0, 0, .6);
        opacity: 1;
    }
}

/* sticky footer */
.pagecontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
.content {
    -webkit-box-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
}

/*
TYPOGRAFIE
-------------------------------------------*/
h1, h2, h3, h4, h5, h6, .label{
    font-family: 'Rubik', sans-serif !important;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px !important;
    margin-bottom: 10px;
}
.underlined-heading {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.underlined-heading:after {
    position: absolute;
    content: ' ';
    background-color: #d1d1d1;
    bottom: -15px;
    left: 35%;
    right: 35%;
    height: 2px;
}
.lightfont {
    font-weight: 300;
}

a, a:hover, a:visited, a:visited:hover, a:focus, a:focus:hover {
    color: #B9101B;
    cursor: pointer;
}
.color {
    color: #B9101B;
}
.gray {
     color: #959595;
}
.darkgray {
     color: #6f6f6f;
}
.weight-light {
     font-weight: 300;
}
.weight-medium {
     font-weight: 500;
}
.lead {
    font-size: 19px;
    margin-bottom: 8px;
}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.21em; }
h4 { font-size: 1em; }
h5 { font-size: .83em; }
h6 { font-size: .75em; }
/*h1 {font-size: 46px !important;}
h2 {font-size: 40px;}
h3 {font-size: 32px;}
h4 {font-size: 25px;}
h5 {font-size: 20px;}
h6 {font-size: 14px;}*/
/*velikosti písma*/
/*.font-8x {font-size: 50px !important;}
.font-7x {font-size: 40px !important;}
.font-6x {font-size: 33px !important;}
.font-5x {font-size: 25px !important;}
.font-4x {font-size: 22px !important;}
.font-3x {font-size: 20px !important;}
.font-2x {font-size: 17px !important;}
.font-1x {font-size: 14px !important;}*/
/*odkazy u nadpisů*/
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #B9101B;
    transition: all 400ms ease-out 0s;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
    color: #B9101B;
    transition: all 400ms ease-out 0s;
}
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    text-decoration: none;
    color: #B9101B;
    transition: all 400ms ease-out 0s;
}
h1 a:visited:hover, h2 a:visited:hover, h3 a:visited:hover, h4 a:visited:hover, h5 a:visited:hover, h6 a:visited:hover {
    text-decoration: underline;
    color: #B9101B;
    transition: all 400ms ease-out 0s;
}

a.nostyle, a.nostyle:hover, a.nostyle:visited, a.nostyle:visited:hover {
    text-decoration: none;
    color: #333;
    cursor: auto;
}
a.black, a.black:hover, a.black:visited, a.black:visited:hover {
    color: #333;
    cursor: pointer;
}
a.black, a.black:visited {
    text-decoration: none;
}
a.black:hover, a.black:visited:hover {
    text-decoration: underline;
}
a.hoverblack, a.hoverblack:visited {
    color: #B9101B;
    transition: all 400ms ease-out 0s;
}

a.hoverblack:hover, a.hoverblack:visited:hover {
    color: #353535;
    transition: all 400ms ease-out 0s;
}
.noselect {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
mark {
    background-color: #ffd900;
}
/*
PATICKA
-------------------------------------------*/
footer {
    padding-top: 35px;
    background-color: #E6E6E6;
    font-size: 16px !important;
}
footer .copyright {
    margin-top: 25px;
    background-color: #DEDEDE;
    text-transform: uppercase;
    padding: 15px 0 12px 0;
    font-size: .8em !important;
}
footer p, footer .list-unstyled {
    font-size: 1em !important;
}
footer strong + .list-unstyled {
    margin-top: 10px;
}
footer ::selection {
    background: #CCC; /* WebKit/Blink Browsers */
}
footer ::-moz-selection {
    background: #CCC; /* Gecko Browsers */
}
footer .footerhead {
    margin-bottom: 17px;
    border-bottom: 1px solid #DEDEDE;
}
footer .footerhead h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}
footer h4 {
    font-weight: 500;
    margin-bottom: .5em;
}
footer .footerhead .list-inline {
    margin-bottom: 9px;
    margin-top: 6px;
}
@media (max-width: 991px) {
    footer .copyright .text-right {
        text-align: left;
        margin-top: 10px;
    }
    footer ul.social-links {
        margin-top: 15px;
        float: left !important;
    }
}
@media (max-width: 767px) {
    footer .contentclmn:not(:last-of-type) {
        margin-bottom: 30px;
    }
}

/*************************************************
ASSETS
*************************************************/
.line-bottom {
    border-bottom: 1px solid #cccccc;
}
.line-top {
    border-top: 1px solid #cccccc;
}
.line-right {
    border-right: 1px solid #cccccc;
}
.line-left {
    border-left: 1px solid #cccccc;
}
.line-all {
    border: 1px solid #cccccc;
}
.line-clear-bottom {
    border-bottom: 0px none !important;
}
.line-clear-top {
    border-top: 0px none !important;
}
.line-clear-right {
    border-right: 0px none !important;
}
.line-clear-left {
    border-left: 0px none !important;
}
.line-clear-all {
    border: 0px none !important;
}
.margin-sm-bottom {
    margin-bottom: 5px !important;
}
.margin-md-bottom {
    margin-bottom: 10px !important;
}
.margin-lg-bottom {
    margin-bottom: 20px !important;
}
.margin-xl-bottom {
    margin-bottom: 40px !important;
}
.margin-xxl-bottom {
    margin-bottom: 70px !important;
}
.margin-sm-top {
    margin-top: 5px !important;
}
.margin-md-top {
    margin-top: 10px !important;
}
.margin-lg-top {
    margin-top: 20px !important;
}
.margin-xl-top {
    margin-top: 40px !important;
}
.margin-xxl-top {
    margin-top: 70px !important;
}
.margin-sm-right {
    margin-right: 5px !important;
}
.margin-md-right {
    margin-right: 10px !important;
}
.margin-lg-right {
    margin-right: 20px !important;
}
.margin-sm-left {
    margin-left: 5px !important;
}
.margin-md-left {
    margin-left: 10px !important;
}
.margin-lg-left {
    margin-left: 20px !important;
}
.margin-none-top {
    margin-top: 0 !important;
}
.margin-none-left {
    margin-left: 0 !important;
}
.margin-none-right {
    margin-right: 0 !important;
}
.margin-none-bottom {
    margin-bottom: 0 !important;
}
.padding-none-top {
    padding-top: 0 !important;
}
.padding-none-left {
    padding-left: 0 !important;
}
.padding-none-right {
    padding-right: 0 !important;
}
.padding-none-bottom {
    padding-bottom: 0 !important;
}
.nomargin {
    margin: 0 !important;
}
.nopadding {
    padding: 0 !important;
}
.height100 {
    height: 100%;
}
.width100 {
    width: 100%;
}
.vertical-center {
    margin: 0 auto;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
.col-custom-1,
.col-custom-2 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
@media (min-width: 1200px) {
    .col-custom-1 {
        width: 62.5%;
        float: left;
    }
    .col-custom-2 {
        width: 37.5%;
        float: left;
    }
}
.smallimg {
    max-height: 15rem;
}
.bigicon {
    max-height: 128px;
}
.mdicon {
    max-height: 100px;
}
@media (max-width: 767px) {
    .bigicon {
        max-height: 72px;
    }
    .mdicon {
        max-height: 64px;
    }
}

/*************************************************
BUTTONS
*************************************************/
button.vertical-center {
    display: block;
}
.btn {
    border-radius: 500px;
    border: 0px none;
    box-shadow: none !important;
}
.btn i.fa {
    font-size: .8em;
}
.btn:active {
    transform: scale(.97);
}
.btn.btn-default {
    background-color: #dedede;
}
.btn.btn-default:hover, .btn.btn-default:focus {
    background-color: #d0d0d0;
}
.btn.btn-default:active {
    background-color: #bfbfbf;
}
.btn.btn-primary {
    background-color: #c0392b;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #aa3428;
}
.btn.btn-primary:active {
    background-color: #922e24;
}
a.btn:not(.btn-default):focus, a.btn:not(.btn-default):hover:focus, a.btn:not(.btn-default):visited {
    color: #fff !important;
}
a.btn.btn-default:focus, a.btn.btn-default:hover:focus, a.btn.btn-default:visited {
    color: #333 !important;
}


/*
OSTATNI STYLY
-------------------------------------------*/
/*hover quick links*/
.hoverbox {
    background-color: #FFFFFF;
    padding: 10px 15px 15px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9em;
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.1);
    box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.1);
    -webkit-transition: transform .3s, box-shadow .25s;
    -moz-transition: transform .3s, box-shadow .25s;
    transition: transform .3s, box-shadow .25s;
}
@media (min-width: 992px)  {
    .hoverbox {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hoverbox:hover {
        transform: translateY(-0.2em);
        -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.22);
        -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.22);
        box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.22);
    }
}
.hoverbox img {
    height: 64px;
    margin-bottom: 4px;
}


/*heading inside horizontal line*/
.headerline {
    width: 100%;
    height: 13px;
    border-bottom: 5px solid #ECECEC;
    text-align: center;
    margin-bottom: 30px;
}
.headerline h5 {
    font-size: 18px !important;
    background-color: #FAFAFA;
    padding: 0 10px;
    display: inline;
}

/*clanky - index*/
#aktualitywrapper {
    margin-top: 35px;
}
figure.clanekbox {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.08);
    -webkit-transition: transform .3s, box-shadow .25s;
    -moz-transition: transform .3s, box-shadow .25s;
    transition: transform .3s, box-shadow .25s;
}
@media (max-width: 991px) {
    figure.clanekbox .img-desktop {
        display:none;
    }
    figure.clanekbox img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    figure.clanekbox figcaption {
        padding: 20px;
    }

    figure.clanekbox figcaption > div.date {
        font-size: medium;
        color: #888;
        margin-top: 10px;
    }
}
@media (min-width: 992px) {
    figure.clanekbox .img-mobile {
        display:none;
    }
    figure.clanekbox:hover {
        transform: translateY(-0.2em);
        -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.22);
        -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.22);
        box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.22);
    }
    figure.clanekbox.styl1, figure.clanekbox.styl3 {
        height: 425px;
    }
    figure.clanekbox.styl2, figure.clanekbox.styl4, figure.clanekbox.styl5 {
        height: 200px;
    }
    figure.clanekbox.styl1 img {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
    figure.clanekbox.styl1 figcaption {
        position: absolute;
        top: 200px; left: 0; right: 0; bottom: 0;
        padding: 20px;
    }
    figure.clanekbox.styl1 figcaption h2 {
        margin-bottom: 7px;
    }
    figure.clanekbox.styl1 figcaption .dotdot {
        height: 155px;
    }
    figure.clanekbox.styl2 img {
        width: 50%;
        max-width: 50%;
        height: 100%;
        max-height: 100%;
    }
    figure.clanekbox.styl2 figcaption {
        position: absolute;
        left: 50%; top: 0; right: 0; bottom: 0;
        padding: 20px;
    }
    figure.clanekbox.styl2 figcaption .dotdot {
        height: 128px;
    }
    figure.clanekbox.styl1 figcaption > div.date, figure.clanekbox.styl2 figcaption > div.date, figure.clanekbox.styl5 figcaption > div.date,
    figure.clanekbox.styl1 figcaption > div.external, figure.clanekbox.styl2 figcaption > div.external, figure.clanekbox.styl5 figcaption > div.external {
        font-size: medium;
        color: #888;
        margin-top: 10px;
    }
    figure.clanekbox.styl5 img {
        position: absolute;
        right: 0; top: 0; left: 50%; bottom: 0;
        width: 50%;
        max-width: 50%;
        height: 100%;
        max-height: 100%;
    }
    figure.clanekbox.styl5 figcaption {
        position: absolute;
        left: 0; top: 0; right: 50%; bottom: 0;
        padding: 20px;
    }
    figure.clanekbox.styl5 figcaption .dotdot {
        height: 128px;
    }
    figure.clanekbox.styl3 img, figure.clanekbox.styl4 img {
        width: 100%;
        height: 100%;
    }
    figure.clanekbox.styl3::before, figure.clanekbox.styl4::before {
        content: '';
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        z-index: 2;
        background-color: rgba(0, 0, 0, .2);
        -webkit-transition: background-color .3s;
        -moz-transition: background-color .3s;
        transition: background-color .3s;
    }
    figure.clanekbox.styl3:hover::before, figure.clanekbox.styl4:hover::before {
        background-color: rgba(0, 0, 0, .3);
    }
    figure.clanekbox.styl3 figcaption {
        position: absolute;
        left: 0; right: 0; bottom: 0;
        padding: 20px;
        color: #fff;
        z-index: 3;
    }
    figure.clanekbox.styl3 figcaption .dotdot {
        max-height: 90px;
    }
    figure.clanekbox.styl4 figcaption {
        position: absolute;
        left: 0; right: 0; bottom: 0;
        padding: 20px;
        color: #fff;
        z-index: 3;
    }
    figure.clanekbox.styl4 figcaption .dotdot {
        max-height: 30px;
    }
    figure.clanekbox.styl2 figcaption p.lightfont,
    figure.clanekbox.styl3 figcaption p.lightfont,
    figure.clanekbox.styl4 figcaption p.lightfont,
    figure.clanekbox.styl5 figcaption p.lightfont {
        display: none;
    }
    figure.clanekbox.stylpreview {
        height: 262px;
    }
    figure.clanekbox.stylpreview img {
        width: 100%;
        max-width: 100%;
        height: 50%;
    }
    figure.clanekbox.stylpreview figcaption {
        position: absolute;
        top: 50%; left: 0; right: 0; bottom: 0;
        padding: 20px;
    }
    figure.clanekbox.stylpreview figcaption h3 {
        margin-bottom: 7px;
    }
    figure.clanekbox.stylpreview figcaption .dotdot {
        height: 59px;
    }
    figure.clanekbox.stylpreview figcaption > div.date,
    figure.clanekbox.stylpreview figcaption > div.external {
        font-size: medium;
        color: #888;
        margin-top: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    figure.clanekbox.styl1, figure.clanekbox.styl3 {
        height: 355px;
    }
    figure.clanekbox.styl1 img {
        height: 168px;
    }
    figure.clanekbox.styl1 figcaption {
        top: 168px;
    }
    figure.clanekbox.styl2, figure.clanekbox.styl4, figure.clanekbox.styl5 {
        height: 165px;
    }
    figure.clanekbox.styl1 figcaption .dotdot {
        height: 116px;
    }
    figure.clanekbox.styl2 figcaption .dotdot {
        height: 100px;
    }
    figure.clanekbox.styl5 figcaption .dotdot {
        height: 100px;
    }
    figure.clanekbox.styl3 figcaption .dotdot {
        max-height: 90px;
    }
    figure.clanekbox.styl4 figcaption .dotdot {
        max-height: 30px;
    }
    figure.clanekbox.stylpreview {
        height: 217px;
    }
    figure.clanekbox.stylpreview figcaption {
        padding: 15px;
    }
    figure.clanekbox.stylpreview figcaption .dotdot {
        height: 48px;
    }
}

a.projectpanel, a.projectpanel:visited {
    display: block;
    color: #333;
    text-decoration: none;
    position: relative;
    background-color: #fff;
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: transform .3s, box-shadow .25s;
    -moz-transition: transform .3s, box-shadow .25s;
    transition: transform .3s, box-shadow .25s;
}
a.projectpanel.inactive {
    opacity: .7;
}
a.projectpanel .pnlinner {
    overflow: hidden;
    position: relative;
}
a.projectpanel .pnlinner img {
    max-height: 18rem;
}
a.projectpanel .pnlcontent {
    padding: 23px 25px 20px 25px;
}
a.projectpanel .pnlcontent img {
    margin: 0;
}
a.projectpanel h5 {
    font-size: 21px !important;
    font-weight: 500;
}
a.projectpanel h6 {
    font-size: 17px !important;
}
a.projectpanel p.gray {
    font-size: 14px;
}
a.projectpanel .pnlcontent :last-child {
    margin-bottom: 0 !important;
}
a.projectpanel .postup {
    padding: 15px;
    border: 2px solid #efefef;
    border-radius: .2rem;
    margin-bottom: 10px;
}
a.projectpanel .postup p:not(.lead) {
    margin-bottom: 5px;
}
a.projectpanel .postup p.lead {
    font-size: 2.4rem;
    margin-bottom: 0;
}
a.projectpanel .postup p.lead small {
    font-size: 70%;
}
a.projectpanel .postup .progress {
    margin-top: 5px;
    margin-bottom: 0;
    height: 10px;
}
a.projectpanel .postup .progress .progress-bar {
    background-image: none;
    background-color: #B9101B;
}

.postupbox {
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.1);
    box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.postupbox p {
    margin-bottom: 5px;
}
.postupbox p.lead {
    font-size: 2.4rem;
    margin-bottom: 0;
}
.postupbox p.lead small {
    font-size: 70%;
}
.postupbox .progress {
    margin-top: 10px;
    margin-bottom: 0;
    height: 10px;
}
.postupbox .progress .progress-bar {
    background-image: none;
    background-color: #B9101B;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
@media (min-width: 992px) {
    .postuprow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        flex-wrap: wrap;
    }
    .postuprow .col-md-4 {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    a.projectpanel:hover, a.projectpanel:focus {
        color: #333 !important;
        text-decoration: none !important;
        transform: translateY(-0.2em);
        -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.22);
        -moz-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.22);
        box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.22);
    }
}


/*page header*/
.page-header {
    padding: 10px 0;
    background-color: #FFF;
    border-bottom: 1px solid #EFEFEF;
    margin: 0 0 10px 0;
}
.page-header h4 {
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 8px;
}
.page-header .breadcrumb {
    color: #333;
    font-size: 14px;
    margin-bottom: 0;
    border-bottom: 0 none;
    padding: 8px 0px;
    background-color: transparent;
    text-transform: uppercase;
}
.page-header .breadcrumb>li:not(.active)::after {
    padding: 0 5px 0 10px;
    color: #ccc;
    content: "/\00a0"
}
.page-header-parallax .page-header .breadcrumb>li:after {
    color: #888;
}
.page-header .breadcrumb>li+li:before {
    content: '';
    display: none;
}
.page-header .breadcrumb a, .page-header .breadcrumb a:hover,
.page-header .breadcrumb a:visited:hover, .page-header .breadcrumb a:visited,
.page-header .breadcrumb a:focus {
    color: #333;
}


/*sluzby box*/
.sluzby-box {
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.sluzby-box figure {
    position: relative;
}
.sluzby-box figcaption {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sluzby-box figcaption span {
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    padding: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .4);
    width: 60%;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
}
.sluzby-box:hover figcaption span,
.sluzby-box:focus figcaption span {
    background-color: rgba(0, 0, 0, .6);
}
.sluzby-box .description {
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
    padding: 15px;
}
a.sluzby-box:hover,
a.sluzby-box:focus {
    text-decoration: none !important;
}

.contactbox {
    text-align: center;
    margin-top: 35px;
}
.contactbox h5 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
}
.contactbox h5:after {
    position: absolute;
    content: ' ';
    background-color: #d1d1d1;
    bottom: -10px;
    left: 30%;
    right: 30%;
    height: 2px;
}
a.hoverpanel, a.hoverpanel:visited {
    display: block;
    color: #333;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    background: #fff;
    margin-bottom: 32px;
    -webkit-transition: transform .3s, color .25s;
    -moz-transition: transform .3s, color .25s;
    transition: transform .3s, color .25s;
}
a.hoverpanel.inactive {
    opacity: .7;
}
a.hoverpanel .pnlinner {
    overflow: hidden;
    position: relative;
}
a.hoverpanel .pnlcontent {
    padding: 23px 25px 20px 25px;
}
a.hoverpanel .pnlcontent img {
    margin: 12px 0 33px 0;
}
a.hoverpanel:hover, a.hoverpanel:focus {
    transform: translateY(-5px);
    color: #333 !important;
    text-decoration: none !important;
}
a.hoverpanel h5 {
    font-size: 21px !important;
}
a.hoverpanel h6 {
    font-size: 17px !important;
}
a.hoverpanel p.gray {
    font-size: 14px;
    margin: 0;
}
a.hoverpanel.hoverpanel-noshadow {
    box-shadow: none;
    border: 3px solid #e7e7e7;
}
a.hoverpanel.hoverpanel-noshadow:hover, a.hoverpanel.hoverpanel-noshadow:focus {
    transform: translateY(-2px);
}
a.hoverpanel.hoverpanel-noshadow:hover, a.hoverpanel.hoverpanel-noshadow:focus {
    color: #c0392b !important;
}

.download-button {
    width: 35px;
    margin-top: 15px;
    height: 35px;
    border: 2px solid #333;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.download-button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.download-button::before {
    content: '\f0ed';
    font: normal normal normal 19px/1 'FontAwesome';
    left: 6px; top: 6px;
    position: absolute;
}
.fotogalerie figure {
    margin: 0;
}
.fotogalerie figure img {
    height: 180px;
    object-fit: cover;
    min-width: 100%;
    overflow: hidden;
    max-width: 100%;
}
.fotogalerie figcaption {
    visibility: hidden;
    height: 20px;
}
.panel-default {
    border-radius: 0;
}
.panel-default .panel-heading {
    font-weight: 300;
}

.panel-body-options {
    padding: 8px;
}

.list-options {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-options > li {
    color: #000000;
    cursor: pointer;
    border-radius: 2px;
    line-height: 22px;
    position: relative;
    margin-bottom: 2px;
}

.list-options > li a {
    color: #000000;
    display: block;
    padding: 0 7px;
}

.list-options > li a:hover, .list-options > li a:focus, .list-options > li a:visited {
    color: #000000;
    text-decoration: none;
}

.list-options > li.active a {
    color: #B9101B;
}

.list-options > li.active a:hover, .list-options > li.active a:focus,
.list-options > li.active a:visited {
    color: #B9101B;
    text-decoration: none;
}

.list-options > li:hover, .list-options > li:focus {
    background-color: #e8e8e8;
}

.list-options > li.active {
    background-color: #f6c2bc;
    color: #B9101B;
    font-weight: 500;
    cursor: pointer;
    border-radius: 2px;
    line-height: 22px;
}

.list-options > li.active:after {
    content: '\f00c';
    font: normal normal normal 19px/1 'FontAwesome';
    position: absolute;
    top: 2px;
    right: 5px;
}

.list-options.nohighlight > li.active:after {
    content: '';
}
a.sluzbabox, a.sluzbabox:visited {
    display: block;
    color: #333;
    background-color: #fff;
    padding: 17px 20px 12px 20px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.1);
    box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.1);
}
a.sluzbabox:hover, a.sluzbaboxbox:focus {
    color: #333;
    text-decoration: none;
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.22);
    -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.22);
    box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.22);
}
a.sluzbabox h3 {
    font-weight: 300;
    font-size: 2.5rem !important;
    margin-bottom: 1.2rem;
}
a.sluzbabox p.detaily {
    font-size: .9em;
    color: #92979a;
    margin-bottom: .3rem;
}
#sidebar {
    will-change: min-height;
}
#sidebar-inner {
    padding: 0 15px 5px;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
.sidebar-panel {
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.1);
    -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.1);
    box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.1);
}
.sidebar-panel .panel-heading {
    color: #B9101B;
    border: 0 none;
    padding: 10px 15px 2px 15px;
    font-size: 2rem;
}
@media (max-width: 991px) {
    .container.sluzby-content {
        margin-top: 20px;
    }
    .container.sluzby-content h1 {
        margin-bottom: 15px;
        font-size: 1.5em;
    }
    .container.sluzby-content .spacer-mobile {
        margin-bottom: 20px !important;
    }
}
@media (min-width: 992px) {
    .container.sluzby-content {
        margin-top: 30px;
    }
    .container.sluzby-content h1 {
        margin-bottom: 15px;
    }
}
.container.sluzby-content .content-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}
.container.sluzby-content .content-margin-large {
    margin-bottom: 30px;
    margin-top: 30px;
}
.container.sluzby-content .richcontent strong, .container.sluzby-content .richcontent b {
    font-weight: 500;
}
.container.sluzby-content .richcontent h1,
.container.sluzby-content .richcontent h2,
.container.sluzby-content .richcontent h3,
.container.sluzby-content .richcontent h4,
.container.sluzby-content .richcontent h5 {
    margin-top: .9em !important;
}
.container.sluzby-content .richcontent *:first-child {
    margin-top: 0 !important;
}
.container.sluzby-content .richcontent p:last-of-type {
    margin-bottom: 0;
}

.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li { text-align: center }
.nav-tabs > li small { font-size: 75%; display: block }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #B9101B !important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #B9101B; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: transparent none repeat scroll 0% 0%; color: #fff; }
.tab-content{padding-top:10px}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {background: transparent}

/*parallax na stránce kontakt*/
.page-header-parallax {
    height: 400px;
    position: relative;
    background-image: radial-gradient(50% 100%, #F03B50 0%, #B9101B 100%);
    overflow: hidden;
}
.page-header-parallax .page-header {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 0px none;
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    margin: 0;
    z-index: 2;
}
.page-header-parallax .parallax-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    background-size:cover;
}
.page-header-parallax > .container {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    min-width: 400px;
    height: 7rem;
}
.page-header-parallax > .container > .img-container {
    position: relative;
}
.page-header-parallax .img-logo1 {
    position: absolute;
    left: 0; top: 0;
    max-height: 7rem;
}
.page-header-parallax .img-logo2 {
    position: absolute;
    max-height: 7rem;
    right: 0; top: 0;
}
@media (max-width: 767px) {
    .page-header-parallax > .container {
        min-width: 300px;
        height: 5rem;
    }
    .page-header-parallax .img-logo1 {
        max-height: 5rem;
    }
    .page-header-parallax .img-logo2 {
        max-height: 5rem;
    }
}

@media (min-width: 992px) {
    .sluzba-wrapper {
        -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);
        max-width: 1000px;
        margin: 18px auto;
        background-color: #FAFAFA;
    }
    .sluzba-wrapper > .inner {
        padding: 25px 35px 20px 35px;
    }
    .sluzba-wrapper > .inner.tight {
        padding: 0 35px 0 35px;
    }
}
@media (max-width: 992px) {
    .sluzba-wrapper {
        margin: 18px 0;
        background-color: #FAFAFA;
    }
}

.table-downloads img {
    max-height: 64px;
}
.richcontent img {
    max-width: 100%;
    height: auto;
    margin: 10px;
}
.richcontent table {
    width: 100%;
    max-width: 100%;
}
.richcontent img.img-galleryview {
    cursor: pointer;
}
.richcontent iframe {
    border: 0 none;
}

.pagination {
    margin: 0;
}
.pagination>li>a, .pagination>li>span,
.pagination>li>a:focus, .pagination>li>a:hover,
.pagination>li>span:focus, .pagination>li>span:hover{
    color: #B9101B;
}
.pagination>.active>a, .pagination>.active>a:focus,
.pagination>.active>a:hover, .pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #f6c2bc;
    border-color: #f6c2bc;
    color: #B9101B;
    font-weight: 700;
}

@media (max-width: 991px) {
    .container.article-content {
        margin-top: 20px;
    }
    .container.article-content h1 {
        margin-bottom: 15px;
        font-size: 1.5em;
    }
    .container.article-content .params {
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .container.article-content {
        margin-top: 30px;
    }
    .container.article-content h1 {
        margin-bottom: 15px;
    }
    .container.article-content .params {
        margin-bottom: 30px;
    }
}
.container.article-content .params {
    font-size: 0.8em;
}
.container.article-content figure.titleimg {
    margin: 28px 0;
}
.container.article-content figure.titleimg figcaption {
    font-size: 0.7em;
    color: #888;
    text-align: left;
}
.container.article-content figure.titleimg img {
    margin: 3px 0;
    max-width: 100%;
    max-height: 550px;
}
.container.article-content .richcontent {
    margin-bottom: 20px;
}
.container.article-content .richcontent strong, .container.article-content .richcontent b{
    font-weight: 500;
}
.container.article-content .list-inline.gray li > a, .container.article-content .list-inline.gray li > a:visited {
    color: #959595;
    text-decoration: underline;
}
.container.article-content .list-inline.gray li > a:hover,
.container.article-content .list-inline.gray li > a:visited:hover,
.container.article-content .list-inline.gray li > a:focus,
.container.article-content .list-inline.gray li > a:focus:hover {
    color: #B9101B;
}

@media (max-width: 991px) {
    .container.projekty-content {
        margin-top: 20px;
    }
    .container.projekty-content h1 {
        margin-bottom: 15px;
        font-size: 1.5em;
    }
}
@media (min-width: 992px) {
    .container.projekty-content {
        margin-top: 30px;
    }
    .container.projekty-content h1 {
        margin-bottom: 30px;
    }
}
.container.projekty-content .richcontent {
    margin-bottom: 20px;
}
.container.projekty-content .richcontent strong, .container.projekty-content .richcontent b{
    font-weight: 500;
}


@media (max-width: 991px) {
    .container.cpage-content {
        margin-top: 20px;
    }
    .container.cpage-content h1 {
        margin-bottom: 15px;
        font-size: 1.5em;
    }
    .container.cpage-content .spacer-mobile {
        margin-bottom: 20px !important;
    }
}
@media (min-width: 992px) {
    .container.cpage-content .spacer-mobile {
        margin-bottom: 0 !important;
    }
}
@media (min-width: 992px) {
    .container.cpage-content {
        margin-top: 30px;
    }
    .container.cpage-content h1 {
        margin-bottom: 15px;
    }
}
.container.cpage-content .content-margin {
    margin-bottom: 20px;
    margin-top: 20px;
}
.container.cpage-content .content-margin-large {
    margin-bottom: 30px;
    margin-top: 30px;
}
.container.cpage-content .richcontent strong, .container.cpage-content .richcontent b {
    font-weight: 500;
}
.container.cpage-content .richcontent h1,
.container.cpage-content .richcontent h2,
.container.cpage-content .richcontent h3,
.container.cpage-content .richcontent h4,
.container.cpage-content .richcontent h5 {
    margin-top: .9em !important;
}
.container.cpage-content .richcontent *:first-child {
    margin-top: 0 !important;
}
.container.cpage-content .richcontent p:last-of-type {
    margin-bottom: 0;
}



/*TIMELINE*/
.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline-item {
    padding-left: 40px;
    position: relative;
}
.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-info {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}
.timeline-marker:before {
    background: #c0392b;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
    content: "";
    width: 3px;
    background: #DEDEDE;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}
.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #c0392b;
}

.timeline-content {
    padding-bottom: 40px;
}
.timeline-content p:last-child {
    margin-bottom: 0;
}

.period {
    padding: 0;
}
.period .timeline-info {
    display: none;
}
.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #DEDEDE;
    border-bottom: 3px solid #DEDEDE;
}
.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}
.period .timeline-content {
    padding: 20px 0 50px;
}
.period .timeline-title {
    margin: 0;
    font-size: 22px;
    text-transform: uppercase;
    font-style: italic;
    line-height: 2px;
}
.timeline-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 25px;
}

@media (min-width: 992px) {
    .timeline,
    .timeline .timeline-item,
    .timeline .timeline-info,
    .timeline .timeline-marker,
    .timeline .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .timeline .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .timeline .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }
    .timeline .timeline-info,
    .timeline .timeline-content {
        width: 50%;
    }
    .timeline > .timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline > .timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline > .timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline > .timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline > .timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .timeline .timeline-item.period {
        padding: 30px 0 60px;
    }
    .timeline .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .timeline .period .timeline-title {
        left: auto;
    }
}

a.panel-social {
    display: block;
    border-color: #B9101B;
    -webkit-transition: all .2s;
    -moz-transition:    all .2s;
    -ms-transition:     all .2s;
    -o-transition:      all .2s;
    transition:         all .2s;
}
a.panel-social .panel-heading {
    color: #fff;
    background-color: #B9101B;
    border-color: #B9101B;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
a.panel-social .panel-body {
    color: #333
}
a.panel-social:hover, a.panel-social:focus, a.panel-social:hover:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .12)
}
ul.social-links {
    float: right;
}
ul.social-links > li:not(:first-of-type){
    margin-left: 15px
}
ul.social-links > li > a > span.icon {
    line-height: 24px;
    width: 24px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    text-align: center;
    -webkit-transition: background .4s;
    -moz-transition:    background .4s;
    -ms-transition:     background .4s;
    -o-transition:      background .4s;
    transition:         background .4s;
}
ul.social-links > li > a > span.icon i {
    -webkit-transition: color .4s, transform .4s;
    -moz-transition:    color .4s, transform .4s;
    -ms-transition:     color .4s, transform .4s;
    -o-transition:      color .4s, transform .4s;
    transition:         color .4s, transform .4s;
}
ul.social-links > li > a:hover > span.icon,
ul.social-links > li > a:hover:focus > span.icon,
ul.social-links > li > a:focus > span.icon {
    background-color: #B9101B;
}
ul.social-links > li > a:hover > span.icon i,
ul.social-links > li > a:hover:focus > span.icon i,
ul.social-links > li > a:focus > span.icon i {
    color: #fff;
    transform: scale(.7);
}
ul.social-links > li.social-facebook > a:hover > span.icon,
ul.social-links > li.social-facebook > a:hover:focus > span.icon,
ul.social-links > li.social-facebook > a:focus > span.icon {
    background-color: #3b5998;
}
ul.social-links > li.social-facebook > a {
    color: #3b5998;
}
a.panel-social.social-facebook {
    border-color: #3b5998;
}
a.panel-social.social-facebook .panel-heading {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
ul.social-links > li.social-twitter > a:hover > span.icon,
ul.social-links > li.social-twitter > a:hover:focus > span.icon,
ul.social-links > li.social-twitter > a:focus > span.icon {
    background-color: #00aced;
}
ul.social-links > li.social-twitter > a {
    color: #00aced;
}
a.panel-social.social-twitter {
    border-color: #00aced;
}
a.panel-social.social-twitter .panel-heading {
    color: #fff;
    background-color: #00aced;
    border-color: #00aced;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
ul.social-links > li.social-instagram > a:hover > span.icon,
ul.social-links > li.social-instagram > a:hover:focus > span.icon,
ul.social-links > li.social-instagram > a:focus > span.icon {
    background-color: #8a3ab9;
}
ul.social-links > li.social-instagram > a {
    color: #8a3ab9;
}
a.panel-social.social-instagram {
    border-color: #8a3ab9;
}
a.panel-social.social-instagram .panel-heading {
    color: #fff;
    background-color: #8a3ab9;
    border-color: #8a3ab9;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
ul.social-links > li.social-linkedin > a:hover > span.icon,
ul.social-links > li.social-linkedin > a:hover:focus > span.icon,
ul.social-links > li.social-linkedin > a:focus > span.icon {
    background-color: #0077B5;
}
ul.social-links > li.social-linkedin > a {
    color: #0077B5;
}
a.panel-social.social-linkedin {
    border-color: #0077B5;
}
a.panel-social.social-linkedin .panel-heading {
    color: #fff;
    background-color: #0077B5;
    border-color: #0077B5;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
ul.social-links > li.social-youtube > a:hover > span.icon,
ul.social-links > li.social-youtube > a:hover:focus > span.icon,
ul.social-links > li.social-youtube > a:focus > span.icon {
    background-color: #e52d27;
}
ul.social-links > li.social-youtube > a {
    color: #e52d27;
}
a.panel-social.social-youtube {
    border-color: #e52d27;
}
a.panel-social.social-youtube .panel-heading {
    color: #fff;
    background-color: #e52d27;
    border-color: #e52d27;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
ul.social-links > li.social-gplus > a:hover > span.icon,
ul.social-links > li.social-gplus > a:hover:focus > span.icon,
ul.social-links > li.social-gplus > a:focus > span.icon {
    background-color: #d34836;
}
ul.social-links > li.social-gplus > a {
    color: #d34836;
}
a.panel-social.social-gplus {
    border-color: #d34836;
}
a.panel-social.social-gplus .panel-heading {
    color: #fff;
    background-color: #d34836;
    border-color: #d34836;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
ul.social-links > li.social-tumblr > a:hover > span.icon,
ul.social-links > li.social-tumblr > a:hover:focus > span.icon,
ul.social-links > li.social-tumblr > a:focus > span.icon {
    background-color: #35465c;
}
ul.social-links > li.social-tumblr > a {
    color: #35465c;
}
a.panel-social.social-tumblr {
    border-color: #35465c;
}
a.panel-social.social-tumblr .panel-heading {
    color: #fff;
    background-color: #35465c;
    border-color: #35465c;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
ul.social-links > li.social-dribbble > a:hover > span.icon,
ul.social-links > li.social-dribbble > a:hover:focus > span.icon,
ul.social-links > li.social-dribbble > a:focus > span.icon {
    background-color: #ea4c89;
}
ul.social-links > li.social-dribbble > a {
    color: #ea4c89;
}
a.panel-social.social-dribbble {
    border-color: #ea4c89;
}
a.panel-social.social-dribbble .panel-heading {
    color: #fff;
    background-color: #ea4c89;
    border-color: #ea4c89;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.margin-user-sm-bottom {
    margin-bottom: 15px !important;
}
.margin-user-md-bottom {
    margin-bottom: 25px !important;
}
.margin-user-lg-bottom {
    margin-bottom: 40px !important;
}
.margin-user-xl-bottom {
    margin-bottom: 80px !important;
}
.margin-user-sm-top {
    margin-top: 15px !important;
}
.margin-user-md-top {
    margin-top: 25px !important;
}
.margin-user-lg-top {
    margin-top: 40px !important;
}
.margin-user-xl-top {
    margin-top: 80px !important;
}
.margin-user-none-top {
    margin-top: 0 !important;
}
.margin-user-none-bottom {
    margin-bottom: 0 !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-grid {
    margin-right: -15px;
    margin-left: -15px
}
.gallery-grid:before {
    display: table;
    content: " "
}
.gallery-grid:after {
    clear: both;
}
.gallery-grid > .grid-item {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gallery-grid > .grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto
}
.gallery-grid > .gallery-item-1 {
    width: 33.3333333333333%;
}
.gallery-grid > .gallery-item-2 {
    width: 66.6666666666666%;
}
.gallery-grid > .gallery-item-3 {
    width: 100%;
}
.file-panel {
    padding: 20px 15px 15px 15px;
    background-color: #FFF;
    cursor: pointer;
    border: 0;
    -webkit-transition: transform .3s, box-shadow .25s, background-color .25s;
    -moz-transition: transform .3s, box-shadow .25s, background-color .25s;
    transition: transform .3s, box-shadow .25s, background-color .25s;
    min-height: 176px;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 4px 21px 0px rgba(0,0,0,0.08);
}
.file-panel img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-height: 64px;
}
.file-panel .imgcontainer {
    height: 64px;
    position: relative;
    margin-bottom: 20px;
}
.file-panel::before, .file-panel::after {
    box-sizing: inherit;
    content: '';
    position: absolute;
    border: 2px solid transparent;
    width: 0;
    height: 0;
}
.file-panel::before {
    top: 0;
    left: 0;
}
.file-panel::after {
    top: 0;
    left: 0;
}
.file-panel:hover::before, .file-panel:hover::after {
    width: 100%;
    height: 100%;
}
.file-panel:hover, .file-panel:focus {
    /*background-color: #f9f9f9;*/
    transform: translateY(-0.2em);
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.22);
    -moz-box-shadow:    0px 11px 34px -5px rgba(0,0,0,0.22);
    box-shadow:         0px 11px 34px -5px rgba(0,0,0,0.22);
}
/*.file-panel:hover, .file-panel:focus {
    background-color: #f9f9f9;
}
.file-panel.yellow:hover, .file-panel.yellow:focus {
    background-color: #fbf6eb;
}
.file-panel.blue:hover, .file-panel.blue:focus {
    background-color: #f3f2fb;
}
.file-panel.green:hover, .file-panel.green:focus {
    background-color: #f5ffef;
}
.file-panel.red:hover, .file-panel.red:focus {
    background-color: #fff4f3;
}
.file-panel.violet:hover, .file-panel.violet:focus {
    background-color: #fbf0ff;
}
.file-panel.orange:hover, .file-panel.orange:focus {
    background-color: #fff3ec;
}*/


.modal-styled .modal-content {
    border-radius: 0;
    border: 0 none;
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.17);
    box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.17);

}



.gm-style-iw h3, .gm-style-iw p { /* google map */
    margin: 0;
    padding: 0;
    font-size: medium;
}
.gm-style-pbc {
    pointer-events: none !important;
}
.errorcontainer {
    margin: 50px auto;
    max-width: 600px;
}

.modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 1em;
    top: 1em;
    overflow: hidden;
    cursor: pointer;
    border: 0px none;
    background: none;
    padding: 0;
}

.modal-close::before,
.modal-close::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    border-radius: 3px;
    background: #939393;
}

.modal-close:hover.modal-close::before,
.modal-close:hover.modal-close::after {
    background: #525252;
}

.modal-close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.adresar-box {
    -webkit-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.1);
    box-shadow: 0px 11px 34px -5px rgba(0,0,0,0.1);
    background: #fff;
    padding: 2rem 2.2rem;
    margin-bottom: 3rem;
}
.adresar-box .col-md-6 i.fa {
    position: absolute;
    top: 4px;
    left: 16px;
}
.adresar-box .col-md-6 {
    padding-left: 4rem;
}
.adresar-box h3 em {
    color: #888;
    font-weight: 300;
    font-size: .85em;
}
.adresar-title {
    margin-top: 3rem !important;
    margin-bottom: 2rem;
    font-size: 2.4rem !important;
}
.adresar-title:not(:first-of-type) {
    padding-top: 2rem;
    border-top: 1px solid #ddd;
}
.jumbotron-sm {
    padding: 2rem;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .jumbotron-sm p {
        font-size: large;
    }
    .adresar-box {
        font-size: 90%;
    }
}
.logoeu {
    opacity: .6;
    font-size: 16px;
}
.logoeu .row > div {
    margin-bottom: 25px;
}
.logoeu img {
    max-height: 50px;
}

/*************************************************
LOADING STATE - JS PLUGIN
*************************************************/
.loading-overlay {
    display: table;
    opacity: 0.7;
}

.loading-overlay-content {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-size: 1.15em;
    font-weight: bold;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.loading-overlay.loading-theme-light {
    background-color: #fff;
    color: #000;
}

.loading-overlay.loading-theme-dark {
    background-color: #000;
    color: #fff;
}

/*************************************************
KDO JSME
*************************************************/

.parallax-container {
    height: 300px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.parallax-container .parallax-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
}
.parallax-container > .container {
    text-align: center;
    z-index: 51;
    color: #333;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.display-heading1 {
    font-weight: 300;
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
}
.display-heading1:before {
    content: "";
    position: absolute;
    width: 6.5em;
    height: 2px;
    top: 43%;
    right: -7em;
    background-color: #333;
}
.display-heading1:after {
    content: "";
    position: absolute;
    width: 6.5em;
    height: 2px;
    top: 43%;
    left: -7em;
    background-color: #333;
}
.display-heading2 {
    font-weight: 500;
    font-size: 2.5rem;
    font-style: italic;
}

/*************************************************
LAYERSLIDER
*************************************************/

.ls-layers::before, .ls-layers::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    pointer-events: none;
}
.ls-layers::before {
    background-image: linear-gradient(140deg, rgba(214, 22, 22, 0.55) 30%, rgba(255,160,0,.55) 100%);
}
.ls-layers::after {
    background-color: rgba(0,0,0,.1);
}
.ls-layer .btn {
    border: 2px solid #fff;
    background-color: rgba(255,255,255,0);
    color: #fff;
    font-size: large;
    padding: 8px 16px 7px 16px;
}
.ls-layer .btn:hover, .ls-layer .btn:focus {
    background-color: rgba(255,255,255,0.15);
    color: #fff;
}
@media (max-width: 767px) {
    .ls-layers p {
        font-size: medium !important;
    }
    .ls-layers h1 {
        font-size: 2.7rem !important;
    }
    .pull-right-md, .pull-left-md {
        margin-bottom: 20px;
    }
    .pull-right-md > div, .pull-left-md > div {
        margin: 0 auto;
    }
}
@media (min-width: 768px) {
    .pull-right-md {
        float: right !important;
        margin-left: 20px;
    }
    .pull-left-md {
        float: left !important;
        margin-right: 20px;
    }
}


.darujme-widget-home {
    min-height: 530px;
    max-height: 530px;
    overflow: auto;
    position: relative;
}
@media (min-width: 992px) and (max-width: 1199.95px) {
    .darujme-widget-home > div {
        transform: scale(.8) translateX(-60px);
    }
    .darujme-widget-home {
        overflow: hidden;
    }
}