/*
Theme Name: Guarani
Theme URI: http://ethymos.com.br
Author: Ethymos
Author URI: http://ethymos.com.br
Description: A theme for non-profit organizations
Version: 1.0
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: light, brown, gray, green, red, white, light, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: guarani
*/

/*
 * Scheme: Default
 * Author: Thalita Sejanes
 *
 * Pallete 			http://www.colourlovers.com/palette/2677163/Guarani
 *
 * Gray #1			#363636 Text (Variations: #585858 [secondary widget])
 * Red #1 			#8f2634 Links
 * Red #2			#b73143 Hover links
 * Brown #2 		#47312d Titles
 * Gray #2			#c7c1c0 Boxes #1
 * Cream #1			#daccab	Boxes #2 (Variations: #f4f0e6, #f9f7f2)
 * 
 */
 
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,700,300italic);



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

/* Icon fonts */

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

/* Swipe animation */

@-webkit-keyframes swipe {
	0%, 100% {
    	-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(15deg);
	}
}

@-moz-keyframes swipe {
	0%, 100% {
    	-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(15deg);
	}
}

@-o-keyframes swipe {
	0%, 100% {
    	-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(15deg);
	}
}

@keyframes swipe {
	0%, 100% {
    	-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(15deg);
	}
}

html { 
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
	color: #363636;
	font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 100%;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.625em;
}

/* Apply a natural box layout model to all elements http://paulirish.com/2012/box-sizing-border-box-ftw */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b73143;
    color: #f4f0e6;
    text-shadow: none;
}

::selection {
    background: #b73143;
    color: #f4f0e6;
    text-shadow: none;
}

img {
	vertical-align: middle;
}


/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #47312d;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


/* Text elements */

p {
	margin-bottom: 1.625em;
	margin-top: 0;
}

ul, ol {
	margin: 0 0 1.5em 3em;
	padding: 0;
}

ul {
	list-style: circle;
}

ol {
	list-style: decimal;
}

ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.625em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.625em 1.625em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	background: #fbfbfb;
	color: #47312d;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 3em 1.625em;
	padding: 1.625em;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote cite {
	color: #8f2634;
	font-style: normal;
	font-weight: bold;
}

address {
	margin: 0 0 1.625em;
}

/* Code & other elements */

code, kbd, tt, var {
	background: #f2f2f2;
	color: #585858;
	font: 0.813em Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

pre {
	background: #fbfbfb;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.813em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

/* Tables */

table {
	margin: 0 0 1.625em;
	width: 100%;
}

th {
	font-weight: bold;
}

/* Icons http://css-tricks.com/html-for-icon-font-usage/ */

[class^="icon-"]:before,
[class*=" icon-"]:before,
#social-bookmarks a:before,
.mobilize-button:before,
#formcontato .feedback:before,
#formcontato [id^="error-for-"] .error:before,
#formcontato [id*=" error-for-"] .error:before {
	display: inline-block;
	font-family: 'guarani';
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0.2em;
	margin-right: 0.4em;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	width: 1em;
}

#social-bookmarks a {
	color: #363636;
}

#social-bookmarks a:before {
	font-size: 1.571em;
	margin: 0.2em;
}

.icon-rss:before,
#rss:before {
	content: '\e73a';
}

.icon-rss:hover,
#rss:hover {
	color: #ff6600;
}

.icon-twitter:before,
#twitter:before,
.mobilize-twitter:before {
	content: '\f303';
}

.icon-twitter:hover,
#twitter:hover {
	color: #019ad2;
}

.icon-facebook:before,
#facebook:before,
.mobilize-facebook:before {
	content: '\f308';
}

.icon-facebook:hover,
#facebook:hover {
	color: #3b5999;
}

.icon-googleplus:before,
#google-plus:before,
.mobilize-google:before {
	content: '\f309';
}

.icon-googleplus:hover,
#google-plus:hover {
	color: #cf3e2d;
}

.icon-youtube:before,
#youtube:before,
.mobilize-youtube:before {
	content: '\55';
}

.icon-youtube:hover,
#youtube:hover {
	color: #d02525;
}

.icon-calendar:before {
	content: '\1f4c5';
}

.icon-camera:before {
	content: '\1f4f7';
}

.icon-clock:before {
	content: '\1f554';
}

.icon-archive:before {
	content: '\e738';
}

.icon-folder:before {
	content: '\1f4c1';
}

.icon-globe:before {
	content: '\1f30e';
}

.icon-globe:hover {
	color: #57b4c2;
}

.icon-edit:before {
	content: '\270e';
}

.icon-tags:before {
	content: '\e70d';
}

.icon-comment:before {
	content: '\e71a';
}

.icon-location:before {
	content: '\e07a';
}

.icon-link:before {
	content: '\1f517';
}

.icon-reply:before {
	content: '\e712';
}

