#map-canvas{
	margin-top: 20px;
	width: 100%;
	height: 400px;
}

.country-container{
	margin-top: 20px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.country-title{
	font-size: 16px;
	font-weight: bold;
}
.country-list{
	list-style: none;
	padding: 0px;
	margin-top: 10px;
}

#testimonials .carousel-indicators {
	bottom: -30px;
	margin-bottom: 0;
}




@media (min-width: 768px){
	.navbar-nav.navbar-right:last-child {
		margin-right: -25px;
	}

}