.green {
  color: #00a08e !important;
}

.orange {
  color: #f05a22 !important;
}

.grey {
  color: #444d53 !important;
}

/*
$grid_width: 4.025%;
$grid_spacing: 4.7%;

@media only screen and (max-width: 480px) {
	.grid { width: 100% !important;}
}
*/
#container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1000px;
  height: auto !important;
}

#frame {
  position: relative;
}

* {
  outline: none;
  border: none;
  -webkit-text-size-adjust: none;
}

.wrapper {
  position: relative;
  width: 999px;
  margin: 0px auto;
}

#cookiemelding {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  padding: 15px 40px 15px 15px;
  background: rgba(68, 77, 83, 0.9);
  color: #ffffff;
  vertical-align: middle;
  z-index: 999;
  box-sizing: border-box;
}
#cookiemelding a {
  color: #ffffff;
  text-decoration: underline;
}
#cookiemelding a.accept {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(img/layout/close.png) center center no-repeat;
  background-size: 100% auto;
}

.grid, .grid_12, #header .carousel img, #header .carousel, .grid_11, .grid_10, .grid_9, .grid_8, .grid_7, .grid_6, .grid_5, .grid_4, .grid_3, .grid_2, .grid_1 {
  position: relative;
  float: left;
  margin-right: 45px;
  min-height: 1px;
}

.grid img, .grid_12 img, #header .carousel img, .grid_11 img, .grid_10 img, .grid_9 img, .grid_8 img, .grid_7 img, .grid_6 img, .grid_5 img, .grid_4 img, .grid_3 img, .grid_2 img, .grid_1 img {
  max-width: 100%;
  height: auto;
}

.grid_1 {
  width: 42px;
}

.grid_2 {
  width: 129px;
}

.grid_3 {
  width: 216px;
}

.grid_4 {
  width: 303px;
}

.grid_5 {
  width: 390px;
}

.grid_6 {
  width: 477px;
}

.grid_7 {
  width: 564px;
}

.grid_8 {
  width: 651px;
}

.grid_9 {
  width: 738px;
}

.grid_10 {
  width: 825px;
}

.grid_11 {
  width: 912px;
}

.grid_12, #header .carousel img, #header .carousel {
  width: 999px;
  float: none;
  margin: 0px auto;
}

.grid_first {
  margin-left: 0px;
  clear: both;
}

.grid_last {
  margin-right: 0px;
}

#top_line {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 50px;
  background: #00a08e;
  text-align: center;
}

#top_line a {
  position: relative;
  margin-top: 8px;
}

#top_line a .fa-stack-1x {
  color: #00a08e;
}

#top_line a .fa-circle {
  color: #ffffff;
}

#top_line a.fa-stack .logo_icon {
  position: absolute;
  display: block;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background: url(img/layout/logo_icon.png) center center no-repeat;
  background-size: 100% auto;
}

#header {
  position: relative;
  display: block;
  background: #ededed;
  color: #ffffff;
  line-height: 0px;
}

#header .carousel {
  position: relative;
  z-index: 1;
  line-height: 0px;
}

#header .carousel div {
  position: relative;
}

#header .carousel img {
  position: relative;
}

#header .carousel_nav {
  position: absolute;
  width: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  height: 40px;
  background: #444d53;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  z-index: 2;
  font-weight: 300;
  color: #ffffff;
}

#header .carousel_nav.carousel_prev {
  left: 0px;
}

#header .carousel_nav.carousel_next {
  right: 0px;
}

#header_products {
  position: relative;
  height: 400px;
  background: #ffffff;
  overflow: hidden;
  text-align: center;
  padding-left: 28px;
  box-sizing: border-box;
}

#header_products a.product {
  position: relative;
  float: left;
}

#header_products a.product img {
  position: relative;
  height: 350px;
  margin: 10px 18px 0px 18px;
}

#header_products a.product.big img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  margin-top: -15px;
}

#header_products a.product span {
  position: absolute;
  display: none;
  top: 330px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}

#header_products a.product:hover span {
  display: block;
}

