/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .C2BoxyElementMain {
	/*background-color: transparent;*/
    position: fixed;
    top: unset;
    bottom: 0px;
    z-index: 99;
    padding: 0 0 0 0px;
    /*
    width: 300px;
    max-width: 300px;
    */
    /* -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 75%);*/
	left: 0;
	right: 0;
	width: 100vw;
	background-color: #be1622;
	max-width: 100vw;
	box-sizing: border-box;
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	}
.C2BoxyElement {
	display: none;
	/*
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	*/
	position: relative;
	background-color: #be1622;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	border:2px solid transparent;
	}
.C2BoxyElement p,
.C2BoxyElement p a {
	color: white;
	}
.C2BoxyElement p{
	margin: 0;
	}
/* --- LABEL --- */
.C2BoxyElement .sp_label,
.C2BoxyElement .sp_label a {
	font-size: 1rem;
	}
.C2BoxyElement.setleft .sp_label{
	padding-left: 5px;
	}
.C2BoxyElement.setright .sp_label{
	display: inline-block;
    width: auto;
    position: relative;
    right: -50px;
    left: unset;
	}
/* --- ICON --- */
.C2BoxyElement span.sp_icon.img {
	z-index: 99;
	display: flex;
	flex-direction: column;
	top: 0;
	}
.C2BoxyElement img.sp_icon_img {
	height: 25px;
	padding: 5px 0;
	}
.C2BoxyElement.setleft .sp_icon{
	position: absolute;
	right: 5px;
	font-size: 1rem;
	}
.C2BoxyElement.setright .sp_icon{
	position: absolute;
	left: 5px;
	font-size: 1rem;
	}
/* --- HOVER --- */
/*
#C2BoxyElement_1.setright:hover,
#C2BoxyElement_2.setright:hover,
#C2BoxyElement_3.setright:hover{
	margin-left: -250px;
	}
#C2BoxyElement_1.setleft:hover,
#C2BoxyElement_2.setleft:hover,
#C2BoxyElement_3.setleft:hover{
	margin-right: -250px;
    margin-left: 250px;
	}
*/
/* --- BOXY MOBILE ELEMENT --- */
.C2BoxyElement_mob{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    box-sizing: border-box;
    padding: 5px;
	}
.C2BoxyElement_mob .sp_label,
.C2BoxyElement_mob .sp_label a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
}
.C2BoxyElement_mob img.sp_icon_img {
	height: 30px;
	}	
/* 
 ooooooooo     .ooo    .ooooo.   
d"""""""8'   .88'     d88'   `8. 
      .8'   d88'      Y88..  .8' 
     .8'   d888P"Ybo.  `88888b.  
    .8'    Y88[   ]88 .8'  ``88b 
   .8'     `Y88   88P `8.   .88P 
  .8'       `88bod8'   `boood8'  
Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	.C2BoxyElementMain {
		position: fixed;
		right: -450px;
    	left: unset;		
		bottom: unset;
    	top: 25vh;
    	width: 500px;
    	max-width: 500px;    	
		-webkit-flex-direction: column;
		flex-direction: column;		
		}
	.C2BoxyElement {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		}
	.C2BoxyElement_mob{
		display: none;
		}
	.C2BoxyElement .sp_label,
	.C2BoxyElement .sp_label a{
		font-size: 2rem;
		}
	.C2BoxyElement img.sp_icon_img{
		/*height: 44px;*/
		height: 80px;
		}
	.C2BoxyElement.setleft .sp_icon,
	.C2BoxyElement.setright .sp_icon{
		font-size: 2rem;
		}
	/* ----------- fixes tams ----------- */
	.C2BoxyElement .sp_label a{
		display: none;
		}	
	.C2BoxyElement{
		height: 80px;
		border: 1px solid white;
		background-color:#333;
		-moz-transform: skew(0deg, 15deg);
		-webkit-transform: skew(0deg, 15deg);
		-o-transform: skew(0deg, 15deg);
		-ms-transform: skew(0deg, 15deg);
		transform: skew(0deg, 15deg);		
		}
	.paragr_C2BoxyElement_ea{
		-moz-transform: skew(0deg, -15deg);
		-webkit-transform: skew(0deg, -15deg);
		-o-transform: skew(0deg, -15deg);
		-ms-transform: skew(0deg, -15deg);
		transform: skew(0deg, -15deg);
    	height: 76px;
    	width: 76px;		
		}
	.C2BoxyElement .tooltiptext {
		visibility: hidden;
		position: absolute;
		width: 240px;
		z-index: 9;
		top: 50px;
		left: -240px;
		-moz-transform: skew(0deg, -15deg);
		-webkit-transform: skew(0deg, -15deg);
		-o-transform: skew(0deg, -15deg);
		-ms-transform: skew(0deg, -15deg);
		transform: skew(0deg, -15deg);
		text-align: right;
		padding-right: 20px;
		}
	.C2BoxyElement .tooltiptext .sp_label{
		background-color: #bb2821;
		color: white;
		}
	.C2BoxyElement .tooltiptext .sp_label{
		right: 0px;
		font-size: 18px;
		font-weight: bold;
		padding: 5px 10px;
		}
	.C2BoxyElement:hover{
		cursor: pointer;
		background-color:#bb2821;
		}
	.C2BoxyElement:hover .tooltiptext{
		visibility: visible;
		}
	#triangle-right{
		position: relative;
		}
	#triangle-right:after,
	#triangle-right:before {
		left: 100%;
		top: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		}
	#triangle-right:after {
		border-left-color: #bb2821;
		border-width: 10px;
		margin-top: -10px;
		}
	#triangle-right:before {
		border-left-color: #bb2821;
		border-width: 13px;
		margin-top: -11px;
		}
}
/*
  .o        .o         .o     .oooo.   
o888      .d88       .d88    d8P'`Y8b  
 888    .d'888     .d'888   888    888 
 888  .d'  888   .d'  888   888    888 
 888  88ooo888oo 88ooo888oo 888    888 
 888       888        888   `88b  d88' 
o888o     o888o      o888o   `Y8bd8P'  
*/
@media (min-width: 1440px) {
	.C2BoxyElementMain {
		top: 40vh;
		}
}
