@font-face {
    font-family: 'helvetica_neue';
    src: url('helveticaneue-thin-webfont.eot');
    src: url('helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('helveticaneue-thin-webfont.woff') format('woff'),
         url('helveticaneue-thin-webfont.ttf') format('truetype'),
         url('helveticaneue-thin-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @group  Animations  */

@keyframes scrollarrow
{
	0% 		{	top: 20px;	}
	50% 	{ top: 40px;	}
	100% 	{ top: 20px;	}
}

@-moz-keyframes scrollarrow /* Firefox */
{
	0% 		{	top: 20px;	}
	50% 	{ top: 40px;	}
	100% 	{ top: 20px;	}
}

@-webkit-keyframes scrollarrow /* Safari and Chrome */
{
	0% 		{	top: 20px;	}
	50% 	{ top: 40px;	}
	100% 	{ top: 20px;	}
}

@-o-keyframes scrollarrow /* Opera */
{
	0% 		{	top: 20px;	}
	50% 	{ top: 40px;	}
	100% 	{ top: 20px;	}
}

/* @end */

/* @group HTML5 Boilerplate */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

* { 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/* @end */

/* @group Algemeen Style */

html {
  background: #000;
}
body {
	background: #fff;
	color: #000;
	font: 13px/20px Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
}


p {
	margin: 0 0 12px 0;
}
p.description {
  font-size: 12px;
  color:#959595;
}
a {
	color: #cb0e10;
	text-decoration: none;
}
h1 {
	color: #000;
	font: bold 30px/32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 40px 0 35px 0;
}
h1 span {
  display: block;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 5px 0 0 0;
}
h2 {
	color: #000;
	font: bold 17px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 30px 0 25px 0;
	text-transform: uppercase;
}
.vertical-line h2 {
  margin-left: -30px;
  padding: 0 0 15px 30px;
  border-bottom: 1px solid #D8D8D8;
}
h3 {
  font: 18px/20px Arial, Helvetica, Geneva, sans-serif;
  color: #CC0000;
  margin: 15px 0;
}
h4 {
  color: #000;
  font: bold 14px/21px Arial, Helvetica, Geneva, sans-serif;
  margin: 10px 0;
}

.col1 h1:first-child , 
.col2 h1:first-child , 
.col3 h1:first-child , 
.col4 h1:first-child , 
.col5 h1:first-child , 
.col6 h1:first-child , 
.col7 h1:first-child , 
.col8 h1:first-child , 
.col9 h1:first-child , 
.col10 h1:first-child ,
.col11 h1:first-child , 
.col12 h1:first-child , 
.col13 h1:first-child , 
.col14 h1:first-child , 
.col15 h1:first-child , 
.col16 h1:first-child ,
.col17 h1:first-child ,
.col18 h1:first-child ,
.col19 h1:first-child ,
.col20 h1:first-child ,

.col1 h2:first-child , 
.col2 h2:first-child , 
.col3 h2:first-child , 
.col4 h2:first-child , 
.col5 h2:first-child , 
.col6 h2:first-child , 
.col7 h2:first-child , 
.col8 h2:first-child , 
.col9 h2:first-child , 
.col10 h2:first-child ,
.col11 h2:first-child , 
.col12 h2:first-child , 
.col13 h2:first-child , 
.col14 h2:first-child , 
.col15 h2:first-child , 
.col16 h2:first-child ,
.col17 h2:first-child ,
.col18 h2:first-child ,
.col19 h2:first-child ,
.col20 h2:first-child  {
  margin-top: 0;
}

.btn {
  background: #cb0e10;
  display: inline-block;
  padding: 5px 20px 6px;
  color: #fff;
}
.btn:hover {  
  background: #000;
}

.more {
  background: url(../images/sprite.png) no-repeat -534px -111px;
  display: block;
  padding: 0 0 0 25px;
  color: #cb0e10;
  font-weight: bold;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  background: url("../images/sprite.png") no-repeat -541px 4px;
  padding: 0 0 3px 15px;
}
/*ul li:before {
  clip: rect(3px, 550px, 20px, 530px);
  content: url("../images/sprite.png");
  display: block;
  left: -541px;
  position: absolute;
  top: 4px;
}*/
ul li a {
  color: #6C6C6C;
}
ul li a:hover {
  color: #cb0e10;
}

.block-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.block-list ul li {
  background: none;
  display: inline-block;
  padding: 0 10px 40px;
  vertical-align: top;
  width: 32%;
}
.block-list ul li .photo {
  position: relative;
}
.block-list ul li .photo .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
  z-index: 555;  
  transition: border 0.4s ease 0s;
  -moz-transition: border 0.4s ease 0s;
  -webkit-transition: border 0.4s ease 0s;
}
.block-list ul li a:hover .photo .inner {
  border-width: 10px;
}
.block-list ul li img {
  display: block;
  margin: 0 0 7px 0;
  width: 100%;
}
.block-list ul li img.img {
  position: absolute;
  left: 0;
  top: 0;
}
.block-list ul li h4 {
    background: url(../images/sprite.png) no-repeat -534px -112px;
    padding: 0 0 0 25px;
}
.block-list ul li h5 {
  color: #CB0E10;
  font-size: 14px;
  margin: -8px 0 8px;
    padding: 0 0 0 25px;
}
.block-list ul li p {
  padding: 0 0 0 25px;
}
.block-list ul li .btn {
  margin: 0 0 0 25px;
}


img.scale {
  display: block;
  width: 100%;
}


form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
form ul li {
  background: none;
  padding: 0;
	margin: 0 0 20px 0;
}
form ul li label {
  display: block;
  font-weight: bold;
  padding: 0 0 5px 0;
}
form ul li label span {
  color: #f00;
}
form ul li label span.description {
  color: #8f8f8f;
  display: block;
  font-weight: normal;
}
form ul li input.text ,
form ul li select ,
form ul li textarea {
  background: #fbfbfc;
	padding: 10px;
	border: 1px solid #ebebf1;
	width: 100%;
}
form ul li input.text ,
form ul li select {
  max-width: 350px;
}
form ul li textarea {
	height: 260px;
}
form ul li select {
	height: 3em;
}
form ul li input.error ,
form ul li select.error ,
form ul li textarea.error {
	border-color: #f00;
	color: #f00;
}
form ul li .btn {
  border: none;
  padding: 9px 27px 7px 27px;
  background: #c90c0f;
  color: #fff;
}

/* @end */

/* @group Algemeen structure */

.area {
	padding: 60px 0;
	position: relative;
	z-index: 2;
	background: #fff;
	overflow: hidden;
}
.vertical-line {
  border-left: 1px solid #d8d8d8;
  padding: 0 0 0 30px;
}

header#header {
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  overflow: visible;
}
.no-touch header#header {
  position: fixed; 
}

h1.logo {
	margin: 0;
	height: 40px;
	width: 172px;
	padding: 0;
}
h1.logo a {
	background: url(../images/sprite.png) no-repeat left top;
	display: block;
	height: 40px;
	text-indent: -9999px;
}
header h1.logo {
  position: absolute;
  left: 5px;
  top: 9px;  
}
.admin header h1.logo {
  top: 59px;  
}

#menu {
	background: #c90c0f;
	color: #fff;
	padding: 0;
	height: 110px;
	border-bottom: 50px solid #000;
	
	top: 0;
	position: absolute;
	z-index: 8888;
	left: 0;
	width: 100%;
}
.admin #menu {
  top: 50px;
}
.mean-container #menu {
  border: none;
  height: 60px;
}
.no-touch #menu {
  position: fixed; 
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
#menu ul li {
  background: none;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 1px 0 0;
}
#menu ul li a {
	display: block;
	color: #fff;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0 17px;
}
#menu ul li a:hover {
  background: #000;
  border-bottom: 1px solid #CB0E10;
}
#menu ul li.active a ,
#menu ul li.active-trail a {
  background: #000;
  border: none;
}
#menu ul li ul {
  display: none;
  position: absolute;
  right: 0px;
  top: 60px;
  background: #000;
}
#menu ul li.active ul ,
#menu ul li.active-trail ul {
  display: block;
}
#menu ul li ul li a {  
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}
#menu ul li ul li a:hover ,
#menu ul li ul li.active a ,
#menu ul li ul li.active-trail a {
  color: #CB0E10;
  border: none;
}

