@font-face {
  font-family: codelight;
  src: url("/Fonts/CODE Light.otf");
}

@font-face {
  font-family: officina;
  src: url("../Fonts/OfficinaSanITCMedium.ttf"), url("../Fonts/OfficinaSanITCMedium.eot");
  /* IE9+ */
}

/* line 21, Widgets.scss */
body, html {
  height: 100%;
}

/* line 25, Widgets.scss */
.clear {
  clear: both;
}

/* line 29, Widgets.scss */
.btn-main-action {
  padding: 0 6px;
  height: 25px;
  background-color: #48C31D;
  color: #fff;
  border: 1px solid #48C31D;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

/* line 42, Widgets.scss */
.btn-main-action[disabled] {
  background-color: #65b045;
  color: #ddd;
}

/* line 47, Widgets.scss */
.btn-action {
  border: 1px solid #dddddd;
  height: 20px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 6px 5px 0 25px;
}
/* line 57, Widgets.scss */
.btn-action i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/icons.png");
  vertical-align: middle;
  position: absolute;
  left: 5px;
  top: 5px;
}

/* line 69, Widgets.scss */
.btn-action:hover {
  border-color: #bbb;
}

/* line 73, Widgets.scss */
.btn-action-like i {
  background-position: -9px -337px;
}

/* line 77, Widgets.scss */
.btn-action-twitter i {
  background-position: -7px -397px;
}

/* line 81, Widgets.scss */
.btn-action-facebook i {
  background-position: -12px -367px;
}

/* line 85, Widgets.scss */
.icon-like {
  background-image: url("/images/icons.png");
  background-position: 0 -330px;
  width: 30px;
  height: 30px;
}

/* line 92, Widgets.scss */
.icon-location {
  background-image: url("/images/icons.png");
  background-position: -9px -308px;
  width: 12px;
  height: 17px;
  display: inline-block;
}

/* line 100, Widgets.scss */
a.actor-name {
  color: #006eb9;
  font-weight: bold;
  text-decoration: none;
}

/* line 117, Widgets.scss */
a.actor-name:hover {
  text-decoration: underline;
}

/* line 121, Widgets.scss */
.date-time {
  color: #7f7f7f;
}

