/* Top hook CSS */
@media (max-width: 767px) {
  #htmlcontent_top {
    width: 100%;
    max-width: 100%; } }
#htmlcontent_top ul {
  margin-bottom: 0; }
  @media (max-width: 1199px) {
    #htmlcontent_top ul {
      text-align: center; } }
  #htmlcontent_top ul li {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      #htmlcontent_top ul li {
        width: 100%; } }
    #htmlcontent_top ul li a {
      display: block;
      position: relative;
      background: #00796B;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: hidden;
      z-index: 1;
      text-align: left; }
      #htmlcontent_top ul li a:before {
        height: 100%;
        width: 100%;
        left: -100%;
        top: 0;
        background: #333333;
        content: "";
        z-index: -1;
        position: absolute;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #htmlcontent_top ul li a:hover .item-html {
        -webkit-animation: moveFromLeft 400ms ease;
        -moz-animation: moveFromLeft 400ms ease;
        -ms-animation: moveFromLeft 400ms ease; }
      #htmlcontent_top ul li a:hover img {
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1); }
      #htmlcontent_top ul li a:hover:before {
        left: 0; }
    #htmlcontent_top ul li h3 {
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      line-height: 1em;
      text-transform: capitalize;
      margin-bottom: 10px; }
      @media (max-width: 1950px) {
        #htmlcontent_top ul li h3 {
          font-size: 20px; } }
      @media (max-width: 1199px) {
        #htmlcontent_top ul li h3 {
          font-size: 24px; } }
    #htmlcontent_top ul li p {
      color: #fff;
      margin-bottom: 14px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        #htmlcontent_top ul li p {
          display: none; } }
      @media (max-width: 479px) {
        #htmlcontent_top ul li p {
          display: none; } }
    #htmlcontent_top ul li span {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 1em;
      padding: 0px;
      display: inline-block;
      position: relative;
      text-decoration: underline;
      color: #fff; }
    #htmlcontent_top ul li .item-html {
      position: absolute;
      top: 11%;
      left: 11%;
      width: 50%; }
    #htmlcontent_top ul li img {
      max-width: 100%;
      height: auto;
      -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(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
      @media (max-width: 1199px) {
        #htmlcontent_top ul li img {
          float: right; } }

/* Home hook CSS */
#htmlcontent_home {
  border-top: 1px solid #e2e2e2;
  padding-top: 29px; }
  @media (max-width: 767px) {
    #htmlcontent_home {
      width: 100%;
      max-width: 100%; } }
  #htmlcontent_home ul {
    margin-bottom: 0; }
    #htmlcontent_home ul li {
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #htmlcontent_home ul li {
          float: none;
          width: 100%; } }
      #htmlcontent_home ul li div {
        overflow: hidden; }
      #htmlcontent_home ul li div.item-link {
        display: block;
        position: relative;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
        z-index: 1; }
        #htmlcontent_home ul li div.item-link:hover i {
          background: #00796B;
          border-color: #00796B;
          color: #fff; }
          #htmlcontent_home ul li div.item-link:hover i:before {
            -webkit-transform: rotateY(360deg);
            -moz-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
            transform: rotateY(360deg); }
      #htmlcontent_home ul li .item-html {
        overflow: hidden; }
      #htmlcontent_home ul li i {
        float: left;
        width: 84px;
        height: 84px;
        border: 1px solid #e2e2e2;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        color: #00796B;
        background: #fff;
        font-size: 27px;
        line-height: 84px;
        margin-right: 20px;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        position: relative; }
        #htmlcontent_home ul li i:before {
          position: relative;
          display: block;
          -moz-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }
      #htmlcontent_home ul li h4 {
        color: #333333;
        font-weight: bold;
        font-size: 21px;
        line-height: 1em;
        text-transform: capitalize;
        margin-bottom: 10px; }
        #htmlcontent_home ul li h4 span {
          color: #00796B; }

/* Left hook CSS */
/* Right hook CSS */
/* Footer hook CSS */
.footer-container #footer #htmlcontent_footer h4::after {
  display: none; }

#htmlcontent_footer ul {
  margin: 0; }
  #htmlcontent_footer ul li {
    width: 100%;
    padding: 0;
    float: none; }



