@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #222222;
}

p {
  color: #333333;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

h5 {
  font-size: 1.2rem;
}

h4 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.8rem;
  font-weight: 300;
  max-width: 80%;
  margin: 1rem auto;
}

html {
  font-size: 100%;
}
@media (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

body {
  min-height: 100vh;
  background: #f3f3f3 url(../img/bg.jpg) no-repeat center top;
  background-size: contain;
  font-family: "Lato", sans-serif;
  color: #333;
}

.button {
  display: inline-block;
  min-width: 180px;
  width: auto;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  line-height: 1;
  vertical-align: middle;
  box-shadow: 0px 2px 2px #aaa;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.button.button-green {
  color: #fff;
  background-color: #27b1c2;
  font-weight: 300;
}

.link {
  color: #27b1c2;
}

.link-arrow:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 16px;
  background: url(../img/sageata.png) no-repeat center 50%;
  margin-left: 20px;
  vertical-align: middle;
}
.link-arrow.button-green:after {
  background: url(../img/sageata-alba.png) no-repeat center 50%;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
}

#page-title {
  text-align: left;
  margin: 0px 0px 0px 50px;
}

#page-title img { 
  width:50%; 
}

#top-bar {
  background-color: #fff;
  overflow: hidden;
}
#top-bar #logo img {
  margin-top: 10px;
}
#top-bar #logo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(44, 53, 58, 0.85) transparent;
  left: 65px;
}
#top-bar #account-menu {
  float: right;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
#top-bar #account-menu li {
  padding: 15px 10px;
  border-right: 1px solid #ddd;
  display: inline-block;
  line-height: 1.2;
}
#top-bar #account-menu li:last-child {
  border-right: none;
}
#top-bar #account-menu li a {
  display: inline-block;
  padding: 5px;
}
#top-bar #account-menu li a.buttoninsh {
  background-color: #27b1c2;
  color: #fff;
  border-radius: 3px;
}

#title-bar {
  text-align: center;
  background-color: rgba(44, 53, 58, 0.85);
  padding-bottom: 30px;
}
#title-bar .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#menu-bar {
  margin-top: -30px;
  z-index: 10;
  position: relative;
  padding: 0 1rem;
}
#menu-bar .container {
  background-color: #1989a6;
  border-radius: 5px;
  padding: 0 1rem;
}
#menu-bar ul {
  display: block;
  width: 100%;
  list-style: none;
}
#menu-bar ul li {
  display: block;
  float: left;
  width: auto;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 51px;
}
#menu-bar ul li a {
  color: #fff;
  line-height: 2;
  vertical-align: middle;
  display: inline-block;
  font-weight: 300;
}
#menu-bar ul li.active {
  background-color: #136e89;
}
#menu-bar ul li:last-child {
  border: none;
}
#menu-bar #search {
  float: right;
  position: relative;
}
#menu-bar #search input {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  margin: 10px;
  padding: 8px 10px;
  color: #fff;
}
#menu-bar #search:after {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 16px;
  height: 20px;
  width: 20px;
  pointer-events: none;
  background: url(../img/lupa.png) no-repeat center 50%;
}

.dropdown .trigger {
  display: none;
}

.breadcrumb {
  text-align: center;
}
.breadcrumb h4 {
  color: #666;
  font-weight: 300;
  /* Andrei 
  color: #262e32;
  text-align: left;
  font-size: 0.8rem;
  */
}
.breadcrumb h4 .separator {
  color: #1989a6;
  font-weight: bold;
  margin: 0 5px;
  display: inline-block;
}

