/* body {
	background-image: url(/images/4424.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}*/

/*.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: 25px;
}

/*@media (max-width: 768px) {
	.mod-languages {
		position: relative;
		float: right;
		bottom: 25px;
}	
}*/

.article-index {
	width: 100%;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 28px;
	line-height: 30px;
}

h3 {
	font-size: 17px;
	line-height: 20px;
}

p {	
	text-align: justify;
}

p.readmore {text-align:right;}

.blog-featured img {
	margin: 0 10px 0 0;
}

.blog img {
	margin: 0 10px 0 0;
}

.item-page img {
	margin: 0 10px 0 0;
}

.blog div {
	overflow: hidden;	
}

div[itemprop="articleBody"] a {
   text-decoration: underline;
}

div.search {
	text-align: center;
}

dl {    
	/*margin-bottom: 0px;*/
}

dd {	
	margin-left: 0;
}

.article-info-term {
	display: none;
}

.muted {
	/*font-weight: bold;*/
    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;
}

/*.page-header {
	border-bottom: 1px solid #ddd;
}*/

div[itemprop="blogPost"] {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.well .menu li {
	border-bottom: 1px solid #ddd;
}

.item-page .page-header {
	border-bottom: none;
}
	

/*.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 10px;
	line-height: 18px;
	text-decoration: none;
	background-color: #E9BF95;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #DB944D;
}*/

footer .container p {
	/* color: #fff; */
}

footer .container a {
	/* color: #0ff; */
	text-decoration: underline;
}