﻿.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	position:relative;
	padding: 30px 120px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 30%;

	/*background-color:gray;*/
}

/* The company logo */

.footer-distributed h4{
	color:  #ffffff;
	font: normal 20px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h4 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
	font-size:12px;
	
}

.footer-distributed .footer-links a:hover{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:#6699FF;
	font-size:12px;
}


.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 33%;
	/*background-color:lime;*/
}

.footer-distributed .footer-center p{
	text-align:justify;
	max-width:90%;
	
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 35%; 

	/*background-color:fuchsia;*/
}
.footer-distributed .footer-right i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	margin:10px 15px;
	vertical-align: middle;
}


.footer-distributed .footer-right i.fa-envelope{
	font-size: 11px;
	line-height: 20px;
}

.footer-distributed .footer-right p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
	
}

.footer-distributed .footer-right p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:1.25;
}

.footer-distributed .footer-right p a{
	color:  #5383d3;
	text-decoration: none;;
}


.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	text-align:center;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 10px;
	text-align:center;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 50%;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 25px;

	margin-right: 2px;
	margin-bottom: 5px;
}

.footer-distributed .footer-icons a i{
	margin:3px -15px;
}



/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-right i{
		margin-left: 0;
	}

}

#paging-box {
margin-top:10px;
margin-right:-78px;
width:300px;
float:right;
height:50px;
padding:0px;
text-align:right;

}

#paging-box-center {

width:350px;
margin: 0 auto;
height:50px;
padding:0px;
text-align:right;

}
.port-links a{
	display:block;
	float:left;
	width:auto;
	padding:2px 10px 2px 10px;
	height:30px;
	margin-right:3px;
	text-decoration:none;
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#025FBB ;
	text-align:center;
	line-height:19px;
	border:1px solid #CCCCCC;
	
}
.port-links a:hover{
	text-align:center;
	color:#025FBB  ;
	padding:0px;
	border:1px solid #025FBB  ;
	padding:2px 10px 2px 10px;
}
#port-links-active{
	width:auto;
	height:30px;
	display:block;
	float:left;
	color:#ffffff;
	border:1px solid #025FBB  ;
	background-color:#025FBB  ;
	padding:2px 10px 2px 10px;
}