/* line 125, Widgets.scss */
.activity-stream-widget {
  background-color: #eee;
  padding: 10px;
}
/* line 129, Widgets.scss */
.activity-stream-widget .stream-item {
  background-color: #fff;
  margin-bottom: 8px;
  border: 1px solid #dddddd;
  border-bottom: 2px solid #ddd;
  border-radius: 2px;
  display: inline-block;
  width: 335px;
}
/* line 139, Widgets.scss */
.activity-stream-widget .stream-item-header {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px 10px 0;
}
/* line 144, Widgets.scss */
.activity-stream-widget .stream-item-header .info {
  float: left;
}
/* line 148, Widgets.scss */
.activity-stream-widget .stream-item-header .actor-thumb {
  width: 35px;
  height: 35px;
  float: left;
  display: block;
  margin-right: 10px;
}
/* line 156, Widgets.scss */
.activity-stream-widget .stream-item-header .actor-name {
  margin: 3px 0 2px;
}
/* line 161, Widgets.scss */
.activity-stream-widget .post-body {
  padding: 5px 10px 10px;
  color: #404040;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 107, Widgets.scss */
.activity-stream-widget .post-body a {
  color: #21aeec;
  text-decoration: none;
  display: inline;
}
/* line 112, Widgets.scss */
.activity-stream-widget .post-body a:hover {
  text-decoration: underline;
}
/* line 169, Widgets.scss */
.activity-stream-widget .post-body .title {
  color: #cc4125;
  font-weight: bold;
  margin-bottom: 3px;
}
/* line 176, Widgets.scss */
.activity-stream-widget .post-location {
  padding: 0 10px 10px;
  color: #7f7f7f;
  font-size: 11px;
  position: relative;
}
/* line 182, Widgets.scss */
.activity-stream-widget .post-location a {
  position: absolute;
  top: 2px;
  left: 25px;
  text-decoration: none;
}
/* line 188, Widgets.scss */
.activity-stream-widget .post-location a:hover {
  text-decoration: underline;
}
/* line 193, Widgets.scss */
.activity-stream-widget .ad {
  position: relative;
  height: 100px;
  overflow: hidden;
}
/* line 198, Widgets.scss */
.activity-stream-widget .ad img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 205, Widgets.scss */
.activity-stream-widget .ad .ad-info {
  position: absolute;
  top: 40%;
  left: 15px;
  color: #fff;
  font-weight: bold;
}
/* line 212, Widgets.scss */
.activity-stream-widget .ad .ad-info .title {
  font-size: 24px;
}
/* line 218, Widgets.scss */
.activity-stream-widget .attachment-item {
  padding: 10px;
  overflow: hidden;
}
/* line 223, Widgets.scss */
.activity-stream-widget .attachment-item:last-child {
  padding-bottom: 0;
}
/* line 227, Widgets.scss */
.activity-stream-widget .attachment-preview {
  float: left;
  width: 90px;
  margin-right: 10px;
  position: relative;
}
/* line 233, Widgets.scss */
.activity-stream-widget .attachment-preview .play {
  position: absolute;
  width: 35px;
  height: 35px;
  background-image: url("/images/icons2.png");
  background-position: -81px -74px;
  top: 27px;
  left: 27px;
  display: block;
  cursor: pointer;
}
/* line 246, Widgets.scss */
.activity-stream-widget .doc-preview {
  float: left;
  width: 70px;
  height: 92px;
  margin-right: 10px;
  border: 1px solid #E6E6E6;
  background-color: #F3F3F3;
  padding: 0px 10px;
  position: relative;
}
/* line 257, Widgets.scss */
.activity-stream-widget .attachment-info {
  margin-left: 100px;
}
/* line 260, Widgets.scss */
.activity-stream-widget .attachment-info .title {
  color: #333333;
  text-decoration: none;
  display: block;
}
/* line 266, Widgets.scss */
.activity-stream-widget .attachment-info a.title:hover {
  color: #21aeec;
  text-decoration: underline;
}
/* line 271, Widgets.scss */
.activity-stream-widget .attachment-info .description {
  color: #7F7F7F;
  margin-top: 5px;
  font-size: 11px;
  max-height: 57px;
  overflow: hidden;
}
/* line 279, Widgets.scss */
.activity-stream-widget .attachment-info .property {
  color: #7F7F7F;
  font-size: 11px;
}
/* line 285, Widgets.scss */
.activity-stream-widget .full-attachment-info {
  padding: 10px;
}
/* line 288, Widgets.scss */
.activity-stream-widget .full-attachment-info .title {
  padding: 5px 0;
  font-size: 14px;
  color: #333333;
}
/* line 294, Widgets.scss */
.activity-stream-widget .full-attachment-info .desc {
  color: #7F7F7F;
}
/* line 298, Widgets.scss */
.activity-stream-widget .full-attachment-info .url {
  padding-top: 7px;
}
/* line 301, Widgets.scss */
.activity-stream-widget .full-attachment-info .url a {
  color: #333333;
  text-decoration: none;
}
/* line 305, Widgets.scss */
.activity-stream-widget .full-attachment-info .url a:hover {
  text-decoration: underline;
}
/* line 311, Widgets.scss */
.activity-stream-widget .comments {
  border-top: 1px solid #dddddd;
  padding: 10px;
  background-color: #f8f8f8;
}
/* line 316, Widgets.scss */
.activity-stream-widget .comments textarea {
  width: 95%;
  resize: none;
  padding: 2px 3px;
  border: 1px solid #dddddd;
}
/* line 323, Widgets.scss */
.activity-stream-widget .comments textarea:focus {
  outline: none;
}
/* line 327, Widgets.scss */
.activity-stream-widget .comments .btn-main-action {
  display: none;
}
/* line 332, Widgets.scss */
.activity-stream-widget .comment {
  margin-bottom: 10px;
}
/* line 335, Widgets.scss */
.activity-stream-widget .comment .comment-header {
  overflow: hidden;
  position: relative;
}
/* line 339, Widgets.scss */
.activity-stream-widget .comment .comment-header .date-time {
  font-size: 10px;
}
/* line 343, Widgets.scss */
.activity-stream-widget .comment .comment-header .options {
  position: absolute;
  right: 0;
}
/* line 348, Widgets.scss */
.activity-stream-widget .comment .comment-header .remove {
  width: 16px;
  height: 16px;
  background-image: url("/images/icons2.png");
  background-position: -332px -27px;
  display: none;
  cursor: pointer;
}
/* line 356, Widgets.scss */
.activity-stream-widget .comment .comment-header .remove:hover {
  background-position: -312px -27px;
}
/* line 362, Widgets.scss */
.activity-stream-widget .comment .comment-header:hover .remove {
  display: block;
}
/* line 366, Widgets.scss */
.activity-stream-widget .comment .comment-header-info {
  float: left;
  margin-left: 4px;
}
/* line 371, Widgets.scss */
.activity-stream-widget .comment img {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  display: block;
  float: left;
}
/* line 379, Widgets.scss */
.activity-stream-widget .comment .comment-body {
  margin: 3px 0 0 29px;
  color: #404040;
}
/* line 107, Widgets.scss */
.activity-stream-widget .comment .comment-body a {
  color: #21aeec;
  text-decoration: none;
  display: inline;
}
/* line 112, Widgets.scss */
.activity-stream-widget .comment .comment-body a:hover {
  text-decoration: underline;
}
/* line 386, Widgets.scss */
.activity-stream-widget .actions {
  padding: 10px;
  list-style-type: none;
  overflow: hidden;
}
/* line 391, Widgets.scss */
.activity-stream-widget .actions li {
  float: left;
  margin-right: 10px;
}
/* line 396, Widgets.scss */
.activity-stream-widget .actions .btn-action-twitter i {
  left: 8px;
}
/* line 400, Widgets.scss */
.activity-stream-widget .actions .btn-action-facebook i {
  left: 12px;
}

/* line 406, Widgets.scss */
.def-file-picture {
  background: url("/images/icons3.png") no-repeat;
  width: 70px;
  height: 92px;
  display: block;
}

/* line 413, Widgets.scss */
.def-file-picture-pdf {
  background-position: 0, 0;
}

/* line 417, Widgets.scss */
.def-file-picture-ms_word {
  background-position: -73px 0px;
}

/* line 421, Widgets.scss */
.def-file-picture-ms_power_point {
  background-position: -146px, 0;
}

/* line 425, Widgets.scss */
.def-file-picture-ms_excel {
  background-position: -219px, 0;
}

/* line 429, Widgets.scss */
.def-file-picture-video {
  background-position: -292px, 0;
}

/* line 433, Widgets.scss */
.def-file-picture-embed {
  background-position: -292px, 0;
}

/* line 437, Widgets.scss */
.def-file-picture-web-page {
  background-position: -392px, 0;
}

/* line 441, Widgets.scss */
.full-img-wrapper {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 446, Widgets.scss */
.full-img-wrapper .url {
  position: absolute;
  color: #fff;
  top: 10px;
  left: 0;
  padding: 0;
  text-decoration: none;
  font-size: 20px;
  width: 100%;
  text-align: center;
}

/* line 459, Widgets.scss */
.big-play {
  position: absolute;
  background: url("/images/icons2.png");
  background-position: -5px -74px;
  height: 69px;
  width: 70px;
  display: block;
  top: 38%;
  left: 42%;
  cursor: pointer;
}

/* line 471, Widgets.scss */
.two-cols-layout {
  -webkit-column-count: 2;
  -webkit-column-gap: 4px;
  -webkit-break-after: column;
  -moz-column-count: 2;
  -moz-column-gap: 4px;
  -moz-break-after: column;
  column-count: 2;
  column-gap: 4px;
  break-after: column;
}

/* line 485, Widgets.scss */
#user-menu {
  right: -180px;
  width: 180px;
  height: 100%;
  z-index: 1000;
}

/* line 492, Widgets.scss */
#user-veil {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.1);
}

