﻿@charset "UTF-8";
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/*------------------------------------*\
    #12_COL
\*------------------------------------*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
  float: left;
}

.col-1 {
  width: 8.333%;
}

.col-2 {
  width: 16.666%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.333%;
}

.col-5 {
  width: 41.666%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.333%;
}

.col-8 {
  width: 66.666%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.333%;
}

.col-11 {
  width: 91.666%;
}

.col-12 {
  width: 980px;
  margin: 0 auto;
}

.multi-columns {
  margin: 0 -10px;
}

.col-padding {
  padding: 0 10px;
}

.col-padding-l {
  padding: 0 30px;
}

.row:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*------------------------------------*\
    #HEIGHTS
\*------------------------------------*/
.h60 {
  display: block;
  height: 60px;
}

.h50 {
  display: block;
  height: 50px;
}

.h40 {
  display: block;
  height: 40px;
}

.h30 {
  display: block;
  height: 30px;
}

.h20 {
  display: block;
  height: 20px;
}

.h15 {
  display: block;
  height: 15px;
}

.h13 {
  display: block;
  height: 13px;
}

.h10 {
  display: block;
  height: 10px;
}

.h5 {
  display: block;
  height: 5px;
}

/*------------------------------------*\
    #RESET
\*------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
 
}

body, img {
  border: 0;
}

a {
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

.clearfloat {
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 0;
}

.fltlft {
  float: left;
}

.fltrgt {
  float: right;
}

/*------------------------------------*\
    #NORMALIZE
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #80BA27 ;
}

img.bg {
        /* Set rules to fill background */
        min-height: 100%;
        min-width: 1024px;
        /* Set up proportionate scaling */
        width: 100%;
        height: auto;
        /* Set up positioning */
        position: fixed;
        top: 0;
        left: 0;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
        img.bg {
                left: 50%;
                margin-left: -512px;   /* 50% */
        }
}

article, aside, details, figcaption, figure, footer, header, group, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
  color:#80BA27;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

/*------------------------------------*\
    #MENU
\*------------------------------------*/
#menu {
  margin: 0;
/* rvr  float: left; */
float:right;
}

#menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li {
  list-style-type: none;
  float: left;
  margin: 0px;
  padding: 0px;
}

#menu ul li a {
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 400;
  display: block;
  margin: 10px 10px 0 10px;
  padding: 0px 20px;
  color: #8bc3cc;
  text-decoration: none;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}

#menu ul li a:hover, #menu ul li a.selected {
/* rvr  background: #8bc3cc; */
	background: #b6b854;
  color: #fff;
}

#menu ul li ul {
  position: absolute;
  visibility: hidden;
  display: block;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  width: 230px;
  background-color: #fff;
  opacity: 1.0;
  z-index: 1000;
}

#menu ul li ul li {
  display: list-item;
  float: none;
  margin: 0px;
  padding: 0px;
}

#menu ul li ul li a {
  display: block;
  color: #666;
  border-bottom: 1px solid #8db812;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  text-decoration: none;
}



/*------------------------------------*\
    #INPUTS
\*------------------------------------*/
input, textarea, select {
  font-family: 'PT Sans', sans-serif;
  color: #575757;
  font-size: 13px;
}

.inputbox {
  height: 35px;
  padding: 0 7px;
  margin: 0 0 10px 0;
  width: 100%;
  max-width: 350px;
  border: 1px solid #cbe0e3;
  background-color: #f9f9f9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea.inputbox {
  padding: 7px;
  min-height: 130px;
}

.error {
  background: #fff6f6;
  border: 1px solid #ff3434;
}

.btn--submit {
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("ajax-loader.html") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "fontAwesome";
  font-size: 22px;
  line-height: 22px;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
/*.slick-slider {
    margin-bottom: 30px;
}*/
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "fontAwesome";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*------------------------------------*\
    #MAIN
\*------------------------------------*/
body {
  color: #575757;
  font-family: 'PT Sans', sans-serif;
  color: #575757;
  position: relative;
}

#top-bar {
  position: relative;
  z-index: 40;
  height: 5px;
/*  background: #8bc3cc; */
  background: #80BA27;

}