.icon-left:before {
	content: '\e765';
}

.icon-right:before {
	content: '\e766';
}

.icon-hand:before {
	content: '\261d';
}

.icon-attention:before,
#formcontato .feedback.error:before,
#formcontato [id^="error-for-"] .error:before,
#formcontato [id*=" error-for-"] .error:before {
	content: '\26a0';
}

.icon-ok:before,
#formcontato .feedback.success:before {
	content: '\f06d';
}

.icon-search:before {
	content: '\f50d';
}


/* Forms, inputs, buttons etc */

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

select {
	max-width: 100%;
}

button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}

button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #82222f;
	border-radius: 3px;
	background: #8f2634;
	font-size: 0.875em;
	-webkit-box-shadow: inset 0 15px 17px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: inset 0 15px 17px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 15px 17px rgba(255, 255, 255, 0.1);
	color: #f9f7f2;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	line-height: 1;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	padding: 0.5em;
	position: relative;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #b73143;
	-webkit-box-shadow: inset 0 15px 17px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 15px 17px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 15px 17px rgba(0, 0, 0, 0.1);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
	top: 1px;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
textarea {
	color: #666;
	background: #f4f0e6;
	border: 1px solid #f4f0e6;
	border-radius: 3px;
	font-size: 0.875em;
	padding: 1em;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	border: 1px solid #ddd;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Placeholders */

input::-webkit-input-placeholder {
	color: #47312d;
}

input:-moz-placeholder {
	color: #47312d;
}

input::-moz-placeholder {
	color: #47312d;
}

input:-ms-input-placeholder {
	color: #47312d;
}

/* Links */

a {
	color: #8f2634;
	text-decoration: none;
	-o-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}

a:hover,
a:focus,
a:active {
	color: #b73143;
}

/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */

.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Clearfix hack */

.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.cf:after,
.clearfix:after {
	clear: both;
}
.cf,
.clearfix {
	zoom: 1;
}

/* Outdated browsers */
.browse-happy {
	border-bottom: 1px solid #f8f990;
    background: #ffc;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
    padding: 0.5em 1em;
    text-align: center;
}

/* =Basic Structure
----------------------------------------------- */
.site-wrapper {
	background: #fff;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	margin: 24px auto;
	margin: 1.5em auto;
	padding: 1em 0;
	width: 90%;
}

.site-header {
	padding: 2em 2em 3em;
	position: relative;
}


.main,
.site-footer {
	padding: 0 2em;
}


/* =Header
----------------------------------------------- */

.branding {
	margin-bottom: 1.5em;	
}

.site-title {
	font-size: 36px;
	font-size: 2.25em;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
}

.site-logo {
	margin: 2em 0 1em;
	max-width: 100%;
}

.site-description {
	font-size: 1em;
	font-weight: 300;
	margin: 0;
}

.site-header #searchform {
	margin-bottom: 1em;
	position: absolute;
	right: 0;
	top: 0;
}

.site-header #searchform #s {
	width: 250px;
}

.site-header #searchform #s {
	-moz-transition-duration: 400ms;
	-moz-transition-property: width;
	-moz-transition-timing-function: ease;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width;
	-webkit-transition-timing-function: ease;
	border-radius: 3px 0 0 3px;
	position: relative;
	padding-left: 2.5em;
	width: 3em;

}
.site-header #searchform #s:focus {
	width: 20em;
	z-index: 1;
}
.site-header #searchform .icon-search {
	margin-top: -0.875em;
	pointer-events: none;
	position: absolute;
		left: 0.75em;
		top: 50%;
	z-index: 2;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	display: inline-block;
	margin-right: 0.5em;
	position: relative;
}

.main-navigation a {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: block;
	padding: 3px;
}

.main-navigation a,
.main-navigation a:hover {
	color: #363636;
}

.main-navigation .menu > .menu-item > a {
	border-bottom: 2px solid #f4f0e6;
}

.main-navigation .menu > .menu-item > a:hover {
	border-bottom-color: #b73143;
}

.main-navigation .menu > .current_page_item > a,
.main-navigation .menu > .current-menu-parent > a {
	border-bottom-color: #8f2634;
}

.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	background: #fff;
	display: none;
	font-size: 0.875em;
	float: left;
	padding: 0.5em;
	position: absolute;
		top: 2.4em;
		left: 0;
	text-align: left;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul a:hover {
	color: inherit;
}

.main-navigation ul ul a:hover:after {
	color: #8f2634;
	content: '  \2192';
}

.main-navigation ul li:hover > ul {
	display: block;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}


.main-small-navigation .menu {
	display: none;
}


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

#searchsubmit {
	display: none;
}

/* Front Page */

.highlights .slide {
	background: #f9f7f2;
	border: 1px solid #f4f0e6;
	border-radius: 0 3px 3px 0;
}

