@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	background: #FFF;
	padding: 0px;
	margin: 0px;
}
* {
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	color: #0B0B0B;
	text-decoration: none;
}
a {
	color: #B50000;
	text-decoration: none;
	transition: all 0.5s;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
hr {
	border: none;
	border-bottom: #000 1px dashed;
	margin-top: 20px;
	margin-bottom: 20px;
}
input[type=text], input[type=password], input[type=email], textarea {
	border: #000 1px solid;
	background: #FFF url(../img/bginputs.jpg) repeat-x top;
	font-weight: normal;
	outline: none;
}
input[type=submit], input[type=reset], input[type=button], button {
	border: #000 1px solid;
	background: #B50000;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	transition: all 700ms;
	outline: none;
}
input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background: #666;
	color: #FFF;
}
#sombra {
	background: url(../img/shad.png) repeat-x top left;
	height: 7px;
	position: absolute;
	width: 100%;
	z-index: 99999;
}
nav {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 99998;
	font-size: 12px;
}
nav * {
	font-size: 12px;
}
nav div {
	max-width: 980px;
	margin: 0 auto 0 auto;
	height: 85px;
}
#logo {
	position: absolute;
top: 10px;
}

nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}
nav ul li {
	display: inline-block;
	vertical-align: top;
}
#shop {
	z-index: 99997;
}
#shop li:first-of-type label {
	color: #FFF;
	cursor: pointer;
	cursor: hand;
}
#shop li:first-of-type ul {
	position: absolute;
	width: 215px;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	border-radius: 5px;
	margin: 0 0 0 -130px;
	display: none;
	z-index: 99997;
}
#shop li:hover > ul {
	display: block;
}
#shop li ul li {
	display: block;
	padding: 2px 0 2px 0;
	margin: 0px;
}
#shop li ul li a {
	display: block;
	vertical-align: top;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	padding: 2px 5pc 2px 5px;
}
#shop li ul li a:hover {
	background: #FFF;
	color: #000;
	text-decoration: none;
}
#shop input[type=text], #shop input[type=password] {
	width: 70px;
	padding: 0 4px 0 4px;
}
#carrinho {
	height: 15px;
	margin: 0 0 0 20px;
	padding: 8px 15px 8px 15px;
	background: #B50000;
	color: #FFF;
	font-size: 11px;
}
#carrinho, #carrinho *, #carrinho div, #carrinho div * {
	cursor: pointer;
	cursor: hand;
}
#carrinho img {
	margin: 0 6px 0 0;
}
#carrinho label {
	padding: 4px 0 4px 10px;
	margin: -4px 0 -4px 10px;
	border-left: #030 1px solid;
	color: #FFF;
	font-size: 11px;
	cursor: pointer;
	cursor: hand;
}
#carrinho ul {
	position: absolute;
	right: 50%;
	margin-right: -490px;
	margin-top: 7px;
	padding: 10px;
	width: 300px;
	background: #FFF;
	border: #000 1px solid;
	border-top: #B50000 2px solid;
	display: none;
	z-index: 555;
	cursor: pointer;
}
#carrinho:hover > ul {
	display: block;
}
#carrinho div {
	margin: 0px;
	padding: 0px;
	height: auto;
}
#carrinho div * {
	display: block;
}
#carrinho div, #carrinho div * {
	color: #000;
}
#carrinho p {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
}
#carrinho div a {
	width: 55px;
	padding: 5px 15px 5px 15px;
	float: right;
	background: #B50000;
	border: none;
	cursor: pointer;
	cursor: hand;
	color: #FFF;
	margin: 0px;
	transition: all 0.5s;
}
#carrinho div a:hover {
	background: #6D6D6D;
	text-decoration: none;
}
#carrinho table {
	max-width: 285px;
	display: table;
}
#carrinho tr {
	display: table-row;
}
#carrinho ul td {
	display: table-cell;
}
#menu {
	position: relative;
	width: auto;
	margin: 19px 0 0 260px;
}
#menu li a {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	font-size: 16px;
	padding: 0 10px 10px 10px;
	text-transform: uppercase;
	border-bottom: transparent 5px solid;
}
#menu li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: #FFF 5px solid;
}
#menu li ul {
	position: absolute;
	padding: 7px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	display: none;
}
#menu li ul li {
	display: block;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}
