html {
    font-size: 100%; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/*FORMS*/
form {
	margin:0;
	padding:0;	
}
fieldset {
	border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button,
input,
select,
textarea {
    font-size: 100%;
	font-family: sans-serif;
    vertical-align: baseline;
    *vertical-align: middle;
	
    margin: 0; 
	padding:0;
	border:0;
	resize: vertical;
	box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	-moz-box-sizing:border-box !important;
	outline:none;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
input:focus, select:focus, textarea:focus {
	outline:none;	
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/*TABLES*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*GENERAL*/
.pull-left {float:left !important;}
.pull-right {float:right !important;}

.clear {clear:both; height:0;}
.clear:after {
	content: ' ';
}
.clearfix:after {
	content: ' '; /* Older browser do not support empty content */
   	visibility: hidden;
   	display: block;
   	height: 0;
   	clear: both;
}
hr {
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0;
}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
a:hover, a:active, a:focus {outline:none;}

img {
	border:0;
	margin:0;
	vertical-align: middle;
}

p, div, span {
	margin:0;padding:0;
}

b, strong, .bold {
	font-weight:400;
}

dfn, em, .italic {
	font-style:italic;
}

.hidden {
	display:none !important;
	visibility:hidden;
}

h1, h2, h3, 
h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight:normal;
	font-style:normal;
}

/*LISTS*/
dl, menu, ol, ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu, ol, ul {
    padding: 0 0 0 40px;
}

nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/*OTHERS*/
article, aside,
details, figcaption,
figure, footer,
header, hgroup,
main, nav,
section, summary {
    display: block;
}

code, kbd,
pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

small, .small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
/*Print Defaults*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}