/* line 503, Widgets.scss */
.content {
  position: relative;
  right: 0px;
}

/**************************

USER MENU

**************************/
/* line 515, Widgets.scss */
#user-menu {
  position: fixed;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100%;
  background-size: cover;
  z-index: 1001;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 20px 0 0 0;
  background-color: #fff;
  /*p {
  	font-family: 'codelight', Arial, Verdana, sans-serif;
  	font-size: 30px;
  	color: #FFF;
  	padding-bottom: 60px;
  	line-height: 40px;
  }*/
}
/* line 528, Widgets.scss */
#user-menu .menu-header {
  text-align: center;
}
/* line 540, Widgets.scss */
#user-menu .button-login {
  text-align: center;
  margin-top: 50px;
}
/* line 545, Widgets.scss */
#user-menu .button-login a {
  display: inline-block;
  background: #48c31d;
  border: 1px solid #48c31d;
  padding: 12px 30px;
  color: #FFF;
  text-decoration: none;
  font-size: 18px;
  font-family: Arial, Verdana, sans-serif;
  border-radius: 4px;
  width: 130px;
  margin-bottom: 20px;
}
/* line 559, Widgets.scss */
#user-menu .menu-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* line 567, Widgets.scss */
.content {
  position: relative;
  right: 0px;
}

/**************************

VEIL

**************************/
/*#ch-veil {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(255,255,255,0.6);
	z-index: 1100;
	text-align: center;
}

.ch-loading-gif {
	display: none;
	position: absolute;
	width: 320px;
	height: 320px;
	margin-top: -160px;
	margin-left: -160px;
	top: 50%;
	left: 50%;
	background: url(https://chilmedia.org/417.gif);
	z-index: 100001;
}*/
