@charset "UTF-8";

a {
  text-decoration: none;
}


.fb-card-img-top{
	width:100%;
}

.fb-card {
  float: left;
  padding: 0 1.7rem;
}
.fb-card .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fb-card .menu-content::before, .fb-card .menu-content::after {
  content: "";
  display: table;
}
.fb-card .menu-content::after {
  clear: both;
}
.fb-card .menu-content li {
  display: inline-block;
}
.fb-card .menu-content a {
  color: #fff;
}
.fb-card .menu-content span {
  position: absolute;
  left: 5%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: "Open Sans";
  transform: translate(45%, 0);
}
.fb-card .wrapper {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
  height: 400px;
}
.fb-card .wrapper:hover .data {
  transform: translateY(0);
}
.fb-card .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(calc(75px + 1em));
  transition: transform 0.3s;
}
.fb-card .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.fb-card .author {
  font-size: 12px;
}
.fb-card .title {
  margin-top: 10px;
  font-size: 22px;
  line-height: 20px;
}
.fb-card .text {
  font-size: 14px;
  height: 75px;
  margin: 0;
}

.fb-card input[type=checkbox] {
  display: none;
}
.fb-card input[type=checkbox]:checked + .menu-content {
  transform: translateY(-60px);
}


.example-fb .date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77d7b9;
  color: #fff;
  padding: 0.8em;
}
.example-fb .date span {
  display: block;
  text-align: center;
}
.example-fb .date .day {
  font-weight: 700;
  font-size: 24px;
  text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}
.example-fb .date .month {
  text-transform: uppercase;
}
.example-fb .date .month,
.example-fb .date .year {
  font-size: 12px;
}
.example-fb .content {
  background-color: #fff;
  box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}
.example-fb .title a {
  color: gray;
}
.example-fb .menu-button {
  position: absolute;
  z-index: 999;
  top: 0px;
  right: 16px;
  width: 25px;
  text-align: center;
  cursor: pointer;
}
.example-fb .menu-button span {
  width: 5px;
  height: 5px;
  background-color: gray;
  color: gray;
  position: relative;
  display: inline-block;
  border-radius: 50%;
}
.example-fb .menu-button span::after, .example-fb .menu-button span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}
.example-fb .menu-button span::before {
  left: -10px;
}
.example-fb .menu-button span::after {
  right: -10px;
}
.example-fb .menu-content {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.3s;
  transform: translateY(0);
}
.example-fb .menu-content li {
  width: 33.333333%;
  float: left;
  background-color: #77d7b9;
  height: 60px;
  position: relative;
}
.example-fb .menu-content a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.example-fb .menu-content span {
  top: -10px;
}
.example-fb{
    padding: 5px 5px;
}
.col-md-4{
    width: 32%;
  }
  .col-md-6{
    width: 48%;
  }
  .col-md-12{
    width: 100%;
  }

@media screen and (max-width: 992px){

    
      .col-md-4{
        width: 32%;
      }
      .col-md-6{
        width: 48%;
      }
      .col-md-12{
        width: 100%;
      }
      .example-fb{
        padding: 5px 5px;
    }
}
@media screen and (max-width: 692px){

    
      .col-md-4{
        width: 100%;
      }
      .col-md-6{
        width: 100%;
      }
      .col-md-12{
        width: 100%;
      }
    .example-fb{
        padding: 5px 5px;
    }
}



a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}
.pager {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
  text-align: center;
  padding: 0px;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  padding-top: 20px;
  display: inline;
  clear: both;
  position: relative;
}
.pager a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager a:hover {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next a {
  float: right;
  margin-top:30px;
}
.pager .previous a {
  float: left;
  margin-top:30px;
}
.pager .disabled a,
.pager .disabled a:hover {
  color: #999999;
  background-color: #fff;
  cursor: default;
   display: none;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loader-disabled{
  display: none;
}