/* CLASSES */	
.clear {
	border:			0;
	clear:			both;
	display:		block;
	overflow:		hidden;
	visibility:		hidden;
	width:			0;
	height:			0;			}
.inner {
	padding:		20px;
	clear:			both;		}
.inner a {
	clear:			both;
	color:			var(--coe-red);
	transition:		color .25s ease-in-out;
	-moz-transition:	color .25s ease-in-out;
	-webkit-transition: color .25s ease-in-out;	}
.inner a:hover {
	color:			rgba(255,0,0,0.75);			}

/* Widths */
.all	{width: 100%;	}
.full	{width: calc( 75.000% - 40px);	}
.third	{width: calc( 50.000% - 40px);	}
.quarter{width: calc( 25.000% - 40px);	}
.quart	{width: calc( 25.000% -  0px);	}
.sixth	{width: calc( 16.666% -  0px);	}

@media screen and (max-width: 1900px){	
.full	{width: calc( 75.000% - 40px);	}
.third	{width: calc( 50.000% - 40px);	}
.quarter{width: calc( 33.333% - 40px);	}
.quart	{width: calc( 25.000% -  0px);	}
.sixth	{width: calc( 25.000% -  0px);	}
}
@media screen and (max-width: 1600px){	
.full	{width: calc(100.000% - 40px);	}
.third	{width: calc( 50.000% - 40px);	}
.quarter{width: calc( 33.333% - 40px);	}
.quart	{width: calc( 25.000% -  0px);	}
.sixth	{width: calc( 25.000% -  0px);	}
}
@media screen and (max-width: 1280px){	
.full	{width: calc(100.000% - 40px);	}
.third	{width: 880px;	}
.quarter{width: calc( 50.000% - 40px);	}
.quart	{width: calc( 25.000% -  0px);	}
.sixth	{width: calc( 33.333% -  0px);	}
}
@media screen and (max-width: 960px){	
.full	{width: calc(100.000% - 40px);	}
.third	{width: calc(100.000% - 40px);	}
.quarter{width: calc( 50.000% - 40px);	}
.quart	{width: calc( 50.000% -  0px);	}
.sixth	{width: calc( 50.000% -  0px);	}
}

/* CLASSES ENDS */