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

/* ==========================================================================
   IMPORT styles
   ========================================================================== */
 
/** load layout styles **/  
@import url("layout.css");

/** load modules styles **/  
@import url("modules.css");

/** load menu styles **/  
@import url("menus.css");

/** load extensions styles **/  
@import url("extensions.css");

/** load editor styles **/  
@import url("editor.css");

/* ==========================================================================
   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 {
    color: #372f2b;
    margin: 10px 0 10px;
    display: block;
}

div.blog h2 a,
div.item-page h2 a,
div.blog-featured h2 a,
div.items-more h3 a,
div.item-page h2 a,
div.archive ul#archive-items li h2 a,
div.contact h2 a,
div.contact-category h2 a,
div.newsfeed h2 a,
div.newsfeed-category h2 a,
div.weblink-category h2 a {
    color: #372f2b;
    -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!important;
}

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,
div.login h1,
div.registration h1,
div.profile h1,
div.logout h1,
h1.componentheading {
    font-weight: 600;
    position: relative;
}  

div.blog h1:after,
div.blog-featured h1:after,
div.item-page h1:after,
div.archive h1:after,
div.categories-list h1:after,
div.category-list h1:after,
div.search h1:after,
div.login h1:after,
div.profile h1:after,
div.logout h1:after,
div.registration h1:after,
h1.componentheading:after {
    content: '';
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
} 
  
/** category blog **/
	
.blog .category-desc {
    padding-bottom: 30px;
    margin-bottom: 30px;
}


/* content-vote */

.content_vote .button {
    padding: 0 6px;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin: 0 10px;
}

.content_vote input[type="radio"] {
    margin: 4px;
}

.content_rating {
    display: block;
}

/** articles category / articles categories  **/
    
.category-module h1,
.category-module h2,
.category-module h3,
.category-module h4,
.category-module h5,
.category-module h6,
.categories-module h1,
.categories-module h2,
.categories-module h3,
.categories-module h4,
.categories-module h5,
.categories-module h6 {
    margin: 0;
}

.category-module h1,
.categories-module h1 {
    font-size: 1.2em;
}

.category-module h2,
.categories-module h2 {
    font-size: 1.1em;
}

.category-module h3,
.categories-module h3 {
    font-size: 1em;
}

.category-module h4,
.categories-module h4 {
    font-size: 0.9em;
}

.category-module h5,
.categories-module h5 {
    font-size: 0.8em;
}

.category-module h6,
.categories-module h6 {
    font-size: 0.7em;
}

#jm-allpage ul.category-module li {
    background: none!important;
    padding: 0;    
}

#jm-allpage ul.categories-module li {
    background-position: left center;
}

.category-module p.mod-articles-category-readmore {
    padding-bottom: 10px;
}

/**single article**/

ul.actions {
    text-align: right;
}

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

.article-info {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.5em;
    color: #444;
}

dd.category-name a,
dd.parent-category-name a {
    display: inline-block;
}

.article-info .article-info-term {
    display: none;
}

.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%;
}

.row-separator,
.items-leading .item-separator {
    clear: both;
    display: inline-block;
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #ccc;
    margin: 30px 0;
}

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

.item-page .moduletable {
    margin-bottom: 20px;
}

.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: 15px 8px;
    font-weight: 600;
    color: #fff;
    background: #282725;
}

table.category th:first-child {
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;    
}

table.category th:last-child {
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;    
}

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

table.category th a:hover {
    text-decoration: underline;
}

table.category td {
    padding: 8px;
}

table.category tbody tr:first-child { 
    border-top: none;
}

table.category tbody tr {
    border-top: 1px dotted #dbdbdb;
}

/* 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;
    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: 0;
    margin: 0;
    min-height: 38px;
    line-height: 38px;
}

.login-fields {
    padding: 0;
}

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

fieldset.userdata {
    padding: 0;
}

.red,
span.star {
	color: red;
}

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

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

.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;
}

.contact-image {
    margin-bottom: 20px;
}
	
/** buttons, inputs **/
	
