.work-img{
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom:16px;
    overflow: hidden;
}
.work-img:hover{
    box-shadow: 0px 6px 12px -6px grey;
}
.blog-entry-title h5 {
  color: #111;
  margin: 15px 0px 5px;
  display: block;
  line-height: 1.3em;
  font-size: 18px;
}
.rec-description {margin-top: 15px;}
.blog-entry-title:after {
border-bottom:2px solid black;
}
.blog-entry-content p {
  margin-bottom: 15px;
}
.fullblock{
	/*box-shadow: 0px 6px 12px -6px grey;
  background: #f9f9f9;
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f8f8f8 100%);
  background: linear-gradient(to top, #f9f9f9 0%, #f8f8f8 100%);*/	
}
.fullblock:hover{
	box-shadow: 0px 6px 12px -6px grey;
}
.oatime-highlight span {
    margin-left: 40px;
}
.oatime-highlight{
    background: #f9f9f9;
    padding: 10px;
}
.blog-entry .blog-quote {
  background: #111;
  border: none;
  font-size: 22px;
  color: #fff;
  padding: 41px;
  text-align: center;
}

.blog-entry .blog-quote span {
  display: block;
  color: #00aeef;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 15px;
}

.rec-details .date {
  font-size: 12px;
  font-style: italic;
}
.rec-details .category {
  font-size: 12px;
  font-style: italic;
}

.postcontent-grid {
  background: #fff;
  padding: 35px;  
  border: 1px solid #f1f1f1;
}

.post-thumb img {
  width: 100%;
}


.fluid-width-media-wrapper {
  padding-top: 40%;
}

@media (max-width: 63.9em) {
  .page-blog-grid-fullwidth .sidebar {
    margin-top: 50px;
  }
}

/* BLOG GRID LAYOUT */
.page-blog-grid-fullwidth .blog-entry-wrapper, .page-blog-grid-boxed .blog-entry-wrapper {
  background: #f5f5f5;
  overflow: hidden;
  padding: 30px;
}

.newrow {
    display: -webkit-box;
    display: flex;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem; }

@media (min-width: 48em) {
    .col-sm-4 {
        -webkit-box-flex: 33.33333%;
        -webkit-flex: 33.33333%;
        -ms-flex: 33.33333%;
        flex: 33.33333%;
        -webkit-flex-basis: 33.33333%;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%; }
}
.divider-blog{
    width: 30%;
	margin-bottom:15px;
}
.blog-entry-content{
    margin-top: 10px
}
.newblock {
	background: #fafafa;
}
.plr8{
	padding-left:8px;
	padding-right:8px;
	
	
}
.plr0{
	padding-left: 0px;
    padding-right: 0px;
}
.portifolio .container-fluid{
	padding-right: 0px;
    padding-left: 0px;
}
.overflow{
	overflow:hidden;
}
.small-box{
		height: 190px;
}
.small-box img, .large-box img, .long-box img {
	height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.small-box, .large-box, .long-box {
  background-size: cover;
      background-position: top center;
  background-repeat: no-repeat;
}
.large-box{
	height: 645px;
}
.large-box img {
	object-position: 50% 50%;
}
.long-box{
	height:350px;
}
@media (max-width: 768px){
	.large-box{
		height: 190px;
	}
	.long-box{
	height: 190px;
}
}

@media (min-width:1024px){
.rec-details {
    max-height: 870px;
    overflow: hidden;
}
.rec-description {
    max-height: 197px;
    overflow: hidden;
    margin-top: 15px;
}
.postcontent-grid {
	height: 350px;
    overflow: hidden;  
}	
}
@media(max-width: 767px){
  .small-box, .large-box, .long-box {
      background-position: 50% 25%;
      height: 260px;
}
    .oatime-highlight {
    font-size: 12px !important;
}
}