body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    height: auto;
    font-family: 'Oswald', sans-serif !important;
}

#header {
    width: 100%;
    height: 100vh;
    display: block;
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.25);
    background-size: cover;
    z-index: 2;
}

.slider {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0; left: 0;
    z-index: 0;
}

.full-background {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.full-background li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
}

.portal-button {
    background: #46b052;
    color: white;
    padding: 6px 16px;
    border-radius: 10px;
    text-decoration: none;
    margin: 0 15px;
    font-size: 22px;
}
.portal-button:hover {
    text-decoration: none;
    color: #0d499d;
}

hr.portal {
    width: 100%;
    height: 2px;
    border: 0;
    background: #fff;
}

.slide1,.slide2,.slide3,.slide4,.slide5,.slide6,.slide7 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide1 {
    background: url('img/main1.jpg')no-repeat center fixed;
    background-size: cover;
    animation:fade 35s infinite;
    -webkit-animation:fade 35s infinite;

}
.slide2 {
    background: url('img/main2.jpg')no-repeat center fixed;
    background-size: cover;
    animation:fade2 35s infinite;
    -webkit-animation:fade2 35s infinite;
}
.slide3 {
    background: url('img/main3.jpg')no-repeat center fixed;
    background-size: cover;
    animation:fade3 35s infinite;
    -webkit-animation:fade3 35s infinite;
}
.slide4 {
    background: url('img/main4.jpg')no-repeat bottom center fixed;
    background-size: cover;
    animation:fade4 35s infinite;
    -webkit-animation:fade4 35s infinite;
}
.slide5 {
    background: url('img/main5.JPG')no-repeat center fixed;
    background-size: cover;
    animation:fade5 35s infinite;
    -webkit-animation:fade5 35s infinite;
}
.slide6 {
    background: url('img/main6.jpg')no-repeat center fixed;
    background-size: cover;
    animation:fade6 35s infinite;
    -webkit-animation:fade6 35s infinite;
}
.slide7 {
    background: url('img/main7.jpg')no-repeat center fixed;
    background-size: cover;
    animation:fade7 35s infinite;
    -webkit-animation:fade7 35s infinite;
}
@keyframes fade
{
    0%   {opacity:1}
    14.28% { opacity: 0}
    28.57% { opacity: 0}
    42.85% { opacity: 0}
    57.13% { opacity: 0}
    71.41% { opacity: 0}
    85.69% { opacity: 0}
    100% { opacity: 1}
}
@keyframes fade2
{
    0%   {opacity:0}
    14.28% { opacity: 1}
    28.57% { opacity: 0}
    42.85% { opacity: 0}
    57.13% { opacity: 0}
    71.41% { opacity: 0}
    85.69% { opacity: 0}
    100% { opacity: 0}
}
@keyframes fade3
{
    0%   {opacity:0}
    14.28% { opacity: 0}
    28.57% { opacity: 1}
    42.85% { opacity: 0}
    57.13% { opacity: 0}
    71.41% { opacity: 0}
    85.69% { opacity: 0}
    100% { opacity: 0}
}
@keyframes fade4
{
    0%   {opacity:0}
    14.28% { opacity: 0}
    28.57% { opacity: 0}
    42.85% { opacity: 1}
    57.13% { opacity: 0}
    71.41% { opacity: 0}
    85.69% { opacity: 0}
    100% { opacity: 0}
}
@keyframes fade5
{
    0%   {opacity:0}
    14.28% { opacity: 0}
    28.57% { opacity: 0}
    42.85% { opacity: 0}
    57.13% { opacity: 1}
    71.41% { opacity: 0}
    85.69% { opacity: 0}
    100% { opacity: 0}
}
@keyframes fade6
{
    0%   {opacity: 0}
    14.28% { opacity: 0}
    28.57% { opacity: 0}
    42.85% { opacity: 0}
    57.13% { opacity: 0}
    71.41% { opacity: 1}
    85.69% { opacity: 0}
    100% { opacity: 0}
}
@keyframes fade7
{
    0%   {opacity:0}
    14.28% { opacity: 0}
    28.57% { opacity: 0}
    42.85% { opacity: 0}
    57.13% { opacity: 0}
    71.41% { opacity: 0}
    85.69% { opacity: 1}
    100% { opacity: 0}
}

.navigation {
    width: 100%;
    height: 120px;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background: transparent;
    z-index: 20;
}
.logo {
    position: absolute;
    left: 0;
    top: 0;
    background: url('img/logo.png') no-repeat center center;
    background-size: cover;
    margin: 0 auto;
    width: 715px;
    height: 155px;
    display: block;
    z-index: 100;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

nav {
    width: 100%;
    height: 120px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    vertical-align: text-bottom;
    text-align: right;
    margin: 0 auto;
    padding: 10px 3%;
}
nav ul {
    list-style: none;
}
nav ul li {
    display: inline-block;
    padding: 65px 25px 0 25px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
}
.top-panel-main nav ul li a {
    color: #0d499d;
}
nav ul li a:hover {
    color: #46b052;
    text-decoration: none;
}
.lang-bar {
    position: absolute;
    top: 30px;
    right: 3%;
    width: auto;
    height: 50px;
    padding-right: 25px;
}
.flag {
    width: 33.12px;
    height: 20.16px;
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}
.cz {
    background: url('img/cz-flag.jpg') no-repeat center center;
    background-size: cover;
}
.en {
    background: url('img/en-flag.jpg') no-repeat center center;
    background-size: cover;
}
.de {
    background: url('img/de-flag.jpg') no-repeat center center;
    background-size: cover;
    margin-right: 15px;
}
.fb-button {
    background: #3f53a1;
    color: #c6c8ca;
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid #4363b2;
    position: relative;
    margin: 0 10px;
    top: -5px;
    font-size: 14px;
    margin-right: 30px;
}
.fb-button:hover {
    text-decoration: none;
    color: #fff;
    border: 1px solid #3f53a1;
}

.top-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background: transparent;
    transition: 0.5s;
    z-index: 100;
}
.top-panel.white {
    background: #fff !important;
    transition: 0.5s;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(130,130,130,1);
    -moz-box-shadow: 3px 4px 5px 0px rgba(130,130,130,1);
    box-shadow: 3px 4px 5px 0px rgba(130,130,130,1);
}
.top-panel.white nav ul li a {
    color: #0d499d;
}
.top-panel.white nav ul li a:hover {
    color: #46b052;
}

