/*
Theme Name: QuartaDesign base
Theme URI: http://www.quartadesign.com.br/
Description: Tema de base desenvolvido por Fabio Granja. 
Author: QuartaDesign &copy; 2016. Todos os direitos reservados.
Author URI: http://www.quartadesign.com.br/
License: Este tema n&atilde;o pode ser usado em outros sites sem autoriza&ccedil;&atilde;o do Autor.
License URI: -
Version: 1.1
*/

/**
 * Table of Contents (em implementacao)
 *
 * 1.0 - Reset
 * 2.0 - Fontes
 * 3.0 - Cores
 * 4.0 - Estrutua
 * 5.0 - Header
 * 6.0 - Menus
 * 7.0 - Footer
 * 8.0 - Templates
 * 9.0 - Outras estruturas
 */


/**
 * 1.0 - Reset
 *
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Box sizing
 * 2016-05
 */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


/**
 * 2.0 - Fonte qd icones
 * 2016-01
 */


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


/**
 * 3.0 - Cores Principais
 *
 * 2016-05
 */

/* Cor texto
 */
body {
	color:#666;
}

/* Cor principal
 */
a:link,
a:visited,
h1, 
h3, 
h5,
#access2 h4,
#access2 ul,
ul.check li:before,
ul.check-cheio li:before,
ul.seta-cheia li:before,
ul.square li:before,
.entry-title a:link,
.entry-title a:visited,
.widget ul,
a.qd-square-icone:hover:before,  
a.qd-square-icone:active:before,
.widget-area a.qd-icone:hover,  
.widget-area a.qd-icone:active,
#access2 a:hover,
#access2 a:active,
.widget ul a:hover,
.widget ul a:active,
ul.check a:hover,
ul.check a:active,
ul.check-cheio a:hover,
ul.check-cheio a:active,
ul.seta-cheia a:hover,
ul.seta-cheia a:active,
ul.square a:hover,
ul.square a:active,
a[href$="pdf"]:before,
a[href$="doc"]:before,
a[href$="docx"]:before,
a[href$="xls"]:before,
a[href$="xlsx"]:before,
a[href$="ppt"]:before,
a[href$="pptx"]:before {
	color:#b50000;
}

input[type="submit"] {
	background-color:#b50000;
}

#access li:hover > a,
#access a:focus,
#access ul ul li:hover > a,
#access ul ul a:focus,
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current_page_parent > a,
#access ul ul .current-menu-item > a,
#access ul ul .current-menu-ancestor > a,
#access ul ul .current_page_item > a,
#access ul ul .current_page_ancestor > a,
#access ul ul .current_page_parent > a {
	border-color: #b50000;
}

.box-destaque {
	border-top-color:#b50000;
}


/* Cor secundaria
 */
a:hover,
a:active,
h2,
h4,
h6 {
	color:#b18806;
}



/**
 * 4.0 - Estrutua
 * 2016-05
 */


body {
	background: #fff;
}
#page {
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:1;
}
.margim-protect {
	padding: 0 20px;
}
.max-width {
	max-width:1100px;
	margin:0 auto;
}
#main {
	clear: both;
	position: relative;
	z-index: 10;
	padding-top:50px;
	padding-bottom:50px;
}
#main.zera-main {
	padding-top:0;
	padding-bottom:0;
}
#main .max-width:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#primary,
.page.page-template-template-blog #primary {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
}
.page #primary {
	float: right;
	margin: 0 0 0 -25%;
	width: 100%;
}
#primary:last-child {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#content,
.page.page-template-template-blog #content {
	margin: 0 25% 0 0;
	width: 75%;
}
.page #content {
	margin: 0 0 0 25%;
	width: 75%;
}
#primary:last-child #content {
	margin: 0;
	width: 100%;
}
#secondary,
.page.page-template-template-blog #secondary {
	float: right;
	margin-left: 0%;
	width: 22%;
}
.page #secondary {
	float: left;
	margin-left: 0%;
	width: 22%;
}
.main-header {
	padding-top:2.8em;
	padding-bottom:2.8em;
	background-color:#f6f6f6;
	border-bottom:solid 1px #e8e8e8;
}
.main-header.header-img {
	padding-top:5em;
	padding-bottom:5em;
	background-color:#f6f6f6;
	border-bottom:none;
	background-size:cover;
	background-position: center center;
}
.header-img .entry-title,
.header-img .breadcrumbs {
	color:#fff;
}
.header-img .breadcrumbs a:link, 
.header-img .breadcrumbs a:visited {
	color:#ddd;
}
.header-img .breadcrumbs a:hover,
.header-img .breadcrumbs a:active {
	color:#fff;
}


.error404 .main-header .max-width,
.error404 #main .max-width,
.search .main-header .max-width,
.search #main .max-width,
.coluna-estreita .main-header .max-width,
.coluna-estreita #main .max-width {
	max-width:800px;
}
#page.coluna-widget .main-header .max-width div,
#page.coluna-widget .main-header .max-width h1 {
	margin-left:25%;
}
.page-template-template-blog #page.coluna-widget .main-header .max-width div,
.page-template-template-blog #page.coluna-widget .main-header .max-width h1 {
	margin-left:0;
}
/**
 * 5.0 - Header
 * 2016-05
 */

#branding {
	position: relative;
}
.flutua {
	position:fixed !important;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	animation:animaMenu 1s forwards;
	-webkit-animation:animaMenu 1s forwards;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 3px 3px 0px rgba(0, 0, 0, 0.3);
	top:0;
}
.flutua-out {
	position:fixed;
	width:100%;
	background-color: rgba(255,255,255,0.8);
	animation:animaMenuOut 1s forwards;
	-webkit-animation:animaMenuOut 1s forwards;
}
.admin-bar .flutua,
.admin-bar .flutua-out {
	top:32px;
}

.header-row-1 {
	background-color:#777;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
}
.header-row-2 {
	clear:both;
	width:100%;
	background-color: rgba(255,255,255,1);
	padding-top:0;
	padding-bottom:0;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.header-row-2 > .max-width {
	position:relative;
	min-height:40px;
}
.header-row-3 {
	clear:both;
	width:100%;
	background-color: rgba(255,255,255,1);
	padding-top:0;
	padding-bottom:0;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	border-bottom:solid 1px #ccc;
}
.header-row-3 > .max-width {
	position:relative;
	min-height:32px;
}
.header-row-1 .max-width:after,
.header-row-2 .max-width:after,
.header-row-3 .max-width:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header-tel {
	float:left;
	width:50%;
	line-height:20px;
	font-size:1.1em;
	color:#fff;
	min-height:2px;
}
.header-tel a {
	color: #fff;
}
.header-tel span {
	font-size:0.8em;
	margin-left:1em;
}
#logo {
	float:left;
	width:30%; /* 330px para largura de 1100px */
	padding: 10px 0;
	margin-bottom:-33px;
}
#logo a,
#logo-flutua a,
#logo a img,
#logo-flutua a img {
	display:block;
}
#logo-flutua {
	float:left;
	width:20%; /* 220px para largura de 1100px */
	display:none;
	padding: 8px 0;
}
#logo a:hover img,
#logo-flutua a:hover img {
	opacity:0.8;
}
.flutua #logo-flutua,
.flutua-out #logo-flutua {
	display:block;
}
@keyframes animaMenu {
	0% {
		transform: translate3d(0,-200px,0)	
	}
	100% {
		transform: translate3d(0,0,0)	
	}
}
@-webkit-keyframes animaMenu {
	0% {
		-webkit-transform: translate3d(0,-200px,0)	
	}
	100% {
		-webkit-transform: translate3d(0,0,0)	
	}
}
@keyframes animaMenuOut {
	0% {
		transform: translate3d(0,0,0)	
	}
	100% {
		transform: translate3d(0,-200px,0)	
	}
}
@-webkit-keyframes animaMenuOut {
	0% {
		-webkit-transform: translate3d(0,0,0)	
	}
	100% {
		-webkit-transform: translate3d(0,-200px,0)	
	}
}

