@import url('https://fonts.googleapis.com/css?family=Exo+2:400,300,500,700&subset=latin,cyrillic');
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
html {
  font: 400 14px/20px "Exo 2", Helvetica, Arial, sans-serif;
  background: url(../img/background_final.jpg) top center no-repeat;
}
.phones {
  font-size: 110%;
  padding-left: 15px;
  -webkit-box-shadow: 1 1 5 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1 1 5 rgba(0, 0, 0, 0.5);
  box-shadow: 1 1 5 rgba(0, 0, 0, 0.5);
}
video {
  width: 100%;
  height: auto;
  border: 1px solid white;
  float: left;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #ff8117;
  color: white;
  z-index: 99;
}
.uk-navbar-custom,
.uk-navbar-custom-sticky {
  background-color: white;
  border: none;
}
.uk-navbar-custom li > a,
.uk-navbar-custom-sticky li > a {
  font-family: "Exo 2", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.uk-navbar-custom .uk-navbar-right,
.uk-navbar-custom-sticky .uk-navbar-right {
  float: right;
}
.uk-navbar-custom .uk-navbar-nav > li:not(.icon) > a:hover,
.uk-navbar-custom-sticky .uk-navbar-nav > li:not(.icon) > a:hover {
  background: none;
  border: none;
  color: inherit;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.uk-navbar-custom .uk-navbar-nav > li > a,
.uk-navbar-custom-sticky .uk-navbar-nav > li > a {
  border: none;
}
.uk-navbar-custom .uk-navbar-nav > li.icon > a,
.uk-navbar-custom-sticky .uk-navbar-nav > li.icon > a {
  border: none;
}
.uk-navbar-custom .uk-navbar-nav > li.icon > a:hover,
.uk-navbar-custom-sticky .uk-navbar-nav > li.icon > a:hover {
  background: none;
  border: none;
  color: #e8008a;
}
.uk-navbar-custom .uk-navbar-nav span,
.uk-navbar-custom-sticky .uk-navbar-nav span {
  font-size: 18px;
}
.uk-navbar-custom .uk-nav-small,
.uk-navbar-custom-sticky .uk-nav-small {
  font-size: 80%;
  margin-right: -20px;
}
.uk-navbar-custom .uk-nav-small:hover,
.uk-navbar-custom-sticky .uk-nav-small:hover {
  border: none;
}
.uk-navbar-custom .uk-red a,
.uk-navbar-custom-sticky .uk-red a {
  color: #E41318;
}
.uk-navbar-custom .uk-green a,
.uk-navbar-custom-sticky .uk-green a {
  color: #00a756;
}
.uk-navbar-custom .uk-orange a,
.uk-navbar-custom-sticky .uk-orange a {
  color: #F0931C;
}
.uk-navbar-custom .uk-magenta a,
.uk-navbar-custom-sticky .uk-magenta a {
  color: #E8008A;
}
.uk-navbar-custom .uk-blue a,
.uk-navbar-custom-sticky .uk-blue a {
  color: #00AEEF;
}
.uk-navbar-custom .uk-search,
.uk-navbar-custom-sticky .uk-search {
  font-size: 18px;
  margin-top: 5px;
}
.uk-navbar-custom .uk-badge-cart,
.uk-navbar-custom-sticky .uk-badge-cart {
  background-color: #e8008a;
  padding: 5px;
  font-weight: 400;
}
.uk-badge-green {
  background-color: #00a756;
  padding: 5px;
  font-weight: 400;
}
.uk-search-field::-webkit-input-placeholder,
.uk-search-field::-moz-placeholder .uk-search-field,
.uk-search:before {
  color: #555555;
  text-shadow: 0 1px 0 #ffffff;
}
.uk-navbar-custom-sticky {
  visibility: hidden;
  padding-bottom: 5px;
  border-bottom: 1px solid #ff8117;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.uk-navbar-custom-sticky li > a {
  font-size: 16px;
}
.uk-navbar-custom-sticky .uk-navbar-nav > li:not(.icon) > a:hover {
  background: none;
  border: none;
  color: inherit;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.uk-navbar-custom-sticky .uk-navbar-nav > li > a {
  background: none;
  border: none;
}
.uk-active {
  visibility: visible;
}
.uk-navbar-top {
  background: none;
  border: none;
}
.uk-navbar-top .uk-navbar-nav > li > a {
  background: none;
  border: none;
}
.uk-navbar-top .uk-navbar-nav > li > a:hover {
  text-decoration: underline;
}
.uk-offcanvas h3 {
  color: white;
  font-size: 20px;
  margin: 15px 0 0 15px;
}
.uk-offcanvas .cat-holder {
  margin: 0;
  padding-left: 7px;
}
.uk-offcanvas .uk-parent > a,
.uk-offcanvas .catalogue > a {
  font-size: 110%;
}
.uk-offcanvas .uk-parent > a img,
.uk-offcanvas .catalogue > a img {
  margin-left: -26px;
  margin-right: 15px;
  height: 10px;
  opacity: 0;
  width: auto;
  background-color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 400ms ease-out;
}
.uk-offcanvas .uk-nav-sub {
  list-style: square;
  color: white;
  margin-left: 20px;
}
.uk-offcanvas .uk-nav-sub a {
  color: white;
}
.uk-offcanvas .uk-parent.uk-open > a {
  color: #ff8117;
}
.uk-offcanvas .uk-parent.uk-open > a img {
  opacity: 1;
  transition: all 600ms cubic-bezier(0.035, 0.765, 0.31, 0.995);
  margin-left: 0px;
  height: 120px;
  width: auto;
}
.uk-offcanvas .uk-thumbnail-small {
  clear: both;
  margin-left: 15px;
  height: 110px;
}
.uk-offcanvas .uk-thumbnail-small img {
  float: left;
  height: 100px;
  width: auto;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.uk-offcanvas .uk-thumbnail-small .uk-thumbnail-caption {
  color: white;
  font-size: 120%;
  text-align: left;
  margin: 0px 0 0 85px;
}
.uk-offcanvas .uk-thumbnail-small .uk-thumbnail-caption a {
  color: white;
}
.uk-offcanvas .uk-thumbnail-small .uk-thumbnail-caption a:hover {
  text-decoration: none;
}
.uk-offcanvas .uk-grid .small-padding {
  padding-right: 10px;
}
.uk-offcanvas .uk-panel-thumb {
  margin: 10px;
  padding: 0;
}
.uk-offcanvas .uk-panel-thumb img {
  float: left;
  background-color: white;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.uk-offcanvas .uk-panel-thumb .uk-thumbnail-caption {
  color: white;
  font-size: 120%;
  text-align: left;
  margin: 0px 0 0 85px;
}
.uk-offcanvas .uk-panel-thumb .uk-thumbnail-caption a {
  color: white;
}
.uk-offcanvas .uk-panel-thumb .uk-thumbnail-caption a:hover {
  text-decoration: none;
}
.uk-offcanvas .caption {
  margin-top: 5px;
}
.uk-offcanvas .caption p,
.uk-offcanvas .caption a {
  color: white;
}
.uk-offcanvas .caption p:hover,
.uk-offcanvas .caption a:hover {
  text-decoration: none;
}
.uk-offcanvas .caption .uk-badge-flip {
  float: right;
}
.uk-tooltip {
  background-color: #ff8117;
  color: white;
}
.uk-tooltip:after {
  border: 0px dashed #ff8117;
}
.uk-breadcrumb a,
.uk-breadcrumb span {
  font-size: 120%;
}
.uk-breadcrumb a {
  color: #e8008a;
}
.uk-breadcrumb .font-size-big {
  font-size: 160%;
}
.uk-form-select {
  font-size: 110%;
}
.uk-form-select i {
  color: gray;
}
.uk-form-select a {
  font-size: 110%;
  color: #00a756;
  border-bottom: 1px dashed gray;
}
.item-list .item {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e2e2e2;
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  transition: all 300ms ease-out;
}
.item-list .item .shop_discount {
  color: #e8008a;
  font-weight: bold;
}
.item-list .item .article {
  padding: 0;
  margin: 0;
  font-size: 110%;
  font-family: "Exo 2", sans-serif;
}
.item-list .item .item_name {
  font-size: 130%;
  line-height: 130%;
  min-height: 50px;
  margin: 5px 0 20px 0 ;
  font-family: "Exo 2", sans-serif;
}
.item-list .item img {
  max-height: 220px;
  width: auto;
}
.item-list .item:hover {
  box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.24);
  transition: all 300ms ease-out;
}
.item-list .item .price_value {
  font-size: 170%;
  font-weight: bold;
  color: #00a756;
}
.item-list .item .old_price_value {
  font-size: 80%;
  font-weight: normal;
  color: gray;
  text-decoration: line-through;
}
.item-list .item .uk-badge-discount {
  font-size: 100%;
  font-weight: normal;
}
.item-list .item .item-params {
  display: none;
}
.item-list .item:hover .item-params {
  display: block;
}
.item-list .item-new {
  border: 1px solid #00a756;
}
.item-list .item-action {
  border: 1px solid #e8008a;
}
.item-list .item-hit {
  border: 1px solid #ff8117;
}
.color-orange {
  color: #ff8117;
}
.color-green {
  color: #00a756;
}
.color-magenta {
  color: #e8008a;
}
.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -2px;
  right: -2px;
  z-index: 20;
}
.ribbon {
  font-weight: bold;
  font-family: Sans-Serif;
  color: white;
  font-size: 15px;
  text-align: center;
  text-shadow: gray 0px 1px 0px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0 ;
  left: -5px;
  top: 13px;
  width: 120px;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.3);
}
.ribbon-wide {
  font-weight: bold;
  font-family: Sans-Serif;
  color: white;
  font-size: 12px;
  text-align: center;
  text-shadow: gray 0px 1px 0px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 2px 0 ;
  left: -9px;
  top: 11px;
  width: 145px;
}
.ribbon-new,
.ribbon-green {
  background: #00a756;
}
.ribbon-action,
.ribbon-red {
  background: #e8008a;
}
.ribbon:before,
.ribbon:after {
  content: "";
  /* Colour of the triangle. To flip the effect, use border-bottom. */
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
  /* +1 to compensate for the border */
}
.ribbon:before {
  left: 0px;
}
.ribbon:after {
  right: 0px;
}
.uk-button-cart {
  background-color: #00a756;
  color: white;
  text-shadow: none;
}
.old_price {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: black;
  top: -5px;
  position: relative;
}
.old_price .price {
  text-decoration: line-through;
}
.old_price .text {
  display: block;
  color: #e8008a;
}
.tag {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: white;
  right: -30px;
  top: -15px;
  background-color: #cc1212;
  background-color: #00a756;
  padding: 10px 8px 5px 17px;
  display: inline-block;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
  position: relative;
  z-index: 0;
}
.currency {
  font-size: 60%;
}
.tag:before {
  content: ' ';
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  background: white;
  border-radius: 12px;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.75);
  left: -4px;
  top: 14px;
  z-index: 1;
}
.tag:after {
  content: ' ';
  display: block;
  position: absolute;
  height: 28px;
  width: 28px;
  border-radius: 6px;
  background-color: #00a756;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
  left: -11px;
}
.tag span {
  position: relative;
  z-index: 2;
}
.category-list {
  margin-top: 35px;
}
.shop_list {
  padding: 15px;
  margin-bottom: 10px;
  min-height: 200px;
  border: 1px solid #e2e2e2;
  background-color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all 300ms ease-out;
}
.shop_list img {
  width: 80%;
}
.shop_list:hover {
  box-shadow: 0px 0px 35px 0px rgba(50, 50, 50, 0.24);
  transition: all 300ms ease-out;
}
/* shop item */
.shop-item-container {
  display: table;
  width: 100%;
  vertical-align: top;
}
.shop-item-container > * {
  vertical-align: top;
}
.shop-item-left {
  width: 438px;
  position: relative;
  display: inline-block;
}
.shop-item-right {
  display: inline-block;
  width: 448px;
}
.shop_all_img {
  position: relative;
  height: 438px;
  margin-bottom: 20px;
}
.shop_all_img img {
  display: none;
}
.shop_all_img a {
  display: none;
  position: absolute;
  width: 438px;
  height: 438px;
  background-size: cover;
  transition: opacity 0.3s, visibility 0.3s;
}
.shop-item-small a img {
  display: none;
}
.shop_preview_img {
  width: 88%;
  white-space: nowrap;
  height: 113px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.shop_preview_img a {
  display: inline-block;
  width: 113px;
  height: 113px;
  margin: 0 10px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.shop_preview_img a:first-child {
  margin-left: 0;
}
.shop_preview_img a:last-child {
  margin-right: 0;
}
.shop-item-left .control-prev {
  position: absolute;
  bottom: 46px;
  left: 0;
}
.shop-item-left .control-next {
  position: absolute;
  bottom: 46px;
  right: 0;
}
.icon-zoom {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.shop-item-info1 {
  width: 48%;
  padding-left: 40px;
  display: table-cell;
  vertical-align: top;
  height: 392px;
}
.shop-item-info1 > *:first-child {
  margin-top: 0;
}
.shop-item-info2 {
  padding-left: 20px;
  display: table-cell;
  vertical-align: top;
}
.shop-item-info2 > *:first-child {
  margin-top: 0;
}
.strike {
  text-decoration: line-through;
}
.shop-item-container h4 {
  text-transform: uppercase;
  font-size: 12px;
}
.shop-item-rate {
  display: block;
  margin: 20px 0;
  clear: both;
}
.shop-item-artikul {
  margin-bottom: 0;
}
.shop_form_param select {
  display: inline-block;
  margin: 0;
}
.price-old {
  font-size: 12px;
  color: #484848;
  font-weight: normal;
}
.control-next,
.control-prev {
  display: inline-block;
  width: 21px;
  height: 21px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
textarea,
input {
  outline: none;
}
.shop_wishlist {
  cursor: pointer;
  color: gray;
  font-size: 120%;
}
.shop_wishlist.active {
  color: #e8008a;
}
.uk-notify-message {
  background-color: rgba(255, 129, 23, 0.9);
  border: none;
}
.uk-notify-message a {
  color: white;
  text-decoration: underline;
}
.thumbscrubber {
  position: relative;
  display: block;
  width: 300px;
  height: 250px;
}
.thumbscrubber img {
  width: 100%;
  height: 100%;
}
.thumbscrubber .ts-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.thumbscrubber .ts-inner > * {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thumbscrubber .ts-inner .ts-currslide {
  opacity: 1;
}
.thumbscrubber.smooth .ts-inner > * {
  transition: all .2s ease;
}
.bx-wrapper {
  margin-bottom: 10px;
  text-align: center;
}
.bx-wrapper img {
  display: inline;
}
.bx-wrapper li {
  text-align: center;
}
.bx-wrapper .bx-controls-direction a {
  top: 250px;
}
.bx-pager img {
  border: 1px solid white;
}
.bx-pager .active img {
  border: 1px solid #ff8117;
}
.uk-table td {
  border-bottom: none;
}
.cart,
.wishlist {
  background: #fff;
}
.cart tr,
.wishlist tr {
  vertical-align: center;
}
.cart .table_header th,
.wishlist .table_header th {
  text-align: center;
}
.cart .cart_count,
.wishlist .cart_count,
.cart .cart_old_price,
.wishlist .cart_old_price,
.cart .cart_discount,
.wishlist .cart_discount,
.cart .cart_price,
.wishlist .cart_price,
.cart .cart_summ,
.wishlist .cart_summ,
.cart .cart_remove,
.wishlist .cart_remove {
  text-align: center;
  width: 7%;
}
.cart .cart_name,
.wishlist .cart_name,
.cart .wishlist_name,
.wishlist .wishlist_name {
  font-size: 120%;
  line-height: 170%;
  text-align: left;
}
.cart .cart_img,
.wishlist .cart_img,
.cart .wishlist_img,
.wishlist .wishlist_img {
  text-align: center;
}
.cart .cart_img img,
.wishlist .cart_img img,
.cart .wishlist_img img,
.wishlist .wishlist_img img {
  width: 140px;
  height: auto;
}
.cart .cart_last_tr td,
.wishlist .cart_last_tr td,
.cart .wishlist_last_tr td,
.wishlist .wishlist_last_tr td {
  padding: 30px 8px;
  font-size: 120%;
  color: #ff8117;
}
.cart .cart_last_tr .cart_summ,
.wishlist .cart_last_tr .cart_summ {
  font-size: 150%;
}
.cart .cart_delivery_row,
.wishlist .cart_delivery_row {
  font-size: 120%;
  margin: 40px 0;
}
.cart .cart_add_cost_row td,
.wishlist .cart_add_cost_row td,
.cart .cart_add_cost_header,
.wishlist .cart_add_cost_header,
.cart .cart_delivery_name,
.wishlist .cart_delivery_name {
  font-size: 120%;
  padding: 10px 0;
}
.cart .cart_add_cost_row td span,
.wishlist .cart_add_cost_row td span,
.cart .cart_add_cost_header span,
.wishlist .cart_add_cost_header span,
.cart .cart_delivery_name span,
.wishlist .cart_delivery_name span {
  border-bottom: 1px dashed #00a756;
  cursor: pointer;
}
.cart .cart_additional_cost_text,
.wishlist .cart_additional_cost_text,
.cart .cart_delivery_text,
.wishlist .cart_delivery_text {
  margin: 20px 0;
  font-size: 90%;
}
.cart .green,
.wishlist .green {
  color: #00a756;
}
.cart .cart_delivery_row,
.wishlist .cart_delivery_row,
.cart .cart_add_cost_header,
.wishlist .cart_add_cost_header {
  height: 70px;
}
.uk-form-row {
  margin: 8px 0;
}
.uk-form-row label {
  font-size: 120%;
}
.shop_id {
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.7);
}
.shop_id h2 {
  font-family: "Exo 2", sans-serif;
  color: #ff8117;
  font-size: 160%;
  padding: 10px 0 0px  0;
  margin: 0;
}
.shop_id .shop-item-artikul {
  padding: 0;
  margin: 10px 0 10px 0;
}
.shop_id .id_info {
  font-size: 110%;
  line-height: 175%;
}
.shop_id .shop_text {
  margin-top: 10px;
}
.shop_id .shop_discount {
  color: #e8008a;
  font-size: 100%;
}
.shop_search_price,
.shop_search_age,
.shop_search_parts {
  width: 195px;
  float: left;
}
.shop_search_price p,
.shop_search_age p,
.shop_search_parts p {
  font-size: 100%;
}
.shop_search_price .from,
.shop_search_age .from,
.shop_search_parts .from,
.shop_search_price .to,
.shop_search_age .to,
.shop_search_parts .to {
  border: none;
  width: 25px;
  font-size: 90%;
  text-align: center;
}
.shop_search_price .from,
.shop_search_price .to {
  width: 35px;
}
.shop_search_price .ui-state-default,
.shop_search_price .ui-widget-content .ui-state-default,
.shop_search_price .ui-widget-header .ui-state-default {
  background: #fff;
  border: 1px solid #00a756;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-weight: normal;
  color: #e8008a;
}
.shop_search_price .ui-slider-range {
  background: #00a756;
}
.shop_search_age .from,
.shop_search_age .to {
  width: 18px;
}
.shop_search_age .ui-state-default,
.shop_search_age .ui-widget-content .ui-state-default,
.shop_search_age .ui-widget-header .ui-state-default {
  background: #fff;
  border: 1px solid #e8008a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #e8008a;
}
.shop_search_age .ui-slider-range {
  background: #e8008a;
}
.shop_search_parts .from,
.shop_search_parts .to {
  width: 34px;
}
.shop_search_parts .ui-state-default,
.shop_search_parts .ui-widget-content .ui-state-default,
.shop_search_parts .ui-widget-header .ui-state-default {
  background: #fff;
  border: 1px solid #ff8117;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #e8008a;
}
.shop_search_parts .ui-slider-range {
  background: #ff8117;
}
.margin-xlarge {
  margin-top: 450px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
*:focus {
  outline: none;
}
.filter .uk-panel-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  border-top: 1px solid #ff8117;
  background-color: #fff;
}
.filter .filter-button {
  background-color: #fff;
  border-top: 1px solid #ff8117;
  padding: 5px;
}
/* mainpage slider */
#mp-slider {
  position: relative;
  font-size: 30px;
  color: #FFF;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  height: 408px;
  font-family: "Exo 2", sans-serif;
  font-weight: 300;
  margin-top: -12px;
}
#mp-slider .slide {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-size: contain;
  background: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  transition: padding 1s, opacity 1s, visibility 1s;
  visibility: hidden;
  opacity: 0;
}
#mp-slider .slide.active {
  visibility: visible;
  opacity: 1;
}
#mp-slider .slide .wrapper {
  padding: 200px 0 0 120px;
  transition: padding 1s;
}
#mp-slider .slide.active .wrapper {
  padding: 200px 0 0 50px;
}
#mp-slider h2 {
  color: #FFF;
  font-size: 60px;
  font-family: "Exo 2", sans-serif;
  margin-bottom: 30px;
  font-weight: normal;
}
#mp-slider .slide p {
  margin: 1.4em 0;
}
#mp-slider .button {
  -moz-user-select: none;
  background-color: rgba(0, 0, 0, 0);
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Exo 2", sans-serif;
  margin: 5px 0;
  opacity: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity 0.2s ease 0s, box-shadow 0.4s ease 0s;
  font-size: 22px;
  padding: 5px 20px;
}
#mp-slider .dots-container {
  position: absolute;
  bottom: 20px;
  width: 200px;
  left: 70px;
}
#mp-slider .dots-container .dot {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  background: url(../img/slider_dot.png) no-repeat center center;
  width: 18px;
  height: 17px;
  margin: 0 5px;
  cursor: pointer;
}
#mp-slider .dots-container .dot.active {
  background: url(../img/slider_dot_active.png) no-repeat center center;
}
.news_date {
  text-align: right;
}
.uk-button-link {
  padding: 0;
  margin: 0;
}
.rounded-frame {
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.shop-item-price {
  margin: 10px 0;
}
.shop-item-price span {
  font-weight: normal;
}
#gallery {
  margin-top: 15px;
  text-align: center;
  border: 1px solid white;
}
#gallery a img {
  border: 1px solid white;
  padding: 5px;
  width: 100px;
}
#gallery a.active img {
  border: 1px solid #e8008a;
}
.img-container {
  padding: 15px;
}
.img-container .bx-controls-direction a {
  top: 55px;
  margin: 0;
}
.img-container .bx-controls-direction .bx-next {
  right: -50px;
}
.img-container .bx-controls-direction .bx-prev {
  left: -50px;
}
.img-container .bx-viewport {
  box-shadow: none;
  border: none;
  padding: 5px;
  height: 120px !important;
}
.img-container img {
  max-height: 350px;
}
.inner-margin {
  margin: -5px;
  padding: 10px 10px 10px 20px;
  min-height: 500px;
}
.theme-logo {
  display: block;
  margin-top: 10px;
  max-height: 50px;
}
