@charset "utf-8";
@import url("reset.css");
/*@import url("unsemantic/stylesheets/unsemantic-grid-responsive.css");*/
@import url("../js/bootstrap/css/bootstrap.min.css");


@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon/fonts/icomoon.eot');
	src:url('fonts/icomoon/fonts/icomoon.eot#iefix') format('embedded-opentype'),
		url('fonts/icomoon/fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon/fonts/icomoon.ttf') format('truetype'),
		url('fonts/icomoon/fonts/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'TerminalDosisLight';
    src: url('fonts/terminaldosis/TerminalDosis-Light-webfont.eot');
    src: url('fonts/terminaldosis/TerminalDosis-Light-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/terminaldosis/TerminalDosis-Light-webfont.woff') format('woff'),
         url('fonts/terminaldosis/TerminalDosis-Light-webfont.ttf') format('truetype'),
         url('fonts/terminaldosis/TerminalDosis-Light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TerminalDosisRegular';
    src: url('fonts/terminaldosis/TerminalDosis-Regular-webfont.eot');
    src: url('fonts/terminaldosis/TerminalDosis-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/terminaldosis/TerminalDosis-Regular-webfont.woff') format('woff'),
         url('fonts/terminaldosis/TerminalDosis-Regular-webfont.ttf') format('truetype'),
         url('fonts/terminaldosis/TerminalDosis-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TerminalDosisSemiBold';
    src: url('fonts/terminaldosis/TerminalDosis-SemiBold-webfont.eot');
    src: url('fonts/terminaldosis/TerminalDosis-SemiBold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/terminaldosis/TerminalDosis-SemiBold-webfont.woff') format('woff'),
         url('fonts/terminaldosis/TerminalDosis-SemiBold-webfont.ttf') format('truetype'),
         url('fonts/terminaldosis/TerminalDosis-SemiBold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('fonts/opensans/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans/OpenSans-Regular-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('fonts/opensans/OpenSans-Semibold-webfont.eot');
    src: url('fonts/opensans/OpenSans-Semibold-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Semibold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('fonts/opensans/OpenSans-Italic-webfont.eot');
    src: url('fonts/opensans/OpenSans-Italic-webfont.eot#iefix') format('embedded-opentype'),
         url('fonts/opensans/OpenSans-Italic-webfont.woff') format('woff'),
         url('fonts/opensans/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('fonts/opensans/OpenSans-Italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*****************************/
/*  MAIN STYLES              */
/*****************************/

html, body {
	height:100% !important;
	-webkit-text-size-adjust:none
	
}
html {
  /*-webkit-text-size-adjust: none;*/
}
body {
	font-size:100%;
	font-family: 'TerminalDosisRegular', sans-serif;
	color:#000;
	height:100%;
	line-height:18px;
	background-color:#fff;
}


#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/* Negative indent footer by it's height */
	margin: 0 auto -232px;
}

.topo{
	background: #000;
	position:relative;
}
.ishome .topo{
	background: rgba(0,0,0,0.7);
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	z-index:10;
}

.no-rgba .ishome .topo{
	background-color:transparent;
	background-image:url(../imagens/black_70.png);
}

.text_padding{
	padding-top:45px;
}
.text_padding h1{
	margin-top:-3px;
}

.text_padding strong, .text_padding b{
	font-weight:normal;
	font-family: "OpenSansSemibold", Arial, sans-serif;
}
.text_padding em, .text_padding i{
	font-weight:normal;
	font-family: "OpenSansItalic", Arial, sans-serif;
	font-style:normal;
}

.text_padding p, .text_padding td{
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:13px;
	line-height:20px;
}
.text_padding a:link, .text_padding a:visited{
	text-decoration:none;
	color:#b0006e;
}
.text_padding a:hover{
	text-decoration:underline;
}


.texto p img{
	display:block;
	max-width:100%;
	height:auto;
	padding-bottom:20px;
}



#logo{
	padding-top:12px;
}
#logo img{
	display:block;
}

#langs{
	padding-top:3px;
}
#langs ul{
	float:right;
}
#langs ul li{
	float:left;
	padding-right:0px;
	margin-right:5px;
	padding-top:20px;
}
#langs ul li a:link, #langs ul li a:visited{
	display:block;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	width:20px;
	color:#959595;
	text-transform:uppercase;
	position:relative;
	font-family: 'TerminalDosisLight', sans-serif;
	text-align:center;
}
#langs ul li a:hover, #langs ul li#checked a{
	background-image:url(../imagens/lang_hover.png);
	background-repeat:no-repeat;
	background-position:center center;
}

