/* ---------------------------------------------------
	THEME CSS
	
	CAMPING KRÃLOVEC
----------------------------------------------------- */


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

#body_page main {
	margin-top: 160px;
}



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

body {
	font-family: 'Eina 01', Arial, sans-serif;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 0;
	line-height: 1;
}

h1 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}

h2 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: 0;
}

h3 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -.0125em;
	line-height: 1;
}

h4 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 600;
}

p {
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0;
}

.textLight {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 300;
}

.textHeavy {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 900;
}

b,
strong {
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 600;
}

.small,
small {
	font-size: 80%;
	font-weight: 400;
}

.wsNowrap {
	white-space: nowrap;
}


.semilarge {
	font-size: 1.75em !important;
	line-height: 32px;
}


.handwritten {
	font-family: 'Shopping Script Demo', Arial, sans-serif;
	font-size: 5rem;
	line-height: 1;
	display: block;
}



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

.textDark {
	color: #111 !important;
}

.textGrey {
	color: #333 !important;
}

.textMidgrey {
	color: #666 !important;
}

.textLightgrey {
	color: #999 !important;
}

.textAsh {
	color: #ededed !important;
}

.textWhite {
	color: #fff !important;
}


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

.bgGrey {
	background-color: #333 !important;
}

.bgMidgrey {
	background-color: #666 !important;
}

.bgLightgrey {
	background-color: #999 !important;
}

.bgLightergrey {
	background-color: #dddddd !important;
}

.bgAsh {
	background-color: #e8e9ea !important;
}

.bgDust {
	background-color: #e9e9e9 !important;
}

.bgFeather {
	background-color: #f5f5f5 !important;
}

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


/* ---------------------------------------------------
	COLORS COMPANY ID
----------------------------------------------------- */

.textBrown {
	color: #2D1E1B !important;
}

.textOrange {
	color: #FFA200 !important;
}


.bgSoftGrey {
	background-color: #f2f2f2 !important;
}

.bgYellow {
	background-color: #fed13a !important;
}

.bgBlue {
	background-color: #27c2e2 !important;
}

.bgRed {
	background-color: #e8175a !important;
}

.bgBrown {
	background-color: #2D1E1B !important;
}


.navshadow {
	box-shadow: 0px 5px 15px -12px rgba(0, 0, 0, 0.7);
}

.bgFeatherGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #efefef 10%, #f5f5f5 20%, #f8f8f8 40%, #f8f8f8 60%, #f5f5f5 80%, #efefef 90%) repeat scroll 0 0;
}

.bgOrangeGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #FFA200 10%, #F9A717 20%, #F7AD2E 40%, #F7AD2E 60%, #F9A717 80%, #FFA200 90%) repeat scroll 0 0;
}

.bgSandGrad {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #DDD3B6 10%, #E8DFC5 20%, #F6F0DC 40%, #F6F0DC 60%, #E8DFC5 80%, #DDD3B6 90%) repeat scroll 0 0;
}



/* ---------------------------------------------------
	TEXT LINKS
----------------------------------------------------- */

p a {
	color: #05cfe1;
	text-decoration: underline;
}

p a:hover {
	color: #111;
}


.intro__wrapper p a {
	color: #e8175a;
	text-decoration: underline;
}

.intro__wrapper p a:hover {
	color: #27c2e2;
}


.alinea__wrapper p a {
	color: #14CAD5;
	text-decoration: underline;
}

.alinea__wrapper p a:hover {
	color: #222;
}



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

button {
	cursor: pointer;
	font-family: 'Eina 01', Arial, sans-serif;
}


.btn-media {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
	font-size: 1.35em;
	font-weight: 600;
	letter-spacing: 0em;
}

.btn-media:hover {
	background-color: #004d50;
	border: 1.5px solid #004d50;
	color: #fff;
}


.btn1 {
	background-color: #111;
	border: 1.5px solid #111;
	border-radius: 50px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}

.btn1:hover {
	background: transparent;
	border: 1.5px solid #fff;
	color: #111;
}

