﻿/****************************
    
	Chil 2.0 Style

******************************/
@import url("https://fonts.googleapis.com/css?family=Raleway:400,300");
/*azul claro*/
/*azul oscuro*/
/*verde*/
/*verde claro*/
/*#F4F4F4*/
/*naranja*/
@font-face {
  font-family: 'officina';
  src: url("/Fonts/OfficinaSanITCMedium.eot");
  src: url("/Fonts/OfficinaSanITCMedium.ttf") format("truetype"), url("/Fonts/OfficinaSanITCMedium.eot?#iefix") format("embedded-opentype");
  /* IE9+ */
}

@font-face {
  font-family: 'bebas';
  src: url("/Fonts/BebasNeue-webfont.eot");
  src: url("/Fonts/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("/Fonts/BebasNeue-webfont.woff") format("woff"), url("/Fonts/BebasNeue-webfont.ttf") format("truetype"), url("/Fonts/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(/Fonts/Roboto-Condensed.woff) format("woff");
}

/*@font-face {
    font-family: 'MyFontFamily';
    src: url('myfont-webfont.eot?#iefix') format('embedded-opentype'), 
         url('myfont-webfont.woff') format('woff'), 
         url('myfont-webfont.ttf')  format('truetype'),
         url('myfont-webfont.svg#svgFontName') format('svg');
         }*/
@font-face {
  font-family: officina_it;
  src: url("/Fonts/OfficinaSanITCMediumItalic.ttf");
}

@font-face {
  font-family: code;
  src: url("/Fonts/SourceCodePro-Light.ttf");
}

/*********************************
        NOTIFICATIONS
**********************************/
.notification-header {
  padding: 0px 20px;
}

.feed-data .feed-author {
  padding-top: 20px;
  border-top: 1px dashed #6e9fbe;
}

.feed-data .feed-author img {
  width: 40px;
}

.feed-data .feed-author .feed-info,
.feed-data .feed-author .info-author {
  margin-left: 50px;
}

.feed-data .icon-option-post {
  padding: 0px;
  margin: 0px;
}

.stored-list-view .manage-tabs .tab-headers {
  list-style: none;
  background-color: #F4F4F4;
  height: 31px;
}

.stored-list-view .manage-tabs .tab-headers li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.stored-list-view .manage-tabs .tab-headers li a {
  display: block;
  padding: 5px 10px;
  padding-right: 30px;
  border-width: 1px 1px 0px 1px;
  border-color: #D7D7D7;
  border-style: solid;
  color: #7F7F7F;
  font: 15px/20px "Roboto", Arial, san-serif;
  max-width: 120px;
}

.stored-list-view .manage-tabs .tab-headers li a:hover {
  color: #6e9fbe;
}

.stored-list-view .manage-tabs .tab-headers li a.selected {
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
  margin-bottom: -1px;
}

.stored-list-view .manage-tabs .tab-headers li .close-tab {
  position: absolute;
  cursor: pointer;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  background-image: url("/images/chil_icons.png");
  background-position: -182px -338px;
}

.stored-list-view .manage-tabs .tab-headers li .close-tab:hover {
  background-position: -130px -364px;
}

.tag-selected {
  margin: 0px;
}

.tag-selected span {
  color: #F18700;
}

.ch-slider-holder {
  border-top: 10px solid #F18700;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.ch-slider {
  width: 1134px;
  height: 227px;
  overflow: hidden;
}

.ch-slider .ch-gallery {
  width: 100%;
  overflow: hidden;
  height: inherit;
}

.ch-slider .ch-gallery ul {
  width: 100000px;
  list-style: none;
  font-size: 0px;
  margin-left: 0px;
  overflow: hidden;
  height: inherit;
}

.ch-slider .ch-gallery li {
  float: left;
  width: 1134px;
  position: relative;
  height: inherit;
}

.ch-slider .ch-gallery li:before {
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 50%;
  z-index: 2;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}

.ch-slider .ch-gallery li img {
  width: 100%;
}

.ch-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}

.ch-controls a {
  display: block;
  height: 30px;
  width: 30px;
  text-indent: -999999px;
  z-index: 4;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.ch-controls a:hover:after,
.ch-controls a:hover:before {
  background: #b9d27e;
}

.ch-controls a:after,
.ch-controls a:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #333;
  display: block;
  left: 7px;
}

.ch-controls .ch-next {
  right: 10px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ch-controls .ch-prev {
  left: 10px;
}

.ch-controls .ch-prev:after,
.ch-controls .ch-next:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
}

.ch-controls .ch-prev:before,
.ch-controls .ch-next:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
}

.ch-bullets {
  position: absolute;
  bottom: 6px;
  left: 50%;
  z-index: 4;
}

.ch-bullets ul {
  list-style: none;
  padding: 5px;
  overflow: hidden;
  position: relative;
  right: 50%;
}

.ch-bullets li {
  margin: 5px;
  float: left;
  cursor: pointer;
  width: 5px;
  height: 5px;
  background: #aaa;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #FFF;
  opacity: 0.8;
  padding: 0px;
}

.ch-bullets li.selected {
  background: #333;
}

.ch-panel-title {
  position: absolute;
  bottom: 40px;
  font-family: "Roboto";
  font-size: 32px;
  color: #FFF;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
  z-index: 3;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}

#body-home {
  background-color: #fff;
}

.index-gallery {
  width: 100%;
  overflow: hidden;
  height: 550px;
  border-top: 10px solid #F18700;
}

.index-gallery ul {
  width: 200%;
  height: inherit;
}

.index-gallery ul li {
  width: 50%;
  height: inherit;
  float: left;
  display: block;
  font-size: 0px;
  position: relative;
}

.index-gallery .login-holder {
  background-image: url("/Images/Slider/slider_01.png");
  background-size: cover;
  background-position: center;
}

