body, * {
  font-family: "Oxygen";
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.news-item{
  text-align:justify;
}

p {
  line-height: 24px;
  margin-bottom: 25px;
}
a {
  color: #001338;
}
a.lang:after {
  content:"";
  color:#fff;
  border-right: 1px solid #fff;
  margin: 0 5px;
}
a.lang:last-child:after {
  content: "";
}
a, .btn, button {
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

/** top search & lang **/
.nav-utilities {
  background: #001338;
  height: 35px;
  color: #FFF;
  font-size: 12px;
  overflow: hidden;
}
.nav-utilities .language {
  padding-top: 10px;
}
.nav-utilities a {
  color: #fff;
}
.nav-utilities a.active {
  color: rgb(130, 186, 67);
  font-weight: bold;
}
.nav-utilities .search {
  height: 35px;
  background: #1d64ad;
  padding: 7px;
  width: 180px;
}
.nav-utilities .search input {
  border: none;
  background: none;
}
.nav-utilities .search .submit {
  background: url(../img/search.png) no-repeat center center;
  width: 30px;
  text-indent: -99999px;
  outline: none;
  border: none;
}
.related-news ul.fa-ul li {
  margin-bottom: 15px;
}
.home-news-wrapper {
  height: 250px;
  overflow: hidden;
  margin-bottom: 20px;
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
/** navigation **/
.navbar-default {
  background: #FFF;
  border: none;
  position: relative;
  z-index: 99999;
}
.navbar-header {
  background: #fff;
  height: 90px;
}
.navbar-default .navbar-toggle {
  position: absolute;
  right: 20px;
  top: 30px;
}
.navbar-nav {
  margin-top: 25px;
  margin-bottom: 0px;
}
.navbar {
  margin-bottom: 0px !important;
}
.navbar-default .navbar-nav>li>a{
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  letter-spacing: 0.03em;
  color: #001338;
  -webkit-transition: .2s ease all;
  transition: .2s ease all;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #82ba43;
}

/** crumbs **/
.crumb {
  font-size: 12px;
  background: #f9f9f9;
  padding: 6px 10px;
  /*margin-bottom: 45px;*/
  margin-bottom: 10px;
}
.crumb a {
  color: #001338;
}
.crumb span {
  color: #82ba43;
}
.crumb img {
  margin-top: -2px;
  margin-right: 1px;
}
/** carousel **/
.carousel {
  margin-bottom: 30px;
}
.carousel-indicators li {
  background-color: #fff;
  margin: 0;
}
.carousel-indicators li.active {
  background-color: #82BA43;
  border: none;
  width: 10px;
  height: 10px;
}
.carousel-caption {
  font-size: 20px;
  text-align: left;
  position: absolute;
  top: 5%;
  left: 0;
  font-weight: normal;
}
.carousel-caption .header {
    padding-bottom: 20px;
    font-weight: normal;
    font-size: 40px;
}
.carousel-caption p {
  margin-top: 15px;
}


/** general content **/

.content {
  color: #001338;
}
.padding {
  padding:30px 0 20px;
}
.content .header {
  padding-bottom: 30px;
  font-weight: normal;
  font-size: 40px;
  background: url(../img/dots.png) no-repeat bottom center;
  margin-bottom: 20px;
}
.nav.nav-tabs h2.header.left {
  margin-top: 0;
}

.header.left {
  background: url(../img/dots.png) no-repeat bottom left;
}
.header.white {
  padding-bottom: 20px;
  background: url(../img/dots-white.png) no-repeat bottom left;
  margin-bottom: 10px;
}
.tab-content h2 {
  margin-top: 0;
}
.content p {
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.content-medium p, .buckets p {
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.content-blue {
  color: #fff;
  background: #001338 url(../img/nodes-opacity-30.png) no-repeat right center;
  margin: 30px 0;
}
.content-green {
  background: #82BA43 url(../img/nodes-green-opacity-30.png) no-repeat right center;
  color: #fff;
  padding: 40px 0;
  margin-top: 75px;
}
.content-blue .content, .content-blue .content {
  color: #fff;
  font-weight: normal;
  padding: 45px 0 75px 0;
}
.content-blue .content p, .content-green  p {
  font-size: 16px;
  line-height: 1.7;
  word-wrap: break-word;
  margin-bottom: 15px;
  color: #fff;
}
.content-blue .content h2, .content-green  h2 {
  color: #fff;
}
.content.grey {
  background: #EBEBEB;
  padding-top: 20px;
  /*margin-bottom: 20px;*/
}
.content-green
h2 {
  font-size: 35px;
  margin-bottom: 25px;
}
.header.related-title.left {
  margin-top: 0;
  font-size: 26px;
}
/** newsletter **/
.newsletter {
  width: 350px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsletter .form-control {
  padding: 20px;
  width: 210px;
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 1em;
}
.newsletter img {
  margin-top: 40px;
}
.newsletter .btn {
  width: 140px;
  background: #001338;
  border: 0;
  color: #FFF;
  padding: 10px;
  border-top-right-radius: 2em;
}
.newsletter .btn:hover {
  color: #82BA43;
}

/** inner carousel **/

.owl-carousel {
  margin-top: 60px;
  margin-bottom: 60px;
}

.owl-carousel .title {
  display: block;
  background: #82ba43;
  width: 100%;
  min-height: 160px;
  border-top-left-radius: 2em;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  padding: 20px 0 0 0;
  font-weight: 200;
  z-index: 9999;
  position: relative;
  /*border-bottom-right-radius: 45px;*/
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.owl-carousel .title:hover {
  background: #5DAD03;
}

.owl-carousel .title > i {
  transition: all .2s ease-in-out;
}

.owl-carousel .title:hover > i {
  transform: scale(1.2);
}

.owl-carousel .title-img-wrapper:hover > i {
  transform: scale(1.2);
}


.title-img-wrapper {
  height: 240px;
  overflow: hidden;
  border-bottom-right-radius: 45px;
  position: relative;
  margin-top: -100px;
}
.title-img-wrapper img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  z-index: -1;
  height: 100% !important;
  width: auto !important;
}
#map_canvas {
  height:450px;
  width:100%;
  margin: 30px 0;
}
.owl-carousel .title strong {
  font-weight: 300;
}
.owl-carousel .title .img-responsive {
  width: 100%;
  margin-top: 30px;
}
.owl-carousel a {
  color: #FFF;
  text-decoration: none;
}
.owl-carousel .title strong {
  display: block;
  font-size: 24px;
}
.owl-prev, .owl-next {
  top: 100px;
  position: absolute;
}
.owl-carousel  .owl-prev {
  left: -60px;
}
.owl-carousel  .owl-next {
  right: -60px;
}
.owl-carousel .icon {
  width: 70px !important;
  margin: auto;
}
.container.content .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  border-bottom-right-radius: 45px;
}
/** buckets **/
.bucket {
  margin-bottom: 30px;
  min-height: 370px;
}
.bucket h4 {
  font-weight: bold;
  margin: 30px 0;
}
.buckets p {
  padding: 5px 15px;
}
.maze {
  position: relative;
  margin-top: 40px;
}
.maze-icon {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999999;
  width: 100%;
  text-align: center;
  top: 120px;
}
/** maze **/
.maze .item {
  margin-bottom: 40px;
  background: #fff;
  padding: 15px;
  height: 180px;
  overflow: hidden;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.maze .item:hover {
    box-shadow: 10px 10px 15px rgba(0,0,0,0.1);
}
.maze h4 {
  font-weight: 600;
}
.maze .item p {
  font-size: 14px;
  color: #474747;
  line-height: 1.4em;
  line-height: 1.7;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.maze .nw, .maze .sw  {
  margin-right: 10px;
  text-align: right;
}
.maze .ne , .maze .se  {
  margin-left: 10px;
}
.maze .nw {
  border-top-left-radius: 2em;
}
.maze .ne {
  border-top-right-radius: 2em;
}
.maze .sw {
  border-bottom-left-radius: 2em;
}
.maze .se {
  border-bottom-right-radius: 2em;
}
.item img {
  /*margin-top: 20px;*/
}
.maze .se img, .maze .sw img {
  margin-top: 40px;
}
/** news items **/
.news-item {
  padding: 20px 0;
}

.news-item h3 {
  margin-top: 0;
}
.news-item h3 a {
  font-size: 22px;
  color: #001338;
  font-weight: bold;
}
.news-item h4 a {
  color: #001338;
}
.news-item small {
  font-size: 80%;
  font-weight: bold;
}
.news-item p {
  font-size: 16px;
  color: #383838;
  line-height: 1.7;
  word-wrap: break-word;
  margin-bottom: 15px
}
.news-item .share {
  font-size: 12px;
}
.news-item .share img {
  margin-top: -4px;
}
.alert-success {
    background-color: #2ecc71;
    border-color: #2ecc71;
    color: #fff;
    border-radius: 0;
    font-weight: bold;
}
a.button {
  background: #001338;
  color: #FFF;
  font-size: 12px;
  padding: 7px 20px;
  border-radius: 16px;
  font-weight: normal;
  margin: 15px 0;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
a.button:hover {
  background: #82BA43;
  color: #FFF;
  text-decoration: none;

}
.paginate img {
  margin: 5px;
}
.bookmark p {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.4em;
  word-wrap: normal;
}
.bookmark img {
  margin-bottom: 10px;
}
.bookmark strong {
  font-weight: bold;
  font-size: 16px;
}
hr {
  border-color: #CCC;
}
.news-item .img-responsive {
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
.item-detail {
  width: 97%;
  float: right;
}
.item-detail, .bookmark {
  padding-top: 30px;
}
p.small {
  margin: 30px 0;
  color: #474747;
  font-size: 16px;
  color: #383838;
  line-height: 1.7;
  word-wrap: break-word;
}
/** footer **/
.footer {
  color: #FFF;
  min-height: 100px;
  background-position: left top;
  background-image: url(../img/nodes-opacity-30.png);
  background-color: #001338;
  font-size: 12px;
  position: relative;
  z-index: 99999;
}
.footer h4 {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 25px;
}
.footer p {
  line-height: 1.2em;
  font-size: 12px;
}
.footer li, .footer ul {
  padding:0;
  margin: 0;
  list-style-type: none;
}
.footer ul {
  margin-bottom: 20px;
}
.footer li {
  padding-left: 0;
}
.footer li:before {
  content: "» ";
}
.footer a {
  color: #FFF;
}
.copyright {
  background: #82ba43;
  color: #FFF;
  font-size: 10px;
  padding: 10px 0;
}

h3.content-title {
  margin-top: 15px;
}
.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  padding: 15px 5px 25px;
  border-bottom-left-radius: 25px;
  border-bottom: 2px solid #82BA43;
  border-right: 0;
  border-top: 0;
  border-left: 0;
  webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  background-color: #fff;
  color: #82BA43;
}
.dropdown-menu>li>a {
  border-bottom: 1px dotted #eee;
}
.contact-content-wrapper a {
  color: #82BD45;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

ul.nav.nav-tabs li {
  line-height: 200%;
  padding-left: 0;
}

ul.nav.nav-tabs li a {
  color: rgb(0, 19, 56);
  padding-left: 5px;
  font-size:13px;
}

ul.nav.nav-tabs li.active {
  color: rgb(0, 19, 56);
  font-weight: bold;
}

ul.nav.nav-tabs li.active a {
  color: rgb(0, 19, 56);
}




/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */

  max-width: 1024px;
  margin: 0 auto;
}
.container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* --------------------------------

Main components

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}
header h1 {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }
  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}


.icon-recyclecan{
  background-image: url(../img/icon_recyclebin.png);
  height: 45px;
  width: 45px;
  display: block;
  margin: 0 auto;
}
.icon-earth{
  background-image: url(../img/icon_earth2.png);
  height: 45px;
  width: 45px;
  display: block;
  margin: 0 auto;
}



#timeline {
  position: relative;
  padding: 3em 0;
  margin-top: -50px;
  background-color: #eee;
  background-image: url(../img/nodes-opacity-30.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
#timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #timeline {
  }
  #timeline::before {
    left: 50%;
    margin-left: -2px;
  }

}

.timeline-block {
  position: relative;
  margin: 0;
}
.timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-block:first-child {
  margin-top: 0;
}
.timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .timeline-block {
    margin: 0;
  }
  .timeline-block:first-child {
    margin-top: 0;
  }
  .timeline-block:last-child {
    margin-bottom: 0;
  }
}

.timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.timeline-img.picture {
  background: #75ce66;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
}
.timeline-img.picture.big {
  padding: 45px;
  margin: auto;
  left: 0;
  right: 0;
}
.big-year {
  margin: 25px auto 40px;
  padding: 50px 0;
  position: relative;
}

.big-year h2 {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  font-weight: bold;
}

@media only screen and (min-width: 1170px) {
  .timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: bounce-1 0.6s;
    -moz-animation: bounce-1 0.6s;
    animation: bounce-1 0.6s;
  }
}
.timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
  border-bottom-right-radius: 25px;
  border-top-left-radius: 25px;
}
.timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.timeline-content h2 {
  color: #303e49;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}
.timeline-content p, .timeline-content .read-more, .timeline-content .date {
  font-size: 13px;
}
.timeline-content .read-more, .timeline-content .date {
  display: inline-block;
}
.timeline-content p {
  margin: 1em 0;
}
.timeline-content .read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .timeline-content .read-more:hover {
  background-color: #bac4cb;
}
.timeline-content .date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.timeline-content::before {
  /*content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;*/
}
@media only screen and (min-width: 768px) {
  .timeline-content h2 {
  }
  .timeline-content p {
    font-size: 13px;
  }
  .timeline-content .read-more, .timeline-content .date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .timeline-content .read-more {
    float: left;
  }
  .timeline-content .date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }
  .timeline-block:nth-child(even) .timeline-content {
    float: right;
  }
  .timeline-block:nth-child(even) .timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .timeline-block:nth-child(even) .timeline-content .read-more {
    float: right;
  }
  .timeline-block:nth-child(even) .timeline-content .date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: bounce-2 0.6s;
    -moz-animation: bounce-2 0.6s;
    animation: bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .timeline-block:nth-child(even) .timeline-content.bounce-in {
    -webkit-animation: bounce-2-inverse 0.6s;
    -moz-animation: bounce-2-inverse 0.6s;
    animation: bounce-2-inverse 0.6s;
  }
}