.highlights .entry-image {
	float: left;
	width: 50%;
}

.highlights .entry-image img {
	width: 100%;
}

.highlights .bd {
	padding: 1em 1.125em;
}

.highlights .entry-image ~ .bd {
	float: right;
	width: 50%;
}

.highlights .entry-title {
	font-size: 1.75em;
	margin-bottom: 0.5em;
}

.slide-navigation {
	margin: 1em 0;
	text-align: center;	
}

.slide-navigation a {
	border: 1px solid #ccc;
	border-radius: 3px;
	display: inline-block;
}

.slide-navigation a:before,
.slide-navigation .swipe {
	margin: 0;
	padding: 0.875em;
}

.slide-navigation .swipe {
	font-family: 'guarani';
	font-size: 1.125em;
	display: inline-block;
	
	-webkit-animation-name: swipe;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
}

/* General */

#primary .hentry {
	border-bottom: 1px dotted #f2f2f2;
	margin: 0 0 3.25em;
	padding-bottom: 3.25em;
}

body.page-template-page-templatescustom-archive-php #primary .hentry {
	padding-bottom: 0;
}

.entry-header {
	margin-bottom: 1.625em;
}

.single .hentry .entry-image {
	margin-bottom: 1.625em;
	position: relative;
}

.single .hentry .entry-image figcaption {
	background: #363636;
	background: rgba(0,0,0,0.6);
	bottom: 0;
	color: #fff;
	font-size: 0.750em;
	padding: 0 0.417em;
	position: absolute;
	right: 0;
}

.entry-meta {
	clear: both;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 0.875em;
}

header.entry-meta,
header.entry-meta a {
	color: #989898;
}

header.entry-meta a {
	border-bottom: 1px dotted #989898;
}

.entry-meta [class^="icon-"],
.entry-meta [class*=" icon-"] {
	color: #b73143;
}

.entry-meta a:hover {	
	border-color: #b73143;
}

/* "Last updated on" */
.entry-meta .entry-update {
	background: #eee;
	font-size: 13px;
}

.entry-meta .comments-link {
	margin-left: 0.5em;
}

.entry-title {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0;
	word-break: break-word;
}

.entry-content,
.entry-summary {
	line-height: 1.625em;
	padding-bottom: 1.625em;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 1.625em;
}

.page-links {
	clear: both;
	margin: 0 0 1.625em;
}

.single .entry-title,
.single .entry-title a,
.page .entry-title,
.error404 .entry-title {
	color: #8f2634;
}

/* Footer, Taxonomies & Social sharing */

.single footer.entry-meta {
	background: #f4f0e6;
	margin-left: -2.286em;
	padding-left: 2.286em;
}

.entry-share {
	background: #f9f7f2;
	box-shadow: 0 5px 6px -4px rgba(0, 0, 0, 0.1);
	margin-left: -2.286em;
	padding-left: 2.286em;
}

.share-shortlink {
	position: relative;
}

.share-shortlink input {
	font-size: 0.857em;
	padding: 1.417em 1.417em 1.417em 2.583em;
	position: relative;
	width: 100%;
}

.share-shortlink .icon-link {
	color: #47312d;
	display: block;
	left: 1.45em;
	margin-top: -0.875em;
	position: absolute;
	top: 50%;
	z-index: 1;
}

.share-shortlink,
.share-social {
	float: left;
	padding: 1em;
	width: 50%;
}

.share-social {
	list-style-type: none;
	margin: 0;
}

.share-social a {
	display: inline-block;
	font-size: 1.625em;
	float: left;
	padding: 0.5em;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	width: 33%;
}

.share-social a,
.share-social a:before {
	color: #fff;
}

.share-social a.share-twitter {
	background: #019ad2;
}

.share-social a.share-facebook {
	background: #3b5999;
}

.share-social a.share-googleplus {
	background: #cf3e2d;
}

.share-social a:hover {
	color: #f9f7f2;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.8);
}

.entry-taxonomies {
	padding: 1em;
}

/* Post type Agenda */

.entry-agenda {
	list-style-type: none;
	margin: 0;	
}

.archive-agenda-header {
	position: relative;
}

.archive-agenda-header .view-events {
	display: block;
	font-size: 0.875em;
	padding: 0 1.143em;
	position: absolute;
	right: 0;
	top: 2.286em;
}

.agenda-events-list {
	list-style-type: none;
	margin: 0;
}

.agenda-events-list li {
	border-bottom: 1px solid #f9f7f2;
	color: #989898;
	font-size: 0.875em;
	padding: 0.714em;
}

.agenda-events-list li .entry-title {
	font-size: 1.429em;
}

/* Icons */

.has-format .entry-image {
	position: relative;
}

/* Archives */

.archive-header {
	background: #f9f7f2;
	border-color: #f4f0e6;
	border-radius: 0 3px 3px 0;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	margin: 0 0 2em -2em;
	padding: 2em 1em 2em 2em;
	position: relative;
}

