html *
{
    font-family: "Helvetica" !important;
}

div {
    font-size: 10pt;
}

.imageSlider {
    height: 260px;
    background-position: center center;
    background-repeat: no-repeat;
}

.bubble {
    border: 1px solid white;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 500px;
    position: absolute;
    background: #026A8D;
}

.content {
    width: 100%;
    height: 100%;
    background-image: url('../img/pozadi2_art.gif');
    background-repeat: no-repeat;
}

.left {
    float:left;
    width: 50%;
}

.right {
    float:left;
    width: 25%;
    border-left:1px solid white;
    border-bottom: 1px solid white;
    margin-top: -40px;
}


.contact {
    position: relative;
    height: auto;
    top: 56px;
    margin-left: 81px;
}

.actuality {
    position: relative;
    height: auto;
    margin: 0px auto;
}

.reference {
    position: relative;
    height: auto;
    margin-left: 81px;
    margin-top: 40px;

}

.reference img {
    margin-bottom: 15px;
}


.reference .bubbleContent {
    text-align: center;
}

.bubbleContent {
    height: auto;
    padding: 20px;
    margin-top: 5px;
    color: white;
    text-align: justify;
    margin-bottom: 5px;
    font-weight: normal;
}

.bubbleContent .bubbleLabel{
    text-align: center;
    margin-bottom: 10px;
}


.contact .bubbleContent {
    height: 80px;
    margin-top: 0px;
}

.bubble .title {
    font-size: 23px;
    color: white;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    font-weight: normal;
}

.boxLinkVertical {
    position: absolute;
    width: 91px;
    height: 348px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    top: 182px;
    left: 683px;
    z-index: -10;
}

.boxLinkHorizontal {
    left: 590px;
    top: 328px;
    position: absolute;
    width: 180px;
    height: 1px;
    border-bottom: 2px solid white;
}

.horizontalLine {
    position: absolute;
    width: 30px;
    height: 1px;
    border-bottom: 4px solid white;
}

.horizontalLinefirstLine {
    margin-top: 0px;
}

.horizontalLinesecondLine {
    margin-top: 10px;
}

.horizontalLinethirdLine {
    margin-top: 20px;
}

.threeLinesHorizontal {
    position: absolute;
}

.actuality .threeLinesHorizontal{
    margin-left: -30px;
    margin-top: 115px;
}

.actuality {
    font-size: 13px;
}

.reference .threeLinesHorizontal {
    margin-left: 500px;
    margin-top: 115px;
}

.contact .threeLinesHorizontal {
    margin-left: 480px;
    margin-top: 18px;
}


.verticalLine {
    position: absolute;
    width: 1px;
    height: 25px;
    border-left: 4px solid white;
}

.verticalLinefirstLine {
    margin-left: 0px;
}

.verticalLinesecondLine {
    margin-left: 10px;
}

.verticalLinethirdLine {
    margin-left: 20px;
}

.threeLinesVertical {
    position: absolute;
}

.actuality .threeLinesVertical{
    margin-left: 110px;
}

.reference .threeLinesVertical {
    margin-left: 387px;
}

.contact .threeLinesVertical {
    margin-left: 387px;
}

#homeBody {
    margin: 0px;
    background-color: transparent;
    min-height: 768px;
    height: 100%;
}

.bwTitle {
    margin-bottom: 10px;
}

@media screen and ( max-width: 1360px ) {
    .bubble {
        width: 350px !important;
    }
    .threeLinesVertical {
        margin-left: 290px !important;
    }
}

@media screen and ( max-width: 900px ) {
    .left {
        width: 100% !important;
    }
    .right {
        border: none !important;
        width: 100% !important;
        margin-top: 0px !important;
    }
    .bubble {
        width: 100% !important;
    }
    .reference {
        margin-left: 0px !important;
        margin-top: 82px !important;
    }
    .reference .threeLinesHorizontal {
        margin-left: 350px !important;
    }
    .contact {
        margin-left: 0px;
    }
}