.btn2 {
	background: #fff;
	border: 2px solid #14CAD5;
	border-radius: 50px;
	color: #111;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 600;
	padding: 5px 18px 9px 18px;
	transition: .2s ease-in-out all;
}

.btn2:hover {
	background-color: #14CAD5;
	border: 2px solid #14CAD5;
	color: #fff;
}

.btn3 {
	background-color: transparent;
	border: 1.5px solid #ff7e00;
	border-radius: 50px;
	color: #222;
	font-size: 19px;
	font-weight: bold;
	padding: 10px 20px 12px 20px;
	transition: .2s ease-in-out all;
}

.btn3:hover {
	background: #ff7e00;
	border: 1.5px solid #ff7e00;
	color: #fff;
}

.btn4 {
	background-color: #999;
	border: 1.5px solid #999;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn4:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn5 {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn5:hover {
	background-color: #999;
	border: 1.5px solid #999;
	color: #fff;
}


.btn-cta {
	background: #fff;
	border: 2px solid #FFA200;
	border-radius: 50px;
	color: #111;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 600;
	padding: 6px 18px 10px 18px;
	transition: .2s ease-in-out all;
}

.btn-cta:hover {
	background-color: #8F8771;
	border: 2px solid #8F8771;
	color: #FFF;
}


.btn-footertop {
	background-color: transparent;
	border-radius: 50%;
	border: 1.5px solid #8F8771;
	color: #fff;
	font-size: 1.5em;
	height: 50px;
	width: 50px;
}

.btn-footertop:hover {
	background-color: #8F8771;
	border: 1.5px solid #8F8771;
	color: #1D1311;
}


.btn_outline {
	background-color: #fff;
	border: 1.5px solid #222;
	color: #222;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.btn_outline:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn_social {
	background-color: transparent;
	border: 1.5px solid #06d2df;
	border-radius: .5rem;
	color: #111;
	font-size: 2.25em;
	font-weight: 700;
	height: 70px;
	letter-spacing: 0em;
	width: 70px;
}

.btn_social:hover {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
}



.btn-category {
	background-color: #fff;
	border: 1.5px solid #ddd;
	border-radius: .5rem;
	color: #222;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: .0125em;
	padding: 8px 18px 8px 18px;
}

.btn-category:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.btn-category.active {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}



/* ---------------------------------------------------
	ITEM CATEGORY
----------------------------------------------------- */

a .item_wrapper h3 {
	color: #111;
	font-size: 1.75em;
	font-weight: 700;
	letter-spacing: 0;
}

.item_wrapper {
	border: 2px solid #eee;
	border-radius: .75rem;
	cursor: pointer;
	padding: 2rem;
	transition: all 0.2s ease-out;
}

.item_wrapper:hover {
	box-shadow: 0 0 7px 0 rgba(185, 185, 185, 0.2);
}




/* ---------------------------------------------------
	FORM ELEMENTS
----------------------------------------------------- */

input {
	background-color: #fff !important;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
	color: #333 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400 !important;
	font-size: 17px !important;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .025em;
	padding: .75rem .75rem .55rem .75rem !important;
	white-space: nowrap;
	text-align: left;
}

input:focus {
	border-color: #f7ae48 !important;
	box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .25) !important;
}

.form-control::placeholder {
	color: #CCC;
	opacity: 1;
}

/* opt-in */
.optin {
	padding: 0px 14px;
}

.optin span.optin_indication {
	font-family: 'Eina 01', helvetica, arial, sans-serif;
}



/* ---------------------------------------------------
	TOPBAR
----------------------------------------------------- */

