
      
      /*_____   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-in;
        -webkit-transition: width 0.5s ease-in;
        transition: width 0.5s ease-in;
        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 input {
        position: absolute;
        z-index: 10;
        right: 100%;
        font-size: 18px;
      }
      
      #search form i {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 0px;
        z-index: 2;
      }
      
      #search form:hover input {
        width: 200px;
        -moz-transition: width 0.5s ease-out, background-color 0.5s;
        -webkit-transition: width 0.5s ease-out, background-color 0.5s;
        transition: width 0.5s ease-out,  background-color 0.5s;
        margin-right: 36px;
        background-color: #FFF;
        border: 1px solid #505050;
      }
      
      #search input:focus {
        width: 200px;
        margin-right: 36px;
        background-color: #FFF;
      }
      
      .highlight {
        color: #b0c12b;
        font-weight: 600;
      }
      
      /*______   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: #292929;
        text-align: center;
        margin-top: 0px;
        overflow: overlay;
      }
      
      footer .widget-content {
        background-color: #292929;
      }
      
      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: transparent;
      }
      
      .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 ______*/
      
      .widget-content .event-panel .flexbox-panel {
        padding: 16px;
        background-color: #FFF;
      }
      
      .event-panel .flexbox-hero {
        width: 100px;
        min-width: 100px;
      }
      
      .event-panel .flexbox-hero {
        background-color: #ced1ab;
        color: #7b7b7b;
        font: 24px 'Raleway', Arial, san-serif;
        font-size: 24px;
        line-height: 38px;
      }
      
      .event-panel .date-init {
        margin-top: 5px;
      }
      
      .event-panel .start-date {
        line-height: 56px;
      }
      
      .event-panel .location {
        font-size: 14px;
      }
      
      .event-panel span {
        display: block;
      }
      
      .event-panel .month {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
      }
      
      #calendar .ui-datepicker .ui-datepicker-header {
        background-color: #ced1ab;
        color: #7b7b7b;
      }
      #calendar .ui-datepicker .ui-datepicker-next span::before, #calendar .ui-datepicker .ui-datepicker-prev span::before, #datepicker .ui-datepicker .ui-datepicker-next span::before, #datepicker .ui-datepicker .ui-datepicker-prev span::before {
        
        color: #7b7b7b;
      }
      .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;
      }
      
      
      @media (min-width: 992px) {
        .in-column.col-md-1-9 {
          width: 16.66%;
        }
    }
      
      /*______   ITEM AUTHOR   ______*/
      
      .item-author {
        font: 13px 'Raleway', Arial, san-serif;
        color: #AAA;
      }
      
      .item-author a {
        color: #ced1ab;
      }
      
      .item-author a:hover {
        color: #505050;
      }
      
      .item-author .feed-date {
        color: #AAA;
      }
      
      #page-post .item-author {
        margin-bottom: 10px;
        text-align: right;
      }
      
      /**/
      
           /*_______ FORMULARIOS  ________ */
 
      .mandatory:before {
        color: #f16550;
        content: '\2731'
      }
      
      .widget-content.concurso .formulario-docs {
        background-color: rgb(246, 246, 246);
        border: 1px solid rgb(50, 145, 159);
        margin-top: 20px;
       }
      

      .widget-content.concurso .formulario-docs h4 {
        font: 30px 'Raleway', Arial, sans-serif;
        color: rgb(204, 65, 37);
        text-transform: uppercase;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 20px;
        font-size: 20px;
       }
      
      .widget-content.concurso .formulario {
        background-color: rgb(246, 246, 246);
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
        min-height: 600px;
        margin-top: 20px;
       }
      
      .widget-content.concurso .formulario h2 {
        font: 30px 'Raleway', Arial, sans-serif;
        color: rgb(204, 65, 37);
        text-transform: uppercase;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 20px;

      }

      .widget-content.concurso .formulario h3 {
        font: 20px 'Raleway', Arial, sans-serif;
        color: rgb(67, 67, 67);
        text-align: left;
        text-transform: uppercase;
        text-decoration: underline;
        margin-bottom: 15px;
				margin-left: -20px;
				font-weight: bold;
      }
      
      .widget-content.concurso .formulario h4 {
        font: Italic 18px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(102, 102, 102);
        text-align: left;
        margin-top: -5px;
        margin-bottom: 10px;        
        margin-left: 10px;
      }
      
      .widget-content.concurso h5 {
        	font: Italic 18px 'Raleway', Helvetica, Verdana, san-serif;
        	color: rgb(102, 102, 102);
          font-size: 15px;
          text-align: left;
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0px;
          padding: 2px;
      }

      .form-control-container {
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 15px;
        padding: 0px;
        text-align: left;     
      }

       .widget-content.concurso .form-label {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(67, 67, 67);
        padding: 2px;
        height: 100%;
        width: 100%;
      }
      
      .widget-content.concurso input[type="text"] {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      

      .widget-content.concurso input[type="email"] {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      
      .widget-content.concurso .slider-table {
        width: 100%;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 10px;
        table-layout: fixed;
      }
      
      .widget-content.concurso .slider-label {
        margin-left: -15px;
        color: rgb(37, 103, 112);
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        font-size: 17px;
      }
      
      .widget-content.concurso input[type="range"]  {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
      }
      
      .widget-content.concurso select {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      
      .widget-content.concurso textarea {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      
      .formulario .form-box {
        width: 80%; 
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0px; 
        display: inline-block; 
        background-color: transparent;
      }
      
      .widget-content.concurso .radio
      {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        padding: 2px;
        margin-left: 20px;
      }
      
      .widget-content a.ch-button-send {
        padding: 10px;
        background-color:#B4C147;
        color:white;
        font-size: 20px;
        width: unset;
        
      }
      /* Checkbox y radiobuttons */
      
     .radiocontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 3px;
        margin-top: 3px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
    
     /* Hide the browser's default radio button */
    .radiocontainer input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    /* Create a custom radio button */
    .radiomark {
      position: absolute;
      top: 3px;
      left: 3px;
      height: 20px;
      width: 20px;
      background-color: #eee;
      border-radius: 50%;
    }
    
    /* Create a custom check box button */
    .checkmark {
      position: absolute;
      top: 3px;
      left: 3px;
      height: 20px;
      width: 20px;
      background-color: #eee;

    }
    
    /* On mouse-over, add a grey background color */
    .radiocontainer:hover input ~ .radiomark {
      background-color: #ccc;
    }
    
    /* When the radio button is checked, add a blue background */
    .radiocontainer input:checked ~ .radiomark {
      background-color: rgb(37, 103, 112);
    }
    
      /* On mouse-over, add a grey background color */
    .radiocontainer:hover input ~ .checkmark {
      background-color: #ccc;
    }   
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radiomark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the indicator (dot/circle) when checked */
    .radiocontainer input:checked ~ .radiomark:after {
      display: block;
    }
    
    /* When the checkbox is checked, add a blue background */
    .radiocontainer input:checked ~ .checkmark {
      background-color: rgb(37, 103, 112);
    }

    /* Show the checkmark when checked */
    .radiocontainer input:checked ~ .checkmark:after {
      display: block;
    }      
    /* Style the indicator (dot/circle) */
    .radiocontainer .radiomark:after {
      top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
    }
    
          /* Style the checkmark/indicator */
    .radiocontainer .checkmark:after {
      left: 6px;
      top: 0px;
      width: 5px;
      height: 14px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    

    
      /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    
      /* Customize the label (the container) */
      .widget-content.concurso .checkcontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        height: unset;
      }
      
      /* Hide the browser's default checkbox */
      .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }
      
      /* Create a custom checkbox */
      .checkcontainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
        border: 1px solid rgb(50, 145, 159);
      }
      
      /* On mouse-over, add a grey background color */
      .checkcontainer:hover input ~ .checkmark {
        background-color: #ccc;
      }
      
      /* When the checkbox is checked, add a blue background */
      .checkcontainer input:checked ~ .checkmark {
        background-color: #2196F3;
      }
      
      /* Create the checkmark/indicator (hidden when not checked) */
      .checkcontainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the checkmark when checked */
      .checkcontainer input:checked ~ .checkmark:after {
        display: block;
      }
      
      /* Style the checkmark/indicator */
      .checkcontainer .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
      }

  


    





     /*_____________________________*/


      /*______   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: #37750e;
        background-color: transparent;
        border: 2px solid;
      }
      
      .ch-button.ch-button-active:hover {
        background-color: #37750e;
        color: #FFF;
        border: 2px solid #37750e;
      }
      .ch-button.ch-button-inactive {
        background-color: transparent;
        color: #232323;
        border: 2px solid;
      }
      
      /**/
      
      /*______   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;
      }
      
      
      /* ____________ POPUP _________________ */
      
      /*______   POPUP   ______*/

      .popup-chs {
        position: fixed;
        top: 50%;
        left: 50%;
        background-color: #FFF;
        box-shadow: 0px 0px 10px #8A8A8A;
        max-width: 800px;
        width: 100%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 101;
        display: none;
        max-height: 80%;
        height: 80%;
      }
      
      .popup-chs .popup-header {
        padding: 10px 20px;
        background-color: transparent;
        color: black;
      }
      
      .popup-chs .popup-header h2 {
        color: inherit;
      }
      
      .popup-chs .popup-content {
        padding: 10px;
        overflow-y: auto;
        max-height: 90%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        
      }
      
      .popup-chs .popup-content > div {
        width: 50%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
      }
      
      i.close-popup {
        position: absolute;
        display: inline-block;
        top: 8px;
        right: 20px;
        font-size: 20px;
        border: 2px solid #FFF;
        border-radius: 50%;
        cursor: pointer;
        line-height: 24px;
        width: 24px;
        text-align: center;
        transform: rotate(45deg);
      }
      
      .product-options span {
        padding-right: 10px;
        font-weight: 600;
      }
    
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F8F8F8;
        color: #868686;
      }
      
      * a:hover {
        color: #F18700;
      }
      
      [class^="fonticon-"]{
        color: #314555;
      }
      
      .full-width {
        max-width: 1170px !important;
      }
      
      #content > div > div > #main {
        max-width: 100%;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #datepicker .ui-datepicker .ui-datepicker-header {
        background-color: #ced1ab;
      }
      
      #datepicker .ui-datepicker tbody td.highlight>a {
        background-color: #9ee2d0;
      }
      
      h5 a:hover, h4 a:hover {
        color: #F18700;
      }
      
      h3 {
        color: #ced1ab;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        margin-bottom: 6px;
      }
      
      
      /*______   DISPOSICION   ______*/
      
      #column-two {
        width: 300px;
        min-width: 300px;
        margin-top: 144;
      }
      
      #content > div > div > #main {
        max-width: 100%;
        margin-top: 144;
      }
      
      @media (max-width: 780px) {
        
        #column-two {
          margin-top: 30;
        }
        #content > div > div > #main {
          margin-top: 30;
        }
      
    	}
      /*______   TOP BAR   ______*/
      
      .site-topbar {
        background-color: transparent;
        position: relative;
        z-index: 7;
      }
      
      .site-topbar table {
        width: 100%;
      }
      
      [data-section="topbar"] {
        z-index: 7;
        background-color: #F8F8F8;
        -moz-transition: background-color 0.3s ease-out;
        -webkit-transition: background-color 0.3s ease-out;
        transition: background-color 0.3s ease-out;
      }
      
      @media (min-width: 768px) {
        .site-topbar table {
          padding: 20px 0px;
          table-layout: fixed;
          padding-bottom: 0px;
        }
    }
      
      .social-elements li {
        margin: 5px;
      }
      
      #search 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: #373737;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        background-color: transparent;
        -moz-transition: color 0.3s ease-out;
        -webkit-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
      }
      
      .social-elements li > a:hover i {
        background-color: #373737;
        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 '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 transparent 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: #373737;
        color: #FFF;
      }
      
      .social-elements .user-options a:hover {
        background-color: #373737;
        color: #ced1ab;
      }
      .social-elements .user-options a:hover i {
        color: #ced1ab;
      }
      
      #search {
        display: inline-block;
      }
      
      /*EndTopBar*/
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button {
        position: static;
        width: 130px;
        margin-top: 9px;
      }
      
      .follow-button-text {
        padding-right: 10px;
      }
      
      .follow-button-text,
      .switch-button input[type="checkbox"].switch+span+div {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
        float: initial;
      }
      
      .switch-button .follow-button-text {
        color: #373737;
        font: 16px 'Raleway', Arial, san-serif;
        -moz-transition: color 0.3s ease-out;
        -webkit-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
      }
      
      .switch-button input[type="checkbox"].switch:checked+span+div:before {
        background: #b0035c;
      }
      
      /*EndSwitchButton*/
      
      /*______ HEADER ______*/
      
      header {
        background-color: transparent;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      .ch-slidersimple .header-title-holder h1 {
        font: 26px 'Raleway', Arial, san-serif;
      }
      
      .widget-content .site-title,
      .site-title {
        font: 26px '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 */
      
      
      
      /*______   NAVIGATION BAR   ______*/
      
      [data-section="nav-bar"] {
        background-color: transparent;
        position: relative;
      }
      .avatar-site-holder,
      .avatar-site {
        height: 60px;
      }
      
      .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;
      }
      
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: transparent;
        border-bottom: 1px solid #a3a3a3;
      }
      
      #main-nav table {
        color: #373737;
        font: 16px 'Raleway', Arial, san-serif;
        height: 60px;
        -moz-transition: color 0.3s ease-out;
        -webkit-transition: color 0.3s ease-out;
        transition: color 0.3s ease-out;
      }
      
      #main-nav table td.selected > a,
      #main-nav td:hover > a,
      #main-nav td > a:hover {
        color: #37750e;
      }
      
      #main-nav table td {
        border-bottom: 3px solid transparent;
      }
      
      #main-nav table td:hover {
        border-bottom: 3px solid #37750e;
      }
      
      [data-section="topbar"].onimage #main-nav table ul {
        background-color: #333;
      }
      
      #main-nav table ul {
        border-top: 3px solid #37750e;
        background-color: #F8F8F8;
      }
      
      #main-nav > div > ul > li {
        color: #373737;
        font: 16px 'Raleway', Arial, san-serif;
        width: auto;
      }
      
      #main-nav > div ul li:hover {
        background-color: #37750e;
        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: transparent;
      }
      
      #main-nav > div > ul li ul li {
        color: #373737;
      }
      
      .button-submit {
        background-color: #ced1ab;
        line-height: 30px;
        border-radius: none;
      }
      
      /*______   PAGE CONTENT   ______*/
      #content {
        margin: 0px auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        /* min-height: 1000px; */
      }
      
      /*______   WIDGET CONTENT   ______*/
      
      .widget-content p {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #7b7b7b;
        line-height: 20px;
        margin-bottom: 16px;
        text-align: justify;
      }
      
      .widget-content a {
        font: 14px '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 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #7b7b7b;
        line-height: 20px;
        margin-bottom: 12px;
      }
      
      .widget-content ul,
      .widget-content ol {
      	margin-bottom: 30px;
      }
      
      .widget-content {
        background-color: #FFF;
        padding: 20px;
        margin-bottom: 40px;
      }
      .widget-content h2 a,
      .widget-content h2 {
        font: 24px 'Raleway', Arial, san-serif;
        color: #314555;
        margin-bottom: 20px;
      }
      
      .widget-content h4 a,
      .widget-content h4 {
        font: 18px 'Raleway', Arial, san-serif;
        color: #373737;
      }
      .widget-content h5 a,
      .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: #F18700;
      }
      
      /*EndWidgetContent*/
      
      /*______  SMALL_WIDGET CONTENT   ______*/
      

      .small-widget-content p {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #7b7b7b;
        line-height: 20px;
        margin-bottom: 16px;
        text-align: justify;
      }
      
      .small-widget-content a {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      .small-widget-simple .widget-content {
        margin: 0px ;
      }    
     
      .small-widget-simple .widget-content h2 a, 
      .small-widget-simple .widget-content h2 {
        font-size: 20px;
        color: #7C7F50 ;
      }    
      
      
      
      
      
      
      
      
      /* EndSmallWidgetContent */
      
      
      
      .ch-profile-custom-info > div div:first-child {
        font: 24px 'Raleway', Arial, san-serif;
        color: #314555;
      }
      
      h1 {
        font: 26px 'Raleway', Arial, san-serif;
        color: #FFF;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      }
      
      .index-docs .flexbox-info {
        padding: 10px 10px 10px 0px;
      }
      
      .index-docs .doc-panel .flexbox-hero {
        min-width: 100px;
        width: 100px;
        height: 140px;
      }
      
      .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: #ced1ab;
      }
      
    