/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  color:#FFF;
  background-color: #333;
}

ul.social {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  display: inline-block;
  float: right!important;
}
ul.social>li {
  display: inline-block;
  margin: 0 5px;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */



body > .container {
  padding: 60px 15px 0;
}

body > .newfooter {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.jumbotron.bg-footer {
	color:#FFF;
	background-color:#8B8B8B;
	margin: 0 0 -22px 0;
	font-size:12px;
	line-height:150%;
	padding:20px 0 25px 0;
}

.footercopy {
	float:left;
	color:#8B8B8B;
}
