.country_content{
	border: 0px solid red;
	display: inline-block;
	min-height: 28em;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.country_block{
	border: 0px solid black; 
	margin-top: 1.5em;
	width: 100%;
}

.toAdopted{
	float: left;
	width: 100%
}

.country_nav{
	border: 0px solid blue;
	color: #1a3095;
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	width: 9em;
}

.country_nav a{
	color: #0134cd;
	text-decoration: none;
}

.country_nav a:hover{
	color: #0134cd;
	text-decoration: underline;
}

.country_image{
	float: left;
	border: 0px solid black;
	width: 40%;
}

.country_image img{
	/*width: 90%;*/
	max-width:100%;
}

.country_right{
	border: 0px solid black;
	float: right;	
	width: 55%;
}

.country_title{
	background: url(../images/template/flagpage/country/country_line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 1.5em;
	font-weight: bold;
	padding-top: 0.5em;
	text-align: left;
}

.country_descrition{
	text-align: left;
	font-size: 0.9em;
}

.toHome{
	display: none;
}

@media (max-width:900px){ 
	.country_image, .country_right{
		float: none; 
		width: 100%;
	} 
}