/*/////////////////////////////////////////////////////////////////////////*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,700,700i&display=swap');
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////*/
main .block-page .media {
  position: relative;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left {
  margin-left: 25px;
  padding: 0;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left > a {
  display: block;
  width: 150px;
  height: 150px;
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left > a > .picture {
  position: absolute;
  width: 100px;
  height: 100px;
  box-shadow: inset 10px 10px 25px rgba(0, 0, 0, 0.4), 0px 0px 0px 5px #fff, 1px 1px 4px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 333ms ease-out;
  -moz-transition: all 333ms ease-out;
  -o-transition: all 333ms ease-out;
  transition: all 333ms ease-out;
}
main .block-page .media .media-left > a > .picture.picture-0 {
  z-index: 1;
  top: 25px;
  left: 20px;
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
main .block-page .media .media-left > a > .picture.picture-1 {
  z-index: 1;
  top: 10px;
  left: 40px;
}
main .block-page .media .media-left > a > .picture.picture-2 {
  z-index: 1;
  top: 30px;
  left: 45px;
  -ms-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
main .block-page .media .media-body > .media-heading {
  font-size: 2.4rem;
  height: 50px;
}
main .block-page .media .media-body > .list-group {
  margin: 0;
}
main .block-page .media .media-body > .list-group > .list-group-item {
  border: none;
  background: none;
  padding: 5px 0;
  font-size: small;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
main .block-page .media .media-body > .list-group > .list-group-item > a {
  font-size: small;
}
main .block-page .media:hover .media-left > a > .picture.picture-0 {
  top: 7px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
main .block-page .media:hover .media-left > a > .picture.picture-1 {
  top: 20px;
  left: 30px;
}
main .block-page .media:hover .media-left > a > .picture.picture-2 {
  top: 40px;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
main .block-page .block-items .thumbnail {
  padding: 0;
  display: block;
  text-align: center;
}
main .block-page .block-items .thumbnail > .caption {
  margin: 0;
  padding: 0;
}
main .block-page .block-items .thumbnail > .caption.header > h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: small;
  background: #E7E7E7;
  color: #333;
  border-radius: 4px 4px 0px 0px;
}
main .block-page .block-items .thumbnail > .caption.middle > h3 {
  margin: 0;
  padding: 5px;
  text-align: right;
  font-size: small;
  background: #E7E7E7;
  color: #333;
}
main .block-page .block-items .thumbnail > .caption.footer > h3 {
  margin: 0;
  padding: 10px;
  text-align: center;
  font-size: medium;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
main .block-page .block-items .thumbnail > .picture {
  margin: 10px auto;
  padding: 0;
  height: 200px;
}
main .block-page .block-items .thumbnail:hover,
main .block-page .block-items .thumbnail:focus {
  border-color: #c6352f;
  text-decoration: none;
}
.modal {
  padding: 0;
}
.modal .modal-content {
  background-color: #a2a2a2;
}
.modal .modal-content .modal-body > img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin: auto;
}
.modal .modal-content .modal-body p {
  margin: 10px 0 0 0;
}
.modal .modal-content .modal-body p .btn-social-icon {
  float: right;
}
main .block-page .page-header {
  border: none;
}
main .block-page .page-header > h2 {
  color: #000;
  text-align: center;
  font-weight: 800;
  margin-bottom: 0.25rem;
}
main .block-page .page-header > p {
  text-align: center;
  text-transform: uppercase;
  color: #777;
  font-size: 18px;
}
main .block-page .page-header p::after {
  background-color: #c6352f;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 10px auto 75px auto;
}
main .block-page .page-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #c6352f;
  margin-bottom: 5px;
}
main .block-page .page-content > p {
  font-size: 18px;
  color: #777;
  line-height: 24px;
}
main .block-page .page-content > p b,
main .block-page .page-content > p strong {
  font-weight: 600;
  color: #c6352f;
}

/*# sourceMappingURL=index.css.map */