/* Block newsletter */
#columns #newsletter_block_left .form-group {
  margin-bottom: 0; }
  #columns #newsletter_block_left .form-group .form-control {
    max-width: 222px;
    display: inline-block;
    margin-right: 6px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      #columns #newsletter_block_left .form-group .form-control {
        margin-bottom: 10px;
        margin-right: 0; } }
#columns #newsletter_block_left .success_inline, #columns #newsletter_block_left .warning_inline {
  text-align: left;
  padding: 1px 0 0 0;
  margin-bottom: -19px; }
#columns #newsletter_block_left .success_inline {
  color: #418B19; }
#columns #newsletter_block_left .warning_inline {
  color: #f13340; }

/* Block newsletter footer */
#footer #newsletter_block_left {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 3px; }
  @media (max-width: 767px) {
    #footer #newsletter_block_left {
      width: 100%; } }
  #footer #newsletter_block_left h4:after {
    display: none; }
  #footer #newsletter_block_left .block_content {
    overflow: hidden; }
  #footer #newsletter_block_left .form-group {
    margin-bottom: 0; }
    #footer #newsletter_block_left .form-group .form-control {
      height: 30px;
      line-height: 20px;
      max-width: 166px;
      background: #fff;
      border-color: #e2e2e2;
      font-size: 12px;
      border-right: none;
      color: #333333;
      padding: 5px 43px 5px 12px;
      display: inline-block;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left; }
      #footer #newsletter_block_left .form-group .form-control:focus {
        -moz-box-shadow: black 0 0 0;
        -webkit-box-shadow: black 0 0 0;
        box-shadow: black 0 0 0; }
    #footer #newsletter_block_left .form-group .btn-sm {
      margin-left: -85px;
      border: none;
      text-align: center;
      width: 85px; }
      #footer #newsletter_block_left .form-group .btn-sm:hover {
        color: white !important; }
  #footer #newsletter_block_left .warning_inline {
    display: block;
    color: #f13340;
    font-size: 13px;
    line-height: 26px;
    clear: both; }
    @media (min-width: 1200px) {
      #footer #newsletter_block_left .warning_inline {
        display: inline-block;
        position: relative;
        top: -35px;
        margin-bottom: -35px;
        left: 15px;
        clear: none; } }
  #footer #newsletter_block_left .newsletter-input {
    max-width: 300px !important; }
/* Block newsletter */





.permanent-links {
  position: relative;
  margin-left: 5px;
  float: right; }

.btn-menu {
  font-size: 12px;
  line-height: 40px;
  font-weight: normal;
  margin-bottom: 0;
  color: #333333;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: capitalize;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #efefef;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  z-index: 1; }
  .btn-menu:before {
    font-weight: normal;
    position: relative;
    display: block; }
  .btn-menu:after {
    background: #00796B;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    z-index: -1;
    top: -100%;
    left: 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-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .btn-menu:hover:after, .btn-menu.active:after {
    top: 0; }
  .btn-menu:hover:before, .btn-menu.active:before {
    color: #fff;
    -webkit-animation: moveFromTop .5s ease;
    -moz-animation: moveFromTop .5s ease;
    -ms-animation: moveFromTop .5s ease; }
  .btn-menu.active:before {
    content: "\f00d ";
    color: #fff; }

/* block top links */
ul#header_links {
  list-style-type: none;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 64px;
  right: 0;
  width: 150px;
  background: #fff;
  padding: 10px;
  z-index: 13;
  border: 1px solid #e2e2e2; }
  ul#header_links li {
    text-transform: capitalize;
    padding: 0 0 5px 10px; }
    ul#header_links li a {
      text-decoration: none;
      font-size: 12px;
      line-height: 18px;
      color: #333333;
      text-transform: uppercase;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      position: relative; }
      ul#header_links li a:before {
        color: #00796B;
        font-family: "FontAwesome";
        margin-right: 10px;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-weight: normal; }
        @media (max-width: 991px) {
          ul#header_links li a:before {
            margin-right: 5px; } }
      ul#header_links li a:hover, ul#header_links li a.active {
        color: #00796B; }
    ul#header_links li#header_link_home a:before {
      content: "\f015"; }
    ul#header_links li#header_link_blog a:before {
      content: "\f044"; }
    ul#header_links li#header_link_contact a:before {
      content: "\f0e0"; }
    ul#header_links li#header_link_sitemap a:before {
      content: "\f0e8 "; }
    ul#header_links li#header_link_wishlist a:before {
      content: "\f004"; }

