body {
	background-image: url("../imgs/background.jpg");
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
}
/*SCROLL*/

::-webkit-scrollbar {
width: 5px;
height: 40px;
position:absolute;
background-color:transparent;
}


::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
 height: 0px;
display: block;
background-color: #81CCB2;
}
::-webkit-scrollbar-track-piece {
background-color: transparent;
-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb {
 background-color: transparent;
}
::-webkit-scrollbar-thumb:vertical {
height: 20px;
background-color: #666;
border: 1px solid #eee;
-webkit-border-radius: 6px;
}
/**********/

#footer {
	height: 61px;
	width: 100%;
	background-image: url('../imgs/footer_img.png');
	background-repeat: repeat-x;
	padding-top: 30px;
}
#content {
	margin-top: 40px;
	padding-bottom:26px;
}
.fade-in-effect {
	animation: fadein 2s;
	-moz-animation: fadein 2s; /* Firefox */
	-webkit-animation: fadein 2s; /* Safari and Chrome */
	-o-animation: fadein 2s; /* Opera */
}
.product {
	margin-bottom: 20px;/* height: 150px;*/
}
.img-thumbnail {
	border:0px !important;
	-webkit-box-shadow: 0px rgba(50, 50, 50, 0)!important;
	-moz-box-shadow:    0px 5px 5px rgba(50, 50, 50, 0) !important;
	box-shadow:         0px 5px 5px rgba(50, 50, 50, 0) !important;
}
.same-size-products {
	height:auto;
	background-color:#FFF;
	border: #999 solid 1px;
	border-radius:5px;
}
#header-top {
	background-image: url('../imgs/menu_background.png');
	height: 120px;
	padding-top: 35px;
}
#logo {
	position: absolute;
	width: 165px;
	height: 155px;
	top: 5px;
	left: 50%;
	margin-left: -82px;
}
.carousel {
	padding:10px;
	z-index:0;
	background:#81CCB2;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.55);
}
.photo-products {
	padding:10px;
	z-index:0;
	background:#81CCB2;
}
.popover {
	top: 20px !important;
}
.arrow {
	margin-top: -40px !important;
}
.menu-text {
	font-size:24px;
	webkit-text-stroke: 0.3px;
}
.menu-text:hover {
	color:white !important;
	background: none !important;
}
.nav-pills>li.active>a {
	background: none;
	color: #9E822F !important;
}
a {
	font-family: 'Chewy', cursive;
	font-weight: 400;
	color:#518677 !important;
}
textarea {
	resize: none;
}
.menu-index {
	height: auto;
	padding:10px;
	padding-top:40px;
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
	background-color:#FFF;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.55);
	-moz-box-shadow:    0px 3px 5px rgba(50, 50, 50, 0.55);
	box-shadow:         0px 3px 5px rgba(50, 50, 50, 0.55);
}
.menu-index-inner {
	width:100%;
	/*  border-style:dashed; 
    border-width:2px; 
	border-color:#4F7A22; */
	background-color: #D8E8AD;
	padding-top:7px;
}
.signup-div {
	/*border: #615353 dashed 2px;*/
	padding: 15px;
	background-color: #D8E8AD;
}
.menu-index-img {
	position:absolute;
	left: 50%;
	margin-left:-60px;
	top: -60px;
	width:120px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-index-img:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
#slideshow {
	margin-bottom: 10px;
}
.page-text {
	font-family: 'Port Lligat Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
}
.price-text {
	font-family: 'Port Lligat Sans', sans-serif;
	font-weight: 400;
}
.page-title {
	font-family: 'Chewy', cursive;
	font-weight: 400;
	text-align: right;
}
.page-title-buttons {
	font-family: 'Chewy', cursive;
	font-weight: 400;
	text-align: center;
	font-size:30px;
}

#div-eventos {
padding: 15px;
margin-bottom: 0px !important;
margin-top: 0px;
background-color: rgba(216, 232, 173, 0.5);
}

.titulo-evento {
background-color: rgba(157,213,178,0.2);
margin-left: -15px;
margin-right: -15px;
padding-left: 15px;
}

