.left {
	float: left !important;
}
.center {
	margin:0 auto;
}
.right {
	float: right !important;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}

.clear {
    clear: both;
}

.flex-it{
	display: flex;
}

.justify {
    text-align: justify;
}

.wide-25per-mr{
	width: 25%;
}
.wide-50per-mr{
	width: 50%;
}
.wide-50-100per-mr{
	width: 50%;
	padding: 0 5px;
}
.wide-33-50-100per-mr{
	width: 33.33%;
	padding: 5px;
}
.wide-25-33-50-100per-mr{
	width: 25%;
	padding: 0 5px;
}
.wide-25-33-50-100per-mr2{
	width: 25%;
	padding: 0 5px;
}

.wide-10per{
	width: 10%;
}
.wide-20per{
	width: 20%;
}
.wide-25per{
	width: 25%;
}
.wide-30per{
	width: 30%;
}
.wide-33per{
	width: 33.33%;
}
.wide-40per{
	width: 40%;
}
.wide-50per{
	width: 50%;
}
.wide-60per{
	width: 60%;
}
.wide-67per{
	width: 66.67%;
}
.wide-75per{
	width: 75%;
}
.wide-80per{
	width: 80%;
}
.wide-90per{
	width: 90%;
}
.wide-100per{
	width: 100%;
}

.wide-30px{
	width: 30px;
}
.wide-30px-remainder{
	width: calc(100% - 30px);
}
.wide-50px{
	width: 50px;
}
.wide-75px{
	width: 75px;
}
.wide-100px{
	width: 100px;
}
.wide-125px{
	width: 125px;
}
.wide-150px{
	width: 150px;
}
.wide-200px{
	width: 200px;
}
.wide-100px{
	width: 100px;
}


.wide-250px-max-mr{
	max-width: 250px;
}
.wide-540px-max{
	max-width: 540px;
}
.wide-600px-max{
	max-width: 600px;
}
.wide-680px-max{
	max-width: 680px;
}
.wide-680px-max-mr{
	max-width: 680px;
}
.wide-800px-max{
	max-width: 800px;
}
.wide-800px-max-mr{
	max-width: 800px;
}
.wide-900px-max{
	max-width: 900px;
}
.wide-1000px-max{
	max-width: 1000px;
}
.wide-1200px-max{
	max-width: 1200px;
}
.wide-1980px-max{
	max-width: 1980px;
}
.margin-auto{
	margin: 0 auto;
}

.height-100px{
	height: 100px;
}
.height-80px{
	height: 80px;
}

.text-overlay-wrapper{
   position: relative;
   padding:0;
   margin:0;
   width: 100%; /* for IE 6 */
   height: 100%;
}
.text-overlay-100{
   position: absolute; 
   top: 0 !important; 
   left: 0; 
   padding:0;
   margin:0;
   width: 100%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left-100{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: auto;
   height: 100%;
   z-index:1000;
}
.text-overlay-left-75{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 75%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left-60{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 60%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left-50{
   position: absolute; 
   top: 0 !important; 
   left: 0; 
   padding:0;
   margin:0;
   width: 50%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left-40{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 40%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left-30{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 30%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right-75{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 75%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right-60{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 60%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right-50{
   position: absolute; 
   top: 0 !important; 
   right: 0; 
   padding:0;
   margin: 0;
   width: 50%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right-40{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 40%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right-30{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 30%;
   height: 100%;
   z-index:1000;
}
/*
.vertical-center-wrapper {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
*/
.vertical-center-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
}


.position-align-top{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.position-align-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.lighten-on-hover{
	position: relative;
	display: inline-block;
	z-index: 1;
}
.lighten-on-hover:hover  .lighten-overlay {
	position: absolute;
	top: 0;
	width:100%;
	height:100%;
	left: 0;
	display: block;
	
	background-color:#fff;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

@media only screen and (max-width:1120px) {
	.wide-800px-max-mr{
		max-width: 750px;
	}
}
@media only screen and (max-width:1080px) {
	.wide-680px-max-mr{
		max-width: 600px;
	}
	.wide-800px-max-mr{
		max-width: 700px;
	}
}
@media only screen and (max-width:1020px) {
	.center-for-medium{
    		text-align: center;
	}
	.wide-25per-mr{
		width: 50%;
	}
	.wide-25-33-50-100per-mr2{
		width: 33.33%;
	}
	.wide-680px-max-mr{
		max-width: 550px;
	}
	.wide-800px-max-mr{
		max-width: 650px;
	}
}
@media only screen and (max-width:980px) {
	.wide-680px-max-mr{
		max-width: 500px;
	}
	.wide-800px-max-mr{
		max-width: 600px;
	}
}
@media only screen and (max-width:920px) {
	.wide-25-33-50-100per-mr{
		width: 33.33%;
	}
	.wide-680px-max-mr{
		max-width: 450px;
	}
	.wide-800px-max-mr{
		max-width: 550px;
	}
}
@media only screen and (max-width:880px) {
	.wide-680px-max-mr{
		max-width: 400px;
	}
	.wide-800px-max-mr{
		max-width: 500px;
	}
}
@media only screen and (max-width:820px) {
	.wide-33-50-100per-mr{
		width: 50%;
	}
	.wide-25-33-50-100per-mr2{
		width: 50%;
	}
	.wide-680px-max-mr{
		max-width: 350px;
	}
	.wide-800px-max-mr{
		max-width: 450px;
	}
}
@media only screen and (max-width:780px) {
	.wide-680px-max-mr{
		max-width: 300px;
	}
	.wide-800px-max-mr{
		max-width: 400px;
	}
}
@media only screen and (max-width:720px) {
	.wide-25-33-50-100per-mr{
		width: 50%;
	}
	.wide-680px-max-mr{
		max-width: 250px;
	}
	.wide-800px-max-mr{
		max-width: 350px;
	}
}
@media only screen and (max-width:680px) {
	.wide-680px-max-mr{
		max-width: 200px;
	}
	.wide-800px-max-mr{
		max-width: 300px;
	}
}
@media only screen and (max-width:640px) {
	.right-for-small{
		float: right !important;
	}
	.center-for-small{
    		text-align: center;
	}
	.wide-250px-max-mr{
		max-width: 640px;
	}
	.wide-680px-max-mr{
		max-width: 640px;
		width: 100%;
	}
	.wide-800px-max-mr{
		max-width: 640px;
	}
	.wide-33-50-100per-mr{
		width: 100%;
		padding: 0 0 10px 0;
	}
}

@media only screen and (max-width:480px) {
	.wide-50per-mr{
		width: 100%;
	}
}
@media only screen and (max-width:420px) {
	.wide-25-33-50-100per-mr2{
		width: 100%;
	}
}
@media only screen and (max-width:380px) {
	.wide-25per-mr{
		width: 100%;
	}
	.wide-25-33-50-100per-mr{
		width: 100%;
	}
}