@charset "UTF-8";
/*!
 Theme Name:   JagdWeb Avada-Child-Theme
 Theme URI:
 Description:  Avada-Child-Theme
 Author:       FRAISS – IT Consulting & Mediendesign e.U.
 Author URI:   http://www.fraiss.at
 Template:     avada
 Version:      2.0.0
 License:
 License URI:
 Tags:
 Text Domain:  Avada-Child-Theme
*/
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

._dataLoadSpinner {
  display: none; }
  ._dataLoadSpinner._spinning {
    display: inline; }

#eventMain {
  width: 100%; }
  #eventMain .container {
    width: 100%; }

#first_filter {
  display: flex;
  padding-bottom: 50px; }
  #first_filter #area_filter {
    width: 25%; }
    #first_filter #area_filter .area_filter_row {
      display: flex; }
  #first_filter #category_filter_wrapper {
    display: flex;
    width: 75%; }
  #first_filter #main_category_filter {
    width: 50%;
    background-color: #efefef;
    padding: 1px;
    margin: 0px;
    line-height: 1.0 !important;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: 260px; }
    #first_filter #main_category_filter #main_category_list {
      list-style-type: none;
      padding: 0px;
      margin: 0px; }
      #first_filter #main_category_filter #main_category_list li {
        padding: 7px;
        padding-left: 12px;
        padding-right: 12px;
        background-color: #a6ac92;
        margin-bottom: 1px;
        border-radius: 10px; }
        #first_filter #main_category_filter #main_category_list li i {
          display: none;
          color: white;
          float: right;
          font-size: 15px;
          line-height: 20px;
          vertical-align: middle;
          pointer-events: none; }
        #first_filter #main_category_filter #main_category_list li a {
          color: white; }
      #first_filter #main_category_filter #main_category_list li:hover {
        cursor: pointer; }
        #first_filter #main_category_filter #main_category_list li:hover a {
          color: white; }
  #first_filter #area_filter_info {
    width: 50%;
    position: relative;
    background-color: #efefef;
    padding: 1px;
    padding-left: 0px;
    margin: 0px;
    line-height: 1.0 !important;
    margin-right: 10px;
    -webkit-overflow-scrolling: touch;
    height: 260px;
    border-radius: 10px; }
    #first_filter #area_filter_info .area_info_text {
      margin-left: 12px; }
    #first_filter #area_filter_info #area_reset {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center;
      padding: 7px;
      cursor: pointer;
      background-color: #535b36;
      color: white;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }

#filter_header, #bundeslaender_text {
  font-size: 0.85em;
  color: #535b36;
  font-variant: small-caps;
  margin-bottom: 20px; }

#results_header {
  font-size: 1.00em;
  color: #535b36;
  font-variant: small-caps;
  margin-bottom: 20px; }

#bundeslaender {
  margin-top: 30px;
  display: flex;
  text-align: center;
  width: 100%; }
  #bundeslaender .bundesland_button img {
    margin-bottom: 5px; }
  #bundeslaender .bundesland_button_active p {
    background: #4e5b32;
    border-radius: 10px;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px; }
  #bundeslaender p {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 0.8em; }
  #bundeslaender #first_bundeslaender {
    display: flex;
    width: 50%; }
  #bundeslaender #second_bundeslaender {
    display: flex;
    width: 50%; }

#endless_scroll_filter {
  display: flex; }
  #endless_scroll_filter .scrollFilter {
    width: 25%;
    text-align: center; }
    #endless_scroll_filter .scrollFilter span {
      margin-left: 10px; }

#datepickerWrapper {
  float: right;
  margin: 10px 0px 10px 10px;
  width: 15%;
  display: flex; }
  #datepickerWrapper .datepicker {
    display: flex; }
  #datepickerWrapper #datepickerInput {
    border: none;
    cursor: pointer;
    text-align: center;
    width: 80%; }
  #datepickerWrapper ::placeholder {
    color: black;
    font-family: "PT Sans";
    opacity: 1;
    text-align: center; }
  #datepickerWrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    font-family: "PT Sans";
    opacity: 1;
    text-align: center; }
  #datepickerWrapper ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
    font-family: "PT Sans";
    opacity: 1;
    text-align: center; }
  #datepickerWrapper .fa-calendar-alt {
    margin-top: 9px; }
  #datepickerWrapper #resetDateIcon {
    font-size: 15px;
    cursor: pointer;
    margin-top: 12px; }

