/*
	
	RW1 Digital
	Empresa: Tudo Ofertas
	Arquivo: Estilo Geral (base.css)
	Data: 07-10-15
	
*/




body {
	overflow-x: hidden;
	margin: 0;
	font: 400 normal 16px/1 'Roboto', sans-serif;
	color: #333;
	background: #fff
}
header, nav, main, section, article, footer, iframe {
	display: block
}
input, button, select, textarea {
	padding: 0;
	margin: 0;
	border: none;
	font-family: inherit;
	outline: none
}
button, select {
	cursor: pointer
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
a {
	text-decoration: none
}
a:active, a:focus {
	outline: none
}
.row:before, .row:after {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.row-col {
	display: block;
	float: left
}
.list {
	padding: 0;
	margin: 0;
	list-style: none
}
.list-item {
	display: block
}
/*.grid*/
.grid-item {
	display: inline-block;
	vertical-align: top
}
.topofixo{
	position: fixed;
	z-index: 99999;
	width: 82%;
}
.bt-pagina{
	margin: 15px 0 40px 0;
	font: 400 normal 16px/1 'Roboto', sans-serif;
	color: #333;	
}
.bt-pagina p{
	font: 400 normal 9px/1 'Roboto', sans-serif;
	color: #333;
	margin-bottom: 18px;
}

.bt-pagina li{
	display: block;
	float: left;
}

.bt-pagina li a{
	background: #00B285;
	padding:10px 40px 10px 40px ;
	overflow: hidden;
	color:#FFF;
	text-align: left;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	border-radius: 4px

}

.bt-pagina li a:hover{
-moz-transition: 0.3s linear;
-webkit-transition: 0.3s linear;
-ms-transition: 0.3s linear;
background: #ee1b2f;
}


h1, h2, h3, h4, h5, .title {
	margin: 0;
	font-weight: 400
}
b, strong, .strong {
	font-weight: 700
}
img, .img {
	display: block;
	width: 100%;
	border: none
}
.title, .text, .link {
	display: block
}
p, .text {
	margin: 0;
	line-height: 1.5;
	width: 80%
}
.link > .text, .list-item > .text, .grid-item > .text, .text > .text {
	line-height: 1
}
.is-dark {
	color: #ee1b2f
}
.link {
	display: block;
	color: #333;
	transition: color .25s, background-color .25s, border-color .25s
}
.link:hover, .link:active, .link.active {
	color: #ee1b2f;
}
.text > .link {
	display: inline
}
.button {
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	color: #fff;
	font-weight: 500;
	background-color: #999
}
.button.is-green {
	background-color: #008c46
}
.button.is-green:hover {
	background-color: #008c46
}
.form {
	text-align: left
}
.form-label, .form-input, .form-select, .form-button {
	display: block;
	width: 100%;
	font-size: 16px;
	font-family: inherit;
	background: transparent;
	transition: background-color .25s, border-color .25s
}
.form-label {
	cursor: pointer;
	pointer-events: none
}
/* ÍCONES */
.icon {
	display: block;
	background: url('../img/sprites.fw.png')
}
.social-icon {
	width: 45px;
	height: 45px
}
.social-icon.is-fb {
	background-position: 248px 0
}
.social-icon.is-tw {
	background-position: 202px 0
}
.social-icon.is-gp {
	background-position: 156px 0
}
.question-icon {
	width: 49px;
	height: 50px;
	background-position: 50px 0
}
.pin-icon {
	width: 25px;
	height: 32px;
	background-position: 76px 0
}
.gright1-icon {
	width: 33px;
	height: 32px;
	background-position: 110px 0
}
.pright-icon {
	width: 33px;
	height: 32px;
	background-position: 110px -33px
}
.gright-icon {
	width: 52px;
	height: 52px;
	background-position: 301px 0
}
.menu-icon {
	width: 19px;
	height: 24px;
	background-position: 130px -46px
}
.shadow {
	position: absolute;
	background: url('../img/shadows.fw.png');
	pointer-events: none
}
#header {
	padding: 30px 30px 40px
}
.header-logo {
	width: 180px
}
.header-select {
	position: absolute;
	top: 50px;
	right: 30px;
	width: 170px;
	height: 40px;
	padding: 0 20px;
	font-size: 15px;
	line-height: 38px;
	border: 1px solid #ccc
}
.header-login {
	position: absolute;
	top: 110px;
	right: 30px;
	font-weight: 500;
	font-size: 15px
}
.header-banner {
	position: relative;
	margin-top: 20px;
	color: #333;
	border:1px solid #DDD;
}
.header-banner:after {
	content: 'oferecimento';
	position: absolute;
	bottom: -18px;
	left: 0;
	font-size: 12px;
	font-family: Arial
}
.header-banner .owl-pagination {
	bottom: -20px;
}
/* Core Owl Carousel CSS File - v1.3.3 */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
/* EDIÇÃO */
.owl-item .img {
	width: 100%
}
.owl-pagination {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	text-align: center
}
.owl-page {
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 2px;
	background: #ddd;
	border-radius: 50%;
	transition: background-color .25s
}
.owl-page.active {
	background-color: #ee1b2f
}
#main {
	position: relative;
	background: #f4f3f1
}
#main.back-3 {
	background: #eee
}
.main-intro {
	padding: 10px 20px 20px 0;
	background: #fff
}
.main-intro-panel {
	position: relative;
	width: 50%;
	padding: 30px 20px 30px 70px
}
.main-intro-panel > .title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px
}
.main-intro-panel > .img {
	position: absolute;
	top: 26px;
	left: 25px;
	width: auto
}
/*.main-intro-panel > .list*/
				/*.main-intro-panel > .list > .list-item*/
