@charset "UTF-8";
.sdsarticleCat .title_block:after, #sdsblogArticle .title_block:after, #articleComments .title_block:after {
  display: none; }

/****************************** Blog blocks styles ********************************/
#latestComments, #blogPopular, #recent_article_smart_blog_block_left {
  font-size: 14px; }
  #latestComments ul li.last_item, #blogPopular ul li.last_item, #recent_article_smart_blog_block_left ul li.last_item {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0; }

#blogPopular .info, #recent_article_smart_blog_block_left .info {
  display: none;
  font-style: italic; }

#latestComments .products-block-image {
  border: none; }

/*************************** end Blog blocks styles *******************************/
/*************************** articles listing styles ******************************/
.title_block_exclusive {
  padding: 0;
  margin: 8px 0 0;
  font: bold 20px/1.3 "Montserrat", sans-serif; }

h1.title_block_exclusive {
  font: 400 40px/1.2 "Montserrat", sans-serif;
  letter-spacing: 0.01em;
  color: #333333;
  text-align: center;
  margin-top: 0; }
  @media (max-width: 767px) {
    h1.title_block_exclusive {
      font-size: 30px; } }

#sdsblogCategory {
  margin-bottom: 30px; }
  #sdsblogCategory .imageFeatured {
    float: left;
    margin: 0 20px 10px 0; }

#smartblogcat {
  margin-bottom: 0; }

.sdsarticleCat {
  margin-bottom: 40px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .sdsarticleCat:nth-child(odd) {
      clear: left; } }
  @media (min-width: 1200px) {
    .sdsarticleCat {
      margin-bottom: 56px; }
      .sdsarticleCat:nth-child(3n+1) {
        clear: left; } }
  @media (max-width: 767px) {
    .sdsarticleCat:last-child {
      margin-bottom: 0; } }
  .sdsarticleCat .articleContent {
    font-size: 14px;
    color: #333333; }
    .sdsarticleCat .articleContent .post-image {
      display: block;
      position: relative;
      padding-bottom: 100%;
      overflow: hidden; }
      .sdsarticleCat .articleContent .post-image:before {
        content: '';
        position: absolute;
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
        background: #333333;
        opacity: 0;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 1; }
      .sdsarticleCat .articleContent .post-image:after {
        font-family: "Linearicons";
        content: "\e917";
        display: inline-block;
        font-weight: normal;
        font-style: normal;
        font-size: 36px;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        color: white;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 1; }
      .sdsarticleCat .articleContent .post-image:hover:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.3; }
      .sdsarticleCat .articleContent .post-image:hover:after {
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
      .sdsarticleCat .articleContent .post-image img {
        position: absolute;
        top: 0;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 100%;
        width: auto;
        max-width: none; }
    .sdsarticleCat .articleContent .date-added {
      margin-top: 15px;
      margin-bottom: 0;
	  display: none; }
      @media (min-width: 992px) {
        .sdsarticleCat .articleContent .date-added {
          margin-top: 21px; } }
    .sdsarticleCat .articleContent .sdsarticle-des {
      margin-bottom: 30px; }
.sdsarticle-des img {
	max-width: 100%;
	height: auto;
}

.articleHeader {
  display: inline-block;
  overflow: hidden;
  font-size: 14px; }
  .articleHeader .postInfo {
    color: #333333; }
    .articleHeader .postInfo > span {
      margin-right: 15px;
      display: inline-block;
      line-height: 18px; }
      .articleHeader .postInfo > span span {
        vertical-align: top; }
    .articleHeader .postInfo a {
      color: #333333;
      vertical-align: top; }
      .articleHeader .postInfo a:hover {
        text-decoration: underline; }
    .articleHeader .postInfo i {
      font-size: 18px;
      line-height: 1;
      margin-right: 2px; }

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 .post-image {
  margin-top: 30px;
  display: block;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #sdsblogArticle .post-image {
      margin-top: 40px;
      margin-bottom: 20px; } }
  #sdsblogArticle .post-image img {
      max-width: 800px;
	  margin: auto;
	  width: 100%; }