.topbar ul {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.topbar ul li {
	border-right: 1px solid #ddd;
	padding-left: 15px;
	padding-right: 15px;
}

.topbar ul li:last-child {
	border-right: none;
}

.topbar ul li a {
	color: #777;
	transition: .2s ease-in-out all;
	font-weight: 400;
}

.topbar ul li a:hover {
	color: #222;
}

.topbar ul li a.active {
	color: #FFA200;
}

.topbar .appointment {
	color: #14CAD5;
	font-weight: 600;
	text-decoration: underline;
	text-transform: uppercase;
}

.topbar .appointment:hover {
	color: #FFA200;
}


.language--flag {
	width: 20px;
	height: 20px;
	display: block;
	object-fit: cover;
}

.language--link {
	padding: 0 !important;
	display: flex;
	align-items: center;
}




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

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

.bar {
	background: #332560;
}

header section.navigation ul.topnav li a {
	color: #989ca0;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	transition: .2s ease-in-out all;
	letter-spacing: .025em;
	line-height: 1em;
}

header section.navigation ul.topnav li a.mobile_icon {
	color: #7a0429;
	font-size: 2em;
}

header section.navigation ul.topnav li a.order {
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.25em;
	font-weight: 700;
	transition: .2s ease-in-out all;
	letter-spacing: .025em;
	border: 1.5px solid #111;
	border-radius: .5rem;
	background: #111;
}

header section.navigation ul.topnav li a.order:hover {
	background: #ddd;
	border: 1.5px solid #ddd;
	color: #222;
}


header section.navigation ul.topnav li a:hover {
	color: #27c2e2;
	text-shadow: none;
}

header section.navigation ul.topnav li a.active {
	color: #27c2e2;
}


.nav-link {
	padding: .4rem 1rem;
}

section.navigation ul li a {
	color: #2D1E1B;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.5rem;
	font-weight: 600;
	transition: .2s ease-in-out all;
	letter-spacing: -.0125rem;
	padding-bottom: .5rem;
}

section.navigation ul li a:hover {
	color: #FFA200;
	text-shadow: none;
}

section.navigation ul li a.active {
	color: #FFA200;
	/* text-shadow: 0 0.5px 3.5px #999; */
}

section.navigation button.navbar-toggler {
	color: #000;
}

section.navigation img.logo {
	height: 60px;
}


#body_home header section.navigation img {
	height: 100px;
}

#body_page header section.navigation img {
	height: 100px;
}


button.menu {
	background-color: #fff;
	border: none;
	margin-top: 0;
}



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

.sub__navigation {
	background-color: #8F877185;
	padding: 0;
	margin-bottom: .5rem;
}

.sub__navigation--scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 1199.98px) {
	.sub__navigation--scroll {
		padding-left: 1rem;
		/* optioneel, voor mooie uitlijning aan begin */
	}

	.sub__navigation ul.sub__navigation--wrapper {
		display: inline-flex;
		justify-content: flex-start;
		min-width: max-content;
	}
}

.sub__navigation ul.sub__navigation--wrapper {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.sub__navigation ul.sub__navigation--wrapper li {
	margin: 0 1rem;
	padding: .25rem .25rem .4rem .25rem;
}

.sub__navigation ul.sub__navigation--wrapper li a.submenu--item {
	color: #FFF;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 600;
	transition: .2s ease-in-out all;
	letter-spacing: 0rem;
}

.sub__navigation ul.sub__navigation--wrapper li a.active {
	color: #2D1E1B;
}

.sub__navigation ul.sub__navigation--wrapper li a:hover {
	color: #2D1E1B;
}



/* ---------------------------------------------------
	SIDEBAR
----------------------------------------------------- */

ul.sidebar {
	background-color: #fff;
	border-radius: .5rem;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding-left: 0;
}

ul.sidebar li {
	border-bottom: 1px solid #eee;
}

ul.sidebar li:last-child {
	border-bottom: none;
}

ul.sidebar li a {
	background-color: #fff;
	color: #333;
	display: block;
	padding: 15px 20px;
	width: 100%;
}

ul.sidebar li a:hover {
	background-color: #ddd;
	color: #111;
}

ul.sidebar li a.active {
	background-color: #ff7e00;
	color: #fff;
	font-weight: 600;
}




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

.media .media_bg {
	background-image: url("../../images/header/image.extension");
	background-position: top 0px center;
	background-repeat: no-repeat;
	height: 850px;
}

.media h2 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 7rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.media h3 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.5;
}

section.media .img-gradient::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.0)40%);
}



/* ---------------------------------------------------
	MAIN
----------------------------------------------------- */

