﻿@charset "utf-8";
.contato {
	background: #DDD;
	-moz-border-radius:10px 0px 0px 0px;
	-webkit-border-radius:10px 0px 0px 0px;
	border-radius:10px 0px 0px 0px;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 5px #000;
	box-shadow:0px 0px 10px #000;
	z-index: 1000;
	bottom: 0px;
	padding: 10px 20px 10px 10px;
	border-top: 1px solid #FFF;
	position: fixed;
	border-right: 1px solid #FFF;
	right: 0px;
}
.contato h4{
	text-align: left;
	font-family: bold;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
	
}

.contato input, .contato textarea {
	background: #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:10px;
	font: 10px regular;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 2px;
	width: 100%;
}

.compartilhar {
	position: fixed;
	width: 244px;
	bottom: 0px;
	left: 0px;
	box-shadow: 0px 0px 5px #999;
	z-index:1000;
}
footer {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #666 url(../img/bgstripes2.png) repeat center top;
	clear: both;
	color: #FFFFFF;
	width: 100%;
	margin-top: 20px;
	position: relative;
	left: 0px;
	bottom: 0px;
	height: auto;
	border-top: 1px solid #333;
}
footer .copyright {
	text-shadow: 1px 1px 1px #666;
	color: #000;
	font: 12px/32px 'bold';
}
footer .redes_sociais {
	display: inline-block;
	float: right;
	vertical-align: bottom;
}
footer{
	z-index: 1;
}
footer .item{
	display: inline-block;
	width: 100%;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 10px;
}
footer .item:first-child {

}
footer .link{
}
footer .icon {
	height: 50px;
	width: 50px;
	display: inline-block;
	float: left;
}
footer .icon_1{
	background:transparent url(../img/menu/home.png) no-repeat top left;
}
footer .icon_2{
	background:transparent url(../img/menu/produtos.png) no-repeat top left;
}
footer .icon_3{
	background:transparent url(../img/menu/suporte.png) no-repeat left top;
}
footer .icon_4{
	background:transparent url(../img/menu/contato.png) no-repeat top left;
}
footer .icon_5{
    background:transparent url(../img/photos.png) no-repeat top left;
}
footer .item_content{
	float: left;
	height: 50px;
	position: relative;
	margin-left: 10px;
	padding-top: 5px;
}
footer .item_content .title{
	color:#CCC;
	text-shadow: 1px 1px 1px  #666666;
	background-color:transparent;
	font: bold 16px 'bold';
	margin: 0px;
}
footer .item_content a{
	background-color:transparent;
	float:left;
	margin-right:10px;
	color:#000;
	text-shadow: 1px 1px 1px #666666;
	text-decoration:none;
	margin-top: 5px;
	font: 10px 'black';
}
footer .item_content a:hover{
	color:#222222;
	text-shadow: 1px 1px 1px #CCCCCC;
}
footer .item_content p {
    background-color:transparent;
}
footer .item_content p input{
    border:1px solid #ccc;
    padding:1px;
    width:155px;
    float:left;
    margin-right:5px;
}
