		/**
 * @file
 * Visual styles for Bartik's main-content component.
 */

.main-content .section {
	padding: 0;
}
.dark .path-frontpage h2 {border-left: 6px solid #6b6b6b;}
.path-frontpage h2 {
    margin-bottom: 2px;
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0 0 0.5em;
    padding: 8px 15px 8px;
    color: #fff;
    font-weight: 600;
    background: #185d19;
    text-transform: uppercase;
}
.main-content h2:before, .main-content h1.page-title:before {
	content: '';
	background: #fff;
	position: relative;
    /*width: 10px;*/
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	left: -7px;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
}
h5 {
	font-size: 0.8em;
	font-weight: bold;
}
h6 {
	font-size: 0.7em;
	font-weight: bold;
}
p {
	margin: 0 0 10px;
}
.main-content h1.page-title {
	margin-bottom: 2px;
	font-size: 1.05em;
	margin-top: 0;
	text-transform: uppercase;
	line-height: 1.4;
	display: block;
	margin: 0 0 0.5em;
	border-bottom: 1px solid #04345a;
	padding: 6px 15px;
/*	text-shadow: 0 1px 0 #488650;*/
	color: #fff;
	font-weight: 600;
	background: #185d19;
	border-left: 6px solid #04345a;
}
/*
.main-content h1.page-title span{
 	  line-height: 1.4;
	display: block;
    margin: 0 0 0.5em;
    border-bottom: 1px solid #381056;
    padding: 6px 15px 4px;
    text-shadow: 0 1px 0 #488650;
    color: #fff;
    font-weight: 600;
    background: #381056;
    border-left: 6px solid #FFEB3B;
 }
*/

.main-content h2 a {
	color: #ffffff !important;
	border: none;
}
/*.main-content h2 a{text-decoration:underline;}*/



@media screen and (min-width: 769px) {
	

.main-content {
	float: left; /* LTR */
	position: relative;
}	
	
	
[dir="rtl"] .main-content {
	float: right;
}
.layout-two-sidebars .main-content {
	margin-left: 0%;
	margin-right: 25%;
	width: 50%;
}
.layout-one-sidebar .main-content {
	width: 70%;
}
.layout-no-sidebars .main-content {
	width: 100%;
}
.layout-sidebar-first .main-content {
	margin-left: 30%; /* LTR */
	margin-right: 0; /* LTR */
}
[dir="rtl"] .layout-sidebar-first .main-content {
	margin-left: 0;
	margin-right: 30%;
}
.layout-sidebar-second .main-content {
	margin-right: 30%; /* LTR */
	margin-left: 0; /* LTR */
}
[dir="rtl"] .layout-sidebar-second .main-content {
	margin-right: 0;
	margin-left: 30%;
}
}


article p {
	text-align: justify;
}
article ul {
	list-style: none;
	padding: 0 !important;
}
article ul>li {
	padding: 2px 15px 4px;
	position: relative;
}
article ul>li:before {
	left: 0px;
	position: absolute;
	top: 6px;
	color: #000000;
	content: "\f105";
	font: normal normal normal 1em/1 FontAwesome;
}
.item-list ul li a:hover {
	border: none;
}
.item-list .field-content .colorbox {
	margin-bottom: -5px;
}