/*block permanent links right and left columns*/
#permanent_links div {
  border-bottom: 1px dotted #eee; }

#permanent_links div a {
  display: block;
  padding: 7px 11px 5px 22px;
  color: #333;
  background: url(img/arrow_right_2.png) no-repeat 10px 10px; }

/* block footer links */
ul#footer_links {
  clear: both;
  text-align: center;
  padding-bottom: 6px; }

ul#footer_links li {
  display: inline;
  padding: 0 10px; }

  
  
 /* Block Viewed Products */
#viewed-products_block_left li.last_item {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none; }

  #enabled_filters {
  margin: 0 0 10px 0;
  background: #eee;
  padding: 5px; }

#enabled_filters .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#enabled_filters ul li {
  padding: 2px 0; }

#enabled_filters li a {
  float: right;
  cursor: pointer; }

#layered_block_left {
  overflow: hidden; }

#layered_block_left .layered_close {
  float: right;
  padding-right: 5px; }

#layered_block_left span.layered_close a,
#layered_block_left span.layered_close a {
  display: block;
  height: 13px;
  width: 13px;
  text-decoration: none;
  text-indent: -5000px;
  background: url(img/icon/less.gif) no-repeat 2px 2px; }

#layered_block_left span.closed a {
  background: url(img/icon/more.gif) no-repeat 2px 2px; }

#layered_block_left .layered_subtitle {
  font-weight: bold;
  font-size: 12px; }

#layered_block_left ul {
  clear: both;
  padding: 5px 0; }

#layered_block_left ul li {
  padding: 3px 0; }

#layered_block_left ul li label {
  cursor: pointer;
  display: inline;
  margin: 0; }

#layered_block_left ul {
  padding-left: 0; }

#layered_block_left ul li {
  list-style-type: none; }

#layered_block_left div > form > div > div {
  margin-top: 5px; }

#layered_block_left #enabled_filters, #layered_url_filter_block {
  padding-bottom: 10px;
  margin-bottom: 5px;
  margin-top: 0;
  border-bottom: 1px dotted #CCC; }

#layered_block_left #enabled_filters ul li {
  margin-left: 0;
  padding-left: 0; }

/* Style moved form the template to the css  */
#layered_block_left #enabled_filters ul li:hover {
  background: inherit;
  color: inherit; }

#layered_block_left ul li .disabled {
  color: #666; }

#layered_block_left .color-option {
  border: 1px solid #666666;
  height: 16px;
  margin-left: 0;
  padding: 0;
  width: 16px; }

#layered_block_left .color-option.disable {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5; }

#layered_block_left .nomargin a {
  display: inline; }

#layered_form .select {
  width: 157px; }

#layered_form .color-option {
  margin-left: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  border: 1px solid #666; }

#layered_form .color-option.on {
  border: 1px solid red; }

#layered_form input[type=radio] {
  margin-left: 2px;
  vertical-align: middle; }

.layered_slider_container {
  margin: 6px 0 6px 10px;
  width: 89%; }

#layered_form .form-group {
  margin-bottom: 5px; }

#layered_form .form-label {
  display: inline-block;
  margin-bottom: 5px; }

.layered_slider {
  margin-top: 5px; }

.layered_list_selected {
  font-weight: bold; }

.layered_list {
  display: block;
  cursor: pointer; }

.layered_list:hover {
  color: black; }

.layered_ajax_loader p {
  margin: 20px 0;
  text-align: center; }

.hide-action {
  text-align: center;
  text-align: right;
  display: block;
  cursor: pointer; }

.hide-action:hover {
  font-weight: bold; }

#layered_form div div ul {
  max-height: 200px;
  overflow-x: auto;
  position: relative;
  z-index: 1; }

.layered_filter {
  border-bottom: 1px solid #eee;
  overflow: hidden; }
  .layered_filter label {
    font-weight: normal; }
  .layered_filter layered_subtitle {
    font-size: 1.2 em; }

#layered_block_left .title_block:after {
  display: none; }
  
  
  
  
  
  /* lnk on detail product page */
#wishlist_button, #wishlist_button_nopop {
  font-weight: 400;
  cursor: pointer; }
  #wishlist_button:before, #wishlist_button_nopop:before {
    content: "\f004";
    font-family: "FontAwesome";
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0; }