#event {
  margin: 0px;
  border-top: 4px solid #e6d99f;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); }
  #event .eventNoResult {
    margin: 20px;
    padding-bottom: 20px;
    font-variant: small-caps;
    color: #535b36; }
  #event .listElementWrapper {
    display: flex;
    border-bottom: 1px solid #efefef;
    width: 100%; }
    #event .listElementWrapper .itemCategoryIndicator {
      width: 30px;
      height: 30px;
      position: relative;
      top: 0px;
      left: 0px;
      z-index: 1;
      border-bottom: solid 15px transparent;
      border-right: solid 15px transparent;
      border-left: solid 15px #efefef;
      border-top: solid 15px #efefef; }
    #event .listElementWrapper .indicatorEvent {
      border-bottom: solid 15px transparent;
      border-right: solid 15px transparent;
      border-left: solid 15px #4e5b32;
      border-top: solid 15px #4e5b32; }
    #event .listElementWrapper .indicatorLearning {
      border-bottom: solid 15px transparent;
      border-right: solid 15px transparent;
      border-left: solid 15px #83763e;
      border-top: solid 15px #83763e; }
    #event .listElementWrapper .indicatorLocation {
      border-bottom: solid 15px transparent;
      border-right: solid 15px transparent;
      border-left: solid 15px #8ea65b;
      border-top: solid 15px #8ea65b; }
    #event .listElementWrapper .indicatorService {
      border-bottom: solid 15px transparent;
      border-right: solid 15px transparent;
      border-left: solid 15px #c3b05c;
      border-top: solid 15px #c3b05c; }
    #event .listElementWrapper .leftInformation {
      width: 23%;
      padding-top: 20px;
      padding-bottom: 20px;
      margin-right: 2%; }
      #event .listElementWrapper .leftInformation .openingAndState .eventBeginDate, #event .listElementWrapper .leftInformation .openingAndState .eventEndDate {
        font-variant: small-caps;
        font-size: 1.1em; }
      #event .listElementWrapper .leftInformation .openingAndState .state {
        padding-right: 6px;
        font-variant: small-caps;
        font-size: 1.2em; }
      #event .listElementWrapper .leftInformation .openingAndState .eventBeginTime, #event .listElementWrapper .leftInformation .openingAndState .eventEndTime {
        font-size: 0.85em; }
    #event .listElementWrapper .rightInformation {
      width: 73%;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 2%; }
      #event .listElementWrapper .rightInformation .topInformation .evnetUnderCategory {
        margin: 0px; }
      #event .listElementWrapper .rightInformation .topInformation .eventTitle {
        font-variant: small-caps;
        font-size: 1.05em;
        margin-bottom: 10px;
        color: #535b36; }
      #event .listElementWrapper .rightInformation .topInformation .eventCity {
        margin: 0px; }
      #event .listElementWrapper .rightInformation .listElementInformationText {
        font-size: 0.8em;
        margin-bottom: 20px; }
      #event .listElementWrapper .rightInformation .shareAndDetailLink {
        text-align: right; }
        #event .listElementWrapper .rightInformation .shareAndDetailLink i {
          margin-right: 5px; }
        #event .listElementWrapper .rightInformation .shareAndDetailLink a {
          margin-right: 20px;
          cursor: pointer; }

#tabs {
  height: 60px; }
  #tabs #endless_scroll_filter {
    height: 100%; }

.scrollFilter_image {
  height: 30px;
  width: 30px;
  border-radius: 0px;
  border: 0px; }

/* Veranstaltung */
.active#veranstaltung {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .active#veranstaltung span {
    padding: 9px;
    background: #4e5b32;
    border-radius: 10px; }
  .active#veranstaltung .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_veranstaltung_invert.png");
    background-repeat: no-repeat; }

#veranstaltung {
  color: #4e5b32;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #veranstaltung .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_veranstaltung.png");
    background-repeat: no-repeat; }

#veranstaltung:hover {
  cursor: pointer;
  text-decoration: underline; }

/* Ort */
#ort {
  color: #8ea65b;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #ort .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_ort.png");
    background-repeat: no-repeat; }

