/* 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-Bold'; src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.svgAncizarSans-Bold") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.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; }
.ucri_binnacle { float: left; margin: -40px 0 50px; padding: 0 80px 70px; width: 100%; }
.ucri_binnacle .item_link { background-color: #fff; border: 1px solid #0a526a; color: #5d5d5d !important; float: left; margin-bottom: 20px; margin-right: 20px; padding: 15px 5px; position: relative; text-align: center; width: calc(25% - 15px); -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.ucri_binnacle .item_link .link-name { color: #039897; font-family: 'AncizarSans-Bold', sans-serif; font-size: 20px; line-height: 1.2; margin: 0; text-transform: uppercase; }
.ucri_binnacle .item_link .link-name .link-description { color: #0a526a; display: block; font-family: 'AncizarSans-RegularItalic', sans-serif; font-size: 17px; text-transform: initial; }
.ucri_binnacle .item_link:hover, .ucri_binnacle .item_link:active, .ucri_binnacle .item_link:focus { background-color: #039897; border: 1px solid #039897; outline: none; text-decoration: none; }
.ucri_binnacle .item_link:hover .link-name, .ucri_binnacle .item_link:active .link-name, .ucri_binnacle .item_link:focus .link-name { color: #fff; }
.ucri_binnacle .item_link:hover .link-name .link-description, .ucri_binnacle .item_link:active .link-name .link-description, .ucri_binnacle .item_link:focus .link-name .link-description { color: #fff; }
.ucri_binnacle .item_link:nth-child(4n) { margin-right: 0; }

@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; } }