.identifier {
	margin-top: -150px;
}

.identifier h3 {
	font-size: 2em;
	font-weight: 300;
	letter-spacing: .0125em;
}

.table__wrapper {
	border-radius: 6rem;
	background-color: #F6F0DC;
	padding: 3rem;
}

.table__wrapper--inner {
	border-radius: 3.5rem;
	background-color: #FFF;
	padding: 3rem;
}

.table {
	border-color: #EEE;
	color: #412314 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
}

table thead tr th {
	background-color: #FFF !important;
}

table tbody td.td--header {
	background-color: #EEE !important;
}

table span.pricelist--details {
	display: flex;
	font-size: 1rem;
	line-height: 1.45rem;
}

.intro__wrapper p {
	font-size: 1.2rem;
}

.column__wrapper .card-body {
	bottom: 0;
	width: 100%;
}

.column__wrapper .card>.card-zoom>[class*="card-img"] {
	max-height: 400px;
}

.column__wrapper .card>.card-zoom>[class*="card-img-gallery"] {
	max-height: 380px;
}

.column__wrapper .card>.card-zoom>[class*="card-img-group"] {
	max-height: 280px;
}

.column__wrapper h2 {
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -.025em;
}

.column__wrapper .card h3.large {
	font-size: 2.25em;
}

.column__wrapper .card h3 {
	font-size: 1.75em;
	line-height: 1.5em;
	text-align: center;
}


.column__wrapper.cases h3 {
	font-size: 1.75em;
	font-weight: 600;
	line-height: 1.5em;
}


/* column highlights */
.highlight_wrapper {
	overflow: hidden;
}

.highlight_wrapper .content-body {
	padding: 2rem 2.5rem 2.25rem 2.5rem;
}

.highlight_wrapper .content-body h3 {
	font-size: 2.25rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

.highlight_wrapper .content-body p {
	font-size: 1.15rem;
}

.highlight_wrapper .content-body a {
	background: #fff;
	border: 2px solid #FFA200;
	border-radius: 50px;
	color: #111;
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 1.35rem;
	font-weight: 600;
	padding: 6px 18px 10px 18px;
	transition: .2s ease-in-out all;
}

.highlight_wrapper .content-body a:hover {
	background: #14CAD5;
	border: 2px solid #14CAD5;
	border-radius: 50px;
	color: #fff;
}


.experts_wrapper .img_wrapper img {
	align-items: center;
	border-radius: 50%;
	border: none;
	display: inline-flex;
	font-size: 6em;
	object-fit: cover;
	overflow: hidden;
	padding: 0rem;
	height: 350px;
	width: 350px;
	justify-content: center;
}

.experts_wrapper p {
	font-size: 1.1em;
}

.experts_wrapper a.contact {
	align-items: center;
	border: 1.5px solid #d8dcdf;
	border-radius: 50%;
	color: #05cfe1;
	display: inline-flex;
	font-size: 28px;
	font-weight: 400;
	height: 50px;
	justify-content: center;
	text-decoration: none;
	transition: .2s ease-in-out all;
	width: 50px;
}

.experts_wrapper a.contact:hover {
	background-color: #05cfe1;
	border-color: #05cfe1;
	color: #fff;
}

.experts_wrapper .img_wrapper a img {
	transition: .2s ease-in-out all;
}

.experts_wrapper .img_wrapper a img:hover {
	transform: scale(105%);
}




.recipe_wrapper .img_wrapper img {
	align-items: center;
	border-radius: 50%;
	border: none;
	display: inline-flex;
	font-size: 6em;
	padding: 0rem;
	height: 300px;
	width: 300px;
	justify-content: center;
}

.recipe_wrapper h3 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -.0125em;
	line-height: 27px;
}

.recipe_wrapper p {
	font-size: 1.1em;
}

.recipe_wrapper a {
	align-items: center;
	border: 1.5px solid #a9d022;
	border-radius: 50px;
	color: #222;
	display: inline-flex;
	font-size: 19px;
	font-weight: 600;
	height: 50px;
	padding: 10px 20px 12px 20px;
	justify-content: center;
	text-decoration: none;
	transition: .2s ease-in-out all;
}

