
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,400i,700,700i&display=swap');
@import url('https://addsite.nl/addbeheer/themes/addsite/css/iconen.css');
@import url(addform.css);

body
{
	font-family: 'Roboto Slab', sans-serif !important;
	font-weight: 400;
	background: #f3efe7;
	font-size: 16px;
	color: #242424
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {

	outline: 0;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
a:hover {

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'coldsmith-pro', sans-serif;
	font-weight: 700;
	/* text-transform: uppercase;
	letter-spacing: 1px; */
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0.2rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	color: #3b5522;
 }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 80%;
	line-height: 1;
	font-family: 'coldsmith-pro', sans-serif;
	font-weight: 700;
	color: #FFBC00;
}

p {
	line-height: 1.9;
	font-size: 16px;
	font-weight: 400;
}
p a {
	text-decoration: underline;
}

/* Title Size
------------------------------------------------
*/

.title {
	margin-bottom: 1rem;
}
/*
.title-tiny {
	font-size: 90%;
}
.title-small {
	font-size: 140%;
	line-height: 1.2;
}
.title-medium {
	font-size: 220% !important;
	line-height: 1.2;
}
.title-large {
	font-size: 300% !important;
	line-height: 1.1;
}
.title-huge {
	font-size: 400%;
	line-height: 1.1;
}
*/



/* Sub */
.subtitle {
	margin-bottom: 1rem;
	font-size: 100%;
}
.subtitle-tiny {
	font-size: 70%;
	line-height: 1.1;
}
.subtitle-small {
	font-size: 120%;
	line-height: 1;
}
.subtitle-medium {
	font-size: 180%;
	line-height: 1.1;
}
.subtitle-large {
	font-size: 240%;
	line-height: 1.1;
}
.subtitle-huge {
	font-size: 320%;
	line-height: 1.2;
}


/*Sections */
.section-title {

}

/* Introduction
------------------------------------------------
*/

.intro {
	font-size: 0.96rem;
	display: inline-block;
	margin-bottom: 10px;
}

.lead {
	padding-top: 10px;
	font-size: 120%;
}



/* Text Size
------------------------------------------------
*/
.text-tiny {
	font-size: 0.76rem;
}
.text-small {
	font-size: 1rem;
}
.text-medium {
	font-size: 1.2rem;
}
.text-large {
	font-size: 1.6rem;
}
.text-huge {
	font-size: 2rem;
}


p big {
	font-size: 130%;
	line-height: 1.2;
}
.bg-dark .text-white p,
.bg-black .text-white p {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* Text Colors
------------------------------------------------
*/
.text-primary,
.c-primary {
	color: #f69622 !important;
}
.text-secondary,
.c-secondary {
	color: #FFBC00 !important;
}
.text-color3,
.c-color3	 {
	color: #3b5522 !important;
}
.text-color4,
.c-color4	 {
	color: #1b1b1b !important;
}
.text-color5,
.c-color5	 {
	color: #F2E2C5 !important;
}


.text-success,
.c-success {
	color: #3adb76 !important;
}
.text-warning,
.c-warning {
	color: #fda61d !important;
}
.text-alert,
.c-alert {
	color: #ef3042 !important;
}
.text-light-gray,
.c-light-gray {
	color: #bcbcba !important;
}
.text-medium-gray,
.c-medium-gray {
	color: #818180 !important;
}
.text-dark-gray,
.c-dark-gray {
	color: #474746 !important;
}
.text-dark,
.c-dark {
	color: #19191a !important;
}
.text-black,
.c-black {
	color: #000;
}
.text-black-80,
.c-black-80 {
	color: rgba(0, 0, 0, 0.8);
}
.text-white,
.c-white {
	color: #ffffff !important;
}
.text-light,
.c-light {
	color: #F2E2C5 !important;
}


[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .section-label,
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .title,
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) .subtitle,
[class*=" bg-"]:not(.bg-white):not(.bg-light):not(.bg-extralight) p {
	color: rgba(255, 255, 255, 1) !important;
}




/* Text Style
------------------------------------------------
*/

.text-italic {
	font-style: italic;
}
.text-uppercase {
	text-transform: uppercase;
}

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900; }

/* Horizontal rules
------------------------------------------------
*/

hr {
	max-width: 100%;
	margin: 10px 0 10px;
	border-width: 1px;
}
.text-center hr {
	margin-left: auto;
	margin-right: auto;
}

.hr-narrow {
	margin: 10px 0 10px;
	max-width: 4rem;
	border-width: 2px;
	border-color: #e40c61;
}

/* Double */
.hr-double {
	margin: 10px 0 10px;

	border-style: double;
	border-width: 1px;
}

/* Dots */
.hr-dots {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-dots span {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	margin:0 5px;
}

/* ZigZag */
.hr-zigzag {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-zigzag .zig,
.hr-zigzag .zag {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin: 0px;
}
.hr-zigzag .zig {
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hr-zigzag .zag {
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Stripes */
.hr-stripes {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-stripes span {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin:0 5px;
}


/* hr colours */

.hr-primary {
	border-color: #FFBC00;
}
.hr-transparant {
	border-color: transparent !important;
}

.hr-secondary {
	border-color: #f69622;
}

.hr-color3 {
	border-color: #3b5522;
}

.hr-success {
	border-color: #3adb76;
}
.hr-warning {
	border-color: #fda61d;
}
.hr-alert {
	border-color: #ef3042;
}
.hr-light-gray {
	border-color: #bcbcba;
}
.hr-medium-gray {
	border-color: #818180;
}
.hr-dark-gray {
	border-color: #474746;
}
.hr-darken {
	border-color: #222;
}
.hr-black {
	border-color: #000;
}
.hr-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.hr-white {
	border-color: #ffffff;
}
.hr-light {
	border-color: #f4f9fd;
}


/* border colours */



.border-primary {
	border-color: #FFBC00;
}
.border-transparant {
	border-color: transparent !important;
}
.border-color3 {
	border-color: #3b5522;
}
.border-success {
	border-color: #3adb76;
}
.border-warning {
	border-color: #fda61d;
}
.border-alert {
	border-color: #ef3042;
}
.border-light-gray {
	border-color: #bcbcba;
}
.border-medium-gray {
	border-color: #818180;
}
.border-dark-gray {
	border-color: #474746;
}
.border-darken {
	border-color: #151416;
}
.border-black {
	border-color: #000;
}
.border-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.border-white {
	border-color: #ffffff;
}
.border-light {
	border-color: #f4f9fd;
}



/* Radius
------------------------------------------------
*/

.round {
	border-radius: 1000px;
}

.radius {
	border-radius: 3px;
}

.radius-tiny {
	border-radius: 2px;
}
.radius-small {
	border-radius: 4px;
}
.radius-medium {
	border-radius: 7px;
}
.radius-large {
	border-radius: 15px;
}


/* Paddings
------------------------------------------------
*/


/** Tiny **/

.padding-tiny {
	padding: 2rem 0;
}
.padding-tiny-all {
	padding: 2rem;
}
.padding-top-small {
	padding-top: 2rem;
}
.padding-bottom-small {
	padding-bottom: 2rem;
}
.padding-left-tiny {
	padding-left: 2rem;
}
.padding-right-small {
	padding-right: 2rem;
}

/** Small **/
.padding-small {
	padding: 4rem 0;
}
.padding-small-all {
	padding: 4rem;
}
.padding-top-small {
	padding-top: 4rem;
}
.padding-bottom-small {
	padding-bottom: 4rem;
}
.padding-left-small {
	padding-left: 4rem;
}
.padding-right-small {
	padding-right: 4rem;
}

/** Medium **/
.padding-medium {
	padding: 7rem 0;
}
.padding-medium-all {
	padding: 7rem;
}
.padding-top-medium {
	padding-top: 7rem;
}
.padding-bottom-medium {
	padding-bottom: 7rem;
}
.padding-left-medium {
	padding-left: 7rem;
}
.padding-right-medium {
	padding-right: 7rem !important;
}

/** Large **/
.padding-large {
	padding: 10rem 0;
}
.padding-large-all {
	padding: 10rem;
}
.padding-top-large {
	padding-top: 10rem;
}
.padding-bottom-large {
	padding-bottom: 10rem;
}
.padding-left-large {
	padding-left: 10rem;
}
.padding-right-large {
	padding-right: 10rem;
}

/** XLarge **/
.padding-xlarge {
	padding: 12rem 0;
}
.padding-xlarge-all {
	padding: 12rem;
}
.padding-top-xlarge {
	padding-top: 12rem;
}
.padding-bottom-xlarge {
	padding-bottom: 12rem;
}
.padding-left-xlarge {
	padding-left: 12rem;
}
.padding-right-xlarge {
	padding-right: 12rem;
}

/** Huge **/
.padding-huge {
	padding: 16rem 0;
}
.padding-huge-all {
	padding: 16rem;
}
.padding-top-huge {
	padding-top: 16rem;
}
.padding-bottom-huge {
	padding-bottom: 16rem;
}
.padding-left-huge {
	padding-left: 16rem;
}
.padding-right-huge {
	padding-right: 16rem;
}

	@media (max-width: 970px) {
		.padding-top-medium {
			padding-top: 3rem;
		}
		.padding-bottom-medium {
			padding-bottom: 3rem;
		}
		.padding-left-medium {
			padding-left: 3rem;
		}
		.padding-right-medium {
			padding-right: 3rem;
		}


		.padding-huge-all {
			padding: 9rem;
		}
		.padding-top-huge {
			padding-top: 9rem;
		}
		.padding-bottom-huge {
			padding-bottom: 9rem;
		}
		.padding-left-huge {
			padding-left: 9rem;
		}
		.padding-right-huge {
			padding-right: 9rem;
		}

	}
	@media (max-width: 640px) {
		.padding-top-xlarge {
			padding-top: 8rem;
		}
		.padding-bottom-xlarge {
			padding-bottom: 8rem;
		}
		.padding-top-large {
			padding-top: 4rem;
		}
		.padding-top-medium {
			padding-top: 3rem;
		}
		.padding-bottom-medium {
			padding-bottom: 3rem;
		}
		.padding-right-huge {
			padding-right: 4rem;
		}
		.padding-top-small {
			padding-top: 1rem;
		}
		.padding-bottom-small {
			padding-bottom: 1rem;
		}


	}

/* Margins
------------------------------------------------
*/

/** Tiny **/
.margin-top-tiny {
	margin-top:0.5rem;
}
.margin-bottom-tiny {
	margin-bottom: 0.5rem;
}
.margin-left-tiny {
	margin-left: 0.5rem;
}
.margin-right-tiny {
	margin-right: 0.5rem;
}

/** Small **/
.margin-small-all {
	margin: 1rem;
}
.margin-top-small {
	margin-top: 2rem;
}
.margin-bottom-small {
	margin-bottom: 2rem;
}
.margin-left-small {
	margin-left: 2rem;
}
.margin-right-small {
	margin-right: 2rem;
}

/** Medium **/
.margin-top-medium {
	margin-top: 4rem;
}
.margin-bottom-medium {
	margin-bottom: 4rem;
}
.margin-left-medium {
	margin-left: 4rem;
}
.margin-right-medium {
	margin-right: 4rem;
}

/** Large **/
.margin-top-large {
	margin-top: 7rem;
}
.margin-bottom-large {
	margin-bottom: 7rem;
}
.margin-left-large {
	margin-left: 7rem;
}
.margin-right-large {
	margin-right: 7rem;
}

/* Position Fixed
------------------------------------------------
*/
.is-fixed {
	position: fixed;
}
.is-fixed-top {
	position: fixed;
	top:0;
	z-index: 999;
}
.is-fixed-bottom {
	position: fixed;
	bottom:0;
}


/* Position Absolute
------------------------------------------------
*/
.is-absolute-top {
	position: absolute;
	top:0;
}
.is-absolute-bottom {
	position: absolute;
	bottom:0;
}
.is-absolute-left {
	position: absolute;
	left:0;
}
.is-absolute-right {
	position: absolute;
	right:0;
}
.is-absolute-topleft {
	position: absolute;
	top:0;
}
.is-absolute-bottomleft {
	position: absolute;
	bottom:0;
}
.is-absolute-topright {
	position: absolute;
	left:0;
}
.is-absolute-bottomright {
	position: absolute;
	right:0;
}

/* Position Relative
------------------------------------------------
*/
.is-relative {
	position: relative;
}


/* Widths
------------------------------------------------
*/
.width-100 {
	width: 100%;
}
.width-70 {
	width: 70%;
}
.width-60 {
	width: 63.5%;
}
.width-50 {
	width: 50%;
}
.width-25 {
	width: 25%;
}

/* Heights
------------------------------------------------
*/

.height-full {
	height: 100vh !important;
}
.height-100 {
	height: 100%;
}
.height-80 {
	height: 80vh;
}
.height-75 {
	height: 75vh;
}
.height-70 {
	height: 70vh;
}
.height-50 {
	height: 50vh;
}
.height-25 {
	height: 25%;
}


/* Background Colors
------------------------------------------------
*/
.bg-transparant {
	background-color: transparent !important;
}
.bg-primary {
	background-color: #f69622 !important;
}

.bg-secondary {
	background-color: #FFBC00 !important;
}
.bg-color3 {
	background-color: #3b5522 !important;
}
.bg-color4 {
	background-color: #1b1b1b !important;
}
.bg-color5 {
	background-color: #f3efe7 !important;
}

.with-pattern:after {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background-repeat: repeat;
	background-image: url('../images/food-pattern.png');
	background-size:300px auto;
	mix-blend-mode: multiply
}
.bg-primary.with-pattern:after {

}
.bg-white.with-pattern:after {

}
.bg-light.with-pattern:after {

}

.bg-success {
	background-color: #3adb76 !important;
}
.bg-warning {
	background-color: #fda61d !important;
}
.bg-alert {
	background-color: #f31f43 !important;
}
.bg-light-gray {
	background-color: #e9e9e9 !important;
}
.bg-medium-gray {
	background-color: #818180 !important;
}
.bg-dark-gray {
	background-color: #474746 !important;
}
.bg-dark {
	background-color: #19191a !important;
	background-repeat: repeat;
	background-image: url('../images/food-pattern.png');
	background-size: 300px auto;
	mix-blend-mode: multiply
}

.bg-black {
	background-color: #000000 !important;
}
.bg-black-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-white {
	position: relative;
	background-color: #ffffff !important;
}


.bg-light {
	background-color: #f3efe7 !important;
}
.bg-extralight {
	background-color: #f0f0f0 !important;

}


/* Opacity
------------------------------------------------
*/
.opacity-10 {
	opacity: 0.08;
}
.opacity-20 {
	opacity: 0.2;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-80 {
	opacity: 0.8;
}
.opacity-90 {
	opacity: 0.9;
}

/* Background Image Size
------------------------------------------------
*/
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.bg-contain {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/* Image Blend modes
-----------------------------
*/
.multiply {
	background-blend-mode: multiply !important;
}
.screen {
	background-blend-mode: screen !important;
}
.overlay {
	background-blend-mode: overlay !important;
}
.soft-light {
	background-blend-mode: soft-light !important;
}
.darken {
	background-blend-mode: darken !important;
}
.lighten {
	background-blend-mode: lighten !important;
}
.color-dodge {
	background-blend-mode: color-dodge !important;
}
.saturation {
	background-blend-mode: saturation !important;
}
.color {
	background-blend-mode: color !important;
}
.luminosity {
	background-blend-mode: luminosity !important;
}


/* Image Grayscale
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */


  /* IE 6-9 */


  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* Image Sizing
------------------------------------------------
*/

.image-cover {
	flex-shrink:0;
  min-width:100%;
  min-height:100%
 }

/* Image Cropping
------------------------------------------------
*/
.image-round {
	border-radius: 100%;
}


/* Image Effects
------------------------------------------------
*/

.has-effect img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.has-effect.zoom-in img{
	transform: scale(1);
}
.has-effect.zoom-in:hover img {
	transform: scale(1.1);
}

.has-effect.zoom-out img {
	transform: scale(1.1);
}
.has-effect.zoom-out:hover img {
	transform: scale(1);
}


/* Buttons
------------------------------------------------
*/

.button-wrap {
	display: block;
}
.button {
	font-family: 'coldsmith-pro', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;

	position: relative;
	margin: 0;
	border-radius: 20px;

	display: inline-flex;
	align-items: center;
	justify-content: center;

	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;


	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button-group {
	/* display: flex;
	justify-content: space-between; */
}
.button-group .button {
	font-size: 18px;
	margin-right:10px;
}

.button:hover {
}

.button.huge {
	font-size: 1.65rem;
}
.button.small {
	padding-top: 0.86rem;
	padding-bottom: .86rem;
	font-size: 0.86rem;
}

.button i {
	position: relative;
	top: -1px;
	display: inline-block;
	margin: 0 0px 0 10px;
	font-size: 1rem;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button:hover i {
	-webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
}

.goback-link.button i {
	margin-right: 10px;
	margin-left:0;
}
.goback-link.button:hover i {
	-webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
}



	@media (max-width: 970px) {
		.button {

		}
		.button i {

		}

	}
	@media (max-width: 640px) {
		.button {
			padding: 0.76rem 1rem ;
		}
		.button i {

		}

	}


.button.primary,
.button.secondary,
.button.color3 {
	color: #fff !important;
}

.button.primary {
	/* background: #f69622; */
}
.button.primary:hover {

}
.button.secondary {
	color: #fff !important;
}
.button.secondary:hover {

}
.button.color3 {
	background-color: #3b5522;
}
.button.color4 {
	background-color: #1b1b1b;
}
.button.color5 {
	color: #3b5522 !important;
	background-color: #F2E2C5;
}
.button.light {
	background: #F2E2C5;

}
.button.back {
	text-align: left;
	padding-left:3.5rem !important;
	margin-bottom: 2rem;
}

.button.white {
	color: #f69622;
	background:rgba(255, 255, 255, 0.85);
	border-color: rgba(0, 0, 0, 0.205);
}
.button.white:hover {
	background:rgba(255, 255, 255, 1);
}

/* Hollow */
.button.hollow {

	border-width: 1px !important;
	border-color: rgba(0, 0, 0, 0.13) !important;
	color: #f69622 !important;
	background: transparent !important
}
.button.hollow:after,
.button.text:after{
	display: none;
}
.button.hollow i {
	color: #f69622 !important;
}
.bg-primary .button.hollow i {
	color: #FFBC00 !important;
}

.button.hollow.primary {
  color: #f69622 !important;
  border-color: #FFBC00 !important;
}
.button.hollow.primary:hover {
	color: #fff !important;
	background-color: #f69622 !important;
	border-color: #f69622 !important;
}
.button.hollow.primary.transparent {
  color: #fff !important;
}

.button.hollow.secondary {
  color: #FFBC00;
}

.button.hollow.white {
	 color: #fff;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .button.hollow {
	color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(255, 255, 255, 0.2) !important;
}
[class*=" bg-"]:not(.bg-white):not(.bg-light) .button.hollow:hover {
	color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-dark .button.hollow.white,
.bg-primary .button.hollow.white,
.bg-secondary .button.hollow.white,
.bg-color3 .button.hollow.white {
  color: #fff;
}
.button.hollow.dark {
	color: #FFBC00;
}
.button.hollow:hover {
	border-color: rgba(0, 0, 0, 0.4) !important;
}



/* Transparant */
.button.text {
	background-color: transparent !important;
	border:0;
	padding-left:0;
	padding-right: 2rem;
	color: #f69622;
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.button.text i  {
	color: #FFBC00;
}
.button.text:hover {
	box-shadow: none;
}
@media (max-width: 970px) {
	.button.text {
		padding-top: 0px;
		padding-bottom: 5px;
		font-size: 16px;
	}
}




/* Box Shadows
------------------------------------------------
*/


/* Borders
------------------------------------------------
*/

.border-none {
	border: none !important;
}
.border-solid {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-dotted {
	border: 1px dotted rgba(0, 0, 0, 0.1) !important;
}
.border-dashed {
	border: 1px dashed rgba(0, 0, 0, 0.1) !important;
}


.icon-size-32 {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.icon-size-64 {
	width: 64px;
	height: 64px;
	line-height: 64px;
}
.icon-size-128 {
	width: 128px;
	height: 128px;
	line-height: 128px;
}
.icon-size-256 {
	width: 256px;
	height: 256px;
	line-height: 256px;
}
.icon-size-512 {
	width: 512px;
	height: 512px;
	line-height: 512px;
}



/* Deviders */

.section-divider {
	width: 100%;
	height: 0;
	display: block;
  line-height: 0.5;
  text-align: center;
}
#content .section-divider {
	display: none;
}
.section-divider span {
  display: inline-block;
  position: relative;
}
.section-divider span:before,
.section-divider span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  top: 50%;
  width: 600px;
}
.section-divider span:before {
  right: 100%;
  margin-right: 15px;
}
.section-divider span:after {
  left: 100%;
  margin-left: 15px;
}
.section-divider span img {
	opacity: 0.3;
}
.divider.vertical {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 2px;
	height: 100%;
	line-height: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.right.divider.vertical {
	left: auto;
	right: 5px;
	top: 0%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}


@media (max-width: 970px) {
	.section-divider {
		width: 96%;
	}
}

/* Flexbox
------------------------------------------------
*/

.flex-align-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}


/* Flex Video
------------------------------------------------
*/

.responsive-embed-wrap {

}
.responsive-embed-wrap .responsive-embed {
	margin-bottom: 0rem;
}



/*
-----------------------------
IMAGE GRAYSCALE
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
  opacity: 0.4;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
  opacity: 1;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer.h5 {
	height: 5px;
}
.clearer.h10 {
	height: 10px;
}
.clearer.h15 {
	height: 15px;
}
.clearer.h20 {
	height: 20px;
}
.clearer.h25 {
	height: 25px;
}
.clearer.h30 {
	height: 30px;
}
.clearer.h35 {
	height: 35px;
}
.clearer.h40 {
	height: 40px;
}
.clearer.h45 {
	height: 45px;
}
.clearer.h50 {
	height: 50px;
}
.clearer.h55 {
	height: 55px;
}
.clearer.h60 {
	height: 60px;
}
.clearer.h65 {
	height: 65px;
}
.clearer.h70 {
	height: 70px;
}
.clearer.h75 {
	height: 75px;
}
.clearer.h80 {
	height: 80px;
}
.clearer.h85 {
	height: 85px;
}
.clearer.h90 {
	height: 90px;
}
.clearer.h95 {
	height: 95px;
}
.clearer.h100 {
	height: 100px;
}
.clearer.h120 {
	height: 120px;
}
.clearer.h140 {
	height: 140px;
}
.clearer.h160 {
	height: 160px;
}
.clearer.h180 {
	height: 180px;
}
.clearer.h200 {
	height: 200px;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


@media print, screen and (min-width: 75em) {
	.xlarge-1 {
	  width: 8.33333%; }
	.xlarge-push-1 {
	  position: relative;
	  left: 8.33333%; }
	.xlarge-pull-1 {
	  position: relative;
	  left: -8.33333%; }
	.xlarge-offset-0 {
	  margin-left: 0%; }
	.xlarge-2 {
	  width: 16.66667%; }
	.xlarge-push-2 {
	  position: relative;
	  left: 16.66667%; }
	.xlarge-pull-2 {
	  position: relative;
	  left: -16.66667%; }
	.xlarge-offset-1 {
	  margin-left: 8.33333%; }
	.xlarge-3 {
	  width: 25%; }
	.xlarge-push-3 {
	  position: relative;
	  left: 25%; }
	.xlarge-pull-3 {
	  position: relative;
	  left: -25%; }
	.xlarge-offset-2 {
	  margin-left: 16.66667%; }
	.xlarge-4 {
	  width: 33.33333%; }
	.xlarge-push-4 {
	  position: relative;
	  left: 33.33333%; }
	.xlarge-pull-4 {
	  position: relative;
	  left: -33.33333%; }
	.xlarge-offset-3 {
	  margin-left: 25%; }
	.xlarge-5 {
	  width: 41.66667%; }
	.xlarge-push-5 {
	  position: relative;
	  left: 41.66667%; }
	.xlarge-pull-5 {
	  position: relative;
	  left: -41.66667%; }
	.xlarge-offset-4 {
	  margin-left: 33.33333%; }
	.xlarge-6 {
	  width: 50%; }
	.xlarge-push-6 {
	  position: relative;
	  left: 50%; }
	.xlarge-pull-6 {
	  position: relative;
	  left: -50%; }
	.xlarge-offset-5 {
	  margin-left: 41.66667%; }
	.xlarge-7 {
	  width: 58.33333%; }
	.xlarge-push-7 {
	  position: relative;
	  left: 58.33333%; }
	.xlarge-pull-7 {
	  position: relative;
	  left: -58.33333%; }
	.xlarge-offset-6 {
	  margin-left: 50%; }
	.xlarge-8 {
	  width: 66.66667%; }
	.xlarge-push-8 {
	  position: relative;
	  left: 66.66667%; }
	.xlarge-pull-8 {
	  position: relative;
	  left: -66.66667%; }
	.xlarge-offset-7 {
	  margin-left: 58.33333%; }
	.xlarge-9 {
	  width: 75%; }
	.xlarge-push-9 {
	  position: relative;
	  left: 75%; }
	.xlarge-pull-9 {
	  position: relative;
	  left: -75%; }
	.xlarge-offset-8 {
	  margin-left: 66.66667%; }
	.xlarge-10 {
	  width: 83.33333%; }
	.xlarge-push-10 {
	  position: relative;
	  left: 83.33333%; }
	.xlarge-pull-10 {
	  position: relative;
	  left: -83.33333%; }
	.xlarge-offset-9 {
	  margin-left: 75%; }
	.xlarge-11 {
	  width: 91.66667%; }
	.xlarge-push-11 {
	  position: relative;
	  left: 91.66667%; }
	.xlarge-pull-11 {
	  position: relative;
	  left: -91.66667%; }
	.xlarge-offset-10 {
	  margin-left: 83.33333%; }
	.xlarge-12 {
	  width: 100%; }
	.xlarge-offset-11 {
	  margin-left: 91.66667%; }
	.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
	  float: left;
	  width: 100%; }
	  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
		clear: both; }
	  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
		float: left; }
	.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
	  float: left;
	  width: 50%; }
	  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
		clear: both; }
	  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
		float: left; }
	.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
	  float: left;
	  width: 33.33333%; }
	  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
		clear: both; }
	  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
		float: left; }
	.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
	  float: left;
	  width: 25%; }
	  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
		clear: both; }
	  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
		float: left; }
	.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
	  float: left;
	  width: 20%; }
	  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
		clear: both; }
	  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
		float: left; }
	.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
	  float: left;
	  width: 16.66667%; }
	  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
		clear: both; }
	  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
		float: left; }
	.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
	  float: left;
	  width: 14.28571%; }
	  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
		clear: both; }
	  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
		float: left; }
	.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
	  float: left;
	  width: 12.5%; }
	  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
		clear: none; }
	  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
		clear: both; }
	  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
		float: left; }
	.xlarge-collapse > .column, .xlarge-collapse > .columns {
	  padding-right: 0;
	  padding-left: 0; }
	.xlarge-collapse .row {
	  margin-right: 0;
	  margin-left: 0; }
	.expanded.row .xlarge-collapse.row {
	  margin-right: 0;
	  margin-left: 0; }
	.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
	  padding-right: 0.9375rem;
	  padding-left: 0.9375rem; }
	.xlarge-centered {
	  margin-right: auto;
	  margin-left: auto; }
	  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
		float: none;
		clear: both; }
	.xlarge-uncentered,
	.xlarge-push-0,
	.xlarge-pull-0 {
	  position: static;
	  margin-right: 0;
	  margin-left: 0; }
	  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child),
	  .xlarge-push-0,
	  .xlarge-push-0:last-child:not(:first-child),
	  .xlarge-pull-0,
	  .xlarge-pull-0:last-child:not(:first-child) {
		float: left;
		clear: none; }
	  .xlarge-uncentered:last-child:not(:first-child),
	  .xlarge-push-0:last-child:not(:first-child),
	  .xlarge-pull-0:last-child:not(:first-child) {
		float: right; } }