#header_products a.logo {
  position: relative;
  display: block;
  float: left;
  width: 280px;
  height: 210px;
  background: url(img/layout/logo.png) center center no-repeat #444d53;
  background-size: 200px auto;
  margin-right: 15px;
  display: none;
}

#content {
  position: relative;
}

#content .wrapper {
  background: #ffffff;
}

#home_right .you, #home_right .client_preview {
  position: relative;
  display: block;
  padding: 15px;
  width: 168px;
  margin-right: 40px;
  float: left;
  color: #ffffff;
}

/*#home_wrapper .you:hover .title { display: none;}*/
#home_right .you .title {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  line-height: 100%;
  font-size: 38px;
  text-align: center;
  font-weight: 300;
  z-index: 2;
}

#home_right .you .title span {
  position: relative;
  top: 15px;
}

#home_right .you .links .fa {
  position: absolute;
  top: 11px;
  left: 0px;
  font-size: 6px;
  display: none;
}

#home_right .you .links a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  padding-left: 17px;
  padding-right: 5px;
  text-align: left;
}

#home_right .you .links a:hover {
  text-decoration: underline;
}

#home_right .you_are, #home_wrapper .you_are .title {
  background: #00a08e;
}

#home_right .you_need, #home_wrapper .you_need .title {
  background: #f05a22;
}

#home_right .client_preview {
  color: #5e5f61;
  width: 198px;
  padding: 0px;
}

#home_right .client_preview_big {
  width: 356px;
  padding: 20px 40px 40px 40px;
  text-align: center;
  color: #dddddd;
}

#home_right .clients_link {
  position: relative;
  clear: both;
  padding-top: 20px;
  text-align: right;
  padding-right: 40px;
  color: #00a08e;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 700;
}

#home_right .clients_link a {
  color: #00a08e;
  text-decoration: underline;
}

.sidebar {
  position: relative;
  margin: 20px 0px 40px 0px;
}

.sidebar .h1 {
  color: #f05a22;
  margin-bottom: 5px;
}

.sidebar .fa {
  position: relative;
  top: -2px;
  font-size: 6px;
  margin-right: 10px;
}

.sidebar a {
  position: relative;
  font-size: 14px;
  line-height: 22px;
}

.sidebar a:hover {
  color: #f05a22;
}

.grey_banner {
  position: absolute;
  top: -1000px;
  left: 0px;
  height: 0px;
  width: 100%;
  background: #444d53;
  z-index: 0;
}

#grey_banner_content {
  position: relative;
  margin: 40px 40px 40px 0px;
  padding-right: 40px;
  color: #cccccc;
  background: #444d53;
  z-index: 2;
}

#grey_banner_content .h1 {
  display: block;
  color: #ffffff;
  padding: 20px 0px 0px 40px;
  text-align: center;
  margin-bottom: 0px;
  text-align: center;
}

#grey_banner_content a {
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
}

#grey_banner_content.grey_banner_title {
  margin-bottom: 50px;
}

#grey_banner_content.grey_banner_title .h1 {
  padding-top: 20px;
  padding-bottom: 25px;
}

#grey_banner_content.grey_banner_title .arrow_down {
  width: 264px;
}

.white {
  padding-right: 40px;
  min-height: 600px;
  margin-right: 0px;
  background: #ffffff;
  z-index: 1;
}

.arrow_down {
  position: absolute;
  display: block;
  width: 436px;
  bottom: -30px;
  left: 0px;
  height: 30px;
  background: url(img/layout/arrow_down.png) top center no-repeat;
  background-size: auto 100%;
}

#home_blog .h1 {
  padding-left: 40px;
  margin-bottom: 0px;
}

#home_blog .subnav {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  margin-bottom: 20px;
}

#home_blog .subnav.first {
  margin-left: 40px;
}