.download img{
	float:left;
}
.comunicacao{
	text-align:center;
	margin-bottom:20px;
}
.comunicacao img{
	margin-bottom:5px;
}

/*****************************/
/*  HOMEPAGE                 */
/*****************************/

.slider{
	background-color:#000;
	
}
.carousel {
	margin-bottom: 0px;
}
.carousel .item {
  width: 100%;
}
.carousel-inner img{
	width:100%;
	max-width:100%;
	height:auto;
}
.carousel-indicators {
	position: absolute;
	top:auto;
	bottom: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-control {
	position: absolute;
	top: 0;
	left: 0px;
	width: 195px;
	height:auto;
	bottom:0;
	margin-top: 0px;
	padding-top:20%;
	font-size: 50px;
	line-height: 30px;
	color: #ffffff;
	text-align: left;
	background-color: transparent;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 1;
	background-image:url(../imagens/mask_esq.png);
	background-repeat:repeat-y;
	text-decoration:none;
}
.carousel-control.right {
	left: auto;
	right: 0px;
	text-align:right;
	background-image:url(../imagens/mask_dir.png);
	background-position:right top;
}


.ie7 .carousel-control, .ie8 .carousel-control  {
	background-color: transparent;
	background-image:none;
	cursor:pointer;
}
.ie7 .carousel-control.right.ie8 .carousel-control.right {
	background-color: transparent;
	background-image:none;
}

.carousel-control span:before{
	content: "\e001";
}
.carousel-control span{
	padding-top:4px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe001;&nbsp;'); /* IE7 */
}
.carousel-control.right span:before{
	content: "\e002";
}
.carousel-control.right span{
	padding-top:4px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe002;&nbsp;'); /* IE7 */
}
.carousel-control:hover {
	opacity:1;
	filter: alpha(opacity=100);
}


.marcas{
	margin-top:1px;
	border-top:1px solid #b0006e;
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:30px;
	background-image:url(../imagens/pattern.jpg);
}

.homepage h2{
	font-family: 'TerminalDosisLight', sans-serif;
	color:#b0006e;
	font-size:30px;
	line-height:34px;
	text-transform:uppercase;
	display:inline-block;
	text-align:center;
	padding-bottom:5px;
	padding-left:3px;
	padding-right:3px;
	background-image:url(../imagens/bg_h2.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
}

.marcas_home li{
	float:left;
}
.marcas_home li.first{
	
}
.marcas_home li img, .novidades_home li img{
	display:block;
	max-width:100%;
	height:auto;
}

.novidades_home_container{
	padding-top:30px;
}
.novidades_home li{
	margin-bottom:20px;
}
.novidades_home li a{
	display:block;
	position:relative;
	text-decoration:none;
	color:#fff !important;
	font-family: 'TerminalDosisLight', sans-serif !important;
}
.novidades_home li h3{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.7);
	padding-left:10px;
	padding-right:10px;
	font-size:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: 'TerminalDosisLight', sans-serif;
	font-weight:normal;
}
.no-rgba .novidades_home li h3{
	background-color:transparent;
	background-image:url(../imagens/black_70.png);
}


.inner_menu{
	padding-top:42px;
}
.inner_menu h2{
	font-family: 'TerminalDosisLight', sans-serif;
	color: #959595;
	font-size: 30px;
	text-transform: uppercase;
	padding-bottom: 10px;
	background-image: url(../imagens/bg_h2.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 25px;
	line-height: 32px;
}
.inner_menu li a:link, .inner_menu li a:visited{
	font-size: 13px;
	font-family: 'TerminalDosisRegular', sans-serif;
	color: #000;
	text-decoration: none;
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #d2d2d2;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}
.inner_menu li a:hover, .inner_menu li.selected a{
	padding-left: 15px;
	color: #b0006e;
	background: #E5E5E5;
}


.ultimas_noticias{
	margin-top:30px;
	margin-bottom:30px;
}
.ultimas_noticias_container{
	margin-top:30px;
}
.ultimas_noticias_container li{
	margin-bottom:20px;
}
.ultimas_noticias_container li a:link, .ultimas_noticias_container li a:visited{
	text-decoration:none;
	color:#313131;
	display:block;
}
.ultimas_noticias_container li a h3{
	text-transform:uppercase;
	font-size:20px;
}
.ultimas_noticias_container li a p{
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
}
.ultimas_noticias_container li a .lermais{
	background-color:#c9c9c9;
	color:#fff;
	display:inline;
	font-size:13px;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-radius:3px;
	font-family: 'TerminalDosisLight', sans-serif;
	text-shadow: 1px 1px 1px #9d9d9d;
}
.ultimas_noticias_container li a:hover .lermais{
	background-color:#b0006e;
	text-shadow: 1px 1px 1px #7e0350;
}


/*****************************/
/*  NOTICIAS                 */
/*****************************/
.item_not{
	margin-bottom:30px;
}
.item_not a:link, .item_not a:visited{
	display:block;
	text-decoration:none;
}
.item_not a:hover .titulo_noticia{
	text-decoration:underline;
}
.data_noticia{
	font-size:12px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	color:#aaa;
	margin-bottom:20px;
}
.titulo_noticia{
	text-transform:uppercase;
}
.texto_noticia p{
	margin-top:5px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	color:#313131;
}
.voltar_noticia{
	margin-top:20px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
	background-color:#c9c9c9;
	color:#fff !important;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-radius:3px;
	text-shadow: 1px 1px 1px #9d9d9d;
}
.voltar_noticia:hover{
	background-color:#b0006e;
	text-decoration:none !important;
	text-shadow: 1px 1px 1px #7e0350;
}

.thumb_noticia{
	float:left;
	margin-right:10px;
	margin-top:10px;
}

/*****************************/
/*  FOOTER                   */
/*****************************/

#push{
	height: 232px;
}

.footer{
	border-top:1px solid #b0006e;
	margin-top:40px;
	padding-top:1px;
	
}
.footer_inner{
	background-color:#000;
	background-image:url(../imagens/footer_pattern.png);
	min-height:190px;
}
.footer_relative{
	position:relative;
	min-height:190px;
	background-image:url(../imagens/logo_footer_bg.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}
.footer_bottom{
	background-color:#313131;
	height:30px;
	line-height:30px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}

.footer_top{
	padding-top:30px;
}
.footer_top h3{
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}
.footer_top li a, .footer_top a{
	color:#898989;
	text-transform:uppercase;
	margin-bottom:10px;
	font-size:12px;
	text-decoration:none;
}
.footer_top li a:hover{
	text-decoration:underline;
}
.footer_top p{
	color:#898989;
	font-size:10px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	margin-bottom:5px;
	margin-top:5px;
}
.footer_top .social_footer{
	padding-top:5px;
}
.footer_top .social_footer li{
	float:left;
	margin-right:5px;
	display:inline;
}
.footer_top .social_footer li a{
	color:#898989;
	text-decoration:none;
	font-size:32px;
}
.footer_top .social_footer li a:hover{
	color:#fff;
}
.footer_top .social_footer li a span{
	display:none;
}
.footer_top .social_footer li.facebook a:before{
	content: "\e009";
}
.footer_top .social_footer li.facebook a{
	padding-top:3px;
	font-size:30px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe009;&nbsp;'); /* IE7 */
}
.footer_top .social_footer li.googleplus a:before{
	content: "\e00a";
}
.footer_top .social_footer li.googleplus a{
	padding-top:3px;
	font-size:30px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe00a;&nbsp;'); /* IE7 */
}
.footer_top .social_footer li.youtube a:before{
	content: "\e004";
}
.footer_top .social_footer li.youtube a{
	padding-top:3px;
	font-size:30px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe004;&nbsp;'); /* IE7 */
}
.footer_top .social_footer li.twitter a:before{
	content: "\e00c";
}
.footer_top .social_footer li.twitter a{
	padding-top:3px;
	font-size:30px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe00c;&nbsp;'); /* IE7 */
}

.facebook.rosa a{
	color:#b0006e !important;
}
.facebook.verde a{
	color:#b1d689 !important;
}


.velcro{
	padding-top:7px;
}
.velcro a:link, .velcro a:visited{
	font-size:10px;
	color:#fff;
	text-decoration:none;
	display:block;
	background-image:url(../imagens/velcro.png);
	background-repeat:no-repeat;
	background-position:right 5px;
	height:25px;
}
.velcro a:hover{
	background-position:right -15px;
}

.marcas_footer li{
	float:left;
	margin-right:30px;
}



/*****************************/
/*  MENU                     */
/*****************************/
#menu{
	position:relative;
	
}
#menu ul{
	float:right;
}
#menu ul li{
	float:left;
	margin-right:15px;
	padding-top:20px;
}
#menu ul li.last{
	padding-right:0px;
	margin-right:0px;
	background-image:none;	
}

