/* ---------------------------------------
	Standard styles formatting
	created with Template Creator
        on http://www.template-creator.com
-----------------------------------------*/


html {
  height: 101%;
}

body {
  margin: 0;
  padding: 0;
}

body.contentpane {
  background: #fff;
}

* {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, div.contentheading, .componentheading {
  padding: 3px 0;
  margin: 0;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}
h1, .componentheading {
  font-size: 1.75em;
}
h2, div.contentheading {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1em;
}

ul, ol {
  padding: .75em 0 .75em 0;
  margin: 0 0 0 35px;
}

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

ul.menu li {
    list-style: none;
}

p {
  padding: 5px 0;
}

address {
  margin: .75em 0;
  font-style: normal;
}

a:focus {
    outline: none;
}

img {
  border: none;
}

em {
  font-style: italic;
}
strong {
  font-weight: bold;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
input, button, select {
  vertical-align: middle;
}

.clr {
	clear : both;
}

.column.column2 {
    width: 0%;
}

.column.center {
    width: 100%;
}

.noright .column.center {
    width: 100%;
}

.flexiblemodule, .column, .logobloc {
    float: left;
}


/* ---------------------------------------
	Custom styling
-----------------------------------------*/

.container, .container-fluid {
	margin: 0 auto;
}

.container {
	width: 100%;
}

.container-fluid {
	max-width: 100%;
}

body {
	background: #ffffff;
	color: #222222;
	text-align: left;
	line-height: 20px;
	font-size: 15px;
	font-family: 'quicksandbook';
	}
div._maroon{
	background-color: #D72D7A;
}

div._darkgreen{
	background-color: #4DA446;
}

div._darkyellow{
	background-color: #EFC519;
}

div._aqua{
	background-color: #00A88D;
}

div._red{
	background-color: #FF1929;
}

div._green{
	background-color: #BDFFAB;
}

div._blue{
	background-color: #C9FFF5;
}

div._yellow{
	background-color: #F5FF8F;
}

div._textmaroon{
	color: #D72D7A;
}

div._textdarkgreen{
	color: #4DA446;
}

div._textdarkyellow{
	color: #EFC519;
}

div._textaqua{
	color: #00A88D;
}

div._textred{
	color: #FF1929;
}

div._textgreen{
	color: #BDFFAB;
}

div._textblue{
	color: #C9FFF5;
}

div._textyellow{
	color: #F5FF8F;
}

div._textwhite{
	color: #FFFFFF;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 9px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
background: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(85,85,85,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(85,85,85,0.4); 
}

a {
	color: #555555;
	text-decoration: none;
}


a:hover {
	color: #888888;
}

h1, div.componentheading {
	font-size: 60px;
	font-family: 'quicksandbold';
}

h2, div.contentheading {
	font-size: 55px;
	font-family: 'quicksanddash';
}

h3 {
	font-size: 22px;
	font-family: 'museo700';
}

h4 {
	font-size: 20px;
	font-family: 'quicksandbold';
}

h5 {
	font-size: 15px;
	font-family: 'museo700';
}

h6 {
	font-size: 15px;
	font-family: 'quicksandbold';
}

.button, button, button.btn, input.btn, .btn {
    border: none;
	background: #dddddd;
	background: rgba(221,221,221,0.4);
	-pie-background: rgba(221,221,221,0.4);
	border: #222222 2px solid;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	color: #444444;
	margin: 10px;
	padding: 5px;
	text-align: center;
	box-shadow: #000000 1px 1px 3px 0px;
	-moz-box-shadow: #000000 1px 1px 3px 0px;
	-webkit-box-shadow: #000000 1px 1px 3px 0px;
	font-family: 'quicksandbold';
}

.button:hover, button:hover, button.btn:hover, input.btn:hover, .btn:hover {
	background: #aaaaaa;
}

ul.pagenav li a {
    display: block;
	background: #dddddd;
	background: rgba(221,221,221,0.4);
	-pie-background: rgba(221,221,221,0.4);
	border: #444444 2px solid;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	color: #444444;
	padding: 10px;
	box-shadow: #222222 1px 1px 3px 0px;
	-moz-box-shadow: #222222 1px 1px 3px 0px;
	-webkit-box-shadow: #222222 1px 1px 3px 0px;
	font-family: 'quicksandbold';
}

ul.pagenav li a:hover {
	background: #aaaaaa;
}

.readmore a {
	background: #dddddd;
	background: rgba(221,221,221,0.4);
	-pie-background: rgba(221,221,221,0.4);
	border: #222222 2px solid;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	color: #444444;
	padding: 5px;
	box-shadow: #000000 1px 1px 3px 0px;
	-moz-box-shadow: #000000 1px 1px 3px 0px;
	-webkit-box-shadow: #000000 1px 1px 3px 0px;
	font-family: 'quicksandbold';
}

.readmore a:hover {
	background: #aaaaaa;
}

.invalid {border: red;}
                
input.inputbox, .registration input, .login input, .contact input, .contact textarea,
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: none;
	background: #eeeeee;
	border: #555555 1px solid;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	color: #555555;
	padding: 4px;
	text-align: left;
	box-shadow: #000000 1px 1px 2px 0px;
	-moz-box-shadow: #000000 1px 1px 2px 0px;
	-webkit-box-shadow: #000000 1px 1px 2px 0px;
	font-family: 'quicksandbook';
}

input:focus, input.inputbox:focus, .registration input:focus, .login input:focus, .contact input:focus, .contact textarea:focus,
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background: #ffffff;
	border: #222222 1px solid;
	color: #222222;
	box-shadow: #000000 1px 1px 3px 0px;
	-moz-box-shadow: #000000 1px 1px 3px 0px;
	-webkit-box-shadow: #000000 1px 1px 3px 0px;
	font-family: 'quicksandbook';
}

#maincontent > div.inner {
	margin-right: 20%;
	margin-left: 20%;
	padding-top: 10px;
}

#main > div.inner {
	flex: 1;
}

#center > div.inner {
	padding: 10px;
	flex: 1;
}

#centertop > div.inner {
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	-pie-background: rgba(255,255,255,0.9);
	margin-bottom: 30px;
	padding: 10px;
	box-shadow: #000000 2px 2px 8px 0px;
	-moz-box-shadow: #000000 2px 2px 8px 0px;
	-webkit-box-shadow: #000000 2px 2px 8px 0px;
}

#content > div.inner {
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	-pie-background: rgba(255,255,255,0.9);
	margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	box-shadow: #000000 2px 2px 8px 0px;
	-moz-box-shadow: #000000 2px 2px 8px 0px;
	-webkit-box-shadow: #000000 2px 2px 8px 0px;
}

#centerbottom > div.inner {
	background: #ffffff;
	background: rgba(255,255,255,0.9);
	-pie-background: rgba(255,255,255,0.9);
	margin-bottom: 30px;
	padding: 10px;
	box-shadow: #000000 2px 2px 8px 0px;
	-moz-box-shadow: #000000 2px 2px 8px 0px;
	-webkit-box-shadow: #000000 2px 2px 8px 0px;
}