/* * --------------------------------------------------------------------
  # 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
  ---------------------------------------------------------------------*
*/

.slide-item-title{
    font-family: open_sansregular;
    font-size:13px;
    color: #fff;
}
.portfolio {
    padding: 20px 0;
    position: relative;
}
#filters{
    list-style:none;
    padding: 0;
    margin: 0;
}
#filters li{
	border: 0px solid #bdbdbd;
	cursor: pointer;
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
}
#filters li a{
    color: #595959;
	padding: 4px 14px !important;
	line-height:20px;
	display:block;
}
.portfolio  .slide-item-image{
    padding: 0px;
}
.portfolio  .slide-item{
	float:left;
	width: 315px;
	height: 200px;
}

.portfolio  .slide-item-image a{
    overflow: hidden;
    display: block;
}
.portfolio  .slide-item-image img{
	width: 100% !important;
}
.portfolio  .slide-item-title a:hover{
	color: #29BCB8;
}
.portfolio span.slide-item-readmore a:hover {
	color:#fff;
}

.portfolio  .slide-item-title a,
.portfolio span.slide-item-readmore a{
	color: #fff;
    font-family:'open_sansregular',
    font-size:13px;
	font-weight: normal;
}
.portfolio .slide-item-desc {
	font-size:12px;
	padding-bottom:10px;
}
.portfolio .jmnewspro-prev,
.portfolio .jmnewspro-next{
    cursor: pointer;
    display: block;
    height: 40px;
    overflow: hidden;
    position: absolute;
    text-indent: -99px;
    top: 75px;
    width: 20px;
}
.portfolio .jmnewspro-prev{
    background: url("../images/button.png") no-repeat scroll 0 -40px transparent;
}
.portfolio .jmnewspro-next{
    background: url("../images/button.png") no-repeat scroll 0 0 transparent;
    right: 0;
}
.portfolio .jmnewsprohover{
	background:none repeat scroll 0 0 rgba(30, 30, 30, 0.8);
	bottom: 0;
	color: #E5E5E5;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}
.portfolio .slide-item-image{
	left:0;
}
.portfolio .jmnewsprohover .slide-inner{
    width:100%;
	height:100%;
	position:absolute;
}
.portfolio .bx-wrapper {
    position: relative;
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}
.portfolio .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;
}
/** THEME
===================================*/
.portfolio .bx-pager ul{
    list-style-type: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.portfolio .bx-pager ul li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0 !important;
}
.portfolio .bx-pager ul li a{
    text-indent: -999em;
    cursor: pointer;
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
}
.portfolio .bx-pager ul li a:hover,
.portfolio .bx-pager ul li a.active {
    background-position: 50% -8px;
}
.portfolio .bx-wrapper .bx-controls-direction{
    display: none;
}
.slide-lightbox-wrap a{
	color: #FFC92B;
    font-size: 16px;
}
.slide-lightbox-wrap{
	margin-top:10px;
}
.slide-item-wrap-item{
	position:relative;
	overflow: hidden;
}
.portfolio .jmnewsprohover .slide-inner .padding {
	padding: 20% 8px !important;
}
.portfolio span.slide-item-readmore a ,.portfolio span.slide-item-zoom a {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 42px;
    text-align: center;
    width: 42px;
    text-indent: -2000px;
}

.portfolio span.slide-item-readmore a {
    margin-right: 10px;
    background: url(../images/link.png) no-repeat left top;
}
.portfolio span.slide-item-zoom a {
    background: url(../images/zoom.png) no-repeat left top;
}
.portfolio .slide-item-wrap  .view .slide-item-desc-warp{
	width:98%;height:96.5%;margin:3px;
}

.portfolio .slide-item-wrap-item .slide-item-desc-warp {
	opacity:0;
	transition: opacity .4s;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
}
.portfolio .slide-item-wrap-item:hover .slide-item-desc-warp {
	opacity:1;
	transition: opacity .4s;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	-ms-transition: opacity .4s;
}
#jmnewspro-173.portfolio .slide-item-wrap-item .slide-item-title {
	margin:32px 0 20px 0;
}
#jmnewspro-173.portfolio .jmnewsprohover .slide-inner{
    padding: 12px 5px;
}
.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);

}