input, 
select, 
textarea {
    font-size: 16px;
    padding: 0 10px;
    margin: 8px 0;
    height: 36px;
	line-height: 36px;
    vertical-align: middle;
    border: 1px solid #ececec;
    border-color: #d2d2d2;
   	color: #666666;
   	background: #fff;
   	border-radius: 5px;
   	-webkit-border-radius: 5px;
   	-webkit-box-shadow: inset 0px 1px 1px 0px #ececec;
    box-shadow: inset 0px 1px 1px 0px #ececec;
}

select {
    height: 36px!important;
    line-height: inherit;
}

textarea {
    padding: 6px!important;
    height: auto!important;
    line-height: 1.5em!important;
}

input.checkbox,
input.radio,
input[type="checkbox"],
input[type="radio"] {
	background: none;
	padding: 0;
	border: none;
}

input.button, 
button.validate, 
button {
	font-size: 16px;
	font-weight: 700;
    margin: 0;
    cursor: pointer;
    padding: 0 30px;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* button in bottom3 */
.jm-bottom input.button, 
.jm-bottom button.validate, 
.jm-bottom button {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
    text-shadow: none;
}

.jm-bottom input.button:hover,
.jm-bottom button.validate:hover,
.jm-bottom button:hover,
.jm-bottom input.button:active,
.jm-bottom button.validate:active,
.jm-bottom button:active {
    background: #ececec;
}

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 {
    line-height: 36px;
    padding: 0;
    margin: 0;
    background: none;
    background-image: none!important;
}

ul.pagenav li.pagenav-next {
    float: right;
}

ul.pagenav li.pagenav-prev {
    float: left;
}

ul.pagenav li a {
    display: inline-block;
    padding: 0 15px;
    -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;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #372f2b;
    background: #FFFFFF;
    border-top: none;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #ECECEC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 1px -1px #ECECEC;
}

ul.pagenav li a:hover {
    color: #fff;
} 

/** 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: 36px;
    padding: 0;
    margin: 0 20px 5px 0;
	background-image: none!important;
}

div.pagination ul li span,
div.pagination ul li a {
    display: inline-block;
    padding: 0 15px;
    -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;
    text-transform: uppercase;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #372f2b;
    background: #FFFFFF;
    border-bottom: 1px solid #D8D8D8;
    border-left: 1px solid #ECECEC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 2px 1px -1px #ECECEC;
}

div.pagination ul li span.pagenav {
    color: #fff;
}

div.pagination ul li.pagination-start span.pagenav,
div.pagination ul li.pagination-prev span.pagenav,
div.pagination ul li.pagination-start a.pagenav,
div.pagination ul li.pagination-prev a.pagenav,
div.pagination ul li.pagination-next span.pagenav,
div.pagination ul li.pagination-end span.pagenav,
div.pagination ul li.pagination-next a.pagenav,
div.pagination ul li.pagination-end a.pagenav { 
    background: #FFFFFF;
}

div.pagination ul li.pagination-start span.pagenav,
div.pagination ul li.pagination-prev span.pagenav,
div.pagination ul li.pagination-next span.pagenav,
div.pagination ul li.pagination-end span.pagenav {
    color: #888888;
}

div.pagination ul li a:hover {
    color: #fff!important;
}

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 .readmore {
    float: right;
    padding: 0;
    margin: 10px 0;
}

.newsflash .newsflash-title {
   margin: 15px 0 0;
}

.newsflash .newsflash-title:first-child {
   padding: 0;
   margin: 0;
}

.newsflash .newsflash-title,
.newsflash p {
   clear: both;
}

.newsflash img {
    max-width: 68px;
}

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

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

.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: 20px;
	max-width: 100%;
	margin-bottom: 10px;
}

.image-right,
.img-intro-right,
.img-fulltext-right {
	float: right;
	margin-left: 10px;
	max-width: 100%;
	margin-bottom: 20px;
}

div.img_caption {
    max-width: 100%;
}

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

p.readmore,
p.mod-articles-category-readmore {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

p.readmore a,
a.readmore,
.mod-articles-category-readmore a {
    padding: 0 10px;
    display: inline-block;
    margin: 10px 0 0;
    text-decoration: none!important;
    text-transform: uppercase;
}

.jm-module.white-ms p.readmore a,
.jm-module.white-ms a.readmore,
.jm-module.white-ms .mod-articles-category-readmore a {
    color: #5f5f5f;
}

.jm-bottom p.readmore a,
.jm-bottom a.readmore,
.jm-bottom .mod-articles-category-readmore a {
    color: #fff;
}

p.readmore a::before,
p.readmore a::after,
a.readmore::before,
a.readmore::after,
.mod-articles-category-readmore a::before,
.mod-articles-category-readmore a::after {
    font-size: 16px;
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

p.readmore a::before,
a.readmore::before,
.mod-articles-category-readmore a::before {
    margin-right: 5px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
}

p.readmore a::after,
a.readmore::after,
.mod-articles-category-readmore a::after {
    margin-left: 5px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
}

p.readmore a:hover::before,
p.readmore a:hover::after,
p.readmore a:focus::before,
p.readmore a:focus::after,
a.readmore:hover::before,
a.readmore:hover::after,
a.readmore:focus::before,
a.readmore:focus::after,
.mod-articles-category-readmore a:hover::before,
.mod-articles-category-readmore a:hover::after,
.mod-articles-category-readmore a:focus::before,
.mod-articles-category-readmore a:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/* readmore 2 and 3 */

#jm-allpage .readmore2,
#jm-allpage .readmore3 {
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    padding: 9px 20px 8px;
    line-height: 1.1em;
    -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;
    width: 140px;
    max-width: 100%;
    text-decoration: none;
}

