/* ===============================*/
/* =======    CardStyle   ========*/
/* ===============================*/

.cardStyle {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}
.cardStyle:last-child {
  margin-bottom: 0;
}
@media(min-width: 768px) and (max-width: 1199px) {
  .cardStyle:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media(min-width: 768px) {
  .cardStyle {
    width: 300px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media(min-width: 992px) {
  .cardStyle {
    width: 370px;
  }
}
@media(min-width: 1200px) {
  .cardStyle {
    width: 255px;
  }
}

.cardStyle > .imageWrapperStyle {
  height: 200px;
  margin-bottom: 20px;
  /*background-image: url(https://cloud.githubusercontent.com/assets/198988/19978342/e9769b6a-a1f6-11e6-8011-2a6ff6f4cc2c.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media(min-width: 768px) {
  .cardStyle > .imageWrapperStyle {
    height: 200px;
  }
}
@media(min-width: 992px) {
  .cardStyle > .imageWrapperStyle {
    height: 250px;
  }
}
@media(min-width: 1200px) {
  .cardStyle > .imageWrapperStyle {
    height: 300px;
  }
}

.cardStyle .categoryStyle {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.cardStyle .titleStyle {
  margin-bottom: 10px;
}

.cardStyle .textStyle {
  margin-bottom: 20px;
}

/* ===============================*/
/* =======  CardFullStyle ========*/
/* ===============================*/

@media(max-width: 767px) {
  .cardFullStyle {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cardFullStyle:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  .cardFullStyle {
    width: 100%;
  }
  .cardFullStyle:not(:last-child) {
    margin-bottom: 80px;
  }
}
 @media(min-width: 992px) {
  .cardFullStyle {
    width: 450px;
  }
}
@media(min-width: 1200px) {
  .cardFullStyle {
    width: 540px;
  }
} 

.cardFullStyle > .imageWrapperStyle {
  height: 225px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media(min-width: 768px) {
  .cardFullStyle > .imageWrapperStyle {
    height: 300px;
  }
}
@media(min-width: 992px) {
  .cardFullStyle > .imageWrapperStyle {
    height: 250px;
    margin-bottom: 25px;
  }
}

.cardFullStyle .contentWrapper {
  background-color: #ffffff;
}
@media(max-width: 767px) {
  .cardFullStyle .contentWrapper {
    margin-top: -25px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 25px 25px 0;
  }
}
@media(min-width: 768px) and (max-width: 991px) {
  .cardFullStyle .contentWrapper {
    margin-top: -40px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 35px 60px 0;
  }
}

.cardFullStyle .categoryStyle {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.cardFullStyle .titleStyle {
  margin-bottom: 20px;
}

.cardFullStyle .textStyle {
  margin-bottom: 20px;
}
