* {
  padding: 0px;
  margin: 0px;
  background: transparent;
  border-width: 0px;
  /*line-height: normal;*/
  box-shadow: none;
  overflow: visible;
  position: static;
  font-weight: normal;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.ch-popup-body {
  max-height: 100%;
  height: auto !important;
}

strong {
  font-weight: 600;
}

strong > a {
	font-weight: inherit;
} 

.feed-data ul {
  list-style: circle inside;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

ul, ol {list-style-position: inside;}

html, body {
  height: 100%;
  width: 100%;
  /*position: relative;*/
  font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
  line-height: 20px;
  color: #606060;
  background-color: #F4F4F4;
  line-height: 20px;
}

html {
  min-height: 500px;
}

img {
  max-width: 100%;
}

[class^="fonticon-"]{
  color: #314555;
}

.fonticon-Agripa {
	color: #ffba24;
}

.icons-inline {
	list-style: none;
}

.icons-inline-small i,
.icons-inline i {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.icons-inline-small > *,
.icons-inline > * {
	display: inline-block;
  margin: 2px;
}

.icons-inline i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
}

.icons-inline-small i {
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}

[data-section="under-header"] .widget:first-child {
  margin-top: 20px;
}

.full-width {
  max-width: 1170px;
  margin: 0px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

.inline-elements > * {
	display: inline-block;
  vertical-align: top;
}

.constant-left {
	overflow: hidden;
}

.constant-left > div:first-child {
	float: left;
  width: 80px;
}

.constant-left > div:nth-child(2) {
	position: relative;
  margin-left: 90px;
}

.dropdown-item {
	display: none;
}

.dropdown-click {
	cursor: pointer;
  position: relative;
  padding-right: 10px;
}

.dropdown-click:after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -2px;
  border-style: solid;
  border-color: #606060 transparent transparent transparent;
  border-width: 8px 4px;
  width: 0px;
  height: 0px;
}

.dropdown-click:hover {
	color: #B3B3B3;
}

/*______   GENERAL COMMANDS   ______*/

.circle {
	border-radius: 50%;
}

.responsivesquare {
	width: 100%;
  padding-top: 100%;
  position: relative;
}

.responsivesquare > img {
	max-width: 100%;
  max-height: 100%;
}

.responsivesquare > * {
	position: absolute;
  top: 0px;
}

.member-panel .responsivesquare>* {
	left: 0px;
}

.no-list > li {
	list-style: none !important;
}

.no-font {
	font-size: 0px;
}

.no-background {
	background-color: transparent !important;
}

.widget-content.no-padding,
.no-padding {
	padding: 0px !important;
}

.widget-content.no-margin,
.no-margin {
	margin: 0px !important;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right;
}

.align-left {
	text-align: left;
}

.absolute-middlecenter {
	top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.background-middlecenter,
.background-bottomleft,
.background-topcenter,
.backgorund-middleleft,
.backgorund-middleright{
	background-size: cover;
  background-repeat: no-repeat;
}

.background-middlecenter {
	background-position: center;
}

.background-middleleft {
	background-position: left;
}

.background-middleright {
	background-position: right;
}

.absolute-middlecenter,
.absolute-topleft,
.absolute-topright,
.absolute-topcenter,
.absolute-bottomcenter,
.absolute-bottomleft,
.absolute-bottomright {
	position: absolute;
}

.fixed-topleft,
.absolute-topleft {
	top: 0px;
  left: 0px;
}

.absolute-topcenter {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.absolute-bottomcenter {
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.absolute-bottomleft {
  bottom: 0px;
  left: 0px;
}

.absolute-bottomleft {
  bottom: 0px;
  right: 0px;
}

.absolute-topright {
	top: 0px;
  right: 0px;
}

.fixed-topleft {
  position: fixed;
  width: 100%;
}

.cover img {
	display: block;
  object-fit: cover;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.coverbox {
	height: 100%;
  width: 100%;
}

.viewport {
	height: 100vh;
  width: 100%;
}

.hide {
	display: none;
}

@media (max-width: 767px) {
  .movil-hide {
    display: none !important;
  }
  .movil-show {
    display: block !important;
  }
  .movil-show-inline {
    display: inline-block !important;
  }
}

@media (min-width: 767px) {
  .web-hide {
    display: none !important;
  }
  .web-show {
    display: block !important;
  }
  .web-show-inline {
    display: inline-block !important;
  }
}
/**/


body.image-veil:before {
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 12;
}

.img-veil-holder {
  position: fixed;
  z-index: 13;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.img-veil-holder img {
    max-height: 100%;
}

/*______   SOCIAL ELEMENTS   ______*/

.social-elements .add,
.social-elements .zones,
.social-elements .avatar {
  position: relative;
}

.social-elements .add:hover .user-options,
.social-elements .zones:hover .user-options,
.social-elements .avatar:hover .user-options {
  display: block;
}

/*End*/

/*______   widget options   ______*/

.widget-options {
	display: inline-block;
  position: relative;
  z-index: 10;
}

.widget-options > div {
	display: none;
  position: absolute;
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
  width: 200px;
}

.widget-options ul {
	margin-bottom: 10px;
}

.widget-options ul li {
	list-style: none;
  padding: 4px;
  padding-left: 25px;
}

.widget-options:hover > div {
	display: block;
}

.widget-options:hover + .widget-content {
	border: 1px dashed #333 !important;
}

.widget-options h6 {
	font: 16px 'Arial';
  margin-bottom: 5px;
}

/**/

/*______   CHANGE BACKGROUND   ______*/

.change-bkg-box.left {
	left: 0px;
}

.left .get-from {
  margin-right: 0px;
  margin-left: 42px;
}

.left .get-from:before {
  border-color: transparent #d7d7d7 transparent transparent;
  left: -17px;
  right: auto;
}

.left .get-from:after {
  border-color: transparent #FFF transparent transparent;
  left: -16px;
  right: auto;
}

.left .edit-icon {
  right: auto;
  left: 5px;
}

/**/

#content {
  margin: 0px auto;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content > div {
  margin-left: -10px;
  margin-right: -10px;
}

#content > div > .inner-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content > div > div > .main,
#content > div > div > #main {
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  min-width: 200px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#content [data-section] {
  padding: 10px;
}

#content > div > div > aside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.column-one,
#column-one {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  width: 320px;
  min-width: 320px;
}

.column-two,
#column-two {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  width: 0px;
  min-width: 0px;
}

@media only screen and (max-width: 767px) {
  #content > div > div {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  #column-two, #column-one {
    width: 100% !important;
    min-width: 100% !important;
  }
}

a:hover {
  color: #F18700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, san-serif;
  font-weight: normal;
  color: #314555;
}

h4, h5 {
  padding-bottom: 10px;
}

h4 a,
h5 a {
  text-decoration: none;
}

h5 a:hover,
h4 a:hover {
  color: #F18700;
}

.top-bar {
  position: fixed;
  top: 0px;
  z-index: 7;
  width: 100%;
}

/*______   SWITCH BUTTON   ______*/

.switch-button {
  display: inline-block;
  margin: 6px;
}

.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 {
  padding-right: 12px;
  position: relative;
  display: inline-block;
  font: 20px 'officina', Arial, san-serif;
  color: #F06200;
  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: 14px;
  height: 14px;
  margin: 2px;
  border-radius: inherit;
  background: #b7b7b7;
}

.switch-button input[type="checkbox"].switch:checked + span + div:before {
  background: #81c16a;
}

.switch-button input[type="checkbox"].switch:active + span + div:before {
  background-color: #aaa;
}


/*______   SANDCLOCK   ______*/

.sandclock-holder {
	width: 100%;
  margin: 20px 0px;
}

.sandclock-holder > div {
	max-width: 360px;
  margin: 0px auto;
  padding: 10px 20px;
  background-color: #FFF;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sandclock-holder > div > * {
	display: inline-block;
  vertical-align: middle;
}

.sandclock-holder img {
	border: 4px solid #314555;
  background-color: #314555;
  margin-right: 10px;
}

.sandclock-holder > div > div {
	font: 15px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
  font-weight: 600;
}

/**/

/*______   TABLE MAIN-NAV   ______*/

#main-nav table,
table#main-nav  {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
#main-nav table td,
table#main-nav td {
  position: relative;
  min-width: 51px;
}
#main-nav table td > a,
table#main-nav td > a {
  padding: 10px 5px;
  display: block;
}

#main-nav table td ul {
  display: none;
  min-width: 180px;
}

