@charset "UTF-8";
.page-header {
  height: 429px;
  max-height: 61%; }
  .page-header .section-content {
    padding-top: 10px; }
  .page-header.post-header {
    height: 100%;
    max-height: 100%; }
  .page-header .author-image {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    border-radius: 30px; }

span {
  display: inline; }

body {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none; }

.fluid-width-video-wrapper {
  margin-bottom: 40px; }

.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

/* ============================================================ */
/* Index Container */
/* ============================================================ */
.index-container {
  position: relative;
  padding: 12px 0px 40px;
  background-color: #f0f0f0; }

/* ============================================================ */
/* Isotope */
/* ============================================================ */
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

.fluid-post-index {
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

.loader {
  position: absolute;
  opacity: 0;
  top: 5px;
  right: 5px;
  padding: 5px;
  font-size: 20px;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out; }

/* ============================================================ */
/* Taglist */
/* ============================================================ */
.taglist {
  font-size: 0;
  text-align: center;
  position: relative;
  background: #fff;
  margin-top: -2px; }
  .taglist a, .taglist a:active, .taglist a:visited {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 27px 16px 27px;
    padding-top: 8px;
    line-height: 33px;
    font-family: "brandon-grotesque", Arial, Helvetica, sans-serif;
    color: #bbb; }
  .taglist a:hover, .taglist a.active {
    color: #41388b; }

/* ============================================================ */
/* Post */
/* ============================================================ */
.page-header h1 {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  line-height: 55px;
  margin-bottom: 20px; }
.page-header span {
  text-transform: none;
  line-height: 1.3em; }
.page-header a {
  color: #fff;
  font-weight: bold; }

.post-container,
.page-container {
  margin: 50px 40px; }
  .post-container h2,
  .page-container h2 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700; }

.post-header {
  padding: 0 0 0;
  text-transform: uppercase; }
  .post-header h1 {
    text-transform: none;
    font-size: 40px;
    padding: 0px 40px; }

.post-title,
.page-title {
  font-size: 72px;
  line-height: 70px;
  font-weight: 300;
  margin: 15px 0;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase; }

.page-title {
  margin: 15px 40px; }

.post-date {
  text-align: center; }

.post-date,
.blog-description {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #AEADAD;
  font-size: 14px;
  line-height: 1;
  margin: 25px 0 0; }
  .post-date:after,
  .blog-description:after {
    border-bottom: 5px solid #ebebeb;
    content: "";
    display: block;
    margin: 40px auto 0;
    width: 100px; }
  .post-date a,
  .blog-description a {
    display: inline-block;
    color: inherit; }
    .post-date a:hover,
    .blog-description a:hover {
      text-decoration: underline; }

.post-content {
  margin-bottom: 50px; }
  .post-content a {
    color: #464646;
    border-bottom: 1px dotted #464646; }
    .post-content a:hover {
      color: #000;
      border-bottom: 1px dotted #000; }
  .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #000;
    text-align: left;
    font-weight: bold;
    line-height: 1.5em;
    margin: 26px 0; }
  .post-content h1 {
    font-size: 40px; }
  .post-content h2 {
    font-size: 36px; }
  .post-content h3 {
    font-size: 32px; }
  .post-content h4 {
    font-size: 28px; }
  .post-content h5 {
    font-size: 24px; }
  .post-content h6 {
    font-size: 20px; }
  .post-content code {
    font-size: 16px; }
  .post-content pre {
    font-size: 16px;
    background: #F1F0EA;
    border: 1px solid #DDDBCC;
    border-radius: 3px;
    margin: 0 0 40px;
    padding: 15px 20px; }
    .post-content pre span {
      font-size: 16px;
      font-family: monospace; }
  .post-content p {
    font-size: 18px;
    line-height: 1.5em;
    margin: 0 0 20px; }
  .post-content ul, .post-content ol {
    list-style-position: inside;
    line-height: 1.8;
    font-weight: 300;
    margin: 0 0 40px;
    padding: 0; }
    .post-content ul ul, .post-content ul ol, .post-content ol ul, .post-content ol ol {
      margin: 10px 0 0 20px; }
    .post-content ul li, .post-content ol li {
      font-size: 18px;
      margin: 0 0 10px; }
      .post-content ul li:last-of-type, .post-content ol li:last-of-type {
        margin-bottom: 0; }
  .post-content blockquote {
    border-left: 5px solid #1f1f1f;
    margin: 40px 0;
    padding: 5px 30px; }
    .post-content blockquote p {
      color: #000;
      display: block;
      font-style: italic;
      margin: 0;
      width: 100%; }
  .post-content img {
    display: block;
    margin: 20px 0;
    width: auto;
    max-width: 100%; }
  .post-content hr {
    border: none;
    border-bottom: 1px dotted #303030;
    margin: 45px 0; }
  .post-content table {
    margin-bottom: 40px;
    width: 100%; }
    .post-content table tbody > tr:nth-child(odd) > td,
    .post-content table tbody > tr:nth-child(odd) > th {
      background-color: #f7f7f3; }
    .post-content table th {
      padding: 0 10px 10px;
      text-align: left; }
    .post-content table td {
      padding: 10px; }
    .post-content table tr {
      border-bottom: 1px dotted #AEADAD; }
  .post-content:last-child {
    margin-bottom: 0; }

.post-footer {
  margin-top: 5px; }

.post-tags {
  color: #AEADAD;
  font-size: 12px; }
  .post-tags span {
    font-weight: 600; }
  .post-tags a {
    color: #aaa !important;
    font-size: 16px;
    padding: 0 !important;
    margin: 0;
    line-height: 21px;
    display: inline-block;
    border-radius: 0px; }

.share {
  position: fixed;
  left: 16px;
  bottom: 16px; }
  .share a {
    background: #41388b;
    color: #FFF;
    display: block;
    font-size: 20px;
    padding: 10px 10px;
    width: 30px;
    text-align: center; }
  .share .icon-twitter {
    background-color: #66bae3; }
    .share .icon-twitter:hover {
      background-color: #3ba7db; }
  .share .icon-facebook {
    background-color: #225ba6; }
    .share .icon-facebook:hover {
      background-color: #19447c; }
  .share .icon-google-plus {
    background-color: #c9442b; }
    .share .icon-google-plus:hover {
      background-color: #9f3622; }
  .share .icon-linkedin {
    background-color: #0085BF; }
    .share .icon-linkedin:hover {
      background-color: #00618c; }

.post-navigation {
  display: table;
  margin: 70px auto 20px; }

.newer-posts,
.older-posts {
  float: left;
  background: #41388b;
  color: #FEFEFE;
  font-size: 15px;
  margin: 0 5px;
  line-height: 44px;
  padding: 2px 48px;
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  font-family: 'brandon-grotesque';
  letter-spacing: 0.1em;
  -webkit-appearence: none; }
  .newer-posts:hover,
  .older-posts:hover {
    background-color: #41388b;
    border: none; }
  .newer-posts:active,
  .older-posts:active {
    border: none; }

.post-navigation nav {
  position: relative; }

.page-number {
  display: none; }

.prev-next-post {
  font-size: 18px;
  color: #41388b; }

.prev-post {
  float: left; }

.next-post {
  float: right; }

/* ============================================================ */
/* Post Index */
/* ============================================================ */
.post-list {
  list-style: none;
  margin: 10px 40px 0;
  padding: 10px 0 0; }

.post-stub {
  margin: 14px;
  padding: 18px;
  box-sizing: border-box;
  outline: 1px solid #ddd;
  position: relative;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 28px); }
  .post-stub p, .post-stub h1, .post-stub h2, .post-stub h3, .post-stub h4, .post-stub h5, .post-stub h6 {
    margin: 0; }
  .post-stub a {
    display: block;
    color: #1f1f1f; }
    .post-stub a:hover {
      text-decoration: none; }
  .post-stub .post-stub-image {
    overflow: hidden; }
    .post-stub .post-stub-image img {
      width: 100%;
      padding: 0;
      margin: 0; }
    .post-stub .post-stub-image a:hover {
      opacity: 0.85;
      text-decoration: none; }
    .post-stub .post-stub-image a:hover img {
      -webkit-transform: scale(1.2, 1.2) rotate(0);
      -webkit-transition-timing-function: ease;
      -webkit-transition-duration: 300ms;
      -moz-transform: scale(1.2, 1.2) rotate(0);
      -moz-transition-timing-function: ease-in;
      -moz-transition-duration: 300ms;
      transform: scale(1.2, 1.2) rotate(0);
      transition-timing-function: ease-in;
      transition-duration: 300ms;
      opacity: .5; }
    .post-stub .post-stub-image .post-cover-image {
      background-position: center;
      background-size: cover;
      padding-bottom: 50%; }
  .post-stub .post-stub-container {
    padding: 14px 0 0 0; }
  .post-stub .post-excerpt {
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 33px;
    height: 465px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .post-stub .post-excerpt.no-image {
      margin-bottom: 38px;
      height: 460px; }
  .post-stub .post-stub-share {
    float: right; }
    .post-stub .post-stub-share a {
      color: #fff;
      display: inline-block;
      font-size: 12px;
      background-color: #a0a0a0;
      width: 20px;
      padding-top: 2px;
      margin-right: 2px;
      line-height: 18px;
      text-align: center; }
      .post-stub .post-stub-share a:hover {
        background-color: #000 !important; }

.post-stub:hover h2.post-stub-title {
  color: #41388b !important; }

.post-container .post-tags {
  text-align: center; }

/*.tag-ideas .post-tags a { background-color: $pink !important; }
.tag-development .post-tags a { background-color: $orange !important; }
.tag-design .post-tags a { background-color: $red !important; }
.tag-culture .post-tags a { background-color: $blue !important; }
.tag-case-studies .post-tags a { background-color: $green !important; }*/
.post-tags {
  margin-bottom: 0;
  height: 21px; }
  .post-tags a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    height: 21px; }

/*.post-stub-container:hover {
  background-color: $primary;
  color: #fff;
  a { color: #fff; }

  .post-stub-date {
    color: #fff;
  }

  -webkit-transition: background-color 0.6s ease-in-out;
  -moz-transition: background-color 0.6s ease-in-out;
  -o-transition: background-color 0.6s ease-in-out;
  transition: background-color 0.6s ease-in-out;
}*/
.post-w2 {
  width: 40%; }

.post-stub-header {
  padding: 0 0 0; }

.post-stub-title {
  display: inline-block;
  text-align: left;
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  margin: 20px 0px 0px;
  text-transform: none; }

.post-stub-date {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  line-height: 39px;
  color: #a0a0a0; }
  .post-stub-date a {
    color: #a0a0a0;
    display: inline-block; }
    .post-stub-date a:hover {
      text-decoration: underline; }

.post-stub-author {
  line-height: 20px;
  font-size: 17px; }

.next-posts-link a,
.previous-posts-link a {
  display: block;
  padding: 8px 11px; }

/* ============================================================ */
/* Disqus
/* ============================================================ */
#disqus_thread {
  padding: 60px 0; }

/**
Subscribe
**/
#mc_embed_signup {
  padding: 54px 0 74px 0;
  margin: 0;
  border-top: 1px solid #f0f0f0; }
  #mc_embed_signup #mc_embed_signup_scroll {
    padding: 40px 0;
    text-align: center; }
  #mc_embed_signup .box-title {
    font-family: 'proxima-nova';
    font-size: 35px;
    font-weight: bold;
    color: #000;
    line-height: 25px; }
  #mc_embed_signup .box-sub-title {
    font-family: 'proxima-nova';
    font-size: 17px;
    color: #979696;
    line-height: 20px;
    margin-bottom: 27px;
    margin-top: 15px; }
  #mc_embed_signup #mce-responses .response {
    margin: 0;
    background-color: transparent;
    font-size: 15px;
    font-weight: normal;
    font-family: 'proxima-nova';
    color: #24b815;
    height: 0;
    overflow: visible;
    padding: 0;
    font-weight: bold;
    line-height: 38px; }
  #mc_embed_signup #mce-success-response {
    color: #24b815; }
  #mc_embed_signup #mce-error-response {
    color: #ff4000; }
  #mc_embed_signup .mc-field-group {
    position: relative;
    /* firefox 19+ */
    /* ie */
    /* firefox 19+ */
    /* ie */ }
    #mc_embed_signup .mc-field-group div.mce_inline_error {
      margin: 0;
      background-color: transparent;
      font-size: 15px;
      font-weight: normal;
      font-family: 'proxima-nova';
      color: #ff4000;
      overflow: visible;
      padding: 0;
      height: 0;
      line-height: 38px;
      font-weight: bold;
      /*        position: absolute;
              top: 55px;
              z-index: 9;
              margin-left: auto;
              margin-right: auto;
              left: 50%;
              background: #fff;
              width: 300px;
              margin-left: -150px;
              border-radius: 5px;
              box-shadow: #ccc 0 0 5px;
              padding: 10px 10px 10px 50px;
              text-align: left;
              &:before {
                content: '';
                display: block;
                box-shadow: #ccc 0 0 5px;
                position: absolute;
                top: -5px;
                width: 10px;
                height: 10px;
                transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                left: 50%;
                margin-left: -7px;
              }
              &:after {
                content: '';
                display: block;
                background: #fff;
                position: absolute;
                top: -5px;
                width: 15px;
                height: 15px;
                transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                left: 50%;
                    margin-left: -10px;
              }
              i {
                position: absolute;
                left: 20px;
                top: 10px;
              }*/ }
    #mc_embed_signup .mc-field-group input {
      border: none;
      background: #fff;
      color: #000;
      font-size: 17px;
      font-family: 'proxima-nova';
      line-height: 30px;
      padding: 7px 15px;
      border: 1px solid #bababa;
      border-right: none;
      vertical-align: middle;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      outline: 0;
      width: 60%;
      box-sizing: border-box;
      max-width: 410px;
      margin-bottom: 7px;
      border-right: none;
      vertical-align: middle; }
    #mc_embed_signup .mc-field-group input[disabled] {
      background: #eee; }
    #mc_embed_signup .mc-field-group input.btn[disabled] {
      cursor: default; }
    #mc_embed_signup .mc-field-group em.loading-icon {
      display: none;
      background: url(../images/blog-loading-wheel.png);
      background-size: cover;
      position: absolute;
      width: 18px;
      height: 18px;
      left: calc(50% - 10px + 143px);
      top: 13px; }
    #mc_embed_signup .mc-field-group em.loading-icon.disabled {
      display: block; }
    #mc_embed_signup .mc-field-group input.mce_inline_error {
      border-color: #979696; }
    #mc_embed_signup .mc-field-group ::-webkit-input-placeholder::before {
      font-family: fontAwesome;
      content: '\f0e0  ';
      color: #dcdcdc;
      font-size: 25px;
      vertical-align: top; }
    #mc_embed_signup .mc-field-group ::-moz-placeholder::before {
      font-family: fontAwesome;
      content: '\f0e0  ';
      color: #dcdcdc;
      font-size: 25px;
      vertical-align: top; }
    #mc_embed_signup .mc-field-group :-ms-input-placeholder::before {
      font-family: fontAwesome;
      content: '\f0e0  ';
      color: #dcdcdc;
      font-size: 25px;
      vertical-align: top; }
    #mc_embed_signup .mc-field-group input:-moz-placeholder::before {
      font-family: fontAwesome;
      content: '\f0e0  ';
      color: #dcdcdc;
      font-size: 25px;
      vertical-align: top; }
    #mc_embed_signup .mc-field-group ::-webkit-input-placeholder {
      color: #bfbfbf;
      vertical-align: middle; }
    #mc_embed_signup .mc-field-group ::-moz-placeholder {
      color: #bfbfbf;
      vertical-align: middle; }
    #mc_embed_signup .mc-field-group :-ms-input-placeholder {
      color: #bfbfbf;
      vertical-align: middle; }
    #mc_embed_signup .mc-field-group input:-moz-placeholder {
      color: #bfbfbf;
      vertical-align: middle; }
    #mc_embed_signup .mc-field-group input.btn {
      display: inline-block;
      outline: 0;
      cursor: pointer;
      border-radius: 7px;
      font-family: brandon-grotesque;
      font-weight: 400;
      font-size: 16px;
      line-height: 44px;
      letter-spacing: .06em;
      padding: 0 16px;
      -webkit-appearance: none;
      text-align: center;
      min-width: 160px;
      width: auto;
      border: 1px solid #ff7420;
      color: #fff;
      transition: all .3s;
      background: #3b3380;
      border: 1px solid #3b3380;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      box-sizing: border-box;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-bottom: 7px;
      vertical-align: middle; }

