.motivations_content{
	display: inline-block;
	min-height: 27em;
	overflow: hidden;
	position: relative;
	width: 99%;
}

.motivations_block{ 
	margin-top: 1.5em; 
	border:0px solid black;	
}

.motivations{
	/*float: left;
	width: 100% */
}

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

.motivations_left{
	border:0px solid blue;
	float: left;
	width: 50%;
}
	.motivations_left img{max-width:100%;}
.motivations_right{
	float: right;	
	/*padding-left: 2em; */
	width: 45%;
	border:0px solid black;
}

.motivation_side{
	position: relative;
	padding-bottom: 1.5em;
}

.motivation_title{	
	font-size: 1.7em;
	font-weight: bold;
	text-align: right;
}

.motivation_description_mask{
	height: 9.5em;	
	overflow: hidden;
}

.motivation_description{
	font-size: 0.9em;	
	height: auto;	
	position: relative;
	text-align: right;
	top:0px;
}

.combination_description_mask{
	height: 9.5em;	
	overflow: hidden;
}

.combination_description{	
	font-size: 0.9em;
	height: auto;
	position: relative;
	text-align: right;
	top:0px;
}

.combination_scroll{	
	text-align: right;
	padding-top: 10px;
}

.motivation_scroll{	
	text-align: right;
	padding-top: 10px;
}

.combination_title{
	font-size: 1.7em;
	font-weight: bold;
	text-align: right;	
}

.pole_side{
	background: url(../images/template/flagpage/motivations/pole.png);
	background-repeat: no-repeat;	
	background-size:470px 486px;
	/*float: left; */
	width:100%;
	max-width: 470px;
	height: 486px;
}

.flags_side{	
	float: left;
	/*height: 26.5em;*/
	margin-top: -2px;
	margin-left: 18px;
	width: 100%;
	max-width: 410px;
}
	.flags_side table{ width:100%; max-width:410px; }
	.flags_side img{ width:100%; max-width:394px; margin-top:20px;}	 
		
.flags_upper_right_side{
	border: 5px solid white;
	float: left;
	height: 7.3125em;
	width: 10.6875em;
}

.flags_upper_left_side{
	border: 5px solid white;
	float: right;
	height: 8em;
	width: 10.0625em;
}

.flags_center_side{
	position: relative;
	border: 5px solid white;
	color:black;	
	height: 5.0625em;
	left: 80px;
	top: 90px;
	width: 13.1875em;
}

.flags_lower_right_side{
	
	float: left;
	height: 8.6875em;
	margin-top: 10px;
	width: 11.9375em;
}

.flags_lower_left_side{
	
	float: right;
	height: 8.1875em;
	margin-top: 10px;
	width: 10.0625em;
}


.flag_title_upper{
	margin-top: 2.5em;
	font-size: 1em;
	font-weight: bold;
}

.flag_title_lower{
	margin-top: 3.5em;
	font-size: 1em;
	font-weight: bold;
}

.description{
	font-size: 0.6em;
}

.flag_center_title{
	position: absolute;		
	font-size: 1em;
	font-weight: bold;
	height: 2.2em;
	margin-top: 1.5em;
	width: 100%;
}

.center_description{
	position: absolute;	
	font-size: 0.6em;
	height: 3em;
	margin-top: 4.3em;
	width: 100%;
}

.div_clear{
	clear:both;
}

.flag_motivation_title{
	font-weight: bold;
	font-size: 1.1em;
	color: #000000;
	border:0px solid black;
	
}

.flag_motivation_details{
	font-size: 0.8em;
	color:#000000;
	border:0css vertical align middel
}

.soft_hard_nav{
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	text-align: right;
	width: 10em;
}

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

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

@media (max-width:900px){ 
	.motivations_left, .motivations_right{
		float: none; 
		width: 100%;
		padding:0;
	}  
	.pole_side{
		background: none; 
		height: 286px;
	}
		.flags_side { 
			margin-left: 0; 
		} 
	.motivation_description_mask, .combination_description_mask {
		height: auto;
		margin-bottom:15px;
	}
		.motivation_scroll, .combination_scroll{display:none;}
} 
@media (max-width:500px){ 
	 
}
 