/* 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; }
.pdf_global_link { float: right; margin: 0; padding: 20px 90px 20px 50px; width: calc(100% / 3); }
.pdf_global_link .title { color: #038d8c !important; font-family: 'AncizarSans-Regular', sans-serif; font-size: 22px; margin: 0 0 10px; text-transform: uppercase; }
.pdf_global_link .item_link { border-top: 1px solid #aeaeae; color: #5d5d5d !important; display: block; margin-bottom: 10px; padding: 15px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: stretch; align-content: stretch; }
.pdf_global_link .item_link img { display: inline-block; height: 35px; margin-right: 15px; vertical-align: middle; width: 30px; }
.pdf_global_link .item_link .word_name { display: inline-block; font-family: 'AncizarSans-RegularItalic', sans-serif; font-size: 20px; line-height: 1; margin: 0; vertical-align: middle; width: calc(100% - 45px); }
.pdf_global_link .item_link:hover, .pdf_global_link .item_link:active, .pdf_global_link .item_link:focus { color: #5d5d5d; outline: none; text-decoration: none; }
.pdf_global_link .item_link:last-child { border-bottom: 1px solid #aeaeae; }

@media screen and (max-width: 1500px) { .master_thesis { margin: 10px 80px 10px 20px; padding: 15px 0 5px 6px; }
  .master_thesis .word_link .word_name { font-size: 18px; } }