.mini-search-icon {
	display:block;
	height:33px;
	width:20px;
}
.mini-search-icon:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#999;
	font-size:18px;
    content: "\e90f";
	position:relative;
	top:2px;
}
.mini-search-icon:hover,
.mini-search-icon:active {
	text-decoration:none;
}
.mini-search input#s {
	position:absolute;
	right:0;
	top:23px;
	width:190px;
	background-color:#fff;
	border-radius:4px;
	height:30px;
	transition:all ease-in 0.3s;
	opacity:0;
	z-index:-1;
}
.mini-search input#s.aberto {
	opacity:1;
	top:38px;
	z-index:1000;
}
	

/**
 * 6.0 - Menus
 * 2016-05
 */

/**
 * Mobile Menu
 */

#mobile-access {
	position: fixed;
	top:0;
	left:0;
	z-index:1;
	background: #222;
	width:100%;
	max-width:320px;
	height:100%;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate3d( -320px, 0, 0 );
	transform: translate3d( -320px, 0, 0 );
	overflow:auto;
}
#mobile-access.aberto {
	transform: translate3d( 0, 0, 0 );
	-webkit-transform: translate3d( 0, 0, 0 );
}
#page,
#site-info-generator {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#page.aberto,
#site-info-generator.aberto {
	transform: translate3d( 320px, 0, 0 );
	-webkit-transform: translate3d( 320px, 0, 0 );
}
#mobile-access-close {
	position:absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:rgba(255,255,255,0);
}
#mobile-access-close.aberto {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	background-color:rgba(255,255,255,0.6);
	transform: translate3d( 320px, 0, 0 );
	-webkit-transform: translate3d( 320px, 0, 0 );
}
.admin-bar #mobile-access {
	top:32px;
}
#mobile-access .menu-fecha {
	width: 40px;
	height: 40px;
	position: absolute;
	right:0;
	text-align: center;
	cursor:pointer;
	color:#fff;
	line-height:40px;
	background-color:#b50000;
}
#mobile-access .mob-menu-language {
	width:100%;
	border-bottom: solid 1px #fff;
	background-color:#000;
	height:40px;
}
#mobile-access .mob-menu-principal {
	padding:0;
	padding-bottom: 30px;
}

#mobile-access .mob-menu-principal ul {
	list-style:none;
	margin:0 0 60px 0;
	padding:0;
	line-height:1em;
}
#mobile-access .mob-menu-principal ul li {
	padding: 9px 0;
	border-bottom: solid 1px #777;
	position:relative;
	overflow:hidden;
}
#mobile-access .mob-menu-principal ul li:first-child {
	border-top: solid 1px #777;
}
#mobile-access .mob-menu-principal ul li.menu-item-has-children > a {
}
#mobile-access .mob-menu-principal ul li.menu-item-has-children > a:before {
	font-family: 'qdicones' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color:#fff;
	position:absolute;
	top:5px;
	right:18px;
	font-size:15px;
	content: "\e910";
}
#mobile-access .mob-menu-principal ul ul {
	margin: 0 0 0 15px;
	max-height:0;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	display:block;
}
#mobile-access .mob-menu-principal ul li.ativo > ul {
	max-height:1000px;
}
#mobile-access .mob-menu-principal ul ul.sub-menu li {
	border:none;
}
#mobile-access .mob-menu-principal ul ul.sub-menu li:first-child {
	padding-top:9px;
}
#mobile-access .mob-menu-principal ul ul.sub-menu li:last-child {
	padding-bottom:9px;
}
#mobile-access .mob-menu-principal ul li.mini-search {
	display:none;
}
#mobile-access .mob-menu-principal a:link,
#mobile-access .mob-menu-principal a:visited {
	line-height:1.2em;
	display:block;
	color:#fff;
	padding: 3px 8px;
	border-left: 5px solid #b50000;
	border-color: transparent;
}
#mobile-access .mob-menu-principal a:hover,
#mobile-access .mob-menu-principal a:active {
	text-decoration:none;
	border-color:#b50000;
}
#mobile-access .mob-menu-principal .current-menu-item > a,
#mobile-access .mob-menu-principal .current-menu-ancestor > a,
#mobile-access .mob-menu-principal .current_page_item > a,
#mobile-access .mob-menu-principal .current_page_ancestor > a,
#mobile-access .mob-menu-principal .current_page_parent > a {
	font-weight: bold;
	border-color:#b50000;
}
.post-type-archive #mobile-access .mob-menu-principal .current-menu-ancestor > a,
.post-type-archive #mobile-access .mob-menu-principal .current_page_ancestor > a,
.post-type-archive #mobile-access .mob-menu-principal .current_page_parent > a,
.single-qd_portfolio #mobile-access .mob-menu-principal .current-menu-ancestor > a,
.single-qd_portfolio #mobile-access .mob-menu-principal .current_page_ancestor > a,
.single-qd_portfolio #mobile-access .mob-menu-principal .current_page_parent > a {
	font-weight: normal;
	border-color: transparent;
}

/* Mobile menu Language */
.mob-menu-language ul {
	list-style:none;
	margin:0;
	text-align:left;
}
.mob-menu-language ul li {
	display:inline-block;
	padding: 0 10px;
}
.mob-menu-language ul li a:link,
.mob-menu-language ul li a:visited {
	line-height:30px;
	color:#fff;
	display:block;
	padding:5px 1px;
}
.mob-menu-language ul li a:hover,
.mob-menu-language ul li a:active {
	text-decoration:none;
	color:#b50000;
}



/* QD menu topo */

#qd-menu-topo {
	width:50%;
	min-height:2px;
	float:left;
}
#qd-menu-topo ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	line-height:20px;
}
#qd-menu-topo ul li {
	display: inline-block;
	padding:0 10px;
	margin:0;
	text-align:left;
	line-height:20px;
}
#qd-menu-topo ul li:first-child {
	padding-left: 0;
}
#qd-menu-topo ul li:last-child {
	padding-right: 0;
}
#qd-menu-topo ul li a:link,
#qd-menu-topo ul li a:visited {
	color:#fff;
	margin: 0 ;
	line-height:20px;
	font-size:0.8em;
	text-decoration:none;
	display:block;
}
#qd-menu-topo ul li a:hover,
#qd-menu-topo ul li a:active {
	color:#bbb !important;
}
#qd-menu-topo ul li.icone a:link:before,
#qd-menu-topo ul li.icone a:visited:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#fff;
	position:absolute;
	top:0;
	left:300px;
	font-size:20px;
}
#qd-menu-topo ul li.icone a:hover:before,
#qd-menu-topo ul li.icone a:active:before {
	color:#ddd !important;
}
#qd-menu-topo ul li.icone a {
	text-indent:-300px;
	overflow:hidden;
	display:block;
	width:20px;
	height:20px;
	position:relative;
}
#qd-menu-topo ul li.facebook a:before {
    content: "\e900";
}
#qd-menu-topo ul li.twitter a:before {
    content: "\e904";
}
#qd-menu-topo ul li.linkedin a:before {
    content: "\e903";
}
#qd-menu-topo ul li.googleplus a:before {
    content: "\e901";
}
#qd-menu-topo ul li.instagram a:before {
    content: "\e902";
}
#qd-menu-topo ul li.youtube a:before {
    content: "\e915";
}
#qd-menu-topo ul li.rss a:before {
    content: "\e90c";
}

/* QD Language menu */

#menu-laguage {
	width:50%;
	float:right;
}
#menu-laguage ul {
	list-style:none;
	margin:0;
	padding-top: 5px;
	line-height:10px;
	text-align:right;
}
#menu-laguage ul li {
	display:inline-block;
	padding: 0 20px;
	margin:0;
	position:relative;
}
#menu-laguage ul li:first-child {
	padding-left: 0;
}
#menu-laguage ul li:last-child {
	padding-right:0;
}
#menu-laguage ul li a {
	position:relative;
	display: block;
	color:#ddd;
	text-decoration:none;
	line-height:1em;
}