#menu ul li a:link, #menu ul li a:visited{
	display:block;
	text-decoration:none;
	font-size:18px;
	line-height:25px;
	color:#e5e5e5;
	text-transform:uppercase;
	position:relative;
}

#submenu_cover{
	background-color:rgba(49,49,49,0.7);
	position:absolute;
	left:0;
	right:0;
	height:40px;
	top:65px;
	display:none;
	z-index:105;
}
.no-rgba #submenu_cover{
	background-color:transparent;
	background-image:url(../imagens/black_70.png);
}

ul.nav li a:hover, ul.nav li.current a, ul.nav .hover a, ul.nav li.parent.active a{
	background-color: transparent;
}

ul.nav li.parent .sub{
	float:right;
	text-align:right;
	position:absolute;
	left:0;
	right:0;
	height:40px;
	top:65px;
	display:none;
	z-index:110;
	padding-right:10px;
}

ul.nav li.parent ul{
	
	
}
.no-js ul.nav li.parent:hover .sub{
	display:block;
}
ul.nav li.parent ul li{
	float:left;
	margin-right:10px;
	height:30px;
	line-height:30px;
	padding-top:8px !important;
}
ul.nav li.parent ul li a:link, ul.nav li.parent ul li a:visited{
	display:block;
	color:#fff !important;
	text-decoration:none;
	font-size:16px !important;
	background-image:none !important;
	text-transform:none;
	padding:0 !important;
}
ul.nav li.parent ul li a:hover, ul.nav li.parent ul li.current a{
	color: #fff !important;
}

