/* GENERAL STYLING */

html {
	overflow-x:hidden;
}

body {
	position:relative;
	float:left;
	width:100%;
	
	overflow-x:hidden;
	background-color:#fff;
	
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:26px;
	color:#000000;
	
	display: table;
    height: 100%;
    position: relative;
    width: 100%;
	
}

iframe {
	max-width:100%;
}


/* TEXT GENERAL */

h1, h2, h3, h4, h5, h6 {
	color:#b1d336;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

h1 {
	font-size:46px;
	line-height:52px;
}

h2 {
	font-size:35px;
	line-height:41px;
}

h3 {
	font-size:28px;
	line-height:34px;
}

h4 {
	font-size:22px;
	line-height:28px;
}

h5 {
	font-size:20px;
	line-height:26px;
}

h6 {
	font-size:16px;
	line-height:22px;
}

p {
	margin:0 0 20px 0;
}

address {
	margin:0 0 10px 0;
}

mark {
	background:none;
}

/* LINKS GENERAL */

a {
	color:#409e3c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:link {
	text-decoration:underline;
	color:#409e3c;
}
a:visited {
	text-decoration:underline;
	color:#409e3c;
}
a:hover {
	text-decoration:none;
	color:#409e3c;
}
a:active {
	text-decoration:none;
	color:#409e3c;
}


/* TABLE */
table {
	display:table;
	margin: 0 0 10px 0;
	font-weight:400;
	max-width:100%;
	vertical-align:middle;
}

table label {
	width:auto;
}

table tr {
	display:table-row;
}

table tr td:first-child {
	padding:0 10px 0 0;
}

table thead {
	padding: 0 0 30px 0;
}

table tr td {
	padding:0px 10px;
	display:table-cell;
}

table th {
	text-align:left;
	padding:0px 10px;
	display:table-cell;
	color: #8dcf8a;
	font-weight:bold;
}
table th:first-child {
	padding:0 10px 0 0;
}



/* INVOERVELDEN */

input, select {
    font-size: 15px;
	line-height:23px;
    height: 45px;
    padding: 0 45px 0 15px;
    background: #ffffff;
	border:1px solid #e3e3e3;
	min-width:190px;
	max-width:100%;
	border-radius:0px;
}

textarea {
    position: relative;
    float: left;
    height: 200px;
    font-size: 15px;
    line-height: 22px;
    padding: 15px;
    outline: none;
	width:100%;
	background: #ffffff;
	border:1px solid #e3e3e3;
}

input:focus, select:focus, textarea:focus {
    outline: none;
	border:1px solid #8dcf8a;
}
button:focus {
	outline:none;
	border:none;
}


input[type="checkbox"], input[type="radio"] {
	position:relative;
	float:left;
	height:auto;
	width:auto;
	margin:7px 4px 4px 0;
	min-width:inherit;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #8dcf8a;
    color: #fff;
    border: none;
    float: left;
	height:auto;
    padding: 17px 25px;
    font-size: 17px;
    line-height: 17px;
    font-weight: bolder;
    font-style: normal;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #fff;
	background-color: #78b175;
}


label {
    position: relative;
    float: left;
    width: auto;
}

select {
        /*for firefox*/
        -moz-appearance: none;
        /*for chrome*/
        -webkit-appearance:none;
		cursor:pointer;
		background-image:url('https://heavenlystarsfireworks.com/app/themes/heavenlystarsfireworks/images/arrow-down-select-bg.png');
		background-repeat:no-repeat;
		background-position:center right;
		background-size:45px;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}

/* GRAVITY FORMS */
.gform_wrapper {
    position: relative;
    float:left;
}
.gform_wrapper form {
	position:relative;
	float:left;
}

.gform_body {
	position:relative;
	float:left;
}

.gform_wrapper ul {
    position: relative;
    float: left;
	width:100%;
    margin: 0;
    list-style-type: none;
}

.gform_wrapper ul li {
    position: relative;
    float: left;
	width:100%;
	line-height:30px;
	margin:0 0 20px 0;
}


.gfield_label {
    position: relative;
    float: left;
    min-width:inherit;
	max-width:inherit;
	width:30%;

	padding-right:10px;
    line-height: 45px;
    font-weight: 600;
}

.gform_wrapper .ginput_container {
    position: relative;
    float: left;
	width:70%;
}

.gform_wrapper .ginput_container_singleproduct {
	position:relative;
	float:left;
}

.gform_wrapper .ginput_container_singleproduct input {
	float:left;
}

.gform_wrapper input, .gform_wrapper select {
	width:100%;
}

.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
	width:auto;
}

