@charset "utf-8";
/* CSS Document */

section#post {
     margin-top: 56px;
    padding-top: 0px;  
}


#pos3 {
    background-color: #ffffff;
    margin-top: 7px;
}

#pos3 .head-mod {
background-color: #ff8000;
    color: #fff;
    padding: 5px 5px 3px;
    font-weight: normal;
    margin-bottom: 2px;
    text-indent: 13px;
    background-image: url(../images/last_news_bg.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: center;
    background-position-x: right;
    padding-right: 34px; 
}

#pos3 #posts-list-box {
margin: 0px 0px;
padding: 7px 8px;
background-color: #f1f1f1;
}

#pos3 .cell_left {
     width: 100%;
     margin-bottom: 5px;
}



#pos3 .posts-list-module .primary_title {
text-indent: 11px;
    text-align: right;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#pos3 .posts-list-module .primary_title a {
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
font-weight: normal;
    font-size: 14px;
    text-align: right;
    text-indent: 11px;
}

#pos3 div.cell_left::before {
   display: block;
    content: '';
    width: 0;
    height: 0;
    border-right: 4px solid #E11924;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: relative;
    top: 17px;
    right: 0;
}




#pos4 {
    background-color: #ffffff;
    margin-top: 10px;
        margin-bottom: 20px;
}

#pos4 .head-mod {
background-color: #ff8000;
    color: #fff;
    padding: 5px 5px 3px;
    font-weight: normal;
    margin-bottom: 2px;
    text-indent: 13px;
    background-image: url(../images/last_news_bg.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-y: center;
    background-position-x: right;
    padding-right: 34px;  
}

#pos4 #posts-list-box {
margin: 0px 0px;
padding: 7px 8px;
background-color: #f1f1f1;
}

#pos4 .cell_left {
     width: 100%;
     margin-bottom: 5px;
}



#pos4 .posts-list-module .primary_title {
text-indent: 11px;
    text-align: right;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#pos4 .posts-list-module .primary_title a {
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out !important;
font-weight: normal;
    font-size: 14px;
    text-align: right;
    text-indent: 11px;
}

#pos4 div.cell_left::before {
   display: block;
    content: '';
    width: 0;
    height: 0;
    border-right: 4px solid #E11924;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: relative;
    top: 17px;
    right: 0;
}



div#column3 {
 padding: 0px;   
}


div#pos5 div.item {
    margin: 6px 0px;
}

@media (min-width: 576px) {

div#column1 {
 padding: 0px;   
}

}

@media (max-width: 767px) {
 
section#post {
    padding-top: 10px;
}    
    
}


@media (max-width: 992px) {
  
#pos5 {
  display: none;
}  
  
}