.login-options {
  text-align: center;
}

.login-options h2, .login-options h3, .login-options h4, .login-options a {
  font-family: "Raleway", Arial, "san-serif";
  font-weight: 300;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
}

.login-options h2 {
  font-size: 55px;
  margin-top: 100px;
}

.login-options h3 {
  font-size: 41px;
}

.login-options h4 {
  font-size: 25px;
  margin-bottom: 100px;
}

.login-options a {
  display: inline-block;
  padding: 10px 20px;
  min-width: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 28px;
  border: 1px solid #FFF;
  height: 56px;
  margin: 5px;
}

.login-options a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.index-stripes:nth-child(even) {
  background-color: #EDEDED;
}

.index-stripes > div {
  max-width: 1064px;
  margin: 0px auto;
  padding: 40px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.index-stripes > div h2,
.index-stripes > div h3 {
  font-family: "Raleway", Arial, "san-serif";
  font-weight: 300;
  text-transform: uppercase;
}

.index-stripes > div h2 {
  font-size: 34px;
  color: #F18700;
  margin-bottom: 20px;
}

.index-stripes > div h3 {
  font-size: 25px;
}

.index-stripes > div > div {
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 10px;
}

.index-stripes > div .stripes-img {
  text-align: center;
}

.index-stripes > div .stripes-img img {
  max-width: 100%;
}

.index-stripes:nth-child(odd) > div .stripes-info {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.index-stripes:nth-child(odd) > div .stripes-img {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.index-stripes:nth-child(even) > div .stripes-info {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.index-stripes:nth-child(even) > div .stripes-img {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

@media only screen and (max-width: 800px) {
  .index-stripes:nth-child(even) > div .stripes-info {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .index-stripes:nth-child(even) > div .stripes-img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .index-stripes > div {
    flex-direction: column;
  }
  .index-stripes > div > div {
    width: 100%;
  }
  .index-stripes > div > div h2, .index-stripes > div > div h3 {
    text-align: center;
  }
}

@media only screen and (max-width: 680px) {
  .login-options h2 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 10px;
  }
  .login-options h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .login-options h4 {
    display: none;
  }
  .index-gallery {
    height: 420px;
  }
}

@media only screen and (max-width: 400px) {
  .login-options h2 {
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .login-options h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .index-stripes > div h2 {
    font-size: 26px;
  }
  .index-stripes > div h3 {
    font-size: 18px;
  }
}

.title-tag {
  margin-bottom: 0px;
}

.title-tag span {
  color: #F18700;
}

.list-actors {
  margin: -10px;
}

.list-actors li {
  width: 50%;
  padding: 10px;
  margin-bottom: 20px;
  display: block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-actors li > div {
  background-color: #FFF;
  position: relative;
}

.list-actors img {
  max-width: 100%;
}

.list-actors .avatar {
  margin-top: -20px;
  margin-left: 10px;
}

.list-actors .name {
  font-family: "Roboto", Arial, san-serif;
  font-size: 16px;
  margin-top: -20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 10px;
  color: #314555;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list-actors .name span {
  width: 100%;
  display: block;
}

.list-actors .avatar img {
  border: 1px solid #d7d7d7;
}

.list-actors .btn-follow {
  float: right;
  margin: -30px 5px 5px 0;
}

* {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%;
  font: 12px "Segoe UI", Helvetica, Verdana, san-serif;
}

li {
  list-style-position: inside;
}

textarea:focus,
input:focus {
  outline: none;
}

textarea {
  resize: none;
}

header, nav, section, article, aside, footer {
  display: block;
}

body {
  width: 100%;
  background-color: #F4F4F4;
  padding-top: 38px;
  color: #7F7F7F;
}

.layout-null {
  padding-top: 0px;
}

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

a img {
  border: none;
}

/* Default Layout
-----------------------------------------------------------------------------*/
#wrapper {
  max-width: 1064px;
  margin: 0px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
  padding-top: 20px;
}

#wrapper.editor-wrapper {
  max-width: 1170px;
}

#wrapper > div {
  margin: -10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper.flexbox,
#wrapper.flexbox > section {
  height: 100%;
}

header {
  height: auto;
  margin: 0 auto;
  padding-bottom: 20px;
}

#wrapper > div > section {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#wrapper aside {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38%;
  min-width: 38%;
  padding: 10px;
}

#wrapper > div > section:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.side-left {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.side-right {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}

@media only screen and (max-width: 750px) {
  #wrapper > section {
    max-width: 1064px;
    min-width: 25rem;
    width: 100%;
  }
  #wrapper aside {
    width: 200px;
    min-width: 200px;
  }
}

@media only screen and (max-width: 610px) {
  #wrapper aside {
    display: none;
  }
}

/*.content {
    position: relative;
	margin-right:0px;
    margin-left:0px;
    margin-top:10px;
    padding: 30px 30px;
    border-left: 1px solid #F5F5F5;
    min-height: 350px;
}*/
.load-newfeeds {
  position: fixed;
  left: 50%;
  top: 47px;
  z-index: 100;
}

.load-newfeeds a {
  position: relative;
  right: 50%;
  display: inline-block;
  padding: 5px 30px;
  color: #999;
  border: 1px solid #D7D7D7;
  border-radius: 6px;
  background: #FFF;
  box-shadow: 0px 0px 10px #C7C7C7;
}

footer {
  height: 10px;
}

h1, h2, h3, h4, h5, h6 {
  text-align: left;
}

h1 {
  color: #FFF;
  position: relative;
  font: 28px "Raleway", Arial, san-serif;
}

h1 span {
  color: #F18700;
  font-size: 22px;
  text-transform: lowercase;
}

h1 a {
  color: inherit;
  font-family: "Raleway", Arial, "san-serif";
  font-weight: 300;
}