/* wishlist block */
#wishlist_block #wishlist_block_list {
  margin: 0 0 20px 0; }
  #wishlist_block #wishlist_block_list dl {
    font-weight: 400; }
    #wishlist_block #wishlist_block_list dl.products.no-products {
      font-weight: 700;
      padding: 0 0 15px 0;
      border-bottom: 1px solid #e2e2e2; }
      #wishlist_block #wishlist_block_list dl.products.no-products dt {
        padding: 0;
        border-top: none; }
      #wishlist_block #wishlist_block_list dl.products.no-products dd {
        display: none; }
    #wishlist_block #wishlist_block_list dl.products {
      border-bottom: 1px solid #e2e2e2; }
      #wishlist_block #wishlist_block_list dl.products dt {
        padding: 10px 20px 10px 0;
        border-top: 1px solid #e2e2e2;
        position: relative; }
      #wishlist_block #wishlist_block_list dl.products dd .wsl_attr {
        display: block;
        padding: 0 0 20px 0; }
      #wishlist_block #wishlist_block_list dl.products dt.first_item {
        border-top: none; }
    #wishlist_block #wishlist_block_list dl dt {
      position: relative;
      padding-right: 0; }
    #wishlist_block #wishlist_block_list dl dd {
      margin: 0 0 0 24px; }
#wishlist_block .lnk .form-group {
  margin: 0 0 20px 0; }
  #wishlist_block .lnk .form-group select {
    max-width: 157px; }
    @media (max-width: 767px) {
      #wishlist_block .lnk .form-group select {
        width: 157px; } }
  #wishlist_block .lnk .form-group #uniform-wishlists {
    float: none; }
#wishlist_block .ajax_cart_block_remove_link {
  font-size: 14px;
  line-height: 14px;
  color: #d3d2d2;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  display: inline-block; }
  #wishlist_block .ajax_cart_block_remove_link:hover {
    color: black; }
#wishlist_block .cart_block_product_name {
  display: inline-block;
  font-weight: bold; }
#wishlist_block .quantity-formated {
  margin: 0 5px 0 0;
  width: 15px; }

#wishlist_block_list .price {
  float: right; }

/* page in my account ************************************************************************* */
#mywishlist td.wishlist_delete a {
  font-size: 15px; }

/* wishlistLinkTop */
#module-blockwishlist-mywishlist #block-order-detail #hideSendWishlist {
  display: inline-block; }

#module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px; }
  #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a {
    display: inline-block;
    color: #333333;
    margin: 10px 10px 10px 0;
    font-weight: bold; }
    #module-blockwishlist-mywishlist .wishlistLinkTop ul.display_list a:hover {
      color: black; }

#module-blockwishlist-mywishlist .wishlistLinkTop li {
  float: left; }

#module-blockwishlist-mywishlist .wishlistLinkTop #hideSendWishlist {
  float: right; }

#module-blockwishlist-mywishlist .wishlistLinkTop #showBoughtProducts,
#module-blockwishlist-mywishlist .wishlistLinkTop #hideBoughtProductsInfos {
  display: none; }

/* wlp_bought ****************************************** */
.wishlist_default {
  color: #093; }

/* wlp_bought_list */
ul.wlp_bought_list li {
  margin: 0 0 30px 0; }
  ul.wlp_bought_list li .product_image {
    position: relative;
    margin: 0 0 20px 0;
    max-width: 270px; }
  ul.wlp_bought_list li .product-name {
    margin: 0 0 10px 0;
    padding: 0 20px 0 0; }
    ul.wlp_bought_list li .product-name small {
      display: block;
      font-size: 11px; }
      ul.wlp_bought_list li .product-name small a {
        font-size: 11px; }
  ul.wlp_bought_list li .product_infos {
    position: relative; }
  ul.wlp_bought_list li .btn_action .btn {
    margin: 0 0 10px 0; }
  @media (min-width: 992px) {
    ul.wlp_bought_list li {
      /*> 992px*/ }
      ul.wlp_bought_list li.first-in-line {
        clear: left; } }
  @media (min-width: 768px) and (max-width: 991px) {
    ul.wlp_bought_list li {
      /*768px x 991px*/ }
      ul.wlp_bought_list li.first-item-of-tablet-line {
        clear: left; } }

.wishlistLinkTop .submit {
  margin: 0 0 30px 0; }

ul.wlp_bought_list li .lnkdel {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 14px; }

#wishlist_button > .btn-group {
  width: 80%; }