.main-intro-panel > .list > .list-item > .link {
	display: inline-block;
	margin-top: 3px;
	color: #333;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: 1px solid transparent
}
.main-intro-panel > .list > .list-item > .link:hover {
	color: #ee1b2f;
	border-color: #ee1b2f
}
.main-search {
	position: relative
}
.main-search-trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 53px;
	height: 53px;
	background: #ee1b2f
}
.main-search-trigger > .icon {
	margin: 15px 0 0 17px
}
.main-search-form {
	position: relative;
	height: 53px;
	margin-left: 53px
}
.main-search-form > .form-item {
	overflow: hidden;
	height: 53px;
	padding: 0 50px 0 25px;
	font-size: 20px;
	line-height: 47px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 3px solid #ee1b2f;
	border-width: 3px 3px 3px 0
}
.main-search-form > .form-label {
	margin-bottom: -53px;
	color: #666;
	border-color: transparent
}
.main-search-form > .form-input {
	background: #fff
}
.main-search-form > .form-button {
	position: absolute;
	top: 12px;
	right: 13px
}
.main-search-link {
	overflow: hidden;
	height: 53px;
	padding: 0 50px 0 25px;
	color: #fff;
	font-size: 20px;
	line-height: 53px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #d60418
}
.main-search-link:hover {
	color: #fff
}
.main-sidebar {
	padding: 30px
}
.sidebar-form {
	position: relative;
	padding: 25px 20px 77px 25px;
	background: #ee1b2f;
	border-bottom-right-radius: 0
}
.sidebar-form > .title {
	margin-bottom: 25px;
	color: #fff;
	font-weight: 100;
	font-size: 60px
}
.sidebar-form > .form-item {
	height: 40px;
	padding: 0 20px;
	color: #444;
	line-height: 40px
}
.sidebar-form > .form-select {
	padding: 0 15px;
	margin-bottom: 8px;
	background: #fff
}
.sidebar-form > .form-label {
	margin-bottom: -40px
}
.sidebar-form > .form-input {
	margin-bottom: 8px;
	background: #fff
}
.sidebar-form > .form-button {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: auto;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase
}
.sidebar-form > .icon {
	position: absolute;
	bottom: 25px;
	left: 25px
}
.sidebar-adwords {
	padding: 30px 0 0 30px
}
.sidebar-adwords > .grid-item {
	width: 50%;
	padding: 0 30px 30px 0
}
.sidebar-more {
	color: #fff
}
.sidebar-more:hover {
	color: #fff
}
.sidebar-more > .title {
	position: relative;
	min-height: 85px;
	padding: 20px 25px 20px 95px;
	font-size: 18px;
	line-height: 1.2;
	letter-spacing: 1px;
	background: #d40000
}
.sidebar-more .icon {
	position: absolute;
	top: 20px;
	left: 25px
}
.sidebar-more > .text {
	padding: 25px;
	font-weight: 100;
	font-size: 32px;
	line-height: 1.1;
	background: #bd0000;
	border-bottom-left-radius: 45px
}
.main-result {
	padding: 30px
}
.main-result > .text {
	margin: 0 0 40px 10px;
	font: 400 normal 28px/1 'Roboto', sans-serif;
	width: 100%;
    text-align: center;
}
/*.main-result > .list*/
.main-result > .list > .list-item {
	margin-bottom: 20px
}
.pagi {
	margin-top: 35px
}
.pagi > .grid-item {
	height: 46px;
	padding: 0 15px;
	margin: 0 5px 5px 0;
	color: #666;
	line-height: 44px;
	border: 1px solid #eee;
	transition: color .25s, background-color .25s
}
.pagi > .grid-item:hover {
	background-color: #eee
}
.pagi > .grid-item.active {
	color: #fff;
	background-color: #ee1b2f;
	border-color: #ee1b2f
}
.main-local {
	position: relative;
	padding: 60px 30px 30px 20px;
	margin: 25px 0 0;
	background: #fff
}
.main-local.is-small {
	padding: 25px 30px;
	margin-top: 0;
	border: 1px solid #e7e7e7
}
.main-local > .title {
	padding-right: 150px;
	margin-bottom: 10px;
	font-size: 36px;
	line-height: 1.1
}
.main-local.is-small > .title {
	padding-right: 80px;
	font-size: 28px;
	line-height: 1.15;
}
.main-local > .img {
	position: absolute;
	top: 60px;
	right: 90px;
	width: auto
}
.main-local.is-small > .img {
	top: 25px;
	right: 30px
}
.main-local > .cat {
	margin-bottom: 15px;
	line-height: 1
}
.main-local > .cat > .link {
	color: #008c68
}
.main-local > .desc {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.3;
	font-family: Arial
}
.main-local-phones {
	margin-bottom: 25px
}
.is-small > .main-local-phones {
	margin-bottom: 0
}
.main-local-phones > .phone {
	margin: 5px 25px 5px 0;
	font-weight: 700;
	width: 39%
}
.main-local-phones .num {
	display: inline-block;
	color: #ee1b2f;
	font-size: 20px
}
.main-local-phones .link {
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	line-height: 2.2;
}
.main-local-links {
	margin-bottom: 22px
}
.main-local-links > .grid-item {
	display: inline-block;
	height: 26px;
	padding: 0 15px;
	margin: 0 8px 8px 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	background: #ee1b2f;
	border: 1px solid #ddd
}
.main-local-links > .grid-item.is-email {
	color: #ee1b2f;
	background: #ffbf00
}
.main-local-links > .grid-item.is-sms {
	background: #ee1b2f
}
.main-local-desc {
	padding: 30px 0 45px;
	border-top: 1px solid #eee
}
.main-local-desc p {
	margin-bottom: 15px;
	font-family: Arial
}
.main-local-tabber {
	position: relative;
	border: 2px solid #eee
}
.main-local-tabber-nav {
	text-align: center
}
.main-local-tabber-nav > .grid-item {
	display: inline-block;
	height: 45px;
	padding: 15px 15px 0;
	color: #333;
	font-size: 17px;
	transition: padding-top .25s, background-color .25s, border-color .25s
}
.main-local-tabber-nav > .grid-item.active {
	background-color: #ee1b2f;
	color: #fff
}
.main-local-tabber > .wrapper {
	position: relative
}
.main-local-tabber-panel {
	padding: 30px 30px 60px
}
.main-local-tabber-panel > iframe {
	width: 100%
}
.main-local-tabber-panel > .canvas {
	height: 400px
}
.panel-gallery {
	margin: 0 -20px -20px 0
}
.panel-gallery > .grid-item {
	width: 50%;
	padding: 0 20px 20px 0
}
.panel-form {
	margin: 30px
}
.panel-form > .form-item {
	height: 48px;
	padding: 0 20px;
	line-height: 46px;
	border: 1px solid transparent
}
.panel-form > .form-label {
	margin-bottom: -48px
}
.panel-form > .form-input {
	margin-bottom: 20px;
	border-color: #ccc;
	background: #fff
}
.panel-form > .form-input.is-tall {
	max-width: 100%;
	height: 150px;
	max-height: 180px
}
.panel-form > .form-button {
	width: 50%;
	height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase;
	background: #ee1b2f
}
/*.panel-products*/
.panel-products > .list-item {
	padding-bottom: 15px
}
.product {
	position: relative;
	min-height: 150px;
	padding: 30px 30px 60px 150px;
	font-weight: 500;
	border: 1px solid #ccc
}
.product > .title {
	font-size: 20px;
	line-height: 1.4
}
.product > .price {
	color: #ee1b2f;
	font-size: 20px;
	line-height: 1.4
}
.product > .link {
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 140px;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	background: #ee1b2f
}
.product-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center
}
.product-media > .img {
	display: inline;
	vertical-align: middle;
	max-width: 100px
}
.main-info {
	padding: 30px
}
.main-info > .title {
	margin-bottom: 35px;
	font-size: 28px
}
.main-info p {
	margin-bottom: 30px
}
.main-bottom {
	padding: 30px 24px
}
.bottom-slider {
	padding-bottom: 60px
}
.bottom-slider .item {
	padding: 0 6px
}
.bottom-slider .owl-pagination {
	bottom: 25px
}
.bottom-carousel {
	padding-bottom: 50px
}
.bottom-carousel .item {
	padding: 0 6px
}
.bottom-carousel .item > .text {
	overflow: hidden;
	padding: 10px 10px 0;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis
}
#footer {
	position: relative;
	padding: 10px;
	margin-bottom: 35px;
	border-top: 1px solid #DDDs;
	border-bottom: 1px solid #ddd
}
.footer-search {
	position: absolute;
	top: -56px;
	left: 0;
	right: 0
}
.footer-search > .form-item {
	overflow: hidden;
	height: 52px;
	padding: 0 60px 0 20px;
	line-height: 52px;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid transparent
}
.footer-search > .form-label {
	margin-bottom: -52px;
	color: #666
}
.footer-search > .form-input {
	background: #fff;
	border-top-color: #ddd
}
.footer-search > .form-button {
	position: absolute;
	top: 11px;
	right: 10px;
	z-index: 1
}
.footer-panel {
	width: 50%;
	padding: 20px
}
.footer-panel > .title {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.2
}
.footer-panel > .list {
	line-height: 1.3
}
.footer-panel > .phone {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 20px
}
.footer-panel > .hours {
	font-size: 15px;
	line-height: 1.4
}
/*.footer-panel-social*/
.footer-panel-social > .icon {
	display: inline-block;
	margin: 0 2px 0 0
}
.footer-mark {
	position: absolute;
	right: 0;
	bottom: -26px;
	left: 0;
	font-size: 10px;
	font-family: Arial;
	text-align: center;
	color:#C8C8C8;
}
#footer > .icon {
	display: none
}

