<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CONTENT
--------------------- */
#content {
	position: relative;
}
.no-cover #page-content {

}
.large-9 #content {
	padding-top: 40px;
	padding-left: 25px;
	padding-right: 60px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}
.textblock {
	padding: 10px 0px 30px;
}
.textblock.first {
	padding-top: 10px;
}
.with-cover .textblock.first {
	padding-top: 10px;
}
.textblock.first.with-intro {
	padding-top: 0px;
}

/* #page-content.with-cover #content:before {
	position: absolute;
	top: -200px;
	left: 100%;
	width: 200px;
	height: 200px;
	content:'';
	border-radius: 100%;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 85% auto;
	background-position: center;
	background-image: url('../images/icon.svg');
	
	z-index: 2;
} */


@media (max-width: 767px) {
	.large-9 #content {
		padding-top: 0px;
		padding-left: 0px;
	}
}
.modal .textblock {
	width: 85%;
	max-width: 970px;
	margin: auto;
	padding: 30px 0px 30px;
}
.modal .textblock.first {
	padding-top: 50px;
	padding-bottom: 50px;
}	
.section-textblock .textblock {
	padding: 10px 25px;
}

#content #map-canvas {
	border-radius: 0px !important;
}

.textblock-title-wrap {
	display: block;
}
.large-12 .textblock-title-wrap {
	padding-left:25px
}

.textblock-intro {
	/* font-family: 'Gotham XNarrow'; */
	font-weight: 400;
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #ef5479;
	/* text-transform: uppercase;
	letter-spacing: 1px; */
}
.textblock-title {
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-bottom: 2px;
}

.textblock-title.title-small {
	font-size: 1.3rem;
}
.textblock-title.title-medium {
	font-size: 1.8rem;
}
.textblock-title.title-large {
	font-size: 2.2rem;
	margin-bottom: 10px;
}


.textblock-subtitle {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.textblock-meta {
	display: block;
	padding-top: 0rem;
}
.textblock-meta p{
	font-size: 0.86rem;
}
.textblock-lead {
	padding-top: 0px;
}
.textblock-lead p {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.7;
}
.textblock-content p {
	font-size: 17px;
	line-height: 1.7;
}

.textblock-iframe {
	width: calc(100% + 30px);
	margin:40px 0 0;
	margin-left: -15px;
}
.textblock-iframe iframe {
	/* width: 100%;

	border: 0; */
}




.sidebar .textblock.first {
	padding-top: 25px;
}

.sidebar .textblock-title {
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-bottom: 2px;
	font-size: 22px;
}
.sidebar .textblock-subtitle {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.sidebar .textblock-lead p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7;
}
.sidebar .textblock-content p {
	font-size: 16px;
	line-height: 1.7;
}


	@media (max-width: 1023px) {
		.large-9 #content {
			padding-left: 10px;
			padding-right: 20px;
		}
		.textblock-title.title-small {
			font-size: 1.115rem;
		}
		.textblock-title.title-medium {
			font-size: 1.4rem;
			line-height: 1.3;
		}
		.textblock-title.title-large {
			font-size: 1.8rem;
			line-height: 1.3;
		}
		.textblock-subtitle {
			font-size: 1.2rem;
		}
	}
	@media (max-width: 767px) {
		.large-9 #content {
			padding-left: 10px;
			padding-right: 10px;
		}
		.section-textblock .textblock {
			padding: 10px 10px;
		}
		.textblock-title.title-small {
			font-size: 1rem;
		}
		.textblock-title.title-medium {
			font-size: 1.2rem;
			line-height: 1.3;
		}
		.textblock-title.title-large {
			font-size: 1.4rem;
			line-height: 1.3;
		}
		.textblock-subtitle {
			font-size: 1.2rem;
		}
		.textblock-lead p {
			font-size: 16px;
			font-weight: 600;
			line-height: 1.7;
		}
		.textblock-content p {
			font-size: 16px;
			line-height: 1.7;
		}
	}

