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

/** default module **/

.jm-module .jm-title {
    margin: 15px 0 5px;
    font-weight: 600;
    color: #1395ba;
	text-align:center;
}

/* title-small-ms */

.jm-module.title-small-ms .jm-title {
    font-weight: 600;
    margin: 0 0 20px;
}

/* title-border1-ms */

.jm-module.title-border1-ms .jm-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 0 0 30px;
    text-transform: uppercase;
    position: relative;
}

.jm-module.title-border1-ms .jm-title:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100px;
    background: #c8ccce;
    bottom: 0;
    left: 0;
}

/* title-border2-ms */

.jm-module.title-border2-ms .jm-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    padding: 30px 0 0;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}

.jm-module.title-border2-ms .jm-title:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 100px;
    background: #c8ccce;
    top: 0;
    left: 50%;
    margin-left: -50px;
}

/* title-color-ms */

.jm-module.title-color-ms .jm-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    text-transform: uppercase;
    text-align: center;
}

.jm-bottom .jm-module.title-color-ms .jm-title {
    color: #fff;
}

/* white-ms */

#jm-allpage .jm-module.white-ms {
    background: #fff;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 2px 1px -1px #ececec;
    box-shadow: 0px 2px 1px -1px #ececec; 
}

#jm-allpage .jm-module.white-ms .jm-module-content {
    color: #5F5F5F;
    padding: 20px;
}

#jm-allpage .jm-module.white-ms .jm-title {
    color: #372F2B;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #ececec;
}

/** MODULES ON FOOTER-MOD **/

.jm-footer .jm-module .jm-title {

}

.jm-footer .jm-module {
    color: #808080;
}

.jm-footer .jm-module-content {

}

/** MODULES ON BOTTOM3 **/

.jm-bottom .jm-module {
    color: #fff;
}

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

/* header and top-mod module */

#jm-header .jm-module {
    margin: -10px;
}

.jm-light,
.jm-light .jm-module,
.jm-light .jm-module .jm-title {
    color: #fff;
}

/* search */

#jm-header .jm-module.jm-search {
    padding: 0;
}

.jm-module .jm-search {
    text-align: center;    
}

#jm-allpage .jm-search form {
    margin: 0 auto;
    position: relative;
    max-width: 746px;
}

#jm-allpage .jm-search .inputbox.first_input,
#jm-allpage .jm-search .inputbox.jm-search {
    text-align: left;
    font-size: 18px;
    -webkit-box-shadow:  0px 0px 0px 1px #b8b8b8;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 8px solid rgba(255, 255, 255, 0.4);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 100%!important;
    max-width: none;
    height: 54px;
    line-height: 54px;
    min-height: 54px;
    padding: 0 45px 0 20px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#jm-allpage .jm-search .inputbox.first_input + div {
    clear: both;
}

#jm-allpage .jm-search button.button,
#jm-allpage .jm-search input.button {
    background-repeat: no-repeat!important;
    background-color: transparent!important;
    filter: none!important;
    font-size: 0;
    width: 18px;
    height: 18px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    line-height: 18px;
    padding: 0;
    position: absolute;
    top: 18px;
    right: 20px;
}

.jm-search a {
    text-decoration: none;
    color: #c3c3c3!important;
    font-size: 13px;
    font-weight: 300;
    line-height: 38px;
}

.jm-search a:hover {
    text-decoration: underline;
}

#jm-allpage .jm-search #form-search a.button {
    font-size: 16px;
    color: #fff!important;
    font-weight: 700;
    line-height: normal;
    text-decoration: none!important;
    margin: 0 0 10px;
}

.jm-advanced {
    margin: 0;
    text-align: right;
    width: 100%;
    max-width: 690px;
    display: inline-block;
}

/* modules in top-mod */

#jm-top-mod {
    position: relative;
}

#jm-top-mod1:after {
    position: absolute;
    content: '';
    border-left: 1px dotted #cccccc;
    top: 15%;
    height: 70%;
    left: 60%;
}

.notopmod #jm-top-mod1:after {
    display: none;
}

#jm-top-mod .jm-module {
    position: relative;
}

#jm-top-mod .jm-module-in:after {
    position: absolute;
    content: '';
    border-top: 1px dotted #cccccc;
    top: 0;
    width: 90%;
    left: 5%;
}

#jm-top-mod .jm-module:first-child {
    padding: 0;
}

#jm-top-mod .jm-module:first-child .jm-module-in:after {
    display: none;
}

/* logout topbar */

#jm-top-bar-mod div.login-greeting,
#jm-top-bar-mod .logout-button {
    display: inline-block;
    padding: 0;
}

#jm-top-bar-mod .logout-button .button {
    font-size: 12px;
    height: 23px;
    line-height: 23px;
    padding: 0 17px;
    vertical-align: baseline;
    margin-left: 10px!important;
}

/* top */

#jm-top .top-in {
	float: left;
}

#jm-top .rowcount_1 .top-in {
	width: 100%;
}

#jm-top .rowcount_2 .top-in {
	width: 50%;
}

#jm-top .rowcount_3 .top-in {
	width: 33.3%;
}

#jm-top .rowcount_4 .top-in {
	width: 25%;
}

/* content-top */

#jm-content-top1 .content-top1-in {
	float: left;
}

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

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

/* content-bottom */

#jm-content-bottom2 .content-bottom2-in {
	float: left;
}

#jm-content-bottom2 .rowcount_1 .content-bottom2-in {
	width: 100%;
}

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

/* bottom 1-2-3 */

#jm-bottom1 .bottom1-in,
#jm-bottom2 .bottom2-in,
#jm-bottom3 .bottom3-in {
	float: left;
}

#jm-bottom1 .rowcount_1 .bottom1-in,
#jm-bottom2 .rowcount_1 .bottom2-in,
#jm-bottom3 .rowcount_1 .bottom3-in {
	width: 100%;
}

#jm-bottom1 .rowcount_2 .bottom1-in,
#jm-bottom2 .rowcount_2 .bottom2-in,
#jm-bottom3 .rowcount_2 .bottom3-in {
	width: 50%;
}

#jm-bottom1 .rowcount_3 .bottom1-in,
#jm-bottom2 .rowcount_3 .bottom2-in,
#jm-bottom3 .rowcount_3 .bottom3-in {
	width: 33.3%;
}

#jm-bottom1 .rowcount_4 .bottom1-in,
#jm-bottom2 .rowcount_4 .bottom2-in,
#jm-bottom3 .rowcount_4 .bottom3-in {
	width: 25%;
}

/* footer-mod */

#jm-footer-mod .footer-mod-in {
    float: left;
}

#jm-footer-mod .rowcount_1 .footer-mod-in {
    width: 100%;
}

#jm-footer-mod .rowcount_2 .footer-mod-in {
    width: 50%;
}

#jm-footer-mod .rowcount_3 .footer-mod-in {
    width: 33.3%;
}

#jm-footer-mod .rowcount_4 .footer-mod-in {
    width: 25%;
}

/** jmmoduleraw **/
    
.jm-module-raw {
    float: left;
    margin-left: 10px;
}

.jm-module-raw:first-child {
    margin-left: 0;
}