.blog_preview {
  position: relative;
  padding-left: 40px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

.blog_preview a.h2 {
  color: #f05a22;
}

.blog_preview .image {
  position: relative;
  float: left;
  width: 33%;
}

.blog_preview .image img {
  position: relative;
  width: 100%;
  height: auto;
}

.blog_preview .txt {
  position: relative;
  display: block;
  float: right;
  width: 62%;
}

.blog_preview .txt a {
  color: #00a08e;
}

.blog_item {
  position: relative;
  padding-left: 40px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dddddd;
}

.blog_item .post_info {
  position: relative;
  display: block;
  top: -10px;
  margin-bottom: 10px;
}

#products_left .txt, #info_left .txt, #contact_left .contact_container, #paparazzi_left .paparazzi_container {
  padding-left: 40px;
}

.client_preview {
  margin-right: 40px;
}

.client_preview .image {
  cursor: pointer;
}

.client_preview .txt {
  margin: 10px 0px;
  font-style: italic;
}

.client_preview a {
  display: block;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 700;
}

.team_item {
  position: relative;
  float: left;
  margin-left: 40px;
  margin-bottom: 40px;
  width: 285px;
}

.team_item.first {
  clear: both;
}

.team_item .image {
  position: relative;
  width: 250px;
  margin-bottom: 15px;
}

.team_item .image img {
  position: relative;
  width: 100%;
  height: auto;
}

.team_item h2 {
  margin-bottom: 10px;
}

.team_item .function {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.contact_step {
  position: relative;
  padding-bottom: 40px;
  margin-top: 40px;
}

.contact_step .number {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  background: #00a08e;
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  text-align: center;
  line-height: 80px;
}

.contact_step .you {
  position: relative;
  float: left;
  width: 180px;
  padding: 0px 30px;
  font-size: 32px;
  line-height: 80px;
  color: #00a08e;
  font-weight: 300;
}

.contact_step .right {
  position: relative;
  float: left;
  width: 290px;
}

.contact_step_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}

.contact_step select {
  position: relative;
  top: 25px;
  width: 100%;
  padding: 7px 12px 7px 35px;
  box-sizing: border-box;
  background: url(img/layout/arrow.png) 12px 50% no-repeat #00a08e;
  background-size: auto 40%;
  color: #ffffff;
  font-size: 13px;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  outline: none;
  cursor: pointer;
}

.contact_step select option {
  position: relative;
  padding: 3px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

.contact_step #radio li {
  margin-bottom: 5px;
}

.contact_step#step_2 .number {
  background: #f05a22 !important;
}

.step_next {
  position: relative;
  background: #444d53;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  height: 20px;
  margin-bottom: 40px;
}

.step_next a {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 0px;
  left: 0px;
  line-height: 40px;
  z-index: 2;
  color: #ffffff !important;
}

.step_next .arrow_down {
  width: 100%;
  padding: 0px;
  bottom: -20px;
}

.step_next .contact_step_overlay {
  height: 200%;
  z-index: 3;
}

.formdesc {
  position: relative;
  display: block;
  text-align: center;
}

#distributor_map {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

#distributor_map img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}

.distributor_item {
  position: relative;
  width: 40%;
  margin-right: 10%;
  float: left;
}

.distributor_item .fa, .team_item .fa {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 20px;
  color: #00a08e;
  font-size: 16px;
  line-height: 20px;
}

.distributor_item .fa.fa-mobile, .team_item .fa.fa-mobile {
  font-size: 22px;
  left: 1px;
}

.distributor_item .fa.fa-envelope-o, .team_item .fa.fa-envelope-o {
  font-size: 14px;
  left: -1px;
  top: 1px;
}

.distributor_item .fa.fa-linkedin-square, .team_item .fa.fa-linkedin-square {
  font-size: 14px;
  left: -1px;
  top: 1px;
  font-size: 17px;
}

.distributor_item .fa.fa-map-marker, .team_item .fa.fa-map-marker {
  font-size: 14px;
  left: 1px;
  top: 1px;
  font-size: 17px;
}

.distributor_item .mail_now, .team_item .mail_now {
  position: relative;
  margin-top: 15px;
  display: inline-block;
  padding: 5px 10px;
  left: -2px;
  background: #00a08e;
  color: #ffffff;
}