#ort.active {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #ort.active span {
    padding: 9px;
    background: #8ea65b;
    border-radius: 10px; }
  #ort.active .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_ort_invert.png");
    background-repeat: no-repeat; }

#ort:hover {
  cursor: pointer;
  text-decoration: underline; }

/* Weiterbildung */
#weiterbildung {
  color: #83763e;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #weiterbildung .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_weiterbildung.png");
    background-repeat: no-repeat; }

#weiterbildung.active {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #weiterbildung.active span {
    padding: 9px;
    background: #83763e;
    border-radius: 10px; }
  #weiterbildung.active .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_weiterbildung_invert.png");
    background-repeat: no-repeat; }

#weiterbildung:hover {
  cursor: pointer;
  text-decoration: underline; }

/* Sonstiges */
#sonstiges {
  color: #c3b05c;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #sonstiges .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_service.png");
    background-repeat: no-repeat; }

#sonstiges.active {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; }
  #sonstiges.active span {
    padding: 9px;
    background: #c3b05c;
    border-radius: 10px; }
  #sonstiges.active .scrollFilter_image {
    background: url("/wp-content/uploads/2019/02/maps_marker_service_invert.png");
    background-repeat: no-repeat; }

#sonstiges:hover {
  cursor: pointer;
  text-decoration: underline; }

@media screen and (max-width: 1050px) {
  #first_filter {
    display: block; }
    #first_filter #area_filter {
      width: auto;
      padding-bottom: 50px;
      max-width: 225px;
      margin: auto; }
    #first_filter #category_filter_wrapper {
      width: 100%; }
  #datepickerInput {
    font-size: 15px; } }

@media screen and (max-width: 880px) {
  #tabs {
    height: 50px; }
  .wrapper-endless-scroll-tabs {
    display: block !important; }
    .wrapper-endless-scroll-tabs .tabs {
      width: 100%; }
  #datepickerWrapper {
    float: none;
    width: 100%;
    margin: 0px;
    border-top: 4px solid #e6d99f;
    border-left: 4px solid #e6d99f;
    border-right: 4px solid #e6d99f;
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1); }
    #datepickerWrapper .datepicker {
      display: flex;
      width: 100%;
      text-align: right;
      margin: 5px 20px 5px 20px;
      justify-content: space-between;
      align-items: center; }
    #datepickerWrapper #datepickerInput {
      font-size: 20px;
      text-align: center;
      padding-left: 0;
      width: 100%; }
    #datepickerWrapper .fa-calendar-alt {
      margin-top: 0; }
    #datepickerWrapper #resetDateIcon {
      margin-top: 0;
      font-size: 15px;
      cursor: pointer; } }

@media screen and (max-width: 750px) {
  #bundeslaender {
    display: block; }
    #bundeslaender #first_bundeslaender {
      width: 100%; }
    #bundeslaender #second_bundeslaender {
      width: 100%; }
  #endless_scroll_filter .scrollFilter span {
    display: none; }
  #event .listElementWrapper {
    display: block; }
    #event .listElementWrapper .leftInformation {
      width: auto;
      margin-left: 30px; }
    #event .listElementWrapper .rightInformation {
      width: auto;
      margin-left: 30px;
      padding-top: 0px; }
  .shareAndDetailLink {
    text-align: right;
    display: flex;
    flex-direction: column;
    font-size: 15px; } }

@media screen and (max-width: 650px) {
  #first_filter #category_filter_wrapper {
    display: block; }
  #first_filter #main_category_filter {
    width: auto;
    margin-bottom: 50px; }
  #first_filter #area_filter_info {
    width: auto;
    margin: 0px; }
  #bundeslaender .bundesland_button_active p {
    margin-left: 10px;
    margin-right: 10px; } }

