
footer {
 width: 100%;
font-size:0.98em;
 border-top: 1px solid #D1D3D4;
 padding: 1em 0 1.25em 0;
 background-color:#1e1e1e;
  font-family: 'Archivo Narrow', sans-serif;
}



footer a {
 color: #333;
 transition: color 0.25s;
 -moz-transition: color 0.25s;
 -webkit-transition: color 0.25s;
}

footer a:hover {color: #3AC3E0;}
footer  p{
  color: #8F8D8D;
  font-size:13px;
  margin-left:20px;

}

footer  p a{
   color: #00a7fa;
  font-size:13px;


}


.leftfooter {
    
    float: left;
    margin: 0 ;
    padding: 0;
    width: 400px;
	height:auto;
}

footer  h3{

 font-size:0.98em;
 margin-top:30px;

} 
#footerMenu {
    background-color:#1e1e1e;
    height: auto;
    margin: 0;
    padding-bottom: 45px;
    width: auto;
}


#footerMenu ol.firstLevelFooterMenuItem {
    margin: 30px auto;
    padding: 0 0 0 20px;
    width: 1014px;
}
#footerMenu ol.firstLevelFooterMenuItem > li {
    display: block;
    float: left;
    margin-left: 0;
    padding-right: 70px;
    width: auto;
}
#footerMenu ol.firstLevelFooterMenuItem > li > a, #footerMenu ol.firstLevelFooterMenuItem > li > span {
    color:#3c8490;
    
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
}
#footerMenu ol.secondLevelFooterMenuItem, #footerMenu ol.TitleLevelFooterMenuItem {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#footerMenu ol.secondLevelFooterMenuItem > li > a {
    color: #8F8D8D;
    font-size: 14px;
    text-decoration: none;
}
#footerMenu ol.secondLevelFooterMenuItem > li > a:hover {
    color: #8F8D8D;
   
    text-decoration: underline;
}
#footerMenu ol.TitleLevelFooterMenuItem > li > a {
    color: #646464;
    
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
#footerMenu ol.TitleLevelFooterMenuItem > li > a:hover {
}

footer ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

footer .social-widget ul li {
    display: block;
    float: left;
    
    margin-left: 12px;
    padding: 0;
   
} 
footer .social-widget {

    margin-bottom: 25px;
    margin-top: 25px;
}

footer .social-widget ul li a {
    opacity: 0.6;
}

footer .social-widget ul li a:hover {
    opacity: 1;
}

footer .form {
  
    height: 80px;
    padding-bottom: 25px;
    
    padding-top: 25px;
}
footer .form .Title {
    color: #646464;
    float: left;
    font-size: 12px;
    padding: 2px 0 8px 2px;
    text-transform: uppercase;
}
footer .form input[type="text"] {
    border: 1px solid #B4B4B4;
    color: #646464;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 0.89em;
    padding: 2.25%;
    width: 60%;
}
footer .form input[type="text"]:focus {
    outline: medium none;
}
footer .form input#button {
    background: none repeat scroll 0 0 #3c8490;
    border-top: 1px solid #514f4f;
	border-right: 1px solid #514f4f;
	border-bottom: 1px solid #514f4f;
	border-left: none;

    color: #FFFFFF;
    float: left;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 5px;
	
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
}

footer .form .formHome .finput {
    background-color: #242424;
	border-top: 1px solid #514f4f;
	border-left: 1px solid #514f4f;
	border-bottom: 1px solid #514f4f;
	border-right: none;
    color: #888888;
    float: left;
    margin-bottom: 3px;
    padding:4px;
    width: 200px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;

}