/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/*********************** LAYOUT STYLES ***********************/

body {
    margin: 0;
    padding: 0;
    background: #f5f5f5; /* Old browsers */
}

#jm-allpage {
    position: relative;
}

#jm-allpage-bg-top {
    background: no-repeat center -27px
}

#jm-allpage-bg-bottom {
    background: no-repeat center 99%
}

/** top **/

#jm-top {
    margin: 0 0 15px;
}

#jm-top-bar {
    border-bottom: 6px solid #dcdcdc;
    -moz-box-shadow: 0px 1px 3px #797979;
    -webkit-box-shadow: 0px 1px 3px #797979;
    -webkit-border-bottom-colors: #dcdcdc #dcdcdc #dcdcdc #dcdcdc #dcdcdc #e1e1e1;
    -moz-border-bottom-colors: #dcdcdc #dcdcdc #dcdcdc #dcdcdc #dcdcdc #e1e1e1;
    border-bottom-colors: #dcdcdc #dcdcdc #dcdcdc #dcdcdc #dcdcdc #e1e1e1;
    box-shadow: 0px 1px 3px #797979;
    -moz-box-shadow: 0px 1px 3px #797979;
    -webkit-box-shadow: 0px 1px 3px #797979;
    position: relative;
	z-index: 999;
}

#jm-top-bar-in {
    padding: 0 20px;
    margin: 0 auto;
}

#jm-djmenu {
    float: right;
    width: 75%;
}

#jm-top-mod {
    float: left;
    color: #fff;
	padding: 5px 0;
    width: 25%;
}

#jm-djmenu.fullwidth, 
#jm-top-mod.fullwidth {
    width: 100%;
}

/** container **/

#jm-container-in {
    padding: 0 20px;
    margin: 0 auto;
}

#jm-container-top-logo {
    margin: 0 0 15px;
}

.jm-container-white {
    background: #fff;
    border: 1px solid #d7d5d5;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin: 0 0 20px;
	position: relative;
}

.jm-container-white:after {
    content: " ";
    position: absolute;
    z-index: -10;
    border-radius: 125px 125px 125px 125px / 12px 12px 12px 12px;
    -webkit-border-radius: 125px 125px 125px 125px / 12px 12px 12px 12px;
    bottom: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.7);
    height: 50px;
    left: 5%;
    width: 90%;
}

.jm-container-white-in {
    padding: 20px;
    padding-bottom: 0;
}

#jm-header-mod {
    float: left;
    width: 25%;
}

#jm-slider {
    float: right;
    width: 75%;
}

#jm-header-mod.jm-mod-fluid {
    width: 100%;
}

#jm-slider.jm-mod-fluid {
    width: 100%;
}

#jm-maincontent {
    padding: 0 0 20px;
}

#jm-left,
#jm-right {
    float: left;
}

#jm-main.scheme_3 #jm-content,
#jm-main.scheme_2 #jm-content {
    float: left;
}

#jm-pathway-font-switcher {
    padding-bottom: 20px;
}

#jm-pathway {
    float: left;
    width: 85%;
}

.nofontsw #jm-pathway {
    width: 100%;
}

#jm-font-switcher {
    float: right;
    width: 15%;
    text-align: right;
}

#jm-left .jm-left-in,
#jm-content .jm-content-in,
#jm-right .jm-right-in,
#jm-slider-in {
    padding-left: 20px;
}

#jm-bottom2, 
#jm-main, 
#jm-header,
#jm-mainpage-top, 
#jm-content-top1,
#jm-content-bottom2 {
    margin-left: -20px;
}

/** bottompage **/

#jm-footer {
    padding: 0 0 15px;
}

#jm-footer-space {
    padding: 0 15px;
}

#jm-back-top {
    position: fixed;
    bottom: 50px;
    right: 0;
    margin-right: 20px;
}

#jm-copyrights {
    float: left;
	margin-left: 260px;
}

#jm-poweredby-stylearea {
    float: right;
}

#jm-stylearea {
    padding-top: 10px;
	text-align: right;
}

/** isfluid **/

.isfluid #jm-top-bar-in,
.isfluid #jm-container-in {
    padding: 0;
}

.isfluid #jm-top-bar-space,
.isfluid #jm-container-space {
    padding: 0 20px;
}

/** clearing **/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    min-width: 0;
    display: inline-block; /* \*/
    display: block;
}

/* trigger hasLayout for IE7. Hide from IE Mac */
* html .clearfix {
    height: 1%;
}

/* Hide from IE Mac */

.clr, .clear, .jm-clear {
    clear: both;
}

/* end clearing */