.gform_wrapper input[type="submit"] {
	width:auto;
	margin-left:30%;
}

.ginput_quantity_label {
	position:relative;
	float:left;
	margin: 0 10px 0 30px;
}
.ginput_product_price_label {
	position:relative;
	float:left;
}
.ginput_product_price {
	position:relative;
	float:left;
	font-weight:bold;
}

.gfield_required {
    color: red;
}

.gfield_radio {
	position:relative;
	float:left;
}

.gfield_radio li {

}

ul.gfield_checkbox li {
	margin:0 0 0 0;
}
ul.gfield_radio li {
	margin:0 0 0 0;
}


/* GRAVITY FORMS MELDINGEN */

.validation_error {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
    background: #bb4646;
    color: #fff;
    margin: 0 0 20px 0;
}

.gform_wrapper .validation_message.gfield_description {
    background-color: #bb4646;
    clear: both;
    color: #FFF;
    float: left;
    left: 30%;
    padding: 0px 10px;
    position: relative;
    margin: 14px 0 0 0;
    font-size: 12px;
	line-height:24px;
    margin-top: 10px;
}

.gform_wrapper .validation_message.gfield_description:before {
    border: solid transparent;
    border-color: rgba(255,255,255,0);
    border-bottom-color: #bb4646;
    border-width: 7px;
    bottom: 100%;
    content: " ";
    left: 50%;
    margin-left: -7px;
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 0;
}





@media(max-width:767px){
	.gfield_label {
		width:100%;
	}
	.gform_wrapper .ginput_container {
		width:100%;
	}
	.gform_wrapper input[type="submit"] {
		margin-left:0;
	}
	.gform_wrapper .validation_message.gfield_description {
		left:0;
	}
}


@media(min-width:768px){
	
}

@media(min-width:992px){
	
}

@media(min-width:1200px){
	
}

/* REUSABLE COLORS */
.green {
	color:#8dcf8a;
}

/* END GENERAL */



/* HEADER & NAV */
.header {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:2;
	background-color:#04070c;
}


.logo {
	position:relative;
	float:left;
}

.logo img {
	width:370px;
	margin:26px 0;
}


@media(max-width:767px){
	
	.logo img {
		width:210px;
		max-width:100%;
	}
	
}

@media(min-width:768px){
	.logo img {
		width:210px;
		max-width:100%;
	}
}

@media(min-width:992px){
	.logo img {
		width:370px;
		max-width:100%;
	}
}

@media(min-width:1200px){
	
}







/* QUICK CONTACT */
.quick-contact {
	position:relative;
	float:left;
}

.quick-contact ul {
	position:relative;
	float:right;
	margin:53px 0;
}

.quick-contact ul li {
	position:relative;
	float:left;
	margin-left:35px;
	font-size:16px;
	line-height:16px;
	color: white;
	list-style-type:none;
}

.fa.fa-phone {
    color: #b1d334;
}

.quick-contact ul li:first-child {
	margin-left:0;
}

.quick-contact ul li a i {
	position:relative;
	float:left;
	margin-right:5px;
	color:#b1d334;
}

.quick-contact ul li a:link {
	color:#fff;
	text-decoration:none;
}

.quick-contact ul li a:visited {
	color:#fff;
	text-decoration:none;
}

.quick-contact ul li a:hover {
	color:#fff;
	text-decoration:underline;
}

.quick-contact ul li a:active {
	color:#fff;
	text-decoration:underline;
}

