@import url("../css/font-awesome.css");
@import url("../css/animations.css");
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(http://fonts.googleapis.com/css?family=Volkhov:400italic);

.dropdown-menu { z-index: 1500; }

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,1.0);
    box-shadow: 0 0 15px rgba(0,0,0,0.02);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}
.legend {
    line-height: 18px;
    color: #555;

}
.legend img {
    width: 20px;
    height: 20px;
}
.legend i {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
    font: 8px/10px Arial, Helvetica, sans-serif;
}

.site-footer ul > li {
    border-bottom: 1px solid #eceae4;
    padding: 10px 0;
    color: #999999;
}

.site-footer {
    background-color: #f8f7f3;
    padding: 50px 0;
    box-shadow: 0 -2px 0 rgba(0,0,0,.07);
}

.site-footer h4 {
    color: #303030;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.site-footer ul {
    list-style-type: none;
    padding-left: 0px;
}

.site-footer a:link, 
.site-footer a:active,
.site-footer a:hover,
.site-footer a:visited {
    text-decoration: none;
    color: #888;
}

.site-footer a:hover {
    color: #007F7B;
}

.spacer-20 {
    height: 20px;
    clear: both;
    width: 100%;
}
.spacer-10 {
    height: 10px;
    clear: both;
    width: 100%;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
}

.affix + .container-fluid {
    padding-top: 70px;
}
