/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/


@font-face {
	font-family: "ITCAvantGardeStd-Bold";
	src: url("../fonts/itcavantgardestd/ITCAvantGardeStd-Bold.eot");
	src: url("../fonts/itcavantgardestd/ITCAvantGardeStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd/ITCAvantGardeStd-Bold.woff") format("woff"), url("../fonts/itcavantgardestd/ITCAvantGardeStd-Bold.ttf") format("truetype"), url("../fonts/itcavantgardestd/ITCAvantGardeStd-Bold.svg#ITCAvantGardeStd-Bold") format("svg");
}

@font-face {
	font-family: "ITCAvantGardeStd-MdObl";
	src: url("../fonts/itcavantgardestd/ITCAvantGardeStd-MdObl.eot");
	src: url("../fonts/itcavantgardestd/ITCAvantGardeStd-MdObl.eot?#iefix") format("embedded-opentype"), url("../fonts/itcavantgardestd/ITCAvantGardeStd-MdObl.woff") format("woff"), url("../fonts/itcavantgardestd/ITCAvantGardeStd-MdObl.ttf") format("truetype"), url("../fonts/itcavantgardestd/ITCAvantGardeStd-MdObl.svg#ITCAvantGardeStd-MdObl") format("svg");
}

@font-face {
    font-family: "ProximaNova-Regular";
    src: url("../fonts/proximanova/ProximaNova-Regular.eot");
    src: url("../fonts/proximanova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Regular.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
}

@font-face {
    font-family: "ProximaNova-Bold";
    src: url("../fonts/proximanova/ProximaNova-Bold.eot");
    src: url("../fonts/proximanova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Bold.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
}

@font-face {
    font-family: "ProximaNova-Semibold";
    src: url("../fonts/proximanova/ProximaNova-Semibold.eot");
    src: url("../fonts/proximanova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/proximanova/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/proximanova/ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
}

@font-face {
    font-family: "Journal";
    src: url("../fonts/journal/Journal.eot");
    src: url("../fonts/journal/Journal.eot?#iefix") format("embedded-opentype"), url("../fonts/journal/Journal.woff") format("woff"), url("../fonts/journal/Journal.ttf") format("truetype"), url("../fonts/journal/Journal.svg#Journal") format("svg");
}

@font-face {
    font-family: "architects_daughterregular";
    src: url("../fonts/architectsdaughter/architectsdaughter.eot");
    src: url("../fonts/architectsdaughter/architectsdaughter.eot?#iefix") format("embedded-opentype"), url("../fonts/architectsdaughter/architectsdaughter.woff") format("woff"), url("../fonts/architectsdaughter/architectsdaughter.ttf") format("truetype"), url("../fonts/architectsdaughter/architectsdaughter.svg#architects_daughterregular") format("svg");
}

@font-face {
	font-family: "Icomoon";
	src: url("../fonts/icomoon/icomoon.eot");
	src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#Icomoon") format("svg");
}

@font-face {
    font-family: "Signpainter";
    src: url("../fonts/signpainter/signpainter-housescript-webfont.eot");
    src: url("../fonts/signpainter/signpainter-housescript-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/signpainter/signpainter-housescript-webfont.woff") format("woff"), url("../signpainter/signpainter-housescript-webfont.ttf") format("truetype"), url("../fonts/signpainter/signpainter-housescript-webfont.svg#signpainter/signpainter-housescript-webfont") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Reset
---------------------------------------*/

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

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #1f1f1f;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border: 0 none;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

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

input,
select {
	vertical-align: middle;
}

/*=Global
---------------------------------------*/

body {
	*font-size: small;
	font-size: 112.5%;
	font-family: "proximanova-regular";
	background: #fff;
	color: #1F1F1F;
	line-height: 1.4;
}

select,
input,
textarea,
button {
	font: 99% 'Source Sans Pro', sans-serif;
}

pre,
code,
kbd,
samp {
	font-family: 'Source Sans Pro', sans-serif;
}

body,
select,
input,
textarea {
	color: #1f1f1f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "ITCAvantGardeStd-Bold";
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #1f1f1f;
}

h1 {
	font: 3.333em "ITCAvantGardeStd-Bold";
	color: #23cbfa;
	line-height: 1.2;
	text-shadow: 1px 1px 1px #000;
	margin-bottom: 15px;
    padding-right: 50px;
}

h2 {
	font-size: 3.333em;
	line-height: 1;
	margin-bottom: 25px;
	color: #1554c2;
	font-family: "ITCAvantGardeStd-Bold";
	line-height: 1.2;
}

h3 {
	font-size: 2.778em;
	line-height: 1;
	margin-bottom: 20px;
	color: #111;
}

h4 {
	font: 1.167em/1.2 "proximanova-bold";
	margin-bottom: 5px;
	color: #222;
}

h5 {
	font-size: 2em;
	margin-bottom: 20px;
}

h6 {
	font-size: 1.125em;
	margin-bottom: 8px;
}

a:focus,
a:hover,
a:active {
	outline: none;
	color: #0000EE;
	text-decoration: none;
}

a,
a:active,
a:visited {
	outline: none;
	color: #551A8B;
	text-decoration: none;
}

::-moz-selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}

a:link {
	-webkit-tap-highlight-color: #333;
}

ul,
ol {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

p {
	margin: 0 0 20px 0;
}

nav ul,
nav li {
	margin: 0;
}

small {
	font-size: 85%;
}

strong,
th {
	font-family: "proximanova-bold";
}

td,
td img {
	vertical-align: top;
}

sub {
	vertical-align: sub;
	font-size: smaller;
}

sup {
	vertical-align: super;
	font-size: smaller;
}

pre {
	padding: 15px;
	white-space: pre;
	white-space: pre-wrap;
	white-space: pre-line;
	word-wrap: break-word;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

/* images */

img {
	display: block;
	height: auto;
	max-width: 100%;
	width: auto;
}

p img {
	padding: 0;
	max-width: 100%;
}

::-webkit-input-placeholder {
	color: #c8c8c8;
}

:-moz-placeholder { /* Firefox 18- */
	color: #c8c8c8;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #c8c8c8;
}

:-ms-input-placeholder {
	color: #c8c8c8z;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.no-padding-left {
	padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.no-padding {
	padding: 0;
}

.round-corner {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.radius-5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.shadow {
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
}

.button {
	display: block;
	padding: 24px 33px 22px;
    margin-left: 14px;
	font: 1em "proximanova-bold";
	font-weight: normal;
	color: #000000 !important;
	text-align: center;
	border: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
    border: 1px solid #dd8600;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdb42b+0,fdab2b+47,fda22b+100 */
    background: #fdb42b; /* Old browsers */
    background: -moz-linear-gradient(top,  #fdb42b 0%, #fdab2b 47%, #fda22b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fdb42b 0%,#fdab2b 47%,#fda22b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fdb42b 0%,#fdab2b 47%,#fda22b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb42b', endColorstr='#fda22b',GradientType=0 ); /* IE6-9 */
}

.button:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fda22b+0,fdab2b+53,fdb42b+100 */
    background: #fda22b; /* Old browsers */
    background: -moz-linear-gradient(top,  #fda22b 0%, #fdab2b 53%, #fdb42b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fda22b 0%,#fdab2b 53%,#fdb42b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fda22b 0%,#fdab2b 53%,#fdb42b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda22b', endColorstr='#fdb42b',GradientType=0 ); /* IE6-9 */
}

.btn-style-1 {
    color: #fff !important;
    border: 1px solid #fff;
    background: none;
}
.btn-style-1:hover {
    color: #000 !important;
    background: #fff;
}

.btn-style-2 {
    font-family: 'proximanova-regular';
    color: #fff !important;
    border: 1px solid #056d92;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00afeb+0,039bcf+47,0588b5+100 */
    background: #00afeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #00afeb 0%, #039bcf 47%, #0588b5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #00afeb 0%,#039bcf 47%,#0588b5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #00afeb 0%,#039bcf 47%,#0588b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00afeb', endColorstr='#0588b5',GradientType=0 ); /* IE6-9 */

}

.btn-style-2:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0588b5+0,039bcf+53,00afeb+100 */
    background: #0588b5; /* Old browsers */
    background: -moz-linear-gradient(top,  #0588b5 0%, #039bcf 53%, #00afeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0588b5 0%,#039bcf 53%,#00afeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0588b5 0%,#039bcf 53%,#00afeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0588b5', endColorstr='#00afeb',GradientType=0 ); /* IE6-9 */
}


/*=Icon Fonts
---------------------------------------*/

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-lifting:before {
    content: "\e907";
}
.icon-quotes-left:before {
    content: "\e915";
}
.icon-close:before {
    content: "\e914";
}
.icon-man:before {
    content: "\e90b";
}
.icon-watch:before {
    content: "\e90d";
}
.icon-making-plan:before {
    content: "\e90e";
}
.icon-timer:before {
    content: "\e90f";
}
.icon-suppliments:before {
    content: "\e910";
}
.icon-meal-time2:before {
    content: "\e911";
}
.icon-meal-preparation:before {
    content: "\e912";
}
.icon-clock-with-arrow:before {
    content: "\e913";
}
.icon-rest2:before {
    content: "\e904";
}
.icon-meal-time:before {
    content: "\e905";
}
.icon-lifting-with-arrow:before {
    content: "\e906";
}
.icon-calendar:before {
    content: "\e908";
}
.icon-bottle:before {
    content: "\e909";
}
.icon-arrow-down-1:before {
    content: "\e90a";
}
.icon-arrow-down:before {
    content: "\e90c";
}
.icon-board:before {
    content: "\e900";
}
.icon-fitness-icon-1:before {
    content: "\e901";
}
.icon-rest:before {
    content: "\e902";
}
.icon-question-circle:before {
    content: "\e903";
}


/*=Layout
---------------------------------------*/
html, body {
    width: 100%;
    height: 100%;
}

#header {
    height: auto;
	background: url('../images/blueprintneue_wide.jpg') left top;
    background-size: cover;
    padding-bottom: 150px
}

#header .container {
    position: relative;
	padding-top: 28px;
}

.header-bg {
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/header-img.png) no-repeat bottom right;
    background-size: 36%;
}

.top-content {
    padding-top: 35px;
}

.top-content p {
    padding-right: 40px;
    font-size: 1em;
    color: #fff;
}

.list {
    margin: 0 0 30px -6px;
}

.list li {
	font-size: 0.875em;
    clear: both;
}

.list i {
    float: left;
    color: #faa13b;
    font-size: 4.4em;
    margin-right: 20px;
}

.list p {
    position: relative;
    overflow: hidden;
    padding-top: 16px;
    font-family: "ProximaNova-Semibold";
}

.buttons {
    margin: 20px 0 40px;
}

.buttons .button:first-child {
	margin-left: 0;
	color:#222;
	cursor: pointer;
}

.buttons i {
	position: relative;
	top: 2px;
}

.testimonial {
    padding-right: 235px;
}

.testimonial-box {
    position: relative;
    padding: 15px 28px;
    margin-bottom: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
}

.testimonial-box:before {
    position: absolute;
    left: 25px;
    bottom: -12px;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fff;
}

.testimonial-box:after {
    position: absolute;
    right: -20px;
    top: -20px;
    padding: 11px 0;
    width: 39px;
    height: 39px;
    content: "\e915";
    font: 0.8em "icomoon";
    text-align: center;
    color: #fff;
    background: #24cbfb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.author-img {
    width: 65px;
    height: 65px;
    margin: 2px 15px 0 5px;
    border: 2px solid #fff;
}

.author-img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.author-details {
    padding-top: 10px;
}

.author-name, .author-designation {
    display: block;
    font: 0.889em/1.6em "proximanova-bold";
    color: #fff;
}

.author-designation {
    font: 1em "proximanova-regular";
    font-style: italic;
    color: #fda32b;
}

#main {
	position: relative;
}

#intro {
    background: #f5f5f5;
}

.intro-box {
	position: relative;
    z-index: 1;
    margin-top: -80px;
    padding: 30px 0 25px;
}

.intro-box h2 {
    font: 3.1em "proximanova-bold";
color: #111;
text-align: center
}

#method {
	background: url(../images/training-banner.jpg) no-repeat center;
	background-size: cover;
	min-height: 747px;
    margin-top: -75px;
    padding: 125px 0 50px;
}

#method h2 {
    font-size: 4.444em;
    margin-bottom: 10px;
    color: #18aadd;
}

#method .inner-content p {
    padding: 0 50px;
	color: #fff;
	font: 1.167em/1.3 "proximanova-bold";
}


