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

/* ==========================================================================
   DETAILS styles
   ========================================================================== */

/** layout **/
	
h1#jm-logo {
	text-transform: uppercase;
	line-height: 1.5em;
	margin: 0;
}

h1#jm-logo a:link,
h1#jm-logo a:visited {
	color: #fff;
}	

#jm-breadcrumbs div.breadcrumbs span.showHere {
    font-weight: bold;
    margin: 0 5px 0 0;
    display: inline-block;
}

#jm-breadcrumbs div.breadcrumbs img {
    vertical-align: middle;
}

#jm-stylearea a span {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 0 5px 0 0;
    cursor: pointer;
}

#jm-stylearea a:hover {
    text-decoration: none;
}

#jm-stylearea a#style_icon-1 span {
    background: #c94326;
}

#jm-stylearea a#style_icon-1:hover span {
    background: #db593d;
}

#jm-stylearea a#style_icon-2 span {
    background: #a7c5bd;
}

#jm-stylearea a#style_icon-2:hover span {
    background: #c9d9d5;
}

#jm-stylearea a#style_icon-3 span {
    background: #c4a671;
}

#jm-stylearea a#style_icon-3:hover span {
    background: #d5bc8f;
}

#jm-back-top a {
    display: block;
    width: 40px;
    height: 46px;
}

#jm-back-top a:hover {
    text-decoration: none;
    cursor: pointer;
}

/** doctextsizer list **/

.smallview #jm-maincontent {
    /*CSS for "small font" setting*/
    font-size: 0.9em;
    line-height: 1.7em;
}

.normalview #jm-maincontent {
    /*CSS to return page to default setting (with no additional CSS rules added)*/
}

.largeview #jm-maincontent {
    /*CSS for "large font" setting*/
    font-size: 1.2em;
    line-height: 1.7em;
}

/* ==========================================================================
   MENU styles
   ========================================================================== */

/** default module menu **/

ul.menu {
    margin: 0;
}

ul.menu li {
    margin: 0;
    padding: 0;
    background: none !important;
}

ul.menu li a:link,
ul.menu li a:visited {
    padding: 9px 0 8px 20px;
    display: block;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    border-top: 1px dotted #d8d6cf;
    text-transform: uppercase;
}

ul.menu > li:first-child > a:link,
ul.menu > li:first-child > a:visited {
    border-top: none !important;
}

.jm-module.color-ms ul.menu li a:link, 
.jm-module.color-ms ul.menu li a:visited {
	background-image: url("../images/menu_li_color.png");
	border-top: 1px dotted #462919;
	color: #462919;
}

.jm-module.color-ms ul.menu li.active > a,
.jm-module.color-ms ul.menu li > a:hover {
	background-image: url("../images/menu_li_white.png") !important;
    color: #fff !important;
}

ul.menu li img,
ul.menu li span.image-title {
    vertical-align: middle;
}

/** second level **/

ul.menu li ul {
    margin: 0;
}

ul.menu li ul li {
    padding: 0 0 0 20px;
}

/* ==========================================================================
   TEMPLATE COMPONENT styles
   ========================================================================== */
  
/** component headings**/

div.blog h2,
div.item-page h2,
div.blog-featured h2,
div.items-more h3,
div.item-page h2,
div.archive ul#archive-items li h2,
div.contact h2,
div.contact-category h2,
div.newsfeed h2,
div.newsfeed-category h2,
div.weblink-category h2 {
    margin: 0 0 10px;
    text-transform: uppercase;
}

div.blog h1,
div.blog-featured h1,
div.item-page h1,
div.archive h1,
div.categories-list h1,
div.category-list h1,
div.search h1,
h1.componentheading {
    margin: 0 0 15px;
    text-transform: uppercase;
}  
  
/** category blog **/
	
.blog .category-desc {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/**single article**/

ul.actions {
    text-align: right;
}

ul.actions li {
    display: inline;
    background: none;
    margin: 0 5px;
    padding: 0;
}

.article-info {
    margin: 0 0 10px;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #a1a1a1;
}

.article-info .article-info-term {
    font-weight: bold;
}

.article-info dd {
    margin: 0;
}

/** article categories **/
	
.categories-list ul li dl {
	font-weight: bold;
}	

.categories-list ul li dt {
	float: left;
	padding-right: 5px;
}

/** article category blog / featured articles **/
	
div.items-leading {
    display: inline-block;
    width: 100%;
}

div.items-row {
    display: inline-block;
    width: 100%;
}

.items-leading .item-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background: #ebebeb;
}

