/*
Theme Name : Plumapapel
Theme URI: http://wordpress.org/themes/twentyeleven
Author: Tiago Veloso
Author URI : tiagoveloso11@gmail.com
Description : Theme for plumapapel.pt
Version: 1.0
*/
html{
	margin-top:0!important;
}
body {
	background:url('img/wood_1.png') repeat;
	font-family:arial, sans-serif;
	padding:2%;
}
#conteudo , #home{
	background:white;
	padding:1% 3% 3%;
	box-shadow:1px 1px 17px 2px rgba(0, 0, 0, 0.56);
	margin-bottom:15px;
	margin:;
}
#conteudo img{
	max-width:100%;
	height:auto;
}
#logo {
/*	display:block;
	margin:0px auto;*/
	display:block;
	margin:0 auto;
	width:280px;
	max-width:100%;
}
#logo img{
	display:block;
	margin:0 auto;
	max-width:100%;
}
#social-icons {
	list-style:none;
	margin:0;
/*	position:absolute;
	top:3px;
	left:0;*/
	padding:0;
/*	width:20px;*/
	float:right;
}
#social-icons li {
	margin-right:20px;
	/*height:20px;*/
}
#social-icons li:last-child {
	margin-right:0;
}
#social-icons li a i {
	color:white;
	font-size:30px;
}
#social-icons li a:hover i {
color:#D3161D; 
}
#social-icons li{float:left;}
#div_header {
	/*background:#2F2F2F;*/
	margin:20px auto 10px;
}
header {
	height:62px;
	margin:20px 0;
}
.menu  {
	margin:0;
	padding:0;
	/*float:right;*/
	display:block;
	width:100%;
/*	border-top:5px solid #891F22;*/
}

.menu  li {
	float:left;
	list-style:none;
height:62px;
margin: 1px 1px 1px -1px;
width:50%;
background: #D3161D;
float: left;
border-left: 1px solid black;
}

.menu  li a {
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: block;
  font-family: 'Sintony',sans-serif;
  font-size: 13px;
  line-height: 1;
height:62px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.menu  li a:before {
  display: block;
  font-family: 'Glyphicons Halflings';
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 2;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.menu  li:first-child a:before{
	content: "\e021";
}

.menu li:nth-child(2) a:before{
	 content: "\1f4bc";
}
.menu li:nth-child(3) a:before{
content: "\e116";
}

.menu  li:last-child a:before{

	content: "\e182";
}

.menu .current-menu-item ,.menu li:hover{
  background: none repeat scroll 0 0 #9C1A1E;
  border-bottom: medium none;
/*  box-shadow: 0 0 6px 2px #650D10 inset;*/
  color: #E7E3E3;
text-decoration:none;
}
.menu li a:hover{
	text-decoration:none;
}
.flexslider {
	background:transparent;
	border:none;
	box-shadow:none;
	margin:0;
}
.flexslider .slides img {
	width:auto;
	max-width: 100% !important;
	height:auto;
	margin:0 auto;
}

.flexslider .slides a {
	width:100%;
	display:block;
	text-align:center;
}




h1 {
  border-bottom: 1px solid #D0D0D0;
  color: #D6141A;
  font-family: 'Sintony',sans-serif;
  font-size: 18px;
  padding-bottom: 5px;
margin-bottom:10px;
  text-transform: uppercase;
}

#title h1 {
  border-bottom: 2px solid #D6141A;
  color: #000000;
  font-family: 'Sintony',sans-serif;
  font-size: 18px;
  margin: 10px auto 35px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.alignright {
	float:right;
}

p{
	font-size:12px;
	line-height:23px;
	margin:0 0 10px;
}


input , textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea {
	height:102px;
}
input:focus , textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


#listagem_categorias .up {
  display: none;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px solid #000;
  border-right: 4px solid transparent;
  border-top: 0 dotted;
  border-left: 4px solid transparent;
  content: "";

}

#listagem_categorias .down {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}
.panel-default {
	border-color:transparent!important;
	
}

.panel-default > .panel-heading {
	background:none;
	border-bottom:none!important;
}
.panel-heading{
	padding:2px 15px;
}
.panel-title > a {
	color:#000;
}
/*#listagem_categorias .btn:hover {
	  background:#444444;
	  border-color:#444444;
}
*/
#listagem_categorias .btn:hover .down {
	  border-top: 4px solid #000;
}
#listagem_categorias .btn:hover .up {
	  border-bottom: 4px solid #000;
}

