/**
 * Colors:
 * 
 * Who:      #00a651
 * What:     #00a7a8
 * Where:    #e34c28
 * Interact: #969628
 */

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
  font-family: "RotisSemiSansRegular";
  src: url("../fonts/rotisemisans-webfont.eot");
  src: url("../fonts/rotisemisans-webfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/rotisemisans-webfont.woff") format("woff"),
       url("../fonts/rotisemisans-webfont.ttf") format("truetype"),
       url("../fonts/rotisemisans-webfont.svg#RotisSemiSansRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "AlternateGothic2BTRegular";
  src: url("../fonts/altgoth2-webfont.eot");
  src: url("../fonts/altgoth2-webfont.eot?#iefix") format("embedded-opentype"),
       url("../fonts/altgoth2-webfont.woff") format("woff"),
       url("../fonts/altgoth2-webfont.ttf") format("truetype"),
       url("../fonts/altgoth2-webfont.svg#AlternateGothic2BTRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   Helpers
   ========================================================================== */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.mts { margin-top: 10px; }
.mtm { margin-top: 20px; }
.mtl { margin-top: 40px; }

.mrs { margin-right: 10px; }
.mrm { margin-right: 20px; }
.mrl { margin-right: 40px; }

.mbs { margin-bottom: 10px; }
.mbm { margin-bottom: 20px; }
.mbl { margin-bottom: 40px; }

.mls { margin-left: 10px; }
.mlm { margin-left: 20px; }
.mll { margin-left: 40px; }

/* ==========================================================================
   Base rules
   ========================================================================== */

* {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  color: #777;
  font: 13px/18px "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #fff;
}

/* Headings
   ========================================================================== */

h1, h2, h3, h4 {
  color: #00a651;
  font-family: "AlternateGothic2BTRegular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 23px;
  line-height: 36px;
}

h2 {
  font-size: 21px;
  line-height: 36px;
}

h3 {
  font-size: 19px;
  line-height: 27px;
}

h4 {
  font-size: 17px;
  line-height: 18px;
}

/* Paragraphs
   ========================================================================== */

p {
  margin-bottom: 18px;
}

/* Lists
   ========================================================================== */

ul, ol {
  margin: 0 0 18px 26px;
}

ul { 
  list-style: disc outside none;
}

ol {
  list-style: decimal outside none;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;  
}

dt {
  font-weight: bold;  
}

dd {
  margin: 0 0 9px 26px;  
}

/* Links
   ========================================================================== */

a {
  color: #007fc5;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;  
}

a[target="_blank"] {
  padding-right: 14px;
  background: url(../images/external.png) right center no-repeat;
}

/* Form elements
   ========================================================================== */

input, select, textarea, button {
  color: #888;
  display: inline-block;
  font: 13px/18px "Helvetica Neue", "Helvetica", "Arial", sans-serif; 
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

input, textarea, select {
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  /* behavior: url(assets/pie.htc); */
}

input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input:focus, textarea:focus { 
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

:-moz-placeholder { 
  color: #999; 
}

::-webkit-input-placeholder { 
  color: #999; 
}

address {
  font-style: normal;  
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
  margin-left: -40px;
  *zoom: 1;
}

.row:before, .row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 40px;
}

.span12 { width: 920px; }
.span11 { width: 840px; }
.span10 { width: 760px; }
.span9  { width: 680px; }
.span8  { width: 600px; }
.span7  { width: 520px; }
.span6  { width: 440px; }
.span5  { width: 360px; }
.span4  { width: 280px; }
.span3  { width: 200px; }
.span2  { width: 120px; }
.span1  { width:  40px; }

/* ==========================================================================
   Layout
   ========================================================================== */

.container {
  width: 960px;
  margin: 0 auto;
}

/* Header
   ========================================================================== */

header {
    background-color: #00a651;
    z-index: 1000;
}

@media (max-width: 768px) {
    header {
        margin-bottom: 20px;
    }
}

header .container {
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
}

header a:hover {
    text-decoration: none;
}

header a[target="_blank"] {
    background: none;
    padding: 0;
} 

#google_translate_element {
    margin-bottom: 15px;
}

.header-col {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .header-col {
        display: block;
    }
}

#tagcloud {
    width: 380px;
    height: 130px;
    margin: 0 30px;
}

@media (max-width: 768px) {
    .header-col {
        width: auto;
        margin: 15px 0;
    }

    #tagcloud {
        margin: 0;
        width: 100%;
    }
}

