@charset "UTF-8";
/* CSS Document */

/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

@media screen and (min-width: 768px) {
.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  }
  
  #sidebar.affix {
    position: fixed;
    bottom:80px;
	right: 120px;
  }
}