/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video */

#pricing-feature, #pricing-feature div, #pricing-feature span, #pricing-feature applet, 
#pricing-feature object, #pricing-feature iframe,
#pricing-feature h1, #pricing-feature h2, #pricing-feature h3, #pricing-feature h4, 
#pricing-feature h5, #pricing-feature h6, #pricing-feature p, #pricing-feature blockquote, #pricing-feature pre,
#pricing-feature a, #pricing-feature abbr, #pricing-feature acronym, #pricing-feature address, #pricing-feature big, 
#pricing-feature cite, #pricing-feature code,
#pricing-feature del, #pricing-feature dfn, #pricing-feature em, #pricing-feature img, #pricing-feature ins, 
#pricing-feature kbd, #pricing-feature q, #pricing-feature s, #pricing-feature samp,
#pricing-feature small, #pricing-feature strike, #pricing-feature strong, #pricing-feature sub, #pricing-feature sup, 
#pricing-feature tt, #pricing-feature var,
#pricing-feature b, #pricing-feature u, #pricing-feature i, #pricing-feature center,
#pricing-feature dl, #pricing-feature dt, #pricing-feature dd, #pricing-feature ol, #pricing-feature ul, #pricing-feature li,
#pricing-feature fieldset, #pricing-feature form, #pricing-feature label, #pricing-feature legend,
#pricing-feature table, #pricing-feature caption, #pricing-feature tbody, #pricing-feature tfoot, #pricing-feature thead, 
#pricing-feature tr, #pricing-feature th, #pricing-feature td,
#pricing-feature article, #pricing-feature aside, #pricing-feature canvas, #pricing-feature details, #pricing-feature embed, 
#pricing-feature figure, #pricing-feature figcaption, #pricing-feature footer, #pricing-feature header, #pricing-feature hgroup, 
#pricing-feature menu, #pricing-feature nav, #pricing-feature output, #pricing-feature ruby, #pricing-feature section, 
#pricing-feature summary, #pricing-feature time, #pricing-feature mark, #pricing-feature audio, #pricing-feature video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
#pricing-feature article, #pricing-feature aside, #pricing-feature details, #pricing-feature figcaption, #pricing-feature figure, 
#pricing-feature footer, #pricing-feature header, #pricing-feature hgroup, #pricing-feature menu, #pricing-feature nav, 
#pricing-feature section, #pricing-feature main {
	display: block;
}
/* hier stond body */
#pricing-feature {
	line-height: 1;
}
#pricing-feature ol, #pricing-feature ul {
	list-style: none;
}
#pricing-feature blockquote, #pricing-feature q {
	quotes: none;
}
#pricing-feature blockquote:before, #pricing-feature blockquote:after,
#pricing-feature q:before, #pricing-feature q:after {
	content: '';
	content: none;
}
#pricing-feature table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,
#pricing-feature *::after,
#pricing-feature *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* hier stond html */
#pricing-feature {
	font-size: 62.5%;
}
/* hier stond html * */
#pricing-feature * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* hier stond body */
#pricing-feature {
	font-size: 1.6rem;
	font-family: "Open Sans", sans-serif;
	color: #2d3d4f;
	/* background-color: #1bbc9d;*/ 
}

#pricing-featurea {
	text-decoration: none;
}

#pricing-feature h4 {
    margin-top: -30px;
    padding-bottom: 15px;
}

#pricing-feature h3 {
    color: #fff;
}

#pricing-feature .pricing-container {
	width: 90%;
	max-width: 1170px;
	margin: 4em auto;
}

#pricing-feature .pricing-container {
    margin: 6em auto;
}
#pricing-feature .pricing-container.full-width {
    width: 100%;
    max-width: none;
}

#pricing-feature .pricing-switcher {
	text-align: center;
}

#pricing-feature .pricing-switcher .fieldset {
	display: inline-block;
	position: relative;
	padding: 2px;
	border-radius: 50em;
	border: 2px solid #2d3e50;
}