#jm-allpage .readmore2:hover,
#jm-allpage .jm-module.white-ms .readmore2:hover,
#jm-allpage .jm-bottom .readmore2:hover,
#jm-allpage .readmore3:hover {
    color: #fff!important;
    border: 1px solid transparent;
    text-decoration: none;
}

#jm-allpage .readmore3 {
    border: 1px solid #e0e0e0;
    color: #888!important;
}

#jm-allpage .readmore3:hover {
    background: #888;
}

/** system pagebreak **/

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

/** 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 h3.title {
    margin: 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px!important;
    font-weight: 600;
}

.pane-sliders div.panel h3.title.pane-toggler-down {
    border-bottom: 1px solid #e2e2e2;
}

.pane-sliders div.panel h3.title a {
    padding: 20px 30px;
    display: block;
    color: #404040;
    text-decoration: none;
    -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;  
}

.pane-slider.content {
    padding: 0 20px;
}

.pane-slider.content.pane-down {
    padding: 20px!important;
}

.pane-sliders {
    margin-top: 1px;
}

.pane-sliders .panel {
    margin-top: -1px;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.pane-sliders .panel:nth-child(2) {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.pane-sliders .panel:last-child {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

/** pagebreak tabs / contact tabs **/

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

dl.tabs dt.tabs {
    float: left;
    padding: 13px 25px;
    margin: 0 1px 0 0;
    -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 h3 {
    font-size: 13px!important;
    font-weight: 600;
    margin: 0;
}

dl.tabs dt.tabs.open,
dl.tabs dt.tabs.closed:hover {
    background: #dbdbdb;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

dl.tabs dt.tabs.open h3 a,
dl.tabs dt.tabs.closed h3 a {
    text-decoration: none;
    color: #372f2b;
}

dd.tabs {
    clear: both;
    margin: 0;
    padding: 25px;
    border: 6px solid #dbdbdb;
    border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    background: #fff;
}

dl.tabs dt.tabs.open {
    position: relative;
}

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

.system-unpublished {
    background: transparent;
}

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

#system-message {
    margin: 0 0 20px;
    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 10px;
    font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none!important;
}

h1, h2, h3 {
    line-height: 1.2em;
}

h4, h5, h6 {
    line-height: 1.5em;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 16px;    
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1em;
    font-weight: 700;
}

h6 {
    font-size: 0.9em;
    font-weight: 700;
}

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

fieldset legend {
    display: block;
    font-size: 26.5px;
    font-weight: 600;
    padding: 0 0 10px;
    width: 100%;
}

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;
    padding: 0 0 0 12px;
    background-repeat: no-repeat;
    background-position: left 9px;
}

.jm-bottom ul li {
    background-image: url('../images/li_white.png');
}

a {
    text-decoration: underline;
    -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;
}

a:hover {
    text-decoration: underline;
}

/* fix bg for IE8-9 */
a:focus { background: none; }

a img {
    border: 4px solid #FFF;
}

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