/* 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_images { display: inline-block; float: none; padding: 70px 80px 10px 20px; width: 30%; }
.lateral_images .lateral_access { margin: 0; padding: 30px 0 20px; }
.lateral_images .lateral_access li { display: inline-block; list-style: none; }
.lateral_images .lateral_access li .item { background-color: transparent; color: #09526a !important; display: block; font-family: 'AncizarSans-Regular', sans-serif; font-size: 22px; padding: 10px 20px; position: relative; text-transform: uppercase; -webkit-transition: all 0.25s ease-in-out; transition: all 0.25s ease-in-out; }
.lateral_images .lateral_access li .item:hover, .lateral_images .lateral_access li .item:active, .lateral_images .lateral_access li .item:focus { background-color: #e1e1e1; outline: none; text-decoration: none; }
.lateral_images .lateral_access .active .item::before { background-color: #09526a; bottom: 5px; content: ''; height: 2px; left: 10px; position: absolute; right: 10px; }
.lateral_images .images { margin: 15px 0 20px; padding: 5px 0; }
.lateral_images .images .lateral-image-info .detail-image { font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 16px; line-height: 1; margin: 5px 0 0; text-align: right; }

@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; } }