#menu-placeholder {
  height: 110px;
  display: block; 
}
.admin #menu-placeholder {
  height: 160px;
}
.mean-container #menu-placeholder {
  height: 60px;
}

#footer {
  border-top: 1px solid #000;
  color: #000;
  padding: 30px 0 20px;
}
#footer .right {
  text-align: right;
  position: relative;
  font-size: 9px;
}
#footer .right .sociallinks {
  position: absolute;
  right: 0;
  top: -40px;
  padding: 0 0 0 30px;
  background: #fff;
}
#footer .right .sociallinks a {
  background: url(../images/sprite.png) no-repeat 0 -416px;
  display: inline-block;
  height: 37px;
  width: 37px;
  margin: 0 0 0 6px;
  text-indent: -9999px;
  text-align: left;
}
#footer .right .sociallinks a.btn_twitter {
  background-position: -41px -416px;
}
#footer .right .sociallinks a.btn_linkedin {
  background-position: -81px -416px;
}
#footer .right .sociallinks a.btn_youtube {
  background-position: -120px -416px;
}
#footer .right .sociallinks a.btn_blogger {
  background-position: -158px -416px;
}


#footer .divider {
  border-top: 1px solid #cdcdcd;
  padding-top: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}
#footer a {
  color: #000;
}
#footer ul li {
  margin: 0;
  padding: 0;
  background: none;
}