h2 {
  color: #314555;
  font: 30px "Roboto", Arial, san-serif;
}

h3 {
  font: 20px "Roboto", Arial, san-serif;
  color: #314555;
  margin-bottom: 20px;
  padding: 0px;
}

h3 a {
  color: inherit;
  font-family: "Roboto", Arial, san-serif;
  font-size: 20px;
}

h5 {
  font: 1.33333rem "Roboto", Arial, san-serif;
  color: #314555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  /* fallback */
  max-height: 36px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

h6 {
  font-size: 16px;
  margin: 20px 0px 10px 0px;
  font-weight: normal;
  font-family: "Roboto", Arial, san-serif;
  clear: both;
}

.p-panel {
  font: 16px "Roboto", Arial, san-serif;
  color: #7F7F7F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  /* fallback */
  max-height: 36px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}

.p-panel span {
  color: #6e9fbe;
}

li.p-panel {
  padding-bottom: 40px;
  text-indent: -1rem;
}

.box-style {
  margin-bottom: 20px;
  background: #FFF;
  padding: 20px;
  position: relative;
  text-align: right;
}

.box-style > div,
.box-style > ul {
  text-align: left;
}

.box-style .more-info {
  position: absolute;
  top: 1.66667rem;
  right: 1.66667rem;
  width: 1.66667rem;
  height: 1.66667rem;
  background: #6e9fbe;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
}

.box-style .more-info a {
  color: inherit;
  font-weight: bold;
}

/****************************

IDENTITY-MENU

*****************************/
.identity-menu {
  background-color: transparent;
  width: 100%;
  height: 38px;
  padding: 2px 20px;
  padding-right: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  z-index: 20;
  top: 0px;
}

h1.logo-title:before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 28px;
  position: absolute;
  top: -6px;
  left: 0px;
  background-image: url(/Images/logo-chil.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

h1.logo-title {
  line-height: 34px;
  padding-left: 90px;
  display: inline-block;
}

#content-lookup-wrapper {
  float: right;
  margin: 4px 10px;
  position: relative;
}

#content-lookup {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 22px 2px 4px;
  background: transparent;
  border: none;
  color: transparent;
  border-radius: 2px;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#content-lookup:focus {
  width: 260px;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #FFF;
}

#content-lookup-wrapper:after {
  content: "";
  background-image: url(/Images/chil_icons.png);
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 26px;
  display: inline-block;
  z-index: -1;
  background-position: -52px -364px;
}

/*********************************

USER NAV

**********************************/
nav ul {
  list-style: none;
}

nav a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.current-id {
  font: 1.58333rem "Roboto", Arial, san-serif;
  float: right;
  margin: 1px;
  color: #FFF;
  /*.change-identity {
		display: inline-block;
		border-style: solid;
		border-width: 12px 6px 0px 6px;
		border-color: $hover-color transparent;
		margin-bottom: _rem(10);
		margin-left: _rem(10);
		cursor: pointer;
   }*/
}

.current-id img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  display: inline-block;
}

.current-id a {
  color: inherit;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
}

.current-id a:hover {
  color: #fbb256;
}

.user-menu {
  position: fixed;
  top: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-right: 10px;
  right: 0px;
  height: auto;
  overflow-y: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  width: 244px;
}

.user-menu .ch-display-usermenu {
  cursor: pointer;
  color: darkblue;
  position: absolute;
  top: 2px;
  right: 10px;
  z-index: 2;
}

.user-menu .ch-display-usermenu i {
  font-size: 15px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  background-color: transparent;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.user-menu .ch-display-usermenu i:hover {
  background-color: #85898c;
}

.user-menu #ch-display-usermenu {
  position: absolute;
  appearance: none;
  cursor: pointer;
  left: -100%;
  top: -100%;
}

.user-menu #ch-display-usermenu:checked + label + div {
  display: block;
}

.user-menu #ch-display-usermenu:checked + label i {
  background-color: #fbb256;
}

.user-menu > div {
  display: none;
  background-color: #314555;
  padding: 10px;
  border-radius: 6px;
  position: relative;
}

.user-menu > div:before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #314555 transparent;
  position: absolute;
  bottom: 100%;
  right: 20px;
}

.user-menu ul:nth-child(2) {
  border-top: 1px solid #314555;
}

.user-menu h3 {
  font-size: 19px;
  padding-top: 10px;
  margin-bottom: 10px;
}

.user-menu li > a {
  position: relative;
  font-family: "Roboto", Arial, san-serif;
  line-height: 40px;
  font-size: 18px;
  display: block;
  color: #ecf3f9;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.user-menu li > a:before {
  font-family: 'chilfont';
  font-size: 22px;
  margin-right: 10px;
}

.user-menu li > a:hover {
  color: #fbb256;
}

.user-menu li a i {
  display: inline-block;
  background-color: #85898c;
  width: 26px;
  height: 26px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  margin-right: 16px;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.user-menu li > a:hover i {
  background-color: #fbb256;
  color: #fff;
}

#newsfeeds-ind,
#notifications-ind {
  position: relative;
}

.home:before {
  background-position: 0px 0px;
}

.my-identities {
  display: none;
  position: absolute;
  top: 38px;
  right: 0px;
  background-color: #FFF;
  border: 1px solid #D7D7D7;
  border-top: none;
  color: #314555;
  box-shadow: -5px 3px 10px rgba(0, 0, 0, 0.3);
}

.my-identities img {
  padding: 0;
  vertical-align: middle;
}

.my-identities span {
  width: 140px;
  display: inline-block;
  font: 14px/20px "Roboto", Arial, san-serif;
}

.my-identities li {
  position: relative;
}

.my-identities li:hover {
  color: #FFF;
  background-color: #6e9fbe;
}

