
      
      /*______ WIDGET ACTIONS ______*/
      
      .widget-actions {
        color: #101510;
        top: 0px;
        right: 6px;
      }
      
      /*______ HEADER ______*/
      
      /* Mainbar */
      
      #main-bar {
        background-color: #048FC1;
        padding: 5px 0px;
      }
      
      #main-bar > div {
        overflow: hidden;
      }
      
      .prod-nav {
        float: right;
      }
      
      /*___*/
      
      [data-section="header"] {
        background-color: #FFF;
        padding-bottom: 10px;
        position: relative;
        box-shadow: 0px 4px 10px rgba(100,100,100,0.3);
      }
      
      #main-bar > div,
      .header-wrapper {
        max-width: 1460px;
        padding: 0px 20px;
        margin: 0px auto;
      }
      
      .header-wrapper {
        height: 198px;
      }
      
      .header-wrapper h1 {
        text-indent: -9999px;
        position: relative;
        width: 345px;
        height: 118px;
        margin: 40px 0px;
        float: left;
        font: 34px 'Josefin Sans', Arial, san-serif;
        color: #D6E68C;
      }
      
      .header-wrapper h1:before {
        content: "";
        background-image: url('http://chilmedia.org/v2/file-preview/2d70a517-4b78-479d-bdf3-fbaa79b68e51.jpg');
        background-size: cover;
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0;
      }
      
      
      /* End Header*/
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #FFF;
        margin-left: 380px;
        position: relative;
        z-index: 10;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
      }
      
      #main-nav > div {
        max-width: 100%;
      }
      
      #main-nav > div > ul > li {
        border-radius: 6px;
      }
      
      #main-nav > div > ul > li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #main-nav > div ul li a {
        color: #595B49;
        font: 22px 'Josefin Sans', Arial, san-serif;
        padding: 8px;
      }
      
      #main-nav > div > ul li:hover {
        background: #048FC1;
        
      }
      
      #main-nav > div > ul li:hover a{
        color: #FFF;
      }
      
      #main-nav > div > ul > li:hover li a {
        color: #FFF;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        padding-top: 5px;
        background-color: transparent;
      }
      
      
      #main-nav > div > ul li ul li {
        background-color: #048FC1;
      }
      
      #main-nav > div > ul li ul li a:hover {
        background-color: #9EE2FF;
      }
      
      
      /*End Main Nav*/
      
      
      /*______ PROD NAV ______*/
      
      .prod-nav ul {
        height: 40px;
        list-style: none;
      }
      
      .prod-nav ul li {
        float: left;
        margin: 2px 8px;
      }
      
      .prod-nav ul li a {
        display: block;
        padding: 6px;
        border: 2px solid #FFF;
        color: #FFF;
        font-size: 20px;
        border-radius: 50%;
      }
      
      .prod-nav ul li a i {
        display: block;
      }
      
      
      /*______ SWITCH BUTTON ______*/
      
      .switch-button {
        float: left;
        width: 120px;
        margin-top: 10px;
        position: static;
      }
      
      .switch-button input[type="checkbox"]:not(:checked),
      input[type="checkbox"]:checked {
        /* :checked here acting as a filter for older browsers */
        position: absolute;
        opacity: 0;
      }
      
      .switch-button label {
        position: relative;
        display: inline-block;
        color: #FFF;
        width: 100%;
        font: 20px "Roboto", Arial, san-serif;
      }
      
      .switch-button input[type="checkbox"].switch + span + div {
        width: 40px;
        height: 18px;
        border-radius: 9px;
        background: #FFF;
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
        background-origin: border-box;
        background-clip: border-box;
        overflow: hidden;
        transition-duration: .4s;
        transition-property: padding,width;
        margin-top: 1px;
        position: absolute;
        top: 0px;
      }
      
      span.follow-button-text{
        margin-left: 50px;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div {
        padding-left: 22px;
        width: 18px;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin: 1px;
        border-radius: inherit;
        background: #048FC1;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #52D921;
      }
      
      .switch-button input[type="checkbox"].switch:active + span + div:before {
        background-color: #aaa;
      }
      
      /* End Switch Button */
      
      /* COLUMNS */
      
      .two-columns,
      .three-columns,
      .four-columns {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
      }
      
      .two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
      }
      
      .three-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
      }
      
      
      /*____ FLEXBOX PANEL ____*/
      
      /* NEWS INDEX */
      
      .item-column .flexbox-info {
        text-align: center;
      }
      
      .item-column .flexbox-hero img {
        border-radius: 10px;
      }
      
      .item-column .flexbox-info h4 a span {
        line-height: 30px;
        max-height: 60px;
      }
      /* DOCS INDEX */
      
      
      /* EVENTS INDEX */
      
      .event-panel .flexbox-hero {
        width: 70px;
        min-width: 70px;
        background-color: #D6E68C;
        color: #595B49;
        font: 35px/38px 'Roboto', Arial, san-serif;
        text-align: center;
        padding: 4px 0px;
      }
      
      .event-panel span {
        line-height: 46px;
      }
      
      .event-panel .month {
        font-size: 15px;
        line-height: 28px;
        text-transform: uppercase;
        display: block;
        padding: 2px 0px;
        margin: 0px 2px;
        border-bottom: 1px solid;
      }
      
      .event-panel .location {
        font-size: 14px;
        display: block;
        position: absolute;
        bottom: 4px;
      }
      
      .event-panel .location i {
        color: #D6E68C;
      }
      
      .doc-panel h4 a span,
      .event-panel h4 a span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 38px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }
      
      
      /*______ TABLES ______*/
      
      table.ch-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0, 0);
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        table-layout: fixed;
      }
      
      table.ch-table td {
        vertical-align: middle;
        padding: 10px;
        border: 1px solid #d7d7d7;
      }
      
      .ch-table thead {
        background-color: #cdd20f;
        font: 18px 'Roboto', Arial, san-serif;
        color: #FFF
      }
      
      .ch-table thead p {
        margin-bottom: 0px;
      }
      
      .ch-table tbody a,
      .ch-table tbody p {
        word-wrap:break-word;
      }
      
      .ch-table thead td {
        color: #FFF;
        border-color: #cdd20f #FFF;
        border-width: 1px;
        border-style: solid;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid #cdd20f;
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid #cdd20f;
      }
      
      /*______ FOOTER ______*/
      
      footer {
        background-color: #313131;
        text-align: center;
        margin-top: 0px;
        padding: 30px;
      }
      
      footer .widget-content {
        margin-bottom: 0px;
        padding: 0px;
      }
      
      footer .footer-img {
        display: block;
      }
      
      .footer-content {
        padding: 20px 0px;
      }
      
      .footer-content p {
        color: #D6E68C;
        font-size: 18px;
      }
      
      /*______ SOCIAL MEDIA ______*/
      
      .social-media {
        position: absolute;
        top: 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 10px;
      }
      
      .social-media li a {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #FFF;
        background-color: #FFF;
        line-height: 50px;
        font-size: 30px;
        text-align: center;
      }
      
      .social-media li a img {
        border-radius: 50%;
        margin-bottom: -12px;
      }
      
      .highlights-list {
        margin-top: 40px;
      }
      
      .highlights-list .widget-content h4 {
        font-size: 27px;
      }
      
      .highlights-list .widget-actions {
        display: none;
      }
      
      .categories-list {
        overflow: hidden;
      }
      
      .categories-list li {
        list-style: none;
        margin-bottom: 10px;
        margin-right: 10px;
        float: left;
      }
      
      .categories-list li a{
        display: inline-block;
        line-height: 24px;
        padding: 5px 24px;
        background-color: #D6E68C;
        border-radius: 4px;
        color: #595B49;
      }
      
      .categories-list li a:hover {
        background-color: #595B49;
        color: #FFF;
      }
      
      /*______ SEARCH ______*/
      
      .search-filters {
        margin-bottom: 20px;
      }
      
      .search-filters .simple-form select {
        min-width: 160px;
      }
      
      .search-filters .simple-form .button-submit {
        float: right;
        background-color: #D6E68C;
        color: #595B49;
        margin: 0px;
      }
      
      .search-filters .simple-form .button-submit:hover {
        background-color: #595B49;
        color: #FFF;
      }
      
      .search-filters.line-filters .simple-form input,
      .search-filters.line-filters .simple-form select {
        margin: 0px;
        margin-right: 10px;
      }
      
      .search-filters.line-filters .simple-form .search-box {
        width: 280px;
      }
      
      .search-filters.column-filters .simple-form select {
        width: 100%;
      }
      
      .search-filters.column-filters .simple-form input,
      .search-filters.column-filters .simple-form select {
        margin-bottom: 16px;
      }
      
      /*______ QUESTIONS STREAM ______*/
      
      
      .avatar-img{
        float: left;
        padding: 20px 0px 0px 20px;
      }
      
      .avatar-img i{
        font-size: 30px;
        color: #FFF;
        display: block;
        line-height: 50px;
        width: 50px;
        text-align: center;
      }
      .avatar-img .fonticon-Question {
        background-color: #D6E68C;
      }
      
      .avatar-img .fonticon-Exclamation {
        background-color: #79a9c6;
      }
      
      .avatar-img .fonticon-Check {
        color: #f4f4f4;
        position: absolute;
        right: 0px;
        top: 10px;
      }
      
      .avatar-img .fonticon-Check.answer {
        color: #2ba43a;
      }
      .avatar-img + .feed-data {
        position: relative;
        margin-left: 70px;
      }
      
      .avatar-img + .feed-data > div {
        clear: none;
      }
      
      .avatar-img + .feed-data > div:first-child {
        margin-top: 0px;
        padding-top: 20px;
      }
      
      .avatar-img + .feed-data .feed-author-comment {
        line-height: 21px;
        /*overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 84px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;*/
        padding-right: 50px;
      }
      
      .avatar-img + .feed-data .feed-author-comment p {
        margin-bottom: 10px;
      }
      
      .avatar-img + .feed-data .feed-post-details {
        padding-left: 0px;
      }
      
      .avatar-img + .feed-data .feed-categories {
        padding-left: 0px;
      }
      
      .avatar-img + .feed-data .feed-categories:before {
        content: none;
      }
      
      .avatar-img + .feed-data .feed-categories a:after {
        content: none;
      }
      
      .avatar-img + .feed-data .feed-categories a {
        display: inline-block;
        padding: 2px 10px;
        background-color: #B4B4B4;
        border-radius: 4px;
        color: #FFF;
      }
      
      .feed-footer {
        text-align: right;
        padding-bottom: 20px;
      }
      
      .feed-footer .feed-date {
        margin-left: 10px;
        font-size: 17px;
      }
      
      .feed-comment {
        background-color: #d8d8d8;
        color: #606060;
      }
      
      .comment-content .profile-link {
        font-family: 'Roboto', arial, san-serif;
        font-size: 18px;
        color: #314555;
      }
      
      .comment-content .feed-date {
        display: block;
      }
      
      .feed-comment .comment-options {
        position: absolute;
        float: none;
        top: 0px;
        right: 0px;
      }
      
      .feed-comment .comment-options a {
        font-size: 16px;
        font-family: 'chilfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
      }
      .feed-comment .comment-options .remove-comment:before {
        content: "\e642";
      }
      
      .feed-comment .comment-body {
        margin-left: 50px;
      }
      
      .category-panel {
        border-bottom: 1px solid #E1E1E1;
        margin-bottom: 20px;
      }
      
      .category-panel:last-child {
        border-bottom: none;
      }
      
      /*______ EVENT DETAIL ______*/
      
      .event-body .hero,
      .news-body .hero {
        margin: 10px 0px;
      }
      
      .event-body .hero .date {
        background-color: #D6E68C;
        color: #595B49;
      }
      
      .location i {
        color: #595B49;
      }
      
      
      .publish-post {
        width: 26px;
        height: 26px;
        background-position: -130px 0px !important;
        display: inline-block;
      }
      
      .publish-post:hover {
        background-position: -130px -26px !important;
      }
      
      .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;
      }
      
      
      /*______ RESTRICTED AREA ______*/
      
      .restricted-warning {
        position: relative;
      }
      
      .restricted-warning div:nth-child(2) {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #333;
        width: 100%;
        height: 100%;
        z-index: 1;
      }
      
      .restricted-warning div:nth-child(2) h3 {
        font-size: 26px;
        padding: 20px;
        text-align: center;
        color: #D6E68C;
      }
      
      .restricted-warning .fonticon-Lock {
        display: block;
        text-align: center;
        padding: 20px;
        font-size: 32px;
        color: #FFF;
      }
      
      .ask-banner {
        background-color: #333;
        text-align: center;
        padding: 20px;
      }
      
      .ask-banner h3 {
        font-size: 26px;
        margin-bottom: 10px;
        color: #D6E68C;
      }
      
      .ask-banner .fonticon-Zone,
      .ask-banner .fonticon-Question {
        display: block;
        text-align: center;
        padding: 5px;
        font-size: 32px;
        color: #FFF;
        width: 32px;
        border: 4px solid #FFF;
        border-radius: 50%;
        margin: 0px auto;
      }
      
      .list-zones li {
        margin-bottom: 15px;
      }
      
      .list-zones li a {
        color: #606060;
        font: 18px 'Josefin Sans', Arial, san-serif;
      }
      
      .list-zones li a:hover {
        color: #D6E68C;
      }
      
      /*______ SPECIAL LINKS ______*/
      
      .special-links .item-panel {
        width: 33.33%;
        float: left;
      }
      
      .special-links .item-panel:nth-child (1n+3) {
        clear: both;
      }
      
      /*______ PROYECTOS ______*/
      
      .project-panel {
        padding: 20px;
        background: #FFF;
        margin-bottom: 20px;
        display: inline-block;
        position: relative;
      }
      
      .project-panel .widget-actions i {
        font-size: 16px;
        color: #ABABAB;
      }
      
      .project-panel .widget-actions i:hover {
        color: #606060;
      }
      
      .project-panel h3 {
        font: 17px/24px 'Josefin Sans', Arial, san-serif;
        margin-bottom: 15px;
      }
      
      .project-panel .basic-info {
        margin-bottom: 15px;
      }
      
      .project-panel .more-info {
        border-top: 1px solid #DADADA;
        padding-top: 15px;
        padding-bottom: 15px;
        display: none;
      }
      
      .project-panel .more-info p {
        margin-bottom: 10px;
      }
      
      .project-panel i.fonticon-Arrowleft {
        display: block;
        font-size: 20px;
        width: 20px;
        margin: 0px auto;
        padding: 5px;
        border-radius: 50%;
        color: #606060;
        background-color: #DADADA;
        transform: rotate(-90deg);
      }
      
      .project-panel i.fonticon-Arrowleft.active {
        color: #DADADA;
        background-color: #606060;
        transform: rotate(90deg);
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
      }
      
      /*_ filters _*/
      
      .filter-holder ul{
        list-style: none;
      }
      
      .filter-holder ul li {
        margin-bottom: 6px;
        display: inline-block;
        width: 100%;
      }
      
      .filter-holder input[type=checkbox] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
      }
      
      .filter-holder input[type=checkbox]+label {
        height: 12px;
        width: 12px;
        border: 1px solid #606060;
        display: inline-block;
        margin: 7px 0px;
        line-height: 13px;
        cursor: pointer;
        text-indent: 20px;
        white-space: nowrap;
        font-size: 16px;
        color: #606060;
      }
      
      .filter-holder input[type=checkbox]:checked+label {
        background-color: #606060;
      }
      
      /*______ INFOWINDOW ______*/
      
      .infowindow-holder {}
      
      .infowindow-holder h2 {
        font: 15px 'Josefin Sans', Arial, san-serif;
        margin-bottom: 14px;
        font-weight: 600;
        text-transform: uppercase;
      }
      
      .infowindow-holder #bodyContent {
        font: 15px 'Josefin Sans', Arial, san-serif;
        color: #393939;
      }
      
      .infowindow-holder #bodyContent p {
        padding-bottom: 10px;
      }
      
      .infowindow-holder #infolocation {
        font: 14px 'Josefin Sans', Arial, san-serif;
        margin-top: 10px;
        color: #393939;
      }
      
      .infowindow-holder #bodyContent a {
        width: 100%;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #B85A5A;
      }
      
      .infowindow-holder #bodyContent a:hover {
        text-decoration: underline;
      }
      
      .map-icons ul {
        list-style: none;
        overflow: hidden;
        margin-bottom: 20px;
      }
      
      .map-icons ul li {
        float: left;
        width: 20%;
        text-align: center;
      }
      
      .map-icons ul li h3 {
        font: 18px 'Josefin Sans', Arial, san-serif;
      }
      
      /*______   FOOTER   ______*/
      
      footer ul {
        height: 100px;
        list-style: none;
        display: inline-block;
      }
      
      footer li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px 15px;
        font: 14px officina, arial, 'san-serif';
        color: #777;
        display: inline-block;
      }
      
      footer li a {
        display: inline-block;
        color: inherit;
      }
      
      footer li img {
        padding: 10px;
        background: #FFF;
        border: 1px solid #777;
        border-radius: 4px;
        z-index: 3;
      }
      
    
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #A9A9A9;
        background-color: #F4F4F4;
      }
      
      #content {
        max-width: 1170px;
      }
      
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 400px;
        min-width: 400px;
      }
      
      #content [data-section] {
        padding: 16px;
      }
      
      #content > div {
        margin: -16px;
      }
      
      a:hover {
        color: ;
      }
      
      h1, h2, h3, h4, h5 {
        font-family: 'Roboto', Arial, san-serif;
        color: ;
      }
      
      h5 a:hover,
      h4 a:hover {
        color: ;
      }
      
      .title-holder h1 {
        font: 34px 'Josefin Sans', Arial, san-serif;
        color: #D6E68C;
      }
      
      .widget-content {
        background-color: transparent;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #9A9A9A;
        padding: 0px;
      }
      
      .widget-content h2 {
        font: 21px 'Josefin Sans', 'Roboto', Arial, san-serif;
        color: #101510;
        border-bottom: 1px solid #101510;
        margin-bottom: 20px;
        padding-bottom: 10px;
      }
      
      .widget-content h4 {
        font: 20px 'Josefin Sans' 'Roboto', Arial, san-serif;
        color: #595B49 ;
      }
      
      .widget-content h5 {
        font: 16px 'Roboto', Arial, san-serif;
        color: #333;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #101510;
        font: 21px 'Josefin Sans', 'Roboto', Arial, san-serif;
      }
      
      [data-section="footer"],
      [data-section="header"] {
        padding: 0px;
        position: relative;
      }
      
      [data-section="footer"] {
        max-width: 1170px;
        margin: 0px auto;
      }
      
      [data-section="under-header"] .widget:first-child {
        margin-top: 20px;
      }
      
      /*______ CUSTOM INFO ______*/
      
      .ch-add-profile-custom-info {
        text-align: center;
        border: 1px dashed #595B49 ;
        padding: 5px 10px;
        background: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
      }
      
      .ch-profile-custom-info .bold {
        font-weight: bold;
      }
      .ch-profile-custom-info .italic {
        font-style: italic;
      }
      .ch-profile-custom-info a {
        color: #595B49 ;
      }
      .ch-profile-custom-info a:hover {
        color: ;
      }
      
      .ch-profile-custom-info > div {
        background: transparent;
        padding: 20px;
        position: relative;
        margin-bottom: 20px;
      }
      
      .ch-profile-custom-info > div div:first-child {
        font: 21px 'Josefin Sans', 'Roboto', Arial, san-serif;
        font-weight: normal;
        color: #101510;
        padding-bottom: 15px;
      }
      
      [data-editable="1"] > div div:first-child {
        cursor: move;
      }
      
      .ch-add-profile-custom-info:hover {
        color: #595B49 ;
      }
      
      .self-boxes .widget-content {
        background: transparent;
        padding: 0px;
      }
    