* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    color: #000;
    font-size: 14px;
    font-family: Arial,Helvetica,Sans-serif;
    font-weight: normal;
    line-height: 16px;
}

body, html {
    height: 100% !important;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover
{
    outline:0px !important;
    -webkit-appearance:none;
}

iframe {
    max-width: 100% !important;
}

hr {
    border: 1px dotted #373737;
    border-style: none none dotted;
    color: #fff;
    margin: 10px 0;
}

p {
    line-height: 18px;
    text-align: justify;
    margin: 0 0 15px;
}

a,
a:hover {
    text-decoration: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

strong {
    font-weight: bold;
}

ul {
    list-style: square;
    margin: 10px 0 10px 40px;
}

ol {
    margin: 10px 0 10px 40px;
}

blockquote:before, 
blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    min-height: 20px;
    line-height: 20px;
}

h1 {
    font-size: 18px;
    min-height: 32px;
    line-height: 32px;
    margin: 0 0 20px;
}

h2 {
    margin: 0 0 20px 0;
}

.clearfix {
    clear: both;
    width: 100%;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

figure {
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hidden { display: none; }