
      
      /*_____   SEARCH FORM   ______*/
      
     	#search {
        display: none;
    	}
      
      #search form {
        display: inline-block;
        margin-right: 0px;
        border-radius: calc(20px*0.9);
        position: relative;
      }
      
      #search form {
        z-index: 2;
        background-color: #7f8c96;
      }
      
      #search:hover form {
        display: block;
      }
      
      #search form input {
        border: none;
        height: calc(20px*1.8);
        width: calc(20px*1.8);
        color: #FFF;
        -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;
      }
      
      #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;
      }
      
      /*End*/
      
      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;
      }
      
      
      /*______ EVENT PANEL ______*/
      
      .event-panel .flexbox-hero {
        background-color: #ffa724;
        font: 24px 'Raleway', Arial, san-serif;
        font-size: 24px;
        line-height: 38px;
      }
      
      .column .start-date,
      .column .end-date {
        display: inline-block;
      }
      
      .column .event-panel .month {
        font-size: 16px;
      }
      
      .event-panel .item-hour,
      .event-panel .item-location{
        margin: 5px 2px;
      }
      .event-panel .item-hour i,
      .event-panel .item-location i{
        padding-right: 5px;
      }
                 
      .column .event-panel .share-rrss,
      .column .event-panel .summary {
        display: block;
      }
      
      .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;
      }
      
      /*______   IMAGE PANEL   ______*/
      
      .image-panel {
        position: relative;
      }
      
      .image-panel .flexbox-hero {
        min-width: 320px;
        width: 320px;
        height: 220px;
      }
      
      /*End*/
      
      /*______   QUESTION PANEL   ______*/
      
      .question-panel .fonticon-Question {
        background-color: #ffa724;
      }
      
      .question-panel .constant-left>div:first-child {
        width: 50px;
      }
      
      .question-panel .constant-left>div:nth-child(2) {
        margin-left: 60px;
      }
      
      .question-panel .fonticon-Check {
        color: #71cc11;
        font-size: 24px;
        z-index: 1;
      }
      
      /*End*/
      
      
      /*______   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 #ffa724;
        padding: 10px 0px;
        margin-bottom: 10px;
      }
      
      /*______   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: #ffa724;
      }
      
      /*End*/
      
      /*______   BUTTONS   ______*/
      
      .ch-button {
        font: 14px 'Open Sans', 'Segoe UI', Helvetica, Verdana, san-serif;
        border-radius: 0px;
      }
      
      .ch-button.ch-button-active {
        color: #ffe6c1;
        background-color: #ffa724;
      }
      
      .ch-button.ch-button-inactive:hover,
      .ch-button.ch-button-active:hover {
        background-color: #ffe6c1;
        color: #ffa724;
      }
      .ch-button.ch-button-inactive {
        background-color: #D8D8D8;
        color: #7B7B7B;
      }
      
      /**/
      
      /*______ FOOTER ______*/
      
      footer {
        position: relative; 
        background-color: #d1d1d1;
        text-align: center;
        margin-top: 0px;
        overflow: overlay;
      }
      
      footer .widget-content {
        background-color: #d1d1d1;
      }
      
      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;
      }
      
      /**/
      
      /*______   ZONES   ______*/
      
      .zones-panel {
        padding: 10px;
        box-sizing: border-box;
      }
      
      .zones-panel > div {
        border: 1px solid #DEDEDE;
      }
      
      .zones-panel h4 {
        padding: 16px;
      }
      
      .zone-item a {
        display: block;
        padding: 10px 10px 10px 30px;
      }
      
      .zone-item a:hover {
        background-color: #ffa724;
      }
      
      
      /*End*/
      
      /*______   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;
      }
      
    
      .template-skin-layout #content > div {
        margin: 10px 40px !important;
        border: 1px dashed #D6D6D6 !important;
      }
      .template-skin-layout #column-two,
      .template-skin-layout #column-one {
        overflow: hidden !important;
        max-width: 226px !important;
        min-width: auto;
      }
      body.template-skin-layout .button-add {
        height: 38px;
      }
            
      * a:hover {
        color: #F18700;
      }
      
      [class^="fonticon-"]{
        color: #333;
      }
      
      .color-one {
        color: #ffa724 !important;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F8F8F8;
        color: #868686;
      }
      
      .full-width {
        max-width: 1170px !important;
      }
      
      [data-section="underheader"] {
        margin-top: 40px;
      }
      
      #content > div > div > #main {
        max-width: 100%;
      }
      
      #column-one {
        width: 420px;
        min-width: 420px;
      }
      
      #column-two {
        width: 0px;
        min-width: 0px;
      }
      
      #calendar .ui-datepicker .ui-datepicker-header,
      #calendar .ui-datepicker tbody td.highlight>a {
        background-color: #ffa724;
      }
      
      h5 a:hover, h4 a:hover {
        color: #F18700;
      }
      
      /*______ 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;
      }
      
      .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);
      }
      
      
      .site-title {
        font: 34px 'Raleway', Arial, san-serif;
        color: #FFF;
    		text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      }
            
      .site-subtitle {
        font: 20px 'Raleway', Arial, san-serif;
        color: #FFF;
    		text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      }
      
      .widget-content .site-subtitle {
        margin-top: 20px;
      }

      /* EndHeader */
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button {
        position: static;
        float: left;
        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: #FFF;
        font: 16px 'Raleway', Arial, san-serif;
      }
      
      .switch-button input[type="checkbox"].switch:checked+span+div:before {
        background: #b0035c;
      }
      
      /*EndSwitchButton*/
      
      
      /*______   TOP BAR   ______*/
      
      .top-bar {
        background-color: #314555;
      }
      
      .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: #FFF;
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        background-color: #7f8c96;
      }
      
      .social-elements li > a:hover i {
      	background-color: #F18700;
        color: #FFF;
      }
      
      .social-elements .add,
      .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 #7f8c96 transparent;
      }
      
      .social-elements .add:hover .user-options,
      .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: #7f8c96;
        color: #FFF;
      }
      
      .social-elements .user-options a:hover {
      	background-color: #F18700;
        color: #FFF;
      }
      .social-elements .user-options a:hover i {
        color: #FFF;
      }
      
      /*End*/
      
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #FFF;
        box-shadow: 0px 1px 12px rgba(0,0,0,0.3);
      }
      
      #main-nav table {
        color: #aeaeae;
        font: 16px 'Raleway', Arial, san-serif;
        height: 100px;
      }
      
      #main-nav table td.selected > a,
      #main-nav td:hover > a,
      #main-nav td > a:hover {
        color: #ffa724;
      }
      
      #main-nav table td {
        border-bottom: 3px solid #FFF;
      }
            
      #main-nav table td:hover {
        border-bottom: 3px solid #ffa724;
      }
      
      #main-nav table ul {
        border-top: 3px solid #ffa724;
        background-color: #FFF;
      }
      
      #main-nav table .menu-avatar > a {
        max-height: 100px;
        padding: 0px;
        text-align: left;
      }
      
      .menu-avatar img {
        max-height: 100px;
        padding: 10px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      /*End*/
      
      .button-submit {
        background-color: #ffa724;
        line-height: 30px;
        border-radius: none;
      }
      
      /*______   WIDGET CONTENT   ______*/
      
      .widget-content p {
        font: 14px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #7b7b7b;
        line-height: 22px;
        margin-bottom: 16px;
        text-align: justify;
      }
      
      .widget-content,
      .widget-content .item-panel,
      .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: #7b7b7b;
        line-height: 22px;
        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 {
        font: 24px 'Raleway', Arial, san-serif;
        color: #314555;
        margin-bottom: 20px;
      }
      
      .widget-content h4 {
        font: 18px 'Raleway', Arial, san-serif;
        color: #3D3D3D;
      }
      
      .widget-content h5 {
        font: 16px 'Raleway', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-content hr {
        clear: both;
        margin: 30px 0px;
        border-bottom: 1px solid #ffa724;
      }
      
      /*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: #314555;
      }
      
      .column .flexbox-info {
        background-color: #FFF;
      }      
    