#main-nav table td:hover ul,
#main-nav table td:focus ul {
  display: block;
}

/*SUBMENU TABLE*/

#main-nav td ul {
  position: absolute;
  z-index: 10;
  top: 100%;
  background-color: #6F6F6F;
}

/*EndTable*/


/*_________ MAIN NAV __________*/

/*#main-nav {
  background-color: #606060;
}

#main-nav > div {
  max-width: 1024px;
  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;
  color: #FFF;
  font: 17px 'Roboto', Arial, san-serif;
}

#main-nav > div ul li:hover {
  color: #333;
  background-color: #F7F7F7;
}

#main-nav > div ul li a {
  color: inherit;
  font: inherit;
  padding: 14px 8px;
  line-height: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
}

/*SUBMENU*/

#main-nav > div > ul li ul {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  left: 0px;
  background-color: #606060;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#main-nav > div > ul li ul li {
  color: #FFF;
}

#main-nav > div > ul li:hover ul {
  display: block;
}

@media screen and (min-width:768px) {
  #main-nav table td,
  table#main-nav td {
    max-width: 190px;
  }
}

@media screen and (max-width:767px) {  
  .widget #main-nav table tr > *{
    display: block;
    margin: 0px auto;
    height: auto;
  }
	.widget #main-nav table tr {
  	display: table-cell;
  	text-align: left;
	}
  .widget #main-nav {
    position: fixed;
  	width: 100%;
  	top:0px;
  	padding-top: 48px;
  	display: none;
  	z-index: 6;
  }
  .widget #main-nav .full-width {
    padding-left: 10px;
  }

  #main-nav table td ul {
    display: block;
    position: relative;
  }
  #main-nav>div ul li a {
    padding: 6px 8px;
    text-align: left;
    padding-left: 30px;
  }
  .socialprofile {
    display: none;
  }
}

