body {
  padding-bottom: 90px;
}
#main-footer {
  width: 100%;
  border-top: 1px outset #cccccc;
  height: 80px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.8);
}
/*
.footer-fixed {
	position:fixed;
	bottom:0;
	left:0;
}
*/
.slideshow {
  overflow: hidden;
  height: 260px;
}
.cal_block {
  display: block;
  width: 72px;
  height: 72px;
  text-align: center;
  font-weight: bold;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-clip: padding-box;
  color: #414141;
  background: #ffffff;
}
.cal_block .day {
  font-size: 26px;
  line-height: 32px;
  height: 32px;
  border-bottom: 1px dotted #cccccc;
  width: 90%;
  margin: 0 auto 0 auto;
  color: #000000;
}
.cal_block .dayname {
  height: 18px;
  line-height: 18px;
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}
.cal_block .month {
  color: #ffffff;
  background: #414141;
  height: 18px;
  line-height: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
}
.fc-event-container {
  cursor: pointer;
}
.ratio43 {
  width: 100%;
  height: 75%;
}
.btn-facebook,
.btn-facebook:hover {
  color: #ffffff;
  background: #4862A3;
}
.btn-twitter,
.btn-twitter:hover {
  color: #ffffff;
  background: #40BFF5;
}
.btn-google,
.btn-google:hover {
  color: #ffffff;
  background: #EB5B4C;
}
.btn-youtube,
.btn-youtube:hover {
  color: #ffffff;
  background: #CD322C;
}
.btn-flickr,
.btn-flickr:hover {
  color: #ffffff;
  background: #FF1981;
}
.btn-instagram,
.btn-instagram:hover {
  color: #ffffff;
  background: #5A3926;
}
.btn-email,
.btn-email:hover {
  color: #ffffff;
  background: #324E79;
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}
