/*************

-- Image Hover Effects --
-- Following Styles Included --

1. google font attachments
2. title-w-des
3. effect2
4. effect3
5. effect4
6. effect5
7. effect6
8. effect7
9. effect8
10. effect9
11. effect10
12. ct_effect11
13. ct_effect12
14. ct_effect13
15. ct_effect14
16. ct_effect15
17. ct_effect16
18. ct_effect17
19. ct_effect18
20. ct_effect19
21. ct_effect20
22. ct_effect21
23. ct_effect22
24. ct_effect23
25. ct_effect24_horizontal
26. ct_effect24_vertical
27. ct_effect25_left
28. ct_effect25_right
29. ct_effect26_horizontal
30. ct_effect26_vertical
31. ct_effect27_left
32. ct_effect27_right
33. ct_effect28
34. ct_effect29
35. ct_effect30
36. ct_effect31
37. ct_effect32
38. ct_effect33
39. ct_effect34
40. ct_effect35

**********/

/****** google font attachments ******/

@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,500,700,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Cardo);
@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=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,800,900);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://fonts.googleapis.com/css?family=Ovo);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url(https://fonts.googleapis.com/css?family=Yeseva+One);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

h2 {
  font-size: 24px;
  line-height: 24px;
}

/****** title-w-des ******/

.title-w-des {
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
  overflow: hidden;
  min-width: 100%;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.title-w-des * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.title-w-des img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.title-w-des figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  border: 4px solid rgba(255, 255, 255, 0.05);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.title-w-des h2,
.title-w-des p {
  line-height: 1.5em;
  margin: 0;
}
.title-w-des h2 {
  font-family: 'Cardo', serif;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color:#fff;
}
.title-w-des p {
  padding: 8px 0 15px;
}
.title-w-des a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.title-w-des:hover > img,
.title-w-des.hover > img {
  opacity: 0.2;
}
.title-w-des:hover figcaption,
.title-w-des.hover figcaption {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/****** effect2 ******/

.effect2 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 8px;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.effect2 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.effect2 img {
  max-width: 100%;
  vertical-align: top;
}
.effect2 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.75);
}
.effect2 h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin: 3px 0;
  color: #fff;
}
.effect2 h5 {
  font-weight: 400;
  margin: 0;
  color: #bbb;
  letter-spacing: 1px;
}
.effect2 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.effect2:hover figcaption,
.effect2.hover figcaption {
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: #ffffff;
}
.effect2:hover h3,
.effect2.hover h3,
.effect2:hover h5,
.effect2.hover h5 {
  color: #333;
}


/****** effect3 ******/

figure.effect3 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}
figure.effect3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.effect3 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
figure.effect3:after,
figure.effect3 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.effect3:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
figure.effect3 figcaption {
  z-index: 1;
  padding: 40px;
}
figure.effect3 h3,
figure.effect3 .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
  color: #fff;
}
figure.effect3 h3 {
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  opacity: 0;
}
figure.effect3 p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
figure.effect3 i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 20px 25px;
  font-size: 34px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
figure.effect3 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.effect3:hover img,
figure.effect3.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.effect3:hover:after,
figure.effect3.hover:after {
  opacity: 1;
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}
figure.effect3:hover h3,
figure.effect3.hover h3,
figure.effect3:hover p,
figure.effect3.hover p,
figure.effect3:hover i,
figure.effect3.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}

/****** effect4 ******/

