body {
	margin-top: 10px; /* adjust this if the height of the menu bar changes */
}

.nav {
	margin-top: 28px; /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
}

footer {
	padding: 30px 0;	
}
.fundo{
	background: url(../img/nuvens.jpg) no-repeat center center;
	background-size: cover;
	padding: 0px 0;
}
.container-fulls {
  margin: 0 auto;
  width: 95%;
}
.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.over{
	background: url(../img/over.png);
}


.w-titulo{
       height:45px;
}

.w-descricao{
       
       height:100px;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: 
	hidden; 
	max-width: 100%; 
	height: auto; 
	max-height: 500px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.alert-default {
	color:#333;
	background-color:#fff;
	border-color:#ccc
}

.pedido {
	display: inline;
	padding: 0.2em 0.6em 0.3em;
	font-size: 100%;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25em;
}

.pedido-sucesso{
	background-color: #5CB85C;
}

.pedido-cancelado{
	background-color: #D9534F;
}

.pedido-realizado{
	background-color: #5BC0DE;
}

.pedido-aguardando-pagamento{
	background-color: #f0ad4e;
}

.facebook-comments {
	width: 100%;
}

.fb-comments, .fb-comments span, .fb-comments iframe[style] {
	width: 100% !important;
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
