/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/

/***search module style***/

#jm-search .jm-moduletable {	
	float: right;
}

#jm-search .jm-moduletable h3.jm-mod-title, #jm-search .jm-moduletable .jm-mod-content {
	float: left;
	font-size: 11px;
}

#jm-search .jm-moduletable h3.jm-mod-title {
	vertical-align: middle;
	line-height: 25px;
}

/*** default module style ***/

.jm-module {
     margin: 0 0 15px;
     padding: 0 0 15px;
     background: url(../images/module-shadow.png) bottom right no-repeat;  
}

.jm-module .jm-title-l {
	background: url(../images/title-blue-l.png) top left no-repeat;
	padding: 0 0 0 25px; 
}

.jm-module .jm-title-in {
	background: url(../images/title-blue-in.png) top left repeat-x;
}

.jm-module h3.jm-title {
    margin: 0;
    padding: 14px 20px 11px 0;
    color: #fff;
    line-height: 20px;    
}

.jm-module .jm-module-content {
	padding: 10px 15px;
	background: #fff;
	border: solid 1px #eeeeee;
	border-top: none;
}

.jm-module .jm-module-content.no_title {
	border-top: solid 1px #eeeeee;
}

/*** module style with blank suffix ***/

.jm-module.blank {
     margin: 0 0 30px;
     padding: 0;
     background: none;  
}

.jm-module.blank h3.jm-title {
    margin: 0 0 10px;
    padding: 0;
    color: #383838;
}

.jm-module.blank .jm-module-content {
	padding: 0;
	background: none;
	border: none;
}

.jm-module.blank .jm-module-content.no_title {
	border-top: none;
}

/*** module style with green suffix ***/

.jm-module.green .jm-title-l {
	background: url(../images/title-green-l.png) top left no-repeat;
}

.jm-module.green .jm-title-in {
	background: url(../images/title-green-in.png) top left repeat-x;
}

/*** module style with orange suffix ***/

.jm-module.orange .jm-title-l {
	background: url(../images/title-orange-l.png) top left no-repeat;
}

.jm-module.orange .jm-title-in {
	background: url(../images/title-orange-in.png) top left repeat-x;
}

/*** module style with pink suffix ***/

.jm-module.pink .jm-title-l {
	background: url(../images/title-pink-l.png) top left no-repeat;
}

.jm-module.pink .jm-title-in {
	background: url(../images/title-pink-in.png) top left repeat-x;
}

/*** module style with shadow suffix for header ***/

#jm-header .jm-module.shadow {
	background: url(../images/header_shadow.png) no-repeat bottom center;
	margin: 0;	
    padding: 0 0 75px;
}

#jm-header .jm-module.shadow h3.jm-title {
    margin: 0 0 10px;
    padding: 0;
    color: #383838;
}

#jm-header .jm-module.shadow .jm-module-content {
	padding: 0;
	background: none;
	border: none;
}

#jm-header .jm-module.shadow .jm-module-content.no_title {
	border-top: none;
}

/** bottom modules **/
	
#jm-bottom2 .rowcount_1 .bottom2-in {
    width: 100%;
    margin: 0;
    padding: 0;
}

#jm-bottom2 .rowcount_2 .bottom2-in {
    width: 50%;
    float: left;
}

#jm-bottom2 .rowcount_3 .bottom2-in {
	width: 33.3%;
    float: left;
}

#jm-bottom2 .rowcount_4 .bottom2-in {
    width: 25%;
    float: left;   
}

#jm-bottom2 .bottom2-bg {
	padding: 0 10px;	
}

#jm-bottom2 .rowcount_1 .bottom2-in.bottom2-row-last .bottom2-bg {
	padding: 0;	
}

#jm-bottom2 .rowcount_2 .bottom2-in.bottom2-row-first .bottom2-bg {
 	padding: 0 10px 0 0;
}

#jm-bottom2 .rowcount_2 .bottom2-in.bottom2-row-last .bottom2-bg {
 	padding: 0 0 0 10px;
}

#jm-bottom2 .rowcount_3 .bottom2-bg {
	padding: 0 7px;	
}

#jm-bottom2 .rowcount_3 .bottom2-in.bottom2-row-first .bottom2-bg {
 	padding: 0 13px 0 0;
}

#jm-bottom2 .rowcount_3 .bottom2-in.bottom2-row-last .bottom2-bg {
 	padding: 0 0 0 13px;
}

#jm-bottom2 .rowcount_4 .bottom2-in.bottom2-row-first .bottom2-bg {
 	padding: 0 15px 0 0;
}

#jm-bottom2 .rowcount_4 .bottom2-in.bottom2-row-last .bottom2-bg {
 	padding: 0 0 0 15px;
}

/*** dj-catalog2 ***/

.djf_mod .djf_gal {
    float: none;
	display: inline-block;
	width: 100%;
}

.djf_mod .djf_left {
    margin: 0;
}

.djf_mod .djf_img {
    border: none;
    margin: 0 10px 8px 0;
    padding: 0;
    box-shadow: none;
    background: none;
}

.djf_mod .djf_img img,
.djf_mod .djf_gal img {
	background: #fff;
	padding: 3px;
    border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
	box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1); 
}

.djf_mod .djf_gal .djf_cell {
    border: none;
    padding: 0;
    box-shadow: none;
    background: none;
}

.djf_mod .djf_text {
	padding: 10px 0 0;
}

.djf_mod .djf_text .djf_cat h2 {
	color: #0089d0;
	margin: 0 0 15px;
}

.djf_mod .djf_text h3 {
	color: #333;
   	background: url(../images/heading.png) no-repeat 0 4px;
	display: inline-block;
	padding: 0 0 0 23px;
}

