/* * --------------------------------------------------------------------
  # 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
  ---------------------------------------------------------------------* */
.jmnewspro{
    padding: 0 50px!important;
    position: relative;
		direction: ltr;
}
.jmnewspro.nopadding{
    padding: 0!important;
}
#jm-bottom2-wrapper .jmnewspro{
    padding: 10px 50px!important;
    position: relative;
}
.jmnewspro .slide-item-image{

}
#jm-bottom1 .bx-controls {
    top: -30px!important;
}
.jmnewspro .slide-item-title{
    color: #FFC92B;
    margin: 10px 0;
}
.jmnewspro .slide-item-title a:hover, span.slide-item-readmore a:hover{
    color: #FE8F0A;
}
.jmnewspro .slide-item-title a{
    color: #FFC92B;
    font-size:20px;
}
span.slide-item-readmore a{
    color: #FFC92B;
    font-size:16px;
}

.pd21 span.slide-item-readmore a{
    color: #fff;
    font-size:16px;
	font-family:'open_sansbold'
}
.pd21 span.slide-item-readmore a:hover{
    color: #000;
}

#jm-bottom2-wrapper .jmnewspro .slide-item-title{
    color: #fff;
}
#jm-bottom2-wrapper .jmnewspro .slide-item-title a:hover,#jm-bottom2-wrapper span.slide-item-readmore a:hover{
    color: #000;
}
#jm-bottom2-wrapper .jmnewspro .slide-item-title a, #jm-bottom2-wrapper span.slide-item-readmore a{
    color: #fff;
}
.slide-item-desc {
    padding:8px 0;
	line-height:23px;
}

.pd21 .slide-item-desc {
    color:#000;
}
.default .jmnewspro-prev,.default .jmnewspro-next{
    cursor: pointer;
    display: block;
    height: 58px;
    overflow: hidden;
    position: absolute;
    text-indent: -99px;
    top: 75px;
    width: 37px;
}
#jm-bottom2-wrapper .jmnewspro-prev,#jm-bottom2-wrapper .jmnewspro-next{
    top: 75px!important;
}
.default .jmnewspro-prev{
    background: url("../images/arrows.png") no-repeat 0 0;
    left: 0;
}
.default .jmnewspro-prev:hover{
    background: url("../images/arrows.png") no-repeat 0 100%;
    left: 0;
}
.default .jmnewspro-next{
    background: url("../images/arrows.png") no-repeat 100% 0;
    right: 0;
}
.default .jmnewspro-next:hover{
    background: url("../images/arrows.png") no-repeat 100% 100%;
    right: 0;
}
.jmnewsprohover{
    background: url(../images/bg_tran2.png) repeat left top;
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 0;
    text-align: center;
    line-height: 40px;
    -webkit-border-radius: 123px;
    -moz-border-radius: 123px;
    border-radius: 123px;
}

.pd21 .jmnewsprohover {
    background: url(../images/bg_tran3.png) repeat left top;
    color: #000;
    position: absolute;
    bottom: 0;
    height: 0;
    text-align: center;
    line-height: 40px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	cursor:pointer;
}

.jmnewsprohover .slide-inner{
    padding: 12px 22px;
}
.bx-wrapper {
    margin: 0 auto 0;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
#jm-bottom2-wrapper .bx-wrapper img {
    -webkit-border-radius: 123px;
    -moz-border-radius: 123px;
    border-radius: 123px;
}

.jm-module div#jmnewspro-138.jmnewspro {
	margin-top:-29px;
	margin-bottom:20px;
}

div#jmnewspro-138.jmnewspro div.slide-item-image a img {
	border:thin solid #eee;
}
/** THEME
===================================*/
.bx-pager ul{
    list-style-type: none !important;
    margin: 3px 0 0 !important;
    padding: 0 !important;
    float: left;
}
.bx-pager ul li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 0 !important;
}
.bx-pager ul li a{
    background: url('../images/interface.png') no-repeat 50% 0;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
}
.bx-pager ul li a:hover, .bx-pager ul li a.active {
    background-position: 50% -8px;
}
.bx-wrapper .bx-controls-direction{
    display: none;
}

/*
Effect
*/
.jmnewshoverlay{
	background: none repeat scroll 0 0 rgba(240, 183, 54, 0.8);
	border-radius: 150px 150px 150px 150px;
	height: 300px;
	position: absolute;
	width: 300px;
	opacity: 1;
	position:absolute;
	text-align: center;
	text-align: center;
}
.jmnewshoverlay-inner{
    padding: 75px 10px 10px 10px;
    color: #fff;
}

.pd21 .jmnewshoverlay{
	background: none repeat scroll 0 0 rgba(240, 183, 54, 0.9);
	border-radius: 0px !important;
	height: 187px !important;
	position: absolute;
	width: 200px;
	opacity: 1;
	position:absolute;
	text-align: center;
	text-align: center;
}
.pd21 .jmnewshoverlay-inner{
    padding: 45px 10px 10px 10px;
    color: #fff;
}
.slide-item-title a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
	font-family:'open_sansbold';
}

.pd21 .slide-item-title a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
	font-family:'open_sansbold';
}
.slide-item-title a:hover{
    color: #000;
}