/* LINKS */
a:link
{
	color: #FBEC70;
	text-decoration: none;
}

a:visited
{
	color: #FBEC70;
	text-decoration: none;
}

a:hover
{
	color: #FBEC70;
	text-decoration: underline;
}

a:active { text-decoration: none; }

/* MAIN ELEMENTS */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

#novo_forum {
position: absolute;
right: 150px;
top: 5px;
z-index: 9999;
}

/* INFOWINDOW */


#infowrapper {overflow:auto;width:250px;}
#infoleft, #inforight {width: 40%; margin:5px;}

#infoleft {float:left;}
#inforight {float:right;}

#infoimg {border: 3px solid #000; width:100px; height:100px; margin-top:5px;}

#infotxt {position:absolute;bottom:0;font-family:arial;color:#AAAAAA; text-decoration:none; font-size:12px;text-align:right; margin-top:5px;}

#infotxt p {margin:0;padding-bottom:10px;}


/* LOGOS */
#logo-header
{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}

#logo-header img
{
/* 
	-moz-box-shadow: 5px 5px 5px #444444;
	-webkit-box-shadow: 5px 5px 5px #444444;
	box-shadow: 5px 5px 5px #444444;
 */
}


#localization {
position: absolute;
top: 10px;
left: 170px;
z-index: 9999;
width:50px;
}

#pt_flag img, #uk_flag img {
float: left;
margin-right: 5px;
-moz-box-shadow: 3px 3px 3px #444444;
-webkit-box-shadow: 3px 3px 3px #444444;
box-shadow: 3px 3px 3px #444444;
}

#fb-like
{
	position: absolute;
bottom: 41px;
left: 10px;
	z-index: 9998;
}

#contact_networks {
float: left;
width:300px;
margin-top:10px;
}

#myModal {
font-family:Arial;
}


#credits
{
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: 70px;
	z-index: 9998;
}

/* ACCORDION MENU  */
#menuwrapper
{
	position: absolute;
	font-family: Arial;
	z-index: 9999;
	left: 10px;
	width: 140px;
	top: 100px;
	font-size:8px;
}

#menuwrapper_en
{
	position: absolute;
	font-family: Arial;
	z-index: 9999;
	left: 10px;
	width: 140px;
	top: 100px;
}

.accordionButton
{
	font-size: 11px;
	width: 140px;
	float: left;
	background: #FBEC70;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #000;
	margin-top: 5px;
	-moz-box-shadow: 5px 5px 5px #444444;
	-webkit-box-shadow: 5px 5px 5px #444444;
	box-shadow: 5px 5px 5px #444444;
}

.accordionContent p
{ margin-bottom:5px;}

.accordionContent_en p
{ margin-bottom:5px;}

.accordionContent
{
	font-size: 11px;
	line-height: 11px;
	width: 284px;
	float: left;
	background: #000;
	color: #FBEC70;
	text-shadow: #FBEC70 0px 0px 1px;
	display: none;
	padding: 5px;
	text-align: justify;
}

.accordionContent_en
{
	font-size: 11px;
	line-height: 11px;
	width: 280px;
	float: left;
	background: #000;
	color: #FBEC70;
	text-shadow: #FBEC70 0px 0px 1px;
	display: block;
	padding: 5px;
	text-align: justify;
	}

.closebtn
{
	font-weight: bold;
	text-align: right;
	cursor: pointer;
}

/* MAP  */
#infowrapper { overflow: hidden; }
#infowrapper img,#infowrapper p { margin-bottom: 10px; }

#infotxt
{
	font-size: 11px;
	color: #666;
	position: absolute;
	right: 20px;
	text-align: right;
	top: 0;
	width: 90px;
	font-family: arial;
}

#infologos
{
	bottom: 8px;
	position: absolute;
	right: 20px;
}



img[src*="iws3.png"] { display: none; }

/* MAIN VIEWPORT */
.viewportwrapper
{
	overflow: auto;
	height: 100%;
	width: 100%;
}

.sidebar
{
	width: 130px;
	background-color: #000;
	height: 100%;
	overflow: scroll;
	overflow-style: auto;
	z-index: 10;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow-x: hidden;
	font-family: arial;
	-moz-box-shadow: -15px 5px 30px #000;
	-webkit-box-shadow: -15px 5px 30px #000;
	box-shadow: -15px 5px 30px #000;
}

.sidebar p
{
	margin-bottom: 10px;
	margin-top: 5px;
	color: #FBEC70;
}

img.lazy a { }

.mapclass
{
	height: 100%;
	background-color: #000;
	position: relative;
	padding-right: 140px;
	overflow-x: hidden;
	/*border:5px solid #fff;*/
}

#architectscount {
bottom: 20px;
right: 170px;
position: absolute;
}

.count {
    bottom: 13px;
    color: #808080;
    font-family: Lucida Grande;
    font-size: 11px;
    left: 103px;
    position: absolute;
}

#fb-comments {
z-index:9999;
position: absolute;
top:60px;
right:150px;
background-color: #000;
height:500px;
overflow-y: scroll;
opacity:0.8;
}

#fb-comments p {
cursor: pointer;
font-family: Arial;
color: #FBEC70;
font-weight:bold;
background-color: #000;
padding: 5px;
}


#share {
opacity:0.2;
z-index: 9999;
position: absolute;
left: 203px;
bottom: 37px;
width: 650px;
}

