h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h4.item_title {
  font-weight: 500;
}

hr {
	border-top: 1px solid #D8D8D8;
}

h3 {
	line-height: 22px;
}

#header-row .row-fluid {
	padding-bottom: 15px;
}

.navigation ul.sf-menu > li > a, .navigation ul.sf-menu > li > span {
	font-size: 16px;
}

#copyright-row .footermenu ul li.firstItem{
    background: none;
}

.page-filter-links a{
	font-size: 14px;
}

.active{
	font-weight:bold;
}


.lang {
	float:right;
}

.all_link_right {
	text-align:right;
	float:right;
}

.lang .active{
	display:none;
}

.lang img{
	margin-top:-3px;
	margin-left:15px;
}

.tags_cloud_block{
	width:100%;
}

.top_line{
	background: url(../images/wgbord.png) repeat-x;
	/* padding: 51px 0 11px; */
}

.right_line{
	background: url(../images/wgbord.png) top right repeat-y;
	/* padding: 51px 0 11px; */
}

.cover-block {
    display: block;
    width: 150px;
    margin: 10px 15px;
    text-align: center;
    min-height: 227px;
    float: left;
}

.cover-image{
	width:130px;
	height: 175px;
	margin-bottom:10px;
	border: 1px solid;
	box-shadow: 10px 10px 5px #888888;
}

.cover-link{
	text-align:center;
	color:#333;
}

.news-preview-content-block{
	/* margin-left:85px; */
}

.news-item{
	margin-bottom:15px;
}

.read-more-link{
	position: relative;
    top: -10px;
}

.img-intro__left, .img-full__left {
  margin: 0 15px 10px 0;
}

#maintop-row #maintop {
    padding: 30px 0 33px;
}

#maintop-row .hello h2.moduleTitle {
    margin-left: 0px;
	line-height: 35px;
}

.camera_caption {
    top: 73.5%;
    right: 0;
}

.camera_caption > div {
    padding: 10px 45px 5px 65px;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
}

.camera_caption h1 {
    font-size: 32px;
    font-family: 'Asap', sans-serif;
    font-weight: normal;
    text-shadow: 0 0 3px #000;
    line-height: 34px;
    letter-spacing: 1px;
}

#mainbottom-row .news .item_published {
  color: #ff7f40;
  font-weight: bold;
  /* font-family: 'Asap', sans-serif; */
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0px;
}

.item_published {
  color: #ff7f40;
  font-weight: bold;
  /* font-family: 'Asap', sans-serif; */
  font-size: 14px;
  line-height: 18px;
  margin-bottom:0px;
}

.item_published_news {
  color: #ff7f40;
  font-weight: bold;
  /* font-family: 'Asap', sans-serif; */
  font-size: 14px;
  line-height: 18px;
  margin-bottom:0px;
}

.item_published_news.big {
  font-size: 23px;
  line-height: 28px;
}

.page-blog .items-row + .items-row, .page-item__blog .items-row + .items-row, .page-archive .items-row + .items-row {
    padding: 20px 0 0;
}

.moduletable .item__module .item_header h4.item_title {
    line-height: 18px;
}

.moduletable .item__module {
	margin-bottom: 25px;
}

.mask_cont .item_header .item_title a {
	color: #ff7f40;
    font-size: 16px;
}

#maintop-row .hello .item_introtext{
    margin: 10px 0 10px 0;
}

.item_introtext{
    margin: 10px 0 10px 0;
}

@media (max-width: 767px){
	.lang img{
		margin-top:5px;
		margin-left:15px;
	}
}

/* flex */

#maintop.row-fluid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.moduletable.maintophome.span4 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tags_cloud_block.top_line {
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/* -webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center; */
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.button{
	padding: 5px 10px;
    margin: 0;
    border-radius: 3px;
    margin-top: -8px;
    border: 1px solid #ccc;
}