/* ---------------------------------------------------
    COLORS
----------------------------------------------------- */

.color_dark {
	color: #111 !important;
}

.color_coal {
	color: #222 !important;
}

.color_grey {
	color: #555 !important;
}

.color_lightgrey {
	color: #888 !important;
}

.color_ash {
	color: #f8f9fa !important;
}

.color_white {
	color: #fff !important;
}

.color_green {
	color: #0ebb8a !important;
}

.color_darkblue {
	color: #242a6d !important;
}

.color_blue {
	color: #48bbca !important;
}

.color_turquoise {
	color: #0EBB8A !important;
}

.color_purple {
	color: #3d2b8a !important;
}

.color_red {
	color: #f34e4c !important;
}

.color_orange {
	color: #ff982b !important;
}

.color_yellow {
	color: #ffc210 !important;
}


.bg_color_dark {
	background-color: #111 !important;
}

.bg_color_coal {
	background-color: #444 !important;
}

.bg_color_grey {
	background-color: #555 !important;
}

.bg_color_lightgrey {
	background-color: #888 !important;
}

.bg_color_ash {
	background-color: #f8f9fa !important;
}

.bg_color_white {
	background-color: #fff !important;
}

.bg_color_green {
	background-color: #23a641 !important;
}

.bg_color_blue {
	background-color: #48bbca !important;
}

.bg_color_purple {
	background-color: #3d2b8a !important;
}

.bg_color_red {
	background-color: #f34e4c !important;
}

.bg_color_orange {
	background-color: #ff982b !important;
}

.bg_color_yellow {
	background-color: #ffc210 !important;
}


.box_shadow_bottom {
	box-shadow: 0px 1px 5px 1px #444;
	-moz-box-shadow: 0px 1px 5px 1px #444;
	-webkit-box-shadow: 0px 5px 3px .5px #222;
}

.text_shadow {
	text-shadow: 0 0.5px 0.5px #333;
}

.text_shadow2 {
	text-shadow: 0.5px 0.5px 2.5px #555;
}



/* ---------------------------------------------------
    AREA'S AND DIMENSIONS
----------------------------------------------------- */

.mw-75 {
	max-width: 75% !important;
}

.mw-50 {
	max-width: 50% !important;
}

.mw-25 {
	max-width: 25% !important;
}

.br-25 {
	border-radius: .25rem !important;
}

.br-50 {
	border-radius: .50rem !important;
}



/* ---------------------------------------------------
    BODY
----------------------------------------------------- */

body {
	margin-top: 12.75vh;
}



/* ---------------------------------------------------
    FIXED TOP
----------------------------------------------------- */

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 11;
}



/* ---------------------------------------------------
    LOGOBAR
----------------------------------------------------- */

section.logobar {
	background-color: #fff;
}

section.logobar .form-control {
	color: #333;
	border: .1rem solid #ddd;
	font-size: .9em;
	min-width: 300px;
	padding-left: 35px;
}

section.logobar .form-control::placeholder {
	color: #999;
	opacity: 1;
}

section.logobar i.fa-search {
	color: #777;
	position: absolute;
	left: 27px;
	top: 11px;
}

section.logobar .form-control:focus {
	background-color: #fff;
	border-color: #26c1e3;
	box-shadow: 0 0 0 .2rem rgba(38, 193, 227, .25);
	color: #222;
	font-weight: 400;
	outline: 0;
}

section.logobar img {
	height: 50px;
	transition: all 0.3s;
}

section.logobar img.logo {
	height: 60px;
	transition: all 0.3s;
}

section.logobar ul li a {
	color: #242a6d;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .0125em;
}

section.logobar ul li a:hover {
	color: #ff982b;
}

section.logobar ul li.change-font-size-icons i {
	color: #242a6d;
	line-height: normal;
}

section.logobar ul li.change-font-size-icons i:not(.fa-text-size) {
	cursor: pointer;
}

section.logobar ul li.change-font-size-icons i:not(.fa-text-size):hover {
	color: #ff982b;
}

/* ---------------------------------------------------
    NAVIGATION
----------------------------------------------------- */

section.navigation ul li a.nav-link {
	background-color: #0ebb8a !important;
	color: #fff;
	font-size: 1.15em;
	font-weight: 600;
	letter-spacing: .0125em;
	/* text-shadow: 0 0.5px 0.5px #333; */
	transition: .2s ease-in-out all;
	white-space: nowrap;
}

section.navigation ul li a.nav-link:hover {
	color: #101010;
	text-shadow: none !important;
}

section.navigation ul li a.nav-link.active {
	color: #101010;
	text-shadow: none !important;
}

section.navigation {
	background-color: #0ebb8a !important;
}

section.navigation .dropdown-menu {
	background-color: #3d2b8a;
	border: none;
	border-radius: 0;
	margin-top: 0px;
	padding-top: 0rem;
	padding-bottom: 0rem;
}

