@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Bitter:200,300,400,600,700,900");
html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #363636;
  font-size: 17px;
}
a,
button {
  -webkit-transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
  -moz-transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
  -o-transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, background 200ms ease, opacity 200ms ease;
}
a:hover,
button:hover,
a:focus,
button:focus,
.wp-caption:hover {
  text-decoration: none;
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  outline: none !important;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
.no-padding {
  padding: 0 !important;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
li {
  margin: 0;
  padding: 0;
}
.one-column-section {
  padding: 50px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.text-size-1 {
  font-size: 2.875em;
}
.text-size-2 {
  font-size: 2em;
}
.text-size-3 {
  font-size: 1.5em;
}
.text-size-4 {
  font-size: 0.875em;
}
.normal-text {
  font-size: 1em;
}
.header-page {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-page .content {
  height: 200px;
  display: table-cell;
  vertical-align: middle;
  width: 10000px;
  text-align: center;
}
.header-page .content .title {
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
}
.header-page .content .subtitle {
  color: #FFFFFF;
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wrapper-content {
  padding: 0;
}
.page-menu {
  background: #333333;
}
.page-menu .row {
  margin-left: 0px;
  margin-right: 0px;
}
.page-menu .item {
  padding: 16px 5px;
  font-size: 0.8125em;
  color: #FFFFFF;
  text-align: center;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.page-menu .item:hover,
.page-menu .item.active {
  background: #FFFFFF;
  color: #37A0C1;
}
.page-content .intro {
  font-size: 1.125em;
  line-height: 160%;
  color: #333333;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .page-content .intro {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .page-content .intro {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .page-content .intro {
    font-size: 0.875em;
  }
}
.page-content p {
  line-height: 160%;
}
.page-content ul.members {
  padding-left: 0px;
  margin-top: 10px;
}
.page-content ul.members li {
  padding: 15px;
}
.page-content .social-buttons {
  text-align: center;
  margin-top: 30px;
}
.ssba .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 2px;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.ssba .icon.facebook {
  background-image: url("../images/facebook.png");
}
.ssba .icon.twitter {
  background-image: url("../images/twitter.png");
}
.ssba .icon.linkedin {
  background-image: url("../images/linkedin.png");
}
.ssba .icon.google-plus {
  background-image: url("../images/google-plus.png");
}
.ssba .icon.pinterest {
  background-image: url("../images/pinterest.png");
}
.ssba .icon.youtube {
  background-image: url("../images/youtube.png");
}
.ssba .icon.flickr {
  background-image: url("../images/flickr.png");
}
.ssba .icon.rss {
  background-image: url("../images/rss.png");
}
@media (max-width: 1199px) {
  .one-column-section {
    padding: 40px 0;
  }
  .text-size-1 {
    font-size: 2.25em;
  }
  .text-size-2 {
    font-size: 1.5625em;
  }
  .text-size-3 {
    font-size: 1.1875em;
  }
  .text-size-4 {
    font-size: 0.75em;
  }
  .normal-text {
    font-size: 0.75em;
  }
  .page-menu .item {
    padding: 12px 5px;
    font-size: 0.75em;
  }
  .page-content .block-text {
    padding: 16px 0;
    font-size: 0.75em;
  }
  .page-content .block-text .title {
    margin-bottom: 24px;
  }
  .page-content .block-text ul {
    margin: 24px 0;
  }
  .page-content .block-text ul li {
    padding: 8px;
  }
  .page-content .block-text ul li ul {
    margin: 8px 0;
    padding-left: 8px;
  }
  .page-content .block-text ul li ul li:before {
    margin-right: 8px;
    width: 6px;
    height: 6px;
    margin-bottom: 2px;
  }
  .page-content .social-buttons {
    margin-top: 24px;
  }
  .ssba .icon {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 991px) {
  .one-column-section {
    padding: 30px 0;
  }
  .text-size-1 {
    font-size: 1.75em;
  }
  .text-size-2 {
    font-size: 1.25em;
  }
  .text-size-3 {
    font-size: 1em;
  }
  .header-page .content {
    height: 250px;
  }
  .page-menu .item {
    padding: 12px 5px;
    font-size: 0.75em;
  }
  .page-content .social-buttons {
    margin-top: 16px;
  }
  .ssba .icon {
    width: 24px;
    height: 24px;
  }
}
.title-section {
  font-size: 1em;
  color: #37A0C1;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  position: relative;
  line-height: 140%;
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .title-section {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .title-section {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .title-section {
    font-size: 0.875em;
  }
}
.title-section:after {
  position: absolute;
  content: '';
  width: 100%;
  top: 50%;
  margin-left: 15px;
  border-top: 4px solid #37A0C1;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .title-section {
    margin-top: 40px;
  }
}
p.date {
  color: #CCCCCC;
  font-size: 0.875em;
  font-style: italic;
}
@media (max-width: 1199px) {
  p.date {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  p.date {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  p.date {
    font-size: 0.75em;
  }
}
p.date strong {
  color: #333;
}
a.orange-button {
  border: 1px solid #CCCCCC;
  color: #37A0C1;
  background-color: white;
}
a.orange-button.big {
  border: 2px solid #37A0C1;
}
a.orange-button.dark {
  background-color: #37A0C1;
  color: white;
  border: 1px solid #37A0C1;
}
a.gray-button {
  color: white;
  background-color: #999999;
}
a.gray-button.big {
  border: 2px solid #999999;
}
a.orange-button,
a.gray-button {
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 0.75em;
  padding: 5px 10px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  a.orange-button,
  a.gray-button {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  a.orange-button,
  a.gray-button {
    font-size: 0.625em;
  }
}
@media (max-width: 479px) {
  a.orange-button,
  a.gray-button {
    font-size: 0.625em;
  }
}
a.orange-button i,
a.gray-button i {
  margin-left: 5px;
}
a.back.orange-button i,
a.back.gray-button i {
  margin-left: 0;
  margin-right: 5px;
}
a.orange-button.big,
a.gray-button.big {
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 30px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  a.orange-button.big,
  a.gray-button.big {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  a.orange-button.big,
  a.gray-button.big {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  a.orange-button.big,
  a.gray-button.big {
    font-size: 0.75em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  a.orange-button.big,
  a.gray-button.big {
    padding: 10px 20px;
  }
}
.orange-title {
  margin-top: 30px;
  color: #37A0C1;
  margin-bottom: 30px;
}
i {
  display: inline-block;
}
@media (max-width: 1199px) {
  .g-recaptcha {
    transform: scale(0.88);
    -webkit-transform: scale(0.88);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media (max-width: 991px) {
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
@media (max-width: 479px) {
  .g-recaptcha {
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.paginator {
  text-align: center;
  width: 100%;
  display: inline-block;
}
.paginator ul {
  background-color: #F7F7F7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 20px auto 60px auto;
  display: inline-block;
}
.paginator li {
  display: inline-block;
}
@media (max-width: 479px) {
  .paginator li {
    border-left: 1px solid white;
  }
  .paginator li:first-child {
    border-left: none;
  }
}
.paginator a,
.paginator span {
  display: inline-block;
  padding: 12px 15px;
  font-size: 1em;
  font-weight: 600;
  color: #CCCCCC;
}
@media (max-width: 1199px) {
  .paginator a,
  .paginator span {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .paginator a,
  .paginator span {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  .paginator a,
  .paginator span {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  .paginator a,
  .paginator span {
    padding: 12px 10px;
  }
}
.paginator .current a,
.paginator .current span {
  color: #37A0C1;
}
.paginator .next a,
.paginator .next span {
  padding-right: 20px;
}
@media (max-width: 479px) {
  .paginator .next a,
  .paginator .next span {
    padding-right: 15px;
  }
}
.paginator .prev a,
.paginator .prev span {
  padding-left: 20px;
}
@media (max-width: 479px) {
  .paginator .prev a,
  .paginator .prev span {
    padding-left: 15px;
  }
}
.share {
  display: block;
  height: 35px;
  float: right;
}
@media (max-width: 767px) {
  .share {
    float: left;
  }
}
.subscription-form {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .subscription-form {
    margin-top: 20px;
  }
}
.subscription-form .alert {
  font-size: 0.75em;
  padding: 5px;
  margin: 20px 0 0 0;
}
@media (max-width: 1199px) {
  .subscription-form .alert {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .subscription-form .alert {
    font-size: 0.625em;
  }
}
@media (max-width: 479px) {
  .subscription-form .alert {
    font-size: 0.625em;
  }
}
.subscription-form .parsley-errors-list {
  font-size: 0.8125em;
  padding: 0;
}
@media (max-width: 1199px) {
  .subscription-form .parsley-errors-list {
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .subscription-form .parsley-errors-list {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .subscription-form .parsley-errors-list {
    font-size: 0.75em;
  }
}
.subscription-form .parsley-errors-list li {
  padding: 0px 0 10px 0;
}
.subscription-form .form-container {
  border: 1px solid #CCCCCC;
  border-bottom: none;
  background-color: white;
  padding: 30px 30px 30px 30px;
}
.subscription-form h2 {
  border: none;
  text-align: center;
  color: #37A0C1;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.625em;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .subscription-form h2 {
    font-size: 1.375em;
  }
}
@media (max-width: 991px) {
  .subscription-form h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 479px) {
  .subscription-form h2 {
    font-size: 1.125em;
  }
}
.subscription-form label {
  font-size: 1em;
  color: #333333;
  margin-bottom: 8px;
}
@media (max-width: 1199px) {
  .subscription-form label {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .subscription-form label {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .subscription-form label {
    font-size: 0.875em;
  }
}
.subscription-form label.checkbox-label {
  font-size: 0.8125em;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .subscription-form label.checkbox-label {
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .subscription-form label.checkbox-label {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .subscription-form label.checkbox-label {
    font-size: 0.6875em;
  }
}
.subscription-form button {
  width: 100%;
  background-color: #37A0C1;
  border: none;
  color: white;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 100%;
  font-size: 1em;
}
@media (max-width: 1199px) {
  .subscription-form button {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .subscription-form button {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .subscription-form button {
    font-size: 0.75em;
  }
}
.subscription-form button i {
  margin-left: 20px;
  vertical-align: bottom;
}
.subscription-form .form-group {
  margin-bottom: 20px;
}
.subscription-form .form-group input[type="text"],
.subscription-form .form-group input[type="email"] {
  height: 33px;
}
.subscription-form .checkbox-inline input[type="checkbox"] {
  height: 16px;
  width: 16px;
  background: none;
  margin-right: 5px;
}
.counter {
  color: #37A0C1;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .counter {
    font-size: 1.375em;
  }
}
@media (max-width: 991px) {
  .counter {
    font-size: 1.125em;
  }
}
@media (max-width: 479px) {
  .counter {
    font-size: 1em;
  }
}
.profile-activities {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .profile-activities {
    margin-bottom: 20px;
  }
}
.filter {
  margin-top: 3px;
  text-align: right;
}
@media (max-width: 1199px) {
  .filter {
    margin-top: 1px;
  }
}
@media (max-width: 991px) {
  .filter {
    margin-top: 15px;
    text-align: left;
  }
}
.filter label {
  color: #999999;
  margin-right: 10px;
  font-size: 1em;
}
@media (max-width: 1199px) {
  .filter label {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .filter label {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .filter label {
    font-size: 0.875em;
  }
}
.filter select {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
  min-width: 300px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 0.875em;
  background: #F7F7F7;
}
@media (max-width: 1199px) {
  .filter select {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .filter select {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .filter select {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .filter select {
    min-width: 100%;
  }
}
.activity {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #CCCCCC;
}
.activity .title {
  height: 70px;
  overflow: hidden;
  margin: 20px 0 10px 0;
}
@media (max-width: 991px) {
  .activity .title {
    height: auto;
  }
}
.activity .date {
  color: #999999;
}
.activity h2 {
  margin: 0;
  text-transform: none;
  font-size: 1.625em;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .activity h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .activity h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 479px) {
  .activity h2 {
    font-size: 1.125em;
  }
}
.activity .image-wrapper {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .activity .image-wrapper {
    height: auto;
    margin-top: 0px;
  }
  .activity .image-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.activity .status {
  color: white;
  font-size: 0.75em;
  padding: 2px 15px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .activity .status {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .activity .status {
    font-size: 0.625em;
  }
}
@media (max-width: 479px) {
  .activity .status {
    font-size: 0.625em;
  }
}
.activity .status-1 {
  background-color: #CC3333;
}
.activity .status-2 {
  background-color: #EAAB3C;
}
.activity .status-3 {
  background-color: #A5C407;
}
.activity .description {
  font-weight: 300;
  /*height: 70px;*/
  margin-top: 15px;
  overflow: hidden;
  font-size: 0.875em;
}
.activity .observaciones_privadas {
  font-weight: 300;
  margin-top: 15px;
  font-size: 0.875em;    
}
.activity .observaciones_privadas ul {
    list-style-type: disc;
    padding-left: 40px;
}
.actividad-upload-form.dropdown-menu {
  width: 500px;
  left: 14px;
}
.actividad-upload-form.dropdown-menu form {
  padding: 10px 40px;
}
.actividad-upload-form form .btn {
  font-size: 12px;
}
@media (max-width: 1199px) {
  .activity .description {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .activity .description {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .activity .description {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .activity .description {
    height: auto;
    margin-top: 5px;
  }
}
.activity a {
  margin-top: 10px;
  margin-right: 15px;
}
.activity a i.profile {
  vertical-align: text-top;
}
.activity-detail h1 {
  text-transform: none;
  font-size: 2.25em;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .activity-detail h1 {
    font-size: 1.75em;
  }
}
@media (max-width: 991px) {
  .activity-detail h1 {
    font-size: 1.375em;
  }
}
@media (max-width: 479px) {
  .activity-detail h1 {
    font-size: 1.125em;
  }
}
.activity-detail .date {
  margin-top: 5px;
  margin-bottom: 30px;
}
.activity-detail .profile-actions {
  text-align: left;
}
.activity-detail .profile-actions a {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .activity-detail .profile-actions a {
    clear: both;
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0px;
  }
}
.activity-detail .activity-data {
  padding-right: 50px;
}
@media (max-width: 991px) {
  .activity-detail .activity-data {
    padding-right: 15px;
  }
}
.activity-detail dl {
  font-size: 0.875em;
}
@media (max-width: 1199px) {
  .activity-detail dl {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .activity-detail dl {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .activity-detail dl {
    font-size: 0.75em;
  }
}
.activity-detail hr {
  border-top: 1px dotted #CCCCCC;
  margin: 20px auto;
}
.activity-detail .back {
  float: right;
  padding: 8px 15px;
}
@media (max-width: 479px) {
  .activity-detail .back {
    margin-top: 0px;
  }
}
.activity-detail h2 {
  font-size: 1.5em;
  color: #333333;
  margin: 80px auto 30px auto;
}
@media (max-width: 1199px) {
  .activity-detail h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .activity-detail h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 479px) {
  .activity-detail h2 {
    font-size: 1em;
  }
}
.activity-detail .image-wrapper {
  height: 370px;
  width: 100%;
  float: right;
}
@media (max-width: 991px) {
  .activity-detail .image-wrapper {
    height: auto;
    margin-top: 0px;
  }
  .activity-detail .image-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.activity-detail .profile-button i {
  display: inline-block;
  margin-left: 10px;
}
.activity-detail .activity-description {
  border-top: 1px dotted #CCCCCC;
  margin: 60px auto;
  padding: 60px 0px 0px 0px;
}
.activity-detail .activity-description p {
  line-height: 160%;
}
@media (max-width: 991px) {
  .activity-detail .activity-description p {
    font-size: 1em;
  }
}
@media (max-width: 991px) and (max-width: 1199px) {
  .activity-detail .activity-description p {
    font-size: 1em;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .activity-detail .activity-description p {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) and (max-width: 479px) {
  .activity-detail .activity-description p {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .activity-detail .activity-description {
    margin: 30px auto;
    padding: 30px 0px 0px 0px;
  }
}
.activity-detail .actions {
  text-align: center;
  margin-bottom: 0px;
}
.activities-list {
  margin: 30px 0;
}
.activities-list .title {
  color: #37A0C1;
  margin-top: 30px;
  margin-bottom: 10px;
}
.activities-list .read-more {
  display: inline-block;
  width: auto;
  margin: 0;
  line-height: 100%;
  position: relative;
  font-weight: 600;
  font-size: 0.75em;
  color: #37A0C1;
}
.activities-list .read-more i {
  top: 1px;
  right: -2px;
  position: relative;
}
@media (max-width: 991px) {
  .activities-list .read-more {
    margin: 5px 0 0 0;
  }
}
.activities-list h3 {
  font-size: 1.125em;
  text-transform: none;
  font-weight: 600;
  margin: 0;
  line-height: 150%;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .activities-list h3 {
    font-size: 1em;
  }
}
.activities-list h4 {
  font-size: 1.1em;
  text-transform: none;
  margin: 0;
  line-height: 160%;
  color: #333;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .activities-list h4 {
    font-size: 0.875em;
  }
}
.activities-list h5 {
  font-size: 0.8125em;
  text-transform: none;
  margin: 0;
  line-height: 160%;
  color: #666;
  margin-bottom: 10px;
}
.activities-list h6 {
  font-size: 0.8125em;
  text-transform: none;
  margin: 0;
  line-height: 160%;
  color: #666;
  margin-bottom: 10px;
}
.activities_level_1 {
  margin-bottom: 60px;
  float: left;
  clear: both;
  width: 100%;
}
.activities_level_1 > li {
  margin-top: 20px;
  width: 100%;
  float: left;
  clear: both;
}
.activities_level_1 > li > .activity_wrapper {
  padding: 20px;
}
@media (max-width: 991px) {
  .activities_level_1 > li > .activity_wrapper {
    padding: 10px;
  }
}
.activities_first_level.activities_level_1 > li {
  border: 1px solid #CCCCCC;
}
.activities_first_level.activities_level_2 {
  border: 1px solid #CCCCCC;
}
.activities_first_level.activities_level_3_show {
  border: 1px solid #CCCCCC;
}
.activities_level_2 > li {
  background-color: #FBFBFB;
  width: 100%;
  float: left;
  clear: both;
}
.activities_level_2 > li > .activity_wrapper {
  position: relative;
  padding: 20px 20px 20px 45px;
}
@media (max-width: 991px) {
  .activities_level_2 > li > .activity_wrapper {
    padding: 10px 10px 10px 35px;
  }
}
.activities_level_2 > li > .activity_wrapper h4 {
  position: relative;
}
.activities_level_2 > li > .activity_wrapper h4:before {
  width: 7px;
  height: 7px;
  background-color: #37A0C1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  content: ' ';
  position: absolute;
  left: -20px;
  top: 5px;
}
.activities_level_2 > li a {
  margin-right: 40px;
}
.activities_level_2 > li i.open_activity_list, .activities_level_2 > li i.close_activity_list {
  position: absolute;
  bottom: 20px;
  right: 50px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .activities_level_2 > li i.open_activity_list, .activities_level_2 > li i.close_activity_list {
    right: 40px;
  }
}
.activities_level_3 {
  display: none;
  margin: 0 20px 20px 20px;
  position: relative;
}
.activities_level_3.activities_level_3_show {
  display: block;
}
@media (max-width: 991px) {
  .activities_level_3 {
    margin: 0 10px 10px 10px;
  }
}
.activities_level_3 h5 {
  position: relative;
}
.activities_level_3 h5:before {
  content: ' ';
  background-image: url('../images/icons/activity_list_level_3.png');
  background-size: 4px 7px;
  background-repeat: no-repeat;
  position: absolute;
  top: 7px;
  left: -15px;
  display: block;
  width: 4px;
  height: 7px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .activities_level_3 h5:before {
    background-image: url("../images/icons/activity_list_level_3@2x.png");
    background-size: 4px 7px;
    background-repeat: no-repeat;
  }
}
.activities_level_3.active {
  display: block;
}
.activities_level_3.active:after {
  content: ' ';
  bottom: 100%;
  right: 24px;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: white;
  border-width: 15px;
  margin-left: -15px;
}
.activities_level_3 > li {
  background-color: white;
  padding: 0 20px;
}
.activities_level_3 > li .activity_wrapper {
  padding: 20px 20px 20px 30px;
  border-top: 1px dotted #DBDBDB;
}
@media (max-width: 991px) {
  .activities_level_3 > li .activity_wrapper {
    padding: 10px 10px 10px 20px;
  }
}
.activities_level_3 > li:first-child .activity_wrapper {
  border: none;
}
.activities_level_4 {
    padding-left: 30px;
}
.contact-box {
  margin: 60px auto;
  background: #F9F9F9;
  padding: 60px 35px 60px 35px;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-box {
    padding: 30px 20px 30px 20px;
    margin: 30px auto;
  }
}
#contact-form p,
.contact-data p {
  font-size: 0.875em;
  color: #666666;
  line-height: 160%;
  text-align: center;
}
@media (max-width: 1199px) {
  #contact-form p,
  .contact-data p {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  #contact-form p,
  .contact-data p {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  #contact-form p,
  .contact-data p {
    font-size: 0.6875em;
  }
}
#contact-form {
  margin: 0 15px;
}
#contact-form legend {
  font-size: 1.5em;
  color: #37A0C1;
  text-transform: uppercase;
  border: none;
  text-align: center;
}
@media (max-width: 1199px) {
  #contact-form legend {
    font-size: 1.375em;
  }
}
@media (max-width: 991px) {
  #contact-form legend {
    font-size: 1.25em;
  }
}
@media (max-width: 479px) {
  #contact-form legend {
    font-size: 1.125em;
  }
}
#contact-form p {
  margin: 0px 0 20px 0;
}
@media (max-width: 991px) {
  #contact-form p {
    margin: 0 0 10px 0;
  }
}
#contact-form .form-group {
  text-align: left;
}
#contact-form .recaptcha {
  float: right;
}
@media (max-width: 991px) {
  #contact-form .recaptcha {
    float: none;
  }
}
#contact-form textarea {
  min-height: 150px;
  padding: 10px;
  resize: vertical;
}
#contact-form .form-group {
  text-align: left;
  margin-bottom: 30px;
}
#contact-form .form-group label {
  margin-bottom: 15px;
  font-size: 0.875em;
}
@media (max-width: 1199px) {
  #contact-form .form-group label {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  #contact-form .form-group label {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  #contact-form .form-group label {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  #contact-form .form-group label {
    margin: 0 0 10px 0;
  }
}
#contact-form .form-group.checkbox-inline label {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  #contact-form .form-group {
    margin: 0 0 15px 0;
  }
}
#contact-form .checkbox-inline {
  float: left;
  margin-top: 15px;
}
@media (max-width: 991px) {
  #contact-form .checkbox-inline {
    margin: 0 0 10px 0;
  }
  #contact-form .checkbox-inline input {
    margin-top: 2px;
  }
}
#contact-form .checkbox-inline label {
  color: #666666;
  font-weight: 300;
}
#contact-form .checkbox-inline label a {
  text-decoration: underline;
}
#contact-form button {
  background-color: #37A0C1;
  border: none;
  margin: 0 auto;
  color: white;
  padding: 20px 40px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 1em;
}
@media (max-width: 1199px) {
  #contact-form button {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  #contact-form button {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  #contact-form button {
    font-size: 0.75em;
  }
}
#contact-form button i {
  margin-left: 20px;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  .contact-data {
    margin: 30px 15px;
  }
}
.contact-data p {
  margin: 0 0 30px 0;
}
@media (max-width: 991px) {
  .contact-data p {
    margin: 0 0 15px 0;
  }
}
.contact-data dl {
  text-align: left;
  margin-top: 0px;
}
.contact-data dt {
  color: #999999;
  font-weight: 300;
  font-size: 0.8125em;
  border-top: 1px solid #CCCCCC;
  position: relative;
  padding-top: 25px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-left: 85px;
}
@media (max-width: 1199px) {
  .contact-data dt {
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .contact-data dt {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .contact-data dt {
    font-size: 0.6875em;
  }
}
.contact-data dt:first-child {
  border-top: none;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .contact-data dt {
    padding-left: 65px;
  }
}
@media (max-width: 479px) {
  .contact-data dt {
    padding-left: 45px;
  }
}
.contact-data dd {
  line-height: 120%;
  color: #3371AA;
  padding-left: 85px;
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 1.125em;
}
@media (max-width: 1199px) {
  .contact-data dd {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .contact-data dd {
    font-size: 1.125em;
  }
}
@media (max-width: 479px) {
  .contact-data dd {
    font-size: 0.875em;
  }
}
.contact-data dd span {
  font-size: 0.75em;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .contact-data dd span {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .contact-data dd span {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .contact-data dd span {
    font-size: 0.625em;
  }
}
@media (max-width: 991px) {
  .contact-data dd {
    padding-left: 65px;
  }
}
@media (max-width: 479px) {
  .contact-data dd {
    padding-left: 45px;
  }
}
.contact-data i {
  position: absolute;
  top: 20px;
  left: 0;
}
@media (max-width: 991px) {
  .contact-data i {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 479px) {
  .contact-data i {
    width: 35px;
    height: 35px;
  }
}
.members {
  margin-bottom: 30px;
  width: 100%;
  clear: both;
  float: left;
}
.members img {
  width: auto;
  height: auto;
  max-width: 65px;
  float: left;
  margin-right: 15px;
  display: table-cell;
}
@media (max-width: 767px) {
  .members img {
    display: block;
    clear: both;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.members .member {
  background-color: #F9F9F9;
  padding: 15px;
  margin-bottom: 2px;
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  display: table;
}
@media (max-width: 767px) {
  .members .member {
    display: block;
  }
}
.members strong {
  display: block;
  margin-top: 0px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 120%;
  font-family: 'Botter';
}
@media (max-width: 1199px) {
  .members strong {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .members strong {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .members strong {
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  .members strong {
    max-width: 100%;
  }
}
.members span {
  display: block;
  font-size: 0.875em;
  color: #999999;
  font-weight: 200;
  font-family: 'Bitter';
  max-width: 420px;
}
@media (max-width: 1199px) {
  .members span {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .members span {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .members span {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  .members span {
    max-width: 100%;
  }
}
.members .member-info {
  min-height: 92px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 767px) {
  .members .member-info {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    min-height: auto;
  }
}
.members a {
  position: absolute;
  font-weight: 600;
  right: 15px;
  top: 65%;
  margin-top: -15px;
}
.members a:hover {
  color: inherit;
}
@media (max-width: 767px) {
  .members a {
    position: relative;
    margin: 20px auto 0 auto;
    right: auto;
    left: auto;
    top: auto;
    width: auto;
    max-width: 200px;
    display: block;
    text-align: center;
  }
}
.components-section {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #999999;
}
.components-section section {
  padding-top: 0;
}
.description {
  font-weight: 600;
  font-size: 1.125em;
}
.components-block {
  display: block;
  margin-bottom: 30px;
}
.components-block .card-container {
  background-color: #F9F9F9;
  position: relative;
  padding: 30px;
}
.components-block .card-image img {
  width: 100%;
}
.components-block .card-title {
  padding-right: 90px;
}
.components-block .card-title h3 {
  color: #000000;
  margin-top: 0;
  font-size: 1.25em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  .components-block .card-title h3 {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .components-block .card-title h3 {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  .components-block .card-title h3 {
    font-size: 1em;
  }
}
.components-block .card-description {
  margin-right: 115px;
  margin-bottom: 0;
  height: 50px;
}
@media (max-width: 767px) {
  .components-block .card-description {
    margin-right: 20px;
    height: auto;
  }
}
.components-block .card-description p {
  color: #666666;
  margin: 0;
  font-size: 0.875em;
}
@media (max-width: 1199px) {
  .components-block .card-description p {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .components-block .card-description p {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .components-block .card-description p {
    font-size: 0.75em;
  }
}
.components-block i {
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .components-block i {
    display: none;
  }
}
.category-cards a {
  width: 50%;
  display: table;
  float: left;
  vertical-align: middle;
  text-align: center;
  border-top: 1px dotted #999999;
  border-left: 1px dotted #999999;
}
.category-cards a:nth-child(1),
.category-cards a:nth-child(2) {
  border-top: none;
}
.category-cards a:nth-child(2n+1) {
  border-left: none;
}
.category-cards a .card {
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.category-cards a p {
  max-width: 130px;
  margin: 10px auto 0 auto;
  color: #37A0C1;
  font-weight: 600;
  font-size: 0.875em;
}
@media (max-width: 1199px) {
  .category-cards a p {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .category-cards a p {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .category-cards a p {
    font-size: 0.75em;
  }
}
@media (max-width: 767px) {
  .category-cards a img {
    max-width: 60px;
  }
}
.bits {
  margin-top: 60px;
}
.bits li {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #CCCCCC;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .bits li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 0px;
  }
}
.bits li > i {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .bits li > i {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .bits li > i {
    width: 25px;
    height: 25px;
  }
}
.bits h3 {
  text-transform: none;
  line-height: 120%;
  margin-top: 0px;
  padding-right: 40px;
  font-size: 1.3125em;
}
@media (max-width: 1199px) {
  .bits h3 {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .bits h3 {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  .bits h3 {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .bits h3 {
    padding-right: 20px;
  }
}
.bits a {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .bits a {
    margin-top: 0px;
  }
}
.form-container .title {
  position: relative;
  color: #37A0C1;
  margin: 40px 0;
}
.form-container .title span {
  background: #FFFFFF;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  font-weight: bold;
}
.form-container .title:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #37A0C1;
  left: 0;
  top: 12px;
}
.form-container .subtitle {
  color: #37A0C1;
  border-bottom: 1px solid #37A0C1;
  font-weight: 600;
  margin: 20px 0;
}
form label {
  color: #666666;
  font-size: 0.875em;
  font-weight: 600;
}
form .checkbox-label {
  font-size: 0.775em;
  font-weight: normal;
}
form .form-group {
  margin-bottom: 20px;
}
form .form-group .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  color: #999999;
}
form .form-group textarea.form-control {
  height: 80px;    
}
form .form-group .form-control:focus {
  border: 1px solid #37A0C1;
}
form .form-group .form-control.parsley-error {
  border: 1px solid #a94442;
}
form .is_individual_container {
  margin-bottom: 20px;
}
form hr {
  margin: 40px 0;
}
form hr.internal {
  margin: 10px 0;
  border-color: #999;
}
form .form-block {
  padding: 50px;
  background: #f5f5f5;
  margin-bottom: 30px;
}
form .help-block {
  font-size: 0.75em;
  font-style: italic;
}
form .btn {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 20px;
  color: #FFFFFF !important;
  font-size: 1.125em;
  margin-right: 15px;
}
form .btn.btn-sm{
  font-weight: 400;
  font-size: 0.85em;
}
form .btn i {
  margin-left: 5px;
}
form .btn.btn-primary {
  background: #37A0C1 !important;
  border: 1px solid #37A0C1 !important;
}
form .btn.btn-default {
  background: #999999 !important;
  border: 1px solid #999999 !important;
}
form .btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  text-transform: initial;
}
form .alert {
  display: none;
  font-size: 0.875em;
}
form .parsley-errors-list {
  color: #a94442;
  font-size: 0.875em;
}
form .parsley-errors-list.filled li {
  padding: 5px 0;
  padding-left: 5px;
  background-color: #a94442;
  color: #fff;
  border-radius: 5px;
}
form .select2-container .select2-selection--single {
    height: 40px;
}
form .select2-container .select2-selection--single .select2-selection__rendered {
    height: 40px;
}
form .select2-container .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
@media (max-width: 1199px) {
  .form-container .title {
    margin: 32px 0;
  }
  .form-container .title span {
    padding-right: 8px;
  }
  .form-container .title:after {
    top: 10px;
  }
  form label {
    font-size: 0.75em;
  }
  form .form-group {
    margin-bottom: 20px;
  }
  form .form-group .form-control {
    height: 40px;
    font-size: 0.75em;
  }
  form hr {
    margin: 32px 0;
  }
  form .form-block {
    padding: 32px;
    margin-bottom: 24px;
  }
  form .btn {
    padding: 8px 16px;
    font-size: 0.875em;
    margin-right: 12px;
  }
  form .alert {
    font-size: 0.75em;
  }
  form .parsley-errors-list {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .form-container .title {
    margin: 26px 0;
  }
  .form-container .title span {
    padding-right: 6px;
  }
  .form-container .title:after {
    top: 8px;
  }
  form .form-group {
    margin-bottom: 16px;
  }
  form .form-group .form-control {
    height: 34px;
  }
  form hr {
    margin: 26px 0;
  }
  form .form-block {
    padding: 26px;
    margin-bottom: 20px;
  }
  form .btn {
    padding: 6px 12px;
    font-size: 0.75em;
    margin-right: 10px;
  }
}
.footer .logo-container img {
  max-width: 100%;
}
.message-block {
  background: #3f3f3f;
  padding: 20px 0;
}
.message-block .icon {
  float: left;
  margin-right: 20px;
}
.message-block .icon img {
  width: 35px;
}
.message-block .content {
  display: table-cell;
}
.message-block .content .title {
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 0;
}
.message-block .content .text {
  color: #CCCCCC;
  font-size: 0.8125em;
}
.footer .partners-block {
  background: #333333;
  padding: 30px 0;
  position: relative;
}
.footer .partners-block .title {
  color: #FFFFFF;
  font-size: 0.75em;
  font-weight: 600;
}
.footer .partners-block .logo {
  margin: 0 15px 20px 0;
  display: inline-block;
  position: relative;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .partners-block .logo img {
  width: 65px;
}
.footer .partners-block .logo:hover img {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.footer .partners-block .logo:hover .logo-full {
  display: block;
}
.footer .partners-block .logo:hover .logo-full img {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  text-align: center;
}
.footer .partners-block .logo .logo-full {
  display: none;
  position: absolute;
  z-index: 1000;
  background-color: white;
  top: 0px;
  left: 0px;
  width: 195px;
  padding: 0 10px;
  border: 1px solid #333;
}
.footer .partners-block .logo .logo-full img{
  width: auto;
  height: auto;
  margin: 10px auto;
}
.footer .partners-block .logo .logo-full p{
  margin: 0;
  margin: 10px 0;
  padding-bottom: 10px;
  font-size: 0.8em;
  border-bottom: 1px dotted #CCCCCC;
}
.footer .footer-block .logo-container,
.footer .footer-block .menu,
.footer .footer-block .social-buttons {
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  width: auto;
}
.footer .footer-block .data-container {
  text-align: center;
}
.footer .footer-block .data-container .menu-container {
  display: inline-block;
}
.footer .footer-block .data-container .menu-container .menu ul li {
  display: inline-block;
  padding: 0 5px;
}
.footer .footer-block .data-container .menu-container .menu ul li a {
  color: #666666;
  text-transform: uppercase;
  font-size: 0.8125em;
}
.footer .footer-block .data-container .social-buttons-container {
  display: inline-block;
  margin-left: 30px;
}
.footer .footer-block .copyright-container {
  border-top: 1px dotted #999999;
  padding: 20px;
  text-align: center;
}
.footer .footer-block .copyright-container .copyright {
  color: #666666;
  font-size: 0.8125em;
}
@media (max-width: 1199px) {
  .message-block {
    padding: 16px 0;
  }
  .message-block .icon {
    margin-right: 16px;
  }
  .message-block .icon img {
    width: 28px;
  }
  .message-block .content .text {
    font-size: 0.75em;
  }
  .footer .partners-block {
    padding: 24px 0;
  }
  .footer .partners-block .logo {
    margin: 0 12px 16px 0;
  }
  .footer .partners-block .logo img {
    width: 52px;
  }
  .footer .partners-block .logo .logo-full {
    top: 70px;
    left: 40px;
  }
  .footer .footer-block .logo-container,
  .footer .footer-block .menu,
  .footer .footer-block .social-buttons {
    height: 120px;
  }
  .footer .footer-block .data-container .menu-container .menu ul li a {
    font-size: 0.75em;
  }
  .footer .footer-block .data-container .social-buttons-container {
    margin-left: 24px;
  }
  .footer .footer-block .copyright-container {
    padding: 16px;
  }
  .footer .footer-block .copyright-container .copyright {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .message-block .icon img {
    width: 22px;
  }
  .footer .partners-block {
    padding: 20px 0;
  }
  .footer .partners-block .logo {
    margin: 0 10px 14px 0;
  }
  .footer .partners-block .logo img {
    width: 41px;
  }
  .footer .partners-block .logo .logo-full {
    top: 60px;
    left: 35px;
  }
  .footer .footer-block .logo-container,
  .footer .footer-block .menu,
  .footer .footer-block .social-buttons {
    height: auto;
    padding: 10px 0;
  }
  .footer .footer-block .logo-container {
    display: block;
    text-align: center;
  }
  .footer .footer-block .data-container .menu-container {
    display: block;
  }
  .footer .footer-block .data-container .menu-container .menu {
    display: block;
    text-align: center;
  }
  .footer .footer-block .data-container .social-buttons-container {
    margin-left: 0;
    display: block;
  }
  .footer .footer-block .data-container .social-buttons-container .social-buttons {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .footer-block .data-container .menu-container .menu ul li {
    display: block;
    padding: 5px;
  }
}
.news {
  margin-bottom: 40px;
}
.news > li {
  border-top: 1px dotted #CCCCCC;
  margin-bottom: 30px;
  padding-top: 20px;
}
.news > li:first-child {
  border-top: none;
  padding-top: 10px;
}
.news > li:first-child.highlighted {
  padding-top: 0;
  margin-top: 0px;
}
.news > li.highlighted {
  margin-top: 30px;
  padding-top: 0;
  border: none;
}
.news > li.highlighted .new-content {
  background-color: #F9F9F9;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 30px;
}
.news > li.highlighted + li {
  border-top: none;
}
.news h3 {
  font-size: 1.625em;
  line-height: 120%;
  margin-bottom: 20px;
  color: #000000;
  text-transform: none;
}
@media (max-width: 1199px) {
  .news h3 {
    font-size: 1.375em;
  }
}
@media (max-width: 991px) {
  .news h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 479px) {
  .news h3 {
    font-size: 1.125em;
  }
}
.news p {
  font-size: 0.875em;
}
@media (max-width: 1199px) {
  .news p {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .news p {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .news p {
    font-size: 0.75em;
  }
}
.news ul li {
  font-size: 0.875em;
}

.news .read-more {
  margin-top: 10px;
  display: inline-block;
  width: auto;
}
.news .image-wrapper {
  width: 100%;
  margin-bottom: 20px;
  height: 190px;
}
@media (max-width: 991px) {
  .news .image-wrapper {
    position: relative;
    height: auto;
  }
}
@media (max-width: 991px) {
  .news .image-wrapper img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
.news .new-content {
  padding: 0px 15px 15px 15px;
}
.news .highlighted img {
  width: 100%;
}
.news-content {
  padding: 0;
}
.news-content .left-column {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .news-content .left-column {
    margin-top: 30px;
  }
}
.news-content .news {
  margin-bottom: 0px;
}
.news-content .news > li {
  border-top: none;
  padding-bottom: 20px;
  border-bottom: 1px dotted #CCCCCC;
  padding-top: 0;
}
.new-content {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .new-content {
    margin-bottom: 20px;
  }
}
.new-content h1 {
  text-transform: none;
  padding-right: 0;
  font-size: 2.4em;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .new-content h1 {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .new-content h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 479px) {
  .new-content h1 {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .new-content h1 {
    margin: 0 0 15px 0;
    padding-right: 0px;
  }
}
.new-content .date {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .new-content .date {
    margin-top: 0px;
  }
}
.new-content .source {
  display: block;
  color: #37A0C1;
  margin: 40px auto 0px auto;
  font-size: 1em;
  font-style: italic;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .new-content .source {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .new-content .source {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .new-content .source {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .new-content .source {
    margin-top: 20px;
  }
}
.new-content .source:hover {
  color: #37A0C1;
  text-decoration: underline;
}
.new-data img,
.activity-data img {
  width: 100%;
}
.new-data dl,
.activity-data dl {
  margin: 0;
  font-style: italic;
}
.new-data dd,
.activity-data dd {
  margin-left: 10px;
  font-weight: 600;
  color: #666666;
}
@media (max-width: 991px) {
  .new-data dd,
  .activity-data dd {
    clear: both;
    margin-left: 0px;
    margin-bottom: 5px;
  }
}
.new-data dt,
.activity-data dt {
  float: left;
  font-weight: 300;
}
.new-data dt:after,
.activity-data dt:after {
  display: inline-block;
  content: ': ';
  margin-right: 5px;
}
.new-data {
  font-size: 0.875em;
  background-color: #F9F9F9;
}
@media (max-width: 1199px) {
  .new-data {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .new-data {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .new-data {
    font-size: 0.75em;
  }
}
.new-data dl {
  padding: 20px;
}
.activity-data dl {
  margin-bottom: 20px;
}
.detail-new {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .detail-new {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.detail-new hr {
  border-top: 1px dotted #CCCCCC;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .detail-new hr {
    margin-bottom: 20px;
  }
}
.detail-new dl {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .detail-new dl {
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }
}
.detail-new dt {
  position: relative;
  color: #999999;
  float: left;
  width: 100%;
  margin-right: 20px;
  line-height: 160%;
  font-size: 1em;
}
@media (max-width: 1199px) {
  .detail-new dt {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .detail-new dt {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .detail-new dt {
    font-size: 0.8125em;
  }
}
.detail-new dt:first-child {
  margin-top: 10px;
}
.detail-new dt:before {
  display: block;
  content: ' ';
  width: 16px;
  height: 10px;
  position: absolute;
  left: -30px;
  top: 5px;
  background: url('../images/list-image.png') center center no-repeat;
}
@media (max-width: 991px) {
  .detail-new dt {
    margin-right: 0px;
    clear: both;
  }
}
.detail-new dd {
  color: #333333;
  margin-bottom: 30px;
  margin-top: 10px;
  clear: right;
  line-height: 160%;
  font-size: 1em;
}
@media (max-width: 1199px) {
  .detail-new dd {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .detail-new dd {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .detail-new dd {
    font-size: 0.8125em;
  }
}
.detail-new dd p {
  clear: both;
}
.detail-new dd ul {
  clear: both;
  margin-left: 20px;
}
.detail-new dd li {
  list-style-type: disc;
}
@media (max-width: 991px) {
  .detail-new dd {
    margin-bottom: 10px;
    clear: both;
  }
}
.detail-new h2 {
  font-size: 1.5em;
  color: #333333;
  margin: 30px auto 30px auto;
}
@media (max-width: 1199px) {
  .detail-new h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .detail-new h2 {
    font-size: 1.125em;
  }
}
@media (max-width: 479px) {
  .detail-new h2 {
    font-size: 1em;
  }
}
.detail-new table {
  width: 100%;
  margin: 30px auto 30px auto;
  text-align: center;
  color: #333333;
  font-size: 1em;
}
@media (max-width: 1199px) {
  .detail-new table {
    font-size: 1em;
  }
}
@media (max-width: 991px) {
  .detail-new table {
    font-size: 0.875em;
  }
}
@media (max-width: 479px) {
  .detail-new table {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .detail-new table {
    overflow: scroll;
  }
}
.detail-new tbody {
  border-top: 2px solid white;
}
.detail-new th {
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .detail-new th {
    padding: 10px;
  }
}
.detail-new td {
  padding: 10px;
}
@media (max-width: 991px) {
  .detail-new td {
    padding: 10px;
    font-weight: normal;
  }
}
.detail-new .downloads {
  margin-bottom: 30px;
}
.detail-new .categories {
  margin-left: -5px;
  padding-top: 10px;
}
.detail-new .categories li {
  margin: 10px 5px;
  list-style-type: none;
  display: inline-block;
}
.detail-new .categories a {
  border: 1px solid #37A0C1;
  text-transform: uppercase;
  padding: 4px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #37A0C1;
}
.image-wrapper {
  position: relative;
  overflow: hidden !important;
}
.image-wrapper img {
  position: absolute;
  left: 50%;
  top: 50%;
/*  height: 100%;*/
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-header {
  background: url('../images/home/background_header_1.jpg') center center no-repeat;
  background-size: cover;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .home-header {
    padding-bottom: 60px;
  }
}
.home-header h1 {
  margin: 0;
  color: white;
  font-size: 1.55em;
/*  font-size: 2.5em;*/
  font-family: 'Bitter';
  line-height: 140%;
  text-transform: none;
  text-align: center;
}
@media (max-width: 1199px) {
  .home-header h1 {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .home-header h1 {
    font-size: 1.5em;
  }
}
@media (max-width: 479px) {
  .home-header h1 {
    font-size: 0.85em;
  }
}

.featured-pages {
  background-color: #333333;
}
.featured-pages .featured-page {
  text-align: center;
  margin-top: -80px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .featured-pages .featured-page {
    margin-top: -70px;
  }
}
@media (max-width: 991px) {
  .featured-pages .featured-page {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.featured-pages .image-wrapper {
  margin: 0 auto;
  width: 180px;
  height: 180px;
  -webkit-border-radius: 180px;
  -moz-border-radius: 180px;
  -o-border-radius: 180px;
  border-radius: 180px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .featured-pages .image-wrapper {
    width: 140px;
    height: 140px;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    -o-border-radius: 140px;
    border-radius: 140px;
  }
}
@media (max-width: 991px) {
  .featured-pages .image-wrapper {
    width: 180px;
    height: 180px;
    -webkit-border-radius: 180px;
    -moz-border-radius: 180px;
    -o-border-radius: 180px;
    border-radius: 180px;
  }
}
.featured-pages h2 {
  color: #37A0C1;
  font-size: 1em;
  text-transform: uppercase;
}
.featured-pages p {
  margin: 0 20px;
  text-align: center;
  color: #CCCCCC;
  font-size: 0.8125em;
}
.home-content {
  padding: 0px;
}
.home-content {
  background: url('../images/home/background_body_bottom.png') bottom center no-repeat;
}