.my-identities li:hover a.cp {
  display: block;
}

.my-identities li a,
.my-identities li > a:visited {
  padding: 5px 10px;
  padding-right: 42px;
  font-size: 0px;
}

.my-identities li a.cp {
  position: absolute;
  padding: 0px;
  font-size: 14px;
  line-height: 20px;
  top: 11px;
  right: 8px;
  display: none;
}

.my-identities li a.cp i {
  border-radius: 50%;
  background-color: #FFF;
  padding: 5px;
  color: #999;
}

.my-identities li a.cp:hover i {
  color: #314555;
}

/* Left side
------------------------------------------------------------------------------*/
/*#left_menu_wrapper {
    width:82%;
    margin: 0 0 0 1px;
    padding: 30px 0px 0px 0px;
}


.left-menu,
.left-menu ul,
.left-menu li,
.left-menu a,
.left-menu span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

.left-menu li {   
    padding: 0px 0px 0px 3px;
    border-left: 3px solid #ffffff;  
    border-top: 1px solid #E6E6E6;  
    border-bottom: 1px solid #E6E6E6;
}*/
/* Accordian Style */
/*.left-menu li > a {
	display: block;
	position: relative;
	min-width: 150px;
    color:#797979;
	text-align: left;
	height: 25px;	
	font: bold 12px/32px Arial, sans-serif;
	text-decoration: none;	
}

.left-menu > li:hover > a,
.left-menu > li:target > a {	
    color: #F27403;
}*/
/* Sub-Menu */
/*.sub-menu-left li {    
    padding: 0px 0px 0px 0px;
    border-left: 3px solid #ffffff;  
    border-top: 1px solid #ffffff;  
    border-bottom: 1px solid #ffffff; 
}

.sub-menu-left li a {	
	height: 25px;	
    border-left: 3px solid #ffffff;
}

.sub-menu-left li:hover a {    
    background-color: #D3EFFB;       
    color:black;    
    border-left: 3px solid $hover-color;    
}*/
/* Dropdown Function */
.left-menu li > .sub-menu-left {
  height: 0;
  overflow: hidden;
}

.left-menu li:target > .sub-menu-left {
  height: 100%;
}

.margin_text_subitem {
  margin-left: 15px;
}

/* Right side
------------------------------------------------------------------------------*/
#right-content {
  padding: 30px 10px 0px 10px;
}

#right-content > p {
  font-size: 1.6em;
  color: #7F7F7F;
  padding-bottom: 15px;
}

#right-content > ol {
  padding-left: 22px;
  counter-reset: li;
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
}

#right-content > ol li {
  position: relative;
  display: block;
  padding: 0px 8px 10px 20px;
  margin: auto;
  text-decoration: none;
}

#right-content > ul li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -1.3em;
  background: #6e9fbe;
  color: #ffffff;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 3px;
}

.widget-list li:before {
  content: "";
  position: absolute;
  background-color: #6e9fbe;
  color: #ffffff;
  height: 32px;
  width: 32px;
  border-radius: 3px;
  left: 0px;
  background-image: url("/Images/create.png");
}

.widget-list .invite-freinds:before {
  background-position: 0px -64px;
}

.widget-list .get-wall-widget:before {
  background-position: 0px -96px;
}

.widget-list li {
  position: relative;
  padding-left: 42px;
  padding-bottom: 10px;
  list-style: none;
  cursor: pointer;
}

.widget-list li p {
  color: #B2B2B2;
  font: 12px 'Segoe UI',Arial;
}

.title {
  font: 14px "Roboto", Arial, san-serif;
  font-size: 1.3em;
  color: #7F7F7F;
}

.desc {
  color: #B2B2B2;
}

/* Generic styles
------------------------------------------------------------------------------*/
.clear {
  clear: both;
}

*:focus {
  outline: none;
}

/* Chrome: hide the border around active fields*/
.lang-ico {
  background-image: url(../Images/icons2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -62px -22px;
  display: inline-block;
  height: 15px;
  width: 15px;
  outline: none;
  vertical-align: central;
}

.msg-ico {
  background-image: url(../Images/icons2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -106px -27px;
  display: inline-block;
  height: 11px;
  width: 11px;
  outline: none;
  vertical-align: central;
  cursor: pointer;
}

.tag-ico {
  background-image: url(../Images/icons2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -120px -23px;
  display: inline-block;
  height: 14px;
  width: 15px;
  outline: none;
  vertical-align: central;
}

.loading-more {
  color: #7F7F7F;
  font-weight: bold;
  display: none;
}

.loading-more, .loading-new {
  color: #7F7F7F;
  font-weight: bold;
  display: none;
}

.button-find {
  font-size: 14px;
  padding: 5px 9px 5px 30px;
  position: absolute;
  right: 0px;
  margin: 0 0 0 15px;
  text-shadow: 0 1px 0 #FFF;
}

.button-find:hover {
  color: #fff;
  text-shadow: none;
  border: 1px solid #48C31D;
}

.button-find:hover .search-button-img {
  background-position: -71px -48px;
}

/* Grid Actors thumb
    -------------------------------------------------------------------------*/
.grid-actors-thumb {
  list-style-type: none;
  overflow: hidden;
  margin: -0.41667rem;
  margin-bottom: 0.83333rem;
}

.grid-actors-thumb li {
  float: left;
  padding: 0.41667rem;
  width: 16.66%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-actors-thumb img {
  height: 100%;
  width: 100%;
}

.grid-actors-thumb a {
  display: block;
  font-size: 0px;
}

/* Style for list view and detail view icons in People
   -------------------------------------------------------------------------*/
.list-view-icons a {
  width: 25px;
  height: 20px;
  vertical-align: middle;
  float: right;
  display: inline-block;
  background-image: url("/images/icons2.png");
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 3px;
}

.list-view-icons a.img-view-icons {
  background-position: -26px -494px;
}

.list-view-icons a.img-view-icons:hover,
.list-view-icons a.img-view-icons[data-selected=true] {
  background-position: -26px -520px;
}

.list-view-icons a.img-view-list:hover,
.list-view-icons a.img-view-list[data-selected=true] {
  background-position: 0px -520px;
}

/* Form with table-like style
   -------------------------------------------------------------------------*/
/*.table-form {
	display: table;
	font-size: 14px;
	color: #333;

	.row {
		display:table-row;
	}

	.label-col {
		padding: 5px 10px 5px 5px;
		vertical-align: top;
	}

	.img-col {
		padding-top: 13px;
	}

	.col {
		display: table-cell;
	}
}*/
/* Contextual Menu Style
-----------------------------------------------------------------------------*/
/* Contextual Menu Style for Stored File: Folders Lists
-----------------------------------------------------------------------------*/
#menu-option {
  list-style-image: none;
  list-style-position: outside;
  min-width: 100px;
  width: inherit;
}

#menu-option > li {
  margin: 0px;
  padding: 0px;
  display: block;
  /*width:inherit;*/
  height: auto;
  /*29px;*/
  border-bottom: 1px solid #E6E6E6;
  font-size: 12px;
  color: #999;
}

#menu-option li > a,
#menu-option li > a:visited {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #999;
  width: inherit;
  height: auto;
  white-space: normal;
}

#menu-option li:hover,
#menu-option li:hover > a {
  color: #FFF;
  background-color: #6e9fbe;
}