.archive-title,
.archive-description {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.archive-title {
	color: #47312d;
	font-size: 1.25em;
	margin: 0;
}

.archive-description {
	font-size: 0.875em;
	line-height: 1.75;
}

.archive-description p:first-child {
	margin-top: 1.625em;
}
.archive-description p:last-child {
	margin-bottom: 0;
}

/* Archives: Author */

.author-avatar {
	float: left;
	margin-right: 1em;
}

.author-avatar img {
	border-radius: 3px;
}

.author-description {
	overflow: hidden;
}

.author-contact {
	font-size: 1.250em;
	padding: 0.5em;
	position: absolute;
	right: 0;
	top: 0;
}
.author-contact a {
	display: inline-block;
}

/* Custom Archive */

.archive-item:not(.archive-tags) ul {
	margin: 0 0 0 1.143em;
}

.archive-item h3 {
	color: #47312d;
}

.archive-recent-posts {
	margin-bottom: 2em;
}

.archive-recent-posts h3 {
	margin-bottom: 0.625em;
}

.archive-item.archive-recent-posts ul {
	list-style-type: none;
	margin: 0;
}

.archive-recent-posts ul li {
	border-bottom: 1px solid #f9f7f2;
	padding: 0.625em 0;
}

.archive-recent-posts a {
	padding-right: 1em;
}

.archive-recent-posts span.archive-comments-number {
	display: inline-block;
	float: right;
	font-size: 0.875em;
	margin-left: 1em;
}

.archive-general {
    -moz-column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-count: 2;
    -webkit-column-gap: 1em;
    column-count: 2;
    column-gap: 1em;
    width: 100%;

}

.archive-general .archive-item {
	font-size: 0.875em;
	margin-bottom: 2.286em;
    display: inline-block;
    width: 100%;
}

.archive-general .archive-item h3 {​
	margin-bottom: 2.286em;
}

/* Contact Page */

#formcontato > div {
	margin-bottom: 1.625em;
	position: relative;
}

#formcontato input[type="text"],
#formcontato textarea {
	width: 100%;
}

#formcontato label {
	font-size: 0.875em;
	text-transform: uppercase;
}

#formcontato textarea {
	height: 10em;
}

#formcontato [id^="error-for-"],
#formcontato [id*=" error-for-"] {
	color: #cc032b;
	font-size: 0.875em;
	position: absolute;
	top: 0;
	right: 0;
}

#formcontato .feedback {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	font-size: 0.875em;
	padding: 1em;
}

#formcontato .feedback.error {
	background-color: #fff1f4;
	border-color: #cc032b;
	color: #cc032b;
}

#formcontato .feedback.success {
	background-color: #467c06;
	background-color: #ecfdd9;
	color: #467c06;
}

/* Team */

.member-name {
	margin-top: 0;
}

.member-details {
	border-top: 1px solid #f9f7f2;
	padding: 2em 1em 2em 0;
	position: relative;
}

.member-contact {
	background: #f4f0e6;
}

.member-description {
	font-size: 0.875em;
	line-height: 1.75em;
}

.member-description p:last-child {
	margin-bottom: 0;
}

.wp-tag-cloud {
	list-style-type: none;
	margin: 0;
}

.wp-tag-cloud li {
	display: inline-block;
	margin: 0 0 0.25em;
}

.wp-tag-cloud li a {
	background: #f9f7f2;
	border: 1px solid #f4f0e6;
	border-radius: 2px;
	display: block;
	padding: 0.25em 0.5em;

}


/* =Footer
----------------------------------------------- */

.site-footer {
	color: #585858;
	font-size: 0.875em;
	line-height: 1.3em;
	position: relative;
}

.widget-footer {
	background: #daccab;
	margin-bottom: 1em;
}

.site-info {
	float: left;
}

#social-bookmarks {
	float: right;
	list-style-type: none;
	margin-top: -1em;
	position: absolute;
	right: 1em;
	top: 50%;
}

#social-bookmarks a {
	display: inline-block;
}

.guarani-credits {
	font-size: 0.875em;
	margin: 0 auto 1.143em;
	max-width: 1032px;
	text-align: center;
}

.guarani-credits a {
	color: #f9f7f2;
	display: inline-block;
	line-height: 0;
	opacity: 0.7;
	padding: 0 0.25em;
	position: relative;
}

.guarani-credits a:hover {
	opacity: 1;
}

.guarani-credits a:active {
	top: 1px;
}


/* =Media
----------------------------------------------- */

.hentry img,
.comment-content img,
.widget-container img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

.site-header img,
.hentry img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full {
	max-width: 100%;
}

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.625em;
}

.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 100%;
}

.wp-caption-text {
	color: #585858;
	font-size: 0.813em;
	font-style: italic;
	line-height: 1.6em;
	margin: 0;
	padding: 0.5em;
	text-align: center;
}

