/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 26, 2014, 6:19:49 PM
    Author     : csatloss
*/
body{
    margin: 0px;
}
.module-promo {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    min-height: 400px;
}    
.module-sticky-nav .row {
    overflow: visible;
    position: relative;
}
.row {
    margin: 0 auto;

}

.sticky-nav-left {
    float: left;
    margin-right: 253px;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.module-sticky-nav ul li {
    float: left;
    margin: 1px 15px 0 0;
}
.module-sticky-nav {
    background: #e9eaea;
    overflow: hidden;    
    padding: 0.8em 0;
    width: 100%;
    z-index: 555;
}
.header {
    background: #182224;
    height: 50px;
    left: 0;
    padding: 10px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
#header li{
    float: left;
    margin-left: 10px;
    margin-top: 15px;
}
#header a{
    color: #fff;
}
#undefined-sticky-wrapper{
    width: 100%;
}