@charset "utf-8";
/* CSS Document */



.main-logo {
	background-position: left bottom;
    height: 60px;
    background-image: url("../images/Stumbras_logo.png");
    margin: 5px 0 5px;
	float: left;
	width: 200px;
	background-repeat: no-repeat

}

.navbar{padding: 0px}

.mr-auto {
    margin-left: auto !important;
}

.mr-auto {
    margin-right: 0 !important;
}

.main-menu {
	
	font-family: 'Josefin Sans', sans-serif;
font-size: 12px;
    position: absolute;
    text-align: center;
    right: auto;
    
    width: 550px;
    margin-left: 0;
    left: 50%;
	text-transform: uppercase
}

.menu{list-style: none;
padding: 0;
margin: 0;}

.navbar-nav > li {
    position: relative;
    display: inline-block;
}

.navbar-nav > li::before {
    position: absolute;
    display: inline-block;
    content: '';
    width: 1px;
    bottom: 10px;
    top: 11px;
    right: 0;

}

.navbar-nav > li > a {
	color: #ffffff!important;
    display: inline-block;
    line-height: 33px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 17px!important;
	font-family: 'Josefin Sans', sans-serif;

    
}

.navbar-nav > li > a:hover {
	color: #005D92!important;
 

    
}

.clearfix::after {
    clear: both;
}