body {
    font-family: Tahoma;
    font-size: 14px;
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    border-left: 4px solid #e75400;
    padding-left: 10px;
}

.map {
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
}

.error {
    color:red;
}

.motto {
    color: white;
    font-size: 32px;
    text-shadow: 1px 1px black;
    top:420px;
    z-index: 10;
    position: absolute;
}

.aboutus {
    background-image: url("../images/bg-world-left.jpg");
    background-repeat: no-repeat;
}

.trans {
    background-image: url("../images/bg-world-right.jpg");
    background-repeat: no-repeat;
    background-position: right;
}

.logo {
    margin-top:12px;
}

.flota {
    background-image: url("../images/bg-flota.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color : black;
    min-height: 400px;
    margin-bottom: 20px;
    color: white;
}

.spedition {
    margin-bottom :20px;
    background-color: #bebab3;

}

.topbar {
    color: white;
    margin:20px 0;
    font-size: 16px;
}

.topbar a {
    color: inherit;
}

.topbar img {
    margin: 0 10px;
}

.top {
    background: rgba(0, 0, 0, 0) url("../images/gfx-top.jpg") no-repeat scroll center center / cover ;
    height: 700px;
    border-bottom: 4px solid #e75400;
}

.navbar-inverse {
    background-color: transparent !important;
    background-image: url("../images/60prc.png");
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    border: 0;
}

.formbox {
    background-color: black;
    padding: 5px 30px 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


@media (max-width:1000px) { 
    .formbox {
            margin-top :10px;
    }
    .stat {
            width: 100%;
    }
    
    .s {
            margin: 10px 3px;
    }
} 

@media (min-width:1000px) { 
    .formbox {
            margin-top :-60px;
    }
    
    .stat {
            width: 600px;
    }
    
    .s {
            margin: 40px;
    }
} 

.stat {
    overflow: auto;
    margin: 0 auto;
    border-bottom: 1px solid #e75400;
}

.s {
    float : left;
    text-align: center;
    font-size: 30px;
    line-height: 15px;
}

.s small { font-size: 10px;}

.cnt {
    position: absolute;
    z-index: 3;
    height: 600px;
    background-color: transparent;
    background-image: url("../images/60prc.png");
    width: 50%;
    color: white;
}

.cntcontent {
    float: right;
    margin: 30px;
    width: 500px;
}

.cntcontent a {
    color: inherit;
}

.adrs {
    font-size: 18px;
    margin-bottom: 40px;
}