*{margin:0px;padding:0px;outline:0 none;text-rendering: optimizeLegibility;}
*, *:after, *:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
ul, li{list-style:none outside none;}
a, a:hover, a:link, a:visited, a:active{text-decoration:underline;color:rgba(82, 11, 47, 1);cursor:pointer;-webkit-transition: all .2s ease-out;-moz-transition: all .2s ease-out;-o-transition: all .2s ease-out;-ms-transition: all .2s ease-out;transition: all .2s ease-out;}
h1, h2, h3, h4, h5, h6, p, span{-webkit-font-smoothing: antialiased;}
h1{font-weight: 100;}
::cue{opacity:0.8}
html{-webkit-transition:all 0.5s;-moz-transition:all 0.5s;transition:all 0.5s;-webkit-tap-highlight-color:<css-color>;-webkit-text-size-adjust:none;-webkit-overflow-scrolling:touch;overflow-x:none;height:100%;}
body{height:100%;font-family:'Open Sans', sans-serif;padding-top:90px;background-color:transparent;color:#231D20;}
img{max-width: 100%;height: auto;width: auto;border: 0}
div, section, nav {background-color:transparent;clear:both!important;display:block!important;width:95%!important;float:none!important;margin:0 auto!important;padding:0!important;text-align:center;margin:0 auto;}
input, button, textarea{-webkit-appearance:none;-webkit-box-shadow: inset 0 -1px rgba(82, 11, 47, 0.8), 0 1px 3px rgba(82, 11, 47, 0.4);
-moz-box-shadow: inset 0 -1px 0 rgba(82, 11, 47, 0.8), 0 1px 3px rgba(82, 11, 47, 0.4);
box-shadow: inset 0 -1px 0 rgba(82, 11, 47, 0.8), 0 1px 3px rgba(82, 11, 47, 0.4);-webkit-border-radius:0;outline:0px solid transparent;outline-color:transparent;border:0px solid transparent;padding:10px;margin:3px;cursor:pointer;background-color:#921454;width:100%;}
::selection{
	background-color:#921454;
	color:white;
}
#landingBody{
	background-image:url('../static/land1.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:50px;
	background-color:#921454;
	color:white;
	z-index:2;
	-webkit-box-shadow: inset 0 -1px rgba(82, 11, 47, 0.8), 0 1px 3px rgba(82, 11, 47, 0.4);
	-moz-box-shadow: inset 0 -1px 0 rgba(82, 11, 47, 0.8), 0 1px 3px rgba(82, 11, 47, 0.4);
	box-shadow: inset 0 -1px 0 rgba(82, 11, 47, 0.8), 0 1px 3px rgba(82, 11, 47, 0.4);
}
header .logo{
	position:fixed;
	top:5px;
	left:11%;
	height: 64px;
    width: 64px;
}
header .header{
	position: fixed!important;
	top: 5px;
	height: 40px;
    width: 150px;
}
#main{
	padding-bottom:40px!important;
}
.clear{
	margin-bottom:50px;
	position:relative;
	bottom:0px;
	left:0px;
	height: 50px;
}
.loading{
	background:#FFFFFF url(http://viapublica.pt/static/icons/loader.gif) no-repeat center center;
}