#listagem_categorias .panel-default {
	margin:4px auto 1px;
}
#listagem_categorias .panel-body {
	padding:0 15px;
}
.cat-title {
	font-size:12px;
	font-family: 'Sintony', sans-serif;
	color:black;
}
.cat-title:hover {
	color:#D3161D;
}
.pai a {
	font-weight:bold;
	margin-bottom:10px;
}
.pai ul a {
	font-weight:normal;
	margin-bottom:0;
}

#list_products .categoria{
	
	border: 5px solid #EEEEEE;
	  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	  margin-top: 5%;
	  transition: all 0.5s ease 0s;
}

#list_products a {
	width:100%;
	display:block;
	text-align:left;
}



.ul_pai .pai{
list-style:none;
}
.ul pai .pai li {
list-style:disc;
}
.ul_pai {
	margin:0;
}
.categoria {
	margin:1%;
}
.categoria.imgcontainer{
	
	line-height: 150px;
	  text-align: center;
}

.categoria .imgcontainer a {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.categoria .imgcontainer img {
  max-height: 150px;
margin:0 auto;
display:block;
}

.textcontainer {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0;
}

.categoria .textcontainer  a {
  display: block;
  line-height: 102%;
  min-height: 30px;
  width: 100%;
font-size:14px;
font-family: 'Sintony', sans-serif;
text-align:center;
}
.product {
/*	border-bottom:1px solid #efefef;*/
	margin-bottom:10px;
	min-height:120px;
}
.product .imgcontainer {
  display: table;
  height: 120px;
  width: 100%;
}

.product .imgcontainer > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.product .imgcontainer > a img {
  height: auto;
  max-height: 105px;
  max-width: 100%;
}
.product .row {
	margin:0;
}
.product-title {
	color:black;
	font-weight:bold;
	margin:0;
}
.listagem-noticias{
	margin:0;
	padding-right:10px;
}
.listagem-noticias li{
	list-style:none;
	border-bottom:1px solid #E0E0E0;
	margin-top:10px;
}
.listagem-noticias li h4 {
	margin:0;
}
.listagem-noticias li h4 a{
	font-size:14px;
	color:#444444;
}

.listagem-noticias .data ,.listagem-noticias .exerto , .listagem-noticias p{
	font-size:10px;
	margin:0;
}
.listagem-noticias .ver-mais {
	font-size:10px;
	color: #D6141A;
	display:block;
	text-align:right;
	width:100%;
}
#listagem_categorias .selected .panel-body {
  border: medium none !important;
}
#listagem_categorias .cat-title.selected{
  color: #D6141A;
}
.product-cat {
  margin: 6px auto;
}
#footer-copy p {
	text-align:center;
	color:#FFF;
	float:left;
	line-height:30px;
	width:100%;
}
#footer-copy #social-icons {
	float:none;
	display:block;
	width:130px;
	margin:0 auto;
}
@media (min-width: 991px) { 
	
	#footer-copy p {
		text-align:left;
		width:auto;
	}
	#footer-copy #social-icons{
		float:right;
		width:auto;
	}
	#logo {
		float:left;
		margin:0 auto;
	}
	.menu  {
		margin:0;
		padding:0;
		float:right;
		display:block;
		width:auto;
	}
	
	.menu  li {
		float:left;
		list-style:none;
	height:62px;
	margin:1px;
	width:75px;
	background: #D3161D;
	}
	 }