.show-below {
    position: relative;
}

.show-below span {
    position: relative;
    display: block;
    font: 2em/1 "Journal";
    color: #db6e0e;
    text-align: right;
}

.show-below span:before {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -24px;
    font-size: 3.5em;
    content: "\e90c";
    font-family: "Icomoon";
    color: #f7a148;
}

.post-wrap {
    /*padding-bottom: 95px;*/
}

.post-wrap:before {
    top: -150px;
    left: 100px;
}

.content-wrap {
	position: relative;
	z-index: 1;
}

.inner-content {
	padding-top: 15px;
}


.schedule-teaser {
	margin: 10px 0 35px;
}

.teaser {
	padding: 10px 12px 25px;
	margin-bottom: 20px;
}

.teaser h4 {
    color:#95d1e8;
}

.teaser .icon-holder {
	margin: 0 0 8px;
}

.teaser .icon-holder i {
	font-size: 6em;
	color: #fff;
}

.teaser .teaser-entry {
	text-align: center;
}

.teaser .teaser-entry p {
	margin-bottom: 0;
	color: #fff;
    line-height: 1.5;
}


.show-list {
    position: relative;
   color: #faa13b;
text-align: center;
font: 2em/1 "Journal";
}

.show-list:before {
   position: absolute;
top: -4px;
left: 29%;
margin-left: -2px;
content: "\e90a";
font: 4.5em "Icomoon";
}
.icon-arrow-down-1 {
    font-size: 5.5em;
    color: #faa13b;
}

.list-item p {
    font-family: "proximanova-semibold";
    margin-right: 35px;
}

.list-item .list li {
    margin-top: 28px;
}

.list-item .list p {
    padding-top: 20px;
    font-size: 0.889em;
}

.list-item .list i {
    width: 14%;
    font-size: 3.5em;
    text-align: center;
    margin-right: 0;
}

.list-item .list i.icon-lifting-with-arrow {
    font-size: 4.4em;
}

.text-color-1 {
    color: #18aadd;
}

.text-color-2 {
    color: #3ac121;
}

.text-color-3 {
    color: #faa13b;
}

.item-1 {
    padding: 210px 0 135px;
    height: 855px;
    background: url(../images/training-banner-large.jpg) no-repeat top center;
    background-size: cover;
}

.item-2 {
    margin-top: -108px;
    padding: 170px 0;
    height: 838px;
    background: url(../images/voeding-banner-large.png) no-repeat top center;
    background-size: cover;
}

.item-2 .list i {
    color: #e11b46;
}

.list-item i.icon-suppliments {
    font-size: 3.2em;
}

.list-item i.icon-meal-preparation,
.list-item i.icon-rest {
    margin-top: -5px;
}

.item-3 {
    position: relative;
    z-index: 1;
    padding: 210px 0;
    margin-top: -110px;
    height: 890px;
    background: url(../images/training-banner-2.png) no-repeat top center;
    background-size: cover;
}

.item-3 .list i {
    color: #5cb7e5;
}

.schedule-post:nth-child(2n) .list-count {
    margin-left: 124px;
}

#schedules {
    padding-top: 55px;
    background: #fafafa;
    overflow: hidden;
}

#schedules h3 {
    padding: 0 65px;
    font-size: 3.056em;
    color: #1554c2;
}

#schedules {
	position: relative;
	background: #fafafa;
}

#schedules h2 {
	font-size: 1.750em;
	margin-bottom: 15px;
	color: #ED1D25;
}

#schedules .subtitle {
	font-size: 1.125em;
	font-weight: 700;
}

#schedules .inner-content p {
	padding: 0;
	font-weight: 600;
}

.schedule-list {
	margin-top: 0;
}

.schedule-post {
	position: relative;
	padding: 30px 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.schedule-post:before {
    position: absolute;
    top: 50%;
    left: -50%;
    content: '';
    width: 162px;
    height: 8px;
    margin: -4px 0 0 210px;
    background: #eee;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.schedule-post:nth-child(2n):before {
    width: 216px;
    margin: -4px 0 0 152px;
}

.schedule-post span.bonus {
	font-weight: 700;
}

.schedule-post h3 {
	font: 600 1.125em/1 "Source Sans Pro", sans-serif;
	color: #202020;
	white-space: inherit;
	margin-bottom: 5px;
}

.post-img {
	width: 75%;
	float: right;
	margin-bottom: 20px;
}

.post-img img {
	float: right;
}

.post-content {
	clear: both;
}

.post-content p {
    font-size: 0.889em;
	margin-bottom: 15px;
}

.scheme-list {
    padding-top: 5px;
}

.scheme-list li {
    float: left;
    font-family: "proximanova-semibold";
    width: 50%;
}

.scheme-list li:first-child{
	width:57%;
}

.scheme-list li:last-child{
	width:43%;
}

.scheme-list li p {
    padding: 10px 5px 0 0;
}
.scheme-list figure {
    float: left;
    width: 25%;
    margin-right: 15px;
}

.list-count {
    position: absolute;
    left: -50%;
    top: 50%;
    margin-left: 182px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    font: 1.227em "proximanova-bold";
    background: #24cbfb;
    border: 1px solid #e5e5e5;
}

.list-count span {
    display: table-cell;
    vertical-align: middle;
    width: 48px;
    height: 48px;
    border: 6px solid #eee;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.post-date-box {
    position: absolute;
    top: 50%;
    left: -50%;
    padding: 8px 13px;
    margin: 30px 0 0 150px;
    font-size: 0.778em;
    line-height: 1;
    border: 1px solid #f3f3f3;
    background: #fff;
}

.schedule-post:nth-child(2n) .post-date-box {
    margin-left: 95px;
}

.list-count.position-right {
	left: auto;
	right: -35px;
}

.top-content-gutter {
	padding-top: 25px;
}

#personal-trainers {
    position: relative;
    padding-top: 100px;
    background: #e9f2ff;
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.40);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.40);
}

