/* CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}.paragraph ul {list-style: disc; margin-left: 20px;}

/* POSITION CLASSES */
.wrapper {
	width: 1340px;
	margin: 0 auto;
	position: relative;
}
.wrapper.medium {
	width: 1000px;
}
.wrapper.small {
	width: 700px;
}
.wrapper.extraSmall{
	width: 500px;
}
.clear {
	clear: both;
}
.dpn {
	display: none!important;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatRightI {
	float: right!important;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt80 {
	margin-top: 80px;
}
.mt100 {
	margin-top: 100px;
}
.mt-5 {
	margin-top: -5px;
}
.mt-10 {
	margin-top: -10px;
}
.mt-20 {
	margin-top: -20px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.p10-0 {
	padding: 10px 0;
}
.p15-0 {
	padding: 15px 0;
}
.p30-0 {
	padding: 30px 0;
}
.p50-0 {
	padding: 50px 0;
}
.p60-0 {
	padding: 60px 0;
}
.p100-0 {
	padding: 100px 0;
}
.p30-60 {
	padding: 30px 60px;
}
.p40-60 {
	padding: 40px 60px;
}
.p60-40 {
	padding: 60px 40px;
}
.p10 {
	padding: 10px;
}
.p20 {
	padding: 20px;
}
.p30 {
	padding: 30px;
}
.p40 {
	padding: 40px;
}
.p50 {
	padding: 50px;
}
.p60 {
	padding: 60px;
}
.pt0 {
	padding-top: 0;
}
.pt100 {
	padding-top: 100px;
}
.pb5 {
	padding-bottom: 5px;
}
.p0-30 {
	padding: 0 30px;
}
.pb0 {
	padding-bottom: 0;
}
/* FONT CLASSES */
.light {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
}
.regular {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
}
.medium {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
}
.bold {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
}
.title {
	font-family: "Cormorant Infant";
	font-weight: 700;
	font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
.underline {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
em {
	font-style: italic;
}
.centerText {
	text-align: center;
}
.title-big {
	font-size: 40px;
	line-height: 1.5;
}
.title-1 {
	font-size: 32px;
	line-height: 1.5;
}
.title-2 {
	font-size: 28px;
	line-height: 1.5;
}
.title-3 {
	font-size: 26px;
	line-height: 1.5;
}
.title-4 {
	font-size: 24px;
	line-height: 1.5;
}
.title-5 {
	font-size: 22px;
	line-height: 1.5;
}
.title-6 {
	font-size: 20px;
	line-height: 1.5;
}
.title-7 {
	font-size: 18px;
	line-height: 1.5;
}
.title-8 {
	font-size: 16px;
	line-height: 1.5;
}
/* GENERAL STYLING CLASSES */
.backgroundCover {
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	background-size: cover!important;
}
.clearFix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.relative {
	position: relative;
}
.btn {
	cursor: pointer;
}
.formshowerror {
	border: 1px solid red;
	background-color: #ffd0d0;
	color: red;
}
.parallax {
	overflow: hidden;
	position: absolute;
	float: left;
	height: 100%;
	top: 0;
	width: 100%;
	background-attachment: fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.image {
	float: left;
	width: 100%;
}
.image img {
	float: left;
	max-width: 100%;
}
.fourColumn {
	float: left;
	width: 22.5%;
}
.fourColumn:nth-child(2) {
	margin: 0 1.5% 0 3%;
}
.fourColumn:nth-child(3) {
	margin: 0 3% 0 1.5%;
}
.center {
	display: flex;
	align-items: center;
	height: 100%;
}
.flexRow {
	flex: 0 0 100%;
}
.flex{
	display: flex;
}
.flexCenter{
	align-items: center;
}
.shadowText {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.8);
}
.zi70 {
	z-index: 70;
}
.zi80 {
	z-index: 80;
}
.centerBack {
	background-position: center;
}
/* GENERAL ELEMENTS */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: white;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
}
a {
	color: inherit;
}
b {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
}
.paragraph {
	float: left;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color: #1a1a1a;
}
.paragraph img {
	max-width: 100%;
	height: auto;
}
.paragraph.white {
	color: white!important;
}
.paragraph.italic {
	font-style: italic;
}
.paragraph.small {
	font-size: 13px;
	line-height: 26px;
}
.paragraph.medium {
	font-size: 16px;
	line-height: 32px;
}
.paragraph.big {
	font-size: 18px;
	line-height: 35px;
}
.paragraph a {
	color: #6b5d4a;
	text-decoration: underline;
}
.paragraph a:hover {
	color: #4c4235;
}
.button {
	float: left;
	padding: 14px 25px;
	background-color: transparent;
	color: #1d1d1b;
	padding: 15px 30px;
	text-decoration: none!important;
	font-size: 15px;
	line-height: 1;
	cursor: pointer;
	border: none;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.button.blackGhost {
	border: 1px solid black;
	background-color: transparent;
	color: black;
}
.button.blackGhost:hover {
	background-color: black;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.whiteGhost {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}
.button.whiteGhost:hover {
	background-color: white;
	color: black;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.goldGhost {
	border: 1px solid #6b5d4a;
	background-color: transparent;
	color: #6b5d4a;
}
.button.goldGhost:hover {
	background-color: #6b5d4a;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.green {
	background-color: #17bb70;
	color: white;
}
.button.green:hover {
	background-color: #15a05f;
	color: white;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button:hover {
	background-color: #f9f9f9;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button.small {
	padding: 12px 20px;
	font-size: 14px;
}
.button.medium {
	padding: 15px 30px;
	font-size: 15px;
}
.button.big {
	padding: 18px 35px;
	font-size: 16px;
}
.button.inactive {
	opacity: 0.6;
	cursor: default;
}
.header {
	float: left;
	width: 100%;
	position: fixed;
	z-index: 299;
	background-color: white;
	top: -180px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.header.scroll {
	top: 0;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.mainHeader {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.logo {
	float: left;
	width: 70px;
}
.logo img {
	float: left;
	width: 100%;
}
.rightButtons {
	float: right;
	margin-top: 23px;
}
.rightButtons .button:last-child {
	margin-right: 0px;
}
.rightButtons .button{
	padding: 12px;
	margin-right: 10px;
}
.rightButtons .button.social{
	width: 40px;
	height: 40px;
	line-height: 38px;
	padding: 0;
	text-align: center;
}
.menu {
	float: none;
	margin: auto;
	display: table;
}
#menu {
	float: left;
	z-index: 100;
	position: relative;
	width: auto;
}
#menu ul {
	float: left;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu li {
	float: left;
	width: auto;
	position: relative;
	margin-right: 30px;
}
#menu li:last-child {
	margin-right: 0;
}
#menu li:hover a {
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
#menu li:hover .sub {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
#menu li a {
	float: left;
	padding: 10px 0px;
	position: relative;
	text-decoration: none;
	font-size: 17px;
	cursor: pointer;
	color: black;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	border-bottom: 1px solid transparent;
}
#menu li a.active {
	border-bottom: 2px solid #6b5d4a;
	color: #6b5d4a;
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
}
#menu li a:hover {
	color: #6b5d4a;
}
#menu .sub {
	z-index: 99;
	position: absolute;
	width: 300px;
	top: 52px;
	border-top: 1px solid black;
	background-color: black;
	-webkit-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 5px 5px -4px rgba(0, 0, 0, 0.09);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}
#menu .sub li {
	float: left;
	width: 100%;
	margin: 0!important;
	border-bottom: 1px solid #404040;
}
#menu .sub li:after {
	display: none;
}
#menu .sub li:last-child {
	border-bottom: none;
}
#menu .sub li a {
	float: left;
	width: 100%;
	text-shadow: none;
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-size: 14px;
	padding: 12px 10px;
	cursor: pointer;
	color: white;
	text-transform: none;
	height: auto;
	border-bottom: none;
	letter-spacing: 0;
}
#menu .sub li a:hover {
	background-color: #202020;
}
#menu .sub li:last-child {
	border-bottom: none;
}
.iconArrow {
	display: none;
}
.content {
	float: left;
	width: 100%;
	overflow: hidden;
}
.deco {
	position: absolute;
}
.deco.green {
	width: 106px;
	top: -150px;
	left: -140px;
	z-index: 200;
}
.deco.green img {
	float: left;
	width: 100%;
}
.deco.yellow {
	width: 106px;
	top: -100px;
	right: -140px;
	z-index: 200;
}
.deco.yellow img {
	float: left;
	width: 100%;
}
.deco.blue {
	width: 106px;
	top: -120px;
	right: -180px;
	z-index: 200;
}
.deco.blue img {
	float: left;
	width: 100%;
}
.deco.red {
	width: 106px;
	top: -120px;
	left: -140px;
	z-index: 200;
}
.deco.red img {
	float: left;
	width: 100%;
}
.logo-big {
	position: absolute;
	left: 0;
	top: 20px;
	width: 140px;
	z-index: 90;
}
.logo-big img {
	float: left;
	width: 100%;
}
.slideContainer {
	float: left;
	width: 100%;
}
#slides {
	float: left;
	width: 100%;
	height: 660px;
}
.wrapperSlide {
	position: absolute;
	width: 1340px;
	left: 50%;
	margin-left: -670px;
	height: 100%;
	z-index: 90;
}
.slideText {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	bottom: 120px;
}
.slideImage {
	position: relative;
	width: 100%;
	float: left;
	height: 660px;
	background-size: cover;
	background-position: center right;
}
.overlaySlide {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(242,242,242,0.7) 0%, rgba(246,246,246,0.7) 28%, rgba(251,251,251,0) 67%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(242,242,242,0.7) 0%,rgba(246,246,246,0.7) 28%,rgba(251,251,251,0) 67%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(242,242,242,0.7) 0%,rgba(246,246,246,0.7) 28%,rgba(251,251,251,0) 67%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#00ffffff',GradientType=1 );
}
.inputLabel {
	float: left;
	width: 100%;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	color: white;
	font-size: 15px;
}
.input {
	float: left;
	width: 100%;
	cursor: auto;
	display: inline-block;
	position: relative;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 15px;
	outline: none;
	padding: 12px 20px;
	border: 1px solid #acaaa8;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.34);
	color: black;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}
