/*
 # 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;
    line-height: 1.7em;
}

#jm-allpage {
    background: #ffffff;
}

/** top bar **/

#jm-top-bar {
    color: #ffffff;
    min-height: 70px;
}

#jm-top-bar.noheader {
	-webkit-box-shadow:  0px 5px 0px 0px rgba(71, 47, 60, 0.1);
	        box-shadow:  0px 5px 0px 0px rgba(71, 47, 60, 0.1);
	margin-bottom: 48px;
}

#jm-top-bar-in {
    padding: 0 20px;
    margin: 0 auto;
}

#jm-top-bar-space {
   position: relative;
}

#jm-logo-sitedesc {
    position: absolute;
    top: 0;
    left: 24px;
}

#jm-djmenu {
	float: right;
	padding: 16px 0;
}

/** header **/
	
#jm-header {
	background: url("../images/header_bg.png");
	padding-top: 53px;
	-webkit-box-shadow:  inset 0px 5px 0px 0px rgba(71, 47, 60, 0.1);
	        box-shadow:  inset 0px 5px 0px 0px rgba(71, 47, 60, 0.1);
	margin-bottom: 30px;
}

#jm-header-bottom {
	background: url("../images/stripes_bg.png") repeat-x left bottom;
	padding-bottom: 14px;
}
	
#jm-header-in {
	margin: 0 auto;
	padding: 0 20px;
}

#jm-header-space {
	position: relative;
	z-index: 1; /** needed for shadows **/	
}

#jm-header-mod1 {
	background: #fff;
	padding: 8px;
	position: relative;
	margin-bottom: 50px;	
}

#jm-header-mod1:before, #jm-header-mod1:after {
	-moz-transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);	
    background: rgba(0, 0, 0, 0.7);
    bottom: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    content: "";
    left: 30px;
    max-width: 300px;
    position: absolute;
	height: 20px;
    width: 50%;
    z-index: -1;
}

#jm-header-mod1:after {
	-moz-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);	
    left: auto;
    right: 30px;
}

#jm-header-mod3 {
    position: absolute;
    right: -49px;
    top: -55px;
    z-index: 2;
}

/** breadcrumbs **/

#jm-breadcrumbs-fs {
	margin-bottom: 30px;
}	
	
#jm-breadcrumbs {
    float: left;
    width: 90%;
}

#jm-breadcrumbs-fs.nofontsw #jm-breadcrumbs {
	width: 100%;
}

#jm-font-switcher {
    float: right;
    text-align: right;
    width: 10%
}	

/** midpage **/
	
#jm-midpage {
	background: url("../images/stripes_bg.png") repeat-x left bottom;
	padding-bottom: 14px;
}	

#jm-midpage-in {
    padding: 0 20px;
    margin: 0 auto;
}

#jm-main-wrapper {
	background: url("../images/main_sep.png") no-repeat top center;
	padding-top: 55px; /** image height + 30px padding **/
	margin-top: 10px;
	display: inline-block; /** make margin working **/
	width: 100%;
}

#jm-main {
	margin-left: -30px;
}

/* lcr */

.lcr #jm-left {
	float: left;
}

.lcr #jm-right {
	float: right;
}

.lcr #jm-content {
    float: right;
}

.lcr.scheme2.noleft #jm-content {
	float: left;
}

/* clr */

.clr #jm-left,
.clr #jm-right, 
.clr #jm-content {
    float: left;
}

/* lrc */

.lrc #jm-left {
	float: left;
}
.lrc #jm-right, 
.lrc #jm-content {
    float: right;
}

#jm-left-in,
#jm-right-in,
#jm-content-in {
	padding-left: 30px;
}

#jm-maincontent {
    margin-bottom: 30px;
}

/** bottom **/

#jm-bottom23 {
	background: url("../images/header_bg.png");
	padding-top: 30px;
}
	
#jm-bottom23-in {
	margin: 0 auto -20px;
	position: relative;
	z-index: 1;
	padding: 0 20px;
	background: url("../images/header_bg.png");
}	

/** footer **/

#jm-footer {
	padding-top: 15px;
	position: relative;
}

#jm-footer.nobottom23 {
	padding-top: 0;
}

#jm-footer-in {
    margin: 0 auto;
    padding: 20px;
}

#jm-footer-left {
    float: left;
}

#jm-footer-right {
    float: right;
}

#jm-back-top {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1000;
    -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-back-top:hover {
	top: -10px;
}

#jm-copyrights {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
}

#jm-poweredby {
    float: left;
}

#jm-stylearea {
	clear: both;
    padding-top: 10px;
}

/** 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 {
    clear: both;
}

/* end clearing */