/* 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-Regular'; src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.svg#AncizarSans-Regular") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-RegularItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.svg#AncizarSans-RegularItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-RegularItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'AncizarSans-LightItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.svg#AncizarSans-LightItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-LightItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@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; }
@font-face { font-family: 'AncizarSans-Italic'; src: url("../fonts/Ancizar-Sans/AncizarSans-Italic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Italic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.svg#AncizarSans-Italic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Italic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.description-lateral-links { float: right; padding: 30px 0; position: relative; }
.description-lateral-links .lateral-link { position: relative; display: block; margin: 0 0 15px; color: #fff !important; }
.description-lateral-links .lateral-link .title { position: absolute; font-family: 'AncizarSans-BoldItalic', sans-serif; font-size: 32px; line-height: 1; margin: 0 auto; top: 50%; left: 0; right: 0; width: 75%; -webkit-transform: translateY(-50%); transform: translateY(-50%); text-align: center; color: #fff !important; font-weight: inherit; }
.description-lateral-links .lateral-link .title .subtitle { display: block; border-top: 1px solid #fff; font-family: 'AncizarSans-RegularItalic', sans-serif; font-size: 28px; padding: 10px 0 0; margin: 10px 0 0; font-weight: inherit; }
.description-lateral-links .lateral-link:hover, .description-lateral-links .lateral-link:active, .description-lateral-links .lateral-link:focus { color: #fff; outline: none; text-decoration: none; }

@media screen and (max-width: 40em) { .description-lateral-links { width: 100%; padding: 20px 20px; }
  .description-lateral-links .lateral-link .title { margin: 5px auto; font-size: 28px; }
  .pdf_dark_lateral { width: 100%; margin: 0 0 25px; padding: 0 25px; }
  .pdf_dark_lateral .pdf_link .pdf_name { font-size: 20px; } }