/*______   HEADER   ______*/

.title-holder h1 {
  font: 34px 'Roboto', Arial, san-serif;
  color: #333;
}

.header-inner {
  position: relative;
}

.header-logo-holder .header-avatar {
  display: inline-block;
  width: 100px;
	border-radius: 50%;
  box-shadow: 0px 0px 16px rgba(0,0,0,0.3);
  margin: 10px;
}

.header-title-holder {
  padding: 10px;
  z-index: 2;
  width: 100%;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.header-logo-holder .header-logo {
	max-height: 100px;
}

.header-logo-holder {
	position: relative;
  display: inline-block;
}

.header-veil:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
}

.header-background-image {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.header-title-holder .edit-item {
	top: auto;
  bottom: -10px;
  left: 50%;
}

/**/


/*______   WIDGET CONTENT   ______*/

.widget-simple {
  margin-bottom: 20px;
  position: relative;
}

.ch-profile-custom-info > div,
.widget-content {
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #FFF;
  font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
  color: #7F7F7F;
  border: 1px solid transparent;
}

.ch-profile-custom-info > div > div:first-child,
.widget-content h2 {
  padding-bottom: 15px;
  font: 21px 'Roboto', Arial, san-serif;
  color: #606060;
}

.widget-content h2 span {
  font-weight: inherit;
}

.widget-content h2 a {
  font-weight: inherit;
}

.widget-content h4 {
  font: 18px 'Roboto', Arial, san-serif;
  color: #606060;
}

.widget-content h5 {
  font: 16px 'Roboto', Arial, san-serif;
  color: #7F7F7F;
}


.ch-profile-custom-info > div > div ul,
.ch-profile-custom-info > div > div ol,
.widget-content ul,
.widget-content ol,
.feed-author-comment ul,
.feed-author-comment ol {
  list-style: initial;
  margin-left: 40px;
}
.ch-profile-custom-info > div > div li,
.widget-content li,
.feed-author-comment li {
  list-style: initial;
}

.widget-content ol li {
  list-style-type: decimal;
}

.widget-content .share-social li {
  list-style: none;
}

.widget-content .share-social ul {
  margin-left: 0px;
}

.widget-content ul.profile-tags {
  margin-left: 0px;
}

/*______   TEXT WRAPPER   ______*/

.ch-profile-custom-info > div > div ul,
.text-wrapper ul,
.text-wrapper ol {
	margin-bottom: 16px;
} 

.ch-profile-custom-info > div > div li,
.text-wrapper li,
.widget-content p,
.ch-profile-custom-info > div > div p,
.text-wrapper p {
  margin-bottom: 10px;
}

/**/

/*______   ADD INFO   ______*/

.ch-profile-custom-info .bold {
  font-weight: bold;
  font-weight: 600;
  font-style: inherit;
}


.ch-profile-custom-info .italic {
  font-style: italic;
  font-weight: inherit;
}

.ch-profile-custom-info a:hover {
  color: #ffdf00;
}

[data-editable="1"] > div div:first-child {
  cursor: move;
}

.ch-add-profile-custom-info {
  text-align: center;
  border: 1px dashed #ffba24;
  padding: 5px 10px;
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 20px;
  cursor: pointer;
}

.ch-add-profile-custom-info:hover {
  color: #ffba24;
}


/*______ FLEXBOX PANEL ______*/

.flexbox-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.flexbox-hero {
  ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  min-width: 122px;
  margin-right: 10px;
  position: relative;
}

.flexbox-info {
  position: relative;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  min-width: 200px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flexbox-info .summary p {
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 54px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0px;
}

.share-panel .flexbox-info h4 > a {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  max-height: 42px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flexbox-info h4 > a span {
	line-height: inherit;
}

.column .flexbox-panel,
.item-column .flexbox-panel {
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}

.flexbox-order {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
}


.post-panel .flexbox-hero,
.news-panel .flexbox-hero {
  height: 122px;
  width: 122px;
  overflow: hidden;
}

.doc-panel.flebox-hero,
.document-panel .flexbox-hero {
  min-width: 70px;
  width: 70px;
  height: 100px;
  border: 1px solid #D7D7D7;
}

.flexbox-hero.icon-hero {
  min-width: 50px;
  width: 50px;
  height: 50px;
}

.icon-hero > i {
  display: block;
  font-size: 30px;
}

.column .doc-panel .flexbox-hero {
  border: none;
	border-bottom: 1px solid #D7D7D7;
}

.item-column .flexbox-hero {
  height: auto;
  width: 100%;
}

.item-column .flexbox-info {
  padding-left: 0px;
  text-align: center;
}

a.ellipsis {
	display: block;
}

/*______   QUESTION PANEL   ______*/

.question-panel .constant-left {
	margin-bottom: 30px;
}

.question-panel .constant-left>div:first-child i{
    font-size: 30px;
    color: #FFF;
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
}

.question-panel .fonticon-Question {
    background-color: #f18700;
}

/*EndQuestionPanel*/

.item-picture {
	height: 100%;
}

/*______   ITEM OPTIONS   ______*/

.item-options {
	position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}

.item-options i {
  background-color: rgba(255,255,255,0.6);
}

/*End*/


/*______    EDIT POST   ______*/

.item-panel {
  position: relative;
}

.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%;
  color: #284974;
  z-index:4;
}

.edit-item > i {
  display: block;
  line-height: inherit;
}

.feed-item .edit-item {
	display: none;
}

/*End Edit Post*/

/*______   SHARE RRSS   ______*/

.item-panel .share-rrss ul {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 0px;
}

.item-panel .share-rrss ul li {
  display: inline-block;
  margin: 2px;
}

.item-panel .share-rrss a {
  display: block;
  font-size: 16px;
  padding: 3px;
}


/*______   COLUMN   ______*/

.item-panel.column .flexbox-panel {
  flex-direction: column;
  -webkit-flex-direction: column;
  display: block;
}

.item-panel.column .widget-content {
  padding: 0px;
}

.item-panel.column .flexbox-hero,
.item-panel.column .flexbox-hero.cover {
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin: 0px auto;
}

.item-panel.column .flexbox-info {
  padding: 16px;
  min-height: 173px;
}

.event-panel.column .flexbox-hero {
  padding: 10px;
}

.item-panel.column .item-type {
	display: inline-block;
  position: absolute;
  top: 4px;
  left: 4px;
  padding: 6px 10px;
  background-color: #606060;
}

.widget-content .item-type p {
  color: #FFF;
}
.item-panel.column.no-height .flexbox-info {
	min-height: auto;
}


.item-type p {
	margin-bottom: 0px;
}

/**/

/* MEMBERS */

.member-panel .flexbox-hero {
  min-width: 80px;
  width: 80px;
  height: 80px;
}

.member-panel h4 a {
  display: block;
}

.member-panel .location-map{
	display: none;
}

.item-panel .member-panel .flexbox-info {
  min-height: 120px;
  width: 100%;
  min-width: 100%;
}

.item-panel.column .member-panel .flexbox-hero {
	height: auto;
}

.member-panel h5 {
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding: 0px;
}

/* AUTHOR */
.author-panel .flexbox-hero {
  min-width: 50px;
}

.author-panel h4,
.author-panel h5 {
  padding-bottom: 0px;
}
.author-panel:last-child {
  margin-bottom: 0px;
}

/* FACES */

.faces-holder ul {
  list-style: none;
  overflow: hidden;
}
.faces-holder li {
  float: left;
  margin: 2px;
}

.faces-holder li a {
  border: 1px solid #E2E2E2;
  display: block;
}
.faces-holder li a img {
  display: block;
}

/* EVENTS INDEX */

.event-panel .flexbox-hero {
  width: 80px;
  min-width: 80px;
  background-color: #6e9fbe;
  color: #FFF;
  font: 35px/38px 'Roboto', Arial, san-serif;
  text-align: center;
  padding: 4px 0px;
}

.event-panel .month {
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  padding: 2px 0px;
  margin: 0px 2px;
  border-bottom: 1px solid;
}

.event-panel .year {
  font-size: 14px;
}

.event-panel span.year,
.event-panel span.month {
  display: block;
}

.event-panel .location {
  font-size: 14px;
  display: block;
  position: absolute;
  bottom: 4px;
}

.event-panel .location i {
  color: #6e9fbe;
}

ul.profile-tags {
  overflow: hidden;
}

.item-panel.column .event-panel .flexbox-hero {
  width: 100%;
  overflow: hidden;
  height: 180px;
  margin: 0px auto;
}

/*______   ITEM VIDEOS   ______*/

.item-panel .video-options {
	background-color: rgba(0,0,0,0.3);
  z-index: 1;
  padding: 6%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.item-panel .video-options a{
	display: block;
  max-width: 220px;
  width: 100%;
  color: #E4E4E4;
  border: 1px solid;
  padding: 6px 12px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  margin-bottom: 6px;
}

.item-panel .video-options i {
	color: inherit;
  padding-right: 10px;
}

/**/

.item-author {
	overflow: hidden;
}

.item-author > div:first-child {
	float:left;
  width: 40px;
}

.item-author > div:nth-child(2) {
	position: relative;
  margin-left: 50px;
}

.item-author img {
	max-width: 100%;
}


/*______   GALLERY   ______*/
      
.img-options {
  position: absolute;
  bottom: 2px;
  right: 2px;
  z-index: 2;
}
.img-options i {
  background-color: rgba(255,255,255,0.6);
  color: #284974;
}

.img-options i:hover {
  color: #F18700;
}

.img-basic-info {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  font: 14px 'Raleway', 'Roboto', Arial, san-serif;
  color: #FFF;
  z-index: 1;
  display: none;
}

.img-basic-info > div {
	width: 100%;
}

.item-panel:hover .img-basic-info {
  display: block;
}

/**/

/*********************************/

/*______ WIDGET ACTIONS ______*/

.widget-actions {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.widget-actions i {
  display: inline-block;
  margin: 4px;
  padding: 4px;
  border-radius: 50%;
  font-size: 20px;
}

.widget-actions a {
  text-decoration: none;
}

.inline-actions {
  display: inline-block;
}

.iconremove-like .fonticon-Heart {
	color: red !important;
}

/*______ COLUMNS ______*/

.two-columns,
.three-columns,
.four-columns,
.five-columns {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.two-columns > div,
.three-columns > div,
.four-columns > div,
.five-columns > div {
  display: inline-block;
  width: 100%;
}

.two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.three-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.four-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

.five-columns {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

.two-columns > div,
.three-columns > div,
.four-columns > div,
.five-columns > div {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

/*______   LIST CATEGORIES   ______*/

.widget-content .list-categories {
  list-style: none;
  margin-left: 0px;
}

.widget-content .list-categories li {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
  margin-bottom: 5px;
  list-style: inherit;
}

.list-categories li a {
  display: block;
  padding: 2px 10px;
  background-color: #B4B4B4;
  border-radius: 4px;
  color: #FFF;
}


/*______   DETAILS   _____*/

/*_ Attachements _*/

.doc-preview {
  float: left;
}

.attachment-preview {
  float: left;
  max-width: 70px;
}

.attachment-info {
  position: relative;
  margin: 10px 0px 10px 76px;
  height: 73px;
}

.attachment-info a {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-body .attachment-info .title {
  font-size: 16px;
}

.list-images {
  padding-bottom: 20px;
}

.list-images ul {
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-left: 0px;
}

.list-images ul li {
  display: inline-block;
  margin: 5px;
}

/*______   NEWS BODY   ______*/

.event-body .hero,
.news-body .hero,
.post-page .hero{
  margin: 10px -20px 10px -20px;
  text-align: center;
  background-color: #eaeaea;
  font-size: 0px;
}

.post-page .summary {
	font-weight: 600;
  padding-bottom: 16px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 20px;
}

.doc-page .flexbox-hero {
	width: 160px;
  min-width: 160px;
  height: 228px;
  border: 1px solid #D7D7D7;
}

.doc-page .flexbox-info {
	padding: 16px;
}

.doc-page {
  padding-left: 30px;
}

.doc-page .item-format {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-transform: uppercase;
  padding: 10px 16px;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  color: #FFF;
  text-shadow: 1px 1px 1px #606060;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.doc-page .item-format p {
	margin-bottom: 0px;
}

.post-page .hero img,
.news-body .hero img {
  display: inline-block;
}

.event-body  .title,
.news-body .title {
  font-size: 30px;
}

.event-body .summary,
.news-body .summary {
  font-weight: 600;
  margin-bottom: 20px;
}

.event-body .content,
.news-body .content {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #F4F4F4;
}

.event-body .hero {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.event-body .hero .date {
  width: 120px;
  background: #606060;
  color: #FFF;
  font: 34px/45px "officina", Arial, san-serif;
  text-align: center;
  padding: 12px;
}

.event-body .hero .image {
  width: 100%;
  position: relative;
}

.event-body .hero .image img {
  display: block;
  width: 100%;
}

.event-body .hero .date span {
  display: block;
}

.event-body .hero .month {
  font-size: 20px;
  border-bottom: 1px solid;
}

.location i {
  color: #314555;
  padding-right: 10px;
}

.list-tags ul {
	margin-left:;
}

.post-page .comment-options a {
  font-size: 16px;
  font-family: 'chilfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.post-page .comment-options .remove-comment:before {
  content: "\e642";
}


.event-page .flexbox-hero {
	margin-right: 0px;
  width: 160px;
  min-width: 160px;
}

.event-page .month {
    margin: 0px 14px;
}

.event-page .flexbox-info img {
	display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.feed-item-box {
    margin-top: 10px;
    overflow: hidden;
}

/*______   TABLES   ______*/

table.ch-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  table-layout: fixed;
}

table.ch-table td {
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #000;
}

.ch-table thead {
  background-color: #F4F4F4;
  font: 14px Arial;
  color: #606060;
}

.ch-table thead p {
  margin-bottom: 0px;
}

.ch-table tbody a,
.ch-table tbody p {
  word-wrap:break-word;
}

.ch-table thead td {
  color: #FFF;
  border-color: #606060 #FFF;
  border-width: 1px;
  border-style: solid;
}

.ch-table thead tr td:first-child {
  border-left: 1px solid #606060;
}
.ch-table thead tr td:last-child {
  border-right: 1px solid #606060;
}




/*______   WIDGET ACTIONS   ______*/

.widget-edit .widget-actions {
  display: none;
}

.widget-edit:hover .widget-actions {
  display: block;
}

.widget-actions {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 1;
}

.widget-actions i {
  margin-left: 5px;
  padding: 4px;
  display: block;
  border-radius: 50%;
  color: #ffba24;
  font-size: 20px;
}

.widget-actions i:hover {
  color: #ffdf00;
}


.widget-content .faces-holder ul {
  margin-left: 0px;
}

.widget-content .faces-holder ul li {
  list-style: none;
}

/*______   INLINECOLS   ______*/

.threecols,
.twocols {
  font-size: 0px;
  margin: -10px;  
}

.threecols .item-panel,
.twocols .item-panel {
  display: inline-block;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
@media (min-width: 768px) {
  .twocols .item-panel {
    width: 50%;
  }

.threecols .item-panel{
  width: 33.33%;
}
}


/*______   ATTACHMENTS PAGE POST   ______*/

.item-attachment img {
	display: block;
}

.item-attachment .attachment-type {
	position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}

.item-attachment .attachment-type i {
	display: inline-block;
  width: 28px;
  height: 28px;
  color: #FFF;
  background-color: #ffa3c3;
  line-height: 28px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
}

.item-attachment > div {
  border: 1px solid #D6D6D6;	
}

.item-attachment .coverbox {
	display: none;
  padding: 4px;
  padding-left: 24px;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  background-color: rgba(0,0,0,0.6);
  color: #FFF;
}

.item-attachment .coverbox p {
	margin-bottom: 4px;
}

.item-attachment .coverbox * {
	color: #FFF;
}

.item-attachment .coverbox i {
  font-size: 26px;
}

.item-attachment:hover .coverbox {
	display: block;
}



/*______   FEED STREAM   ______*/

.edit-profile-about,
.remove-section,
.add-element,
.edit-icon,
.edit-post,
.remove-post,
.remove-comment {
	background-image: none;
}

/*______   SLIDER   ______*/

.widget-content .ch-bullets li {
  list-style: none;
}

.widget-content .ch-bullets ul {
	margin-left: 0px;
}

.ch-bullets li {
  list-style: none;
}

/*______   GALLERY   ______*/

.ch-gallery-holder {
  overflow: hidden;
  font-size: 0px;
}

.ch-gallery-holder .item-panel {
  padding: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 499px) {
  .ch-gallery-holder .item-panel {
    width: 50%;
    float: left;
  }
}

body.template-skin-layout [data-section="topic"]  [data-widget] {
	width: 100% !important;
}

body.template-skin-layout [data-widget] h2 {
	display: block;
}


/*______   BUTTONS   ______*/

.simple-form .ch-button,
.ch-button {
  clear: both;
  display: inline-block;
  margin: 0px;
  padding: 10px 20px;
  font: normal 16px "Roboto", Arial, san-serif;
  width: auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 120px;
}

.ch-button.ch-button-inactive:hover,
.ch-button.ch-button-active {
	color: #ffe6c1;
  background-color: #ffa724;
}

.ch-button.ch-button-active:hover {
  background-color: #ffe6c1;
  color: #ffa724;
}
.ch-button.ch-button-inactive {
  background-color: #D8D8D8;
  color: #7B7B7B;
}

/**/

/*______   FORM   ______*/

.input-column select,
.input-column input[type="text"] {
	width: 100% !important;
}

input[type="date"],
input[type="number"]{
  padding: 2px 10px;
  border: 1px solid #d7d7d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #7f7f7f;
  width: 100%;
  height: 30px;
  background-color: #FFF;
}

input[type="date"] {
	padding-right: 0px;
}

.column-filters .select-category {
	width: 100%;
}


/**/

/*______   DATEPICKER   ______*/

#calendar,
#datepicker {
	margin-bottom: 20px;
}

#calendar .ui-datepicker,
#datepicker .ui-datepicker {
  display: block;
  width: 100%;
  border: none;
  padding: 0px;
  font-family: Raleway, Helvetica, Verdana, san-serif;
}

#calendar .ui-datepicker .ui-datepicker-header,
#datepicker .ui-datepicker .ui-datepicker-header {
  border: none;
  background-color: #808182;
  background-image: none;
  color: #FFF;
  padding: 7px 0px;
  font-size: 18px;
}

#calendar .ui-datepicker .ui-state-default,
#datepicker .ui-datepicker .ui-state-default {
	border: none;
  background-color: #C0C0C0;
  padding-top: 16px;
  margin: 4px;
  color: #FFF;
}

#calendar .ui-datepicker .ui-state-highlight,
#datepicker .ui-datepicker .ui-state-highlight {
	color: #333;
  font-weight: 700;
  border: 1px solid #333;
}

#calendar .ui-datepicker tbody td.highlight>a,
#datepicker .ui-datepicker tbody td.highlight>a {
	background-color: #333;
}

#calendar .ui-datepicker tbody td.endhighlight>a,
#datepicker .ui-datepicker tbody td.endhighlight>a {
	background-color: #636363;
}

#calendar .ui-datepicker .ui-datepicker-next span,
#calendar .ui-datepicker .ui-datepicker-prev span,
#datepicker .ui-datepicker .ui-datepicker-next span,
#datepicker .ui-datepicker .ui-datepicker-prev span {
	background-image: none;
  text-indent: 0px;
  font-size: 0px;
}
#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 {
	content: "\e662";
  font-family: 'chilfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  font-size: 20px;
  color: #FFF;
}

#calendar .ui-datepicker .ui-datepicker-next,
#datepicker .ui-datepicker .ui-datepicker-next {
  right: 2px;
  transform: rotate(-90deg);
}

