.post-module {
  position: relative;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}
.post-module .thumbnail {
  background: #fff;
  height: 400px;
  overflow: hidden;
}

.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: absolute;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
  padding: 30px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
.post-module .post-content .category {
	position: absolute;
	top: -34px;
	left: 0;
	background: rgba(102,102,102,1);
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #333333;
  font-size: 26px;
  font-weight: 700;
}
.post-module .post-content .sub_title {
	margin: 0;
	padding: 0 0 20px;
	color: rgba(102,102,102,1);
	font-size: 20px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
  font-family: 'Nunito', sans-serif;
}
.post-module .post-content .post-meta {
  margin: 30px 0 0;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
}
.mokotla {
	max-width: 100%;
	min-width: 100%;
	margin: 0 auto;
}
.mokotla:before,
.mokotla:after {
  content: '';
  display: block;
  clear: both;
}
.mokotla .column {
	width: 50%;
	padding: 0 25px;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	-moz-appearance: rotate3d(0,1,0,180deg);
}
.mokotla .column .demo-title {
  margin: 0 0 15px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.mokotla .info {
  width: 300px;
  margin: 50px auto;
  text-align: center;
}
.mokotla .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.mokotla .info span {
  color: #666666;
  font-size: 12px;
}
.mokotla .info span a {
  color: #000000;
  text-decoration: none;
}
.mokotla .info span .fa {
  color: #e74c3c;
}

@media only screen and (min-width: 320px) and (max-width:480px) {
	
.mokotla .column {
	width: 100%;
	height:auto;
	padding: 0 0px;
}
.post-module {
  height: 350px;
}

.post-module .thumbnail {
  height: auto;
  margin:15% 0 0 0;
}
}
@media only screen and (min-width: 480px) and (max-width:800px) {
	
.mokotla .column {
	width: 100%;
	height:auto;
	padding: 0 0px;
}
.post-module {
  height: 350px;
}

.post-module .thumbnail {
  height: auto;
  margin:15% 0 0 0;
}
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
	
.mokotla .column {
	width: 45%;
	height:auto;
	margin:0 2% 0 2%;
	padding: 0 0px;
}
.post-module {
  height: 400px;
}

.post-module .thumbnail {
  height: auto;
  margin:15% 0 0 0;
}
}