/*--------------------------------------------------------------
# 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, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
  line-height: 1.5em;
  font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}

fieldset {
    margin: 0;
    padding: 0 0 20px;
    border: 0;
}

fieldset legend {
  font-weight: bold;
  border-bottom: 1px solid #bdbdbd;
  padding: 0 0 10px;
  margin: 0 0 20px;
  display: block;
  width: 100%;
}

p {
    margin: 5px 0;
    padding: 0;
}

ul {
    margin: 5px 0;
    padding: 0;
    list-style: none;
}

ul li {
  margin: 0 0 0 3px;
  padding: 0 0 0 15px;



}

ul li ul li {
  padding: 0 0 0 15px;
}

a:link, a:visited {
  color: #000000;
    text-decoration: underline;
}

a:hover {
  color: #67a6dc;
    text-decoration: none;
  -webkit-transition: color 0.2s ease-in;
  -moz-transition: color 0.2s ease-in;
  -o-transition: color 0.2s ease-in;
  transition: color 0.2s ease-in;
}

a img {
    border: none;
}