ul {
    list-style: none outside none;
}
#welcome-section {
    background-color:#6a2e0a;
    z-index: 0 !important;
}
.moduleballine ul li{
   list-style: none;
}



.moduleballine ul li:before{
   content: '';
   display: inline-block;
   height: 10px;
   width: 10px;
   background-image: url("../images/Bullet.png");
}
form{
	float:right !important;
}
.form-search input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #dab150;
    border-radius: 3px;
    bottom: 33px;
    color: #fff;
    position: relative;
    right: 250px;
    width: 105px;
}
.row {
    margin-left: 0;
}
.moduleballine a {
    color: #f5e6bb;
    font-family: "Trajan pro",serif;
    font-size: 13px;
    letter-spacing: 0.5px;
	margin-left: 5px;
}
.moduleballine a:hover {
	text-shadow: 0px 0px 3px #fff;	
}