[id=wishlist_button] + .popover,
.wishlist_change_button + .popover {
  padding: 0;
  min-width: 150px; }

[id=wishlist_button] + .popover .popover-content,
.wishlist_change_button + .popover .popover-content {
  padding: 0; }

[id=wishlist_button] + .popover table,
.wishlist_change_button + .popover table {
  margin-bottom: 2px; }

[id=wishlist_button] + .popover table td:hover,
.wishlist_change_button + .popover table td:hover {
  background-color: #cccccc;
  cursor: pointer; }

@media (max-width: 479px) {
  #mywishlist .table > thead > tr > th, #mywishlist .table > thead > tr > td, #mywishlist .table > tbody > tr > th, #mywishlist .table > tbody > tr > td, #mywishlist .table > tfoot > tr > th, #mywishlist .table > tfoot > tr > td {
    font-size: 11px;
    font-weight: normal;
    padding: 6px !important; } }
@media (min-width: 768px) and (max-width: 1199px) {
  #mywishlist #block-history .td_none {
    display: none; } }
@media (max-width: 479px) {
  #mywishlist #block-history .td_none {
    display: none; } }

	
	
	
	/* ************************************************************************************************
								Categories Page Styles
************************************************************************************************ */
.content_scene_cat {
  border-top: 1px solid #e2e2e2;
  line-height: 19px;
  margin: 0 0 26px 0; }
  .content_scene_cat .content_scene_cat_bg {
    padding: 20px 0 0 0; }
  .content_scene_cat span.category-name {
    font: normal 25px/30px "Ubuntu", sans-serif;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 12px;
    display: inline-block; }
    @media (max-width: 1199px) {
      .content_scene_cat span.category-name {
        font-size: 25px;
        line-height: 30px; } }
  .content_scene_cat p {
    margin-bottom: 0; }
  .content_scene_cat a.lnk_more {
    font-weight: bold; }
  .content_scene_cat a:hover {
    text-decoration: underline; }
  .content_scene_cat .content_scene {
    color: #777777; }
    .content_scene_cat .content_scene .cat_desc {
      padding-top: 20px; }
      .content_scene_cat .content_scene .cat_desc a {
        color: #777777; }
        .content_scene_cat .content_scene .cat_desc a:hover {
          color: black; }

/* ************************************************************************************************
									Sub Categories Styles
************************************************************************************************ */
#subcategories {
  border-top: 1px solid #e2e2e2;
  padding: 15px 0 0 0; }
  #subcategories p.subcategory-heading {
    font-weight: 500;
    color: #333333;
    margin: 0 0 15px 0;
    font-size: 18px; }
  #subcategories ul {
    margin: 0 0 0 -20px; }
    #subcategories ul li{
      float: left;
      width: 128px;
      margin: 0 0 13px 20px;
      text-align: center;
      height: 202px; }
	  .brands-block li {display: inline-block;vertical-align: middle;width: 128px;margin: 0 0 13px 20px;text-align: center;}
	  .brands-block li img{max-width:100%}
      #subcategories ul li .subcategory-image {
        padding: 0 0 8px 0; }
        #subcategories ul li .subcategory-image a {
          display: block;
          position: relative;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          #subcategories ul li .subcategory-image a img {
            max-width: 100%;
            vertical-align: top;
            height: auto; }
      #subcategories ul li h5 {
        margin: 0; }
      #subcategories ul li .subcategory-name {
        font: normal 15px/18px "Ubuntu", sans-serif;
        color: #333333;
        text-transform: uppercase; }
        #subcategories ul li .subcategory-name:hover {
          color: black; }
      #subcategories ul li .cat_desc {
        display: none; }
      #subcategories ul li:hover .subcategory-image a {
        border-width: 5px;
        padding: 5px; }
		
