/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat-Regular'),
       url('../fonts_onsite/montserrat-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts_onsite/montserrat-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat-Bold'),
       url('../fonts_onsite/montserrat-v7-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts_onsite/montserrat-v7-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Init: Hier bepaal je de basiskleuren */

/* Hoofdkleur van het congres: #009c77; */
/* Extra kleur van het congres: #3A4454; */



body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #222;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
a {
	color: #222;
	}
a:hover, 
a:active, 
a:focus {
	color: #fff;
	}
h3 span {
	font-size: 80%;
	text-transform: none;
	color: #3A4454;
	}
a:hover h3 span, 
a:focus h3 span, 
a:active h3 span {
	color: #fff;
	}
header {
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
}
header.triangle::before, header.triangle::after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.triangle::before, .triangle::after {
    height: 50px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 50px;
}
.triangle::before {
    background: inherit;
    top: -25px;
}
.triangle::after {
    background: inherit;
    bottom: -25px;
}
.triangle.top::after {
    height: 0;
    width: 0;
}
.triangle.bottom::before {
    height: 0;
    width: 0;
}
header img {
	width: 100%;
	}
header.triangle {
    background-color: #009c77;
    padding: 60px 0;
    position: relative;
}
header.triangle h2 {
	color: #fff;
	text-transform: uppercase;
	}
section.button-area {
	margin-top: 120px;
}
.panel-button {
    border-color: #ddd;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.176);
    margin: 60px 0;
	border-radius: 0;
}
.panel-button .panel-body {
    border-bottom: 5px solid #009c77;
	transition: all 0.1s;
}
.panel-button .panel-body:hover,
.panel-button .panel-body:active,
.panel-button .panel-body:focus {
    background: #009c77;
}
.pb-icon {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 90px;
    color: #009c77;
    height: 90px;
    margin: -60px auto 20px;
    padding-top: 15px;
    text-align: center;
    width: 90px;
}
.button-heading  {
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.button-subtitle {
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    margin-top: 20px;
}
.footer {
    background: #3A4454;
    border-top: 4px solid #009c77;
	color: #fff;
    clear: both;
    font-size: 0.9em;
    margin-top: 100px;
    padding: 60px 0;
    position: relative;
}
a.covr-link  {
    color: #009c77;
}





