/*
  @include keyframes(move-the-object) {
    0%   { left: 100px; }
    100% { left: 200px; }
  }

  .object-to-animate {
    @include animation('move-the-object 5s linear 2s infinite alternate');
  }

  end animate mixins
*/
/*extend*/
/*ba slider*/
/*end ba slider*/
/*end extend*/
html {
  min-height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bl-middle {
  width: 821px;
  margin: 0 auto; }

.bl-sm-middle {
  width: 658px;
  margin: 0 auto; }

.bl-info {
  text-align: justify;
  font-size: 14px;
  font-family: "CorsicaMX-Regular", Sans-Serif;
  color: #919191;
  text-transform: uppercase;
  padding-top: 54px;
  padding-bottom: 10px; }

.bl-bot-info {
  display: none; }

.bl-lemur-blog .bl-info {
  padding-top: 25px; }

.bl-main-title {
  font-size: 40px;
  line-height: 55px;
  margin-bottom: 23px;
  font-family: "CorsicaSX-Bold", Sans-Serif; }

.bl-info:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

.bl-date {
  letter-spacing: 2px; }

.bl-by {
  letter-spacing: 1px; }

.bl-info > * {
  display: inline-block; }

.bl-wrapper {
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 481px); }

.bl-wrapper.next_post {
  min-height: calc(100vh - 661px); }

.bl-comment {
  width: 821px;
  margin: 0 auto;
  min-height: 176px;
  margin-bottom: 40px; }

.bl-content-img > img {
  width: 100%; }

.bl-main {
  text-align: center;
  min-height: calc(100vh - 319px); }

.h1d {
  font-size: 45px;
  margin-top: 46px; }

.bl-main .h1d {
  max-width: 1000px;
  width: 100%;
  padding-left: 175px;
  margin: auto;
  text-align: left; }

.bl-items {
  text-align: justify; }

.bl-items:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0; }

.bl-its-middle {
  width: 985px;
  margin: 0 auto; }

.bl-it-middle {
  width: 81%;
  margin: 0 auto; }

.bl-item {
  display: inline-block;
  width: 480px;
  vertical-align: top; }
  .bl-item .bl-info {
    font-size: 14px;
    padding-top: 27px;
    padding-bottom: 7px; }
  .bl-item img {
    width: 100%;
    height: 340px;
    margin-bottom: 22px; }
  .bl-item .bl-item-desc {
    text-align: left; }
    .bl-item .bl-item-desc h2 {
      font-family: "CorsicaSX-Bold", Sans-Serif;
      font-size: 40px;
      line-height: 49px; }
      .bl-item .bl-item-desc h2 a {
        color: #222222;
        text-decoration: none; }
        .bl-item .bl-item-desc h2 a:hover {
          text-decoration: underline; }
    .bl-item .bl-item-desc p {
      font-family: "CorsicaSX-Regular", Sans-Serif;
      font-size: 20px;
      color: #7e7e7e;
      margin-top: 4px;
      line-height: 30px; }

p.bl-tags,
p.bl-tags a {
  color: #21c471;
  font-size: 16px;
  font-family: "CorsicaSX-Regular", Sans-Serif; }

.more-post {
  font-family: "CorsicaSX-Regular", Sans-Serif;
  font-size: 20px;
  color: #21c471;
  text-decoration: underline; }
  .more-post:hover {
    text-decoration: none; }

.mn-share {
  display: none; }

.af-n-bl {
  display: none; }

.bl-sp {
  color: #21c471;
  font-size: 14px; }

.bl-breadcrumbs {
  margin-top: 25px;
  margin-bottom: 29px; }

.bl-breadcrumbs li {
  display: inline-block;
  color: #7e7e7e;
  font-family: "CorsicaSX-Regular", Sans-Serif; }

.bl-breadcrumbs li a {
  color: #7e7e7e;
  text-decoration: underline; }

