

.clear{
	clear:both;
}

.clear-left{
	clear:left;
}

.clear-right{
	clear:right;
}

.left{
	float:left;
}

.right{
	float:right;
}


.bg-green{
		/*background:#53AF01 !important;
		border-color:#449000 !important;*/
		background: #00ADAF !important;
	}

.bg-secondary{
		background:#a077cc !important;
		
	}

.bg-grey{
		background:#999 !important;
		
	}
	
	.bg-red{
		background:red !important;
		
	}
	
.bg-transparent{
	background:#fff;
	border:1px solid #aaa;
	color:#888;
}

label.error{
	display: block;
  font-size: 11px;
  color: rgb(230, 99, 99);
  font-style: italic;
  padding-top: 5px;
}

label.form-radio label {
    position: absolute;
    margin-top: 5px;
    
 }
 
 .req{
	color:red;
 }

.val-error {
    margin-top: 5px;
    font-style: oblique;
    color: #ff5858;
    background: #fff;
    padding: 5px;
    border: 1px solid #ddd;
}

.read-more{
	margin-top:20px;
}


ul.footer-menu{
	list-style:none;
	padding:0px;
	margin:0px;
}

ul.footer-menu > li{
	float:left;
	margin-left:30px;
}

ul.footer-menu > li > a{
	text-decoration:none;
	font-size:14px;
	color:#ddd;
}

ul.footer-menu > li > a:hover{
	color:#fff;
}
