@import url('https://fonts.googleapis.com/css?family=Raleway:400,700&subset=latin-ext');

body{
    font-family: 'Raleway', sans-serif;
    margin-top: -20px;
}
body.body-home{
    font-family: 'Raleway', sans-serif;
    margin-top: 0;
}
.body-home li,
.body-home ul, 
.body-home h2,
.body-home h3,
.body-home h4,
.body-home h5,
.body-home h6,
.body-home p,
.body-home span{
    text-align: center;
}
.body-kontakt li,
.body-kontakt ul, 
.body-kontakt h2,
.body-kontakt h3,
.body-kontakt h4,
.body-kontakt h5,
.body-kontakt h6,
.body-kontakt p,
.body-kontakt span{
    text-align: center;
}
p, span{
    font-family: 'Raleway', sans-serif !important;
    margin-top: 0;
    text-align: left;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-align: left;
}
ul{
    font-size: 1.15em;
}
li, ul{
    margin: 0;
    padding: 0;
    text-align: left; 
}
ul.list-own li {
    padding: 5px 0 5px 30px;
    position: relative;
}
.table{
    text-align: left;
}
th {
    background: #eee;
    text-transform: capitalize;
}
ul.list-own li:before {
    content: '\f105';
    font-family: FontAwesome;
    color: #1e3175;
    position: absolute;
    top: 2px;
    left: 6px;
}
ul.list-own{
    margin-bottom: 25px;
}
body>section>.container>.row>.col-lg-12>.loopPage:nth-child(2):not("#loopPage18165") {
    padding: 160px 0 35px;
    background: url(img/banner.jpg) no-repeat center;
}
body>section>.container>.row>.col-lg-12>.loopPage:nth-child(2):not("#loopPage18165") h2 {
    color: #fff;
    margin-top: 35px;
    font-size: 50px;
}
body.body-home>section>.container>.row>.col-lg-12>.loopPage:nth-child(2):not("#loopPage18165") {
    padding: 50px 0;
    background: #fafafa;
    background-attachment: inherit;
}
body.body-home>section>.container>.row>.col-lg-12>.loopPage:nth-child(2):not("#loopPage18165") h2 {
    color: inherit;
    margin-top: auto;
    font-size: 32px;
}
h2 span.last-word {
    font-weight: 900;
}
.underline{
    position: relative;
    padding: 15px;
}
.underline::after {
    height: 1px;
    background: #d2d2d2;
    content: "";
    width: 400px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    max-width: 100%;
}
a, p{
    font-size: 1.15em;
}
a{
    outline: none;
}
a:hover{
    text-decoration: none!important;
    color: #0086c5;
}.right.links {
    display: none;
}
.navbar-default .navbar-brand {
    padding: 0 0 0 5px;
    min-height: 40px;
}

.navbar-default .navbar-brand img,
.navbar-default.top-nav-collapse .navbar-brand img {
    height: 80px;
    margin-top: 45px;
}
body .nav li{
    padding: 0;
}

.navbar-default .navbar-brand {
    padding: 0 0 0 5px;
    min-height: 40px;
}



.intro {
    background: none;
    padding: 0px 0px 0px 0px;
    height: 75%;
}
header {
    margin-bottom: 0px;
}
.navbar-header {
    display: block;
}
.navbar{
    background-color: #fff;
}

.nav > li > a {
    padding: 11px 25px 8px 10px;
}


.navbar-default .nav li:hover a,
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li.active,
.navbar-default .nav li.active a {
    color: #0086c5;
    outline: 0;
    border: none;
}

/* second level */
#nav {
    background: #efefef;
    position: fixed;
    width: 100%;
    transition: 300ms ease;
    top: 0;
    z-index: 1001;
}
#nav li ul
{
    display: none;
    position: absolute;
    top: 100%;
    margin: 0px;
    padding: 0px;
}
#nav li:hover ul
{
    display: block;
    z-index: 10000;
}
#nav li ul li {
    float: none;
    position: relative;
}
.navbar-header-top {
    background: #2c2c2c;
    padding: 7px;
    color: #fff;
    font-size: 18px;
    height: 40px;
}
.navbar-default .navbar-nav>li>a{
    color: #333;    
}
.navbar-header {
    position: relative;
    z-index: 10;
}
#nav li ul li a {
    display: block;
    height: auto;
    padding: 12px 20px 12px 10px;
    font-size: 14px;
    min-width: 160px;
    background: #0086c5;
    color: #fff;
    border-top: 0px  !important;
}

