/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */
/* clearfix */
/* line 7, templates/g5_helium/custom/scss/custom.scss */
.owl-carousel1 .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
/* line 16, templates/g5_helium/custom/scss/custom.scss */
.owl-carousel1 {
  /*display: none;*/
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
/* line 22, templates/g5_helium/custom/scss/custom.scss */
.owl-carousel1 .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 27, templates/g5_helium/custom/scss/custom.scss */
.owl-carousel1 .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 32, templates/g5_helium/custom/scss/custom.scss */
.owl-carousel1 .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* line 40, templates/g5_helium/custom/scss/custom.scss */
.owl-carousel1 .owl-item {
  float: left;
}
/* line 43, templates/g5_helium/custom/scss/custom.scss */
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
/* line 47, templates/g5_helium/custom/scss/custom.scss */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
/* line 57, templates/g5_helium/custom/scss/custom.scss */
.grabbing {
  cursor: url('../../../../grabbing.png') 8 8, move;
}
/* fix */
/* line 62, templates/g5_helium/custom/scss/custom.scss */
.owl-carousel1 .owl-wrapper, .owl-carousel1 .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
 * 	Owl Carousel Owl Demo Theme 
 *	v1.3.2
 */
/* line 77, templates/g5_helium/custom/scss/custom.scss */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
/* Styling Next and Prev buttons */
/* line 84, templates/g5_helium/custom/scss/custom.scss */
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* line 101, templates/g5_helium/custom/scss/custom.scss */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
/* line 109, templates/g5_helium/custom/scss/custom.scss */
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
/* line 114, templates/g5_helium/custom/scss/custom.scss */
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
/* line 127, templates/g5_helium/custom/scss/custom.scss */
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
/* line 135, templates/g5_helium/custom/scss/custom.scss */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
/* line 147, templates/g5_helium/custom/scss/custom.scss */
.owl-item.loading {
  min-height: 150px;
  background: url('../../../../AjaxLoader.gif') no-repeat center center;
}
/*Team Section */
/* line 153, templates/g5_helium/custom/scss/custom.scss */
#tf-team {
  background: url('../img/03.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #fff;
}
/* line 161, templates/g5_helium/custom/scss/custom.scss */
#tf-team .overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(17%, rgba(0, 0, 0, 0.73)), color-stop(35%, rgba(0, 0, 0, 0.66)), color-stop(62%, rgba(0, 0, 0, 0.55)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc000000', endColorstr='#66000000',GradientType=0);
  /* IE6-9 */
  height: auto;
  background-attachment: fixed;
  padding: 80px 0;
}
/* line 173, templates/g5_helium/custom/scss/custom.scss */
.section-title.center {
  padding: 10px 0;
}
/* line 176, templates/g5_helium/custom/scss/custom.scss */
.section-title h2, .section-title.center h2 {
  font-weight: 300;
}
/* line 180, templates/g5_helium/custom/scss/custom.scss */
.section-title.center .line {
  border-top: 4px solid #fcac45;
  height: 10px;
  width: 60px;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 189, templates/g5_helium/custom/scss/custom.scss */
.section-title.center hr {
  border-top: 4px solid rgba(252, 172, 69, 0.34);
  width: 40px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 17%;
}
/* line 197, templates/g5_helium/custom/scss/custom.scss */
#team {
  margin: 0 auto;
}
/* line 198, templates/g5_helium/custom/scss/custom.scss */
#team .item {
  padding: 0;
  margin: 15px;
  color: #fff;
  text-align: center;
}
/* line 205, templates/g5_helium/custom/scss/custom.scss */
img.img-circle.team-img {
  width: 90px;
  height: 120px;
  border: 4px solid transparent;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
/* line 220, templates/g5_helium/custom/scss/custom.scss */
.card-block:hover .img-circle.team-img {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/* line 231, templates/g5_helium/custom/scss/custom.scss */
.img-circle {
  border-radius: 0;
}
/* line 235, templates/g5_helium/custom/scss/custom.scss */
#tf-team .item .thumbnail:hover > img.img-circle.team-img {
  border: 4px solid #fcac45;
}
/* line 238, templates/g5_helium/custom/scss/custom.scss */
#tf-team .thumbnail {
  background: transparent;
  border: 0;
}
/* line 243, templates/g5_helium/custom/scss/custom.scss */
#tf-team .thumbnail .caption {
  padding: 9px;
  color: #f2f2f2;
}
/* line 247, templates/g5_helium/custom/scss/custom.scss */
.fondoabove {
  background: black important !;
}
/* line 251, templates/g5_helium/custom/scss/custom.scss */
.uk-overlay-panel1 {
  position: absolute;
  top: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  right: 0px !important;
  padding: 0px !important;
  color: #fff;
}
/* line 261, templates/g5_helium/custom/scss/custom.scss */
.section-title.center hr {
  border-top: 4px solid rgba(252, 172, 69, 0.34);
  width: 40px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 17%;
}
/* line 269, templates/g5_helium/custom/scss/custom.scss */
.section-title.center .line {
  border-top: 4px solid #fcac45;
  height: 10px;
  width: 60px;
  text-align: left;
  margin: 0 auto;
  margin-top: 20px;
}
/* line 278, templates/g5_helium/custom/scss/custom.scss */
.card-title1 {
  margin-bottom: 5px;
  font-size: 1.45rem;
  line-height: 1.66rem;
  font-weight: 600;
}
/* line 285, templates/g5_helium/custom/scss/custom.scss */
#g-testimonials {
  min-height: 35rem;
}
@media screen and (min-width: 1900px) {
  /* line 291, templates/g5_helium/custom/scss/custom.scss */
  #g-testimonials {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1300px) {
  /* line 299, templates/g5_helium/custom/scss/custom.scss */
  #g-testimonials {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 1024px) {
  /*width: 64rem;*/
  /* line 307, templates/g5_helium/custom/scss/custom.scss */
  #g-testimonials {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  /*width: 65rem;*/
  /* line 316, templates/g5_helium/custom/scss/custom.scss */
  #g-testimonials {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1050px) {
  /*width: 90rem;*/
  /* line 324, templates/g5_helium/custom/scss/custom.scss */
  #g-mainbottom {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  /* line 332, templates/g5_helium/custom/scss/custom.scss */
  #g-mainbottom {
    width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1300px) {
  /* line 340, templates/g5_helium/custom/scss/custom.scss */
  #g-mainbottom {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1900px) {
  /* line 348, templates/g5_helium/custom/scss/custom.scss */
  #g-mainbottom {
    width: 90rem;
    margin-left: auto;
    margin-right: auto;
  }
}
/* line 355, templates/g5_helium/custom/scss/custom.scss */
#g-mainbottom {
  position: relative;
  z-index: 10;
  background: url('../../../../images/iconografia/Servicios/serviciosportada.jpg') no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  min-height: 25rem;
  margin-left: auto;
  margin-right: auto;
}
/* line 365, templates/g5_helium/custom/scss/custom.scss */
#g-mainbottom::before {
  background-color: rgba(28, 47, 89, 0.8);
  background-image: -webkit-linear-gradient(top, rgba(28, 47, 89, 0.8) 0%, rgba(28, 47, 89, 0.73) 17%, rgba(28, 47, 89, 0.66) 35%, rgba(28, 47, 89, 0.55) 62%, rgba(28, 47, 89, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(28, 47, 89, 0.8) 0%, rgba(28, 47, 89, 0.73) 17%, rgba(28, 47, 89, 0.66) 35%, rgba(28, 47, 89, 0.55) 62%, rgba(28, 47, 89, 0.4) 100%);
  opacity: 0.9;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
/* line 379, templates/g5_helium/custom/scss/custom.scss */
.fondofull {
  background: #fff4e1;
}
/* line 383, templates/g5_helium/custom/scss/custom.scss */
ul.breadcrumb {
  margin: 0 0 0;
}
/* line 387, templates/g5_helium/custom/scss/custom.scss */
#idpagcontent {
  min-height: 600px;
  margin-top: -50px;
}
/* line 392, templates/g5_helium/custom/scss/custom.scss */
.jevent_cultural {
  background: #890b1a;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  padding-left: 10px;
}
/* line 400, templates/g5_helium/custom/scss/custom.scss */
.jevents_deporte {
  background: #103754;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  padding-left: 10px;
}
/* line 408, templates/g5_helium/custom/scss/custom.scss */
.jevent_calendario {
  background: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 10px;
}
/* line 415, templates/g5_helium/custom/scss/custom.scss */
.estilodeporte {
  background: #b5e0f0;
}
/* line 419, templates/g5_helium/custom/scss/custom.scss */
.estilocultura {
  background: #f9a8a5;
}
/*para las tablas responsive*/
/* line 424, templates/g5_helium/custom/scss/custom.scss */
.rwd-table {
  margin: 1em 0;
  min-width: 280px;
  /*background: #34495E;
   color: #fff;*/
  border-radius: 0.4em;
  overflow: hidden;
}
/* line 432, templates/g5_helium/custom/scss/custom.scss */
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-color: #dde3e9;
}
/* line 437, templates/g5_helium/custom/scss/custom.scss */
.rwd-table th {
  display: none;
  /*background: #34495e;*/
}
/* line 441, templates/g5_helium/custom/scss/custom.scss */
.rwd-table td {
  display: block;
  border: 0px solid #dce2e9;
}
/* line 445, templates/g5_helium/custom/scss/custom.scss */
.rwd-table td:first-child {
  padding-top: 0.5em;
}
/* line 448, templates/g5_helium/custom/scss/custom.scss */
.rwd-table td:last-child {
  padding-bottom: 0.5em;
}
/* line 451, templates/g5_helium/custom/scss/custom.scss */
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  /*display: inline-block;*/
}
@media (min-width: 480px) {
  /* line 458, templates/g5_helium/custom/scss/custom.scss */
  .rwd-table td:before {
    display: none;
  }
}
/* line 462, templates/g5_helium/custom/scss/custom.scss */
.rwd-table th, .rwd-table td {
  text-align: left;
  /*margin: .5em 1em;*/
}
@media (min-width: 480px) {
  /* line 467, templates/g5_helium/custom/scss/custom.scss */
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  /* line 471, templates/g5_helium/custom/scss/custom.scss */
  .rwd-table th:first-child, .rwd-table td:first-child {
    /*padding-left: 0;*/
  }
  /* line 474, templates/g5_helium/custom/scss/custom.scss */
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}
/* line 479, templates/g5_helium/custom/scss/custom.scss */
#mod-search-searchword173 {
  width: 70%;
}
/* line 483, templates/g5_helium/custom/scss/custom.scss */
.btn {
  padding: 10px 12px;
}
/* line 486, templates/g5_helium/custom/scss/custom.scss */
.mod_events_latest_noevents {
  background: rgba(16, 55, 84, 0.42);
  color: #fff;
}
/* line 491, templates/g5_helium/custom/scss/custom.scss */
h4.sprocket-strips-s-title a {
  color: #000;
}
/* line 494, templates/g5_helium/custom/scss/custom.scss */
h4.sprocket-strips-s-title a:hover {
  color: #2a5b7f;
}
/* line 497, templates/g5_helium/custom/scss/custom.scss */
.sprocket-strips-s-content .readon {
  color: #000;
}
/* line 501, templates/g5_helium/custom/scss/custom.scss */
a.readon span:hover {
  color: #2a5b7f;
}
/* line 505, templates/g5_helium/custom/scss/custom.scss */
.sprocket-strips-s-text {
  font-size: 14px;
}
/* line 509, templates/g5_helium/custom/scss/custom.scss */
.mod_events_latest_table td {
  background: rgba(16, 55, 84, 0.42);
}
/* line 513, templates/g5_helium/custom/scss/custom.scss */
span.mod_events_latest_content a {
  color: #fff;
}
/* line 517, templates/g5_helium/custom/scss/custom.scss */
form.form-inline {
  padding-top: 5%;
  margin-bottom: 0;
}
/* line 522, templates/g5_helium/custom/scss/custom.scss */
.container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20px;
  color: #fff;
}
/* line 531, templates/g5_helium/custom/scss/custom.scss */
.container2 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 10rem;
  top: 20px;
  color: #fff;
}
/* line 541, templates/g5_helium/custom/scss/custom.scss */
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 547, templates/g5_helium/custom/scss/custom.scss */
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: solid;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
}
/* line 563, templates/g5_helium/custom/scss/custom.scss */
.div-img:hover .img {
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
@media screen and (max-width: 800px) {
  /* line 575, templates/g5_helium/custom/scss/custom.scss */
  .container {
    position: relative;
  }
}
@media screen and (max-width: 800px) {
  /* line 580, templates/g5_helium/custom/scss/custom.scss */
  .container2 {
    position: relative;
    margin: 0 auto;
  }
}
/* line 586, templates/g5_helium/custom/scss/custom.scss */
p a {
  color: #00f;
}
/* line 590, templates/g5_helium/custom/scss/custom.scss */
#categorylist_header_title {
  background-color: #103754;
}
@media screen and (max-width: 1024px) {
  /* line 595, templates/g5_helium/custom/scss/custom.scss */
  a.alturaimg img {
    height: 68px;
  }
}
@media screen and (max-width: 750px) {
  /* line 601, templates/g5_helium/custom/scss/custom.scss */
  a.alturaimg img {
    margin-left: 15%;
  }
}
/* line 606, templates/g5_helium/custom/scss/custom.scss */
div#je_accord325.je_acc.uk-sticky-init.uk-active {
  top: 98px;
}
/* line 610, templates/g5_helium/custom/scss/custom.scss */
.colorazul {
  background-color: #1c2f59;
}
/* line 614, templates/g5_helium/custom/scss/custom.scss */
div.uk-sticky-placeholder {
  margin-top: initial;
}
/* line 618, templates/g5_helium/custom/scss/custom.scss */
.fondonoticias {
  background-color: #f4f5f7;
}
/* line 622, templates/g5_helium/custom/scss/custom.scss */
.fondopropuestas {
  background-color: #e1e2e4;
}
/* line 626, templates/g5_helium/custom/scss/custom.scss */
.fondogobierno {
  background-color: #eff1f6;
}
/* line 630, templates/g5_helium/custom/scss/custom.scss */
.fondofooter {
  background-color: #1c2f59;
}
/* line 634, templates/g5_helium/custom/scss/custom.scss */
.fondoerror {
  background-color: #000;
}
/* line 638, templates/g5_helium/custom/scss/custom.scss */
#modal_title {
  line-height: 50px;
  background-color: #1c2f59;
}
/* line 643, templates/g5_helium/custom/scss/custom.scss */
#je-popuplogin .link-options span.je_pass a {
  color: #1c2f59;
}
/* line 647, templates/g5_helium/custom/scss/custom.scss */
#je-popuplogin .link-options span.je_user a {
  color: #1c2f59;
}
/* line 651, templates/g5_helium/custom/scss/custom.scss */
#je-popuplogin .link-options span.je_add a {
  color: #1c2f59;
  display: none;
}
/* line 656, templates/g5_helium/custom/scss/custom.scss */
.je_button.je_loginbtn {
  color: #1c2f59 !important;
}
/* line 660, templates/g5_helium/custom/scss/custom.scss */
#je-popuplogin .link-options span.je_login a {
  float: none;
}
/* line 664, templates/g5_helium/custom/scss/custom.scss */
#je-popuplogin .link-options span.je_login > a.user_registro {
  float: none;
}
/* line 668, templates/g5_helium/custom/scss/custom.scss */
.je_lock a.user_foro {
  display: none;
}
/* line 672, templates/g5_helium/custom/scss/custom.scss */
.je_lock a.user_galeria {
  display: none;
}
/* line 676, templates/g5_helium/custom/scss/custom.scss */
.je_login a.user_foro {
  display: none;
}
/* line 680, templates/g5_helium/custom/scss/custom.scss */
.je_login a.user_galeria {
  display: none;
}
/* line 684, templates/g5_helium/custom/scss/custom.scss */
.je_login {
  padding-top: 3px;
}
/* line 688, templates/g5_helium/custom/scss/custom.scss */
.je_lock {
  padding-top: 3px;
}
/* line 692, templates/g5_helium/custom/scss/custom.scss */
.je_lock a.user_registro {
  float: none;
}
/* line 696, templates/g5_helium/custom/scss/custom.scss */
#g-footer {
  background: none;
}
/* line 700, templates/g5_helium/custom/scss/custom.scss */
#g-header {
  background: none;
  padding: 0 0 !important;
}