@media(max-width:450px) {
body {
	text-align: center
}
/*#header*/
.topofixo{
	display: none;
}	

.header-logo {
	margin: 0 auto
}
.header-select {
	position: static;
	margin: 15px auto 0
}
.header-login {
	position: static;
	margin: 15px auto 0
}
.header-banner {
	text-align: left
}
/*#main*/
	
	
.main-intro {
	padding: 10px 0 0
}
.main-intro-panel {
	width: 100%;
	padding: 75px 20px 30px
}
.main-intro-panel > .img {
	right: 25px;
	margin: 0 auto
}
.main-sidebar {
	padding: 0 0 30px
}
.sidebar-form {
	border-bottom-right-radius: 0
}
.sidebar-more {
	text-align: left
}
.sidebar-more > .text {
	border-bottom-left-radius: 0
}
/*.main-result*/
		
		/*.pagi*/
.pagi > .grid-item {
	margin: 0 2px 4px
}
/*.main-result*/
.main-result > .text {
	margin-left: 0
}
.main-local {
	text-align: left;
	padding: 110px 30px 30px 30px!important
}
.main-local > .title {
	padding-right: 0!important
}
.main-local > .img {
	top: 30px;
	right: auto;
	left: 30px
}
/*.main-local-tabber*/
			
			/*.main-local-tabber > .wrapper*/
				
				/*.main-local-tabber-panel*/
					
					/*.panel-gallery*/
.panel-gallery > .grid-item {
	width: 100%
}
/*.panel-form*/
.panel-form > .form-button {
	width: 100%
}
/*.panel-products*/
						/*.panel-products > .list-item*/
							
.product {
	padding: 150px 30px 60px 30px
}
.product > .link {
	right: auto;
	left: 5px
}
.product-media {
	top: 0;
	left: 0
}
/*#footer*/
	
	
.footer-search {
	text-align: left
}
.footer-panel {
	width: 100%
}
/*.footer-panel-social*/
.footer-panel-social > .icon {
	margin: 2px
}
}

