@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;

    vertical-align: baseline;
    background: transparent;

}

body {
	line-height: 1;
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #666;
    background-color: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';content: none;
}

html {
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 18px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	display:inline;
	color:#666;
	cursor:default;
	font-weight:normal;
	text-transform:none;
	text-decoration:none;
}

h1:hover {
	color:#333;
}

h2:hover {
	color:#333;
}

h3:hover {
	color:#333;
}

h4:hover {
	color:#333;
}

h5:hover {
	color:#333;
}

h6:hover {
	color:#333;
}

h1:hover {
	color:#333;
}

a {
	font-size:13px;
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#33F;
	cursor:pointer;
}

span, p {
	font-size:13px;
	color:#666;
	text-decoration:none;
	cursor:default;
}

span:hover {
	color:#333;
}

p:hover {
	color:#333;
}

img:hover {
	opacity: 1;
}