/* DROP DOWN MENU*/

/* carousel */
div#myCarousel {
    margin-top: 100px;
}
.carousel,
.item,
.active,
.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.carousel-control.left,
.carousel-control.right {
    background: none;
}
div#myCarousel img {
    height: auto;
    max-width: 100%;
}
.carousel-caption{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

a.btn-std:hover {
    color: #fff;
}
a.write-us {
    display: block;
    margin: 42px auto 0;
    color: #fff
}
a.btn-std:after {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.80);
    content: "";
    transition: 400ms ease;
    z-index: -1;
}
a.btn-std:hover:before,
a.btn-std:focus:before {
    width: 100%;
}
a.btn-std:hover:after,
a.btn-std:focus:after {
    width: 100%;
}
a.btn-std:before {
    width: 0%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(51, 51, 51, 0.80);
    content: "";
    transition: 400ms ease;
    z-index: -1;
}
div#loopPage5488 {
    background: #0086c5;
    color: #fff;
}
div#loopPage5488 p{    
    color: #fff;
}
.collapse.navbar-collapse.navbar-right.navbar-main-collapse {
    width: 100%;
}
span.divider{
    margin: 0 30px;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    color: #fff;
}

.navbar-header-top div a,
.addthis_sharing_toolbox {
    float: right;
}

/*
Tlacitko pro mobil
*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #0086c5;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-header{
    position: relative;
    z-index: 5;
}
.navbar-header-top {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 10;
}
.partners-section .row {
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    border-bottom: 1px solid #eee;
}
.img-column {
    padding: 30px 0;
}
@media(min-width:768px) {

    h1 {
        float: right;
        position: absolute;
    }

    .intro {
        height: 100%;
    }


    .top-nav-collapse {
        background-color: rgba(59, 110, 128, 1.0);
    }
    .navbar-default .navbar-nav>li>a {
        padding: 40px 5px 31px;
        margin-left: 10px;
        margin-top: -10px;
        border-bottom: 3px solid transparent;
        transition: 200ms ease;
        font-size: 14px;
    }
    .navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a.active ,.navbar-default .navbar-nav>li>a.noneactive {
        border-bottom: 3px solid #0086c5;
    }
    /* DROP DOWN MENU*/
    .nav {
        float: right;
    }
    .collapse.navbar-collapse.navbar-right.navbar-main-collapse{
        padding-left: 110px;
    }

    /* first level */
    .nav > li > a {
        color: #fff;
    }
}
@media(max-width:1250px){
    .navbar-default .navbar-nav>li>a>span {
        font-size: 0.9em;
    }
}
@media(max-width:996px){    
    .navbar-default .navbar-nav>li>a>span {
        font-size: 0.7em;
    }
    .nav > li > a {
        padding: 11px 10px 8px 10px;
    }
    body>section>.container>.row>.col-lg-12>.loopPage:nth-child(2) h2 {
        font-size: 30px;
    }

}
@media(max-width:768px){
    body>section>.container>.row>.col-lg-12>.loopPage:nth-child(2) h2 {
        font-size: 22px;
    }
    body>section>.container>.row>.col-lg-12>.loopPage:nth-child(2) {
        padding: 90px 0 35px;
    }
    button.navbar-toggle {
        padding: 30px 15px;
        position: absolute;
        right: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        background: #191919;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #222;
    }
    .navbar-header-top {
        background: #0086c5;
        padding: 30px 50px;
        color: #fff;
    }
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: -15px;
        margin-left: -15px;
        margin-bottom: 22px;
    }
    .navbar-header-top .header-buttons span{
        display: none;
    }
    .navbar-header-top .pull-right a {
        text-align: center;
        margin: 0 5px;
        color: #fff;
        text-transform: uppercase;
    } 

    .navbar-header-top .pull-right a:hover {
        color: #0086c5;
    }
    .nav {
        margin-top: 0;
    }   
    h1 {
        display: block;
        color: #fff;
        padding: 0;
        margin: 0px;
        font-size: 8px;
        position: absolute;
        right: 5px;
        top: 3px;
        width: 100%;
        text-align: center;
    }
    #nav li ul li a {
        height: 29px;
        padding: 6px 20px 4px 10px;
        white-space: nowrap;
    }
    div#myCarousel img{
        display: none;
    }
    span.phone {
        display: none;
    }
    .navbar-header {
        height: 58px;
    }

}