@media(min-width:768px) {
html.back {
	background: url('../img/banners/bg-01.jpg') no-repeat center 200px
}
body {
	width: 98%;
	margin: 0 auto
}
#header {
	position: relative;
	padding: 20px 25px 40px 53px
}
.header-select {
	right: 25px
}
.header-login {
	right: 25px
}
.header-banner {
}
#main {
	position: relative;
	padding: 120px 0 55px 0
}
#main.back-3 {
	padding-top: 104px
}
.main-search {
	position: absolute;
	top: 15px;
	right: 0;
	left: 0
}
.back-3 > .main-search {
	top: 0
}
/*.main-search-form*/
.main-search-form > .form-item {
	padding: 0 60px 0 30px;
	font-size: 24px
}
.main-search-link {
	position: absolute;
	top: 53px;
	right: 0;
	left: 0;
	z-index: 1;
	padding-left: 83px;
	font-size: 24px;
	text-align: left
}
.main-intro {
	padding: 10px 20px 20px 0;
	background: #fff
}
.main-intro-panel {
	position: relative;
	width: 50%;
	padding: 30px 20px 30px 75px
}
.main-intro-panel > .title {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 20px
}
.main-intro-panel > .img {
	position: absolute;
	top: 26px;
	left: 30px;
	width: auto
}
/*.main-intro-panel > .list*/
				/*.main-intro-panel > .list > .list-item*/