#tagcloud a:hover {
    color: #fff;
    text-decoration: underline;
}

#search {
  width: 200px;
  padding: 6px 14px 6px 22px !important;
  color: #00a651;
  border: 1px solid #00a651 !important;
  background: #fff url(../images/icon_search.png) 6px center no-repeat !important;
  margin: 0;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.gsc-control-cse {
    font: 13px/18px "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.gsc-control-cse a {
    background-image: none;
    padding-right: none;
}

@media (max-width: 768px) {
    #search {
        margin: 15px 0 0 20px;
    }
}


header a[target="_blank"] {
    background: none;
    padding: 0;
}

header .social {
    margin-left: -10px;
}

header .social img {
    float: left;
    margin-left: 10px;
}

#area-exclusiva {
    position: relative;
}

#area-exclusiva a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

#area-exclusiva a img {
    margin-right: 10px;
    vertical-align: middle;    
}

#area-exclusiva div {
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 12px;
    list-style: none;
    margin: 2px 0 0;
    min-width: 220px;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
    color: #00a651;
    right: 0;
    left: auto;
}

#area-exclusiva.active div {
    display: block;
}

#area-exclusiva form {
    display: block;
    padding-top: 5px;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#area-exclusiva button {
    color: #fff;
    padding: 5px;  
    background: #00a651;
    border: 1px solid #00a651;
    border-radius: 4px;
}

.lt-ie9 #area-exclusiva button {
  line-height: 20px;  
}
  
/* Navigation
   ========================================================================== */

nav {
    background-color: #ededed;
    padding: 10px 0;
}

nav ul {
    list-style: none;
    margin: 0;
}

nav > ul {
    text-align: center;
    font-size: 0;
}

nav > ul > li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

@media (max-width: 768px) {
    nav > ul > li {
        padding: 0;
    }
}

nav > ul > li > a {
    display: inline-block;
    vertical-align: -2px;
    color: #00a651;
    font-family: "AlternateGothic2BTRegular", sans-serif;
    font-size: 24px;
}

@media (max-width: 768px) {
    nav > ul > li > a {
        line-height: 1.4;
    }
}

nav > ul > li > a:hover {
    text-decoration: none;
}

nav .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
} 



.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    -webkit-background-clip: padding-box;
            background-clip: padding-box;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}

@media (max-width: 768px) {
    .dropdown-menu {
        background: transparent;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        position: static;
        float: none;
        margin-bottom: 15px;
    }
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
}

