/* Animations */
@-moz-keyframes bounce { 0%, 20%, 50%, 80%, 100% { -moz-transform: translateY(0); transform: translateY(0); }
  40% { -moz-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -moz-transform: translateY(-5px); transform: translateY(-5px); } }
@-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% { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
  40% { -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px); }
  60% { -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
/*Scale animation*/
@-moz-keyframes scale { 25% { -moz-transform: scale(0.95); transform: scale(0.95); }
  75% { -moz-transform: scale(1.05); transform: scale(1.05); } }
@-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% { -moz-transform: scale(0.95); -ms-transform: scale(0.95); -webkit-transform: scale(0.95); transform: scale(0.95); }
  75% { -moz-transform: scale(1.05); -ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); } }
@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.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: 'AncizarSans-Light'; src: url("../fonts/Ancizar-Sans/AncizarSans-Light.eot"); src: url("../fonts/Ancizar-Sans/AncizarSans-Light.woff2") format("woff2"), url("../fonts/Ancizar-Sans/AncizarSans-Light.woff") format("woff"), url("../fonts/Ancizar-Sans/AncizarSans-Light.ttf") format("truetype"), url("../fonts/Ancizar-Sans/AncizarSans-Light.svg#AncizarSans-Light") format("svg"), url("../fonts/Ancizar-Sans/AncizarSans-Light.eot?#iefix") format("embedded-opentype"); font-weight: normal; font-style: normal; }
.news-block { background-color: #e6e7e7; margin: 40px 0 0; position: relative; }
.news-block .news-title { border-bottom: 2px solid #0a526a; color: #0a526a !important; display: inline-block; font-family: 'Ancizar-Sans-BoldItalic', sans-serif !important; font-size: 40px !important; line-height: 0.6 !important; margin: 30px 0 40px 80px !important; padding: 15px 80px 10px 0 !important; text-transform: uppercase !important; }
.news-block .news-content { padding: 0 70px 40px; position: relative; }
.news-block .news-content .news-item { padding: 10px; }
.news-block .news-content .news-item .news-image { position: relative; }
.news-block .news-content .news-item .news-image .news-link { background-color: rgba(0, 0, 0, 0.2); height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 100%; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.news-block .news-content .news-item .news-image:hover .featured-link, .news-block .news-content .news-item .news-image:active .featured-link, .news-block .news-content .news-item .news-image:focus .featured-link { opacity: 1; }
.news-block .news-content .news-item .news-name { color: #fff; font-family: 'Ancizar-Sans-BoldItalic', sans-serif; font-size: 21px; height: 82px; line-height: 1; margin: 0; padding: 20px 25px; background-color: #0a526a; text-align: center; }
.news-block .news-content .slick-arrow { background-color: rgba(0, 0, 0, 0.1); border: none; font-size: 25px; height: 70px; outline: none; position: absolute; top: 35%; width: 50px; }
.news-block .news-content .slick-arrow i { font-size: 30px; padding-top: 5px; }
.news-block .news-content .slick-arrow.prev { left: 15px; }
.news-block .news-content .slick-arrow.next { right: 15px; }