/* Files */
.textblock-files {
	display: flex;
	border-radius: 0px;
	/* background: rgba(0, 33, 100, 0.06); */
	padding: 0px 0px;
	margin-bottom: 20px;
}
.textblock-files ul {
	margin: 0px;
}
.textblock-files ul li {
	font-size: 18px;
}
.textblock-files ul.column-2 {
	column-count: 2;
}
.textblock-files ul.column-2 li {
	padding-right: 1rem;
}
.textblock-files ul li a {
	display: inline-block;
	padding: 0.25rem 10px;
	padding-left: 20px;
	margin-bottom: 0px;
	position: relative;
	color: #0d0f17;
/* 	border: 1px solid rgba(0, 33, 100, 0.12) */

}
.textblock-files ul li a span {
	/* display: inline-block; */
}
.textblock-files ul li a:hover {
	color: #ef5479;
}
.textblock-files ul li a .textblock-file-icon {
	position: absolute;
	top:1px;
	left:0;
	display: block;
	width:15px;
	height: 30px;
	line-height: 1;
	font-size: 1rem;
	text-align: center;
	border-radius: 0px;
/* 	transform: rotate(-45deg) */
}

.textblock-file-icon i {
	position: absolute;
	top:50% !important;
	left:50% !important;
	transform: translate(-50%, -50%);
	color: #0d0f17;
	background: transparent !important
}
.textblock-file-icon.doc i,
.textblock-file-icon.docx i{
	color: #083582;
}
.textblock-file-icon.pdf i{
	color: #e14045;
}
.textblock-file-icon.xls i,
.textblock-file-icon.xlsx i{
	color: #6ab173;
}
.textblock-file-icon.zip i{
	color: #ddaa0f;
}
.textblock-files ul li a .file-name {
	font-weight: 400;
}
.textblock-files ul li a:hover i {

}


/* Accordion */
.textblock-accordion {
	margin-top: 30px;
}
.textblock-accordion .accordion-title {
	font-size: 18px;
	font-weight: 500;
	color: #0d0f17;
	border:0;
	border-top: 1px solid rgba(24, 24, 25, 0.08);
	padding-left: 20px;

}
.textblock-accordion .accordion-title:hover {
	color: #0d0f17;
	background-color: transparent !important;
}

.textblock-accordion .is-active .accordion-title {
	color: #0d0f17;
	background-color: transparent !important;

}
.textblock-accordion .accordion-item:first-child &gt; :first-child {
	border-radius: 0px 0px 0 0;
}
.textblock-accordion :last-child:not(.is-active) &gt; .accordion-title {
	border-radius: 0 0 0px 0px;
}
.textblock-accordion .accordion-title::before {
	position: absolute;
	top: 50%;
	right: auto;
	left: 0px;
	margin-top: -8px;
	font-family: 'Font Awesome 5 Pro';
 	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	content: '\f054';
	color: #ef5479;
	-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;


}
.textblock-accordion .is-active .accordion-title::before {
	position: absolute;
	top: 50%;
	right: auto;
	left: 0px;
	margin-top: -8px;
	transform: rotate(90deg);
	content: '\f054';
}


.textblock-accordion .accordion-title:hover {
	background-color: rgba(24, 24, 25, 0.08);
}
.textblock-accordion .accordion-content {
	padding: 0 20px 0;
	color:rgba(24, 24, 25, 0.6);
	border:0;
	
}
.textblock-accordion .is-active:last-child .accordion-content {
	border-radius: 0 0 0px 0px !important
}

.accordion-content .textblock-lead p {
	font-size: 1rem;
	font-weight: 700;
}

@media (max-width: 767px) {
	.textblock-accordion .accordion-title {
		font-size: 16px;
	}
}

.responsive-embed {
	border-radius: 0px;
}

/*
---------------------------
TEXT BLOCK IMAGES
---------------------------
*/

.textblock-image {
	display: inline-block;
	margin: 20px 0 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 50%;
}

.textblock-image.float-left {
	margin-top: 10px;
	margin-right: 30px;
}
.textblock-image.float-right {
	margin-top: 10px;
	margin-left: 50px;
}
/* Round */
.textblock-image a.round {
	border-radius: 100%;
	overflow: hidden;
}
.textblock-image img {
	border-radius: 0px;
}