.dropdown-menu > li > a {
    clear: both;
    color: #00a651;
    display: block;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #00a651;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}




/* Main
   ========================================================================== */

[role="main"] {
  overflow: hidden;
}

[role="main"] .content {
  width: 920px;
  padding: 0 20px 20px;
  margin: 0 auto;
}

/* Footer
   ========================================================================== */

footer {
  background-color: #d3d3d3;
  font-size: 12px;
}

footer .container {
  width: 920px;
  padding: 20px;  
}

footer ul {
    list-style: none;
}

footer .copy {
    background: #016179;
    color: #fff;
}

footer .copy img {
    margin-right: 20px;
    vertical-align: middle;
}

footer h3,
footer h3 a {
    color: #016179;
    margin-bottom: 9px;  
}

footer .row {
  padding-bottom: 20px;
}

footer a {
  color: #565656;
}

/* ==========================================================================
   Components
   ========================================================================== */

/* Page header
   ========================================================================== */

.page-header {
  margin: 0 -20px 36px;
}

.page-header img {
  max-width: 100%;
  display: block;
}

.page-header h1 {
  max-width: 380px;
  padding-left: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #00a651;
  -webkit-border-radius: 0 0 20px;
     -moz-border-radius: 0 0 20px;
          border-radius: 0 0 20px;
  /* behavior: url(assets/pie.htc); */
}

.page-header h1 small {
  font: 14px "RotisSemiSansRegular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  margin-left: 20px;
}

/* Sections
   ========================================================================== */

.section {
  margin-bottom: 20px;  
}

.section h2, .section h3 {
  padding: 3px 10px 0;
  margin-bottom: 9px;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  background: #00a651;
  -webkit-border-radius: 0 20px 0 0;
     -moz-border-radius: 0 20px 0 0;
          border-radius: 0 20px 0 0;
  /* behavior: url(assets/pie.htc); */
}

.well {
  padding: 40px;
  margin-bottom: 30px;
  background-color: #eee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  /* behavior: url(assets/pie.htc); */
}

/* Secondary navigation
   ========================================================================== */

.secondary-nav {
  list-style: none;
  margin: 0;
}

.secondary-nav li {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a3a4a3;
}

.secondary-nav li:first-child {
    margin-top: 0;
}

.secondary-nav li:last-child {
    border: 0;
}

.secondary-nav a {
  display: block;
  font: 16px "RotisSemiSansRegular", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.15;
}


/* Photo gallery
   ========================================================================== */

.gallery {
  width: 610px;
  margin: 0 auto 27px;
  position: relative;  
}

.gallery > div {
  width: 594px;
  height: 238px;
  margin: 27px auto 18px;
  border: 8px solid #d9d9d2;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  /* behavior: url(assets/pie.htc); */
}

.gallery > div > img {
  display: block;
}

.gallery .prev, .gallery .next {
  width: 21px;
  height: 31px;
  position: absolute;
  top: 111px;
}

.gallery .prev {
  left: -40px;
}

.gallery .next {
  right: -40px;
}

.thumbnails {
  margin-left: -14px;
  list-style: none;
  overflow: hidden;
}

.thumbnails li {
  margin: 0 0 14px 14px;
  float: left; 
}

.photo img {
  max-width: 90%;
  display: block;
  margin: 27px auto 18px;
  border: 8px solid #d9d9d2;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  /* behavior: url(assets/pie.htc); */
}

.more {
  padding-right: 16px;
  background: url(../images/more.png) right center no-repeat;
}

/* Forms
   ========================================================================== */

.form {
  margin-bottom: 36px;  
}

.form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.form input, .form textarea {
  width: 370px;
}

.form select {
  width: 180px;
}

.form input[type="tel"] {
  width: 170px; 
}

.form textarea {
  height: 80px;  
}

.form button {
  display: block;
  padding: 6px 10px 4px;
  font: 19px/18px 'AlternateGothic2BTRegular';
  color: #fff;
  text-transform: uppercase;
  background: #969628;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-background-clip: padding-box; 
     -moz-background-clip: padding; 
          background-clip: padding-box;
  cursor: pointer;
  /* behavior: url(assets/pie.htc); */
}

.form label.error {
  display: block;
  margin: -10px 0 10px;
  color: #ff0000;
  font-weight: bold;
  font-size: 12px;
}

/* Social grid
   ========================================================================== */

.social-grid h4 {
    background-position: right center;
    background-repeat: no-repeat;
    border-top-right-radius: 10px;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 10px;
}

.social-grid h4 a {
    color: #fff;
}

.social-grid h4 a:hover {
    text-decoration: none;
}

.social-grid .more {
    border-bottom-left-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    text-align: right;
    text-transform: lowercase;
}

@media (max-width: 768px) {
    .social-grid .more {
        display: block;
    }
}

.social-grid .more:hover {
    text-decoration: none;
}

.social-grid ul {
    height: 350px;
    margin-left: 18px;
}

.social-grid li {
    margin-bottom: 9px;  
}

.social-grid ul a {
    background: none;  
}

.social-grid .library h4 {
    background-color: #a78a3d;
    background-image: url(../images/book.png);
}

.social-grid .library li {
    color: #a78a3d;
}

.social-grid .library .more {
    background: #a78a3d;
}

.social-grid .multimedia h4 {
    background-color: #669b41;
    background-image: url(../images/media.png);
}

.social-grid .multimedia li {
    color: #669b41;
}

.social-grid .multimedia .more {
    background: #669b41; 
}

.social-grid .blog h4 {
    background-color: #e24826;
    background-image: url(../images/blogger.png);
}

.social-grid .blog li {
    color: #e24826;  
}

.social-grid .blog .more {
    background: #e24826;
}

.social-grid .twitter h4 {
    background-color: #00a19f;
    background-image: url(../images/twitter.png);
}

.social-grid .twitter iframe {    
    display: block;
    height: 350px;
    margin-bottom: 18px;
}

.social-grid .twitter .more {
    background: #00a19f;
}

.social-grid-footer,
.social-grid-footer .more {
    display: block;
}

@media (max-width: 768px) {
    .social-grid-footer,
    .social-grid-footer .more {
        display: none;
    }
}

/* Sharing
   ========================================================================== */

.share {
  margin-top: 40px;
}

.share > div {
  float: right;
}

[class*="addthis_button"] {
    float: right;
}

/* ==========================================================================
   Page-specific rules
   ========================================================================== */

/* Home
   ========================================================================== */

#featured {
  margin: 0 -20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media (max-width: 768px) {
    #featured {
        display: none;
    }
}

