/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** MODULES STYLES ***********************/

/** jm-module default **/

.jm-module {
	margin: 0 0 25px;
}

.jm-module div.jm-title-wrap {
	margin: 0 0 15px;
}

.jm-module h3.jm-title {
	text-transform: lowercase;
}

.jm-module span.jm-title-line {
	display: block;
	height: 3px;
	width: 40px;
}

.jm-module.blank span.jm-title-line {
	display: none;
}

.jm-module.gray {
	background: #f5f5f5;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 25px;
}

/** content-top **/

#jm-content-top .rowcount_1 .content-top-in {
	width: 100%;
	float: left;
}

#jm-content-top .rowcount_2 .content-top-in {
	width: 50%;
	float: left;
}

#jm-content-top .rowcount_3 .content-top-in {
	width: 33.3%;
	float: left;
}

#jm-content-top .content-top-bg {
	padding-left: 25px;
}

/** content-bottom **/

#jm-content-bottom2 .rowcount_1 .content-bottom2-in {
	width: 100%;
	float: left;
}

#jm-content-bottom2 .rowcount_2 .content-bottom2-in {
	width: 50%;
	float: left;
}

#jm-content-bottom2 .content-bottom2-bg {
	padding-left: 25px;
}

/** bottom **/

#jm-bottom .rowcount_1 .bottom-in {
	width: 100%;
	float: left;
}

#jm-bottom .rowcount_2 .bottom-in {
	width: 50%;
	float: left;
}

#jm-bottom .rowcount_3 .bottom-in {
	width: 33.3%;
	float: left;
}

#jm-bottom .rowcount_4 .bottom-in {
	width: 25%;
	float: left;
}

#jm-bottom .bottom-bg {
	padding-left: 25px;
}

#jm-bottom h3.jm-title {
	color: #ffffff;
}

/** dj-catalog2 frontpage **/

.djf_mod .djf_text .djf_cat h2 {
	font-size: 1.2em;
	color: #a1a1a1;
	margin: 0;
}

.djf_mod .djf_text h3 {
	text-transform: lowercase;
	margin-bottom: 15px;
}

.djf_mod .djf_img {
    border: none;
    margin: 0 20px 0 0;
    padding: 0;
    box-shadow: none;
    background: none;
}

.djf_mod .djf_img img {
	padding: 3px;
	background: #dddddd;
}

.djf_mod .djf_text {
	padding: 20px 0 0;
}

.djf_mod .djf_gal {
    float: none;
}

.djf_mod .djf_gal .djf_cell {
    border: none;
    padding: 0;
    box-shadow: none;
    background: none;
}

.djf_mod .djf_gal img {
	padding: 3px;
	background: #dddddd;
}

.djf_mod .djf_gal td {
    padding: 0 5px 5px 0;
}

.djf_mod .djf_pag {
    float: none;
    margin: 0;
	padding: 10px 0 0;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.djf_mod .djf_pag span.button {
    background: #ffffff;
    font-weight: normal;
    margin: 0;
	padding: 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	line-height: 30px;
	border: 1px solid #dddddd;
}

.djf_mod .djf_pag span.active {
    background: #eeeeee;
	color: #999999;
    font-weight: normal;
}

.djf_mod .djf_pag span.active:hover {
	color: #999999;
}

.djf_mod .djf_pag span:hover {
    background: #eeeeee;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	text-decoration: none;
}

.djf_mod .djf_left {
	margin: 0;
}

.djf_mod .djf_gal .djf_row {
	display: inline-block;
	width: 100%;
}

.djf_mod a.btn {
	margin-top: 10px;
}

/** for clear **/
.djf_mod .djf_pag + div {
    clear:both;
    height:0;
    width:0;
    margin:0;
    padding:0;
    line-height:0;
    overflow: hidden;
    font-size:0px;
}


/* djcatalog module items */

.mod_djc_items {
    margin-left: -25px;
}

.mod_djc_item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 25px;
} 

.mod_djc2filters small {
    display: inline-block;
}

/** djcatalog2 items **/

.mod_djc_items .mod_djc_item {
	margin: 0 0 20px;
}

.mod_djc_items .djc_image {
	text-align: center;
	margin: 0 0 10px;
}

.mod_djc_items .djc_image a:link,
.mod_djc_items .djc_image a:visited {
	display: block;
}

.mod_djc_item .djc_image img {
	background: #f5f5f5;
}

.mod_djc_items .djc_title h4 a:hover {
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

#jm-midpage .mod_djc_items .djc_category_info,
#jm-midpage .mod_djc_items .djc_producer_info,
#jm-midpage .mod_djc_items .djc_price {
	opacity: 1;
    filter: alpha(opacity = 100);
	padding-bottom: 5px;
	color: #a1a1a1;
}

.mod_djc_items .djc_introtext p {
	margin: 0 0 5px;
}

.mod_djc_items .djc_price span {
    font-weight: bold;
	font-size: 1.2em;
}

.mod_djc_items .djc_readon {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

/** dj-catalog2 search **/

.jm-module form#DJC2searchForm fieldset.djc_mod_search {
	padding: 0;
}

.jm-module form#DJC2searchForm input#mod_djcatsearch {
	width: 130px;
}

/** dj-imageslider **/

.djslider .slide-desc-bg {
	background: #ffffff;
	opacity: 0.8;
	filter: alpha(opacity="80");
}

.djslider .slide-desc-text {
	padding: 10px 15px 15px;
}

.djslider .slide-desc-text .slide-title {
    line-height: 1.5em;
    margin-bottom: 5px;
}

.djslider .slide-desc-text .slide-title a:hover {
    text-decoration: none;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

.djslider span.load-button {
    border: 2px solid #ffffff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: none;
    opacity: 0.5;
	filter: alpa(opacity="50");
}

.djslider span.load-button:hover,
.djslider span.load-button-active {
    opacity: 0.8;
	filter: alpa(opacity="80");
}

.testimonials .djslider .navigation-container-custom {
	top: auto !important;
	right: auto !important;
	bottom: 0;
	width: 100%;
	text-align: left;
}

.testimonials .djslider .slide-desc-text {
	padding: 0;
}

.testimonials .djslider .slide-desc,
.testimonials .djslider .slide-desc-in {
	height: 100%;
}

.testimonials .djslider li {
	text-align: left;
}

.djslider small:before {
    content: "- ";
}

.djslider small {
    color: #999999;
	font-size: 1em;
}