.row-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background: #ebebeb;
}

.item-page {
	display: inline-block;
	width: 100%;
}

.items-row:last-child .row-separator {
    display: none;
}

.cols-2 .column-1 {
    float: left;
    width: 48%;
}

.cols-2 .column-2 {
    float: right;
    width: 48%;
}

.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
    float: left;
    width: 31%;
}

.cols-3 .column-2 {
    padding: 0 3%;
}

.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
    float: left;
    width: 23%;
}

.cols-4 .column-2 {
    padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
    padding: 0 2% 0 1%;
}

.items-more {
    padding: 0 0 10px;
}	

/** article category list **/		

.category-list .cat-children {
	padding-top: 20px;
}

table.category {
    width: 100%;
    margin: 0 0 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.category th {
    padding: 8px;
    font-weight: normal;
    color: #fff;
}

table.category th a {
    text-decoration: none;
    color: #fff;
}

table.category td {
    padding: 8px;
}

table.category .cat-list-row1 {
	background: #f5f5f5;
}

/* archived articles */

.archive ul#archive-items {
	margin: 0;
}

.archive ul#archive-items li {
    background: none;
    margin: 0 0 30px;
    padding: 0;
}

.archive ul#archive-items li:last-child {
	margin: 0;
}

/** user components **/

.registration dl,
.profile dl,
.profile-edit dl,
.remind dl,
.reset dl {
    margin: 0;
}

.registration dt,
.profile dt,
.profile-edit dt,
.remind fieldset dt,
.reset fieldset dt {
    float: left;
    clear: both;
    padding: 2px;
    margin: 0;
    min-width: 250px;
    min-height: 38px;
    line-height: 38px;
}

.registration dd,
.profile dd,
.profile-edit dd,
.remind fieldset dd, 
.reset fieldset dd {
    padding: 2px;
    margin: 0;
    min-height: 38px;
    line-height: 38px;
}

.registration dl dt:first-child {
    width: 100% !important;
}

.registration dt label {
    display: inline-block;
    min-width: 250px;
}

.login-fields {
    padding: 5px 0;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
    min-width: 100px;
    display: inline-block;
}

fieldset.userdata {
    padding: 0;
}

/** submit article, submit a weblink **/

.edit .formelm label,
.edit .formelm-area label {
    display: inline-block;
    min-width: 250px;
}

.edit .formelm img {
    vertical-align: middle;
    margin: 0 5px;
}

.edit .formelm-buttons {
    padding: 10px 0;
}

.edit .button2-left {
	float: left;
	padding: 5px;
}

/** search **/
	
div.search div.phrases-box {
    padding-bottom: 25px;
}

div.search div.phrases-box label,
div.search fieldset.only label {
    margin-right: 10px;
    vertical-align: middle;
}

div.search div.phrases-box input,
div.search fieldset.only input {
    height: auto;
    line-height: inherit;
    padding: 0;
    border: 0;
}

/**single contact**/

.contact-email label {
    min-width: 100px;
    display: inline-block;
    padding: 0 0 5px;
}

form#contact-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
    margin: 10px 0 0;
}
	
/** buttons, inputs **/
	
input, 
select, 
textarea {
    font-size: 13px;
    margin: 2px 0;
    padding: 0 0 0 8px;
    height: 33px;
    line-height: 34px;
    vertical-align: middle;
    border: 1px solid #f2efe8;
    background: #f2efe8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

select {
    padding: 8px;
    height: 35px;
    line-height: inherit;
}

textarea {
    padding: 8px;
    height: auto;
    line-height: 1.5em;
}

.jm-module.color-ms input, 
.jm-module.color-ms select, 
.jm-module.color-ms textarea {
	background: #fff;
	border: 1px solid #fff;
}
	
input.button, 
button.validate, 
button {
    font-weight: normal;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer;
    color: #fff;
    padding: 0 15px;
    border: none !important;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

input.button:hover,
button.validate:hover,
button:hover {
    text-decoration: none;
}

input.button:active,
button.validate:active,
button:active {
    position: relative;
    top: 1px;
}

.jm-module.color-ms input.button:hover,
.jm-module.color-ms button.validate:hover,
.jm-module.color-ms button:hover,
.jm-module.color-ms input.button:active,
.jm-module.color-ms button.validate:active,
.jm-module.color-ms button:active,
.jm-module.color-ms .djf_mod .djf_pag span.button:hover,
.jm-module.color-ms .djf_mod .djf_pag span.button.active {
	background: #3b3b3b !important;
}

button {
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="file"]{
    height: auto;
}

input#modlgn-remember,
input#remember{
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    height: auto;
}

div.login button.button {
    margin: 10px 0 0;
}

/** page navigation **/

ul.pagenav {
    margin: 10px 0 0 0;
    clear: both;
    display: inline-block;
    width: 100%;
}

ul.pagenav li {
    display: inline-block;
    line-height: 26px;
    padding: 0;
    margin: 0 5px;
}

ul.pagenav li a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(34, 34, 34, 0.3);
	        box-shadow: inset 0px 1px 4px 0px rgba(34, 34, 34, 0.3);
    -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;
    text-decoration: none;
}

