/* ---------------------------------------------------
    PAGE CSS
    
    DUTCH SEED GROUP
----------------------------------------------------- */


/* ---------------------------------------------------
    TYPO
----------------------------------------------------- */

body {
	background: #FFF;
	background-size: 100%;
	background-position: top center;
	background-attachment: fixed;
    color: #222;
	font-weight: normal;
	overflow-x: hidden;
}

h1, h2, h3, h4 {
	margin-bottom: 0;
}
h1 {
	font-weight: bold;
}
h2 {
	font-weight: 500;
}
h3 {
	font-weight: 500;
}
h4 {
	font-weight: 500;
}
p {
	font-weight: 400;
}

.textLight {
	font-weight: 300;
}
.textHeavy {
	font-weight: 900;
}

b, strong {
	font-weight: 600;
}


/* ---------------------------------------------------
    AREA'S - DIMENSIONS - BORDERS
----------------------------------------------------- */

.fw300 {
	font-weight: 300 !important
}
.fw400 {
	font-weight: 400 !important
}
.fw500 {
	font-weight: 500 !important
}
.fw600 {
	font-weight: 600 !important
}
.large {
	font-size: 2em !important;
}
.largeL {
	font-size: 3em !important;
}
.largeXL {
	font-size: 4em !important;
}
.text_shadow {
    text-shadow: 0 0.5px 0.5px #333;
}
.box_shadow1 {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.box_shadow2 {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.box_shadow3 {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.box_shadow4 {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.box_shadow5 {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.img_shadow {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 15px;
}
.img_shadow2 {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.br-0 {
	border-radius: 0 !important;
}
.br-25 {
	border-radius: .25rem !important;
}
.br-50 {
	border-radius: .5rem !important;
}
.br-75 {
	border-radius: .75rem !important;
}

.br_left {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.br_right {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
.mt110 {
	margin-top: 110px;
}
.mt120 {
	margin-top: 120px;
}
.mt130 {
	margin-top: 130px;
}
.mt140 {
	margin-top: 140px;
}
.mt150 {
	margin-top: 150px;
}


.negMB1 {
	margin-bottom: -1px;
}



/* ---------------------------------------------------
    UL, LI, A
----------------------------------------------------- */

ul, li, a {
	list-style: none;
	margin-bottom: 0;
	outline: none;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

p a {
	color: #333;
}
p a:hover {
	color: #777;
}



/* ---------------------------------------------------
    BUTTONS BASE
----------------------------------------------------- */

button {
	align-items: center;
	border: 0;
	border-radius: .5rem;
	background: #DDD;
	color: #111;
	display: inline-flex;
	font-size: 1em;
	/* height: 44px; */
	justify-content: center;
	outline: none !important;
	padding: 8px 14px 6px 14px;
	white-space: nowrap;
	transition: all 0.3s;
}
button:hover {
	background-color: #BBB;
	color: #111;
}
.btn {
	align-items: center;
	border: 0;
	border-radius: .25rem;
	background: #BBB;
	color: #111;
	display: inline-flex;
	font-size: 17px;
	font-weight: 500;
	height: 44px;
	justify-content: center;
	outline: none !important;
	padding: 10px 20px;
	white-space: nowrap;
	transition: all 0.3s;
}
.btn:hover {
	background-color: #111;
	color: #fff;
}




/* ---------------------------------------------------
    HEADER
----------------------------------------------------- */

header h2 {
	font-size: 4em;
}
header h3 {
	font-size: 3em;
}
header p {
	font-size: 1.5em;
}



/* ---------------------------------------------------
    NAVIGATION (HEADER)
----------------------------------------------------- */

header section.navigation {
	/*background-color: #fff;*/
	box-shadow: 0px 5px 15px -12px rgba(0,0,0,0.7);
}
header section.navigation ul li a {
	color: #ccc;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
	transition: .2s ease-in-out all;
	letter-spacing: 0;
}
header section.navigation ul li a:hover {
	color: #444;
}
header section.navigation ul li a.active {
	color: #222;
}
header section.navigation button.navbar-toggler {
	color: #000;
}
header section.navigation img {
	height: 100px;
	transition: .3s ease-in-out all;
}
header section.navigation button.navbar-toggler:focus{
	outline: none;
}



/* ---------------------------------------------------
    BREADCRUMB (NAV)
----------------------------------------------------- */

#breadcrumbs {
	background: #f5f5f5;
	line-height: 44px;
}
#breadcrumbs ol {
	font-size: 12px;
	font-weight: 600;
	margin: 0;
	padding: 0 15px;
}
#breadcrumbs ol li {
	position: relative;
	display: inline-block;
	list-style: none;
}
#breadcrumbs ol li:not(:first-child)::before {
	content: "/";
	font-size: 15px;
	left: 12.5px;
	position: absolute;
	top: 0;
}
#breadcrumbs ol li:not(:first-child) {
	padding-left: 30px;
}
#breadcrumbs ol li a, #breadcrumbs ol li span {
	color: #111;
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: .0125em;
	text-transform: uppercase;
	transition: .2s ease-in-out all;
}
#breadcrumbs ol li a, #breadcrumbs ol li span:hover {
	color: #999;
}



/* ---------------------------------------------------
    SECTION BLOCKS - ALINEA'S
----------------------------------------------------- */

/* intro alinea */
.intro__wrapper {
	
}


/* intro alinea */
.alinea__wrapper {
	
}


/* search */
#searchForm {
	position: relative;
	padding: 150px 140px;
}
#searchForm.bgMidgrey_fluid::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 100%;
	width: 50vw;
	background: #555;
}