#pricing-feature .pricing-switcher input[type="radio"] {
	position: absolute;
	opacity: 0;
}

#pricing-feature .pricing-switcher label {
	position: relative;
	z-index: 1;
	display: inline-block;
	float: left;
	width: 90px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 1.4rem;
	color: #ffffff;
}

#pricing-feature .pricing-switcher .switch {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 40px;
	width: 90px;
	background-color: #2d3e50;
	border-radius: 50em;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
}

#pricing-feature .pricing-switcher input[type="radio"]:checked + label + .switch,
#pricing-feature .pricing-switcher input[type="radio"]:checked + label:nth-of-type(n) + .switch {
	-webkit-transform: translateX(90px);
	-moz-transform: translateX(90px);
	-ms-transform: translateX(90px);
	-o-transform: translateX(90px);
	transform: translateX(90px);
}

#pricing-feature .no-js .pricing-switcher {
	display: none;
}

#pricing-feature .pricing-list {
	margin: 2em 0 0;
}

#pricing-feature .pricing-list > li {
	position: relative;
	margin-bottom: 1em;
}

@media only screen and (min-width: 768px) {
  #pricing-feature .pricing-list {
    margin: 3em 0 0;
  }
  #pricing-feature .pricing-list:after {
    content: "";
    display: table;
    clear: both;
  }
  #pricing-feature .pricing-list > li {
    width: 33.3333333333%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  #pricing-feature .has-margins .pricing-list > li {
    width: 32.3333333333%;
    float: left;
    margin-right: 1.5%;
  }
  #pricing-feature .has-margins .pricing-list > li:last-of-type {
    margin-right: 0;
  }
}

#pricing-feature .pricing-wrapper {
	position: relative;
}

#pricing-feature .touch .pricing-wrapper {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	perspective: 2000px;
}

#pricing-feature .pricing-wrapper.is-switched .is-visible {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-animation: rotate 0.5s;
	-moz-animation: rotate 0.5s;
	animation: rotate 0.5s;
}

#pricing-feature .pricing-wrapper.is-switched .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse 0.5s;
	-moz-animation: rotate-inverse 0.5s;
	animation: rotate-inverse 0.5s;
	opacity: 0;
}

#pricing-feature .pricing-wrapper.is-switched .is-selected {
	opacity: 1;
}

#pricing-feature .pricing-wrapper.is-switched.reverse-animation .is-visible {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: rotate-back 0.5s;
	-moz-animation: rotate-back 0.5s;
	animation: rotate-back 0.5s;
}

#pricing-feature .pricing-wrapper.is-switched.reverse-animation .is-hidden {
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-animation: rotate-inverse-back 0.5s;
	-moz-animation: rotate-inverse-back 0.5s;
	animation: rotate-inverse-back 0.5s;
	opacity: 0;
}

#pricing-feature .pricing-wrapper.is-switched.reverse-animation .is-selected {
	opacity: 1;
}

#pricing-feature .pricing-wrapper > li {
	background-color: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}

#pricing-feature .pricing-wrapper > li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50px;
	pointer-events: none;
	background: -webkit-linear-gradient( right , #ffffff, rgba(255, 255, 255, 0));
	background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}

#pricing-feature .pricing-wrapper > li.is-ended::after {
	display: none;
}

#pricing-feature .pricing-wrapper .is-visible {
	position: relative;
	z-index: 5;
}

#pricing-feature .pricing-wrapper .is-hidden {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#pricing-feature .pricing-wrapper .is-selected {
	z-index: 3 !important;
}