@media(max-width:767px){
	.quick-contact ul {
		margin:25px 0;
	}
	
	.quick-contact ul li {
		width:100%;
		margin-left:0px;
		font-size:11px;
		line-height:20px;
	}
	
}

@media(min-width:768px) and (max-width:991px){
	.quick-contact ul {
		margin:25px 0;
	}
	
	.quick-contact ul li {
		width:100%;
		margin-left:0px;
		font-size:12px;
	}
}


/* NAV */
.main-nav {
	position:relative;
	float:left;
	width:100%;
}

.main-nav ul {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	border-top:1px solid #494949;
	border-bottom:1px solid #494949;
}

.main-nav ul li {
	position:relative;
	float:left;
	list-style-type:none;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.main-nav ul li.current_page_item a:link {
	color:#8dcf8a;
	text-decoration:none;
	border-bottom:3px solid #8dcf8a;
}

.main-nav ul li.current_page_item a:visited {
	color:#8dcf8a;
	text-decoration:none;
	border-bottom:3px solid #8dcf8a;
}
.main-nav ul li.current_page_item a:hover {
	color:#8dcf8a;
	text-decoration:none;
	border-bottom:3px solid #8dcf8a;
}

.main-nav ul li.current_page_item a:active {
	color:#8dcf8a;
	text-decoration:none;
	border-bottom:3px solid #8dcf8a;
}


.main-nav ul li a {
	padding: 17px 12px 14px 12px;
	position:relative;
	float:left;
	border-bottom:3px solid transparent;
}
.main-nav ul li a:link {
	color:#fff;
	text-decoration:none;
	border-bottom:3px solid transparent;
}

.main-nav ul li a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:3px solid transparent;
}

.main-nav ul li a:hover {
	color:#8dcf8a;
	text-decoration:none;
	border-bottom:3px solid #8dcf8a;
}

.main-nav ul li a:active {
	color:#8dcf8a;
	text-decoration:none;
	border-bottom:3px solid #8dcf8a;
}



.main-nav ul li:hover ul {
	visibility:visible;
	opacity:1;
}

.main-nav ul li ul {
	visibility:hidden;
	opacity:0;
	top:100%;
	width:200px;
	position:absolute;
	background-color:#8dcf8a;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.main-nav ul li ul li {
	position:relative;
	float:left;
	width:100%;
}

.main-nav ul li ul li a {
	position:relative;
	float:left;
	width:100%;
	border:none;
}

.main-nav ul li ul li a:link {
	color:#fff;
	background-color:#8dcf8a;
	border-bottom:none;
}

.main-nav ul li ul li a:visited {
	color:#fff;
	background-color:#8dcf8a;
	border-bottom:none;
}

.main-nav ul li ul li a:hover {
	color:#fff;
	background-color:#78b175;
	border-bottom:none;
}

.main-nav ul li ul li a:active {
	color:#fff;
	background-color:#78b175;
	border-bottom:none;
}


.main-nav ul li ul li.current_page_item a:link {
	color: #fff;
    text-decoration: none;
    border-bottom: none;
}

.main-nav ul li ul li.current_page_item a:visited {
	color: #fff;
    text-decoration: none;
    border-bottom: none;
}


/* MOBILE NAV */
.mobile-nav-toggle-wrap {
	position:relative;
	float:left;
	margin:33px 0;
	z-index:4;
}

.mobile-nav-toggle {
	position:relative;
	float:right;
	width:30px;
	height:20px;
	z-index:4;
}