/* QD Contact menu */

#menu-contact {
	position: fixed;
	right: 0;
	top: 200px;
	width: 200px;
	float: none;
	z-index: 9999;
}
#menu-contact > div {
	width: 40px;
	background-color: rgba(0,0,0,0.8);
	position: relative;
	margin-left: 160px;
	height: 100%;
}
#menu-contact ul {
	display: block;
	transform: translateX(-150px);
	list-style:none;
	margin:0;
	padding: 10px 0;
	width: 190px;
}
#menu-contact ul li {
	display: block;
	padding: 5px 0;
	margin:0;
	position:relative;
	width: 40px;
	overflow: hidden;
	margin-left: 150px;
	height: 50px;
	transition: all 0.3s ease-in;
}
#menu-contact ul li:hover {
	width: 180px;
	margin-left: 10px;
}
#menu-contact ul li:first-child {
	padding-left: 0;
}
#menu-contact ul li:last-child {
	padding-right: 0;
}
#menu-contact ul li a {
	position:absolute;
	right: 0;
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	width: 180px;
	background-color: rgba(220,0,0,0);
	padding: 10px 50px 10px 0px;
	border-left: solid 3px #fff;
	transition: all 0.3s ease-in;
	text-align: right;
}
#menu-contact ul li:hover a {
	background-color: rgba(220,0,0,0.9);
}
#menu-contact ul li.icone a {
}
#menu-contact ul li.icone a:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#fff;
	position:absolute;
	top:10px;
	right:10px;
	font-size:20px;
}
#menu-contact ul li.icone a:link:before,
#menu-contact ul li.icone a:visited:before {
	color:#fff;
}
#menu-contact ul li.icone a:hover:before,
#menu-contact ul li.icone a:active:before {
	color:#ddd !important;
}
#menu-contact ul li.facebook a:before {
    content: "\e900";
}
#menu-contact ul li.twitter a:before {
    content: "\e904";
}
#menu-contact ul li.linkedin a:before {
    content: "\e903";
}
#menu-contact ul li.googleplus a:before {
    content: "\e901";
}
#menu-contact ul li.instagram a:before {
    content: "\e902";
}
#menu-contact ul li.youtube a:before {
    content: "\e915";
}
#menu-contact ul li.whatsapp a:before {
	content: "\e917";
}
#menu-contact ul li.email a:before {
    content: "\e90a";
}
#menu-contact ul li.telefone a:before {
    content: "\e90d";
}


/* QD Access */

#access {
	position: relative;
	margin-bottom:-1px;
	text-align:center;
}
.flutua #access {
	width: 80%;
	position:absolute;
	right:0;
	bottom:0;
}
#access .qd-menu-trigger {
	width:30px;
	height:30px;
	position: relative;
	display:none;
	cursor:pointer;
}
#access .qd-menu-trigger:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#aaa;
	position:absolute;
	top:3px;
	left:0;
	font-size:25px;
    content: "\e911";
}
#access ul {
	font-size: 0.92em;
	list-style: none;
	margin: 0;
	text-align:right;
}
#access li {
	display:inline-block;
	text-align:center;
	position: relative;
	padding: 0 10px;
}
#access ul.menu > li:first-child {
	padding-left: 0;
}
#access ul.menu > li:last-child {
	padding-right: 0;
}
#access a {
	color: #333;
	display: block;
	line-height: 30px;
	text-decoration: none;
	border-bottom: 3px solid #fff;
	border-color:transparent;
}
#access ul ul {
	display: block;
	margin: 0;
	position: absolute;
	top: 33px;
	left: 0;
	width: 200px;
	z-index: 99999;
	padding: 0;
	background-color: rgba(240,240,240,0.85);
	overflow:hidden;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	max-height:0;
	text-align:left;
}
#access ul ul li {
	padding: 8px 0;
	text-align:left;
	display:block;
}
#access ul ul li:first-child {
	padding-top: 20px;
}
#access ul ul li:last-child {
	padding-bottom:20px;
}
#access ul ul ul {
	display:none;
}
#access ul ul a {
	color: #333;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 18px;
	padding: 2px 10px;
	width: 100%;
	border-bottom: none;
	border-left: 3px solid #fff;
	border-color:transparent;
}
#access ul li:hover > ul {
	display: block;
	max-height:600px;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a,
#access .current_page_parent > a {
	font-weight: bold;
}
.post-type-archive #access .current-menu-ancestor > a,
.post-type-archive #access .current_page_ancestor > a,
.post-type-archive #access .current_page_parent > a,
.single-qd_portfolio #access .current-menu-ancestor > a,
.single-qd_portfolio #access .current_page_ancestor > a,
.single-qd_portfolio #access .current_page_parent > a {
	font-weight: normal;
	border-color: transparent;
}

/* QD Access 2 */

#access2 {
	margin-bottom:1.8em;
}
#access2 ul {
	margin-left: 1.5em;
	padding: 0;
}
#access2 ul li {
}
#access2 ul ul {
}
#access2 ul.menu > li > ul a {
	font-size:0.9em;
}
#access2 li ul li {
	background:none;
}
#access2 a:link,
#access2 a:visited {
	color:#888;
	display: block;
	line-height: 1.4em;
	text-decoration: none;
	padding: 0.2em 0;
}
#access2 ul ul {
	display:none;
}
#access2 ul ul ul {
	display:none;
}
#access2 ul ul ul ul {
	display:none;
}
#access2 ul li:hover > ul {
	display: block;
}
#access2 .current-menu-item > ul,
#access2 .current-menu-ancestor > ul,
#access2 .current_page_item > ul,
#access2 .current_page_ancestor > ul {
	display:block;
}
#access2 .current-menu-item > a,
#access2 .current-menu-ancestor > a,
#access2 .current_page_item > a,
#access2 .current_page_ancestor > a {
	font-weight: bold;
}


/**
 * 7.0 - Footer
 * 2016-02
 */

#colophon {
	clear: both;
	background-color:#efefef;
	border-top:solid 1px #ddd;
}
#supplementary {
	padding: 1em 0;
	overflow: hidden;
}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

/* QD Footer info and Generator */

#site-info-generator {
	padding-top:2em;
	padding-bottom:2em;
	overflow: hidden;
	font-size: 0.8em;
	line-height:1.2em;
	color:#fff;
	background-color:#707173;
	border-top:solid 1px #fff;
}
#site-info-generator a:link,
#site-info-generator a:visited {
	color: #ccc;
	text-decoration:none;
}
#site-info-generator a:hover,
#site-info-generator a:active {
	color: #fff;
}
#site-info {
	float: left;
	width: 55%;
}
#site-generator {
	float: right;
	width: 45%;
	text-align:right;
}


/**
 * 8.0 - Templates
 * 2016-02
 */

/* Contato Mapa */

.template_template-contato-mapa #main {
	padding:0;
	margin:0;
}
.template_template-contato-mapa #main .max-width {
	max-width:100%;
}
.template_template-contato-mapa #primary {
	width:100%;
	position:relative;
	overflow:hidden;
}
.template_template-contato-mapa .box-flutua {
	position:absolute;
	max-width:330px;
	background-color:rgba(255,255,255,0.90);
	padding: 15px 25px;
	top:15%;
	right:0;
	z-index:10;
    transform: translate(0, 0);
    transition: -webkit-transform 0.3s cubic-bezier(.43,.52,.75,1.25);
    transition: transform 0.3s cubic-bezier(.43,.52,.75,1.25);
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}
.template_template-contato-mapa .box-flutua.fechado {
    transform: translate(100%, 0);
}
.template_template-contato-mapa #contato-mapa {
	min-height:600px;
}
.template_template-contato-mapa #contato-mapa iframe {
	height: 100%;
	left: 0;
	position: absolute !important; 
	top: 0;
	width: 100%;
	z-index: 1;
}
.template_template-contato-mapa h3 {
	margin-bottom:1em;
}
.template_template-contato-mapa .abre-fecha {
	width:40px;
	height:40px;
	overflow:hidden;
	position:absolute;
	top:15px;
	left:-40px;
	cursor:pointer;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color:#fff;
	box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
	z-index:9;
}
.template_template-contato-mapa .box-flutua .abre-fecha:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color:#aaa;
	position:absolute;
	top:8px;
	left:8px;
	font-size:25px;
    content: "\e912";
}
.template_template-contato-mapa .box-flutua.fechado .abre-fecha:before {
    content: "\e913";
}


