@charset "UTF-8";

html, body, div, span, button, textarea, input, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font: inherit;
	font-weight:inherit;
	background:transparent;
}

html{
     font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section{
    display: block;
}

blockquote:before, blockquote:after, q:before, q:after{
    content: "";
}

blockquote, q{
    quotes: "" "";
}

a{
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration:none;
}

a:hover, a:active, a:focus{
    outline: 0;
}

a img{
    border: 0;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td{
    font-weight: normal;
    text-align: center;
}

input, textarea {
	box-shadow:0;
	@include border-radius(0);
	border-radius:0;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

ins{
    background-color:#c0a576;
    color:#fff;
    text-decoration:none;
}

mark{
    background-color:#c0a576;
    color:#fff;
    font-style:italic;
    font-weight:bold;
}

del{
    text-decoration: line-through;
}

abbr[title], dfn[title]{
    border-bottom:1px solid #c0a576;
    cursor:help;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}

hr{
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #c0a576;
    margin:0;
    padding:0;
}

select{
    vertical-align:middle;
}

textarea{
    overflow: auto;
    vertical-align: top;
	resize:vertical;
}

button::-moz-focus-inner, input::-moz-focus-inner{
	border: 0;
	padding: 0;
}