.button {
  margin-right: 5px;
}

form#mod-finder-searchform .button{
margin-bottom: 5px;  
}


@media (max-width: 410px) {
.image-size {
width:100%;
height: auto;	
}
}

@media (max-width: 410px) {
.item-page img {
max-width:100%;
height: auto;	
}
}




.badge {
    display: inline-block;
    padding: 0.5em 0.5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: true;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

ul.tags .badge {
margin-bottom: 2px;	
}


@media only screen and (max-width: 1200px) {
#sidebar .col-md-3, .#aside .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 100%;
}
}

@media only screen and (max-width: 1200px) {
#topmenu {
background-color: #A50087;
}
}

@media only screen and (max-width: 1200px) {
#socialmedia {
text-align:left;
}
}


.moduletable {
margin-bottom: 20px;	
}



.button {
  display: inline-block;
  font-weight: 400;
  color:#ffffff;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #A50087;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  margin-top:5px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

  .button:hover {
    background-color: #E700BE;
    text-decoration: none; 
    }
    
.bg-primary {
    background-color: #3A7B30 !important;
}

.jumbotron {
    padding: 1.5rem 1.5rem;
        padding-right: 2rem;
        padding-left: 2rem;
border-top: 1px solid rgba( 69, 147, 57, 1);
}

h1.pagetitle {
	text-align:left;
	color:#A50087;
}
div.jumbotron h1 {
	text-align:CENTER;
	color:#FFFFFF;
}


#slide-contact div.accordion-group {
padding-bottom: 5px;
border-bottom: solid 1px #eaeaea;	
margin-bottom: 5px;
}

#slide-contact div.accordion-group a::after {
	padding-left: 5px;
	font-weight: normal;
 content: " \2193";
}

#slide-contact div.accordion-inner {
margin-top: 10px;
}

div.search input {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 10px;
}

div.search label {
margin-right: 10px;	
}


/* NEXT PREVIOUS LINKS */

.counter {
margin-right: 10px;	
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
     text-decoration: none;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
     text-decoration: none;
}

/* NAVIGATION MENU STYLES */

ul.menu, ul.menu ul {
	list-style:none;
	margin-left: 0px;
	display:block
}


.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

/* level 1 */


.menu > li > a {
  display: block;
  background-color: #A50087;
   background-color: var(--linkcolour);
   color: #ffffff;
	line-height: 1.5em;
	font-size: 1em;
   padding: 10px;
   text-decoration: none;
margin-bottom:1px;
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.menu > li > a:hover {
  background: #E700BE;
background: var(--hovercolour);	
}

.menu > li > a.active {
  background: #E700BE;
background: var(--activecolour);	
}

.menu > li > ul.nav-child li::before {
  content: "\00bb";
  margin-right: 5px;
}

.menu > li > ul.nav-child li {
margin-left: -30px;	
font-size: 0.9em;
}



.clear {
	clear:both;
}

ul li.previous, ul li.next {
	list-style:none;
	display:inline;

}


.pagenav .previous, .pagenav .next {
padding: 10px;

}

ul.breadcrumb {
margin-top: 20px;	
}

dl.article-info {
margin-bottom: 20px;
}

dl.article-info dd {
	display:inline;
	font-size: 0.8em;
	margin-right: 10px;
}

dl.article-info dd::after {
  content: "/";
  margin-left: 10px;
}


.dropdown-menu {
    list-style: none;
}

/* LOGIN FORM*/

button.login-button {
	margin: 5px 0px;
}

#login-form ul.unstyled {
	list-style:none;
	margin-left: -40px;
}

.input-append, .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.input-prepend .add-on:first-child, .input-prepend .btn:first-child {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.input-prepend > .add-on, .input-append > .add-on {
    vertical-align: top;
}

.input-prepend .add-on, .input-prepend .btn {
    margin-right: -1px;
}

.input-append .add-on, .input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 38px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.input-append, .input-prepend {
    font-size: 0;
    white-space: nowrap;
}
.input-prepend input, .input-append input, .input-prepend input[class*="span"], .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
}


[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 1px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.icon-user {
    background-position: -168px 0;
}

.icon-lock {
    background-position: -287px -24px;
}

.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
    display: inline-block;
}

.element-invisible {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

label, input, button, select, textarea {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
    cursor: pointer;
}