/* swipe */
.swiper-container {
	list-style: none;
	overflow: hidden;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-slide {
	flex-shrink: 0;
	height: auto;
	position: relative;
	transition-property: transform;
	/* width: 100%; */
	width: 370px;
	margin-right: 30px;
}
#swipe1 figure.item {
	border-radius: .5rem;
	overflow: hidden;
	margin-bottom: 0;
	transition: all 300ms ease;
}
#swipe1 figure.item img {
	height: auto;
	width: 100%;
	display: block;
}
#swipe1 figure.item .label {
	background-color: #222;
	border-radius: .5rem;
	color: #FFF;
	font-weight: 600;
	font-size: 1em;
	left: 25px;
	padding: 0px 7px 3px 7px;
	position: absolute;
	/* text-transform: uppercase; */
	top: 25px;
}
#swipe1 figure.item figcaption {
	background-color: #FFF;
	padding: 20px;
}
#swipe1 figure.item figcaption .head {
	color: #111;
	display: block;
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 5px;
}
#swipe1 figure.item figcaption .desc {
	color: #444;
	display: block;
	font-size: 1.15em;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}
#swipe1 figure.item figcaption .detail {
	color: #222;
	display: block;
	font-size: 1em;
	font-weight: 600;
	line-height: 1;
}
#swipe1 #subscribeWrapper {
	margin-top: 0;
}
#swipe1 #subscribeWrapper {
	display: flex;
	flex-direction: column;
	height: 396px;
}
#swipe1 #subscribeWrapper .content {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}
#swipe1 #subscribeWrapper h3 {
	font-size: 2.5em;
}
#swipe1 #subscribeWrapper p {
	font-size: 1.15em;
	letter-spacing: .0125em;
}
#swipe1 #subscribeWrapper .btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	width: 100%;
	padding: 0px 25px 0px 25px;
	height: 55px;
	background-color: #666;
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
}
#swipe1 #subscribeWrapper .btn:hover {
	background-color: #222;
	color: #FFF;
}


/* contentblock with side-background image */
.sideimg__wrapper .image {
	background: url("../../images/page/image3.jpg") center center no-repeat;
	background-size: cover;
}
.sideimg__wrapper .content {
	padding: 150px;
	max-width: 1300px;
}
.sideimg__wrapper .cols {
	column-count: 2;
	column-gap: 50px;
}


/* contentblock with background-fluid */
.usp__wrapper .content {
	padding: 100px 0;
	padding-left: 30px;
	padding-right: 100px;
}
.usp__wrapper .usps {
	background-color: #333;
	padding: 100px 0;
	padding-left: 100px;
	position: relative;
}

