header {
	background: #ffffff;
	padding:  15px 20px;
	border-bottom:  1px ridge #bbbbbb;
	position:fixed;
	top:0;
	width:100%;
	z-index: 100;
	line-height: 1;
}

header strong {
	font-size:  18px;
	font-weight:  700;
	text-transform:  uppercase;
	font-family: Ruda,sans-serif;
}

a {
	color:  #428bca;
	text-decoration:none;
}
.container.other {
	margin-top: 100px;
}

.wrapper {
    margin-top: 0 !important;
}

.my_add {
	border:  0px solid grey;
	width:  100% !important;
}

/*.header-right {*/
/*	width: 85%;*/
/*	float: left;*/
/*}*/

.header-right {
	width: 50%;
	float: right;
	margin-top: -20px;
}
header ul {
    position:fixed;
    top: 20;
    right: 20px;
    display:inline-block;
    list-style: none;
}

.fa { margin: 0 5px;}

body header > div.header-right > ul >li {
	color: #428bca;
	display:inline-block;
	margin-right: 10px;
	border: 1px solid lightgrey;
	border-radius: 5px;
	padding: 5px 10px;
}

body header > div.header-right > ul > li:not(:last-child) {
    margin-right: 5px !important;
}

header ul li {
    display:block;
}

header ul li:hover{
	cursor: default;
	color: grey;
}

header ul li:hover ul {
	display: block;
	text-align: left;
	margin-top:4px;
}

header  ul  li  ul {
	display: none;
	padding: 2px 0;
	width: inherit;
	background:#efefef;
}

header ul li ul li {
	width: inherit;
	text-align: center;
	padding: 10px 20px;
	border-bottom: 1px solid grey;
	background: white;
}

header ul li ul li:hover {
	background: #efefef;
}