#featured ul {
  margin: 0;
  list-style: none;
}

#featured .slides > li {
  display: none;
}

#featured .slides img {
  max-width: 100%;
  display: block;
}


#featured .caption {
  background: #003411;
  background: rgba(0, 52, 17, 0.75);
  border-top-right-radius: 20px;
  bottom: 0;
  color: #fff;
  display: block;
  font-family: "AlternateGothic2BTRegular", sans-serif;
  font-size: 36px;
  left: 0;
  padding: 20px 30px;
  position: absolute;
  max-width: 450px;
  z-index: 0;
  line-height: 1.2;
}

#featured .caption:active,
#featured .caption:focus,
#featured .caption:hover {
    text-decoration: none;
}

.flex-control-nav {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.flex-control-nav li {
  float: left;
  margin-left: 3px;
}

.flex-control-nav a {
  background: #808080;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: block;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
}

.flex-control-nav a:hover {
  text-decoration: none;  
}

.flex-control-nav .active {
  color: #fff;
  background: #fff;
}

/*
.featured-nav {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 999;
}

.featured-nav a {
  width: 133px;
  height: 57px;
  padding: 10px 10px 10px 40px;
  margin-top: 10px;
  display: block;
  font-size: 11px;
  color: #fff;
  background: url(../images/feature_caption_bg.png);
}

.featured-nav strong {
  display: block;
  font: 22px/18px "AlternateGothic2BTRegular", sans-serif;
  text-transform: uppercase;
}
*/

.home-grid {
  margin-left: -20px;  
}

.home-grid .span3 {
  width: 215px;
  margin-left: 20px;
}

.home-grid .who h2 { 
  background-color: #00a651; 
}

.home-grid .what h2 { 
  background-color: #00a7a8; 
}

.home-grid .where h2 { 
  background-color: #e34c28; 
}

.home-grid .interact h2 { 
  background-color: #969628; 
}

/* ----------- */

.metro-grid {
  margin-left: -20px;
  *margin-bottom: 20px;
}

.metro-grid [class*="span"] {
  margin-left: 20px;
  margin-bottom: 20px;
}

.metro-grid .span12 { width: 920px; }
.metro-grid .span11 { width: 841px; }
.metro-grid .span10 { width: 763px; }
.metro-grid .span9 { width: 684px; }
.metro-grid .span8 { width: 606px; }
.metro-grid .span7 { width: 528px; }
.metro-grid .span6 { width: 449px; }
.metro-grid .span5 { width: 371px; }
.metro-grid .span4 { width: 293px; }
.metro-grid .span3 { width: 214px; }
.metro-grid .span2 { width: 136px; }
.metro-grid .span1 { width: 58px; }

.metro-grid a {
  padding: 0;
  background: none;
}

.metro-grid img {
  display: block;  
  transition: opacity 0.3s;
}

.metro-grid a:hover img {
    opacity: 0.8;
}

/* ----------- */

#home .social-grid {
  margin-left: -20px;
}

