/*
Theme Name:  flexx-hosting.de // Child-Theme
Theme URI: https://fht005.flexx-hosting.de
Author: Bastian Ranft, flexx-hosting.de
Author URI: https://flexx-hosting.de
Description: Full Responsive WordPress-Child-Theme
Template: fht005
Tags: flexx-hosting.de // webseiten mit stil.
*/

/* TOP-SEARCH */
#search-wrap {
    margin: 0px 0px;
    display: inline-block;
    position: relative;
    height: 30px;
    float: right;
    padding: 0;
    position: relative;
    font-size: 20px;
    }
#search-wrap input[type="text"] {
    height: 30px;
    font-size: 14px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: rgba(74,74,74,1);;
    padding: 3px;
    padding-right: 10px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    }
#search-wrap input[type="text"]:focus:hover {
    border-bottom: 1px solid rgba(74,74,74,1);
    }
 #search-wrap .show-search input[type="text"] {
    width: 250px;
    z-index: 1;
    border-bottom: 1px solid rgba(238,126,26,1);
    cursor: text;
    }
#search-wrap input[type="submit"], #search_submit_handler {
    height: 30px;
    width: 30px;
    display: inline-block;
    color:red;
    float: right;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center/20px 20px no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1.0;
    cursor: pointer;
    transition: opacity .4s ease;
    }
#search-wrap input[type="submit"]:hover {
    opacity: 0.8;
    }
/* */
.p15 {
    padding: 15px;
    }
.col-sm-2 img {
    margin-bottom:19px;
    }
.bg_media_element {
    border: 1px solid rgba(238,126,26,.35);
    background-color: rgba(238,126,26,.07); 
    }
.phone {
    font-size: 14px;
    }
p.search_second_headline {
    font-size:12px;
    color:rgba(74,74,74,.5);
    }
.search-output a.link-fullheight,
.search-output a.link-fullheight:hover {
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    background:none;
    color:rgba(74,74,74,1);
    }
a.link_small,
a.link_small:visited,
a.link_small:hover,
a.link_small:focus {
    color:rgba(74,74,74,1);
    background:none;
    padding:0px 0px;
    }
a.link_small:hover,
a.link_small:focus {
    color:rgba(238,126,26,1);
    background:none;
    }
h3 {
    position: none;
    line-height: none !important;
    color: rgba(26,102,163,1);
    font-size: 24px;
    }
h3:before {
    display:none;
    } 
h4 {
    color: rgba(74,74,74,1);
    font-size: 24px;
    } 
.img-responsive {
    display:block;
    }




/* pagination */
a.page-numbers,
a.page-numbers:visited {
    text-decoration: none;
    color:rgba(74,74,74,1);
    background:none;
    padding:2px 5px;
    }
a.page-numbers:hover,
a.page-numbers:active,
a.page-numbers:focus {
    color:rgba(255,255,255,1);
    background:rgba(74,74,74,1);
    padding:2px 5px;
    }
span.page-numbers.current {
    text-decoration: none;
    color:#1A66A3;
    background:none;
    padding:2px 5px;
    }
