/*--------------------------------------------------------------
# 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 {
	position: relative;
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 0 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0 2px 0px rgba(0, 0, 0, 0.3);
}

.jm-module .jm-module-content {
	padding: 10px;
}

.jm-module h3.jm-title {
	font-size: 1.6em;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
    text-shadow: 0px 1px 0px #093152;
	background: #092f50 url(../images/h3_blue_bg.png) repeat-x top left;
	border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
}

/** green ribbon **/

.jm-module.green-ribbon {
	padding: 10px 0 0;
}

.jm-module.green-ribbon .jm-title-wrap {
	margin: 0 10px 0 -10px;
	position: relative;
}

.jm-module.green-ribbon .jm-title-wrap span {
	background: url(../images/ribbon-gr-corner.png) no-repeat;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: -16px;
}

.jm-module.green-ribbon h3.jm-title {
	border-radius: 7px 7px 7px 0;
	-moz-border-radius: 7px 7px 7px 0;
	-webkit-border-radius: 7px 7px 7px 0;
	background: #a2bc2e url(../images/ribbon-gr-bg.png) repeat-x bottom left;
    text-shadow: 0px 1px 0px #526017;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	padding: 5px 10px 5px 20px;
}

/** blue ribbon **/

.jm-module.blue-ribbon {
	padding: 10px 0 0;
}

.jm-module.blue-ribbon .jm-title-wrap {
	margin: 0 10px 0 -10px;
	position: relative;
}

.jm-module.blue-ribbon .jm-title-wrap span {
	background: url(../images/ribbon-bl-corner.png) no-repeat;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: -16px;
}

.jm-module.blue-ribbon h3.jm-title {
	border-radius: 7px 7px 7px 0;
	-moz-border-radius: 7px 7px 7px 0;
	-webkit-border-radius: 7px 7px 7px 0;
	background: #115b9a url(../images/ribbon-bl-bg.png) repeat-x bottom left;
    text-shadow: 0px 1px 0px #092e4e;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	padding: 5px 10px 5px 20px;
}

/** orange ribbon **/

.jm-module.orange-ribbon {
	padding: 10px 0 0;
}

.jm-module.orange-ribbon .jm-title-wrap {
	margin: 0 10px 0 -10px;
	position: relative;
}

.jm-module.orange-ribbon .jm-title-wrap span {
	background: url(../images/ribbon-or-corner.png) no-repeat;
	width: 10px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: -16px;
}

.jm-module.orange-ribbon h3.jm-title {
	border-radius: 7px 7px 7px 0;
	-moz-border-radius: 7px 7px 7px 0;
	-webkit-border-radius: 7px 7px 7px 0;
	background: #ff9c00 url(../images/ribbon-or-bg.png) repeat-x bottom left;
    text-shadow: 0px 1px 0px #814f00;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.6);
	padding: 5px 10px 5px 20px;
}

/** ribbon **/

#jm-ribbon div.jm-ribbon-in {
	background: url(../images/main_ribbon_bg.png) repeat-x;
	height: 55px;
	margin: 0 -24px 20px;
	position: relative;
	border: 1px solid #36618c;
	text-align: center;
}

#jm-ribbon div.jm-ribbon-in:after,
#jm-ribbon div.jm-ribbon-in:before {
    background: url(../images/main_ribbon_left.png) no-repeat;
    bottom: 0;
    content: " ";
    display: block;
    height: 9px;
    left: 0;
    margin-bottom: -10px;
    position: absolute;
    width: 23px;
}

#jm-ribbon div.jm-ribbon-in:after {
    background: url(../images/main_ribbon_right.png) no-repeat;
    left: auto;
    right: 0;
}

#jm-ribbon div.jm-ribbon-in div.jm-ribbon-content {
    background: url(../images/main_ribbon_content.png) no-repeat;
	width: 266px;
	height: 50px;
	margin: 0 auto;
	padding: 42px 40px 36px;
	text-align: center;
}

#jm-ribbon div.jm-ribbon-in div.jm-ribbon-content h1 {
	color: #fff;
	font-size: 2.2em;
    text-shadow: 0px 1px 0px #495300;
}

/** 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 .bottom-bg {
	padding: 0 10px;
}

/** djimageslider **/

