/* HEADER */
.menu .links {
    width: auto;
}
.menu .links-center {
    width: auto;
    margin-right: 35px;
}
.menu .icons-right {
    width: auto;
}
.menu A.logo {
    margin-right: 35px;
}
.searchbar input {
    line-height: 80px;
}
/* HERO */
.hero .obrazek {
    width: 70%;
}
.hero .rozcestnik {
    width: 30%;
}
.hero .obrazek .points-cont {
    display: none;
}
/* GIGA MENU */
ul.gigamenu.sub-menu > DIV.fsm-header {
    padding-top: 3%;
}

/* DROBECEK */
ul.breadcrumbs {
    width: 94%;
    margin: 0 3%;    
    top: 114px;
}
ul.pr.breadcrumbs {
    border-bottom: 1px solid #e0e3e4;
}
ul.rf.breadcrumbs {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e3e4;
    width: 100%;
    margin: 0px;
}
ul.sp.breadcrumbs {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e0e3e4;
    width: 100%;
    margin: 0px;   
}

/* SELEKTY */
.sub-p .choiceBy .select-box .styled-select {
    background-image: none;
}

/* FILE DOWNLOAD */
.file-download ul {
    list-style-type: none; 
}
.file-download ul.subcat {
    display: none;
}

/* FORMS */
.sub-p FORM.basic .styled-select {
    background-image: none;
}
.write-about FORM.basic .f-contact .input-text .styled-input-text input {
    width: 90%;
}
.write-about FORM.basic .f-contact .input-text .styled-input-text .required-star {
    width: 10%;
}
.sub-p FORM.basic .input-checkbox LABEL:before,
.sub-p FORM.basic .input-radio .styled-input-radio LABEL:before {
    display: none;
}
.sub-p FORM.basic INPUT[type='checkbox'],
.sub-p FORM.basic INPUT[type='radio'] {
    display: block;
    width: auto;
    height: auto;
    float: left;
}
.sub-p FORM.basic .input-radio .styled-input-radio LABEL,
.sub-p FORM.basic .input-checkbox LABEL{
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 10px; 
}