#calendar .ui-datepicker .ui-datepicker-prev,
#datepicker .ui-datepicker .ui-datepicker-prev {
  left: 2px;
  transform: rotate(90deg);
}

#calendar .ui-datepicker .ui-datepicker-next-hover,
#calendar .ui-datepicker .ui-datepicker-prev-hover,
#datepicker .ui-datepicker .ui-datepicker-next-hover,
#datepicker .ui-datepicker .ui-datepicker-prev-hover {
	border: none;
  background-color: transparent;
}

#calendar .ui-datepicker .ui-datepicker-next-hover span:before,
#calendar .ui-datepicker .ui-datepicker-prev-hover span:before,
#datepicker .ui-datepicker .ui-datepicker-next-hover span:before,
#datepicker .ui-datepicker .ui-datepicker-prev-hover span:before {
	color: #FF8A89;
}

#calendar .ui-datepicker .ui-datepicker-prev,
#calendar .ui-datepicker .ui-datepicker-next,
#datepicker .ui-datepicker .ui-datepicker-prev,
#datepicker .ui-datepicker .ui-datepicker-next {
  top: 8px;
}

#calendar .ui-datepicker .ui-datepicker-prev span,
#calendar .ui-datepicker .ui-datepicker-next span,
#datepicker .ui-datepicker .ui-datepicker-prev span,
#datepicker .ui-datepicker .ui-datepicker-next span {
	margin-left: -10px;
}