/* SUCHFELD EINLEITUNG */
.bg_einleitung {
    background: rgba(255,123,13,0.07); 
    background: -moz-linear-gradient(top, rgba(255,123,13,0.07) 0%,rgba(238,126,26,0.25) 100%); 
    background: -webkit-linear-gradient(top, rgba(255,123,13,0.07) 0%,rgba(238,126,26,0.25) 100%); 
    background: linear-gradient(to bottom, rgba(255,123,13,0.07) 0%,rgba(238,126,26,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEF6EF', endColorstr='#FBDFC6',GradientType=0 );
    border-top:1px solid rgba(238,126,26,.5);
    border-bottom:1px solid rgba(238,126,26,.7);
    }
/* page-veranstaltungen / forms */
.page-veranstaltungen .select2-container {
    width:100% !important;
    }
.page-veranstaltungen .select2-container--default .select2-selection--single .select2-selection__rendered,
.page-veranstaltungen input::placeholder,
.page-veranstaltungen ::placeholder {
    color:rgba(0,0,0,.5) !important;
    font-size:16px !important;
    }
/* IMAGEFILL */
.imagefill {
    background-position: center center;
    background-size: cover;
    }
.inserat {
    width:100%;
    min-height:250px;
    }
/* FLEXX-GRID-SLIDER */
.flexx-grid-slider .container {
    position: relative;
	overflow: hidden;
	max-width: 1400px;
    }
.flexx-grid-slider .container .slider {
	position: absolute;
	top: 0;
	left: 0;
	width: 300%;
	height: 100%;
	animation: flexx-grid-slider-animate 15s linear infinite;
    }
.flexx-grid-slider .container .slider .slide {
	position: relative;
	width: 33.33333333%;
	height: 100%;
	float: left;
    }
@keyframes flexx-grid-slider-animate {
        0% {
            left: 0%;
        }
        30% {
            left: 0%;
        }
        33% {
            left: -100%;
        }
        60% {
            left: -100%;
        }
        63% {
            left: -200%;
        }
        90% {
            left: -200%;
        }
        93% {
            left: 0%;
        }
        100% {
            left: 0%;
        }
    }
/* a-z-listing */
h2.letter-title {
    color: #1A66A3;
    font-size: 1.4rem;
    }
.az-letters > ul.az-links > li {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    border: 1px solid rgba(238,126,26,.4) !important;
    color: rgba(238,126,26,.25) !important;
    /*padding: 10px 15px !important;*/
    background: rgba(238,126,26,.07) !important;
    }
.az-letters > ul.az-links > li:hover {
    background: rgba(238,126,26,.2) !important;
    }
.az-letters > ul.az-links > li a {
    width:100% !important;
    height:100% !important;
    color: rgba(238,126,26,1) !important;
    background: none !important;
    padding: 10px 0 !important;
    margin:0 !important;
    }
.az-letters > ul.az-links > li a:hover {
    width:100% !important;
    height:100% !important;
    color: rgba(238,126,26,1) !important;
    background: none !important;
    margin:0 !important;
    padding: 10px 0 !important;
    }
.az-letters > ul.az-links > li span {
    padding: 10px 15px !important;
    }
.letter-section a,
.letter-section a:visited {
    text-decoration: none !important;
    color: rgba(74,74,74,1) !important;
    background:none !important;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
    }

.letter-section a:hover,
.letter-section a:active,
.letter-section a:focus {
    color:rgba(74,74,74,1) !important;
    background:rgba(238,126,26,.2) !important;
    padding:0 10px !important;
    }
.letter-section a:before,
.letter-section a:visited:before {
    content:"» " !important;
    color:rgba(74,74,74,1) !important;
    }
.letter-section a:hover:before,
.letter-section a:active:before,
.letter-section a:focus:before {
    content:"» " !important;
    color:rgba(238,126,26,1) !important;
    }
img.img-responsive-branchenbuch {
    max-width: 250px;
    height:auto;
    display: block;
    margin:20px 0px;
    }
img.size-full {
    width: 100%;
    height:auto;;
    }
/* BRANCHENBUCH TAXONOMY */
.az-letters,
.a-z-listing-widget .az-letters,
.a-z-listing-widget.widget .az-letters {
  white-space: unset; }
  .az-letters > ul.az-links,
  .a-z-listing-widget .az-letters > ul.az-links,
  .a-z-listing-widget.widget .az-letters > ul.az-links {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .az-letters > ul.az-links > li,
    .a-z-listing-widget .az-letters > ul.az-links > li,
    .a-z-listing-widget.widget .az-letters > ul.az-links > li {
      list-style: none;
      width: 2em;
      height: 2em;
      box-sizing: border-box;
      margin: 0 0 0.6em;
      border: 2px solid #e5e5e5;
      background: #f5f5f5;
      color: #adadad;
      display: flex;
      align-items: center;
      justify-content: center; }
      .az-letters > ul.az-links > li a,
      .a-z-listing-widget .az-letters > ul.az-links > li a,
      .a-z-listing-widget.widget .az-letters > ul.az-links > li a {
        color: #1f7d9a;
        text-decoration: none;
        border: 0;
        box-shadow: none; }

.letter-section {
  margin-bottom: 2em;
  white-space: unset; }
  .letter-section h2.letter-title {
    border-bottom: 1px solid black;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
    width: 100%; }
  .letter-section ul,
  .letter-section ul > li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .letter-section ul.columns {
    width: 100%;
    box-sizing: border-box;
    column-gap: 0.6em;
    column-width: 15em;
    line-height: 1.6em; }
    .letter-section ul.columns > li {
      display: block; }
    .letter-section ul.columns.max-0-columns, .letter-section ul.columns.max-1-columns {
      column-count: 1;
      max-width: 15.6em; }
    .letter-section ul.columns.max-2-columns {
      column-count: 2;
      max-width: 30.6em; }
    .letter-section ul.columns.max-3-columns {
      column-count: 3;
      max-width: 46.2em; }
    .letter-section ul.columns.max-4-columns {
      column-count: 4;
      max-width: 61.8em; }
    .letter-section ul.columns.max-5-columns {
      column-count: 5;
      max-width: 77.4em; }
    .letter-section ul.columns.max-6-columns {
      column-count: 6;
      max-width: 93em; }
    .letter-section ul.columns.max-7-columns {
      column-count: 7;
      max-width: 108.6em; }
    .letter-section ul.columns.max-8-columns {
      column-count: 8;
      max-width: 124.2em; }
    .letter-section ul.columns.max-9-columns {
      column-count: 9;
      max-width: 139.8em; }
    .letter-section ul.columns.max-10-columns {
      column-count: 10;
      max-width: 155.4em; }
    .letter-section ul.columns.max-11-columns {
      column-count: 11;
      max-width: 171em; }
    .letter-section ul.columns.max-12-columns {
      column-count: 12;
      max-width: 186.6em; }
    .letter-section ul.columns.max-13-columns {
      column-count: 13;
      max-width: 202.2em; }
    .letter-section ul.columns.max-14-columns {
      column-count: 14;
      max-width: 217.8em; }
    .letter-section ul.columns.max-15-columns {
      column-count: 15;
      max-width: 233.4em; }
  .letter-section div.back-to-top {
    width: 100%;
    text-align: right; }
    .letter-section div.back-to-top a {
      text-transform: uppercase;
      font-size: 0.7em; }
      .letter-section div.back-to-top a:before, .letter-section div.back-to-top a:after {
        font-family: dashicons;
        content: "\f343";
        padding: 0.2em; }
        
        .letter-section ul.columns > li.mark{
	        background: #efefef;
        }
/* E V E N T S */
.select2-container {
    width: 94% !important;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px;
    user-select: none;
    -webkit-user-select: none;
    }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative;
    }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
    }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
    }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
