/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?89055363');
  src: url('../font/fontello.eot?89055363#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?89055363') format('woff2'),
       url('../font/fontello.woff?89055363') format('woff'),
       url('../font/fontello.ttf?89055363') format('truetype'),
       url('../font/fontello.svg?89055363#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: 'Droid Serif', serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
	color: #1a1917;
	font-size: 13px;
	line-height: 1.923;
}

/**
 * Remove default margin.
 */

body {
	font-family: 'Droid Serif', serif;
	background: #f3f3f3;
	margin: 0;
}
body,
td {
	font-family: 'Droid Serif', serif;
	color: #1a1917;
	font-size: 13px;
	line-height: 1.923;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
body .email,
body .email td {
	font-size: 15px;
	line-height: 2;
}

@media only screen and (min-width: 480px) {
	body,
	td {
		font-size: 15px;
		line-height: 2;
	}
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
	color: #0082c7;
	text-decoration: underline;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	color: #fdc700;
	outline: 0;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1,
.h1 {
	font-family: 'Heebo', sans-serif;
	font-size: 2em;	
	font-weight: bold;
	line-height: 1;
	color: #0082c7;
	margin: 1em 0 .5em;
	display: block;
	text-transform: uppercase;
}

h2,
.h2 {
	font-family: 'Heebo', sans-serif;
	color: #0082c7;
	font-size: 1.667em;
	font-weight: bold;
	line-height: 1;
	margin: 1em 0 .5em;
	display: block;
}

h3,
.h3 {
	font-family: 'Heebo', sans-serif;
	color: inherit;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1;
	display: block;	
}

h4,
.h4 {
	color: inherit;
	font-weight: 700;
	font-size: 1em;
	line-height: inherit;
	letter-spacing: normal;
	text-transform: none;
	margin: 1em 0;
	display: block;	
}

p,
ul {
	margin: 1em 0;
}

.colored {
	color: #dc004f;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.hyphenate {
	word-break: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.barren:after {
	content:'';
	width: 50px;
	display: block;
	height: 3px;
	background: #cfcbbf;
	margin: 1em auto;
}

@media only screen and (min-width: 720px) {
	h1,
	.h1 {
		font-size: 2.333em;
		margin: 1.286em 0 .429em;
	}
	h2,
	.h2 {
		font-size: 1.667em;
		margin: 1.2em 0 .6em;
	}
	h3,
	.h3 {
		font-size: 1.333em;
		margin: .75em 0;
	}
	
	h4,
	.h4
	p,
	ul {
		margin: 1em 0;
	}
	
	.barren:after {
		margin: .667em auto;
		margin: .667rem auto;
	}
}

@media only screen and (min-width: 1200px) {
	h1 {
		font-size: 3em;
		margin: 1em 0 .333em;
	}
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e9e8e8;
	margin: 1em 0;
	padding: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
	padding: 0;
	border: none;
	background: #FFF;
	border-radius: 0;
	box-shadow: none;
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 * Allow only vertical resizing of textareas.
 */
 
textarea {
	overflow: auto;
	resize: vertical;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/**
 * Placeholder
 */

::placeholder {
	opacity: .5;
}
::-webkit-input-placeholder {
	opacity: .5;
}
::-moz-placeholder {
	opacity: .5;
}
:-ms-input-placeholder {
	opacity: .5;
}
.optsContainer .selectOver.empty {
	opacity: .5;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden, .versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* ==========================================================================
   Basic classes
   ========================================================================== */

/* BUTTONS */
.btn,
button {
	line-height: 20px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all .3s;
	padding: 10px 20px;
	letter-spacing: .1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	display: inline-block;
	text-shadow: none;
	font-family: 'Heebo', sans-serif;
	vertical-align: bottom;
}
.btnMore {
	background: #0082c7;
	color: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btnMore .sprt {
	font-size: 2em;
	margin: -.333em 0;
	vertical-align: -.125em;
	display: inline-block;
	line-height: inherit;
}

.btnMore:after {
	content: '';
	display: block;
	height: 100%;
	width: 300%;
	position: absolute;
	background: -webkit-linear-gradient(left, #0082c7 0%, #005b8b 33.3%, #fdc700 66.7%, #fee380 100%);
	background: linear-gradient(to right, #0082c7 0%, #005b8b 33.3%, #fdc700 66.7%, #fee380 100%);
	left: 0;
	top: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: -1;
}
.btn:hover,
button:hover {
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.btnMore:hover {
	color: #1a1917;
	background: #fdc700;
}
.btnMore:hover:after {
	left: -200%;
}
.btn[disabled],
button[disabled] {
	color: #f3f3f3;
	background: #c6c5c5;
	box-shadow: none !important;
}

@media only screen and (min-width: 720px) and (min-height: 550px) {
	.btn,
	button {
		padding: 15px 20px;
	}
}

/* SPRITES */
.hr hr:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	display: inline-block;
	text-decoration: inherit;
	width: 1em;

	text-align: center;
	/* opacity: .8; */
	
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-donate:before { content: '\e800'; } /* '' */
.icon-datepicker:before { content: '\e801'; } /* '' */
.icon-arrow_to_right:before { content: '\e802'; } /* '' */
.icon-arrow_to_left:before { content: '\e803'; } /* '' */
.icon-arrow_to_top:before { content: '\e804'; } /* '' */
.icon-arrow_to_bottom:before { content: '\e805'; } /* '' */
.hr hr:before,
.icon-leaf:before { content: '\e807'; } /* '' */
.icon-search:before { content: '\e808'; } /* '' */

/* COMBO SPRT & BTN */
.btn .iconDatepicker {
	display: inline-block;
	vertical-align: -7px;
	margin-left: 15px;
}
@media only screen and (min-width: 720px) {
	.btn .iconDatepicker {
		vertical-align: -5px;
	}
}

/* HORIZONTAL BAR with ICON */
.hr {
	position: relative;
	text-align: center;
}
.hr:before,
.hr:after {
	border-top: 1px solid #e9e8e8;
	content: '';
	display: block;
	width: 33%;
	position: absolute;
	top: 50%;
}
.hr:before {
	right: 50%;
	margin-right: 30px;
}
.hr:after {
	left: 50%;
	margin-left: 30px;
}
.hr hr {
	border: none;
	overflow: visible;

}
.hr hr:before {
	color: #c6c5c5;
	position: relative;
	top: -.5em;
	font-size: 2em;
}

/* TEXT COLORS */
.success {
	color: #147c34;
}
.failure {
	color: #B90015;
}
.dateText {
	color: #8d8c8b;
	font-family: 'Heebo', sans-serif;	
	font-weight: normal;
}

/* LISTS */
.article ul {
	text-align: left;
}