#menu li ul li a {
	text-transform: none;
	font-size: 16px;
	border: none;
	display: block;
	vertical-align: top;
	padding: 3px 10px 3px 10px;
	border-radius: 3px;
	color: #FFF;
	word-wrap: normal;
	word-break: keep-all;
	white-space: nowrap;
}
#menu li ul li a:hover {
	background: #FFF;
	border: none;
	color: #000;
	text-decoration: none;
}
#menu li:hover > ul {
	display: block;
}

header {
	min-height: 100px;
}

/* Banner gigante */
.jssorb21 {
	position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	position: absolute;
    /* size of bullet elment */
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div {
	background-position: -5px -5px;
}
.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}
.jssorb21 .av {
	background-position: -65px -5px;
}
.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}

.jssora21l, .jssora21r {
	display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

/* Fim do banner gigante */

#corpo {
	max-width: 980px;
	padding: 0 0 50px 0;
	margin: 0 auto 0 auto;
}
#pesquisa {
	text-align: right;
	padding: 30px 0 0 0;
}
#pesquisa form {
	border: #CCC 1px solid;
	padding: 0 4px 0 4px;
	margin: 0px;
	display: inline-block;
	border-radius: 5px;
}
#pesquisa form input {
	display: inline-block;
	vertical-align: top;
	border: none;
	-webkit-appearance: none;
}
#pesquisa input[type=text], #pesquisa input[type=search] {
	padding: 3px;
	font-size: 14px;
	border-right: #CCC 1px solid;
	transition: all 0.5s;
}
#pesquisa input[type=image] {
	padding: 5px;
}
#paginador {
	padding: 30px 0 0 0;
	text-align: center;
}
.titulo, .fttl {
	font-size: 32px;
	color: #333;
	text-transform: uppercase;
	
	font-family: 'Oswald', sans-serif;
}

.fttl {
	font-size: 28px;
margin-top: 0px;
}

/* Primeira pagina */
#barra {
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
#barra img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	max-height: 453px;
}
#barra div {
	position: absolute;
	margin: 0px;
	max-width: none;
	width: 100%;
	height: 100%;
	background: url(../img/picotado.png) repeat;
	z-index: 999;
}
#barra div span {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 980px;
	margin: 0 auto 0 auto;
}

#barra div span span {
	position: relative;
	display: inline-block;
	vertical-align: top;
	background: rgba(0, 0, 0, 0.8);
	height: 100%;
	width: auto;
	color: #FFF;
	margin: 0px;
}
#barra #sacos {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 -70px;
	max-height: 453px;
	height: 100%;
	width: auto;
}
#barra span label img {
	position: relative;
	display: block;
	vertical-align: top;
	width: auto;
	max-width: none;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#barra span label {
	display: inline-block;
	vertical-align: top;
	color: #FFF;
	padding: 30px 0 30px 0;
	max-width: 250px;
}
#barra span label p {
	color: #FFF;
	padding: 0px;
	font-size: 34.5px;
	font-weight: bold;
	margin: 100px 0 10px 0;
} 
#barra span label p label {
	display: block;
	padding: 0px;
	margin: 0px;
	font-size: 24px;
	text-transform: uppercase;
}
#sugestoes {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 50px 0;
	text-align: center;
}
#sugestoes .fttl {
	text-align: left;
}
#sugestoes article, .prods {
	background-image: url(../img/canto1.jpg), url(../img/canto2.jpg), url(../img/canto3.jpg), url(../img/canto4.jpg);
	background-repeat: no-repeat;
	background-position: top left, top right, bottom left, bottom right;
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin: 11px;
	width: 150px;
	text-align: center;
}
#sugestoes article p, .prods p {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	margin: 5px 0 10px 0;
	height: 50px;
	overflow: hidden;
	word-break: break-strict !important;
}
#sugestoes article span, .prods span {
	display: block;
}
#sugestoes article span a, .prods span a {
	display: inline-block;
	vertical-align: top;
	border: #000 1px solid;
	padding: 3px 10px 3px 10px;
	color: #000;
	text-transform: uppercase;
}
#mapa {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	cursor: pointer;
	cursor: hand;
}
#mapa div {
	position: absolute;
	z-index: 888;
}
#mapa iframe, #mapa div {
	width: 100%;
	height: 500px;
	display: block;
}
footer {
	display: block;
	background: #000;
	border-top: #900 4px solid;
	overflow: hidden;
}
#bgfooter {
	position: relative;
	opacity: 0.3;
	width: auto;
	height: auto;
	min-width: 100%;
	max-height: 290px;
}
footer div {
	position: absolute;
	left: 0px;
	right: 0px;
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 30px 0 40px 0;
	color: #FFF;
	z-index: 222;
}
footer div img {
	float: right;
}
footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
footer ul p {
	color: #FFF;
	font-size: 24px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
footer ul li, footer b {
	color: #FFF;
	font-size: 13px;
	text-transform: uppercase;
}
footer label {
	display: block;
	padding: 20px 0 0 0;
	color: #FFF;
	font-size: 18px;
}
#rodape {
	background: #666;
	padding: 0px;
	margin: 0px;
}
#rodape div {
	max-width: 980px;
	margin: 0 auto 0 auto;
	padding: 3px 0 3px 0;
	color: #FFF;
	font-size: 12px;
	text-align: right;
}
#rodape a {
	color: #FFF;
	font-size: 12px;
}