p {
  line-height: 1.45;
  font-size: 14px;
  margin: 0 0 7px 0;
  padding: 0;
}
p a {
/*rvr  color: #8bc3cc; */
  color: #80BA27;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}

.line {
  height: 1px;
  background: #d2d2d2;
}

.auto-col {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.title, .title--main, .subtitle {
  display: block;
  margin: 0 0 7px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.title--main {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

.subtitle {
  font-size: 14px;
}

.main-color {
/*  color: #8bc3cc; */
color: #80BA27;
}

#wrapper {
/* position relative voor achtergrond foto */
	position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 50px;
}
#wrapper:after {
  content: "";
  display: block;
  position: absolute;
  height: 110px;
  bottom: -100px;
  z-index: -1;
/*rvr  background: #cbe0e3; */
  background: #80BA27;
  left: 0px;
  width: 100%;
}

.logo {
  position: absolute;
  z-index: 30;
  display: block;
/* rvr  width: 158px;
  height: 194px; */
  width: 200px;
  height: 300px;
  top: 10px;
/* rvr  right: 20px;*/
	left:20px;
}
.logo img {
  display: block;
  width: 100%;
}


.logo_2 {
  position: absolute;
  z-index: 30;
  display: block;
/* rvr  width: 158px;
  height: 194px; */
  width: 111px;
  height: 178px;
  top: 0px;
/* rvr  right: 20px;*/
	left:20px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}
.logo_2 img {
  display: block;
  width: 100%;
}





.header {
  position: relative;
  height: 0px;
}
.header:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: -6px;
  height: 6px;
  display: block;
  z-index: 10;
  background: url(../images/head-shadow.png) no-repeat center top;
}

.slide {
  position: relative;
/*  height: 440px; */
	height: 340px;}

.slide__overlay {
  position: absolute;
  z-index: 2;
  top: 0px;
/* rvr  left: 0px; */
/* right: 0px; */
	right: -1px;
/*  height: 440px; */
	height: 340px;
  width: 580px;
  background: url(../images/slide-overlay-rechts-groen.png) left no-repeat;
}

.slide__text {
  display: table;
/*  height: 440px; */
	height: 340px;
  position: absolute;
  z-index: 3;
/* rvr  left: 60px; */
  right: 20px;
  top: 0px;
  width: 230px;
}

.slide__text-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.btn, .btn--submit, .btn--regular, .slide__btn {
  display: inline-block;
  border: 1px solid #e7e6e2;
  background: #fefdf9;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-decoration: none;
  color: #909090;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn i, .btn--submit i, .btn--regular i, .slide__btn i {
  margin: 0 0 0 7px;
}
.btn:hover, .btn--submit:hover, .btn--regular:hover, .slide__btn:hover {
  background: #e7e6e2;
}

.btn--regular {
  height: 25px;
  font-size: 11px;
  line-height: 25px;
  padding: 0 12px;
}

.slide__title {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.1;
  display: block;
  margin: 0 0 20px 0;
}

.slide__content {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0;
  margin: 0 0 20px 0;
}

.slide__btn {
  height: 40px;
  line-height: 40px;
  padding: 0 22px;
  font-size: 13px;
}

.quick-links {
  display: table;
  height: 40px;
  width: 100%;
  padding: 3px;
  background: #eeeeee;
  margin: 10px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.quick-links a {
  position: relative;
  display: table-cell;
  text-decoration: none;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #575757;
  text-decoration: none;
  font-size: 16px;
  border-right: 1px solid #d2d2d2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.quick-links a:hover {
  background: #e3e3e3;
}
.quick-links a:last-child {
  border-right: none;
}

.footer {
/*rvr  background: #575757; */
	background: grey;
  padding: 20px 0;
  font-size: 11px;
  color: #fff;
}
.footer a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #d2d2d2;
}
.footer article:last-child {
  border-right: none;
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-menu ul li {
  margin: 0;
  padding: 0;
}
.footer-menu ul a {
  padding: 7px 0;
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
}
.footer-menu ul a:hover {
  text-decoration: underline;
}

.side-menu {
  background: #f9f9f9;
  min-height: 500px;
}
.side-menu ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.side-menu li {
  padding: 3px 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 14px;
}
.side-menu ul li ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 15px;
}
.side-menu li li ul li {
  padding: 3px 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 12px;
}
.side-menu a {
  display: block;
  line-height: 1.3;
  color: #575757;
  text-decoration: none;
  padding: 4px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.side-menu a:hover, .side-menu a.selected {
  background: #eeeeee;
}
/*
.side-menu a:after {
  content: "\f054";
  line-height: 1.3;
  font-family: fontAwesome;
  font-size: 12px;
  margin-left: 5px;
}
*/
.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
}
.content img {
  float: right;
  max-width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px 0px 20px 20px;
  border: 6px solid #eeeeee;
}

.head-image img {
  display: block;
}

.side-image {
  min-height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#breadcrumbs {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #f9f9f9;
  border-bottom: 4px solid #fff;
  border-top: 4px solid #fff;
}
#breadcrumbs a {
  display: inline-block;
  color: #909090;
  text-decoration: none;
  margin-right: 10px;
}
#breadcrumbs a:after {
  content: "\f054";
  line-height: 40px;
  font-family: fontAwesome;
  font-size: 10px;
  margin-left: 5px;
}
#breadcrumbs a:last-child {
  color: #8bc3cc;
}
#breadcrumbs a:last-child:after {
  display: none;
}

label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 3px 0;
  letter-spacing: 0.5px;
}

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



/*nieuw hovemenu RvR */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: right;

/*	margin-bottom: 1em; */
}
.sf-menu ul {

	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-left: 1px solid #fff; 
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
/*	color: #13a; */
color: black;
}
.sf-menu li {
	
	height: 50px;
  font-size: 18px;
  letter-spacing: 0.3px;
  font-weight: 400;
/*	background: #b6b854; */
/*	background: #BDD2FF; */
	background: white;

	-webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;

		

	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu li .current{
	background: #80BA27;
		-webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}

.sf-menu ul li {
/*rvr	background: #AABDE6; */
	background: #80BA27;
}
.sf-menu ul li:hover {
/*rvr	background: #AABDE6; */
	background: white;
}


.sf-menu ul ul li {
/*rvr	background: #9AAEDB; */
	background: #80BA27;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #80BA27;
/*	background: #CFDEFF; */
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}


/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
