/* * --------------------------------------------------------------------
  # Package - JoomlaMan JMNewsPro
  # Version 1.0
  # --------------------------------------------------------------------
  # Author - JoomlaMan http://www.joomlaman.com
  # Copyright © 2012 - 2013 JoomlaMan.com. All Rights Reserved.
  # @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or Later
  # Websites: http://www.JoomlaMan.com
  ---------------------------------------------------------------------* */
.LatestNewsBlock {
  position: relative;
  direction: ltr;
}
/* Item Style
==========================*/

/* Item Image 
---------------------------*/
.LatestNewsBlock .slide-inner{
  padding:0;
}
.LatestNewsBlock .slide-item-image{
  margin-bottom: 15px;
}
.LatestNewsBlock .slide-item-wrap{
}
.LatestNewsBlock .slide-item-desc-warp{

}
.LatestNewsBlock .item-info .created-date,
.LatestNewsBlock .item-info .modified-date{
    padding:12px 15px;
    background: #91d9ee;
    display: block;
    text-align: center;
    text-transform: uppercase;
}
.LatestNewsBlock .item-info .created-date  span{
  display: block;
  text-align: center;
}
.LatestNewsBlock .item-info .created-date .date,
.LatestNewsBlock .item-info .modified-date .date{
  color: #fff;
  font-size: 24px;
  font-family: 'open_sanssemibold';
}
.LatestNewsBlock .item-info .created-date .month,
.LatestNewsBlock .item-info .modified-date .month{
  color: #5d97a7;
  font-size: 16px;
  font-family: 'open_sansbold';
}

.LatestNewsBlock  .item-icon{
  padding:22px 15px;
  margin-bottom: 15px;
  font-size: 24px;
  text-align: center;
  background: #333;
  color: #fff;
}
.LatestNewsBlock .slide-item-readmore{
  margin-top: 15px;
}
/* Navigation 
=======================*/
.nav-buttons.center-left{
  position: absolute;
  left: 0;
  top: 70px;
}
.LatestNewsBlock .nav-buttons > span{
  float: left;
  cursor: pointer;
  background: #dddddd;
  margin-right: 4px;
}
.LatestNewsBlock .nav-buttons > span i{
  color: #000;
  font-size: 25px;
  line-height: 0;
  padding: 25px 21px;
}

/** Pager
===================================*/ 
.LatestNewsBlock .bx-pager ul{
  list-style-type: none !important;
  margin: 3px 0 0 !important;
  padding: 0 !important;
  float: left;
}
.LatestNewsBlock .bx-pager ul li {
  float: left;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 0 !important;
}
.LatestNewsBlock .bx-pager ul li a{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAABICAYAAADGScSgAAACYUlEQVR42u2VQWcDURSFQ+lqKCGEIWQVGUpWIYQQQlcllCzyX0roqv8g/6CEbEtXJTFk1WVk01XpqoRZlZKeo/fFeO67k4YsSodvvLlzj7nv3TfvlEretdlsYvAA3gSO45J1IaEBPsDOg7HEEs4UkWNuCbeGMDuJcH5sqclRi5NrBxfpXZgVtoPXeDyOwQN4EziOi0QN8AF2HowllnCmiBxzS7g1hNlJhPNjS02OWpxcO7hI78KssB3r9ToCtyAFX0IqsSgk6oFXcA864EzoSIzver5oCJ7ByKhmJDlDFyiDDAyKtiNzJLfMhzviJ02n08uA+CcftxfQUoQLkCjCFjUcfIJzRVgFS9DwhBdgy8GWD1pZEHX5ZaVlmVVqHaQgDpXKyU4UIcusKXOcuMWpyBL3PaEm6ktuxQVuwNO+uXobrsEjc7Xmui3XzsXbuS13ZW1yzmEFdsJKYpH1S0XgFqTgS0glFoVEPfAK7kEHnAkdifFdzxcNwTMYGdWMJGfoAmUeRGBwwGE9kNwyH+6In9RsNi8D4p983F5ASxEuQKIIW9Rw8AnOFWEVLEHDE17w/HWHsPp3QNTll5WWZVapdZCCOFQqJztRhCyzpsxx4hanIkvc94SaqC+5FRe4AU/75uptuAaPzNWa67ZcOxdv57bclbXJOYdVznBWEov+vaPAPw7xjsQ/xQu9g34hB3JVEYa9Q5yqa7RM9w76hfhG3So15B01lvtr79D84987/p53hPzjEO9I/FO80DvoF3IgVxVh2DvEqbpGy3TvoF+Ib9StUkPeUWO5v/YOzT/+qHd8A+NAegnqyeocAAAAAElFTkSuQmCC') no-repeat 50% 0;
  text-indent: -999em;
  cursor: pointer;
  display: block;
  width: 8px;
  height: 8px;
  overflow: hidden;
}
.LatestNewsBlock .bx-pager ul li a:hover, .bx-pager ul li a.active {
  background-position: 50% -8px;
}


/* Transition Style */
.LatestNewsBlock .slide-item-wrap-item .slide-item-desc-warp {
  opacity:1;
  transition: opacity .0s;
  -webkit-transition: opacity .0s;
  -moz-transition: opacity .0s;
  -o-transition: opacity .0s;
  -ms-transition: opacity .0s;
}
.LatestNewsBlock .slide-item-wrap-item:hover .slide-item-desc-warp {
  opacity:1;
  transition: opacity .0s;
  -webkit-transition: opacity .0s;
  -moz-transition: opacity .0s;
  -o-transition: opacity .0s;
  -ms-transition: opacity .0s;
}
.in-top .slide-inner {
  /* animation: in-top 500ms  ease 0ms 1 forwards; */
  -webkit-animation: in-top 500ms  ease 0ms 1 forwards;
  -moz-animation: in-top 500ms  ease 0ms 1 forwards;
  -o-animation: in-top 500ms  ease 0ms 1 forwards;
  -ms-animation: in-top 500ms  ease 0ms 1 forwards;
}