/**
 * 9.0 - Outras estruturas
 * 2016-02
 */

/* Video responsivo */
video {
	width:100%;
	height:auto;
}

.video-container {
	margin:0 auto;
	max-width:640px;
}
.video-container.larg-560 {
	max-width:560px;
}
.video-container.larg-853 {
	max-width:853px;
}
.video-container.larg-1280 {
	max-width:1280px;
}
.video-container .prop-16x9 {
    position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
}
.video-container .prop-4x3 {
    position: relative;
    padding-bottom: 75%;
	height: 0; 
	overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Flexslider
 *
 */
.flexslider {
	margin: 0;
	background: #fff;
	border: none;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}


/* Formulario Modal */

#modal-box {
	display:none;
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.5);
	z-index:9998;
	opacity: 0;
	transition: opacity 0.5s linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#modal-box.modal-fade {
	display:block;
}
#modal-box.modal-fade-in {
	opacity: 1;
}
#modal-box .modal-dialog {
	max-width:640px;
	min-height:200px;
	margin:120px auto 0 auto;
	background-color:#fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	z-index:9999;
	position:relative;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out, opacity 0.5s linear;
    transition: transform 0.3s ease-out, opacity 0.5s linear;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
	opacity:0;
}
#modal-box.modal-fade-in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
	opacity:1;
}
#modal-box .modal-dialog-close {
	padding:8px 20px;
	text-align:right;
	cursor:pointer;
	text-shadow: 1px 0px 1px #ccc;
	color:#fafafa;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
}
#modal-box .modal-dialog-content {
	padding:30px 30px 40px 30px;
}





/* QD tabs */
.qd-tabs {
	margin-bottom:1em;
}
.qd-tabs ul.qd-tabs-nav {
	list-style:none;
	padding:0;
	margin:0;
}
.qd-tabs ul.qd-tabs-nav li {
	cursor:pointer;
	display:inline-block;
	border:solid 1px #ddd;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding:10px 15px;
	background-color:#efefef;
	position:relative;
	top:6px;
	z-index:8;
	margin-right:10px;
	transition: all 0.3s ease-in;
	text-align:center;
	line-height:1em;
}
.qd-tabs ul.qd-tabs-nav li.ativo {
	background-color:#fff;
	border-bottom-color: #fff;
	top:0px;
	z-index:12;
	padding:15px 15px;
}
.qd-tabs ul.qd-tabs-nav li.destaque {
	background-color:#b50000;
	color:#fff;
	border-color:#b50000;
}
.qd-tabs ul.qd-tabs-nav li:hover {
	top:0px;
	padding:15px 15px;
}
.qd-tabs .qd-tabs-contentor {
	margin-top:-1px;
	border:solid 1px #ddd;
	z-index:10;
	position:relative;
	background-color:#fff;
	padding:1em;	
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
}
.qd-tabs .qd-tab-conteudo {
	height:0;
	overflow:hidden;
	opacity:0;
	transition: all 0.3s ease-in;
}
.qd-tabs .qd-tab-conteudo.ativo {
	opacity:1;
	height:auto;
}

/* QD row streched 
* 
* Usar class="row-01" para ativar
*
*/


.row-stretched {
	margin-top:0;
	margin-right:-500px;
	margin-bottom:0;
	margin-left:-500px;
	padding: 3em 1em;
}
.row-stretched.row-first {
	margin-top:0;
}
.row-stretched.row-last {
	margin-bottom:0;
}
.row-01-box,
.row-03-box {
  	background-color: #555;
}
.row-02-box,
.row-04-box {
  	background-color: #efefef;
}
.row-stretch {
	max-width:1100px;
	margin:0 auto;
}
.coluna-estreita .row-stretch {
	max-width:800px;
}
.row-stretch:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}




/* =QD Icones
----------------------------------------- */


.icon {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.qd-icon-facebook:before {
    content: "\e900";
}
.qd-icon-google-plus:before {
    content: "\e901";
}
.qd-icon-instagram:before {
    content: "\e902";
}
.qd-icon-linkedin:before {
    content: "\e903";
}
.qd-icon-twitter:before {
    content: "\e904";
}
.qd-icon-youtube:before {
    content: "\e915";
}
.qd-icon-seta-baixo:before {
    content: "\e905";
}
.qd-icon-seta-direita:before {
    content: "\e906";
}
.qd-icon-seta-esquerda:before {
    content: "\e907";
}
.qd-icon-seta-topo:before {
    content: "\e908";
}
.qd-icon-check-cheio:before {
    content: "\e909";
}
.qd-icon-formulario:before {
    content: "\e90a";
}
.qd-icon-local:before {
    content: "\e90b";
}
.qd-icon-rss:before {
    content: "\e90c";
}
.qd-icon-telefone:before {
    content: "\e90d";
}
.qd-icon-check:before {
    content: "\e90e";
}


/* =QD To top
-------------------------------------------------------------- */

#to-top a {
	position: fixed;
	width:30px;
	height:30px;
	line-height:30px;
	bottom:20px;
	right:20px;
	z-index:99999;
	text-decoration:none;
	transform: translate3d(0,50px,0);
	-webkit-transform: translate3d(0,50px,0);	
}
#to-top a:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e908";
	font-size:25px;
	padding-right:10px;
	position:relative;
	top:7px;
	color:rgba(0,0,0,0.5);
} 
#to-top a:hover:before {
	color:rgba(0,0,0,0.9);
	text-decoration:none;
}
#to-top a:active {
	position: fixed;
	top:auto;
	bottom:19px;
}
#to-top a.show {
	animation:animaImgs 1s forwards;
	-webkit-animation:animaImgs 1s forwards;
}
@keyframes animaImgs {
	0% {
		transform: translate3d(0,50px,0)	
	}
	100% {
		transform: translate3d(0,0,0)	
	}
}
@-webkit-keyframes animaImgs {
	0% {
		-webkit-transform: translate3d(0,50px,0)	
	}
	100% {
		-webkit-transform: translate3d(0,0,0)	
	}
}


/* QD Icones Footer
-------------------------------------------------------------- */

a.qd-icone:link,  
a.qd-icone:visited {
	font-size:1em;
	font-weight:normal;
	color:#888;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	text-decoration: none;
	padding-left:1px;
}
.widget-area a.qd-icone:hover,  
.widget-area a.qd-icone:active {
	text-decoration: none;
}
a.qd-icone:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
	font-size:30px;
	padding-right:10px;
	position:relative;
	top:7px;
} 
a.qd-square-icone {
	font-size:1em;
	display: block;
	height: 30px;
	width:30px;
	line-height: 30px;
	margin: 0 10px 10px 0;
	text-decoration: none;
	float:left;
}
a.qd-square-icone:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
	font-size:30px;
	padding-right:10px;
	color:#888;
} 
.widget-area a.qd-square-icone:hover,  
.widget-area a.qd-square-icone:active {
	text-decoration: none;
}