.select2-container .select2-search--inline {
    float: left;
    }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
    }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    }
.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    }
.select2-results {
    display: block;
    }
.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
    }
.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    }
.select2-results__option[aria-selected] {
    cursor: pointer;
    }
.select2-container--open .select2-dropdown {
    left: 0;
    }
.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.select2-search--dropdown {
    display: block;
    padding: 4px;
    }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
    }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    }
.select2-search--dropdown.select2-search--hide {
    display: none;
    }
.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
    }
.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    }
.select2-container--default .select2-selection--single {
    background-color: #fff;
    }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
    }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 7px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
    }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
    }
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
    }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
    }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    }
.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
    }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
    }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
    }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
    }
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
    }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
    }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none;
    }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    }
.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
    }
.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    }
.select2-container--default .select2-results__option[role=group] {
    padding: 0;
    }
.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999;
    }
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd;
    }
.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
    }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
    }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1A66A3;
    color: white;
    }
.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    }
.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #1A66A3;
    }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
    }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px;
    }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999;
    }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
    }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
    }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
    }
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #1A66A3;
    }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
    }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
    }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
    }
.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #1A66A3;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
    }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto;
    }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
    }
.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #1A66A3;
    }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    }
.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
    }
.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
    }
.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
    }
.select2-container--classic .select2-dropdown--below {
    border-top: none;
    }
