/* line 4, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttsmartblog {
  padding: 0;
  position: relative;
  margin: 0 0 70px;
  z-index: 9;
  float: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 4, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 4, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog {
    margin: 0 0 20px;
    width: 100%;
  }
}
/* line 17, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttsmartblog .ttcms-desc {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 17, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog .ttcms-desc {
    float: left;
    min-height: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  /* line 17, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog .ttcms-desc {
    padding: 0;
  }
}
/* line 33, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttsmartblog .tt-frame {
  float: left;
  text-align: center;
  width: 100%;
}
/* line 38, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttsmartblog .blog-content {
  float: left;
  width: 100%;
}
/* line 41, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttsmartblog .blog-content .block_content {
  margin-bottom: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 41, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog .blog-content .block_content {
    margin-bottom: 35px;
  }
}
/* line 51, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttsmartblog #ttsmartblog-carousel li .ttblog-content {
  padding: 0;
}
@media (max-width: 991px) {
  /* line 51, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog #ttsmartblog-carousel li .ttblog-content {
    width: auto;
  }
}
@media (max-width: 767px) {
  /* line 51, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog #ttsmartblog-carousel li .ttblog-content {
    width: 65%;
  }
}
@media (max-width: 480px) {
  /* line 51, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttsmartblog #ttsmartblog-carousel li .ttblog-content {
    width: 100%;
    padding: 0;
  }
}

/* line 69, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item {
  float: left;
  width: 100%;
  padding: 10px 10px 0 !important;
  position: relative;
  text-align: left !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 69, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item {
    padding: 10px 10px 18px !important;
  }
}
/* line 78, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content {
  float: left;
  margin: 0;
}
@media (max-width: 991px) {
  /* line 78, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item .ttblog-content {
    width: 100%;
  }
}
/* line 84, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog_date {
  width: 100%;
  margin: 0 0 10px;
  float: left;
}
/* line 88, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog_date .ttday_month {
  color: #222222;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
  margin: 0 0 0 2px;
  text-transform: uppercase;
  vertical-align: baseline;
}
/* line 97, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog_date .ttday_date {
  color: #222222;
  display: inline-block;
  float: none;
  font: 700 16px/18px "PT Sans", Helvetica, sans-serif;
}
/* line 103, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog_date .ttday_year {
  color: #222222;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
}
/* line 110, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-title {
  font: 400 14px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0;
}
/* line 114, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-title a {
  color: #222222;
}
/* line 116, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-title a:hover {
  color: #d85252;
}
/* line 121, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-desc {
  float: left;
  display: none;
  width: 100%;
}
/* line 126, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0;
  display: none;
  padding: 15px 0 0;
}
/* line 133, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttviews, .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment {
  float: left;
  font: 400 12px/18px "PT Sans", Helvetica, sans-serif;
  color: #222222;
  text-transform: capitalize;
}
/* line 138, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttviews a, .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment a {
  color: #222222;
}
/* line 141, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttviews i, .ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment i {
  font-size: 14px;
}
/* line 145, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment {
  margin: 0 0 0 10px;
}
/* line 147, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment:hover {
  color: #d85252;
}
/* line 149, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttcomment:hover a {
  color: #d85252;
}
/* line 155, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttreadmore-link i {
  width: 20px;
  vertical-align: middle;
}
/* line 159, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .ttblog-detail .ttreadmore-link:hover {
  color: #d85252;
}
/* line 164, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 164, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item .ttblog-content .tthover-content {
    bottom: 0px;
  }
}
/* line 170, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content .ttviews, .ttblog-content li.item .ttblog-content .tthover-content .ttcomment, .ttblog-content li.item .ttblog-content .tthover-content .ttauthor, .ttblog-content li.item .ttblog-content .tthover-content .ttcategory, .ttblog-content li.item .ttblog-content .tthover-content .ttpostby {
  float: left;
}
/* line 173, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content .ttviews, .ttblog-content li.item .ttblog-content .tthover-content .ttcomment, .ttblog-content li.item .ttblog-content .tthover-content .ttauthor, .ttblog-content li.item .ttblog-content .tthover-content .ttcategory, .ttblog-content li.item .ttblog-content .tthover-content .ttpostby, .ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: #222222;
}
/* line 180, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content .ttviews a:hover, .ttblog-content li.item .ttblog-content .tthover-content .ttcomment a:hover, .ttblog-content li.item .ttblog-content .tthover-content .ttauthor a:hover, .ttblog-content li.item .ttblog-content .tthover-content .ttcategory a:hover, .ttblog-content li.item .ttblog-content .tthover-content .ttpostby a:hover, .ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
/* line 184, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content .ttviews i, .ttblog-content li.item .ttblog-content .tthover-content .ttcomment i, .ttblog-content li.item .ttblog-content .tthover-content .ttauthor i, .ttblog-content li.item .ttblog-content .tthover-content .ttcategory i, .ttblog-content li.item .ttblog-content .tthover-content .ttpostby i, .ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail i {
  font-size: 14px;
}
/* line 188, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #222222;
}
/* line 194, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content .ttcomment:hover {
  color: #222222;
}
/* line 196, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog-content .tthover-content .ttcomment:hover a {
  color: #222222;
}
/* line 203, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder {
  float: left;
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}
/* line 208, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
/* line 213, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttblog-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
/* line 224, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttblog_date {
  box-shadow: 3px 3px 5px 0 rgba(170, 170, 170, 0.3);
  background: #ffc446;
  border: 4px solid white;
  border-radius: 50%;
  height: 86px;
  left: 0;
  margin: auto;
  padding: 15px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 20px;
  width: 86px;
}
/* line 238, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttblog_date .ttday_date {
  color: white;
  float: left;
  font: 400 24px/26px "PT Sans", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  width: 100%;
}
/* line 246, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttblog_date .ttday_month {
  color: white;
  float: left;
  font: 400 15px/20px "PT Sans", Helvetica, sans-serif;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/* line 256, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttbloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
}
/* line 265, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttbloglinks a {
  width: 40px;
  height: 40px;
  border: 2px solid #d85252;
  color: #d85252;
  float: left;
  border-radius: 50%;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  opacity: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
@media (max-width: 767px) {
  /* line 265, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
}
/* line 289, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttbloglinks a i {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
/* line 294, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttbloglinks a.ttzoom {
  margin: 0 8px 0 0;
  padding: 11px 12px;
}
/* line 298, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttbloglinks a.ttreadmore-link {
  padding: 12px;
}
/* line 301, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttbloglinks a:hover {
  background: #d85252;
  color: white;
  border-color: #d85252;
}
/* line 308, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttblog-desc {
  text-align: left;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  color: #bbbbbb;
  position: absolute;
  padding: 10px;
  bottom: -60px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -khtml-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
/* line 321, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .ttblog-desc p {
  margin: 0;
  line-height: 20px;
}
/* line 326, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: -40px;
  padding: 10px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -khtml-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
@media (max-width: 767px) {
  /* line 326, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item .ttblog_image_holder .tthover-content {
    bottom: 0px;
  }
}
/* line 341, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby {
  float: left;
}
/* line 344, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: white;
}
/* line 350, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews a, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment a, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor a, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory a, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby a, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail a {
  color: white;
}
/* line 352, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews a:hover, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment a:hover, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor a:hover, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory a:hover, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby a:hover, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
/* line 356, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttviews i, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment i, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttauthor i, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttcategory i, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttpostby i, .ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail i {
  font-size: 14px;
}
/* line 360, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #222222;
}
/* line 366, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment:hover {
  color: white;
}
/* line 368, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
.ttblog-content li.item .ttblog_image_holder .tthover-content .ttcomment:hover a {
  color: white;
}
@media (min-width: 768px) {
  /* line 380, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item:hover .ttblog-content .ttblog-title a {
    color: #d85252;
  }
  /* line 386, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item:hover .ttblog_image_holder .ttblog-hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  }
  /* line 389, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item:hover .ttblog_image_holder .tthover-content {
    bottom: 0;
  }
  /* line 393, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  .ttblog-content li.item:hover .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
}

/* ---------------------------- Start category,allblog --------------------------- */
/* line 412, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li {
  margin: 0 0 40px;
  position: relative;
}
/* line 415, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li:before {
  background: rgba(0, 0, 0, 0) url("../../../../img/templatetrip/border.png") repeat scroll 0 0;
  bottom: 0;
  content: "";
  float: left;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
}
/* line 427, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li:last-child:before {
  display: none;
}
/* line 432, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li .ttblog-content {
  text-align: left;
}
/* line 434, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li .ttblog-content .ttblog-desc {
  margin: 0 0 20px;
}
/* line 437, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li .ttblog-content .ttblog-detail {
  display: block;
}
/* line 440, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li .ttblog-content .ttblog-detail .ttreademore a {
  color: #888888;
}
/* line 442, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#smartblogcat li .ttblog-content .ttblog-detail .ttreademore a:hover {
  color: #d85252;
}

/* ---------------------------- End category,allblog --------------------------- */
/* ---------------------------- Start commentpage --------------------------- */
/* line 459, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#content.ttblog-content li {
  text-align: left;
}
/* line 461, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#content.ttblog-content li .ttblog-content {
  margin: 15px 0 30px;
}

/* line 467, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#respond {
  float: left;
  width: 100%;
  padding: 0 10px;
}
/* line 471, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#respond .comment-reply-title {
  font: 700 14px/18px "PT Sans", Helvetica, sans-serif;
  color: #222222;
  text-transform: uppercase;
}
/* line 477, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#respond #commentInput table {
  width: 100%;
  margin: 0 0 30px;
}
/* line 480, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#respond #commentInput table td {
  padding: 10px 10px 10px  0;
}
/* line 482, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#respond #commentInput table td input {
  max-width: 250px;
}
/* line 487, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#respond #commentInput .ttsubmit-comment {
  float: right;
}
/* line 490, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#respond #commentInput .ttsubmit-comment #submitComment:hover {
  background: #888888;
  border-color: #888888;
  color: white;
}

/* line 500, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments {
  border: none;
  border-radius: 0;
  background: #f9f9f9;
  padding: 20px;
  margin: 0px 0 30px;
  box-shadow: none;
  float: left;
  width: 100%;
}
/* line 509, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .tttotal-comment {
  font: 700 16px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
  color: #888888;
}
/* line 515, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments #comments {
  margin-bottom: 20px;
  float: left;
  width: 100%;
  background: #f9f9f9;
}
/* line 520, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments #comments #respond {
  border-top: none;
  float: left;
  margin-top: 25px;
  width: 100%;
}
/* line 527, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .tt_commenttitle {
  font: 700 16px/22px "PT Sans", Helvetica, sans-serif;
  color: #222222;
  margin: 0 0 15px;
}
/* line 532, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments #comments .commentList {
  margin: 10px 0;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 532, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #articleComments #comments .commentList {
    float: left;
    width: 100%;
    overflow: auto;
  }
}
/* line 541, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments #comments .commentList > ul {
  /* border-bottom:1px solid $common-border-color; */
}
/* line 543, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments #comments .commentList > ul .commentList {
  background: #eeeeee;
  float: left;
  padding: 7px;
}
/* line 548, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments #comments .commentList > ul > div > li {
  margin: 0;
  padding: 20px 20px 10px 100px;
}
/* line 554, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li {
  border: none;
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: relative;
  background: #f9f9f9;
  padding: 20px 20px 20px 110px;
  margin: 0;
}
/* line 562, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .reply {
  margin: 0;
  text-align: left;
}
/* line 565, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .reply a {
  background: none;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font: 700 14px/16px "PT Sans", Helvetica, sans-serif;
  text-decoration: underline;
  padding: 0;
}
/* line 573, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .reply a:hover {
  background: none;
  color: #666666;
}
/* line 579, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .tmblogtitle {
  float: left;
  width: 100%;
}
/* line 582, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .tmblogtitle .name {
  float: left;
  margin: 0 15px 0 0;
  color: #222222;
  font-weight: 600;
}
/* line 588, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .tmblogtitle .blog_date {
  color: #afafaf;
  font-size: 12px;
  line-height: 18px;
}
/* line 594, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .blog_desc {
  color: #999999;
}
/* line 597, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .comment-reply-link {
  background: white;
  font: 700 11px/16px "PT Sans", Helvetica, sans-serif;
  padding: 6px 10px;
  border: 1px solid #d85252;
  color: #d85252;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 604, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .comment-reply-link:hover {
  border-color: red;
  background: #888888;
  color: #d85252;
}
/* line 610, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#articleComments .commentList li .avatar {
  background: none;
  position: absolute;
  left: 10px;
  top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  border: 5px solid #e5e5e5;
}

/* ---------------------------- End commentpage --------------------------- */
/* line 626, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#ttblogCategory {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  background: whitesmoke;
}
/* line 631, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#ttblogCategory img {
  width: 32%;
  height: auto;
  float: left;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 631, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #ttblogCategory img {
    padding: 30px 30px 0;
    width: 62%;
  }
}
@media (max-width: 480px) {
  /* line 631, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #ttblogCategory img {
    padding: 30px 30px 0;
    width: 100%;
  }
}
/* line 644, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#ttblogCategory .ttblog-content {
  float: left;
  padding: 20px 0 20px 20px;
  width: 68%;
}
/* line 649, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#ttblogCategory .ttblog-content .ttblog-title {
  text-transform: uppercase;
  margin: 0 0 10px;
  font: 700 14px/18px "PT Sans", Helvetica, sans-serif;
}
/* line 653, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#ttblogCategory .ttblog-content .ttblog-title a {
  color: #888888;
}

/* line 666, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content {
  padding: 0 !important;
}
/* line 668, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li {
  float: left;
  width: 100%;
  position: relative;
  text-align: left !important;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 668, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li {
    padding: 10px !important;
  }
}
/* line 676, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content {
  float: left;
  margin: 6px 0 0;
}
@media (max-width: 991px) {
  /* line 676, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li .ttblog-content {
    width: 100%;
    padding: 0 !important;
  }
}
/* line 683, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date {
  width: 100%;
  margin: 0 0 10px;
  float: left;
}
/* line 687, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date .ttday_month {
  color: #222222;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
  margin: 0 0 0 2px;
  text-transform: uppercase;
  vertical-align: baseline;
}
/* line 696, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date .ttday_date {
  color: #222222;
  display: inline-block;
  float: none;
  font: 700 18px/18px "PT Sans", Helvetica, sans-serif;
}
/* line 702, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog_date .ttday_year {
  color: #222222;
  display: inline-block;
  float: none;
  font: 400 12px/15px "PT Sans", Helvetica, sans-serif;
}
/* line 709, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-title {
  font: 700 14px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: uppercase;
}
/* line 712, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-title a {
  color: #222222;
}
/* line 714, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-title a:hover {
  color: #d85252;
}
/* line 719, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-desc {
  float: left;
  width: 100%;
}
/* line 723, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail {
  float: left;
  width: 100%;
  position: relative;
  margin: 10px 0 0;
  display: none;
  padding: 15px 0 0;
}
/* line 730, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttviews, #module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment {
  float: left;
  font: 400 12px/18px "PT Sans", Helvetica, sans-serif;
  color: #222222;
  text-transform: capitalize;
}
/* line 735, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttviews a, #module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment a {
  color: #222222;
}
/* line 738, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttviews i, #module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment i {
  font-size: 14px;
}
/* line 742, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment {
  margin: 0 0 0 10px;
}
/* line 744, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment:hover {
  color: #d85252;
}
/* line 746, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttcomment:hover a {
  color: #d85252;
}
/* line 752, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttreadmore-link i {
  width: 20px;
  vertical-align: middle;
}
/* line 756, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .ttblog-detail .ttreadmore-link:hover {
  color: #d85252;
}
/* line 761, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content {
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 761, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content {
    bottom: 0px;
  }
}
/* line 767, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby {
  float: left;
}
/* line 770, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: #222222;
}
/* line 777, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby a:hover, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
/* line 781, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttviews i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttauthor i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcategory i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttpostby i, #module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail i {
  font-size: 14px;
}
/* line 785, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #222222;
}
/* line 791, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment:hover {
  color: #222222;
}
/* line 793, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog-content .tthover-content .ttcomment:hover a {
  color: #222222;
}
/* line 800, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder {
  float: left;
  position: relative;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  /* line 800, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li .ttblog_image_holder {
    width: 100%;
  }
}
/* line 808, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
/* line 813, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttblog-hover {
  height: 100%;
  position: absolute;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -khtml-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
/* line 824, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks {
  bottom: 0;
  height: 42px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
}
/* line 833, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  color: #ffffff;
  float: left;
  border-radius: 50%;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  opacity: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -khtml-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
@media (max-width: 767px) {
  /* line 833, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
    opacity: 1;
  }
}
/* line 854, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a i {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
/* line 859, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a.ttzoom {
  margin: 0 8px 0 0;
  padding: 11px 12px;
}
/* line 863, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a.ttreadmore-link {
  padding: 12px;
}
/* line 866, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttbloglinks a:hover {
  background: #d85252;
  border-color: #d85252;
}
/* line 872, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttblog-desc {
  text-align: left;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  bottom: 0;
  color: #bbbbbb;
  position: absolute;
  padding: 10px;
  bottom: -60px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
  -khtml-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
}
/* line 885, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .ttblog-desc p {
  margin: 0;
  line-height: 20px;
}
/* line 890, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content {
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  bottom: -40px;
  padding: 10px;
  position: absolute;
  transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -khtml-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
}
@media (max-width: 767px) {
  /* line 890, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content {
    bottom: 0px;
  }
}
/* line 905, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby {
  float: left;
}
/* line 908, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail {
  font: 400 13px/18px "PT Sans", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 10px 0 0;
  letter-spacing: 0.4px;
  color: white;
}
/* line 914, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby a, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail a {
  color: white;
}
/* line 916, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby a:hover, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail a:hover {
  text-decoration: underline;
}
/* line 920, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttviews i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttauthor i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcategory i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttpostby i, #module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail i {
  font-size: 14px;
}
/* line 924, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttblog-detail {
  float: right;
  letter-spacing: 0.4px;
  color: #222222;
}
/* line 930, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment:hover {
  color: white;
}
/* line 932, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-category .ttblog-content li .ttblog_image_holder .tthover-content .ttcomment:hover a {
  color: white;
}
@media (min-width: 768px) {
  /* line 944, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li:hover .ttblog-content .ttblog-title a {
    color: #d85252;
  }
  /* line 950, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li:hover .ttblog_image_holder .ttblog-hover {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
  }
  /* line 953, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li:hover .ttblog_image_holder .tthover-content {
    bottom: 0;
  }
  /* line 957, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #module-smartblog-category .ttblog-content li:hover .ttblog_image_holder .ttbloglinks a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
  }
}

/* line 976, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttbloglinks {
  text-align: center;
}
/* line 978, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttbloglinks a {
  float: none;
  display: inline-block;
  vertical-align: top;
}
/* line 982, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttbloglinks a.ttreadmore-link {
  display: none;
}

/* line 990, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#module-smartblog-details .ttblog-content li.item .ttblog-content .ttblog-desc {
  display: block;
}

/* line 995, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#ttblogCategory .ttblog-content {
  padding: 20px !important;
}

/* line 1000, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttblog-content li.item .ttblog_image_holder .ttblog-hover {
  display: none;
}
/* line 1003, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttblog-content li.item .ttblog_image_holder .tthover-content {
  bottom: -100%;
}
@media (max-width: 767px) {
  /* line 1003, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
  #index .ttblog-content li.item .ttblog_image_holder .tthover-content {
    bottom: 0%;
  }
}
/* line 1009, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttblog-content li.item:hover .ttblog_image_holder .tthover-content {
  bottom: 0;
}
/* line 1012, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttblog-content li.item:hover .ttblog-content .ttblog-title a, #index .ttblog-content li.item .ttblog-content .ttblog-title a {
  color: white;
}
/* line 1015, ../../../../../sass/modules/smartblog/views/css/smartblogstyle.scss */
#index .ttblog-content li.item .ttblog_image_holder .ttbloglinks {
  top: 40px;
}
