@import url('zocial.css');


/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

body {  width:100%; height:100%; background-color: #eee; color: #444; font: normal normal 400 100%/1.5em -apple-system, "Helvetica Neue", "Lucida Grande",Avenir, Helvetica, sans-serif;  padding: 30px; font-family: Avenir, Helvetica, sans-serif; 



}
    
 /*----------------------------
  The Footer
-----------------------------*/


footer{
 
  bottom: 0px;
  /*
  background: #bbb;
  border: solid 1px red;
 /* box-shadow: 0 -1px 2px rgba(0,0,0,0.4); */
  height: 110px;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

footer h2{
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
color: #222; font: normal normal 300 130%/1.4em -apple-system, "Helvetica Neue",Avenir, Helvetica, sans-serif; text-align: center; 
font-family: -apple-system, "Helvetica Neue",  Avenir, Helvetica, sans-serif;
 
}

footer h2 i{
  text-align: center;
  font-style:normal;
  color:#888;
    z-index: 100;
}

footer a.footerlink,a.footerlink:visited{
  color: #999999;
     z-index: 100;
   
  text-decoration: underline;
   
}
footer a:hover{
  color: #111;
}


.center-div
{
   
  margin: 0 auto;
  width: auto;
  text-align: center;
  height: 100%;
  /*background-color: #ccc;
  */
  /*border-radius: 3px;*/
}
.wrapper{
   
   /*
   border:2px solid red;
   */
   width: 652px;
  height: 90px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -326px;
  margin-top: -25px;
  z-index:5;

}
 
.footwrap { 
 
} 
.footlogo {
  padding-top: 10px;

 
}

.footcont{


}

.icon{
  display: inline-block;
  position: relative;
  color: #888;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 3em;
  line-height: 2em;
  /*background-color: #445a67;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /*box-shadow: 0px 3px 0px #bdbdbd, 0px 3px 10px #bababa;*/
  -webkit-transition:background-color 250ms ease 0s;
  transition:background-color 250ms ease 0s;
}

.zocial-facebook{margin-left: -8px}

.icon:hover{
  color: #111;
}
/*.icon.facebook:hover{background-color: #4986c7;}
.twitter:hover{background-color: #4cb6e8;}
.linkedin:hover{background-color: #29a0cc;}
.youtube:hover{background-color: #a32929;}
.flickr:hover{background-color: #c257ad;}
.email:hover{background-color: #d5b120;}*/

a{
  text-decoration: none; 
}


.icon:hover{
  color: #444;
  /*box-shadow: 0px 3px 0px #686868, 0px 3px 10px #7e7e7e;*/
}

.icon:active{
  box-shadow: inset 0px 1px 4px #3d3d3d, 0px 0px 0px #bb;
  top: 3px;
}