/* Slider/headers */

.bx-controls.bx-has-pager{
	position: absolute;
	top: -30px;
	right: 0;
}
.bx-pager-item{
	float:left;
}
.bx-pager.bx-default-pager{
	
	float: right;
}
.bx-controls.bx-has-pager a{
	text-indent: -9999999px;	
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #0055b8;
	border: 2px solid #fff;
	float: left;
	margin-right: 9px;
}
.bx-controls.bx-has-pager a.active{
	background: #fff;
}

.header-text{
	text-shadow: 2px 2px 2px #000;
}

/* Single header */

.single_header{
	float: left;
	width: 100%;
}
.single_header li{
	height: 200px !important;
}

/* Pathway */
.pathway{
	float: left;
	width: 100%;	
	margin-top: 15px;
}
.pathway:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pathway > .pathway-item {

}
.pathway > .pathway-item > .pathway-item-content {
	float: left;
}
.pathway > .pathway-item > .pathway-item-divider {
	float: left;
	padding: 0 10px 0 10px;
}


span.keyword {
	background-color: #ccc;
}


#overview .gallery_thumb {
	float:left;
	margin-right:10px;
}


/* NEGATIVE CAPTCHA FIELD */
input[name="important_email"] {
	display:none !important;
}

.pagination{
	float: left;
	clear: both;
	list-style: none;
}

.pagination ul{
	margin: 0;
	padding: 0;
}

.pagination ul li{
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
}

.pagination ul li:first-child{
	margin: 0;
}

.error {
	border:1px solid #ff0000;
	padding:10px;
	margin-bottom:10px;
}

.notice {
	border:1px solid #008000;
	padding:10px;
	margin-bottom:10px;
}

form .delete-input {
    background-image: url('../images/core/icon-delete.png');
    display:inline-block;
    width:13px;
    height:13px;
    cursor:pointer;
}

/* DEBUG MENU (Don't delete)  */

#debug-window {
	position: fixed; 
	top: 20px; 
	left: 250px; 
	z-index: 99999999999999; 
	width: 900px; 
	height: 250px; 
	background-color: #ffffff; 
	border: 5px solid red; 
	padding: 20px;
	overflow:auto;
}

#debug-window h1 {
	 float: left; 
	 margin: 0 0 2px 0;
}

#debug-window #debug-close {
	float:right;
}

#debug-window p {
	margin: 0 0 20px 0; 
	color: #adadad;
}

#debug-window #debug-errors {
	overflow-y: scroll; 
}

#debug-window .debug-error {
	margin: 0 0 10px 10px; 
	color: #adadad;
}