/* Custom cursors, drag and drop
-----------------------------------------------------------------------------*/
.dragging {
  background-color: #FFFFF0;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 2px 4px;
  font-weight: bold;
  color: #6e9fbe;
  cursor: url(https://www.google.com/intl/en_ALL/mapfiles/closedhand.cur), default !important;
}

.dragging p {
  height: 16px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}

.dropping {
  background: #D3EFFB !important;
}

.dropped {
  background: #D3EFFB !important;
}

/* Form fields
-----------------------------------------------------------------------------*/
.field-row {
  margin-left: 5rem;
}

.field-row select {
  border: solid 1px #E6E6E6;
  padding: 1px 2px;
}

.field-row .tip {
  color: #7F7F7F;
  font-style: italic;
  padding: 3px;
}

.field-row label.error {
  color: red;
}

.field-validation-error {
  color: red;
}

.tb-date {
  background-image: url(../images/calendar.png);
  background-repeat: no-repeat;
  border: solid 1px #cccccc;
  background-position: 61px 5px;
  padding: 5px 23px 5px 5px;
  width: 70px;
  cursor: pointer;
}

.tb-date:focus {
  cursor: auto;
}

.date-selector select {
  margin-right: 5px;
}

/* Icon for Menu Contextual
-----------------------------------------------------------------------------*/
.img-option-file-off {
  background-image: url(/Images/icons2.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: -372px -49px;
  height: 18px;
  width: 18px;
  outline: none;
  vertical-align: central;
  float: right;
  position: relative;
}

.img-option-file-off:hover {
  background-position: -212px -49px;
  height: 18px;
  width: 18px;
}

/* Popup actors list
 ---------------------------------------------------------------------------*/
.popup-actors-list .list {
  min-height: 200px;
  max-height: 355px;
  overflow: auto;
}

.popup-actors-list .item {
  padding: 10px;
}

.popup-actors-list .item img {
  float: left;
  margin: 0 10px 0 5px;
}

.popup-actors-list .item .info {
  float: left;
  width: 300px;
  max-height: 50px;
}

.popup-actors-list .item button {
  float: right;
  margin: 5px 5px 0 0;
}

hr.tiny {
  display: block;
  height: 0;
  margin: 0 10px 0;
  border: none;
  border-top: solid 1px #f4f4f4;
  padding: 0;
  clear: both;
}

/* Geolocation popup
 ---------------------------------------------------------------------------*/
.popup-location .address-field {
  padding: 10px 15px;
  overflow: hidden;
}

.popup-location .address {
  border-width: 2px 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  padding: 2px 3px 2px 10px;
  width: 370px;
  height: 24px;
  margin: 0 10px 0 0;
  float: left;
}

#geolocationmap {
  height: 250px;
  border: 1px solid #ccc;
  margin: 0 15px 15px;
}

/* Scrollbar for Attach Content
 ---------------------------------------------------------------------------*/
.scroll-content {
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 20px;
  width: 100%;
}

.scroll-pane {
  position: relative;
}

.slider-wrap {
  padding: 0px !important;
  position: absolute;
  right: 0;
  top: 3px;
  background-color: lightgrey;
  width: 8px;
}

.slider-vertical {
  position: relative;
  height: 85%;
}

.ui-slider-handle {
  background-color: darkgray;
  width: 6px !important;
  height: 8px;
  margin: 0 auto;
  display: block;
  position: absolute;
}

.ui-slider-handle img {
  border: none;
}

.scrollbar-top {
  position: absolute;
  top: 0;
}

.scrollbar-bottom {
  position: absolute;
  bottom: 0;
}

.scrollbar-grip {
  position: absolute;
  top: 50%;
}

.slider-vertical {
  background: none !important;
  border: none !important;
}

.slider-vertical .ui-slider-handle {
  left: 0 !important;
}

/* 404 page and Maintenance page
 ---------------------------------------------------------------------------*/
.not-found {
  height: 525px;
  padding: 50px;
  background-image: url(/Images/background-error.png);
  background-repeat: no-repeat;
  background-position: center;
  font-size: 14px;
  color: #333333;
}

.text-not-found {
  margin-left: 120px;
  padding: 80px 10px;
}

.text-not-found > h1 {
  line-height: 30px;
  font-family: "Roboto", Arial, san-serif;
  color: #314555;
}

/* Profile Menu Option (Toolbar)--------*/
header {
  padding: 0px !important;
}

.profile-menu-user h1 {
  display: none;
}

.profile-menu-user .wrapper-header-menu {
  border: none;
  background: transparent;
}

.wrapper-header-menu {
  width: 100%;
  background: #FFF;
  position: fixed;
  font-size: 14px;
  color: #999;
  top: 0px;
  z-index: 100;
  height: 40px;
  border-bottom: 1px solid #E5E5E5;
}

.wrapper-header-menu h1 {
  float: left;
  font-size: 20px;
  padding-left: 15px;
}

.wrapper-header-menu nav {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.wrapper-header-menu .current-actor {
  position: relative;
  float: right;
  cursor: pointer;
  padding: 2px;
  margin-top: 6px;
  margin-right: 15px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  background: #F5F5F5;
}

.wrapper-header-menu .current-actor #alert-notifications {
  display: none;
  position: absolute;
  top: -4px;
  right: -10px;
  background: url(/Images/icons2.png) -501px -27px;
  height: 20px;
  width: 20px;
  display: none;
}

.wrapper-header-menu .current-actor-thumb {
  float: left;
  height: 32px;
}

.wrapper-header-menu .current-actor-thumb img {
  width: 30px;
  border: 1px solid #E6E6E6;
}

.wrapper-header-menu .logo {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #FFF;
}

.wrapper-header-menu .logo-name {
  display: block;
  height: 32px;
  width: 70px;
  background: url(/Images/icons2.png) -129px -66px;
}

.wrapper-header-menu .slide-menu {
  display: none;
  position: absolute;
  width: 180px;
  top: 0px;
  right: 0px;
  overflow: hidden;
  height: 500px;
  z-index: 1;
}

.wrapper-header-menu .slide-menu .current-id {
  display: block;
  padding-bottom: 6px;
  padding-top: 6px;
}

.wrapper-header-menu .slide-menu .current-id a {
  position: relative;
  margin-left: 34px;
}

.wrapper-header-menu .slide-menu .current-id a span {
  display: block;
}

.wrapper-header-menu .slide-menu .current-id img {
  margin: 2px 5px;
  float: left;
  width: 30px;
  border: 1px solid #E6E6E6;
}

.wrapper-header-menu .header-menu {
  position: relative;
  right: -180px;
  width: inherit;
  height: inherit;
  background: #383838;
  overflow-y: auto;
}

.wrapper-header-menu .header-menu a {
  padding: 8px;
  display: block;
  color: #FFF;
  margin: 0px 5px;
  font-family: "Roboto", Arial, san-serif;
}

.wrapper-header-menu .header-menu a:hover {
  color: #6e9fbe;
}

.wrapper-header-menu .header-menu .profile-options {
  padding-top: 8px;
}

.wrapper-header-menu .header-menu .profile-options span {
  color: #FFF;
}

.wrapper-header-menu .header-menu ul {
  border-bottom: 1px solid #FFF;
  overflow: hidden;
  list-style: none;
}

.wrapper-header-menu .header-menu li {
  position: relative;
}

.wrapper-header-menu .header-menu span {
  padding-left: 8px;
}

.wrapper-header-menu .header-menu #right-content {
  padding: 10px;
  margin: 0px;
  border-bottom: 1px solid #FFF;
}