#main .container {
  padding: 2rem;
}
#main #section2 {
  border-top: 1px solid #ccc;
}
#main #section2 .container {
  padding: 2rem 0;
}
@media (max-width: 992px) {
  #main #section2 .container {
    padding: 2rem 1rem;
  }
}
#main #section2 .breadcrumb h4 {
  color: #27b1c2;
}
#main #section2 .boxes {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
#main #section2 .boxes:after {
  content: "";
  display: block;
  clear: both;
  float: none;
}
#main #section2 .boxes .box {
  display: block;
  float: left;
  width: 47.99%;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
}
#main #section2 .boxes .box:nth-child(4n) {
  margin-right: 0;
}
#main #section2 .boxes .box .box-container {
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
  text-align: left;
  box-shadow: 0 2px 2px #aaa;
}
#main #section2 .boxes .box:nth-child(4n+1) .box-container {
  // background: #fff url(../img/curs1.png) no-repeat left top;
}
#main #section2 .boxes .box:nth-child(4n+2) .box-container {
  // background: #fff url(../img/curs2.png) no-repeat left top;
}
#main #section2 .boxes .box:nth-child(4n+3) .box-container {
  // background: #fff url(../img/curs3.png) no-repeat left top;
}
#main #section2 .boxes .box:nth-child(4n) .box-container {
  // background: #fff url(../img/curs3.png) no-repeat left top;
}
@media (max-width: 768px) {
  #main #section2 .boxes .box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
#main #section3 {
  background-color: #fff;
  border-top: 1px solid #ccc;
}
#main #section3 .breadcrumb h4 {
  color: #27b1c2;
  text-align: left;
}
#main #section3 .container {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 992px) {
  #main #section3 .container {
    padding: 2rem 1rem;
  }
}
#main #section3 #news {
  float: left;
  width: 67%;
  text-align: left;
  padding: 0 1rem;
}
#main #section3 #news .article-title {
  font-size: 1.2rem;
  color: #1989a6;
}
#main #section3 #news .article-title h4 {
  color: inherit;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}
#main #section3 #news .article-date {
  color: #666666;
  font-family: "Lato";
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  #main #section3 #news {
    width: 100%;
    float: none;
    padding-bottom: 1rem;
  }
}
#main #section3 #facebook {
  float: left;
  width: 32%;
  margin-left: 1%;
}
@media (max-width: 600px) {
  #main #section3 #facebook {
    width: 100%;
    float: none;
  }
}
#main #section3 .columns2 {
  width: 100%;
}
#main #section3 .columns2 .column {
  float: left;
  width: 50%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  #main #section3 .columns2 .column {
    width: 100%;
    float: none;
    padding: 1rem;
  }
}
#main .section .container {
  padding: 0;
}
#main .section .breadcrumb {
  padding: 0.5rem 1rem;
}
#main .section .main-content {
  width: calc(100% - 1rem - 300px);
  background-color: #fff;
  border-radius: 4px;
  float: left;
  box-shadow: 0 2px 2px #aaa;
  margin-bottom: 1rem;
}
#main .section .main-content h1 {
  max-width: none;
  text-align: left;
  padding: 0 1rem;
}
#main .section .sidebar {
  float: right;
  width: 300px;
}
#main .section .sidebar .box {
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 2px #aaa;
  margin-bottom: 1rem;
  text-align: left;
  overflow: hidden;
}
#main .section .sidebar .box .list {
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0 1rem;
  margin-bottom: 1rem;
}
#main .section .sidebar .box .list li {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
}
#main .section .sidebar .box .list li:last-child {
  border-bottom: none;
}
#main .section .sidebar .box .list li a {
  font-weight: bold;
}
#main .section .sidebar .box .list.articles .article-title {
  color: #1989a6;
  margin-bottom: 0.5rem;
}
#main .section .sidebar .box .list.articles .article-date {
  color: #666666;
  font-family: "Lato";
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
#main .section .sidebar .box .link {
  font-size: 0.8rem;
}
#main .section h3 {
  color: #1989a6;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  line-height: 2;
}
#main .section p.padded {
  padding: 0 1rem;
}
#main .section .tabs {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#main .section .tabs .tabs-header {
  background-color: #f2f2f2;
}
#main .section .tabs .tabs-header .tab-links {
  list-style: none;
  padding: 0.5rem 1rem 0 1rem;
}
#main .section .tabs .tabs-header .tab-links li {
  display: inline-block;
  padding: 1rem;
}
#main .section .tabs .tabs-header .tab-links li.active {
  border-radius: 4px 4px 0 0;
  background-color: #fff;
}
#main .section .tabs .tabs-header .tab-links li.active a {
  color: #1989a6;
}
#main .section .tabs .tabs-content .tab-content {
  padding: 2rem 1rem;
  display: none;
}
#main .section .tabs .tabs-content .tab-content.active {
  display: block;
}
#main .section .full-width {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
#main .section .section-footer {
  background-color: #f2f2f2;
  overflow: hidden;
}

