/* normalize.css v1.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }
h1, h2, h3, h4, h5, h6 {
	font-weight:400;
}
h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .67em;
  margin: 2.33em 0; }

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

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

textarea {
  overflow: auto;
  vertical-align: top; }

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

/* Colors */
/* HTML5 Boilerplate styles - h5bp.com (generated via initializr.com) */
html,
button,
input,
select,
textarea {
  color: #222222; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #222222;
  background-color: white; }

::-moz-selection {
  background: #222222;
  color: white;
  text-shadow: none; }

::selection {
  background: #222222;
  color: white;
  text-shadow: none; }

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

img, video, canvas, object, embed {
  max-width: 100%;
  _width: 100%; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  /* Improve IE's resizing of images */ }

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

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* Also Includes Media Quieries */
/* Container */
/* Grid Calculations */
/* Media Querie Min-Width */
/* Micro Clearfix Hack */
.cf:before, .cf:after {
  content: "";
  /* For modern browsers */
  display: table;
  /* For modern browsers */ }

.cf:after {
  clear: both; }

.cf {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

/* Container */
.container {
  width: 90%;
  max-width: 980px;
  margin: auto; }

/* Column Grid */
.grid {
  display: block;
  position: relative;
  width: 100%; }

/* media Queriess */
/* Mobile Portrait */
@media only screen and (min-width: 320px) {
  body {
    font-size: 1em; } }
/* Mobile Landscape */
@media only screen and (min-width: 480px) {
  body {
    font-size: 1em; } }
/* Small Tablet */
@media only screen and (min-width: 600px) {
  body {
    font-size: 1em; } }
/* Tablet/Notebook */
@media only screen and (min-width: 768px) {
  body {
    font-size: 1em; }

  /* Column Grid */
  .grid {
    display: inline;
    float: left; }

  /* 2 Column Grid */
  .half {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid One Third */
  .one-third {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid Two Third */
  .two-third {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 4 Column Grid */
  .fourth {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 6 Column Grid Two Third */
  .sixth {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 8 Column Grid */
  .eighth {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; } }
/* Landscape Tablet/Notebook/Laptop */
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1em; }

  /* 1 Column Grid */
  .full {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 2 Column Grid */
  .half {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid - 3 Column Grid One Third  */
  .third, .one-third {
    width: 31.33333%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 3 Column Grid Two Third */
  .two-third {
    width: 64.66667%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 4 Column Grid */
  .fourth {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 5 Column Grid */
  .fifth {
    width: 18%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 6 Column Grid */
  .sixth {
    width: 14.66667%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 7 Column Grid */
  .seventh {
    width: 12.28571%;
    margin-left: 1%;
    margin-right: 1%; }

  /* 8 Column Grid */
  .eighth {
    width: 10.5%;
    margin-left: 1%;
    margin-right: 1%; } }
/* Desktop */
@media only screen and (min-width: 1280px) {
  body {
    font-size: 1em; } }
/* Widescreen */
@media only screen and (min-width: 1440px) {
  body {
    font-size: 1em; } }
/* Typography */
body {
  font-family: "open-sans", Sans; }

h1 {
  font-size: 3.13636em;
  line-height: 1.43478em;
  margin-top: 0.4783em;
  margin-bottom: 0.9565em; }

h2 {
  font-size: 1.77273em;
  line-height: 1.69231em;
  margin-top: 1.6923em;
  margin-bottom: 0.8462em; }

h3 {
  font-size: 1.31818em;
  line-height: 1.13793em;
  margin-top: 1.1379em;
  margin-bottom: 0em; }

p, ul, blockquote, pre, td, th, label {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em; }

small, aside {
  font-size: 0.77273em; }

/* Hyperlinks */
a {
  color: #91CA51;
  text-decoration: none;
  border: none; }

a:visited {
  }

a:hover {
  color: #CCC;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

a:focus {
  outline: thin dotted; }

p a {
  /* Optimized for touch devices */
  margin: -.5em;
  padding: .5em;
  position: relative; }

/* Code */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border-style: none;
  border-color: #efefef;
  border-width: 0px;
  border-radius: 5px;
  padding: 1em; }

/* Allow line wrapping of 'pre' */
pre, code, kbd, samp {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  background-color: #efefef;
  font-family: Menlo, Consolas, 'DejaVu Sans Mono', Monaco, monospace; }

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em; }

th {
  text-align: left; }

tr, th, td {
  padding-right: 1.5em;
  border-bottom: 0 solid #333; }

/* Forms */
form {
  margin: 0; }

fieldset {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  width: 95%; }

legend {
  margin-left: -.75em; }

button, input, select, textarea {
  vertical-align: baseline;
  vertical-align: middle; }

/* IE7 and older */
button, input {
  line-height: normal;
  overflow: visible; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

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

/* Flat UI Forms */
/* Colors Textfield */
/* Button */
/* Checkbox */
/* Radio */
/* Setup */
input:focus, select:focus, textarea:focus, button:focus {
  outline: none; }

button, input, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button, input {
  *overflow: visible;
  line-height: normal; }

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

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

label {
  display: inline; }

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

/* Textfield */
::-webkit-input-placeholder {
  color: #ecf0f1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ecf0f1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ecf0f1; }

:-ms-input-placeholder {
  color: #ecf0f1; }

input, textarea {
  padding: 0.5em;
  margin: 1em 0;
  color: #222222;
  border: 2px solid #ecf0f1;
  -webkit-appearance: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

input:focus, textarea:focus {
  border-color: #81C755;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

/* Button */
.Button {
  background-color: #81C755;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #81C755;
  display: inline-block;
  color: white;
  margin: 1em 0;
  padding: 0.5em;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.Button:hover {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: white;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.Button:active {
  background-color: #81C755;
  border-color: #81C755; }

/* Checkbox */
.regular-checkbox {
  display: none; }

.regular-checkbox + label {
  background-color: #ecf0f1;
  border: 2px solid #ecf0f1;
  margin: 0;
  padding: 0.5em;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  position: relative;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.regular-checkbox:checked + label {
  background-color: #81C755;
  border-color: #81C755; }

.regular-checkbox:checked + label:after {
  content: '\2714';
  font-size: 0.875em;
  position: absolute;
  top: -0.25em;
  left: 0.25em;
  color: white; }

.big-checkbox + label {
  padding: 1em; }

.big-checkbox:checked + label:after {
  font-size: 1.25em;
  top: 0.25em;
  left: 0.375em; }

/* Radio */
.regular-radio {
  display: none; }

.regular-radio + label {
  -webkit-appearance: none;
  background-color: #fff;
  border: 4px solid #ECF0F1;
  padding: 0.5em;
  margin: 1em 0;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.regular-radio:checked + label:after {
  content: ' ';
  width: 0.375em;
  height: 0.375em;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: 0.125em;
  background: #81C755;
  left: 0.125em;
  font-size: 1.7em; }

.regular-radio:checked + label {
  background-color: #fff;
  color: #81C755;
  border: 4px solid #81C755; }

.regular-radio + label:active, .regular-radio:checked + label:active {
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.big-radio + label {
  padding: 1em; }

.big-radio:checked + label:after {
  width: 0.825em;
  height: 0.825em;
  left: 0.190em;
  top: 0.190em; }

/* Quotes */
blockquote, q {
  quotes: none;
  padding-right: 7%;
  padding-left: 7%; }

blockquote p:before {
  content: '«'; }

blockquote p:after {
  content: '»'; }

blockquote, q, cite {
  font-style: italic; }

blockquote > p {
  padding: 0; }

dfn {
  font-style: italic; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Lists */
ul, ol {
  list-style-position: inside;
  padding: 0; }

li ul, li ol {
  margin: 0 1.5em; }

dl dd {
  margin-left: 1.5em; }

dt {
  font-family: Futura, "Century Gothic", AppleGothic, sans-serif; }

/* Layout */
aricle {
  max-width: 944px; }

/* non-semantic helper classes */
/* Flexible iFrame */
.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  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; }

/* Print Styles */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster */
  a, a:visited {
    color: #444444 !important;
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  /* Don't print links for images, javascript or internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* Repeat header row at top of each printed page */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: .5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* This site has been supercharged with «Rapid Bootstrap» by Niklaus Gerber | www.niklausgerber.com */
