/*======================moveFromRight====================*/
@-webkit-keyframes moveFromRight {
  from {
    -webkit-transform: translateX(5%); }

  to {
    -webkit-transform: translateX(0%); } }
@-moz-keyframes moveFromRight {
  from {
    -moz-transform: translateX(5%); }

  to {
    -moz-transform: translateX(0%); } }
@-ms-keyframes moveFromRight {
  from {
    -ms-transform: translateX(5%); }

  to {
    -ms-transform: translateX(0%); } }
.sdsarticleCat .title_block:after, #sdsblogArticle .title_block:after, #articleComments .title_block:after {
  display: none; }

/****************************** Blog blocks styles ********************************/
#blogPopular .info, #recent_article_smart_blog_block_left .info {
  display: block; }

#latestComments .products-block-image {
  border: none; }

/*************************** end Blog blocks styles *******************************/
/*************************** articles listing styles ******************************/
.title_block_exclusive {
  padding: 0;
  margin: 0 0 14px;
  font: bold 24px/29px "PT Sans", sans-serif;
  text-transform: uppercase;
  color: #444444; }
  .title_block_exclusive a {
    color: #444444; }
    .title_block_exclusive a:hover {
      color: #6E0B08; }

#sdsblogCategory {
  margin-bottom: 30px; }
  #sdsblogCategory .imageFeatured {
    float: left;
    margin: 0 20px 10px 0; }

#smartblogcat {
  overflow: hidden; }

.sdsarticleCat {
  float: left;
  width: 50%; }
  @media (max-width: 479px) {
    .sdsarticleCat {
      width: 100%; } }
  .sdsarticleCat .articleContent .post-image {
    display: block;
    margin-bottom: 30px;
    margin-bottom: 0; }
    .sdsarticleCat .articleContent .post-image img {
      width: 100%; }
  .sdsarticleCat .articleContent .sdsarticle-des {
    margin-bottom: 30px; }

.one-column .sdsarticleCat {
  width: 33.33%; }
  @media (max-width: 767px) {
    .one-column .sdsarticleCat {
      width: 50%; } }
  @media (max-width: 479px) {
    .one-column .sdsarticleCat {
      width: 100%; } }

.articleHeader {
  overflow: hidden;
  margin-bottom: 20px; }
  .articleHeader .postInfo > span {
    padding-right: 10px;
    padding-bottom: 3px;
    display: inline-block; }
    .articleHeader .postInfo > span:first-child {
      padding-left: 10px; }
  .articleHeader .postInfo a {
    color: #6E0B08; }
    .articleHeader .postInfo a:hover {
      text-decoration: underline; }

a.read-more {
  text-decoration: underline; }
  a.read-more:hover {
    text-decoration: none; }

.post-count {
  float: left;
  padding: 5px 0 0 0; }

/*********************** end articles listing styles ******************************/
/************************** article info styles ***********************************/
#sdsblogArticle .date-added {
  font-size: 16px;
  line-height: 18px;
  color: #6E0B08;
  display: block;
  margin-bottom: 22px; }
#sdsblogArticle .post-image {
  display: block;
  margin-bottom: 30px;
  max-height: 364px;
  overflow: hidden;
  margin-bottom: 24px; }
  #sdsblogArticle .post-image img {
    width: 100%;
    -moz-transform: translateY(-4%);
    -ms-transform: translateY(-4%);
    -o-transform: translateY(-4%);
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%); }
#sdsblogArticle .sdsarticle-des {
  margin-bottom: 24px; }
  #sdsblogArticle .sdsarticle-des p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px; }
    #sdsblogArticle .sdsarticle-des p strong {
      font-weight: normal;
      color: #444444;
      font-weight: 500;
      display: block; }
#sdsblogArticle .sdstags-update {
  margin-bottom: 30px; }
#sdsblogArticle .block-addthis {
  margin-bottom: 27px; }
@media (max-width: 479px) {
  #sdsblogArticle .addthis_default_style .addthis_counter {
    clear: left; }
  #sdsblogArticle .at-share-tbx-element a.at300b, #sdsblogArticle .at-share-tbx-element a.at300b {
    clear: left;
    display: block;
    margin-bottom: 10px;
    width: auto; } }

/************************ end of article info styles ******************************/
#sdsblogArticle .attention {
  padding: 15px;
  background: white;
  display: block; }
  #sdsblogArticle .attention img {
    margin: 0 10px; }

