
/* fix button problem at safari */
button, html [type="button"], [type="reset"], [type="submit"] {
		-webkit-appearance: none !important;
}

body {
    background-color: #f7fafc;
	font-family: linotype-vectora, sans-serif;
	font-weight: 300;
	font-style: normal;
    letter-spacing: 1px;
	overflow-x: hidden;
    cursor: default;
    scroll-behavior: smooth;
}

.loader {
	width: 10rem;
	animation-iteration-count:infinite;
    animation-name: load;
	animation-duration: 2s;
	 animation-timing-function: ease-in-out;
}

.breadcrumb {
    cursor: pointer;
}

@keyframes load {
    0% { transform: scale(1) }
    50% { transform: scale(1.25) }
    100% { transform: scale(1) }
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bold {
	font-weight: bold;
}

h1, h2, h3, h4, h5 {
	font-family: linotype-vectora, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.card-login {
	width: 25rem;
	background-color:transparent !important;
}

.offerCircle {
	border-radius: 360px;
	background-color: orange;
	color: white;
	border: 3px solid white;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	position: absolute;
	margin-top:-35px;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 5px;
}

.card {
    background-color:white !important;
	border-radius: 10px !important;
    box-shadow: 0px 0px 10px lightgrey !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.no-shadow {
	box-shadow: none !important;
}

.card:hover {
    transform: scale(1.025);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.primary-color,
.primary-color:hover {
	background-color: red;
}

.section {
		background: rgba(255,255,255,0.95);
    box-shadow: 0px 0px 10px lightgrey;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 0.75rem;
		display: inline-block;
		width: 100%;
}

.section-no-shadow {
    background: rgba(255,255,255,0.95);
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		padding: 0.75rem;
		display: flow-root;
}

.card > .card-action:last-child,
.card > .card-action {
        border-radius: 10px;
}

.section-profile {
	padding-bottom: 0 !important;
	line-height: 0;
	padding-top: 1.2rem;
}

nav a.sidenav-trigger {
	display: block !important;
}
.sidenav li > a > i,
.sidenav li > a > [class^="mdi-"],
.sidenav li > a li > a > [class*="mdi-"],
.sidenav li > a > i.material-icons
{
	color: #036666;
}
.start-container > .material-icons {
	color: #036666;
}
.preview {
	width: 100%;
}

.container {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1500px;
	width:97%;
}

#adminPage > .container {
	margin-top: 0rem;
	margin-bottom: 0rem;
	display: none;
}

.container-hint {
    background-color: rgba(3, 102, 102, .1);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
    padding: 20px 20px 15px 20px !important;
    margin: 10px 10px 20px 10px !important;
    width: calc(100% - 20px) !important;
    border-radius: 2px;
}

nav {
		background-color: #036666;
		box-shadow: 0 12px 20px -10px rgba(3,102,102,.28),0 4px 20px 0 rgba(3,102,102,.12),0 7px 8px -5px rgba(3,102,102,.2) !important;
		position: -webkit-sticky;
        position: sticky;
        top:0px;
        z-index: 998;
}

nav ul a {
	color: white
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
		background-color:#036666;
}

.primary-headline {
 	background-color:#036666;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	padding: 1rem;
	margin: 0;
	padding-top: 1.5rem;
    position: relative;
    z-index: 997;
}

.primary-modal-headline {
 	background-color:#036666;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.14);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.functions-headline {
 	background-color: purple;
	box-shadow: 0 12px 20px -10px rgba(128,0,128,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(128,0,128,.2) !important;
}

.waves-effect.primary-flat .waves-ripple {
	background-color: lightgray;
}


.functions-btn:click {
	color:white;
}

.margin-left-right-1 {
	margin: 0 0.75rem 0 0.75rem;
}
.margin-left-1 {
	margin: 0 0 0 0.75rem;
}
.margin-right-1 {
	margin: 0 0.75rem 0 0;
}

.margin-1 {
	margin: 0.75rem 0.75rem 0.75rem 0.75rem;
}

.check-margin-left-right-1 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}

.margin-left-right--1 {
	margin: 0;
}

.distanceBox {
	margin-top:6rem;
}

.distanceBoxSmall {
	margin-top:3rem;
}

.overflow {
		margin-top: -3rem;
		margin-bottom: 2rem;
		color:white;
		padding:1rem;
}

.overflow-deals {
	position: relative;
	z-index: 2;
	margin-bottom: -2rem;
	top:15px;
}

.overflow-ask {
	margin-top: -3rem;
	margin-bottom: 0rem;
	color:white;
	padding:1rem;
}

.big-headline {
	text-align: center;
}

.dashboard-icon {
	width:100%;
	font-size:2rem;
}

.to-do-button {
	margin-top: 1rem;
}

.login-image-container {
	background-color: #eee;
}

.card-image-top {
	padding-top: 4rem;
	width:60%;
	margin-left: auto;
	margin-right: auto;
}

.card-image-top-profile {
	margin-left: auto;
	margin-right: auto;
}


.cursor-help {
	cursor:help;
}

.inline-fix {
	display: inline-flex;
}

.sidenav-overlay {
	background-color: rgba(0,0,0,0.2);
}

.user-view > a {
	color:white;
}

.sidenav li > a {
	padding: 0 16px;
}

.boxed {
	padding:10px;
	box-shadow: 0 12px 20px -10px rgba(0,0,0,.05),0 4px 20px 0 rgba(0,0,0,.02),0 7px 8px -5px rgba(0,0,0,.02) !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.boxed:hover {
	padding:10px;
	box-shadow: 0 12px 20px -10px rgba(0,0,0,.1),0 4px 20px 0 rgba(0,0,0,.1),0 7px 8px -5px rgba(0,0,0,.2) !important;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.cursor-pointer {
	cursor: pointer !important;
}
.divider-fix {
	margin-top:1rem;
	margin-bottom: 1rem;
}

#checkLoginOutput {
	background-color:red;
	padding:10px;
	color:white;
	font-size:16pt;
	text-align: center;
}

.preload-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	height: 100vh;
	width: 100%;
    z-index: 1000;
    background-color: white;
}

.notification > .row {
	margin:0;
}
.row {
	margin-bottom: 0;
}

.right-notification {
	display: flex;
	justify-content: flex-end;
}

/* DEFAULT */
.fixed-bottom-right {
	position: fixed;
	bottom: 2%;
    right: 1%;
    width: 7rem;
    height: 7rem;
    z-index: 999;
	animation-iteration-count: 1;
    animation-name: chat_animation;
    animation-duration: 1s;
    animation-delay: 5s;
    animation-timing-function: ease-in-out;
    -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;
}

.fixed-bottom-right:hover {
    transform: scale(1.05);
    -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;
}
@keyframes chat_animation {
    0% { transform: rotate(0deg) }
    50% { transform: rotate(-10deg) }
    75% { transform: rotate(10deg) }
    100% { transform: rotate(0deg) }
}

.width-100 {
	width: 100%;
}
.width-50 {
	width: 50%;
}

.left-width-50 {
	width: 50%;
}

.right-width-50 {
	width: 50%;
	position: absolute;
	right:0px;
}

.page-content {
    display: none;
}

.user-view {
	background-image: url(/mediapool/user_view.jpg);
	background-size: 100%;
	box-shadow: 0 12px 20px -10px rgba(100,100,100,.28),0 4px 20px 0 rgba(0,0,0,.12),0 7px 8px -5px rgba(100,100,100,.2) !important;
	padding:0 !important;
	color:white;
	font-size: 20pt;
	text-align: center;
	line-height: 5;
    font-weight: bold;
}
.parallax-container {
	height: 500px;
	margin-top:0;
}
.height-20 {
	height: 20vh;
}
.height-30 {
	height: 30vh;
}
.height-40 {
	height: 40vh;
	overflow: hidden;
}
.height-50 {
	height: 50vh;
	overflow: hidden;
}

.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}
.flex-container-left {
	display: flex;
	align-items: center;
}
.category-flex-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: center;
	height: 100%;
}

.category-flex-container > button {
	margin-bottom: 5vh;
}

.flex-container-center {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.flex-item {
	align-self: center;
}


/* Live-Chat */
.live-chat,
.live-chat-online {
	background-color: white;
	max-width: 350px;
	width: 350px;
    max-height: 450px;
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  display:none;
	z-index:999;
  overflow-y:auto;
  border-radius: 10px;
  height: 500px;
}

.live-chat > .headline,
.live-chat-online > .headline {
    background-color: #036666;;
    line-height: 3rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 12px 20px -10px rgba(3,102,102,.28),0 4px 20px 0 rgba(3,102,102,.12),0 7px 8px -5px rgba(3,102,102,.2) !important;
	color:white;
	overflow:hidden;
	position: sticky;
	top:0;
	z-index: 998;
}

.live-chat-content {
    margin: 0.75rem;
    margin-top: 4rem;
    min-height: 300px;
}

.left-chat-bubble {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    width: 75%;
    background-color: #eee;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.right-chat-bubble {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    width: 75%;
    background-color: #036666;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-left: auto;
}

.input-chat-footer {
	position: sticky;
	bottom: 0;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    background-color: white;
    padding-top:0.75rem;
    display: flex;
    align-items: center;
}

.greeting-text {
	text-align: center;
}

.overflowed {
	height: 300px;
	overflow-y: auto;
}

.pre-line {
	white-space: pre-line;
}

.pointer {
    cursor: pointer;
}

.sent-error {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    background-color:red;
    color:white;
}

.sent-success {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    background-color:green;
    color:white;
}
@media screen and (max-width: 500px) {
	.live-chat,
	.live-chat-online {
    left:0.75rem;
}
}

@media screen and (max-width: 350px) {
	.live-chat,
	.live-chat-online {
    position: fixed;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    max-width: 100%;
    display:none;
}
}

.wood-bg {
    background: url(/mediapool/wood.jpg);
    background-repeat: repeat;
    background-size: 100px auto;
}
.work-bg {
    background: rgba(255,255,255,0.5);
    background-image: url(/mediapool/work.jpg) !important;
    background-repeat: repeat;
    background-size: cover;
    height: 100vh;
}

.opening-times-text {
    font-size: 17pt;
}

.pull-top-5 {
    margin-top: -5.3rem;
}
.pull-top-4 {
    margin-top: -4.3rem;
}
.start-container {
    display: flex;
    position: relative;
    min-height: 12rem;
    background: white;
    box-shadow: 0px 0px 10px lightgrey !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 3;
    transition: 1s;
    animation-iteration-count:infinite;
    animation-name: active;
    animation-duration: 4s;
	border-radius: 10px;
}

@keyframes active {
    0% { transform: scale(1) }
    50% { transform: scale(1.01) }
    100% { transform: scale(1) }
}


.start-container:hover {
	margin-top: -0.5rem;
    transition: all 700ms;
    z-index: 997;
}

.start-container  > i {
    font-size: 30pt;
}

.transparent-bg {
    background-color: rgba(0,0,0,0.3);
}
.transparent-white-bg {
    background-color: rgba(255,255,255,0.3);
}

.margin-3 {
	margin: 2.5rem 5rem 2.5rem 5rem;
}
.margin-breadcrumb {
	margin: 1rem 5rem 1rem 5rem;
}
.margin-pulled-container {
	margin-left: 5rem;
	margin-right: 5rem;
}
.margin-top-3 {
    margin-top: 3rem;
}
.margin-top-5 {
    margin-top: 5rem;
}
.margin-top-8 {
	margin-top: 8rem;
}
.margin-top--5 {
    margin-top: -5rem;
}
.margin-bottom-2 {
    margin-bottom: 2rem;
}
.margin-bottom-1 {
    margin-bottom: 1rem;
}
.margin-bottom-3 {
    margin-bottom: 1rem;
}
.margin-bottom-5 {
    margin-bottom: 5rem;
}
.margin-bottom--6 {
    margin-bottom: -6rem;
}

.second-bg {
    background-color: white;
}

.name_headline {
    font-size: 20pt;
}
.manufacturer_headline {
    font-size: 14pt;
}
.margin-top-05 {
    margin-top: 0.5rem;
}
.margin-top-15 {
    margin-top: 1.5rem;
}
.margin-bottom-05 {
    margin-top: 0.5rem;
}
.margin-top-1 {
    margin-top: 1rem;
}
.margin-bot-1 {
    margin-bottom: 1rem;
}
.margin-top-2 {
    margin-top: 2rem !important;
}
.margin-bot-2 {
    margin-bottom: 2rem !important;
}

.flexed-box {
    display: flex;
}

.flexed-box > * {
    align-self: center;
    text-align: center;
}
.discreet {
    color:green;
    border: 0 none;
    height: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    margin-top:2rem;
    margin-bottom: 2rem;
}

.loginContainer,
.registryContainer,
.guestContainer {
    display:none;
}

#opening-modal {
	border-radius: 10px;
}

.modal {
	max-width: 700px;
	border-radius: 10px;
}


.modal-overlay {
    background: white;
}

.modal {
	overflow-x: hidden;
}

.inactive_support,
.inactive_support:hover {
    height: 100%;
    background-image: url(/mediapool/company/chat_offline.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30pt;
    font-weight: bold;
    color:black;
}
.active_support,
.active_support:hover {
    height: 100%;
    background-image: url(/mediapool/company/chat_online.png);
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30pt;
    font-weight: bold;
    color:black;
}

.page-footer {
    background-color: rgba(0,0,0,0.8);
}

footer {
    margin-bottom: 10rem;
}

.social-icon {
   background-color: white;
   padding:0.25rem;
   margin:0.25rem;
}
.padding-1 {
	padding: 1rem !important;
}

.price {
	font-size: 18pt;
}

.breadcrumb {
    height: 100px;
    text-align:center;
    line-height:50px;
}

.breadcrumb,
.breadcrumb::before,
.breadcrumb::after {
	color:black !important;
}

.list-item {
	box-shadow: 0px 0px 10px lightgrey;
	padding: 1rem !important;
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.option {
    background-color: white;
    box-shadow: 0px 0px 10px lightgrey;
    padding: 0.75rem;
    cursor: pointer;
    min-height: 350px;
    display: flex;
    flex-flow: column;
    justify-content:center;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.option:hover {
	box-shadow: 0 12px 20px -10px rgba(0,0,0,.1),0 4px 20px 0 rgba(0,0,0,.1),0 7px 8px -5px rgba(0,0,0,.2) !important;
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.purchase-progress {
    background-color: white;
    box-shadow: 0 12px 20px -10px rgba(0,0,0,.1),0 4px 20px 0 rgba(0,0,0,.1),0 7px 8px -5px rgba(0,0,0,.2) !important;
    padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	width: 95% !important;
    cursor: pointer;
}

.purchase-progress-active {
    background-color: green;
    color:white;
}
#deliver-section {
	display:none;
}

		.tabs {
			background-color:white;
			margin-top:-3.5rem;
			box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
            overflow: hidden;
            z-index: 998;
		}

        .tabs .tab a{
			background:transparent !important;
			color:#000;
			font-size: 16pt;
			text-transform: none;
        } /*Black color to the text*/

        .tabs .tab a:hover {
			background-color:white !important;
            color:#000;
        } /*Text color on hover*/

        .tabs .tab a.active {
            background:rgba(255,255,255,0.5) !important;
            color:#000;
        } /*Background and text color when a tab is active*/

        .tabs .indicator {
			background-color:#036666;
			height:5px;
		} /*Color of underline*/

.deal-container {
	background-image: url(/mediapool/food.jpg);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #2E241B;
}
.shadowed {
	box-shadow: 0px 0px 10px lightgrey;
}
.primary-text {
	color:	#036666;
}
.sticky-head {
	position: -webkit-sticky;
	position: sticky;
	top:63px;
	margin-top:50px;
	z-index: 997;
}

.price {
	background-image: url(/mediapool/icons/deal_price.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top right;
	color: white;
}
.price-inner {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-right: 10px;
}

.firstPrice {
	font-size: 45pt;
	font-weight: 600;
}
.secondPrice {
	font-size: 25pt;
	margin-top: 9px;
	font-weight: 600;
}

.home-tab {
	margin-bottom: 5rem;
}

.padding-top-75 {
	padding-top: 0.75rem !important;
}
.no-padding {
	padding: 0 !important;
}
.no-margin {
	margin: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}

.section-with-picture {
	height: 50vh;
	background-size: 80% auto;
	background-position-y: 2rem;
	background-position-x: center;
	background-repeat: no-repeat;
    background-color:rgba(3, 102, 102, .1);
    cursor: pointer;
}
.section-with-picture:hover {
	background-size: 85%;
}

.container-fluit {
	border-radius: 10px;
	position: relative;
}

.price-flex {
	display: flex;
	align-items: center;
}
.container {
	position: relative;
	border-radius: 10px;
}

li.indicator {
	width: 50%;
}

.section-bg-1 {
	background-color: rgb(218, 218, 218);
}

.section-bg-2 {
	background-color: rgba(3, 102, 102, .1);
}

.overflow-hidden {
	overflow: hidden;
}

.modal-close {
	position: absolute;
	top:0.5rem;
	right:0.5rem;
}

.border-radius-bottom {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	overflow: hidden;
}

iframe {
	border: 0;
	width: 100%;
	height: 350px;
}
.company-name {
	color: white;
}
.company-slogan {
	color: white;
}

.m-hide {
    display: initial;
}

.inline-container {
	display: inline-block;
}

.deliver-sticky-headline {
	background-color: white;
	box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
	top:4rem;
	height: 3rem;
	padding-top:0.8rem;
	font-weight: bold;
	text-align: center;
	position: sticky;
	position: -webkit-sticky;
	z-index: 98;
}
.collapsible > .active > .collapsible-header {
	background-color: rgba(3, 102, 102, .1);
}

.bordered {
	border-radius: 10px;
}

.container-background {
	background-image: url("");
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	cursor:zoom-in;
	margin-bottom: 2%;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition:    all .5s ease-in-out;
    -o-transition:      all .5s ease-in-out;
    transition:         all .5s ease-in-out;
}

.container-background:hover {
	background-size: 102.5%;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition:    all .5s ease-in-out;
    -o-transition:      all .5s ease-in-out;
    transition:         all .5s ease-in-out;
}

.container-background-overlay-flex {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-direction: column;
	cursor:default;
	border-radius: 0px 10px 10px 0px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	min-height: 300px !important;
	margin: 50px;
}

.container-background-overlay-flex .child {
	margin: 10px;
}

.file-path {
	cursor: default;
}

label.text {
	color: rgba(0,0,0,0.87)
}

.imagebox-wrapper {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 999;
}

.imagebox-panel {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 10vh;
}

.imagebox-panel > .panel-item {
	margin: 30px;
	font-size: 65px;
}

.imagebox-panel > .panel-item:hover {
	cursor: pointer;
}

.imagebox-panel > .panel-item > .material-icons {
	font-size: 3rem;
	color: #9e9e9e;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition:    all .5s ease-in-out;
    -o-transition:      all .5s ease-in-out;
    transition:         all .5s ease-in-out;
}

.imagebox-panel > .panel-item > .material-icons:hover {
	color: #036666;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition:    all .5s ease-in-out;
    -o-transition:      all .5s ease-in-out;
    transition:         all .5s ease-in-out;
}

.imagebox {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px;
	z-index: inherit;
	vertical-align: middle;
	min-height: calc(100vh - 10vh);
}

.imagebox-picture {
	width: 100%;
	max-width: 95vh;
	border-radius: 10px;
	z-index: inherit;
}

.parallax img { width: 100%; }

/*
	Breakpoints
*/

/* XXL Desktop */
@media screen and (min-width: 1201px) {

}

/* Desktop */
@media screen and (max-width: 1200px) {

	.container-background {
		background-size: cover;
	}

	.container-background:hover {
		background-size: cover;
	}

	.container-background-overlay-flex {
		backdrop-filter: blur(2.5px);
		-webkit-backdrop-filter: blur(2.5px);
		border-radius: 10px;
		margin: 25px !important;
		width: auto !important;
	}

	.start-container
	{
		animation: none;
		margin-bottom: 1.5rem;
		padding: 0px !important;
	}

	.col {
		padding: 0;
	}

	.start-container:hover {
		transition: none;
		margin-top: 0;
	}

	.margin-top-5 {
		margin-top:2.5rem;
	}

	.margin-bottom-5 {
		margin-bottom:2.5rem;
	}

	.home-tab {
		margin-bottom: 1rem;
	}

	.l-top-15 {
		margin-top: 1.5rem;
	}

	.cart-section {
		margin-bottom: 2rem;
	}
	.large-100 {
		width: 100%;
    }

}

/* Tablets */
@media screen and (max-width: 992px) {
	.sticky-head {
		margin-top: 40px;
	}
}

/* Mobile */
@media screen and (max-width: 600px) {

 	.parallax-container {
		 height: 300px;
	}

	h1 {
		font-size: 3.2rem;
    }

    .m-hide {
        display: none;
	}

	.sticky-head {
		top:55px;
		margin-top: 45px;
	}

	.social-icon {
		width: 3rem;
	}
}