.input:focus {
	border-color: #858381;
}
.input.error {
	border-color: #c00000;
}
.input.ok {
	border-color: #0b6822;
}
.input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #8a8887;
}
.input::-moz-placeholder {
	/* Firefox 19+ */
	color: #8a8887;
}
.input:-ms-input-placeholder {
	/* IE 10+ */
	color: #8a8887;
}
.input:-moz-placeholder {
	/* Firefox 18- */
	color: #8a8887;
}
.input.small {
	padding: 10px;
}
textarea {
	float: left;
	max-width: 100%;
	min-height: 150px;
	padding: 20px;
}
footer {
	float: left;
	width: 100%;
	padding: 50px 0;
	background: #0b2036;
	background: -moz-linear-gradient(top, #0b2036 0%, #041220 100%);
	background: -webkit-linear-gradient(top, #0b2036 0%, #041220 100%);
	background: linear-gradient(to bottom, #0b2036 0%, #041220 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b2036', endColorstr='#041220', GradientType=0);
}
.socialBottom {
	float: right;
	width: auto;
}
.socialBottom li {
	float: left;
	color: white;
	margin-right: 20px;
	margin-top: -4px;
}
.socialBottom li:last-child {
	margin-right: 0;
}
.socialBottom a {
	float: left;
	color: #6b5d4a;
	text-decoration: none;
	width: 40px;
	height: 40px;
	border: 1px solid #6b5d4a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
}
.socialBottom a:hover {
	background-color: #6b5d4a;
	color: white;
}
.threeColumn {
	float: left;
	width: 31%;
}
.threeColumn:nth-child(2) {
	margin: 0 3.5% 0 3.5%;
}
/*CHECKLIST*/
.checkList {
	float: left;
	width: 100%;
	text-align: center;
}
.checkList li {
	list-style: none;
	position: relative;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 28px;
}
.checkListNew {
	float: left;
	width: 100%;
}
.checkListNew li {
	list-style: none;
	position: relative;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 28px;
}
.checkListNew li.centerText{
	text-align: center;
}
.checkListNew li:before{
	content: '\f00c';
	font-size: 14px;
	color: #6b5d4a;
	font-family: "FontAwesome";
	position: relative;
	margin-right: 10px;
}
.line {
	width: 100px;
	background-color: #be853b;
	float: none;
	margin: auto;
	display: table;
	height: 2px;
}
/* COL */
.col-1,
.col-2,
.col-2-5,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	float: left;
}
.col-1 {
	width: 8.333%;
}
.col-2 {
	width: 16.666%;
}
.col-2-5 {
	width: 20%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.333%;
}
.col-5 {
	width: 41.666%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.333%;
}
.col-8 {
	width: 66.666%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.333%;
}
.col-11 {
	width: 91.666%;
}
.col-12 {
	width: 100%;
}
.col-padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
}
.col-padding-right {
	padding-right: 15px;
}
.col-padding-left {
	padding-left: 15px;
}
.col-padding-right-big {
	padding-right: 40px;
}
.col-padding-left-big {
	padding-left: 40px;
}
.s-show,
.s-show-block {
	display: none;
}
/* PAGES */
.blackColor {
	color: black;
}
.whiteColor {
	color: white;
}
.whiteTransColor {
	color: rgba(255, 255, 255, 0.7);
}
.yellowColor {
	color: #1d1d1b;
}
.greyColor {
	color: #454545;
}
.blueColor {
	color: #07132f;
}
.greenColor {
	color: #17bb70;
}
.redColor {
	color: #a0222a;
}
.goldColor {
	color: #6b5d4a;
}
.blackBack {
	background-color: black;
}
.whiteBack {
	background-color: white;
}
.beigeBack {
	background-color: #f8f3eb;
}
.beigeDeco {
	position: relative;
}
.beigeDeco:before {
	position: absolute;
	content: '';
	background-image: url('../../images/topDeco-beige.png');
	height: 10px;
	width: 100%;
	background-repeat: repeat-x;
	top: -10px;
	left: 0;
}
.beigeDeco:after {
	position: absolute;
	content: '';
	background-image: url('../../images/bottomDeco-beige.png');
	height: 10px;
	width: 100%;
	background-repeat: repeat-x;
	bottom: -10px;
	left: 0;
}
.whiteDeco {
	position: relative;
}
.whiteDeco:before {
	position: absolute;
	content: '';
	background-image: url('../../images/topDeco-white.png');
	height: 10px;
	width: 100%;
	background-repeat: repeat-x;
	top: -10px;
	left: 0;
	z-index: 200;
}
.max120 {
	max-width: 120px;
}
/*FS*/
.fs11 {
	font-size: 11px;
}
.fs13 {
	font-size: 13px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
/*LETTER SPACING*/
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.ls-3 {
	letter-spacing: 3px;
}
.ls-4 {
	letter-spacing: 4px;
}
.ls-5 {
	letter-spacing: 5px;
}
.ls-6 {
	letter-spacing: 6px;
}
.line1 {
	line-height: 1;
}
.line14 {
	line-height: 1.4;
}
.line2 {
	line-height: 2;
}
/* FONT CLASSES GENERAL */
.autoColumn-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-gap: 30px;
	column-gap: 30px;
}
.borderTop {
	border-top: 1px solid #d7d7d7;
}
.borderBottom {
	border-bottom: 1px solid #d7d7d7;
}
.fontSmooth {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.rightText {
	text-align: right;
}
.lightFont {
	font-family: "Open Sans";
	font-weight: 300;
	font-style: normal;
}
.regularFont {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
}
.mediumFont {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
}
.boldFont {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
}
.titleFont {
	font-family: "Cormorant Infant";
	font-weight: 700;
	font-style: normal;
}
.shadow {
	-webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.1);
}
.centerDiv {
	float: none;
	display: table;
	margin: auto;
}
.hidden {
	overflow: hidden;
}
.message,
.message-ok,
.message-error {
	display: block;
	padding: 10px 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
.message-ok {
	border: 1px solid #00960e;
	color: #00960e;
	background-color: #a6d8ab;
}
.message-error {
	border: 1px solid red;
	color: red;
	background-color: #ffd0d0;
}
.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: auto;
	touch-action: auto;
}
#edge-touch-fix-material-select input.select-dropdown {
	-ms-touch-action: none;
}