.mobile-nav-toggle .stroke {
	position:absolute;
	left:0px;
	width:30px;
	height:4px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mobile-nav-toggle .stroke:nth-child(1) {
	background-color:#fff;
	top:0px;
}
.mobile-nav-toggle .stroke:nth-child(2) {
	background-color:#fff;
	top:8px;
}
.mobile-nav-toggle .stroke:nth-child(3) {
	background-color:#fff;
	top:16px;
}

.nav-open .mobile-nav-toggle .stroke:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate(-5.3px,5.3px);
    transform: rotate(-45deg) translate(-5.3px,5.3px);
}
.nav-open .mobile-nav-toggle .stroke:nth-child(2) {
	-webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.nav-open .mobile-nav-toggle .stroke:nth-child(3) {
	-webkit-transform: rotate(45deg) translate(-6px,-6px);
    transform: rotate(45deg) translate(-6px,-6px);
}



/* MOBILE OVERLAY */
.mobile-overlay {
	display:none;
	position:absolute;
	top:86px;
	width:100%;
	height:calc(100% - 86px);
	z-index:5;
	background-color:rgba(141, 207, 138, 0.95);
}

.mobile-overlay ul {
	position:relative;
	float:left;
	width:100%;
	margin:30px 0;
}
.mobile-overlay ul li {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 15px 0;
	list-style-type:none;
}

.mobile-overlay ul li a {
	position:relative;
	float:left;
	width:100%;
	
	font-size:22px;
	line-height:22px;
	
	font-weight:bold;
	text-transform:uppercase;
	
}

.mobile-overlay ul li a:link {
	color:#fff;
	text-decoration:none;
}
.mobile-overlay ul li a:visited {
	color:#fff;
	text-decoration:none;
}
.mobile-overlay ul li a:hover {
	color:#fff;
	text-decoration:none;
}
.mobile-overlay ul li a:active {
	color:#fff;
	text-decoration:none;
}



/* HOME PAGE BANNER */

.page-header-home {
	position:relative;
	float:left;
	width:100%;
	height:440px;
	padding-top:210px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	color:#fff;
	overflow:hidden;
}

.page-header-home img {
	display:none;
}

.page-header-home h1 {
	color:#fff;
}

.page-header-home h1 .green {
	position:relative;
	float:left;
	width:100%;
}

.page-header-home h3 {
	margin:0 0 40px 0;
}

.page-header-home::before {
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.6);
}

@media(max-width:767px){
	.page-header-home {
		padding-top:100px;
	}
	.page-header-home h1 {
		font-size:32px;
		line-height:36px;
	}
	.page-header-home h3 {
		font-size:22px;
		line-height:28px;
	}
	
	
}

@media(min-width:768px){
	.page-header-home{
		padding-top:120px;
	}
}

@media(min-width:992px){
	.page-header-home h1 {
		display:block;
	}
	.page-header-home {
		padding-top: 305px;
		height:700px;
	}
}

@media(min-width:1200px){
	
}




/* BLOKKEN HOMEPAGE */
.blokken {
	position:relative;
	float:left;
	width:100%;
	margin:-75px 0 70px 0;
}

.blok-wrap {
	position:relative;
	float:left;
}
.blok-wrap img {
	display:none;
}
.blok {
	position:relative;
	float:left;
	width:100%;
	height:300px;
	border-top:5px solid #8dcf8a;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	color:#fff;
	

}


