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

.clear {
    clear: both;
}

.justify {
    text-align: justify;
}

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

.wide-50per{
	width: 50%;
}
.wide-75per{
	width: 75%;
}
.wide-100per{
	width: 100%;
}

.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-1000px-max{
	max-width: 1000px;
}
.wide-1980px-max{
	max-width: 1980px;
}
.margin-auto{
	margin: auto;
}

.text-overlay-wrapper{
   position: relative; 
   padding:0;
   margin:0;
   width: 100%; /* for IE 6 */
   height: 100%;
}
.text-overlay-100{
   position: absolute; 
   top: 0 !important; 
   right: 0; 
   padding:0;
   margin:0;
   width: 100%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left75{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 75%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left60{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 60%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left50{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 50%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left40{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 40%;
   height: 100%;
   z-index:1000;
}
.text-overlay-left30{
   position: absolute; 
   top: 0; 
   left: 0; 
   padding:0;
   margin:0;
   width: 30%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right75{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 75%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right60{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 60%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right50{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin: 0;
   width: 50%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right40{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 40%;
   height: 100%;
   z-index:1000;
}
.text-overlay-right30{
   position: absolute; 
   top: 0; 
   right: 0; 
   padding:0;
   margin:0;
   width: 30%;
   height: 100%;
   z-index:1000;
}

.vertical-center-wrapper {
	width: 100%;
	height: auto;
	position: relative;
	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);
}
.z-index-11{
	z-index: 11;
}

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

@media only screen and (max-width:920px) {
	.wide-25-33-50-100per-mr{
		width: 33%;
	}
}
@media only screen and (max-width:820px) {
	.wide-25-33-50-100per-mr2{
		width: 50%;
	}
}
@media only screen and (max-width:720px) {
	.wide-25-33-50-100per-mr{
		width: 50%;
	}
}
@media only screen and (max-width:640px) {
	.right-for-small{
		float: right !important;
	}
}

@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%;
	}
}