/****** FILE: themes/pe/css/protanelmark.css *****/
@charset "utf-8";


.wrapper {
  max-width: 1700px;
  margin: 0 auto;
}
.wrapperPadding {
  padding-left: 0px;
  position: relative;
}
.wrapperContainer {
  padding: 0 50px;
}

.lineThrough {
  text-decoration: line-through;
}
.protanelmark {
  position: relative;
  height: 100%;
}
.topSliderContainer {
  position: relative;
  /*min-height: 640px;*/
  height: 640px;
  max-height: 100%;
  /*overflow: hidden;*/
}
.topSliderContainer .topSlider {
  height: 100%;
  z-index: 1;
  /*overflow: hidden;*/
}
.topSliderContainer .topSlider .topSlide {
  height: 100%;
}
.topSliderContainer .topSlider .topSlide .hiddenLayer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 200;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}
.topSliderContainer .topSlider .topSlide .hiddenLayer.active {
  visibility: visible;
  opacity: 1;
}
.topSliderContainer .topSlider .topSlide .photo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% ; 
width: 100%;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-position: center center;
}
.topSliderContainer .topSlider .topSlide .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.topSliderContainer .topSlider .topSlide .content {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topSliderContainer .topSlider .topSlide .content .place {
  color: #ffffff;
  padding: 0 0 20px 0;
}
.topSliderContainer .topSlider .topSlide .content .place i {
  font-size: 14px;
  margin-right: 10px;
}
.topSliderContainer .topSlider .topSlide .content h1 {
  font-size: 2.7vw;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 66.66%;
  color:#ffffff;
  text-shadow: 3px 4px 7px rgba(0,0,0,0.69);
}
.topSliderContainer .topSlider .topSlide .content h1 strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.topSliderContainer .slick-list {
  height: 100%;
  position: relative;
}
.topSliderContainer .slick-track {
  height: 100%;
  position: relative;
}
.topSliderContainer .slick-prev {
  display: none;
}
.topSliderContainer .slick-next {
  display: none;
}
.topSliderContainer .navigation {
  position: absolute;
  bottom: 100px;
  right: 0;
  width: 100%;
  z-index: 3;
  text-align: right;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topSliderContainer .navigation .paging {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  color: #ffffff;
  font-size: 14px;
  pointer-events: auto !important;
}
.topSliderContainer .navigation .arrows {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto !important;
}
.topSliderContainer .navigation .dots {
  display: inline-block;
  vertical-align: middle;
  pointer-events: auto !important;
}
.topSliderContainer .navigation .dots a {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background: rgba(255, 255, 255, 0.5);
  margin-left: 18px;
}
.topSliderContainer .navigation .dots a:hover {
  background: #ffffff;
}
.topSliderContainer .navigation .dots a.current {
  background: #ffffff;
}
.topSliderContainer .buttons {
  position: fixed;
  top: 0px;
  padding: 20px 0px;
  right: 0;
  left: 0;
  text-align: right;
  z-index: 2;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 999
}
.topSliderContainer .buttons .button {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.topSliderContainer .tooltips {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.topSliderContainer .changeSlide {
  position: absolute;
  cursor: pointer;
}
.topSliderContainer .changeSlide .plus {
  width: 35px;
  height: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff url(https://protan-elmark.es/resources/themes/pe/images/plus-blue.svg) center center no-repeat;
  background-size: 14px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.topSliderContainer .changeSlide .title {
  position: absolute;
  right: 0;
  color: #ffffff;
  padding-right: 55px;
  white-space: nowrap;
  top: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.topSliderContainer .changeSlide:hover .plus {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
}
.topSliderContainer .point {
  position: absolute;
}
.topSliderContainer .point .circle {
  background: rgba(255, 255, 255, 0.7);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  padding: 8px;
}
.topSliderContainer .point .circle div {
  background: #004177;
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.topSliderContainer .point .peTooltip {
  position: absolute;
  z-index: 5;
  width: 280px;
  margin-left: -130px;
  bottom: 0;
  visibility: hidden;
  padding-bottom: 50px;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
}
.topSliderContainer .point .peTooltip .peTooltipContainer {
  background: #ffffff;
  position: relative;
  cursor: pointer;
}
.topSliderContainer .point .peTooltip .peTooltipContainer:hover .thumb div {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  transition: all 600ms cubic-bezier(0.015, 0.985, 1, 1.01);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -moz-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  -o-transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
  transition-timing-function: cubic-bezier(0.015, 0.985, 1, 1.01);
}
.topSliderContainer .point .peTooltip .showTooltip {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
}
.topSliderContainer .point .peTooltip .triangle {
  position: absolute;
  bottom: -5px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  left: 50%;
  margin-left: -3px;
  transform: rotate(45deg);
  transform-origin: 20% 40%;
}
.topSliderContainer .point .peTooltip .thumb {
  height: 140px;
  overflow: hidden;
  position: relative;
}
.topSliderContainer .point .peTooltip .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-position: center center;
}
.topSliderContainer .point .peTooltip .title {
  padding: 22px 30px 19px 30px;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
}
.topSliderContainer .point .peTooltip .title div {
  position: relative;
}
.topSliderContainer .point .peTooltip .title span {
  position: absolute;
  right: 0;
  top: 5px;
}
.topSliderContainer .point .peTooltip .title span img {
  width: 10px;
}
.topSliderContainer .point:hover .peTooltip {
  opacity: 1;
  visibility: visible;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.topSliderContainer .point:hover .peTooltip .peTooltipContainer {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.2);
}
.topSliderContainer .point:hover .circle {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  background: #ffffff;
}
.button.main a {
  display: inline-block;
  text-align: center;
  height: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  display: block;
  line-height: 51px;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.button.arrow a {
  width: 45px;
  height: 45px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  background: url(https://protan-elmark.es/resources/themes/pe/images/arrow-right-white.svg) center center no-repeat;
  background-size: 18px;
}
.button.arrow a:hover {
  border: solid 1px #ffffff;
}
.button.showMore a {
  min-width: 120px;
  background: #004d94;
  color: #ffffff;
  display: inline-block;
}
.button.showMore a:hover {
  background: #005db3;
  color: #ffffff;
}
.button.showMore a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.button.showMore a span img {
  width: 8px;
}
.button.showMore2 a {
  min-width: 120px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: inline-block;
}
.button.showMore2 a:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.button.showMore2 a:hover span {
  opacity: 1;
}
.button.showMore2 a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0.3;
}
.button.showMore2 a span img {
  width: 8px;
}
.button.steps {
  padding: 20px 0 0 0;
}
.button.steps a {
  
  color: #717171;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.button.steps a strong {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.button.steps a:hover {
  background: #005db3;
  color: #ffffff;
  border: solid 1px #005db3;
}
.button.steps a:hover span svg polyline {
  stroke: #ffffff;
}
.button.steps a span {
  display: inline-block;
  vertical-align: 2px;
}

.button.steps a span svg polyline {
  fill: none;
  stroke: #005db3;
  stroke-miterlimit: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.button.border2 a {
  min-width: 120px;
  color: #717171;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.button.border2 a:hover {
  background: #005db3;
  color: #ffffff;
  border: solid 1px #005db3;
}
.button.border2 a:hover span svg polyline {
  stroke: #ffffff;
}
.button.border2 a span {
  display: inline-block;
  vertical-align: -2px;
  margin-left: 15px;
}
.button.border2 a span svg {
  width: 8px;
  height: 12px;
}
.button.border2 a span svg polyline {
  fill: none;
  stroke: #0F548F;
  stroke-miterlimit: 10;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.button.address a {
  min-width: 120px;
  color: #717171;
  display: inline-block;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.button.address a:hover {
  background: #005db3;
  color: #ffffff;
  border: solid 1px #005db3;
}
.button.address a:hover span svg polyline {
  stroke: #ffffff;
}
.button.address a span {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 10px;
}
.button.address a span svg {
  width: 23px;
}
.button.address a span svg polyline {
  fill: none;
  stroke: #005db3;
  stroke-width: 5;
  stroke-miterlimit: 10;
}
.button.blue a {
  background: #004d94;
  color: #ffffff;
}
.button.blue a:hover {
  background: #005db3;
  color: #ffffff;
}
.button.blue a.showContact span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0.5;
}
.button.blue a.showContact span img {
  width: 18px;
  height: 18px;
}
.button.blue a.showConfigurator span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  opacity: 0.5;
}
.button.blue a.showConfigurator span img {
  width: 28px;
  height: 17px;
}
.button.slider {
  position: relative;
  display: inline-block;
  padding: 20px 0 20px 0;
  position: absolute;
  bottom: 85px;  
}
.button.slider a {
  background: #ffffff;
  color: #717171;
  height: 55px;
  line-height: 58px;
}
.button.slider a:hover {
  background: #005db3;
  color: #ffffff;
}
.button.slider a:hover span svg path {
  fill: #ffffff;
}
.button.slider a span {
  display: inline-block;
  vertical-align: -4px;
  margin-right: 10px;
}
.button.slider a span svg {
  width: 20px;
}
.button.slider a span svg path {
  fill: #004d94;
}
.button.border a {
  border: solid 1px rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.button.border a:hover {
  border: solid 1px #ffffff;
  color: #ffffff;
}
.button.border a.showContact span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.button.border a.showContact span img {
  width: 18px;
  height: 18px;
}
.button.border a.showConfigurator span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.button.border a.showConfigurator span img {
  width: 28px;
  height: 17px;
}

.headline h4 {
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #0d283f;
  padding: 10px 0 20px;
}
.headline .showAll {
  padding: 0 0 60px 0;
}

.tooltipAside {
  width: 100%;
  max-width: 560px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: #ffffff;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  -o-transform: translate(60px, 0);
  -ms-transform: translate(60px, 0);
  transform: translate(60px, 0);
  overflow-y: scroll;
}
.tooltipAside.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.tooltipAside .thumb {
  height: 310px;
  overflow: hidden;
  position: relative;
}
.tooltipAside .thumb div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-position: center center;
}
.tooltipAside .content {
  padding: 50px;
}
.tooltipAside .button {
  padding: 30px 0 0 0;
}
.tooltipAside .tooltipSlider {
  overflow: hidden;
}
.tooltipAside .closeTooltipAside {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 10;
}
.tooltipAside .closeTooltipAside a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-left: 40px;
}
.tooltipAside .closeTooltipAside a span {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
  top: -5px;
}
.tooltipAside .closeTooltipAside a span img {
  width: 22px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tooltipAside .closeTooltipAside a:hover {
  color: #ffffff;
}
.tooltipAside .closeTooltipAside a:hover span {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tooltipAside .arrows {
  position: absolute;
  top: 50px;
  right: 40px;
  z-index: 10;
}
.tooltipAside .paging {
  position: absolute;
  right: 180px;
  top: 62px;
  z-index: 10;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.pageMask.active {
  visibility: visible;
  opacity: 1;
}



/****** FILE: themes/pe/css/protanelmark-mq.css *****/

@media screen and (max-width: 1439px) {
  .wrapperContainer {
    padding: 0 40px;
  }
  .wrapper {
    margin: 0 40px;
  }
  .wrapperPadding {
    padding-left: 95px;
  }
  .tooltipAside .thumb {
    height: 280px;
  }
  .tooltipAside .content {
    padding: 40px;
  }
  .tooltipAside .button {
    padding: 25px 0 0 0;
  }
  .tooltipAside .closeTooltipAside {
    top: 50px;
    left: 40px;
  }
  .tooltipAside .arrows {
    top: 40px;
    right: 30px;
  }
  .tooltipAside .paging {
    top: 52px;
  }
 
  .topSliderContainer .buttons {
  }
  .topSliderContainer .navigation {
    bottom: 50px;
  }
  .topSliderContainer .topSlider .topSlide .content {
    bottom: 35px;
  }
  
  
  
  
}
@media screen and (max-width: 1366px) {
  .wrapper {
    width: auto;
    margin: 0 50px;
  }
  .sectionPadding {
    padding: 80px 0;
  }
  .sectionPaddingTop {
    padding: 80px 0 0 0;
  }
  .sectionPaddingMin {
    padding: 40px 0;
  }
  .sectionPaddingTopMin {
    padding: 40px 0 0 0;
  }
  
 
  
}
@media screen and (max-width: 1279px) {
  .topSliderContainer .point .peTooltip {
    width: 200px;
    margin-left: -100px;
  }
  .topSliderContainer .point .peTooltip .thumb {
    height: 100px;
  }
  .topSliderContainer .point .peTooltip .title {
    padding: 17px 20px 14px 20px;
    font-size: 15px;
  }
  
 
 
  
}
@media screen and (max-width: 1199px) {
  
  .sectionPadding {
    padding: 60px 0;
  }
  .sectionPaddingTop {
    padding: 60px 0 0 0;
  }
  .sectionPaddingMin {
    padding: 30px 0;
  }
  .sectionPaddingTopMin {
    padding: 30px 0 0 0;
  }
  
 
  
  
}

@media screen and (max-width: 899px) {
  .wrapperContainer {
    padding: 0 30px;
  }
  .wrapper {
    margin: 0 30px;
  }
  .tooltipAside {
    max-width: 460px;
  }
  .tooltipAside .thumb {
    height: 240px;
  }
  .tooltipAside .content {
    padding: 30px;
  }
  .tooltipAside .button {
    padding: 20px 0 0 0;
  }
  .tooltipAside .closeTooltipAside {
    top: 35px;
    left: 30px;
  }
  .tooltipAside .arrows {
    top: 30px;
    right: 25px;
  }
  .tooltipAside .paging {
    display: none;
  }
 
  .topSliderContainer .buttons {
    
  }
  .topSliderContainer .navigation {
    bottom: 30px;
  }
  .topSliderContainer .topSlider .topSlide .content {
    bottom: 25px;
  }
 

  
}
@media screen and (max-width: 767px) {
  .topSliderContainer .point {
    display: none;
  }
  .topSliderContainer .navigation {
    display: none;
  }
 
  .wrapperPadding {
    padding-left: 0;
  }
  
  .protanelmark {
    padding: 65px 0 0 0;
  }
  .topSliderContainer {
    min-height: 420px;
    height: 420px;
  }
  .topSliderContainer .buttons {
    top: 0;
    display: none 
  }
  .topSliderContainer .buttons .wrapperPadding {
    margin: 0;
    padding: 0;
  }
  .topSliderContainer .buttons .wrapperPadding .wrapperContainer {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%;
  }
  .topSliderContainer .buttons .wrapperPadding .wrapperContainer .button.lang {
    display: none;
  }
  .topSliderContainer .buttons .wrapperPadding .wrapperContainer .button.blue {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  .topSliderContainer .buttons .wrapperPadding .wrapperContainer .button.blue:first-of-type a {
    background: ;
  }
  .topSliderContainer .buttons .wrapperPadding .wrapperContainer .button.blue a span {
    display: none;
  }
  .topSliderContainer .buttons .wrapperPadding .wrapperContainer .button.blue a:hover {
    background: ;
  }
  .topSliderContainer .topSlider .topSlide .content {
    bottom: 20px;
  }
  .topSliderContainer .topSlider .topSlide .content h1 {
    font-size: 24px;
    width: auto;
  }
  .wrapperContainer {
    padding: 0 20px;
  }
  .wrapper {
    margin: 0 20px;
  }
  
  .headline h4 {
    font-size: 24px;
  }
  .headline .showAll {
    padding: 0 0 30px 0;
  }
 
 
}


@media screen and (max-width: 468px) {

  .topSliderContainer {
    min-height: 200px;
    height: 200px;
  }

}
/****** FILE: themes/pe/css/pe.symbioza.css *****/


.stickTopButtons {background-color: rgb(255,255,255,0.8); padding: 20px 0; top: 0px !important; }

.loadmask {z-index: 1; position: absolute; top: 0px ; right: 0px; background-color: #ffffff; width: 100%;  height: auto; background-image: url("https://protan-elmark.es/resources/themes/pe/images/ajax-lazyloader.gif?v=2"); background-repeat: no-repeat !important ;  background-position: center;  background-size: 32px 32px !important; }


.HotSpotSliderSection .arrows span:hover {transform: scale(1.1)!important;-ms-transform: scale(1.1)!important;-moz-transform: scale(1.1)!important;-webkit-transform: scale(1.1)!important;}

.HotSpotSliderSection.heightlimit , .HotSpotSliderSection.heightlimit .mask, 
.HotSpotSliderSection.heightlimit .photo, .HotSpotSliderSection.heightlimit .topSlide  {max-height: 400px; }
/*.HotSpotSliderSection.fullheight .topSliderContainer {height: 100% !important}*/


.peTooltip.moveawayfromleft {margin-left: -10px !important ; }
    .peTooltip.moveawayfromleft .triangle {left: 7% !important}

.peTooltip.moveawayfromtop {bottom: -300px !important;}
    .peTooltip.moveawayfromtop .triangle{bottom: 200px !important; }


.loading {margin-top: 20% }
.lazyConfiguratorLayer {text-align: center; width: 100%; height: 100%; display: block; position: absolute;  z-index: 999; top: 0px;  left: 0px; background-color: #fff }


.tooltipmap {width: 250px; height: 132px;overflow: hidden; margin-left: -1px; margin-top: -1px }
.tooltiplink { text-align: left; height: 50px;  margin-bottom: 10px ;  padding: 10px 20px !important; display: block; font-size: 15px; font-weight: bold; }
.tooltiplink.item {font-size: 12px !important  }
.tooltiplink a {color: #000 !important} 
.tooltiplink a:hover {color: #004a88 !important; font-weight: bold; }
.leaflet-popup-close-button {display: none }


.topSliderContainer .point .peTooltip .title span {right: -15px;}
.tooltipAside .closeTooltipAside a {background-color: #004a88; padding: 10px 10px 10px 40px; }
.tooltipAside .closeTooltipAside span {top: 4px !important; left: 10px !important}

.point.showTooltip {cursor: pointer;}
 

.TextAndLeadSection .desc {text-align: justify}

 

.section.sizes {background-color: #fff }
.sizesSliderContainer {padding: 0px !important}
.sizesSliderContainer .arrows {position: absolute;right: 0 !important;z-index: 10000;top: 80%;left: 90% !important;margin-top: 0px;}
.sizesSliderContainer .arrows a {display: inline-block !important;}
.sizes .headline h3 {margin-bottom: 20px; }
.sizes .headline h3,
.sizes  .desc {text-align: center }



@media only screen and (max-width: 384px){
    .button.slider {bottom: 230px !important}
}

@media only screen and (max-width: 468px){
        
    .HotSpotSliderSection .tooltips {display: none }
    .HotSpotSliderSection .topSliderContainer .topSlider .topSlide .photo,
    .HotSpotSliderSection .topSliderContainer .topSlider .topSlide .mask,
    .topSliderContainer .slick-track {height: 50% }
    .HotSpotSliderSection.protanelmark  {height: 250px !important}
    .topSliderContainer .topSlider .topSlide .content {bottom: 225px;}

    .button.slider {bottom: 150px; }
    
}

@media only screen and (min-width: 469px) and  (max-width: 600px){
    .button.slider {bottom: 150px; }
    
 }

 @media only screen and (min-width: 601px) and  (max-width: 768px){
    .loading {margin-top: 30% }
    .button.slider {bottom: 150px; }
    .topSliderContainer .buttons {display: none }
    
 }




@media only screen and (min-width:768px){
    .HotSpotSliderSection.default-height {height: 640px }
    
}



@media only screen and (max-width:768px){

    .topSliderContainer .topSlider .topSlide {height: 400px }


    .protanelmark {height: auto ;}
    
    topSliderContainer .topSlider .topSlide .content {bottom: 200px; }
    .topSliderContainer .topSlider .topSlide .content h1 {font-size: 30px;}
    
}



/****** FILE: themes/pe/js/Magnific-Popup-master/dist/magnific-popup.css *****/
.mfp-bg,.mfp-wrap{position:fixed;left:0;top:0}.mfp-bg,.mfp-container,.mfp-wrap{height:100%;width:100%}.mfp-arrow:after,.mfp-arrow:before,.mfp-container:before,.mfp-figure:after{content:''}.mfp-bg{z-index:1042;overflow:hidden;background:#0b0b0b;opacity:.8}.mfp-wrap{z-index:1043;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-close,.mfp-preloader a:hover{color:#FFF}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}.mfp-figure:after,.mfp-iframe-scaler iframe{box-shadow:0 0 8px rgba(0,0,0,.6);position:absolute;left:0}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-figure,img.mfp-img{line-height:0}.mfp-arrow{position:absolute;opacity:.65;margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1}.mfp-arrow:after,.mfp-arrow:before{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3F3F3F}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-image-holder .mfp-content,img.mfp-img{max-width:100%}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{display:block;top:0;width:100%;height:100%;background:#000}.mfp-figure:after,img.mfp-img{width:auto;height:auto;display:block}img.mfp-img{box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure:after{top:40px;bottom:40px;right:0;z-index:-1;background:#444}.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(.75);transform:scale(.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
/****** FILE: themes/pe/js/leaflet/leaflet.css *****/
.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden;-webkit-tap-highlight-color:transparent;background:#ddd;outline:0;font:12px/1.5 "Helvetica Neue",Arial,Helvetica,sans-serif}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-overlay-pane svg,.leaflet-tooltip{-moz-user-select:none}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-overlay-pane svg,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4);color:#0078A8}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto;float:left;clear:both}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-right .leaflet-control{float:right;margin-right:10px}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-fade-anim .leaflet-tile{will-change:opacity}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.leaflet-zoom-anim .leaflet-zoom-animated{will-change:transform;-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container a.leaflet-active{outline:orange solid 2px}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px 'Lucida Console',Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:border-box;box-sizing:border-box;background:#fff;background:rgba(255,255,255,.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;border:none;text-align:center;width:18px;height:14px;font:16px/14px Tahoma,Verdana,sans-serif;color:#c3c3c3;text-decoration:none;font-weight:700;background:0 0}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678, M12=.70710678, M21=-.70710678, M22=.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-clickable{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:0 0;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}
/****** FILE: themes/pe/js/leaflet.markercluster/MarkerCluster.Default.css *****/
.marker-cluster-small{background-color:rgba(181,226,140,.6)}.marker-cluster-small div{background-color:rgba(110,204,57,.6)}.marker-cluster-medium{background-color:rgba(241,211,87,.6)}.marker-cluster-medium div{background-color:rgba(240,194,12,.6)}.marker-cluster-large{background-color:rgba(253,156,115,.6)}.marker-cluster-large div{background-color:rgba(241,128,23,.6)}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px "Helvetica Neue",Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}
/****** FILE: themes/pe/css/fontawesome-all.css *****/
/*!
 * Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }