/*--------------------------------------------------------------
# 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 **********/

.jm-module {
	padding: 0 0 10px;
}

.jm-module h3.jm-title {
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
	font-style: normal;
    line-height: 26px;
    padding: 0 0 10px;
    margin: 0;
}

.home #jm-main .jm-module h3.jm-title {
	font-style: italic;
    color: #fff;
}

.home #jm-main .jm-module.cloud h3.jm-title {
	font-style: normal;
}

.jm-module.cloud h3.jm-title,
.home #jm-main .jm-module.cloud h3.jm-title {
	color: #706148;
}

/********** jm-module higher **********/

.jm-module.higher {
	margin-top: -100px;
	position: relative;
}

/********** jm-module cloud **********/

.jm-module.cloud {
	color: #706148;
}

.jm-module.cloud .jm-module-top-left {
	background: url(../images/cloud_top_left.png) no-repeat top left;
}

.jm-module.cloud .jm-module-top-right {
	background: url(../images/cloud_top_right.png) no-repeat top right;
	padding: 0 12px 0 5px;
}

.jm-module.cloud .jm-module-top-in {
	background: url(../images/cloud_top_in.png) repeat-x top left;
	height: 10px;
}

.jm-module.cloud .jm-module-in-right {
	background: url(../images/cloud_in.png) repeat-y top right;
	padding: 0 7px 0 0;
}

.jm-module.cloud .jm-module-in {
	background: #dbe0c5;
	padding: 1px 10px 5px;
	position: relative;
}

.jm-module.cloud .jm-module-bot-left {
	background: url(../images/cloud_bot_left.png) no-repeat top left;
}

.jm-module.cloud .jm-module-bot-right {
	background: url(../images/cloud_bot_right.png) no-repeat top right;
	padding: 0 12px 0 60px;
}

.jm-module.cloud .jm-module-bot-in {
	background: url(../images/cloud_bot_in.png) repeat-x top left;
	height: 39px;
}

.jm-module-content-wrap {
	position: relative;
	z-index: 1;
}

.jm-module.cloud .jm-module-leaf {
	position: absolute;
	width: 119px;
	height: 70px;
	bottom: -5px;
	right: 8px;
	background: url(../images/cloud_leaf.png) no-repeat;
}

/********** 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 {
	margin: 0 10px 15px;
}

.jm-module.grey,
.jm-module.border,
.jm-module.stripe {
	margin: 0 0 10px;
}

.jm-module.border h3.jm-title,
.jm-module.grey h3.jm-title,
.jm-module.stripe h3.jm-title {
	font-style: normal;
}

.jm-module.border {
	border: 1px solid #dedede;
	padding: 10px;
	background: #fff;
	color: #454545;
}

.jm-module.grey {
	border: 1px solid #dedede;
	background: #f3f3f3;
	padding: 10px;
	color: #454545;
}

.jm-module.stripe {
	padding: 7px 10px 10px;
	background: #fff;
	color: #454545;
}

/********** djimageslider **********/

.slide-desc-bg {
    opacity: 0.8;
    filter: alpha(opacity = 80);
	background-color:#000000
}

.slide-desc-text .slide-title a {
    color: #fff !important;
	text-decoration: none !important;
}

.slide-desc-text .slide-title {
    color: #fff !important;
	font-family: Segoe UI, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 0;
}

.slide-desc-text a:link,
.slide-desc-text a:visited {
	color: #fff !important;
}

.slide-desc-text a.readmore:link,
.slide-desc-text a.readmore:visited {
	color: #fff !important;
}