.blog-image {
  margin-bottom: 19px; }
  .blog-image a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .blog-image a:before {
      position: absolute;
      left: 0;
      top: 0;
      border: 0 solid #00796B;
      width: 100%;
      height: 100%;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      z-index: 2;
      content: ""; }
      .blog-image a:before:hover {
        background: white; }
    .blog-image a:after {
      content: "\f061";
      font-size: 30px;
      line-height: 30px;
      font-family: "FontAwesome";
      color: #fff;
      top: 50%;
      left: 0;
      position: absolute; }
    .blog-image a:hover:before {
      border: 5px solid #00796B; }
    .blog-image a:hover img {
      -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
      -o-transform: scale(1.1, 1.1);
      -webkit-transform: scale(1.1, 1.1);
      transform: scale(1.1, 1.1); }
    .blog-image a img {
      position: relative;
      z-index: 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);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      width: 100%; }

#homepage-blog .title_block {
  position: relative;
  z-index: 1;
  padding-right: 0; }
  #homepage-brand{margin:40px 0 0 0}
  #homepage-brand .title_block{font-weight:bold !important}
  #homepage-blog .title_block:before {
    height: 1px;
    content: "";
    background: #e2e2e2;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1; }
  #homepage-blog .title_block span {
    display: inline-block;
    padding: 0 20px;
    background: #fff; }
  #homepage-blog .title_block:after {
    display: none; }
#homepage-blog .date-added {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 300;
  background: #00796B;
  padding: 1px 7px 2px;
  color: #fff;
  display: inline-block;
  margin-bottom: 12px; }
  #homepage-blog .date-added i {
    font-weight: normal;
    margin-right: 6px; }
#homepage-blog h5 {
  margin: 0 0 6px; }
#homepage-blog li {
  margin-bottom: 20px;
  padding: 0; }
#homepage-blog .bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  z-index: 100;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  margin-top: -26px;
  text-align: center;
  -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: 767px) {
    #homepage-blog .bx-controls-direction a {
      top: 30%; } }
  #homepage-blog .bx-controls-direction a:before {
    display: block;
    text-indent: 0;
    z-index: 1;
    font-size: 30px;
    line-height: 40px;
    font-family: "FontAwesome";
    color: #333333;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #homepage-blog .bx-controls-direction a:hover:before {
    color: #00796B; }
  #homepage-blog .bx-controls-direction a.disabled {
    color: #888;
    cursor: default;
    opacity: 0; }
#homepage-blog .bx-controls-direction a.bx-prev {
  right: auto;
  left: -50px; }
  #homepage-blog .bx-controls-direction a.bx-prev:before {
    content: "\f104"; }
  @media (max-width: 1286px) {
    #homepage-blog .bx-controls-direction a.bx-prev {
      left: -20px; } }
#homepage-blog .bx-controls-direction a.bx-next {
  right: -50px;
  left: auto; }
  #homepage-blog .bx-controls-direction a.bx-next:before {
    content: "\f105"; }
  @media (max-width: 1286px) {
    #homepage-blog .bx-controls-direction a.bx-next {
      right: -20px; } }
.sdsarticleCat .title_block:after, #sdsblogArticle .title_block:after, #articleComments .title_block:after {
  display: none; }

/****************************** Blog blocks styles ********************************/
#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: block;
  font-style: italic; }

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

/*************************** end Blog blocks styles *******************************/
/*************************** articles listing styles ******************************/
.title_block_exclusive {
  padding: 0 0 0 0;
  margin: 0 0 20px 0;
  font: 400 25px/1.2em "Ubuntu", sans-serif;
  color: #555459;
  text-transform: uppercase; }
  .title_block_exclusive a {
    color: #555459; }
    .title_block_exclusive a:hover {
      color: black; }

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

#smartblogcat {
  margin-bottom: 0; }

.sdsarticleCat {
  margin-bottom: 30px; }
  .sdsarticleCat .articleContent .post-image {
    display: block;
    margin-bottom: 30px; }
    .sdsarticleCat .articleContent .post-image img {
     }
  .sdsarticleCat .articleContent .sdsarticle-des {
    margin-bottom: 30px; }

.articleHeader {
  overflow: hidden;
  margin-bottom: 30px; }
  .articleHeader .postInfo > span {
    padding-left: 10px; }
  .articleHeader .postInfo a {
    text-decoration: underline; }
    .articleHeader .postInfo a:hover {
      text-decoration: none; }

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 {
  display: block;
  margin-bottom: 30px; }
  #sdsblogArticle .post-image img {
    width: 100%; }
#sdsblogArticle .sdsarticle-des {
  margin-bottom: 30px; }
#sdsblogArticle .sdstags-update {
  margin-bottom: 30px; }
