/* variables */
/* fonts */
.font-regular {
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
}
.font-medium {
  font-family: 'tisa_sans_promedium';
  font-weight: normal;
  font-style: normal;
}
.font-light {
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
}
.font-bold {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
}
/* classes */
.no-transition {
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: all 0 ease-in;
  transition: none;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button-red {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  text-decoration: none;
  line-height: 66px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  max-width: 300px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-shadow: 0px 1px 1px rgba(1, 2, 2, 0.25);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.button-red:before,
.button-red:after {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 300px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: -1;
}
.button-red:before {
  opacity: 1;
  display: inline-block;
  background: #e50c54;
  background: -moz-linear-gradient(top, #e50c54 0%, #cc003b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e50c54), color-stop(100%, #cc003b));
  background: -webkit-linear-gradient(top, #e50c54 0%, #cc003b 100%);
  background: -o-linear-gradient(top, #e50c54 0%, #cc003b 100%);
  background: -ms-linear-gradient(top, #e50c54 0%, #cc003b 100%);
  background: linear-gradient(to bottom, #e50c54 0%, #cc003b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50c54', endColorstr='#cc003b', GradientType=0);
  -webkit-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #e41953;
  -moz-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #e41953;
  box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #e41953;
}
.button-red:after {
  opacity: 0;
  display: inline-block;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 -2px #f2f2f2;
  -moz-box-shadow: inset 0 -2px #f2f2f2;
  box-shadow: inset 0 -2px #f2f2f2;
}
.button-red:hover {
  color: #d90048;
}
.button-red:hover:after {
  opacity: 1;
}
.button-red:not(*:root) {
  line-height: 60px;
}
.button-red-alt {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  text-decoration: none;
  line-height: 54px;
  padding: 0;
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  max-width: 300px;
  height: 48px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-shadow: 0px 1px 1px rgba(1, 2, 2, 0.25);
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  background: transparent;
  border: 0;
}
.button-red-alt:before,
.button-red-alt:after {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 300px;
  height: 48px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: -1;
}
.button-red-alt:before {
  opacity: 1;
  display: inline-block;
  background: #e50c54;
  background: -moz-linear-gradient(top, #e50c54 0%, #cb003b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e50c54), color-stop(100%, #cb003b));
  background: -webkit-linear-gradient(top, #e50c54 0%, #cb003b 100%);
  background: -o-linear-gradient(top, #e50c54 0%, #cb003b 100%);
  background: -ms-linear-gradient(top, #e50c54 0%, #cb003b 100%);
  background: linear-gradient(to bottom, #e50c54 0%, #cb003b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50c54', endColorstr='#cb003b', GradientType=0);
  -webkit-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #e41953;
  -moz-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #e41953;
  box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #e41953;
}
.button-red-alt:after {
  opacity: 0;
  display: inline-block;
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(100%, #d9d9d9));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #d9d9d9 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d9d9d9', GradientType=0);
  -webkit-box-shadow: inset 0 -2px #f2f2f2;
  -moz-box-shadow: inset 0 -2px #f2f2f2;
  box-shadow: inset 0 -2px #f2f2f2;
}
.button-red-alt:hover {
  color: #d90048;
}
.button-red-alt:hover:after {
  opacity: 1;
}
.button-red-alt:not(*:root) {
  line-height: 48px;
}
.button-white {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  text-decoration: none;
  line-height: 66px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  width: 100%;
  max-width: 300px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-shadow: 0px 1px 1px rgba(1, 2, 2, 0.15);
  text-align: center;
  color: #808080;
  position: relative;
  z-index: 1;
}
.button-white:before,
.button-white:after {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 300px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: -1;
}
.button-white:before {
  opacity: 1;
  display: inline-block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  -webkit-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #f2f2f2;
  -moz-box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #f2f2f2;
  box-shadow: 0 2px 2px rgba(1, 2, 2, 0.2), inset 0 -2px #f2f2f2;
}
.button-white:after {
  opacity: 0;
  display: inline-block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cdcdcd));
  background: -webkit-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #cdcdcd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #cdcdcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cdcdcd', GradientType=0);
  -webkit-box-shadow: inset 0 -2px #e6e6e6;
  -moz-box-shadow: inset 0 -2px #e6e6e6;
  box-shadow: inset 0 -2px #e6e6e6;
}
.button-white:hover {
  color: #d90048;
}
.button-white:hover:after {
  opacity: 1;
}
.button-white:not(*:root) {
  line-height: 60px;
}
input[type="text"] {
  box-sizing: border-box;
  width: 100%;
  height: calc(44px + 4px);
  margin: 0 0 16px;
  padding: 0 16px;
  border: 2px solid #cccccc;
  border-radius: 22px;
  background: #f2f2f2;
  resize: none;
  outline: none;
  font-size: 18px;
  line-height: 44px;
}
input[type="text"][required]:focus {
  border-color: #808080;
}
input[type="text"][required]:focus + label[placeholder]:before {
  color: #595959;
}
input[type="text"][required]:focus,
input[type="text"][required]:valid {
  background: #ffffff;
}
input[type="text"][required]:focus + label[placeholder]:before,
input[type="text"][required]:valid + label[placeholder]:before {
  transition-duration: .2s;
  -ms-transform: translate(0, -24px) scale(0.9, 0.9);
  -webkit-transform: translate(0, -24px) scale(0.9, 0.9);
  transform: translate(0, -24px) scale(0.9, 0.9);
  background: #ffffff;
}
input[type="text"][required].error {
  background: #ffffff;
  border: 2px solid #d90048;
}
input[type="text"][required].error + label[placeholder]:before {
  background: #ffffff;
  color: #d90048;
  content: attr(data-error);
}
input[type="text"][required]:invalid + label[placeholder][alt]:before,
input[type="text"][required] + label[placeholder][alt]:before {
  content: attr(alt);
}
input[type="text"][required] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 16px;
  margin-top: calc(-44px - 4px);
  margin-bottom: calc((44px - 16px) + 4px);
}
input[type="text"][required] + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 calc(16px + 4px);
  padding: 0 2px;
  color: #595959;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  white-space: nowrap;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: center;
}
/* general rules */
body {
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .header-bg,
body.admin-bar #map_canvas {
  margin-top: 32px;
}
body.admin-bar .menu {
  top: 632px;
}
body.admin-bar .header {
  top: 32px;
}
/* rules */
.header-bg {
  background: url(../img/header-bg-home-color.jpg) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 660px;
  z-index: -1;
  min-width: 1008px;
}
#map_canvas {
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1066px;
  z-index: 1;
  min-width: 1008px;
}
#map_canvas_projects {
  height: 720px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1008px;
  z-index: 1;
}
.map-wrapper {
  position: relative;
  height: 720px;
  background: #ffffff;
}
.map-wrapper .projects-bar {
  padding: 60px 0;
  background: #d90048;
  background: rgba(64, 64, 64, 0.75);
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.map-wrapper .projects-bar .quote {
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  margin: 0;
  text-align: right;
  text-shadow: 0px 2px 1px rgba(1, 2, 2, 0.25);
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
}
.map-wrapper .projects-bar .quote .small {
  font-size: 18px;
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
}
.map-wrapper .projects-bar .quote {
  text-align: left;
}
.close-map {
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 2;
}
.close-map .button-red {
  position: relative;
  left: -50%;
  min-width: 300px;
}
.close-map .button-red .close {
  background: url(../img/close.png) no-repeat;
  background-position: 0px 0px;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
.close-map .button-red:hover .close {
  background-position: -22px 0px;
}
.header {
  height: 660px;
  background: url(../img/header-dark-bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  top: 0;
  min-width: 1008px;
  z-index: 2;
}
.header .cont {
  padding: 82px 0 60px 0;
  height: 482px;
  text-align: center;
}
.header .cont .facebook-likebox {
  display: inline-block;
  margin-top: 40px;
  padding-top: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 2px 1px rgba(1, 2, 2, 0.2), inset 0 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 1px rgba(1, 2, 2, 0.2), inset 0 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 1px rgba(1, 2, 2, 0.2), inset 0 4px 1px rgba(0, 0, 0, 0.5);
  border: solid 3px #fff;
}
.header .cont h1 {
  margin-top: 84px;
  margin-bottom: 0;
  text-align: center;
  font-size: 48px;
  line-height: 48px;
  display: inline-block;
  color: #ffffff;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  text-shadow: 0px 2px 1px rgba(1, 2, 2, 0.25);
}
.header .cont .perex {
  display: inline-block;
  width: 830px;
  text-align: center;
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
  text-shadow: 0 2px 1px rgba(1, 2, 2, 0.25);
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
  margin: 0;
}
.header .cont .perex.bold {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
}
.header .cont h2 {
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 16px;
  margin-bottom: 55px;
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
  text-shadow: 0px 2px 1px rgba(1, 2, 2, 0.25);
}
.header .cont .member {
  display: inline-block;
  margin-top: 46px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 1px 1px rgba(1, 2, 2, 0.25);
  font-size: 18px;
  line-height: 18px;
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: border 0.1s linear;
  -moz-transition: border 0.1s linear;
  -ms-transition: border 0.1s linear;
  -o-transition: border 0.1s linear;
  transition: border 0.1s linear;
}
.header .cont .member:hover {
  border-bottom: 1px solid transparent;
}
.header .cont .pin {
  margin-top: 29px;
  width: 42px;
  height: 61px;
  display: inline-block;
  background: url(../img/map-pin.png) no-repeat;
  position: relative;
  text-decoration: none;
}
.header .cont .pin:after {
  display: block;
  width: 110px;
  height: 58px;
  background: url(../img/map-pin-bubble.png) no-repeat;
  content: attr(data-text);
  left: 46px;
  top: -99999px;
  position: absolute;
  opacity: 0;
  -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
  color: #808080;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  font-size: 18px;
  text-align: center;
  padding: 5px 0 0 12px;
}
.header .cont .pin:hover:after {
  opacity: 1;
  top: -5px;
  left: 58px;
}
.header .cont .pin:active {
  margin-top: 31px;
}
.menu {
  height: 60px;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  min-width: 1008px;
}
.menu .facebook {
  display: block;
  float: right;
  margin-top: 15px;
  position: relative;
  width: 30px;
  height: 30px;
}
.menu .facebook:active:before,
.menu .facebook:active:after {
  top: 1px;
}
.menu .facebook:before,
.menu .facebook:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/facebook.png) no-repeat;
  content: "";
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.menu .facebook:before {
  opacity: 1;
  background-position: 0 0;
}
.menu .facebook:after {
  opacity: 0;
  background-position: -30px 0;
}
.menu .facebook:hover:before {
  opacity: 0;
}
.menu .facebook:hover:after {
  opacity: 1;
}
.menu .youtube {
  display: block;
  float: right;
  margin-top: 15px;
  margin-right: 18px;
  position: relative;
  width: 72px;
  height: 30px;
}
.menu .youtube:active:before,
.menu .youtube:active:after {
  top: 1px;
}
.menu .youtube:before,
.menu .youtube:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/youtube.png) no-repeat;
  content: "";
  width: 72px;
  height: 30px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.menu .youtube:before {
  opacity: 1;
  background-position: 0px 0px;
}
.menu .youtube:after {
  opacity: 0;
  background-position: -72px 0px;
}
.menu .youtube:hover:before {
  opacity: 0;
}
.menu .youtube:hover:after {
  opacity: 1;
}
.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul li {
  display: block;
  float: left;
  margin-right: 36px;
  position: relative;
}
.menu ul li.structural-node {
  cursor: default;
}
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-ancestor > a {
  border-top: 3px solid #ffffff;
}
.menu ul li.home a {
  width: 36px;
  position: relative;
  font-size: 0;
}
.menu ul li.home a:active:before,
.menu ul li.home a:active:after {
  top: 1px;
}
.menu ul li.home a:before,
.menu ul li.home a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/logo-menu.png) no-repeat;
  content: "";
  height: 57px;
  width: 36px;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.menu ul li.home a:before {
  opacity: 1;
  background-position: 0px 11px;
}
.menu ul li.home a:after {
  opacity: 0;
  background-position: -36px 11px;
}
.menu ul li.home a:hover:before {
  opacity: 0;
}
.menu ul li.home a:hover:after {
  opacity: 1;
}
.menu ul li a {
  display: block;
  height: 57px;
  line-height: 59px;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(1, 2, 2, 0.5);
  text-transform: uppercase;
  text-decoration: none;
  border-top: 3px solid transparent;
  font-size: 18px;
  font-family: 'tisa_sans_promedium';
  font-weight: normal;
  font-style: normal;
  -webkit-transition: border 0.1s linear, color 0.1s linear;
  -moz-transition: border 0.1s linear, color 0.1s linear;
  -ms-transition: border 0.1s linear, color 0.1s linear;
  -o-transition: border 0.1s linear, color 0.1s linear;
  transition: border 0.1s linear, color 0.1s linear;
}
.menu ul li a:not(*:root) {
  line-height: 54px;
}
.menu ul li a:hover {
  border-top: 3px solid #d90048 !important;
  color: #ff1a5e;
}
.menu ul li > ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  min-width: 24rem;
  padding: 1rem;
}
.menu ul li > ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.menu ul li > ul li {
  clear: both;
  width: 100%;
  margin-right: 0;
  margin-bottom: 1rem;
}
.menu ul li > ul li:last-child {
  margin-bottom: 0;
}
.menu ul li > ul li a {
  height: auto;
  font-size: 16px;
}
.menu ul li > ul li a:not(*:root) {
  line-height: 1.5;
}
.menu ul li > ul li a:hover {
  border-top: 3px solid transparent !important;
}
.menu ul li > ul li.current-menu-item > a {
  border-top: 3px solid transparent !important;
  color: #ff1a5e;
}
.menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  display: block;
}
.content {
  background: #ffffff;
  z-index: 10;
  position: relative;
  margin-top: 660px;
  min-height: 200px;
}
.post-archive.post-single .featured-image {
  margin-bottom: 36px;
}
.post-archive.post-single .featured-image img {
  width: 100%;
}
.post-archive .newest-posts h2 {
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 18px;
}
.post-archive .newest-posts ul {
  margin-top: 0;
}
.post-archive .newest-posts ul li {
  line-height: 30px;
  padding-left: 0;
  background: none;
}
.post-archive .post {
  margin-top: 48px;
}
.post-archive .post:first-child {
  margin-top: 0;
}
.post-archive .post .post-title a {
  text-decoration: none;
}
.post-archive .post h2 {
  margin-top: 0;
  line-height: 24px;
  margin-bottom: 18px;
}
.post-archive .post .meta {
  color: #595959;
  margin-bottom: 0;
  line-height: 12px;
}
.post-archive .post .meta .date {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
}
.post-archive .post .meta .continue {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  position: relative;
  border-bottom: 1px solid transparent;
  margin-right: 24px;
}
.post-archive .post .meta .continue:hover {
  border-bottom: 1px solid #d90048;
}
.post-archive .post .meta .continue:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: -24px;
  top: 0;
  background: url(../img/arrow-right.png) no-repeat top left;
}
.post-archive .nav {
  clear: both;
  margin-top: 24px;
}
.post-archive .nav .older a,
.post-archive .nav .newer a {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  color: #d90048;
  text-decoration: none;
  transition: 0.1s ease;
  border-bottom: 1px solid transparent;
  display: inline-block;
  position: relative;
  line-height: 18px;
}
.post-archive .nav .older a:hover,
.post-archive .nav .newer a:hover {
  border-bottom: 1px solid #d90048;
}
.post-archive .nav .older {
  float: right;
}
.post-archive .nav .older a {
  margin-right: 24px;
}
.post-archive .nav .older a:after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  right: -24px;
  top: 0;
  background: url(../img/arrow-right.png) no-repeat top left;
}
.post-archive .nav .newer {
  float: left;
}
.post-archive .nav .newer a {
  margin-left: 24px;
}
.post-archive .nav .newer a:before {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: -24px;
  top: 0;
  background: url(../img/arrow-left.png) no-repeat top left;
}
.page-content {
  padding: 60px 0;
  color: #595959;
  line-height: 30px;
  font-size: 18px;
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
}
.page-content img {
  max-width: 100%;
  margin-bottom: 0.5em;
}
.page-content img.alignnone,
.page-content img.aligncenter {
  display: block;
}
.page-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.page-content img.alignleft {
  float: left;
  margin-right: 0.5em;
}
.page-content img.alignright {
  float: right;
  margin-left: 0.5em;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  color: #d90048;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
}
.page-content h2 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.page-content h3 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
}
.page-content ul {
  padding: 0;
  list-style: none;
  margin-bottom: 12px;
}
.page-content ul li {
  padding-left: 25px;
  background: url(../img/ul-bullet.png) 0px 8px no-repeat;
}
.page-content ol {
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
  margin-bottom: 12px;
}
.page-content ol > li {
  padding-left: 25px;
  position: relative;
}
.page-content ol > li:before {
  content: counter(ol-counter);
  counter-increment: ol-counter;
  position: absolute;
  font-size: 18px;
  color: #d90048;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  left: 0;
  top: -2px;
}
.page-content p {
  margin-bottom: 12px;
}
.page-content p a {
  color: #d90048;
  text-decoration: none;
  transition: 0.1s ease;
  border-bottom: 1px solid #d90048;
  display: inline-block;
  line-height: 18px;
}
.page-content p a:hover {
  border-bottom: 1px solid transparent;
}
.page-content p a[data-rel*="lightbox"],
.page-content p a[data-rel*="lightbox"]:hover {
  display: inline;
  border-bottom: none;
}
.newest-articles {
  background: #262626;
}
.newest-articles .article {
  display: block;
  background-position: center top;
  background-size: 105% auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  height: 216px;
  text-decoration: none;
  overflow: hidden;
  color: #ffffff;
}
.newest-articles .article .thumb {
  width: 110%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
  z-index: 10;
}
.newest-articles .article .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.newest-articles .article .title {
  display: block;
  text-align: center;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  position: relative;
  z-index: 30;
  text-shadow: 0px 2px 1px rgba(1, 2, 2, 0.75);
  display: table-cell;
  vertical-align: bottom;
  height: 175px;
}
.newest-articles .article .meta {
  display: block;
  text-align: center;
  margin-top: 4px;
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  position: relative;
  z-index: 30;
  text-shadow: 0px 1px 1px rgba(1, 2, 2, 0.75);
  opacity: 0.6;
}
.newest-articles .article:hover .title {
  text-decoration: underline;
}
.newest-articles .article:hover .thumb {
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.newest-articles .article:hover .overlay {
  opacity: 0.75;
  filter: alpha(opacity=75);
  /* For IE8 and earlier */
}
.infographic {
  background: #ffffff;
  padding: 60px 0;
}
.infographic .item {
  position: relative;
  margin: 0;
  width: 168px;
  text-align: center;
}
.infographic .item img {
  display: inline-block;
}
.infographic .item:after {
  display: block;
  font-size: 36px;
  line-height: 30px;
  color: #d9d9d9;
  position: absolute;
  right: -10px;
  top: 48px;
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
}
.infographic .item.euro:after {
  content: "=";
}
.infographic .item.church:after,
.infographic .item.school:after,
.infographic .item.teacher:after,
.infographic .item.water:after {
  content: "+";
}
.infographic .item.priest:after {
  display: none;
}
.infographic .item.teacher .description {
  display: block;
  text-align: center;
  width: 192px;
  margin-left: -12px;
}
.infographic .item .number {
  color: #d90048;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 12px;
  margin-top: 24px;
  margin-bottom: 12px;
}
.infographic .item .description {
  font-size: 18px;
  line-height: 30px;
  color: #595959;
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
}
.support {
  padding: 60px 0;
  background: #d90048;
}
.support .quote {
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  margin: 0;
  text-align: right;
  text-shadow: 0px 2px 1px rgba(1, 2, 2, 0.25);
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
}
.support .quote .small {
  font-size: 18px;
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
}
.custom-box {
  padding: 36px 0;
  background: #d90048 url(../img/pmd-kampan-bg.png) no-repeat center center;
  text-align: center;
}
.custom-box h2 {
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  margin: 0;
  line-height: 36px;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  text-shadow: 0 2px 1px rgba(1, 2, 2, 0.25);
}
.custom-box p {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 24px;
  margin-top: 4px;
  text-shadow: 0 2px 1px rgba(1, 2, 2, 0.25);
}
.footer {
  padding: 54px 0 66px 0;
  background: #404040;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.footer .facebook-likebox {
  margin-top: 20px;
}
.footer .cont {
  position: relative;
}
.footer .cont .key {
  position: absolute;
}
.footer .cont .key.up {
  top: -125px;
  left: -39px;
}
.footer .cont .key.down {
  bottom: -122px;
  right: 32px;
}
.footer h3 {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  font-size: 18px;
  color: #8c8c8c;
  margin: 0;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  font-family: 'tisasansproregular';
  font-weight: normal;
  font-style: normal;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li a.all {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
}
.footer ul.news span.post_date {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  color: #8c8c8c;
  font-size: 14px;
  line-height: 24px;
}
.footer p {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 6px 0;
}
.darujme_wrapper .darujme {
  width: 960px;
  background: #f2f2f2;
  border: 2px solid #cccccc;
  border-radius: 22px;
  padding-bottom: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 12px;
}
.darujme_wrapper .darujme img {
  width: auto;
}
.darujme_wrapper .darujme .column_1,
.darujme_wrapper .darujme .column_2,
.darujme_wrapper .darujme .column_3 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.darujme_wrapper .darujme .column_1 {
  width: 276px;
  margin-left: 10px;
}
.darujme_wrapper .darujme .column_2 {
  width: 288px;
  margin-left: 48px;
}
.darujme_wrapper .darujme .column_3 {
  width: 286px;
  margin-left: 48px;
}
.darujme_wrapper .darujme .title {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #d90048;
  display: block;
}
.darujme_wrapper .darujme input[type="radio"] {
  display: none;
}
.darujme_wrapper .darujme input[type="radio"] + label {
  cursor: pointer;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-right: 11px;
  display: block;
  float: left;
  margin-top: 20px;
}
.darujme_wrapper .darujme input[type="radio"] + label span {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0px 5px 0 0;
  vertical-align: middle;
  background: url(../img/radio.png) no-repeat;
  cursor: pointer;
  background-position: 0px 0px;
}
.darujme_wrapper .darujme input[type="radio"]:checked + label span {
  background-position: 0px -24px;
}
.darujme_wrapper .darujme .tabs {
  margin-top: 10px;
}
.darujme_wrapper .darujme .tabs li {
  background: none;
  padding: 0;
  float: left;
  width: 50%;
}
.darujme_wrapper .darujme .tabs li a {
  text-decoration: none;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  color: #595959;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-topright: 22px;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  height: 40px;
}
.darujme_wrapper .darujme .tabs li.active a {
  color: #d90048;
  background: #ffffff;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
}
.darujme_wrapper .darujme .tabs-content.rounded {
  background: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -2px;
  -webkit-border-bottom-right-radius: 22px;
  -webkit-border-bottom-left-radius: 22px;
  -moz-border-radius-bottomright: 22px;
  -moz-border-radius-bottomleft: 22px;
  border-bottom-right-radius: 22px;
  border-bottom-left-radius: 22px;
  border: 2px solid #cccccc;
  padding: 12px;
}
.darujme_wrapper .darujme .tabs-content > div {
  display: none;
}
.darujme_wrapper .darujme .tabs-content > div.active {
  display: block;
}
.darujme_wrapper .darujme .tabs-content p {
  font-family: 'tisa_sans_prolight';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 0;
}
.darujme_wrapper .darujme .tabs-content .periodical_custom_value_wrapper,
.darujme_wrapper .darujme .tabs-content .onetime_custom_value_wrapper {
  position: relative;
  float: left;
  margin-top: 10px;
}
.darujme_wrapper .darujme .tabs-content .periodical_custom_value_wrapper input[type="text"],
.darujme_wrapper .darujme .tabs-content .onetime_custom_value_wrapper input[type="text"] {
  width: 108px;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 45px;
  background: #f2f2f2;
}
.darujme_wrapper .darujme .tabs-content .periodical_custom_value_wrapper input[type="text"].error,
.darujme_wrapper .darujme .tabs-content .onetime_custom_value_wrapper input[type="text"].error {
  border-color: #d90048;
}
.darujme_wrapper .darujme .tabs-content .periodical_custom_value_wrapper:after,
.darujme_wrapper .darujme .tabs-content .onetime_custom_value_wrapper:after {
  display: block;
  position: absolute;
  right: 10px;
  top: 0;
  content: "€/m";
  line-height: 48px;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.darujme_wrapper .darujme .select-wrapper {
  position: relative;
}
.darujme_wrapper .darujme .select-wrapper select {
  background: transparent;
  width: 100%;
  padding: 5px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  outline: none;
  background: #fefefe;
  background: -moz-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #dbdbdb));
  background: -webkit-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
  background: -ms-linear-gradient(top, #fefefe 0%, #dbdbdb 100%);
  background: linear-gradient(to bottom, #fefefe 0%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
  border-radius: 22px;
  border: 2px solid #cccccc;
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 44px;
  padding: 0 40px 0 16px;
  color: #595959;
  margin-top: 12px;
}
.darujme_wrapper .darujme .select-wrapper:after {
  display: block;
  content: "";
  width: 16px;
  height: 22px;
  background: url(../img/select-icon.png) no-repeat;
  position: absolute;
  right: 17px;
  bottom: 13px;
  z-index: 100;
}
.darujme_wrapper .darujme .textinput_wrapper {
  margin-top: 12px;
}
.darujme_wrapper .darujme .textinput_wrapper label {
  font-family: 'tisa_sans_probold';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-left: 14px;
}
.darujme_wrapper .darujme .textinput_wrapper input[type="text"] {
  background: #ffffff;
  width: 100%;
  margin: 0;
}
.darujme_wrapper .darujme .textinput_wrapper input[type="text"].error {
  border-color: #d90048;
}
.darujme_wrapper .darujme .textinput_wrapper:first-of-type {
  margin-top: 18px;
}
.darujme_wrapper .darujme .column_3 input[type="radio"] + label {
  float: none;
  margin: 12px 0 0 0;
  height: 24px;
  line-height: 24px;
}
.darujme_wrapper .darujme .column_3 input[type="radio"] + label:first-of-type {
  margin-top: 18px;
}
.darujme_wrapper .submit-wrapper .submit {
  width: 288px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  margin-top: 12px;
  float: left;
}
.darujme_wrapper .submit-wrapper .submit:before,
.darujme_wrapper .submit-wrapper .submit:after {
  height: 48px;
}
.darujme_wrapper .submit-wrapper p {
  margin-top: 22px;
  float: left;
  font-size: 18px;
  margin-left: 18px;
}
/*# sourceMappingURL=style.css.map */