body.home #main {
  text-align: center;
}

body.lista #main {
  text-align: left;
}
body.lista .breadcrumb {
  text-align: left;
}
body.lista .breadcrumb a {
  color: #1989a6;
}
body.lista .breadcrumb h4 {
  color: #262e32;
  font-weight: 300;
  font-size: 0.8rem;
}
body.lista .breadcrumb h4 .separator {
  color: inherit;
  font-weight: normal;
}

@media (max-width: 768px) {
  #menu-bar #search {
    z-index: 10;
  }
  #menu-bar ul li {
    display: block;
    border-right: none;
    float: none;
  }

  .dropdown {
    display: block;
    width: 100%;
    position: relative;
    /*
    &:hover {
      .dropdown-content {
        display:block;
      }
    }
    */
  }
  .dropdown .trigger {
    display: block;
    width: 60px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
  }
  .dropdown .dropdown-content {
    display: none;
  }
  .dropdown.show .dropdown-content {
    display: block;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 80%;
  }

  h1 {
    font-size: 2.2rem;
    max-width: none;
  }

  #top-bar #account-menu {
    margin-right: -1rem;
  }
}
#footer {
  background-color: #2c353a;
  color: #cccccc;
}
#footer .breadcrumb {
  text-align: left;
  padding: 1rem 0;
}
#footer .breadcrumb h4 {
  color: #fff;
}
#footer .container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 992px) {
  #footer .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#footer #domains {
  border: 1px solid #40484d;
  border-width: 1px 0 1px 0;
}
#footer #domains .container {
  padding-left: 0;
  padding-right: 0;
}
#footer #domains .domain {
  width: 25%;
  float: left;
  border-left: 1px solid #40484d;
  padding: 1.5rem 2rem;
}
#footer #domains .domain:last-child {
  border-right: 1px solid #40484d;
}
#footer #domains .domain.active {
  background-color: #1a2125;
}
#footer #domains .domain img {
  width: 100%;
  height: auto;
  max-width: 173px;
}
@media (max-width: 768px) {
  #footer #domains .domain {
    width: 50%;
  }
  #footer #domains .domain:nth-child(4n+1), #footer #domains .domain:nth-child(4n+2) {
    border-bottom: 1px solid #40484d;
  }
}
@media (max-width: 480px) {
  #footer #domains .domain {
    padding: 1rem;
  }
}
#footer #bottom .container {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
#footer #copy {
  color: #cccccc;
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  #footer #copy {
    font-size: 0.9rem;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
    padding-top: 1rem;
  }
}
#footer .footer-menu {
  list-style: none;
  float: right;
  clear: right;
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  #footer .footer-menu {
    font-size: 0.9rem;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
  }
}
#footer .footer-menu li {
  display: inline-block;
}
#footer .footer-menu li:after {
  content: " | ";
}
#footer .footer-menu li:last-child:after {
  display: none;
}
#footer .footer-menu li a {
  color: #cccccc;
}


table.table-bordered {
	border-spacing: 0px;
    border-collapse: collapse;
}
table.table-bordered td, table.table-bordered th {
	border:1px solid #000;
}
table th, table td {
	padding:5px;
}
table.table-hover tr:hover td {
	background-color:rgba(0,0,0,0.2);
}
table th {
	background-color:rgba(0,0,0,0.3);
}

/*# sourceMappingURL=style.css.map */