.paparazzi_polaroid {
  position: relative;
  float: left;
  margin-bottom: 35px;
  margin-right: 28px;
  width: 181px;
  background: url(img/layout/polaroid.png) top left no-repeat;
  background-size: 100% auto;
  font-family: "Kalam", "Georgia", serif;
  text-align: center;
  padding-bottom: 15px;
  padding-right: 4px;
}

.paparazzi_polaroid.last {
  margin-right: 0px;
}

.paparazzi_polaroid img {
  position: relative;
  width: 143px;
  height: auto;
  margin: 18px 0px 10px 0px;
}

.paparazzi_polaroid_bottom {
  position: absolute;
  bottom: -8px;
  left: 0px;
  width: 100%;
  height: 8px;
  background: url(img/layout/polaroid.png) bottom left no-repeat;
  background-size: 100% auto;
}

.paparazzi_polaroid .name {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.paparazzi_polaroid .location {
  position: relative;
  font-weight: 400;
  font-size: 14px;
}

.paparazzi_thumb {
  position: relative;
  width: 130px;
  margin: 10px 28px 18px 0px;
  float: left;
}

.paparazzi_thumb.last {
  margin-right: 0px;
}

.paparazzi_container h2 {
  margin-top: 40px;
}

.img_upload_info {
  position: absolute;
  display: block;
  left: 460px;
  width: 140px;
  line-height: 17px;
}

.thumbs {
  position: relative;
  margin-left: -40px;
}

.thumbs a {
  position: relative;
  width: 177px;
  margin: 40px 0px 20px 40px;
  float: left;
}

.thumbs a img {
  position: relative;
  max-width: 100%;
  height: auto;
}

#bottom_slider {
  position: relative;
}

#bottom_slider .wrapper {
  position: relative;
  background: #ffffff;
  padding: 60px 0px 40px 0px;
  text-align: center;
}

#bottom_slider .wrapper .carousel {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

#bottom_slider .wrapper .carousel div {
  position: relative;
  padding: 10px 30px;
}

#bottom_slider .wrapper .carousel div img {
  position: relative;
  width: 100%;
}

/*
#bottom_slider .bottom_slider_item { position: relative; display: inline; width: 500px; overflow: hidden;}
*/
#moreinfo {
  position: relative;
  background: #444d53;
  padding: 40px 0px;
}

#moreinfo .text {
  position: relative;
  float: left;
  padding-left: 40px;
  color: #ffffff;
}

#moreinfo .text b font, #moreinfo .text font b {
  font-size: 16px;
  font-weight: 700;
}

#moreinfo a.button {
  position: relative;
  float: right;
  margin-right: 40px;
}

#moreinfo a {
  color: #ffffff;
}

#footer {
  position: relative;
  min-width: 1000px;
  min-height: 300px;
  background: url(img/layout/footer_icons.svg) center 50px no-repeat #00a08e;
  background-size: 910px auto;
  padding: 150px 0px 30px 0px;
  color: #ffffff;
}

#footer a.credits {
  position: absolute;
  top: 300px;
  right: 25px;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  text-align: center;
  color: #00a08e !important;
  font-size: 0.9em;
}

#footer .wrapper {
  background: #00a08e;
}

#footer a {
  color: #ffffff;
}

#footer a.privacy {
  opacity: 0.7;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .grid_last a {
  position: relative;
  display: block;
}

#scroll_to_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  background: #f05a22;
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.popup_content {
  position: relative;
  width: 600px;
  padding: 50px;
}

#top {
  position: relative;
  display: none;
  background: #f05a22;
  width: 100%;
  min-width: 1000px;
  height: 86px;
}

#logo {
  position: absolute;
  display: block;
  width: 50%;
  height: 43px;
  top: 43px;
  right: 50%;
  margin-right: 60px;
  background: url(img/layout/logo.png) top right no-repeat #515253;
}

a.button {
  position: relative;
  display: inline-block;
  padding: 10px 25px 10px 25px;
  background: #00a08e;
  border: none;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  color: #ffffff !important;
  font-style: normal;
  font-size: 13px;
}

