.post-module {
  position: relative;
  z-index: 1;
  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: 0.6;
}
.post-module .thumbnail {
  background: #000000;
  /*height: 400px;*/
  overflow: hidden;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #4992D3;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
  font-size: 18px;
  margin-top: -5px;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: -5px;
}
.post-module .thumbnail img {
  display: block;
  width: 105%;
  -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: #4992D3;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  
}

.post-module .post-content .category a{
  text-decoration: none;
  color: #FFFFFF;
}

.post-module .post-content .category a:hover{
  text-decoration: none;
}

.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: #4992D3;
  font-size: 20px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}
.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;
}
.news_container {
  /*max-width: 800px;
  min-width: 640px;*/
  max-width: 1200px;
  /*min-width: 640px;*/
  margin: 0 auto;
}
.news_container:before,
.news_container:after {
  content: '';
  display: block;
  clear: both;
}
.news_container .news_column {
  width: 25%;
  padding: 0 25px;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px;
}

h1{
  color:#4992D3;
}

.title a{
  color: #333;
}

.sub_title a{
  color: #4992D3;
}

.title a:hover{
  text-decoration: none;
}

.sub_title a:hover{
  text-decoration: none;
}

/* Media Queries */

/*Smaller monitor*/
@media(min-width: 1018px) and (max-width: 1370px){
  .news_container .news_column{
    width: 25%;
  }

  .post-module {
    min-width: 200px;
  }
}

/*Tablet - bigger*/
@media(min-width: 840px) and (max-width: 1017px){
  .news_container .news_column{
    width: 25%;
  }
  .post-module {
    min-width: 200px;
  }
}


/*Tablet - smaller or phone*/
@media(min-width: 651px) and (max-width: 839px){ /*768px*/
  .news_container .news_column{
    width: 50%;
    /*margin-bottom: 280px;*/
  }
  .post-module .thumbnail img {
    width: 100%;
  }
}


@media(min-width: 501px) and (max-width: 650px){ /*768px*/
  .news_container .news_column{
    width: 85%;
  }
  .post-module .thumbnail img {
    width: 100%;
  }
}


/*Small phone*/
@media(min-width: 401px) and (max-width: 500px){
  .news_container .news_column{
    width: 70%;
  }
}

@media(max-width: 400px){
  .news_container .news_column{
    width: 100%;
  }
}