section.navigation ul li .dropdown-menu a.nav-link {
	background-color: #0ebb8a !important;
	color: #fff !important;
	font-size: 1em !important;
	font-weight: 600 !important;
	letter-spacing: .0125em;
	text-shadow: 0 0.5px 0.5px #333;
	transition: .2s ease-in-out all;
	white-space: nowrap;
}

section.navigation ul li .dropdown-menu a.nav-link:hover,
section.navigation ul li .dropdown-menu a.nav-link:focus {
	background: #eee !important;
	color: #111 !important;
}

#navigation .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .155em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}



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

header section.media h2 {
	font-size: 5.75em;
	font-weight: 900;
	letter-spacing: -.0125em;
}

header section.media.flat h2 {
	font-size: 4.75em;
}



/* ---------------------------------------------------
   ALINEA'S
----------------------------------------------------- */


.alinea h1 {
	font-size: calc(2em + .25vw);
	font-weight: 600;
	line-height: 1em;
}

.alinea h2 {
	color: #0ebb8a;
	font-size: calc(1.5em + .1vw);
	font-weight: 500;
	line-height: 1em;
}

.alinea h3 {
	font-size: calc(1.25em + .15vw);
	font-weight: 600;
	line-height: 1em;
	letter-spacing: .0075em;
}

.alinea p {
	letter-spacing: .0065em;
	line-height: 28px;
	font-size: 17px;
}

.alinea p a {
	color: #48bbca;
	text-decoration: underline;
}

.alinea p a:hover {
	color: #a732a0;
}

.columns .alinea h2 {
	font-size: calc(1.5em + .25vw);
	font-weight: 600;
}

.columns .alinea ul li {
	font-size: calc(1em + .05vw);
}

.columns .alinea ul li a {}

.columns .alinea ul li a:hover {
	color: #fff;
}

.columns .alinea i.fa-angle-right {
	font-size: .85em;
}

span.alinea_number {
	font-size: 7em;
	font-weight: bold;
}