#popup_melding {
  position: relative;
  display: block;
  padding: 30px 50px 30px 50px;
  font-size: 20px;
  line-height: 24px;
  width: 450px;
  text-align: center;
}

.pager_nav {
  position: relative;
  clear: both;
  margin: 0px;
  padding-left: 40px;
}

.pager_nav .pager_next, .pager_nav .pager_prev {
  position: relative;
  display: block;
  color: #00a08e;
  font-size: 15px;
}

.pager_nav .pager_next span, .pager_nav .pager_prev span {
  position: relative;
  font-size: 18px;
}

.pager_nav .pager_next {
  float: left;
}

.pager_nav .pager_prev {
  float: right;
}

form {
  position: relative;
}

form .title {
  position: relative;
  display: block;
  float: left;
  clear: both;
  text-align: right;
  width: 130px;
  margin-right: 30px;
  padding-top: 9px;
  line-height: 15px;
}

form .title_info {
  position: relative;
  margin: -10px 0px 0px 160px;
  font-weight: bold;
}

form .form_title {
  position: relative;
  display: block;
  clear: both;
  padding: 15px 0px 0px 161px;
  font-size: 16px;
  color: #f05a22;
  margin-bottom: 15px;
}

form .form_spacing {
  position: relative;
  display: block;
  clear: both;
  height: 20px;
}

form input {
  position: relative;
  display: block;
  float: left;
  width: 430px;
  padding: 6px 8px;
  border: 1px solid #dddddd;
  background: #ffffff;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  margin: 0px 0px 15px 0px;
  font-size: 12px;
  line-height: 20px;
  color: #5e5f61;
}

form input.field_city {
  width: 302px;
}

form input.field_zip {
  width: 100px;
  margin-left: 10px;
}

form input.field_day {
  width: 125px;
  margin-right: 10px;
}

form input.field_day_last {
  margin-right: 0px;
}

form input.field_time {
  width: 20px;
  margin-right: 10px;
}

form span.time_desc {
  position: relative;
  display: inline-block;
  float: left;
  margin: 7px 10px 0px 0px;
}

form textarea {
  position: relative;
  float: left;
  width: 430px;
  height: 150px;
  padding: 6px 8px;
  border: 1px solid #dddddd;
  background: #ffffff;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  margin-bottom: 6px;
  font-size: 12px;
  color: #5e5f61;
  resize: none;
}

form .form_button {
  position: relative;
  top: 10px;
  height: 40px;
  clear: both;
  width: auto;
  padding: 5px 10px;
  line-height: 20px;
  display: block;
  background: #f05a22;
  text-align: center;
  color: #ffffff !important;
  font-style: italic;
  font-size: 13px;
  font-weight: 700;
  font-family: "Kalam", "Georgia", serif;
  border: none !important;
  cursor: pointer;
  top: 20px;
}

.hidden {
  display: none;
}

#formwrapper_1_1, #formwrapper_2_1 {
  display: none;
}

a#submit_form_informatie {
  margin: 7px 3px 0px 160px;
}

span.check_n {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  padding: 1px 10px 0px 30px;
  min-height: 16px;
  background: url(img/layout/form.png) no-repeat 0px -94px;
  margin: 0px 2px 10px 161px;
  width: 400px;
  line-height: 17px;
}

span.check_y {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  padding: 1px 10px 0px 30px;
  min-height: 16px;
  background: url(img/layout/form.png) no-repeat 0px 0px;
  margin: 0px 2px 10px 161px;
  width: 400px;
  line-height: 17px;
}

span.radio_n {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  padding: 1px 5px 0px 30px;
  height: 23px;
  background: url(img/layout/form.png) no-repeat 0px -141px;
  margin: 3px 15px 0px 0px;
  line-height: 17px;
}

span.radio_y {
  position: relative;
  display: block;
  float: left;
  cursor: pointer;
  padding: 1px 5px 0px 30px;
  height: 23px;
  background: url(img/layout/form.png) no-repeat 0px -188px;
  margin: 3px 15px 0px 0px;
  line-height: 17px;
}

