﻿@charset "utf-8";
/* CSS PEAR GRID MOBILE  */

/************************ CONFIGURAÇÕES ************************/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
html, body {
	/*** Alinhamentos Padrão ***/
	
	margin: 0px;
	width: 100%;
	height: 100%;
	/*** Background ***/
	
	background-color: #fff;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(/includes/img/fundo.png);
	/*** Fontes ***/
	
	color: #333;
	font-size: 14px;
	font-family: 'Droid Sans', sans-serif;
}
* {
	box-sizing: border-box;
	border-collapse: separate;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
/************************ LINKS ************************/

a {
	text-decoration: none;
	color: #777777;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a:hover {
	color: #ccc;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
input {
	outline: none!important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
/************************ GRID 960 ************************/

.grid-220, .grid-300, .grid-460, .grid-700, .grid-940 {
	width: 100%;
	float: left;
	margin: 10px;
	border: 0px solid #000;
}
.grid-220 {
	max-width: 220px;
}
.grid-300 {
	max-width: 300px;
}
.grid-460 {
	max-width: 460px;
}
.grid-680 {
	max-width: 700px;
}
.grid-940 {
	max-width: 940px;
}
.grid-960 {
	margin: 0 auto;
	width: 960px!important;
	border: 0px solid #c00;
	display: table!important;
}
.grid-navegar {
	width: 100%;
	float: left;
	margin: 10px;
	border: 0px solid #000;
	max-width: 460px;
}
.tooltip {
	display: inline;
	position: relative;
}
.tooltip:hover:after {
	padding: 5px 15px;
	width: 220px;
	border-radius: 5px;
	background: #333;
	background: rgba(0,0,0,.8);
	content: attr(data-title);
	position: absolute;
	left: 20%;
	bottom: 26px;
	z-index: 98;
	color: #fff;
}
.tooltip:hover:before {
	border: solid;
	border-color: #333 transparent;
	border-width: 6px 6px 0px 6px;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 99;
}
/************************ CABEÇALHO ************************/

header {
	width: 100%;
	height: 230px;
	margin-bottom: 10px;
	display: table;
	background-color: #000;
}
.full {
	display: table;
	width: 100%;
}
.cor {
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzAwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(100%, rgba(140,0,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8c0007', GradientType=0 ); /* IE6-8 */
}
.menu-suspenso {
	position: fixed;
	z-index: 1;
	width: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.logo-loja {
	width: 100%;
	height: 150px;
	margin-top: 15px;
	max-width: 205px;
	border: 0px solid #fff;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center 15px;
	background-color: none!important;
	background-image: url(/includes/img/logo.png);
}
.logo-io {
	width: 100%;
	height: 60px;
	margin-top: 0px;
	max-width: 135px;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: none!important;
	background-image: url(/includes/img/logo-io.png);
}
#relogio {
	width: 320px;
	height: 35px;
	font-weight: normal;
	font-size: 16px;
	z-index: 0;
	float: right;
	border: 0px solid #000;
	text-shadow: 1px 1px 1px #fff;
}
.menu-topo {
	color: #fff!important;
	text-shadow: 1px 1px 1px #000;
	margin-top: 10px;
	margin-left: 0px;
	text-align: right;
	padding-top: 20px;
	font-size: 15px;
}
.menu-topo a:link {
	padding: 12px;
	margin: 5px;
	border: 1px solid #b00;
}
.menu-topo a:link, .menu-topo a:visited {
	color: #fff!important;
	border-radius: 5px;
	border: 1px solid #7e0006;
}
.menu-topo a:hover, .menu-topo a:active {
	border-bottom: 2px solid #a00;
	color: #fff!important;
	background-color: #a00;
	box-shadow: inset 0px 0px 5px #000;
}
.arte {
	height: 200px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center 0px;
	background-color: none!important;
	background-image: url(/includes/img/arte-io.jpg);
}
.menu-cliente {
	text-align: right;
}
.navegar {
	color: #c00;
	font-size: 16px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #fff;
	height: 50px;
	margin-bottom: 10px;
	background-color: #fff!important;
	box-shadow: 0px 0px 5px #aaa;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.navegar a {
	color: #c00;
	line-height: 40px;
	text-shadow: 1px 1px 1px #fff;
}
.navegar a:hover {
	color: #000;
}
.navegar input {
	float: right;
	width: 220px;
	outline: none;
	padding: 10px;
	padding-left: 15px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.navegar input:focus {
	border: 1px solid #c00;
	outline: none;
}
.box-menu {
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 10px;
}
.boxs {
	margin-top: 15px;
	margin-bottom: 15px;
}
.titulo-login {
	color: #c00;
	text-shadow: 1px 1px 1px #fff;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
}

/***********  BOTÕES E CAMPOS ********/

.campo {
	border-radius: 50px;
	border: 1px solid #ccc;
	padding: 7px 12px 7px 12px;
	margin: 10px;
}
.login {
	width: 250px;
	margin-right: 10px;
}
.botao-login {
	width: 250px;
}
.form-login {
	margin: 0px;
	display: table;
	border: 0px solid #c00;
}
button {
	margin: 10px 10px 10px 10px;
	border-radius: 5px;
	padding: 5px 7px 5px 7px;
	cursor: pointer;
	outline: none;
	color: #fff;
	border: 1px solid #c00;
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzAwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(100%, rgba(140,0,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8c0007', GradientType=0 ); /* IE6-8 */
}
button:hover {
	outline: none;
	background: rgb(214,4,18); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MDQxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I3MDMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzAwMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214,4,18,1)), color-stop(44%, rgba(183,3,12,1)), color-stop(100%, rgba(163,0,8,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d60412', endColorstr='#a30008', GradientType=0 ); /* IE6-8 */
}
.boxs button:active {
	outline: none;
}
.box iframe {
	margin: 0px!important;
	width: 200px!important;
	height: 135px!important;
	border-radius: 3px;
}
/***********  PÁGINA EVENTOS ********/

.titulo-pagina {
	margin: 10px;
	font-size: 25px;
	color: #c00;
}
.evento {
	height: 500px!important;
	text-shadow: 1px 1px 1px #fff;
	background-color: #fff;
	box-shadow: 0px 0px 10px #ccc;
	padding: 0px;
	box-shadow: 0px 0px 5px #aaa;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.evento-left {
	float: left;
	display: table;
}
.evento-right {
	display: table;
	width: 100%;
	max-width: 540px;
	padding: 15px!important;
	border: 0px solid #000;
	color: #777;
}
.foto-evento img {
	width: 400px;
	height: 500px;
	max-width: 400px;
	margin: 0px;
	background-position: center top;
	background-image: url(/includes/img/sem-img.jpg);
	background-color: transparent;
}
.titulo-evento {
	color: #c00;
	font-size: 22px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 3px dotted #ccc;
}
.subtitulo-evento {
	font-weight: bold;
	margin-bottom: 10px;
}
.descricao-evento {
	height: 195px;
	width: 100%;
	margin-bottom: 10px;
	display: table;
	border: 0px solid;
	overflow: hidden;
}
.evento-inner-left {
	float: left;
	display: table;
	border: 0px solid;
	width: 280px;
	height: 50px;
	margin-bottom: 20px;
}
.evento-inner-right {
	float: left;
	border: 0px solid;
	display: table;
	width: 220px;
	height: 50px;
	margin-bottom: 10px;
}
.chosen-container {
	text-shadow: none;
}
.chosen-drop {
	color: #000
}
.comprar-ingresso {
	text-shadow: 1px 1px 1px #c00;
	width: 240px;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	font-weight: bold;
	text-align: center;
	padding: 16px 10px 15px 10px;
	margin: 0px;
	display: table;
	border: 1px solid #c00;
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzAwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(100%, rgba(140,0,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8c0007', GradientType=0 ); /* IE6-8 */
}
.comprar-ingresso:hover {
	outline: none;
	color: #fff;
	background: rgb(214,4,18); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2MDQxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2I3MDMwYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMzAwMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(214,4,18,1)), color-stop(44%, rgba(183,3,12,1)), color-stop(100%, rgba(163,0,8,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(214,4,18,1) 0%, rgba(183,3,12,1) 44%, rgba(163,0,8,1) 100%); /* W3C */
}
.icon-horario {
	width: 50px;
	height: 50px;
	float: left;
	background-position: center top;
	background-image: url(/includes/img/relogio-ico.png);
	background-color: transparent;
	margin-right: 10px;
}
.horarios-evento {
	font-size: 16px;
	padding-top: 5px;
	margin-bottom: 15px;
}
.share {
	background-color: #eee;
	clear: both;
	height: 20px;
	border-radius: 3px;
	padding: 10px;
	margin-top: -10px;
	width: 100%;
	border: 1px solid #fff;
	color: #000;
	text-shadow: 1px 1px 1px #777;
	box-shadow: inset 1px 1px 10px #bbb;
	display: table;
	text-shadow: 1px 1px 1px #fff;
}
.compartilhe {
	width: 10px;
	display: table;
	border: 0px solid;
	margin-top: 3px;
	float: left;
	padding-left: 40px;
	padding-right: 15px;
	text-align: center;
}
.compartilhe:first-child {
	margin-left: 7px;
	padding: 0px;
}
.compartilhe:last-child {
	padding: 0
}
/*********************** TABELA *************************/
table {
	border-collapse: separate;
	border-bottom: 20px;
	border-right: 1px;
	color: #333;
	width: 100%;
	text-transform: capitalize;
}
table caption {
	letter-spacing: 0px;
	margin-bottom: 10px;
	padding: 7;
	border: 0px solid #ccc;
	text-align: center;
}
table a {
	text-decoration: none;
	border-bottom: 0px dotted #f60;
	text-decoration: none;
	font-size: 14px;
	color: #333;
	list-style-type: none;
	text-align: center;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}
table a:hover {
	text-decoration: none;
	font-size: 14px;
	color: #06F;
	list-style-type: none;
	text-shadow: 0px 0px 11px rgba(255, 255, 255, 0.64);
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
}
table tr th a {
	color: #369;
	border-bottom: 0px;
	text-align: center;
	text-valign: middle;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
	-moz-transition: color 0.3 ease-in; /* firefox */
	-o-transition: color 0.3s ease-in; /* opera */
}
tr:hover {
	background: #EAECEE;
	color: #111;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
	-moz-transition: color 0.3 ease-in; /* firefox */
	-o-transition: color 0.3s ease-in; /* opera */
}
table tr th a:hover {
	color: #fff;
	background: #000000;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
	-moz-transition: color 0.3 ease-in; /* firefox */
	-o-transition: color 0.3s ease-in; /* opera */
}
table thead tr th {
	border-top: 0px solid #ccc;
	background: #e2e2e2;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
	-moz-transition: color 0.3 ease-in; /* firefox */
	-o-transition: color 0.3s ease-in; /* opera */
}
table tfoot tr th, table tfoot tr td {
	color: #000;
	font-weight: bold;
}
table tfoot tr th {
}
table tfoot tr td {
}
table, td {
	border-right: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	border: 1px solid #ccc;
	border-collapse: collapse;
	padding: 7px;
	font-size: 12px;
	text-align: center;
	text-valign: middle;
}
tr {
	border-left: 1px solid #ccc;
}
table th {
	border-right: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	padding: 7px;
	font-size: 18px;
	vertical-align: middle;
	border-left: 1px solid #ccc;
	text-align: center;
	text-valign: middle;
}
table tr.odd th, table tr.odd td {
	background: #777;
}
table tbody tr:nth-child(2n+1) {
	background-color: #ededed;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
	-moz-transition: color 0.3 ease-in; /* firefox */
	-o-transition: color 0.3s ease-in; /* opera */
}
tr:nth-child(1n+1) {
	background-color: #ffffff;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
	-moz-transition: color 0.3 ease-in; /* firefox */
	-o-transition: color 0.3s ease-in; /* opera */
}
tr:nth-child(1n+1):hover {
	background-color: #E8FAFF;
	-webkit-transition: color 0.3s ease-in; /*safari and chrome */
	-moz-transition: color 0.3 ease-in; /* firefox */
	-o-transition: color 0.3s ease-in; /* opera */
}
tr:first-child {
	text-shadow: 1px 1px 1px #c05;
	border-left: 1px color #ccc;
	color: #fff!important;
	height: 40px;
	border: 0px solid #000!important;
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzAwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(100%, rgba(140,0,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8c0007', GradientType=0 ); /* IE6-8 */
}
.carrinho-direito {
	float: right;
	height: 20px;
	display: table;
	width: 730px;
	margin-top: 15px;
	border: 0px solid #000;
}
.carrinho-esquerdo {
	float: left;
	margin-top: 15px;
	height: 20px;
	border-radius: 3px;
	display: table;
	width: 200px;
	height: 45px;
	padding: 15px;
	color:#1F7C00;
	text-shadow: 1px 1px 1px #fff;
	text-align:center;
	border: 0px solid #000;
	box-shadow: 0px 0px 5px #aaa;
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #feffff 0%, #c4fda2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#c4fda2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #feffff 0%,#c4fda2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #feffff 0%,#c4fda2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #feffff 0%,#c4fda2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #feffff 0%,#c4fda2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#c4fda2',GradientType=0 ); /* IE6-9 */

}





.botao-carrinho {
	text-shadow: 1px 1px 1px #c03;
	width: 230px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	font-family: 'Droid Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	height: 45px;
	padding: 7px!important;
	margin: 0px;
	margin-left: 12px;
	display: table;
	float: left;
	cursor: pointer;
	border: 1px solid #c00;
	background: rgb(169,3,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzAwMDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(100%, rgba(140,0,7,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(140,0,7,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#8c0007', GradientType=0 ); /* IE6-8 */
}
/************************ CORPO ************************/

.box {
	color: #333;
	display: table;
	padding: 20px;
	border-radius: 5px;
	background-color: #fff;
	border: 0px solid #ccc;
	box-shadow: 0px 0px 5px #aaa;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
#box-logotipo {
	width: 95%;
	max-width: 450px; /*Valor da largura da imagem*/
	float: left;
	margin: 0px;
	margin-left: 0;
	display: table;
	position: static;
}
cite {
	font-size: 26px;
	font-style: normal;
}
.procurar-pedido {
	float: right;
	margin-top: -10px;
}
.legenda {
	color: #333;
	text-shadow: 1px 1px 1px #fff;
	display: table;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	border: 0px solid #ccc;
	line-height: 27px;
	float:right;
	box-shadow: 0px 0px 5px #aaa;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.titulo-legenda {
	color: #c00;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 5px;
}
.ico {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	clear: both;
	box-shadow: 1px 1px 1px #fff;
	border: 1px solid #bbb!important;
}
.mapa img {
	border: 1px solid #ccc;
	width: 480px;
	height: 600px;
	float: right;
}
.mapa p {
	position: absolute;
	left:50%;
	padding: 10px;
	margin-left: 160px;
	border:1px solid #ccc;
	border-radius:3px;
	font-weight: bold;
	color:#c00;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */

	
}
.bloco-enviar-pedido {
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 5px;
	border:1px solid #ccc;
	width:400px;
	border-radius:3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.titulo-enviar-pedido {
	color:#c00;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}
.titulo-enviar-pedido-2 {
	color:#c00;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}
.como-funciona-texto {
	line-height: 20px;
	font-size: 15px;
	text-shadow: 1px 1px 1px #fff;
}
.arte-pedido {
	background-image: url(/includes/img/drawer.svg)!important;
	background-repeat: no-repeat!important;
	background-position: 85% 50%!important;
	background-size: 250px!important;
}
.arte-pedido a:link,
.arte-pedido a:visited, 
.arte-pedido a:active {
	color:#c00!important;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
	border-radius:3px;
	margin-bottom: 5px;
	border:1px solid #ccc;
	width:400px;
	border-radius:3px;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.arte-pedido a:hover {
	border-color:#999;
}
.titulo-pedido {
	color:#c00;
	font-weight: bold;
	margin-top: 25px;
	width:100%;
	max-width:460px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 2px dotted #ccc;
	padding-bottom: 7px;
}
.titulo-pedido-detalhe {
	color:#c00;
	font-weight: bold;
	margin-top: 25px;
	width:100%;
	max-width:460px;
	margin-bottom: 10px;
	font-size: 14px;
	border-bottom: 0px dotted #ccc;
	padding-bottom: 0px;
}
.item-pedido {
	border-top:2px dotted #ccc;
	width:100%;
	max-width:460px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.total-pedido {
	border-top:2px dotted #ccc;
	padding-top:15px;
	width: 100%;
	max-width: 460px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color:#c00;
}
/******************** PÁGINA LOGIN **********************/

.bloco-login {
	border: 0px solid #ccc;
	height: 120px;
	display: table;
	float: left;
	margin-right: 15px;
	width: 280px;
}
.bloco-login h2 {
	margin-bottom: 5px;
}
.campo {
	width: 250px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	border-radius: 50px;
	padding: 7px 10px 7px 10px;
}
.campo:focus {
	border: 1px solid #c00
}
/******************* PÁGINA CADASTRO ********************/
.campo-cadastro {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px 10px 7px 10px;
}
.campo-cadastro:focus {
	border: 1px solid #c00
}
.frete p {
	font-weight: bold;
	margin: 5px 5px 5px 0px;
	color: #c00;
	font-size: 16px;
}
.c1 {
	width: 400px;
}
.c2 {
	width: 400px;
	margin-top: 10px;
}
.c3 {
	width: 246px;
	text-transform: capitalize;
	margin-bottom: 10px;
}
.c4 {
	width: 145px;
	margin-bottom: 10px;
}
.c5 {
	width: 305px;
	text-transform: capitalize;
}
.c6 {
	width: 90px;
}
.c7 {
	width: 90px;
}
.c8 {
	width: 305px;
	text-transform: capitalize;
}
.c9 {
	width: 400px;
	text-transform: capitalize;
}
.c10 {
	width: 400px;
	text-transform: capitalize;
}
.c11 {
	width: 330px;
}
.c12 {
	width: 330px;
}
.c13 {
	width: 55px;
	text-align: center;
}
.c14 {
	width: 400px;
}
.c15 {
	width: 270px;
}
label.error {
	color: #c00;
	text-shadow: 1px 1px 1px #fff;
}
.box textarea {
	font-family: 'Droid Sans', sans-serif;
	color: #000;
	font-size: 14px;
	width: 400px;
	height: 100px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
	border-radius: 50px;
	padding: 7px 10px 7px 10px;
	border-radius: 7px;
	outline: none!important;
}
.box textarea:focus {
	border: 1px solid #c00;
	outline: none!important;
}
/************************ RODAPÉ ************************/


footer {
	color: #333;
	width: 100%;
	height: 0px;
	margin: 0 auto;
	margin-top: 10px;
	display: table;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	box-shadow: 0px 0px 5px #aaa;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
#pear a:link {
	width: 90%;
	background-color: #000
}
#pear img {
	position: absolute;
	right: 0px;
	border: 0px;
	padding: 10px;
	margin-top: -20px;
	border-radius: 7px;
	text-decoration: none;
	transition: all 1s linear;
	-webkit-border-radius: 7px;
	-o-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-webkit-transition: all 1s linear;
}
#pear img:hover {
	border: 0px;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/************************ PRELOADER ************************/

#preloader {
	background: #FFF;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	z-index: 9999;
}
#preloader div {
	width: 32px;
	margin: auto;
	padding-top: 150px;
	height: 32px;
	text-align: center;
	border: 0px solid #111;
	overflow: hidden;
	z-index: 9998;
}
#preloader img {
	position: absolute;
	left: 50%!important;
	top: 50%!important;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 9999;
}

/************************        ************************/
/************************ MOBILE ************************/
/************************        ************************/



@media screen and (max-width:960px) {
/************************ GRID 960 MOBILE ************************/
* {
	box-sizing: border-box;
	border-collapse: separate;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}
.grid-220, .grid-300, .grid-460, .grid-940 {
	width: 100%!important;
	float: none;
	padding: 15px;
	margin: 10px 0px 10px 0px;
	display: table!important;
	border: 0px solid #000;
}
.coluna-direita {
	width: 100%;
}
.logo-po {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	margin-top: -15px;
	max-width: 280px;
	background-size: 85%;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: none!important;
	background-image: url(/includes/img/logo-po.png);
}
.header-price {
	font-size: 12px;
	width: 100%;
	display: table;
	margin-top: -18px;
	margin-bottom: 5px;
	text-align: left!important;
	;
	background: #a90329; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #a90329 0%, #8f0222 44%, #6d0019 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #a90329 0%, #8f0222 44%, #6d0019 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #a90329 0%, #8f0222 44%, #6d0019 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-radius: 3px;
	margin-left: 0px;
	padding: 3px;
	padding-left: 7px;
	padding-top: 7px;
	border-top: 1px solid #c00;
}
.header-price a:link, .header-price a:visited {

	color: #fff;
	text-align: left;
	padding: 5px;
}
.header-price a:hover, .header-price a:active {
	color: #ccc;
}
.grid-960 {
	width: 95%!important;
	margin: 0 auto;
	display: table;
	padding: 0px!important;
}
.mobile-um, .mobile-dois {
	width: 49%;
	float: left;
	text-align: left;
	padding: 0px;
	margin: 0px;
	border: 0px solid #000;
}
.mobile-um {
	margin-right: 2%;
}
.ico-carrinho {
	display: none;
}
.ico-sacola {
	display: none;
}
cite {
	font-size: 22px;
}
p {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}
article {
	width: auto!important;
}
article img {
	width: 100%!important;
}
main {
	width: 100%!important;
}
.navegar {
	height: 10px;
	margin-top: -15px!important;
	margin-bottom: 10px;
	text-align: center;
	box-shadow: 1px 2px 7px #888;
	background: rgb(226,226,226); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2QxZDFkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 ); /* IE6-8 */
}
.navegar a {
	color: #c00;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	text-shadow: 1px 1px 1px #fff;
}
.navegar a:hover {
	color: #000;
}
.navegar input {
	float: right;
	width: 100%;
	outline: none;
	padding: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	border-radius: 50px;
	border: 1px solid #ccc;
}
.navegar input:focus {
	border: 1px solid #c00;
	outline: none;
}
.grid-navegar {
	width: 100%;
	float: left;
	margin: 0px;
	border: 0px solid #000;
	max-width: 460px;
}
#pear img {
	margin: 0 auto!important;
	float: none!important;
	display: table;
	position: relative;
	text-decoration: none;
	border: 0px;
	padding: 10px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}
#pear img:hover {
	border: 0px;
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
}