/* Aqui começa o diaporama */
#imageFlow * {
	color: #FFF;
}
#imageFlow { 
    position: absolute; 
    max-width: 965px;
	width: 98%; 
    height: 450px;  
    margin-left: 0px;
 
    overflow: hidden; 
    background: #000;
	text-shadow: none;
	color: #FFF;
} 
#imageFlow .diapo { 
    position: absolute; 
    left: -4000px; 
    cursor: pointer; 
    -ms-interpolation-mode: nearest-neighbor; 
} 
#imageFlow .link { 
    border: dotted #fff 1px; 
    margin-left: -1px; 
    margin-bottom: -1px; 
} 
#imageFlow .text { 
    position: absolute; 
    left: 0px; 
    width: 100%; 
    bottom: 16%; 
    text-align: center; 
    color: #FFF; 
    font-family: verdana, arial, Helvetica, sans-serif; 
    z-index: 1000; 
	text-shadow: none;
} 
#imageFlow .title { 
    font-size: 18px; 
    font-weight: bold; 
	text-shadow:none;
	color: #FFF;
} 
#imageFlow .legend { 
    font-size: 10px;
	color: #FFF;
	text-shadow: none;
} 
#imageFlow .scrollbar { 
    position: absolute; 
    left: 10%; 
    bottom: 20px; 
    width: 80%; 
    height: 16px; 
    z-index: 1000; 
} 
#imageFlow .track { 
    position: absolute; 
    left: 1%; 
    width: 98%; 
    height: 16px; 
    filter: alpha(opacity=30); 
    opacity: 0.3;
} 
#imageFlow .arrow-left { 
    position: absolute; 
} 
#imageFlow .arrow-right { 
    position: absolute; 
    right: 0px; 
} 
#imageFlow .bar { 
    position: absolute; 
    height: 16px; 
    left: 25px; 
} 

/* Galeria */
#galeria {
	height: 540px;
}
#voltar {
	text-align: right;
}
#voltar * {
	color: #333;
	font-weight: bold;
}

/* SDK */
#ampliar {
	display: block;
	background: #999;
	border: #666 1px solid;
	padding: 5px;
	text-align: center;
	color: #FFF;
	margin-top: 210px;
	width: auto;
}
#ampliar a {
	color: #FFF;
}
#ampliacao {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	border: #000 1px solid;
	z-index: 8887;
}
#sblock {
	background: #000;
	position: fixed;
	width: 100%;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 999;
	display: none; 
}
#fechapop {
	background: #FFF;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border: #000 1px solid;
	border-top: none;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 8888;
	display: none;
}
#imgproduto {
	border: #000 1px solid;
	margin-top: 10px;
}

@media only screen and (max-width: 1015px) {
	nav div, #corpo, #sugestoes, footer div, #rodape div {
		padding-left: 20px;
		padding-right: 20px;
	}
	#barra #sacos {
		display: none;
	}
	#barra span label p {
		margin-top: 20px;
	}
	#shop li ul {
		margin: 0px;
		right: 20px;
		left: auto;
	}
}

/* COnfigurador */ 
#painelconfig {
	width: 100%;
	max-height: 600px;
	display: table;
	vertical-align: top;
}
#configimg {
	display: table-cell;
	vertical-align: top;
	width: 400px;
	padding: 0 15px 0 0;
}
#propsconfig {
	display: table-cell;
	vertical-align: top;
}
#propriedades {
	padding: 20px 0 20px 0;
}
#precos {
	text-align: right;
	padding: 20px 0 0 0;
}
.cor {
	display: inline-block;
	vertical-align: top;
	border: #000 1px solid;
	margin: 4px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	cursor: hand;
}