.languages {
	padding-top: 10px;
}

.languages a {
	display: inline-block;
	color: #02a8f3;
	border: 1px #2a1b03 solid;
	line-height: 32px;
	width: 32px;
	text-align: center;
	
	-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}

.languages a:hover {
	background: #02a8f3;
	color: white;
}
.img-thumbnail {
  border:0;
  width:100%;
}
.btn-success{
    width: 100%;
    border: 0;
    border-radius: 0;
    background: rgba(0, 133, 0, 1);
}

.btn-success a{
    color: #fff;    
}