body {
    font-size: 14px;
}

.content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.job-img {
    background: url('../img/bg/bg-img.jpg') repeat fixed;
    overflow: visible;
    position: static;
    min-height: 0;
}

.job-img .job-banner {
    padding: 0px;
    background-color: transparent;
}

.job-img .job-img-inputs{
    position: static;
}

.job-select {
    /*margin-top: 95px;*/ /* 165 */
    margin-bottom: 15px;
}

.job-select .headline{
    border-bottom: 1px dotted #888888;
}

.job-select .headline h2{
    color: #dddddd;
    border-bottom:none;
}

ul.language li {
    margin:2px;
    margin-top:5px;
}

ul.language li img {
    border: 1px solid;
    height: 25px;
    margin: 3px;
    /*-webkit-filter: grayscale(50%); 
    filter: grayscale(50%);*/
    opacity: 0.5;
}

ul.language li img:hover {
    border: 1px solid;
    height: 25px;
    -webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
    opacity: 1;
    /*-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
}

.copyright {
    color: #555;
}

.footer-v1 .footer {
    padding:5px 0 20px 0;
}

.copyright-section {
    margin-top: 10px;
    background-color: transparent;
    color: #aaaaaa;
}

.our-clients li{
    width: 150px;
}

.our-clients figure img{
    width: 150px;
    padding-left: 0px;
    padding-right: 0px;
}

figure .img-hover{
    line-height: 5.5em !important;
}

#acceptCookies{
    text-align: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #dddddd;
    border-top: #ccc 1px solid;
    color: #000;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 100;
}

#acceptCookies .agree{
    float:right;
    margin-right: 35px;
}

.g-recaptcha {
    margin-bottom:10px;
}

.header {
    padding-top:10px;
    padding-bottom:10px;
}

.header .logo img {
    max-height:50px;
    margin:0px;
}

.header > .container{
    margin-bottom: 0px;
}

#all #left{
    width:10%;
}

.gallery img{
    height:200px;
}

.catalogs .caption {
    margin-bottom: 15px;
}
.catalogs .row {
    margin-bottom:30px;
}

blockquote {
    font-style: italic;
}

.catalogs .row .col-sm-4{
    height: 100%;
}

.catalogs .thumbnail-img{
    text-align:center;
}

.catalogs .thumbnail-img img{
    display: inline;
    min-height: 200px;
    max-height: 200px;
}

.productImg{
    min-height:350px;
    height: 350px;
    max-height:350px;
}

.js-form > div{
    font-size: 2px;
}

.our-clients figure.dist{
    width: 148px;
    height: 120px;
}

.our-clients img.dist{
    width: 148px;
    height:120px;
}