.in-right .slide-inner{
  /* animation: in-right 500ms ease 0ms 1 forwards; */
  -webkit-animation: in-right 500ms ease 0ms 1 forwards;
  -moz-animation: in-right 500ms ease 0ms 1 forwards;
  -o-animation: in-right 500ms ease 0ms 1 forwards;
  -ms-animation: in-right 500ms ease 0ms 1 forwards;
}

.in-bottom .slide-inner {
  /* animation: in-bottom 500ms ease 0ms 1 forwards; */
  -webkit-animation: in-bottom 500ms ease 0ms 1 forwards;
  -moz-animation: in-bottom 500ms ease 0ms 1 forwards;
  -o-animation: in-bottom 500ms ease 0ms 1 forwards;
  -ms-animation: in-bottom 500ms ease 0ms 1 forwards;
}

.in-left .slide-inner {
  /* animation: in-left 500ms  ease 0ms 1 forwards; */
  -webkit-animation: in-left 500ms  ease 0ms 1 forwards;
  -o-animation: in-left 500ms  ease 0ms 1 forwards;
  -ms-animation: in-left 500ms  ease 0ms 1 forwards;
  -moz-animation: in-left 500ms  ease 0ms 1 forwards;
}

.out-top .slide-inner {
  /* animation: out-top 500ms  ease 0ms 1 forwards; */
  -webkit-animation: out-top 500ms  ease 0ms 1 forwards;
  -moz-animation: out-top 500ms  ease 0ms 1 forwards;
  -ms-animation: out-top 500ms  ease 0ms 1 forwards;
  -moz-animation: out-top 500ms  ease 0ms 1 forwards;
}

.out-right .slide-inner {
  /* animation: out-right 500ms  ease 0ms 1 forwards; */
  -webkit-animation: out-right 500ms  ease 0ms 1 forwards;
  -moz-animation: out-right 500ms  ease 0ms 1 forwards;
  -o-animation: out-right 500ms  ease 0ms 1 forwards;
  -ms-animation: out-right 500ms  ease 0ms 1 forwards;
}

.out-bottom .slide-inner {
  /* animation: out-bottom 500ms  ease 0ms 1 forwards; */
  -webkit-animation: out-bottom 500ms  ease 0ms 1 forwards;
  -moz-animation: out-bottom 500ms  ease 0ms 1 forwards;
  -o-animation: out-bottom 500ms  ease 0ms 1 forwards;
  -ms-animation: out-bottom 500ms  ease 0ms 1 forwards;
}

.out-left .slide-inner{
  /* animation: out-left 500ms  ease 0ms 1 forwards; */
  -webkit-animation: out-left 500ms  ease 0ms 1 forwards;
  -moz-animation: out-left 500ms  ease 0ms 1 forwards;
  -o-animation: out-left 500ms  ease 0ms 1 forwards;
  -ms-animation: out-left 500ms  ease 0ms 1 forwards;
}


/* Respnsive Style*/

@keyframes in-top {
  0% {
    top : -100%;
  }
  60%{
  top :10%;
  }
  100% {
    top:0;
  }
}
@-webkit-keyframes in-top {
  0% {
    top : -100%;
  }
  60%{
  top :10%;
  }
  100% {
    top:0;
  }
}

@keyframes in-right {
  0%  {
    right:-100%;
  }
  60%{
  right :10%;
  }
  100% {
    right:0;
  }
}
@-webkit-keyframes in-right {
  0%  {
    right:-100%;
  }
  60%{
  right :10%;
  }
  100% {
    right:0;
  }
}

@keyframes in-bottom {
  0%  {
    bottom:-100%;
  }
60%{
  bottom :10%;
  }
  100% {
    bottom:0;
  }
}
@-webkit-keyframes in-bottom {
  0%  {
    bottom:-100%;
  }
60%{
  bottom :10%;
  }
  100% {
    bottom:0;
  }
}

@keyframes in-left {
  0%  {
    left:-100%;
  }
60%{
  left :10%;
  }

  100% {
    left:0;
  }
}
@-webkit-keyframes in-left {
  0%  {
    left:-100%;
  }
60%{
  left :10%;
  }

  100% {
    left:0;
  }
}

@keyframes out-top {
  from {
    top:0;
  }

  100% {
    top:-100%;
  }
}
@-webkit-keyframes out-top {
  from {
    top:0;
  }

  100% {
    top:-100%;
  }
}

@keyframes out-right {
  0%  {
    right:0;
  }

  100% {
    right:-100%;
  }
}
@-webkit-keyframes out-right {
  0%  {
    right:0;
  }

  100% {
    right:-100%;
  }
}

@keyframes out-bottom {
  0%  {
    bottom:0;
  }

  100% {
    bottom:-100%;
  }
}
@-webkit-keyframes out-bottom {
  0%  {
    bottom:0;
  }

  100% {
    bottom:-100%;
  }
}

@keyframes out-left {
  0%  {
     left:0;
  }

  100%  {
    left:-100%;
  }
}
@-webkit-keyframes out-left {
  0%  {
     left:0;
  }

  100%  {
    left:-100%;  
  }
}