.nav li a span.underline{
	position:absolute;
	left:1px;
	bottom:2px;
	height:1px;
	margin:0;
	padding:0;
	background-color:#fff;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
.nav li.current a span.underline{
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	width:100%;
}

/*****************************/
/*  CONTACTOS                */
/*****************************/

.mapa{
	background-color:#000;
}
.mapa iframe{
	display:block;
	height:500px;
}
.contactos_separador{
	height:1px !important;
	line-height:1px !important;
	background-color:#FFF;
	border-bottom:1px solid #b0006e;	
}
.contactos_form .form-txt, .contactos_form button#enviar, .contactos_form button#enviar_newsletter{
	margin-bottom:8px;
	width:100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	border:1px solid #bfbfbf;
	color:#313131;
	display:block;
	position:relative;
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
}
.contactos_form textarea.form-txt{
	height:90px;
	margin-bottom:2px;
	overflow:auto;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
}
.contactos_form button#enviar{
	border:none;
	background: #b0006e;
	color:#fff;
	cursor:pointer;
	font-family: "OpenSansRegular", Arial, sans-serif;
	text-rendering:optimizeLegibility;
	font-size:12px;
	width:90px;
	float:right;
}
.contactos_form .form-txt.invalid{
	border-color:#CC3300;
}
#feedback, #feedback_newsletter{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	display:none;
}
#feedback.erro, #feedback_newsletter.erro{
	color:#fff;
	background-color:#CC3300
}
#feedback.ok, #feedback_newsletter.ok{
	color:#fff;
	background-color:#73AA00
}



