#container-banner{
    width: 100%;
    overflow: hidden;
}
#container-destaques{
    width: 70%;
    min-width: 285px;
    height: auto;
    margin-top: 25px;
}

.container-tab{
	min-width: 285px !important;
}

.tab-content{
	padding: 0 !important;
}

.current_page_item{
    color: #ddd;
}

.linhas-destaque{
    width: 250px;
    height: 250px;
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
}

.linhas-destaque img{
	width: 100%;
    height: 100%;
}

.servicos-destaque{
    width: 31%;
    float: left;
    margin: 1%;
    border: 0px solid #ebebeb;
}

.img-servico-home{
	width: 100%;
}

/*
.servicos-destaque:hover{
    box-shadow: rgb(225, 225, 225) 0px 0px 10px 0px inset;
}
*/

.title-linha-home{
    width: 250px;
    position: absolute;
    text-align: center;
    margin-top: -38px;
    opacity: 0.8;
    background: black;
    font-weight: bold;
    font-size: 14pt;
    color: white;
    padding: 3px 0 3px 0;
    display: none;
}

.title-servico-home{
	width: 100%;
    text-align: center;
    margin-top: -38px;
    font-size: 14pt;
    opacity: 0.8;
    background: black;
    font-weight: bold;
    font-size: 14pt;
    color: white;
    padding: 4px 0 4px 0;
    display: none;
}


#form-contato{
    width: 49%;
	min-width: 250px;
    height: auto;
    float: left;
}
#mapa-contato{
    width: 49%;
	min-width: 285px;
    height: auto;
    float: right;
}

.inputs-contato{
    margin-bottom: 10px;
    width: 300px;
    height: 15px;
    padding: 5px;
}
.labels-contato{
    font-size: 13pt;
    margin-bottom: 5px;
}

.container-tab{
    width: 100%;
    margin: 0 auto;
}

#inputSearch{
    float: right;
    padding:6px; 
    font-size:16px; 
    border-width:1px; 
    border-radius:5px; 
    border-style:solid; 
    background-color:#ffffff; 
    border-color: #555555; 
    box-shadow: 0px 0px 1px 0px rgba(42,42,42,.50); 
    width: 300px;
    margin-top: 12px;
}

ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 40px;
}
ul.tabs li{
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    float: left;
    font-size: 16pt;
}
ul.tabs li.current{
    background: #3b3b3a;
    color: #fff;
}
.tab-content{
    display: none;
    background: whitesmoke;
    padding: 10px;
}
.tab-content.current{
    display: inherit;
}
ul.opentabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 40px;
}
ul.opentabs li{
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    float: left;
    font-size: 16pt;
}
ul.opentabs li.current{
    background: #3b3b3a;
    color: #fff;
}

#buttonEnviarContato {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    color: #ffffff;
    font-size: 18px;
    background: #ed3237;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
	float: right;
    margin-right: 9%;
}

#buttonEnviarContato:hover {
    background: #eb4147;
    background-image: -webkit-linear-gradient(top, #eb4147, #e64a4f);
    background-image: -moz-linear-gradient(top, #eb4147, #e64a4f);
    background-image: -ms-linear-gradient(top, #eb4147, #e64a4f);
    background-image: -o-linear-gradient(top, #eb4147, #e64a4f);
    background-image: linear-gradient(to bottom, #eb4147, #e64a4f);
    text-decoration: none;
}


#containerMenuTree{
    width: 100%;
}

.menu-tree-categoria-link{
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.menu-tree-linha-link{
    text-decoration: none;
    color: #373435;
    text-transform: uppercase;
    cursor: pointer;
}

.menu-tree-categoria{
    width: 96.7%;
    height: 25px;
    line-height: 25px;
    list-style-type: none;
    padding: 5px;
    cursor: pointer;
    background: #373435;
    margin-bottom: 2px;
}

.menu-tree-linha{
    width: 100%;
    height: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
}


.prod-principal{
    width: 21%;
	min-width: 250px;
    min-height: 250px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    float: left;
    padding: 1%;
    cursor: pointer;
}

.title-prod-principal{
    
}

.img-prod-principal{
    
}

.main-image {
	margin-bottom: 0.75em;
}

.thumbnails li {
	display: inline;
	margin: 0 10px 0 0;
}

#container-produto-single{
    width: 100%;
}

#title-produto-single{
    width: 100%;
    line-height: 50px;
    font-size: 24pt;
}

#img-produto-single{
    width: 50%;
    min-height: 250px;
    float: left;
    margin-top: 10px;
}

#descricao-produto-single{
    width: 50%;
    min-height: 250px;
    float: left;
    margin-top: 10px;
}

.blog-left article .post-entry table td, .services-entry table td{
    border: 0px;
}