@charset "UTF-8";
/* CSS Document */
body,html {
    font-family: 'Raleway';
}
@media only screen and (min-width: 989px) {
.row-centered {
    text-align:center;
}
.col-centered {
    vertical-align: top;
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
}
img {
    max-width: 100%;
    height: auto;
}

section.head {
    background-size: cover;
    background-color: #333;
}
section.body {
    margin-top: 30px;
}
section.body.greybg {
    background-color: #efefef;
}
.titleBlock {
    padding:15px;
    background: rgba(255,255,255,0.8);
    margin: 20px 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

h1 {
    font-weight: bold;
    font-size: 30px;
}

.mapOptionsBlock {
    background-color: #FFF;
    padding:10px;
    margin-bottom: -25px;
    z-index: 100;
    position: relative;
    display: inline-block;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}



.funkyradio {
    display:inline-block;
}
.funkyradio div {
  clear: both;
  overflow: hidden;
}

.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
  display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  padding-right: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
  color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
  color: #777;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
  content: '\2714';
  text-indent: .9em;
  color: #333;
  background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}


.workshopItem {
    background-color: #FFF;
    border:1px solid #eaeaea;
    box-shadow: 0px 10px 14px -8px rgba(0,0,0,0.19);
}
.workshopItem .info {
    padding:10px;
}
.workshopItem .info .title {
    font-size: 17px;
    font-weight: bold;
}
.workshopItem .info .date {
    font-size: 12px;
    font-style: italic;
    color:#777777;
}
.workshopItem .info .text {
    font-size: 13px;
    line-height: 19px;
    padding: 10px 0;
}


.workshopModal .title {
    font-size: 23px;
    font-weight: bold;
}
.workshopModal .subtitle {
    font-size: 17px;
    font-weight: normal;
}
.workshopModal .date, .workshopModal .location {
    font-size: 12px;
    font-style: italic;
    color:#777777;
}
.workshopModal .text {
    font-size: 13px;
    line-height: 19px;
    padding: 10px 0;
}


.well-white {
    padding:30px;
    border:2px solid #efefef;
    border-radius: 25px;
    background-color: #ffffff;
    box-shadow: none;
}
.well-white .list-group-item {
    border-left:0;
    border-right: 0;
    border-radius: 0 !important;
    border-color: #efefef;
    padding:10px 30px;
}