a.qd-telefone,
a.qd-whatsapp {
	font-size: 1.6em !important;
}
a.qd-facebook:before {
    content: "\e900";
}
a.qd-google-plus:before {
    content: "\e901";
}
a.qd-instagram:before {
    content: "\e902";
}
a.qd-linkedin:before {
    content: "\e903";
}
a.qd-twitter:before {
    content: "\e904";
}
a.qd-youtube:before {
    content: "\e915";
}
a.qd-icon-formulario:before,
a.qd-email:before {
    content: "\e90a";
}
a.qd-local:before {
    content: "\e90b";
}
a.qd-rss:before {
    content: "\e90c";
}
a.qd-telefone:before {
    content: "\e90d";
}
a.qd-whatsapp:before {
	content: "\e917";
}




/* =QD Estruturas de colunas nova
-------------------------------------------------------------- */

.cln-linha {
	clear:both;
	margin-bottom:1em;
}
.wpcf7-form .cln-linha {
	margin-bottom:0.3em;
}
.cln-linha:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
cln-linha-ajusta {
	/* marcacao para js */
}
.cln {
	float:left;
	margin-left:4%;
}
.cln:first-child {
	margin-left:0;
}
.cln-meia,
.cln-dois-quartos,
.cln-tres-sextos {
	width:48%;
}
.cln-um-terco {
	width:30.6%;
}
.cln-dois-tercos {
	width:64%;
}
.cln-um-quarto {
	width:22%;
}
.cln-dois-quartos {
	width:48%;
}
.cln-tres-quartos {
	width:74%;
}
.cln-um-quinto  {
	width:16.8%;
}
.cln-dois-quintos {
	width:37.6%;
}
.cln-tres-quintos {
	width:58.4%;
}
.cln-quatro-quintos {
	width:79.2%;
}
.cln-um-sexto {
	width:13.333%;
}
.cln-dois-sextos {
	width:30.666%;
}
.cln-quatro-sextos {
	width:64.666%;
}
.cln-cinco-sextos  {
	width:72.666%;
}

/* QD Breadcrumbs */
.breadcrumbs {
	clear:both;
	font-size:0.8em;
	color:#888;
	margin-bottom:1em;
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
	color:#555;
	text-decoration:none;
}
.breadcrumbs a:hover,
.breadcrumbs a:active {
	color:#000;
	text-decoration:none;
}



/* Search page */
.page_search .entry-title span {
	color:#000;
}


/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 0.8em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 0.8em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/* =isotope
----------------------------------------------- */

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}




/* =Global
----------------------------------------------- */

body, input, textarea {
	font-size:15px;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
img {
	max-width:100%;
	height:auto;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight:300;
	line-height: 1.3em;
	font-family:"Raleway","Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight:300;
}
h1 {
	font-size:2.3em;
	font-weight:200;
}
h2 {
	font-size:1.7em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.1em;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}
h6 {
	font-size:1em;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1em;
}

/* Text elements */
p {
	margin-bottom: 1em;
}
ul, ol {
	margin: 0 0 1em 2em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 1.5em 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 0.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align:right;
	display:block;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1em;
	overflow: auto;
	padding: 0.75em 1em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 0.6em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Links */
a {
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}
#primary a:active,
#access a:active {
  position: relative;
  top: 1px;
}
a[href$="pdf"],
a[href$="doc"],
a[href$="docx"],
a[href$="xls"],
a[href$="xlsx"],
a[href$="ppt"],
a[href$="pptx"] {
	position:relative;
	display: inline-block;
	padding: 8px 10px 8px 50px;
	font-weight: bold;
	line-height:1.2em;	
}
a[href$="pdf"]:before,
a[href$="doc"]:before,
a[href$="docx"]:before,
a[href$="xls"]:before,
a[href$="xlsx"]:before,
a[href$="ppt"]:before,
a[href$="pptx"]:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e914";
	font-size:40px;
	position: absolute;
	top:1px;
	left:0;
	color:#b50000;
} 
a[href$="pdf"]:hover,
a[href$="doc"]:hover,
a[href$="docx"]:hover,
a[href$="xls"]:hover,
a[href$="xlsx"]:hover,
a[href$="ppt"]:hover,
a[href$="pptx"]:hover {
	color: #777 !important;
	text-decoration: none;
}
a[href$="pdf"]:hover:before,
a[href$="doc"]:hover:before,
a[href$="docx"]:hover:before,
a[href$="xls"]:hover:before,
a[href$="xlsx"]:hover:before,
a[href$="ppt"]:hover:before,
a[href$="pptx"]:hover:before {
	color: #777 !important;
} 
a.sem-icone[href$="pdf"],
a.sem-icone[href$="doc"],
a.sem-icone[href$="docx"],
a.sem-icone[href$="xls"],
a.sem-icone[href$="xlsx"],
a.sem-icone[href$="ppt"],
a.sem-icone[href$="pptx"] {
	position:relative;
	display: inline;
	padding: inherit;
	font-weight: inherit;
	line-height: inherit;	
}
a.sem-icone[href$="pdf"]:before,
a.sem-icone[href$="doc"]:before,
a.sem-icone[href$="docx"]:before,
a.sem-icone[href$="xls"]:before,
a.sem-icone[href$="xlsx"]:before,
a.sem-icone[href$="ppt"]:before,
a.sem-icone[href$="pptx"]:before {
    font-family: 'qdicones' !important;
    line-height: 1;
    content: "";
	font-size: inherit;
	position: absolute;
} 
a.sem-icone[href$="pdf"]:hover,
a.sem-icone[href$="doc"]:hover,
a.sem-icone[href$="docx"]:hover,
a.sem-icone[href$="xls"]:hover,
a.sem-icone[href$="xlsx"]:hover,
a.sem-icone[href$="ppt"]:hover,
a.sem-icone[href$="pptx"]:hover {
	color: inherit;
	text-decoration: inherit;
}

/* uls */

ul.check,
ul.check-cheio,
ul.seta-cheia,
ul.square {
    list-style: none;
    padding: 0;
    margin: 0 0 1em 30px;
	position:relative;
}
ul.check li,
ul.check-cheio li,
ul.seta-cheia li,
ul.square li {
	line-height:1.46em;
	display:block;
	margin-bottom:0.5em;
	position:relative;
}
ul.square li:before {
	content: "■ ";
	font-family:"Arial Black";
	font-size:11px;
	position:absolute;
	text-outline: -1px;
	left:-18px;
}
ul.check li:before,
ul.check-cheio li:before,
ul.seta-cheia li:before {
    font-family: 'qdicones' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90e";
	font-size:20px;
	display:inline-block; 
	position: absolute;
	top:0px; 
	left:-30px;
} 
ul.check li:before {
    content: "\e90e";
	font-size:14px;
	padding:3px;
}
ul.check-cheio-alt li:before {
    content: "\e90e";
	font-size:12px;
	padding:4px;
	color:#fff;
	background-color:#b50000;
	border-radius:12px;
}

ul.check-cheio li:before {
    content: "\e909";
	font-size:20px;
} 
ul.seta-cheia li:before {
    content: "\e906";
	font-size:20px;
}
ul.check a:link,
ul.check a:visited,
ul.check-cheio a:link,
ul.check-cheio a:visited,
ul.seta-cheia a:link,
ul.seta-cheia a:visited,
ul.square a:link,
ul.square a:visited {
	color:#666;
	font-weight:bold;
}
.box-destaque {
	padding:15px;
	border: solid 1px #ccc;
	border-top:solid 4px #b50000;
	margin-top:1.5em;
	margin-bottom:1.5em;
}
.cln.box-destaque {
	margin-top:0;
	margin-bottom:0;
}


/* Box escuros */