.site-content .gallery {
	margin-bottom: 1.5em;
}

.gallery-caption {
}

.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}

.site-content .gallery dd {
	margin: 0;
}

.site-content .gallery-columns-4 .gallery-item {
}

.site-content .gallery-columns-4 .gallery-item img {
}

/* Embeds and iframes in their containers */

embed,
iframe,
object {
	max-width: 100%;
}


/* =Mobilize
----------------------------------------------- */

#mobilize-content {
	padding: 0 4em;
}

#mobilize-content h1 {
	color: #8f2634;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.mobilize-widget {
	border-bottom: 1px solid #f4f0e6;
	padding: 2em 0;
}

.mobilize-widget:last-child {
	border-bottom: 0;
}

.mobilize-widget h6 {
	background: #f9f7f2;
	color: #47312d;
	font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 0;
	margin-bottom: 1em;
	padding: .5em 1em;
	text-transform: uppercase;
}

#mobilize-redes .mobilize-button {
	color: #fff;
	display: inline-block;
	float: left;
	margin-bottom: 1.625em;
	padding: 1em 2em;
	text-align: center;
	width: 25%;
	-moz-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px 0px 85px rgba(0,0,0,0.2);
	box-shadow: inset 0px 0px 85px rgba(0,0,0,0.2);
	
}

#mobilize-redes .mobilize-button:before {
	font-size: 2em;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.mobilize-button.mobilize-facebook {
	background: #3b5999;
}

.mobilize-button.mobilize-twitter {
	background: #019ad2;
}

.mobilize-button.mobilize-google {
	background: #cf3e2d;
}

.mobilize-button.mobilize-youtube {
	background: #d02525;
}

.mobilize-banners {
	float: left;
	padding: 0.5em;
	text-align: center;
	width: 33.333%;
}

.mobilize-banners div[class^="banner-"] {
	position: relative;
}

.mobilize-banners .code {
	background: #f9f7f2;
	border: 1px solid #f4f0e6;
	border-radius: 3px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.75em;
	margin-top: 1.143em;
	max-width: 100%;
	padding: 0.5em;
	resize: none;
	width: 100%;
	word-break: break-all;
}

.mobilize-banners textarea.code {
	height: 8em;
}

#standard-message {
	color: #666;
	font-size: 0.875em;
	float: left;
	line-height: 1.643em;
	width: 62%;
}

#mobilize-sendto-form {
	float: left;
	padding-left: 1em;
	width: 38%;
}

#mobilize-sendto-form input[type="text"],
#mobilize-sendto-form textarea {
	margin-bottom: 0.8125em;
	width: 100%;
}

#mobilize-sendto-form textarea {
	min-height: 10em;
}


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

.site-content .site-navigation {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-weight: bold;
	margin: 0 0 3.25em;
	overflow: hidden;
}
.site-navigation .previous {
	float: left;
	width: 50%;
}
.site-navigation .next {
	float: right;
	text-align: right;
	width: 50%;
}


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

.form-allowed-tags,
.form-allowed-tags code {
	color: #999;
	font-size: 0.875em;
}

.comments-area .commentlist {
	list-style-type: none;
	margin: 0;
}

.commentlist > .comment {
	margin-bottom: 2em;
}

.comment.depth-1 {
	padding: 1em;
}

.comment [class^="icon-"],
.comment [class*=" icon-"] {
	display: inline-block;
}

.commentlist > .comment {
	border-radius: 3px;
}

.commentlist > .comment.odd {
	background: #f9f7f2;
	border: 1px solid #f4f0e6;
}

.commentlist > .comment.even {
	border: 1px solid #f4f0e6;
	border-radius: 3px;
}

.comment > ul.children {
	list-style-type: none;	
}

.comment-container {
	position: relative;
}

.children .comment-container {
	border-top: 1px solid #f4f4f4;
	margin-top: 1em;
	padding-top: 1em;
}

.comment-avatar img {
	border-radius: 3px;
	float: left;
	margin-right: 1em;
}

.comment-author {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	margin-left: 7em;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.comment-content,
.pingback {
	font-size: 0.875em;
}

.comment-content {
	margin-left: 8em;
}

.pingback {
	margin-bottom: 1.857em;
}

.comment-extras {
	position: absolute;
	right: 0;
	top: 0;
}

.children .comment-extras {
	top: 1em;
}

.comment .reply {
	text-align: right;
}

/* Form */

#respond input[type="text"] {
	width: 100%;
}


/* =Empty Feature
	For widgets, post2home & Eletro Widgets
----------------------------------------------- */

.empty-feature,
#eletro_widgets_control {
	background: #fbfbfb !important;
	border: 1px dashed #f2f2f2 !important;
	border-radius: 3px;
	color: #999 !important;
	margin-bottom: 2em !important;
	padding: 2em !important;
}

