/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-Feb-2018, 20:25:11
    Author     : Reach U Solutions
*/
#pkwn_properties-list{
  margin: auto;
  font-size: calc(30 * 100vw / 1600);
  display: table;
  text-align: center;
  background-color: #fafafa;
  width: 80%;
  padding: 100px 10%;
  font-family: Crimson, "Times New Roman", serif;
}
#pkwn_properties-list li{
  display: table-cell;
  border-right: 1px solid #333;
  padding: 20px;
}
#pkwn_properties-list li:last-child{
  border-right: none;
}
#pkwn_properties-list li a{
  display: block;
  color: #333;
}
.pkwn_explore::before{
  display: inline-block;
  content: 'Explore';
  margin-top: 10px;
}
#pkwn_gallery-container{
  padding-top: 100px;
}
#pkwn_gallery-container > *{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 80%;
}
#pkwn_gallery-container .pkwn_media-section-container::before{
  display: none;
}
#pkwn_gallery-container figure{
  width: calc(100% / 3);
  float: left;
}
#pkwn_gallery-container figcaption{
  display: block;
  position: relative;
  color: #333;
  margin: 50px auto 70px;
  text-align: center;
}