
      
      /*______ HEADER ______*/
      
      header {
        background-color: #FFF;
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #44917d;
      }
      
      /* EndHeader */
      
      /*______   FOOTER   ______*/
      
      footer {
        background-color: #FFF;
        text-align: center;
        border-top: 10px solid #44917d;
        padding: 50px;
      }
      
      footer p {
        font-weight: 600;
        font-size: 18px;
      }
      
      /*EndFooter*/
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button {
        position: static;
        float: left;
        margin-top: 9px;
      }
      
      .switch-button input[type="checkbox"].switch+span+div {
        float: none;
        display: inline-block;
        vertical-align: middle;
      }
      
      .follow-button-text {
        display: inline-block;
        vertical-align: middle;
        padding-right: 8px;
      }
      
      .switch-button label {
        color: #FFF;
        font: 18px 'Open Sans', Arial, san-serif;
      }
      
      .switch-button input[type="checkbox"].switch:checked+span+div:before {
        background: #f29a14;
      }
      
      /*______   TOP BAR   ______*/
      
      .top-bar {
        background-color: #22391c;
      }      
      
      .social-elements {
        float: right;
      }
      
      .social-elements li {
        margin: 5px;
      }
      
      .social-elements li > a i {
        font-size: 20px;
        line-height: calc(20px*1.8);
        height: calc(20px*1.8);
        width: calc(20px*1.8);
        color: #FFF;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        background-color: #22391c;
        border: 1px solid #FFF;
      }
      
      .social-elements li > a:hover i {
      	background-color: #FFFFFF;
        color: #0B0B0B;
      }
      
      .social-elements .avatar {
        position: relative;
      }
      
      .social-elements .avatar img {
      	width: calc(20px*1.8);
        height: auto;
        border-radius: 50%;
      }
      
      .social-elements .user-options {
        position: absolute;
        right: 0px;
        top: 100%;
        width: 120px;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        display: none;
        padding-top: 18px;
        z-index: 10;
      }
      
      .social-elements .user-options:before {
        content: "";
        position: absolute;
        top: -2px;
        right: 10px;
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #22391c transparent;
      }
      
      .social-elements .zones {
        position: relative;
      }
      
      .social-elements .zones:hover .user-options,
      .social-elements .avatar:hover .user-options {
        display: block;
      }
      
      .social-elements .user-options i {
        color: #FFF;
        padding-right: 6px;
      }
      .social-elements .user-options a {
        display: block;
        padding: 5px 10px;
        background-color: #22391c;
        color: #FFF;
      }
      
      .social-elements .user-options a:hover {
      	background-color: #FFFFFF;
        color: #0B0B0B;
      }
      .social-elements .user-options a:hover i {
        color: #0B0B0B;
      }
      
      #search {
        display: none;
      }
      
      
      /*______   WIDGETS   ______*/
      
      
      
      .ch-profile-custom-info > div div:first-child {
        color: #292929;
        font: 21px 'Raleway', Arial, san-serif;
      }
      .widget-content p {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #606060;
      }
      .widget-content {
        background-color: transparent;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #606060;
      }
      
      .widget-content h2 {
        font: 21px 'Raleway', Arial, san-serif;
        color: #292929;
      }
      
      .widget-content h4 {
        font: 18px 'Raleway', Arial, san-serif;
        color: #292929;
      }
      
      .widget-content h5 {
        font: 16px 'Raleway', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-actions i {
        color: #292929;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #447113;
      }
      
      .feed-options {
        position: absolute;
        right: 5px;
        top: 5px;
        display: none;
        z-index: 1;
      }
      
      .feed-item:hover .feed-options {
        display: block;
      }
      
      .info-author, .feed-info {
        position: relative;
        margin-left: 7.33333rem;
        margin-right: 7.33333rem;
      }
      
      .comment-options {
        float: right;
        display: none;
      }
      
      .feed-comment:hover .comment-options {
        display: block;
      }
      
      /*_________   MAIN NAV   __________*/
      
      [data-section="site-nav"] {
        background-color: #22391c;
      }
      
      #main-nav {
        background-color: #22391c;
        position: relative;
        z-index: 10;
      }
      
      #main-nav {
        max-width: 1060px;
        margin: 0px auto;
      }
      
      #main-nav table a {
        color: #FFF;
        font: 14px 'Raleway', Arial, san-serif;
      }
      
      #main-nav > div > ul li:hover {
        background: #3d8270;
      }
      
      #main-nav > div ul li:hover a {
        color: #FFF;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #22391c;
      }
      
      /*End Main Nav*/
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: #292929;
        font: 21px 'Raleway', Arial, san-serif;
        font-size: 35px;
        line-height: 38px;
      }
      
      .event-panel .month {
        font-size: 15px;
        line-height: 20px;
      }
      
      .event-panel .location {
        font-size: 14px;
      }
      
      .event-panel .location i {
        color: #292929;
      }
      
      .flexbox-info {
        min-width: 100px;
      }
      
      /*______   NEWS BODY   ______*/
      
      .event-body .hero,
      .news-body .hero {
        margin: 10px -20px 10px -20px;
      }
      
      .event-body  .title,
      .news-body .title {
        font-size: 30px;
      }
      
      .event-body .summary,
      .news-body .summary {
        font-weight: 600;
        margin-bottom: 20px;
      }
      
      .event-body .content,
      .news-body .content {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #447113;
      }
      
      .event-panel .date {
        background-color: #292929;
      }
      
      .event-body .hero {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
      }
      
      .event-body .hero .date {
        width: 120px;
        background: #292929;
        color: #FFF;
        font: 34px/45px "Roboto", Arial, san-serif;
        text-align: center;
        padding: 12px;
      }
      
      .event-body .hero .image {
        width: 100%;
        position: relative;
      }
      
      .event-body .hero .image img {
        display: block;
        width: 100%;
      }
      
      .event-body .hero .date span {
        display: block;
      }
      
      .event-body .hero .month {
        font-size: 20px;
        border-bottom: 1px solid;
      }
      
      .location i {
        color: #292929;
        padding-right: 10px;
      }
      
      /*______   TABLES   ______*/
      
      table.ch-table {
        background-color: transparent;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        text-align: center;
      }
      
      table.ch-table td {
        border: 1px solid transparent;
        color: ;
      }
      
      .ch-table thead {
        background-color: rgb(18, 68, 69);
        font: 18px 'Roboto', Arial, san-serif;
        color: #FFF;
      }
      
      .ch-table thead td {
        color: #FFF;
        border-color: transparent #FFF;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid transparent;
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid transparent;
      }
      table.ch-table td {
        vertical-align: top;
      }
      
      /*______   ESTATUTOS   ______*/
      
      .estatutos-wrapper .articles-holder {
        display: none;
      }
      
      .estatutos-wrapper .articles-holder ol {
        margin-left: 20px;
      }
      
      .estatutos-wrapper .articles-holder li {
        margin-bottom: 10px;
      }
      
      .estatutos-wrapper h3 {
        font-size: 18px;
        line-height: 35px;
        cursor: pointer;
      }
      
      .estatutos-wrapper h4 {
        margin-top: 30px;
      }
      
      .estatutos-wrapper h3:hover {
        color: #447113;
      }
      
      .estatutos-wrapper h3 i {
        margin-right: 10px;
      }
      
      .estatutos-wrapper h5 {
        text-align: center;
        color: #295858;
        font-size: 19px;
        margin-top: 40px;
        margin-bottom: -20px;
        line-height: 24px;
        position: relative;
        z-index: 1;
        background-color: transparent;
      }
      
      .estatutos-wrapper .articles-holder {
        padding-left: 40px;
        padding-bottom: 30px;
        border-top: 1px solid #909090;
      }
      
    
      * a:hover {
        color: #447113;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F4F4F4;
        color: #606060;
      }
      
      .full-width {
        max-width: 1060px !important;
      }
      
      #content {
        max-width: 1060px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }
      
      [data-section="header"],
      [data-section="footer"],
      [data-section="site-nav"] {
        max-width: 100%;
      }
      
      [data-section="header"] {
        max-width: 1060px;
        margin: 0px auto;
      }
      
      [data-section="over-footer"] .widget-content {
      	max-width: 1060px;
        margin: 0px auto;
        padding: 20px;
      }
    