.newServiceText { 
    width: 60%;
}
.newServiceText.font-1 { 
    line-height: 34px;
}
.font-1{
    height: auto;
}
.font-2{
    height: auto;
}
span.more {
    position: absolute;
    bottom: 5px;
}
.orange-box-1,
.orange-box-2,
.orange-box-3,
.orange-box-4,
.orange-box-5,
.orange-box-6 {
    height: 225px;
    background-size: cover;
    margin-bottom: 15px;
}
.orange-box-5 {
    background-image: url("../images/prekladka.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.orange-box-5:hover .more{
    color: #23527c;
}
.orange-box-6 {
    background-image: url("../images/nakladna_preprava_s.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.orange-box-6:hover .more{
    color: #23527c;
}
@media only screen and (max-width: 1200px) {
    .newServiceText { 
        width: 90%;
    }
    .orange-box-5 {
        min-height: 208px;
    }
    .orange-box-6 {
        min-height: 208px;
    }
}

.navbar-default .navbar-nav > li:nth-child(7) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-default .navbar-nav > li:nth-child(7) {
    float: right;
}
.navbar-default .navbar-nav > li:nth-child(7) > a::before {
    display: table;
    content: " ";
    position: absolute;
    background-image: url(../images/bottom-arrow.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    top: 13px;
    right: 4px;
}
.navbar-default .navbar-nav > li:nth-child(6) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-default .navbar-nav > li:nth-child(6) > a::before {
    display: none;
}
@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li:nth-child(7) {
        float: none;
        border-radius: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .navbar-default .navbar-nav > li:nth-child(7):nth-child(7) > a::before {
        top: 23px;
        right: 30px;
        width: 13px;
        height: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-nav > li > a {
        font-size: 12px;
    }
}