#sdsblogArticle .post-meta {
  text-align: center;
  font-size: 14px;
  color: #333333;
  margin-top: 22px; }
  #sdsblogArticle .post-meta > span {
    display: inline-block; }
    #sdsblogArticle .post-meta > span a {
      font-weight: 700; }
    #sdsblogArticle .post-meta > span + span:before {
      content: '|';
      color: #e5e5e5;
      margin-left: 5px;
      margin-right: 5px; }
	#sdsblogArticle .post-meta span:last-child {
		 display:none;}
#sdsblogArticle .articleHeader {
  margin: 0; }
  @media (min-width: 992px) {
    #sdsblogArticle .articleHeader {
      float: left; } }
  #sdsblogArticle .articleHeader .sdstags-update {
    display: inline-block;
    vertical-align: top; }
#sdsblogArticle .block-addthis {
  margin-top: 20px; }
  @media (min-width: 992px) {
    #sdsblogArticle .block-addthis {
      float: right;
      margin-top: 0; } }
#sdsblogArticle .sdsarticle-des {
  margin-bottom: 30px;
  text-align: justify; }
  #sdsblogArticle .sdsarticle-des p + p {
    margin-top: 13px; }
    #sdsblogArticle .sdsarticle-des p + p > strong {
      display: inline-block;
      margin-top: 20px; }
  #sdsblogArticle .sdsarticle-des em {
    font-style: italic; }
  #sdsblogArticle .sdsarticle-des strong {
    color: #333333; }
@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 img {
  margin: 0 10px; }

/*************************************** Blog comments *****************************/
#comments #commentTitle {
  display: none; }

#respond {
  margin-top: 30px;
  padding-top: 35px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  font-size: 14px; }
  @media (min-width: 768px) {
    #respond {
      margin-top: 54px;
      padding-top: 53px; } }
  #respond .required {
    color: #888888; }
  #respond .form-control {
    margin-bottom: 16px; }
  #respond #commentform {
    margin-top: 27px; }
  #respond textarea {
    height: 155px; }
  #respond .submit {
    margin-top: 20px; }
  #respond #cancel-comment-reply-link {
    color: #888888; }
    #respond #cancel-comment-reply-link:before {
      font-family: "Linearicons";
      content: "\e935";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 18px; }
    #respond #cancel-comment-reply-link:hover {
      color: #333333; }

.commentList #respond {
  margin-top: 0;
  border-top: none;
  padding-top: 40px;
  padding-bottom: 50px; }

#respond h4 {
  margin-bottom: 26px;
  position: relative;
  padding-right: 0; }
  #respond h4:after {
    display: none; }

#respond #commentInput {
  background: #fff; }

#respond #replyTitle {
  display: none; }

#respond .smartblogcaptcha {
  width: 100px; }

#respond .note {
  color: #888888;
  display: block;
  font-size: 10px; }

#respond .text-right {
  padding: 10px 5px 0; }

#sdssearch_block_top {
  padding-top: 0; }
  #sdssearch_block_top #tmsearchbox, #sdssearch_block_top #searchbox {
    float: left;
    width: 100%;
    border: none;
    position: relative;
    background: #f4f4f4;
    border-radius: 0; }
    #sdssearch_block_top #tmsearchbox .btn.button-search, #sdssearch_block_top #searchbox .btn.button-search {
      background: #333333;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      color: white;
      width: 50px;
      text-align: center;
      height: 100%;
      box-shadow: none; }
      #sdssearch_block_top #tmsearchbox .btn.button-search span, #sdssearch_block_top #searchbox .btn.button-search span {
        display: none; }
      #sdssearch_block_top #tmsearchbox .btn.button-search:before, #sdssearch_block_top #searchbox .btn.button-search:after {
        font-family: "Linearicons";
        content: "\e922";
		color: #ffffff;
		opacity: 1!important;
        font-size: 22px;
		font-weight: normal;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      
    #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: 12px 0 13px 13px;
      height: 45px;
      border: none;
      background: none;
      border-right: 60px solid rgba(255, 255, 255, 0); }

