﻿/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 50px;*/
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
  text-align: right;
  vertical-align:middle;
  border-top: 1px solid #d4d4d4;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container-fluid {
  padding: 50px 15px 0;
}
.container-fluid .text-muted {
  margin-top:20px;
}

.footer > .container-fluid {
  /*padding-right: 15px;*/
  padding-top:0px;
  padding-left: 15px;
  background:url("../../img/footer_logo.png") no-repeat;
  background-position: right center;
  background-origin: content-box;
  text-align:center;
  font-weight:bold;
}

@media screen and ( max-width:1080px) {
.footer > .container-fluid {
  /*padding-right: 15px;*/
  padding-top:0px;
  padding-left: 15px;
  background:url("../../img/footer_logo.png") no-repeat;
  background-position: right center;
  background-origin: content-box;
  text-align:left;
  font-weight:bold;
}
}