/**FREEEDOOM!!!**/
footer .row, .body-home .content-section > .container .row, .body-home .content-section > .container, .content-section > .container .row, .content-section > .container {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.loopPage {
    margin: 0 -15px;
    padding: 50px 0;
    position: relative;
}
#map{
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#mapheightor{
    height: 400px;
}
/**FREEEDOOM!!!**/

.picto {
    background: #0086c5;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 0 10px #0086c5;
    margin: 0 auto;
    transition: 200ms ease;
    display: block;
}
.picto img {
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
a:hover .picto{
    box-shadow: 0 0 0 5px #0086c5;
    border: 3px solid #fff;
}
.picto-text{
    display: block;
}
a.column {
    display: block;
    margin: 30px 0;
} 
.column:hover {
    text-decoration: none;
}
.column h3, .column .picto-text{
    color: #333;
}
.partner img {
    max-width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.partner {
    height: 150px;
    padding: 30px;
}
.partners {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 30px 0;
    margin: 30px 0;
}
.partner a {
    position: relative;
    top: 0;
    transition: 200ms ease;
}
.partner a:hover {
    position: relative;
    top: -5px;
}
footer p{
    padding: 0;
    color: #fff;
    text-align: left !important;
}
footer a{
    color: #fff;    
    text-align: left !important;
}
footer li,
footer h3{
    color: #fff;    
    text-align: left !important;
}
footer {
    background: #191919;
    color: #fff;
    padding: 50px 0;
}
div#partners {
    min-height: auto;
    padding: 15px;
    background: #0086c5;
    color: #fff;
}
div#partners a{
    color: #fff;
}
div#partners a:hover{
    color: #ccc;
}

footer ul {
    list-style: disc;
    padding: 0;
}
/****FORM*****/
.form textarea {
    flex-grow: 1;
    padding: 15px;
    margin: 0 15px;
    margin-left: 0;
    min-height: 150px;
    outline: none !important;
    border: 1px solid #333;
    transition: all 300ms ease-in-out;
}
.form .form-flex {
    display: flex;
    flex-wrap: wrap-reverse;
}
.form .form-flex {
    display: flex;
    flex-wrap: wrap-reverse;
}
.form input {
    flex-grow: 1;
    padding: 15px;
    border: 1px solid #333;
    outline: none;
    margin: 15px;
    margin-top: 0;
    margin-left: 0;
    transition: all 300ms ease-in-out;
}
.form input {
    flex-grow: 1;
    padding: 15px;
    border: 1px solid #333;
    outline: none;
    margin: 15px;
    margin-top: 0;
    margin-left: 0;
    transition: all 300ms ease-in-out;
}
.form button {
    background: #0086c5;
    border: 0;
    outline: 0;
    width: 160px;
    padding: 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #eee;
    margin: 15px auto;
}
/****/
.box {
    background: #fff;
    padding: 0 0 15px 0;
    position: relative;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    min-height: 360px;
}
.box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 21px;
    background: url('img/shadow.png') no-repeat top;
    left: 0;
    bottom: -21px;
    background-size: contain;
}
.box h3.large {
    margin: 8px 0 0 0;
}
.box h3 {
    font-weight: 100;
    text-align: center;
    font-size: 20px;
    padding: 0 30px;
}
.box p {
    padding: 0 30px;
    font-size: 0.95em;
    line-height: 1.3;
    text-align: center;
}
a.btn-std {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 15px;
    border: 2px solid #fff;
    transition: 300ms ease;
}
.in-box-image img{
    width: 100%;
}
.in-box-image {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 175px;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

/* Formulář */
.form .form-flex{
    display: flex;
    flex-wrap: wrap-reverse;
}

.form input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ccc;
    outline: none;
    margin: 15px;
    margin-top: 0;
    margin-left: 0;
    transition: all 300ms ease-in-out;
    color: #333;
    border-radius: 5px;
}

.form textarea{
    border-radius: 5px;
    flex-grow: 1;
    padding: 15px 15px 65px;
    margin: 0 15px;
    margin-left: 0;
    min-height: 150px;
    outline: none !important;
    border: 1px solid #ccc;
    transition: all 300ms ease-in-out;
    color: #333;
}