/* @end */

/* @group Page : Home */

.front {
  padding: 508px 0 0;
}
.front header h1.logo {
  top: 60px;  
}
.front.mean-container header h1.logo {
  top: 9px !important;
}
.front #menu {
  position: relative;
  height: 60px;
  border: none;
  top: 0;
}
.front.mean-container #menu {
  position: fixed !important;
}
.front #menu ul li a:hover {
  border-bottom: none;
}
.front #menu-placeholder {
  display: none;
  height: 60px;
}

#carousel {
  background: #000;
	padding: 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}
.no-touch #carousel {
  position: fixed; 
}
#carousel ul {
	margin: 0;
	padding: 0;
}
#carousel ul li {
  background-position: center top;
  padding: 0;
	position: relative;
	width: 100%;
	height: 509px;
}
#carousel ul li a {
  display: block;
  height: 460px;
}
#carousel #pager {
  background: rgba(50, 50, 50, .75);
  position: absolute;
  top: 450px;
  left: 0;
  z-index: 9999;
  width: 100%;
}
#carousel #pager #bx-pager {
  max-width: 960px;
  padding: 0 15px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}
#carousel #pager #bx-pager a {
  display: inline-block;
  color: #fff;
  height: 60px;
  padding: 0 20px;
  text-transform: uppercase;
  font: 17px/56px "helvetica_neue";
  opacity: 0.4;
}
#carousel #pager #bx-pager a.item0 {
  /*
  position: absolute;
  left: -99999px;
  */
}
#carousel #pager #bx-pager a.active {
  opacity: 1;
}


.scrollindicator {
  position: absolute;
  left: 50%;
  top: 30px;
  height: 27px;
  margin: 0 0 0 -14px;
  width: 27px;
  background: #fff url(../images/scroll_arrow.jpg) no-repeat center;
  
  animation: scrollarrow 2s linear 1s infinite;
  -moz-animation: scrollarrow 2s linear 1s infinite;
  -webkit-animation: scrollarrow 2s linear 1s infinite;
  -o-animation: scrollarrow 2s linear 1s infinite;
}
.front #intro {
  padding-top: 80px;
  position: relative;
}
#intro {
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}
#intro h2 {
  margin-top: -25px;
}

#segments h2 {
  background: url(../images/sprite.png) no-repeat 0 -227px;
  height: 80px;
  padding: 38px 0 0 65px;
  margin: 0 0 5px 0;
}
#segments .item2 h2 {
  background-position: 0 -63px;
  padding-left: 64px;
}
#segments .item3 h2 {
  background-position: 0 -139px;
  padding: 30px 0 0 72px;
}
#segments p {
  margin: 0;
  min-height: 110px;
}
#segments h4 {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 5px 0;
}
#segments ul li a {
  font-weight: bold;
  color: #C90C0F;
}

#values {
  background: #e8e8e8 url(../images/values.jpg) no-repeat center 60px;
  padding: 380px 0 60px 0;
  text-align: center;
  z-index: 5;
}