ul.pagenav li a:hover  {
	background: #edeae4 !important;
	border: 1px solid #aeaeae !important;
	color: #545353 !important;
}

/** pagination **/

div.pagination {
    padding: 10px 0 0;
    text-align: center;
    clear: both;
    display: inline-block;
    width: 100%;
}

div.pagination ul {
    margin: 0;
}

div.pagination li {
    display: inline-block;
    line-height: 26px;
    padding: 0;
    margin: 0 5px;
	background: none;
}

div.pagination ul li span,
div.pagination ul li a {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0px 1px 4px 0px rgba(34, 34, 34, 0.3);
	        box-shadow: inset 0px 1px 4px 0px rgba(34, 34, 34, 0.3);
    -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;
    text-decoration: none;
}

div.pagination ul li span.pagenav,
div.pagination ul li a:hover {
	background: #edeae4;
	border: 1px solid #aeaeae;
	color: #545353;
}

p.counter {
    text-align: center;
    margin: 0 0 10px;
}

/* ==========================================================================
   TEMPLATE MODULES styles
   ========================================================================== */
  
/** login **/

form#login-form input.button {
    margin: 10px 0;
}	
	
form#login-form div.logout-button input.button {
    margin: 0;
}

#form-login-username label,
#form-login-password label {
    width: 100px;
    display: block;
}

div.login-greeting {
    padding-bottom: 10px;
}

/**language**/

div.mod-languages ul li {
    background: none;
    padding: 0;
}

/**search**/

div.search label[for="mod-search-searchword"] {
    display: none;
}

/** newsflash **/

.newsflash .newsflash-title {
    font-size: 1em;
    font-weight: bold;
    clear: both;
}

.newsflash a.readmore {
    margin: 5px 0 20px;
}

.newsflash a.readmore:last-child {
	margin-bottom: 0;
}

/** tooltip **/
	
.tip {
    background: #f5f5f5;
    width: 250px;
    border: 1px solid #CCCCCC;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.tip:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
}

.tip .tip-title {
    font-weight: bold;
}	

/** details **/

.img-intro-none,
.img-fulltext-none {
	text-align: center;
	margin-bottom: 10px;
}

.image-left,
.img-intro-left,
.img-fulltext-left {
	float: left;
	margin-right: 10px;
}

.image-right,
.img-intro-right,
.img-fulltext-right {
	float: right;
	margin-left: 10px;
}

p.img_caption {
    background: #f5f5f5;
	text-align: center;
	margin: 0 0 10px;
	padding: 5px;
}

p.readmore {
    display: inline-block;
    width: 100%;
}

p.readmore a:before,
a.readmore:before,
a.readon:before,
.djf_mod a.btn:before {
	height: 30px;
	width: 7px;
	content: "";
	position: absolute;
	left: -7px;
	top: 0;
}

p.readmore a:link,
p.readmore a:visited,
a.readmore:link,
a.readmore:visited,
a.readon:link,
a.readon:visited,
.djf_mod a.btn:link,
.djf_mod a.btn:visited {
    font-size: 14px;
    line-height: 1.5em;
    color: #ffffff;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 20px 4px;
    position: relative;
    margin-left: 7px;
    text-decoration: none;
    margin-top: 10px;
}

.jm-module.color-ms p.readmore a:hover,
.jm-module.color-ms a.readmore:hover,
.jm-module.color-ms a.readon:hover,
.jm-module.color-ms .djf_mod a.btn:hover {
    background-color: #3b3b3b !important;
}
	
