/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.about img {
  margin-right: 10px;
}
.about h3 {
  margin-top: 0;
}
.about p {
  text-align: justify;
}
@media only screen and (min-width: 1200px) {
  .about {
    padding-right: 20px;
    border-right: 1px solid #CDCDCD;
  }
}
.search .form-group {
  padding-right: 50px;
  position: relative;
}
.search .form-group input {
  width: 100%;
}
.search .form-group button {
  position: absolute;
  top: 0;
  right: 0;
}
.search label {
  font-weight: normal;
  display: block;
}
.search .script,
.categories .script {
  letter-spacing: 0.5px;
}
p {
  padding-left: 10px;
  padding-right: 10px;
}
.blog_entry {
  margin-bottom: 60px;
}
.blog_entry a.blog_image {
  display: block;
  margin: 23px auto 0;
  max-width: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.blog_entry a.blog_image img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
}
.blog_entry h3.title {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.blog_entry h4.subtitle {
  font-size: 16px;
  text-align: center;
  color: #979797;
  letter-spacing: 1px;
  margin-top: 8px;
  border: 1px solid #CDCDCD;
  border-left: none;
  border-right: none;
  padding: 10px 0 8px 0;
}
.blog_entry .summary {
  margin-bottom: 8px;
  height: 168px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
}
.blog_entry .summary::after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0px;
  bottom: 0px;
  background-image: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0));
}
article {
  font-size: 16px;
  margin-bottom: 20px;
  color: #505050;
}
article a {
  border-bottom: 1px dashed #274b67;
}
article .additional {
  text-align: center;
}
article .additional a.comments-link,
article .additional a.categories {
  text-transform: none;
  font-style: normal;
  border-bottom: none;
}
article h1.title {
  font-size: 24px;
  color: #386282;
  margin-bottom: 0px;
  text-transform: uppercase;
}
article h1.title a:hover {
  text-decoration: none;
}
article h2 {
  font-size: 115%;
  width: 75%;
  margin: 60px auto 0;
  padding: 0 10px;
  background: #FFFFFF;
  position: relative;
}
article h2::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #CDCDCD;
  width: 133%;
  top: 50%;
  left: -16.5%;
  z-index: -10;
}
article h2.subtitle {
  font-size: 20px;
  color: #979797;
  text-align: center;
  font-variant: none;
  text-transform: none;
  width: 100%;
  margin: 8px 0;
  border: 1px solid #CDCDCD;
  border-left: none;
  border-right: none;
  padding: 10px 0 8px 0;
}
article h2.subtitle::before {
  content: none;
}
article p {
  margin-top: 10px;
}
article .thumbnail {
  margin-top: 30px;
}
article img {
  max-width: 100%;
  height: auto;
}
article .date {
  color: #979797;
}
article .tags {
  margin-top: 50px;
  font-size: 13px;
}
article .tags a:hover {
  text-decoration: none;
}
article .tags a {
  border-bottom: none;
}
article a.blog-navigation {
  margin-top: 20px;
  color: #428bca;
  display: inline-block;
  padding: 5px 14px;
  background: none;
  background-color: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 15px;
}
article a.blog-navigation:hover {
  text-decoration: none;
  background-color: #DEDEDE;
}
.comment-form .form-group.required .control-label:after {
  content: '*';
  color: red;
}
.comments .comment {
  font-size: 17.5px;
  padding: 15px 20px;
}
.comments .comment:nth-child(even) {
  border-left: 5px solid #274B67;
  border-top: 1px solid #274B67;
  border-bottom: 1px solid #274B67;
}
.comments .comment:nth-child(odd) {
  border-left: 5px solid #E9CEAF;
  border-top: 1px solid #E9CEAF;
  border-bottom: 1px solid #E9CEAF;
}
.comments .comment.highlight {
  background-color: #f4e7d7;
  border-left: 5px solid #274B67;
  border-top: 1px solid #274B67;
  border-bottom: 1px solid #274B67;
}
.comments .comment .comment-author {
  font-weight: bold;
}
.comments .comment .comment-email::before {
  content: "(";
}
.comments .comment .comment-email::after {
  content: ")";
}
.comments .comment .comment-content {
  margin-top: 30px;
}
.comments .comment .comment-toolbar {
  margin-top: 20px;
}
.comments .comment .comment-toolbar a {
  color: #686868;
  font-size: 14px;
  border: none;
  margin-right: 30px;
}
#replying-to {
  padding: 10px 30px;
  margin-bottom: 10px;
  border-top: 1px solid #CDCDCD;
  border-bottom: 1px solid #CDCDCD;
}
#replying-to #reply-name {
  font-weight: bold;
}
#replying-to #reply-content {
  font-size: 13px;
}
.blog-nav {
  background-color: #f8f8f8;
  text-align: center;
  border: 1px solid #d6d6d6;
}
.blog-nav .nav {
  line-height: 30px;
}
.blog-nav .nav li.active a,
.blog-nav .nav li.active a:hover {
  color: #686868;
  background-color: inherit;
}
.blog-nav .nav li.active a span,
.blog-nav .nav li.active a:hover span {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFFFFF), color-stop(49%, #FFFFFF), color-stop(50%, #FFF1D7), color-stop(100%, #FFF1D7));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
}
.blog-nav .nav li a:hover {
  background-color: inherit;
  text-decoration: none;
}
.blog-nav .nav li a:hover span {
  background: #FFFFFF;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #FFFFFF), color-stop(49%, #FFFFFF), color-stop(50%, #FFF1D7), color-stop(100%, #FFF1D7));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -o-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: -ms-linear-gradient(top, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FFFFFF 49%, #FFF1D7 50%, #FFF1D7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top', endColorstr='@bottom', GradientType=0);
}

/*# sourceMappingURL=maps/blog.css.map */
