﻿footer {
  background: #00a3d4;
  padding: 0 0 0 0;
  color: #fff;
}

footer a {
  color: #fff;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff;
}

footer address {
  line-height: 1.6em;
}

footer h5 a:hover, footer a:hover {
  text-decoration: none;
}

ul.social-network {
  list-style: none;
  margin: 0;
}

ul.social-network li {
  display: inline;
}

#sub-footer {
  background: #00a3d4;
  text-shadow: none;
  color: #fff;
  padding: 0;
  height:50px;
  line-height:50px;
  margin: 20px 0 0 0;
}

#sub-footer p {
  margin: 0;
  padding: 0;
  color:#fff;
  font-size:13px;
  font-weight:bold;
}

#sub-footer a
{
    font-size:13px;
    color:#000;
}

#sub-footer span {
  color: #fff;
}

.copyright {
  text-align: left;
  font-size: 13px;
  color: #000; 
}



.credits
{
   font-family: 'Open Sans' ;
    margin-left:20px;
    color:#000;
    font-size:13px;
    font-weight:bold;
}

#sub-footer ul.social-network {
  float: right;
}


/* --- list style --- */

ul.general {
  list-style: none;
  margin-left: 0;
}

ul.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.link-list li {
  margin: 0;
  font-size:13px;
  padding: 2px 0 2px 0;
  list-style: none;
}

footer ul.link-list li a {
  color: #fff;
  font-family: 'Open Sans' ;
}

/* --- Heading style --- */

h4.heading {
  font-weight: 300; font-family: 'Open Sans' ;
}

h4.heading strong {
  font-weight: 700; font-family: 'Open Sans' ;
}

.heading {
  margin-bottom: 30px;
}

.heading {
  position: relative;
}

.widgetheading {
  width: 100%;
  padding: 0;
  font-size:18px;
  color:#fff;
  font-weight:bold;
  margin-bottom:10px;
  margin-top:10px;
  font-family: 'Open Sans' ;
}

#bottom .widgetheading {
  position: relative;
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 9px;
}

aside .widgetheading {
  position: relative;
  border-bottom: #e9e9e9 1px solid;
  padding-bottom: 20px;
}

footer .widgetheading {
  position: relative; font-family: 'Open Sans' ;
}

footer .widget .social-network {
  position: relative;
}

#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span {
  position: absolute;
  width: 60px;
  height: 1px;
  bottom: -1px;
  right: 0;
}


.icred
{
    font-size:14px;
    padding-right:7px;
}




.dropdown
{
    outline:none;
}