@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	width:100%;
	margin:0 auto;
}

#base{
	width:100%;
	height:100%;
	background-image:url(../imgs/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	min-width:1000px;
	overflow:auto;
}

#corpo{
	width:1000px;
	min-height:100%;
	margin:0 auto;
	background:#f6ecdd;
	box-shadow:0 0 20px #000;
}

#header{
	display:table;
	position:relative;
	font-family: 'Lobster', cursive;
	width:1000px;
	height:196px;
	background:url(../imgs/bg_header.png) no-repeat;
	z-index:5;
}

h1{
	font-family: 'Lobster', cursive;
	margin:0 auto;
	padding:0;
	display:table; 
	color:#5B2E00;
	font-weight:normal;
}

#logo{
	float:left;
	margin:0 10px;
}

#slider{
	display:table;
	height:400px;
	max-height:400px;
	position:relative;
	margin-top:-150px;
	z-index:0;
	overflow:hidden;
}

#top_body{
	display:table;
	position:relative;
	background:url(../imgs/top_corpo.png) no-repeat;
	width:1000px;
	height:102px;
	margin-top:-106px;
	z-index:5;
}

#menu{
	float:left;
	margin:10px 0;
	margin-top:20px;
	color:#5B2E00;
	font-family: 'Lobster', cursive;
	font-size:24px;
	font-weight:normal;
}

#menu a{
	text-decoration:none;
	color:#5B2E00;
	opacity:0.7;
	transition:opacity 0.5s;
}

#menu a:hover{
	opacity:1;
	transition:opacity 0.5s;
}

#midias{
	float:right;
	display:table;
	margin:0 20px;
}

.facebook, .twitter, .instagram{
	border:none;
	width:48px;
	height:80px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center -30px;
	transition:background 0.3s;
	cursor:pointer;
}

.facebook:hover, .twitter:hover, .instagram:hover{
	background-position:center -20px;
	transition:background 0.3s;
}

.facebook:focus, .twitter:focus, .instagram:focus{
	outline:none;
}

.facebook{
	background-image:url(../imgs/facebook.png);
}

.twitter{
	background-image:url(../imgs/twitter.png);
}

.instagram{
	background-image:url(../imgs/instagram.png);
}


#body{
	display:table;
	padding-bottom:20px;
	width:100%;
}

#contato span{
	font-size:14px;
	
	font-weight:normal;
}

#center{
	display:table;
	margin:0 auto;
}

#doces{
	display:table;
	margin:0 auto;
}

#doce{
	position:relative;
	float:left;
	margin:20px;
	display:table;
}

input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:37px;
	height:32px; 
	display:inline-block;
	line-height:32px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:32px;
	vertical-align:middle;
	cursor:pointer;

}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -32px;
}

label.css-label {
	margin-left:15px;
	margin-top:-5px;
	background-image:url(http://csscheckbox.com/checkboxes/u/csscheckbox_b9a8af90ed2e431c5d0f897b7fc9e85c.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#doce input[type=text]{
	margin-top:10px;
	display:inline-block;
	padding:7px;
}

#doce img{
	border:#5B2E00 solid 1px;
	box-shadow:3px 3px 0 #432105;
}

#doce h1{
	background:url(../imgs/bg_titulos.png);
	font-size:18px;
	color:#FFF;
	text-align:right;
	display:table;
	width:200px;
	position:absolute;
	top:80px;
	left:-10px;
	padding:6px 10px;
	font-family: 'Lobster', cursive;
	font-weight:normal;
	z-index:5;
}

#descri{
	display:table;
	float:left;
	margin:10px;
	margin-left:65px;
	color:#5B2E00;
	width:410px;
	padding-right:50px;
	border-right:#918169 solid thin;
}

#descri img{
	border:#5B2E00 solid 1px;
	box-shadow:3px 3px 0 #432105;
	margin:0 auto;
}

#form{
	display:table;
	float:left;
	margin:10px;
	margin-left:50px;
	color:#5B2E00;
	width:300px;
}

#form h2, #descri h2{
	display:table;
	margin:10px auto;
	font-family: 'Lobster', cursive;
	font-weight:normal;
}

#form input[type=text], #form textarea, #form input[type=submit]{
	float:left;
	clear:both;
	width:300px;
	margin:5px;
	padding:5px;
}

#form textarea{
	width:302px;
	max-width:302px;
	height:70px;
}

#form input[type=submit]{
	background:#5B2E00;
	color:#FFF;
	font-size:14px;
	border:none;
	width:313px;
}

#footer{
	display:table;
	background:#5B2E00;
	color:#f6ecdd;
	width:100%;
	text-align:center;
	padding-bottom:30px;
	font-size:20px;
}

#contato{
	float:left;
	margin:0 20px;
}

#footer hr{
	border:none;
	width:100%;
	height:2px;
	background:#f6ecdd;
	margin-top:5px;
	margin-bottom:30px;
}

#box{
	border:#5B2E00 solid 1px;
	border-radius:5px;
	padding:10px;
	margin:0 auto;
	margin-bottom:10px;
	max-width:844px;
	clear:both;
}

#finos, #tradicionais, #bombons, #eventos{
	display:none;
	opacity:0;
}

#fb_box{
	display:table;
	width:400px;
	margin-top:10px;
	margin-left:-30px;
}

#ingredientes{
	position:absolute;
	display:block;
	width:213px;
	height:112px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
	background:#000;
	opacity:0;
	padding:10px;
	padding-top:20px;
	padding-bottom:0;
	top:0;
	transition:opacity 0.4s, padding 0.4s;
	cursor:default;
}

#doce:hover #ingredientes{
	opacity:0.7;
	padding:10px;
}