/* ============================================================ */
/* Media Queries */
/* ============================================================ */
@media only screen and (max-width: 959px) {
  .ajax-container {
    margin-top: 51px; }

  .fluid-width.container_12 {
    width: 776px; } }
@media only screen and (max-width: 850px) {
  #mc_embed_signup .mc-field-group input {
    padding: 3px 15px; }

  #mc_embed_signup .mc-field-group input.btn {
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px; }

  #mc_embed_signup .mc-field-group em.loading-icon {
    background: url(../images/blog-loading-wheel.png);
    background-size: cover;
    position: absolute;
    width: 18px;
    height: 18px;
    left: calc(50% - 10px + 143px);
    top: 9px; } }
/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
  .fluid-width.container_12 {
    width: 400px; }

  .title h1 {
    font-size: 60px; }

  .post-stub-tag {
    display: none; }

  .site-nav-item {
    display: block;
    margin: 15px 0; }

  .post-stub h1, .post-stub h2 {
    text-align: left; }

  .post-stub-title {
    display: block; }

  .post-stub-date:before {
    content: "";
    display: block; }

  .post-social {
    padding-top: 5px; }

  .post-header h1 {
    text-transform: none;
    font-size: 40px;
    padding: 0;
    line-height: 45px; }

  .post-stub {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .post-container,
  .post-list {
    margin-right: 25px;
    margin-left: 25px; }

  .page-header .section-content {
    margin-top: 10px; }

  .share {
    float: left;
    margin-top: 20px;
    left: 10px;
    bottom: 10px; }
    .share a {
      margin: 0 5px 0 0;
      font-size: 16px;
      padding: 5px 0px; }

  .taglist a, .taglist a:active, .taglist a:visited {
    margin: 0 12px 16px 12px; }

  #mc_embed_signup #mc_embed_signup_scroll {
    padding: 20px 10px; }
  #mc_embed_signup .box-title {
    font-family: 'proxima-nova';
    font-size: 35px;
    font-weight: bold;
    color: #000;
    line-height: 25px; }
  #mc_embed_signup .box-sub-title {
    font-family: 'proxima-nova';
    font-size: 20px;
    color: #979696;
    line-height: 20px;
    margin-bottom: 24px;
    margin-top: 15px; }
  #mc_embed_signup .mc-field-group {
    /* firefox 19+ */
    /* ie */ }
    #mc_embed_signup .mc-field-group div.mce_inline_error {
      margin: 0;
      background-color: transparent;
      font-weight: normal;
      color: #FD7400; }
    #mc_embed_signup .mc-field-group input {
      background: #fff;
      color: #000;
      font-size: 16px;
      font-family: 'proxima-nova';
      line-height: 20px;
      padding: 8px 10px;
      border-right: 1px solid #979696;
      vertical-align: middle;
      border-radius: 5px;
      width: 100%;
      max-width: 100%; }
    #mc_embed_signup .mc-field-group ::-webkit-input-placeholder::before {
      font-size: 18px; }
    #mc_embed_signup .mc-field-group ::-moz-placeholder::before {
      font-size: 18px; }
    #mc_embed_signup .mc-field-group :-ms-input-placeholder::before {
      font-size: 18px; }
    #mc_embed_signup .mc-field-group input:-moz-placeholder::before {
      font-size: 18px; }
    #mc_embed_signup .mc-field-group input.btn {
      border-radius: 5px;
      min-width: 170px;
      width: 100%;
      max-width: 100%;
      margin-top: 10px; }

  #mc_embed_signup .mc-field-group em.loading-icon {
    left: calc(50% - 60px);
    top: auto;
    bottom: 18px; } }
@media only screen and (max-width: 400px) {
  .page-header h1 {
    line-height: 34px;
    margin-bottom: 14px; }

  .fluid-width.container_12 {
    width: 296px; }

  .post-title {
    font-size: 45px;
    line-height: 45px; }

  .post-stub {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  #mc_embed_signup .mc-field-group a.btn {
    margin-bottom: 5px;
    margin-top: 5px; }

  #mc_embed_signup #mce-responses .response {
    font-size: 12px;
    line-height: 15px; }

  .post-container,
  .post-list {
    margin-right: 15px;
    margin-left: 15px; } }
@-webkit-keyframes LOADING-ICON {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes LOADING-ICON {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@-o-keyframes LOADING-ICON {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }
@keyframes LOADING-ICON {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
em.loading-icon {
  -webkit-animation: LOADING-ICON 1.5s infinite linear;
  /* Safari 4+ */
  -moz-animation: LOADING-ICON 1.5s infinite linear;
  /* Fx 5+ */
  -o-animation: LOADING-ICON 1.5s infinite linear;
  /* Opera 12+ */
  animation: LOADING-ICON 1.5s infinite linear;
  /* IE 10+, Fx 29+ */ }

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