@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

@font-face {
    font-family: GothamCondBook;
    src: url('/fonts/Gotham/GothamCond-Book.otf');
}

@font-face {
    font-family: GothamBook;
    src: url('/fonts/Gotham/Gotham-Book.otf');
}

@font-face {
    font-family: GothamCondensed;
    src: url('/fonts/Gotham/gotham-cond-medium.otf');
}

@font-face {
    font-family: GothamMedium;
    src: url('/fonts/Gotham/Gotham-Medium.otf');
}

@font-face {
    font-family: GothamRnd;
    src: url('/fonts/Gotham/GothamRnd-Book.otf');
}

@font-face {
    font-family: GothamBlack;
    src: url('/fonts/Gotham/GothamRnd-Blakc.otf');
}

body {
    font-family:GothamBook;
}

header {
}

header #toolbar {
    background:#fff;
    height:34px;
    font-family:GothamMedium;
    font-size:14px;
    padding-top:7px;
    display:grid;
    grid-template-columns: 10fr 2fr;
    border-bottom:solid 2px #ddd;
}

header #toolbar .top-menu {
    display:flex;
}

header #toolbar .top-menu a:hover {
    text-decoration: none;
    color:#94d60a;    
}

header #toolbar .lang-menu {
    font-size:12px;
    color:#275598;
    padding-top:2px;
}

header #toolbar div {
    padding-left:1em;
    padding-right:1em;
    text-align:center;
}

header #toolbar div:nth-child(1) {
    margin-left:0em;
}
header > #toolbar a {
    color:#275598;

}

header #banner {
    position: relative;
}

header #banner > .background img {
    width:100%;
    height:600px;
    object-fit: cover;
}

header #banner > .logo {
    position:absolute;
    left:1em;
    top:0em;
    width:100%;
}

header #banner > .bottom {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(39,85,152,0.7);
    padding:2em;
    color:#fff;
}

header #banner-front > h3 {
    font-size:50px;
    font-weight:600;
}

header #banner-front > p {
    font-size:15px;
    font-family:GothamMedium;
    font-weight:300;
}


header #banner-front {
    position: relative;
}

header #banner-front > .background img {
    width:100%;
    height:600px;
    object-fit: cover;
}

header #banner-front > .logo {
    position:absolute;
    left:1em;
    top:0em;
    width:100%;
}

header #banner-front > .main-text {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:rgba(39,85,152,0.7);
    padding:2em;
    color:#fff;
}

header #banner-front > .main-text .left {
    font-size:30px;
    font-weight:600;
}

header #banner-front > .main-text .right {
    font-size:15px;
    font-family:GothamMedium;
    font-weight:300;
}



.pisek-graf {
    height:300;px;
    background: #eff7de;
    background: -moz-linear-gradient(top, #eff7de 1%, #dbefb3 100%);
    background: -webkit-linear-gradient(top, #eff7de 1%,#dbefb3 100%);
    background: linear-gradient(to bottom, #eff7de 1%,#dbefb3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff7de', endColorstr='#dbefb3',GradientType=0 );
}

.kapljica {
    margin:2em;
    max-height:150px;
}

.footer-form {
    height:300;px;
    background: #e9e8e8;
    background: -moz-linear-gradient(top, #e9e8e8 1%, #93a5c1 100%);
    background: -webkit-linear-gradient(top, #e9e8e8 1%,#93a5c1 100%);
    background: url(/gfx/drevesa.png) repeat-x bottom center, linear-gradient(to bottom, #e9e8e8 1%,#93a5c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e8e8', endColorstr='#93a5c1',GradientType=0 );
    padding-top:2em;
    padding-bottom:2em;
}

main h3 {
    color:#275598;
}

main .image {
    min-height:260px;
}

main .line {
    width:1px;
    margin:0 auto;
    height:100%;
    background:#ccc;
}

footer .form-text {
    font-size:20px;
}

footer .toolbar {
    background:#fff;
    height:34px;
    font-family:GothamMedium;
    font-size:14px;
    padding-top:7px;
    display:grid;
    grid-template-columns: 7fr 5fr;
    border-bottom:solid 2px #ddd;
}

footer .toolbar .top-menu {
    display:flex;
}

footer .toolbar .top-menu a:hover {
    text-decoration: none;
    color:#94d60a;    
}

footer .toolbar .lang-menu {
    font-size:12px;
    color:#275598;
    padding-top:2px;
}

footer .toolbar div {
    padding-left:1em;
    padding-right:1em;
    text-align:center;
}

footer .toolbar div:nth-child(1) {
    margin-left:0em;
}
footer > .toolbar a {
    color:#275598;

}

.main-box {
    position:relative;
    margin-bottom:2em;
}

.main-box .headline {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    display:block;
    background:rgba(39,85,152,0.7);
    padding:2em;
    color:#fff;
}

.main-box .headline a {
    color:#fff;
}

.flexslider {
    display:relative;
}

.flexslider .logo {
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    z-index:10000;
}

.slogan {
    margin-bottom:20px;
    padding-bottom:4px;
    border-bottom:solid 1px rgba(50,50,50,0.25);
    color:#275598;
}

.slogan h3 {
    font-size:22px;
    font-weight:bold;
}
.slogan span {
    color:#080;
}