/*color*/
.right-to-left #blogsearch .btn {
  border-radius: 4px 0 0 4px; }
.right-to-left #blogsearch .input-group-btn {
  left: 1px;
  right: auto; }

.right-to-left #blogsearch .form-control {
  padding: 9px 22px 9px 50px; }

.boss-recent-post .image {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  max-width: 50%; }
.boss-recent-post .image span {
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -15px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s; }
.boss-recent-post .image:hover span {
  opacity: 1;
  filter: alpha(opacity=100); }
.right-to-left .boss-recent-post .image {
  float: right;
  margin-right: 0;
  margin-left: 10px; }

.boss-recent-post .title {
  overflow: hidden; }
.boss-recent-post .title a {
  display: block; }

.bt-recent-comments .title a {
  font-weight: 700; }
.bt-recent-comments .time-stamp {
  margin-bottom: 10px;
  display: block; }
.bt-recent-comments .item-content {
  font-style: italic;
  color: #666;
  margin-bottom: 8px; }
.bt-recent-comments .comment-by {
  font-size: 13px;
  font-weight: 700;
  color: #76d1e6;
  text-transform: capitalize; }

.post-by i, .comment-by i, .time-stamp i, .comment-count i {
  margin-right: 5px; }

.right-to-left .post-by i,
.right-to-left .comment-by i,
.right-to-left .time-stamp i,
.right-to-left .comment-count i {
  margin-right: 0;
  margin-left: 5px; }

.post-by span {
  font-size: 13px; }

.time-stamp small {
  font-size: 12px; }

.comment-count {
  font-size: 12px; }
.comment-count a {
  font-size: 12px;
  color: #000; }
.comment-count a:hover {
  text-decoration: underline; }
.comment-count span {
  font-size: 15px; }

.rss-feed {
  float: left;
  border-right: 1px solid #dedede;
  padding: 0;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 38px; }

.right-to-left .rss-feed {
  float: right;
  border-right: none;
  border-left: 1px solid #dedede; }

.article-image a {
  overflow: hidden;
  display: block;
  position: relative; }
.article-image a:before, .article-image a:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  z-index: 1; }
.article-image a:hover:before {
  right: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.3); }
.article-image a:hover:after {
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.3); }
.article-image a:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -moz-transform: scale(1.15); }
.article-image img {
  transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s; }

.article-layout .article_dt > div {
  padding-right: 15px; }
.article-layout .article-author .comment-count {
  font-family: Open Sans,sans-serif;
  font-size: 15px; }

.right-to-left .article-layout .article_dt > div {
  padding-left: 15px;
  padding-right: 0; }

.article-grid {
  display: inline-block;
  float: none;
  margin-right: -4px;
  vertical-align: top;
  padding: 15px;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-name: bounce-in-up;
  -webkit-animation-name: bounce-in-up;
  -moz-animation-name: bounce-in-up; }
.article-grid -ms-animation-name:bounce-in-up
img {
  width: 100%; }

.right-to-left .article-grid {
  margin-right: 0;
  margin-left: -4px; }

.right-to-left .article-grid .article_dt > div, .right-to-left .relt-article .article_dt > div {
  padding-right: 15px;
  padding-left: 10px; }

.right-to-left .article-grid .btn-readmore, .right-to-left .relt-article .btn-readmore {
  margin-right: 15px;
  margin-left: 0; }
.right-to-left .article-grid .article-author .post-by, .right-to-left .relt-article .article-author .post-by {
  float: right; }
.right-to-left .article-grid .article-author .comment-count, .right-to-left .relt-article .article-author .comment-count {
  float: left; }

.right-to-left .article-list .article-image {
  float: right;
  margin-right: 0;
  margin-left: 20px; }