#personal-trainers h3 {
    font-size: 2.556em;
    margin-bottom: 30px;
}

#personal-trainers .testimonial {
    padding-right: 70px;
}

#personal-trainers .testimonial-box {
    font-size: 0.889em;
}

#personal-trainers .testimonial-box:before {
    left: 14px;
    bottom: -40px;
    content: '';
    width: 20%;
    height: 41px;
    background: url(../images/arrow-with-shadow.png) no-repeat;
    background-size: 50%;
    border:none;
}

#personal-trainers .author-name {
    color: #222;
}

#pages {
    padding: 120px 0 60px;
    background: url(../images/blueprintneue_wide.jpg) no-repeat top center;
    background-size: 100%;
}

#pages h3 {
    font-size: 2.667em;
    line-height: 1.2;
    margin-bottom: 35px;
}

.pages-img img {
    margin: 0 auto;
}

#option {
    padding: 100px 0 10px;
}

.option-head {
    margin-bottom: 50px;
}

.option-head h2 {
    color: #1554c2;
}

.option-head span {
    font: 1.167em "proximanova-bold";
}

.option-head span.normal-price {
    font: 1em "proximanova-regular";
}

.price {
    padding-top: 15px;
}

.option-head .button {
    display: inline-block;
}

.option-item {
    margin-bottom: 50px;
}

.option-item figure {
    position: relative;
    width: 80%;
    margin: 0 auto 30px;
}

.img-caption {
    position: absolute;
    left: -30px;
    font-size: 0.611em;
}

.option-item figure img {
    vertical-align: bottom;
    height: 160px;
}

.option-item h3 {
    font: 1.111em "proximanova-bold";
    color: #222;
    margin-bottom: 6px;
}

.option-item p {
    font-size: 0.889em;
    line-height: 1.6;
}

.option-item:nth-child(4) {
    clear: both;
}

#promotion {
    padding: 20px 0 60px;
  border:1px solid #ebebeb;
    background: #fbfcfb;
}

#promotion .inner-content {
    margin-bottom: 40px;
}

.img-holder {
    padding: 15px 0 0 40px;
}

.components h3 {
    font-size: 2em;
    line-height: 1.3;
    margin-bottom: 0;
}

.components h3 span {
    display: block;
    font-size: 0.583em;
    color: #494848;
}

.component-list ul {
    margin-top: 30px;
}

.component-list p {
    font-size: 0.889em;
}

.component-list li {
    margin-bottom: 20px;
}

.component-list figure {
    width: 20%;
    margin-right: 20px;
}

.component-list figure img{
	max-height:80px;
	}
.component-entry {
    position: relative;
    overflow: hidden;
}

#pages .book-info{margin-bottom: 40px;}

.component-entry h4 {
    font-size: 1em;
    color: #222;
    margin-bottom: 0;
}

.option-block {
    padding: 18px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    background: #fafafa;
}

.option-title {
    margin-top: 18px;
    font-size: 1.167em;
}
.option-title span {
    font-family: 'proximanova-bold';
}

.option-block .price {
    padding-top: 0;
}

.option-block .normal-price {
    padding-right: 20px;
}

.option-block .button {
    display: inline-block;
    padding: 23px 33px 21px;
}

#kickstart-edition {
    padding: 70px 0 50px;
    background: #f1eff3;
}

#kickstart-edition .container {
    background: url(../images/trainers-feature-img.jpg) no-repeat bottom right;
    background-size: 46%;
}

#kickstart-edition h2 {
    margin-bottom: 10px;
}

#kickstart-edition p {
    font-size: 0.889em;
}

#kickstart-edition strong {
    font-family: "proximanova-bold";
}

#kickstart-edition .list p {
    font-family: "proximanova-regular";
}

#kickstart-edition .highlight {
    font: 1em "proximanova-semibold";
}

#kickstart-edition .option-block {
    position: absolute;
    width: 100%;
    padding: 18px 40px 18px 25px;
    background: #fafafa;
}

.content {
    margin-bottom: 15px;
}

#reasons {
    padding: 50px 0 0;
}

.reason-list {
    padding: 35px 0 15px;
}

.reason-list-item {
    margin-bottom: 30px;
}

#reasons .list-count {
    position: static;
    width: 36px;
    height: 36px;
    margin: 0 13px 0 0;
    background: #3ac121;
    font-size: 1.167em;
    border: none;
}

#reasons .list-count span {
    width: 36px;
    height: 36px;
    border: none;
}

.reason-entry {
    position: relative;
    overflow: hidden;
}

.reason-entry p {
    font-size: 0.889em;
}

.important-box {
    padding: 48px 0 30px;
    background: #fff;
}

.important-box h4 {
    font: 1.778em "itcavantgardestd-bold";
    margin-bottom: 20px;
    color: #000;
}

.important-box p {
    font-size: 0.889em;
}

.list-style-1 li {
    position: relative;
    font-size: 0.889em;
    margin-bottom: 15px;
    padding-left: 22px;
}

.list-style-1 li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: "\e914";
    font: 1em "Icomoon";
    color: #ef1b1b;
}

.show-box {
    position: absolute;
    right: -185px;
    top: -65px;
    color: #aaa;
    font: 0.889em "architects_daughterregular";
}

.show-box:before {
    position: absolute;
    top: -6px;
    right: 145px;
    color: #aaa;
    content: "\e90a";
    font: 4em "Icomoon";
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.box {
    padding: 30px 0 20px;
    background: #fff;
}

.box h4 {
    padding: 0 40px;
    font-size: 1.778em;
    color: #222;
    margin-bottom: 15px;
}

.box h4 span {
    display: block;
    font-size: 0.750em;
    color: #4f4b4b;
}

.box .button {
    display: inline-block;
    padding: 23px 32px 21px;
}

.box .btn-style-2 {
    padding: 23px 62px 21px;
}

.box-1 {
    margin-right: -15px;
}

.box-2 {
    position: relative;
    z-index: 1;
    margin-top: -45px;
    border-top: 8px solid #fda52b;
}

.box-3 {
    margin-top: -14px;
    margin-left: -15px;
}

.box-3 h4 span {
    font-size: 0.563em;
}

.amount {
    display: block;
    padding: 13px 0;
    font: 1.333em 'proximanova-semibold';
    color: #222;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.box-2 .amount {
    font: 1.5em "proximanova-bold";
    color: #3ac121;
}

.options-block {
    margin-top: -30px;
    padding-top: 90px;
    background: #fafafa;
}

.options-block h2 {
    font-family: "proximanova-semibold";
    color: #222;
    margin-bottom: 25px;
}

.options-block h2 span {
    font-family: "proximanova-bold";
}

.plan-options {
    clear: both;
    padding-top: 80px;
}

.option-list {
    padding: 0 0 20px;
}

.option-list li {
    padding: 15px;
    border-bottom: 1px solid #ebebeb;
}

.payment {
    padding: 30px 0;
    text-align: center;
}

.payment li {
    display: inline-block;
    width: 5.5%;
    text-align: center;
    margin: 0 2px;
}

.payment li:first-child {
    width: 4%;
}

.post-item {
	margin-bottom: 20px;
}

.post-item img {
	margin-bottom: 25px;
}

.post-item p {
	margin-bottom: 10px;
}

.post-item .list li {
	font-size: 0.889em;
	margin-top: 5px;
}

.align-right {
	float: right !important;
	margin-top: 8px;
}

.author-img-alternative {
	float: left;
	width: 28%;
	margin-right: 20px;
}

/*=Questionaire
---------------------------------------*/

#questionaire {
	padding: 60px 0 75px;
	text-align: left;
}

#questionaire h2 {
    font-size: 2.444em;
    color: #222;
    margin-bottom: 40px;
}

.question {
	margin-bottom: 6px;
	position: relative;
	color: #1F1F1F;
}

.icon-question-circle {
	position: relative;
	top: 2px;
	left: 0;
	font: 1em "Icomoon";
	content: "\e903";
	color: #00b200;
}

.question a {
	color: #1f1f1f;
	text-decoration: underline;
}


.notification {
	font-weight: 700;
	padding: 20px 0;
	font-size: 1.333em;
}

