/* line 9, ../../sass/modules/mcomment.scss */
#block-comment-blog,
#block-homecomments {
  word-wrap: normal;
  /* Needed for IE10. Comments will not respect white-space and go to the next line. */
}
/* line 12, ../../sass/modules/mcomment.scss */
#block-comment-blog .ellipsis,
#block-homecomments .ellipsis {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-binding: url('../xml/ellipsis.xml#ellipsis');
  padding-bottom: 3px;
}
/* line 17, ../../sass/modules/mcomment.scss */
#block-comment-blog a,
#block-homecomments a {
  color: #737373;
}
/* line 19, ../../sass/modules/mcomment.scss */
#block-comment-blog a.active, #block-comment-blog a.active:hover,
#block-homecomments a.active,
#block-homecomments a.active:hover {
  color: black;
}
/* line 22, ../../sass/modules/mcomment.scss */
#block-comment-blog a:hover,
#block-homecomments a:hover {
  color: #c80000;
}
/* line 27, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list,
#block-homecomments .item-list {
  margin-top: 10px;
}
/* line 29, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list ul,
#block-homecomments .item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 34, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list ul li,
#block-homecomments .item-list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 15px;
  clear: left;
}
/* line 39, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list ul li:after,
#block-homecomments .item-list ul li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -7px;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(33%, #f0f0f0), color-stop(66%, #f0f0f0), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(left, rgba(255, 255, 255, 0), #f0f0f0 33%, #f0f0f0 66%, rgba(255, 255, 255, 0));
}
/* line 50, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list .comment,
#block-homecomments .item-list .comment {
  line-height: 1.00em;
}
/* line 52, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list .comment img,
#block-homecomments .item-list .comment img {
  height: 35px;
  width: 35px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
/* line 58, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list .comment .text,
#block-homecomments .item-list .comment .text {
  margin-left: 45px;
}
/* line 63, ../../sass/modules/mcomment.scss */
#block-comment-blog .item-list .posted-by,
#block-homecomments .item-list .posted-by {
  font-size: 0.73333em;
  margin-left: 45px;
  color: #737373;
}

/* line 71, ../../sass/modules/mcomment.scss */
#block-comment-blog .posted-by {
  padding-bottom: 0;
  margin-top: 3px;
}

/* line 76, ../../sass/modules/mcomment.scss */
.page-search #block-comment-blog {
  margin-top: 34px;
}

/* line 9, ../../sass/modules/home.scss */
.bottom-blocks {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
/* line 11, ../../sass/modules/home.scss */
.bottom-blocks .home-web-button {
  text-align: center;
}
/* line 14, ../../sass/modules/home.scss */
.bottom-blocks .center h3 {
  text-align: center;
  margin: 16px 0;
}

/* line 21, ../../sass/modules/home.scss */
.home-block-container {
  margin-top: 10px;
}
/* line 23, ../../sass/modules/home.scss */
.home-block-container a {
  display: block;
  text-align: center;
}
/* line 27, ../../sass/modules/home.scss */
.home-block-container img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
/* line 30, ../../sass/modules/home.scss */
.home-block-container .block-text-title {
  border-bottom: 2px solid #f2f2f2;
  margin: 0 10px;
  padding-bottom: 5px;
}
/* line 34, ../../sass/modules/home.scss */
.home-block-container .block-text-title a {
  text-align: left;
}
/* line 39, ../../sass/modules/home.scss */
.home-block-container .block-text {
  position: relative;
  margin: 5px 10px;
  color: #737373;
}
/* line 44, ../../sass/modules/home.scss */
.home-block-container .block-text .read-more {
  line-height: 24px;
  font-size: 20px;
  font-weight: bold;
  float: right;
}
/* line 49, ../../sass/modules/home.scss */
.home-block-container .block-text .read-more a {
  color: #c80000;
}

/* line 59, ../../sass/modules/home.scss */
.home-web-button a {
  display: block;
  padding: 10px;
  line-height: 26px;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 26px;
}
/* line 67, ../../sass/modules/home.scss */
.home-web-button a.facebook {
  background-color: #496ea9;
  border: 1px solid #c6c9cc;
}
/* line 71, ../../sass/modules/home.scss */
.home-web-button a.twitter {
  background-color: #3abadc;
  border: 1px solid #c5ced0;
}
/* line 75, ../../sass/modules/home.scss */
.home-web-button a.youtube {
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
}
