@CHARSET "UTF-8";

html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
  font-family: Tahoma, Geneva, sans-serif;
    overflow-x:hidden;
    font-size:11px;
    color:#000;
}

body {
  width:100%;
  height:100%;
    background: url('../images/bg-black.jpg') #000 repeat top center;
    margin:0;
}

a, a:link, a:visited {
    color:#397DA2;
    text-decoration: none;
}

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

h1 {
	color: #000;
	font-size: 18px;
}

p {
	line-height:1.5em;
}

.painel-window {
    width:100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin:0 0 -172px 0;
  padding:0;
  position:absolute;
}

.painel-stage {
    position:relative;
    float:left;
    width:100%;
  height:100%;
}

.painel-body {
  width: 100%;
  height:600px;
  margin:0 auto 0 auto;
  /*background:#fff;*/
  text-align: center;
}

.painel-wall {
    min-height: 904px;
    height: 904px;
    padding: 0,5em 0 0,5em 0;
    width:200%;
    border-top: 5px solid #D4D0D1;
    border-bottom: 5px solid #D4D0D1;
    background: url('../images/bg-blue.jpg') #50B5E1 repeat-x top left;
}

.painel-wall div#wall-body {
	padding: 2em 0 0 0;
}

.painel-top {
    height:92px;
    padding:4px;
}

.painel-footer {
  width:100%;
  padding:4px;
}

.painel-catalogo {
    position: absolute;
    right: -100%;
    top: 0;
    width:100%;
    padding: 0 0 0 0;
    /*background: #4E96BE;*/
    
}

.painel-catalogo #catalogo {
    width: 755px;
    height:1010px;
    
    padding:0;
    margin:0 0 30px 0;
    z-index:2;
    -moz-box-shadow: 3px 3px 4px #595656;
  -webkit-box-shadow: 3px 3px 4px #595656;
  box-shadow: 3px 3px 4px #595656;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#595656')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#595656');
  border:solid 10px #fff;
}

.painel-catalogo #iframe-stage {
    margin: 0 auto 0 auto;
    width:800px;
    text-align: center;
}

.push {
  height:172px;
  clear: both;
}

.panel-menu {
	margin:0;
	padding:0;
}

.panel-menu li {
	float:right;
	margin-left:2px;
	margin-right:2px;
	padding:0;
}

.top-content {
	text-align: justify;
}

.top-content > hr {
	height:2px;
	color: #fff;
	margin: 1em 0 1em 0;
	background-color:#fff;
}

.content h1 {
	background: #2c2c2c;
	padding: 0.5em;
	color:#fff;
}

.to-left {
    float:left; 
    margin: 0 0.4em 0 0;
}

.to-right {
    float:right;
    margin:0 0 0 0.4em; 
}

.panel-contacto {
	width:802px;
}

.panel-contacto div#left,
  .panel-contacto div#body,
  .panel-contacto div#right {
    float:left;  
}

.panel-contacto div#left,
  .panel-contacto div#right {
    width:46px;  
}

.panel-contacto div#body {
	width:720px;
}
/**
 * Portfolio
 */
.panel-folio {
    margin-left:auto;
    margin-right:auto;
    height:600px;
    width: 940px;
    z-index:5;
}
/*----------- PAGINATION STYLES -----------*/
#portfolio_pagination {
  float: left;
  margin-top: 20px;
}

#portfolio_pagination ul{
  margin: 0;
  padding: 0; 
}

#portfolio_pagination ul li {
  width: 15px;
  height: 15px;
  background-image: url(../images/page_nav.png);
  background-repeat: no-repeat;
  float: left;
  list-style: none;
  margin-left: 3px;
  margin-right: 3px;
}

#portfolio_pagination ul li:hover,#portfolio_pagination ul li.selected {
  background-image: url(../images/page_nav_active_black.png);
}

/*----------- ITEM STYLES  -----------*/

.portfolio_item {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  display: none;
  border: 8px solid #eef1f5;
  background-repeat: no-repeat;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 4px #c3c3c3;
  -webkit-box-shadow: 1px 1px 4px #c3c3c3;
  -khtml-box-shadow: 1px 1px 4px #c3c3c3;
  box-shadow: 1px 1px 4px #c3c3c3;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.portfolio_item {
  width: 150px;
  height:auto;
}

.portfolio_item {
  width: auto;
  height:100px;
}

.portfolio_item h4 {
    border-bottom: 2px solid #eef1f5;
    margin-bottom:2px;
    color:#FFB305;
}

.portfolio_item a{
  display: block;
}

.page_wrapper {
  float: left;
}

/*----------- CATEGORY FILTER STYLES -----------*/

.panel-categorias {
  background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #45484d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#45484d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#45484d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#45484d 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#45484d 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #000000 0%,#45484d 100%); /* W3C */
    -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
  height: 37px;
  display: block;
  float: left;
  margin-bottom: 30px;
  position: relative;
}

#portfolio_categories_left{
  width:8px;
  height:37px;
  /*background-image: url(../img/portfolio_navigation_bg_left.png);*/
  float:left;
  background-repeat: no-repeat; 
}

#portfolio_categories_right{
  width:8px;
  height:37px;
  /*background-image: url(../img/portfolio_navigation_bg_right.png);*/
  float:right;    
  background-repeat: no-repeat; 
}

.panel-categorias ul {
    margin: 0;
  padding: 0;
  float: left;
  padding: 0px;
  position: relative;
  left: 0px;
  top: 0px;
  height: 37px;
  padding-left: 12px;
  float:left;
  
}

.panel-categorias ul li {
    margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  float: left;
  text-transform: uppercase;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 11px;
  margin-top: 10px;
  /*text-shadow: 1px 1px #fff;*/
}

.panel-categorias ul li.selected {
  color: #fff;
 /* text-shadow: 1px 1px #436e9c;*/
  position: relative;
  top: -1px;
}

.panel-categorias ul li > a, .panel-categorias ul li > a:link, .panel-categorias ul li > a:visited {
    cursor: pointer;
    color:#fff; 
    text-decoration: none;
}

.panel-categorias ul li > a:hover {
    text-decoration: underline;
    color: #13719F;
}


/*.port_cat_active {
  float: left;
  height: 22px;
}

.port_cat_l {
  background-image: url(../img/portfolio_hover_l_black.png);
  width: 11px;
  height: 22px;
  float: left;
  background-repeat: no-repeat;
}

.port_cat_r {
  background-image: url(../img/portfolio_hover_r_black.png);
  width: 11px;
  height: 22px;
  float: left;
  background-repeat: no-repeat;
}

.port_cat {
  background-image: url(../img/portfolio_hover_bg_black.png);
  background-repeat: repeat-x;
  height: 22px;
  display: block;
  float: left;
  padding-top: 4px;
}*/

.loading {
  width: 54px;
  height: 55px;
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right:auto;
  margin-top:80px;
}

.clear {
	padding:0;
	margin:0;
	clear: both;
}