.blok p {
	
	position:relative;
	float:left;
	width:100%;
	
	z-index:2;
	
	visibility:hidden;
	opacity:0;
	
	font-size:13px;
	line-height:19px;
	margin:0 0 10px 0;
	max-height:57px;
	overflow:hidden;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.blok a {
	visibility:hidden;
	opacity:0;
	
	position:relative;
	float:left;
	width:100%;
	font-weight:900;
	font-size:15px;
	text-transform:uppercase;
	z-index:2;
	
}

.blok a:link {
	color:#000000;
	text-decoration:none;
}

.blok a:visited {
	color:#000000;
	text-decoration:none;
}

.blok a:hover {
	color:#000000;
	text-decoration:underline;
}

.blok a:active {
	color:#000000;
	text-decoration:underline;
}

.blok::before {
	content:'';
	width:100%;
	height:75px;
	background-color:#fff;
	position:absolute;
	bottom:-55px;
	left:0px;
	
	z-index:3;
	-moz-transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
}

.blok:hover .blok-content-wrap {
	bottom:10px;
}

.blok:hover .blok-content-wrap::after {
	background-color:rgba(141,207,138,0.95);
}

.blok:hover p {
	visibility:visible;
	opacity:1;
}
.blok:hover a {
	visibility:visible;
	opacity:1;
}

.more-info {
	position:relative;
	float:left;
	width:100%;
	color:#000000;
	font-size:15px;
	line-height:15px;
	font-weight:bold;
	text-transform:uppercase;
	
	visibility:hidden;
	opacity:0;
	z-index:2;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.blok:hover .more-info {
	opacity:1;
	visibility:visible;
}

.blok-content-wrap {
	position:absolute;
	bottom:-70px;
	left:0px;
	width:100%;
	padding:5px 15px 25px 15px;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.blok-content-wrap::after {
	content:'';
	position:absolute;
	top:-35px;
	left:0px;
	width:100%;
	height:175%;
	background-color:rgba(141,207,138,0);
	
	-moz-transform: skewY(-3deg);
	-webkit-transform: skewY(-3deg);
	-o-transform: skewY(-3deg);
	-ms-transform: skewY(-3deg);
	transform: skewY(-3deg);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:1;
	
}

.blok h2 {
	position:relative;
	float:left;
	color:#fff;
	width:100%;
	line-height:33px;
	z-index:2;
}

.video-blok {
	position:relative;
	float:left;
}
.video-blok h2 {
	position:absolute;
	bottom:50px;
	padding:0 15px;
	color:#fff;
}

.play-button {
	position:absolute;
	width:76px;
	left:50%;
	top:50%;
	margin-top:-100px;
	margin-left:-38px;
	height:76px;
	text-align:center;
	font-size:37px;
	line-height:76px;
	padding-left:5px;
	color:#fff;
	background-color:#8dcf8a;
	border-radius:50%;
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}

.video-blok .blok:hover .video-button::before {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	visibility:visible;
	opacity:1;
}

.video-blok .video-button::before {
	content:'';
	position:absolute;
	top:0px;
	width:100%;
	left:0px;
	height:100%;
	visibility:hidden;
	opacity:0;
	background-color:rgba(141,207,138,0.0);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.blok a.video-button {
	position:absolute;
	visibility:visible;
	width:100%;
	height:100%;
	opacity:1;
	outline:none;
}
.video-blok .blok:hover .play-button {
	background-color:#78b175;
}




@media(max-width:767px){
	.blokken {
		margin: -75px 0 20px 0;
	}
	
	.blok-wrap {
		margin:0 0 20px 0;
	}
}

@media(min-width:768px){
	
	.blokken {
		margin: -75px 0 20px 0;
	}
	
	.blok-wrap {
		margin:0 0 20px 0;
	}
}

@media(min-width:992px){
	.blokken {
		margin: -75px 0 30px 0;
	}
	
	.blok-wrap {
		margin:0 0 0 0;
	}
}

@media(min-width:1200px){
	.blokken {
		margin: -75px 0 70px 0;
	}
}






/* ABOUT US HOME */

.about-us-home {
	position:relative;
	float:left;
	width:100%;
	margin:0 0 30px 0;
	background-color:#fff;
}


@media(max-width:767px){
	.about-us-home {
		margin: 0 0 20px 0;
	}
}

@media(min-width:768px){
	
}

@media(min-width:992px){
	
}

@media(min-width:1200px){
	
}





/* TESTIMONIALS */
.testimonials-wrap {
	position:relative;
	float:left;
	width:100%;
	color:#fff;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
}

.testimonials {
	position:relative;
	float:left;
	width:100%;
	overflow:hidden;
}


.testimonials-wrap img {
	display:none;
}

.testimonials-wrap::before {
	content:'';
	position:absolute;
	left:0px;
	width:100%;
	top:0px;
	height:100%;
	background-color:rgba(0,0,0,0.6);
}

.testimonials-title {
	position:relative;
	display:inline-block;
	background-color:#fff;
	padding: 10px 10px 10px 10px;
	font-size:31px;
	line-height:34px;
	margin:0;
}

.testimonials-title .text {
	position:relative;
	z-index:1;
}

.testimonials-title::before {
	content:'';
	position:absolute;
	top:0px;
	right:-30px;
	width:50px;
	z-index:0;
	height:100%;
	background-color:#fff;
	
	-moz-transform: skewX(-10deg);
	-webkit-transform: skewX(-12deg);
	-o-transform: skewX(-12deg);
	-ms-transform: skewX(-12deg);
	transform: skewX(-12deg);
}


.testimonials-title::after {
	content:'';
	position:absolute;
	top:0px;
	left:-30px;
	width:50px;
	z-index:0;
	height:100%;
	background-color:#fff;
	
	-moz-transform: skewX(12deg);
	-webkit-transform: skewX(12deg);
	-o-transform: skewX(12deg);
	-ms-transform: skewX(12deg);
	transform: skewX(12deg);
}

.testimonials-title-wrap {
	position:relative;
	float:left;
	text-align:center;
	margin:0 0 30px 0;
}


.testimonials-wrap ul.slides {
	position:relative;
	float:left;
	width:100%;
	margin:90px 0 90px 0;
}
.testimonials-wrap ul.slides li {
	list-style-type:none;
	text-align:center;
	font-size:16px;
	font-weight:700;
	line-height:26px;
}

/* FLEXSLIDER */

.testimonials-wrap .flex-direction-nav {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:33px;
	margin:0;
	z-index:3;
	text-align:center;
}
.testimonials-wrap .flex-direction-nav li {
	display:inline-block;
	list-style-type:none;
}


.testimonials-wrap .flex-direction-nav li a {
	position:relative;
	float:left;
	font-size:39px;
	height:33px;
	width:25px;
	line-height:31px;
	background-color: #8dcf8a;
}

.testimonials-wrap .flex-direction-nav li:first-child {
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}

.testimonials-wrap .flex-direction-nav li a {
	outline:none;
}
.testimonials-wrap .flex-direction-nav li a.flex-next::before {
	content:'';
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color: #8dcf8a;
	right:-3px;
	z-index:-1;
	
	-moz-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	
}
.testimonials-wrap .flex-direction-nav li a.flex-prev::before {
	content:'';
	position:absolute;
	top:0px;
	width:100%;
	height:100%;
	background-color: #8dcf8a;
	right:-3px;
	z-index:-1;
	
	-moz-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	-o-transform: skewX(10deg);
	-ms-transform: skewX(10deg);
	transform: skewX(10deg);
	
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.testimonials-wrap .flex-direction-nav li a:link {
	color:#fff;
	background-color: #8dcf8a;
	text-decoration:none;
}
.testimonials-wrap .flex-direction-nav li a:visited {
	color:#fff;
	background-color: #8dcf8a;
	text-decoration:none;
}
.testimonials-wrap .flex-direction-nav li a:hover {
	color:#fff;
	background-color: #78b175;
	text-decoration:none;
}
.testimonials-wrap .flex-direction-nav li a:hover::before{
	background-color: #78b175;
}

.testimonials-wrap .flex-direction-nav li a:active {
	color:#fff;
	background-color: #78b175;
	text-decoration:none;
}

.testimonials-wrap ul.slides li p {
	position:relative;
	float:left;
	width:100%;
}

.stars {
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin:0 0 10px 0;
	color:#ffc600;
}





@media(max-width:767px){
	 .testimonials-wrap ul.slides {
		 margin:0 0 40px;
	 }
}

@media(min-width:768px){
	.testimonials-wrap ul.slides {
		 margin:0 0 40px;
	 }
}

@media(min-width:992px){
	.testimonials-wrap ul.slides {
		margin: 30px 0 60px 0;
	}
}

@media(min-width:1200px){
	.testimonials-wrap ul.slides {
		margin: 90px 0 90px 0;
	}	
}





/* FOOTER */
.footer {
	position:relative;
	float:left;
	width:100%;
	background-color:#8dcf8a;
	color:#000;
	font-size:13px;
	line-height:26px;
	text-align:left;
}

.footer h4 {
	position:relative;
	float:left;
	width:100%;
	font-size:15px;
	line-height:15px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	color:#000000;
}

.footer .widget {
	position:relative;
	float:left;
	margin:45px 0;
}


.footer ul {
	position:relative;
	float:left;
	width:100%;
	margin:0;
	text-align:left;
	padding:0 0 20px 20px;
}
.footer ul li {
	position:relative;
	float:left;
	width:100%;
	color:#000;
	text-align:left;
}
.footer ul li a {
	position:relative;
}


.footer a:link {
	color:#000;
	text-decoration:none;
}

.footer a:visited {
	color:#000;
	text-decoration:none;
}
.footer a:hover {
	color:#000;
	text-decoration:underline;
}
.footer a:active {
	color:#000;
	text-decoration:underline;
}

/* SOCIAL FOOTER */

.footer .social {
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 33px;
    margin: 0;
    z-index: 3;
    text-align: center;
}
.footer .social li {
	display:inline-block;
	float:none;
	width:auto;
	list-style-type:none;
	margin-left:-4px;
	
}

.footer .social li a {
	position:relative;
	float:left;
	font-size:15px;
	line-height:33px;
	width:30px;
	height:33px;
	text-align:center;
	
}
.footer .social li a:link {
	color:#909090;
	background-color:#272526;
}

.footer .social li a:visited {
	color:#909090;
	background-color:#272526;
}
.footer .social li a:hover {
	color:#fff;
	background-color:#000;
}
.footer .social li a:active {
	color:#fff;
	background-color:#000;
}

.footer .social li:last-child a:hover::before {
	background-color:#000;
}

.footer .social li:first-child a:hover::before {
	background-color:#000;
}

.footer .social li:last-child a::before {
	 content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #272526;
    right: -3px;
    z-index: -1;
    -moz-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.footer .social li:first-child a::before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #272526;
    left: -3px;
    z-index: -1;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}




@media(max-width:767px){
	.footer {
		padding:0 0 30px 0;
	}
	.footer .social {
		margin-bottom:-30px;
	}
	.footer .widget {
		margin:20px 0 0 0;
	}
}

@media(min-width:768px){
	.footer {
		padding:0 0 30px 0;
	}
	.footer .social {
		margin-bottom:-30px;
	}
	.footer .widget {
		margin:20px 0 0 0;
	}
}

@media(min-width:992px){
	.footer {
		padding:0 0 0 0;
	}
	.footer .social {
		margin-bottom:0px;
	}
	.footer .widget {
		margin:30px 0 30px 0;
	}
}

@media(min-width:1200px){
	.footer .widget {
		margin:45px 0 45px 0;
	}
}




/* SUB FOOTER */
.sub-footer {
	position:relative;
	float:left;
	width:100%;
	color:#d9d9d9;
	font-size:13px;
	line-height:16px;
	background-color:#272526;
}
.copyright {
	position:relative;
	float:left;
	margin:28px 0;
}
.partof {
	position:relative;
	float:left;
}

.partof img {
	position:relative;
	float:right;
}


@media(max-width:767px){
	.copyright {
		margin:20px 0 5px 0;
		line-height:20px;
	}
	.partof {
		margin:0 0 20px 0;
	}
}

@media(min-width:768px){
	
}

@media(min-width:992px){
	
}

@media(min-width:1200px){
	
}





/* HOME PAGE BANNER */

.page-header {
	position:relative;
	float:left;
	width:100%;
	padding-top:210px;
	padding-bottom:80px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:left;
	color:#fff;
	overflow:hidden;
}

.page-header img {
	display:none;
}

.page-header h1 {
	color:#fff;
	text-align:center;
	margin:0 0 0 0;
}

.page-header h1 .green {
	position:relative;
	float:left;
	width:100%;
}

.page-header::before {
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);
}

.page-header #breadcrumbs {
	text-align:right;
	margin:18px 0;
}


@media(max-width:767px){
	.page-header {
		padding-top:100px;
	}
	
	.page-header #breadcrumbs {
		text-align:center;
		margin:0;
	}
}

@media(min-width:768px){
	.page-header {
		padding-top: 210px;
	}
	
	.page-header #breadcrumbs {
		text-align:center;
		margin:0 0;
	}
}

@media(min-width:992px){

}

@media(min-width:1200px){
	
}




/* PAGE WRAP */
.page-wrap {
	position:relative;
	float:left;
	width:100%;
	margin:30px 0 30px 0;
}



/* FAQ */
.ui-accordion {
	position:relative;
	float:left;
	width:100%;
}

.ui-accordion .ui-accordion-header {
	font-size: 15px !important;
	outline:none;
	font-weight:bold;
	margin-top:10px;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	line-height:17px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	color:#8dcf8a !important;
}
.ui-accordion .ui-accordion-content p {
	font-size:14px;
}

/* PAGE HEADER AFBEELDING */
.image-header-overlay {
	position:relative;
	float:left;
	width:100%;
	height:300px;
	overflow:hidden;
	border-top:5px solid #8dcf8a;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	margin:-88px 0 20px 0;
}


.image-header-overlay img {
	display:none;
}

.image-header-overlay::before {
	content: '';
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: absolute;
    bottom: -65px;
    left: 0px;
    z-index: 3;
    -moz-transform: skewY(-3deg);
    -webkit-transform: skewY(-3deg);
    -o-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
}

.starsreview .videopopup .avgrund-container {
    background: #323232;
    color: white;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
	text-decoration:none;
}

.starsreview .videopopup .avgrund-container a {
    text-decoration:none;
    color: white;
	display:block;
}

.starsreview .avgrund-container {
    padding-bottom: 10px;
    text-align: right;
}

.avgrund-content {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 160%;
    padding: 20px;
}

/* AVERAGE FOOTER */
.average-score {
	width:100%;
	text-align:center;
}

/* REQUEST A DISPLAY FORM */

#gform_wrapper_3 {
	min-height: 800px;
}