.inputs .form-txt, .inputs button, .inputs .file{
	margin-bottom:8px;
	width:100%;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	border:1px solid #bfbfbf;
	color:#313131;
	display:block;
	position:relative;
	background: #fff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
}
.inputs textarea.form-txt{
	height:150px;
	margin-bottom:2px;
	overflow:auto;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
}
.inputs button{
	border:none;
	background: #b0006e;
	color:#fff;
	cursor:pointer;
	font-family: "OpenSansRegular", Arial, sans-serif;
	text-rendering:optimizeLegibility;
	font-size:12px;
	width:90px;
	float:right;
}
.inputs .form-txt.invalid{
	border-color:#CC3300;
}

.inputs label{
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
	margin-bottom:3px;
	margin-top:10px;
	display:block; 
}

.ok_form, .erro_form{
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	border-radius:3px;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px; 
}
.ok_form i, .erro_form i{
	float:left;
	margin-right:10px;
}
.ok_form span, .erro_form span{
	display:inline-block;
}
.erro_form{
	color:#fff;
	background-color:#CC3300;
}
.ok_form{
	color:#fff;
	background-color:#73AA00
}

.inputs .formee-req{
	color:#C30;
	font-size:11px;
}

/*****************************/
/* PRODUTOS / SIDEBAR        */
/*****************************/

.sidebar{
	padding-top:32px;
}
.pesquisar_container{
	background-color:#f4f4f4;
	line-height:30px;
	height:30px;
	padding-left:10px;
	padding-right:30px;
	margin-top:13px;
	position:relative;
	border:1px solid #dcdcdc;
	margin-bottom:30px;
}
.pesquisar_container input.pesquisar{
	width:99%;
	border:none;
	background-color:transparent;
	color:#b9b9b9;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'TerminalDosisRegular', sans-serif;
}

#submeter_pesquisa {
	font-size:16px;
	background-color:transparent;
	border:none;
	color:#959595;
	position:absolute;
	top:3px;
	right:0;
	cursor:pointer;
}
#submeter_pesquisa :before {
	content: "\e003";
}
.ie7 #submeter_pesquisa{
	top:5px;
	padding-top:3px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe003;&nbsp;'); /* IE7 */
}
.sidebar h3{
	font-size:18px;
	text-transform:uppercase;
	font-family: 'TerminalDosisRegular', sans-serif;
	padding-top:1px;
	margin-bottom:20px;
}
.sidebar h4{
	font-size:18px;
	text-transform:uppercase;
	font-family: 'TerminalDosisRegular', sans-serif;
	margin-bottom:10px;
	color:#959595;
	padding-bottom:5px;
	border-bottom:1px solid #959595;
}
.sidebar ul{
	margin-bottom:20px;
}
.sidebar li{
	padding-bottom:5px;
}
.sidebar li a:link, .sidebar li a:visited{
	font-size:13px;
	font-family: 'TerminalDosisRegular', sans-serif;
	color:#000;
	text-decoration:none;
}
.sidebar li a:hover{
	text-decoration:underline;
}


/*****************************/
/* PRODUTOS / DEFAULT        */
/*****************************/

.marcas_banner li{
	margin-bottom:20px;
}

/*****************************/
/* PRODUTOS / MARCA SINGLE   */
/*****************************/

.marca_texto{
	margin-bottom:35px;
	margin-top:1px;
}
.marca_texto_inner{
	background-color: #191919;
	padding: 20px 20px 5px;
}
.marca_texto_inner h2{
	color:#fff;
	font-size:24px;
	font-weight:normal;
	font-family: 'TerminalDosisLight', sans-serif;
}
.marca_texto_inner p{
	color:#fff;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:13px;
}

.titulo_sem_margin{
	margin-bottom:15px !important;
	margin-left:10px;
	margin-right:10px;
}

.marca_linhas{
	margin-bottom:30px;
	overflow:hidden;
}
.marca_linhas div.linha_bloco{
	border-bottom:1px solid #959595;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	clear:both;
}
.marca_linhas div.linha{
	text-align:center;
}

