/* CSS Document */
div.pdf-overlay {
  position: absolute;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.5);
  width: 550px;
  height: auto;
  padding: 5px;
  display: inline-block;
  border-radius: 5px; }
  div.pdf-overlay div.pdf-content {
    position: relative;
    display: block;
    width: auto;
    height: auto; }
    div.pdf-overlay div.pdf-content img {
      max-width: 100%; }

div.pdf-preview img {
  max-width: 100%; }

div.throbber {
  -webkit-transform: translate3d(0, 0, 0);
  position: relative;
  width: 27px;
  height: 27px;
  display: inline-block;
  margin: 75% 45%;
  z-index: 999999; }
  div.throbber div {
    width: 12%;
    height: 26%;
    background: #fff;
    position: absolute;
    left: 44.5%;
    top: 37%;
    opacity: 0;
    -webkit-animation: fade 1s linear infinite;
    -webkit-border-radius: 50px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
  div.throbber div.bar1 {
    -webkit-transform: rotate(0deg) translate(0, -142%);
    -webkit-animation-delay: 0s; }
  div.throbber div.bar2 {
    -webkit-transform: rotate(30deg) translate(0, -142%);
    -webkit-animation-delay: -0.9167s; }
  div.throbber div.bar3 {
    -webkit-transform: rotate(60deg) translate(0, -142%);
    -webkit-animation-delay: -0.833s; }
  div.throbber div.bar4 {
    -webkit-transform: rotate(90deg) translate(0, -142%);
    -webkit-animation-delay: -0.75s; }
  div.throbber div.bar5 {
    -webkit-transform: rotate(120deg) translate(0, -142%);
    -webkit-animation-delay: -0.667s; }
  div.throbber div.bar6 {
    -webkit-transform: rotate(150deg) translate(0, -142%);
    -webkit-animation-delay: -0.5833s; }
  div.throbber div.bar7 {
    -webkit-transform: rotate(180deg) translate(0, -142%);
    -webkit-animation-delay: -0.5s; }
  div.throbber div.bar8 {
    -webkit-transform: rotate(210deg) translate(0, -142%);
    -webkit-animation-delay: -0.41667s; }
  div.throbber div.bar9 {
    -webkit-transform: rotate(240deg) translate(0, -142%);
    -webkit-animation-delay: -0.333s; }
  div.throbber div.bar10 {
    -webkit-transform: rotate(270deg) translate(0, -142%);
    -webkit-animation-delay: -0.25s; }
  div.throbber div.bar11 {
    -webkit-transform: rotate(300deg) translate(0, -142%);
    -webkit-animation-delay: -0.1667s; }
  div.throbber div.bar12 {
    -webkit-transform: rotate(330deg) translate(0, -142%);
    -webkit-animation-delay: -0.0833s; }

@-webkit-keyframes fade {
  from {
    opacity: 1; }
  to {
    opacity: 0.25; } }
.event-alert {
  display: none; 
  padding: 10px 0;
  font-size: 16px;
  font-style: italic;
  background: #B1EACC;
  text-align: center;
  color: #327186;
  font-weight: 400;
  text-shadow: 1px 1px 2px #7EAB90;
  margin-top: -5px;
}

.popup-form {
  border: 1px solid #ededed;
  margin: 0 0 6px;
  width: 100%;
  height: 0;
  padding: 10px;
  display: none;
  position: relative;
  background: #fff; }
  .popup-form .spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    margin: -10px;
    z-index: 9999999;
    color: #fff;
    font-size: 20px;
    text-align: center; }
    .popup-form .spinner p {
      line-height: 100%;
      display: inline-block;
      margin: 25%;
      width: auto;
      height: auto; }
      .popup-form .spinner p span {
        padding-left: 10px; }
  .popup-form #xClose {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    cursor: pointer; }
  .popup-form textarea {
    resize: none; }
  .popup-form.update textarea {
    resize: vertical; }

.nform {
  position: relative;
  display: block;
  padding: 10px;
  width: 550px;
  box-sizing: border-box;
  margin: 0 auto;
  /** end of nform-cat-list **/ }
  .nform .col-lg-8 {
    float: right; }
  .nform .nform-content {
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    margin: 3px 0; }
  .nform label {
    min-width: 130px;
    margin-left: 14px;
    margin-top: 1px;
    position: absolute; }
  .nform .nform-tcon {
    margin-top: 6px; }
  .nform select.nform-input {
    width: 100%; }
  .nform .nlabel {
    width: 100%;
    padding: 2px 0;
    float: right;
    clear: both;
    margin: 0 !important;
    color: #9f9f9f; }
  .nform .nform-input.required {
    color: #444; }
  .nform .nform-input {
    width: 100%;
    font-size: 14px;
    padding: 5px 20px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ededed;
    float: right;
    clear: both;
    margin-right: 0;
    margin-top: 1px; }
  .nform .nform-link {
    width: 100%;
    font-size: 14px;
    padding: 2px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    float: right;
    clear: both;
    margin: 0; }
  .nform .nform-event {
    padding-left: 0; }
    .nform .nform-event input[type="text"] {
      margin-left: 18px; }
  .nform .nform-event-repost {
    padding-left: 0; }
    .nform .nform-event-repost input[type="text"] {
      margin-left: 18px; }
  .nform .nform-date, .nform .nform-date-repost {
    float: left !important;
    clear: none;
    width: 210px;
    position: relative;
    margin: 0; }
    .nform .nform-date .nform-repost, .nform .nform-date-repost .nform-repost {
      width: 189px;
      margin-left: 18px;
      padding: 4px;
      font-size: 14px;
      padding: 5px 20px 5px 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #ededed; }
    .nform .nform-date .nform-error, .nform .nform-date-repost .nform-error {
      margin: 0;
      width: 215px;
      width: 100%;
      box-sizing: border-box;
      margin-right: -18px; }
      .nform .nform-date .nform-error input[type="text"], .nform .nform-date-repost .nform-error input[type="text"] {
        margin-left: 0;
        width: 100%; }
    .nform .nform-date.date-event, .nform .date-event.nform-date-repost {
      margin-left: 6px; }
    .nform .nform-date .time-content, .nform .nform-date-repost .time-content {
      position: absolute;
      width: 98%;
      top: 33px;
      background: #fff;
      border: 1px solid #ededed;
      border-radius: 0 0 5px 5px;
      z-index: 99;
      margin-left: 0;
      box-shadow: 0 0 15px #cecece;
      box-sizing: border-box; }
      .nform .nform-date .time-content ul, .nform .nform-date-repost .time-content ul {
        position: relative;
        padding: 5px 6px 0; }
        .nform .nform-date .time-content ul li, .nform .nform-date-repost .time-content ul li {
          list-style: none;
          padding: 3px;
          color: #555; }
          .nform .nform-date .time-content ul li a, .nform .nform-date-repost .time-content ul li a {
            color: #555 !important; }
          .nform .nform-date .time-content ul li.hover, .nform .nform-date-repost .time-content ul li.hover {
            background: #5fb1bf;
            color: #fff; }
            .nform .nform-date .time-content ul li.hover a, .nform .nform-date-repost .time-content ul li.hover a {
              color: #fff !important;
              text-decoration: none; }
          .nform .nform-date .time-content ul li:hover, .nform .nform-date-repost .time-content ul li:hover {
            background: #5fb1bf;
            color: #fff; }
            .nform .nform-date .time-content ul li:hover a, .nform .nform-date-repost .time-content ul li:hover a {
              color: #fff !important;
              text-decoration: none; }
    .nform .nform-date .nqmark, .nform .nform-date-repost .nqmark {
      margin-right: -14px !important; }
  .nform .nform-date-entry {
    width: 94%;
    border: 1px solid #ededed;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 17px; }
    .nform .nform-date-entry #eventUpdate {
      width: 220px;
      font-size: 14px;
      margin-top: 0;
      padding: 2px 5px;
      margin-left: -5px;
      border-radius: 3px;
      border: 0;
      background: #efefef;
      text-align: center; }
    .nform .nform-date-entry span.event-time {
      position: absolute;
      right: 25px;
      width: 190px; }
      .nform .nform-date-entry span.event-time input {
        float: right;
        width: 70px;
        font-size: 14px;
        margin-top: 0;
        padding: 2px 5px;
        margin-right: -1px;
        border-radius: 3px;
        border: 0;
        background: #efefef;
        text-align: center; }
      .nform .nform-date-entry span.event-time .inp-select {
        display: none;
        position: absolute;
        width: 70px;
        height: auto; }
        .nform .nform-date-entry span.event-time .inp-select li {
          padding: 5px 3px;
          display: block; }
      .nform .nform-date-entry span.event-time .time-content {
        position: absolute;
        width: 100%;
        top: 32px;
        background: #fff;
        border: 1px solid #ededed;
        border-radius: 0 0 5px 5px;
        z-index: 999;
        margin-left: 8px;
        box-shadow: 0 0 15px #cecece; }
        .nform .nform-date-entry span.event-time .time-content ul {
          position: relative;
          padding: 5px 6px 0; }
          .nform .nform-date-entry span.event-time .time-content ul li {
            list-style: none;
            padding: 3px;
            color: #555; }
            .nform .nform-date-entry span.event-time .time-content ul li a {
              color: #555 !important; }
            .nform .nform-date-entry span.event-time .time-content ul li:hover {
              background: #5fb1bf;
              color: #fff; }
              .nform .nform-date-entry span.event-time .time-content ul li:hover a {
                color: #fff !important;
                text-decoration: none; }
    .nform .nform-date-entry span.event-delete {
      font-size: 10px;
      color: #315dbb;
      cursor: pointer;
      float: right;
      margin-top: 4px; }
  .nform .nform-btn-container {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: -20px;
    padding-left: 15px; }
    .nform .nform-btn-container .nqmark {
      margin-right: 6px; }
  .nform .nform-btn {
    padding: 5px 7px;
    background: #fafafa;
    width: 129px;
    float: left;
    margin: 1px 1px;
    text-align: center;
    font-size: 13px;
    text-decoration: none; }
  .nform .nform-info {
    display: none;
    background: #fff; }
  .nform #cig_post_submit {
    margin-left: 17px; }
  .nform textarea.nform-input {
    height: 80px;
    color: transparent;
    background: transparent;
    position: relative;
    z-index: 99;
    outline: none; }
  .nform textarea:focus, .nform input:focus {
    outline: 0;
    -moz-outline: 0;
    -webkit-outline: 0; }
  .nform .nqmark {
    padding: 0;
    position: absolute;
    font-size: 18px;
    color: #9f9f9f;
    right: 0;
    margin-right: 16px;
    margin-top: 8px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    z-index: 99; }
  .nform .nform-upload {
    height: 82px;
    margin-top: 5px; }
  .nform .nform-upload ul li {
    display: inline-block; }
  .nform .nform-drop {
    width: 90px;
    height: 80px;
    border: 1px dashed #ededed;
    position: relative;
    float: left;
    padding: 12px 0 0 !important;
    margin: 0 8px 5px;
    color: #ededed; }
    .nform .nform-drop.active {
      color: #444; }
      .nform .nform-drop.active a i {
        clear: both;
        text-align: center;
        color: #444; }
    .nform .nform-drop label {
      min-width: 86px;
      min-height: 78px;
      margin: -11px 0 0; }
    .nform .nform-drop p {
      width: 100%;
      text-align: center;
      margin: 0; }
    .nform .nform-drop a i {
      clear: both;
      text-align: center;
      color: #ededed; }
  .nform .nform-upload-ul {
    float: left;
    position: relative;
    margin: 0;
    padding-left: 20px; }
  .nform .nform-image-upload, .nform .nform-doc-upload {
    width: 100%;
    display: none;
    margin-bottom: 0; }
  .nform .nform-image-upload.active, .nform .active.nform-doc-upload {
    display: block; }
  .nform .nform-thumb, .nform .nform-doc {
    position: absolute;
    left: 0 !important;
    width: 82px;
    height: 72px;
    opacity: 0;
    display: none;
    margin: -9px 3px 0;
    z-index: 9999;
    cursor: pointer; }
  .nform .nform-list {
    cursor: pointer;
    overflow: inherit !important;
    position: relative; }
    .nform .nform-list > div {
      position: relative;
      left: 25%;
      top: 25%;
      float: left; }
    .nform .nform-list .bar {
      position: absolute;
      width: 100%;
      height: 100%;
      background: #5fb1c0;
      top: 0;
      left: 0;
      text-align: center;
      line-height: 85px; }
  .nform .nform-error {
    background: #edc9c9;
    padding: 2px 3px;
    display: inline-block;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 3px 0;
    z-index: 9;
    width:100%; }
  .nform .nform-err {
    position: relative;
    float: left;
    margin: 3px 0 3px 3px;
    color: #fff;
    clear: both;
    font-weight: 600;
    width:100%; }
  .nform i.iOk {
    font-size: 16px;
    position: absolute;
    background: #fff;
    margin-left: -20px;
    margin-top: 9px;
    color: #12ea1d; }
  .nform i.nclose {
    position: absolute;
    right: -4px;
    top: -4px;
    background: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    float: right;
    cursor: pointer;
    color: #444;
    z-index: 9999; }
  .nform .nform-message {
    color: #fff;
    font-style: italic;
    display: none;
    width: 97%;
    text-align: center;
    background: #edc9c9;
    margin-bottom: 20px;
    padding: 5px 0;
    margin-left: 16px; }
  .nform .ctooltip {
    display: inline-block;
    position: absolute;
    background: #e7f3ff;
    border-bottom: 3px solid #bbddff;
    border-right: 3px solid #bbddff;
    padding: 5px 10px;
    font-size: 10px;
    width: 200px;
    right: -81px;
    margin-top: -75px;
    z-index: 9999;
    min-height: 50px; }
    .nform .ctooltip:after {
      content: "";
      width: 0;
      height: 0;
      border-right: 14px solid transparent;
      border-left: 13px solid transparent;
      border-top: 14px solid #e7f3ff;
      position: absolute;
      right: 45.5%;
      bottom: -12px;
      z-index: 9999; }
    .nform .ctooltip p {
      margin-bottom: 0; }
      .nform .ctooltip p:after {
        content: "";
        width: 0;
        height: 0;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-top: 13px solid #bbddff;
        position: absolute;
        right: 45%;
        bottom: -15px;
        z-index: 999; }
  .nform a {
    color: #21759b;
    text-decoration: none;
    font-size: 13px; }
  .nform .highlight {
    background: #c4eeec;
    padding: 1px 2px 1px;
    margin-left: 4px; }
  .nform #visibleTarea {
    position: absolute !important;
    min-height: 80px !important;
    color: transparent;
    line-height: 1.4em;
    border: none !important;
    background: #fff;
    padding: 6px 0;
    right: 6px;
    width: 97%; }
  .nform .descErr {
    margin-top: 7px;
    padding: 2px 20px 8px 7px !important;
    right: 13px !important; }
  .nform .nform-list-content {
    display: block;
    margin-top: -4px;
    margin-left: -2px;
    margin-bottom: 10px; }
  .nform .nform-catlist {
    display: none;
    width: 525px;
    position: absolute;
    padding: 10px 0 25px 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    margin-top: 0;
    margin-left: 18px;
    background: #fff;
    border: 1px solid #ededed;
    z-index: 99999; }
    .nform .nform-catlist li, .nform .nform-catlist li.all-lists {
      display: block;
      width: auto;
      list-style: none; }
    .nform .nform-catlist li label.selectit {
      position: relative; }
    .nform .nform-catlist li > ul.children {
      margin-left: 25px;
      display: none; }
    .nform .nform-catlist .fa-catselect {
      margin-right: 5px;
      float: left; }
    .nform .nform-catlist .fa-parent {
      float: left;
      margin-left: 0px;
      margin-right: 13px;
      height: 14px;
      margin-top: 2px;
      cursor: pointer;
      width: 15px; }
    .nform .nform-catlist .block.child {
      padding-left: 26px;
      display: none;
      opacity: 0; }
  .nform .block.parent .cat-title {
    margin-right: 4px !important; }
  .nform .nform-cat {
    width: 96%;
    margin: 0 17px 5px;
    padding: 8px 7px 6px;
    border: 1px solid #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: none; }
    .nform .nform-cat .cat-selected {
      color: #a2a0a1; }
    .nform .nform-cat .cat-change {
      color: #8bbfdb;
      font-size: 12px;
      cursor: pointer; }

.nform .labels {
  display: inline-block;
  position: relative;
  height: auto;
  padding-top: 10px;
}

.nform div.alert.alert-success {
  margin: 10px 15px;
  padding: 10px;
  background: #b5f9de;
  font-size: 13px;
  font-weight: 400;
}

.nform label.label-lostpass {
  margin-left: 140px;
  border-left: 1px solid #ababab;
  padding-left: 10px
}

/** end of .nform **/
.noticeform {
  position: relative;
}
.nform-posttofb {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 3px 0;
  position: absolute;
  width: 575px;
  height: 165px;
  background: #fff;
  box-shadow: 0 0 30px #999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  padding: 30px 0 40px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  opacity: 0; }
  .nform-posttofb p {
    padding: 10px 20px;
    border-bottom: 1px solid #ededed;
    text-align: center; }
    .nform-posttofb p .lbl-fb {
      color: #999 !important;
      width: 500px; }
  .nform-posttofb #fbClose {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #555; }
  .nform-posttofb .btn-fb {
    padding: 5px 15px;
    text-align: center; }
    .nform-posttofb .btn-fb .btn {
      margin: 0 5px !important; }
    .nform-posttofb .btn-fb .btn.clr {
      background: #fefefe;
      border: 1px solid #ededed; 
      color: #6ea0ab;
      padding: 7px 15px;}
    .nform-posttofb .btn-fb .fbmark {
      font-size: 20px;
      position: absolute;
      right: 6px; }
  .nform-posttofb .ctooltip {
    display: inline-block;
    position: absolute;
    background: #e7f3ff;
    border-bottom: 3px solid #bbddff;
    border-right: 3px solid #bbddff;
    padding: 5px 10px;
    font-size: 10px;
    width: 200px;
    right: -90px;
    margin-top: -84px;
    z-index: 9999;
    min-height: 50px; }
    .nform-posttofb .ctooltip:after {
      content: "";
      width: 0;
      height: 0;
      border-right: 14px solid transparent;
      border-left: 13px solid transparent;
      border-top: 14px solid #e7f3ff;
      position: absolute;
      right: 45.5%;
      bottom: -12px;
      z-index: 9999; }
    .nform-posttofb .ctooltip span {
      margin-bottom: 0; }
      .nform-posttofb .ctooltip span:after {
        content: "";
        width: 0;
        height: 0;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-top: 13px solid #bbddff;
        position: absolute;
        right: 45%;
        bottom: -15px;
        z-index: 999; }

.nform-eventtofb {
  font-size: 14px;
  font-weight: 400;
  display: none;
  margin: 3px 0;
  position: absolute;
  width: 575px;
  height: 200px;
  background: #fff;
  box-shadow: 0 0 30px #999;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  padding: 30px 0 40px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  opacity: 0; }
  .nform-eventtofb p {
    padding: 10px 20px;
    border-bottom: 1px solid #ededed;
    text-align: center; }
    .nform-eventtofb p .lbl-fb {
      color: #999 !important;
      width: 500px; }
  .nform-eventtofb #efbClose {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #555; }
  .nform-eventtofb .btn-fb {
    padding: 5px 15px;
    text-align: center; }
    .nform-eventtofb .btn-fb .btn {
      margin: 5px !important; }
    .nform-eventtofb .btn-fb .btn.clr {
      background: #fefefe;
      border: 1px solid #ededed; 
      color: #6ea0ab;
      padding: 7px 15px;}
    .nform-eventtofb .btn-fb .fbmark {
      font-size: 20px;
      position: absolute;
      right: 4px;
      bottom: 22px;
      z-index: 99999; }
  .nform-eventtofb .ctooltip {
    display: inline-block;
    position: absolute;
    background: #e7f3ff;
    border-bottom: 3px solid #bbddff;
    border-right: 3px solid #bbddff;
    padding: 5px 10px;
    font-size: 10px;
    width: 200px;
    right: -90px;
    margin-top: -84px;
    z-index: 9999;
    min-height: 50px; }
    .nform-eventtofb .ctooltip:after {
      content: "";
      width: 0;
      height: 0;
      border-right: 14px solid transparent;
      border-left: 13px solid transparent;
      border-top: 14px solid #e7f3ff;
      position: absolute;
      right: 45.5%;
      bottom: -12px;
      z-index: 9999; }
    .nform-eventtofb .ctooltip span {
      margin-bottom: 0; }
      .nform-eventtofb .ctooltip span:after {
        content: "";
        width: 0;
        height: 0;
        border-right: 13px solid transparent;
        border-left: 13px solid transparent;
        border-top: 13px solid #bbddff;
        position: absolute;
        right: 45%;
        bottom: -15px;
        z-index: 999; }

.mobile .nform-popupbox .btn-pop #popyes {
  float: none; }
.mobile .nform-popupbox .btn-pop .btn {
  margin: 5px 0 0 !important;
  min-width: 75px;
  font-size: 12px; }
.mobile .kalendae {
  width: 264px; }
  .mobile .kalendae .k-separator {
    display: none; }
.mobile .nform-eventtofb {
  width: 91%;
  box-sizing: border-box;
  height: 215px; }
  .mobile .nform-eventtofb p .lbl-fb {
    width: auto; }
  .mobile .nform-eventtofb .btn-fb .btn {
    margin: 2px 5px 2px -5px !important;
    float: left; }
  .mobile .nform-eventtofb #efb-post {
    position: absolute;
    right: 8px; }
.mobile .nform-date-entry #eventUpdate {
  width: 71%;
  font-size: 14px;
  margin-top: 0;
  padding: 2px 5px;
  margin-left: 0;
  border-radius: 3px;
  border: 0;
  background: #efefef;
  text-align: left; }
.mobile .nform-date-entry span.event-time {
  width: 62px; }

.nform-popupbox {
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 3px 0;
  position: absolute;
  width: 575px;
  min-height: 145px;
  height: auto;
  background: #fff;
  box-shadow: 0 0 30px #999;
  top: 50%;
  left: 21%;
  z-index: -1;
  padding: 30px 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  opacity: 0; }
  .nform-popupbox p {
    padding: 10px 20px;
    border-bottom: 1px solid #ededed;
    text-align: center; }
    .nform-popupbox p .lbl-fb {
      color: #999 !important;
      width: 500px; }
  .nform-popupbox #popClose {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    color: #555;
    display: none; }
  .nform-popupbox .btn-pop {
    padding: 5px 15px;
    text-align: center; }
    .nform-popupbox .btn-pop .btn {
      margin: 0 5px !important;
      min-width: 75px; }
    .nform-popupbox .btn-pop .btn.clr {
      background: #fefefe;
      border: 1px solid #ededed; }

/** End of popupbox **/
.fb-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: absolute;
  z-index: 9999999999;
  display: none;
  opacity: 0; }

.item-preview img, .list .item .image img img {
  width: auto; }
.item-preview .nform-preview, .list .item .image img .nform-preview {
  width: 200px;
  background: #E66A6A;
  height: auto;
  position: absolute;
  z-index: 9999;
  transform: rotate(-30deg);
  left: -35px;
  top: 21px;
  padding: 5px;
  color: #fff;
  text-align: center; }

/** End of item-preview **/
.list .item .sharing {
  position: relative;
  width: auto;
  padding: 0;
  float: left !important;
  margin-top: 15px;
  margin-left: 2px; }
  .list .item .sharing a.cshare {
    color: #fff !important;
    text-decoration: none;
    padding: 5px 30px;
    position: relative;
    display: block; }

.get_url_input {
  width: 100%;
  border: 1px solid #8E9CA4;
  height: 25px;
  padding-left: 10px;
  font-family: Arial, Helvetica, sans-serif;
  padding-right: 30px;
  min-height: 50px; }

.extracted_thumb {
  float: left;
  margin-right: 10px; }

#loading_indicator {
  position: absolute;
  margin-left: 412px;
  margin-top: 11px;
  display: none;
  width: 13px;
  height: 9px;
  border: none;
  z-index: 999; }

#results {
  display: none;
  position: relative;
  width: 96%;
  float: right; }

.thumb_content {
  display: inline-block;
  clear: both;
  zoom: 1;
  position: relative;
  padding: 5px 0;
  font-size: 11px; }

.thumb_sel {
  float: left;
  height: 22px;
  width: 55px; }
  .thumb_sel .prev_thumb {
    background: url(images/thumb_selection.gif) no-repeat -50px 0px;
    float: left;
    width: 26px;
    height: 22px;
    cursor: hand;
    cursor: pointer; }
    .thumb_sel .prev_thumb:hover {
      background: url(images/thumb_selection.gif) no-repeat 0px 0px; }
  .thumb_sel .next_thumb {
    background: url(images/thumb_selection.gif) no-repeat -76px 0px;
    float: left;
    width: 24px;
    height: 22px;
    cursor: hand;
    cursor: pointer; }
    .thumb_sel .next_thumb:hover {
      background: url(images/thumb_selection.gif) no-repeat -26px 0px; }
  .thumb_sel .small_text {
    font-size: 10px; }

/** End of thumbsel **/
.popuptag {
  width: auto;
  height: auto;
  position: absolute;
  padding: 10px;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #fff; }
  .popuptag:before {
    content: "\f04b";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 40px;
    top: -12px;
    z-index: 9999;
    color: #fff;
    font-family: fontawesome;
    transform: rotate(30deg);
    font-size: 15px; }
  .popuptag span:before {
    content: "\f12a";
    font-family: "Fontawesome";
    background: #EEAA30;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    text-shadow: 1px 1px #CF7D13;
    margin-right: 10px; }

/**End of popuptag**/
.search-events .pull-right, .search-events .pull-left {
  margin-top: 5px; }

/** Form dropdown Updates **/
.cigform-update {
  width: 100%;
  height: auto;
  display: inline-block; }

.cigform {
  display: block;
  position: relative;
  clear: both;
  margin-top: 15px; }
  .cigform .dropdown-menu {}

.mobile ul.list li.item .spinner {
  margin: -20px;
  font-size: 16px; }
  .mobile ul.list li.item .spinner p {
    display: inline-block;
    margin: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%; }

ul.list li.item .spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  margin: 0;
  z-index: 9999999;
  color: #fff;
  font-size: 20px;
  text-align: center; 

}

ul.list li.item .spinner p {
  line-height: 100%;
  display: inline-block;
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0, .8);
  padding: 20px;
  border-radius: 3px;
  font-weight: 500;
}
    ul.list li.item .spinner p span {
      padding-left: 10px;
}

.readmore {
  height: 40px; }

.list .item .short-desc {
  min-height: 40px;
  height: auto;
  position: relative; }
.list .item .meta {
  min-height: 65px;
  width: 100%;
  display: inline-block; }
.list .body {
  float: left;
  min-height: 155px; }

.cat-btn {
  margin-left: 0; }

.search-btn{
    margin: 10px 17px 0;
    padding: 15px 15px;
    border: 0;
    float: left;
    height: auto;
    width: auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 5px #1a1a1a;
    -moz-box-shadow: 1px 1px 5px #1a1a1a;
    -ms-box-shadow: 1px 1px 5px #1a1a1a;
    -o-box-shadow: 1px 1px 5px #1a1a1a;
    box-shadow: 1px 1px 5px #1a1a1a;
    border-radius: 5px;
}

.readmore-js-toggle, .readmore-js-section {
  display: block;
  width: 100%;
  text-decoration: none !important; }

.readmore-js-section {
  overflow: hidden; }

/** IPAD Fix on cat-icon **/
img.cat-icon {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
  position: absolute; }

.mobile img.cat-icon {
  left: 20px; }

/**Mobile Layout**/
.mobile-form {
  margin-left: 1px; }
  .mobile-form .popup-form {
    padding: 0;
    overflow: visible !important; }
    .mobile-form .popup-form #xClose {
      position: absolute;
      right: -7px;
      top: -14px;
      font-size: 25px;
      cursor: pointer;
      z-index: 9999; }
    .mobile-form .popup-form .nform {
      padding: 10px;
      width: 100%;
      display: inline-block; }
      .mobile-form .popup-form .nform .nform-input {
        width: 100%; }
      .mobile-form .popup-form .nform .nform-link {
        width: 100%; }
      .mobile-form .popup-form .nform .nlabel {
        width: 100%;
        line-height: 1.5;
        display: none; }
      .mobile-form .popup-form .nform .nform-btn {
        width: 110px;
        font-size: 14px; }
      .mobile-form .popup-form .nform .btn-add-doc {
        display: none; }
      .mobile-form .popup-form .nform #cig_post_submit {
        margin-top: 6px;
        margin-left: 0; }
      .mobile-form .popup-form .nform .nform-cat {
        width: 100%;
        margin-left: 0; }
      .mobile-form .popup-form .nform .nform-error {
        width: 100%;
        float: left; }
      .mobile-form .popup-form .nform i.iOk {
        display: none; }
      .mobile-form .popup-form .nform .nqmark {
        display: none; }
      .mobile-form .popup-form .nform .nform-event input[type="text"] {
        margin: 0; }
      .mobile-form .popup-form .nform .nform-date, .mobile-form .popup-form .nform .nform-date-repost {
        float: left !important;
        clear: none;
        width: 100%;
        position: relative;
        margin: 0; }
        .mobile-form .popup-form .nform .nform-date.date-event, .mobile-form .popup-form .nform .date-event.nform-date-repost {
          margin-left: 0;
          margin-top: 5px; }
      .mobile-form .popup-form .nform .nform-date-entry {
        width: 100%;
        border: 1px solid #ededed;
        padding: 5px;
        border-radius: 5px;
        margin-left: 0; }
        .mobile-form .popup-form .nform .nform-date-entry span.event-time input {
          float: right;
          width: 70px;
          font-size: 14px;
          margin-top: 0;
          padding: 2px 5px;
          margin-right: -9px;
          border-radius: 3px;
          border: 0;
          background: #efefef;
          text-align: center; }
  .mobile-form .cat-icon {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    position: absolute;
    left: 20px; }
  .mobile-form .nform-posttofb .btn-fb .btn.clr {
    float: left;
    margin: 0 !important;
    font-size: 12px; }
  .mobile-form .nform-posttofb .btn-fb .btn {
    float: right;
    margin: 0 !important;
    font-size: 12px; }
  .mobile-form .nform-posttofb .btn-fb .fbmark {
    display: none; }

@media only screen and (max-width: 360px) {
  html, body {
    width: 320px !important; }

  .popup-form {
    padding: 0;
    overflow: visible !important; }
    .popup-form #xClose {
      position: absolute;
      right: -7px;
      top: -14px;
      font-size: 25px;
      cursor: pointer;
      z-index: 9999; }
    .popup-form .cig-form {
      margin-top: 12px; }

  .nform-catlist {
    width: 280px !important;
    margin-left: 0 !important; }

  .nform {
    padding: 10px;
    width: 100%;
    display: inline-block; }
    .nform .nform-input {
      width: 100%; }
    .nform .nform-link {
      width: 100%; }
    .nform .nlabel {
      width: 100%;
      line-height: 1.5;
      display: none; }
    .nform label {
      width: 170px;
      margin-left: 0; }
    .nform .nform-content label {
      margin-left: 10px; }
    .nform .col-lg-8 {
      clear: both;
      margin-top: 30px;
      float: none; }
    .nform .nform-btn {
      padding: 5px 0;
      background: #fafafa;
      width: 120px;
      float: left;
      margin: 1px 1px;
      text-align: center;
      font-size: 13px;
      text-decoration: none; }
    .nform .form-control {
      width: 100%; }
    .nform .nform-btn-container {
      padding-left: 15px; }
    .nform #visibleTarea {
      width: 268px; }
    .nform .btn-add-doc {
      display: none; }
    .nform #cig_post_submit {
      margin-top: 6px;
      margin-left: 0; }
    .nform .nform-cat {
      width: 100%;
      margin-left: 0; }
    .nform .nform-error {
      width: 100%; }
    .nform i.iOk {
      display: none; }
    .nform .nqmark {
      display: none; }
    .nform .nform-event input[type="text"] {
      margin: 0; }
    .nform .nform-date, .nform .nform-date-repost {
      float: left !important;
      clear: none;
      width: 100%;
      position: relative;
      margin: 0; }
      .nform .nform-date.date-event, .nform .date-event.nform-date-repost {
        margin-left: 0;
        margin-top: 5px; }
    .nform .nform-date-entry {
      width: 100%;
      border: 1px solid #ededed;
      padding: 5px;
      border-radius: 5px;
      margin-left: 0; }
      .nform .nform-date-entry .event-date {
        position: relative;
        z-index: 999999; }
      .nform .nform-date-entry span.event-time {
        width: 62px; }
      .nform .nform-date-entry span.event-time input {
        float: right;
        width: 70px;
        font-size: 14px;
        margin-top: 0;
        padding: 2px 5px;
        margin-right: -9px;
        border-radius: 3px;
        border: 0;
        background: #efefef;
        text-align: center; }

  #sorting {
    display: none; }

  .nform-posttofb {
    width: 284px;
    margin-left: 7px; }
    .nform-posttofb .btn-fb .btn.clr {
      float: left;
      margin: 0 !important;
      font-size: 12px; }
    .nform-posttofb .btn-fb .btn {
      float: right;
      margin: 0 !important;
      font-size: 12px; }
    .nform-posttofb .btn-fb .fbmark {
      display: none; }
    .nform-posttofb p {
      padding: 10px 5px; }
    .nform-posttofb p .lbl-fb {
      width: 250px; }

  .nform-popupbox {
    width: 271px;
    left: 24px; }
    .nform-popupbox p .lbl-fb {
      width: 235px; } }
/**end of 360**/
/** Iphone 6 **/
@media only screen and (min-width: 361px) and (max-width: 400px) {
  html, body {
    width: 375px; }

  .nform-catlist {
    margin-left: 0 !important; }

  .nform label {
    width: 170px;
    margin-left: 0; }
  .nform .nform-content label {
    margin-left: 10px; }
  .nform .col-lg-8 {
    clear: both;
    margin-top: 30px;
    float: none; }
  .nform .form-control {
    width: 57%; }
  .nform .nform-btn-container {
    padding-left: 15px; }
  .nform #visibleTarea {
    width: 324px; }
  .nform i.iOk {
    display: none; }
  .nform .nqmark {
    display: none; }

  #sorting {
    display: none; }

  .nform-posttofb {
    width: 330px !important;
    margin-left: 9px !important; }
    .nform-posttofb p {
      padding: 10px 5px; }
    .nform-posttofb p .lbl-fb {
      width: 350px; }

  .nform-popupbox {
    width: 325px;
    left: 24px; }
    .nform-popupbox p .lbl-fb {
      width: 230px; } }
/** Iphone 6+ **/
@media only screen and (min-width: 400px) and (max-width: 600px) {
  html, body {
    width: 100%; }

  .nform-catlist {
    margin-left: 0 !important; }

  .nform label {
    width: 170px;
    margin-left: 0; }
  .nform .nform-content label {
    margin-left: 10px; }
  .nform .col-lg-8 {
    clear: both;
    margin-top: 30px;
    float: none; }
  .nform .form-control {
    width: 57%; }
  .nform .nform-btn-container {
    padding-left: 15px; }
  .nform #visibleTarea {
    width: 365px; }
  .nform i.iOk {
    display: none; }
  .nform .nqmark {
    display: none; }

  #sorting {
    display: none; }

  .nform-posttofb {
    width: 384px;
    margin-left: 7px; }
    .nform-posttofb p {
      padding: 10px 5px; }
    .nform-posttofb p .lbl-fb {
      width: 350px; }

  .nform-popupbox {
    width: 371px;
    left: 24px; }
    .nform-popupbox p .lbl-fb {
      width: 230px; } }
/**end of 400**/
@media only screen and (min-width: 360px) and (max-width: 600px) {
  .nform-catlist {
    width: 511px !important;
    margin-left: 5px !important; } }
/** Ipad **/
@media only screen and (min-width: 600px) and (max-width: 768px) {
  html, body {
    width: 100%; }

  .nform-catlist {
    margin-left: 0 !important; }

  .nform label {
    width: 170px;
    margin-left: 0; }
  .nform .nform-content label {
    margin-left: 10px; }
  .nform .col-lg-8 {
    clear: both;
    margin-top: 30px;
    float: none; }
  .nform .form-control {
    width: 57%; }
  .nform .nform-btn-container {
    padding-left: 15px; }
  .nform #visibleTarea {
    width: 436px; }
  .nform i.iOk {
    display: none; }
  .nform .nqmark {
    display: none; }

  #sorting {
    display: none; }

  .nform-posttofb {
    width: 91%;
    margin-left: 7px; }
    .nform-posttofb p {
      padding: 10px 5px; }
    .nform-posttofb p .lbl-fb {
      width: 100%; }

  .nform-popupbox {
    width: 93%;
    left: 24px; }
    .nform-popupbox p .lbl-fb {
      width: 100%; } }
@media screen and (device-aspect-ratio: 40 / 71) {
  .kalendae {
    width: 264px; }
    .kalendae .k-separator {
      display: none; }

  .nform-eventtofb {
    width: 91%;
    box-sizing: border-box;
    height: 215px; }
    .nform-eventtofb p .lbl-fb {
      width: auto; }
    .nform-eventtofb .btn-fb .btn {
      margin: 2px 5px 2px -5px !important;
      float: left; }
    .nform-eventtofb #efb-post {
      position: absolute;
      right: 8px; }

  .nform-date-entry #eventUpdate {
    width: 71%;
    font-size: 14px;
    margin-top: 0;
    padding: 2px 5px;
    margin-left: 0;
    border-radius: 3px;
    border: 0;
    background: #efefef;
    text-align: left; }

  .nform .nform-date .nform-error, .nform .nform-date-repost .nform-error {
    float: left; } }