.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    }
.select2-container--classic .select2-results__option[role=group] {
    padding: 0;
    }
.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey;
    }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white;
    }
.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
    }
.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #1A66A3;
    }
/* EVENTFILTER */
#eventfilter{
    padding: 30px 0;
    background: rgba(238,126,26,.07);
    }
#eventfilter h4{
    color: #1A66A3;
    font-size: 1.4rem;margin-bottom: 20px;
    }
#eventfilter button {
    background: #1A66A3;
    color: #fff;
    border: none;
    width: 92%;
    margin-left: 8%;
    height: 40px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: block;
    }
#asideFilter button{
    background: #1A66A3;
    color: #fff;
    border: none;
    width: 100%;
    height: 40px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    display: block;
    }
#eventfilter select{
    width: 94%;
    }
#eventfilter .dates{
    width: 42%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    vertical-align: top;
    display: inline-block;
    }
#eventfilter .dates::placeholder{
    color:#444;
    }
#eventfilter .dates-group-addon{
    vertical-align: top;
    width: 16%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block
    }
.datebox {
    position: relative;
    }
#asideFilter .squery{
    height: 40px;
    padding: 8px 12px;
    background: #fff;
    width: 100%;
    border: none;
    }
#asideFilter .dates{
    width: 42%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    vertical-align: top;
    display: inline-block
    }
#asideFilter .dates-group-addon{
    vertical-align: top;
    width: 16%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block
    }
.datebox {
    position: relative;
    }
.dropdown-menu.datepicker {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    right: auto;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }
.datepicker {
    border-radius: 4px;
    direction: ltr;
    }
.datepicker-inline {
    width: 220px;
    }
.datepicker-rtl {
    direction: rtl;
    }
.datepicker-rtl.dropdown-menu {
    left: auto;
    }
.datepicker-rtl table tr td span {
    float: right;
    }
.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 4px;
    }
.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.15);
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    }
.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
    }
.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px;
    }
.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px;
    }
.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px;
    }
.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px;
    }
.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px;
    }
.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px;
    }
.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid rgba(0, 0, 0, 0.15);
    }
.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
    }
.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }
.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: none;
    }
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
    }
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #777777;
    }
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #eeeeee;
    cursor: pointer;
    }
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
    }
.datepicker table tr td.highlighted {
    color: #000;
    background-color: #d9edf7;
    border-color: #85c5e5;
    border-radius: 0;
    }
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
    color: #000;
    background-color: #afd9ee;
    border-color: #298fc2;
    }
.datepicker table tr td.highlighted:hover {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
    }
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
    color: #000;
    background-color: #afd9ee;
    border-color: #52addb;
    }
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
    color: #000;
    background-color: #91cbe8;
    border-color: #298fc2;
    }
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
    background-color: #d9edf7;
    border-color: #85c5e5;
    }
.datepicker table tr td.highlighted.focused {
    background: #afd9ee;
    }
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    background: #d9edf7;
    color: #777777;
    }
.datepicker table tr td.today {
    color: #000;
    background-color: #ffdb99;
    border-color: #ffb733;
    }
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
    color: #000;
    background-color: #ffc966;
    border-color: #b37400;
    }
.datepicker table tr td.today:hover {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
    }
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
    color: #000;
    background-color: #ffc966;
    border-color: #f59e00;
    }
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
    color: #000;
    background-color: #ffbc42;
    border-color: #b37400;
    }
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
    background-color: #ffdb99;
    border-color: #ffb733;
    }
.datepicker table tr td.today.focused {
    background: #ffc966;
    }
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    background: #ffdb99;
    color: #777777;
    }
.datepicker table tr td.range {
    color: #000;
    background-color: #eeeeee;
    border-color: #bbbbbb;
    border-radius: 0;
    }
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
    color: #000;
    background-color: #d5d5d5;
    border-color: #7c7c7c;
    }