.top-panel-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 155px;
    background: #fff;
    z-index: 100;
}

.side-menu {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: auto; width: auto;
}
.side-menu .career {
    display: block;
    width: 250px;
    text-align: left;
    background: #46b052;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    right: -110px;
    border-radius: 20px;
    padding: 12px 22px;
    font-size: 18px;
    transition: 0.5s;
}
.side-menu .career:hover {
    text-decoration: none;
    right: -70px;
}
.side-menu .news {
    display: block;
    width: 250px;
    text-align: left;
    background: #0d499d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    right: -110px;
    border-radius: 20px;
    padding: 12px 22px;
    font-size: 18px;
    transition: 0.5s;
}
.side-menu .news:hover {
    text-decoration: none;
    right: -70px;
}

.side-menu-right {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto; width: auto;
}
.side-menu-right .banner {
    display: block;
    width: 380px;
    text-align: right;
    background: #0d499d;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    left: -110px;
    border-radius: 25px;
    padding: 14px 32px;
    font-size: 24px;
    transition: 0.5s;
}
.side-menu-right .banner:hover {
    text-decoration: none;
    left: -70px;
}

.service-boxes {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: rgba(220,220,220,0.7);
    position: absolute;
    bottom: 0;
    left: 0; right: 0;
    z-index: 3;
    white-space: nowrap;
}

.service-boxes .col {
    width: 20%;
    height: 35vh;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 4;
    bottom: 0;
    white-space: normal;
}
.service-boxes .col .box {
    width: 62%;
    margin: 0 auto;
    background: transparent;
    display: block;
    height: 35vh;
    position: absolute;
    left: 0; right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    text-align: center;
}

.portals {
    background: url('img/bg_textura.jpg') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 30vh;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    text-align: center;
}

.portal {
    width: auto;
    display: inline-block;
    padding: 0;
    text-align: center;
    margin-top: 6%;
}
.portal a {
    font-size: 28px;
    background: #46b052;
    color: #fff;
    transition: 0.5s;
    border-radius: 20px;
    padding: 12px 0;
    width: 20vw;
    display: inline-block;
    margin: 0 40px;
    text-transform: uppercase;
}
.portal a:hover {
    color: #0d499d;
    text-decoration: none;
}

#about {
    width: 100%;
    height: auto;
    min-height: 771px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: block;
}

#about .text {
    width: 55%;
    padding: 5% 10px 3% 6%;
    color: #0d499d;
    text-align: justify;
    font-size: 18px;
}
#about .text h1 {
    font-size: 46px;
    margin-bottom: 25px;
}

#about .map {
    position: absolute;
    top: 0;
    right: 0;
    width: 610.5px;
    height: 771px;
    background: url('img/mapa_eu.png') no-repeat center center;
    background-size: cover;
}

#categories {
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: block;
}

#categories p {
    text-align: justify;
}

.slider-img {
    height: 50vh !important;
}

.box .img {
    height: 120px;
    vertical-align: middle;
    position: relative;
}

.spedice-img {
    width: 100px;
    height: 95px;
    background: url('img/spedition-ico.png') no-repeat center center;
    background-size: cover;
    margin: 20px auto;
    display: block;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.road-img {
    width: 100px;
    height: 63px;
    background: url('img/road-ico.png') no-repeat center center;
    background-size: cover;
    margin: 20px auto;
    display: block;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.special-img {
    width: 80px;
    height: 99px;
    background: url('img/special-transport-ico.png') no-repeat center center;
    background-size: cover;
    margin: 20px auto;
    display: block;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.servis-img {
    width: 90px;
    height: 90px;
    background: url('img/servis-ico.png') no-repeat center center;
    background-size: cover;
    margin: 20px auto;
    display: block;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.logistika-img {
    width: 100px;
    height: 73px;
    background: url('img/logistika-ico.png') no-repeat center center;
    background-size: cover;
    margin: 20px auto;
    display: block;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0; right: 0;
    transform: translateY(-50%);
}

.box-button {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 70%;
    display: block;
    text-align: center;
    margin: 10px auto;
    padding: 5px 0;
    color: #fff;
    background: #46b052;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
}
.box-button:hover {
    color: #0d499d;
    text-decoration: none;
}

.service-boxes .col .box h2 {
    color: #0d499d;
    text-transform: uppercase;
    padding: 3px 8px;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.slide-text {
    margin-top: 30px;
    width: 60% !important;
}

#krone {
    width: 100%;
    height: auto;
    min-height: 25vh;
    padding: 50px 0 0 0;
    margin: 0 auto;
    position: relative;
    display: block;
}
#krone h3 {
    font-size: 42px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}
.krone-logo {
    width: 451.2px;
    height: 118.2px;
    display: block;
    margin: 40px auto;
    background: url('img/krone.jpg') no-repeat center center;
    background-size: cover;
}
#kontakt {
    width: 100%;
    height: auto;
    min-height: 65vh;
    background: #0d499d;
    color: white;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    font-size: 20px;
}
#kontakt h2 {
    font-size: 42px;
    text-align: center;
    padding: 36px 0;
    text-transform: uppercase;
}
.contact-panel {
    width: 75%;
    margin: 0 auto;
}
.contact-col {
    width: 33%;
    margin: 30px auto;
    padding: 0;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
}
.contact-col a {
    color: #fff;
    text-decoration: none;
}
.contact-col a:hover {
    text-decoration: underline;
    color: #fff;
}
.contact-col i {
    font-size: 24px;
    margin-right: 8px;
}

.contact-col .button {
    background: #46b052;
    color: white;
    padding: 8px 42px;
    margin: 0 auto;
    font-size: 22px;
    transition: 0.5s;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
}
.contact-col .button:hover {
    color: #0d499d;
    text-decoration: none;
}
.contact-col strong {
    font-size: 24px;
}

#position {
    width: 100%;
    height: auto;
    min-height: 30vh;
    background: #fff;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
#map {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
}
#position .text {
    width: 50%;
    padding: 3% 6% 1% 6%;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
