/* 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-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-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: 'Ancizar-Sans-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: 'Glyphicons Halflings'; src: url("../fonts/glyphicons-halflings-regular.eot"); src: url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflings-regular") format("svg"), url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.glyphicon { position: relative; top: 3px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.glyphicon-eye-open:before { content: "\e105"; }

.dependencies_gallery { float: left; margin: 0; padding: 0 50px 0px 80px; width: calc(100% / 1.5); }
.dependencies_gallery .big_images { background-color: #e3e4e5; margin-top: -20px; padding: 20px 20px 10px; }
.dependencies_gallery .big_images .slide .slider-info { padding: 15px 0; }
.dependencies_gallery .big_images .slide .slider-info p { font-family: 'Ancizar-Sans-RegularItalic', sans-serif; font-size: 16px; line-height: 1.5; margin: 0; }
.dependencies_gallery .big_images .slide .image-slide img { margin: 0 auto; }
.dependencies_gallery .big_images .slide:hover, .dependencies_gallery .big_images .slide:active, .dependencies_gallery .big_images .slide:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; }
.dependencies_gallery .images { background-color: #e3e4e5; margin: 0 0 30px; padding: 5px 15px 20px 20px; position: relative; }
.dependencies_gallery .images .content { padding-right: 10px; }
.dependencies_gallery .images .slide { padding: 0 7.5px; }
.dependencies_gallery .images .slide .image-slide img { margin: 0 auto; }
.dependencies_gallery .images .slide:hover, .dependencies_gallery .images .slide:active, .dependencies_gallery .images .slide:focus { -webkit-box-shadow: none; box-shadow: none; outline: none; }
.dependencies_gallery .images .slick-arrow { background-color: rgba(255, 255, 255, 0.75); border: none; font-size: 25px; height: 50px; outline: none; position: absolute; top: 23%; width: 25px; }
.dependencies_gallery .images .slick-arrow i { color: #59595c; font-size: 30px; line-height: 1.6; }
.dependencies_gallery .images .slick-arrow.prev { left: -20px; }
.dependencies_gallery .images .slick-arrow.prev i { margin-left: -3px; }
.dependencies_gallery .images .slick-arrow.next { right: -15px; }
.dependencies_gallery .images .slick-arrow.next i { margin-right: -3px; }

@media screen and (max-width: 40em) { .dependencies_gallery { width: 100%; padding: 0px 25px; } }