.marca_linhas div.linha a:link, .marca_linhas div.linha a:visited{
	text-decoration:none;
	color:#959595;
	text-transform:uppercase;
	font-family: 'TerminalDosisLight', sans-serif;
}
.marca_linhas div.linha a:hover{
	color:#b0006e !important;
}

.crumbtrail{
	color:#959595;
	font-size:12px;
	font-family: "OpenSansItalic", Arial, sans-serif;
}
.crumbtrail a:link, .crumbtrail a:visited{
	color:#000;
	font-size:12px;
	font-family: "OpenSansItalic", Arial, sans-serif;
	text-decoration:none !important;
}
.crumbtrail a:hover{
	text-decoration:underline !important;
}
.filtros{
	margin-bottom:25px;
}
.filtro{
	background-color:#f4f4f4;
	line-height:18px;
	padding-left:10px;
	padding-right:30px;
	padding-top:4px;
	padding-bottom:4px;
	margin-top:5px;
	position:relative;
	border:1px solid #dcdcdc;
	margin-bottom:5px;
	color:#737373;
	font-size:12px;
	font-family: "OpenSansItalic", Arial, sans-serif;
	position:relative;
}
.filtro a{
	position:absolute;
	right:10px;
	top:11px;
	text-decoration:none;
	color:#737373;
	font-size:10px;
}
.filtro a:before{
	content: "\e000";
}
.filtro a{
	top:6px;
	padding-top:4px;
	*zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe000;&nbsp;'); /* IE7 */
}

.linha_texto{
	margin-bottom:35px;
	margin-top:1px;
}
.linha_texto_inner{
	background-color: #e5e5e5;
	padding: 20px 20px 5px;
}
.linha_texto_inner h2{
	color:#000;
	font-size:24px;
	font-weight:normal;
	padding-bottom:10px;
	font-family: 'TerminalDosisLight', sans-serif;
}
.linha_texto_inner h2 span{
	display:block;
	float:left;
	padding-top:10px;
	padding-right:10px;
}
.linha_texto_inner h2 img{
	display:block;
	float:left;
}
.linha_texto_inner p{
	color:#000;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:13px;
}

.catalogo{
	color:#fff !important;
	background-image:url(../imagens/admin/blue-document-pdf.png);
	background-repeat:no-repeat;
	background-position:5px 3px;
	padding-left:25px;
	font-size:11px !important;
	background-color:#333;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:5px;
	border-radius:3px;
}

/*****************************/
/* PRODUTOS / LISTA          */
/*****************************/

.produtos_grelha, .produto_single{
	padding-top:30px;
}
.produtos_grelha .grid-20{
	margin-bottom:30px;
}
.produtos_grelha img{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;	
}

.produtos_grelha a:link, .produtos_grelha a:visited{
	color:#000;
	text-decoration:none;
	display:block;
	background-image:url(../imagens/darken-bg-black.png);
	background-repeat:no-repeat;
	background-position:center 40%;
}
.csstransitions .produtos_grelha a:hover img{
	opacity:0.3;
}
.produtos_grelha h3{
	padding-top:10px;
	font-weight:normal;
	font-family: "OpenSansSemiBold", Arial, sans-serif;
	font-size:13px;
}
.produtos_grelha h4{
	padding-top:5px;
	font-weight:normal;
	font-family: "OpenSansItalic", Arial, sans-serif;
	font-size:13px;
	color:#898989;
}



/*****************************/
/* PRODUTOS / SINGLE         */
/*****************************/
.produto_img{
	margin-bottom:30px;
}
.separador{
	border-bottom:1px solid #dcdcdc;
	margin-bottom:20px;
	margin-top:20px;
	height:1px;
}
.produto_single h3{
	font-size:24px;
	color:#b0006e;
	font-family: 'TerminalDosisLight', sans-serif;
	line-height:30px;
}
.produto_single p{
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:13px;
	line-height:20px;
}
.produto_single h4{
	font-size:12px;
	color:#535353;
	padding-bottom:5px;
	padding-top:5px;
}
.produto_single h4.last{
	padding-bottom:0px;
}
.produto_single h4 span{
	font-size:24px;
	color:#1b1b1b;
	padding-right:10px;
}
.produto_single h5{
	font-size:16px;
	color:#b0006e;
	font-family: 'TerminalDosisLight', sans-serif;
	line-height:30px;
	margin-bottom:10px;
}