#home .social-grid [class*="span"] {
  margin-left: 20px;
}

#home .social-grid .span3 {
  width: 215px;
}

#home .social-grid .span6 {
  width: 450px;
}

/* What we do
   ========================================================================== */

#what h1 {
  background-color: #00a7a8;
}

#what .secondary-nav a {
  color: #00a7a8;
}

/* Where
   ========================================================================== */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  /* behavior: url(assets/pie.htc); */
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}


.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f6f6f6;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f9f9f9;
}

.table-engagements {
  font-size: 11px;  
}

.table.table-engagements th {  
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}

.table.table-engagements th[colspan="3"] {
  text-align: center;
}

.table a.download {
  padding-left: 20px;
  background: url(../images/icon_download_small.png) left center no-repeat;
}

/* Interact
   ========================================================================== */

#interact .page-header {
  padding-top: 60px;
  background: url(../images/mail.png) 310px 19px no-repeat;
}

#interact h1 {
  background-color: #969628;
  -webkit-border-radius: 0 20px 0 0;
     -moz-border-radius: 0 20px 0 0;
          border-radius: 0 20px 0 0;
  /* behavior: url(assets/pie.htc); */
}

#interact h3 {
  color: #777;
}

.vcard .map {
  padding-left: 16px;
  background: url(../images/icon_map.png) left center no-repeat;  
}


/* Eventos
   ========================================================================== */

.table-eventos th,
.table-eventos td,
.table-evento th, 
.table-evento td {
    padding: 20px;
}

.table-eventos th {
    padding-bottom: 10px;
}

.table-eventos td {
    vertical-align: middle;
}

.table-eventos h2 {
    font-size: 23px;
    line-height: 1;
}

.date {
    background: #ad814d;
    border-radius: 0px 20px 0px 0px;
    color: #fff;
    font: 23px/1 "AlternateGothic2BTRegular";
    padding: 8px 10px;
    text-align: center;
    width: 113px;
}

.date span {
    display: block;
    text-transform: uppercase;
}

.date .day {
    font-size: 40px;
    text-transform: none;
}

.date .month {
    border-bottom: 1px dotted #f6f6f6;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.date .definir {
    font-size: 30px;
    padding: 28px 0;
    text-transform: uppercase;
}

.evento-link {
    color: #777;
}

.evento-link:hover {
    text-decoration: none;
}

.btn {
    background-clip: padding-box;
    background-color: #00a651;
    /* behavior: url(assets/pie.htc); */
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 19px/18px "AlternateGothic2BTRegular";
    padding: 6px 10px 4px;
    text-transform: uppercase;
}

.btn:hover {
    text-decoration: none;
}

.btn-avise {
    background-color: #e46000;
}

.table-eventos .btn + .btn,
.table-eventos .pagseguro + .btn {
    margin-top: 20px;
}

.btn-info {
    background-color: #3598c7;
}

.text-center {
    text-align: center !important;
}

.tabs {
    list-style: none;
    margin: 0 0 0 20px;
    overflow: hidden;
    padding: 0;
}

