@import url("fontawesome/font-awesome.css");    /* Icon Fonts */



#ImageLogo {
	margin: 20px auto;
}


.footercontainer { 
	background: #333333; 
	padding: 20px 20px 20px 20px;
	border-top: 5px solid #00AEC8;
	color: #FFFFFF;
} 
.footercontainer a:link {text-decoration: none;color:white}
.footercontainer a:visited {text-decoration: none;color:white}
.footercontainer a:active  {text-decoration: none;color:white}
.footercontainer a:hover   {text-decoration: underline;color:white}

/* 	color:#999999;f
	margin-top:0px;
	margin-bottom:0px;
	 */
.footer {
	font-size:11px;
	text-align:center;
}
.footer a:link {text-decoration: none;color:white}
.footer a:visited {text-decoration: none;color:white}
.footer a:active  {text-decoration: none;color:white}
.footer a:hover   {text-decoration: none;color:white}





/*==============================================================================*/

/* Content area

================================================================================*/
/* black background call-out box */
/* catch eye */
.catch {
	padding: 20px 0;
	margin-bottom: 40px;
}                      

.catchText {
	font-size: 1.5em;
	line-height: 26px;
	background: #333333;
	color: #fff;
	border-bottom: 5px solid #00AEC8;
	margin-bottom: 40px;
  font-family: "Lato", sans-serif;
}      
.catchText p {
	padding: 20px;
	margin: 0;
}
.catchText button {
	float: right;
	margin: 20px;
}
/*====*/



/*==============================================================================*/

/* Footer area

================================================================================*/
.darkBg {
	background: #333 !important;
	border-top: none !important;
	margin: 0 auto !important;
	padding-top: 10px;
	padding-bottom: 0 !important;
}
footer h4 {
	background: none;
}  

/*==*/

#mainFooter {
	background: #333;
	overflow: hidden;
}                      

#mainFooter h4 {
	color: #fff;
	border-bottom: 1px solid #6e6e6e;
	padding-bottom: 12px;
	margin-bottom: 12px;
}                      

#mainFooter ul {
	margin-left: 0;
	list-style: none;
}                      

.subscribee {
	margin: 20px 0;
}

#mainFooter a:hover {
	color: #fff;
	text-decoration: none;
}                      

.bord-top {
	background: url(../images/bord-top.gif) repeat-x top;
	padding-top: 15px;
}                      

.copyrights, .copyrights a{
	font-size: 11px;
	color: #787878
}                      



.footer-social {
	float: right;
	width: auto;
}
.footer-social li {
	float: left;
	display: inline;
	margin-left: -5px;
}
.footer-social li i {
	font-size: 25px;
}
.square {
	background: #F5AF27;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}                      
.square img {
	vertical-align: middle
}                      
.block2:hover .square {
	background: #666;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}                      
                