/* Sizes */
.image-size-25 {
	width: 25%;
}
.image-size-33 {
	width: calc(33.33333% - 25px);
}
.image-size-50 {
	width: 50%;
}
.image-size-75 {
	width: 75%;
}
.image-size-100 {
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0 !important;
}
@media (max-width: 767px) {
	.image-size-33 {
		width: 50%;
	}
}
@media (max-width: 400px) {
	.image-size-33 {
		width: 100%;
	}
	.image-size-50 {
		width: 100%;
	}
	.image-size-75 {
		width: 100%;
	}
}

.textblock-image .textblock-caption {
	font-size: 12px;
	line-height: 1.1;
	color: rgba(0, 0, 0, 0.5) !important;
	text-align: center;
	width: 100%;
	display: block;
	font-style: italic;
	padding-top: 5px;
}


.textblock-image a {
	overflow: hidden;
	display: block;
	position: relative;
	-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;
}
.textblock-image a:hover {

}

.textblock-image a img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	max-width: 100%;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 7;
}


.textblock-image a:hover img {
	padding: 0px;
	border: 0px solid #ddd;
/*
	opacity: .8;
  	filter: alpha(opacity=80);
*/
}
.textblock-image a:hover img.grayscale {
	-webkit-filter: grayscale(0%) !important;
	filter: none !important;
}

.textblock-image a.round:after {
		border-radius: 100%;
}
.textblock-image a:hover:after {
	opacity: 1;
}



.textblock-image a.item-more:after {
	background: rgba(0, 163, 230, 0.9);
}

.textblock-image.right {
	float: right;
	margin: 10px 0px 20px 40px;
}

.textblock-image-wide {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:hidden;
	position: relative;
}

.textblock-image-wide img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  	max-width: 100%;
  	opacity: 1;
  	filter: alpha(opacity=100);
}

.textblock-image-gallery {
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	position: relative;
}
.textblock-image-gallery.with-padding {
	margin: 0;
	padding: 2rem 3rem;
}

	@media (max-width: 1024px) {
		.textblock-image-gallery.with-padding {
			padding: 2rem 1rem 2rem 0;
		}
	}
	@media (max-width: 768px) {
		.textblock-image-gallery.with-padding {
			padding: 2rem 0rem;
		}
	}

.textblock-image-gallery img {
	margin:0px 0px 0px 0px;
	border: 0px;
	padding: 0px;
	display: block;
  max-width: 100%;
	-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;

}
.textblock-image-gallery a {
	overflow: hidden;
	display: block;
	position: relative;
	-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;
}

.textblock-image-gallery a.radius {
	border-radius: 0px;
}
.textblock-image-gallery img.radius {
	border-radius: 0px;
}


/* Round */
.textblock-image-gallery a.round {
	border-radius: 100%;
	overflow: hidden;
}

.collapse.textblock-image-gallery a,
.collapse.textblock-image-gallery a.gallery-item,
.collapse.textblock-image-gallery img {
	border-radius: 0 !important;
	margin-bottom: 0px;
}
.collapse.textblock-image-gallery {
	margin-top: 0;
}



/* SLIDES */
.image-slides {
	position: relative;
	border-radius: 0px;
}

.content-section .image-slides,
.detail-slides.image-slides {
	margin-top: 0px;
}
.image-slides-count-1 .swiper-slide {
	width: 100% !important;
}
.image-slides-count-2 .swiper-slide {
	width: 50% !important;
}
.image-slides-count-3 .swiper-slide {
	width: 33.34% !important;
}
.image-slides-count-4 .swiper-slide {
	width: 25% !important;
}

.image-slides-pagination {
	width: 100% !important;
	bottom: 0 !important;

	padding: 10px 10px;

}
.image-slides .textblock-caption {
	position: absolute;
	bottom:30px;
	left:0;
	color: #fff;
	background: rgba(0, 33, 100, 0.801);
	padding: 10px 10px;
	font-size: 14px;
	border-radius: 0px 0px 0px 0;
}


/* Image More Link */
.image-more {
	position: relative;
}
.image-more:after {
	position: absolute;
	top: 50%;
	left:50%;
	margin-top: 0px;
	margin-left: 0px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	line-height: 48px;
	border-radius: 100px;
	text-align: center;
	font-family: icomoon;
	content: '\e93c';
	background: #00a19a;
	color: #fff;
	font-size: 1.1rem;
	z-index: 88;
	opacity: 0;
	transform: translateX(-50%) translateY(-60%);
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	-moz-transition: all 0.3s ease-out;  /* FF4+ */
	-ms-transition: all 0.3s ease-out;  /* IE10? */
	-o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	transition: all 0.3s ease-out;
}
	@media (max-width: 768px) {
		.image-more:after {
			width: 40px;
			height: 40px;
			line-height: 40px;
		}
	}

