
      .title-holder h1 {
        font: ;
        color: ;
      }
      
      .item-panel.news-panel {
        margin-bottom: 20px;
        border-bottom: 1px solid #b2e4dc;
      }
      
      .item-panel.news-panel:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
      }
      
      .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 __________*/
      
      #main-nav,
      .main-nav-wrapper {
        background-color: #FFF;
      }
      
      #main-nav > div > ul > li {
        color: #aeaeae;
        font: 16px 'Raleway', Arial, san-serif;
        width: auto;
      }
      
      #main-nav > div ul li:hover {
        color: #00a78a;
        background-color: #FFF;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #FFF;
      }
      
      #main-nav > div > ul li ul li {
        color: #aeaeae;
      }
      
      .button-submit {
        background-color: #00a78a;
      }
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: #00a78a;
        font: 24px '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: ;
      }
      
      .flexbox-info {
        min-width: 100px;
      }
      
      /*______ FOOTER ______*/
      
      footer {
        position: relative; 
        background-color: #d1d1d1;
        text-align: center;
        margin-top: 0px;
      }
      
      footer .widget-content {
        margin-bottom: 0px;
        padding: 0px;
      }
      
      footer .footer-img {
        display: block;
      }
      
      /*______ SOCIAL MEDIA ______*/
      
      .social-media {
        position: absolute;
        top: 140px;
        right: 10px;
        z-index: 1;
      }
      
      .social-media ul {
        list-style: none;
        overflow: hidden;
      }
      
      .social-media li {
        white-space: nowrap;
        display: inline-block;
        padding: 0px;
        margin: 0px 2px;
      }
      
      .social-media li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: rgba(255,255,255,0.6);
        background-color: rgba(0,0,0,0.2);
        line-height: 40px;
        font-size: 22px;
        text-align: center;
      }
      
      .social-media li a img {
        border-radius: 50%;
        margin-bottom: -12px;
      }
      
      .social-media li:hover a span {
        color: #FFF;
      }
      
      .social-media li:hover a{
        background-color: #FFF;
      }
      
      /*______ NEWS DETAIL ______*/
      
      .news-detail .hero {
        margin-bottom: 20px;
      }
      
      .news-detail .news-content {
        border-bottom: 1px solid ;
        margin-bottom: 20px;
      }
      
      .news-detail .news-content:last-child {
        border-bottom: none;
      }
      
      /*______ EVENTS ______*/
      
      .event-panel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 20px;
        overflow: hidden;
      }
      
      .event-panel:last-child {
        margin-bottom: 20px;
      }
      
      .event-panel .date {
        width: 70px;
        min-width: 70px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: ;
        color: #FFF;
        font: 40px/48px ;
        text-align: center;
        padding: 2px;
        padding: 4px 0px;
      }
      
      .event-panel span {
        display: block;
      }
      
      .event-panel .month {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
      }
      
      .event-info {
        width: 100%;
        position: relative;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      /*.event-panel i{
        padding-right: 10px;
        color: ;
    }*/
      
      
      .event-detail .event-panel {
        margin-bottom: 10px;
      }
      
      .event-hero img {
        display: block;
      }
      
      .event-detail .date {
        width: 120px;
      }
      
      /*______ DOCUMENTS ______*/
      
      .item-panel.document-panel {
        padding-bottom: 0px;
        margin-bottom: 22px;
        border-bottom: 1px solid #b2e4dc;
        min-height: 135px;
      }
      
      .item-panel.document-panel:last-child {
        border-bottom: none;
      }
      
      .document-panel h4 a {
        text-decoration: none;
      }
      
      /*.document-panel img {
        float: left;
        border: 1px solid #d7d7d7;
    }*/
      
      .document-panel .content {
        position: relative;
        margin-left: 108px;
        min-height: 125px;
      }
      
      .widget-content .document-panel p {
        /*padding-bottom: 10px;*/
      }
      
      /*______   POST PANEL   ______*/
      
      .widget-content .post-panel h4 {
        border-bottom: 1px solid #cacaca;
        margin-bottom: 6px;
      }
      
      .post-panel .flexbox-info {
        padding: 16px;
        background-color: #FFF;
      }
      
      
      .post-panel {
        position: relative;
      }
      
      .post-panel .flexbox-hero {
        margin-right: 20px;
      }
      
      .item-options {
        left: auto;
        right: 0px;
      }
      
      .post-panel .flexbox-info:before {
        content: "";
        position: absolute;
        display: block;
        width: 0px;
        height: 0px;
        top: 16px;
        left: -20px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #FFF transparent transparent;
      }
      
      /*End*/
      
      .pagepost .item-author {
        border-bottom: 1px solid #00a78a;
        padding: 10px 0px;
        margin-bottom: 10px;
      }
      
      .color-one {
        color: #00a78a !important;
      }
      
      
      /*______   CATEGORIES   ______*/
      
      .item-categories {
        margin-bottom: 16px;
        
      }
      
      .item-categories a {
        color: #707d85;
        border: 1px solid;
        display: inline-block;
        padding: 3px 16px;
        margin-right: 5px;
        margin-bottom: 5px;
      }
      
      .item-categories a:hover {
        color: #00a78a;
      }

      
      /*End*/
      
      .widget-content.no-background .document-panel > div,
      .widget-content.no-background .event-panel > div,
      .widget-content.no-background .news-panel > div {
        padding: 16px;
        background-color: #FFF;
        margin-bottom: 20px;
      }
      
      .widget-content.no-background .document-panel .flexbox-panel,
      .widget-content.no-background .event-panel .flexbox-panel,
      .widget-content.no-background .news-panel .flexbox-panel {
        margin-bottom: 0px;
      }
      
    
      * a:hover {
        color: #46B8AE;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F8F8F8;
        color: #868686;
      }
      
      .full-width {
        max-width: 1170px !important;
      }
      
      #content > div > div > #main {
        max-width: 100%;
      }
      
      #column-one {
        width: 420px;
        min-width: 420px;
      }
      
      #column-two {
        width: 0px;
        min-width: 0px;
      }
      
      /*______   HEADER   ______*/
      
      .top-bar {
        background-color: rgb(39, 78, 19);
      }
      
      .social-elements i {
        color: rgb(39, 78, 19);
      }
      
      /*EndHeader*/
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button label {
        color: #FFF;
        font-family: 'Raleway';
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: #BBB;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #00a78b;
        font: 24px 'Raleway', Arial, san-serif;
      }
      
      /*EndSwitchButton*/
      
      /*______   WIDGET CONTENT   ______*/
      
            
      .widget-content p {
        font: 14px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #6D6D6D;
        line-height: 22px;
        margin-bottom: 16px;
        text-align: justify;
      }
      
      .widget-content p a {
        font: 14px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      .widget-content p+ul {
        margin-top: calc(-16px/2);
      }
      
      .widget-content ul ul {
        margin-top: calc(16px/2);
      }
      
      .widget-content ul > li > ul > li {
        list-style-type:circle;
      }
      
      .widget-content li {
        font: 14px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #6D6D6D;
        line-height: 22px;
        margin-bottom: 12px;
      }
      
      .widget-content ul,
      .widget-content ol {
      	margin-bottom: 30px;
      }
      
      .widget-content,
      .widget-content .item-panel {
        font: 14px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      .widget-content {
        background-color: #FFF;
        padding: 20px;
        margin-bottom: 40px;
      }
      
      .widget-content h2 {
        font: 24px 'Raleway', Arial, san-serif;
        color: #00a78b;
        margin-bottom: 20px;
      }
      
      .widget-content h4 {
        font: 18px 'Raleway', Arial, san-serif;
        color: rgb(0, 0, 0);
      }
      
      .widget-content h5 {
        font: 16px 'Raleway', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-content hr {
        clear: both;
        margin: 30px 0px;
        border-bottom: 1px solid #fab915;
      }
      
      .widget-actions i {
        color: #00a78b;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #46B8AE;
      }
      
      /*EndWidgetContent*/
      
      .ch-profile-custom-info > div div:first-child {
        font: 24px 'Raleway', Arial, san-serif;
        color: #00a78b;
      }
      
      h1 {
        font: 40px 'Raleway', Arial, san-serif;
        color: #FFF;
        max-width: 500px;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
        padding: 8% 20px;
      }
      
      /*______   TOP BAR   ______*/
      
      .top-bar {
        background-color: rgb(39, 78, 19);
      }
      
      .social-elements {
        float: right;
      }
      
      .social-elements li {
        margin: 5px;
      }
      
      #search form i,
      .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: #00a78a;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        background-color: #FFF;
      }
      
      .social-elements li > a:hover i {
      	background-color: #aeaeae;
        color: #FFF;
      }
      
      .social-elements .zones,
      .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 'Raleway', '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 #FFF transparent;
      }
      
      .social-elements .zones:hover .user-options,
      .social-elements .avatar:hover .user-options {
        display: block;
      }
      
      .social-elements .user-options i {
        color: #00a78a;
        padding-right: 6px;
      }
      .social-elements .user-options a {
        display: block;
        padding: 5px 10px;
        background-color: #FFF;
        color: #00a78a;
      }
      
      .social-elements .user-options a:hover {
      	background-color: #aeaeae;
        color: #FFF;
      }
      .social-elements .user-options a:hover i {
        color: #FFF;
      }
      
    