/*
 * GLOBAL - resets
 */
div.secondary {
    background-color: #F0F0F0 !important;
    border-width: 0 0 2px 0 !important;
}

/*
 * Obecné
 */
div.form-group {
    position: relative;
}

/*
 * homepage
 */
img.category-icon {
    position: relative;
    bottom: 5px;
    margin-left: 5px;
    margin-right: 20px;
}

#landing_2 .banner .banner-wrapper.banner-1 p {
    background: none repeat scroll 0 0 #1f2123;
}

/*
 * KONFIGURÁTOR
 */
div#configurator ul.fa-ul li {
    margin-bottom: 5px;
}

div#configurator ul.fa-ul li.last {
    margin-bottom: 0px;
}

div#configurator div.question {
    display: block;
    margin-bottom: 15px;
}

div#configurator div.checkbox,
div#configurator div.radio {
    margin-left: 15px;
}

div#configurator label.checkbox-custom {
    line-height: 20px;
}

div#configurator label.checkbox-custom input[type=checkbox] {
    margin-top: 2px !important;
}

div#configurator div.form-group.has-error p.help-block {
    text-align: right;
    font-size: 10px !important;
    color: #fff;
    background-color: #a94442;
    padding: 3px 5px;
    position: absolute;
    right: 0;
    bottom: 13px;
}

img.main-logo {
    position: relative;
    top: 8px;
    right: 25px;
    border: 0;
}

address strong.name {
    font-size: 15pt;
}