.recipe_wrapper a:hover {
	background: #a9d022;
	border: 1.5px solid #a9d022;
	border-radius: 50px;
	color: #fff;
}



/* ---------------------------------------------------
	LIST WRAPPER
----------------------------------------------------- */

.list__wrapper .list-block h2 {
	border-bottom: 2px solid #ff7e00;
	border-top: 2px solid #ff7e00;
	font-size: 31px;
	font-weight: 700;
	padding: .95rem 0rem .45rem 0rem;
}

.list__wrapper .list-block ul {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	width: 100%;
}

.list__wrapper .list-block ul li {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 100%;
}

.list__wrapper .list-block li h3 {
	display: inline;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 19px;
	font-weight: 600;
}

.list__wrapper .list-block li span {
	color: #888;
	font-size: .9em;
}

.list__wrapper .list-block li div.list-item-inner-border {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	height: 4px;
}



/* ---------------------------------------------------
	FORM WRAPPER - CONTACT - SIGNUP - BOOKING
----------------------------------------------------- */

.form__wrapper p {
	font-size: 1.2em;
}

.form__wrapper p i.fa-at {
	font-size: .95rem;
}

.form__wrapper a {
	color: #14CAD5;
	text-decoration: underline;
}

.form__wrapper a:hover {
	color: #222;
}




/* ---------------------------------------------------
	ALINEA WRAPPER
----------------------------------------------------- */


