/* CSS Document */
/* footer */
.footer a {
  text-decoration: none;
  color: #B9B9B9
}

.footerIn {
  text-align: left;
}

.footerIn h5 {
  margin-bottom:5px;
  border-bottom: 1px solid #7e7e7e;
  padding-left:5px;
  font-size: 120%;
}

.footerIn ul{
  margin:0;
  padding:0;
  list-style: none;
  padding-left:5px;
}

.footerIn ul li a{
  text-decoration: none;
  color:#b9b9b9;
}

.footerIn li{
  padding: 5px 10px 5px 20px;
  list-style: none;
  -moz-box-sizing:border-box;
  -webkit--box-sizing:border-box;
  box-sizing: border-box;
}


.col1,.col2,.col3
{
  float:left;
}

.col1 {
  width:46%;
  margin-right:2%;
}

.col2 {
  width:22%;
  margin-right:2%;
}

.col3 {
  width:28%;
}

@media screen and (max-width: 480px) {
  .col1
{
  width:99%;
}
.col2,.col3
{
  width:49%;
}
}

.galeryMenu li{
  margin:0;
  width:49%;
  float:left;
  background:url(../img/arrow1.png) no-repeat left center;
}

.rssMenu li{
  margin:0;
  width:49%;
  float:left;
}

.socialMenu li{
  margin:0;
  width:33.3%;
  float:left;
  padding-left:0;
}

.socialMenu li a{
  height:24px;
  width:24px;
}

.footerBiography {
  background:url(../img/biography_maly.png) no-repeat left top;
  padding-left: 30px !important;
}

.footerContact {
  background:url(../img/contact_maly.png) no-repeat 2px center;
  padding-left: 30px !important;
}

.footerRss {
  background:url(../img/rss_maly.png) no-repeat left center;
  padding-left: 30px !important;
}

.footerFacebook {
  background:url(../img/facebook_maly.png) no-repeat left center;
  padding-left: 30px !important;
}

.footerTwiter {
  background:url(../img/twiter_maly.png) no-repeat left center;
  padding-left: 30px !important;
}

.footerGoogle {
  background:url(../img/google_maly.png) no-repeat left center;
  padding-left: 30px !important;
}

.footerHome {
  background:url(../img/home_maly.png) no-repeat 2px center;
  padding-left: 30px !important;
}

.footerIndex {
  margin:20px 5px 10px 5px;
  
}



