html,body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #000000;

}
body{
	font-family:Arial,sans-serif;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.wrapper
{
	width: 1005px;
	margin: 0 auto;
}
#header
{
	width: 100%;
	
}
#logo
{
	margin-top: 10px;
	margin-left: 0px;
	padding: 0px;
}
#head-nav
{
	width: 100%;
	margin-top: 10px;
	clear: both;
	float: left;
}
#head-nav ul
{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#head-nav ul li
{
	float: left;
	margin-right: 6px;
	padding: 6px;
	box-sizing:border-box;
	border:0px solid;
	background-color: #00b8e6;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#head-nav ul li a
{
	text-decoration: none;
	font: 14px Arial,sans-serif;
	color: #ffffff;
	padding: 2px 6px;
}
#head-nav ul li:hover 
{	
	background-color: #D0D0D0;
	text-decoration: underline;
}
#head-nav ul li:hover a{
	color: #000;
}
#head-nav ul li.active,#head-nav ul li.current {
    background-color: rgb(255, 255, 255);
}
#head-nav ul li.current a,#head-nav ul li.active a{
    color: #000;
    font-weight: bold;
}
#slider-area
{   
    margin-top: 29px;
	clear: both;
	float: left;
	width: 100%;
}
#slider-area img
{
	border-radius: 20px;
	width: 100%;
}
.container
{
  width: 100%;
}

#content
{   float: left;
	width: 100%;
	color: #ffffff;
	box-sizing:border-box;
	margin-bottom: 40px;
}
.page-title{
	color: #fff;
	font-size: 18px;
	padding: 1px 0 9px 0
}
.container #content .content{
    padding:0px 0 57px;
    font-size: 17px;
}
#content-side1 {
    border-right: 1px solid gray;
    box-sizing: border-box;
    float: left;
    padding-left: 17px;
    padding-right: 15px;
    width: 18%;
    height: 125px;
}
#content-side2 {
    border-right: 1px solid gray;
    box-sizing: border-box;
    float: left;
    padding-left: 49px;
    padding-right: 21px;
    width: 24%;
    height: 125px;
}
#content-side3 {
    border-right: 1px solid gray;
    box-sizing: border-box;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    width: 32%;
    height: 125px;
}
#content-side4 {
    box-sizing: border-box;
    float: left;
    padding-left: 50px;
    padding-right: 10px;
    width: 26%;
    height: 125px;
}
#content #contact
{
	color:white;
	text-decoration:none;
}
#content #contact-email
{
	color:white;
}
#content-table
{
	width: 100%;
	float: left;
	margin-top: 100px;
}
#content-table table tr td{
	border-bottom: 1px solid #ffffff;
    padding: 9px 0;
}
#content-table table tr td a{
	color: #ffffff;
	line-height: 20px;
	font-size: 12px;
	text-decoration: none;
}

/*Amenities page style*/
.container #amenities-page {
    padding-top: 36px;
    margin-bottom: 40px;
}
#amenitie-content
{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 40px;
}
.amenitie-content12
{
	width: 100%;
	clear: both;
	float: left;
	margin-bottom: 15px;
}
.amenitie-content34
{
	width: 100%;
	clear: both;
	float: left;
}
#amenitie-content1
{
	float: left;
	background-color: #EC008C;
	padding:20px 30px 20px 30px;
	box-sizing:border-box;
	width: 475px;
	height:412px;
	border-radius: 10px;
	color: #ffffff;
}
#amenitie-content2
{
	float: right;
	background-color:#00AEEF;
	padding:20px 30px 20px 30px;
	margin-right: 42px;
	box-sizing:border-box;
	width: 475px;
	height:412px;
	border-radius: 10px;
	color: #ffffff;
}
#amenitie-content3
{
	clear: both;
	float: left;
	background-color:#4DBB79;
	padding:20px 30px 20px 30px;
	box-sizing:border-box;
	width: 475px;
	height:412px;
	border-radius: 10px;
	color: #ffffff;	
}
#amenitie-content4
{
	float: right;
	background-color:#F9A01B;
	padding:20px 30px 20px 30px;
	box-sizing:border-box;
	margin-right: 42px;
	width: 475px;
	height:412px;
	border-radius: 10px;
	color: #ffffff;
}
#amenitie-content3 h1
{
	margin-bottom: 0px;
}
#amenitie-content p {
    box-sizing: border-box;
    font-size: 11px;
    font-weight: bold;
}
#amenitie-content3 #h {
    margin-top: 0;
}
#amenitie-content3 h2 {
    margin-bottom: 10px;
    margin-top: 5px;
}
#amenitie-content #icon {
    display: inline;
    float: left;
    margin-bottom: 3px;
}

#icon-span {
    background: #ffffff url("question-mark.png") no-repeat scroll center center / 80% auto;
    border-radius: 5px;
    float: left;
    height: 28px;
    margin-right: 5px;
    width: 23px;
}
/*site attachements style*/
.folder-icon {
   border-bottom: 1px solid rgb(255, 255, 255);
    margin-top: 35px;
    padding-bottom: 10px;

}
.fa-folder::before {
    color:#808080;
    font-size: 17px;
    padding-left: 10px;
}
.sites-attachments-row {
    border-bottom: 1px solid rgb(255, 255, 255);
}
.sites-attachments-name {
    margin-left: 14px;
    padding-top: 3px;
    width: 80%;
}
.list-doc {
    padding: 10px ;
}
.site-attachment  a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 12px;
}
.site-attachment {
    float: left;
}
.site-attachment .fa{
	font-size: 20px
}
.sites-attachments-version.site-attachment {
    width: 14%;
}
.fa-file-word-o::before {
     color: rgb(73, 134, 231);
}
.fa-file-pdf-o::before {
    color: rgb(227, 66, 40);
    content: "";
}
.fa-download::before {
    color: rgb(255, 255, 255);
    padding-left: 9px;
}
.bottom-div {
    border-bottom: 1px solid rgb(255, 255, 255);
    margin:36px 0 35px;
}