.effect4 {
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
.effect4 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.effect4 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.effect4 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  border: 4px solid rgba(255, 255, 255, 0.05);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.effect4 h2,
.effect4 p {
  line-height: 1.5em;
  margin: 0;
  color:#fff;
}
.effect4 h2 {
  font-family: 'Cardo', serif;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.effect4 p {
  padding: 8px 0 15px;
}
.effect4 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.effect4:hover > img,
.effect4.hover > img {
  opacity: 0.2;
}
.effect4:hover figcaption,
.effect4.hover figcaption {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/****** effect5 ******/

.effect5 {
  font-family: 'Fauna One', Arial, sans-serif;
  position: relative;
  float: left;
  width: 100%;
  min-height: 250px;
  color: #ffffff;
  text-align: right;
  line-height: 1.4em;
  font-size: 16px;
  background-color: #000;
}
.effect5 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.effect5 img {
  position: absolute;
  right: 0%;
  top: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.effect5 figcaption {
  width: 50%;
  padding: 16% 0;
}
.effect5 h2,
.effect5 p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.effect5 h2 {
  font-family: sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
.effect5 p {
  font-size: 0.8em;
}
.effect5 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.effect5:hover img,
.effect5.hover img {
  width: 55%;
  right: -10%;
}
.effect5:hover figcaption h2,
.effect5.hover figcaption h2,
.effect5:hover figcaption p,
.effect5.hover figcaption p {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/****** effect6 ******/

figure.effect6 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
figure.effect6 *,
figure.effect6 *:before,
figure.effect6 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.effect6 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.effect6 .title {
  position: absolute;
  top: 38%;
  left: 25px;
  padding: 5px 10px 10px;
}
figure.effect6 .title:before,
figure.effect6 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.effect6 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.effect6 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.effect6 .title div:before,
figure.effect6 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.effect6 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.effect6 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.effect6 h2,
figure.effect6 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.effect6 h2 {
  font-weight: 400;
}
figure.effect6 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.effect6 figcaption {
  position: absolute;
  bottom: 60%;
  left: 25px;
  text-align: left;
  opacity: 0;
  padding: 5px 60px 5px 10px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.effect6 figcaption p {
  margin: 0;
}
figure.effect6 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.effect6:hover img,
figure.effect6.hover img {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}

figure.effect6:hover h2, figure.effect6.hover h2 {
  color: #fff;
}

figure.effect6:hover .title:before,
figure.effect6.hover .title:before,
figure.effect6:hover .title:after,
figure.effect6.hover .title:after,
figure.effect6:hover .title div:before,
figure.effect6.hover .title div:before,
figure.effect6:hover .title div:after,
figure.effect6.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.effect6:hover .title:before,
figure.effect6.hover .title:before,
figure.effect6:hover .title:after,
figure.effect6.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.effect6:hover figcaption,
figure.effect6.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.effect6:hover,
figure.effect6.hover {
  background: rgba(0, 0, 0, 0.68);
}



/****** effect7 ******/

figure.effect7 {
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}

figure.effect7 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.effect7 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

figure.effect7 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.75);
  border: 4px solid rgba(255, 255, 255, 0.05);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

figure.effect7 h2,
figure.effect7 p {
  line-height: 1.5em;
  margin: 0;
}

figure.effect7 h2 {
  font-family: 'Cardo', serif;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

figure.effect7 p {
  padding: 8px 0 15px;
}

figure.effect7 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

figure.effect7:hover > img,
figure.effect7.hover > img {
  opacity: 0.2;
}

figure.effect7:hover figcaption,
figure.effect7.hover figcaption {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/****** effect8 ******/

.effect8 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
  line-height: 1.5em;
}

.effect8 *,
.effect8 *:before,
.effect8 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.effect8 img {
  width: calc(120%);
  backface-visibility: hidden;
  vertical-align: top;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.effect8 figcaption {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  padding: 5px 40px;
  opacity: 0;
}

.effect8 h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.effect8 p {
  font-weight: 400;
  margin: 0;
  font-size: 0.9em;
}

.effect8 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);
}

.effect8 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.effect8:hover img,
.effect8.hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.effect8:hover figcaption,
.effect8.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}

.effect8:hover i,
.effect8.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/****** effect9 ******/

.effect9 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #ffffff;
  line-height: 1.4em;
  transform: translateZ(0);
}
.effect9 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.effect9 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.effect9: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: 0;
  bottom: 0;
  right: 0;
  left: 100%;
  box-shadow: 0 0 40px white;
}
.effect9 figcaption {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.effect9 h2,
.effect9 p {
  margin: 0;
  width: 100%;
  opacity: 0;
  padding: 25px;
}
.effect9 h2 {
  font-family: 'Julius Sans One', Arial, sans-serif;
}
.effect9 p {
  position: absolute;
  bottom: 0;
  padding-left: 60px;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-align: right;
}
.effect9 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.effect9:hover img,
.effect9.hover img {
  opacity: 0.2;
}
.effect9:hover:before,
.effect9.hover:before {
  left: 0;
  box-shadow: 0 0 0px white;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.effect9:hover figcaption h2,
.effect9.hover figcaption h2,
.effect9:hover figcaption p,
.effect9.hover figcaption p {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.effect9:hover figcaption h2,
.effect9.hover figcaption h2 {
  -webkit-transform: translateX(0%);
  transform: translateY(0%);
  opacity: 0.5;
  color: #fff;
  font-size: 25px;
}
.effect9:hover figcaption p,
.effect9.hover figcaption p {
  opacity: 0.7;
}

/****** effect10 ******/

figure.effect10 {
  font-family: 'Playfair Display', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  max-height: 250px;
  width: 100%;
  color: #000000;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
}
figure.effect10 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.effect10 img {
  max-width: 100%;
  backface-visibility: hidden;
}
figure.effect10 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: #ffffff;
  width: 40%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
figure.effect10 figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px;
  border-color: transparent #fff transparent transparent;
}
figure.effect10:after {
  position: absolute;
  bottom: 0;
  right: 40%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px;
  border-color: transparent transparent rgba(255, 255, 255, 0.5) transparent;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.effect10 h3,
figure.effect10 p {
  line-height: 1.5em;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  margin: 0;
}
figure.effect10 h3 {
  margin: 0 0 5px;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1.4em;
  opacity: 0.75;
}
figure.effect10 p {
  font-size: 0.8em;
}
figure.effect10 i {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 44px;
  color: #ffffff;
  opacity: 0;
}
figure.effect10 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.effect10:hover img,
figure.effect10.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.effect10:hover:after,
figure.effect10.hover:after,
figure.effect10:hover figcaption,
figure.effect10.hover figcaption,
figure.effect10:hover i,
figure.effect10.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/****** ct_effect11 ******/


figure.ct_effect11 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
}
figure.ct_effect11 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect11 img {
  max-width: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  backface-visibility: hidden;
}
figure.ct_effect11 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: scale(0.5) translate(0%, -50%);
  transform: scale(0.5) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  opacity: 0;
  padding: 0 30px;
}
figure.ct_effect11 h3,
figure.ct_effect11 p {
  line-height: 1.5em;
}
figure.ct_effect11 h3 {
  margin: 5px 0 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
figure.ct_effect11 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
figure.ct_effect11 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
figure.ct_effect11 .read-more:hover {
  background-color: #ffffff;
  color: #000;
}
figure.ct_effect11:hover img,
figure.ct_effect11.hover img {
  -webkit-animation: ct_effect11 0.45s linear forwards;
  animation: ct_effect11 0.45s linear forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
figure.ct_effect11:hover figcaption,
figure.ct_effect11.hover figcaption {
  -webkit-transform: scale(1) translate(0, -50%);
  transform: scale(1) translate(0, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@-webkit-keyframes ct_effect11 {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}
@keyframes ct_effect11 {
  50% {
    -webkit-transform: scale(0.8) translateY(0%);
    transform: scale(0.8) translateY(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateY(150%);
    transform: scale(0.8) translateY(150%);
    opacity: 0.5;
  }
}

/****** ct_effect12 ******/

figure.ct_effect12 {
  font-family: 'Playfair Display', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  max-height: 250px;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
}
figure.ct_effect12 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect12 img {
  max-width: 100%;
  backface-visibility: hidden;
}
figure.ct_effect12 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 10px 30px 0;
  background-color: #ffffff;
  width: 40%;
  -webkit-transform: translateX(-150%);
  transform: translateX(-150%);
}
figure.ct_effect12 figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 99.9%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px;
  border-color: transparent transparent transparent #ffffff;
}
figure.ct_effect12:after {
  position: absolute;
  top: 0;
  left: 40%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 125px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect12 h3,
figure.ct_effect12 p {
  line-height: 1.5em;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  margin: 0;
}
figure.ct_effect12 h3 {
  margin: 0 0 5px;
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1.4em;
  opacity: 0.75;
}
figure.ct_effect12 p {
  font-size: 0.8em;
}
figure.ct_effect12 i {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 25px 40px;
  font-size: 44px;
  color: #ffffff;
  opacity: 0;
}
figure.ct_effect12 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.ct_effect12:hover img,
figure.ct_effect12.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.ct_effect12:hover:after,
figure.ct_effect12.hover:after,
figure.ct_effect12:hover figcaption,
figure.ct_effect12.hover figcaption,
figure.ct_effect12:hover i,
figure.ct_effect12.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/****** ct_effect13 ******/

.ct_effect13 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  max-height: 250px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
}
.ct_effect13 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ct_effect13 img {
  max-width: 100%;
  vertical-align: top;
}
.ct_effect13 figcaption {
  position: absolute;
  top: calc(77%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}
.ct_effect13 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.ct_effect13 h3,
.ct_effect13 p {
  margin: 0 0 10px;
}
.ct_effect13 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.ct_effect13 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
}
.ct_effect13 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.ct_effect13:hover figcaption,
.ct_effect13.hover figcaption {
  top: 80px;
}

/****** ct_effect14 ******/

.ct_effect14 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #ffffff;
  line-height: 1.4em;
  transform: translateZ(0);
}
.ct_effect14 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.ct_effect14 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.ct_effect14:before {
  background: #000000;
  position: absolute;
  content: '';
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  z-index: 1;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  box-shadow: 0 0 20px white;
}
.ct_effect14 figcaption {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
}
.ct_effect14 h2,
.ct_effect14 p {
  margin: 0;
  width: 100%;
  opacity: 0;
  padding: 25px;
  color: #fff;
}
.ct_effect14 h2 {
  font-family: 'Julius Sans One', Arial, sans-serif;
}
.ct_effect14 p {
  position: absolute;
  bottom: 0;
  padding-left: 60px;
  font-size: 0.8em;
  letter-spacing: 1px;
  text-align: right;
}
.ct_effect14 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.ct_effect14:hover img,
.ct_effect14.hover img {
  opacity: 0.2;
}
.ct_effect14:hover:before,
.ct_effect14.hover:before {
  top: 0;
  bottom: 0;
  box-shadow: 0 0 0px white;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ct_effect14:hover figcaption h2,
.ct_effect14.hover figcaption h2,
.ct_effect14:hover figcaption p,
.ct_effect14.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.ct_effect14:hover figcaption h2,
.ct_effect14.hover figcaption h2 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0.5;
}
.ct_effect14:hover figcaption p,
.ct_effect14.hover figcaption p {
  opacity: 0.7;
}

/****** ct_effect15 ******/

.ct_effect15 {
  font-family: 'Muli', Arial, sans-serif;
  position: relative;
  float: left;
  padding: 0 0 0 20px;
  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;
}
.ct_effect15 * {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ct_effect15 img {
  max-width: 100%;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ct_effect15 .border {
  position: absolute;
  opacity: 0.45;
  z-index: 1;
}
.ct_effect15 .border:before,
.ct_effect15 .border:after,
.ct_effect15 .border div:before,
.ct_effect15 .border div:after {
  background-color: #f5b043;
  position: absolute;
  content: "";
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ct_effect15 .border:before,
.ct_effect15 .border:after {
  width: 0;
  height: 1px;
}
.ct_effect15 .border div:before,
.ct_effect15 .border div:after {
  width: 1px;
  height: 0;
}
.ct_effect15 .border.one {
  left: -6px;
  top: -6px;
  right: 6px;
  bottom: 6px;
}
.ct_effect15 .border.one:before,
.ct_effect15 .border.one div:before {
  left: 0;
  top: 0;
}
.ct_effect15 .border.one:after,
.ct_effect15 .border.one div:after {
  bottom: 0;
  right: 0;
}
.ct_effect15 .border.two {
  left: 6px;
  top: 6px;
  right: -6px;
  bottom: -6px;
}
.ct_effect15 .border.two:before,
.ct_effect15 .border.two div:before {
  right: 0;
  top: 0;
}
.ct_effect15 .border.two:after,
.ct_effect15 .border.two div:after {
  bottom: 0;
  left: 0;
}
.ct_effect15 figcaption {
  left: 0px;
  top: 20px;
  position: absolute;
  padding: 25px;
  margin: 6px;
  background-color: #000000;
  max-width: 70%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ct_effect15 h3,
.ct_effect15 p {
  margin: 0;
}
.ct_effect15 h3 {
  font-family: 'Ovo', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  margin-bottom: 5px;
  color: #fff;
}
.ct_effect15 p {
  line-height: 1.6em;
  letter-spacing: 1px;
  font-size: 0.9em;
}
.ct_effect15 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.ct_effect15:hover .border:before,
.ct_effect15.hover .border:before,
.ct_effect15:hover .border:after,
.ct_effect15.hover .border:after {
  width: 100%;
}
.ct_effect15:hover .border div:before,
.ct_effect15.hover .border div:before,
.ct_effect15:hover .border div:after,
.ct_effect15.hover .border div:after {
  height: 100%;
}

/****** ct_effect16 ******/

.ct_effect16 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #2980b9;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.ct_effect16 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ct_effect16 > img,
.ct_effect16 .image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  max-width: 100%;
}
.ct_effect16 > img {
  vertical-align: top;
  position: relative;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.7;
}
.ct_effect16 .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ct_effect16 .image img {
  position: absolute;
  top: 0;
}
.ct_effect16 figcaption {
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 15px;
  z-index: 1;
}
.ct_effect16 h3,
.ct_effect16 p {
  margin: 0;
}
.ct_effect16 h3 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}
.ct_effect16 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  font-weight: 400;
}
.ct_effect16 .read-more {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  line-height: 48px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  color: #ffffff;
  right: 0;
  bottom: 0;
  font-weight: 500;
  position: absolute;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.ct_effect16 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.ct_effect16:hover .read-more,
.ct_effect16.hover .read-more,
.ct_effect16:hover figcaption,
.ct_effect16.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ct_effect16:hover .image,
.ct_effect16.hover .image {
  bottom: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect17 ******/

figure.ct_effect17 {
  font-family: 'Josefin Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.ct_effect17 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
figure.ct_effect17 img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
figure.ct_effect17 img:first-of-type {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}
figure.ct_effect17 img:nth-of-type(2) {
  position: absolute;
  top: 95%;
  left: 0;
  z-index: 1;
}
figure.ct_effect17 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}
figure.ct_effect17 figcaption h3,
figure.ct_effect17 figcaption p {
  margin: 0 0 5px;
}
figure.ct_effect17 figcaption h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
figure.ct_effect17 figcaption p {
  opacity: 0.8;
}
figure.ct_effect17 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.ct_effect17:hover img,
figure.ct_effect17.hover img {
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
}

/****** ct_effect18 ******/

figure.ct_effect18 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.ct_effect18 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.ct_effect18 img {
  opacity: 1;
  width: 100%;
}
figure.ct_effect18:after,
figure.ct_effect18:before {
  background: #ffffff;
  width: 200%;
  height: 200%;
  position: absolute;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.55s ease-in-out;
  transition: all 0.55s ease-in-out;
  z-index: 1;
}
figure.ct_effect18:after {
  top: 0;
  left: 0;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}
figure.ct_effect18:before {
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}
figure.ct_effect18 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
figure.ct_effect18 h2,
figure.ct_effect18 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.ct_effect18 h2 {
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}
figure.ct_effect18 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.ct_effect18 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.ct_effect18:hover img,
figure.ct_effect18.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.ct_effect18:hover:after,
figure.ct_effect18.hover:after {
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
figure.ct_effect18:hover:before,
figure.ct_effect18.hover:before {
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
figure.ct_effect18:hover figcaption h2,
figure.ct_effect18.hover figcaption h2,
figure.ct_effect18:hover figcaption p,
figure.ct_effect18.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.ct_effect18:hover figcaption h2,
figure.ct_effect18.hover figcaption h2 {
  opacity: 1;
}
figure.ct_effect18:hover figcaption p,
figure.ct_effect18.hover figcaption p {
  opacity: 0.7;
}

/****** ct_effect19 ******/

.ct_effect19 {
  font-family: 'Merriweather Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  font-size: 16px;
  transform: translateZ(0);
}
.ct_effect19:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000000 85%);
  background-image: linear-gradient(to bottom, transparent 0%, #000000 85%);
}
.ct_effect19 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ct_effect19 img {
  max-width: 100%;
  vertical-align: top;
}
.ct_effect19 .inside {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border: 20px solid #000000;
  box-shadow: 0px 0px 3px 19px rgba(0, 0, 0, 0.5);
}
.ct_effect19 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px;
}
.ct_effect19 h3,
.ct_effect19 p {
  margin: 0 0 10px;
}
.ct_effect19 h3 {
  font-size: 1.3em;
  font-family: 'Yeseva One', Arial, sans-serif;
  color: #fff;
}
.ct_effect19 p {
  font-size: 0.8em;
  letter-spacing: 1px;
  opacity: 0.75;
}
.ct_effect19 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.ct_effect19:hover .inside,
.ct_effect19.hover .inside {
  box-shadow: 0px 0px 3px 19px rgba(0, 0, 0, 0);
}

/****** ct_effect20 ******/

.ct_effect20 {
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  line-height: 1.4em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ct_effect20 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ct_effect20 img {
  opacity: 1;
  width: 100%;
  vertical-align: top;
}
.ct_effect20 h3 {
  position: absolute;
  top: 0%;
  width: 100%;
  background-color: #1e1e1e;
  color: #fff;
  z-index: 1;
  text-align: right;
  padding: 15px 25px 0px;
  margin: 0;
  font-weight: 300;
  font-size: 1.8em;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ct_effect20 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 600px 80px 0;
  border-color: transparent #1e1e1e transparent transparent;
}
.ct_effect20 figcaption {
  padding: 5px 25px 25px;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0%;
  background-color: #141414;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.ct_effect20 figcaption:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 0 0 600px;
  border-color: transparent transparent transparent #141414;
}
.ct_effect20 p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  letter-spacing: 1px;
  opacity: 0.8;
}
.ct_effect20 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
.ct_effect20:hover h3,
.ct_effect20.hover h3,
.ct_effect20:hover figcaption,
.ct_effect20.hover figcaption {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/****** ct_effect21 ******/

.fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.ct_effect21 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.ct_effect21 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.ct_effect21 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect21:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.ct_effect21 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.ct_effect21 h2,
figure.ct_effect21 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.ct_effect21 h2 {
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
}
figure.ct_effect21 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.ct_effect21 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect21:hover img,
figure.ct_effect21.hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.ct_effect21:hover:after,
figure.ct_effect21.hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
figure.ct_effect21:hover figcaption h2,
figure.ct_effect21.hover figcaption h2,
figure.ct_effect21:hover figcaption p,
figure.ct_effect21.hover figcaption p {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.ct_effect21:hover figcaption h2,
figure.ct_effect21.hover figcaption h2 {
  opacity: 1;
}
figure.ct_effect21:hover figcaption p,
figure.ct_effect21.hover figcaption p {
  opacity: 0.7;
}

/****** ct_effect22 ******/

.ct_effect22 {
  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;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.ct_effect22 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.ct_effect22 img {
  max-width: 100%;
  opacity: 0.75;
  position: relative;
  vertical-align: top;
}

.ct_effect22 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ct_effect22 h3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background-color: #000000;
  color:#fff;
  bottom: 0;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.ct_effect22 p {
  padding: 0px 20px;
  opacity: 0;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.ct_effect22 i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 54px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.ct_effect22 .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;
}

.ct_effect22 a {
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.ct_effect22:hover .hover,
.ct_effect22.hover .hover {
  opacity: 1;
}

.ct_effect22:hover p,
.ct_effect22.hover p {
  opacity: 1;
}

.ct_effect22:hover h3,
.ct_effect22.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.ct_effect22:hover i,
.ct_effect22.hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}

/****** ct_effect23 ******/

.ct_effect23 {
  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;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.ct_effect23 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.ct_effect23 img {
  max-width: 100%;
  opacity: 0.75;
  position: relative;
  vertical-align: top;
}

.ct_effect23 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ct_effect23 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #000000;
  color: #fff;
  top: 0;
  font-weight: 800;
  letter-spacing: -0.4px;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
}

.ct_effect23 p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0px 20px;
  opacity: 0;
  text-align: right;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.ct_effect23 i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 54px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.ct_effect23 .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;
}

.ct_effect23 a {
  left: 0;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.ct_effect23:hover .hover,
.ct_effect23.hover .hover {
  opacity: 1;
}

.ct_effect23:hover p,
.ct_effect23.hover p {
  opacity: 1;
}

.ct_effect23:hover h3,
.ct_effect23.hover h3 {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.ct_effect23:hover i,
.ct_effect23.hover i {
  -webkit-transform: translate(-50%, -50%) scale(0.1);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
}

/****** ct_effect24_horizontal ******/

figure.ct_effect24_horizontal {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect24_horizontal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect24_horizontal img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect24_horizontal figcaption {
  font-size: 1.25em;
}
figure.ct_effect24_horizontal > div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.ct_effect24_horizontal > div::before {
  position: absolute;
  top: 30px;
  right: 50%;
  bottom: 30px;
  left: 50%;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 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.ct_effect24_horizontal h2,
figure.ct_effect24_horizontal 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.ct_effect24_horizontal h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
}
figure.ct_effect24_horizontal h2 span {
  font-weight: 800;
}
figure.ct_effect24_horizontal p {
  font-weight: 200  ;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect24_horizontal a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect24_horizontal:hover img {
  opacity: 0.35;
}
figure.ct_effect24_horizontal:hover > div h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.ct_effect24_horizontal:hover > div p {
  opacity: 0.8;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect24_horizontal:hover > div::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect24_vertical ******/


figure.ct_effect24_vertical {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect24_vertical * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect24_vertical img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect24_vertical div {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3em 3em;
  width: 100%;
  height: 100%;
}
figure.ct_effect24_vertical div::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.ct_effect24_vertical h2,
figure.ct_effect24_vertical 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.ct_effect24_vertical h2 {
  word-spacing: -0.15em;
  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;
  color: #fff;
}
figure.ct_effect24_vertical h2 span {
  font-weight: 800;
}
figure.ct_effect24_vertical p {
  font-weight: 200  ;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect24_vertical a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect24_vertical:hover img {
  opacity: 0.35;
}
figure.ct_effect24_vertical:hover div h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.ct_effect24_vertical:hover div p {
  opacity: 0.9;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect24_vertical:hover div::before {
  background: rgba(255, 255, 255, 0);
  top: 30px;
  bottom: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect25_left ******/

figure.ct_effect25_left {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
}
figure.ct_effect25_left * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect25_left img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect25_left figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.ct_effect25_left figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect25_left h2,
figure.ct_effect25_left 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.ct_effect25_left h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
}
figure.ct_effect25_left h2 span {
  font-weight: 800;
}
figure.ct_effect25_left p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect25_left a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect25_left:hover img {
  opacity: 0.3;
}
figure.ct_effect25_left:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.ct_effect25_left:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect25_left:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect25_right ******/

figure.ct_effect25_right {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: right;
}
figure.ct_effect25_right * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect25_right img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect25_right figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
}
figure.ct_effect25_right figcaption::before {
  position: absolute;
  top: 30px;
  right: 100%;
  bottom: 30px;
  left: 30px;
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect25_right h2,
figure.ct_effect25_right 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.ct_effect25_right h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(-30%, 0%, 0);
  transform: translate3d(-30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  color: #fff;
}
figure.ct_effect25_right h2 span {
  font-weight: 800;
}
figure.ct_effect25_right p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, -30%, 0);
  transform: translate3d(0%, -30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect25_right a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect25_right:hover img {
  opacity: 0.3;
}
figure.ct_effect25_right:hover figcaption h2,
figure.ct_effect25_right:hover figcaption p {
  visibility: visible;
}
figure.ct_effect25_right:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
figure.ct_effect25_right:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect25_right:hover figcaption::before {
  background: rgba(255, 255, 255, 0);
  right: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect26_horizontal ******/

figure.ct_effect26_horizontal {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect26_horizontal * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect26_horizontal img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect26_horizontal figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.ct_effect26_horizontal figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.ct_effect26_horizontal figcaption::before {
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  height: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect26_horizontal h2,
figure.ct_effect26_horizontal p {
  margin: 0;
  padding: 30px 35px;
  opacity: 0;
  position: absolute;
  height: 100%;
  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.ct_effect26_horizontal h2 {
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translate3d(0%, 50%, 0);
  transform: translate3d(0%, 50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
}
figure.ct_effect26_horizontal h2 span {
  font-weight: 800;
}
figure.ct_effect26_horizontal p {
  font-weight: 300;
  top: 0%;
  color: #000;
  background: #fff;
  -webkit-transform: translate3d(0%, -50%, 0);
  transform: translate3d(0%, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect26_horizontal a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect26_horizontal:hover img {
  opacity: 0.7;
}
figure.ct_effect26_horizontal:hover figcaption h2,
figure.ct_effect26_horizontal:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.ct_effect26_horizontal:hover figcaption h2 {
  opacity: 1;
}
figure.ct_effect26_horizontal:hover figcaption p {
  opacity: 1;
}
figure.ct_effect26_horizontal:hover figcaption::before {
  background: #ffffff;
  left: 0px;
  right: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect26_vertical ******/

figure.ct_effect26_vertical {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect26_vertical * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect26_vertical img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect26_vertical figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.ct_effect26_vertical figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
figure.ct_effect26_vertical figcaption::before {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  width: 2px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect26_vertical h2,
figure.ct_effect26_vertical 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.ct_effect26_vertical h2 {
  text-align: right;
  display: inline-block;
  word-spacing: -0.1em;
  font-weight: 300;
  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;
  color: #fff;
}
figure.ct_effect26_vertical h2 span {
  font-weight: 800;
}
figure.ct_effect26_vertical p {
  display: block;
  bottom: 0;
  text-align: left;
  font-weight: 300;
  top: 0%;
  color: #000;
  background: #ffffff;
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect26_vertical a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect26_vertical:hover img {
  opacity: 0.7;
}
figure.ct_effect26_vertical:hover figcaption h2,
figure.ct_effect26_vertical:hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.ct_effect26_vertical:hover figcaption h2 {
  opacity: 1;
}
figure.ct_effect26_vertical:hover figcaption p {
  opacity: 1;
}
figure.ct_effect26_vertical:hover figcaption::before {
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect27_left ******/

figure.ct_effect27_left {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect27_left * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect27_left img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s, scale(1);
  transition: opacity 0.35s, scale(1);
}
figure.ct_effect27_left figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.ct_effect27_left figcaption > div {
  float: left;
  height: 100%;
  width: 50%;
  position: relative;
}
figure.ct_effect27_left figcaption::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 100%;
  right: 5px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect27_left h2,
figure.ct_effect27_left p {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.3s ease-in;
  transition: opacity 0.45s,-webkit-transform 0.3s ease-in,-moz-transform 0.3s ease-in,-o-transform 0.3s ease-in,transform 0.3s ease-in;
}
figure.ct_effect27_left h2 {
  font-size: 1.3em;
  top: 0;
  text-align: right;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(-50%, 0%, 0);
  transform: translate3d(-50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
}
figure.ct_effect27_left h2 span {
  font-weight: 800;
}
figure.ct_effect27_left p {
  bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect27_left a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect27_left:hover img,
figure.ct_effect27_left.hover img {
  opacity: 0.7;
}
figure.ct_effect27_left:hover figcaption h2,
figure.ct_effect27_left.hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
figure.ct_effect27_left:hover figcaption p,
figure.ct_effect27_left.hover figcaption p {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
figure.ct_effect27_left:hover figcaption::before,
figure.ct_effect27_left.hover figcaption::before {
  left: 5px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect27_right ******/

figure.ct_effect27_right {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect27_right * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect27_right img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect27_right figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.ct_effect27_right figcaption > div {
  float: left;
  height: 100%;
  width: 50%;
  position: relative;
}
figure.ct_effect27_right figcaption::before {
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 100%;
  left: 5px;
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect27_right h2,
figure.ct_effect27_right p {
  margin: 0;
  padding: 20px;
  opacity: 0;
  position: absolute;
  width: 100%;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.3s ease-in;
  transition: opacity 0.45s,-webkit-transform 0.3s ease-in,-moz-transform 0.3s ease-in,-o-transform 0.3s ease-in,transform 0.3s ease-in;
}
figure.ct_effect27_right h2 {
  font-size: 1.3em;
  top: 0;
  word-spacing: -0.1em;
  font-weight: 300;
  text-transform: uppercase;
  bottom: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(50%, 0%, 0);
  transform: translate3d(50%, 0%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
}
figure.ct_effect27_right h2 span {
  font-weight: 800;
}
figure.ct_effect27_right p {
  bottom: 0;
  text-align: right;
  color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect27_right a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect27_right:hover img,
figure.ct_effect27_right.hover img {
  opacity: 0.7;
}
figure.ct_effect27_right:hover figcaption h2,
figure.ct_effect27_right.hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
figure.ct_effect27_right:hover figcaption p,
figure.ct_effect27_right.hover figcaption p {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
figure.ct_effect27_right:hover figcaption::before,
figure.ct_effect27_right.hover figcaption::before {
  right: 5px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/****** ct_effect28 ******/

figure.ct_effect28 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect28 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
figure.ct_effect28 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
figure.ct_effect28 figcaption {
  top: 50%;
  left: 50px;
  right: 50px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.ct_effect28 figcaption h2,
figure.ct_effect28 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.ct_effect28 figcaption h2 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}
figure.ct_effect28 figcaption h2 span {
  font-weight: 800;
}
figure.ct_effect28 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.65;
}
figure.ct_effect28:before,
figure.ct_effect28:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.15);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s,-webkit-transform 0.5s,-moz-transform 0.5s,-o-transform 0.5s,transform 0.5s;
}
figure.ct_effect28:before {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
figure.ct_effect28:after {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
figure.ct_effect28 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect28.blue {
  background: #0a212f;
}
figure.ct_effect28.red {
  background: #36100c;
}
figure.ct_effect28.yellow {
  background: #562e0a;
}
figure.ct_effect28:hover img,
figure.ct_effect28.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.ct_effect28:hover figcaption h2,
figure.ct_effect28.hover figcaption h2,
figure.ct_effect28:hover figcaption p,
figure.ct_effect28.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.2s;
  transition-delay: 0.2s;
}
figure.ct_effect28:hover:before,
figure.ct_effect28.hover:before,
figure.ct_effect28:hover:after,
figure.ct_effect28.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/****** ct_effect29 ******/

figure.ct_effect29 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

figure.ct_effect29 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure.ct_effect29:before,
figure.ct_effect29:after {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 0px;
  display: block;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure.ct_effect29:before {
  top: 0;
}

figure.ct_effect29:after {
  bottom: 0;
}

figure.ct_effect29 img {
  max-width: 100%;
  margin-bottom: -5px;
}

figure.ct_effect29 figcaption {
  position: relative;
  background: #ffffff;
}

figure.ct_effect29 h3,
figure.ct_effect29 p {
  margin: 0;
  display: inline-block;
  width: 100%;
}

figure.ct_effect29 h3 {
  width: 70%;
  padding: 12px 15px;
  background: #333333;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
  transform: translateY(-50%) rotate(0deg) scale(1);
  font-size: 18px;
  color: #fff;
}

figure.ct_effect29 p {
  font-size: 0.9em;
  font-weight: 500;
  color: #4d4d4d;
  padding: 10px 40px 40px;
}

figure.ct_effect29 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

figure.ct_effect29.blue h3,
figure.ct_effect29.blue:before,
figure.ct_effect29.blue:after {
  background: #2980b9;
}

figure.ct_effect29.red h3,
figure.ct_effect29.red:before,
figure.ct_effect29.red:after {
  background: #c0392b;
}

figure.ct_effect29.yellow h3,
figure.ct_effect29.yellow:before,
figure.ct_effect29.yellow:after {
  background: #f39c12;
}

figure.ct_effect29.navy h3,
figure.ct_effect29.navy:before,
figure.ct_effect29.navy:after {
  background: #34495e;
}

figure.ct_effect29:hover figcaption h3,
figure.ct_effect29.hover figcaption h3 {
  -webkit-transform: translateY(-50%) rotate(-8deg) scale(1.1);
  transform: translateY(-50%) rotate(-8deg) scale(1.1);
}

figure.ct_effect29:hover:before,
figure.ct_effect29.hover:before,
figure.ct_effect29:hover:after,
figure.ct_effect29.hover:after {
  height: 10px;
}

/****** ct_effect30 ******/

figure.ct_effect30 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
figure.ct_effect30 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect30 > .image {
  display: block;
  position: relative;
  padding: 0 0 15px 0;
}
figure.ct_effect30 > .image img {
  width: 222px;
  height: 222px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
figure.ct_effect30 > .image:before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #f5f5f5;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.ct_effect30 figcaption {
  position: relative;
  background: #f5f5f5;
}
figure.ct_effect30 figcaption:before {
  position: absolute;
  width: 100%;
  background: #000000;
  height: 0px;
  bottom: 0;
  display: block;
  content: '';
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
figure.ct_effect30 h3,
figure.ct_effect30 p {
  margin: 0;
  display: inline-block;
  width: 100%;
}
figure.ct_effect30 h3 {
  padding: 10px 15px;
  background: #333333;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
figure.ct_effect30 p {
  font-size: 0.9em;
  font-weight: 500;
  background: #f5f5f5;
  color: #4d4d4d;
  padding: 20px;
  min-height: 115px;
}
figure.ct_effect30 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect30.blue h3,
figure.ct_effect30.blue figcaption:before {
  background: #2980b9;
}
figure.ct_effect30.red h3,
figure.ct_effect30.red figcaption:before {
  background: #c0392b;
}
figure.ct_effect30.yellow h3,
figure.ct_effect30.yellow figcaption:before {
  background: #e67e22;
}
figure.ct_effect30.navy h3,
figure.ct_effect30.navy figcaption:before {
  background: #34495e;
}
figure.ct_effect30:hover figcaption:before,
figure.ct_effect30.hover figcaption:before {
  height: 10px;
}

/****** ct_effect31 ******/

figure.ct_effect31 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
figure.ct_effect31 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
figure.ct_effect31 img {
  opacity: 1;
  max-width: 100%;
  border: 10px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.ct_effect31 figcaption {
  bottom: 0;
  width: 60%;
  right: 0;
  position: absolute;
  background: #000000;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0px 10px -10px #000000;
}
figure.ct_effect31 figcaption h2,
figure.ct_effect31 figcaption p {
  margin: 0;
  color: #ffffff;
}
figure.ct_effect31 figcaption h2 {
  font-weight: 400;
  text-transform: uppercase;
}
figure.ct_effect31 figcaption h2 span {
  font-weight: 800;
}
figure.ct_effect31 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0.65;
}
figure.ct_effect31 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect31:hover figcaption,
figure.ct_effect31.hover figcaption {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 15px 15px -15px #000000;
}

/****** ct_effect32 ******/

figure.ct_effect32 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.ct_effect32 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.ct_effect32 img {
  opacity: 1;
  width: 100%;
}

figure.ct_effect32 figcaption {
  top: 50%;
  left: 40px;
  right: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.ct_effect32 figcaption h2 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
}

figure.ct_effect32 figcaption h2 span {
  font-weight: 800;
}

figure.ct_effect32 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
  opacity: 0;
  margin: 0;
}

figure.ct_effect32:before,
figure.ct_effect32:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.ct_effect32:before {
  border-top: 1px double #fff;
  border-bottom: 1px double #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.ct_effect32:after {
  border-right: 1px double #fff;
  border-left: 1px double #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.ct_effect32 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect32:hover img,
figure.ct_effect32.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.ct_effect32:hover figcaption h2,
figure.ct_effect32.hover figcaption h2,
figure.ct_effect32:hover figcaption p,
figure.ct_effect32.hover figcaption p {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.5);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.ct_effect32:hover figcaption h2 {
  color: #fff;
}

figure.ct_effect32:hover figcaption p,
figure.ct_effect32.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.ct_effect32:hover:before,
figure.ct_effect32.hover:before,
figure.ct_effect32:hover:after,
figure.ct_effect32.hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}


/****** ct_effect33 ******/

figure.ct_effect33 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}

figure.ct_effect33 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}

figure.ct_effect33 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

figure.ct_effect33 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  padding: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

figure.ct_effect33 figcaption h3,
figure.ct_effect33 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.ct_effect33 figcaption h3 {
  font-size: 1.5em;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

figure.ct_effect33 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.ct_effect33 figcaption h3 span {
  font-weight: 800;
}

figure.ct_effect33 figcaption p {
  font-size: 0.9em;
}

figure.ct_effect33 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

figure.ct_effect33:hover img,
figure.ct_effect33.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.ct_effect33:hover figcaption h3,
figure.ct_effect33.hover figcaption h3,
figure.ct_effect33:hover figcaption p,
figure.ct_effect33.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.ct_effect33:hover figcaption h3:after,
figure.ct_effect33.hover figcaption h3:after {
  left: 20px;
  right: 20px;
  opacity: 0.6;
}


/****** ct_effect34 ******/

figure.ct_effect34 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
}

figure.ct_effect34 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

figure.ct_effect34 img {
  opacity: 1;
  width: 100%;
}

figure.ct_effect34 figcaption {
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  position: absolute;
  padding: 20px;
}

figure.ct_effect34 figcaption h3,
figure.ct_effect34 figcaption p {
  margin: 0 0 8px;
  opacity: 0;
}

figure.ct_effect34 figcaption h3 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  color: #fff;
}

figure.ct_effect34 figcaption h3 span {
  font-weight: 800;
}

figure.ct_effect34 figcaption p {
  font-size: 0.9em;
  font-weight: 500;
}

figure.ct_effect34 figcaption:before,
figure.ct_effect34 figcaption:after,
figure.ct_effect34 figcaption div:before,
figure.ct_effect34 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.ct_effect34 figcaption:before,
figure.ct_effect34 figcaption:after {
  width: 0;
  height: 1px;
}

figure.ct_effect34 figcaption div:before,
figure.ct_effect34 figcaption div:after {
  width: 1px;
  height: 0;
}

figure.ct_effect34 figcaption:before,
figure.ct_effect34 figcaption div:before {
  left: 0;
  top: 0;
}

figure.ct_effect34 figcaption:after,
figure.ct_effect34 figcaption div:after {
  bottom: 0;
  right: 0;
}

figure.ct_effect34 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.ct_effect34:hover img,
figure.ct_effect34.hover img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.ct_effect34:hover figcaption h3,
figure.ct_effect34.hover figcaption h3,
figure.ct_effect34:hover figcaption p,
figure.ct_effect34.hover figcaption p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.ct_effect34:hover figcaption p,
figure.ct_effect34.hover figcaption p {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.ct_effect34:hover figcaption:before,
figure.ct_effect34.hover figcaption:before,
figure.ct_effect34:hover figcaption:after,
figure.ct_effect34.hover figcaption:after {
  width: 100%;
}

figure.ct_effect34:hover figcaption div:before,
figure.ct_effect34.hover figcaption div:before,
figure.ct_effect34:hover figcaption div:after,
figure.ct_effect34.hover figcaption div:after {
  height: 100%;
}

/****** ct_effect35 ******/

figure.ct_effect35 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.ct_effect35 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.ct_effect35 img {
  max-width: 100%;
  position: relative;
}
figure.ct_effect35 figcaption {
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 20px;
  right: 40%;
  padding: 15px 20px;
  background-color: #ffffff;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
figure.ct_effect35 h3 {
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  padding: 7px;
  font-size: 20px;
  line-height: 24px;
}
figure.ct_effect35 h3 span {
  font-weight: 800;
}
figure.ct_effect35 p {
  font-size: 0.8em;
  font-weight: 500;
}
figure.ct_effect35:after {
  background: #000000;
  width: 60px;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  content: '';
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.ct_effect35 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect35:hover img,
figure.ct_effect35.hover img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
figure.ct_effect35:hover:after,
figure.ct_effect35.hover:after {
  left: 0;
}
figure.ct_effect35:hover figcaption,
figure.ct_effect35.hover figcaption {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}


/****** ct_effect36 ******/

figure.ct_effect36 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
}
figure.ct_effect36 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
figure.ct_effect36 img {
  opacity: 1;
  width: 100%;
}
figure.ct_effect36 figcaption {
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  position: absolute;
  padding: 15px 20px;
}
figure.ct_effect36 figcaption h3,
figure.ct_effect36 figcaption p {
  margin: 0 0 8px;
  opacity: 0;
}
figure.ct_effect36 figcaption h3 {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transform: translateY(75%);
  transform: translateY(75%);
  font-size: 18px;
  color: #fff;
}
figure.ct_effect36 figcaption h3 span {
  font-weight: 800;
}
figure.ct_effect36 figcaption p {
  position: absolute;
  font-size: 0.9em;
  font-weight: 500;
  text-align: right;
  bottom: 0;
  right: 0;
  padding: 10px 20px;
}
figure.ct_effect36 figcaption:before,
figure.ct_effect36 figcaption:after,
figure.ct_effect36 figcaption div:before,
figure.ct_effect36 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.ct_effect36 figcaption:before,
figure.ct_effect36 figcaption:after {
  width: 0;
  height: 1px;
}
figure.ct_effect36 figcaption div:before,
figure.ct_effect36 figcaption div:after {
  width: 1px;
  height: 0;
}
figure.ct_effect36 figcaption:before,
figure.ct_effect36 figcaption div:before {
  left: 0;
  top: 0;
}
figure.ct_effect36 figcaption:after {
  bottom: 0;
  left: 0;
}
figure.ct_effect36 figcaption div:after {
  top: 0;
  right: 0;
}
figure.ct_effect36 figcaption:after,
figure.ct_effect36 figcaption div:after {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.ct_effect36 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect36:hover img,
figure.ct_effect36.hover img {
  opacity: 0.2;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.ct_effect36:hover figcaption h3,
figure.ct_effect36.hover figcaption h3,
figure.ct_effect36:hover figcaption p,
figure.ct_effect36.hover figcaption p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
figure.ct_effect36:hover figcaption p,
figure.ct_effect36.hover figcaption p {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
figure.ct_effect36:hover figcaption:before,
figure.ct_effect36.hover figcaption:before,
figure.ct_effect36:hover figcaption:after,
figure.ct_effect36.hover figcaption:after {
  width: 100%;
}
figure.ct_effect36:hover figcaption div:before,
figure.ct_effect36.hover figcaption div:before,
figure.ct_effect36:hover figcaption div:after,
figure.ct_effect36.hover figcaption div:after {
  height: 100%;
}

/****** ct_effect37 ******/

figure.ct_effect37 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: center;
}
figure.ct_effect37 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.ct_effect37 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect37 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.ct_effect37 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.ct_effect37 h2,
figure.ct_effect37 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.ct_effect37 h2 {
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  bottom: 0;
  -webkit-transform: translate3d(0%, 150%, 0) rotate(20deg);
  transform: translate3d(0%, 150%, 0) rotate(20deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
}
figure.ct_effect37 h2 span {
  font-weight: 800;
}
figure.ct_effect37 p {
  -webkit-transform: translate3d(0%, -150%, 0) rotate(20deg);
  transform: translate3d(0%, -150%, 0) rotate(20deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect37 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
figure.ct_effect37:hover img,
figure.ct_effect37.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.ct_effect37:hover figcaption h2,
figure.ct_effect37.hover figcaption h2,
figure.ct_effect37:hover figcaption p,
figure.ct_effect37.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0) rotate(0deg);
  transform: translate3d(0%, 0%, 0) rotate(0deg);
}
figure.ct_effect37:hover figcaption h2,
figure.ct_effect37.hover figcaption h2 {
  opacity: 1;
}
figure.ct_effect37:hover figcaption p,
figure.ct_effect37.hover figcaption p {
  opacity: 1;
}

/****** ct_effect38 ******/

figure.ct_effect38 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
figure.ct_effect38 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.ct_effect38 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect38 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.ct_effect38 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.ct_effect38 h2,
figure.ct_effect38 p {
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
figure.ct_effect38 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 0;
  -webkit-transform: translate3d(0%, 150%, 0);
  transform: translate3d(0%, 150%, 0);
}
figure.ct_effect38 h2 span {
  font-weight: 400;
}
figure.ct_effect38 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, -150%, 0);
  transform: translate3d(0%, -150%, 0);
}
figure.ct_effect38 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.ct_effect38:hover img,
figure.ct_effect38.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.ct_effect38:hover figcaption h2,
figure.ct_effect38.hover figcaption h2,
figure.ct_effect38:hover figcaption p,
figure.ct_effect38.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.ct_effect38:hover figcaption h2,
figure.ct_effect38.hover figcaption h2 {
  opacity: 0.9;
}
figure.ct_effect38:hover figcaption p,
figure.ct_effect38.hover figcaption p {
  opacity: 0.6;
}


/****** ct_effect39 ******/

figure.ct_effect39 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: left;
}
figure.ct_effect39 * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.ct_effect39 img {
  opacity: 1;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
figure.ct_effect39 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.ct_effect39 figcaption > div {
  height: 70%;
  overflow: hidden;
  width: 100%;
  position: absolute;
  bottom: 0;
}
figure.ct_effect39 h3,
figure.ct_effect39 p {
  margin: 0;
  position: absolute;
  right: 0;
}
figure.ct_effect39 h3 {
  padding: 0 30px 0 15px;
  color: #ffffff;
  background-color: #1a1a1a;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  top: 30%;
  right: 0;
  left: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.ct_effect39 h3 span {
  font-weight: 400;
}
figure.ct_effect39 h3:after,
figure.ct_effect39 h3:before {
  border-style: solid;
  content: '';
  position: absolute;
  left: 100%;
}
figure.ct_effect39 h3:after {
  border-width: 40px 0 0 12px;
  border-color: transparent transparent transparent #1a1a1a;
  top: 0;
}
figure.ct_effect39 h3:before {
  border-width: 12px 12px 0 0;
  border-color: #000000 transparent transparent transparent;
  top: 100%;
}
figure.ct_effect39 p {
  padding: 8px 45px;
  opacity: 0;
  font-size: 0.9em;
  font-weight: 500;
  left: 0;
  -webkit-transform: translate3d(0%, -150%, 0);
  transform: translate3d(0%, -150%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.ct_effect39 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.ct_effect39:hover img,
figure.ct_effect39.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.ct_effect39:hover figcaption h3,
figure.ct_effect39.hover figcaption h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.ct_effect39:hover figcaption p,
figure.ct_effect39.hover figcaption p {
  opacity: 0.8;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/****** ct_effect40_top ******/

figure.ct_effect40_top {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.ct_effect40_top * {
  -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.ct_effect40_top img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.ct_effect40_top figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 0 1px 1px;
}
figure.ct_effect40_top .heading {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.ct_effect40_top h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  color:#fff;
}
figure.ct_effect40_top h2 span {
  font-weight: 800;
}
figure.ct_effect40_top h2:before,
figure.ct_effect40_top h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.ct_effect40_top h2:before {
  left: -1000%;
}
figure.ct_effect40_top h2:after {
  right: -1000%;
}
figure.ct_effect40_top 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.ct_effect40_top a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect40_top:hover img,
figure.ct_effect40_top.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.ct_effect40_top:hover figcaption,
figure.ct_effect40_top.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.ct_effect40_top:hover p,
figure.ct_effect40_top.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/****** ct_effect40_bottom ******/

figure.ct_effect40_bottom {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.ct_effect40_bottom * {
  -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.ct_effect40_bottom img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}
figure.ct_effect40_bottom figcaption {
  position: absolute;
  top: 45%;
  left: 7%;
  right: 7%;
  bottom: 45%;
  border: 1px solid white;
  border-width: 1px 1px 0;
}
figure.ct_effect40_bottom .heading {
  overflow: hidden;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}
figure.ct_effect40_bottom h2 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}
figure.ct_effect40_bottom h2 span {
  font-weight: 800;
}
figure.ct_effect40_bottom h2:before,
figure.ct_effect40_bottom h2:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.ct_effect40_bottom h2:before {
  left: -1000%;
}
figure.ct_effect40_bottom h2:after {
  right: -1000%;
}
figure.ct_effect40_bottom p {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  line-height: 1.6em;
  font-size: 0.9em;
}
figure.ct_effect40_bottom a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect40_bottom:hover img,
figure.ct_effect40_bottom.hover img {
  opacity: 0.25;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.ct_effect40_bottom:hover figcaption,
figure.ct_effect40_bottom.hover figcaption {
  top: 7%;
  bottom: 7%;
}
figure.ct_effect40_bottom:hover p,
figure.ct_effect40_bottom.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}


/****** ct_effect41 ******/

figure.ct_effect41 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background-color: #1a1a1a;
  color: #ffffff;
  text-align: left;
}
figure.ct_effect41 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect41 img {
  max-width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  vertical-align: top;
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.ct_effect41 figcaption {
  position: absolute;
  padding: 40px 25px;
  top: 0;
  left: 0;
}
figure.ct_effect41 h2,
figure.ct_effect41 p {
  margin: 0;
  padding: 0;
}
figure.ct_effect41 h2 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 1.8em;
  color: #fff;
}
figure.ct_effect41 p {
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 1.4em;
}
figure.ct_effect41 a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
figure.ct_effect41:hover img,
figure.ct_effect41.hover img {
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.ct_effect41:hover a,
figure.ct_effect41.hover a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/****** ct_effect42 ******/

figure.ct_effect42 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
figure.ct_effect42 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.ct_effect42 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect42 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.ct_effect42 h2,
figure.ct_effect42 p {
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
}
figure.ct_effect42 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  bottom: 50%;
  -webkit-transform: translate3d(0%, -100%, 0);
  transform: translate3d(0%, -100%, 0);
}
figure.ct_effect42 h2 span {
  font-weight: 400;
}
figure.ct_effect42 p {
  top: 50%;
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
  -webkit-transform: translate3d(0%, 100%, 0);
  transform: translate3d(0%, 100%, 0);
}
figure.ct_effect42 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.ct_effect42:hover img,
figure.ct_effect42.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.ct_effect42:hover figcaption h2,
figure.ct_effect42.hover figcaption h2,
figure.ct_effect42:hover figcaption p,
figure.ct_effect42.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}
figure.ct_effect42:hover figcaption h2,
figure.ct_effect42.hover figcaption h2 {
  opacity: 0.9;
}
figure.ct_effect42:hover figcaption p,
figure.ct_effect42.hover figcaption p {
  opacity: 0.6;
}

/****** ct_effect43 ******/

figure.ct_effect43 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #000000;
  text-align: center;
}
figure.ct_effect43 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.ct_effect43 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.ct_effect43:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.75;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.ct_effect43 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.ct_effect43 h2,
figure.ct_effect43 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.ct_effect43 h2 {
  padding: 0 30px;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
}
figure.ct_effect43 p {
  padding: 0 50px;
  font-size: 0.8em;
  font-weight: 500;
}
figure.ct_effect43 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.ct_effect43:hover:after,
figure.ct_effect43.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1);
  transform: skew(-45deg) scaleX(1);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
figure.ct_effect43:hover figcaption h2,
figure.ct_effect43.hover figcaption h2,
figure.ct_effect43:hover figcaption p,
figure.ct_effect43.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.ct_effect43:hover figcaption h2,
figure.ct_effect43.hover figcaption h2 {
  opacity: 1;
}
figure.ct_effect43:hover figcaption p,
figure.ct_effect43.hover figcaption p {
  opacity: 0.7;
}

/****** ct_effect44_right ******/

figure.ct_effect44_right {
  font-family: 'Josefin Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: right;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.ct_effect44_right * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
figure.ct_effect44_right img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
figure.ct_effect44_right img:first-of-type {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}
figure.ct_effect44_right img:nth-of-type(2) {
  position: absolute;
  left: 95%;
  top: 0;
  z-index: 1;
}
figure.ct_effect44_right figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15% 15px 15px;
}
figure.ct_effect44_right figcaption h3,
figure.ct_effect44_right figcaption p {
  margin: 0 0 5px;
}
figure.ct_effect44_right figcaption h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:#fff;
}
figure.ct_effect44_right figcaption h3 span {
  font-weight: 700;
}
figure.ct_effect44_right figcaption p {
  opacity: 0.8;
}
figure.ct_effect44_right a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.ct_effect44_right:hover img,
figure.ct_effect44_right.hover img {
  -webkit-transform: translateX(-95%);
  transform: translateX(-95%);
}

/****** ct_effect44_left ******/

figure.ct_effect44_left {
  font-family: 'Josefin Sans', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #000000;
  text-align: left;
  color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
figure.ct_effect44_left * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
figure.ct_effect44_left img {
  max-width: 100%;
  vertical-align: top;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.9);
}
figure.ct_effect44_left img:first-of-type {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
}
figure.ct_effect44_left img:nth-of-type(2) {
  position: absolute;
  right: 95%;
  top: 0;
  z-index: 1;
}
figure.ct_effect44_left figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 15px 15%;
}
figure.ct_effect44_left figcaption h3,
figure.ct_effect44_left figcaption p {
  margin: 0 0 5px;
}
figure.ct_effect44_left figcaption h3 {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
  color:#fff;
}
figure.ct_effect44_left figcaption h3 span {
  font-weight: 700;
}
figure.ct_effect44_left figcaption p {
  opacity: 0.8;
}
figure.ct_effect44_left a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
figure.ct_effect44_left:hover img,
figure.ct_effect44_left.hover img {
  -webkit-transform: translateX(95%);
  transform: translateX(95%);
}

/****** ct_effect45 ******/

figure.ct_effect45 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
  -webkit-perspective: 50em;
  perspective: 50em;
}
figure.ct_effect45 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.ct_effect45 img {
  max-width: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  backface-visibility: hidden;
}
figure.ct_effect45 figcaption {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: rotateY(90deg) translate(0%, -50%);
  transform: rotateY(90deg) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  opacity: 0;
  padding: 0 30px;
}
figure.ct_effect45 h3,
figure.ct_effect45 p {
  line-height: 1.5em;
}
figure.ct_effect45 h3 {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
figure.ct_effect45 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
}
figure.ct_effect45 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
figure.ct_effect45 .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}
figure.ct_effect45:hover img,
figure.ct_effect45.hover img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  opacity: 0;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}
figure.ct_effect45:hover figcaption,
figure.ct_effect45.hover figcaption {
  -webkit-transform: rotateY(0deg) translate(0, -50%);
  transform: rotateY(0deg) translate(0, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/****** ct_effect46 ******/

.ct_effect46 {
  font-family: 'Titillium Web', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #0c1116;
  line-height: 1.6em;
  font-weight: 200;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.ct_effect46 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.ct_effect46 *:before,
.ct_effect46 *:after {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.ct_effect46 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.ct_effect46 figcaption {
  position: absolute;
  top: 50%;
  margin: 0 40px;
  padding: 10px 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.ct_effect46 figcaption div {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}
.ct_effect46 figcaption div:before,
.ct_effect46 figcaption div:after {
  position: absolute;
  content: '';
  background-color: rgba(255, 255, 255, 0.75);
  left: 50%;
  top: 50%;
}
.ct_effect46 figcaption div:before {
  width: 1px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ct_effect46 figcaption div:after {
  height: 1px;
  width: 50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ct_effect46 p, .ct_effect46 h2 {
  opacity: 0;
  letter-spacing: 1px;
  margin: 0;
  text-align: center;
}
.ct_effect46 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ct_effect46:hover img,
.ct_effect46.hover img {
  zoom: 1;
  filter: alpha(opacity=15);
  -webkit-opacity: 0.15;
  opacity: 0.15;
}
.ct_effect46:hover figcaption p,
.ct_effect46.hover figcaption p,
.ct_effect46:hover figcaption h2,
.ct_effect46.hover figcaption h2 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  opacity: 1;
}
.ct_effect46:hover figcaption .plus1,
.ct_effect46.hover figcaption .plus1,
.ct_effect46:hover figcaption .plus2,
.ct_effect46.hover figcaption .plus2 {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.ct_effect46:hover figcaption .plus1:before,
.ct_effect46.hover figcaption .plus1:before,
.ct_effect46:hover figcaption .plus1:after,
.ct_effect46.hover figcaption .plus1:after {
  top: 0%;
  left: 0%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.ct_effect46:hover figcaption .plus2:before,
.ct_effect46.hover figcaption .plus2:before,
.ct_effect46:hover figcaption .plus2:after,
.ct_effect46.hover figcaption .plus2:after {
  top: 100%;
  left: 100%;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

/****** ct_effect47 ******/

figure.ct_effect47 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
figure.ct_effect47 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect47 img {
  opacity: 1;
  width: 100%;
}
figure.ct_effect47:after,
figure.ct_effect47:before,
figure.ct_effect47 figcaption:after,
figure.ct_effect47 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.ct_effect47:before {
  left: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.ct_effect47:after {
  left: 25%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.ct_effect47 figcaption:before {
  left: 50%;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  z-index: -1;
}
figure.ct_effect47 figcaption:after {
  left: 75%;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  z-index: -1;
}
figure.ct_effect47 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 90px 30px;
}
figure.ct_effect47 h2,
figure.ct_effect47 p,
figure.ct_effect47 .icons {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.ct_effect47 h2 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
figure.ct_effect47 p {
  font-weight: 300;
}
figure.ct_effect47 .icons {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
figure.ct_effect47:hover:after,
figure.ct_effect47.hover:after,
figure.ct_effect47:hover:before,
figure.ct_effect47.hover:before,
figure.ct_effect47:hover figcaption:after,
figure.ct_effect47.hover figcaption:after,
figure.ct_effect47:hover figcaption:before,
figure.ct_effect47.hover figcaption:before {
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
figure.ct_effect47:hover figcaption h2,
figure.ct_effect47.hover figcaption h2,
figure.ct_effect47:hover figcaption p,
figure.ct_effect47.hover figcaption p,
figure.ct_effect47:hover figcaption .icons,
figure.ct_effect47.hover figcaption .icons {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
figure.ct_effect47:hover figcaption h2,
figure.ct_effect47.hover figcaption h2,
figure.ct_effect47:hover figcaption .icons,
figure.ct_effect47.hover figcaption .icons {
  opacity: 1;
}
figure.ct_effect47:hover figcaption p,
figure.ct_effect47.hover figcaption p {
  opacity: 0.7;
}


/****** ct_effect48_up ******/

figure.ct_effect48_up {
  font-family: 'Fauna One', Arial, sans-serif;
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  font-size: 16px;
}
figure.ct_effect48_up * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect48_up img {
  position: absolute;
  top: 0%;
  left: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
figure.ct_effect48_up figcaption {
  width: 100%;
  background-color: #1a1a1a;
  min-height: 253px;
}
figure.ct_effect48_up h2,
figure.ct_effect48_up p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
figure.ct_effect48_up h2 {
  font-family: 'Playfair Display', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
figure.ct_effect48_up p {
  font-size: 0.8em;
}
figure.ct_effect48_up a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.ct_effect48_up:hover img,
figure.ct_effect48_up.hover img {
  width: 60%;
  top: -10%;
}
figure.ct_effect48_up:hover figcaption h2,
figure.ct_effect48_up.hover figcaption h2,
figure.ct_effect48_up:hover figcaption p,
figure.ct_effect48_up.hover figcaption p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.ct_text_position { 
    position: absolute;
    bottom: 0;
    padding: 20px;
    left: 0;
    right: 0;
}

/****** ct_effect48_down ******/

figure.ct_effect48_down {
  font-family: 'Fauna One', Arial, sans-serif;
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1.4em;
  background-color: #1a1a1a;
  font-size: 16px;
}
figure.ct_effect48_down * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect48_down img {
  position: absolute;
  bottom: 0%;
  left: 50%;
  opacity: 1;
  width: 100%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
figure.ct_effect48_down figcaption {
  z-index: 2;
  padding: 20px 30px;
  min-height: 253px;
}
figure.ct_effect48_down h2,
figure.ct_effect48_down p {
  margin: 0;
  width: 100%;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
figure.ct_effect48_down h2 {
  font-family: 'Playfair Display', Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #fff;
}
figure.ct_effect48_down p {
  font-size: 0.8em;
}
figure.ct_effect48_down a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
figure.ct_effect48_down:hover img,
figure.ct_effect48_down.hover img {
  width: 55%;
  bottom: -10%;
}
figure.ct_effect48_down:hover figcaption h2,
figure.ct_effect48_down.hover figcaption h2,
figure.ct_effect48_down:hover figcaption p,
figure.ct_effect48_down.hover figcaption p {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/****** ct_effect49 ******/

.ct_effect49 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ct_effect49 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ct_effect49 img {
  max-width: 100%;
  vertical-align: top;
}
.ct_effect49 figcaption {
  position: absolute;
  height: 75px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.75);
}
.ct_effect49 h3 {
  font-family: 'Oswald';
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color:#fff;
  margin: 3px 0;
}
.ct_effect49 h5 {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  color: #bbb;
  letter-spacing: 1px;
}
.ct_effect49 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ct_effect49:hover figcaption,
.ct_effect49.hover figcaption {
  height: calc(85%);
}

/****** ct_effect50 ******/

figure.ct_effect50 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
  text-transform: uppercase;
}
figure.ct_effect50:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: 70%;
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transform: skew(20deg) translateX(-75%);
  transform: skew(20deg) translateX(-75%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect50 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.ct_effect50 img {
  max-width: 100%;
}
figure.ct_effect50 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 20px;
}
figure.ct_effect50 h3,
figure.ct_effect50 .links {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.ct_effect50 h3 {
  line-height: 1.3em;
  font-weight: 900;
  font-size: 1.3em;
  color: #fff;
}
figure.ct_effect50 .links {
  font-size: 0.8em;
  letter-spacing: 3px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
figure.ct_effect50 .links li {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
}
figure.ct_effect50 a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
figure.ct_effect50 a:hover {
  color: #f39c12;
}
figure.ct_effect50:hover:after,
figure.ct_effect50.hover:after {
  -webkit-transform: skew(20deg) translateX(0%);
  transform: skew(20deg) translateX(0%);
}
figure.ct_effect50:hover img,
figure.ct_effect50.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.ct_effect50:hover li,
figure.ct_effect50.hover li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.ct_effect50:hover li:first-child,
figure.ct_effect50.hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.ct_effect50:hover li:nth-child(2),
figure.ct_effect50.hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.ct_effect50:hover li:nth-child(3),
figure.ct_effect50.hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.ct_effect50:hover li:nth-child(4),
figure.ct_effect50.hover li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}



/****** ct_effect51 ******/

.ct_effect51 {
  font-family: 'Vollkorn', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  color: #404040;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
}
.ct_effect51 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ct_effect51 img {
  max-width: 100%;
  vertical-align: top;
}
.ct_effect51 figcaption {
  background-color: #ffffff;
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 26px;
  right: 26px;
  padding: 22px;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.ct_effect51 h3 {
  text-align: center;
  font-size: 1.5em;
  color: #c31;
  font-family: 'Unica One', Arial, sans-serif;
  margin: 0 0 5px;
  font-weight: 400;
  text-transform: uppercase;
}
.ct_effect51 p {
  margin: 0;
}
.ct_effect51:before,
.ct_effect51:after {
  border: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ct_effect51:before {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.ct_effect51:after {
  position: absolute;
  top: 23px;
  bottom: 23px;
  left: 23px;
  right: 23px;
}
.ct_effect51 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.ct_effect51:hover figcaption,
.ct_effect51.hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}



/****** ct_effect52 ******/

.ct_effect52 {
  background-color: #fff;
  color: #ffffff;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.ct_effect52 *,
.ct_effect52 *:before,
.ct_effect52 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

.ct_effect52 img {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.ct_effect52:before,
.ct_effect52: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;
}

.ct_effect52:before {
  -webkit-transform: skew(30deg) translateX(-80%);
  transform: skew(30deg) translateX(-80%);
}

.ct_effect52:after {
  -webkit-transform: skew(-30deg) translateX(-70%);
  transform: skew(-30deg) translateX(-70%);
}

.ct_effect52 figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.ct_effect52 figcaption:before,
.ct_effect52 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;
}

.ct_effect52 figcaption:before {
  -webkit-transform: skew(30deg) translateX(-100%);
  transform: skew(30deg) translateX(-100%);
}

.ct_effect52 figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-90%);
  transform: skew(-30deg) translateX(-90%);
}

.ct_effect52 h3,
.ct_effect52 p {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.ct_effect52 h3 {
  font-family: 'Teko', sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 2em;
  color:#fff;
}

.ct_effect52 p {
  font-size: 0.9em;
}

.ct_effect52 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.ct_effect52:hover h3,
.ct_effect52.hover h3,
.ct_effect52:hover p,
.ct_effect52.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 0.9;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.ct_effect52:hover:before,
.ct_effect52.hover:before {
  -webkit-transform: skew(30deg) translateX(-20%);
  transform: skew(30deg) translateX(-20%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.ct_effect52:hover:after,
.ct_effect52.hover:after {
  -webkit-transform: skew(-30deg) translateX(-10%);
  transform: skew(-30deg) translateX(-10%);
}

.ct_effect52:hover figcaption:before,
.ct_effect52.hover figcaption:before {
  -webkit-transform: skew(30deg) translateX(-40%);
  transform: skew(30deg) translateX(-40%);
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.ct_effect52:hover figcaption:after,
.ct_effect52.hover figcaption:after {
  -webkit-transform: skew(-30deg) translateX(-30%);
  transform: skew(-30deg) translateX(-30%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}