.voltar{
	position:absolute;
	right:0;
	top:5px;
	text-decoration:none;
	color:#1b1b1b;
	font-family: "OpenSansRegular", Arial, sans-serif;
	font-size:12px;
}
.voltar:hover{
	color:#b0006e;
}

.relacionados li{
	margin-bottom:10px;
}
.relacionados a{
	display:block;
}

/*****************************/
/*  TOOLS                    */
/*****************************/

.zoomed{
	max-width:100%;
}
.qtip_custom{
	background-color:#fff !important;
	border-color:#ddd !important;
	max-width: 380px !important;
}
.csstransitions .lupa img{
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

a.lupa:link, a.lupa:visited{
	color:#000;
	text-decoration:none;
	display:block;
	background-image:url(../imagens/darken-bg-black.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.csstransitions a.lupa:hover img{
	opacity:0.3;
}

.hide{
	display:none;	
}
.relative{
	position:relative;
}

.responsive-img img{
	display:block;
	max-width:100%;
	height:auto;
}

.float_right{
	text-align:right;
}

.icon, .accordion .ui-icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

a img{
	display:block;
}

.tipsy {  font-family: 'OpenSansRegular', Arial, sans-serif;
font-size:10px; position: absolute; padding: 5px; z-index: 100000; }
.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }

/* Rounded corners */
.tipsy-inner { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/

.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n { border-bottom-color: #000; }
.tipsy-arrow-s { border-top-color: #000; }
.tipsy-arrow-e { border-left-color: #000; }
.tipsy-arrow-w { border-right-color: #000; }

.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
.tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
.tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

#share{
	float:left;
}
#share .button{
	float:left;
	margin-right:15px;
}
#share .button.googleplus{
	width:60px;
}
#share .button.twitter{
	width:75px;
}
#share .button.pinterest{
	margin-left:15px;
}

/*****************************/
/*  TABLETS                  */
/*****************************/
@media (min-width: 768px) and (max-width: 979px) {
	.mapa iframe{
		height:300px;
	}
}


/*****************************/
/*  PHONE                    */
/*****************************/
@media (max-width: 767px) {
	.mapa iframe{
		height:300px;
	}
	.topo{
		position:relative !important;
		background: rgba(0,0,0,1) !important;
	}
	.carousel-control {
		background-size:100% 100%;
		font-size:20px;
		width:50px;	
	}
	.carousel-control.right {
		background-position:right top;
	}
	
	#logo a{
		display:block;
		text-align:center;
		padding-bottom:15px;
		margin:0 auto;
	}
	#logo img{
		display:block;
		max-width:100%;
		height:auto;
		margin:0 auto;
	}
	.footer_relative{
		background-image:none;	
	}
	.marcas{
		background-size:50%;	
	}
	.novidades_home li h3{
		font-size:13px;
		padding-top:5px;
		padding-bottom:5px;
	}
	#produtos_grelha .mobile-grid-50{
		clear: none !important;	
	}
	#produtos_grelha .mobile-grid-50:nth-child(odd) {
		clear:both !important;
	}
	
	.voltar{
		top:-35px;	
	}
	.titulo{
		font-size:20px !important;
		padding-bottom:5px !important;
	}
	
	.marca_linhas div.linha_bloco{
		border:none;
		margin-bottom:0px;
		padding-bottom:0px;
		clear:both;
	}
	.marca_linhas div.linha{
		text-align:center;
		border-bottom:1px solid #959595;
		padding-top:15px;
		padding-bottom:15px;
	}
	.footer_top div.grid-20{
		clear:both;
		margin-bottom:20px !important;
	}
	.footer_bottom{
		position:relative;
		height:auto;
		line-height:1;	
	}
	.marcas_footer li{
		margin-right:0;	
	}
	.marcas_footer li img{
		display:block;
		max-width:100%;
		height:auto;
	}
	
	#menu_mobile{
		display:none;	
	}
	.toggle_mobile_menu_container{
		border-radius:3px;
		padding-bottom:20px;
	}
	#toggle_mobile_menu{
		color:#fff !important;
		background-color:#333;
		text-decoration:none;	
		padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		border-radius:3px;
		display:block;
		text-align:center;
	}
	
	.nav{
		margin-bottom:0;	
	}
	#menu ul{
		float:none !important;
		-webkit-background-clip: padding;
		background-clip: padding-box;
	}
	
	#menu ul li:first-child{
		-webkit-border-radius: 3px 3px 0px 0px;
        border-radius: 3px 3px 0px 0px;
	}
	#menu ul li:last-child{
		-webkit-border-radius: 0px 0px 3px 3px;
        border-radius: 0px 0px 3px 3px;
	}
	
	#menu ul li, #menu ul li.last{
	float: none !important;
	display: block !important;
	margin-right: 0px;
	padding-left: 20px;
	padding-left: 20px;
	margin-bottom: 1px;
	padding-top: 0;
