/*
* { margin: 0; padding: 0;}
*/


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Ubuntu', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: botton;
}


/*---------------Inicio do Header--------------*/

header {
	width: 100%;
	height: 120px;
	background-color:#FC3;	
}

.wrapper{
	width: 1080px;
	margin: 0 auto;
	position:relative;	
}

#logo{
	float: left;
	margin-top: 15px;
}

#logo a{
	background-image:url(../img/logo.png);
	
	width: 180px;
	height: 100px;
	display: block;
	/*font-size= 0px; 
	text-indent: -500px;
	overflow:hidden;*/	
}
#logo span {
	display: none;
}

#socialmedia{
	float:right;

}
#socialmedia li{
	float: left;
	margin-left: 15px;
	margin-top: 36px;
}

#face a {
	background-image:url(../img/sprites.png);
	background-position: 0px 0px;
	width: 48px;
	height:48px;
	display:block;
	transition:background-position 1s;
	-webkit-transition:background-position 1s;
	
}
#twit a {
	background-image:url(../img/sprites.png);
	background-position: 0px -116px;
	width: 48px;
	height:48px;
	display:block;
	transition:background-position 1s;
}
#face a:hover {
	/*background-image:url(../img/hover-facebook.png);*/
	background-position: 0px -58px;

}
#twit a:hover {
	/*background-image:url(../img/hover-twitter.png);*/
	background-position: 0px -174px;

}
/*-----------Menu navegação ------*/

nav {
	width: 100%;
	height: 45px;
	background-color: #900;
	border-top: 2px solid #000;
	text-align:center;
	
}

nav li{
	display: inline;
}

nav a {
	color: #FC3;
	text-transform: uppercase;
	padding:0 20px;
	text-decoration:none;
	font-size:20px;
	line-height: 45px;
	transition: background-color 1s, color 1s;
	display:inline-block;
	
	/* margin: 15px 5px 2px 9px;   top sentido horario 
	margin: 15px 5px top e  bot / esq e dir
	margin: 15px; igual
	margin: 15px 5px 2px; top / lef e dir / botton
	 
	*/
		
}
/* active - hover - visited - link    o a tem a,v,l*/
nav a:hover {
	background-color:#FC3;
	color: #900;
	border-botton: 2px solid #FFF;
	
}
.ativado {
	color:#FFFFFF;  /*rgb*  33FFCC 3FC*/
}

/*------------------------------Main -------------------------- */

main {
	/* background-image: url(../img/bg-main.jpg);
	background-repeat: repeat-x; */
	
	background:  linear-gradient(top, #FC3, #FFF) repeat-x;
	background:  -webkit-linear-gradient(top, #FC3, #FFF) repeat-x;
	background:  -ms-linear-gradient(top, #FC3, #FFF) repeat-x;
	background:  -moz-linear-gradient(top, #FC3, #FFF) repeat-x;
	background:  -o-linear-gradient(top, #FC3, #FFF) repeat-x;
	
	height: 600px;
	/* Para IE */
	-ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorst=#FFCC33,
endColorstr=#FFFFFF)";
	
}
/*
#slider {
	margin-top: 15px;
}


*/
main .wrapper {
	padding-top: 15px;
}

#slider {
	margin-bottom: 15px;
}
.box-home {
	float: left;
	width: 530px;
	margin-right: 20px;	
}
.bsm {
	margin-right:0; !important;   /* da prioridade */
}
.box-home img {
	border-radius: 50px 80px 0px 80px;
	float: left;
	margin-right: 10px;
}
.box-home img:hover {
	opacity: 0.9;
}

.box-home h3 {
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 20px;
	margin-bottom: 15px;
	color: #900;
	text-shadow: 0px 0px 1px #000;
	letter-spacing: 2px;
}
.box-home p {
	text-align: justify;
	text-indent: 30px;
	line-height: 25px;
}
/*-----------------------------------Footer -----------------------------------------*/
footer {
	width: 100%;
	height: 400px;
	background-color: #000;
	padding-top: 15px;
}

footer p {
	color: #FC3;
	text-align: center;
	font-size: 14px;
	clear: both;
}
.facebook {
	float: left;
}
.twitter {
	float: right;
}

/*---------Pratos ----------------------*/
h2 {
	text-align:center;
	text-transform: uppercase;
	color: #900;
	font-weight:hold;
	border-bottom: 2px dashed #900;
	padding-bottom: 10px;
	font-size: 20px;
	text-shadow: 0px 0px 1px #000;
	margin-bottom: 20px;
	
}
.box-pratos {
	float: left;
	width: 255px;
	margin-right: 20 px;
	text-align: center;
	margin-bottom: 20px;
}

.box-pratos img {
	margin-bottom: 15px;
	border-radius: 50%;
	transition:all 2s;
}
.box-pratos img:hover {
	transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180);
}
.box-pratos h3 {
	font-weight: bolt;
	text-transform: uppercase;
	color: #900;
	margim-botom : 0px 0px 1px #000;
}
.box-pratos p {
	line-height: 20px;
}
/*----------------------------Contato-------------------------------*/
label {
	text-transform: uppercase;
	color:#900;
	font-weight: bold;
	font-size: 18px;
}
input[type="text"], select, textarea {
	width: 300px;
	margin: 10px 0;
	padding: 5px;
	color: #900;
	border-radius: 10px;
	border: none;
	box-shadow: 0px 0px 3px #000;
	outline: none;
	
}
select {
	width: 310px;
}

textarea {
	height: 150px;
	resize: none;
}
input[type="submit"] {
	background-color: #900;
	/*background-image: url(../img/btn_next_png);*/
	color: #FC3;
	padding: 5px 20px;
	border: none;
	border-radius: 10px;
	cursor:pointer;
}
inpu[type="submit"]:hover {
	background-color:rgba(153,0,0,0.8);
}
input[type="text"]:focus, select:focus, textarea:focus {
	background-color: #FC6;
	box-shadow: inset 0 0 15px #333;
	
}
form label.error {
		font-size:12px;
		width:240px; 
		font-weight:bold;
		color:#900;
		padding: 3px 20px;
		}