.smartblogcomments .attention {
  padding: 15px;
  background: white;
  display: block; }

/*************************************** Blog comments *****************************/
#comments #commentTitle {
  display: none; }

#comments img.avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  border: none; }
  @media (max-width: 479px) {
    #comments img.avatar {
      float: none;
      margin: 0 0 15px 0; } }

.commentList #respond {
  margin-top: 30px; }
  @media (max-width: 767px) {
    .commentList #respond {
      margin-bottom: 0; } }

#respond {
  background: white; }
  @media (max-width: 767px) {
    #respond {
      margin-bottom: 0; } }

#respond h4 {
  padding: 20px 50px 15px 15px;
  position: relative;
  border: none; }
  #respond h4:after {
    display: none; }

#cancel-comment-reply-link {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #6E0B08; }
  #cancel-comment-reply-link:hover {
    color: #444444; }
  #cancel-comment-reply-link span {
    display: none; }
  #cancel-comment-reply-link a {
    text-decoration: none;
    display: block; }

#respond #commentInput {
  background: #fff;
  padding: 15px 22px 20px; }
  #respond #commentInput p {
    margin-bottom: 7px; }

#respond #replyTitle {
  display: none; }

#respond table {
  width: 100%; }

#respond .smartblogcaptcha {
  width: 100px; }

#respond td {
  padding: 0px 0px 11px;
  display: block;
  font-weight: normal; }
  #respond td + td {
    padding-bottom: 21px; }

#respond .note {
  color: #888888;
  display: block;
  font-size: 10px; }

#respond .text-right {
  padding: 9px 0 19px; }

#sdssearch_block_top {
  padding-top: 0; }
  #sdssearch_block_top #tmsearchbox, #sdssearch_block_top #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: white;
    border: 1px solid #e2e2e2;
    box-shadow: none;
    padding-right: 105px; }
    @media (max-width: 479px) {
      #sdssearch_block_top #tmsearchbox, #sdssearch_block_top #searchbox {
        position: absolute;
        top: 50px;
        left: 0;
        float: none;
        display: none;
        width: 100%;
        background: white;
        z-index: 1; } }
    #sdssearch_block_top #tmsearchbox:before, #sdssearch_block_top #searchbox:before {
      font-family: "Material Icons";
      content: "\e8b6 ";
      display: inline-block;
      font-weight: normal;
      font-size: 30px;
      line-height: 48px;
      text-align: center;
      width: 58px;
      position: absolute;
      top: 50%;
      left: 0;
      color: #444444;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      z-index: 1; }
      @media (min-width: 768px) and (max-width: 1199px) {
        #sdssearch_block_top #tmsearchbox:before, #sdssearch_block_top #searchbox:before {
          display: none; } }
    #sdssearch_block_top #tmsearchbox .btn.button-search, #sdssearch_block_top #searchbox .btn.button-search {
      background: white;
      color: #6E0B08;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      width: 105px;
      text-align: center;
      padding-right: 0;
      padding-left: 0;
      height: 100%;
      border-radius: none;
      border: 1px solid #e2e2e2;
      border-left-width: 2px; }
      #sdssearch_block_top #tmsearchbox .btn.button-search:before, #sdssearch_block_top #searchbox .btn.button-search:before {
        font-family: "FontAwesome";
        content: "\f002";
        display: inline-block;
        font-weight: normal;
        font-size: 25px;
        width: 100%;
        position: absolute;
        top: 50%;
        right: 0;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        display: none; }
      #sdssearch_block_top #tmsearchbox .btn.button-search:hover, #sdssearch_block_top #tmsearchbox .btn.button-search:active, #sdssearch_block_top #tmsearchbox .btn.button-search:active:focus, #sdssearch_block_top #tmsearchbox .btn.button-search:focus, #sdssearch_block_top #searchbox .btn.button-search:hover, #sdssearch_block_top #searchbox .btn.button-search:active, #sdssearch_block_top #searchbox .btn.button-search:active:focus, #sdssearch_block_top #searchbox .btn.button-search:focus {
        background: #6E0B08;
        color: white;
        border-color: #6E0B08; }
    #sdssearch_block_top #tmsearchbox #tm_search_query, #sdssearch_block_top #tmsearchbox #search_query_top, #sdssearch_block_top #searchbox #tm_search_query, #sdssearch_block_top #searchbox #search_query_top {
      display: block;
      padding: 14px 12px 14px 58px;
      height: 48px;
      line-height: 20px;
      font-size: 16px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: none;
      background: none; }
      @media (min-width: 768px) and (max-width: 1199px) {
        #sdssearch_block_top #tmsearchbox #tm_search_query, #sdssearch_block_top #tmsearchbox #search_query_top, #sdssearch_block_top #searchbox #tm_search_query, #sdssearch_block_top #searchbox #search_query_top {
          padding-left: 12px; } }

