/*--------------------------------------------------------------
# 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-bottom: 20px;
}

.jm-module h3.jm-title {
	margin: 0 0 20px;
	font-size: 1.9em;
}

/********** bottom-mods **********/

#jm-bottom-mods .rowcount_1 .bottom-in {
	width: 100%;
	float: left;
}

#jm-bottom-mods .rowcount_2 .bottom-in {
	width: 50%;
	float: left;
}

#jm-bottom-mods .rowcount_3 .bottom-in {
	width: 33.3%;
	float: left;
}

#jm-bottom-mods .rowcount_4 .bottom-in {
	width: 25%;
	float: left;
}

#jm-bottom-mods .jm-module {
	padding: 10px;
}

#jm-bottom-mods .jm-module:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/********** dj-imageslider **********/

.djslider .slide-desc-bg {
    opacity: 0.8;
    filter: alpha(opacity = 80);
	background: #f4f4f4;
}

.djslider .slide-desc-text .slide-title {
	font-size: 1em;
    margin-bottom: 0;
	font-weight: bold;
	text-align: center;
}

.djslider .slide-desc-text .slide-title a:link,
.djslider .slide-desc-text .slide-title a:visited {
	text-decoration: none;
}

.djslider .slide-desc-text a:link,
.djslider .slide-desc-text a:visited {
	text-decoration: none;
}

.djslider .slide-desc-text a:hover {
	text-decoration: underline;
}

.djslider a.readmore:link,
.djslider a.readmore:visited {
    color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1em;
    padding: 3px 10px;
	margin-top: 5px;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: right;
}

.djslider a.readmore:hover {
	-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;
}

.djslider span.load-button {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
}

/********** dj-catalog2 frontpage **********/

.djf_mod .djf_img img {
    background: #EDEEEE;
    border: 1px solid #D7D8D8;
    padding: 4px;
}

.djf_mod .djf_gal .djf_cell {
    background: #EDEEEE;
    border: 1px solid #D7D8D8;
    padding: 4px;
    box-shadow: none;
}

.djf_mod .djf_left {
    float: left;
    margin: 0;
}

.djf_mod .djf_text .djf_cat h2 {
    color: #969595;
    font-size: 1.2em;
    font-weight: normal;
}

.djf_mod .djf_text h3 {
    font-size: 1.9em;
    margin-bottom: 15px;
}

.djf_mod .djf_text h3 a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.djf_mod .djf_pag span.button {
    border: none;
    margin: 0;
    padding: 0 7px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
}

.djf_mod .djf_pag span.active {
	font-weight: normal;
}

.djf_mod .djf_pag span:hover {
	-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;
}

.djf_mod .djf_pag {
    float: none;
	text-align: center;
    margin: 20px 0 0;
}

.djf_mod .djf_img {
    border: none;
    margin: 0 10px 0 0;
    padding: 0;
    box-shadow: none;
    background: none;
}

.djf_mod .djf_text .djf_cat {
	padding: 0 0 5px;
}

.djc_readon {
	margin: 10px 0 0;
	clear: both;
	display: inline-block;
	width: 100%;
}

.djc_readon a:link,
.djc_readon a:visited {
    color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
    font-size: 1em;
    padding: 3px 10px;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	float: right;
}

.djc_readon a:hover {
	-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;
}

/********** dj-catalog2 items **********/

.mod_djc_items .mod_djc_item {
    margin: 20px 0 0;
}

.mod_djc_items .mod_djc_item:first-child {
    margin: 0;
}

.mod_djc_items .djc_image {
	text-align: center;
	margin: 0 0 10px;
}

.mod_djc_items .djc_image img {
    background: #EDEEEE;
    border: 1px solid #D7D8D8;
	padding: 4px;
}

.mod_djc_items .djc_category_info,
.mod_djc_items .djc_producer_info,
.mod_djc_items .djc_price {
	opacity: 1;
    filter: alpha(opacity = 100);
	font-size: 0.9em;
	font-style: italic;
	padding-bottom: 5px;
}

.mod_djc_items .djc_title h4 {
    font-size: 1.5em;
    line-height: 1.2em;
}

.mod_djc_items .djc_title h4 a:link,
.mod_djc_items .djc_title h4 a:visited {
	text-decoration: none;
}

.mod_djc_items .djc_title h4 a:hover {
	-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;
}

.mod_djc_items .djc_price span {
  	color: #FB6363;
    font-weight: bold;
}

.mod_djc_items .djc_readon {
    display: inline-block;
	width: 100%;
}

/* djcatalog module items */

.mod_djc_items {
    margin-left: -20px;
}

.mod_djc_item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 20px;
} 

.mod_djc2filters small {
    display: inline-block;
}

/** for clear **/
    
.djf_mod .djf_gal {
    clear:both;
}
    
.djf_mod .djf_pag + div {
    clear:both;
    height:0;
    width:0;
    margin:0;
    padding:0;
    line-height:0;
    overflow: hidden;
    font-size:0px;
}

.djf_mod .djf_gal .djc_col {
    float: left;
    padding: 10px 0 0 10px;
}

.djf_mod .djf_gal .djc_col:first-child {
    padding: 10px 0 0 0;
}

fieldset.djc_mod_search {
    padding: 0;
}