#position .text h3 {
    font-size: 32px;
    font-weight: bold;
}
#position .text h4 {
    font-size: 24px;
    font-weight: bold;
}

#copyright {
    width: 100%;
    height: auto;
    min-height: 10vh;
    background: #333;
    color: #fff;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
#copyright p {
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 0; right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    margin: 0 auto;
}
#copyright a {
    color: #fff;
    text-decoration: none;
}
#copyright a:hover {
    color: #fff;
    text-decoration: underline;
}



#spedice-header {
    width: 100%;
    height: 35vh;
    background: url('img/slider/spedice.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.section-title {
    position: absolute;
    left: 5%;
    bottom: 2%;
    width: auto;
}
.spedice-w {
    display: inline-block;
    background: url('img/spedition-ico-w.png') no-repeat center center;
    background-size: cover;
    width: 106px;
    height: 100px;
    margin-right: 25px;
}
.section-title h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 54px;
    display: inline-block;
}

.section-content {
    background: #fff;
    color: #0d499d;
    width: 100%;
    height: auto;
    min-height: 35vh;
}
.section-content .sub-title {
    font-size: 24px;
    display: block;
    width: 90%;
    margin: 24px auto;
    vertical-align: middle;
}

.section-content .categories {
    width: 100%;
    background: #0d499d;
    height: 180px;
    display: block;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 3px -7px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px -7px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 3px -7px 18px 0px rgba(0,0,0,0.75);
    white-space: nowrap;
}
.section-content .categories .category-half {
    width: 50%;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 180px;
    color: #46b052;
    font-size: 26px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    position: relative;
}
.section-content .categories .category-three {
    width: 33.33%;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 180px;
    color: #46b052;
    font-size: 22px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    position: relative;
}
.category-half p, .category-three p {
    height: 100%;
    width: 100%;
}
.category-half a, .category-three a {
    color: #46b052;
    text-decoration: none;
    display: block;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    background: #0d499d;
    padding-top: 2.5%;
}
.category-half a:hover, .category-three a:hover {
    background: #fff;
    color: #46b052;
    text-decoration: none;
}
.categories .fa {
    font-size: 88px;
}
.category-three .fa {
    font-size: 72px;
    margin-bottom: 7px;
}
.section-content .text {
    width: 90%;
    margin: 46px auto;
    font-size: 18px;
    display: block;
    white-space: nowrap;
}
.section-content p {
    white-space: normal;
}

.section-content hr {
    width: 100%;
    height: 2px;
    border: 0;
    background: #0d499d;
    margin: 0 auto;
}
.section-content .text a {
    color: #46b052;
    text-decoration: none;
}
.section-content .text a:hover {
    text-decoration: underline;
    color: #46b052;
}

#road-header {
    width: 100%;
    height: 35vh;
    background: url('img/slider/road-section.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.road-w {
    display: inline-block;
    background: url('img/road-ico-w.png') no-repeat center center;
    background-size: cover;
    width: 106px;
    height: 67px;
    margin-right: 25px;
}

#specials-header {
    width: 100%;
    height: 35vh;
    background: url('img/slider/specials-section.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.specials-w {
    display: inline-block;
    background: url('img/special-transport-ico-w.png') no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 123px;
    margin-right: 25px;
}

#logistics-header {
    width: 100%;
    height: 35vh;
    background: url('img/slider/logistika-section.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.logistics-w {
    display: inline-block;
    background: url('img/logistika-ico-w.png') no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 73px;
    margin-right: 25px;
}

