/* * --------------------------------------------------------------------
  # 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
  ---------------------------------------------------------------------*
*/
/* Navigation
============================*/
#filters{
    list-style:none;
    padding: 0;
    margin: 0 0 20px 0;
}
#filters li{
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: 'open_sansregular';
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#filters li a{
  color: #888888;
  padding: 0px 10px;
  line-height:25px;
  display:block;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  border: 1px solid #ececec;
  border-left:0;
  border-top: 0;
  border-radius: 4px;
  background: #F5F5F5;
}
#filters li a:before{
  content: "";
  margin-right: 0px;
}
#filters li.current a,
#filters li a:hover{
  background: #00C3B6;
  color: #fff;
}
/* End Navigation
============================*/

/* Style for each Item*/

.latestwork {
    padding: 0;
    position: relative;
    direction: ltr;
}
.slide-item-wrap-item{
  position:relative;
  overflow: hidden;
}

.latestwork .jmnewsprohover .slide-inner .padding {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
	width: 100%;
	height: 100%;
}
.latestwork .jmnewsprohover .slide-inner .padding2{
  padding-top: 20%;
}
.latestwork  .slide-item-image{
    padding: 0px;
}
.latestwork  .slide-item-image a{
    overflow: hidden;
    display: block;
}
.latestwork  .slide-item-image img{
  width: 100% !important;
}

.latestwork .detailButtonWrap{
  margin-bottom: 30px;
	width: 100%;
}

.latestwork .slide-item-readmore,
.latestwork .slide-item-zoom{
   width: 70px;
   height: 70px;
   line-height: 70px;
   font-size: 30px;
   text-align: center;
   display: inline-block;
   border: 1px solid #91d9ee;
   color: #91d9ee;
   outline: none;
   border-radius: 50%;
   -moz-border-radius:50%;
   -ms-border-radius:50%;
   -o-border-radius:50%;
   -webkit-border-radius:50%;

   -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
}
.latestwork .slide-item-readmore{
  margin-right: 10px;
}
.latestwork .slide-item-readmore:hover,
.latestwork .slide-item-zoom:hover,
.latestwork .slide-item-readmore:active ,
.latestwork .slide-item-zoom:active,
.latestwork .slide-item-readmore:focus,
.latestwork .slide-item-zoom:focus{
  border-color: #fff;
  color: #fff;
}

.latestwork  .slide-item-title{
  text-transform: uppercase;
  font-family: 'open_sanssemibold';
  font-size:22px;
}
.latestwork .jmnewsprohover .slide-item-title .entry-title{
  color: #fff;
}
.latestwork .jmnewsprohover .slide-item-title a{
  color: #fff;
  font-size: 22px;
}
.latestwork .category{
  font-size: 18px;
  text-transform: capitalize;
}
.latestwork .slide-item-desc {
  font-size:12px;
  padding-bottom:10px;
}

.latestwork .jmnewsprohover{
  bottom: 0;
  color: #E5E5E5;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}
.latestwork .slide-item-image{
  left:0;
}
.latestwork .jmnewsprohover .slide-inner{
  width:100%;
  height:100%;
  position:absolute;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}
.latestwork .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    *zoom: 1;
}
.latestwork .bx-wrapper img {
    max-width: 100%;
    display: block;
    -webkit-transition: all .18s linear;
    -moz-transition: all .18s linear;
    -ms-transition: all .18s linear;
    -o-transition: all .18s linear;
    transition: all .18s linear;
}
/* Navigation 
=======================*/
.latestwork .NavButtons  span{
  position: relative;
  cursor: pointer;
  background: none;
  color: #222;
  width:15px;
  float: left;
}

.latestwork .NavButtons  span i{
  color: #fff;
  font-size: 25px;
  padding: 0;
  line-height: 25px;
  display: block;
  position: relative;
}
/*Navigation Center Center*/
.latestwork .NavButtons.CenterCenter > span.prev{
  left: -35px;
}
.latestwork .NavButtons.CenterCenter > span.next{
  right: -35px;
}

/* Navigation Bottom Right*/
.latestwork .NavButtons {
  position: relative;
  text-align: right;
  /*background: #eee;*/
  padding: 13px 20px;
}
.latestwork .NavButtons.BottomRight .Inner{
  float: right;
}
.latestwork .NavButtons.BottomRight> span.prev{
}
.latestwork .NavButtons.BottomRight > span.next{
}



.latestwork a.bx-next,
.latestwork a.bx-next i,
.latestwork a.bx-prev,
.latestwork a.bx-prev i{
  display:block;
}
.latestwork a.bx-next:hover,
.latestwork a.bx-prev:hover,
.latestwork a.bx-next:hover i,
.latestwork a.bx-prev:hover i{
  background: none;
  color: #fff;
}

/* End navigation*/

/** Pager
===================================*/
.latestwork .bx-pager ul{
    list-style-type: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.latestwork .bx-pager ul li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0 !important;
}
.latestwork .bx-pager ul li a{
    text-indent: -999em;
    cursor: pointer;
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
}
.latestwork .bx-pager ul li a:hover,
.latestwork .bx-pager ul li a.active {
    background-position: 50% -8px;
}
.latestwork .bx-wrapper .bx-controls-direction{
    display: none;
}
/* End pager */

/* Effect Style
===========================*/
.latestwork .slide-item-wrap-item .slide-item-desc-wrap {
  opacity:0;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  -ms-transition: opacity .4s;
}
.latestwork .slide-item-wrap-item:hover .slide-item-desc-wrap {
  opacity:1;
  transition: opacity .4s;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  -ms-transition: opacity .4s;
}

.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;
}
@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%;
  }
}
.slider{
  position: relative;
}
.slide-item{
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transition:.8s;
  -webkit-transition:.8s;
}
.slide-item.jmhidden{
  transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
}

/* End Style Effect */

/* Style module for each template*/
/* Forma template
========================*/

/* RTL version */
.rtl #filters li a:before{
  margin-right: 0px;
  margin-left: 5px;
}