/*--------------------------------------------------------------
 # 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
 ---------------------------------------------------------------*/

/***default modules styles***/

.jm-module {
  margin: 0 0 20px;
  padding: 0;
}

#jm-content .jm-module {
  padding: 0;
}

.jm-module h3.jm-title {
  font-size: 1.3em;
  border-bottom: 1px solid #E5E8E9;
  padding: 0;
  margin: 0 0 10px;
}

.jm-module .jm-module-content {
  padding: 0 10px;
}

/*** module with blank suffix ***/

.jm-module.blank h3.jm-title {
  border-bottom: none;
}

/*** catalog module style ***/

#jm-content-top .jm-module h3.jm-title {
  padding: 0 0 9px;
  margin: 0 0 10px;
}

#jm-content-top .jm-module .jm-module-content {
  padding: 0;
}

/*** header module style ***/

#jm-header-mod .jm-module {
  padding: 0 10px;
  margin: 0;
}

#jm-header-mod .jm-module h3.jm-title {
  border-bottom: none;
  padding: 0 0 9px;
}

#jm-header-mod .jm-module .jm-module-content {
  padding: 0;
}

/*** jm-moduletable style ***/

.jm-moduletable h3.jm-mod-title {
}

/** content bottom modules **/
#jm-content-bottom .rowcount_1 .content-bottom-in {
    width: 100%;
    margin: 0;
    padding: 0;
}

#jm-content-bottom .rowcount_2 .content-bottom-in {
    width: 50%;
    float: left;
}

#jm-content-bottom .rowcount_3 .content-bottom-in {

    width: 33.3%;

    float: left;

}

#jm-content-bottom .content-bottom-bg {
  padding: 20px 0 0;  
  background: url(../images/module_sep.png) top right repeat-y;
}

#jm-content-bottom .content-bottom-in.content-bottom-row-last .content-bottom-bg{
    background: none;
    padding: 20px 0 0 15px;
}

#jm-content-bottom .content-bottom-in.content-bottom-row-first .content-bottom-bg{
    padding: 20px 15px 0 0;
}

#jm-content-bottom .content-bottom-in.content-bottom-row-middle .content-bottom-bg{

    padding: 20px 15px 0 15px;

}

#jm-content-bottom .jm-module-content {
  padding: 0;
}

#jm-content-bottom h3.jm-title {
  padding: 0 0 9px;
}

/** bottom1 modules **/
#jm-bottom1 .rowcount_1 .bottom1-in {
    width: 100%;
    margin: 0;
    padding: 0;
}

#jm-bottom1 .rowcount_2 .bottom1-in {
    width: 50%;
    float: left;
}

#jm-bottom1 .rowcount_3 .bottom1-in {
   width: 33.3%;
    float: left;
}

#jm-bottom1 .bottom1-bg {
  padding: 0 5px;  
}

/** bottom2 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 .rowcount_5 .bottom2-in {
   width: 20%;
    float: left;
}

#jm-bottom2 .bottom2-bg {
  padding: 20px 5px 0;  
  background: url(../images/module_sep.png) top right repeat-y;
}

#jm-bottom2 .bottom2-in.bottom2-row-last .bottom2-bg{
    background: none;
}

/** #jm-bottom-menu **/
  
#jm-bottom-menu .jm-moduletable h3.jm-mod-title, #jm-bottom-menu .jm-moduletable .jm-mod-content {
  float: left;
  margin: 0;
  padding: 0;
}

#jm-bottom-menu .jm-moduletable h3.jm-mod-title {
  margin: 0 10px 0 0;
  font-size: 1em;
  line-height: 1.5em;
}

#jm-bottom-menu .jm-moduletable {
  display: block;
  margin: 0 0 5px 0;
}

/** djslider **/

.djslider .navigation-container-custom {
  right: auto !important;
  left: 10px !important;
  top: auto !important;
  bottom: 10px !important;
}

.slide-desc-bg {
    opacity: 0.8;
    filter: alpha(opacity = 80);
  background: #ECEFF0;
}

.slide-desc-text {
  color: #2e2e2e;
}

.slide-desc-text .slide-title {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
}

.slide-desc-text .slide-title,
.slide-desc-text .slide-title a {
    color: #2e2e2e;
}

.slide-desc-text a:link,
.slide-desc-text a:visited {
  color: #2e2e2e;
}

.slide-desc-text a.readmore:link,
.slide-desc-text a.readmore:visited {
  background: none;
  padding: 0;
}

.slide-desc-text .slide-title a:link,
.slide-desc-text .slide-title a:visited {
  text-decoration: none;
}

span.load-button {
    background: #A2A9AB;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
    display: block;
    float: left;
    height: 12px;
    margin-right: 4px;
    opacity: 1;
    width: 12px;
  -webkit-box-shadow: inset 1px 1px #676767; 
  -moz-box-shadow: inset 1px 1px #676767;
  box-shadow: inset 1px 1px #676767;
}

span.load-button-active {
    opacity: 1;
  background: #676767;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
  box-shadow: none; 
}