/* 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; }
.department_lateral_images { float: right; padding: 150px 80px 10px 5px; width: 30%; }
.department_lateral_images .lateral_access { margin: 0; padding: 30px 0 0; }
.department_lateral_images .lateral_access li { display: inline-block; list-style: none; }
.department_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; }
.department_lateral_images .lateral_access li .item:hover, .department_lateral_images .lateral_access li .item:active, .department_lateral_images .lateral_access li .item:focus { background-color: #e1e1e1; outline: none; text-decoration: none; }
.department_lateral_images .lateral_access .active .item::before { background-color: #09526a; bottom: 5px; content: ''; height: 2px; left: 10px; position: absolute; right: 10px; }
.department_lateral_images .images { padding: 0 0 30px; }
.department_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; }
.department_lateral_images .images img { border: 1px solid #d1d1d1; margin-bottom: 10px; }

@media screen and (max-width: 40em) { .department_lateral_images { display: none; } }
