/* CSS Document */


/** {
    -webkit-box-sizing: border-box;  Safari/Chrome, other WebKit
    -moz-box-sizing: border-box;     Firefox, other Gecko
    box-sizing: border-box;          Opera/IE 8+
}*/


/*
general
*/

.ponukame-div {
    min-height: 455px;
    padding-top: 30px;
}

.ponukame {
    position: absolute;
    right: 0px;
    bottom: 0px;
    background-image: url('../images/ponukame.png');
    background-position: center center;
    background-repeat: no-repeat;
    width: 410px;
    height: 387px;
}

#kontakty-mesto-bkg {
    background-image: url('../images/kontakt-mesto-bkg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 420px;
}

#ako-to-funguje {
    background-image: none !important;
}

.franchise-box-1,
.franchise-box-4 {
    background-color: #ffffff;
    height: 300px;
}

.franchise-box-1 h2,
.franchise-box-4 h2 {
    color: #04477a;
    text-align: center;
}

.franchise-box-1 p,
.franchise-box-4 p {
    color: #666666;
    text-align: center;
}

.franchise-box-2,
.franchise-box-3 {
    background-color: #666666;
    height: 300px;
    background-image: url('../images/vodotlac-slaba.png');
    background-position: left top;
    background-repeat: no-repeat;
}

.franchise-box-2 h2,
.franchise-box-3 h2 {
    color: #ffffff;
    text-align: center;
}

.franchise-box-2 p,
.franchise-box-3 p {
    color: #ffffff;
    text-align: center;
}

.bod {
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #009735;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 22px;
    color: white;
    padding: 14px;
    display: inline-block;
    margin: 35px auto 15px auto;
}

.fr-box {
    background-color: #eeeeee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fr-box-top {
    height: 370px;
}

ul.mp li span {
    color: #04477a;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 6px;
}

ul.mp {
    list-style-image: url('../images/zelena-sipka-right.png');
    padding-left: 20px;
}

ul.mp li {
    padding-top: 16px;
    padding-right: 10px;
    line-height: 110%;
}

.fr-btn a {
    background-color: #009735;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: white;
    margin-bottom: 16px;
    display: inline-block;
}

.fr-btn a img {
    position: relative;
    top: -1px;
}

#div-viac-1,
#div-viac-2,
#div-viac-3 {
    display: none;
}

#o-co-ide-m {
    display: none;
}

.vtl-vidlicka {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-image: url('../images/vtl-vidlicka-lava.png');
    background-repeat: no-repeat;
    width: 239px;
    height: 380px;
}


/* EOF */