/** Keyframes para animacoes **/

@-webkit-keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.img-wrapper {
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}

.img-wrapper img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
  width: auto;
}



/**/



figure.gallery {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px;
  background: rgba(130,186,67,0.88);
  text-align: left;
  padding: 0;
  height: 255px;
}

figure.gallery * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.gallery img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
  width: auto;
}

figure.gallery figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6em 3em 3em 3em;
  width: 100%;
  height: 100%;
}

figure.gallery figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  /*border-left: 4px solid rgba(255, 255, 255, 0.8);*/
  content: '';
  opacity: 0;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.pagination>li>a, .pagination>li>span {
  color: #001338;
}

.pagination>li>a:hover, .pagination>li>span:hover {
  color: #82ba43;
}

figure.gallery h2,
figure.gallery p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s, transform 0.35s;
}

figure.gallery h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.gallery h2 span {
  font-weight: 800;
}

figure.gallery p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.gallery a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}

figure.gallery:hover img {
  opacity: 0.3;
}

figure.gallery:hover figcaption h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

figure.gallery:hover figcaption p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

figure.gallery:hover figcaption::before {
  background: transparent;
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure .border-btn {
  padding: 5px 15px;
  border: 2px solid #fff;
  border-radius: 25px;
  height: 35px;
  width: 50%;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  line-height: 1.4;
}
figure .border-btn:hover {
  background: #fff;
  color: rgba(130,186,67,0.88);
}
ul.gallery {
  padding: 0;
}

input#ContentSearch {
  color:#fff;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color:    #f8f8f8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color:    #f8f8f8;
  opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:    #f8f8f8;
  opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:    #f8f8f8;
}

