.body .container {
	background-color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
}

/*header {
	background-image: url(/images/bg.jpg);
	background-position: 50% 40%;
	background-size: cover;
	padding: 10px;
	height: 200px;
	/*transition: all .5s ease-in-out .1s;
	-moz-transition: all .5s ease-in-out .1s;
	-ms-transition: all .5s ease-in-out .1s;
	-o-transition: all .5s ease-in-out .1s;
	-webkit-transition: all .5s ease-in-out .1s;*/
}*/

/*header:hover {	
	background-position: 50% 30%;
}*/

/*.site-title {
	color: #fff;
	font-size: 20px;	
	vertical-align: bottom;
}*/

@media (max-width: 768px) {
	.header {
		height: auto;
		padding: 0;
}
	.site-title {
		color: #4C4D4F;
	}
}

.mod-languages {
	position: relative;
	float: right;
	bottom: 27px;
}

@media (max-width: 768px) {
	.mod-languages {
		position: relative;
		float: right;
		bottom: 0px;
}	
}

h2 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 100;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

p {	
	text-align: justify;
}

p.readmore {text-align:right;}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}

td p {	
	padding: 10px;	
}

a:hover,
a:focus {
	color: #004466;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
	text-decoration: none;
}

.blog-featured img {
	margin: 0 10px 0 0;
	padding: 15px 10px 10px 0;
}

.blog img {
	margin: 10px 10px 0 0;
	padding: 5px 10px 10px 0;
}

.item-page img {
	margin: 0 10px 0 0;
	padding: 5px 10px 10px 0;
}

.itemid-14 .blog img {
	width: 200px;
}

/* img[width="200"] {
	width: 100%;
	padding: 0;
	margin: 10px 0;
} */

.blog div {
	overflow: hidden;	
}

div[itemprop="articleBody"] a {
   text-decoration: underline;
}

div.search {
	text-align: center;
}

main .page-header {
	margin: 10px 0px 10px 0px;
    padding-bottom: 0px;	
	border-top: 1px solid #ddd;
	border-bottom: none;
}

main .item-title {
	margin: 10px 0px;
    padding-top: 10px;
	border-top: 1px solid #ddd;	
}

dl {    
	margin-bottom: 0px;
}

dd {	
	margin-left: 0;
}

.article-info-term {
	display: none;
}

.muted {
	font-weight: 100;
    color: #333;
	/*text-align: right;*/
}

.category-desc {
	font-family: 'Open Sans';
	background-color: #306299;
	padding: 10px;
	color: #fff;
	/*font-size: 1.1em;*/
	line-height: 1.5em;
}

/*.category-desc p {
	font-size: 1.1em;
	line-height: 1.5em;
}*/

.category-desc a {
	color: #fff;
	text-decoration: underline;
}

footer .container p {
	/* color: #fff; */
}

footer .container a {
	/* color: #0ff; */
	text-decoration: underline;
}