.notification span {
	position: relative;
	color: #60C43E;
}

.notification span:before {
	position: absolute;
	top: -7px;
	left: -60px;
	font: 2em "Icomoon";
	content: "\f017";
	color: #2ab100;
}

.notification .icon-clock-o {
	position: relative;
	top: 2px;
	font-size: 2em;
}

/*=Footer
---------------------------------------*/

#footer {
    padding: 30px 0 50px;
    background: #000;
}

.footer-content p {
    font-size: 0.8em;
    line-height: 1.5;
    color: #fff;
}

.footer-content a {
    color: #aeed81;
}

.footer-menu li {
    position: relative;
    display: inline;
    margin: 0 4px;
}

.footer-menu li:before {
    position: absolute;
    top: 1px;
    left: -6px;
    width: 1px;
    height: 16px;
    content: '';
    border-left: 2px solid #fff;
}

.footer-menu li:first-child:before {
    border-left: none;
}

.footer-menu li a {
    font-size: 0.778em;
}

.footer-menu li a:hover {
    text-decoration: underline;
}

.buy-banner{
    width:100%; 
    height:65px; 
    position: fixed; 
    top:0px; 
    left:0px; 
    padding:10px 0; 
    background:#555; 
    z-index: 901; 
    text-align: center; 
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.buy-banner a{padding: 12px 20px;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-weight: 500;
    cursor: pointer;
    width: 250px; display: inline !important;}
div.buy-banner > div{margin-top: 10px;}

.buy-banner{
    width:100%; 
    height:65px; 
    position: fixed; 
    top:0px; 
    left:0px; 
    padding:10px 0; 
    background:#555; 
    z­-index: 901; 
    text­-align: center; ­
    -webkit-box­shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75); ­
    -moz-box­shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box­shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    display: none;
}
.buy­-banner a{
    padding: 12px 20px;
    text-decoration: none;
    /* text­transform: uppercase; */
    cursor: pointer; 
    color:#fff; 
    font-weight: 700; 
    width: 250px; 
    display: inline;
}
div.buy­-banner > div{margin-top: 10px;} 

/* Countdown */
.wrap{max-width: 980px;margin:0 auto;}
.buy-banner.countdown{height:auto; padding: 0px; background: #555555; bottom: 0px; top:inherit; display: none; height: 90px;}
.buy-banner.countdown .button{width: 100%;}
.buy-banner.countdown h3{font-size:21px; color:#fff; margin: 0px; padding: 0px;}
.buy-banner.countdown #countdownkorting{position: relative;padding: 13px 20px;display: inline-block;}

#clockdiv{
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div{
    padding: 5px;
    display: inline-block;
}

#clockdiv div > span{
    padding: 0 5px;
    border-radius: 3px;
    background: #000;
    display: inline-block;
}

.smalltext{
    padding-top: 5px;
    font-size: 16px;
}

#div­Xj17WlU8gQ{ 
    width: 350px;
    display: inline­-block;
    height: 50px; 
}


/*=Media Queries
---------------------------------------*/

@media (max-width: 800px) {
.buy-banner.countdown{height: auto; padding: 0px 0px 20px 0px;} 
.buy-banner.countdown *{display: block;}
.buy-banner.countdown #countdownkorting{padding:0;margin: 0px; top: inherit; width: 90%; margin-left: 5%;display: block !important;} 
div.buy-banner.countdown > div{margin-top: 0;}
#clockdiv{font-size: 20px;}
.nocount{display: none !important;}
.buy-banner.countdown .button{padding:5px;}
}


@media (min-width: 768px) and (max-width: 991px) {

h1 {

	margin-bottom: 40px;
}

#header {
	background-position: center top;
	background-size: inherit;
}

.intro-box .icon-arrow-down {
	display: none;
}

.schedule-post h3 {
	font-size: 1.433em;
}

.author-img-alternative {
	display: none;
}



}

@media (min-width: 992px) and (max-width: 1199px) {

h1 {
    font-size: 2.3em;
    padding-right: 0;
}

.top-content {
    padding-top: 70px;
}

.header-bg {
    bottom: -50px;
    background-size: 50%;
}

.buttons {
    margin: 45px 0;
}

.buttons .button {
	padding: 16px;
	margin-left: 10px;
}

.testimonial {
    padding-right: 80px;
}

.intro-box {
    padding: 30px 30px 25px;
    margin-top: -95px;
}

.post-wrap {
    padding-bottom: 50px;
}

.testimonial-box:before {
    bottom: -11px;
}

    .show-below span {
        padding-right: 0;
    }

#method {
	min-height: 675px;
}

.teaser {
	min-height: 295px;
}

.show-below span:before {
     margin-left: 85px;
 }

.show-list:before {
    margin-left: -77px;
}

.item-1 {
    padding: 110px 0 140px;
    height: auto;
    background-size: cover;
}

.item-2, .item-3 {
    background-size: cover;
}

.post-wrap:before {
    left: 15px;
}

.schedule-post:before {
    width: 145px;
}

.schedule-post:nth-child(2n):before {
    width: 199px;
}

.post-wrap:before {
    top: -150px;
    height: 1845px;
}

#schedules .inner-content p {
    padding: 0 80px;
}

#kickstart-edition .option-block {
    bottom: -110px;
}

.box {
    padding: 40px 0 20px;
}

.plan-options {
	padding: 80px 0 25px;
}

#plan-options .content {
	padding: 0 60px;
}

.align-right {
	float: right !important;
}

    .payment li {
        width: 8%;
    }

    .payment li:first-child {
        width: 6%;
    }

#questionaire {
	padding-bottom: 0;
}

.heading {
	top: -27px;
}

    .post-date-box {
        margin: 30px 0 0 180px;
    }

    .schedule-post:nth-child(2n) .post-date-box {
        margin-left: 120px;
    }

    .option-block .normal-price {
        padding-right: 20px;
    }

    .option-block .button {
        padding: 23px 18px 21px;
    }



}

@media only screen and (min-width : 992px) {

    h1 {
        font-size: 2.666em;
    }

    h2 {
        font-size: 2.667em;
    }

    h5 {
        font-size: 1.778em;
    }

    h6 {
        font-size: 1.556em;
    }

    #header .container {
        padding-top: 0;
    }

    .list li {
        margin-top: 8px;
        font-size: 1em;
    }

    .buttons .button {
        display: inline-block;
        width: auto;
    }

    .intro-box {
        position: relative;
        z-index: 1;
        border: none;
        margin-top: -60px;
        background: #fff;
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.30);
        -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.30);
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.30);
    }

    .inner-content {
        padding-top: 40px;
    }

    .inner-content p {
        font-size: 1.167em;
        color: #222;
    }

    .schedule-teaser {
        margin: 30px 0 38px;
    }

    .teaser {
        padding: 0 5px;
        margin-bottom: 0;
        min-height: 320px;
    }

    .teaser .teaser-entry {
        text-align: center;
    }

    .post-wrap {
        position: relative;
    }

    .post-wrap:before {
        position: absolute;
        content: '';
        width: 8px;
        height: 2000px;
        background: #eee;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    #schedules .subtitle {
        font-size: 1.556em;
    }

    .schedule-list {
        margin-top: 48px;
    }

    .schedule-post {
        padding: 40px 50px 20px;
        border: 1px solid #eee;
        background: #fff;
    }
    .post-img {
        width: auto;
        margin-right: 0;
    }

    .post-img img {
        float: none;
    }

    .post-content {
        clear: inherit;
    }

    .img-position-top {
        margin-top: -55px;
    }

    .gutter-1 {
        margin: 0 65px 40px 155px;
    }

    .gutter-2 {
        margin: 0 17px 35px 210px;
    }

    .tips-content {
        font-size: 2.333em;
        margin-bottom: 90px;
        padding: 0;
    }

    #plan-options {
        padding: 100px 0;
        top: -55px;
        min-height: 480px;
    }

    #plan-options h3 {
        font-size: 3.444em;
    }

    #plan-options p {
        font-size: 1.333em;
    }

    .post-item {
        margin-bottom: 60px;
    }

    .post-item img {
        margin-bottom: 0;
    }

    .content-entry h2 {
        font-size: 2.667em;
    }

    .important-note .icon-checkmark {
        margin-right: 10px;
    }

    .item-1 {
        padding: 114px 0 145px;
        height: auto;
    }

    .item-2 {
        padding: 180px 0 126px;
        height: auto;
    }

    .item-3 {
        padding: 180px 0 150px;
        height: auto;
        margin-top: -125px;
    }

    #pages {
        background-size: cover;
    }
    

}
@media only screen and (max-width : 1500px) {
	body {
        font-size: 100% !important;
    }
    }