.tooltip {
  display: none;
  margin-top: -10px;
  background: #FFF;
  font-size: 12px;
  line-height: 18px;
  width: 160px;
  padding: 10px;
  color: #949494;
  border: 1px solid #BEBEBE;
  font-family: arial,verdana,sans-serif;
}

.tooltip:before {
  bottom: -8px;
  right: 76px;
  border-style: solid;
  border-width: 8px 8px 0px 8px;
  border-color: #BEBEBE transparent;
  z-index: 0;
}

.tooltip:before, .tooltip:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
}

.tooltip:after {
  bottom: -7px;
  right: 76px;
  border-style: solid dashed;
  border-width: 8px 8px 0px 8px;
  border-color: #FFF transparent;
  z-index: 1;
}
/*POPUP*/
#ch-veil {
  display: none;
  position: fixed;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255, 0.8);
  z-index: 1100;
  padding-top: 20px;
}

.ch-popup-media {
  display: none;
  position: fixed;
  z-index: 1101;
  padding-top: 20px;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; 
}

.ch-popup-media > div {
  display: inline-block;
  width: 20px;
  height: 0px;
  padding: 30px 20px;
  background: #FFF;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  border-bottom: 1px solid #d0d0d0;
  position: relative; 
}

.ch-popup-media #close-popup {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
.ch-popup-media #close-popup a {
	display: inline-block;
  height: 26px;
  width: 26px;
  font-size: 18px;
  color: #A2A2A2;
  line-height: 26px;
  text-align: center;
}