#servis-header {
    width: 100%;
    height: 35vh;
    background: url('img/slider/servis-section.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.servis-w {
    display: inline-block;
    background: url('img/servis-ico-w.png') no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin-right: 25px;
}
.sluzby {
    width: 100%;
    padding: 2% 5%;
    background: url('img/bg_sluzby.jpg') no-repeat center center;
    background-size: cover;
    height: auto;
    margin: 30px auto;
    display: block;
    color: #fff;
    white-space: nowrap;
    font-size: 20px;
}
.sluzby-title {
    margin-bottom: 30px;
}
.sluzby-title .fa {
    font-size: 80px;
    display: inline-block;
    margin-right: 20px;
}
.sluzby-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #fff;
}
.sluzby .col {
    width: 33%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.sluzby .col h2 {
    text-transform: uppercase;
    font-size: 24px;
}
h3.ref {
    color: #0d499d;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

#career-header {
    width: 100%;
    height: 35vh;
    background: url('img/bg-kariera2.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.career-w {
    display: inline-block;
    background: url('img/icon_career.png') no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 88px;
    margin-right: 25px;
}
#certificate-header {
    width: 100%;
    height: 35vh;
    background: url('img/bg-kariera.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.certificate-w {
    display: inline-block;
    background: url('img/certificate-icon.png') no-repeat center center;
    background-size: cover;
    width: 90px;
    height: 90px;
    margin-right: 25px;
}

#news-header {
    width: 100%;
    height: 35vh;
    background: url('img/bg_aktuality.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.news-w {
    display: inline-block;
    background: url('img/news-icon.png') no-repeat center center;
    background-size: cover;
    width: 90px;
    height: 90px;
    margin-right: 25px;
}

#kontakt-header {
    width: 100%;
    height: 35vh;
    background: url('img/bg-kontakt.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
}
.kontakt-w {
    display: inline-block;
    background: url('img/icon-contact.png') no-repeat center center;
    background-size: cover;
    width: 90px;
    height: 90px;
    margin-right: 25px;
}
strong.position {
    text-transform: uppercase;
}

.col-40 {
    width: 40%;
    display: inline-block;
    white-space: normal;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.col-50 {
    width: 50%;
    display: inline-block;
    white-space: normal;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.col-30 {
    width: 33.33%;
    display: inline-block;
    white-space: normal;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.col-25 {
    width: 25%;
    display: inline-block;
    white-space: normal;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.col-25 h2 {
    text-transform: uppercase;
    font-weight: bold;
}
.col-25 p {
    line-height: 1.8;
}
.col-25 .fa {
    font-size: 24px; margin-right: 10px;
}
.col-25 hr {
    width: 75%;
    margin: 0;
}
.logistika-kontakt {
    margin-top: 240px;
}

.sluzby h2.vozovypark {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.sluzby h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.megatrailer {
    background: url('img/megatrailer.png') no-repeat center center;
    background-size: cover;
    width: 197px;
    height: 70px;
    display: block;
}
.naves {
    background: url('img/medium.png') no-repeat center center;
    background-size: cover;
    width: 157px;
    height: 70px;
    display: block;
}
.van {
    background: url('img/van.png') no-repeat center center;
    background-size: cover;
    width: 100px;
    height: 70px;
    display: block;
}

.news-box {
    width: 75%;
    margin: 0 auto;
    background: #eee;
    color: #0d499d;
    padding: 4% 7%;
    display: block;
    -webkit-box-shadow: 4px 3px 5px 0px rgba(130,130,130,1);
    -moz-box-shadow: 4px 3px 5px 0px rgba(130,130,130,1);
    box-shadow: 4px 3px 5px 0px rgba(130,130,130,1);
}
.news-box h2 {
    font-size: 26px;
    text-transform: uppercase;
}
.news-box hr {
    height: 2px;
    border: 0;
    background: #0d499d;
    width: 100%;
    margin: 15px auto;
}
.news-box .news-more-button {
    margin-top: 25px;
    padding: 7px 48px;
    background: #46b052;
    color: #fff !important;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 15px;
    text-transform: uppercase;
}
.news-box .news-more-button:hover {
    color: #0d499d !important;
    text-decoration: none !important;
}



.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    display: none;
    opacity: 1;
    z-index: 150;
}

.popup {
    margin: 6% auto;
    padding: 20px;
    background: url('img/popup-bg.jpg') no-repeat center center;
    background-size: cover;
    width: 55%;
    height: 70vh;
    position: relative;
    transition: all 5s ease-in-out;
    display: block;
    font-size: 26px;
    color: #fff;
}

.popup h2 {
    margin-top: 0;
    color: #0d499d;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: all 200ms;
    font-size: 50px;
    padding: 0;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #0d499d;
    border: 0;
    line-height: 45px;
    text-align: center;
}
.popup .close-button:hover {
    color: #06D85F !important;
}
.popup .content {
    overflow: auto;
    position: absolute; bottom: 40px;
    left: 5%;
    right: 5%;
    margin: 0 auto;
    text-align: center;
}
.popup .content a {
    padding: 7px 38px;
    background: #46b052;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 15px;
}
.popup .content a:hover {
    color: #0d499d;
}



.overlay-form {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 150;
}

.popup-form {
    margin: 6% auto;
    padding: 20px;
    background: url('img/bg_textura.jpg') no-repeat center center;
    background-size: cover;
    display: none;
    width: 50%;
    position: relative;
}

.popup-form h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.popup-form .close-button {
    position: absolute;
    top: 0;
    right: 30px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.popup-form .close-button:hover {
    color: #06D85F;
}
.popup-form .content {
    color: #fff;
    margin-top: 40px;
    white-space: nowrap;
}

.popup-form .content .col {
    width: 50%;
    display: inline-block;
    white-space: normal;
    padding: 0;
    margin: 0;
    vertical-align:top;
}


.overlay-customer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 150;
}

.popup-customer {
    margin: 6% auto;
    padding: 20px;
    background: url('img/bg_textura.jpg') no-repeat center center;
    background-size: cover;
    display: none;
    width: 50%;
    position: relative;
}

.popup-customer h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    max-width: 90%;
    white-space: normal;
}
.popup-customer .close-button {
    position: absolute;
    top: 0;
    right: 30px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.popup-customer .close-button:hover {
    color: #06D85F;
}
.popup-customer .content {
    color: #fff;
    margin-top: 40px;
    white-space: nowrap;
}


.overlay-driver {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 150;
}

.popup-driver {
    margin: 6% auto;
    padding: 20px;
    background: url('img/bg_textura.jpg') no-repeat center center;
    background-size: cover;
    display: none;
    width: 50%;
    position: relative;
}

.popup-driver h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    max-width: 90%;
    white-space: normal;
}
.popup-driver .close-button {
    position: absolute;
    top: 0;
    right: 30px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.popup-driver .close-button:hover {
    color: #06D85F;
}
.popup-driver .content {
    color: #fff;
    margin-top: 40px;
    white-space: nowrap;
}


.overlay-employee {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 150;
}

.popup-employee {
    margin: 6% auto;
    padding: 20px;
    background: url('img/bg_textura.jpg') no-repeat center center;
    background-size: cover;
    display: none;
    width: 50%;
    position: relative;
}

.popup-employee h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    max-width: 90%;
    white-space: normal;
}
.popup-employee .close-button {
    position: absolute;
    top: 0;
    right: 30px;
    transition: all 200ms;
    font-size: 50px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}
.popup-employee .close-button:hover {
    color: #06D85F;
}
.popup-employee .content {
    color: #fff;
    margin-top: 40px;
    white-space: nowrap;
}

input[type="text"] {
    background: transparent;
    border: 3px solid white;
    color: #fff;
    padding: 8px 16px;
    width: 95%;
    font-size: 14px;
    transition: 0.5s;
}
input[type="text"]:hover,input[type="text"]:focus {
    color: #0d499d;
    background: #fff;
}

input[type="password"] {
    background: transparent;
    border: 3px solid white;
    color: #fff;
    padding: 8px 16px;
    width: 95%;
    font-size: 14px;
    transition: 0.5s;
}
input[type="password"]:hover,input[type="password"]:focus {
    color: #0d499d;
    background: #fff;
}

textarea {
    background: transparent;
    border: 3px solid white;
    color: #fff;
    padding: 8px 16px;
    width: 95%;
    height: 220px;
    font-size: 14px;
    transition: 0.5s;
    resize: none !important;
}
textarea:hover,textarea:focus {
    color: #0d499d;
    background: #fff;
}
input[type="submit"] {
    padding: 7px 38px;
    background: #46b052;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    border-radius: 15px;
    cursor: pointer;
    border: 0;
}
input[type="submit"]:hover {
    color: #0d499d;
}

p.date {
    font-style: italic;
}




@media (max-width: 1790px) {
    .navigation {
        height: 110px;
    }
    .logo {
        width: 646px;
        height: 140px;
    }
    nav {
        height: 110px;
    }
    nav ul li {
        padding: 60px 25px 0 25px;
    }
    .lang-bar {
        top: 25px;
    }
    .top-panel {
        height: 140px;
    }
    .box .img {
        height: 100px;
    }
    .spedice-img {
        width: 90px;
        height: 85px;
    }

    .road-img {
        width: 90px;
        height: 57px;
    }

    .special-img {
        width: 73px;
        height: 90px;
    }

    .servis-img {
        width: 85px;
        height: 85px;
    }
    .logistika-img {
        width: 90px;
        height: 66px;
    }
    .service-boxes .col .box h2 {
        font-size: 25px;
    }
    #spedice-header {
        height: 32vh;
    }
    .spedice-w {
        width: 90px;
        height: 85px;
    }
    .section-title h1 {
        font-size: 48px;
    }
    #road-header {
        height: 32vh;
    }
    .road-w {
        width: 90px;
        height: 57px;
    }
    #specials-header {
        height: 32vh;
    }
    .specials-w {
        width: 81px;
        height: 100px;
    }
    #logistics-header {
        height: 32vh;
    }
    .logistics-w {
        width: 90px;
        height: 66px;
    }
    #servis-header {
        height: 32vh;
    }
    .servis-w {
        width: 90px;
        height: 90px;
    }
    #career-header {
        height: 32vh;
    }
    .career-w {
        width: 90px;
        height: 79px;
    }
    #certificate-header {
        height: 32vh;
    }
    .certificate-w {
        width: 90px;
        height: 90px;
    }

    #news-header {
        height: 32vh;
    }
    .news-w {
        width: 90px;
        height: 90px;
    }

    #kontakt-header {
        height: 32vh;
    }
    .kontakt-w {
        width: 90px;
        height: 90px;
    }
}




