body {
    font-size: inherit;
}
h1, h2, h3 {color: rgb(155, 187, 99) !important;}
h2 {
    font-weight: normal !important;
    margin: 35px 0 15px 0;
}
label {
    color: #FFFDFB;
    padding: 0 10px 0 0;
}
#mailtext, #sendercontacts, #sendername {
    width: 100%;
}
#mailtext {
    min-height: 120px;
}
#sendercontacts {
    min-height: 60px;
}
.hr {
    background-color: rgb(155, 187, 99);
    margin: 15px auto 30px auto;
    width: 50px;
    height: 5px;
    text-align: center;
}
.jumbotron {
    background-image: url("../img/truck_kod95.jpg");
    background-size: cover;
    background-position-y: 50%;
    height: 400px;    
}
.navbar {
    background-color: rgba(45,93,139,0.9) !important;
}
/*.navbar-nav > ul li > a {
    color: #FFFDFB !important;
} */
.langflag-ru {
    background: url("../img/ru_flag.png") no-repeat center center;
}
.langflag-cs {
    background: url("../img/cz_flag.png") no-repeat center center;
}
.langflag-cs, .langflag-ru {
    background-size: cover;
    border: 1px solid #2D5D88;
    width: 30px;
    height: 20px;
    margin-top: 0;
    padding-top: 0;
    margin-left: 10px;
}
.l10n > ul, .l10n > ol {
    margin: 0 auto;
    width: 70%;
    text-align: left;
}
.l10n > ul li, .l10n > ol li {
    padding: 10px 0;
}
img {
    text-align: center;
}
.kontakt-wrap {
    padding: 5px 0 25px 0;
    margin: 0;
    background-color: rgba(45,93,139,0.89);
}
.kontakty {
    background-color: #FFFDFB;
    padding: 15px 10px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.kont-email, .kont-phone {
    padding: 15px 0 15px 50px;
    font-weight: bold;
}
.alert {
    display: none;
}
.sn-image {
    height: 35px;
    width: auto;
}
.kont-email {
    background:  url("../img/icon_mail.png") no-repeat left center;
}
.kont-phone {
    background:  url("../img/icon_phone.png") no-repeat left center;
}
.check { display:none;}
.iframe-wrap > iframe {
    width: 100% !important;
}
footer {
    padding: 20px 0 10px 0;
}

/*FORM*/
.autosize {
    color: #888;
    border: 1px solid #ccc;
    padding: 10px;
    vertical-align: top;
    /*width: 25%;*/
    outline: 0 none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}
input[type="text"], textarea {
    vertical-align: middle;
    border: 1px solid #CCC;
    color: #888;
    outline: 0 none;
    padding: 5px 0px 5px 5px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}