.djf_mod a.readon:link,
.djf_mod a.readon:visited {
	margin: 10px 0 0;
	display: inline-block;
}

.djf_mod .djf_pag span.button {
    background: #A1D2EF;
    border: none;
    margin: 0 5px 0 0;
    color: #fff;
}

.djf_mod .djf_pag span.active {
    background: #008DD6;
	font-weight: normal;
}

.djf_mod .djf_pag {
    margin: 10px 0 0;
}

/********** dj-catalog2 items **********/

.mod_djc_items .mod_djc_item {
    margin: 15px 0 0;
}

.mod_djc_items .mod_djc_item:first-child {
    margin: 0;
}

.djc_items .djc_image {
	text-align: center;
	margin: 0 0 15px;
}

.djc_items .djc_image img {
	background: #fff;
	padding: 3px;
    border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
	box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1); 
}

.djc_items .djc_category_info,
.djc_items .djc_producer_info,
.djc_items .djc_price {
	font-style: italic;
	padding-bottom: 5px;
}

.djc_items .djc_title h4 {
	font-size: 18px;
    background: url(../images/heading.png) no-repeat 0 4px;
    padding: 0 0 0 23px;
}

.djc_items .djc_title h4 a:link,
.djc_items .djc_title h4 a:visited {
	text-decoration: none;
	color: #333;
}

.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;
	color: #0089D0;
}

.djc_items .djc_price span {
	font-size: 14px;
	font-weight: bold;
	color: #0089D0;
}

.djc_items .mod_djc_item {
    display: inline-block;
	width: 100%;
}

.djf_text a.btn,
.djc_readon a:link,
.djc_readon a:visited {
    background: url(../images/arrow-blue.png) no-repeat left center;
    display: inline-block;
    font-weight: normal;
    line-height: 20px;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.djf_text a.btn:hover,
.djc_readon a:hover {
	color: #0089D0;	
}

.djf_text a.btn {
    margin: 10px 0 0;
}

/* djcatalog module items */

.mod_djc_items {
    margin-left: -30px;
}

.mod_djc_item {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 30px;
} 

.mod_djc2filters small {
    display: inline-block;
}

/** 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;
}

.djf_mod .djf_gal .djc_col {
    padding: 0 10px 10px 0;
}

/********** dj-imageslider **********/

#jm-header .djslider .slide-desc-bg {
	opacity: 1;
	filter: alpha(opacity = 100);
	background: #0089d0;
	-webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.6); 
}

.djslider .slide-desc-bg {
	opacity: 0.8;
	filter: alpha(opacity = 80);
	background: #fff;
}

.djslider .slide-desc-text a:link,
.djslider .slide-desc-text a:visited {
    color: #FFFFFF;
}


.djslider .slide-desc-text {
	color: #5B5B5B;
}

#jm-header .djslider .slide-desc-text {
	color: #fff;
}

.djslider .slide-desc-text .slide-title {
    color: #0089d0;
    font-size: 18px;
	line-height: 26px;
    margin-bottom: 0;
	text-align: center;
}

.djslider .slide-desc-text .slide-title a {
    color: #0089d0;
	text-decoration: none;
}

#jm-header .djslider .slide-desc-text .slide-title {
    color: #fff;
    font-size: 28px;
	line-height: 34px;
    margin-bottom: 5px;
	text-align: left;
}

#jm-header .djslider .slide-desc-text .slide-title a {
    color: #fff;
}

.djslider .slide-desc-text .slide-title a:hover {
	text-decoration: underline;
}

.djslider a.readmore:link, 
.djslider a.readmore:visited {
    background: url("../images/arrow-blue.png") no-repeat left center;
	color: #0089d0;
	text-decoration: underline;
	margin-top: 5px;
}

#jm-header .djslider a.readmore:link, 
#jm-header .djslider a.readmore:visited {
    background: url("../images/arrow-white.png") no-repeat left center;
	color: #fff;
}

.djslider a.readmore:hover {
	text-decoration: none;	
}

.djslider span.load-button {
	border: 1px solid #dedede;
	background: #f0f2f3;
	background: -moz-linear-gradient(top,  #f0f2f3 0%, #cddbdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f2f3), color-stop(100%,#cddbdf));
	background: -webkit-linear-gradient(top,  #f0f2f3 0%,#cddbdf 100%);
	background: -o-linear-gradient(top,  #f0f2f3 0%,#cddbdf 100%);
	background: -ms-linear-gradient(top,  #f0f2f3 0%,#cddbdf 100%);
	background: linear-gradient(top,  #f0f2f3 0%,#cddbdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f2f3', endColorstr='#cddbdf',GradientType=0 );
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    float: none !important;
    height: 18px;
    margin-right: 4px;
    opacity: 1;
	filter: alpha(opacity = 100);
    width: 18px;
}

.djslider span.load-button-active {
	border: 1px solid #2a8cbd;
	background: #a9d1e3;
	background: -moz-linear-gradient(top,  #a9d1e3 0%, #0171ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d1e3), color-stop(100%,#0171ae));
	background: -webkit-linear-gradient(top,  #a9d1e3 0%,#0171ae 100%);
	background: -o-linear-gradient(top,  #a9d1e3 0%,#0171ae 100%);
	background: -ms-linear-gradient(top,  #a9d1e3 0%,#0171ae 100%);
	background: linear-gradient(top,  #a9d1e3 0%,#0171ae 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d1e3', endColorstr='#0171ae',GradientType=0 );
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    opacity: 1;
	filter: alpha(opacity = 100);
}

.djslider .navigation-container-custom {
	position: absolute;
	top: auto !important;
	right: auto !important;
	bottom: -50px;
	width: 100%;
	text-align: center;
}

.djslider span.load-button {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}