/* 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: 'Ancizar-Sans-BlackItalic'; src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.svg#AncizarSans-BlackItalic") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-BlackItalic.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-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.svg#AncizarSans-Bold") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Bold.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Ancizar-Sans-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: 'Ancizar-Sans-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: 'Ancizar-Sans-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; }
.inventory_wrapper { float: left; padding: 0 50px 20px 80px; width: calc(100% / 1.5); }
.inventory_wrapper .inventory_content { padding: 0; }
.inventory_wrapper .inventory_content .item { padding: 0 10px 40px; position: relative; vertical-align: top; }
.inventory_wrapper .inventory_content .item .image { border: 1px solid rgba(10, 82, 106, 0.75); border-bottom: none; padding: 0; position: relative; }
.inventory_wrapper .inventory_content .item .image .mask { background-color: rgba(14, 82, 106, 0.5); height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.inventory_wrapper .inventory_content .item .image .mask .options { left: 0; margin: 0 auto; padding: 0; position: absolute; right: 0; text-align: center; top: 45%; width: 150px; }
.inventory_wrapper .inventory_content .item .image .mask .options .option { display: inline-block; margin: 0 15px; padding: 0; }
.inventory_wrapper .inventory_content .item .image .mask .options .option .see_more, .inventory_wrapper .inventory_content .item .image .mask .options .option .download_URL { display: block; opacity: 0; padding-bottom: 15px; position: relative; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; -webkit-transform: translate3d(-50px, -50px, 0); transform: translate3d(-50px, -50px, 0); }
.inventory_wrapper .inventory_content .item .image .mask .options .option .see_more i, .inventory_wrapper .inventory_content .item .image .mask .options .option .download_URL i { color: #fff; font-size: 35px; }
.inventory_wrapper .inventory_content .item .image .mask .options .option .see_more::before, .inventory_wrapper .inventory_content .item .image .mask .options .option .download_URL::before { bottom: 0; content: 'libros'; color: #fff; font-size: 12px; position: absolute; height: 10px; left: -20px; text-align: center; text-transform: uppercase; width: calc(100% + 40px); }
.inventory_wrapper .inventory_content .item .image .mask .options .option .download_URL { -webkit-transform: translate3d(50px, 50px, 0); transform: translate3d(50px, 50px, 0); }
.inventory_wrapper .inventory_content .item .image .mask .options .option .download_URL::before { content: 'revistas'; }
.inventory_wrapper .inventory_content .item .image .mask::before { border: 1px solid #fff; content: ''; height: 170px; left: 50%; margin: 0 auto; opacity: 0; position: absolute; right: 0; top: 50%; -webkit-transform-origin: 50%; transform-origin: 50%; width: 170px; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1); transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1); }
.inventory_wrapper .inventory_content .item .image:hover .mask, .inventory_wrapper .inventory_content .item .image:active .mask, .inventory_wrapper .inventory_content .item .image:focus .mask { opacity: 1; }
.inventory_wrapper .inventory_content .item .image:hover .mask::before, .inventory_wrapper .inventory_content .item .image:active .mask::before, .inventory_wrapper .inventory_content .item .image:focus .mask::before { opacity: 1; -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1); }
.inventory_wrapper .inventory_content .item .image:hover .mask .options .option .see_more, .inventory_wrapper .inventory_content .item .image:hover .mask .options .option .download_URL, .inventory_wrapper .inventory_content .item .image:active .mask .options .option .see_more, .inventory_wrapper .inventory_content .item .image:active .mask .options .option .download_URL, .inventory_wrapper .inventory_content .item .image:focus .mask .options .option .see_more, .inventory_wrapper .inventory_content .item .image:focus .mask .options .option .download_URL { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.inventory_wrapper .inventory_content .item .name { border: 1px solid rgba(10, 82, 106, 0.75); border-top: 0; color: #0a526a !important; font-family: 'Ancizar-Sans-Bold', sans-serif !important; font-size: 21px; line-height: 1.1; margin: 0; padding: 15px 10px; text-align: center; text-transform: uppercase; }
.inventory_wrapper .inventory_content .item:hover, .inventory_wrapper .inventory_content .item:active, .inventory_wrapper .inventory_content .item:focus { text-decoration: none; }

@media screen and (max-width: 40em) { .inventory_wrapper { width: 100%; padding: 0 50px; } }
