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

.jm-module h3.jm-title {
	margin: 0 0 15px;
}

#jm-bottom .jm-module h3.jm-title {
	color: #ffffff;
}

#jm-bottom .jm-module .jm-module-content {
	color: #C2C2C2;
}

/** jm-module dark **/

.jm-module.dark {
	background: url(../images/dark_bg.png);
	padding: 15px;
}

#jm-bottom .jm-module.dark {
	background: none;
}

.jm-module.dark h3.jm-title {
	color: #ffffff;
}

.jm-module.dark .jm-module-content {
	color: #C2C2C2;
}

/** jm-module box **/

.jm-module.box {
	border: 1px solid #e2e2e2;
}

.jm-module.box h3.jm-title {
	color: #ffffff;
	padding: 10px 15px;
	margin: 0;
}

.jm-module.box .jm-module-content {
	padding: 15px;
	background: #ffffff;
}

/** middle **/

#jm-middle .rowcount_1 .middle-in {
	width: 100%;
	float: left;
}

#jm-middle .rowcount_2 .middle-in {
	float: left;
}

#jm-middle .rowcount_2 .middle-in.middle-row-first {
	width: 66.6%;
}

#jm-middle .rowcount_2 .middle-in.middle-row-last {
	width: 33.3%;
}

#jm-middle .middle-bg {
	padding-left: 30px;
}

/** content-top1 **/

#jm-content-top1 .rowcount_1 .content-top1-in {
	width: 100%;
	float: left;
}

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

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

#jm-content-top1 .content-top1-bg {
	padding-left: 30px;
}

/** content-top2 **/

#jm-content-top2 .rowcount_1 .content-top2-in {
	width: 100%;
	float: left;
}

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

#jm-content-top2 .content-top2-bg {
	padding-left: 30px;
}

/** content-bottom1 **/

#jm-content-bottom1 .rowcount_1 .content-bottom1-in {
	width: 100%;
	float: left;
}

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

#jm-content-bottom1 .content-bottom1-bg {
	padding-left: 30px;
}

/** content-bottom2 **/

#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 .rowcount_3 .content-bottom2-in {
	width: 33.3%;
	float: left;
}

#jm-content-bottom2 .content-bottom2-bg {
	padding-left: 30px;
}

/** 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: 25%;
	float: left;
}

#jm-bottom .rowcount_3 .bottom-in.bottom-row-last {
	width: 50%;	
}

#jm-bottom .bottom-bg {
	padding-left: 30px;
}

#jm-bottom .rowcount_3 .bottom-in.bottom-row-last .bottom-bg {
	border-left: 1px solid;
	border-color: rgba(0,0,0,0.3);
	box-shadow: -1px 0 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,0.2);
	margin-left: 30px;
}

/** dj-imageslider **/

#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 {
	opacity: 1;
	filter: alpha(opacity = 100);
	background: none;
}

.jm-module.testimonials .djslider .slide-desc-bg {
	background: none;
}

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

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

#jm-header .djslider .slide-desc-text .slide-title {
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	font-size: 34px;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

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

#jm-header .djslider .slide-desc-text .slide-text {
	font-size: 16px;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.djslider .slide-desc-text .slide-title a {
	color: #333333;
	-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;
}

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

.djslider .slide-desc-text .slide-title a:hover {
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity="80");
}

.djslider .navigation-container {
	z-index: 1;
}

#jm-header .djslider .navigation-container img.prev-button,
#jm-header .djslider .navigation-container img.next-button,
#jm-header .djslider .navigation-container img.play-button,
#jm-header .djslider .navigation-container img.pause-button {
    background: rgba(255,255,255,0.6);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 15px 18px;
	text-align: center;
	-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;
}

#jm-header .djslider .navigation-container img.prev-button:hover,
#jm-header .djslider .navigation-container img.next-button:hover,
#jm-header .djslider .navigation-container img.play-button:hover,
#jm-header .djslider .navigation-container img.pause-button:hover {
    background: rgba(255,255,255,1);
}

#jm-header .djslider .navigation-container img.next-button {
	left: 50px;
	right: auto !important;
}

.djslider .navigation-container-custom {
	right: auto !important;
	left: 0px;
	top: 200px !important;
	bottom: 0;
}

#jm-header .djslider .navigation-container-custom {
	left: auto !important;
	text-align: center;
	width: 100%;
}

.djslider span.load-button {
	background: #aaaaaa;
    border: none;
    border-radius: 10px;
	-webkit-border-radius: 10px;
    box-shadow: none;
	-webkit-box-shadow: none;
    opacity: 0.6;
	filter: alpha(opacity="60");
	-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;
}

#jm-header .djslider span.load-button {
    background: #ffffff;
	height: 20px;
	width: 20px;
}

.djslider span.load-button:hover {
    opacity: 1;
	filter: alpha(opacity="100");
}

.djslider span.load-button-active {
    opacity: 1;
	filter: alpha(opacity="100");
}

/** djcatalog2 frontpage **/

.djf_mod .djf_desc {
	font-size: 1.4em;
	line-height: 1.5em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.djf_mod .djf_img {
    border: none;
    margin: 0 20px 0 0;
    padding: 0;
}

.djf_mod .djf_img img {
	padding: 4px;
	background: #fff;
    border: 1px solid #e4e4e4;
	-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 .djc_col {
    padding: 0 5px 5px 0;
}

.djf_mod .djf_gal .djf_cell {
    border: none;
    padding: 0;
}

.djf_mod .djf_gal img {
	padding: 4px;
	background: #fff;
    border: 1px solid #e4e4e4;
	-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 .djf_cat h2 {
	font-size: 1.4em;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.djf_mod .djf_text h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 3.7em;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.1);
}

.djf_mod .djf_text h3 a:link,
.djf_mod .djf_text h3 a:visited {
	color: #ffffff;
}

.djf_mod .djf_text h3 a:hover {
	text-decoration: none;
}

.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: rgba(255,255,255,0.6);
    font-weight: normal;
    margin: 0 2px;
	padding: 0;
	width: 30px;
	border: none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	-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 span.active {
    background: rgba(255,255,255,1);
    font-weight: normal;
}

.djf_mod .djf_pag span:hover {
    background: rgba(255,255,255,1);
	text-decoration: none;
}

#jm-header a.readon:link,
#jm-header a.readon:visited,
#jm-header a.readmore:link,
#jm-header a.readmore:visited {
	text-shadow: 1px 1px 0 #ffffff;
	height: 58px;
	line-height: 58px;
    cursor: pointer;
    float: right;
	font-family: 'Oswald', sans-serif;
	font-size: 1.8em;
    margin: 15px 0 0;
    padding: 0 70px 0 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #bdbcbd;	
}

#jm-header a.readon:hover,
#jm-header a.readmore:hover {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

#jm-header a.readon:active,
#jm-header a.readmore:active {
	position: relative;
	top: 1px;
}

/** 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: #fff;
    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);
}

.mod_djc_items .djc_title h4 a:link,
.mod_djc_items .djc_title h4 a:visited {
	color: #333333;
}

.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;
}

.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;
}

.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;
}

/** dj-catalog2 search **/

.jm-module form#DJC2searchForm fieldset.djc_mod_search {
	padding: 0;
}

.jm-module form#DJC2searchForm input#mod_djcatsearch {
	width: 130px;
}