/* BEGIN global_custom_css */
.somfrp-lost-pass-form-text {
   display: none;
}

.button {
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 16px 20px;
}

.page .container {
   max-width: 100% !important;
}

.top-bar {
  padding: 0;
  border: 0 !important;
}

.top-bar .container {
  padding: 0 !important;
}

.top-menu {
 float: left;
 padding: 5px 15px 5px 15px;
}

.top-menu.fundacion {
  /*background-color: fuchsia;*/
}

.header-type-16 .top-bar a {
  color: #575757 !important;
  font-size: 15px;
  font-weight: 700;
}

.top-menu.fundacion a {
  color: #c45880 !important;
}

.SAUMLogin {
   padding: 15px 5px;
   margin-right: 15px;
   width: auto;
   float: right;
   background-color: #e0e0e0;
}

.SAUMLogin input {
   width: 100% !important;
}

.SAUMLogin .loginbutton {
   margin-top: 20px;
   width: auto !important;
}

.SAUMLogin .wpb_content_element {
   margin-bottom: 0px;
}

.breadcrumbs {
   display: none !important;
}

.blog-post h6.active, .blog-post h2.entry-title {
   display: none !important;
}

.blog-post {
  padding-top: 30px;
}

.wplpf-link-widget{
  width: auto !important;
}

.wplpf-link-grid-widget img {
  padding: 5px;
  border: solid 1px #EFEFEF;
}

.wplpf-link-grid-widget img:hover {
   border: solid 1px #CCC;
  -moz-box-shadow: 1px 1px 5px #999;
  -webkit-box-shadow: 1px 1px 5px #999;
   box-shadow: 1px 1px 5px #999;
}

.widgettitle {
  display: none;
}

#wrap {
  margin: 0 auto 30px;
}

#regbar {
  height: 67px;
  background: #34495e;
}

#navthing {
  margin-left: 50px;
}

h2 {
  padding: 20px;
  color: #ecf0f1;
}

fieldset {
  border: none;
}

.login {
  z-index: 1;
  position: absolute;
  top: 37px;
  right: 110px;
  width: 350px;
  display: none;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid #ECF0F1;
  left: 30%;
  position: absolute;
  top: -10px;
}

.formholder {
  background-color: rgb(237, 237, 237);
  width: 350px;
  border-radius: 5px;
  padding-top: 5px;
}

.formholder label {
  margin-bottom: 0;
  color: #555;
}

.formholder a {
  color: rgb(26, 106, 121) !important;
}

.formholder input[type="text"], .formholder input[type="password"] {
  padding: 7px 5px;
  color: rgb(26, 106, 121);
  margin: 10px 0;
  width: 100%;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  border: none;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}
.formholder input[type="text"]:focus, .formholder input[type="password"]:focus {
  outline: none;
  box-shadow: 0 0 1px 1px #1abc9c;
}
.formholder input[type="submit"] {
  background: rgb(26, 106, 121);
  padding: 10px;
  font-size: 20px;
  display: block;
  width: 100%;
  border: none;
  color: #fff;
  border-radius: 5px;
}
.formholder input[type="submit"]:hover {
  background: rgb(26, 106, 121);
}

.randompad {
  padding: 10px;
}

.blue {
  color: rgb(26, 106, 121);
}

.um-account p.um-notice {
  width: 100% !important;
  text-indent: 30px;
}

.um-account p.um-notice:before {
  margin-left: -40px;
}

.fixed-already .menu > li > a {
  color: #000 !important;
}
/* END global_custom_css */
/* BEGIN custom_css_mobile */
@media(max-width: 480px){
.header-type-16 .top-bar a {
  color: #fff !important;
}

.top-bar .top-links {
  width: auto;
}

.top-bar .languages-area {
  display: none;
}

.top-menu {
  padding: 5px 10px 5px 10px;
}

.header-type-16 .top-bar a {
  font-size: 13px;
}

.login {
  top: 37px;
  width: 97%;
  right: 1.5%;
}

.formholder {
  background-color: #ddd;
  width: 100%;
}

.arrow-up {
  display: none;
}
}
/* END custom_css_mobile */