@media only screen and (min-width: 768px) {
  #pricing-feature .pricing-wrapper > li::before {
    content: '';
    position: absolute;
    z-index: 6;
    left: -1px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background-color: #b1d6e8;
  }
  #pricing-feature .pricing-wrapper > li::after {
    display: none;
  }
  #pricing-feature .exclusive .pricing-wrapper > li {
    box-shadow: inset 0 0 0 3px #2d3e50;
  }
  #pricing-feature .has-margins .pricing-wrapper > li,
  #pricing-feature .has-margins .exclusive .pricing-wrapper > li {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
  #pricing-feature :nth-of-type(1) > .pricing-wrapper > li::before {
    display: none;
  }
  #pricing-feature .has-margins .pricing-wrapper > li {
    border-radius: 4px 4px 6px 6px;
  }
  #pricing-feature .has-margins .pricing-wrapper > li::before {
    display: none;
  }
}

@media only screen and (min-width: 1500px) {
  #pricing-feature .full-width .pricing-wrapper > li {
    padding: 2.5em 0;
  }
}

#pricing-feature .no-js .pricing-wrapper .is-hidden {
	position: relative;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	-ms-transform: rotateY(0);
	-o-transform: rotateY(0);
	transform: rotateY(0);
	margin-top: 1em;
}

@media only screen and (min-width: 768px) {
  #pricing-feature .exclusive .pricing-wrapper > li::before {
    display: none;
  }
  #pricing-feature .exclusive + li .pricing-wrapper > li::before {
    display: none;
  }
}

#pricing-feature .pricing-header h2 {
	padding: 0.9em 0.9em 0.6em;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: uppercase;
	text-align: center;
}

#pricing-feature .pricing-header {
    height: auto;
    padding: 1.9em 0 1.6em;
    pointer-events: auto;
    text-align: center;
    color: #173d50;
    background-color: transparent;
}

#pricing-feature .exclusive .pricing-header {
    color: #30705e;
    background-color: transparent;
}

#pricing-feature .pricing-header h2 {
    font-size: 2.8rem;
    letter-spacing: 2px;
}

#pricing-feature .currency,
#pricing-feature .value {
	font-size: 3rem;
	font-weight: 300;
}

#pricing-feature .duration {
	font-weight: 700;
	font-size: 1.3rem;
	color: #8dc8e4;
	text-transform: uppercase;
}

#pricing-feature .exclusive .duration {
	color: #f3b6ab;
}

#pricing-feature .duration::before {
	content: '/';
	margin-right: 2px;
}

#pricing-feature .value {
    font-size: 7rem;
    font-weight: 300;
}

#pricing-feature .currency, 
#pricing-feature .duration {
    color: #30705e;
}

#pricing-feature .exclusive .currency,
#pricing-feature .exclusive .duration {
    color: #2d3e50;
}

#pricing-feature .currency {
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    font-size: 2rem;
    font-weight: 700;
}

#pricing-feature .duration {
    font-size: 1.4rem;
}

#pricing-feature .pricing-body {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

#pricing-feature .is-switched .pricing-body {
  overflow: hidden;
}

#pricing-feature .pricing-body {
    overflow-x: visible;
}

#pricing-feature .pricing-features {
	width: 600px;
}

#pricing-feature .pricing-features:after {
	content: "";
	display: table;
	clear: both;
}

#pricing-feature .pricing-features li {
	width: 100px;
	float: left;
	padding: 1.6em 1em;
	font-size: 1.5rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#pricing-feature .pricing-features em {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
}

#pricing-feature .pricing-features {
    width: auto;
}

#pricing-feature .pricing-features li {
    float: none;
    width: auto;
    padding: 1em;
}

#pricing-feature .exclusive .pricing-features li {
    margin: 0 3px;
}
  
#pricing-feature .pricing-features em {
    display: inline-block;
    margin-bottom: 0;
}

#pricing-feature .has-margins .exclusive .pricing-features li {
    margin: 0;
}

#pricing-feature .pricing-footer {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 80px;
	width: 100%;
}

#pricing-feature .pricing-footer {
    position: relative;
    height: auto;
    padding: 1.8em 0;
    text-align: center;
}

#pricing-feature .pricing-footer::after {
    display: none;
}

