@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);
@import url(https://fonts.googleapis.com/css?family=Ovo);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display);
@import url(https://fonts.googleapis.com/css?family=Fauna+One);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Teko:700);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);

/*  Card Style 1 */
figure.card_style_1 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  text-align: left;
}
figure.card_style_1 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure.card_style_1 img {
  opacity: 1;
  width: 100%;
}
figure.card_style_1 figcaption {
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  position: absolute;
  padding: 15px 20px;
}
figure.card_style_1 figcaption h3,
figure.card_style_1 figcaption p {
  margin: 0 0 8px;
  opacity: 0;
  width: 100%;
}
figure.card_style_1 figcaption h3 {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}
figure.card_style_1 figcaption h3 span {
  font-weight: 800;
}
figure.card_style_1 figcaption p {
  position: absolute;
  font-size: 0.9em;
  font-weight: 500;
  text-align: right;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
}
figure.card_style_1 figcaption:before,
figure.card_style_1 figcaption:after,
figure.card_style_1 figcaption div:before,
figure.card_style_1 figcaption div:after {
  background-color: #ffffff;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
figure.card_style_1 figcaption:before,
figure.card_style_1 figcaption:after {
  width: 0;
  height: 1px;
}
figure.card_style_1 figcaption div:before,
figure.card_style_1 figcaption div:after {
  width: 1px;
  height: 0;
}
figure.card_style_1 figcaption:before,
figure.card_style_1 figcaption div:before {
  left: 0;
  top: 0;
}
figure.card_style_1 figcaption:after {
  bottom: 0;
  left: 0;
}
figure.card_style_1 figcaption div:after {
  top: 0;
  right: 0;
}
figure.card_style_1 figcaption:after,
figure.card_style_1 figcaption div:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.card_style_1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.card_style_1.blue {
  background: #164666;
}
figure.card_style_1.red {
  background: #6d2018;
}
figure.card_style_1.yellow {
  background: #976008;
}
figure.card_style_1:hover img,
figure.card_style_1.hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.card_style_1:hover figcaption h3,
figure.card_style_1.hover figcaption h3,
figure.card_style_1:hover figcaption p,
figure.card_style_1.hover figcaption p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
figure.card_style_1:hover figcaption p,
figure.card_style_1.hover figcaption p {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.card_style_1:hover figcaption:before,
figure.card_style_1.hover figcaption:before,
figure.card_style_1:hover figcaption:after,
figure.card_style_1.hover figcaption:after {
  width: 100%;
}
figure.card_style_1:hover figcaption div:before,
figure.card_style_1.hover figcaption div:before,
figure.card_style_1:hover figcaption div:after,
figure.card_style_1.hover figcaption div:after {
  height: 100%;
}


/*  Card Style 2 */
figure.card_style_2 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.card_style_2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.card_style_2 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.card_style_2 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.card_style_2 figcaption::before {
  position: absolute;
  top: 50%;
  right: 30px;
  bottom: 50%;
  left: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.card_style_2 h2,
figure.card_style_2 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.card_style_2 h2 {
  word-spacing: -0.15em;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.card_style_2 h2 span {
  font-weight: 800;
}
figure.card_style_2 p {
  font-weight: 200	;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.card_style_2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.card_style_2:hover img {
  opacity: 0.35;
}
figure.card_style_2:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.card_style_2:hover figcaption p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.card_style_2:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/*  Card Style 3 */
.card_style_3 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  margin: 10px;
  min-width: 310px -60px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.card_style_3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.card_style_3 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.card_style_3 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.card_style_3 figcaption:before,
.card_style_3 figcaption:after {
  width: 1px;
  height: 0;
}
.card_style_3 figcaption:before {
  right: 0;
  top: 0;
}
.card_style_3 figcaption:after {
  left: 0;
  bottom: 0;
}
.card_style_3 h3,
.card_style_3 p {
  line-height: 1.5em;
}
.card_style_3 h3 {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
.card_style_3 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
.card_style_3 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.card_style_3:before,
.card_style_3:after,
.card_style_3 figcaption:before,
.card_style_3 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.card_style_3:before,
.card_style_3:after {
  height: 1px;
  width: 0%;
}
.card_style_3:before {
  top: 0;
  left: 0;
}
.card_style_3:after {
  bottom: 0;
  right: 0;
}
.card_style_3:hover img,
.card_style_3.hover img {
  opacity: 0.4;
}
.card_style_3:hover figcaption,
.card_style_3.hover figcaption {
  opacity: 1;
}
.card_style_3:hover figcaption:before,
.card_style_3.hover figcaption:before,
.card_style_3:hover figcaption:after,
.card_style_3.hover figcaption:after {
  height: 100%;
}
.card_style_3:hover:before,
.card_style_3.hover:before,
.card_style_3:hover:after,
.card_style_3.hover:after {
  width: 100%;
}
.card_style_3:hover:before,
.card_style_3.hover:before,
.card_style_3:hover:after,
.card_style_3.hover:after,
.card_style_3:hover figcaption:before,
.card_style_3.hover figcaption:before,
.card_style_3:hover figcaption:after,
.card_style_3.hover figcaption:after {
  opacity: 0.1;
}
/*  Card Style 4 */

figure.card_style_4 {
  font-family: 'Josefin Sans', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  background: #000000;
  text-align: right;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.card_style_4 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
figure.card_style_4 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
figure.card_style_4 img:first-of-type {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}
figure.card_style_4 img:nth-of-type(2) {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
figure.card_style_4 figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15% 15px 15px;
}
figure.card_style_4 figcaption h3,
figure.card_style_4 figcaption p {
  margin: 0 0 5px;
}
figure.card_style_4 figcaption h3 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
figure.card_style_4 figcaption h3 span {
  font-weight: 700;
}
figure.card_style_4 figcaption p {
  opacity: 0.8;
}
figure.card_style_4 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.card_style_4:hover img,
figure.card_style_4.hover img {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*  Card Style 5 */

.card_style_5 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  padding: 6px;
  min-width: 230px;
  width: 100%;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
}
.card_style_5 * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card_style_5 img {
  max-width: 100%;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.card_style_5 .border {
  position: absolute;
  opacity: 0.45;
  z-index: 1;
}
.card_style_5 .border:before,
.card_style_5 .border:after,
.card_style_5 .border div:before,
.card_style_5 .border div:after {
  background-color: #999999;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.card_style_5 .border:before,
.card_style_5 .border:after {
  width: 0;
  height: 1px;
}
.card_style_5 .border div:before,
.card_style_5 .border div:after {
  width: 1px;
  height: 0;
}
.card_style_5 .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
.card_style_5 .border.one:before,
.card_style_5 .border.one div:before {
  left: 0;
  top: 0;
}
.card_style_5 .border.one:after,
.card_style_5 .border.one div:after {
  bottom: 0;
  right: 0;
}
.card_style_5 .border.two {
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
}
.card_style_5 .border.two:before,
.card_style_5 .border.two div:before {
  right: 0;
  top: 0;
}
.card_style_5 .border.two:after,
.card_style_5 .border.two div:after {
  bottom: 0;
  left: 0;
}
.card_style_5 figcaption {
  left: 6px;
  right: 6px;
  top: 6px;
  bottom: 6px;
  position: absolute;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3);
}
.card_style_5 p {
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6em;
  font-style: italic;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  background: transparent !important;
  width: 100%;
}
.card_style_5 h5 {
  display: inline-block;
  color: #ffffff;
  font-size: 1em;
  width: 100%;
}
.card_style_5 h5 span {
  font-weight: normal;
  margin-left: 5px;
  opacity: 0.5;
}

.card_style_5 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.card_style_5:hover .border:before,
.card_style_5.hover .border:before,
.card_style_5:hover .border:after,
.card_style_5.hover .border:after {
  width: 100%;
}
.card_style_5:hover .border div:before,
.card_style_5.hover .border div:before,
.card_style_5:hover .border div:after,
.card_style_5.hover .border div:after {
  height: 100%;
}
.card_style_5:hover figcaption,
.card_style_5.hover figcaption {
  opacity: 0.9;
  background: rgba(0, 0, 0, 0.9);
}


/*  Card Style 6 */
figure.card_style_6 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}
figure.card_style_6 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.card_style_6 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.card_style_6:after,
figure.card_style_6 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  
}
figure.card_style_6:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.card_style_6 figcaption {
  z-index: 1;
  padding: 40px;
}
figure.card_style_6 h3,
figure.card_style_6 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
figure.card_style_6 h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0;
}
figure.card_style_6 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.card_style_6 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.card_style_6 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.card_style_6:hover img,
figure.card_style_6.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.card_style_6:hover:after,
figure.card_style_6.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
figure.card_style_6:hover h3,
figure.card_style_6.hover h3,
figure.card_style_6:hover p,
figure.card_style_6.hover p,
figure.card_style_6:hover i,
figure.card_style_6.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
/*  Card Style 7 */

.card_style_7 {
  position: relative;
  margin: 10px 20px;
  min-width: 230px;
  min-height: 220px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  line-height: 1.4em;
  background-color: #1a1a1a;
  font-size: 16px;
}
.card_style_7 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card_style_7 img {
  position: absolute;
  right: 0%;
  top: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.card_style_7 figcaption {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 20px 0 20px 20px;
  z-index: 100;
}
.card_style_7 h2,
.card_style_7 p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.card_style_7 h2 {
  font-family: 'Playfair Display', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
}
.card_style_7 p {
  font-size: 0.8em;
}
.card_style_7 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.card_style_7:hover img,
.card_style_7.hover img {
  width: 55%;
  right: -10%;
}
.card_style_7:hover figcaption h2,
.card_style_7.hover figcaption h2,
.card_style_7:hover figcaption p,
.card_style_7.hover figcaption p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/*  Card Style 8 */
.card_style_8 {
  background-color: #fff;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  margin: 10px 5px;
  min-width: 230px;
  overflow: hidden;
  position: relative;
  text-align: right;
  width: 100%;
}

.card_style_8 *,
.card_style_8 *:before,
.card_style_8 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.card_style_8 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.card_style_8:before,
.card_style_8:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: #b81212;
  opacity: 0.5;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.card_style_8:before {
  -webkit-transform: skew(30deg) translateX(80%);
  transform: skew(30deg) translateX(80%);
}

.card_style_8:after {
  -webkit-transform: skew(-30deg) translateX(70%);
  transform: skew(-30deg) translateX(70%);
}

.card_style_8 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 20px 20px 20px 40%;
}

.card_style_8 figcaption:before,
.card_style_8 figcaption:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b81212;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: '';
  opacity: 0.5;
  z-index: -1;
}

.card_style_8 figcaption:before {
  -webkit-transform: skew(30deg) translateX(100%);
  transform: skew(30deg) translateX(100%);
}

.card_style_8 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(90%);
  transform: skew(-30deg) translateX(90%);
}

.card_style_8 h3,
.card_style_8 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.card_style_8 h3 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
}

.card_style_8 p {
  font-size: 0.9em;
}

.card_style_8 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.card_style_8:hover h3,
.card_style_8.hover h3,
.card_style_8:hover p,
.card_style_8.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
}

.card_style_8:hover:before,
.card_style_8.hover:before {
  -webkit-transform: skew(30deg) translateX(30%);
  transform: skew(30deg) translateX(30%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.card_style_8:hover:after,
.card_style_8.hover:after {
  -webkit-transform: skew(-30deg) translateX(20%);
  transform: skew(-30deg) translateX(20%);
}

.card_style_8:hover figcaption:before,
.card_style_8.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(50%);
  transform: skew(30deg) translateX(50%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.card_style_8:hover figcaption:after,
.card_style_8.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(40%);
  transform: skew(-30deg) translateX(40%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*  Card Style 9 */
.card_style_9 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  line-height: 1.5em;
}
.card_style_9 *,
.card_style_9 *:before,
.card_style_9 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.card_style_9 img {
  width: calc(120%);
  backface-visibility: hidden;
  vertical-align: top;
}
.card_style_9 figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  padding: 5px 40px;
  opacity: 0;
}
.card_style_9 h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 17px;
}
.card_style_9 p {
  font-weight: 400;
  margin: 0;
  font-size: 0.9em;
}
.card_style_9 i {
  position: absolute;
  color: #fff;
  font-size: 34.375px;
  line-height: 55px;
  width: 55px;
  bottom: 0;
  right: 0;
  background-color: #c0392b;
  -webkit-transform: translateX(55px);
  transform: translateX(55px);
}
.card_style_9 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.card_style_9:hover img,
.card_style_9.hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.card_style_9:hover figcaption,
.card_style_9.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
.card_style_9:hover i,
.card_style_9.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*  Card Style 10 */
.card_style_10 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  line-height: 1.5em;
}

.card_style_10 *,
.card_style_10 *:before,
.card_style_10 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.card_style_10 img {
  width: calc(120%);
  backface-visibility: hidden;
  vertical-align: top;
  -webkit-transform: translate(-40px);
  transform: translate(-40px);
}

.card_style_10 figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  padding: 5px 40px;
  opacity: 0;
}

.card_style_10 h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}