@media only screen and (min-width : 1400px) {

    body {
        font-size: 112.5%;
    }

    h1 {
        font-size: 3.333em;
        padding-right: 50px;
    }

    h4 {
        font-size: 1.167em;
    }

    .header-bg {
        bottom: -90px;
        right: -135px;
        background-size: 52%;
    }

    .top-content {
        padding-top: 115px;
    }

    .top-content p {
        font-size: 1.167em;
        padding-right: 20px;
    }

    .buttons {
        margin: 45px 0 70px;
    }

    .testimonial-box {
        padding: 20px 28px;
    }

    .intro-box {
        margin-top: -85px;
        padding: 8px 0 25px;
    }

    #method {
        padding-bottom: 35px;
        background-size: 100% 100%;
    }

    .show-below span {
        font-size: 2em;
    }

    .item-1, .item-2, .item-3 {
        height: auto;
    }

    .item-1 {
        background: url(../images/training-banner-large.jpg) no-repeat top center;
        background-size: cover;
    }

    .item-2 {
    }

    .item-3 {
    }

    .post-wrap:before {
        top: -150px;
    }

    .schedule-teaser p {
        font-size: 1em;
        padding: 0;
    }

    .teaser .icon-holder i {
        font-size: 6.6em;
    }

    #schedules h2 {
        font-size: 3.444em;
        margin-bottom: 8px;
    }

    #schedules .inner-content p {
        padding: 0 65px;
        font-weight: 400;
    }

    .schedule-post h3 {
        font-size: 1.778em;
        white-space: nowrap;
    }

    #plan-options {
        background-size: 100% 100%;
    }

    #favoured-device {
        background-size: 100% 100%;
    }

    .notification {
        line-height: 1.2;
        padding: 28px 0;
    }


}
@media only screen and (min-width : 1708px){

}
@media only screen and (min-width : 1820px){

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

body {
    font-size: 200%;
}

h1, h2 {
    font-size: 2em;
}

h1 {
    text-align: center;
    padding-right: 0;
}

h3 {
    font-size: 1.938em;
    margin-bottom: 40px;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: 1.313em;
    margin-bottom: 10px;
}

.no-padding-left {
	padding-left: 15px;
}

.no-padding-right {
     padding-right: 15px;
}

.no-padding {
	padding: 0 15px;
}

#header {
    padding-bottom: 80px;
    height: auto;
	background-position: 0 0;
	background-size: 100%;
    background: #091117 url(../images/blueprintneue_wide.jpg)top center;
}

.header-bg {
    display: none;
}

.top-content {
    padding-top: 40px;
}

.top-content p {
    font-size: 1.125em;
}

.buttons {
    margin: 45px 0;
}

.button {
    display: block;
    margin: 0 0 30px;
    width: 100%;
    font-size: 1.125em;
    padding: 20px;
}

.testimonial {
    padding-right: 0;
}

.testimonial-box {
    margin-bottom: 50px;
}

.testimonial-box:before {
    left: 40px;
    bottom: -20px;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 22px solid #fff;
}

.testimonial-box:after {
    display: none;
}

.author-details {
     padding: 2px 80px 0 0;
 }

.author-img {
    width: 122px;
    height: 122px;
}

.intro-box {
    padding: 50px 0;
    margin-top: 0;
}

.intro-box h2 {
    font-size: 2em;
    margin-bottom: 40px;
}

.intro-box p {
    margin-bottom: 50px;
}

.show-below {
    padding-top: 40px;
    position: absolute;
    right: 0;
    bottom: -85px;
}

.show-below span {
    font-size: 1.6em;
}

.show-below span:before {
    top: 18px;
    margin-left: -268px;
    font-size: 2em;
}

#method {
    margin-top: 0;
}

#method h2 {
    font-size: 2.188em;
}

#method .inner-content p {
    padding: 0 30px;
    font-size: 1.125em;
    line-height: 1.6;
}

.teaser {
    padding: 10px;
    margin-bottom: 10px;
}

.teaser .icon-holder i {
    font-size: 9em;
}

.show-list {
    font-size: 1.5em;
    padding: 100px 0;
}

.show-list:before {
    top: 176px;
    left: 6%;
    font-size: 4.5em;
    -moz-transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    transform: rotate(-42deg);
}

.list-item p {
    line-height: 1.6;
}

.item-1, .item-2, .item-3 {
    padding: 120px 0 85px;
    height:  auto;
    background-size: cover;
}

.item-2 {
    margin-top: -100px;
    padding: 160px 0 135px;
}

.item-3 {
    margin-top: -180px;
    padding: 180px 0 150px;
}

.list-item .list i {
    width: 30%;
    font-size: 4.5em;
    margin-left: -25px;
}

.list-item .list i.icon-lifting-with-arrow {
    font-size: 6.4em;
}

.list-item i.icon-meal-preparation, .list-item i.icon-rest {
     margin-top: 0;
     font-size: 5em;
}

.list-item .list p {
    padding-top: 40px;
    font-size: 1em;
    line-height: 1.3;
}

#schedules h3 {
    font-size: 1.688em;
    line-height: 1.3;
}

#schedules .inner-content {
    padding-bottom: 80px;
}

#schedules .inner-content p {
    padding: 0 60px;
}

.schedule-post {
    padding: 10px 40px 40px;
    margin-bottom: 130px;
}

.schedule-post:before {
    display: none;
}

.schedule-post .list-count {
    position: relative;
    top: -40px;
    left: 50%;
    margin-left: -40px;
    width: 102px;
    height: 102px;
    border: 1px solid #dfdfdf;
}

.schedule-post:nth-child(2n) .list-count {
    margin-left: -40px;
}

.schedule-post .list-count span {
    width: 100px;
    height: 100px;
    border: 10px solid #eee;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.post-wrap {
    padding-bottom: 0;
}

.post-content {
    text-align: center;
}

.post-content p {
    font-size: 0.875em;
    line-height: 1.6;
    padding: 0 60px;
}

.post-date {
    font-size: 0.875em;
    margin-bottom: 30px;
}

.scheme-list li {
    width: 100%;
    margin-top: 35px;
}

.scheme-list li p {
    text-align: left;
    padding: 15px 78px 0 0;
}

#personal-trainers h3 {
    font-size: 1.813em;
    line-height: 1.3;
    margin-bottom: 40px;
}

#personal-trainers .testimonial {
    padding-top: 30px;
}

#personal-trainers .author-img  {
    border: 5px solid #fff;
    margin-right: 35px;
}

#personal-trainers .author-details {
    padding: 18px 80px 0 0;
}

#personal-trainers .author-name, #personal-trainers .author-designation {
    font-size: 1em;
}

#personal-trainers .testimonial-box:after {
    display: block;
    width: 50px;
    height: 50px;
    padding: 12px 0;
}

.content {
    margin-bottom: 80px;
}

#personal-trainers figure {
    padding: 0 70px;
}

#pages {
    /* background: url(../images/page-mobile-bg.jpg) no-repeat top center; */
    background-size: cover;
}

#flipbook

#pages h3 {
    font-size: 1.688em;
    margin-bottom: 0px ;
}

#pages p{color:#fff;}

#pages h3 span {
    display: block;
}

#pages .button {
    display: inline-block;
    width: auto;
    color: #000;
    font-size: 1.125em;
    padding: 46px 95px 43px;
}

.options-block {
    padding-top: 140px;
}

.option-head h2 {
    margin-bottom: 15px;
}

.option-head span {
    font-size: 1.125em;
}

.option-item {
    margin-bottom: 100px;
}

.option-item figure {
    width: auto;
    margin-bottom: 45px;
}

.option-item figure img {
    height: auto;
    margin: 0 auto;
}

.option-item h3 {
    font-size: 1.250em;
}

.normal-price {
    display: block;
    font-size: 1.125em;
    margin-bottom: 15px;
}

.price {
    padding-top: 0;
}

.price .button {
    width: auto;
    display: inline-block;
    padding: 46px 100px 43px;
    font: 1.125em "proximanova-bold";
    margin-bottom: 70px;
}

.component-list li {
    clear: both;
}

.img-holder {
    padding: 40px 80px;
}

#reasons {
    border-top: 1px solid #ebebeb;
    padding: 80px 0 60px;
    background: #fafafa;
}

#reasons h2 {
    padding-right: 120px;
    font-size: 1.750em;
    text-align: left;
}

#reasons .list-count, #reasons .list-count span {
    width: 71px;
    height: 71px;
}

#reasons .list-count {
    margin-right: 40px;
}

.reason-entry {
    padding-right: 50px;
}

.img-caption {
    display: block;
    top: auto;
    left: 0;
    bottom: -35px;
    font-size: 1em;
}
.important-box {
    padding: 60px 50px 30px;
}

.important-box h4 {
    font-size: 1.5em;
}

.important-box p {
    margin-bottom: 35px;
}

.list-style-1 li {
    padding-left: 40px;
}

