/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #333;
}

h1 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

h2 {
  color: #09295c;
  font-size: 35px;
  font-weight: 200;
  line-height: 42px;

  margin-bottom: 30px;
}

h3 {
  font-size: 23px;
  font-weight: 300;
  margin: 30px 0 20px;
  line-height: 30px;
}

h4 {
  font-size: 14px;
  font-weight: 200;
  margin-bottom: 25px;
}

h5 {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 15px;
}

img {
  border-radius: 3px;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0 auto;
  width: 990px;
  background: #222;
  color: #fff;
  padding: 0.8em 0;
  text-align: center;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background: #fff;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;

  color: #666;
  font-family: 'pragmatica-web', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 26px;
}

.wrap {
  width: 100%;
  padding: 0 15px;
  position: relative;
}


/* ==========================================================================
   Head
   ========================================================================== */
#head {
  background: #fff;
  width: 100%;
  padding: 28px 0 30px;
  height: 85px;
  
  position: fixed;
  z-index: 1000;
  
  box-shadow: 0 1px 5px rgba(0,0,0,.35);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,.35);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.35);
}

#head a#logo {
  display: block;
}

#head a#logo img {
  width: 200px;
  height: auto;
}

a.menu-button {
  background: url(../images/menubutton.png) no-repeat;
  background-size: 47px 37px;
  width: 47px;
  height: 37px;
  display: block;

  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1100;
}

a.menu-button-close {
  background: url(../images/menubutton-close.png) no-repeat;
  background-size: 47px 37px;
  width: 47px;
  height: 37px;
  display: none;

  position: absolute;
  top: -5px;
  right: 15px;
  z-index: 1200;
}

.navbar {
  background: #f4f4f4;
  width: 100%;
  padding: 10px 35px;
  display: none;
  
  position: absolute;
  top: 57px;
  left: 0;
  z-index: 1000;
}

ul#main-navigation li a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #cacaca;
  
  color: #656565;
  font-size: 18px;
  font-weight: 300;
}

ul#main-navigation li.last a {
  border-bottom: none;
}

ul#main-navigation li a:after {
  
}

ul#main-navigation li:hover a,
ul#main-navigation li.active a {
  color: #3088c4;
  text-decoration: none;
}


/* ==========================================================================
   Slider
   ========================================================================== */
#slider {
  margin: 0 0 30px;
  padding-top: 85px;
  position: relative;
}

#slider .item img {
  display: block;
  width: 100%;
  height: auto;
  
  border-radius: 0px;
}

.bx-wrapper .bx-viewport {
  background: #fff;
  border: none;
  left: 0;

  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}


/* ==========================================================================
   Teaser Boxen
   ========================================================================== */
#teaser-boxen {
  margin-bottom: 40px;
}

#teaser-boxen ul li {
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}

#teaser-boxen ul li a {
  background: #fff;
  width: 100%;
  height: 75px;
  display: inline-block;
  padding: 10px 10px 10px 60px;
  border: 1px solid #d3d3d3;

  color: #09295c;
  font-size: 16px;
  font-weight: 400;
  line-height: 55px;

  border-radius: 2px;

  box-shadow: 0 1px 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);
}

#teaser-boxen ul li a:hover {
  text-decoration: none;
}

#teaser-boxen ul li a i {
  position: absolute;
  bottom: 25px;
  left: 20px;

  color: #04a1da;
  font-size: 24px;
}

#teaser-boxen ul li i.fa-angle-right {
  position: absolute;
  bottom: 25px;
  right: 25px;

  color: #04a1da;
  font-size: 20px;
}


/* ==========================================================================
   Argumente
   ========================================================================== */
#arguments {
  padding-top: 35px;
}

blockquote {
  min-height: 65px;
  margin: 0;
  margin: 30px 0;
  padding: 0 0 0 100px;
  position: relative;

  color: #09295c;
  font-size: 24px;
  font-weight: 300;
  line-height: 34px;
}

blockquote .icon {
  color: #d5d8dc;
  font-size: 200px;
  font-weight: 400;
  font-family: 'Helvetica Neue', Helvetica, sans-serif;

  position: absolute;
  top: 54px;
  left: -12px;
}


