/* FOR LOCALISATION */
.whitebg{
  background: #fff;
  padding: 60px 0;
}
.graybg{
  background: #f1f1f1;
  padding: 60px 0;
}
.bigger{
  font-size: 130%;
  line-height: 160%;
}
.highlight{
  color: #e06f4c;
}
.lmarged{
  margin-left: 40px;
}

.fcol.narrow{
  max-width: 800px;
}

.eu{
  margin: 20px 40px 20px 0;
  background: url(../layout/eu.png?v=2) 0% 0% no-repeat;
  background-size: 135px;
  padding-left: 150px;
}
.footer{
  padding: 50px 16px;
}
.socrow a{
  margin: 0 0 0 4px;
  display: inline-block;
}
.socrow a img{
  border-radius: 6px;
  overflow: hidden;
  filter: saturate(0);
  width: 30px;
}
.newsletterbox{
	padding-left: 60px;
}
.nlform{
	padding: 10px 0 0;
	display: flex;
	text-align: center;
	align-items: center;
  justify-content: flex-start;
}
.nltext{
  background: #fff;
  border: none;
  padding: 14px 25px;
  margin: 0 0px;
	line-height: 20px;
	font-size: 16px;
	height: 54px;
	font-weight: 100;

	display: inline-block;
  box-sizing: border-box;
}
.nlsub{
  background: #e06f4c;
  color: #fff;
	display: inline-block;
	font-weight: bold;
	text-transform: uppercase;
  border: none;
  padding: 12px 20px 12px 20px;
  height: 54px;
	font-size: 20px;
	display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
}
.nlnote{
	clear: both;
	font-size: 11px;
	text-align: center;
}

/* Articles  */
.hp_news{
  display: flex;
  clear: both;
  flex-wrap: wrap;
  padding: 10px 0;
  margin: 0 -10px;
}

.hp_news_det{
  text-decoration: none;
  color: #111d32;
  margin: 10px;
  padding: 0 0 30px;
  width: calc(100% / 3 - 20px);
  position: relative;
}
.hp_news_det .img{
  display: block;
  padding: 0 0 10px 0;
  overflow: hidden;
  width: 100%;
}
.hp_news_det .img img{
  min-width: 100%;
}
.hp_news_det .texts{
  padding: 20px 0px 0 0px;
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.hp_news_det .hl{
  font-size: 120%;
  display: block;
  font-weight: 700;
  padding-bottom: 10px;
}
.time{
  color: #adadad;
}
.article_text h2:first-of-type{
  margin-top: 5px;
}
.hp_news_det .p{
  font-size: 90%;
  display: block;
  position: relative;
  padding-bottom: 15px;
}
.hp_news_det .more{
  float: right;
  color: #e06f4c;
  font-weight: 700;
  text-decoration: none;
}

.cont_news{
  display: flex;
  margin: -5px;
  flex-flow: wrap;
}
.cont_news .hp_news_det{
  width: 280px;
}

.archivelink{
  margin-top: -34px;
  font-size: 20px;
  color: #000;
  text-decoration: none;
  float: right;
  margin-right: 5px;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.archivelink span{
  color: #e06f4c;
}
.archivelink:hover{
  color: #e06f4c;
  text-decoration: none;

}

/* Pagehead  */
.pageheader{
  position: relative;
  width: 100%;
  color: #fff;
}
.pageheader .philu{
  min-height: 250px;
}
.pageheader .philu1{
  background: url(../layout/philu_hp.jpg) 50% 50% no-repeat;
}

.pageheader .philu_hp{
  background: url(../layout/philu_hp.jpg) 50% 50% no-repeat;
}

.pageheader h1{
  color: #fff;
  text-align: left;
  line-height: 130%;
  margin: auto;
}
.pageheader  .fgrid{
  min-height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pageheader .philu1 .fgrid{
  min-height: 250px;
}
.pageheader p,
.pageheader h1{
  max-width: 500px;
}

.bordered{
  border: 1px solid #f1f1f1;
}

.demosite{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.demosite img{
  width: 400px;
  height: auto;
  margin-left: 40px;
  order: 2;
}

.partners{
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner{
  display: flex;
  flex-flow: column;
  max-width: 250px;
  padding: 10px;
  align-items: center;
  text-align: center;
}
.partner img{
  height: 80px;
}
.partner strong{
  display: block;
  padding: 5px 0 10px;
}

.galleries{
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.galleries .gallery{
  width: calc(100% / 4 - 10px);
  margin: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
.images{
  margin: -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.images .img{
  width: calc(100% / 6);
  margin: 10px;
  display: block;
}
.images .img img{
  width: 100%;
}


.files{
  border-collapse: collapse;
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
.files th, .files td{
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}
.files th{
  background: #e06f4c;
  color: #fff;
}
.files td{

}
.files tr.dark td{
  background: #f9f9f9;
}
.files .ra{
  text-align: right;
}
.files .ca{
	text-align: center;
}

.doccats{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.doccats a{
  text-align: center;
  width: calc(100% / 5 - 20px);
  margin: 20px 10px;
  min-width: 150px;
}
.doccats a::before{
  content: url(../layout/docf.png?v=2);
  display: block;
  max-width: 100%;
}


@media(max-width: 1200px){
  .hp_news{
    margin: 0 0px;
  }
}
@media(max-width: 1024px){

}

@media(max-width: 768px){

  .lmarged{
    margin-left: 0px;
  }
  .hp_news_det{
    width: calc(100%);
  }
  .demosite{
    flex-flow: column;
  }
  .demosite img{
    margin-left: 0;
    width: 100%;
    order: 1;
  }
  .demosite .texts{
    order: 2;
  }
  .newsletterbox{
    padding-left: 0;
    text-align: center;
  }
  .nlform{
    justify-content: center;
  }
  .copyinfo{
    margin-top: 30px;
    align-items: center;
  }
  .subjectinfo{
    text-align: center;
  }
  .eu{
    margin-right: 0;
    padding-top: 120px;
    padding-left: 0;
    text-align: center;
    background-position: 50% 0%;
  }
  .footer{
    padding: 30px 16px 10px;
  }
  .video{
    margin-bottom: 16px;
  }
  .article_img{
    margin-bottom: 30px;
  }
}

@media(max-width: 576px){
  .nltext{
    width: 100%;
  }
}
