
      
      
      
      /*_____   SEARCH FORM   ______*/
      
      #search {
        display: none;
      }
      
      #search form {
        display: inline-block;
        margin-right: 0px;
        border-radius: 18px;
        position: relative;
      }
      
      #search form {
        z-index: 2;
      }
      
      #search:hover form {
        display: block;
      }
      
      #search form input {
        border: none;
        width: 36px;
        height: 36px;
        border-radius: 6px;
        -moz-transition: width 0.5s ease-out;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
        padding: 2px 24px 2px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        color: #606060;
      }
      
      #search form i {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 0px;
        z-index: 2;
      }
      
      #search form:hover input,
      #search input:focus {
        width: 200px;
        -moz-transition: width 0.5s ease-out;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
        margin-right: 36px;
        border-bottom: 1px solid #FFF;
      }
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button {
        position: static;
        float: left;
        width: 130px;
        margin-top: 9px;
      }
      
      /*______   HEADER   ______*/
      
      .header-inner {
        position: relative;
      }
      
      .header-inner:before {
        content:"";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.2);
      }
      
      .title-holder {
        position: absolute;
        width: 100%;
        max-width: 600px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        z-index: 2;
      }
      
      img.background-profile {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
      }
      
      .feed-options {
        position: absolute;
        right: 5px;
        top: 5px;
        display: none;
        z-index: 1;
      }
      
      .feed-item {
        clear: initial;
      }
      
      .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;
      }
      
      .self-boxes .widget-content {
        margin-bottom: 0px;
      }
      
      /*______ FLEXBOX ______*/
      
      .flexbox-info {
        min-width: 100px;
      }
      
      /*______ FOOTER ______*/
      
      footer {
        position: relative; 
        background-color: #3f453a;
        text-align: center;
        margin-top: 0px;
        overflow: overlay;
      }
      
      footer .widget-content {
        background-color: #3f453a;
      }
      
      footer .widget-content p {
        font: 16px 'Raleway', Arial, san-serif;
        color: #FFF;
      }
      
      footer .footer-img {
        display: block;
      }
           
      footer .icons-inline i{
        color: #FFF;
        border: 1px solid;
      }
      
      .address-wrapper {
        padding-top: 20px;
      }
      
      .address-wrapper p {
        margin-bottom: 10px;
      }
      
      /**/
      
      /*______ 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: #F6F6F6;
      }
      
      .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 .flexbox-hero {
        background-color: #3f453a;
        font: 24px 'Raleway', Arial, san-serif;
        font-size: 35px;
        line-height: 38px;
      }
      
      .event-panel .location {
        font-size: 14px;
      }
      
      .event-panel span {
        display: block;
      }
      
      .event-panel .month {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
      }
      
      .column .start-date,
      .column .end-date {
        display: inline-block;
      }
      
      .column .event-panel .month {
        font-size: 16px;
        line-height: 20px;
      }
      
      .column .location-map {
        position: absolute;
        bottom: 100%;
        margin-bottom: 10px;
        color: #FFF;
      }
      
      .column .location-map i {
        color: #FFF;
      }
      
      .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 .location-map i{
        padding-right: 5px;
      }
      
      .event-detail .event-panel {
        margin-bottom: 10px;
      }
      
      .event-hero img {
        display: block;
      }
      
      .event-detail .date {
        width: 120px;
      }
      
      .event-panel .share-rrss,
      .event-panel .summary {
        display: none;
      }
      
      
      .column .event-panel .share-rrss,
      .column .event-panel .summary {
        display: block;
      }
      
      /*______ DOCUMENTS ______*/
      
      .document-panel {
        margin-bottom: 20px;
        min-height: 135px;
      }
      
      
      .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;
      }
      
      @media (min-width: 992px) {
        .in-column.col-md-1-9 {
        	width: 16.66%;
      	}
    	}
      
      /*______   BUTTONS   ______*/
      
      .ch-button {
        font: 14px 'Open Sans', 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      .ch-button.ch-button-inactive:hover,
      .ch-button.ch-button-active {
        color: #ebf7e4;
        background-color: #3f453a;
      }
      
      .ch-button.ch-button-active:hover {
        background-color: #ebf7e4;
        color: #3f453a;
      }
      .ch-button.ch-button-inactive {
        background-color: #D8D8D8;
        color: #7B7B7B;
      }
      
      /**/
      
      /*______   ERROR PAGES   ______*/
      
      .error-holder {
        max-width: 600px;
        padding: 40px 20px;
        margin: 0px auto;
        min-height: 300px;
        text-align: center;
      }
      
      .error-holder h2 {
        margin-top: 40px;
        font-family: 'Raleway', 'Roboto', Arial, sanSerif;
        font-weight: 600;
        font-size: 30px;
      }
      
    
      body {
        background-color: ;
	    }
      * a:hover {
        color: #5dc023;
      }
      
      [class^="fonticon-"]{
        color: #314555;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #FFFFFF;
        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;
      }
      
      #datepicker .ui-datepicker .ui-datepicker-header {
        background-color: #4fb199;
      }
      
      #datepicker .ui-datepicker tbody td.highlight>a {
        background-color: #9ee2d0;
      }
      
      h5 a:hover, h4 a:hover {
        color: #5dc023;
      }
      
      /*______ HEADER ______*/

      header {
        background-color: transparent;
        padding-top: calc(20px*1.8);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      .ch-slidersimple .header-title-holder h1 {
      	font: 34px 'Raleway', Arial, san-serif;
      }
      
      .widget-content .site-title,
      .site-title {
        font: 34px 'Raleway', Arial, san-serif;
        color: #FFF;
      }
      
      .widget-content .site-subtitle,
      .site-subtitle {
        font: 20px 'Raleway', Arial, san-serif;
        color: #FFF;
      }
      
      .widget-content .site-title {
        text-align: center;
      }
      
      .widget-content .site-subtitle {
        margin-top: 20px;
      }

      /* EndHeader */
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button label {
        color: #FFF;
        font-family: 'Raleway';
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: rgba(0,0,0,0.3);
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #314555;
        font: 24px 'Raleway', Arial, san-serif;
      }
      
      /*EndSwitchButton*/
      
      /*______   NAVIGATION BAR   ______*/
      
      [data-section="nav-bar"] {
        background-color: #F6F6F6;
        position: relative;
      }
      .avatar-site-holder,
      .avatar-site {
        height: 100px;
      }
      
      .avatar-site img {
        position: relative;
        z-index: 1;
        padding: 6px 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
      }
      
      .avatar-site-holder .full-width{
        position: relative;
      }
      
      .avatar-site,
      .avatar-site img {
        display: inline-block;
      }
      
      .avatar-site-wrapper {
        display: inline-block;
        position: relative;
        z-index: 11;
      }
      
      .avatar-site-wrapper:hover .edit-icon {
        display: block;
      }
      
      /*______   TOP BAR   ______*/
      
      .top-bar {
        background-color: rgba(0,0,0,0.3);
      }
      
      .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: rgba(0,0,0,0.3);
        border: 1px solid #FFF;
      }
      
      .social-elements li > a:hover i {
      	background-color: #F18700;
        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 rgba(0,0,0,0.3) transparent;
      }
      
      .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: rgba(0,0,0,0.3);
        color: #FFF;
      }
      
      .social-elements .user-options a:hover {
      	background-color: #F18700;
        color: #FFF;
      }
      .social-elements .user-options a:hover i {
        color: #FFF;
      }
      
      #search {
        display: none;
      }
      
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #F6F6F6;
      }
      
      #main-nav table {
        color: #3f453a;
        font: 16px 'Raleway', Arial, san-serif;
        height: 60px;
      }
      
      #main-nav table td.selected > a,
      #main-nav td:hover > a,
      #main-nav td > a:hover {
        color: #9ee2d0;
      }
      
      #main-nav table td {
        border-bottom: 3px solid #F6F6F6;
      }
            
      #main-nav table td:hover {
        border-bottom: 3px solid #9ee2d0;
      }
      
      #main-nav table ul {
        border-top: 3px solid #9ee2d0;
        background-color: #F6F6F6;
      }
      
      #main-nav > div > ul > li {
        color: #3f453a;
        font: 16px 'Raleway', Arial, san-serif;
        width: auto;
      }
      
      #main-nav > div ul li:hover {
        background-color: #9ee2d0;
        color: #FFF;
      }
      
      #main-nav table .menu-avatar > a {
        max-height: 60px;
        padding: 0px;
        text-align: left;
      }
      
      .menu-avatar img {
        max-height: 60px;
        padding: 10px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #F6F6F6;
      }
      
      #main-nav > div > ul li ul li {
        color: #3f453a;
      }
      
      .button-submit {
        background-color: #4fb199;
        line-height: 30px;
        border-radius: none;
      }
      
      /*______   WIDGET CONTENT   ______*/
      
      .flexbox-panel {
      	background-color: #FFF;
      }
      
      .widget-content,
      .widget-content .item-panel {
        font: 14px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #7b7b7b;
      }
      
      .widget-content {
        background-color: #FFF;
        padding: 20px;
        margin-bottom: 40px;
      }
      
      .widget-content h2 {
        font: 24px 'Raleway', Arial, san-serif;
        color: #314555;
        margin-bottom: 20px;
      }
      
      .widget-content h4 {
        font: 18px 'Raleway', Arial, san-serif;
        color: #3f453a;
      }
      
      .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: #314555;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #5dc023;
      }
      
      /*EndWidgetContent*/
      
      .ch-profile-custom-info > div div:first-child {
        font: 24px 'Raleway', Arial, san-serif;
        color: #314555;
      }
      
      h1 {
        font: 34px 'Raleway', Arial, san-serif;
        color: #FFF;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      }
      
      .doc-panel .flexbox-info {
        padding: 10px 10px 10px 0px;
      }
      
      .doc-panel .flexbox-hero {
        min-width: 100px;
        width: 100px;
        height: 148px;
      }
      
    