.nc-grid {
  position: relative; }
  .nc-grid .nc-grid__nav,
  .nc-grid .nc-grid__item-wrap,
  .nc-grid .nc-grid__paginate {
    opacity: 0; }

.nc-grid--loaded .nc-grid__nav,
.nc-grid--loaded .nc-grid__item-wrap,
.nc-grid--loaded .nc-grid__paginate {
  opacity: 1; }

.nc-grid--anime .nc-grid__item-wrap {
  opacity: 0; }

.nc-grid__item-wrap,
.nc-grid__item-inner {
  position: relative; }

.nc-grid--packery .nc-grid__item-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.nc-grid--ajax .nc-grid__paginate-button-text {
  display: none; }

.nc-grid--ajax .nc-grid__paginate-loading {
  display: inline-block; }

svg:not(:root) {
  overflow: hidden; }

.nc-anime-deco {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none; }
  .nc-anime-deco path {
    fill: none;
    stroke: red;
    stroke-width: 2px; }

.nc-anime-reveal {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background-color: #2c2d31; }

@-webkit-keyframes animLoader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes animLoader {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.nc-widget-social--boxed a {
  text-align: center; }

.nc-widget-grid:after {
  display: block;
  clear: both;
  content: ''; }

.nc-widget-grid .nc-widget__col {
  float: left; }

.nc-widget-grid[data-cols="0"] .nc-widget__col {
  width: Infinity0%; }

.nc-widget-grid[data-cols="1"] .nc-widget__col {
  width: 100%; }

.nc-widget-grid[data-cols="2"] .nc-widget__col {
  width: 50%; }

.nc-widget-grid[data-cols="3"] .nc-widget__col {
  width: 33.33333%; }

.nc-widget-grid[data-cols="4"] .nc-widget__col {
  width: 25%; }

.nc-widget-grid[data-cols="5"] .nc-widget__col {
  width: 20%; }

.nc-widget-grid[data-cols="6"] .nc-widget__col {
  width: 16.66667%; }

.nc-widget-grid[data-cols="7"] .nc-widget__col {
  width: 14.28571%; }

.nc-widget-grid[data-cols="8"] .nc-widget__col {
  width: 12.5%; }

.nc-widget-grid[data-cols="9"] .nc-widget__col {
  width: 11.11111%; }

.nc-widget-grid[data-cols="10"] .nc-widget__col {
  width: 10%; }

.nc-widget-grid[data-gap="0"] {
  margin-left: 0px;
  margin-right: 0px; }
  .nc-widget-grid[data-gap="0"] .nc-widget__col {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px; }

.nc-widget-grid[data-gap="5"] {
  margin-left: -2.5px;
  margin-right: -2.5px; }
  .nc-widget-grid[data-gap="5"] .nc-widget__col {
    padding-left: 2.5px;
    padding-right: 2.5px;
    margin-bottom: 5px; }

.nc-widget-grid[data-gap="10"] {
  margin-left: -5px;
  margin-right: -5px; }
  .nc-widget-grid[data-gap="10"] .nc-widget__col {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }

.nc-widget-grid[data-gap="15"] {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .nc-widget-grid[data-gap="15"] .nc-widget__col {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px; }

.nc-widget-grid[data-gap="20"] {
  margin-left: -10px;
  margin-right: -10px; }
  .nc-widget-grid[data-gap="20"] .nc-widget__col {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; }

.nc-widget-grid[data-gap="25"] {
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .nc-widget-grid[data-gap="25"] .nc-widget__col {
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-bottom: 25px; }

.nc-widget-grid[data-gap="30"] {
  margin-left: -15px;
  margin-right: -15px; }
  .nc-widget-grid[data-gap="30"] .nc-widget__col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px; }

.nc-widget-grid[data-gap="35"] {
  margin-left: -17.5px;
  margin-right: -17.5px; }
  .nc-widget-grid[data-gap="35"] .nc-widget__col {
    padding-left: 17.5px;
    padding-right: 17.5px;
    margin-bottom: 35px; }

.nc-widget-grid[data-gap="40"] {
  margin-left: -20px;
  margin-right: -20px; }
  .nc-widget-grid[data-gap="40"] .nc-widget__col {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px; }

.nc-widget-grid[data-gap="45"] {
  margin-left: -22.5px;
  margin-right: -22.5px; }
  .nc-widget-grid[data-gap="45"] .nc-widget__col {
    padding-left: 22.5px;
    padding-right: 22.5px;
    margin-bottom: 45px; }

.nc-widget-grid[data-gap="50"] {
  margin-left: -25px;
  margin-right: -25px; }
  .nc-widget-grid[data-gap="50"] .nc-widget__col {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 50px; }

.nc-widget-photo__item img {
  width: 100%; }

.nc-widget-social:after {
  content: '';
  display: block;
  clear: both; }

.nc-widget-social a {
  display: inline-block;
  line-height: 1; }

.nc-widget-social.nc-widget-social--boxed a {
  text-align: center; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__facebook {
  color: #3b5998; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__twitter {
  color: #55acee; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__blogger {
  color: #f59341; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__deviantart {
  color: #05cc47; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__digg {
  color: #005be2; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__dribbble {
  color: #ea4c89; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__dropbox {
  color: #007ee5; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__flickr {
  color: #ff0084; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__forrst {
  color: #039d6d; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__gplus {
  color: #dd4b39; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__instagram {
  color: #e95950; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__linkedin {
  color: #007bb5; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__myspace {
  color: #0137c2; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__paypal {
  color: #2897d9; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__pinterest {
  color: #cb2027; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__reddit {
  color: #ff4500; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__rss {
  color: #ff6600; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__skype {
  color: #00aff0; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__soundcloud {
  color: #f50; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__spotify {
  color: #00e461; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__tumblr {
  color: #32506d; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__vimeo {
  color: #aad450; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__vk {
  color: #45668e; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__xing {
  color: #015a60; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__yahoo {
  color: #34007e; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__yelp {
  color: #d42323; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__youtube {
  color: #ff0000; }

.nc-widget-social.nc-widget-social--color-brand:not(.nc-widget-social--boxed) .nc-widget-social__mail {
  color: #e55c4a; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed a {
  color: #fff; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__facebook {
  background-color: #3b5998; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__twitter {
  background-color: #55acee; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__blogger {
  background-color: #f59341; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__deviantart {
  background-color: #05cc47; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__digg {
  background-color: #005be2; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__dribbble {
  background-color: #ea4c89; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__dropbox {
  background-color: #007ee5; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__flickr {
  background-color: #ff0084; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__forrst {
  background-color: #039d6d; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__gplus {
  background-color: #dd4b39; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__instagram {
  background-color: #e95950; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__linkedin {
  background-color: #007bb5; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__myspace {
  background-color: #0137c2; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__paypal {
  background-color: #2897d9; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__pinterest {
  background-color: #cb2027; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__reddit {
  background-color: #ff4500; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__rss {
  background-color: #ff6600; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__skype {
  background-color: #00aff0; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__soundcloud {
  background-color: #f50; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__spotify {
  background-color: #00e461; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__tumblr {
  background-color: #32506d; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__vimeo {
  background-color: #aad450; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__vk {
  background-color: #45668e; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__xing {
  background-color: #015a60; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__yahoo {
  background-color: #34007e; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__yelp {
  background-color: #d42323; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__youtube {
  background-color: #ff0000; }

.nc-widget-social.nc-widget-social--color-brand.nc-widget-social--boxed .nc-widget-social__mail {
  background-color: #e55c4a; }

.nc-widget-tweet__item:after {
  content: '';
  display: block;
  clear: both; }

.nc-widget-tweet__icon {
  color: #1da1f2;
  float: left;
  font-size: 22px;
  margin-right: 15px; }

.nc-widget-tweet__body {
  overflow: hidden; }

.nc-widget-tweet__content {
  margin-bottom: 5px; }

.nc-widget-tweet_time {
  font-size: 90%; }