.escuro p,
.escuro h1,
.escuro h2,
.escuro h3,
.escuro h4,
.escuro h5,
.escuro h6,
.escuro ul,
.escuro ol {
	color:#fff;
}
.escuro p,
.escuro ul,
.escuro ol {
	font-weight:400;
}
.escuro a:link,
.escuro a:visited,
.escuro ul.check a:link,
.escuro ul.check a:visited,
.escuro ul.check-cheio a:link,
.escuro ul.check-cheio a:visited,
.escuro ul.seta-cheia a:link,
.escuro ul.seta-cheia a:visited,
.escuro ul.square a:link,
.escuro ul.square a:visited {
	color:#ccc;
	font-weight:bold;
}
.escuro a:hover,
.escuro a:active,
.escuro ul.check a:hover,
.escuro ul.check a:active,
.escuro ul.check-cheio a:hover,
.escuro ul.check-cheio a:active,
.escuro ul.seta-cheia a:hover,
.escuro ul.seta-cheia a:active,
.escuro ul.square a:hover,
.escuro ul.square a:active {
	color:#fff;
	text-decoration: underline;
}
.escuro .box-destaque {
	border-color:#fff;
}

.appleLinksWhite a {
	color: #ffffff !important; 
	text-decoration: underline;
} 
.appleLinksBlack a {
	color: #000000 !important; 
	text-decoration: none;
}

/* Forms */
input[type=url],
input[type=date],
input[type=number],
input[type=email],
input[type=tel],
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	padding:3px;
	border-radius:3px;
	width:100%;
	margin-bottom:8px;
}
input[type=url]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 15px;
	line-height: 1.3em;
	padding: 4px 10px 4px 28px;
	position:relative;
}
input#searchsubmit {
	display: none;
}
.wpcf7 p {
	margin:0;
}
input[type="submit"] {
	display:block;
	float:right;
	padding: 0.6em 1.4em;
	margin-right:1%;
	line-height:1.1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: none;
	color:#fff;
	text-align:center;
	text-decoration:none;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin-bottom: 8px;
	transition:all ease 0.3s;
}
input[type="submit"]:hover {
	background-color:#666;
}
input[type="submit"]:active {
	background-color:#000;
}


/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/*
 * Posts grid, list etc
 *
 *
 */
 .posts-grid {
	margin: 0 -15px;
}
.posts-list:after,
.posts-grid:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.posts-list .hentry {
	margin-bottom:1.5em;
	width:100%;
}
.posts-grid .hentry {
	padding:15px;
	border:0;
	margin:0;
}
.posts-columns-2 .hentry,
.posts-columns-3 .hentry,
.posts-columns-4 .hentry,
.posts-columns-5 .hentry {
	float:left;
}
.posts-columns-1 .hentry {
	width:100%;
}
.posts-columns-2 .hentry {
	width:50%;
}
.posts-columns-3 .hentry {
	width:33.33%;
}
.posts-columns-4 .hentry {
	width:25%;
}
.posts-columns-5 .hentry {
	width:20%;
}
.posts-columns-3 h3 {
	font-size:1.5em;
}
.posts-columns-4 h3 {
	font-size:1.3em;
}
.posts-columns-5 h3 {
	font-size:1.2em;
}
.posts-columns-4 h4 {
	font-size:1.2em;
}
.posts-columns-4 h5 {
	font-size:1em;
}
.posts-grid .hentry .post-content {
	border:solid 1px #bbb;
}
.posts-list .hentry .post-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.posts-list .hentry .post-content .entry-img {
	width:30%;
	float:left;
}
.posts-list.post-list-small .hentry .post-content .entry-img {
	width:20%;
	float:left;
}
.posts-list .hentry .post-content .entry-img,
.posts-grid .hentry .post-content .entry-img {
	overflow:hidden;
	position:relative;
}
.posts-list .hentry .post-content .entry-img.vazio,
.posts-grid .hentry .post-content .entry-img.vazio {
	display:none;
}
.posts-list .hentry .post-content .entry-img a,
.posts-grid .hentry .post-content .entry-img a {
	display:block;
	position:relative;
}
.posts-list .hentry .post-content .entry-img img,
.posts-grid .hentry .post-content .entry-img img {
   -moz-transform:scale(1,1);
   -webkit-transform:scale(1,1);
   -o-transform:scale(1,1);
   -ms-transform:scale(1,1);
   transform:scale(1,1);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
   display:block;
   max-width:100%;
}
.posts-list .hentry .post-content:hover .entry-img img,
.posts-grid .hentry .post-content:hover .entry-img img {
   -moz-transform:scale(1.2,1.2);
   -webkit-transform:scale(1.2,1.2);
   -o-transform:scale(1.2,1.2);
   -ms-transform:scale(1.2,1.2);
   transform:scale(1.2,1.2);
}
.posts-list .hentry .post-content .entry-img .entry-img-title,
.posts-grid .hentry .post-content .entry-img .entry-img-title {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
	padding:20px;
	color:#fff;
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   -moz-transform:translateY(100%);
   -webkit-transform:translateY(100%);
   -o-transform:translateY(100%);
   -ms-transform:translateY(100%);
   transform: translateY(100%);
   z-index:10;
}
.posts-list .hentry .post-content .entry-img:hover .entry-img-title,
.posts-grid .hentry .post-content .entry-img:hover .entry-img-title {
   -moz-transform:translateY(0);
   -webkit-transform:translateY(0);
   -o-transform:translateY(0);
   -ms-transform:translateY(0);
   transform: translateY(0);
}
.posts-list .hentry .post-content .entry-img-title h4,
.posts-grid .hentry .post-content .entry-img-title h4 {
	color:#fff;
}
.posts-list .hentry .post-content .entry-terms,
.posts-grid .hentry .post-content .entry-terms {
	padding:6px 2px;
	border-bottom:solid 1px #ddd;
	border-top:solid 1px #ddd;
	margin:10px 0;
	display:block;
}
.posts-list .hentry .post-content h3,
.posts-grid .hentry .post-content h3 {
	margin:10px 0;
}
.posts-list .hentry .post-content .entry-text {
	float:left;
	width: 68%;
	margin-left:2%;
}
.posts-list .hentry .post-content .entry-img.vazio + .entry-text {
	float:none;
	width: 100%;
	margin-left:0;
}
.posts-list.post-list-small .hentry .post-content .entry-text {
	float:left;
	width: 78%;
	margin-left:2%;
}
.posts-list .hentry .post-content .entry-text h3 {
	margin-bottom:0.2em;
}
.posts-grid .hentry .post-content .entry-header,
.posts-grid .hentry .post-content .entry-summary {
	padding:0 20px;
}
.qd-isotope-menu-box {
	margin-bottom:1.5em;
}
.qd-isotope-menu-box h4 {
	margin-bottom:0.8em;
}
.qd-isotope-menu {
	list-style:none;
	padding:0;
	margin:0;
	border-bottom:solid 1px #aaa;
	border-top:solid 1px #aaa;
	overflow:hidden;
}
.qd-isotope-menu a:link,
.qd-isotope-menu a:visited {
	line-height:2.5em;
	border-top: solid 3px #f3f3f3;
	border-bottom: solid 3px #c00;
	border-color:transparent;
	display:block;
	color:#999;
	float:left;
	margin: 0 0.8em;
}
.qd-isotope-menu a:hover,
.qd-isotope-menu a:active {
	text-decoration:none;
	color:#c00;
	border-color: #ddd;
}
.qd-isotope-menu a.selected {
	border-color: #c00;
}



/* =Content
----------------------------------------------- */

.page-title {
}
.page-title a {
	text-decoration: none;
}
.no-results {
	border-bottom: none;
	margin:0;
	padding:0;
	position: relative;
}

.blog .sticky .entry-header .entry-meta {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #000 !important;
	text-decoration:none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 13px;
	line-height: 18px;
	position:relative;
	padding-top:1em;
	margin:2em 0 1em 0;
	border-top: solid 1px #ddd;
}
.page .entry-meta,
.single-qd_portfolio .entry-meta {
	border: none;
	margin:0;
	padding:0;
}
.entry-meta a {
	font-weight: bold;
}
.entry-signature {
	display:block;
	visibility:hidden;
	height:0;
	overflow:hidden;
}
.entry-terms {
	text-transform:uppercase;
	font-size:0.8em;
}
.entry-terms a:link,
.entry-terms a:visited {
	color:#999;
}
.entry-terms a:hover,
.entry-terms a:active {
	color:#000;
}

