 @charset "UTF-8"; 



@font-face {
    font-family: 'barthowheelregular';
    src: url('/assets/fonts/barthowheel_regular-webfont.woff2') format('woff2'),
         url('/assets/fonts/barthowheel_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'curse_casualregular';
    src: url('/assets/fonts/curse_casual-webfont.woff2') format('woff2'),
         url('/assets/fonts/curse_casual-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'simple_printregular';
    src: url('/assets/fonts/simple_print-webfont.woff2') format('woff2'),
         url('/assets/fonts/simple_print-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@keyframes wiggle {
  10%  { transform: scale3d(100%);  }
  20%  { transform: scale(100%);  }
  30%  { transform: rotate(4deg);  }
  40%  { transform: rotate(-4deg); }
  50%  { transform: rotate(2deg);  }
  60%  { transform: rotate(-1deg); }
  70% { transform: scale(100%);    }
  80% { transform: scale(100%);    }
  90% { transform: scale(100%);    }
  100% { transform: scale(100%);    }
}
@keyframes wiggle_prod {
  25%  { transform: rotate(-2deg);  }
  50%  { transform: rotate(3deg);  }
}

.wiggle:hover {
  animation: wiggle 1s ease-in-out !important;
  animation-iteration-count: infinite !important;
}
.wiggle-product:hover {
  animation: wiggle_prod 2s ease-in-out !important;
  animation-iteration-count: infinite !important;
}

.wiggle-book {
  animation: wiggle 5s ease-in-out !important;
  animation-iteration-count: infinite !important;
	animation-direction: reverse;
}

.wiggle-logo {
  animation: wiggle 3s ease-in-out !important;
  animation-delay: 2s;
	animation-timing-function: cubic-bezier();
  animation-iteration-count: infinite !important;
}


.wild {
 outline: 1px solid yellow;
}


@media screen and (max-width:768px){ 
	
	
	.img-main {
		background-color: transparent !important;
		width: 100vw !important;
		height: 100vw !important;
	}
	
	.img-trio {
		background-color: cadetblue;
		width: 15vw;
		height: 15vw;
	}
	
	
	.thumb-main {
		height: 80vw !important;
		width: 100vw !important;
		position: relative;
		display: block !important;
		overflow: hidden !important;
	}
	
	.thumb-trio {
		height: 15vw;
		position: relative;
		/* margin: auto; */
		display: block !important;
	
		right: auto;
	}
	
	}
	
	.img-main {
		background-color: cadetblue;
		width: 25vw;
		height: 25vw;
		overflow: hidden;
		justify-content: center;
		align-content: center;
	}
	
	.img-trio {
		background-color: cadetblue;
		width: 15vw;
		height: 15vw;
		align-content: center;
		overflow: hidden !important;
		justify-content: center;
	}
	
	
	.thumb-main {
		height: 25vw;
		position: relative;
		/* margin: auto; */
		display: block !important;
		
		right: auto;
	}
	
	.thumb-trio {
		height: 15vw;
		position: relative;
		/* margin: auto; */
		display: block !important;
	
		right: auto;
	}


	.thumb-bs-trio {
		
		width: 26vw;
		position: relative;
		/* margin: auto; */
		display: block !important;
	
		right: auto;
	}


	.ws-trio {
		background-color: cadetblue;
		width: 15vw;
		height: 15vw;
		align-content: center;
		overflow: hidden !important;
		justify-content: center;
		padding: 0;
	}
	
	.bs-trio {
		background-color: cadetblue;
		
		height: 25vw;
		align-content: center;
		overflow: hidden !important;
		justify-content: center;
		padding: 0;
	}
	.na-5 {
		background-color: cadetblue;
		width: 15vw;
		height: 15vw;
		align-content: center;
		overflow: hidden !important;
		justify-content: center;
		text-align: center;
		padding: 0;
	}
	
	.lightbox {
		position: fixed;
		z-index: 999999;
		height: 0;
		width: 0;
		text-align: center;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
	}
	.lightbox img {
		max-width: 90%;
		max-height: 80%;
		margin-top: 6%;
		opacity: 0;
	}
	.lightbox:target {
		outline: none;
		width: 100%;
		height: 100%;
		opacity: 1 !important;

	}
	.lightbox:target img {
		border: solid 17px #ef00bb !important;
		opacity: 1;
		webkit-transition: opacity 0.6s;
		transition: opacity 0.6s;
	}
	.light-btn {
		color: #f9ff21 !important;
		background-color: #5500a5 !important;
		border: solid 3px #ef00bb;
		padding: 5px 15px;
		border-radius: 1px;
		text-decoration: none;
		cursor: pointer;
		vertical-align: middle;
		position: absolute;
		top: 45%;
		z-index: 99;
	}
	.light-btn:hover {
		background-color: #111;
	}
	.btn-prev {
		left: 7%;
	}
	.btn-next {
		right: 7%;
	}
	.btn-close {
		position: absolute;
		right: 2%;
		top: 2%;
		color: #f9ff21 !important;
		background-color: #5500a5 !important;
		border: solid 5px #ef00bb;
		padding: 10px 15px;
		border-radius: 1px;
		text-decoration: none;
	}
	.btn-close:hover {
		background-color: #740404;
	}
	
	.fl-text-block {
		font-size: 1.5rem !important;
		line-height: 35px;
		padding-top: 25px;
		padding-right: 25px;
	}

/***************************
****************************
HEADER CHARACTERS START
****************************
***************************/

.character {
	align-items: baseline;
	position: absolute;
	bottom: 0;
}

.hide-char {
	display: none;
}

@keyframes hide-char {
   0% {opacity: 1;}
   100% {opacity: 0;} 
} 

.char_8 {
	left: 300px;
}

.char_3 {
	left: 500px;
}

.char_1 {
	left: 1600px;
}

.char_2 {
	left: 1400px;
}



.char_4 {
	left: 1400px;
}

.char_5 {
	left: 1500px;
}


.char_7 {
	left: 1600px;
}



.char_9 {
	left: 700px;
}

.char_10 {
	left: 900px;
}

/***************************
****************************
HEADER CHARACTERS END
****************************
***************************/

.message_box {
	margin: 0px; padding: 0px;
}


.post a:hover {
	color: #5500a5 !important
}

.pink {
	
	background-color: #ef00bb !important;
}

.pink-border {
	border: 2px solid #ef00bb !important;
	border-radius: 10px;
}

.pink-text {
	text-shadow: 0 0 0 !important;
	color: #ef00bb !important;
}
.white-text {
	
	color: #FFF !important;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #7cda24 !important;
	background-position:center;
	background-position-y: 2.04px;
	background-size: cover;
	scroll-behavior:smooth !important;
	
	
}
	@media(max-width: 767px){
  body {
    background-attachment:fixed !important;
	
	  background-repeat: no-repeat;
      background-size: cover;
	  background-origin: border-box;
  }
}
	
	
	.parent {
    position: relative;
    overflow: hidden !important;
    
}

.child {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;

}


.bubble_parent {
	
	z-index: 999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px;
	margin: 0px;
	padding: 0px;
	pointer-events: none;
	
}

.message,.message-1 {
    color: white;
    z-index: -9999;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.bubble1 {
	background-image: url("/assets/image/png/bubbles/Asset1.png");
    height: 28px;
    width: 28px;
}
.bubble2 {
	background-image: url("/assets/image/png/bubbles/Asset2.png");
    height: 28px;
    width: 28px;
}
.bubble3 {
	background-image: url("/assets/image/png/bubbles/Asset3.png");
    height: 33px;
    width: 33px;
}
.bubble4 {
	background-image: url("/assets/image/png/bubbles/Asset4.png");
    height: 46px;
    width: 46px;
}
.bubble5 {
	background-image: url("/assets/image/png/bubbles/Asset5.png");
    height: 92px;
    width: 92px;
}
.bubble6 {
	background-image: url("/assets/image/png/bubbles/Asset6.png");
    height: 72px;
    width: 72px;
}
.bubble7 {
	background-image: url("/assets/image/png/bubbles/Asset7.png");
    height: 33px;
    width: 33px;
}
.bubble8 {
	background-image: url("/assets/image/png/bubbles/Asset8.png");
    height: 129px;
    width: 129px;
}
.bubble9 {
	background-image: url("/assets/image/png/bubbles/Asset9.png");
    height: 75px;
    width: 75px;
}
.bubble10 {
	background-image: url("/assets/image/png/bubbles/Asset10.png");
    height: 43px;
    width: 43px;
}
.bubble11 {
	background-image: url("/assets/image/png/bubbles/Asset11.png");
    height: 73px;
    width: 73px;
}
.bubble12 {
	background-image: url("/assets/image/png/bubbles/Asset12.png");
    height: 18px;
    width: 18px;
}
.bubble13 {
	background-image: url("/assets/image/png/bubbles/Asset13.png");
    height: 117px;
    width: 117px;
}
.bubble14 {
	background-image: url("/assets/image/png/bubbles/Asset14.png");
    height: 234px;
    width: 234px;
}
.bubble15 {
	background-image: url("/assets/image/png/bubbles/Asset15.png");
    height: 35px;
    width: 35px;
}
.bubble16 {
	background-image: url("/assets/image/png/bubbles/Asset16.png");
    height: 169px;
    width: 169px;
}

.home_header {
	text-shadow: 0.5px 0.5px 1px black, 0 0 0.1em black; 
	padding: 75px; 
	font-family: 'barthowheelregular' !important; 
	font-weight: bolder; 
	color: white; 
	font-size: 5.0rem!important;
}
.product_header {
	padding: 75px; 
	
	font-size: 2.0rem!important;
}
	
td {
	vertical-align: middle !important;
}

.barthowheel {
	font-family: 'barthowheelregular' !important; 
}

.simpleprint {
	font-family: 'simple_printregular' !important;
}

h1 {
	font-size: 3.0rem !important;
	text-align: center;
	font-family: 'barthowheelregular' !important; 
	color: darkslateblue !important;
}

h2 {
	font-size: 2.0rem !important;
	font-family: 'barthowheelregular' !important; 
    line-height: 20px;
    margin: auto;

}

h3 {
	font-size: 1.75rem !important;
	
		font-family: "barthowheelregular";
	
}

h4 {
	font-size: 1.25rem !important;	
}

h5 {
	font-size: 1rem !important;	
}

h6 {
	font-size: 0.75rem !important;	
}

h8 {
}

a {
	color: #006A71 !important;
	font-family: "barthowheelregular" !important;
	font-weight: 200 !important;
	line-height: 28px;
	font-size: 1.75rem;
}

a:hover {
	text-decoration: none !important;
	color: #7cda24 !important;
}

.cart a:hover {
	text-decoration: none !important;
	color: #ef00bb !important;
}

.products a:hover {
	color: #ef00bb !important;
}

input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

p {
		font-family: "barthowheelregular";
		font-weight: 200 !important;
		font-size: 1.125rem !important;
		line-height: 20px;
		margin: auto;
	}


.lssrchres {
	width: 100% !important;
}

.page-item.active .page-link {
	background-color: transparent !important;
}


.btn-primary {
		background-color: #006A71 !important;
		border-color: #006A71 !important;
	}


.side {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index:1;
	color: #000;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	

}


.front {
	z-index: 2;
	
}
.back {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	z-index: 0;
	right: 25px;
}

.back h1 {
	margin: 0;
}

 .blog_bg {  -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.margin_5 {
margin-bottom: 5px !important;	
}

.spacer_sm {
	height: 25px;
}
.spacer {
	height: 50px;
}
.spacer-lg {
	height: 100px;
}


.inner_spacer {
	height: 50px  !important;
}

.thumbnail {
	
	transition-duration: 250ms;
	transition-property: all;
	transform-origin: middle;
	cursor:alias;
	width: 125%;
}

.thumbnail:hover {
    width:100% !important;
	margin: auto !important;
 	transform-origin: center;
 	animation: scale 0ms ease-in-out forwards;
	cursor:zoom-in;
	transition-duration: 125ms !important;
	transition-property: all;
}


.page_title {
	text-align: justify;
	font-size: 2rem !important;
}

.inner_blog_card {
	border-radius: 0 !important; 
	padding: 15px;
}

.blog_card {
	border-radius: 0 !important; 
	padding-left: 0px !important; 
	padding-right: 0px !important; 
	padding-bottom: 0px !important; 
	margin-bottom: 15px;
}

.fa-instagram {
}

.fa-facebook {
}

.fa-twitter {
}

.fa-linkedin {
}

.fa-linkedin-in {
}

.fa-youtube {
}

.fa-facebook-messenger {
}

.bg-dark {
}
.parallax::after {
  /* Display and position the pseudo-element */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1px) scale(1.5);
  background-size: 100%;
  z-index: -1;
}

.dropdown-menu {
		background-color: blueviolet;
		z-index: 10000000;
}
.dropdown-item:hover {
		background-color: fuchsia;
}

.navbar-nav {
		text-align: right !important;
		right: 0px !important;
	}

.navbar {
	background-color: #5500a5 !important;
	border-bottom:0.5px solid rgba(3,3,3,0.5);
	height: 100px;
	 -webkit-transition: height 0.3s !important;
 -moz-transition: height 0.3s !important;
	transition-property: all !important;
    transition: height 300ms ease !important;
	position: fixed;
	width: 100vw;
}

.navbar-sm {
	
	height: 100px !important;
	  -webkit-transition: height 0.3s !important;
 -moz-transition: height 0.3s !important;
	transition-property: all !important;
    transition: height 300ms ease !important;
	position: fixed;
	width: 100vw;
}
.navbar a {
	color: #FFFFFF !important;
	
	
}

.navbar a:hover {
	color: #7cda24 !important; 	
	
}
.navbar-light {
	min-height: 86px;
	
	background-color: #5500a5 !important;
}

.navbar-brand {
	max-width: 350px;
	padding: 1rem;
	font-size: 24pt !important;
	color: ghostwhite;
	padding-left: 50px;
}

.navbar-brand img {
	height: 100%;
	width: 100%;
	
	
}
.navbar-mobile {
	display: none !important;
	background-color:darkseagreen;
	width: 100% !important;
	height: 100px;
	margin: 0px;
	top: 0 !important;	
}

.navbar-collapse {
	position: absolute;
	right: 50px;
	top: 5px;
}

.page-footer {
	background-color: #ef00bb;
	position: static;
	bottom: 0;
	width: 100% !important;
	
	color: #f9ff21 !important;
	
}

.page-footer a {
	color: #f9ff21 !important;
}

.page-footer a:hover {
	color: #7cda24 !important;
}

.page-footer i {
	padding: 0 5px;
}
.search-menu {
	padding-left: 0px !important;
}

.searchbar { z-index: 22; position:sticky; top:0px;
	width: 30% !important; height: 95px !important; display: none;  background-color: rgba(127,219,218,0.6)!important; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; 
	}

.searchbar_input {height:25px;}

.search_button {
	height:25px; padding-top: 0px; padding-bottom: 0px;
}

.spacer_10 {height:10px}
.content {
	height: 100%;
	width: auto;
    text-align: center;
	overflow-x: hidden !important;
	overflow-y: hidden!important;
    
}

.wrapper {
    padding: 0px;
	margin: 0px;
	
	
}

.solfind_link {
	text-align: justify; white-space: pre-line;
}


.sol-finder-box {
	background: rgba(127,219,218,0.9)!important;
}

#solselect .firstOption {
  font-style: italic;
}

.star-container {
	font-size: 14px;
}


.star{
    color: #ccc;
    cursor: pointer;
    transition: all 0.2s linear;
}


.star:hover {
	color: yellow;
}
.star-checked{
    color: gold;
}

.home_block_1 {
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.first_home_p {
	font-size: 1.125rem !important; font-weight: bolder !important; text-align: center;
}

.home_slide_overlay {
	background: rgba(255,255,255,0.3);
	width: 100%;
	min-height: calc(50vh - 110px);
	
}
.slide_blurb {
	background: rgba(0, 80, 134, 0.5);
    padding: 10px;
    border-radius: 5px;

	
}
.home_content_bottom p {
	text-align: justify;
}
.home_content_bottom {
	text-align: justify; 
	font-weight: bolder; 
	background-color:#ef00bb;  
	padding: 20px !important;
	
	 padding-left: 25px; padding-right: 25px !important;
	
	
}
.home_content_bottom  h2{
	text-align: center;
	
}

.home_skew_1 {
    background-image: linear-gradient(240deg, #eaee44, #90ec19);
    padding: 4rem;
    transform: rotate(-3deg) skew(-3deg);
}

.home_skew_2 {
   
    background-image: linear-gradient(-120deg, #eaee44, #90ec19);
   padding: 3rem !important;
    transform: rotate(3deg) skew(3deg);
}

.home_skew_5 {
    background-image: linear-gradient(-240deg, #eaee44, #90ec19);
    padding: 3rem;
    transform: rotate(3deg) skew(3deg);
}

.home_skew_4 {
   
    background-image: linear-gradient(120deg, #eaee44, #90ec19);
   padding: 4rem !important;
    transform: rotate(-3deg) skew(-3deg);
}



.slide_content {
	padding: 25px;
	color: #000;
}

.home_slide_1 {

	
}

.home_slide_2 {

}

.home_slide_3 {

}

.r_4_3 {
padding-top: 75%;	
}

.line{
	height: 1px !important;
	background-color: transparent !important;
	margin: 0px;
	padding: 0px;
}

.view_prod_name {
	font-size: 1.4rem !important;
}

.view_prod_desc {
	font-size: 1.0rem !important;
	text-align: justify;
}

.remed_text_1 {
	text-align: justify; 
	background-color: #FFFFFF; 
	padding: 10px;
}

.remed_text_header {
	background-color: transparent; 
	padding: 10px;
	
	text-align: justify; 
}

.name i {
	color: #FFE75E;
}
.blueDiagonal{
   left: -10px;
   height:0;
	width: auto !important;
   border-top: 100px solid #d3e29d;
   border-left: 100vw solid transparent;
}


.greenContent{
  
}

.whiteDiagonal{
   width: auto!important;
   height:0;
   position:absolute;
   bottom:0px;
   border-bottom: 100px solid white;
   border-left: 100vw solid transparent;
}

.whiteContent{
	width: auto!important;
  height:100%;
  background:white;
}

.filterDiv {
	display: none;
}
.show {
	display:block !important;
}


.filter-button {
	background: transparent !important;
	border: transparent !important;
}

.filter-button:hover {
	color: #FFE75E;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  top: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip *
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}


.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;  /* At the top of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* The side navigation menu */
.account_sidebar {
  margin: 0;
  padding: 0;
  width: 250px;
  background-color: #f1f1f1;
  position: fixed;
  height: 100%;
  overflow: auto;
}

.account_sidebar .header {
	height: auto;
	display: block;
	padding: 16px;
}

/* Sidebar links */
.account_sidebar a {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.account_sidebar a.active {
  background-color: #4CAF50;
  color: white;
}

/* Links on mouse-over */
.account_sidebar a:hover:not(.active) {
  background-color: #555;
  color: white;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
div.account_content {
  margin-left: 200px;
  padding: 1px 16px;
  height: 1000px;
}





/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .account_sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

.round_corner {
			border-radius: 10px !important;
		}

.msgBar {
	background-color: #438A5E !important;
	text-align: center;
	color: white;
}
/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .account_sidebar a {
    text-align: center;
    float: none;
  }
}



/*						*/
/* Smartphone Modifiers */
/*						*/

@media screen and (min-width:800px){

	
}
	
		.remed_header {
			font-size: 96px !important;
			
		}	
	
	@media screen and (max-width:800px){
		
		.remed_header {
			font-size: 2.0rem !important;
			padding: 25px !important;
		}	
		
		.remed_content_block {
			font-size: 0.75rem !important;
		}
		
		.home_header {
			font-size: 1.625rem !important;
			padding: 25px !important;
		}	
		
		.home_content_block {
			font-size: 0.75rem !important;
		}
		.home_header {
			font-size: 1.625rem !important;
			padding: 25px !important;
		}	
		
		.home_content_block {
			font-size: 0.75rem !important;
		}
	
	.parent {
    position: relative;
    overflow: hidden !important;
}

.child {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;

}
	
		
		.product_block {
			height: auto !important;
		}
		
		.nav-tabs {
			float: none !important;
		}
		
		.nav-link {
		font-size: 1.375rem !important;
		font-family: "barthowheelregular" !important;
		font-weight: 200 !important;
		line-height: 20px;
		margin: auto;
		
		}
		
		.nav-item {
			width: 100% !important;
			margin: 0;
			display: inline !important;
		}
		.navbar-nav-upper .nav-item {
			width: 40% !important;
			margin: 0;
			display: inline !important;
		}
		
		.product_name_h2 {
			display: inline-block !important;
		}
		
		.show_mobile {
	display: inline-block !important;
}

		
		.top_blog_img {
		}
		
		.most-viewed {
			top: 0 !important;
			width:40% !important;
			margin-left: 0 !important;
			margin-right:  0 !important;
			margin-top:  0 !important;
			font-size: 10px !important;
		}
		.hide_mobile {
			display: none !important;
		}
		.margin_mobile {
			margin: 0px !important;
		}
		.padding_mobile {
			padding: 0 !important;
		}
	
		.t-a-c-m{
			text-align: center !important;
		}
		.p-m-x-15 {
			padding-left: 15px!important;
			padding-right: 15px!important;
		}
		.sol-finder-box {
			width: 100% !important;
			border-radius: 0px !important;
			
		}
		.round_corner {
			border-radius: 0px !important;
		}
		
		 .row {
			margin-left: 0px !important;
			margin-right: 0px !important;
		}
		.testimonials {
			height: 250px !important;
			margin-bottom: auto;
			margin-top: auto;
		}
		
		.text_wrap_test {
			margin-top: auto !important;
			margin-bottom: auto !important;
		}
		
		.map_holder {
			padding-right: 15px !important;
			padding-left: 15px !important;
		}
		
		.map_header {
			text-align: center !important;
			padding-right: 0px !important;
		}
		
	.desktop {
	display: none;
	}
	
	.navbar-green {
		position: relative;
		display: none !important;
	}
	
	.navbar-light {
	min-height: 86px;
	}	
	
	.spacer {
		height: 0px  !important;
	}	 
		
	.spacer_m {
		height: 50px  !important;
	}	

	.blueContent {
		display: none !important;
	}

		.icon {
			padding-bottom: 10px;
		}	
	
	.navbar-brand {
		padding-left: 0px;
		margin-left: 0.75rem;
		padding-top: 0px !important;
		max-width: 175px;
	}
	
	.navbar-mobile {
		display: block  !important;
		
	}
	
	.navbar-collapse {
		position: unset;	
		right: auto;
	}
		
	.navbar-nav-upper {
		text-align: center !important;
		right: auto !important;
		
    display: block !important;
    /*-ms-flex-direction: column;
    /* flex-direction: column;
	*/
	}
	.navbar-nav {
		text-align: center !important;
 
	}
		.navbar {
			height: auto !important;
		}
	
		.navbar-sm {
			height: auto !important;
		}
	
	.dropdown-menu {
		padding-right: 10px !important;
	}

	.dropdown-toggle::after {
    display: none !important;
	}.dropdown-toggle-1::after {
    display: none !important;
	}

/*						*/
/*	 Tablet Modifiers   */
/*						*/

}



	.input_page .row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  margin: 0 -16px;
}

.input_page .col-25 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
}

.input_page .col-50 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
}

.input_page .col-75 {
  -ms-flex: 75%; /* IE10 */
  flex: 75%;
}

.input_page .col-25,
.input_page .col-50,
.input_page .col-75 {
  padding: 0 16px;
}

.input_page .container {
  background-color: #ffffff;
  padding: 5px 20px 15px 20px;
  border: 1px solid lightgrey;
  border-radius: 3px;
}

.input_page input[type=text] {
  width: 100%;
  margin-bottom: 20px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input_page select {
  width: 100%;
  margin-bottom: 20px;
  padding: 14.5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.input_page label {
  margin-bottom: 10px;
  display: block;
}

.input_page .icon-container {
  margin-bottom: 20px;
  padding: 7px 0;
  font-size: 24px;
}

.input_page .btn_checkout {
  background-color: #4CAF50;
  color: white;
  padding: 12px;
  margin: 10px 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
  font-size: 17px;
}

.input_page .btn:hover {
  background-color: #45a049;
	color: white;
}

.input_page span.price {
  float: right;
  color: grey;
}

    .input_page .b-pad {
        padding-top: 25px;
        padding-bottom: 25px;
    }
/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other (and change the direction - make the "cart" column go on top) */
@media (max-width: 800px) {
	
	.home_skew_1 {
    padding: 1rem;
}
	
  .input_page .row {
    flex-direction: column-reverse;
  }
  .input_page .col-25 {
    margin-bottom: 20px;
  }
    
    .input_page .mobil {
            padding-top: 0px !important;
            padding-bottom: 0 !important;
        }
    .input_page .m-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}



@media print {
   
	.page-footer {
		display: none;
	}
	
	.hidden-print {
		display:none;
	}
	
	.invoice_footer {
		bottom: 0;
	}
}