.card_style_10 p {
  font-weight: 400;
  margin: 0;
  font-size: 0.9em;
}

.card_style_10 i {
  position: absolute;
  color: #fff;
  font-size: 34.375px;
  line-height: 55px;
  width: 55px;
  bottom: 0;
  left: 0;
  background-color: #c0392b;
  -webkit-transform: translateX(-55px);
  transform: translateX(-55px);
}

.card_style_10 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card_style_10:hover img,
.card_style_10.hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.card_style_10:hover figcaption,
.card_style_10.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.card_style_10:hover i,
.card_style_10.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*  Card Style 11 */
figure.card_style_11 {
  position: relative;
  margin: 10px;
  min-width: 230px;
  min-height: 230px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  font-size: 14px;
}
figure.card_style_11 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.card_style_11 img {
  position: absolute;
  top: 0%;
  left: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
figure.card_style_11 figcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  padding: 20px 30px;
  z-index: 100000;
}
figure.card_style_11 h2,
figure.card_style_11 p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
figure.card_style_11 h2 {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 16px;
}
figure.card_style_11 p {
  font-size: 0.8em;
  z-index: 100000;
}
figure.card_style_11 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.card_style_11:hover img,
figure.card_style_11.hover img {
  width: 70%;
  top: -5%;
}
figure.card_style_11:hover figcaption h2,
figure.card_style_11.hover figcaption h2,
figure.card_style_11:hover figcaption p,
figure.card_style_11.hover figcaption p {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 1;
}
/*  Card Style 12 */
figure.card_style_12 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.card_style_12 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}