.single-author .entry-meta .by-author {
	display: none;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom:1em;
}
.entry-content,
.entry-summary {
	padding: 0;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1em;
	width: 100%;
}
.entry-content th,
.comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.entry-content #s {
	width: 75%;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a,
.comment-list .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
.comment-list .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1em;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #eee;
	margin-bottom: 1em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
img#wpstats {
	display: block;
	margin: 0 auto 1em;
}
/* Gallery css
 * 2016-07-08
 */
.gallery {
	overflow: hidden;
	text-align: center;
}
.gallery-item {
	display: inline-block;
	margin: 0;
	text-align: center;
	vertical-align: bottom;
}
.gallery-icon {
	overflow:hidden;
	border:1px solid rgba(255,255,255,0.7);
	background-color:#000;
}
.gallery:hover img {
	opacity:0.65;
}
.gallery img {
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	display:block;
}
.gallery img:hover {
   -webkit-transform:scale(1.1,1.1);
   transform:scale(1.1,1.1);
   opacity:1;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	-webkit-transition: opactiy 0.6s ease-in-out;
	transition: opactiy 0.6s ease-in-out;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
	opacity:0.8;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Password Protected Posts */
.post-password-required .entry-header .comments-link {
	margin: 1em 0 0;
}
.post-password-required input[type=password] {
	margin: 0.8125em 0;
}
.post-password-required input[type=password]:focus {
	background: #f7f7f7;
}

/* Author Info */
#author-info {
	overflow: hidden;
}
.singular #author-info {
	background: #f4f4f4;
	margin: 2.2em 0;
	padding: 2em;
	-moz-border-radius: 3px;
	border-radius:3px;
}
#author-avatar {
	float: left;
	margin-right: -80px;
}
#author-avatar img {
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#author-description {
	float: left;
	margin-left: 108px;
}
#author-description h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0 10px;
}

/* Comments link */
.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}

/*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/
.entry-header .entry-format {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	position: absolute;
	text-transform: uppercase;
	top: -5px;
}
.entry-header hgroup .entry-title {
	padding-top: 15px;
}
article.format-aside .entry-content,
article.format-link .entry-content,
article.format-status .entry-content {
	padding: 20px 0 0;
}
article.format-status .entry-content {
	min-height: 65px;
}
.recent-posts .entry-header .entry-format {
	display: none;
}
.recent-posts .entry-header hgroup .entry-title {
	padding-top: 0;
}


/* =Aside
----------------------------------------------- */

.format-aside .entry-title,
.format-aside .entry-header .comments-link {
	display: none;
}
.singular .format-aside .entry-title {
	display: block;
}
.format-aside .entry-content {
	padding: 0;
}
.singular .format-aside .entry-content {
	padding: 1em 0 0;
}


/* =Link
----------------------------------------------- */

.format-link .entry-title,
.format-link .entry-header .comments-link {
	display: none;
}
.singular .format-link .entry-title {
	display: block;
}
.format-link .entry-content {
	padding: 0;
}
.singular .format-link .entry-content {
	padding: 1em 0 0;
}


/* =Gallery
----------------------------------------------- */

.format-gallery .gallery-thumb {
	float: left;
	display: block;
	margin: .375em 1em 0 0;
}


/* =Status
----------------------------------------------- */

.format-status .entry-title,
.format-status .entry-header .comments-link {
	display: none;
}
.singular .format-status .entry-title {
	display: block;
}
.format-status .entry-content {
	padding: 0;
}
.singular .format-status .entry-content {
	padding: 1em 0 0;
}
.format-status img.avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	float: left;
	margin: 4px 10px 2px 0;
	padding: 0;
}


/* =Quote
----------------------------------------------- */

.format-quote blockquote {
	color: #555;
	font-size: 17px;
	margin: 0;
}


/* =Image
----------------------------------------------- */

.indexed.format-image .entry-header {
	min-height: 61px; /* Prevent the comment icon from colliding with the image when there is no title */
}
.indexed.format-image .entry-content {
	padding-top: 0.5em;
}
.indexed.format-image p,
.indexed.format-image p img {
	margin-bottom: 0;
}
.indexed.format-image footer.entry-meta {
	background: #ddd;
	margin-top: -7px;
	padding: 20px 30px;
	overflow: hidden;
}
.indexed.format-image div.entry-meta {
	display: inline-block;
	float: left;
	width: 35%;
}
.indexed.format-image div.entry-meta + div.entry-meta {
	float: none;
	width: 65%;
}
.indexed.format-image .entry-meta span.cat-links,
.indexed.format-image .entry-meta span.tag-links,
.indexed.format-image .entry-meta span.comments-link {
	display: block;
}
.indexed.format-image footer.entry-meta a {
	color: #444;
}
.indexed.format-image footer.entry-meta a:hover {
	color: #fff;
}
#content .indexed.format-image img {
	border: none;
	max-width: 100%;
	padding: 0;
}
.indexed.format-image .wp-caption {
	background: #111;
	margin-bottom: 0;
	max-width: 96%;
	padding: 11px;
}
.indexed.format-image .wp-caption .wp-caption-text {
	color: #ddd;
}
.indexed.format-image .wp-caption .wp-caption-text:before {
	color: #444;
}
.indexed.format-image a:hover img {
	opacity: 0.8;
}


/* =error404
----------------------------------------------- */

.error404 #main #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin: 1em 0;
	overflow: hidden;
	padding: 2em 8.9%;
}
.error404 #main #s {
	width: 100%;
	padding: 6px 10px 6px 28px;
}
.error404 #main .widget {
	clear: none;
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
.error404 #main .widget_archive {
	margin-right: 0;
}
.error404 #main .widget_tag_cloud {
	float: none;
	margin-right: 0;
	width: 100%;
}
.error404 .widgettitle {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}




/* =Attachments
----------------------------------------------- */

.image-attachment div.attachment {
	background: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 1em 0;
	overflow: hidden;
	padding: 2em;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	text-transform: uppercase;
}


/* =Navigation
-------------------------------------------------------------- */

#content nav {
	clear: both;
	overflow: hidden;
}
#content nav a {
}
#nav-above {
	padding: 0 0 1em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
#nav-single {
	position: relative;
	z-index: 1;
}


/* =Widgets
----------------------------------------------- */

.widget {
	clear: both;
	margin: 0 0 1.5em;
}
.widget-title {
	font-size:1.3em;
	margin-bottom:1.1em;
}
#secondary .widget-title {
	border-bottom: solid 1px #ddd;
}

.widget ul {
	font-size: 15px;
	margin: 0 0 1em 1.5em;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	font-size: 0.95em;
	padding:0.5em 0;
}
.widget a:link,
.widget a:visited {
	text-decoration: none;
	color:#888;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_quartadesign_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_quartadesign_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_quartadesign_ephemera .comments-link a,
.widget_quartadesign_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_quartadesign_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/* Twitter */
.widget_twitter li {
	list-style-type: none;
	margin-bottom: 14px;
}
.widget_twitter .timesince {
	display: block;
	font-size: 11px;
	margin-right: -10px;
	text-align: right;
}

/* Widget Image */
.widget_image img {
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */

.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */

#comments {
	padding-top:1em;
	border-top: solid 1px #ddd;
	margin: 2em 0 1em 0;
}
#comments-title {
	margin-bottom:1.5em;
}
#comments h3 {
	color:#000 !important;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.comment-list {
	list-style: none;
	margin: 0;
	width: 100%;
}
.comment-list li.comment {
	margin: 0 0 1em;
	padding: 0 0 0 80px;
	position: relative;
}
.comment-list .comment-body {
	background-color:#efefef;
	padding:1em;
	border-radius:4px;
}
.comment-list .pingback {
	margin: 0 0 1em;
	padding: 0 0 0 80px;
}
.comment-list .children {
	list-style: none;
	margin: 1em 0 0 0;
}
.comment-list .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.comment-list .avatar {
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
}
a.comment-reply-link {
	background: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.comment-list li.bypostauthor .comment-body {
	border-top: solid 2px #bbb;
}


/* Comment Form */

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	margin-top:2em;
}
#respond {
	margin: 2em auto 1em;
	position: relative;
}
#respond .required {
	color: #b50000;
}
#respond p {
	margin: 4px 0;
}
#reply-title {
	border-top:solid 1px #ddd;
	padding: 1em 0 ;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #b50000;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}