@keyframes bounce-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes bounce-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0; }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounce-in {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes bounce-in {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  75% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.right-to-left .boss-blog-search .form-control .btn1 .caret {
  left: 15px;
  right: auto; }


.right-to-left .article-title-boss {
  padding-left: 70px;
  padding-right: 40px;
  float: right; }

.boss_article-detail .article-author .post-by {
  float: left; }
.boss_article-detail .article-author .comment-count {
  float: right; }

.right-to-left .boss_article-detail .article-author .post-by {
  float: right; }
.right-to-left .boss_article-detail .article-author .comment-count {
  float: left; }
.right-to-left .boss_article-detail .article-author .time-article {
  margin-left: 0;
  margin-right: 15px; }
.right-to-left .boss_article-detail .product-related .carousel-button {
  left: 40px;
  right: auto; }
.right-to-left .article_button {
  float: left;
  text-align: left;
  padding-right: 0;
  padding-left: 10px; }
.right-to-left .article_button .next {
  margin-left: 0;
  margin-right: 5px; }
.right-to-left .boss_article-action .tags span {
  float: right;
  margin-right: 0;
  margin-left: 23px; }

.article_button {
  float: right;
  text-align: right;
  margin-top: -5px;
  padding-right: 10px; }
.article_button a {
  display: inline-block;
  vertical-align: top;
  position: static; }
.article_button .next {
  margin-left: 5px; }

.boss_article-action .tags {
  overflow: hidden; }
.boss_article-action .tags span {
  float: left;
  margin-right: 23px;
  color: #000;
}
.boss_article-action .tags ul li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6px;
  margin-right: 4px; }
.boss_article-action .tags ul li a:hover {
  color: #76d1e6;
  border-color: #76d1e6; }

.article-share a {
  margin: 0 4px;
  float: none !important;
  display: inline-block; }
.article-share a:first-child span {
  margin-right: 5px; }
.article-share i {
  font-size: 16px; }
.article-share i.fa-twitter {
  color: #00cfe8; }
.article-share i.fa-facebook {
  color: #005196; }
.article-share i.fa-google-plus {
  color: #e50000; }
.article-share i.fa-pinterest {
  color: #c20000; }
.article-share i.fa-envelope {
  color: #000; }

.right-to-left .article-related .relt-article {
  text-align: right; }
.right-to-left .article-related .carousel-button {
  left: 40px;
  right: auto; }

.submit-button {
  margin-top: 30px; }

#comments-header {
  margin-bottom: 26px; }

.comments .comment-item {
  margin-bottom: 19px;
  overflow: hidden;
  padding: 0; }
.comments .form-control {
  width: 60%;
  border-radius: 0; }
.comments .captcha .form-control {
  width: 50%; }

.boss_block-tag-cloud a {
  margin-right: 15px; }

.bt-blog-category {
  overflow: hidden; }
.bt-blog-category .box-heading {
  padding-top: 0; }
.bt-blog-category .box-heading h2 {
  color: #202020;
  margin: 0;
  font-family: "Belleza", sans-serif;
  position: relative;
  margin-bottom: 15px;
  font-size: 20px; }
.bt-blog-category .box-category {
  margin: 0;
  list-style: none; }
.bt-blog-category .box-category li {
  position: relative;
  margin: 0; }
.bt-blog-category .box-category li a {
  color: #202020;
  display: block;
  font-size: 13px; }
.bt-blog-category .box-category li a:hover, .bt-blog-category .box-category li a.active {
  color: #76d1e6;
  background-color: transparent; }
.bt-blog-category .box-category li a.active + span:before {
  content: "\f056";
  color: #76d1e6; }
.bt-blog-category .box-category li a span:hover:before {
  content: "\f056";
  color: #76d1e6; }
.bt-blog-category .box-category li > span {
  position: absolute;
  top: 0px;
  right: 15px;
  text-align: center;
  z-index: 3;
  cursor: pointer; }
.bt-blog-category .box-category li > span:before {
  content: "\f055";
  font-family: 'FontAwesome';
  display: inline-block;
  vertical-align: middle; }
.bt-blog-category .box-category li > span:after {
  content: " ";
  display: inline-block;
  height: 42px;
  vertical-align: middle; }
.bt-blog-category .box-category li + li a {
  border-top: 1px solid #ebebeb; }
.bt-blog-category .box-category li .item_child {
  display: none; }
.bt-blog-category .box-category li .item_child li a {
  padding: 10px 10px 10px 30px; }
.bt-blog-category .box-category > li > a {
  position: relative;
  padding: 10px 10px 10px 0;
  line-height: 20px; }
.bt-blog-category .box-category > li.child:first-child a.active {
  border-bottom: 1px solid #ebebeb; }
/*# sourceMappingURL=boss_blog.css.map */