#news-overview ul {
}
#news-overview ul li {
  background: none;
  padding: 0;
  position: relative;
  text-align: center;
}
#news-overview ul li a {
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
#news-overview ul li .title {
  height: 20px;
  overflow: hidden;
  margin-top: 15px;
  position: relative;
}
#news-overview ul li .title h4 {
  position: relative;
  line-height: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #CB0E10;
  margin: 0;
  text-transform: uppercase;
}
#news-overview ul li .title h4 span {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  top: 20px;
  color: #777;
}
#news-overview ul li .content {
  text-align: center;
}
#news-overview ul li .content p:first-child {
  min-height: 60px;
}
#news-overview .bx-controls .bx-prev ,
#news-overview .bx-controls .bx-next {
  background: url(../images/sprite.png) no-repeat -355px 0;
  position: absolute;
  top: 90px;
  left: -60px;
  color: #7f7f7f;
  text-transform: uppercase;
  width: 33px;
  height: 66px;
  text-indent: -9999px;
}
#news-overview .bx-controls .bx-next {
  background-position: -308px 0;
  left: auto;
  right: -60px;
}


#events {
  background: #000 url(../images/events_bg.jpg) no-repeat center;
  color: #fff;
  text-align: center;
  padding: 130px 15px;
}
#events h1 {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
}
#events h2 {
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  font-weight: normal;
}
#events img {
  margin: 30px 0;
}
#events p {
  color: #8d8f91;
  font-size: 17px;
  line-height: 25px;
}
#events p a {
  color: #fff;
  text-decoration: underline;
}
#events p a:hover {
  color: #C90C0F;
}

.front #footer {  
  border: none;
  background: #C90C0F;
  color: #fff;
}
.front #footer .divider {
  border-top: 1px solid #df6d6f;
  text-transform: uppercase;
  font-size: 11px;
}
.front #footer a {
  color: #fff;
}

.front #footer .right .sociallinks {
  background: #C90C0F;
}
.front #footer .right .sociallinks a {
  background-position: 0 -374px;
}
.front #footer .right .sociallinks a.btn_twitter {
  background-position: -41px -374px;
}
.front #footer .right .sociallinks a.btn_linkedin {
  background-position: -81px -374px;
}
.front #footer .right .sociallinks a.btn_youtube {
  background-position: -120px -374px;
}
.front #footer .right .sociallinks a.btn_blogger {
  background-position: -158px -374px;
}

/* @end */

/* @group Page : subpage */

#properties h2 {
  background: url(../images/sprite.png) no-repeat -534px -111px;
  padding: 0 0 0 25px;
}


#quotes {
  background: #d8231e url(../images/subpage-quote-bg.jpg) no-repeat center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  padding: 90px 0;
  z-index: 5;
}
#quotes h2 {
  color: #fff;
}
#quotes .author {
  font-weight: bold;
  font-size: 15px;
  padding: 10px 0 0 0;
}


#inthepicture .grid {
  padding-left: 0;
}
#inthepicture h1 {
  margin-top: 40px;
  font: 50px/55px "helvetica_neue";
}
#inthepicture .carousel {
  list-style: none;
}
#inthepicture .carousel li {
  background: none;
  margin: 0;
  padding: 0;
}
#inthepicture h1 {
  font: 49px/49px 'helvetica_neue';
}

#inthepicture .bx-wrapper .bx-pager {
  position: absolute;
  left: 54%;
  top: 0;
  z-index: 8888;
  width: 100px;
}
#inthepicture .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin: 0 9px 0 0;
}
#inthepicture .bx-wrapper .bx-pager .bx-pager-item a {
  display: inline-block;
  border: 1px solid #000;
  background: #fff;
  height: 8px;
  width: 8px;
  text-indent: -99999px;
  
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); /* IE 9 */
  -webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
}
#inthepicture .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #000;
}

/* @end */

/* @group Page : product detail */

#detail {
  padding-top: 85px;
}
#detail .btn-back {
  background: #000 url(../images/sprite.png) no-repeat -520px -266px;
  left: 50%;
  margin-left: -84px;
  padding-left: 35px;
  position: absolute;
  top: 0;
}

.body-image ul {
  margin: 40px 0;
  padding: 0;
}
.body-image ul li {
  background: none;
  margin: 0;
  padding: 0;
}
.body-image ul li img {
  display: block;
  margin: 15px 0;
  width: 100%;
}

.productcontactform ,
.newscontactform {
  margin: 0 0 70px 0;
}
.productcontactform textarea  ,
.newscontactform textarea {
  height: 120px;
}
.download-list ul li {
  list-style: none;
  background: none;
  padding: 0 120px 0 0;
  margin:  0 0 15px 0;
  min-height: 32px;
  position: relative;
}
.download-list ul li .btn {
  background: #CB0E10 url(../images/sprite.png) no-repeat right -235px;
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 35px;
}
.download-list ul li .btn:hover {
  color: #000;
}

/* @end */

/* @group Page : news */

