/**
 * @version		$Id$
 * @author		NooTheme
 * @package		Joomla.Site
 * @subpackage	mod_noo_slider2
 * @copyright	Copyright (C) 2013 NooTheme. All rights reserved.
 * @license		License GNU General Public License version 2 or later; see LICENSE.txt, see LICENSE.php
*/


.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.noo-s2 {
    overflow: hidden;
    position: relative;
}
.noo-s2-inner {
    clear: both;
    margin: 0 auto;
    overflow: visible;
    width: 50%;
}
.noo-s2-inner ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.noo-s2-inner .item {
    float: left;
    opacity: 0.5;
    filter:alpha(opacity=50); /* For IE8 and earlier */
    position: relative;
    width: 100%;
}
.noo-s2-inner .item.active{
	opacity:1 !important;
	filter:alpha(opacity=100) !important; /* For IE8 and earlier */
}
.noo-s2-control {
}


.noo-s2-control .cs-btn {
    height: 100%;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    width: 25%;
    z-index: 100;
}
.noo-s2 .cs-btn-ie .cs-btn {
    height: 100%;
    position: absolute;
    text-align: left;
    text-indent: -999em;
    width: 25%;
    z-index: 100;
    background: none repeat scroll 0 0 hsla(0, 30%, 52%, 0.01)
}	
.noo-s2-control .next {
    right: 0;
}
.noo-s2-control .next:hover {
    background-position: -20px 0;
}
.noo-s2-control .prev {
    left: 0;
    top: 0;
}
.noo-cs-control .prev:hover {
    background-position: 0 0;
}
.noo-n2-slider {
    margin: 5px;
}
.noo-s2-image {
    border: 1px solid #CCCCCC;
    padding: 5px;
}
.noo-s2-info {
}
.noo-s2-info h2 {
}
.noo-s2-info h2 a {
    font-size: 13px;
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	.noo-s2-inner {
    	width: 50%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.noo-s2-inner {
    	width: 50%;
	}
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
	.noo-s2-inner {
    	width: 100%;
	}
	.noo-s2-control {
	    margin: 5px;
	    text-align: right;
	}
	.noo-s2-control .cs-btn {
	    background: url("../images/cs-btn.png") no-repeat scroll 0 0 transparent;
	    display: inline-block;
	    height: 20px;
	    text-align: left;
	    text-indent: -999em;
	    width: 20px;
	    position: relative;
	    outline: none;
	}
	.noo-s2-control .next {
	    background-position: -20px -20px;
	}
	.noo-s2-control .next:hover {
	    background-position: -20px 0;
	}
	.noo-s2-control .prev {
	    background-position: 0 -20px;
	}
	.noo-s2-control .prev:hover {
	    background-position: 0 0;
	}
}
