/* >> Csatolmány CSS
----------------------------------------------------*/
.m-attachments{margin-top: 2em;}
.m-attachments .modul-title{border-bottom: 1px solid #dedede; line-height: 1.43; font-weight: bold; margin-bottom: 1em; text-transform: uppercase; padding: 8px; color: #cd1719;}
.m-attachments .modul-title span{text-transform: none; font-weight: 300; color: #626262;}
.m-attachments li{margin-bottom: 1em;}
.m-attachments li .title{margin-bottom: 0.5em; line-height: 1.43; background: url(../images/icon-attach.png) no-repeat left center; padding-left: 24px; color: #cd1719; font-weight: bold;}
.m-attachments li .title.pdf{background: url(../images/icon-pdf.png) no-repeat left center;}
.m-attachments li .title.doc, .m-attachments li .title.docx{background: url(../images/icon-doc.png) no-repeat left center;}
.m-attachments li .title.xls, .m-attachments li .title.xlsx{background: url(../images/icon-xls.png) no-repeat left center;}
.m-attachments li .title.ppt{background: url(../images/icon-ppt.png) no-repeat left center;}
.m-attachments li .title.txt{background: url(../images/icon-txt.png) no-repeat left center;}
.m-attachments li .title.zip{background: url(../images/icon-zip.png) no-repeat left center;}
.m-attachments li .title.mp3{background: url(../images/icon-mp3.png) no-repeat left center;}
.m-attachments li .title.wav{background: url(../images/icon-wav.png) no-repeat left center;}
.m-attachments li .title.link{background: url(../images/icon-link.png) no-repeat left center;}
.m-attachments li .title:hover{color: #cd1719;}

.m-attach_new{margin-top: 2em;}
.m-attach_new .modul-title{border-bottom: 1px solid #dedede; line-height: 1.43; font-weight: bold; margin-bottom: 1em; text-transform: uppercase; padding: 8px; color: #cd1719;}
.m-attach_new .modul-title span{text-transform: none; font-weight: 300; color: #626262;}

.m-attach_new .m-news_list{margin-bottom: 0;}

.m-attach_event{margin-top: 2em;}
.m-attach_event .modul-title{border-bottom: 1px solid #dedede; line-height: 1.43; font-weight: bold; margin-bottom: 1em; text-transform: uppercase; padding: 8px; color: #cd1719;}
.m-attach_event .modul-title span{text-transform: none; font-weight: 300; color: #626262;}

.m-attach_text{margin-top: 2em; float: left; width: 100%}
.modul-title{border-bottom: 1px solid #dedede; line-height: 1.43; font-weight: bold; margin-bottom: 1em; text-transform: uppercase; padding: 8px; color: #cd1719;}
.modul-title span{text-transform: none; font-weight: 300; color: #626262;}
.m-attach_text .event-title{margin-bottom: 0.5em;}

/* >> PC
--------------------------------------------*/
@media only screen and (min-width: 960px){
    
}