@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

#footer { width:100%;
          background-color:#1d1d1d;
		  padding-top:40px;
		  padding-bottom:40px;
		}

#footer1 { width:90%;
           max-width:1200px;
		   margin-left:auto;
		   margin-right:auto;
		   text-align:center;
		 }
		 
#footer2 { width:90%;
           max-width:1200px;
		   margin-left:auto;
		   margin-right:auto;
		   text-align:center;
		   margin-top:30px;
		 }

#footer3 { width:90%;
           max-width:1200px;
		   margin-left:auto;
		   margin-right:auto;
		   text-align:center;
		   margin-top:30px;
		 }

.span_footer { font-family: 'Open Sans', sans-serif;
               font-size:14px;
			   line-height:18px;
			   color:#ffffff;
			 }

.link_footer { text-decoration:none;
               color:#ffffff;
			 }

#footer3_logo { width:100%;
                text-align:center;
			  }

#logo_footer { width:198px;
               margin-left:auto;
			   margin-right:auto;
			   border:none;
			   display:block;
			 }

#footer3_text { width:100%;
                text-align:center;
			  }

