/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v18-latin-300.woff2") format("woff2"), url("../fonts/roboto-v18-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-400 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v18-latin-900.woff2") format("woff2"), url("../fonts/roboto-v18-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

html {
  font-size: 15px; }

@media screen and (max-width: 87.5em) {
  html {
    font-size: 11px; } }

body {
  font-size: 1rem;
  line-height: 1.3333333333;
  font-family: "Roboto", Arial, sans-serif; }

h1 {
  font-size: 1rem;
  line-height: 1.3333333333;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em; }

h2 {
  color: #000;
  font-size: 1.7333333333rem;
  line-height: 1.2307692308;
  font-family: "Roboto", Arial, sans-serif;
  margin: .1em 0;
  letter-spacing: 0.1em; }

h3 {
  color: #000;
  font-size: 1.4666666667rem;
  line-height: 1.2727272727;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0.1em; }

h4 {
  color: #000;
  letter-spacing: 0.1em; }

p {
  color: #000;
  font-size: 1rem;
  line-height: 1.3333333333;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0.07em; }

small {
  color: #000;
  letter-spacing: 0.07em; }

*, *:after, *:before {
  box-sizing: border-box; }

body, html {
  padding: 0;
  margin: 0; }

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

html {
  background: #0E71B4; }

body {
  position: absolute;
  top: 0;
  bottom: 0;
  height: .5em;
  width: 0;
  margin: auto;
  color: #f6f6f6;
  background-color: #f6f6f6;
  font-family: "Roboto", Arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wrapper {
  opacity: 0;
  min-height: 100%;
  background-color: #f6f6f6; }
  .wrapper .inner-wrapper {
    min-height: 100vh;
    width: 98%;
    margin: 0 auto 4em auto; }
    .wrapper .inner-wrapper .container {
      min-width: 100%;
      padding-bottom: 180px;
      background-color: #f6f6f6;
      overflow-x: hidden; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.left {
  float: left; }

.right {
  float: right; }

.display__inline {
  display: inline; }

ul, ol {
  padding: 0;
  list-style: none; }

a {
  color: #000;
  text-decoration: none; }
  a hr {
    color: #ddd; }
  a:hover {
    cursor: pointer; }

.letter-spacing {
  letter-spacing: 0.07em; }

.line {
  height: .5em;
  background-color: #0E71B4; }

.short {
  width: 15%; }
  @media screen and (max-width: 550px) {
    .short {
      width: 25%; } }

.long {
  width: 100%; }

.thick {
  height: .5em; }

.slim {
  height: .3em;
  margin-top: .8em; }

.bold {
  font-weight: bold; }

small {
  color: #000; }

.clear {
  clear: both; }

.no-results {
  margin-top: 20%;
  text-align: center; }

.card__wrapper {
  margin: 2%; }
  .card__wrapper p {
    width: 80%;
    max-height: 200px;
    margin-top: 0;
    overflow: auto; }
  .card__wrapper small {
    padding: .5em .2em 0 0; }
  .card__wrapper .file__container a {
    width: auto;
    text-align: center; }
  .card__wrapper .file__container i {
    color: #0E71B4; }

.margin-right {
  margin-right: 20px; }

.title__image {
  margin-bottom: 1em;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12); }

/* The gallery overlay */
#galleryOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 100000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  display: none;
  transition: opacity 1s ease; }

/* This class will trigger the animation */
#galleryOverlay.visible {
  opacity: 1; }

#gallerySlider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  transition: left 0.4s ease; }

#gallerySlider .placeholder {
  background: url("../../plugins/touchTouch/preloader.gif") no-repeat center center;
  height: 100%;
  line-height: 1px;
  text-align: center;
  width: 100%;
  display: inline-block; }

/* The before element moves the
 * image halfway from the top */
#gallerySlider .placeholder:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#gallerySlider .placeholder img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

#gallerySlider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#gallerySlider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

/* Firefox Keyframe Animations */

/* Safari and Chrome Keyframe Animations */

/* Arrows */
#prevArrow, #nextArrow {
  border: none;
  text-decoration: none;
  background: url("../../plugins/touchTouch/arrows.png") no-repeat;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  width: 43px;
  height: 58px;
  top: 50%;
  margin-top: -29px;
  transition: opacity 0.2s ease; }

#prevArrow:hover, #nextArrow:hover {
  opacity: 1; }

#prevArrow {
  background-position: left top;
  left: 40px; }

#nextArrow {
  background-position: right top;
  right: 40px; }

/** Display thumbs **/
.thumbs {
  width: 100%;
  margin: 0 auto;
  max-height: 12em;
  text-align: center;
  overflow: auto; }
  .thumbs .deleteButton {
    margin-top: -2em; }
  .thumbs .backend-form {
    width: 20% !important;
    min-width: 16em; }
  .thumbs .image__container {
    float: left;
    width: 8.5em; }
  .thumbs a {
    position: relative;
    display: inline-block;
    margin: 0.375em 0.375em .3em;
    width: 7.5em;
    height: 7.5em;
    border: none;
    box-shadow: 0 0.0625em 0.1875em rgba(0, 0, 0, 0.5);
    border-radius: 0.25em;
    text-decoration: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover; }
    .thumbs a::after {
      background-color: #0E71B4;
      border-radius: 0.4375em;
      bottom: -8.5em;
      box-shadow: 0 0.0625em 0.125em rgba(0, 0, 0, 0.3);
      color: #fff;
      content: attr(title);
      display: inline-block;
      font-size: 0.625em;
      max-width: 5.625em;
      overflow: hidden;
      padding: 0.125em 0.625em;
      position: relative;
      text-align: center;
      white-space: nowrap; }