.usp__wrapper #cwrap {
	overflow: hidden;
}
.usp__wrapper #cwrap .usps::after {
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	width: 100vw;
	background: #333;
}
.usp__wrapper .usps ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.usp__wrapper .usps ul li {
	color: #FFF;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: .0125em;
	padding-left: 30px;
	position: relative;
}
.usp__wrapper .usps ul li::before {
	border-bottom: 3px solid #CCC;
	border-right: 3px solid #CCC;
	content: "";
	display: inline-block;
	height: 12px;
	left: 6px;
	position: absolute;
	top: 7px;
	transform: rotate(45deg);
	width: 7px;
}


/* contentblock alinea */
.contentblock_alinea .wrapper {
	padding: 0 15px;
}
.contentblock_alinea img {
}
.contentblock_alinea i {
	font-size: 4em;
}
.contentblock_alinea .outer-circle {
	align-items: center;
	background: #f5f5f5;
	border-radius: 50%;
	display: flex;
	height: 400px;
	justify-content: center;
	width: 400px;
}
.contentblock_alinea .inner-circle {
	align-items: center;
	background: #a9aaab;
	border-radius: 50%;
	display: flex;
	height: 300px;
	justify-content: center;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 300px;
}
.contentblock_alinea .inside-content {
	align-items: center;
	background: #FFF;
	border-radius: 50%;
	display: flex;
	height: 200px;
	justify-content: center;
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 200px;
}



/* ---------------------------------------------------
    SECTION BLOCKS - VERTICAL TABS
----------------------------------------------------- */

.vtabs__wrapper {
	
}
.vtabs__wrapper .nav-pills .nav-link {
	background-color: #fff;
	color: #333;
	font-size: 1.25em;
	font-weight: 500;
	height: 60px;
	padding: 0.5rem 1rem 0.5rem 1.5rem;
	text-align: left;
}
.vtabs__wrapper .nav-pills .nav-link.active {
	background-color: #666;
	color: #fff;
}



/* ---------------------------------------------------
    SECTION BLOCKS - COLUMNS
----------------------------------------------------- */

/* testimonials */
#columns_testimonial .item {
	border-radius: .5rem;
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
}
#columns_testimonial .iframe-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}
#columns_testimonial .iframe-wrapper iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#columns_testimonial .item .content {
	text-align: center;
	font-size: 1.35em;
	padding: 20px 0;
}


.column__wrapper {
}

