/*Reset CSS - Desenvolvido por Joshua Aliaga behance.com/joshuaaliaga*/

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,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,u,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,input,button, p, select, option, textarea{
	margin                : 0;
	padding               : 0;
	border                : 0;
	font                  : inherit;
	vertical-align        : baseline;
	text-decoration       : none; 
	font-family           : "Montserrat", sans-serif;
	font-optical-sizing   : auto;	
	font-weight           : 400;
	font-style            : normal;
	color                 : #555;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow   : rgba(0,0,0,.01) 0 0 1px;
	text-shadow           : rgba(0,0,0,.01) 0 0 1px;
	font-size             : 14pt;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; -webkit-text-size-adjust:none; -webkit-font-smoothing:antialiased}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
input,select,textarea,a,button{outline:none;-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px}
.clear{clear:both}

b,strong {
	font-family           : "Montserrat", sans-serif;
	font-optical-sizing   : auto;	
	font-weight           : 600;
	color                 : #555;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow   : rgba(0,0,0,.01) 0 0 1px;
	text-shadow           : rgba(0,0,0,.01) 0 0 1px;
	font-size             : 14pt;
}

i, em {
	font-family           : "Montserrat", sans-serif;
	font-optical-sizing   : auto;	
	font-weight           : 400; 
	color                 : #555;
	font-style            : italic;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow   : rgba(0,0,0,.01) 0 0 1px;
	text-shadow           : rgba(0,0,0,.01) 0 0 1px;
	font-size             : 14pt;
}