.jm-module.color-ms p.readmore a:hover:before,
.jm-module.color-ms a.readmore:hover:before,
.jm-module.color-ms a.readon:hover:before,
.jm-module.color-ms .djf_mod a.btn:hover:before {
    background-image: url("../images/readmore-color_bg_hover.png") !important;
}

/** system pagebreak **/

hr.system-pagebreak {
    display: block;
    width: 100%;
    height: 1px;
    margin: 15px 0px;
    clear: both;
    height: 1px;
    border: none;
    background: #d2d2d2;
}

/** pagebreak pages **/

div#article-index {
    float: right;
    margin: 0 0 0 10px;
    padding: 10px 5px;
    width: 150px;
    border: 1px solid #eee;
    border-bottom: none;
}

div#article-index h3 {
    font-size: 1em;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

div.pagenavcounter {
    clear: both;
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    text-align: center;
    width: 150px;
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

/** pagebreak sliders / contact sliders **/

.pane-sliders div.panel {
    margin-bottom: 1px;
}

.pane-sliders div.panel h3.title {
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

.pane-sliders div.panel h3.title a:link,
.pane-sliders div.panel h3.title a:visited {
    padding: 8px;
    display: block;
    color: #ffffff;
}

.pane-sliders div.panel h3.title:hover a:hover {
    text-decoration: none;
}

.pane-sliders div.pane-down {
    padding: 10px !important;
}

/** pagebreak tabs / contact tabs **/

dl.tabs {
    display: inline-block;
    padding: 10px 0 0;
    margin: 0;
}

dl.tabs dt.tabs {
    float: left;
    padding: 7px 15px 8px;
    margin: 0 5px -1px 0;
    background: #f9f9f9;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

dl.tabs dt.tabs.closed {
    padding: 7px 15px;
    border-right: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    -webkit-transition: background 0.2s ease-in;
    -moz-transition: background 0.2s ease-in;
    -o-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

dl.tabs dt.tabs.closed:hover {
    padding: 7px 15px;
    background: #d2d2d2;
    border-right: solid 1px #d2d2d2;
    border-left: solid 1px #d2d2d2;
    border-top: solid 1px #d2d2d2;
}

dl.tabs dt.tabs h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}

dl.tabs dt.tabs.open h3 a:link,
dl.tabs dt.tabs.open h3 a:visited {
    color: #999999;
}

dl.tabs dt.tabs h3 a:hover {
    text-decoration: none;
}

dd.tabs {
    clear: both;
    background: #f9f9f9;
    margin: 0;
    padding: 10px;
    border: solid 1px #d2d2d2;
    border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
}

/********** Unpublished **********/

.system-unpublished {
    background: transparent;
}

/********** System Messages **********/

#system-message {
    margin-bottom: 10px;
    padding: 0;
    text-shadow: none;
}

#system-message dt {
    display: none;
}

#system-message dd {
    margin: 0;
    font-weight: bold;
    text-indent: 0px;
}

#system-message dd ul {
    margin: 0 0 10px 0;
    padding: 10px;
    list-style: none;
    text-align: center;
}

/********** System Standard Messages **********/

#system-message dt.message {
    display: none;
}

#system-message dd.message ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}

/********** System Error Messages **********/

#system-message dt.error {
    display: none;
}

#system-message dd.error ul {
    color: #fff;
    background: #f76c6d;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
}

#system-message dd.error ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/********** System Notice Messages **********/

#system-message dt.notice {
    display: none;
}

#system-message dd.notice ul {
    background: #c4e2fd;
    color: #206db5;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border-top: 1px solid #4597e3;
    border-bottom: 1px solid #4597e3;
}

#system-message ul li {
    background: none;
    text-align: center;
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   RESET styles
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px;
    font-weight: normal;
}

h1 {
    font-size: 2em;
    line-height: 1.2em;
}

h2 {
    font-size: 1.8em;
    line-height: 1.2em;
}

h3 {
    font-size: 1.6em;    
    line-height: 1.2em;
}

h4 {
    font-size: 1.4em;
    line-height: 1.5em;
}

h5 {
    font-size: 1.2em;
    line-height: 1.5em;
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
}

fieldset {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
    padding: 0 0 10px;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
}

p {
    margin: 5px 0;
    padding: 0;
}

ol {
	padding-left: 40px;
}

ol ol {
	padding-left: 20px;	
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0 0 0 3px;
    padding: 0 0 0 15px;
    background-repeat: no-repeat;
    background-position: left 7px;
}

ul li ul li {
    padding: 0 0 0 15px;
}

a:link, a:visited {
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}