.empty-feature p:last-child {
	margin-bottom: 0;
}


/* =Asides
----------------------------------------------- */

.widget-container {
	font-size: 0.875em;
	line-height: 1.5em;
}

.widget-container img {
	height: auto;
	max-width: 100%;
}

.widget-title {
	color: #47312d;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.widget-container > ul,
.widget-container > ol,
.widget-container ul:first-child,
.widget-container ol:first-child  {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget-container ul li,
.widget-container ol li {
	margin-bottom: 0.5em;
}

/* Sidebar Widget Area */

#secondary .widget-container {
	background: #f9f7f2;
	border-radius: 3px;
	color: #585858;
	margin: 0 0 1.5em;
	padding: 1.5em;
}

#secondary .widget-container a {
	
}

#secondary .wp-tag-cloud li a {
	background: #fefefe;
}

/* Footer Widget Area */

#tertiary {
	background: #daccab;
	border-bottom: 3px solid #f9f7f2;
	border-top: 3px solid #47312d;
	margin: 1em 0 1em;
	padding: 1em;
}

#tertiary .widget-container {
	padding: 1.143em;
}

/* Text Widget */

.textwidget img {
	display: block;
	margin-bottom: 1.625em;
	margin-left: auto;
	margin-right: auto;
}

/* Recent Posts + RSS Widget */

.widget_recent_entries ul li,
.widget_rss ul li,
.widget_guarani_custom_posts ul li {
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
}

#secondary .widget_recent_entries ul li, 
#secondary .widget_rss ul li,
#secondary .widget_guarani_custom_posts ul li  {
	border-bottom: 1px dotted #eee9db;
}

#tertiary .widget_recent_entries ul li, 
#tertiary .widget_rss ul li,
#tertiary .widget_guarani_custom_posts ul li  {
	border-bottom: 1px dotted #d0be93;
}

/* Featured Page Widget */

.widget_guarani_featured_page figure {
	margin-bottom: 1em;
}

/* RSS Widget */

.rsswidget img {
	display: none;
}

.rsswidget:hover .icon-rss:before {
	color: #ff6600;
}

/* Calendar Widget */

.widget_calendar #wp-calendar caption {
	font-size: 0.813em;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
	padding: 0.25em 0.5em;
	text-transform: uppercase;
}

.widget_calendar #wp-calendar thead,
.widget_calendar #wp-calendar tbody {
	text-align: center;
}

/* Agenda */

.widget_agenda .date:before,
.WidgetAgenda .date:before {
	content: '\1f4c5';
	display: inline-block;
	font-family: 'guarani';
	font-style: normal;
	font-weight: normal;
	line-height: 1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	width: 1em;
}

.widget_agenda .all,
.WidgetAgenda .all {
	background: #8f2634;
	border-radius: 2px;
	display: block;
	padding: 0.5em;
	color: #f9f7f2;
	font-size: 13px;
	text-align: center;
}

.widget_agenda .all:first-letter,
.WidgetAgenda .all:first-letter {
	text-transform: uppercase;
}

/* Search */

.widget_search #s {
	width: 100%;
}


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

/* Admin */

.eletro_widgets_control {
	font-size: 0.875em;
}

.eletro_widgets_control input[type="text"],
.eletro_widgets_control input[type="email"],
.eletro_widgets_control textarea,
.eletro_widgets_control select {
	background: #fbfbfb;
	border-color: #f2f2f2;
	width: 100%;
}

.eletro_widgets_add_select select {
	margin-left: 0.5em;
}

.eletro_widgets_add_button {
	margin-left: 0.5em;
}

.eletro_widgets_buttons a {
	border: 1px solid #82222f;
	border-radius: 3px;
	background: #8f2634 !important;
	font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
	font-size: 0.875em;
	-webkit-box-shadow: inset 0 15px 17px rgba(183,49,67,0.4);
	-moz-box-shadow: inset 0 15px 17px rgba(183,49,67,0.4);
	box-shadow: inset 0 15px 17px rgba(183,49,67,0.4);
	color: #f9f7f2 !important;
	line-height: 1;
	text-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	padding: 0.5em !important;
}

.eletro_widgets_buttons a:hover {
	background: #b73143;
	-webkit-box-shadow: inset 0 15px 17px rgba(130, 34, 47, 0.4);
	-moz-box-shadow: inset 0 15px 17px rgba(130, 34, 47, 0.4);
	box-shadow: inset 0 15px 17px rgba(130, 34, 47, 0.4);
}

/* Default font size */
.eletro_widgets_content {
	border-bottom: 1px solid #eee;
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 1.625em;
}

.eletro_widgets_content ul {
	margin-left: 1.625em;
	
}

.eletro_widgets_content .hentry {
	margin-bottom: 1.625em;
}