/* =Responsive Structure
----------------------------------------------- */

@media (max-width: 800px) {
	/* Simplify the basic layout */
	#main #content {
		margin: 0;
		width: auto;
	}
	#nav-below {
		border-bottom: 1px solid #ddd;
		margin-bottom: 1em;
	}
	#main #primary {
		float: none;
		margin: 0;
		width: 100%;
	}
	#main #secondary {
		float: none;
		margin: 0;
		width: auto;
	}
	#logo {
		width:40%;
		padding-bottom:30px;
	}
	#page.coluna-widget .main-header .max-width div,
	#page.coluna-widget .main-header .max-width h1 {
		margin-left:0;
	}
	/* Simplify the pullquotes and pull styles */
	.singular blockquote.pull {
		margin: 0 0 1em;
	}
	.singular .pull.alignleft {
		margin: 0 1em 0 0;
	}
	.singular .pull.alignright {
		margin: 0 0 0 1em;
	}
	.singular .entry-meta .edit-link a {
		left: 0;
		position: absolute;
		top: 40px;
	}
	.singular #author-info {
		margin: 2.2em -8.8% 0;
		padding: 20px 8.8%;
	}
	/* Make sure we have room for our comment avatars */
	.comment-list {
		width: 100%;
	}
	.comment-list > li.comment,
	.comment-list .pingback {
		margin-left: 102px;
		width: auto;
	}
	/* And a full-width comment form */
	#respond {
		width: auto;
	}
	/* No need to float footer widgets at this size */
	#colophon #supplementary .widget-area {
		float: none;
		margin-right: 0;
		width: auto;
	}
	/* No need to float 404 widgets at this size */
	.error404 #main .widget {
		float: none;
		margin-right: 0;
		width: auto;
	}
	.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery-columns-3 .gallery-item {
		width: 50%;
	}
	.gallery-columns-4 .gallery-item {
		width: 33%;
	}
	.gallery-columns-5 .gallery-item {
		width: 25%;
	}
	.gallery-columns-6 .gallery-item {
		width: 20%;
	}
	.gallery-columns-7 .gallery-item {
		width: 16.6666%;
	}
	.gallery-columns-8 .gallery-item {
		width: 14.2857%;
	}
	.gallery-columns-9 .gallery-item {
		width: 12.5%;
	}
	.posts-columns-1 .hentry {
		width:100%;
	}
	.posts-columns-2 .hentry {
		width:50%;
	}
	.posts-columns-3 .hentry {
		width:33.33%;
	}
	.posts-columns-4 .hentry,
	.posts-columns-5 .hentry {
		width:25%;
	}

}
@media (max-width:782px) {
	.admin-bar .flutua,
	.admin-bar .flutua-out {
		top:46px;
	}
	#access .qd-menu-trigger {
		display:inline-block;
	}
	#access ul {
		display:none !important;
	}
}
@media (max-width: 650px) {
	/* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
	body, input, textarea {
		font-size: 13px;
	}
	#logo {
		width:50%;
		padding-bottom:10px;
	}
	/* Menu responsivo para celular */
	article.intro .entry-content {
		font-size: 12px;
	}
	.entry-title {
		font-size: 21px;
	}
	.featured-post .entry-title {
		font-size: 14px;
	}
	.entry-meta {
		font-size: 12px;
	}
	blockquote {
		margin: 0;
	}
	blockquote.pull {
		font-size: 17px;
	}
	/* Reposition the site title and description slightly */
	#site-title {
		padding: 5.30625em 0 0;
	}
	#site-title,
	#site-description {
		margin-right: 0;
	}
	/* Make sure the logo and search form don't collide */
	#branding #searchform {
		top: 1em !important;
	}
	/* Floated content doesn't work well at this size */
	.alignleft,
	.alignright {
		float: none;
		margin-left: 0;
		margin-right: 0;
	}
	/* Make sure the post-post navigation doesn't collide with anything */
	#nav-single {
		display: block;
		position: static;
	}
	/* Talking avatars take up too much room at this size */
	.comment-list > li.comment,
	.comment-list > li.pingback {
		margin-left: 0 !important;
	}
	.comment-list .avatar {
		background: transparent;
		display: block;
		padding: 0;
		position: static;
	}
	.comment-list .children .avatar {
		background: none;
		left: 2.2em;
		padding: 0;
		position: absolute;
		top: 2.2em;
	}
	/* Use the available space in the smaller comment form */
	#respond input[type="text"] {
		width: 95%;
	}
	#respond .comment-form-author .required,
	#respond .comment-form-email .required {
		left: 95%;
	}
	.cln {
		float:none;
		width:100% !important;
		margin-bottom:2em;
		margin-left:0 !important;
	}
	.gallery-columns-2 .gallery-item {
		width: 100%;
	}
	.gallery-columns-3 .gallery-item {
		width: 100%;
	}
	.gallery-columns-4 .gallery-item {
		width: 50%;
	}
	.gallery-columns-5 .gallery-item {
		width: 50%;
	}
	.gallery-columns-6 .gallery-item {
		width: 33%;
	}
	.gallery-columns-7 .gallery-item {
		width: 25%;
	}
	.gallery-columns-8 .gallery-item {
		width: 20%;
	}
	.gallery-columns-9 .gallery-item {
		width: 16.666%;
	}
	.posts-columns-1 .hentry,
	.posts-columns-2 .hentry {
		width:100%;
	}
	.posts-columns-3 .hentry {
		width:50%;
	}
	.posts-columns-4 .hentry,
	.posts-columns-5 .hentry {
		width:33.33%;
	}
	#modal-box .modal-dialog {
		max-width:600px;
		margin:20px auto 0 auto;
	}

}
@media (max-width: 450px) {
	#content .gallery-columns-2 .gallery-item {
		width: 45%;
		padding-right: 4%;
	}
	#content .gallery-columns-2 .gallery-item img {
		width: 100%;
		height: auto;
	}
	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item {
		width: 100%;
	}
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item {
		width: 50%;
	}
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 33%;
	}
	.posts-columns-1 .hentry,
	.posts-columns-2 .hentry,
	.posts-columns-3 .hentry {
		width:100%;
	}
	.posts-columns-4 .hentry,
	.posts-columns-5 .hentry {
		width:50%;
	}

}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		padding: 0;
	}
	#page {
		margin-top: 0;
	}
	#branding {
		border-top: none;
	}
	.posts-columns-1 .hentry,
	.posts-columns-2 .hentry,
	.posts-columns-3 .hentry,
	.posts-columns-4 .hentry,
	.posts-columns-5 .hentry {
		width:100%;
	}

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}

	/* Comments */
	.comment-list > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1em;
		padding: 1em;
		position: relative;
		width: auto;
	}
	.comment-list .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comment-list li.comment .comment-meta {
		line-height: 1em;
		margin-left: 50px;
	}
	.comment-list li.comment .fn {
		display: block;
	}
	.comment-list li.comment .comment-content {
		margin: 1em 0 0;
	}
	.comment-list .comment-edit-link {
		display: none;
	}
	.comment-list > li::before,
	.comment-list > li.bypostauthor::before {
		content: '';
	}
	.comment-list .reply {
		display: none;
	}

	/* Post author highlighting */
	.comment-list > li.bypostauthor {
		color: #444;
	}
	.comment-list > li.bypostauthor .comment-meta {
		color: #666;
	}
	.comment-list > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.comment-list .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.comment-list .children > li.bypostauthor > article,
	.comment-list .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}
