/* This is Reading page stylesheet */
/* HEADER IMAGE
---------------------------------------*/
.header {
  height: 500px;
}
.header-image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/**Header Responsive***/
@media(min-width:480px) and (max-width:767px) {
    .header {
      height: 400px;
    }
}
@media(min-width:50px) and (max-width:479px) {
    .header {
      height: 300px;
    }
}
/* END HEADER IMAGE
---------------------------------------*/

/* QUOTE SECTION
---------------------------------------*/
.aboutquote-pad {
  padding-top: 15px;
  padding-bottom: 20px;
  margin-left: 100px;
  margin-right: 100px;
}
/***About Quote Section Responsive***/
@media(min-width:640px) and (max-width:767px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 30px;
    margin-right: 30px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:480px) and (max-width:639px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:320px) and (max-width:479px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media(min-width:50px) and (max-width:319px) {
  .aboutquote-pad {
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* END QUOTE SECTION
---------------------------------------*/
.container .col-md-5 {
  margin-top: 30px;
}

h2 {
  color: #337ab7;
  margin-bottom: 4px;
}

.blog-p {
  line-height: 1.52;
}

.media .media-body > p {
  margin-bottom: 5px;
}

.social-h2 {
  color: #000;
}

.blog-image {
  margin-bottom: 10px;
}

.panel {
  border-radius: 0px;
  border: 2px solid #337ab7;
}

.panel-title {
  font-size: 20px;
  color: #333;
}

.panel-body > ul {
  margin-bottom: 0px;
}

#page-content {
  min-height: 0px;
}

.media {
  border-bottom: 1px solid #333;
}

.media-bottom {
  padding-bottom: 10px;
}

.media:last-child {
  border: none;
}

.media-left .panel {
  border: 4px solid #333;
}

.media-heading {
  color: #337ab7;
}

.event {
  padding: 10px 25px;
  background-color: #333;
  border-color: #333;
  border-radius: 0px;
}

.month {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.day {
  font-size: 26px;
  color: #333;
  padding: 6px;
}

.well > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.btn-block {
  margin-bottom: 10px;
}

.hr-medium-xs {
  display: none;
}

.pager {
  margin-top: 10px;
}

.pager li > a, .pager li > span {
  border: none;
}

.pager li > a:focus,
.pager li > a:hover {
  background-color: #fff;
  cursor: pointer;
}

@media (max-width:991px) {
  .container .col-md-5 {
    margin-top: 0px;
  }
  .hr-medium-xs {
    display: block;
  }
  .pager {
    margin-bottom: 0px;
  }
}
