/*
vyrobeno pro NORMSERVIS s.r.o
kopírování kódu je zakázáno
*/

#footer{
    position:relative;
    top:-1px;
    min-height:250px;
    background-color:#2d3032;
    padding-bottom:10px!important;
    border-radius:0px 0px 5px 5px;
}

#footer .title{
    color:white!important;
    margin-top:10px;
    font-weight:bold;
}

#footer p {
    color:#707d78;
}

#footer a {
    color:#707d78;
    display:block;
    margin-bottom:6px;
    cursor:pointer;
    margin-left:15px;
}



#footer a:hover {
    color:#399adb;

}

#footer .a_arrow{
    color:white;
    float:left;
    font-size:6px;
    position:relative;
    top:5px;
}

#footer #footerContactArea{
    color:#707d78;
}

#footer .footerContactItem{
    padding-left:10px;
    line-height: 20px;
}

#footer #copyright{
    width:100%;
    min-height:50px;
    background-color:#222425;
    color:#707d78;
    position:relative;
    bottom:-10px;
    border-radius:0px 0px 5px 5px;
    border-top:1px solid #333535;
}

#footer #copyright span{
    position:relative;
    top:15px;
}

.footerArea{
    padding:30px;
}