.eletro_widgets_content ul li {
	margin-bottom: 0.75em;
}

/* Max width for images */
.eletro_widgets_content img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

/* New sizes for widget titles */
.eletro_widgets_content h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size: 1.429em;
}

.eletro_widgets_content h2  a:hover {
	background: none;
}

.eletro_widgets_content h2  a:hover {
	background: none;
}

/* Change widget-title size for Posts from a Category Widget */ 
.eletro_widgets_content.widget_guarani_custom_posts > h2 {
	display: inline-block;
	font-size: inherit;
}

/* Different styles for Posts from a Category Widget */
.eletro_widgets_content.widget_guarani_custom_posts article {
	border-bottom: 3px solid #eee;
	padding: 0;
}

.eletro_widgets_content.widget_guarani_custom_posts > h2 {
	font-weight: normal;
	margin-bottom: 0.313em;
}

.eletro_widgets_content.widget_guarani_custom_posts > h2 a {
	background: #c7c1c0;
	color: #363636;
	padding: 0.25em 0.5em;
}

.eletro_widgets_content.widget_guarani_custom_posts .entry-title {
	background: #daccab;
	font-size: 1.429em;
	margin: 0;
}

.eletro_widgets_content.widget_guarani_custom_posts a .entry-title {
	color: #47312d;
	display: block;
	padding: 0.8em;
}

.eletro_widgets_content.widget_guarani_custom_posts a:hover .entry-title  {
	color: #8f2634;
}

.eletro_widgets_content.widget_guarani_custom_posts figure,
.eletro_widgets_content.widget_guarani_featured_page figure {
	background: #47312d;
}

.eletro_widgets_content.widget_guarani_custom_posts figure {
	margin-bottom: 1em;
}

.eletro_widgets_content.widget_guarani_custom_posts img,
.eletro_widgets_content.widget_guarani_featured_page img {
	opacity: 0.7;
	-o-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}

.eletro_widgets_content.widget_guarani_custom_posts a:hover img,
.eletro_widgets_content.widget_guarani_featured_page a:hover img {
	opacity: 1;
}

.eletro_widgets_content.widget_guarani_custom_posts .entry-content {
	background-color: #c7c1c0;
	padding: 1.143em;
}

.eletro_widgets_content.widget_guarani_custom_posts .entry-content p {
	margin-bottom: 1.5em;
}

.eletro_widgets_content.jaiminho .jaiminho,
.eletro_widgets_content.facebooklikebox,
.eletro_widgets_content.search,
.eletro_widgets_content.categories,
.eletro_widgets_content.archives {
	padding-bottom: 1.625em;
}

.eletro_widgets_content.search #s {
	width: 100%;
}

/* No search icon but in the main search field */
.eletro_widgets_content .icon-search,
.widget-container .icon-search {
	display: none;
}

.eletro_widgets_content.categories select,
.eletro_widgets_content.archives select,
#secondary .widget_archive select,
#secondary .widget_categories select {
	width: 100%;
}


/* =FancyBox
----------------------------------------------- */
.fancybox-title-float-wrap .child {
	background: transparent !important;
	border-radius: 0 !important;
	font-family: Ubuntu, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
	font-weight: normal !important;
}


@media only screen and (min-width: 57.5em) {
	
	.eletro_widgets_col {
		border-bottom: none;
		float: left;
	}
	
	#eletro_widgets_container_main .eletro_widgets_col {
		width: 32.2%;
	}
	
	#eletro_widgets_col_1 {
		margin: 0 1.6%;
	}
	
	
}


/* =Media Queries
----------------------------------------------- */

@media only screen and (min-width: 48em) {

	#primary {
		float: left;
		width: 67%;
	}
	
	#primary.no-sidebar {
		width: 100%;
	}
	
	.single-attachment #primary {
		float: none;
		margin: 0 auto;
	}
	
	#secondary {
		float: right;
		width: 30%;
	}
	
	/*
	 * Content
	 */
	.single #primary .hentry .entry-image {
		margin-left: -2em;
	}
	
	.single #primary .hentry .entry-image img {
		border-radius: 0 3px 3px 0;
	}
	
	/*
	 * Footer Widget Area
	 */
	#tertiary .widget-container:first-child:nth-last-child(2),
	#tertiary .widget-container:first-child:nth-last-child(2) ~ .widget-container {
	    width: 50%;
	}
	
	#tertiary .widget-container:first-child:nth-last-child(3),
	#tertiary .widget-container:first-child:nth-last-child(3) ~ .widget-container {
	    width: 33.333%;
	}
	
	#tertiary .widget-container:first-child:nth-last-child(4),
	#tertiary .widget-container:first-child:nth-last-child(4) ~ .widget-container {
	    width: 25%;
	}
	
	#tertiary .widget-container {
		float: left;
	}
	
}