/* ==========================================================================
   News
   ========================================================================== */
#news {
  padding-top: 35px;
}

.news_title_img a,
.news a.news-pic {
  display: block;
  margin-bottom: 20px;
}

.news_title_img a,
.news a.news-pic {
  display: none;
}

.news_title_img a img,
.news a.news-pic img {
  width: 100%;
}

.news .meta-info {
  margin-bottom: 10px;

  font-weight: 700;
}

.news .meta-info .date {
  margin-right: 10px;
}

.news .meta-info .date i {
  margin-right: 5px;
}

.news_title a,
.news a.title {
  margin-bottom: 10px;
  display: block;

  color: #3088c4;
  font-size: 22px;
  font-weight: 400;
}

.news-list-morelink a,
.news a.more {
  display: block;

  color: #09295c;
  font-weight: 700;
}

.news_title_img a,
.news.top a.news-pic {
  display: block;
}


/* ==========================================================================
   Co-Präsidium
   ========================================================================== */
#praesidium {
  padding-top: 35px;
}

ul.image-list {
  width: 100%;
  margin-bottom: 20px;
}

ul.image-list li {
  min-height: 70px;
  border-bottom: 1px solid #e4e4e4;
  padding: 12px 0 12px 50px;
  position: relative;

  color: #202020;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
}

ul.image-list li.last {
  border-bottom: none;
}

ul.image-list li p {
  display: inline-table;
  margin: 0;
  padding: 0;
}

ul.image-list li span {
  display: block;
  font-weight: 400;
}

ul.image-list li img {
  width: 35px;
  height: auto;
  
  position: absolute;
  top: 15px;
  left: 0;
}

ul.image-list li .tooltip {
  display: none;
  
  position: absolute;
  top: -81px;
  right: 199px;
  z-index: 300;
}

ul.image-list li .tooltip img {
  background: #fff;
  width: 200px;
  height: 200px;
  padding: 0;  
  /*border: solid 1px #d3d3d3;*/
  
  border-radius: 3px;
  
  box-shadow: 0 1px 10px rgba(0,0,0,.35);
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.35);
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.35);
}

ul.image-list li .tooltip .arrow {
  display: none;
}

/* Neue Ansicht */
#praesidium1 {
  padding-top: 35px;
}

.person-list {
  margin-bottom: 20px;
}

.person-list .person {
  background: #fff;
  position: relative;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  border: solid 1px #d3d3d3;
  
}

.person-list .person .image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  
  border-radius: 3px;
}

.person-list .person .image img {
  width: 60px;
  height: 60px;
}

.person-list .person .content .name {
  color: #16a085;
  font-size: 14px;
  font-weight: 700;
  
  position: absolute;
  top: 15px;
  left: 85px;
}

.person-list .person .content .position {
  color: #a5a5a5;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  
  white-space: nowrap;
  
  position: absolute;
  top: 40px;
  left: 85px;
}

/* ==========================================================================
   Komitee
   ========================================================================== */
#komitee {
  padding-top: 35px;
}

.special_right_green p,
.teaser h3 {
  margin-top: 0;
  
  color: #16a085;
  font-size: 18px;
  font-weight: 700;
}

.special_right_green p b,
.teaser h3 span {
  font-size: 40px;
}

ul.list {
  width: 100%;
  margin-bottom: 20px;
}

ul.list li {
  border-bottom: 1px solid #e4e4e4;
}

ul.list li.first,
ul.list li:nth-child(5) {
  border-top: 1px solid #e4e4e4;
}

ul.list li {
  padding: 12px 0;

  color: #202020;
  font-size: 13px;
  font-weight: 700;
}

ul.list li .name {
  width: 69%;
  display: inline-block;
}

ul.list li .position p {
  margin: 0;
}

ul.list li .file-size,
ul.list li .position {
  width: 29%;
  display: inline-block;
  text-align: right;
}

ul.list li .file-size {
  color: #0093dd;
}

.pager {
  width: auto;
  display: table;
  margin: 0 auto 40px;
}

