/* Animations */
@-webkit-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes bounce { 0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-webkit-keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@keyframes scale { 25% { -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -webkit-transform: scale(1.05); transform: scale(1.05); } }
@font-face { font-family: 'AncizarSans-BoldItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.svg#AncizarSans-BoldItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BoldItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.lateral_links_peec { display: inline-block; float: none; padding: 10px 80px 10px 50px; width: 30%; }
.lateral_links_peec .images { margin: 0 0 20px; padding: 0; position: relative; }
.lateral_links_peec .images .image_link { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

@media screen and (max-width: 90em) { .lateral_images .images .lateral-image-info .detail-image { font-size: 17px; } }
@media screen and (max-width: 40em) { .lateral_images { left: 0; padding: 5px 1%; position: absolute; top: 250px; width: 100%; }
  .lateral_images .images { display: none; }
  .lateral_images .lateral_access li { float: left; position: relative; width: 49%; }
  .lateral_images .lateral_access li .item { font-size: 18px; text-align: center; }
  .lateral_images .lateral_access li .item:hover, .lateral_images .lateral_access li .item:active, .lateral_images .lateral_access li .item:focus { background-color: transparent; }
  .lateral_images .lateral_access li:first-child::after { background: #e1e1e1; content: ''; height: 70%; position: absolute; right: 0; top: 15%; width: 1px; } }
@media screen and (max-width: 20em) { .lateral_images .lateral_access li .item { font-size: 16px; } }
