@charset "UTF-8";
/* CSS Document */





figure.fig {
  font-family: 'Josefin Sans', sans-serif;
  position: relative;
  overflow: hidden;
  margin: 0px 0%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border:#00AAD2 solid 0px;
  width:100%;
  
  
}

figure.fig * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.fig figcaption {
	  font-family: "museo-slab",serif;

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 10px;
  
  background-color: #00AAD2;
  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%;
    width:100%;

}
figure.fig figcaption a {
	color:#ffffff;
 
}


.card-services {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}


figure.fig:hover > img,
figure.fig.hover > img {
  opacity: 0.2;
}

figure.fig:hover figcaption,
figure.fig.hover figcaption {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}


#portfolio {
  display: flex;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;

  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;

  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5.5% 0;
}
#portfolio-container
{
  opacity:  0;
}

.show {
  opacity: 1 !important;
}
.card-portfolio {
  background-color: transparent;
  display: block;
  margin: 1em;
  position: relative;
  width: 350px;
  text-align: center;
  padding: 0;
}

/*.img-portfolio {
  width: 100%;
  height: 260px;
}*/

.button {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 0.9em;
  color: #646464;
  font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
}

.label-blue {
  color: #4285f4;
}

.right {
  text-align: right;
}

.button-container {
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
  display: flex;

  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
  position: relative;
  top: 6px;
  right: 14px;
}
.content {
  background: white;
  height: auto;
  padding: 1% 0;
}
.button {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  font-size: 0.9em;
  color: #646464;
  font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
}

.button-container {
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  -ms-display: flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  -ms-justify-content: flex-end;
  position: relative;
  top: -5px;
  right: 14px;
}
/*END OF PORTOFLIO*/
