/*
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-container ul{
  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-container ul li{
  display: table-cell;
  border-right: 1px solid #333;
  padding: 20px;
}
#pkwn_properties-container ul li:last-child{
  border-right: none;
}
#pkwn_properties-container ul li a{
  display: block;
  font-size: 50%;
  margin-top: 20px;
  color: #333;
}
#pkwn_properties-content{
  padding: 100px 0;
  text-align: center;
}
#pkwn_properties-content p{
  margin: 100px 0;
}
#pkwn_gallery-container{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
#pkwn_gallery-container figure{
  width: calc(100% / 3);
  float: left;
}
.pkwn_properties-icon{
  max-width: 50%;
  display: table;
  margin: auto;
}
#pkwn_property-slider-container{
  display: table;
  width: 100%;
  overflow: auto;
}
#pkwn_property-slider-container > *{
  display: table-cell;
  vertical-align: middle;
}
.pkwn_slider-nav{
  width: 40px;
  padding: 0 5px;
  font-size: calc(40 * 100vw / 1600);
}
#pkwn_property-slider{
  display: table;
  width: 100%;
}
#pkwn_property-slider > *{
  display: table-cell;
  vertical-align: middle;
}
#pkwn_index-slider{
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}
#pkwn_index-slider > span{
  display: left;
  width: 10px;
  height: 10px;
  background-color: yellow;
  margin: 0 5px;
}
#pkwn_website-backlink{
  padding: 10px 100px;
  background-color: #333;
  color: #fff;
  display: table;
  margin: 0 auto 50px;
}