.pager ul {
  width: 275px;
  height: 40px;
  text-align: center;
}

.pager ul li {
  float: left;
  margin-right: 5px;
}

.pager ul li.last {
  margin-right: 0;
}

.pager a {
  margin-right: 10px;
}

.pager a.active_page {
  color: #3088c4;
}

.pager ul li a,
.pager a.previous_link,
.pager a.next_link {
  background: #f6f6f6;
  display: inline-block;
  border: 1px solid #f6f6f6;
  padding: 5px 30px;

  color: #a0a0a0;
  font-size: 18px;

  border-radius: 30px;
}

.pager ul li a:hover,
.pager a.previous_link:hover,
.pager a.next_link:hover {
  background: #fff;
  border: 1px solid #dfdfdf;

  color: #3088c4;
}

.pager a.page_link {
  background: none;
  display: inline-block;
  border: #fff;
  padding: 5px;

  color: #a0a0a0;
  font-size: 16px;
  text-decoration: none;
}

.pager a.page_link:hover,
.pager a.page_link.active_page {
  color: #3088c4;
}

.pager ul li.counter {
  background: #fff;
  padding: 5px 30px;
  border: 1px solid #f6f6f6;

  color: #a0a0a0;
  font-size: 12px;
  font-weight: 600;

  border-radius: 30px;
}

#paging-container {
  position: relative;
}

.info_text {
  display: none;
  font-size: 12px;
  
  position: absolute;
  bottom: 5px;
  right: 0;
}

/* ==========================================================================
   Infomaterial & Downloads
   ========================================================================== */
#info-material {
  padding-top: 35px;
}

#info-material table.list tr td.file-size {
  color: #009fd9;
}


/* ==========================================================================
   Testimonial slider
   ========================================================================== */
#testmonials,
.testmonials {
  padding-top: 70px;
}

#testmonials .owl-item,
.testmonials .owl-item  {
  padding: 3px 5px;
}

#testmonials .quote,
.testmonials .quote {
  height: 375px;
  padding: 30px 10px;
  margin: 0 25px;
  border: solid 1px #d3d3d3;
  margin: 0 auto;

  text-align: center;

  border-radius: 3px;

  /*box-shadow: 0 1px 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,.15);
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.15);*/
}

#testmonials .quote img,
.testmonials .quote img {
  width: 80px;
  height: 80px;
  margin: 0 auto 40px;
}

#testmonials .quote .name,
.testmonials .quote .name {
  display: block;
  margin-bottom: 3px;

  color: #16a085;
  font-size: 18px;
  font-weight: 700;
}

#testmonials .quote .position,
.testmonials .quote .position {
  display: block;
  margin-bottom: 15px;

  color: #b1b3b4;
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
}


.owl-buttons .owl-prev {
  width: 32px;
  height: 32px;
  margin-top: -40px;
  outline: 0;

  position: absolute;
  top: 50%;
  left: -70px;
  z-index: 9999;

  color: #bababa;
  text-indent: 0;
  font-size: 80px;

  display: none;
}

.owl-buttons .owl-next {
  width: 32px;
  height: 32px;
  margin-top: -40px;
  outline: 0;

  position: absolute;
  top: 50%;
  right: -70px;
  z-index: 9999;

  color: #bababa;
  text-indent: 0;
  font-size: 80px;

  display: none;
}

.owl-buttons .owl-next:hover,
.owl-buttons .owl-prev:hover {
  color: #009fd9;
}

.owl-pagination {
  margin: 15px 0 0;
  text-align: center;
}

.owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-controls .owl-page span {
  background: #bababa;
  width: 12px;
  height: 12px;
  display: block;
  margin: 5px 7px;

  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #009fd9;
}


/* ==========================================================================
   Mitmachen
   ========================================================================== */
#join-us,
.contact_form {
  padding-top: 35px;
}

.contact_form .checklist,
#join-us .checklist {
  margin: 30px 0;
}

.contact_form #amount,
#join-us #amount {
  width: 70px;
  border: none;
  border-bottom: 1px solid #676767;
  padding: 2px;
  margin: 0 5px;

  color: #676767;
  line-height: 10px;

  border-radius: 0px;
}

