/*Customizando o css*/


/*Newsletter socialBar*/

#newsletter-input {
	float: left;
	position: relative;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-newslatter {
	float: left;
	position: relative;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #e76d66;
	border-color: #e76d66;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 0 5px;
	height: 34px;
}

.btn-newslatter:hover {
	background-color: #CD615B;
}

.social {
	height: 55px;
}


/*Rodapé site*/

.rodape_meio {
	display: inline-block;
	text-align: center;
	font-weight:bold;
	width: 30%;
}

.rodape_esquerda {
	display: inline-block;
	text-align: left;
	width: 35%;
}

.rodape_direita {
	display: inline-block;
	text-align: right;
	width: 35%;
}


/*MagnificPopup*/


/*------------------------------------
BASE STYLES
------------------------------------*/

div.thumbs ul.gallery {
	margin: auto;
	padding: 0;
	list-style: none;
}

div.thumbs ul li {
	display: table-cell;
}

div.thumbs ul.gallery li {
	padding: 10px;
}


/*------------------------------------
ANIMATIONS
------------------------------------*/


/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}


/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}


/*------------------------------------
CUSTOMISATIONS
------------------------------------*/

.mfp-figure:after {
	box-shadow: 0 2px 20px rgba(0, 0, 0, .35);
}

.block .title_block {
	text-align: left;
}

.block .title_block a:hover {
	color: #e76d66 !important;
}


/* Item do destaque */

.product_list .button-container .button {
	max-width: 180px;
}

.selectbusca {
	max-width: 200px !important
}

.tp-simpleresponsive img {
	max-width: 50% !important;
	height: 100% !important;
}

.busca_avancada {
	margin: 3px 0px 0px 0px;
	color: #7E7F80;
	float: left;
}


/* Form de Mensagem */

#myModalLabel {
	font-family: 'Open Sans', sans-serif;
	letter-spacing -1px;
}

.contatoCorpo {
	width: 100%;
}

.contatoCorpo.mensagem-span-11a {
	margin-right: 0;
}