.tabs li {
    display: block;
    position: relative;
    float: left;
}

.tabs a {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#dddddd));
    background-image: -webkit-linear-gradient(top, #ebebeb, #dddddd);
    background-image:    -moz-linear-gradient(top, #ebebeb, #dddddd);
    background-image:      -o-linear-gradient(top, #ebebeb, #dddddd);
    background-image:         linear-gradient(top, #ebebeb, #dddddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#ebebeb, EndColorStr=#dddddd);
    
    background-clip: padding-box;
    border-radius: 4px 4px 0 0;
    border: 1px solid #c9c9c9;
    color: #a3a3a3;
    display: block;
    font-family: "AlternateGothic2BTRegular";
    font-size: 23px;
    margin-right: 10px;
    padding: 10px 30px;
    position: relative;
}

.tabs a:hover,
.tabs a:focus {
    text-decoration: none;
}

.tabs .active a,
.tabs .active a:hover,
.tabs .active a:focus {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    color: #00a651;
    cursor: default;
}

.tabs + .table {
    margin-top: -1px;
}


.evento-header {
    background: #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    font-size: 0;
    padding: 20px;
}

.evento-header .foo {
    display: inline-block;
    vertical-align: middle;
}

.evento-header .date {
    margin-right: 70px;
    margin-bottom: 20px;
}

.evento-header h2 {
    color: #ad814d;
    font-size: 48px;
    line-height: 1;
    margin-right: 70px;
    width: 600px;
}

.evento-header .btn,
.table-evento + .clearfix .btn.pull-right {
    font-size: 31px;
    line-height: 1;
}

.evento-header .btn {
    /* width: 113px; */
    font-size: 27px;
    text-align: center;
}

.gallery-eventos {
    list-style: none;
    margin: 0 0 0 -15px;
    padding: 0;
}

.gallery-eventos li {
    float: left;
    margin-left: 15px;
}

.gallery-eventos img {
    display: block;
}

#evento .share {
    margin: 20px 0;
}

#evento .share a {
    background: transparent;
}

/* ==========================================================================
   Doadores / transparência
   ========================================================================== */

.nav-tabs {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.nav-tabs > li {
  display: block;
  float: left;
  margin-bottom: -1px;
  position: relative;
}
.nav-tabs > li > a {
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
  display: block;
  line-height: 1.42857143;
  margin-right: 2px;
  padding: 10px 15px;
  position: relative;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.js-tab {
    display: none;
}

.js-tab.tab-open {
    display: table;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
}

.group:after {
  clear: both;
}

.center {
  text-align: center;  
}

.pull-left {
  float: left;  
}

.pull-right {
  float: right;  
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 768px) {
  .container, [role="main"] .content {
    width: auto !important;
  }

  .row {
    margin-left: 0 !important;
    /*-moz-column-width: 280px;*/
  }

  [class*="span"] {
    width: auto !important;
    float: none !important;
    margin: 0 0 18px 0 !important;
  }

  header .container {
    height: auto;
    padding: 20px;
  }

  header .brand, header .top {
    position: static;  
  }

  header .top #google_translate_element {
    display: block;
    margin: 10px 0;
  }

  header .top form {
    display: block; 
    margin-top: 10px;
  }

  nav > ul {
    text-align: left;  
  }

  nav > ul > li {
    display: block;  
  }

  nav > ul > li > a {
    width: 100%;
    padding-left: 20px;
  }

  nav .dropdown-menu {
    width: auto;
    padding: 0 40px;
    position: static;
  }

  #tags,
  .featured-nav {
    display: none;  
  }

  .home-grid .section {
    overflow: hidden;
  }

  .home-grid .section img {
    float: left;
    width: 140px;
    margin-right: 20px;
  }

  .social-grid ul {
    height: auto;
  }
}



/* --------------------------------------------------
   :: Plugins
   -------------------------------------------------- */

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



/* fonts */

div.jqcloud {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal;
}

div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}

div.jqcloud span.w10 { font-size: 18px; }
div.jqcloud span.w9 { font-size: 17px; }
div.jqcloud span.w8 { font-size: 16px; }
div.jqcloud span.w7 { font-size: 15px; }
div.jqcloud span.w6 { font-size: 14px; }
div.jqcloud span.w5 { font-size: 13px; }
div.jqcloud span.w4 { font-size: 12px; }
div.jqcloud span.w3 { font-size: 11px; }
div.jqcloud span.w2 { font-size: 10px; }
div.jqcloud span.w1 { font-size: 9px; }

/* colors */

div.jqcloud { color: #09f; }
div.jqcloud a { color: inherit; }
div.jqcloud a:hover { color: #0df; }
div.jqcloud a:hover { color: #0cf; }
div.jqcloud span.w10 { color: #ffffff; }
div.jqcloud span.w9 { color: #ffffff; }
div.jqcloud span.w8 { color: #ffffff; }
div.jqcloud span.w7 { color: #ffffff; }
div.jqcloud span.w6 { color: #ffffff; }
div.jqcloud span.w5 { color: #ffffff; }
div.jqcloud span.w4 { color: #ffffff; }
div.jqcloud span.w3 { color: #ffffff; }
div.jqcloud span.w2 { color: #ffffff; }
div.jqcloud span.w1 { color: #ffffff; }

/* layout */

div.jqcloud {
  overflow: hidden;
  position: relative;
}

div.jqcloud span { padding: 0; }





#tags {
  width: 500px;
  position: absolute;
  bottom: 10px;
  right: 0;
  text-align: center;
}

#tags span {
  padding: 0 4px;
  display: inline-block;
  *line-height: 22px;
}

#tags .w10 { font-size: 20px; color: #747679; }
#tags .w9  { font-size: 18px; color: #8c8d8e; }
#tags .w8  { font-size: 18px; color: #8c8d8e; }
#tags .w7  { font-size: 16px; color: #8c8d8e; }
#tags .w6  { font-size: 16px; color: #9a9b9d; }
#tags .w5  { font-size: 14px; color: #9a9b9d; }
#tags .w4  { font-size: 14px; color: #9a9b9d; }
#tags .w3  { font-size: 13px; color: #afafaf; }
#tags .w2  { font-size: 12px; color: #afafaf; }
#tags .w1  { font-size: 11px; color: #afafaf; }


.list-tags li {
  width: 800px;
  margin-bottom: 18px;  
}






.pagination {
  height: 36px;
  margin: 18px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  /* behavior: url(assets/pie.htc); */
}

.pagination li {
  display: inline;
}

.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination a:hover,
.pagination .active a {
  background-color: #f9f9f9;
}

.pagination .active a {
  color: #999;
  cursor: default;
}

.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999;
  cursor: default;
  background-color: transparent;
}

.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  /* behavior: url(assets/pie.htc); */
}

.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
     -moz-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
  /* behavior: url(assets/pie.htc); */
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

/* datatables */
div.dataTables_length label {
  float: left;
  text-align: left;
}

div.dataTables_length select {
  width: 75px;
}

div.dataTables_filter label {
  float: right;
}

div.dataTables_info {
  padding-top: 8px;
}

div.dataTables_paginate {
  float: right;
  margin: 0;
}

table.table {
  clear: both;
  margin-bottom: 6px !important;
}

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable th:active {
  outline: none;
}




/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #a8a8a8;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #a8a8a8;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #a8a8a8;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #a8a8a8;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  position: relative;
  overflow: hidden;
  background: #a8a8a8;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  text-decoration: none !important;
}





.label {
  padding: 1px 4px 2px; 
  background: #F89406;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}



.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}




.macaco {
  position: absolute;
  right: -270px;
  bottom: -100px;
}

.guarana {
  position: absolute;
  left: 30px;
  top: 0;
  margin-top: -30px;
}

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }
