﻿/*Buttons*/
.ActionButton, .FC_WebLogin td a {
	text-decoration: none;
	background-color:#01aef0;
	color:white !important;
    font-weight:bold;
	border-radius: 15px;
	padding:13px 24px;
	display: inline-block;
}
.ActionButton:hover, .FC_WebLogin td a:hover {
	background-color: #999;
}
.ActionButton a{
    
	color:white;
	text-decoration: none;
}
/*Containers*/
.boxedContent, .RowInner{
	max-width: 1500px;
	margin: 0px auto;
	padding: 20px 0px;
}
.ColorRow{
	background-color:#ccc;
	padding:20px;
}
/* Banners      */
.HomeBanner{
	width:100%;
	height:500px;
	position: relative;
	font-family: 'Laila', serif;
	
}
.BannersHolder{
   background-size: cover !important;
	height:500px;
}
.rrItem, .rrItemsList{
	width:100% !important;
	left:0px !important;
}
.displayband{
	width:100%;
	display:block;
	position:absolute;
	top:20%;
}
.textarea{
	margin:0px auto;
	max-width: 1500px;
}
.bannerdes{
	color:white;
	float:left;
	background: rgba(0, 0, 0, 0.6);
	text-shadow: 2px 2px 2px black;
	max-width:600px;
	padding:20px;
	margin:20px;
}