.bl-content-desc {
  font-family: "CorsicaSX-Regular", Sans-Serif;
  font-size: 20px;
  color: #444444;
  padding-top: 44px;
  background-color: transparent; }
  .bl-content-desc .bl-content {
    padding-bottom: 15px; }
  .bl-content-desc h1, .bl-content-desc h2, .bl-content-desc h3, .bl-content-desc h4, .bl-content-desc h5 {
    font-family: "CorsicaSX-Bold", Sans-Serif;
    color: #222222;
    font-size: 32px; }
  .bl-content-desc > h1 {
    font-size: 32px;
    line-height: 55px;
    margin-bottom: 23px; }
  .bl-content-desc > p,
  .bl-content-desc > blockquote {
    line-height: 30px;
    margin-bottom: 32px; }
  .bl-content-desc > blockquote {
    position: relative; }
    .bl-content-desc > blockquote:after {
      content: '';
      position: absolute;
      left: -80px;
      width: 0;
      border-left: 1px solid #b2b2b2;
      height: 100%;
      top: 0; }
  .bl-content-desc > b,
  .bl-content-desc > strong {
    font-family: "CorsicaSX-Bold", Sans-Serif; }
  .bl-content-desc > blockquote,
  .bl-content-desc > i,
  .bl-content-desc > u {
    font-family: "CorsicaSX-RegularItalic", Sans-Serif; }
  .bl-content-desc > ul,
  .bl-content-desc > ol {
    list-style: disc;
    line-height: 25px;
    margin-bottom: 35px; }
  .bl-content-desc > ol {
    list-style: decimal; }
  .bl-content-desc a {
    color: #7e7e7e;
    text-decoration: underline; }
    .bl-content-desc a:hover {
      text-decoration: none; }

.bl-next {
  background-color: #393939;
  width: 100%; }
  .bl-next .bl-middle {
    padding-bottom: 47px;
    padding-top: 52px;
    position: relative; }
    .bl-next .bl-middle:after {
      content: '';
      position: absolute;
      display: block;
      height: 1px;
      border-bottom: 1px solid #5f5f5f;
      width: 1146px;
      left: 50%;
      margin-left: -573px;
      bottom: 0; }
  .bl-next label {
    font-family: "CorsicaSX-Regular", Sans-Serif;
    font-size: 14px;
    color: #919191;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .bl-next h4 {
    font-family: "CorsicaSX-Bold", Sans-Serif;
    color: #222222;
    font-size: 40px;
    line-height: 48px;
    margin-top: 16px; }
  .bl-next a {
    color: #fff;
    text-decoration: none; }
    .bl-next a:hover {
      text-decoration: underline; }

.bl-soc {
  padding: 10px 0 30px; }

.bl-soc li {
  display: inline-block;
  vertical-align: top; }

.pagination {
  display: block;
  text-align: center;
  padding: 20px 0 20px; }

.pagination li {
  display: inline-block; }