ul#gform_fields_3 {
	width:50%;
}

#gform_wrapper_3 input[type=submit] {
	margin-left:0%;
	float:right;
}
#gform_wrapper_3 .gform_footer {
	width:50%;
}
.gform_wrapper ul li.selection-package {
	position:absolute;
	left:120%;
	top:40px;
	width:80%;
	background-color: #efefef;
	border:1px solid #d6d6d6;
	padding: 10px;
	text-align:left;
}
.gform_wrapper ul li.selection-package img {
	display:block;
	margin:0 auto 20px auto;
	width:220px;
}


.gform_wrapper ul li.selection-title {
	position:absolute;
	left:120%;
	top:0px;
}


@media(max-width:991px){
	ul#gform_fields_3 {
		width:100%;
	}
	.gform_wrapper ul li.selection-title {
		position:relative;
		float:left;
		width:100%;
		left:0px;
		top:0px;
	}
	
	.gform_wrapper ul li.selection-package {
		position:relative;
		float:left;
		width:100%;
		left:0px;
		top:0px;
	}
	#gform_wrapper_3 .gform_footer {
		width:100%;
	}
}

/* USPS */
ul.possibilities {
	position:relative;
	float:left;
	width:100%;
	margin:40px 0;
	text-align:center;
	display:inline-block;
}

ul.possibilities li {
	font-size:21px;
	display:inline-block;
	list-style-type:none;
	margin:0 30px;
}
ul.possibilities li i {
	color:#b1d334;
}

@media(max-width:767px){
	ul.possibilities li {
		font-size:16px;
	}
}

.button {
	color: #192432;
    background-color: #b1d334;
	padding:17px 25px;
	display:inline-block;
	font-size: 17px;
    line-height: 17px;
    font-weight: bolder;
	border-radius:5px;
}

.button:link, .button:visited {
	color: #192432;
    background-color: #b1d334;
	text-decoration:none;
}

.button:hover, .button:active {
	color: #192432;
    background-color: #98b821;
	text-decoration:none;
}