.show-box {
    display: none;
}

    #reasons .options-block h2 {
        font-size: 1.5em;
        padding-right: 0;
        text-align: center;
        padding: 0 50px;
    }

    .box {
        padding: 0;
    }

    .box h4 {
        font-size: 1.999em;
        margin-top: 60px;
    }

    .box .button {
        display: inline-block;
        padding: 46px 80px 43px;
        margin: 45px 0;
        width: auto;
    }

    .box-1 {
        border-top: 17px solid #ffa608;
    }

    .option-list {
        padding: 0;
    }

    .option-list li {
        border-bottom: 1px solid #ebebeb;
        margin-bottom: 0;
        padding: 24px 0;
    }

    .amount {
        display: block;
        font: 1.499em "proximanova-bold";
        color: #319010;
        padding: 25px 0;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
    }

    .plan-options {
        padding: 60px 0 40px;
    }

    .payment li, .payment li:first-child {
        width: auto;
    }

    #questionaire {
        padding: 60px 0 50px;
    }

    #questionaire h2 {
        font-size: 1.688em;
    }

    .questionaire-list li {
        margin-bottom: 60px;
    }

    #footer {
        padding: 40px 0 50px;
    }

    .footer-content p {
        font-size: 0.6em;
    }

    .footer-menu li:before {
        top: 9px;
        left: -10px;
        height: 20px;
    }

    .footer-menu li a {
        font-size: 0.6em;
    }


}

@media only screen and (max-width : 568px) {
    body {
        font-size: 100%;
    }

    h1 {
        text-align: center;
        font-size: 1.8em;
        padding-right: 0;
    }

    #header {
        padding-bottom: 40px;
    }

    .button {
        font-size: 1em;
        padding: 24px 9px 22px;
        margin-bottom: 20px;
    }

    .author-img {
        width: 65px;
        height: 65px;
    }
    .author-details {
        padding-right: 0;
    }

    .testimonial-box:before {
        left: 25px;
        bottom: -12px;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #fff;
    }

    #personal-trainers .testimonial-box:before {
        left: 12px;
        bottom: -38px;
        background-size: 100%;
    }

    #personal-trainers .testimonial-box:after {
        width: 39px;
        height: 39px;
    }
    .intro-box h2 {
        font-size: 1.6em;
        margin-bottom: 20px;
    }

    .intro-box p {
        margin-bottom: 30px;
    }

    .show-below {
        padding-top: 20px;
        position: absolute;
        right: 0;
        bottom: -40px;
    }

    .show-below span {
        font-size: 2.208em;
    }

    .show-below span:before {
        top: 14px;
        margin-left: -178px;
        font-size: 2em;
    }

    .intro-box {
        padding: 50px 0 20px;
    }

    #method {
        padding-top: 30px;
    }

    #method .inner-content p {
        padding: 0;
    }

    .show-list {
        padding: 0;
    }

    .show-list:before {
        top: 43px;
        font-size: 3.5em;
    }

    .item-1, .item-2, .item-3 {
        padding: 100px 0 80px;
    }

    .item-2 {
        padding-bottom: 150px;
    }

    .list-item .list i {
        margin-left: -15px;
    }

    .list-item p {
        margin-right: 0;
    }

    .list-item .list i.icon-lifting-with-arrow {
        font-size: 5.4em;
    }

    .list-item .list p {
        padding-top: 20px;
    }

    #schedules h3, #schedules .inner-content p,
    .post-content p, .scheme-list li p {
        padding: 0;
    }

    .schedule-post {
        padding: 10px 20px 20px;
        margin-bottom: 75px;
    }

    .scheme-list li {
        margin-top: 15px;
    }

    .schedule-post .list-count {
        width: 62px;
        height: 62px;
        top: -18px;
    }

    .schedule-post .list-count span {
        width: 60px;
        height: 60px;
    }

    #personal-trainers {
        padding-top: 60px;
    }

    #personal-trainers .testimonial {
        padding-right: 0;
    }

    .testimonial-box {
        margin-bottom: 30px;
    }

    #personal-trainers .author-details {
        padding: 18px 0 0 0;
    }

    .author-details {
        padding: 10px 0 0 0;
    }

    #personal-trainers .author-img {
        margin-right: 15px;
    }

    #personal-trainers figure {
        padding: 0 10px;
    }

    #pages {
        padding-bottom: 30px;
    }

    #pages h3 {
        font-size: 1.6em;
        margin-bottom: 0px !important;
    }
	#pages .pages-img{margin-bottom: 80px;}
	.top-content p{padding-right:0px;}
	#header span.inline{display: inline;}
    #pages .button,
    .price .button {
        padding: 24px 30px 22px;
    }

    #option {
        padding: 50px 0 0;
    }

    .option-item,
    .price .button {
        margin-bottom: 50px;
    }

    #reasons {
        padding-top: 50px !important;
    }

    #reasons h2 {
        font-size: 1.6em;
        padding-right: 0;
    }

    .reason-list {
        padding: 20px 0 0;
    }

    #reasons .list-count, #reasons .list-count span {
        width: 44px;
        height: 44px;
    }

    #reasons .list-count {
        margin-right: 15px;
    }

    .reason-entry {
        padding-right: 0;
    }

    .important-box {
        padding: 30px 15px 0;
    }

    .important-box h4 {
        font-size: 1.3em;
    }

    .list-style-1 li {
        padding-left: 22px;
    }

    .options-block {
        padding-top: 50px;
    }

    #reasons .options-block h2 {
        padding: 0;
    }

    .plan-options {
        padding: 30px 0;
    }

    .box-1 {
        margin-right: 0;
    }

    .box h4 {
        margin-top: 40px;
    }

    .amount, .option-list li {
        padding: 15px 0;
    }

    .box .button {
        margin: 25px 0;
        padding: 23px 25px 21px;
    }

    .payment {
        padding: 10px 0;
    }

    .payment li {
        width: 20%;
    }

    .payment li:first-child {
        width: 15%;
    }

    #reasons {
        padding: 80px 0 20px;
    }

    #questionaire {
        padding: 20px 0;
    }

    #questionaire h2 {
        font-size: 1.4em;
    }

    .icon-question-circle {
        font-size: 1.2em;
        margin-right: 5px;
    }

    .questionaire-list li {
        margin-bottom: 30px;
    }

    .footer-menu li:before {
        top: 2px;
        left: -6px;
        height: 14px;
    }
        #pakket h2{font-size: 24px;}


}

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



/* Flipbook */

#flipbook{
    width:400px;
    height:300px;
    margin-bottom: 20px;
    margin: 0px auto !important;
}


#flipbook .page{
    width:400px;
    height:300px;
    background-color:white;
    line-height:300px;
    font-size:20px;
    text-align:center;
}

#flipbook .page-wrapper{
    -webkit-perspective:2000px;
    -moz-perspective:2000px;
    -ms-perspective:2000px;
    -o-perspective:2000px;
    perspective:2000px;
}

#flipbook .hard{
    background:#ccc !important;
    color:#333;
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    font-weight:bold;
}

#flipbook .odd{
    background:-webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image:-webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:-o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image:linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
    
}

#flipbook .even{
    background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image:linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow:inset 0 0 5px #666;
    -moz-box-shadow:inset 0 0 5px #666;
    -o-box-shadow:inset 0 0 5px #666;
    -ms-box-shadow:inset 0 0 5px #666;
    box-shadow:inset 0 0 5px #666;
}


#pages .button:first-child{margin-right: 20px;}

