/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.0.0 
Created: August 2014
License URI: http://wrapbootstrap.com
File Description: Place here your custom CSS styles
*/

div.importent {
    color: #C70000;
    padding: 10px;
    margin: 10px;
    border: 1px solid #C70000;
    border-left: 5px solid #C70000;
    border-right: 5px solid #C70000;
}

div.information {
    padding: 10px;
    margin: 10px;
    border: 1px solid #eee;
    border-left: 5px solid #eee;
    border-right: 5px solid #eee;
}

div.border {
    margin: 10px;
    padding: 10px;
    border: 1px solid #DDD;
    background: #F9F9F9;
}

/*ul.nav-city li a {*/
    /*color: #e84c3d;*/
/*}*/

#bottom_banner {
    background: url("img/przez.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #fff !important;
    border-radius: 0 !important;
    border-style: solid !important;
    border-width: 1px 0 !important;
    box-shadow: 0 0 40px #444;
    display: none;
    float: none !important;
    height: 80px;
    left: 0;
    margin: 0 auto !important;
    padding: 10px 0;
    position: fixed !important;
    right: 0;
    text-align: center;
    text-shadow: none;
    width: 100% !important;
    z-index: 16777270;
}