/* cards with zoom */
a.card {
	text-decoration: none;
}
.column__wrapper .card {
	border: none;
	border-radius: .5rem;
	background: #fff;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.column__wrapper .card-body {
	padding: .5rem 2rem 1rem 2rem;
}
.column__wrapper .card h3 {
	font-size: 1.75em;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
}
.column__wrapper .card p {
	color: #666;
	font-size: 1.25em;
	font-weight: 300;
	letter-spacing: .0125em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.column__wrapper .card span.details {
	font-size: 1.5em;
	font-weight: 300;
	letter-spacing: .0125em;
}
.column__wrapper .card hr {
	margin: 1rem 0;
	background-color: #AAA;
	border: 0;
	opacity: .25;
}
.column__wrapper .card img {
	max-height: 320px;
	object-fit: cover;
	width: 100%;
}
.column__wrapper .card > .card-zoom > [class*="card-img"] {
	max-height: 320px;
	object-fit: cover;
	width: 100%;
}
.column__wrapper .card:hover > .card-zoom > [class*="card-img"] {
	-webkit-transform: scale(1.125);
	transform: scale(1.125);
}
.column__wrapper .card > .card-zoom {
	display: flex;
	justify-content: center;
	min-height: 280px;
}
.card-zoom > [class*="card-img"] {
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

/* cards with date */
div.link-text-wrapper {
	height: 25px;
	position: relative;
	width: 100%;
}
a.card:hover span.link-text {
	opacity: 1;
	margin-left: 68%;
}
span.link-text {
	color: #999;
	opacity: .25;
	transition: .3s ease-in-out all;
	white-space: nowrap;
}



/* ---------------------------------------------------
    SECTION BLOCKS - STATS AND COUNTERS
----------------------------------------------------- */

.statswrapper .stat {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.statswrapper .stat strong {
	color: #FFF;
	font-size: 40px;
	line-height: 1;
	margin-right: 15px;
}
.statswrapper .stat span {
	color: #111;
	font-size: 1.35em;
	font-weight: 600;
	line-height: 1;
}
.statswrapper a {
	display: flex;
	transition: all 300ms ease;
}
.statswrapper a:hover {
	background: #BBB;
}



/* ---------------------------------------------------
    SECTION BLOCKS - BUTTONS
----------------------------------------------------- */

.button__wrapper {
}
.button_1 {
	background-color: #CCC;
}
.button_1:hover {
	background-color: #333;
}
.button_2 {
	background-color: #AAA;
}
.button_2:hover {
	background-color: #333;
}
.button_3 {
	background-color: #888;
}
.button_4:hover {
	background-color: #333;
}





/* ---------------------------------------------------
    SECTION BLOCKS - GALLERY
----------------------------------------------------- */

.gallery__wrapper a.lightgallery-item img {
	transition: all 300ms ease;
	max-height: 380px;
	object-fit: cover;
	width: 100%;
}
.gallery__wrapper a.lightgallery-item img:hover {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.gallery__wrapper figcaption {
	color: #333;
	font-size: 1.15em;
	font-weight: 500;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #777 !important;
}
.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}



/* ---------------------------------------------------
    SECTION BLOCKS - BANNER AND SLIDE
----------------------------------------------------- */

.banner__wrapper {
}

.banner__slide__wrapper {
	
}
.banner__slide__wrapper .slide {
	overflow: hidden;
}

.banner__wrapper .col-lg-3:nth-child(1) {
	background-image: url('../../images/banners/banner-mood1.jpg');	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner__wrapper .col-lg-6:nth-child(2) {
	background-image: url('../../images/banners/pavan-banner-1.jpg');	
	background-position: center;
	background-repeat: no-repeat;	
	background-size: cover;
}
.banner__wrapper .col-lg-3:nth-child(3) {
	background-image: url('../../images/banners/banner-mood2.jpg');	
	background-position: center;
	background-repeat: no-repeat;	
	background-size: cover;
}


/* ---------------------------------------------------
    SECTION BLOCKS - OPTIONS
----------------------------------------------------- */

.options__wrapper {
}
.options__wrapper .option_item {
	position: relative;
}
.options__wrapper .option_item i {
	color: #ccc;
	font-size: 5em;
	margin-bottom: 25px;
	transition: .3s ease-in-out all;
}
.options__wrapper a:hover i {
	color: #333;
	margin-top: -25px;
}
.options__wrapper .option_item h3 {
	color: #444;
	font-size: 2em;
	transition: .3s ease-in-out all;
}
.options__wrapper a:hover h3 {
    color: #333;
}
.options__wrapper .option_item span {
	color: #666;
	display: inline-block;
	font-size: 1em;
	transition: .3s ease-in-out all;
}
.options__wrapper a:hover span {
    color: #333;
    display: inline-block;
    margin-bottom: 25px;
}
.options__wrapper .option_item:not(:last-child)::after {
	border-right: 1px solid #ddd;
	content: '';
	height: 100%;
	position: absolute;
	right: -10px;
	top: 0;
}



/* ---------------------------------------------------
    SECTION - REVIEW
----------------------------------------------------- */

.review__wrapper h3 {
	font-size: 1.75em;
}
.review__wrapper i {
	font-size: 2.25em;
}



/* ---------------------------------------------------
    SECTION - CALL TO ACTION (CTA)
----------------------------------------------------- */

.cta__wrapper {
}



/* ---------------------------------------------------
    SECTION - BRAND LOGO'S
----------------------------------------------------- */

.brandlogos__wrapper .brandlogo img {
	height: 50px;
}


/* ---------------------------------------------------
    SECTION - SHORTLINK (PAGE-LINK & DOWNLOAD)
----------------------------------------------------- */

.shortlink__wrapper {
}



/* ---------------------------------------------------
    SECTION - FORM
----------------------------------------------------- */

.form__wrapper {
}





/* ---------------------------------------------------
    CARD COLUMN ZOOM EFFECT
----------------------------------------------------- */

#impressions_section .container {
	max-width: 1700px !important
}


.column-zoom {
	overflow: hidden !important;
	border-radius: inherit;
}
.column-zoom > [class*="column-img"] {
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}
.column:hover > .column-zoom > [class*="column-img"] {
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
}



/* ---------------------------------------------------
    GALLERY
----------------------------------------------------- */


.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
	border-color: #555 !important;
}
.lg-outer .lg-thumb-item {
	border-radius: 0px !important;
	cursor: pointer;
}



/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

footer {
	font-size: 14px;
}
footer .wrapper {
	box-shadow: 0px -5px 20px rgba(17, 25, 65, 0.1);
}
footer .wrapper .social {
	margin-bottom: 20px;
}
footer .wrapper .social a {
	display: inline-block;
	color: #222;
	margin-right: 10px;
	margin-bottom: 15px;
}
footer .wrapper .social a:hover {
	color: #DDD;
}
footer .wrapper .social a i {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 0.12em solid #666;
	font-size: 18px;
	border-radius: 50%;
	transition: all 0.3s;
}
footer .wrapper .social a:hover i {
	border-color: #DDD;
}
footer .wrapper .social a i {
	font-size: 18px;
}
footer .wrapper .intro::after {
	position: absolute;
	right: -16%;
	top: 0;
	content: " ";
	width: 1px;
	height: 100%;
	background: #DDD;
}
footer h3 {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 8px;
}
footer .wrapper .intro a.btn {
	display: flex;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}
footer .wrapper .footer-nav ul li a {
	display: inline-block;
	color: #111;
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 400;
	letter-spacing: .025em;
	padding-left: 20px;
	position: relative;
}
footer .wrapper .footer-nav ul li a:hover {
	color: #999;
}
footer .wrapper .footer-nav ul li a i {
	color: #fff;
	left: 0;
	position: absolute;
	top: 4px;
}
footer .footy-bottom {
	padding: 0 15px;
}
footer .footy-bottom > .container a, footer .footy-bottom > .container-sm a, footer .footy-bottom > .container-md a, footer .footy-bottom > .container-lg a, footer .footy-bottom > .container-xl a {
	color: #fff;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
}
footer .footy-bottom > .container a:hover, footer .footy-bottom > .container-sm a:hover, footer .footy-bottom > .container-md a:hover, footer .footy-bottom > .container-lg a:hover, footer .footy-bottom > .container-xl a:hover {
	color: #aaa;
}






/* ---------------------------------------------------
    COOKIES
----------------------------------------------------- */

.cookie .cookie-warning {
	background-color: #fff !important;
	border-radius: 6px;
	box-shadow: 0 0 13px 0 rgba(0,0,0,0.160784);
	text-align: center;
	transition: .2s ease-in-out all;
	width: 100%;
}
.cookie i {
	color: #aaa;
	transition: .2s ease-in-out all;
}
.cookie i:hover {
	color: #444;
}
.cookie p {
	font-size: .95em;
}
.cookie span.close-cookie i {
	cursor: pointer;
}
.cookie a {
	color: #333;
}
.cookie a:hover {
	color: #999;
	text-decoration: none;
}



/* ---------------------------------------------------
    STICKY
----------------------------------------------------- */

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
}
.sticky-bottom {
	bottom: 0;
	color: #000;
	left: 0;
	position: fixed;
	text-align: center;
	width: 100%;
}
img.collapse-logo {
	height: 80px !important;
	transition: .2s ease-in-out all;
}



/* ---------------------------------------------------
  	HAMBURGER MENU
----------------------------------------------------- */

button.menu {
	background-color: #fff;
	border: none;
	margin-top: .5rem;
}
#hamburger {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	cursor: pointer;
	width: 25px;
	height: 25px;
	margin-left: auto;
}
.bar {
	display: block;
	width: 100%;
	height: 20%;
	margin-top: 20%;
	background: #333;
	transition: 0.25s;
	-webkit-transition: 0.25s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.animate .bar:nth-child(1) {
  transform:translateY(10px) rotate(135deg);
}
.animate .bar:nth-child(2) {
  opacity: 0;
}
.animate .bar:nth-child(3) {
  transform:translateY(-10px) rotate(-135deg);
}