.form input:focus, .form textarea:focus{
    background: rgba(255, 255, 255, 0.75)
}

.form button {
    background: #eee;
    outline: 0;
    width: 160px;
    padding: 10px;
    font-size: 15px;
    text-transform: uppercase;
    color: #46bcec;
    margin: 0;
    position: relative;
    float: left;
    margin-top: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.form-position h3 {
    color: #fff;
    margin: 15px 0;
    text-align: left;
    font-size: 32px;
}
.form-position {
    max-width: 100%;
    width: 600px;
    padding: 30px;
    position: relative;
    right: 0;
    top: 0px;
    background: rgb(0, 134, 197);
    z-index: 3;
    float: right;
    border-radius: 5px ;
}
.icona {
    display: inline-block;
    float: left;
    height: 26px;
    width: 26px;
    font-size: 16px;
    color: #fff;
}
.text {
    margin-bottom: 18px;
    font-size: 14px;
}
footer h3 {
    font-size: 16px;
}
footer p, footer a {
    font-size: 14px;
}
footer .social a {
    padding: 5px;
    display: block;
}
footer .social i{
    width: 20px;
    font-size: 16px!important;
}
footer ul li a{
    text-transform: capitalize;
}
.centering{
    margin: 0 auto;
    padding: 30px 0;
}
span.top-part {
    font-size: 14px;
    margin-right: 45px;
}
span.top-part i {
    font-size: 16px;
    margin-right: 5px;
}
.lang-pack a {
    display: block;
    width: 22px;
    height: 16px;
    margin: 0 5px;
    border-radius: 3px;
}
.lang1{
    background: url('img/lang/cz.png') no-repeat center;
}
.lang2{
    background: url('img/lang/eng.png') no-repeat center;
}
.lang3{
    background: url('img/lang/ru.png') no-repeat center;
}
.lang4{
    background: url('img/lang/de.png') no-repeat center;
}
.lang5{
    background: url('img/lang/pl.png') no-repeat center;
}
@-webkit-keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulsate-bck{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.9);transform:scale(.9)}100%{-webkit-transform:scale(1);transform:scale(1)}}
.pulsate-bck:hover {
    -webkit-animation: pulsate-bck 0.5s ease-in-out infinite both;
    -moz-animation: pulsate-bck 0.5s ease-in-out infinite both;
    animation: pulsate-bck 0.5s ease-in-out infinite both;
}

.ui-icon
{
    background-image: url(http://download.jqueryui.com/themeroller/images/ui-icons_white_256x240.png) !important;
}
img.kariera-img {
    max-width: 100%;
    height: initial;
}
.kariera {
    padding: 0 !important;
}
.kariera h3,
.kariera p{
    text-align: left;
}
.full-h2 {
    width: 100%;
    padding: 40px;
    margin-bottom: 40px;
    background: #1e3175;
    color: #fff;
}
div#loopPage5581 {
    padding-bottom: 0;
}
.nav-tabs > li > a {
    color: #1f3276;
}
form#vcForm187 {
    margin-top: 150px;
    width: 46%;
    margin-left: 0;
}

form#vcForm187 .col-md-3 {
    width: 100%;
    float: none;
    text-align: center;
}

form#vcForm187 .col-md-3 label {
    text-align: center;
}

form.vcForm .col-md-7 {
    margin: 0 auto;
    display: block;
    width: 100%;
}
form.vcForm * {
    text-align: center;
}
.lang-pack.pull-right {
    padding-right: 135px;
}
.galleryBox {
    padding-top: 100px;
}

.galleryBox h2 {
    text-align: center;
}

@media(min-width: 768px) {
    .galleryBox {
        padding-top: 150px;
    }
}

.tab-pane.active{
    display: block;
    visibility: visible;
}

.tab-pane{
        display: none;
    visibility: hidden;
}

h4{
    font-weight: bold;
    margin: 55px 0 25px 0;
}

div#loopPage13737 table td{
    text-align: left;
}

div#loopPage13737 table th{
    background: transparent;
}

.green-a{
    color: #88c11c;
    font-size: 45px;
    margin-bottom: 25px;
}

.green-vodik{
    color: #88c11c;
}
.vodik{
    color: #1c8bc1;
}

div#partners p{
    color: #fff;
    margin: 0 0;
}

div#partners a:after {
    vertical-align: sub;
    content: url(img/lewest.png);
    margin-left: 5px;
}