.pagination {
  display: block;
  width: 19.6em;
  margin: 2em auto 5em auto;
  padding: 0;
  list-style: none; }
  .pagination li {
    display: inline;
    text-align: center; }
    .pagination li.disabled a {
      color: #ddd; }
    .pagination li.active a {
      color: #fff;
      background-color: #0E71B4; }
    .pagination li a {
      display: block;
      float: left;
      margin-left: -1px;
      padding: 5px 12px;
      font-size: 0.9rem;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 0.07em;
      color: #fff;
      border: 1px solid transparent;
      line-height: 1.5;
      color: #000;
      background: none;
      border-color: #ddd; }
      .pagination li a:hover {
        color: #fff;
        background-color: #2196f3; }
      .pagination li a.active {
        color: #fff;
        background-color: #000;
        border-color: #000; }

.vufoLogo {
  float: left;
  height: 88px;
  width: 215px;
  margin: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../images/logo-vufo.png); }
  @media screen and (max-width: 28em) {
    .vufoLogo {
      width: 100px;
      height: 42px;
      margin-top: 6%;
      background-image: url(../../images/logo-vufo-small.png); } }

.section__container {
  float: right;
  margin: 1em 2em 0 2em;
  text-align: right; }
  .section__container a {
    padding: .6em;
    font-size: 0.7rem; }
  .section__container h3 {
    margin-top: 2.5em; }
    @media screen and (max-width: 550px) {
      .section__container h3 {
        margin-top: 3em;
        font-size: 1rem; } }

#nav {
  z-index: 4; }

nav {
  position: relative;
  width: 100%;
  margin-bottom: 1em;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  z-index: 9999; }
  nav > a {
    display: none;
    z-index: 9999; }
  nav li {
    position: relative;
    font-size: 1.2rem;
    text-align: center;
    color: #8E8E8E;
    outline: none;
    z-index: 9999; }
    nav li:hover {
      color: #fff;
      background-color: #0E71B4; }
    nav li ul,
    nav li ul li ul {
      position: absolute;
      top: 0;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      height: 0;
      padding-left: 0;
      background-color: #0E71B4;
      z-index: 9999;
      transition: all .4s ease; }
      nav li ul a,
      nav li ul li ul a {
        font-size: 1rem;
        padding: 0.75em;
        outline: none; }
      nav li ul li a:hover,
      nav li ul li ul li a:hover {
        background-color: #0E71B4; }
      nav li ul:not(:hover) li.active a,
      nav li ul li ul:not(:hover) li.active a {
        background-color: #0E71B4; }
    nav li ul li ul li a {
      text-align: right;
      background: none;
      transition: all .4s ease; }
    nav li a {
      display: block;
      color: #8E8E8E;
      text-align: center;
      transition: all .4s ease; }
      nav li a:active {
        background-color: none !important; }
      nav li a:hover {
        font-weight: bold; }
    nav li:hover ul {
      display: block;
      opacity: 1;
      visibility: visible;
      top: 100%;
      height: auto;
      left: 0;
      right: 0; }
      nav li:hover ul li ul {
        display: none; }
      nav li:hover ul li:hover > ul {
        display: block !important;
        visibility: visible;
        opacity: 1;
        width: 140%; }
      nav li:hover ul li a {
        color: #fff; }
  nav > ul {
    margin: 0;
    height: 3.75em;
    background-color: none; }
    nav > ul:not(:hover) > li.active > a {
      color: #ddd;
      background-color: #0E71B4; }
    nav > ul > li {
      width: 14.28%;
      height: 100%;
      line-height: 2.5em;
      float: left; }
      nav > ul > li:hover {
        cursor: default; }
      nav > ul > li > ul > li,
      nav > ul > li > ul > li > ul > li {
        line-height: 1em; }
      nav > ul > li > a {
        height: 100%;
        font-size: 1.2rem;
        line-height: 2.5em;
        text-align: center; }
      nav > ul > li:hover > a {
        color: #ddd;
        background-color: #0E71B4; }

@media screen and (max-width: 87.5em) {
  nav > ul {
    height: 2.5em; } }

@media only screen and (max-width: 62.5em) {
  nav {
    width: 100%;
    position: static;
    margin-bottom: 1.5em; } }

@media only screen and (max-width: 63.9375em) {
  nav {
    position: relative;
    top: auto;
    left: auto;
    z-index: 9999; }
    nav ul {
      background: #0E71B4; }
      nav ul li {
        font-weight: bold; }
        nav ul li a {
          color: #fff; }
    nav li ul {
      position: static;
      display: none;
      padding: 1.25em;
      /* 20 */
      padding-top: 0; }
      nav li ul li a {
        display: block;
        visibility: visible;
        opacity: 1;
        text-align: center; }
    nav > a {
      position: relative;
      width: 3.125em;
      /* 50 */
      height: 3.125em;
      /* 50 */
      font-size: 1.2rem;
      text-align: center;
      color: #fff;
      background-color: #0E71B4; }
      nav > a:after {
        top: 60%; }
    nav > ul {
      height: auto;
      display: none;
      position: absolute;
      left: 0;
      right: 0; }
      nav > ul > li {
        width: 100%;
        float: none;
        color: #fff; }
        nav > ul > li > a {
          font-size: 1.2rem;
          height: auto;
          text-align: center;
          padding: 0 0.833em; }
        nav > ul > li:not(:last-child) > a {
          border-right: none;
          border-bottom: none; }
    nav li:hover ul li:hover ul {
      width: 100%; }
  nav:not(:target) > a:first-of-type,
  nav:target > a:last-of-type {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px; }
  nav:target > ul {
    display: block; } }

.displaySubmenu {
  display: block;
  opacity: 1;
  visibility: visible;
  top: 100%;
  height: auto;
  left: 0;
  right: 0; }

#doubleTap a {
  display: inline-block;
  position: relative; }

.messageCountNav,
.messageCountSubNav {
  position: absolute;
  top: 2px;
  right: -4px;
  height: 1.5em;
  color: #fff;
  background-color: #fa3e3e;
  border-radius: 2px;
  padding: 3px;
  font-size: .8rem;
  line-height: .8rem;
  vertical-align: top; }

.messageCountNav {
  right: -10px; }

footer {
  position: relative;
  margin-top: -180px;
  padding-top: 1em;
  height: 180px;
  width: 100%;
  clear: both;
  text-align: left;
  color: #fff;
  background-color: #0E71B4;
  letter-spacing: 0.07em; }
  footer .left-column {
    float: left;
    width: 30%;
    padding: 2%; }
    footer .left-column .logo {
      max-height: 11.25em; }
  footer .middle-column,
  footer .right-column {
    float: left;
    width: 30%; }
  footer ul li {
    margin: 3% 2%; }
    footer ul li a {
      color: #fff; }
      footer ul li a:hover {
        font-weight: bold; }
  footer span {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: 1em;
    padding: .5em;
    font-size: 0.7rem;
    background: #2196f3; }
  footer .vufoLogoFooter {
    float: left;
    height: 50px;
    width: 50px;
    padding: 20px;
    background-position: center;
    background-size: cover;
    background-image: url(../../images/logo-vufo-footer.png); }
  footer .clear {
    height: 0; }

@media screen and (max-width: 50em) {
  footer ul li {
    margin: 2% 1%; }
  footer .left-column,
  footer .middle-column,
  footer .right-column {
    height: 112px;
    width: 30%; } }

@media screen and (max-width: 37.5em) {
  footer ul li {
    margin: 1%; }
  footer .middle-column,
  footer .right-column {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    padding-left: 2%; }
  footer .middle-column {
    padding-top: .2em; }
  footer .left-column {
    display: none !important; } }

/* Padding Helpers */
.padding-tb {
  padding-top: 3%;
  padding-bottom: 5%; }
  @media screen and (max-width: 75em) {
    .padding-tb {
      padding-top: 5%;
      padding-bottom: 0; } }

/* No outline for input */
select::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0; }

input:focus,
select:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: none;
  border: 0; }

/* Form Container */
.form__container {
  max-width: 320px;
  margin: 20px auto;
  padding-left: 0.6em;
  padding-right: 0.6em; }
  @media screen and (min-width: 60.063em) {
    .form__container {
      max-width: 400px; } }
  .form__container--wide {
    max-width: 1200px;
    width: 95%; }
    .form__container--wide .form__wrapper {
      display: inline-block;
      width: 33%; }
      @media screen and (max-width: 50em) {
        .form__container--wide .form__wrapper {
          width: 48%; } }
      @media screen and (max-width: 30em) {
        .form__container--wide .form__wrapper {
          width: 100%; } }

/* Material Design Form Inputs */
.form__wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 1.6rem;
  width: 100%;
  vertical-align: top; }
  .form__wrapper--small {
    width: 48%; }
  .form__wrapper--extra__small {
    width: 30%; }

.form__wrapper--submit {
  padding: .6rem 0; }

.form--filled > .form__input {
  padding: 1.3em 0 0.3em !important; }

.form__input {
  display: block;
  position: relative;
  margin-top: 1em;
  padding: 0.9em 0 1em;
  width: 85%;
  max-height: 4em;
  box-sizing: border-box;
  color: #8E8E8E;
  font-size: 1rem;
  font-family: "Roboto", Arial, sans-serif;
  outline: none;
  border: none;
  border-bottom: solid 1px #ddd;
  transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #2196f3 4%);
  background-position: -800px 0;
  background-size: 800px 100%;
  background-repeat: no-repeat;
  /**
     * Remove default box-shadow for required pseudo classes
     */
  /**
     *  When input contain a class of .error
     */ }
  .form__input:required {
    box-shadow: none; }
  .form__input.error {
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #f44336 4%);
    background-position: 0 0;
    background-size: 400px 100%;
    background-repeat: no-repeat; }
  .form__input:focus {
    background-position: 0 0;
    color: #8E8E8E;
    outline: none;
    transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); }
  .form__input--search {
    display: inline;
    max-width: 500px;
    margin-top: 0;
    padding-left: .4em;
    font-size: 1rem;
    border-bottom: none; }
  .form__input--large {
    width: 80%;
    height: 10em;
    max-height: none; }

/* Form Label */
.form__label {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
  color: #8E8E8E;
  font-family: "Roboto", Arial, sans-serif; }
  .form__label span {
    padding-top: 1em;
    font-size: 1.2rem;
    line-height: 1.875; }
    .form__label span small {
      padding: 5px 0 !important;
      color: #8E8E8E !important; }
  .form__label--select {
    font-size: 1.2rem;
    transform: translate3d(0, -65%, 0); }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }

/* Form Label Content */
.form__label--content {
  position: absolute;
  transition: transform 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); }

/**
 * 1. When input is focused move the label to top
 * 2. when the input field has a value move the label to top
 */
.form__input:focus ~ .form__label .form__label--content,
.form--filled .form__label--content {
  font-size: 1.2rem;
  transform: translate3d(0, -65%, 0); }

/**
 * Error Styles
 * .error class generated by jquery.validate.min.js plugin
 */
.error {
  display: block;
  font-size: 1rem;
  color: #fa3e3e; }

/* Modal Styles */
.modal {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 1em;
  z-index: 5000;
  border-radius: 2px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.3s cubic-bezier(0, 0.795, 0, 1); }

.modal__toggle {
  color: #2196f3; }
  .modal__toggle:hover {
    font-weight: bold; }

/* Close icon style for model */
.modal--close {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 1.8em;
  color: #8E8E8E;
  cursor: pointer; }

.modal--open {
  transform: translate3d(0, 0, 0); }

#eye {
  float: right;
  width: auto;
  margin-top: -30px;
  padding: .2em;
  border: none;
  outline: none;
  color: #fff;
  background: #0E71B4;
  z-index: 4;
  border-radius: 2px; }
  #eye i {
    display: block; }
  #eye span i {
    display: none; }
  #eye:hover {
    cursor: pointer;
    background-color: #0d8aee; }

.dynamic__submit,
.destroy__avatar {
  display: none !important; }

.recover__user,
.delete__user {
  width: 100%; }
  .recover__user .btn,
  .delete__user .btn {
    width: 100%; }

.messagepop,
.messagepop1,
.messagepop2,
.messagepop3,
.messagepop4,
.messagepop5,
.messagepop6,
.messagepop7,
.messagepop8,
.messagepop9,
.messagepop10,
.messagepop11,
.messagepop12,
.messagepop13,
.messagepop14,
.messagepop15,
.messagepop16,
.messagepop17,
.messagepop18,
.messagepop19,
.messagepop20,
.messagepop21,
.messagepop22,
.messagepop23,
.messagepop24,
.messagepop25,
.messagepop26,
.messagepop27,
.messagepop28,
.messagepop29,
.messagepop30,
.messagepop31,
.messagepop32,
.messagepop33,
.messagepop34,
.messagepop35,
.messagepop36,
.messagepop37,
.messagepop38,
.messagepop39,
.messagepop40,
.messagepop41,
.messagepop42,
.messagepop43,
.messagepop44,
.messagepop45,
.messagepop46,
.messagepop47,
.messagepop48,
.messagepop49,
.messagepop50,
.messagepop51,
.messagepop52,
.messagepop53,
.messagepop54,
.messagepop55,
.messagepop56,
.messagepop57,
.messagepop58,
.messagepop59,
.messagepop60,
.messagepop61,
.messagepop62,
.messagepop63,
.messagepop64,
.messagepop65,
.messagepop66,
.messagepop67,
.messagepop68,
.messagepop69,
.messagepop70,
.messagepop71,
.messagepop72,
.messagepop73,
.messagepop74,
.messagepop75,
.messagepop76,
.messagepop77,
.messagepop78,
.messagepop79,
.messagepop80,
.messagepop81,
.messagepop82,
.messagepop83,
.messagepop84 {
  position: absolute;
  display: none;
  width: auto;
  min-width: 360px;
  max-width: 450px;
  margin-top: -60px;
  padding: 1em 2em 1.5em;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  z-index: 5000; }
  .messagepop .close:hover,
  .messagepop1 .close:hover,
  .messagepop2 .close:hover,
  .messagepop3 .close:hover,
  .messagepop4 .close:hover,
  .messagepop5 .close:hover,
  .messagepop6 .close:hover,
  .messagepop7 .close:hover,
  .messagepop8 .close:hover,
  .messagepop9 .close:hover,
  .messagepop10 .close:hover,
  .messagepop11 .close:hover,
  .messagepop12 .close:hover,
  .messagepop13 .close:hover,
  .messagepop14 .close:hover,
  .messagepop15 .close:hover,
  .messagepop16 .close:hover,
  .messagepop17 .close:hover,
  .messagepop18 .close:hover,
  .messagepop19 .close:hover,
  .messagepop20 .close:hover,
  .messagepop21 .close:hover,
  .messagepop22 .close:hover,
  .messagepop23 .close:hover,
  .messagepop24 .close:hover,
  .messagepop25 .close:hover,
  .messagepop26 .close:hover,
  .messagepop27 .close:hover,
  .messagepop28 .close:hover,
  .messagepop29 .close:hover,
  .messagepop30 .close:hover,
  .messagepop31 .close:hover,
  .messagepop32 .close:hover,
  .messagepop33 .close:hover,
  .messagepop34 .close:hover,
  .messagepop35 .close:hover,
  .messagepop36 .close:hover,
  .messagepop37 .close:hover,
  .messagepop38 .close:hover,
  .messagepop39 .close:hover,
  .messagepop40 .close:hover,
  .messagepop41 .close:hover,
  .messagepop42 .close:hover,
  .messagepop43 .close:hover,
  .messagepop44 .close:hover,
  .messagepop45 .close:hover,
  .messagepop46 .close:hover,
  .messagepop47 .close:hover,
  .messagepop48 .close:hover,
  .messagepop49 .close:hover,
  .messagepop50 .close:hover,
  .messagepop51 .close:hover,
  .messagepop52 .close:hover,
  .messagepop53 .close:hover,
  .messagepop54 .close:hover,
  .messagepop55 .close:hover,
  .messagepop56 .close:hover,
  .messagepop57 .close:hover,
  .messagepop58 .close:hover,
  .messagepop59 .close:hover,
  .messagepop60 .close:hover,
  .messagepop61 .close:hover,
  .messagepop62 .close:hover,
  .messagepop63 .close:hover,
  .messagepop64 .close:hover,
  .messagepop65 .close:hover,
  .messagepop66 .close:hover,
  .messagepop67 .close:hover,
  .messagepop68 .close:hover,
  .messagepop69 .close:hover,
  .messagepop70 .close:hover,
  .messagepop71 .close:hover,
  .messagepop72 .close:hover,
  .messagepop73 .close:hover,
  .messagepop74 .close:hover,
  .messagepop75 .close:hover,
  .messagepop76 .close:hover,
  .messagepop77 .close:hover,
  .messagepop78 .close:hover,
  .messagepop79 .close:hover,
  .messagepop80 .close:hover,
  .messagepop81 .close:hover,
  .messagepop82 .close:hover,
  .messagepop83 .close:hover,
  .messagepop84 .close:hover {
    font-style: normal; }

.messagepop7,
.messagepop62 {
  top: 10em;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto; }

.messagepop9 {
  width: 570px;
  right: 0; }
  @media screen and (max-width: 650px) {
    .messagepop9 {
      width: 320px; } }

.messagepop2,
.messagepop10 {
  width: 500px;
  height: 250px; }
  .messagepop2 form,
  .messagepop10 form {
    height: 80%; }
  .messagepop2 .form__wrapper,
  .messagepop10 .form__wrapper {
    height: 75%; }
    @media screen and (max-width: 650px) {
      .messagepop2 .form__wrapper,
      .messagepop10 .form__wrapper {
        height: 60%;
        margin-bottom: 0; } }
    .messagepop2 .form__wrapper .form__input,
    .messagepop10 .form__wrapper .form__input {
      height: 80%;
      max-height: none; }
      @media screen and (max-width: 650px) {
        .messagepop2 .form__wrapper .form__input,
        .messagepop10 .form__wrapper .form__input {
          height: 40px; } }
  @media screen and (max-width: 650px) {
    .messagepop2,
    .messagepop10 {
      width: 320px;
      max-width: 320px;
      height: 160px; } }

.messagepop11,
.messagepop20,
.messagepop24,
.messagepop27,
.messagepop67,
.messagepop31,
.messagepop35,
.messagepop39,
.messagepop42,
.messagepop45,
.messagepop49,
.messagepop50,
.messagepop51,
.messagepop52,
.messagepop53,
.messagepop60,
.messagepop61,
.messagepop71,
.messagepop74,
.messagepop77,
.messagepop78,
.messagepop81,
.messagepop82 {
  top: 6em;
  max-width: 800px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto; }

.messagepop11 {
  max-width: 1200px;
  top: 4.2em; }

.messagepop49 .form__input,
.messagepop50 .form__input,
.messagepop51 .form__input,
.messagepop52 .form__input,
.messagepop59 .form__input,
.messagepop60 .form__input,
.messagepop61 .form__input {
  min-height: 200px; }

.messagepop15 {
  min-width: 60%; }
  .messagepop15 textarea {
    min-height: 300px; }

.messagepop59 {
  min-width: 70%; }

.messagepop50,
.messagepop51,
.messagepop52,
.messagepop60,
.messagepop61 {
  top: auto;
  bottom: 35%; }

.messagepop61 {
  bottom: 5%; }

.messagepop63,
.messagepop64,
.messagepop65 {
  position: relative;
  width: 90%;
  height: 100%;
  max-width: 600px !important;
  margin: 0 auto;
  z-index: 5000; }
  .messagepop63 textarea,
  .messagepop64 textarea,
  .messagepop65 textarea {
    height: 5em;
    max-height: none !important; }
    @media screen and (max-width: 1400px) {
      .messagepop63 textarea,
      .messagepop64 textarea,
      .messagepop65 textarea {
        height: 12em; } }
  .messagepop63 textarea.form__input,
  .messagepop64 textarea.form__input,
  .messagepop65 textarea.form__input {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 99%, #2196f3 4%);
    background-position: -800px 0;
    background-size: 800px 100%;
    background-repeat: no-repeat; }

.messagepop65 {
  margin-top: 1em; }

.pure-checkbox,
.pure-radiobutton {
  margin: 1em 0; }

.pure-checkbox input[type="checkbox"],
.pure-radiobutton input[type="checkbox"],
.pure-checkbox input[type="radio"],
.pure-radiobutton input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 1em;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden; }

.pure-checkbox input[type="checkbox"]:focus + label:before,
.pure-radiobutton input[type="checkbox"]:focus + label:before,
.pure-checkbox input[type="radio"]:focus + label:before,
.pure-radiobutton input[type="radio"]:focus + label:before,
.pure-checkbox input[type="checkbox"]:hover + label:before,
.pure-radiobutton input[type="checkbox"]:hover + label:before,
.pure-checkbox input[type="radio"]:hover + label:before,
.pure-radiobutton input[type="radio"]:hover + label:before {
  border-color: #0E71B4;
  background-color: #f2f2f2; }

.pure-checkbox input[type="checkbox"]:active + label:before,
.pure-radiobutton input[type="checkbox"]:active + label:before,
.pure-checkbox input[type="radio"]:active + label:before,
.pure-radiobutton input[type="radio"]:active + label:before {
  transition-duration: 0s; }

.pure-checkbox input[type="checkbox"] + label,
.pure-radiobutton input[type="checkbox"] + label,
.pure-checkbox input[type="radio"] + label,
.pure-radiobutton input[type="radio"] + label {
  position: relative;
  padding-left: 2em;
  vertical-align: middle;
  color: #8E8E8E;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }

.pure-checkbox input[type="checkbox"] + label:before,
.pure-radiobutton input[type="checkbox"] + label:before,
.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before {
  box-sizing: content-box;
  content: '';
  color: #0E71B4;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #0E71B4;
  text-align: center;
  transition: all 0.4s ease; }

.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #0E71B4;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out; }

.pure-checkbox input[type="checkbox"]:disabled + label:before,
.pure-radiobutton input[type="checkbox"]:disabled + label:before,
.pure-checkbox input[type="radio"]:disabled + label:before,
.pure-radiobutton input[type="radio"]:disabled + label:before {
  border-color: #cccccc; }

.pure-checkbox input[type="checkbox"]:disabled:focus + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:focus + label:before,
.pure-checkbox input[type="radio"]:disabled:focus + label:before,
.pure-radiobutton input[type="radio"]:disabled:focus + label:before,
.pure-checkbox input[type="checkbox"]:disabled:hover + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:hover + label:before,
.pure-checkbox input[type="radio"]:disabled:hover + label:before,
.pure-radiobutton input[type="radio"]:disabled:hover + label:before {
  background-color: inherit; }

.pure-checkbox input[type="checkbox"]:disabled:checked + label:before,
.pure-radiobutton input[type="checkbox"]:disabled:checked + label:before,
.pure-checkbox input[type="radio"]:disabled:checked + label:before,
.pure-radiobutton input[type="radio"]:disabled:checked + label:before {
  background-color: #cccccc; }

.pure-checkbox input[type="checkbox"] + label:after,
.pure-radiobutton input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0); }

.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out; }

.pure-checkbox input[type="radio"]:checked + label:before,
.pure-radiobutton input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white; }

.pure-checkbox input[type="radio"]:checked + label:after,
.pure-radiobutton input[type="radio"]:checked + label:after {
  transform: scale(1); }

.pure-checkbox input[type="radio"] + label:before,
.pure-radiobutton input[type="radio"] + label:before,
.pure-checkbox input[type="radio"] + label:after,
.pure-radiobutton input[type="radio"] + label:after {
  border-radius: 50%; }

.pure-checkbox input[type="checkbox"]:checked + label:before,
.pure-radiobutton input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background: #0E71B4; }

.pure-checkbox input[type="checkbox"]:checked + label:after,
.pure-radiobutton input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1); }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #0E71B4; } }

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.upload__files__box > label {
  display: inline-block;
  max-width: 80%;
  padding: .6em;
  margin-bottom: .4em;
  font-size: 0.7rem;
  font-weight: 400;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden; }

.no-js .upload__files__box > label {
  display: none; }

.upload__files__box:focus > label,
.upload__files__box.has-focus > label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.upload__files__box > label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */ }

.upload__files__box > label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em; }

.upload__files__box > label {
  color: white;
  background-color: #0E71B4; }

.upload__files__box:focus > label,
.upload__files__box.has-focus > label,
.upload__files__box > label:hover {
  background-color: #2196f3; }

/* Reset Select */
.dynamic__submit--select {
  margin-top: .3em;
  padding: .5em;
  text-align: center;
  /* Custom Select */
  /* Transition */ }
  .dynamic__submit--select input[type='submit'] {
    display: none; }
  .dynamic__submit--select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    background: #0E71B4;
    background-image: none;
    border: none !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 .5em;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer; }
    .dynamic__submit--select select option {
      font-size: 1.2rem;
      cursor: pointer; }
  .dynamic__submit--select .select {
    position: relative;
    display: block;
    width: 5.5em;
    height: 2.2em;
    background-color: #0E71B4;
    cursor: pointer;
    overflow: hidden; }
  .dynamic__submit--select select::-ms-expand {
    display: none; }
  .dynamic__submit--select .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: .4em;
    background: #0E71B4;
    pointer-events: none;
    transition: .25s all ease; }
  .dynamic__submit--select .select:hover::after {
    color: #fff;
    cursor: pointer; }

#search-form {
  text-align: center; }

.form i.fa.fa-question-circle-o {
  display: inline;
  padding-left: .5em;
  color: #0E71B4;
  z-index: 9999; }

.agb {
  display: inline-block;
  vertical-align: top; }

button {
  background: none; }

/* Basic Buttons */
.btn {
  display: inline-block;
  padding: 0.6em 1em;
  border-radius: 2px;
  background-color: #0E71B4;
  color: #fff;
  border: 0;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  transition: all 0.2s ease; }
  .btn:focus, .btn:hover {
    background-color: #0d8aee; }
  .btn--small {
    padding: .6em;
    margin-bottom: .4em;
    font-size: 0.7rem; }
  .btn--xsmall {
    padding: .5em;
    margin: .2em;
    font-size: 0.6rem; }
  .btn.btn-block {
    display: block;
    width: 90%;
    max-width: 25em;
    margin: 0 auto; }
  .btn.btn--bookDetails {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 4; }
  .btn.btn__user--edit {
    margin-top: 2em; }
    @media screen and (max-width: 1023px) {
      .btn.btn__user--edit {
        margin-top: 0; } }
  .btn.btn__post {
    width: 100%;
    text-align: center; }
    .btn.btn__post--create {
      margin: .5em; }

.card {
  position: relative;
  padding: 1em;
  margin-bottom: .3em;
  background-color: #fff;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }
  .card h3 {
    color: #000;
    font-weight: bold; }
  .card__section__nav {
    width: 81%;
    float: right;
    margin-bottom: 2em; }
    @media screen and (max-width: 1100px) {
      .card__section__nav {
        width: 73%; } }
    @media screen and (max-width: 830px) {
      .card__section__nav {
        width: 100%; } }
  .card__search {
    width: 580px;
    margin: 1em auto; }
    @media screen and (max-width: 1100px) {
      .card__search {
        width: 380px; } }
    @media screen and (max-width: 840px) {
      .card__search {
        width: 320px;
        margin: 1em auto; } }
    @media screen and (max-width: 360px) {
      .card__search {
        margin: 1em .9em; } }
    .card__search i {
      color: #ddd; }
  .card__post, .card__message {
    display: inline-block;
    position: relative;
    height: auto;
    width: 98%;
    margin: 1em auto;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .4s ease;
    overflow: hidden; }
    .card__post .avatar, .card__message .avatar {
      position: absolute;
      top: 0;
      left: 20px;
      width: 15%;
      max-width: 110px;
      min-width: 65px;
      height: auto;
      background-color: #f6f6f6;
      border: 0.0625em solid #d3d3d3;
      box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      border-radius: 2px;
      z-index: 1; }
      @media screen and (max-width: 480px) {
        .card__post .avatar, .card__message .avatar {
          top: 0;
          left: 0;
          right: 0;
          width: 15%;
          height: auto;
          margin: 0 auto; } }
    .card__post .post__details,
    .card__post .message__details, .card__message .post__details,
    .card__message .message__details {
      width: 90%;
      height: auto;
      margin: 2em auto 0;
      padding: 1em 1em 2em 6em;
      background-color: #fff;
      border: 0.0625em solid #d3d3d3;
      box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      border-radius: 2px;
      overflow: hidden;
      letter-spacing: 0.07em; }
      @media screen and (max-width: 1350px) {
        .card__post .post__details,
        .card__post .message__details, .card__message .post__details,
        .card__message .message__details {
          padding: 1em 1em 2em 7.5em; } }
      @media screen and (max-width: 1030px) {
        .card__post .post__details,
        .card__post .message__details, .card__message .post__details,
        .card__message .message__details {
          margin: 2em 0 0 4em;
          padding: 1em 1em 2em 6.5em; } }
      @media screen and (max-width: 650px) {
        .card__post .post__details,
        .card__post .message__details, .card__message .post__details,
        .card__message .message__details {
          padding: 2em 1em 2em 5em; } }
      @media screen and (max-width: 480px) {
        .card__post .post__details,
        .card__post .message__details, .card__message .post__details,
        .card__message .message__details {
          margin: 2em auto;
          padding: 3.5em 1em 2em 1em; } }
    @media screen and (max-width: 1200px) {
      .card__post .post__details, .card__message .post__details {
        padding: 1em 1em 2em 9em; } }
    @media screen and (maddddddx-width: 650px) {
      .card__post .post__details, .card__message .post__details {
        padding: 2em 1em 2em 7em; } }
    @media screen and (max-width: 480px) {
      .card__post .post__details, .card__message .post__details {
        margin: 4em auto;
        padding: 3.5em 1em 2em 1em; } }
    .card__post .sent,
    .card__post .read,
    .card__post .unread, .card__message .sent,
    .card__message .read,
    .card__message .unread {
      display: inline;
      padding: 1em;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #fff;
      background: #fa3e3e; }
    .card__post .sent,
    .card__post .read, .card__message .sent,
    .card__message .read {
      background: #0E71B4; }
  .card__message .message__details {
    padding: 1em 1em 2em 8em; }
    @media screen and (max-width: 1350px) {
      .card__message .message__details {
        padding: 1em 1em 2em 9.5em; } }
    @media screen and (max-width: 1030px) {
      .card__message .message__details {
        margin: 2em 0 0 4em;
        padding: 1em 1em 2em 10.5em; } }
    @media screen and (max-width: 650px) {
      .card__message .message__details {
        padding: 2em 1em 2em 8em; } }
    @media screen and (max-width: 480px) {
      .card__message .message__details {
        margin: 2em auto;
        padding: 5.5em 1em 2em 1em; } }

.card__blue__title {
  position: relative;
  margin-bottom: 1em;
  background-color: #fff;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }
  .card__blue__title h2 {
    width: 100%;
    padding: .5em;
    margin: 0;
    color: #fff;
    background: #0E71B4; }
  .card__blue__title h3 {
    color: #000;
    font-weight: bold; }
  .card__blue__title p {
    padding: .4em; }
  .card__blue__title .btn {
    width: 50%;
    float: left;
    text-align: center;
    border: none;
    border-radius: 0;
    color: #0E71B4;
    background: #fff;
    box-shadow: none; }
    .card__blue__title .btn:hover {
      background: #ddd; }
    .card__blue__title .btn__large {
      width: 100%; }

.search__form__wrapper {
  float: right;
  width: 81%; }
  @media screen and (max-width: 1100px) {
    .search__form__wrapper {
      width: 73%; } }
  @media screen and (max-width: 830px) {
    .search__form__wrapper {
      width: 100%; } }

.calendar-legend {
  text-align: center; }
  @media screen and (max-width: 820px) {
    .calendar-legend {
      padding-left: 10px;
      text-align: left; } }
  .calendar-legend .box {
    height: 10px;
    width: 10px;
    display: inline-block;
    margin: 4px 5px 0 0;
    vertical-align: top; }
    @media screen and (max-width: 1400px) {
      .calendar-legend .box {
        margin: 2px 5px 0 0; } }
  .calendar-legend .intern {
    background: #0E71B4; }
  .calendar-legend .extern {
    background: #ddd; }
  @media screen and (max-width: 820px) {
    .calendar-legend .legend-event {
      display: block; } }

/* Overall wrapper */
.monthly {
  background: #F3F3F5;
  color: #545454;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }

/* Top bar containing title, navigation, and buttons */
.monthly-header {
  position: relative;
  text-align: center;
  padding: .5em;
  background: #fff;
  height: 3em;
  box-sizing: border-box; }

/* Center area of top bar containing title and buttons */
.monthly-header-title {
  text-transform: uppercase; }

/* Buttons for reverting to "today", and closing event list */
.monthly-header-title a:link,
.monthly-header-title a:visited {
  display: inline-block;
  color: #000;
  text-decoration: none;
  height: 1.75em;
  line-height: 1.65em;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.07em;
  padding: 0 0.65em 0 0.65em;
  box-sizing: border-box;
  transition: background .1s; }

/* current month/yr block */
.monthly-header-title-date,
.monthly-header-title-date:hover {
  color: #000;
  cursor: default; }

/* Button to reset to current month */
.monthly-reset {
  border-left: 0 !important; }

.monthly-reset::before {
  content: '\21BB';
  margin-right: 0.25em; }

/* Button to return to month view */
.monthly-cal {
  border-right: 0 !important; }

.monthly-cal::before {
  content: '\2637';
  margin-right: 0.25em; }

/* wrapper for left/right buttons to make the clickable area bigger */
.monthly-prev,
.monthly-next {
  position: absolute;
  top: 0;
  width: 3em;
  height: 100%;
  opacity: .5; }

.monthly-prev {
  left: 0; }

.monthly-next {
  right: 0; }

.monthly-prev:hover,
.monthly-next:hover {
  opacity: 1; }

/* Arrows */
.monthly-prev:after,
.monthly-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-color: #222;
  width: 0.6em;
  height: 0.6em;
  margin: -0.4em 0 0 -0.4em;
  transform: rotate(45deg); }

/* Left Arrow */
.monthly-prev:after {
  border-width: 0 0 0.2em 0.2em; }

/* Right Arrow */
.monthly-next:after {
  border-width: 0.2em 0.2em 0 0; }

/* Day of the week headings */
.monthly-day-title-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #EBEBEB; }

.monthly-day-title-wrap div {
  width: 14.28% !important;
  display: table-cell;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  text-transform: uppercase; }

/* Calendar days wrapper */
.monthly-day-wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden; }

.monthly-week {
  display: table-row;
  width: 100%; }

/* Calendar Days */
.monthly-day, .monthly-day-blank {
  width: 14.28% !important;
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  color: inherit;
  background: #fff;
  box-shadow: 0 0 0 1px #EBEBEB;
  transition: .25s;
  padding: 0;
  text-decoration: none; }

/* Trick to make the days' width equal their height */
.monthly-day:before {
  content: '';
  display: block;
  padding-top: 100%;
  float: left; }

/* Hover effect for non event calendar days */
.monthly-day-wrap > a:hover {
  background: #A1C2E3; }

/* Days that are part of previous or next month */
.monthly-day-blank {
  background: #F3F3F5; }

/* Event calendar day number styles */
.monthly-day-event > .monthly-day-number {
  position: absolute;
  line-height: 1em;
  top: 0.2em;
  left: 0.25em; }

/* Non-Event calendar day number styles */
.monthly-day-pick > .monthly-indicator-wrap {
  margin: 0; }

.monthly-day-pick > .monthly-day-number:before,
.monthly-day-pick > .monthly-day-number:after {
  content: '';
  display: block;
  padding-top: calc(50% - 0.8em);
  width: 0;
  height: 0; }

/* Days in the past in "picker" mode */
.monthly-past-day:after {
  content: '';
  width: 150%;
  height: 2px;
  transform-origin: left top;
  transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0; }

.monthly-past-day:hover {
  background: #fff !important; }

/* Current day style */
.monthly-today .monthly-day-number {
  color: #fff;
  background: #0E71B4;
  top: 0.08em;
  left: 0.05em;
  font-size: 0.9em;
  padding: 0;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center; }

.monthly-day-pick.monthly-today .monthly-day-number {
  padding: 0.15em;
  margin: calc(50% - 0.7em) auto auto auto;
  font-size: 1em; }

/* Wrapper around events */
.monthly-indicator-wrap {
  position: relative;
  text-align: center;
  line-height: 0;
  max-width: 1.5em;
  margin: 0 auto;
  padding-top: 1.2em; }

/* Event indicator dots */
.monthly-day .monthly-event-indicator {
  display: inline-block;
  margin: 0.05em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 0.25em;
  vertical-align: middle;
  background: #7BA7CE; }

.monthly-day .monthly-event-indicator span {
  color: transparent; }

.monthly-day .monthly-event-indicator:hover {
  cursor: pointer; }

/* Listing of events under calendar */
.monthly-event-list {
  background: rgba(233, 235, 236, 0.9);
  overflow: auto;
  position: absolute;
  top: 2.5em;
  width: 100%;
  height: calc(100% - 2.5em);
  display: none;
  transition: .25s;
  transform: scale(0); }

/* Days in Events List */
.monthly-list-item {
  position: relative;
  padding: 0.5em 0.7em 0.25em 4em;
  display: none;
  border-top: 1px solid #D6D6D6;
  text-align: left; }

.monthly-list-item:after {
  padding: 0.4em 1em;
  display: block;
  margin-bottom: 0.5em; }

.monthly-event-list .monthly-today .monthly-event-list-date {
  color: #EA6565; }

/* Events in Events List */
.monthly-event-list .listed-event {
  display: block;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 0.2em;
  margin-bottom: 0.5em; }

.monthly-list-item a:link, .monthly-list-item a:visited {
  text-decoration: none; }

.item-has-event {
  display: block; }

.item-has-event:after {
  display: none !important; }

.monthly-event-list-date {
  width: 4em;
  position: absolute;
  left: 0;
  top: .8em;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em; }

.item-has-event .monthly-event-list-date {
  width: 4em;
  position: absolute;
  left: 0;
  top: 1.2em;
  text-align: center;
  font-weight: bold;
  line-height: 1.2em; }

.monthly-list-time-start,
.monthly-list-time-end {
  font-size: .8em;
  display: inline-block; }

.monthly-list-time-end:not(:empty):before {
  content: '\2013';
  padding: 0 2px; }

/* Events List custom webkit scrollbar */
.monthly-event-list::-webkit-scrollbar {
  width: 0.75em; }

/* Track */
.monthly-event-list::-webkit-scrollbar-track {
  background: none; }

/* Handle */
.monthly-event-list::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #E9EBEC;
  border-radius: 0.5em; }

.monthly-event-list::-webkit-scrollbar-thumb:hover {
  background: #555; }

/* Language-specific. Default is English. */
.monthly-reset:after {
  content: 'Heute'; }

.monthly-cal:after {
  content: 'Monat'; }

.monthly-list-item:after {
  content: 'Keine Veranstaltung'; }

.monthly-locale-de .monthly-reset:after {
  content: "Heute"; }

.monthly-locale-de .monthly-cal:after {
  content: "Monat"; }

.monthly-locale-de .monthly-list-item:after {
  content: 'Keine Veranstaltung'; }

/*
Calendar shows event titles if the device width allows for at least 3em per day (rounded
up to 25em total). This assumes the calendar font is close to the baseline font size and
the calendar takes up close to the full media width as the window is made smaller or the
font is zoomed. If one or both of these is not true, this will need to be overridden by
a layout-specific width, or you will need to use a library like css-element-queries to 
establish the rules based on the calendar element width rather than the device width.
*/
@media (min-width: 25em) {
  .monthly-day-event {
    padding-top: 1.3em; }
  .monthly-day-event > .monthly-indicator-wrap {
    width: auto;
    max-width: none; }
  .monthly-indicator-wrap {
    padding: 0; }
  .monthly-day:before {
    padding-top: calc(100% - 1.2em); }
  .monthly-day .monthly-event-indicator {
    display: block;
    margin: 0 0 1px 0;
    width: auto;
    height: 1.5em;
    line-height: 1.2em;
    padding: 0.125em 0 0.1em 0.125em;
    border-radius: 0;
    overflow: hidden;
    background-color: #333;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box; }
  .monthly-day .monthly-event-indicator.monthly-event-continued {
    box-shadow: -1px 0 0 0; }
  .monthly-day .monthly-event-indicator span {
    display: block;
    width: auto;
    margin: 0;
    color: #fff;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }

.alert {
  width: 60%;
  margin: 2em auto;
  padding: .2em;
  text-align: center !important;
  letter-spacing: 0.07em;
  font-weight: bold; }
  .alert:hover {
    cursor: pointer; }

.alert-error {
  color: #fa3e3e;
  border: 3px solid #fa3e3e; }

.alert-success {
  color: #558f2d;
  border: 3px solid #558f2d; }

.alert-warning {
  color: #d05700;
  border: 3px solid #d05700; }

.alert-info {
  color: #0E71B4;
  border: 3px solid #0E71B4; }

.search-info {
  color: #0E71B4;
  border: 3px solid #0E71B4; }

.profile__wrapper {
  position: relative;
  height: 600px;
  width: 98%;
  max-width: 1000px;
  margin: 3em auto;
  transition: all .4s ease; }
  .profile__wrapper a i:nth-of-type(2) {
    display: none; }
  .profile__wrapper a:hover i:first-of-type {
    display: none; }
  .profile__wrapper a:hover i:nth-of-type(2) {
    display: block; }
  .profile__wrapper--alter {
    height: 1500px; }

.profile__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 300px;
  background-color: #f6f6f6;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }
  .profile__avatar .upload__avatar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 1; }
  .profile__avatar .image__wrapper {
    position: relative;
    width: 250px;
    height: 300px;
    z-index: 1; }
    .profile__avatar .image__wrapper img {
      width: 100%;
      vertical-align: top; }
    .profile__avatar .image__wrapper .delete__avatar {
      position: absolute;
      top: 5px;
      right: 5px;
      padding: .3em;
      opacity: 0;
      color: #fff;
      background-color: #000;
      cursor: pointer;
      z-index: 2; }
    .profile__avatar .image__wrapper:after, .profile__avatar .image__wrapper:before {
      position: absolute;
      opacity: 0;
      transition: all .5s; }
    .profile__avatar .image__wrapper:after {
      content: '\A';
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.6); }
    .profile__avatar .image__wrapper:before {
      content: attr(data-content);
      width: 100%;
      bottom: 0;
      padding: 4px 10px;
      text-align: center;
      color: #fff;
      background: #000;
      box-sizing: border-box;
      -moz-box-sizing: border-box; }
    .profile__avatar .image__wrapper:hover:after, .profile__avatar .image__wrapper:hover:before,
    .profile__avatar .image__wrapper:hover .delete__avatar {
      opacity: 1; }
    .profile__avatar .image__wrapper--stranger:hover:after, .profile__avatar .image__wrapper--stranger:hover:before {
      opacity: 0; }
    @media screen and (max-width: 1023px) {
      .profile__avatar .image__wrapper {
        width: 150px;
        height: 180px; } }
  @media screen and (max-width: 1023px) {
    .profile__avatar {
      top: 0;
      left: 0;
      right: 0;
      width: 150px;
      height: auto;
      margin: 0 auto; } }

.profile__info {
  position: absolute;
  top: 100px;
  left: 60px;
  width: 910px;
  height: auto;
  padding: 2em 1em 2em 15em;
  background-color: #fff;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  letter-spacing: 0.07em; }
  .profile__info--alter, .profile__info--admin {
    height: auto !important;
    width: auto; }
  .profile__info--admin {
    position: relative;
    max-width: 740px;
    padding: 2em 5em !important; }
  .profile__info .about-container {
    max-height: 90px;
    max-width: 500px;
    overflow: auto; }
  .profile__info i {
    float: left;
    width: 20px;
    padding-top: 4px; }
    .profile__info i.company__icon, .profile__info i.username__icon {
      display: none; }
  .profile__info span.address {
    display: table-cell; }
  .profile__info #alterCompany:hover i.company__icon,
  .profile__info #alterName:hover i.username__icon {
    display: inline-block; }
  @media screen and (min-width: 1024px) {
    .profile__info #editUser {
      margin-top: 4em; } }
  @media screen and (min-width: 1024px) {
    .profile__info #createMessage {
      margin-top: 1em; } }
  .profile__info h2 {
    display: inline-block; }
    .profile__info h2 small {
      font-size: .8rem; }
    .profile__info h2 .file__container {
      position: absolute;
      top: 10px;
      right: 10px; }
      @media screen and (max-width: 500px) {
        .profile__info h2 .file__container {
          display: inline-block;
          position: relative;
          top: auto;
          right: auto;
          float: none; } }
      .profile__info h2 .file__container a:hover i {
        display: inline-block; }
      @media screen and (max-width: 500px) {
        .profile__info h2 .file__container a {
          display: block;
          padding: 1em 0; } }
      .profile__info h2 .file__container i {
        float: none;
        margin-top: -4px;
        padding-top: 0;
        padding-right: .8em;
        vertical-align: middle;
        color: #0E71B4; }
  @media screen and (max-width: 1400px) {
    .profile__info {
      padding: 2em 2em 4em 19em; } }
  @media screen and (max-width: 1023px) {
    .profile__info {
      top: 100px;
      left: 0;
      right: 0;
      width: 100%;
      height: auto;
      padding: 110px 2em 3em 2em; } }

.user__file__container a:hover i {
  display: inline-block; }

.user__file__container a:hover i:first-of-type {
  display: inline-block; }

@media screen and (max-width: 500px) {
  .user__file__container a {
    display: block;
    padding: 1em 0; } }

.user__file__container i {
  display: inline-block;
  float: none;
  margin-top: -4px;
  padding-top: 0;
  padding-right: .8em;
  vertical-align: middle;
  color: #0E71B4; }

p.company {
  margin: 0; }

.search__result__container span.highlight {
  float: none;
  color: #fff;
  background-color: #0E71B4; }

.accordion__container {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto; }
  .accordion__container h2 {
    margin-top: 1em; }
  .accordion__container .accordion {
    width: 100%;
    margin: .5em auto; }
    .accordion__container .accordion form {
      float: right;
      display: inline; }
      .accordion__container .accordion form .btn--small {
        padding: .4em;
        margin: 0;
        font-size: .6em; }
    .accordion__container .accordion .ui-accordion-content {
      width: 100%;
      background-color: #fff;
      border: 0.0625em solid #d3d3d3;
      box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      border-radius: 2px; }
      .accordion__container .accordion .ui-accordion-content > * {
        margin: 0;
        padding: 20px; }
      .accordion__container .accordion .ui-accordion-content a {
        color: #8E8E8E; }
    .accordion__container .accordion .ui-accordion-header {
      background-color: #8E8E8E;
      margin-top: .5em;
      font-size: 1.2rem;
      letter-spacing: 0.07em;
      outline: none;
      background-color: #fff;
      border: 0.0625em solid #d3d3d3;
      box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
      border-radius: 2px; }
      .accordion__container .accordion .ui-accordion-header a {
        color: #8E8E8E;
        display: block;
        width: 100%;
        text-indent: 10px; }

.ui-corner-all,
.ui-corner-top {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-lett-radius: 0 !important;
  outline: none; }

.ui-state-default,
.ui-widget-content {
  border: none !important; }

.ui-corner-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.section__nav__wrapper {
  position: relative;
  display: inline-block;
  float: left;
  width: 17%; }
  @media screen and (max-width: 1100px) {
    .section__nav__wrapper {
      width: 25%; } }
  @media screen and (max-width: 830px) {
    .section__nav__wrapper {
      width: 100%;
      float: none; } }

.section__nav {
  display: block;
  min-height: 6em;
  padding: 1em;
  margin-bottom: 1em;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0.07em;
  background: #fff;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12); }
  .section__nav h3, .section__nav h4 {
    margin: 0;
    padding: .5em;
    text-align: center;
    color: #fff;
    background: #0E71B4; }
  .section__nav h4 {
    font-size: 1.3rem; }
  .section__nav li {
    padding-bottom: 1em;
    font-size: 1rem; }
    .section__nav li i {
      color: #000; }
    .section__nav li a {
      font-size: 1rem;
      letter-spacing: 0.07em; }
      .section__nav li a:hover {
        font-weight: bold; }
  @media screen and (max-width: 830px) {
    .section__nav {
      display: none; } }

.error-page {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .error-page .vufoLogo {
    position: absolute;
    top: 0;
    left: 0; }
  .error-page h1 {
    font-size: 9rem;
    color: #0E71B4; }

/**
 * PgwSlider - Version 2.3
 *
 * Copyright 2014, Jonathan M. Piat
 * http://pgwjs.com - http://pagawa.com
 *
 * Released under the GNU GPLv3 license - http://opensource.org/licenses/gpl-3.0
 */
.pgwSlider {
  float: left;
  width: 63%;
  margin: 0.4em;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .pgwSlider {
      width: 100%; } }

.pgwSlider a {
  display: block;
  text-decoration: none;
  color: #fff; }

.pgwSlider span p {
  overflow: hidden;
  color: #fff; }

.pgwSlider .ps-current {
  float: left;
  width: 74%;
  overflow: hidden;
  height: inherit;
  position: relative;
  font-size: 1rem; }

.pgwSlider.listOnTheLeft .ps-current {
  float: right; }

.pgwSlider .ps-current ul {
  width: 100%; }

.pgwSlider .ps-current li {
  width: 100%;
  z-index: 1;
  opacity: 0;
  display: none; }

.pgwSlider .ps-current img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  display: block;
  transition: margin-top 250ms linear; }

.pgwSlider .ps-caption {
  position: absolute;
  width: 100%;
  padding: 12px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  left: 0;
  bottom: 0;
  display: none;
  z-index: 3; }

ul.pgwSlider,
.pgwSlider ul {
  float: right;
  width: 25%;
  padding: 0;
  list-style: none;
  margin: 0; }

ul.pgwSlider.listOnTheLeft,
.pgwSlider.listOnTheLeft > ul {
  float: left; }

ul.pgwSlider > li,
.pgwSlider > .ps-list > li {
  height: 50px;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 0.8rem;
  transition: opacity 200ms linear; }

ul.pgwSlider > li:last-child,
.pgwSlider > ul > li:last-child {
  margin-bottom: 0; }

ul.pgwSlider > li span,
.pgwSlider > .ps-list > li span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

ul.pgwSlider > li:hover,
.pgwSlider > ul > li:hover {
  opacity: 1 !important; }

ul.pgwSlider > li img,
.pgwSlider > ul > li img {
  width: 100%;
  min-height: 100%;
  display: block;
  transition: margin-top 250ms linear; }

.pgwSlider .ps-prevIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  display: block; }

.pgwSlider .ps-nextIcon {
  border-color: transparent #fff transparent;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  display: block; }

.pgwSlider .ps-current .ps-prev {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-left: 0;
  border-radius: 0 4px 4px 0;
  position: absolute;
  padding: 20px 20px 20px 17px;
  left: 0;
  top: 45%;
  cursor: pointer; }

.pgwSlider .ps-current .ps-next {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000')";
  border: 1px solid #777;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  position: absolute;
  padding: 20px 17px 20px 20px;
  right: 0;
  top: 45%;
  cursor: pointer; }

/*
 * The media-queries are not used because IE8 doesn't support them.
 */
ul.pgwSlider.wide > li,
.pgwSlider.wide > ul > li {
  width: 100% !important; }

.pgwSlider.narrow .ps-list {
  display: none; }

.pgwSlider.narrow .ps-current {
  margin-bottom: 6px;
  font-size: 0.8rem; }

.pgwSlider.narrow .ps-current img {
  width: 100%;
  min-height: inherit; }

.pgwSlider.narrow .ps-current,
ul.pgwSlider.narrow,
.pgwSlider.narrow > ul {
  width: 100%; }

ul.pgwSlider.narrow > li,
.pgwSlider.narrow > .ps-list > li {
  float: left;
  min-height: 50px;
  max-height: 70px;
  min-width: 15%;
  font-size: 0.7rem;
  margin-bottom: 0; }

ul.pgwSlider.narrow.listOnTheLeft > li,
.pgwSlider.narrow.listOnTheLeft > ul > li {
  float: right; }

.pgwSlider.narrow .ps-caption {
  padding: 8px; }

.pgwSlider.narrow .ps-current .ps-prev {
  padding: 15px 15px 15px 12px;
  top: 40%; }

.pgwSlider.narrow .ps-current .ps-next {
  padding: 15px 12px 15px 15px;
  top: 40%; }

.year__select {
  display: inline-block;
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing: 0.07em;
  background: #fff;
  border: 0.0625em solid #d3d3d3;
  box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 0.125em 0.625em 0 rgba(0, 0, 0, 0.12); }
  .year__select .dynamic__submit--select {
    display: inline-block;
    margin: 0;
    padding: .4em 0 0 0;
    vertical-align: middle; }
    .year__select .dynamic__submit--select .select {
      display: inline-block;
      height: auto;
      color: #fff; }
      .year__select .dynamic__submit--select .select::after {
        padding: .2em; }
  .year__select p {
    display: inline-block;
    margin: 0; }

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px; }

.ui-menu-item {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 1rem;
  color: #0E71B4;
  letter-spacing: 0.07em; }

.ui-menu-item:hover {
  cursor: pointer; }

.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none; }

.ui-state-hover, .ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none; }

#results__wrapper,
.user__wrapper {
  float: right;
  width: 81%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 1100px) {
    #results__wrapper,
    .user__wrapper {
      width: 73%; } }
  @media screen and (max-width: 830px) {
    #results__wrapper,
    .user__wrapper {
      width: 100%;
      float: none; } }
  #results__wrapper--deleted,
  .user__wrapper--deleted {
    float: none !important;
    width: 320px; }
  #results__wrapper--edit,
  .user__wrapper--edit {
    float: none;
    margin: 0 auto; }
  #results__wrapper .search__result__container,
  .user__wrapper .search__result__container {
    display: inline-block;
    width: 380px;
    padding: 0;
    margin: .2em .9em;
    text-align: left; }
    #results__wrapper .search__result__container img,
    .user__wrapper .search__result__container img {
      float: left;
      width: 60px; }
    @media screen and (max-width: 840px) {
      #results__wrapper .search__result__container,
      .user__wrapper .search__result__container {
        width: 320px; } }
    #results__wrapper .search__result__container--info,
    .user__wrapper .search__result__container--info {
      float: left;
      padding: .3em .7em 0;
      width: 80%; }
      @media screen and (max-width: 1400px) {
        #results__wrapper .search__result__container--info,
        .user__wrapper .search__result__container--info {
          padding: 1em; } }
      #results__wrapper .search__result__container--info h3,
      .user__wrapper .search__result__container--info h3 {
        margin: 0 !important;
        font-size: 1.2rem;
        max-width: 290px;
        overflow: hidden;
        white-space: nowrap; }
      #results__wrapper .search__result__container--info p,
      .user__wrapper .search__result__container--info p {
        margin: .3em 0 0;
        overflow: hidden;
        white-space: nowrap; }
      #results__wrapper .search__result__container--info span.highlight,
      .user__wrapper .search__result__container--info span.highlight {
        float: none;
        color: #fff;
        background-color: #0E71B4; }

.results__heading {
  display: none;
  text-align: center;
  border-bottom: 1px solid #d3d3d3; }

#books__wrapper {
  float: right;
  width: 81%;
  margin: 1em auto; }
  @media screen and (max-width: 1100px) {
    #books__wrapper {
      width: 73%; } }
  @media screen and (max-width: 830px) {
    #books__wrapper {
      float: none;
      width: 100%; } }

.book__wrapper {
  float: right;
  width: 100%;
  padding: 0;
  margin-bottom: 1.8em; }
  @media screen and (max-width: 1023px) {
    .book__wrapper {
      min-height: 240px; } }
  .book__wrapper .book__image__wrapper {
    position: relative;
    float: left;
    margin-right: 1em;
    width: 150px;
    min-height: 220px; }
    @media screen and (max-width: 460px) {
      .book__wrapper .book__image__wrapper {
        margin: 1em auto;
        float: none; } }
    .book__wrapper .book__image__wrapper img {
      width: 100%;
      height: 100%; }
    .book__wrapper .book__image__wrapper .upload__avatar {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      cursor: pointer;
      z-index: 1; }
    .book__wrapper .book__image__wrapper .image__wrapper {
      position: relative;
      z-index: 1;
      width: 150px;
      white-space: nowrap;
      text-align: center; }
      .book__wrapper .book__image__wrapper .image__wrapper img {
        vertical-align: middle;
        max-width: 150px; }
      .book__wrapper .book__image__wrapper .image__wrapper .details__img {
        padding-top: 1em; }
      .book__wrapper .book__image__wrapper .image__wrapper .delete__avatar {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: .3em;
        opacity: 0;
        color: #fff;
        background-color: #000;
        cursor: pointer;
        z-index: 2; }
      .book__wrapper .book__image__wrapper .image__wrapper:after, .book__wrapper .book__image__wrapper .image__wrapper:before {
        position: absolute;
        opacity: 0;
        transition: all .5s; }
      .book__wrapper .book__image__wrapper .image__wrapper:after {
        content: '\A';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
      .book__wrapper .book__image__wrapper .image__wrapper:before {
        content: attr(data-content);
        width: 100%;
        bottom: 0;
        padding: 4px 10px;
        text-align: center;
        color: #fff;
        background: #000;
        box-sizing: border-box;
        -moz-box-sizing: border-box; }
      .book__wrapper .book__image__wrapper .image__wrapper:hover:after, .book__wrapper .book__image__wrapper .image__wrapper:hover:before,
      .book__wrapper .book__image__wrapper .image__wrapper:hover .delete__avatar {
        opacity: 1; }
      .book__wrapper .book__image__wrapper .image__wrapper--stranger:hover:after, .book__wrapper .book__image__wrapper .image__wrapper--stranger:hover:before {
        opacity: 0; }
  .book__wrapper .book__details__wrapper {
    overflow: hidden;
    min-width: 250px; }
    @media screen and (max-width: 480px) {
      .book__wrapper .book__details__wrapper {
        padding-left: .5em; } }
    .book__wrapper .book__details__wrapper h2 {
      padding-top: .5em; }
    .book__wrapper .book__details__wrapper p {
      line-height: 1;
      margin: .5em .2em .5em 0; }
    .book__wrapper .book__details__wrapper .description {
      padding-top: 0;
      padding-bottom: 0;
      overflow: hidden; }
    .book__wrapper .book__details__wrapper .price {
      padding-left: 4%; }
  .book__wrapper--details {
    display: block;
    height: auto;
    margin: 2em auto;
    min-height: 100%;
    max-height: 2000px;
    overflow: hidden; }
    @media screen and (max-width: 900px) {
      .book__wrapper--details {
        overflow: auto; } }
    .book__wrapper--details p {
      margin-left: 0 !important; }
    .book__wrapper--details .description--details {
      height: auto !important;
      min-height: 100% !important;
      max-width: 500px; }
    .book__wrapper--details .publisher--details,
    .book__wrapper--details .edition--details,
    .book__wrapper--details .price--details,
    .book__wrapper--details .isbn--details {
      display: block;
      padding-top: 1em; }
    .book__wrapper--details .price--details {
      padding-left: 4%; }
    .book__wrapper--details .thumbs {
      display: inline-block;
      max-height: none;
      overflow: hidden; }

.blue__container {
  text-align: center;
  text-transform: uppercase;
  background: #0E71B4; }
  .blue__container h2 {
    color: #fff; }

.event__wrapper p {
  width: 80%;
  max-height: 200px;
  margin-top: 0;
  overflow: auto; }

.event__wrapper small {
  padding: .5em .2em 0 0; }

.event__wrapper hr,
.event__wrapper a hr {
  color: #ddd; }

.event__wrapper .file__container a {
  width: auto;
  text-align: center; }

.event__wrapper .file__container i {
  color: #0E71B4; }

.financialStatement__wrapper h2 {
  margin-bottom: .8em; }

.constitution__wrapper {
  margin: 1em auto; }
  .constitution__wrapper p {
    margin: 0; }

#map-canvas {
  position: relative;
  display: block;
  height: 300px;
  margin: 20px auto; }
  @media screen and (min-width: 1900px) {
    #map-canvas {
      width: 1840px; } }
  @media screen and (max-width: 1899px) {
    #map-canvas {
      width: 1800px; } }
  @media screen and (max-width: 1800px) {
    #map-canvas {
      width: 1700px; } }
  @media screen and (max-width: 1700px) {
    #map-canvas {
      width: 1600px; } }
  @media screen and (max-width: 1600px) {
    #map-canvas {
      width: 1500px; } }
  @media screen and (max-width: 1500px) {
    #map-canvas {
      width: 1400px; } }
  @media screen and (max-width: 1400px) {
    #map-canvas {
      width: 1300px; } }
  @media screen and (max-width: 1300px) {
    #map-canvas {
      width: 1200px; } }
  @media screen and (max-width: 1200px) {
    #map-canvas {
      width: 1100px; } }
  @media screen and (max-width: 1100px) {
    #map-canvas {
      width: 1000px; } }
  @media screen and (max-width: 1000px) {
    #map-canvas {
      width: 900px; } }
  @media screen and (max-width: 900px) {
    #map-canvas {
      width: 800px; } }
  @media screen and (max-width: 800px) {
    #map-canvas {
      width: 700px; } }
  @media screen and (max-width: 700px) {
    #map-canvas {
      width: 600px; } }
  @media screen and (max-width: 600px) {
    #map-canvas {
      width: 500px; } }
  @media screen and (max-width: 500px) {
    #map-canvas {
      width: 400px; } }
  @media screen and (max-width: 400px) {
    #map-canvas {
      width: 300px; } }
  @media screen and (max-width: 300px) {
    #map-canvas {
      width: 250px; } }

.scientists h3 {
  max-width: 80%;
  margin: 1.6em auto;
  letter-spacing: 0.07em; }

.scientists .profile__wrapper {
  height: 520px;
  margin: 1em auto; }
  @media screen and (min-width: 1401px) {
    .scientists .profile__wrapper {
      margin: 3em auto; } }
  @media screen and (max-width: 460px) {
    .scientists .profile__wrapper {
      margin: 3em auto; } }
  @media screen and (min-width: 1024px) {
    .scientists .profile__wrapper .profile__info--scientists {
      width: 90%; } }
  .scientists .profile__wrapper .profile__info h2 small {
    font-size: .8rem; }
  .scientists .profile__wrapper .profile__info .about-container {
    max-height: 70px !important; }
  .scientists .profile__wrapper .profile__info .upload__files__box > label {
    width: 20.5em; }
  .scientists .profile__wrapper .profile__info .upload__fact__sheet {
    padding-top: 8%; }
    @media screen and (max-width: 1023px) {
      .scientists .profile__wrapper .profile__info .upload__fact__sheet {
        padding-top: 0; } }
  .scientists .profile__wrapper .profile__info .file__container a:hover i {
    display: inline-block; }
  @media screen and (max-width: 500px) {
    .scientists .profile__wrapper .profile__info .file__container a {
      display: block;
      padding: 1em 0; } }
  .scientists .profile__wrapper .profile__info .file__container i {
    float: none;
    margin-top: -4px;
    padding-top: 0;
    padding-right: .8em;
    vertical-align: middle;
    color: #0E71B4; }

.map {
  display: inline-block;
  margin-top: 1em;
  width: 100%; }
  @media screen and (max-width: 830px) {
    .map {
      display: none; } }

.regional__wrapper .card__blue__title {
  float: left;
  height: auto;
  width: 49%;
  padding: 0; }
  @media screen and (max-width: 880px) {
    .regional__wrapper .card__blue__title {
      width: 100%; } }
  .regional__wrapper .card__blue__title p {
    padding: 0 .8em; }

.regional__wrapper .margin__right {
  margin-right: 2%; }

.alterRegionalInfo h3 {
  margin-top: 0; }

.regionalInfo2 a {
  color: #0E71B4;
  text-decoration: underline; }

.business__profile__wrapper {
  padding: 0;
  margin-left: 1em;
  height: auto;
  width: 40%; }
  @media screen and (max-width: 1100px) {
    .business__profile__wrapper {
      width: 73%;
      margin: 1em 0; } }
  @media screen and (max-width: 880px) {
    .business__profile__wrapper {
      width: 100%; } }
  .business__profile__wrapper h2.header {
    width: 100%;
    margin: 0;
    padding: .4em;
    color: #fff;
    background: #0E71B4; }
    @media screen and (max-width: 440px) {
      .business__profile__wrapper h2.header {
        padding-left: 1em; } }
  .business__profile__wrapper .business__profile__image__wrapper {
    float: left;
    margin-right: 1em;
    max-width: 200px; }
    .business__profile__wrapper .business__profile__image__wrapper img {
      width: 100%; }
    .business__profile__wrapper .business__profile__image__wrapper .image__wrapper {
      position: relative;
      z-index: 1; }
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper img {
        width: 100%;
        vertical-align: top; }
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper .delete__avatar {
        position: absolute;
        top: 5px;
        right: 5px;
        padding: .3em;
        opacity: 0;
        color: #fff;
        background-color: #000;
        cursor: pointer;
        z-index: 2; }
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper:after, .business__profile__wrapper .business__profile__image__wrapper .image__wrapper:before {
        position: absolute;
        opacity: 0;
        transition: all .5s; }
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper:after {
        content: '\A';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6); }
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper:before {
        content: attr(data-content);
        width: 100%;
        bottom: 0;
        padding: 4px 10px;
        text-align: center;
        color: #fff;
        background: #000;
        box-sizing: border-box;
        -moz-box-sizing: border-box; }
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper:hover:after, .business__profile__wrapper .business__profile__image__wrapper .image__wrapper:hover:before,
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper:hover .delete__avatar {
        opacity: 1; }
      .business__profile__wrapper .business__profile__image__wrapper .image__wrapper--stranger:hover:after, .business__profile__wrapper .business__profile__image__wrapper .image__wrapper--stranger:hover:before {
        opacity: 0; }
      @media screen and (max-width: 1023px) {
        .business__profile__wrapper .business__profile__image__wrapper .image__wrapper {
          width: 150px; } }
  .business__profile__wrapper .business__profile__details__wrapper {
    overflow: hidden;
    min-width: 250px;
    float: left;
    margin: 2% 0;
    padding: 0 2%; }
    .business__profile__wrapper .business__profile__details__wrapper h2 {
      padding-top: .5em; }

.start__wrapper .card {
  padding: 0; }

.start__wrapper .grid__wrapper {
  float: left;
  width: 61%; }
  @media screen and (max-width: 750px) {
    .start__wrapper .grid__wrapper {
      float: none;
      width: 98%; } }
  .start__wrapper .grid__wrapper--small {
    float: right;
    width: 37%;
    padding-right: 1em; }
    @media screen and (max-width: 750px) {
      .start__wrapper .grid__wrapper--small {
        display: none; } }
  .start__wrapper .grid__wrapper .card__wrapper {
    display: block;
    margin: .4em;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.4em; }
    .start__wrapper .grid__wrapper .card__wrapper h2,
    .start__wrapper .grid__wrapper .card__wrapper h4 {
      margin: 0;
      padding: .4em;
      color: #fff;
      background: #0E71B4;
      letter-spacing: 0.1em; }
    .start__wrapper .grid__wrapper .card__wrapper h3,
    .start__wrapper .grid__wrapper .card__wrapper h4,
    .start__wrapper .grid__wrapper .card__wrapper small,
    .start__wrapper .grid__wrapper .card__wrapper p {
      margin: 0;
      padding: 5px 15px; }
    .start__wrapper .grid__wrapper .card__wrapper h3 {
      padding: 10px 15px 0 15px; }
    .start__wrapper .grid__wrapper .card__wrapper .pgwSlider,
    .start__wrapper .grid__wrapper .card__wrapper #calendar {
      width: 98%; }
    .start__wrapper .grid__wrapper .card__wrapper #calendar {
      margin: 0 auto; }
    .start__wrapper .grid__wrapper .card__wrapper .article__upload {
      padding: 0em 1em; }

.resetPassword {
  color: #0E71B4; }

#fileUploadName {
  display: none;
  color: #000; }

.news__wrapper {
  width: 100%; }
  .news__wrapper .card {
    float: left;
    max-width: 400px; }
    .news__wrapper .card a hr {
      color: #f6f6f6; }

#researches__wrapper,
#studies__wrapper {
  float: right;
  width: 81%;
  margin: 1em auto; }
  @media screen and (max-width: 1100px) {
    #researches__wrapper,
    #studies__wrapper {
      width: 73%; } }
  @media screen and (max-width: 830px) {
    #researches__wrapper,
    #studies__wrapper {
      float: none;
      width: 100%; } }
  #researches__wrapper .card,
  #studies__wrapper .card {
    width: 100%;
    float: right;
    margin-bottom: 2em; }

#talks__wrapper {
  float: right;
  width: 81%;
  margin: 1em auto; }
  @media screen and (max-width: 1100px) {
    #talks__wrapper {
      width: 73%; } }
  @media screen and (max-width: 830px) {
    #talks__wrapper {
      float: none;
      width: 100%; } }
  #talks__wrapper .card {
    width: 100%;
    float: right;
    margin-bottom: 2em; }

/*# sourceMappingURL=base.css.map */
