/* Lead */

.blog-image.blog-img-leftfloat {
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    /* margin-right: 19px; */
    width: 50%;
    margin: 10px 19px 10px 0;
}

.blog-image.blog-img-leftfloat img {
    max-width: 300px;
}

div.part-catview .one img {
    width: 50%;
}

div.part-catview .two img {
    width: 100%;
}

/* Lead END */

div.part-catview.ureskethasab > h1.component-heading {
  margin-bottom: 10px;
}

div.part-catview {
  position: relative;
  /*margin: 0 0 20px 20px;*/
}


div.part-catview img.picholder {
  position: absolute;
  top: 5px;
  right: 5px;
}

div.part-catview div.content-blog-category {
  background: #fff;
  margin: 0 0 10px 0;
  padding: 10px 0;
}


div.part-catview div.content-blog-category ul,
div.part-catview div.lead ul {  }

div.part-catview div.content-blog-category ul li,
div.part-catview div.lead ul li { }

.part-catview {
  /* padding-top:20px; */
}

div.part-catview div.content-blog-list {
  background: #fff;
  margin: 0 0 10px;
}

div.part-catview div.content-blog-list.col2 {
  width: 49%;
  margin: 0 2% 10px 0;
  float: left;
}

div.part-catview div.content-blog-list.col2.c2 {
  margin: 0 0 10px;
}

div.part-catview div.content-blog-list > h2 {
  background: transparent;
  text-transform: uppercase;
  border-bottom: 4px solid #eee;
  /* margin-bottom: 8px; */
}

div.part-catview div.content-blog-list > div.process {
  background: #ececec;
  border-bottom: 1px solid #ececec;
  padding: 5px;
}

div.part-catview div.content-blog-list > div.process > span {
  float: left;
  height: 16px;
  line-height: 16px;
  font-size: 13px;
  padding: 0 15px 0 21px;
}

div.part-catview div.content-blog-list > div.process > span.category {
  background: transparent url('../gfx/icon-category.png') 0 0 no-repeat;
}

div.part-catview div.content-blog-list > div.process > span.created {
  background: transparent url('../gfx/icon-created.png') 0 0 no-repeat;
}

div.part-catview div.content-blog-list > div.process > span.modify {
  background: transparent url('../gfx/icon-modified.png') 0 0 no-repeat;
  display: none;
}

div.part-catview div.content-blog-list > div.process > span.author {
  background: transparent url('../gfx/icon-author.png') 0 0 no-repeat;
  display: none;
}

div.part-catview div.content-blog-list > div.lead {
  padding: 0;
}

div.part-catview div.content-blog-list > div.lead img {
  max-width: 100%;
  height: auto; 
  padding: 10px;
}

div.part-catview div.content-blog-list > div.lead > p {
  text-align: left;
}

div.part-catview div.content-blog-list > div.lead  p { padding-bottom: 10px; }

div.part-catview div.content-blog-list a.read-more {
  padding: 0;
  color: #C27F22;
  display: inline-block;  
  text-align: right;
  float: right;
  font-weight: 600; 
}
div.part-catview div.content-blog-list a.read-more::after {
  content: " "url('../../../gfx/arrow-more.svg');
}

div.part-catview div.content-blog-list a.read-more:hover {
  text-decoration:none;
}


div.part-catview div.pager-bottom {
  background: #fff;
}

div.part-catview div.pager-bottom > div > strong {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #dedede;
  display: inline-block;
  background: #ccc;
  color: #444;
  font-weight: 400;
  text-align: center;
}

div.part-catview div.pager-bottom > div > a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  border-right: 1px solid #dedede;
  display: inline-block;
  background: #fff;
  font-weight: 400;
  text-align: center;
}

div.part-catview div.pager-bottom > div > a:hover {
  color: #fff !important;
  background: #009ED9;
}

/* Media Queries */

@media (max-width: 767px) { 

    div.part-catview {
     margin: 0 20px 10px 20px;
    }

}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  div.blog-image.blog-img-leftfloat > img {
    max-width: 245px !important;
    height: auto !important;
  }
    div.part-catview {
     margin: 0 20px 10px 20px;
    }
  
  
}