.datepicker table tr td.range:hover {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
    }
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
    color: #000;
    background-color: #d5d5d5;
    border-color: #9d9d9d;
    }
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
    color: #000;
    background-color: #c3c3c3;
    border-color: #7c7c7c;
    }
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
    background-color: #eeeeee;
    border-color: #bbbbbb;
    }
.datepicker table tr td.range.focused {
    background: #d5d5d5;
    }
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
    background: #eeeeee;
    color: #777777;
    }
.datepicker table tr td.range.highlighted {
    color: #000;
    background-color: #e4eef3;
    border-color: #9dc1d3;
    }
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
    color: #000;
    background-color: #c1d7e3;
    border-color: #4b88a6;
    }
.datepicker table tr td.range.highlighted:hover {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
    }
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
    color: #000;
    background-color: #c1d7e3;
    border-color: #73a6c0;
    }
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
    color: #000;
    background-color: #a8c8d8;
    border-color: #4b88a6;
    }
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
    background-color: #e4eef3;
    border-color: #9dc1d3;
    }
.datepicker table tr td.range.highlighted.focused {
    background: #c1d7e3;
    }
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    background: #e4eef3;
    color: #777777;
    }
.datepicker table tr td.range.today {
    color: #000;
    background-color: #f7ca77;
    border-color: #f1a417;
    }
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
    color: #000;
    background-color: #f4b747;
    border-color: #815608;
    }
.datepicker table tr td.range.today:hover {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
    }
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
    color: #000;
    background-color: #f4b747;
    border-color: #bf800c;
    }
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
    color: #000;
    background-color: #f2aa25;
    border-color: #815608;
    }
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
    background-color: #f7ca77;
    border-color: #f1a417;
    }
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    background: #f7ca77;
    color: #777777;
    }
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
    color: #fff;
    background-color: #777777;
    border-color: #555555;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #161616;
    }
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
    }
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
    color: #fff;
    background-color: #5e5e5e;
    border-color: #373737;
    }
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
    color: #fff;
    background-color: #4c4c4c;
    border-color: #161616;
    }
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
    background-color: #777777;
    border-color: #555555;
    }
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
    }
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    }
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    }
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
    }
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
    }
.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
    }
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #eeeeee;
    }
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: default;
    }
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
    }
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    }
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    }
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
    }
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
    }
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #777777;
    }
.datepicker .datepicker-switch {
    width: 145px;
    }
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
    }
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #eeeeee;
    }
.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
    }
.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
    }
.input-group.date .input-group-addon {
    cursor: pointer;
    }
.input-daterange {
    width: 100%;
    }
.input-daterange input {
    text-align: left;font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    }
.input-daterange input:first-child {
    border-radius: 3px 0 0 3px;
    }
.input-daterange input:last-child {
    border-radius: 0 3px 3px 0;
    }
.input-daterange .input-group-addon {
    width: auto;
    min-width: 16px;
    padding: 4px 5px;
    line-height: 1.42857143;
    border-width: 1px 0;
    margin-left: -5px;
    margin-right: -5px;
    }
/*# sourceMappingURL=bootstrap-datepicker3.css.map */
/* FLEXX PRODUCT CARD */
.product-card {
    position: relative;
    margin: 10px 0px;
    z-index: 1;
    display: block;
    background: rgba(255,255,255,1);
    min-width: 270px;
    height: 435px;
    box-shadow: 12px 15px 20px 0px rgba(46, 61, 73, 0.15);
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    }
.v-output .product-card {
    box-shadow: none;
    border-radius: none;
    border: 1px solid rgba(50,50,50,.15);
    }
.product-card:hover {
    box-shadow: 2px 4px 8px 0px rgba(46, 61, 73, 0.2)
    }
.product-card .card-thumbnail {
    background: rgba(0,0,0,1);
    height: 400px; 
    overflow: hidden;
    }
.product-card .card-thumbnail img {
    display: block;
    width: 120%;
    -webkit-transition: all .3s cubic-bezier(0, .5, .5, 1);
    -o-transition: all .3s cubic-bezier(0, .5, .5, 1);
    transition: all .3s cubic-bezier(0, .5, .5, 1);
    }
.card-hover{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	display: block;
    }