/*
#filters {
  padding-bottom: 10px;
}
#filters ul li {
  background: url("../images/sprite.png") no-repeat -514px -112px ;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #F1F1F1;
  padding: 0 60px 20px 50px;
}
#filters ul li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  line-height: 17px;
}
#filters ul li a.selected {
  background-color: #ebeae9;
}
*/

#news-filters ul li a.selected {
  color: #cb0e10;
}
.news #container {
  margin: 0;
}
.news .element {
  display: block;
  border-bottom: 1px solid #a7a7a7;
  vertical-align: top;
  width: 100%;
  padding: 30px; 
  position: relative;
  min-height: 125px;
}
.news .element.has-image {
  background: #efefef;
}
.news .element img {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.news .element h2 {
  text-transform: none;
  margin: 0 0 15px;
  font-size: 22px;
}
.news .element .btnlist {
  padding: 15px 0 0 0;
}
.news .element .btnlist .btn {
  margin: 0 1px 5px 0;
  font-size: 10px;
  padding: 5px 13px 6px;
}
.news .element .btnlist .date {
  color: #fff;
  text-transform: uppercase;
  padding-left: 25px;
  background: #aeaeae url(../images/news-sprite.png) no-repeat 5px 7px;
}
.news .element .btnlist .tagslist {
  color: #9b9999;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 3px;
  background: #efefef url(../images/news-sprite.png) no-repeat 5px -28px;
}
.news .element.has-image .btnlist .tagslist {
  background-color: #fff;
}
.news .element .btnlist .tagslist .filter-label {
  cursor: pointer;
  display: inline-block;
  padding: 0 10px 0 0;
}
.news .element .btnlist .tagslist .filter-label:hover {
  color: #000;
}
.news .element .btnlist a.btn {
  font-weight: bold;
}



#filters.partners {
  padding-bottom: 10px;
}
#filters.partners ul li {
  background: url("../images/sprite.png") no-repeat -514px -112px ;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #F1F1F1;
  padding: 0 60px 20px 50px;
}
#filters.partners ul li a {
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  line-height: 17px;
}
#filters.partners ul li a.selected {
  background-color: #ebeae9;
}


.events #container {
  margin: 0 -51px 0 0;
}
.events .element {
  display: inline-block;
  vertical-align: top;
  width: 32.5%;
  border-left: 1px solid #F1F1F1;
  padding: 0 50px 40px 20px;
  margin: 0 0 70px 0;  
  position: relative;
  min-height: 125px;
}
.events .element h2 {
  background: url(../images/sprite.png) no-repeat -509px -304px;
  border-bottom: 1px solid #F1F1F1;
  margin: 0 0 15px -20px;
  padding: 0 0 10px 47px;
}
.events .element .btn {
  position: absolute;
  bottom: 0;
  left: 20px;
}


.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* @end */

/* @group Page : news detail */

.newsletterform {
  margin: 0 0 70px 0;
}
.newsletterform form ul {
  position: relative;
}
.newsletterform form ul li input {
  background: #4e4c4c;
  color: #fff;
  width: 100%;
}
.newsletterform form ul li input.btn {
  background: #828282;
  color: #FFFFFF;
  margin: 1px 0 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  border-left: 4px solid #fff;
}

/* @end */

/* @group Page : contact */

.contactform {
  padding: 30px 0 0 0;
}
.hq a {
  color: #C90C0F;
}
.hq h4:not(:first-child) {
  margin-top: 35px;
}
.contact #container h2 {
  background: none;
  padding-left: 20px;  
}

/* @end */

/* @group Helper classes */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* @end */

/* @group Media Queries */

@media only screen and (max-width: 630px) {

  #carousel #pager {
    display: none;
  }

}

@media only screen and (max-width: 550px) {

  body.front {
    padding: 0;
  }
  #carousel ,
  #values ,
  #news-overview {
    display: none;
  }

  
  .vertical-line {  
    border: none;
    padding: 0;
  }
  .vertical-line h2 {
    margin-left: 0px;
    padding: 0;
    border-bottom: none;
  }
  
  #footer .col4 ,
  #footer .col10 {
    padding: 0;
  }
  #footer .col10 {
    text-align: center;
  }
  
  .block-list ul li {
      width: 49%;
  }
  
  #inthepicture .grid {
    padding-left: 15px;
  }
  #inthepicture h1 {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 450px) {


  .block-list ul li {
      width: 99%;
  }

}


@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* @end */