.menuOuter{
	float: left;
	width: calc(100% - 340px);
	margin-left: 15px;
	margin-top: 24px;
}
.backTop img{
	width: 100%;
	max-width: inherit;
}
.rounded{
	border-radius: 50%;
	overflow: hidden;
}
.max200{
	max-width: 200px;
}

.accordion .accordion-item {
	border-bottom: 1px solid #e7ddcf;
}
.accordion .accordion-item button[aria-expanded='true'] {
	border-bottom: 1px solid #6b5d4a;
}
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: black;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover, .accordion button:focus {
	cursor: pointer;
	color: #6b5d4a;
}
.accordion button:hover::after, .accordion button:focus::after {
	cursor: pointer;
	color: #6b5d4a;
	border: 1px solid #6b5d4a;
}
.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
	font-family: "Cormorant Infant";
	font-weight: 700;
	font-style: normal;
	font-size: 21px;
	color: #6b5d4a;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 9px;
	left: 5px;
	width: 10px;
	height: 2px;
	background: #6b5d4a;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 5px;
	left: 9px;
	width: 2px;
	height: 10px;
	background: #6b5d4a;
}
.accordion button[aria-expanded='true'] {
	color: black;
}
.accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: inherit;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	will-change: opacity, max-height;
	margin-top: 20px;
	margin-bottom: 20px;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: opacity 200ms linear, max-height 200ms linear;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 30px;
	color: #1a1a1a;
}
.pakketLijst {
	float: left;
	width: 100%;
    margin: 0px;
    padding: 0px;
}
.pakketLijst {
    margin: 0px;
    padding: 0px;
}
.pakketLijst li {
	list-style: none;
	position: relative;
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	line-height: 28px;
    margin: 0px;
    padding: 0px;
    margin-top:0;
}
.pakketLijst li.centerText{
	text-align: center;
}
.pakketLijst li:before{
	content: '\f00c';
	font-size: 14px;
	color: #6b5d4a;
	font-family: "FontAwesome";
	position: relative;
	margin-right: 10px;
}