#sticky {

}
#sticky.stick {
  position: fixed;
  top: 50px;
  z-index: 10000;
  border-radius: 0 0 0.5em 0.5em;
}

.news-img-wrapper {
  overflow: hidden;
  border-top-left-radius: 2em;
  border-bottom-right-radius: 2em;
}
#homeSlider {
  position: relative;
  overflow: hidden;
}
.overlay-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*background-image: url('/egeo/theme/Default/img/01.png');*/
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
  top: 0;
  left: 0;
  right: 0;
}

.overlay-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url('/egeo/theme/Default/img/nodes-opacity-30.png');
  background-position: right;
  background-repeat: repeat-y;
  top: 0;
  left: 0;
  right: 0;
}


#caption {
  z-index: 99999;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.carousel-indicators {
  z-index: 99999;
}
.carousel-inner>.item {
  margin-top: -20px;
}


.map-link {
  color: #82ba43;
  cursor: pointer;
}

.certific p {
  margin-bottom: 10px;
}

/* Home Slider Animation */

		#dots {
      top: 0;
      height: 500px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
			perspective: 50px;
			-webkit-perspective: 50px;
			-moz-perspective: 50px;
			-ms-perspective: 50px;

			transform-origin: 50% 100%;
			-webkit-transform-origin: 50% 100%;
			-moz-transform-origin: 50% 100%;
			-ms-transform-origin: 50% 100%;

			opacity: 0.55;
		}

		#browserWidthNotice {
			font-style: italic;
			display: none;
		}

		.dot {
			position: fixed;
			width: 30px;
			height: 30px;

			border-radius: 30px;
			background-color: #82BA43;
		}
    .btn-contact {
      padding: 8px 25px;
      border-radius: 0;
      background: #82BD45;
      color: #fff;
    }
    .form-control {
      border-radius: 0;
    }



    /** MEDIA QUERIES **/

    /* Large Devices, Wide Screens */
      @media only screen and (min-width: 1170px){
        .box-contacto-item{
          height:300px;
          position:relative;
        }
        .box-contacto-item .map-link{
          bottom:0px;
          position:absolute;
        }
      }
       @media only screen and (max-width : 1170px) {

         .box-contacto-item{
           height:300px;
           position:relative;
         }
         .box-contacto-item .map-link{
           bottom:0px;
           position:absolute;
         }

           .timeline-img.picture {
               background: #75ce66;
               text-align: center;
               line-height: 40px;
               font-weight: bold;
               color: #fff;
               font-size: 14px;
           }
           .timeline-content {
               position: relative;
               margin-left: 60px;
               background: white;
               border-radius: 0.25em;
               padding: 1em;
               box-shadow: 0 3px 0 #d7e4ed;
               border-bottom-right-radius: 25px;
               border-top-left-radius: 25px;
               margin-bottom: 25px;
           }
           #timeline::before {
               left: 35px;
           }
       }

       /* Medium Devices, Desktops */
       @media only screen and (max-width : 992px) {

       }

     @media only screen and (min-width : 768px) {
         #servicesSlider .item img {
               margin-top: -12%;
         }
         #servicesSlider {
           height: 50vh;
           overflow: hidden;
         }
     }

       /* Small Devices, Tablets */
       @media only screen and (max-width : 768px) {
         .tabs-left > .nav-tabs {
           margin-right: 0;
           margin-bottom: 45px;
           border-right: 1px solid #ddd;
           float: inherit;
         }

         .maze-icon {
           display: none;
         }
         .maze .nw {
           border-top-left-radius: 0;
         }
         .maze .ne {
           border-top-right-radius:0;
         }
         .maze .sw {
           border-bottom-left-radius: 0;
         }
         .maze .se {
           border-bottom-right-radius: 0;
         }
         .maze .ne, .maze .se {
           margin-left: 0;
         }
         .maze .nw, .maze .sw {
           margin-right: 0;
           text-align: left;
         }
         .maze .item {
           margin-bottom: 40px;
           background: #fff;
           padding: 35px;
           height: auto;
           overflow: hidden;
           -webkit-transition: .3s ease all;
           transition: .3s ease all;
           margin-bottom: 40px;
           text-align: center;
         }
         .item-detail {
           width: 100%;
           float: left;
         }
         .item-detail, .bookmark {
            padding-top: 0;
        }
        .home-news-wrapper {
            height: 220px;
            overflow: hidden;
            margin-bottom: 20px;
            border-top-left-radius: 2em;
            border-bottom-right-radius: 2em;
        }
        .bookmark p {
            margin-top: 10px;
            margin-left: 0px;
            font-size: 12px;
            line-height: 1.4em;
            word-wrap: normal;
        }
        .row.news-item .col-md-11{
              margin-bottom: 100px;
        }
        .carousel-caption,
        .overlay-slider {
          display: none;
        }

        .padding {
            padding: 30px 15px 20px;
        }
        .navbar-nav {
            margin-top: 0;
            margin-bottom: 0px;
            background-color: #f8f8f8;
            border-bottom: 3px solid #fff;
        }
        .navbar-default .navbar-nav>li>a {
            padding: 15px 30px;
        }
        .navbar-default .navbar-nav>li>a:hover {
            background-color: #fff;
        }

        .navbar-nav>li>.dropdown-menu {
            padding: 0;
        }
        .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
          padding: 15px 45px;
          background-color: #002B5F;
          color: #fff !important;
        }
        figure.gallery {
          float: inherit;
        }
        figure.gallery img {
          height: 110%;
        }
        .related-news {
          margin-top: 100px;
        }

       }

       /* Extra Small Devices, Phones */
       @media only screen and (max-width : 480px) {

         .newsletter .search-box,
         .newsletter .btn {
            width: 100%;
            border-top-right-radius: 0;
            border-bottom-left-radius: 0;
            border-top-left-radius: 1em;
            border-bottom-right-radius: 1em;
         }
         .newsletter-img {
           display: none;
         }
         .newsletter .input-group {
           display: block;
         }

       }

       /* Custom, iPhone Retina */
       @media only screen and (max-width : 320px) {

       }