#jm-header .djslider li {
	text-align: left;
}

#jm-header .djslider .slide-desc,
#jm-header .djslider .slide-desc-in {
	height: 100%;
}

#jm-header .djslider .slide-desc-bg {
	background: none;
	opacity: 1;
	filter: alpha(opacity = 100);
}

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

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

.djslider .slide-desc-text .slide-title {
    color: #004586;
    font-size: 1.6em;
	line-height: 1em;
    margin-bottom: 0;
}

#jm-header .djslider .slide-desc-text .slide-title {
    font-size: 3em;
	line-height: 1.5em;
    margin-bottom: 10px;
}

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

.jm-module .djslider .slide-desc-text .slide-title {
	text-align: center;
}

.djslider .slide-desc-text .slide-title a:hover {
	color: #4085C0;
	-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 .slide-desc-text .slide-text {
	font-size: 1.4em;
	line-height: 1.5em;
}

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

.djslider a.readon:link,
.djslider a.readon:visited {
	margin-top: 10px;
}

.djslider .a-button img {
	height: auto !important;
	width: auto !important;
}

/** djcatalog2 frontpage **/

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

.djf_mod .djf_img a {
	overflow: hidden;
	display: block;
}

.djf_mod .djf_img img {
	padding: 0 !important;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.djf_mod .djf_img img:hover {
	transform: scale(1.15) rotate(-5deg);
	-moz-transform: scale(1.15) rotate(-5deg);
	-webkit-transform: scale(1.15) rotate(-5deg);
	-o-transform: scale(1.15) rotate(-5deg);
	-ms-transform: scale(1.15) rotate(-5deg);
}

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

.djf_mod .djf_gal td {
    padding: 0 5px 5px 0;
}

.djf_mod .djf_gal .djf_cell {
	background: #fff;
    border: none;
    padding: 4px;
	-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_text {
	padding: 10px 0 0;
}

.djf_mod .djf_text .djf_cat h2 {
	font-size: 1.4em;
	line-height: 1em;
	margin: 0 0 10px;
}

.djf_mod .djf_text h3 {
	font-size: 3em;
	line-height: 1em;
	margin: 0 0 10px;
	color: #004586;
}

.djf_mod .djf_text .djf_desc {
	font-size: 1.4em;
	line-height: 1.5em;
}

.djf_mod .djf_text a.readon {
	margin: 10px 0 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 {
    background: #9dc0df;
    border: none;
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 5px 7px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline-block;
	color: #fff;
}

.djf_mod .djf_pag span.active {
    background: #4086c1;
    font-weight: normal;
}

.djf_mod .djf_pag span:hover {
    background: #4086c1;
	-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;
}

/** djcatalog2 items **/

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

.mod_djc_items .djc_image {
	display: inline-block;
	text-align: center;
	margin: 0 0 10px;
}

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

.mod_djc_item .djc_image a {
	overflow: hidden;
	display: block;
}

.mod_djc_item .djc_image img {
	padding: 0 !important;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
}

.mod_djc_item .djc_image img:hover {
	transform: scale(1.15) rotate(-5deg);
	-moz-transform: scale(1.15) rotate(-5deg);
	-webkit-transform: scale(1.15) rotate(-5deg);
	-o-transform: scale(1.15) rotate(-5deg);
	-ms-transform: scale(1.15) rotate(-5deg);
}

.mod_djc_items .djc_category_info,
.mod_djc_items .djc_producer_info,
.mod_djc_items .djc_price {
	opacity: 1;
    filter: alpha(opacity = 100);
	padding-bottom: 5px;
	font-style: italic;
}

.mod_djc_items .djc_title h4 {
    font-size: 1.6em;
    line-height: 1.5em;
}

.mod_djc_items .djc_title h4 a:link,
.mod_djc_items .djc_title h4 a:visited {
	text-decoration: none;
}

.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 .mod_djc_item {
    display: inline-block;
	width: 100%;
}

.mod_djc_items .djc_readon {
	display: inline-block;
	width: 100%;
	padding-top: 10px;
}

/** djcatalog2 search **/

fieldset.djc_mod_search {
	padding: 0;
}

fieldset.djc_mod_search input.button {
	margin: 0;
}