/*--------------------------------------------------------------

# Copyright (C) joomla-monster.com

# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License

# Website: http://www.joomla-monster.com

# Support: info@joomla-monster.com

---------------------------------------------------------------*/



/*********** RESET GLOBAL STYLES **********/



h1 {

    font-size: 1.7em;

}



h2 {

    font-size: 1.4em;

}



h3 {

    font-size: 1.2em;

  

}



h4 {

    font-size: 1.0em;

}



h5 {

    font-size: 0.8em;

}



h6 {

    font-size: 0.7em;

}



h1, h2, h3, h4, h5, h6 {

    margin: 0px 0px 0px 0px;

    font-weight: bold;



}



fieldset {

    margin: 0;

    padding: 0;

    border: 0;

}



blockquote:before, blockquote:after, q:before, q:after {

    content: "";

}



blockquote, q {

    quotes: "" "";

}



a:link, a:visited {

    text-decoration: underline;

}



a:hover {

    text-decoration: none;



}



ul {

    margin: 10px px;

    padding: 0 0 0 10px;

    list-style-type: square; /*********** O.K. bylo none**********/



    list-style-position: outside;

}



ol {

    margin: 10px 0px;

    padding: 0 0 0 20px;

    list-style-position: outside;

}



ul li, ol li, ol li ul li {

    padding: 0;

    margin: 0;



}



p {

    margin: 5px 0px;

    padding: 0px;

  font-size: 14px; 

  

}



a img {

    border: none;

}

/*added by Kozlov*/
/*For links*/

a[href$=".pdf"]:after, a[href$=".PDF"]:after{
    content: url("../images/file-pdf.png");
}
a[href$=".doc"]:after, a[href$=".DOC"]:after, 
a[href$=".docx"]:after, a[href$=".DOCX"]:after{
    content: url("../images/file-doc.png");
}
a[href$=".zip"]:after, a[href$=".ZIP"]:after {content: url("../images/zip.jpg");

}