.logo-name {
    font-size: 40px !important;
    font-weight: 800;
    letter-spacing: normal !important;
    margin-bottom: 15px !important;
	vertical-align:middle;
	text-shadow: inset 1px 1px 2px rgba(0, 0, 0 , 0.5);
	
}
.navbar-form.navbar-right:last-child {
    margin-right: 0;
}

.container {
margin-top:60px;
}
/* hide input border */ 
.input_h_b {
	border:1px dotted transparent;
	border-bottom:1px dotted #18A689;
	padding: 6px 1px;
}
.input_h_b:focus {
	 border: 1px solid #18A689;
    outline: 0 none;
	
}
.logo_img_big
{
	width:32px;
	height:32px;
	vertical-align:text-top;
	margin:11px 0 0 0;
}
.logo_img_small
{
	width:16px;
height:16px;
vertical-align:text-top;
margin:5px 0 0 0;
}
@media (max-width:767px){
.navbar-header
{
	display:block;
	float:none;
}
}