@media only screen and (min-width: 57.5em) {

	.site-wrapper {
		max-width: 1032px;
	}
	
}

@media only screen and (max-width: 600px) {
	.site-header {
		padding: 2em 0 1em;
	}

	.branding a {
		display: table !important;
		margin: 0 auto !important;
	}

	.menu-toggle {
		background: #FFF;
		color: #c04a4a;
		float: none;
		display: table;
		padding: 10px;
		margin-bottom: 0 !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.menu, .menu-tmp {
		background: #FFF;
		float: left;
		width: 100%;
		margin-left: 0;
		top: 66px;
		z-index: 999;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
		margin-bottom: 15px;
		border-radius-right-bottom: 3px;
	}

	.menu li a, .menu-tmp li a {
		display: block;
		padding: 3px 10px;
		margin: 5px 0;
		text-align: center;
	}

	.menu li a:active, .menu-tmp li a:active {
		background: #c04a4a;
		color: #FFF;
	}

	.toggled-on {
		background: #c04a4a;
		color: #FFF;
	}
	/*
	.menu li > ul {
		border-left: 2px solid #DDD;
	}	*/
	
	.menu li > ul, .menu-tmp li > ul {
		display: none;
	}
}

@media (max-width: 768px) {
    .entry-image {
        float: none !important;
        width: 100% !important;
    }
    
    .bd {
        float: none !important;
        width: 100% !important;
    }
}

.eletro_widgets_control input[type="text"] {
	border-color: #ccc;
}

/**
* Formulário de registro
* @todo revisar
*
*/
.instrucoes { float:left; width: 50%; margin: 0 60px 0 0; background: #fff; }
.container-registro { background-color: #fff; display:block; width: 100%; }

.container-registro .titulo h1 { font-weight: normal; font-size: 20px; }
		
#custom-register-resposta { width: 100%; text-align: center; }
#custom-register-resposta .resposta-erro,
#custom-register-resposta .resposta-sucesso { text-align: center; clear:both; margin: 15px 0 0 0; width: 100%; }
		
#custom-register-resposta .resposta-sucesso { background: #d8fce5; border: 1px solid #e3d89e; }
#custom-register-resposta .resposta-erro { background: #fce8d8; border: 1px solid #e3d89e; }
#custom-register-resposta .resposta-erro li { list-style:none; }
#registerform { display: table; margin: 20px 0 0 0; }
#registerform .input { width: 300px; border-radius: 5px; background: #fff; border: 1px solid #ccc; padding: 7px; }	
		
#registerform .error { border-color: #e70606; }
#registerform label.error { font-size: 12px; color: #e70606; clear:left; display:table; margin: 7px 0 0 0; }
#registerform .info-campo { font-size: 12px; font-style: italic; clear: both; display: block; line-height: 18px; color: #4d4d4d; margin: 0 0 7px 0; }

/*
Flexslider guarani prev e next
=======================================================
 */

.flexslider-guarani-prev {
	width: 21px !important;
	height: 21px !important;
	background: url('images/seta-esquerda.png') !important;
}

.flexslider-guarani-next {
	width: 21px !important;
	height: 21px !important;
	background: url('images/seta-direita.png') !important;
}

/* ==========================================================================
   - Map
   ========================================================================== */
.map {
	height: 400px;
	overflow: hidden;
}

.map-filters {
	margin-bottom: 3em;
}

#map-filters #filters ul {
	margin: 0;
	padding:0px;
	list-style:none;
}

#map-filters #filters ul {
	width: 100%;
}

#map-filters #filters ul li {
	width: auto;
}

#map-filters #filters ul li label {
	padding: 5px 8px;
	background-color: #daccab;
}

#map-filters #filters ul li label:hover {
	cursor: pointer;
	background-color: #8f2634;
	color: #fff;
}

#map-filters #filters ul li label {
	display: block;
}

#map-filters #filters input {
	display: none;
}

#map-filters #filters :checked + label {
   background-color: #8f2634;
   color: #fff;
}

#map-filters #filter-link-to-map {
	float: right;
	width: 4%;
	max-width: 36px;
}

#map-filters .filter-cycle-button {
	float:left;
	width: 3%;
	height: 36px;
}

#map-filters .filter-cycle-next {
	background-image: url("images/dir.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #daccab;
	cursor: pointer;
}

#map-filters .filter-cycle-prev {
	background-image: url("images/esq.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #daccab;
	cursor: pointer;
}

#map-filters #filters {
	width: 90%;
	float: left;
	color: #8f2634;
	font-weight: bold;
}

#map-filters #filter-link-to-map {
	padding: 0;
	margin-right: 0;
}

#map-filters #filter-link-to-map a {
	background-color: #8f2634;
	padding: 5px 8px 5px 6px;
	color: #fff;
	display: block;
}

#map-filters #map-filters {
	padding: 0;
	width: 100%;
}