#sdsblogArticle .block-addthis {
  margin-bottom: 30px; }
@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; }

#comments img.avatar {
  float: left;
  margin-right: 15px;
  margin-bottom: 5px;
  border: 1px solid #e2e2e2; }
#comments li li .well {
  margin-top: 20px; }

#respond {
  background: #fff; }

#respond #commentInput {
  background: #fff;
  padding: 0 10px 10px 10px; }

#respond #replyTitle {
  display: none; }

#respond table {
  width: 100%; }

#respond .smartblogcaptcha {
  width: 100px; }

#respond td {
  padding: 3px 5px; }

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

#respond td:first-child {
  padding-top: 6px;
  vertical-align: top; }

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

#sdssearch_block_top {
  padding-top: 0px; }

#sdssearch_block_top #searchbox {
  float: left;
  width: 100%; }

#sdssearch_block_top .btn.button-search {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: white;
  width: 50px;
  text-align: center;
  padding: 10px 0 11px 0;
  font-weight: normal; }

#sdssearch_block_top .btn.button-search span {
  display: none; }

#sdssearch_block_top .btn.button-search:before {
  content: "\f002";
  display: block;
  font-family: "FontAwesome";
  font-size: 17px;
  width: 100%;
  text-align: center; }

#sdssearch_block_top #search_query_top {
  display: inline;
  padding: 9px 13px 10px;
  height: 39px;
  line-height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fbfbfb;
  margin-right: 1px; }

form#searchbox {
  position: relative; }

form#searchbox label {
  color: #333333; }

form#searchbox input#search_query_block {
  margin-right: 10px;
  max-width: 222px;
  margin-bottom: 10px;
  display: inline-block;
  float: left; }

form#searchbox .button.button-small {
  float: left; }

form#searchbox .button.button-small i {
  margin-right: 0; }

ul.commentList ul {
  padding-left: 70px; }

.commentList .well {
  background: #fff;
  -moz-box-shadow: transparent 0 0 0;
  -webkit-box-shadow: transparent 0 0 0;
  box-shadow: transparent 0 0 0; }
  @media (max-width: 767px) {
    .commentList .well {
      position: relative;
      padding-bottom: 50px; } }
.commentList .created, .commentList .name {
  margin-bottom: 8px; }
.commentList .comment-reply-link.btn {
  font-size: 12px;
  line-height: 15px; }
@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: 15px; }
  #articleRelated li {
    padding-bottom: 15px; }
    @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 {
    margin-bottom: 10px;
    display: block; }
  #articleRelated .post-name {
    font-weight: bold; }

#tmsearch {
  margin: 0 15px 0 0;
  float: right; }
  @media (max-width: 991px) {
    #tmsearch {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    #tmsearch {
      clear: right;
      margin-top: 0px;
      margin-right: 15px;
      margin-bottom: 15px; } }
  #tmsearch #tmsearchbox {
    overflow: hidden;
    position: relative; }
  #tmsearch .btn.button-search {
    display: block;
    float: left;
    border: none;
    width: 33px;
    text-align: center;
    padding: 0;
    height: 30x;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    #tmsearch .btn.button-search span {
      display: none; }
    #tmsearch .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      line-height: 30px;
      width: 100%;
      text-align: center; }
  #tmsearch #tm_search_query {
    display: inline-block;
    padding: 5px 12px;
    height: 30px;
    line-height: 20px;
    float: left;
    color: #333333;
    border: 1px solid #e2e2e2;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 166px;
    margin: 0; }
    @media (max-width: 767px) {
      #tmsearch #tm_search_query {
        width: 256px; } }

body.isStuckBody .ac_results {
  position: fixed !important;
  top: 45px !important; }