.contact_form #send,
#join-us #send { 
  width: 100%;
  display: block;
}

.contact_form .form-info,
#join-us .form-info {
  margin: 15px 0 0;
  display: inline-block;

  color: #c0392b;
  font-size: 12px;
  font-weight: 700;
}

.form-field label,
.powermail_fieldwrap label {
  display: inline;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
}

/* ==========================================================================
   Kontakt
   ========================================================================== */
#contact {
  background: #fff;
  padding: 35px 0 50px;

  color: #454545;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

#contact a {
  display: block;
  text-decoration: none;
}

#contact .social a.fb i {
  width: 20px;
  display: inline-block;
  margin-right: 10px;

  color: #3b5998;
  font-size: 18px;
  text-align: center;
}

#contact .social a.fb:hover {
  color: #3b5998;
  text-decoration: none;
}

#contact .social a.twitter:hover {
  color: #55acee;
  text-decoration: none;
}

#contact .social a.twitter i {
  width: 20px;
  display: inline-block;
  margin-right: 10px;

  color: #55acee;
  font-size: 22px;
  text-align: center;
}

#contact .social {
  margin-top: 20px;
}

#contact .social a.fb {
  background: #3b5998;

  padding: 10px;
  display: block;

  color: #fff;
  text-align: center;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#contact .social a.fb:hover {
  background: #4669B3;
  color: #fff;
}

#contact .social a.fb i,
#contact .social a.twitter i {
  display: none;
}

#contact .social a.twitter {
  background: #55acee;

  padding: 10px;
  display: block;

  color: #fff;
  text-align: center;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#contact .social a.twitter:hover {
  background: #75c0f9;
  color: #fff;
}


/* ==========================================================================
   Footer
   ========================================================================== */
#footer {
  background: #e5e5e5;
  padding: 20px 0;
  position: relative;

  color: #454545;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

#footer ul.links {
  margin: 15px auto;
  display: table;
}

#footer ul.links li {
  float: left;
  line-height: 16px;
}

#footer ul.links li.seperator {
  background: #9b9b9b;
  width: 1px;
  height: 15px;
  margin: 0 15px;
}


/* ==========================================================================
   Form classes
   ========================================================================== */
.powermail_fieldwrap_text {
  display: block;
  margin: 20px 0;
  
  color: #09295c;
  font-size: 14px;
  font-weight: 700;
}

span.form-title {
  display: block;
  margin: 20px 0;

  color: #09295c;
  font-size: 14px;
  font-weight: 700;
}

.form-field {
  margin-bottom: 15px;
}

.form-field input,
.form-field select,
.form-field .selectize-input {
  width: 100%;
}

.form-field select,
.form-field .selectize-control {
  width: 100%;
}

.form-field textarea {
  width: 100%;
  min-height: 150px;
}

.form-field label span.required {
  color: #df2d2d;
  font-weight: 700;
}

.form-field label {
  display: block;
  margin-bottom: 4px;

  font-size: 12px;
  font-weight: 700;
}

.form-field label.checkbox {
  position: relative;
  padding-left: 30px;
}


.form-field label.checkbox input[type="checkbox"],
.form-field label.radio input[type="radio"] {
  width: auto;
  display: inline-block;

  position: absolute;
  top: 5px;
  left: 4px;
}

.form-field label.checkbox .icheckbox,
.form-field label.radio .iradio {
  display: inline-block;

  position: absolute;
  top: 2px;
  left: 0;
  z-index: 100;
}

.form-field label.radio {
  display: inline-block;
  margin-right: 20px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="email"],
textarea {
  background: #fff;
  border: 2px solid #d0d0d0;
  padding: 10px 15px;
  outline: none;

  font-size: 13px;
  font-weight: 400;
  color: #868e9a;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;

  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;

  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;

  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

input[type="text"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="email"]:hover,
textarea:hover {
  border: 2px solid #a1a1a1;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 2px solid #16a085;
}

a.btn-blue,
input[type="submit"],
button[type="submit"] {
  background: #0093dd;
  border: 1px solid #0093dd;
  padding: 7px 15px;
  outline: none;

  font-size: 13px;
  font-weight: 700;
  color: #fff;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;

  -webkit-appearance: none;
}

a.btn-blue:hover,
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #336d9e;
  border: 1px solid #336d9e;
}