a.button{display: inline-block;}
ul.option-list span .fa-check{color:#1ab12c; margin-right: 5px;}
ul.option-list span .fa-times{color:#DA0000; margin-right: 10px;}
ul.option-list{text-align:left;}
ul.option-list span{padding-left: 30px;}

#pages h3{color:#fff;}
#pages .navigation{   position: absolute; width: 86%;   left: 50%;  top: 45%;   margin-left: -43%;}
#pages .navigation .prev{position: absolute; left:0px;  padding: 12px 12px !important;}
#pages .navigation .next{position: absolute; right:0px;}
#pages .navigation button{ background: none;   background:#fff;
border: 1px solid #eee;
color: #666;
padding: 12px 19px;   font-size: 21px; width:50px; height:50px; -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px; border-bottom:3px solid #ddd;}
#pages .navigation button:hover{background: #eee;}
#pages .info{margin-top: 40px; background: rgba(255,255,255,0.1);    padding: 20px;    border: 1px solid rgba(255,255,255,0.3); -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
#pages .info h3{font-size: 28px;     font-family: proximanova-semibold; margin-bottom: 10px;}
#pages .info p{color:#eee;}
#pages .info hr{    margin: 10px auto;  color: #fff;   background: #fff;  width: 20%;   border: none;}
#pages .info li{display: none; opacity: 0;}
#pages .info li.active{display: inherit;}

#orderitems small{color:red; font-weight: 500 !important; font-size: 70%; font-family: 'proximanova-regular'}
#orderitems small.grey{color:#bbb;}
.text-korting{text-align: center;
margin-top: -50px;
margin-bottom: 40px;
font-size: 21px;
}

strike.red{color:red;}
.text-korting strong{color:#3ac121; font-size: 24px;}
.text-korting { background:#fff;
padding: 10px;
border: 1px solid #eee;
max-width: 600px;
margin: 30px auto 50px auto ; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.30);}
/* New header */

.new-header h1{color:#fff; box-shadow:none; text-shadow:none; font-size:54px;}
.new-header p{font-family: proximanova-bold; line-height:24px;}
  .new-header .testimonial{padding-right: 125px;}
 .new-header  .book{margin-top:60px;}
  .new-header .book img{min-width: 524px;margin-left: -70px;}

.new-header .inline{display:inline-block; color:#fff;}

@media (max-width:1400px){
  .new-header .top-content{padding-top:115px;}
}

@media (max-width:1200px){
  .new-header .book img{min-width:100%; max-width:100%; margin:0px;}
   .new-header h1{font-size:50px;}
    .new-header p {font-family: proximanova-regular; line-height: 21px; }
    .new-header .inline { font-size: 14px; }
   .new-header .buttons .button{font-size:14px;}
    .new-header .testimonial{font-size:14px; padding-right:50px;}
   #pakket .image img{text-align: center !important; max-width: 200px; display: inline-block;}
       #orderitems .countdown-row{float:none !important;}
	       #succesverhalen .next{position: absolute;right: 20px !important; top: 95% !important;}
	#succesverhalen .prev{position: absolute;left: 20px !important; top: 95% !important;}
	#succesverhalen .unslider-nav{margin-top: 20px !important;}
}

@media (max-width:992px){
    .new-header .book img{    min-width: 50%;
max-width: 50% !important; margin: 0 auto; text-align: center;}
    .new-header .book{margin-bottom:30px; margin-top:10px;}
    .new-header h1{font-size:42px;}
    .new-header p{font-size:18px;}
    .new-header .button{padding:20px;}
    .new-header .author-img,  .author-img img{max-width:60px; max-height:60px;}
    .new-header .testimonial { font-size: 12px;padding-right: 0;}
    .new-header .buttons{margin-bottom:10px;}
    .text-korting{font-size: 18px;}
    .text-korting strong{font-size: 21px;}
}

@media (max-width:500px){
    .new-header h1{font-size:36px;}
    .option-list li{font-size: 14px;}
    .new-header h1{font-size: 28px;}

    body{overflow-x:hidden; max-width:100%;}
    #pages{padding:50px 0;}
    .show-list:before{top: 13px;font-size: 3.5em;left: 20%;}
    
}

.inkijk #head{height:70px; padding:10px 0; background: #000;}
.inkijk #head img{margin-top: 15px;}
.inkijk #head .button{padding:17px 20px;font-size: 16px;}
.inkijk #pages .button{width:90%; margin: 0 auto;}
.inkijk #pages{background-size:cover; padding: 60px 0; background: url(../images/blueprintneue_wide.jpg) no-repeat top 0px center;}



/* Bedankt page */

.bedankt header{background: #000; text-align: center !important; padding: 20px 0;}
.bedankt header img{text-align: center; display: inline;}
.bedankt #hero{background: #25aae1; padding:30px 0;}
.bedankt #hero h1{color:#fff; text-align: center; text-shadow:none; font-size: 50px;}

.bedankt #download{padding:50px 0;}
.bedankt #download h3{font-size: 26px;}
.bedankt .item{border-top:1px solid #ddd; padding: 40px 0;}
.bedankt a.button{margin-left: 0px; margin-right: 10px;}

@media (max-width:700px){
	.bedankt header h1{font-size: 28px;}
	.bedankt #download h3{margin-top: 20px;}
	}
	
	
/* Pakket Addon */
#pakket{width:100%; padding:80px 0 20px 0;}
#pakket h2{font-size: 54px; text-align: center; margin-bottom: 10px;}
#pakket h3{font-size: 32px; margin-bottom: 5px;}
#pakket .deel-price{font-size: 24px; font-family: 'ProximaNova-Bold';}
#pakket .package-box{padding: 25px;
background: #f1f9fe;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
border: 2px solid #55ACEB;}
#pakket .line{border-bottom: 1px solid rgba(0,0,0,0.1); padding:20px 0; margin-bottom: 0px;}
#pakket .line p{margin-bottom: 0px; font-size: 16px;}
#pakket .line:last-child{border: 0px;}

#pakket .price-list dt,
#pakket .price-list dd {
	font-size: 1em;
	line-height: 1;
	font-weight: 600;
	margin-bottom: 10px;
	width: 60%;
	display: inline-block;
}

#pakket .price-list dd {
	width: 30%;
	font-size: 1.167em;
	font-weight: 800;
	display: inline-block;
}

#pakket .text-color-1 {
	color: #d80000;
	font-weight: 500 !important;
}

#pakket .text-color-2 {
	color: #00b22c;
	font-size: 1.5em !important;
	position: relative;
    top: 0px;
    font-family: 'ProximaNova-Bold';
}

#pakket .price-block{padding: 20px 0;}
#pakket .knop a{width:100%;}


#pakket .garantie{
	background: #fdecc5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 10px 0px 10px;
	margin-top: 50px;
}

#pakket .garantie h3{
	font-size: 21px;
	font-family: 'proximanova-bold';
}

#pakket .garantie img{
	position: absolute;
	top: -64px;
	width: 130px;
}

#succesverhaal.testi{
	background: #fff; border: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
}



#bedankt-header{padding:50px 0; position: relative;}
#bedankt-header h4{text-align: center; font-size: 38px; margin-bottom: 10px;}
#bedankt-header img{text-align: center; margin: 0 auto 20px auto;}
#bedankt-header span.red{color:red;}
#bedankt-header p{max-width: 680px; margin: 0 auto;}
#bedankt-header .belangrijk{margin-bottom: 20px;}
#bedankt-header a{text-align: center; margin: 0 auto;display: block;max-width: 320px; margin-top: 10px;}
#bedankt-header:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}

#korting-banner{background: #53B826; padding:10px 0; margin: 0; width: 100%; font-size: 15px; text-align: center; color:#fff; position: fixed; top: 0px; z-index: 999;}

#opt_header{width:100%; background:#f3fbfe; padding:10px; text-align:center;}
#opt_header img{max-height:40px; display:inline-block;}




/* Kortingacties */

.box-2 .amount .old-price {
    font: 1.5em "proximanova-regular";
    color: red;
    font-size: 16px;
}
.box-2 .grey{font-size: 16px !important;}
.zomer-header{background: #bde5fc url('../images/zomer-bg-2.jpg') left top  no-repeat !important; background-size:cover !important;}
.zomer-header .book{padding:0px 50px;}
.zomer-header .book img{max-width: 100%;min-width: 100%}
.btn-style-1{color:#222 !important; border-color:#222;}
.zomer-header .action-text{font-size: 29px; font-weight: 700;     font-family: 'ProximaNova-Bold';color:#e18b10; text-transform: uppercase;}
.zomer-header{padding-top:70px;}
.zomer-header h1{font-size: 44px; text-transform: uppercase; color:#222; text-shadow: none; margin: 15px 0; line-height: 1.2em}
.zomer-header strong{font-family:'Signpainter'; font-size: 75px; text-transform:none; color:#ecc732; }
.zomer-header h3{font-size: 20px; font-family: 'ProximaNova-Semibold'; text-transform: none; font-weight: 600; line-height: 1.6em;}
.zomer-header h3 strong{font-size: 36px; font-weight: 500; color:#40a82a;}
.zomer-header p{font-size: 16px; font-family: 'proximanova-regular'; text-transform: none; color:#222; font-weight: 500;}
.zomer-header .countdown-row{background: #fff; padding:20px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.zomer-header .countdown-row strong{font-size: 40px; line-height: 30px;}
.zomer-header .countdown-text{font-size: 21px; padding-top: 15px}
.zomer-header .countdown-row{font-size: 18px; color:#222; text-transform: none; font-family: 'ProximaNova-regular'; float:left;}
.countdown-spot > div > div{background:#000; padding: 10px 2px; font-size: 24px; color:#fff; font-family: 'ProximaNova-Regular'; width:45%; display: inline-block; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;}
.countdown-spot > div{display: inline-block; width:21%; text-align: center; margin-right: 10px;}
.countdown-spot .text{width:100%; font-size: 14px; background: none; display: block; color:#222; margin-bottom: 0px; padding-bottom: 0px;}
.zomer-header .zomer-button{margin: 0 auto;
text-align: center;
top: 5px}
.zomer-header .book{text-align: center; }

#orderitems .countdown-row{background: #fff; padding:20px; -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px; float:left; border:1px solid #eee;}
#orderitems .countdown-text{text-align: center;}
#orderitems .countdown-text strong{font-family:'Signpainter'; font-size: 32px; text-transform:none; color:#ecc732; }
#orderitems h2{    font: 54px "itcavantgardestd-bold"; text-transform: uppercase;}
#orderitems h2 strong{font-family:'Signpainter'; font-size: 75px; text-transform:none; color:#ecc732; }
#orderitems {background: #fff url('../images/zomer-bg-2.jpg') left top -100px  no-repeat !important; background-size:cover !important;}
.zomer-sticker{position: absolute; top:-40px; left:-40px; width:120px;}


#orderitems h2{
	font-size: 54px;
}


#succesverhaal{
	padding: 60px 0;
	width: 100%;
	background:#f7fbff;
	border: 1px solid #d4e6f8;
}

#succesverhaal .right{
	padding-top: 35px;
}

#succesverhaal h3{
	font-size: 24px;
	color:#52a72c;
	text-transform: uppercase;
	font-weight: 500;
	font-family: 'proximanova-regular';
	margin-bottom: 10px;
}

#succesverhaal h2{
	font-size: 36px;
	color:#222;
	font-weight: 700;
	margin-bottom: 5px;
}

#succesverhaal h2 strong{
	font-style: italic;
	color:#52a72c;
}

#succesverhaal .testimonial{
	padding: 0px;
	font-size: 16px;
}

#succesverhaal .row{
	margin: 0px !important;
}

#succesverhaal .testimonial .author{
	padding-left: 0px;
}

#succesverhaal .testimonial .author-name{
	color:#222;
	font-weight: 500;
	font-family: 'proximanova-regular';
}

#succesverhaal .testimonial .author-designation{
	color:#222;
	font-weight: 700;
	font-family: 'proximanova-bold';
	font-size: 18px;
	font-style: normal;
	display: inline-block;
}