@media (max-width: 1650px) {
    nav {
        height: 105px;
        font-size: 20px;
    }
    nav ul li {
        padding: 60px 20px 0 20px;
    }
    #header .lang-bar {
        top: 25px;
        height: 40px;
        padding-right: 20px;
    }
    .main-page-banners {
        top: 50%;
        transform: translateY(-130%);
    }
    .main-page-banners p {
        font-size: 2.2em;
    }
    .main-page-banners .banner {
        font-size: 22px;
        padding: 8px 32px;
        margin: 0 24px;
    }
    .portal a {
        width: 24vw;
        margin: 0 25px;
    }
    .service-boxes .col .box h2 {
        font-size: 20px;
        margin-top: 35px;
    }
    .spedice-img {
        width: 70px;
        height: 66.5px;
    }

    .road-img {
        width: 70px;
        height: 44.1px;
    }

    .special-img {
        width: 56px;
        height: 69.3px;
    }

    .servis-img {
        width: 63px;
        height: 63px;
    }

    .logistika-img {
        width: 70px;
        height: 51.1px;
    }

    .box-button {
        bottom: 35px;
        padding: 4px 0;
        font-size: 16px;
    }
    .box .img {
        height: 75px;
    }

    #about .text {
        width: 55%;
        padding: 5% 10px 3% 6%;
        color: #0d499d;
        text-align: justify;
        font-size: 16px;
    }
    #about .text h1 {
        font-size: 42px;
        margin-bottom: 25px;
    }
    #categories h2 {
        font-size: 38px;
    }
    #categories p {
        font-size: 21px;
    }

    #krone h3 {
        font-size: 38px;
        text-align: center;
        color: #000;
        text-transform: uppercase;
    }
    .krone-logo {
        width: 360.96px;
        height: 94.56px;
        display: block;
        margin: 40px auto;
        background: url('img/krone.jpg') no-repeat center center;
        background-size: cover;
    }

    #kontakt {
        font-size: 18px;
    }
    #kontakt h2 {
        font-size: 38px;
    }
    .section-content .categories {
        height: 160px;
    }
    .section-content .categories .category-half {
        height: 160px;
        font-size: 24px;
    }
    .section-content .categories .category-three {
        height: 160px;
        font-size: 20px;
    }
    .category-half a:hover, .category-three a:hover {
        background: #fff;
        color: #46b052;
        text-decoration: none;
    }
    .categories .fa {
        font-size: 82px;
    }
    .category-three .fa {
        font-size: 62px;
        margin-bottom: 7px;
    }
    .section-content .text {
        font-size: 17px;
    }
    .sluzby-title .fa {
        font-size: 72px;
    }
    .sluzby-title h2 {
        font-size: 32px;
    }
}

