html, body {
 position: absolute;
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
} 
/*GLOBAL*/
body {
	background-color: #000;
    font-family: 'Open Sans', sans-serif;
}
p{
	color: #333;
	font-weight: bold;
}
a {
	text-decoration: none;
	outline:none !important;
}
a:hover {
	outline:none !important;
}
h1{
	font-size: 24px;	
}
h2{
	font-size: 22px;	
}
h3{
	font-size: 20px;	
}
.link a {
	color: #333;
	outline:none !important;
}
.link a:hover {
	color: #508901;
}
.txt-black {
	color: #000;
}
.txt-write {
	color: #fff;
}
.txt-cinza {
	color: #727272;
}
.txt-cinzaescuro {
	color: #444;
}
.txt-verde {
	color: #75c602;
}
.cinza {
	background-color: #CCC !important;
}
.cinza-claro {
	background: #ededed !important;
}
.black {
	background-color: #000;
}
.write {
	background-color: #FFF;
}
.transparent{
	opacity: 0.5;
}
.left {
	float: left;
}
.right {
	float: right;
}
.auto {
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
.clear {
	clear: both !important;
}
/* HEADER */
#topo {
    position: fixed;
    top: 0;
    left: 0;
	z-index:9000 !important;
	height: 190px;
    }
#topo1{
	padding-top: 5px;
	padding-bottom: 5px;
}
#topo2 {
	width: 100%;
}
.bg-home {
	background: rgba(0, 0, 0, .70);
}
.bg-paginas{
	background-image: url(../files/bg-paginas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/*LOGOS*/
#logo-top, #logo-foot {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover; /*Css padrão*/
	-webkit-background-size: cover; /*Css safari e chrome*/
	-moz-background-size: cover; /*Css firefox*/
	-ms-background-size: cover; /*Css IE não use mer#^@%#*/
	-o-background-size: cover; /*Css Opera*/
	height: 100px;
	width: 270px;
	background-image: url(../files/Alquimia-Cocktail.png);
	background-repeat: no-repeat;
}
#logo-top a, #logo-foot a {
	cursor: pointer;
	display: block;
	float: none;
	height: 100% !important;
	overflow-x: hidden;
	overflow-y: hidden;
	text-indent: -9999px;
}
#logo-top {
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo-foot {
	margin-top: 45px;
}
/*CONTAINERS*/
.container-paginas{
    margin-top: 160px !important;
}
.bg-texture{
	background-attachment: fixed;
	background-image: url(../files/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/*CONTEÚDO*/
/* --------------------------- */
.ancora-padding{
    padding-top: 110px !important;
}

/* produtos list --------------------------- */
.zx-box {  
  margin: 10px 10px 10px 10px;  
}
.zxbox-content {
}
.zxbox-footer {
}
.zxbox-footer p{
	color: #333;
	font-weight: bold !important;
	font-size: 14px;
	line-height: 2px;
}
.zxbox-description{
	height: 60px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 17px;
}
.zxbox-description a{
	color: #333;
}
.zxbox-description a:hover{
	color:  #75c602;
}
.icons-card{
	padding-left: 5px;
}
/*galerias --------------------------- */
#galleria{ 
    width: 100%; 
}
fieldset{
	border: none !important;
}
/*CONTATO TOP*/
.contato-topo{
	font-size: 0.9em;
	color: #75c602;
	padding-top: 5px;
}
.contato-topo a {
	color: #75c602;
}
.contato-topo a:hover {
	color: #ccc;
}
.txt-contatotop{
	margin-left: 5px;
}
/*FOOTER*/
.footer {
	height: 200px;
	background-attachment: fixed;
	background-image: url(../files/bg-fixed.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#contato-footer{
	padding-top: 18px;
	padding-left: 20px;
}
.footer a {
	color: #75c602;
}
.footer a:hover {
	color: #ccc;
}
.footer p {
	font-size: 1em;
	color: #75c602;
}
.txt-contatofooter{
	padding-left: 15px;
}
.borde-left {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #fff;
	padding-left: 20px;
}
/*ZXdesign*/
#zx {
	width: 71px;
	height: 15px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
}
a.zx {
	display: block;
	width: 71px;
	height: 15px;
	text-decoration: none;
	background-image: url(../files/zx.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
a:hover.zx {
	background-position: -72px 0;
}

/*==================================================+ 
    #Media Queries - mobile first!                  
===================================================*/

/* medium devices only:
----------------------------------------------------*/
@media (min-width: 961px) and (max-width: 1366px){
	/*CONTAINERS*/
.container-home{
/*	margin-top: 620px;*/
}	
}

/* small devices or less
----------------------------------------------------*/
@media (max-width: 960px) {
/* HEADER */
#topo {
 height: auto !important;
 position: relative !important;
 width: auto;
 left: 0px !important;
 right: 0px !important;
}
#topo1{
	height: 90px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative !important;
}
#topo2 {
	height: 120px;
	position: relative !important;
}
.contato-topo{
	padding-bottom: 13px;
}
.bg-home {
	background: rgba(0, 0, 0, .00);
	background-image: url(../files/bg-topo.jpg);
	background-repeat: no-repeat;	
}
/*CONTAINERS*/
.container-home{
/*    margin-top: 130px;*/
}
.container-paginas{
    margin-top: auto;
}
/*CONTATO TOP*/
.txt-contatotop a{
	font-size: 12px !important;
	float: left;
	padding-top: 5px;
}
/*FOOTER*/
.footer{
		padding: 0px !important;
		height: 350px;
}
#contatos-footer {
	border-left:none !important;
	border-top-width:none !important;
	border-top-style:none !important;
	border-top-color:none !important;
	margin-top: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px !important;
	padding-right: 10px !important;
    height: 110px !important;

}
#contato-footer a{
	font-size: 12px !important;
}
#contato-footer p{
	font-size: 12px !important;
}
.cidade{
	visibility: hidden;
}
/*ZXdesign*/
#zx {
	width: 71px;
	height: 15px;
	margin-bottom:10px;
	margin-right: 10px;

}
}
