label.error {
  font-size: 13px;
  font-family: arial, sans-serif;
  color: red;
  margin-top: 7px;
  font-style: italic;
  display: block;
  font-weight: 500;
}

.bootstrap-datetimepicker-widget {
  background: white;
  height: 210px;
}

.hide-desktop {
  display: none !important;
}

.gllpMap {
  width: 100%;
}

.only-show-finished-link {
  float: right;
  color: grey;
  margin-top: 9px;
  text-decoration: underline;
}

.bootstrap-datetimepicker-widget .btn{
  background: white;
    box-shadow: none;
    color: #5cc1c4;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer;
    padding: 10px;
}


input[type=radio]:checked + label.categorie-image {
  border: 1px solid #818181;
  background: #efefef;
}

.flash-message {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background: #5bc1c4;
  z-index: 1;
  max-width: 250px;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  color: white;
}



.card-block {
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.card-block:hover{
   -webkit-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.35)
}

.plat-ground.legenda {
  right: 285px;
  width: 200px;
}

.plat-ground.legenda > a {
  width: 100%;
  text-align: center;
      display: block;
}

.plat-ground.legenda a::after{
  display: none;
}

#resizable {
  position: relative;
}

#resizable #map {
  min-height: 500px;
  height: 100%;
}

.no-location #resizable #map {
  min-height: 250px;
}

.agenda-blk {
  width: 100%;
}



input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  opacity: 0.5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.5;
}
input:focus:-ms-input-placeholder, textarea:focus::-ms-input-placeholder { /* IE 10+ */
  opacity: 0.5;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
  opacity: 0.5;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box;

}

.dropzone {
  position: relative;
  min-height: 150px;
  border: 1px solid #cfcfcf;
  background: white;
  padding: 20px 20px;
 }

.dz-error-message {
  display: none !important;
}

.dz-remove {
  color: #5bc1c4;
}

.dynamic-edit-container {
  position: relative;
  border-bottom: 1px dotted #efefef;
  padding: 20px 0;
}

.dynamic-edit-container .close {
  right: -50px;
}

.dynamic-edit-container .close:before, .dynamic-edit-container  .close:after {
    left: 15px;
    top: 2px;
}

.conditional-display {
  display: none;
}

.toggle-hidden-default {
  display: none;
}

.read-more-full {
  display: none;
}

.page-content img {
  height: auto;
}

.reaction-hidden {
  display: none;
}

.dropzone.dz-started .dz-message {
  display: block;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alert {
  color: #3f4646;
  margin: 5px 0 15px;
  border: 1px solid #d3d3d3;
  padding: 15px 17px;
  background: #f2f2f2;
  border-radius: 3px;
  line-height: 1.2;
}

#mobile-menu-button {
  background: #7fd0d1;
  padding: 10px;
  border-radius: 30px;
  width: 240px;
  color: white;
  text-transform: uppercase;
  position: fixed;
  bottom: 10px;
  left: 50%;
  margin-left: -120px;
  z-index: 9999988;
  height: 53px;
  overflow: hidden;
  padding: 22px 21px;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.35);
}

#mobile-menu-button::after{
  position: absolute;
  content: "";
  height: 31px;
  width: 1px;
  background: white;
  position: absolute;
  left: 52%;
  top: 12px;
}

#mobile-menu-button a{
  color: white;
  height: 26px;
  padding-left: 28px;
  position: relative;
  line-height: 15px;
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  float: left;
}

#mobile-menu-button a:last-child{
  float: right;
}


#mobile-menu-button a img {
  position: absolute;
  top: -4px;
  left: 2px;
  width: 19px;
}



#popup-mobile-map .pop-up {
  padding: 0;
}

#mobile-map {
 height: 100%; position: relative; overflow: hidden;
}


.pop-up .close-icon {
  top: 14px;
  right: 15px;
}

#popup-stay-informed-general .stay-informed-blk{
  background: none;
  padding: 0;
}

#popup-stay-informed-general  .stay-informed-blk .filter-area {
  margin: 0;
}

#popup-stay-informed-general .subscriber-form .col-md-3 {
  padding: 0 10px !important;
  margin: 0 !important;
}

#popup-stay-informed-general .stay-blk-in {
 padding: 0;
}

#popup-stay-informed-general h3{
  font-size: 15px;
  line-height: 1.2;
  margin: 0;
  padding: 0px 0 10px;
}

#popup-stay-informed-general p {
font-size: 12px;
line-height: 1.2;
margin: 0;
padding: 0px 0 10px;
}

#popup-stay-informed-general .pop-up-outer, #popup-mobile-filters .pop-up-outer {
  z-index: 11111111;
}


#popup-mobile-legenda li a {
  position: relative;
  height: 40px;
  display: block;
  padding-left: 48px;
  padding-top: 11px;
  color: #3f4646;
  margin: 19px 0;
}

#popup-mobile-legenda li a {
  position: relative;
  height: 40px;
  display: block;
  padding-left: 48px;
  padding-top: 11px;
  color: #3f4646;
  margin: 19px 0;
}

#popup-mobile-legenda .title{
  font-size: 15px;
  text-transform: uppercase;
}


#popup-mobile-legenda li a img{
  position: absolute;
  top: 0;
  left: 0;
}

.social-media ul li a img {
  height: 24px;
  width: 24px;
  margin: 0 auto;
  display: inline-block;
}

.finished-label {
  background: #7bc9a2;
  font-size: 12px;
  padding: 7px 8px 4px;
  color: white;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
    .dynamic-edit-container .close {
      right: -5px;
      top: 0;
    }

    .hide-desktop {
      display: block !important;
    }

    .no-scroll {
      overflow: hidden;
    }

    .flash-message {
      top: 20px;
      bottom: auto;
      left: 20px;
      max-width: none;
      right: 20px;
      width: auto;
      -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.3);
      box-shadow: 0 0 18px 5px rgba(0,0,0,0.1);
      z-index: 100;
    }
}

.uppercase {
    text-transform: uppercase;
}
