@import url(http://fonts.googleapis.com/css?family=Roboto);
/* 
 * Tiny MCE styles
 */
.small-text {
  font-size: 90%;
}
.medium-text {
  font-size: 110%;
}
.big-text {
  font-size: 120%;
}
.huge-text {
  font-size: 150%;
}
/* Main color */
/*Secondary color */
/*Link color*/
html,
body {
  background-image: url(../img/bkg-body.png);
  background-repeat: repeat;
  background-color: transparent;
}
.page-container {
  background-color: #FFF;
  -webkit-box-shadow: 0 0 7px 0px #000000;
  -moz-box-shadow: 0 0 7px 0px #000000;
  -ms-box-shadow: 0 0 7px 0px #000000;
  -o-box-shadow: 0 0 7px 0px #000000;
  box-shadow: 0 0 7px 0px #000000;
}
a,
a:visited {
  color: #92da76;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
a:hover,
a:focus,
a:active {
  color: #096b30;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/******************HEADER*******************/
.header {
  background-color: #096b30;
  height: 90px;
  position: relative;
}
.navbar-inner {
  background-image: none;
  border: none;
  background-color: inherit;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.title-container {
  width: 380px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  height: 90px;
}
a.title {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-text-shadow: 1px 1px 2px #b7cd1c;
  -moz-text-shadow: 1px 1px 2px #b7cd1c;
  text-shadow: 1px 1px 2px #b7cd1c;
  height: 45px;
  line-height: normal;
  padding-top: 0px;
}
a.title:hover {
  -webkit-text-shadow: 1px 1px 2px #92da76;
  -moz-text-shadow: 1px 1px 2px #92da76;
  text-shadow: 1px 1px 2px #92da76;
  text-decoration: none;
  color: #FFF;
}
.subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  color: #b7cd1c;
  -webkit-text-shadow: 1px 1px 1px #000000;
  -moz-text-shadow: 1px 1px 1px #000000;
  text-shadow: 1px 1px 1px #000000;
  height: 45px;
  display: block;
  line-height: normal;
}
.carousel-text {
  width: 400px;
  top: 20px;
  height: 40px;
  margin-left: 20px;
}
.carousel-caption {
  top: 0;
  background: #096b30;
  opacity: 0.9;
  font-size: 20px;
  padding-top: 10px;
}
.carousel-description {
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-size: 11px;
  padding-top: 10px;
  padding-left: 15px;
  padding-bottom: 8px;
  font-family: verdana, sans serif;
  line-height: 150%;
  -webkit-text-shadow: 0px 0px 5px #92da76;
  -moz-text-shadow: 0px 0px 5px #92da76;
  text-shadow: 0px 0px 5px #92da76;
}
.carousel-control {
  margin-top: 50px;
}
.big-line {
  width: 100%;
  height: 11px;
  background-color: #096b30;
  margin-top: -20px;
}
/**********************MENU*************************/
.menu-container {
  display: inline-block;
  margin-left: 20px;
  /*width: 770px;*/
  position: absolute;
  right: 0;
  top: 0;
}
.menu-container .navbar-inner {
  padding: 0px;
}
/* NEW */
.menu-container .navbar .nav > li {
  display: inline-block;
}
.menu-container .navbar .nav > li > a {
  -webkit-text-shadow: 1px 0px 0px #000000;
  -moz-text-shadow: 1px 0px 0px #000000;
  text-shadow: 1px 0px 0px #000000;
  text-transform: uppercase;
  font-weight: bold;
  color: #b7cd1c;
  font-size: 11px;
  display: inline-block;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: #096b30;
  background-image: url('img/backmenu.png');
  background-repeat: repeat-x;
  background-position: 0px -100px;
  height: 46px;
  padding-top: 30px;
  -webkit-transition: background-position 1s ease, border 1s ease, color 1s ease;
  -moz-transition: background-position 1s ease, border 1s ease, color 1s ease;
  -ms-transition: background-position 1s ease, border 1s ease, color 1s ease;
  -o-transition: background-position 1s ease, border 1s ease, color 1s ease;
  transition: background-position 1s ease, border 1s ease, color 1s ease;
  text-align: center;
}
.menu-container .navbar .nav > li > a.menu-highlighted {
  padding-top: 20px;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
  background-color: transparent;
}
.menu-container .navbar .nav > li.active > a,
.menu-container .navbar .nav > li > a:hover,
.menu-container .navbar .nav > li > a:focus,
.menu-container .navbar .nav li.dropdown.open > .dropdown-toggle,
.menu-container .navbar .nav li.dropdown.active > .dropdown-toggle,
.menu-container .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-position: 0px 0px;
  border-top-color: #92da76;
  color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.menu-container .navbar .nav > li > a:hover,
.menu-container .navbar .nav > li > a:focus,
.menu-container .navbar .nav li.dropdown.open > .dropdown-toggle,
.menu-container .navbar .nav li.dropdown.active > .dropdown-toggle,
.menu-container .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  -webkit-transition: background-position 1s ease, border 1s ease, color 1s ease;
  -moz-transition: background-position 1s ease, border 1s ease, color 1s ease;
  -ms-transition: background-position 1s ease, border 1s ease, color 1s ease;
  -o-transition: background-position 1s ease, border 1s ease, color 1s ease;
  transition: background-position 1s ease, border 1s ease, color 1s ease;
}
.menu-container .navbar .nav > .active > a,
.menu-container .navbar .nav > .active > a:hover,
.menu-container .navbar .nav > .active > a:focus {
  background-color: transparent;
}
/* END NEW*/
#lang-selection {
  float: right;
}
/*******************FIN MENU*********************/
/******************FIN HEADER********************/
.content row {
  padding-left: -63px;
  padding-right: -63px;
}
.content {
  padding-left: 63px;
  padding-right: 63px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  text-align: justify;
  margin: 0px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #096b30;
}
h1 {
  font-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h2 {
  font-size: 28px;
}
.content h1 {
  background-image: url(../img/bkg-big-title.png);
  margin-left: -63px;
  margin-right: -63px;
  padding-left: 63px;
  padding-right: 63px;
}
hr {
  height: 4px;
  border: 0;
  border-bottom: 1px solid #a9a9a9;
  line-height: 1px;
  text-align: center;
}
hr:after {
  content: " ";
  border-left: 90px solid #096b30;
  font-size: 4px;
}
/********************FOOTER***************************/
.footer {
  background-color: #096b30;
  padding-bottom: 5px;
  margin-top: 50px;
}
.footer p {
  color: #92da76;
}
.footer-arrow {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 31px;
  height: 12px;
  background-image: url(../img/footer-arrow.png);
}
.footer-login {
  margin-left: 63px;
}
.footer a {
  text-decoration: inherit;
  color: #b7cd1c;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-family: inherit;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
.footer a:hover {
  color: #92da76;
  text-decoration: underline;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  font-family: inherit;
  text-transform: none;
  -webkit-transition: color 1s ease;
  -moz-transition: color 1s ease;
  -ms-transition: color 1s ease;
  -o-transition: color 1s ease;
  transition: color 1s ease;
}
/******************FIN FOOTER***********************/
/*****************RESPONSIVE************************/
@media (max-width: 1200px) and (min-width: 979px) {
  .header {
    height: 135px;
  }
  .title-container {
    width: auto;
    height: 45px;
  }
  a.title {
    display: inline-block;
    vertical-align: top;
    width: 365px;
  }
  .subtitle {
    display: inline-block;
    padding-top: 7px;
    height: 38px;
  }
  .menu-container {
    display: block;
    position: relative;
  }
  #lang-selection {
    margin-left: 30px;
    float: none;
    vertical-align: top;
  }
}
@media (max-width: 979px) {
  .main-menu {
    width: auto;
  }
  h1,
  h2,
  h3,
  h4 {
    /*font-size: 20px;*/
    line-height: 140%;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22.5px;
  }
  h3 {
    font-size: 19.5px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 13px;
  }
  .footer-login {
    margin-left: 8px;
  }
  .header {
    height: auto;
  }
  .title-container {
    width: auto;
    height: auto;
  }
  a.title {
    display: inline-block;
    vertical-align: top;
    width: 365px;
  }
  .subtitle {
    display: inline-block;
    padding-top: 7px;
    height: 38px;
  }
  .menu-container {
    display: block;
    margin-right: 20px;
    position: relative;
  }
  .navbar-inner {
    margin-right: 0px;
  }
  .menu-container .navbar .nav > li {
    display: block;
  }
  .menu-container .navbar .nav > li > a {
    height: auto;
    padding-top: 0px;
    display: block;
  }
  .menu-container .navbar .nav > li > a.menu-highlighted {
    padding-top: 0px;
  }
  #lang-selection {
    margin-left: 30px;
    float: none;
    vertical-align: top;
  }
  .menu-container .nav-collapse {
    padding-top: 5px;
  }
  .carousel-text {
    margin-left: 62px;
    height: 25px;
    top: 10px;
    width: 360px;
  }
  .carousel-control {
    margin-top: -10px;
  }
  .carousel-caption {
    font-size: 15px;
    font-weight: bold;
    padding-top: 3px;
  }
  .carousel-description {
    margin-top: 25px;
    padding-top: 5px;
    padding-bottom: 1px;
  }
}
@media (max-width: 480px) {
  .carousel-text {
    position: relative;
    margin: 0px;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    display: block;
    width: auto;
    /* margin-top: -25px; */
    height: auto;
  }
  .carousel-caption {
    position: relative;
  }
  .carousel-description {
    position: relative;
    margin: 0px;
    background-color: #000;
  }
  .carousel-control {
    top: 20%;
  }
}
@media (max-width: 460px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  a.title {
    font-size: 25px;
    height: 30px;
  }
  .subtitle {
    padding-top: 0px;
    height: auto;
  }
}
