@import url(//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic|Roboto+Slab:400,300,700|PT+Serif:400,400italic,700,700italic);
@import url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

html, body {
  font-family: 'Droid Serif','Roboto Slab', 'PT Serif', serif;
  background: #ddd;
  font-weight: 300;
  font-size: 16px;
  color: #222;
  height: 100%;
  text-align: justify;
}

input.error, select.error, textarea.error{border: 1px #C00 solid;}

b, strong { font-weight: 600; }

#wrap {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -74px;
  padding: 77px 0 141px 0;
}

.bg-dark { background-color: #222!important; }

.navbar-brand img{ max-height: 60px; }

a:hover{color: #000; text-decoration: none}

.link-menu a{padding: 4px;}

/******************************* Footer / Font Awesome *******************************/
footer {
  min-height: 73px;
  background-color: #222;
  padding: 10px 0 10px 0;
  text-align: center;
  border-top: 1px solid #333;
  color: #fff;
}
footer a.fa {margin-top: -4px;}

footer .fa {
  padding: 6px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  text-decoration: none !important;
}

footer .fa:hover {
    opacity: 0.7;
}

footer .fa-facebook {
  background: #3B5998;
  color: white;
}

footer .fa-twitter {
  background: #55ACEE;
  color: white;
}

footer .fa-google {
  background: #dd4b39;
  color: white;
}

footer .fa-linkedin {
  background: #007bb5;
  color: white;
}

footer .fa-youtube {
  background: #bb0000;
  color: white;
}

footer .fa-instagram {
  background: #125688;
  color: white;
  padding-top: 5px;
  padding-left: 7px;
}

footer .fa-pinterest {
  background: #cb2027;
  color: white;
}

footer .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

footer .fa-skype {
  background: #00aff0;
  color: white;
}

footer .fa-android {
  background: #a4c639;
  color: white;
}

footer .fa-dribbble {
  background: #ea4c89;
  color: white;
}

footer .fa-vimeo {
  background: #45bbff;
  color: white;
}

footer .fa-tumblr {
  background: #2c4762;
  color: white;
}

footer .fa-vine {
  background: #00b489;
  color: white;
}

footer .fa-foursquare {
  background: #45bbff;
  color: white;
}

footer .fa-stumbleupon {
  background: #eb4924;
  color: white;
}

footer .fa-flickr {
  background: #f40083;
  color: white;
}

footer .fa-yahoo {
  background: #430297;
  color: white;
}

footer .fa-soundcloud {
  background: #ff5500;
  color: white;
}

footer .fa-reddit {
  background: #ff5700;
  color: white;
}

footer .fa-rss {
  background: #ff6600;
  color: white;
}
/***************************** Font Awesome Fim *****************************/