background: rgb(66,66,66);

background: -moz-linear-gradient(top,  rgba(66,66,66,1) 0%, rgba(45,45,45,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,66,66,1)), color-stop(100%,rgba(45,45,45,1)));

background: -webkit-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(45,45,45,1) 100%);

background: -o-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(45,45,45,1) 100%);

background: -ms-linear-gradient(top,  rgba(66,66,66,1) 0%,rgba(45,45,45,1) 100%);

background: linear-gradient(to bottom,  rgba(66,66,66,1) 0%,rgba(45,45,45,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#2d2d2d',GradientType=0 );



	}
	
	#menu ul li a:link, #menu ul li a:visited{
		display:block;
		text-decoration:none;
		font-size:16px;
		line-height:22px;
		color:#e5e5e5;
		text-transform:uppercase;
		position:relative;
		text-align:left;
		padding-top:10px;
		padding-bottom:10px;
	}
	#menu ul li span.underline{
			display:none;
		}
	ul.nav li.parent .sub{
		float:right;
		text-align:right;
		position:relative;
		left:0;
		right:0;
		height:auto;
		top:0px;
		display:block;
		z-index:110;
		padding-right:10px;
	}
	
	ul.nav li.parent ul{
		padding-bottom:5px;
		display:none;
	}
	ul.nav li.parent ul li{
		float:left;
		margin-right:10px;
		height:25px;
		line-height:25px;
		padding-top:2px !important;
	}
	ul.nav li.parent ul li a:link, ul.nav li.parent ul li a:visited{
		display:block;
		color:#fff !important;
		text-decoration:none;
		font-size:16px !important;
		background-image:none !important;
		text-transform:none !important;
		padding:0 !important;
		padding-left:20px !important;
	}
	
	#langs{
		margin-bottom:20px;
	}
	#langs ul{
		float:left;
		margin-bottom:20px;
	}
	#langs ul li{
		float:left;
		padding-right:0px;
		margin-right:5px;
		padding-top:20px;
	}
	#langs ul li a:link, #langs ul li a:visited{
		display: block;
		text-decoration: none;
		font-size: 12px;
		line-height: 20px;
		width: 20px;
		color: #fff;
		text-transform: uppercase;
		position: relative;
		font-family: 'TerminalDosisLight', sans-serif;
		text-align: center;
		padding: 5px;
		border-radius: 3px;
		background: #1C1C1C;
	}
	#langs ul li a:hover, #langs ul li#checked a{
		background-image:none;
		background: #424242;
	}
	
	.velcro a:link, .velcro a:visited{
		background-image:url(../imagens/velcro.svg);
	}

	.accordion h4 span{
		float:right;
	}
	.accordion h4{
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.accordion h4 span.ui-icon-triangle-1-e:before{
			content: "\e005";
	}
	.accordion h4 span.ui-icon-triangle-1-s:before{
			content: "\e006";
	}
	
}

@media (min-height:650px) {
    
}