
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pav-header  { position:relative  }
.pav-header .rss-wrapper{
	width:30px;	
        height:30px;	
        display:block; 
        position:absolute;
        right:0; 
        top:0; 
        background:url(../image/icon-rss.png) no-repeat center center;
	overflow:hidden; 
        text-indent:-999em;
}

.blog-meta 
{
    border: 1px solid #E5E5E5;
    margin: 10px 0px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.blog-meta > span  {     
    font-family: 'Gotham-Bold';
    border-right: 1px solid #E5E5E5;
    display: block;
    float: left;
    font-size: 90%;
    padding: 10px 11px ;
 }
.blog-meta > span:last-child{ border-right:none; font-size:90% }
.blog-meta > span  span{ 
    font-family: 'Gotham-Bold';
}
	
.blog-header .created {
	display:block;
	overflow:hidden;
	height:40px;padding:12px;
	background:#000;
	color:#FFF;
	float:left;
	font-size:11px; 
	margin-right:12px; 	
}

.blog-header  span.day{ font-size:30px; 
         font-family: 'Gotham-Bold'; padding:4px 0;display:block; text-align:center }
.blog-header  span{ font-size:98%  }
.blog-item .description
{ 
    overflow:hidden; 
    padding:0; 
}
.blog-item .readmore{padding-left:25px }
/**
 * Category Page
 */
 
 
 @media screen and (min-width:1200px)
 {
     div[class*="pavcol"]{
	float:left;
    }
    .pavcol1{ width:100% }
    .pavcol2 { width:50%; }
    .pavcol3 { width:33.33%; }
    .pavcol4 { width:25%; }
    .pavcol5 { width:20%; }
    
    .blog-image
    {
        margin-right: 10px;
        position: relative;
        overflow: hidden !important;
        float: left;
    }
    
    .blog-item img{ 
     padding-right: 12px !important;
    max-width: 100%; }
    .pavcol1 img { 
       padding-right:0; 
       padding-right: 12px !important;
       max-height: 100% !important;
       margin-bottom: 10px;
    }
     .blog-item{ padding:10px; }
 }
 @media screen and (min-width:781px) and (max-width:1199px)
 {
     div[class*="pavcol"]{
	float:none;
    }
    .pavcol1{ width:100% }
    .pavcol2 { width:100%; }
    .pavcol3 { width:33.33%; }
    .pavcol4 { width:25%; }
    .pavcol5 { width:20%; }
    
    .blog-image
    {
        margin-right: 0px;
        position: relative;
        overflow: hidden !important;
        float: none;
    }
    .blog-item img{ 
     padding-right: 0px !important;
    width: 100%; }
    .pavcol1 img { 
       padding-right:0; 
       padding-right: 0px !important;
       max-height: 100% !important;
       margin-bottom: 10px;
    }
    
     .blog-item{ padding:0px; }
 }
  @media screen and (max-width:780px)
 {
     div[class*="pavcol"]{
	float:none;
    }
    .pavcol1{ width:100% }
    .pavcol2 { width:100%; }
    .pavcol3 { width:33.33%; }
    .pavcol4 { width:25%; }
    .pavcol5 { width:20%; }
    
    .blog-image
    {
        margin-right: 0px;
        position: relative;
        overflow: hidden !important;
        float: none;
    }
    
    .button
    {
        width: 100%;
    }
    
    .blog-item img{ 
     padding-right: 0px !important;
    max-width: 100%; }
    .pavcol1 img { 
       padding-right:0; 
       padding-right: 0px !important;
       max-height: 100% !important;
       margin-bottom: 10px;
    }
    
     .blog-item{ padding:0px; }
 }
 
 .pavcol1 h4
 {
    font-size: 16px;
    font-family: 'Gotham-Black';
    color: #000;
    text-transform: uppercase;
    line-height: 16px;
    margin: 5px 0 5px 0;
 }
 .pavcol1 ul
 {
    padding-left: 0;
    list-style: none;
 }
 
 .pavcol1 ul li
 {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
 }
 .pavcol1 ul li a
 {
    color: #888;
    margin-right: 10px;
    
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
 }
 .pavcol1 ul li a:hover
 {
     color: #000;
 }
 
 .blog-tags h4
 {
    font-size: 16px;
    font-family: 'Gotham-Black';
    color: #000;
    text-transform: uppercase;
    line-height: 27px;
    margin: 0 0 5px 0;
 }
 .blog-tags a
 {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 3px 6px;
    color: #777;
    font-size: 12px !important;
    background-color: #e5e5e5;
    
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
 }
 .blog-tags a:hover
 {
    background-color: #000;
    color: #fff;
 }

 .pav-blogs a {
	text-decoration:none
 }
 /**
  * Blog Page
  */
  .pav-blog .description{     
      font-family: 'Gotham-Bold'; 
  }
	
  .pav-blog .blog-content, .pav-blog .blog-bottom { margin-bottom:20px }
   .comment-item {
	 
		padding-bottom:10px;
   }
  .comment-item  img{
	padding-right:12px;
  }
  .comment-wrap{
	overflow:hidden;
	  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;	
  }
  .comment-wrap .comment-meta{
	 border-bottom: 1px solid #E5E5E5;
    font-size: 11px;
    margin: -20px -20px 10px;
    padding: 10px 20px;
  }
  .comment-wrap .comment-meta > span {     font-family: 'Gotham-Bold'; }
   .comment-wrap .comment-meta > span  span{ font-weight:normal; }
   .blog-social  .social-wrap > div { float:left; margin-top: 10px;}
   .blog-social .social-heading{ padding-right:12px; }
   
   .comment-link{
	background: none repeat scroll 0 0 #F4F4F4;
    border-left: 1px solid #E5E5E5;
    display: block;
    float: right;
        font-family: 'Gotham-Bold';
    margin: -11px -20px -10px 0;
    padding: 10px 20px;
   }

 
   #comment-form .message{ background:#FCF8E3; padding: 12px; color:#000; margin:12px ;}
   #comment-form .comment-warning{ color:#B94A48  } 

    #comment-form .input-group{	clear:both; padding: 6px 0;	}
   #comment-form label{  
		 
		display: block;
		float: left;
		line-height: 27px;
		margin: 0;
		width: 20%;
   }
    #comment-form input, #comment-form textarea{
           display: block;
           margin: 0;
           width: 77%;
   }

    #comment-form  .recaptcha{padding:12px; }
    #comment-form  .recaptcha input { width: 140px; height:27px; display:inline; margin:0 12px; }
   /*** Module*/
    .pavblogs-comments-box  .pav-comment { padding:10px 0 ;border-bottom:1px solid #F4F4F4  }
    .pavblogs-comments-box  .pav-comment:last-child{ border-bottom:none; }
    .pavblogs-comments-box img{ padding-right:12px; }

        
.pav-blog .image img
{
    /*max-width: 100%;*/
    width: 100%;
}

.blog-title > a
{
    font-size: 22px;
    font-family: 'Gotham-Black';
}


.blog-image .post-time
{
    display: none;
    position: absolute;
    top: -70px;
    left: -71px;
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    background-color: black;
}
.blog-image .post-time p
{
    font-size: 16px;
    font-family: "Gotham-Black";
    color: #FFF;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    top: 55px;
    right: 9px;
    line-height: 16px;
}
.blog-image .post-time p span
{
    font-size: 13px;
    font-family: "Gotham";
    font-weight: 400;
    display: block;
    text-align: left;
}

.readmore-wrapper
{
    margin-top: 30px;
    height: 40px !important;
}

.description-preview
{
    display: block;
    height: 75px;
    margin-top: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.span-title
{
    font-family: 'Gotham';
}

@media screen and (min-width:1000px)
{
    .blog-col-right
   {
      position: absolute;
      width: 30%;
      top: 30px;
      right: 0;
   }

   .blog-col-left
   {
      max-width: 65%;
      min-height: 500px;
   }
}


@media screen and (max-width:999px)
{
   .blog-col-left
   {
      position: relative;
      width: 100%;
   }

   .blog-col-right
   {
       position: relative;
       width: 100%;
   }
}

@media screen and (max-width: 679px)
{
    .pavcol1.blog-tags {
    margin-bottom: 20px !important;
    }
}

span.st_sharethis_large {
    display: none;
}

.pav-blog {
    max-width: 1200px;
    margin: 0 auto;
}
.content-wrap.clearfix {
    margin-top: 10px;
}