.main-intro-panel > .list > .list-item > .link {
	display: inline-block;
	margin-top: 3px;
	color: #333;
	font-weight: 500;
	line-height: 1.2;
	border-bottom: 1px solid transparent
}
.main-intro-panel > .list > .list-item > .link:hover {
	color: #ee1b2f;
	border-color: #ee1b2f
}
.main-sidebar {
	padding: 25px 0 0
}
.sidebar-form {
	position: relative;
	padding: 25px 20px 77px 25px;
	background: #ee1b2f;
	border-bottom-right-radius: 0
}
.sidebar-form > .title {
	margin-bottom: 25px;
	color: #fff;
	font-weight: 100;
	font-size: 60px
}
.sidebar-form > .form-item {
	height: 40px;
	padding: 0 20px;
	color: #444;
	line-height: 40px
}
.sidebar-form > .form-select {
	padding: 0 15px;
	margin-bottom: 8px;
	background: #fff
}
.sidebar-form > .form-label {
	margin-bottom: -40px
}
.sidebar-form > .form-input {
	margin-bottom: 8px;
	background: #fff
}
.sidebar-form > .form-button {
	position: absolute;
	right: 20px;
	bottom: 30px;
	width: auto;
	color: #fff;
	font-size: 26px;
	text-transform: uppercase
}
.sidebar-form > .icon {
	position: absolute;
	bottom: 25px;
	left: 25px
}
.sidebar-fullad {
}
.sidebar-fullad > .img {
}
.sidebar-fullad > .img-1 {
}
.sidebar-adwords {
	padding: 30px 0 0 30px
}
.sidebar-adwords > .grid-item {
	width: 50%;
	padding: 0 30px 30px 0
}
/*.sidebar-more*/
.sidebar-more > .title {
	padding: 20px 30px 20px 115px;
	font-size: 20px
}
.sidebar-more .icon {
	left: 50px
}
.sidebar-more > .text {
	padding: 20px 50px 30px;
	font-size: 38px
}
.main-result {
	padding: 0;
	margin: 45px 40px 25px 0
}
.main-local {
	position: relative;
	padding: 60px 30px 30px 20px;
	background: #fff
}
.main-local.is-small {
	padding: 25px 30px;
	margin-top: 0;
	border: 1px solid #e7e7e7;
	margin-left: 15px;
}
/*.main-local-tabber*/
			/*.main-local-tabber > .wrapper*/
				