.wrapper-header-menu .header-menu #right-content p, .wrapper-header-menu .header-menu #right-content .title {
  color: #FFF;
}

.wrapper-header-menu .header-menu #right-content > ol li:before {
  font-size: 1em;
  left: -0.3em;
}

.profile-menu-box span {
  max-width: 170px;
  vertical-align: middle;
  padding-left: 2px;
  display: block;
}

/* Style for Options */
.menu-profile-toolbar > li > a.menu-main-text {
  font-size: 14px;
  margin: 3px 0 0;
}

.date-time-ico {
  background-image: url("../Images/icons2.png");
  width: 16px;
  height: 16px;
  background-position: -434px -49px;
  display: inline-block;
}

.marker-ico {
  background-image: url("../Images/icons2.png");
  width: 12px;
  height: 16px;
  background-position: -456px -48px;
  display: inline-block;
}

/*feed-menu-option change by icon-option-feed */
.icon-option-feed:hover {
  background-image: url(../images/icons2.png);
  background-position: -212px -49px;
  width: 16px;
  height: 16px;
}

#toast {
  position: fixed;
  top: 20px;
  left: 45%;
  background-color: #ffd800;
  z-index: 100002;
  padding: 3px 5px;
  border-radius: 3px;
  color: #333;
  border: 1px solid #d89c21;
  display: none;
}

/* About Chil
 ---------------------------------------------------------------------------*/
#about-wrap {
  width: 960px;
  margin: 0 auto;
  text-align: start;
  display: none;
}

.chil-about {
  margin: 20px auto;
  width: 90%;
}

.chil-about p {
  text-align: justify;
  word-wrap: break-word;
  text-wrap: avoid;
  font-size: 14px;
  color: #7F7F7F;
}

.chil-about span {
  color: #F27403;
}

.item-about {
  width: 44%;
  min-height: 100px;
  padding: 10px;
  border: 1px solid #E6E6E6;
  text-align: left;
  margin: 20px 0 0 15px;
  border-radius: 4px;
  display: inline-table;
}

.item-title {
  font-size: 20px;
  color: #F27403;
  line-height: 1.2;
  padding-bottom: 5px;
}

.item-text {
  font-size: 14px;
  color: #7F7F7F;
  min-height: 72px;
}

