@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/ufonts.com_din-regular-webfont.eot');
  src: url('../fonts/ufonts.com_din-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_din-regular-webfont.woff2') format('woff2'), url('../fonts/ufonts.com_din-regular-webfont.woff') format('woff'), url('../fonts/ufonts.com_din-regular-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_din-regular-webfont.svg#dinregular') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans';
  src: url('../fonts/ufonts.com_din-light-webfont.eot');
  src: url('../fonts/ufonts.com_din-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ufonts.com_din-light-webfont.woff2') format('woff2'), url('../fonts/ufonts.com_din-light-webfont.woff') format('woff'), url('../fonts/ufonts.com_din-light-webfont.ttf') format('truetype'), url('../fonts/ufonts.com_din-light-webfont.svg#din_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}
body {
  background: #000;
  font-family: "PT Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
}
a {
  color: #FF5F72;
}

ul{
  list-style: none;
  padding:0; 
}

a:active,
a:hover {
  color: #FFF;
}
a:visited {
  color: #FF5F72;
}
img.maxwidth {
  width: 100%;
  height: auto;
}
.pn-mediumtext {
  font-size: 0.9em;
  line-height: 1.4;
}
.pn-smalltext {
  font-size: 0.7em;
}
.pn-main-container {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  padding-bottom: 150px;
}
.pn-background-container {
  position: absolute;
  left: -100px;
  top: 0;
  right: 0;
}
.pn-background-container img.pn-background-image {
  width: 100%;
  height: auto;
}
.pn-mobile-background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.text-container {
  position: relative;
  margin: 0 auto;
  width: 25%;
  min-width: 350px;
  max-width: 400px;
  margin-top: 15%;
  left: -1.2%;
  height: 350px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing-osx: antialiased;
}
.text-container .pn-logo {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 300px;
  margin: 0 auto;
  left: -20px;
}

.habitat-img
{
    width:50%;
}

#pn-home-slides .singleslide {
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  width: 100%;
}
#pn-home-slides .singleslide.active {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  position: absolute;
  left: 0;
  top: 0;
}
#pn-home-slides .pn-arrow-container {
  position: absolute;
  top:100%;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#pn-home-slides .pn-arrow-container .pn-arrow {
  display: inline-block;
  position: relative;
  width: 29px;
  height: 19px;
  cursor: pointer;
  z-index: 300;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#pn-home-slides .pn-arrow-container .pn-arrow:hover {
  opacity: 0.4;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}
#pn-home-slides .pn-arrow-container .pn-arrow.left {
  background: url('../img/arrowleft.png') center center no-repeat;
}
#pn-home-slides .pn-arrow-container .pn-arrow.right {
  background: url('../img/arrowright.png') center center no-repeat;
}
.pn-footer-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.pn-footer-container .footerlogo {
  position: relative;
  text-align: right;
}
.pn-footer-container .footerlogo img {
  max-width: 100%;
}
.pn-footer-container .pn-ftr-inner {
  position: absolute;
  font-size: 14px;
  color: #FFF;
  width: 50%;
  left: 0;
  bottom: 0;
  padding: 20px;
}
.pn-footer-container .pn-ftr-inner.right {
  left: 50%;
}
.pn-footer-container .footersocial {
  position: relative;
  float: left;
  margin-bottom: 10px;
}
.pn-footer-container .footersocial .social-icon {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 42px;
}
.pn-footer-container .footersocial .social-icon img {
  width: 100%;
}
.pn-footer-container .footersocial .social-icon.facebook {
  width: 31px;
}
.pn-footer-container .footercontact {
  float: left;
}
#pn-home-signup {
  display: none;
}
#pn-home-signup .form-control {
  background: #000;
  border: 1px solid #017080;
  color: #FFF;
}
.pn-signup-success {
  display: none;
}
.pn-signup-error {
  color: #D00;
  display: none;
}
.pn-date-icon {
  position: relative;
  font-family: "PT Sans", Arial, sans-serif;
  width: 39px;
  height: 47px;
  display: inline-block;
  color: #333;
  text-align: center;
  padding-top: 15px;
  background-color: #fff;
  font-weight: bold;
  font-size: 22px;
  margin-right: 5px;
}
.pn-date-icon .month-container {
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  background-color: #017080;
  color: #FFF;
  width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .text-container {
    margin-top: 20%;
    height: 302px;
    width: 50%;
    left: 0;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pn-background-container {
    display: none;
  }
  .pn-mobile-background-container {
    display: block;
  }
  .text-container {
    margin-top: 30%;
    height: 302px;
    width: 90%;
    left: 0;
    min-width: 0;
  }
  .text-container .pn-logo {
    max-width: 70%;
  }
  #pn-home-slides .pn-arrow-container .pn-arrow {
    background-size: 70% 70% !important;
  }
  .pn-footer-container .footersocial .social-icon {
    width: 24px;
  }
  .pn-footer-container .footersocial .social-icon.facebook {
    width: 16px;
  }
  .pn-footer-container .pn-ftr-inner {
    width: 60%;
    font-size: 12px;
  }
  .pn-footer-container .pn-ftr-inner.right {
    width: 40%;
    left: 60%;
  }
}

@media only screen and (max-device-width: 480px) {
   
   #pn-home-slides .pn-arrow-container {
       
       top:93%;
   }
    
    
   .text-container {
       margin-top:20%;
   }
}