.row-eventos{
    margin-bottom: 10px !important;
margin-top: 10px;
}



 @media only screen and (max-width: 768px) {
/* body {
font-size:95%;
}*/

}
/* ========== MENU ========== */
#nav {
	list-style: none;
	padding: 0px;
}
#nav li a {
	cursor: pointer;
	display: block;
	padding: 10px 15px;
	background: white;
	text-decoration: none;
	border: 1px solid #eee;
}
#nav li a:hover, #nav li a.active {
	background: #eee;
	border: 1px solid #ddd;
}
#nav li ul {
	display: none;
	list-style: none;
}
#nav li ul li a {
	padding: 10px 25px;
	background: #eee;
}
#nav li ul li a:hover {
	background: #ddd;
}
.dropdown-menu>li>a:hover {
	background: none;
	color: #9E822F !important;
}
.dropdown-menu>.active>a {
	background: none;
	color: #9E822F !important;
}
.dropdown-menu>.active>a:hover {
	background: none;
	color: #9E822F !important;
}
legend {
	border-bottom: 0px !important;
	font-family: 'Chewy', cursive !important;
	font-weight: 400!important;
	color:#518677 !important;
	font-size: 25px;
	margin-bottom: 0px !important;
	padding-bottom: 20px;
}
#div-categorias {
	/*border-bottom: #615353 dashed 2px;
	border-top: #615353 dashed 2px;
	border-left: #615353 dashed 2px;*/
	padding: 15px;
	/*background-color: rgba(227,253,245,1);
	border-bottom-left-radius:10px;
	border-top-left-radius:10px;*/
	background-color: #D8E8AD;
}
#div-produtos {
	/*border-bottom: #615353 dashed 2px;
	border-top: #615353 dashed 2px;
	border-right: #615353 dashed 2px;
//	border-left: #615353 dashed 2px;*/
	padding: 15px;
	/*background-color: rgba(255, 255, 255, 1);
	background-color: #D8E8AD;
	border-bottom-right-radius:10px;
	border-top-right-radius:10px;*/
	background-color: rgba(216, 232, 173, 0.5);
}
.link-categorias {
	background-color: transparent !important;
	border: 0px !important;
	font-size: 20px;
	padding: 0px 15px !important;
}
.link-categorias-sub {
	background-color: transparent !important;
	border: 0px !important;
	padding: 6px 0px 0px 0px !important;
	font-size: 15px !important;
	/*float:left;*/
width:100%;/*text-align:left;*/
}
.link-categorias-sub:hover, a:focus {
	/*color: #2a6496;*/
text-decoration: underline !important;
}
hr {
	margin:10px !important;
	border-color:#518677;
}
.novidade {
	position: absolute;
	z-index: 1;
	left: 67%;
	top: -8%;
}
.novidade-product-view {
	position: absolute;
	z-index: 1;
	left: 80%;
	top: -8%;
}
.price-shop {
	position: absolute;
	z-index: 1;
	right: 10%;
	bottom:  10%;
	background-color:#FFF;
	text-align:center;
	padding:5px 20px 5px 20px;
	border: 1px solid #9E8130;
}
.img-thumbnail {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.img-thumbnail:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.shadow-effect {
	-webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.45);
	-moz-box-shadow:    0px 2px 5px rgba(50, 50, 50, 0.45);
	box-shadow:         0px 2px 5px rgba(50, 50, 50, 0.45);
	border-width:1px;
	border-color:#CCC;
	border-style:solid;
	background-color:#FFF;
}
.product-view-info {
	/*border: #615353 dashed 2px;*/
padding: 15px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*FORMULÁRIO PROFILE*/
.form-control-profile {
background-color: rgba(255,255,255, 0.4) !important ;
border: 0px solid #ccc !important;
cursor: default;
}

.tooltip{

}
.tooltip-inner{
background-color:rgba(158,130,47,1) !important;
color:#FFF;
}

.tooltip-arrow{
	
	border-top-color:rgba(158,130,47,1) !important;


}

.tabela-style{
	background-color:rgba(255,255,255, 0.5);
}

.rotate-img {
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.rotate-img:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* FADE-IN CONTENT INDEX*/
@keyframes fadein {
 from {
 opacity:0;
}
to {
	opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
 from {
 opacity:0;
}
to {
	opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
 from {
 opacity:0;
}
to {
	opacity:1;
}
}
@-o-keyframes fadein { /* Opera */
 from {
 opacity:0;
}
to {
	opacity: 1;
}
}


