@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800);
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
* {
  font-family: 'Open Sans', sans-serif;
}
html,
body {
  font-family: 'Open Sans', sans-serif;
}
body {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  background: #fdfcf9;
  /*overflow: hidden;*/
}
.btn:focus,
.btn:focus {
  outline: 0!important;
  outline: none!important;
}
.btn-default {
  background: red;
}
header {
  height: 34px;
  width: 100&;
  background: #00803e;
  margin-bottom: 25px;
  display: none;
}
header #opt {
  /* 		display: none; */
}
header #opt .dropdown-menu {
  left: -5px;
  padding: 0;
}
header #opt .languagepicker {
  width: 52px;
  float: right;
  border: none;
}
header #opt .languagepicker .dropdown-menu > li > a {
  font-size: 10px;
  padding: 0 20px;
}
header #opt .languagepicker .btn {
  border-bottom: 0;
  font-size: 9px;
  display: inline-block;
  padding-top: 7px;
  outline: none;
  border: none;
}
header #opt .languagepicker .btn:focus {
  border: none!important;
  -moz-user-focus: none!important;
  text-shadow: none!important;
  outline: 0!important;
}
header #search-icon {
  padding: 8px;
  cursor: pointer;
}
header #search-item {
  display: none;
  width: 0;
  padding: 0 2px;
  font-size: 11px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  font-weight: bold;
}
#leftside {
  width: 100%;
  float: left;
  background: #00803e;
  height: 42px;
}
#leftside select {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#leftside .selectpicker,
#leftside .bootstrap-select {
  width: 100%;
  float: left;
}
#leftside #country {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
#leftside #country li {
  width: 100%;
  cursor: pointer;
  margin-bottom: 4px;
  background: #edeeee;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#leftside #country li.active,
#leftside #country li:hover {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #FFF;
  font-weight: bold;
  background: #00803e;
}
#leftside .divide {
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}
#leftside .divide button {
  border-left: 1px solid #FFF;
}
#leftside .btn-group {
  padding: 0;
  margin: 0;
}
#leftside #opt input {
  width: 100%;
  float: left;
  padding: 5px 0 0 36px;
  margin: 6px 0 0 0;
  border: none;
  color: #FFF;
  background: url(../imgs/search.png) 13px 7px no-repeat #00803e;
}
.grid-sizer {
  width: 32%;
}
.gutter-sizer {
  width: 2%;
}
#articles-holder {
  float: left;
  width: 100%;
}
.grid-sizer {
  width: 20%;
}
item {
  width: 20%;
}
#column-width-demo2 .item.w2 {
  width: 40%;
}
#rightside {
  margin-top: 25px;
  float: right;
  width: 100%;
}
#rightside h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 34px 0;
  padding: 0;
  float: left;
  text-align: left;
  width: 100%;
  color: #00803e;
}
#rightside .col {
  float: left;
  width: 171px;
  margin-right: 12px;
}
#rightside .col.nomargin {
  margin: 0;
}
#rightside .article {
  float: left;
  background: #fdfcf9;
  /* 		margin-right: 12px; */
  width: 32%;
  margin-bottom: 20px;
  overflow: hidden;
}
#rightside .article.nomargin {
  margin: 0;
}
#rightside .article h1 {
  font-size: 13px;
  padding: 0;
  width: 100%;
  float: left;
  margin: 0 0 6px 0;
  line-height: 14px;
  cursor: pointer;
  text-transform: none;
}
#rightside .article h1:hover {
  text-decoration: underline;
}
#rightside .article h1.noaction:hover {
  text-decoration: none;
  cursor: default;
}
#rightside .article p {
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  color: #666;
  word-break: break-word;
  line-height: 20px;
}
#map_canvas {
  width: 100%;
  height: 250px;
  position: relative;
  /* 	display: none; */
}
/* legenda */
#content {
  color: #000;
  margin-top: 5px;
  width: 250px;
}
#content img {
  border: 1px solid #663366;
  float: left;
  margin-left: 5px;
  width: 120px;
  float: right;
}
#content h4 {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 4px;
}
#content p {
  font-size: 11px;
  line-height: 13px;
  margin-bottom: 1px;
}
#content .cpostal {
  margin-bottom: 6px;
}
#content a {
  font-size: 11px;
  color: #008041;
}
#search-item::-webkit-input-placeholder {
  color: #e5e1e1;
}
#search-item:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}
#search-item::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
#search-item:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #00803e;
}
.dropdown-menu {
  border-radius: 0;
}
.bootstrap-select.btn-group .dropdown-menu {
  border-bottom: 0;
}
.btn-group.open .btn.dropdown-toggle {
  background: #00803e;
}
.caret {
  border: none;
  background: url(../imgs/caret.png) no-repeat;
  width: 5px;
  height: 6px;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: none!important;
}
.btn-group > .btn:first-child {
  background: #00803e;
  color: #FFF;
  text-shadow: none;
  border-radius: 0;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding: 11px 0;
}
.btn-group:hover,
.btn-group:focus,
.btn-group:hover button {
  outline: none!important;
}
.bootstrap-select.btn-group .btn .filter-option {
  text-align: center;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-bottom: 4px solid #000;
}
.animate-enter,
.animate-leave {
  -webkit-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -moz-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -ms-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  -o-transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  transition: 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75) all;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.animate-leave.animate-leave-active,
.animate-enter {
  opacity: 0;
  width: 0px;
  height: 0px;
}
.animate-enter.animate-enter-active,
.animate-leave {
  opacity: 1;
  width: 150px;
  height: 30px;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media all and (max-width: 640px) {
  #leftside {
    height: 84px;
  }
  #leftside .divide {
    width: 50%;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: .7s;
  -moz-transition-duration: .7s;
  -ms-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
}
.masonry {
  -webkit-transition-property: height,width;
  -moz-transition-property: height,width;
  -ms-transition-property: height,width;
  -o-transition-property: height,width;
  transition-property: height,width;
}
.masonry .masonry-brick {
  -webkit-transition-property: left,right,top;
  -moz-transition-property: left,right,top;
  -ms-transition-property: left,right,top;
  -o-transition-property: left,right,top;
  transition-property: left,right,top;
}
.btn:focus,
.bootstrap-select .btn:focus,
input:focus {
  outline: 0 none !important;
  outline: none !important;
  outline-style: none;
}