.main-local-tabber-panel {
	padding: 30px 30px 60px
}
/*.panel-gallery*/
.panel-gallery > .grid-item {
	width: 33.33%
}
/*.panel-products*/
						/*.panel-products > .list-item*/
							
.product {
	padding: 30px 145px 30px 170px
}
.product > .title {
	font-size: 24px
}
.product > .price {
	color: #ee1b2f;
	font-size: 24px
}
.product-media {
	width: 170px
}
.main-info {
	padding: 30px 40px 30px 0
}
.main-bottom {
	padding: 20px 0;
	margin: 0 -6px
}
.bottom-slider {
	padding-bottom: 60px
}
.bottom-slider .item {
	padding: 0 6px
}
.bottom-slider .owl-pagination {
	bottom: 25px
}
.bottom-carousel {
	padding-bottom: 18px
}
.bottom-carousel .item {
	padding: 0 6px
}
.bottom-carousel .owl-pagination {
	bottom: 40px
}
.bottom-carousel .item > .text {
	overflow: hidden;
	padding: 10px 10px 0;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis
}
#footer {
	padding: 0 30px 0 80px
}
.footer-search {
	top: -60px;
	left: 50px;
	width: 675px
}
.footer-search > .form-item {
	padding-left: 30px;
	border-color: #ddd;
	border-radius: 2px
}
.footer-panel {
	width: 50%;
	padding: 30px 20px
}
.footer-panel > .title {
	white-space: nowrap
}
#footer > .icon {
	display: block;
	position: absolute;
	top: -5px;
	left: 0
}
}

@media(min-width:992px) {
body {
	width: 970px
}
	
.topofixo{
	position: fixed;
	z-index: 99999;
	width: 82%;
	display: block;
}
#header {
	position: relative;
	height: 200px;
	padding: 0
}
.header-logo {
	position: absolute;
	top: 60px;
	left: 0;
	width: 348px
}
.header-select {
	right: 530px
}
.header-login {
	right: 530px
}
.header-banner {
	position: absolute;
	top: 30px;
	right: 0;
	width: 480px
}
#main {
	padding: 68px 355px 55px 53px
}
#main.back-3 {
	padding-top: 53px;
	background: -webkit-linear-gradient(-45deg, #e3e3e3 0, #fff 25%);
	background: linear-gradient(135deg, #e3e3e3 0, #fff 25%)
}
.main-search {
	right: 0
}
.main-search-form {
	margin-right: 330px
}
.main-search-form > .form-item {
	border-width: 3px 0
}
.main-search-link {
	top: 0;
	left: auto;
	width: 330px;
	padding: 0;
	font-size: 16px;
	padding-left: 28px;	
}
.main-sidebar {
	position: absolute;
	top: 68px;
	right: 0;
	width: 330px;
	padding: 0
}
.back-3 > .main-sidebar {
	top: 53px;
	z-index: 1;
}
/*.sidebar-adwords*/
.sidebar-adwords > .grid-item {
	width: 100%
}
/*.sidebar-fullad*/
.sidebar-fullad > .img {
	width: auto;
	height: 500px;
	margin-top: -53px
}
.sidebar-fullad > .img-1 {
	position: absolute;
	top: -53px;
	right: 945px;
	margin-top: 0
}
.main-local {
	margin-left: -20px
}
.main-bottom {
	padding: 20px 9px 0 0;
	margin: 0 0 0 -6px
}
/*.main-content*/
		
		/*.content-cat*/
.content-cat-panel {
	width: 50%
}
/*#footer*/
	
.footer-search {
	width: 895px
}
/*.footer-panel*/
.footer-panel.panel-1 {
	width: 250px
}
.footer-panel.panel-2 {
	width: 300px
}
.footer-panel.panel-3 {
	width: 310px
}
.footer-panel.panel-4 {
	width: 100%
}
}