#succesverhaal .testimonial .author-designation img{
	display: inline-block;
	width: 80px;
}

#succesverhaal .cta{
	border-width: 1px;
border-color: rgb(110, 177, 33);
border-style: solid;
border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(131, 197, 52) 0%, rgb(167, 214, 63) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(131, 197, 52) 0%, rgb(167, 214, 63) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(131, 197, 52) 0%, rgb(167, 214, 63) 100%);
position: absolute;
width: 100%;
font-size: 16px;
font-weight: 500;
color: rgba(255, 255, 255, 0.9);
padding: 20px 20px;
display: block;
cursor: pointer;
display: inline-block;
text-align: center;
}

#succesverhaal .cta img{
	display: inline-block;
	width: 80px;
	position: relative;
	top: 6px;
}

#learn-list{
	background: #f7fbff;
}

.mentioned{
	margin-bottom: 20px;
}

#succesverhaal .others .reviews{
	text-align: center;
	margin: 40px 0 20px 0;
}

#pakket .option-head p{
	text-align: center;
	font-size: 21px;
}


@media only screen and (max-width : 568px) {
	#header{padding-top: 0px; }
	.zomer-header .book{padding:0px 50px 0px 0px;}
	.zomer-header .action-text{display: none;}
	.zomer-header h1{font-size: 32px !important; line-height: 40px ;}
	.zomer-header h1 strong{font-size: 40px;}
	.zomer-header .book{margin-bottom: 20px;}
	.zomer-header h1{text-align: left;}
	.zomer-header .countdown-text{font-size: 16px;}
	.zomer-header .countdown-row strong{font-size: 24px;}
	.countdown-spot > div > div{font-size: 16px; padding: 5px 0;}
	.countdown-spot .text{font-size: 10px;}
	.countdown-spot .left{width:42%;}
	.countdown-spot .day, .countdown-spot .minute, .countdown-spot .hour, .countdown-spot .seconds{margin-right:3px;}
	.zomer-header h3{font-size: 18px; margin-bottom: 10px;}
	.zomer-header h3 strong{font-size: 24px;}
	#orderitems h2 strong{font-size: 36px;}
	.snd-option{margin-top: 50px;}
	#promotion .option-title, #promotion .normal-price{display: none;}
	#promotion .price .button{width: 100% !important; margin-bottom: 0px;}
	.zomer-header .countdown-row{height: auto !important;}
}

#verlengd{width:100%; background: #40a82a; padding:10px 0; font-size: 21px; font-weight: 700; text-align: center; color:#fff; }

.zomer-header strike{color: #bbb;
font-weight: 500 !important;
font-size: 70%;
font-family: 'proximanova-regular'; font-size: 14px !important; position: relative;
top: 10px;}
.zomer-header  .price{color:#2fa61f; font-size: 24px; position: relative; top:-30px;}
.zomer-header  .price strong{font-size: 54px; font-weight: 500; position: relative; top:18px; font-family:  'proximanova-semibold'; color:#2fa61f;}
.zomer-header .countdown-row{width:100%; height:115px;}
.zomer-header .snd-button{font-size: 16px; color:#666; text-decoration: underline; margin-left: 20px;}


.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel li {
    float: left
}

.unslider-vertical > ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li, .unslider ol, .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
    left: auto;
    right: 20px
}


#succesverhalen{padding:60px 0; background: #f8fdf7; }
#succesverhalen  .prev{position: absolute; left: -60px;top: 50%;  padding: 12px 12px !important;}
#succesverhalen  .next{position: absolute; right: -60px;top: 50%;}
#succesverhalen  button{ background: none;   background:#fff;
border: 1px solid #eee;
color: #666;
padding: 12px 19px;   font-size: 21px; width:50px; height:50px; -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px; border-bottom:3px solid #ddd;}
#succesverhalen  button:hover{background: #eee;}
#succesverhalen .unslider-nav{width:200px; text-align: center; margin: 0 auto;}
#succesverhalen .unslider-nav li{display: inline-block; padding: 5px; color:rgba(0,0,0,0.2);}
#succesverhalen .unslider-active{color:rgba(0,0,0,1) !important; font-weight: 700;}
#succesverhalen h2{margin-bottom: 10px; color:#3ac121; }


.actie-header{padding-bottom:130px !important
	;}
.actie-header h1 strong{
	font-family: 'ProximaNova-Bold';
	text-transform: uppercase;
	color: #40a82a;
	font-size: 42px;
}
.actie-header h1{font-size: 42px; color:#fff;}
.actie-header p, .actie-header h3{ color:#fff;}
.actie-header{background: #bde5fc url('../images/background-tijdelijke-actie.jpg') center top  no-repeat !important; background-size:cover !important;}

.actie-header .cta{
	border-width: 1px;
border-color: rgb(110, 177, 33);
border-style: solid;
border-radius: 5px;
background-image: -moz-linear-gradient( 90deg, rgb(131, 197, 52) 0%, rgb(167, 214, 63) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(131, 197, 52) 0%, rgb(167, 214, 63) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(131, 197, 52) 0%, rgb(167, 214, 63) 100%);
position: absolute;
width: 100%;
font-size: 16px;
font-weight: 500;
color: rgba(255,255,255,0.9);
padding: 15px 0;
display: block;
text-align: center;
cursor: pointer;
display: inline-block;
}

.actie-header .cta strong{
	font-size:24px;
	color:#fff;
	font-family: "proximanova-bold";
}

.actie-header .example-btn{
	border:2px solid #fff;
	padding:30px;
	color:#fff;
	text-align: center;
	border-radius: 5px;
	font-size: 16px;
	display: inline-block;
	margin: 0 20px;
	
}

.fa-star, .fa-star-half-o{
	color:#f6cb00;
}

.actie-header .reviews{
	color:#fff;
	text-align: center;
	margin-top: 10px;
}

.actie-header .counter{
	background:#fff;
	padding: 0px;
	border-radius: 5px;
	position: absolute;
	bottom: 0px;
	left: 35px;
}

.actie-header .korting-arrow{
	position: absolute;
	min-width:180px !important;
	width:180px;
	margin-top:10px;
	left:-100px;
}
.actie-header .usps{
	color:#fff;
	margin-bottom: 20px;
}
.actie-header .usps i{
	color:#3ac121;
	
}
#orderitems.actie-options{
	background: #fafafa !important;
}
#orderitems.actie-options h2{
	font-size: 38px;
	text-transform: none;
	
}

@media only screen and (max-width : 568px) {
	.actie-header .example-btn, .actie-header .cta{
		display: block;
		position: relative;
		width:100%;
		margin: 10px 0;
		}
	#pakket .garantie img{
		display: none;
	}
	#pakket .garantie{
		text-align: center;
	}
	#succesverhaal h2{
		font-size: 24px;
	}
	#pakket h2{
		font-size: 28px;
	}
	#succesverhaal{
		padding-bottom: 20px;
	}
	#succesverhaal .testimonial .author-designation{
		font-size: 14px;
	}
	#succesverhaal .testimonial .author-designation img{
		width:40px;
	}
	
	#succesverhaal h2{
		font-size: 21px;
	}
	#header{
		padding-bottom: 10px !important;
	}
}