#pricing-feature .has-margins .pricing-footer {
    padding-bottom: 0;
}

#pricing-feature .select {
	position: relative;
	z-index: 1;
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

#pricing-feature .select {
    position: static;
    display: inline-block;
    height: auto;
    padding: 1.3em 2em;
    color: #30705e;
    border-radius: 8px;
    border: 2px solid #30705e;
    font-size: 1.4rem;
    text-indent: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
	transition: all .6s;
	width: 70%;
}

/* hier stond #pricing-feature .no-touch .select:hover { maar no-touch moet dan wel aan de body als class worden toegewezen */
#pricing-feature .select:hover {
    background-color: #30705e;
	color: #ffffff;
}

#pricing-feature .exclusive .select {
    background-color: #30705e;
	color: #ffffff;
}
/* hier stond #pricing-feature .no-touch .exclusive .select:hover { maar no-touch moet dan wel aan de body als class worden toegewezen */
#pricing-feature .exclusive .select:hover {
    background-color: #24e0ba;
}
  
#pricing-feature .secondary-theme .exclusive .select {
    background-color: #30705e;
}
/* hier stond #pricing-feature .no-touch .secondary-theme .exclusive .select:hover { maar no-touch moet dan wel aan de body als class worden toegewezen */
#pricing-feature .secondary-theme .exclusive .select:hover {
    background-color: #112e3c;
}
  
#pricing-feature .has-margins .select {
    display: block;
    padding: 1.7em 0;
    border-radius: 0 0 4px 4px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(200deg);
    -moz-transform: perspective(2000px) rotateY(200deg);
    -ms-transform: perspective(2000px) rotateY(200deg);
    -o-transform: perspective(2000px) rotateY(200deg);
    transform: perspective(2000px) rotateY(200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
}

@-webkit-keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse {
  0% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(20deg);
    -moz-transform: perspective(2000px) rotateY(20deg);
    -ms-transform: perspective(2000px) rotateY(20deg);
    -o-transform: perspective(2000px) rotateY(20deg);
    transform: perspective(2000px) rotateY(20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}

@-webkit-keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
  }
}

@-moz-keyframes rotate-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(-180deg);
  }
}

@keyframes rotate-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-200deg);
    -moz-transform: perspective(2000px) rotateY(-200deg);
    -ms-transform: perspective(2000px) rotateY(-200deg);
    -o-transform: perspective(2000px) rotateY(-200deg);
    transform: perspective(2000px) rotateY(-200deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(-180deg);
    -moz-transform: perspective(2000px) rotateY(-180deg);
    -ms-transform: perspective(2000px) rotateY(-180deg);
    -o-transform: perspective(2000px) rotateY(-180deg);
    transform: perspective(2000px) rotateY(-180deg);
  }
}

@-webkit-keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
  }
}

@-moz-keyframes rotate-inverse-back {
  0% {
    -moz-transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -moz-transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -moz-transform: perspective(2000px) rotateY(0);
  }
}

@keyframes rotate-inverse-back {
  0% {
    -webkit-transform: perspective(2000px) rotateY(180deg);
    -moz-transform: perspective(2000px) rotateY(180deg);
    -ms-transform: perspective(2000px) rotateY(180deg);
    -o-transform: perspective(2000px) rotateY(180deg);
    transform: perspective(2000px) rotateY(180deg);
  }
  70% {
    -webkit-transform: perspective(2000px) rotateY(-20deg);
    -moz-transform: perspective(2000px) rotateY(-20deg);
    -ms-transform: perspective(2000px) rotateY(-20deg);
    -o-transform: perspective(2000px) rotateY(-20deg);
    transform: perspective(2000px) rotateY(-20deg);
  }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0);
    -moz-transform: perspective(2000px) rotateY(0);
    -ms-transform: perspective(2000px) rotateY(0);
    -o-transform: perspective(2000px) rotateY(0);
    transform: perspective(2000px) rotateY(0);
  }
}