@media(min-width:1300px) {
body {
	width: 82%
}
/*#header*/
	
.header-logo {
	left: 0;
	width: 348px
}
.header-select {
	right: 750px
}
.header-login {
	right: 750px
}
.header-banner {
	width: 680px;
	margin-top: 0
}
#main {
	padding-right: 353px
}
/*.main-intro*/
.main-intro-panel {
	width: 33.33%
}
/*.main-search*/
.main-search-form {
	margin-right: 350px
}
.main-search-link {
	width: 350px
}
.main-sidebar {
	width: 350px;
	position: absolute;
	z-index: 1000;s
}
.sidebar-fullad {
}
.sidebar-fullad > .img {
	height: 666px
}
.sidebar-fullad > .img-1 {
	right: 1255px
}
/*.main-local*/
		
.main-local-tabber {
	position: relative;
	margin-top: 43px;
	border-width: 2px 0 0 0
}
.main-local-tabber:before, .main-local-tabber:after {
	content: '';
	top: 0;
	bottom: 0;
	width: 2px;
	background: -webkit-linear-gradient(top, #eee 0, #fff 100%);
	background: linear-gradient(to bottom, #eee 0, #fff 100%)
}
.main-local-tabber:before {
	left: 0
}
.main-local-tabber:after {
	right: 0
}
.main-local-tabber-nav {
	position: absolute;
	top: -43px;
	right: 0;
	left: 0
}
.main-local-tabber-nav > .grid-item {
	padding: 10px 0 0;
	white-space: nowrap;
	border: solid transparent;
	border-width: 2px 2px 0;
	transition: padding-top .25s, background-color .25s, border-color .25s
}
.main-local-tabber-nav > .grid-item.active {
	padding-top: 15px;
	background-color: #fff;
	color: #ee1b2f;
	border-color: #eee
}
.main-local-tabber-nav > .grid-item.is-photos {
	width: 14%
}
.main-local-tabber-nav > .grid-item.is-videos {
	width: 14%
}
.main-local-tabber-nav > .grid-item.is-map {
	width: 19%
}
.main-local-tabber-nav > .grid-item.is-contact {
	width: 20%
}
.main-local-tabber-nav > .grid-item.is-products {
	width: 33%
}
/*#footer*/
	
.footer-search {
	width: 855px
}
/*.footer-panel*/
.footer-panel.panel-1 {
	width: 230px
}
.footer-panel.panel-2 {
	width: 280px
}
.footer-panel.panel-3 {
	width: 295px
}
.footer-panel.panel-4 {
	width: 365px
}
}
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #febc04;
	opacity: 0.8;
	filter: alpha(opacity=80)
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}
.mfp-align-top .mfp-container:before {
	display: none
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}
.mfp-ajax-cur {
	cursor: progress
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}
.mfp-auto-cursor .mfp-content {
	cursor: auto
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}
.mfp-loading.mfp-figure {
	display: none
}
.mfp-hide {
	display: none!important
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}
.mfp-preloader a {
	color: #CCC
}
.mfp-preloader a:hover {
	color: #FFF
}
.mfp-s-ready .mfp-preloader {
	display: none
}
.mfp-s-error .mfp-content {
	display: none
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}
button::-moz-focus-inner {
padding:0;
border:0
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-close:active {
	top: 1px
}
.mfp-close-btn-in .mfp-close {
	color: #333
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.mfp-arrow:active {
	margin-top: -54px
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}
.mfp-arrow-left {
	left: 0
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F
}
.mfp-arrow-right {
	right: 0
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}
.mfp-iframe-holder .mfp-close {
	top: -40px
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #ee1b2f
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}
.mfp-figure {
	line-height: 0
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px
}
.mfp-figure figure {
	margin: 0
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px
}
.mfp-image-holder .mfp-content {
	max-width: 100%
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
.mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
}
.mfp-img-mobile img.mfp-img {
	padding: 0
}
.mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
}
.mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
}
.mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
}
.mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
}
.mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0
}
}

