@import url(https://fonts.googleapis.com/css?family=Raleway:300,900);
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed');
figure.voc {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 0.5%;
  min-width: 216px;
  max-width: 216px;
  max-height: 230px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
  text-transform: uppercase;
}
figure.voc:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0%;
  right:0%;
  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.voc * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
figure.voc img {
  max-width: 100%;
}
figure.voc figcaption {
  position: absolute;
  bottom: 0;
/*  right: 0;*/
  z-index: 1;
  padding: 20px;
}
figure.voc h3,
figure.voc .linking {
  width: 100%;
  margin: 0;
  padding: 0;
}
figure.voc h3 {
  line-height: 1.3em;
/*  font-weight: 900;*/
  font-size: 1.1em;
 color: #f5a36d;
 /* font-weight: bold;*/
font-family: 'Roboto', sans-serif;
}
figure.voc h3:hover{
  color: #fff;
  text-decoration: underline;
  transition: all 0.5 ease-in;
}
figure.voc p{
  text-transform: lowercase;
  font-size: 0.8em;
    color: teal;
}
figure.voc .linking {
  font-size: 0.8em;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
figure.voc .linking li {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  list-style: none;
  text-transform: lowercase;
}
figure.voc a {
  padding: 2px 0;
  display: block;
  color: #ffffff;
  text-decoration: none;
}
figure.voc a:hover {
  color: #f39c12;
}
figure.voc:hover:after,
figure.voc.hover:after {
  -webkit-transform: skew(10deg) translateX(0%);
  transform: skew(10deg) translateX(0%);
}
figure.voc:hover img,
figure.voc.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
figure.voc:hover li,
figure.voc.hover li {
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
figure.voc:hover li:first-child,
figure.voc.hover li:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
figure.voc:hover li:nth-child(2),
figure.voc.hover li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.voc:hover li:nth-child(3),
figure.voc.hover li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
figure.voc:hover li:nth-child(4),
figure.voc.hover li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


#Voc_edu{
  text-align: left;
  padding: 0% 2% 2% 2%;
}
#Voc_edu h3{
  font-size:2.5em;
  font-family: 'Roboto Condensed', sans-serif;
  color: #F3904F;
}

















/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

figure.voc {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 0.5%;
min-width: 100%;
max-width: 100%;
  max-height: 230px;
  width: 100%;
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
  text-transform: uppercase;
}


#Voc_edu {
    text-align: left;
    padding: 0% 4% 2% 4%;
}

#Voc_edu h3 {
    font-size: 1.7em;
}


}