._spinnerContainer {
  height: 100px;
  position: relative;
  display: none; }
  ._spinnerContainer._spinning {
    display: block; }
  ._spinnerContainer .spinner {
    border: 3px solid transparent;
    border-top: 3px solid #cfa66f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 48%;
    top: 20%; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.hide {
  display: none; }

._anchor {
  color: #444;
  text-decoration: none; }

.area_button {
  opacity: 0.5; }

.area_button.one {
  animation-name: fadeAreaBtnin;
  animation-delay: 1s;
  animation-duration: 1s; }

.area_button.two {
  animation-name: fadeAreaBtnin;
  animation-delay: 2s;
  animation-duration: 1s; }

.area_button.three {
  animation-name: fadeAreaBtnin;
  animation-delay: 3s;
  animation-duration: 1s; }

.area_button.four {
  animation-name: fadeAreaBtnin;
  animation-delay: 4s;
  animation-duration: 1s; }

.bundesland_button {
  opacity: 0.4;
  margin-left: 2%;
  margin-right: 2%;
  width: 16%;
  margin-bottom: 30px; }

.bundesland_button:hover {
  opacity: 1.0;
  cursor: pointer; }

.area_button:hover {
  opacity: 0.75;
  cursor: pointer; }

.area_button_active {
  opacity: 1.0; }

.area_button_active:hover {
  opacity: 1.0; }

.main_category_list_element_active {
  background-color: #535b36 !important; }
  .main_category_list_element_active i {
    display: block !important; }

.under_category_list_element_active {
  background-color: #867638 !important; }
  .under_category_list_element_active i {
    display: block !important; }

.bundesland_button_active {
  opacity: 1.0; }

#goolge_map_containter {
  position: relative; }
  #goolge_map_containter .google-infobox {
    max-width: 300px; }
    #goolge_map_containter .google-infobox .eventTitle {
      color: #535b36;
      font-variant: small-caps;
      font-size: 1.3em; }
    #goolge_map_containter .google-infobox .eventBegin {
      font-size: 1.1em; }
    #goolge_map_containter .google-infobox a i {
      margin-right: 5px; }

.google_map {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 20px;
  margin: 0;
  margin-bottom: 40px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  background-image: url("/wp-content/themes/Avada-Child-Theme/img/interactive-map-background.png");
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }
  .google_map .popover-inline {
    max-width: 600px;
    padding: 1rem;
    background-color: white;
    border-radius: 1rem; }
    .google_map .popover-inline p {
      margin-top: 0; }
    .google_map .popover-inline button {
      text-align: center;
      padding: 7px;
      cursor: pointer;
      background-color: #535b36;
      color: white;
      border-radius: 10px; }

#maps_wappen_jagdverband {
  vertical-align: middle;
  max-height: 90px; }

.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

#google_map_area_wappen_jagdverband {
  z-index: 99;
  position: absolute;
  left: 15px;
  top: 15px;
  height: 91px;
  background-color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid rgba(78, 91, 50, 0.25);
  box-shadow: 0px 2px 10px rgba(78, 91, 50, 0.25);
  border-radius: 15px;
  padding-left: 10px;
  padding-right: 10px; }
  @media all and (max-width: 496px) {
    #google_map_area_wappen_jagdverband {
      display: none; } }

.wrapper-endless-scroll-tabs {
  display: flex; }

.is-today .pika-button {
  color: #525a36; }

.is-selected .pika-button {
  color: #525a36 !important;
  background: #cfa66f;
  box-shadow: inset 0 1px 3px #cfa66f; }

.has-event .pika-button {
  color: #cfa66f;
  font-weight: bolder; }

.pika-button:hover {
  background: #e6d99f; }

.tabs {
  font-size: 20px;
  line-height: 10px;
  padding: 0px;
  list-style: none;
  background: #e6d99f;
  position: relative;
  font-variant: small-caps;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%; }

#datepickerWrapper {
  display: none; }

.tabs p {
  text-decoration: none;
  color: #000;
  padding: 0px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition-duration: 0.6s;
  text-align: center;
  cursor: pointer; }

.tabs p:hover {
  text-decoration: underline; }

.tabs p.active {
  color: #fff; }

.tabs p i {
  margin-right: 15px; }

.tabs .selector {
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  background: #475D3B;
  /*background: -moz-linear-gradient(45deg, #05abe0 0%, #8200f4 100%);
    background: -webkit-linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
    background: linear-gradient(45deg, #05abe0 0%,#8200f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05abe0', endColorstr='#8200f4',GradientType=1 );*/ }

@keyframes fadeAreaBtnin {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

/* Firefox < 16 */
@-moz-keyframes fadeAreaBtnin {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeAreaBtnin {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

/* Internet Explorer */
@-ms-keyframes fadeAreaBtnin {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

/* Opera < 12.1 */
@-o-keyframes fadeAreaBtnin {
  from {
    opacity: 0.5; }
  to {
    opacity: 1; } }

