
body {
  min-height: 900px;

  
}

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

#footer {
  
    bottom: 0;
    width: 100%;
    min-height: 360px;
    background-color: #f5f5f5;
    padding: 20px;
}


h1 {
	margin-top: 20%;
	line-height: 1.5;
}
.pager li > a, .pager li > span {
  margin-top: 10px;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color:  #ffffff;
  background-color: #77f560;
  cursor: default;
}
 
.pager .active > a {
  color:  #ffffff;
  background-color:#5cb85c;

} 
 
.select li > a,
.select li > span {
 color:  #ffffff;
 background-color: #5cb85c;
}
.select a > span {
 color:  #ffffff;
 background-color: #5cb85c;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
	display:none;
}

.nav-tabs > li > strong {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 0px;
}

.share {
    float: right;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;

}
