textarea {
	resize: vertical;
}


#footer {
	color: #808080;;
	background: #f1f1f1;
	padding: 100px 0 5px;
}
#footer p {

}



.fb-like, .twitter-share-button, .googleplus  {
	margin-top: 14px !important;
	margin-left: 10px !important;
}

.user-picture {
	width: 100%;
	height: auto;
	background: #eee;
}

.allinea {
	padding-top: 7px;
	margin: 0;
}

#sidebar {
	
	
}
	#sidebar ul, #sidebar ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;		
	}
		#sidebar ul {
			margin-bottom: 35px;
		}	
		#sidebar ul li {
		}
			#sidebar ul li a, .tab_title {
				font-size: 18px;
				margin: 0;
				padding: 15px 0;
				display: block;
			}
			.tab_title {
				font-weight: bold;
				color: #bbb;
				border-bottom: 1px solid #dedede;
				margin-bottom: 15px;
			}
		


#login-dp{
    min-width: 250px;
    padding: 14px 14px 0;
    overflow:hidden;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin: 12px 0    
}
#login-dp .social-buttons a{
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
#nibirumail_res {
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}

@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}