/** Resubmit Tag **/
.resubmit-list {
  background: #428bca; }
  .resubmit-list a {
    color: #fff; }
  .resubmit-list p.resubmit-tag {
    position: absolute;
    left: 100%;
    width: 190px;
    padding: 3px 10px;
    display: block;
    text-align: center;
    background: #428bca;
    color: #fff; }
    .resubmit-list p.resubmit-tag:before {
      content: "\f0d9";
      font-family: Fontawesome;
      position: absolute;
      left: -10px;
      font-size: 30px;
      margin-top: -10px; }

/** Single Classified buttons **/
.single-classified .post-meta, .single-event .post-meta {
  overflow: visible;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  .single-classified .post-meta .cigform-single-edit, .single-event .post-meta .cigform-single-edit {
    display: inline-block;
    float: left;
    position: relative; }
    .single-classified .post-meta .cigform-single-edit .sharing, .single-event .post-meta .cigform-single-edit .sharing {
      margin-left: 10px; }
      .single-classified .post-meta .cigform-single-edit .sharing a, .single-event .post-meta .cigform-single-edit .sharing a {
        color: #fff; }

/** Jayson Added: 4-21-2015 **/
.share-btn-div {
  text-align: right;
  padding-right: 20px; }

.share-links {
  float: left;
  width: 80%; }
  .share-links span {
    font-size: 20px;
    color: #57AABA;
    float: left;
    line-height: 2.2em; }
  .share-links ul {
    overflow: hidden;
    display: -webkit-box; }
    .share-links ul li {
      list-style-type: none;
      float: left;
      width: auto;
      display: inline-block;
      /** Disabled Icons: Start **/
      /** Disabled Icons: End **/ }
      .share-links ul li i {
        padding-right: 10px;
        cursor: pointer; }
        .share-links ul li i:hover {
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
      .share-links ul li i.fa.fa-twitter-square {
        color: #32CCFE; }
        .share-links ul li i.fa.fa-twitter-square:hover {
          color: #2BB4E0; }
      .share-links ul li i.fa.fa-facebook-square {
        color: #3C599F; }
        .share-links ul li i.fa.fa-facebook-square:hover {
          color: #2B4481; }
      .share-links ul li i.fa.fa-pinterest-square {
        color: #CC2127; }
        .share-links ul li i.fa.fa-pinterest-square:hover {
          color: #AD2025; }
      .share-links ul li i.fa.fa-instagram {
        color: #A1755C; }
        .share-links ul li i.fa.fa-instagram:hover {
          color: #89624C; }
      .share-links ul li i.fa.fa-envelope {
        color: #428bca; }
        .share-links ul li i.fa.fa-envelope:hover {
          color: rgba(66, 139, 202, 0.7); }
      .share-links ul li i.fa.fa-twitter-square.disabled {
        color: #636876;
        pointer-events: none; }
      .share-links ul li i.fa.fa-facebook-square.disabled {
        color: #636876;
        pointer-events: none; }
      .share-links ul li i.fa.fa-pinterest-square.disabled {
        color: #636876;
        pointer-events: none; }
      .share-links ul li i.fa.fa-instagram.disabled {
        color: #636876;
        pointer-events: none; }
      .share-links ul li i.fa.fa-envelope.disabled {
        color: #636876;
        pointer-events: none; }

.modal-footer-sharelinks {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right; }

#share-results {
  text-align: left;
  padding: 10px;
  display: none;
  color: #000;
  font-size: 15px;
  padding-bottom: 10px; }

/** End - Added Jayson **/