figure.card_style_12 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.card_style_12 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

figure.card_style_12 figcaption h3,
figure.card_style_12 figcaption p {
  margin: 0;
  color: rgba(255, 255, 255, 0);
  text-shadow: 0 0 40px #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.card_style_12 figcaption h3 {
  font-size: 18px;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

figure.card_style_12 figcaption h3:after {
  left: 50%;
  right: 50%;
  opacity: 0;
  bottom: 0px;
  position: absolute;
  content: '';
  display: block;
  height: 5px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.card_style_12 figcaption h3 span {
  font-weight: 800;
}

figure.card_style_12 figcaption p {
  font-size: 0.9em;
}

figure.card_style_12 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.card_style_12.blue {
  background: #0a212f;
}

figure.card_style_12.blue i {
  background: #1b557a;
}

figure.card_style_12.red {
  background: #36100c;
}

figure.card_style_12.red i {
  background: #81261d;
}

figure.card_style_12.yellow {
  background: #583804;
}

figure.card_style_12.yellow i {
  background: #b06f09;
}

figure.card_style_12:hover img,
figure.card_style_12.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.card_style_12:hover figcaption h3,
figure.card_style_12.hover figcaption h3,
figure.card_style_12:hover figcaption p,
figure.card_style_12.hover figcaption p {
  color: #ffffff;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0);
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

figure.card_style_12:hover figcaption h3:after,
figure.card_style_12.hover figcaption h3:after {
  left: 20px;
  right: 20px;
  opacity: 0.6;
}
/*  Card Style 13 */

figure.card_style_13 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.card_style_13 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
figure.card_style_13 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.card_style_13 figcaption {
  position: absolute;
  top: 9%;
  left: 7%;
  right: 7%;
  bottom: 80%;
  border: 1px solid white;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.card_style_13 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.card_style_13 h3 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
figure.card_style_13 h3 span {
  font-weight: 800;
}
figure.card_style_13 h3:before,
figure.card_style_13 h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.card_style_13 h3:before {
  left: -1000%;
}
figure.card_style_13 h3:after {
  right: -1000%;
}
figure.card_style_13 p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.card_style_13 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.card_style_13:hover img,
figure.card_style_13.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.card_style_13:hover figcaption,
figure.card_style_13.hover figcaption {
  top: 9%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.card_style_13:hover p,
figure.card_style_13.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

/*  Card Style 14 */
figure.card_style_14 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.card_style_14 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.card_style_14 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.card_style_14 figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 0 1px 1px;
}
figure.card_style_14 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.card_style_14 h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
figure.card_style_14 h2 span {
  font-weight: 800;
}
figure.card_style_14 h2:before,
figure.card_style_14 h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.card_style_14 h2:before {
  left: -1000%;
}
figure.card_style_14 h2:after {
  right: -1000%;
}
figure.card_style_14 p {
  top: 50%;
  font-size: 0.9em;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
}
figure.card_style_14 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.card_style_14:hover img,
figure.card_style_14.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.card_style_14:hover figcaption,
figure.card_style_14.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.card_style_14:hover p,
figure.card_style_14.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/*  Card Style 15 */
figure.card_style_15 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 250px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.card_style_15 p{
  color: #ffffff;
}
figure.card_style_15 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.card_style_15 img {
  max-width: 100%;
  vertical-align: top;
}
figure.card_style_15 figcaption {
  position: absolute;
  height: 60px;
  left: 15px;
  right: 15px;
  bottom: 10px;
  overflow: hidden;
  padding: 0px 15px 15px 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
figure.card_style_15 h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 8px 0px 15px 0px;
}
figure.card_style_15 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #ccc;
  letter-spacing: 1px;
}
figure.card_style_15 blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
  background: transparent;
}
figure.card_style_15 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.card_style_15:hover figcaption,
figure.card_style_15.hover figcaption {
  height: calc(85%);
}
/*  Card Style 16 */
figure.card_style_16 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.card_style_16 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.card_style_16 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.card_style_16 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}

figure.card_style_16 figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
figure.card_style_16 figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

figure.card_style_16 h2,
figure.card_style_16 p {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s,-webkit-transform 0.45s,-moz-transform 0.45s,-o-transform 0.45s,transform 0.45s;
}
figure.card_style_16 h2 {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.card_style_16 h2 span {
  font-weight: 800;
}
figure.card_style_16 p {
  display: block;
  bottom: 0;
  margin-top: 12px; 
  text-align: left;
  font-weight: 300;
  top: 0%;
  color: #000;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.card_style_16 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.card_style_16:hover img {
  opacity: 0.7;
}
figure.card_style_16:hover figcaption h2,
figure.card_style_16:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.card_style_16:hover figcaption h2 {
  opacity: 1;
  color: #ffffff;
}
figure.card_style_16:hover figcaption p {
  opacity: 1;
}
figure.card_style_16:hover figcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/*  Card Style 17 */
figure.card_style_17 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.card_style_17 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

figure.card_style_17 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}

figure.card_style_17 figcaption {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  border: 1px solid white;
  border-width: 0 1px;
}

figure.card_style_17 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.card_style_17 .caption {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  width: 100%;
  bottom: 0;
}

figure.card_style_17 h3,
figure.card_style_17 p {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  color: #ffffff;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}

figure.card_style_17 h3{
font-size: 18px;
  font-weight: 400;
}


figure.card_style_17 h3 span,
figure.card_style_17 p span {
  font-weight: 800;
  color: #ffffff;
}

figure.card_style_17 h3:before,
figure.card_style_17 p:before,
figure.card_style_17 h3:after,
figure.card_style_17 p:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
}

figure.card_style_17 h3:before,
figure.card_style_17 p:before {
  left: -1000%;
}

figure.card_style_17 h3:after,
figure.card_style_17 p:after {
  right: -1000%;
}

figure.card_style_17 h3:before,
figure.card_style_17 h3:after {
  top: 50%;
}

figure.card_style_17 p {
  font-size: 0.8em;
  font-weight: 500;
}

figure.card_style_17 p:before,
figure.card_style_17 p:after {
  bottom: 50%;
}

figure.card_style_17 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.card_style_17:hover img,
figure.card_style_17.hover img {
  opacity: 0.35;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

/*  Card Style 18 */
figure.card_style_18 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.card_style_18 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.card_style_18 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.card_style_18 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.card_style_18 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.card_style_18 h2,
figure.card_style_18 p {
  margin: 0;
  opacity: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
figure.card_style_18 h2 {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  bottom: 0;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translate3d(0%, 150%, 0) rotate(20deg);
  transform: translate3d(0%, 150%, 0) rotate(20deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.card_style_18 h2 span {
  font-weight: 800;
}
figure.card_style_18 p {
  -webkit-transform: translate3d(0%, -150%, 0) rotate(20deg);
  transform: translate3d(0%, -150%, 0) rotate(20deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.card_style_18 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.card_style_18.blue {
  background-color: #20638f;
}
figure.card_style_18.red {
  background-color: #962d22;
}
figure.card_style_18.yellow {
  background-color: #c87f0a;
}
figure.card_style_18.green {
  background-color: #1e8449;
}
figure.card_style_18.orange {
  background-color: #bf6516;
}
figure.card_style_18.navy {
  background-color: #222f3d;
}
figure.card_style_18:hover img,
figure.card_style_18.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.card_style_18:hover figcaption h2,
figure.card_style_18.hover figcaption h2,
figure.card_style_18:hover figcaption p,
figure.card_style_18.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
  transform: translate3d(0%, 0%, 0) rotate(0deg);
}
figure.card_style_18:hover figcaption h2,
figure.card_style_18.hover figcaption h2 {
  opacity: 1;
}
figure.card_style_18:hover figcaption p,
figure.card_style_18.hover figcaption p {
  opacity: 1;
}

/*  Card Style 19 */
figure.card_style_19 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
}

figure.card_style_19 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.card_style_19 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

figure.card_style_19 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.card_style_19 figcaption > div {
  height: 20%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
}

figure.card_style_19 h2,
figure.card_style_19 p {
  margin: 0;
  padding: 0 30px;
  position: absolute;
  width: 100%;
  left: 0;
}

figure.card_style_19 h2 {
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  top: 80%;
  font-size: 19px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.card_style_19 p {
  opacity: 0;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, -150%, 0);
  transform: translate3d(0%, -150%, 0);
}

figure.card_style_19 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.card_style_19:hover img,
figure.card_style_19.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

figure.card_style_19:hover figcaption h2,
figure.card_style_19.hover figcaption h2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0.9;
  color: #000000;
}

figure.card_style_19:hover figcaption p,
figure.card_style_19.hover figcaption p {
  opacity: 0.7;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*  Card Style 20 */
figure.card_style_20 {
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  width: 100%;
  color: #000000;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #000000 70%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #000000 70%);
}

figure.card_style_20 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.card_style_20 img {
  max-width: 100%;
}

figure.card_style_20 figcaption {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

figure.card_style_20 h2,
figure.card_style_20 p {
  margin: 0;
  width: 100%;
  padding: 10px 20px;
}

figure.card_style_20 h2 {
  color: #ffffff;
  position: absolute;
  bottom: 100%;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}

figure.card_style_20 p {
  background: rgba(0, 0, 0, 0.5);
  text-align: right;
  bottom: 0;
  font-size: 0.7em;
  font-weight: 500;
}

figure.card_style_20 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.card_style_20:hover img,
figure.card_style_20.hover img {
  opacity: 0.4;
}

figure.card_style_20:hover figcaption,
figure.card_style_20.hover figcaption {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*  Card Style 21 */
figure.card_style_21 {
  background-color: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  margin: 10px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

figure.card_style_21 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

figure.card_style_21 img {
  max-width: 100%;
  opacity: 0.75;
  position: relative;
  vertical-align: top;
}

figure.card_style_21 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.card_style_21 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #000000;
  color: #ffffff;
  top: 0;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

figure.card_style_21 p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0px 20px;
  opacity: 0;
  text-align: right;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

figure.card_style_21 i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 54px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

figure.card_style_21 .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background-color: rgba(236, 188, 46, 0.75);
  display: flex;
  font-size: 65px;
  justify-content: center;
  opacity: 0;
}

figure.card_style_21 a {
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

figure.card_style_21:hover .hover,
figure.card_style_21.hover .hover {
  opacity: 1;
}

figure.card_style_21:hover p,
figure.card_style_21.hover p {
  opacity: 1;
}

figure.card_style_21:hover h3,
figure.card_style_21.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

figure.card_style_21:hover i,
figure.card_style_21.hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}

/*  Card Style 22 */
figure.card_style_22 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 230px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #fff;
}

figure.card_style_22 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.card_style_22 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

figure.card_style_22 figcaption {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  z-index: 1;
  bottom: 0;
}

figure.card_style_22 h3,
figure.card_style_22 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

figure.card_style_22 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  color: #444444;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}

figure.card_style_22 p {
  font-weight: normal;
  font-style: italic;
  color: #888;
  font-size: 0.9em;
  -webkit-transform: translateX(-25px);
  transform: translateX(-25px);
}

figure.card_style_22 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.card_style_22:hover > img,
figure.card_style_22.hover > img {
  opacity: 0.1;
}

figure.card_style_22:hover h3,
figure.card_style_22.hover h3,
figure.card_style_22:hover p,
figure.card_style_22.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}


/*  Card Style 23 */
figure.card_style_23 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #ffffff;
  line-height: 1.4em;
  transform: translateZ(0);
}

figure.card_style_23 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

figure.card_style_23 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}

figure.card_style_23:before {
  background: #000000;
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 1;
  top: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 40px white;
}

figure.card_style_23 figcaption {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}

figure.card_style_23 h2,
figure.card_style_23 p {
  margin: 0;
  width: 100%;
  opacity: 0;
  padding: 25px;
}

figure.card_style_23 h2 {
  font-family: 'Julius Sans One', Arial, sans-serif;
  color: #ffffff;
  font-size: 19px;
}

figure.card_style_23 p {
  position: absolute;
  bottom: 0;
  padding-left: 60px;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-align: right;
}

figure.card_style_23 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

figure.card_style_23:hover img,
figure.card_style_23.hover img {
  opacity: 0.2;
}

figure.card_style_23:hover:before,
figure.card_style_23.hover:before {
  top: 0;
  box-shadow: 0 0 0px white;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.card_style_23:hover figcaption h2,
figure.card_style_23.hover figcaption h2,
figure.card_style_23:hover figcaption p,
figure.card_style_23.hover figcaption p {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

figure.card_style_23:hover figcaption h2,
figure.card_style_23.hover figcaption h2 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0.5;
}

figure.card_style_23:hover figcaption p,
figure.card_style_23.hover figcaption p {
  opacity: 0.7;
}

/*  Card Style 24 */
figure.card_style_24 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
figure.card_style_24 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.card_style_24 img {
  opacity: 1;
  width: 100%;
}
figure.card_style_24:after,
figure.card_style_24:before,
figure.card_style_24 figcaption:after,
figure.card_style_24 figcaption:before {
  background: #0a0a0a;
  width: 25%;
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s steps(4);
  transition: all 0.3s steps(4);
  z-index: 1;
  top: 50%;
  bottom: 50%;
}
figure.card_style_24:before {
  left: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.card_style_24:after {
  left: 25%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.card_style_24 figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}
figure.card_style_24 figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  z-index: -1;
}
figure.card_style_24 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 30px;
}
figure.card_style_24 h2,
figure.card_style_24 p,
figure.card_style_24 .icons {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.card_style_24 h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
}
figure.card_style_24 p {
  font-weight: 300;
}
figure.card_style_24 .icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
figure.card_style_24 i {
  padding: 0px 10px;
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  opacity: 0.8;
}
figure.card_style_24 i:hover {
  opacity: 1;
}
figure.card_style_24:hover:after,
figure.card_style_24.hover:after,
figure.card_style_24:hover:before,
figure.card_style_24.hover:before,
figure.card_style_24:hover figcaption:after,
figure.card_style_24.hover figcaption:after,
figure.card_style_24:hover figcaption:before,
figure.card_style_24.hover figcaption:before {
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
figure.card_style_24:hover figcaption h2,
figure.card_style_24.hover figcaption h2,
figure.card_style_24:hover figcaption p,
figure.card_style_24.hover figcaption p,
figure.card_style_24:hover figcaption .icons,
figure.card_style_24.hover figcaption .icons {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.card_style_24:hover figcaption h2,
figure.card_style_24.hover figcaption h2,
figure.card_style_24:hover figcaption .icons,
figure.card_style_24.hover figcaption .icons {
  opacity: 1;
}
figure.card_style_24:hover figcaption p,
figure.card_style_24.hover figcaption p {
  opacity: 0.7;
}
/*  Card Style 25 */
figure.card_style_25 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1px;
  min-width: 230px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}
figure.card_style_25:before {
  background: transparent !important;
  background-color: transparent !important;
}

figure.card_style_25:first-of-type {
  margin-left: 15px;
}
figure.card_style_25 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.card_style_25 .image {
  
}
figure.card_style_25 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  position: relative;
  opacity: 0.7;
}
figure.card_style_25 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.card_style_25 h4,
figure.card_style_25 p {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
}
figure.card_style_25 h4 {
  top: 0;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 15px;
  background-color: #0d0d0d;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.card_style_25 p {
  bottom: 0;
  background-color: #0d0d0d;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  font-size: 0.8em;
}
figure.card_style_25 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.card_style_25:hover img,
figure.card_style_25.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
figure.card_style_25:hover h4,
figure.card_style_25.hover h4,
figure.card_style_25:hover p,
figure.card_style_25.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*  Card Style 26 */

.card_style_26 .lg-height img {
    height: 480px;
}

.card_style_26 .line-scale .adv-thumb-link::before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 10px;
  right: 10px;
  content: "";
  border-top: 1px solid rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
.card_style_26 .line-scale .adv-thumb-link::after {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 20px;
  right: 20px;
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  z-index: 1;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}

.card_style_26 .line-scale:hover .adv-thumb-link::before,
.card_style_26 .line-scale:hover .adv-thumb-link::after {
  transform: scale(1);
  -webkit-transform: scale(1);
}
.card_style_26 .card img{width:100%;}
.card_style_26 .lg-height{height: 480px;overflow: hidden;}
.card_style_26 .sm-height{height: 235px;overflow: hidden;}
.card_style_26 .card-img-overlay {background: #00000070;}
.card_style_26 .moreinfo{color: #fff;font-weight: 800;font-size: 16px;/* line-height: 15; */position:relative;}
.card_style_26 .moreinfo:before{content:"";background: #fff;height: 2px;width:100%;position:absolute;/* z-index: 154665; */bottom: -3px;}
.card_style_26 .moreinfo:after {
   font-family: "Font Awesome 5 Free";
   content: "\f30b";
   display: inline-block;
   padding-right: 0;
   vertical-align: middle;
   font-weight: 900;
   padding-bottom: 3px;
   padding-left: 5px;
   font-size: 14px;
}

.card_style_26 .pb-3, .card_style_26 .py-3 {
    padding-bottom: 1rem!important;
}

.card_style_26 .pt-3, .card_style_26 .py-3 {
    padding-top: 1rem!important;
}
.card_style_26 .w-100 {
    width: 100%!important;
}
.card_style_26 .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}

.card_style_26 .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card_style_26 .text-center {
    text-align: center!important;
}
.card_style_26 .font-weight-bold {
    font-weight: 600!important;
}

.card_style_26 .mb-4, .card_style_26 .my-4 {
    margin-bottom: 1.5rem!important;
}
.card_style_26 .h5, .card_style_26 h5 {
    font-size: 1.25rem;
}
.card_style_26 .h5, .card_style_26 h3 {
    font-size: 0.9rem;
}
.card_style_26 .text-white, .card_style_26 h5, .card_style_26 h3 {
    color: #fff!important;
}
.card_style_26 .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
/*  Card Style 27 */

/*  Card Style 28 */

/*  Card Style 29 */