.pagination li a {
  font-family: "CorsicaSX-Regular", Sans-Serif;
  font-size: 17px;
  color: #7e7e7e; }

.pagination li.active a {
  color: #000;
  text-decoration: underline; }

.pagination li.disabled {
  opacity: 0; }

.bl-bot-info {
  padding: 10px 0 10px;
  text-align: center; }

.blog-lemur .bl-list-img {
  display: block;
  width: 480px;
  height: 340px;
  position: relative; }

.blog-lemur .bl-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.blog-lemur .bl-info {
  position: absolute;
  top: 0px;
  left: 0px; }

.blog-lemur .bl-list-title {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  position: absolute;
  bottom: 0px;
  width: 390px;
  left: 45px;
  display: block;
  height: 150px;
  text-align: left; }

.bl-list-img-desc {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%; }

.blog-lemur .bl-date {
  background-color: #fff;
  font-size: 12px;
  padding: 7px 9px 5px;
  margin-right: 15px; }

.blog-lemur .by-lemur {
  color: #fff;
  text-transform: none; }

.blog-lemur .bl-it-middle {
  width: 410px;
  left: 45px; }

.blog-lemur .bl-by {
  font-size: 14px;
  text-transform: none;
  color: #fff;
  vertical-align: middle; }

.bl-single .bl-by {
  margin-left: 15px; }

.blog-lemur .bl-info:after {
  display: none; }

.blog-lemur .bl-item-desc {
  margin-top: 35px;
  margin-bottom: 50px; }

.blog-lemur .bl-link {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0; }

.blog-lemur .bl-main-desc {
  color: #4f4f4f;
  font-family: "CorsicaSX-Regular", Sans-Serif;
  margin: 15px 0 50px; }

.bl-list-col {
  width: 480px;
  display: inline-block;
  vertical-align: top; }

.bl-layer {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.blog-lemur .bl-list-img:hover .bl-layer {
  background-color: rgba(0, 0, 0, 0.4); }

.bl-single .bl-info {
  padding-top: 0px;
  padding-bottom: 44px; }

.bl-single .bl-info:after {
  display: none; }

/*editor*/
.bl-editor,
.note-editor.note-frame .note-editing-area .note-editable {
  background-color: #f2f2f2 !important; }

.note-editor.note-frame .note-editing-area .note-editable,
.note-editor.note-frame {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.bl-editor {
  border: 1px solid silver; }

.bl-inline-cn {
  vertical-align: top;
  display: inline-block;
  width: 325px;
  font-family: "CorsicaSX-Regular", Sans-Serif; }

.bl-inline-cn:first-of-type {
  width: 405px;
  margin-left: 85px; }

.bl-no-read {
  display: inline-block; }

.bl-no-read i {
  background-color: #7e7e7e;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 5px; }

.bl-no-read i:after {
  content: '';
  border: 10px solid transparent;
  border-top: 8px solid #fff;
  display: block;
  position: absolute;
  top: 0; }

.bl-pre-share {
  margin-bottom: 30px; }

.bl-pre-share li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 20px;
  margin-right: 18px; }

.bl-pre-share li a {
  color: #0a71b2;
  font-family: "CorsicaSX-Regular", Sans-Serif; }

.bl-pre-share li:nth-child(2) a {
  color: #00b1d1; }

.bl-pre-share li:nth-child(3) a {
  color: #de3838; }

.bl-pre-share li i {
  display: inline-block;
  font-size: 15px;
  background-color: #0a71b2;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  vertical-align: bottom;
  margin-right: 10px; }

.bl-pre-share i.fa-twitter {
  background-color: #00b1d1; }

.bl-pre-share i.fa-google-plus {
  background-color: #de3838; }

.bl-no-read {
  font-size: 20px;
  color: #7e7e7e; }

.bl-inbox-title {
  color: #000000;
  font-size: 30px;
  font-family: "CorsicaSX-Bold", Sans-Serif;
  margin-bottom: 18px; }

.bl-preview-img {
  background-position: center;
  background-color: #919191;
  width: 405px;
  height: 375px; }

.bl-content-img {
  width: 658px;
  margin: 0 auto; }

.bl-content-img span {
  line-height: 30px; }

.bl-wrap-bl {
  position: relative;
  margin-left: 80px;
  display: inline-block;
  cursor: pointer; }

.bl-read-bl {
  width: 225px;
  position: absolute;
  background-color: #fff;
  top: 25px;
  left: -50%;
  padding: 65px 43px 40px 52px;
  opacity: 0;
  visibility: hidden;
  cursor: default;
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease; }

.bl-wrap-bl:hover .bl-read-bl {
  opacity: 1;
  visibility: visible; }

.bl-wrap-bl:hover .bl-no-read {
  color: #bdbdbd; }

.bl-wrap-bl:hover .bl-no-read i {
  background-color: #bdbdbd; }

.art-d-img {
  max-width: 100%;
  margin-top: 40px; }

/*new blog*/
.bl-main2 {
  text-align: justify;
  margin-top: 27px;
  font-family: "CorsicaSX-Regular", Sans-Serif;
  margin-bottom: 50px; }
  .bl-main2 .middled {
    width: 980px; }
  .bl-main2 .middled:after {
    content: '';
    display: inline-block;
    height: 0;
    width: 100%; }
  .bl-main2 .post-pre-share li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 12px; }
  .bl-main2 .post-share .post-share-counter {
    font-size: 11px !important; }
  .bl-main2 .post-share .post-share-body {
    color: #109cf4;
    font-size: 16px;
    font-family: "CorsicaSX-Regular", Sans-Serif;
    border: 1px solid #e3e4e5;
    border-radius: 3px;
    padding: 4px 11px 2px;
    display: inline-block; }
  .bl-main2 .post-share.fb-share .post-share-body {
    color: #376bb3; }
  .bl-main2 .post-share.gp-share .post-share-body {
    color: #e8565e; }
  .bl-main2 .post-share .fa-twitter {
    font-size: 26px;
    color: #109cf4;
    vertical-align: middle; }
  .bl-main2 .post-share .fa-facebook-square {
    font-size: 19px;
    vertical-align: middle;
    color: #376bb3;
    padding: 2px 3px 5px 0px; }
  .bl-main2 .post-share .fa-google-plus {
    font-size: 18px;
    vertical-align: middle;
    color: #ee4e56;
    padding: 3px 0px 5px; }
  .bl-main2 .post-share .post-share-body:hover {
    background-color: #f5f8fb;
    cursor: pointer; }
  .bl-main2 .list-artictes {
    width: 650px;
    height: 500px;
    display: inline-block;
    text-align: left; }
    .bl-main2 .list-artictes article {
      border-top: 1px solid #e3e3e3;
      padding-top: 39px;
      margin-bottom: 58px; }
    .bl-main2 .list-artictes .art-info .art-gp, .bl-main2 .list-artictes .art-info .art-fb, .bl-main2 .list-artictes .art-info .art-com {
      display: none; }
    .bl-main2 .list-artictes .art-info .fa-google-plus {
      color: #00cd56;
      font-size: 14px;
      padding-right: 7px;
      position: relative;
      top: 1px; }
    .bl-main2 .list-artictes .art-info li {
      display: inline-block;
      color: #676767;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 13px; }
      .bl-main2 .list-artictes .art-info li i {
        font-style: normal; }
    .bl-main2 .list-artictes .art-info .art-icon {
      background-image: url(/img/blog/icons.png);
      background-size: 154px;
      background-repeat: no-repeat;
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px;
      background-position: 0 2px; }
    .bl-main2 .list-artictes .art-info .art-clock .art-icon {
      background-position: -24px 2px; }
    .bl-main2 .list-artictes .art-info .art-tw .art-icon {
      background-position: -54px 2px; }
    .bl-main2 .list-artictes .art-info .art-fb .art-icon {
      background-position: -81px 1px; }
    .bl-main2 .list-artictes .art-info .art-pin .art-icon {
      background-position: -110px 0px; }
    .bl-main2 .list-artictes .art-info .art-com .art-icon {
      background-position: -138px 1px; }
    .bl-main2 .list-artictes .h1d {
      font-size: 35px;
      margin: 0;
      line-height: 55px;
      font-family: Avenir-Black, Sans-Serif; }
      .bl-main2 .list-artictes .h1d a {
        color: inherit; }
        .bl-main2 .list-artictes .h1d a:hover {
          text-decoration: underline; }
    .bl-main2 .list-artictes .art-title {
      margin-top: 36px; }
      .bl-main2 .list-artictes .art-title img {
        width: 100%;
        margin-top: 40px; }
    .bl-main2 .list-artictes .pd {
      font-size: 15px;
      line-height: 24px;
      color: #7b7b7b;
      margin-top: 47px;
      font-family: Avenir-Roman, sans-serif; }
    .bl-main2 .list-artictes .art-readme {
      color: #13af67;
      text-decoration: underline; }
      .bl-main2 .list-artictes .art-readme:hover {
        text-decoration: none; }
  .bl-main2 .aside {
    display: inline-block;
    text-align: left;
    margin-top: 98px;
    vertical-align: top; }
    .bl-main2 .aside #art-subscribe > .stop {
      position: relative; }
    .bl-main2 .aside #art-subscribe > .sticky {
      position: fixed;
      top: 84px; }
    .bl-main2 .aside .bar-item {
      width: 179px;
      padding: 30px 30px 49px 35px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.07);
      margin-bottom: 49px;
      text-align: center;
      border-radius: 20px; }
      .bl-main2 .aside .bar-item .h3d {
        font-size: 25px;
        font-family: Avenir-Roman, sans-serif;
        line-height: 32px;
        margin: 14px 0 11px;
        color: #282828;
        text-align: center;
        font-weight: normal; }
      .bl-main2 .aside .bar-item .pd {
        color: #696969;
        font-size: 16px;
        line-height: 25px; }
      .bl-main2 .aside .bar-item form {
        margin-top: 22px; }
        .bl-main2 .aside .bar-item form input {
          color: #282828;
          font-size: 16px;
          padding-left: 10px;
          height: 27px;
          margin-bottom: 16px;
          border: 1px solid #d1d1d1;
          width: 170px; }
          .bl-main2 .aside .bar-item form input::-webkit-input-placeholder {
            color: #282828; }
          .bl-main2 .aside .bar-item form input::-moz-placeholder {
            color: #282828; }
          .bl-main2 .aside .bar-item form input:-moz-placeholder {
            color: #282828; }
          .bl-main2 .aside .bar-item form input:-ms-input-placeholder {
            color: #282828; }
        .bl-main2 .aside .bar-item form .sub-error input {
          color: #f7622f; }
          .bl-main2 .aside .bar-item form .sub-error input::-webkit-input-placeholder {
            color: #f7622f; }
          .bl-main2 .aside .bar-item form .sub-error input::-moz-placeholder {
            color: #f7622f; }
          .bl-main2 .aside .bar-item form .sub-error input:-moz-placeholder {
            color: #f7622f; }
          .bl-main2 .aside .bar-item form .sub-error input:-ms-input-placeholder {
            color: #f7622f; }
        .bl-main2 .aside .bar-item form button {
          background: #6eed66;
          /* Old browsers */
          background: -moz-linear-gradient(top, #6eed66 0%, #2cdf85 100%);
          /* FF3.6-15 */
          background: -webkit-linear-gradient(top, #6eed66 0%, #2cdf85 100%);
          /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, #6eed66 0%, #2cdf85 100%);
          /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6eed66', endColorstr='#2cdf85',GradientType=0 );
          /* IE6-9 */
          font-size: 14px;
          font-family: "Helvetica","Helvetica Neue","CorsicaSX-Regular", sans-serif;
          text-transform: none;
          letter-spacing: 0;
          min-width: 87px;
          padding: 10px 15px 8px;
          color: #1b1b1b;
          height: 40px;
          border-radius: 40px; }
          .bl-main2 .aside .bar-item form button:hover {
            background-color: #00ba54; }
      .bl-main2 .aside .bar-item .bar-follows {
        margin-top: 22px; }
        .bl-main2 .aside .bar-item .bar-follows li {
          display: inline-block;
          border-radius: 50%;
          border: 1px solid #dfe0e0;
          font-size: 40px;
          margin-right: 3px; }
          .bl-main2 .aside .bar-item .bar-follows li a {
            display: block;
            width: 50px;
            text-align: center;
            height: 44px;
            line-height: 47px;
            padding-top: 6px; }
            .bl-main2 .aside .bar-item .bar-follows li a:hover {
              opacity: 0.8; }
          .bl-main2 .aside .bar-item .bar-follows li.bar-f-tw i {
            color: #109cf4; }
          .bl-main2 .aside .bar-item .bar-follows li.bar-f-pin i {
            color: #e23038; }
          .bl-main2 .aside .bar-item .bar-follows li.bar-f-fb i {
            color: #376bb3; }
  .bl-main2.article-single .back-blog {
    color: #202020;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 25px; }
    .bl-main2.article-single .back-blog a {
      color: inherit; }
    .bl-main2.article-single .back-blog i {
      margin-right: 7px; }
  .bl-main2.article-single .list-artictes .h1d {
    margin-top: 38px; }
  .bl-main2.article-single .list-artictes .art-title {
    margin-top: 0; }
    .bl-main2.article-single .list-artictes .art-title img {
      margin-top: 0; }
  .bl-main2.article-single .list-artictes .bl-pre-share {
    margin-top: 31px;
    margin-bottom: 45px; }
  .bl-main2.article-single .list-artictes #post-content .bl-content-desc {
    font-size: 18px;
    color: #444444; }
    .bl-main2.article-single .list-artictes #post-content .bl-content-desc > p {
      line-height: 30px;
      margin-bottom: 36px; }
    .bl-main2.article-single .list-artictes #post-content .bl-content-desc > ol,
    .bl-main2.article-single .list-artictes #post-content .bl-content-desc > ul {
      padding-left: 44px;
      margin-bottom: 45px; }
      .bl-main2.article-single .list-artictes #post-content .bl-content-desc > ol li,
      .bl-main2.article-single .list-artictes #post-content .bl-content-desc > ul li {
        margin-bottom: 5px; }
    .bl-main2.article-single .list-artictes #post-content .bl-content-desc h1, .bl-main2.article-single .list-artictes #post-content .bl-content-desc h2, .bl-main2.article-single .list-artictes #post-content .bl-content-desc h3, .bl-main2.article-single .list-artictes #post-content .bl-content-desc h4, .bl-main2.article-single .list-artictes #post-content .bl-content-desc h5, .bl-main2.article-single .list-artictes #post-content .bl-content-desc h6 {
      color: #181818;
      font-size: 25px;
      line-height: 37px;
      font-family: Avenir-Roman, sans-serif;
      font-weight: 500; }
    .bl-main2.article-single .list-artictes #post-content .bl-content-desc > h1, .bl-main2.article-single .list-artictes #post-content .bl-content-desc > h2, .bl-main2.article-single .list-artictes #post-content .bl-content-desc > h3, .bl-main2.article-single .list-artictes #post-content .bl-content-desc > h4, .bl-main2.article-single .list-artictes #post-content .bl-content-desc > h5, .bl-main2.article-single .list-artictes #post-content .bl-content-desc > h6 {
      margin-bottom: 38px;
      margin-top: 55px; }
    .bl-main2.article-single .list-artictes #post-content .bl-content-desc > blockquote {
      padding-left: 65px;
      margin-bottom: 28px; }
      .bl-main2.article-single .list-artictes #post-content .bl-content-desc > blockquote:after {
        left: 29px; }

#blog-subs-wr .blog-sub-win {
  position: fixed;
  width: 654px;
  height: 380px;
  text-align: center;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding-top: 33px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -moz-box-shadow: 15px 0px 51px rgba(0, 0, 0, 0.27);
  -webkit-box-shadow: 15px 0px 51px rgba(0, 0, 0, 0.27);
  box-shadow: 15px 0px 51px rgba(0, 0, 0, 0.27); }
  #blog-subs-wr .blog-sub-win.active {
    opacity: 1;
    visibility: visible; }
  #blog-subs-wr .blog-sub-win .h2d {
    font-size: 35px;
    line-height: 45px;
    margin: 19px 0 10px; }
  #blog-subs-wr .blog-sub-win .pd {
    color: #606060;
    font-size: 18px;
    margin-bottom: 35px; }
    #blog-subs-wr .blog-sub-win .pd strong {
      color: #0c0c0c;
      font-weight: 500; }
  #blog-subs-wr .blog-sub-win form {
    width: 570px;
    height: 44px;
    margin: 0 auto;
    position: relative; }
    #blog-subs-wr .blog-sub-win form:after {
      content: '';
      width: 0;
      border-left: 1px solid #00cd56;
      height: 59px;
      position: absolute;
      top: -7px;
      left: 231px; }
  #blog-subs-wr .blog-sub-win .blog-subs-group {
    float: left; }
    #blog-subs-wr .blog-sub-win .blog-subs-group input {
      color: #00cd56;
      background-color: #dffeec;
      font-size: 17px;
      border: 1px solid #00cd56;
      padding-left: 16px;
      height: 40px;
      width: 213px; }
      #blog-subs-wr .blog-sub-win .blog-subs-group input[name="name"] {
        border-radius: 3px 0 0 3px;
        border-right: none !important; }
      #blog-subs-wr .blog-sub-win .blog-subs-group input[name="email"] {
        border-radius: 0 3px 3px 0;
        border-left: none !important; }
      #blog-subs-wr .blog-sub-win .blog-subs-group input::-webkit-input-placeholder {
        color: #00cd56; }
      #blog-subs-wr .blog-sub-win .blog-subs-group input::-moz-placeholder {
        color: #00cd56; }
      #blog-subs-wr .blog-sub-win .blog-subs-group input:-moz-placeholder {
        color: #00cd56; }
      #blog-subs-wr .blog-sub-win .blog-subs-group input:-ms-input-placeholder {
        color: #00cd56; }
    #blog-subs-wr .blog-sub-win .blog-subs-group.sub-error input {
      border: 1px solid #ff5d36; }
    #blog-subs-wr .blog-sub-win .blog-subs-group button {
      background-color: #00cd56;
      font-size: 18px;
      color: #fff;
      padding: 0;
      height: 44px;
      text-transform: none;
      font-family: "CorsicaSX-Regular", Sans-Serif;
      letter-spacing: 0;
      min-width: 100px;
      border-radius: 3px;
      margin-left: 5px; }
  #blog-subs-wr .blog-sub-win .blog-no-subs {
    display: inline-block;
    font-size: 18px;
    color: #c5c5c5;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 27px;
    margin-bottom: 0; }
    #blog-subs-wr .blog-sub-win .blog-no-subs:hover {
      text-decoration: none; }

.mobile-device #blog-subs-wr {
  display: none; }
.mobile-device .middled {
  text-align: center; }
.mobile-device .bl-sm-middle {
  text-align: left;
  width: 100%; }
.mobile-device .bl-comment {
  width: 100%; }
.mobile-device .article-single .aside {
  margin-bottom: 50px; }
.mobile-device .bl-main2 #post-content .bl-content-desc > p,
.mobile-device .bl-main2 #post-content .bl-content-desc > ol,
.mobile-device .bl-main2 #post-content .bl-content-desc > ul {
  margin-bottom: 25px !important;
  font-size: 18px !important; }
.mobile-device .bl-main2 #post-content .bl-content-desc > h1, .mobile-device .bl-main2 #post-content .bl-content-desc > h2, .mobile-device .bl-main2 #post-content .bl-content-desc > h3, .mobile-device .bl-main2 #post-content .bl-content-desc > h4, .mobile-device .bl-main2 #post-content .bl-content-desc > h5, .mobile-device .bl-main2 #post-content .bl-content-desc > h6 {
  margin-bottom: 20px !important;
  margin-top: 20px !important; }
.mobile-device .bl-main2 #post-content .bl-content-desc h1, .mobile-device .bl-main2 #post-content .bl-content-desc h2, .mobile-device .bl-main2 #post-content .bl-content-desc h3, .mobile-device .bl-main2 #post-content .bl-content-desc h4, .mobile-device .bl-main2 #post-content .bl-content-desc h5, .mobile-device .bl-main2 #post-content .bl-content-desc h6 {
  font-size: 23px !important; }
.mobile-device .bl-main2 #post-content .bl-content-desc img {
  width: 100% !important; }