.ch-popup-media #close-popup a:hover {
	color: #606060;
}

.ch-popup-media .popup-content {
	width: 100%;
  height: 100%;
}
.ch-popup-media .popup-content img {
	max-height: 100%;
  max-width: 100%;
}

.ch-popup.file-picker .container-attach ul > li.thumb-row .nom-file,
.ch-popup.file-picker .stored-list-view,
.ch-popup.file-picker .ch-popup-body {
	height: auto;
}

/*______   MODERNIZR   ______*/

.object-fit .cover {
	background-image: none !important;
}

.no-object-fit .cover img {
	display: none !important;
}

.no-object-fit .cover {
	background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*RRSS ICONS*/

.fonticon-facebook:before {
  content: "\e914";
}
.fonticon-facebookline:before {
  content: "\e915";
}
.fonticon-googleplus:before {
  content: "\e916";
}
.fonticon-googleplusline:before {
  content: "\e917";
}
.fonticon-linkedin:before {
  content: "\e918";
}
.fonticon-linkedinline:before {
  content: "\e919";
}
.fonticon-twitter:before {
  content: "\e91c";
}
.fonticon-twitterline:before {
  content: "\e91d";
}

.fonticon-infraestrutura:before {
  content: "\e922";
}
.fonticon-price:before {
  content: "\e923";
}
.fonticon-servicios-tecnologicos:before {
  content: "\e924";
}
.fonticon-todos:before {
  content: "\e925";
}
.fonticon-actividad-formativa:before {
  content: "\e926";
}
.fonticon-youtube:before {
  content: "\e920";
}