ul.commentList ul li .well {
  padding-left: 72px; }
  @media (max-width: 1199px) {
    ul.commentList ul li .well {
      padding-left: 40px; } }

.comment-box {
  overflow: hidden; }

.commentList {
  margin-bottom: 0; }
  .commentList .commentList:first-child > li > .well {
    padding-top: 20px;
    border: none; }
  .commentList .well {
    background: white;
    border: none;
    border-top: 1px solid #e2e2e2;
    box-shadow: none;
    margin-bottom: 0;
    padding: 37px 22px; }
    @media (max-width: 767px) {
      .commentList .well {
        position: relative; } }
  .commentList .name-created {
    margin-bottom: 11px;
    margin-top: 6px;
    color: #6E0B08; }
  .commentList p {
    line-height: 26px;
    margin-bottom: 25px; }
  .commentList .comment-reply-link.btn {
    border-color: #e2e2e2;
    background: white;
    color: #6E0B08; }
    .commentList .comment-reply-link.btn:hover, .commentList .comment-reply-link.btn:active, .commentList .comment-reply-link.btn:focus {
      background: #6E0B08;
      color: white;
      border-color: #6E0B08; }
  @media (max-width: 767px) {
    .commentList .pull-right {
      position: absolute;
      right: 5px;
      bottom: 5px; }
      .commentList .pull-right .comment-reply-link.btn {
        font-size: 11px;
        line-height: 14px;
        padding: 5px 10px; } }

#articleRelated {
  margin-bottom: 0; }
  #articleRelated .block_content {
    background: none; }
  #articleRelated li {
    padding-bottom: 15px; }
    #articleRelated li .products-block-image {
      display: block;
      position: relative;
      background: white; }
    @media only screen and (min-width: 992px) {
      #articleRelated li.first-in-line {
        clear: left; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      #articleRelated li.first-item-of-tablet-line {
        clear: left; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      #articleRelated li {
        width: 50%;
        float: left;
        text-align: center; }
        #articleRelated li.first-item-of-mobile-line {
          clear: left; } }
    @media only screen and (max-width: 767px) {
      #articleRelated li .img-responsive {
        width: 100%; } }
  #articleRelated .products-block-image {
    display: block; }

#smartblogsearch .title_block {
  display: none; }

#smartblogcat .articleContent {
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    #smartblogcat .articleContent:hover .post-image:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    #smartblogcat .articleContent:hover .post-image img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; }
    #smartblogcat .articleContent:hover .box-descr {
      top: 30%; }
    #smartblogcat .articleContent:hover .title_block_exclusive,
    #smartblogcat .articleContent:hover .date-added {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      visibility: hidden; }
    #smartblogcat .articleContent:hover .btn.btn-default {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; } }
  #smartblogcat .articleContent .date-added {
    color: white;
    font: normal 16px/18px "PT Sans", sans-serif;
    margin-bottom: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #smartblogcat .articleContent .box-descr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    padding: 0 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #smartblogcat .articleContent .btn.btn-default {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    border-color: white;
    background: none;
    text-decoration: none; }
    @media (min-width: 768px) and (max-width: 991px) {
      #smartblogcat .articleContent .btn.btn-default {
        display: none; } }
    @media (min-width: 480px) and (max-width: 767px) {
      #smartblogcat .articleContent .btn.btn-default {
        display: none; } }
    @media (max-width: 767px) {
      #smartblogcat .articleContent .btn.btn-default {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; } }
    #smartblogcat .articleContent .btn.btn-default:hover, #smartblogcat .articleContent .btn.btn-default:active, #smartblogcat .articleContent .btn.btn-default:active:focus, #smartblogcat .articleContent .btn.btn-default:focus {
      background: white;
      color: #6E0B08; }
  #smartblogcat .articleContent .title_block_exclusive {
    margin: 0 0 22px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #smartblogcat .articleContent .title_block_exclusive a {
      font: bold 24px/29px "PT Sans", sans-serif;
      text-transform: uppercase;
      color: white; }
      @media (max-width: 991px) {
        #smartblogcat .articleContent .title_block_exclusive a {
          font: bold 18px/22px "PT Sans", sans-serif; } }
      #smartblogcat .articleContent .title_block_exclusive a:hover {
        text-decoration: underline; }
  #smartblogcat .articleContent .post-image {
    display: block;
    position: relative;
    overflow: hidden;
    background: #475271; }
    #smartblogcat .articleContent .post-image img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -moz-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease; }
      @media only screen and (max-width: 767px) {
        #smartblogcat .articleContent .post-image img {
          width: 100%; } }
    #smartblogcat .articleContent .post-image:before {
      background: rgba(0, 191, 243, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -o-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }

#module-smartblog-details #articleRelated .title_block,
#module-smartblog-category #articleRelated .title_block,
#module-smartblog-archive #articleRelated .title_block,
#module-smartblog-tagpost #articleRelated .title_block,
#module-smartblog-search #articleRelated .title_block {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  border: none; }
#module-smartblog-details #latestComments.block .products-block li,
#module-smartblog-category #latestComments.block .products-block li,
#module-smartblog-archive #latestComments.block .products-block li,
#module-smartblog-tagpost #latestComments.block .products-block li,
#module-smartblog-search #latestComments.block .products-block li {
  padding-bottom: 15px; }
  #module-smartblog-details #latestComments.block .products-block li .products-block-image,
  #module-smartblog-category #latestComments.block .products-block li .products-block-image,
  #module-smartblog-archive #latestComments.block .products-block li .products-block-image,
  #module-smartblog-tagpost #latestComments.block .products-block li .products-block-image,
  #module-smartblog-search #latestComments.block .products-block li .products-block-image {
    float: none;
    display: none; }
  #module-smartblog-details #latestComments.block .products-block li .product-content,
  #module-smartblog-category #latestComments.block .products-block li .product-content,
  #module-smartblog-archive #latestComments.block .products-block li .product-content,
  #module-smartblog-tagpost #latestComments.block .products-block li .product-content,
  #module-smartblog-search #latestComments.block .products-block li .product-content {
    font-size: 16px;
    line-height: 26px;
    color: #6E0B08;
    padding: 1px 0 0; }
    #module-smartblog-details #latestComments.block .products-block li .product-content a,
    #module-smartblog-category #latestComments.block .products-block li .product-content a,
    #module-smartblog-archive #latestComments.block .products-block li .product-content a,
    #module-smartblog-tagpost #latestComments.block .products-block li .product-content a,
    #module-smartblog-search #latestComments.block .products-block li .product-content a {
      color: #959595; }
      #module-smartblog-details #latestComments.block .products-block li .product-content a:hover,
      #module-smartblog-category #latestComments.block .products-block li .product-content a:hover,
      #module-smartblog-archive #latestComments.block .products-block li .product-content a:hover,
      #module-smartblog-tagpost #latestComments.block .products-block li .product-content a:hover,
      #module-smartblog-search #latestComments.block .products-block li .product-content a:hover {
        color: #6E0B08;
        text-decoration: underline; }
    #module-smartblog-details #latestComments.block .products-block li .product-content strong,
    #module-smartblog-category #latestComments.block .products-block li .product-content strong,
    #module-smartblog-archive #latestComments.block .products-block li .product-content strong,
    #module-smartblog-tagpost #latestComments.block .products-block li .product-content strong,
    #module-smartblog-search #latestComments.block .products-block li .product-content strong {
      font-weight: 500;
      color: #444444; }

.postInfo {
  font-size: 16px;
  line-height: 18px;
  color: #6E0B08; }
  .postInfo i {
    color: #444444; }

#articleRelated li {
  padding-bottom: 30px; }
  #articleRelated li .articleContent {
    position: relative;
    overflow: hidden; }
    @media (min-width: 992px) {
      #articleRelated li .articleContent:hover .products-block-image:before {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
      #articleRelated li .articleContent:hover .post-image img {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; } }
  #articleRelated li .date-added {
    color: white;
    font: normal 16px/18px "PT Sans", sans-serif;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #articleRelated li .box-descr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    padding: 0 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (max-width: 1199px) {
      #articleRelated li .box-descr {
        padding: 0 15px; } }
  #articleRelated li h5 {
    margin: 0 0 22px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #articleRelated li h5 a {
      font: bold 20px/24px "PT Sans", sans-serif;
      text-transform: uppercase;
      color: white; }
      @media (max-width: 1199px) {
        #articleRelated li h5 a {
          font-size: 14px;
          line-height: 18px; } }
      #articleRelated li h5 a:hover {
        text-decoration: underline;
        color: white; }
  #articleRelated li .info {
    font-size: 14px;
    line-height: 18px;
    color: white;
    display: block;
    margin-bottom: 23px; }
  #articleRelated li .products-block-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #475271; }
    #articleRelated li .products-block-image img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -moz-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease; }
    #articleRelated li .products-block-image:before {
      background: rgba(0, 191, 243, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -o-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }

@media (max-width: 767px) {
  #articleComments {
    margin-bottom: 0; } }
#articleComments .title_block {
  border: none; }

#blogPopular li,
#recent_article_smart_blog_block_left li {
  padding: 0;
  border: none;
  position: relative;
  text-align: center; }
  @media (min-width: 992px) {
    #blogPopular li:hover .products-block-image:before,
    #recent_article_smart_blog_block_left li:hover .products-block-image:before {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1;
      -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    #blogPopular li:hover .post-image img,
    #recent_article_smart_blog_block_left li:hover .post-image img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
      opacity: 1; } }
  #blogPopular li h5,
  #recent_article_smart_blog_block_left li h5 {
    margin: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #blogPopular li h5 a,
    #recent_article_smart_blog_block_left li h5 a {
      font: bold 20px/24px "PT Sans", sans-serif;
      text-transform: uppercase;
      color: white; }
      @media (max-width: 1199px) {
        #blogPopular li h5 a,
        #recent_article_smart_blog_block_left li h5 a {
          font-size: 14px;
          line-height: 18px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        #blogPopular li h5 a,
        #recent_article_smart_blog_block_left li h5 a {
          font-size: 12px;
          line-height: 14px; } }
      #blogPopular li h5 a:hover,
      #recent_article_smart_blog_block_left li h5 a:hover {
        text-decoration: underline;
        color: white; }
  #blogPopular li .info,
  #recent_article_smart_blog_block_left li .info {
    font-size: 14px;
    line-height: 18px;
    color: white;
    display: block;
    margin-bottom: 23px; }
    @media (min-width: 768px) and (max-width: 991px) {
      #blogPopular li .info,
      #recent_article_smart_blog_block_left li .info {
        margin-bottom: 15px; } }
  #blogPopular li .products-block-image,
  #recent_article_smart_blog_block_left li .products-block-image {
    width: 100%;
    float: none;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #475271; }
    #blogPopular li .products-block-image img,
    #recent_article_smart_blog_block_left li .products-block-image img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
      opacity: 0.4;
      -moz-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      -webkit-transition: all 0.8s ease;
      transition: all 0.8s ease;
      width: 100%; }
    #blogPopular li .products-block-image:before,
    #recent_article_smart_blog_block_left li .products-block-image:before {
      background: rgba(0, 191, 243, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      -moz-transform: scale(0.9, 0.9);
      -ms-transform: scale(0.9, 0.9);
      -o-transform: scale(0.9, 0.9);
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9); }
  #blogPopular li .product-content,
  #recent_article_smart_blog_block_left li .product-content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
    padding: 0 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media (min-width: 768px) and (max-width: 991px) {
      #blogPopular li .product-content,
      #recent_article_smart_blog_block_left li .product-content {
        padding: 0 20px; } }
#blogPopular .products-block ul .slick-arrow,
#recent_article_smart_blog_block_left .products-block ul .slick-arrow {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0; }
  #blogPopular .products-block ul .slick-arrow.slick-prev,
  #recent_article_smart_blog_block_left .products-block ul .slick-arrow.slick-prev {
    left: 0; }
  #blogPopular .products-block ul .slick-arrow.slick-next,
  #recent_article_smart_blog_block_left .products-block ul .slick-arrow.slick-next {
    right: 0; }

@media (min-width: 768px) and (max-width: 1199px) {
  #sdssearch_block_top {
    background: none; }
    #sdssearch_block_top #searchbox {
      padding: 0;
      background: none;
      border: none; }
      #sdssearch_block_top #searchbox #search_query_top {
        border: 1px solid #e2e2e2;
        background: white; }
      #sdssearch_block_top #searchbox .btn.button-search {
        position: relative;
        border-width: 1px;
        margin-top: 5px;
        width: 100%; } }