.mobile-device .bl-main2 #post-content .bl-content-desc p {
  font-size: 18px;
  line-height: 25px !important;
  width: 100%; }
.mobile-device .bl-main2 .list-artictes {
  width: 90%;
  height: auto;
  text-align: center;
  margin-top: 57px; }
  .mobile-device .bl-main2 .list-artictes article {
    padding-top: 20px;
    border-top: 1px solid #949899; }
  .mobile-device .bl-main2 .list-artictes .pd {
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    margin-top: 28px;
    color: #515151; }
.mobile-device .bl-main2 .h1d {
  font-size: 25px;
  line-height: 33px;
  font-family: "CorsicaSX-Regular", Sans-Serif;
  font-weight: 300;
  width: 100%; }
.mobile-device .bl-main2 .art-d-img {
  margin-top: 22px;
  max-width: 80%; }
.mobile-device .bl-main2 .blog-art .aside .bar-item {
  width: 100%; }
.mobile-device .bl-main2 .aside {
  display: block;
  width: 100%;
  margin-top: 19px; }
  .mobile-device .bl-main2 .aside #art-subscribe {
    padding-top: 22px; }
    .mobile-device .bl-main2 .aside #art-subscribe form {
      margin-top: 0px; }
      .mobile-device .bl-main2 .aside #art-subscribe form input {
        width: 80%;
        height: 43px;
        font-size: 1.2em;
        background-color: #f4f4f4;
        border: 1px solid #d1d1d1; }
      .mobile-device .bl-main2 .aside #art-subscribe form button {
        min-width: 40%;
        padding: 12px 12px 15px;
        font-size: 1.1em;
        margin-top: 10px; }
    .mobile-device .bl-main2 .aside #art-subscribe .h3d {
      padding-bottom: 8px;
      margin-top: 18px; }
  .mobile-device .bl-main2 .aside .bar-item {
    width: 90%;
    padding: 0 0 43px;
    margin: 0 auto;
    text-align: center; }
  .mobile-device .bl-main2 .aside .bar-item2 img {
    width: 100%; }
  .mobile-device .bl-main2 .aside .bar-follows {
    margin-top: 7px; }
  .mobile-device .bl-main2 .aside .bar-follows li {
    font-size: 52px;
    margin-right: 9px; }
  .mobile-device .bl-main2 .aside .bar-follows li a {
    width: 65px;
    height: 65px;
    line-height: 65px; }

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