@media (max-width: 1377px) {
    .logo {
        width: 581.4px;
        height: 126px;
    }
    .top-panel {
        height: 126px;
    }
    .side-menu-right .banner {
        display: block;
        width: 350px;
        text-align: right;
        background: #0d499d;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        left: -110px;
        border-radius: 25px;
        padding: 10px 26px;
        font-size: 21px;
        transition: 0.5s;
    }
    .side-menu-right .banner:hover {
        text-decoration: none;
        left: -70px;
    }
    .portal a {
        font-size: 25px;
        background: #46b052;
        color: #fff;
        transition: 0.5s;
        border-radius: 20px;
        padding: 12px 0;
        width: 20vw;
        display: inline-block;
        margin: 0 35px;
        text-transform: uppercase;
    }
    #about .text {
        width: 48%;
    }
    .logistika-kontakt {
        margin-top: 190px;
    }

    .popup-customer {
        margin: 6% auto;
        padding: 20px;
        background: url('img/bg_textura.jpg') no-repeat center center;
        background-size: cover;
        display: none;
        width: 75%;
        position: relative;
    }
}


@media (max-width: 1250px) {
    .logo {
        width: 523.26px;
        height: 113.4px;
    }
    nav {
        height: 100px;
        font-size: 20px;
    }
    nav ul li {
        padding: 55px 20px 0 20px;
    }
    #header .lang-bar {
        top: 15px;
        height: 40px;
        padding-right: 20px;
    }
    .top-panel {
        height: 113.4px;
    }

    .service-boxes .col .box h2 {
        font-size: 18px;
        margin-top: 25px;
    }
    .spedice-img {
        width: 60px;
        height: 56px;
    }

    .road-img {
        width: 60px;
        height: 38px;
    }

    .special-img {
        width: 49px;
        height: 60px;
    }

    .servis-img {
        width: 60px;
        height: 60px;
    }

    .logistika-img {
        width: 60px;
        height: 44px;
    }

    .box-button {
        bottom: 25px;
        padding: 4px 0;
        font-size: 15px;
    }
    .box .img {
        height: 60px;
    }
    .portal a {
        font-size: 20px;
        padding: 10px 0;
        width: 20vw;
        display: inline-block;
        margin: 0 35px;
        text-transform: uppercase;
    }
    .side-menu-right .banner {
        display: block;
        width: 320px;
        text-align: right;
        background: #0d499d;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        left: -110px;
        border-radius: 25px;
        padding: 14px 26px;
        font-size: 18px;
        transition: 0.5s;
    }
    .side-menu-right .banner:hover {
        text-decoration: none;
        left: -90px;
    }
    .sluzby h2.vozovypark {
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }

    .popup {
        width: 75%;
    }
    .popup-form {
        width: 75%;
    }
    #about .map {
        width: 457.88px;
        height: 578.25px;
    }
    #about .text h1 {
        font-size: 30px;
    }
    #about .text p {
        font-size: 16px;
    }
    #categories h2 {
        font-size: 34px;
    }
    #categories p {
        font-size: 18px;
    }
    .align-center {
        margin-left: 12%;
    }
    .slider-img {
        height: 60vh !important;
    }
    #categories {
        height: 60vh;
    }
    #kontakt {
        white-space: nowrap;
        font-size: 16px;
    }
    .contact-col {
        white-space: normal;
        width: 33.3%;
    }
    .contact-col strong {
        font-size: 20px;
    }
    .contact-col i {
        font-size: 20px;
        margin-right: 8px;
    }
    #kontakt h2 {
        font-size: 28px;
        padding: 28px 0;
    }
    .contact-col .button {
        background: #46b052;
        color: white;
        padding: 8px 32px;
        margin: 0 auto;
        font-size: 18px;
        transition: 0.5s;
        border-radius: 20px;
        text-decoration: none;
        text-transform: uppercase;
    }
    #position .text h3 {
        font-size: 26px;
    }
    #position .text h4 {
        font-size: 20px;
    }
    #position .text p {
        font-size: 18px;
    }
    .section-content .text {
        font-size: 16px;
    }
    .sluzby-title .fa {
        font-size: 66px;
    }
    .section-title h1 {
        font-size: 36px;
    }
    .sluzby-title h2 {
        font-size: 28px;
    }
    .section-content .sub-title {
        font-size: 20px;
    }
    .sluzby {
        width: 100%;
        padding: 2% 5%;
        background: url('img/bg_sluzby.jpg') no-repeat center center;
        background-size: cover;
        height: auto;
        margin: 24px auto;
        display: block;
        color: #fff;
        white-space: nowrap;
        font-size: 16px;
    }
    .sluzby-title {
        margin-bottom: 30px;
    }
    .sluzby-title .fa {
        font-size: 62px;
        display: inline-block;
        margin-right: 20px;
    }
    .sluzby-title img {
        height: 50px !important;
        width: auto;
    }
    .sluzby-title h2 {
        font-size: 25px;
        text-transform: uppercase;
        display: inline-block;
        border-bottom: 2px solid #fff;
    }
    .sluzby .col h3 {
        font-size: 20px;
    }
    .text.special {
        white-space: normal;
    }
    .col-25 {
        width: 32%;
    }
    .logistika-kontakt {
        margin-top: 215px;
    }
    .spedice-w {
        width: 70px;
        height: 66px;
    }
    .road-w {
        width: 70px;
        height: 44px;
    }
    .specials-w {
        width: 57px;
        height: 70px;
    }
    .logistics-w {
        width: 70px;
        height: 51px;
    }
    .servis-w {
        width: 70px;
        height: 70px;
    }
    .career-w {
        width: 70px;
        height: 62px;
    }
    .certificate-w {
        width: 70px;
        height: 70px;
    }
    .news-w {
        width: 70px;
        height: 70px;
    }
    .kontakt-w {
        width: 70px;
        height: 70px;
    }
    .col-25 h2 {
        font-size: 25px;
    }

    .portal-button {
        background: #46b052;
        color: white;
        padding: 6px 16px;
        border-radius: 10px;
        text-decoration: none;
        margin: 15px auto;
        font-size: 22px;
        display: block;
    }
}