.alinea__wrapper h2 {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.alinea__wrapper h3 {
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

.alinea__wrapper p {
	font-size: 1.1em;
	font-weight: 400;
}


.alinea__wrapper ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.alinea__wrapper ul li {
	align-items: center;
	display: flex;
	list-style: none;
}

.alinea__wrapper ul li i {
	font-size: 2em;
	width: 70px;
}

.alinea__wrapper ul li p {
	font-size: 1.25em;
	margin-bottom: 0;
}

.alinea_epilogue {
	border-radius: .5rem;
	overflow: auto;
}

.alinea_epilogue h2 {
	font-family: 'Montserrat LT Std 55 Roman', Arial, sans-serif;
	font-size: 77px;
	font-weight: 900;
	line-height: 73px;
	letter-spacing: -.0125em;
}

.alinea_epilogue p {
	font-size: 23px;
	letter-spacing: -.0125em;
}

.alinea__wrapper div.alinea_epilogue_text {
	padding: 0px 100px;
}

.alinea__wrapper .alinea_epilogue_img {
	object-fit: cover;
	overflow: hidden;
	height: 500px;
}




/* ---------------------------------------------------
	CART WRAPPER
----------------------------------------------------- */

.cart__wrapper {
	margin-bottom: 100px;
}

.cart__wrapper .cart-row .btn-adjust {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.5em;
	height: 50px;
	letter-spacing: 0em;
	width: 50px;
}

.cart__wrapper .cart-row .btn-adjust:hover {
	background-color: #cdcdcd;
	border: 1.5px solid #cdcdcd;
}

.cart__wrapper .cart-row h3 {
	font-size: 1.5em;
	font-weight: 700;
}

.cart__wrapper .cart-row p {
	line-height: 1;
}

.cart__wrapper .cart-row span.cart-item-price {
	font-size: 1.25em;
	font-weight: 600;
}


.form__wrapper.cart h3 {
	font-size: 1.35em;
	font-weight: 700;
}

.form__wrapper.cart p {
	font-size: 1.05em;
}

.form__wrapper.cart hr {
	color: #ddd;
	opacity: .85;
}

.alinea__wrapper p.notification {
	color: #333
}





/* ---------------------------------------------------
	TOP BAR
----------------------------------------------------- */

.topbar__wrapper {
	font-family: 'Eina 01', Arial, sans-serif;
}

.topMessage {
	font-size: 15px;
	font-weight: 400;
	vertical-align: top;
}


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

.banner__wrapper h2 {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 2.25em;
	font-weight: 700;
	line-height: 1.2em;
}

.banner__wrapper p {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.35em;
}

.banner__wrapper h3 {
	line-height: 1.25em;
}



/* ---------------------------------------------------
	CTA
----------------------------------------------------- */

.progress-bar {
	background-color: #06d2df;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	transition: width .6s ease;
	white-space: nowrap;
}

.progress {
	height: 23px;
}



/* ---------------------------------------------------
	CTA
----------------------------------------------------- */

.cta__wrapper h2 {
	font-family: 'Halyard Display', Arial, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.cta__wrapper p {
	font-size: 1rem;
}

.cta__wrapper p.bigger {
	font-size: 1.25rem;
	margin-bottom: .25rem;
}



/* ---------------------------------------------------
	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;
}



/* ---------------------------------------------------
	LOGOS
----------------------------------------------------- */

.alinea__logos img {
	height: 80px;
}



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

footer section.footy-main li {
	color: #fff !important;
	margin-bottom: .5rem;
}

footer section.footy-main li a {
	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	letter-spacing: .0125em;
}

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

footer section.footy-main h4 {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -.0125em;
}

footer .wrapper .footer-logo {
	height: 150px;
}



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

footer h3 {
	border-bottom: 1.5px solid #FFA200;
	font-size: 2em;
	font-weight: 700;
	margin-bottom: 8px;
	padding-bottom: 11px;
}

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

footer section.footy-bottom li a:hover {
	color: #27c2e2 !important;
}

footer section.footy-bottom li i {
	color: #000;
	font-size: 1.5rem;
}

footer .wrapper img.footerlogo {
	height: 150px;
}

footer .wrapper .footer-nav ul li a i {
	color: #8F8771;
	font-size: .95rem;
	left: 0;
	position: absolute;
	top: 6px;
}

footer .wrapper .footer-nav ul li a {
	display: inline-block;
	color: #ffffff;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	letter-spacing: 0;
	padding-left: 20px;
	position: relative;
}

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

footer .wrapper .footer-nav ul li a:hover {
	color: #FFA200;
}


footer {
	background: url("../../images/elements/footer-background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right 50px;
	background-size: 65%;
}



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

.cookie a {
	color: #333;
}

.cookie a:hover {
	color: #999;
	text-decoration: none;
}


/* ---------------------------------------------------
	MODALS
----------------------------------------------------- */

.modal-content {
	border: 2px solid rgba(0, 0, 0, .2);
	border-radius: .5rem;
}

.modal-header {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.modal-body {
	padding: 1.5rem;
}

.modal-footer {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.modal .btn-close {
	outline: 0;
	box-shadow: none !important;
}

.modal .btn-close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

.modal button.btn-close {
	background-color: none;
	color: #aab0b6;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	text-shadow: none;
	transition: .2s ease-in-out all;
}

.modal .btn1 {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.modal .btn1:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.modal .btn2 {
	background-color: #111;
	border: 1.5px solid #111;
	color: #fff;
	font-size: 1.25em;
	font-weight: 700;
	letter-spacing: 0em;
}

.modal .btn2:hover {
	background-color: #ddd;
	border: 1.5px solid #ddd;
	color: #111;
}

.modal-title {
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 1.5em;
	font-weight: 700;
}

.modal span.form_indication {
	color: #111;
	display: block;
	font-family: 'Eina 01', helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: -.0125em;
	margin-bottom: .45rem;
}

.modal form .form-control::placeholder {
	color: #aaa !important;
	opacity: 1;
}

.modal form input {
	background-color: #fff !important;
	border: 1.5px solid #ccc !important;
	border-radius: .25rem !important;
	color: #111 !important;
	font-family: 'Eina 01', Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	height: calc(1.5em + .75rem + 6px);
	letter-spacing: .0125em;
	padding: .75rem .75rem .75rem .75rem !important;
	white-space: nowrap;
}

.modal form input:focus {
	background-color: #fff !important;
	border-color: #222 !important;
	box-shadow: 0 0 0 .2rem rgba(155, 155, 155, .25) !important;
	color: #111 !important;
}