.btn {
  background: #40b075;
  display: inline-block;
  padding: 3px 15px 1px;

  color: #fff;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none !important;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.btn:hover {
  background: #5dd395;
  text-decoration: none;
}

.btn.green {
  background: #16a085;
}

.btn.green:hover {
  background: #1cbe9e;
}

.btn.large {
  display: block;
  padding: 12px 15px;

  font-size: 18px;
  text-align: center;
}


/* Overrides selectize standard classes */
.selectize-input {
  border: 2px solid #d0d0d0;
  padding: 10px 8px;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-box-shadow: none;
  box-shadow: none;

  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border: 2px solid #d0d0d0 !important;
}

.selectize-dropdown.single {
  border: 1px solid #d0d0d0 !important;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 8px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #868e9a;
  font-size: 13px;
  line-height: 18px;
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #cad0da;
}

.selectize-control.single .selectize-input {
  background: #fff;
  background-image: none;
  background-repeat: repeat;
  filter: none;

   -webkit-box-shadow: none;
   box-shadow: none;
}

.selectize-control.single .selectize-input .item {
  color: #868e9a;
  font-weight: 400;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: pointer;
}

/* Hides the blinking cursor */
.selectize-control.single .selectize-input input[type="text"] {
  color : transparent;
}

.selectize-control.single .selectize-input.input-active {
   border: 2px solid #a1a1a1 !important;
}

.selectize-control.single input[type="text"] {
  color: #868e9a;
}

.selectize-dropdown {
  top: 45px !important;
  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* Overrides iCheck standard classes */
.icheckbox, .iradio {
  margin-right: 7px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.left     { float: left; }
.right     { float: right; }
.pointer   { cursor: pointer; }

.overlay {
  background: #fff;
  background: rgba(255,255,255, 0.7);
  display: none;
  
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

/*a#top {
  background: #fff;
  padding: 5px 15px;
  display: inline-block;
  border: 1px solid #d6d6d6;
  
  color: #009fd9;
  
  position: fixed;
  right: 15px;
  bottom: 15px;

  border-radius: 3px;
  
  box-shadow: 0 1px 10px -5px rgba(0,0,0, 0.75);
  -moz-box-shadow: 0 1px 10px -5px rgba(0,0,0, 0.75);
  -webkit-box-shadow: 0 1px 10px -5px rgba(0,0,0, 0.75);
}*/

a#top {
  background: #0093dd;
  padding: 5px 15px;
  display: inline-block;
  
  color: #fff;
  
  position: fixed;
  right: 15px;
  bottom: 15px;

  border-radius: 3px;
  
  box-shadow: 0 1px 10px -5px rgba(0,0,0, 0.75);
  -moz-box-shadow: 0 1px 10px -5px rgba(0,0,0, 0.75);
  -webkit-box-shadow: 0 1px 10px -5px rgba(0,0,0, 0.75);
}

a {
  color: #333;
  text-decoration: none;

  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

a:hover {
  text-decoration: underline;
}

a:link  {
  -webkit-tap-highlight-color: none;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

::-webkit-input-placeholder { color: #868e9a; }
:-moz-placeholder       { color: #868e9a; }
::-moz-placeholder       { color: #868e9a; }
:-ms-input-placeholder     { color: #868e9a; }

/* hide lightbox controls */
.pp_nav, .pp_social { display: none !important; }

.suclass {
    color: #73b0d9;
}

.no-bg {
  background: none;
}

.top-right {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 20;
}

.col-space-xs {
  margin-bottom: 10px;
}

.no-link,
.no-link:hover {
  color: inherit;
  text-decoration: none;
  cursor: text;
}

.content-elements section {
  padding-top: 35px;
}


.content-elements a {
  text-decoration: underline;
}

.uppercase {
  text-transform:uppercase;
}