span.radio_title {
  position: relative;
  display: block;
  float: left;
  display: none;
  padding: 0px 15px 0px 5px;
}

div.radio_container {
  position: relative;
  width: 430px;
  margin: 0px 0px 0px 161px;
  border: 1px solid #ffffff;
}

.radio_container2 {
  position: relative;
  line-height: 14px;
  padding-bottom: 12px;
  border: 1px solid #ffffff;
}

.radio_container2 span.radio_n, .radio_container2 span.radio_y {
  padding-left: 0px;
  width: 23px;
  margin-right: 0px;
}

.radio_container2 .radio_info {
  position: relative;
  top: 5px;
}

.fa-info-circle {
  position: absolute;
  padding: 3px;
  top: 3px;
  left: -45px;
  color: #cccccc;
  z-index: 98;
}

.problem_info {
  position: absolute;
  top: 2px;
  left: 25px;
  width: 450px;
  z-index: 99;
  background: #00a08e;
  color: #ffffff;
  padding: 15px 20px;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.fa-info-circle:hover .problem_info, .fa-info-circle:hover .problem_info {
  display: block;
}

.fa-info-circle:hover, .fa-info-circle:hover {
  color: #f05a22;
}

#radio {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
}

#radio li {
  position: relative;
  clear: both;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-size: 13px;
  display: block;
  float: left;
  min-height: 15px;
  line-height: 15px;
  padding-left: 22px;
  background: url(img/layout/form.png) no-repeat 0px -143px;
  margin: 3px 0px 0px 0px;
  cursor: pointer;
}

#radio li:hover {
  color: #00a08e;
}

#radio li.active {
  background-position: 0px -190px;
}

#radio input {
  display: none;
}

.round, a.button, a#submit_form_informatie {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.round_top {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 3px;
  border-top-right-radius: 5px;
}

.round_bottom {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 5px;
}

.round_left, #header .carousel_nav.carousel_next {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 3px;
}

.round_right, #header .carousel_nav.carousel_prev {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 3px;
}

ul {
  padding: 0px;
  margin: 10px 0px 0px 0px;
  margin-left: 14px;
}

li {
  padding: 0px;
  margin: 0px 0px;
}

h1, .h1 {
  position: relative;
  display: block;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  margin: 0px 0px 25px 0px;
  color: #00a08e;
}

h2, .h2 {
  position: relative;
  display: block;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px 0px 15px 0px;
  color: #f05a22;
}

h3, .h3 {
  position: relative;
  display: block;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  margin: 0px 0px 20px 0px;
  color: #00a08e;
}

h4, .h4 {
  position: relative;
  display: block;
  font-family: "Kalam", "Georgia", serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  margin: -15px 0px 22px 0px;
  color: #f05a22;
  font-style: italic;
}

.txt img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1px 0px -20px 0px;
}

.txt iframe {
  position: relative;
  width: 100%;
  height: 350px;
}

.txt a:hover {
  text-decoration: underline;
}

.txt b, .txt em, .txt strong, b, em, strong {
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 700;
}

.txt b font, .txt font b, .txt em font, .txt font em, .txt strong font, .txt font strong {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

.txt i {
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.txt b i, .txt i b, .txt em i, .txt i em, .txt strong i, .txt i strong {
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-weight: 700;
  font-style: italic;
}

#txt_info_20 li {
  list-style: none;
}

* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.thin_font {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vert_align {
  display: table;
}

.vert_align div {
  position: relative;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
}

html, body {
  background: url(img/layout/bg2.jpg) top center #e5e5e6;
  background-size: 500px auto;
  font-family: "Open Sans", "Trebuchet MS", "Arial", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #5e5f61;
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  min-height: 100%;
}

html {
  height: 100%;
  overflow-y: scroll;
}

p {
  margin: 0px;
}

.clearboth {
  clear: both;
}

.center {
  text-align: center;
}

.pointer {
  cursor: pointer;
}

#error {
  min-height: 250px;
}

a:link, a:hover, a:active, a:visited {
  color: #5e5f61;
  outline: none;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