@media (min-width: 1001px) {
    .navigation {
        display: block;
    }
    .top-panel {
        display: block;
    }
    #mobile-menu {
        display: none;
    }
    .logo-mobile {
        display: none;
    }
}

@media (max-width: 1000px)
{
    .navigation {
        display: none;
    }
    .top-panel {
        display: none;
    }
    #mobile-menu {
        text-align:center;
        font-size: 22px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 80px;
        background-color: transparent;
        z-index: 100;
        display: block;
    }
    #navigation_list {

        color: #fff;
        list-style: none;
        height: auto;
        position: relative;
        z-index: 10;
    }
    #navigation_list li {
        display: block;
        height: auto;
        width: auto;
        text-align: center;
        vertical-align: middle;
    }
    #navigation_list a:hover{
        text-decoration: none;
        font-size: 1em;
        display:block;
    }
    #navigation-mobile {
        padding: 15px;
        background-color: #0d499d;
        color: #fff;
        text-align: center;
        width: auto;
        height: auto;
    }
    #navigation-mobile ul {
        display: none;
        list-style: none;
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    #navigation-mobile ul.expanded {
        display: block;
        position: relative;
        z-index: 10;
    }
    #navigation-mobile li {
        display: block;
        width: auto;
        height: 40px;
        padding: 0;
        padding-top: 5px;
        line-height: 30px;
    }
    #navigation-mobile li a {
        display: block;
        padding: 5px 0;
        border-top: 1px solid #fff;
        font-size: 16px;
        color: #fff;
        text-decoration: none;

    }
    #navigation-mobile li a:hover {
        display: block;
        padding: 5px 0;
        border-top: 1px solid #fff;
        color: #46b052;
        text-decoration: none;
        font-size: 16px;
    }
    .menu_button {
        display: block;
        text-align: right;
        color: #fff;
        text-decoration: none;
    }
    .menu_button:hover {
        color: #46b052;
        text-decoration: none;
    }
    .logo-mobile {
        position: absolute;
        left: 0;
        top: 60px;
        background: url('img/logo.png') no-repeat center center;
        background-size: cover;
        margin: 0 auto;
        width: 321.75px;
        height: 69.75px;
        display: block;
        z-index: 5;
    }

    .side-menu {
        position: absolute;
        top: 45%;
        right: 0;
        left: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        height: auto; width: auto;
    }
    .side-menu .career {
        display: block;
        width: 200px;
        text-align: center;
        background: #46b052;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        right: 0;
        left: 0;
        margin: 15px auto;
        border-radius: 20px;
        padding: 12px 22px;
        font-size: 18px;
        transition: 0.5s;
    }
    .side-menu .career:hover {
        text-decoration: none;
        right: 0;
    }
    .side-menu .news {
        display: block;
        width: 200px;
        text-align: center;
        background: #0d499d;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        right: 0;
        left: 0;
        margin: 15px auto;
        border-radius: 20px;
        padding: 12px 22px;
        font-size: 18px;
        transition: 0.5s;
    }
    .side-menu .news:hover {
        text-decoration: none;
        right: -70px;
    }

    .side-menu-right {
        position: absolute;
        top: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
        transform: translateY(-50%);
        height: auto; width: auto;
    }
    .side-menu-right .banner {
        display: block;
        width: 250px;
        text-align: center;
        background: #0d499d;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-radius: 25px;
        padding: 14px 16px;
        font-size: 22px;
        transition: 0.5s;
    }
    .side-menu-right .banner:hover {
        text-decoration: none;
        left: 0;
    }
    .service-boxes {
        width: 100%;
        height: 96vh;
        display: block;
        margin: 0 auto;
        padding: 0;
        background: transparent;
        position: relative;
        z-index: 3;
        white-space: normal;
    }

    .service-boxes .col {
        width: 50%;
        height: 32vh;
        margin: 0 auto;
        padding: 0;
        display: inline-block;
        position: relative;
        z-index: 4;
        bottom: 0;
        white-space: normal;
    }
    .service-boxes .col:nth-child(odd) {
        float: left;
    }
    .service-boxes .col:nth-child(even) {
        float: right;
    }
    .service-boxes .col:nth-child(3) {
        width: 100%;
    }

    .service-boxes .col .box {
        width: 100%;
        margin: 0 auto;
        background: #eee;
        display: block;
        height: 32vh;
        position: absolute;
        left: 0; right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        text-align: center;
    }
    .portals {
        background: url('img/bg_textura.jpg') no-repeat center center;
        background-size: cover;
        width: 100%;
        height: auto;
        min-height: 35vh;
        display: block;
        padding: 0;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        text-align: center;
        margin-top: -3vh;
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .portal {
        width: auto;
        display: block;
        padding: 0;
        text-align: center;
        margin-top: 0;
    }
    .portal a {
        font-size: 20px;
        background: #46b052;
        color: #fff;
        transition: 0.5s;
        border-radius: 20px;
        padding: 12px 0;
        width: 70vw;
        display: block;
        margin: 15px auto;
        text-transform: uppercase;
    }
    .portal a:hover {
        color: #0d499d;
        text-decoration: none;
    }

    #about {
        min-height: 400px;
    }
    #about .map {
        display: none;
    }
    #about .text {
        width: 95%;
        margin: 0 auto;
    }
    #categories h2 {
        font-size: 34px;
    }
    #categories p {
        font-size: 18px;
    }
    .align-center {
        margin-left: 10%;
        width: 80%;
    }
    .slider-img {
        height: 100vh !important;
    }
    .slide-text {
        width: 80% !important;
    }
    #categories {
        height: 100vh;
    }
    .cid-qI3njVkZAc .mbr-slider .carousel-control {
        width: 40px !important;
        height: 40px !important;
    }
    .cid-qI3njVkZAc .mbr-slider .carousel-control.carousel-control-next {
        margin-right: 15px !important;
    }
    .cid-qI3njVkZAc .mbr-slider .carousel-control.carousel-control-prev {
        margin-left: 15px !important;
    }
    .cid-qI3njVkZAc .mbr-slider .carousel-control .mbr-iconfont {
        font-size: 16px !important;
    }
    #kontakt {
        height: auto;
        padding-bottom: 30px;
    }
    .contact-col {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    #position .text {
        width: 100%;
        text-align: center;
        display: block;
    }
    #map {
        position: static;
        display: block;
        width: 100%;
        height: 200px;
    }
    #copyright p {
        font-size: 14px;
    }
    #copyright span {
        margin-right: 7px !important;
    }
    .popup {
        margin: 10% auto;
        width: 80%;
        height: 70vh;
        font-size: 20px;
    }
    .popup .content a {
        padding: 7px 28px;
        background: #46b052;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        transition: 0.5s;
        border-radius: 15px;
    }
    .popup .content a:hover {
        color: #0d499d;
    }
    #krone {
        width: 100%;
        height: auto;
        min-height: 25vh;
        padding: 50px 0 0 0;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    #krone h3 {
        font-size: 26px;
        text-align: center;
        color: #000;
        text-transform: uppercase;
    }
    .krone-logo {
        width: 225.5px;
        height: 59.1px;
        display: block;
        margin: 40px auto;
        background: url('img/krone.jpg') no-repeat center center;
        background-size: cover;
    }
    .section-content .categories {
        width: 100%;
        background: #0d499d;
        height: 240px;
        display: block;
        padding: 0;
        margin: 0;
        -webkit-box-shadow: 3px -7px 18px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 3px -7px 18px 0px rgba(0,0,0,0.75);
        box-shadow: 3px -7px 18px 0px rgba(0,0,0,0.75);
        white-space: nowrap;
    }
    .section-content .categories.triple {
        height: 480px;
    }
    .section-content .categories .category-half {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 120px;
        color: #46b052;
        font-size: 20px;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: normal;
        position: relative;
    }
    .section-content .categories .category-three {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
        padding: 0;
        height: 160px;
        color: #46b052;
        font-size: 18px;
        text-transform: uppercase;
        vertical-align: middle;
        white-space: normal;
        position: relative;
    }
    .category-half p, .category-three p {
        height: 100%;
        width: 100%;
    }
    .category-half a, .category-three a {
        color: #46b052;
        text-decoration: none;
        display: block;
        transition: 0.5s;
        width: 100%;
        height: 100%;
        background: #0d499d;
        padding-top: 2.5%;
    }
    .category-half a:hover, .category-three a:hover {
        background: #fff;
        color: #46b052;
        text-decoration: none;
    }
    .categories .fa {
        font-size: 58px;
        margin-top: 7px;
    }
    .category-three .fa {
        font-size: 58px;
        margin-top: 10px;
    }
    .section-content .text {
        white-space: normal;
    }
    .sluzby .col {
        width: 100%;
        display: block;
    }


    #spedice-header {
        width: 100%;
        height: 35vh;
    }
    .spedice-w {
        display: inline-block;
        background: url('img/spedition-ico-w.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 47px;
        margin-right: 15px;
    }
    .section-title h1 {
        color: #fff;
        text-transform: uppercase;
        font-size: 28px;
        display: inline-block;
    }

    #road-header {
        width: 100%;
        height: 35vh;
    }
    .road-w {
        display: inline-block;
        background: url('img/road-ico-w.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 32px;
        margin-right: 15px;
    }

    #specials-header {
        width: 100%;
        height: 36vh;
    }
    .specials-w {
        display: inline-block;
        background: url('img/special-transport-ico-w.png') no-repeat center center;
        background-size: cover;
        width: 41px;
        height: 50px;
        margin-right: 10px;
    }

    #logistics-header {
        width: 100%;
        height: 36vh;
    }
    .logistics-w {
        display: inline-block;
        background: url('img/logistika-ico-w.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 37px;
        margin-right: 10px;
    }

    #servis-header {
        width: 100%;
        height: 35vh;
    }
    .servis-w {
        display: inline-block;
        background: url('img/servis-ico-w.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
    #career-header {
        width: 100%;
        height: 35vh;
    }
    .career-w {
        display: inline-block;
        background: url('img/icon_career.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 44px;
        margin-right: 15px;
    }
    #certificate-header {
        width: 100%;
        height: 35vh;
    }
    .certificate-w {
        display: inline-block;
        background: url('img/certificate-icon.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    #news-header {
        width: 100%;
        height: 35vh;
    }
    .news-w {
        display: inline-block;
        background: url('img/news-icon.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    #kontakt-header {
        width: 100%;
        height: 35vh;
    }
    .kontakt-w {
        display: inline-block;
        background: url('img/icon-contact.png') no-repeat center center;
        background-size: cover;
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }

    .col-50 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .col-50 img {
        max-width: 95%;
        height: auto;
    }
    .col-40 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .col-25 {
        width: 100%;
        display: block;
        margin: 30px auto;
    }
    .logistika-kontakt {
        margin-top: 20px;
    }

    .col-30 {
        width: 100%;
        display: block;
        margin: 30px auto;
    }
    .sluzby h2.vozovypark {
        font-size: 24px;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
}