
    
    /*______ HEADER ______*/
    
    [data-section="header"] {
      padding-bottom: 10px;
      position: relative;
    }
        
    .header-content {
      background-color: #FFF;
      text-align: center;
    }
    
    .header-content .hero-holder{
      height: 120px;
    }
    
    .header-content h1 {
			display: inline-block;
			margin-bottom: -20px;
    }
    
    .header-content h1 a {
      display: block;
      width: 221px;
      height: 169px;
    	background-image: url('http://chilmedia.org/v2/file-preview/2a28b618-fcd0-4487-977c-6dae76ac72ad.jpg');
      text-indent: -9999px;
    }
    
    /* End Header*/
    
    /*______ SOCIAL MEDIA ______*/
    
    .social-media {
      position: absolute;
      top: 20px;
      left: 20px;
    }
    
    .social-media > ul {
      list-style: none;
      overflow: hidden;
    }
    
    .social-media > ul > li {
      display: inline-block;
      padding: 0px;
      margin: 0px 5px;
      margin-left: 5px;
    }
    
    .zones-list-nav a,
    .social-media > ul > li > a {
      display: block;
    }
    
    .social-media > ul > li > a > span{
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      color: #FFF;
      background-color: #75BCD5;
      line-height: 40px;
      font-size: 22px;
      text-align: center;
    }
    
    .social-media > ul > li > a img {
      border-radius: 50%;
      margin-bottom: -11px;
    }
    
    .show-zones-list:hover .zones-list-nav {
      display: block;
    }
    
    
    .zones-list-nav {
      position: absolute;
      z-index: 10;
      top: 100%;
      right: 0px;
      display: none;
      padding-top: 16px;
    }
    
    .zones-list-nav ul {
      width: 200px;
      list-style: none;
      background-color: #afddec;
      border-radius: 10px;
    }
    
    .zones-list-nav ul:before {
      content: "";
      position: absolute;
      display: block;
      width: 0px;
      height: 0px;
      top: -3px;
      right: 14px;
      border-style: solid;
      border-width: 10px;
      border-color: transparent transparent #afddec transparent;
    }
    
    .zones-list-nav a.zone-link {
      padding: 10px 16px;
      font-family: 'Roboto';
      color: #1f3c46;
      font-size: 18px;
      margin-right: 30px;
      position: relative;
    }
    
    .zones-list-nav a.zone-link:hover {
      color: #1f3c46;
      text-decoration: underline;
    }
    
    .zones-list-nav li {
      position: relative;
    }
    
    .zones-list-nav a.fonticon-Manage {
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      top: 50%;
      right: 5px;
      margin-top: -10px;
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      z-index: 1;
    }
    
    .zones-list-nav a.fonticon-Manage:hover {
      color: orange;
    }
    
    .zones-list-nav li:first-child a.zone-link {
      padding-top: 20px;
    }
    
    .zones-list-nav li:last-child a.zone-link {
      padding-bottom: 20px;
    }
    
        
    /* End Social Media */
    
    /*______ SELECT LANGUAGE ______*/
    
    .language-select {
      position: absolute;
      top: 20px;
      right: 20px;
    }
    
    .language-select ul {
      list-style: none;
    }
    
    .language-select ul li {
      float: left;
      margin: 5px;
    }
    
    .language-select ul li a {
      width: 36px;
      height: 36px;
      line-height: 36px;
      display: block;
      text-align: center;
      border-radius: 50%;
      font-weight: 600;
      border: 2px solid #62c1e9;
      font-size: 15px;
      color: #62c1e9;
    }
    
    .language-select ul li a:hover,
    .language-select ul li a.selected {
      background-color: #62c1e9;
      color: #FFF;
    }
    
    /* End language */
    
    /*______ FOOTER ______*/
    
    footer {
      margin-top: 40px;
      text-align: center;
    }
    
    footer .widget {
      background-color: #2b98be;
    }
    
    
    .footer-img {
      background-image: url("http://chilmedia.org/v2/file-preview/8d1dce38-0722-4940-81ed-18623506534d.jpg");
      background-size: cover;
      height: 60px;
    }
    
    footer .widget-content {
      border: none;
    }
    
    footer .widget-content:last-child {
      margin-bottom: 0px;
    }
    
    footer .widget-content h5 {
      color: #FFF;
    }
    .footer-distribution {
      overflow: hidden;
    }
    .footer-distribution > div {
      width: 33.33%;
      float: left;
    }
        
    /*_________ MAIN NAV __________*/
    
    #main-nav {
      background-color: #75BCD5;
      margin-bottom: 20px;
      position: relative;
		  z-index: 5;
    }
    
    #main-nav > div {
      max-width: 1170px;
      margin: 0px auto;
    }
    
    #main-nav > div ul {
      list-style: none;
      width: 100%;
    }
    
    #main-nav > div > ul {
      display: table;
    }
    
    #main-nav > div > ul > li {
      width: 16.66%;
      display: table-cell;
      vertical-align: middle;
      position: relative;
    }
    
    #main-nav > div ul li a {
      color: #FFF;
      font: 17px 'Roboto', Arial, san-serif;
      padding: 14px 8px;
      line-height: 18px;
      display: block;
      text-align: center;
      border: 0px 1px solid #FFF;
    }
    
    #main-nav > div > ul li:hover {
      background: #2b98be;
    }
    
    #main-nav > div > ul > li:hover li a {
      color: #FFF;
    }
    
    /*SUBMENU*/
    
    #main-nav > div > ul li ul {
      position: absolute;
      display: none;
      width: 100%;
      top: 100%;
      left: 0px;
      background-color: #75BCD5;
      z-index: 1;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    #main-nav > div > ul li:hover ul {
      display: block;
    }
    
    /*______ FLEXBOX PANEL ______*/
    
   
    
    /* DOCS INDEX */
    
    .doc-panel .flexbox-hero {
      min-width: 70px;
      border: 1px solid #D7D7D7;
      height: 103px;
    }
    
    .doc-panel h4 a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      line-height: 22px;
      max-height: 44px;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
    
    .doc-panel .inline-date {
      display: none;
    }
    
    .flexbox-panel .list-categories {
      list-style: none;
    }
    
    .flexbox-panel .list-categories li {
      float: left;
      margin-right: 5px;
      margin-left: 0px;
    }
    
    .flexbox-panel .list-categories li a {
      display: block;
      padding: 2px 10px;
      background-color: #B4B4B4;
      border-radius: 4px;
      color: #FFF;
    }
    
       
    .other-column .two-columns {
    	-webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      margin: -10px;
    }
    
    .other-column .two-columns .item-panel{
      width: 50%;
      padding: 10px;
      box-sizing: border-box;
      float: left;
    }
    
    .item-panel .flexbox-hero {
      position: relative;
    }
    
    a.edit-item {
      position: absolute;
      margin: 4px;
      top: 0px;
      left: 0px;
      display: inline-block;
      padding: 3px;
      line-height: 20px;
      font-size: 16px;
      width: 20px;
      height: 20px;
      text-align: center;
      background-color: rgba(255,255,255,0.6);
      border-radius: 50%;
    }
    
    a.edit-item:hover {
      color: #284974;
    }
    
    .no-actions .widget-actions {
      display: none;
    }
    
    /*______ SEARCH ______*/
    
    .search-filters {
      background-color: #31a3c6;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 6px;
    }
    
    .search-filters .simple-form input,
    .search-filters .simple-form select { 
      border-radius: 6px;
    }
    
    .search-filters .simple-form select {
      min-width: 160px;
    }
    
    .search-filters .simple-form .button-submit .button-submit-search {
      float: right;
      background-color: #75BCD5;
      margin: 0px;
    }
    
    .search-filters .simple-form .button-submit-search {
      float: right;
      background-color: #75BCD5;
      margin: 0px;
    }
    
    .search-filters .simple-form .button-submit-search:hover {
      background-color: #FFF;
      color: #75BCD5;
    }
    
    .search-filters .simple-form .button-submit:hover {
      background-color: #FFF;
      color: #75BCD5;
    }
    
    .search-filters.docs-filters .simple-form input,
    .search-filters.docs-filters .simple-form select {
      margin: 0px;
      margin-right: 10px;
    }
    
    .search-filters.docs-filters .simple-form .search-box {
      width: 280px;
    }
    
    .search-filters.calendar-filters .simple-form select {
      width: 100%;
    }
    
    
    /*______ PRESENTATION ______*/
    
    .widget-content .presentation {
      margin: -10px;
      font-size: 0px;
    }
    
    .widget-content .presentation > div {
      display: inline-block;
      width: 33.33%;
      padding: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    .widget-content .presentation p{
      text-align: center;
      background: #75BCD5;
      color: #FFF;
      padding: 15px;
      position: relative;
      margin-top: 44px;
			padding-top: 40px;
      margin-bottom: 10px;
      font-size: 14px;
    }
    
    .widget-content .presentation p span {
      display: block;
      margin: 0px auto;
      margin-bottom: 20px;
      width: 60px;
      line-height: 60px;
      height: 60px;
      font-size: 20px;
      background: #FFF;
      border-radius: 50%;
      border: 2px solid #75BCD5;
      position: absolute;
      top: -32px;
      left: 50%;
      margin-left: -32px;
    }
    
    /* End Presentation */
    
    /*______ NEWS DETAIL ______*/
    
    .news-detail .hero {
      margin-bottom: 20px;
    }
    
    .news-detail .news-content {
      border-bottom: 1px solid #ECF3F5;
      margin-bottom: 20px;
    }
    
    .news-detail .news-content:last-child {
      border-bottom: none;
    }
    
    
    /*______ DOCUMENTS ______*/
    
    .document-panel {
      /*padding-bottom: 20px;
      margin-bottom: 30px;
      border-bottom: 1px solid #ECF3F5;
      min-height: 135px;*/
    }
    
    .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;
    }
    
    
    
    [data-section="footer"] .widget-content {
      background-color: transparent;
    }
		
    .doc-panel {
      font-size: 14px;
    }

    /*______ BUTTON FOLLOW ______*/

    .switch-button {
      position: absolute;
      top: 74px;
      right: 27px;
      width: 120px;
    }

    .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;
      font: 20px 'Roboto', Arial, san-serif;
      color: #62c1e9;
      width: 100%;
    }      
    
    .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,.2) inset;
      background-origin: border-box;
      background-clip: border-box;
      overflow: hidden;
      transition-duration: .4s;
      transition-property: padding,width;
      float: right;
      margin-top: 4px;
    }
    
    .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: #62c1e9;
    }
    
    .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;
    }
    
    /*EDIT*/
    
    .news-panel .edit-doc i,
    .event-panel .edit-doc i{
      padding-left: 30px;
      color: #DADADA;
    }
    
    .news-panel .edit-doc:hover i,
    .event-panel .edit-doc:hover i{
      color: #75BCD5;
    }
     
    
    /*______ ADD INFO ______*/
    
    .ch-profile-custom-info .bold {
      font-weight: bold;
    }
    .ch-profile-custom-info .italic {
      font-style: italic;
    }
    .ch-profile-custom-info a {
      color: ;
    }
    
    .ch-profile-custom-info > div {
      background: #FFF;
      padding: 20px;
      position: relative;
      margin-bottom: 20px;
      border: 1px solid #FFF;
      border-radius: 6px;
    }
    
    .ch-profile-custom-info > div div:first-child {
      font-weight: normal;
      font: 21px 'Roboto', Arial, san-serif;
      color: #267d91;
      background: #FFF;
      padding: 10px 20px;
      margin: -20px -20px 15px -20px;
    }
    
    [data-editable="1"] > div div:first-child {
      cursor: move;
    }
    
    .ch-add-profile-custom-info {
      text-align: center;
      border: 1px dashed ;
      padding: 5px 10px;
      background: #FFF;
      border-radius: 5px;
      margin-bottom: 20px;
      cursor: pointer;
    }
    
    .ch-add-profile-custom-info:hover {
      color: ;
    }
    
    .ch-profile-custom-info .pdf-profile-holder .pdf-cover {
      margin: 0px;
      padding: 0px;
    }
    
    .ch-profile-custom-info .pdf-profile-holder .pdf-cover .title-pdf {
      display: none;
    }
    
    .ch-profile-custom-info .pdf-profile-holder .pdf-cover:before {
      display: none;
    }
    
    .ch-profile-custom-info .pdf-profile-holder .pdf-cover img {
      position: relative;
      transform: none;
      border: 1px solid #D7D7D7;
    }
    
    .ch-profile-custom-info .pdf-profile-body {
      padding-left: 106px;
    }
    
    .ch-profile-custom-info .pdf-profile-body h6 {
      font: 18px 'Roboto', Arial, san-serif;
      color: #75BCD5;
    }
    
    .self-boxes .widget-content {
      background: transparent;
      padding: 0px;
      border: none;
    }
    
    .add-element {
      top: 8px;
      right: 10px;
      width: 26px;
      height: 26px;
      display: block;
      background-color: #FFF;
    }
    
    .add-element:before,
    .add-element:after {
      content: "";
      width: 14px;
      height: 4px;
      border-radius: 2px;
      display: block;
      position: absolute;
      background-color: #D3D3D3;
      top: 11px;
      left: 6px;
    }
    
    .add-element:after {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
    
    .add-element:hover {
      background-color: #267d91;
    }
    
    .add-element:hover:before,
    .add-element:hover:after {
      background-color: #FFF;
    }
    
    /*______ SINGLE POSTS ______*/
    
    .widget-content.widget-singlepost {
      max-width: 860px;
      margin: 0px auto;
    }
    
    .widget-singlepost .summary {
      font-weight: 600;
    }
    .widget-singlepost .post-author {
      margin-bottom: 20px;
    }
    
    .widget-singlepost .post-author img {
      float: left;
    }
    
    .widget-singlepost .author-info {
      margin-left: 46px;
      position: relative;
    }
    
    .widget-singlepost .post-author p {
      padding: 0px;
    }
    
    .widget-singlepost .fonticon-Source,
    .widget-singlepost .fonticon-Tags {
      margin-right: 10px;
    }
    
    /*______ 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: 0px;
    }
    
    .front-items .event-panel {
      margin-bottom: 10px;
    }
    
    .event-panel .flexbox-hero,   
    .event-panel .date {
      width: 70px;
      min-width: 70px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: #75BCD5;
      color: #FFF;
      font: 40px/48px 'Roboto', Arial, san-serif;
      text-align: center;
      padding: 2px;
      padding: 4px 0px;
    }
    
    .event-panel .event-info h4 {
      padding-bottom: 0px;
    }
    
    .event-panel .month {
      font-size: 16px;
      border-bottom: none;
    }
    
    .event-panel .year {
      font-size: 14px;
      border-bottom: none;
    }
    
    .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: #75BCD5;
    }
    
    
    .event-detail .event-panel {
      margin-bottom: 10px;
    }
    
    .event-hero img {
      display: block;
    }
    
    .event-detail .date {
      width: 120px;
    }
    
    /*_ Attachements _*/
    .document-item {
      width: 50%;
      float: left;
    }
    
    .attachment-preview {
      float: left;
    }
    
    .attachment-preview + .attachment-info {
      position: relative;
      margin: 10px 0px 10px 76px;
      min-height: 73px;
    }
    
    .gallery-attachments {
      text-align: center;
      font-size: 0px;
      margin: -2px;
      margin-bottom: 20px;
    }
    
    .gallery-attachments img {
      display: inline-block;
      width: 25%;
      padding: 2px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    
    /****************   COORDINATOR ******************/
    
    .project-coordinator-contact {
      position: relative;
      margin-left: 110px;
      min-height: 100px;
    }
    
    .project-coordinator-contact h2 {
      padding-bottom: 10px;
    }
    
    .coordinator-img {
      float: left;
    }
    
    .send-mail {
      width: 26px;
      height: 26px;
      background: url() -52px 0px;
      cursor: pointer;
    }
    
    .send-mail:hover {
      background-position: -52px -26px;
    }
    
    .colab-img {
      overflow: hidden;
    }
    
    .colab-img img {
      max-height: 72px;
    }
    
    .three-col div {
      width: 33.33%;
      padding: 0px 20px;
      text-align: center;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
    }
    
    .ch-slider-holder.photo-album01 {
      overflow: visible;
    }
    
    .ch-slider-holder.photo-album01 .ch-bullets {
      bottom: -20px;
    }
    
    .youtube-iframe {
      padding: 10px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
    }
    
    /*______ WORK GROUPS ______*/
    
    h3.group-header  {
      color: #333;
      line-height: 47px;
      font-size: 23px;
      padding: 0px 20px;
      text-align: center;
      margin-bottom: 20px;
    }
    
    .tables-holder {
      margin-bottom: 50px;
    }
    
    .maps-holder {
      overflow: hidden;
      text-align: center;
    }
    
    .maps-holder > div {
      display: inline-block;
    }
    
    .map-panel {
      width: 100px;
      text-align: center;
      padding: 10px 20px;
      float: left;
    }
    
    .map-panel:nth-child(8n+1) {
      clear:both;
    }
    
    .tablespost-holder table,
    .tables-holder table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 20px;
    }
    
    .tables-holder table {
      display: none;
    }
    
    .tablespost-holder table td,
    .tables-holder table td {
    	vertical-align: middle;
      padding: 10px;
      text-align: center;
      border: 1px solid #D7D7D7;
    }
    
    .tablespost-holder thead td,
    .tables-holder thead td {
      background-color: #75BCD5;
      color: #FFF;
      border-color: #75BCD5 #FFF;
      border-width: 1px;
      border-style: solid;
    }
    
    .tablespost-holder thead tr td:first-child,
    .tables-holder thead tr td:first-child {
      border-left: 1px solid #75BCD5;
    }
    
    .tablespost-holder thead tr td:last-child,
    .tables-holder thead tr td:last-child {
      border-right: 1px solid #75BCD5;
    }
    .tablespost-holder table tr td:nth-child(2),
    .tables-holder table tr td:nth-child(2),
    table tr td:nth-child(3) {
      width: 16%;
    }
    
    .tablespost-holder table tr td:nth-child(4),
    .tables-holder table tr td:nth-child(4) {
      width: 20%;
    }
    
    .geographic-map {
      width: 100px;
      height: 100px;
      background-image: url("http://chilmedia.org/v2/file-preview/765770bc-a885-4a84-a522-1eae522e4777.jpg");
      margin: 0px auto;
      opacity: 0.4;
      cursor: pointer;
    }
    
    .geographic-map:hover,
    .geographic-map.selected {
      opacity: 1;
    }
    
    .geographic-map.italy {
      background-position: 0px -0px;
    }
    .geographic-map.france,
    .geographic-map.map-57518 {
      background-position: 0px -100px;
    }
    .geographic-map.denmark,
    .geographic-map.map-57515{
      background-position: 0px -200px;
    }
    .geographic-map.germany,
    .geographic-map.map-57513{
      background-position: 0px -300px;
    }
    .geographic-map.malta {
      background-position: 0px -400px;
    }
    .geographic-map.netherlands,
    .geographic-map.map-57519{
      background-position: 0px -500px;
    }
    .geographic-map.poland,
    .geographic-map.map-57522{
      background-position: 0px -600px;
    }
    .geographic-map.map-57516,
    .geographic-map.spain {
      background-position: 0px -700px;
    }
    .geographic-map.uk,
    .geographic-map.map-57525 {
      background-position: 0px -800px;
    }
    .geographic-map.belgium,
    .geographic-map.map-57514 {
      background-position: 0px -900px;
    }
    .geographic-map.europe,
    .geographic-map.map-57526{
      background-position: 0px -1000px;
    }
    .geographic-map.portugal,
    .geographic-map.map-57523{
      background-position: 0px -1100px;
    }
    .geographic-map.estonia,
    .geographic-map.map-57517{
      background-position: 0px -1200px;
    }
    .geographic-map.ireland,
    .geographic-map.map-57520{
      background-position: 0px -1300px;
    }
    .geographic-map.lithuania,
    .geographic-map.map-57521 {
      background-position: 0px -1400px;
    }
    .geographic-map.sweden,
    .geographic-map.map-57524{
      background-position: 0px -1500px;
    }
    .geographic-map.latvia {
      background-position: 0px -1600px;
    }
    .geographic-map.finland {
      background-position: 0px -1700px;
    }
    
    .comite-table tbody tr {
      display: none;
    }
    
    .comite-table tbody tr:last-child {
      display: table-row;
    }
    
    .map-holder {
      margin-bottom: 20px;
    }
    
    .contacts-holder {
      text-align: center;
    }
    
    
    .contacts-holder i {
      color: #267d91;
      margin-right: 10px;
    }
    
    
    .links-table .map-panel {
      float: none;
      margin: 0px auto;
    }
    
    .links-table > div {
      display: inline-block;
      width: 100%;
  		box-sizing: border-box;
    }
    
    /*______ EVENT DETAIL ______*/
    
    .event-detail .widget-content {
      max-width: 860px;
  		margin: 0px auto;
    }
    
    .event-detail .widget-content h2 {
      font-size: 30px;
      border-bottom: none;
    }
    
    .event-detail .flexbox-hero {
      width: 220px;
      background-color: #75BCD5;
      padding: 10px;
      text-align: center;
      position: relative;
    }
    
    .event-detail .flexbox-hero .hour {
      font-size: 25px;
      color: #FFF;
      margin-top: 20px;
    }
    
    .event-detail .flexbox-hero .hour i{
      display: block;
      font-size: 16px;
    }
    
    .event-detail .flexbox-hero .month,
    .event-detail .flexbox-hero .year {
      font-size: 16px;
      color: #206577;
      font-weight: 600;
    }
    
    .event-detail .flexbox-hero p {
      padding: 0px;
    }
    
    .event-detail .flexbox-info {
      padding: 0px;
      overflow: hidden;
    }
    
    .event-detail .flexbox-info .location {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 12px;
      background-color: rgba(255,255,255,0.7);
      padding: 4px 10px;
    }
    
    .event-detail .flexbox-info .location i {
      margin-right: 10px;
      color: #75BCD5;
    }
    
    .event-detail .flexbox-info a img {
      display: block;
      width: auto;
  		max-width: inherit;
    }
    
    .event-detail .flexbox-hero:after {
      content: "";
      position: absolute;
      display: block;
      border-style: solid;
      border-width: 16px;
      border-color: transparent transparent transparent #75BCD5;
      top: 50%;
      left: 100%;
      margin-top: -16px;
      z-index: 1;
    }
    
    .event-detail h3 {
      font-size: 18px;
      margin-bottom: 10px;
    }
    
    .event-detail .widget-content li,
    .widget-content.widget-singlepost li {
      color: #767676;
    }
    
    
    .fonticon-Twitter:before {
      content: "\e643";
    }
    
    .ui-datepicker {
      display:block !important;
    }
    
    .banner img {
      border-radius: 4px;
    }
    
    .this-item.link-panel .flexbox-panel {
      flex-direction: column;
      -webkit-flex-direction: column;
      display: block;
    }
    .this-item.link-panel .flexbox-hero {
      margin-right: 0px;
      margin-bottom: 10px;
    }
    
  
    * {
      padding: 0px;
      margin: 0px;
      background: transparent;
      border-width: 0px;
      line-height: normal;
      box-shadow: none;
      overflow: visible;
      position: static;
      font-weight: normal;
    }
    * a {
      text-decoration: none;
      color: #82C0D3;
      cursor: pointer;
    }
    
    ul, ol {list-style-position: inside;}
    
    html, body {
      height: 100%;
      width: 100%;
      position: relative;
      line-height: 20px;
      background-color: #ECF3F5;
      line-height: 20px;
      font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      line-height: 20px;
      color: #767676;
    }
    
    .social-media [class^="fonticon-"] {
      color: #FFF;
    }
    
    img {
      max-width: 100%;
    }
    
    h1, h2, h3, h4, h5, h6 {
      font-family: 'Roboto', Arial, san-serif;
      font-weight: normal;
      color: #267d91;
    }
    
    h4, h5 {
      padding-bottom: 0px;
      margin-bottom: 10px;
    }
    
    h2 a,
    h4 a,
    h5 a {
      text-decoration: none;
      color: inherit;
    }
    
    h4 {
      font-size: 18px;
      color: ;
    }
    
    h5 {
      font-size: 16px;
      color: #267d91;
    }
    
    
    a:hover,
    li a:hover,
    h2 a:hover,
    h5 a:hover,
    h4 a:hover {
      color: #d4d5e7;
    }
    
    .edit-profile-about,
    .remove-section,
    .add-element {
      background-image: none !important;
    }
    
    
    #content {
      max-width: 1170px;
    }
            
    #content > div > div > #main {
      max-width: -width;
    }
    
    #column-one {
      width: 380px;
      min-width: 380px;
    }
    
    #column-two {
      width: 0px;
      min-width: 0px;
    }
    
    /*______ WIDGETS GENERAL ______*/
    
    .widget-content {
      background-color: #FFF;
      font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      color: #767676;
      border: 1px solid #FFF;
      border-radius: 6px; 
    }
    
    .widget-content h1 {
      margin-bottom: 20px;
    }
    
    #events-list h2,    
    .widget-content h2 {
      font: 21px 'Roboto', Arial, san-serif;
      color: #267d91;
      background: #FFF;
      margin-bottom: 20px;
      border-bottom: 1px solid #267d91;
    }
    
    #events-list h2 span {
      padding-bottom: 10px;
      display: block;
    }
    
    .widget-content h4 {
      font: 18px 'Roboto', Arial, san-serif;
      color: #75BCD5;
    }
    
    .widget-content h5 {
      font: 18px 'Roboto', Arial, san-serif;
    }
    
    .widget-content li {
      padding-bottom: 5px;
      list-style-position: outside;
      margin-left: 25px;
      color: #75BCD5;
    }
    
    .widget-content li p {
      padding-bottom: 10px;
    }
    .widget-content li:last-child p {
      padding-bottom: 20px;
    }
    
    .widget-content p {
      color: #767676;
      font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
    }
    
    .widget-content p span {
      color: #75BCD5;
      font-weight: 600;
    }
    
    
    .widget-actions {
      position: absolute;
      right: 20px;
    }
    
    .widget-actions i {
      margin: 4px;
      border-radius: 50%;
      font-size: 18px;
    }
    
    .widget-actions a:hover i{
      background-color: #267d91;
      color: #FFF;
    }
    
    @media only screen and (max-width: 600px) {
      #content > div > div {
        flex-direction: column;
      }
      #column-one {
        width: 100% !important;
        min-width: 100% !important;
      }
    }
    
    /*______ VIDEOS ______*/
    
    img[data-role=embed]{
      width: 100%;
    }
    
    
    strong, b {
      font-weight: bold;
    }
    
  