body .ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  border-top: none;
  width: 271px;
  margin-top: 0;
  display: none; }
  body .ac_results li:first-child {
    border: none; }
  body .ac_results li {
    padding: 15px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
    border-top: 1px solid #e2e2e2;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    body .ac_results li div.img-search {
      text-align: center;
      margin-bottom: 8px; }
      body .ac_results li div.img-search img {
        margin: 0 auto; }
    body .ac_results li.ac_odd {
      background: white; }
    body .ac_results li:hover, body .ac_results li.ac_over {
      background: #efefef; }
  body .ac_results .pull-left {
    margin-right: 20px; }
  body .ac_results .content {
    overflow: hidden; }
  body .ac_results span.reference, body .ac_results span.manufacturer {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    color: #3a3939;
    line-height: 15px;
    font-style: italic; }
  body .ac_results span.product-name {
    font-size: 12px;
    line-height: 17px;
    display: inline-block;
    font-weight: 500; }
  body .ac_results strong {
    color: #f00; }
  body .ac_results .description {
    font-size: 11px;
    line-height: 15px; }
  body .ac_results .price {
    padding-right: 5px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body .ac_results .content {
      float: left;
      clear: both; } }

form#tmsearchbox {
  position: relative; }
  form#tmsearchbox label {
    color: #333333; }
  form#tmsearchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left; }
  form#tmsearchbox .btn.btn-sm {
    float: left; }
    form#tmsearchbox .btn.btn-sm i {
      margin-right: 0; }
.lang-container{text-align:center}
.lang-container a{opacity:0.5;width:50px;display:inline-block;margin:5px;height:32px}	  
.langru{background:url(../img/ru.png)no-repeat center center;}
.langeng{background:url(../img/eng.png)no-repeat center center;}
.lang-container a.active,.lang-container a:hover{opacity:1}
.bs_content{
	padding:20px;
	text-align:center;
}
.flow{
	color:#70f54b;
	font: sans-serif;		
}
.flow .big{
	font-size:38px;
	text-transform:uppercase;
	padding:20px 0 10px;
	line-height:50px;
}
.flow .small{
	padding:10px 0 20px;
	font-size:18px;
}
#homepage-slider .bx-wrapper .flow a.butt,#homepage-slider .bx-wrapper .maket a.butt{
	background:white;
	padding:10px 15px;
	color:black;
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
	margin-top:10px;
}

.maket{
		color:white;
	font: sans-serif;		
}
.maket .big{
	font-size:38px;
	text-transform:uppercase;
	padding:20px 0 10px;
	line-height:50px;
}
.maket .small{
	padding:10px 0 10px;
	font-size:18px;
	line-height:20px;
}

#homepage-slider .bx-wrapper .skidka a.butt{
	background:#ff3333;
	padding:5px 15px;
	color:white;
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
	margin-top:10px;
}

.skidka{
		color:#006666;
	font: sans-serif;		
}
.skidka .big{
	font-size:38px;
	text-transform:uppercase;
	padding:20px 0 10px;
	line-height:50px;
}
.skidka .small{
	padding:10px 0 10px;
	font-size:18px;
	line-height:20px;
}

#homepage-slider .social ul li{
display:inline-block;
text-align:center;	
}
#homepage-slider .bx-wrapper .social ul li a{	
	
	color:white;
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
	margin:10px 10px;	
	text-align:center;
}
#homepage-slider .bx-wrapper .social a span{
	display:inline-block;
	clear:left;
	background:white;
	padding:5px 15px;
	color:#006666;
	margin-top:20px;
}

.social{
		color:white;
	font: sans-serif;		
}
.social .big{
	font-size:38px;
	text-transform:uppercase;
	padding:25px 0 10px;
	
}
.social .small{
	padding:10px 0 15px;
	font-size:26px;
	text-transform:uppercase;	
}
#homepage-slider .bx-wrapper .social img {
    display: block;
    max-width: auto;
    height: auto;
    width: auto;
	margin:0 auto;
}


#homepage-slider .bx-wrapper .march a.butt{
	background:#ff3366;
	padding:5px 15px;
	color:white;
	font-size:12px;
	display:inline-block;
	text-transform:uppercase;
	margin-top:10px;
}

.march{
		color:white;
	font: sans-serif;		
}
.march .big{
	font-size:38px;
	text-transform:uppercase;
	padding:20px 0 10px;
	line-height:50px;
}
.march .small{
	padding:10px 0 10px;
	font-size:20px;
	line-height:20px;
}

@media screen and (max-width: 500px) {
	.homeslider-container{
	   background-size: 100% 100% !important;    
	}
	

	.march .big,.social .big,.skidka .big,.maket .big,.flow .big{
		font-size:18px;
	}
	.march .small,.social .small,.skidka .small,.maket .small,.flow .small{
	padding:3px 0 3px;
	font-size:15px;
	}
	#homepage-slider .bx-wrapper .march a.butt{	
	margin-top:10px;
}
}