.product-card:hover .card-thumbnail img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6;
    }
.fa-send:before {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 13px;
    }
.product-card .card-content {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,1);
    width: 100%;
    padding: 30px 15px 0px;
    -webkti-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
    }
.product-card .card-content .send {
    position: absolute;
    top: -30px;
    right: 10px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    height: 60px;
    width: 60px;
    background: rgba(238,126,26,1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 1s ease;
    transition-delay: 0.3s;
    opacity: 0;
    padding:6px 0 0 3px
    }
.product-card:hover .card-content .send {
    opacity: 1;
    }
.product-card .card-content .card-title {
    margin: 0;
    padding: 0 0 10px;
    color: rgba(74,74,74,1);
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    }
.product-card .card-content .card-sub-title {
    margin: 0 0 10px;
    padding: 0;
    color: rgba(238,126,26,1);
    font-size: 17px;
    font-weight: 400;
    background: none;
    }
.product-card .card-content .description {
    color: rgba(74,74,74,1);
    font-size: 15px;
    line-height: 20px;
    display: none;
    /* height: 0px; */
    }
.product-card .card-content .post-meta {
    margin: 10px 0 0;
    color: rgba(74,74,74,.3);
    font-size: 15px;
    line-height: 20px;
    border-top:1px dotted rgba(74,74,74,.3)
    }
/* MAP */
#mapholder {
    max-width:100%;
    height:100%;
    position: relative;
    }
#event-map{
	height: 440px;
	width: 100%;
}
.maps_container {
    width:100%;
    height:auto;
    position:relative;
    /*z-index:50; */
    }
/* headlines */
h5 {
    color:#1A66A3 !important;
    }
/* FORMS / INPUTFIELDS */
#asideFilter label{
    width:50%;
	float:left;
}
#asideFilter input::placeholder {
    font-size:12px !important;
    font-weight:normal !important;
    }
/* BUTTON */
.button-flexx {
    width:100%;
    height:auto;
    font-size: 18px;
    }
a.btn-return,
a.btn-return:active,
a.btn-return:visited {
    text-decoration: none;
    border:1px solid rgba(238,126,26,1);
    background:rgba(238,126,26,.07);
    color:rgba(238,126,26,1);
    padding:15px;
    display: block;
    text-align: center;
    }
a.btn-return:hover,
a.btn-return:focus {
    text-decoration: none;
    border:1px solid rgba(238,126,26,1);
    background:rgba(238,126,26,1);
    color:rgba(255,255,255,1);
    padding:15px;
    }
/* MEDIA QUERIES */
@media (max-width: 849px) {
    .navbar-nav > li > a {
        font-size:14px;
        padding:10px !important;
        }
    .imagefill {
        height:300px;
        }
    .flexx-grid-slider .container {
        height: 600px;
        }
    #asideFilter label{
        width: 100%;
        display:block;
        }
    .select2-container,
    .input-daterange,
    #eventfilter button {
        width:100% !important;
        margin-bottom:7px !important;
        }
    #eventfilter button {
        margin-left:0px !important;
        }
    h1,
    h2,
    h3,
    h4 {
        font-size: 21px;
        line-height: 31px;
        }
    h5,
    h6 {
        font-size: 18px;
        line-height: 28px;
        }
    #eventfilter .dates{
        padding: 0 10px;
        font-size: 15px;
        }
    .col-xs-12.search-xs-top {
        padding-bottom:0px;
        }
    .col-xs-12.search-xs-bottom {
        padding-top:0px;
        }
    }
@media (min-width: 850px) {
    header .bg_nav_logo_bar {
        min-height:146px;
        }
    .navbar-nav > li > a {
        font-size:14px;
        }
    .flexx-grid-slider .container {
        height: 400px;
        }
    #eventfilter .dates{
        font-size:10px;
        }
    }
@media (min-width: 992px) {
    .navbar-nav > li > a {
        font-size:18px;
        }
    .flexx-grid-slider .container {
        height: 300px;
        }
    #eventfilter .dates{
        font-size:18px;
        }
    }
@media (min-width: 1200px) {
    
    }