/* text */
/* bg */
/* border */
/* title */
/* button */
/* sticker */
/* icon */
/* hover */
/* active */
/* box-shadow */
/* text-shadow */
@media screen and (min-width: 768px) {
  /* line 4, ../../sass/autoload/animation.scss */
  .main_panel, #header_logo img {
    -webkit-transition: padding .4s;
    -o-transition: padding .4s;
    -moz-transition: padding .4s;
    transition: padding .4s; }

  /* line 9, ../../sass/autoload/animation.scss */
  #header {
    -webkit-transition: margin-top .4s;
    -o-transition: margin-top .4s;
    -moz-transition: margin-top .4s;
    transition: margin-top .4s; } }
@media screen and (min-width: 1025px) {
  /* line 17, ../../sass/autoload/animation.scss */
  .scale_image img {
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease; }

  /* line 23, ../../sass/autoload/animation.scss */
  .product-image-container:hover .scale_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

  /* line 30, ../../sass/autoload/animation.scss */
  .ajax_block_product .lnk_view {
    -webkit-transition: opacity 0.8s ease,-webkit-transform 0.8s ease;
    -moz-transition: opacity 0.8s ease,-moz-transform 0.8s ease;
    o-transition: opacity 0.8s ease,-o-transform 0.8s ease;
    transition: opacity 0.8s ease,transform 0.8s ease; }

  /* line 36, ../../sass/autoload/animation.scss */
  .ajax_block_product .product-image-container .lnk_view {
    -webkit-transform: translate(-50%, -50%) rotateY(90deg);
    -moz-transform: translate(-50%, -50%) rotateY(90deg);
    -o-transform: translate(-50%, -50%) rotateY(90deg);
    -ms-transform: translate(-50%, -50%) rotateY(90deg);
    transform: translate(-50%, -50%) rotateY(90deg);
    opacity: 0; }

  /* line 44, ../../sass/autoload/animation.scss */
  .ajax_block_product .product-image-container:hover .lnk_view {
    -webkit-transform: translate(-50%, -50%) rotateY(360deg);
    -moz-transform: translate(-50%, -50%) rotateY(360deg);
    -o-transform: translate(-50%, -50%) rotateY(360deg);
    -ms-transform: translate(-50%, -50%) rotateY(360deg);
    transform: translate(-50%, -50%) rotateY(360deg);
    opacity: 1; }

  /* line 52, ../../sass/autoload/animation.scss */
  .ajax_block_product .add_to_compare {
    -webkit-transition: text-indent .2s;
    -moz-transition: text-indent .2s;
    -o-transition: text-indent .2s;
    transition: text-indent .2s; }

  /* line 58, ../../sass/autoload/animation.scss */
  a, button, .owl-buttons > div, .chosen-container-single .chosen-single div {
    -webkit-transition: color .3s ease,background .3s ease;
    -o-transition: color .3s ease,background .3s ease;
    -moz-transition: color .3s ease,background .3s ease;
    transition: color .3s ease,background .3s ease; }

  /* line 64, ../../sass/autoload/animation.scss */
  input.button_mini,
  input.button_small,
  input.button,
  input.button,
  button.button,
  input.button_large,
  input.button_mini_disabled,
  input.button_small_disabled,
  input.button_disabled,
  input.button_large_disabled,
  input.exclusive_mini,
  input.exclusive_small,
  input.exclusive,
  input.exclusive_large,
  input.exclusive_mini_disabled,
  input.exclusive_small_disabled,
  input.exclusive_disabled,
  input.exclusive_large_disabled,
  a.button_mini,
  a.button_small,
  a.button,
  a.button_large,
  a.exclusive_mini,
  a.exclusive_small,
  a.exclusive,
  a.exclusive_large,
  span.button_mini,
  span.button_small,
  span.button,
  span.button_large,
  span.exclusive_mini,
  span.exclusive_small,
  span.exclusive,
  span.exclusive_large,
  span.exclusive_large_disabled,
  .btn.btn-default, .black-btn {
    -webkit-transition: color .2s linear, background .2s ease;
    -o-transition: color .2s linear, background .2s ease;
    -moz-transition: color .2s linear, background .2s ease;
    transition: color .2s linear, background .2s ease; }

  /* line 105, ../../sass/autoload/animation.scss */
  .form-control, .content_sortPagiBar .display li a:before,
  .content_sortPagiBar .display li a:after,
  .content_sortPagiBar .display li a span:before,
  .content_sortPagiBar .display li a span:after,
  #layer_cart .cross {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

  /* line 115, ../../sass/autoload/animation.scss */
  .content_sortPagiBar .display li,
  .content_sortPagiBar .display_m li {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }

  /* line 122, ../../sass/autoload/animation.scss */
  .hover_scale img, #layered_block_left ul.color-group li {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease; }

  /* line 128, ../../sass/autoload/animation.scss */
  .hover_scale:hover img {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }

  /* line 135, ../../sass/autoload/animation.scss */
  #page .ui-slider-handle.ui-state-default.ui-corner-all {
    -webkit-transition: background .2s ease-in-out .2s;
    -o-transition: background .2s ease-in-out .2s;
    -moz-transition: background .2s ease-in-out .2s;
    transition: background .2s ease-in-out .2s; }

  /* line 141, ../../sass/autoload/animation.scss */
  .banner-top img, .displayLeftColumn img {
    width: 100%;
    -webkit-transition: -webkit-transform 1.2s;
    -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    transition: transform 1.2s; }

  /* line 148, ../../sass/autoload/animation.scss */
  .banner-top .banner-item-content:hover img, .displayLeftColumn .banner-item-content:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

  /* line 155, ../../sass/autoload/animation.scss */
  .banner-top .banner-item-content {
    perspective: 1000px; }

  /* line 158, ../../sass/autoload/animation.scss */
  .banner-top .custom-html {
    -webkit-transition: -webkit-transform .7s, opacity .7s;
    -moz-transition: -moz-transform .7s, opacity .7s;
    -o-transition: -o-transform .7s, opacity .7s;
    transition: transform .7s, opacity .7s;
    z-index: 2; }

  /* line 165, ../../sass/autoload/animation.scss */
  .banner-top .banner-item-content:hover .custom-html {
    -webkit-transform: translateY(-50%) rotateY(90deg);
    -moz-transform: translateY(-50%) rotateY(90deg);
    -o-transform: translateY(-50%) rotateY(90deg);
    -ms-transform: translateY(-50%) rotateY(90deg);
    transform: translateY(-50%) rotateY(90deg);
    opacity: 0; }

  /* line 173, ../../sass/autoload/animation.scss */
  .custombanners.displayCustomBanners2 a.wrap-effect:after, .item-news a.wrap-effect:after {
    content: "\e605";
    font-family: 'fontello';
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 23px;
    color: #ffffff;
    background: #200605;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    -webkit-filter: blur(19px);
    filter: blur(19px);
    opacity: 0;
    filter: alpha(opacity=0); }

  /* line 203, ../../sass/autoload/animation.scss */
  .item-news a.wrap-effect:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px; }

  /* line 209, ../../sass/autoload/animation.scss */
  .custombanners.displayCustomBanners2 a.wrap-effect:before, .item-news a.wrap-effect:before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(123, 87, 50, 0.8);
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0); }

  /* line 220, ../../sass/autoload/animation.scss */
  .custombanners.displayCustomBanners2 a.wrap-effect:after, .custombanners.displayCustomBanners2 .wrap-effect:before,
  .item-news a.wrap-effect:before, .item-news a.wrap-effect:after {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

  /* line 227, ../../sass/autoload/animation.scss */
  .custombanners.displayCustomBanners2 a.wrap-effect:hover:after, .custombanners.displayCustomBanners2 a.wrap-effect:hover:before,
  .item-news a.wrap-effect:hover:after, .item-news a.wrap-effect:hover:before {
    opacity: 1;
    filter: alpha(opacity=100); }

  /* line 232, ../../sass/autoload/animation.scss */
  .custombanners.displayCustomBanners2 a.wrap-effect:hover:after,
  .item-news a.wrap-effect:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0); }

  /* line 242, ../../sass/autoload/animation.scss */
  #video-promo-wrap:before, #video-promo-wrap:after {
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out; }

  /* line 248, ../../sass/autoload/animation.scss */
  .simpleblog-single .post-gallery a img, .simpleblog-single .post-featured-image {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }

  /* line 252, ../../sass/autoload/animation.scss */
  .wrap-thumb-big:after {
    content: "\e605";
    font-family: 'fontello';
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 23px;
    color: #ffffff;
    background: #200605;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }

  /* line 273, ../../sass/autoload/animation.scss */
  .news-item:after, .wrap-thumb-big:after {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    -webkit-filter: blur(19px);
    filter: blur(19px);
    opacity: 0;
    filter: alpha(opacity=0); }

  /* line 284, ../../sass/autoload/animation.scss */
  .wrap-thumb-big:before, .news-item:before {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(123, 87, 50, 0.8);
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0); }

  /* line 295, ../../sass/autoload/animation.scss */
  .wrap-thumb-big:before, .wrap-thumb-big:after, .news-item:after, .news-item:before {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

  /* line 301, ../../sass/autoload/animation.scss */
  .wrap-thumb-big:hover:before, .wrap-thumb-big:hover:after, .news-item:hover:before, .news-item:hover:after {
    opacity: 1;
    filter: alpha(opacity=100); }

  /* line 305, ../../sass/autoload/animation.scss */
  .wrap-thumb-big:hover:after, .news-item:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0); }

  /* news  */
  /* line 316, ../../sass/autoload/animation.scss */
  .news-item:after {
    content: "\e605";
    font-family: 'fontello';
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    background: #200605;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; } }

/*# sourceMappingURL=animation.css.map */
