/**
 * @version		$Id$
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	mod_noo_k2items
 * @copyright	Copyright (C) 2013 NooTheme. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
*/
.noo-k2i{width:100%}
.noo-k2i ul{margin:0 !important;padding:0 !important}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 0;
    position: absolute;
    right: 38%;
    margin-right: 20px;
    width: 100px;
    z-index: 10;
}
.bx-has-controls-direction{
    left: 0;
    position: absolute;
    right: 0;
    bottom:0;
    z-index: 10;
	height:50px;
}
.bx-controls-direction{
	bottom: 3px;
    display: none;
    position: absolute;
    right: 38%;
    width: 112px;
    height: 45px;
    margin-right: 20px;
}
.bx-wrapper:hover .bx-controls-direction{display: block}
.noo-slider-item {}
.noo-slider-item .item{}
.noo-slider-item .item .box-image{overflow:hidden;float:right;width:38%;position: relative;height: 350px;}
.noo-slider-item .item .box-image:after{
	content: ' ';
	position: absolute;
	top: 27%;
	left: 40%;
	width: 20%;
	height: 20%;
	background: url('images/search.png') no-repeat 50% 50% rgba(24,24,24,0.8);
	cursor: pointer;
	border-radius: 5px;
	opacity: 0;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.noo-slider-item .item .box-image:hover:after{
	opacity:1;
}
.noo-slider-item .item p.box-description{float:right;font-size: 11px;padding:20px 2% 0;color: #656152}
.noo-slider-item .item h2{margin:0;padding:0}
.n_l_c{
	float: right;
    padding: 00;
    width: 62%;
}
.n_t_c{
	color: #cbad5e !important;
	background-color: #151515;
	width: 100%;
	display: block;
	padding-right: 20px;
	line-height: 68px;
}

.item-created {
    bottom:20px;
    color: #777259;
    float: left;
    font-size: 10px;
    left: 0;
    margin-left: 2%;
    position: absolute;
    padding-right: 30px;
    background: url('images/cl.png') 100% 50% no-repeat; 
}