.image-more:hover:after {
	opacity: .8;
	transform: translateX(-50%) translateY(-50%);
}

/* Textblock Video */
.video-container iframe{
	border-radius: 0px !important;
}


/* Quotyy */
.textblock blockquote {

	max-width: 100%;
	padding-bottom: 0px;
	letter-spacing: 0;
	border-left: 0;
	padding-left: 0rem;
	margin-bottom: 30px;
	position: relative;

	font-style: none;
	margin: 0em 0 1.25rem;
	text-align: left;
	margin-top: 30px;
	padding: 0em 3rem 0 1rem;
	border-right: 0px solid #ddd;
	border-left: 6px solid #FF8457;
}

.textblock blockquote p {
	line-height: 1.7;
	font-size: 1.125em;
	color: rgba(0, 33, 100, 0.8);
	font-weight: 700;

}
.textblock blockquote p cite {
	font-size: 0.76rem;
	color: rgba(4,  20,  47, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;

}

/* Haakjes */

.textblock .with_quotes blockquote {

	max-width: 80%;
	border:0;
	padding: 0rem 0rem 0rem 4rem;
}
.textblock .with_quotes blockquote p {
	line-height: 1.3;
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
	position: relative;
	color: rgba(0, 33, 100, 0.8);
}
.textblock .with_quotes blockquote p:first-child:before,
.textblock .with_quotes blockquote p:first-child:after {
	position: absolute;
	top: -10px;
	left: -40px;
	content: '\f10d';
	font-family: 'Font Awesome 5 Pro';
 	font-weight: 700;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 26px;
	opacity: 1;
	letter-spacing: -10px;
	color: #FF8457;
}
.textblock .with_quotes blockquote p:first-child:after {
	position: relative;
	top: auto;
	left: auto;
	bottom:0;
	right:0;
	content: '\f10e';
	font-size: 22px;
	margin-left: 20px;
	top: 10px;
}
.textblock blockquote p:before,
.textblock blockquote p:after {
	display: none
}

/* Haakjes (volle breedte) */
.textblock .with_quotes_wide blockquote {
	float: right;
	max-width: 100%;
	border:0;
	padding: 0rem 2rem 3rem 5rem
}
.textblock .with_quotes_wide blockquote p {
	line-height: 1.3;
	font-size: 1.6rem;
	font-weight: 900;
	font-style: normal;
}
.textblock .with_quotes_wide blockquote:before {
	position: absolute;
	top: -55px;
	left: 25px;
	content: 'â€˜â€˜';
	font-family: 'Baskerville', 'Baskerville Old Face','Hoefler Text','Garamond','Times New Roman',serif;
	font-weight: 400;
	font-size: 7rem;
	opacity: 1;
	letter-spacing: -10px;
	color: #fd6f00;
}

/* Listing */
.textblock-content ul,
.textblock-listing ul {
	position: relative;

	list-style-type: none;
	margin-bottom: 20px;
	margin-left: 40px !important;
}
.textblock-content ul li,
.textblock-listing ul li {
	font-size: 17px;
	position: relative;
	padding: 0rem 0 0rem 0rem;
	line-height: 1.7;
}
.textblock-content ul li:before {
	position: absolute;
	top: 13px;
	left: -18px;
	width: 6px;
	height: 6px;
	border-radius: 0px;
	background: #ef5479;
	content:'';
}
.textblock-listing ul li a:hover {

}

.textblock-content ul li i,
.textblock-content ul li img,
.textblock-listing ul li i,
.textblock-listing ul li img {
	position: absolute;
	top: 8px;
	left: -18px;
	background: #fff;
	font-size: 14px;
	color: #ef5479;
}
.textblock-listing ul li i.fa-file-download {
	color: rgba(4,  20,  47, 0.4);
}
.textblock-content ul li i.fa-check,
.textblock-listing ul li i.fa-check {
	font-size: 14px;
	color: #2cc26f;
	top: 8px;
	left: -21px;
	background: #fff;
}
.textblock-content ul li img,
.textblock-listing ul li img {
	top: 13px;
	left: 0px;
}


.textblock-buttons {
	padding-top: 5px;
}


/* Subblokken */
.textblock-sub {
	padding: 0px 0;
	position: relative;
	margin-bottom: 20px;
	min-height: 100px;
	border-radius: 0px;
	padding: 0rem 0rem 0rem;
	border: 0px solid rgba(4, 20, 47, 0.14);
}

.textblock-sub-image {
	overflow: hidden;
	position: relative;
	display: block;

	min-height: 30px;
}
.textblock-sub-image a {
	display: block;
}
.textblock-sub-image img {
	width: 100%;
	border-radius: 0px;
}
.textblock-sub-image.round {
	width: 120px;
	box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

.textblock-sub-image-extra {
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
	padding: 1rem;
	color: #fff;
	font-weight: 700;
	z-index: 1;
}
.textblock-sub-image-extra:before {
	position: absolute;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	content: '';
	opacity: 0.7;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d0f1700', endColorstr='#0d0f17',GradientType=0 );
	z-index: -1;
}
.textblock-sub-image-extra i {
	position: relative;
	top: 6px;
	font-size:1.6rem;
	margin-right: 5px;
}

a.textblock-sub-image,
.textblock-sub-image img {
	position: relative;
	transition: all 0.2s ease-in-out;

}
.textblock-sub-image:hover img,
.textblock-sub-image a:hover img {
	opacity: 0.9;
}

.textblock-sub-section {
	position: relative;
	display: block;
	padding: 1rem 1rem 1rem 1rem;
	z-index: 1;
}
.textblock-sub .textblock-sub-section {

	padding: 1rem 1rem 1rem 0rem;

}

.textblock-sub-section .textblock-sub-title {
	font-size: 1.2rem;
	line-height: 1.2;
}


.textblock-sub-section .textblock-sub-title a{
	color: #ef5479;
	position: relative;
}
.textblock-sub-section .textblock-sub-title a:hover {
	color: #ef5479;
}
.textblock-sub-section p {
	font-size: 0.96rem;
}



/* Contact options */
.textblock .contact-list {
	padding-top: 1rem;
}
.textblock .contact-list ul {
	list-style: none;
	margin:0;
	margin-bottom: 1rem;
}
.textblock .contact-list li {
	font-size: 18px;
	padding: 0.3rem 0
}
.textblock .contact-list li a,
.textblock .contact-list li button {
	line-height: 1;
	color: #083582;
	font-weight: 700;
	cursor: pointer;
}
.textblock .contact-list i {
	position: relative;
	top:1px;
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #fd6f00;
	border-radius: 100px;
	color: #fff;
	margin-right: 5px;
}
.textblock .contact-list .underline {
	display: inline-block;
	border-bottom: 2px solid rgba(253, 111, 0, 1);
}
.textblock .contact-list li a:hover .underline {
	display: inline-block;
	border-color: #fd6f00;
}

/* Social */

.contact-social .title {
	display: block;
	line-height: 46px;
	margin:1rem 0 0
}
.contact-social {
	position: relative;
	display: block;
}
.contact-social ul {
	display: inline-block;
	margin:0;
	text-align: left;
}
.contact-social ul li {
	padding:0;
	display: inline-block;
}
.contact-social ul li a {
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 42px;
	text-align: center;
	font-size: 1.4rem;
	padding: 0.2rem 0rem;
	display: inline-block;
	color: #fff;
	background: #083582;
	border-radius: 100px;
	margin-right: 5px;

}
.contact-social ul li a:hover {
	background: #083582;
}
.contact-social ul li a i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

/* Social Buttons */
.social-buttons {

	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-top: 0px;
}
.social-buttons .social-title {
	font-size: 1rem;
	font-weight: 700;
	margin-right:10px;
}
.social-buttons .button{
	margin: 0px 5px 0 0;
}

.social-buttons .button {
	width: 32px;
	height: 32px;
	border-radius: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.social-buttons .button:before {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.social-buttons .button i {
	font-size: 0.86rem;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}

/* Share Buttons */
.share-buttons {
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding-top: 5px;
}
.share-buttons .share-title {
	font-size: 1rem;
	font-weight: 700;
	margin-right:10px;
}
.share-buttons .button{
	margin: 0px 5px 0 0;
}

.share-buttons .button {
	width: 32px;
	height: 32px;
	border-radius: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.share-buttons .button:before {
	display: none !important;
	visibility: hidden;
	opacity: 0;
}

.share-buttons .button i {
	font-size: 0.86rem;
	position: absolute;
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
}


/* Menu items */

.menubox {
	width: 100%;;
	display: block;
	padding: 0;
	border: 0px solid #eee;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	border-radius: 0;
	background: transparent;
	-webkit-transition: border 0.2s ease-in-out;
	-moz-transition: border 0.2s ease-in-out;
	-ms-transition: border 0.2s ease-in-out;
	transition: border 0.2s ease-in-out;
}
a.menubox:hover {
	border-color: #090a11;
}

.menubox-section {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.menubox .menubox-title {
	position: relative;
	font-size: 18px;
	font-weight: 700 !important;
	text-transform: none;
	line-height: 1;
	margin:0;
	white-space: nowrap;
}
.menubox .menubox-dots {
	flex-grow: 1;
	color: rgba(24, 24, 25, 0.227);
	overflow: hidden;
}
.menubox .menubox-dots:before  {
	position: relative;
	top:-1px;
	content: '....................................................................................................................................................................';
}
a.menubox .menubox-title {
	color: #0d0f17;
}
.menubox-intro {
	padding-left: 15px;
}
.menubox-intro p {
	font-size: 14px;
	font-weight: 400;
}
.menubox .menubox-title .label {
	padding: 6px 10px 5px;
	color: #fff;
	margin: 0 5px;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 500 !important;
	border-radius: 100px;
}
.menubox .menubox-price {
	white-space: nowrap;
	display: block;
	font-size: 18px;
	font-weight: 700 !important;
	margin:0;
	line-height: 1;
	color: #0d0f17;
}

@media (max-width: 767px) {
	.menubox .menubox-title {
		flex-basis: 80%;
		flex-shrink: 0;
		position: relative;
		font-size: 15px;
		white-space: normal;
	}
	.menubox .menubox-dots {
		display: none
	}
	.menubox .menubox-title .label {
		padding: 4px 8px 3px;
		color: #fff;
		margin: 0 5px 0 0px;
		line-height: 1;
		font-size: 8px;
	}
	.menubox .menubox-price {
		font-size: 15px;
	}
	.menubox-intro {
		padding-left:0;
	}
	.menubox-intro p {
		font-size: 12px;
	}
}



/* News */
.newsbox {
	padding: 20px 0 20px;
	border-bottom: 1px solid #eee;
}
.newsbox:last-of-type {
	border:0;
}
.newsbox-section {
	padding: 10px 20px 10px 0;
}
.newsbox-title {
	font-size: 20px;
}
.newsbox-title a {
	font-size: 20px;
	color: #ef5479;
}
.newsbox-title a:hover {
	color: #00493d;
}
.newsbox-date {
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
.newsbox-section p a {
	margin-top: 10px;
	color: #0d0f17;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
}
.newsbox-section p a i {
	color: #ef5479;
	margin-left: 5px;
	-webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.newsbox-section p a:hover i {
	transform: translateX(3px);
}
.newsbox-image img {
	border-radius: 0px;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.newsbox-image a:hover img {
	opacity: 0.8;
}


/* News item */
.newsitem {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #eee;
	padding: 10px 20px 10px 0;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.newsitem:hover {
	/* background: rgba(24, 24, 25, 0.1); */
}
.newsitem .newsitem-title {
	flex-basis: 400px;
	font-size: 16px;
	color: #ef5479;
	margin:0;
}
.newsitem:hover .newsitem-title {
	color: #1939d8;
}
.newsitem .newsitem-date {
	color: rgba(24, 24, 25, 0.6);
	font-size: 14px;
}
.newsitem .newsitem-button {
	font-weight: 700;
	font-size: 16px;
	color: #0d0f17;
}
.newsitem .newsitem-button i {
	color: #ef5479;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}
.newsitem:hover .newsitem-button i {
	transform: translateX(3px);
}</pre></body></html>