/* Icon for footer - show more info */
.view-more-about {
  display: block;
  width: 100px;
  height: 16px;
  vertical-align: middle;
  margin: -20px 10% 0 auto;
  color: #999;
  position: absolute;
  top: 3.33333rem;
  right: 1.66667rem;
}

.view-more-about i.icon-more {
  background-image: url(../images/up-down.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 25px;
  height: 16px;
  outline: none;
  opacity: 0.35;
  display: inline-block;
}

/* Categories picker
 ---------------------------------------------------------------------------*/
.categoriespicker-wrapper .placeholder {
  padding: 0 !important;
  width: 70px !important;
}

/*-------------------------------

MEDIA QUERIES

--------------------------------*/
@media only screen and (max-width: 1510px) {
  .user-menu h3 {
    display: none;
  }
}

@media only screen and (max-width: 470px) {
  .current-id a,
  .current-id img {
    display: none;
  }
}

/*@media only screen and (max-width: 960px) {
    div#wrapper .content {
        border: none;
    }
	.side-right {
        display:none;
    }
    .stored-box {
		padding: 0px;
    }
}

@media only screen and (max-width: 590px) {
	div#wrapper-2col-left > section {
    	border: none;
    }   
    .side-left {
        display:none;
    }

    /* extend width of feeds */
/*
    #wrapper > section > div {
        float: none;
        margin: 0 auto;
        padding-bottom: 0px;   
        width:100%;
    }
}


@media only screen and (max-width: 480px) {
	#content-lookup-wrapper {
		width: 180px;
	}
}

@media only screen and (max-width: 360px) {
    h1.title-section-feed {
        margin-bottom: 20px;
    }
    #content-lookup-wrapper {
		width: 120px;
		left: 100%;
	}
	#content-lookup {
	    right: 172px;
	}
}*/
/* Editor Wrappers
 ---------------------------------------------------------------------------*/
.editor-wrapper {
  /*.simple-form label {
		display: block;
		font-size: 16px;
		margin-bottom: 0px;
		margin-top: _px($gap/2);
		clear: both;
		line-height: 24px;
	}*/
}

.editor-wrapper form {
  margin: -10px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.editor-wrapper form > div:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  overflow: hidden;
}

.editor-wrapper form > div:nth-child(1) .box-style {
  position: fixed;
  width: 790px;
}

.editor-wrapper form > div:nth-child(2) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  width: 300px;
  min-width: 300px;
  padding: 10px;
}

.editor-wrapper form > div:nth-child(2) .box-style label:first-child {
  margin-top: 0px;
}

.editor-wrapper form > div > .box-style {
  text-align: left;
}

.editor-wrapper form input[type=text],
.editor-wrapper form textarea,
.editor-wrapper form select {
  margin-bottom: 5px;
}

.editor-wrapper form .preview {
  overflow: initial;
}

.editor-wrapper form .preview img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.editor-wrapper form .date-wrapper {
  float: none;
}

.editor-wrapper form .host-id {
  float: none;
}

.editor-wrapper form .actions .button-submit {
  float: right;
}

.editor-wrapper .action-back {
  display: none;
}

.editor-wrapper .saving {
  display: none;
  margin: 8px 0 0 5px;
}

.editor-wrapper .row {
  margin-bottom: 10px;
  padding: 0 14px;
}

.editor-wrapper input.tb-date {
  width: 94px;
  padding-right: 23px;
  background-position: 71px 4px;
}

.editor-wrapper .body {
  height: 200px;
}

.editor-wrapper textarea[name=description] {
  min-height: 60px;
}

.editor-wrapper .tb-location {
  position: relative;
}

.editor-wrapper .tb-location .show-map {
  position: absolute;
  right: 2px;
  top: 5px;
}

.editor-wrapper .tb-location .show-map:after {
  content: "\e62a";
  font-family: 'chilfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.editor-wrapper .tb-location .loading-ico {
  display: none;
  position: absolute;
  top: 8px;
  right: 8px;
}

/*____________ CONTACTS LISTS _______________*/
.contacts-box .ch-contacts-icon,
.contacts-box .mail-followers,
.contacts-box .followers,
.contacts-box .following {
  padding: 2px 10px 2px 30px;
  height: 26px;
  line-height: 26px;
  display: block;
}

.contacts-box .mail-followers:before,
.contacts-box .ch-contacts-icon:before,
.contacts-box .followers:before,
.contacts-box .following:before {
  left: 0px;
}

.contacts-box .followers:before {
  background-position: -26px -598px !important;
}

.contacts-box .following:before {
  background-position: -52px -598px !important;
}

.contacts-box .mail-followers:before {
  background-position: 0px -598px !important;
}

.contacts-box .followers:hover:before,
.contacts-box .followers.selected:before {
  background-position: -26px -624px !important;
}

.contacts-box .following:hover:before,
.contacts-box .following.selected:before {
  background-position: -52px -624px !important;
}

.contacts-box .mail-followers:hover:before,
.contacts-box .mail-followers.selected:before {
  background-position: 0px -624px !important;
}

.contacts-box .ch-contacts-icon:before {
  background-position: -78px -598px !important;
}

.contacts-box .selected .ch-contacts-icon:before {
  background-position: -78px -598px !important;
}

.contacts-box .list-item {
  list-style: none;
}

/*______ NOTIFICATIONS PANEL ______*/
.notifications-widget-panel {
  display: none;
  position: absolute;
  top: 4px;
  right: 107%;
  border: 1px solid #D7D7D7;
  background-color: #FFF;
  z-index: 10;
  box-shadow: -3px 1px 7px 1px rgba(50, 50, 50, 0.2);
  min-width: 320px;
}

.notifications-widget-panel img {
  display: block;
}

.notifications-widget-panel .notification-item {
  margin: 10px;
  position: relative;
}