div.number_circle {
	width: 200px;
	height: 200px;
	background-color: #fff;
	border: 10px solid #ccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.number_square {
	width: 200px;
	height: 200px;
	background-color: #fff;
	border: 10px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.number_circle.yellow {
	border-color: #ffc210
}

div.number_circle.orange {
	border-color: #ff982b
}

div.number_circle.red {
	border-color: #f34e4c
}

div.number_circle.purple {
	border-color: #3d2b8a
}

div.number_circle.blue {
	border-color: #48bbca
}

div.number_circle.green {
	border-color: #23a641
}



/* ---------------------------------------------------
    BUTTONBANNER
----------------------------------------------------- */

.button-banner .button-1 {
	background-color: #f34e4c;
	border-radius: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: .0075em;
	padding: .75rem .75rem;
	transition: .2s ease-in-out all;
	width: 100%;
}

.button-banner .button-1:hover {
	background-color: #ffc210;
}

.button-banner .button-2 {
	background-color: #21c1e6;
	border-radius: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: .0075em;
	padding: .75rem .75rem;
	transition: .2s ease-in-out all;
	width: 100%;
}

.button-banner .button-2:hover {
	background-color: #ffc210;
}

.button-banner .button-3 {
	background-color: #3d2b8a;
	border-radius: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: .0075em;
	padding: .75rem .75rem;
	transition: .2s ease-in-out all;
	width: 100%;
}

.button-banner .button-3:hover {
	background-color: #ffc210;
}

.button-banner .button-4 {
	background-color: #23a641;
	border-radius: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: .0075em;
	padding: .75rem .75rem;
	transition: .2s ease-in-out all;
	width: 100%;
}

.button-banner .button-4:hover {
	background-color: #ffc210;
}



/* ---------------------------------------------------
  	NEWSLETTER
----------------------------------------------------- */

.newsletter h2 {
	font-size: 2em;
	font-weight: 600;
}

.newsletter p {
	font-size: calc(1em + 0.09vw);
	font-weight: 700;
}

.newsletter input {
	border: .1rem solid #888 !important;
	font-size: .9rem;
	font-weight: 500;
	height: calc(1.5em + .85rem + 5px);
	letter-spacing: -.0125em;
}

.newsletter input.form-control::placeholder {
	color: #777;
	font-size: 1.1em;
	font-weight: 400;
	letter-spacing: .0125em;
	opacity: 1;
}

.newsletter input:focus {
	border-color: #222 !important;
	box-shadow: none !important;
	color: #333;
	font-size: .9rem;
	font-weight: 500;
	letter-spacing: .0125em;
}

.newsletter button {
	background-color: #3d2b8a;
	border: #3d2b8a 1.5px solid;
	border-radius: .25rem;
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
	height: 100%;
	transition: ease-in-out .2s;
}

.newsletter button:hover {
	background-color: transparent;
	border: 1.5px solid #fff;
	color: #fff;
}



/* ---------------------------------------------------
    COLLECTION
----------------------------------------------------- */

section.collection img.logo {
	height: 50px !important;
}


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

.gallery-item {}

.gallery-item img {
	border-radius: 0 !important;
}

.lg-outer .lg-thumb-item {
	border-radius: 0 !important;
	cursor: default !important;
}

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


/* ---------------------------------------------------
    CONTACT
----------------------------------------------------- */

.alinea_form p {
	font-size: 1.15em;
}

.alinea_form h2 {
	font-size: 1.75em;
	font-weight: 500;
}

.alinea_form label {
	color: #333;
	font-size: 1.05em;
	font-weight: 600;
}

.alinea_form .radio label {
	color: #333;
	font-size: 1.05em;
	font-weight: 400;
}

.alinea_form input {
	color: #333;
	border: .1rem solid #ddd;
	font-size: 1.05em;
	font-weight: 600;
}

.alinea_form textarea {
	color: #333;
	border: .1rem solid #ddd;
	font-size: 1.05em;
	font-weight: 400;
}

.alinea_form .form-control::placeholder {
	color: #111;
}

.alinea_form .dropbox {
	background-color: #fff;
	border: .125rem dashed #b8b1e9;
	min-height: 100px;
	transition: all 0.3s;
}

.alinea_form .dropbox:hover {
	border: .125rem dashed #26c1e3;
	cursor: pointer;
}

.alinea_form .dropbox span {
	color: #7f8691;
	font-size: .9rem;
}

.alinea_form button {
	background-color: #3d2b8a;
	border: #3d2b8a 1.5px solid;
	border-radius: .5rem;
	color: #fff;
	font-size: 1.25em;
	font-weight: 600;
	height: 100%;
	transition: ease-in-out .2s;
}

.alinea_form button:hover {
	background-color: #24918F;
	border: #24918F 1.5px solid;
	color: #fff;
}

.alinea_form input.form-control:focus {
	background-color: #fff;
	border-color: #594796;
	box-shadow: 0 0 0 .2rem rgba(79, 31, 127, .25);
	color: #222;
	font-weight: 400;
	outline: 0;
}

.alinea_form input.form-control:focus {
	background-color: #fff;
	border-color: #26c1e3;
	box-shadow: 0 0 0 .2rem rgba(38, 193, 227, .25);
	color: #222;
	font-weight: 400;
	outline: 0;
}

.map-overlay {
	background-color: white;
	border: 1px solid #999;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 7px 12px;
	white-space: nowrap;
}



/* ---------------------------------------------------
    ALINEA NAVBLOCK
----------------------------------------------------- */

.navblock ul {
	list-style: none;
	padding: 0;
}

.navblock ul li {
	padding-bottom: .25rem;
	padding-top: .25rem;
}

.navblock ul li a {
	color: #444;
	font-size: 1em;
	font-weight: 300;
}

.navblock ul li a:hover {
	color: #48bbca;
}

.navblock ul li a.active {
	color: #48bbca;
	font-weight: 400;
}

.navblock ul li i {
	color: #444;
	font-size: 1em;
}

.navblock ul li.spacer hr {
	margin-bottom: .25rem;
	margin-top: .25rem;
}

/* .alinea.navblock ul li.active {
	color: #e84a47;
}

.alinea.navblock ul li a.active {
	color: #e84a47;
}

.alinea.navblock ul li:hover {
	color: #e84a47;
}

.alinea.navblock ul li a:hover {
	color: #e84a47;
} */



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

footer section.footy-main {
	background-color: #f4f4f4;
}

footer section.footy-main>.container {
	/* background-image: url("../images/logos/ikec-hoorn-logo-footer.png"); */
	background-image: url("../images/logos/ikec-hoorn-logo.png");
	background-position: bottom 20px right 60px;
	background-repeat: no-repeat;
	background-size: 300px;
}

footer section.footy-main h2 {
	font-size: 1.5em;
	font-weight: 700;
}

footer section.footy-main p {
	color: #444;
	font-size: 0.95em;
	font-weight: 400;
	letter-spacing: .0125em;
}

footer section.footy-main li a {
	color: #555;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	letter-spacing: .0125em;
	transition: ease-in-out .2s;
}

footer section.footy-main li a:hover {
	color: #36d5f2;
}

footer section.footy-main i {
	width: 1.5rem;
}

footer section.footy-bottom {
	background-color: #24918F;
}

footer section.footy-bottom li a {
	color: #fff;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-size: 0.85rem;
	font-weight: 400 !important;
	letter-spacing: .0125em;
	transition: ease-in-out .2s;
}

footer section.footy-bottom li a:hover {
	color: #111;
}