@charset "utf-8";

/* CSS Document */

/* START JOOMLA RESET */
.article-info {
	display: none;
}

.page-header {
	display: none;
    padding-bottom: 9px;
    margin: 0px 0px 0px;
    border-bottom: none;
}

.tags {
	display: none;
}

.hits {
	display: none;
}

div.icons {
	display: none;
}

div.article-info {
	display: none;
}

.buttonheading {
	display: none;
}

ul.pager {
	display: none;
}
/* END JOOMLA RESET */



/* START SITEMAP */

#xmap {
	margin-top: 18px;
}

#xmap ul {
	padding: 0px 0px 0px 0px;
	margin: 6px 0px 20px 10px;
}
#xmap ul li {
	
	margin: 0px 0px 4px 0px;
	list-style: none;
	line-height: 20px;
	padding: 0px 0px 0px 20px;
	background: url(../images/arrow_std.gif) no-repeat 8px 4px;
}

/* END SITEMAP */


/* centered columns styles */
.row-centered {
	text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	/*margin-right:-4px;*/
}

.row.no-gutter {
	overflow: hidden;
}
.row.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}


.row.no-gutter > [class*='col-'].restore-gutter,
.restore-gutter {
	padding-right:15px;
	padding-left:15px;
}

.row.full-width { /* makes the row a full 1200px wide with no gutter (BS margins are already -15px) */
	margin-left: -30px;
	margin-right: -30px;
}

.no-text {
	font-size: 0px;
	line-height: 0px;
}

/* REMOVE BROWSER LINK OUTLINES */
*,
*:focus {
    outline: none !important;
	outline-style: none !important;
}
/**/