.notifications-widget-panel .notification-avatar-holder {
  float: left;
}

.notifications-widget-panel .notification-info-holder {
  min-height: 40px;
  position: relative;
  margin-left: 45px;
}

.notifications-widget-panel .profile-link {
  color: #314555;
  font: 14px/20px "Roboto", Arial, san-serif;
}

.notifications-widget-panel .profile-link:hover {
  color: #6e9fbe;
  text-decoration: underline;
}

.notifications-widget-panel .notification-description {
  color: #7F7F7F;
  line-height: 20px;
  white-space: nowrap;
}

.notifications-widget-panel .notification-description a {
  display: inline-block;
  color: #6e9fbe;
}

.notifications-widget-panel .notification-description a:hover {
  text-decoration: underline;
}

.notifications-widget-panel .notification-body {
  margin-right: 40px;
  border-right: 1px solid #D7D7D7;
  margin-bottom: 10px;
  padding-right: 5px;
}

.notifications-widget-panel .notification-type {
  top: 50%;
  right: 6px;
  margin-top: -13px;
}

.notifications-widget-panel .profile-header-holder {
  position: relative;
  margin-top: 5px;
}

.notifications-widget-panel .profile-header-holder img {
  width: 100%;
}

.notifications-widget-panel .profile-header-holder h4 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin: 5px;
  width: 90%;
  color: #FFF;
  z-index: 3;
}

.notifications-widget-panel .profile-header-holder:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  z-index: 2;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 0, 0)), color-stop(0%, transparent));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
}

.notifications-widget-panel .follower-description {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notifications-widget-panel .img-holder {
  text-align: center;
}

.notifications-widget-panel .img-holder img {
  margin: 0px auto;
}

.notifications-widget-panel h5 {
  background: #F4F4F4;
  text-align: center;
  padding: 5px 10px;
  border-bottom: 1px solid #D7D7D7;
}

.notifications-widget-panel h5 a:hover {
  color: #6e9fbe;
}

.notifications-widget-panel .no-notifications {
  margin: 20px;
}

.notifications-widget-panel:after,
.notifications-widget-panel:before {
  content: "";
  position: absolute;
  top: 5px;
  border-width: 10px;
  border-style: solid;
}

.notifications-widget-panel:after {
  left: 100%;
  border-color: transparent transparent transparent #FFF;
}

.notifications-widget-panel:before {
  right: -21px;
  border-color: transparent transparent transparent #D7D7D7;
}

.notification-type.post-icon {
  background-position: 0px -676px;
}

.notification-type.manage-icon {
  background-position: -52px -676px;
}

.notification-type.like-icon {
  background-position: -26px -676px;
}

.notification-type.event-icon {
  background-position: -78px -676px;
}

.notification-type.news-icon {
  background-position: -52px -676px;
}

.notification-type.follow-icon {
  background-position: -130px -676px;
}

.notification-type.files-icon {
  background-position: -156px -676px;
}

.notification-type.post-icon:hover {
  background-position: 0px -702px;
}

.notification-type.manage-icon:hover {
  background-position: -52px -702px;
}

.notification-type.like-icon:hover {
  background-position: -26px -702px;
}

.notification-type.event-icon:hover {
  background-position: -78px -702px;
}

.notification-type.news-icon:hover {
  background-position: -52px -702px;
}

.notification-type.files-icon:hover {
  background-position: -156px -702px;
}

/*_____ WEBPAGE MANAGER _____*/
.webpages-box .add-new-element {
  float: left;
}

.webpages-box .img:before {
  background-image: url("/images/chil_icons.png");
}

.webpages-box .lateral-list-featured > ul > li {
  position: relative;
  padding: 0px 15px 0px 5px;
}

.webpages-box .lateral-list-featured li > span {
  display: block;
}

.webpages-box .lateral-list-featured li:hover {
  color: #FFF;
}

.webpages-box .stored-menu-file {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.webpages-box .icon-option-file {
  position: absolute;
  top: 10px;
  right: 0px;
}

.webpages-box .option-menu li {
  line-height: 20px;
}

.webpages-box .tab-body {
  background-color: #FFF;
}

.webpages-box .tab-body .button-action {
  float: right;
}

.webpages-box .page-options-buttons {
  overflow: hidden;
  padding: 5px;
  border-bottom: 1px solid #D7D7D7;
}

.webpages-box .markup-editor {
  border: 1px solid #D7D7D7;
}

.webpages-box .page-editor-options {
  overflow: hidden;
  background-color: #f4f4f4;
}

.webpages-box .page-editor-options li {
  float: left;
}

.webpages-box .page-editor-options li a {
  display: block;
  padding: 10px 20px;
  font: 14px/20px "Roboto", Arial, san-serif;
}

.webpages-box .page-editor-options li a:hover {
  color: #21AEEC;
}

.webpages-box .page-editor-options li a.selected {
  color: #F18700;
}

.webpages-box .layout-editor {
  border: 1px solid #D7D7D7;
}

.webpages-box .stored-filter-search h2 {
  text-align: center;
}

.img.webpage:before {
  background-position: 0px -104px;
}

.img.webfragment:before {
  background-position: -26px -104px;
}

.img.webjs:before {
  background-position: -52px -104px;
}

.img.webcss:before {
  background-position: -76px -104px;
}

.fname {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.webpages-box .page-editor-options li a {
  color: #7F7F7F;
}

/*______ SIDE LEFT MANAGE POSTS ______*/
#poststypes-holder {
  position: fixed;
  max-width: 1024px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}

#poststypes-holder > div {
  width: 38%;
}

@media only screen and (max-width: 400px) {
  h1.logo-title:before {
    display: none;
  }
  h1.logo-title {
    padding-left: 0px;
  }
}

/*# sourceMappingURL=Default.css.map */