ul.commentList ul {
  padding-left: 70px; }
  @media (max-width: 1199px) {
    ul.commentList ul {
      padding-left: 15px; } }

.commentList {
  margin-bottom: 0; }
  .commentList .comment-meta {
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;
    margin-top: 5px; }
    .commentList .comment-meta .name:after {
      content: '—';
      margin-left: 10px;
      margin-right: 6px; }
  .commentList .comment-content {
    margin-bottom: 6px; }
  .commentList .comment-reply-link {
    cursor: pointer; }
    .commentList .comment-reply-link:before {
      font-family: "Linearicons";
      content: "\e69a";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 18px; }
    .commentList .comment-reply-link:hover, .commentList .comment-reply-link:active, .commentList .comment-reply-link:focus {
      color: #333333; }

div.commentList > .commentList + .commentList {
  margin-top: 24px;
  padding-top: 28px;
  border-top: 1px dashed #e5e5e5; }

#articleRelated {
  overflow: hidden;
  clear: both;
  margin-bottom: 15px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 33px; }
  @media (min-width: 768px) {
    #articleRelated {
      margin-top: 50px;
      padding-top: 42px; } }
  @media (min-width: 992px) {
    #articleRelated {
      margin-top: 81px;
      padding-top: 53px; } }
  #articleRelated li {
    margin-bottom: 20px; }
    @media (max-width: 479px) {
      #articleRelated li {
        margin-bottom: 40px; }
        #articleRelated li:last-child {
          margin-bottom: 0; } }
    #articleRelated li .products-block-image {
      display: block;
      position: relative;
      padding-bottom: 100%;
      overflow: hidden; }
      #articleRelated li .products-block-image:before {
        content: '';
        position: absolute;
        left: 40px;
        right: 40px;
        top: 40px;
        bottom: 40px;
        background: #333333;
        opacity: 0;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 1; }
      #articleRelated li .products-block-image:after {
        font-family: "Linearicons";
        content: "\e917";
        display: inline-block;
        font-weight: normal;
        font-style: normal;
        font-size: 36px;
        position: absolute;
        left: 50%;
        top: 50%;
        -moz-transform: translate(-50%, -50%) scale(0);
        -ms-transform: translate(-50%, -50%) scale(0);
        -o-transform: translate(-50%, -50%) scale(0);
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
        color: white;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        z-index: 1; }
      #articleRelated li .products-block-image:hover:before {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0.3; }
      #articleRelated li .products-block-image:hover:after {
        -moz-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        -o-transform: translate(-50%, -50%) scale(1);
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1); }
      #articleRelated li .products-block-image img {
        position: absolute;
        top: 0;
        left: 50%;
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 100%;
        width: auto;
        max-width: none; }
    #articleRelated li .date-added {
      margin-top: 15px;
      margin-bottom: 0;
      font-size: 14px;
      color: #333333; }
      @media (min-width: 992px) {
        #articleRelated li .date-added {
          margin-top: 21px; } }
    #articleRelated li h5 {
      margin-top: 8px;
      margin-bottom: 0; }
    #articleRelated li .post-name {
      font: bold 20px/1.3 "Montserrat", sans-serif; }
    @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; }
        #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 {
    margin-bottom: 10px;
    display: block; }

#articleComments {
  margin-top: 10px;
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 36px; }
  @media (min-width: 768px) {
    #articleComments {
      margin-top: 23px;
      padding-top: 54px; } }
  #articleComments .title_block {
    margin-bottom: 21px; }

.post-descr {
	text-align: justify;
}
#smartblogcat .link {
	float: right;
	letter-spacing: normal;
	text-transform: none;
}

blockquote {
	background-color: #f5f5f5;
	font-size: 14px;
	font-style: italic;	
	
}
blockquote .author {
	font-style: normal;
	font-weight: 700;
	padding-left: 30px;
	position: relative;
}

blockquote .author:before {
	content: '';
	width: 20px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 50%;

}