@media all and (max-width:900px) {
.mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75)
}
.mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0
}
.mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%
}
.mfp-container {
	padding-left: 6px;
	padding-right: 6px
}
}
/* EDIÇÃO DO PLUGIN */
.mfp-bg {
	opacity: 0;
	background: #fff;
	transition: opacity .25s
}
.mfp-bg.mfp-gallery {
	background: #fff
}
.mfp-ready.mfp-bg {
	opacity: .7
}
.mfp-removing.mfp-bg {
	opacity: 0
}
.mfp-content {
	opacity: 0;
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9);
	-webkit-transition: opacity .25s, -webkit-transform .25s;
	transition: opacity .25s, transform .25s
}
.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}
.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale3d(.9, .9, .9);
	transform: scale3d(.9, .9, .9)
}
.mfp-figure:after {
	box-shadow: 0 0 10px rgba(0,0,0,.25)
}
.mfp-gallery .mfp-figure:after {
	box-shadow: none!important
}
button.mfp-close, button.mfp-arrow {
	opacity: 0;
	transition: opacity .25s!important
}
.mfp-ready button.mfp-close, .mfp-ready button.mfp-arrow {
	opacity: 1
}
.mfp-removing button.mfp-close, .mfp-removing button.mfp-arrow {
	opacity: 0
}
.mfp-close {
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 45px
}
.mfp-gallery .mfp-close {
	color: #fff
}
.mfp-close:active {
	top: 21px
}
.mfp-arrow-right:before {
	border-left: 27px solid #fff
}
.mfp-arrow-left:before {
	border-right: 27px solid #fff
}

@media screen and (min-width: 100px) {
.IconSocialFixed{
	position: fixed;
	z-index: 99999;
	left:0;
	right: 0;
	border:0;
	bottom: 0 !important;
	width: 100%;
	padding: 10px 0 10px 15px;
	border-top:1px solid #DDD;
	background-color: #FFF;
}

.IconSocialFixed li{
	display: table;
	margin-bottom: 6px;
	float: left;
	margin-right: 5px;
}

.IconSocialFixed li img{
	width: 24px;
	height: 24px;
}
}


@media (min-width:840px) {
.IconSocialFixed{
	position: fixed;
	z-index: 99999;
	left:15px;
	right: 0;
	border:0;
	top: 45%;
	width: 40px;
	background-color: transparent;
}
	
	
.IconSocialFixed li{
	display: table;
	margin-bottom: 6px;
}

.IconSocialFixed li img{
	width: 30px;
	height: 30px;
}
	
	

}

@media(max-width:1024px) {
	
.vt-home{
	display: none;		
	}	
	
.main-local.is-small > .title {
	margin-top: 27px;
}
}


@media(max-width:450px) {
	
.vt-home{
	display: none;		
	}
	.main-local.is-small > .title {
	margin-top: 27px;
}
	.main-local-phones > .phone {
    width: 95%;
}
	.main-local-phones .num {
    font-size: 18px;
}
	.main-sidebar {
    padding: 0 0 0;
}
	.list-item {
    display: block;
    font-size: 20px;
}

}

